From 0c1161785ac619f2fabb65cacb7fb3a30cf77a18 Mon Sep 17 00:00:00 2001 From: HyungKyu Song Date: Sat, 16 Feb 2013 00:09:25 +0900 Subject: [PATCH] Tizen 2.0 Release --- COPYING | 340 ++ ChangeLog | 3131 ++++++++++++++ HACKING | 76 + Makefile.am | 103 + Makefile.in | 993 +++++ NEWS | 519 +++ README | 36 + aclocal.m4 | 1667 ++++++++ config.guess | 1465 +++++++ config.h.in | 73 + config.sub | 1569 +++++++ configure | 8307 ++++++++++++++++++++++++++++++++++++ configure.in | 56 + debian/changelog | 7 + debian/compat | 1 + debian/control | 31 + debian/copyright | 26 + debian/dirs | 2 + debian/docs | 2 + debian/rules | 118 + debian/shared-mime-info.install.in | 2 + depcomp | 589 +++ freedesktop.org.xml.in | 5111 ++++++++++++++++++++++ install-sh | 519 +++ missing | 367 ++ mkinstalldirs | 111 + packaging/shared-mime-info.spec | 40 + po/ChangeLog | 692 +++ po/LINGUAS | 38 + po/Makefile.in.in | 217 + po/POTFILES.in | 1 + po/POTFILES.skip | 1 + po/az.po | 1432 +++++++ po/be@latin.po | 2289 ++++++++++ po/bg.po | 2292 ++++++++++ po/ca.po | 2292 ++++++++++ po/cs.po | 2295 ++++++++++ po/cy.po | 1790 ++++++++ po/da.po | 1505 +++++++ po/de.po | 1939 +++++++++ po/el.po | 1601 +++++++ po/en_GB.po | 1651 +++++++ po/eo.po | 1502 +++++++ po/es.po | 2296 ++++++++++ po/eu.po | 2062 +++++++++ po/fi.po | 2703 ++++++++++++ po/fr.po | 2291 ++++++++++ po/ga.po | 2314 ++++++++++ po/hu.po | 2292 ++++++++++ po/id.po | 2292 ++++++++++ po/it.po | 2383 +++++++++++ po/ja.po | 2504 +++++++++++ po/ko.po | 2300 ++++++++++ po/lt.po | 2290 ++++++++++ po/ms.po | 1792 ++++++++ po/nb.po | 2189 ++++++++++ po/nl.po | 2306 ++++++++++ po/nn.po | 2339 ++++++++++ po/pl.po | 2342 ++++++++++ po/pt.po | 1501 +++++++ po/pt_BR.po | 2932 +++++++++++++ po/ru.po | 2413 +++++++++++ po/rw.po | 1810 ++++++++ po/sq.po | 2291 ++++++++++ po/sr.po | 2094 +++++++++ po/sv.po | 2399 +++++++++++ po/uk.po | 1990 +++++++++ po/vi.po | 2291 ++++++++++ po/zh_CN.po | 1501 +++++++ po/zh_TW.po | 1601 +++++++ shared-mime-info-spec.xml | 1033 +++++ shared-mime-info.manifest | 5 + shared-mime-info.pc.in | 8 + test-subclassing.c | 47 + test-tree-magic.c | 686 +++ tmp_run/xmllint | Bin 0 -> 51640 bytes update-mime-database.1 | 59 + update-mime-database.c | 3610 ++++++++++++++++ 78 files changed, 111764 insertions(+) create mode 100644 COPYING create mode 100644 ChangeLog create mode 100644 HACKING create mode 100644 Makefile.am create mode 100644 Makefile.in create mode 100644 NEWS create mode 100644 README create mode 100644 aclocal.m4 create mode 100644 config.guess create mode 100644 config.h.in create mode 100644 config.sub create mode 100755 configure create mode 100644 configure.in create mode 100644 debian/changelog create mode 100644 debian/compat create mode 100644 debian/control create mode 100644 debian/copyright create mode 100644 debian/dirs create mode 100644 debian/docs create mode 100755 debian/rules create mode 100644 debian/shared-mime-info.install.in create mode 100755 depcomp create mode 100644 freedesktop.org.xml.in create mode 100755 install-sh create mode 100755 missing create mode 100755 mkinstalldirs create mode 100644 packaging/shared-mime-info.spec create mode 100644 po/ChangeLog create mode 100644 po/LINGUAS create mode 100644 po/Makefile.in.in create mode 100644 po/POTFILES.in create mode 100644 po/POTFILES.skip create mode 100644 po/az.po create mode 100644 po/be@latin.po create mode 100644 po/bg.po create mode 100644 po/ca.po create mode 100644 po/cs.po create mode 100644 po/cy.po create mode 100644 po/da.po create mode 100644 po/de.po create mode 100644 po/el.po create mode 100644 po/en_GB.po create mode 100644 po/eo.po create mode 100644 po/es.po create mode 100644 po/eu.po create mode 100644 po/fi.po create mode 100644 po/fr.po create mode 100644 po/ga.po create mode 100644 po/hu.po create mode 100644 po/id.po create mode 100644 po/it.po create mode 100644 po/ja.po create mode 100644 po/ko.po create mode 100644 po/lt.po create mode 100644 po/ms.po create mode 100644 po/nb.po create mode 100644 po/nl.po create mode 100644 po/nn.po create mode 100644 po/pl.po create mode 100644 po/pt.po create mode 100644 po/pt_BR.po create mode 100644 po/ru.po create mode 100644 po/rw.po create mode 100644 po/sq.po create mode 100644 po/sr.po create mode 100644 po/sv.po create mode 100644 po/uk.po create mode 100644 po/vi.po create mode 100644 po/zh_CN.po create mode 100644 po/zh_TW.po create mode 100644 shared-mime-info-spec.xml create mode 100644 shared-mime-info.manifest create mode 100644 shared-mime-info.pc.in create mode 100644 test-subclassing.c create mode 100644 test-tree-magic.c create mode 100755 tmp_run/xmllint create mode 100644 update-mime-database.1 create mode 100644 update-mime-database.c diff --git a/COPYING b/COPYING new file mode 100644 index 0000000..60549be --- /dev/null +++ b/COPYING @@ -0,0 +1,340 @@ + GNU GENERAL PUBLIC LICENSE + Version 2, June 1991 + + Copyright (C) 1989, 1991 Free Software Foundation, Inc. + 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The licenses for most software are designed to take away your +freedom to share and change it. By contrast, the GNU General Public +License is intended to guarantee your freedom to share and change free +software--to make sure the software is free for all its users. This +General Public License applies to most of the Free Software +Foundation's software and to any other program whose authors commit to +using it. (Some other Free Software Foundation software is covered by +the GNU Library General Public License instead.) You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +this service if you wish), that you receive source code or can get it +if you want it, that you can change the software or use pieces of it +in new free programs; and that you know you can do these things. + + To protect your rights, we need to make restrictions that forbid +anyone to deny you these rights or to ask you to surrender the rights. +These restrictions translate to certain responsibilities for you if you +distribute copies of the software, or if you modify it. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must give the recipients all the rights that +you have. You must make sure that they, too, receive or can get the +source code. And you must show them these terms so they know their +rights. + + We protect your rights with two steps: (1) copyright the software, and +(2) offer you this license which gives you legal permission to copy, +distribute and/or modify the software. + + Also, for each author's protection and ours, we want to make certain +that everyone understands that there is no warranty for this free +software. If the software is modified by someone else and passed on, we +want its recipients to know that what they have is not the original, so +that any problems introduced by others will not reflect on the original +authors' reputations. + + Finally, any free program is threatened constantly by software +patents. We wish to avoid the danger that redistributors of a free +program will individually obtain patent licenses, in effect making the +program proprietary. To prevent this, we have made it clear that any +patent must be licensed for everyone's free use or not licensed at all. + + The precise terms and conditions for copying, distribution and +modification follow. + + GNU GENERAL PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. This License applies to any program or other work which contains +a notice placed by the copyright holder saying it may be distributed +under the terms of this General Public License. The "Program", below, +refers to any such program or work, and a "work based on the Program" +means either the Program or any derivative work under copyright law: +that is to say, a work containing the Program or a portion of it, +either verbatim or with modifications and/or translated into another +language. (Hereinafter, translation is included without limitation in +the term "modification".) Each licensee is addressed as "you". + +Activities other than copying, distribution and modification are not +covered by this License; they are outside its scope. The act of +running the Program is not restricted, and the output from the Program +is covered only if its contents constitute a work based on the +Program (independent of having been made by running the Program). +Whether that is true depends on what the Program does. + + 1. You may copy and distribute verbatim copies of the Program's +source code as you receive it, in any medium, provided that you +conspicuously and appropriately publish on each copy an appropriate +copyright notice and disclaimer of warranty; keep intact all the +notices that refer to this License and to the absence of any warranty; +and give any other recipients of the Program a copy of this License +along with the Program. + +You may charge a fee for the physical act of transferring a copy, and +you may at your option offer warranty protection in exchange for a fee. + + 2. You may modify your copy or copies of the Program or any portion +of it, thus forming a work based on the Program, and copy and +distribute such modifications or work under the terms of Section 1 +above, provided that you also meet all of these conditions: + + a) You must cause the modified files to carry prominent notices + stating that you changed the files and the date of any change. + + b) You must cause any work that you distribute or publish, that in + whole or in part contains or is derived from the Program or any + part thereof, to be licensed as a whole at no charge to all third + parties under the terms of this License. + + c) If the modified program normally reads commands interactively + when run, you must cause it, when started running for such + interactive use in the most ordinary way, to print or display an + announcement including an appropriate copyright notice and a + notice that there is no warranty (or else, saying that you provide + a warranty) and that users may redistribute the program under + these conditions, and telling the user how to view a copy of this + License. (Exception: if the Program itself is interactive but + does not normally print such an announcement, your work based on + the Program is not required to print an announcement.) + +These requirements apply to the modified work as a whole. If +identifiable sections of that work are not derived from the Program, +and can be reasonably considered independent and separate works in +themselves, then this License, and its terms, do not apply to those +sections when you distribute them as separate works. But when you +distribute the same sections as part of a whole which is a work based +on the Program, the distribution of the whole must be on the terms of +this License, whose permissions for other licensees extend to the +entire whole, and thus to each and every part regardless of who wrote it. + +Thus, it is not the intent of this section to claim rights or contest +your rights to work written entirely by you; rather, the intent is to +exercise the right to control the distribution of derivative or +collective works based on the Program. + +In addition, mere aggregation of another work not based on the Program +with the Program (or with a work based on the Program) on a volume of +a storage or distribution medium does not bring the other work under +the scope of this License. + + 3. You may copy and distribute the Program (or a work based on it, +under Section 2) in object code or executable form under the terms of +Sections 1 and 2 above provided that you also do one of the following: + + a) Accompany it with the complete corresponding machine-readable + source code, which must be distributed under the terms of Sections + 1 and 2 above on a medium customarily used for software interchange; or, + + b) Accompany it with a written offer, valid for at least three + years, to give any third party, for a charge no more than your + cost of physically performing source distribution, a complete + machine-readable copy of the corresponding source code, to be + distributed under the terms of Sections 1 and 2 above on a medium + customarily used for software interchange; or, + + c) Accompany it with the information you received as to the offer + to distribute corresponding source code. (This alternative is + allowed only for noncommercial distribution and only if you + received the program in object code or executable form with such + an offer, in accord with Subsection b above.) + +The source code for a work means the preferred form of the work for +making modifications to it. For an executable work, complete source +code means all the source code for all modules it contains, plus any +associated interface definition files, plus the scripts used to +control compilation and installation of the executable. However, as a +special exception, the source code distributed need not include +anything that is normally distributed (in either source or binary +form) with the major components (compiler, kernel, and so on) of the +operating system on which the executable runs, unless that component +itself accompanies the executable. + +If distribution of executable or object code is made by offering +access to copy from a designated place, then offering equivalent +access to copy the source code from the same place counts as +distribution of the source code, even though third parties are not +compelled to copy the source along with the object code. + + 4. You may not copy, modify, sublicense, or distribute the Program +except as expressly provided under this License. Any attempt +otherwise to copy, modify, sublicense or distribute the Program is +void, and will automatically terminate your rights under this License. +However, parties who have received copies, or rights, from you under +this License will not have their licenses terminated so long as such +parties remain in full compliance. + + 5. You are not required to accept this License, since you have not +signed it. However, nothing else grants you permission to modify or +distribute the Program or its derivative works. These actions are +prohibited by law if you do not accept this License. Therefore, by +modifying or distributing the Program (or any work based on the +Program), you indicate your acceptance of this License to do so, and +all its terms and conditions for copying, distributing or modifying +the Program or works based on it. + + 6. Each time you redistribute the Program (or any work based on the +Program), the recipient automatically receives a license from the +original licensor to copy, distribute or modify the Program subject to +these terms and conditions. You may not impose any further +restrictions on the recipients' exercise of the rights granted herein. +You are not responsible for enforcing compliance by third parties to +this License. + + 7. If, as a consequence of a court judgment or allegation of patent +infringement or for any other reason (not limited to patent issues), +conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot +distribute so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you +may not distribute the Program at all. For example, if a patent +license would not permit royalty-free redistribution of the Program by +all those who receive copies directly or indirectly through you, then +the only way you could satisfy both it and this License would be to +refrain entirely from distribution of the Program. + +If any portion of this section is held invalid or unenforceable under +any particular circumstance, the balance of the section is intended to +apply and the section as a whole is intended to apply in other +circumstances. + +It is not the purpose of this section to induce you to infringe any +patents or other property right claims or to contest validity of any +such claims; this section has the sole purpose of protecting the +integrity of the free software distribution system, which is +implemented by public license practices. Many people have made +generous contributions to the wide range of software distributed +through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing +to distribute software through any other system and a licensee cannot +impose that choice. + +This section is intended to make thoroughly clear what is believed to +be a consequence of the rest of this License. + + 8. If the distribution and/or use of the Program is restricted in +certain countries either by patents or by copyrighted interfaces, the +original copyright holder who places the Program under this License +may add an explicit geographical distribution limitation excluding +those countries, so that distribution is permitted only in or among +countries not thus excluded. In such case, this License incorporates +the limitation as if written in the body of this License. + + 9. The Free Software Foundation may publish revised and/or new versions +of the General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + +Each version is given a distinguishing version number. If the Program +specifies a version number of this License which applies to it and "any +later version", you have the option of following the terms and conditions +either of that version or of any later version published by the Free +Software Foundation. If the Program does not specify a version number of +this License, you may choose any version ever published by the Free Software +Foundation. + + 10. If you wish to incorporate parts of the Program into other free +programs whose distribution conditions are different, write to the author +to ask for permission. For software which is copyrighted by the Free +Software Foundation, write to the Free Software Foundation; we sometimes +make exceptions for this. Our decision will be guided by the two goals +of preserving the free status of all derivatives of our free software and +of promoting the sharing and reuse of software generally. + + NO WARRANTY + + 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY +FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN +OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES +PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED +OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS +TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE +PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, +REPAIR OR CORRECTION. + + 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR +REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, +INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING +OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED +TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY +YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER +PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE +POSSIBILITY OF SUCH DAMAGES. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +convey the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + + Copyright (C) 19yy + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + + +Also add information on how to contact you by electronic and paper mail. + +If the program is interactive, make it output a short notice like this +when it starts in an interactive mode: + + Gnomovision version 69, Copyright (C) 19yy name of author + Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, the commands you use may +be called something other than `show w' and `show c'; they could even be +mouse-clicks or menu items--whatever suits your program. + +You should also get your employer (if you work as a programmer) or your +school, if any, to sign a "copyright disclaimer" for the program, if +necessary. Here is a sample; alter the names: + + Yoyodyne, Inc., hereby disclaims all copyright interest in the program + `Gnomovision' (which makes passes at compilers) written by James Hacker. + + , 1 April 1989 + Ty Coon, President of Vice + +This General Public License does not permit incorporating your program into +proprietary programs. If your program is a subroutine library, you may +consider it more useful to permit linking proprietary applications with the +library. If this is what you want to do, use the GNU Library General +Public License instead of this License. diff --git a/ChangeLog b/ChangeLog new file mode 100644 index 0000000..c0cb020 --- /dev/null +++ b/ChangeLog @@ -0,0 +1,3131 @@ +=== shared-mime-info 0.60 === + +2009-02-21 Bastien Nocera + + * NEWS: upd + * configure.in: 0.60 + +2009-02-21 Bastien Nocera + + * HACKING: Add some more details about the test suite + +2009-02-21 Bastien Nocera + + * freedesktop.org.xml.in: Patch from Magnus Bergman to make the + Photoshop image match its IANA definition (Closes: #20067) + * tests/list: Fix mime-type for the above + +2009-02-21 Bastien Nocera + + * freedesktop.org.xml.in: Patch from Magnus Bergman to make the + Windows icon match its IANA definition (Closes: #20069) + * tests/list: Fix mime-type for the above + +2009-02-21 Bastien Nocera + + * freedesktop.org.xml.in: + * tests/aportis.pdb: + * tests/list: + * tests/pocket-word.psw: Patch from Caolan McNamara to + to add the Pocket Word and AportisDoc document types + (Closes: #20185) + +2009-02-21 Bastien Nocera + + * freedesktop.org.xml.in: Patch from Götz Waschk and + Milan Bouchet-Valat to add Office 2007/OpenXML documents + mime-types (Closes: #13904) + * tests/list: + * tests/sample.docx: + * tests/sample.pptx: + * tests/sample.xlsx: Add test files for the above + +2009-02-17 David Faure + + * freedesktop.org.xml.in: Rename image/x-fits to image/fits + (IANA-registered name), and add image/x-fits as alias + * tests/list: Update testcase accordingly + +2009-02-09 Bastien Nocera + + * freedesktop.org.xml.in: Add *.vapi as a possible pattern + for Vala files (Closes: #19507) + +2009-02-09 Bastien Nocera + + * freedesktop.org.xml.in: Patch from Robert DaSilva + to make Javascript a sub-class of C sources + so as to avoid misdetection + * tests/list: + * tests/survey.js: Add test-case from the bug above + +2009-02-09 Bastien Nocera + + * tests/list: MS Office apps suck, we're not expected to recognise + a template file by magic (Closes: #18863) + +2009-02-09 Bastien Nocera + + * freedesktop.org.xml.in: Gnucash documents aren't spreadsheets, + so call it "financial data", leave the icon as-is though + (Closes: #19355) + +2009-02-09 Bastien Nocera + + * freedesktop.org.xml.in: Add alias for text/x-csv (Closes: #19664) + +2009-02-09 Bastien Nocera + + * tests/list: + * tests/test2.ppm: Add test case for PPM with non-working magic + (Closes: #19811) + +2009-02-06 Bastien Nocera + + * freedesktop.org.xml.in: Patch from Koos Vriezen + to add more aliases for media types, + as used by kmplayer (Closes: #19671) + +2009-01-13 Bastien Nocera + + * freedesktop.org.xml.in: + * tests/list: + * tests/playlist.wpl: Add the application/vnd.ms-wpl mime-type + +2009-01-08 Bastien Nocera + + * freedesktop.org.xml.in: + * tests/list: + * tests/test.p7b: + * tests/test.pkipath: Patch from Ville Skyttä + to add PKCS#7 and PkiPath file types + (Closes: #10864) + +2009-01-08 Bastien Nocera + + * freedesktop.org.xml.in: PKCS#12 bundles are not text files, + patch from Ville Skyttä (Closes: #19056) + +2009-01-08 Bastien Nocera + + * freedesktop.org.xml.in: + * tests/Stallman_Richard_-_The_GNU_Manifesto.fb2: + * tests/list: Patch from Pino Toscano + to add the FictionBook (fb2) file type (Closes: #17553) + +2009-01-08 Bastien Nocera + + * freedesktop.org.xml.in: Patch from Ville Skyttä + to add support for MS cab files + * tests/copying.cab: + * tests/list: Add test file for the above + +2009-01-07 Pino Toscano + + * update-mime-database.1: Update the URL to the specifications. + Probably not the most correct one, but better than a non-existing page. + +2009-01-06 Bastien Nocera + + * freedesktop.org.xml.in: + * tests/list: + * tests/msg0001.gsm: Add audio/x-gsm for GSM 06.10 encoded audio files + +2009-01-05 David Faure + + * freedesktop.org.xml.in: Remove application/x-msi magic, + it was just generic ole-storage magic so even .doc files would match it. + (Closes: #18072) + * tests/list: Add expected failure for the lookup by file data for test.msi, + since we have no msi-specific magic. Would be better to be able to specify + "the expected mimetype for this data-only lookup is ole-storage" in tests/list :-) + +2008-12-20 David Faure + + * freedesktop.org.xml.in: Add magic for GIMP xcf files + * tests/list: Fix the resulting "unexpected pass" for xcf. + +2008-12-19 Bastien Nocera + + * freedesktop.org.xml.in: Add cb7 files, Comic book archive + created with 7z (Closes: #18887) + * tests/comics.cb7: + * tests/list: Add a test for cb7 files + +2008-12-03 Bastien Nocera + + * freedesktop.org.xml.in: Add magic for 7z archive files + * tests/archive.7z: + * tests/list: Add test case for the above + +2008-11-13 Pino Toscano + + * freedesktop.org.xml.in: add definiton for the Microsoft Document + Imaging format IANA MIME type, image/vnd.ms-modi. + * tests/list: + * tests/bluerect.mdi: Add a test MDI file, kindly provided by + Brad Hards. + +2008-11-03 David Faure + + * freedesktop.org.xml.in: add application/x-zip alias + for application/zip, for compatibility with KDE 3. + +2008-10-29 Bastien Nocera + + * freedesktop.org.xml.in: make PICTURES match a picture CD, + not "Pictures", or "pictures" + +2008-10-17 David Faure + + * freedesktop.org.xml.in: Add missing IANA-registered mimetype + application/vnd.oasis.opendocument.chart-template + and correct the use of in all oasis mimetypes, which + is meant to explain an acronym used in , not the extension. + + * freedesktop.org.xml.in: Add missing IANA-registered mimetype + application/vnd.oasis.opendocument.formula-template + + * freedesktop.org.xml.in: Add missing IANA-registered mimetype + text/vnd.graphviz, with globs, magic and test (Closes: #15363) + +2008-10-16 Bastien Nocera + + * freedesktop.org.xml.in: Fix RDF mime-type, spotted by + Sebastian Trüg (Closes: #18088) + +2008-10-12 Bastien Nocera + + * Makefile.am: Fix building when srcdir != builddir, + patch by Yevgeniy + (Closes: #18026) + +2008-09-10 Bastien Nocera + + * tests/tree-list: Add another test for video DVDs + +2008-09-10 Bastien Nocera + + * shared-mime-info-spec.xml: Clarify some statements to + include "of the same weight" when talking about comparisons, + patch from David Faure + +2008-08-27 Bastien Nocera + + * freedesktop.org.xml.in: Only use *.ogg for audio Oggs + (Closes: #12890) + * tests/list: + * tests/test.ogg: Add a test ogg vorbis file + +2008-08-20 Bastien Nocera + + * freedesktop.org.xml.in: + * tests/ccfilm.axv: + * tests/list: Add Annodex mime-types, from + http://www.annodex.net/TR/annodex.html#anchor15 + +2008-08-19 Bastien Nocera + + * freedesktop.org.xml.in: Fix priority of the SMIL detection + so it's lower than that of SMILtext media links (See + http://bugzilla.gnome.org/show_bug.cgi?id=518688#c4) + * tests/hbo-playlist.qtl: Add a test file for the above + * tests/list: + +2008-08-08 Bastien Nocera + + * freedesktop.org.xml.in: Add application/smil+xml as + an alias for application/smil, as used at + http://www.cartalk.com/Radio/Show/online.html + +2008-07-23 Bastien Nocera + + * Makefile.am: Force recreating the pot file when running make + +=== shared-mime-info 0.51 === + +2008-07-23 Bastien Nocera + + * NEWS: upd + * configure.in: 0.51 + +2008-07-23 Bastien Nocera + + * freedesktop.org.xml.in: Fix capitalisation in a number + of mime-types, better description for a number of content-types, + thanks to Benno Schulenberg + +=== shared-mime-info 0.50 === + +2008-07-22 Bastien Nocera + + * Makefile.am: fix distcheck + * NEWS: upd + * configure.in: 0.50 + +2008-07-21 Bastien Nocera + + * freedesktop.org.xml.in: Add MSI (Windows Installer) mime-type, + including magic, based on work from Scott Ritchie + (Closes: #16495) + * tests/list: + * tests/test.msi: add test case for the above + +2008-07-20 Bastien Nocera + + * shared-mime-info-spec.xml: Better wording on the intentions + for the "path" property, patch from Matthias Clasen + + +2008-07-20 Bastien Nocera + + * freedesktop.org.xml.in: Better tree magic for HD-DVD + * tests/tree-list: add more tests for the recently added + tree magics + +2008-07-20 Bastien Nocera + + * freedesktop.org.xml.in: Add missing treemagic for the + recently added filetypes + +2008-07-19 Bastien Nocera + + * Makefile.am: Fail if the tree test failed + * freedesktop.org.xml.in: Move some types from nautilus, + not fully implemented yet + * test-tree-magic.c (handle_one_line), (type_to_path), + (print_matchlet), (main): Add some debug functionality + * tests/tree-list: Add a test for VCDs + +2008-07-18 Bastien Nocera + + * .cvsignore: upd + + * shared-mime-info-spec.xml: Update the spec to contain + "content-types" or "tree magic", to detect an "x-content/" mime-type + from a directory structure, patch from Matthias Clasen + + + * update-mime-database.c (process_freedesktop_node), + (cmp_tree_magic), (tree_match_new), (tree_match_free), + (build_tree_matches), (tree_magic_free), (tree_magic_new), + (write_tree_magic_children), (write_tree_magic), (add_type), + (write_types), (write_header), (write_types_cache), (write_cache), + (main): Add support for writing the tree-magic file, as per the + spec update above, patch from Matthias Clasen + + * freedesktop.org.xml.in: Add one single tree-magic item, for + testing + + * configure.in: check for GIO, build the tree magic test if it's + available + * Makefile.am: use test-tree-magic if it's there + * test-tree-magic.c: automated testing for tree magic, based on GIO + code by Matthias Clasen + * tests/tree-list: A few tests + +2008-06-22 Bastien Nocera + + * freedesktop.org.xml.in: Add support for the extended URL format + as per http://www.cyanwerks.com/file-format-url.html + * tests/list: + * tests/test.url: Add test case for the above + +2008-06-19 Bastien Nocera + + * freedesktop.org.xml.in: Add low-priority magic for TGA files, + from gdk-pixbuf, spotted by Matthias Clasen + (Closes: #16414) + * tests/list: Also check TGA files by magic + +2008-06-19 Bastien Nocera + + * freedesktop.org.xml.in: Add magic from gdk-pixbuf for + ICO and CUR files, spotted by Matthias Clasen + (Closes: #16413) + * tests/aero_alt.cur: + * tests/list: Add a test windows cursor file + +2008-06-19 Bastien Nocera + + * freedesktop.org.xml.in: Better magic for GIF files, + from gdk-pixbuf, spotted by Matthias Clasen + (Closes: #16411) + +2008-06-19 Bastien Nocera + + * freedesktop.org.xml.in: Add some aliases for BMP images, + spotted by Matthias Clasen + (Closes: #16410) + +2008-06-19 Bastien Nocera + + * freedesktop.org.xml.in: Add Windows animated cursor + from the gdk-pixbuf loader magic (Closes: #16409) + * tests/jc-win.ani: + * tests/list: Add test case + +=== shared-mime-info 0.40 === + +2008-06-11 Bastien Nocera + + * NEWS: upd + * configure.in: 0.40 + * Makefile.am: Fix distchecking + +2008-06-11 Bastien Nocera + + * freedesktop.org.xml.in: + * tests/hereyes_remake.mo3: + * tests/list: Add a mime-type for the MO3 tracker file type, + along with a test file (Closes: #16291) + +2008-06-11 Bastien Nocera + + * freedesktop.org.xml.in: Patch from Wilbert Berendsen + to add a mime-type for Lilypond music sheets + (Closes: #13883) + * tests/list: + * tests/petite-ouverture-a-danser.ly: Add a test file for the + text/x-lilypond mime-type + +2008-06-11 Bastien Nocera + + * freedesktop.org.xml.in: Tighten the magic for PBM, + PPM and PGM types, so as to avoid false positives + (Closes: #2359) + * tests/list: + * tests/test.pbm: Add a pbm test file + +2008-06-11 Bastien Nocera + + * freedesktop.org.xml.in: Make application/x-gnuplot a + sub-class-of text/plain (Closes: #15852) + +2008-06-11 Bastien Nocera + + * freedesktop.org.xml.in: Add "Subject: " as a match + for message/rfc822 mime-types + + * tests/evo.msg: Remove, it was unused + + * tests/list: + * tests/evolution.eml: + * tests/tb-from-sentbox.eml: + * tests/tb-saved.eml: Add some message test cases + +2008-06-11 Bastien Nocera + + * freedesktop.org.xml.in: Add the OXT mimetype, for + OpenOffice extensions + * tests/Anaphraseus-1.21-beta.oxt: + * tests/list: Add test file + (Closes: #15110) + +2008-06-11 Bastien Nocera + + * freedesktop.org.xml.in: Make text/x-readme have a weight + of 10 (very low) so README.pdf doesn't get matched with + text/x-readme + +2008-06-11 Bastien Nocera + + * freedesktop.org.xml.in: + * tests/bathead.sk: + * tests/list: Add image/x-skencil mime-type for Skencil + files, with help from Tim Beaulen + (Closes: #16050) + +2008-06-11 Bastien Nocera + + * freedesktop.org.xml.in: Fix build + +2008-06-11 Bastien Nocera + + * freedesktop.org.xml.in: Patch from Josselin Mouette + to avoid problems when detecting Matroska + files by data, create a new application/x-matroska mime-type, + and make video/x-matroska and audio/x-matroska subclasses of it + (Closes: #16144) + +2008-06-11 Bastien Nocera + + * tests/list: + * tests/test.php: Add a test case for PHP files, from + https://bugs.freedesktop.org/show_bug.cgi?id=16228 + +2008-06-11 Bastien Nocera + + * freedesktop.org.xml.in: Fix make check + +2008-06-11 Bastien Nocera + + * freedesktop.org.xml.in: Patch from Sebastian Dröge + to add *.m3u8 as a glob for m3u files + (Closes: #16143) + +2008-06-11 Bastien Nocera + + * freedesktop.org.xml.in: Add text/rtf as an alias for application/rtf + (Closes: #16270) + +2008-06-09 Bastien Nocera + + * shared-mime-info-spec.xml: Update version to 0.17, as we added the + compact tree suffix + +2008-06-09 Bastien Nocera + + * freedesktop.org.xml.in: Add weight to the DTD (patch by Matthias) + * shared-mime-info-spec.xml: + * update-mime-database.c (insert_suffix), (write_suffix_entries), + (write_suffix_cache): Patch by Matthias Clasen + to implement the compact suffix tree + +2008-06-02 Bastien Nocera + + * freedesktop.org.xml.in: Fix pack200 magic, remove useless gtkrc + mime-type (doesn't match gtk+ 2.0 config files, and no need for + mime-types for dot files) + + * Makefile.am: When the test suite fails, relaunch it with more + verbose so we can fix the error + + * tests/list: MicroDVD subs can now be matched + +2008-06-02 Bastien Nocera + + * shared-mime-info-spec.xml: + Patch from Matthias Clasen to update the spec + to match the current implementation + +2008-06-02 Bastien Nocera + + * update-mime-database.c: + Patch from Matthias Clasen to update cache + version to 1.1 after the recent changes + +2008-06-02 Bastien Nocera + + * update-mime-database.c (get_int_attribute), (get_priority), + (get_weight), (process_freedesktop_node), (write_out_glob), + (write_out_glob2), (collect_glob2), (compare_by_weight), + (write_one_icon), (write_icons), (write_header), (write_map_entry), + (write_map), (get_glob_list_value), (write_alias_cache), + (write_literal_cache), (write_glob_cache), (insert_suffix), + (ucs4_reverse), (build_suffixes), (write_suffix_entries), + (write_suffix_cache), (write_namespace_cache), (get_icon_value), + (write_icons_cache), (collect_glob), (collect_icons), + (collect_strings), (write_cache), (main): + Patch from Matthias Clasen to implement + icon and generic-icon support + +2008-06-02 Bastien Nocera + + * update-mime-database.c (get_int_attribute), (get_priority), + (get_weight), (process_freedesktop_node), (write_out_glob), + (write_out_glob2), (collect_glob2), (compare_by_weight), + (write_map_entry), (write_map), (get_glob_list_value), + (write_alias_cache), (write_literal_cache), (write_glob_cache), + (insert_suffix), (ucs4_reverse), (build_suffixes), + (write_suffix_entries), (write_suffix_cache), + (write_namespace_cache), (collect_glob), (write_cache), (main): + Patch from Matthias Clasen to implement + reverted suffix trees + +2008-06-02 Bastien Nocera + + * update-mime-database.c (get_int_attribute), (get_priority), + (get_weight), (process_freedesktop_node), (write_out_glob), + (write_out_glob2), (collect_glob2), (compare_by_weight), + (write_map_entry), (write_map), (get_glob_list_value), + (write_alias_cache), (write_literal_cache), (write_glob_cache), + (insert_suffix), (build_suffixes), (write_suffix_entries), + (write_suffix_cache), (write_namespace_cache), (collect_glob), + (write_cache), (main): Patch from Matthias Clasen + to implement glob weigths + +2008-06-02 Bastien Nocera + + * HACKING: More instructions for submission to the TP + +2008-06-02 Bastien Nocera + + * freedesktop.org.xml.in: Remove fnmatches for a few mime-types, + spotted by Matthias Clasen + +2008-05-25 Bastien Nocera + + * freedesktop.org.xml.in: Add text/x-c, for the same reason as below + +2008-05-24 Bastien Nocera + + * freedesktop.org.xml.in: Add text/x-diff as an alias for + Patches, as used in the wild + +2008-05-13 Bastien Nocera + + * Makefile.am: Check that all the translations are actually + shipped when doing a translation update + +=== shared-mime-info 0.30 === + +2008-05-12 Bastien Nocera + + * NEWS: upd + * configure.in: 0.30 + +2008-05-12 Bastien Nocera + + * HACKING: Add link to the TP's maintainer corner + +2008-05-12 Bastien Nocera + + * HACKING: Add mention of the update-translations target + * Makefile.am: add the update-translations which pulls the latest + translations from the Translation Project + +2008-05-02 Bastien Nocera + + * freedesktop.org.xml.in: Some string review courtesy of Benno + Schulenberg + +2008-04-30 Bastien Nocera + + * HACKING: Add details on how to update the spec on the website + +2008-04-23 Bastien Nocera + + * Makefile.am: More than just application/ mime-type need generic-icon + * freedesktop.org.xml.in: add generic-icon to a few message/ + mime-types, as well as to the VRML mime-type + +2008-04-23 Bastien Nocera + + * freedesktop.org.xml.in: Fix FIXMEs for the generic icons, fix a few + archives' acronyms, remove the text/x-ksysv-log mime-type which + doesn't have a comment, and doesn't seem to be used anymore + +2008-04-23 Bastien Nocera + + * freedesktop.org.xml.in: Tighten the DTD as to the allowed values for + the generic-icon needing to be listed in the Icon Naming spec + +2008-04-23 Bastien Nocera + + * freedesktop.org.xml.in: + * tests/internet.ez: + * tests/list: Add test file for Andrew insets, and fix generic-icon + +2008-04-23 Bastien Nocera + + * Makefile.am: Remove the tests below, and modify the DTD to not allow + acronyms without an expanded-acronym, and mime-types without comments + * freedesktop.org.xml.in: Add generic-icons to all the application/ + mime-type, with a few FIXMEs, remove duplicated StuffIt mime-type, but + keep the aliases, fix a few mime-types without comments, and missing + acronyms or expanded-acronyms + +2008-04-22 Bastien Nocera + + * Makefile.am: Add check for mime-types without comments + +2008-04-22 Bastien Nocera + + * Makefile.am: Check for acronyms without any expanded acronyms + +2008-04-22 Bastien Nocera + + * freedesktop.org.xml.in: Add generic-icon to the DTD + +2008-04-22 Bastien Nocera + + * freedesktop.org.xml.in: + * tests/ISOcyr1.ent: + * tests/list: Patch from Pino Toscano to add + XML entities support, and fix the DTD mime-type to be the one + in the RFC (Closes: #14085) + +2008-04-21 Pino Toscano + + * Makefile.am: use $(top_builddir) instead of $(builddir) in the + "check" target, this way it works also with automake 1.9. + +2008-04-21 Bastien Nocera + + * freedesktop.org.xml.in: Add mime-type for MS Works + documents, patch from Pino Toscano + (Closes: #12989) + + * tests/list: + * tests/test.wps: Add test file for MS Works + +2008-04-21 Pino Toscano + + * freedesktop.org.xml.in: + * tests/test.cmake: + * tests/list: Add mime-type for CMake scripts, patch from + Aleix Pol (Closes: #15561) + +2008-04-21 Bastien Nocera + + * freedesktop.org.xml.in: + * tests/hello.pack: + * tests/list: Add mime-type for Pack200 archives, patch from + Ville Skyttä (Closes: #12620) + +2008-04-18 Bastien Nocera + + * HACKING: Add mention on how to file bugs + +2008-04-15 Bastien Nocera + + * freedesktop.org.xml.in: + * tests/list: + * tests/test-vpn.pcf: Add Cisco VPN mime-type (from David Zeuthen + ), and test case (Closes: #3560) + +2008-04-15 Bastien Nocera + + * freedesktop.org.xml.in: Fix expanded acronym for ODB + files, spotted by jstaniek (Closes: #12686) + +2008-04-15 Bastien Nocera + + * freedesktop.org.xml.in: + * tests/list: + * tests/ocf10-20060911.epub: Add application/epub+zip for + Electronic Book documents, patch from Pino Toscano + (Closes: #12625) + +2008-04-15 Bastien Nocera + + * freedesktop.org.xml.in: + * tests/list: + * tests/test.iptables: Add text/x-iptables for iptables + scripts, for the benefit of gedit, definition from + Ian Laurie (Closes: #6652) + +2008-04-14 Bastien Nocera + + * freedesktop.org.xml.in: Add *.3g2 as a possible suffix for + 3GPP files + +2008-04-10 Bastien Nocera + + * freedesktop.org.xml.in: + * tests/list: + * tests/test-cdda.toc: + * tests/test-cdrom.toc: Add mime-type for CDRDAO TOC files + with (wobbly) magic (Closes: #11530) + +2008-04-10 Bastien Nocera + + * freedesktop.org.xml.in: Add *.med as MOD files, patch from + Ville Skyttä (Closes: #10863) + +2008-04-10 Bastien Nocera + + * freedesktop.org.xml.in: Require AVI files to have both the RIFF + and the "AVI " bits, not just one of them (Closes: #12541) + + * tests/list: + * tests/test.avi: + * tests/test.wav: Add WAVE and AVI test files + +2008-04-10 Bastien Nocera + + * freedesktop.org.xml.in: Add magic for KDC Kodak raw image files + * tests/list: + * tests/test.kdc: Add test case for that image file + (Closes: #10357) + +2008-04-10 Bastien Nocera + + * freedesktop.org.xml.in: + * tests/list: + * tests/test.mof: Add mime-type for Managed Object Format files, + patch from Stanislav Brabec (Closes: #14278) + +2008-04-10 Bastien Nocera + + * freedesktop.org.xml.in: + * tests/list: + * tests/test.gnd: Add mime-type for GNUNet saved searches, + based on work by Milan Bouchet-Valat + (Closes: #15260) + +2008-04-10 Bastien Nocera + + * freedesktop.org.xml.in: + * tests/list: + * tests/test-template.dot: Add a MS Word template file mime-type + and the requires test suite entry + +2008-04-10 Bastien Nocera + + * tests/README.pdf: + * tests/list: Add test case for bug #15436 (README* taking precedence + over *.pdf) + +2008-04-10 Bastien Nocera + + * Makefile.am: error out when one of the tests fails + + * freedesktop.org.xml.in: Fix matchlet for application/x-java, + patch by David Faure (Closes: #10334) + + * tests/helloworld.java (helloworld), (helloworld.main): + * tests/list: + * tests/test.class: Add test case for Class and Java source files + +2008-04-10 Bastien Nocera + + * freedesktop.org.xml.in: + * tests/list: + * tests/test.alz: Add application/x-alz for ALZ archives, patch by + Changwoo Ryu (Closes: #14909) + +2008-04-10 Bastien Nocera + + * freedesktop.org.xml.in: Remove application/x-cgi mime-type, it's + not text/plain (could be a binary), so it should be handled as its + real type, as discovered by sniffing (Closes: #13700) + +2008-04-09 Bastien Nocera + + * freedesktop.org.xml.in: Add another magic pattern for FLAC files + inside Ogg, patch by Andrés Gómez García + (Closes: #14501) + +2008-04-09 Bastien Nocera + + * freedesktop.org.xml.in: Remove *.exe as a pattern for Unix/ELF + executables (Closes: #12569) + +2008-04-09 Bastien Nocera + + * freedesktop.org.xml.in: Add a pattern for AWK files + +2008-04-09 Bastien Nocera + + * freedesktop.org.xml.in: Add a pattern for mbox files, as used + by KMail + +2008-04-09 Bastien Nocera + + * freedesktop.org.xml.in: + * tests/list: Add a pattern for PCX files, fix the test suite + accordingly + +2008-04-09 Bastien Nocera + + * freedesktop.org.xml.in: Remove audio/x-mp3-playlist (no pattern, + no magic) and make it an alias for m3u playlists + +2008-04-09 Bastien Nocera + + * freedesktop.org.xml.in: Add a mime-type for NFO files, patch by + Osmo Salomaa (Closes: #12721) + +2008-04-09 Bastien Nocera + + * freedesktop.org.xml.in: + * tests/list: + * tests/test.fl: Add FLTK Fluid mime-type and test files. Patch from + Sanel Zukan (Closes: #14329) + +2008-04-09 Bastien Nocera + + * freedesktop.org.xml.in: Remove useless application/x-dbm + mime-type, it didn't have a comment, or an users (Closes: #15223) + +2008-04-09 Bastien Nocera + + * freedesktop.org.xml.in: Make application/x-flash-video an alias, + and have the top-level mime-type be video/x-flv, so apps can use + video/ to filter it (Closes: #14982) + +2008-03-28 Bastien Nocera + + * freedesktop.org.xml.in: Add application/x-redhat-package-manager + as an alias for RPM + +2008-03-26 Bastien Nocera + + * freedesktop.org.xml.in: + * tests/list: + * tests/test.ext,v: Add *,v files from RCS to the + text/plain files, add a test + +2008-03-04 Alexander Larsson + + * shared-mime-info-spec.xml: + Update spec from discussion on list: + Add generic-icon and icon support. + Add glob weight + Change recommended sniffing/glob order + +2008-03-04 Bastien Nocera + + * update-mime-database.c (process_freedesktop_node): + Just ignore fields we don't know about, instead of + erroring out, patch by David Faure + +2008-02-29 Bastien Nocera + + * freedesktop.org.xml.in: Add mime-type for SMAF, + XMF and iMelody ringtones, and MRML "playlist" type + + * tests/list: + * tests/playlist.mrl: + * tests/ringtone.ime: + * tests/ringtone.mmf: Add tests for the above minus XMF + +2008-02-28 Bastien Nocera + + * freedesktop.org.xml.in: Remove *.amr from 3gpp files, + they're already used by audio/AMR, + Add audio/mp3 as an alias for audio/mpeg + Add audio/vnd.m-realaudio as an alias for audio/vnd.rn-realaudio + Add audio/wma as an alias for video/x-ms-asf + +2008-02-21 Bastien Nocera + + * freedesktop.org.xml.in: + * tests/registry.reg: Detect registry files when they're + UTF-16 encoded as exported by regedit on Windows XP, + magic provided by Robert Millan + +2008-02-21 Bastien Nocera + + * update-mime-database.1: Small fixes to the man page by + Pascal Terjan (Closes: #12311) + +2008-02-21 Bastien Nocera + + * configure.in: Update deps to glib 2.6.0, spotted by + Guillaume D. (Closes: #12249) + +2008-02-21 Bastien Nocera + + * freedesktop.org.xml.in: Patch from Robert Millan + to add Microsoft Registry mime-types, for use in Wine + (Closes: #10312) + + * tests/list: + * tests/registry.reg: + * tests/registry-nt.reg: Add test files for the Windows Registry + mime-type + +2008-02-21 Bastien Nocera + + * freedesktop.org.xml.in: Update DJVU magic and aliases from + the upstream DjVulibre projects, spotted by Leon Bottou + (Closes: #14009) + + * tests/2001_compression_overview.djvu: + * tests/list: Add test case for DjVu files + +2008-02-21 Bastien Nocera + + * freedesktop.org.xml.in: Patch from Osmo Salomaa + to add the SubViewer subtitle mime-type + + * tests/subtitle-subviewer.sub: + * tests/list: Add test case (Closes: #12478) + +2008-02-21 Bastien Nocera + + * freedesktop.org.xml.in: Fix a few typos in the DTD, + patch from Petteri Räty + +2008-02-21 Bastien Nocera + + * update-mime-database.c: Patch from Ed Catmur + to avoid warnings with the new x-content/ stuff in GNOME 2.22 + (Closes: #14362) + +2008-02-21 Bastien Nocera + + * freedesktop.org.xml.in: Patch from Pino Toscano + to mark more comments as translatable + (Closes: #14605) + + * Makefile.am: Add a check for untranslated comments + in the check target + +2008-02-21 Bastien Nocera + + * freedesktop.org.xml.in: Translate the CHM comment, + spotted by Pino Toscano (Closes: #14520) + +2008-02-21 Bastien Nocera + + * freedesktop.org.xml.in: Patch from Pino Toscano + to add a mime-type for EXR images (Closes: #6488) + + * tests/GammaChart.exr: + * tests/list: Add a test case + +2008-02-07 Bastien Nocera + + * freedesktop.org.xml.in: Add " + + * freedesktop.org.xml.in: + Lower xml magic priority so that its lower than + e.g. text/html. + Patch from David Faure + +2008-01-31 Bastien Nocera + + * freedesktop.org.xml.in: + * tests/list: + * tests/test.ttx: Patch from Christian Persch + to add the TTX font mime-type (Closes: #14318) + +2008-01-29 Bastien Nocera + + * freedesktop.org.xml.in: Patch from Paolo Borelli + to add the Eiffel code mime-type + (Closes: #14288) + +2008-01-07 Bastien Nocera + + * freedesktop.org.xml.in: Patch from Frederic Crozat + to add LZMA archives (Closes: #13256) + +=== shared-mime-info 0.23 === + +2007-12-18 Bastien Nocera + + * NEWS: upd + * configure.in: 0.23 + * Makefile.am: add HACKING file to the dist + * HACKING: add location for the CVS server and release method + +2007-12-10 Bastien Nocera + + * freedesktop.org.xml.in: Fix capitalisation for + a number of mime-types, don't use "QT", "WMV/WMA" and "NSV" + in comments + + Remove the useless gtar, make application/x-gtar an + alias for tar + + Add translator comment for SNES/NES/Genesis, as those + were known under different names depending on the location/region + + Mention the acronyms in the raw digital image types + + Add an acronym for RPM + +2007-12-12 Bastien Nocera + + * Makefile.am: add the pot file to the dist, + should fix problems with the translation project + +2007-12-10 Bastien Nocera + + * freedesktop.org.xml.in: + * tests/list: + * tests/office.doc: + Remove the magic from the Powerpoint files, + it's actually magic for "Microsoft Office document" + and add it to x-ole-storage, add a test file to the + testsuite + From https://bugzilla.redhat.com/show_bug.cgi?id=398031 + +2007-11-29 Bastien Nocera + + * freedesktop.org.xml.in: + * tests/list: + * tests/subtitle.ssa: + Add the SSA subtitle format + +2007-11-29 Bastien Nocera + + * freedesktop.org.xml.in: + * tests/list: + * tests/subtitle-microdvd.sub: + * tests/subtitle-mpsub.sub: + Add MicroDVD and MPSub subtitle formats + +2007-11-29 Bastien Nocera + + * freedesktop.org.xml.in: Add SAMI subtitle files, as per: + http://msdn2.microsoft.com/en-us/library/ms971327.aspx + * tests/: add test copied from the Microsoft website + +2007-11-21 Bastien Nocera + + * README: Update bug reporting instructions + +2007-11-20 Bastien Nocera + + * freedesktop.org.xml.in: add *.asc as a glob for PGP armoured keys, + patch from Adam Schreiber (Closes: #11680) + +2007-11-04 Bastien Nocera + + * freedesktop.org.xml.in: Up the magic priority of the RSS mime-type + to avoid them being detected as plain XML files + +2007-10-30 Benjamin Otte + + * freedesktop.org.xml.in: Add magic for detecting compressed Flash, + add Futuresplash as an alias for Flash + +2007-10-24 Bastien Nocera + + * freedesktop.org.xml.in: Add *.aac as a possible pattern for audio + MPEG-4 files + +2007-10-24 Bastien Nocera + + * freedesktop.org.xml.in: Add OPML with the mime-type text/x-opml+xml, + and the more official text/x-opml as an alias. Up its magic priority, + and that of the Atom mime-type as well, to avoid them being detected + as plain XML files + * tests/: add an OPML feed to the suite + +2007-10-22 Bastien Nocera + + * freedesktop.org.xml.in: Revert associating *.htm and *.html to + mozilla bookmarks as the mime systems don't look at magic yet to + choose the right mime type (Helps: #11843) + * tests/: add another feed for testing + +2007-09-26 Bastien Nocera + + * freedesktop.org.xml.in: Also add *.jpf as a glob for image/jpx + +2007-09-26 Bastien Nocera + + * freedesktop.org.xml.in: Add image/jpx and associated + glob as per http://www.iana.org/assignments/media-types/image/jpx + +2007-09-25 Bastien Nocera + + * HACKING: add a mention of how translations should be + handled + +2007-09-25 Bastien Nocera + + * freedesktop.org.xml.in: added j2k as a possible jpeg2000 + suffix + +2007-09-18 Bastien Nocera + + * HACKING: add new hacking file, to give instructions to + potential contributors + +2007-09-18 Alexander Larsson + + * freedesktop.org.xml.in: + Make application/msword subclass of application/x-ole-storage. + Patch from David Faure + +2007-09-04 Bastien Nocera + + * freedesktop.org.xml.in: Fix the subrip mime-type to mention subrip, + add magic, patch by Osmo Salomaa + * tests/*: add a SubRip subtitle test + +2007-09-04 Bastien Nocera + + * freedesktop.org.xml.in: Add the Atom mime-type, add magic to the RSS + mime-type + * tests/*: add RSS and Atom test cases + +2007-09-04 Bastien Nocera + + * freedesktop.org.xml.in: Remove dubious C# magic, and add Vala + mime-type, patch from Jürg Billeter (Closes: #12195) + * tests/*: add C# and Vala test cases + +2007-08-31 Bastien Nocera + + * freedesktop.org.xml.in: Fix JPEG-2000 mime-types and magic to + follow the RFC (Closes: #11942) + * tests/list: s,image/jpeg2000,image/jp2 + +2007-08-31 Bastien Nocera + + * freedesktop.org.xml.in: Add *.vlc as a pattern for m3u files, + as used by VideoLAN (Closes: #12114) + +2007-08-31 Bastien Nocera + + * freedesktop.org.xml.in: Patch from Sebastien Bacher + to add more aliases for Powerpoint and Word + mime-types (Closes: #12231) + +2007-08-31 Bastien Nocera + + * freedesktop.org.xml.in: Add the audio/x-m4b mime-type, + as a sub-class of audio/mp4 (Closes: #10830) + +2007-08-29 Bastien Nocera + + * freedesktop.org.xml.in: Add the JPEG2000 JPC glob to the + list, as well as magic for both JP2 and JPC files + + * tests/list: + * tests/test.jp2: + * tests/test.jpc: Add tests for the above + +2007-08-28 Bastien Nocera + + * freedesktop.org.xml.in: Add application/sdp, with information from + http://www.rfc-editor.org/rfc/rfc2327.txt + * tests/*: Add an SDP stream description, the filename clashes with + StarOffice presentations + +2007-08-28 Bastien Nocera + + * freedesktop.org.xml.in: Split out *.nsc into its own mime-type, as + we'd like GStreamer to handle it directly, rather than us + Confusing mime-type name from + http://en.wikipedia.org/wiki/Windows_Media_Station + * tests/*: Add an ASX playlist and an NSC stream description + +2007-08-28 Bastien Nocera + + * configure.ac: Check for xmllint + + * Makefile.am: run test-mime-data from xdgmime if we're running in CVS + and have xdgmime checked out and built in the parent + * tests/*: add loads of test data and a test list from Matthias Clasen + (Closes: #5210) + + * freedesktop.org.xml.in: + - Remove "Microsoft Word 6.0 Document" matchlet at offset 2080, it's a + localised string (ie. says "Dokument" in German, etc.) + - Add better matchlets from file(1) for word documents + - Add magic for StarWriter (tentative) and for glade files + - Up the priority of the EPS matchlet so that EPS files are not + recognised as postscript files + +2007-08-12 Bastien Nocera + + * freedesktop.org.xml.in: add a mime-type for QTIF QuickTime image + files + +=== shared-mime-info 0.22 === + +2007-07-30 Bastien Nocera + + * NEWS: upd + * Makefile.am: upd + +2007-07-27 Bastien Nocera + + * configure.in: bump up the release version, need to do a release + +2007-07-27 Frederic Crozat + + * freedesktop.org.xml.in: Add audio/ogg, video/ogg as subclasses of + application/ogg and add relevant extensions. + +2007-07-26 Frederic Crozat + + * freedesktop.org.xml.in: Add video/avi as alias for video/x-msvideo, + some Windows mail clients still use it, #11729. + +2007-07-25 Bastien Nocera + + * freedesktop.org.xml.in: Add the application/x-nintendo-ds-rom + mime-type for Nintendo DS ROMs + +2007-06-27 Christian Neumair + + * Makefile.am: Install shared-mime-info.pc to $datadir/pkgconfig + instead of $libdir/pkgconfig, #10698 (revert). + +2007-07-22 Bastien Nocera + + * freedesktop.org.xml.in: Add the iRiver PLA playlist format, + patch from Jonathan Matthew + (Closes: #11604) + +2007-06-27 Christian Neumair + + * update-mime-database.c: Use g_warning instead of g_error. Fixes + #10959. Thanks to Sebastien Bacher . + +2007-06-27 Christian Neumair + + * freedesktop.org.xml.in: Add JAD MIME type. Fixes #10869. + Thanks to Ville Skyttä . + +2007-06-27 Christian Neumair + + * freedesktop.org.xml.in: Add WMLScript MIME type. Fixes #10868. + Thanks to Ville Skyttä . + +2007-06-27 Christian Neumair + + * freedesktop.org.xml.in: Add winmail.dat glob to TNEF MIME type. Fixes + #10867. Thanks to Ville Skyttä . + +2007-06-27 Christian Neumair + + * freedesktop.org.xml.in: Fix PostScript and XHTML acronyms. Fixes + #10865. Thanks to Ville Skyttä . + +2007-06-27 Christian Neumair + + * configure.in: Require glib 2.3.2. Fixes #10398. Thanks to Martin + Koller , and Harri Porten . + +2007-06-27 Christian Neumair + + * update-mime-database.c: Improve windows compatibility, close streams. + Fixes #10689. Thanks to Christian Ehrlicher . + +2007-06-27 Christian Neumair + + * freedesktop.org.xml.in: Add Plucker MIME type. Fixes #10379. Thanks + to Pino Toscano . + +2007-06-27 Christian Neumair + + * freedesktop.org.xml.in: Also match uppercase "F" for fortran + globs, fixes #10692. Thanks to Quintin Hill + +2007-06-27 Christian Neumair + + * freedesktop.org.xml.in: Change top-level tag matching offset range + of XML subtypes from "0:64" to "0:256". Fixes #10880. Thanks to + Sebastian Dröge . + +2007-06-27 Christian Neumair + + * freedesktop.org.xml.in: Add Erlang source code MIME type, fixes + #10878. Thanks to Martin Ankerl . + +2007-06-27 Christian Neumair + + * freedesktop.org.xml.in: Add ".hxx" glob pattern for C++ header. + Fixes #10872. Thanks to Jonathon Jongsma . + +2007-06-27 Christian Neumair + + * freedesktop.org.xml.in: Add SIS/SISX packages, #10871. + * update-mime-database.c: Add x-epoc media type. + Thanks to Ville Skyttä . + +2007-06-27 Christian Neumair + + * Makefile.am: Install shared-mime-info.pc to $libdir/pkgconfig + instead of $datadir/pkgconfig, #10698. Thanks to Tilman Sauerbeck + . + * autogen.sh: Don't run libtoolize, #10870. Thanks to Ville Skyttä + . + +2007-06-27 Christian Neumair + + * freedesktop.org.xml.in: Add more WordPerfect globs, #10428. Thanks + to Petr Mladek . + Also replace "document" by "image" in EMF/WMF description. + +2007-06-27 Christian Neumair + + * freedesktop.org.xml.in: Fix WMF description and add matchlet, add + EMF MIME type. Fixes #11385 and 11388. Thanks to Shaun Oldale + . + Also fix OpenOffice Calc template description. + +2007-06-26 Christian Neumair + + * freedesktop.org.xml.in: Add MP2 audio, add more aliases for 3GPP, fixes + #10457. Thanks to Matt Keenan . + +2007-06-26 Christian Neumair + + * freedesktop.org.xml.in: Add OpenOffice MIME matchlets, fixes #11276. + Thanks to Matt Keenan . + +2007-06-14 Christian Neumair + + * freedesktop.org.xml.in: Match "script" tag in HTML. Fixes #11259. + Thanks to David Faure . + +2007-06-14 Christian Neumair + + * freedesktop.org.xml.in: Fix word order in powerpoint matchlet. Fixes + #435. Thanks to David Faure . + +2007-06-01 Christian Neumair + + * freedesktop.org.xml.in: Remove "application/x-netscape-bookmarks" + definition, make "application/x-netscape-bookmarks" an alias for + "application/x-mozilla-bookmarks". Also associate extensions "*.html" + and "*.htm" with Mozilla bookmarks. Fixes #266. + +=== shared-mime-info 0.21 === + +2007-04-18 Bastien Nocera + + * NEWS: upd + * configure.in: 0.21 + +2007-04-13 Bastien Nocera + + * freedesktop.org.xml.in: Correct the magic for RTSPtext metalinks + (See http://bugzilla.gnome.org/show_bug.cgi?id=429383) + +2007-03-08 Christian Neumair + + * freedesktop.org.xml.in: add X11 cursor type (#10043). + Thanks to Pino Toscano . + +2007-03-08 Christian Neumair + + * freedesktop.org.xml.in: add DirectDraw surface type (#10083). + Thanks to Pino Toscano . + +2007-03-08 Christian Neumair + + * freedesktop.org.xml.in: add pattern and description for KSysV init + type (#10040). Thanks to Pino Toscano . + +2007-03-08 Christian Neumair + + * freedesktop.org.xml.in: add matchlets for OpenOffice.org types + (#10100). Thanks to Pino Toscano and Oliver + Braun . + +2007-03-08 Christian Neumair + + * freedesktop.org.xml.in: add a bunch of raw camera image types + (#8170). Thanks to Udi Fuchs , Stanislav Brabec + and Frederic Crozat . + +2007-03-08 Christian Neumair + + * freedesktop.org.xml.in: add PKCS#10 certification request type + (#10076). Thanks to Pino Toscano . + +2007-03-08 Christian Neumair + + * freedesktop.org.xml.in: Add "*.iso9660" glob for ISO 9660 files + (#10130). Thanks to Sebastian Dröge (slomo@circular-chaos.org). + +2007-03-08 Christian Neumair + + * freedesktop.org.xml.in: add PSF, miniPSF, PSFlib types, add + gzippd PSF linux font type, properly subclass all gzipped types + (#853). Thanks to Jo Valentine-Cooper . + +2007-03-08 Christian Neumair + + * freedesktop.org.xml.in: add PAK archive type (#10030). + Thanks to Pino Toscano . + +2007-03-08 Christian Neumair + + * freedesktop.org.xml.in: add TNEF message MIME type (#10077). + Thanks to Pino Toscano . + +2007-03-08 Christian Neumair + + * freedesktop.org.xml.in: make application/x-shared-library-la a + subclass of text/plain (#10203). Thanks to Yevgen Muntyan + . + +2007-03-08 Christian Neumair + + * update-mime-database.1: remove ROX from "See Also" manpage section + (#10131). Thanks to Sebastian Dröge . + +2007-03-08 Christian Neumair + + * freedesktop.org.xml.in: fix RealVideo document MIME type (#10122). + Thanks to Frederic Crozat . + +2007-03-08 Christian Neumair + + * freedesktop.org.xml.in: add XPS MIME type (#10027). + Thanks to Pino Toscano . + +2007-03-08 Christian Neumair + + * freedesktop.org.xml.in: make application/m3u an alias for + audio/x-mpegurl (#10061), and make audio/x-mpeg an alias for + audio/mpeg. + Thanks to Pino Toscano . + +2007-03-08 Christian Neumair + + * freedesktop.org.xml.in: add comment for Adobe FrameMaker document + (#10086), brand FrameMaker MIF document to Adobe. + Thanks to Pino Toscano . + +2007-03-08 Christian Neumair + + * freedesktop.org.xml.in: add comment for ARC archive (#10084). + Thanks to Pino Toscano . + +2007-03-08 Christian Neumair + + * freedesktop.org.xml.in: add comment for XMCD CD database (#10074). + Thanks to Pino Toscano . + +2007-02-13 Bastien Nocera + + * freedesktop.org.xml.in: add *.m2t as a pattern for MPEG 2 files + (GNOME bug #406196) + +=== shared-mime-info 0.20 === + +2007-02-06 Bastien Nocera + + * NEWS: upd + * configure.in: version 0.20 + +2007-02-06 Bastien Nocera + + * freedesktop.org.xml.in: Make dia a sub-class of application/xml, + not the alias text/xml + +2007-02-06 Bastien Nocera + + * freedesktop.org.xml.in: Move *.pcf.Z to application/x-font-pcf + as it's definitely not a Postscript font, add *.pcf.gz as well + (Closes: #4398) + +2007-02-06 Bastien Nocera + + * freedesktop.org.xml.in: Patch from Petr Tomasek + to add a mime-type for the T602 word + processor documents (Closes: #1001) + +2007-02-06 Bastien Nocera + + * Makefile.am: verbose mode in install mode by default + * configure.in: up the glib requirements to 2.2 + * update-mime-database.1: + * update-mime-database.c: (g_log_handler), (usage), (get_type), + (load_source_file), (write_out_glob), (write_magic_children), + (write_magic), (delete_old_types), (check_in_path_xdg_data), + (write_map_entry), (write_parent_entry), (write_parent_list), + (build_suffixes), (write_suffix_entries), (write_match), + (write_cache), (main): Patch from Loïc Minier + to make the output of + update-mime-database quiet by default (Closes: #7289) + +2007-02-06 Bastien Nocera + + * freedesktop.org.xml.in: Add a mime-type for XUL, add *.xbl as + an XML pattern, as XBL doesn't have its own mime-type (Closes: #3260) + Change the compressed SVG mime-type to image/svg+xml-compressed + +2007-02-06 Bastien Nocera + + * freedesktop.org.xml.in: Add the application/x-ica mime-type, + patch from Jack Johnson (Closes: #3820) + +2007-02-06 Bastien Nocera + + * freedesktop.org.xml.in: compressed SVG files aren't XML files, + so .svgz files now use image/svg as their mime-type (Closes: #9873) + +2007-02-05 Bastien Nocera + + * freedesktop.org.xml.in: Patch from Pino Toscano + to add a mime-type for XLIFF + translation files (Closes: #6532) + +2007-02-05 Bastien Nocera + + * freedesktop.org.xml.in: Patch from Pino Toscano + to add a mime-type for LDIF files + (Closes: #6482) + +2007-02-05 Bastien Nocera + + * freedesktop.org.xml.in: application/xslt+xml is reserved for + XSLT 2.0 style-sheets, which we cannot detect because we don't + read attributes, just namespaces. So remove *.xsl and *.xslt as + application/xslt+xml globs, and add those to application/xml + (the recommended mime-type for XSLT version 1.0) + Leave application/xslt+xml present as a sub-class of application/xml + to avoid breaking already existing program associations + (Closes: #2928) + +2007-02-05 Bastien Nocera + + * freedesktop.org.xml.in: Really fix my application/x-markaby + mime-type addition, more crack (time to go home?), Patch from + Young-Ho, Cha to add mime-types for + Haansoft's Hangul word processor (Closes: #4230) + +2007-02-05 Bastien Nocera + + * freedesktop.org.xml.in: Add mime-type including magic for ACE + archives (Patch from Pino Toscano ) + (Closes: #6473), Fix parsing from previous commit + +2007-02-05 Bastien Nocera + + * freedesktop.org.xml.in: Add application/x-markaby mime-type for + "Ruby markup"-fu (Closes: #6132) + +2007-02-05 Bastien Nocera + + * freedesktop.org.xml.in: Remove the TGA mime magic as it was bogus, and + the real Targa magic is at the end of the file, not at the beginning + (Closes: #1268) + +2007-02-05 Bastien Nocera + + * freedesktop.org.xml.in: Patch from Sebastian Dröge + to add the Wavpack mime-type (Closes: #6746) + +2007-02-05 Bastien Nocera + + * freedesktop.org.xml.in: belong should be big32, I guess that patch + was untested ;) + +2007-02-05 Bastien Nocera + + * freedesktop.org.xml.in: Patch from Robert Dale + to add the application/x-dar mime-type (Closes: #6760) + +2007-02-05 Bastien Nocera + + * freedesktop.org.xml.in: Add magic for the PGN mime-type, + make it a text/plain sub-class, change the human-readable name + to "PGN chess game notation" (Closes: #8286) + +2007-02-05 Bastien Nocera + + * freedesktop.org.xml.in: Have the Go SGF records be a sub-class + of text/plain to allow opening them with a text editor, add + magic for version 3 and 4 of those files (Closes: #8058) + +2007-02-05 Bastien Nocera + + * freedesktop.org.xml.in: Add magic to detect AutoCAD DXF files + (Closes: #9472) + +2007-02-05 Bastien Nocera + + * freedesktop.org.xml.in: Make mbox a sub-class of text/plain + so that a text-editor can be used to open it (Closes: #9859) + +2007-02-05 Bastien Nocera + + * freedesktop.org.xml.in: Patch from Frédéric Crozat + to remove the StarOffice-provided + application/vnd.palm mime-type, and add the globs and aliases + to application/x-palm-database instead (Closes: #7406) + +2007-02-05 Bastien Nocera + + * freedesktop.org.xml.in: Patch from Mario Carrión + to add mime-types for OCL scripts (Closes: #7327) + +2007-02-05 Bastien Nocera + + * freedesktop.org.xml.in: Patch from Sebastian Dröge + to not mis-detect Java files as C when they start with comments + (Closes: #9407), same trick with CSS files (Closes: #9469) + +2007-02-05 Bastien Nocera + + * freedesktop.org.xml.in: Add Lua scripts to the mime-types with help from + Reuben Thomas (Closes: #8715) + +2007-02-05 Bastien Nocera + + * freedesktop.org.xml.in: Patch from Adam Schreiber + and Sebastian Dröge to clean up PGP/GnuPG file + types detection (Closes: #9401) + +2007-02-02 Bastien Nocera + + * freedesktop.org.xml.in: Make Dia's format a sub-class of text/xml + as reported by Tom Parker (Closes: #9241) + +2007-02-02 Bastien Nocera + + * freedesktop.org.xml.in: Add a mime-type for WBMP images + (Closes: #9186) + +2007-02-02 Bastien Nocera + + * freedesktop.org.xml.in: Add gnm:Workbook as a possible magic + for Gnumeric files, spotted by Jean Bréfort (Closes: #9424) + +2007-02-02 Bastien Nocera + + * freedesktop.org.xml.in: Patch from Wouter Bolsterlee + to add *.rdfs and *.owl as suffixes for + RDF files (Closes: #8389) + +2007-02-02 Bastien Nocera + + * freedesktop.org.xml.in: Patch from Matt Good + to add the eMusic download package mime-type and magic (Closes: #8105) + +2007-02-02 Bastien Nocera + + * freedesktop.org.xml.in: Patch from Andy Hedges + to add more magic for the QuickTime files + (Closes: #8936) + +2007-02-02 Bastien Nocera + + * po/POTFILES.skip: Patch from Torsten Schönfeld to add + update-mime-database.c to the skipped files, as it was never + translated anyway (Closes: #9565) + +2007-02-02 Bastien Nocera + + * Makefile.am: + * shared-mime-info.pc.in: Patch from Ville Skyttä + to move the shared-mime-info pkgconfig file to $(datadir), as it doesn't + contain any arch-specific data (Closes: #9789) + +2007-02-02 Bastien Nocera + + * configure.in: + * po/LINGUAS: Patch from Christian Persch to use po/LINGUAS + to list the translated languages (Closes: #9619) + +2007-02-02 Bastien Nocera + + * update-mime-database.c: (open_or_die), (main): Patch from + Yevgen Muntyan to avoid abort()'ing when + we can't open a specific file for writing (Closes: #9580) + +2007-02-02 Bastien Nocera + + * Makefile.am: + * configure.in: Patch from Christian Persch to clean up the + configure.in and Makefile.am files (Closes: #9618) + +2007-02-02 Bastien Nocera + + * freedesktop.org.xml.in: Add application/x-bzip2 as an alias + for bz2 archives, as used on Sourceforge, patch by Loïc Minier + (Closes: #9737) + +2007-02-02 Bastien Nocera + + * freedesktop.org.xml.in: Patch from Loïc Minier + to recognise Makefiles + with shebang magic as well as name (Closes: #9738) + +2007-02-02 Bastien Nocera + + * freedesktop.org.xml.in: + * po/az.po: + * po/bg.po: + * po/cs.po: + * po/cy.po: + * po/da.po: + * po/de.po: + * po/el.po: + * po/eo.po: + * po/es.po: + * po/eu.po: + * po/fi.po: + * po/fr.po: + * po/hu.po: + * po/it.po: + * po/ja.po: + * po/ko.po: + * po/lt.po: + * po/ms.po: + * po/nb.po: + * po/nl.po: + * po/nn.po: + * po/pl.po: + * po/pt.po: + * po/pt_BR.po: + * po/ru.po: + * po/rw.po: + * po/sq.po: + * po/sr.po: + * po/sv.po: + * po/uk.po: + * po/vi.po: + * po/zh_CN.po: + * po/zh_TW.po: s/CPIP/CPIO/ (Closes: #9814) + Spotted by Goran Uddeborg + +2007-02-02 Bastien Nocera + + * freedesktop.org.xml.in: lower the prio of the audio/x-matroska to 50, + so that detection can happen based on suffix as well + +2007-02-02 Bastien Nocera + + * freedesktop.org.xml.in: Patch from Ville Skyttä + to use the preferred Matroska mime-types, add Matroska audio support + (Closes: #9788) + +2007-02-02 Bastien Nocera + + * freedesktop.org.xml.in: Move *.ram to application/ram, patch + from Daniel Yek (Closes: #9750) + +2007-02-02 Bastien Nocera + + * freedesktop.org.xml.in: Make PGM, PBM and PPM sub-classes + of PNM (RH #118847) + +2007-02-01 Bastien Nocera + + * freedesktop.org.xml.in: Patch from Bill Alexander + to add application/x-msexcel as an + alias for Excel files (RH #197887) + +2007-01-23 Bastien Nocera + + * freedesktop.org.xml.in: add the audio/x-tta mime-type + +2007-01-15 Bastien Nocera + + * freedesktop.org.xml.in: Add magic for NSC + +2007-01-15 Bastien Nocera + + * freedesktop.org.xml.in: Microsoft says that NSC (multicast playlists) + are also of type "video/x-ms-asf": + http://www.microsoft.com/windows/windowsmedia/howto/articles/webserver.aspx + +2007-01-15 Bastien Nocera + + * freedesktop.org.xml.in: fix typo that broke the build + +2007-01-15 Bastien Nocera + + * freedesktop.org.xml.in: Patch from Paolo Borelli to add the + text/x-rpm-spec mime-type for RPM .spec files (Closes: #9331) + +2007-01-12 Bastien Nocera + + * freedesktop.org.xml.in: Add image/x-icns mime-type for MacOS X icons + +2007-01-05 Bastien Nocera + + * freedesktop.org.xml.in: Add *.kar (Karaoke files) as a pattern for + MIDI files, video/mp4v-es is a mime-type for MPEG-4 video, + video/x-ms-wvx, video/x-ms-wax and video/x-ms-wmx added as aliases of ASX, + Add vivo patterns and mime alias, add FLI mime aliases, add video/x-ms-wm + as an alias of video/x-ms-asf + +2006-12-15 Christian Neumair + + * freedesktop.org.xml.in: Add gzip/bz2 types for DVI, PDF and + PostScript. Fixes #4658. Thanks to Bas Zoetekouw + +2006-12-11 Bastien Nocera + + * freedesktop.org.xml.in: Add application/pls as an alias for pls files + +2006-12-01 Bastien Nocera + + * freedesktop.org.xml.in: Add the Google Video Pointer mime-types + (alias'ed to text/google-video-pointer) + +2006-12-01 Bastien Nocera + + * freedesktop.org.xml.in: add "video/flv" as an alias for FLV videos, + as used by YouTube's HTTP server + +2006-11-14 Christopher Aillon + + * freedesktop.org.xml.in: alias image/pdf to application/pdf + +2006-10-11 Bastien Nocera + + * freedesktop.org.xml.in: add RTSPtextRTSP-style movie references + to the application/x-quicktime-media-link mime-type (see GNOME #302482) + +2006-10-01 Bastien Nocera + + * freedesktop.org.xml.in: add image/x-macpaint for + "MacPaint Bitmap image" + +2006-08-26 Bastien Nocera + + * freedesktop.org.xml.in: Add *.latex as a pattern for TeX documents + (Closes: #6235) + +2006-08-25 Bastien Nocera + + * freedesktop.org.xml.in: Add text/javascript as an alias to + application/javascript, spotted by Ville Skyttä + (Closes: #6616) + +=== shared-mime-info 0.19 === + +2006-08-25 Bastien Nocera + + * NEWS: upd + * configure.in: 0.19 + +2006-08-25 Bastien Nocera + + * freedesktop.org.xml.in: patch from Stephane Chauveau + and Eugenia Loli-Queru + to add many raw image types from digital cameras + (Closes: #4117) + +2006-08-25 Bastien Nocera + + * freedesktop.org.xml.in: Add a mime-type for musepack, patch from + Pino Toscano (Closes: #6408) + +2006-08-25 Bastien Nocera + + * freedesktop.org.xml.in: Add ECMAScript mime-type + (application/ecmascript), patch by Ville Skyttä + (Closes: #6616) + +2006-08-25 Bastien Nocera + + * freedesktop.org.xml.in: Use text/csv rather than + text/x-comma-separated-values, patch by Ville Skyttä + (Closes: #6616) + +2006-08-25 Bastien Nocera + + * freedesktop.org.xml.in: Use application/javascript rather than + application/x-javascript, patch by Ville Skyttä + (Closes: #6616) + +2006-08-25 Bastien Nocera + + * README: Add some reference links + +2006-08-25 Bastien Nocera + + * freedesktop.org.xml.in: Patch from Pino Toscano + to add the application/sieve mime-type + for Sieve scripts (Closes: #6572) + +2006-08-25 Bastien Nocera + + * freedesktop.org.xml.in: Add text/x-ocaml as a mime-type for OCaml + files (Closes: #7836) + +2006-08-25 Bastien Nocera + + * freedesktop.org.xml.in: add application/x-debian-package as an alias + for application/x-deb, as used by Apache, spotted by Gustavo + J. A. M. Carneiro (Closes: #6303) + +2006-08-25 Bastien Nocera + + * freedesktop.org.xml.in: add *.dtx and *.ins as possible patterns + for TeX files, spotted by Thomas Braun + (Re: #6235) + +2006-08-25 Bastien Nocera + + * freedesktop.org.xml.in: Fix the magic offset for M4A files, spotted + by thrope (Closes: #7718) + +2006-08-25 Bastien Nocera + + * Makefile.am: add "check" to the default target when compiling from + CVS + * freedesktop.org.xml.in: Change application/x-jar to the SUN- + recommended application/x-java-archive, add an alias for the former, + Add better conditional magic to tell zip files and .jars apart, + Thanks to Joseph Kowalski for his detailed report + (Closes: #7852) + +2006-08-25 Bastien Nocera + + * freedesktop.org.xml.in: Patch from Wouter Bolsterlee + with better magic for BZR generated + patch files, and those starting with "---" (Closes: #7890) + +2006-08-25 Bastien Nocera + + * freedesktop.org.xml.in: Patch from Wouter Bolsterlee + to add better magic for TeX files + (Closes: #7891) + +2006-08-24 Bastien Nocera + + * freedesktop.org.xml.in: add audio/AMR and audio/AMR-WB as per + RFC 3267, using the magic in section 8.1 + +2006-08-12 Bastien Nocera + + * freedesktop.org.xml.in: *.qtl files are + QuickTime Media Links as per + http://developer.apple.com/documentation/QuickTime/QT6WhatsNew/Chap1/chapter_1_section_53.html + +2006-08-07 Bastien Nocera + + * freedesktop.org.xml.in: Move the Quicktime metalink magic + to its own mime-type: application/x-quicktime-media-link + +2006-07-14 Bastien Nocera + + * freedesktop.org.xml.in: add application/x-snes-rom and + application/x-gba-rom types for SNES and GBA Roms (Closes: #7511) + +2006-07-09 Bastien Nocera + + * shared-mime-info.pc.in: patch from foser@gentoo.org to use + the paths specified at build-time in the pkgconfig file + (Closes: #6437) + +2006-07-09 Bastien Nocera + + * freedesktop.org.xml.in: add description and acronym to the + GDBM mime-type (Closes: #6353) + +2006-07-09 Bastien Nocera + + * freedesktop.org.xml.in: add *.mo as a glob for + application/x-gettext-translation (Closes: #6351) + +2006-07-09 Bastien Nocera + + * freedesktop.org.xml.in: patch from Arthur Taylor to + add magic to most tracker files, and remove a duplicate *.xm glob + (Closes: #6372) + +2006-07-09 Bastien Nocera + + * freedesktop.org.xml.in: remove the magic for + application/octet-stream, it's silly (Closes: #4843) + +2006-07-09 Bastien Nocera + + * freedesktop.org.xml.in: patch from Matthias Clasen + to match Type1 fonts higher than Postscript files + (Closes: #4675) + +2006-07-09 Bastien Nocera + + * freedesktop.org.xml.in: add magic for audio/ac3 (Closes: #6509) + +2006-07-09 Bastien Nocera + + * freedesktop.org.xml.in: Add audio/x-ape mime-type for + Monkey's audio (Closes: #6747) + +2006-07-09 Bastien Nocera + + * Makefile.am: remove po/stamp-it on "make clean" (Closes: #6485) + +2006-07-09 Bastien Nocera + + * freedesktop.org.xml.in: remove the wide *.dat glob from matching + MPEG videos (Closes: #2788) + +2006-07-09 Bastien Nocera + + * freedesktop.org.xml.in: add text/x-txt2tags to the mime-type + so that we can whitelist it (not a Postscript!) (Closes: #2001), + lower the priority of the application/mbox magic to avoid false + positives + +2006-07-09 Bastien Nocera + + * freedesktop.org.xml.in: add application/mbox for the MBOX mailboxes + (Closes: #2052) + +2006-07-03 Christian Neumair + + * po/Makefile.in.in: Remove from CVS. Fixes #7255. + Thanks to Christian Persch . + +2006-07-03 Christian Neumair + + * fredesktop.org.xml.in: Add VHDL MIME type. Fixes #7329. + Thanks to George Jenkins . + +2006-07-03 Christian Neumair + + * freedesktop.org.xml.in: Add application/powerpoint and + application/mspowerpoint as PPT alias. Fixes #7407. + Thanks to Frederic Crozat . + +=== shared-mime-info 0.18 === + +2006-07-03 Bastien Nocera + + * NEWS: upd + * configure.in: 0.18 + +2006-06-19 Bastien Nocera + + * freedesktop.org.xml.in: *.mpga is also a pattern for MP3 + (Closes GNOME #345306) + +2006-05-14 Bastien Nocera + + * .cvsignore: upd + +2006-05-14 Bastien Nocera + + * freedesktop.org.xml.in: add support for XSPF version 1 playlists + (see http://www.xspf.org/specs/) + +2006-05-14 Bastien Nocera + + * freedesktop.org.xml.in: patch from Stanislav Brabec + to clarify C, C++, C# and ObjC headers and sources (Closes: #6743) + +2006-05-09 Christian Neumair + + * freedesktop.org.xml.in: lower priority of "%" magic patterns to 10. + +2006-04-19 Bastien Nocera + + * freedesktop.org.xml.in: .wax is a suffix for ASX playlists as well + +2006-04-18 Bastien Nocera + + * configure.in: Remove "no" from ALL_LINGUAS + +2006-04-16 Bastien Nocera + + * freedesktop.org.xml.in: Make audio/x-ms-asx's magic higher priority + than HTML to avoid matching HTML on " + + * freedesktop.org.xml.in: .asx files are of audio/x-ms-asx, not ASF + files + +2006-04-05 Christian Neumair + + * freedesktop.org.xml.in: Remove "application/pdf" subclassing + information. Thanks to Sebastien Bacher and Bastien Nocera. + +2006-04-05 Christian Neumair + + * freedesktop.org.xml.in: Rename "text/rss" to + "application/rss+xml", make "text/rss" an alias, make it a subclass of + "application/xml". Thanks to Sebastien Bacher. + +2006-04-05 Christian Neumair + + * freedesktop.org.xml.in: Make "application/postscript", + a subclass of "text/plain". Thanks to Sebastian Heutling, + Tristan Wibberley and Sebastien Bacher. + + Add missing sub-classing information to a few dozen other + MIME types, including "application/rtf", "application/pdf", + ODF and OOo MIME types. + + * Makefile.am: + * test-subclassing.c: + Add simple XML parser that checks for presence of "sub-class-of" + nodes in freedesktop.org.xml and outputs MIME types that don't + provide the flag. + +2006-03-18 Miloslav Trmac + + * configure.in: Add "lt" (Lithuanian) to ALL_LINGUAS. + +2006-03-15 Bastien Nocera + + * freedesktop.org.xml.in: Add a mime-type for WMA (Closes: #2178), + and make it and WMV sub-classes of ASF (Closes: #2051), patches from + Stanislav Brabec + +2006-03-15 Bastien Nocera + + * configure.in: also install the Danish translation, patch from + Stanislav Brabec (Closes: #2051) + +2006-03-15 Bastien Nocera + + * freedesktop.org.xml.in: Add *.qtl glob for Quicktime Links files + (from http://developer.apple.com/documentation/QuickTime/QT6WhatsNew/Chap1/chapter_1_section_53.html) + +=== shared-mime-info 0.17 === +2006-03-14 Bastien Nocera + + * .cvsignore: upd + * configure.in: 0.17 + * NEWS: upd + +2006-03-13 Bastien Nocera + + * freedesktop.org.xml.in: Add Quicktime Media Link magic to + video/quicktime + +2006-03-13 Bastien Nocera + + * freedesktop.org.xml.in: Add "application/x-srt" for .srt subtitle + files, and make them a subclass of text/plain + +2006-03-09 Christian Neumair + + * freedesktop.org.xml.in: make "x-directory/normal" an alias for + "inode/directory". + +2006-03-09 Christian Neumair + + * freedesktop.org.xml.in: make "application/x-cue" a subclass of + "text/plain". Fixes GNOME #334008. Thanks to Stefan Jol. + +2006-03-02 Christian Neumair + + * freedesktop.org.xml.in: make "text/rdf" a subclass of + "application/xml" instead of "text/plain". Fixes GNOME #331468. + Thanks to Luca Ferretti. + +2006-03-02 Christian Neumair + + * freedesktop.org.xml.in: make "application/x-abiword" a subclass of + "application/xml". Fixes GNOME #333158/Launchpad #33301. + Thanks to Lionel Dricot and Sebastien Bacher. + +2006-03-02 Bastien Nocera + + * freedesktop.org.xml.in: also add the .divx suffix to AVI + +2006-03-02 Bastien Nocera + + * freedesktop.org.xml.in: add video/vnd.divx as an alias for AVI files + (as used on the divx.com website) + +2006-02-21 Christian Neumair + + * freedesktop.org.xml.in: add "application/x-gnuplot". Fixes #5455. + Thanks to Triastan Miller. + +2006-02-21 Christian Neumair + + * freedesktop.org.xml.in: fix "application/x-tex-gf" and + "application/x-tex-pk" globs. Fixes #5373. Thanks to Jens Herden. + +2006-02-21 Christian Neumair + + * freedesktop.org.xml.in: remove "makefile*" glob from + "text/x-makefile". Fixes #3256. Thanks to Björn Lindqvist. + +2006-02-21 Christian Neumair + + * freedesktop.org.xml.in: merge ICB and TGA into TGA MIME type, add + some more extensions. Fixes #1276. Thanks to Filip Van Raemdonck. + +2006-02-21 Christian Neumair + + * freedesktop.org.xml.in: add "application/x-planperfect" MIME type. + Fixes #3148. + +2006-02-20 Miloslav Trmac + + * configure.in: Add "vi" (Vietnamese) to LINGUAS. + +2006-02-19 Christian Neumair + + * freedesktop.org.xml.in: also add "%" glob pattern to "text/x-tex". + Still requires xdgmime fixes to not conflict with matlab: + http://bugzilla.gnome.org/show_bug.cgi?id=331719 + +2006-02-07 Bastien Nocera + + * freedesktop.org.xml.in: fixed the typo that made it uninstallable + +2006-02-04 Bastien Nocera + + * freedesktop.org.xml.in: Remove "sub-class" association with + text/plain for mime-types that it doesn't make sense to open in a + text editor, see for details: + http://lists.freedesktop.org/archives/xdg/2005-June/007032.html + +2006-02-04 Bastien Nocera + + * freedesktop.org.xml.in: add *.nfo as a pattern for README files + +2006-02-01 Bastien Nocera + + * freedesktop.org.xml.in: add image/pjpeg as an alias for image/jpeg + +2006-01-26 Bastien Nocera + + * freedesktop.org.xml.in: don't expect a trailing space when looking + for the SMIL magic (GNOME bug #328720) + +2006-01-09 Bastien Nocera + + * freedesktop.org.xml.in: add Flash Video support, with the + Macromedia recommended mime-type (flv-application/octet-stream) + being an alias + +2006-01-04 Bastien Nocera + + * freedesktop.org.xml.in: Add video/dv detection + +2005-01-03 Christian Neumair + + * freedesktop.org.xml.in: Add Objective-C, C and C header magic + patterns, add matlab MIME type and magic patterns. Fixes #3971. + +2005-12-31 Christian Neumair + + * freedesktop.org.xml.in: Add XML-style comment magic pattern to XML + MIME type. + +2005-12-25 Christian Neumair + + * freedesktop.org.xml.in: Make "audio/3gpp" an alias for "video/3gpp". + Fixes #5419. Thanks to Thiago Macieira and GML. + +2005-12-19 Christian Neumair + + * freedesktop.org.xml.in: Add CBR/CBZ MIME types "application/x-cbr" + and "application/x-cbz". Fixes #3122. Thanks to Paul Coates, Nickolay + V. Shmyrev and Olivier Le Thanh Duong. + +2005-12-19 Matthias Clasen + + * update-mime-database.c (write_magic_cache): Reset the match data + offset when starting to write out match datas, pointed out by + Alex Larsson. + +2005-12-17 Bastien Nocera + + * freedesktop.org.xml.in: search a bit further in ASF playlists + (GNOME bug #323683) + +2005-12-16 Christian Neumair + + * freedesktop.org.xml.in: Add ChangeLog MIME type "text/x-changelog". + Fixes #5355. Thanks to Björn Lindqvist and Paolo Borelli. + +2005-12-02 Christian Neumair + + * freedesktop.org.xml.in: Modify Ogg-related MIME types to match the + XML naming pattern. Thanks to Peter Bowen. + +2005-12-01 Christian Neumair + + * freedesktop.org.xml.in: Add Ogg-related MIME types: + "audio/x-vorbis", "audio/x-oggflac", "audio/x-speex", "video/x-theora" + and "video/x-ogm". Make them subtypes of "application/ogg". + Fixes #1002. + +2005-12-01 Christian Neumair + + * freedesktop.org.xml.in: Make "application/x-mozilla-bookmarks" + subtype of "text/html". Fixes #3169. Thanks to Reinout van Schouwen. + +2005-12-01 Matthias Clasen + + * shared-mime-info-spec.xml: Add acronym and expanded-acronym + elements, add recommendations for handling duplicate globs. + Specify how duplicate globs are stored in mime.cache. + + * update-mime-database.c (process_freedesktop_node): Allow + identical globs. + (insert_suffix): Store duplicate globs in the suffix tree + by using '\0' as a key. + +2005-12-01 Christian Neumair + + * freedesktop.org.xml.in: Rename "text/xml" to "application/xml", make + the former an alias. Improve SVG, TIFF and JNG comments. + Thanks to Eric van der Vlist. + +2005-11-16 Christian Neumair + + * freedesktop.org.xml.in: Rename "application/x-troff" to + "text/troff", make the latter an alias, also add "text/x-troff" alias. + Fixes #5072. Thanks to Tristan Miller. + +2005-11-14 Christian Neumair + + * freedesktop.org.xml.in: Add Mup MIME type ("text/x-mup"). Fixes + #2531. Thanks to Abel Cheung. + +2005-11-01 Bastien Nocera + + * README: Fix the URLs to point to the right specs, pointed out + by Tommi Vainikainen (Closes: #4041) + +2005-11-01 Bastien Nocera + + * freedesktop.org.xml.in: Add *.svgz as a glob for SVG files, from + Luca Ferretti (Closes: #4836) + * config.h.in: removed, it is a generated file + +2005-10-30 Christian Neumair + + * freedesktop.org.xml.in: split SQLite MIME type into two. Thanks to + Jarosław Staniek. Fixes #3178. + +2005-10-30 Christian Neumair + + * freedesktop.org.xml.in: make "application/x-lyx" subclass of + "text/plain" and add "text/x-lyx" as alias. Thanks to Filip Van + Raemdonck and Abel Cheung. Fixes #1269. + +2005-10-30 Christian Neumair + + * freedesktop.org.xml.in: make "application/x-font-type1" subclass of + "application/postscript". Thanks to Stephane Loeuillet. Fixes #1161. + +2005-10-30 Christian Neumair + + * freedesktop.org.xml.in: change dBASE comment, add aliases. + Thanks to J.H.M Dassen. Fixes #3147. + +2005-10-30 Christian Neumair + + * freedesktop.org.xml.in: add Lotus 1-2-3 aliases. Thanks to J.H.M + Dassen. Fixes #3144. + +2005-10-30 Christian Neumair + + * freedesktop.org.xml.in: add dia magic pattern. Thanks to J.H.M + Dassen. Fixes #3142. + +2005-10-29 Christian Neumair + + * freedesktop.org.xml.in: add a bunch of Real formats, remove real + audio glob since it breaks metafiles. Thanks to Ryan Gammon. Fixes + #2342. + +2005-10-29 Christian Neumair + + * freedesktop.org.xml.in: add "*.kino" glob pattern, and magic + patterns to "application/smil". Thanks to J.H.M Dassen. Fixes #3141. + +2005-10-29 Christian Neumair + + * .cvsignore: add freedesktop.org.xml. + * freedesktop.org.xml: remove from CVS, since it is auto-generated on + make dist. + +2005-10-29 Christian Neumair + + * freedesktop.org.xml.in: add "application/x-m4" MIME type. Thanks to + Macro Pesenti Gritti. Fixes #2049. + +2005-10-29 Christian Neumair + + * freedesktop.org.xml.in: add a bunch of aliases for + "application/vnd.ms-access", change its description. Thanks to + Jarosław Staniek. Fixes #3179. + +2005-10-29 Christian Neumair + + * freedesktop.org.xml.in: add "application/x-go-sgf" MIME type. Thanks + to Peter Lundqvist. Fixes #592. + +2005-10-29 Christian Neumair + + * freedesktop.org.xml.in: add "application/x-sqlite" MIME type. Thanks + to Jarosław Staniek. Fixes #3178. + +2005-10-29 Christian Neumair + + * freedesktop.org.xml.in: improve docbook, JNLP and GEDCOM description. + +2005-10-29 Christian Neumair + + * freedesktop.org.xml.in: don't mark and + for translation. + +2005-10-29 Christian Neumair + + * freedesktop.org.xml.in: make "application/mathematica" subclass of + "text/plain". Thanks to Shaun McCance. Fixes #4345. + +2005-10-29 Christian Neumair + + * freedesktop.org.xml.in: fix corel draw magic string, add aliases. + Thanks to Stewart Jeacocke. Fixes #3136. + +2005-10-29 Christian Neumair + + * update-mime-database.c: (process_freedesktop_node): + process and . + +2005-10-29 Christian Neumair + + * freedesktop.org.xml.in: add "GNUmakefile" pattern to + "text/x-makefile". Fixes #4334. + +2005-10-29 Christian Neumair + + * freedesktop.org.xml.in: add comment to "application/x-sc", by J.H.M. + Dassen. Fixes #3146. + +2005-10-29 Christian Neumair + + * freedesktop.org.xml.in: register "application/x-mathematica" as + alias for "application/mathematica". Fixes #4403. + +2005-10-29 Christian Neumair + + * freedesktop.org.xml.in: add and tags. + Use shorter text for many tags. + +2005-10-22 Bastien Nocera + + * freedesktop.org.xml.in: add m4v as a possible extension for video + MPEG4, and add video/x-m4v as an alias for video/mp4 + +2005-10-22 Bastien Nocera + + * freedesktop.org.xml.in: add text/gedcom as an alias for + application/x-gedcom + +2005-05-31 Antonio Xu + + Reviewed by: Bastien Nocera + + * freedesktop.org.xml.in: add one more pattern "Return-path" for + message/rfc822 + +2005-09-11 Bastien Nocera + + * freedesktop.org.xml: add audio/mpegurl as an alias to + audio/x-mpegurl + +2005-08-26 Christopher Aillon + + * freedesktop.org.xml.in: text/css subclasses text/plain + +2005-08-10 Bastien Nocera + + * freedesktop.org.xml.in: increase priority of the docbook magic + for it to take precedence over suffixes + +2005-08-09 Bastien Nocera + + * freedesktop.org.xml.in: Make the application/mathematica comment + translatable, patch from Christopher James Lahey + and Luis Villa for docbook support + +2005-07-25 Bastien Nocera + + * freedesktop.org.xml: add video/3gpp with associated magic + (from: http://www.faqs.org/rfcs/rfc3839.html) + +2005-07-24 Thomas Leonard + + * freedesktop.org.xml: sync + * freedesktop.org.xml.in: made application/x-awk and x-shellscript + both subclass application/x-executable + +2005-07-13 Bastien Nocera + + * freedesktop.org.xml: sync + * freedesktop.org.xml.in: add magic data to recognise asf reference + files (with the same mime-type as asf video files, go MS) + +2005-05-30 Bastien Nocera + + * freedesktop.org.xml.in: add the "application/x-shorten" mime-type + to represent Shorten lossless audio files + +2005-04-17 Bastien Nocera + + * freedesktop.org.xml.in: change audio/x-m4a mime-type to audio/mp4, + add audio/x-m4a as an alias, add video/mp4 detection + (from: http://www.ietf.org/internet-drafts/draft-lim-mpeg4-mime-03.txt) + +2005-04-16 Bastien Nocera + + * freedesktop.org.xml.in: add application/x-gedcom as a mime-type + for GEDCOM family history files + +2005-04-16 Christophe Fergeau + + * freedesktop.org.xml: + * freedesktop.org.xml.in: improved mathematica magic, fixes #2660 + +2005-04-16 Christophe Fergeau + + * freedesktop.org.xml.in: added magic for mathematica notebooks + * freedesktop.org.xml: + * po/Makefile.in.in: updated autogenerated files + +2005-04-16 Christophe Fergeau + + * .cvsignore: + * freedesktop.org.xml.in: use application/xslt+xml for xslt + stylesheets, maybe it will need to be changed to text/xml or + application/xml, I'm unsure about what's best, this is bug #2928 + +2005-04-16 Christophe Fergeau + + * .cvsignore: minor update, fixes #2091, patch by Loic Minier + +2005-04-16 Christophe Fergeau + + * freedesktop.org.xml.in: added magic pattern and glob pattern for + ruby files, patch by Ilmari Heikkinen, fixes #2154 + +2005-04-16 Christophe Fergeau + + * freedesktop.org.xml.in: added mime type for 7-zip + +2005-04-16 Bastien Nocera + + * freedesktop.org.xml: sync with freedesktop.org.xml.in content + * freedesktop.org.xml.in: add ".RMF" as a magic for RealMedia + files, also add the rmvb suffix for "Real Media Variable Bitrate" files + +2005-04-16 Christophe Fergeau + + * freedesktop.org.xml.in: added application/vnd.ms-access, patch from + Ed Catmur, fixes bug #2619 + +2005-04-16 Christophe Fergeau + + * freedesktop.org.xml.in: added more extensions for fortran programs, + patch by John Spray, fixes #2623 + +2005-04-16 Christophe Fergeau + + * freedesktop.org.xml.in: marked image/x-eps as a subclass of + PostScript files, fix part of bug #2686 + +2005-04-16 Christophe Fergeau + + * freedesktop.org.xml.in: added *.hpp glob to C++ headers, fixes #2923 + +2005-04-16 Christophe Fergeau + + * update-mime-database.c: (my_xmlGetNsProp), (get_type), + (match_node), (get_priority), (add_namespace), + (process_freedesktop_node), (has_lang), (remove_old), (load_type), + (load_source_file), (atomic_update), (match_offset), + (match_value_and_mask), (match_word_size), (build_matches), + (add_ns), (add_alias), (write_header), (write_magic_cache): + fix signedness warnings in gcc, maybe it would be better to just + disable that warning + +2005-04-15 Miloslav Trmac + + * configure.in: Added "zh_TW" (traditional Chinese) to ALL_LINGUAS. + +2005-04-14 Bastien Nocera + + * freedesktop.org.xml: sync with freedesktop.org.xml.in content + * freedesktop.org.xml.in: added application/x-cue as the CD image + cuesheet mime-type + +2005-04-14 Miloslav Trmac + + * configure.in: Added "rw" (Kinyarwanda) to ALL_LINGUAS. + +Fri Apr 8 23:34:27 2005 Jonathan Blandford + + * update-mime-database.c: Patch from Matthias Clasen + to adjust one offset after adding the + namespace table. Produced cache now works. + +2005-04-07 Bastien Nocera + + * Makefile.am: work-around for old versions of automake + +Fri Apr 1 14:33:54 2005 Jonathan Blandford + + * shared-mime-info-spec.xml: + * update-mime-database.c: Patch from Matthias Clasen + to make the MIME Cache contain an mmappable + binary format. + +=== shared-mime-info 0.16 === +Tue Mar 22 14:33:31 2005 Jonathan Blandford + + * NEWS: + * freedesktop.org.xml: + * configure.in: Release 0.16 + +2005-03-20 Miloslav Trmac + + * configure.in: Added "ru" (Russian) to ALL_LINGUAS. + +2005-03-19 Bastien Nocera + + * freedesktop.org.xml: sync with freedesktop.org.xml.in content + * freedesktop.org.xml.in: added StuffIt archives + +Thu Mar 10 11:55:21 2005 Jonathan Blandford + + * freedesktop.org.xml: sync with freedesktop.org.xml.in content + * freedesktop.org.xml.in: Add OpenDocumentText formats. + +2005-01-21 Miloslav Trmac + + * configure.in: Added "nb" (Norwegian (bokmål)) to ALL_LINGUAS. + +2005-01-16 Christophe Fergeau + + * configure.in: added it to ALL_LINGUAS + +2004-12-10 Christophe Fergeau + + * freedesktop.org.xml.in: added many sub-class-of definitions, patch + by David Faure , fixes #619. + +2004-12-10 Christophe Fergeau + + * freedesktop.org.xml: sync with freedesktop.org.xml.in content + * freedesktop.org.xml.in: fixed malformed XML doc + +2004-12-10 Christophe Fergeau + + * freedesktop.org.xml.in: Cleanup for "text executable" types + (shellscripts and other scripts). Patch from David Faure + (faure@kde.org), fixes #618. + +2004-12-10 Christophe Fergeau + + * freedesktop.org.xml.in: fix vCard and vCalendar mime types and glob + patterns + +2004-12-10 Christophe Fergeau + + * freedesktop.org.xml.in: added mime entry for D source files, fixes + #676 + +2004-12-10 Christophe Fergeau + + * freedesktop.org.xml.in: added audio/wav and audio/vnd.wave aliases + for wav files, fixes #1885 + +2004-12-10 Christophe Fergeau + + * freedesktop.org.xml.in: text/xml+html is a subclass of text/xml, not + text/plain + +2004-12-10 Christophe Fergeau + + * freedesktop.org.xml.in: use application/msword as the main type + for MS/Word files + +2004-12-10 Christophe Fergeau + + * freedesktop.org.xml.in: fix entry about DICOM, fixes bug #1310, + patch from Artur Frysiak + +2004-12-10 Christophe Fergeau + + * freedesktop.org.xml.in: added audio/x-m4a, fixes #584 + +2004-12-10 Christophe Fergeau + + * freedesktop.org.xml.in: move a few definitions to get an + alphabetically ordered file. + +2004-12-10 Christophe Fergeau + + * freedesktop.org.xml.in: change application/x-python to + text/x-python, fixes #208, please complain if you think this is wrong. + +2004-12-09 Christophe Fergeau + + * po/Makefile.in.in: sync with upstream changes + +2004-12-09 Christophe Fergeau + + * freedesktop.org.xml: + * freedesktop.org.xml.in: back out DTD change which wasn't expected in + the first place. + +2004-12-08 Christophe Fergeau + + * freedesktop.org.xml: + * freedesktop.org.xml.in: added application/x-zip-compressed as an + alias to application/zip. + +2004-12-08 Christophe Fergeau + + * Makefile.am: don't override CFLAGS, fixes #2033 + +2004-12-08 Christophe Fergeau + + * freedesktop.org.xml: + * freedesktop.org.xml.in: change main mp3 mime type to audio/mpeg, + add audio/x-mp3 as an alias for this mime type. + +2004-12-02 Dan Winship + + * Makefile.am (CLEANFILES, DISTCLEANFILES): Fix. intltool stuff + shouldn't be in CLEANFILES, or "make clean; make" will fail + (#1845) + +2004-12-02 Christophe Fergeau + + * freedesktop.org.xml: + * freedesktop.org.xml.in: mark glade files as inheriting from + text/xml, not text/plain + +2004-11-28 Christophe Fergeau + + * freedesktop.org.xml: sync'ed file with freedesktop.org.xml.in + * freedesktop.org.xml.in: fixed entry for jnlp files + +2004-11-26 Christophe Fergeau + + * freedesktop.org.xml.in: added application/x-java-jnlp-file, fixes + #1118 + +2004-11-26 Christophe Fergeau + + * update-mime-database.c: (parse_int_value), (match_offset): use + strtoul when reading an unsigned long, not strtol, fixes #1506 + +2004-11-26 Christophe Fergeau + + * update-mime-database.c: (parse_int_value): take value endianness + into account when reading the "mask" tag, fixes #1507. + +Tue Nov 9 01:52:52 2004 Jonathan Blandford + + * update-mime-database.c: Patch from Matthias Clasen to generate + subclass and alias files. + + * shared-mime-info-spec.xml.in: update the spec to mention the + subclasses and aliases files. + +2004-11-04 Bastien Nocera + + * freedesktop.org.xml: + * freedesktop.org.xml.in: add magic for the audio/x-mpegurl mime-type + +2004-11-01 Christophe Fergeau + + * freedesktop.org.xml: + * freedesktop.org.xml.in: sync freedesktop.org.xml with + freedesktop.org.xml.in, fix freedesktop.org.xml.in to make it valid + XML + +2004-11-01 Christophe Fergeau + + * freedesktop.org.xml.in: Added application/mathematica, patch by Chris + Maes , fixes #870 + +2004-11-01 Christophe Fergeau + + * freedesktop.org.xml.in: Added application/x-chm, patch by Loic + Minier , fixes #794 + +2004-11-01 Christophe Fergeau + + * freedesktop.org.xml.in: Added application/x-pdf alias, fixes #560 + +2004-11-01 Christophe Fergeau + + * freedesktop.org.xml.in: Added application/x-par2, patch by dob + , fixes #750 + +2004-11-01 Christophe Fergeau + + * freedesktop.org.xml.in: Improve lotus 123 files magic pattern. Patch + by Filip Van Raemdonck , fix #1276. + +Mon Nov 1 14:49:57 2004 Jonathan Blandford + + * MAINTAINERS: New file to highlight that I'm no longer the + maintainer. + +Mon Nov 1 14:47:02 2004 Jonathan Blandford + + * autogen.sh: Patch from Thomas Fitzsimmons + to add support for building modules in separate build directories + +2004-10-20 Bastien Nocera + + * freedesktop.org.xml.in: add magic for audio/x-scpls + +2004-10-07 Miloslav Trmac + + * configure.in: Added "eo" (Esperanto) to ALL_LINGUAS. + +2004-09-29 Christopher Aillon + + * freedesktop.org.xml.in: Add application/vnd.mozilla.xul+xml and + make MathML inherit from XML. + +2004-09-13 Christophe Fergeau + + * configure.in: Added "ms" (Malay) to ALL_LINGUAS + +2004-09-10 Christophe Fergeau + + * configure.in: Added "ja" (Japanese) to ALL_LINGUAS + +2004-09-10 Christophe Fergeau + + * configure.in: Added "pl" (Polish) to ALL_LINGUAS. + +2004-09-10 Nico R. + + * configure.in: fix substitution of ALL_CFLAGS and ALL_LIBS + +2004-09-08 Miloslav Trmac + + * configure.in: Added "es" (Spanish) to ALL_LINGUAS. + +2004-09-06 Miloslav Trmac + + * configure.in: Added "pt" (Portuguese) to ALL_LINGUAS. + + * configure.in: Added "uk" (Ukrainian) to ALL_LINGUAS. + +2004-09-04 Miloslav Trmac + + * configure.in: Added "pt_BR" (Brazilian Portuguese) to ALL_LINGUAS. + + * configure.in: Added "eu" (Basque) to ALL_LINGUAS. + +2004-09-03 Miloslav Trmac + + * configure.in: Added "bg" (Bulgarian) to ALL_LINGUAS. + +2004-09-01 Miloslav Trmac + + * configure.in: Added "sq" (Albanian) to ALL_LINGUAS. + +2004-08-31 Miloslav Trmac + + * configure.in: Add "zh_CN" (simplified Chinese) to ALL_LINGUAS. + +=== shared-mime-info 0.15 === + +2004-08-30 Christophe Fergeau + + * Makefile.am: + * configure.in: use m4 macros provided by pkg-config instead of using + our own + +2004-08-30 Christophe Fergeau + + * NEWS: + * configure.in: raised version number, updated NEWS file + +2004-08-27 Ole Laursen + + * configure.in: Added "el" (Greek) to ALL_LINGUAS. + +2004-08-17 Christophe Fergeau + + * mkinstalldirs: add to CVS since it's no longer installed by automake + fixes bug #576 + +2004-08-17 Christophe Fergeau + + * configure.in: added ko to ALL_LINGUAS + +2004-08-16 Alexander Larsson + + * freedesktop.org.xml.in: + Make x-gnome-app-info alias x-desktop. + +2004-08-12 Alexander Larsson + + * freedesktop.org.xml.in: + Inherit text file types from text/plain + +Thu Jul 29 13:28:32 2004 Jonathan Blandford + + * freedesktop.org.xml.in: add application/x-wordperfect and + application/wordperfect as aliases to application/vnd.wordperfect, + #914 + +2004-07-25 Christian Neumair + + * freedesktop.xml.in: Add "*.exe" glob pattern to + application/x-ms-dos-executable, raise magic priority over + application/x-executable. + +Fri Jul 9 12:24:04 2004 Thomas Leonard + + * freedesktop.org.xml.in: Merged the two msword types by making them + aliases. Same thing for the two msexcel types and the two realaudio + types (part of patch from David Faure, in #619). + +Fri Apr 23 11:44:23 2004 Jonathan Blandford + + * freedesktop.org.xml.in: Added text/x-xmi, #543 + +2004-04-11 Christian Neumair + + * freedesktop.xml.in: Added *.abw.CRASHED glob pattern to + application/x-abiword, added text/x-gettext-translation-template, + added match tag to application/vnd.ms-powerpoint. + +2004-04-06 Christian Neumair + + * configure.in (ALL_LINGUAS): Added German (de). + +Tue Mar 23 14:35:47 2004 Thomas Leonard + + * freedesktop.org.xml.in: Added application/x-javascript type. + +Tue Mar 23 02:09:23 2004 Jonathan Blandford + + * configure.in (GETTEXT_PACKAGE): add cs.po + * po/cs.po: New po file. + +Sun Mar 21 23:07:24 2004 Jonathan Blandford + + * NEWS: darnit. I didn't save the NEWS file before + tagging/releasing. Updated for CVS. + +Sun Mar 21 22:39:58 2004 Jonathan Blandford + + * configure.in: version 0.14 + + * freedesktop.org.xml.in: upped the mozilla/netscape bookmarks + priority. + + * freedesktop.org.xml.in: change xbell to x-xbel, #195 + + * freedesktop.org.xml.in: Add matroska video mime type. Patch + from Johan Fischer , #301 + +Sun Mar 21 17:50:21 2004 Jonathan Blandford + + * configure.in (GETTEXT_PACKAGE): add az.po + * po/az.po: New po file. + +2004-03-19 Alexander Larsson + + * freedesktop.org.xml.in: + application/x-archive needs lower prio than application/x-deb + +Fri Mar 19 01:31:44 2004 Jonathan Blandford + + * configure.in (GETTEXT_PACKAGE): add cy.po + * po/cy.po: New po file. + +2004-03-05 Alexander Larsson + + * freedesktop.org.xml.in: + Change C# mimetype to text/x-csharp (bug #231) + +2004-03-03 Alexander Larsson + + * freedesktop.org.xml.in: + Add C# mimetype + Add application/x-ole-storage mimetype, remove + OLE storage match from application/msword, since it + matches all sorts of document types using OLE. + +Mon Feb 23 23:35:37 2004 Jonathan Blandford + + * po/no.po: new file from Kjartan Maraas. + +Sun Feb 22 17:47:39 2004 Thomas Leonard + + * freedesktop.org.xml.in: add types from ImageMagick (patch + from Guido Schimmels). + +Wed Feb 18 10:30:32 2004 Jonathan Blandford + + * freedesktop.org.xml.in: Patch from Shaun McCance to add .flac + detection. + +Mon Feb 2 11:45:05 2004 Thomas Leonard + + * freedesktop.org.xml.in: make MIME descriptions more consistant + with each other (patch from Christian Neumair). + +Wed Jan 21 14:28:16 2004 Jonathan Blandford + + * shared-mime-info.pc.in: add a package-config file + +Tue Jan 20 10:22:44 2004 Jonathan Blandford + + * configure.in: Patch from Alex Larsson to + conditionally disable running update-mimedb for packages. + + * freedesktop.org.xml.in: Patch from Alex Larsson + to fix up RIFF and shell magic, as well as + merging diff files and patch files. + +Wed Jan 14 16:45:26 2004 Jonathan Blandford + + * configure.in: I already tagged CVS so I'm releasing 0.13.1 to + get the intltool files. + + * Makefile.am: I wasn't including the intltool files correctly. + Fixed. + +Wed Jan 14 16:27:10 2004 Jonathan Blandford + + * configure.in: ...except version 0.12 was already released. + Releasing lucky version 0.13. + +Wed Jan 14 16:23:22 2004 Jonathan Blandford + + * configure.in: Released version 0.12. + + * Makefile.am: Make pass distcheck. + + * freedesktop.org.xml.in: Update DTD to deal with xml:lang + +Tue Jan 13 16:32:03 2004 Jonathan Blandford + + * po/no.po: new translation + + * po/fr.po: Noticed it was in ISO8559-1. Converted to UTF-8. + +Mon Jan 12 13:39:45 2004 Jonathan Blandford + + * po/fi.po: new translation + + * po/fr.po: new translation + + * po/nn.po: new translation + +Mon Jan 12 15:49:55 2004 Thomas Leonard + + * freedesktop.org.xml.in: Updated DjVu entry (patch from + Stéphane Loeuillet). + +Tue Dec 16 01:57:24 2003 Jonathan Blandford + + * Makefile.am: comment out the UTF-8 changes. We don't build all + that often as we keep the generated file in CVS, and most people + won't build it. + + * autogen.sh: add an autogen.sh file, and clean up the build + setup. + +Tue Nov 18 10:12:38 2003 Jonathan Blandford + + * configure.in (GETTEXT_PACKAGE): add sv.po + +Mon Nov 17 10:44:28 2003 Jonathan Blandford + + * po/nl.po: updated translation. + +Thu Nov 13 17:47:52 2003 Jonathan Blandford + + * configure.in (GETTEXT_PACKAGE): add nl.po + + * po/nl.po: new translation. + +Wed Nov 12 14:00:13 2003 Jonathan Blandford + + * configure.in: add hu.po and sv.po. We're now building in + translations. + +Fri Nov 7 16:42:24 2003 Jonathan Blandford + + * configure.in: moved to intltool. We now build translations from + pot files. diff --git a/HACKING b/HACKING new file mode 100644 index 0000000..33da752 --- /dev/null +++ b/HACKING @@ -0,0 +1,76 @@ +A few ground rules for people interested in adding new mime-types. + +* Mime-types used should be IANA registered mime-types when possible +* When old mime-types become registered, the new definition should + include an alias for the old mime-type +* New entries or modifications should include a test case (see below) +* Mime-types/file formats proprietary to one application should only + be added to a private .xml file and be bundled with the application + itself +* No commits should be done that break the test suite, or the test suite + test in question should be amended, and reason for the changes clearly + documented in the ChangeLog + +Translations +------------ + +Translations should go through the Translation Project at: +http://translationproject.org/latest/shared-mime-info/ + +More details at: +http://translationproject.org/html/maintainers.html + +CVS +--- + +Check it out using: +cvs -d:pserver:anoncvs@anoncvs.freedesktop.org:/cvs/mime login +cvs -d:pserver:anoncvs@anoncvs.freedesktop.org:/cvs/mime co shared-mime-info + +Filing bugs +----------- + +Bugs can be filed at: +https://bugs.freedesktop.org/enter_bug.cgi?product=shared-mime-info + +Bugs for new mime-types should include: +- a patch generated against the current CVS, with the "-up" arguments for CVS +- one or more test files to be added to the test suite + +Test suite +---------- + +You need to have xdgmime checked out and compile at the same level as +shared-mime-info. ../xdgmime/src/test-mime-data will be run against +tests/list. + +The format of the file is: + + +The expected failures is whether matching the file with the mime-type would +fail when matched by file, data or name. "x" indicates expected failure, "o" +indicates expected success. Trailing "o"s can be omitted. + +Releasing +--------- + +Before release, an updated shared-mime-info.pot is sent to + so the translators have a chance +of updating the translations before release. + +The mail should be in form: +Subject: shared-mime-info-version.pot +Body: URL to shared-mime-info tarball + +Updated .po files are sent to + +To pull translations from the Translation Project website, use: +make update-translations + +Updating the spec on the website +-------------------------------- + +- On gabe, go in /srv/specifications.freedesktop.org/www +- Edit specs.idx +- Run ../update.py + diff --git a/Makefile.am b/Makefile.am new file mode 100644 index 0000000..4cc473c --- /dev/null +++ b/Makefile.am @@ -0,0 +1,103 @@ +SUBDIRS=. po + +INCLUDES = $(ALL_CFLAGS) + +packagesdir = $(datadir)/mime/packages +packages_DATA = freedesktop.org.xml + +bin_PROGRAMS = update-mime-database +update_mime_database_SOURCES = update-mime-database.c +update_mime_database_CFLAGS = $(ALL_CFLAGS) +update_mime_database_LDADD = $(ALL_LIBS) + +noinst_PROGRAMS = test-subclassing +test_subclassing_SOURCES = test-subclassing.c +test_subclassing_CFLAGS = $(ALL_CFLAGS) +test_subclassing_LDADD = $(ALL_LIBS) + +if HAVE_GIO +noinst_PROGRAMS += test-tree-magic +test_tree_magic_SOURCES = test-tree-magic.c +test_tree_magic_CFLAGS = $(GIO_CFLAGS) +test_tree_magic_LDADD = $(GIO_LIBS) +endif + +man_MANS = update-mime-database.1 + +EXTRA_DIST = \ + shared-mime-info-spec.xml \ + freedesktop.org.xml.in \ + test-tree-magic.c \ + $(packages_DATA) \ + README \ + HACKING \ + $(man_MANS) \ + shared-mime-info.pc.in \ + po/shared-mime-info.pot + +CLEANFILES = freedesktop.org.xml po/stamp-it +DISTCLEANFILES = intltool-extract intltool-merge intltool-update + +pkgconfigdir = $(datadir)/pkgconfig +pkgconfig_DATA = shared-mime-info.pc + +$(pkgconfig_DATA): config.status + +@INTLTOOL_XML_RULE@ +@INTLTOOL_DESKTOP_RULE@ + +install-data-hook: +if ENABLE_UPDATE_MIMEDB + "update-mime-database" -V "$(DESTDIR)$(datadir)/mime" +endif + +uninstall-hook: + for media in text application image audio inode video message model multipart x-epoc x-content; do rm -f "$(DESTDIR)$(datadir)/mime/$${media}/"*.xml; done + rm -f "$(DESTDIR)$(datadir)/mime/globs" + rm -f "$(DESTDIR)$(datadir)/mime/magic" + rm -f "$(DESTDIR)$(datadir)/mime/aliases" + rm -f "$(DESTDIR)$(datadir)/mime/subclasses" + rm -f "$(DESTDIR)$(datadir)/mime/XMLnamespaces" + rm -f "$(DESTDIR)$(datadir)/mime/mime.cache" + rm -f "$(DESTDIR)$(datadir)/mime/XMLnamespaces" + rm -f "$(DESTDIR)$(datadir)/mime/mime.cache" + rm -f "$(DESTDIR)$(datadir)/mime/icons" + rm -f "$(DESTDIR)$(datadir)/mime/generic-icons" + rm -f "$(DESTDIR)$(datadir)/mime/globs2" + rm -f "$(DESTDIR)$(datadir)/mime/treemagic" + rm -f "$(DESTDIR)$(datadir)/mime/types" + +all: check + make -C po shared-mime-info.pot + +check: freedesktop.org.xml + if test -n $(XMLLINT) ; then \ + xmllint --noout --valid $(top_srcdir)/freedesktop.org.xml; \ + fi + if test -d CVS/ && test -x ../xdgmime/src/test-mime-data && test -x $(top_builddir)/test-tree-magic ; then \ + mkdir -p $(top_builddir)/temp-mime-dir/mime/packages ; \ + cp -a $(top_builddir)/freedesktop.org.xml $(top_builddir)/temp-mime-dir/mime/packages/ ; \ + XDG_DATA_DIRS="$(top_builddir)/temp-mime-dir/" $(top_builddir)/update-mime-database "$(top_builddir)/temp-mime-dir/mime/" ; \ + XDG_DATA_DIRS="$(top_builddir)/temp-mime-dir/" ../xdgmime/src/test-mime-data -v tests/list || (XDG_DATA_DIRS="$(top_builddir)/temp-mime-dir/" ../xdgmime/src/test-mime-data -v -v tests/list ; exit 1); \ + XDG_DATA_DIRS="$(top_builddir)/temp-mime-dir/" $(top_builddir)/test-tree-magic tests/tree-list || exit 1; \ + rm -rf "$(top_builddir)/temp-mime-dir/" ; \ + fi + @if `grep comment $(srcdir)/freedesktop.org.xml.in | grep -v _comment | grep -q -v '/dev/null 2>&1; then \ + include_option=--etags-include; \ + empty_fix=.; \ + else \ + include_option=--include; \ + empty_fix=; \ + fi; \ + list='$(SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + test ! -f $$subdir/TAGS || \ + tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \ + fi; \ + done; \ + list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | \ + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in files) print i; }; }'`; \ + if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$tags $$unique; \ + fi +ctags: CTAGS +CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ + $(TAGS_FILES) $(LISP) + tags=; \ + list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | \ + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in files) print i; }; }'`; \ + test -z "$(CTAGS_ARGS)$$tags$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$tags $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && cd $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) $$here + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(DISTFILES) + @case `sed 15q $(srcdir)/NEWS` in \ + *"$(VERSION)"*) : ;; \ + *) \ + echo "NEWS not updated; not releasing" 1>&2; \ + exit 1;; \ + esac + $(am__remove_distdir) + test -d $(distdir) || mkdir $(distdir) + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + list='$(DISTFILES)'; \ + dist_files=`for file in $$list; do echo $$file; done | \ + sed -e "s|^$$srcdirstrip/||;t" \ + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ + case $$dist_files in \ + */*) $(MKDIR_P) `echo "$$dist_files" | \ + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ + sort -u` ;; \ + esac; \ + for file in $$dist_files; do \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ + fi; \ + cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ + else \ + test -f $(distdir)/$$file \ + || cp -p $$d/$$file $(distdir)/$$file \ + || exit 1; \ + fi; \ + done + list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + test -d "$(distdir)/$$subdir" \ + || $(MKDIR_P) "$(distdir)/$$subdir" \ + || exit 1; \ + distdir=`$(am__cd) $(distdir) && pwd`; \ + top_distdir=`$(am__cd) $(top_distdir) && pwd`; \ + (cd $$subdir && \ + $(MAKE) $(AM_MAKEFLAGS) \ + top_distdir="$$top_distdir" \ + distdir="$$distdir/$$subdir" \ + am__remove_distdir=: \ + am__skip_length_check=: \ + distdir) \ + || exit 1; \ + fi; \ + done + -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \ + ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ + ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ + ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ + || chmod -R a+r $(distdir) +dist-gzip: distdir + tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz + $(am__remove_distdir) +dist-bzip2: distdir + tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2 + $(am__remove_distdir) + +dist-lzma: distdir + tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma + $(am__remove_distdir) + +dist-tarZ: distdir + tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z + $(am__remove_distdir) + +dist-shar: distdir + shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz + $(am__remove_distdir) + +dist-zip: distdir + -rm -f $(distdir).zip + zip -rq $(distdir).zip $(distdir) + $(am__remove_distdir) + +dist dist-all: distdir + tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2 + $(am__remove_distdir) + +# This target untars the dist file and tries a VPATH configuration. Then +# it guarantees that the distribution is self-contained by making another +# tarfile. +distcheck: dist + case '$(DIST_ARCHIVES)' in \ + *.tar.gz*) \ + GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\ + *.tar.bz2*) \ + bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\ + *.tar.lzma*) \ + unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\ + *.tar.Z*) \ + uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ + *.shar.gz*) \ + GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\ + *.zip*) \ + unzip $(distdir).zip ;;\ + esac + chmod -R a-w $(distdir); chmod a+w $(distdir) + mkdir $(distdir)/_build + mkdir $(distdir)/_inst + chmod a-w $(distdir) + dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ + && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ + && cd $(distdir)/_build \ + && ../configure --srcdir=.. --prefix="$$dc_install_base" \ + $(DISTCHECK_CONFIGURE_FLAGS) \ + && $(MAKE) $(AM_MAKEFLAGS) \ + && $(MAKE) $(AM_MAKEFLAGS) dvi \ + && $(MAKE) $(AM_MAKEFLAGS) check \ + && $(MAKE) $(AM_MAKEFLAGS) install \ + && $(MAKE) $(AM_MAKEFLAGS) installcheck \ + && $(MAKE) $(AM_MAKEFLAGS) uninstall \ + && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ + distuninstallcheck \ + && chmod -R a-w "$$dc_install_base" \ + && ({ \ + (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ + && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ + && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ + && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ + distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ + } || { rm -rf "$$dc_destdir"; exit 1; }) \ + && rm -rf "$$dc_destdir" \ + && $(MAKE) $(AM_MAKEFLAGS) dist \ + && rm -rf $(DIST_ARCHIVES) \ + && $(MAKE) $(AM_MAKEFLAGS) distcleancheck + $(am__remove_distdir) + @(echo "$(distdir) archives ready for distribution: "; \ + list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ + sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' +distuninstallcheck: + @cd $(distuninstallcheck_dir) \ + && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \ + || { echo "ERROR: files left after uninstall:" ; \ + if test -n "$(DESTDIR)"; then \ + echo " (check DESTDIR support)"; \ + fi ; \ + $(distuninstallcheck_listfiles) ; \ + exit 1; } >&2 +distcleancheck: distclean + @if test '$(srcdir)' = . ; then \ + echo "ERROR: distcleancheck can only run from a VPATH build" ; \ + exit 1 ; \ + fi + @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ + || { echo "ERROR: files left in build directory after distclean:" ; \ + $(distcleancheck_listfiles) ; \ + exit 1; } >&2 +check-am: all-am +check: check-recursive +all-am: Makefile $(PROGRAMS) $(MANS) $(DATA) config.h +installdirs: installdirs-recursive +installdirs-am: + for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(packagesdir)" "$(DESTDIR)$(pkgconfigdir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-recursive +install-exec: install-exec-recursive +install-data: install-data-recursive +uninstall: uninstall-recursive + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-recursive +install-strip: + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + `test -z '$(STRIP)' || \ + echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install +mostlyclean-generic: + +clean-generic: + -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-recursive + +clean-am: clean-binPROGRAMS clean-generic clean-noinstPROGRAMS \ + mostlyclean-am + +distclean: distclean-recursive + -rm -f $(am__CONFIG_DISTCLEAN_FILES) + -rm -rf ./$(DEPDIR) + -rm -f Makefile +distclean-am: clean-am distclean-compile distclean-generic \ + distclean-hdr distclean-tags + +dvi: dvi-recursive + +dvi-am: + +html: html-recursive + +info: info-recursive + +info-am: + +install-data-am: install-man install-packagesDATA \ + install-pkgconfigDATA + @$(NORMAL_INSTALL) + $(MAKE) $(AM_MAKEFLAGS) install-data-hook + +install-dvi: install-dvi-recursive + +install-exec-am: install-binPROGRAMS + +install-html: install-html-recursive + +install-info: install-info-recursive + +install-man: install-man1 + +install-pdf: install-pdf-recursive + +install-ps: install-ps-recursive + +installcheck-am: + +maintainer-clean: maintainer-clean-recursive + -rm -f $(am__CONFIG_DISTCLEAN_FILES) + -rm -rf $(top_srcdir)/autom4te.cache + -rm -rf ./$(DEPDIR) + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-recursive + +mostlyclean-am: mostlyclean-compile mostlyclean-generic + +pdf: pdf-recursive + +pdf-am: + +ps: ps-recursive + +ps-am: + +uninstall-am: uninstall-binPROGRAMS uninstall-man \ + uninstall-packagesDATA uninstall-pkgconfigDATA + @$(NORMAL_INSTALL) + $(MAKE) $(AM_MAKEFLAGS) uninstall-hook + +uninstall-man: uninstall-man1 + +.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \ + install-data-am install-strip uninstall-am + +.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ + all all-am am--refresh check check-am clean clean-binPROGRAMS \ + clean-generic clean-noinstPROGRAMS ctags ctags-recursive dist \ + dist-all dist-bzip2 dist-gzip dist-lzma dist-shar dist-tarZ \ + dist-zip distcheck distclean distclean-compile \ + distclean-generic distclean-hdr distclean-tags distcleancheck \ + distdir distuninstallcheck dvi dvi-am html html-am info \ + info-am install install-am install-binPROGRAMS install-data \ + install-data-am install-data-hook install-dvi install-dvi-am \ + install-exec install-exec-am install-html install-html-am \ + install-info install-info-am install-man install-man1 \ + install-packagesDATA install-pdf install-pdf-am \ + install-pkgconfigDATA install-ps install-ps-am install-strip \ + installcheck installcheck-am installdirs installdirs-am \ + maintainer-clean maintainer-clean-generic mostlyclean \ + mostlyclean-compile mostlyclean-generic pdf pdf-am ps ps-am \ + tags tags-recursive uninstall uninstall-am \ + uninstall-binPROGRAMS uninstall-hook uninstall-man \ + uninstall-man1 uninstall-packagesDATA uninstall-pkgconfigDATA + + +$(pkgconfig_DATA): config.status + +@INTLTOOL_XML_RULE@ +@INTLTOOL_DESKTOP_RULE@ + +install-data-hook: +@ENABLE_UPDATE_MIMEDB_TRUE@ $(DESTDIR)"$(bindir)/update-mime-database" -V "$(DESTDIR)$(datadir)/mime" + +uninstall-hook: + for media in text application image audio inode video message model multipart x-epoc x-content; do rm -f "$(DESTDIR)$(datadir)/mime/$${media}/"*.xml; done + rm -f "$(DESTDIR)$(datadir)/mime/globs" + rm -f "$(DESTDIR)$(datadir)/mime/magic" + rm -f "$(DESTDIR)$(datadir)/mime/aliases" + rm -f "$(DESTDIR)$(datadir)/mime/subclasses" + rm -f "$(DESTDIR)$(datadir)/mime/XMLnamespaces" + rm -f "$(DESTDIR)$(datadir)/mime/mime.cache" + rm -f "$(DESTDIR)$(datadir)/mime/XMLnamespaces" + rm -f "$(DESTDIR)$(datadir)/mime/mime.cache" + rm -f "$(DESTDIR)$(datadir)/mime/icons" + rm -f "$(DESTDIR)$(datadir)/mime/generic-icons" + rm -f "$(DESTDIR)$(datadir)/mime/globs2" + rm -f "$(DESTDIR)$(datadir)/mime/treemagic" + rm -f "$(DESTDIR)$(datadir)/mime/types" + +all: check + make -C po shared-mime-info.pot + +check: freedesktop.org.xml + if test -n $(XMLLINT) ; then \ + xmllint --noout --valid $(top_srcdir)/freedesktop.org.xml; \ + fi + if test -d CVS/ && test -x ../xdgmime/src/test-mime-data && test -x $(top_builddir)/test-tree-magic ; then \ + mkdir -p $(top_builddir)/temp-mime-dir/mime/packages ; \ + cp -a $(top_builddir)/freedesktop.org.xml $(top_builddir)/temp-mime-dir/mime/packages/ ; \ + XDG_DATA_DIRS="$(top_builddir)/temp-mime-dir/" $(top_builddir)/update-mime-database "$(top_builddir)/temp-mime-dir/mime/" ; \ + XDG_DATA_DIRS="$(top_builddir)/temp-mime-dir/" ../xdgmime/src/test-mime-data -v tests/list || (XDG_DATA_DIRS="$(top_builddir)/temp-mime-dir/" ../xdgmime/src/test-mime-data -v -v tests/list ; exit 1); \ + XDG_DATA_DIRS="$(top_builddir)/temp-mime-dir/" $(top_builddir)/test-tree-magic tests/tree-list || exit 1; \ + rm -rf "$(top_builddir)/temp-mime-dir/" ; \ + fi + @if `grep comment $(srcdir)/freedesktop.org.xml.in | grep -v _comment | grep -q -v ' and fields. + + + + Version 0.12 (28-Aug-2003) + +* Added *.pm and *.al globs for PERL (Jaap Karssenberg). + +* Added a section to the spec about the inode/* MIME types (suggested by + Jaap Karssenberg). + +* Clarify the meaning of nested magic matches. + +* Fixed example (lang -> xml:lang) (Christophe Fergeau). + +* Change 'case insensitive match' to 'lowercase match'. + +* Fixed byte-swapping for little-endian and host-endian matches (reported by + Jaap Karssenberg). + +* Ignore trailing '/' characters on MIME directory name. + + + Version 0.11 (17-Apr-2003) + +* 'make install' validates the common types file against the DTD. + +* Install instructions updated for new XDG Base Directory Specification. + +* Added new element to identify XML files by + (namespaceURI, localName) pairs (suggested by Mike Hearn). + +* Minor updates to the database itself (Vincent Lefevre). + +* Added short discussion of ACAP Media Type Dataset Class to spec (suggested + by Dave Cridland). + +* Updated spec to use XDG Base Directory Specification for paths. + +* Clarifications to glob matching section (requested by Jonathan Blandford). + +* Added a 'Recommended checking order' section to help interoperability + (suggested by Lars Hallberg). + +* Greatly improved error reporting in update-mime-database, and commented + the code more. + +* Fixed possible segfault if a MIME type was defined twice with no xml:lang + in the same directory. + +* When update-mime-database is run, warn the user if the MIME directory + given isn't in the search path. + + + Version 0.10 (03-Mar-2003) + +* Much better validation of input files. + +* Added note about the use of extended attributes to store the MIME type. + +* Ensure that all changes to generated files happen atomically. + +* Change to half-text, half-binary format to make parsing the magic file + much easier. + +* Make it really clear that user prefs don't go in the database. + +* Require libxml 2.4.0 (not sure if it's needed, but older versions seem a + little buggy). + +* Fix problem where copying nodes lost the namespace (workaround for libxml + bug). + +* Added DTD to freedesktop.org.xml. + +* Spec was confused about whether a match type was an attribute or element + name. Settled on attribute and updated XML (makes the DTD easier this way). + +* Glob pattern for TGIF files. + +* Added application/x-cd-image (requested by Stefano Peluchetti). + +* Added text/x-uri (text/uri-list is used for something else). + +* Added more extensions for powerpoint (Stefano Peluchetti). + +* Marked AIFF as Amiga/Mac (Marcin Juszkiewicz), not just Amiga. + +* Added *.xsl glob (*.xslt was already allowed) and added xhtml MIME type + (requested by Vincent Lefevre). + + + Version 0.9 (29-Jul-2002) + +* Removed bashism in uninstall rule (reported by Filip Van Raemdonck). + +* Added manpage (Filip Van Raemdonck). + +* Require libxml 2.4.0 (not sure if it's needed, but play it safe). + +* Workaround libxml problem where copying nodes lost the namespace + (reported by Stephen Watson and Jesse Wagner) + +* Added skeleton description for 'action' element. + +* Re-worded spec section on user preferences (Filip Van Raemdonck). + +* Added extra authors to spec. + +* Changed SHOULD to MUST for requiring shared package (suggested by + Filip Van Raemdonck). + +* Added some error checking to make sure output is writeable. diff --git a/README b/README new file mode 100644 index 0000000..73e4765 --- /dev/null +++ b/README @@ -0,0 +1,36 @@ +This package contains: + +- The freedesktop.org shared MIME database spec. +- The merged GNOME and KDE databases, in the new format. +- The update-mime-database command, used to install new MIME data. + + +To install: + +Do the usual: + + $ ./configure + $ make + $ make install + +If you want to install to your home directory, you should instead do: + + $ ./configure --prefix=$HOME/.local + $ make + $ make install + +You'll need to make sure that $HOME/.local/bin is in your PATH, of course. + +See http://www.freedesktop.org/wiki/Standards/shared-mime-info-spec for more +information. + + +Please report bugs to the bugzilla, under the shared-mime-info product. + + http://www.freedesktop.org/wiki/GettingInvolved + +Useful reference links: +IANA: +http://www.iana.org/assignments/media-types/ +KDE's old mime-types: +http://websvn.kde.org/branches/KDE/3.5/kdelibs/mimetypes/ diff --git a/aclocal.m4 b/aclocal.m4 new file mode 100644 index 0000000..84e53b3 --- /dev/null +++ b/aclocal.m4 @@ -0,0 +1,1667 @@ +# generated automatically by aclocal 1.10.1 -*- Autoconf -*- + +# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, +# 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. + +m4_ifndef([AC_AUTOCONF_VERSION], + [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl +m4_if(AC_AUTOCONF_VERSION, [2.63],, +[m4_warning([this file was generated for autoconf 2.63. +You have another version of autoconf. It may work, but is not guaranteed to. +If you have problems, you may need to regenerate the build system entirely. +To do so, use the procedure documented by the package, typically `autoreconf'.])]) + +# Copyright (C) 1995-2002 Free Software Foundation, Inc. +# Copyright (C) 2001-2003,2004 Red Hat, Inc. +# +# This file is free software, distributed under the terms of the GNU +# General Public License. As a special exception to the GNU General +# Public License, this file may be distributed as part of a program +# that contains a configuration script generated by Autoconf, under +# the same distribution terms as the rest of that program. +# +# This file can be copied and used freely without restrictions. It can +# be used in projects which are not available under the GNU Public License +# but which still want to provide support for the GNU gettext functionality. +# +# Macro to add for using GNU gettext. +# Ulrich Drepper , 1995, 1996 +# +# Modified to never use included libintl. +# Owen Taylor , 12/15/1998 +# +# Major rework to remove unused code +# Owen Taylor , 12/11/2002 +# +# Added better handling of ALL_LINGUAS from GNU gettext version +# written by Bruno Haible, Owen Taylor 5/30/3002 +# +# Modified to require ngettext +# Matthias Clasen 08/06/2004 +# +# We need this here as well, since someone might use autoconf-2.5x +# to configure GLib then an older version to configure a package +# using AM_GLIB_GNU_GETTEXT +AC_PREREQ(2.53) + +dnl +dnl We go to great lengths to make sure that aclocal won't +dnl try to pull in the installed version of these macros +dnl when running aclocal in the glib directory. +dnl +m4_copy([AC_DEFUN],[glib_DEFUN]) +m4_copy([AC_REQUIRE],[glib_REQUIRE]) +dnl +dnl At the end, if we're not within glib, we'll define the public +dnl definitions in terms of our private definitions. +dnl + +# GLIB_LC_MESSAGES +#-------------------- +glib_DEFUN([GLIB_LC_MESSAGES], + [AC_CHECK_HEADERS([locale.h]) + if test $ac_cv_header_locale_h = yes; then + AC_CACHE_CHECK([for LC_MESSAGES], am_cv_val_LC_MESSAGES, + [AC_TRY_LINK([#include ], [return LC_MESSAGES], + am_cv_val_LC_MESSAGES=yes, am_cv_val_LC_MESSAGES=no)]) + if test $am_cv_val_LC_MESSAGES = yes; then + AC_DEFINE(HAVE_LC_MESSAGES, 1, + [Define if your file defines LC_MESSAGES.]) + fi + fi]) + +# GLIB_PATH_PROG_WITH_TEST +#---------------------------- +dnl GLIB_PATH_PROG_WITH_TEST(VARIABLE, PROG-TO-CHECK-FOR, +dnl TEST-PERFORMED-ON-FOUND_PROGRAM [, VALUE-IF-NOT-FOUND [, PATH]]) +glib_DEFUN([GLIB_PATH_PROG_WITH_TEST], +[# Extract the first word of "$2", so it can be a program name with args. +set dummy $2; ac_word=[$]2 +AC_MSG_CHECKING([for $ac_word]) +AC_CACHE_VAL(ac_cv_path_$1, +[case "[$]$1" in + /*) + ac_cv_path_$1="[$]$1" # Let the user override the test with a path. + ;; + *) + IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:" + for ac_dir in ifelse([$5], , $PATH, [$5]); do + test -z "$ac_dir" && ac_dir=. + if test -f $ac_dir/$ac_word; then + if [$3]; then + ac_cv_path_$1="$ac_dir/$ac_word" + break + fi + fi + done + IFS="$ac_save_ifs" +dnl If no 4th arg is given, leave the cache variable unset, +dnl so AC_PATH_PROGS will keep looking. +ifelse([$4], , , [ test -z "[$]ac_cv_path_$1" && ac_cv_path_$1="$4" +])dnl + ;; +esac])dnl +$1="$ac_cv_path_$1" +if test ifelse([$4], , [-n "[$]$1"], ["[$]$1" != "$4"]); then + AC_MSG_RESULT([$]$1) +else + AC_MSG_RESULT(no) +fi +AC_SUBST($1)dnl +]) + +# GLIB_WITH_NLS +#----------------- +glib_DEFUN([GLIB_WITH_NLS], + dnl NLS is obligatory + [USE_NLS=yes + AC_SUBST(USE_NLS) + + gt_cv_have_gettext=no + + CATOBJEXT=NONE + XGETTEXT=: + INTLLIBS= + + AC_CHECK_HEADER(libintl.h, + [gt_cv_func_dgettext_libintl="no" + libintl_extra_libs="" + + # + # First check in libc + # + AC_CACHE_CHECK([for ngettext in libc], gt_cv_func_ngettext_libc, + [AC_TRY_LINK([ +#include +], + [return !ngettext ("","", 1)], + gt_cv_func_ngettext_libc=yes, + gt_cv_func_ngettext_libc=no) + ]) + + if test "$gt_cv_func_ngettext_libc" = "yes" ; then + AC_CACHE_CHECK([for dgettext in libc], gt_cv_func_dgettext_libc, + [AC_TRY_LINK([ +#include +], + [return !dgettext ("","")], + gt_cv_func_dgettext_libc=yes, + gt_cv_func_dgettext_libc=no) + ]) + fi + + if test "$gt_cv_func_ngettext_libc" = "yes" ; then + AC_CHECK_FUNCS(bind_textdomain_codeset) + fi + + # + # If we don't have everything we want, check in libintl + # + if test "$gt_cv_func_dgettext_libc" != "yes" \ + || test "$gt_cv_func_ngettext_libc" != "yes" \ + || test "$ac_cv_func_bind_textdomain_codeset" != "yes" ; then + + AC_CHECK_LIB(intl, bindtextdomain, + [AC_CHECK_LIB(intl, ngettext, + [AC_CHECK_LIB(intl, dgettext, + gt_cv_func_dgettext_libintl=yes)])]) + + if test "$gt_cv_func_dgettext_libintl" != "yes" ; then + AC_MSG_CHECKING([if -liconv is needed to use gettext]) + AC_MSG_RESULT([]) + AC_CHECK_LIB(intl, ngettext, + [AC_CHECK_LIB(intl, dcgettext, + [gt_cv_func_dgettext_libintl=yes + libintl_extra_libs=-liconv], + :,-liconv)], + :,-liconv) + fi + + # + # If we found libintl, then check in it for bind_textdomain_codeset(); + # we'll prefer libc if neither have bind_textdomain_codeset(), + # and both have dgettext and ngettext + # + if test "$gt_cv_func_dgettext_libintl" = "yes" ; then + glib_save_LIBS="$LIBS" + LIBS="$LIBS -lintl $libintl_extra_libs" + unset ac_cv_func_bind_textdomain_codeset + AC_CHECK_FUNCS(bind_textdomain_codeset) + LIBS="$glib_save_LIBS" + + if test "$ac_cv_func_bind_textdomain_codeset" = "yes" ; then + gt_cv_func_dgettext_libc=no + else + if test "$gt_cv_func_dgettext_libc" = "yes" \ + && test "$gt_cv_func_ngettext_libc" = "yes"; then + gt_cv_func_dgettext_libintl=no + fi + fi + fi + fi + + if test "$gt_cv_func_dgettext_libc" = "yes" \ + || test "$gt_cv_func_dgettext_libintl" = "yes"; then + gt_cv_have_gettext=yes + fi + + if test "$gt_cv_func_dgettext_libintl" = "yes"; then + INTLLIBS="-lintl $libintl_extra_libs" + fi + + if test "$gt_cv_have_gettext" = "yes"; then + AC_DEFINE(HAVE_GETTEXT,1, + [Define if the GNU gettext() function is already present or preinstalled.]) + GLIB_PATH_PROG_WITH_TEST(MSGFMT, msgfmt, + [test -z "`$ac_dir/$ac_word -h 2>&1 | grep 'dv '`"], no)dnl + if test "$MSGFMT" != "no"; then + glib_save_LIBS="$LIBS" + LIBS="$LIBS $INTLLIBS" + AC_CHECK_FUNCS(dcgettext) + MSGFMT_OPTS= + AC_MSG_CHECKING([if msgfmt accepts -c]) + GLIB_RUN_PROG([$MSGFMT -c -o /dev/null],[ +msgid "" +msgstr "" +"Content-Type: text/plain; charset=UTF-8\n" +"Project-Id-Version: test 1.0\n" +"PO-Revision-Date: 2007-02-15 12:01+0100\n" +"Last-Translator: test \n" +"Language-Team: C \n" +"MIME-Version: 1.0\n" +"Content-Transfer-Encoding: 8bit\n" +], [MSGFMT_OPTS=-c; AC_MSG_RESULT([yes])], [AC_MSG_RESULT([no])]) + AC_SUBST(MSGFMT_OPTS) + AC_PATH_PROG(GMSGFMT, gmsgfmt, $MSGFMT) + GLIB_PATH_PROG_WITH_TEST(XGETTEXT, xgettext, + [test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"], :) + AC_TRY_LINK(, [extern int _nl_msg_cat_cntr; + return _nl_msg_cat_cntr], + [CATOBJEXT=.gmo + DATADIRNAME=share], + [case $host in + *-*-solaris*) + dnl On Solaris, if bind_textdomain_codeset is in libc, + dnl GNU format message catalog is always supported, + dnl since both are added to the libc all together. + dnl Hence, we'd like to go with DATADIRNAME=share and + dnl and CATOBJEXT=.gmo in this case. + AC_CHECK_FUNC(bind_textdomain_codeset, + [CATOBJEXT=.gmo + DATADIRNAME=share], + [CATOBJEXT=.mo + DATADIRNAME=lib]) + ;; + *) + CATOBJEXT=.mo + DATADIRNAME=lib + ;; + esac]) + LIBS="$glib_save_LIBS" + INSTOBJEXT=.mo + else + gt_cv_have_gettext=no + fi + fi + ]) + + if test "$gt_cv_have_gettext" = "yes" ; then + AC_DEFINE(ENABLE_NLS, 1, + [always defined to indicate that i18n is enabled]) + fi + + dnl Test whether we really found GNU xgettext. + if test "$XGETTEXT" != ":"; then + dnl If it is not GNU xgettext we define it as : so that the + dnl Makefiles still can work. + if $XGETTEXT --omit-header /dev/null 2> /dev/null; then + : ; + else + AC_MSG_RESULT( + [found xgettext program is not GNU xgettext; ignore it]) + XGETTEXT=":" + fi + fi + + # We need to process the po/ directory. + POSUB=po + + AC_OUTPUT_COMMANDS( + [case "$CONFIG_FILES" in *po/Makefile.in*) + sed -e "/POTFILES =/r po/POTFILES" po/Makefile.in > po/Makefile + esac]) + + dnl These rules are solely for the distribution goal. While doing this + dnl we only have to keep exactly one list of the available catalogs + dnl in configure.in. + for lang in $ALL_LINGUAS; do + GMOFILES="$GMOFILES $lang.gmo" + POFILES="$POFILES $lang.po" + done + + dnl Make all variables we use known to autoconf. + AC_SUBST(CATALOGS) + AC_SUBST(CATOBJEXT) + AC_SUBST(DATADIRNAME) + AC_SUBST(GMOFILES) + AC_SUBST(INSTOBJEXT) + AC_SUBST(INTLLIBS) + AC_SUBST(PO_IN_DATADIR_TRUE) + AC_SUBST(PO_IN_DATADIR_FALSE) + AC_SUBST(POFILES) + AC_SUBST(POSUB) + ]) + +# AM_GLIB_GNU_GETTEXT +# ------------------- +# Do checks necessary for use of gettext. If a suitable implementation +# of gettext is found in either in libintl or in the C library, +# it will set INTLLIBS to the libraries needed for use of gettext +# and AC_DEFINE() HAVE_GETTEXT and ENABLE_NLS. (The shell variable +# gt_cv_have_gettext will be set to "yes".) It will also call AC_SUBST() +# on various variables needed by the Makefile.in.in installed by +# glib-gettextize. +dnl +glib_DEFUN([GLIB_GNU_GETTEXT], + [AC_REQUIRE([AC_PROG_CC])dnl + AC_REQUIRE([AC_HEADER_STDC])dnl + + GLIB_LC_MESSAGES + GLIB_WITH_NLS + + if test "$gt_cv_have_gettext" = "yes"; then + if test "x$ALL_LINGUAS" = "x"; then + LINGUAS= + else + AC_MSG_CHECKING(for catalogs to be installed) + NEW_LINGUAS= + for presentlang in $ALL_LINGUAS; do + useit=no + if test "%UNSET%" != "${LINGUAS-%UNSET%}"; then + desiredlanguages="$LINGUAS" + else + desiredlanguages="$ALL_LINGUAS" + fi + for desiredlang in $desiredlanguages; do + # Use the presentlang catalog if desiredlang is + # a. equal to presentlang, or + # b. a variant of presentlang (because in this case, + # presentlang can be used as a fallback for messages + # which are not translated in the desiredlang catalog). + case "$desiredlang" in + "$presentlang"*) useit=yes;; + esac + done + if test $useit = yes; then + NEW_LINGUAS="$NEW_LINGUAS $presentlang" + fi + done + LINGUAS=$NEW_LINGUAS + AC_MSG_RESULT($LINGUAS) + fi + + dnl Construct list of names of catalog files to be constructed. + if test -n "$LINGUAS"; then + for lang in $LINGUAS; do CATALOGS="$CATALOGS $lang$CATOBJEXT"; done + fi + fi + + dnl If the AC_CONFIG_AUX_DIR macro for autoconf is used we possibly + dnl find the mkinstalldirs script in another subdir but ($top_srcdir). + dnl Try to locate is. + MKINSTALLDIRS= + if test -n "$ac_aux_dir"; then + MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs" + fi + if test -z "$MKINSTALLDIRS"; then + MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs" + fi + AC_SUBST(MKINSTALLDIRS) + + dnl Generate list of files to be processed by xgettext which will + dnl be included in po/Makefile. + test -d po || mkdir po + if test "x$srcdir" != "x."; then + if test "x`echo $srcdir | sed 's@/.*@@'`" = "x"; then + posrcprefix="$srcdir/" + else + posrcprefix="../$srcdir/" + fi + else + posrcprefix="../" + fi + rm -f po/POTFILES + sed -e "/^#/d" -e "/^\$/d" -e "s,.*, $posrcprefix& \\\\," -e "\$s/\(.*\) \\\\/\1/" \ + < $srcdir/po/POTFILES.in > po/POTFILES + ]) + +# AM_GLIB_DEFINE_LOCALEDIR(VARIABLE) +# ------------------------------- +# Define VARIABLE to the location where catalog files will +# be installed by po/Makefile. +glib_DEFUN([GLIB_DEFINE_LOCALEDIR], +[glib_REQUIRE([GLIB_GNU_GETTEXT])dnl +glib_save_prefix="$prefix" +glib_save_exec_prefix="$exec_prefix" +glib_save_datarootdir="$datarootdir" +test "x$prefix" = xNONE && prefix=$ac_default_prefix +test "x$exec_prefix" = xNONE && exec_prefix=$prefix +datarootdir=`eval echo "${datarootdir}"` +if test "x$CATOBJEXT" = "x.mo" ; then + localedir=`eval echo "${libdir}/locale"` +else + localedir=`eval echo "${datadir}/locale"` +fi +prefix="$glib_save_prefix" +exec_prefix="$glib_save_exec_prefix" +datarootdir="$glib_save_datarootdir" +AC_DEFINE_UNQUOTED($1, "$localedir", + [Define the location where the catalogs will be installed]) +]) + +dnl +dnl Now the definitions that aclocal will find +dnl +ifdef(glib_configure_in,[],[ +AC_DEFUN([AM_GLIB_GNU_GETTEXT],[GLIB_GNU_GETTEXT($@)]) +AC_DEFUN([AM_GLIB_DEFINE_LOCALEDIR],[GLIB_DEFINE_LOCALEDIR($@)]) +])dnl + +# GLIB_RUN_PROG(PROGRAM, TEST-FILE, [ACTION-IF-PASS], [ACTION-IF-FAIL]) +# +# Create a temporary file with TEST-FILE as its contents and pass the +# file name to PROGRAM. Perform ACTION-IF-PASS if PROGRAM exits with +# 0 and perform ACTION-IF-FAIL for any other exit status. +AC_DEFUN([GLIB_RUN_PROG], +[cat >conftest.foo <<_ACEOF +$2 +_ACEOF +if AC_RUN_LOG([$1 conftest.foo]); then + m4_ifval([$3], [$3], [:]) +m4_ifvaln([$4], [else $4])dnl +echo "$as_me: failed input was:" >&AS_MESSAGE_LOG_FD +sed 's/^/| /' conftest.foo >&AS_MESSAGE_LOG_FD +fi]) + + + +dnl IT_PROG_INTLTOOL([MINIMUM-VERSION], [no-xml]) +# serial 40 IT_PROG_INTLTOOL +AC_DEFUN([IT_PROG_INTLTOOL], [ +AC_PREREQ([2.50])dnl +AC_REQUIRE([AM_NLS])dnl + +case "$am__api_version" in + 1.[01234]) + AC_MSG_ERROR([Automake 1.5 or newer is required to use intltool]) + ;; + *) + ;; +esac + +if test -n "$1"; then + AC_MSG_CHECKING([for intltool >= $1]) + + INTLTOOL_REQUIRED_VERSION_AS_INT=`echo $1 | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'` + INTLTOOL_APPLIED_VERSION=`intltool-update --version | head -1 | cut -d" " -f3` + [INTLTOOL_APPLIED_VERSION_AS_INT=`echo $INTLTOOL_APPLIED_VERSION | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'` + ] + AC_MSG_RESULT([$INTLTOOL_APPLIED_VERSION found]) + test "$INTLTOOL_APPLIED_VERSION_AS_INT" -ge "$INTLTOOL_REQUIRED_VERSION_AS_INT" || + AC_MSG_ERROR([Your intltool is too old. You need intltool $1 or later.]) +fi + +AC_PATH_PROG(INTLTOOL_UPDATE, [intltool-update]) +AC_PATH_PROG(INTLTOOL_MERGE, [intltool-merge]) +AC_PATH_PROG(INTLTOOL_EXTRACT, [intltool-extract]) +if test -z "$INTLTOOL_UPDATE" -o -z "$INTLTOOL_MERGE" -o -z "$INTLTOOL_EXTRACT"; then + AC_MSG_ERROR([The intltool scripts were not found. Please install intltool.]) +fi + + INTLTOOL_DESKTOP_RULE='%.desktop: %.desktop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' +INTLTOOL_DIRECTORY_RULE='%.directory: %.directory.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' + INTLTOOL_KEYS_RULE='%.keys: %.keys.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -k -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' + INTLTOOL_PROP_RULE='%.prop: %.prop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' + INTLTOOL_OAF_RULE='%.oaf: %.oaf.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -o -p $(top_srcdir)/po $< [$]@' + INTLTOOL_PONG_RULE='%.pong: %.pong.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' + INTLTOOL_SERVER_RULE='%.server: %.server.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -o -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' + INTLTOOL_SHEET_RULE='%.sheet: %.sheet.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' +INTLTOOL_SOUNDLIST_RULE='%.soundlist: %.soundlist.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' + INTLTOOL_UI_RULE='%.ui: %.ui.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' + INTLTOOL_XML_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' + INTLTOOL_XML_NOMERGE_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u /tmp $< [$]@' + INTLTOOL_XAM_RULE='%.xam: %.xml.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' + INTLTOOL_KBD_RULE='%.kbd: %.kbd.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -m -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' + INTLTOOL_CAVES_RULE='%.caves: %.caves.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' + INTLTOOL_SCHEMAS_RULE='%.schemas: %.schemas.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -s -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' + INTLTOOL_THEME_RULE='%.theme: %.theme.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' + INTLTOOL_SERVICE_RULE='%.service: %.service.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' + INTLTOOL_POLICY_RULE='%.policy: %.policy.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' + +AC_SUBST(INTLTOOL_DESKTOP_RULE) +AC_SUBST(INTLTOOL_DIRECTORY_RULE) +AC_SUBST(INTLTOOL_KEYS_RULE) +AC_SUBST(INTLTOOL_PROP_RULE) +AC_SUBST(INTLTOOL_OAF_RULE) +AC_SUBST(INTLTOOL_PONG_RULE) +AC_SUBST(INTLTOOL_SERVER_RULE) +AC_SUBST(INTLTOOL_SHEET_RULE) +AC_SUBST(INTLTOOL_SOUNDLIST_RULE) +AC_SUBST(INTLTOOL_UI_RULE) +AC_SUBST(INTLTOOL_XAM_RULE) +AC_SUBST(INTLTOOL_KBD_RULE) +AC_SUBST(INTLTOOL_XML_RULE) +AC_SUBST(INTLTOOL_XML_NOMERGE_RULE) +AC_SUBST(INTLTOOL_CAVES_RULE) +AC_SUBST(INTLTOOL_SCHEMAS_RULE) +AC_SUBST(INTLTOOL_THEME_RULE) +AC_SUBST(INTLTOOL_SERVICE_RULE) +AC_SUBST(INTLTOOL_POLICY_RULE) + +# Check the gettext tools to make sure they are GNU +AC_PATH_PROG(XGETTEXT, xgettext) +AC_PATH_PROG(MSGMERGE, msgmerge) +AC_PATH_PROG(MSGFMT, msgfmt) +AC_PATH_PROG(GMSGFMT, gmsgfmt, $MSGFMT) +if test -z "$XGETTEXT" -o -z "$MSGMERGE" -o -z "$MSGFMT"; then + AC_MSG_ERROR([GNU gettext tools not found; required for intltool]) +fi +xgversion="`$XGETTEXT --version|grep '(GNU ' 2> /dev/null`" +mmversion="`$MSGMERGE --version|grep '(GNU ' 2> /dev/null`" +mfversion="`$MSGFMT --version|grep '(GNU ' 2> /dev/null`" +if test -z "$xgversion" -o -z "$mmversion" -o -z "$mfversion"; then + AC_MSG_ERROR([GNU gettext tools not found; required for intltool]) +fi + +AC_PATH_PROG(INTLTOOL_PERL, [perl]) +if test -z "$INTLTOOL_PERL"; then + AC_MSG_ERROR([perl not found; required for intltool]) +fi +if test -z "`$INTLTOOL_PERL -v | fgrep '5.' 2> /dev/null`"; then + AC_MSG_ERROR([perl 5.x required for intltool]) +fi +if test "x$2" != "xno-xml"; then + AC_MSG_CHECKING([for XML::Parser]) + if `$INTLTOOL_PERL -e "require XML::Parser" 2>/dev/null`; then + AC_MSG_RESULT([ok]) + else + AC_MSG_ERROR([XML::Parser perl module is required for intltool]) + fi +fi + +# Substitute ALL_LINGUAS so we can use it in po/Makefile +AC_SUBST(ALL_LINGUAS) + +# Set DATADIRNAME correctly if it is not set yet +# (copied from glib-gettext.m4) +if test -z "$DATADIRNAME"; then + AC_LINK_IFELSE( + [AC_LANG_PROGRAM([[]], + [[extern int _nl_msg_cat_cntr; + return _nl_msg_cat_cntr]])], + [DATADIRNAME=share], + [case $host in + *-*-solaris*) + dnl On Solaris, if bind_textdomain_codeset is in libc, + dnl GNU format message catalog is always supported, + dnl since both are added to the libc all together. + dnl Hence, we'd like to go with DATADIRNAME=share + dnl in this case. + AC_CHECK_FUNC(bind_textdomain_codeset, + [DATADIRNAME=share], [DATADIRNAME=lib]) + ;; + *) + [DATADIRNAME=lib] + ;; + esac]) +fi +AC_SUBST(DATADIRNAME) + +IT_PO_SUBDIR([po]) + +]) + + +# IT_PO_SUBDIR(DIRNAME) +# --------------------- +# All po subdirs have to be declared with this macro; the subdir "po" is +# declared by IT_PROG_INTLTOOL. +# +AC_DEFUN([IT_PO_SUBDIR], +[AC_PREREQ([2.53])dnl We use ac_top_srcdir inside AC_CONFIG_COMMANDS. +dnl +dnl The following CONFIG_COMMANDS should be exetuted at the very end +dnl of config.status. +AC_CONFIG_COMMANDS_PRE([ + AC_CONFIG_COMMANDS([$1/stamp-it], [ + if [ ! grep "^# INTLTOOL_MAKEFILE$" "$1/Makefile.in" ]; then + AC_MSG_ERROR([$1/Makefile.in.in was not created by intltoolize.]) + fi + rm -f "$1/stamp-it" "$1/stamp-it.tmp" "$1/POTFILES" "$1/Makefile.tmp" + >"$1/stamp-it.tmp" + [sed '/^#/d + s/^[[].*] *// + /^[ ]*$/d + '"s|^| $ac_top_srcdir/|" \ + "$srcdir/$1/POTFILES.in" | sed '$!s/$/ \\/' >"$1/POTFILES" + ] + [sed '/^POTFILES =/,/[^\\]$/ { + /^POTFILES =/!d + r $1/POTFILES + } + ' "$1/Makefile.in" >"$1/Makefile"] + rm -f "$1/Makefile.tmp" + mv "$1/stamp-it.tmp" "$1/stamp-it" + ]) +])dnl +]) + +# deprecated macros +AU_ALIAS([AC_PROG_INTLTOOL], [IT_PROG_INTLTOOL]) +# A hint is needed for aclocal from Automake <= 1.9.4: +# AC_DEFUN([AC_PROG_INTLTOOL], ...) + + +# nls.m4 serial 3 (gettext-0.15) +dnl Copyright (C) 1995-2003, 2005-2006 Free Software Foundation, Inc. +dnl This file is free software; the Free Software Foundation +dnl gives unlimited permission to copy and/or distribute it, +dnl with or without modifications, as long as this notice is preserved. +dnl +dnl This file can can be used in projects which are not available under +dnl the GNU General Public License or the GNU Library General Public +dnl License but which still want to provide support for the GNU gettext +dnl functionality. +dnl Please note that the actual code of the GNU gettext library is covered +dnl by the GNU Library General Public License, and the rest of the GNU +dnl gettext package package is covered by the GNU General Public License. +dnl They are *not* in the public domain. + +dnl Authors: +dnl Ulrich Drepper , 1995-2000. +dnl Bruno Haible , 2000-2003. + +AC_PREREQ(2.50) + +AC_DEFUN([AM_NLS], +[ + AC_MSG_CHECKING([whether NLS is requested]) + dnl Default is enabled NLS + AC_ARG_ENABLE(nls, + [ --disable-nls do not use Native Language Support], + USE_NLS=$enableval, USE_NLS=yes) + AC_MSG_RESULT($USE_NLS) + AC_SUBST(USE_NLS) +]) + +# pkg.m4 - Macros to locate and utilise pkg-config. -*- Autoconf -*- +# +# Copyright © 2004 Scott James Remnant . +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# +# As a special exception to the GNU General Public License, if you +# distribute this file as part of a program that contains a +# configuration script generated by Autoconf, you may include it under +# the same distribution terms that you use for the rest of that program. + +# PKG_PROG_PKG_CONFIG([MIN-VERSION]) +# ---------------------------------- +AC_DEFUN([PKG_PROG_PKG_CONFIG], +[m4_pattern_forbid([^_?PKG_[A-Z_]+$]) +m4_pattern_allow([^PKG_CONFIG(_PATH)?$]) +AC_ARG_VAR([PKG_CONFIG], [path to pkg-config utility])dnl +if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then + AC_PATH_TOOL([PKG_CONFIG], [pkg-config]) +fi +if test -n "$PKG_CONFIG"; then + _pkg_min_version=m4_default([$1], [0.9.0]) + AC_MSG_CHECKING([pkg-config is at least version $_pkg_min_version]) + if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then + AC_MSG_RESULT([yes]) + else + AC_MSG_RESULT([no]) + PKG_CONFIG="" + fi + +fi[]dnl +])# PKG_PROG_PKG_CONFIG + +# PKG_CHECK_EXISTS(MODULES, [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND]) +# +# Check to see whether a particular set of modules exists. Similar +# to PKG_CHECK_MODULES(), but does not set variables or print errors. +# +# +# Similar to PKG_CHECK_MODULES, make sure that the first instance of +# this or PKG_CHECK_MODULES is called, or make sure to call +# PKG_CHECK_EXISTS manually +# -------------------------------------------------------------- +AC_DEFUN([PKG_CHECK_EXISTS], +[AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl +if test -n "$PKG_CONFIG" && \ + AC_RUN_LOG([$PKG_CONFIG --exists --print-errors "$1"]); then + m4_ifval([$2], [$2], [:]) +m4_ifvaln([$3], [else + $3])dnl +fi]) + + +# _PKG_CONFIG([VARIABLE], [COMMAND], [MODULES]) +# --------------------------------------------- +m4_define([_PKG_CONFIG], +[if test -n "$$1"; then + pkg_cv_[]$1="$$1" + elif test -n "$PKG_CONFIG"; then + PKG_CHECK_EXISTS([$3], + [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`], + [pkg_failed=yes]) + else + pkg_failed=untried +fi[]dnl +])# _PKG_CONFIG + +# _PKG_SHORT_ERRORS_SUPPORTED +# ----------------------------- +AC_DEFUN([_PKG_SHORT_ERRORS_SUPPORTED], +[AC_REQUIRE([PKG_PROG_PKG_CONFIG]) +if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then + _pkg_short_errors_supported=yes +else + _pkg_short_errors_supported=no +fi[]dnl +])# _PKG_SHORT_ERRORS_SUPPORTED + + +# PKG_CHECK_MODULES(VARIABLE-PREFIX, MODULES, [ACTION-IF-FOUND], +# [ACTION-IF-NOT-FOUND]) +# +# +# Note that if there is a possibility the first call to +# PKG_CHECK_MODULES might not happen, you should be sure to include an +# explicit call to PKG_PROG_PKG_CONFIG in your configure.ac +# +# +# -------------------------------------------------------------- +AC_DEFUN([PKG_CHECK_MODULES], +[AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl +AC_ARG_VAR([$1][_CFLAGS], [C compiler flags for $1, overriding pkg-config])dnl +AC_ARG_VAR([$1][_LIBS], [linker flags for $1, overriding pkg-config])dnl + +pkg_failed=no +AC_MSG_CHECKING([for $1]) + +_PKG_CONFIG([$1][_CFLAGS], [cflags], [$2]) +_PKG_CONFIG([$1][_LIBS], [libs], [$2]) + +m4_define([_PKG_TEXT], [Alternatively, you may set the environment variables $1[]_CFLAGS +and $1[]_LIBS to avoid the need to call pkg-config. +See the pkg-config man page for more details.]) + +if test $pkg_failed = yes; then + _PKG_SHORT_ERRORS_SUPPORTED + if test $_pkg_short_errors_supported = yes; then + $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$2" 2>&1` + else + $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors "$2" 2>&1` + fi + # Put the nasty error message in config.log where it belongs + echo "$$1[]_PKG_ERRORS" >&AS_MESSAGE_LOG_FD + + ifelse([$4], , [AC_MSG_ERROR(dnl +[Package requirements ($2) were not met: + +$$1_PKG_ERRORS + +Consider adjusting the PKG_CONFIG_PATH environment variable if you +installed software in a non-standard prefix. + +_PKG_TEXT +])], + [AC_MSG_RESULT([no]) + $4]) +elif test $pkg_failed = untried; then + ifelse([$4], , [AC_MSG_FAILURE(dnl +[The pkg-config script could not be found or is too old. Make sure it +is in your PATH or set the PKG_CONFIG environment variable to the full +path to pkg-config. + +_PKG_TEXT + +To get pkg-config, see .])], + [$4]) +else + $1[]_CFLAGS=$pkg_cv_[]$1[]_CFLAGS + $1[]_LIBS=$pkg_cv_[]$1[]_LIBS + AC_MSG_RESULT([yes]) + ifelse([$3], , :, [$3]) +fi[]dnl +])# PKG_CHECK_MODULES + +# Copyright (C) 2002, 2003, 2005, 2006, 2007 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# AM_AUTOMAKE_VERSION(VERSION) +# ---------------------------- +# Automake X.Y traces this macro to ensure aclocal.m4 has been +# generated from the m4 files accompanying Automake X.Y. +# (This private macro should not be called outside this file.) +AC_DEFUN([AM_AUTOMAKE_VERSION], +[am__api_version='1.10' +dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to +dnl require some minimum version. Point them to the right macro. +m4_if([$1], [1.10.1], [], + [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl +]) + +# _AM_AUTOCONF_VERSION(VERSION) +# ----------------------------- +# aclocal traces this macro to find the Autoconf version. +# This is a private macro too. Using m4_define simplifies +# the logic in aclocal, which can simply ignore this definition. +m4_define([_AM_AUTOCONF_VERSION], []) + +# AM_SET_CURRENT_AUTOMAKE_VERSION +# ------------------------------- +# Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced. +# This function is AC_REQUIREd by AC_INIT_AUTOMAKE. +AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], +[AM_AUTOMAKE_VERSION([1.10.1])dnl +m4_ifndef([AC_AUTOCONF_VERSION], + [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl +_AM_AUTOCONF_VERSION(AC_AUTOCONF_VERSION)]) + +# AM_AUX_DIR_EXPAND -*- Autoconf -*- + +# Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets +# $ac_aux_dir to `$srcdir/foo'. In other projects, it is set to +# `$srcdir', `$srcdir/..', or `$srcdir/../..'. +# +# Of course, Automake must honor this variable whenever it calls a +# tool from the auxiliary directory. The problem is that $srcdir (and +# therefore $ac_aux_dir as well) can be either absolute or relative, +# depending on how configure is run. This is pretty annoying, since +# it makes $ac_aux_dir quite unusable in subdirectories: in the top +# source directory, any form will work fine, but in subdirectories a +# relative path needs to be adjusted first. +# +# $ac_aux_dir/missing +# fails when called from a subdirectory if $ac_aux_dir is relative +# $top_srcdir/$ac_aux_dir/missing +# fails if $ac_aux_dir is absolute, +# fails when called from a subdirectory in a VPATH build with +# a relative $ac_aux_dir +# +# The reason of the latter failure is that $top_srcdir and $ac_aux_dir +# are both prefixed by $srcdir. In an in-source build this is usually +# harmless because $srcdir is `.', but things will broke when you +# start a VPATH build or use an absolute $srcdir. +# +# So we could use something similar to $top_srcdir/$ac_aux_dir/missing, +# iff we strip the leading $srcdir from $ac_aux_dir. That would be: +# am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"` +# and then we would define $MISSING as +# MISSING="\${SHELL} $am_aux_dir/missing" +# This will work as long as MISSING is not called from configure, because +# unfortunately $(top_srcdir) has no meaning in configure. +# However there are other variables, like CC, which are often used in +# configure, and could therefore not use this "fixed" $ac_aux_dir. +# +# Another solution, used here, is to always expand $ac_aux_dir to an +# absolute PATH. The drawback is that using absolute paths prevent a +# configured tree to be moved without reconfiguration. + +AC_DEFUN([AM_AUX_DIR_EXPAND], +[dnl Rely on autoconf to set up CDPATH properly. +AC_PREREQ([2.50])dnl +# expand $ac_aux_dir to an absolute path +am_aux_dir=`cd $ac_aux_dir && pwd` +]) + +# AM_CONDITIONAL -*- Autoconf -*- + +# Copyright (C) 1997, 2000, 2001, 2003, 2004, 2005, 2006 +# Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# serial 8 + +# AM_CONDITIONAL(NAME, SHELL-CONDITION) +# ------------------------------------- +# Define a conditional. +AC_DEFUN([AM_CONDITIONAL], +[AC_PREREQ(2.52)dnl + ifelse([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])], + [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl +AC_SUBST([$1_TRUE])dnl +AC_SUBST([$1_FALSE])dnl +_AM_SUBST_NOTMAKE([$1_TRUE])dnl +_AM_SUBST_NOTMAKE([$1_FALSE])dnl +if $2; then + $1_TRUE= + $1_FALSE='#' +else + $1_TRUE='#' + $1_FALSE= +fi +AC_CONFIG_COMMANDS_PRE( +[if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then + AC_MSG_ERROR([[conditional "$1" was never defined. +Usually this means the macro was only invoked conditionally.]]) +fi])]) + +# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 +# Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# serial 9 + +# There are a few dirty hacks below to avoid letting `AC_PROG_CC' be +# written in clear, in which case automake, when reading aclocal.m4, +# will think it sees a *use*, and therefore will trigger all it's +# C support machinery. Also note that it means that autoscan, seeing +# CC etc. in the Makefile, will ask for an AC_PROG_CC use... + + +# _AM_DEPENDENCIES(NAME) +# ---------------------- +# See how the compiler implements dependency checking. +# NAME is "CC", "CXX", "GCJ", or "OBJC". +# We try a few techniques and use that to set a single cache variable. +# +# We don't AC_REQUIRE the corresponding AC_PROG_CC since the latter was +# modified to invoke _AM_DEPENDENCIES(CC); we would have a circular +# dependency, and given that the user is not expected to run this macro, +# just rely on AC_PROG_CC. +AC_DEFUN([_AM_DEPENDENCIES], +[AC_REQUIRE([AM_SET_DEPDIR])dnl +AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl +AC_REQUIRE([AM_MAKE_INCLUDE])dnl +AC_REQUIRE([AM_DEP_TRACK])dnl + +ifelse([$1], CC, [depcc="$CC" am_compiler_list=], + [$1], CXX, [depcc="$CXX" am_compiler_list=], + [$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc'], + [$1], UPC, [depcc="$UPC" am_compiler_list=], + [$1], GCJ, [depcc="$GCJ" am_compiler_list='gcc3 gcc'], + [depcc="$$1" am_compiler_list=]) + +AC_CACHE_CHECK([dependency style of $depcc], + [am_cv_$1_dependencies_compiler_type], +[if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then + # We make a subdir and do the tests there. Otherwise we can end up + # making bogus files that we don't know about and never remove. For + # instance it was reported that on HP-UX the gcc test will end up + # making a dummy file named `D' -- because `-MD' means `put the output + # in D'. + mkdir conftest.dir + # Copy depcomp to subdir because otherwise we won't find it if we're + # using a relative directory. + cp "$am_depcomp" conftest.dir + cd conftest.dir + # We will build objects and dependencies in a subdirectory because + # it helps to detect inapplicable dependency modes. For instance + # both Tru64's cc and ICC support -MD to output dependencies as a + # side effect of compilation, but ICC will put the dependencies in + # the current directory while Tru64 will put them in the object + # directory. + mkdir sub + + am_cv_$1_dependencies_compiler_type=none + if test "$am_compiler_list" = ""; then + am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp` + fi + for depmode in $am_compiler_list; do + # Setup a source with many dependencies, because some compilers + # like to wrap large dependency lists on column 80 (with \), and + # we should not choose a depcomp mode which is confused by this. + # + # We need to recreate these files for each test, as the compiler may + # overwrite some of them when testing with obscure command lines. + # This happens at least with the AIX C compiler. + : > sub/conftest.c + for i in 1 2 3 4 5 6; do + echo '#include "conftst'$i'.h"' >> sub/conftest.c + # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with + # Solaris 8's {/usr,}/bin/sh. + touch sub/conftst$i.h + done + echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf + + case $depmode in + nosideeffect) + # after this tag, mechanisms are not by side-effect, so they'll + # only be used when explicitly requested + if test "x$enable_dependency_tracking" = xyes; then + continue + else + break + fi + ;; + none) break ;; + esac + # We check with `-c' and `-o' for the sake of the "dashmstdout" + # mode. It turns out that the SunPro C++ compiler does not properly + # handle `-M -o', and we need to detect this. + if depmode=$depmode \ + source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \ + depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ + $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \ + >/dev/null 2>conftest.err && + grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && + grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && + grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 && + ${MAKE-make} -s -f confmf > /dev/null 2>&1; then + # icc doesn't choke on unknown options, it will just issue warnings + # or remarks (even with -Werror). So we grep stderr for any message + # that says an option was ignored or not supported. + # When given -MP, icc 7.0 and 7.1 complain thusly: + # icc: Command line warning: ignoring option '-M'; no argument required + # The diagnosis changed in icc 8.0: + # icc: Command line remark: option '-MP' not supported + if (grep 'ignoring option' conftest.err || + grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else + am_cv_$1_dependencies_compiler_type=$depmode + break + fi + fi + done + + cd .. + rm -rf conftest.dir +else + am_cv_$1_dependencies_compiler_type=none +fi +]) +AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type]) +AM_CONDITIONAL([am__fastdep$1], [ + test "x$enable_dependency_tracking" != xno \ + && test "$am_cv_$1_dependencies_compiler_type" = gcc3]) +]) + + +# AM_SET_DEPDIR +# ------------- +# Choose a directory name for dependency files. +# This macro is AC_REQUIREd in _AM_DEPENDENCIES +AC_DEFUN([AM_SET_DEPDIR], +[AC_REQUIRE([AM_SET_LEADING_DOT])dnl +AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl +]) + + +# AM_DEP_TRACK +# ------------ +AC_DEFUN([AM_DEP_TRACK], +[AC_ARG_ENABLE(dependency-tracking, +[ --disable-dependency-tracking speeds up one-time build + --enable-dependency-tracking do not reject slow dependency extractors]) +if test "x$enable_dependency_tracking" != xno; then + am_depcomp="$ac_aux_dir/depcomp" + AMDEPBACKSLASH='\' +fi +AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno]) +AC_SUBST([AMDEPBACKSLASH])dnl +_AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl +]) + +# Generate code to set up dependency tracking. -*- Autoconf -*- + +# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005 +# Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +#serial 3 + +# _AM_OUTPUT_DEPENDENCY_COMMANDS +# ------------------------------ +AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], +[for mf in $CONFIG_FILES; do + # Strip MF so we end up with the name of the file. + mf=`echo "$mf" | sed -e 's/:.*$//'` + # Check whether this is an Automake generated Makefile or not. + # We used to match only the files named `Makefile.in', but + # some people rename them; so instead we look at the file content. + # Grep'ing the first line is not enough: some people post-process + # each Makefile.in and add a new line on top of each file to say so. + # Grep'ing the whole file is not good either: AIX grep has a line + # limit of 2048, but all sed's we know have understand at least 4000. + if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then + dirpart=`AS_DIRNAME("$mf")` + else + continue + fi + # Extract the definition of DEPDIR, am__include, and am__quote + # from the Makefile without running `make'. + DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` + test -z "$DEPDIR" && continue + am__include=`sed -n 's/^am__include = //p' < "$mf"` + test -z "am__include" && continue + am__quote=`sed -n 's/^am__quote = //p' < "$mf"` + # When using ansi2knr, U may be empty or an underscore; expand it + U=`sed -n 's/^U = //p' < "$mf"` + # Find all dependency output files, they are included files with + # $(DEPDIR) in their names. We invoke sed twice because it is the + # simplest approach to changing $(DEPDIR) to its actual value in the + # expansion. + for file in `sed -n " + s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ + sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do + # Make sure the directory exists. + test -f "$dirpart/$file" && continue + fdir=`AS_DIRNAME(["$file"])` + AS_MKDIR_P([$dirpart/$fdir]) + # echo "creating $dirpart/$file" + echo '# dummy' > "$dirpart/$file" + done +done +])# _AM_OUTPUT_DEPENDENCY_COMMANDS + + +# AM_OUTPUT_DEPENDENCY_COMMANDS +# ----------------------------- +# This macro should only be invoked once -- use via AC_REQUIRE. +# +# This code is only required when automatic dependency tracking +# is enabled. FIXME. This creates each `.P' file that we will +# need in order to bootstrap the dependency handling code. +AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], +[AC_CONFIG_COMMANDS([depfiles], + [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS], + [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"]) +]) + +# Do all the work for Automake. -*- Autoconf -*- + +# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, +# 2005, 2006, 2008 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# serial 13 + +# This macro actually does too much. Some checks are only needed if +# your package does certain things. But this isn't really a big deal. + +# AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE]) +# AM_INIT_AUTOMAKE([OPTIONS]) +# ----------------------------------------------- +# The call with PACKAGE and VERSION arguments is the old style +# call (pre autoconf-2.50), which is being phased out. PACKAGE +# and VERSION should now be passed to AC_INIT and removed from +# the call to AM_INIT_AUTOMAKE. +# We support both call styles for the transition. After +# the next Automake release, Autoconf can make the AC_INIT +# arguments mandatory, and then we can depend on a new Autoconf +# release and drop the old call support. +AC_DEFUN([AM_INIT_AUTOMAKE], +[AC_PREREQ([2.60])dnl +dnl Autoconf wants to disallow AM_ names. We explicitly allow +dnl the ones we care about. +m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl +AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl +AC_REQUIRE([AC_PROG_INSTALL])dnl +if test "`cd $srcdir && pwd`" != "`pwd`"; then + # Use -I$(srcdir) only when $(srcdir) != ., so that make's output + # is not polluted with repeated "-I." + AC_SUBST([am__isrc], [' -I$(srcdir)'])_AM_SUBST_NOTMAKE([am__isrc])dnl + # test to see if srcdir already configured + if test -f $srcdir/config.status; then + AC_MSG_ERROR([source directory already configured; run "make distclean" there first]) + fi +fi + +# test whether we have cygpath +if test -z "$CYGPATH_W"; then + if (cygpath --version) >/dev/null 2>/dev/null; then + CYGPATH_W='cygpath -w' + else + CYGPATH_W=echo + fi +fi +AC_SUBST([CYGPATH_W]) + +# Define the identity of the package. +dnl Distinguish between old-style and new-style calls. +m4_ifval([$2], +[m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl + AC_SUBST([PACKAGE], [$1])dnl + AC_SUBST([VERSION], [$2])], +[_AM_SET_OPTIONS([$1])dnl +dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT. +m4_if(m4_ifdef([AC_PACKAGE_NAME], 1)m4_ifdef([AC_PACKAGE_VERSION], 1), 11,, + [m4_fatal([AC_INIT should be called with package and version arguments])])dnl + AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl + AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl + +_AM_IF_OPTION([no-define],, +[AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package]) + AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl + +# Some tools Automake needs. +AC_REQUIRE([AM_SANITY_CHECK])dnl +AC_REQUIRE([AC_ARG_PROGRAM])dnl +AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version}) +AM_MISSING_PROG(AUTOCONF, autoconf) +AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version}) +AM_MISSING_PROG(AUTOHEADER, autoheader) +AM_MISSING_PROG(MAKEINFO, makeinfo) +AM_PROG_INSTALL_SH +AM_PROG_INSTALL_STRIP +AC_REQUIRE([AM_PROG_MKDIR_P])dnl +# We need awk for the "check" target. The system "awk" is bad on +# some platforms. +AC_REQUIRE([AC_PROG_AWK])dnl +AC_REQUIRE([AC_PROG_MAKE_SET])dnl +AC_REQUIRE([AM_SET_LEADING_DOT])dnl +_AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])], + [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], + [_AM_PROG_TAR([v7])])]) +_AM_IF_OPTION([no-dependencies],, +[AC_PROVIDE_IFELSE([AC_PROG_CC], + [_AM_DEPENDENCIES(CC)], + [define([AC_PROG_CC], + defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl +AC_PROVIDE_IFELSE([AC_PROG_CXX], + [_AM_DEPENDENCIES(CXX)], + [define([AC_PROG_CXX], + defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl +AC_PROVIDE_IFELSE([AC_PROG_OBJC], + [_AM_DEPENDENCIES(OBJC)], + [define([AC_PROG_OBJC], + defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl +]) +]) + + +# When config.status generates a header, we must update the stamp-h file. +# This file resides in the same directory as the config header +# that is generated. The stamp files are numbered to have different names. + +# Autoconf calls _AC_AM_CONFIG_HEADER_HOOK (when defined) in the +# loop where config.status creates the headers, so we can generate +# our stamp files there. +AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK], +[# Compute $1's index in $config_headers. +_am_arg=$1 +_am_stamp_count=1 +for _am_header in $config_headers :; do + case $_am_header in + $_am_arg | $_am_arg:* ) + break ;; + * ) + _am_stamp_count=`expr $_am_stamp_count + 1` ;; + esac +done +echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count]) + +# Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# AM_PROG_INSTALL_SH +# ------------------ +# Define $install_sh. +AC_DEFUN([AM_PROG_INSTALL_SH], +[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl +install_sh=${install_sh-"\$(SHELL) $am_aux_dir/install-sh"} +AC_SUBST(install_sh)]) + +# Copyright (C) 2003, 2005 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# serial 2 + +# Check whether the underlying file-system supports filenames +# with a leading dot. For instance MS-DOS doesn't. +AC_DEFUN([AM_SET_LEADING_DOT], +[rm -rf .tst 2>/dev/null +mkdir .tst 2>/dev/null +if test -d .tst; then + am__leading_dot=. +else + am__leading_dot=_ +fi +rmdir .tst 2>/dev/null +AC_SUBST([am__leading_dot])]) + +# Check to see how 'make' treats includes. -*- Autoconf -*- + +# Copyright (C) 2001, 2002, 2003, 2005 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# serial 3 + +# AM_MAKE_INCLUDE() +# ----------------- +# Check to see how make treats includes. +AC_DEFUN([AM_MAKE_INCLUDE], +[am_make=${MAKE-make} +cat > confinc << 'END' +am__doit: + @echo done +.PHONY: am__doit +END +# If we don't find an include directive, just comment out the code. +AC_MSG_CHECKING([for style of include used by $am_make]) +am__include="#" +am__quote= +_am_result=none +# First try GNU make style include. +echo "include confinc" > confmf +# We grep out `Entering directory' and `Leaving directory' +# messages which can occur if `w' ends up in MAKEFLAGS. +# In particular we don't look at `^make:' because GNU make might +# be invoked under some other name (usually "gmake"), in which +# case it prints its new name instead of `make'. +if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then + am__include=include + am__quote= + _am_result=GNU +fi +# Now try BSD make style include. +if test "$am__include" = "#"; then + echo '.include "confinc"' > confmf + if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then + am__include=.include + am__quote="\"" + _am_result=BSD + fi +fi +AC_SUBST([am__include]) +AC_SUBST([am__quote]) +AC_MSG_RESULT([$_am_result]) +rm -f confinc confmf +]) + +# Fake the existence of programs that GNU maintainers use. -*- Autoconf -*- + +# Copyright (C) 1997, 1999, 2000, 2001, 2003, 2004, 2005 +# Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# serial 5 + +# AM_MISSING_PROG(NAME, PROGRAM) +# ------------------------------ +AC_DEFUN([AM_MISSING_PROG], +[AC_REQUIRE([AM_MISSING_HAS_RUN]) +$1=${$1-"${am_missing_run}$2"} +AC_SUBST($1)]) + + +# AM_MISSING_HAS_RUN +# ------------------ +# Define MISSING if not defined so far and test if it supports --run. +# If it does, set am_missing_run to use it, otherwise, to nothing. +AC_DEFUN([AM_MISSING_HAS_RUN], +[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl +AC_REQUIRE_AUX_FILE([missing])dnl +test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing" +# Use eval to expand $SHELL +if eval "$MISSING --run true"; then + am_missing_run="$MISSING --run " +else + am_missing_run= + AC_MSG_WARN([`missing' script is too old or missing]) +fi +]) + +# Copyright (C) 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# AM_PROG_MKDIR_P +# --------------- +# Check for `mkdir -p'. +AC_DEFUN([AM_PROG_MKDIR_P], +[AC_PREREQ([2.60])dnl +AC_REQUIRE([AC_PROG_MKDIR_P])dnl +dnl Automake 1.8 to 1.9.6 used to define mkdir_p. We now use MKDIR_P, +dnl while keeping a definition of mkdir_p for backward compatibility. +dnl @MKDIR_P@ is magic: AC_OUTPUT adjusts its value for each Makefile. +dnl However we cannot define mkdir_p as $(MKDIR_P) for the sake of +dnl Makefile.ins that do not define MKDIR_P, so we do our own +dnl adjustment using top_builddir (which is defined more often than +dnl MKDIR_P). +AC_SUBST([mkdir_p], ["$MKDIR_P"])dnl +case $mkdir_p in + [[\\/$]]* | ?:[[\\/]]*) ;; + */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;; +esac +]) + +# Helper functions for option handling. -*- Autoconf -*- + +# Copyright (C) 2001, 2002, 2003, 2005 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# serial 3 + +# _AM_MANGLE_OPTION(NAME) +# ----------------------- +AC_DEFUN([_AM_MANGLE_OPTION], +[[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])]) + +# _AM_SET_OPTION(NAME) +# ------------------------------ +# Set option NAME. Presently that only means defining a flag for this option. +AC_DEFUN([_AM_SET_OPTION], +[m4_define(_AM_MANGLE_OPTION([$1]), 1)]) + +# _AM_SET_OPTIONS(OPTIONS) +# ---------------------------------- +# OPTIONS is a space-separated list of Automake options. +AC_DEFUN([_AM_SET_OPTIONS], +[AC_FOREACH([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])]) + +# _AM_IF_OPTION(OPTION, IF-SET, [IF-NOT-SET]) +# ------------------------------------------- +# Execute IF-SET if OPTION is set, IF-NOT-SET otherwise. +AC_DEFUN([_AM_IF_OPTION], +[m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])]) + +# Check to make sure that the build environment is sane. -*- Autoconf -*- + +# Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005 +# Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# serial 4 + +# AM_SANITY_CHECK +# --------------- +AC_DEFUN([AM_SANITY_CHECK], +[AC_MSG_CHECKING([whether build environment is sane]) +# Just in case +sleep 1 +echo timestamp > conftest.file +# Do `set' in a subshell so we don't clobber the current shell's +# arguments. Must try -L first in case configure is actually a +# symlink; some systems play weird games with the mod time of symlinks +# (eg FreeBSD returns the mod time of the symlink's containing +# directory). +if ( + set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null` + if test "$[*]" = "X"; then + # -L didn't work. + set X `ls -t $srcdir/configure conftest.file` + fi + rm -f conftest.file + if test "$[*]" != "X $srcdir/configure conftest.file" \ + && test "$[*]" != "X conftest.file $srcdir/configure"; then + + # If neither matched, then we have a broken ls. This can happen + # if, for instance, CONFIG_SHELL is bash and it inherits a + # broken ls alias from the environment. This has actually + # happened. Such a system could not be considered "sane". + AC_MSG_ERROR([ls -t appears to fail. Make sure there is not a broken +alias in your environment]) + fi + + test "$[2]" = conftest.file + ) +then + # Ok. + : +else + AC_MSG_ERROR([newly created file is older than distributed files! +Check your system clock]) +fi +AC_MSG_RESULT(yes)]) + +# Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# AM_PROG_INSTALL_STRIP +# --------------------- +# One issue with vendor `install' (even GNU) is that you can't +# specify the program used to strip binaries. This is especially +# annoying in cross-compiling environments, where the build's strip +# is unlikely to handle the host's binaries. +# Fortunately install-sh will honor a STRIPPROG variable, so we +# always use install-sh in `make install-strip', and initialize +# STRIPPROG with the value of the STRIP variable (set by the user). +AC_DEFUN([AM_PROG_INSTALL_STRIP], +[AC_REQUIRE([AM_PROG_INSTALL_SH])dnl +# Installed binaries are usually stripped using `strip' when the user +# run `make install-strip'. However `strip' might not be the right +# tool to use in cross-compilation environments, therefore Automake +# will honor the `STRIP' environment variable to overrule this program. +dnl Don't test for $cross_compiling = yes, because it might be `maybe'. +if test "$cross_compiling" != no; then + AC_CHECK_TOOL([STRIP], [strip], :) +fi +INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" +AC_SUBST([INSTALL_STRIP_PROGRAM])]) + +# Copyright (C) 2006 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# _AM_SUBST_NOTMAKE(VARIABLE) +# --------------------------- +# Prevent Automake from outputting VARIABLE = @VARIABLE@ in Makefile.in. +# This macro is traced by Automake. +AC_DEFUN([_AM_SUBST_NOTMAKE]) + +# Check how to create a tarball. -*- Autoconf -*- + +# Copyright (C) 2004, 2005 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# serial 2 + +# _AM_PROG_TAR(FORMAT) +# -------------------- +# Check how to create a tarball in format FORMAT. +# FORMAT should be one of `v7', `ustar', or `pax'. +# +# Substitute a variable $(am__tar) that is a command +# writing to stdout a FORMAT-tarball containing the directory +# $tardir. +# tardir=directory && $(am__tar) > result.tar +# +# Substitute a variable $(am__untar) that extract such +# a tarball read from stdin. +# $(am__untar) < result.tar +AC_DEFUN([_AM_PROG_TAR], +[# Always define AMTAR for backward compatibility. +AM_MISSING_PROG([AMTAR], [tar]) +m4_if([$1], [v7], + [am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'], + [m4_case([$1], [ustar],, [pax],, + [m4_fatal([Unknown tar format])]) +AC_MSG_CHECKING([how to create a $1 tar archive]) +# Loop over all known methods to create a tar archive until one works. +_am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none' +_am_tools=${am_cv_prog_tar_$1-$_am_tools} +# Do not fold the above two line into one, because Tru64 sh and +# Solaris sh will not grok spaces in the rhs of `-'. +for _am_tool in $_am_tools +do + case $_am_tool in + gnutar) + for _am_tar in tar gnutar gtar; + do + AM_RUN_LOG([$_am_tar --version]) && break + done + am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"' + am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"' + am__untar="$_am_tar -xf -" + ;; + plaintar) + # Must skip GNU tar: if it does not support --format= it doesn't create + # ustar tarball either. + (tar --version) >/dev/null 2>&1 && continue + am__tar='tar chf - "$$tardir"' + am__tar_='tar chf - "$tardir"' + am__untar='tar xf -' + ;; + pax) + am__tar='pax -L -x $1 -w "$$tardir"' + am__tar_='pax -L -x $1 -w "$tardir"' + am__untar='pax -r' + ;; + cpio) + am__tar='find "$$tardir" -print | cpio -o -H $1 -L' + am__tar_='find "$tardir" -print | cpio -o -H $1 -L' + am__untar='cpio -i -H $1 -d' + ;; + none) + am__tar=false + am__tar_=false + am__untar=false + ;; + esac + + # If the value was cached, stop now. We just wanted to have am__tar + # and am__untar set. + test -n "${am_cv_prog_tar_$1}" && break + + # tar/untar a dummy directory, and stop if the command works + rm -rf conftest.dir + mkdir conftest.dir + echo GrepMe > conftest.dir/file + AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar]) + rm -rf conftest.dir + if test -s conftest.tar; then + AM_RUN_LOG([$am__untar /dev/null 2>&1 && break + fi +done +rm -rf conftest.dir + +AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool]) +AC_MSG_RESULT([$am_cv_prog_tar_$1])]) +AC_SUBST([am__tar]) +AC_SUBST([am__untar]) +]) # _AM_PROG_TAR + diff --git a/config.guess b/config.guess new file mode 100644 index 0000000..45bee13 --- /dev/null +++ b/config.guess @@ -0,0 +1,1465 @@ +#! /bin/sh +# Attempt to guess a canonical system name. +# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, +# 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. + +timestamp='2005-04-22' + +# This file is free software; you can redistribute it and/or modify it +# under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# +# As a special exception to the GNU General Public License, if you +# distribute this file as part of a program that contains a +# configuration script generated by Autoconf, you may include it under +# the same distribution terms that you use for the rest of that program. + +# Originally written by Per Bothner . +# Please send patches to . Submit a context +# diff and a properly formatted ChangeLog entry. +# +# This script attempts to guess a canonical system name similar to +# config.sub. If it succeeds, it prints the system name on stdout, and +# exits with 0. Otherwise, it exits with 1. +# +# The plan is that this can be called by configure scripts if you +# don't specify an explicit build system type. + +me=`echo "$0" | sed -e 's,.*/,,'` + +usage="\ +Usage: $0 [OPTION] + +Output the configuration name of the system \`$me' is run on. + +Operation modes: + -h, --help print this help, then exit + -t, --time-stamp print date of last modification, then exit + -v, --version print version number, then exit + +Report bugs and patches to ." + +version="\ +GNU config.guess ($timestamp) + +Originally written by Per Bothner. +Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 +Free Software Foundation, Inc. + +This is free software; see the source for copying conditions. There is NO +warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." + +help=" +Try \`$me --help' for more information." + +# Parse command line +while test $# -gt 0 ; do + case $1 in + --time-stamp | --time* | -t ) + echo "$timestamp" ; exit 0 ;; + --version | -v ) + echo "$version" ; exit 0 ;; + --help | --h* | -h ) + echo "$usage"; exit 0 ;; + -- ) # Stop option processing + shift; break ;; + - ) # Use stdin as input. + break ;; + -* ) + echo "$me: invalid option $1$help" >&2 + exit 1 ;; + * ) + break ;; + esac +done + +if test $# != 0; then + echo "$me: too many arguments$help" >&2 + exit 1 +fi + +trap 'exit 1' 1 2 15 + +# CC_FOR_BUILD -- compiler used by this script. Note that the use of a +# compiler to aid in system detection is discouraged as it requires +# temporary files to be created and, as you can see below, it is a +# headache to deal with in a portable fashion. + +# Historically, `CC_FOR_BUILD' used to be named `HOST_CC'. We still +# use `HOST_CC' if defined, but it is deprecated. + +# Portable tmp directory creation inspired by the Autoconf team. + +set_cc_for_build=' +trap "exitcode=\$?; (rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null) && exit \$exitcode" 0 ; +trap "rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null; exit 1" 1 2 13 15 ; +: ${TMPDIR=/tmp} ; + { tmp=`(umask 077 && mktemp -d -q "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } || + { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } || + { tmp=$TMPDIR/cg-$$ && (umask 077 && mkdir $tmp) && echo "Warning: creating insecure temp directory" >&2 ; } || + { echo "$me: cannot create a temporary directory in $TMPDIR" >&2 ; exit 1 ; } ; +dummy=$tmp/dummy ; +tmpfiles="$dummy.c $dummy.o $dummy.rel $dummy" ; +case $CC_FOR_BUILD,$HOST_CC,$CC in + ,,) echo "int x;" > $dummy.c ; + for c in cc gcc c89 c99 ; do + if ($c -c -o $dummy.o $dummy.c) >/dev/null 2>&1 ; then + CC_FOR_BUILD="$c"; break ; + fi ; + done ; + if test x"$CC_FOR_BUILD" = x ; then + CC_FOR_BUILD=no_compiler_found ; + fi + ;; + ,,*) CC_FOR_BUILD=$CC ;; + ,*,*) CC_FOR_BUILD=$HOST_CC ;; +esac ;' + +# This is needed to find uname on a Pyramid OSx when run in the BSD universe. +# (ghazi@noc.rutgers.edu 1994-08-24) +if (test -f /.attbin/uname) >/dev/null 2>&1 ; then + PATH=$PATH:/.attbin ; export PATH +fi + +UNAME_MACHINE=`(uname -m) 2>/dev/null` || UNAME_MACHINE=unknown +UNAME_RELEASE=`(uname -r) 2>/dev/null` || UNAME_RELEASE=unknown +UNAME_SYSTEM=`(uname -s) 2>/dev/null` || UNAME_SYSTEM=unknown +UNAME_VERSION=`(uname -v) 2>/dev/null` || UNAME_VERSION=unknown + +# Note: order is significant - the case branches are not exclusive. + +case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in + *:NetBSD:*:*) + # NetBSD (nbsd) targets should (where applicable) match one or + # more of the tupples: *-*-netbsdelf*, *-*-netbsdaout*, + # *-*-netbsdecoff* and *-*-netbsd*. For targets that recently + # switched to ELF, *-*-netbsd* would select the old + # object file format. This provides both forward + # compatibility and a consistent mechanism for selecting the + # object file format. + # + # Note: NetBSD doesn't particularly care about the vendor + # portion of the name. We always set it to "unknown". + sysctl="sysctl -n hw.machine_arch" + UNAME_MACHINE_ARCH=`(/sbin/$sysctl 2>/dev/null || \ + /usr/sbin/$sysctl 2>/dev/null || echo unknown)` + case "${UNAME_MACHINE_ARCH}" in + armeb) machine=armeb-unknown ;; + arm*) machine=arm-unknown ;; + sh3el) machine=shl-unknown ;; + sh3eb) machine=sh-unknown ;; + *) machine=${UNAME_MACHINE_ARCH}-unknown ;; + esac + # The Operating System including object format, if it has switched + # to ELF recently, or will in the future. + case "${UNAME_MACHINE_ARCH}" in + arm*|i386|m68k|ns32k|sh3*|sparc|vax) + eval $set_cc_for_build + if echo __ELF__ | $CC_FOR_BUILD -E - 2>/dev/null \ + | grep __ELF__ >/dev/null + then + # Once all utilities can be ECOFF (netbsdecoff) or a.out (netbsdaout). + # Return netbsd for either. FIX? + os=netbsd + else + os=netbsdelf + fi + ;; + *) + os=netbsd + ;; + esac + # The OS release + # Debian GNU/NetBSD machines have a different userland, and + # thus, need a distinct triplet. However, they do not need + # kernel version information, so it can be replaced with a + # suitable tag, in the style of linux-gnu. + case "${UNAME_VERSION}" in + Debian*) + release='-gnu' + ;; + *) + release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'` + ;; + esac + # Since CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM: + # contains redundant information, the shorter form: + # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM is used. + echo "${machine}-${os}${release}" + exit 0 ;; + amd64:OpenBSD:*:*) + echo x86_64-unknown-openbsd${UNAME_RELEASE} + exit 0 ;; + amiga:OpenBSD:*:*) + echo m68k-unknown-openbsd${UNAME_RELEASE} + exit 0 ;; + cats:OpenBSD:*:*) + echo arm-unknown-openbsd${UNAME_RELEASE} + exit 0 ;; + hp300:OpenBSD:*:*) + echo m68k-unknown-openbsd${UNAME_RELEASE} + exit 0 ;; + luna88k:OpenBSD:*:*) + echo m88k-unknown-openbsd${UNAME_RELEASE} + exit 0 ;; + mac68k:OpenBSD:*:*) + echo m68k-unknown-openbsd${UNAME_RELEASE} + exit 0 ;; + macppc:OpenBSD:*:*) + echo powerpc-unknown-openbsd${UNAME_RELEASE} + exit 0 ;; + mvme68k:OpenBSD:*:*) + echo m68k-unknown-openbsd${UNAME_RELEASE} + exit 0 ;; + mvme88k:OpenBSD:*:*) + echo m88k-unknown-openbsd${UNAME_RELEASE} + exit 0 ;; + mvmeppc:OpenBSD:*:*) + echo powerpc-unknown-openbsd${UNAME_RELEASE} + exit 0 ;; + sgi:OpenBSD:*:*) + echo mips64-unknown-openbsd${UNAME_RELEASE} + exit 0 ;; + sun3:OpenBSD:*:*) + echo m68k-unknown-openbsd${UNAME_RELEASE} + exit 0 ;; + *:OpenBSD:*:*) + echo ${UNAME_MACHINE}-unknown-openbsd${UNAME_RELEASE} + exit 0 ;; + *:ekkoBSD:*:*) + echo ${UNAME_MACHINE}-unknown-ekkobsd${UNAME_RELEASE} + exit 0 ;; + macppc:MirBSD:*:*) + echo powerppc-unknown-mirbsd${UNAME_RELEASE} + exit 0 ;; + *:MirBSD:*:*) + echo ${UNAME_MACHINE}-unknown-mirbsd${UNAME_RELEASE} + exit 0 ;; + alpha:OSF1:*:*) + case $UNAME_RELEASE in + *4.0) + UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'` + ;; + *5.*) + UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'` + ;; + esac + # According to Compaq, /usr/sbin/psrinfo has been available on + # OSF/1 and Tru64 systems produced since 1995. I hope that + # covers most systems running today. This code pipes the CPU + # types through head -n 1, so we only detect the type of CPU 0. + ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^ The alpha \(.*\) processor.*$/\1/p' | head -n 1` + case "$ALPHA_CPU_TYPE" in + "EV4 (21064)") + UNAME_MACHINE="alpha" ;; + "EV4.5 (21064)") + UNAME_MACHINE="alpha" ;; + "LCA4 (21066/21068)") + UNAME_MACHINE="alpha" ;; + "EV5 (21164)") + UNAME_MACHINE="alphaev5" ;; + "EV5.6 (21164A)") + UNAME_MACHINE="alphaev56" ;; + "EV5.6 (21164PC)") + UNAME_MACHINE="alphapca56" ;; + "EV5.7 (21164PC)") + UNAME_MACHINE="alphapca57" ;; + "EV6 (21264)") + UNAME_MACHINE="alphaev6" ;; + "EV6.7 (21264A)") + UNAME_MACHINE="alphaev67" ;; + "EV6.8CB (21264C)") + UNAME_MACHINE="alphaev68" ;; + "EV6.8AL (21264B)") + UNAME_MACHINE="alphaev68" ;; + "EV6.8CX (21264D)") + UNAME_MACHINE="alphaev68" ;; + "EV6.9A (21264/EV69A)") + UNAME_MACHINE="alphaev69" ;; + "EV7 (21364)") + UNAME_MACHINE="alphaev7" ;; + "EV7.9 (21364A)") + UNAME_MACHINE="alphaev79" ;; + esac + # A Pn.n version is a patched version. + # A Vn.n version is a released version. + # A Tn.n version is a released field test version. + # A Xn.n version is an unreleased experimental baselevel. + # 1.2 uses "1.2" for uname -r. + echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'` + exit 0 ;; + Alpha\ *:Windows_NT*:*) + # How do we know it's Interix rather than the generic POSIX subsystem? + # Should we change UNAME_MACHINE based on the output of uname instead + # of the specific Alpha model? + echo alpha-pc-interix + exit 0 ;; + 21064:Windows_NT:50:3) + echo alpha-dec-winnt3.5 + exit 0 ;; + Amiga*:UNIX_System_V:4.0:*) + echo m68k-unknown-sysv4 + exit 0;; + *:[Aa]miga[Oo][Ss]:*:*) + echo ${UNAME_MACHINE}-unknown-amigaos + exit 0 ;; + *:[Mm]orph[Oo][Ss]:*:*) + echo ${UNAME_MACHINE}-unknown-morphos + exit 0 ;; + *:OS/390:*:*) + echo i370-ibm-openedition + exit 0 ;; + *:z/VM:*:*) + echo s390-ibm-zvmoe + exit 0 ;; + *:OS400:*:*) + echo powerpc-ibm-os400 + exit 0 ;; + arm:RISC*:1.[012]*:*|arm:riscix:1.[012]*:*) + echo arm-acorn-riscix${UNAME_RELEASE} + exit 0;; + SR2?01:HI-UX/MPP:*:* | SR8000:HI-UX/MPP:*:*) + echo hppa1.1-hitachi-hiuxmpp + exit 0;; + Pyramid*:OSx*:*:* | MIS*:OSx*:*:* | MIS*:SMP_DC-OSx*:*:*) + # akee@wpdis03.wpafb.af.mil (Earle F. Ake) contributed MIS and NILE. + if test "`(/bin/universe) 2>/dev/null`" = att ; then + echo pyramid-pyramid-sysv3 + else + echo pyramid-pyramid-bsd + fi + exit 0 ;; + NILE*:*:*:dcosx) + echo pyramid-pyramid-svr4 + exit 0 ;; + DRS?6000:unix:4.0:6*) + echo sparc-icl-nx6 + exit 0 ;; + DRS?6000:UNIX_SV:4.2*:7* | DRS?6000:isis:4.2*:7*) + case `/usr/bin/uname -p` in + sparc) echo sparc-icl-nx7 && exit 0 ;; + esac ;; + sun4H:SunOS:5.*:*) + echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` + exit 0 ;; + sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*) + echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` + exit 0 ;; + i86pc:SunOS:5.*:*) + echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` + exit 0 ;; + sun4*:SunOS:6*:*) + # According to config.sub, this is the proper way to canonicalize + # SunOS6. Hard to guess exactly what SunOS6 will be like, but + # it's likely to be more like Solaris than SunOS4. + echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` + exit 0 ;; + sun4*:SunOS:*:*) + case "`/usr/bin/arch -k`" in + Series*|S4*) + UNAME_RELEASE=`uname -v` + ;; + esac + # Japanese Language versions have a version number like `4.1.3-JL'. + echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'` + exit 0 ;; + sun3*:SunOS:*:*) + echo m68k-sun-sunos${UNAME_RELEASE} + exit 0 ;; + sun*:*:4.2BSD:*) + UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null` + test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3 + case "`/bin/arch`" in + sun3) + echo m68k-sun-sunos${UNAME_RELEASE} + ;; + sun4) + echo sparc-sun-sunos${UNAME_RELEASE} + ;; + esac + exit 0 ;; + aushp:SunOS:*:*) + echo sparc-auspex-sunos${UNAME_RELEASE} + exit 0 ;; + # The situation for MiNT is a little confusing. The machine name + # can be virtually everything (everything which is not + # "atarist" or "atariste" at least should have a processor + # > m68000). The system name ranges from "MiNT" over "FreeMiNT" + # to the lowercase version "mint" (or "freemint"). Finally + # the system name "TOS" denotes a system which is actually not + # MiNT. But MiNT is downward compatible to TOS, so this should + # be no problem. + atarist[e]:*MiNT:*:* | atarist[e]:*mint:*:* | atarist[e]:*TOS:*:*) + echo m68k-atari-mint${UNAME_RELEASE} + exit 0 ;; + atari*:*MiNT:*:* | atari*:*mint:*:* | atarist[e]:*TOS:*:*) + echo m68k-atari-mint${UNAME_RELEASE} + exit 0 ;; + *falcon*:*MiNT:*:* | *falcon*:*mint:*:* | *falcon*:*TOS:*:*) + echo m68k-atari-mint${UNAME_RELEASE} + exit 0 ;; + milan*:*MiNT:*:* | milan*:*mint:*:* | *milan*:*TOS:*:*) + echo m68k-milan-mint${UNAME_RELEASE} + exit 0 ;; + hades*:*MiNT:*:* | hades*:*mint:*:* | *hades*:*TOS:*:*) + echo m68k-hades-mint${UNAME_RELEASE} + exit 0 ;; + *:*MiNT:*:* | *:*mint:*:* | *:*TOS:*:*) + echo m68k-unknown-mint${UNAME_RELEASE} + exit 0 ;; + m68k:machten:*:*) + echo m68k-apple-machten${UNAME_RELEASE} + exit 0 ;; + powerpc:machten:*:*) + echo powerpc-apple-machten${UNAME_RELEASE} + exit 0 ;; + RISC*:Mach:*:*) + echo mips-dec-mach_bsd4.3 + exit 0 ;; + RISC*:ULTRIX:*:*) + echo mips-dec-ultrix${UNAME_RELEASE} + exit 0 ;; + VAX*:ULTRIX*:*:*) + echo vax-dec-ultrix${UNAME_RELEASE} + exit 0 ;; + 2020:CLIX:*:* | 2430:CLIX:*:*) + echo clipper-intergraph-clix${UNAME_RELEASE} + exit 0 ;; + mips:*:*:UMIPS | mips:*:*:RISCos) + eval $set_cc_for_build + sed 's/^ //' << EOF >$dummy.c +#ifdef __cplusplus +#include /* for printf() prototype */ + int main (int argc, char *argv[]) { +#else + int main (argc, argv) int argc; char *argv[]; { +#endif + #if defined (host_mips) && defined (MIPSEB) + #if defined (SYSTYPE_SYSV) + printf ("mips-mips-riscos%ssysv\n", argv[1]); exit (0); + #endif + #if defined (SYSTYPE_SVR4) + printf ("mips-mips-riscos%ssvr4\n", argv[1]); exit (0); + #endif + #if defined (SYSTYPE_BSD43) || defined(SYSTYPE_BSD) + printf ("mips-mips-riscos%sbsd\n", argv[1]); exit (0); + #endif + #endif + exit (-1); + } +EOF + $CC_FOR_BUILD -o $dummy $dummy.c \ + && $dummy `echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` \ + && exit 0 + echo mips-mips-riscos${UNAME_RELEASE} + exit 0 ;; + Motorola:PowerMAX_OS:*:*) + echo powerpc-motorola-powermax + exit 0 ;; + Motorola:*:4.3:PL8-*) + echo powerpc-harris-powermax + exit 0 ;; + Night_Hawk:*:*:PowerMAX_OS | Synergy:PowerMAX_OS:*:*) + echo powerpc-harris-powermax + exit 0 ;; + Night_Hawk:Power_UNIX:*:*) + echo powerpc-harris-powerunix + exit 0 ;; + m88k:CX/UX:7*:*) + echo m88k-harris-cxux7 + exit 0 ;; + m88k:*:4*:R4*) + echo m88k-motorola-sysv4 + exit 0 ;; + m88k:*:3*:R3*) + echo m88k-motorola-sysv3 + exit 0 ;; + AViiON:dgux:*:*) + # DG/UX returns AViiON for all architectures + UNAME_PROCESSOR=`/usr/bin/uname -p` + if [ $UNAME_PROCESSOR = mc88100 ] || [ $UNAME_PROCESSOR = mc88110 ] + then + if [ ${TARGET_BINARY_INTERFACE}x = m88kdguxelfx ] || \ + [ ${TARGET_BINARY_INTERFACE}x = x ] + then + echo m88k-dg-dgux${UNAME_RELEASE} + else + echo m88k-dg-dguxbcs${UNAME_RELEASE} + fi + else + echo i586-dg-dgux${UNAME_RELEASE} + fi + exit 0 ;; + M88*:DolphinOS:*:*) # DolphinOS (SVR3) + echo m88k-dolphin-sysv3 + exit 0 ;; + M88*:*:R3*:*) + # Delta 88k system running SVR3 + echo m88k-motorola-sysv3 + exit 0 ;; + XD88*:*:*:*) # Tektronix XD88 system running UTekV (SVR3) + echo m88k-tektronix-sysv3 + exit 0 ;; + Tek43[0-9][0-9]:UTek:*:*) # Tektronix 4300 system running UTek (BSD) + echo m68k-tektronix-bsd + exit 0 ;; + *:IRIX*:*:*) + echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'` + exit 0 ;; + ????????:AIX?:[12].1:2) # AIX 2.2.1 or AIX 2.1.1 is RT/PC AIX. + echo romp-ibm-aix # uname -m gives an 8 hex-code CPU id + exit 0 ;; # Note that: echo "'`uname -s`'" gives 'AIX ' + i*86:AIX:*:*) + echo i386-ibm-aix + exit 0 ;; + ia64:AIX:*:*) + if [ -x /usr/bin/oslevel ] ; then + IBM_REV=`/usr/bin/oslevel` + else + IBM_REV=${UNAME_VERSION}.${UNAME_RELEASE} + fi + echo ${UNAME_MACHINE}-ibm-aix${IBM_REV} + exit 0 ;; + *:AIX:2:3) + if grep bos325 /usr/include/stdio.h >/dev/null 2>&1; then + eval $set_cc_for_build + sed 's/^ //' << EOF >$dummy.c + #include + + main() + { + if (!__power_pc()) + exit(1); + puts("powerpc-ibm-aix3.2.5"); + exit(0); + } +EOF + $CC_FOR_BUILD -o $dummy $dummy.c && $dummy && exit 0 + echo rs6000-ibm-aix3.2.5 + elif grep bos324 /usr/include/stdio.h >/dev/null 2>&1; then + echo rs6000-ibm-aix3.2.4 + else + echo rs6000-ibm-aix3.2 + fi + exit 0 ;; + *:AIX:*:[45]) + IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'` + if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then + IBM_ARCH=rs6000 + else + IBM_ARCH=powerpc + fi + if [ -x /usr/bin/oslevel ] ; then + IBM_REV=`/usr/bin/oslevel` + else + IBM_REV=${UNAME_VERSION}.${UNAME_RELEASE} + fi + echo ${IBM_ARCH}-ibm-aix${IBM_REV} + exit 0 ;; + *:AIX:*:*) + echo rs6000-ibm-aix + exit 0 ;; + ibmrt:4.4BSD:*|romp-ibm:BSD:*) + echo romp-ibm-bsd4.4 + exit 0 ;; + ibmrt:*BSD:*|romp-ibm:BSD:*) # covers RT/PC BSD and + echo romp-ibm-bsd${UNAME_RELEASE} # 4.3 with uname added to + exit 0 ;; # report: romp-ibm BSD 4.3 + *:BOSX:*:*) + echo rs6000-bull-bosx + exit 0 ;; + DPX/2?00:B.O.S.:*:*) + echo m68k-bull-sysv3 + exit 0 ;; + 9000/[34]??:4.3bsd:1.*:*) + echo m68k-hp-bsd + exit 0 ;; + hp300:4.4BSD:*:* | 9000/[34]??:4.3bsd:2.*:*) + echo m68k-hp-bsd4.4 + exit 0 ;; + 9000/[34678]??:HP-UX:*:*) + HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'` + case "${UNAME_MACHINE}" in + 9000/31? ) HP_ARCH=m68000 ;; + 9000/[34]?? ) HP_ARCH=m68k ;; + 9000/[678][0-9][0-9]) + if [ -x /usr/bin/getconf ]; then + sc_cpu_version=`/usr/bin/getconf SC_CPU_VERSION 2>/dev/null` + sc_kernel_bits=`/usr/bin/getconf SC_KERNEL_BITS 2>/dev/null` + case "${sc_cpu_version}" in + 523) HP_ARCH="hppa1.0" ;; # CPU_PA_RISC1_0 + 528) HP_ARCH="hppa1.1" ;; # CPU_PA_RISC1_1 + 532) # CPU_PA_RISC2_0 + case "${sc_kernel_bits}" in + 32) HP_ARCH="hppa2.0n" ;; + 64) HP_ARCH="hppa2.0w" ;; + '') HP_ARCH="hppa2.0" ;; # HP-UX 10.20 + esac ;; + esac + fi + if [ "${HP_ARCH}" = "" ]; then + eval $set_cc_for_build + sed 's/^ //' << EOF >$dummy.c + + #define _HPUX_SOURCE + #include + #include + + int main () + { + #if defined(_SC_KERNEL_BITS) + long bits = sysconf(_SC_KERNEL_BITS); + #endif + long cpu = sysconf (_SC_CPU_VERSION); + + switch (cpu) + { + case CPU_PA_RISC1_0: puts ("hppa1.0"); break; + case CPU_PA_RISC1_1: puts ("hppa1.1"); break; + case CPU_PA_RISC2_0: + #if defined(_SC_KERNEL_BITS) + switch (bits) + { + case 64: puts ("hppa2.0w"); break; + case 32: puts ("hppa2.0n"); break; + default: puts ("hppa2.0"); break; + } break; + #else /* !defined(_SC_KERNEL_BITS) */ + puts ("hppa2.0"); break; + #endif + default: puts ("hppa1.0"); break; + } + exit (0); + } +EOF + (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy` + test -z "$HP_ARCH" && HP_ARCH=hppa + fi ;; + esac + if [ ${HP_ARCH} = "hppa2.0w" ] + then + # avoid double evaluation of $set_cc_for_build + test -n "$CC_FOR_BUILD" || eval $set_cc_for_build + if echo __LP64__ | (CCOPTS= $CC_FOR_BUILD -E -) | grep __LP64__ >/dev/null + then + HP_ARCH="hppa2.0w" + else + HP_ARCH="hppa64" + fi + fi + echo ${HP_ARCH}-hp-hpux${HPUX_REV} + exit 0 ;; + ia64:HP-UX:*:*) + HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'` + echo ia64-hp-hpux${HPUX_REV} + exit 0 ;; + 3050*:HI-UX:*:*) + eval $set_cc_for_build + sed 's/^ //' << EOF >$dummy.c + #include + int + main () + { + long cpu = sysconf (_SC_CPU_VERSION); + /* The order matters, because CPU_IS_HP_MC68K erroneously returns + true for CPU_PA_RISC1_0. CPU_IS_PA_RISC returns correct + results, however. */ + if (CPU_IS_PA_RISC (cpu)) + { + switch (cpu) + { + case CPU_PA_RISC1_0: puts ("hppa1.0-hitachi-hiuxwe2"); break; + case CPU_PA_RISC1_1: puts ("hppa1.1-hitachi-hiuxwe2"); break; + case CPU_PA_RISC2_0: puts ("hppa2.0-hitachi-hiuxwe2"); break; + default: puts ("hppa-hitachi-hiuxwe2"); break; + } + } + else if (CPU_IS_HP_MC68K (cpu)) + puts ("m68k-hitachi-hiuxwe2"); + else puts ("unknown-hitachi-hiuxwe2"); + exit (0); + } +EOF + $CC_FOR_BUILD -o $dummy $dummy.c && $dummy && exit 0 + echo unknown-hitachi-hiuxwe2 + exit 0 ;; + 9000/7??:4.3bsd:*:* | 9000/8?[79]:4.3bsd:*:* ) + echo hppa1.1-hp-bsd + exit 0 ;; + 9000/8??:4.3bsd:*:*) + echo hppa1.0-hp-bsd + exit 0 ;; + *9??*:MPE/iX:*:* | *3000*:MPE/iX:*:*) + echo hppa1.0-hp-mpeix + exit 0 ;; + hp7??:OSF1:*:* | hp8?[79]:OSF1:*:* ) + echo hppa1.1-hp-osf + exit 0 ;; + hp8??:OSF1:*:*) + echo hppa1.0-hp-osf + exit 0 ;; + i*86:OSF1:*:*) + if [ -x /usr/sbin/sysversion ] ; then + echo ${UNAME_MACHINE}-unknown-osf1mk + else + echo ${UNAME_MACHINE}-unknown-osf1 + fi + exit 0 ;; + parisc*:Lites*:*:*) + echo hppa1.1-hp-lites + exit 0 ;; + C1*:ConvexOS:*:* | convex:ConvexOS:C1*:*) + echo c1-convex-bsd + exit 0 ;; + C2*:ConvexOS:*:* | convex:ConvexOS:C2*:*) + if getsysinfo -f scalar_acc + then echo c32-convex-bsd + else echo c2-convex-bsd + fi + exit 0 ;; + C34*:ConvexOS:*:* | convex:ConvexOS:C34*:*) + echo c34-convex-bsd + exit 0 ;; + C38*:ConvexOS:*:* | convex:ConvexOS:C38*:*) + echo c38-convex-bsd + exit 0 ;; + C4*:ConvexOS:*:* | convex:ConvexOS:C4*:*) + echo c4-convex-bsd + exit 0 ;; + CRAY*Y-MP:*:*:*) + echo ymp-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' + exit 0 ;; + CRAY*[A-Z]90:*:*:*) + echo ${UNAME_MACHINE}-cray-unicos${UNAME_RELEASE} \ + | sed -e 's/CRAY.*\([A-Z]90\)/\1/' \ + -e y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/ \ + -e 's/\.[^.]*$/.X/' + exit 0 ;; + CRAY*TS:*:*:*) + echo t90-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' + exit 0 ;; + CRAY*T3E:*:*:*) + echo alphaev5-cray-unicosmk${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' + exit 0 ;; + CRAY*SV1:*:*:*) + echo sv1-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' + exit 0 ;; + *:UNICOS/mp:*:*) + echo craynv-cray-unicosmp${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' + exit 0 ;; + F30[01]:UNIX_System_V:*:* | F700:UNIX_System_V:*:*) + FUJITSU_PROC=`uname -m | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'` + FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'` + FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'` + echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" + exit 0 ;; + 5000:UNIX_System_V:4.*:*) + FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'` + FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'` + echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" + exit 0 ;; + i*86:BSD/386:*:* | i*86:BSD/OS:*:* | *:Ascend\ Embedded/OS:*:*) + echo ${UNAME_MACHINE}-pc-bsdi${UNAME_RELEASE} + exit 0 ;; + sparc*:BSD/OS:*:*) + echo sparc-unknown-bsdi${UNAME_RELEASE} + exit 0 ;; + *:BSD/OS:*:*) + echo ${UNAME_MACHINE}-unknown-bsdi${UNAME_RELEASE} + exit 0 ;; + *:FreeBSD:*:*) + echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` + exit 0 ;; + i*:CYGWIN*:*) + echo ${UNAME_MACHINE}-pc-cygwin + exit 0 ;; + i*:MINGW*:*) + echo ${UNAME_MACHINE}-pc-mingw32 + exit 0 ;; + i*:PW*:*) + echo ${UNAME_MACHINE}-pc-pw32 + exit 0 ;; + x86:Interix*:[34]*) + echo i586-pc-interix${UNAME_RELEASE}|sed -e 's/\..*//' + exit 0 ;; + [345]86:Windows_95:* | [345]86:Windows_98:* | [345]86:Windows_NT:*) + echo i${UNAME_MACHINE}-pc-mks + exit 0 ;; + i*:Windows_NT*:* | Pentium*:Windows_NT*:*) + # How do we know it's Interix rather than the generic POSIX subsystem? + # It also conflicts with pre-2.0 versions of AT&T UWIN. Should we + # UNAME_MACHINE based on the output of uname instead of i386? + echo i586-pc-interix + exit 0 ;; + i*:UWIN*:*) + echo ${UNAME_MACHINE}-pc-uwin + exit 0 ;; + amd64:CYGWIN*:*:*) + echo x86_64-unknown-cygwin + exit 0 ;; + p*:CYGWIN*:*) + echo powerpcle-unknown-cygwin + exit 0 ;; + prep*:SunOS:5.*:*) + echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` + exit 0 ;; + *:GNU:*:*) + # the GNU system + echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'` + exit 0 ;; + *:GNU/*:*:*) + # other systems with GNU libc and userland + echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-gnu + exit 0 ;; + i*86:Minix:*:*) + echo ${UNAME_MACHINE}-pc-minix + exit 0 ;; + arm*:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-gnu + exit 0 ;; + cris:Linux:*:*) + echo cris-axis-linux-gnu + exit 0 ;; + crisv32:Linux:*:*) + echo crisv32-axis-linux-gnu + exit 0 ;; + frv:Linux:*:*) + echo frv-unknown-linux-gnu + exit 0 ;; + ia64:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-gnu + exit 0 ;; + m32r*:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-gnu + exit 0 ;; + m68*:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-gnu + exit 0 ;; + mips:Linux:*:*) + eval $set_cc_for_build + sed 's/^ //' << EOF >$dummy.c + #undef CPU + #undef mips + #undef mipsel + #if defined(__MIPSEL__) || defined(__MIPSEL) || defined(_MIPSEL) || defined(MIPSEL) + CPU=mipsel + #else + #if defined(__MIPSEB__) || defined(__MIPSEB) || defined(_MIPSEB) || defined(MIPSEB) + CPU=mips + #else + CPU= + #endif + #endif +EOF + eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=` + test x"${CPU}" != x && echo "${CPU}-unknown-linux-gnu" && exit 0 + ;; + mips64:Linux:*:*) + eval $set_cc_for_build + sed 's/^ //' << EOF >$dummy.c + #undef CPU + #undef mips64 + #undef mips64el + #if defined(__MIPSEL__) || defined(__MIPSEL) || defined(_MIPSEL) || defined(MIPSEL) + CPU=mips64el + #else + #if defined(__MIPSEB__) || defined(__MIPSEB) || defined(_MIPSEB) || defined(MIPSEB) + CPU=mips64 + #else + CPU= + #endif + #endif +EOF + eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=` + test x"${CPU}" != x && echo "${CPU}-unknown-linux-gnu" && exit 0 + ;; + ppc:Linux:*:*) + echo powerpc-unknown-linux-gnu + exit 0 ;; + ppc64:Linux:*:*) + echo powerpc64-unknown-linux-gnu + exit 0 ;; + alpha:Linux:*:*) + case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in + EV5) UNAME_MACHINE=alphaev5 ;; + EV56) UNAME_MACHINE=alphaev56 ;; + PCA56) UNAME_MACHINE=alphapca56 ;; + PCA57) UNAME_MACHINE=alphapca56 ;; + EV6) UNAME_MACHINE=alphaev6 ;; + EV67) UNAME_MACHINE=alphaev67 ;; + EV68*) UNAME_MACHINE=alphaev68 ;; + esac + objdump --private-headers /bin/sh | grep ld.so.1 >/dev/null + if test "$?" = 0 ; then LIBC="libc1" ; else LIBC="" ; fi + echo ${UNAME_MACHINE}-unknown-linux-gnu${LIBC} + exit 0 ;; + parisc:Linux:*:* | hppa:Linux:*:*) + # Look for CPU level + case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in + PA7*) echo hppa1.1-unknown-linux-gnu ;; + PA8*) echo hppa2.0-unknown-linux-gnu ;; + *) echo hppa-unknown-linux-gnu ;; + esac + exit 0 ;; + parisc64:Linux:*:* | hppa64:Linux:*:*) + echo hppa64-unknown-linux-gnu + exit 0 ;; + s390:Linux:*:* | s390x:Linux:*:*) + echo ${UNAME_MACHINE}-ibm-linux + exit 0 ;; + sh64*:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-gnu + exit 0 ;; + sh*:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-gnu + exit 0 ;; + sparc:Linux:*:* | sparc64:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-gnu + exit 0 ;; + x86_64:Linux:*:*) + echo x86_64-unknown-linux-gnu + exit 0 ;; + i*86:Linux:*:*) + # The BFD linker knows what the default object file format is, so + # first see if it will tell us. cd to the root directory to prevent + # problems with other programs or directories called `ld' in the path. + # Set LC_ALL=C to ensure ld outputs messages in English. + ld_supported_targets=`cd /; LC_ALL=C ld --help 2>&1 \ + | sed -ne '/supported targets:/!d + s/[ ][ ]*/ /g + s/.*supported targets: *// + s/ .*// + p'` + case "$ld_supported_targets" in + elf32-i386) + TENTATIVE="${UNAME_MACHINE}-pc-linux-gnu" + ;; + a.out-i386-linux) + echo "${UNAME_MACHINE}-pc-linux-gnuaout" + exit 0 ;; + coff-i386) + echo "${UNAME_MACHINE}-pc-linux-gnucoff" + exit 0 ;; + "") + # Either a pre-BFD a.out linker (linux-gnuoldld) or + # one that does not give us useful --help. + echo "${UNAME_MACHINE}-pc-linux-gnuoldld" + exit 0 ;; + esac + # Determine whether the default compiler is a.out or elf + eval $set_cc_for_build + sed 's/^ //' << EOF >$dummy.c + #include + #ifdef __ELF__ + # ifdef __GLIBC__ + # if __GLIBC__ >= 2 + LIBC=gnu + # else + LIBC=gnulibc1 + # endif + # else + LIBC=gnulibc1 + # endif + #else + #ifdef __INTEL_COMPILER + LIBC=gnu + #else + LIBC=gnuaout + #endif + #endif + #ifdef __dietlibc__ + LIBC=dietlibc + #endif +EOF + eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^LIBC=` + test x"${LIBC}" != x && echo "${UNAME_MACHINE}-pc-linux-${LIBC}" && exit 0 + test x"${TENTATIVE}" != x && echo "${TENTATIVE}" && exit 0 + ;; + i*86:DYNIX/ptx:4*:*) + # ptx 4.0 does uname -s correctly, with DYNIX/ptx in there. + # earlier versions are messed up and put the nodename in both + # sysname and nodename. + echo i386-sequent-sysv4 + exit 0 ;; + i*86:UNIX_SV:4.2MP:2.*) + # Unixware is an offshoot of SVR4, but it has its own version + # number series starting with 2... + # I am not positive that other SVR4 systems won't match this, + # I just have to hope. -- rms. + # Use sysv4.2uw... so that sysv4* matches it. + echo ${UNAME_MACHINE}-pc-sysv4.2uw${UNAME_VERSION} + exit 0 ;; + i*86:OS/2:*:*) + # If we were able to find `uname', then EMX Unix compatibility + # is probably installed. + echo ${UNAME_MACHINE}-pc-os2-emx + exit 0 ;; + i*86:XTS-300:*:STOP) + echo ${UNAME_MACHINE}-unknown-stop + exit 0 ;; + i*86:atheos:*:*) + echo ${UNAME_MACHINE}-unknown-atheos + exit 0 ;; + i*86:syllable:*:*) + echo ${UNAME_MACHINE}-pc-syllable + exit 0 ;; + i*86:LynxOS:2.*:* | i*86:LynxOS:3.[01]*:* | i*86:LynxOS:4.0*:*) + echo i386-unknown-lynxos${UNAME_RELEASE} + exit 0 ;; + i*86:*DOS:*:*) + echo ${UNAME_MACHINE}-pc-msdosdjgpp + exit 0 ;; + i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*) + UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'` + if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then + echo ${UNAME_MACHINE}-univel-sysv${UNAME_REL} + else + echo ${UNAME_MACHINE}-pc-sysv${UNAME_REL} + fi + exit 0 ;; + i*86:*:5:[78]*) + case `/bin/uname -X | grep "^Machine"` in + *486*) UNAME_MACHINE=i486 ;; + *Pentium) UNAME_MACHINE=i586 ;; + *Pent*|*Celeron) UNAME_MACHINE=i686 ;; + esac + echo ${UNAME_MACHINE}-unknown-sysv${UNAME_RELEASE}${UNAME_SYSTEM}${UNAME_VERSION} + exit 0 ;; + i*86:*:3.2:*) + if test -f /usr/options/cb.name; then + UNAME_REL=`sed -n 's/.*Version //p' /dev/null >/dev/null ; then + UNAME_REL=`(/bin/uname -X|grep Release|sed -e 's/.*= //')` + (/bin/uname -X|grep i80486 >/dev/null) && UNAME_MACHINE=i486 + (/bin/uname -X|grep '^Machine.*Pentium' >/dev/null) \ + && UNAME_MACHINE=i586 + (/bin/uname -X|grep '^Machine.*Pent *II' >/dev/null) \ + && UNAME_MACHINE=i686 + (/bin/uname -X|grep '^Machine.*Pentium Pro' >/dev/null) \ + && UNAME_MACHINE=i686 + echo ${UNAME_MACHINE}-pc-sco$UNAME_REL + else + echo ${UNAME_MACHINE}-pc-sysv32 + fi + exit 0 ;; + pc:*:*:*) + # Left here for compatibility: + # uname -m prints for DJGPP always 'pc', but it prints nothing about + # the processor, so we play safe by assuming i386. + echo i386-pc-msdosdjgpp + exit 0 ;; + Intel:Mach:3*:*) + echo i386-pc-mach3 + exit 0 ;; + paragon:*:*:*) + echo i860-intel-osf1 + exit 0 ;; + i860:*:4.*:*) # i860-SVR4 + if grep Stardent /usr/include/sys/uadmin.h >/dev/null 2>&1 ; then + echo i860-stardent-sysv${UNAME_RELEASE} # Stardent Vistra i860-SVR4 + else # Add other i860-SVR4 vendors below as they are discovered. + echo i860-unknown-sysv${UNAME_RELEASE} # Unknown i860-SVR4 + fi + exit 0 ;; + mini*:CTIX:SYS*5:*) + # "miniframe" + echo m68010-convergent-sysv + exit 0 ;; + mc68k:UNIX:SYSTEM5:3.51m) + echo m68k-convergent-sysv + exit 0 ;; + M680?0:D-NIX:5.3:*) + echo m68k-diab-dnix + exit 0 ;; + M68*:*:R3V[5678]*:*) + test -r /sysV68 && echo 'm68k-motorola-sysv' && exit 0 ;; + 3[345]??:*:4.0:3.0 | 3[34]??A:*:4.0:3.0 | 3[34]??,*:*:4.0:3.0 | 3[34]??/*:*:4.0:3.0 | 4400:*:4.0:3.0 | 4850:*:4.0:3.0 | SKA40:*:4.0:3.0 | SDS2:*:4.0:3.0 | SHG2:*:4.0:3.0 | S7501*:*:4.0:3.0) + OS_REL='' + test -r /etc/.relid \ + && OS_REL=.`sed -n 's/[^ ]* [^ ]* \([0-9][0-9]\).*/\1/p' < /etc/.relid` + /bin/uname -p 2>/dev/null | grep 86 >/dev/null \ + && echo i486-ncr-sysv4.3${OS_REL} && exit 0 + /bin/uname -p 2>/dev/null | /bin/grep entium >/dev/null \ + && echo i586-ncr-sysv4.3${OS_REL} && exit 0 ;; + 3[34]??:*:4.0:* | 3[34]??,*:*:4.0:*) + /bin/uname -p 2>/dev/null | grep 86 >/dev/null \ + && echo i486-ncr-sysv4 && exit 0 ;; + m68*:LynxOS:2.*:* | m68*:LynxOS:3.0*:*) + echo m68k-unknown-lynxos${UNAME_RELEASE} + exit 0 ;; + mc68030:UNIX_System_V:4.*:*) + echo m68k-atari-sysv4 + exit 0 ;; + TSUNAMI:LynxOS:2.*:*) + echo sparc-unknown-lynxos${UNAME_RELEASE} + exit 0 ;; + rs6000:LynxOS:2.*:*) + echo rs6000-unknown-lynxos${UNAME_RELEASE} + exit 0 ;; + PowerPC:LynxOS:2.*:* | PowerPC:LynxOS:3.[01]*:* | PowerPC:LynxOS:4.0*:*) + echo powerpc-unknown-lynxos${UNAME_RELEASE} + exit 0 ;; + SM[BE]S:UNIX_SV:*:*) + echo mips-dde-sysv${UNAME_RELEASE} + exit 0 ;; + RM*:ReliantUNIX-*:*:*) + echo mips-sni-sysv4 + exit 0 ;; + RM*:SINIX-*:*:*) + echo mips-sni-sysv4 + exit 0 ;; + *:SINIX-*:*:*) + if uname -p 2>/dev/null >/dev/null ; then + UNAME_MACHINE=`(uname -p) 2>/dev/null` + echo ${UNAME_MACHINE}-sni-sysv4 + else + echo ns32k-sni-sysv + fi + exit 0 ;; + PENTIUM:*:4.0*:*) # Unisys `ClearPath HMP IX 4000' SVR4/MP effort + # says + echo i586-unisys-sysv4 + exit 0 ;; + *:UNIX_System_V:4*:FTX*) + # From Gerald Hewes . + # How about differentiating between stratus architectures? -djm + echo hppa1.1-stratus-sysv4 + exit 0 ;; + *:*:*:FTX*) + # From seanf@swdc.stratus.com. + echo i860-stratus-sysv4 + exit 0 ;; + i*86:VOS:*:*) + # From Paul.Green@stratus.com. + echo ${UNAME_MACHINE}-stratus-vos + exit 0 ;; + *:VOS:*:*) + # From Paul.Green@stratus.com. + echo hppa1.1-stratus-vos + exit 0 ;; + mc68*:A/UX:*:*) + echo m68k-apple-aux${UNAME_RELEASE} + exit 0 ;; + news*:NEWS-OS:6*:*) + echo mips-sony-newsos6 + exit 0 ;; + R[34]000:*System_V*:*:* | R4000:UNIX_SYSV:*:* | R*000:UNIX_SV:*:*) + if [ -d /usr/nec ]; then + echo mips-nec-sysv${UNAME_RELEASE} + else + echo mips-unknown-sysv${UNAME_RELEASE} + fi + exit 0 ;; + BeBox:BeOS:*:*) # BeOS running on hardware made by Be, PPC only. + echo powerpc-be-beos + exit 0 ;; + BeMac:BeOS:*:*) # BeOS running on Mac or Mac clone, PPC only. + echo powerpc-apple-beos + exit 0 ;; + BePC:BeOS:*:*) # BeOS running on Intel PC compatible. + echo i586-pc-beos + exit 0 ;; + SX-4:SUPER-UX:*:*) + echo sx4-nec-superux${UNAME_RELEASE} + exit 0 ;; + SX-5:SUPER-UX:*:*) + echo sx5-nec-superux${UNAME_RELEASE} + exit 0 ;; + SX-6:SUPER-UX:*:*) + echo sx6-nec-superux${UNAME_RELEASE} + exit 0 ;; + Power*:Rhapsody:*:*) + echo powerpc-apple-rhapsody${UNAME_RELEASE} + exit 0 ;; + *:Rhapsody:*:*) + echo ${UNAME_MACHINE}-apple-rhapsody${UNAME_RELEASE} + exit 0 ;; + *:Darwin:*:*) + UNAME_PROCESSOR=`uname -p` || UNAME_PROCESSOR=unknown + case $UNAME_PROCESSOR in + *86) UNAME_PROCESSOR=i686 ;; + unknown) UNAME_PROCESSOR=powerpc ;; + esac + echo ${UNAME_PROCESSOR}-apple-darwin${UNAME_RELEASE} + exit 0 ;; + *:procnto*:*:* | *:QNX:[0123456789]*:*) + UNAME_PROCESSOR=`uname -p` + if test "$UNAME_PROCESSOR" = "x86"; then + UNAME_PROCESSOR=i386 + UNAME_MACHINE=pc + fi + echo ${UNAME_PROCESSOR}-${UNAME_MACHINE}-nto-qnx${UNAME_RELEASE} + exit 0 ;; + *:QNX:*:4*) + echo i386-pc-qnx + exit 0 ;; + NSE-?:NONSTOP_KERNEL:*:*) + echo nse-tandem-nsk${UNAME_RELEASE} + exit 0 ;; + NSR-?:NONSTOP_KERNEL:*:*) + echo nsr-tandem-nsk${UNAME_RELEASE} + exit 0 ;; + *:NonStop-UX:*:*) + echo mips-compaq-nonstopux + exit 0 ;; + BS2000:POSIX*:*:*) + echo bs2000-siemens-sysv + exit 0 ;; + DS/*:UNIX_System_V:*:*) + echo ${UNAME_MACHINE}-${UNAME_SYSTEM}-${UNAME_RELEASE} + exit 0 ;; + *:Plan9:*:*) + # "uname -m" is not consistent, so use $cputype instead. 386 + # is converted to i386 for consistency with other x86 + # operating systems. + if test "$cputype" = "386"; then + UNAME_MACHINE=i386 + else + UNAME_MACHINE="$cputype" + fi + echo ${UNAME_MACHINE}-unknown-plan9 + exit 0 ;; + *:TOPS-10:*:*) + echo pdp10-unknown-tops10 + exit 0 ;; + *:TENEX:*:*) + echo pdp10-unknown-tenex + exit 0 ;; + KS10:TOPS-20:*:* | KL10:TOPS-20:*:* | TYPE4:TOPS-20:*:*) + echo pdp10-dec-tops20 + exit 0 ;; + XKL-1:TOPS-20:*:* | TYPE5:TOPS-20:*:*) + echo pdp10-xkl-tops20 + exit 0 ;; + *:TOPS-20:*:*) + echo pdp10-unknown-tops20 + exit 0 ;; + *:ITS:*:*) + echo pdp10-unknown-its + exit 0 ;; + SEI:*:*:SEIUX) + echo mips-sei-seiux${UNAME_RELEASE} + exit 0 ;; + *:DragonFly:*:*) + echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` + exit 0 ;; + *:*VMS:*:*) + UNAME_MACHINE=`(uname -p) 2>/dev/null` + case "${UNAME_MACHINE}" in + A*) echo alpha-dec-vms && exit 0 ;; + I*) echo ia64-dec-vms && exit 0 ;; + V*) echo vax-dec-vms && exit 0 ;; + esac ;; + *:XENIX:*:SysV) + echo i386-pc-xenix + exit 0 ;; +esac + +#echo '(No uname command or uname output not recognized.)' 1>&2 +#echo "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" 1>&2 + +eval $set_cc_for_build +cat >$dummy.c < +# include +#endif +main () +{ +#if defined (sony) +#if defined (MIPSEB) + /* BFD wants "bsd" instead of "newsos". Perhaps BFD should be changed, + I don't know.... */ + printf ("mips-sony-bsd\n"); exit (0); +#else +#include + printf ("m68k-sony-newsos%s\n", +#ifdef NEWSOS4 + "4" +#else + "" +#endif + ); exit (0); +#endif +#endif + +#if defined (__arm) && defined (__acorn) && defined (__unix) + printf ("arm-acorn-riscix"); exit (0); +#endif + +#if defined (hp300) && !defined (hpux) + printf ("m68k-hp-bsd\n"); exit (0); +#endif + +#if defined (NeXT) +#if !defined (__ARCHITECTURE__) +#define __ARCHITECTURE__ "m68k" +#endif + int version; + version=`(hostinfo | sed -n 's/.*NeXT Mach \([0-9]*\).*/\1/p') 2>/dev/null`; + if (version < 4) + printf ("%s-next-nextstep%d\n", __ARCHITECTURE__, version); + else + printf ("%s-next-openstep%d\n", __ARCHITECTURE__, version); + exit (0); +#endif + +#if defined (MULTIMAX) || defined (n16) +#if defined (UMAXV) + printf ("ns32k-encore-sysv\n"); exit (0); +#else +#if defined (CMU) + printf ("ns32k-encore-mach\n"); exit (0); +#else + printf ("ns32k-encore-bsd\n"); exit (0); +#endif +#endif +#endif + +#if defined (__386BSD__) + printf ("i386-pc-bsd\n"); exit (0); +#endif + +#if defined (sequent) +#if defined (i386) + printf ("i386-sequent-dynix\n"); exit (0); +#endif +#if defined (ns32000) + printf ("ns32k-sequent-dynix\n"); exit (0); +#endif +#endif + +#if defined (_SEQUENT_) + struct utsname un; + + uname(&un); + + if (strncmp(un.version, "V2", 2) == 0) { + printf ("i386-sequent-ptx2\n"); exit (0); + } + if (strncmp(un.version, "V1", 2) == 0) { /* XXX is V1 correct? */ + printf ("i386-sequent-ptx1\n"); exit (0); + } + printf ("i386-sequent-ptx\n"); exit (0); + +#endif + +#if defined (vax) +# if !defined (ultrix) +# include +# if defined (BSD) +# if BSD == 43 + printf ("vax-dec-bsd4.3\n"); exit (0); +# else +# if BSD == 199006 + printf ("vax-dec-bsd4.3reno\n"); exit (0); +# else + printf ("vax-dec-bsd\n"); exit (0); +# endif +# endif +# else + printf ("vax-dec-bsd\n"); exit (0); +# endif +# else + printf ("vax-dec-ultrix\n"); exit (0); +# endif +#endif + +#if defined (alliant) && defined (i860) + printf ("i860-alliant-bsd\n"); exit (0); +#endif + + exit (1); +} +EOF + +$CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null && $dummy && exit 0 + +# Apollos put the system type in the environment. + +test -d /usr/apollo && { echo ${ISP}-apollo-${SYSTYPE}; exit 0; } + +# Convex versions that predate uname can use getsysinfo(1) + +if [ -x /usr/convex/getsysinfo ] +then + case `getsysinfo -f cpu_type` in + c1*) + echo c1-convex-bsd + exit 0 ;; + c2*) + if getsysinfo -f scalar_acc + then echo c32-convex-bsd + else echo c2-convex-bsd + fi + exit 0 ;; + c34*) + echo c34-convex-bsd + exit 0 ;; + c38*) + echo c38-convex-bsd + exit 0 ;; + c4*) + echo c4-convex-bsd + exit 0 ;; + esac +fi + +cat >&2 < in order to provide the needed +information to handle your system. + +config.guess timestamp = $timestamp + +uname -m = `(uname -m) 2>/dev/null || echo unknown` +uname -r = `(uname -r) 2>/dev/null || echo unknown` +uname -s = `(uname -s) 2>/dev/null || echo unknown` +uname -v = `(uname -v) 2>/dev/null || echo unknown` + +/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null` +/bin/uname -X = `(/bin/uname -X) 2>/dev/null` + +hostinfo = `(hostinfo) 2>/dev/null` +/bin/universe = `(/bin/universe) 2>/dev/null` +/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null` +/bin/arch = `(/bin/arch) 2>/dev/null` +/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null` +/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null` + +UNAME_MACHINE = ${UNAME_MACHINE} +UNAME_RELEASE = ${UNAME_RELEASE} +UNAME_SYSTEM = ${UNAME_SYSTEM} +UNAME_VERSION = ${UNAME_VERSION} +EOF + +exit 1 + +# Local variables: +# eval: (add-hook 'write-file-hooks 'time-stamp) +# time-stamp-start: "timestamp='" +# time-stamp-format: "%:y-%02m-%02d" +# time-stamp-end: "'" +# End: diff --git a/config.h.in b/config.h.in new file mode 100644 index 0000000..4794415 --- /dev/null +++ b/config.h.in @@ -0,0 +1,73 @@ +/* config.h.in. Generated from configure.in by autoheader. */ + +/* always defined to indicate that i18n is enabled */ +#undef ENABLE_NLS + +/* Define to 1 if you have the `bind_textdomain_codeset' function. */ +#undef HAVE_BIND_TEXTDOMAIN_CODESET + +/* Define to 1 if you have the `dcgettext' function. */ +#undef HAVE_DCGETTEXT + +/* Define if the GNU gettext() function is already present or preinstalled. */ +#undef HAVE_GETTEXT + +/* Define to 1 if you have the header file. */ +#undef HAVE_INTTYPES_H + +/* Define if your file defines LC_MESSAGES. */ +#undef HAVE_LC_MESSAGES + +/* Define to 1 if you have the header file. */ +#undef HAVE_LOCALE_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_MEMORY_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_STDINT_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_STDLIB_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_STRINGS_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_STRING_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_STAT_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_TYPES_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_UNISTD_H + +/* Name of package */ +#undef PACKAGE + +/* Define to the address where bug reports for this package should be sent. */ +#undef PACKAGE_BUGREPORT + +/* Define to the full name of this package. */ +#undef PACKAGE_NAME + +/* Define to the full name and version of this package. */ +#undef PACKAGE_STRING + +/* Define to the one symbol short name of this package. */ +#undef PACKAGE_TARNAME + +/* Define to the version of this package. */ +#undef PACKAGE_VERSION + +/* Define to 1 if you have the ANSI C header files. */ +#undef STDC_HEADERS + +/* Version number of package */ +#undef VERSION + +/* Define to empty if `const' does not conform to ANSI C. */ +#undef const diff --git a/config.sub b/config.sub new file mode 100644 index 0000000..87a1ee4 --- /dev/null +++ b/config.sub @@ -0,0 +1,1569 @@ +#! /bin/sh +# Configuration validation subroutine script. +# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, +# 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. + +timestamp='2005-04-22' + +# This file is (in principle) common to ALL GNU software. +# The presence of a machine in this file suggests that SOME GNU software +# can handle that machine. It does not imply ALL GNU software can. +# +# This file is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place - Suite 330, +# Boston, MA 02111-1307, USA. + +# As a special exception to the GNU General Public License, if you +# distribute this file as part of a program that contains a +# configuration script generated by Autoconf, you may include it under +# the same distribution terms that you use for the rest of that program. + +# Please send patches to . Submit a context +# diff and a properly formatted ChangeLog entry. +# +# Configuration subroutine to validate and canonicalize a configuration type. +# Supply the specified configuration type as an argument. +# If it is invalid, we print an error message on stderr and exit with code 1. +# Otherwise, we print the canonical config type on stdout and succeed. + +# This file is supposed to be the same for all GNU packages +# and recognize all the CPU types, system types and aliases +# that are meaningful with *any* GNU software. +# Each package is responsible for reporting which valid configurations +# it does not support. The user should be able to distinguish +# a failure to support a valid configuration from a meaningless +# configuration. + +# The goal of this file is to map all the various variations of a given +# machine specification into a single specification in the form: +# CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM +# or in some cases, the newer four-part form: +# CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM +# It is wrong to echo any other type of specification. + +me=`echo "$0" | sed -e 's,.*/,,'` + +usage="\ +Usage: $0 [OPTION] CPU-MFR-OPSYS + $0 [OPTION] ALIAS + +Canonicalize a configuration name. + +Operation modes: + -h, --help print this help, then exit + -t, --time-stamp print date of last modification, then exit + -v, --version print version number, then exit + +Report bugs and patches to ." + +version="\ +GNU config.sub ($timestamp) + +Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 +Free Software Foundation, Inc. + +This is free software; see the source for copying conditions. There is NO +warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." + +help=" +Try \`$me --help' for more information." + +# Parse command line +while test $# -gt 0 ; do + case $1 in + --time-stamp | --time* | -t ) + echo "$timestamp" ; exit 0 ;; + --version | -v ) + echo "$version" ; exit 0 ;; + --help | --h* | -h ) + echo "$usage"; exit 0 ;; + -- ) # Stop option processing + shift; break ;; + - ) # Use stdin as input. + break ;; + -* ) + echo "$me: invalid option $1$help" + exit 1 ;; + + *local*) + # First pass through any local machine types. + echo $1 + exit 0;; + + * ) + break ;; + esac +done + +case $# in + 0) echo "$me: missing argument$help" >&2 + exit 1;; + 1) ;; + *) echo "$me: too many arguments$help" >&2 + exit 1;; +esac + +# Separate what the user gave into CPU-COMPANY and OS or KERNEL-OS (if any). +# Here we must recognize all the valid KERNEL-OS combinations. +maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'` +case $maybe_os in + nto-qnx* | linux-gnu* | linux-dietlibc | linux-uclibc* | uclinux-uclibc* | uclinux-gnu* | \ + kfreebsd*-gnu* | knetbsd*-gnu* | netbsd*-gnu* | storm-chaos* | os2-emx* | rtmk-nova*) + os=-$maybe_os + basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'` + ;; + *) + basic_machine=`echo $1 | sed 's/-[^-]*$//'` + if [ $basic_machine != $1 ] + then os=`echo $1 | sed 's/.*-/-/'` + else os=; fi + ;; +esac + +### Let's recognize common machines as not being operating systems so +### that things like config.sub decstation-3100 work. We also +### recognize some manufacturers as not being operating systems, so we +### can provide default operating systems below. +case $os in + -sun*os*) + # Prevent following clause from handling this invalid input. + ;; + -dec* | -mips* | -sequent* | -encore* | -pc532* | -sgi* | -sony* | \ + -att* | -7300* | -3300* | -delta* | -motorola* | -sun[234]* | \ + -unicom* | -ibm* | -next | -hp | -isi* | -apollo | -altos* | \ + -convergent* | -ncr* | -news | -32* | -3600* | -3100* | -hitachi* |\ + -c[123]* | -convex* | -sun | -crds | -omron* | -dg | -ultra | -tti* | \ + -harris | -dolphin | -highlevel | -gould | -cbm | -ns | -masscomp | \ + -apple | -axis | -knuth | -cray) + os= + basic_machine=$1 + ;; + -sim | -cisco | -oki | -wec | -winbond) + os= + basic_machine=$1 + ;; + -scout) + ;; + -wrs) + os=-vxworks + basic_machine=$1 + ;; + -chorusos*) + os=-chorusos + basic_machine=$1 + ;; + -chorusrdb) + os=-chorusrdb + basic_machine=$1 + ;; + -hiux*) + os=-hiuxwe2 + ;; + -sco5) + os=-sco3.2v5 + basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + ;; + -sco4) + os=-sco3.2v4 + basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + ;; + -sco3.2.[4-9]*) + os=`echo $os | sed -e 's/sco3.2./sco3.2v/'` + basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + ;; + -sco3.2v[4-9]*) + # Don't forget version if it is 3.2v4 or newer. + basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + ;; + -sco*) + os=-sco3.2v2 + basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + ;; + -udk*) + basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + ;; + -isc) + os=-isc2.2 + basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + ;; + -clix*) + basic_machine=clipper-intergraph + ;; + -isc*) + basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + ;; + -lynx*) + os=-lynxos + ;; + -ptx*) + basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'` + ;; + -windowsnt*) + os=`echo $os | sed -e 's/windowsnt/winnt/'` + ;; + -psos*) + os=-psos + ;; + -mint | -mint[0-9]*) + basic_machine=m68k-atari + os=-mint + ;; +esac + +# Decode aliases for certain CPU-COMPANY combinations. +case $basic_machine in + # Recognize the basic CPU types without company name. + # Some are omitted here because they have special meanings below. + 1750a | 580 \ + | a29k \ + | alpha | alphaev[4-8] | alphaev56 | alphaev6[78] | alphapca5[67] \ + | alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \ + | am33_2.0 \ + | arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr \ + | bfin \ + | c4x | clipper \ + | d10v | d30v | dlx | dsp16xx \ + | fr30 | frv \ + | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \ + | i370 | i860 | i960 | ia64 \ + | ip2k | iq2000 \ + | m32r | m32rle | m68000 | m68k | m88k | maxq | mcore \ + | mips | mipsbe | mipseb | mipsel | mipsle \ + | mips16 \ + | mips64 | mips64el \ + | mips64vr | mips64vrel \ + | mips64orion | mips64orionel \ + | mips64vr4100 | mips64vr4100el \ + | mips64vr4300 | mips64vr4300el \ + | mips64vr5000 | mips64vr5000el \ + | mipsisa32 | mipsisa32el \ + | mipsisa32r2 | mipsisa32r2el \ + | mipsisa64 | mipsisa64el \ + | mipsisa64r2 | mipsisa64r2el \ + | mipsisa64sb1 | mipsisa64sb1el \ + | mipsisa64sr71k | mipsisa64sr71kel \ + | mipstx39 | mipstx39el \ + | mn10200 | mn10300 \ + | msp430 \ + | ns16k | ns32k \ + | openrisc | or32 \ + | pdp10 | pdp11 | pj | pjl \ + | powerpc | powerpc64 | powerpc64le | powerpcle | ppcbe \ + | pyramid \ + | sh | sh[1234] | sh[23]e | sh[34]eb | shbe | shle | sh[1234]le | sh3ele \ + | sh64 | sh64le \ + | sparc | sparc64 | sparc64b | sparc86x | sparclet | sparclite \ + | sparcv8 | sparcv9 | sparcv9b \ + | strongarm \ + | tahoe | thumb | tic4x | tic80 | tron \ + | v850 | v850e \ + | we32k \ + | x86 | xscale | xscalee[bl] | xstormy16 | xtensa \ + | z8k) + basic_machine=$basic_machine-unknown + ;; + m6811 | m68hc11 | m6812 | m68hc12) + # Motorola 68HC11/12. + basic_machine=$basic_machine-unknown + os=-none + ;; + m88110 | m680[12346]0 | m683?2 | m68360 | m5200 | v70 | w65 | z8k) + ;; + + # We use `pc' rather than `unknown' + # because (1) that's what they normally are, and + # (2) the word "unknown" tends to confuse beginning users. + i*86 | x86_64) + basic_machine=$basic_machine-pc + ;; + # Object if more than one company name word. + *-*-*) + echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2 + exit 1 + ;; + # Recognize the basic CPU types with company name. + 580-* \ + | a29k-* \ + | alpha-* | alphaev[4-8]-* | alphaev56-* | alphaev6[78]-* \ + | alpha64-* | alpha64ev[4-8]-* | alpha64ev56-* | alpha64ev6[78]-* \ + | alphapca5[67]-* | alpha64pca5[67]-* | arc-* \ + | arm-* | armbe-* | armle-* | armeb-* | armv*-* \ + | avr-* \ + | bfin-* | bs2000-* \ + | c[123]* | c30-* | [cjt]90-* | c4x-* | c54x-* | c55x-* | c6x-* \ + | clipper-* | craynv-* | cydra-* \ + | d10v-* | d30v-* | dlx-* \ + | elxsi-* \ + | f30[01]-* | f700-* | fr30-* | frv-* | fx80-* \ + | h8300-* | h8500-* \ + | hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \ + | i*86-* | i860-* | i960-* | ia64-* \ + | ip2k-* | iq2000-* \ + | m32r-* | m32rle-* \ + | m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \ + | m88110-* | m88k-* | maxq-* | mcore-* \ + | mips-* | mipsbe-* | mipseb-* | mipsel-* | mipsle-* \ + | mips16-* \ + | mips64-* | mips64el-* \ + | mips64vr-* | mips64vrel-* \ + | mips64orion-* | mips64orionel-* \ + | mips64vr4100-* | mips64vr4100el-* \ + | mips64vr4300-* | mips64vr4300el-* \ + | mips64vr5000-* | mips64vr5000el-* \ + | mipsisa32-* | mipsisa32el-* \ + | mipsisa32r2-* | mipsisa32r2el-* \ + | mipsisa64-* | mipsisa64el-* \ + | mipsisa64r2-* | mipsisa64r2el-* \ + | mipsisa64sb1-* | mipsisa64sb1el-* \ + | mipsisa64sr71k-* | mipsisa64sr71kel-* \ + | mipstx39-* | mipstx39el-* \ + | mmix-* \ + | msp430-* \ + | none-* | np1-* | ns16k-* | ns32k-* \ + | orion-* \ + | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \ + | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* | ppcbe-* \ + | pyramid-* \ + | romp-* | rs6000-* \ + | sh-* | sh[1234]-* | sh[23]e-* | sh[34]eb-* | shbe-* \ + | shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \ + | sparc-* | sparc64-* | sparc64b-* | sparc86x-* | sparclet-* \ + | sparclite-* \ + | sparcv8-* | sparcv9-* | sparcv9b-* | strongarm-* | sv1-* | sx?-* \ + | tahoe-* | thumb-* \ + | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \ + | tron-* \ + | v850-* | v850e-* | vax-* \ + | we32k-* \ + | x86-* | x86_64-* | xps100-* | xscale-* | xscalee[bl]-* \ + | xstormy16-* | xtensa-* \ + | ymp-* \ + | z8k-*) + ;; + # Recognize the various machine names and aliases which stand + # for a CPU type and a company and sometimes even an OS. + 386bsd) + basic_machine=i386-unknown + os=-bsd + ;; + 3b1 | 7300 | 7300-att | att-7300 | pc7300 | safari | unixpc) + basic_machine=m68000-att + ;; + 3b*) + basic_machine=we32k-att + ;; + a29khif) + basic_machine=a29k-amd + os=-udi + ;; + abacus) + basic_machine=abacus-unknown + ;; + adobe68k) + basic_machine=m68010-adobe + os=-scout + ;; + alliant | fx80) + basic_machine=fx80-alliant + ;; + altos | altos3068) + basic_machine=m68k-altos + ;; + am29k) + basic_machine=a29k-none + os=-bsd + ;; + amd64) + basic_machine=x86_64-pc + ;; + amd64-*) + basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + amdahl) + basic_machine=580-amdahl + os=-sysv + ;; + amiga | amiga-*) + basic_machine=m68k-unknown + ;; + amigaos | amigados) + basic_machine=m68k-unknown + os=-amigaos + ;; + amigaunix | amix) + basic_machine=m68k-unknown + os=-sysv4 + ;; + apollo68) + basic_machine=m68k-apollo + os=-sysv + ;; + apollo68bsd) + basic_machine=m68k-apollo + os=-bsd + ;; + aux) + basic_machine=m68k-apple + os=-aux + ;; + balance) + basic_machine=ns32k-sequent + os=-dynix + ;; + c90) + basic_machine=c90-cray + os=-unicos + ;; + convex-c1) + basic_machine=c1-convex + os=-bsd + ;; + convex-c2) + basic_machine=c2-convex + os=-bsd + ;; + convex-c32) + basic_machine=c32-convex + os=-bsd + ;; + convex-c34) + basic_machine=c34-convex + os=-bsd + ;; + convex-c38) + basic_machine=c38-convex + os=-bsd + ;; + cray | j90) + basic_machine=j90-cray + os=-unicos + ;; + craynv) + basic_machine=craynv-cray + os=-unicosmp + ;; + cr16c) + basic_machine=cr16c-unknown + os=-elf + ;; + crds | unos) + basic_machine=m68k-crds + ;; + crisv32 | crisv32-* | etraxfs*) + basic_machine=crisv32-axis + ;; + cris | cris-* | etrax*) + basic_machine=cris-axis + ;; + crx) + basic_machine=crx-unknown + os=-elf + ;; + da30 | da30-*) + basic_machine=m68k-da30 + ;; + decstation | decstation-3100 | pmax | pmax-* | pmin | dec3100 | decstatn) + basic_machine=mips-dec + ;; + decsystem10* | dec10*) + basic_machine=pdp10-dec + os=-tops10 + ;; + decsystem20* | dec20*) + basic_machine=pdp10-dec + os=-tops20 + ;; + delta | 3300 | motorola-3300 | motorola-delta \ + | 3300-motorola | delta-motorola) + basic_machine=m68k-motorola + ;; + delta88) + basic_machine=m88k-motorola + os=-sysv3 + ;; + djgpp) + basic_machine=i586-pc + os=-msdosdjgpp + ;; + dpx20 | dpx20-*) + basic_machine=rs6000-bull + os=-bosx + ;; + dpx2* | dpx2*-bull) + basic_machine=m68k-bull + os=-sysv3 + ;; + ebmon29k) + basic_machine=a29k-amd + os=-ebmon + ;; + elxsi) + basic_machine=elxsi-elxsi + os=-bsd + ;; + encore | umax | mmax) + basic_machine=ns32k-encore + ;; + es1800 | OSE68k | ose68k | ose | OSE) + basic_machine=m68k-ericsson + os=-ose + ;; + fx2800) + basic_machine=i860-alliant + ;; + genix) + basic_machine=ns32k-ns + ;; + gmicro) + basic_machine=tron-gmicro + os=-sysv + ;; + go32) + basic_machine=i386-pc + os=-go32 + ;; + h3050r* | hiux*) + basic_machine=hppa1.1-hitachi + os=-hiuxwe2 + ;; + h8300hms) + basic_machine=h8300-hitachi + os=-hms + ;; + h8300xray) + basic_machine=h8300-hitachi + os=-xray + ;; + h8500hms) + basic_machine=h8500-hitachi + os=-hms + ;; + harris) + basic_machine=m88k-harris + os=-sysv3 + ;; + hp300-*) + basic_machine=m68k-hp + ;; + hp300bsd) + basic_machine=m68k-hp + os=-bsd + ;; + hp300hpux) + basic_machine=m68k-hp + os=-hpux + ;; + hp3k9[0-9][0-9] | hp9[0-9][0-9]) + basic_machine=hppa1.0-hp + ;; + hp9k2[0-9][0-9] | hp9k31[0-9]) + basic_machine=m68000-hp + ;; + hp9k3[2-9][0-9]) + basic_machine=m68k-hp + ;; + hp9k6[0-9][0-9] | hp6[0-9][0-9]) + basic_machine=hppa1.0-hp + ;; + hp9k7[0-79][0-9] | hp7[0-79][0-9]) + basic_machine=hppa1.1-hp + ;; + hp9k78[0-9] | hp78[0-9]) + # FIXME: really hppa2.0-hp + basic_machine=hppa1.1-hp + ;; + hp9k8[67]1 | hp8[67]1 | hp9k80[24] | hp80[24] | hp9k8[78]9 | hp8[78]9 | hp9k893 | hp893) + # FIXME: really hppa2.0-hp + basic_machine=hppa1.1-hp + ;; + hp9k8[0-9][13679] | hp8[0-9][13679]) + basic_machine=hppa1.1-hp + ;; + hp9k8[0-9][0-9] | hp8[0-9][0-9]) + basic_machine=hppa1.0-hp + ;; + hppa-next) + os=-nextstep3 + ;; + hppaosf) + basic_machine=hppa1.1-hp + os=-osf + ;; + hppro) + basic_machine=hppa1.1-hp + os=-proelf + ;; + i370-ibm* | ibm*) + basic_machine=i370-ibm + ;; +# I'm not sure what "Sysv32" means. Should this be sysv3.2? + i*86v32) + basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` + os=-sysv32 + ;; + i*86v4*) + basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` + os=-sysv4 + ;; + i*86v) + basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` + os=-sysv + ;; + i*86sol2) + basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` + os=-solaris2 + ;; + i386mach) + basic_machine=i386-mach + os=-mach + ;; + i386-vsta | vsta) + basic_machine=i386-unknown + os=-vsta + ;; + iris | iris4d) + basic_machine=mips-sgi + case $os in + -irix*) + ;; + *) + os=-irix4 + ;; + esac + ;; + isi68 | isi) + basic_machine=m68k-isi + os=-sysv + ;; + m88k-omron*) + basic_machine=m88k-omron + ;; + magnum | m3230) + basic_machine=mips-mips + os=-sysv + ;; + merlin) + basic_machine=ns32k-utek + os=-sysv + ;; + mingw32) + basic_machine=i386-pc + os=-mingw32 + ;; + miniframe) + basic_machine=m68000-convergent + ;; + *mint | -mint[0-9]* | *MiNT | *MiNT[0-9]*) + basic_machine=m68k-atari + os=-mint + ;; + mips3*-*) + basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'` + ;; + mips3*) + basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown + ;; + monitor) + basic_machine=m68k-rom68k + os=-coff + ;; + morphos) + basic_machine=powerpc-unknown + os=-morphos + ;; + msdos) + basic_machine=i386-pc + os=-msdos + ;; + mvs) + basic_machine=i370-ibm + os=-mvs + ;; + ncr3000) + basic_machine=i486-ncr + os=-sysv4 + ;; + netbsd386) + basic_machine=i386-unknown + os=-netbsd + ;; + netwinder) + basic_machine=armv4l-rebel + os=-linux + ;; + news | news700 | news800 | news900) + basic_machine=m68k-sony + os=-newsos + ;; + news1000) + basic_machine=m68030-sony + os=-newsos + ;; + news-3600 | risc-news) + basic_machine=mips-sony + os=-newsos + ;; + necv70) + basic_machine=v70-nec + os=-sysv + ;; + next | m*-next ) + basic_machine=m68k-next + case $os in + -nextstep* ) + ;; + -ns2*) + os=-nextstep2 + ;; + *) + os=-nextstep3 + ;; + esac + ;; + nh3000) + basic_machine=m68k-harris + os=-cxux + ;; + nh[45]000) + basic_machine=m88k-harris + os=-cxux + ;; + nindy960) + basic_machine=i960-intel + os=-nindy + ;; + mon960) + basic_machine=i960-intel + os=-mon960 + ;; + nonstopux) + basic_machine=mips-compaq + os=-nonstopux + ;; + np1) + basic_machine=np1-gould + ;; + nsr-tandem) + basic_machine=nsr-tandem + ;; + op50n-* | op60c-*) + basic_machine=hppa1.1-oki + os=-proelf + ;; + or32 | or32-*) + basic_machine=or32-unknown + os=-coff + ;; + os400) + basic_machine=powerpc-ibm + os=-os400 + ;; + OSE68000 | ose68000) + basic_machine=m68000-ericsson + os=-ose + ;; + os68k) + basic_machine=m68k-none + os=-os68k + ;; + pa-hitachi) + basic_machine=hppa1.1-hitachi + os=-hiuxwe2 + ;; + paragon) + basic_machine=i860-intel + os=-osf + ;; + pbd) + basic_machine=sparc-tti + ;; + pbb) + basic_machine=m68k-tti + ;; + pc532 | pc532-*) + basic_machine=ns32k-pc532 + ;; + pentium | p5 | k5 | k6 | nexgen | viac3) + basic_machine=i586-pc + ;; + pentiumpro | p6 | 6x86 | athlon | athlon_*) + basic_machine=i686-pc + ;; + pentiumii | pentium2 | pentiumiii | pentium3) + basic_machine=i686-pc + ;; + pentium4) + basic_machine=i786-pc + ;; + pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*) + basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + pentiumpro-* | p6-* | 6x86-* | athlon-*) + basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*) + basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + pentium4-*) + basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + pn) + basic_machine=pn-gould + ;; + power) basic_machine=power-ibm + ;; + ppc) basic_machine=powerpc-unknown + ;; + ppc-*) basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + ppcle | powerpclittle | ppc-le | powerpc-little) + basic_machine=powerpcle-unknown + ;; + ppcle-* | powerpclittle-*) + basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + ppc64) basic_machine=powerpc64-unknown + ;; + ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + ppc64le | powerpc64little | ppc64-le | powerpc64-little) + basic_machine=powerpc64le-unknown + ;; + ppc64le-* | powerpc64little-*) + basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + ps2) + basic_machine=i386-ibm + ;; + pw32) + basic_machine=i586-unknown + os=-pw32 + ;; + rom68k) + basic_machine=m68k-rom68k + os=-coff + ;; + rm[46]00) + basic_machine=mips-siemens + ;; + rtpc | rtpc-*) + basic_machine=romp-ibm + ;; + s390 | s390-*) + basic_machine=s390-ibm + ;; + s390x | s390x-*) + basic_machine=s390x-ibm + ;; + sa29200) + basic_machine=a29k-amd + os=-udi + ;; + sb1) + basic_machine=mipsisa64sb1-unknown + ;; + sb1el) + basic_machine=mipsisa64sb1el-unknown + ;; + sei) + basic_machine=mips-sei + os=-seiux + ;; + sequent) + basic_machine=i386-sequent + ;; + sh) + basic_machine=sh-hitachi + os=-hms + ;; + sh64) + basic_machine=sh64-unknown + ;; + sparclite-wrs | simso-wrs) + basic_machine=sparclite-wrs + os=-vxworks + ;; + sps7) + basic_machine=m68k-bull + os=-sysv2 + ;; + spur) + basic_machine=spur-unknown + ;; + st2000) + basic_machine=m68k-tandem + ;; + stratus) + basic_machine=i860-stratus + os=-sysv4 + ;; + sun2) + basic_machine=m68000-sun + ;; + sun2os3) + basic_machine=m68000-sun + os=-sunos3 + ;; + sun2os4) + basic_machine=m68000-sun + os=-sunos4 + ;; + sun3os3) + basic_machine=m68k-sun + os=-sunos3 + ;; + sun3os4) + basic_machine=m68k-sun + os=-sunos4 + ;; + sun4os3) + basic_machine=sparc-sun + os=-sunos3 + ;; + sun4os4) + basic_machine=sparc-sun + os=-sunos4 + ;; + sun4sol2) + basic_machine=sparc-sun + os=-solaris2 + ;; + sun3 | sun3-*) + basic_machine=m68k-sun + ;; + sun4) + basic_machine=sparc-sun + ;; + sun386 | sun386i | roadrunner) + basic_machine=i386-sun + ;; + sv1) + basic_machine=sv1-cray + os=-unicos + ;; + symmetry) + basic_machine=i386-sequent + os=-dynix + ;; + t3e) + basic_machine=alphaev5-cray + os=-unicos + ;; + t90) + basic_machine=t90-cray + os=-unicos + ;; + tic54x | c54x*) + basic_machine=tic54x-unknown + os=-coff + ;; + tic55x | c55x*) + basic_machine=tic55x-unknown + os=-coff + ;; + tic6x | c6x*) + basic_machine=tic6x-unknown + os=-coff + ;; + tx39) + basic_machine=mipstx39-unknown + ;; + tx39el) + basic_machine=mipstx39el-unknown + ;; + toad1) + basic_machine=pdp10-xkl + os=-tops20 + ;; + tower | tower-32) + basic_machine=m68k-ncr + ;; + tpf) + basic_machine=s390x-ibm + os=-tpf + ;; + udi29k) + basic_machine=a29k-amd + os=-udi + ;; + ultra3) + basic_machine=a29k-nyu + os=-sym1 + ;; + v810 | necv810) + basic_machine=v810-nec + os=-none + ;; + vaxv) + basic_machine=vax-dec + os=-sysv + ;; + vms) + basic_machine=vax-dec + os=-vms + ;; + vpp*|vx|vx-*) + basic_machine=f301-fujitsu + ;; + vxworks960) + basic_machine=i960-wrs + os=-vxworks + ;; + vxworks68) + basic_machine=m68k-wrs + os=-vxworks + ;; + vxworks29k) + basic_machine=a29k-wrs + os=-vxworks + ;; + w65*) + basic_machine=w65-wdc + os=-none + ;; + w89k-*) + basic_machine=hppa1.1-winbond + os=-proelf + ;; + xbox) + basic_machine=i686-pc + os=-mingw32 + ;; + xps | xps100) + basic_machine=xps100-honeywell + ;; + ymp) + basic_machine=ymp-cray + os=-unicos + ;; + z8k-*-coff) + basic_machine=z8k-unknown + os=-sim + ;; + none) + basic_machine=none-none + os=-none + ;; + +# Here we handle the default manufacturer of certain CPU types. It is in +# some cases the only manufacturer, in others, it is the most popular. + w89k) + basic_machine=hppa1.1-winbond + ;; + op50n) + basic_machine=hppa1.1-oki + ;; + op60c) + basic_machine=hppa1.1-oki + ;; + romp) + basic_machine=romp-ibm + ;; + mmix) + basic_machine=mmix-knuth + ;; + rs6000) + basic_machine=rs6000-ibm + ;; + vax) + basic_machine=vax-dec + ;; + pdp10) + # there are many clones, so DEC is not a safe bet + basic_machine=pdp10-unknown + ;; + pdp11) + basic_machine=pdp11-dec + ;; + we32k) + basic_machine=we32k-att + ;; + sh3 | sh4 | sh[34]eb | sh[1234]le | sh[23]ele) + basic_machine=sh-unknown + ;; + sh64) + basic_machine=sh64-unknown + ;; + sparc | sparcv8 | sparcv9 | sparcv9b) + basic_machine=sparc-sun + ;; + cydra) + basic_machine=cydra-cydrome + ;; + orion) + basic_machine=orion-highlevel + ;; + orion105) + basic_machine=clipper-highlevel + ;; + mac | mpw | mac-mpw) + basic_machine=m68k-apple + ;; + pmac | pmac-mpw) + basic_machine=powerpc-apple + ;; + *-unknown) + # Make sure to match an already-canonicalized machine name. + ;; + *) + echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2 + exit 1 + ;; +esac + +# Here we canonicalize certain aliases for manufacturers. +case $basic_machine in + *-digital*) + basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'` + ;; + *-commodore*) + basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'` + ;; + *) + ;; +esac + +# Decode manufacturer-specific aliases for certain operating systems. + +if [ x"$os" != x"" ] +then +case $os in + # First match some system type aliases + # that might get confused with valid system types. + # -solaris* is a basic system type, with this one exception. + -solaris1 | -solaris1.*) + os=`echo $os | sed -e 's|solaris1|sunos4|'` + ;; + -solaris) + os=-solaris2 + ;; + -svr4*) + os=-sysv4 + ;; + -unixware*) + os=-sysv4.2uw + ;; + -gnu/linux*) + os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'` + ;; + # First accept the basic system types. + # The portable systems comes first. + # Each alternative MUST END IN A *, to match a version number. + # -sysv* is not here because it comes later, after sysvr4. + -gnu* | -bsd* | -mach* | -minix* | -genix* | -ultrix* | -irix* \ + | -*vms* | -sco* | -esix* | -isc* | -aix* | -sunos | -sunos[34]*\ + | -hpux* | -unos* | -osf* | -luna* | -dgux* | -solaris* | -sym* \ + | -amigaos* | -amigados* | -msdos* | -newsos* | -unicos* | -aof* \ + | -aos* \ + | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \ + | -clix* | -riscos* | -uniplus* | -iris* | -rtu* | -xenix* \ + | -hiux* | -386bsd* | -knetbsd* | -mirbsd* | -netbsd* | -openbsd* \ + | -ekkobsd* | -kfreebsd* | -freebsd* | -riscix* | -lynxos* \ + | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \ + | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \ + | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \ + | -chorusos* | -chorusrdb* \ + | -cygwin* | -pe* | -psos* | -moss* | -proelf* | -rtems* \ + | -mingw32* | -linux-gnu* | -linux-uclibc* | -uxpv* | -beos* | -mpeix* | -udk* \ + | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \ + | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \ + | -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* \ + | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \ + | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \ + | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly*) + # Remember, each alternative MUST END IN *, to match a version number. + ;; + -qnx*) + case $basic_machine in + x86-* | i*86-*) + ;; + *) + os=-nto$os + ;; + esac + ;; + -nto-qnx*) + ;; + -nto*) + os=`echo $os | sed -e 's|nto|nto-qnx|'` + ;; + -sim | -es1800* | -hms* | -xray | -os68k* | -none* | -v88r* \ + | -windows* | -osx | -abug | -netware* | -os9* | -beos* \ + | -macos* | -mpw* | -magic* | -mmixware* | -mon960* | -lnews*) + ;; + -mac*) + os=`echo $os | sed -e 's|mac|macos|'` + ;; + -linux-dietlibc) + os=-linux-dietlibc + ;; + -linux*) + os=`echo $os | sed -e 's|linux|linux-gnu|'` + ;; + -sunos5*) + os=`echo $os | sed -e 's|sunos5|solaris2|'` + ;; + -sunos6*) + os=`echo $os | sed -e 's|sunos6|solaris3|'` + ;; + -opened*) + os=-openedition + ;; + -os400*) + os=-os400 + ;; + -wince*) + os=-wince + ;; + -osfrose*) + os=-osfrose + ;; + -osf*) + os=-osf + ;; + -utek*) + os=-bsd + ;; + -dynix*) + os=-bsd + ;; + -acis*) + os=-aos + ;; + -atheos*) + os=-atheos + ;; + -syllable*) + os=-syllable + ;; + -386bsd) + os=-bsd + ;; + -ctix* | -uts*) + os=-sysv + ;; + -nova*) + os=-rtmk-nova + ;; + -ns2 ) + os=-nextstep2 + ;; + -nsk*) + os=-nsk + ;; + # Preserve the version number of sinix5. + -sinix5.*) + os=`echo $os | sed -e 's|sinix|sysv|'` + ;; + -sinix*) + os=-sysv4 + ;; + -tpf*) + os=-tpf + ;; + -triton*) + os=-sysv3 + ;; + -oss*) + os=-sysv3 + ;; + -svr4) + os=-sysv4 + ;; + -svr3) + os=-sysv3 + ;; + -sysvr4) + os=-sysv4 + ;; + # This must come after -sysvr4. + -sysv*) + ;; + -ose*) + os=-ose + ;; + -es1800*) + os=-ose + ;; + -xenix) + os=-xenix + ;; + -*mint | -mint[0-9]* | -*MiNT | -MiNT[0-9]*) + os=-mint + ;; + -aros*) + os=-aros + ;; + -kaos*) + os=-kaos + ;; + -zvmoe) + os=-zvmoe + ;; + -none) + ;; + *) + # Get rid of the `-' at the beginning of $os. + os=`echo $os | sed 's/[^-]*-//'` + echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2 + exit 1 + ;; +esac +else + +# Here we handle the default operating systems that come with various machines. +# The value should be what the vendor currently ships out the door with their +# machine or put another way, the most popular os provided with the machine. + +# Note that if you're going to try to match "-MANUFACTURER" here (say, +# "-sun"), then you have to tell the case statement up towards the top +# that MANUFACTURER isn't an operating system. Otherwise, code above +# will signal an error saying that MANUFACTURER isn't an operating +# system, and we'll never get to this point. + +case $basic_machine in + *-acorn) + os=-riscix1.2 + ;; + arm*-rebel) + os=-linux + ;; + arm*-semi) + os=-aout + ;; + c4x-* | tic4x-*) + os=-coff + ;; + # This must come before the *-dec entry. + pdp10-*) + os=-tops20 + ;; + pdp11-*) + os=-none + ;; + *-dec | vax-*) + os=-ultrix4.2 + ;; + m68*-apollo) + os=-domain + ;; + i386-sun) + os=-sunos4.0.2 + ;; + m68000-sun) + os=-sunos3 + # This also exists in the configure program, but was not the + # default. + # os=-sunos4 + ;; + m68*-cisco) + os=-aout + ;; + mips*-cisco) + os=-elf + ;; + mips*-*) + os=-elf + ;; + or32-*) + os=-coff + ;; + *-tti) # must be before sparc entry or we get the wrong os. + os=-sysv3 + ;; + sparc-* | *-sun) + os=-sunos4.1.1 + ;; + *-be) + os=-beos + ;; + *-ibm) + os=-aix + ;; + *-knuth) + os=-mmixware + ;; + *-wec) + os=-proelf + ;; + *-winbond) + os=-proelf + ;; + *-oki) + os=-proelf + ;; + *-hp) + os=-hpux + ;; + *-hitachi) + os=-hiux + ;; + i860-* | *-att | *-ncr | *-altos | *-motorola | *-convergent) + os=-sysv + ;; + *-cbm) + os=-amigaos + ;; + *-dg) + os=-dgux + ;; + *-dolphin) + os=-sysv3 + ;; + m68k-ccur) + os=-rtu + ;; + m88k-omron*) + os=-luna + ;; + *-next ) + os=-nextstep + ;; + *-sequent) + os=-ptx + ;; + *-crds) + os=-unos + ;; + *-ns) + os=-genix + ;; + i370-*) + os=-mvs + ;; + *-next) + os=-nextstep3 + ;; + *-gould) + os=-sysv + ;; + *-highlevel) + os=-bsd + ;; + *-encore) + os=-bsd + ;; + *-sgi) + os=-irix + ;; + *-siemens) + os=-sysv4 + ;; + *-masscomp) + os=-rtu + ;; + f30[01]-fujitsu | f700-fujitsu) + os=-uxpv + ;; + *-rom68k) + os=-coff + ;; + *-*bug) + os=-coff + ;; + *-apple) + os=-macos + ;; + *-atari*) + os=-mint + ;; + *) + os=-none + ;; +esac +fi + +# Here we handle the case where we know the os, and the CPU type, but not the +# manufacturer. We pick the logical manufacturer. +vendor=unknown +case $basic_machine in + *-unknown) + case $os in + -riscix*) + vendor=acorn + ;; + -sunos*) + vendor=sun + ;; + -aix*) + vendor=ibm + ;; + -beos*) + vendor=be + ;; + -hpux*) + vendor=hp + ;; + -mpeix*) + vendor=hp + ;; + -hiux*) + vendor=hitachi + ;; + -unos*) + vendor=crds + ;; + -dgux*) + vendor=dg + ;; + -luna*) + vendor=omron + ;; + -genix*) + vendor=ns + ;; + -mvs* | -opened*) + vendor=ibm + ;; + -os400*) + vendor=ibm + ;; + -ptx*) + vendor=sequent + ;; + -tpf*) + vendor=ibm + ;; + -vxsim* | -vxworks* | -windiss*) + vendor=wrs + ;; + -aux*) + vendor=apple + ;; + -hms*) + vendor=hitachi + ;; + -mpw* | -macos*) + vendor=apple + ;; + -*mint | -mint[0-9]* | -*MiNT | -MiNT[0-9]*) + vendor=atari + ;; + -vos*) + vendor=stratus + ;; + esac + basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"` + ;; +esac + +echo $basic_machine$os +exit 0 + +# Local variables: +# eval: (add-hook 'write-file-hooks 'time-stamp) +# time-stamp-start: "timestamp='" +# time-stamp-format: "%:y-%02m-%02d" +# time-stamp-end: "'" +# End: diff --git a/configure b/configure new file mode 100755 index 0000000..96e0417 --- /dev/null +++ b/configure @@ -0,0 +1,8307 @@ +#! /bin/sh +# Guess values for system-dependent variables and create Makefiles. +# Generated by GNU Autoconf 2.63 for shared-mime-info 0.60. +# +# Report bugs to . +# +# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, +# 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +# This configure script is free software; the Free Software Foundation +# gives unlimited permission to copy, distribute and modify it. +## --------------------- ## +## M4sh Initialization. ## +## --------------------- ## + +# Be more Bourne compatible +DUALCASE=1; export DUALCASE # for MKS sh +if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then + emulate sh + NULLCMD=: + # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which + # is contrary to our usage. Disable this feature. + alias -g '${1+"$@"}'='"$@"' + setopt NO_GLOB_SUBST +else + case `(set -o) 2>/dev/null` in + *posix*) set -o posix ;; +esac + +fi + + + + +# PATH needs CR +# Avoid depending upon Character Ranges. +as_cr_letters='abcdefghijklmnopqrstuvwxyz' +as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' +as_cr_Letters=$as_cr_letters$as_cr_LETTERS +as_cr_digits='0123456789' +as_cr_alnum=$as_cr_Letters$as_cr_digits + +as_nl=' +' +export as_nl +# Printing a long string crashes Solaris 7 /usr/bin/printf. +as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' +as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo +as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo +if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then + as_echo='printf %s\n' + as_echo_n='printf %s' +else + if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then + as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' + as_echo_n='/usr/ucb/echo -n' + else + as_echo_body='eval expr "X$1" : "X\\(.*\\)"' + as_echo_n_body='eval + arg=$1; + case $arg in + *"$as_nl"*) + expr "X$arg" : "X\\(.*\\)$as_nl"; + arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; + esac; + expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" + ' + export as_echo_n_body + as_echo_n='sh -c $as_echo_n_body as_echo' + fi + export as_echo_body + as_echo='sh -c $as_echo_body as_echo' +fi + +# The user is always right. +if test "${PATH_SEPARATOR+set}" != set; then + PATH_SEPARATOR=: + (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { + (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || + PATH_SEPARATOR=';' + } +fi + +# Support unset when possible. +if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then + as_unset=unset +else + as_unset=false +fi + + +# IFS +# We need space, tab and new line, in precisely that order. Quoting is +# there to prevent editors from complaining about space-tab. +# (If _AS_PATH_WALK were called with IFS unset, it would disable word +# splitting by setting IFS to empty value.) +IFS=" "" $as_nl" + +# Find who we are. Look in the path if we contain no directory separator. +case $0 in + *[\\/]* ) as_myself=$0 ;; + *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break +done +IFS=$as_save_IFS + + ;; +esac +# We did not find ourselves, most probably we were run as `sh COMMAND' +# in which case we are not to be found in the path. +if test "x$as_myself" = x; then + as_myself=$0 +fi +if test ! -f "$as_myself"; then + $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 + { (exit 1); exit 1; } +fi + +# Work around bugs in pre-3.0 UWIN ksh. +for as_var in ENV MAIL MAILPATH +do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var +done +PS1='$ ' +PS2='> ' +PS4='+ ' + +# NLS nuisances. +LC_ALL=C +export LC_ALL +LANGUAGE=C +export LANGUAGE + +# Required to use basename. +if expr a : '\(a\)' >/dev/null 2>&1 && + test "X`expr 00001 : '.*\(...\)'`" = X001; then + as_expr=expr +else + as_expr=false +fi + +if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then + as_basename=basename +else + as_basename=false +fi + + +# Name of the executable. +as_me=`$as_basename -- "$0" || +$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ + X"$0" : 'X\(//\)$' \| \ + X"$0" : 'X\(/\)' \| . 2>/dev/null || +$as_echo X/"$0" | + sed '/^.*\/\([^/][^/]*\)\/*$/{ + s//\1/ + q + } + /^X\/\(\/\/\)$/{ + s//\1/ + q + } + /^X\/\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + +# CDPATH. +$as_unset CDPATH + + +if test "x$CONFIG_SHELL" = x; then + if (eval ":") 2>/dev/null; then + as_have_required=yes +else + as_have_required=no +fi + + if test $as_have_required = yes && (eval ": +(as_func_return () { + (exit \$1) +} +as_func_success () { + as_func_return 0 +} +as_func_failure () { + as_func_return 1 +} +as_func_ret_success () { + return 0 +} +as_func_ret_failure () { + return 1 +} + +exitcode=0 +if as_func_success; then + : +else + exitcode=1 + echo as_func_success failed. +fi + +if as_func_failure; then + exitcode=1 + echo as_func_failure succeeded. +fi + +if as_func_ret_success; then + : +else + exitcode=1 + echo as_func_ret_success failed. +fi + +if as_func_ret_failure; then + exitcode=1 + echo as_func_ret_failure succeeded. +fi + +if ( set x; as_func_ret_success y && test x = \"\$1\" ); then + : +else + exitcode=1 + echo positional parameters were not saved. +fi + +test \$exitcode = 0) || { (exit 1); exit 1; } + +( + as_lineno_1=\$LINENO + as_lineno_2=\$LINENO + test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" && + test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; } +") 2> /dev/null; then + : +else + as_candidate_shells= + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + case $as_dir in + /*) + for as_base in sh bash ksh sh5; do + as_candidate_shells="$as_candidate_shells $as_dir/$as_base" + done;; + esac +done +IFS=$as_save_IFS + + + for as_shell in $as_candidate_shells $SHELL; do + # Try only shells that exist, to save several forks. + if { test -f "$as_shell" || test -f "$as_shell.exe"; } && + { ("$as_shell") 2> /dev/null <<\_ASEOF +if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then + emulate sh + NULLCMD=: + # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which + # is contrary to our usage. Disable this feature. + alias -g '${1+"$@"}'='"$@"' + setopt NO_GLOB_SUBST +else + case `(set -o) 2>/dev/null` in + *posix*) set -o posix ;; +esac + +fi + + +: +_ASEOF +}; then + CONFIG_SHELL=$as_shell + as_have_required=yes + if { "$as_shell" 2> /dev/null <<\_ASEOF +if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then + emulate sh + NULLCMD=: + # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which + # is contrary to our usage. Disable this feature. + alias -g '${1+"$@"}'='"$@"' + setopt NO_GLOB_SUBST +else + case `(set -o) 2>/dev/null` in + *posix*) set -o posix ;; +esac + +fi + + +: +(as_func_return () { + (exit $1) +} +as_func_success () { + as_func_return 0 +} +as_func_failure () { + as_func_return 1 +} +as_func_ret_success () { + return 0 +} +as_func_ret_failure () { + return 1 +} + +exitcode=0 +if as_func_success; then + : +else + exitcode=1 + echo as_func_success failed. +fi + +if as_func_failure; then + exitcode=1 + echo as_func_failure succeeded. +fi + +if as_func_ret_success; then + : +else + exitcode=1 + echo as_func_ret_success failed. +fi + +if as_func_ret_failure; then + exitcode=1 + echo as_func_ret_failure succeeded. +fi + +if ( set x; as_func_ret_success y && test x = "$1" ); then + : +else + exitcode=1 + echo positional parameters were not saved. +fi + +test $exitcode = 0) || { (exit 1); exit 1; } + +( + as_lineno_1=$LINENO + as_lineno_2=$LINENO + test "x$as_lineno_1" != "x$as_lineno_2" && + test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; } + +_ASEOF +}; then + break +fi + +fi + + done + + if test "x$CONFIG_SHELL" != x; then + for as_var in BASH_ENV ENV + do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var + done + export CONFIG_SHELL + exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"} +fi + + + if test $as_have_required = no; then + echo This script requires a shell more modern than all the + echo shells that I found on your system. Please install a + echo modern shell, or manually run the script under such a + echo shell if you do have one. + { (exit 1); exit 1; } +fi + + +fi + +fi + + + +(eval "as_func_return () { + (exit \$1) +} +as_func_success () { + as_func_return 0 +} +as_func_failure () { + as_func_return 1 +} +as_func_ret_success () { + return 0 +} +as_func_ret_failure () { + return 1 +} + +exitcode=0 +if as_func_success; then + : +else + exitcode=1 + echo as_func_success failed. +fi + +if as_func_failure; then + exitcode=1 + echo as_func_failure succeeded. +fi + +if as_func_ret_success; then + : +else + exitcode=1 + echo as_func_ret_success failed. +fi + +if as_func_ret_failure; then + exitcode=1 + echo as_func_ret_failure succeeded. +fi + +if ( set x; as_func_ret_success y && test x = \"\$1\" ); then + : +else + exitcode=1 + echo positional parameters were not saved. +fi + +test \$exitcode = 0") || { + echo No shell found that supports shell functions. + echo Please tell bug-autoconf@gnu.org about your system, + echo including any error possibly output before this message. + echo This can help us improve future autoconf versions. + echo Configuration will now proceed without shell functions. +} + + + + as_lineno_1=$LINENO + as_lineno_2=$LINENO + test "x$as_lineno_1" != "x$as_lineno_2" && + test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || { + + # Create $as_me.lineno as a copy of $as_myself, but with $LINENO + # uniformly replaced by the line number. The first 'sed' inserts a + # line-number line after each line using $LINENO; the second 'sed' + # does the real work. The second script uses 'N' to pair each + # line-number line with the line containing $LINENO, and appends + # trailing '-' during substitution so that $LINENO is not a special + # case at line end. + # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the + # scripts with optimization help from Paolo Bonzini. Blame Lee + # E. McMahon (1931-1989) for sed's syntax. :-) + sed -n ' + p + /[$]LINENO/= + ' <$as_myself | + sed ' + s/[$]LINENO.*/&-/ + t lineno + b + :lineno + N + :loop + s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/ + t loop + s/-\n.*// + ' >$as_me.lineno && + chmod +x "$as_me.lineno" || + { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 + { (exit 1); exit 1; }; } + + # Don't try to exec as it changes $[0], causing all sort of problems + # (the dirname of $[0] is not the place where we might find the + # original and so on. Autoconf is especially sensitive to this). + . "./$as_me.lineno" + # Exit status is that of the last command. + exit +} + + +if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then + as_dirname=dirname +else + as_dirname=false +fi + +ECHO_C= ECHO_N= ECHO_T= +case `echo -n x` in +-n*) + case `echo 'x\c'` in + *c*) ECHO_T=' ';; # ECHO_T is single tab character. + *) ECHO_C='\c';; + esac;; +*) + ECHO_N='-n';; +esac +if expr a : '\(a\)' >/dev/null 2>&1 && + test "X`expr 00001 : '.*\(...\)'`" = X001; then + as_expr=expr +else + as_expr=false +fi + +rm -f conf$$ conf$$.exe conf$$.file +if test -d conf$$.dir; then + rm -f conf$$.dir/conf$$.file +else + rm -f conf$$.dir + mkdir conf$$.dir 2>/dev/null +fi +if (echo >conf$$.file) 2>/dev/null; then + if ln -s conf$$.file conf$$ 2>/dev/null; then + as_ln_s='ln -s' + # ... but there are two gotchas: + # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. + # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. + # In both cases, we have to default to `cp -p'. + ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || + as_ln_s='cp -p' + elif ln conf$$.file conf$$ 2>/dev/null; then + as_ln_s=ln + else + as_ln_s='cp -p' + fi +else + as_ln_s='cp -p' +fi +rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file +rmdir conf$$.dir 2>/dev/null + +if mkdir -p . 2>/dev/null; then + as_mkdir_p=: +else + test -d ./-p && rmdir ./-p + as_mkdir_p=false +fi + +if test -x / >/dev/null 2>&1; then + as_test_x='test -x' +else + if ls -dL / >/dev/null 2>&1; then + as_ls_L_option=L + else + as_ls_L_option= + fi + as_test_x=' + eval sh -c '\'' + if test -d "$1"; then + test -d "$1/."; + else + case $1 in + -*)set "./$1";; + esac; + case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in + ???[sx]*):;;*)false;;esac;fi + '\'' sh + ' +fi +as_executable_p=$as_test_x + +# Sed expression to map a string onto a valid CPP name. +as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" + +# Sed expression to map a string onto a valid variable name. +as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" + + + +exec 7<&0 &1 + +# Name of the host. +# hostname on some systems (SVR3.2, Linux) returns a bogus exit status, +# so uname gets run too. +ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` + +# +# Initializations. +# +ac_default_prefix=/usr/local +ac_clean_files= +ac_config_libobj_dir=. +LIBOBJS= +cross_compiling=no +subdirs= +MFLAGS= +MAKEFLAGS= +SHELL=${CONFIG_SHELL-/bin/sh} + +# Identity of this package. +PACKAGE_NAME='shared-mime-info' +PACKAGE_TARNAME='shared-mime-info' +PACKAGE_VERSION='0.60' +PACKAGE_STRING='shared-mime-info 0.60' +PACKAGE_BUGREPORT='https://bugs.freedesktop.org/enter_bug.cgi?product=shared-mime-info' + +# Factoring default headers for most tests. +ac_includes_default="\ +#include +#ifdef HAVE_SYS_TYPES_H +# include +#endif +#ifdef HAVE_SYS_STAT_H +# include +#endif +#ifdef STDC_HEADERS +# include +# include +#else +# ifdef HAVE_STDLIB_H +# include +# endif +#endif +#ifdef HAVE_STRING_H +# if !defined STDC_HEADERS && defined HAVE_MEMORY_H +# include +# endif +# include +#endif +#ifdef HAVE_STRINGS_H +# include +#endif +#ifdef HAVE_INTTYPES_H +# include +#endif +#ifdef HAVE_STDINT_H +# include +#endif +#ifdef HAVE_UNISTD_H +# include +#endif" + +ac_subst_vars='LTLIBOBJS +LIBOBJS +XMLLINT +ENABLE_UPDATE_MIMEDB_FALSE +ENABLE_UPDATE_MIMEDB_TRUE +HAVE_GIO_FALSE +HAVE_GIO_TRUE +GIO_LIBS +GIO_CFLAGS +ALL_LIBS +ALL_CFLAGS +PKG_CONFIG +MKINSTALLDIRS +POSUB +POFILES +PO_IN_DATADIR_FALSE +PO_IN_DATADIR_TRUE +INTLLIBS +INSTOBJEXT +GMOFILES +CATOBJEXT +CATALOGS +MSGFMT_OPTS +EGREP +GREP +CPP +GETTEXT_PACKAGE +DATADIRNAME +ALL_LINGUAS +INTLTOOL_PERL +GMSGFMT +MSGFMT +MSGMERGE +XGETTEXT +INTLTOOL_POLICY_RULE +INTLTOOL_SERVICE_RULE +INTLTOOL_THEME_RULE +INTLTOOL_SCHEMAS_RULE +INTLTOOL_CAVES_RULE +INTLTOOL_XML_NOMERGE_RULE +INTLTOOL_XML_RULE +INTLTOOL_KBD_RULE +INTLTOOL_XAM_RULE +INTLTOOL_UI_RULE +INTLTOOL_SOUNDLIST_RULE +INTLTOOL_SHEET_RULE +INTLTOOL_SERVER_RULE +INTLTOOL_PONG_RULE +INTLTOOL_OAF_RULE +INTLTOOL_PROP_RULE +INTLTOOL_KEYS_RULE +INTLTOOL_DIRECTORY_RULE +INTLTOOL_DESKTOP_RULE +INTLTOOL_EXTRACT +INTLTOOL_MERGE +INTLTOOL_UPDATE +USE_NLS +am__fastdepCC_FALSE +am__fastdepCC_TRUE +CCDEPMODE +AMDEPBACKSLASH +AMDEP_FALSE +AMDEP_TRUE +am__quote +am__include +DEPDIR +OBJEXT +EXEEXT +ac_ct_CC +CPPFLAGS +LDFLAGS +CFLAGS +CC +am__untar +am__tar +AMTAR +am__leading_dot +SET_MAKE +AWK +mkdir_p +MKDIR_P +INSTALL_STRIP_PROGRAM +STRIP +install_sh +MAKEINFO +AUTOHEADER +AUTOMAKE +AUTOCONF +ACLOCAL +VERSION +PACKAGE +CYGPATH_W +am__isrc +INSTALL_DATA +INSTALL_SCRIPT +INSTALL_PROGRAM +target_alias +host_alias +build_alias +LIBS +ECHO_T +ECHO_N +ECHO_C +DEFS +mandir +localedir +libdir +psdir +pdfdir +dvidir +htmldir +infodir +docdir +oldincludedir +includedir +localstatedir +sharedstatedir +sysconfdir +datadir +datarootdir +libexecdir +sbindir +bindir +program_transform_name +prefix +exec_prefix +PACKAGE_BUGREPORT +PACKAGE_STRING +PACKAGE_VERSION +PACKAGE_TARNAME +PACKAGE_NAME +PATH_SEPARATOR +SHELL' +ac_subst_files='' +ac_user_opts=' +enable_option_checking +enable_dependency_tracking +enable_nls +enable_update_mimedb +' + ac_precious_vars='build_alias +host_alias +target_alias +CC +CFLAGS +LDFLAGS +LIBS +CPPFLAGS +CPP +PKG_CONFIG +ALL_CFLAGS +ALL_LIBS +GIO_CFLAGS +GIO_LIBS' + + +# Initialize some variables set by options. +ac_init_help= +ac_init_version=false +ac_unrecognized_opts= +ac_unrecognized_sep= +# The variables have the same names as the options, with +# dashes changed to underlines. +cache_file=/dev/null +exec_prefix=NONE +no_create= +no_recursion= +prefix=NONE +program_prefix=NONE +program_suffix=NONE +program_transform_name=s,x,x, +silent= +site= +srcdir= +verbose= +x_includes=NONE +x_libraries=NONE + +# Installation directory options. +# These are left unexpanded so users can "make install exec_prefix=/foo" +# and all the variables that are supposed to be based on exec_prefix +# by default will actually change. +# Use braces instead of parens because sh, perl, etc. also accept them. +# (The list follows the same order as the GNU Coding Standards.) +bindir='${exec_prefix}/bin' +sbindir='${exec_prefix}/sbin' +libexecdir='${exec_prefix}/libexec' +datarootdir='${prefix}/share' +datadir='${datarootdir}' +sysconfdir='${prefix}/etc' +sharedstatedir='${prefix}/com' +localstatedir='${prefix}/var' +includedir='${prefix}/include' +oldincludedir='/usr/include' +docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' +infodir='${datarootdir}/info' +htmldir='${docdir}' +dvidir='${docdir}' +pdfdir='${docdir}' +psdir='${docdir}' +libdir='${exec_prefix}/lib' +localedir='${datarootdir}/locale' +mandir='${datarootdir}/man' + +ac_prev= +ac_dashdash= +for ac_option +do + # If the previous option needs an argument, assign it. + if test -n "$ac_prev"; then + eval $ac_prev=\$ac_option + ac_prev= + continue + fi + + case $ac_option in + *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; + *) ac_optarg=yes ;; + esac + + # Accept the important Cygnus configure options, so we can diagnose typos. + + case $ac_dashdash$ac_option in + --) + ac_dashdash=yes ;; + + -bindir | --bindir | --bindi | --bind | --bin | --bi) + ac_prev=bindir ;; + -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*) + bindir=$ac_optarg ;; + + -build | --build | --buil | --bui | --bu) + ac_prev=build_alias ;; + -build=* | --build=* | --buil=* | --bui=* | --bu=*) + build_alias=$ac_optarg ;; + + -cache-file | --cache-file | --cache-fil | --cache-fi \ + | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c) + ac_prev=cache_file ;; + -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \ + | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*) + cache_file=$ac_optarg ;; + + --config-cache | -C) + cache_file=config.cache ;; + + -datadir | --datadir | --datadi | --datad) + ac_prev=datadir ;; + -datadir=* | --datadir=* | --datadi=* | --datad=*) + datadir=$ac_optarg ;; + + -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \ + | --dataroo | --dataro | --datar) + ac_prev=datarootdir ;; + -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \ + | --dataroot=* | --dataroo=* | --dataro=* | --datar=*) + datarootdir=$ac_optarg ;; + + -disable-* | --disable-*) + ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` + # Reject names that are not valid shell variable names. + expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && + { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2 + { (exit 1); exit 1; }; } + ac_useropt_orig=$ac_useropt + ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` + case $ac_user_opts in + *" +"enable_$ac_useropt" +"*) ;; + *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig" + ac_unrecognized_sep=', ';; + esac + eval enable_$ac_useropt=no ;; + + -docdir | --docdir | --docdi | --doc | --do) + ac_prev=docdir ;; + -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*) + docdir=$ac_optarg ;; + + -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv) + ac_prev=dvidir ;; + -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*) + dvidir=$ac_optarg ;; + + -enable-* | --enable-*) + ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` + # Reject names that are not valid shell variable names. + expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && + { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2 + { (exit 1); exit 1; }; } + ac_useropt_orig=$ac_useropt + ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` + case $ac_user_opts in + *" +"enable_$ac_useropt" +"*) ;; + *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig" + ac_unrecognized_sep=', ';; + esac + eval enable_$ac_useropt=\$ac_optarg ;; + + -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ + | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \ + | --exec | --exe | --ex) + ac_prev=exec_prefix ;; + -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \ + | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \ + | --exec=* | --exe=* | --ex=*) + exec_prefix=$ac_optarg ;; + + -gas | --gas | --ga | --g) + # Obsolete; use --with-gas. + with_gas=yes ;; + + -help | --help | --hel | --he | -h) + ac_init_help=long ;; + -help=r* | --help=r* | --hel=r* | --he=r* | -hr*) + ac_init_help=recursive ;; + -help=s* | --help=s* | --hel=s* | --he=s* | -hs*) + ac_init_help=short ;; + + -host | --host | --hos | --ho) + ac_prev=host_alias ;; + -host=* | --host=* | --hos=* | --ho=*) + host_alias=$ac_optarg ;; + + -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht) + ac_prev=htmldir ;; + -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \ + | --ht=*) + htmldir=$ac_optarg ;; + + -includedir | --includedir | --includedi | --included | --include \ + | --includ | --inclu | --incl | --inc) + ac_prev=includedir ;; + -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \ + | --includ=* | --inclu=* | --incl=* | --inc=*) + includedir=$ac_optarg ;; + + -infodir | --infodir | --infodi | --infod | --info | --inf) + ac_prev=infodir ;; + -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*) + infodir=$ac_optarg ;; + + -libdir | --libdir | --libdi | --libd) + ac_prev=libdir ;; + -libdir=* | --libdir=* | --libdi=* | --libd=*) + libdir=$ac_optarg ;; + + -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \ + | --libexe | --libex | --libe) + ac_prev=libexecdir ;; + -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \ + | --libexe=* | --libex=* | --libe=*) + libexecdir=$ac_optarg ;; + + -localedir | --localedir | --localedi | --localed | --locale) + ac_prev=localedir ;; + -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*) + localedir=$ac_optarg ;; + + -localstatedir | --localstatedir | --localstatedi | --localstated \ + | --localstate | --localstat | --localsta | --localst | --locals) + ac_prev=localstatedir ;; + -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \ + | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*) + localstatedir=$ac_optarg ;; + + -mandir | --mandir | --mandi | --mand | --man | --ma | --m) + ac_prev=mandir ;; + -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*) + mandir=$ac_optarg ;; + + -nfp | --nfp | --nf) + # Obsolete; use --without-fp. + with_fp=no ;; + + -no-create | --no-create | --no-creat | --no-crea | --no-cre \ + | --no-cr | --no-c | -n) + no_create=yes ;; + + -no-recursion | --no-recursion | --no-recursio | --no-recursi \ + | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) + no_recursion=yes ;; + + -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \ + | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \ + | --oldin | --oldi | --old | --ol | --o) + ac_prev=oldincludedir ;; + -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \ + | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \ + | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*) + oldincludedir=$ac_optarg ;; + + -prefix | --prefix | --prefi | --pref | --pre | --pr | --p) + ac_prev=prefix ;; + -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*) + prefix=$ac_optarg ;; + + -program-prefix | --program-prefix | --program-prefi | --program-pref \ + | --program-pre | --program-pr | --program-p) + ac_prev=program_prefix ;; + -program-prefix=* | --program-prefix=* | --program-prefi=* \ + | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*) + program_prefix=$ac_optarg ;; + + -program-suffix | --program-suffix | --program-suffi | --program-suff \ + | --program-suf | --program-su | --program-s) + ac_prev=program_suffix ;; + -program-suffix=* | --program-suffix=* | --program-suffi=* \ + | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*) + program_suffix=$ac_optarg ;; + + -program-transform-name | --program-transform-name \ + | --program-transform-nam | --program-transform-na \ + | --program-transform-n | --program-transform- \ + | --program-transform | --program-transfor \ + | --program-transfo | --program-transf \ + | --program-trans | --program-tran \ + | --progr-tra | --program-tr | --program-t) + ac_prev=program_transform_name ;; + -program-transform-name=* | --program-transform-name=* \ + | --program-transform-nam=* | --program-transform-na=* \ + | --program-transform-n=* | --program-transform-=* \ + | --program-transform=* | --program-transfor=* \ + | --program-transfo=* | --program-transf=* \ + | --program-trans=* | --program-tran=* \ + | --progr-tra=* | --program-tr=* | --program-t=*) + program_transform_name=$ac_optarg ;; + + -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd) + ac_prev=pdfdir ;; + -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*) + pdfdir=$ac_optarg ;; + + -psdir | --psdir | --psdi | --psd | --ps) + ac_prev=psdir ;; + -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*) + psdir=$ac_optarg ;; + + -q | -quiet | --quiet | --quie | --qui | --qu | --q \ + | -silent | --silent | --silen | --sile | --sil) + silent=yes ;; + + -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb) + ac_prev=sbindir ;; + -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \ + | --sbi=* | --sb=*) + sbindir=$ac_optarg ;; + + -sharedstatedir | --sharedstatedir | --sharedstatedi \ + | --sharedstated | --sharedstate | --sharedstat | --sharedsta \ + | --sharedst | --shareds | --shared | --share | --shar \ + | --sha | --sh) + ac_prev=sharedstatedir ;; + -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \ + | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \ + | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \ + | --sha=* | --sh=*) + sharedstatedir=$ac_optarg ;; + + -site | --site | --sit) + ac_prev=site ;; + -site=* | --site=* | --sit=*) + site=$ac_optarg ;; + + -srcdir | --srcdir | --srcdi | --srcd | --src | --sr) + ac_prev=srcdir ;; + -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*) + srcdir=$ac_optarg ;; + + -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \ + | --syscon | --sysco | --sysc | --sys | --sy) + ac_prev=sysconfdir ;; + -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \ + | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*) + sysconfdir=$ac_optarg ;; + + -target | --target | --targe | --targ | --tar | --ta | --t) + ac_prev=target_alias ;; + -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*) + target_alias=$ac_optarg ;; + + -v | -verbose | --verbose | --verbos | --verbo | --verb) + verbose=yes ;; + + -version | --version | --versio | --versi | --vers | -V) + ac_init_version=: ;; + + -with-* | --with-*) + ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` + # Reject names that are not valid shell variable names. + expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && + { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2 + { (exit 1); exit 1; }; } + ac_useropt_orig=$ac_useropt + ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` + case $ac_user_opts in + *" +"with_$ac_useropt" +"*) ;; + *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig" + ac_unrecognized_sep=', ';; + esac + eval with_$ac_useropt=\$ac_optarg ;; + + -without-* | --without-*) + ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` + # Reject names that are not valid shell variable names. + expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && + { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2 + { (exit 1); exit 1; }; } + ac_useropt_orig=$ac_useropt + ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` + case $ac_user_opts in + *" +"with_$ac_useropt" +"*) ;; + *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig" + ac_unrecognized_sep=', ';; + esac + eval with_$ac_useropt=no ;; + + --x) + # Obsolete; use --with-x. + with_x=yes ;; + + -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \ + | --x-incl | --x-inc | --x-in | --x-i) + ac_prev=x_includes ;; + -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \ + | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*) + x_includes=$ac_optarg ;; + + -x-libraries | --x-libraries | --x-librarie | --x-librari \ + | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l) + ac_prev=x_libraries ;; + -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \ + | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) + x_libraries=$ac_optarg ;; + + -*) { $as_echo "$as_me: error: unrecognized option: $ac_option +Try \`$0 --help' for more information." >&2 + { (exit 1); exit 1; }; } + ;; + + *=*) + ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` + # Reject names that are not valid shell variable names. + expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null && + { $as_echo "$as_me: error: invalid variable name: $ac_envvar" >&2 + { (exit 1); exit 1; }; } + eval $ac_envvar=\$ac_optarg + export $ac_envvar ;; + + *) + # FIXME: should be removed in autoconf 3.0. + $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2 + expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && + $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2 + : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option} + ;; + + esac +done + +if test -n "$ac_prev"; then + ac_option=--`echo $ac_prev | sed 's/_/-/g'` + { $as_echo "$as_me: error: missing argument to $ac_option" >&2 + { (exit 1); exit 1; }; } +fi + +if test -n "$ac_unrecognized_opts"; then + case $enable_option_checking in + no) ;; + fatal) { $as_echo "$as_me: error: unrecognized options: $ac_unrecognized_opts" >&2 + { (exit 1); exit 1; }; } ;; + *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;; + esac +fi + +# Check all directory arguments for consistency. +for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ + datadir sysconfdir sharedstatedir localstatedir includedir \ + oldincludedir docdir infodir htmldir dvidir pdfdir psdir \ + libdir localedir mandir +do + eval ac_val=\$$ac_var + # Remove trailing slashes. + case $ac_val in + */ ) + ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'` + eval $ac_var=\$ac_val;; + esac + # Be sure to have absolute directory names. + case $ac_val in + [\\/$]* | ?:[\\/]* ) continue;; + NONE | '' ) case $ac_var in *prefix ) continue;; esac;; + esac + { $as_echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 + { (exit 1); exit 1; }; } +done + +# There might be people who depend on the old broken behavior: `$host' +# used to hold the argument of --host etc. +# FIXME: To remove some day. +build=$build_alias +host=$host_alias +target=$target_alias + +# FIXME: To remove some day. +if test "x$host_alias" != x; then + if test "x$build_alias" = x; then + cross_compiling=maybe + $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host. + If a cross compiler is detected then cross compile mode will be used." >&2 + elif test "x$build_alias" != "x$host_alias"; then + cross_compiling=yes + fi +fi + +ac_tool_prefix= +test -n "$host_alias" && ac_tool_prefix=$host_alias- + +test "$silent" = yes && exec 6>/dev/null + + +ac_pwd=`pwd` && test -n "$ac_pwd" && +ac_ls_di=`ls -di .` && +ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || + { $as_echo "$as_me: error: working directory cannot be determined" >&2 + { (exit 1); exit 1; }; } +test "X$ac_ls_di" = "X$ac_pwd_ls_di" || + { $as_echo "$as_me: error: pwd does not report name of working directory" >&2 + { (exit 1); exit 1; }; } + + +# Find the source files, if location was not specified. +if test -z "$srcdir"; then + ac_srcdir_defaulted=yes + # Try the directory containing this script, then the parent directory. + ac_confdir=`$as_dirname -- "$as_myself" || +$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$as_myself" : 'X\(//\)[^/]' \| \ + X"$as_myself" : 'X\(//\)$' \| \ + X"$as_myself" : 'X\(/\)' \| . 2>/dev/null || +$as_echo X"$as_myself" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + srcdir=$ac_confdir + if test ! -r "$srcdir/$ac_unique_file"; then + srcdir=.. + fi +else + ac_srcdir_defaulted=no +fi +if test ! -r "$srcdir/$ac_unique_file"; then + test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." + { $as_echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2 + { (exit 1); exit 1; }; } +fi +ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" +ac_abs_confdir=`( + cd "$srcdir" && test -r "./$ac_unique_file" || { $as_echo "$as_me: error: $ac_msg" >&2 + { (exit 1); exit 1; }; } + pwd)` +# When building in place, set srcdir=. +if test "$ac_abs_confdir" = "$ac_pwd"; then + srcdir=. +fi +# Remove unnecessary trailing slashes from srcdir. +# Double slashes in file names in object file debugging info +# mess up M-x gdb in Emacs. +case $srcdir in +*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;; +esac +for ac_var in $ac_precious_vars; do + eval ac_env_${ac_var}_set=\${${ac_var}+set} + eval ac_env_${ac_var}_value=\$${ac_var} + eval ac_cv_env_${ac_var}_set=\${${ac_var}+set} + eval ac_cv_env_${ac_var}_value=\$${ac_var} +done + +# +# Report the --help message. +# +if test "$ac_init_help" = "long"; then + # Omit some internal or obsolete options to make the list less imposing. + # This message is too long to be a string in the A/UX 3.1 sh. + cat <<_ACEOF +\`configure' configures shared-mime-info 0.60 to adapt to many kinds of systems. + +Usage: $0 [OPTION]... [VAR=VALUE]... + +To assign environment variables (e.g., CC, CFLAGS...), specify them as +VAR=VALUE. See below for descriptions of some of the useful variables. + +Defaults for the options are specified in brackets. + +Configuration: + -h, --help display this help and exit + --help=short display options specific to this package + --help=recursive display the short help of all the included packages + -V, --version display version information and exit + -q, --quiet, --silent do not print \`checking...' messages + --cache-file=FILE cache test results in FILE [disabled] + -C, --config-cache alias for \`--cache-file=config.cache' + -n, --no-create do not create output files + --srcdir=DIR find the sources in DIR [configure dir or \`..'] + +Installation directories: + --prefix=PREFIX install architecture-independent files in PREFIX + [$ac_default_prefix] + --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX + [PREFIX] + +By default, \`make install' will install all the files in +\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify +an installation prefix other than \`$ac_default_prefix' using \`--prefix', +for instance \`--prefix=\$HOME'. + +For better control, use the options below. + +Fine tuning of the installation directories: + --bindir=DIR user executables [EPREFIX/bin] + --sbindir=DIR system admin executables [EPREFIX/sbin] + --libexecdir=DIR program executables [EPREFIX/libexec] + --sysconfdir=DIR read-only single-machine data [PREFIX/etc] + --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] + --localstatedir=DIR modifiable single-machine data [PREFIX/var] + --libdir=DIR object code libraries [EPREFIX/lib] + --includedir=DIR C header files [PREFIX/include] + --oldincludedir=DIR C header files for non-gcc [/usr/include] + --datarootdir=DIR read-only arch.-independent data root [PREFIX/share] + --datadir=DIR read-only architecture-independent data [DATAROOTDIR] + --infodir=DIR info documentation [DATAROOTDIR/info] + --localedir=DIR locale-dependent data [DATAROOTDIR/locale] + --mandir=DIR man documentation [DATAROOTDIR/man] + --docdir=DIR documentation root + [DATAROOTDIR/doc/shared-mime-info] + --htmldir=DIR html documentation [DOCDIR] + --dvidir=DIR dvi documentation [DOCDIR] + --pdfdir=DIR pdf documentation [DOCDIR] + --psdir=DIR ps documentation [DOCDIR] +_ACEOF + + cat <<\_ACEOF + +Program names: + --program-prefix=PREFIX prepend PREFIX to installed program names + --program-suffix=SUFFIX append SUFFIX to installed program names + --program-transform-name=PROGRAM run sed PROGRAM on installed program names +_ACEOF +fi + +if test -n "$ac_init_help"; then + case $ac_init_help in + short | recursive ) echo "Configuration of shared-mime-info 0.60:";; + esac + cat <<\_ACEOF + +Optional Features: + --disable-option-checking ignore unrecognized --enable/--with options + --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) + --enable-FEATURE[=ARG] include FEATURE [ARG=yes] + --disable-dependency-tracking speeds up one-time build + --enable-dependency-tracking do not reject slow dependency extractors + --disable-nls do not use Native Language Support + --disable-update-mimedb disable the update-mime-database after install + default=no + +Some influential environment variables: + CC C compiler command + CFLAGS C compiler flags + LDFLAGS linker flags, e.g. -L if you have libraries in a + nonstandard directory + LIBS libraries to pass to the linker, e.g. -l + CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I if + you have headers in a nonstandard directory + CPP C preprocessor + PKG_CONFIG path to pkg-config utility + ALL_CFLAGS C compiler flags for ALL, overriding pkg-config + ALL_LIBS linker flags for ALL, overriding pkg-config + GIO_CFLAGS C compiler flags for GIO, overriding pkg-config + GIO_LIBS linker flags for GIO, overriding pkg-config + +Use these variables to override the choices made by `configure' or to help +it to find libraries and programs with nonstandard names/locations. + +Report bugs to . +_ACEOF +ac_status=$? +fi + +if test "$ac_init_help" = "recursive"; then + # If there are subdirs, report their specific --help. + for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue + test -d "$ac_dir" || + { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } || + continue + ac_builddir=. + +case "$ac_dir" in +.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; +*) + ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` + # A ".." for each directory in $ac_dir_suffix. + ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` + case $ac_top_builddir_sub in + "") ac_top_builddir_sub=. ac_top_build_prefix= ;; + *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; + esac ;; +esac +ac_abs_top_builddir=$ac_pwd +ac_abs_builddir=$ac_pwd$ac_dir_suffix +# for backward compatibility: +ac_top_builddir=$ac_top_build_prefix + +case $srcdir in + .) # We are building in place. + ac_srcdir=. + ac_top_srcdir=$ac_top_builddir_sub + ac_abs_top_srcdir=$ac_pwd ;; + [\\/]* | ?:[\\/]* ) # Absolute name. + ac_srcdir=$srcdir$ac_dir_suffix; + ac_top_srcdir=$srcdir + ac_abs_top_srcdir=$srcdir ;; + *) # Relative name. + ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix + ac_top_srcdir=$ac_top_build_prefix$srcdir + ac_abs_top_srcdir=$ac_pwd/$srcdir ;; +esac +ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix + + cd "$ac_dir" || { ac_status=$?; continue; } + # Check for guested configure. + if test -f "$ac_srcdir/configure.gnu"; then + echo && + $SHELL "$ac_srcdir/configure.gnu" --help=recursive + elif test -f "$ac_srcdir/configure"; then + echo && + $SHELL "$ac_srcdir/configure" --help=recursive + else + $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 + fi || ac_status=$? + cd "$ac_pwd" || { ac_status=$?; break; } + done +fi + +test -n "$ac_init_help" && exit $ac_status +if $ac_init_version; then + cat <<\_ACEOF +shared-mime-info configure 0.60 +generated by GNU Autoconf 2.63 + +Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, +2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +This configure script is free software; the Free Software Foundation +gives unlimited permission to copy, distribute and modify it. +_ACEOF + exit +fi +cat >config.log <<_ACEOF +This file contains any messages produced by compilers while +running configure, to aid debugging if configure makes a mistake. + +It was created by shared-mime-info $as_me 0.60, which was +generated by GNU Autoconf 2.63. Invocation command line was + + $ $0 $@ + +_ACEOF +exec 5>>config.log +{ +cat <<_ASUNAME +## --------- ## +## Platform. ## +## --------- ## + +hostname = `(hostname || uname -n) 2>/dev/null | sed 1q` +uname -m = `(uname -m) 2>/dev/null || echo unknown` +uname -r = `(uname -r) 2>/dev/null || echo unknown` +uname -s = `(uname -s) 2>/dev/null || echo unknown` +uname -v = `(uname -v) 2>/dev/null || echo unknown` + +/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown` +/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown` + +/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown` +/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown` +/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown` +/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown` +/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown` +/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown` +/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown` + +_ASUNAME + +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + $as_echo "PATH: $as_dir" +done +IFS=$as_save_IFS + +} >&5 + +cat >&5 <<_ACEOF + + +## ----------- ## +## Core tests. ## +## ----------- ## + +_ACEOF + + +# Keep a trace of the command line. +# Strip out --no-create and --no-recursion so they do not pile up. +# Strip out --silent because we don't want to record it for future runs. +# Also quote any args containing shell meta-characters. +# Make two passes to allow for proper duplicate-argument suppression. +ac_configure_args= +ac_configure_args0= +ac_configure_args1= +ac_must_keep_next=false +for ac_pass in 1 2 +do + for ac_arg + do + case $ac_arg in + -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;; + -q | -quiet | --quiet | --quie | --qui | --qu | --q \ + | -silent | --silent | --silen | --sile | --sil) + continue ;; + *\'*) + ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; + esac + case $ac_pass in + 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;; + 2) + ac_configure_args1="$ac_configure_args1 '$ac_arg'" + if test $ac_must_keep_next = true; then + ac_must_keep_next=false # Got value, back to normal. + else + case $ac_arg in + *=* | --config-cache | -C | -disable-* | --disable-* \ + | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \ + | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \ + | -with-* | --with-* | -without-* | --without-* | --x) + case "$ac_configure_args0 " in + "$ac_configure_args1"*" '$ac_arg' "* ) continue ;; + esac + ;; + -* ) ac_must_keep_next=true ;; + esac + fi + ac_configure_args="$ac_configure_args '$ac_arg'" + ;; + esac + done +done +$as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; } +$as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; } + +# When interrupted or exit'd, cleanup temporary files, and complete +# config.log. We remove comments because anyway the quotes in there +# would cause problems or look ugly. +# WARNING: Use '\'' to represent an apostrophe within the trap. +# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug. +trap 'exit_status=$? + # Save into config.log some information that might help in debugging. + { + echo + + cat <<\_ASBOX +## ---------------- ## +## Cache variables. ## +## ---------------- ## +_ASBOX + echo + # The following way of writing the cache mishandles newlines in values, +( + for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do + eval ac_val=\$$ac_var + case $ac_val in #( + *${as_nl}*) + case $ac_var in #( + *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5 +$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; + esac + case $ac_var in #( + _ | IFS | as_nl) ;; #( + BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( + *) $as_unset $ac_var ;; + esac ;; + esac + done + (set) 2>&1 | + case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #( + *${as_nl}ac_space=\ *) + sed -n \ + "s/'\''/'\''\\\\'\'''\''/g; + s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p" + ;; #( + *) + sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" + ;; + esac | + sort +) + echo + + cat <<\_ASBOX +## ----------------- ## +## Output variables. ## +## ----------------- ## +_ASBOX + echo + for ac_var in $ac_subst_vars + do + eval ac_val=\$$ac_var + case $ac_val in + *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; + esac + $as_echo "$ac_var='\''$ac_val'\''" + done | sort + echo + + if test -n "$ac_subst_files"; then + cat <<\_ASBOX +## ------------------- ## +## File substitutions. ## +## ------------------- ## +_ASBOX + echo + for ac_var in $ac_subst_files + do + eval ac_val=\$$ac_var + case $ac_val in + *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; + esac + $as_echo "$ac_var='\''$ac_val'\''" + done | sort + echo + fi + + if test -s confdefs.h; then + cat <<\_ASBOX +## ----------- ## +## confdefs.h. ## +## ----------- ## +_ASBOX + echo + cat confdefs.h + echo + fi + test "$ac_signal" != 0 && + $as_echo "$as_me: caught signal $ac_signal" + $as_echo "$as_me: exit $exit_status" + } >&5 + rm -f core *.core core.conftest.* && + rm -f -r conftest* confdefs* conf$$* $ac_clean_files && + exit $exit_status +' 0 +for ac_signal in 1 2 13 15; do + trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal +done +ac_signal=0 + +# confdefs.h avoids OS command line length limits that DEFS can exceed. +rm -f -r conftest* confdefs.h + +# Predefined preprocessor variables. + +cat >>confdefs.h <<_ACEOF +#define PACKAGE_NAME "$PACKAGE_NAME" +_ACEOF + + +cat >>confdefs.h <<_ACEOF +#define PACKAGE_TARNAME "$PACKAGE_TARNAME" +_ACEOF + + +cat >>confdefs.h <<_ACEOF +#define PACKAGE_VERSION "$PACKAGE_VERSION" +_ACEOF + + +cat >>confdefs.h <<_ACEOF +#define PACKAGE_STRING "$PACKAGE_STRING" +_ACEOF + + +cat >>confdefs.h <<_ACEOF +#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT" +_ACEOF + + +# Let the site file select an alternate cache file if it wants to. +# Prefer an explicitly selected file to automatically selected ones. +ac_site_file1=NONE +ac_site_file2=NONE +if test -n "$CONFIG_SITE"; then + ac_site_file1=$CONFIG_SITE +elif test "x$prefix" != xNONE; then + ac_site_file1=$prefix/share/config.site + ac_site_file2=$prefix/etc/config.site +else + ac_site_file1=$ac_default_prefix/share/config.site + ac_site_file2=$ac_default_prefix/etc/config.site +fi +for ac_site_file in "$ac_site_file1" "$ac_site_file2" +do + test "x$ac_site_file" = xNONE && continue + if test -r "$ac_site_file"; then + { $as_echo "$as_me:$LINENO: loading site script $ac_site_file" >&5 +$as_echo "$as_me: loading site script $ac_site_file" >&6;} + sed 's/^/| /' "$ac_site_file" >&5 + . "$ac_site_file" + fi +done + +if test -r "$cache_file"; then + # Some versions of bash will fail to source /dev/null (special + # files actually), so we avoid doing that. + if test -f "$cache_file"; then + { $as_echo "$as_me:$LINENO: loading cache $cache_file" >&5 +$as_echo "$as_me: loading cache $cache_file" >&6;} + case $cache_file in + [\\/]* | ?:[\\/]* ) . "$cache_file";; + *) . "./$cache_file";; + esac + fi +else + { $as_echo "$as_me:$LINENO: creating cache $cache_file" >&5 +$as_echo "$as_me: creating cache $cache_file" >&6;} + >$cache_file +fi + +# Check that the precious variables saved in the cache have kept the same +# value. +ac_cache_corrupted=false +for ac_var in $ac_precious_vars; do + eval ac_old_set=\$ac_cv_env_${ac_var}_set + eval ac_new_set=\$ac_env_${ac_var}_set + eval ac_old_val=\$ac_cv_env_${ac_var}_value + eval ac_new_val=\$ac_env_${ac_var}_value + case $ac_old_set,$ac_new_set in + set,) + { $as_echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 +$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} + ac_cache_corrupted=: ;; + ,set) + { $as_echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5 +$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} + ac_cache_corrupted=: ;; + ,);; + *) + if test "x$ac_old_val" != "x$ac_new_val"; then + # differences in whitespace do not lead to failure. + ac_old_val_w=`echo x $ac_old_val` + ac_new_val_w=`echo x $ac_new_val` + if test "$ac_old_val_w" != "$ac_new_val_w"; then + { $as_echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5 +$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} + ac_cache_corrupted=: + else + { $as_echo "$as_me:$LINENO: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5 +$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;} + eval $ac_var=\$ac_old_val + fi + { $as_echo "$as_me:$LINENO: former value: \`$ac_old_val'" >&5 +$as_echo "$as_me: former value: \`$ac_old_val'" >&2;} + { $as_echo "$as_me:$LINENO: current value: \`$ac_new_val'" >&5 +$as_echo "$as_me: current value: \`$ac_new_val'" >&2;} + fi;; + esac + # Pass precious variables to config.status. + if test "$ac_new_set" = set; then + case $ac_new_val in + *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; + *) ac_arg=$ac_var=$ac_new_val ;; + esac + case " $ac_configure_args " in + *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy. + *) ac_configure_args="$ac_configure_args '$ac_arg'" ;; + esac + fi +done +if $ac_cache_corrupted; then + { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} + { $as_echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5 +$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;} + { { $as_echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5 +$as_echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;} + { (exit 1); exit 1; }; } +fi + + + + + + + + + + + + + + + + + + + + + + + + + +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + + + +am__api_version='1.10' + +ac_aux_dir= +for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do + if test -f "$ac_dir/install-sh"; then + ac_aux_dir=$ac_dir + ac_install_sh="$ac_aux_dir/install-sh -c" + break + elif test -f "$ac_dir/install.sh"; then + ac_aux_dir=$ac_dir + ac_install_sh="$ac_aux_dir/install.sh -c" + break + elif test -f "$ac_dir/shtool"; then + ac_aux_dir=$ac_dir + ac_install_sh="$ac_aux_dir/shtool install -c" + break + fi +done +if test -z "$ac_aux_dir"; then + { { $as_echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5 +$as_echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;} + { (exit 1); exit 1; }; } +fi + +# These three variables are undocumented and unsupported, +# and are intended to be withdrawn in a future Autoconf release. +# They can cause serious problems if a builder's source tree is in a directory +# whose full name contains unusual characters. +ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var. +ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var. +ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var. + + +# Find a good install program. We prefer a C program (faster), +# so one script is as good as another. But avoid the broken or +# incompatible versions: +# SysV /etc/install, /usr/sbin/install +# SunOS /usr/etc/install +# IRIX /sbin/install +# AIX /bin/install +# AmigaOS /C/install, which installs bootblocks on floppy discs +# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag +# AFS /usr/afsws/bin/install, which mishandles nonexistent args +# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" +# OS/2's system install, which has a completely different semantic +# ./install, which can be erroneously created by make from ./install.sh. +# Reject install programs that cannot install multiple files. +{ $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 +$as_echo_n "checking for a BSD-compatible install... " >&6; } +if test -z "$INSTALL"; then +if test "${ac_cv_path_install+set}" = set; then + $as_echo_n "(cached) " >&6 +else + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + # Account for people who put trailing slashes in PATH elements. +case $as_dir/ in + ./ | .// | /cC/* | \ + /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \ + ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \ + /usr/ucb/* ) ;; + *) + # OSF1 and SCO ODT 3.0 have their own names for install. + # Don't use installbsd from OSF since it installs stuff as root + # by default. + for ac_prog in ginstall scoinst install; do + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then + if test $ac_prog = install && + grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then + # AIX install. It has an incompatible calling convention. + : + elif test $ac_prog = install && + grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then + # program-specific install script used by HP pwplus--don't use. + : + else + rm -rf conftest.one conftest.two conftest.dir + echo one > conftest.one + echo two > conftest.two + mkdir conftest.dir + if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" && + test -s conftest.one && test -s conftest.two && + test -s conftest.dir/conftest.one && + test -s conftest.dir/conftest.two + then + ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" + break 3 + fi + fi + fi + done + done + ;; +esac + +done +IFS=$as_save_IFS + +rm -rf conftest.one conftest.two conftest.dir + +fi + if test "${ac_cv_path_install+set}" = set; then + INSTALL=$ac_cv_path_install + else + # As a last resort, use the slow shell script. Don't cache a + # value for INSTALL within a source directory, because that will + # break other packages using the cache if that directory is + # removed, or if the value is a relative name. + INSTALL=$ac_install_sh + fi +fi +{ $as_echo "$as_me:$LINENO: result: $INSTALL" >&5 +$as_echo "$INSTALL" >&6; } + +# Use test -z because SunOS4 sh mishandles braces in ${var-val}. +# It thinks the first close brace ends the variable substitution. +test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' + +test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}' + +test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' + +{ $as_echo "$as_me:$LINENO: checking whether build environment is sane" >&5 +$as_echo_n "checking whether build environment is sane... " >&6; } +# Just in case +sleep 1 +echo timestamp > conftest.file +# Do `set' in a subshell so we don't clobber the current shell's +# arguments. Must try -L first in case configure is actually a +# symlink; some systems play weird games with the mod time of symlinks +# (eg FreeBSD returns the mod time of the symlink's containing +# directory). +if ( + set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null` + if test "$*" = "X"; then + # -L didn't work. + set X `ls -t $srcdir/configure conftest.file` + fi + rm -f conftest.file + if test "$*" != "X $srcdir/configure conftest.file" \ + && test "$*" != "X conftest.file $srcdir/configure"; then + + # If neither matched, then we have a broken ls. This can happen + # if, for instance, CONFIG_SHELL is bash and it inherits a + # broken ls alias from the environment. This has actually + # happened. Such a system could not be considered "sane". + { { $as_echo "$as_me:$LINENO: error: ls -t appears to fail. Make sure there is not a broken +alias in your environment" >&5 +$as_echo "$as_me: error: ls -t appears to fail. Make sure there is not a broken +alias in your environment" >&2;} + { (exit 1); exit 1; }; } + fi + + test "$2" = conftest.file + ) +then + # Ok. + : +else + { { $as_echo "$as_me:$LINENO: error: newly created file is older than distributed files! +Check your system clock" >&5 +$as_echo "$as_me: error: newly created file is older than distributed files! +Check your system clock" >&2;} + { (exit 1); exit 1; }; } +fi +{ $as_echo "$as_me:$LINENO: result: yes" >&5 +$as_echo "yes" >&6; } +test "$program_prefix" != NONE && + program_transform_name="s&^&$program_prefix&;$program_transform_name" +# Use a double $ so make ignores it. +test "$program_suffix" != NONE && + program_transform_name="s&\$&$program_suffix&;$program_transform_name" +# Double any \ or $. +# By default was `s,x,x', remove it if useless. +ac_script='s/[\\$]/&&/g;s/;s,x,x,$//' +program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"` + +# expand $ac_aux_dir to an absolute path +am_aux_dir=`cd $ac_aux_dir && pwd` + +test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing" +# Use eval to expand $SHELL +if eval "$MISSING --run true"; then + am_missing_run="$MISSING --run " +else + am_missing_run= + { $as_echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5 +$as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;} +fi + +{ $as_echo "$as_me:$LINENO: checking for a thread-safe mkdir -p" >&5 +$as_echo_n "checking for a thread-safe mkdir -p... " >&6; } +if test -z "$MKDIR_P"; then + if test "${ac_cv_path_mkdir+set}" = set; then + $as_echo_n "(cached) " >&6 +else + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_prog in mkdir gmkdir; do + for ac_exec_ext in '' $ac_executable_extensions; do + { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue + case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #( + 'mkdir (GNU coreutils) '* | \ + 'mkdir (coreutils) '* | \ + 'mkdir (fileutils) '4.1*) + ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext + break 3;; + esac + done + done +done +IFS=$as_save_IFS + +fi + + if test "${ac_cv_path_mkdir+set}" = set; then + MKDIR_P="$ac_cv_path_mkdir -p" + else + # As a last resort, use the slow shell script. Don't cache a + # value for MKDIR_P within a source directory, because that will + # break other packages using the cache if that directory is + # removed, or if the value is a relative name. + test -d ./--version && rmdir ./--version + MKDIR_P="$ac_install_sh -d" + fi +fi +{ $as_echo "$as_me:$LINENO: result: $MKDIR_P" >&5 +$as_echo "$MKDIR_P" >&6; } + +mkdir_p="$MKDIR_P" +case $mkdir_p in + [\\/$]* | ?:[\\/]*) ;; + */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;; +esac + +for ac_prog in gawk mawk nawk awk +do + # Extract the first word of "$ac_prog", so it can be a program name with args. +set dummy $ac_prog; ac_word=$2 +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if test "${ac_cv_prog_AWK+set}" = set; then + $as_echo_n "(cached) " >&6 +else + if test -n "$AWK"; then + ac_cv_prog_AWK="$AWK" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_prog_AWK="$ac_prog" + $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done +done +IFS=$as_save_IFS + +fi +fi +AWK=$ac_cv_prog_AWK +if test -n "$AWK"; then + { $as_echo "$as_me:$LINENO: result: $AWK" >&5 +$as_echo "$AWK" >&6; } +else + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } +fi + + + test -n "$AWK" && break +done + +{ $as_echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5 +$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } +set x ${MAKE-make} +ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` +if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then + $as_echo_n "(cached) " >&6 +else + cat >conftest.make <<\_ACEOF +SHELL = /bin/sh +all: + @echo '@@@%%%=$(MAKE)=@@@%%%' +_ACEOF +# GNU make sometimes prints "make[1]: Entering...", which would confuse us. +case `${MAKE-make} -f conftest.make 2>/dev/null` in + *@@@%%%=?*=@@@%%%*) + eval ac_cv_prog_make_${ac_make}_set=yes;; + *) + eval ac_cv_prog_make_${ac_make}_set=no;; +esac +rm -f conftest.make +fi +if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then + { $as_echo "$as_me:$LINENO: result: yes" >&5 +$as_echo "yes" >&6; } + SET_MAKE= +else + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } + SET_MAKE="MAKE=${MAKE-make}" +fi + +rm -rf .tst 2>/dev/null +mkdir .tst 2>/dev/null +if test -d .tst; then + am__leading_dot=. +else + am__leading_dot=_ +fi +rmdir .tst 2>/dev/null + +if test "`cd $srcdir && pwd`" != "`pwd`"; then + # Use -I$(srcdir) only when $(srcdir) != ., so that make's output + # is not polluted with repeated "-I." + am__isrc=' -I$(srcdir)' + # test to see if srcdir already configured + if test -f $srcdir/config.status; then + { { $as_echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5 +$as_echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;} + { (exit 1); exit 1; }; } + fi +fi + +# test whether we have cygpath +if test -z "$CYGPATH_W"; then + if (cygpath --version) >/dev/null 2>/dev/null; then + CYGPATH_W='cygpath -w' + else + CYGPATH_W=echo + fi +fi + + +# Define the identity of the package. + PACKAGE='shared-mime-info' + VERSION='0.60' + + +cat >>confdefs.h <<_ACEOF +#define PACKAGE "$PACKAGE" +_ACEOF + + +cat >>confdefs.h <<_ACEOF +#define VERSION "$VERSION" +_ACEOF + +# Some tools Automake needs. + +ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"} + + +AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"} + + +AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"} + + +AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"} + + +MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"} + +install_sh=${install_sh-"\$(SHELL) $am_aux_dir/install-sh"} + +# Installed binaries are usually stripped using `strip' when the user +# run `make install-strip'. However `strip' might not be the right +# tool to use in cross-compilation environments, therefore Automake +# will honor the `STRIP' environment variable to overrule this program. +if test "$cross_compiling" != no; then + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. +set dummy ${ac_tool_prefix}strip; ac_word=$2 +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if test "${ac_cv_prog_STRIP+set}" = set; then + $as_echo_n "(cached) " >&6 +else + if test -n "$STRIP"; then + ac_cv_prog_STRIP="$STRIP" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_prog_STRIP="${ac_tool_prefix}strip" + $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done +done +IFS=$as_save_IFS + +fi +fi +STRIP=$ac_cv_prog_STRIP +if test -n "$STRIP"; then + { $as_echo "$as_me:$LINENO: result: $STRIP" >&5 +$as_echo "$STRIP" >&6; } +else + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_STRIP"; then + ac_ct_STRIP=$STRIP + # Extract the first word of "strip", so it can be a program name with args. +set dummy strip; ac_word=$2 +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then + $as_echo_n "(cached) " >&6 +else + if test -n "$ac_ct_STRIP"; then + ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_prog_ac_ct_STRIP="strip" + $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done +done +IFS=$as_save_IFS + +fi +fi +ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP +if test -n "$ac_ct_STRIP"; then + { $as_echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5 +$as_echo "$ac_ct_STRIP" >&6; } +else + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } +fi + + if test "x$ac_ct_STRIP" = x; then + STRIP=":" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5 +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + STRIP=$ac_ct_STRIP + fi +else + STRIP="$ac_cv_prog_STRIP" +fi + +fi +INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" + +# We need awk for the "check" target. The system "awk" is bad on +# some platforms. +# Always define AMTAR for backward compatibility. + +AMTAR=${AMTAR-"${am_missing_run}tar"} + +am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -' + + + + + + +ac_config_headers="$ac_config_headers config.h" + + +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu +if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. +set dummy ${ac_tool_prefix}gcc; ac_word=$2 +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if test "${ac_cv_prog_CC+set}" = set; then + $as_echo_n "(cached) " >&6 +else + if test -n "$CC"; then + ac_cv_prog_CC="$CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_prog_CC="${ac_tool_prefix}gcc" + $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done +done +IFS=$as_save_IFS + +fi +fi +CC=$ac_cv_prog_CC +if test -n "$CC"; then + { $as_echo "$as_me:$LINENO: result: $CC" >&5 +$as_echo "$CC" >&6; } +else + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_CC"; then + ac_ct_CC=$CC + # Extract the first word of "gcc", so it can be a program name with args. +set dummy gcc; ac_word=$2 +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if test "${ac_cv_prog_ac_ct_CC+set}" = set; then + $as_echo_n "(cached) " >&6 +else + if test -n "$ac_ct_CC"; then + ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_prog_ac_ct_CC="gcc" + $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done +done +IFS=$as_save_IFS + +fi +fi +ac_ct_CC=$ac_cv_prog_ac_ct_CC +if test -n "$ac_ct_CC"; then + { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 +$as_echo "$ac_ct_CC" >&6; } +else + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } +fi + + if test "x$ac_ct_CC" = x; then + CC="" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5 +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + CC=$ac_ct_CC + fi +else + CC="$ac_cv_prog_CC" +fi + +if test -z "$CC"; then + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. +set dummy ${ac_tool_prefix}cc; ac_word=$2 +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if test "${ac_cv_prog_CC+set}" = set; then + $as_echo_n "(cached) " >&6 +else + if test -n "$CC"; then + ac_cv_prog_CC="$CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_prog_CC="${ac_tool_prefix}cc" + $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done +done +IFS=$as_save_IFS + +fi +fi +CC=$ac_cv_prog_CC +if test -n "$CC"; then + { $as_echo "$as_me:$LINENO: result: $CC" >&5 +$as_echo "$CC" >&6; } +else + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } +fi + + + fi +fi +if test -z "$CC"; then + # Extract the first word of "cc", so it can be a program name with args. +set dummy cc; ac_word=$2 +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if test "${ac_cv_prog_CC+set}" = set; then + $as_echo_n "(cached) " >&6 +else + if test -n "$CC"; then + ac_cv_prog_CC="$CC" # Let the user override the test. +else + ac_prog_rejected=no +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then + ac_prog_rejected=yes + continue + fi + ac_cv_prog_CC="cc" + $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done +done +IFS=$as_save_IFS + +if test $ac_prog_rejected = yes; then + # We found a bogon in the path, so make sure we never use it. + set dummy $ac_cv_prog_CC + shift + if test $# != 0; then + # We chose a different compiler from the bogus one. + # However, it has the same basename, so the bogon will be chosen + # first if we set CC to just the basename; use the full file name. + shift + ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@" + fi +fi +fi +fi +CC=$ac_cv_prog_CC +if test -n "$CC"; then + { $as_echo "$as_me:$LINENO: result: $CC" >&5 +$as_echo "$CC" >&6; } +else + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } +fi + + +fi +if test -z "$CC"; then + if test -n "$ac_tool_prefix"; then + for ac_prog in cl.exe + do + # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. +set dummy $ac_tool_prefix$ac_prog; ac_word=$2 +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if test "${ac_cv_prog_CC+set}" = set; then + $as_echo_n "(cached) " >&6 +else + if test -n "$CC"; then + ac_cv_prog_CC="$CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_prog_CC="$ac_tool_prefix$ac_prog" + $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done +done +IFS=$as_save_IFS + +fi +fi +CC=$ac_cv_prog_CC +if test -n "$CC"; then + { $as_echo "$as_me:$LINENO: result: $CC" >&5 +$as_echo "$CC" >&6; } +else + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } +fi + + + test -n "$CC" && break + done +fi +if test -z "$CC"; then + ac_ct_CC=$CC + for ac_prog in cl.exe +do + # Extract the first word of "$ac_prog", so it can be a program name with args. +set dummy $ac_prog; ac_word=$2 +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if test "${ac_cv_prog_ac_ct_CC+set}" = set; then + $as_echo_n "(cached) " >&6 +else + if test -n "$ac_ct_CC"; then + ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_prog_ac_ct_CC="$ac_prog" + $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done +done +IFS=$as_save_IFS + +fi +fi +ac_ct_CC=$ac_cv_prog_ac_ct_CC +if test -n "$ac_ct_CC"; then + { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 +$as_echo "$ac_ct_CC" >&6; } +else + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } +fi + + + test -n "$ac_ct_CC" && break +done + + if test "x$ac_ct_CC" = x; then + CC="" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5 +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + CC=$ac_ct_CC + fi +fi + +fi + + +test -z "$CC" && { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} +{ { $as_echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH +See \`config.log' for more details." >&5 +$as_echo "$as_me: error: no acceptable C compiler found in \$PATH +See \`config.log' for more details." >&2;} + { (exit 1); exit 1; }; }; } + +# Provide some information about the compiler. +$as_echo "$as_me:$LINENO: checking for C compiler version" >&5 +set X $ac_compile +ac_compiler=$2 +{ (ac_try="$ac_compiler --version >&5" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 + (eval "$ac_compiler --version >&5") 2>&5 + ac_status=$? + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } +{ (ac_try="$ac_compiler -v >&5" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 + (eval "$ac_compiler -v >&5") 2>&5 + ac_status=$? + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } +{ (ac_try="$ac_compiler -V >&5" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 + (eval "$ac_compiler -V >&5") 2>&5 + ac_status=$? + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } + +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +ac_clean_files_save=$ac_clean_files +ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out" +# Try to create an executable without -o first, disregard a.out. +# It will help us diagnose broken compilers, and finding out an intuition +# of exeext. +{ $as_echo "$as_me:$LINENO: checking for C compiler default output file name" >&5 +$as_echo_n "checking for C compiler default output file name... " >&6; } +ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` + +# The possible output files: +ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*" + +ac_rmfiles= +for ac_file in $ac_files +do + case $ac_file in + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; + * ) ac_rmfiles="$ac_rmfiles $ac_file";; + esac +done +rm -f $ac_rmfiles + +if { (ac_try="$ac_link_default" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 + (eval "$ac_link_default") 2>&5 + ac_status=$? + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; then + # Autoconf-2.13 could set the ac_cv_exeext variable to `no'. +# So ignore a value of `no', otherwise this would lead to `EXEEXT = no' +# in a Makefile. We should not override ac_cv_exeext if it was cached, +# so that the user can short-circuit this test for compilers unknown to +# Autoconf. +for ac_file in $ac_files '' +do + test -f "$ac_file" || continue + case $ac_file in + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) + ;; + [ab].out ) + # We found the default executable, but exeext='' is most + # certainly right. + break;; + *.* ) + if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no; + then :; else + ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` + fi + # We set ac_cv_exeext here because the later test for it is not + # safe: cross compilers may not add the suffix if given an `-o' + # argument, so we may need to know it at that point already. + # Even if this section looks crufty: it has the advantage of + # actually working. + break;; + * ) + break;; + esac +done +test "$ac_cv_exeext" = no && ac_cv_exeext= + +else + ac_file='' +fi + +{ $as_echo "$as_me:$LINENO: result: $ac_file" >&5 +$as_echo "$ac_file" >&6; } +if test -z "$ac_file"; then + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +{ { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} +{ { $as_echo "$as_me:$LINENO: error: C compiler cannot create executables +See \`config.log' for more details." >&5 +$as_echo "$as_me: error: C compiler cannot create executables +See \`config.log' for more details." >&2;} + { (exit 77); exit 77; }; }; } +fi + +ac_exeext=$ac_cv_exeext + +# Check that the compiler produces executables we can run. If not, either +# the compiler is broken, or we cross compile. +{ $as_echo "$as_me:$LINENO: checking whether the C compiler works" >&5 +$as_echo_n "checking whether the C compiler works... " >&6; } +# FIXME: These cross compiler hacks should be removed for Autoconf 3.0 +# If not cross compiling, check that we can run a simple program. +if test "$cross_compiling" != yes; then + if { ac_try='./$ac_file' + { (case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 + (eval "$ac_try") 2>&5 + ac_status=$? + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + cross_compiling=no + else + if test "$cross_compiling" = maybe; then + cross_compiling=yes + else + { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} +{ { $as_echo "$as_me:$LINENO: error: cannot run C compiled programs. +If you meant to cross compile, use \`--host'. +See \`config.log' for more details." >&5 +$as_echo "$as_me: error: cannot run C compiled programs. +If you meant to cross compile, use \`--host'. +See \`config.log' for more details." >&2;} + { (exit 1); exit 1; }; }; } + fi + fi +fi +{ $as_echo "$as_me:$LINENO: result: yes" >&5 +$as_echo "yes" >&6; } + +rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out +ac_clean_files=$ac_clean_files_save +# Check that the compiler produces executables we can run. If not, either +# the compiler is broken, or we cross compile. +{ $as_echo "$as_me:$LINENO: checking whether we are cross compiling" >&5 +$as_echo_n "checking whether we are cross compiling... " >&6; } +{ $as_echo "$as_me:$LINENO: result: $cross_compiling" >&5 +$as_echo "$cross_compiling" >&6; } + +{ $as_echo "$as_me:$LINENO: checking for suffix of executables" >&5 +$as_echo_n "checking for suffix of executables... " >&6; } +if { (ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 + (eval "$ac_link") 2>&5 + ac_status=$? + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; then + # If both `conftest.exe' and `conftest' are `present' (well, observable) +# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will +# work properly (i.e., refer to `conftest.exe'), while it won't with +# `rm'. +for ac_file in conftest.exe conftest conftest.*; do + test -f "$ac_file" || continue + case $ac_file in + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; + *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` + break;; + * ) break;; + esac +done +else + { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} +{ { $as_echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link +See \`config.log' for more details." >&5 +$as_echo "$as_me: error: cannot compute suffix of executables: cannot compile and link +See \`config.log' for more details." >&2;} + { (exit 1); exit 1; }; }; } +fi + +rm -f conftest$ac_cv_exeext +{ $as_echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5 +$as_echo "$ac_cv_exeext" >&6; } + +rm -f conftest.$ac_ext +EXEEXT=$ac_cv_exeext +ac_exeext=$EXEEXT +{ $as_echo "$as_me:$LINENO: checking for suffix of object files" >&5 +$as_echo_n "checking for suffix of object files... " >&6; } +if test "${ac_cv_objext+set}" = set; then + $as_echo_n "(cached) " >&6 +else + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +rm -f conftest.o conftest.obj +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 + (eval "$ac_compile") 2>&5 + ac_status=$? + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; then + for ac_file in conftest.o conftest.obj conftest.*; do + test -f "$ac_file" || continue; + case $ac_file in + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;; + *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` + break;; + esac +done +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +{ { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} +{ { $as_echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile +See \`config.log' for more details." >&5 +$as_echo "$as_me: error: cannot compute suffix of object files: cannot compile +See \`config.log' for more details." >&2;} + { (exit 1); exit 1; }; }; } +fi + +rm -f conftest.$ac_cv_objext conftest.$ac_ext +fi +{ $as_echo "$as_me:$LINENO: result: $ac_cv_objext" >&5 +$as_echo "$ac_cv_objext" >&6; } +OBJEXT=$ac_cv_objext +ac_objext=$OBJEXT +{ $as_echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5 +$as_echo_n "checking whether we are using the GNU C compiler... " >&6; } +if test "${ac_cv_c_compiler_gnu+set}" = set; then + $as_echo_n "(cached) " >&6 +else + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +int +main () +{ +#ifndef __GNUC__ + choke me +#endif + + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + ac_compiler_gnu=yes +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_compiler_gnu=no +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +ac_cv_c_compiler_gnu=$ac_compiler_gnu + +fi +{ $as_echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5 +$as_echo "$ac_cv_c_compiler_gnu" >&6; } +if test $ac_compiler_gnu = yes; then + GCC=yes +else + GCC= +fi +ac_test_CFLAGS=${CFLAGS+set} +ac_save_CFLAGS=$CFLAGS +{ $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5 +$as_echo_n "checking whether $CC accepts -g... " >&6; } +if test "${ac_cv_prog_cc_g+set}" = set; then + $as_echo_n "(cached) " >&6 +else + ac_save_c_werror_flag=$ac_c_werror_flag + ac_c_werror_flag=yes + ac_cv_prog_cc_g=no + CFLAGS="-g" + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + ac_cv_prog_cc_g=yes +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + CFLAGS="" + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + : +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_c_werror_flag=$ac_save_c_werror_flag + CFLAGS="-g" + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + ac_cv_prog_cc_g=yes +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + ac_c_werror_flag=$ac_save_c_werror_flag +fi +{ $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5 +$as_echo "$ac_cv_prog_cc_g" >&6; } +if test "$ac_test_CFLAGS" = set; then + CFLAGS=$ac_save_CFLAGS +elif test $ac_cv_prog_cc_g = yes; then + if test "$GCC" = yes; then + CFLAGS="-g -O2" + else + CFLAGS="-g" + fi +else + if test "$GCC" = yes; then + CFLAGS="-O2" + else + CFLAGS= + fi +fi +{ $as_echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5 +$as_echo_n "checking for $CC option to accept ISO C89... " >&6; } +if test "${ac_cv_prog_cc_c89+set}" = set; then + $as_echo_n "(cached) " >&6 +else + ac_cv_prog_cc_c89=no +ac_save_CC=$CC +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include +#include +#include +#include +/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ +struct buf { int x; }; +FILE * (*rcsopen) (struct buf *, struct stat *, int); +static char *e (p, i) + char **p; + int i; +{ + return p[i]; +} +static char *f (char * (*g) (char **, int), char **p, ...) +{ + char *s; + va_list v; + va_start (v,p); + s = g (p, va_arg (v,int)); + va_end (v); + return s; +} + +/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has + function prototypes and stuff, but not '\xHH' hex character constants. + These don't provoke an error unfortunately, instead are silently treated + as 'x'. The following induces an error, until -std is added to get + proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an + array size at least. It's necessary to write '\x00'==0 to get something + that's true only with -std. */ +int osf4_cc_array ['\x00' == 0 ? 1 : -1]; + +/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters + inside strings and character constants. */ +#define FOO(x) 'x' +int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1]; + +int test (int i, double x); +struct s1 {int (*f) (int a);}; +struct s2 {int (*f) (double a);}; +int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); +int argc; +char **argv; +int +main () +{ +return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; + ; + return 0; +} +_ACEOF +for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \ + -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__" +do + CC="$ac_save_CC $ac_arg" + rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + ac_cv_prog_cc_c89=$ac_arg +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + +fi + +rm -f core conftest.err conftest.$ac_objext + test "x$ac_cv_prog_cc_c89" != "xno" && break +done +rm -f conftest.$ac_ext +CC=$ac_save_CC + +fi +# AC_CACHE_VAL +case "x$ac_cv_prog_cc_c89" in + x) + { $as_echo "$as_me:$LINENO: result: none needed" >&5 +$as_echo "none needed" >&6; } ;; + xno) + { $as_echo "$as_me:$LINENO: result: unsupported" >&5 +$as_echo "unsupported" >&6; } ;; + *) + CC="$CC $ac_cv_prog_cc_c89" + { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5 +$as_echo "$ac_cv_prog_cc_c89" >&6; } ;; +esac + + +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu +DEPDIR="${am__leading_dot}deps" + +ac_config_commands="$ac_config_commands depfiles" + + +am_make=${MAKE-make} +cat > confinc << 'END' +am__doit: + @echo done +.PHONY: am__doit +END +# If we don't find an include directive, just comment out the code. +{ $as_echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5 +$as_echo_n "checking for style of include used by $am_make... " >&6; } +am__include="#" +am__quote= +_am_result=none +# First try GNU make style include. +echo "include confinc" > confmf +# We grep out `Entering directory' and `Leaving directory' +# messages which can occur if `w' ends up in MAKEFLAGS. +# In particular we don't look at `^make:' because GNU make might +# be invoked under some other name (usually "gmake"), in which +# case it prints its new name instead of `make'. +if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then + am__include=include + am__quote= + _am_result=GNU +fi +# Now try BSD make style include. +if test "$am__include" = "#"; then + echo '.include "confinc"' > confmf + if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then + am__include=.include + am__quote="\"" + _am_result=BSD + fi +fi + + +{ $as_echo "$as_me:$LINENO: result: $_am_result" >&5 +$as_echo "$_am_result" >&6; } +rm -f confinc confmf + +# Check whether --enable-dependency-tracking was given. +if test "${enable_dependency_tracking+set}" = set; then + enableval=$enable_dependency_tracking; +fi + +if test "x$enable_dependency_tracking" != xno; then + am_depcomp="$ac_aux_dir/depcomp" + AMDEPBACKSLASH='\' +fi + if test "x$enable_dependency_tracking" != xno; then + AMDEP_TRUE= + AMDEP_FALSE='#' +else + AMDEP_TRUE='#' + AMDEP_FALSE= +fi + + + +depcc="$CC" am_compiler_list= + +{ $as_echo "$as_me:$LINENO: checking dependency style of $depcc" >&5 +$as_echo_n "checking dependency style of $depcc... " >&6; } +if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then + $as_echo_n "(cached) " >&6 +else + if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then + # We make a subdir and do the tests there. Otherwise we can end up + # making bogus files that we don't know about and never remove. For + # instance it was reported that on HP-UX the gcc test will end up + # making a dummy file named `D' -- because `-MD' means `put the output + # in D'. + mkdir conftest.dir + # Copy depcomp to subdir because otherwise we won't find it if we're + # using a relative directory. + cp "$am_depcomp" conftest.dir + cd conftest.dir + # We will build objects and dependencies in a subdirectory because + # it helps to detect inapplicable dependency modes. For instance + # both Tru64's cc and ICC support -MD to output dependencies as a + # side effect of compilation, but ICC will put the dependencies in + # the current directory while Tru64 will put them in the object + # directory. + mkdir sub + + am_cv_CC_dependencies_compiler_type=none + if test "$am_compiler_list" = ""; then + am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` + fi + for depmode in $am_compiler_list; do + # Setup a source with many dependencies, because some compilers + # like to wrap large dependency lists on column 80 (with \), and + # we should not choose a depcomp mode which is confused by this. + # + # We need to recreate these files for each test, as the compiler may + # overwrite some of them when testing with obscure command lines. + # This happens at least with the AIX C compiler. + : > sub/conftest.c + for i in 1 2 3 4 5 6; do + echo '#include "conftst'$i'.h"' >> sub/conftest.c + # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with + # Solaris 8's {/usr,}/bin/sh. + touch sub/conftst$i.h + done + echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf + + case $depmode in + nosideeffect) + # after this tag, mechanisms are not by side-effect, so they'll + # only be used when explicitly requested + if test "x$enable_dependency_tracking" = xyes; then + continue + else + break + fi + ;; + none) break ;; + esac + # We check with `-c' and `-o' for the sake of the "dashmstdout" + # mode. It turns out that the SunPro C++ compiler does not properly + # handle `-M -o', and we need to detect this. + if depmode=$depmode \ + source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \ + depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ + $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \ + >/dev/null 2>conftest.err && + grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && + grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && + grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 && + ${MAKE-make} -s -f confmf > /dev/null 2>&1; then + # icc doesn't choke on unknown options, it will just issue warnings + # or remarks (even with -Werror). So we grep stderr for any message + # that says an option was ignored or not supported. + # When given -MP, icc 7.0 and 7.1 complain thusly: + # icc: Command line warning: ignoring option '-M'; no argument required + # The diagnosis changed in icc 8.0: + # icc: Command line remark: option '-MP' not supported + if (grep 'ignoring option' conftest.err || + grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else + am_cv_CC_dependencies_compiler_type=$depmode + break + fi + fi + done + + cd .. + rm -rf conftest.dir +else + am_cv_CC_dependencies_compiler_type=none +fi + +fi +{ $as_echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5 +$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; } +CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type + + if + test "x$enable_dependency_tracking" != xno \ + && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then + am__fastdepCC_TRUE= + am__fastdepCC_FALSE='#' +else + am__fastdepCC_TRUE='#' + am__fastdepCC_FALSE= +fi + + + + +{ $as_echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5 +$as_echo_n "checking for an ANSI C-conforming const... " >&6; } +if test "${ac_cv_c_const+set}" = set; then + $as_echo_n "(cached) " >&6 +else + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +int +main () +{ +/* FIXME: Include the comments suggested by Paul. */ +#ifndef __cplusplus + /* Ultrix mips cc rejects this. */ + typedef int charset[2]; + const charset cs; + /* SunOS 4.1.1 cc rejects this. */ + char const *const *pcpcc; + char **ppc; + /* NEC SVR4.0.2 mips cc rejects this. */ + struct point {int x, y;}; + static struct point const zero = {0,0}; + /* AIX XL C 1.02.0.0 rejects this. + It does not let you subtract one const X* pointer from another in + an arm of an if-expression whose if-part is not a constant + expression */ + const char *g = "string"; + pcpcc = &g + (g ? g-g : 0); + /* HPUX 7.0 cc rejects these. */ + ++pcpcc; + ppc = (char**) pcpcc; + pcpcc = (char const *const *) ppc; + { /* SCO 3.2v4 cc rejects this. */ + char *t; + char const *s = 0 ? (char *) 0 : (char const *) 0; + + *t++ = 0; + if (s) return 0; + } + { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */ + int x[] = {25, 17}; + const int *foo = &x[0]; + ++foo; + } + { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */ + typedef const int *iptr; + iptr p = 0; + ++p; + } + { /* AIX XL C 1.02.0.0 rejects this saying + "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */ + struct s { int j; const int *ap[3]; }; + struct s *b; b->j = 5; + } + { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */ + const int foo = 10; + if (!foo) return 0; + } + return !cs[0] && !zero.x; +#endif + + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + ac_cv_c_const=yes +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_cv_c_const=no +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi +{ $as_echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5 +$as_echo "$ac_cv_c_const" >&6; } +if test $ac_cv_c_const = no; then + +cat >>confdefs.h <<\_ACEOF +#define const /**/ +_ACEOF + +fi + + + + + { $as_echo "$as_me:$LINENO: checking whether NLS is requested" >&5 +$as_echo_n "checking whether NLS is requested... " >&6; } + # Check whether --enable-nls was given. +if test "${enable_nls+set}" = set; then + enableval=$enable_nls; USE_NLS=$enableval +else + USE_NLS=yes +fi + + { $as_echo "$as_me:$LINENO: result: $USE_NLS" >&5 +$as_echo "$USE_NLS" >&6; } + + + + +case "$am__api_version" in + 1.01234) + { { $as_echo "$as_me:$LINENO: error: Automake 1.5 or newer is required to use intltool" >&5 +$as_echo "$as_me: error: Automake 1.5 or newer is required to use intltool" >&2;} + { (exit 1); exit 1; }; } + ;; + *) + ;; +esac + +if test -n "0.35.0"; then + { $as_echo "$as_me:$LINENO: checking for intltool >= 0.35.0" >&5 +$as_echo_n "checking for intltool >= 0.35.0... " >&6; } + + INTLTOOL_REQUIRED_VERSION_AS_INT=`echo 0.35.0 | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'` + INTLTOOL_APPLIED_VERSION=`intltool-update --version | head -1 | cut -d" " -f3` + INTLTOOL_APPLIED_VERSION_AS_INT=`echo $INTLTOOL_APPLIED_VERSION | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'` + + { $as_echo "$as_me:$LINENO: result: $INTLTOOL_APPLIED_VERSION found" >&5 +$as_echo "$INTLTOOL_APPLIED_VERSION found" >&6; } + test "$INTLTOOL_APPLIED_VERSION_AS_INT" -ge "$INTLTOOL_REQUIRED_VERSION_AS_INT" || + { { $as_echo "$as_me:$LINENO: error: Your intltool is too old. You need intltool 0.35.0 or later." >&5 +$as_echo "$as_me: error: Your intltool is too old. You need intltool 0.35.0 or later." >&2;} + { (exit 1); exit 1; }; } +fi + +# Extract the first word of "intltool-update", so it can be a program name with args. +set dummy intltool-update; ac_word=$2 +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if test "${ac_cv_path_INTLTOOL_UPDATE+set}" = set; then + $as_echo_n "(cached) " >&6 +else + case $INTLTOOL_UPDATE in + [\\/]* | ?:[\\/]*) + ac_cv_path_INTLTOOL_UPDATE="$INTLTOOL_UPDATE" # Let the user override the test with a path. + ;; + *) + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_path_INTLTOOL_UPDATE="$as_dir/$ac_word$ac_exec_ext" + $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done +done +IFS=$as_save_IFS + + ;; +esac +fi +INTLTOOL_UPDATE=$ac_cv_path_INTLTOOL_UPDATE +if test -n "$INTLTOOL_UPDATE"; then + { $as_echo "$as_me:$LINENO: result: $INTLTOOL_UPDATE" >&5 +$as_echo "$INTLTOOL_UPDATE" >&6; } +else + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } +fi + + +# Extract the first word of "intltool-merge", so it can be a program name with args. +set dummy intltool-merge; ac_word=$2 +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if test "${ac_cv_path_INTLTOOL_MERGE+set}" = set; then + $as_echo_n "(cached) " >&6 +else + case $INTLTOOL_MERGE in + [\\/]* | ?:[\\/]*) + ac_cv_path_INTLTOOL_MERGE="$INTLTOOL_MERGE" # Let the user override the test with a path. + ;; + *) + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_path_INTLTOOL_MERGE="$as_dir/$ac_word$ac_exec_ext" + $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done +done +IFS=$as_save_IFS + + ;; +esac +fi +INTLTOOL_MERGE=$ac_cv_path_INTLTOOL_MERGE +if test -n "$INTLTOOL_MERGE"; then + { $as_echo "$as_me:$LINENO: result: $INTLTOOL_MERGE" >&5 +$as_echo "$INTLTOOL_MERGE" >&6; } +else + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } +fi + + +# Extract the first word of "intltool-extract", so it can be a program name with args. +set dummy intltool-extract; ac_word=$2 +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if test "${ac_cv_path_INTLTOOL_EXTRACT+set}" = set; then + $as_echo_n "(cached) " >&6 +else + case $INTLTOOL_EXTRACT in + [\\/]* | ?:[\\/]*) + ac_cv_path_INTLTOOL_EXTRACT="$INTLTOOL_EXTRACT" # Let the user override the test with a path. + ;; + *) + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_path_INTLTOOL_EXTRACT="$as_dir/$ac_word$ac_exec_ext" + $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done +done +IFS=$as_save_IFS + + ;; +esac +fi +INTLTOOL_EXTRACT=$ac_cv_path_INTLTOOL_EXTRACT +if test -n "$INTLTOOL_EXTRACT"; then + { $as_echo "$as_me:$LINENO: result: $INTLTOOL_EXTRACT" >&5 +$as_echo "$INTLTOOL_EXTRACT" >&6; } +else + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } +fi + + +if test -z "$INTLTOOL_UPDATE" -o -z "$INTLTOOL_MERGE" -o -z "$INTLTOOL_EXTRACT"; then + { { $as_echo "$as_me:$LINENO: error: The intltool scripts were not found. Please install intltool." >&5 +$as_echo "$as_me: error: The intltool scripts were not found. Please install intltool." >&2;} + { (exit 1); exit 1; }; } +fi + + INTLTOOL_DESKTOP_RULE='%.desktop: %.desktop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' +INTLTOOL_DIRECTORY_RULE='%.directory: %.directory.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' + INTLTOOL_KEYS_RULE='%.keys: %.keys.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -k -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' + INTLTOOL_PROP_RULE='%.prop: %.prop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' + INTLTOOL_OAF_RULE='%.oaf: %.oaf.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -o -p $(top_srcdir)/po $< $@' + INTLTOOL_PONG_RULE='%.pong: %.pong.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' + INTLTOOL_SERVER_RULE='%.server: %.server.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -o -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' + INTLTOOL_SHEET_RULE='%.sheet: %.sheet.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' +INTLTOOL_SOUNDLIST_RULE='%.soundlist: %.soundlist.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' + INTLTOOL_UI_RULE='%.ui: %.ui.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' + INTLTOOL_XML_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' + INTLTOOL_XML_NOMERGE_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u /tmp $< $@' + INTLTOOL_XAM_RULE='%.xam: %.xml.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' + INTLTOOL_KBD_RULE='%.kbd: %.kbd.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -m -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' + INTLTOOL_CAVES_RULE='%.caves: %.caves.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' + INTLTOOL_SCHEMAS_RULE='%.schemas: %.schemas.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -s -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' + INTLTOOL_THEME_RULE='%.theme: %.theme.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' + INTLTOOL_SERVICE_RULE='%.service: %.service.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' + INTLTOOL_POLICY_RULE='%.policy: %.policy.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' + + + + + + + + + + + + + + + + + + + + + +# Check the gettext tools to make sure they are GNU +# Extract the first word of "xgettext", so it can be a program name with args. +set dummy xgettext; ac_word=$2 +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if test "${ac_cv_path_XGETTEXT+set}" = set; then + $as_echo_n "(cached) " >&6 +else + case $XGETTEXT in + [\\/]* | ?:[\\/]*) + ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path. + ;; + *) + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_path_XGETTEXT="$as_dir/$ac_word$ac_exec_ext" + $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done +done +IFS=$as_save_IFS + + ;; +esac +fi +XGETTEXT=$ac_cv_path_XGETTEXT +if test -n "$XGETTEXT"; then + { $as_echo "$as_me:$LINENO: result: $XGETTEXT" >&5 +$as_echo "$XGETTEXT" >&6; } +else + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } +fi + + +# Extract the first word of "msgmerge", so it can be a program name with args. +set dummy msgmerge; ac_word=$2 +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if test "${ac_cv_path_MSGMERGE+set}" = set; then + $as_echo_n "(cached) " >&6 +else + case $MSGMERGE in + [\\/]* | ?:[\\/]*) + ac_cv_path_MSGMERGE="$MSGMERGE" # Let the user override the test with a path. + ;; + *) + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_path_MSGMERGE="$as_dir/$ac_word$ac_exec_ext" + $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done +done +IFS=$as_save_IFS + + ;; +esac +fi +MSGMERGE=$ac_cv_path_MSGMERGE +if test -n "$MSGMERGE"; then + { $as_echo "$as_me:$LINENO: result: $MSGMERGE" >&5 +$as_echo "$MSGMERGE" >&6; } +else + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } +fi + + +# Extract the first word of "msgfmt", so it can be a program name with args. +set dummy msgfmt; ac_word=$2 +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if test "${ac_cv_path_MSGFMT+set}" = set; then + $as_echo_n "(cached) " >&6 +else + case $MSGFMT in + [\\/]* | ?:[\\/]*) + ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path. + ;; + *) + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_path_MSGFMT="$as_dir/$ac_word$ac_exec_ext" + $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done +done +IFS=$as_save_IFS + + ;; +esac +fi +MSGFMT=$ac_cv_path_MSGFMT +if test -n "$MSGFMT"; then + { $as_echo "$as_me:$LINENO: result: $MSGFMT" >&5 +$as_echo "$MSGFMT" >&6; } +else + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } +fi + + +# Extract the first word of "gmsgfmt", so it can be a program name with args. +set dummy gmsgfmt; ac_word=$2 +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if test "${ac_cv_path_GMSGFMT+set}" = set; then + $as_echo_n "(cached) " >&6 +else + case $GMSGFMT in + [\\/]* | ?:[\\/]*) + ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path. + ;; + *) + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext" + $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done +done +IFS=$as_save_IFS + + test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT" + ;; +esac +fi +GMSGFMT=$ac_cv_path_GMSGFMT +if test -n "$GMSGFMT"; then + { $as_echo "$as_me:$LINENO: result: $GMSGFMT" >&5 +$as_echo "$GMSGFMT" >&6; } +else + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } +fi + + +if test -z "$XGETTEXT" -o -z "$MSGMERGE" -o -z "$MSGFMT"; then + { { $as_echo "$as_me:$LINENO: error: GNU gettext tools not found; required for intltool" >&5 +$as_echo "$as_me: error: GNU gettext tools not found; required for intltool" >&2;} + { (exit 1); exit 1; }; } +fi +xgversion="`$XGETTEXT --version|grep '(GNU ' 2> /dev/null`" +mmversion="`$MSGMERGE --version|grep '(GNU ' 2> /dev/null`" +mfversion="`$MSGFMT --version|grep '(GNU ' 2> /dev/null`" +if test -z "$xgversion" -o -z "$mmversion" -o -z "$mfversion"; then + { { $as_echo "$as_me:$LINENO: error: GNU gettext tools not found; required for intltool" >&5 +$as_echo "$as_me: error: GNU gettext tools not found; required for intltool" >&2;} + { (exit 1); exit 1; }; } +fi + +# Extract the first word of "perl", so it can be a program name with args. +set dummy perl; ac_word=$2 +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if test "${ac_cv_path_INTLTOOL_PERL+set}" = set; then + $as_echo_n "(cached) " >&6 +else + case $INTLTOOL_PERL in + [\\/]* | ?:[\\/]*) + ac_cv_path_INTLTOOL_PERL="$INTLTOOL_PERL" # Let the user override the test with a path. + ;; + *) + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_path_INTLTOOL_PERL="$as_dir/$ac_word$ac_exec_ext" + $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done +done +IFS=$as_save_IFS + + ;; +esac +fi +INTLTOOL_PERL=$ac_cv_path_INTLTOOL_PERL +if test -n "$INTLTOOL_PERL"; then + { $as_echo "$as_me:$LINENO: result: $INTLTOOL_PERL" >&5 +$as_echo "$INTLTOOL_PERL" >&6; } +else + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } +fi + + +if test -z "$INTLTOOL_PERL"; then + { { $as_echo "$as_me:$LINENO: error: perl not found; required for intltool" >&5 +$as_echo "$as_me: error: perl not found; required for intltool" >&2;} + { (exit 1); exit 1; }; } +fi +if test -z "`$INTLTOOL_PERL -v | fgrep '5.' 2> /dev/null`"; then + { { $as_echo "$as_me:$LINENO: error: perl 5.x required for intltool" >&5 +$as_echo "$as_me: error: perl 5.x required for intltool" >&2;} + { (exit 1); exit 1; }; } +fi +if test "x" != "xno-xml"; then + { $as_echo "$as_me:$LINENO: checking for XML::Parser" >&5 +$as_echo_n "checking for XML::Parser... " >&6; } + if `$INTLTOOL_PERL -e "require XML::Parser" 2>/dev/null`; then + { $as_echo "$as_me:$LINENO: result: ok" >&5 +$as_echo "ok" >&6; } + else + { { $as_echo "$as_me:$LINENO: error: XML::Parser perl module is required for intltool" >&5 +$as_echo "$as_me: error: XML::Parser perl module is required for intltool" >&2;} + { (exit 1); exit 1; }; } + fi +fi + +# Substitute ALL_LINGUAS so we can use it in po/Makefile + + +# Set DATADIRNAME correctly if it is not set yet +# (copied from glib-gettext.m4) +if test -z "$DATADIRNAME"; then + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +int +main () +{ +extern int _nl_msg_cat_cntr; + return _nl_msg_cat_cntr + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 + (eval "$ac_link") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then + DATADIRNAME=share +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + case $host in + *-*-solaris*) + { $as_echo "$as_me:$LINENO: checking for bind_textdomain_codeset" >&5 +$as_echo_n "checking for bind_textdomain_codeset... " >&6; } +if test "${ac_cv_func_bind_textdomain_codeset+set}" = set; then + $as_echo_n "(cached) " >&6 +else + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +/* Define bind_textdomain_codeset to an innocuous variant, in case declares bind_textdomain_codeset. + For example, HP-UX 11i declares gettimeofday. */ +#define bind_textdomain_codeset innocuous_bind_textdomain_codeset + +/* System header to define __stub macros and hopefully few prototypes, + which can conflict with char bind_textdomain_codeset (); below. + Prefer to if __STDC__ is defined, since + exists even on freestanding compilers. */ + +#ifdef __STDC__ +# include +#else +# include +#endif + +#undef bind_textdomain_codeset + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +#ifdef __cplusplus +extern "C" +#endif +char bind_textdomain_codeset (); +/* The GNU C library defines this for functions which it implements + to always fail with ENOSYS. Some functions are actually named + something starting with __ and the normal name is an alias. */ +#if defined __stub_bind_textdomain_codeset || defined __stub___bind_textdomain_codeset +choke me +#endif + +int +main () +{ +return bind_textdomain_codeset (); + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 + (eval "$ac_link") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then + ac_cv_func_bind_textdomain_codeset=yes +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_cv_func_bind_textdomain_codeset=no +fi + +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ + conftest$ac_exeext conftest.$ac_ext +fi +{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_bind_textdomain_codeset" >&5 +$as_echo "$ac_cv_func_bind_textdomain_codeset" >&6; } +if test "x$ac_cv_func_bind_textdomain_codeset" = x""yes; then + DATADIRNAME=share +else + DATADIRNAME=lib +fi + + ;; + *) + DATADIRNAME=lib + ;; + esac +fi + +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ + conftest$ac_exeext conftest.$ac_ext +fi + + + + + + +GETTEXT_PACKAGE=shared-mime-info + +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu +{ $as_echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5 +$as_echo_n "checking how to run the C preprocessor... " >&6; } +# On Suns, sometimes $CPP names a directory. +if test -n "$CPP" && test -d "$CPP"; then + CPP= +fi +if test -z "$CPP"; then + if test "${ac_cv_prog_CPP+set}" = set; then + $as_echo_n "(cached) " >&6 +else + # Double quotes because CPP needs to be expanded + for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp" + do + ac_preproc_ok=false +for ac_c_preproc_warn_flag in '' yes +do + # Use a header file that comes with gcc, so configuring glibc + # with a fresh cross-compiler works. + # Prefer to if __STDC__ is defined, since + # exists even on freestanding compilers. + # On the NeXT, cc -E runs the code through the compiler's parser, + # not just through cpp. "Syntax error" is here to catch this case. + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#ifdef __STDC__ +# include +#else +# include +#endif + Syntax error +_ACEOF +if { (ac_try="$ac_cpp conftest.$ac_ext" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 + (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } >/dev/null && { + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || + test ! -s conftest.err + }; then + : +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + # Broken: fails on valid input. +continue +fi + +rm -f conftest.err conftest.$ac_ext + + # OK, works on sane cases. Now check whether nonexistent headers + # can be detected and how. + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include +_ACEOF +if { (ac_try="$ac_cpp conftest.$ac_ext" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 + (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } >/dev/null && { + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || + test ! -s conftest.err + }; then + # Broken: success on invalid input. +continue +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + # Passes both tests. +ac_preproc_ok=: +break +fi + +rm -f conftest.err conftest.$ac_ext + +done +# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. +rm -f conftest.err conftest.$ac_ext +if $ac_preproc_ok; then + break +fi + + done + ac_cv_prog_CPP=$CPP + +fi + CPP=$ac_cv_prog_CPP +else + ac_cv_prog_CPP=$CPP +fi +{ $as_echo "$as_me:$LINENO: result: $CPP" >&5 +$as_echo "$CPP" >&6; } +ac_preproc_ok=false +for ac_c_preproc_warn_flag in '' yes +do + # Use a header file that comes with gcc, so configuring glibc + # with a fresh cross-compiler works. + # Prefer to if __STDC__ is defined, since + # exists even on freestanding compilers. + # On the NeXT, cc -E runs the code through the compiler's parser, + # not just through cpp. "Syntax error" is here to catch this case. + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#ifdef __STDC__ +# include +#else +# include +#endif + Syntax error +_ACEOF +if { (ac_try="$ac_cpp conftest.$ac_ext" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 + (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } >/dev/null && { + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || + test ! -s conftest.err + }; then + : +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + # Broken: fails on valid input. +continue +fi + +rm -f conftest.err conftest.$ac_ext + + # OK, works on sane cases. Now check whether nonexistent headers + # can be detected and how. + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include +_ACEOF +if { (ac_try="$ac_cpp conftest.$ac_ext" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 + (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } >/dev/null && { + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || + test ! -s conftest.err + }; then + # Broken: success on invalid input. +continue +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + # Passes both tests. +ac_preproc_ok=: +break +fi + +rm -f conftest.err conftest.$ac_ext + +done +# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. +rm -f conftest.err conftest.$ac_ext +if $ac_preproc_ok; then + : +else + { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} +{ { $as_echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check +See \`config.log' for more details." >&5 +$as_echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check +See \`config.log' for more details." >&2;} + { (exit 1); exit 1; }; }; } +fi + +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + + +{ $as_echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5 +$as_echo_n "checking for grep that handles long lines and -e... " >&6; } +if test "${ac_cv_path_GREP+set}" = set; then + $as_echo_n "(cached) " >&6 +else + if test -z "$GREP"; then + ac_path_GREP_found=false + # Loop through the user's path and test for each of PROGNAME-LIST + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_prog in grep ggrep; do + for ac_exec_ext in '' $ac_executable_extensions; do + ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext" + { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue +# Check for GNU ac_path_GREP and select it if it is found. + # Check for GNU $ac_path_GREP +case `"$ac_path_GREP" --version 2>&1` in +*GNU*) + ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;; +*) + ac_count=0 + $as_echo_n 0123456789 >"conftest.in" + while : + do + cat "conftest.in" "conftest.in" >"conftest.tmp" + mv "conftest.tmp" "conftest.in" + cp "conftest.in" "conftest.nl" + $as_echo 'GREP' >> "conftest.nl" + "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break + diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break + ac_count=`expr $ac_count + 1` + if test $ac_count -gt ${ac_path_GREP_max-0}; then + # Best one so far, save it but keep looking for a better one + ac_cv_path_GREP="$ac_path_GREP" + ac_path_GREP_max=$ac_count + fi + # 10*(2^10) chars as input seems more than enough + test $ac_count -gt 10 && break + done + rm -f conftest.in conftest.tmp conftest.nl conftest.out;; +esac + + $ac_path_GREP_found && break 3 + done + done +done +IFS=$as_save_IFS + if test -z "$ac_cv_path_GREP"; then + { { $as_echo "$as_me:$LINENO: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 +$as_echo "$as_me: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} + { (exit 1); exit 1; }; } + fi +else + ac_cv_path_GREP=$GREP +fi + +fi +{ $as_echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5 +$as_echo "$ac_cv_path_GREP" >&6; } + GREP="$ac_cv_path_GREP" + + +{ $as_echo "$as_me:$LINENO: checking for egrep" >&5 +$as_echo_n "checking for egrep... " >&6; } +if test "${ac_cv_path_EGREP+set}" = set; then + $as_echo_n "(cached) " >&6 +else + if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 + then ac_cv_path_EGREP="$GREP -E" + else + if test -z "$EGREP"; then + ac_path_EGREP_found=false + # Loop through the user's path and test for each of PROGNAME-LIST + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_prog in egrep; do + for ac_exec_ext in '' $ac_executable_extensions; do + ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" + { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue +# Check for GNU ac_path_EGREP and select it if it is found. + # Check for GNU $ac_path_EGREP +case `"$ac_path_EGREP" --version 2>&1` in +*GNU*) + ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;; +*) + ac_count=0 + $as_echo_n 0123456789 >"conftest.in" + while : + do + cat "conftest.in" "conftest.in" >"conftest.tmp" + mv "conftest.tmp" "conftest.in" + cp "conftest.in" "conftest.nl" + $as_echo 'EGREP' >> "conftest.nl" + "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break + diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break + ac_count=`expr $ac_count + 1` + if test $ac_count -gt ${ac_path_EGREP_max-0}; then + # Best one so far, save it but keep looking for a better one + ac_cv_path_EGREP="$ac_path_EGREP" + ac_path_EGREP_max=$ac_count + fi + # 10*(2^10) chars as input seems more than enough + test $ac_count -gt 10 && break + done + rm -f conftest.in conftest.tmp conftest.nl conftest.out;; +esac + + $ac_path_EGREP_found && break 3 + done + done +done +IFS=$as_save_IFS + if test -z "$ac_cv_path_EGREP"; then + { { $as_echo "$as_me:$LINENO: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 +$as_echo "$as_me: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} + { (exit 1); exit 1; }; } + fi +else + ac_cv_path_EGREP=$EGREP +fi + + fi +fi +{ $as_echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5 +$as_echo "$ac_cv_path_EGREP" >&6; } + EGREP="$ac_cv_path_EGREP" + + +{ $as_echo "$as_me:$LINENO: checking for ANSI C header files" >&5 +$as_echo_n "checking for ANSI C header files... " >&6; } +if test "${ac_cv_header_stdc+set}" = set; then + $as_echo_n "(cached) " >&6 +else + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include +#include +#include +#include + +int +main () +{ + + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + ac_cv_header_stdc=yes +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_cv_header_stdc=no +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + +if test $ac_cv_header_stdc = yes; then + # SunOS 4.x string.h does not declare mem*, contrary to ANSI. + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include + +_ACEOF +if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | + $EGREP "memchr" >/dev/null 2>&1; then + : +else + ac_cv_header_stdc=no +fi +rm -f conftest* + +fi + +if test $ac_cv_header_stdc = yes; then + # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include + +_ACEOF +if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | + $EGREP "free" >/dev/null 2>&1; then + : +else + ac_cv_header_stdc=no +fi +rm -f conftest* + +fi + +if test $ac_cv_header_stdc = yes; then + # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi. + if test "$cross_compiling" = yes; then + : +else + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include +#include +#if ((' ' & 0x0FF) == 0x020) +# define ISLOWER(c) ('a' <= (c) && (c) <= 'z') +# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) +#else +# define ISLOWER(c) \ + (('a' <= (c) && (c) <= 'i') \ + || ('j' <= (c) && (c) <= 'r') \ + || ('s' <= (c) && (c) <= 'z')) +# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c)) +#endif + +#define XOR(e, f) (((e) && !(f)) || (!(e) && (f))) +int +main () +{ + int i; + for (i = 0; i < 256; i++) + if (XOR (islower (i), ISLOWER (i)) + || toupper (i) != TOUPPER (i)) + return 2; + return 0; +} +_ACEOF +rm -f conftest$ac_exeext +if { (ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 + (eval "$ac_link") 2>&5 + ac_status=$? + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { ac_try='./conftest$ac_exeext' + { (case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 + (eval "$ac_try") 2>&5 + ac_status=$? + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + : +else + $as_echo "$as_me: program exited with status $ac_status" >&5 +$as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +( exit $ac_status ) +ac_cv_header_stdc=no +fi +rm -rf conftest.dSYM +rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext +fi + + +fi +fi +{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5 +$as_echo "$ac_cv_header_stdc" >&6; } +if test $ac_cv_header_stdc = yes; then + +cat >>confdefs.h <<\_ACEOF +#define STDC_HEADERS 1 +_ACEOF + +fi + +# On IRIX 5.3, sys/types and inttypes.h are conflicting. + + + + + + + + + +for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \ + inttypes.h stdint.h unistd.h +do +as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` +{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 +$as_echo_n "checking for $ac_header... " >&6; } +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then + $as_echo_n "(cached) " >&6 +else + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +$ac_includes_default + +#include <$ac_header> +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + eval "$as_ac_Header=yes" +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + eval "$as_ac_Header=no" +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi +ac_res=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } +as_val=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + if test "x$as_val" = x""yes; then + cat >>confdefs.h <<_ACEOF +#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 +_ACEOF + +fi + +done + + + + +for ac_header in locale.h +do +as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then + { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 +$as_echo_n "checking for $ac_header... " >&6; } +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then + $as_echo_n "(cached) " >&6 +fi +ac_res=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } +else + # Is the header compilable? +{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5 +$as_echo_n "checking $ac_header usability... " >&6; } +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +$ac_includes_default +#include <$ac_header> +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + ac_header_compiler=yes +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_header_compiler=no +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 +$as_echo "$ac_header_compiler" >&6; } + +# Is the header present? +{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5 +$as_echo_n "checking $ac_header presence... " >&6; } +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include <$ac_header> +_ACEOF +if { (ac_try="$ac_cpp conftest.$ac_ext" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 + (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } >/dev/null && { + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || + test ! -s conftest.err + }; then + ac_header_preproc=yes +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_header_preproc=no +fi + +rm -f conftest.err conftest.$ac_ext +{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 +$as_echo "$ac_header_preproc" >&6; } + +# So? What about this header? +case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in + yes:no: ) + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 +$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 +$as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} + ac_header_preproc=yes + ;; + no:yes:* ) + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 +$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 +$as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 +$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 +$as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 +$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 +$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} + ( cat <<\_ASBOX +## ---------------------------------------------------------------------------------- ## +## Report this to https://bugs.freedesktop.org/enter_bug.cgi?product=shared-mime-info ## +## ---------------------------------------------------------------------------------- ## +_ASBOX + ) | sed "s/^/$as_me: WARNING: /" >&2 + ;; +esac +{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 +$as_echo_n "checking for $ac_header... " >&6; } +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then + $as_echo_n "(cached) " >&6 +else + eval "$as_ac_Header=\$ac_header_preproc" +fi +ac_res=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } + +fi +as_val=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + if test "x$as_val" = x""yes; then + cat >>confdefs.h <<_ACEOF +#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 +_ACEOF + +fi + +done + + if test $ac_cv_header_locale_h = yes; then + { $as_echo "$as_me:$LINENO: checking for LC_MESSAGES" >&5 +$as_echo_n "checking for LC_MESSAGES... " >&6; } +if test "${am_cv_val_LC_MESSAGES+set}" = set; then + $as_echo_n "(cached) " >&6 +else + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include +int +main () +{ +return LC_MESSAGES + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 + (eval "$ac_link") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then + am_cv_val_LC_MESSAGES=yes +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + am_cv_val_LC_MESSAGES=no +fi + +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ + conftest$ac_exeext conftest.$ac_ext +fi +{ $as_echo "$as_me:$LINENO: result: $am_cv_val_LC_MESSAGES" >&5 +$as_echo "$am_cv_val_LC_MESSAGES" >&6; } + if test $am_cv_val_LC_MESSAGES = yes; then + +cat >>confdefs.h <<\_ACEOF +#define HAVE_LC_MESSAGES 1 +_ACEOF + + fi + fi + USE_NLS=yes + + + gt_cv_have_gettext=no + + CATOBJEXT=NONE + XGETTEXT=: + INTLLIBS= + + if test "${ac_cv_header_libintl_h+set}" = set; then + { $as_echo "$as_me:$LINENO: checking for libintl.h" >&5 +$as_echo_n "checking for libintl.h... " >&6; } +if test "${ac_cv_header_libintl_h+set}" = set; then + $as_echo_n "(cached) " >&6 +fi +{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_libintl_h" >&5 +$as_echo "$ac_cv_header_libintl_h" >&6; } +else + # Is the header compilable? +{ $as_echo "$as_me:$LINENO: checking libintl.h usability" >&5 +$as_echo_n "checking libintl.h usability... " >&6; } +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +$ac_includes_default +#include +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + ac_header_compiler=yes +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_header_compiler=no +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 +$as_echo "$ac_header_compiler" >&6; } + +# Is the header present? +{ $as_echo "$as_me:$LINENO: checking libintl.h presence" >&5 +$as_echo_n "checking libintl.h presence... " >&6; } +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include +_ACEOF +if { (ac_try="$ac_cpp conftest.$ac_ext" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 + (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } >/dev/null && { + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || + test ! -s conftest.err + }; then + ac_header_preproc=yes +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_header_preproc=no +fi + +rm -f conftest.err conftest.$ac_ext +{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 +$as_echo "$ac_header_preproc" >&6; } + +# So? What about this header? +case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in + yes:no: ) + { $as_echo "$as_me:$LINENO: WARNING: libintl.h: accepted by the compiler, rejected by the preprocessor!" >&5 +$as_echo "$as_me: WARNING: libintl.h: accepted by the compiler, rejected by the preprocessor!" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: libintl.h: proceeding with the compiler's result" >&5 +$as_echo "$as_me: WARNING: libintl.h: proceeding with the compiler's result" >&2;} + ac_header_preproc=yes + ;; + no:yes:* ) + { $as_echo "$as_me:$LINENO: WARNING: libintl.h: present but cannot be compiled" >&5 +$as_echo "$as_me: WARNING: libintl.h: present but cannot be compiled" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: libintl.h: check for missing prerequisite headers?" >&5 +$as_echo "$as_me: WARNING: libintl.h: check for missing prerequisite headers?" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: libintl.h: see the Autoconf documentation" >&5 +$as_echo "$as_me: WARNING: libintl.h: see the Autoconf documentation" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: libintl.h: section \"Present But Cannot Be Compiled\"" >&5 +$as_echo "$as_me: WARNING: libintl.h: section \"Present But Cannot Be Compiled\"" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: libintl.h: proceeding with the preprocessor's result" >&5 +$as_echo "$as_me: WARNING: libintl.h: proceeding with the preprocessor's result" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: libintl.h: in the future, the compiler will take precedence" >&5 +$as_echo "$as_me: WARNING: libintl.h: in the future, the compiler will take precedence" >&2;} + ( cat <<\_ASBOX +## ---------------------------------------------------------------------------------- ## +## Report this to https://bugs.freedesktop.org/enter_bug.cgi?product=shared-mime-info ## +## ---------------------------------------------------------------------------------- ## +_ASBOX + ) | sed "s/^/$as_me: WARNING: /" >&2 + ;; +esac +{ $as_echo "$as_me:$LINENO: checking for libintl.h" >&5 +$as_echo_n "checking for libintl.h... " >&6; } +if test "${ac_cv_header_libintl_h+set}" = set; then + $as_echo_n "(cached) " >&6 +else + ac_cv_header_libintl_h=$ac_header_preproc +fi +{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_libintl_h" >&5 +$as_echo "$ac_cv_header_libintl_h" >&6; } + +fi +if test "x$ac_cv_header_libintl_h" = x""yes; then + gt_cv_func_dgettext_libintl="no" + libintl_extra_libs="" + + # + # First check in libc + # + { $as_echo "$as_me:$LINENO: checking for ngettext in libc" >&5 +$as_echo_n "checking for ngettext in libc... " >&6; } +if test "${gt_cv_func_ngettext_libc+set}" = set; then + $as_echo_n "(cached) " >&6 +else + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +#include + +int +main () +{ +return !ngettext ("","", 1) + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 + (eval "$ac_link") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then + gt_cv_func_ngettext_libc=yes +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + gt_cv_func_ngettext_libc=no +fi + +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ + conftest$ac_exeext conftest.$ac_ext + +fi +{ $as_echo "$as_me:$LINENO: result: $gt_cv_func_ngettext_libc" >&5 +$as_echo "$gt_cv_func_ngettext_libc" >&6; } + + if test "$gt_cv_func_ngettext_libc" = "yes" ; then + { $as_echo "$as_me:$LINENO: checking for dgettext in libc" >&5 +$as_echo_n "checking for dgettext in libc... " >&6; } +if test "${gt_cv_func_dgettext_libc+set}" = set; then + $as_echo_n "(cached) " >&6 +else + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +#include + +int +main () +{ +return !dgettext ("","") + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 + (eval "$ac_link") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then + gt_cv_func_dgettext_libc=yes +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + gt_cv_func_dgettext_libc=no +fi + +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ + conftest$ac_exeext conftest.$ac_ext + +fi +{ $as_echo "$as_me:$LINENO: result: $gt_cv_func_dgettext_libc" >&5 +$as_echo "$gt_cv_func_dgettext_libc" >&6; } + fi + + if test "$gt_cv_func_ngettext_libc" = "yes" ; then + +for ac_func in bind_textdomain_codeset +do +as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` +{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 +$as_echo_n "checking for $ac_func... " >&6; } +if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then + $as_echo_n "(cached) " >&6 +else + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +/* Define $ac_func to an innocuous variant, in case declares $ac_func. + For example, HP-UX 11i declares gettimeofday. */ +#define $ac_func innocuous_$ac_func + +/* System header to define __stub macros and hopefully few prototypes, + which can conflict with char $ac_func (); below. + Prefer to if __STDC__ is defined, since + exists even on freestanding compilers. */ + +#ifdef __STDC__ +# include +#else +# include +#endif + +#undef $ac_func + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +#ifdef __cplusplus +extern "C" +#endif +char $ac_func (); +/* The GNU C library defines this for functions which it implements + to always fail with ENOSYS. Some functions are actually named + something starting with __ and the normal name is an alias. */ +#if defined __stub_$ac_func || defined __stub___$ac_func +choke me +#endif + +int +main () +{ +return $ac_func (); + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 + (eval "$ac_link") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then + eval "$as_ac_var=yes" +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + eval "$as_ac_var=no" +fi + +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ + conftest$ac_exeext conftest.$ac_ext +fi +ac_res=`eval 'as_val=${'$as_ac_var'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } +as_val=`eval 'as_val=${'$as_ac_var'} + $as_echo "$as_val"'` + if test "x$as_val" = x""yes; then + cat >>confdefs.h <<_ACEOF +#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 +_ACEOF + +fi +done + + fi + + # + # If we don't have everything we want, check in libintl + # + if test "$gt_cv_func_dgettext_libc" != "yes" \ + || test "$gt_cv_func_ngettext_libc" != "yes" \ + || test "$ac_cv_func_bind_textdomain_codeset" != "yes" ; then + + { $as_echo "$as_me:$LINENO: checking for bindtextdomain in -lintl" >&5 +$as_echo_n "checking for bindtextdomain in -lintl... " >&6; } +if test "${ac_cv_lib_intl_bindtextdomain+set}" = set; then + $as_echo_n "(cached) " >&6 +else + ac_check_lib_save_LIBS=$LIBS +LIBS="-lintl $LIBS" +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +#ifdef __cplusplus +extern "C" +#endif +char bindtextdomain (); +int +main () +{ +return bindtextdomain (); + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 + (eval "$ac_link") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then + ac_cv_lib_intl_bindtextdomain=yes +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_cv_lib_intl_bindtextdomain=no +fi + +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_intl_bindtextdomain" >&5 +$as_echo "$ac_cv_lib_intl_bindtextdomain" >&6; } +if test "x$ac_cv_lib_intl_bindtextdomain" = x""yes; then + { $as_echo "$as_me:$LINENO: checking for ngettext in -lintl" >&5 +$as_echo_n "checking for ngettext in -lintl... " >&6; } +if test "${ac_cv_lib_intl_ngettext+set}" = set; then + $as_echo_n "(cached) " >&6 +else + ac_check_lib_save_LIBS=$LIBS +LIBS="-lintl $LIBS" +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +#ifdef __cplusplus +extern "C" +#endif +char ngettext (); +int +main () +{ +return ngettext (); + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 + (eval "$ac_link") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then + ac_cv_lib_intl_ngettext=yes +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_cv_lib_intl_ngettext=no +fi + +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_intl_ngettext" >&5 +$as_echo "$ac_cv_lib_intl_ngettext" >&6; } +if test "x$ac_cv_lib_intl_ngettext" = x""yes; then + { $as_echo "$as_me:$LINENO: checking for dgettext in -lintl" >&5 +$as_echo_n "checking for dgettext in -lintl... " >&6; } +if test "${ac_cv_lib_intl_dgettext+set}" = set; then + $as_echo_n "(cached) " >&6 +else + ac_check_lib_save_LIBS=$LIBS +LIBS="-lintl $LIBS" +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +#ifdef __cplusplus +extern "C" +#endif +char dgettext (); +int +main () +{ +return dgettext (); + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 + (eval "$ac_link") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then + ac_cv_lib_intl_dgettext=yes +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_cv_lib_intl_dgettext=no +fi + +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_intl_dgettext" >&5 +$as_echo "$ac_cv_lib_intl_dgettext" >&6; } +if test "x$ac_cv_lib_intl_dgettext" = x""yes; then + gt_cv_func_dgettext_libintl=yes +fi + +fi + +fi + + + if test "$gt_cv_func_dgettext_libintl" != "yes" ; then + { $as_echo "$as_me:$LINENO: checking if -liconv is needed to use gettext" >&5 +$as_echo_n "checking if -liconv is needed to use gettext... " >&6; } + { $as_echo "$as_me:$LINENO: result: " >&5 +$as_echo "" >&6; } + { $as_echo "$as_me:$LINENO: checking for ngettext in -lintl" >&5 +$as_echo_n "checking for ngettext in -lintl... " >&6; } +if test "${ac_cv_lib_intl_ngettext+set}" = set; then + $as_echo_n "(cached) " >&6 +else + ac_check_lib_save_LIBS=$LIBS +LIBS="-lintl -liconv $LIBS" +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +#ifdef __cplusplus +extern "C" +#endif +char ngettext (); +int +main () +{ +return ngettext (); + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 + (eval "$ac_link") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then + ac_cv_lib_intl_ngettext=yes +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_cv_lib_intl_ngettext=no +fi + +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_intl_ngettext" >&5 +$as_echo "$ac_cv_lib_intl_ngettext" >&6; } +if test "x$ac_cv_lib_intl_ngettext" = x""yes; then + { $as_echo "$as_me:$LINENO: checking for dcgettext in -lintl" >&5 +$as_echo_n "checking for dcgettext in -lintl... " >&6; } +if test "${ac_cv_lib_intl_dcgettext+set}" = set; then + $as_echo_n "(cached) " >&6 +else + ac_check_lib_save_LIBS=$LIBS +LIBS="-lintl -liconv $LIBS" +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +#ifdef __cplusplus +extern "C" +#endif +char dcgettext (); +int +main () +{ +return dcgettext (); + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 + (eval "$ac_link") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then + ac_cv_lib_intl_dcgettext=yes +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_cv_lib_intl_dcgettext=no +fi + +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_intl_dcgettext" >&5 +$as_echo "$ac_cv_lib_intl_dcgettext" >&6; } +if test "x$ac_cv_lib_intl_dcgettext" = x""yes; then + gt_cv_func_dgettext_libintl=yes + libintl_extra_libs=-liconv +else + : +fi + +else + : +fi + + fi + + # + # If we found libintl, then check in it for bind_textdomain_codeset(); + # we'll prefer libc if neither have bind_textdomain_codeset(), + # and both have dgettext and ngettext + # + if test "$gt_cv_func_dgettext_libintl" = "yes" ; then + glib_save_LIBS="$LIBS" + LIBS="$LIBS -lintl $libintl_extra_libs" + unset ac_cv_func_bind_textdomain_codeset + +for ac_func in bind_textdomain_codeset +do +as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` +{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 +$as_echo_n "checking for $ac_func... " >&6; } +if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then + $as_echo_n "(cached) " >&6 +else + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +/* Define $ac_func to an innocuous variant, in case declares $ac_func. + For example, HP-UX 11i declares gettimeofday. */ +#define $ac_func innocuous_$ac_func + +/* System header to define __stub macros and hopefully few prototypes, + which can conflict with char $ac_func (); below. + Prefer to if __STDC__ is defined, since + exists even on freestanding compilers. */ + +#ifdef __STDC__ +# include +#else +# include +#endif + +#undef $ac_func + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +#ifdef __cplusplus +extern "C" +#endif +char $ac_func (); +/* The GNU C library defines this for functions which it implements + to always fail with ENOSYS. Some functions are actually named + something starting with __ and the normal name is an alias. */ +#if defined __stub_$ac_func || defined __stub___$ac_func +choke me +#endif + +int +main () +{ +return $ac_func (); + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 + (eval "$ac_link") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then + eval "$as_ac_var=yes" +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + eval "$as_ac_var=no" +fi + +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ + conftest$ac_exeext conftest.$ac_ext +fi +ac_res=`eval 'as_val=${'$as_ac_var'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } +as_val=`eval 'as_val=${'$as_ac_var'} + $as_echo "$as_val"'` + if test "x$as_val" = x""yes; then + cat >>confdefs.h <<_ACEOF +#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 +_ACEOF + +fi +done + + LIBS="$glib_save_LIBS" + + if test "$ac_cv_func_bind_textdomain_codeset" = "yes" ; then + gt_cv_func_dgettext_libc=no + else + if test "$gt_cv_func_dgettext_libc" = "yes" \ + && test "$gt_cv_func_ngettext_libc" = "yes"; then + gt_cv_func_dgettext_libintl=no + fi + fi + fi + fi + + if test "$gt_cv_func_dgettext_libc" = "yes" \ + || test "$gt_cv_func_dgettext_libintl" = "yes"; then + gt_cv_have_gettext=yes + fi + + if test "$gt_cv_func_dgettext_libintl" = "yes"; then + INTLLIBS="-lintl $libintl_extra_libs" + fi + + if test "$gt_cv_have_gettext" = "yes"; then + +cat >>confdefs.h <<\_ACEOF +#define HAVE_GETTEXT 1 +_ACEOF + + # Extract the first word of "msgfmt", so it can be a program name with args. +set dummy msgfmt; ac_word=$2 +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if test "${ac_cv_path_MSGFMT+set}" = set; then + $as_echo_n "(cached) " >&6 +else + case "$MSGFMT" in + /*) + ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path. + ;; + *) + IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:" + for ac_dir in $PATH; do + test -z "$ac_dir" && ac_dir=. + if test -f $ac_dir/$ac_word; then + if test -z "`$ac_dir/$ac_word -h 2>&1 | grep 'dv '`"; then + ac_cv_path_MSGFMT="$ac_dir/$ac_word" + break + fi + fi + done + IFS="$ac_save_ifs" + test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT="no" + ;; +esac +fi +MSGFMT="$ac_cv_path_MSGFMT" +if test "$MSGFMT" != "no"; then + { $as_echo "$as_me:$LINENO: result: $MSGFMT" >&5 +$as_echo "$MSGFMT" >&6; } +else + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } +fi + if test "$MSGFMT" != "no"; then + glib_save_LIBS="$LIBS" + LIBS="$LIBS $INTLLIBS" + +for ac_func in dcgettext +do +as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` +{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 +$as_echo_n "checking for $ac_func... " >&6; } +if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then + $as_echo_n "(cached) " >&6 +else + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +/* Define $ac_func to an innocuous variant, in case declares $ac_func. + For example, HP-UX 11i declares gettimeofday. */ +#define $ac_func innocuous_$ac_func + +/* System header to define __stub macros and hopefully few prototypes, + which can conflict with char $ac_func (); below. + Prefer to if __STDC__ is defined, since + exists even on freestanding compilers. */ + +#ifdef __STDC__ +# include +#else +# include +#endif + +#undef $ac_func + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +#ifdef __cplusplus +extern "C" +#endif +char $ac_func (); +/* The GNU C library defines this for functions which it implements + to always fail with ENOSYS. Some functions are actually named + something starting with __ and the normal name is an alias. */ +#if defined __stub_$ac_func || defined __stub___$ac_func +choke me +#endif + +int +main () +{ +return $ac_func (); + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 + (eval "$ac_link") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then + eval "$as_ac_var=yes" +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + eval "$as_ac_var=no" +fi + +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ + conftest$ac_exeext conftest.$ac_ext +fi +ac_res=`eval 'as_val=${'$as_ac_var'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } +as_val=`eval 'as_val=${'$as_ac_var'} + $as_echo "$as_val"'` + if test "x$as_val" = x""yes; then + cat >>confdefs.h <<_ACEOF +#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 +_ACEOF + +fi +done + + MSGFMT_OPTS= + { $as_echo "$as_me:$LINENO: checking if msgfmt accepts -c" >&5 +$as_echo_n "checking if msgfmt accepts -c... " >&6; } + cat >conftest.foo <<_ACEOF + +msgid "" +msgstr "" +"Content-Type: text/plain; charset=UTF-8\n" +"Project-Id-Version: test 1.0\n" +"PO-Revision-Date: 2007-02-15 12:01+0100\n" +"Last-Translator: test \n" +"Language-Team: C \n" +"MIME-Version: 1.0\n" +"Content-Transfer-Encoding: 8bit\n" + +_ACEOF +if { ($as_echo "$as_me:$LINENO: \$MSGFMT -c -o /dev/null conftest.foo") >&5 + ($MSGFMT -c -o /dev/null conftest.foo) 2>&5 + ac_status=$? + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; then + MSGFMT_OPTS=-c; { $as_echo "$as_me:$LINENO: result: yes" >&5 +$as_echo "yes" >&6; } +else { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } +echo "$as_me: failed input was:" >&5 +sed 's/^/| /' conftest.foo >&5 +fi + + # Extract the first word of "gmsgfmt", so it can be a program name with args. +set dummy gmsgfmt; ac_word=$2 +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if test "${ac_cv_path_GMSGFMT+set}" = set; then + $as_echo_n "(cached) " >&6 +else + case $GMSGFMT in + [\\/]* | ?:[\\/]*) + ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path. + ;; + *) + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext" + $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done +done +IFS=$as_save_IFS + + test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT" + ;; +esac +fi +GMSGFMT=$ac_cv_path_GMSGFMT +if test -n "$GMSGFMT"; then + { $as_echo "$as_me:$LINENO: result: $GMSGFMT" >&5 +$as_echo "$GMSGFMT" >&6; } +else + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } +fi + + + # Extract the first word of "xgettext", so it can be a program name with args. +set dummy xgettext; ac_word=$2 +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if test "${ac_cv_path_XGETTEXT+set}" = set; then + $as_echo_n "(cached) " >&6 +else + case "$XGETTEXT" in + /*) + ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path. + ;; + *) + IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:" + for ac_dir in $PATH; do + test -z "$ac_dir" && ac_dir=. + if test -f $ac_dir/$ac_word; then + if test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"; then + ac_cv_path_XGETTEXT="$ac_dir/$ac_word" + break + fi + fi + done + IFS="$ac_save_ifs" + test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":" + ;; +esac +fi +XGETTEXT="$ac_cv_path_XGETTEXT" +if test "$XGETTEXT" != ":"; then + { $as_echo "$as_me:$LINENO: result: $XGETTEXT" >&5 +$as_echo "$XGETTEXT" >&6; } +else + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } +fi + + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +int +main () +{ +extern int _nl_msg_cat_cntr; + return _nl_msg_cat_cntr + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 + (eval "$ac_link") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then + CATOBJEXT=.gmo + DATADIRNAME=share +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + case $host in + *-*-solaris*) + { $as_echo "$as_me:$LINENO: checking for bind_textdomain_codeset" >&5 +$as_echo_n "checking for bind_textdomain_codeset... " >&6; } +if test "${ac_cv_func_bind_textdomain_codeset+set}" = set; then + $as_echo_n "(cached) " >&6 +else + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +/* Define bind_textdomain_codeset to an innocuous variant, in case declares bind_textdomain_codeset. + For example, HP-UX 11i declares gettimeofday. */ +#define bind_textdomain_codeset innocuous_bind_textdomain_codeset + +/* System header to define __stub macros and hopefully few prototypes, + which can conflict with char bind_textdomain_codeset (); below. + Prefer to if __STDC__ is defined, since + exists even on freestanding compilers. */ + +#ifdef __STDC__ +# include +#else +# include +#endif + +#undef bind_textdomain_codeset + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +#ifdef __cplusplus +extern "C" +#endif +char bind_textdomain_codeset (); +/* The GNU C library defines this for functions which it implements + to always fail with ENOSYS. Some functions are actually named + something starting with __ and the normal name is an alias. */ +#if defined __stub_bind_textdomain_codeset || defined __stub___bind_textdomain_codeset +choke me +#endif + +int +main () +{ +return bind_textdomain_codeset (); + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 + (eval "$ac_link") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then + ac_cv_func_bind_textdomain_codeset=yes +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_cv_func_bind_textdomain_codeset=no +fi + +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ + conftest$ac_exeext conftest.$ac_ext +fi +{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_bind_textdomain_codeset" >&5 +$as_echo "$ac_cv_func_bind_textdomain_codeset" >&6; } +if test "x$ac_cv_func_bind_textdomain_codeset" = x""yes; then + CATOBJEXT=.gmo + DATADIRNAME=share +else + CATOBJEXT=.mo + DATADIRNAME=lib +fi + + ;; + *) + CATOBJEXT=.mo + DATADIRNAME=lib + ;; + esac +fi + +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ + conftest$ac_exeext conftest.$ac_ext + LIBS="$glib_save_LIBS" + INSTOBJEXT=.mo + else + gt_cv_have_gettext=no + fi + fi + +fi + + + + if test "$gt_cv_have_gettext" = "yes" ; then + +cat >>confdefs.h <<\_ACEOF +#define ENABLE_NLS 1 +_ACEOF + + fi + + if test "$XGETTEXT" != ":"; then + if $XGETTEXT --omit-header /dev/null 2> /dev/null; then + : ; + else + { $as_echo "$as_me:$LINENO: result: found xgettext program is not GNU xgettext; ignore it" >&5 +$as_echo "found xgettext program is not GNU xgettext; ignore it" >&6; } + XGETTEXT=":" + fi + fi + + # We need to process the po/ directory. + POSUB=po + + ac_config_commands="$ac_config_commands default-1" + + + for lang in $ALL_LINGUAS; do + GMOFILES="$GMOFILES $lang.gmo" + POFILES="$POFILES $lang.po" + done + + + + + + + + + + + + + + if test "$gt_cv_have_gettext" = "yes"; then + if test "x$ALL_LINGUAS" = "x"; then + LINGUAS= + else + { $as_echo "$as_me:$LINENO: checking for catalogs to be installed" >&5 +$as_echo_n "checking for catalogs to be installed... " >&6; } + NEW_LINGUAS= + for presentlang in $ALL_LINGUAS; do + useit=no + if test "%UNSET%" != "${LINGUAS-%UNSET%}"; then + desiredlanguages="$LINGUAS" + else + desiredlanguages="$ALL_LINGUAS" + fi + for desiredlang in $desiredlanguages; do + # Use the presentlang catalog if desiredlang is + # a. equal to presentlang, or + # b. a variant of presentlang (because in this case, + # presentlang can be used as a fallback for messages + # which are not translated in the desiredlang catalog). + case "$desiredlang" in + "$presentlang"*) useit=yes;; + esac + done + if test $useit = yes; then + NEW_LINGUAS="$NEW_LINGUAS $presentlang" + fi + done + LINGUAS=$NEW_LINGUAS + { $as_echo "$as_me:$LINENO: result: $LINGUAS" >&5 +$as_echo "$LINGUAS" >&6; } + fi + + if test -n "$LINGUAS"; then + for lang in $LINGUAS; do CATALOGS="$CATALOGS $lang$CATOBJEXT"; done + fi + fi + + MKINSTALLDIRS= + if test -n "$ac_aux_dir"; then + MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs" + fi + if test -z "$MKINSTALLDIRS"; then + MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs" + fi + + + test -d po || mkdir po + if test "x$srcdir" != "x."; then + if test "x`echo $srcdir | sed 's@/.*@@'`" = "x"; then + posrcprefix="$srcdir/" + else + posrcprefix="../$srcdir/" + fi + else + posrcprefix="../" + fi + rm -f po/POTFILES + sed -e "/^#/d" -e "/^\$/d" -e "s,.*, $posrcprefix& \\\\," -e "\$s/\(.*\) \\\\/\1/" \ + < $srcdir/po/POTFILES.in > po/POTFILES + + + + +if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args. +set dummy ${ac_tool_prefix}pkg-config; ac_word=$2 +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if test "${ac_cv_path_PKG_CONFIG+set}" = set; then + $as_echo_n "(cached) " >&6 +else + case $PKG_CONFIG in + [\\/]* | ?:[\\/]*) + ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path. + ;; + *) + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" + $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done +done +IFS=$as_save_IFS + + ;; +esac +fi +PKG_CONFIG=$ac_cv_path_PKG_CONFIG +if test -n "$PKG_CONFIG"; then + { $as_echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5 +$as_echo "$PKG_CONFIG" >&6; } +else + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } +fi + + +fi +if test -z "$ac_cv_path_PKG_CONFIG"; then + ac_pt_PKG_CONFIG=$PKG_CONFIG + # Extract the first word of "pkg-config", so it can be a program name with args. +set dummy pkg-config; ac_word=$2 +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if test "${ac_cv_path_ac_pt_PKG_CONFIG+set}" = set; then + $as_echo_n "(cached) " >&6 +else + case $ac_pt_PKG_CONFIG in + [\\/]* | ?:[\\/]*) + ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path. + ;; + *) + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" + $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done +done +IFS=$as_save_IFS + + ;; +esac +fi +ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG +if test -n "$ac_pt_PKG_CONFIG"; then + { $as_echo "$as_me:$LINENO: result: $ac_pt_PKG_CONFIG" >&5 +$as_echo "$ac_pt_PKG_CONFIG" >&6; } +else + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } +fi + + if test "x$ac_pt_PKG_CONFIG" = x; then + PKG_CONFIG="" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5 +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + PKG_CONFIG=$ac_pt_PKG_CONFIG + fi +else + PKG_CONFIG="$ac_cv_path_PKG_CONFIG" +fi + +fi +if test -n "$PKG_CONFIG"; then + _pkg_min_version=0.9.0 + { $as_echo "$as_me:$LINENO: checking pkg-config is at least version $_pkg_min_version" >&5 +$as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; } + if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then + { $as_echo "$as_me:$LINENO: result: yes" >&5 +$as_echo "yes" >&6; } + else + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } + PKG_CONFIG="" + fi + +fi + +pkg_failed=no +{ $as_echo "$as_me:$LINENO: checking for ALL" >&5 +$as_echo_n "checking for ALL... " >&6; } + +if test -n "$ALL_CFLAGS"; then + pkg_cv_ALL_CFLAGS="$ALL_CFLAGS" + elif test -n "$PKG_CONFIG"; then + if test -n "$PKG_CONFIG" && \ + { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"\\ + libxml-2.0 >= 2.4 \\ + glib-2.0 >= 2.6.0\"") >&5 + ($PKG_CONFIG --exists --print-errors "\ + libxml-2.0 >= 2.4 \ + glib-2.0 >= 2.6.0") 2>&5 + ac_status=$? + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; then + pkg_cv_ALL_CFLAGS=`$PKG_CONFIG --cflags "\ + libxml-2.0 >= 2.4 \ + glib-2.0 >= 2.6.0" 2>/dev/null` +else + pkg_failed=yes +fi + else + pkg_failed=untried +fi +if test -n "$ALL_LIBS"; then + pkg_cv_ALL_LIBS="$ALL_LIBS" + elif test -n "$PKG_CONFIG"; then + if test -n "$PKG_CONFIG" && \ + { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"\\ + libxml-2.0 >= 2.4 \\ + glib-2.0 >= 2.6.0\"") >&5 + ($PKG_CONFIG --exists --print-errors "\ + libxml-2.0 >= 2.4 \ + glib-2.0 >= 2.6.0") 2>&5 + ac_status=$? + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; then + pkg_cv_ALL_LIBS=`$PKG_CONFIG --libs "\ + libxml-2.0 >= 2.4 \ + glib-2.0 >= 2.6.0" 2>/dev/null` +else + pkg_failed=yes +fi + else + pkg_failed=untried +fi + + + +if test $pkg_failed = yes; then + +if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then + _pkg_short_errors_supported=yes +else + _pkg_short_errors_supported=no +fi + if test $_pkg_short_errors_supported = yes; then + ALL_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "\ + libxml-2.0 >= 2.4 \ + glib-2.0 >= 2.6.0" 2>&1` + else + ALL_PKG_ERRORS=`$PKG_CONFIG --print-errors "\ + libxml-2.0 >= 2.4 \ + glib-2.0 >= 2.6.0" 2>&1` + fi + # Put the nasty error message in config.log where it belongs + echo "$ALL_PKG_ERRORS" >&5 + + { { $as_echo "$as_me:$LINENO: error: Package requirements (\ + libxml-2.0 >= 2.4 \ + glib-2.0 >= 2.6.0) were not met: + +$ALL_PKG_ERRORS + +Consider adjusting the PKG_CONFIG_PATH environment variable if you +installed software in a non-standard prefix. + +Alternatively, you may set the environment variables ALL_CFLAGS +and ALL_LIBS to avoid the need to call pkg-config. +See the pkg-config man page for more details. +" >&5 +$as_echo "$as_me: error: Package requirements (\ + libxml-2.0 >= 2.4 \ + glib-2.0 >= 2.6.0) were not met: + +$ALL_PKG_ERRORS + +Consider adjusting the PKG_CONFIG_PATH environment variable if you +installed software in a non-standard prefix. + +Alternatively, you may set the environment variables ALL_CFLAGS +and ALL_LIBS to avoid the need to call pkg-config. +See the pkg-config man page for more details. +" >&2;} + { (exit 1); exit 1; }; } +elif test $pkg_failed = untried; then + { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} +{ { $as_echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old. Make sure it +is in your PATH or set the PKG_CONFIG environment variable to the full +path to pkg-config. + +Alternatively, you may set the environment variables ALL_CFLAGS +and ALL_LIBS to avoid the need to call pkg-config. +See the pkg-config man page for more details. + +To get pkg-config, see . +See \`config.log' for more details." >&5 +$as_echo "$as_me: error: The pkg-config script could not be found or is too old. Make sure it +is in your PATH or set the PKG_CONFIG environment variable to the full +path to pkg-config. + +Alternatively, you may set the environment variables ALL_CFLAGS +and ALL_LIBS to avoid the need to call pkg-config. +See the pkg-config man page for more details. + +To get pkg-config, see . +See \`config.log' for more details." >&2;} + { (exit 1); exit 1; }; }; } +else + ALL_CFLAGS=$pkg_cv_ALL_CFLAGS + ALL_LIBS=$pkg_cv_ALL_LIBS + { $as_echo "$as_me:$LINENO: result: yes" >&5 +$as_echo "yes" >&6; } + : +fi + + + + +pkg_failed=no +{ $as_echo "$as_me:$LINENO: checking for GIO" >&5 +$as_echo_n "checking for GIO... " >&6; } + +if test -n "$GIO_CFLAGS"; then + pkg_cv_GIO_CFLAGS="$GIO_CFLAGS" + elif test -n "$PKG_CONFIG"; then + if test -n "$PKG_CONFIG" && \ + { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gio-2.0\"") >&5 + ($PKG_CONFIG --exists --print-errors "gio-2.0") 2>&5 + ac_status=$? + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; then + pkg_cv_GIO_CFLAGS=`$PKG_CONFIG --cflags "gio-2.0" 2>/dev/null` +else + pkg_failed=yes +fi + else + pkg_failed=untried +fi +if test -n "$GIO_LIBS"; then + pkg_cv_GIO_LIBS="$GIO_LIBS" + elif test -n "$PKG_CONFIG"; then + if test -n "$PKG_CONFIG" && \ + { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gio-2.0\"") >&5 + ($PKG_CONFIG --exists --print-errors "gio-2.0") 2>&5 + ac_status=$? + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; then + pkg_cv_GIO_LIBS=`$PKG_CONFIG --libs "gio-2.0" 2>/dev/null` +else + pkg_failed=yes +fi + else + pkg_failed=untried +fi + + + +if test $pkg_failed = yes; then + +if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then + _pkg_short_errors_supported=yes +else + _pkg_short_errors_supported=no +fi + if test $_pkg_short_errors_supported = yes; then + GIO_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "gio-2.0" 2>&1` + else + GIO_PKG_ERRORS=`$PKG_CONFIG --print-errors "gio-2.0" 2>&1` + fi + # Put the nasty error message in config.log where it belongs + echo "$GIO_PKG_ERRORS" >&5 + + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } +elif test $pkg_failed = untried; then + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } +else + GIO_CFLAGS=$pkg_cv_GIO_CFLAGS + GIO_LIBS=$pkg_cv_GIO_LIBS + { $as_echo "$as_me:$LINENO: result: yes" >&5 +$as_echo "yes" >&6; } + HAVE_GIO=yes +fi + + if test "x$HAVE_GIO" = "xyes"; then + HAVE_GIO_TRUE= + HAVE_GIO_FALSE='#' +else + HAVE_GIO_TRUE='#' + HAVE_GIO_FALSE= +fi + + + +if test "x$GCC" = "xyes"; then + case " $CFLAGS " in + *[\ \ ]-Wall[\ \ ]*) ;; + *) CFLAGS="$CFLAGS -Wall -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings" ;; + esac +fi + + +# Check whether --enable-update-mimedb was given. +if test "${enable_update_mimedb+set}" = set; then + enableval=$enable_update_mimedb; +else + enable_update_mimedb=yes +fi + + if test x$enable_update_mimedb = xyes; then + ENABLE_UPDATE_MIMEDB_TRUE= + ENABLE_UPDATE_MIMEDB_FALSE='#' +else + ENABLE_UPDATE_MIMEDB_TRUE='#' + ENABLE_UPDATE_MIMEDB_FALSE= +fi + + +# Extract the first word of "xmllint", so it can be a program name with args. +set dummy xmllint; ac_word=$2 +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if test "${ac_cv_path_XMLLINT+set}" = set; then + $as_echo_n "(cached) " >&6 +else + case $XMLLINT in + [\\/]* | ?:[\\/]*) + ac_cv_path_XMLLINT="$XMLLINT" # Let the user override the test with a path. + ;; + *) + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_path_XMLLINT="$as_dir/$ac_word$ac_exec_ext" + $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done +done +IFS=$as_save_IFS + + ;; +esac +fi +XMLLINT=$ac_cv_path_XMLLINT +if test -n "$XMLLINT"; then + { $as_echo "$as_me:$LINENO: result: $XMLLINT" >&5 +$as_echo "$XMLLINT" >&6; } +else + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } +fi + + + +ac_config_files="$ac_config_files Makefile shared-mime-info.pc po/Makefile.in" + + +cat >confcache <<\_ACEOF +# This file is a shell script that caches the results of configure +# tests run on this system so they can be shared between configure +# scripts and configure runs, see configure's option --config-cache. +# It is not useful on other systems. If it contains results you don't +# want to keep, you may remove or edit it. +# +# config.status only pays attention to the cache file if you give it +# the --recheck option to rerun configure. +# +# `ac_cv_env_foo' variables (set or unset) will be overridden when +# loading this file, other *unset* `ac_cv_foo' will be assigned the +# following values. + +_ACEOF + +# The following way of writing the cache mishandles newlines in values, +# but we know of no workaround that is simple, portable, and efficient. +# So, we kill variables containing newlines. +# Ultrix sh set writes to stderr and can't be redirected directly, +# and sets the high bit in the cache file unless we assign to the vars. +( + for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do + eval ac_val=\$$ac_var + case $ac_val in #( + *${as_nl}*) + case $ac_var in #( + *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5 +$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; + esac + case $ac_var in #( + _ | IFS | as_nl) ;; #( + BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( + *) $as_unset $ac_var ;; + esac ;; + esac + done + + (set) 2>&1 | + case $as_nl`(ac_space=' '; set) 2>&1` in #( + *${as_nl}ac_space=\ *) + # `set' does not quote correctly, so add quotes (double-quote + # substitution turns \\\\ into \\, and sed turns \\ into \). + sed -n \ + "s/'/'\\\\''/g; + s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p" + ;; #( + *) + # `set' quotes correctly as required by POSIX, so do not add quotes. + sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" + ;; + esac | + sort +) | + sed ' + /^ac_cv_env_/b end + t clear + :clear + s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/ + t end + s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ + :end' >>confcache +if diff "$cache_file" confcache >/dev/null 2>&1; then :; else + if test -w "$cache_file"; then + test "x$cache_file" != "x/dev/null" && + { $as_echo "$as_me:$LINENO: updating cache $cache_file" >&5 +$as_echo "$as_me: updating cache $cache_file" >&6;} + cat confcache >$cache_file + else + { $as_echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5 +$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;} + fi +fi +rm -f confcache + +test "x$prefix" = xNONE && prefix=$ac_default_prefix +# Let make expand exec_prefix. +test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' + +DEFS=-DHAVE_CONFIG_H + +ac_libobjs= +ac_ltlibobjs= +for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue + # 1. Remove the extension, and $U if already installed. + ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' + ac_i=`$as_echo "$ac_i" | sed "$ac_script"` + # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR + # will be set to the directory where LIBOBJS objects are built. + ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext" + ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo' +done +LIBOBJS=$ac_libobjs + +LTLIBOBJS=$ac_ltlibobjs + + +if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then + { { $as_echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined. +Usually this means the macro was only invoked conditionally." >&5 +$as_echo "$as_me: error: conditional \"AMDEP\" was never defined. +Usually this means the macro was only invoked conditionally." >&2;} + { (exit 1); exit 1; }; } +fi +if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then + { { $as_echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined. +Usually this means the macro was only invoked conditionally." >&5 +$as_echo "$as_me: error: conditional \"am__fastdepCC\" was never defined. +Usually this means the macro was only invoked conditionally." >&2;} + { (exit 1); exit 1; }; } +fi + + ac_config_commands="$ac_config_commands po/stamp-it" + + +if test -z "${HAVE_GIO_TRUE}" && test -z "${HAVE_GIO_FALSE}"; then + { { $as_echo "$as_me:$LINENO: error: conditional \"HAVE_GIO\" was never defined. +Usually this means the macro was only invoked conditionally." >&5 +$as_echo "$as_me: error: conditional \"HAVE_GIO\" was never defined. +Usually this means the macro was only invoked conditionally." >&2;} + { (exit 1); exit 1; }; } +fi +if test -z "${ENABLE_UPDATE_MIMEDB_TRUE}" && test -z "${ENABLE_UPDATE_MIMEDB_FALSE}"; then + { { $as_echo "$as_me:$LINENO: error: conditional \"ENABLE_UPDATE_MIMEDB\" was never defined. +Usually this means the macro was only invoked conditionally." >&5 +$as_echo "$as_me: error: conditional \"ENABLE_UPDATE_MIMEDB\" was never defined. +Usually this means the macro was only invoked conditionally." >&2;} + { (exit 1); exit 1; }; } +fi + +: ${CONFIG_STATUS=./config.status} +ac_write_fail=0 +ac_clean_files_save=$ac_clean_files +ac_clean_files="$ac_clean_files $CONFIG_STATUS" +{ $as_echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5 +$as_echo "$as_me: creating $CONFIG_STATUS" >&6;} +cat >$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +#! $SHELL +# Generated by $as_me. +# Run this file to recreate the current configuration. +# Compiler output produced by configure, useful for debugging +# configure, is in config.log if it exists. + +debug=false +ac_cs_recheck=false +ac_cs_silent=false +SHELL=\${CONFIG_SHELL-$SHELL} +_ACEOF + +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +## --------------------- ## +## M4sh Initialization. ## +## --------------------- ## + +# Be more Bourne compatible +DUALCASE=1; export DUALCASE # for MKS sh +if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then + emulate sh + NULLCMD=: + # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which + # is contrary to our usage. Disable this feature. + alias -g '${1+"$@"}'='"$@"' + setopt NO_GLOB_SUBST +else + case `(set -o) 2>/dev/null` in + *posix*) set -o posix ;; +esac + +fi + + + + +# PATH needs CR +# Avoid depending upon Character Ranges. +as_cr_letters='abcdefghijklmnopqrstuvwxyz' +as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' +as_cr_Letters=$as_cr_letters$as_cr_LETTERS +as_cr_digits='0123456789' +as_cr_alnum=$as_cr_Letters$as_cr_digits + +as_nl=' +' +export as_nl +# Printing a long string crashes Solaris 7 /usr/bin/printf. +as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' +as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo +as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo +if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then + as_echo='printf %s\n' + as_echo_n='printf %s' +else + if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then + as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' + as_echo_n='/usr/ucb/echo -n' + else + as_echo_body='eval expr "X$1" : "X\\(.*\\)"' + as_echo_n_body='eval + arg=$1; + case $arg in + *"$as_nl"*) + expr "X$arg" : "X\\(.*\\)$as_nl"; + arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; + esac; + expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" + ' + export as_echo_n_body + as_echo_n='sh -c $as_echo_n_body as_echo' + fi + export as_echo_body + as_echo='sh -c $as_echo_body as_echo' +fi + +# The user is always right. +if test "${PATH_SEPARATOR+set}" != set; then + PATH_SEPARATOR=: + (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { + (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || + PATH_SEPARATOR=';' + } +fi + +# Support unset when possible. +if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then + as_unset=unset +else + as_unset=false +fi + + +# IFS +# We need space, tab and new line, in precisely that order. Quoting is +# there to prevent editors from complaining about space-tab. +# (If _AS_PATH_WALK were called with IFS unset, it would disable word +# splitting by setting IFS to empty value.) +IFS=" "" $as_nl" + +# Find who we are. Look in the path if we contain no directory separator. +case $0 in + *[\\/]* ) as_myself=$0 ;; + *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break +done +IFS=$as_save_IFS + + ;; +esac +# We did not find ourselves, most probably we were run as `sh COMMAND' +# in which case we are not to be found in the path. +if test "x$as_myself" = x; then + as_myself=$0 +fi +if test ! -f "$as_myself"; then + $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 + { (exit 1); exit 1; } +fi + +# Work around bugs in pre-3.0 UWIN ksh. +for as_var in ENV MAIL MAILPATH +do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var +done +PS1='$ ' +PS2='> ' +PS4='+ ' + +# NLS nuisances. +LC_ALL=C +export LC_ALL +LANGUAGE=C +export LANGUAGE + +# Required to use basename. +if expr a : '\(a\)' >/dev/null 2>&1 && + test "X`expr 00001 : '.*\(...\)'`" = X001; then + as_expr=expr +else + as_expr=false +fi + +if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then + as_basename=basename +else + as_basename=false +fi + + +# Name of the executable. +as_me=`$as_basename -- "$0" || +$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ + X"$0" : 'X\(//\)$' \| \ + X"$0" : 'X\(/\)' \| . 2>/dev/null || +$as_echo X/"$0" | + sed '/^.*\/\([^/][^/]*\)\/*$/{ + s//\1/ + q + } + /^X\/\(\/\/\)$/{ + s//\1/ + q + } + /^X\/\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + +# CDPATH. +$as_unset CDPATH + + + + as_lineno_1=$LINENO + as_lineno_2=$LINENO + test "x$as_lineno_1" != "x$as_lineno_2" && + test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || { + + # Create $as_me.lineno as a copy of $as_myself, but with $LINENO + # uniformly replaced by the line number. The first 'sed' inserts a + # line-number line after each line using $LINENO; the second 'sed' + # does the real work. The second script uses 'N' to pair each + # line-number line with the line containing $LINENO, and appends + # trailing '-' during substitution so that $LINENO is not a special + # case at line end. + # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the + # scripts with optimization help from Paolo Bonzini. Blame Lee + # E. McMahon (1931-1989) for sed's syntax. :-) + sed -n ' + p + /[$]LINENO/= + ' <$as_myself | + sed ' + s/[$]LINENO.*/&-/ + t lineno + b + :lineno + N + :loop + s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/ + t loop + s/-\n.*// + ' >$as_me.lineno && + chmod +x "$as_me.lineno" || + { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 + { (exit 1); exit 1; }; } + + # Don't try to exec as it changes $[0], causing all sort of problems + # (the dirname of $[0] is not the place where we might find the + # original and so on. Autoconf is especially sensitive to this). + . "./$as_me.lineno" + # Exit status is that of the last command. + exit +} + + +if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then + as_dirname=dirname +else + as_dirname=false +fi + +ECHO_C= ECHO_N= ECHO_T= +case `echo -n x` in +-n*) + case `echo 'x\c'` in + *c*) ECHO_T=' ';; # ECHO_T is single tab character. + *) ECHO_C='\c';; + esac;; +*) + ECHO_N='-n';; +esac +if expr a : '\(a\)' >/dev/null 2>&1 && + test "X`expr 00001 : '.*\(...\)'`" = X001; then + as_expr=expr +else + as_expr=false +fi + +rm -f conf$$ conf$$.exe conf$$.file +if test -d conf$$.dir; then + rm -f conf$$.dir/conf$$.file +else + rm -f conf$$.dir + mkdir conf$$.dir 2>/dev/null +fi +if (echo >conf$$.file) 2>/dev/null; then + if ln -s conf$$.file conf$$ 2>/dev/null; then + as_ln_s='ln -s' + # ... but there are two gotchas: + # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. + # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. + # In both cases, we have to default to `cp -p'. + ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || + as_ln_s='cp -p' + elif ln conf$$.file conf$$ 2>/dev/null; then + as_ln_s=ln + else + as_ln_s='cp -p' + fi +else + as_ln_s='cp -p' +fi +rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file +rmdir conf$$.dir 2>/dev/null + +if mkdir -p . 2>/dev/null; then + as_mkdir_p=: +else + test -d ./-p && rmdir ./-p + as_mkdir_p=false +fi + +if test -x / >/dev/null 2>&1; then + as_test_x='test -x' +else + if ls -dL / >/dev/null 2>&1; then + as_ls_L_option=L + else + as_ls_L_option= + fi + as_test_x=' + eval sh -c '\'' + if test -d "$1"; then + test -d "$1/."; + else + case $1 in + -*)set "./$1";; + esac; + case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in + ???[sx]*):;;*)false;;esac;fi + '\'' sh + ' +fi +as_executable_p=$as_test_x + +# Sed expression to map a string onto a valid CPP name. +as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" + +# Sed expression to map a string onto a valid variable name. +as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" + + +exec 6>&1 + +# Save the log message, to keep $[0] and so on meaningful, and to +# report actual input values of CONFIG_FILES etc. instead of their +# values after options handling. +ac_log=" +This file was extended by shared-mime-info $as_me 0.60, which was +generated by GNU Autoconf 2.63. Invocation command line was + + CONFIG_FILES = $CONFIG_FILES + CONFIG_HEADERS = $CONFIG_HEADERS + CONFIG_LINKS = $CONFIG_LINKS + CONFIG_COMMANDS = $CONFIG_COMMANDS + $ $0 $@ + +on `(hostname || uname -n) 2>/dev/null | sed 1q` +" + +_ACEOF + +case $ac_config_files in *" +"*) set x $ac_config_files; shift; ac_config_files=$*;; +esac + +case $ac_config_headers in *" +"*) set x $ac_config_headers; shift; ac_config_headers=$*;; +esac + + +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +# Files that config.status was made for. +config_files="$ac_config_files" +config_headers="$ac_config_headers" +config_commands="$ac_config_commands" + +_ACEOF + +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +ac_cs_usage="\ +\`$as_me' instantiates files from templates according to the +current configuration. + +Usage: $0 [OPTION]... [FILE]... + + -h, --help print this help, then exit + -V, --version print version number and configuration settings, then exit + -q, --quiet, --silent + do not print progress messages + -d, --debug don't remove temporary files + --recheck update $as_me by reconfiguring in the same conditions + --file=FILE[:TEMPLATE] + instantiate the configuration file FILE + --header=FILE[:TEMPLATE] + instantiate the configuration header FILE + +Configuration files: +$config_files + +Configuration headers: +$config_headers + +Configuration commands: +$config_commands + +Report bugs to ." + +_ACEOF +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +ac_cs_version="\\ +shared-mime-info config.status 0.60 +configured by $0, generated by GNU Autoconf 2.63, + with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" + +Copyright (C) 2008 Free Software Foundation, Inc. +This config.status script is free software; the Free Software Foundation +gives unlimited permission to copy, distribute and modify it." + +ac_pwd='$ac_pwd' +srcdir='$srcdir' +INSTALL='$INSTALL' +MKDIR_P='$MKDIR_P' +AWK='$AWK' +test -n "\$AWK" || AWK=awk +_ACEOF + +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +# The default lists apply if the user does not specify any file. +ac_need_defaults=: +while test $# != 0 +do + case $1 in + --*=*) + ac_option=`expr "X$1" : 'X\([^=]*\)='` + ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` + ac_shift=: + ;; + *) + ac_option=$1 + ac_optarg=$2 + ac_shift=shift + ;; + esac + + case $ac_option in + # Handling of the options. + -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) + ac_cs_recheck=: ;; + --version | --versio | --versi | --vers | --ver | --ve | --v | -V ) + $as_echo "$ac_cs_version"; exit ;; + --debug | --debu | --deb | --de | --d | -d ) + debug=: ;; + --file | --fil | --fi | --f ) + $ac_shift + case $ac_optarg in + *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; + esac + CONFIG_FILES="$CONFIG_FILES '$ac_optarg'" + ac_need_defaults=false;; + --header | --heade | --head | --hea ) + $ac_shift + case $ac_optarg in + *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; + esac + CONFIG_HEADERS="$CONFIG_HEADERS '$ac_optarg'" + ac_need_defaults=false;; + --he | --h) + # Conflict between --help and --header + { $as_echo "$as_me: error: ambiguous option: $1 +Try \`$0 --help' for more information." >&2 + { (exit 1); exit 1; }; };; + --help | --hel | -h ) + $as_echo "$ac_cs_usage"; exit ;; + -q | -quiet | --quiet | --quie | --qui | --qu | --q \ + | -silent | --silent | --silen | --sile | --sil | --si | --s) + ac_cs_silent=: ;; + + # This is an error. + -*) { $as_echo "$as_me: error: unrecognized option: $1 +Try \`$0 --help' for more information." >&2 + { (exit 1); exit 1; }; } ;; + + *) ac_config_targets="$ac_config_targets $1" + ac_need_defaults=false ;; + + esac + shift +done + +ac_configure_extra_args= + +if $ac_cs_silent; then + exec 6>/dev/null + ac_configure_extra_args="$ac_configure_extra_args --silent" +fi + +_ACEOF +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +if \$ac_cs_recheck; then + set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion + shift + \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6 + CONFIG_SHELL='$SHELL' + export CONFIG_SHELL + exec "\$@" +fi + +_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +exec 5>>config.log +{ + echo + sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX +## Running $as_me. ## +_ASBOX + $as_echo "$ac_log" +} >&5 + +_ACEOF +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +# +# INIT-COMMANDS +# +AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir" + + +_ACEOF + +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 + +# Handling of arguments. +for ac_config_target in $ac_config_targets +do + case $ac_config_target in + "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;; + "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; + "default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;; + "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; + "shared-mime-info.pc") CONFIG_FILES="$CONFIG_FILES shared-mime-info.pc" ;; + "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in" ;; + "po/stamp-it") CONFIG_COMMANDS="$CONFIG_COMMANDS po/stamp-it" ;; + + *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 +$as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;} + { (exit 1); exit 1; }; };; + esac +done + + +# If the user did not use the arguments to specify the items to instantiate, +# then the envvar interface is used. Set only those that are not. +# We use the long form for the default assignment because of an extremely +# bizarre bug on SunOS 4.1.3. +if $ac_need_defaults; then + test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files + test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers + test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands +fi + +# Have a temporary directory for convenience. Make it in the build tree +# simply because there is no reason against having it here, and in addition, +# creating and moving files from /tmp can sometimes cause problems. +# Hook for its removal unless debugging. +# Note that there is a small window in which the directory will not be cleaned: +# after its creation but before its name has been assigned to `$tmp'. +$debug || +{ + tmp= + trap 'exit_status=$? + { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status +' 0 + trap '{ (exit 1); exit 1; }' 1 2 13 15 +} +# Create a (secure) tmp directory for tmp files. + +{ + tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` && + test -n "$tmp" && test -d "$tmp" +} || +{ + tmp=./conf$$-$RANDOM + (umask 077 && mkdir "$tmp") +} || +{ + $as_echo "$as_me: cannot create a temporary directory in ." >&2 + { (exit 1); exit 1; } +} + +# Set up the scripts for CONFIG_FILES section. +# No need to generate them if there are no CONFIG_FILES. +# This happens for instance with `./config.status config.h'. +if test -n "$CONFIG_FILES"; then + + +ac_cr=' ' +ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' /dev/null` +if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then + ac_cs_awk_cr='\\r' +else + ac_cs_awk_cr=$ac_cr +fi + +echo 'BEGIN {' >"$tmp/subs1.awk" && +_ACEOF + + +{ + echo "cat >conf$$subs.awk <<_ACEOF" && + echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' && + echo "_ACEOF" +} >conf$$subs.sh || + { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 +$as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} + { (exit 1); exit 1; }; } +ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'` +ac_delim='%!_!# ' +for ac_last_try in false false false false false :; do + . ./conf$$subs.sh || + { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 +$as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} + { (exit 1); exit 1; }; } + + ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` + if test $ac_delim_n = $ac_delim_num; then + break + elif $ac_last_try; then + { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 +$as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} + { (exit 1); exit 1; }; } + else + ac_delim="$ac_delim!$ac_delim _$ac_delim!! " + fi +done +rm -f conf$$subs.sh + +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +cat >>"\$tmp/subs1.awk" <<\\_ACAWK && +_ACEOF +sed -n ' +h +s/^/S["/; s/!.*/"]=/ +p +g +s/^[^!]*!// +:repl +t repl +s/'"$ac_delim"'$// +t delim +:nl +h +s/\(.\{148\}\).*/\1/ +t more1 +s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/ +p +n +b repl +:more1 +s/["\\]/\\&/g; s/^/"/; s/$/"\\/ +p +g +s/.\{148\}// +t nl +:delim +h +s/\(.\{148\}\).*/\1/ +t more2 +s/["\\]/\\&/g; s/^/"/; s/$/"/ +p +b +:more2 +s/["\\]/\\&/g; s/^/"/; s/$/"\\/ +p +g +s/.\{148\}// +t delim +' >$CONFIG_STATUS || ac_write_fail=1 +rm -f conf$$subs.awk +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +_ACAWK +cat >>"\$tmp/subs1.awk" <<_ACAWK && + for (key in S) S_is_set[key] = 1 + FS = "" + +} +{ + line = $ 0 + nfields = split(line, field, "@") + substed = 0 + len = length(field[1]) + for (i = 2; i < nfields; i++) { + key = field[i] + keylen = length(key) + if (S_is_set[key]) { + value = S[key] + line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3) + len += length(value) + length(field[++i]) + substed = 1 + } else + len += 1 + keylen + } + + print line +} + +_ACAWK +_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then + sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g" +else + cat +fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \ + || { { $as_echo "$as_me:$LINENO: error: could not setup config files machinery" >&5 +$as_echo "$as_me: error: could not setup config files machinery" >&2;} + { (exit 1); exit 1; }; } +_ACEOF + +# VPATH may cause trouble with some makes, so we remove $(srcdir), +# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and +# trailing colons and then remove the whole line if VPATH becomes empty +# (actually we leave an empty line to preserve line numbers). +if test "x$srcdir" = x.; then + ac_vpsub='/^[ ]*VPATH[ ]*=/{ +s/:*\$(srcdir):*/:/ +s/:*\${srcdir}:*/:/ +s/:*@srcdir@:*/:/ +s/^\([^=]*=[ ]*\):*/\1/ +s/:*$// +s/^[^=]*=[ ]*$// +}' +fi + +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +fi # test -n "$CONFIG_FILES" + +# Set up the scripts for CONFIG_HEADERS section. +# No need to generate them if there are no CONFIG_HEADERS. +# This happens for instance with `./config.status Makefile'. +if test -n "$CONFIG_HEADERS"; then +cat >"$tmp/defines.awk" <<\_ACAWK || +BEGIN { +_ACEOF + +# Transform confdefs.h into an awk script `defines.awk', embedded as +# here-document in config.status, that substitutes the proper values into +# config.h.in to produce config.h. + +# Create a delimiter string that does not exist in confdefs.h, to ease +# handling of long lines. +ac_delim='%!_!# ' +for ac_last_try in false false :; do + ac_t=`sed -n "/$ac_delim/p" confdefs.h` + if test -z "$ac_t"; then + break + elif $ac_last_try; then + { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_HEADERS" >&5 +$as_echo "$as_me: error: could not make $CONFIG_HEADERS" >&2;} + { (exit 1); exit 1; }; } + else + ac_delim="$ac_delim!$ac_delim _$ac_delim!! " + fi +done + +# For the awk script, D is an array of macro values keyed by name, +# likewise P contains macro parameters if any. Preserve backslash +# newline sequences. + +ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]* +sed -n ' +s/.\{148\}/&'"$ac_delim"'/g +t rset +:rset +s/^[ ]*#[ ]*define[ ][ ]*/ / +t def +d +:def +s/\\$// +t bsnl +s/["\\]/\\&/g +s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\ +D["\1"]=" \3"/p +s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p +d +:bsnl +s/["\\]/\\&/g +s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\ +D["\1"]=" \3\\\\\\n"\\/p +t cont +s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p +t cont +d +:cont +n +s/.\{148\}/&'"$ac_delim"'/g +t clear +:clear +s/\\$// +t bsnlc +s/["\\]/\\&/g; s/^/"/; s/$/"/p +d +:bsnlc +s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p +b cont +' >$CONFIG_STATUS || ac_write_fail=1 + +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 + for (key in D) D_is_set[key] = 1 + FS = "" +} +/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ { + line = \$ 0 + split(line, arg, " ") + if (arg[1] == "#") { + defundef = arg[2] + mac1 = arg[3] + } else { + defundef = substr(arg[1], 2) + mac1 = arg[2] + } + split(mac1, mac2, "(") #) + macro = mac2[1] + prefix = substr(line, 1, index(line, defundef) - 1) + if (D_is_set[macro]) { + # Preserve the white space surrounding the "#". + print prefix "define", macro P[macro] D[macro] + next + } else { + # Replace #undef with comments. This is necessary, for example, + # in the case of _POSIX_SOURCE, which is predefined and required + # on some systems where configure will not decide to define it. + if (defundef == "undef") { + print "/*", prefix defundef, macro, "*/" + next + } + } +} +{ print } +_ACAWK +_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 + { { $as_echo "$as_me:$LINENO: error: could not setup config headers machinery" >&5 +$as_echo "$as_me: error: could not setup config headers machinery" >&2;} + { (exit 1); exit 1; }; } +fi # test -n "$CONFIG_HEADERS" + + +eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS" +shift +for ac_tag +do + case $ac_tag in + :[FHLC]) ac_mode=$ac_tag; continue;; + esac + case $ac_mode$ac_tag in + :[FHL]*:*);; + :L* | :C*:*) { { $as_echo "$as_me:$LINENO: error: invalid tag $ac_tag" >&5 +$as_echo "$as_me: error: invalid tag $ac_tag" >&2;} + { (exit 1); exit 1; }; };; + :[FH]-) ac_tag=-:-;; + :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; + esac + ac_save_IFS=$IFS + IFS=: + set x $ac_tag + IFS=$ac_save_IFS + shift + ac_file=$1 + shift + + case $ac_mode in + :L) ac_source=$1;; + :[FH]) + ac_file_inputs= + for ac_f + do + case $ac_f in + -) ac_f="$tmp/stdin";; + *) # Look for the file first in the build tree, then in the source tree + # (if the path is not absolute). The absolute path cannot be DOS-style, + # because $ac_f cannot contain `:'. + test -f "$ac_f" || + case $ac_f in + [\\/$]*) false;; + *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; + esac || + { { $as_echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5 +$as_echo "$as_me: error: cannot find input file: $ac_f" >&2;} + { (exit 1); exit 1; }; };; + esac + case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac + ac_file_inputs="$ac_file_inputs '$ac_f'" + done + + # Let's still pretend it is `configure' which instantiates (i.e., don't + # use $as_me), people would be surprised to read: + # /* config.h. Generated by config.status. */ + configure_input='Generated from '` + $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g' + `' by configure.' + if test x"$ac_file" != x-; then + configure_input="$ac_file. $configure_input" + { $as_echo "$as_me:$LINENO: creating $ac_file" >&5 +$as_echo "$as_me: creating $ac_file" >&6;} + fi + # Neutralize special characters interpreted by sed in replacement strings. + case $configure_input in #( + *\&* | *\|* | *\\* ) + ac_sed_conf_input=`$as_echo "$configure_input" | + sed 's/[\\\\&|]/\\\\&/g'`;; #( + *) ac_sed_conf_input=$configure_input;; + esac + + case $ac_tag in + *:-:* | *:-) cat >"$tmp/stdin" \ + || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5 +$as_echo "$as_me: error: could not create $ac_file" >&2;} + { (exit 1); exit 1; }; } ;; + esac + ;; + esac + + ac_dir=`$as_dirname -- "$ac_file" || +$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$ac_file" : 'X\(//\)[^/]' \| \ + X"$ac_file" : 'X\(//\)$' \| \ + X"$ac_file" : 'X\(/\)' \| . 2>/dev/null || +$as_echo X"$ac_file" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + { as_dir="$ac_dir" + case $as_dir in #( + -*) as_dir=./$as_dir;; + esac + test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || { + as_dirs= + while :; do + case $as_dir in #( + *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( + *) as_qdir=$as_dir;; + esac + as_dirs="'$as_qdir' $as_dirs" + as_dir=`$as_dirname -- "$as_dir" || +$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$as_dir" : 'X\(//\)[^/]' \| \ + X"$as_dir" : 'X\(//\)$' \| \ + X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || +$as_echo X"$as_dir" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + test -d "$as_dir" && break + done + test -z "$as_dirs" || eval "mkdir $as_dirs" + } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5 +$as_echo "$as_me: error: cannot create directory $as_dir" >&2;} + { (exit 1); exit 1; }; }; } + ac_builddir=. + +case "$ac_dir" in +.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; +*) + ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` + # A ".." for each directory in $ac_dir_suffix. + ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` + case $ac_top_builddir_sub in + "") ac_top_builddir_sub=. ac_top_build_prefix= ;; + *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; + esac ;; +esac +ac_abs_top_builddir=$ac_pwd +ac_abs_builddir=$ac_pwd$ac_dir_suffix +# for backward compatibility: +ac_top_builddir=$ac_top_build_prefix + +case $srcdir in + .) # We are building in place. + ac_srcdir=. + ac_top_srcdir=$ac_top_builddir_sub + ac_abs_top_srcdir=$ac_pwd ;; + [\\/]* | ?:[\\/]* ) # Absolute name. + ac_srcdir=$srcdir$ac_dir_suffix; + ac_top_srcdir=$srcdir + ac_abs_top_srcdir=$srcdir ;; + *) # Relative name. + ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix + ac_top_srcdir=$ac_top_build_prefix$srcdir + ac_abs_top_srcdir=$ac_pwd/$srcdir ;; +esac +ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix + + + case $ac_mode in + :F) + # + # CONFIG_FILE + # + + case $INSTALL in + [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;; + *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;; + esac + ac_MKDIR_P=$MKDIR_P + case $MKDIR_P in + [\\/$]* | ?:[\\/]* ) ;; + */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;; + esac +_ACEOF + +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +# If the template does not know about datarootdir, expand it. +# FIXME: This hack should be removed a few years after 2.60. +ac_datarootdir_hack=; ac_datarootdir_seen= + +ac_sed_dataroot=' +/datarootdir/ { + p + q +} +/@datadir@/p +/@docdir@/p +/@infodir@/p +/@localedir@/p +/@mandir@/p +' +case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in +*datarootdir*) ac_datarootdir_seen=yes;; +*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*) + { $as_echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 +$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} +_ACEOF +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 + ac_datarootdir_hack=' + s&@datadir@&$datadir&g + s&@docdir@&$docdir&g + s&@infodir@&$infodir&g + s&@localedir@&$localedir&g + s&@mandir@&$mandir&g + s&\\\${datarootdir}&$datarootdir&g' ;; +esac +_ACEOF + +# Neutralize VPATH when `$srcdir' = `.'. +# Shell code in configure.ac might set extrasub. +# FIXME: do we really want to maintain this feature? +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +ac_sed_extra="$ac_vpsub +$extrasub +_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +:t +/@[a-zA-Z_][a-zA-Z_0-9]*@/!b +s|@configure_input@|$ac_sed_conf_input|;t t +s&@top_builddir@&$ac_top_builddir_sub&;t t +s&@top_build_prefix@&$ac_top_build_prefix&;t t +s&@srcdir@&$ac_srcdir&;t t +s&@abs_srcdir@&$ac_abs_srcdir&;t t +s&@top_srcdir@&$ac_top_srcdir&;t t +s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t +s&@builddir@&$ac_builddir&;t t +s&@abs_builddir@&$ac_abs_builddir&;t t +s&@abs_top_builddir@&$ac_abs_top_builddir&;t t +s&@INSTALL@&$ac_INSTALL&;t t +s&@MKDIR_P@&$ac_MKDIR_P&;t t +$ac_datarootdir_hack +" +eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \ + || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5 +$as_echo "$as_me: error: could not create $ac_file" >&2;} + { (exit 1); exit 1; }; } + +test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && + { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } && + { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } && + { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir' +which seems to be undefined. Please make sure it is defined." >&5 +$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' +which seems to be undefined. Please make sure it is defined." >&2;} + + rm -f "$tmp/stdin" + case $ac_file in + -) cat "$tmp/out" && rm -f "$tmp/out";; + *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";; + esac \ + || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5 +$as_echo "$as_me: error: could not create $ac_file" >&2;} + { (exit 1); exit 1; }; } + ;; + :H) + # + # CONFIG_HEADER + # + if test x"$ac_file" != x-; then + { + $as_echo "/* $configure_input */" \ + && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" + } >"$tmp/config.h" \ + || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5 +$as_echo "$as_me: error: could not create $ac_file" >&2;} + { (exit 1); exit 1; }; } + if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then + { $as_echo "$as_me:$LINENO: $ac_file is unchanged" >&5 +$as_echo "$as_me: $ac_file is unchanged" >&6;} + else + rm -f "$ac_file" + mv "$tmp/config.h" "$ac_file" \ + || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5 +$as_echo "$as_me: error: could not create $ac_file" >&2;} + { (exit 1); exit 1; }; } + fi + else + $as_echo "/* $configure_input */" \ + && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \ + || { { $as_echo "$as_me:$LINENO: error: could not create -" >&5 +$as_echo "$as_me: error: could not create -" >&2;} + { (exit 1); exit 1; }; } + fi +# Compute "$ac_file"'s index in $config_headers. +_am_arg="$ac_file" +_am_stamp_count=1 +for _am_header in $config_headers :; do + case $_am_header in + $_am_arg | $_am_arg:* ) + break ;; + * ) + _am_stamp_count=`expr $_am_stamp_count + 1` ;; + esac +done +echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" || +$as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$_am_arg" : 'X\(//\)[^/]' \| \ + X"$_am_arg" : 'X\(//\)$' \| \ + X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null || +$as_echo X"$_am_arg" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'`/stamp-h$_am_stamp_count + ;; + + :C) { $as_echo "$as_me:$LINENO: executing $ac_file commands" >&5 +$as_echo "$as_me: executing $ac_file commands" >&6;} + ;; + esac + + + case $ac_file$ac_mode in + "depfiles":C) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do + # Strip MF so we end up with the name of the file. + mf=`echo "$mf" | sed -e 's/:.*$//'` + # Check whether this is an Automake generated Makefile or not. + # We used to match only the files named `Makefile.in', but + # some people rename them; so instead we look at the file content. + # Grep'ing the first line is not enough: some people post-process + # each Makefile.in and add a new line on top of each file to say so. + # Grep'ing the whole file is not good either: AIX grep has a line + # limit of 2048, but all sed's we know have understand at least 4000. + if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then + dirpart=`$as_dirname -- "$mf" || +$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$mf" : 'X\(//\)[^/]' \| \ + X"$mf" : 'X\(//\)$' \| \ + X"$mf" : 'X\(/\)' \| . 2>/dev/null || +$as_echo X"$mf" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + else + continue + fi + # Extract the definition of DEPDIR, am__include, and am__quote + # from the Makefile without running `make'. + DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` + test -z "$DEPDIR" && continue + am__include=`sed -n 's/^am__include = //p' < "$mf"` + test -z "am__include" && continue + am__quote=`sed -n 's/^am__quote = //p' < "$mf"` + # When using ansi2knr, U may be empty or an underscore; expand it + U=`sed -n 's/^U = //p' < "$mf"` + # Find all dependency output files, they are included files with + # $(DEPDIR) in their names. We invoke sed twice because it is the + # simplest approach to changing $(DEPDIR) to its actual value in the + # expansion. + for file in `sed -n " + s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ + sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do + # Make sure the directory exists. + test -f "$dirpart/$file" && continue + fdir=`$as_dirname -- "$file" || +$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$file" : 'X\(//\)[^/]' \| \ + X"$file" : 'X\(//\)$' \| \ + X"$file" : 'X\(/\)' \| . 2>/dev/null || +$as_echo X"$file" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + { as_dir=$dirpart/$fdir + case $as_dir in #( + -*) as_dir=./$as_dir;; + esac + test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || { + as_dirs= + while :; do + case $as_dir in #( + *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( + *) as_qdir=$as_dir;; + esac + as_dirs="'$as_qdir' $as_dirs" + as_dir=`$as_dirname -- "$as_dir" || +$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$as_dir" : 'X\(//\)[^/]' \| \ + X"$as_dir" : 'X\(//\)$' \| \ + X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || +$as_echo X"$as_dir" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + test -d "$as_dir" && break + done + test -z "$as_dirs" || eval "mkdir $as_dirs" + } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5 +$as_echo "$as_me: error: cannot create directory $as_dir" >&2;} + { (exit 1); exit 1; }; }; } + # echo "creating $dirpart/$file" + echo '# dummy' > "$dirpart/$file" + done +done + ;; + "default-1":C) case "$CONFIG_FILES" in *po/Makefile.in*) + sed -e "/POTFILES =/r po/POTFILES" po/Makefile.in > po/Makefile + esac ;; + "po/stamp-it":C) + if ! grep "^# INTLTOOL_MAKEFILE$" "po/Makefile.in" ; then + { { $as_echo "$as_me:$LINENO: error: po/Makefile.in.in was not created by intltoolize." >&5 +$as_echo "$as_me: error: po/Makefile.in.in was not created by intltoolize." >&2;} + { (exit 1); exit 1; }; } + fi + rm -f "po/stamp-it" "po/stamp-it.tmp" "po/POTFILES" "po/Makefile.tmp" + >"po/stamp-it.tmp" + sed '/^#/d + s/^[[].*] *// + /^[ ]*$/d + '"s|^| $ac_top_srcdir/|" \ + "$srcdir/po/POTFILES.in" | sed '$!s/$/ \\/' >"po/POTFILES" + + sed '/^POTFILES =/,/[^\\]$/ { + /^POTFILES =/!d + r po/POTFILES + } + ' "po/Makefile.in" >"po/Makefile" + rm -f "po/Makefile.tmp" + mv "po/stamp-it.tmp" "po/stamp-it" + ;; + + esac +done # for ac_tag + + +{ (exit 0); exit 0; } +_ACEOF +chmod +x $CONFIG_STATUS +ac_clean_files=$ac_clean_files_save + +test $ac_write_fail = 0 || + { { $as_echo "$as_me:$LINENO: error: write failure creating $CONFIG_STATUS" >&5 +$as_echo "$as_me: error: write failure creating $CONFIG_STATUS" >&2;} + { (exit 1); exit 1; }; } + + +# configure is writing to config.log, and then calls config.status. +# config.status does its own redirection, appending to config.log. +# Unfortunately, on DOS this fails, as config.log is still kept open +# by configure, so config.status won't be able to write to it; its +# output is simply discarded. So we exec the FD to /dev/null, +# effectively closing config.log, so it can be properly (re)opened and +# appended to by config.status. When coming back to configure, we +# need to make the FD available again. +if test "$no_create" != yes; then + ac_cs_success=: + ac_config_status_args= + test "$silent" = yes && + ac_config_status_args="$ac_config_status_args --quiet" + exec 5>/dev/null + $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false + exec 5>>config.log + # Use ||, not &&, to avoid exiting from the if with $? = 1, which + # would make configure fail if this is the last instruction. + $ac_cs_success || { (exit 1); exit 1; } +fi +if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then + { $as_echo "$as_me:$LINENO: WARNING: unrecognized options: $ac_unrecognized_opts" >&5 +$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} +fi + diff --git a/configure.in b/configure.in new file mode 100644 index 0000000..b749d94 --- /dev/null +++ b/configure.in @@ -0,0 +1,56 @@ +AC_INIT([shared-mime-info],[0.60],[https://bugs.freedesktop.org/enter_bug.cgi?product=shared-mime-info]) + +AM_INIT_AUTOMAKE([1.9 foreign no-dist-gzip dist-bzip2 check-news]) + +AC_CONFIG_HEADERS([config.h]) + +dnl Checks for programs. +AC_PROG_CC + +dnl Checks for typedefs, structures, and compiler characteristics. +AC_C_CONST + + +IT_PROG_INTLTOOL([0.35.0]) + +GETTEXT_PACKAGE=shared-mime-info +AC_SUBST(GETTEXT_PACKAGE) +AM_GLIB_GNU_GETTEXT + +dnl Check whether libxml and glib are present is installed +PKG_CHECK_MODULES(ALL, \ + libxml-2.0 >= 2.4 \ + glib-2.0 >= 2.6.0) +AC_SUBST(ALL_CFLAGS) +AC_SUBST(ALL_LIBS) + +dnl Build the tree magic test if gio is present +PKG_CHECK_MODULES(GIO, gio-2.0, HAVE_GIO=yes, AC_MSG_RESULT(no)) + +AM_CONDITIONAL([HAVE_GIO], test "x$HAVE_GIO" = "xyes") + +dnl Use -Wall, etc if possible +[ +if test "x$GCC" = "xyes"; then + case " $CFLAGS " in + *[\ \ ]-Wall[\ \ ]*) ;; + *) CFLAGS="$CFLAGS -Wall -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings" ;; + esac +fi +] + +AC_ARG_ENABLE(update-mimedb, + AC_HELP_STRING([--disable-update-mimedb], + [disable the update-mime-database after install [default=no]]),, + enable_update_mimedb=yes) +AM_CONDITIONAL(ENABLE_UPDATE_MIMEDB, test x$enable_update_mimedb = xyes) + +AC_PATH_PROG([XMLLINT],[xmllint]) + +AC_CONFIG_FILES([ +Makefile +shared-mime-info.pc +po/Makefile.in +]) + +AC_OUTPUT diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..10f5cb0 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,7 @@ +shared-mime-info (0.60-slp1) unstable; urgency=low + + * Initial Release. + * Git: unmodified/shared-mime-info + * Tag: shared-mime-info_0.60-slp1 + + -- Seokkyu Jang Wed, 07 Dec 2011 12:56:02 +0900 diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..7ed6ff8 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +5 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..96f6d69 --- /dev/null +++ b/debian/control @@ -0,0 +1,31 @@ +Source: shared-mime-info +Section: misc +Priority: optional +Maintainer: SaeNa Kim +Uploaders: Sebastian Dröge +Build-Depends: cdbs (>= 0.4.35), + debhelper (>= 5), + autotools-dev, + docbook-utils, + docbook-xml, + libglib2.0-dev (>= 2.6.0), + libxml2-dev (>= 2.4), + intltool (>= 0.35), + libxml2-utils +Standards-Version: 3.8.0 + +Package: shared-mime-info +Architecture: any +Depends: ${misc:Depends}, + ${shlibs:Depends} +Conflicts: libglib2.0-0 (<< 2.17.2), + tracker (<< 0.6.90), + libgnomevfs2-0 (<< 1:2.24.0) +Description: FreeDesktop.org shared MIME database and spec + This is the shared MIME-info database from the X Desktop Group. It is required + by any program complying to the Shared MIME-Info Database spec, which is also + included in this package. + . + At this time ROX and GNOME use this database. KDE is expected to follow soon, + and hopefully others too. + diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..16aed05 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,26 @@ +This is shared-mime-info, written and maintained by unknown +on Thu, 12 Nov 2009 19:16:02 +0900. + +The original source can always be found at: + ftp://ftp.debian.org/dists/unstable/main/source/ + +Copyright Holder: unknown + +License: + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this package; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +On Debian systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL'. diff --git a/debian/dirs b/debian/dirs new file mode 100644 index 0000000..ca882bb --- /dev/null +++ b/debian/dirs @@ -0,0 +1,2 @@ +usr/bin +usr/sbin diff --git a/debian/docs b/debian/docs new file mode 100644 index 0000000..50bd824 --- /dev/null +++ b/debian/docs @@ -0,0 +1,2 @@ +NEWS +README diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..c651946 --- /dev/null +++ b/debian/rules @@ -0,0 +1,118 @@ +#!/usr/bin/make -f +# -*- makefile -*- +# Sample debian/rules that uses debhelper. +# This file was originally written by Joey Hess and Craig Small. +# As a special exception, when this file is copied by dh-make into a +# dh-make output file, you may use that output file without restriction. +# This special exception was added by Craig Small in version 0.37 of dh-make. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + + +# These are used for cross-compiling and for saving the configure script +# from having to guess our platform (since we know it already) +DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) +DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) + + +CFLAGS ?= -Wall -g +LDFLAGS ?= +PREFIX ?= usr +DATADIR ?= /opt + +ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) + CFLAGS += -O0 +else + CFLAGS += -O2 +endif + +config.status: configure + dh_testdir + # Add here commands to configure the package. + ./configure --prefix=/$(PREFIX) CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)" + + +build: build-stamp + +build-stamp: config.status + dh_testdir + + # Add here commands to compile the package. + $(MAKE) + #docbook-to-man debian/shared-mime-info.sgml > shared-mime-info.1 + + for f in `find $(CURDIR)/debian/ -name "*.in"`; do \ + cat $$f > $${f%.in}; \ + sed -i -e "s#@PREFIX@#$(PREFIX)#g" $${f%.in}; \ + sed -i -e "s#@DATADIR@#$(DATADIR)#g" $${f%.in}; \ + done + + + + touch $@ + +clean: + dh_testdir + dh_testroot + rm -f build-stamp + + # Add here commands to clean up after the build process. + -$(MAKE) distclean +ifneq "$(wildcard /usr/share/misc/config.sub)" "" + cp -f /usr/share/misc/config.sub config.sub +endif +ifneq "$(wildcard /usr/share/misc/config.guess)" "" + cp -f /usr/share/misc/config.guess config.guess +endif + + + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + + # Add here commands to install the package into debian/shared-mime-info. + $(MAKE) DESTDIR=$(CURDIR)/debian/tmp install + + +# Build architecture-independent files here. +binary-indep: build install +# We have nothing to do by default. + +# Build architecture-dependent files here. +binary-arch: build install + dh_testdir + dh_testroot + dh_installchangelogs ChangeLog + dh_installdocs + dh_installexamples + dh_install --sourcedir=debian/tmp +# dh_installmenu +# dh_installdebconf +# dh_installlogrotate +# dh_installemacsen +# dh_installpam +# dh_installmime +# dh_python +# dh_installinit +# dh_installcron +# dh_installinfo + dh_installman + dh_link + dh_strip + dh_compress + dh_fixperms +# dh_perl +# dh_makeshlibs + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install diff --git a/debian/shared-mime-info.install.in b/debian/shared-mime-info.install.in new file mode 100644 index 0000000..1b9f089 --- /dev/null +++ b/debian/shared-mime-info.install.in @@ -0,0 +1,2 @@ +usr/bin/* +usr/share diff --git a/depcomp b/depcomp new file mode 100755 index 0000000..e5f9736 --- /dev/null +++ b/depcomp @@ -0,0 +1,589 @@ +#! /bin/sh +# depcomp - compile a program generating dependencies as side-effects + +scriptversion=2007-03-29.01 + +# Copyright (C) 1999, 2000, 2003, 2004, 2005, 2006, 2007 Free Software +# Foundation, Inc. + +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2, or (at your option) +# any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. + +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA +# 02110-1301, USA. + +# As a special exception to the GNU General Public License, if you +# distribute this file as part of a program that contains a +# configuration script generated by Autoconf, you may include it under +# the same distribution terms that you use for the rest of that program. + +# Originally written by Alexandre Oliva . + +case $1 in + '') + echo "$0: No command. Try \`$0 --help' for more information." 1>&2 + exit 1; + ;; + -h | --h*) + cat <<\EOF +Usage: depcomp [--help] [--version] PROGRAM [ARGS] + +Run PROGRAMS ARGS to compile a file, generating dependencies +as side-effects. + +Environment variables: + depmode Dependency tracking mode. + source Source file read by `PROGRAMS ARGS'. + object Object file output by `PROGRAMS ARGS'. + DEPDIR directory where to store dependencies. + depfile Dependency file to output. + tmpdepfile Temporary file to use when outputing dependencies. + libtool Whether libtool is used (yes/no). + +Report bugs to . +EOF + exit $? + ;; + -v | --v*) + echo "depcomp $scriptversion" + exit $? + ;; +esac + +if test -z "$depmode" || test -z "$source" || test -z "$object"; then + echo "depcomp: Variables source, object and depmode must be set" 1>&2 + exit 1 +fi + +# Dependencies for sub/bar.o or sub/bar.obj go into sub/.deps/bar.Po. +depfile=${depfile-`echo "$object" | + sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`} +tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`} + +rm -f "$tmpdepfile" + +# Some modes work just like other modes, but use different flags. We +# parameterize here, but still list the modes in the big case below, +# to make depend.m4 easier to write. Note that we *cannot* use a case +# here, because this file can only contain one case statement. +if test "$depmode" = hp; then + # HP compiler uses -M and no extra arg. + gccflag=-M + depmode=gcc +fi + +if test "$depmode" = dashXmstdout; then + # This is just like dashmstdout with a different argument. + dashmflag=-xM + depmode=dashmstdout +fi + +case "$depmode" in +gcc3) +## gcc 3 implements dependency tracking that does exactly what +## we want. Yay! Note: for some reason libtool 1.4 doesn't like +## it if -MD -MP comes after the -MF stuff. Hmm. +## Unfortunately, FreeBSD c89 acceptance of flags depends upon +## the command line argument order; so add the flags where they +## appear in depend2.am. Note that the slowdown incurred here +## affects only configure: in makefiles, %FASTDEP% shortcuts this. + for arg + do + case $arg in + -c) set fnord "$@" -MT "$object" -MD -MP -MF "$tmpdepfile" "$arg" ;; + *) set fnord "$@" "$arg" ;; + esac + shift # fnord + shift # $arg + done + "$@" + stat=$? + if test $stat -eq 0; then : + else + rm -f "$tmpdepfile" + exit $stat + fi + mv "$tmpdepfile" "$depfile" + ;; + +gcc) +## There are various ways to get dependency output from gcc. Here's +## why we pick this rather obscure method: +## - Don't want to use -MD because we'd like the dependencies to end +## up in a subdir. Having to rename by hand is ugly. +## (We might end up doing this anyway to support other compilers.) +## - The DEPENDENCIES_OUTPUT environment variable makes gcc act like +## -MM, not -M (despite what the docs say). +## - Using -M directly means running the compiler twice (even worse +## than renaming). + if test -z "$gccflag"; then + gccflag=-MD, + fi + "$@" -Wp,"$gccflag$tmpdepfile" + stat=$? + if test $stat -eq 0; then : + else + rm -f "$tmpdepfile" + exit $stat + fi + rm -f "$depfile" + echo "$object : \\" > "$depfile" + alpha=ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz +## The second -e expression handles DOS-style file names with drive letters. + sed -e 's/^[^:]*: / /' \ + -e 's/^['$alpha']:\/[^:]*: / /' < "$tmpdepfile" >> "$depfile" +## This next piece of magic avoids the `deleted header file' problem. +## The problem is that when a header file which appears in a .P file +## is deleted, the dependency causes make to die (because there is +## typically no way to rebuild the header). We avoid this by adding +## dummy dependencies for each header file. Too bad gcc doesn't do +## this for us directly. + tr ' ' ' +' < "$tmpdepfile" | +## Some versions of gcc put a space before the `:'. On the theory +## that the space means something, we add a space to the output as +## well. +## Some versions of the HPUX 10.20 sed can't process this invocation +## correctly. Breaking it into two sed invocations is a workaround. + sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' | sed -e 's/$/ :/' >> "$depfile" + rm -f "$tmpdepfile" + ;; + +hp) + # This case exists only to let depend.m4 do its work. It works by + # looking at the text of this script. This case will never be run, + # since it is checked for above. + exit 1 + ;; + +sgi) + if test "$libtool" = yes; then + "$@" "-Wp,-MDupdate,$tmpdepfile" + else + "$@" -MDupdate "$tmpdepfile" + fi + stat=$? + if test $stat -eq 0; then : + else + rm -f "$tmpdepfile" + exit $stat + fi + rm -f "$depfile" + + if test -f "$tmpdepfile"; then # yes, the sourcefile depend on other files + echo "$object : \\" > "$depfile" + + # Clip off the initial element (the dependent). Don't try to be + # clever and replace this with sed code, as IRIX sed won't handle + # lines with more than a fixed number of characters (4096 in + # IRIX 6.2 sed, 8192 in IRIX 6.5). We also remove comment lines; + # the IRIX cc adds comments like `#:fec' to the end of the + # dependency line. + tr ' ' ' +' < "$tmpdepfile" \ + | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' | \ + tr ' +' ' ' >> $depfile + echo >> $depfile + + # The second pass generates a dummy entry for each header file. + tr ' ' ' +' < "$tmpdepfile" \ + | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' -e 's/$/:/' \ + >> $depfile + else + # The sourcefile does not contain any dependencies, so just + # store a dummy comment line, to avoid errors with the Makefile + # "include basename.Plo" scheme. + echo "#dummy" > "$depfile" + fi + rm -f "$tmpdepfile" + ;; + +aix) + # The C for AIX Compiler uses -M and outputs the dependencies + # in a .u file. In older versions, this file always lives in the + # current directory. Also, the AIX compiler puts `$object:' at the + # start of each line; $object doesn't have directory information. + # Version 6 uses the directory in both cases. + dir=`echo "$object" | sed -e 's|/[^/]*$|/|'` + test "x$dir" = "x$object" && dir= + base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'` + if test "$libtool" = yes; then + tmpdepfile1=$dir$base.u + tmpdepfile2=$base.u + tmpdepfile3=$dir.libs/$base.u + "$@" -Wc,-M + else + tmpdepfile1=$dir$base.u + tmpdepfile2=$dir$base.u + tmpdepfile3=$dir$base.u + "$@" -M + fi + stat=$? + + if test $stat -eq 0; then : + else + rm -f "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" + exit $stat + fi + + for tmpdepfile in "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" + do + test -f "$tmpdepfile" && break + done + if test -f "$tmpdepfile"; then + # Each line is of the form `foo.o: dependent.h'. + # Do two passes, one to just change these to + # `$object: dependent.h' and one to simply `dependent.h:'. + sed -e "s,^.*\.[a-z]*:,$object:," < "$tmpdepfile" > "$depfile" + # That's a tab and a space in the []. + sed -e 's,^.*\.[a-z]*:[ ]*,,' -e 's,$,:,' < "$tmpdepfile" >> "$depfile" + else + # The sourcefile does not contain any dependencies, so just + # store a dummy comment line, to avoid errors with the Makefile + # "include basename.Plo" scheme. + echo "#dummy" > "$depfile" + fi + rm -f "$tmpdepfile" + ;; + +icc) + # Intel's C compiler understands `-MD -MF file'. However on + # icc -MD -MF foo.d -c -o sub/foo.o sub/foo.c + # ICC 7.0 will fill foo.d with something like + # foo.o: sub/foo.c + # foo.o: sub/foo.h + # which is wrong. We want: + # sub/foo.o: sub/foo.c + # sub/foo.o: sub/foo.h + # sub/foo.c: + # sub/foo.h: + # ICC 7.1 will output + # foo.o: sub/foo.c sub/foo.h + # and will wrap long lines using \ : + # foo.o: sub/foo.c ... \ + # sub/foo.h ... \ + # ... + + "$@" -MD -MF "$tmpdepfile" + stat=$? + if test $stat -eq 0; then : + else + rm -f "$tmpdepfile" + exit $stat + fi + rm -f "$depfile" + # Each line is of the form `foo.o: dependent.h', + # or `foo.o: dep1.h dep2.h \', or ` dep3.h dep4.h \'. + # Do two passes, one to just change these to + # `$object: dependent.h' and one to simply `dependent.h:'. + sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile" + # Some versions of the HPUX 10.20 sed can't process this invocation + # correctly. Breaking it into two sed invocations is a workaround. + sed 's,^[^:]*: \(.*\)$,\1,;s/^\\$//;/^$/d;/:$/d' < "$tmpdepfile" | + sed -e 's/$/ :/' >> "$depfile" + rm -f "$tmpdepfile" + ;; + +hp2) + # The "hp" stanza above does not work with aCC (C++) and HP's ia64 + # compilers, which have integrated preprocessors. The correct option + # to use with these is +Maked; it writes dependencies to a file named + # 'foo.d', which lands next to the object file, wherever that + # happens to be. + # Much of this is similar to the tru64 case; see comments there. + dir=`echo "$object" | sed -e 's|/[^/]*$|/|'` + test "x$dir" = "x$object" && dir= + base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'` + if test "$libtool" = yes; then + tmpdepfile1=$dir$base.d + tmpdepfile2=$dir.libs/$base.d + "$@" -Wc,+Maked + else + tmpdepfile1=$dir$base.d + tmpdepfile2=$dir$base.d + "$@" +Maked + fi + stat=$? + if test $stat -eq 0; then : + else + rm -f "$tmpdepfile1" "$tmpdepfile2" + exit $stat + fi + + for tmpdepfile in "$tmpdepfile1" "$tmpdepfile2" + do + test -f "$tmpdepfile" && break + done + if test -f "$tmpdepfile"; then + sed -e "s,^.*\.[a-z]*:,$object:," "$tmpdepfile" > "$depfile" + # Add `dependent.h:' lines. + sed -ne '2,${; s/^ *//; s/ \\*$//; s/$/:/; p;}' "$tmpdepfile" >> "$depfile" + else + echo "#dummy" > "$depfile" + fi + rm -f "$tmpdepfile" "$tmpdepfile2" + ;; + +tru64) + # The Tru64 compiler uses -MD to generate dependencies as a side + # effect. `cc -MD -o foo.o ...' puts the dependencies into `foo.o.d'. + # At least on Alpha/Redhat 6.1, Compaq CCC V6.2-504 seems to put + # dependencies in `foo.d' instead, so we check for that too. + # Subdirectories are respected. + dir=`echo "$object" | sed -e 's|/[^/]*$|/|'` + test "x$dir" = "x$object" && dir= + base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'` + + if test "$libtool" = yes; then + # With Tru64 cc, shared objects can also be used to make a + # static library. This mechanism is used in libtool 1.4 series to + # handle both shared and static libraries in a single compilation. + # With libtool 1.4, dependencies were output in $dir.libs/$base.lo.d. + # + # With libtool 1.5 this exception was removed, and libtool now + # generates 2 separate objects for the 2 libraries. These two + # compilations output dependencies in $dir.libs/$base.o.d and + # in $dir$base.o.d. We have to check for both files, because + # one of the two compilations can be disabled. We should prefer + # $dir$base.o.d over $dir.libs/$base.o.d because the latter is + # automatically cleaned when .libs/ is deleted, while ignoring + # the former would cause a distcleancheck panic. + tmpdepfile1=$dir.libs/$base.lo.d # libtool 1.4 + tmpdepfile2=$dir$base.o.d # libtool 1.5 + tmpdepfile3=$dir.libs/$base.o.d # libtool 1.5 + tmpdepfile4=$dir.libs/$base.d # Compaq CCC V6.2-504 + "$@" -Wc,-MD + else + tmpdepfile1=$dir$base.o.d + tmpdepfile2=$dir$base.d + tmpdepfile3=$dir$base.d + tmpdepfile4=$dir$base.d + "$@" -MD + fi + + stat=$? + if test $stat -eq 0; then : + else + rm -f "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" "$tmpdepfile4" + exit $stat + fi + + for tmpdepfile in "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" "$tmpdepfile4" + do + test -f "$tmpdepfile" && break + done + if test -f "$tmpdepfile"; then + sed -e "s,^.*\.[a-z]*:,$object:," < "$tmpdepfile" > "$depfile" + # That's a tab and a space in the []. + sed -e 's,^.*\.[a-z]*:[ ]*,,' -e 's,$,:,' < "$tmpdepfile" >> "$depfile" + else + echo "#dummy" > "$depfile" + fi + rm -f "$tmpdepfile" + ;; + +#nosideeffect) + # This comment above is used by automake to tell side-effect + # dependency tracking mechanisms from slower ones. + +dashmstdout) + # Important note: in order to support this mode, a compiler *must* + # always write the preprocessed file to stdout, regardless of -o. + "$@" || exit $? + + # Remove the call to Libtool. + if test "$libtool" = yes; then + while test $1 != '--mode=compile'; do + shift + done + shift + fi + + # Remove `-o $object'. + IFS=" " + for arg + do + case $arg in + -o) + shift + ;; + $object) + shift + ;; + *) + set fnord "$@" "$arg" + shift # fnord + shift # $arg + ;; + esac + done + + test -z "$dashmflag" && dashmflag=-M + # Require at least two characters before searching for `:' + # in the target name. This is to cope with DOS-style filenames: + # a dependency such as `c:/foo/bar' could be seen as target `c' otherwise. + "$@" $dashmflag | + sed 's:^[ ]*[^: ][^:][^:]*\:[ ]*:'"$object"'\: :' > "$tmpdepfile" + rm -f "$depfile" + cat < "$tmpdepfile" > "$depfile" + tr ' ' ' +' < "$tmpdepfile" | \ +## Some versions of the HPUX 10.20 sed can't process this invocation +## correctly. Breaking it into two sed invocations is a workaround. + sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' | sed -e 's/$/ :/' >> "$depfile" + rm -f "$tmpdepfile" + ;; + +dashXmstdout) + # This case only exists to satisfy depend.m4. It is never actually + # run, as this mode is specially recognized in the preamble. + exit 1 + ;; + +makedepend) + "$@" || exit $? + # Remove any Libtool call + if test "$libtool" = yes; then + while test $1 != '--mode=compile'; do + shift + done + shift + fi + # X makedepend + shift + cleared=no + for arg in "$@"; do + case $cleared in + no) + set ""; shift + cleared=yes ;; + esac + case "$arg" in + -D*|-I*) + set fnord "$@" "$arg"; shift ;; + # Strip any option that makedepend may not understand. Remove + # the object too, otherwise makedepend will parse it as a source file. + -*|$object) + ;; + *) + set fnord "$@" "$arg"; shift ;; + esac + done + obj_suffix="`echo $object | sed 's/^.*\././'`" + touch "$tmpdepfile" + ${MAKEDEPEND-makedepend} -o"$obj_suffix" -f"$tmpdepfile" "$@" + rm -f "$depfile" + cat < "$tmpdepfile" > "$depfile" + sed '1,2d' "$tmpdepfile" | tr ' ' ' +' | \ +## Some versions of the HPUX 10.20 sed can't process this invocation +## correctly. Breaking it into two sed invocations is a workaround. + sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' | sed -e 's/$/ :/' >> "$depfile" + rm -f "$tmpdepfile" "$tmpdepfile".bak + ;; + +cpp) + # Important note: in order to support this mode, a compiler *must* + # always write the preprocessed file to stdout. + "$@" || exit $? + + # Remove the call to Libtool. + if test "$libtool" = yes; then + while test $1 != '--mode=compile'; do + shift + done + shift + fi + + # Remove `-o $object'. + IFS=" " + for arg + do + case $arg in + -o) + shift + ;; + $object) + shift + ;; + *) + set fnord "$@" "$arg" + shift # fnord + shift # $arg + ;; + esac + done + + "$@" -E | + sed -n -e '/^# [0-9][0-9]* "\([^"]*\)".*/ s:: \1 \\:p' \ + -e '/^#line [0-9][0-9]* "\([^"]*\)".*/ s:: \1 \\:p' | + sed '$ s: \\$::' > "$tmpdepfile" + rm -f "$depfile" + echo "$object : \\" > "$depfile" + cat < "$tmpdepfile" >> "$depfile" + sed < "$tmpdepfile" '/^$/d;s/^ //;s/ \\$//;s/$/ :/' >> "$depfile" + rm -f "$tmpdepfile" + ;; + +msvisualcpp) + # Important note: in order to support this mode, a compiler *must* + # always write the preprocessed file to stdout, regardless of -o, + # because we must use -o when running libtool. + "$@" || exit $? + IFS=" " + for arg + do + case "$arg" in + "-Gm"|"/Gm"|"-Gi"|"/Gi"|"-ZI"|"/ZI") + set fnord "$@" + shift + shift + ;; + *) + set fnord "$@" "$arg" + shift + shift + ;; + esac + done + "$@" -E | + sed -n '/^#line [0-9][0-9]* "\([^"]*\)"/ s::echo "`cygpath -u \\"\1\\"`":p' | sort | uniq > "$tmpdepfile" + rm -f "$depfile" + echo "$object : \\" > "$depfile" + . "$tmpdepfile" | sed 's% %\\ %g' | sed -n '/^\(.*\)$/ s:: \1 \\:p' >> "$depfile" + echo " " >> "$depfile" + . "$tmpdepfile" | sed 's% %\\ %g' | sed -n '/^\(.*\)$/ s::\1\::p' >> "$depfile" + rm -f "$tmpdepfile" + ;; + +none) + exec "$@" + ;; + +*) + echo "Unknown depmode $depmode" 1>&2 + exit 1 + ;; +esac + +exit 0 + +# Local Variables: +# mode: shell-script +# sh-indentation: 2 +# eval: (add-hook 'write-file-hooks 'time-stamp) +# time-stamp-start: "scriptversion=" +# time-stamp-format: "%:y-%02m-%02d.%02H" +# time-stamp-end: "$" +# End: diff --git a/freedesktop.org.xml.in b/freedesktop.org.xml.in new file mode 100644 index 0000000..c0ff0f3 --- /dev/null +++ b/freedesktop.org.xml.in @@ -0,0 +1,5111 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +]> + + + + + + <_comment>ATK inset + ATK + Andrew Toolkit + + + + + <_comment>electronic book document + + + + + + + + + + + + <_comment>Adobe Illustrator document + + + + + <_comment>Macintosh BinHex-encoded file + + + + + + + <_comment>Mathematica Notebook + + + + + + + + + + + + <_comment>mailbox file + + + + + + + + + <_comment>unknown + + + + <_comment>ODA document + ODA + Office Document Architecture + + + + + <_comment>PDF document + PDF + Portable Document Format + + + + + + + + + + <_comment>XSPF playlist + XSPF + XML Shareable Playlist Format + + + + + + + + + <_comment>GSM 06.10 audio + GSM + Global System for Mobile communications + + + + <_comment>iRiver Playlist + + + + + + + <_comment>PGP/MIME-encrypted message header + + + + + + + + + + + <_comment>PGP keys + PGP + Pretty Good Privacy + + + + + + + + + + + + + + + + <_comment>detached OpenPGP signature + + + + + + + + + <_comment>S/MIME file + + + + <_comment>detached S/MIME signature + + + + + + <_comment>PKCS#10 certification request + + + + + <_comment>PkiPath certification path + + + + <_comment>PS document + PS + PostScript + + + + + + + + + + <_comment>Plucker document + + + + + + + <_comment>RTF document + RTF + Rich Text Format + + + + + + + + + + <_comment>Sieve mail filter script + + + + + + <_comment>SMIL document + SMIL + Synchronized Multimedia Integration Language + + + + + + + + + + + + + <_comment>WPL playlist + WPL + Windows Media Player Playlist + + + + + + + + <_comment>SQLite2 database + + + + + + <_comment>SQLite3 database + + + + + + <_comment>GEDCOM family history + GEDCOM + GEnealogical Data COMmunication + + + + + + + + + + <_comment>Flash video + + + + + + + + + + + + <_comment>SGF record + SGF + Smart Game Format + + + + + + + + + + <_comment>XLIFF translation file + XLIFF + XML Localization Interchange File Format + + + + + + + + + + + <_comment>Corel Draw drawing + + + + + + + + + + + + + + + <_comment>HPGL file + HPGL + HP Graphics Language + + + + + <_comment>PCL file + PCL + HP Printer Control Language + + + + + <_comment>Lotus 1-2-3 spreadsheet + + + + + + + + + + + + + + + + <_comment>XUL document + XUL + XML User Interface Language + + + + + + <_comment>JET database + JET + Joint Engine Technology + + + + + + + + + + + + + + <_comment>Microsoft Cabinet archive + + + + + + + + <_comment>Excel spreadsheet + + + + + + + + + + + + + + + + + <_comment>PowerPoint presentation + + + + + + + + + + + <_comment>XPS document + XPS + XML Paper Specification + + + + + + <_comment>Microsoft Works document + + + + + + + + + <_comment>Word document + + + + + + + + + + + + + + + + + <_comment>Word template + + + + + + <_comment>GNUnet search file + + + + + + + <_comment>TNEF message + TNEF + Transport Neutral Encapsulation Format + + + + + + + + + + <_comment>StarCalc spreadsheet + + + + + <_comment>StarChart chart + + + + + <_comment>StarDraw drawing + + + + + <_comment>StarImpress presentation + + + + + + <_comment>StarMail email + + + + <_comment>StarMath formula + + + + + <_comment>StarWriter document + + + + + + + + + + <_comment>OpenOffice Calc spreadsheet + + + + + + + + + + + + + <_comment>OpenOffice Calc template + + + + + + + + + + + + + <_comment>OpenOffice Draw drawing + + + + + + + + + + + + + <_comment>OpenOffice Draw template + + + + + + + + + + + + + <_comment>OpenOffice Impress presentation + + + + + + + + + + + + + <_comment>OpenOffice Impress template + + + + + + + + + + + + + <_comment>OpenOffice Math formula + + + + + + + + + + + + + <_comment>OpenOffice Writer document + + + + + + + + + + + + + <_comment>OpenOffice Writer global document + + + + + + + + + + + + + <_comment>OpenOffice Writer template + + + + + + + + + + + + + <_comment>ODT document + ODT + OpenDocument Text + + + + + + + + + + + + + <_comment>ODT template + ODT + OpenDocument Text + + + + + + + + + + + + + <_comment>OTH template + OTH + OpenDocument HTML + + + + + + + + + + + + + <_comment>ODM document + ODM + OpenDocument Master + + + + + + + + + + + + + <_comment>ODG drawing + ODG + OpenDocument Drawing + + + + + + + + + + + + + <_comment>ODG template + ODG + OpenDocument Drawing + + + + + + + + + + + + + <_comment>ODP presentation + ODP + OpenDocument Presentation + + + + + + + + + + + + + <_comment>ODP template + ODP + OpenDocument Presentation + + + + + + + + + + + + + <_comment>ODS spreadsheet + ODS + OpenDocument Spreadsheet + + + + + + + + + + + + + <_comment>ODS template + ODS + OpenDocument Spreadsheet + + + + + + + + + + + + + <_comment>ODC chart + ODC + OpenDocument Chart + + + + + + + + + + + + + <_comment>ODC template + ODC + OpenDocument Chart + + + + + + + + + + + + + <_comment>ODF formula + ODF + OpenDocument Formula + + + + + + + + + + + + + <_comment>ODF template + ODF + OpenDocument Formula + + + + + + + + + + + + + <_comment>ODB database + ODB + OpenDocument Database + + + + + + <_comment>ODI image + ODI + OpenDocument Image + + + + + + + + + + + + + <_comment>OpenOffice.org extension + + + + + + <_comment>SIS package + SIS + Symbian Installation File + + + + + + + + <_comment>SISX package + SIS + Symbian Installation File + + + + + + + + <_comment>WordPerfect document + + + + + + + + + + + + + + + + <_comment>XBEL bookmarks + XBEL + XML Bookmark Exchange Language + + + + + + + + + <_comment>7-zip archive + + + + + + + + <_comment>AbiWord document + + + + + + + + + + + + + <_comment>CD image cuesheet + + + + + + <_comment>Lotus AmiPro document + + + + + <_comment>AportisDoc document + + + + + + + + + + + <_comment>Applix Spreadsheets spreadsheet + + + + + + + + + + + <_comment>Applix Words document + + + + + + + + + + <_comment>ARC archive + + + + + + + + + + + + <_comment>AR archive + + + + + + + + + <_comment>ARJ archive + ARJ + Archived by Robert Jung + + + + + + + + <_comment>ASP page + ASP + Active Server Page + + + + + + <_comment>AWK script + + + + + + + + + + + + + + + + + + + <_comment>BCPIO document + BCPIO + Binary CPIO + + + + + <_comment>BitTorrent seed file + + + + + + + <_comment>Blender scene + + + + + + + + + + <_comment>TeX DVI document (bzip-compressed) + + + + + <_comment>Bzip archive + + + + + + + + + + <_comment>Tar archive (bzip-compressed) + + + + + + + + <_comment>PDF document (bzip-compressed) + + + + + <_comment>PostScript document (bzip-compressed) + + + + + <_comment>comic book archive + + + + + + <_comment>comic book archive + + + + + + <_comment>comic book archive + + + + + + <_comment>raw CD image + + + + + <_comment>CD Table Of Contents + + + + + + + + + + + + + + + <_comment>PGN chess game notation + + + + + + + + + <_comment>CHM document + CHM + Compiled Help Modules + + + + + <_comment>Java byte code + + + <_comment>UNIX-compressed file + + + + + + + + <_comment>Tar archive (gzip-compressed) + + + + + + <_comment>program crash data + + + + + + + + + + + + + + + + + + + <_comment>CPIO archive + + + + + + + + + + + <_comment>CPIO archive (gzip-compressed) + + + + + <_comment>C shell script + + + + + + + + + + + + + <_comment>Xbase document + + + + + + + + <_comment>ECMAScript program + + + + + + + <_comment>Dreamcast ROM + + + + + <_comment>Nintendo DS ROM + + + + + <_comment>Debian package + + + + + + + + + + + <_comment>Qt Designer file + + + + + <_comment>desktop configuration file + + + + + + + + + + + + + + + <_comment>FictionBook document + + + + + + + + + <_comment>Dia diagram + + + + + + + + + <_comment>TeX DVI document + + + + + + + + <_comment>Enlightenment theme + + + + <_comment>Egon Animator animation + + + + + <_comment>executable + + + + + + + + + + + + + + + + + + + + + <_comment>FLTK Fluid file + + + + + + + + + + + + <_comment>Postscript type-1 font + + + + + + + + + + + + + + + + <_comment>Adobe font metrics + + + + + <_comment>BDF font + + + + + + + + <_comment>DOS font + + + + + + + + + <_comment>Adobe FrameMaker font + + + + + + + <_comment>LIBGRX font + + + + + + + <_comment>Linux PSF console font + + + + + + + + <_comment>Linux PSF console font (gzip-compressed) + + + + + + <_comment>PCF font + + + + + + + + + + <_comment>OpenType font + + + + + + + <_comment>Speedo font + + + + + + + + <_comment>SunOS News font + + + + + + + + + <_comment>TeX font + + + + + + + + + <_comment>TeX font metrics + + + + + + + + <_comment>TrueType font + + + + + + + + + + + <_comment>TrueType XML font + + + + + + + + + <_comment>V font + + + + + + + <_comment>Adobe FrameMaker document + + + + + + + + + + + + + <_comment>Game Boy ROM + + + + + <_comment>Game Boy Advance ROM + + + + + <_comment>GDBM database + GDBM + GNU Database Manager + + + + + + + + + <_comment>Genesis ROM + + + + + + <_comment>translated messages (machine-readable) + + + + + <_comment>Glade project + + + + + + + + + <_comment>GMC link + + + + + + + <_comment>GnuCash financial data + + + + + + + <_comment>Gnumeric spreadsheet + + + + + + + + + <_comment>Gnuplot document + + + + + + + + <_comment>Graphite scientific graph + + + + + <_comment>GTKtalog catalog + + + + + + + <_comment>TeX DVI document (gzip-compressed) + + + + + + <_comment>Gzip archive + + + + + + + + <_comment>PDF document (gzip-compressed) + + + + + + <_comment>PostScript document (gzip-compressed) + + + + + + <_comment>HDF document + HDF + Hierarchical Data Format + + + + + <_comment>iPod firmware + + + + + + <_comment>Java archive + + + + + + + + + + + <_comment>Java class + + + + + + + <_comment>JNLP file + JNLP + Java Network Launching Protocol + + + + + + + + + <_comment>Pack200 Java archive + + + + + + + + <_comment>JavaScript program + + + + + + + + <_comment>JBuilder project + + + + + + <_comment>Karbon14 drawing + + + + + + + + + + + + + + + + + <_comment>KChart chart + + + + + + + + + + + + + + + + + <_comment>KFormula formula + + + + + + + + + + + + + + + + + <_comment>KIllustrator drawing + + + + + + + + + + + + <_comment>Kivio flowchart + + + + + + + + + + + + + + + + + <_comment>Kontour drawing + + + + + + + + + + + + + + + + + <_comment>KPovModeler scene + + + + + <_comment>KPresenter presentation + + + + + + + + + + + + + + + + + + <_comment>Krita document + + + + + + + + + + + + + + + + + <_comment>KSpread spreadsheet + + + + + + + + + + + + + + + + + <_comment>KSpread spreadsheet (encrypted) + + + + + + + <_comment>KSysV init package + + + + + + + + + <_comment>Kugar document + + + + + <_comment>KWord document + + + + + + + + + + + + + + + + + + <_comment>KWord document (encrypted) + + + + + + + <_comment>LHA archive + + + + + + + + + + + + + + + + + + + + <_comment>LHZ archive + + + + + <_comment>message catalog + + + + <_comment>LyX document + + + + + + + + + + <_comment>LZMA archive + LZMA + Lempel-Ziv-Markov chain-Algorithm + + + + + <_comment>Tar archive (LZMA-compressed) + + + + + + <_comment>LZO archive + + + + + <_comment>MagicPoint presentation + + + + + + <_comment>Macintosh MacBinary file + + + + + + + <_comment>Matroska stream + + + + + + <_comment>Matroska video + + + + + <_comment>Matroska audio + + + + + <_comment>OCL file + OCL + Object Constraint Language + + + + + <_comment>Adobe FrameMaker MIF document + + + + <_comment>Mozilla bookmarks + + + + + + + + + <_comment>DOS/Windows executable + + + + + + + + <_comment>Internet shortcut + + + + + + + + + <_comment>WRI document + + + + + <_comment>MSX ROM + + + + + <_comment>M4 macro + + + + + + <_comment>Nintendo64 ROM + + + + + <_comment>Nautilus link + + + + + + + + + <_comment>NES ROM + + + + + <_comment>Unidata NetCDF document + NetCDF + Network Common Data Form + + + + + + <_comment>object code + + + + + + + + + + + + + + + + + <_comment>Annodex exchange format + + + + + + + + + + + + + <_comment>Annodex Video + + + + + + + + + + + + + <_comment>Annodex Audio + + + + + + + + + + + + + <_comment>Ogg multimedia file + + + + + + + + + <_comment>Ogg Audio + + + + + + + + + + + <_comment>Ogg Video + + + + + + + + + <_comment>Ogg Vorbis audio + + + + + + + + + + + + <_comment>Ogg FLAC audio + + + + + + + + + + + + + + <_comment>Ogg Speex audio + + + + + + + + + + <_comment>Speex audio + + + + + + + <_comment>Ogg Theora video + + + + + + + + + + + <_comment>OGM video + + + + + + + + + + + + <_comment>OLE2 compound document storage + + + + + + + + <_comment>Windows Installer package + + + + + <_comment>GNU Oleo spreadsheet + + + + + + + + <_comment>PAK archive + + + + + + + + <_comment>Palm OS database + + + + + + <_comment>Parchive archive + Parchive + Parity Volume Set Archive + + + + + + + + + <_comment>PEF executable + + + + + + + <_comment>Perl script + + + + + + + + + + + + + + + <_comment>PHP script + + + + + + + + + + + <_comment>PKCS#7 certificate bundle + + + + + <_comment>PKCS#12 certificate bundle + + + + + <_comment>PlanPerfect spreadsheet + + + + + <_comment>Pocket Word document + + + + + + + + <_comment>profiler results + + + + + + <_comment>Pathetic Writer document + + + + + <_comment>Python bytecode + + + + + + + + <_comment>Quattro Pro spreadsheet + + + + + + + <_comment>QuickTime metalink playlist + + + + + + + + + + + + + + + <_comment>Quicken document + + + + + <_comment>RAR archive + + + + + + + + <_comment>DAR archive + + + + + + + + <_comment>Alzip archive + + + + + + + + <_comment>rejected patch + + + + + + <_comment>RPM package + + + + + + + + + <_comment>Ruby script + + + + + + + + + + + <_comment>Markaby script + + + + + + <_comment>SC/Xspread spreadsheet + + + + + + + <_comment>shell archive + + + + + <_comment>libtool shared library + + + + + + <_comment>shared library + + + + + + + + + + + + + + + + + + + + <_comment>shell script + + + + + + + + + + + + + + + + + + + + <_comment>Shockwave Flash file + + + + + + + + + + + + <_comment>Shorten audio + + + + + + + + <_comment>Siag spreadsheet + + + + + <_comment>Skencil document + + + + + + + + <_comment>Stampede package + + + + <_comment>Sega Master System/Game Gear ROM + + + + + + + <_comment>Super NES ROM + + + + + <_comment>StuffIt archive + + + + + + + + + + + <_comment>SubRip subtitles + + + + + + + + + + + + <_comment>SAMI subtitles + SAMI + Synchronized Accessible Media Interchange + + + + + + + + + + <_comment>MicroDVD subtitles + + + + + + + + + + <_comment>MPSub subtitles + MPSub + MPlayer Subtitle + + + + + + + + <_comment>SSA subtitles + SSA + SubStation Alpha + + + + + + + + + + <_comment>SubViewer subtitles + + + + + + + + <_comment>iMelody ringtone + + + + + + + + + + <_comment>SMAF audio + SMAF + Synthetic music Mobile Application Format + + + + + + + + + + <_comment>MRML playlist + + + + + + + + <_comment>XMF audio + XMF + eXtensible Music Format + + + + + + + + + + <_comment>SV4 CPIO archive + + + + + <_comment>SV4 CPIO archive (with CRC) + + + + + <_comment>Tar archive + + + + + + + + + + + <_comment>Tar archive (compressed) + + + + + <_comment>generic font file + + + + + <_comment>packed font file + + + + + <_comment>TGIF document + + + + + + + + <_comment>theme + + + + + + <_comment>ToutDoux document + + + + <_comment>backup file + + + + + + + + <_comment>Troff document + + + + + + + + + + + + + + + <_comment>Troff document (with manpage macros) + + + + + + <_comment>manual page (compressed) + + + + <_comment>Tar archive (LZO-compressed) + + + + + + <_comment>Ustar archive + + + + + <_comment>WAIS source code + + + + + <_comment>WordPerfect/Drawperfect image + + + + + <_comment>DER/PEM/Netscape-encoded X.509 certificate + + + + + + + + + <_comment>empty document + + + <_comment>Zoo archive + + + + + + + + <_comment>XHTML page + XHTML + Extensible HyperText Markup Language + + + + + + + <_comment>Zip archive + + + + + + + + + + <_comment>Dolby Digital audio + + + + + + + <_comment>AMR audio + AMR + Adaptive Multi-Rate + + + + + + + + + + <_comment>AMR-WB audio + AMR-WB + Adaptive Multi-Rate Wideband + + + + + + + + + + <_comment>ULAW (Sun) audio + + + + + + + + <_comment>Commodore 64 audio + + + + + + + + <_comment>PCM audio + + + + + + + + + + + + + + + + + + <_comment>AIFC audio + + + + + + <_comment>AIFF/Amiga/Mac audio + + + + + + + + + + + <_comment>AIFF audio + + + <_comment>Monkey's audio + + + + + + + <_comment>Impulse Tracker audio + + + + + + + <_comment>FLAC audio + + + + <_comment>WavPack audio + + + + + + + + <_comment>WavPack audio correction file + + + + + + + <_comment>MIDI audio + + + + + + + + + + <_comment>compressed Tracker audio + + + + + + + <_comment>MPEG-4 audio + + + + + + + + + <_comment>MPEG-4 video + + + + + + + + + + + <_comment>MPEG-4 audio book + + + + + + + + <_comment>3GPP multimedia file + + + + + + + + + + + + <_comment>3GPP audio file + + + + + + + + + + + + + + + <_comment>Amiga SoundTracker audio + + + + + + + + + + <_comment>MP2 audio + + + + + <_comment>MP3 audio + + + + + + + + + + + + <_comment>MP3 audio (streamed) + + + + + + + + + + + + + + + <_comment>Microsoft ASX playlist + + + + + + + + + + + + + + + + <_comment>PSF audio + PSF + Portable Sound Format + + + + + + + <_comment>MiniPSF audio + MiniPSF + Miniature Portable Sound Format + + + + + <_comment>PSFlib audio library + PSFlib + Portable Sound Format Library + + + + + <_comment>Windows Media audio + + + + + + <_comment>Musepack audio + + + + + + + + + <_comment>RealAudio document + + + + + + + <_comment>RealMedia Metafile + + + + + <_comment>RealVideo document + + + + + + <_comment>RealMedia document + + + + + + + + + + <_comment>RealPix document + + + + <_comment>RealText document + + + + <_comment>RIFF audio + + + + + + + <_comment>Scream Tracker 3 audio + + + + + + + <_comment>MP3 ShoutCast playlist + + + + + + + + + + <_comment>Scream Tracker audio + + + + <_comment>VOC audio + + + + <_comment>WAV audio + + + + + + + + + + <_comment>Scream Tracker instrument + + + + + + + <_comment>FastTracker II audio + + + + + + + <_comment>TrueAudio audio + + + + + + + + <_comment>Windows BMP image + + + + + + + + + + + + + + <_comment>WBMP image + WBMP + WAP bitmap + + + + <_comment>Computer Graphics Metafile + + + + <_comment>CCITT G3 fax + + + + <_comment>G3 fax image + + + <_comment>GIF image + + + + + + + <_comment>IEF image + + + + <_comment>JPEG image + + + + + + + + + + + <_comment>JPEG-2000 image + + + + + + + + + + + + + + + <_comment>DirectDraw surface + + + + + + + <_comment>X11 cursor + + + + + + <_comment>EXR image + + + + + + + <_comment>Macintosh Quickdraw/PICT drawing + + + + + + <_comment>UFRaw ID image + UFRaw + Unidentified Flying Raw + + + + + + <_comment>digital raw image + + + <_comment>Adobe DNG negative + DNG + Digital Negative + + + + + + + + <_comment>Canon CRW raw image + CRW + Canon RaW + + + + + + + + + <_comment>Canon CR2 raw image + CR2 + Canon Raw 2 + + + + + + <_comment>Fuji RAF raw image + RAF + RAw Format + + + + + + + + <_comment>Kodak DCR raw image + DCR + Digital Camera Raw + + + + + + <_comment>Kodak K25 raw image + K25 + Kodak DC25 + + + + + + <_comment>Kodak KDC raw image + KDC + Kodak Digital Camera + + + + + + + + + <_comment>Minolta MRW raw image + MRW + Minolta RaW + + + + + + + + <_comment>Nikon NEF raw image + NEF + Nikon Electronic Format + + + + + + <_comment>Olympus ORF raw image + ORF + Olympus Raw Format + + + + + + + + + + + + + <_comment>Panasonic raw image + + + + + + + + + <_comment>Pentax PEF raw image + PEF + Pentax Electronic Format + + + + + + <_comment>Sigma X3F raw image + X3F + X3 Foveon + + + + + + + + + + + + <_comment>Sony SRF raw image + SRF + Sony Raw Format + + + + + + <_comment>Sony SR2 raw image + SR2 + Sony Raw format 2 + + + + + + <_comment>Sony ARW raw image + ARW + Alpha Raw format + + + + + + <_comment>PNG image + + + + + + + <_comment>Run Length Encoded bitmap image + + + + <_comment>SVG image + SVG + Scalable Vector Graphics + + + + + + + + + <_comment>compressed SVG image + SVG + Scalable Vector Graphics + + + + + <_comment>TIFF image + TIFF + Tagged Image File Format + + + + + + + + + <_comment>AutoCAD image + + + + <_comment>DXF vector image + + + + + + + + <_comment>Microsoft Document Imaging format + MDI + Microsoft Document Imaging + + + + + + + <_comment>3D Studio image + + + + <_comment>Applix Graphics image + + + + + + + + + <_comment>EPS image (bzip-compressed) + + + + + + <_comment>CMU raster image + + + + <_comment>compressed GIMP image + + + + + <_comment>DICOM image + DICOM + Digital Imaging and Communications in Medicine + + + + + + + + <_comment>DocBook document + + + + + + + + + + + + <_comment>DIB image + DIB + Device Independant Bitmap + + + + + + <_comment>DjVu image + + + + + + + + + + + + + + + + + <_comment>DPX image + DPX + Digital Moving Picture Exchange + + + + + + <_comment>EPS image + EPS + Encapsulated PostScript + + + + + + + + + + + + + + + <_comment>FITS document + FITS + Flexible Image Transport System + + + + + + + + <_comment>FPX image + FPX + FlashPiX + + + + + + <_comment>EPS image (gzip-compressed) + + + + + + <_comment>Microsoft icon + + + + + + + + + + + + + + + <_comment>MacOS X icon + + + + + + + <_comment>IFF image + + + + <_comment>ILBM image + ILBM image + InterLeaved BitMap + + + + <_comment>JNG image + JNG + JPEG Network Graphics + + + + <_comment>LightWave object + + + + + <_comment>LightWave scene + + + + <_comment>MacPaint Bitmap image + + + + <_comment>Office drawing + + + + <_comment>NIFF image + + + + + + <_comment>PCX image + PCX + PiCture eXchange + + + + + + + + + + + + <_comment>PCD image + PCD + PhotoCD + + + + <_comment>PNM image + + + + <_comment>PBM image + PBM + Portable BitMap + + + + + + + + + + + + + + + + + <_comment>PGM image + PGM + Portable GrayMap + + + + + + + + + + + + + + + + + <_comment>PPM image + PPM + Portable PixMap + + + + + + + + + + + + + + + + + <_comment>Photoshop image + + + + + + + + <_comment>RGB image + + + + <_comment>SGI image + + + + <_comment>Sun raster image + + + + + + + <_comment>TGA image + TGA + Truevision Graphics Adapter + + + + + + + + + + + + + + + + + <_comment>Windows cursor + + + + + + + + + <_comment>Windows animated cursor + + + + + + + + + <_comment>EMF image + EMF + Enhanced MetaFile + + + + + + + + + + + + + <_comment>WMF image + WMF + Windows Metafile + + + + + + + + + + + + + + + + + <_comment>XBM image + XBM + X BitMap + + + + <_comment>GIMP image + + + + + + + <_comment>XFig image + + + + + + + <_comment>XPM image + XPM + X PixMap + + + + + + + <_comment>X window image + + + + <_comment>block device + + + <_comment>character device + + + <_comment>folder + + + + <_comment>pipe + + + <_comment>mount point + + + + <_comment>socket + + + <_comment>symbolic link + + + <_comment>mail delivery report + + + + + <_comment>mail disposition report + + + + + <_comment>reference to remote file + + + + <_comment>Usenet news message + + + + + + + + + + <_comment>partial email message + + + + + <_comment>email message + + + + + + + + + + + + + + + + + + <_comment>GNU mail message + + + + + <_comment>VRML document + + + + + + <_comment>message in several formats + + + <_comment>Macintosh AppleDouble-encoded file + + + <_comment>message digest + + + <_comment>encrypted message + + + <_comment>compound documents + + + <_comment>compound document + + + <_comment>mail system report + + + <_comment>signed message + + + <_comment>stream of data (server push) + + + <_comment>VCS/ICS calendar + VCS/ICS + vCalendar/iCalendar + + + + + + + + + + + <_comment>CSS stylesheet + CSS + Cascading Style Sheets + + + + + + <_comment>electronic business card + + + + + + + + + + + + <_comment>txt2tags document + + + + + + + + + <_comment>VHDL document + VHDL + Very-High-Speed Integrated Circuit Hardware Description Language + + + + + + + + + <_comment>enriched text document + + + + <_comment>help page + + + + <_comment>MathML document + + + + + <_comment>plain text document + + + + + + + + + + <_comment>RDF file + RDF + Resource Description Framework + + + + + + + + <_comment>email headers + + + + <_comment>rich text document + + + + + <_comment>RSS summary + RSS + RDF Site Summary + + + + + + + + + + + <_comment>Atom syndication feed + + + + + + + + + <_comment>OPML syndication feed + + + + + + + + + + <_comment>SGML document + SGML + Standard Generalized Markup Language + + + + + + <_comment>spreadsheet interchange document + + + + + + + + + <_comment>TSV document + + + + + <_comment>Graphviz DOT graph + + + + + + + + + + + + <_comment>JAD document + JAD + Java Application Descriptor + + + + + + + <_comment>WML document + WML + Wireless Markup Language + + + + + <_comment>WMLScript program + + + + <_comment>ACE archive + + + + + + + + <_comment>Ada source code + + + + + + <_comment>author list + + + + + <_comment>BibTeX document + + + + + <_comment>C++ header + + + + + + + + + <_comment>C++ source code + + + + + + + + + <_comment>ChangeLog document + + + + + <_comment>C header + + + + + <_comment>CMake source code + + + + + <_comment>CSV document + + + + + + + <_comment>license terms + + + + + <_comment>author credits + + + + + <_comment>C source code + + + + + + + + + + + <_comment>C# source code + + + + + <_comment>Vala source code + + + + + + <_comment>DCL script + DCL + Data Conversion Laboratory + + + + + <_comment>DSSSL document + DSSSL + Document Style Semantics and Specification Language + + + + + <_comment>D source code + + + + + <_comment>DTD file + DTD + Document Type Definition + + + + + + + <_comment>Eiffel source code + + + + + + <_comment>Emacs Lisp source code + + + + + + + + + <_comment>Erlang source code + + + + + <_comment>Fortran source code + + + + + + + + <_comment>translation file + + + + + <_comment>translation template + + + + + <_comment>HTML document + HTML + HyperText Markup Language + + + + + + + + + + + + + + + + + + + + + + + + + <_comment>Google Video Pointer + + + + + + + + + <_comment>Haskell source code + + + + + <_comment>IDL document + IDL + Interface Definition Language + + + + + <_comment>installation instructions + + + + + <_comment>Java source code + + + + + <_comment>LDIF address book + LDIF + LDAP Data Interchange Format + + + + + + + + + <_comment>Lilypond music sheet + + + + + <_comment>LHS source code + LHS + Literate Haskell source code + + + + + <_comment>application log + + + + + <_comment>Makefile + + + + + + + + + + + <_comment>Qt MOC file + Qt MOC + Qt Meta Object Compiler + + + + + <_comment>Windows Registry extract + + + + + + + + + + <_comment>Managed Object Format + + + + + <_comment>Mup publication + + + + + + + + + <_comment>Objective-C source code + + + + + + + + <_comment>OCaml source code + + + + + <_comment>MATLAB script/function + + + + + + + + + + + + <_comment>Pascal source code + + + + + + <_comment>differences between files + + + + + + + + + + + + + + + + + + + <_comment>Python script + + + + + + + + + + + + + + + + + + <_comment>Lua script + + + + + + + + + + <_comment>README document + + + + + <_comment>NFO document + + + + + <_comment>RPM spec file + RPM + Red Hat Package Manager + + + + + + + + + <_comment>Scheme source code + + + + + <_comment>Setext document + + + + + <_comment>SQL code + + + + + <_comment>Tcl script + + + + + + <_comment>TeX document + + + + + + + + + + + + + + + + + <_comment>TeXInfo document + + + + + + <_comment>Troff ME input document + + + + + <_comment>Troff MM input document + + + + + <_comment>Troff MS input document + + + + + <_comment>X-Motif UIL table + + + + + <_comment>resource location + + + + + + + <_comment>XMI file + XMI + XML Metadata Interchange + + + + + <_comment>XSL FO file + XSL FO + XSL Formatting Objects + + + + + + <_comment>iptables configuration file + + + + + + + + + + + + + + + + + + + + + + + + + <_comment>XSLT stylesheet + XSLT + eXtensible Stylesheet Language Transformation + + + + + <_comment>XMCD CD database + + + + + + + <_comment>XML document + XML + eXtensible Markup Language + + + + + + + + + + + + + + <_comment>XML entities document + XML + eXtensible Markup Language + + + + + + + <_comment>DV video + DV + Digital Video + + + + + + + <_comment>ISI video + + + <_comment>MPEG video + MPEG + Moving Picture Experts Group + + + + + + + + + + + + + + <_comment>QuickTime video + + + + + + + + + + + + + <_comment>QuickTime image + + + + + + + + <_comment>Vivo video + + + + + + <_comment>Wavelet video + + + <_comment>ANIM animation + + + + <_comment>FLIC animation + + + + + + + + + + + <_comment>Haansoft Hangul document + + + + + + + + + <_comment>Haansoft Hangul document template + + + + + + <_comment>MNG animation + MNG + Multiple-Image Network Graphics + + + + <_comment>ASF video + ASF + Advanced Streaming Format + + + + + + + + + + <_comment>Windows Media Station file + + + + + + + + + <_comment>Windows Media video + + + + + <_comment>AVI video + AVI + Audio Video Interleave + + + + + + + + + + + + + <_comment>NullSoft video + + + + + + + <_comment>SDP multicast stream file + SDP + Session Description Protocol + + + + + + + + + + + + <_comment>SGI video + + + + + + + <_comment>eMusic download package + + + + + + + + <_comment>Citrix ICA settings file + ICA + Independent Computing Architecture + + + + + + <_comment>XUL interface document + XUL + XML User interface markup Language + + + + + + + <_comment>Word 2007 document + + + + + + + + <_comment>PowerPoint 2007 presentation + + + + + + + + <_comment>Excel 2007 spreadsheet + + + + + + + + <_comment>T602 document + + + + + + + + + + <_comment>Cisco VPN Settings + + + + + + + + + + + <_comment>digital photos + + + + + + + + <_comment>Video CD + + + + + + + + <_comment>Super Video CD + + + + + + + + <_comment>video DVD + + + + + + + + + <_comment>audio CD + + + + + <_comment>blank CD disc + + + + + <_comment>blank DVD disc + + + + + <_comment>blank Blu-ray disc + + + + + <_comment>blank HD DVD disc + + + + + <_comment>audio DVD + + + + + + + + + <_comment>Blu-ray video disc + + + + + + + + + <_comment>HD DVD video disc + + + + + + + + + + <_comment>Picture CD + + + + + + + + <_comment>portable audio player + + + + + <_comment>software + + + + + + + + + + + diff --git a/install-sh b/install-sh new file mode 100755 index 0000000..a5897de --- /dev/null +++ b/install-sh @@ -0,0 +1,519 @@ +#!/bin/sh +# install - install a program, script, or datafile + +scriptversion=2006-12-25.00 + +# This originates from X11R5 (mit/util/scripts/install.sh), which was +# later released in X11R6 (xc/config/util/install.sh) with the +# following copyright and license. +# +# Copyright (C) 1994 X Consortium +# +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to +# deal in the Software without restriction, including without limitation the +# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or +# sell copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN +# AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC- +# TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +# +# Except as contained in this notice, the name of the X Consortium shall not +# be used in advertising or otherwise to promote the sale, use or other deal- +# ings in this Software without prior written authorization from the X Consor- +# tium. +# +# +# FSF changes to this file are in the public domain. +# +# Calling this script install-sh is preferred over install.sh, to prevent +# `make' implicit rules from creating a file called install from it +# when there is no Makefile. +# +# This script is compatible with the BSD install script, but was written +# from scratch. + +nl=' +' +IFS=" "" $nl" + +# set DOITPROG to echo to test this script + +# Don't use :- since 4.3BSD and earlier shells don't like it. +doit=${DOITPROG-} +if test -z "$doit"; then + doit_exec=exec +else + doit_exec=$doit +fi + +# Put in absolute file names if you don't have them in your path; +# or use environment vars. + +chgrpprog=${CHGRPPROG-chgrp} +chmodprog=${CHMODPROG-chmod} +chownprog=${CHOWNPROG-chown} +cmpprog=${CMPPROG-cmp} +cpprog=${CPPROG-cp} +mkdirprog=${MKDIRPROG-mkdir} +mvprog=${MVPROG-mv} +rmprog=${RMPROG-rm} +stripprog=${STRIPPROG-strip} + +posix_glob='?' +initialize_posix_glob=' + test "$posix_glob" != "?" || { + if (set -f) 2>/dev/null; then + posix_glob= + else + posix_glob=: + fi + } +' + +posix_mkdir= + +# Desired mode of installed file. +mode=0755 + +chgrpcmd= +chmodcmd=$chmodprog +chowncmd= +mvcmd=$mvprog +rmcmd="$rmprog -f" +stripcmd= + +src= +dst= +dir_arg= +dst_arg= + +copy_on_change=false +no_target_directory= + +usage="\ +Usage: $0 [OPTION]... [-T] SRCFILE DSTFILE + or: $0 [OPTION]... SRCFILES... DIRECTORY + or: $0 [OPTION]... -t DIRECTORY SRCFILES... + or: $0 [OPTION]... -d DIRECTORIES... + +In the 1st form, copy SRCFILE to DSTFILE. +In the 2nd and 3rd, copy all SRCFILES to DIRECTORY. +In the 4th, create DIRECTORIES. + +Options: + --help display this help and exit. + --version display version info and exit. + + -c (ignored) + -C install only if different (preserve the last data modification time) + -d create directories instead of installing files. + -g GROUP $chgrpprog installed files to GROUP. + -m MODE $chmodprog installed files to MODE. + -o USER $chownprog installed files to USER. + -s $stripprog installed files. + -t DIRECTORY install into DIRECTORY. + -T report an error if DSTFILE is a directory. + +Environment variables override the default commands: + CHGRPPROG CHMODPROG CHOWNPROG CMPPROG CPPROG MKDIRPROG MVPROG + RMPROG STRIPPROG +" + +while test $# -ne 0; do + case $1 in + -c) ;; + + -C) copy_on_change=true;; + + -d) dir_arg=true;; + + -g) chgrpcmd="$chgrpprog $2" + shift;; + + --help) echo "$usage"; exit $?;; + + -m) mode=$2 + case $mode in + *' '* | *' '* | *' +'* | *'*'* | *'?'* | *'['*) + echo "$0: invalid mode: $mode" >&2 + exit 1;; + esac + shift;; + + -o) chowncmd="$chownprog $2" + shift;; + + -s) stripcmd=$stripprog;; + + -t) dst_arg=$2 + shift;; + + -T) no_target_directory=true;; + + --version) echo "$0 $scriptversion"; exit $?;; + + --) shift + break;; + + -*) echo "$0: invalid option: $1" >&2 + exit 1;; + + *) break;; + esac + shift +done + +if test $# -ne 0 && test -z "$dir_arg$dst_arg"; then + # When -d is used, all remaining arguments are directories to create. + # When -t is used, the destination is already specified. + # Otherwise, the last argument is the destination. Remove it from $@. + for arg + do + if test -n "$dst_arg"; then + # $@ is not empty: it contains at least $arg. + set fnord "$@" "$dst_arg" + shift # fnord + fi + shift # arg + dst_arg=$arg + done +fi + +if test $# -eq 0; then + if test -z "$dir_arg"; then + echo "$0: no input file specified." >&2 + exit 1 + fi + # It's OK to call `install-sh -d' without argument. + # This can happen when creating conditional directories. + exit 0 +fi + +if test -z "$dir_arg"; then + trap '(exit $?); exit' 1 2 13 15 + + # Set umask so as not to create temps with too-generous modes. + # However, 'strip' requires both read and write access to temps. + case $mode in + # Optimize common cases. + *644) cp_umask=133;; + *755) cp_umask=22;; + + *[0-7]) + if test -z "$stripcmd"; then + u_plus_rw= + else + u_plus_rw='% 200' + fi + cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;; + *) + if test -z "$stripcmd"; then + u_plus_rw= + else + u_plus_rw=,u+rw + fi + cp_umask=$mode$u_plus_rw;; + esac +fi + +for src +do + # Protect names starting with `-'. + case $src in + -*) src=./$src;; + esac + + if test -n "$dir_arg"; then + dst=$src + dstdir=$dst + test -d "$dstdir" + dstdir_status=$? + else + + # Waiting for this to be detected by the "$cpprog $src $dsttmp" command + # might cause directories to be created, which would be especially bad + # if $src (and thus $dsttmp) contains '*'. + if test ! -f "$src" && test ! -d "$src"; then + echo "$0: $src does not exist." >&2 + exit 1 + fi + + if test -z "$dst_arg"; then + echo "$0: no destination specified." >&2 + exit 1 + fi + + dst=$dst_arg + # Protect names starting with `-'. + case $dst in + -*) dst=./$dst;; + esac + + # If destination is a directory, append the input filename; won't work + # if double slashes aren't ignored. + if test -d "$dst"; then + if test -n "$no_target_directory"; then + echo "$0: $dst_arg: Is a directory" >&2 + exit 1 + fi + dstdir=$dst + dst=$dstdir/`basename "$src"` + dstdir_status=0 + else + # Prefer dirname, but fall back on a substitute if dirname fails. + dstdir=` + (dirname "$dst") 2>/dev/null || + expr X"$dst" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$dst" : 'X\(//\)[^/]' \| \ + X"$dst" : 'X\(//\)$' \| \ + X"$dst" : 'X\(/\)' \| . 2>/dev/null || + echo X"$dst" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q' + ` + + test -d "$dstdir" + dstdir_status=$? + fi + fi + + obsolete_mkdir_used=false + + if test $dstdir_status != 0; then + case $posix_mkdir in + '') + # Create intermediate dirs using mode 755 as modified by the umask. + # This is like FreeBSD 'install' as of 1997-10-28. + umask=`umask` + case $stripcmd.$umask in + # Optimize common cases. + *[2367][2367]) mkdir_umask=$umask;; + .*0[02][02] | .[02][02] | .[02]) mkdir_umask=22;; + + *[0-7]) + mkdir_umask=`expr $umask + 22 \ + - $umask % 100 % 40 + $umask % 20 \ + - $umask % 10 % 4 + $umask % 2 + `;; + *) mkdir_umask=$umask,go-w;; + esac + + # With -d, create the new directory with the user-specified mode. + # Otherwise, rely on $mkdir_umask. + if test -n "$dir_arg"; then + mkdir_mode=-m$mode + else + mkdir_mode= + fi + + posix_mkdir=false + case $umask in + *[123567][0-7][0-7]) + # POSIX mkdir -p sets u+wx bits regardless of umask, which + # is incompatible with FreeBSD 'install' when (umask & 300) != 0. + ;; + *) + tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$ + trap 'ret=$?; rmdir "$tmpdir/d" "$tmpdir" 2>/dev/null; exit $ret' 0 + + if (umask $mkdir_umask && + exec $mkdirprog $mkdir_mode -p -- "$tmpdir/d") >/dev/null 2>&1 + then + if test -z "$dir_arg" || { + # Check for POSIX incompatibilities with -m. + # HP-UX 11.23 and IRIX 6.5 mkdir -m -p sets group- or + # other-writeable bit of parent directory when it shouldn't. + # FreeBSD 6.1 mkdir -m -p sets mode of existing directory. + ls_ld_tmpdir=`ls -ld "$tmpdir"` + case $ls_ld_tmpdir in + d????-?r-*) different_mode=700;; + d????-?--*) different_mode=755;; + *) false;; + esac && + $mkdirprog -m$different_mode -p -- "$tmpdir" && { + ls_ld_tmpdir_1=`ls -ld "$tmpdir"` + test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1" + } + } + then posix_mkdir=: + fi + rmdir "$tmpdir/d" "$tmpdir" + else + # Remove any dirs left behind by ancient mkdir implementations. + rmdir ./$mkdir_mode ./-p ./-- 2>/dev/null + fi + trap '' 0;; + esac;; + esac + + if + $posix_mkdir && ( + umask $mkdir_umask && + $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir" + ) + then : + else + + # The umask is ridiculous, or mkdir does not conform to POSIX, + # or it failed possibly due to a race condition. Create the + # directory the slow way, step by step, checking for races as we go. + + case $dstdir in + /*) prefix='/';; + -*) prefix='./';; + *) prefix='';; + esac + + eval "$initialize_posix_glob" + + oIFS=$IFS + IFS=/ + $posix_glob set -f + set fnord $dstdir + shift + $posix_glob set +f + IFS=$oIFS + + prefixes= + + for d + do + test -z "$d" && continue + + prefix=$prefix$d + if test -d "$prefix"; then + prefixes= + else + if $posix_mkdir; then + (umask=$mkdir_umask && + $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir") && break + # Don't fail if two instances are running concurrently. + test -d "$prefix" || exit 1 + else + case $prefix in + *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;; + *) qprefix=$prefix;; + esac + prefixes="$prefixes '$qprefix'" + fi + fi + prefix=$prefix/ + done + + if test -n "$prefixes"; then + # Don't fail if two instances are running concurrently. + (umask $mkdir_umask && + eval "\$doit_exec \$mkdirprog $prefixes") || + test -d "$dstdir" || exit 1 + obsolete_mkdir_used=true + fi + fi + fi + + if test -n "$dir_arg"; then + { test -z "$chowncmd" || $doit $chowncmd "$dst"; } && + { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } && + { test "$obsolete_mkdir_used$chowncmd$chgrpcmd" = false || + test -z "$chmodcmd" || $doit $chmodcmd $mode "$dst"; } || exit 1 + else + + # Make a couple of temp file names in the proper directory. + dsttmp=$dstdir/_inst.$$_ + rmtmp=$dstdir/_rm.$$_ + + # Trap to clean up those temp files at exit. + trap 'ret=$?; rm -f "$dsttmp" "$rmtmp" && exit $ret' 0 + + # Copy the file name to the temp name. + (umask $cp_umask && $doit_exec $cpprog "$src" "$dsttmp") && + + # and set any options; do chmod last to preserve setuid bits. + # + # If any of these fail, we abort the whole thing. If we want to + # ignore errors from any of these, just make sure not to ignore + # errors from the above "$doit $cpprog $src $dsttmp" command. + # + { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } && + { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } && + { test -z "$stripcmd" || $doit $stripcmd "$dsttmp"; } && + { test -z "$chmodcmd" || $doit $chmodcmd $mode "$dsttmp"; } && + + # If -C, don't bother to copy if it wouldn't change the file. + if $copy_on_change && + old=`LC_ALL=C ls -dlL "$dst" 2>/dev/null` && + new=`LC_ALL=C ls -dlL "$dsttmp" 2>/dev/null` && + + eval "$initialize_posix_glob" && + $posix_glob set -f && + set X $old && old=:$2:$4:$5:$6 && + set X $new && new=:$2:$4:$5:$6 && + $posix_glob set +f && + + test "$old" = "$new" && + $cmpprog "$dst" "$dsttmp" >/dev/null 2>&1 + then + rm -f "$dsttmp" + else + # Rename the file to the real destination. + $doit $mvcmd -f "$dsttmp" "$dst" 2>/dev/null || + + # The rename failed, perhaps because mv can't rename something else + # to itself, or perhaps because mv is so ancient that it does not + # support -f. + { + # Now remove or move aside any old file at destination location. + # We try this two ways since rm can't unlink itself on some + # systems and the destination file might be busy for other + # reasons. In this case, the final cleanup might fail but the new + # file should still install successfully. + { + test ! -f "$dst" || + $doit $rmcmd -f "$dst" 2>/dev/null || + { $doit $mvcmd -f "$dst" "$rmtmp" 2>/dev/null && + { $doit $rmcmd -f "$rmtmp" 2>/dev/null; :; } + } || + { echo "$0: cannot unlink or rename $dst" >&2 + (exit 1); exit 1 + } + } && + + # Now rename the file to the real destination. + $doit $mvcmd "$dsttmp" "$dst" + } + fi || exit 1 + + trap '' 0 + fi +done + +# Local variables: +# eval: (add-hook 'write-file-hooks 'time-stamp) +# time-stamp-start: "scriptversion=" +# time-stamp-format: "%:y-%02m-%02d.%02H" +# time-stamp-end: "$" +# End: diff --git a/missing b/missing new file mode 100755 index 0000000..1c8ff70 --- /dev/null +++ b/missing @@ -0,0 +1,367 @@ +#! /bin/sh +# Common stub for a few missing GNU programs while installing. + +scriptversion=2006-05-10.23 + +# Copyright (C) 1996, 1997, 1999, 2000, 2002, 2003, 2004, 2005, 2006 +# Free Software Foundation, Inc. +# Originally by Fran,cois Pinard , 1996. + +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2, or (at your option) +# any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. + +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA +# 02110-1301, USA. + +# As a special exception to the GNU General Public License, if you +# distribute this file as part of a program that contains a +# configuration script generated by Autoconf, you may include it under +# the same distribution terms that you use for the rest of that program. + +if test $# -eq 0; then + echo 1>&2 "Try \`$0 --help' for more information" + exit 1 +fi + +run=: +sed_output='s/.* --output[ =]\([^ ]*\).*/\1/p' +sed_minuso='s/.* -o \([^ ]*\).*/\1/p' + +# In the cases where this matters, `missing' is being run in the +# srcdir already. +if test -f configure.ac; then + configure_ac=configure.ac +else + configure_ac=configure.in +fi + +msg="missing on your system" + +case $1 in +--run) + # Try to run requested program, and just exit if it succeeds. + run= + shift + "$@" && exit 0 + # Exit code 63 means version mismatch. This often happens + # when the user try to use an ancient version of a tool on + # a file that requires a minimum version. In this case we + # we should proceed has if the program had been absent, or + # if --run hadn't been passed. + if test $? = 63; then + run=: + msg="probably too old" + fi + ;; + + -h|--h|--he|--hel|--help) + echo "\ +$0 [OPTION]... PROGRAM [ARGUMENT]... + +Handle \`PROGRAM [ARGUMENT]...' for when PROGRAM is missing, or return an +error status if there is no known handling for PROGRAM. + +Options: + -h, --help display this help and exit + -v, --version output version information and exit + --run try to run the given command, and emulate it if it fails + +Supported PROGRAM values: + aclocal touch file \`aclocal.m4' + autoconf touch file \`configure' + autoheader touch file \`config.h.in' + autom4te touch the output file, or create a stub one + automake touch all \`Makefile.in' files + bison create \`y.tab.[ch]', if possible, from existing .[ch] + flex create \`lex.yy.c', if possible, from existing .c + help2man touch the output file + lex create \`lex.yy.c', if possible, from existing .c + makeinfo touch the output file + tar try tar, gnutar, gtar, then tar without non-portable flags + yacc create \`y.tab.[ch]', if possible, from existing .[ch] + +Send bug reports to ." + exit $? + ;; + + -v|--v|--ve|--ver|--vers|--versi|--versio|--version) + echo "missing $scriptversion (GNU Automake)" + exit $? + ;; + + -*) + echo 1>&2 "$0: Unknown \`$1' option" + echo 1>&2 "Try \`$0 --help' for more information" + exit 1 + ;; + +esac + +# Now exit if we have it, but it failed. Also exit now if we +# don't have it and --version was passed (most likely to detect +# the program). +case $1 in + lex|yacc) + # Not GNU programs, they don't have --version. + ;; + + tar) + if test -n "$run"; then + echo 1>&2 "ERROR: \`tar' requires --run" + exit 1 + elif test "x$2" = "x--version" || test "x$2" = "x--help"; then + exit 1 + fi + ;; + + *) + if test -z "$run" && ($1 --version) > /dev/null 2>&1; then + # We have it, but it failed. + exit 1 + elif test "x$2" = "x--version" || test "x$2" = "x--help"; then + # Could not run --version or --help. This is probably someone + # running `$TOOL --version' or `$TOOL --help' to check whether + # $TOOL exists and not knowing $TOOL uses missing. + exit 1 + fi + ;; +esac + +# If it does not exist, or fails to run (possibly an outdated version), +# try to emulate it. +case $1 in + aclocal*) + echo 1>&2 "\ +WARNING: \`$1' is $msg. You should only need it if + you modified \`acinclude.m4' or \`${configure_ac}'. You might want + to install the \`Automake' and \`Perl' packages. Grab them from + any GNU archive site." + touch aclocal.m4 + ;; + + autoconf) + echo 1>&2 "\ +WARNING: \`$1' is $msg. You should only need it if + you modified \`${configure_ac}'. You might want to install the + \`Autoconf' and \`GNU m4' packages. Grab them from any GNU + archive site." + touch configure + ;; + + autoheader) + echo 1>&2 "\ +WARNING: \`$1' is $msg. You should only need it if + you modified \`acconfig.h' or \`${configure_ac}'. You might want + to install the \`Autoconf' and \`GNU m4' packages. Grab them + from any GNU archive site." + files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}` + test -z "$files" && files="config.h" + touch_files= + for f in $files; do + case $f in + *:*) touch_files="$touch_files "`echo "$f" | + sed -e 's/^[^:]*://' -e 's/:.*//'`;; + *) touch_files="$touch_files $f.in";; + esac + done + touch $touch_files + ;; + + automake*) + echo 1>&2 "\ +WARNING: \`$1' is $msg. You should only need it if + you modified \`Makefile.am', \`acinclude.m4' or \`${configure_ac}'. + You might want to install the \`Automake' and \`Perl' packages. + Grab them from any GNU archive site." + find . -type f -name Makefile.am -print | + sed 's/\.am$/.in/' | + while read f; do touch "$f"; done + ;; + + autom4te) + echo 1>&2 "\ +WARNING: \`$1' is needed, but is $msg. + You might have modified some files without having the + proper tools for further handling them. + You can get \`$1' as part of \`Autoconf' from any GNU + archive site." + + file=`echo "$*" | sed -n "$sed_output"` + test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"` + if test -f "$file"; then + touch $file + else + test -z "$file" || exec >$file + echo "#! /bin/sh" + echo "# Created by GNU Automake missing as a replacement of" + echo "# $ $@" + echo "exit 0" + chmod +x $file + exit 1 + fi + ;; + + bison|yacc) + echo 1>&2 "\ +WARNING: \`$1' $msg. You should only need it if + you modified a \`.y' file. You may need the \`Bison' package + in order for those modifications to take effect. You can get + \`Bison' from any GNU archive site." + rm -f y.tab.c y.tab.h + if test $# -ne 1; then + eval LASTARG="\${$#}" + case $LASTARG in + *.y) + SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'` + if test -f "$SRCFILE"; then + cp "$SRCFILE" y.tab.c + fi + SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'` + if test -f "$SRCFILE"; then + cp "$SRCFILE" y.tab.h + fi + ;; + esac + fi + if test ! -f y.tab.h; then + echo >y.tab.h + fi + if test ! -f y.tab.c; then + echo 'main() { return 0; }' >y.tab.c + fi + ;; + + lex|flex) + echo 1>&2 "\ +WARNING: \`$1' is $msg. You should only need it if + you modified a \`.l' file. You may need the \`Flex' package + in order for those modifications to take effect. You can get + \`Flex' from any GNU archive site." + rm -f lex.yy.c + if test $# -ne 1; then + eval LASTARG="\${$#}" + case $LASTARG in + *.l) + SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'` + if test -f "$SRCFILE"; then + cp "$SRCFILE" lex.yy.c + fi + ;; + esac + fi + if test ! -f lex.yy.c; then + echo 'main() { return 0; }' >lex.yy.c + fi + ;; + + help2man) + echo 1>&2 "\ +WARNING: \`$1' is $msg. You should only need it if + you modified a dependency of a manual page. You may need the + \`Help2man' package in order for those modifications to take + effect. You can get \`Help2man' from any GNU archive site." + + file=`echo "$*" | sed -n "$sed_output"` + test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"` + if test -f "$file"; then + touch $file + else + test -z "$file" || exec >$file + echo ".ab help2man is required to generate this page" + exit 1 + fi + ;; + + makeinfo) + echo 1>&2 "\ +WARNING: \`$1' is $msg. You should only need it if + you modified a \`.texi' or \`.texinfo' file, or any other file + indirectly affecting the aspect of the manual. The spurious + call might also be the consequence of using a buggy \`make' (AIX, + DU, IRIX). You might want to install the \`Texinfo' package or + the \`GNU make' package. Grab either from any GNU archive site." + # The file to touch is that specified with -o ... + file=`echo "$*" | sed -n "$sed_output"` + test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"` + if test -z "$file"; then + # ... or it is the one specified with @setfilename ... + infile=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'` + file=`sed -n ' + /^@setfilename/{ + s/.* \([^ ]*\) *$/\1/ + p + q + }' $infile` + # ... or it is derived from the source name (dir/f.texi becomes f.info) + test -z "$file" && file=`echo "$infile" | sed 's,.*/,,;s,.[^.]*$,,'`.info + fi + # If the file does not exist, the user really needs makeinfo; + # let's fail without touching anything. + test -f $file || exit 1 + touch $file + ;; + + tar) + shift + + # We have already tried tar in the generic part. + # Look for gnutar/gtar before invocation to avoid ugly error + # messages. + if (gnutar --version > /dev/null 2>&1); then + gnutar "$@" && exit 0 + fi + if (gtar --version > /dev/null 2>&1); then + gtar "$@" && exit 0 + fi + firstarg="$1" + if shift; then + case $firstarg in + *o*) + firstarg=`echo "$firstarg" | sed s/o//` + tar "$firstarg" "$@" && exit 0 + ;; + esac + case $firstarg in + *h*) + firstarg=`echo "$firstarg" | sed s/h//` + tar "$firstarg" "$@" && exit 0 + ;; + esac + fi + + echo 1>&2 "\ +WARNING: I can't seem to be able to run \`tar' with the given arguments. + You may want to install GNU tar or Free paxutils, or check the + command line arguments." + exit 1 + ;; + + *) + echo 1>&2 "\ +WARNING: \`$1' is needed, and is $msg. + You might have modified some files without having the + proper tools for further handling them. Check the \`README' file, + it often tells you about the needed prerequisites for installing + this package. You may also peek at any GNU archive site, in case + some other package would contain this missing \`$1' program." + exit 1 + ;; +esac + +exit 0 + +# Local variables: +# eval: (add-hook 'write-file-hooks 'time-stamp) +# time-stamp-start: "scriptversion=" +# time-stamp-format: "%:y-%02m-%02d.%02H" +# time-stamp-end: "$" +# End: diff --git a/mkinstalldirs b/mkinstalldirs new file mode 100755 index 0000000..d2d5f21 --- /dev/null +++ b/mkinstalldirs @@ -0,0 +1,111 @@ +#! /bin/sh +# mkinstalldirs --- make directory hierarchy +# Author: Noah Friedman +# Created: 1993-05-16 +# Public domain + +errstatus=0 +dirmode="" + +usage="\ +Usage: mkinstalldirs [-h] [--help] [-m mode] dir ..." + +# process command line arguments +while test $# -gt 0 ; do + case $1 in + -h | --help | --h*) # -h for help + echo "$usage" 1>&2 + exit 0 + ;; + -m) # -m PERM arg + shift + test $# -eq 0 && { echo "$usage" 1>&2; exit 1; } + dirmode=$1 + shift + ;; + --) # stop option processing + shift + break + ;; + -*) # unknown option + echo "$usage" 1>&2 + exit 1 + ;; + *) # first non-opt arg + break + ;; + esac +done + +for file +do + if test -d "$file"; then + shift + else + break + fi +done + +case $# in + 0) exit 0 ;; +esac + +case $dirmode in + '') + if mkdir -p -- . 2>/dev/null; then + echo "mkdir -p -- $*" + exec mkdir -p -- "$@" + fi + ;; + *) + if mkdir -m "$dirmode" -p -- . 2>/dev/null; then + echo "mkdir -m $dirmode -p -- $*" + exec mkdir -m "$dirmode" -p -- "$@" + fi + ;; +esac + +for file +do + set fnord `echo ":$file" | sed -ne 's/^:\//#/;s/^://;s/\// /g;s/^#/\//;p'` + shift + + pathcomp= + for d + do + pathcomp="$pathcomp$d" + case $pathcomp in + -*) pathcomp=./$pathcomp ;; + esac + + if test ! -d "$pathcomp"; then + echo "mkdir $pathcomp" + + mkdir "$pathcomp" || lasterr=$? + + if test ! -d "$pathcomp"; then + errstatus=$lasterr + else + if test ! -z "$dirmode"; then + echo "chmod $dirmode $pathcomp" + lasterr="" + chmod "$dirmode" "$pathcomp" || lasterr=$? + + if test ! -z "$lasterr"; then + errstatus=$lasterr + fi + fi + fi + fi + + pathcomp="$pathcomp/" + done +done + +exit $errstatus + +# Local Variables: +# mode: shell-script +# sh-indentation: 2 +# End: +# mkinstalldirs ends here diff --git a/packaging/shared-mime-info.spec b/packaging/shared-mime-info.spec new file mode 100644 index 0000000..07ac43a --- /dev/null +++ b/packaging/shared-mime-info.spec @@ -0,0 +1,40 @@ +Name: shared-mime-info +Summary: FreeDesktop.org shared MIME database and spec +Version: 0.60 +Release: 4 +Group: misc +License: GPLv2 +Source0: shared-mime-info-0.60.tar.gz +BuildRequires: pkgconfig(glib-2.0) +BuildRequires: pkgconfig(libxml-2.0) +BuildRequires: intltool >= 0.35 +BuildRequires: libxml2 + +%description +FreeDesktop.org shared MIME database and spec + This is the shared MIME-info database from the X Desktop Group. It is required + by any program complying to the Shared MIME-Info Database spec, which is also + included in this package. + . + At this time ROX and GNOME use this database. KDE is expected to follow soon, + and hopefully others too.. + +%prep +%setup -q -n %{name}-%{version} + +%build +%configure --disable-static +make %{?jobs:-j%jobs} + +%install +rm -rf %{buildroot} +%make_install + + + + +%files +%defattr(-,root,root,-) +/usr/bin/update-mime-database +/usr/share/* +%manifest shared-mime-info.manifest diff --git a/po/ChangeLog b/po/ChangeLog new file mode 100644 index 0000000..bb25acd --- /dev/null +++ b/po/ChangeLog @@ -0,0 +1,692 @@ +2009-02-21 Bastien Nocera + + * be@latin.po: + * bg.po: + * ca.po: + * cs.po: + * es.po: + * fi.po: + * fr.po: + * ga.po: + * hu.po: + * id.po: + * it.po: + * ja.po: + * ko.po: + * lt.po: + * nl.po: + * nn.po: + * pl.po: + * pt_BR.po: + * ru.po: + * sq.po: + * sv.po: + * vi.po: Updated translations from the TP + +2008-07-23 Bastien Nocera + + * be@latin.po: + * ca.po: + * fr.po: + * ga.po: + * nl.po: Updated translations from the TP + +2008-07-22 Bastien Nocera + + * LINGUAS: Add Indonesian + * be@latin.po: + * ca.po: + * cs.po: + * fi.po: + * fr.po: + * ga.po: + * id.po: + * it.po: + * ko.po: + * lt.po: + * nl.po: + * pt_BR.po: + * sv.po: + * vi.po: Updated translations from the TP + +2008-06-09 Bastien Nocera + + * es.po: + * nb.po: Updated translations from the TP + +2008-06-02 Bastien Nocera + + * ga.po: + * ru.po: Updated translations from the TP + +2008-05-27 Bastien Nocera + + * fr.po: + * lt.po: + * sv.po: Updated translations from the TP + +2008-05-13 Bastien Nocera + + * LINGUAS: Add "ga" and "be@latin" to the list + * ko.po: + * vi.po: Updated translations from the TP + +2008-05-12 Bastien Nocera + + * az.po: + * be@latin.po: + * bg.po: + * ca.po: + * cs.po: + * cy.po: + * en_GB.po: + * eo.po: + * fi.po: + * hu.po: + * it.po: + * ja.po: + * nl.po: + * pl.po: + * pt.po: + * pt_BR.po: + * ru.po: + * sq.po: + * sr.po: + * vi.po: + * zh_CN.po: + * zh_TW.po: Updated translations from the TP + +2008-05-02 Bastien Nocera + + * cs.po: + * fr.po: + * ko.po: Updated translation from the TP + +2008-04-28 Bastien Nocera + + * it.po: + * nl.po: Updated translation from the TP + +2008-04-24 Bastien Nocera + + * ca.po: + * sv.po: + * vi.po: Updated translation from the TP + +2008-04-09 Bastien Nocera + + * cs.po: + * fi.po: + * lt.po: + * nl.po: Updated translation from the TP + +2008-03-05 Bastien Nocera + + * eu.po: Updated translation from the TP + +2008-02-25 Bastien Nocera + + * be@latin.po: Updated translation from the TP + +2008-02-21 Bastien Nocera + + * be@latin.po: Add Belarusian Latin + translation from Ihar Hrachyshka + +2008-02-21 Bastien Nocera + + * ga.po: Add Irish translation from + Seán de Búrca + +2008-02-12 Bastien Nocera + + * ca.po: updated translation from the TP + +2008-01-17 Bastien Nocera + + * hu.po: updated translation from the TP + +2008-01-14 Bastien Nocera + + * es.po: updated translation from the TP + +2007-12-19 Bastien Nocera + + * vi.po: updated translation from the TP + +2007-12-18 Bastien Nocera + + * fr.po: updated translation from the TP + +2007-12-17 Bastien Nocera + + * ca.po: + * nb.po: + * sv.po: + * it.po: + * cs.po: + * bg.po: updated translation from the TP + +2007-12-13 Bastien Nocera + + * fi.po: + * nl.po: updated translation from the TP + +2007-12-12 Bastien Nocera + + * LINGUAS: upd + * en_GB.po: added + +2007-12-12 Bastien Nocera + + * ca.po: + * cs.po: + * hu.po: + * ko.po: updated translation from the TP + +2007-10-01 Bastien Nocera + + * fi.po: + * nl.po: updated translation from the TP + +2007-09-26 Bastien Nocera + + * es.po: updated translation from the TP + +2007-09-26 Bastien Nocera + + * fr.po: + * uk.po: + * vi.po: updated translations from the TP + +2007-09-25 Bastien Nocera + + * it.po: + * nn.po: + * sv.po: updated translations from the TP + +2007-09-18 Bastien Nocera + + * es.po: Updated Spanish translation from Jorge González González + + +2007-08-17 Christian Neumair + + * ja.po: Updated Japanese translation by Satoru Satoh + +2007-08-17 Christian Neumair + + * uk.po: Updated Ukrainian translation by Maxim V. Dziumanenko + . + +2007-08-03 Christian Neumair + + * pt_BR.po: Updated Brazilian Portuguese translation by Raphael Higino + . + +2007-08-03 Christian Neumair + + * hu.po: Updated Hungarian translation by Gabor Kelemen . + * nl.po: Updated Dutch translation by Taco Witte . + * sv.po: Updated Swedish translation by Daniel Nylander + . + * vi.po: Updated Vietnamese translation by Clytie Siddall + . + +2007-07-02 Christian Neumair + + * pl.po: Updated Polish translation by Artur Flinta + . + +2007-07-01 Christian Neumair + + * ko.po: Updated Korean translation by Young-Ho, Cha. + +2007-06-28 Bastien Nocera + + * it.po: Updated Italian translation by + Luca Ferretti + +2007-06-27 Christian Neumair + + * fi.po: Updated Finnish translation by + Tommi Vainikainen . + +2007-06-27 Christian Neumair + + * de.po: Updated German translation. + +2007-06-26 Christian Neumair + + * de.po: Updated German translation. + +2007-06-21 Bastien Nocera + + * es.po: updated Spanish translation from Quique + + +2007-05-17 Bastien Nocera + + * fr.po: Another update of the French translation by + Claude Paroz + +2007-05-17 Bastien Nocera + + * fr.po: Updated French translation by Claude Paroz + + +2007-04-29 Bastien Nocera + + * LINGUAS: + * ca.po: Add Catalan translation from Josep Ma. Ferrer + + +2007-04-23 Bastien Nocera + + * nb.po: Updated Norwegian bokmål translation from Kjartan Maraas + + +2007-03-12 Christian Neumair + + * ko.po: Updated Korean translation by Young-Ho, Cha (#10266). + * nl.po: Updated Dutch translation by Wouter Bolsterlee (#10264). + +2007-02-07 Bastien Nocera + + * bg.po: Updated Bulgarian translation from Alexander Shopov + (Closes: #9899) + +2006-11-21 Bastien Nocera + + * nb.po: Updated Norwegian bokmål translation from Kjartan Maraas + + +2006-09-18 Bastien Nocera + + * es.po: Update Spanish translation by Francisco Javier F. Serrador + + +2006-09-10 Bastien Nocera + + * cs.po: + * de.po: + * es.po: + * fi.po: + * hu.po: + * it.po: + * ja.po: + * pl.po: + * pt_BR.po: + * zh_CN.po: + * zh_TW.po: patch from Stanislav Brabec + to update the translations with the WMA audio translation, + from SUSE's packages (Closes: #2178) + +2006-09-03 Bastien Nocera + + * bg.po: Updated Bulgarian translation by Alexander Shopov + . + +2006-08-25 Bastien Nocera + + * az.po: + * bg.po: + * cs.po: + * cy.po: + * da.po: + * de.po: + * el.po: + * eo.po: + * es.po: + * eu.po: + * fi.po: + * fr.po: + * hu.po: + * it.po: + * ja.po: + * ko.po: + * lt.po: + * ms.po: + * nb.po: + * nl.po: + * nn.po: + * pl.po: + * pt.po: + * pt_BR.po: + * ru.po: + * rw.po: + * sq.po: + * sr.po: + * sv.po: + * uk.po: + * vi.po: + * zh_CN.po: + * zh_TW.po: update s/Javascript/JavaScript/ + +2006-08-12 Bastien Nocera + + * nl.po: Updated Dutch translation by + Wouter Bolsterlee + +2006-07-09 Kjartan Maraas + + * nb.po: Updated Norwegian bokmål translation. + +2006-07-09 Bastien Nocera + + * .cvsignore: upd + +2006-07-09 Bastien Nocera + + * ms.po: Remove translation for the tab-separated document, as it + was referencing "commas" instead of "tabs" (Closes: #5456) + +2006-05-15 Miloslav Trmac + + * sv.po: Updated Swedish translation by Daniel Nylander + . + + * eu.po: Updated Basque translation by Mikel Olasagasti + . + +2006-05-05 Miloslav Trmac + + * hu.po: Updated Hungarian translation by Gabor Kelemen + . + + * sv.po: Updated Swedish translation by Daniel Nylander + + +2006-04-18 Bastien Nocera + + * no.po: Remove Norwegian translation + +2006-04-12 Miloslav Trmac + + * bg.po: Updated Bulgarian translation by Alexander Shopov + . + +2006-04-11 Miloslav Trmac + + * ko.po: Updated Korean translation by Young-Ho Cha + . + + * es.po: Updated Spanish translation by Quique . + +2006-04-10 Miloslav Trmac + + * it.po: Updated Italian translation by Luca Ferretti + . + +2006-04-07 Miloslav Trmac + + * uk.po: Updated Ukrainian translation by Maxim V. Dziumanenko + . + + * vi.po: Updated Vietnamese translation by Clytie Siddall + . + +2006-04-05 Bastien Nocera + + * cy.po: Updated Welsh translation by Thomas Thurman + + +2006-03-18 Miloslav Trmac + + * cs.po: Updated Czech translation. + + * lt.po: Add Lithuanian translation by + Žygimantas Beručka . + +2006-03-15 Bastien Nocera + + * da.po: + * fr.po: Fix a couple of typos, patch from Stanislav Brabec + (Closes: #2051) + +2006-03-14 Kjartan Maraas + + * nn.po: Updated Norwegian nynorsk translation. + * nb.po: Updated Norwegian bokmål translation. + * no.po: Same. + +2006-02-24 Kjartan Maraas + + * nb.po: Updated Norwegian bokmål translation. + * no.po: Same. + +2006-02-20 Miloslav Trmac + + * vi.po: Add Vietnamese translation by + Clytie Siddall . + +2006-02-01 Bastien Nocera + + * fr.po: also change the header to say it's UTF-8 + +2006-02-01 Bastien Nocera + + * fr.po: Convert the French translation's encoding to UTF-8 + +2006-01-24 Kjartan Maraas + + * nb.po: Updated Norwegian bokmål translation. + * no.po: Same. + +2005-11-04 Christian Neumair + + * bg.po: Updated Bulgarian translation by Alexander Shopov + . + +2005-10-30 Kjartan Maraas + + * nb.po: Updated Norwegian bokmål translation. + * no.po: Same + +2005-10-29 Christian Neumair + + * de.po: Updated German translation. + +2005-09-09 Miloslav Trmac + + * eu.po: Updated Basque translation by + Mikel Olasagasti . + +2005-08-11 Kjartan Maraas + + * nb.po: Updated Norwegian bokmål translation. + * no.po: Same + +2005-08-02 Miloslav Trmac + + * it.po: Updated Italian translation by + Luca Ferretti . + +2005-06-20 Miloslav Trmac + + * fr.po: Updated French translation by + Michel Robitaille . + +2005-06-07 Miloslav Trmac + + * ru.po: Updated Russian translation by + Peter Astakhov . + + * sr.po: Updated Serbian translation by + Danilo Segan . + + * bg.po: Updated Bulgarian translation by + Alexander Shopov . + +2005-04-17 Miloslav Trmac + + * ko.po: Updated Korean translation by + Young-Ho Cha . + +2005-04-15 Miloslav Trmac + + * zh_TW.po: Added traditional Chinese translation by + Abel Cheung . + +2005-04-14 Miloslav Trmac + + * cs.po: Updated Czech translation. + + * nl.po: Updated Dutch translation by Taco Witte . + + * fi.po: Updated Finnish translation by + Tommi Vainikainen . + + * rw.po: Added Kinyarwanda translation by + Steven Michael Murphy . + +2005-03-20 Miloslav Trmac + + * ru.po: Added Russian translation by + Peter Astakhov . + +2005-01-21 Miloslav Trmac + + * nb.po: Added Norwegian (bokmål) translation by + Kjartan Maraas . + +2005-01-16 Christophe Fergeau + + * it.po: added Italian translation by Alessio Frusciante + + +2004-11-04 Bastien Nocera + + * fr.po: convert the french translation to UTF-8 + +2004-10-07 Miloslav Trmac + + * eo.po: Added Esperanto translation by + Артём Попов . + +2004-10-05 Miloslav Trmac + + * fr.po: Updated French translation by + Michel Robitaille . + +2004-09-10 Christophe Fergeau + + * ms.po: Added Malay translation from Sebol + +2004-09-10 Christophe Fergeau + + * ja.po: Added Japanese translation from Satoru Satoh + +2004-09-10 Christophe Fergeau + + * pl.po: Added Polish translation from Artur Flinta + + +2004-09-09 Ole Laursen + + * el.po: Greek translation updated by Nikos Charonitakis + . + +2004-09-08 Miloslav Trmac + + * es.po: Added Spanish translation by + Quique . + +2004-09-06 Miloslav Trmac + + * ko.po: Updated Korean translation by + Young-Ho Cha . + + * pt.po: Added Portuguese translation by + Pedro Miguel Marques Morais . + + * ua.po: Added Ukrainian translation by + Maxim V. Dziumanenko . + +2004-09-05 Miloslav Trmac + + * nn.po: Updated Norwegian Nynorsk translation + by Åsmund Skjæveland . + +2004-09-04 Miloslav Trmac + + * hu.po: Updated Hungarian translation by + Andras Timar . + + * pt_BR.po: Added Brazilian Portuguese translation by + Leslie Harlley Watter . + + * eu.po: Added Basque translation by + Mikel Olasagasti . + +2004-09-03 Miloslav Trmac + + * bg.po: Added Bulgarian translation by + Alexander Shopov . + +2004-09-02 Miloslav Trmac + + * sr.po: Updated Serbian translation by + Danilo Segan . + +2004-09-01 Miloslav Trmac + + * nl.po: Updated Dutch translation by + Elros Cyriatan . + + * sq.po: Added Albanian translation by + Laurent Dhima . + + * fi.po: Updated Finnish translation by + Tommi Vainikainen . + +2004-08-31 Miloslav Trmac + + * sv.po: Updated Swedish translation by + Christian Rose . + + * zh_CN.po: Added simplified Chinese translation by + Funda Wang . + + * nl.po: Updated Dutch translation by + Elros Cyriatan . + + * cs.po: Updated Czech translation. + +=== shared-mime-info 0.15 === + +2004-08-28 Christophe Fergeau + + * el.po: commit the actual file sent by Nikos to the mailing list, + the one which was in CVS didn't pass msgfmt -cv and broke the build. + +2004-08-27 Ole Laursen + + * el.po: Added Greek translation on behalf of Nikos Charonitakis. + +2004-08-17 Christophe Fergeau + + * fi.po: Update Finnish translation (patch from Ville Skyttä + ) + * ko.po: Added Korean translation (file from Cha Young-Ho + ) + +2004-07-25 Christian Neumair + + * de.po: Updated German translation. + +2004-07-05 Ole Laursen + + * .cvsignore, shared-mime-info.pot: Removed shared-mime-info.pot + from CVS, since it is a generated file. + + * da.po: Added Danish translation. + +2004-04-11 Christian Neumair + + * shared-mime-info.pot: Regenerated. + * de.po: Updated German translation. + +2004-04-06 Christian Neumair + + * de.po: Added German translation. diff --git a/po/LINGUAS b/po/LINGUAS new file mode 100644 index 0000000..99bf308 --- /dev/null +++ b/po/LINGUAS @@ -0,0 +1,38 @@ +az +be@latin +bg +ca +cs +cy +da +de +el +en_GB +eo +es +eu +fi +fr +ga +hu +id +it +ja +ko +lt +ms +nb +nl +nn +pl +pt +pt_BR +ru +rw +sq +sr +sv +uk +vi +zh_CN +zh_TW diff --git a/po/Makefile.in.in b/po/Makefile.in.in new file mode 100644 index 0000000..57ef267 --- /dev/null +++ b/po/Makefile.in.in @@ -0,0 +1,217 @@ +# Makefile for program source directory in GNU NLS utilities package. +# Copyright (C) 1995, 1996, 1997 by Ulrich Drepper +# Copyright (C) 2004-2008 Rodney Dawes +# +# This file may be copied and used freely without restrictions. It may +# be used in projects which are not available under a GNU Public License, +# but which still want to provide support for the GNU gettext functionality. +# +# - Modified by Owen Taylor to use GETTEXT_PACKAGE +# instead of PACKAGE and to look for po2tbl in ./ not in intl/ +# +# - Modified by jacob berkman to install +# Makefile.in.in and po2tbl.sed.in for use with glib-gettextize +# +# - Modified by Rodney Dawes for use with intltool +# +# We have the following line for use by intltoolize: +# INTLTOOL_MAKEFILE + +GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ +PACKAGE = @PACKAGE@ +VERSION = @VERSION@ + +SHELL = /bin/sh + +srcdir = @srcdir@ +top_srcdir = @top_srcdir@ +top_builddir = @top_builddir@ +VPATH = @srcdir@ + +prefix = @prefix@ +exec_prefix = @exec_prefix@ +datadir = @datadir@ +datarootdir = @datarootdir@ +libdir = @libdir@ +DATADIRNAME = @DATADIRNAME@ +itlocaledir = $(prefix)/$(DATADIRNAME)/locale +subdir = po +install_sh = @install_sh@ +# Automake >= 1.8 provides @mkdir_p@. +# Until it can be supposed, use the safe fallback: +mkdir_p = $(install_sh) -d + +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ + +GMSGFMT = @GMSGFMT@ +MSGFMT = @MSGFMT@ +XGETTEXT = @XGETTEXT@ +INTLTOOL_UPDATE = @INTLTOOL_UPDATE@ +INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@ +MSGMERGE = INTLTOOL_EXTRACT=$(INTLTOOL_EXTRACT) srcdir=$(srcdir) $(INTLTOOL_UPDATE) --gettext-package $(GETTEXT_PACKAGE) --dist +GENPOT = INTLTOOL_EXTRACT=$(INTLTOOL_EXTRACT) srcdir=$(srcdir) $(INTLTOOL_UPDATE) --gettext-package $(GETTEXT_PACKAGE) --pot + +ALL_LINGUAS = @ALL_LINGUAS@ + +PO_LINGUAS=$(shell if test -r $(srcdir)/LINGUAS; then grep -v "^\#" $(srcdir)/LINGUAS; else echo "$(ALL_LINGUAS)"; fi) + +USER_LINGUAS=$(shell if test -n "$(LINGUAS)"; then LLINGUAS="$(LINGUAS)"; ALINGUAS="$(ALL_LINGUAS)"; for lang in $$LLINGUAS; do if test -n "`grep ^$$lang$$ $(srcdir)/LINGUAS 2>/dev/null`" -o -n "`echo $$ALINGUAS|tr ' ' '\n'|grep ^$$lang$$`"; then printf "$$lang "; fi; done; fi) + +USE_LINGUAS=$(shell if test -n "$(USER_LINGUAS)" -o -n "$(LINGUAS)"; then LLINGUAS="$(USER_LINGUAS)"; else if test -n "$(PO_LINGUAS)"; then LLINGUAS="$(PO_LINGUAS)"; else LLINGUAS="$(ALL_LINGUAS)"; fi; fi; for lang in $$LLINGUAS; do printf "$$lang "; done) + +POFILES=$(shell LINGUAS="$(PO_LINGUAS)"; for lang in $$LINGUAS; do printf "$$lang.po "; done) + +DISTFILES = Makefile.in.in POTFILES.in $(POFILES) +EXTRA_DISTFILES = ChangeLog POTFILES.skip Makevars LINGUAS + +POTFILES = \ +# This comment gets stripped out + +CATALOGS=$(shell LINGUAS="$(USE_LINGUAS)"; for lang in $$LINGUAS; do printf "$$lang.gmo "; done) + +.SUFFIXES: +.SUFFIXES: .po .pox .gmo .mo .msg .cat + +.po.pox: + $(MAKE) $(GETTEXT_PACKAGE).pot + $(MSGMERGE) $< $(GETTEXT_PACKAGE).pot -o $*.pox + +.po.mo: + $(MSGFMT) -o $@ $< + +.po.gmo: + file=`echo $* | sed 's,.*/,,'`.gmo \ + && rm -f $$file && $(GMSGFMT) -o $$file $< + +.po.cat: + sed -f ../intl/po2msg.sed < $< > $*.msg \ + && rm -f $@ && gencat $@ $*.msg + + +all: all-@USE_NLS@ + +all-yes: $(CATALOGS) +all-no: + +$(GETTEXT_PACKAGE).pot: $(POTFILES) + $(GENPOT) + +install: install-data +install-data: install-data-@USE_NLS@ +install-data-no: all +install-data-yes: all + linguas="$(USE_LINGUAS)"; \ + for lang in $$linguas; do \ + dir=$(DESTDIR)$(itlocaledir)/$$lang/LC_MESSAGES; \ + $(mkdir_p) $$dir; \ + if test -r $$lang.gmo; then \ + $(INSTALL_DATA) $$lang.gmo $$dir/$(GETTEXT_PACKAGE).mo; \ + echo "installing $$lang.gmo as $$dir/$(GETTEXT_PACKAGE).mo"; \ + else \ + $(INSTALL_DATA) $(srcdir)/$$lang.gmo $$dir/$(GETTEXT_PACKAGE).mo; \ + echo "installing $(srcdir)/$$lang.gmo as" \ + "$$dir/$(GETTEXT_PACKAGE).mo"; \ + fi; \ + if test -r $$lang.gmo.m; then \ + $(INSTALL_DATA) $$lang.gmo.m $$dir/$(GETTEXT_PACKAGE).mo.m; \ + echo "installing $$lang.gmo.m as $$dir/$(GETTEXT_PACKAGE).mo.m"; \ + else \ + if test -r $(srcdir)/$$lang.gmo.m ; then \ + $(INSTALL_DATA) $(srcdir)/$$lang.gmo.m \ + $$dir/$(GETTEXT_PACKAGE).mo.m; \ + echo "installing $(srcdir)/$$lang.gmo.m as" \ + "$$dir/$(GETTEXT_PACKAGE).mo.m"; \ + else \ + true; \ + fi; \ + fi; \ + done + +# Empty stubs to satisfy archaic automake needs +dvi info tags TAGS ID: + +# Define this as empty until I found a useful application. +install-exec installcheck: + +uninstall: + linguas="$(USE_LINGUAS)"; \ + for lang in $$linguas; do \ + rm -f $(DESTDIR)$(itlocaledir)/$$lang/LC_MESSAGES/$(GETTEXT_PACKAGE).mo; \ + rm -f $(DESTDIR)$(itlocaledir)/$$lang/LC_MESSAGES/$(GETTEXT_PACKAGE).mo.m; \ + done + +check: all $(GETTEXT_PACKAGE).pot + rm -f missing notexist + srcdir=$(srcdir) $(INTLTOOL_UPDATE) -m + if [ -r missing -o -r notexist ]; then \ + exit 1; \ + fi + +mostlyclean: + rm -f *.pox $(GETTEXT_PACKAGE).pot *.old.po cat-id-tbl.tmp + rm -f .intltool-merge-cache + +clean: mostlyclean + +distclean: clean + rm -f Makefile Makefile.in POTFILES stamp-it + rm -f *.mo *.msg *.cat *.cat.m *.gmo + +maintainer-clean: distclean + @echo "This command is intended for maintainers to use;" + @echo "it deletes files that may require special tools to rebuild." + rm -f Makefile.in.in + +distdir = ../$(PACKAGE)-$(VERSION)/$(subdir) +dist distdir: $(DISTFILES) + dists="$(DISTFILES)"; \ + extra_dists="$(EXTRA_DISTFILES)"; \ + for file in $$extra_dists; do \ + test -f $(srcdir)/$$file && dists="$$dists $(srcdir)/$$file"; \ + done; \ + for file in $$dists; do \ + test -f $$file || file="$(srcdir)/$$file"; \ + ln $$file $(distdir) 2> /dev/null \ + || cp -p $$file $(distdir); \ + done + +update-po: Makefile + $(MAKE) $(GETTEXT_PACKAGE).pot + tmpdir=`pwd`; \ + linguas="$(USE_LINGUAS)"; \ + for lang in $$linguas; do \ + echo "$$lang:"; \ + result="`$(MSGMERGE) -o $$tmpdir/$$lang.new.po $$lang`"; \ + if $$result; then \ + if cmp $(srcdir)/$$lang.po $$tmpdir/$$lang.new.po >/dev/null 2>&1; then \ + rm -f $$tmpdir/$$lang.new.po; \ + else \ + if mv -f $$tmpdir/$$lang.new.po $$lang.po; then \ + :; \ + else \ + echo "msgmerge for $$lang.po failed: cannot move $$tmpdir/$$lang.new.po to $$lang.po" 1>&2; \ + rm -f $$tmpdir/$$lang.new.po; \ + exit 1; \ + fi; \ + fi; \ + else \ + echo "msgmerge for $$lang.gmo failed!"; \ + rm -f $$tmpdir/$$lang.new.po; \ + fi; \ + done + +Makefile POTFILES: stamp-it + @if test ! -f $@; then \ + rm -f stamp-it; \ + $(MAKE) stamp-it; \ + fi + +stamp-it: Makefile.in.in $(top_builddir)/config.status POTFILES.in + cd $(top_builddir) \ + && CONFIG_FILES=$(subdir)/Makefile.in CONFIG_HEADERS= CONFIG_LINKS= \ + $(SHELL) ./config.status + +# Tell versions [3.59,3.63) of GNU make not to export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: diff --git a/po/POTFILES.in b/po/POTFILES.in new file mode 100644 index 0000000..88fa57b --- /dev/null +++ b/po/POTFILES.in @@ -0,0 +1 @@ +freedesktop.org.xml.in diff --git a/po/POTFILES.skip b/po/POTFILES.skip new file mode 100644 index 0000000..5f22a42 --- /dev/null +++ b/po/POTFILES.skip @@ -0,0 +1 @@ +update-mime-database.c diff --git a/po/az.po b/po/az.po new file mode 100644 index 0000000..dd105d4 --- /dev/null +++ b/po/az.po @@ -0,0 +1,1432 @@ +# Translation of 'shared-mime-info' messages to Azerbaijani. +# Copyright (C) 2004 Free Software Foundation, Inc. +# This file is put in the public domain. +# Mətin Əmirov , 2004. +# +msgid "" +msgstr "" +"Project-Id-Version: shared-mime-info-0.12\n" +"POT-Creation-Date: 2003-11-11 13:33-0500\n" +"PO-Revision-Date: 2004-03-20 21:52+0200\n" +"Last-Translator: Metin Amiroff \n" +"Language-Team: Azerbaijani \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.0.2\n" + +#: freedesktop.org.xml.in.h:1 +msgid "3D Studio image" +msgstr "3D Studio rəsmi" + +#: freedesktop.org.xml.in.h:2 +msgid "AIFC audio" +msgstr "AIFC audio faylı" + +#: freedesktop.org.xml.in.h:3 +msgid "AIFF audio" +msgstr "AIFF audio faylı" + +#: freedesktop.org.xml.in.h:4 +msgid "AIFF/Amiga/Mac audio" +msgstr "AIFF/Amiga/Mac audio faylı" + +#: freedesktop.org.xml.in.h:5 +msgid "ANIM animation" +msgstr "ANIM animasiyası" + +#: freedesktop.org.xml.in.h:6 +msgid "ARJ archive" +msgstr "ARJ arxivi" + +#: freedesktop.org.xml.in.h:7 +msgid "AVI video" +msgstr "AVI video faylı" + +#: freedesktop.org.xml.in.h:8 +msgid "AWK script" +msgstr "AWK skripti" + +#: freedesktop.org.xml.in.h:9 +msgid "AbiWord Document" +msgstr "AbiWord Sənədi" + +#: freedesktop.org.xml.in.h:10 +msgid "Ada sources" +msgstr "Ada mənbələri" + +#: freedesktop.org.xml.in.h:11 +msgid "Adobe FrameMaker font" +msgstr "Adobe FrameMaker yazı növü" + +#: freedesktop.org.xml.in.h:12 +msgid "Adobe Illustrator Document" +msgstr "Adobe Illustrator Sənədi" + +#: freedesktop.org.xml.in.h:13 +msgid "Adobe font metrics" +msgstr "Adobe yazı növü metrikləri" + +#: freedesktop.org.xml.in.h:14 +msgid "Amiga soundtracker audio" +msgstr "Amiga soundtracker audio faylı" + +#: freedesktop.org.xml.in.h:15 +msgid "Andrew Toolkit inset" +msgstr "Andrew Toolkit sənədi" + +#: freedesktop.org.xml.in.h:16 +msgid "Application log file" +msgstr "Proqram qeyd faylı" + +#: freedesktop.org.xml.in.h:17 +msgid "Applix Graphics document" +msgstr "Applix Graphics sənədi" + +#: freedesktop.org.xml.in.h:18 +msgid "Applix Spreadsheets document" +msgstr "Applix Hesab Cədvəli" + +#: freedesktop.org.xml.in.h:19 +msgid "Applix Words document" +msgstr "Applix Words sənədi" + +#: freedesktop.org.xml.in.h:20 +msgid "Ar Archives" +msgstr "Ar Arxivləri" + +#: freedesktop.org.xml.in.h:21 +msgid "AutoCAD image" +msgstr "AutoCAD rəsmi" + +#: freedesktop.org.xml.in.h:22 +msgid "Autodesk's FLIC files" +msgstr "Autodesk's FLIC faylları" + +#: freedesktop.org.xml.in.h:23 +msgid "BCPIO document" +msgstr "BCPIO sənədi" + +#: freedesktop.org.xml.in.h:24 +msgid "BDF font" +msgstr "BDF yazı növü" + +#: freedesktop.org.xml.in.h:25 +msgid "Backup file" +msgstr "Ehtiyat nüsxəsi faylı" + +#: freedesktop.org.xml.in.h:26 +msgid "Bibliographic Data (bibtex)" +msgstr "Bibliyoqrafik Data (bibtex)" + +#: freedesktop.org.xml.in.h:27 +msgid "BitTorrent seed file" +msgstr "BitTorrent seed faylı" + +#: freedesktop.org.xml.in.h:28 +msgid "Blender file" +msgstr "Blender faylı" + +#: freedesktop.org.xml.in.h:29 +msgid "Block Device" +msgstr "Blok Avadanlığı" + +#: freedesktop.org.xml.in.h:30 +msgid "Bzip file" +msgstr "Bzip faylı" + +#: freedesktop.org.xml.in.h:31 +msgid "Bzipped Tar Archives" +msgstr "Bzip İlə Sıxışdırılmış Tar Arxivləri" + +#: freedesktop.org.xml.in.h:32 +msgid "C headers" +msgstr "C başlıqları" + +#: freedesktop.org.xml.in.h:33 +msgid "C shell script" +msgstr "C qabıq skripti" + +#: freedesktop.org.xml.in.h:34 +msgid "C sources" +msgstr "C mənbələri" + +#: freedesktop.org.xml.in.h:35 +msgid "C++ headers" +msgstr "C++ başlıqları" + +#: freedesktop.org.xml.in.h:36 +msgid "C++ sources" +msgstr "C++ mənbələri" + +#: freedesktop.org.xml.in.h:37 +msgid "CCITT g3 fax" +msgstr "CCITT g3 faksı" + +#: freedesktop.org.xml.in.h:38 +msgid "CGI program" +msgstr "CGI proqramı" + +#: freedesktop.org.xml.in.h:39 +msgid "CMU raster image" +msgstr "CMU raster rəsmi" + +#: freedesktop.org.xml.in.h:40 +msgid "CPIO archive" +msgstr "CPIO arxivi" + +#: freedesktop.org.xml.in.h:41 +msgid "CPIO archive (gzip-compressed)" +msgstr "CPIO arxivi (gzip ilə sıxışdırılmış)" + +#: freedesktop.org.xml.in.h:42 +msgid "Cascading Style Sheet" +msgstr "Stil Layları (CSS)" + +#: freedesktop.org.xml.in.h:43 +msgid "Character Device" +msgstr "Hərf Avadanlığı" + +#: freedesktop.org.xml.in.h:44 +msgid "Commodore 64 Audio" +msgstr "Commodore 64 Audio faylı" + +#: freedesktop.org.xml.in.h:45 +msgid "Compound documents" +msgstr "Birləşik sənədlər" + +#: freedesktop.org.xml.in.h:46 +msgid "Compressed Tar Archive" +msgstr "Sıxışdırılmış Tar Arxivi" + +#: freedesktop.org.xml.in.h:47 +msgid "Computer Graphics Metafile" +msgstr "Kompüter Qrafikası Meta Faylı" + +#: freedesktop.org.xml.in.h:48 +msgid "Corel Draw drawing" +msgstr "Corel Draw çəkimi" + +#: freedesktop.org.xml.in.h:49 +msgid "DCL script" +msgstr "DCL skripti" + +#: freedesktop.org.xml.in.h:50 +msgid "DER, PEM, or Netscape encoded X.509 certificate" +msgstr "DER, PEM, ya da Netscape kodlanmış X.509 vəsiqəsi" + +#: freedesktop.org.xml.in.h:51 +msgid "DOS font" +msgstr "DOS yazı növü" + +#: freedesktop.org.xml.in.h:52 +msgid "DOS/Windows program" +msgstr "DOS/Windows proqramı" + +#: freedesktop.org.xml.in.h:53 +msgid "DSSSL document" +msgstr "DSSSL sənədi" + +#: freedesktop.org.xml.in.h:54 +msgid "DXF vector graphic" +msgstr "DXF vektor grafikası" + +#: freedesktop.org.xml.in.h:55 +msgid "Debian package" +msgstr "Debian paketi" + +#: freedesktop.org.xml.in.h:56 +msgid "Desktop config file" +msgstr "Masa üstü quraşdırma faylı" + +#: freedesktop.org.xml.in.h:57 +msgid "Detached OpenPGP signature" +msgstr "Ayırılmış OpenPGP imzası" + +#: freedesktop.org.xml.in.h:58 +msgid "Detached S/MIME signature" +msgstr "Ayırılmış S/MIME imzası" + +#: freedesktop.org.xml.in.h:59 +msgid "Device Independant Bitmap" +msgstr "Avadanlıqdan Müstəqil Bitmap" + +#: freedesktop.org.xml.in.h:60 +msgid "Dia diagram" +msgstr "Dia diaqramı" + +#: freedesktop.org.xml.in.h:61 +msgid "Differences between files" +msgstr "Fayllar arasındakı fərqlər" + +#: freedesktop.org.xml.in.h:62 +msgid "Digital Imaging and Communications in Medicine image" +msgstr "Dijital Rəsm və Tibbdə Rabitə rəsmi" + +#: freedesktop.org.xml.in.h:63 +msgid "Digital Moving Picture Exchange image" +msgstr "Digital Moving Picture Exchange rəsmi" + +#: freedesktop.org.xml.in.h:64 +msgid "Directory" +msgstr "Qovluq" + +#: freedesktop.org.xml.in.h:65 +msgid "Dolby Digital audio" +msgstr "Dolby Digital audio" + +#: freedesktop.org.xml.in.h:66 +msgid "Dreamcast rom" +msgstr "Dreamcast romu" + +#: freedesktop.org.xml.in.h:67 +msgid "Egon Animator" +msgstr "Egon Animatoru" + +#: freedesktop.org.xml.in.h:68 +msgid "Electronic Business Card" +msgstr "Elektronik Biznes Kartı" + +#: freedesktop.org.xml.in.h:69 +msgid "Emacs Lisp source code" +msgstr "Emacs Lisp mənbə kodu" + +#: freedesktop.org.xml.in.h:70 +msgid "Email message" +msgstr "E-poçt ismarışı" + +#: freedesktop.org.xml.in.h:71 +msgid "Empty Document" +msgstr "Boş Sənəd" + +#: freedesktop.org.xml.in.h:72 +msgid "Encapsulated PostScript image" +msgstr "Encapsulated PostScript rəsmi" + +#: freedesktop.org.xml.in.h:73 +msgid "Enlightenment theme" +msgstr "Enlightenment örtüyü" + +#: freedesktop.org.xml.in.h:74 +msgid "Executable" +msgstr "İcraçı Fayl" + +#: freedesktop.org.xml.in.h:75 +msgid "FastTracker II audio" +msgstr "FastTracker II audio faylı" + +#: freedesktop.org.xml.in.h:76 +msgid "FlashPix Image" +msgstr "FlashPix Rəsmi" + +#: freedesktop.org.xml.in.h:77 +msgid "Flexible Image Transport System" +msgstr "Flexible Rəsm Transport Sistemi" + +#: freedesktop.org.xml.in.h:78 +msgid "Fonts" +msgstr "Yazı Növləri" + +#: freedesktop.org.xml.in.h:79 +msgid "Fortran source code" +msgstr "Fortran mənbə kodu" + +#: freedesktop.org.xml.in.h:80 +msgid "FrameMaker interchange document" +msgstr "FrameMaker interchange sənədi" + +#: freedesktop.org.xml.in.h:81 +msgid "G3 fax image" +msgstr "G3 faks rəsmi" + +#: freedesktop.org.xml.in.h:82 +msgid "GIF image" +msgstr "GIF rəsmi" + +#: freedesktop.org.xml.in.h:83 +msgid "GIMP native image format" +msgstr "GIMP-ə məxsus rəms formatı" + +#: freedesktop.org.xml.in.h:84 +msgid "GMC link" +msgstr "GMC körpüsü" + +#: freedesktop.org.xml.in.h:85 +msgid "GNU Oleo Spreadsheet" +msgstr "GNU Oleo Hesab Cədvəli" + +#: freedesktop.org.xml.in.h:86 +msgid "GNU mail message" +msgstr "GNU poçt ismarışı" + +#: freedesktop.org.xml.in.h:87 +msgid "GNUmeric spreadsheet" +msgstr "GNUmeric hesab cədvəli" + +#: freedesktop.org.xml.in.h:88 +msgid "GTK configuration" +msgstr "GTK qurğusu" + +#: freedesktop.org.xml.in.h:89 +msgid "Game Boy rom" +msgstr "Game Boy romu" + +#: freedesktop.org.xml.in.h:90 +msgid "Generic Font files" +msgstr "Ümumi Yazı Növü faylları" + +#: freedesktop.org.xml.in.h:91 +msgid "Genesis rom" +msgstr "Genesis romu" + +#: freedesktop.org.xml.in.h:92 +msgid "Glade project" +msgstr "Glade layihəsi" + +#: freedesktop.org.xml.in.h:93 +msgid "GnuCash Workbook" +msgstr "GnuCash Sənədi" + +#: freedesktop.org.xml.in.h:94 +msgid "Gtktalog Catalogue" +msgstr "Gtktalog Kataloqu" + +#: freedesktop.org.xml.in.h:95 +msgid "Gzip file" +msgstr "Gzip faylı" + +#: freedesktop.org.xml.in.h:96 +msgid "Gzipped PostScript File" +msgstr "Gzip İlə Sıxışdırılmış PostScript Faylı" + +#: freedesktop.org.xml.in.h:97 +msgid "Gzipped Tar Archive" +msgstr "Gzip İlə Sıxışdırılmış Tar Arxivi" + +#: freedesktop.org.xml.in.h:98 +msgid "HDF document" +msgstr "HDF sənədi" + +#: freedesktop.org.xml.in.h:99 +msgid "HTML Page" +msgstr "HTML Səhifəsi" + +#: freedesktop.org.xml.in.h:100 +msgid "Haskell source code" +msgstr "Haskell mənbə kodu" + +#: freedesktop.org.xml.in.h:101 +msgid "IDL document" +msgstr "IDL sənədi" + +#: freedesktop.org.xml.in.h:102 +msgid "IEF image" +msgstr "IEF rəsmi" + +#: freedesktop.org.xml.in.h:103 +msgid "IFF image" +msgstr "IFF rəsmi" + +#: freedesktop.org.xml.in.h:104 +msgid "ILBM image" +msgstr "ILBM rəsmi" + +#: freedesktop.org.xml.in.h:105 +msgid "ISI video" +msgstr "ISI video faylı" + +#: freedesktop.org.xml.in.h:106 +msgid "Impulse Tracker audio" +msgstr "Impulse Tracker audio faylı" + +#: freedesktop.org.xml.in.h:107 +msgid "JBuilder Project" +msgstr "JBuilder Layihəsi" + +#: freedesktop.org.xml.in.h:108 +msgid "JNG image" +msgstr "JNG rəsmi" + +#: freedesktop.org.xml.in.h:109 +msgid "JPEG image" +msgstr "JPEG rəsmi" + +#: freedesktop.org.xml.in.h:110 +msgid "Java Archive" +msgstr "Java Arxivi" + +#: freedesktop.org.xml.in.h:111 +msgid "Java Class" +msgstr "Java Sinifi" + +#: freedesktop.org.xml.in.h:112 +msgid "Java byte code" +msgstr "Java bayt kodu" + +#: freedesktop.org.xml.in.h:113 +msgid "Java sources" +msgstr "Java mənbələri" + +#: freedesktop.org.xml.in.h:114 +msgid "KChart" +msgstr "KChart" + +#: freedesktop.org.xml.in.h:115 +msgid "KFormula" +msgstr "KFormula" + +#: freedesktop.org.xml.in.h:116 +msgid "KIllustrator document" +msgstr "KIllustrator sənədi" + +#: freedesktop.org.xml.in.h:117 +msgid "KPovModeler File" +msgstr "KPovModeler Faylı" + +#: freedesktop.org.xml.in.h:118 +msgid "KPresenter" +msgstr "KPresenter" + +#: freedesktop.org.xml.in.h:119 +msgid "KSpread" +msgstr "KSpread" + +#: freedesktop.org.xml.in.h:120 +msgid "KSpread Encrypted" +msgstr "Şifrələnmiş KSpread" + +#: freedesktop.org.xml.in.h:121 +msgid "KWord" +msgstr "KWord" + +#: freedesktop.org.xml.in.h:122 +msgid "KWord Encrypted" +msgstr "Şifrələnmiş KWord" + +#: freedesktop.org.xml.in.h:123 +msgid "Karbon14 Document" +msgstr "Karbon14 Sənədi" + +#: freedesktop.org.xml.in.h:124 +msgid "Kivio" +msgstr "Kivio" + +#: freedesktop.org.xml.in.h:125 +msgid "Kontour" +msgstr "Kontour" + +#: freedesktop.org.xml.in.h:126 +msgid "Korn shell script" +msgstr "Korn qabıq skripti" + +#: freedesktop.org.xml.in.h:127 +msgid "Krita" +msgstr "Krita" + +#: freedesktop.org.xml.in.h:128 +msgid "Kugar Data File" +msgstr "Kugar Data Faylı" + +#: freedesktop.org.xml.in.h:129 +msgid "LHA archive" +msgstr "LHA arxivi" + +#: freedesktop.org.xml.in.h:130 +msgid "LIBGRX font" +msgstr "LIBGRX yazı növü" + +#: freedesktop.org.xml.in.h:131 +msgid "Lha Archives" +msgstr "Lha Arxivləri" + +#: freedesktop.org.xml.in.h:132 +msgid "LightWave object" +msgstr "LightWave cismi" + +#: freedesktop.org.xml.in.h:133 +msgid "LightWave scene" +msgstr "LightWave səhnəsi" + +#: freedesktop.org.xml.in.h:134 +msgid "Linux PSF console font" +msgstr "Linux PSF konsol yazı növü" + +#: freedesktop.org.xml.in.h:135 +msgid "Literate haskell source code" +msgstr "Literate haskell mənbə kodu" + +#: freedesktop.org.xml.in.h:136 +msgid "Lotus 1-2-3 spreadsheet" +msgstr "Lotus 1-2-3 hesab cədvəli" + +#: freedesktop.org.xml.in.h:137 +msgid "Lotus AmiPro document" +msgstr "Lotus AmiPro sənədi" + +#: freedesktop.org.xml.in.h:138 +msgid "LyX Document" +msgstr "LyX Sənədi" + +#: freedesktop.org.xml.in.h:139 +msgid "Lzopped File" +msgstr "Lzop İlə Sıxışdırılmış Fayl" + +#: freedesktop.org.xml.in.h:140 +msgid "Lzopped Tar Archive" +msgstr "Lzop İlə Sıxışdırılmış Tar Arxivi" + +#: freedesktop.org.xml.in.h:141 +msgid "MIDI audio" +msgstr "MIDI audio faylı" + +#: freedesktop.org.xml.in.h:142 +msgid "MNG image" +msgstr "MNG rəsmi" + +#: freedesktop.org.xml.in.h:143 +msgid "MP3 ShoutCast Playlist" +msgstr "MP3 ShoutCast Çalğı Siyahısı" + +#: freedesktop.org.xml.in.h:144 +msgid "MP3 audio" +msgstr "MP3 audio faylı" + +#: freedesktop.org.xml.in.h:145 +msgid "MP3 audio playlist" +msgstr "MP3 audio çalğı siyahısı" + +#: freedesktop.org.xml.in.h:146 +msgid "MPEG Video" +msgstr "MPEG Video faylı" + +#: freedesktop.org.xml.in.h:147 +msgid "MPEG layer 3 audio" +msgstr "MPEG layer 3 audio faylı" + +#: freedesktop.org.xml.in.h:148 +msgid "MS ASF video" +msgstr "MS ASF video faylı" + +#: freedesktop.org.xml.in.h:149 +msgid "MS Office Drawing" +msgstr "MS Office Çəkimi" + +#: freedesktop.org.xml.in.h:150 +msgid "MSWindows Icons" +msgstr "MSWindows Timsalları" + +#: freedesktop.org.xml.in.h:151 +msgid "MSX rom" +msgstr "MSX romu" + +#: freedesktop.org.xml.in.h:152 +msgid "MacBinary file" +msgstr "MacBinary faylı" + +#: freedesktop.org.xml.in.h:153 +msgid "Macintosh AppleDouble-encoded file" +msgstr "Macintosh AppleDouble-kodlanmış fayl" + +#: freedesktop.org.xml.in.h:154 +msgid "Macintosh BinHex-encoded file" +msgstr "Macintosh BinHex-kodlanmış fayl" + +#: freedesktop.org.xml.in.h:155 +msgid "Macintosh StuffIt archive" +msgstr "Macintosh StuffIt arxivi" + +#: freedesktop.org.xml.in.h:156 +msgid "Makefile" +msgstr "İnşa faylı" + +#: freedesktop.org.xml.in.h:157 +msgid "MathML document" +msgstr "MathML sənədi" + +#: freedesktop.org.xml.in.h:158 +msgid "Message Catalog" +msgstr "İsmarış Kataloqu" + +#: freedesktop.org.xml.in.h:159 +msgid "Microsoft AVI Video" +msgstr "Microsoft AVI Video faylı" + +#: freedesktop.org.xml.in.h:160 +msgid "Microsoft Excel spreadsheet" +msgstr "Microsoft Excel hesab cədvəli" + +#: freedesktop.org.xml.in.h:161 +msgid "Microsoft PowerPoint document" +msgstr "Microsoft PowerPoint sənədi" + +#: freedesktop.org.xml.in.h:162 +msgid "Microsoft WMV video" +msgstr "Microsoft WMV video faylı" + +#: freedesktop.org.xml.in.h:163 +msgid "Microsoft Word document" +msgstr "Microsoft Word sənədi" + +#: freedesktop.org.xml.in.h:164 +msgid "Microsoft Write document" +msgstr "Microsoft Write sənədi" + +#: freedesktop.org.xml.in.h:165 +msgid "Mount point" +msgstr "Bağlama nöqtəsi" + +#: freedesktop.org.xml.in.h:166 +msgid "Mozilla bookmarks file" +msgstr "Mozilla nişan faylı" + +#: freedesktop.org.xml.in.h:167 +msgid "NES rom" +msgstr "NES romu" + +#: freedesktop.org.xml.in.h:168 +msgid "Nautilus link" +msgstr "Nautilus körpüsü" + +#: freedesktop.org.xml.in.h:169 +msgid "Netscape bookmarks file" +msgstr "Netscape nişan faylı" + +#: freedesktop.org.xml.in.h:170 +msgid "Nintendo64 rom" +msgstr "Nintendo64 romu" + +#: freedesktop.org.xml.in.h:171 +msgid "Nullsoft video" +msgstr "Nullsoft video faylı" + +#: freedesktop.org.xml.in.h:172 +msgid "ODA document" +msgstr "ODA sənədi" + +#: freedesktop.org.xml.in.h:173 +msgid "Object Code" +msgstr "Cism Kodu" + +#: freedesktop.org.xml.in.h:174 +msgid "Objective-C sources" +msgstr "Objective-C mənbələri" + +#: freedesktop.org.xml.in.h:175 +msgid "Ogg Vorbis audio" +msgstr "Ogg Vorbis audio faylı" + +#: freedesktop.org.xml.in.h:176 +msgid "OpenOffice Impress presentation" +msgstr "OpenOffice Impress sənədi" + +#: freedesktop.org.xml.in.h:177 +msgid "OpenOffice Impress presentation template" +msgstr "OpenOffice Impress sənəd şablonu" + +#: freedesktop.org.xml.in.h:178 +msgid "OpenOffice Math document" +msgstr "OpenOffice Math sənədi" + +#: freedesktop.org.xml.in.h:179 +msgid "OpenOffice Writer document" +msgstr "OpenOffice Writer sənədi" + +#: freedesktop.org.xml.in.h:180 +msgid "OpenOffice Writer global document" +msgstr "OpenOffice Writer qlobal sənədi" + +#: freedesktop.org.xml.in.h:181 +msgid "OpenOffice Writer template" +msgstr "OpenOffice Writer şablonu" + +#: freedesktop.org.xml.in.h:182 +msgid "OpenOffice drawing" +msgstr "OpenOffice çəkimi" + +#: freedesktop.org.xml.in.h:183 +msgid "OpenOffice drawing template" +msgstr "OpenOffice çəkim şablonu" + +#: freedesktop.org.xml.in.h:184 +msgid "OpenOffice spreadsheet" +msgstr "OpenOffice hesab cədvəli" + +#: freedesktop.org.xml.in.h:185 +msgid "OpenOffice spreadsheet template" +msgstr "OpenOffice hesab cədvəli şablonu" + +#: freedesktop.org.xml.in.h:186 +msgid "OpenType font" +msgstr "OpenType yazı növü" + +#: freedesktop.org.xml.in.h:187 +msgid "PCF font" +msgstr "PCF yazı növü" + +#: freedesktop.org.xml.in.h:188 +msgid "PCM audio" +msgstr "PCM audio faylı" + +#: freedesktop.org.xml.in.h:189 +msgid "PEF program" +msgstr "PEF proqramı" + +#: freedesktop.org.xml.in.h:190 +msgid "PERL program" +msgstr "PERL proqramı" + +#: freedesktop.org.xml.in.h:191 +msgid "PGN chess game" +msgstr "PGN şahmat oyunu" + +#: freedesktop.org.xml.in.h:192 +msgid "PGP keys" +msgstr "PGP açarları" + +#: freedesktop.org.xml.in.h:193 +msgid "PGP message" +msgstr "PGP ismarışı" + +#: freedesktop.org.xml.in.h:194 +msgid "PGP/MIME encrypted message header" +msgstr "PGP/MIME şifrələnmiş ismarış başlığı" + +#: freedesktop.org.xml.in.h:195 +msgid "PHP script" +msgstr "PHP skripti" + +#: freedesktop.org.xml.in.h:196 +msgid "PKCS#12 Certificate Bundle" +msgstr "PKCS#12 Vəsiqəsi" + +#: freedesktop.org.xml.in.h:197 +msgid "PNG image" +msgstr "PNG rəsmi" + +#: freedesktop.org.xml.in.h:198 +msgid "PNM image" +msgstr "PNM rəsmi" + +#: freedesktop.org.xml.in.h:199 +msgid "Packed Font file" +msgstr "Paketlənmiş Yazı Növü faylı" + +#: freedesktop.org.xml.in.h:200 +msgid "Palm OS database" +msgstr "Palm OS mə'lumat bazası" + +#: freedesktop.org.xml.in.h:201 +msgid "Pascal sources" +msgstr "Pascal mənbələri" + +#: freedesktop.org.xml.in.h:202 +msgid "Pathetic Writer" +msgstr "Pathetic Writer" + +#: freedesktop.org.xml.in.h:203 +msgid "Pdf Document" +msgstr "Pdf Sənədi" + +#: freedesktop.org.xml.in.h:204 +msgid "PhotoCD image" +msgstr "PhotoCD rəsmi" + +#: freedesktop.org.xml.in.h:205 +msgid "Photoshop document" +msgstr "Photoshop sənədi" + +#: freedesktop.org.xml.in.h:206 +msgid "Pipe" +msgstr "Böru" + +#: freedesktop.org.xml.in.h:207 +msgid "Plain Text" +msgstr "Sadə Mətn" + +#: freedesktop.org.xml.in.h:208 +msgid "Playlist" +msgstr "Çalğı siyahısı" + +#: freedesktop.org.xml.in.h:209 +msgid "Portable Bitmap File Format" +msgstr "Portable Bitmap Fayl Formatı" + +#: freedesktop.org.xml.in.h:210 +msgid "Portable Graymap File Format" +msgstr "Portable Graymap Fayl Formatı" + +#: freedesktop.org.xml.in.h:211 +msgid "Portable Pixmap File Format" +msgstr "Portable Pixmap Fayl Formatı" + +#: freedesktop.org.xml.in.h:212 +msgid "PostScript Document" +msgstr "PostScript Sənədi" + +#: freedesktop.org.xml.in.h:213 +msgid "Program crash data" +msgstr "Proqram iflas mə'lumatı" + +#: freedesktop.org.xml.in.h:214 +msgid "Python bytecode" +msgstr "Python bayt kodu" + +#: freedesktop.org.xml.in.h:215 +msgid "Python program" +msgstr "Python proqramı" + +#: freedesktop.org.xml.in.h:216 +msgid "Qt Designer File" +msgstr "Qt Designer Faylı" + +#: freedesktop.org.xml.in.h:217 +msgid "Qt Meta Object File" +msgstr "Qt Meta Cisim Faylı" + +#: freedesktop.org.xml.in.h:218 +msgid "Quattro Pro file" +msgstr "Quattro Pro faylı" + +#: freedesktop.org.xml.in.h:219 +msgid "Quicken document" +msgstr "Quicken sənədi" + +#: freedesktop.org.xml.in.h:220 +msgid "Quicktime Video" +msgstr "Quicktime Video faylı" + +#: freedesktop.org.xml.in.h:221 +msgid "RDF Site Summary" +msgstr "RDF Sayt İcmalı" + +#: freedesktop.org.xml.in.h:222 +msgid "README document" +msgstr "README sənədi" + +#: freedesktop.org.xml.in.h:223 +msgid "RGB image" +msgstr "RGB rəsmi" + +#: freedesktop.org.xml.in.h:224 +msgid "RIFF audio" +msgstr "RIFF audio faylı" + +#: freedesktop.org.xml.in.h:225 +msgid "RPM package file" +msgstr "RPM paket faylı" + +#: freedesktop.org.xml.in.h:226 +msgid "Rar archive" +msgstr "Rar arxivi" + +#: freedesktop.org.xml.in.h:227 +msgid "Raw CD image" +msgstr "Xam CD rəsmi" + +#: freedesktop.org.xml.in.h:228 +msgid "RealAudio broadcast" +msgstr "RealAudio yayımı" + +#: freedesktop.org.xml.in.h:229 +msgid "RealAudio/Video document" +msgstr "RealAudio/Video sənədi" + +#: freedesktop.org.xml.in.h:230 +msgid "RealVideo video" +msgstr "RealVideo video faylı" + +#: freedesktop.org.xml.in.h:231 +msgid "Resource Description Framework (RDF) file" +msgstr "Mənbə İzahat Çərçivəsi (RDF) faylı" + +#: freedesktop.org.xml.in.h:232 +msgid "Rich Text Format" +msgstr "Zəngin Mətn Formatı" + +#: freedesktop.org.xml.in.h:233 +msgid "Ruby program" +msgstr "Ruby proqramı" + +#: freedesktop.org.xml.in.h:234 +msgid "S/MIME file" +msgstr "S/MIME faylı" + +#: freedesktop.org.xml.in.h:235 +msgid "SGI video" +msgstr "SGI video faylı" + +#: freedesktop.org.xml.in.h:236 +msgid "SGML" +msgstr "SGML" + +#: freedesktop.org.xml.in.h:237 +msgid "SMS or Game Gear rom" +msgstr "SMS ya da Game Gear romu" + +#: freedesktop.org.xml.in.h:238 +msgid "SQL code" +msgstr "SQL kodu" + +#: freedesktop.org.xml.in.h:239 +msgid "SUN Rasterfile" +msgstr "SUN Raster faylı" + +#: freedesktop.org.xml.in.h:240 +msgid "SV4 CPIO archive" +msgstr "SV4 CPIO arxivi" + +#: freedesktop.org.xml.in.h:241 +msgid "SV4 CPIP archive (with CRC)" +msgstr "SV4 CPIP arxivi (CRC ilə)" + +#: freedesktop.org.xml.in.h:242 +msgid "Scalable Vector Graphics" +msgstr "Miqyaslana Bilən Vektor Qrafikası" + +#: freedesktop.org.xml.in.h:243 +msgid "Scheme source code" +msgstr "Sxem mənbə kodu" + +#: freedesktop.org.xml.in.h:244 +msgid "Scream Tracker 3 audio" +msgstr "Scream Tracker 3 audio faylı" + +#: freedesktop.org.xml.in.h:245 +msgid "Scream Tracker audio" +msgstr "Scream Tracker audio faylı" + +#: freedesktop.org.xml.in.h:246 +msgid "Scream Tracker instrument" +msgstr "Scream Tracker instrumenti" + +#: freedesktop.org.xml.in.h:247 +msgid "Setext document" +msgstr "Setext sənədi" + +#: freedesktop.org.xml.in.h:248 +msgid "Shared library" +msgstr "Bölüşülmüş kitabxana" + +#: freedesktop.org.xml.in.h:249 +msgid "Shockwave Flash Media" +msgstr "Shockwave Flash Mediyası" + +#: freedesktop.org.xml.in.h:250 +msgid "Siag Spreadsheet" +msgstr "Siag Hesab Cədvəli" + +#: freedesktop.org.xml.in.h:251 +msgid "Socket" +msgstr "Soket" + +#: freedesktop.org.xml.in.h:252 +msgid "Speech document" +msgstr "Danışıq sənədi" + +#: freedesktop.org.xml.in.h:253 +msgid "Speedo font" +msgstr "Speedo yazı növü" + +#: freedesktop.org.xml.in.h:254 +msgid "Spreadsheet Interchange document" +msgstr "Hesab Cədvəli Dəyişdirmə sənədi" + +#: freedesktop.org.xml.in.h:255 +msgid "Stampede package" +msgstr "Stampede paketi" + +#: freedesktop.org.xml.in.h:256 +msgid "StarCalc spreadsheet" +msgstr "StarCalc hesab cədvəli" + +#: freedesktop.org.xml.in.h:257 +msgid "StarChart chart" +msgstr "StarChart cədvəli" + +#: freedesktop.org.xml.in.h:258 +msgid "StarDraw drawing" +msgstr "StarDraw çəkimi" + +#: freedesktop.org.xml.in.h:259 +msgid "StarImpress presentation" +msgstr "StarImpress təqdimatı" + +#: freedesktop.org.xml.in.h:260 +msgid "StarMail file" +msgstr "StarMail faylı" + +#: freedesktop.org.xml.in.h:261 +msgid "StarMath document" +msgstr "StarMath sənədi" + +#: freedesktop.org.xml.in.h:262 +msgid "StarWriter document" +msgstr "StarWriter sənədi" + +#: freedesktop.org.xml.in.h:263 +msgid "Stream of data (server push)" +msgstr "Data yayımı" + +#: freedesktop.org.xml.in.h:264 +msgid "Streaming MPEG layer 3 audio" +msgstr "Yayımlanan MPEG layer 3 audio" + +#: freedesktop.org.xml.in.h:265 +msgid "SunOS News font" +msgstr "SunOS News yazı növü" + +#: freedesktop.org.xml.in.h:266 +msgid "Synchronized Multimedia Integration Language" +msgstr "Sinxronlaşdırılmış Multemediya İnteqrasiya Dili" + +#: freedesktop.org.xml.in.h:267 +msgid "TGIF Document" +msgstr "TGIF Sənədi" + +#: freedesktop.org.xml.in.h:268 +msgid "TIFF Image" +msgstr "TIFF Rəsmi" + +#: freedesktop.org.xml.in.h:269 +msgid "Tar archive" +msgstr "Tar arxivi" + +#: freedesktop.org.xml.in.h:270 +msgid "TarGA image" +msgstr "TarGA rəsmi" + +#: freedesktop.org.xml.in.h:271 +msgid "Tcl file" +msgstr "Tcl faylı" + +#: freedesktop.org.xml.in.h:272 +msgid "TeX Device Independent file" +msgstr "TeX Avadanlıqdan Müstəqil fayl" + +#: freedesktop.org.xml.in.h:273 +msgid "TeX file" +msgstr "TeX faylı" + +#: freedesktop.org.xml.in.h:274 +msgid "TeX font" +msgstr "TeX yazı növü" + +#: freedesktop.org.xml.in.h:275 +msgid "TeX font metrics" +msgstr "TeX yazı növü metrikləri" + +#: freedesktop.org.xml.in.h:276 +msgid "TeXInfo document" +msgstr "TeXInfo sənədi" + +#: freedesktop.org.xml.in.h:277 +msgid "Text file with comma separated values" +msgstr "Vergüllə ayırılmış qiymətlər daxil edən mətn faylı" + +#: freedesktop.org.xml.in.h:278 +msgid "ToutDoux document" +msgstr "ToutDoux sənədi" + +#: freedesktop.org.xml.in.h:279 +msgid "Translated messages" +msgstr "Tərcümə edilmiş ismarışlar" + +#: freedesktop.org.xml.in.h:280 +msgid "Translated messages (machine-readable)" +msgstr "Tərcümə edilmiş ismarışlar (sistem tərəfindən oxuna bilən)" + +#: freedesktop.org.xml.in.h:281 +msgid "Troff document" +msgstr "Troff sənədi" + +#: freedesktop.org.xml.in.h:282 +msgid "Troff document with manpage macros" +msgstr "manpage makroları ilə Troff sənədi" + +#: freedesktop.org.xml.in.h:283 +msgid "Truetype Font" +msgstr "Truetype Yazı Növü" + +#: freedesktop.org.xml.in.h:284 +msgid "Truevision Targa image" +msgstr "Truevision Targa rəsmi" + +#: freedesktop.org.xml.in.h:285 +msgid "ULAW (Sun) audio" +msgstr "ULAW (Sun) audio faylı" + +#: freedesktop.org.xml.in.h:286 +msgid "UNIX compressed file" +msgstr "UNIX sıxışdırılmış faylı" + +#: freedesktop.org.xml.in.h:287 +msgid "Unidata netCDF document" +msgstr "Unidata netCDF sənədi" + +#: freedesktop.org.xml.in.h:288 +msgid "Unknown" +msgstr "Namə'lum" + +#: freedesktop.org.xml.in.h:289 +msgid "Usenet news message" +msgstr "Usenet xəbərlər ismarışı" + +#: freedesktop.org.xml.in.h:290 +msgid "V font" +msgstr "V yazı növü" + +#: freedesktop.org.xml.in.h:291 +msgid "VOC audio" +msgstr "VOC audio faylı" + +#: freedesktop.org.xml.in.h:292 +msgid "VRML document" +msgstr "VRML sənədi" + +#: freedesktop.org.xml.in.h:293 +msgid "Vivo video" +msgstr "Vivo video faylı" + +#: freedesktop.org.xml.in.h:294 +msgid "WAIS source code" +msgstr "WAIS mənbə faylı" + +#: freedesktop.org.xml.in.h:295 +msgid "WAV audio" +msgstr "WAV audio faylı" + +#: freedesktop.org.xml.in.h:296 +msgid "WML document" +msgstr "WML sənədi" + +#: freedesktop.org.xml.in.h:297 +msgid "Wavelet video" +msgstr "Wavelet video faylı" + +#: freedesktop.org.xml.in.h:298 +msgid "Windows BMP image" +msgstr "Windows BMP rəsmi" + +#: freedesktop.org.xml.in.h:299 +msgid "Windows MetaFile" +msgstr "Windows Meta Faylı" + +#: freedesktop.org.xml.in.h:300 +msgid "WordPerfect document" +msgstr "WordPerfect sənədi" + +#: freedesktop.org.xml.in.h:301 +msgid "X BitMap image" +msgstr "X BitMap rəsmi" + +#: freedesktop.org.xml.in.h:302 +msgid "X PixMap image" +msgstr "X PixMap rəsmi" + +#: freedesktop.org.xml.in.h:303 +msgid "X window image" +msgstr "X window rəsmi" + +#: freedesktop.org.xml.in.h:304 +msgid "XBEL bookmarks file" +msgstr "XBEL nişan faylı" + +#: freedesktop.org.xml.in.h:305 +msgid "XFig File" +msgstr "XFig Faylı" + +#: freedesktop.org.xml.in.h:306 +msgid "XHTML Page" +msgstr "XHTML Səhifəsi" + +#: freedesktop.org.xml.in.h:307 +msgid "XSL Formating Object file" +msgstr "XSL Formatlama Cismi faylı" + +#: freedesktop.org.xml.in.h:308 +msgid "XSLT Stylesheet file" +msgstr "XSLT Tərz layı faylı" + +#: freedesktop.org.xml.in.h:309 +msgid "Zip archive" +msgstr "Zip arxivi" + +#: freedesktop.org.xml.in.h:310 +msgid "Zoo archive" +msgstr "Zoo arxivi" + +#: freedesktop.org.xml.in.h:311 +msgid "active server page" +msgstr "active server page sənədi" + +#: freedesktop.org.xml.in.h:312 +msgid "authors list" +msgstr "müəlliflər siyahısı" + +#: freedesktop.org.xml.in.h:313 +msgid "compound document" +msgstr "birləşik sənəd" + +#: freedesktop.org.xml.in.h:314 +msgid "compressed GIMP document" +msgstr "sıxışdırılmış GIMP sənədi" + +#: freedesktop.org.xml.in.h:315 +msgid "dBASE document" +msgstr "dBASE sənədi" + +#: freedesktop.org.xml.in.h:316 +msgid "directory information file" +msgstr "cərgə mə'lumat faylı" + +#: freedesktop.org.xml.in.h:317 +msgid "document type definition" +msgstr "sənəd növü tə'yini" + +#: freedesktop.org.xml.in.h:318 +msgid "eXtensible Markup Language document" +msgstr "eXtensible Markup Language sənədi" + +#: freedesktop.org.xml.in.h:319 +msgid "email headers" +msgstr "epoçt başlıqları" + +#: freedesktop.org.xml.in.h:320 +msgid "encrypted message" +msgstr "şifrələnmiş ismarış" + +#: freedesktop.org.xml.in.h:321 +msgid "enriched text document" +msgstr "zəngin mətn sənədi" + +#: freedesktop.org.xml.in.h:322 +msgid "graphite - Scientific Graphs" +msgstr "graphite - Elmi Qrafikalar" + +#: freedesktop.org.xml.in.h:323 +msgid "gtar archive" +msgstr "gtar arxivi" + +#: freedesktop.org.xml.in.h:324 +msgid "help page" +msgstr "yardım səhifəsi" + +#: freedesktop.org.xml.in.h:325 +msgid "iCalendar file" +msgstr "iCalendar faylı" + +#: freedesktop.org.xml.in.h:326 +msgid "iPod software" +msgstr "iPod proqram tə'minatı" + +#: freedesktop.org.xml.in.h:327 +msgid "mail delivery report" +msgstr "poçt yollama raportu" + +#: freedesktop.org.xml.in.h:328 +msgid "mail disposition report" +msgstr "poçt qayıtma raportu" + +#: freedesktop.org.xml.in.h:329 +msgid "mail system report" +msgstr "poçt sistemi raportu" + +#: freedesktop.org.xml.in.h:330 +msgid "manual page (compressed)" +msgstr "man səhifəsi (sıxışdırılmış)" + +#: freedesktop.org.xml.in.h:331 +msgid "message digest" +msgstr "ismarış daycesti" + +#: freedesktop.org.xml.in.h:332 +msgid "message in several formats" +msgstr "verici formatlarında ismarış" + +#: freedesktop.org.xml.in.h:333 +msgid "partial email message" +msgstr "qismi poçt ismarışı" + +#: freedesktop.org.xml.in.h:334 +msgid "profiler results" +msgstr "profiler nəticələri" + +#: freedesktop.org.xml.in.h:335 +msgid "reference to remote file" +msgstr "uzaq fayla göstəriş" + +#: freedesktop.org.xml.in.h:336 +msgid "rejected patch file" +msgstr "rədd edilmiş yamaq faylı" + +#: freedesktop.org.xml.in.h:337 +msgid "rich text document" +msgstr "zəngin mətn sənədi" + +#: freedesktop.org.xml.in.h:338 +msgid "shared library" +msgstr "bölüşülmüş kitabxana" + +#: freedesktop.org.xml.in.h:339 +msgid "shell archive" +msgstr "qabıq arxivi" + +#: freedesktop.org.xml.in.h:340 +msgid "shell script" +msgstr "qabıq skripti" + +#: freedesktop.org.xml.in.h:341 +msgid "signed message" +msgstr "imzalanmış ismarış" + +#: freedesktop.org.xml.in.h:342 +msgid "software author credits" +msgstr "proqram müəllifləri sənədi" + +#: freedesktop.org.xml.in.h:343 +msgid "software installation instructions" +msgstr "proqram tə'minatını qurma tə'limatları" + +#: freedesktop.org.xml.in.h:344 +msgid "software license terms" +msgstr "proqram tə'minatını lisenziya qaydaları" + +#: freedesktop.org.xml.in.h:345 +msgid "source code patch" +msgstr "mənbə kodu yamağı" + +#: freedesktop.org.xml.in.h:346 +msgid "symbolic link" +msgstr "simvolik körpü" + +#: freedesktop.org.xml.in.h:347 +msgid "tab-separated text document" +msgstr "tabla ayırılmış mətn sənədi" + +#: freedesktop.org.xml.in.h:348 +msgid "the location of some resource" +msgstr "mənbə mövqeyi" + +#: freedesktop.org.xml.in.h:349 +msgid "theme" +msgstr "örtük" + +#: freedesktop.org.xml.in.h:350 +msgid "troff me input document" +msgstr "troff me giriş sənədi" + +#: freedesktop.org.xml.in.h:351 +msgid "troff mm input document" +msgstr "troff mm giriş sənədi" + +#: freedesktop.org.xml.in.h:352 +msgid "troff ms input document" +msgstr "troff ms giriş sənədi" + +#: freedesktop.org.xml.in.h:353 +msgid "ustar archive" +msgstr "ustar arxivi" + +#: freedesktop.org.xml.in.h:354 +msgid "vCalendar interchange file" +msgstr "vCalendar dəyişmə faylı" diff --git a/po/be@latin.po b/po/be@latin.po new file mode 100644 index 0000000..878cade --- /dev/null +++ b/po/be@latin.po @@ -0,0 +1,2289 @@ +# Biełaruski pierakład shared-mime-info. +# Copyright (C) 2008 Free Software Foundation, Inc. +# This file is distributed under the same license as the shared-mime-info package. +# Ihar Hrachyshka , 2008. +# +msgid "" +msgstr "" +"Project-Id-Version: shared-mime-info-0.51\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2008-07-23 12:49+0100\n" +"PO-Revision-Date: 2008-07-23 23:32+0200\n" +"Last-Translator: Ihar Hrachyshka \n" +"Language-Team: Belarusian (Latin script) \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: ../freedesktop.org.xml.in.h:1 +msgid "3D Studio image" +msgstr "Vyjava 3D Studio" + +#: ../freedesktop.org.xml.in.h:2 +msgid "3GPP multimedia file" +msgstr "Multymedyjny fajł 3GPP" + +#: ../freedesktop.org.xml.in.h:3 +msgid "7-zip archive" +msgstr "Archiŭ 7-zip" + +#: ../freedesktop.org.xml.in.h:4 +msgid "ACE archive" +msgstr "Archiŭ ACE" + +#: ../freedesktop.org.xml.in.h:5 +msgid "AIFC audio" +msgstr "Aŭdyjo AIFC" + +#: ../freedesktop.org.xml.in.h:6 +msgid "AIFF audio" +msgstr "Aŭdyjo AIFF" + +#: ../freedesktop.org.xml.in.h:7 +msgid "AIFF/Amiga/Mac audio" +msgstr "Aŭdyjo AIFF/Amiga/Mac" + +#: ../freedesktop.org.xml.in.h:8 +msgid "AMR audio" +msgstr "Aŭdyjo AMR" + +#: ../freedesktop.org.xml.in.h:9 +msgid "AMR-WB audio" +msgstr "Aŭdyjo AMR-WB" + +#: ../freedesktop.org.xml.in.h:10 +msgid "ANIM animation" +msgstr "Animacyja ANIM" + +#: ../freedesktop.org.xml.in.h:11 +msgid "AR archive" +msgstr "Archiŭ AR" + +#: ../freedesktop.org.xml.in.h:12 +msgid "ARC archive" +msgstr "Archiŭ ARC" + +#: ../freedesktop.org.xml.in.h:13 +msgid "ARJ archive" +msgstr "Archiŭ ARJ" + +#: ../freedesktop.org.xml.in.h:14 +msgid "ASF video" +msgstr "Videa ASF" + +#: ../freedesktop.org.xml.in.h:15 +msgid "ASP page" +msgstr "Staronka ASP" + +#: ../freedesktop.org.xml.in.h:16 +msgid "ATK inset" +msgstr "Ustaŭka ATK" + +#: ../freedesktop.org.xml.in.h:17 +msgid "AVI video" +msgstr "Videa AVI" + +#: ../freedesktop.org.xml.in.h:18 +msgid "AWK script" +msgstr "Skrypt AWK" + +#: ../freedesktop.org.xml.in.h:19 +msgid "AbiWord document" +msgstr "Dakument AbiWord" + +#: ../freedesktop.org.xml.in.h:20 +msgid "Ada source code" +msgstr "Kryničny kod Ada" + +#: ../freedesktop.org.xml.in.h:21 +msgid "Adobe DNG negative" +msgstr "Adobe DNG Negative" + +#: ../freedesktop.org.xml.in.h:22 +msgid "Adobe FrameMaker MIF document" +msgstr "Dakument Adobe FrameMaker MIF" + +#: ../freedesktop.org.xml.in.h:23 +msgid "Adobe FrameMaker document" +msgstr "Dakument Adobe FrameMaker" + +#: ../freedesktop.org.xml.in.h:24 +msgid "Adobe FrameMaker font" +msgstr "Šryft Adobe FrameMaker" + +#: ../freedesktop.org.xml.in.h:25 +msgid "Adobe Illustrator document" +msgstr "Dakument Adobe Illustrator" + +#: ../freedesktop.org.xml.in.h:26 +msgid "Adobe font metrics" +msgstr "Metryka šryftu Adobe" + +#: ../freedesktop.org.xml.in.h:27 +msgid "Alzip archive" +msgstr "Archiŭ Alzip" + +#: ../freedesktop.org.xml.in.h:28 +msgid "Amiga SoundTracker audio" +msgstr "Aŭdyjo Amiga SoundTracker" + +#: ../freedesktop.org.xml.in.h:29 +msgid "Applix Graphics image" +msgstr "Vyjava Applix Graphics" + +#: ../freedesktop.org.xml.in.h:30 +msgid "Applix Spreadsheets spreadsheet" +msgstr "Raźlikovy arkuš Applix Spreadsheets" + +#: ../freedesktop.org.xml.in.h:31 +msgid "Applix Words document" +msgstr "Dakument Applix Words" + +#: ../freedesktop.org.xml.in.h:32 +msgid "Atom syndication feed" +msgstr "Syndykacyjny kanał navinaŭ Atom" + +#: ../freedesktop.org.xml.in.h:33 +msgid "AutoCAD image" +msgstr "Vyjava AutoCAD" + +#: ../freedesktop.org.xml.in.h:34 +msgid "BCPIO document" +msgstr "Dakument BCPIO" + +#: ../freedesktop.org.xml.in.h:35 +msgid "BDF font" +msgstr "Šryft BDF" + +#: ../freedesktop.org.xml.in.h:36 +msgid "BibTeX document" +msgstr "Dakument BibTeX" + +#: ../freedesktop.org.xml.in.h:37 +msgid "BitTorrent seed file" +msgstr "Fajł krynicy BitTorrent" + +#: ../freedesktop.org.xml.in.h:38 +msgid "Blender scene" +msgstr "Scena Blender" + +#. http://en.wikipedia.org/wiki/Blu-ray_Disc +#. http://www.blu-raydisc.com/Section-13470/Section-13890/Index.html +#: ../freedesktop.org.xml.in.h:41 +msgid "Blu-ray video disc" +msgstr "Videadysk Blu-ray" + +#: ../freedesktop.org.xml.in.h:42 +msgid "Bzip archive" +msgstr "Archiŭ bzip" + +#: ../freedesktop.org.xml.in.h:43 +msgid "C header" +msgstr "Zahałoŭny fajł C" + +#: ../freedesktop.org.xml.in.h:44 +msgid "C shell script" +msgstr "Skrypt abałonki C" + +#: ../freedesktop.org.xml.in.h:45 +msgid "C source code" +msgstr "Kryničny kod C" + +#: ../freedesktop.org.xml.in.h:46 +msgid "C# source code" +msgstr "Kryničny kod C#" + +#: ../freedesktop.org.xml.in.h:47 +msgid "C++ header" +msgstr "Zahałoŭny fajł C++" + +#: ../freedesktop.org.xml.in.h:48 +msgid "C++ source code" +msgstr "Kryničny kod C++" + +#: ../freedesktop.org.xml.in.h:49 +msgid "CCITT G3 fax" +msgstr "Faks CCITT G3" + +#: ../freedesktop.org.xml.in.h:50 +msgid "CD Table Of Contents" +msgstr "Źmieściva CD" + +#: ../freedesktop.org.xml.in.h:51 +msgid "CD image cuesheet" +msgstr "Infarmacyjny arkuš vyjavy CD" + +#: ../freedesktop.org.xml.in.h:52 +msgid "CHM document" +msgstr "Dakument CHM" + +#: ../freedesktop.org.xml.in.h:53 +msgid "CMU raster image" +msgstr "Rastravaja vyjava CMU" + +#: ../freedesktop.org.xml.in.h:54 +msgid "CMake source code" +msgstr "Kryničny kod CMake" + +#: ../freedesktop.org.xml.in.h:55 +msgid "CPIO archive" +msgstr "Archiŭ CPIO" + +#: ../freedesktop.org.xml.in.h:56 +msgid "CPIO archive (gzip-compressed)" +msgstr "Archiŭ CPIO (gzip-skampresavany)" + +#: ../freedesktop.org.xml.in.h:57 +msgid "CSS stylesheet" +msgstr "Arkuš stylaŭ CSS" + +#: ../freedesktop.org.xml.in.h:58 +msgid "CSV document" +msgstr "Dakument CSV" + +#: ../freedesktop.org.xml.in.h:59 +msgid "Canon CR2 raw image" +msgstr "Suvoraja vyjava Canon CR2" + +#: ../freedesktop.org.xml.in.h:60 +msgid "Canon CRW raw image" +msgstr "Suvoraja vyjava Canon CRW" + +#: ../freedesktop.org.xml.in.h:61 +msgid "ChangeLog document" +msgstr "Dakument zafiksavanych źmienaŭ ChangeLog" + +#: ../freedesktop.org.xml.in.h:62 +msgid "Cisco VPN Settings" +msgstr "Nałady Cisco VPN" + +#: ../freedesktop.org.xml.in.h:63 +msgid "Citrix ICA settings file" +msgstr "Fajł naładaŭ Citrix ICA" + +#: ../freedesktop.org.xml.in.h:64 +msgid "Commodore 64 audio" +msgstr "Aŭdyjo Commodore 64" + +#: ../freedesktop.org.xml.in.h:65 +msgid "Computer Graphics Metafile" +msgstr "Metafajł Computer Graphics" + +#: ../freedesktop.org.xml.in.h:66 +msgid "Corel Draw drawing" +msgstr "Rysunak Corel Draw" + +#: ../freedesktop.org.xml.in.h:67 +msgid "D source code" +msgstr "Kryničny kod D" + +#: ../freedesktop.org.xml.in.h:68 +msgid "DAR archive" +msgstr "Archiŭ DAR" + +#: ../freedesktop.org.xml.in.h:69 +msgid "DCL script" +msgstr "Skrypt DCL" + +#: ../freedesktop.org.xml.in.h:70 +msgid "DER/PEM/Netscape-encoded X.509 certificate" +msgstr "Sertyfikat X.509, zakadavany ŭ DER/PEM/Netscape" + +#: ../freedesktop.org.xml.in.h:71 +msgid "DIB image" +msgstr "Vyjava DIB" + +#: ../freedesktop.org.xml.in.h:72 +msgid "DICOM image" +msgstr "Vyjava DICOM" + +#: ../freedesktop.org.xml.in.h:73 +msgid "DOS font" +msgstr "Šryft DOS" + +#: ../freedesktop.org.xml.in.h:74 +msgid "DOS/Windows executable" +msgstr "Vykonvalny fajł DOS/Windows" + +#: ../freedesktop.org.xml.in.h:75 +msgid "DPX image" +msgstr "Vyjava DPX" + +#: ../freedesktop.org.xml.in.h:76 +msgid "DSSSL document" +msgstr "Dakument DSSSL" + +#: ../freedesktop.org.xml.in.h:77 +msgid "DTD file" +msgstr "Fajł DTD" + +#: ../freedesktop.org.xml.in.h:78 +msgid "DV video" +msgstr "Videa DV" + +#: ../freedesktop.org.xml.in.h:79 +msgid "DXF vector image" +msgstr "Vektarnaja vyjava DXF" + +#: ../freedesktop.org.xml.in.h:80 +msgid "Debian package" +msgstr "Pakunak Debian" + +#: ../freedesktop.org.xml.in.h:81 +msgid "Dia diagram" +msgstr "Dyjahrama Dia" + +#: ../freedesktop.org.xml.in.h:82 +msgid "DirectDraw surface" +msgstr "Pavierchnia DirectDraw" + +#: ../freedesktop.org.xml.in.h:83 +msgid "DjVu image" +msgstr "Vyjava DjVu" + +#: ../freedesktop.org.xml.in.h:84 +msgid "DocBook document" +msgstr "Dakument DocBook" + +#: ../freedesktop.org.xml.in.h:85 +msgid "Dolby Digital audio" +msgstr "Aŭdyjo Dolby Digital" + +#: ../freedesktop.org.xml.in.h:86 +msgid "Dreamcast ROM" +msgstr "Dreamcast ROM" + +#: ../freedesktop.org.xml.in.h:87 +msgid "ECMAScript program" +msgstr "Prahrama ECMAScript" + +#: ../freedesktop.org.xml.in.h:88 +msgid "EMF image" +msgstr "Vyjava EMF" + +#: ../freedesktop.org.xml.in.h:89 +msgid "EPS image" +msgstr "Vyjava EPS" + +#: ../freedesktop.org.xml.in.h:90 +msgid "EPS image (bzip-compressed)" +msgstr "Vyjava EPS (bzip-skampresavanaja)" + +#: ../freedesktop.org.xml.in.h:91 +msgid "EPS image (gzip-compressed)" +msgstr "Vyjava EPS (gzip-skampresavanaja)" + +#: ../freedesktop.org.xml.in.h:92 +msgid "EXR image" +msgstr "Vyjava EXR" + +#: ../freedesktop.org.xml.in.h:93 +msgid "Egon Animator animation" +msgstr "Animacyja Egon Animator" + +#: ../freedesktop.org.xml.in.h:94 +msgid "Eiffel source code" +msgstr "Kryničny kod Eiffel" + +#: ../freedesktop.org.xml.in.h:95 +msgid "Emacs Lisp source code" +msgstr "Kryničny kod Emacs Lisp" + +#: ../freedesktop.org.xml.in.h:96 +msgid "Enlightenment theme" +msgstr "Matyŭ Enlightenment" + +#: ../freedesktop.org.xml.in.h:97 +msgid "Erlang source code" +msgstr "Kryničny kod Erlang" + +#: ../freedesktop.org.xml.in.h:98 +msgid "Excel spreadsheet" +msgstr "Raźlikovy akruš Excel" + +#: ../freedesktop.org.xml.in.h:99 +msgid "FITS document" +msgstr "Dakument FITS" + +#: ../freedesktop.org.xml.in.h:100 +msgid "FLAC audio" +msgstr "Aŭdyjo FLAC" + +#: ../freedesktop.org.xml.in.h:101 +msgid "FLIC animation" +msgstr "Animacyja FLIC" + +#: ../freedesktop.org.xml.in.h:102 +msgid "FLTK Fluid file" +msgstr "Fajł FLTK Fluid" + +#: ../freedesktop.org.xml.in.h:103 +msgid "FPX image" +msgstr "Vyjava FPX" + +#: ../freedesktop.org.xml.in.h:104 +msgid "FastTracker II audio" +msgstr "Aŭdyjo FastTracker II" + +#: ../freedesktop.org.xml.in.h:105 +msgid "Flash video" +msgstr "Videa Flash" + +#: ../freedesktop.org.xml.in.h:106 +msgid "Fortran source code" +msgstr "Kryničny kod Fortran" + +#: ../freedesktop.org.xml.in.h:107 +msgid "Fuji RAF raw image" +msgstr "Suvoraja vyjava Fuji RAF" + +#: ../freedesktop.org.xml.in.h:108 +msgid "G3 fax image" +msgstr "Faksavaja vyjava G3" + +#: ../freedesktop.org.xml.in.h:109 +msgid "GDBM database" +msgstr "Baza źviestak GDBM" + +#: ../freedesktop.org.xml.in.h:110 +msgid "GEDCOM family history" +msgstr "Siamiejnaja historyja GEDCOM" + +#: ../freedesktop.org.xml.in.h:111 +msgid "GIF image" +msgstr "Vyjava GIF" + +#: ../freedesktop.org.xml.in.h:112 +msgid "GIMP image" +msgstr "Vyjava GIMP" + +#: ../freedesktop.org.xml.in.h:113 +msgid "GMC link" +msgstr "Spasyłka GMC" + +#: ../freedesktop.org.xml.in.h:114 +msgid "GNU Oleo spreadsheet" +msgstr "Raźlikovy arkuš GNU Oleo" + +#: ../freedesktop.org.xml.in.h:115 +msgid "GNU mail message" +msgstr "List GNU" + +#: ../freedesktop.org.xml.in.h:116 +msgid "GNUnet search file" +msgstr "fajł pošuku GNUnet" + +#: ../freedesktop.org.xml.in.h:117 +msgid "GTKtalog catalog" +msgstr "Kataloh GTKtalog" + +#: ../freedesktop.org.xml.in.h:118 +msgid "Game Boy Advance ROM" +msgstr "Game Boy Advance ROM" + +#: ../freedesktop.org.xml.in.h:119 +msgid "Game Boy ROM" +msgstr "Game Boy ROM" + +#. Translate this to Megadrive if the console was known as such in your locale +#. Should be Megadrive in all but en_US: http://en.wikipedia.org/wiki/Megadrive#History +#: ../freedesktop.org.xml.in.h:122 +msgid "Genesis ROM" +msgstr "Genesis ROM" + +#: ../freedesktop.org.xml.in.h:123 +msgid "Glade project" +msgstr "Prajekt Glade" + +#: ../freedesktop.org.xml.in.h:124 +msgid "GnuCash spreadsheet" +msgstr "Raźlikovy arkuš GnuCash" + +#: ../freedesktop.org.xml.in.h:125 +msgid "Gnumeric spreadsheet" +msgstr "Raźlikovy arkuš Gnumeric" + +#: ../freedesktop.org.xml.in.h:126 +msgid "Gnuplot document" +msgstr "Dakument Gnuplot" + +#: ../freedesktop.org.xml.in.h:127 +msgid "Google Video Pointer" +msgstr "Pakazalnik Google Video" + +#: ../freedesktop.org.xml.in.h:128 +msgid "Graphite scientific graph" +msgstr "Navukovy hrafik Graphite" + +#: ../freedesktop.org.xml.in.h:129 +msgid "Gzip archive" +msgstr "Archiŭ gzip" + +#. http://en.wikipedia.org/wiki/HD_DVD +#. http://www.dvdafteredit.com/wiki/The_HVDVD_TS_Folder +#: ../freedesktop.org.xml.in.h:132 +msgid "HD DVD video disc" +msgstr "Videadysk HD DVD" + +#: ../freedesktop.org.xml.in.h:133 +msgid "HDF document" +msgstr "Dakument HDF" + +#: ../freedesktop.org.xml.in.h:134 +msgid "HPGL file" +msgstr "Fajł HPGL" + +#: ../freedesktop.org.xml.in.h:135 +msgid "HTML document" +msgstr "Dakument HTML" + +#: ../freedesktop.org.xml.in.h:136 +msgid "Haansoft Hangul document" +msgstr "Dakument Haansoft Hangul" + +#: ../freedesktop.org.xml.in.h:137 +msgid "Haansoft Hangul document template" +msgstr "Šablon dakumentu Haansoft Hangul" + +#: ../freedesktop.org.xml.in.h:138 +msgid "Haskell source code" +msgstr "Kryničny kod Haskell" + +#: ../freedesktop.org.xml.in.h:139 +msgid "ICO icon" +msgstr "Ikona ICO" + +#: ../freedesktop.org.xml.in.h:140 +msgid "IDL document" +msgstr "Dakument IDL" + +#: ../freedesktop.org.xml.in.h:141 +msgid "IEF image" +msgstr "Vyjava IEF" + +#: ../freedesktop.org.xml.in.h:142 +msgid "IFF image" +msgstr "Vyjava IFF" + +#: ../freedesktop.org.xml.in.h:143 +msgid "ILBM image" +msgstr "Vyjava ILBM" + +#: ../freedesktop.org.xml.in.h:144 +msgid "ISI video" +msgstr "Videa ISI" + +#: ../freedesktop.org.xml.in.h:145 +msgid "Impulse Tracker audio" +msgstr "Aŭdyjo Impulse Tracker" + +#: ../freedesktop.org.xml.in.h:146 +msgid "Internet shortcut" +msgstr "Sieciŭnaja spasyłka" + +#: ../freedesktop.org.xml.in.h:147 +msgid "JAD document" +msgstr "Dakument JAD" + +#: ../freedesktop.org.xml.in.h:148 +msgid "JBuilder project" +msgstr "Prajekt JBuilder" + +#: ../freedesktop.org.xml.in.h:149 +msgid "JET database" +msgstr "Baza źviestak JET" + +#: ../freedesktop.org.xml.in.h:150 +msgid "JNG image" +msgstr "Vyjava JNG" + +#: ../freedesktop.org.xml.in.h:151 +msgid "JNLP file" +msgstr "Fajł JNLP" + +#: ../freedesktop.org.xml.in.h:152 +msgid "JPEG image" +msgstr "Vyjava JPEG" + +#: ../freedesktop.org.xml.in.h:153 +msgid "JPEG-2000 image" +msgstr "Vyjava JPEG-2000" + +#: ../freedesktop.org.xml.in.h:154 +msgid "Java archive" +msgstr "Archiŭ Java" + +#: ../freedesktop.org.xml.in.h:155 +msgid "Java byte code" +msgstr "Bajtavy kod Java" + +#: ../freedesktop.org.xml.in.h:156 +msgid "Java class" +msgstr "Klasa Java" + +#: ../freedesktop.org.xml.in.h:157 +msgid "Java source code" +msgstr "Kryničny kod Java" + +#: ../freedesktop.org.xml.in.h:158 +msgid "JavaScript program" +msgstr "Prahrama JavaScript" + +#: ../freedesktop.org.xml.in.h:159 +msgid "KChart chart" +msgstr "Hrafik KChart" + +#: ../freedesktop.org.xml.in.h:160 +msgid "KFormula formula" +msgstr "Formuła KFormula" + +#: ../freedesktop.org.xml.in.h:161 +msgid "KIllustrator drawing" +msgstr "Rysunak KIllustrator" + +#: ../freedesktop.org.xml.in.h:162 +msgid "KPovModeler scene" +msgstr "Scena KPovModeler" + +#: ../freedesktop.org.xml.in.h:163 +msgid "KPresenter presentation" +msgstr "Prezentacyja KPresenter" + +#: ../freedesktop.org.xml.in.h:164 +msgid "KSpread spreadsheet" +msgstr "Raźlikovy arkuš KSpread" + +#: ../freedesktop.org.xml.in.h:165 +msgid "KSpread spreadsheet (encrypted)" +msgstr "Raźlikovy arkuš KSpread (zašyfravany)" + +#: ../freedesktop.org.xml.in.h:166 +msgid "KSysV init package" +msgstr "Inicyjalny pakunak KSysV" + +#: ../freedesktop.org.xml.in.h:167 +msgid "KWord document" +msgstr "Dakument KWord" + +#: ../freedesktop.org.xml.in.h:168 +msgid "KWord document (encrypted)" +msgstr "Dakument KWord (zašyfravany)" + +#: ../freedesktop.org.xml.in.h:169 +msgid "Karbon14 drawing" +msgstr "Rysunak Karbon14" + +#: ../freedesktop.org.xml.in.h:170 +msgid "Kivio flowchart" +msgstr "Blok-schiema Kivio" + +#: ../freedesktop.org.xml.in.h:171 +msgid "Kodak DCR raw image" +msgstr "Suvoraja vyjava Kodak DCR" + +#: ../freedesktop.org.xml.in.h:172 +msgid "Kodak K25 raw image" +msgstr "Suvoraja vyjava Kodak K25" + +#: ../freedesktop.org.xml.in.h:173 +msgid "Kodak KDC raw image" +msgstr "Suvoraja vyjava Kodak KDC" + +#: ../freedesktop.org.xml.in.h:174 +msgid "Kontour drawing" +msgstr "Rysunak Kontour" + +#: ../freedesktop.org.xml.in.h:175 +msgid "Krita document" +msgstr "Dakument Krita" + +#: ../freedesktop.org.xml.in.h:176 +msgid "Kugar document" +msgstr "Dakument Kugar" + +#: ../freedesktop.org.xml.in.h:177 +msgid "LDIF address book" +msgstr "Adrasnaja kniha LDIF" + +#: ../freedesktop.org.xml.in.h:178 +msgid "LHA archive" +msgstr "Archiŭ LHA" + +#: ../freedesktop.org.xml.in.h:179 +msgid "LHS source code" +msgstr "Kryničny kod LHS" + +#: ../freedesktop.org.xml.in.h:180 +msgid "LHZ archive" +msgstr "Archiŭ LHZ" + +#: ../freedesktop.org.xml.in.h:181 +msgid "LIBGRX font" +msgstr "Šryft LIBGRX" + +#: ../freedesktop.org.xml.in.h:182 +msgid "LZMA archive" +msgstr "Archiŭ LZMA" + +#: ../freedesktop.org.xml.in.h:183 +msgid "LZO archive" +msgstr "Archiŭ LZO" + +#: ../freedesktop.org.xml.in.h:184 +msgid "LightWave object" +msgstr "Abjekt LightWave" + +#: ../freedesktop.org.xml.in.h:185 +msgid "LightWave scene" +msgstr "Scena LightWave" + +#: ../freedesktop.org.xml.in.h:186 +msgid "Lilypond music sheet" +msgstr "Muzyčny arkuš Lilypond" + +#: ../freedesktop.org.xml.in.h:187 +msgid "Linux PSF console font" +msgstr "Kansolny šryft PSF dla Linuksa" + +#: ../freedesktop.org.xml.in.h:188 +msgid "Linux PSF console font (gzip-compressed)" +msgstr "Kansolny šryft PSF dla Linuksa (gzip-skampresavany)" + +#: ../freedesktop.org.xml.in.h:189 +msgid "Lotus 1-2-3 spreadsheet" +msgstr "Raźlikovy arkuš Lotus 1-2-3" + +#: ../freedesktop.org.xml.in.h:190 +msgid "Lotus AmiPro document" +msgstr "Dakument Lotus AmiPro" + +#: ../freedesktop.org.xml.in.h:191 +msgid "Lua script" +msgstr "Skrypt Lua" + +#: ../freedesktop.org.xml.in.h:192 +msgid "LyX document" +msgstr "Dakument LyX" + +#: ../freedesktop.org.xml.in.h:193 +msgid "M4 macro" +msgstr "Makras M4" + +#: ../freedesktop.org.xml.in.h:194 +msgid "MATLAB script/function" +msgstr "Skrypt/funkcyja MATLAB" + +#: ../freedesktop.org.xml.in.h:195 +msgid "MIDI audio" +msgstr "Aŭdyjo MIDI" + +#: ../freedesktop.org.xml.in.h:196 +msgid "MNG animation" +msgstr "Animacyja MNG" + +#: ../freedesktop.org.xml.in.h:197 +msgid "MP2 audio" +msgstr "Aŭdyjo MP2" + +#: ../freedesktop.org.xml.in.h:198 +msgid "MP3 ShoutCast playlist" +msgstr "Śpis piesień dla tranślacyi MP3" + +#: ../freedesktop.org.xml.in.h:199 +msgid "MP3 audio" +msgstr "Aŭdyjo MP3" + +#: ../freedesktop.org.xml.in.h:200 +msgid "MP3 audio (streamed)" +msgstr "Aŭdyjo MP3 (płyń)" + +#: ../freedesktop.org.xml.in.h:201 +msgid "MPEG video" +msgstr "Videa MPEG" + +#: ../freedesktop.org.xml.in.h:202 +msgid "MPEG-4 audio" +msgstr "Aŭdyjo MPEG-4" + +#: ../freedesktop.org.xml.in.h:203 +msgid "MPEG-4 audio book" +msgstr "Aŭdyjokniha MPEG-4" + +#: ../freedesktop.org.xml.in.h:204 +msgid "MPEG-4 video" +msgstr "Videa MPEG-4" + +#: ../freedesktop.org.xml.in.h:205 +msgid "MPSub subtitles" +msgstr "Subtytry MPSub" + +#: ../freedesktop.org.xml.in.h:206 +msgid "MRML playlist" +msgstr "Śpis piesień MRML" + +#: ../freedesktop.org.xml.in.h:207 +msgid "MSX ROM" +msgstr "MSX ROM" + +#: ../freedesktop.org.xml.in.h:208 +msgid "MacOS X icon" +msgstr "Ikona MacOS X" + +#: ../freedesktop.org.xml.in.h:209 +msgid "MacPaint Bitmap image" +msgstr "Bitmapnaja vyjava MacPaint" + +#: ../freedesktop.org.xml.in.h:210 +msgid "Macintosh AppleDouble-encoded file" +msgstr "Fajł Macintosh, AppleDouble-zakadavany" + +#: ../freedesktop.org.xml.in.h:211 +msgid "Macintosh BinHex-encoded file" +msgstr "Fajł Macintosh, BinHex-zakadavany" + +#: ../freedesktop.org.xml.in.h:212 +msgid "Macintosh MacBinary file" +msgstr "Fajł Macintosh MacBinary" + +#: ../freedesktop.org.xml.in.h:213 +msgid "Macintosh Quickdraw/PICT drawing" +msgstr "Rysunak Macintosh Quickdraw/PICT" + +#: ../freedesktop.org.xml.in.h:214 +msgid "MagicPoint presentation" +msgstr "Prezentacyja MagicPoint" + +#: ../freedesktop.org.xml.in.h:215 +msgid "Makefile" +msgstr "Makefile" + +#: ../freedesktop.org.xml.in.h:216 +msgid "Managed Object Format" +msgstr "Farmat Managed Object" + +#: ../freedesktop.org.xml.in.h:217 +msgid "Markaby script" +msgstr "Skrypt Markaby" + +#: ../freedesktop.org.xml.in.h:218 +msgid "MathML document" +msgstr "Dakument MathML" + +#: ../freedesktop.org.xml.in.h:219 +msgid "Mathematica Notebook" +msgstr "Natatnik Mathematica" + +#: ../freedesktop.org.xml.in.h:220 +msgid "Matroska audio" +msgstr "Aŭdyjo Matroska" + +#: ../freedesktop.org.xml.in.h:221 +msgid "Matroska stream" +msgstr "Płyń Matroska" + +#: ../freedesktop.org.xml.in.h:222 +msgid "Matroska video" +msgstr "Videa Matroska" + +#: ../freedesktop.org.xml.in.h:223 +msgid "MicroDVD subtitles" +msgstr "Subtytry MicroDVD" + +#: ../freedesktop.org.xml.in.h:224 +msgid "Microsoft ASX playlist" +msgstr "Śpis Microsoft ASX" + +#: ../freedesktop.org.xml.in.h:225 +msgid "Microsoft Works document" +msgstr "Dakument Microsoft Works" + +#: ../freedesktop.org.xml.in.h:226 +msgid "MiniPSF audio" +msgstr "Aŭdyjo MiniPSF" + +#: ../freedesktop.org.xml.in.h:227 +msgid "Minolta MRW raw image" +msgstr "Suvoraja vyjava Minolta MRW" + +#: ../freedesktop.org.xml.in.h:228 +msgid "Monkey's audio" +msgstr "Aŭdyjo Monkey's" + +#: ../freedesktop.org.xml.in.h:229 +msgid "Mozilla bookmarks" +msgstr "Zakładki Mozilla" + +#: ../freedesktop.org.xml.in.h:230 +msgid "Mup publication" +msgstr "Publikacyja Mup" + +#: ../freedesktop.org.xml.in.h:231 +msgid "Musepack audio" +msgstr "Aŭdyjo Musepack" + +#. Translate this to Famicom if the console was known as such in your locale +#: ../freedesktop.org.xml.in.h:233 +msgid "NES ROM" +msgstr "NES ROM" + +#: ../freedesktop.org.xml.in.h:234 +msgid "NFO document" +msgstr "Dakument NFO" + +#: ../freedesktop.org.xml.in.h:235 +msgid "NIFF image" +msgstr "Vyjava NIFF" + +#: ../freedesktop.org.xml.in.h:236 +msgid "Nautilus link" +msgstr "Spasyłka Nautilus" + +#: ../freedesktop.org.xml.in.h:237 +msgid "Nikon NEF raw image" +msgstr "Suvoraja vyjava Nikon NEF" + +#: ../freedesktop.org.xml.in.h:238 +msgid "Nintendo DS ROM" +msgstr "Nintendo DS ROM" + +#: ../freedesktop.org.xml.in.h:239 +msgid "Nintendo64 ROM" +msgstr "Nintendo64 ROM" + +#: ../freedesktop.org.xml.in.h:240 +msgid "NullSoft video" +msgstr "Videa NullSoft" + +#: ../freedesktop.org.xml.in.h:241 +msgid "OCL file" +msgstr "Fajł OCL" + +#: ../freedesktop.org.xml.in.h:242 +msgid "OCaml source code" +msgstr "Kryničny kod OCaml" + +#: ../freedesktop.org.xml.in.h:243 +msgid "ODA document" +msgstr "Dakument ODA" + +#: ../freedesktop.org.xml.in.h:244 +msgid "ODB database" +msgstr "Baza źviestak ODB" + +#: ../freedesktop.org.xml.in.h:245 +msgid "ODC chart" +msgstr "Dyjahrama ODC" + +#: ../freedesktop.org.xml.in.h:246 +msgid "ODF formula" +msgstr "Formuła ODF" + +#: ../freedesktop.org.xml.in.h:247 +msgid "ODG drawing" +msgstr "Rysunak ODG" + +#: ../freedesktop.org.xml.in.h:248 +msgid "ODG template" +msgstr "Šablon ODG" + +#: ../freedesktop.org.xml.in.h:249 +msgid "ODI image" +msgstr "Vyjava ODI" + +#: ../freedesktop.org.xml.in.h:250 +msgid "ODM document" +msgstr "Dakument ODM" + +#: ../freedesktop.org.xml.in.h:251 +msgid "ODP presentation" +msgstr "Prezentacyja ODP" + +#: ../freedesktop.org.xml.in.h:252 +msgid "ODP template" +msgstr "Šablon ODP" + +#: ../freedesktop.org.xml.in.h:253 +msgid "ODS spreadsheet" +msgstr "Raźlikovy arkuš ODS" + +#: ../freedesktop.org.xml.in.h:254 +msgid "ODS template" +msgstr "Šablon ODS" + +#: ../freedesktop.org.xml.in.h:255 +msgid "ODT document" +msgstr "Dakument ODT" + +#: ../freedesktop.org.xml.in.h:256 +msgid "ODT template" +msgstr "Šablon ODT" + +#: ../freedesktop.org.xml.in.h:257 +msgid "OGM video" +msgstr "Videa OGM" + +#: ../freedesktop.org.xml.in.h:258 +msgid "OLE2 compound document storage" +msgstr "Schovišča dla kampanentaŭ dakumentu OLE2" + +#: ../freedesktop.org.xml.in.h:259 +msgid "OPML syndication feed" +msgstr "Syndykacyjny kanał OPML" + +#: ../freedesktop.org.xml.in.h:260 +msgid "OTH template" +msgstr "Šablon OTH" + +#: ../freedesktop.org.xml.in.h:261 +msgid "Objective-C source code" +msgstr "Kryničny kod Objective-C" + +#: ../freedesktop.org.xml.in.h:262 +msgid "Office drawing" +msgstr "Ofisny rysunak" + +#: ../freedesktop.org.xml.in.h:263 +msgid "Ogg Audio" +msgstr "Aŭdyjo Ogg" + +#: ../freedesktop.org.xml.in.h:264 +msgid "Ogg FLAC audio" +msgstr "Aŭdyjo Ogg FLAC" + +#: ../freedesktop.org.xml.in.h:265 +msgid "Ogg Speex audio" +msgstr "Aŭdyjo Ogg Speex" + +#: ../freedesktop.org.xml.in.h:266 +msgid "Ogg Theora video" +msgstr "Videa Ogg Theora" + +#: ../freedesktop.org.xml.in.h:267 +msgid "Ogg Video" +msgstr "Videa Ogg" + +#: ../freedesktop.org.xml.in.h:268 +msgid "Ogg Vorbis audio" +msgstr "Aŭdyjo Ogg Vorbis" + +#: ../freedesktop.org.xml.in.h:269 +msgid "Ogg multimedia file" +msgstr "Multymedyjny fajł Ogg" + +#: ../freedesktop.org.xml.in.h:270 +msgid "Olympus ORF raw image" +msgstr "Suvoraja vyjava Olympus ORF" + +#: ../freedesktop.org.xml.in.h:271 +msgid "OpenOffice Calc spreadsheet" +msgstr "Raźlikovy arkuš OpenOffice Calc" + +#: ../freedesktop.org.xml.in.h:272 +msgid "OpenOffice Calc template" +msgstr "Šablon OpenOffice Calc" + +#: ../freedesktop.org.xml.in.h:273 +msgid "OpenOffice Draw drawing" +msgstr "Rysunak OpenOffice Draw" + +#: ../freedesktop.org.xml.in.h:274 +msgid "OpenOffice Draw template" +msgstr "Šablon OpenOffice Draw" + +#: ../freedesktop.org.xml.in.h:275 +msgid "OpenOffice Impress presentation" +msgstr "Prezentacyja OpenOffice Impress" + +#: ../freedesktop.org.xml.in.h:276 +msgid "OpenOffice Impress template" +msgstr "Šablon OpenOffice Impress" + +#: ../freedesktop.org.xml.in.h:277 +msgid "OpenOffice Math formula" +msgstr "Formuła OpenOffice Math" + +#: ../freedesktop.org.xml.in.h:278 +msgid "OpenOffice Writer document" +msgstr "Dakument OpenOffice Writer" + +#: ../freedesktop.org.xml.in.h:279 +msgid "OpenOffice Writer global document" +msgstr "Hlabalny dakument OpenOffice Writer" + +#: ../freedesktop.org.xml.in.h:280 +msgid "OpenOffice Writer template" +msgstr "Šablon OpenOffice Writer" + +#: ../freedesktop.org.xml.in.h:281 +msgid "OpenOffice.org extension" +msgstr "Pašyreńnie OpenOffice.org" + +#: ../freedesktop.org.xml.in.h:282 +msgid "OpenType font" +msgstr "Šryft OpenType" + +#: ../freedesktop.org.xml.in.h:283 +msgid "PAK archive" +msgstr "Archiŭ PAK" + +#: ../freedesktop.org.xml.in.h:284 +msgid "PBM image" +msgstr "Vyjava PBM" + +#: ../freedesktop.org.xml.in.h:285 +msgid "PCD image" +msgstr "Vyjava PCD" + +#: ../freedesktop.org.xml.in.h:286 +msgid "PCF font" +msgstr "Šryft PCF" + +#: ../freedesktop.org.xml.in.h:287 +msgid "PCL file" +msgstr "Fajł PCL" + +#: ../freedesktop.org.xml.in.h:288 +msgid "PCM audio" +msgstr "Aŭdyjo PCM" + +#: ../freedesktop.org.xml.in.h:289 +msgid "PCX image" +msgstr "Vyjava PCX" + +#: ../freedesktop.org.xml.in.h:290 +msgid "PDF document" +msgstr "Dakument PDF" + +#: ../freedesktop.org.xml.in.h:291 +msgid "PDF document (bzip-compressed)" +msgstr "Dakument PDF (bzip-skampresavany)" + +#: ../freedesktop.org.xml.in.h:292 +msgid "PDF document (gzip-compressed)" +msgstr "Dakument PDF (gzip-skampresavany)" + +#: ../freedesktop.org.xml.in.h:293 +msgid "PEF executable" +msgstr "Vykonvalny fajł PEF" + +#: ../freedesktop.org.xml.in.h:294 +msgid "PGM image" +msgstr "Vyjava PGM" + +#: ../freedesktop.org.xml.in.h:295 +msgid "PGN chess game notation" +msgstr "Zaciem ab šachmatnaj partyi PGN" + +#: ../freedesktop.org.xml.in.h:296 +msgid "PGP keys" +msgstr "Klučy PGP" + +#: ../freedesktop.org.xml.in.h:297 +msgid "PGP/MIME-encrypted message header" +msgstr "Zahałovak paviedamleńnia, zašyfravany ŭ PGP/MIME" + +#: ../freedesktop.org.xml.in.h:298 +msgid "PHP script" +msgstr "Skrypt PHP" + +#: ../freedesktop.org.xml.in.h:299 +msgid "PKCS#10 certification request" +msgstr "Zapyt sertyfikacyi PKCS#10" + +#: ../freedesktop.org.xml.in.h:300 +msgid "PKCS#12 certificate bundle" +msgstr "Viazka sertyfikataŭ PKCS#12" + +#: ../freedesktop.org.xml.in.h:301 +msgid "PNG image" +msgstr "Vyjava PNG" + +#: ../freedesktop.org.xml.in.h:302 +msgid "PNM image" +msgstr "Vyjava PNM" + +#: ../freedesktop.org.xml.in.h:303 +msgid "PPM image" +msgstr "Vyjava PPM" + +#: ../freedesktop.org.xml.in.h:304 +msgid "PS document" +msgstr "Dakument PS" + +#: ../freedesktop.org.xml.in.h:305 +msgid "PSD image" +msgstr "Vyjava PSD" + +#: ../freedesktop.org.xml.in.h:306 +msgid "PSF audio" +msgstr "Aŭdyjo PSF" + +#: ../freedesktop.org.xml.in.h:307 +msgid "PSFlib audio library" +msgstr "Aŭdyjobiblijateka PSFlib" + +#: ../freedesktop.org.xml.in.h:308 +msgid "Pack200 Java archive" +msgstr "Archiŭ Pack200 Java" + +#: ../freedesktop.org.xml.in.h:309 +msgid "Palm OS database" +msgstr "Baza źviestak Palm OS" + +#: ../freedesktop.org.xml.in.h:310 +msgid "Panasonic raw image" +msgstr "Suvoraja vyjava Panasonic" + +#: ../freedesktop.org.xml.in.h:311 +msgid "Parchive archive" +msgstr "Archiŭ Parchive" + +#: ../freedesktop.org.xml.in.h:312 +msgid "Pascal source code" +msgstr "Kryničny kod Pascal" + +#: ../freedesktop.org.xml.in.h:313 +msgid "Pathetic Writer document" +msgstr "Dakument Pathetic Writer" + +#: ../freedesktop.org.xml.in.h:314 +msgid "Pentax PEF raw image" +msgstr "Suvoraja vyjava Pentax PEF" + +#: ../freedesktop.org.xml.in.h:315 +msgid "Perl script" +msgstr "Skrypt Perl" + +#. http://en.wikipedia.org/wiki/Picture_CD +#. http://www.re.org/kristin/picturecd.html +#: ../freedesktop.org.xml.in.h:318 +msgid "Picture CD" +msgstr "Picture CD" + +#: ../freedesktop.org.xml.in.h:319 +msgid "PlanPerfect spreadsheet" +msgstr "Raźlikovy arkuš PlanPerfect" + +#: ../freedesktop.org.xml.in.h:320 +msgid "Plucker document" +msgstr "Dakument Plucker" + +#: ../freedesktop.org.xml.in.h:321 +msgid "PostScript document (bzip-compressed)" +msgstr "Dakument PostScript (bzip-skampresavany)" + +#: ../freedesktop.org.xml.in.h:322 +msgid "PostScript document (gzip-compressed)" +msgstr "Dakument PostScript (gzip-skampresavany)" + +#: ../freedesktop.org.xml.in.h:323 +msgid "Postscript type-1 font" +msgstr "Šryft Postscript type-1" + +#: ../freedesktop.org.xml.in.h:324 +msgid "PowerPoint presentation" +msgstr "Prezentacyja PowerPoint" + +#: ../freedesktop.org.xml.in.h:325 +msgid "Python bytecode" +msgstr "Bajtavy kod Python" + +#: ../freedesktop.org.xml.in.h:326 +msgid "Python script" +msgstr "Skrypt Python" + +#: ../freedesktop.org.xml.in.h:327 +msgid "Qt Designer file" +msgstr "Fajł Qt Designer" + +#: ../freedesktop.org.xml.in.h:328 +msgid "Qt MOC file" +msgstr "Fajł Qt MOC" + +#: ../freedesktop.org.xml.in.h:329 +msgid "Quattro Pro spreadsheet" +msgstr "Raźlikovy arkuš Quattro Pro" + +#: ../freedesktop.org.xml.in.h:330 +msgid "QuickTime image" +msgstr "Vyjava QuickTime" + +#: ../freedesktop.org.xml.in.h:331 +msgid "QuickTime metalink playlist" +msgstr "śpis metaspasyłak na pieśni QuickTime" + +#: ../freedesktop.org.xml.in.h:332 +msgid "QuickTime video" +msgstr "Videa QuickTime" + +#: ../freedesktop.org.xml.in.h:333 +msgid "Quicken document" +msgstr "Dakument Quicken" + +#: ../freedesktop.org.xml.in.h:334 +msgid "RAR archive" +msgstr "Archiŭ RAR" + +#: ../freedesktop.org.xml.in.h:335 +msgid "RDF file" +msgstr "Fajł RDF" + +#: ../freedesktop.org.xml.in.h:336 +msgid "README document" +msgstr "Dakument README" + +#: ../freedesktop.org.xml.in.h:337 +msgid "RGB image" +msgstr "Vyjava RGB" + +#: ../freedesktop.org.xml.in.h:338 +msgid "RIFF audio" +msgstr "Aŭdyjo RIFF" + +#: ../freedesktop.org.xml.in.h:339 +msgid "RPM package" +msgstr "Pakunak RPM" + +#: ../freedesktop.org.xml.in.h:340 +msgid "RPM spec file" +msgstr "Specyfikacyjny fajł RPM" + +#: ../freedesktop.org.xml.in.h:341 +msgid "RSS summary" +msgstr "Karotki ahlad RSS" + +#: ../freedesktop.org.xml.in.h:342 +msgid "RTF document" +msgstr "Dakument RTF" + +#: ../freedesktop.org.xml.in.h:343 +msgid "RealAudio document" +msgstr "Dakument RealAudio" + +#: ../freedesktop.org.xml.in.h:344 +msgid "RealMedia Metafile" +msgstr "Metafajł RealMedia" + +#: ../freedesktop.org.xml.in.h:345 +msgid "RealMedia document" +msgstr "Dakument RealMedia" + +#: ../freedesktop.org.xml.in.h:346 +msgid "RealPix document" +msgstr "Dakument RealPix" + +#: ../freedesktop.org.xml.in.h:347 +msgid "RealText document" +msgstr "Dakument RealText" + +#: ../freedesktop.org.xml.in.h:348 +msgid "RealVideo document" +msgstr "Dakument RealVideo" + +#: ../freedesktop.org.xml.in.h:349 +msgid "Ruby script" +msgstr "Skrypt Ruby" + +#: ../freedesktop.org.xml.in.h:350 +msgid "Run Length Encoded bitmap image" +msgstr "Bitmapnaja vyjava, zakadavanaja ŭ Run Length" + +#: ../freedesktop.org.xml.in.h:351 +msgid "S/MIME file" +msgstr "Fajł S/MIME" + +#: ../freedesktop.org.xml.in.h:352 +msgid "SAMI subtitles" +msgstr "Subtytry SAMI" + +#: ../freedesktop.org.xml.in.h:353 +msgid "SC/Xspread spreadsheet" +msgstr "Raźlikovy arkuš SC/Xspread" + +#: ../freedesktop.org.xml.in.h:354 +msgid "SDP multicast stream file" +msgstr "Šmatadrasny płynievy fajł SDP" + +#. translators: a record is in this context a description of a board game +#. that has been played, and that can be played back again: +#. http://www.red-bean.com/sgf/ +#: ../freedesktop.org.xml.in.h:358 +msgid "SGF record" +msgstr "Zapisanaja hulnia SGF" + +#: ../freedesktop.org.xml.in.h:359 +msgid "SGI image" +msgstr "Vyjava SGI" + +#: ../freedesktop.org.xml.in.h:360 +msgid "SGI video" +msgstr "Videa SGI" + +#: ../freedesktop.org.xml.in.h:361 +msgid "SGML document" +msgstr "Dakument SGML" + +#: ../freedesktop.org.xml.in.h:362 +msgid "SIS package" +msgstr "Pakunak SIS" + +#: ../freedesktop.org.xml.in.h:363 +msgid "SISX package" +msgstr "Pakunak SISX" + +#: ../freedesktop.org.xml.in.h:364 +msgid "SMAF audio" +msgstr "Aŭdyjo SMAF" + +#: ../freedesktop.org.xml.in.h:365 +msgid "SMIL document" +msgstr "Dakument SMIL" + +#: ../freedesktop.org.xml.in.h:366 +msgid "SQL code" +msgstr "Kod SQL" + +#: ../freedesktop.org.xml.in.h:367 +msgid "SQLite2 database" +msgstr "Baza źviestak SQLite2" + +#: ../freedesktop.org.xml.in.h:368 +msgid "SQLite3 database" +msgstr "Baza źviestak SQLite3" + +#: ../freedesktop.org.xml.in.h:369 +msgid "SSA subtitles" +msgstr "Subtytry SSA" + +#: ../freedesktop.org.xml.in.h:370 +msgid "SV4 CPIO archive" +msgstr "Archiŭ SV4 CPIO" + +#: ../freedesktop.org.xml.in.h:371 +msgid "SV4 CPIO archive (with CRC)" +msgstr "Archiŭ SV4 CPIO (z CRC)" + +#: ../freedesktop.org.xml.in.h:372 +msgid "SVG image" +msgstr "Vyjava SVG" + +#: ../freedesktop.org.xml.in.h:373 +msgid "Scheme source code" +msgstr "Kryničny kod Scheme" + +#: ../freedesktop.org.xml.in.h:374 +msgid "Scream Tracker 3 audio" +msgstr "Aŭdyjo Scream Tracker 3" + +#: ../freedesktop.org.xml.in.h:375 +msgid "Scream Tracker audio" +msgstr "Aŭdyjo Scream Tracker" + +#: ../freedesktop.org.xml.in.h:376 +msgid "Scream Tracker instrument" +msgstr "Instrument Scream Tracker" + +#: ../freedesktop.org.xml.in.h:377 +msgid "Sega Master System/Game Gear ROM" +msgstr "Sega Master System/Game Gear ROM" + +#: ../freedesktop.org.xml.in.h:378 +msgid "Setext document" +msgstr "Dakument Setext" + +#: ../freedesktop.org.xml.in.h:379 +msgid "Shockwave Flash file" +msgstr "Fajł Shockwave Flash" + +#. translators: "Shorten" is the name of an audio codec +#: ../freedesktop.org.xml.in.h:381 +msgid "Shorten audio" +msgstr "Aŭdyjo Shorten" + +#: ../freedesktop.org.xml.in.h:382 +msgid "Siag spreadsheet" +msgstr "Raźlikovy arkuš Siag" + +#: ../freedesktop.org.xml.in.h:383 +msgid "Sieve mail filter script" +msgstr "Skrypt filtravańnia pošty Sieve" + +#: ../freedesktop.org.xml.in.h:384 +msgid "Sigma X3F raw image" +msgstr "Suvoraja vyjava Sigma X3F" + +#: ../freedesktop.org.xml.in.h:385 +msgid "Skencil document" +msgstr "Dakument Skencil" + +#: ../freedesktop.org.xml.in.h:386 +msgid "Sony ARW raw image" +msgstr "Suvoraja vyjava Sony ARW" + +#: ../freedesktop.org.xml.in.h:387 +msgid "Sony SR2 raw image" +msgstr "Suvoraja vyjava Sony SR2" + +#: ../freedesktop.org.xml.in.h:388 +msgid "Sony SRF raw image" +msgstr "Suvoraja vyjava Sony SRF" + +#: ../freedesktop.org.xml.in.h:389 +msgid "Speedo font" +msgstr "Šryft Speedo" + +#: ../freedesktop.org.xml.in.h:390 +msgid "Speex audio" +msgstr "Aŭdyjo Speex" + +#: ../freedesktop.org.xml.in.h:391 +msgid "Stampede package" +msgstr "Pakunak Stampede" + +#: ../freedesktop.org.xml.in.h:392 +msgid "StarCalc spreadsheet" +msgstr "Raźlikovy arkuš StarCalc" + +#: ../freedesktop.org.xml.in.h:393 +msgid "StarChart chart" +msgstr "Dyjahrama StarChart" + +#: ../freedesktop.org.xml.in.h:394 +msgid "StarDraw drawing" +msgstr "Rysunak StarDraw" + +#: ../freedesktop.org.xml.in.h:395 +msgid "StarImpress presentation" +msgstr "Prezentacyja StarImpress" + +#: ../freedesktop.org.xml.in.h:396 +msgid "StarMail email" +msgstr "Email StarMail" + +#: ../freedesktop.org.xml.in.h:397 +msgid "StarMath formula" +msgstr "Formuła StarMath" + +#: ../freedesktop.org.xml.in.h:398 +msgid "StarWriter document" +msgstr "Dakument StarWriter" + +#: ../freedesktop.org.xml.in.h:399 +msgid "StuffIt archive" +msgstr "Archiŭ StuffIt" + +#: ../freedesktop.org.xml.in.h:400 +msgid "SubRip subtitles" +msgstr "Subtytry SubRip" + +#: ../freedesktop.org.xml.in.h:401 +msgid "SubViewer subtitles" +msgstr "Subtytry SubViewer" + +#: ../freedesktop.org.xml.in.h:402 +msgid "Sun raster image" +msgstr "Rastravaja vyjava Sun" + +#: ../freedesktop.org.xml.in.h:403 +msgid "SunOS News font" +msgstr "Šryft SunOS News" + +#. Translate this as Super Famicom (in Far East Asia) or Super Nintendo (in Europe) if the console was known as such in your locale +#: ../freedesktop.org.xml.in.h:405 +msgid "Super NES ROM" +msgstr "Super Nintendo ROM" + +#. http://en.wikipedia.org/wiki/Super_Video_CD +#. http://everything2.com/index.pl?node_id=1009222 +#: ../freedesktop.org.xml.in.h:408 +msgid "Super Video CD" +msgstr "Super Video CD" + +#: ../freedesktop.org.xml.in.h:409 +msgid "T602 document" +msgstr "Dakument T602" + +#: ../freedesktop.org.xml.in.h:410 +msgid "TGA image" +msgstr "Vyjava TGA" + +#: ../freedesktop.org.xml.in.h:411 +msgid "TGIF document" +msgstr "Dakument TGIF" + +#: ../freedesktop.org.xml.in.h:412 +msgid "TIFF image" +msgstr "Vyjava TIFF" + +#: ../freedesktop.org.xml.in.h:413 +msgid "TNEF message" +msgstr "List TNEF" + +#: ../freedesktop.org.xml.in.h:414 +msgid "TSV document" +msgstr "Dakument TSV" + +#: ../freedesktop.org.xml.in.h:415 +msgid "Tar archive" +msgstr "Archiŭ tar" + +#: ../freedesktop.org.xml.in.h:416 +msgid "Tar archive (LZMA-compressed)" +msgstr "Archiŭ tar (LZMA-skampresavany)" + +#: ../freedesktop.org.xml.in.h:417 +msgid "Tar archive (LZO-compressed)" +msgstr "Archiŭ tar (LZO-skampresavany)" + +#: ../freedesktop.org.xml.in.h:418 +msgid "Tar archive (bzip-compressed)" +msgstr "Archiŭ tar (bzip-skampresavany)" + +#: ../freedesktop.org.xml.in.h:419 +msgid "Tar archive (compressed)" +msgstr "Archiŭ tar (skampresavany)" + +#: ../freedesktop.org.xml.in.h:420 +msgid "Tar archive (gzip-compressed)" +msgstr "Archiŭ tar (gzip-skampresavany)" + +#: ../freedesktop.org.xml.in.h:421 +msgid "Tcl script" +msgstr "Skrypt Tcl" + +#: ../freedesktop.org.xml.in.h:422 +msgid "TeX DVI document" +msgstr "Dakument TeX DVI" + +#: ../freedesktop.org.xml.in.h:423 +msgid "TeX DVI document (bzip-compressed)" +msgstr "Dakument TeX DVI (bzip-skampresavany)" + +#: ../freedesktop.org.xml.in.h:424 +msgid "TeX DVI document (gzip-compressed)" +msgstr "Dakument TeX DVI (gzip-skampresavany)" + +#: ../freedesktop.org.xml.in.h:425 +msgid "TeX document" +msgstr "Dakument TeX" + +#: ../freedesktop.org.xml.in.h:426 +msgid "TeX font" +msgstr "Šryft TeX" + +#: ../freedesktop.org.xml.in.h:427 +msgid "TeX font metrics" +msgstr "Metryka šryftu TeX" + +#: ../freedesktop.org.xml.in.h:428 +msgid "TeXInfo document" +msgstr "Dakument TeXInfo" + +#: ../freedesktop.org.xml.in.h:429 +msgid "ToutDoux document" +msgstr "Dakument ToutDoux" + +#: ../freedesktop.org.xml.in.h:430 +msgid "Troff ME input document" +msgstr "Uvodny dakument Troff ME" + +#: ../freedesktop.org.xml.in.h:431 +msgid "Troff MM input document" +msgstr "Uvodny dakument Troff MM" + +#: ../freedesktop.org.xml.in.h:432 +msgid "Troff MS input document" +msgstr "Uvodny dakument Troff MS" + +#: ../freedesktop.org.xml.in.h:433 +msgid "Troff document" +msgstr "Dakument Troff" + +#: ../freedesktop.org.xml.in.h:434 +msgid "Troff document (with manpage macros)" +msgstr "Dakument Troff (z makrasam man-staronak)" + +#: ../freedesktop.org.xml.in.h:435 +msgid "TrueAudio audio" +msgstr "Aŭdyjo TrueAudio" + +#: ../freedesktop.org.xml.in.h:436 +msgid "TrueType XML font" +msgstr "Šryft TrueType XML" + +#: ../freedesktop.org.xml.in.h:437 +msgid "TrueType font" +msgstr "Šryft TrueType" + +#: ../freedesktop.org.xml.in.h:438 +msgid "UFRaw ID image" +msgstr "Vyjava UFRaw ID" + +#: ../freedesktop.org.xml.in.h:439 +msgid "ULAW (Sun) audio" +msgstr "Aŭdyjo ULAW (Sun)" + +#: ../freedesktop.org.xml.in.h:440 +msgid "UNIX-compressed file" +msgstr "Skampresavany UNIX-fajł" + +#: ../freedesktop.org.xml.in.h:441 +msgid "Unidata NetCDF document" +msgstr "Dakument Unidata NetCDF" + +#: ../freedesktop.org.xml.in.h:442 +msgid "Usenet news message" +msgstr "Navina Usenet" + +#: ../freedesktop.org.xml.in.h:443 +msgid "Ustar archive" +msgstr "Archiŭ ustar" + +#: ../freedesktop.org.xml.in.h:444 +msgid "V font" +msgstr "Šryft V" + +#: ../freedesktop.org.xml.in.h:445 +msgid "VCS/ICS calendar" +msgstr "Kalandar VCS/ICS" + +#: ../freedesktop.org.xml.in.h:446 +msgid "VHDL document" +msgstr "Dakument VHDL" + +#: ../freedesktop.org.xml.in.h:447 +msgid "VOC audio" +msgstr "Aŭdyjo VOC" + +#: ../freedesktop.org.xml.in.h:448 +msgid "VRML document" +msgstr "Dakument VRML" + +#: ../freedesktop.org.xml.in.h:449 +msgid "Vala source code" +msgstr "Kryničny kod Vala" + +#. http://en.wikipedia.org/wiki/Video_CD +#. http://www.herongyang.com/CD-DVD/VCD-Movie-File-Directory-Structure.html +#: ../freedesktop.org.xml.in.h:452 +msgid "Video CD" +msgstr "Videa CD" + +#: ../freedesktop.org.xml.in.h:453 +msgid "Vivo video" +msgstr "Videa Vivo" + +#: ../freedesktop.org.xml.in.h:454 +msgid "WAIS source code" +msgstr "Kryničny kod WAIS" + +#: ../freedesktop.org.xml.in.h:455 +msgid "WAV audio" +msgstr "Aŭdyjo WAV" + +#: ../freedesktop.org.xml.in.h:456 +msgid "WBMP image" +msgstr "Vyjava WBMP" + +#: ../freedesktop.org.xml.in.h:457 +msgid "WMF image" +msgstr "Vyjava WMF" + +#: ../freedesktop.org.xml.in.h:458 +msgid "WML document" +msgstr "Dakument WML" + +#: ../freedesktop.org.xml.in.h:459 +msgid "WMLScript program" +msgstr "Prahrama WMLScript" + +#: ../freedesktop.org.xml.in.h:460 +msgid "WRI document" +msgstr "Dakument WRI" + +#: ../freedesktop.org.xml.in.h:461 +msgid "WavPack audio" +msgstr "Aŭdyjo WavPack" + +#: ../freedesktop.org.xml.in.h:462 +msgid "WavPack audio correction file" +msgstr "Fajł aŭdyjokarekcyi WavPack" + +#: ../freedesktop.org.xml.in.h:463 +msgid "Wavelet video" +msgstr "Videa Wavelet" + +#: ../freedesktop.org.xml.in.h:464 +msgid "Windows BMP image" +msgstr "Vyjava Windows BMP" + +#: ../freedesktop.org.xml.in.h:465 +msgid "Windows Installer package" +msgstr "Pakunak Windows Installer" + +#: ../freedesktop.org.xml.in.h:466 +msgid "Windows Media Station file" +msgstr "Fajł Windows Media Station" + +#: ../freedesktop.org.xml.in.h:467 +msgid "Windows Media audio" +msgstr "Aŭdyjo Windows Media" + +#: ../freedesktop.org.xml.in.h:468 +msgid "Windows Media video" +msgstr "Videa Windows Media" + +#: ../freedesktop.org.xml.in.h:469 +msgid "Windows Registry extract" +msgstr "Element rehistru Windows" + +#: ../freedesktop.org.xml.in.h:470 +msgid "Windows animated cursor" +msgstr "Animavany kursor Windows" + +#: ../freedesktop.org.xml.in.h:471 +msgid "Windows cursor" +msgstr "Kursor Windows" + +#: ../freedesktop.org.xml.in.h:472 +msgid "Word document" +msgstr "Dakument Word" + +#: ../freedesktop.org.xml.in.h:473 +msgid "Word template" +msgstr "Šablon Word" + +#: ../freedesktop.org.xml.in.h:474 +msgid "WordPerfect document" +msgstr "Dakument WordPerfect" + +#: ../freedesktop.org.xml.in.h:475 +msgid "WordPerfect/Drawperfect image" +msgstr "Vyjava WordPerfect/Drawperfect" + +#: ../freedesktop.org.xml.in.h:476 +msgid "X window image" +msgstr "Vyjava vakna X" + +#: ../freedesktop.org.xml.in.h:477 +msgid "X-Motif UIL table" +msgstr "Tablica X-Motif UIL" + +#: ../freedesktop.org.xml.in.h:478 +msgid "X11 cursor" +msgstr "Kursor X11" + +#: ../freedesktop.org.xml.in.h:479 +msgid "XBEL bookmarks" +msgstr "Zakładki XBEL" + +#: ../freedesktop.org.xml.in.h:480 +msgid "XBM image" +msgstr "Vyjava XBM" + +#: ../freedesktop.org.xml.in.h:481 +msgid "XFig image" +msgstr "Vyjava XFig" + +#: ../freedesktop.org.xml.in.h:482 +msgid "XHTML page" +msgstr "Staronka XHTML" + +#: ../freedesktop.org.xml.in.h:483 +msgid "XLIFF translation file" +msgstr "Fajł pierakładu XLIFF" + +#: ../freedesktop.org.xml.in.h:484 +msgid "XMCD CD database" +msgstr "Baza źviestak ab dyskach XMCD" + +#: ../freedesktop.org.xml.in.h:485 +msgid "XMF audio" +msgstr "Aŭdyjo XMF" + +#: ../freedesktop.org.xml.in.h:486 +msgid "XMI file" +msgstr "Fajł XMI" + +#: ../freedesktop.org.xml.in.h:487 +msgid "XML document" +msgstr "Dakument XML" + +#: ../freedesktop.org.xml.in.h:488 +msgid "XML entities document" +msgstr "Dakument elementaŭ XML" + +#: ../freedesktop.org.xml.in.h:489 +msgid "XPM image" +msgstr "Vyjava XPM" + +#: ../freedesktop.org.xml.in.h:490 +msgid "XPS document" +msgstr "Dakument XPS" + +#: ../freedesktop.org.xml.in.h:491 +msgid "XSL FO file" +msgstr "Fajł XSL FO" + +#: ../freedesktop.org.xml.in.h:492 +msgid "XSLT stylesheet" +msgstr "Arkuš stylaŭ XSLT" + +#: ../freedesktop.org.xml.in.h:493 +msgid "XSPF playlist" +msgstr "Śpis piesień XSPF" + +#: ../freedesktop.org.xml.in.h:494 +msgid "XUL document" +msgstr "Dakument XUL" + +#: ../freedesktop.org.xml.in.h:495 +msgid "XUL interface document" +msgstr "Interfejsny dakument XUL" + +#: ../freedesktop.org.xml.in.h:496 +msgid "Xbase document" +msgstr "Dakument Xbase" + +#: ../freedesktop.org.xml.in.h:497 +msgid "Zip archive" +msgstr "Archiŭ zip" + +#: ../freedesktop.org.xml.in.h:498 +msgid "Zoo archive" +msgstr "Archiŭ zoo" + +#: ../freedesktop.org.xml.in.h:499 +msgid "application log" +msgstr "časopis aplikacyi" + +#. http://en.wikipedia.org/wiki/Red_Book_(audio_CD_standard) +#: ../freedesktop.org.xml.in.h:501 +msgid "audio CD" +msgstr "aŭdyjo CD" + +#. http://en.wikipedia.org/wiki/DVD-Audio +#: ../freedesktop.org.xml.in.h:503 +msgid "audio DVD" +msgstr "aŭdyjo DVD" + +#: ../freedesktop.org.xml.in.h:504 +msgid "author credits" +msgstr "zasłuhi aŭtara" + +#: ../freedesktop.org.xml.in.h:505 +msgid "author list" +msgstr "śpis aŭtaraŭ" + +#: ../freedesktop.org.xml.in.h:506 +msgid "backup file" +msgstr "zapasny fajł" + +#. http://en.wikipedia.org/wiki/Blu-ray_Disc +#: ../freedesktop.org.xml.in.h:508 +msgid "blank Blu-ray disc" +msgstr "čysty dysk Blu-ray" + +#. http://en.wikipedia.org/wiki/Compact_Disc +#: ../freedesktop.org.xml.in.h:510 +msgid "blank CD disc" +msgstr "čysty dysk CD" + +#. http://en.wikipedia.org/wiki/DVD +#: ../freedesktop.org.xml.in.h:512 +msgid "blank DVD disc" +msgstr "čysty dysk DVD" + +#. http://en.wikipedia.org/wiki/HD_DVD +#: ../freedesktop.org.xml.in.h:514 +msgid "blank HD DVD disc" +msgstr "čysty dysk HD DVD" + +#: ../freedesktop.org.xml.in.h:515 +msgid "block device" +msgstr "blokavaja pryłada" + +#: ../freedesktop.org.xml.in.h:516 +msgid "character device" +msgstr "znakavaja pryłada" + +#: ../freedesktop.org.xml.in.h:517 +msgid "comic book archive" +msgstr "archiŭ komiksaŭ" + +#: ../freedesktop.org.xml.in.h:518 +msgid "compound document" +msgstr "składany dakument" + +#: ../freedesktop.org.xml.in.h:519 +msgid "compound documents" +msgstr "składanyja dakumenty" + +#: ../freedesktop.org.xml.in.h:520 +msgid "compressed GIMP image" +msgstr "skampresavanaja vyjava GIMP" + +#: ../freedesktop.org.xml.in.h:521 +msgid "compressed SVG image" +msgstr "skampresavanaja vyjava SVG" + +#: ../freedesktop.org.xml.in.h:522 +msgid "compressed Tracker audio" +msgstr "aŭdyjo skampresavanaha Trackera" + +#: ../freedesktop.org.xml.in.h:523 +msgid "desktop configuration file" +msgstr "kanfihuracyjny fajł asiarodździa" + +#: ../freedesktop.org.xml.in.h:524 +msgid "detached OpenPGP signature" +msgstr "adłučany podpis OpenPGP" + +#: ../freedesktop.org.xml.in.h:525 +msgid "detached S/MIME signature" +msgstr "adłučany podpis S/MIME" + +#: ../freedesktop.org.xml.in.h:526 +msgid "differences between files" +msgstr "adroźnieńni pamiž fajłami" + +#. http://en.wikipedia.org/wiki/Design_rule_for_Camera_File_system +#: ../freedesktop.org.xml.in.h:528 +msgid "digital photos" +msgstr "ličbavyja zdymki" + +#: ../freedesktop.org.xml.in.h:529 +msgid "digital raw image" +msgstr "suvoraja ličbavaja vyjava" + +#: ../freedesktop.org.xml.in.h:530 +msgid "eMusic download package" +msgstr "pakunak zahruzki eMusic" + +#: ../freedesktop.org.xml.in.h:531 +msgid "electronic book document" +msgstr "elektronnaja kniha" + +#: ../freedesktop.org.xml.in.h:532 +msgid "electronic business card" +msgstr "elektronnaja biznes-kartka" + +#: ../freedesktop.org.xml.in.h:533 +msgid "email headers" +msgstr "paštovyja zahałoŭki" + +#: ../freedesktop.org.xml.in.h:534 +msgid "email message" +msgstr "list email" + +#: ../freedesktop.org.xml.in.h:535 +msgid "empty document" +msgstr "pusty dakument" + +#: ../freedesktop.org.xml.in.h:536 +msgid "encrypted message" +msgstr "zašyfravanaje paviedamleńnie" + +#: ../freedesktop.org.xml.in.h:537 +msgid "enriched text document" +msgstr "azdobleny tekstavy dakument" + +#: ../freedesktop.org.xml.in.h:538 +msgid "executable" +msgstr "vykonvalny fajł" + +#: ../freedesktop.org.xml.in.h:539 +msgid "folder" +msgstr "kataloh" + +#: ../freedesktop.org.xml.in.h:540 +msgid "generic font file" +msgstr "zvyčajny fajł šryftu" + +#: ../freedesktop.org.xml.in.h:541 +msgid "help page" +msgstr "staronka dapamohi" + +#: ../freedesktop.org.xml.in.h:542 +msgid "iMelody ringtone" +msgstr "Rington iMelody" + +#: ../freedesktop.org.xml.in.h:543 +msgid "iPod firmware" +msgstr "Firmware iPod" + +#: ../freedesktop.org.xml.in.h:544 +msgid "iRiver Playlist" +msgstr "Śpis piesień iRiver" + +#: ../freedesktop.org.xml.in.h:545 +msgid "installation instructions" +msgstr "instrukcyja dla instalavańnia" + +#: ../freedesktop.org.xml.in.h:546 +msgid "iptables configuration file" +msgstr "kanfihuracyjny fajł iptables" + +#: ../freedesktop.org.xml.in.h:547 +msgid "libtool shared library" +msgstr "supolnaja biblijateka libtool" + +#: ../freedesktop.org.xml.in.h:548 +msgid "license terms" +msgstr "licenzijnyja ŭmovy" + +#: ../freedesktop.org.xml.in.h:549 +msgid "mail delivery report" +msgstr "rapart ab dastaŭcy pošty" + +#: ../freedesktop.org.xml.in.h:550 +msgid "mail disposition report" +msgstr "rapart ab raźmiaščeńni pošty" + +#: ../freedesktop.org.xml.in.h:551 +msgid "mail system report" +msgstr "rapart paštovaj systemy" + +#: ../freedesktop.org.xml.in.h:552 +msgid "mailbox file" +msgstr "fajł paštovaj skryni" + +#: ../freedesktop.org.xml.in.h:553 +msgid "manual page (compressed)" +msgstr "staronka dapamohi (skampresavanaja)" + +#: ../freedesktop.org.xml.in.h:554 +msgid "message catalog" +msgstr "kataloh paviedamleńniaŭ" + +#: ../freedesktop.org.xml.in.h:555 +msgid "message digest" +msgstr "digest paviedamleńniaŭ" + +#: ../freedesktop.org.xml.in.h:556 +msgid "message in several formats" +msgstr "paviedamleńnie ŭ niekalkich farmatach" + +#: ../freedesktop.org.xml.in.h:557 +msgid "mount point" +msgstr "punkt mantavańnia" + +#: ../freedesktop.org.xml.in.h:558 +msgid "object code" +msgstr "abjektny kod" + +#: ../freedesktop.org.xml.in.h:559 +msgid "packed font file" +msgstr "zapakavany fajł šryftu" + +#: ../freedesktop.org.xml.in.h:560 +msgid "partial email message" +msgstr "niapoŭny list email" + +#: ../freedesktop.org.xml.in.h:561 +msgid "pipe" +msgstr "kanvejer" + +#: ../freedesktop.org.xml.in.h:562 +msgid "plain text document" +msgstr "prosty tekstavy dakument" + +#. see fd.o hal spec +#: ../freedesktop.org.xml.in.h:564 +msgid "portable audio player" +msgstr "pieranosny aŭdyjoplayer" + +#: ../freedesktop.org.xml.in.h:565 +msgid "profiler results" +msgstr "vyniki profilera" + +#: ../freedesktop.org.xml.in.h:566 +msgid "program crash data" +msgstr "źviestki złamanaj prahramy" + +#: ../freedesktop.org.xml.in.h:567 +msgid "raw CD image" +msgstr "suvoraja vyjava CD" + +#: ../freedesktop.org.xml.in.h:568 +msgid "reference to remote file" +msgstr "spasyłka da addalenaha fajłu" + +#: ../freedesktop.org.xml.in.h:569 +msgid "rejected patch" +msgstr "niepryniaty patch" + +#: ../freedesktop.org.xml.in.h:570 +msgid "resource location" +msgstr "pałažeńnie resursu" + +#: ../freedesktop.org.xml.in.h:571 +msgid "rich text document" +msgstr "azdobleny tekstavy dakument" + +#: ../freedesktop.org.xml.in.h:572 +msgid "shared library" +msgstr "supolnaja biblijateka" + +#: ../freedesktop.org.xml.in.h:573 +msgid "shell archive" +msgstr "archiŭ abałonki" + +#: ../freedesktop.org.xml.in.h:574 +msgid "shell script" +msgstr "skrypt abałonki" + +#: ../freedesktop.org.xml.in.h:575 +msgid "signed message" +msgstr "padpisanaje paviedamleńnie" + +#: ../freedesktop.org.xml.in.h:576 +msgid "socket" +msgstr "sokiet" + +#. http://standards.freedesktop.org/autostart-spec/autostart-spec-latest.html +#. http://bugzilla.gnome.org/show_bug.cgi?id=509823#c3 +#: ../freedesktop.org.xml.in.h:579 +msgid "software" +msgstr "prahrama" + +#: ../freedesktop.org.xml.in.h:580 +msgid "spreadsheet interchange document" +msgstr "dakument dla abmienu raźlikovymi arkušami" + +#: ../freedesktop.org.xml.in.h:581 +msgid "stream of data (server push)" +msgstr "płyń źviestak (ad servera)" + +#: ../freedesktop.org.xml.in.h:582 +msgid "symbolic link" +msgstr "symbalnaja spasyłka" + +#: ../freedesktop.org.xml.in.h:583 +msgid "theme" +msgstr "matyŭ" + +#: ../freedesktop.org.xml.in.h:584 +msgid "translated messages (machine-readable)" +msgstr "pierakładzienyja paviedamleńni (dla čytańnia kamputaram)" + +#: ../freedesktop.org.xml.in.h:585 +msgid "translation file" +msgstr "fajł pierakładu" + +#: ../freedesktop.org.xml.in.h:586 +msgid "translation template" +msgstr "šablon dla pierakładu" + +#: ../freedesktop.org.xml.in.h:587 +msgid "txt2tags document" +msgstr "dakument txt2tags" + +#: ../freedesktop.org.xml.in.h:588 +msgid "unknown" +msgstr "nieviadomy" + +#. http://en.wikipedia.org/wiki/DVD-Video +#: ../freedesktop.org.xml.in.h:590 +msgid "video DVD" +msgstr "videa DVD" diff --git a/po/bg.po b/po/bg.po new file mode 100644 index 0000000..f3da690 --- /dev/null +++ b/po/bg.po @@ -0,0 +1,2292 @@ +# Bulgarian translation of shared-mime-info po-file. +# Copyright (C) 2002, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +# This file is distributed under the same license as the shared-mime-info package. +# Alexander Shopov , 2002, 2004, 2005, 2006, 2007, 2008. +# Yanko Kaneti , 2002. +# Vladimir Petkov , 2004. +# +msgid "" +msgstr "" +"Project-Id-Version: shared-mime-info 0.51\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2008-07-23 12:49+0100\n" +"PO-Revision-Date: 2008-07-25 08:25+0300\n" +"Last-Translator: Alexander Shopov \n" +"Language-Team: Bulgarian \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" + +#: ../freedesktop.org.xml.in.h:1 +msgid "3D Studio image" +msgstr "Изображение — 3D Studio" + +#: ../freedesktop.org.xml.in.h:2 +msgid "3GPP multimedia file" +msgstr "Мултимедия — 3GPP" + +#: ../freedesktop.org.xml.in.h:3 +msgid "7-zip archive" +msgstr "Архив — 7-zip" + +#: ../freedesktop.org.xml.in.h:4 +msgid "ACE archive" +msgstr "Архив — ACE" + +#: ../freedesktop.org.xml.in.h:5 +msgid "AIFC audio" +msgstr "Аудио — AIFC" + +#: ../freedesktop.org.xml.in.h:6 +msgid "AIFF audio" +msgstr "Аудио — AIFF" + +#: ../freedesktop.org.xml.in.h:7 +msgid "AIFF/Amiga/Mac audio" +msgstr "Аудио — AIFF/Amiga/Mac" + +#: ../freedesktop.org.xml.in.h:8 +msgid "AMR audio" +msgstr "Аудио — AMR" + +#: ../freedesktop.org.xml.in.h:9 +msgid "AMR-WB audio" +msgstr "Аудио — AMR-WB" + +#: ../freedesktop.org.xml.in.h:10 +msgid "ANIM animation" +msgstr "Анимация — ANIM" + +#: ../freedesktop.org.xml.in.h:11 +msgid "AR archive" +msgstr "Архив — AR" + +#: ../freedesktop.org.xml.in.h:12 +msgid "ARC archive" +msgstr "Архив — ARC" + +#: ../freedesktop.org.xml.in.h:13 +msgid "ARJ archive" +msgstr "Архив — ARJ" + +#: ../freedesktop.org.xml.in.h:14 +msgid "ASF video" +msgstr "Видео — ASF" + +#: ../freedesktop.org.xml.in.h:15 +msgid "ASP page" +msgstr "Страница — ASP" + +#: ../freedesktop.org.xml.in.h:16 +msgid "ATK inset" +msgstr "Сбор — ATK" + +#: ../freedesktop.org.xml.in.h:17 +msgid "AVI video" +msgstr "Видео — AVI" + +#: ../freedesktop.org.xml.in.h:18 +msgid "AWK script" +msgstr "Скрипт — AWK" + +#: ../freedesktop.org.xml.in.h:19 +msgid "AbiWord document" +msgstr "Документ — AbiWord" + +#: ../freedesktop.org.xml.in.h:20 +msgid "Ada source code" +msgstr "Изходен код — Ada" + +#: ../freedesktop.org.xml.in.h:21 +msgid "Adobe DNG negative" +msgstr "Изображение — Adobe DNG negative" + +#: ../freedesktop.org.xml.in.h:22 +msgid "Adobe FrameMaker MIF document" +msgstr "Документ — Adobe FrameMaker MIF" + +#: ../freedesktop.org.xml.in.h:23 +msgid "Adobe FrameMaker document" +msgstr "Документ — Adobe FrameMaker" + +#: ../freedesktop.org.xml.in.h:24 +msgid "Adobe FrameMaker font" +msgstr "Шрифт — Adobe FrameMaker" + +#: ../freedesktop.org.xml.in.h:25 +msgid "Adobe Illustrator document" +msgstr "Документ — Adobe Illustrator" + +#: ../freedesktop.org.xml.in.h:26 +msgid "Adobe font metrics" +msgstr "Шрифтова метрика — Adobe" + +#: ../freedesktop.org.xml.in.h:27 +msgid "Alzip archive" +msgstr "Архив — alzip" + +#: ../freedesktop.org.xml.in.h:28 +msgid "Amiga SoundTracker audio" +msgstr "Аудио — Amiga SoundTracker" + +#: ../freedesktop.org.xml.in.h:29 +msgid "Applix Graphics image" +msgstr "Изображение — Applix Graphics" + +#: ../freedesktop.org.xml.in.h:30 +msgid "Applix Spreadsheets spreadsheet" +msgstr "Таблица — Applix Spreadsheets" + +#: ../freedesktop.org.xml.in.h:31 +msgid "Applix Words document" +msgstr "Документ — Applix Words" + +#: ../freedesktop.org.xml.in.h:32 +msgid "Atom syndication feed" +msgstr "Емисия — Atom" + +#: ../freedesktop.org.xml.in.h:33 +msgid "AutoCAD image" +msgstr "Изображение — AutoCAD" + +#: ../freedesktop.org.xml.in.h:34 +msgid "BCPIO document" +msgstr "Документ — BCPIO" + +#: ../freedesktop.org.xml.in.h:35 +msgid "BDF font" +msgstr "Шрифт — BDF" + +#: ../freedesktop.org.xml.in.h:36 +msgid "BibTeX document" +msgstr "Документ — BibTeX" + +#: ../freedesktop.org.xml.in.h:37 +msgid "BitTorrent seed file" +msgstr "Файл-източник — BitTorrent" + +#: ../freedesktop.org.xml.in.h:38 +msgid "Blender scene" +msgstr "Сцена — Blender" + +#. http://en.wikipedia.org/wiki/Blu-ray_Disc +#. http://www.blu-raydisc.com/Section-13470/Section-13890/Index.html +#: ../freedesktop.org.xml.in.h:41 +msgid "Blu-ray video disc" +msgstr "Blu-ray — видео" + +#: ../freedesktop.org.xml.in.h:42 +msgid "Bzip archive" +msgstr "Архив — bzip" + +#: ../freedesktop.org.xml.in.h:43 +msgid "C header" +msgstr "Заглавен файл — C" + +#: ../freedesktop.org.xml.in.h:44 +msgid "C shell script" +msgstr "Скрипт — обвивка C" + +#: ../freedesktop.org.xml.in.h:45 +msgid "C source code" +msgstr "Изходен код — C" + +#: ../freedesktop.org.xml.in.h:46 +msgid "C# source code" +msgstr "Изходен код — C#" + +#: ../freedesktop.org.xml.in.h:47 +msgid "C++ header" +msgstr "Заглавен файл — C++" + +#: ../freedesktop.org.xml.in.h:48 +msgid "C++ source code" +msgstr "Изходен код — C++" + +#: ../freedesktop.org.xml.in.h:49 +msgid "CCITT G3 fax" +msgstr "Факс — CCITT G3" + +#: ../freedesktop.org.xml.in.h:50 +msgid "CD Table Of Contents" +msgstr "Съдържание на CD" + +#: ../freedesktop.org.xml.in.h:51 +msgid "CD image cuesheet" +msgstr "Описание на изображение на CD" + +#: ../freedesktop.org.xml.in.h:52 +msgid "CHM document" +msgstr "Документ — CHM" + +#: ../freedesktop.org.xml.in.h:53 +msgid "CMU raster image" +msgstr "Изображение — CMU raster" + +#: ../freedesktop.org.xml.in.h:54 +msgid "CMake source code" +msgstr "Изходен код — CMake" + +#: ../freedesktop.org.xml.in.h:55 +msgid "CPIO archive" +msgstr "Архив — CPIO" + +#: ../freedesktop.org.xml.in.h:56 +msgid "CPIO archive (gzip-compressed)" +msgstr "Архив — CPIO, компресиран с gzip" + +#: ../freedesktop.org.xml.in.h:57 +msgid "CSS stylesheet" +msgstr "Стилове — CSS" + +#: ../freedesktop.org.xml.in.h:58 +msgid "CSV document" +msgstr "Документ — CSV" + +#: ../freedesktop.org.xml.in.h:59 +msgid "Canon CR2 raw image" +msgstr "Изображение — Canon CR2 raw" + +#: ../freedesktop.org.xml.in.h:60 +msgid "Canon CRW raw image" +msgstr "Изображение — Canon CRW raw" + +#: ../freedesktop.org.xml.in.h:61 +msgid "ChangeLog document" +msgstr "Дневник за промени — ChangeLog" + +#: ../freedesktop.org.xml.in.h:62 +msgid "Cisco VPN Settings" +msgstr "Настройки — ВЧМ на Cisco" + +#: ../freedesktop.org.xml.in.h:63 +msgid "Citrix ICA settings file" +msgstr "Настройки — Citrix ICA" + +#: ../freedesktop.org.xml.in.h:64 +msgid "Commodore 64 audio" +msgstr "Аудио — Commodore 64" + +#: ../freedesktop.org.xml.in.h:65 +msgid "Computer Graphics Metafile" +msgstr "Метафайл — Computer Graphics" + +#: ../freedesktop.org.xml.in.h:66 +msgid "Corel Draw drawing" +msgstr "Чертеж — Corel Draw" + +#: ../freedesktop.org.xml.in.h:67 +msgid "D source code" +msgstr "Изходен код — D" + +#: ../freedesktop.org.xml.in.h:68 +msgid "DAR archive" +msgstr "Архив — DAR" + +#: ../freedesktop.org.xml.in.h:69 +msgid "DCL script" +msgstr "Скрипт — DCL" + +#: ../freedesktop.org.xml.in.h:70 +msgid "DER/PEM/Netscape-encoded X.509 certificate" +msgstr "Сертификат — кодиран във формат DER/PEM/Netscape X.509" + +#: ../freedesktop.org.xml.in.h:71 +msgid "DIB image" +msgstr "Изображение — DIB" + +#: ../freedesktop.org.xml.in.h:72 +msgid "DICOM image" +msgstr "Изображение — DICOM" + +#: ../freedesktop.org.xml.in.h:73 +msgid "DOS font" +msgstr "Шрифт — DOS" + +#: ../freedesktop.org.xml.in.h:74 +msgid "DOS/Windows executable" +msgstr "Изпълним файл — DOS/Windows" + +#: ../freedesktop.org.xml.in.h:75 +msgid "DPX image" +msgstr "Изображение — DPX" + +#: ../freedesktop.org.xml.in.h:76 +msgid "DSSSL document" +msgstr "Документ — DSSSL" + +#: ../freedesktop.org.xml.in.h:77 +msgid "DTD file" +msgstr "Документ — DTD" + +#: ../freedesktop.org.xml.in.h:78 +msgid "DV video" +msgstr "Видео — DV" + +#: ../freedesktop.org.xml.in.h:79 +msgid "DXF vector image" +msgstr "Изображение — DXF" + +#: ../freedesktop.org.xml.in.h:80 +msgid "Debian package" +msgstr "Пакет — Debian" + +#: ../freedesktop.org.xml.in.h:81 +msgid "Dia diagram" +msgstr "Диаграма — Dia" + +#: ../freedesktop.org.xml.in.h:82 +msgid "DirectDraw surface" +msgstr "Изображение — повърхност на DirectDraw" + +#: ../freedesktop.org.xml.in.h:83 +msgid "DjVu image" +msgstr "Изображение — DjVu" + +#: ../freedesktop.org.xml.in.h:84 +msgid "DocBook document" +msgstr "Документ — DocBook" + +#: ../freedesktop.org.xml.in.h:85 +msgid "Dolby Digital audio" +msgstr "Аудио — Dolby Digital" + +#: ../freedesktop.org.xml.in.h:86 +msgid "Dreamcast ROM" +msgstr "ROM — Dreamcast" + +#: ../freedesktop.org.xml.in.h:87 +msgid "ECMAScript program" +msgstr "Програма — ECMAScript" + +#: ../freedesktop.org.xml.in.h:88 +msgid "EMF image" +msgstr "Изображение — EMF" + +#: ../freedesktop.org.xml.in.h:89 +msgid "EPS image" +msgstr "Изображение — EPS" + +#: ../freedesktop.org.xml.in.h:90 +msgid "EPS image (bzip-compressed)" +msgstr "Изображение — EPS, компресирано с bzip" + +#: ../freedesktop.org.xml.in.h:91 +msgid "EPS image (gzip-compressed)" +msgstr "Изображение — EPS, компресирано с gzip" + +#: ../freedesktop.org.xml.in.h:92 +msgid "EXR image" +msgstr "Изображение — EXR" + +#: ../freedesktop.org.xml.in.h:93 +msgid "Egon Animator animation" +msgstr "Анимация — Egon Animator" + +#: ../freedesktop.org.xml.in.h:94 +msgid "Eiffel source code" +msgstr "Изходен код — Eiffel" + +#: ../freedesktop.org.xml.in.h:95 +msgid "Emacs Lisp source code" +msgstr "Изходен код — Emacs Lisp" + +#: ../freedesktop.org.xml.in.h:96 +msgid "Enlightenment theme" +msgstr "Тема — Enlightenment" + +#: ../freedesktop.org.xml.in.h:97 +msgid "Erlang source code" +msgstr "Изходен код — Erlang" + +#: ../freedesktop.org.xml.in.h:98 +msgid "Excel spreadsheet" +msgstr "Таблица — Excel" + +#: ../freedesktop.org.xml.in.h:99 +msgid "FITS document" +msgstr "Документ — FITS" + +#: ../freedesktop.org.xml.in.h:100 +msgid "FLAC audio" +msgstr "Аудио — FLAC" + +#: ../freedesktop.org.xml.in.h:101 +msgid "FLIC animation" +msgstr "Анимация — FLIC" + +#: ../freedesktop.org.xml.in.h:102 +msgid "FLTK Fluid file" +msgstr "Интерфейс — FLTK Fluid" + +#: ../freedesktop.org.xml.in.h:103 +msgid "FPX image" +msgstr "Изображение — FPX" + +#: ../freedesktop.org.xml.in.h:104 +msgid "FastTracker II audio" +msgstr "Аудио — FastTracker II" + +#: ../freedesktop.org.xml.in.h:105 +msgid "Flash video" +msgstr "Видео — Flash" + +#: ../freedesktop.org.xml.in.h:106 +msgid "Fortran source code" +msgstr "Изходен код — Fortran" + +#: ../freedesktop.org.xml.in.h:107 +msgid "Fuji RAF raw image" +msgstr "Изображение — Fuji RAF raw" + +#: ../freedesktop.org.xml.in.h:108 +msgid "G3 fax image" +msgstr "Изображение — факс G3" + +#: ../freedesktop.org.xml.in.h:109 +msgid "GDBM database" +msgstr "База от данни — GDBM" + +#: ../freedesktop.org.xml.in.h:110 +msgid "GEDCOM family history" +msgstr "Родословно дърво — GEDCOM" + +#: ../freedesktop.org.xml.in.h:111 +msgid "GIF image" +msgstr "Изображение — GIF" + +#: ../freedesktop.org.xml.in.h:112 +msgid "GIMP image" +msgstr "Изображение — GIMP" + +#: ../freedesktop.org.xml.in.h:113 +msgid "GMC link" +msgstr "Връзка — GMC" + +#: ../freedesktop.org.xml.in.h:114 +msgid "GNU Oleo spreadsheet" +msgstr "Таблица — GNU Oleo" + +#: ../freedesktop.org.xml.in.h:115 +msgid "GNU mail message" +msgstr "Съобщение — GNU mail" + +#: ../freedesktop.org.xml.in.h:116 +msgid "GNUnet search file" +msgstr "Указател за търсене — GNUnet" + +#: ../freedesktop.org.xml.in.h:117 +msgid "GTKtalog catalog" +msgstr "Каталог — Gtktalog" + +#: ../freedesktop.org.xml.in.h:118 +msgid "Game Boy Advance ROM" +msgstr "ROM — Game Boy Advance" + +#: ../freedesktop.org.xml.in.h:119 +msgid "Game Boy ROM" +msgstr "ROM — Game Boy" + +#. Translate this to Megadrive if the console was known as such in your locale +#. Should be Megadrive in all but en_US: http://en.wikipedia.org/wiki/Megadrive#History +#: ../freedesktop.org.xml.in.h:122 +msgid "Genesis ROM" +msgstr "ROM — Genesis" + +#: ../freedesktop.org.xml.in.h:123 +msgid "Glade project" +msgstr "Проект — Glade" + +#: ../freedesktop.org.xml.in.h:124 +msgid "GnuCash spreadsheet" +msgstr "Таблица — GnuCash" + +#: ../freedesktop.org.xml.in.h:125 +msgid "Gnumeric spreadsheet" +msgstr "Таблица — Gnumeric" + +#: ../freedesktop.org.xml.in.h:126 +msgid "Gnuplot document" +msgstr "Документ — Gnuplot" + +#: ../freedesktop.org.xml.in.h:127 +msgid "Google Video Pointer" +msgstr "Документ-указател към видео на Google" + +#: ../freedesktop.org.xml.in.h:128 +msgid "Graphite scientific graph" +msgstr "Графика — Graphite" + +#: ../freedesktop.org.xml.in.h:129 +msgid "Gzip archive" +msgstr "Архив — gzip" + +#. http://en.wikipedia.org/wiki/HD_DVD +#. http://www.dvdafteredit.com/wiki/The_HVDVD_TS_Folder +#: ../freedesktop.org.xml.in.h:132 +msgid "HD DVD video disc" +msgstr "HD DVD — видео" + +#: ../freedesktop.org.xml.in.h:133 +msgid "HDF document" +msgstr "Документ — HDF" + +#: ../freedesktop.org.xml.in.h:134 +msgid "HPGL file" +msgstr "Файл — HPGL" + +#: ../freedesktop.org.xml.in.h:135 +msgid "HTML document" +msgstr "Документ — HTML" + +#: ../freedesktop.org.xml.in.h:136 +msgid "Haansoft Hangul document" +msgstr "Документ — Haansoft Hangul" + +#: ../freedesktop.org.xml.in.h:137 +msgid "Haansoft Hangul document template" +msgstr "Шаблон за документ — Haansoft Hangul" + +#: ../freedesktop.org.xml.in.h:138 +msgid "Haskell source code" +msgstr "Изходен код на Haskell" + +#: ../freedesktop.org.xml.in.h:139 +msgid "ICO icon" +msgstr "Икона — ICO" + +#: ../freedesktop.org.xml.in.h:140 +msgid "IDL document" +msgstr "Документ — IDL" + +#: ../freedesktop.org.xml.in.h:141 +msgid "IEF image" +msgstr "Изображение — IEF" + +#: ../freedesktop.org.xml.in.h:142 +msgid "IFF image" +msgstr "Изображение — IFF" + +#: ../freedesktop.org.xml.in.h:143 +msgid "ILBM image" +msgstr "Изображение — ILBM" + +#: ../freedesktop.org.xml.in.h:144 +msgid "ISI video" +msgstr "Видео — ISI" + +#: ../freedesktop.org.xml.in.h:145 +msgid "Impulse Tracker audio" +msgstr "Аудио — Impulse Tracker" + +#: ../freedesktop.org.xml.in.h:146 +msgid "Internet shortcut" +msgstr "Адрес в Интернет" + +#: ../freedesktop.org.xml.in.h:147 +msgid "JAD document" +msgstr "Документ — JAD" + +#: ../freedesktop.org.xml.in.h:148 +msgid "JBuilder project" +msgstr "Проект — JBuilder" + +#: ../freedesktop.org.xml.in.h:149 +msgid "JET database" +msgstr "База от данни — JET" + +#: ../freedesktop.org.xml.in.h:150 +msgid "JNG image" +msgstr "Изображение — JNG" + +#: ../freedesktop.org.xml.in.h:151 +msgid "JNLP file" +msgstr "Файл — JNLP" + +#: ../freedesktop.org.xml.in.h:152 +msgid "JPEG image" +msgstr "Изображение — JPEG" + +#: ../freedesktop.org.xml.in.h:153 +msgid "JPEG-2000 image" +msgstr "Изображение — JPEG-2000" + +#: ../freedesktop.org.xml.in.h:154 +msgid "Java archive" +msgstr "Архив — Java" + +#: ../freedesktop.org.xml.in.h:155 +msgid "Java byte code" +msgstr "Байт код за Java" + +#: ../freedesktop.org.xml.in.h:156 +msgid "Java class" +msgstr "Клас на Java" + +#: ../freedesktop.org.xml.in.h:157 +msgid "Java source code" +msgstr "Изходен код на Java" + +#: ../freedesktop.org.xml.in.h:158 +msgid "JavaScript program" +msgstr "Програма на JavaScript" + +#: ../freedesktop.org.xml.in.h:159 +msgid "KChart chart" +msgstr "Диаграма — KChart" + +#: ../freedesktop.org.xml.in.h:160 +msgid "KFormula formula" +msgstr "Формула — KFormula" + +#: ../freedesktop.org.xml.in.h:161 +msgid "KIllustrator drawing" +msgstr "Чертеж — KIllustrator" + +#: ../freedesktop.org.xml.in.h:162 +msgid "KPovModeler scene" +msgstr "Сцена — KPovModeler" + +#: ../freedesktop.org.xml.in.h:163 +msgid "KPresenter presentation" +msgstr "Презентация — KPresenter" + +#: ../freedesktop.org.xml.in.h:164 +msgid "KSpread spreadsheet" +msgstr "Таблица — KSpread" + +#: ../freedesktop.org.xml.in.h:165 +msgid "KSpread spreadsheet (encrypted)" +msgstr "Таблица — KSpread, шифрирана" + +#: ../freedesktop.org.xml.in.h:166 +msgid "KSysV init package" +msgstr "Пакет — KSysV init" + +#: ../freedesktop.org.xml.in.h:167 +msgid "KWord document" +msgstr "Документ — KWord" + +#: ../freedesktop.org.xml.in.h:168 +msgid "KWord document (encrypted)" +msgstr "Документ — KWord, шифриран" + +#: ../freedesktop.org.xml.in.h:169 +msgid "Karbon14 drawing" +msgstr "Чертеж — Karbon14" + +#: ../freedesktop.org.xml.in.h:170 +msgid "Kivio flowchart" +msgstr "Диаграма — Kivio" + +#: ../freedesktop.org.xml.in.h:171 +msgid "Kodak DCR raw image" +msgstr "Изображение — Kodak DCR raw" + +#: ../freedesktop.org.xml.in.h:172 +msgid "Kodak K25 raw image" +msgstr "Изображение — Kodak K25 raw" + +#: ../freedesktop.org.xml.in.h:173 +msgid "Kodak KDC raw image" +msgstr "Изображение — Kodak KDC raw" + +#: ../freedesktop.org.xml.in.h:174 +msgid "Kontour drawing" +msgstr "Чертеж — Kontour" + +#: ../freedesktop.org.xml.in.h:175 +msgid "Krita document" +msgstr "Документ — Krita" + +#: ../freedesktop.org.xml.in.h:176 +msgid "Kugar document" +msgstr "Документ — Kugar" + +#: ../freedesktop.org.xml.in.h:177 +msgid "LDIF address book" +msgstr "Адресна книга — LDIF" + +#: ../freedesktop.org.xml.in.h:178 +msgid "LHA archive" +msgstr "Архив — LHA" + +#: ../freedesktop.org.xml.in.h:179 +msgid "LHS source code" +msgstr "Изходен код на LHS" + +#: ../freedesktop.org.xml.in.h:180 +msgid "LHZ archive" +msgstr "Архив — LHZ" + +#: ../freedesktop.org.xml.in.h:181 +msgid "LIBGRX font" +msgstr "Шрифт — LIBGRX" + +#: ../freedesktop.org.xml.in.h:182 +msgid "LZMA archive" +msgstr "Архив — LZMA" + +#: ../freedesktop.org.xml.in.h:183 +msgid "LZO archive" +msgstr "Архив — LZO" + +#: ../freedesktop.org.xml.in.h:184 +msgid "LightWave object" +msgstr "Обект — LightWave" + +#: ../freedesktop.org.xml.in.h:185 +msgid "LightWave scene" +msgstr "Сцена — LightWave" + +#: ../freedesktop.org.xml.in.h:186 +msgid "Lilypond music sheet" +msgstr "Нотация на Lilypond" + +#: ../freedesktop.org.xml.in.h:187 +msgid "Linux PSF console font" +msgstr "Шрифт — PSF, за конзолата на Линукс" + +#: ../freedesktop.org.xml.in.h:188 +msgid "Linux PSF console font (gzip-compressed)" +msgstr "Шрифт — Linux PSF, компресиран с gzip" + +#: ../freedesktop.org.xml.in.h:189 +msgid "Lotus 1-2-3 spreadsheet" +msgstr "Таблица — Lotus 1-2-3" + +#: ../freedesktop.org.xml.in.h:190 +msgid "Lotus AmiPro document" +msgstr "Документ — Lotus AmiPro" + +#: ../freedesktop.org.xml.in.h:191 +msgid "Lua script" +msgstr "Скрипт на Lua" + +#: ../freedesktop.org.xml.in.h:192 +msgid "LyX document" +msgstr "Документ — LyX" + +#: ../freedesktop.org.xml.in.h:193 +msgid "M4 macro" +msgstr "Макроси — M4" + +#: ../freedesktop.org.xml.in.h:194 +msgid "MATLAB script/function" +msgstr "Скрипт/функция — MATLAB" + +#: ../freedesktop.org.xml.in.h:195 +msgid "MIDI audio" +msgstr "Аудио — MIDI" + +#: ../freedesktop.org.xml.in.h:196 +msgid "MNG animation" +msgstr "Анимация — MNG" + +#: ../freedesktop.org.xml.in.h:197 +msgid "MP2 audio" +msgstr "Аудио — MP2" + +#: ../freedesktop.org.xml.in.h:198 +msgid "MP3 ShoutCast playlist" +msgstr "Списък за изпълнение — MP3 ShoutCast" + +#: ../freedesktop.org.xml.in.h:199 +msgid "MP3 audio" +msgstr "Аудио — MP3" + +#: ../freedesktop.org.xml.in.h:200 +msgid "MP3 audio (streamed)" +msgstr "Аудио — MP3, поточно" + +#: ../freedesktop.org.xml.in.h:201 +msgid "MPEG video" +msgstr "Видео — MPEG" + +#: ../freedesktop.org.xml.in.h:202 +msgid "MPEG-4 audio" +msgstr "Аудио — MPEG-4" + +#: ../freedesktop.org.xml.in.h:203 +msgid "MPEG-4 audio book" +msgstr "Аудио книга — MPEG-4" + +#: ../freedesktop.org.xml.in.h:204 +msgid "MPEG-4 video" +msgstr "Видео — MPEG-4" + +#: ../freedesktop.org.xml.in.h:205 +msgid "MPSub subtitles" +msgstr "Субтитри — MPSub" + +#: ../freedesktop.org.xml.in.h:206 +msgid "MRML playlist" +msgstr "Списък за изпълнение — MRML" + +#: ../freedesktop.org.xml.in.h:207 +msgid "MSX ROM" +msgstr "ROM — MSX" + +#: ../freedesktop.org.xml.in.h:208 +msgid "MacOS X icon" +msgstr "Икона — MacOS X" + +#: ../freedesktop.org.xml.in.h:209 +msgid "MacPaint Bitmap image" +msgstr "Изображение — MacPaint Bitmap" + +#: ../freedesktop.org.xml.in.h:210 +msgid "Macintosh AppleDouble-encoded file" +msgstr "Файл — кодиран с Macintosh AppleDouble" + +#: ../freedesktop.org.xml.in.h:211 +msgid "Macintosh BinHex-encoded file" +msgstr "Файл — кодиран във формат BinHex за Macintosh" + +#: ../freedesktop.org.xml.in.h:212 +msgid "Macintosh MacBinary file" +msgstr "Файл — MacBinary" + +#: ../freedesktop.org.xml.in.h:213 +msgid "Macintosh Quickdraw/PICT drawing" +msgstr "Чертеж — Macintosh Quickdraw/PICT" + +#: ../freedesktop.org.xml.in.h:214 +msgid "MagicPoint presentation" +msgstr "Презентация — MagicPoint" + +#: ../freedesktop.org.xml.in.h:215 +msgid "Makefile" +msgstr "Файл — make" + +#: ../freedesktop.org.xml.in.h:216 +msgid "Managed Object Format" +msgstr "Управлявани обекти — MOF" + +#: ../freedesktop.org.xml.in.h:217 +msgid "Markaby script" +msgstr "Скрипт — Markaby" + +#: ../freedesktop.org.xml.in.h:218 +msgid "MathML document" +msgstr "Документ — MathML" + +#: ../freedesktop.org.xml.in.h:219 +msgid "Mathematica Notebook" +msgstr "Тетрадка — Mathematica" + +#: ../freedesktop.org.xml.in.h:220 +msgid "Matroska audio" +msgstr "Аудио — Matroska" + +#: ../freedesktop.org.xml.in.h:221 +msgid "Matroska stream" +msgstr "Поток — Matroska" + +#: ../freedesktop.org.xml.in.h:222 +msgid "Matroska video" +msgstr "Видео — Matroska" + +#: ../freedesktop.org.xml.in.h:223 +msgid "MicroDVD subtitles" +msgstr "Субтитри — MicroDVD" + +#: ../freedesktop.org.xml.in.h:224 +msgid "Microsoft ASX playlist" +msgstr "Списък за изпълнение — Microsoft ASX" + +#: ../freedesktop.org.xml.in.h:225 +msgid "Microsoft Works document" +msgstr "Документ — Microsoft Works" + +#: ../freedesktop.org.xml.in.h:226 +msgid "MiniPSF audio" +msgstr "Аудио — MiniPSF" + +#: ../freedesktop.org.xml.in.h:227 +msgid "Minolta MRW raw image" +msgstr "Изображение — Minolta MRW raw" + +#: ../freedesktop.org.xml.in.h:228 +msgid "Monkey's audio" +msgstr "Аудио — Monkey" + +#: ../freedesktop.org.xml.in.h:229 +msgid "Mozilla bookmarks" +msgstr "Отметки — Mozilla" + +#: ../freedesktop.org.xml.in.h:230 +msgid "Mup publication" +msgstr "Издание — Mup" + +#: ../freedesktop.org.xml.in.h:231 +msgid "Musepack audio" +msgstr "Аудио — Musepack" + +#. Translate this to Famicom if the console was known as such in your locale +#: ../freedesktop.org.xml.in.h:233 +msgid "NES ROM" +msgstr "ROM — NES" + +#: ../freedesktop.org.xml.in.h:234 +msgid "NFO document" +msgstr "Документ — NFO" + +#: ../freedesktop.org.xml.in.h:235 +msgid "NIFF image" +msgstr "Изображение — NIFF" + +#: ../freedesktop.org.xml.in.h:236 +msgid "Nautilus link" +msgstr "Връзка — Nautilus" + +#: ../freedesktop.org.xml.in.h:237 +msgid "Nikon NEF raw image" +msgstr "Изображение — Nikon NEF raw" + +#: ../freedesktop.org.xml.in.h:238 +msgid "Nintendo DS ROM" +msgstr "ROM — Nintendo DS" + +#: ../freedesktop.org.xml.in.h:239 +msgid "Nintendo64 ROM" +msgstr "ROM — Nintendo64" + +#: ../freedesktop.org.xml.in.h:240 +msgid "NullSoft video" +msgstr "Видео — NullSoft" + +#: ../freedesktop.org.xml.in.h:241 +msgid "OCL file" +msgstr "Файл — OCL" + +#: ../freedesktop.org.xml.in.h:242 +msgid "OCaml source code" +msgstr "Изходен код — OCaml" + +#: ../freedesktop.org.xml.in.h:243 +msgid "ODA document" +msgstr "Документ — ODA" + +#: ../freedesktop.org.xml.in.h:244 +msgid "ODB database" +msgstr "База от данни — ODB" + +#: ../freedesktop.org.xml.in.h:245 +msgid "ODC chart" +msgstr "Диаграма — ODC" + +#: ../freedesktop.org.xml.in.h:246 +msgid "ODF formula" +msgstr "Формула — ODF" + +#: ../freedesktop.org.xml.in.h:247 +msgid "ODG drawing" +msgstr "Чертеж — ODG" + +#: ../freedesktop.org.xml.in.h:248 +msgid "ODG template" +msgstr "Шаблон — ODG" + +#: ../freedesktop.org.xml.in.h:249 +msgid "ODI image" +msgstr "Изображение — ODI" + +#: ../freedesktop.org.xml.in.h:250 +msgid "ODM document" +msgstr "Документ — ODM" + +#: ../freedesktop.org.xml.in.h:251 +msgid "ODP presentation" +msgstr "Презентация — ODP" + +#: ../freedesktop.org.xml.in.h:252 +msgid "ODP template" +msgstr "Шаблон — ODP" + +#: ../freedesktop.org.xml.in.h:253 +msgid "ODS spreadsheet" +msgstr "Таблица — ODS" + +#: ../freedesktop.org.xml.in.h:254 +msgid "ODS template" +msgstr "Шаблон — ODS" + +#: ../freedesktop.org.xml.in.h:255 +msgid "ODT document" +msgstr "Документ — ODT" + +#: ../freedesktop.org.xml.in.h:256 +msgid "ODT template" +msgstr "Шаблон — ODT" + +#: ../freedesktop.org.xml.in.h:257 +msgid "OGM video" +msgstr "Видео — OGM" + +#: ../freedesktop.org.xml.in.h:258 +msgid "OLE2 compound document storage" +msgstr "Съставен документ-хранилище — OLE2" + +#: ../freedesktop.org.xml.in.h:259 +msgid "OPML syndication feed" +msgstr "Емисия — OPML" + +#: ../freedesktop.org.xml.in.h:260 +msgid "OTH template" +msgstr "Шаблон — OTH" + +#: ../freedesktop.org.xml.in.h:261 +msgid "Objective-C source code" +msgstr "Изходен код — Objective C" + +#: ../freedesktop.org.xml.in.h:262 +msgid "Office drawing" +msgstr "Чертеж — Office" + +#: ../freedesktop.org.xml.in.h:263 +msgid "Ogg Audio" +msgstr "Аудио — Ogg" + +#: ../freedesktop.org.xml.in.h:264 +msgid "Ogg FLAC audio" +msgstr "Аудио — Ogg FLAC" + +#: ../freedesktop.org.xml.in.h:265 +msgid "Ogg Speex audio" +msgstr "Аудио — Ogg Speex" + +#: ../freedesktop.org.xml.in.h:266 +msgid "Ogg Theora video" +msgstr "Видео — Ogg Theora" + +#: ../freedesktop.org.xml.in.h:267 +msgid "Ogg Video" +msgstr "Видео — Ogg" + +#: ../freedesktop.org.xml.in.h:268 +msgid "Ogg Vorbis audio" +msgstr "Аудио — Ogg Vorbis" + +#: ../freedesktop.org.xml.in.h:269 +msgid "Ogg multimedia file" +msgstr "Мултимедия — Ogg" + +#: ../freedesktop.org.xml.in.h:270 +msgid "Olympus ORF raw image" +msgstr "Изображение — Olympus ORF raw" + +#: ../freedesktop.org.xml.in.h:271 +msgid "OpenOffice Calc spreadsheet" +msgstr "Шаблон за таблици — OpenOffice Calc" + +#: ../freedesktop.org.xml.in.h:272 +msgid "OpenOffice Calc template" +msgstr "Шаблон за таблици — OpenOffice Calc" + +#: ../freedesktop.org.xml.in.h:273 +msgid "OpenOffice Draw drawing" +msgstr "Чертеж — OpenOffice Draw" + +#: ../freedesktop.org.xml.in.h:274 +msgid "OpenOffice Draw template" +msgstr "Шаблон за чертежи — OpenOffice Draw" + +#: ../freedesktop.org.xml.in.h:275 +msgid "OpenOffice Impress presentation" +msgstr "Шаблон за презентации — OpenOffice Impress" + +#: ../freedesktop.org.xml.in.h:276 +msgid "OpenOffice Impress template" +msgstr "Шаблон за презентации — OpenOffice Impress" + +#: ../freedesktop.org.xml.in.h:277 +msgid "OpenOffice Math formula" +msgstr "Формула — OpenOffice Math" + +#: ../freedesktop.org.xml.in.h:278 +msgid "OpenOffice Writer document" +msgstr "Документ — OpenOffice Writer" + +#: ../freedesktop.org.xml.in.h:279 +msgid "OpenOffice Writer global document" +msgstr "Документ - глобален — OpenOffice Writer" + +#: ../freedesktop.org.xml.in.h:280 +msgid "OpenOffice Writer template" +msgstr "Шаблон за документи — OpenOffice Writer" + +#: ../freedesktop.org.xml.in.h:281 +msgid "OpenOffice.org extension" +msgstr "Разширение — OpenOffice" + +#: ../freedesktop.org.xml.in.h:282 +msgid "OpenType font" +msgstr "Шрифт — OpenType" + +#: ../freedesktop.org.xml.in.h:283 +msgid "PAK archive" +msgstr "Архив — PAK" + +#: ../freedesktop.org.xml.in.h:284 +msgid "PBM image" +msgstr "Изображение — PBM" + +#: ../freedesktop.org.xml.in.h:285 +msgid "PCD image" +msgstr "Изображение — PCD" + +#: ../freedesktop.org.xml.in.h:286 +msgid "PCF font" +msgstr "Шрифт — PCF" + +#: ../freedesktop.org.xml.in.h:287 +msgid "PCL file" +msgstr "Файл — PCL" + +#: ../freedesktop.org.xml.in.h:288 +msgid "PCM audio" +msgstr "Аудио — PCM" + +#: ../freedesktop.org.xml.in.h:289 +msgid "PCX image" +msgstr "Изображение — PCX" + +#: ../freedesktop.org.xml.in.h:290 +msgid "PDF document" +msgstr "Документ — PDF" + +#: ../freedesktop.org.xml.in.h:291 +msgid "PDF document (bzip-compressed)" +msgstr "Документ — PDF, компресиран с bzip" + +#: ../freedesktop.org.xml.in.h:292 +msgid "PDF document (gzip-compressed)" +msgstr "Документ — PDF, компресиран с gzip" + +#: ../freedesktop.org.xml.in.h:293 +msgid "PEF executable" +msgstr "Изпълним файл — PEF" + +#: ../freedesktop.org.xml.in.h:294 +msgid "PGM image" +msgstr "Изображение — PGM" + +#: ../freedesktop.org.xml.in.h:295 +msgid "PGN chess game notation" +msgstr "Игра шах — PGN" + +#: ../freedesktop.org.xml.in.h:296 +msgid "PGP keys" +msgstr "Ключове — PGP" + +#: ../freedesktop.org.xml.in.h:297 +msgid "PGP/MIME-encrypted message header" +msgstr "Заглавна част на шифрирано съобщение — PGP/MIME" + +#: ../freedesktop.org.xml.in.h:298 +msgid "PHP script" +msgstr "Скрипт — PHP" + +#: ../freedesktop.org.xml.in.h:299 +msgid "PKCS#10 certification request" +msgstr "Заявка за сертификат — PKCS#10" + +#: ../freedesktop.org.xml.in.h:300 +msgid "PKCS#12 certificate bundle" +msgstr "Сбор със сертификати — PKCS#12" + +#: ../freedesktop.org.xml.in.h:301 +msgid "PNG image" +msgstr "Изображение — PNG" + +#: ../freedesktop.org.xml.in.h:302 +msgid "PNM image" +msgstr "Изображение — PNM" + +#: ../freedesktop.org.xml.in.h:303 +msgid "PPM image" +msgstr "Изображение — PPM" + +#: ../freedesktop.org.xml.in.h:304 +msgid "PS document" +msgstr "Документ — PS" + +#: ../freedesktop.org.xml.in.h:305 +msgid "PSD image" +msgstr "Изображение — PSD" + +#: ../freedesktop.org.xml.in.h:306 +msgid "PSF audio" +msgstr "Аудио — PSF" + +#: ../freedesktop.org.xml.in.h:307 +msgid "PSFlib audio library" +msgstr "Аудио библиотека — PSFlib" + +#: ../freedesktop.org.xml.in.h:308 +msgid "Pack200 Java archive" +msgstr "Архив — Java Pack200" + +#: ../freedesktop.org.xml.in.h:309 +msgid "Palm OS database" +msgstr "База от данни — Palm OS" + +#: ../freedesktop.org.xml.in.h:310 +msgid "Panasonic raw image" +msgstr "Изображение — Panasonic raw" + +#: ../freedesktop.org.xml.in.h:311 +msgid "Parchive archive" +msgstr "Архив — parchive" + +#: ../freedesktop.org.xml.in.h:312 +msgid "Pascal source code" +msgstr "Изходен код — Pascal" + +#: ../freedesktop.org.xml.in.h:313 +msgid "Pathetic Writer document" +msgstr "Документ — Pathetic Writer" + +#: ../freedesktop.org.xml.in.h:314 +msgid "Pentax PEF raw image" +msgstr "Изображение — Pentax PEF raw" + +#: ../freedesktop.org.xml.in.h:315 +msgid "Perl script" +msgstr "Скрипт — Perl" + +#. http://en.wikipedia.org/wiki/Picture_CD +#. http://www.re.org/kristin/picturecd.html +#: ../freedesktop.org.xml.in.h:318 +msgid "Picture CD" +msgstr "CD — изображения" + +#: ../freedesktop.org.xml.in.h:319 +msgid "PlanPerfect spreadsheet" +msgstr "Таблица — PlanPerfect" + +#: ../freedesktop.org.xml.in.h:320 +msgid "Plucker document" +msgstr "Документ — Plucker" + +#: ../freedesktop.org.xml.in.h:321 +msgid "PostScript document (bzip-compressed)" +msgstr "Документ — PostScript, компресиран с bzip" + +#: ../freedesktop.org.xml.in.h:322 +msgid "PostScript document (gzip-compressed)" +msgstr "Документ — PostScript, компресиран с gzip" + +#: ../freedesktop.org.xml.in.h:323 +msgid "Postscript type-1 font" +msgstr "Шрифт — Postscript Type 1" + +#: ../freedesktop.org.xml.in.h:324 +msgid "PowerPoint presentation" +msgstr "Презентация — PowerPoint" + +#: ../freedesktop.org.xml.in.h:325 +msgid "Python bytecode" +msgstr "Байт код — Python" + +#: ../freedesktop.org.xml.in.h:326 +msgid "Python script" +msgstr "Скрипт — Python" + +#: ../freedesktop.org.xml.in.h:327 +msgid "Qt Designer file" +msgstr "Файл — Qt Designer" + +#: ../freedesktop.org.xml.in.h:328 +msgid "Qt MOC file" +msgstr "Файл — Qt MOC" + +#: ../freedesktop.org.xml.in.h:329 +msgid "Quattro Pro spreadsheet" +msgstr "Таблица — Quattro Pro" + +#: ../freedesktop.org.xml.in.h:330 +msgid "QuickTime image" +msgstr "Изображение — QuickTime" + +#: ../freedesktop.org.xml.in.h:331 +msgid "QuickTime metalink playlist" +msgstr "Списък за изпълнение — QuickTime" + +#: ../freedesktop.org.xml.in.h:332 +msgid "QuickTime video" +msgstr "Видео — QuickTime" + +#: ../freedesktop.org.xml.in.h:333 +msgid "Quicken document" +msgstr "Документ — Quicken" + +#: ../freedesktop.org.xml.in.h:334 +msgid "RAR archive" +msgstr "Архив — RAR" + +#: ../freedesktop.org.xml.in.h:335 +msgid "RDF file" +msgstr "Файл — RDF" + +#: ../freedesktop.org.xml.in.h:336 +msgid "README document" +msgstr "Документ — „Да се прочете“" + +#: ../freedesktop.org.xml.in.h:337 +msgid "RGB image" +msgstr "Изображение — RGB" + +#: ../freedesktop.org.xml.in.h:338 +msgid "RIFF audio" +msgstr "Аудио — RIFF" + +#: ../freedesktop.org.xml.in.h:339 +msgid "RPM package" +msgstr "Пакет — RPM" + +#: ../freedesktop.org.xml.in.h:340 +msgid "RPM spec file" +msgstr "Файл — спецификация за RPM" + +#: ../freedesktop.org.xml.in.h:341 +msgid "RSS summary" +msgstr "Обобщение за сайтове — RSS" + +#: ../freedesktop.org.xml.in.h:342 +msgid "RTF document" +msgstr "Документ — RTF" + +#: ../freedesktop.org.xml.in.h:343 +msgid "RealAudio document" +msgstr "Документ — RealAudio" + +#: ../freedesktop.org.xml.in.h:344 +msgid "RealMedia Metafile" +msgstr "Метафайл — RealMedia" + +#: ../freedesktop.org.xml.in.h:345 +msgid "RealMedia document" +msgstr "Документ — RealMedia" + +#: ../freedesktop.org.xml.in.h:346 +msgid "RealPix document" +msgstr "Документ — RealPix" + +#: ../freedesktop.org.xml.in.h:347 +msgid "RealText document" +msgstr "Документ — RealText" + +#: ../freedesktop.org.xml.in.h:348 +msgid "RealVideo document" +msgstr "Документ — RealVideo" + +#: ../freedesktop.org.xml.in.h:349 +msgid "Ruby script" +msgstr "Скрипт — Ruby" + +#: ../freedesktop.org.xml.in.h:350 +msgid "Run Length Encoded bitmap image" +msgstr "Изображение — RLE Bitmap" + +#: ../freedesktop.org.xml.in.h:351 +msgid "S/MIME file" +msgstr "Файл — S/MIME" + +#: ../freedesktop.org.xml.in.h:352 +msgid "SAMI subtitles" +msgstr "Субтитри — SAMI" + +#: ../freedesktop.org.xml.in.h:353 +msgid "SC/Xspread spreadsheet" +msgstr "Таблица — SC/Xspread" + +#: ../freedesktop.org.xml.in.h:354 +msgid "SDP multicast stream file" +msgstr "Файл за поток — SDP multicast" + +#. translators: a record is in this context a description of a board game +#. that has been played, and that can be played back again: +#. http://www.red-bean.com/sgf/ +#: ../freedesktop.org.xml.in.h:358 +msgid "SGF record" +msgstr "Запис — SGF" + +#: ../freedesktop.org.xml.in.h:359 +msgid "SGI image" +msgstr "Изображение — SGI" + +#: ../freedesktop.org.xml.in.h:360 +msgid "SGI video" +msgstr "Видео — SGI" + +#: ../freedesktop.org.xml.in.h:361 +msgid "SGML document" +msgstr "Документ — SGML" + +#: ../freedesktop.org.xml.in.h:362 +msgid "SIS package" +msgstr "Пакет — SIS" + +#: ../freedesktop.org.xml.in.h:363 +msgid "SISX package" +msgstr "Пакет — SISX" + +#: ../freedesktop.org.xml.in.h:364 +msgid "SMAF audio" +msgstr "Аудио — SMAF" + +#: ../freedesktop.org.xml.in.h:365 +msgid "SMIL document" +msgstr "Документ — SMIL" + +#: ../freedesktop.org.xml.in.h:366 +msgid "SQL code" +msgstr "Код — SQL" + +#: ../freedesktop.org.xml.in.h:367 +msgid "SQLite2 database" +msgstr "База от данни — SQLite2" + +#: ../freedesktop.org.xml.in.h:368 +msgid "SQLite3 database" +msgstr "База от данни — SQLite3" + +#: ../freedesktop.org.xml.in.h:369 +msgid "SSA subtitles" +msgstr "Субтитри — SSA" + +#: ../freedesktop.org.xml.in.h:370 +msgid "SV4 CPIO archive" +msgstr "Архив — SV4 CPIO" + +#: ../freedesktop.org.xml.in.h:371 +msgid "SV4 CPIO archive (with CRC)" +msgstr "Архив — SV4 CPIO, проверка за грешки CRC" + +#: ../freedesktop.org.xml.in.h:372 +msgid "SVG image" +msgstr "Изображение — SVG" + +#: ../freedesktop.org.xml.in.h:373 +msgid "Scheme source code" +msgstr "Изходен код — Scheme" + +#: ../freedesktop.org.xml.in.h:374 +msgid "Scream Tracker 3 audio" +msgstr "Аудио — Scream Tracker 3" + +#: ../freedesktop.org.xml.in.h:375 +msgid "Scream Tracker audio" +msgstr "Аудио — Scream Tracker" + +#: ../freedesktop.org.xml.in.h:376 +msgid "Scream Tracker instrument" +msgstr "Инструмент — Scream Tracker" + +#: ../freedesktop.org.xml.in.h:377 +msgid "Sega Master System/Game Gear ROM" +msgstr "ROM — Sega Master System/Game Gear" + +#: ../freedesktop.org.xml.in.h:378 +msgid "Setext document" +msgstr "Документ — Setext" + +#: ../freedesktop.org.xml.in.h:379 +msgid "Shockwave Flash file" +msgstr "Файл — Shockwave Flash" + +#. translators: "Shorten" is the name of an audio codec +#: ../freedesktop.org.xml.in.h:381 +msgid "Shorten audio" +msgstr "Аудио — Shorten" + +#: ../freedesktop.org.xml.in.h:382 +msgid "Siag spreadsheet" +msgstr "Таблица — Siag" + +#: ../freedesktop.org.xml.in.h:383 +msgid "Sieve mail filter script" +msgstr "Скрипт-филтър за пресяване на поща" + +#: ../freedesktop.org.xml.in.h:384 +msgid "Sigma X3F raw image" +msgstr "Изображение — Sigma X3F raw" + +#: ../freedesktop.org.xml.in.h:385 +msgid "Skencil document" +msgstr "Документ — Skencil" + +#: ../freedesktop.org.xml.in.h:386 +msgid "Sony ARW raw image" +msgstr "Изображение — Sony ARW raw" + +#: ../freedesktop.org.xml.in.h:387 +msgid "Sony SR2 raw image" +msgstr "Изображение — Sony SR2 raw" + +#: ../freedesktop.org.xml.in.h:388 +msgid "Sony SRF raw image" +msgstr "Изображение — Sony SRF raw" + +#: ../freedesktop.org.xml.in.h:389 +msgid "Speedo font" +msgstr "Шрифт — Speedo" + +#: ../freedesktop.org.xml.in.h:390 +msgid "Speex audio" +msgstr "Аудио — Speex" + +#: ../freedesktop.org.xml.in.h:391 +msgid "Stampede package" +msgstr "Пакет — Stampede" + +#: ../freedesktop.org.xml.in.h:392 +msgid "StarCalc spreadsheet" +msgstr "Таблица — StarCalc" + +#: ../freedesktop.org.xml.in.h:393 +msgid "StarChart chart" +msgstr "Диаграма — StarChart" + +#: ../freedesktop.org.xml.in.h:394 +msgid "StarDraw drawing" +msgstr "Чертеж — StarDraw" + +#: ../freedesktop.org.xml.in.h:395 +msgid "StarImpress presentation" +msgstr "Презентация — StarImpress" + +#: ../freedesktop.org.xml.in.h:396 +msgid "StarMail email" +msgstr "Електронно писмо — StarMail" + +#: ../freedesktop.org.xml.in.h:397 +msgid "StarMath formula" +msgstr "Формула — StarMath" + +#: ../freedesktop.org.xml.in.h:398 +msgid "StarWriter document" +msgstr "Документ — StarWriter" + +#: ../freedesktop.org.xml.in.h:399 +msgid "StuffIt archive" +msgstr "Архив — StuffIt" + +#: ../freedesktop.org.xml.in.h:400 +msgid "SubRip subtitles" +msgstr "Субтитри — SubRip" + +#: ../freedesktop.org.xml.in.h:401 +msgid "SubViewer subtitles" +msgstr "Субтитри — SubViewer" + +#: ../freedesktop.org.xml.in.h:402 +msgid "Sun raster image" +msgstr "Изображение — Sun raster" + +#: ../freedesktop.org.xml.in.h:403 +msgid "SunOS News font" +msgstr "Шрифт — SunOS News" + +#. Translate this as Super Famicom (in Far East Asia) or Super Nintendo (in Europe) if the console was known as such in your locale +#: ../freedesktop.org.xml.in.h:405 +msgid "Super NES ROM" +msgstr "ROM — Super NES" + +#. http://en.wikipedia.org/wiki/Super_Video_CD +#. http://everything2.com/index.pl?node_id=1009222 +#: ../freedesktop.org.xml.in.h:408 +msgid "Super Video CD" +msgstr "CD — супер видео" + +#: ../freedesktop.org.xml.in.h:409 +msgid "T602 document" +msgstr "Документ — T602" + +#: ../freedesktop.org.xml.in.h:410 +msgid "TGA image" +msgstr "Изображение — TGA" + +#: ../freedesktop.org.xml.in.h:411 +msgid "TGIF document" +msgstr "Документ — TGIF" + +#: ../freedesktop.org.xml.in.h:412 +msgid "TIFF image" +msgstr "Изображение — TIFF" + +#: ../freedesktop.org.xml.in.h:413 +msgid "TNEF message" +msgstr "Съобщение — TNEF" + +#: ../freedesktop.org.xml.in.h:414 +msgid "TSV document" +msgstr "Документ — TSV" + +#: ../freedesktop.org.xml.in.h:415 +msgid "Tar archive" +msgstr "Архив — tar" + +#: ../freedesktop.org.xml.in.h:416 +msgid "Tar archive (LZMA-compressed)" +msgstr "Архив — tar, компресиран с LZMA" + +#: ../freedesktop.org.xml.in.h:417 +msgid "Tar archive (LZO-compressed)" +msgstr "Архив — tar, компресиран с LZO" + +#: ../freedesktop.org.xml.in.h:418 +msgid "Tar archive (bzip-compressed)" +msgstr "Архив — tar, компресиран с bzip" + +#: ../freedesktop.org.xml.in.h:419 +msgid "Tar archive (compressed)" +msgstr "Архив — tar, компресиран" + +#: ../freedesktop.org.xml.in.h:420 +msgid "Tar archive (gzip-compressed)" +msgstr "Архив — tar, компресиран с gzip" + +#: ../freedesktop.org.xml.in.h:421 +msgid "Tcl script" +msgstr "Скрипт — Tcl" + +#: ../freedesktop.org.xml.in.h:422 +msgid "TeX DVI document" +msgstr "Документ — TeX DVI" + +#: ../freedesktop.org.xml.in.h:423 +msgid "TeX DVI document (bzip-compressed)" +msgstr "Документ — TeX DVI, компресиран с bzip" + +#: ../freedesktop.org.xml.in.h:424 +msgid "TeX DVI document (gzip-compressed)" +msgstr "Документ — TeX DVI, компресиран с gzip" + +#: ../freedesktop.org.xml.in.h:425 +msgid "TeX document" +msgstr "Документ — TeX" + +#: ../freedesktop.org.xml.in.h:426 +msgid "TeX font" +msgstr "Шрифт — TeX" + +#: ../freedesktop.org.xml.in.h:427 +msgid "TeX font metrics" +msgstr "Шрифтова метрика — TeX" + +#: ../freedesktop.org.xml.in.h:428 +msgid "TeXInfo document" +msgstr "Документ — TeXInfo" + +#: ../freedesktop.org.xml.in.h:429 +msgid "ToutDoux document" +msgstr "Документ — ToutDoux" + +#: ../freedesktop.org.xml.in.h:430 +msgid "Troff ME input document" +msgstr "Изходен документ — Troff ME" + +#: ../freedesktop.org.xml.in.h:431 +msgid "Troff MM input document" +msgstr "Изходен документ — Troff MM" + +#: ../freedesktop.org.xml.in.h:432 +msgid "Troff MS input document" +msgstr "Изходен документ — Troff MS" + +#: ../freedesktop.org.xml.in.h:433 +msgid "Troff document" +msgstr "Документ — Troff" + +#: ../freedesktop.org.xml.in.h:434 +msgid "Troff document (with manpage macros)" +msgstr "Документ — Troff, с макроси за справочни страници" + +#: ../freedesktop.org.xml.in.h:435 +msgid "TrueAudio audio" +msgstr "Аудио — TrueAudio" + +#: ../freedesktop.org.xml.in.h:436 +msgid "TrueType XML font" +msgstr "Шрифт — TrueType XML" + +#: ../freedesktop.org.xml.in.h:437 +msgid "TrueType font" +msgstr "Шрифт — TrueType" + +#: ../freedesktop.org.xml.in.h:438 +msgid "UFRaw ID image" +msgstr "Изображение — UFRaw ID" + +#: ../freedesktop.org.xml.in.h:439 +msgid "ULAW (Sun) audio" +msgstr "Аудио — ULAW, Sun" + +#: ../freedesktop.org.xml.in.h:440 +msgid "UNIX-compressed file" +msgstr "Файл — компресиран за UNIX" + +#: ../freedesktop.org.xml.in.h:441 +msgid "Unidata NetCDF document" +msgstr "Документ — Unidata NetCDF" + +#: ../freedesktop.org.xml.in.h:442 +msgid "Usenet news message" +msgstr "Съобщение — Usenet news" + +#: ../freedesktop.org.xml.in.h:443 +msgid "Ustar archive" +msgstr "Архив — ustar" + +#: ../freedesktop.org.xml.in.h:444 +msgid "V font" +msgstr "Шрифт — V" + +#: ../freedesktop.org.xml.in.h:445 +msgid "VCS/ICS calendar" +msgstr "Календар — VCS/ICS" + +#: ../freedesktop.org.xml.in.h:446 +msgid "VHDL document" +msgstr "Документ — VHDL" + +#: ../freedesktop.org.xml.in.h:447 +msgid "VOC audio" +msgstr "Аудио — VOC" + +#: ../freedesktop.org.xml.in.h:448 +msgid "VRML document" +msgstr "Документ — VRML" + +#: ../freedesktop.org.xml.in.h:449 +msgid "Vala source code" +msgstr "Изходен код — Vala" + +#. http://en.wikipedia.org/wiki/Video_CD +#. http://www.herongyang.com/CD-DVD/VCD-Movie-File-Directory-Structure.html +#: ../freedesktop.org.xml.in.h:452 +msgid "Video CD" +msgstr "CD — видео" + +#: ../freedesktop.org.xml.in.h:453 +msgid "Vivo video" +msgstr "Видео — Vivo" + +#: ../freedesktop.org.xml.in.h:454 +msgid "WAIS source code" +msgstr "Изходен код — WAIS" + +#: ../freedesktop.org.xml.in.h:455 +msgid "WAV audio" +msgstr "Аудио — WAV" + +#: ../freedesktop.org.xml.in.h:456 +msgid "WBMP image" +msgstr "Изображение — WBMP" + +#: ../freedesktop.org.xml.in.h:457 +msgid "WMF image" +msgstr "Изображение — WMF" + +#: ../freedesktop.org.xml.in.h:458 +msgid "WML document" +msgstr "Документ — WML" + +#: ../freedesktop.org.xml.in.h:459 +msgid "WMLScript program" +msgstr "Програма — WMLScript" + +#: ../freedesktop.org.xml.in.h:460 +msgid "WRI document" +msgstr "Документ — WRI" + +#: ../freedesktop.org.xml.in.h:461 +msgid "WavPack audio" +msgstr "Аудио — WavPack" + +#: ../freedesktop.org.xml.in.h:462 +msgid "WavPack audio correction file" +msgstr "Файл за корекции на аудио — WavPack" + +#: ../freedesktop.org.xml.in.h:463 +msgid "Wavelet video" +msgstr "Видео — Wavelet" + +#: ../freedesktop.org.xml.in.h:464 +msgid "Windows BMP image" +msgstr "Изображение — Windows BMP" + +#: ../freedesktop.org.xml.in.h:465 +msgid "Windows Installer package" +msgstr "Пакет — инсталация за Windows" + +#: ../freedesktop.org.xml.in.h:466 +msgid "Windows Media Station file" +msgstr "Файл — Windows Media Station" + +#: ../freedesktop.org.xml.in.h:467 +msgid "Windows Media audio" +msgstr "Аудио — Windows Media" + +#: ../freedesktop.org.xml.in.h:468 +msgid "Windows Media video" +msgstr "Видео — Windows Media" + +#: ../freedesktop.org.xml.in.h:469 +msgid "Windows Registry extract" +msgstr "Извадка от регистъра на Windows" + +#: ../freedesktop.org.xml.in.h:470 +msgid "Windows animated cursor" +msgstr "Курсор — Windows, анимиран" + +#: ../freedesktop.org.xml.in.h:471 +msgid "Windows cursor" +msgstr "Курсор — Windows" + +#: ../freedesktop.org.xml.in.h:472 +msgid "Word document" +msgstr "Документ — Word" + +#: ../freedesktop.org.xml.in.h:473 +msgid "Word template" +msgstr "Шаблон — Word" + +#: ../freedesktop.org.xml.in.h:474 +msgid "WordPerfect document" +msgstr "Документ — WordPerfect" + +#: ../freedesktop.org.xml.in.h:475 +msgid "WordPerfect/Drawperfect image" +msgstr "Изображение — WordPerfect/Drawperfect" + +#: ../freedesktop.org.xml.in.h:476 +msgid "X window image" +msgstr "Изображение — X Window" + +#: ../freedesktop.org.xml.in.h:477 +msgid "X-Motif UIL table" +msgstr "Таблица — X-Motif UIL" + +#: ../freedesktop.org.xml.in.h:478 +msgid "X11 cursor" +msgstr "Курсор — X11" + +#: ../freedesktop.org.xml.in.h:479 +msgid "XBEL bookmarks" +msgstr "Отметки — XBEL" + +#: ../freedesktop.org.xml.in.h:480 +msgid "XBM image" +msgstr "Изображение — XBM" + +#: ../freedesktop.org.xml.in.h:481 +msgid "XFig image" +msgstr "Изображение — XFig" + +#: ../freedesktop.org.xml.in.h:482 +msgid "XHTML page" +msgstr "Страница — XHTML" + +#: ../freedesktop.org.xml.in.h:483 +msgid "XLIFF translation file" +msgstr "Превод — XLIFF" + +#: ../freedesktop.org.xml.in.h:484 +msgid "XMCD CD database" +msgstr "База от данни за CD-та — XMCD" + +#: ../freedesktop.org.xml.in.h:485 +msgid "XMF audio" +msgstr "Аудио — XMF" + +#: ../freedesktop.org.xml.in.h:486 +msgid "XMI file" +msgstr "Файл — XMI" + +#: ../freedesktop.org.xml.in.h:487 +msgid "XML document" +msgstr "Документ — XML" + +#: ../freedesktop.org.xml.in.h:488 +msgid "XML entities document" +msgstr "Документ — заместващи последователности в XML" + +#: ../freedesktop.org.xml.in.h:489 +msgid "XPM image" +msgstr "Изображение — XPM" + +#: ../freedesktop.org.xml.in.h:490 +msgid "XPS document" +msgstr "Документ — XPS" + +#: ../freedesktop.org.xml.in.h:491 +msgid "XSL FO file" +msgstr "Форматиращ файл — XSL FO" + +#: ../freedesktop.org.xml.in.h:492 +msgid "XSLT stylesheet" +msgstr "Стилове — XSLT" + +#: ../freedesktop.org.xml.in.h:493 +msgid "XSPF playlist" +msgstr "Списък за изпълнение — XSPF" + +#: ../freedesktop.org.xml.in.h:494 +msgid "XUL document" +msgstr "Документ — XUL" + +#: ../freedesktop.org.xml.in.h:495 +msgid "XUL interface document" +msgstr "Документ — интерфейс за XUL" + +#: ../freedesktop.org.xml.in.h:496 +msgid "Xbase document" +msgstr "Документ — Xbase" + +#: ../freedesktop.org.xml.in.h:497 +msgid "Zip archive" +msgstr "Архив — zip" + +#: ../freedesktop.org.xml.in.h:498 +msgid "Zoo archive" +msgstr "Архив — zoo" + +#: ../freedesktop.org.xml.in.h:499 +msgid "application log" +msgstr "Файл-дневник на приложение" + +#. http://en.wikipedia.org/wiki/Red_Book_(audio_CD_standard) +#: ../freedesktop.org.xml.in.h:501 +msgid "audio CD" +msgstr "CD — аудио" + +#. http://en.wikipedia.org/wiki/DVD-Audio +#: ../freedesktop.org.xml.in.h:503 +msgid "audio DVD" +msgstr "DVD — аудио" + +#: ../freedesktop.org.xml.in.h:504 +msgid "author credits" +msgstr "Благодарности към авторите" + +#: ../freedesktop.org.xml.in.h:505 +msgid "author list" +msgstr "Списък на авторите" + +#: ../freedesktop.org.xml.in.h:506 +msgid "backup file" +msgstr "Резервно копие" + +#. http://en.wikipedia.org/wiki/Blu-ray_Disc +#: ../freedesktop.org.xml.in.h:508 +msgid "blank Blu-ray disc" +msgstr "Blu-ray — празно" + +#. http://en.wikipedia.org/wiki/Compact_Disc +#: ../freedesktop.org.xml.in.h:510 +msgid "blank CD disc" +msgstr "CD — празно" + +#. http://en.wikipedia.org/wiki/DVD +#: ../freedesktop.org.xml.in.h:512 +msgid "blank DVD disc" +msgstr "DVD — празно" + +#. http://en.wikipedia.org/wiki/HD_DVD +#: ../freedesktop.org.xml.in.h:514 +msgid "blank HD DVD disc" +msgstr "HD DVD — празно" + +#: ../freedesktop.org.xml.in.h:515 +msgid "block device" +msgstr "Блоково устройство" + +#: ../freedesktop.org.xml.in.h:516 +msgid "character device" +msgstr "Символно устройство" + +#: ../freedesktop.org.xml.in.h:517 +msgid "comic book archive" +msgstr "Архив — комикси" + +#: ../freedesktop.org.xml.in.h:518 +msgid "compound document" +msgstr "Съставен документ" + +#: ../freedesktop.org.xml.in.h:519 +msgid "compound documents" +msgstr "Съставни документи" + +#: ../freedesktop.org.xml.in.h:520 +msgid "compressed GIMP image" +msgstr "Изображение — GIMP, компресирано" + +#: ../freedesktop.org.xml.in.h:521 +msgid "compressed SVG image" +msgstr "Изображение — SVG, компресирано" + +#: ../freedesktop.org.xml.in.h:522 +msgid "compressed Tracker audio" +msgstr "Аудио — Tracker, компресирано" + +#: ../freedesktop.org.xml.in.h:523 +msgid "desktop configuration file" +msgstr "Файл с информация за работния плот" + +#: ../freedesktop.org.xml.in.h:524 +msgid "detached OpenPGP signature" +msgstr "Отделен подпис — OpenPGP" + +#: ../freedesktop.org.xml.in.h:525 +msgid "detached S/MIME signature" +msgstr "Отделен подпис — S/MIME" + +#: ../freedesktop.org.xml.in.h:526 +msgid "differences between files" +msgstr "Разлики между файлове" + +#. http://en.wikipedia.org/wiki/Design_rule_for_Camera_File_system +#: ../freedesktop.org.xml.in.h:528 +msgid "digital photos" +msgstr "Цифрови фотографии" + +#: ../freedesktop.org.xml.in.h:529 +msgid "digital raw image" +msgstr "Изображение — digital raw" + +#: ../freedesktop.org.xml.in.h:530 +msgid "eMusic download package" +msgstr "Пакет за сваляне — eMusic" + +#: ../freedesktop.org.xml.in.h:531 +msgid "electronic book document" +msgstr "Документ — електронна книга" + +#: ../freedesktop.org.xml.in.h:532 +msgid "electronic business card" +msgstr "Електронна визитна картичка" + +#: ../freedesktop.org.xml.in.h:533 +msgid "email headers" +msgstr "Заглавни части на електронни писма" + +#: ../freedesktop.org.xml.in.h:534 +msgid "email message" +msgstr "Съобщение по електронната поща" + +#: ../freedesktop.org.xml.in.h:535 +msgid "empty document" +msgstr "Празен документ" + +#: ../freedesktop.org.xml.in.h:536 +msgid "encrypted message" +msgstr "Шифрирано съобщение" + +#: ../freedesktop.org.xml.in.h:537 +msgid "enriched text document" +msgstr "Документ с обогатен текст" + +#: ../freedesktop.org.xml.in.h:538 +msgid "executable" +msgstr "Изпълним файл" + +#: ../freedesktop.org.xml.in.h:539 +msgid "folder" +msgstr "Папка" + +#: ../freedesktop.org.xml.in.h:540 +msgid "generic font file" +msgstr "Шрифт" + +#: ../freedesktop.org.xml.in.h:541 +msgid "help page" +msgstr "Страница от помощта" + +#: ../freedesktop.org.xml.in.h:542 +msgid "iMelody ringtone" +msgstr "Аудио — iMelody" + +#: ../freedesktop.org.xml.in.h:543 +msgid "iPod firmware" +msgstr "Фърмуер за iPod" + +#: ../freedesktop.org.xml.in.h:544 +msgid "iRiver Playlist" +msgstr "Списък за изпълнение — iRiver" + +#: ../freedesktop.org.xml.in.h:545 +msgid "installation instructions" +msgstr "Инструкции за инсталация" + +#: ../freedesktop.org.xml.in.h:546 +msgid "iptables configuration file" +msgstr "Настройки за iptables" + +#: ../freedesktop.org.xml.in.h:547 +msgid "libtool shared library" +msgstr "Споделена библиотека — libtool" + +#: ../freedesktop.org.xml.in.h:548 +msgid "license terms" +msgstr "Лицензни условия" + +#: ../freedesktop.org.xml.in.h:549 +msgid "mail delivery report" +msgstr "Отчет за пристигналата поща" + +#: ../freedesktop.org.xml.in.h:550 +msgid "mail disposition report" +msgstr "Отчет за състоянието на пощата" + +#: ../freedesktop.org.xml.in.h:551 +msgid "mail system report" +msgstr "Отчет за пощенската система" + +#: ../freedesktop.org.xml.in.h:552 +msgid "mailbox file" +msgstr "Файл — Mailbox" + +#: ../freedesktop.org.xml.in.h:553 +msgid "manual page (compressed)" +msgstr "Страница от справочника, компресирана" + +#: ../freedesktop.org.xml.in.h:554 +msgid "message catalog" +msgstr "Каталог със съобщения" + +#: ../freedesktop.org.xml.in.h:555 +msgid "message digest" +msgstr "Извадка от съобщение" + +#: ../freedesktop.org.xml.in.h:556 +msgid "message in several formats" +msgstr "Съобщение в няколко формата" + +#: ../freedesktop.org.xml.in.h:557 +msgid "mount point" +msgstr "Точка на монтиране" + +#: ../freedesktop.org.xml.in.h:558 +msgid "object code" +msgstr "Обектен код" + +#: ../freedesktop.org.xml.in.h:559 +msgid "packed font file" +msgstr "Шрифт — компресиран" + +#: ../freedesktop.org.xml.in.h:560 +msgid "partial email message" +msgstr "Част от електронно писмо" + +#: ../freedesktop.org.xml.in.h:561 +msgid "pipe" +msgstr "Конвейер" + +#: ../freedesktop.org.xml.in.h:562 +msgid "plain text document" +msgstr "Документ с неформатиран текст" + +#. see fd.o hal spec +#: ../freedesktop.org.xml.in.h:564 +msgid "portable audio player" +msgstr "Преносим аудио плеър" + +#: ../freedesktop.org.xml.in.h:565 +msgid "profiler results" +msgstr "Резултати от анализатора" + +#: ../freedesktop.org.xml.in.h:566 +msgid "program crash data" +msgstr "Данни от забиване на програма" + +#: ../freedesktop.org.xml.in.h:567 +msgid "raw CD image" +msgstr "Изображение — raw CD" + +#: ../freedesktop.org.xml.in.h:568 +msgid "reference to remote file" +msgstr "Препратка към отдалечен файл" + +#: ../freedesktop.org.xml.in.h:569 +msgid "rejected patch" +msgstr "Отхвърлен файл с кръпка" + +#: ../freedesktop.org.xml.in.h:570 +msgid "resource location" +msgstr "Местоположение на ресурс" + +#: ../freedesktop.org.xml.in.h:571 +msgid "rich text document" +msgstr "Документ — rich text" + +#: ../freedesktop.org.xml.in.h:572 +msgid "shared library" +msgstr "Споделена библиотека" + +#: ../freedesktop.org.xml.in.h:573 +msgid "shell archive" +msgstr "Архив на обвивката" + +#: ../freedesktop.org.xml.in.h:574 +msgid "shell script" +msgstr "Скрипт на обвивката" + +#: ../freedesktop.org.xml.in.h:575 +msgid "signed message" +msgstr "Подписано съобщение" + +#: ../freedesktop.org.xml.in.h:576 +msgid "socket" +msgstr "Гнездо" + +#. http://standards.freedesktop.org/autostart-spec/autostart-spec-latest.html +#. http://bugzilla.gnome.org/show_bug.cgi?id=509823#c3 +#: ../freedesktop.org.xml.in.h:579 +msgid "software" +msgstr "Софтуер" + +#: ../freedesktop.org.xml.in.h:580 +msgid "spreadsheet interchange document" +msgstr "Документ за обмяна между програми за електронни таблици" + +#: ../freedesktop.org.xml.in.h:581 +msgid "stream of data (server push)" +msgstr "Поток от данни, от страна на сървър" + +#: ../freedesktop.org.xml.in.h:582 +msgid "symbolic link" +msgstr "Символна връзка" + +#: ../freedesktop.org.xml.in.h:583 +msgid "theme" +msgstr "Тема" + +#: ../freedesktop.org.xml.in.h:584 +msgid "translated messages (machine-readable)" +msgstr "Преведени съобщения — машинен формат" + +#: ../freedesktop.org.xml.in.h:585 +msgid "translation file" +msgstr "Превод" + +#: ../freedesktop.org.xml.in.h:586 +msgid "translation template" +msgstr "Шаблон за превод" + +#: ../freedesktop.org.xml.in.h:587 +msgid "txt2tags document" +msgstr "Документ — txt2tags" + +#: ../freedesktop.org.xml.in.h:588 +msgid "unknown" +msgstr "Неизвестен тип" + +#. http://en.wikipedia.org/wiki/DVD-Video +#: ../freedesktop.org.xml.in.h:590 +msgid "video DVD" +msgstr "DVD — видео" diff --git a/po/ca.po b/po/ca.po new file mode 100644 index 0000000..7882870 --- /dev/null +++ b/po/ca.po @@ -0,0 +1,2292 @@ +# Translation of shared-mime-info-0.51.po to Catalan +# Copyright (C) 2007 +# This file is distributed under the same license as the shared-mime-info package. +# +# Albert Astals Cid , 2007. +# Josep Ma. Ferrer , 2007, 2008. +msgid "" +msgstr "" +"Project-Id-Version: shared-mime-info-0.51\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2008-07-23 12:49+0100\n" +"PO-Revision-Date: 2008-07-23 20:17+0200\n" +"Last-Translator: Josep Ma. Ferrer \n" +"Language-Team: Catalan \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.11.4\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" + +#: ../freedesktop.org.xml.in.h:1 +msgid "3D Studio image" +msgstr "imatge de 3D Studio" + +#: ../freedesktop.org.xml.in.h:2 +msgid "3GPP multimedia file" +msgstr "fitxer multimèdia 3GPP" + +#: ../freedesktop.org.xml.in.h:3 +msgid "7-zip archive" +msgstr "arxiu 7-zip" + +#: ../freedesktop.org.xml.in.h:4 +msgid "ACE archive" +msgstr "arxiu ACE" + +#: ../freedesktop.org.xml.in.h:5 +msgid "AIFC audio" +msgstr "àudio AIFC" + +#: ../freedesktop.org.xml.in.h:6 +msgid "AIFF audio" +msgstr "àudio AIFF" + +#: ../freedesktop.org.xml.in.h:7 +msgid "AIFF/Amiga/Mac audio" +msgstr "àudio AIFF/Amiga/Mac" + +#: ../freedesktop.org.xml.in.h:8 +msgid "AMR audio" +msgstr "àudio AMR" + +#: ../freedesktop.org.xml.in.h:9 +msgid "AMR-WB audio" +msgstr "àudio AMR-WB" + +#: ../freedesktop.org.xml.in.h:10 +msgid "ANIM animation" +msgstr "animació ANIM" + +#: ../freedesktop.org.xml.in.h:11 +msgid "AR archive" +msgstr "arxiu AR" + +#: ../freedesktop.org.xml.in.h:12 +msgid "ARC archive" +msgstr "arxiu ARC" + +#: ../freedesktop.org.xml.in.h:13 +msgid "ARJ archive" +msgstr "arxiu ARJ" + +#: ../freedesktop.org.xml.in.h:14 +msgid "ASF video" +msgstr "vídeo ASF" + +#: ../freedesktop.org.xml.in.h:15 +msgid "ASP page" +msgstr "pàgina ASP" + +#: ../freedesktop.org.xml.in.h:16 +msgid "ATK inset" +msgstr "inset ATK" + +#: ../freedesktop.org.xml.in.h:17 +msgid "AVI video" +msgstr "vídeo AVI" + +#: ../freedesktop.org.xml.in.h:18 +msgid "AWK script" +msgstr "script AWK" + +#: ../freedesktop.org.xml.in.h:19 +msgid "AbiWord document" +msgstr "document d'AbiWord" + +#: ../freedesktop.org.xml.in.h:20 +msgid "Ada source code" +msgstr "codi font en Ada" + +#: ../freedesktop.org.xml.in.h:21 +msgid "Adobe DNG negative" +msgstr "negatiu DNG d'Adobe" + +#: ../freedesktop.org.xml.in.h:22 +msgid "Adobe FrameMaker MIF document" +msgstr "document de FrameMaker MIF d'Adobe" + +#: ../freedesktop.org.xml.in.h:23 +msgid "Adobe FrameMaker document" +msgstr "document FrameMaker d'Adobe" + +#: ../freedesktop.org.xml.in.h:24 +msgid "Adobe FrameMaker font" +msgstr "tipus de lletra d'Adobe FrameMaker" + +#: ../freedesktop.org.xml.in.h:25 +msgid "Adobe Illustrator document" +msgstr "document d'Adobe Illustrator" + +#: ../freedesktop.org.xml.in.h:26 +msgid "Adobe font metrics" +msgstr "mètrica de tipus de lletra Adobe" + +#: ../freedesktop.org.xml.in.h:27 +msgid "Alzip archive" +msgstr "arxiu alzip" + +#: ../freedesktop.org.xml.in.h:28 +msgid "Amiga SoundTracker audio" +msgstr "àudio Amiga SoundTracker" + +#: ../freedesktop.org.xml.in.h:29 +msgid "Applix Graphics image" +msgstr "imatge d'Applix Graphics" + +#: ../freedesktop.org.xml.in.h:30 +msgid "Applix Spreadsheets spreadsheet" +msgstr "full de càlcul d'Applix Spreadsheets" + +#: ../freedesktop.org.xml.in.h:31 +msgid "Applix Words document" +msgstr "document d'Applix Words" + +#: ../freedesktop.org.xml.in.h:32 +msgid "Atom syndication feed" +msgstr "canal de sindicació Atom" + +#: ../freedesktop.org.xml.in.h:33 +msgid "AutoCAD image" +msgstr "imatge d'AutoCAD" + +#: ../freedesktop.org.xml.in.h:34 +msgid "BCPIO document" +msgstr "document BCPIO" + +#: ../freedesktop.org.xml.in.h:35 +msgid "BDF font" +msgstr "tipus de lletra BDF" + +#: ../freedesktop.org.xml.in.h:36 +msgid "BibTeX document" +msgstr "document BibTeX" + +#: ../freedesktop.org.xml.in.h:37 +msgid "BitTorrent seed file" +msgstr "fitxer llavor de BitTorrent" + +#: ../freedesktop.org.xml.in.h:38 +msgid "Blender scene" +msgstr "escena Blender" + +#. http://en.wikipedia.org/wiki/Blu-ray_Disc +#. http://www.blu-raydisc.com/Section-13470/Section-13890/Index.html +#: ../freedesktop.org.xml.in.h:41 +msgid "Blu-ray video disc" +msgstr "disc de vídeo Blu-Ray" + +#: ../freedesktop.org.xml.in.h:42 +msgid "Bzip archive" +msgstr "arxiu bzip" + +#: ../freedesktop.org.xml.in.h:43 +msgid "C header" +msgstr "capçalera en C" + +#: ../freedesktop.org.xml.in.h:44 +msgid "C shell script" +msgstr "script en C" + +#: ../freedesktop.org.xml.in.h:45 +msgid "C source code" +msgstr "codi font en C" + +#: ../freedesktop.org.xml.in.h:46 +msgid "C# source code" +msgstr "codi font en C#" + +#: ../freedesktop.org.xml.in.h:47 +msgid "C++ header" +msgstr "capçalera en C++" + +#: ../freedesktop.org.xml.in.h:48 +msgid "C++ source code" +msgstr "codi font en C++" + +#: ../freedesktop.org.xml.in.h:49 +msgid "CCITT G3 fax" +msgstr "fax CCITT G3" + +#: ../freedesktop.org.xml.in.h:50 +msgid "CD Table Of Contents" +msgstr "taula de continguts de CD" + +#: ../freedesktop.org.xml.in.h:51 +msgid "CD image cuesheet" +msgstr "«cuesheet» d'imatge de CD" + +#: ../freedesktop.org.xml.in.h:52 +msgid "CHM document" +msgstr "document CHM" + +#: ../freedesktop.org.xml.in.h:53 +msgid "CMU raster image" +msgstr "imatge ràster CMU" + +#: ../freedesktop.org.xml.in.h:54 +msgid "CMake source code" +msgstr "codi font en CMake" + +#: ../freedesktop.org.xml.in.h:55 +msgid "CPIO archive" +msgstr "arxiu CPIO" + +#: ../freedesktop.org.xml.in.h:56 +msgid "CPIO archive (gzip-compressed)" +msgstr "arxiu CPIO (comprimit amb gzip)" + +#: ../freedesktop.org.xml.in.h:57 +msgid "CSS stylesheet" +msgstr "llista d'estil CSS" + +#: ../freedesktop.org.xml.in.h:58 +msgid "CSV document" +msgstr "document CSV" + +#: ../freedesktop.org.xml.in.h:59 +msgid "Canon CR2 raw image" +msgstr "imatge en cru de Canon CR2" + +#: ../freedesktop.org.xml.in.h:60 +msgid "Canon CRW raw image" +msgstr "imatge en cru de Canon CRW" + +#: ../freedesktop.org.xml.in.h:61 +msgid "ChangeLog document" +msgstr "document de registre de canvis" + +#: ../freedesktop.org.xml.in.h:62 +msgid "Cisco VPN Settings" +msgstr "paràmetres VPN de Cisco" + +#: ../freedesktop.org.xml.in.h:63 +msgid "Citrix ICA settings file" +msgstr "fitxer de paràmetres de Citrix ICA" + +#: ../freedesktop.org.xml.in.h:64 +msgid "Commodore 64 audio" +msgstr "àudio Commodore 64" + +#: ../freedesktop.org.xml.in.h:65 +msgid "Computer Graphics Metafile" +msgstr "metafitxer de Computer Graphics" + +#: ../freedesktop.org.xml.in.h:66 +msgid "Corel Draw drawing" +msgstr "dibuix de Corel Draw" + +#: ../freedesktop.org.xml.in.h:67 +msgid "D source code" +msgstr "codi font en D" + +#: ../freedesktop.org.xml.in.h:68 +msgid "DAR archive" +msgstr "arxiu DAR" + +#: ../freedesktop.org.xml.in.h:69 +msgid "DCL script" +msgstr "script DCL" + +#: ../freedesktop.org.xml.in.h:70 +msgid "DER/PEM/Netscape-encoded X.509 certificate" +msgstr "certificat X.509 codificat com DER/PEM/Netscape" + +#: ../freedesktop.org.xml.in.h:71 +msgid "DIB image" +msgstr "imatge DIB" + +#: ../freedesktop.org.xml.in.h:72 +msgid "DICOM image" +msgstr "imatge DICOM" + +#: ../freedesktop.org.xml.in.h:73 +msgid "DOS font" +msgstr "tipus de lletra DOS" + +#: ../freedesktop.org.xml.in.h:74 +msgid "DOS/Windows executable" +msgstr "executable de DOS/Windows" + +#: ../freedesktop.org.xml.in.h:75 +msgid "DPX image" +msgstr "imatge DPX" + +#: ../freedesktop.org.xml.in.h:76 +msgid "DSSSL document" +msgstr "document DSSSL" + +#: ../freedesktop.org.xml.in.h:77 +msgid "DTD file" +msgstr "fitxer DTD" + +#: ../freedesktop.org.xml.in.h:78 +msgid "DV video" +msgstr "vídeo DV" + +#: ../freedesktop.org.xml.in.h:79 +msgid "DXF vector image" +msgstr "imatge vectorial DXF" + +#: ../freedesktop.org.xml.in.h:80 +msgid "Debian package" +msgstr "paquet Debian" + +#: ../freedesktop.org.xml.in.h:81 +msgid "Dia diagram" +msgstr "diagrama de Dia" + +#: ../freedesktop.org.xml.in.h:82 +msgid "DirectDraw surface" +msgstr "superfície DirectDraw" + +#: ../freedesktop.org.xml.in.h:83 +msgid "DjVu image" +msgstr "imatge DjVu" + +#: ../freedesktop.org.xml.in.h:84 +msgid "DocBook document" +msgstr "document DocBook" + +#: ../freedesktop.org.xml.in.h:85 +msgid "Dolby Digital audio" +msgstr "àudio Dolby Digital" + +#: ../freedesktop.org.xml.in.h:86 +msgid "Dreamcast ROM" +msgstr "ROM de Dreamcast" + +#: ../freedesktop.org.xml.in.h:87 +msgid "ECMAScript program" +msgstr "programa ECMAScript" + +#: ../freedesktop.org.xml.in.h:88 +msgid "EMF image" +msgstr "imatge EMF" + +#: ../freedesktop.org.xml.in.h:89 +msgid "EPS image" +msgstr "imatge EPS" + +#: ../freedesktop.org.xml.in.h:90 +msgid "EPS image (bzip-compressed)" +msgstr "imatge EPS (comprimida amb bzip)" + +#: ../freedesktop.org.xml.in.h:91 +msgid "EPS image (gzip-compressed)" +msgstr "imatge EPS (comprimida amb gzip)" + +#: ../freedesktop.org.xml.in.h:92 +msgid "EXR image" +msgstr "imatge EXR" + +#: ../freedesktop.org.xml.in.h:93 +msgid "Egon Animator animation" +msgstr "animació d'Egon Animator" + +#: ../freedesktop.org.xml.in.h:94 +msgid "Eiffel source code" +msgstr "codi font en Eiffel" + +#: ../freedesktop.org.xml.in.h:95 +msgid "Emacs Lisp source code" +msgstr "codi font en Emacs Lisp" + +#: ../freedesktop.org.xml.in.h:96 +msgid "Enlightenment theme" +msgstr "tema d'Enlightenment" + +#: ../freedesktop.org.xml.in.h:97 +msgid "Erlang source code" +msgstr "codi font en Erlang" + +#: ../freedesktop.org.xml.in.h:98 +msgid "Excel spreadsheet" +msgstr "full de càlcul d'Excel" + +#: ../freedesktop.org.xml.in.h:99 +msgid "FITS document" +msgstr "document FITS" + +#: ../freedesktop.org.xml.in.h:100 +msgid "FLAC audio" +msgstr "àudio FLAC" + +#: ../freedesktop.org.xml.in.h:101 +msgid "FLIC animation" +msgstr "animació FLIC" + +#: ../freedesktop.org.xml.in.h:102 +msgid "FLTK Fluid file" +msgstr "fitxer Fluid FLTK" + +#: ../freedesktop.org.xml.in.h:103 +msgid "FPX image" +msgstr "imatge FPX" + +#: ../freedesktop.org.xml.in.h:104 +msgid "FastTracker II audio" +msgstr "àudio de FastTracker II" + +#: ../freedesktop.org.xml.in.h:105 +msgid "Flash video" +msgstr "vídeo de Flash" + +#: ../freedesktop.org.xml.in.h:106 +msgid "Fortran source code" +msgstr "codi font en Fortran" + +#: ../freedesktop.org.xml.in.h:107 +msgid "Fuji RAF raw image" +msgstr "imatge en cru de Fuji RAF" + +#: ../freedesktop.org.xml.in.h:108 +msgid "G3 fax image" +msgstr "imatge de fax G3" + +#: ../freedesktop.org.xml.in.h:109 +msgid "GDBM database" +msgstr "base de dades GDBM" + +#: ../freedesktop.org.xml.in.h:110 +msgid "GEDCOM family history" +msgstr "història familiar GEDCOM" + +#: ../freedesktop.org.xml.in.h:111 +msgid "GIF image" +msgstr "imatge GIF" + +#: ../freedesktop.org.xml.in.h:112 +msgid "GIMP image" +msgstr "imatge del GIMP" + +#: ../freedesktop.org.xml.in.h:113 +msgid "GMC link" +msgstr "enllaç GMC" + +#: ../freedesktop.org.xml.in.h:114 +msgid "GNU Oleo spreadsheet" +msgstr "full de càlcul de GNU Oleo" + +#: ../freedesktop.org.xml.in.h:115 +msgid "GNU mail message" +msgstr "missatge de GNU mail" + +#: ../freedesktop.org.xml.in.h:116 +msgid "GNUnet search file" +msgstr "fitxer de cerca GNUnet" + +#: ../freedesktop.org.xml.in.h:117 +msgid "GTKtalog catalog" +msgstr "catàleg de GTKtalog" + +#: ../freedesktop.org.xml.in.h:118 +msgid "Game Boy Advance ROM" +msgstr "ROM de Game Boy Advance" + +#: ../freedesktop.org.xml.in.h:119 +msgid "Game Boy ROM" +msgstr "ROM de Game Boy" + +#. Translate this to Megadrive if the console was known as such in your locale +#. Should be Megadrive in all but en_US: http://en.wikipedia.org/wiki/Megadrive#History +#: ../freedesktop.org.xml.in.h:122 +msgid "Genesis ROM" +msgstr "ROM de Genesis" + +#: ../freedesktop.org.xml.in.h:123 +msgid "Glade project" +msgstr "projecte de Glade" + +#: ../freedesktop.org.xml.in.h:124 +msgid "GnuCash spreadsheet" +msgstr "full de càlcul de GnuCash" + +#: ../freedesktop.org.xml.in.h:125 +msgid "Gnumeric spreadsheet" +msgstr "full de càlcul de Gnumeric" + +#: ../freedesktop.org.xml.in.h:126 +msgid "Gnuplot document" +msgstr "document gnuplot" + +#: ../freedesktop.org.xml.in.h:127 +msgid "Google Video Pointer" +msgstr "apuntador a vídeo de Google" + +#: ../freedesktop.org.xml.in.h:128 +msgid "Graphite scientific graph" +msgstr "gràfic científic Graphite" + +#: ../freedesktop.org.xml.in.h:129 +msgid "Gzip archive" +msgstr "arxiu gzip" + +#. http://en.wikipedia.org/wiki/HD_DVD +#. http://www.dvdafteredit.com/wiki/The_HVDVD_TS_Folder +#: ../freedesktop.org.xml.in.h:132 +msgid "HD DVD video disc" +msgstr "disc de vídeo DVD HD" + +#: ../freedesktop.org.xml.in.h:133 +msgid "HDF document" +msgstr "document HDF" + +#: ../freedesktop.org.xml.in.h:134 +msgid "HPGL file" +msgstr "fitxer HPGL" + +#: ../freedesktop.org.xml.in.h:135 +msgid "HTML document" +msgstr "document HTML" + +#: ../freedesktop.org.xml.in.h:136 +msgid "Haansoft Hangul document" +msgstr "document Haansoft Hangul" + +#: ../freedesktop.org.xml.in.h:137 +msgid "Haansoft Hangul document template" +msgstr "plantilla de document Haansoft Hangul" + +#: ../freedesktop.org.xml.in.h:138 +msgid "Haskell source code" +msgstr "codi font en Haskell" + +#: ../freedesktop.org.xml.in.h:139 +msgid "ICO icon" +msgstr "icona ICO" + +#: ../freedesktop.org.xml.in.h:140 +msgid "IDL document" +msgstr "document IDL" + +#: ../freedesktop.org.xml.in.h:141 +msgid "IEF image" +msgstr "imatge IEF" + +#: ../freedesktop.org.xml.in.h:142 +msgid "IFF image" +msgstr "imatge IFF" + +#: ../freedesktop.org.xml.in.h:143 +msgid "ILBM image" +msgstr "imatge ILBM" + +#: ../freedesktop.org.xml.in.h:144 +msgid "ISI video" +msgstr "vídeo ISI" + +#: ../freedesktop.org.xml.in.h:145 +msgid "Impulse Tracker audio" +msgstr "àudio d'Impulse Tracker" + +#: ../freedesktop.org.xml.in.h:146 +msgid "Internet shortcut" +msgstr "drecera d'Internet" + +#: ../freedesktop.org.xml.in.h:147 +msgid "JAD document" +msgstr "document JAD" + +#: ../freedesktop.org.xml.in.h:148 +msgid "JBuilder project" +msgstr "projecte de JBuilder" + +#: ../freedesktop.org.xml.in.h:149 +msgid "JET database" +msgstr "base de dades JET" + +#: ../freedesktop.org.xml.in.h:150 +msgid "JNG image" +msgstr "imatge JNG" + +#: ../freedesktop.org.xml.in.h:151 +msgid "JNLP file" +msgstr "fitxer JNLP" + +#: ../freedesktop.org.xml.in.h:152 +msgid "JPEG image" +msgstr "imatge JPEG" + +#: ../freedesktop.org.xml.in.h:153 +msgid "JPEG-2000 image" +msgstr "imatge JPEG-2000" + +#: ../freedesktop.org.xml.in.h:154 +msgid "Java archive" +msgstr "arxiu Java" + +#: ../freedesktop.org.xml.in.h:155 +msgid "Java byte code" +msgstr "codi byte de java" + +#: ../freedesktop.org.xml.in.h:156 +msgid "Java class" +msgstr "classe Java" + +#: ../freedesktop.org.xml.in.h:157 +msgid "Java source code" +msgstr "codi font en Java" + +#: ../freedesktop.org.xml.in.h:158 +msgid "JavaScript program" +msgstr "programa JavaScript" + +#: ../freedesktop.org.xml.in.h:159 +msgid "KChart chart" +msgstr "diagrama de KChart" + +#: ../freedesktop.org.xml.in.h:160 +msgid "KFormula formula" +msgstr "fórmula de KFormula" + +#: ../freedesktop.org.xml.in.h:161 +msgid "KIllustrator drawing" +msgstr "dibuix de KIllustrator" + +#: ../freedesktop.org.xml.in.h:162 +msgid "KPovModeler scene" +msgstr "escena de KPovModeler" + +#: ../freedesktop.org.xml.in.h:163 +msgid "KPresenter presentation" +msgstr "presentació de KPresenter" + +#: ../freedesktop.org.xml.in.h:164 +msgid "KSpread spreadsheet" +msgstr "full de càlcul de KSpread" + +#: ../freedesktop.org.xml.in.h:165 +msgid "KSpread spreadsheet (encrypted)" +msgstr "full de càlcul de KSpread (xifrat)" + +#: ../freedesktop.org.xml.in.h:166 +msgid "KSysV init package" +msgstr "paquet d'inici KSysV" + +#: ../freedesktop.org.xml.in.h:167 +msgid "KWord document" +msgstr "document de KWord" + +#: ../freedesktop.org.xml.in.h:168 +msgid "KWord document (encrypted)" +msgstr "document de KWord (xifrat)" + +#: ../freedesktop.org.xml.in.h:169 +msgid "Karbon14 drawing" +msgstr "dibuix de Karbon14" + +#: ../freedesktop.org.xml.in.h:170 +msgid "Kivio flowchart" +msgstr "diagrama de flux de Kivio" + +#: ../freedesktop.org.xml.in.h:171 +msgid "Kodak DCR raw image" +msgstr "imatge en cru de Kodak DCR" + +#: ../freedesktop.org.xml.in.h:172 +msgid "Kodak K25 raw image" +msgstr "imatge en cru de Kodak K25" + +#: ../freedesktop.org.xml.in.h:173 +msgid "Kodak KDC raw image" +msgstr "imatge en cru de Kodak KDC" + +#: ../freedesktop.org.xml.in.h:174 +msgid "Kontour drawing" +msgstr "dibuix de Kontour" + +#: ../freedesktop.org.xml.in.h:175 +msgid "Krita document" +msgstr "document de Krita" + +#: ../freedesktop.org.xml.in.h:176 +msgid "Kugar document" +msgstr "document de Kugar" + +#: ../freedesktop.org.xml.in.h:177 +msgid "LDIF address book" +msgstr "llibreta d'adreces LDIF" + +#: ../freedesktop.org.xml.in.h:178 +msgid "LHA archive" +msgstr "arxiu LHA" + +#: ../freedesktop.org.xml.in.h:179 +msgid "LHS source code" +msgstr "codi font en LHS" + +#: ../freedesktop.org.xml.in.h:180 +msgid "LHZ archive" +msgstr "arxiu LHZ" + +#: ../freedesktop.org.xml.in.h:181 +msgid "LIBGRX font" +msgstr "tipus de lletra LIBGRX" + +#: ../freedesktop.org.xml.in.h:182 +msgid "LZMA archive" +msgstr "arxiu LZMA" + +#: ../freedesktop.org.xml.in.h:183 +msgid "LZO archive" +msgstr "arxiu LZO" + +#: ../freedesktop.org.xml.in.h:184 +msgid "LightWave object" +msgstr "objecte de LightWave" + +#: ../freedesktop.org.xml.in.h:185 +msgid "LightWave scene" +msgstr "escena de LightWave" + +#: ../freedesktop.org.xml.in.h:186 +msgid "Lilypond music sheet" +msgstr "full de música Lilypond" + +#: ../freedesktop.org.xml.in.h:187 +msgid "Linux PSF console font" +msgstr "tipus de lletra de consola Linux PSF" + +#: ../freedesktop.org.xml.in.h:188 +msgid "Linux PSF console font (gzip-compressed)" +msgstr "tipus de lletra de consola Linux PSF (comprimida amb gzip)" + +#: ../freedesktop.org.xml.in.h:189 +msgid "Lotus 1-2-3 spreadsheet" +msgstr "full de càlcul de Lotus 1-2-3" + +#: ../freedesktop.org.xml.in.h:190 +msgid "Lotus AmiPro document" +msgstr "document de Lotus AmiPro" + +#: ../freedesktop.org.xml.in.h:191 +msgid "Lua script" +msgstr "script Lua" + +#: ../freedesktop.org.xml.in.h:192 +msgid "LyX document" +msgstr "document de LyX" + +#: ../freedesktop.org.xml.in.h:193 +msgid "M4 macro" +msgstr "macro M4" + +#: ../freedesktop.org.xml.in.h:194 +msgid "MATLAB script/function" +msgstr "script/funció MATLAB" + +#: ../freedesktop.org.xml.in.h:195 +msgid "MIDI audio" +msgstr "àudio MIDI" + +#: ../freedesktop.org.xml.in.h:196 +msgid "MNG animation" +msgstr "animació MNG" + +#: ../freedesktop.org.xml.in.h:197 +msgid "MP2 audio" +msgstr "àudio MP2" + +#: ../freedesktop.org.xml.in.h:198 +msgid "MP3 ShoutCast playlist" +msgstr "llista de reproducció MP3 ShoutCast" + +#: ../freedesktop.org.xml.in.h:199 +msgid "MP3 audio" +msgstr "àudio MP3" + +#: ../freedesktop.org.xml.in.h:200 +msgid "MP3 audio (streamed)" +msgstr "àudio MP3 (flux)" + +#: ../freedesktop.org.xml.in.h:201 +msgid "MPEG video" +msgstr "vídeo MPEG" + +#: ../freedesktop.org.xml.in.h:202 +msgid "MPEG-4 audio" +msgstr "àudio MPEG-4" + +#: ../freedesktop.org.xml.in.h:203 +msgid "MPEG-4 audio book" +msgstr "llibre d'àudio MPEG-4" + +#: ../freedesktop.org.xml.in.h:204 +msgid "MPEG-4 video" +msgstr "vídeo MPEG-4" + +#: ../freedesktop.org.xml.in.h:205 +msgid "MPSub subtitles" +msgstr "subtítols MPSub" + +#: ../freedesktop.org.xml.in.h:206 +msgid "MRML playlist" +msgstr "llista de reproducció MRML" + +#: ../freedesktop.org.xml.in.h:207 +msgid "MSX ROM" +msgstr "ROM de MSX" + +#: ../freedesktop.org.xml.in.h:208 +msgid "MacOS X icon" +msgstr "icona MacOS X" + +#: ../freedesktop.org.xml.in.h:209 +msgid "MacPaint Bitmap image" +msgstr "imatge de mapa de bits MacPaint" + +#: ../freedesktop.org.xml.in.h:210 +msgid "Macintosh AppleDouble-encoded file" +msgstr "fitxer codificat AppleDouble de Macintosh" + +#: ../freedesktop.org.xml.in.h:211 +msgid "Macintosh BinHex-encoded file" +msgstr "fitxer codificat BinHex de Macintosh" + +#: ../freedesktop.org.xml.in.h:212 +msgid "Macintosh MacBinary file" +msgstr "fitxer MacBinary de Macintosh" + +#: ../freedesktop.org.xml.in.h:213 +msgid "Macintosh Quickdraw/PICT drawing" +msgstr "dibuix Quickdraw/PICT de Macintosh" + +#: ../freedesktop.org.xml.in.h:214 +msgid "MagicPoint presentation" +msgstr "presentació de MagicPoint" + +#: ../freedesktop.org.xml.in.h:215 +msgid "Makefile" +msgstr "Makefile" + +#: ../freedesktop.org.xml.in.h:216 +msgid "Managed Object Format" +msgstr "format d'objecte gestionat" + +#: ../freedesktop.org.xml.in.h:217 +msgid "Markaby script" +msgstr "script Markaby" + +#: ../freedesktop.org.xml.in.h:218 +msgid "MathML document" +msgstr "document de MathML" + +#: ../freedesktop.org.xml.in.h:219 +msgid "Mathematica Notebook" +msgstr "llibreta de notes de Mathematica" + +#: ../freedesktop.org.xml.in.h:220 +msgid "Matroska audio" +msgstr "àudio Matroska" + +#: ../freedesktop.org.xml.in.h:221 +msgid "Matroska stream" +msgstr "flux Matroska" + +#: ../freedesktop.org.xml.in.h:222 +msgid "Matroska video" +msgstr "vídeo Matroska" + +#: ../freedesktop.org.xml.in.h:223 +msgid "MicroDVD subtitles" +msgstr "subtítols MicroDVD" + +#: ../freedesktop.org.xml.in.h:224 +msgid "Microsoft ASX playlist" +msgstr "llista de reproducció ASX de Microsoft" + +#: ../freedesktop.org.xml.in.h:225 +msgid "Microsoft Works document" +msgstr "document Works de Microsoft" + +#: ../freedesktop.org.xml.in.h:226 +msgid "MiniPSF audio" +msgstr "àudio MiniPSF" + +#: ../freedesktop.org.xml.in.h:227 +msgid "Minolta MRW raw image" +msgstr "imatge en cru de Minolta MRW" + +#: ../freedesktop.org.xml.in.h:228 +msgid "Monkey's audio" +msgstr "àudio Monkey" + +#: ../freedesktop.org.xml.in.h:229 +msgid "Mozilla bookmarks" +msgstr "llista d'adreces d'interès de Mozilla" + +#: ../freedesktop.org.xml.in.h:230 +msgid "Mup publication" +msgstr "publicació Mup" + +#: ../freedesktop.org.xml.in.h:231 +msgid "Musepack audio" +msgstr "àudio Musepack" + +#. Translate this to Famicom if the console was known as such in your locale +#: ../freedesktop.org.xml.in.h:233 +msgid "NES ROM" +msgstr "ROM de NES" + +#: ../freedesktop.org.xml.in.h:234 +msgid "NFO document" +msgstr "document NFO" + +#: ../freedesktop.org.xml.in.h:235 +msgid "NIFF image" +msgstr "imatge NIFF" + +#: ../freedesktop.org.xml.in.h:236 +msgid "Nautilus link" +msgstr "enllaç de Nautilus" + +#: ../freedesktop.org.xml.in.h:237 +msgid "Nikon NEF raw image" +msgstr "imatge en cru de Nikon NEF" + +#: ../freedesktop.org.xml.in.h:238 +msgid "Nintendo DS ROM" +msgstr "ROM de Nintendo DS" + +#: ../freedesktop.org.xml.in.h:239 +msgid "Nintendo64 ROM" +msgstr "ROM de Nintendo64" + +#: ../freedesktop.org.xml.in.h:240 +msgid "NullSoft video" +msgstr "vídeo NullSoft" + +#: ../freedesktop.org.xml.in.h:241 +msgid "OCL file" +msgstr "fitxer OCL" + +#: ../freedesktop.org.xml.in.h:242 +msgid "OCaml source code" +msgstr "codi font en OCaml" + +#: ../freedesktop.org.xml.in.h:243 +msgid "ODA document" +msgstr "document ODA" + +#: ../freedesktop.org.xml.in.h:244 +msgid "ODB database" +msgstr "base de dades ODB" + +#: ../freedesktop.org.xml.in.h:245 +msgid "ODC chart" +msgstr "diagrama ODC" + +#: ../freedesktop.org.xml.in.h:246 +msgid "ODF formula" +msgstr "fórmula ODF" + +#: ../freedesktop.org.xml.in.h:247 +msgid "ODG drawing" +msgstr "dibuix ODG" + +#: ../freedesktop.org.xml.in.h:248 +msgid "ODG template" +msgstr "plantilla ODG" + +#: ../freedesktop.org.xml.in.h:249 +msgid "ODI image" +msgstr "imatge ODI" + +#: ../freedesktop.org.xml.in.h:250 +msgid "ODM document" +msgstr "document ODM" + +#: ../freedesktop.org.xml.in.h:251 +msgid "ODP presentation" +msgstr "presentació ODP" + +#: ../freedesktop.org.xml.in.h:252 +msgid "ODP template" +msgstr "plantilla ODP" + +#: ../freedesktop.org.xml.in.h:253 +msgid "ODS spreadsheet" +msgstr "full de càlcul ODS" + +#: ../freedesktop.org.xml.in.h:254 +msgid "ODS template" +msgstr "plantilla ODS" + +#: ../freedesktop.org.xml.in.h:255 +msgid "ODT document" +msgstr "document ODT" + +#: ../freedesktop.org.xml.in.h:256 +msgid "ODT template" +msgstr "plantilla ODT" + +#: ../freedesktop.org.xml.in.h:257 +msgid "OGM video" +msgstr "vídeo OGM" + +#: ../freedesktop.org.xml.in.h:258 +msgid "OLE2 compound document storage" +msgstr "emmagatzematge de documents composats OLE2" + +#: ../freedesktop.org.xml.in.h:259 +msgid "OPML syndication feed" +msgstr "canal de sindicació OPML" + +#: ../freedesktop.org.xml.in.h:260 +msgid "OTH template" +msgstr "plantilla OTH" + +#: ../freedesktop.org.xml.in.h:261 +msgid "Objective-C source code" +msgstr "codi font en Objective-C" + +#: ../freedesktop.org.xml.in.h:262 +msgid "Office drawing" +msgstr "dibuix d'Office" + +#: ../freedesktop.org.xml.in.h:263 +msgid "Ogg Audio" +msgstr "àudio Ogg" + +#: ../freedesktop.org.xml.in.h:264 +msgid "Ogg FLAC audio" +msgstr "àudio Ogg FLAC" + +#: ../freedesktop.org.xml.in.h:265 +msgid "Ogg Speex audio" +msgstr "àudio Ogg Speex" + +#: ../freedesktop.org.xml.in.h:266 +msgid "Ogg Theora video" +msgstr "vídeo Ogg Theora" + +#: ../freedesktop.org.xml.in.h:267 +msgid "Ogg Video" +msgstr "vídeo Ogg" + +#: ../freedesktop.org.xml.in.h:268 +msgid "Ogg Vorbis audio" +msgstr "àudio Ogg Vorbis" + +#: ../freedesktop.org.xml.in.h:269 +msgid "Ogg multimedia file" +msgstr "fitxer Ogg multimèdia" + +#: ../freedesktop.org.xml.in.h:270 +msgid "Olympus ORF raw image" +msgstr "imatge en cru d'Olympus ORF" + +#: ../freedesktop.org.xml.in.h:271 +msgid "OpenOffice Calc spreadsheet" +msgstr "full de càlcul d'OpenOffice Calc" + +#: ../freedesktop.org.xml.in.h:272 +msgid "OpenOffice Calc template" +msgstr "plantilla d'OpenOffice Calc" + +#: ../freedesktop.org.xml.in.h:273 +msgid "OpenOffice Draw drawing" +msgstr "dibuix d'OpenOffice Draw" + +#: ../freedesktop.org.xml.in.h:274 +msgid "OpenOffice Draw template" +msgstr "plantilla d'OpenOffice Draw" + +#: ../freedesktop.org.xml.in.h:275 +msgid "OpenOffice Impress presentation" +msgstr "presentació d'OpenOffice Impress" + +#: ../freedesktop.org.xml.in.h:276 +msgid "OpenOffice Impress template" +msgstr "plantilla d'OpenOffice Impress" + +#: ../freedesktop.org.xml.in.h:277 +msgid "OpenOffice Math formula" +msgstr "fórmula d'OpenOffice Math" + +#: ../freedesktop.org.xml.in.h:278 +msgid "OpenOffice Writer document" +msgstr "document d'OpenOffice Writer" + +#: ../freedesktop.org.xml.in.h:279 +msgid "OpenOffice Writer global document" +msgstr "document global d'OpenOffice Writer" + +#: ../freedesktop.org.xml.in.h:280 +msgid "OpenOffice Writer template" +msgstr "plantilla d'OpenOffice Writer" + +#: ../freedesktop.org.xml.in.h:281 +msgid "OpenOffice.org extension" +msgstr "extensió d'OpenOffice.org" + +#: ../freedesktop.org.xml.in.h:282 +msgid "OpenType font" +msgstr "tipus de lletra OpenType" + +#: ../freedesktop.org.xml.in.h:283 +msgid "PAK archive" +msgstr "arxiu PAK" + +#: ../freedesktop.org.xml.in.h:284 +msgid "PBM image" +msgstr "imatge PBM" + +#: ../freedesktop.org.xml.in.h:285 +msgid "PCD image" +msgstr "imatge PCD" + +#: ../freedesktop.org.xml.in.h:286 +msgid "PCF font" +msgstr "tipus de lletra PCF" + +#: ../freedesktop.org.xml.in.h:287 +msgid "PCL file" +msgstr "fitxer PCL" + +#: ../freedesktop.org.xml.in.h:288 +msgid "PCM audio" +msgstr "àudio PCM" + +#: ../freedesktop.org.xml.in.h:289 +msgid "PCX image" +msgstr "imatge PCX" + +#: ../freedesktop.org.xml.in.h:290 +msgid "PDF document" +msgstr "document PDF" + +#: ../freedesktop.org.xml.in.h:291 +msgid "PDF document (bzip-compressed)" +msgstr "document PDF (comprimit amb bzip)" + +#: ../freedesktop.org.xml.in.h:292 +msgid "PDF document (gzip-compressed)" +msgstr "document PDF (comprimit amb gzip)" + +#: ../freedesktop.org.xml.in.h:293 +msgid "PEF executable" +msgstr "executable PEF" + +#: ../freedesktop.org.xml.in.h:294 +msgid "PGM image" +msgstr "imatge PGM" + +#: ../freedesktop.org.xml.in.h:295 +msgid "PGN chess game notation" +msgstr "notació de joc d'escacs PGN" + +#: ../freedesktop.org.xml.in.h:296 +msgid "PGP keys" +msgstr "claus PGP" + +#: ../freedesktop.org.xml.in.h:297 +msgid "PGP/MIME-encrypted message header" +msgstr "capçalera de missatge xifrat amb PGP/MIME" + +#: ../freedesktop.org.xml.in.h:298 +msgid "PHP script" +msgstr "script PHP" + +#: ../freedesktop.org.xml.in.h:299 +msgid "PKCS#10 certification request" +msgstr "sol·licitud de certificació PKCS#10" + +#: ../freedesktop.org.xml.in.h:300 +msgid "PKCS#12 certificate bundle" +msgstr "conjunt de certificats PKCS#12" + +#: ../freedesktop.org.xml.in.h:301 +msgid "PNG image" +msgstr "imatge PNG" + +#: ../freedesktop.org.xml.in.h:302 +msgid "PNM image" +msgstr "imatge PNM" + +#: ../freedesktop.org.xml.in.h:303 +msgid "PPM image" +msgstr "imatge PPM" + +#: ../freedesktop.org.xml.in.h:304 +msgid "PS document" +msgstr "document PS" + +#: ../freedesktop.org.xml.in.h:305 +msgid "PSD image" +msgstr "imatge PSD" + +#: ../freedesktop.org.xml.in.h:306 +msgid "PSF audio" +msgstr "àudio PSF" + +#: ../freedesktop.org.xml.in.h:307 +msgid "PSFlib audio library" +msgstr "biblioteca d'àudio PSFlib" + +#: ../freedesktop.org.xml.in.h:308 +msgid "Pack200 Java archive" +msgstr "arxiu Java Pack200" + +#: ../freedesktop.org.xml.in.h:309 +msgid "Palm OS database" +msgstr "base de dades Palm OS" + +#: ../freedesktop.org.xml.in.h:310 +msgid "Panasonic raw image" +msgstr "imatge en cru de Panasonic" + +#: ../freedesktop.org.xml.in.h:311 +msgid "Parchive archive" +msgstr "arxiu Parchive" + +#: ../freedesktop.org.xml.in.h:312 +msgid "Pascal source code" +msgstr "codi font en Pascal" + +#: ../freedesktop.org.xml.in.h:313 +msgid "Pathetic Writer document" +msgstr "document de Pathetic Writer" + +#: ../freedesktop.org.xml.in.h:314 +msgid "Pentax PEF raw image" +msgstr "imatge en cru de Pentax PEF" + +#: ../freedesktop.org.xml.in.h:315 +msgid "Perl script" +msgstr "script Perl" + +#. http://en.wikipedia.org/wiki/Picture_CD +#. http://www.re.org/kristin/picturecd.html +#: ../freedesktop.org.xml.in.h:318 +msgid "Picture CD" +msgstr "foto CD" + +#: ../freedesktop.org.xml.in.h:319 +msgid "PlanPerfect spreadsheet" +msgstr "full de càlcul de PlanPerfect" + +#: ../freedesktop.org.xml.in.h:320 +msgid "Plucker document" +msgstr "document Plucker" + +#: ../freedesktop.org.xml.in.h:321 +msgid "PostScript document (bzip-compressed)" +msgstr "document PostScript (comprimit amb bzip)" + +#: ../freedesktop.org.xml.in.h:322 +msgid "PostScript document (gzip-compressed)" +msgstr "document PostScript (comprimit amb gzip)" + +#: ../freedesktop.org.xml.in.h:323 +msgid "Postscript type-1 font" +msgstr "tipus de lletra Postscript type-1" + +#: ../freedesktop.org.xml.in.h:324 +msgid "PowerPoint presentation" +msgstr "presentació de PowerPoint" + +#: ../freedesktop.org.xml.in.h:325 +msgid "Python bytecode" +msgstr "bytecode de Python" + +#: ../freedesktop.org.xml.in.h:326 +msgid "Python script" +msgstr "script Python" + +#: ../freedesktop.org.xml.in.h:327 +msgid "Qt Designer file" +msgstr "fitxer de Qt Designer" + +#: ../freedesktop.org.xml.in.h:328 +msgid "Qt MOC file" +msgstr "fitxer MOC de Qt" + +#: ../freedesktop.org.xml.in.h:329 +msgid "Quattro Pro spreadsheet" +msgstr "full de càlcul de Quattro Pro" + +#: ../freedesktop.org.xml.in.h:330 +msgid "QuickTime image" +msgstr "imatge QuickTime" + +#: ../freedesktop.org.xml.in.h:331 +msgid "QuickTime metalink playlist" +msgstr "llista de reproducció de metaenllaços QuickTime" + +#: ../freedesktop.org.xml.in.h:332 +msgid "QuickTime video" +msgstr "vídeo QuickTime" + +#: ../freedesktop.org.xml.in.h:333 +msgid "Quicken document" +msgstr "document de Quicken" + +#: ../freedesktop.org.xml.in.h:334 +msgid "RAR archive" +msgstr "arxiu RAR" + +#: ../freedesktop.org.xml.in.h:335 +msgid "RDF file" +msgstr "fitxer RDF" + +#: ../freedesktop.org.xml.in.h:336 +msgid "README document" +msgstr "document README" + +#: ../freedesktop.org.xml.in.h:337 +msgid "RGB image" +msgstr "imatge RGB" + +#: ../freedesktop.org.xml.in.h:338 +msgid "RIFF audio" +msgstr "àudio RIFF" + +#: ../freedesktop.org.xml.in.h:339 +msgid "RPM package" +msgstr "paquet RPM" + +#: ../freedesktop.org.xml.in.h:340 +msgid "RPM spec file" +msgstr "fitxer spec RPM" + +#: ../freedesktop.org.xml.in.h:341 +msgid "RSS summary" +msgstr "resum RSS" + +#: ../freedesktop.org.xml.in.h:342 +msgid "RTF document" +msgstr "document RTF" + +#: ../freedesktop.org.xml.in.h:343 +msgid "RealAudio document" +msgstr "document RealAudio" + +#: ../freedesktop.org.xml.in.h:344 +msgid "RealMedia Metafile" +msgstr "metafitxer RealMedia" + +#: ../freedesktop.org.xml.in.h:345 +msgid "RealMedia document" +msgstr "document RealMedia" + +#: ../freedesktop.org.xml.in.h:346 +msgid "RealPix document" +msgstr "document RealPix" + +#: ../freedesktop.org.xml.in.h:347 +msgid "RealText document" +msgstr "document RealText" + +#: ../freedesktop.org.xml.in.h:348 +msgid "RealVideo document" +msgstr "document RealVideo" + +#: ../freedesktop.org.xml.in.h:349 +msgid "Ruby script" +msgstr "script Ruby" + +#: ../freedesktop.org.xml.in.h:350 +msgid "Run Length Encoded bitmap image" +msgstr "imatge de mapa de bits Run Lenght Encoded" + +#: ../freedesktop.org.xml.in.h:351 +msgid "S/MIME file" +msgstr "fitxer S/MIME" + +#: ../freedesktop.org.xml.in.h:352 +msgid "SAMI subtitles" +msgstr "subtítols SAMI" + +#: ../freedesktop.org.xml.in.h:353 +msgid "SC/Xspread spreadsheet" +msgstr "full de càlcul de SC/Xspread" + +#: ../freedesktop.org.xml.in.h:354 +msgid "SDP multicast stream file" +msgstr "fitxer de flux de multidifusió SDP" + +#. translators: a record is in this context a description of a board game +#. that has been played, and that can be played back again: +#. http://www.red-bean.com/sgf/ +#: ../freedesktop.org.xml.in.h:358 +msgid "SGF record" +msgstr "registre SGF" + +#: ../freedesktop.org.xml.in.h:359 +msgid "SGI image" +msgstr "imatge SGI" + +#: ../freedesktop.org.xml.in.h:360 +msgid "SGI video" +msgstr "vídeo SGI" + +#: ../freedesktop.org.xml.in.h:361 +msgid "SGML document" +msgstr "document SGML" + +#: ../freedesktop.org.xml.in.h:362 +msgid "SIS package" +msgstr "paquet SIS" + +#: ../freedesktop.org.xml.in.h:363 +msgid "SISX package" +msgstr "paquet SISX" + +#: ../freedesktop.org.xml.in.h:364 +msgid "SMAF audio" +msgstr "àudio SMAF" + +#: ../freedesktop.org.xml.in.h:365 +msgid "SMIL document" +msgstr "document SMIL" + +#: ../freedesktop.org.xml.in.h:366 +msgid "SQL code" +msgstr "codi en SQL" + +#: ../freedesktop.org.xml.in.h:367 +msgid "SQLite2 database" +msgstr "base de dades SQLite2" + +#: ../freedesktop.org.xml.in.h:368 +msgid "SQLite3 database" +msgstr "base de dades SQLite3" + +#: ../freedesktop.org.xml.in.h:369 +msgid "SSA subtitles" +msgstr "subtítols SSA" + +#: ../freedesktop.org.xml.in.h:370 +msgid "SV4 CPIO archive" +msgstr "arxiu CPIO SV4" + +#: ../freedesktop.org.xml.in.h:371 +msgid "SV4 CPIO archive (with CRC)" +msgstr "arxiu CPIO SV4 (amb CRC)" + +#: ../freedesktop.org.xml.in.h:372 +msgid "SVG image" +msgstr "imatge SVG" + +#: ../freedesktop.org.xml.in.h:373 +msgid "Scheme source code" +msgstr "codi font en Scheme" + +#: ../freedesktop.org.xml.in.h:374 +msgid "Scream Tracker 3 audio" +msgstr "àudio de Scream Tracker 3" + +#: ../freedesktop.org.xml.in.h:375 +msgid "Scream Tracker audio" +msgstr "àudio de Scream Tracker" + +#: ../freedesktop.org.xml.in.h:376 +msgid "Scream Tracker instrument" +msgstr "instrument de Scream Tracker" + +#: ../freedesktop.org.xml.in.h:377 +msgid "Sega Master System/Game Gear ROM" +msgstr "ROM de Sega Master System/Game Gear" + +#: ../freedesktop.org.xml.in.h:378 +msgid "Setext document" +msgstr "document Setext" + +#: ../freedesktop.org.xml.in.h:379 +msgid "Shockwave Flash file" +msgstr "fitxer Shockwave Flash" + +#. translators: "Shorten" is the name of an audio codec +#: ../freedesktop.org.xml.in.h:381 +msgid "Shorten audio" +msgstr "àudio Shorten" + +#: ../freedesktop.org.xml.in.h:382 +msgid "Siag spreadsheet" +msgstr "full de càlcul Siag" + +#: ../freedesktop.org.xml.in.h:383 +msgid "Sieve mail filter script" +msgstr "script de filtre de correu Sieve" + +#: ../freedesktop.org.xml.in.h:384 +msgid "Sigma X3F raw image" +msgstr "imatge en cru de Sigma X3F" + +#: ../freedesktop.org.xml.in.h:385 +msgid "Skencil document" +msgstr "document Skencil" + +#: ../freedesktop.org.xml.in.h:386 +msgid "Sony ARW raw image" +msgstr "imatge en cru de Sony ARW" + +#: ../freedesktop.org.xml.in.h:387 +msgid "Sony SR2 raw image" +msgstr "imatge en cru de Sony SR2" + +#: ../freedesktop.org.xml.in.h:388 +msgid "Sony SRF raw image" +msgstr "imatge en cru de Sony SRF" + +#: ../freedesktop.org.xml.in.h:389 +msgid "Speedo font" +msgstr "tipus de lletra Speedo" + +#: ../freedesktop.org.xml.in.h:390 +msgid "Speex audio" +msgstr "àudio Speex" + +#: ../freedesktop.org.xml.in.h:391 +msgid "Stampede package" +msgstr "paquet Stampede" + +#: ../freedesktop.org.xml.in.h:392 +msgid "StarCalc spreadsheet" +msgstr "full de càlcul de StarCalc" + +#: ../freedesktop.org.xml.in.h:393 +msgid "StarChart chart" +msgstr "diagrama de StarChart" + +#: ../freedesktop.org.xml.in.h:394 +msgid "StarDraw drawing" +msgstr "dibuix de StarDraw" + +#: ../freedesktop.org.xml.in.h:395 +msgid "StarImpress presentation" +msgstr "presentació de StarImpress" + +#: ../freedesktop.org.xml.in.h:396 +msgid "StarMail email" +msgstr "correu electrònic de StarMail" + +#: ../freedesktop.org.xml.in.h:397 +msgid "StarMath formula" +msgstr "fórmula de StarMath" + +#: ../freedesktop.org.xml.in.h:398 +msgid "StarWriter document" +msgstr "document de StarWriter" + +#: ../freedesktop.org.xml.in.h:399 +msgid "StuffIt archive" +msgstr "arxiu StuffIt" + +#: ../freedesktop.org.xml.in.h:400 +msgid "SubRip subtitles" +msgstr "subtítols SubRip" + +#: ../freedesktop.org.xml.in.h:401 +msgid "SubViewer subtitles" +msgstr "subtítols SubViewer" + +#: ../freedesktop.org.xml.in.h:402 +msgid "Sun raster image" +msgstr "imatge ràster Sun" + +#: ../freedesktop.org.xml.in.h:403 +msgid "SunOS News font" +msgstr "tipus de lletra SunOS News" + +#. Translate this as Super Famicom (in Far East Asia) or Super Nintendo (in Europe) if the console was known as such in your locale +#: ../freedesktop.org.xml.in.h:405 +msgid "Super NES ROM" +msgstr "ROM de Super NES" + +#. http://en.wikipedia.org/wiki/Super_Video_CD +#. http://everything2.com/index.pl?node_id=1009222 +#: ../freedesktop.org.xml.in.h:408 +msgid "Super Video CD" +msgstr "CD Super Vídeo" + +#: ../freedesktop.org.xml.in.h:409 +msgid "T602 document" +msgstr "document T602" + +#: ../freedesktop.org.xml.in.h:410 +msgid "TGA image" +msgstr "imatge TGA" + +#: ../freedesktop.org.xml.in.h:411 +msgid "TGIF document" +msgstr "document TGIF" + +#: ../freedesktop.org.xml.in.h:412 +msgid "TIFF image" +msgstr "imatge TIFF" + +#: ../freedesktop.org.xml.in.h:413 +msgid "TNEF message" +msgstr "missatge TNEF" + +#: ../freedesktop.org.xml.in.h:414 +msgid "TSV document" +msgstr "document TSV" + +#: ../freedesktop.org.xml.in.h:415 +msgid "Tar archive" +msgstr "arxiu tar" + +#: ../freedesktop.org.xml.in.h:416 +msgid "Tar archive (LZMA-compressed)" +msgstr "arxiu tar (comprimit amb LZMA)" + +#: ../freedesktop.org.xml.in.h:417 +msgid "Tar archive (LZO-compressed)" +msgstr "arxiu tar (comprimit amb LZO)" + +#: ../freedesktop.org.xml.in.h:418 +msgid "Tar archive (bzip-compressed)" +msgstr "arxiu tar (comprimit amb bzip)" + +#: ../freedesktop.org.xml.in.h:419 +msgid "Tar archive (compressed)" +msgstr "arxiu tar (comprimit)" + +#: ../freedesktop.org.xml.in.h:420 +msgid "Tar archive (gzip-compressed)" +msgstr "arxiu tar (comprimit amb gzip)" + +#: ../freedesktop.org.xml.in.h:421 +msgid "Tcl script" +msgstr "script Tcl" + +#: ../freedesktop.org.xml.in.h:422 +msgid "TeX DVI document" +msgstr "document TeX DVI" + +#: ../freedesktop.org.xml.in.h:423 +msgid "TeX DVI document (bzip-compressed)" +msgstr "document TeX DVI (comprimit amb bzip)" + +#: ../freedesktop.org.xml.in.h:424 +msgid "TeX DVI document (gzip-compressed)" +msgstr "document TeX DVI (comprimit amb gzip)" + +#: ../freedesktop.org.xml.in.h:425 +msgid "TeX document" +msgstr "document TeX" + +#: ../freedesktop.org.xml.in.h:426 +msgid "TeX font" +msgstr "tipus de lletra TeX" + +#: ../freedesktop.org.xml.in.h:427 +msgid "TeX font metrics" +msgstr "mètrica de tipus de lletra TeX" + +#: ../freedesktop.org.xml.in.h:428 +msgid "TeXInfo document" +msgstr "document TeXInfo" + +#: ../freedesktop.org.xml.in.h:429 +msgid "ToutDoux document" +msgstr "document ToutDoux" + +#: ../freedesktop.org.xml.in.h:430 +msgid "Troff ME input document" +msgstr "document d'entrada Troff ME" + +#: ../freedesktop.org.xml.in.h:431 +msgid "Troff MM input document" +msgstr "document d'entrada Troff MM" + +#: ../freedesktop.org.xml.in.h:432 +msgid "Troff MS input document" +msgstr "document d'entrada Troff MS" + +#: ../freedesktop.org.xml.in.h:433 +msgid "Troff document" +msgstr "document Troff" + +#: ../freedesktop.org.xml.in.h:434 +msgid "Troff document (with manpage macros)" +msgstr "document Troff (amb macros de pàgines de manual)" + +#: ../freedesktop.org.xml.in.h:435 +msgid "TrueAudio audio" +msgstr "àudio TrueAudio" + +#: ../freedesktop.org.xml.in.h:436 +msgid "TrueType XML font" +msgstr "tipus de lletra TrueType XML" + +#: ../freedesktop.org.xml.in.h:437 +msgid "TrueType font" +msgstr "tipus de lletra TrueType" + +#: ../freedesktop.org.xml.in.h:438 +msgid "UFRaw ID image" +msgstr "imatge ID UFRaw" + +#: ../freedesktop.org.xml.in.h:439 +msgid "ULAW (Sun) audio" +msgstr "àudio ULAW (Sun)" + +#: ../freedesktop.org.xml.in.h:440 +msgid "UNIX-compressed file" +msgstr "fitxer comprimit UNIX" + +#: ../freedesktop.org.xml.in.h:441 +msgid "Unidata NetCDF document" +msgstr "document Unidata NetCDF" + +#: ../freedesktop.org.xml.in.h:442 +msgid "Usenet news message" +msgstr "missatge de notícies Usenet" + +#: ../freedesktop.org.xml.in.h:443 +msgid "Ustar archive" +msgstr "arxiu ustar" + +#: ../freedesktop.org.xml.in.h:444 +msgid "V font" +msgstr "tipus de lletra V" + +#: ../freedesktop.org.xml.in.h:445 +msgid "VCS/ICS calendar" +msgstr "calendari VCS/ICS" + +#: ../freedesktop.org.xml.in.h:446 +msgid "VHDL document" +msgstr "document VHDL" + +#: ../freedesktop.org.xml.in.h:447 +msgid "VOC audio" +msgstr "àudio VOC" + +#: ../freedesktop.org.xml.in.h:448 +msgid "VRML document" +msgstr "document VRML" + +#: ../freedesktop.org.xml.in.h:449 +msgid "Vala source code" +msgstr "codi font en Vala" + +#. http://en.wikipedia.org/wiki/Video_CD +#. http://www.herongyang.com/CD-DVD/VCD-Movie-File-Directory-Structure.html +#: ../freedesktop.org.xml.in.h:452 +msgid "Video CD" +msgstr "vídeo CD" + +#: ../freedesktop.org.xml.in.h:453 +msgid "Vivo video" +msgstr "vídeo Vivo" + +#: ../freedesktop.org.xml.in.h:454 +msgid "WAIS source code" +msgstr "codi font en WAIS" + +#: ../freedesktop.org.xml.in.h:455 +msgid "WAV audio" +msgstr "àudio WAV" + +#: ../freedesktop.org.xml.in.h:456 +msgid "WBMP image" +msgstr "imatge WBMP" + +#: ../freedesktop.org.xml.in.h:457 +msgid "WMF image" +msgstr "imatge WMF" + +#: ../freedesktop.org.xml.in.h:458 +msgid "WML document" +msgstr "document WML" + +#: ../freedesktop.org.xml.in.h:459 +msgid "WMLScript program" +msgstr "programa WMLScript" + +#: ../freedesktop.org.xml.in.h:460 +msgid "WRI document" +msgstr "document WRI" + +#: ../freedesktop.org.xml.in.h:461 +msgid "WavPack audio" +msgstr "àudio WavPack" + +#: ../freedesktop.org.xml.in.h:462 +msgid "WavPack audio correction file" +msgstr "fitxer de correcció d'àudio WavPack" + +#: ../freedesktop.org.xml.in.h:463 +msgid "Wavelet video" +msgstr "vídeo Wavelet" + +#: ../freedesktop.org.xml.in.h:464 +msgid "Windows BMP image" +msgstr "imatge BMP de Windows" + +#: ../freedesktop.org.xml.in.h:465 +msgid "Windows Installer package" +msgstr "paquet de Windows Installer" + +#: ../freedesktop.org.xml.in.h:466 +msgid "Windows Media Station file" +msgstr "fitxer Windows Media Station" + +#: ../freedesktop.org.xml.in.h:467 +msgid "Windows Media audio" +msgstr "àudio Windows Media" + +#: ../freedesktop.org.xml.in.h:468 +msgid "Windows Media video" +msgstr "vídeo Windows Media" + +#: ../freedesktop.org.xml.in.h:469 +msgid "Windows Registry extract" +msgstr "extracte del registre de Windows" + +#: ../freedesktop.org.xml.in.h:470 +msgid "Windows animated cursor" +msgstr "cursor animat de Windows" + +#: ../freedesktop.org.xml.in.h:471 +msgid "Windows cursor" +msgstr "cursor de Windows" + +#: ../freedesktop.org.xml.in.h:472 +msgid "Word document" +msgstr "document Word" + +#: ../freedesktop.org.xml.in.h:473 +msgid "Word template" +msgstr "plantilla de Word" + +#: ../freedesktop.org.xml.in.h:474 +msgid "WordPerfect document" +msgstr "document de WordPerfect" + +#: ../freedesktop.org.xml.in.h:475 +msgid "WordPerfect/Drawperfect image" +msgstr "imatge de WordPerfect/Drawperfect" + +#: ../freedesktop.org.xml.in.h:476 +msgid "X window image" +msgstr "imatge de X window" + +#: ../freedesktop.org.xml.in.h:477 +msgid "X-Motif UIL table" +msgstr "taula UIL de X-Motif" + +#: ../freedesktop.org.xml.in.h:478 +msgid "X11 cursor" +msgstr "cursor X11" + +#: ../freedesktop.org.xml.in.h:479 +msgid "XBEL bookmarks" +msgstr "llista d'adreces d'interès XBEL" + +#: ../freedesktop.org.xml.in.h:480 +msgid "XBM image" +msgstr "imatge XBM" + +#: ../freedesktop.org.xml.in.h:481 +msgid "XFig image" +msgstr "imatge de XFig" + +#: ../freedesktop.org.xml.in.h:482 +msgid "XHTML page" +msgstr "pàgina XHTML" + +#: ../freedesktop.org.xml.in.h:483 +msgid "XLIFF translation file" +msgstr "fitxer traducció XLIFF" + +#: ../freedesktop.org.xml.in.h:484 +msgid "XMCD CD database" +msgstr "base de dades de CD XMCD" + +#: ../freedesktop.org.xml.in.h:485 +msgid "XMF audio" +msgstr "àudio XMF" + +#: ../freedesktop.org.xml.in.h:486 +msgid "XMI file" +msgstr "fitxer XMI" + +#: ../freedesktop.org.xml.in.h:487 +msgid "XML document" +msgstr "document XML" + +#: ../freedesktop.org.xml.in.h:488 +msgid "XML entities document" +msgstr "document d'entitats XML" + +#: ../freedesktop.org.xml.in.h:489 +msgid "XPM image" +msgstr "imatge XPM" + +#: ../freedesktop.org.xml.in.h:490 +msgid "XPS document" +msgstr "document XPS" + +#: ../freedesktop.org.xml.in.h:491 +msgid "XSL FO file" +msgstr "fitxer FO XSL" + +#: ../freedesktop.org.xml.in.h:492 +msgid "XSLT stylesheet" +msgstr "full d'estil XSLT" + +#: ../freedesktop.org.xml.in.h:493 +msgid "XSPF playlist" +msgstr "llista de reproducció XSPF" + +#: ../freedesktop.org.xml.in.h:494 +msgid "XUL document" +msgstr "document XUL" + +#: ../freedesktop.org.xml.in.h:495 +msgid "XUL interface document" +msgstr "document d'interfície XUL" + +#: ../freedesktop.org.xml.in.h:496 +msgid "Xbase document" +msgstr "document Xbase" + +#: ../freedesktop.org.xml.in.h:497 +msgid "Zip archive" +msgstr "arxiu zip" + +#: ../freedesktop.org.xml.in.h:498 +msgid "Zoo archive" +msgstr "arxiu zoo" + +#: ../freedesktop.org.xml.in.h:499 +msgid "application log" +msgstr "registre d'aplicació" + +#. http://en.wikipedia.org/wiki/Red_Book_(audio_CD_standard) +#: ../freedesktop.org.xml.in.h:501 +msgid "audio CD" +msgstr "CD d'àudio" + +#. http://en.wikipedia.org/wiki/DVD-Audio +#: ../freedesktop.org.xml.in.h:503 +msgid "audio DVD" +msgstr "DVD d'àudio" + +#: ../freedesktop.org.xml.in.h:504 +msgid "author credits" +msgstr "atribucions d'autor" + +#: ../freedesktop.org.xml.in.h:505 +msgid "author list" +msgstr "llista d'autors" + +#: ../freedesktop.org.xml.in.h:506 +msgid "backup file" +msgstr "fitxer de còpia de seguretat" + +#. http://en.wikipedia.org/wiki/Blu-ray_Disc +#: ../freedesktop.org.xml.in.h:508 +msgid "blank Blu-ray disc" +msgstr "disc Blu-Ray en blanc" + +#. http://en.wikipedia.org/wiki/Compact_Disc +#: ../freedesktop.org.xml.in.h:510 +msgid "blank CD disc" +msgstr "disc CD en blanc" + +#. http://en.wikipedia.org/wiki/DVD +#: ../freedesktop.org.xml.in.h:512 +msgid "blank DVD disc" +msgstr "disc DVD en blanc" + +#. http://en.wikipedia.org/wiki/HD_DVD +#: ../freedesktop.org.xml.in.h:514 +msgid "blank HD DVD disc" +msgstr "disc DVD HD en blanc" + +#: ../freedesktop.org.xml.in.h:515 +msgid "block device" +msgstr "dispositiu de blocs" + +#: ../freedesktop.org.xml.in.h:516 +msgid "character device" +msgstr "dispositiu de caràcters" + +#: ../freedesktop.org.xml.in.h:517 +msgid "comic book archive" +msgstr "arxiu comic book" + +#: ../freedesktop.org.xml.in.h:518 +msgid "compound document" +msgstr "document composat" + +#: ../freedesktop.org.xml.in.h:519 +msgid "compound documents" +msgstr "documents composats" + +#: ../freedesktop.org.xml.in.h:520 +msgid "compressed GIMP image" +msgstr "imatge GIMP comprimida" + +#: ../freedesktop.org.xml.in.h:521 +msgid "compressed SVG image" +msgstr "imatge SVG comprimida" + +#: ../freedesktop.org.xml.in.h:522 +msgid "compressed Tracker audio" +msgstr "àudio Tracker comprimit" + +#: ../freedesktop.org.xml.in.h:523 +msgid "desktop configuration file" +msgstr "fitxer de configuració d'escriptori" + +#: ../freedesktop.org.xml.in.h:524 +msgid "detached OpenPGP signature" +msgstr "signatura OpenPGP separada" + +#: ../freedesktop.org.xml.in.h:525 +msgid "detached S/MIME signature" +msgstr "signatura S/MIME separada" + +#: ../freedesktop.org.xml.in.h:526 +msgid "differences between files" +msgstr "diferències entre fitxers" + +#. http://en.wikipedia.org/wiki/Design_rule_for_Camera_File_system +#: ../freedesktop.org.xml.in.h:528 +msgid "digital photos" +msgstr "fotos digitals" + +#: ../freedesktop.org.xml.in.h:529 +msgid "digital raw image" +msgstr "imatge digital en cru" + +#: ../freedesktop.org.xml.in.h:530 +msgid "eMusic download package" +msgstr "paquet de descàrrega eMusic" + +#: ../freedesktop.org.xml.in.h:531 +msgid "electronic book document" +msgstr "document de llibre electrònic" + +#: ../freedesktop.org.xml.in.h:532 +msgid "electronic business card" +msgstr "targeta de visita electrònica" + +#: ../freedesktop.org.xml.in.h:533 +msgid "email headers" +msgstr "capçaleres de correu electrònic" + +#: ../freedesktop.org.xml.in.h:534 +msgid "email message" +msgstr "missatge de correu electrònic" + +#: ../freedesktop.org.xml.in.h:535 +msgid "empty document" +msgstr "document buit" + +#: ../freedesktop.org.xml.in.h:536 +msgid "encrypted message" +msgstr "missatge xifrat" + +#: ../freedesktop.org.xml.in.h:537 +msgid "enriched text document" +msgstr "document de text enriquit" + +#: ../freedesktop.org.xml.in.h:538 +msgid "executable" +msgstr "executable" + +#: ../freedesktop.org.xml.in.h:539 +msgid "folder" +msgstr "carpeta" + +#: ../freedesktop.org.xml.in.h:540 +msgid "generic font file" +msgstr "fitxer genèric de tipus de lletra" + +#: ../freedesktop.org.xml.in.h:541 +msgid "help page" +msgstr "pàgina d'ajuda" + +#: ../freedesktop.org.xml.in.h:542 +msgid "iMelody ringtone" +msgstr "to de trucada iMelody" + +#: ../freedesktop.org.xml.in.h:543 +msgid "iPod firmware" +msgstr "microprogramari d'iPod" + +#: ../freedesktop.org.xml.in.h:544 +msgid "iRiver Playlist" +msgstr "llista de reproducció iRiver" + +#: ../freedesktop.org.xml.in.h:545 +msgid "installation instructions" +msgstr "instruccions d'instal·lació" + +#: ../freedesktop.org.xml.in.h:546 +msgid "iptables configuration file" +msgstr "fitxer de configuració d'iptables" + +#: ../freedesktop.org.xml.in.h:547 +msgid "libtool shared library" +msgstr "biblioteca compartida libtool" + +#: ../freedesktop.org.xml.in.h:548 +msgid "license terms" +msgstr "condicions de llicència" + +#: ../freedesktop.org.xml.in.h:549 +msgid "mail delivery report" +msgstr "informe de lliurament de correu" + +#: ../freedesktop.org.xml.in.h:550 +msgid "mail disposition report" +msgstr "informe de disposició de correu" + +#: ../freedesktop.org.xml.in.h:551 +msgid "mail system report" +msgstr "informe de sistema de correu" + +#: ../freedesktop.org.xml.in.h:552 +msgid "mailbox file" +msgstr "fitxer mailbox" + +#: ../freedesktop.org.xml.in.h:553 +msgid "manual page (compressed)" +msgstr "pàgina de manual (comprimida)" + +#: ../freedesktop.org.xml.in.h:554 +msgid "message catalog" +msgstr "catàleg de missatges" + +#: ../freedesktop.org.xml.in.h:555 +msgid "message digest" +msgstr "recopilació de missatges" + +#: ../freedesktop.org.xml.in.h:556 +msgid "message in several formats" +msgstr "missatge en varis formats" + +#: ../freedesktop.org.xml.in.h:557 +msgid "mount point" +msgstr "punt de muntatge" + +#: ../freedesktop.org.xml.in.h:558 +msgid "object code" +msgstr "codi objecte" + +#: ../freedesktop.org.xml.in.h:559 +msgid "packed font file" +msgstr "fitxer empaquetat de tipus de lletra" + +#: ../freedesktop.org.xml.in.h:560 +msgid "partial email message" +msgstr "missatge de correu electrònic parcial" + +#: ../freedesktop.org.xml.in.h:561 +msgid "pipe" +msgstr "conducte" + +#: ../freedesktop.org.xml.in.h:562 +msgid "plain text document" +msgstr "document de text pla" + +#. see fd.o hal spec +#: ../freedesktop.org.xml.in.h:564 +msgid "portable audio player" +msgstr "reproductor d'àudio portàtil" + +#: ../freedesktop.org.xml.in.h:565 +msgid "profiler results" +msgstr "resultats del perfilador" + +#: ../freedesktop.org.xml.in.h:566 +msgid "program crash data" +msgstr "dades de fallada de programa" + +#: ../freedesktop.org.xml.in.h:567 +msgid "raw CD image" +msgstr "imatge de CD en cru" + +#: ../freedesktop.org.xml.in.h:568 +msgid "reference to remote file" +msgstr "referència a fitxer remot" + +#: ../freedesktop.org.xml.in.h:569 +msgid "rejected patch" +msgstr "pedaç rebutjat" + +#: ../freedesktop.org.xml.in.h:570 +msgid "resource location" +msgstr "localització de recurs" + +#: ../freedesktop.org.xml.in.h:571 +msgid "rich text document" +msgstr "document de text enriquit" + +#: ../freedesktop.org.xml.in.h:572 +msgid "shared library" +msgstr "biblioteca compartida" + +#: ../freedesktop.org.xml.in.h:573 +msgid "shell archive" +msgstr "arxiu d'intèrpret d'ordres" + +#: ../freedesktop.org.xml.in.h:574 +msgid "shell script" +msgstr "script d'intèrpret d'ordres" + +#: ../freedesktop.org.xml.in.h:575 +msgid "signed message" +msgstr "missatge signat" + +#: ../freedesktop.org.xml.in.h:576 +msgid "socket" +msgstr "sòcol" + +#. http://standards.freedesktop.org/autostart-spec/autostart-spec-latest.html +#. http://bugzilla.gnome.org/show_bug.cgi?id=509823#c3 +#: ../freedesktop.org.xml.in.h:579 +msgid "software" +msgstr "programari" + +#: ../freedesktop.org.xml.in.h:580 +msgid "spreadsheet interchange document" +msgstr "document d'intercanvi de full de càlcul" + +#: ../freedesktop.org.xml.in.h:581 +msgid "stream of data (server push)" +msgstr "flux de dades (enviat pel servidor)" + +#: ../freedesktop.org.xml.in.h:582 +msgid "symbolic link" +msgstr "enllaç simbòlic" + +#: ../freedesktop.org.xml.in.h:583 +msgid "theme" +msgstr "tema" + +#: ../freedesktop.org.xml.in.h:584 +msgid "translated messages (machine-readable)" +msgstr "missatges traduïts (llegible per màquina)" + +#: ../freedesktop.org.xml.in.h:585 +msgid "translation file" +msgstr "fitxer traducció" + +#: ../freedesktop.org.xml.in.h:586 +msgid "translation template" +msgstr "plantilla de traducció" + +#: ../freedesktop.org.xml.in.h:587 +msgid "txt2tags document" +msgstr "document txt2tags" + +#: ../freedesktop.org.xml.in.h:588 +msgid "unknown" +msgstr "desconegut" + +#. http://en.wikipedia.org/wiki/DVD-Video +#: ../freedesktop.org.xml.in.h:590 +msgid "video DVD" +msgstr "vídeo DVD" diff --git a/po/cs.po b/po/cs.po new file mode 100644 index 0000000..7b791b4 --- /dev/null +++ b/po/cs.po @@ -0,0 +1,2295 @@ +# Czech translation of shared-mime-info. +# Based on Slovak translation of gnome-mime-data. +# Copyright (C) 2002, 2004, 2005, 2006, 2007, 2008 the author(s) of shared-mime-info. +# Copyright (C) 2003, 2004, 2005, 2006 Miloslav Trmac . +# This file is distributed under the same license as the shared-mime-info package. +# Michal Bukovjan , 2002. +# Miloslav Trmac , 2003, 2004, 2005, 2006. +# Petr Kovar , 2007, 2008. +# +msgid "" +msgstr "" +"Project-Id-Version: shared-mime-info 0.51\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2008-07-23 12:49+0100\n" +"PO-Revision-Date: 2008-07-23 20:01+0100\n" +"Last-Translator: Petr Kovar \n" +"Language-Team: Czech \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" + +#: ../freedesktop.org.xml.in.h:1 +msgid "3D Studio image" +msgstr "Obrázek 3D Studio" + +#: ../freedesktop.org.xml.in.h:2 +msgid "3GPP multimedia file" +msgstr "Soubor multimédií 3GPP" + +#: ../freedesktop.org.xml.in.h:3 +msgid "7-zip archive" +msgstr "Archiv 7-zip" + +#: ../freedesktop.org.xml.in.h:4 +msgid "ACE archive" +msgstr "Archiv ACE" + +#: ../freedesktop.org.xml.in.h:5 +msgid "AIFC audio" +msgstr "Zvuk AIFC" + +#: ../freedesktop.org.xml.in.h:6 +msgid "AIFF audio" +msgstr "Zvuk AIFF" + +#: ../freedesktop.org.xml.in.h:7 +msgid "AIFF/Amiga/Mac audio" +msgstr "Zvuk AIFF/Amiga/Mac" + +#: ../freedesktop.org.xml.in.h:8 +msgid "AMR audio" +msgstr "Zvuk AMR" + +#: ../freedesktop.org.xml.in.h:9 +msgid "AMR-WB audio" +msgstr "Zvuk AMR-WB" + +#: ../freedesktop.org.xml.in.h:10 +msgid "ANIM animation" +msgstr "Animace ANIM" + +#: ../freedesktop.org.xml.in.h:11 +msgid "AR archive" +msgstr "Archiv AR" + +#: ../freedesktop.org.xml.in.h:12 +msgid "ARC archive" +msgstr "Archiv ARC" + +#: ../freedesktop.org.xml.in.h:13 +msgid "ARJ archive" +msgstr "Archiv ARJ" + +#: ../freedesktop.org.xml.in.h:14 +msgid "ASF video" +msgstr "Video ASF" + +#: ../freedesktop.org.xml.in.h:15 +msgid "ASP page" +msgstr "Stránka ASP" + +#: ../freedesktop.org.xml.in.h:16 +msgid "ATK inset" +msgstr "Vložka ATK" + +#: ../freedesktop.org.xml.in.h:17 +msgid "AVI video" +msgstr "Video AVI" + +#: ../freedesktop.org.xml.in.h:18 +msgid "AWK script" +msgstr "Skript AWK" + +#: ../freedesktop.org.xml.in.h:19 +msgid "AbiWord document" +msgstr "Dokument AbiWord" + +#: ../freedesktop.org.xml.in.h:20 +msgid "Ada source code" +msgstr "Zdrojový kód v Adě" + +#: ../freedesktop.org.xml.in.h:21 +msgid "Adobe DNG negative" +msgstr "Adobe Digital Negative (DNG)" + +#: ../freedesktop.org.xml.in.h:22 +msgid "Adobe FrameMaker MIF document" +msgstr "Dokument Adobe FrameMaker MIF" + +#: ../freedesktop.org.xml.in.h:23 +msgid "Adobe FrameMaker document" +msgstr "Dokument Adobe FrameMaker" + +#: ../freedesktop.org.xml.in.h:24 +msgid "Adobe FrameMaker font" +msgstr "Písmo Adobe FrameMaker" + +#: ../freedesktop.org.xml.in.h:25 +msgid "Adobe Illustrator document" +msgstr "Dokument Adobe Illustrator" + +#: ../freedesktop.org.xml.in.h:26 +msgid "Adobe font metrics" +msgstr "Metrika písma Adobe" + +#: ../freedesktop.org.xml.in.h:27 +msgid "Alzip archive" +msgstr "Archiv Alzip" + +#: ../freedesktop.org.xml.in.h:28 +msgid "Amiga SoundTracker audio" +msgstr "Zvuk Amiga SoundTracker" + +#: ../freedesktop.org.xml.in.h:29 +msgid "Applix Graphics image" +msgstr "Obrázek Applix Graphics" + +#: ../freedesktop.org.xml.in.h:30 +msgid "Applix Spreadsheets spreadsheet" +msgstr "Sešit Applix Spreadsheets" + +#: ../freedesktop.org.xml.in.h:31 +msgid "Applix Words document" +msgstr "Dokument Applix Words" + +#: ../freedesktop.org.xml.in.h:32 +msgid "Atom syndication feed" +msgstr "Kanál Atom" + +#: ../freedesktop.org.xml.in.h:33 +msgid "AutoCAD image" +msgstr "Obrázek AutoCAD" + +#: ../freedesktop.org.xml.in.h:34 +msgid "BCPIO document" +msgstr "Dokument BCPIO" + +#: ../freedesktop.org.xml.in.h:35 +msgid "BDF font" +msgstr "Písmo BDF" + +#: ../freedesktop.org.xml.in.h:36 +msgid "BibTeX document" +msgstr "Dokument BibTeX" + +#: ../freedesktop.org.xml.in.h:37 +msgid "BitTorrent seed file" +msgstr "Soubor BitTorrent" + +#: ../freedesktop.org.xml.in.h:38 +msgid "Blender scene" +msgstr "Scéna Blender" + +#. http://en.wikipedia.org/wiki/Blu-ray_Disc +#. http://www.blu-raydisc.com/Section-13470/Section-13890/Index.html +#: ../freedesktop.org.xml.in.h:41 +msgid "Blu-ray video disc" +msgstr "Videodisk Blu-ray" + +#: ../freedesktop.org.xml.in.h:42 +msgid "Bzip archive" +msgstr "Archiv bzip" + +#: ../freedesktop.org.xml.in.h:43 +msgid "C header" +msgstr "Záhlaví v C" + +#: ../freedesktop.org.xml.in.h:44 +msgid "C shell script" +msgstr "Skript shellu C" + +#: ../freedesktop.org.xml.in.h:45 +msgid "C source code" +msgstr "Zdrojový kód v C" + +#: ../freedesktop.org.xml.in.h:46 +msgid "C# source code" +msgstr "Zdrojový kód v C#" + +#: ../freedesktop.org.xml.in.h:47 +msgid "C++ header" +msgstr "Záhlaví v C++" + +#: ../freedesktop.org.xml.in.h:48 +msgid "C++ source code" +msgstr "Zdrojový kód v C++" + +#: ../freedesktop.org.xml.in.h:49 +msgid "CCITT G3 fax" +msgstr "Fax CCITT G3" + +#: ../freedesktop.org.xml.in.h:50 +msgid "CD Table Of Contents" +msgstr "Obsah CD" + +#: ../freedesktop.org.xml.in.h:51 +msgid "CD image cuesheet" +msgstr "Rozvržení stop obrazu CD" + +#: ../freedesktop.org.xml.in.h:52 +msgid "CHM document" +msgstr "Dokument CHM" + +#: ../freedesktop.org.xml.in.h:53 +msgid "CMU raster image" +msgstr "Rastrový obrázek CMU" + +#: ../freedesktop.org.xml.in.h:54 +msgid "CMake source code" +msgstr "Zdrojový kód CMake" + +#: ../freedesktop.org.xml.in.h:55 +msgid "CPIO archive" +msgstr "Archiv CPIO" + +#: ../freedesktop.org.xml.in.h:56 +msgid "CPIO archive (gzip-compressed)" +msgstr "Archiv CPIO (komprimovaný pomocí gzip)" + +#: ../freedesktop.org.xml.in.h:57 +msgid "CSS stylesheet" +msgstr "Styl CSS" + +#: ../freedesktop.org.xml.in.h:58 +msgid "CSV document" +msgstr "Dokument CSV" + +#: ../freedesktop.org.xml.in.h:59 +msgid "Canon CR2 raw image" +msgstr "Surový obrázek Canon CR2" + +#: ../freedesktop.org.xml.in.h:60 +msgid "Canon CRW raw image" +msgstr "Surový obrázek Canon CRW" + +#: ../freedesktop.org.xml.in.h:61 +msgid "ChangeLog document" +msgstr "Dokument ChangeLog" + +#: ../freedesktop.org.xml.in.h:62 +msgid "Cisco VPN Settings" +msgstr "Nastavení Cisco VPN" + +#: ../freedesktop.org.xml.in.h:63 +msgid "Citrix ICA settings file" +msgstr "Soubor nastavení Citrix ICA" + +#: ../freedesktop.org.xml.in.h:64 +msgid "Commodore 64 audio" +msgstr "Zvuk Commodore 64" + +#: ../freedesktop.org.xml.in.h:65 +msgid "Computer Graphics Metafile" +msgstr "Computer Graphics Metafile" + +#: ../freedesktop.org.xml.in.h:66 +msgid "Corel Draw drawing" +msgstr "Kresba Corel Draw" + +#: ../freedesktop.org.xml.in.h:67 +msgid "D source code" +msgstr "Zdrojový kód v D" + +#: ../freedesktop.org.xml.in.h:68 +msgid "DAR archive" +msgstr "Archiv DAR" + +#: ../freedesktop.org.xml.in.h:69 +msgid "DCL script" +msgstr "Skript DCL" + +#: ../freedesktop.org.xml.in.h:70 +msgid "DER/PEM/Netscape-encoded X.509 certificate" +msgstr "Certifikát X.509 kódovaný jako DER/PEM/Netscape" + +#: ../freedesktop.org.xml.in.h:71 +msgid "DIB image" +msgstr "Obrázek DIB" + +#: ../freedesktop.org.xml.in.h:72 +msgid "DICOM image" +msgstr "Obrázek DICOM" + +#: ../freedesktop.org.xml.in.h:73 +msgid "DOS font" +msgstr "Písmo pro DOS" + +#: ../freedesktop.org.xml.in.h:74 +msgid "DOS/Windows executable" +msgstr "Spustitelný soubor pro DOS/Windows" + +#: ../freedesktop.org.xml.in.h:75 +msgid "DPX image" +msgstr "Obrázek DPX" + +#: ../freedesktop.org.xml.in.h:76 +msgid "DSSSL document" +msgstr "Dokument DSSSL" + +#: ../freedesktop.org.xml.in.h:77 +msgid "DTD file" +msgstr "Soubor DTD" + +#: ../freedesktop.org.xml.in.h:78 +msgid "DV video" +msgstr "Video DV" + +#: ../freedesktop.org.xml.in.h:79 +msgid "DXF vector image" +msgstr "Vektorový obrázek DXF" + +#: ../freedesktop.org.xml.in.h:80 +msgid "Debian package" +msgstr "Balíček Debianu" + +#: ../freedesktop.org.xml.in.h:81 +msgid "Dia diagram" +msgstr "Diagram Dia" + +#: ../freedesktop.org.xml.in.h:82 +msgid "DirectDraw surface" +msgstr "Plocha DirectDraw" + +#: ../freedesktop.org.xml.in.h:83 +msgid "DjVu image" +msgstr "Obrázek DjVu" + +#: ../freedesktop.org.xml.in.h:84 +msgid "DocBook document" +msgstr "Dokument DocBook" + +#: ../freedesktop.org.xml.in.h:85 +msgid "Dolby Digital audio" +msgstr "Zvuk Dolby Digital" + +#: ../freedesktop.org.xml.in.h:86 +msgid "Dreamcast ROM" +msgstr "ROM pro Dreamcast" + +#: ../freedesktop.org.xml.in.h:87 +msgid "ECMAScript program" +msgstr "Program ECMAScript" + +#: ../freedesktop.org.xml.in.h:88 +msgid "EMF image" +msgstr "Obrázek EMF" + +#: ../freedesktop.org.xml.in.h:89 +msgid "EPS image" +msgstr "Obrázek EPS" + +#: ../freedesktop.org.xml.in.h:90 +msgid "EPS image (bzip-compressed)" +msgstr "Obrázek EPS (komprimovaný pomocí bzip)" + +#: ../freedesktop.org.xml.in.h:91 +msgid "EPS image (gzip-compressed)" +msgstr "Obrázek EPS (komprimovaný pomocí gzip)" + +#: ../freedesktop.org.xml.in.h:92 +msgid "EXR image" +msgstr "Obrázek EXR" + +#: ../freedesktop.org.xml.in.h:93 +msgid "Egon Animator animation" +msgstr "Animace Egon Animator" + +#: ../freedesktop.org.xml.in.h:94 +msgid "Eiffel source code" +msgstr "Zdrojový kód Eiffel" + +#: ../freedesktop.org.xml.in.h:95 +msgid "Emacs Lisp source code" +msgstr "Zdrojový kód Emacs Lisp" + +#: ../freedesktop.org.xml.in.h:96 +msgid "Enlightenment theme" +msgstr "Motiv Enlightenment" + +#: ../freedesktop.org.xml.in.h:97 +msgid "Erlang source code" +msgstr "Zdrojový kód Erlang" + +#: ../freedesktop.org.xml.in.h:98 +msgid "Excel spreadsheet" +msgstr "Sešit Excel" + +#: ../freedesktop.org.xml.in.h:99 +msgid "FITS document" +msgstr "Dokument FITS" + +#: ../freedesktop.org.xml.in.h:100 +msgid "FLAC audio" +msgstr "Zvuk FLAC" + +#: ../freedesktop.org.xml.in.h:101 +msgid "FLIC animation" +msgstr "Animace FLIC" + +#: ../freedesktop.org.xml.in.h:102 +msgid "FLTK Fluid file" +msgstr "Soubor FLTK Fluid" + +#: ../freedesktop.org.xml.in.h:103 +msgid "FPX image" +msgstr "Obrázek FPX" + +#: ../freedesktop.org.xml.in.h:104 +msgid "FastTracker II audio" +msgstr "Zvuk FastTracker II" + +#: ../freedesktop.org.xml.in.h:105 +msgid "Flash video" +msgstr "Video Flash" + +#: ../freedesktop.org.xml.in.h:106 +msgid "Fortran source code" +msgstr "Zdrojový kód Fortran" + +#: ../freedesktop.org.xml.in.h:107 +msgid "Fuji RAF raw image" +msgstr "Surový obrázek Fuji RAF" + +#: ../freedesktop.org.xml.in.h:108 +msgid "G3 fax image" +msgstr "Obrázek fax G3" + +#: ../freedesktop.org.xml.in.h:109 +msgid "GDBM database" +msgstr "Databáze GDBM" + +#: ../freedesktop.org.xml.in.h:110 +msgid "GEDCOM family history" +msgstr "Rodokmen GEDCOM" + +#: ../freedesktop.org.xml.in.h:111 +msgid "GIF image" +msgstr "Obrázek GIF" + +#: ../freedesktop.org.xml.in.h:112 +msgid "GIMP image" +msgstr "Obrázek GIMP" + +#: ../freedesktop.org.xml.in.h:113 +msgid "GMC link" +msgstr "Odkaz GMC" + +#: ../freedesktop.org.xml.in.h:114 +msgid "GNU Oleo spreadsheet" +msgstr "Sešit GNU Oleo" + +#: ../freedesktop.org.xml.in.h:115 +msgid "GNU mail message" +msgstr "Zpráva GNU mail" + +#: ../freedesktop.org.xml.in.h:116 +msgid "GNUnet search file" +msgstr "Vyhledávací soubor GNUnet" + +#: ../freedesktop.org.xml.in.h:117 +msgid "GTKtalog catalog" +msgstr "Katalog GTKtalog" + +#: ../freedesktop.org.xml.in.h:118 +msgid "Game Boy Advance ROM" +msgstr "ROM pro Game Boy Advance" + +#: ../freedesktop.org.xml.in.h:119 +msgid "Game Boy ROM" +msgstr "ROM pro Game Boy" + +#. Translate this to Megadrive if the console was known as such in your locale +#. Should be Megadrive in all but en_US: http://en.wikipedia.org/wiki/Megadrive#History +#: ../freedesktop.org.xml.in.h:122 +msgid "Genesis ROM" +msgstr "ROM pro Genesis" + +#: ../freedesktop.org.xml.in.h:123 +msgid "Glade project" +msgstr "Projekt Glade" + +#: ../freedesktop.org.xml.in.h:124 +msgid "GnuCash spreadsheet" +msgstr "Sešit GnuCash" + +#: ../freedesktop.org.xml.in.h:125 +msgid "Gnumeric spreadsheet" +msgstr "Sešit Gnumeric" + +#: ../freedesktop.org.xml.in.h:126 +msgid "Gnuplot document" +msgstr "Dokument Gnuplot" + +#: ../freedesktop.org.xml.in.h:127 +msgid "Google Video Pointer" +msgstr "Google Video Pointer" + +#: ../freedesktop.org.xml.in.h:128 +msgid "Graphite scientific graph" +msgstr "Vědecký graf Graphite" + +#: ../freedesktop.org.xml.in.h:129 +msgid "Gzip archive" +msgstr "Archiv gzip" + +#. http://en.wikipedia.org/wiki/HD_DVD +#. http://www.dvdafteredit.com/wiki/The_HVDVD_TS_Folder +#: ../freedesktop.org.xml.in.h:132 +msgid "HD DVD video disc" +msgstr "Videodisk HD DVD" + +#: ../freedesktop.org.xml.in.h:133 +msgid "HDF document" +msgstr "Dokument HDF" + +#: ../freedesktop.org.xml.in.h:134 +msgid "HPGL file" +msgstr "Soubor HPGL" + +#: ../freedesktop.org.xml.in.h:135 +msgid "HTML document" +msgstr "Dokument HTML" + +#: ../freedesktop.org.xml.in.h:136 +msgid "Haansoft Hangul document" +msgstr "Dokument Haansoft Hangul" + +#: ../freedesktop.org.xml.in.h:137 +msgid "Haansoft Hangul document template" +msgstr "Šablona dokumentu Haansoft Hangul" + +#: ../freedesktop.org.xml.in.h:138 +msgid "Haskell source code" +msgstr "Zdrojový kód Haskell" + +#: ../freedesktop.org.xml.in.h:139 +msgid "ICO icon" +msgstr "Ikona ICO" + +#: ../freedesktop.org.xml.in.h:140 +msgid "IDL document" +msgstr "Dokument IDL" + +#: ../freedesktop.org.xml.in.h:141 +msgid "IEF image" +msgstr "Obrázek IEF" + +#: ../freedesktop.org.xml.in.h:142 +msgid "IFF image" +msgstr "Obrázek IFF" + +#: ../freedesktop.org.xml.in.h:143 +msgid "ILBM image" +msgstr "Obrázek ILMB" + +#: ../freedesktop.org.xml.in.h:144 +msgid "ISI video" +msgstr "Video ISI" + +#: ../freedesktop.org.xml.in.h:145 +msgid "Impulse Tracker audio" +msgstr "Zvuk Impulse Tracker" + +#: ../freedesktop.org.xml.in.h:146 +msgid "Internet shortcut" +msgstr "Odkaz do Internetu" + +#: ../freedesktop.org.xml.in.h:147 +msgid "JAD document" +msgstr "Dokument JAD" + +#: ../freedesktop.org.xml.in.h:148 +msgid "JBuilder project" +msgstr "Projekt JBuilder" + +#: ../freedesktop.org.xml.in.h:149 +msgid "JET database" +msgstr "Databáze JET" + +#: ../freedesktop.org.xml.in.h:150 +msgid "JNG image" +msgstr "Obrázek JNG" + +#: ../freedesktop.org.xml.in.h:151 +msgid "JNLP file" +msgstr "Soubor JNLP" + +#: ../freedesktop.org.xml.in.h:152 +msgid "JPEG image" +msgstr "Obrázek JPEG" + +#: ../freedesktop.org.xml.in.h:153 +msgid "JPEG-2000 image" +msgstr "Obrázek JPEG-2000" + +#: ../freedesktop.org.xml.in.h:154 +msgid "Java archive" +msgstr "Archiv Java" + +#: ../freedesktop.org.xml.in.h:155 +msgid "Java byte code" +msgstr "Bajtový kód Java" + +#: ../freedesktop.org.xml.in.h:156 +msgid "Java class" +msgstr "Třída Java" + +#: ../freedesktop.org.xml.in.h:157 +msgid "Java source code" +msgstr "Zdrojový kód v Javě" + +#: ../freedesktop.org.xml.in.h:158 +msgid "JavaScript program" +msgstr "Program v JavaScriptu" + +#: ../freedesktop.org.xml.in.h:159 +msgid "KChart chart" +msgstr "Graf Chart" + +#: ../freedesktop.org.xml.in.h:160 +msgid "KFormula formula" +msgstr "Vzorec KFormula" + +#: ../freedesktop.org.xml.in.h:161 +msgid "KIllustrator drawing" +msgstr "Kresba KIllustrator" + +#: ../freedesktop.org.xml.in.h:162 +msgid "KPovModeler scene" +msgstr "Scéna KPovModeler" + +#: ../freedesktop.org.xml.in.h:163 +msgid "KPresenter presentation" +msgstr "Prezentace KPresenter" + +#: ../freedesktop.org.xml.in.h:164 +msgid "KSpread spreadsheet" +msgstr "Sešit KSpread" + +#: ../freedesktop.org.xml.in.h:165 +msgid "KSpread spreadsheet (encrypted)" +msgstr "Sešit KSpread (šifrovaný)" + +#: ../freedesktop.org.xml.in.h:166 +msgid "KSysV init package" +msgstr "Balíček init KSysV" + +#: ../freedesktop.org.xml.in.h:167 +msgid "KWord document" +msgstr "Dokument KWord" + +#: ../freedesktop.org.xml.in.h:168 +msgid "KWord document (encrypted)" +msgstr "Dokument KWord (šifrovaný)" + +#: ../freedesktop.org.xml.in.h:169 +msgid "Karbon14 drawing" +msgstr "Kresba Karbon14" + +#: ../freedesktop.org.xml.in.h:170 +msgid "Kivio flowchart" +msgstr "Vývojový diagram Kivio" + +#: ../freedesktop.org.xml.in.h:171 +msgid "Kodak DCR raw image" +msgstr "Surový obrázek Kodak DCR" + +#: ../freedesktop.org.xml.in.h:172 +msgid "Kodak K25 raw image" +msgstr "Surový obrázek Kodak K25" + +#: ../freedesktop.org.xml.in.h:173 +msgid "Kodak KDC raw image" +msgstr "Surový obrázek Kodak KDC" + +#: ../freedesktop.org.xml.in.h:174 +msgid "Kontour drawing" +msgstr "Kresba Kontour" + +#: ../freedesktop.org.xml.in.h:175 +msgid "Krita document" +msgstr "Dokument Krita" + +#: ../freedesktop.org.xml.in.h:176 +msgid "Kugar document" +msgstr "Dokument Kugar" + +#: ../freedesktop.org.xml.in.h:177 +msgid "LDIF address book" +msgstr "Adresář LDIF" + +#: ../freedesktop.org.xml.in.h:178 +msgid "LHA archive" +msgstr "Archiv LHA" + +#: ../freedesktop.org.xml.in.h:179 +msgid "LHS source code" +msgstr "Zdrojový kód v LHS" + +#: ../freedesktop.org.xml.in.h:180 +msgid "LHZ archive" +msgstr "Archiv LHZ" + +#: ../freedesktop.org.xml.in.h:181 +msgid "LIBGRX font" +msgstr "Písmo LIBGRX" + +#: ../freedesktop.org.xml.in.h:182 +msgid "LZMA archive" +msgstr "Archiv LZMA" + +#: ../freedesktop.org.xml.in.h:183 +msgid "LZO archive" +msgstr "Archiv LZO" + +#: ../freedesktop.org.xml.in.h:184 +msgid "LightWave object" +msgstr "Objekt LightWave" + +#: ../freedesktop.org.xml.in.h:185 +msgid "LightWave scene" +msgstr "Scéna LightWave" + +#: ../freedesktop.org.xml.in.h:186 +msgid "Lilypond music sheet" +msgstr "Notový papír Lilypond" + +#: ../freedesktop.org.xml.in.h:187 +msgid "Linux PSF console font" +msgstr "Písmo PSF pro konzolu Linuxu" + +#: ../freedesktop.org.xml.in.h:188 +msgid "Linux PSF console font (gzip-compressed)" +msgstr "Písmo PSF pro konzolu Linuxu (komprimované pomocí gzip)" + +#: ../freedesktop.org.xml.in.h:189 +msgid "Lotus 1-2-3 spreadsheet" +msgstr "Sešit Lotus 1-2-3" + +#: ../freedesktop.org.xml.in.h:190 +msgid "Lotus AmiPro document" +msgstr "Dokument Lotus AmiPro" + +#: ../freedesktop.org.xml.in.h:191 +msgid "Lua script" +msgstr "Skript Lua" + +#: ../freedesktop.org.xml.in.h:192 +msgid "LyX document" +msgstr "Dokument LyX" + +#: ../freedesktop.org.xml.in.h:193 +msgid "M4 macro" +msgstr "Makro M4" + +#: ../freedesktop.org.xml.in.h:194 +msgid "MATLAB script/function" +msgstr "Skript/funkce MATLAB" + +#: ../freedesktop.org.xml.in.h:195 +msgid "MIDI audio" +msgstr "Zvuk MIDI" + +#: ../freedesktop.org.xml.in.h:196 +msgid "MNG animation" +msgstr "Animace MNG" + +#: ../freedesktop.org.xml.in.h:197 +msgid "MP2 audio" +msgstr "Zvuk MP2" + +#: ../freedesktop.org.xml.in.h:198 +msgid "MP3 ShoutCast playlist" +msgstr "Seznam skladeb MP3 ShoutCast" + +#: ../freedesktop.org.xml.in.h:199 +msgid "MP3 audio" +msgstr "Zvuk MP3" + +#: ../freedesktop.org.xml.in.h:200 +msgid "MP3 audio (streamed)" +msgstr "Zvuk MP3 (proud)" + +#: ../freedesktop.org.xml.in.h:201 +msgid "MPEG video" +msgstr "Video MPEG" + +#: ../freedesktop.org.xml.in.h:202 +msgid "MPEG-4 audio" +msgstr "Zvuk MPEG-4" + +#: ../freedesktop.org.xml.in.h:203 +msgid "MPEG-4 audio book" +msgstr "Zvuková kniha MPEG-4" + +#: ../freedesktop.org.xml.in.h:204 +msgid "MPEG-4 video" +msgstr "Video MPEG-4" + +#: ../freedesktop.org.xml.in.h:205 +msgid "MPSub subtitles" +msgstr "Titulky MPSub" + +#: ../freedesktop.org.xml.in.h:206 +msgid "MRML playlist" +msgstr "Seznam skladeb MRML" + +#: ../freedesktop.org.xml.in.h:207 +msgid "MSX ROM" +msgstr "ROM pro MSX" + +#: ../freedesktop.org.xml.in.h:208 +msgid "MacOS X icon" +msgstr "Ikona MacOS X" + +#: ../freedesktop.org.xml.in.h:209 +msgid "MacPaint Bitmap image" +msgstr "Obrázek MacPaint Bitmap" + +#: ../freedesktop.org.xml.in.h:210 +msgid "Macintosh AppleDouble-encoded file" +msgstr "Soubor kódovaný pomocí Macintosh AppleDouble" + +#: ../freedesktop.org.xml.in.h:211 +msgid "Macintosh BinHex-encoded file" +msgstr "Soubor kódovaný pomocí Macintosh BinHex" + +#: ../freedesktop.org.xml.in.h:212 +msgid "Macintosh MacBinary file" +msgstr "Soubor pro Macintosh MacBinary" + +#: ../freedesktop.org.xml.in.h:213 +msgid "Macintosh Quickdraw/PICT drawing" +msgstr "Kresba Macintosh Quickdraw/PICT" + +#: ../freedesktop.org.xml.in.h:214 +msgid "MagicPoint presentation" +msgstr "Prezentace MagicPoint" + +#: ../freedesktop.org.xml.in.h:215 +msgid "Makefile" +msgstr "Makefile" + +#: ../freedesktop.org.xml.in.h:216 +msgid "Managed Object Format" +msgstr "Managed Object Format" + +#: ../freedesktop.org.xml.in.h:217 +msgid "Markaby script" +msgstr "Skript Markaby" + +#: ../freedesktop.org.xml.in.h:218 +msgid "MathML document" +msgstr "Dokument MathML" + +#: ../freedesktop.org.xml.in.h:219 +msgid "Mathematica Notebook" +msgstr "Sešit Mathematica" + +#: ../freedesktop.org.xml.in.h:220 +msgid "Matroska audio" +msgstr "Zvuk Matroska" + +#: ../freedesktop.org.xml.in.h:221 +msgid "Matroska stream" +msgstr "Proud Matroska" + +#: ../freedesktop.org.xml.in.h:222 +msgid "Matroska video" +msgstr "Video Matroska" + +#: ../freedesktop.org.xml.in.h:223 +msgid "MicroDVD subtitles" +msgstr "Titulky MicroDVD" + +#: ../freedesktop.org.xml.in.h:224 +msgid "Microsoft ASX playlist" +msgstr "Seznam skladeb Microsoft ASX" + +#: ../freedesktop.org.xml.in.h:225 +msgid "Microsoft Works document" +msgstr "Dokument Microsoft Works" + +#: ../freedesktop.org.xml.in.h:226 +msgid "MiniPSF audio" +msgstr "Zvuk MiniPSF" + +#: ../freedesktop.org.xml.in.h:227 +msgid "Minolta MRW raw image" +msgstr "Surový obrázek Minolta MRW" + +#: ../freedesktop.org.xml.in.h:228 +msgid "Monkey's audio" +msgstr "Zvuk Monkey's" + +#: ../freedesktop.org.xml.in.h:229 +msgid "Mozilla bookmarks" +msgstr "Záložky Mozilla" + +#: ../freedesktop.org.xml.in.h:230 +msgid "Mup publication" +msgstr "Publikace Mup" + +#: ../freedesktop.org.xml.in.h:231 +msgid "Musepack audio" +msgstr "Zvuk Musepack" + +#. Translate this to Famicom if the console was known as such in your locale +#: ../freedesktop.org.xml.in.h:233 +msgid "NES ROM" +msgstr "ROM pro NES" + +#: ../freedesktop.org.xml.in.h:234 +msgid "NFO document" +msgstr "Dokument NFO" + +#: ../freedesktop.org.xml.in.h:235 +msgid "NIFF image" +msgstr "Obrázek NIFF" + +#: ../freedesktop.org.xml.in.h:236 +msgid "Nautilus link" +msgstr "Odkaz Nautilus" + +#: ../freedesktop.org.xml.in.h:237 +msgid "Nikon NEF raw image" +msgstr "Surový obrázek Nikon NEF" + +#: ../freedesktop.org.xml.in.h:238 +msgid "Nintendo DS ROM" +msgstr "ROM pro Nintendo DS" + +#: ../freedesktop.org.xml.in.h:239 +msgid "Nintendo64 ROM" +msgstr "ROM pro Nintendo64" + +#: ../freedesktop.org.xml.in.h:240 +msgid "NullSoft video" +msgstr "Video NullSoft" + +#: ../freedesktop.org.xml.in.h:241 +msgid "OCL file" +msgstr "Soubor OCL" + +#: ../freedesktop.org.xml.in.h:242 +msgid "OCaml source code" +msgstr "Zdrojový kód OCaml" + +#: ../freedesktop.org.xml.in.h:243 +msgid "ODA document" +msgstr "Dokument ODA" + +#: ../freedesktop.org.xml.in.h:244 +msgid "ODB database" +msgstr "Databáze ODB" + +#: ../freedesktop.org.xml.in.h:245 +msgid "ODC chart" +msgstr "Graf ODC" + +#: ../freedesktop.org.xml.in.h:246 +msgid "ODF formula" +msgstr "Vzorec ODF" + +#: ../freedesktop.org.xml.in.h:247 +msgid "ODG drawing" +msgstr "Kresba ODG" + +#: ../freedesktop.org.xml.in.h:248 +msgid "ODG template" +msgstr "Šablona ODG" + +#: ../freedesktop.org.xml.in.h:249 +msgid "ODI image" +msgstr "Obrázek ODI" + +#: ../freedesktop.org.xml.in.h:250 +msgid "ODM document" +msgstr "Dokument ODM" + +#: ../freedesktop.org.xml.in.h:251 +msgid "ODP presentation" +msgstr "Prezentace ODP" + +#: ../freedesktop.org.xml.in.h:252 +msgid "ODP template" +msgstr "Šablona ODP" + +#: ../freedesktop.org.xml.in.h:253 +msgid "ODS spreadsheet" +msgstr "Sešit ODS" + +#: ../freedesktop.org.xml.in.h:254 +msgid "ODS template" +msgstr "Šablona ODS" + +#: ../freedesktop.org.xml.in.h:255 +msgid "ODT document" +msgstr "Dokument ODT" + +#: ../freedesktop.org.xml.in.h:256 +msgid "ODT template" +msgstr "Šablona ODT" + +#: ../freedesktop.org.xml.in.h:257 +msgid "OGM video" +msgstr "Video OGM" + +#: ../freedesktop.org.xml.in.h:258 +msgid "OLE2 compound document storage" +msgstr "Úložiště složeného dokumentu OLE2" + +#: ../freedesktop.org.xml.in.h:259 +msgid "OPML syndication feed" +msgstr "Kanál OPML" + +#: ../freedesktop.org.xml.in.h:260 +msgid "OTH template" +msgstr "Šablona OTH" + +#: ../freedesktop.org.xml.in.h:261 +msgid "Objective-C source code" +msgstr "Zdrojový kód v Objective-C" + +#: ../freedesktop.org.xml.in.h:262 +msgid "Office drawing" +msgstr "Kresba Office" + +#: ../freedesktop.org.xml.in.h:263 +msgid "Ogg Audio" +msgstr "Zvuk Ogg" + +#: ../freedesktop.org.xml.in.h:264 +msgid "Ogg FLAC audio" +msgstr "Zvuk Ogg FLAC" + +#: ../freedesktop.org.xml.in.h:265 +msgid "Ogg Speex audio" +msgstr "Zvuk Ogg Speex" + +#: ../freedesktop.org.xml.in.h:266 +msgid "Ogg Theora video" +msgstr "Video Ogg Theora" + +#: ../freedesktop.org.xml.in.h:267 +msgid "Ogg Video" +msgstr "Video Ogg" + +#: ../freedesktop.org.xml.in.h:268 +msgid "Ogg Vorbis audio" +msgstr "Zvuk Ogg Vorbis" + +#: ../freedesktop.org.xml.in.h:269 +msgid "Ogg multimedia file" +msgstr "Soubor multimédií Ogg" + +#: ../freedesktop.org.xml.in.h:270 +msgid "Olympus ORF raw image" +msgstr "Surový obrázek Olympus ORF" + +#: ../freedesktop.org.xml.in.h:271 +msgid "OpenOffice Calc spreadsheet" +msgstr "Sešit OpenOffice Calc" + +#: ../freedesktop.org.xml.in.h:272 +msgid "OpenOffice Calc template" +msgstr "Šablona OpenOffice Calc" + +#: ../freedesktop.org.xml.in.h:273 +msgid "OpenOffice Draw drawing" +msgstr "Kresba OpenOffice Draw" + +#: ../freedesktop.org.xml.in.h:274 +msgid "OpenOffice Draw template" +msgstr "Šablona OpenOffice Draw" + +#: ../freedesktop.org.xml.in.h:275 +msgid "OpenOffice Impress presentation" +msgstr "Prezentace OpenOffice Impress" + +#: ../freedesktop.org.xml.in.h:276 +msgid "OpenOffice Impress template" +msgstr "Šablona OpenOffice Impress" + +#: ../freedesktop.org.xml.in.h:277 +msgid "OpenOffice Math formula" +msgstr "Vzorec OpenOffice Math" + +#: ../freedesktop.org.xml.in.h:278 +msgid "OpenOffice Writer document" +msgstr "Dokument OpenOffice Writer" + +#: ../freedesktop.org.xml.in.h:279 +msgid "OpenOffice Writer global document" +msgstr "Globální dokument OpenOffice Writer" + +#: ../freedesktop.org.xml.in.h:280 +msgid "OpenOffice Writer template" +msgstr "Šablona OpenOffice Writer" + +#: ../freedesktop.org.xml.in.h:281 +msgid "OpenOffice.org extension" +msgstr "Rozšíření OpenOffice.org" + +#: ../freedesktop.org.xml.in.h:282 +msgid "OpenType font" +msgstr "Písmo OpenType" + +#: ../freedesktop.org.xml.in.h:283 +msgid "PAK archive" +msgstr "Archiv PAK" + +#: ../freedesktop.org.xml.in.h:284 +msgid "PBM image" +msgstr "Obrázek PBM" + +#: ../freedesktop.org.xml.in.h:285 +msgid "PCD image" +msgstr "Obrázek PCD" + +#: ../freedesktop.org.xml.in.h:286 +msgid "PCF font" +msgstr "Písmo PCF" + +#: ../freedesktop.org.xml.in.h:287 +msgid "PCL file" +msgstr "Soubor PCL" + +#: ../freedesktop.org.xml.in.h:288 +msgid "PCM audio" +msgstr "Zvuk PCM" + +#: ../freedesktop.org.xml.in.h:289 +msgid "PCX image" +msgstr "Obrázek PCX" + +#: ../freedesktop.org.xml.in.h:290 +msgid "PDF document" +msgstr "Dokument PDF" + +#: ../freedesktop.org.xml.in.h:291 +msgid "PDF document (bzip-compressed)" +msgstr "Dokument PDF (komprimovaný pomocí bzip)" + +#: ../freedesktop.org.xml.in.h:292 +msgid "PDF document (gzip-compressed)" +msgstr "Dokument PDF (komprimovaný pomocí gzip)" + +#: ../freedesktop.org.xml.in.h:293 +msgid "PEF executable" +msgstr "Spustitelný soubor PEF" + +#: ../freedesktop.org.xml.in.h:294 +msgid "PGM image" +msgstr "Obrázek PGM" + +#: ../freedesktop.org.xml.in.h:295 +msgid "PGN chess game notation" +msgstr "Šachová notace PGN" + +#: ../freedesktop.org.xml.in.h:296 +msgid "PGP keys" +msgstr "Klíče PGP" + +#: ../freedesktop.org.xml.in.h:297 +msgid "PGP/MIME-encrypted message header" +msgstr "Záhlaví zprávy zašifrované pomocí PGP/MIME" + +#: ../freedesktop.org.xml.in.h:298 +msgid "PHP script" +msgstr "Skript PHP" + +#: ../freedesktop.org.xml.in.h:299 +msgid "PKCS#10 certification request" +msgstr "Požadavek na certifikát PKCS#10" + +#: ../freedesktop.org.xml.in.h:300 +msgid "PKCS#12 certificate bundle" +msgstr "Svazek certifikátů PKCS#12" + +#: ../freedesktop.org.xml.in.h:301 +msgid "PNG image" +msgstr "Obrázek PNG" + +#: ../freedesktop.org.xml.in.h:302 +msgid "PNM image" +msgstr "Obrázek PNM" + +#: ../freedesktop.org.xml.in.h:303 +msgid "PPM image" +msgstr "Obrázek PPM" + +#: ../freedesktop.org.xml.in.h:304 +msgid "PS document" +msgstr "Dokument PS" + +#: ../freedesktop.org.xml.in.h:305 +msgid "PSD image" +msgstr "Obrázek PSD" + +#: ../freedesktop.org.xml.in.h:306 +msgid "PSF audio" +msgstr "Zvuk PSF" + +#: ../freedesktop.org.xml.in.h:307 +msgid "PSFlib audio library" +msgstr "Zvuková knihovna PSFlib" + +#: ../freedesktop.org.xml.in.h:308 +msgid "Pack200 Java archive" +msgstr "Archiv Java Pack200" + +#: ../freedesktop.org.xml.in.h:309 +msgid "Palm OS database" +msgstr "Databáze Palm OS" + +#: ../freedesktop.org.xml.in.h:310 +msgid "Panasonic raw image" +msgstr "Surový obrázek Panasonic" + +#: ../freedesktop.org.xml.in.h:311 +msgid "Parchive archive" +msgstr "Archiv Parchive" + +#: ../freedesktop.org.xml.in.h:312 +msgid "Pascal source code" +msgstr "Zdrojový kód v Pascalu" + +#: ../freedesktop.org.xml.in.h:313 +msgid "Pathetic Writer document" +msgstr "Dokument Pathetic Writer" + +#: ../freedesktop.org.xml.in.h:314 +msgid "Pentax PEF raw image" +msgstr "Surový obrázek Pentax PEF" + +#: ../freedesktop.org.xml.in.h:315 +msgid "Perl script" +msgstr "Skript v Perlu" + +#. http://en.wikipedia.org/wiki/Picture_CD +#. http://www.re.org/kristin/picturecd.html +#: ../freedesktop.org.xml.in.h:318 +msgid "Picture CD" +msgstr "Picture CD" + +#: ../freedesktop.org.xml.in.h:319 +msgid "PlanPerfect spreadsheet" +msgstr "Sešit PlanPerfect" + +#: ../freedesktop.org.xml.in.h:320 +msgid "Plucker document" +msgstr "Dokument Plucker" + +#: ../freedesktop.org.xml.in.h:321 +msgid "PostScript document (bzip-compressed)" +msgstr "Dokument PostScript (komprimovaný pomocí bzip)" + +#: ../freedesktop.org.xml.in.h:322 +msgid "PostScript document (gzip-compressed)" +msgstr "Dokument PostScript (komprimovaný pomocí gzip)" + +#: ../freedesktop.org.xml.in.h:323 +msgid "Postscript type-1 font" +msgstr "Písmo Postscript type-1" + +#: ../freedesktop.org.xml.in.h:324 +msgid "PowerPoint presentation" +msgstr "Prezentace PowerPoint" + +#: ../freedesktop.org.xml.in.h:325 +msgid "Python bytecode" +msgstr "Bajtový kód Python" + +#: ../freedesktop.org.xml.in.h:326 +msgid "Python script" +msgstr "Skript v Pythonu" + +#: ../freedesktop.org.xml.in.h:327 +msgid "Qt Designer file" +msgstr "Soubor Qt Designer" + +#: ../freedesktop.org.xml.in.h:328 +msgid "Qt MOC file" +msgstr "Soubor Qt MOC" + +#: ../freedesktop.org.xml.in.h:329 +msgid "Quattro Pro spreadsheet" +msgstr "Sešit Quattro Pro" + +#: ../freedesktop.org.xml.in.h:330 +msgid "QuickTime image" +msgstr "Obrázek QuickTime" + +#: ../freedesktop.org.xml.in.h:331 +msgid "QuickTime metalink playlist" +msgstr "Seznam skladeb metalink QuickTime" + +#: ../freedesktop.org.xml.in.h:332 +msgid "QuickTime video" +msgstr "Video QuickTime" + +#: ../freedesktop.org.xml.in.h:333 +msgid "Quicken document" +msgstr "Dokument Quicken" + +#: ../freedesktop.org.xml.in.h:334 +msgid "RAR archive" +msgstr "Archiv RAR" + +#: ../freedesktop.org.xml.in.h:335 +msgid "RDF file" +msgstr "Soubor RDF" + +#: ../freedesktop.org.xml.in.h:336 +msgid "README document" +msgstr "Dokument README" + +#: ../freedesktop.org.xml.in.h:337 +msgid "RGB image" +msgstr "Obrázek RGB" + +#: ../freedesktop.org.xml.in.h:338 +msgid "RIFF audio" +msgstr "Zvuk RIFF" + +#: ../freedesktop.org.xml.in.h:339 +msgid "RPM package" +msgstr "Balíček RPM" + +#: ../freedesktop.org.xml.in.h:340 +msgid "RPM spec file" +msgstr "Soubor spec RPM" + +#: ../freedesktop.org.xml.in.h:341 +msgid "RSS summary" +msgstr "Souhrn RSS" + +#: ../freedesktop.org.xml.in.h:342 +msgid "RTF document" +msgstr "Dokument RTF" + +#: ../freedesktop.org.xml.in.h:343 +msgid "RealAudio document" +msgstr "Dokument RealAudio" + +#: ../freedesktop.org.xml.in.h:344 +msgid "RealMedia Metafile" +msgstr "RealMedia Metafile" + +#: ../freedesktop.org.xml.in.h:345 +msgid "RealMedia document" +msgstr "Dokument RealMedia" + +#: ../freedesktop.org.xml.in.h:346 +msgid "RealPix document" +msgstr "Dokument RealPix" + +#: ../freedesktop.org.xml.in.h:347 +msgid "RealText document" +msgstr "Dokument RealText" + +#: ../freedesktop.org.xml.in.h:348 +msgid "RealVideo document" +msgstr "Dokument RealVideo" + +#: ../freedesktop.org.xml.in.h:349 +msgid "Ruby script" +msgstr "Skript v Ruby" + +# Ugly... +#: ../freedesktop.org.xml.in.h:350 +msgid "Run Length Encoded bitmap image" +msgstr "Obrázek bitové mapy Run Length Encoded" + +#: ../freedesktop.org.xml.in.h:351 +msgid "S/MIME file" +msgstr "Soubor S/MIME" + +#: ../freedesktop.org.xml.in.h:352 +msgid "SAMI subtitles" +msgstr "Titulky SAMI" + +#: ../freedesktop.org.xml.in.h:353 +msgid "SC/Xspread spreadsheet" +msgstr "Sešit SC/Xspread" + +#: ../freedesktop.org.xml.in.h:354 +msgid "SDP multicast stream file" +msgstr "Soubor vícesměrového vysílání proudu SDP" + +#. translators: a record is in this context a description of a board game +#. that has been played, and that can be played back again: +#. http://www.red-bean.com/sgf/ +#: ../freedesktop.org.xml.in.h:358 +msgid "SGF record" +msgstr "Záznam SGF" + +#: ../freedesktop.org.xml.in.h:359 +msgid "SGI image" +msgstr "Obrázek SGI" + +#: ../freedesktop.org.xml.in.h:360 +msgid "SGI video" +msgstr "Video SGI" + +#: ../freedesktop.org.xml.in.h:361 +msgid "SGML document" +msgstr "Dokument SGML" + +#: ../freedesktop.org.xml.in.h:362 +msgid "SIS package" +msgstr "Balíček SIS" + +#: ../freedesktop.org.xml.in.h:363 +msgid "SISX package" +msgstr "Balíček SISX" + +#: ../freedesktop.org.xml.in.h:364 +msgid "SMAF audio" +msgstr "Zvuk SMAF" + +#: ../freedesktop.org.xml.in.h:365 +msgid "SMIL document" +msgstr "Dokument SMIL" + +#: ../freedesktop.org.xml.in.h:366 +msgid "SQL code" +msgstr "Kód SQL" + +#: ../freedesktop.org.xml.in.h:367 +msgid "SQLite2 database" +msgstr "Databáze SQLite2" + +#: ../freedesktop.org.xml.in.h:368 +msgid "SQLite3 database" +msgstr "Databáze SQLite3" + +#: ../freedesktop.org.xml.in.h:369 +msgid "SSA subtitles" +msgstr "Titulky SSA" + +#: ../freedesktop.org.xml.in.h:370 +msgid "SV4 CPIO archive" +msgstr "Archiv SV4 CPIO" + +#: ../freedesktop.org.xml.in.h:371 +msgid "SV4 CPIO archive (with CRC)" +msgstr "Archiv SV4 CPIO (s CRC)" + +#: ../freedesktop.org.xml.in.h:372 +msgid "SVG image" +msgstr "Obrázek SVG" + +#: ../freedesktop.org.xml.in.h:373 +msgid "Scheme source code" +msgstr "Zdrojový kód Scheme" + +#: ../freedesktop.org.xml.in.h:374 +msgid "Scream Tracker 3 audio" +msgstr "Skladba Scream Tracker 3" + +#: ../freedesktop.org.xml.in.h:375 +msgid "Scream Tracker audio" +msgstr "Skladba Scream Tracker" + +#: ../freedesktop.org.xml.in.h:376 +msgid "Scream Tracker instrument" +msgstr "Nástroj pro Scream Tracker" + +#: ../freedesktop.org.xml.in.h:377 +msgid "Sega Master System/Game Gear ROM" +msgstr "ROM pro Sega Master System/Game Gear" + +#: ../freedesktop.org.xml.in.h:378 +msgid "Setext document" +msgstr "Dokument Setext" + +#: ../freedesktop.org.xml.in.h:379 +msgid "Shockwave Flash file" +msgstr "Soubor Shockwave Flash" + +#. translators: "Shorten" is the name of an audio codec +#: ../freedesktop.org.xml.in.h:381 +msgid "Shorten audio" +msgstr "Zvuk Shorten" + +#: ../freedesktop.org.xml.in.h:382 +msgid "Siag spreadsheet" +msgstr "Sešit Siag" + +#: ../freedesktop.org.xml.in.h:383 +msgid "Sieve mail filter script" +msgstr "Skript poštovního filtru Sieve" + +#: ../freedesktop.org.xml.in.h:384 +msgid "Sigma X3F raw image" +msgstr "Surový obrázek Sigma X3F" + +#: ../freedesktop.org.xml.in.h:385 +msgid "Skencil document" +msgstr "Dokument Skencil" + +#: ../freedesktop.org.xml.in.h:386 +msgid "Sony ARW raw image" +msgstr "Surový obrázek Sony ARW" + +#: ../freedesktop.org.xml.in.h:387 +msgid "Sony SR2 raw image" +msgstr "Surový obrázek Sony SR2" + +#: ../freedesktop.org.xml.in.h:388 +msgid "Sony SRF raw image" +msgstr "Surový obrázek Sony SRF" + +#: ../freedesktop.org.xml.in.h:389 +msgid "Speedo font" +msgstr "Písmo Speedo" + +#: ../freedesktop.org.xml.in.h:390 +msgid "Speex audio" +msgstr "Zvuk Speex" + +#: ../freedesktop.org.xml.in.h:391 +msgid "Stampede package" +msgstr "Balíček Stampede" + +#: ../freedesktop.org.xml.in.h:392 +msgid "StarCalc spreadsheet" +msgstr "Sešit StarCalc" + +#: ../freedesktop.org.xml.in.h:393 +msgid "StarChart chart" +msgstr "Graf StarChart" + +#: ../freedesktop.org.xml.in.h:394 +msgid "StarDraw drawing" +msgstr "Kresba StarDraw" + +#: ../freedesktop.org.xml.in.h:395 +msgid "StarImpress presentation" +msgstr "Prezentace StarImpress" + +#: ../freedesktop.org.xml.in.h:396 +msgid "StarMail email" +msgstr "E-mail StarMail" + +#: ../freedesktop.org.xml.in.h:397 +msgid "StarMath formula" +msgstr "Vzorec StarMath" + +#: ../freedesktop.org.xml.in.h:398 +msgid "StarWriter document" +msgstr "Dokument StarWriter" + +#: ../freedesktop.org.xml.in.h:399 +msgid "StuffIt archive" +msgstr "Archiv StuffIt" + +#: ../freedesktop.org.xml.in.h:400 +msgid "SubRip subtitles" +msgstr "Titulky SubRip" + +#: ../freedesktop.org.xml.in.h:401 +msgid "SubViewer subtitles" +msgstr "Titulky SubViewer" + +#: ../freedesktop.org.xml.in.h:402 +msgid "Sun raster image" +msgstr "Rastrový obrázek Sun" + +#: ../freedesktop.org.xml.in.h:403 +msgid "SunOS News font" +msgstr "Písmo SunOS News" + +#. Translate this as Super Famicom (in Far East Asia) or Super Nintendo (in Europe) if the console was known as such in your locale +#: ../freedesktop.org.xml.in.h:405 +msgid "Super NES ROM" +msgstr "ROM pro Super Nintendo" + +#. http://en.wikipedia.org/wiki/Super_Video_CD +#. http://everything2.com/index.pl?node_id=1009222 +#: ../freedesktop.org.xml.in.h:408 +msgid "Super Video CD" +msgstr "Super Video CD" + +#: ../freedesktop.org.xml.in.h:409 +msgid "T602 document" +msgstr "Dokument T602" + +#: ../freedesktop.org.xml.in.h:410 +msgid "TGA image" +msgstr "Obrázek TGA" + +#: ../freedesktop.org.xml.in.h:411 +msgid "TGIF document" +msgstr "Dokument TGIF" + +#: ../freedesktop.org.xml.in.h:412 +msgid "TIFF image" +msgstr "Obrázek TIFF" + +#: ../freedesktop.org.xml.in.h:413 +msgid "TNEF message" +msgstr "Zpráva TNEF" + +#: ../freedesktop.org.xml.in.h:414 +msgid "TSV document" +msgstr "Dokument TSV" + +#: ../freedesktop.org.xml.in.h:415 +msgid "Tar archive" +msgstr "Archiv tar" + +#: ../freedesktop.org.xml.in.h:416 +msgid "Tar archive (LZMA-compressed)" +msgstr "Archiv tar (komprimovaný pomocí LZMA)" + +#: ../freedesktop.org.xml.in.h:417 +msgid "Tar archive (LZO-compressed)" +msgstr "Archiv tar (komprimovaný pomocí LZO)" + +#: ../freedesktop.org.xml.in.h:418 +msgid "Tar archive (bzip-compressed)" +msgstr "Archiv tar (komprimovaný pomocí bzip)" + +#: ../freedesktop.org.xml.in.h:419 +msgid "Tar archive (compressed)" +msgstr "Archiv tar (komprimovaný)" + +#: ../freedesktop.org.xml.in.h:420 +msgid "Tar archive (gzip-compressed)" +msgstr "Archiv tar (komprimovaný pomocí gzip)" + +#: ../freedesktop.org.xml.in.h:421 +msgid "Tcl script" +msgstr "Skript v Tcl" + +#: ../freedesktop.org.xml.in.h:422 +msgid "TeX DVI document" +msgstr "Dokument TeX DVI" + +#: ../freedesktop.org.xml.in.h:423 +msgid "TeX DVI document (bzip-compressed)" +msgstr "Dokument TeX DVI (komprimovaný pomocí bzip)" + +#: ../freedesktop.org.xml.in.h:424 +msgid "TeX DVI document (gzip-compressed)" +msgstr "Dokument TeX DVI (komprimovaný pomocí gzip)" + +#: ../freedesktop.org.xml.in.h:425 +msgid "TeX document" +msgstr "Dokument TeX" + +#: ../freedesktop.org.xml.in.h:426 +msgid "TeX font" +msgstr "Písmo TeX" + +#: ../freedesktop.org.xml.in.h:427 +msgid "TeX font metrics" +msgstr "Metrika písma TeX" + +#: ../freedesktop.org.xml.in.h:428 +msgid "TeXInfo document" +msgstr "Dokument TeXInfo" + +#: ../freedesktop.org.xml.in.h:429 +msgid "ToutDoux document" +msgstr "Dokument ToutDoux" + +#: ../freedesktop.org.xml.in.h:430 +msgid "Troff ME input document" +msgstr "Vstupní dokument Troff ME" + +#: ../freedesktop.org.xml.in.h:431 +msgid "Troff MM input document" +msgstr "Vstupní dokument Troff MM" + +#: ../freedesktop.org.xml.in.h:432 +msgid "Troff MS input document" +msgstr "Vstupní dokument Troff MS" + +#: ../freedesktop.org.xml.in.h:433 +msgid "Troff document" +msgstr "Dokument troff" + +#: ../freedesktop.org.xml.in.h:434 +msgid "Troff document (with manpage macros)" +msgstr "Dokument troff (s makry pro manuálové stránky)" + +#: ../freedesktop.org.xml.in.h:435 +msgid "TrueAudio audio" +msgstr "Zvuk TrueAudio" + +#: ../freedesktop.org.xml.in.h:436 +msgid "TrueType XML font" +msgstr "Písmo TrueType XML" + +#: ../freedesktop.org.xml.in.h:437 +msgid "TrueType font" +msgstr "Písmo TrueType" + +#: ../freedesktop.org.xml.in.h:438 +msgid "UFRaw ID image" +msgstr "Obrázek ID UFRaw" + +#: ../freedesktop.org.xml.in.h:439 +msgid "ULAW (Sun) audio" +msgstr "Zvuk ULAW (Sun)" + +#: ../freedesktop.org.xml.in.h:440 +msgid "UNIX-compressed file" +msgstr "Soubor komprimovaný v Unixu" + +#: ../freedesktop.org.xml.in.h:441 +msgid "Unidata NetCDF document" +msgstr "Dokument Unidata NetCDF" + +#: ../freedesktop.org.xml.in.h:442 +msgid "Usenet news message" +msgstr "Příspěvek do diskusních skupin Usenet" + +#: ../freedesktop.org.xml.in.h:443 +msgid "Ustar archive" +msgstr "Archiv ustar" + +#: ../freedesktop.org.xml.in.h:444 +msgid "V font" +msgstr "Písmo V" + +#: ../freedesktop.org.xml.in.h:445 +msgid "VCS/ICS calendar" +msgstr "Kalendář VCS/ICS" + +#: ../freedesktop.org.xml.in.h:446 +msgid "VHDL document" +msgstr "Dokument VHDL" + +#: ../freedesktop.org.xml.in.h:447 +msgid "VOC audio" +msgstr "Zvuk VOC" + +#: ../freedesktop.org.xml.in.h:448 +msgid "VRML document" +msgstr "Dokument VRML" + +#: ../freedesktop.org.xml.in.h:449 +msgid "Vala source code" +msgstr "Zdrojový kód Vala" + +#. http://en.wikipedia.org/wiki/Video_CD +#. http://www.herongyang.com/CD-DVD/VCD-Movie-File-Directory-Structure.html +#: ../freedesktop.org.xml.in.h:452 +msgid "Video CD" +msgstr "Video CD" + +#: ../freedesktop.org.xml.in.h:453 +msgid "Vivo video" +msgstr "Video Vivo" + +#: ../freedesktop.org.xml.in.h:454 +msgid "WAIS source code" +msgstr "Zdrojový kód WAIS" + +#: ../freedesktop.org.xml.in.h:455 +msgid "WAV audio" +msgstr "Zvuk WAV" + +#: ../freedesktop.org.xml.in.h:456 +msgid "WBMP image" +msgstr "Obrázek WBMP" + +#: ../freedesktop.org.xml.in.h:457 +msgid "WMF image" +msgstr "Obrázek WMF" + +#: ../freedesktop.org.xml.in.h:458 +msgid "WML document" +msgstr "Dokument WML" + +#: ../freedesktop.org.xml.in.h:459 +msgid "WMLScript program" +msgstr "Program WMLScript" + +#: ../freedesktop.org.xml.in.h:460 +msgid "WRI document" +msgstr "Dokument WRI" + +#: ../freedesktop.org.xml.in.h:461 +msgid "WavPack audio" +msgstr "Zvuk WavPack" + +#: ../freedesktop.org.xml.in.h:462 +msgid "WavPack audio correction file" +msgstr "Opravný zvukový soubor WavPack" + +#: ../freedesktop.org.xml.in.h:463 +msgid "Wavelet video" +msgstr "Video Wavelet" + +#: ../freedesktop.org.xml.in.h:464 +msgid "Windows BMP image" +msgstr "Obrázek Windows BMP" + +#: ../freedesktop.org.xml.in.h:465 +msgid "Windows Installer package" +msgstr "Balíček Windows Installer" + +#: ../freedesktop.org.xml.in.h:466 +msgid "Windows Media Station file" +msgstr "Soubor Windows Media Station" + +#: ../freedesktop.org.xml.in.h:467 +msgid "Windows Media audio" +msgstr "Zvuk Windows Media" + +#: ../freedesktop.org.xml.in.h:468 +msgid "Windows Media video" +msgstr "Video Windows Media" + +#: ../freedesktop.org.xml.in.h:469 +msgid "Windows Registry extract" +msgstr "Část registrů Windows" + +#: ../freedesktop.org.xml.in.h:470 +msgid "Windows animated cursor" +msgstr "Animovaný kurzor Windows" + +#: ../freedesktop.org.xml.in.h:471 +msgid "Windows cursor" +msgstr "Kurzor Windows" + +#: ../freedesktop.org.xml.in.h:472 +msgid "Word document" +msgstr "Dokument Word" + +#: ../freedesktop.org.xml.in.h:473 +msgid "Word template" +msgstr "Šablona Word" + +#: ../freedesktop.org.xml.in.h:474 +msgid "WordPerfect document" +msgstr "Dokument WordPerfect" + +#: ../freedesktop.org.xml.in.h:475 +msgid "WordPerfect/Drawperfect image" +msgstr "Obrázek WordPerfect/Drawperfect" + +#: ../freedesktop.org.xml.in.h:476 +msgid "X window image" +msgstr "Obrázek X window" + +#: ../freedesktop.org.xml.in.h:477 +msgid "X-Motif UIL table" +msgstr "Tabulka X-Motif UIL" + +#: ../freedesktop.org.xml.in.h:478 +msgid "X11 cursor" +msgstr "Kurzor X11" + +#: ../freedesktop.org.xml.in.h:479 +msgid "XBEL bookmarks" +msgstr "Záložky XBEL" + +#: ../freedesktop.org.xml.in.h:480 +msgid "XBM image" +msgstr "Obrázek XBM" + +#: ../freedesktop.org.xml.in.h:481 +msgid "XFig image" +msgstr "Obrázek XFig" + +#: ../freedesktop.org.xml.in.h:482 +msgid "XHTML page" +msgstr "Stránka XHTML" + +#: ../freedesktop.org.xml.in.h:483 +msgid "XLIFF translation file" +msgstr "Soubor překladu XLIFF" + +#: ../freedesktop.org.xml.in.h:484 +msgid "XMCD CD database" +msgstr "Databáze XMCD CD" + +#: ../freedesktop.org.xml.in.h:485 +msgid "XMF audio" +msgstr "Zvuk XMF" + +#: ../freedesktop.org.xml.in.h:486 +msgid "XMI file" +msgstr "Soubor XMI" + +#: ../freedesktop.org.xml.in.h:487 +msgid "XML document" +msgstr "Dokument XML" + +#: ../freedesktop.org.xml.in.h:488 +msgid "XML entities document" +msgstr "Dokument entit XML" + +#: ../freedesktop.org.xml.in.h:489 +msgid "XPM image" +msgstr "Obrázek XPM" + +#: ../freedesktop.org.xml.in.h:490 +msgid "XPS document" +msgstr "Dokument XPS" + +#: ../freedesktop.org.xml.in.h:491 +msgid "XSL FO file" +msgstr "Soubor XSL FO" + +#: ../freedesktop.org.xml.in.h:492 +msgid "XSLT stylesheet" +msgstr "Styl XSLT" + +#: ../freedesktop.org.xml.in.h:493 +msgid "XSPF playlist" +msgstr "Seznam skladeb XSPF" + +#: ../freedesktop.org.xml.in.h:494 +msgid "XUL document" +msgstr "Dokument XUL" + +#: ../freedesktop.org.xml.in.h:495 +msgid "XUL interface document" +msgstr "Dokument rozhraní XUL" + +#: ../freedesktop.org.xml.in.h:496 +msgid "Xbase document" +msgstr "Dokument Xbase" + +#: ../freedesktop.org.xml.in.h:497 +msgid "Zip archive" +msgstr "Archiv ZIP" + +#: ../freedesktop.org.xml.in.h:498 +msgid "Zoo archive" +msgstr "Archiv zoo" + +#: ../freedesktop.org.xml.in.h:499 +msgid "application log" +msgstr "Záznam aplikace" + +#. http://en.wikipedia.org/wiki/Red_Book_(audio_CD_standard) +#: ../freedesktop.org.xml.in.h:501 +msgid "audio CD" +msgstr "Zvukové CD" + +#. http://en.wikipedia.org/wiki/DVD-Audio +#: ../freedesktop.org.xml.in.h:503 +msgid "audio DVD" +msgstr "Zvukové DVD" + +#: ../freedesktop.org.xml.in.h:504 +msgid "author credits" +msgstr "Autorské zásluhy" + +#: ../freedesktop.org.xml.in.h:505 +msgid "author list" +msgstr "Seznam autorů" + +#: ../freedesktop.org.xml.in.h:506 +msgid "backup file" +msgstr "Záložní soubor" + +#. http://en.wikipedia.org/wiki/Blu-ray_Disc +#: ../freedesktop.org.xml.in.h:508 +msgid "blank Blu-ray disc" +msgstr "Prázdný disk Blu-ray" + +#. http://en.wikipedia.org/wiki/Compact_Disc +#: ../freedesktop.org.xml.in.h:510 +msgid "blank CD disc" +msgstr "Prázdný disk CD" + +#. http://en.wikipedia.org/wiki/DVD +#: ../freedesktop.org.xml.in.h:512 +msgid "blank DVD disc" +msgstr "Prázdný disk DVD" + +#. http://en.wikipedia.org/wiki/HD_DVD +#: ../freedesktop.org.xml.in.h:514 +msgid "blank HD DVD disc" +msgstr "Prázdný disk HD DVD" + +#: ../freedesktop.org.xml.in.h:515 +msgid "block device" +msgstr "Blokové zařízení" + +#: ../freedesktop.org.xml.in.h:516 +msgid "character device" +msgstr "Znakové zařízení" + +#: ../freedesktop.org.xml.in.h:517 +msgid "comic book archive" +msgstr "Archiv knihy komiksů" + +#: ../freedesktop.org.xml.in.h:518 +msgid "compound document" +msgstr "Složený dokument" + +#: ../freedesktop.org.xml.in.h:519 +msgid "compound documents" +msgstr "Složené dokumenty" + +#: ../freedesktop.org.xml.in.h:520 +msgid "compressed GIMP image" +msgstr "Komprimovaný obrázek GIMP" + +#: ../freedesktop.org.xml.in.h:521 +msgid "compressed SVG image" +msgstr "Komprimovaný obrázek SVG" + +#: ../freedesktop.org.xml.in.h:522 +msgid "compressed Tracker audio" +msgstr "Komprimovaný zvuk Tracker" + +#: ../freedesktop.org.xml.in.h:523 +msgid "desktop configuration file" +msgstr "Soubor nastavení pracovní plochy" + +#: ../freedesktop.org.xml.in.h:524 +msgid "detached OpenPGP signature" +msgstr "Oddělený podpis OpenPGP" + +#: ../freedesktop.org.xml.in.h:525 +msgid "detached S/MIME signature" +msgstr "Oddělený podpis S/MIME" + +#: ../freedesktop.org.xml.in.h:526 +msgid "differences between files" +msgstr "Rozdíly mezi soubory" + +#. http://en.wikipedia.org/wiki/Design_rule_for_Camera_File_system +#: ../freedesktop.org.xml.in.h:528 +msgid "digital photos" +msgstr "Digitální fotografie" + +#: ../freedesktop.org.xml.in.h:529 +msgid "digital raw image" +msgstr "Digitální surový obrázek" + +#: ../freedesktop.org.xml.in.h:530 +msgid "eMusic download package" +msgstr "Balíček stahování eMusic" + +#: ../freedesktop.org.xml.in.h:531 +msgid "electronic book document" +msgstr "Dokument elektronické knihy" + +#: ../freedesktop.org.xml.in.h:532 +msgid "electronic business card" +msgstr "Elektronická navštívenka" + +#: ../freedesktop.org.xml.in.h:533 +msgid "email headers" +msgstr "Záhlaví e-mailu" + +#: ../freedesktop.org.xml.in.h:534 +msgid "email message" +msgstr "E-mailová zpráva" + +#: ../freedesktop.org.xml.in.h:535 +msgid "empty document" +msgstr "Prázdný dokument" + +#: ../freedesktop.org.xml.in.h:536 +msgid "encrypted message" +msgstr "Zašifrovaná zpráva" + +#: ../freedesktop.org.xml.in.h:537 +msgid "enriched text document" +msgstr "Rozšířený textový dokument" + +#: ../freedesktop.org.xml.in.h:538 +msgid "executable" +msgstr "Spustitelný soubor" + +#: ../freedesktop.org.xml.in.h:539 +msgid "folder" +msgstr "Složka" + +#: ../freedesktop.org.xml.in.h:540 +msgid "generic font file" +msgstr "Obecný soubor písma" + +#: ../freedesktop.org.xml.in.h:541 +msgid "help page" +msgstr "Stránka nápovědy" + +#: ../freedesktop.org.xml.in.h:542 +msgid "iMelody ringtone" +msgstr "Vyzváněcí melodie iMelody" + +#: ../freedesktop.org.xml.in.h:543 +msgid "iPod firmware" +msgstr "Firmware iPod" + +#: ../freedesktop.org.xml.in.h:544 +msgid "iRiver Playlist" +msgstr "Seznam skladeb iRiver" + +#: ../freedesktop.org.xml.in.h:545 +msgid "installation instructions" +msgstr "Návod k instalaci" + +#: ../freedesktop.org.xml.in.h:546 +msgid "iptables configuration file" +msgstr "Soubor nastavení iptables" + +#: ../freedesktop.org.xml.in.h:547 +msgid "libtool shared library" +msgstr "Sdílená knihovna libtool" + +#: ../freedesktop.org.xml.in.h:548 +msgid "license terms" +msgstr "Licenční podmínky" + +#: ../freedesktop.org.xml.in.h:549 +msgid "mail delivery report" +msgstr "Zpráva o doručení pošty" + +#: ../freedesktop.org.xml.in.h:550 +msgid "mail disposition report" +msgstr "Zpráva o předání pošty" + +#: ../freedesktop.org.xml.in.h:551 +msgid "mail system report" +msgstr "Zpráva poštovního systému" + +#: ../freedesktop.org.xml.in.h:552 +msgid "mailbox file" +msgstr "Soubor mailbox" + +#: ../freedesktop.org.xml.in.h:553 +msgid "manual page (compressed)" +msgstr "Manuálová stránka (komprimovaná)" + +#: ../freedesktop.org.xml.in.h:554 +msgid "message catalog" +msgstr "Katalog zpráv" + +#: ../freedesktop.org.xml.in.h:555 +msgid "message digest" +msgstr "Přehled zpráv" + +#: ../freedesktop.org.xml.in.h:556 +msgid "message in several formats" +msgstr "Zpráva v několika formátech" + +#: ../freedesktop.org.xml.in.h:557 +msgid "mount point" +msgstr "Místo připojení" + +#: ../freedesktop.org.xml.in.h:558 +msgid "object code" +msgstr "Objektový kód" + +#: ../freedesktop.org.xml.in.h:559 +msgid "packed font file" +msgstr "Komprimovaný soubor písma" + +#: ../freedesktop.org.xml.in.h:560 +msgid "partial email message" +msgstr "Částečná e-mailová zpráva" + +#: ../freedesktop.org.xml.in.h:561 +msgid "pipe" +msgstr "Roura" + +#: ../freedesktop.org.xml.in.h:562 +msgid "plain text document" +msgstr "Prostý textový dokument" + +#. see fd.o hal spec +#: ../freedesktop.org.xml.in.h:564 +msgid "portable audio player" +msgstr "Přenosný zvukový přehrávač" + +#: ../freedesktop.org.xml.in.h:565 +msgid "profiler results" +msgstr "Výsledky profiler" + +#: ../freedesktop.org.xml.in.h:566 +msgid "program crash data" +msgstr "Data o pádu programu" + +#: ../freedesktop.org.xml.in.h:567 +msgid "raw CD image" +msgstr "Surový obraz CD" + +#: ../freedesktop.org.xml.in.h:568 +msgid "reference to remote file" +msgstr "Odkaz na vzdálený soubor" + +#: ../freedesktop.org.xml.in.h:569 +msgid "rejected patch" +msgstr "Odmítnutá záplata" + +#: ../freedesktop.org.xml.in.h:570 +msgid "resource location" +msgstr "Umístění zdroje" + +#: ../freedesktop.org.xml.in.h:571 +msgid "rich text document" +msgstr "Textový dokument RTF" + +#: ../freedesktop.org.xml.in.h:572 +msgid "shared library" +msgstr "Sdílená knihovna" + +#: ../freedesktop.org.xml.in.h:573 +msgid "shell archive" +msgstr "Archiv shellu" + +#: ../freedesktop.org.xml.in.h:574 +msgid "shell script" +msgstr "Skript shellu" + +#: ../freedesktop.org.xml.in.h:575 +msgid "signed message" +msgstr "Podepsaná zpráva" + +#: ../freedesktop.org.xml.in.h:576 +msgid "socket" +msgstr "Socket" + +#. http://standards.freedesktop.org/autostart-spec/autostart-spec-latest.html +#. http://bugzilla.gnome.org/show_bug.cgi?id=509823#c3 +#: ../freedesktop.org.xml.in.h:579 +msgid "software" +msgstr "Software" + +#: ../freedesktop.org.xml.in.h:580 +msgid "spreadsheet interchange document" +msgstr "Sešitový přenosový dokument" + +#: ../freedesktop.org.xml.in.h:581 +msgid "stream of data (server push)" +msgstr "Proud dat (posílaný serverem)" + +#: ../freedesktop.org.xml.in.h:582 +msgid "symbolic link" +msgstr "Symbolický odkaz" + +#: ../freedesktop.org.xml.in.h:583 +msgid "theme" +msgstr "Motiv" + +#: ../freedesktop.org.xml.in.h:584 +msgid "translated messages (machine-readable)" +msgstr "Přeložené zprávy (strojově čitelné)" + +#: ../freedesktop.org.xml.in.h:585 +msgid "translation file" +msgstr "Soubor překladu" + +#: ../freedesktop.org.xml.in.h:586 +msgid "translation template" +msgstr "Šablona překladu" + +#: ../freedesktop.org.xml.in.h:587 +msgid "txt2tags document" +msgstr "Dokument txt2tags" + +#: ../freedesktop.org.xml.in.h:588 +msgid "unknown" +msgstr "Neznámý" + +#. http://en.wikipedia.org/wiki/DVD-Video +#: ../freedesktop.org.xml.in.h:590 +msgid "video DVD" +msgstr "DVD-Video" diff --git a/po/cy.po b/po/cy.po new file mode 100644 index 0000000..71b6eda --- /dev/null +++ b/po/cy.po @@ -0,0 +1,1790 @@ +# Translation of `shared-mime-info' messages to Welsh. +# Copyright (C) 2004 Free Software Foundation, Inc. +# This file is distributed under the same license as the shared-mime-info +# package. +# +# shared-mime-info yn Gymraeg. +# Yn seiliedig ar gnome-mime-data, gyfieithwyd gan: +# www.gyfieithu.co.uk , 2003. +# Dafydd Harries , 2003. +# +# Rhys Jones , 2004. +# +msgid "" +msgstr "" +"Project-Id-Version: shared-mime-info 0.12\n" +"Report-Msgid-Bugs-To: cy@pengwyn.linux.org.uk\n" +"POT-Creation-Date: 2003-11-11 13:33-0500\n" +"PO-Revision-Date: 2004-03-18 20:42+0000\n" +"Last-Translator: Rhys Jones \n" +"Language-Team: Welsh \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: freedesktop.org.xml.in.h:1 +msgid "3D Studio image" +msgstr "Delwedd \"3D Studio\"" + +#: freedesktop.org.xml.in.h:2 +msgid "AIFC audio" +msgstr "Sain AIFC" + +#: freedesktop.org.xml.in.h:3 +msgid "AIFF audio" +msgstr "Sain AIFF" + +#: freedesktop.org.xml.in.h:4 +msgid "AIFF/Amiga/Mac audio" +msgstr "Sain AIFF/Amiga/Mac" + +#: freedesktop.org.xml.in.h:5 +msgid "ANIM animation" +msgstr "Animeiddiad ANIM" + +#: freedesktop.org.xml.in.h:6 +msgid "ARJ archive" +msgstr "Archif ARJ" + +#: freedesktop.org.xml.in.h:7 +msgid "AVI video" +msgstr "Fideo AVI" + +#: freedesktop.org.xml.in.h:8 +msgid "AWK script" +msgstr "Sgript AWK" + +#: freedesktop.org.xml.in.h:9 +msgid "AbiWord Document" +msgstr "Dogfen AbiWord" + +#: freedesktop.org.xml.in.h:10 +msgid "Ada sources" +msgstr "Ffynhonnell rhaglen Ada" + +#: freedesktop.org.xml.in.h:11 +msgid "Adobe FrameMaker font" +msgstr "Ffont Adobe FrameMaker" + +#: freedesktop.org.xml.in.h:12 +msgid "Adobe Illustrator Document" +msgstr "Dogfen Adobe Illustrator" + +#: freedesktop.org.xml.in.h:13 +msgid "Adobe font metrics" +msgstr "Metrigau Ffont Adobe" + +#: freedesktop.org.xml.in.h:14 +msgid "Amiga soundtracker audio" +msgstr "Sain \"soundtracker\" Amiga" + +# EFALLAI (inset?) +#: freedesktop.org.xml.in.h:15 +msgid "Andrew Toolkit inset" +msgstr "Mewnosodiad Andrew Toolkit" + +# EFALLAI +#: freedesktop.org.xml.in.h:16 +msgid "Application log file" +msgstr "Ffeil log rhaglen" + +#: freedesktop.org.xml.in.h:17 +msgid "Applix Graphics document" +msgstr "Dogfen Applix Graphics" + +#: freedesktop.org.xml.in.h:18 +msgid "Applix Spreadsheets document" +msgstr "Dogfen Applix Spreadsheets" + +#: freedesktop.org.xml.in.h:19 +msgid "Applix Words document" +msgstr "Dogfen Applix Words" + +#: freedesktop.org.xml.in.h:20 +msgid "Ar Archives" +msgstr "Archif Ar" + +#: freedesktop.org.xml.in.h:21 +msgid "AutoCAD image" +msgstr "Delwedd AutoCAD" + +#: freedesktop.org.xml.in.h:22 +msgid "Autodesk's FLIC files" +msgstr "Ffeiliau FLIC Autodesk" + +#: freedesktop.org.xml.in.h:23 +msgid "BCPIO document" +msgstr "Dogfen BCPIO" + +#: freedesktop.org.xml.in.h:24 +msgid "BDF font" +msgstr "Ffont BDF" + +#: freedesktop.org.xml.in.h:25 +msgid "Backup file" +msgstr "Ffeil wrth gefn" + +#: freedesktop.org.xml.in.h:26 +msgid "Bibliographic Data (bibtex)" +msgstr "Data Llyfryddiaeth (bibtex)" + +#: freedesktop.org.xml.in.h:27 +msgid "BitTorrent seed file" +msgstr "Ffeil hadu BitTorrent" + +#: freedesktop.org.xml.in.h:28 +msgid "Blender file" +msgstr "Ffeil Blender" + +#: freedesktop.org.xml.in.h:29 +msgid "Block Device" +msgstr "Dyfais Floc" + +#: freedesktop.org.xml.in.h:30 +msgid "Bzip file" +msgstr "Ffeil wedi ei chywasgu gan bzip" + +#: freedesktop.org.xml.in.h:31 +msgid "Bzipped Tar Archives" +msgstr "Archif Tar Gywasgedig gan bzip" + +#: freedesktop.org.xml.in.h:32 +msgid "C headers" +msgstr "Penawdau e-bost" + +# EFALLAI (plisgyn?) +#: freedesktop.org.xml.in.h:33 +msgid "C shell script" +msgstr "Sgript plisgyn C" + +#: freedesktop.org.xml.in.h:34 +msgid "C sources" +msgstr "Ffynhonellau rhaglen C" + +#: freedesktop.org.xml.in.h:35 +msgid "C++ headers" +msgstr "Penawdau C++" + +#: freedesktop.org.xml.in.h:36 +msgid "C++ sources" +msgstr "Ffynhonnellau rhaglen C++" + +#: freedesktop.org.xml.in.h:37 +msgid "CCITT g3 fax" +msgstr "Ffacs CCITT grŵp 3" + +#: freedesktop.org.xml.in.h:38 +msgid "CGI program" +msgstr "Rhaglen CGI" + +# Efallai (raster?) +#: freedesktop.org.xml.in.h:39 +msgid "CMU raster image" +msgstr "Delwedd raster CMU" + +#: freedesktop.org.xml.in.h:40 +msgid "CPIO archive" +msgstr "Archif CPIO" + +#: freedesktop.org.xml.in.h:41 +msgid "CPIO archive (gzip-compressed)" +msgstr "Archif CPIO (gywasgwyd drwy gzip)" + +# EFALLAI +#: freedesktop.org.xml.in.h:42 +msgid "Cascading Style Sheet" +msgstr "Taflen Arddull Rhaeadrol" + +#: freedesktop.org.xml.in.h:43 +msgid "Character Device" +msgstr "Dyfais Beit" + +#: freedesktop.org.xml.in.h:44 +msgid "Commodore 64 Audio" +msgstr "Sain Commodore 64" + +#: freedesktop.org.xml.in.h:45 +msgid "Compound documents" +msgstr "Dogfennau cyfansawdd" + +#: freedesktop.org.xml.in.h:46 +msgid "Compressed Tar Archive" +msgstr "Archif tar gywasgedig" + +#: freedesktop.org.xml.in.h:47 +msgid "Computer Graphics Metafile" +msgstr "Delwedd ffurf CGM" + +#: freedesktop.org.xml.in.h:48 +msgid "Corel Draw drawing" +msgstr "Darlun Corel Draw" + +#: freedesktop.org.xml.in.h:49 +msgid "DCL script" +msgstr "Sgript DCL" + +#: freedesktop.org.xml.in.h:50 +msgid "DER, PEM, or Netscape encoded X.509 certificate" +msgstr "Tystysgrif X.509 gydag amgodiad DER, PEM neu Netscape" + +#: freedesktop.org.xml.in.h:51 +msgid "DOS font" +msgstr "Ffont DOS" + +#: freedesktop.org.xml.in.h:52 +msgid "DOS/Windows program" +msgstr "Rhaglen DOS/Windows" + +#: freedesktop.org.xml.in.h:53 +msgid "DSSSL document" +msgstr "Dogfen DSSSL" + +#: freedesktop.org.xml.in.h:54 +msgid "DXF vector graphic" +msgstr "Delwedd Fector DXF" + +#: freedesktop.org.xml.in.h:55 +msgid "Debian package" +msgstr "Pecyn Debian" + +#: freedesktop.org.xml.in.h:56 +msgid "Desktop config file" +msgstr "Ffeil gyfluniad penbwrdd" + +#: freedesktop.org.xml.in.h:57 +msgid "Detached OpenPGP signature" +msgstr "Llofnod OpenPGP wedi ei ddatod" + +#: freedesktop.org.xml.in.h:58 +msgid "Detached S/MIME signature" +msgstr "Llofnod S/MIME wedi ei ddatod" + +#: freedesktop.org.xml.in.h:59 +msgid "Device Independant Bitmap" +msgstr "Didfap Dyfais-Annibynol" + +#: freedesktop.org.xml.in.h:60 +msgid "Dia diagram" +msgstr "Diagram Dia" + +#: freedesktop.org.xml.in.h:61 +msgid "Differences between files" +msgstr "Gwahaniaethau rhwng ffeiliau" + +#: freedesktop.org.xml.in.h:62 +msgid "Digital Imaging and Communications in Medicine image" +msgstr "Delwedd DCIM (Digital Imaging and Communications in Medicine)" + +# EFALLAI +#: freedesktop.org.xml.in.h:63 +msgid "Digital Moving Picture Exchange image" +msgstr "Delwedd Digital Moving Picture Exchange" + +#: freedesktop.org.xml.in.h:64 +msgid "Directory" +msgstr "Plygell" + +#: freedesktop.org.xml.in.h:65 +msgid "Dolby Digital audio" +msgstr "Sain Dolby Digital" + +#: freedesktop.org.xml.in.h:66 +msgid "Dreamcast rom" +msgstr "rom Dreamcast" + +#: freedesktop.org.xml.in.h:67 +msgid "Egon Animator" +msgstr "Ffeil Egon Animator" + +#: freedesktop.org.xml.in.h:68 +msgid "Electronic Business Card" +msgstr "Cerdyn Busnes Electronig" + +#: freedesktop.org.xml.in.h:69 +msgid "Emacs Lisp source code" +msgstr "Ffynhonnell rhaglen EMACS LISP" + +#: freedesktop.org.xml.in.h:70 +msgid "Email message" +msgstr "neges ebost" + +#: freedesktop.org.xml.in.h:71 +msgid "Empty Document" +msgstr "Dogfen Wag" + +#: freedesktop.org.xml.in.h:72 +msgid "Encapsulated PostScript image" +msgstr "Delwedd PostScript wedi ei chrisialu" + +#: freedesktop.org.xml.in.h:73 +msgid "Enlightenment theme" +msgstr "Thema Enlightenment" + +#: freedesktop.org.xml.in.h:74 +msgid "Executable" +msgstr "Ffeil Weithredadwy" + +#: freedesktop.org.xml.in.h:75 +msgid "FastTracker II audio" +msgstr "Sain FastTracker II" + +#: freedesktop.org.xml.in.h:76 +msgid "FlashPix Image" +msgstr "Delwedd FlashPix" + +# EFALLAI - efallai mae peidio cyfieithu'n well yma +#: freedesktop.org.xml.in.h:77 +msgid "Flexible Image Transport System" +msgstr "System Trosgludo Delweddau Hyblyg" + +#: freedesktop.org.xml.in.h:78 +msgid "Fonts" +msgstr "Ffontiau" + +#: freedesktop.org.xml.in.h:79 +msgid "Fortran source code" +msgstr "Ffynhonnell rhaglen FORTRAN" + +#: freedesktop.org.xml.in.h:80 +msgid "FrameMaker interchange document" +msgstr "Dogfen cyfnewid FrameMaker" + +#: freedesktop.org.xml.in.h:81 +msgid "G3 fax image" +msgstr "Delwedd Ffacs G3" + +#: freedesktop.org.xml.in.h:82 +msgid "GIF image" +msgstr "Delwedd GIF" + +#: freedesktop.org.xml.in.h:83 +msgid "GIMP native image format" +msgstr "Fformat delwedd brodorol GIMP" + +#: freedesktop.org.xml.in.h:84 +msgid "GMC link" +msgstr "Cyswllt GMC" + +#: freedesktop.org.xml.in.h:85 +msgid "GNU Oleo Spreadsheet" +msgstr "Taenlen GNU Oleo" + +#: freedesktop.org.xml.in.h:86 +msgid "GNU mail message" +msgstr "Neges E-Bost GNU" + +#: freedesktop.org.xml.in.h:87 +msgid "GNUmeric spreadsheet" +msgstr "Taenlen GNUmeric" + +#: freedesktop.org.xml.in.h:88 +msgid "GTK configuration" +msgstr "Ffurfosodiad GTK" + +#: freedesktop.org.xml.in.h:89 +msgid "Game Boy rom" +msgstr "Rom Game Boy" + +#: freedesktop.org.xml.in.h:90 +msgid "Generic Font files" +msgstr "Ffeiliau Ffont Generig" + +#: freedesktop.org.xml.in.h:91 +msgid "Genesis rom" +msgstr "ROM Genesis" + +#: freedesktop.org.xml.in.h:92 +msgid "Glade project" +msgstr "Prosiect Glade" + +#: freedesktop.org.xml.in.h:93 +msgid "GnuCash Workbook" +msgstr "Gweithlyfr GnuCash" + +#: freedesktop.org.xml.in.h:94 +msgid "Gtktalog Catalogue" +msgstr "Catalog Gtktalog" + +#: freedesktop.org.xml.in.h:95 +msgid "Gzip file" +msgstr "Ffeil gywasgwyd gan gzip" + +#: freedesktop.org.xml.in.h:96 +msgid "Gzipped PostScript File" +msgstr "Ffeil Postscript gywasgwyd gan gzip" + +#: freedesktop.org.xml.in.h:97 +msgid "Gzipped Tar Archive" +msgstr "Archif Tar gywasgwyd gan gzip" + +#: freedesktop.org.xml.in.h:98 +msgid "HDF document" +msgstr "Dogfen HDF" + +#: freedesktop.org.xml.in.h:99 +msgid "HTML Page" +msgstr "Tudalen HTML" + +#: freedesktop.org.xml.in.h:100 +msgid "Haskell source code" +msgstr "Ffynhonnell rhaglen Haskell" + +#: freedesktop.org.xml.in.h:101 +msgid "IDL document" +msgstr "Dogfen IDL" + +#: freedesktop.org.xml.in.h:102 +msgid "IEF image" +msgstr "Delwedd IEF" + +#: freedesktop.org.xml.in.h:103 +msgid "IFF image" +msgstr "Delwedd IFF" + +#: freedesktop.org.xml.in.h:104 +msgid "ILBM image" +msgstr "Delwedd ILBM" + +#: freedesktop.org.xml.in.h:105 +msgid "ISI video" +msgstr "Fideo ISI" + +#: freedesktop.org.xml.in.h:106 +msgid "Impulse Tracker audio" +msgstr "Sain Impulse Tracker" + +#: freedesktop.org.xml.in.h:107 +msgid "JBuilder Project" +msgstr "Prosiect JBuilder" + +#: freedesktop.org.xml.in.h:108 +msgid "JNG image" +msgstr "Delwedd JNG" + +#: freedesktop.org.xml.in.h:109 +msgid "JPEG image" +msgstr "Delwedd JPEG" + +#: freedesktop.org.xml.in.h:110 +msgid "Java Archive" +msgstr "Archif côd Java" + +#: freedesktop.org.xml.in.h:111 +msgid "Java Class" +msgstr "Dosbarth Java" + +#: freedesktop.org.xml.in.h:112 +msgid "Java byte code" +msgstr "Côd beit Java" + +#: freedesktop.org.xml.in.h:113 +msgid "Java sources" +msgstr "Ffynhonnellau rhaglen Java" + +#: freedesktop.org.xml.in.h:114 +msgid "KChart" +msgstr "Siart KChart" + +#: freedesktop.org.xml.in.h:115 +msgid "KFormula" +msgstr "Hafaliad KFormula" + +#: freedesktop.org.xml.in.h:116 +msgid "KIllustrator document" +msgstr "Dogfen KIllustrator" + +#: freedesktop.org.xml.in.h:117 +msgid "KPovModeler File" +msgstr "Ffeil KPovModeler" + +#: freedesktop.org.xml.in.h:118 +msgid "KPresenter" +msgstr "Cyflwyniad KPresenter" + +#: freedesktop.org.xml.in.h:119 +msgid "KSpread" +msgstr "Taenlen KSpread" + +#: freedesktop.org.xml.in.h:120 +msgid "KSpread Encrypted" +msgstr "Taenlen KSpread wedi ei hamgryptio" + +#: freedesktop.org.xml.in.h:121 +msgid "KWord" +msgstr "Dogfen KWord" + +#: freedesktop.org.xml.in.h:122 +msgid "KWord Encrypted" +msgstr "Dogfen KWord wedi ei hamgryptio" + +#: freedesktop.org.xml.in.h:123 +msgid "Karbon14 Document" +msgstr "Dogfen Karbon14" + +#: freedesktop.org.xml.in.h:124 +msgid "Kivio" +msgstr "Deiagram Kivio" + +#: freedesktop.org.xml.in.h:125 +msgid "Kontour" +msgstr "Delwedd Kontour" + +#: freedesktop.org.xml.in.h:126 +msgid "Korn shell script" +msgstr "Sgript plisgyn Korn" + +#: freedesktop.org.xml.in.h:127 +msgid "Krita" +msgstr "Delwedd Krita" + +#: freedesktop.org.xml.in.h:128 +msgid "Kugar Data File" +msgstr "Ffeil Ddata Kugar" + +#: freedesktop.org.xml.in.h:129 +msgid "LHA archive" +msgstr "Archif LHA" + +#: freedesktop.org.xml.in.h:130 +msgid "LIBGRX font" +msgstr "Ffont LIBGRX" + +#: freedesktop.org.xml.in.h:131 +msgid "Lha Archives" +msgstr "Archifau LHA" + +#: freedesktop.org.xml.in.h:132 +msgid "LightWave object" +msgstr "Gwrthrych LightWave" + +#: freedesktop.org.xml.in.h:133 +msgid "LightWave scene" +msgstr "Golygfa LightWave" + +#: freedesktop.org.xml.in.h:134 +msgid "Linux PSF console font" +msgstr "Ffont Linux PSF" + +# EFALLAI (llenyddol?) +#: freedesktop.org.xml.in.h:135 +msgid "Literate haskell source code" +msgstr "Ffynhonnell Haskell llenyddol" + +#: freedesktop.org.xml.in.h:136 +msgid "Lotus 1-2-3 spreadsheet" +msgstr "Taenlen Lotus 1-2-3" + +#: freedesktop.org.xml.in.h:137 +msgid "Lotus AmiPro document" +msgstr "Dogfen Lotus AmiPro" + +#: freedesktop.org.xml.in.h:138 +msgid "LyX Document" +msgstr "Dogfen LyX" + +#: freedesktop.org.xml.in.h:139 +msgid "Lzopped File" +msgstr "Ffeil gywasgwyd gan Lzop" + +#: freedesktop.org.xml.in.h:140 +msgid "Lzopped Tar Archive" +msgstr "Archif tar gywasgwyd gan Lzop" + +#: freedesktop.org.xml.in.h:141 +msgid "MIDI audio" +msgstr "Sain MIDI" + +#: freedesktop.org.xml.in.h:142 +msgid "MNG image" +msgstr "Delwedd MNG" + +#: freedesktop.org.xml.in.h:143 +msgid "MP3 ShoutCast Playlist" +msgstr "Rhestr Chwarae MP3 ShoutCast" + +#: freedesktop.org.xml.in.h:144 +msgid "MP3 audio" +msgstr "Sain MP3" + +#: freedesktop.org.xml.in.h:145 +msgid "MP3 audio playlist" +msgstr "Rhestr Chwarae MP3" + +#: freedesktop.org.xml.in.h:146 +msgid "MPEG Video" +msgstr "Fideo MPEG" + +#: freedesktop.org.xml.in.h:147 +msgid "MPEG layer 3 audio" +msgstr "Sain MPEG haen 3" + +#: freedesktop.org.xml.in.h:148 +msgid "MS ASF video" +msgstr "Fideo MS ASF" + +#: freedesktop.org.xml.in.h:149 +msgid "MS Office Drawing" +msgstr "Darlun MS Office" + +#: freedesktop.org.xml.in.h:150 +msgid "MSWindows Icons" +msgstr "Delwedd eicon MSWindows" + +#: freedesktop.org.xml.in.h:151 +msgid "MSX rom" +msgstr "ROM MSX" + +#: freedesktop.org.xml.in.h:152 +msgid "MacBinary file" +msgstr "Ffeil MacBinary" + +#: freedesktop.org.xml.in.h:153 +msgid "Macintosh AppleDouble-encoded file" +msgstr "Ffeil AppleDouble-amgodedig Macintosh" + +#: freedesktop.org.xml.in.h:154 +msgid "Macintosh BinHex-encoded file" +msgstr "Ffeil BinHex-amgodwyd Macintosh" + +#: freedesktop.org.xml.in.h:155 +msgid "Macintosh StuffIt archive" +msgstr "Archif Macintosh StuffIt" + +#: freedesktop.org.xml.in.h:156 +msgid "Makefile" +msgstr "Ffeil \"make\"" + +#: freedesktop.org.xml.in.h:157 +msgid "MathML document" +msgstr "Dogfen MathML" + +#: freedesktop.org.xml.in.h:158 +msgid "Message Catalog" +msgstr "Catalog Negeseuon" + +#: freedesktop.org.xml.in.h:159 +msgid "Microsoft AVI Video" +msgstr "Fideo AVI Microsoft" + +#: freedesktop.org.xml.in.h:160 +msgid "Microsoft Excel spreadsheet" +msgstr "Taenlen Microsoft Excel" + +#: freedesktop.org.xml.in.h:161 +msgid "Microsoft PowerPoint document" +msgstr "Dogfen Microsoft PowerPoint" + +#: freedesktop.org.xml.in.h:162 +msgid "Microsoft WMV video" +msgstr "Video Microsoft WMV" + +#: freedesktop.org.xml.in.h:163 +msgid "Microsoft Word document" +msgstr "Dogfen Miscrosoft Word" + +#: freedesktop.org.xml.in.h:164 +msgid "Microsoft Write document" +msgstr "Dogfen Microsoft Write" + +#: freedesktop.org.xml.in.h:165 +msgid "Mount point" +msgstr "Pwynt clymu" + +#: freedesktop.org.xml.in.h:166 +msgid "Mozilla bookmarks file" +msgstr "Ffeil llyfrnodau Mozilla" + +#: freedesktop.org.xml.in.h:167 +msgid "NES rom" +msgstr "ROM NES" + +#: freedesktop.org.xml.in.h:168 +msgid "Nautilus link" +msgstr "Cyswllt Nautilus" + +#: freedesktop.org.xml.in.h:169 +msgid "Netscape bookmarks file" +msgstr "Ffeil llyfrnodau Netscape" + +#: freedesktop.org.xml.in.h:170 +msgid "Nintendo64 rom" +msgstr "ROM Nintendo64" + +#: freedesktop.org.xml.in.h:171 +msgid "Nullsoft video" +msgstr "Fideo Nullsoft" + +#: freedesktop.org.xml.in.h:172 +msgid "ODA document" +msgstr "Dogfen ODA" + +# EFALLAI +#: freedesktop.org.xml.in.h:173 +msgid "Object Code" +msgstr "Côd Gwrthrych" + +#: freedesktop.org.xml.in.h:174 +msgid "Objective-C sources" +msgstr "Ffynhonnell Objective-C" + +#: freedesktop.org.xml.in.h:175 +msgid "Ogg Vorbis audio" +msgstr "Sain Ogg Vorbis" + +#: freedesktop.org.xml.in.h:176 +msgid "OpenOffice Impress presentation" +msgstr "Cyflwyniad OpenOffice (Impress)" + +#: freedesktop.org.xml.in.h:177 +msgid "OpenOffice Impress presentation template" +msgstr "Templed Cyflwyniad OpenOffice (Impress)" + +#: freedesktop.org.xml.in.h:178 +msgid "OpenOffice Math document" +msgstr "Dogfen Fathemategol OpenOffice" + +#: freedesktop.org.xml.in.h:179 +msgid "OpenOffice Writer document" +msgstr "Dogfen OpenOffice (Writer)" + +#: freedesktop.org.xml.in.h:180 +msgid "OpenOffice Writer global document" +msgstr "Dogfen eang OpenOffice (Writer)" + +#: freedesktop.org.xml.in.h:181 +msgid "OpenOffice Writer template" +msgstr "Templed OpenOffice (Writer)" + +#: freedesktop.org.xml.in.h:182 +msgid "OpenOffice drawing" +msgstr "Darlun OpenOffice" + +#: freedesktop.org.xml.in.h:183 +msgid "OpenOffice drawing template" +msgstr "Templed Darlun OpenOffice" + +#: freedesktop.org.xml.in.h:184 +msgid "OpenOffice spreadsheet" +msgstr "Taenlen OpenOffice" + +#: freedesktop.org.xml.in.h:185 +msgid "OpenOffice spreadsheet template" +msgstr "Templed taenlen OpenOffice" + +#: freedesktop.org.xml.in.h:186 +msgid "OpenType font" +msgstr "Ffont OpenType" + +#: freedesktop.org.xml.in.h:187 +msgid "PCF font" +msgstr "Ffont PCF" + +#: freedesktop.org.xml.in.h:188 +msgid "PCM audio" +msgstr "Sain PCM" + +#: freedesktop.org.xml.in.h:189 +msgid "PEF program" +msgstr "Rhaglen PEF" + +#: freedesktop.org.xml.in.h:190 +msgid "PERL program" +msgstr "Rhaglen Perl" + +#: freedesktop.org.xml.in.h:191 +msgid "PGN chess game" +msgstr "Gêm wyddbwyll PGN" + +#: freedesktop.org.xml.in.h:192 +msgid "PGP keys" +msgstr "Allweddi PGP" + +#: freedesktop.org.xml.in.h:193 +msgid "PGP message" +msgstr "Neges PGP" + +#: freedesktop.org.xml.in.h:194 +msgid "PGP/MIME encrypted message header" +msgstr "Pennawd neges MIME wedi ei hamgryptio drwy PGP" + +#: freedesktop.org.xml.in.h:195 +msgid "PHP script" +msgstr "Sgript PHP" + +#: freedesktop.org.xml.in.h:196 +msgid "PKCS#12 Certificate Bundle" +msgstr "Bwndel Tystysgrif PCKS#12" + +#: freedesktop.org.xml.in.h:197 +msgid "PNG image" +msgstr "Delwedd PNG" + +#: freedesktop.org.xml.in.h:198 +msgid "PNM image" +msgstr "Delwedd PNM" + +#: freedesktop.org.xml.in.h:199 +msgid "Packed Font file" +msgstr "Ffeil Ffontiau wedi eu pacio" + +#: freedesktop.org.xml.in.h:200 +msgid "Palm OS database" +msgstr "Cronfa Ddata Palm OS" + +#: freedesktop.org.xml.in.h:201 +msgid "Pascal sources" +msgstr "Ffynhonnellau rhaglen Pascal" + +#: freedesktop.org.xml.in.h:202 +msgid "Pathetic Writer" +msgstr "Pathetic Writer" + +#: freedesktop.org.xml.in.h:203 +msgid "Pdf Document" +msgstr "Dogfen PDF" + +#: freedesktop.org.xml.in.h:204 +msgid "PhotoCD image" +msgstr "Delwedd PhotoCD" + +#: freedesktop.org.xml.in.h:205 +msgid "Photoshop document" +msgstr "Dogfen Photoshop" + +#: freedesktop.org.xml.in.h:206 +msgid "Pipe" +msgstr "Piben" + +#: freedesktop.org.xml.in.h:207 +msgid "Plain Text" +msgstr "Testun Plaen" + +#: freedesktop.org.xml.in.h:208 +msgid "Playlist" +msgstr "Rhestr Chwarae" + +#: freedesktop.org.xml.in.h:209 +msgid "Portable Bitmap File Format" +msgstr "Ffeiliau Fformat Pixfap Cludadwy" + +#: freedesktop.org.xml.in.h:210 +msgid "Portable Graymap File Format" +msgstr "Ffeiliau Fformat Llwydfap Cludadwy" + +#: freedesktop.org.xml.in.h:211 +msgid "Portable Pixmap File Format" +msgstr "Delwedd Pixmap Cludadwy" + +#: freedesktop.org.xml.in.h:212 +msgid "PostScript Document" +msgstr "Dogfen PostScript" + +#: freedesktop.org.xml.in.h:213 +msgid "Program crash data" +msgstr "Gwybodaeth chwalfa rhaglen" + +# EFALLAI (côd beit?) +#: freedesktop.org.xml.in.h:214 +msgid "Python bytecode" +msgstr "Côd beit Python" + +#: freedesktop.org.xml.in.h:215 +msgid "Python program" +msgstr "Rhaglen Python" + +#: freedesktop.org.xml.in.h:216 +msgid "Qt Designer File" +msgstr "Ffeil Qt Designer" + +# +#: freedesktop.org.xml.in.h:217 +msgid "Qt Meta Object File" +msgstr "Ffeil Gwrthrych Meta Qt" + +#: freedesktop.org.xml.in.h:218 +msgid "Quattro Pro file" +msgstr "Ffeil Quattro Pro" + +#: freedesktop.org.xml.in.h:219 +msgid "Quicken document" +msgstr "Dogfen Quicken" + +#: freedesktop.org.xml.in.h:220 +msgid "Quicktime Video" +msgstr "Fideo QuickTime" + +#: freedesktop.org.xml.in.h:221 +msgid "RDF Site Summary" +msgstr "Crynodeb Safle RDF" + +#: freedesktop.org.xml.in.h:222 +msgid "README document" +msgstr "Dogfen README" + +#: freedesktop.org.xml.in.h:223 +msgid "RGB image" +msgstr "Delwedd RGB" + +#: freedesktop.org.xml.in.h:224 +msgid "RIFF audio" +msgstr "Sain RIFF" + +#: freedesktop.org.xml.in.h:225 +msgid "RPM package file" +msgstr "Ffeil becyn RPM" + +#: freedesktop.org.xml.in.h:226 +msgid "Rar archive" +msgstr "archif Rar" + +#: freedesktop.org.xml.in.h:227 +msgid "Raw CD image" +msgstr "Delwedd CD amrwd" + +#: freedesktop.org.xml.in.h:228 +msgid "RealAudio broadcast" +msgstr "Darllediad RealAudio" + +#: freedesktop.org.xml.in.h:229 +msgid "RealAudio/Video document" +msgstr "Dogfen RealAudio neu RealVideo" + +#: freedesktop.org.xml.in.h:230 +msgid "RealVideo video" +msgstr "Fideo RealVideo" + +#: freedesktop.org.xml.in.h:231 +msgid "Resource Description Framework (RDF) file" +msgstr "Ffeil RDF (Resource Description Framework)" + +#: freedesktop.org.xml.in.h:232 +msgid "Rich Text Format" +msgstr "Dogfen Testun Gyfoethog" + +#: freedesktop.org.xml.in.h:233 +msgid "Ruby program" +msgstr "Rhaglen Ruby" + +#: freedesktop.org.xml.in.h:234 +msgid "S/MIME file" +msgstr "Ffeil S/MIME" + +#: freedesktop.org.xml.in.h:235 +msgid "SGI video" +msgstr "Video SGI" + +#: freedesktop.org.xml.in.h:236 +msgid "SGML" +msgstr "SGML" + +#: freedesktop.org.xml.in.h:237 +msgid "SMS or Game Gear rom" +msgstr "ROM SMS neu Game Gear" + +#: freedesktop.org.xml.in.h:238 +msgid "SQL code" +msgstr "Côd SQL" + +# Efallai (raster?) +#: freedesktop.org.xml.in.h:239 +msgid "SUN Rasterfile" +msgstr "Ffeil raster SUN" + +#: freedesktop.org.xml.in.h:240 +msgid "SV4 CPIO archive" +msgstr "Archif CPIO SV4" + +#: freedesktop.org.xml.in.h:241 +msgid "SV4 CPIP archive (with CRC)" +msgstr "Archif CPIP SV4 (efo CRC)" + +#: freedesktop.org.xml.in.h:242 +msgid "Scalable Vector Graphics" +msgstr "Dogfennau/Delweddau Fector Graddadwy" + +#: freedesktop.org.xml.in.h:243 +msgid "Scheme source code" +msgstr "Ffynhonnell Rhaglen Scheme" + +#: freedesktop.org.xml.in.h:244 +msgid "Scream Tracker 3 audio" +msgstr "Sain Scream Tracker 3" + +#: freedesktop.org.xml.in.h:245 +msgid "Scream Tracker audio" +msgstr "Sain Scream Tracker" + +#: freedesktop.org.xml.in.h:246 +msgid "Scream Tracker instrument" +msgstr "Offeryn Scream Tracker" + +#: freedesktop.org.xml.in.h:247 +msgid "Setext document" +msgstr "Dogfen Setext" + +#: freedesktop.org.xml.in.h:248 +msgid "Shared library" +msgstr "Llyfrgell wedi ei rhannu" + +#: freedesktop.org.xml.in.h:249 +msgid "Shockwave Flash Media" +msgstr "Ffeil Shockwave Flash" + +#: freedesktop.org.xml.in.h:250 +msgid "Siag Spreadsheet" +msgstr "Taenlen Siag" + +#: freedesktop.org.xml.in.h:251 +msgid "Socket" +msgstr "Soced" + +#: freedesktop.org.xml.in.h:252 +msgid "Speech document" +msgstr "Dogfen leferydd" + +#: freedesktop.org.xml.in.h:253 +msgid "Speedo font" +msgstr "Ffont Speedo" + +#: freedesktop.org.xml.in.h:254 +msgid "Spreadsheet Interchange document" +msgstr "Dogfen Taenlen Interchange" + +#: freedesktop.org.xml.in.h:255 +msgid "Stampede package" +msgstr "Pecyn Stampede" + +#: freedesktop.org.xml.in.h:256 +msgid "StarCalc spreadsheet" +msgstr "Taenlen StarCalc" + +#: freedesktop.org.xml.in.h:257 +msgid "StarChart chart" +msgstr "Siart StarChart" + +#: freedesktop.org.xml.in.h:258 +msgid "StarDraw drawing" +msgstr "Darlun StarDraw" + +#: freedesktop.org.xml.in.h:259 +msgid "StarImpress presentation" +msgstr "Cyflwyniad StarImpress" + +#: freedesktop.org.xml.in.h:260 +msgid "StarMail file" +msgstr "Ffeil StarMail" + +#: freedesktop.org.xml.in.h:261 +msgid "StarMath document" +msgstr "Dogfen StarMath" + +#: freedesktop.org.xml.in.h:262 +msgid "StarWriter document" +msgstr "Dogfen StarWriter" + +#: freedesktop.org.xml.in.h:263 +msgid "Stream of data (server push)" +msgstr "Ffrwd ddata (gweinydd yn gwthio)" + +#: freedesktop.org.xml.in.h:264 +msgid "Streaming MPEG layer 3 audio" +msgstr "Ffrwd sain Scream Tracker 3" + +#: freedesktop.org.xml.in.h:265 +msgid "SunOS News font" +msgstr "Ffont SunOS News" + +#: freedesktop.org.xml.in.h:266 +msgid "Synchronized Multimedia Integration Language" +msgstr "Iaith Integreiddio Aml-Gyfrwng wedi ei Chydweddu" + +#: freedesktop.org.xml.in.h:267 +msgid "TGIF Document" +msgstr "Delwedd TGIF" + +#: freedesktop.org.xml.in.h:268 +msgid "TIFF Image" +msgstr "Delwedd TIFF" + +#: freedesktop.org.xml.in.h:269 +msgid "Tar archive" +msgstr "Archif tar" + +#: freedesktop.org.xml.in.h:270 +msgid "TarGA image" +msgstr "Delwedd TarGA" + +#: freedesktop.org.xml.in.h:271 +msgid "Tcl file" +msgstr "Ffeil Tcl" + +#: freedesktop.org.xml.in.h:272 +msgid "TeX Device Independent file" +msgstr "Ffeil TeX Ddyfais Annibynol" + +#: freedesktop.org.xml.in.h:273 +msgid "TeX file" +msgstr "Ffeil TeX" + +#: freedesktop.org.xml.in.h:274 +msgid "TeX font" +msgstr "Ffont TeX" + +#: freedesktop.org.xml.in.h:275 +msgid "TeX font metrics" +msgstr "Metrigau Ffont TeX" + +#: freedesktop.org.xml.in.h:276 +msgid "TeXInfo document" +msgstr "Dogfen TeXInfo" + +#: freedesktop.org.xml.in.h:277 +msgid "Text file with comma separated values" +msgstr "Ffeil testun gyda chomas rhwng gwerthoedd" + +#: freedesktop.org.xml.in.h:278 +msgid "ToutDoux document" +msgstr "Dogfen ToutDoux" + +#: freedesktop.org.xml.in.h:279 +msgid "Translated messages" +msgstr "Negeseuon wedi eu cyfieithu" + +#: freedesktop.org.xml.in.h:280 +msgid "Translated messages (machine-readable)" +msgstr "Negeseuon wedi eu cyfieithu (i'w darllen gan beiriant)" + +#: freedesktop.org.xml.in.h:281 +msgid "Troff document" +msgstr "Dogfen troff" + +#: freedesktop.org.xml.in.h:282 +msgid "Troff document with manpage macros" +msgstr "Dogfen troff gyda macroau \"man\"" + +#: freedesktop.org.xml.in.h:283 +msgid "Truetype Font" +msgstr "Ffont Truetype" + +#: freedesktop.org.xml.in.h:284 +msgid "Truevision Targa image" +msgstr "Delwedd Targa Truevision" + +#: freedesktop.org.xml.in.h:285 +msgid "ULAW (Sun) audio" +msgstr "Sain ULAW (Sun)" + +#: freedesktop.org.xml.in.h:286 +msgid "UNIX compressed file" +msgstr "Ffeil UNIX a gywasgwyd" + +#: freedesktop.org.xml.in.h:287 +msgid "Unidata netCDF document" +msgstr "Dogfen Unidata netCDF" + +#: freedesktop.org.xml.in.h:288 +msgid "Unknown" +msgstr "Anhysbys" + +#: freedesktop.org.xml.in.h:289 +msgid "Usenet news message" +msgstr "Neges newyddion Usenet" + +#: freedesktop.org.xml.in.h:290 +msgid "V font" +msgstr "Ffont V" + +#: freedesktop.org.xml.in.h:291 +msgid "VOC audio" +msgstr "Sain VOC" + +#: freedesktop.org.xml.in.h:292 +msgid "VRML document" +msgstr "Dogfen VRML" + +#: freedesktop.org.xml.in.h:293 +msgid "Vivo video" +msgstr "Fideo Vivo" + +#: freedesktop.org.xml.in.h:294 +msgid "WAIS source code" +msgstr "Ffynhonnell Rhaglen WAIS" + +#: freedesktop.org.xml.in.h:295 +msgid "WAV audio" +msgstr "Sain WAV" + +#: freedesktop.org.xml.in.h:296 +msgid "WML document" +msgstr "Dogfen WML" + +#: freedesktop.org.xml.in.h:297 +msgid "Wavelet video" +msgstr "Fideo Wavelet" + +#: freedesktop.org.xml.in.h:298 +msgid "Windows BMP image" +msgstr "Delwedd BMP Windows" + +#: freedesktop.org.xml.in.h:299 +msgid "Windows MetaFile" +msgstr "Delwedd WMF (Windows MetaFile)" + +#: freedesktop.org.xml.in.h:300 +msgid "WordPerfect document" +msgstr "Dogfen WordPerfect" + +#: freedesktop.org.xml.in.h:301 +msgid "X BitMap image" +msgstr "Delwedd didfap X" + +#: freedesktop.org.xml.in.h:302 +msgid "X PixMap image" +msgstr "Delwedd picsfap X" + +#: freedesktop.org.xml.in.h:303 +msgid "X window image" +msgstr "Delwedd ffenest X" + +#: freedesktop.org.xml.in.h:304 +msgid "XBEL bookmarks file" +msgstr "Ffeil llyfrnodau XBEL" + +#: freedesktop.org.xml.in.h:305 +msgid "XFig File" +msgstr "Ffeil XFig" + +#: freedesktop.org.xml.in.h:306 +msgid "XHTML Page" +msgstr "Tudalen XHTML" + +#: freedesktop.org.xml.in.h:307 +msgid "XSL Formating Object file" +msgstr "Ffeil gwrthrych ffurfwedd XSL" + +# EFALLAI +#: freedesktop.org.xml.in.h:308 +msgid "XSLT Stylesheet file" +msgstr "Llen arddull XSLT" + +#: freedesktop.org.xml.in.h:309 +msgid "Zip archive" +msgstr "Archif ZIP" + +#: freedesktop.org.xml.in.h:310 +msgid "Zoo archive" +msgstr "Archif zoo" + +#: freedesktop.org.xml.in.h:311 +msgid "active server page" +msgstr "tudalen ASP" + +#: freedesktop.org.xml.in.h:312 +msgid "authors list" +msgstr "rhestr awduron" + +#: freedesktop.org.xml.in.h:313 +msgid "compound document" +msgstr "dogfen gyfansawdd" + +#: freedesktop.org.xml.in.h:314 +msgid "compressed GIMP document" +msgstr "dogfen GIMP cywasgedig" + +#: freedesktop.org.xml.in.h:315 +msgid "dBASE document" +msgstr "Dogfen dBASE" + +#: freedesktop.org.xml.in.h:316 +msgid "directory information file" +msgstr "Ffeil gwybodaeth cyfeiriadur" + +#: freedesktop.org.xml.in.h:317 +msgid "document type definition" +msgstr "Diffiniad math dogfen" + +#: freedesktop.org.xml.in.h:318 +msgid "eXtensible Markup Language document" +msgstr "Dogfen XML (eXtensible Markup Language) (eXtensible Markup Language) (eXtensible Markup Language) (eXtensible Markup Language) (eXtensible Markup Language) (eXtensible Markup Language) (eXtensible Markup Language) (eXtensible Markup Language) (eXtensible Markup Language)" + +#: freedesktop.org.xml.in.h:319 +msgid "email headers" +msgstr "penawdau e-bost" + +#: freedesktop.org.xml.in.h:320 +msgid "encrypted message" +msgstr "Neges wedi ei hamgryptio" + +#: freedesktop.org.xml.in.h:321 +msgid "enriched text document" +msgstr "Dogfen testun wedi ei gyfoethogi" + +#: freedesktop.org.xml.in.h:322 +msgid "graphite - Scientific Graphs" +msgstr "graphite - Graffiau Gwyddonol" + +#: freedesktop.org.xml.in.h:323 +msgid "gtar archive" +msgstr "archif gtar" + +#: freedesktop.org.xml.in.h:324 +msgid "help page" +msgstr "tudalen gymorth" + +#: freedesktop.org.xml.in.h:325 +msgid "iCalendar file" +msgstr "Ffeil iCalendar" + +#: freedesktop.org.xml.in.h:326 +msgid "iPod software" +msgstr "Meddalwedd iPod" + +#: freedesktop.org.xml.in.h:327 +msgid "mail delivery report" +msgstr "Adroddiad trosgludo post" + +# EFALLAI (ffurf?) +#: freedesktop.org.xml.in.h:328 +msgid "mail disposition report" +msgstr "adroddiad ffurf post" + +#: freedesktop.org.xml.in.h:329 +msgid "mail system report" +msgstr "adroddiad system bost" + +#: freedesktop.org.xml.in.h:330 +msgid "manual page (compressed)" +msgstr "tudalen llawlyfr (wedi ei gywasgu)" + +#: freedesktop.org.xml.in.h:331 +msgid "message digest" +msgstr "crynodeb negeseuon" + +#: freedesktop.org.xml.in.h:332 +msgid "message in several formats" +msgstr "neges mewn sawl fformat" + +#: freedesktop.org.xml.in.h:333 +msgid "partial email message" +msgstr "darn o neges e-bost" + +# EFALLAI (proffeilio?) +#: freedesktop.org.xml.in.h:334 +msgid "profiler results" +msgstr "canlyniadau proffeilio" + +#: freedesktop.org.xml.in.h:335 +msgid "reference to remote file" +msgstr "cyfeiriad at ffeil bell" + +# EFALLAI (clwt?) +#: freedesktop.org.xml.in.h:336 +msgid "rejected patch file" +msgstr "ffeil clwt wedi ei wrthod" + +#: freedesktop.org.xml.in.h:337 +msgid "rich text document" +msgstr "dogfen testun gyfoethog (rtf)" + +#: freedesktop.org.xml.in.h:338 +msgid "shared library" +msgstr "llyfrgell wedi ei rhannu" + +# EFALLAI (plisgyn?) +#: freedesktop.org.xml.in.h:339 +msgid "shell archive" +msgstr "archif plisgyn" + +# EFALLAI (plisgyn?) +#: freedesktop.org.xml.in.h:340 +msgid "shell script" +msgstr "sgript plisgyn" + +#: freedesktop.org.xml.in.h:341 +msgid "signed message" +msgstr "neges lofnodwyd" + +#: freedesktop.org.xml.in.h:342 +msgid "software author credits" +msgstr "clodau awduron meddalwedd" + +#: freedesktop.org.xml.in.h:343 +msgid "software installation instructions" +msgstr "cyfarwyddiadau gosod meddalwedd" + +#: freedesktop.org.xml.in.h:344 +msgid "software license terms" +msgstr "termau trwydded meddalwedd" + +# EFALLAI +#: freedesktop.org.xml.in.h:345 +msgid "source code patch" +msgstr "clwt côd ffynhonnell" + +#: freedesktop.org.xml.in.h:346 +msgid "symbolic link" +msgstr "cyswllt symbolaidd" + +# EFALLAI (tab?) +#: freedesktop.org.xml.in.h:347 +msgid "tab-separated text document" +msgstr "dogfen testun wedi ei wahanu gan dab" + +#: freedesktop.org.xml.in.h:348 +msgid "the location of some resource" +msgstr "lleoliad rhyw adnodd" + +#: freedesktop.org.xml.in.h:349 +msgid "theme" +msgstr "thema" + +#: freedesktop.org.xml.in.h:350 +msgid "troff me input document" +msgstr "dogfen fenwbwn \"troff me\"" + +#: freedesktop.org.xml.in.h:351 +msgid "troff mm input document" +msgstr "dogfen fewnbwn \"troff mm\"" + +#: freedesktop.org.xml.in.h:352 +msgid "troff ms input document" +msgstr "dogfen fewnbwn \"troff ms\"" + +#: freedesktop.org.xml.in.h:353 +msgid "ustar archive" +msgstr "archif ustar" + +#: freedesktop.org.xml.in.h:354 +msgid "vCalendar interchange file" +msgstr "Ffeil gyfnewid vCalendar" + +#~ msgid "Address card" +#~ msgstr "Cerdyn cyfeiriad" + +#~ msgid "Applixware presentation" +#~ msgstr "Cyflwyniad Applixware" + +#~ msgid "Applixware spreadsheet" +#~ msgstr "Taenlen Applixware" + +# EFALLAI (cydosodiad?) +#~ msgid "Assembly source code" +#~ msgstr "Ffynhonnell rhaglen cydosodiad" + +#~ msgid "Audio" +#~ msgstr "Sain" + +#~ msgid "Basic audio" +#~ msgstr "Sain sylfaenol" + +#~ msgid "Bibliography record" +#~ msgstr "Cofnod llyfryddiaeth" + +#~ msgid "Binary program" +#~ msgstr "Rhaglen ddeuaidd" + +#~ msgid "C source code header" +#~ msgstr "Penawd Rhaglen C" + +#~ msgid "CGM image" +#~ msgstr "Delwedd CGM" + +#~ msgid "Calendar or event document" +#~ msgstr "Dogfen calendr neu ddigwyddiad" + +#~ msgid "Comma-separated text document" +#~ msgstr "Dogfen testun wedi ei wahanu gan goma" + +#~ msgid "Compress-compressed file" +#~ msgstr "Ffeil a gywasgwyd efo \"compress\"" + +#, fuzzy +#~ msgid "DV video" +#~ msgstr "Fideo AVI" + +#, fuzzy +#~ msgid "DjVu image" +#~ msgstr "Delwedd \"3D Studio\"" + +#~ msgid "Documents/Diagram" +#~ msgstr "Dogfennau/Diagram" + +# Efallai +#~ msgid "Documents/Extended Markup Language (XML)" +#~ msgstr "Dogfennau/XML" + +#~ msgid "Documents/Numeric" +#~ msgstr "Dogfennau/Rhifyddol" + +#~ msgid "Documents/Presentation" +#~ msgstr "Dogfennau/Cyflwyniad" + +#~ msgid "Documents/Project Management" +#~ msgstr "Dogfennau/Rheoli Prosiectau" + +#~ msgid "Documents/Published Materials" +#~ msgstr "Dogfennau/Deunyddiau wedi eu Cyhoeddi" + +#~ msgid "Documents/Spreadsheet" +#~ msgstr "Dogfennau/Taenlen" + +#~ msgid "Documents/TeX" +#~ msgstr "Dogfennau/TeX" + +# EFALLAI +#~ msgid "Documents/Text Markup" +#~ msgstr "Dogfennau/Testun a Thagiau" + +#~ msgid "Documents/Word Processor" +#~ msgstr "Dogfennau/Prosesydd Geiriau" + +#~ msgid "Documents/World Wide Web" +#~ msgstr "Dogfennau/Y We Fyd-Eang" + +#~ msgid "Email message/mailbox" +#~ msgstr "Neges e-bost neu flwch e-bost" + +#~ msgid "Epiphany bookmarks file" +#~ msgstr "Ffeil llyfrnodau Epiphany" + +#~ msgid "FLC animation" +#~ msgstr "Animeiddiad FLC" + +#~ msgid "FLI animation" +#~ msgstr "Animeiddiad FLI" + +#~ msgid "Folder" +#~ msgstr "Plygell" + +#~ msgid "GNOME desktop theme" +#~ msgstr "Thema penbwrdd GNOME" + +#~ msgid "Gtar archive" +#~ msgstr "Archif gtar" + +#~ msgid "ISO image" +#~ msgstr "Delwedd ISO" + +#~ msgid "Images" +#~ msgstr "Delweddau" + +#~ msgid "Information" +#~ msgstr "Gwybodaeth" + +#~ msgid "Information/Calendar" +#~ msgstr "Gwybodaeth/Calendr" + +#~ msgid "Information/Financial" +#~ msgstr "Gwybodaeth/Ariannol" + +#~ msgid "Installed GNOME desktop theme" +#~ msgstr "Thema penbwrdd GNOME ymsefydliedig" + +#, fuzzy +#~ msgid "JavaScript source code" +#~ msgstr "Ffynhonnell rhaglen Java" + +#~ msgid "KDE application details" +#~ msgstr "Manylion rhaglen KDE" + +#~ msgid "KWord document" +#~ msgstr "Dogfen KWord" + +#~ msgid "LHARC archive" +#~ msgstr "Archif LHARC" + +#, fuzzy +#~ msgid "MS ASF audio" +#~ msgstr "Fideo MS ASF" + +#~ msgid "MS video" +#~ msgstr "Fideo MS" + +#~ msgid "MSX ROM" +#~ msgstr "ROM MSX" + +#~ msgid "Macromedia Flash file" +#~ msgstr "Ffeil Macromedia Flash" + +#~ msgid "MagicPoint presentation" +#~ msgstr "Cyflwyniad MagicPoint" + +#~ msgid "Manual page" +#~ msgstr "Tudalen llawlyfr" + +#, fuzzy +#~ msgid "Matroska video" +#~ msgstr "Fideo Microsoft" + +#~ msgid "Memory dump" +#~ msgstr "Delwedd cof" + +#~ msgid "Microsoft WMV playlist" +#~ msgstr "Rhestr chwarae Microsoft WMV" + +#~ msgid "Microsoft video" +#~ msgstr "Fideo Microsoft" + +# EFALLAI (wtf?) +#~ msgid "Monkey audio" +#~ msgstr "Sain mwnci" + +#~ msgid "Multi-part message" +#~ msgstr "Neges aml-rhan" + +#~ msgid "NES ROM" +#~ msgstr "ROM NES" + +#~ msgid "Named pipe" +#~ msgstr "Piben wedi ei enwi" + +#~ msgid "PBM image" +#~ msgstr "Delwedd PBM" + +#~ msgid "PC Paintbrush image" +#~ msgstr "Delwedd PC Paintbrush" + +#~ msgid "PDF document" +#~ msgstr "Dogfen PDF" + +#~ msgid "PGM image" +#~ msgstr "Delwedd PGM" + +#~ msgid "PGP-encrypted file" +#~ msgstr "Ffeil a amgryptiwyd efo PGP" + +#~ msgid "PICT image" +#~ msgstr "Delwedd PICT" + +#~ msgid "PPM image" +#~ msgstr "Delwedd PPM" + +#~ msgid "Packages" +#~ msgstr "Pecynnau" + +#~ msgid "Perl script" +#~ msgstr "Sgript Perl" + +#~ msgid "Plain text document" +#~ msgstr "Dogfen testun plaen" + +#~ msgid "PostScript Type 1 font" +#~ msgstr "Ffont PostScript Type 1" + +#~ msgid "Project Plan" +#~ msgstr "Cynllun Prosiect" + +#~ msgid "Python source code" +#~ msgstr "Ffynhonnell Rhaglen Python" + +#~ msgid "Quicken for Windows document" +#~ msgstr "Dogfen Quicken for Windows" + +#~ msgid "RAR archive" +#~ msgstr "Archif RAR" + +#~ msgid "Raw Gray Sample" +#~ msgstr "Sampl Llwyd Crau" + +#~ msgid "SGML document" +#~ msgstr "Dogfen SGML" + +#~ msgid "SHOUTcast playlist" +#~ msgstr "Rhestr Chwarae SHOUTcast" + +#~ msgid "SMIL script" +#~ msgstr "Sgript SMIL" + +#~ msgid "SVG art" +#~ msgstr "Delwedd SVG" + +# EFALLAI (rhanniad?) +#~ msgid "Samba share" +#~ msgstr "Rhanniad Samba" + +#~ msgid "Search results" +#~ msgstr "Canlyniadau chwilio" + +#~ msgid "Security" +#~ msgstr "Diogelwch" + +#~ msgid "Shared Printer" +#~ msgstr "Argraffydd wedi ei Rhannu" + +# EFALLAI (plisgyn?) +#~ msgid "Shell script" +#~ msgstr "Sgript plisgyn" + +#~ msgid "Silicon Graphics image" +#~ msgstr "Delwedd Silicon Graphics" + +#~ msgid "Software Development" +#~ msgstr "Datblygiad Meddalwedd" + +#~ msgid "Software Development/ROM Images" +#~ msgstr "Datblygiad Meddalwedd/Delweddau ROM" + +#~ msgid "Software Development/Source Code" +#~ msgstr "Datblygiad Meddalwedd/Ffynhonnell Rhaglen" + +#~ msgid "StarOffice extended metafile image" +#~ msgstr "Delwedd estynedig metaffeil StarOffice" + +#~ msgid "Sun mu-law audio" +#~ msgstr "Sain mu-law Sun" + +#~ msgid "System" +#~ msgstr "System" + +#~ msgid "Tar archive (Bzip2-compressed)" +#~ msgstr "Archif tar (cywasgwyd efo bzip2)" + +#~ msgid "Tar archive (Gzip-compressed)" +#~ msgstr "Archif tar (cywasgwyd efo gzip)" + +#~ msgid "TeX document" +#~ msgstr "Dogfen TeX " + +#~ msgid "TeX dvi document" +#~ msgstr "Dogfen DVI TeX" + +#~ msgid "User Interface" +#~ msgstr "Rhyngwyneb Defnyddiwr" + +#~ msgid "User Interface/Fonts" +#~ msgstr "Rhyngwyneb Defnyddiwr/Ffontiau" + +#, fuzzy +#~ msgid "Verilog source code" +#~ msgstr "Ffynhonnell rhaglen C" + +#~ msgid "Video" +#~ msgstr "Fideo" + +# EFALLAI +#~ msgid "Wave audio" +#~ msgstr "Sain WAV" + +#~ msgid "Web folder" +#~ msgstr "Plygell we" + +#~ msgid "Windows bitmap image" +#~ msgstr "Delwedd didfap Windows" + +#~ msgid "XPM image" +#~ msgstr "Delwedd XPM" + +#~ msgid "Xbase database" +#~ msgstr "Cronfa ddata Xbase" + +#~ msgid "Yacc grammar source code" +#~ msgstr "Ffynhonnell gramadeg yacc" + +#~ msgid "Z shell script" +#~ msgstr "Sgript plisgyn Z" + +#~ msgid "gettext translation" +#~ msgstr "cyfieithiad gettext" + +#~ msgid "xfig vector graphic" +#~ msgstr "darlun fector xfig" diff --git a/po/da.po b/po/da.po new file mode 100644 index 0000000..10c52f5 --- /dev/null +++ b/po/da.po @@ -0,0 +1,1505 @@ +# Danish translation of shared-mime-info. +# Copyright (C) 2004 Free Software Foundation, Inc. +# Ole Laursen , 2004. +# +# Konventioner: +# +# interchange -> udvekslings +# play list -> afspilningsliste +# script -> program (såfremt det er muligt, hvad det hidtil har været) +# +msgid "" +msgstr "" +"Project-Id-Version: gnome-mime-data\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2004-07-05 20:02+0200\n" +"PO-Revision-Date: 2004-07-05 20:02+0200\n" +"Last-Translator: Ole Laursen \n" +"Language-Team: Danish \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: freedesktop.org.xml.in.h:1 +msgid "3D Studio image" +msgstr "3D Studio-billede" + +#: freedesktop.org.xml.in.h:2 +msgid "AIFC audio" +msgstr "AIFC-lyd" + +#: freedesktop.org.xml.in.h:3 +msgid "AIFF audio" +msgstr "AIFC-lyd" + +#: freedesktop.org.xml.in.h:4 +msgid "AIFF/Amiga/Mac audio" +msgstr "AIFF/Amiga/Mac-lyd" + +#: freedesktop.org.xml.in.h:5 +msgid "ANIM animation" +msgstr "ANIM-animation" + +#: freedesktop.org.xml.in.h:6 +msgid "AR archive" +msgstr "AR-arkiv" + +#: freedesktop.org.xml.in.h:7 +msgid "ARJ archive" +msgstr "ARJ-arkiv" + +#: freedesktop.org.xml.in.h:8 +msgid "AVI video" +msgstr "AVI-video" + +#: freedesktop.org.xml.in.h:9 +msgid "AWK script" +msgstr "AWK-program" + +#: freedesktop.org.xml.in.h:10 +msgid "AbiWord document" +msgstr "AbiWord-dokument" + +#: freedesktop.org.xml.in.h:11 +msgid "Ada source code" +msgstr "Ada-kildekode" + +#: freedesktop.org.xml.in.h:12 +msgid "Adobe FrameMaker font" +msgstr "Adobe FrameMaker-skrifttype" + +#: freedesktop.org.xml.in.h:13 +msgid "Adobe Illustrator document" +msgstr "Adobe Illustrator-dokument" + +#: freedesktop.org.xml.in.h:14 +msgid "Adobe font metrics" +msgstr "Adobe skrifttypefil" + +#: freedesktop.org.xml.in.h:15 +msgid "Amiga SoundTracker audio" +msgstr "Amiga SoundTracker-lyd" + +#: freedesktop.org.xml.in.h:16 +msgid "Andrew Toolkit inset" +msgstr "Andrew Toolkit indsæt" + +#: freedesktop.org.xml.in.h:17 +msgid "Applix Graphics image" +msgstr "Applix Graphics-billede" + +#: freedesktop.org.xml.in.h:18 +msgid "Applix Spreadsheets spreadsheet" +msgstr "Applix Spreadsheets-regneark" + +#: freedesktop.org.xml.in.h:19 +msgid "Applix Words document" +msgstr "Applix Words-dokument" + +#: freedesktop.org.xml.in.h:20 +msgid "AutoCAD image" +msgstr "AutoCAD-billede" + +#: freedesktop.org.xml.in.h:21 +msgid "AutoDesk FLIC animation" +msgstr "AutoDesk FLIC-animation" + +#: freedesktop.org.xml.in.h:22 +msgid "BCPIO document" +msgstr "BCPIO-dokument" + +#: freedesktop.org.xml.in.h:23 +msgid "BDF font" +msgstr "BDF-skrifttype" + +#: freedesktop.org.xml.in.h:24 +msgid "Bibtex bibliographic data" +msgstr "Bibtex-litteraturdata" + +#: freedesktop.org.xml.in.h:25 +msgid "BitTorrent seed file" +msgstr "BitTorrent-frøfil" + +#: freedesktop.org.xml.in.h:26 +msgid "Blender scene" +msgstr "Blender-scene" + +#: freedesktop.org.xml.in.h:27 +msgid "C shell script" +msgstr "C-skalprogram" + +#: freedesktop.org.xml.in.h:28 +msgid "C source code" +msgstr "C-kildekode" + +#: freedesktop.org.xml.in.h:29 +msgid "C source code header" +msgstr "C-inkluderingskildekode" + +#: freedesktop.org.xml.in.h:30 +msgid "C# source code" +msgstr "C#-kildekode" + +#: freedesktop.org.xml.in.h:31 +msgid "C++ source code" +msgstr "C++-kildekode" + +#: freedesktop.org.xml.in.h:32 +msgid "C++ source code header" +msgstr "C++-inkluderingskildekode" + +#: freedesktop.org.xml.in.h:33 +msgid "CCITT G3 fax" +msgstr "CCITT G3-fax" + +#: freedesktop.org.xml.in.h:34 +msgid "CGI script" +msgstr "CGI-program" + +#: freedesktop.org.xml.in.h:35 +msgid "CMU raster image" +msgstr "CMU-rasterbillede" + +#: freedesktop.org.xml.in.h:36 +msgid "CPIO archive" +msgstr "CPIO-arkiv" + +#: freedesktop.org.xml.in.h:37 +msgid "CPIO archive (gzip-compressed)" +msgstr "CPIO-arkiv (gzip-komprimeret)" + +#: freedesktop.org.xml.in.h:38 +msgid "Cascading Style Sheet" +msgstr "CSS-stilark" + +#: freedesktop.org.xml.in.h:39 +msgid "Commodore 64 audio" +msgstr "Commodore 64-lyd" + +#: freedesktop.org.xml.in.h:40 +msgid "Computer Graphics Metafile" +msgstr "Computer Graphics Metafile-billede" + +#: freedesktop.org.xml.in.h:41 +msgid "Corel Draw drawing" +msgstr "Corel Draw-tegning" + +#: freedesktop.org.xml.in.h:42 +msgid "DCL script" +msgstr "DCL-program" + +#: freedesktop.org.xml.in.h:43 +msgid "DER/PEM/Netscape-encoded X.509 certificate" +msgstr "DER/PEM/Netscape-encoded X.509-certifikat" + +#: freedesktop.org.xml.in.h:44 +msgid "DOS font" +msgstr "DOS-skrifttype" + +#: freedesktop.org.xml.in.h:45 +msgid "DOS/Windows executable" +msgstr "DOS/Windows-kørbar" + +#: freedesktop.org.xml.in.h:46 +msgid "DSSSL document" +msgstr "DSSSL-dokument" + +#: freedesktop.org.xml.in.h:47 +msgid "DXF vector image" +msgstr "DXF-vektorbillede" + +#: freedesktop.org.xml.in.h:48 +msgid "Debian package" +msgstr "Debianpakke" + +#: freedesktop.org.xml.in.h:49 +msgid "Device Independant Bitmap" +msgstr "Enhedsuafhængigt billede" + +#: freedesktop.org.xml.in.h:50 +msgid "Dia diagram" +msgstr "Dia-diagram" + +#: freedesktop.org.xml.in.h:51 +msgid "Digital Imaging and Communications in Medicine image" +msgstr "Digital Imaging and Communications in Medicine-billede" + +#: freedesktop.org.xml.in.h:52 +msgid "Digital Moving Picture Exchange image" +msgstr "Digital Moving Picture Exchange-billede" + +#: freedesktop.org.xml.in.h:53 +msgid "DjVu image" +msgstr "DjVu-billede" + +#: freedesktop.org.xml.in.h:54 +msgid "Dolby Digital audio" +msgstr "Dolby Ditital-lyd" + +#: freedesktop.org.xml.in.h:55 +msgid "Dreamcast ROM" +msgstr "Dreamcast-rom" + +#: freedesktop.org.xml.in.h:56 +msgid "Egon Animator animation" +msgstr "Egon Animator-animation" + +#: freedesktop.org.xml.in.h:57 +msgid "Emacs Lisp source code" +msgstr "Emacs Lisp-kildekode" + +#: freedesktop.org.xml.in.h:58 +msgid "Encapsulated PostScript image" +msgstr "Encapsulated PostScript-billede" + +#: freedesktop.org.xml.in.h:59 +msgid "Enlightenment theme" +msgstr "Enlightenment-tema" + +#: freedesktop.org.xml.in.h:60 +msgid "FLAC audio" +msgstr "FLAC-lyd" + +#: freedesktop.org.xml.in.h:61 +msgid "FastTracker II audio" +msgstr "FastTracker II-lyd" + +#: freedesktop.org.xml.in.h:62 +msgid "FlashPix image" +msgstr "FlashPix-billede" + +#: freedesktop.org.xml.in.h:63 +msgid "Flexible Image Transport System" +msgstr "FlashPix-billedtransportsystem" + +#: freedesktop.org.xml.in.h:64 +msgid "Fortran source code" +msgstr "Fortran-kildekode" + +#: freedesktop.org.xml.in.h:65 +msgid "FrameMaker MIF document" +msgstr "FrameMaker MIF-dokument" + +#: freedesktop.org.xml.in.h:66 +msgid "G3 fax image" +msgstr "G3-faxbillede" + +#: freedesktop.org.xml.in.h:67 +msgid "GIF image" +msgstr "GIF-billede" + +#: freedesktop.org.xml.in.h:68 +msgid "GIMP image" +msgstr "GIMP-billede" + +#: freedesktop.org.xml.in.h:69 +msgid "GIMP image (compressed)" +msgstr "GIMP-billede (komprimeret)" + +#: freedesktop.org.xml.in.h:70 +msgid "GMC link" +msgstr "GMC-henvisning" + +#: freedesktop.org.xml.in.h:71 +msgid "GNU Oleo spreadsheet" +msgstr "GNU Oleo-regneark" + +#: freedesktop.org.xml.in.h:72 +msgid "GNU mail message" +msgstr "GNU-postmeddelelse" + +#: freedesktop.org.xml.in.h:73 +msgid "GTK configuration" +msgstr "GTK-konfiguration" + +#: freedesktop.org.xml.in.h:74 +msgid "GTKtalog catalog" +msgstr "GTKtalog-katalog" + +#: freedesktop.org.xml.in.h:75 +msgid "Game Boy ROM" +msgstr "Game Boy-rom" + +#: freedesktop.org.xml.in.h:76 +msgid "Genesis ROM" +msgstr "Genesis-rom" + +#: freedesktop.org.xml.in.h:77 +msgid "Glade project" +msgstr "Glade-projekt" + +#: freedesktop.org.xml.in.h:78 +msgid "GnuCash spreadsheet" +msgstr "GnuCash-regneark" + +#: freedesktop.org.xml.in.h:79 +msgid "Gnumeric spreadsheet" +msgstr "Gnumeric-regneark" + +#: freedesktop.org.xml.in.h:80 +msgid "Graphite scientific graph" +msgstr "Graphite-videnskabelig graf" + +#: freedesktop.org.xml.in.h:81 +msgid "HDF document" +msgstr "HDF-dokument" + +#: freedesktop.org.xml.in.h:82 +msgid "HP Graphics Language (plotter)" +msgstr "HP Graphics Language (plotter)" + +#: freedesktop.org.xml.in.h:83 +msgid "HP Printer Control Language file" +msgstr "HP Printer Control Language-fil" + +#: freedesktop.org.xml.in.h:84 +msgid "HTML page" +msgstr "HTML-side" + +#: freedesktop.org.xml.in.h:85 +msgid "Haskell source code" +msgstr "Haskell-kildekode" + +#: freedesktop.org.xml.in.h:86 +msgid "IDL document" +msgstr "IDL-dokument" + +#: freedesktop.org.xml.in.h:87 +msgid "IEF image" +msgstr "IEF-billede" + +#: freedesktop.org.xml.in.h:88 +msgid "IFF image" +msgstr "IFF-billede" + +#: freedesktop.org.xml.in.h:89 +msgid "ILBM image" +msgstr "ILBM-billede" + +#: freedesktop.org.xml.in.h:90 +msgid "ISI video" +msgstr "ISI-video" + +#: freedesktop.org.xml.in.h:91 +msgid "Impulse Tracker audio" +msgstr "Impulse Tracker-lyd" + +#: freedesktop.org.xml.in.h:92 +msgid "JBuilder project" +msgstr "JBuilder-projekt" + +#: freedesktop.org.xml.in.h:93 +msgid "JNG image" +msgstr "JNG-billede" + +#: freedesktop.org.xml.in.h:94 +msgid "JPEG image" +msgstr "JPEG-billede" + +#: freedesktop.org.xml.in.h:95 +msgid "JPEG-2000 image" +msgstr "JPEG2000-billede" + +#: freedesktop.org.xml.in.h:96 +msgid "Java archive" +msgstr "Java-arkiv" + +#: freedesktop.org.xml.in.h:97 +msgid "Java byte code" +msgstr "Java-bytekode" + +#: freedesktop.org.xml.in.h:98 +msgid "Java class" +msgstr "Java-klasse" + +#: freedesktop.org.xml.in.h:99 +msgid "Java source code" +msgstr "Java-kildekode" + +#: freedesktop.org.xml.in.h:100 +msgid "JavaScript program" +msgstr "JavaScript-program" + +#: freedesktop.org.xml.in.h:101 +msgid "KChart chart" +msgstr "KChart-diagram" + +#: freedesktop.org.xml.in.h:102 +msgid "KFormula formula" +msgstr "KFormula-formel" + +#: freedesktop.org.xml.in.h:103 +msgid "KIllustrator drawing" +msgstr "KIllustrator-tegning" + +#: freedesktop.org.xml.in.h:104 +msgid "KPovModeler scene" +msgstr "KPovModeler-scene" + +#: freedesktop.org.xml.in.h:105 +msgid "KPresenter presentation" +msgstr "KPresenter-præsentation" + +#: freedesktop.org.xml.in.h:106 +msgid "KSpread spreadsheet" +msgstr "KSpread-regneark" + +#: freedesktop.org.xml.in.h:107 +msgid "KSpread spreadsheet (encrypted)" +msgstr "KSpread-regneark (krypteret)" + +#: freedesktop.org.xml.in.h:108 +msgid "KWord document" +msgstr "KWord-dokument" + +#: freedesktop.org.xml.in.h:109 +msgid "KWord document (encrypted)" +msgstr "KWord-dokument (krypteret)" + +#: freedesktop.org.xml.in.h:110 +msgid "Karbon14 drawing" +msgstr "Karbon14-tegning" + +#: freedesktop.org.xml.in.h:111 +msgid "Kivio flowchart" +msgstr "Kivio-rutediagram" + +#: freedesktop.org.xml.in.h:112 +msgid "Kontour drawing" +msgstr "Kontour-tegning" + +#: freedesktop.org.xml.in.h:113 +msgid "Korn shell script" +msgstr "Korn-skalprogram" + +#: freedesktop.org.xml.in.h:114 +msgid "Krita document" +msgstr "Krita-dokument" + +#: freedesktop.org.xml.in.h:115 +msgid "Kugar document" +msgstr "Kugar-dokument" + +#: freedesktop.org.xml.in.h:116 +msgid "LHA archive" +msgstr "LHA-arkiv" + +#: freedesktop.org.xml.in.h:117 +msgid "LHZ archive" +msgstr "LHZ-arkiv" + +#: freedesktop.org.xml.in.h:118 +msgid "LIBGRX font" +msgstr "LIBGRX-skrifttype" + +#: freedesktop.org.xml.in.h:119 +msgid "LZO archive" +msgstr "LZO-arkiv" + +#: freedesktop.org.xml.in.h:120 +msgid "LightWave object" +msgstr "LightWave-objekt" + +#: freedesktop.org.xml.in.h:121 +msgid "LightWave scene" +msgstr "LightWave-scene" + +#: freedesktop.org.xml.in.h:122 +msgid "Linux PSF console font" +msgstr "Linux PSF-konsolskrifttype" + +#: freedesktop.org.xml.in.h:123 +msgid "Literate haskell source code" +msgstr "Literate Haskell-kildekode" + +#: freedesktop.org.xml.in.h:124 +msgid "Lotus 1-2-3 spreadsheet" +msgstr "Lotus 1-2-3-regneark" + +#: freedesktop.org.xml.in.h:125 +msgid "Lotus AmiPro document" +msgstr "Lotus AmiPro-dokument" + +#: freedesktop.org.xml.in.h:126 +msgid "LyX document" +msgstr "LyX-dokument" + +#: freedesktop.org.xml.in.h:127 +msgid "MIDI audio" +msgstr "MIDI-lyd" + +#: freedesktop.org.xml.in.h:128 +msgid "MNG animation" +msgstr "MNG-animation" + +#: freedesktop.org.xml.in.h:129 +msgid "MP3 ShoutCast playlist" +msgstr "MP3 ShoutCast-afspilningsliste" + +#: freedesktop.org.xml.in.h:130 +msgid "MP3 audio" +msgstr "MP3-lyd" + +#: freedesktop.org.xml.in.h:131 +msgid "MP3 audio (streamed)" +msgstr "MP3-lyd (strøm)" + +#: freedesktop.org.xml.in.h:132 +msgid "MP3 playlist" +msgstr "MP3-afspilningsliste" + +#: freedesktop.org.xml.in.h:133 +msgid "MPEG video" +msgstr "MPEG-video" + +#: freedesktop.org.xml.in.h:134 +msgid "MSX ROM" +msgstr "MSX-rom" + +#: freedesktop.org.xml.in.h:135 +msgid "Macintosh AppleDouble-encoded file" +msgstr "Macintosh AppleDouble-kodet fil" + +#: freedesktop.org.xml.in.h:136 +msgid "Macintosh BinHex-encoded file" +msgstr "Macintosh BinHex-kodet fil" + +#: freedesktop.org.xml.in.h:137 +msgid "Macintosh MacBinary file" +msgstr "Macintosh MacBinary-fil" + +#: freedesktop.org.xml.in.h:138 +msgid "Macintosh Quickdraw/PICT drawing" +msgstr "Macintosh Quickdraw/PICT-tegning" + +#: freedesktop.org.xml.in.h:139 +msgid "Macintosh StuffIt archive" +msgstr "Macintosh StuffIt-arkiv" + +#: freedesktop.org.xml.in.h:140 +msgid "MagicPoint presentation" +msgstr "MagicPoint-præsentation" + +#: freedesktop.org.xml.in.h:141 +msgid "Makefile" +msgstr "Bygningsfil" + +#: freedesktop.org.xml.in.h:142 +msgid "MathML document" +msgstr "MathML-dokument" + +#: freedesktop.org.xml.in.h:143 +msgid "Matroska video" +msgstr "Matroska-video" + +#: freedesktop.org.xml.in.h:144 +msgid "Microsoft ASF video" +msgstr "Microsoft ASF-video" + +#: freedesktop.org.xml.in.h:145 +msgid "Microsoft AVI video" +msgstr "Microsoft AVI-video" + +#: freedesktop.org.xml.in.h:146 +msgid "Microsoft Excel spreadsheet" +msgstr "Microsoft Excel-regneark" + +#: freedesktop.org.xml.in.h:147 +msgid "Microsoft Office drawing" +msgstr "Microsoft Office-tegning" + +#: freedesktop.org.xml.in.h:148 +msgid "Microsoft PowerPoint presentation" +msgstr "Microsoft PowerPoint-præsentation" + +#: freedesktop.org.xml.in.h:149 +msgid "Microsoft WMF file" +msgstr "Microsoft WMF-fil" + +#: freedesktop.org.xml.in.h:150 +msgid "Microsoft WMV video" +msgstr "Microsoft WMV-video" + +#: freedesktop.org.xml.in.h:151 +msgid "Microsoft Windows icon" +msgstr "Microsoft Windows-ikon" + +#: freedesktop.org.xml.in.h:152 +msgid "Microsoft Word document" +msgstr "Microsoft Word-dokument" + +#: freedesktop.org.xml.in.h:153 +msgid "Microsoft Write document" +msgstr "Microsoft Write-dokument" + +#: freedesktop.org.xml.in.h:154 +msgid "Mozilla bookmarks" +msgstr "Mozilla-bogmærker" + +#: freedesktop.org.xml.in.h:155 +msgid "NES ROM" +msgstr "NES-rom" + +#: freedesktop.org.xml.in.h:156 +msgid "Nautilus link" +msgstr "Nautilus-henvisning" + +#: freedesktop.org.xml.in.h:157 +msgid "Netscape bookmarks" +msgstr "Netscape-bogmærker" + +#: freedesktop.org.xml.in.h:158 +msgid "Nintendo64 ROM" +msgstr "Nintendo64-rom" + +#: freedesktop.org.xml.in.h:159 +msgid "Nullsoft video" +msgstr "Nullsoft-video" + +#: freedesktop.org.xml.in.h:160 +msgid "ODA document" +msgstr "ODA-dokument" + +#: freedesktop.org.xml.in.h:161 +msgid "OLE2 compound document storage" +msgstr "OLE2-sammensat dokument-lager" + +#: freedesktop.org.xml.in.h:162 +msgid "Objective-C source code" +msgstr "Objektiv C-kildekode" + +#: freedesktop.org.xml.in.h:163 +msgid "Ogg Vorbis audio" +msgstr "Ogg Vorbis-lyd" + +#: freedesktop.org.xml.in.h:164 +msgid "OpenOffice.org Calc spreadsheet" +msgstr "OpenOffice.org Calc-regneark" + +#: freedesktop.org.xml.in.h:165 +msgid "OpenOffice.org Calc spreadsheet template" +msgstr "OpenOffice.org Calc-regnearksskabelon" + +#: freedesktop.org.xml.in.h:166 +msgid "OpenOffice.org Draw drawing" +msgstr "OpenOffice.org Draw-tegning" + +#: freedesktop.org.xml.in.h:167 +msgid "OpenOffice.org Draw drawing template" +msgstr "OpenOffice.org Draw-tegningsskabelon" + +#: freedesktop.org.xml.in.h:168 +msgid "OpenOffice.org Impress presentation" +msgstr "OpenOffice.org Impress-præsentation" + +#: freedesktop.org.xml.in.h:169 +msgid "OpenOffice.org Impress presentation template" +msgstr "OpenOffice.org Impress-præsentationsskabelon" + +#: freedesktop.org.xml.in.h:170 +msgid "OpenOffice.org Math formula" +msgstr "OpenOffice.org Math-formel" + +#: freedesktop.org.xml.in.h:171 +msgid "OpenOffice.org Writer document" +msgstr "OpenOffice.org Writer-dokument" + +#: freedesktop.org.xml.in.h:172 +msgid "OpenOffice.org Writer document template" +msgstr "OpenOffice.org Writer-dokumentskabelon" + +#: freedesktop.org.xml.in.h:173 +msgid "OpenOffice.org Writer global document" +msgstr "OpenOffice.org Writer-globalt dokument" + +#: freedesktop.org.xml.in.h:174 +msgid "OpenType font" +msgstr "OpenType-skrifttype" + +#: freedesktop.org.xml.in.h:175 +msgid "PCF font" +msgstr "PCF-skrifttype" + +#: freedesktop.org.xml.in.h:176 +msgid "PCM audio" +msgstr "PCM-lyd" + +#: freedesktop.org.xml.in.h:177 +msgid "PDF document" +msgstr "PDF-dokument" + +#: freedesktop.org.xml.in.h:178 +msgid "PEF executable" +msgstr "PEF-kørbar" + +#: freedesktop.org.xml.in.h:179 +msgid "PGN chess game" +msgstr "PGN-skakspil" + +#: freedesktop.org.xml.in.h:180 +msgid "PGP keys" +msgstr "PGP-nøgler " + +#: freedesktop.org.xml.in.h:181 +msgid "PGP message" +msgstr "PGP-meddelelse" + +#: freedesktop.org.xml.in.h:182 +msgid "PGP/MIME-encrypted message header" +msgstr "PGP/MIME-krypteret meddelelseshoved" + +#: freedesktop.org.xml.in.h:183 +msgid "PHP script" +msgstr "PHP-program" + +#: freedesktop.org.xml.in.h:184 +msgid "PKCS#12 certificate bundle" +msgstr "PKCS#12-certifikatsbundt" + +#: freedesktop.org.xml.in.h:185 +msgid "PNG image" +msgstr "PNG-billede" + +#: freedesktop.org.xml.in.h:186 +msgid "PNM image" +msgstr "PNM-billede" + +#: freedesktop.org.xml.in.h:187 +msgid "Palm OS database" +msgstr "Palm OS-database" + +#: freedesktop.org.xml.in.h:188 +msgid "Palmpilot database/document" +msgstr "Palmpilot-database/dokument" + +#: freedesktop.org.xml.in.h:189 +msgid "Pascal source code" +msgstr "Pascal-kildekode" + +#: freedesktop.org.xml.in.h:190 +msgid "Pathetic Writer document" +msgstr "Pathetic Writer-dokument" + +#: freedesktop.org.xml.in.h:191 +msgid "Perl script" +msgstr "Perl-program" + +#: freedesktop.org.xml.in.h:192 +msgid "PhotoCD image" +msgstr "PhotoCD-billede" + +#: freedesktop.org.xml.in.h:193 +msgid "Photoshop image" +msgstr "Photoshop-billede" + +#: freedesktop.org.xml.in.h:194 +msgid "Playlist" +msgstr "Afspilningsliste" + +#: freedesktop.org.xml.in.h:195 +msgid "Portable Bitmap File Format" +msgstr "Portable Bitmap-filformat" + +#: freedesktop.org.xml.in.h:196 +msgid "Portable Graymap File Format" +msgstr "Portable Graymap-filformat" + +#: freedesktop.org.xml.in.h:197 +msgid "Portable Pixmap File Format" +msgstr "Portable Pixmap-filformat" + +#: freedesktop.org.xml.in.h:198 +msgid "PostScript document" +msgstr "PostScript-dokument" + +#: freedesktop.org.xml.in.h:199 +msgid "PostScript document (gzip-compressed)" +msgstr "PostScript-dokument (gzip-komprimeret)" + +#: freedesktop.org.xml.in.h:200 +msgid "Python bytecode" +msgstr "Python-bytekode" + +#: freedesktop.org.xml.in.h:201 +msgid "Python script" +msgstr "Python-program" + +#: freedesktop.org.xml.in.h:202 +msgid "Qt Designer file" +msgstr "Qt Designer-fil" + +#: freedesktop.org.xml.in.h:203 +msgid "Qt Meta Object file" +msgstr "Qt Meta Object-fil" + +#: freedesktop.org.xml.in.h:204 +msgid "Quattro Pro spreadsheet" +msgstr "Quattro Pro-regneark" + +#: freedesktop.org.xml.in.h:205 +msgid "QuickTime video" +msgstr "QuickTime-video" + +#: freedesktop.org.xml.in.h:206 +msgid "Quicken document" +msgstr "Quicken-dokument" + +#: freedesktop.org.xml.in.h:207 +msgid "RAR archive" +msgstr "RAR-arkiv" + +#: freedesktop.org.xml.in.h:208 +msgid "RDF Site Summary" +msgstr "RDF-sidesammendrag" + +#: freedesktop.org.xml.in.h:209 +msgid "README document" +msgstr "README-dokument" + +#: freedesktop.org.xml.in.h:210 +msgid "RGB image" +msgstr "RGB-billede" + +#: freedesktop.org.xml.in.h:211 +msgid "RIFF audio" +msgstr "RIFF-lyd" + +#: freedesktop.org.xml.in.h:212 +msgid "RPM package" +msgstr "RPM-pakke" + +#: freedesktop.org.xml.in.h:213 +msgid "RealAudio broadcast" +msgstr "RealAudio-udsendelse" + +#: freedesktop.org.xml.in.h:214 +msgid "RealAudio/Video document" +msgstr "RealAudio/Video-dokument" + +#: freedesktop.org.xml.in.h:215 +msgid "RealVideo video" +msgstr "RealVideo-video" + +#: freedesktop.org.xml.in.h:216 +msgid "Resource Description Framework (RDF) file" +msgstr "RDF-fil" + +#: freedesktop.org.xml.in.h:217 +msgid "Rich Text Format" +msgstr "Rigt tekst-dokument" + +#: freedesktop.org.xml.in.h:218 +msgid "Ruby script" +msgstr "Ruby-program" + +#: freedesktop.org.xml.in.h:219 +msgid "Run Length Encoded bitmap" +msgstr "RLE-billede" + +#: freedesktop.org.xml.in.h:220 +msgid "S/MIME file" +msgstr "S/MIME-fil" + +#: freedesktop.org.xml.in.h:221 +msgid "SGI video" +msgstr "SGI-video" + +#: freedesktop.org.xml.in.h:222 +msgid "SGML document" +msgstr "SGML-dokument" + +#: freedesktop.org.xml.in.h:223 +msgid "SMS/Game Gear ROM" +msgstr "SMS/Game Gear-rom" + +#: freedesktop.org.xml.in.h:224 +msgid "SQL code" +msgstr "SQL-kode" + +#: freedesktop.org.xml.in.h:225 +msgid "SUN Rasterfile image" +msgstr "SUN-rasterbillede" + +#: freedesktop.org.xml.in.h:226 +msgid "SV4 CPIO archive" +msgstr "SV4 CPIO-arkiv" + +#: freedesktop.org.xml.in.h:227 +msgid "SV4 CPIO archive (with CRC)" +msgstr "SV4 CPIO-arkiv (med CRC)" + +#: freedesktop.org.xml.in.h:228 +msgid "Scheme source code" +msgstr "Scheme-kildekode" + +#: freedesktop.org.xml.in.h:229 +msgid "Scream Tracker 3 audio" +msgstr "Scream Tracker 3-lyd" + +#: freedesktop.org.xml.in.h:230 +msgid "Scream Tracker audio" +msgstr "Scream Tracker-lyd" + +#: freedesktop.org.xml.in.h:231 +msgid "Scream Tracker instrument" +msgstr "Scream Tracker-instrument" + +#: freedesktop.org.xml.in.h:232 +msgid "Setext document" +msgstr "Setext-dokument" + +#: freedesktop.org.xml.in.h:233 +msgid "Shockwave Flash file" +msgstr "Shockwave Flash-fil" + +#: freedesktop.org.xml.in.h:234 +msgid "Siag spreadsheet" +msgstr "Siag-regneark" + +#: freedesktop.org.xml.in.h:235 +msgid "Silicon Graphics IRIS image" +msgstr "Silicon Graphics IRIS-billede" + +#: freedesktop.org.xml.in.h:236 +msgid "Speech document" +msgstr "Speech-dokument" + +#: freedesktop.org.xml.in.h:237 +msgid "Speedo font" +msgstr "Speedo-skrifttype" + +#: freedesktop.org.xml.in.h:238 +msgid "Spreadsheet interchange document" +msgstr "Regnearksudvekslingsdokument" + +#: freedesktop.org.xml.in.h:239 +msgid "Stampede package" +msgstr "Stampede-pakke" + +#: freedesktop.org.xml.in.h:240 +msgid "StarCalc spreadsheet" +msgstr "StarCalc-regneark" + +#: freedesktop.org.xml.in.h:241 +msgid "StarChart chart" +msgstr "StarChart-diagram" + +#: freedesktop.org.xml.in.h:242 +msgid "StarDraw drawing" +msgstr "StarDraw-tegning" + +#: freedesktop.org.xml.in.h:243 +msgid "StarImpress presentation" +msgstr "StarImpress-præsentation" + +#: freedesktop.org.xml.in.h:244 +msgid "StarMail email" +msgstr "StarMail-e-brev" + +#: freedesktop.org.xml.in.h:245 +msgid "StarMath formula" +msgstr "StarMath-formel" + +#: freedesktop.org.xml.in.h:246 +msgid "StarWriter document" +msgstr "StarWriter-dokument" + +#: freedesktop.org.xml.in.h:247 +msgid "SunOS News font" +msgstr "SunOS News-skrifttype" + +#: freedesktop.org.xml.in.h:248 +msgid "Synchronized Multimedia Integration Language" +msgstr "Synchronized Multimedia Integration Language" + +#: freedesktop.org.xml.in.h:249 +msgid "TGIF document" +msgstr "TGIF-dokument" + +#: freedesktop.org.xml.in.h:250 +msgid "TIFF image" +msgstr "TIFF-billede" + +#: freedesktop.org.xml.in.h:251 +msgid "TarGA image" +msgstr "TarGA-billede" + +#: freedesktop.org.xml.in.h:252 +msgid "Tcl script" +msgstr "Tcl-program" + +#: freedesktop.org.xml.in.h:253 +msgid "TeX DVI document" +msgstr "TeX DVI-dokument" + +#: freedesktop.org.xml.in.h:254 +msgid "TeX document" +msgstr "TeX-dokument" + +#: freedesktop.org.xml.in.h:255 +msgid "TeX font" +msgstr "TeX-skrifttype" + +#: freedesktop.org.xml.in.h:256 +msgid "TeX font metrics" +msgstr "TeX-skrifttypeinformation" + +#: freedesktop.org.xml.in.h:257 +msgid "TeXInfo document" +msgstr "TeXInfo-dokument" + +#: freedesktop.org.xml.in.h:258 +msgid "ToutDoux document" +msgstr "ToutDoux-dokument" + +#: freedesktop.org.xml.in.h:259 +msgid "Troff ME input document" +msgstr "Troff ME inddata-dokument" + +#: freedesktop.org.xml.in.h:260 +msgid "Troff MM input document" +msgstr "Troff MM inddata-dokument" + +#: freedesktop.org.xml.in.h:261 +msgid "Troff MS input document" +msgstr "Troff MS inddata-dokument" + +#: freedesktop.org.xml.in.h:262 +msgid "Troff document" +msgstr "Troff-dokument" + +#: freedesktop.org.xml.in.h:263 +msgid "Troff document (with manpage macros)" +msgstr "Troff-dokument (med manualsidemakroer)" + +#: freedesktop.org.xml.in.h:264 +msgid "TrueType font" +msgstr "TrueType-skrifttype" + +#: freedesktop.org.xml.in.h:265 +msgid "Truevision Targa image" +msgstr "Truevision Targa-billede" + +#: freedesktop.org.xml.in.h:266 +msgid "ULAW (Sun) audio" +msgstr "ULAW (Sun)-lyd" + +#: freedesktop.org.xml.in.h:267 +msgid "UNIX-compressed file" +msgstr "UNIX-komprimeret fil" + +#: freedesktop.org.xml.in.h:268 +msgid "Unidata NetCDF document" +msgstr "Unidata NetCDF-dokument" + +#: freedesktop.org.xml.in.h:269 +msgid "Usenet news message" +msgstr "Usenet-nyhedsmeddelelse" + +#: freedesktop.org.xml.in.h:270 +msgid "V font" +msgstr "V-skrifttype" + +#: freedesktop.org.xml.in.h:271 +msgid "VOC audio" +msgstr "VOC-lyd" + +#: freedesktop.org.xml.in.h:272 +msgid "VRML document" +msgstr "VRML-dokument" + +#: freedesktop.org.xml.in.h:273 +msgid "Vivo video" +msgstr "Vivo-video" + +#: freedesktop.org.xml.in.h:274 +msgid "WAIS source code" +msgstr "WAIS-kildekode" + +#: freedesktop.org.xml.in.h:275 +msgid "WAV audio" +msgstr "WAV-lyd" + +#: freedesktop.org.xml.in.h:276 +msgid "WML document" +msgstr "WML-dokument" + +#: freedesktop.org.xml.in.h:277 +msgid "Wavelet video" +msgstr "Wavelet-video" + +#: freedesktop.org.xml.in.h:278 +msgid "Windows BMP image" +msgstr "Windows BMP-billede" + +#: freedesktop.org.xml.in.h:279 +msgid "Windows cursor" +msgstr "Windows-markør" + +#: freedesktop.org.xml.in.h:280 +msgid "WordPerfect document" +msgstr "WordPerfect-dokument" + +#: freedesktop.org.xml.in.h:281 +msgid "WordPerfect/Drawperfect image" +msgstr "WordPerfect/Drawperfect-billede" + +#: freedesktop.org.xml.in.h:282 +msgid "X BitMap image" +msgstr "X BitMap-billede" + +#: freedesktop.org.xml.in.h:283 +msgid "X PixMap image" +msgstr "X PixMap-billede" + +#: freedesktop.org.xml.in.h:284 +msgid "X window image" +msgstr "X-billede" + +#: freedesktop.org.xml.in.h:285 +msgid "X-Motif UIL table" +msgstr "X-Motif UIL-tabel" + +#: freedesktop.org.xml.in.h:286 +msgid "XBEL bookmarks" +msgstr "XBEL-bogmærker" + +#: freedesktop.org.xml.in.h:287 +msgid "XFig image" +msgstr "XFig-billede" + +#: freedesktop.org.xml.in.h:288 +msgid "XHTML page" +msgstr "XHTML-side" + +#: freedesktop.org.xml.in.h:289 +msgid "XML Metadata Interchange file" +msgstr "XML-metadataudvekslingsfil" + +#: freedesktop.org.xml.in.h:290 +msgid "XSL Formating Object file" +msgstr "XML-formateringsobjektfil" + +#: freedesktop.org.xml.in.h:291 +msgid "XSLT stylesheet" +msgstr "XSLT-stilark" + +#: freedesktop.org.xml.in.h:292 +msgid "ZIP archive" +msgstr "ZIP-arkiv" + +#: freedesktop.org.xml.in.h:293 +msgid "active server page" +msgstr "aktiv serverside" + +#: freedesktop.org.xml.in.h:294 +msgid "application log" +msgstr "programlog" + +#: freedesktop.org.xml.in.h:295 +msgid "author list" +msgstr "forfatterliste" + +#: freedesktop.org.xml.in.h:296 +msgid "backup file" +msgstr "sikkerhedskopi" + +#: freedesktop.org.xml.in.h:297 +msgid "block device" +msgstr "blokenhed" + +#: freedesktop.org.xml.in.h:298 +msgid "bzip archive" +msgstr "bzip-arkiv" + +#: freedesktop.org.xml.in.h:299 +msgid "character device" +msgstr "tegnenhed" + +#: freedesktop.org.xml.in.h:300 +msgid "compound document" +msgstr "sammensat dokument" + +#: freedesktop.org.xml.in.h:301 +msgid "compound documents" +msgstr "sammensatte dokumenter" + +#: freedesktop.org.xml.in.h:302 +msgid "dBASE document" +msgstr "dBASE-dokument" + +#: freedesktop.org.xml.in.h:303 +msgid "desktop configuration file" +msgstr "skrivebordskonfigurationsfil" + +#: freedesktop.org.xml.in.h:304 +msgid "detached OpenPGP signature" +msgstr "frigjort OpenPGP-signatur" + +#: freedesktop.org.xml.in.h:305 +msgid "detached S/MIME signature" +msgstr "frigjort S/MIME-signatur" + +#: freedesktop.org.xml.in.h:306 +msgid "differences between files" +msgstr "forskel mellem filer" + +#: freedesktop.org.xml.in.h:307 +msgid "directory information file" +msgstr "mappeinformationsfil" + +#: freedesktop.org.xml.in.h:308 +msgid "document type definition" +msgstr "dokumenttypedefinition" + +#: freedesktop.org.xml.in.h:309 +msgid "eXtensible Markup Language document" +msgstr "eXtensible Markup Language-dokument" + +#: freedesktop.org.xml.in.h:310 +msgid "electronic business card" +msgstr "elektronisk visitkort" + +#: freedesktop.org.xml.in.h:311 +msgid "email headers" +msgstr "posthoveder" + +#: freedesktop.org.xml.in.h:312 +msgid "email message" +msgstr "postmeddelelse" + +#: freedesktop.org.xml.in.h:313 +msgid "empty document" +msgstr "tomt dokument" + +#: freedesktop.org.xml.in.h:314 +msgid "encrypted message" +msgstr "krypteret meddelelse" + +#: freedesktop.org.xml.in.h:315 +msgid "enriched text document" +msgstr "beriget tekstdokument" + +#: freedesktop.org.xml.in.h:316 +msgid "executable" +msgstr "kørbar" + +#: freedesktop.org.xml.in.h:317 +msgid "folder" +msgstr "mappe" + +#: freedesktop.org.xml.in.h:318 +msgid "font" +msgstr "skrifttype" + +#: freedesktop.org.xml.in.h:319 +msgid "generic font file" +msgstr "general skrifttypefil" + +#: freedesktop.org.xml.in.h:320 +msgid "gtar archive" +msgstr "gtar-arkiv" + +#: freedesktop.org.xml.in.h:321 +msgid "gzip archive" +msgstr "gzip-arkiv" + +#: freedesktop.org.xml.in.h:322 +msgid "help page" +msgstr "hjælpeside" + +#: freedesktop.org.xml.in.h:323 +msgid "iCalendar file" +msgstr "iCalendar-fil" + +#: freedesktop.org.xml.in.h:324 +msgid "iPod firmware" +msgstr "iPod-styreprogram" + +#: freedesktop.org.xml.in.h:325 +msgid "mail delivery report" +msgstr "postleveringsrapport" + +#: freedesktop.org.xml.in.h:326 +msgid "mail disposition report" +msgstr "postdisponeringsrapport" + +#: freedesktop.org.xml.in.h:327 +msgid "mail system report" +msgstr "postsystemrapport" + +#: freedesktop.org.xml.in.h:328 +msgid "manual page (compressed)" +msgstr "manualside (komprimeret)" + +#: freedesktop.org.xml.in.h:329 +msgid "message catalog" +msgstr "meddelelseskatalog" + +#: freedesktop.org.xml.in.h:330 +msgid "message digest" +msgstr "meddelelsessammendrag" + +#: freedesktop.org.xml.in.h:331 +msgid "message in several formats" +msgstr "meddelelse i flere formater" + +#: freedesktop.org.xml.in.h:332 +msgid "message translation template" +msgstr "meddelselsoversættelsesskabelon" + +#: freedesktop.org.xml.in.h:333 +msgid "mount point" +msgstr "monteringspunkt" + +#: freedesktop.org.xml.in.h:334 +msgid "object code" +msgstr "objektkode" + +#: freedesktop.org.xml.in.h:335 +msgid "packed font file" +msgstr "pakket skrifttypefil" + +#: freedesktop.org.xml.in.h:336 +msgid "partial email message" +msgstr "delvis postmeddelelse" + +#: freedesktop.org.xml.in.h:337 +msgid "pipe" +msgstr "datakanal" + +#: freedesktop.org.xml.in.h:338 +msgid "plain text document" +msgstr "ren tekst-dokument" + +#: freedesktop.org.xml.in.h:339 +msgid "profiler results" +msgstr "profileringsresultater" + +#: freedesktop.org.xml.in.h:340 +msgid "program crash data" +msgstr "programnedbrudsdata" + +#: freedesktop.org.xml.in.h:341 +msgid "raw CD image" +msgstr "rå CD-aftryk" + +#: freedesktop.org.xml.in.h:342 +msgid "reference to remote file" +msgstr "reference til fjern fil" + +#: freedesktop.org.xml.in.h:343 +msgid "rejected patch" +msgstr "afvist tekstlap" + +#: freedesktop.org.xml.in.h:344 +msgid "resource location" +msgstr "resurseplacering" + +#: freedesktop.org.xml.in.h:345 +msgid "rich text document" +msgstr "rig tekst-dokument" + +#: freedesktop.org.xml.in.h:346 +msgid "scalable SVG image" +msgstr "skalérbart SVG-billede" + +#: freedesktop.org.xml.in.h:347 +msgid "shared library" +msgstr "delt bibliotek" + +#: freedesktop.org.xml.in.h:348 +msgid "shared library (la)" +msgstr "delt bibliotek (la)" + +#: freedesktop.org.xml.in.h:349 +msgid "shell archive" +msgstr "skalarkiv" + +#: freedesktop.org.xml.in.h:350 +msgid "shell script" +msgstr "skalprogram" + +#: freedesktop.org.xml.in.h:351 +msgid "signed message" +msgstr "signeret meddelelse" + +#: freedesktop.org.xml.in.h:352 +msgid "socket" +msgstr "sokkel" + +#: freedesktop.org.xml.in.h:353 +msgid "software author credits" +msgstr "bidragydere" + +#: freedesktop.org.xml.in.h:354 +msgid "software installation instructions" +msgstr "installationsinstruktioner" + +#: freedesktop.org.xml.in.h:355 +msgid "software license terms" +msgstr "programlicens" + +#: freedesktop.org.xml.in.h:356 +msgid "stream of data (server push)" +msgstr "datastrøm (server-skubbet)" + +#: freedesktop.org.xml.in.h:357 +msgid "symbolic link" +msgstr "symbolsk henvisning" + +#: freedesktop.org.xml.in.h:358 +msgid "tar archive" +msgstr "tar-arkiv" + +#: freedesktop.org.xml.in.h:359 +msgid "tar archive (LZO-compressed)" +msgstr "tar-arkiv (LZO-komprimeret)" + +#: freedesktop.org.xml.in.h:360 +msgid "tar archive (bzip-compressed)" +msgstr "tar-arkiv (bzip-komprimeret)" + +#: freedesktop.org.xml.in.h:361 +msgid "tar archive (compressed)" +msgstr "tar-arkiv (komprimeret)" + +#: freedesktop.org.xml.in.h:362 +msgid "tar archive (gzip-compressed)" +msgstr "tar-arkiv (gzip-komprimeret)" + +#: freedesktop.org.xml.in.h:363 +msgid "text document (with comma-separated values)" +msgstr "tekst dokument (med komma-adskilte værdier)" + +#: freedesktop.org.xml.in.h:364 +msgid "text document (with tab-separated values)" +msgstr "tekst dokument (med tabulator-adskilte værdier)" + +#: freedesktop.org.xml.in.h:365 +msgid "theme" +msgstr "tema" + +#: freedesktop.org.xml.in.h:366 +msgid "translated messages" +msgstr "oversatte meddelelser" + +#: freedesktop.org.xml.in.h:367 +msgid "translated messages (machine-readable)" +msgstr "oversatte meddelelser (maskinlæsbare)" + +#: freedesktop.org.xml.in.h:368 +msgid "unknown" +msgstr "ukendt" + +#: freedesktop.org.xml.in.h:369 +msgid "ustar archive" +msgstr "ustar-arkiv" + +#: freedesktop.org.xml.in.h:370 +msgid "vCalendar interchange file" +msgstr "vCalendar-udvekslingsfil" + +#: freedesktop.org.xml.in.h:371 +msgid "zoo archive" +msgstr "zoo-arkiv" diff --git a/po/de.po b/po/de.po new file mode 100644 index 0000000..a08b7de --- /dev/null +++ b/po/de.po @@ -0,0 +1,1939 @@ +# German shared-mime-data translation +# Copyright (C) 2003-2005 Free Software Foundation, Inc. +# This file is distributed under the same license as the shared-mime-data package. +# Christian Neumair , 2003-2007 +# +# +msgid "" +msgstr "" +"Project-Id-Version: shared-mime-info 0.21\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2007-06-27 20:02+0200\n" +"PO-Revision-Date: 2007-06-24 23:10+0200\n" +"Last-Translator: Christian Neumair<(cneumair@gnome.org)>\n" +"Language-Team: German \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: ../freedesktop.org.xml.in.h:1 +msgid "3D Studio image" +msgstr "3D Studio-Bild" + +#: ../freedesktop.org.xml.in.h:2 +msgid "3GPP multimedia" +msgstr "3GPP-Multimedia" + +#: ../freedesktop.org.xml.in.h:3 +msgid "ACE archive" +msgstr "ACE-Archiv" + +#: ../freedesktop.org.xml.in.h:4 +msgid "AIFC audio" +msgstr "AIFC-Audio" + +#: ../freedesktop.org.xml.in.h:5 +msgid "AIFF audio" +msgstr "AIFF-Audio" + +#: ../freedesktop.org.xml.in.h:6 +msgid "AIFF/Amiga/Mac audio" +msgstr "AIFF/Amiga/Mac-Audio" + +#: ../freedesktop.org.xml.in.h:7 +msgid "AMR audio" +msgstr "AMR-Audio" + +#: ../freedesktop.org.xml.in.h:8 +msgid "AMR-WB audio" +msgstr "AMR-WB-Audio" + +#: ../freedesktop.org.xml.in.h:9 +msgid "ANIM animation" +msgstr "ANIM-Animation" + +#: ../freedesktop.org.xml.in.h:10 +msgid "AR archive" +msgstr "AR-Archiv" + +#: ../freedesktop.org.xml.in.h:11 +msgid "ARC archive" +msgstr "ARC-Archiv" + +#: ../freedesktop.org.xml.in.h:12 +msgid "ARJ archive" +msgstr "ARJ-Archiv" + +#: ../freedesktop.org.xml.in.h:13 +msgid "ASF video" +msgstr "ASF-Video" + +#: ../freedesktop.org.xml.in.h:14 +msgid "ASP page" +msgstr "ASP-Seite" + +#: ../freedesktop.org.xml.in.h:15 +msgid "ATK inset" +msgstr "ATK-Inset" + +#: ../freedesktop.org.xml.in.h:16 +msgid "AVI video" +msgstr "AVI-Video" + +#: ../freedesktop.org.xml.in.h:17 +msgid "AWK script" +msgstr "AWK-Skript" + +#: ../freedesktop.org.xml.in.h:18 +msgid "AbiWord document" +msgstr "AbiWord-Dokument" + +#: ../freedesktop.org.xml.in.h:19 +msgid "Ada source code" +msgstr "Ada-Quelltext" + +#: ../freedesktop.org.xml.in.h:20 +msgid "Adobe Digital Negative" +msgstr "Adobe Digital Negative" + +#: ../freedesktop.org.xml.in.h:21 +msgid "Adobe FrameMaker MIF document" +msgstr "Adobe FrameMaker-MIF-Dokument" + +#: ../freedesktop.org.xml.in.h:22 +msgid "Adobe FrameMaker document" +msgstr "Adobe FrameMaker-Dokument" + +#: ../freedesktop.org.xml.in.h:23 +msgid "Adobe FrameMaker font" +msgstr "Adobe FrameMaker-Schrift" + +#: ../freedesktop.org.xml.in.h:24 +msgid "Adobe Illustrator document" +msgstr "Adobe Illustrator-Dokument" + +#: ../freedesktop.org.xml.in.h:25 +msgid "Adobe font metrics" +msgstr "Adobe-Schriftmetriken" + +#: ../freedesktop.org.xml.in.h:26 +msgid "Amiga SoundTracker audio" +msgstr "Amiga SoundTracker-Audio" + +#: ../freedesktop.org.xml.in.h:27 +msgid "Applix Graphics image" +msgstr "Applix Graphics-Bild" + +#: ../freedesktop.org.xml.in.h:28 +msgid "Applix Spreadsheets spreadsheet" +msgstr "Applix Spreadsheets-Tabelle" + +#: ../freedesktop.org.xml.in.h:29 +msgid "Applix Words document" +msgstr "Applix Words-Dokument" + +#: ../freedesktop.org.xml.in.h:30 +msgid "AutoCAD image" +msgstr "AutoCAD-Bild" + +#: ../freedesktop.org.xml.in.h:31 +msgid "BCPIO document" +msgstr "BCPIO-Dokument" + +#: ../freedesktop.org.xml.in.h:32 +msgid "BDF font" +msgstr "BDF-Schrift" + +#: ../freedesktop.org.xml.in.h:33 +msgid "BibTeX document" +msgstr "BibTeX-Dokument" + +#: ../freedesktop.org.xml.in.h:34 +msgid "BitTorrent seed file" +msgstr "BitTorrent-Seed-Datei" + +#: ../freedesktop.org.xml.in.h:35 +msgid "Blender scene" +msgstr "Blender-Szene" + +#: ../freedesktop.org.xml.in.h:36 +msgid "C header" +msgstr "C-Header" + +#: ../freedesktop.org.xml.in.h:37 +msgid "C shell script" +msgstr "C-Shell-Skript" + +#: ../freedesktop.org.xml.in.h:38 +msgid "C source code" +msgstr "C-Quelltext" + +#: ../freedesktop.org.xml.in.h:39 +msgid "C# source code" +msgstr "C#-Quelltext" + +#: ../freedesktop.org.xml.in.h:40 +msgid "C++ header" +msgstr "C++-Header" + +#: ../freedesktop.org.xml.in.h:41 +msgid "C++ source code" +msgstr "C++-Quelltext" + +#: ../freedesktop.org.xml.in.h:42 +msgid "CCITT G3 fax" +msgstr "CCITT-G3-Fax" + +#: ../freedesktop.org.xml.in.h:43 +msgid "CD image cuesheet" +msgstr "CD-Image-Cuesheet" + +#: ../freedesktop.org.xml.in.h:44 +msgid "CGI script" +msgstr "CGI-Skript" + +#: ../freedesktop.org.xml.in.h:45 +msgid "CMU raster image" +msgstr "CMU-Rasterbild" + +#: ../freedesktop.org.xml.in.h:46 +msgid "CPIO archive" +msgstr "CPIO-Archiv" + +#: ../freedesktop.org.xml.in.h:47 +msgid "CPIO archive (gzip-compressed)" +msgstr "CPIO-Archiv (gzip-komprimiert)" + +#: ../freedesktop.org.xml.in.h:48 +msgid "CSS stylesheet" +msgstr "CSS-Stylesheet" + +#: ../freedesktop.org.xml.in.h:49 +msgid "CSV document" +msgstr "CSV-Dokument" + +#: ../freedesktop.org.xml.in.h:50 +msgid "Canon raw image" +msgstr "Canon-Rohbild" + +#: ../freedesktop.org.xml.in.h:51 +msgid "ChangeLog document" +msgstr "ChangeLog-Dokument" + +#: ../freedesktop.org.xml.in.h:52 +msgid "Citrix ICA settings file" +msgstr "Citrix ICA-Einstellungsdatei" + +#: ../freedesktop.org.xml.in.h:53 +msgid "Commodore 64 audio" +msgstr "Commodore 64-Audio" + +#: ../freedesktop.org.xml.in.h:54 +msgid "Compressed SVG image" +msgstr "Komprimiertes SVG-Bild" + +#: ../freedesktop.org.xml.in.h:55 +msgid "Computer Graphics Metafile" +msgstr "CGM-Datei" + +#: ../freedesktop.org.xml.in.h:56 +msgid "Corel Draw drawing" +msgstr "Corel Draw-Zeichnung" + +#: ../freedesktop.org.xml.in.h:57 +msgid "D source code" +msgstr "D-Quelltext" + +#: ../freedesktop.org.xml.in.h:58 +msgid "DAR archive" +msgstr "DAR-Archiv" + +#: ../freedesktop.org.xml.in.h:59 +msgid "DCL script" +msgstr "DCL-Skript" + +#: ../freedesktop.org.xml.in.h:60 +msgid "DER/PEM/Netscape-encoded X.509 certificate" +msgstr "DER/PEM/Netscape-kodiertes X.509-Zertifikat" + +#: ../freedesktop.org.xml.in.h:61 +msgid "DIB image" +msgstr "DIB-Bild" + +#: ../freedesktop.org.xml.in.h:62 +msgid "DICOM image" +msgstr "DICOM-Bild" + +#: ../freedesktop.org.xml.in.h:63 +msgid "DOS font" +msgstr "DOS-Schrift" + +#: ../freedesktop.org.xml.in.h:64 +msgid "DOS/Windows executable" +msgstr "DOS/Windows-Programm" + +#: ../freedesktop.org.xml.in.h:65 +msgid "DPX image" +msgstr "DPX-Bild" + +#: ../freedesktop.org.xml.in.h:66 +msgid "DSSSL document" +msgstr "DSSSL-Dokument" + +#: ../freedesktop.org.xml.in.h:67 +msgid "DTD file" +msgstr "DTD-Datei" + +#: ../freedesktop.org.xml.in.h:68 +msgid "DV video" +msgstr "DV-Video" + +#: ../freedesktop.org.xml.in.h:69 +msgid "DXF vector image" +msgstr "DXF-Vektorbild" + +#: ../freedesktop.org.xml.in.h:70 +msgid "Debian package" +msgstr "Debian-Paket" + +#: ../freedesktop.org.xml.in.h:71 +msgid "Dia diagram" +msgstr "Dia-Diagramm" + +#: ../freedesktop.org.xml.in.h:72 +msgid "Digital raw image" +msgstr "Digitales Rohbild" + +#: ../freedesktop.org.xml.in.h:73 +msgid "DirectDraw surface" +msgstr "DirectDraw-Oberfläche" + +#: ../freedesktop.org.xml.in.h:74 +msgid "DjVu image" +msgstr "DjVu-Bild" + +#: ../freedesktop.org.xml.in.h:75 +msgid "DocBook document" +msgstr "DocBook-Dokument" + +#: ../freedesktop.org.xml.in.h:76 +msgid "Dolby Digital audio" +msgstr "Dolby Digital-Audio" + +#: ../freedesktop.org.xml.in.h:77 +msgid "Dreamcast ROM" +msgstr "Dreamcast-ROM" + +#: ../freedesktop.org.xml.in.h:78 +msgid "ECMAScript program" +msgstr "ECMAScript-Programm" + +#: ../freedesktop.org.xml.in.h:79 +msgid "EMF document" +msgstr "EMF-Dokument" + +#: ../freedesktop.org.xml.in.h:80 +msgid "EPS image" +msgstr "EPS-Bild" + +#: ../freedesktop.org.xml.in.h:81 +msgid "EPS image (bzip-compressed)" +msgstr "EPS-Bild (bzip-komprimiert)" + +#: ../freedesktop.org.xml.in.h:82 +msgid "EPS image (gzip-compressed)" +msgstr "EPS-Bild (gzip-komprimiert)" + +#: ../freedesktop.org.xml.in.h:83 +msgid "Egon Animator animation" +msgstr "Egon Animator-Animation" + +#: ../freedesktop.org.xml.in.h:84 +msgid "Electronic Business Card" +msgstr "Elektronische Visitenkarte" + +#: ../freedesktop.org.xml.in.h:85 +msgid "Emacs Lisp source code" +msgstr "Emacs-Lisp-Quelltext" + +#: ../freedesktop.org.xml.in.h:86 +msgid "Enlightenment theme" +msgstr "Enlightenment-Thema" + +#: ../freedesktop.org.xml.in.h:87 +msgid "Excel spreadsheet" +msgstr "Excel-Tabelle" + +#: ../freedesktop.org.xml.in.h:88 +msgid "FITS document" +msgstr "FITS-Dokument" + +#: ../freedesktop.org.xml.in.h:89 +msgid "FLAC audio" +msgstr "FLAC-Audio" + +#: ../freedesktop.org.xml.in.h:90 +msgid "FLIC animation" +msgstr "FLIC-Animation" + +#: ../freedesktop.org.xml.in.h:91 +msgid "FPX image" +msgstr "FPX-Bild" + +#: ../freedesktop.org.xml.in.h:92 +msgid "FastTracker II audio" +msgstr "FastTracker II-Audio" + +#: ../freedesktop.org.xml.in.h:93 +msgid "Flash video" +msgstr "Flash-Video" + +#: ../freedesktop.org.xml.in.h:94 +msgid "Fortran source code" +msgstr "Fortran-Quelltext" + +#: ../freedesktop.org.xml.in.h:95 +msgid "Fuji raw image" +msgstr "Fuji-Rohbild" + +#: ../freedesktop.org.xml.in.h:96 +msgid "G3 fax image" +msgstr "G3-Faxbild" + +#: ../freedesktop.org.xml.in.h:97 +msgid "GDBM database" +msgstr "GDBM-Datenbank" + +#: ../freedesktop.org.xml.in.h:98 +msgid "GEDCOM family history" +msgstr "GEDCOM-Stammbaum" + +#: ../freedesktop.org.xml.in.h:99 +msgid "GIF image" +msgstr "GIF-Bild" + +#: ../freedesktop.org.xml.in.h:100 +msgid "GIMP image" +msgstr "GIMP-Bild" + +#: ../freedesktop.org.xml.in.h:101 +msgid "GIMP image (compressed)" +msgstr "GIMP-Bild (komprimiert)" + +#: ../freedesktop.org.xml.in.h:102 +msgid "GMC link" +msgstr "GMC-Link" + +#: ../freedesktop.org.xml.in.h:103 +msgid "GNU Oleo spreadsheet" +msgstr "GNU-Oleo-Tabelle" + +#: ../freedesktop.org.xml.in.h:104 +msgid "GNU mail message" +msgstr "GNU-Mail-Nachricht" + +#: ../freedesktop.org.xml.in.h:105 +msgid "GTK+ configuration" +msgstr "GTK+-Konfiguration" + +#: ../freedesktop.org.xml.in.h:106 +msgid "GTKtalog catalog" +msgstr "GTKtalog-Katalog" + +#: ../freedesktop.org.xml.in.h:107 +msgid "Game Boy Advance ROM" +msgstr "Game Boy Advance-ROM" + +#: ../freedesktop.org.xml.in.h:108 +msgid "Game Boy ROM" +msgstr "Game Boy-ROM" + +#: ../freedesktop.org.xml.in.h:109 +msgid "Genesis ROM" +msgstr "Genesis-ROM" + +#: ../freedesktop.org.xml.in.h:110 +msgid "Glade project" +msgstr "Glade-Projekt" + +#: ../freedesktop.org.xml.in.h:111 +msgid "GnuCash spreadsheet" +msgstr "GnuCash-Tabelle" + +#: ../freedesktop.org.xml.in.h:112 +msgid "Gnumeric spreadsheet" +msgstr "Gnumeric-Tabelle" + +#: ../freedesktop.org.xml.in.h:113 +msgid "Gnuplot document" +msgstr "Gnuplot-Dokument" + +#: ../freedesktop.org.xml.in.h:114 +msgid "Google Video Pointer" +msgstr "Google Video Pointer" + +#: ../freedesktop.org.xml.in.h:115 +msgid "Graphite scientific graph" +msgstr "wissenschaftlicher Graphite-Graph" + +#: ../freedesktop.org.xml.in.h:116 +msgid "HDF document" +msgstr "HDF-Dokument" + +#: ../freedesktop.org.xml.in.h:117 +msgid "HPGL file" +msgstr "HPGL-Datei" + +#: ../freedesktop.org.xml.in.h:118 +msgid "HTML document" +msgstr "HTML-Dokument" + +#: ../freedesktop.org.xml.in.h:119 +msgid "Haansoft Hangul document" +msgstr "Haansoft Hangul-Dokument" + +#: ../freedesktop.org.xml.in.h:120 +msgid "Haansoft Hangul document template" +msgstr "Haansoft Hangul-Dokumentenvorlage" + +#: ../freedesktop.org.xml.in.h:121 +msgid "Haskell source code" +msgstr "Haskell-Quelltext" + +#: ../freedesktop.org.xml.in.h:122 +msgid "ICO icon" +msgstr "ICO-Symbol" + +#: ../freedesktop.org.xml.in.h:123 +msgid "IDL document" +msgstr "IDL-Dokument" + +#: ../freedesktop.org.xml.in.h:124 +msgid "IEF image" +msgstr "IEF-Bild" + +#: ../freedesktop.org.xml.in.h:125 +msgid "IFF image" +msgstr "IFF-Bild" + +#: ../freedesktop.org.xml.in.h:126 +msgid "ILBM image" +msgstr "ILBM-Bild" + +#: ../freedesktop.org.xml.in.h:127 +msgid "ISI video" +msgstr "ISI-Video" + +#: ../freedesktop.org.xml.in.h:128 +msgid "Impulse Tracker audio" +msgstr "Impulse Tracker-Audio" + +#: ../freedesktop.org.xml.in.h:129 +msgid "JBuilder project" +msgstr "JBuilder-Projekt" + +#: ../freedesktop.org.xml.in.h:130 +msgid "JET database" +msgstr "JET-Datenbank" + +#: ../freedesktop.org.xml.in.h:131 +msgid "JNG image" +msgstr "JNG-Bild" + +#: ../freedesktop.org.xml.in.h:132 +msgid "JNLP file" +msgstr "JNLP-Datei" + +#: ../freedesktop.org.xml.in.h:133 +msgid "JPEG image" +msgstr "JPEG-Bild" + +#: ../freedesktop.org.xml.in.h:134 +msgid "JPEG-2000 image" +msgstr "JPEG-2000-Bild" + +#: ../freedesktop.org.xml.in.h:135 +msgid "Java archive" +msgstr "Java-Archiv" + +#: ../freedesktop.org.xml.in.h:136 +msgid "Java byte code" +msgstr "Java-Bytecode" + +#: ../freedesktop.org.xml.in.h:137 +msgid "Java class" +msgstr "Java-Klasse" + +#: ../freedesktop.org.xml.in.h:138 +msgid "Java source code" +msgstr "Java-Quelltext" + +#: ../freedesktop.org.xml.in.h:139 +msgid "JavaScript program" +msgstr "JavaScript-Programm" + +#: ../freedesktop.org.xml.in.h:140 +msgid "KChart chart" +msgstr "KChart-Diagramm" + +#: ../freedesktop.org.xml.in.h:141 +msgid "KFormula formula" +msgstr "KFormula-Formel" + +#: ../freedesktop.org.xml.in.h:142 +msgid "KIllustrator drawing" +msgstr "KIllustrator-Zeichnung" + +#: ../freedesktop.org.xml.in.h:143 +msgid "KPovModeler scene" +msgstr "KPovModeler-Szene" + +#: ../freedesktop.org.xml.in.h:144 +msgid "KPresenter presentation" +msgstr "KPresenter-Präsentation" + +#: ../freedesktop.org.xml.in.h:145 +msgid "KSpread spreadsheet" +msgstr "KSpread-Tabelle" + +#: ../freedesktop.org.xml.in.h:146 +msgid "KSpread spreadsheet (encrypted)" +msgstr "KSpread-Tabelle (verschlüsselt)" + +#: ../freedesktop.org.xml.in.h:147 +msgid "KSysV init package" +msgstr "KSysV-Init-Paket" + +#: ../freedesktop.org.xml.in.h:148 +msgid "KWord document" +msgstr "KWord-Dokument" + +#: ../freedesktop.org.xml.in.h:149 +msgid "KWord document (encrypted)" +msgstr "KWord-Dokument (verschlüsselt)" + +#: ../freedesktop.org.xml.in.h:150 +msgid "Karbon14 drawing" +msgstr "Karbon14-Zeichnung" + +#: ../freedesktop.org.xml.in.h:151 +msgid "Kivio flowchart" +msgstr "Kivio-Flussdiagramm" + +#: ../freedesktop.org.xml.in.h:152 +msgid "Kodak raw image" +msgstr "Kodak-Rohbild" + +#: ../freedesktop.org.xml.in.h:153 +msgid "Kontour drawing" +msgstr "Kontour-Zeichnung" + +#: ../freedesktop.org.xml.in.h:154 +msgid "Krita document" +msgstr "Krita-Dokument" + +#: ../freedesktop.org.xml.in.h:155 +msgid "Kugar document" +msgstr "Kugar-Dokument" + +#: ../freedesktop.org.xml.in.h:156 +msgid "LDIF address book" +msgstr "LDIF-Adressbuch" + +#: ../freedesktop.org.xml.in.h:157 +msgid "LHA archive" +msgstr "LHA-Archiv" + +#: ../freedesktop.org.xml.in.h:158 +msgid "LHS source code" +msgstr "LHS-Quelltext" + +#: ../freedesktop.org.xml.in.h:159 +msgid "LHZ archive" +msgstr "LHZ-Archiv" + +#: ../freedesktop.org.xml.in.h:160 +msgid "LIBGRX font" +msgstr "LIBGRX-Schrift" + +#: ../freedesktop.org.xml.in.h:161 +msgid "LZO archive" +msgstr "LZO-Archiv" + +#: ../freedesktop.org.xml.in.h:162 +msgid "LightWave object" +msgstr "LightWave-Objekt" + +#: ../freedesktop.org.xml.in.h:163 +msgid "LightWave scene" +msgstr "LightWave-Szene" + +#: ../freedesktop.org.xml.in.h:164 +msgid "Linux PSF console font" +msgstr "Linux-PSF-Konsolenschrift" + +#: ../freedesktop.org.xml.in.h:165 +msgid "Linux PSF console font (gzip-compressed)" +msgstr "Linux-PSF-Konsolenschrift (gzip-komprimiert)" + +#: ../freedesktop.org.xml.in.h:166 +msgid "Lotus 1-2-3 spreadsheet" +msgstr "Lotus 1-2-3-Tabelle" + +#: ../freedesktop.org.xml.in.h:167 +msgid "Lotus AmiPro document" +msgstr "Lotus AmiPro-Dokument" + +#: ../freedesktop.org.xml.in.h:168 +msgid "Lua script" +msgstr "Lua-Skript" + +#: ../freedesktop.org.xml.in.h:169 +msgid "LyX document" +msgstr "LyX-Dokument" + +#: ../freedesktop.org.xml.in.h:170 +msgid "M4 macro" +msgstr "M4-Makro" + +#: ../freedesktop.org.xml.in.h:171 +msgid "MATLAB script/function" +msgstr "MATLAB-Skript/-Funktion" + +#: ../freedesktop.org.xml.in.h:172 +msgid "MIDI audio" +msgstr "MIDI-Audio" + +#: ../freedesktop.org.xml.in.h:173 +msgid "MNG animation" +msgstr "MNG-Animation" + +#: ../freedesktop.org.xml.in.h:174 +msgid "MP2 audio" +msgstr "MP2-Audio" + +#: ../freedesktop.org.xml.in.h:175 +msgid "MP3 ShoutCast playlist" +msgstr "MP3-ShoutCast-Wiedergabeliste" + +#: ../freedesktop.org.xml.in.h:176 +msgid "MP3 audio" +msgstr "MP3-Audio" + +#: ../freedesktop.org.xml.in.h:177 +msgid "MP3 audio (streamed)" +msgstr "MP3-Audio (Stream)" + +#: ../freedesktop.org.xml.in.h:178 +msgid "MP3 playlist" +msgstr "MP3-Wiedergabeliste" + +#: ../freedesktop.org.xml.in.h:179 +msgid "MPEG video" +msgstr "MPEG-Video" + +#: ../freedesktop.org.xml.in.h:180 +msgid "MPEG-4 audio" +msgstr "MPEG-4-Audio" + +#: ../freedesktop.org.xml.in.h:181 +msgid "MPEG-4 video" +msgstr "MPEG-4-Video" + +#: ../freedesktop.org.xml.in.h:182 +msgid "MSX ROM" +msgstr "MSX-ROM" + +#: ../freedesktop.org.xml.in.h:183 +msgid "MacOS X icon" +msgstr "MacOS X-Symbol" + +#: ../freedesktop.org.xml.in.h:184 +msgid "MacPaint Bitmap image" +msgstr "MacPaint Bitmap-Datei" + +#: ../freedesktop.org.xml.in.h:185 +msgid "Macintosh AppleDouble-encoded file" +msgstr "Macintosh-Datei (AppleDouble-kodiert)" + +#: ../freedesktop.org.xml.in.h:186 +msgid "Macintosh BinHex-encoded file" +msgstr "Macintosh-Datei (BinHex-kodiert)" + +#: ../freedesktop.org.xml.in.h:187 +msgid "Macintosh MacBinary file" +msgstr "Macintosh-MacBinary-Datei" + +#: ../freedesktop.org.xml.in.h:188 +msgid "Macintosh Quickdraw/PICT drawing" +msgstr "Macintosh Quickdraw/PICT-Zeichnung" + +#: ../freedesktop.org.xml.in.h:189 +msgid "Macintosh StuffIt archive" +msgstr "Macintosh StuffIt-Archiv" + +#: ../freedesktop.org.xml.in.h:190 +msgid "MagicPoint presentation" +msgstr "MagicPoint-Präsentation" + +#: ../freedesktop.org.xml.in.h:191 +msgid "Mailbox file" +msgstr "Mailbox-Datei" + +#: ../freedesktop.org.xml.in.h:192 +msgid "Makefile" +msgstr "Makefile" + +#: ../freedesktop.org.xml.in.h:193 +msgid "Markaby script" +msgstr "Markaby-Skript" + +#: ../freedesktop.org.xml.in.h:194 +msgid "MathML document" +msgstr "MathML-Dokument" + +#: ../freedesktop.org.xml.in.h:195 +msgid "Mathematica Notebook" +msgstr "Mathematica-Dokument" + +#: ../freedesktop.org.xml.in.h:196 +msgid "Matroska audio" +msgstr "Matroska-Audio" + +#: ../freedesktop.org.xml.in.h:197 +msgid "Matroska video" +msgstr "Matroska-Video" + +#: ../freedesktop.org.xml.in.h:198 +msgid "MiniPSF audio" +msgstr "MiniPSF-Audio" + +#: ../freedesktop.org.xml.in.h:199 +msgid "Minolta raw image" +msgstr "Minolta-Rohbild" + +#: ../freedesktop.org.xml.in.h:200 +msgid "Monkey's audio" +msgstr "Monkey's Audio" + +#: ../freedesktop.org.xml.in.h:201 +msgid "Mozilla bookmarks" +msgstr "Mozilla-Lesezeichen" + +#: ../freedesktop.org.xml.in.h:202 +msgid "Mup publication" +msgstr "Mup-Veröffentlichung" + +#: ../freedesktop.org.xml.in.h:203 +msgid "Musepack audio" +msgstr "Musepack-Audio" + +#: ../freedesktop.org.xml.in.h:204 +msgid "NES ROM" +msgstr "NES-ROM" + +#: ../freedesktop.org.xml.in.h:205 +msgid "NSV video" +msgstr "NSV-Video" + +#: ../freedesktop.org.xml.in.h:206 +msgid "Nautilus link" +msgstr "Nautilus-Link" + +#: ../freedesktop.org.xml.in.h:207 +msgid "Nikon raw image" +msgstr "Nikon-Rohbild" + +#: ../freedesktop.org.xml.in.h:208 +msgid "Nintendo64 ROM" +msgstr "Nintendo64-ROM" + +#: ../freedesktop.org.xml.in.h:209 +msgid "OCL file" +msgstr "OCL-Datei" + +#: ../freedesktop.org.xml.in.h:210 +msgid "OCaml source code" +msgstr "OCaml-Quelltext" + +#: ../freedesktop.org.xml.in.h:211 +msgid "ODA document" +msgstr "ODA-Dokument" + +#: ../freedesktop.org.xml.in.h:212 +msgid "ODB database" +msgstr "ODB-Datenbank" + +#: ../freedesktop.org.xml.in.h:213 +msgid "ODC chart" +msgstr "ODC-Diagramm" + +#: ../freedesktop.org.xml.in.h:214 +msgid "ODF formula" +msgstr "ODF-Formel" + +#: ../freedesktop.org.xml.in.h:215 +msgid "ODG drawing" +msgstr "ODG-Zeichnung" + +#: ../freedesktop.org.xml.in.h:216 +msgid "ODG template" +msgstr "ODG-Vorlage" + +#: ../freedesktop.org.xml.in.h:217 +msgid "ODI image" +msgstr "ODI-Bild" + +#: ../freedesktop.org.xml.in.h:218 +msgid "ODM document" +msgstr "ODM-Dokument" + +#: ../freedesktop.org.xml.in.h:219 +msgid "ODP presentation" +msgstr "ODP-Präsentation" + +#: ../freedesktop.org.xml.in.h:220 +msgid "ODP template" +msgstr "ODP-Vorlage" + +#: ../freedesktop.org.xml.in.h:221 +msgid "ODS spreadsheet" +msgstr "ODS-Tabelle" + +#: ../freedesktop.org.xml.in.h:222 +msgid "ODS template" +msgstr "ODS-Vorlage" + +#: ../freedesktop.org.xml.in.h:223 +msgid "ODT document" +msgstr "ODT-Dokument" + +#: ../freedesktop.org.xml.in.h:224 +msgid "ODT template" +msgstr "ODT-Vorlage" + +#: ../freedesktop.org.xml.in.h:225 +msgid "OLE2 compound document storage" +msgstr "OLE2-Verbunddokumentenspeicher" + +#: ../freedesktop.org.xml.in.h:226 +msgid "OTH template" +msgstr "OTH-Vorlage" + +#: ../freedesktop.org.xml.in.h:227 +msgid "Objective-C source code" +msgstr "Objective-C-Quelltext" + +#: ../freedesktop.org.xml.in.h:228 +msgid "Office drawing" +msgstr "Office-Zeichnung" + +#: ../freedesktop.org.xml.in.h:229 +msgid "Ogg multimedia" +msgstr "Ogg-Multimedia" + +#: ../freedesktop.org.xml.in.h:230 +msgid "Olympus raw image" +msgstr "Olympus-Rohbild" + +#: ../freedesktop.org.xml.in.h:231 +msgid "OpenOffice Calc spreadsheet" +msgstr "OpenOffice Calc-Tabelle" + +#: ../freedesktop.org.xml.in.h:232 +msgid "OpenOffice Calc template" +msgstr "OpenOffice Calc-Vorlage" + +#: ../freedesktop.org.xml.in.h:233 +msgid "OpenOffice Draw drawing" +msgstr "OpenOffice Draw-Zeichnung" + +#: ../freedesktop.org.xml.in.h:234 +msgid "OpenOffice Draw template" +msgstr "OpenOffice Draw-Vorlage" + +#: ../freedesktop.org.xml.in.h:235 +msgid "OpenOffice Impress presentation" +msgstr "OpenOffice Impress-Vorlage" + +#: ../freedesktop.org.xml.in.h:236 +msgid "OpenOffice Impress template" +msgstr "OpenOffice Impress-Vorlage" + +#: ../freedesktop.org.xml.in.h:237 +msgid "OpenOffice Math formula" +msgstr "OpenOffice Math-Formel" + +#: ../freedesktop.org.xml.in.h:238 +msgid "OpenOffice Writer document" +msgstr "OpenOffice Writer-Dokument" + +#: ../freedesktop.org.xml.in.h:239 +msgid "OpenOffice Writer global document" +msgstr "OpenOffice Writer-Globaldokument" + +#: ../freedesktop.org.xml.in.h:240 +msgid "OpenOffice Writer template" +msgstr "OpenOffice Writer-Vorlage" + +#: ../freedesktop.org.xml.in.h:241 +msgid "OpenType font" +msgstr "OpenType-Schrift" + +#: ../freedesktop.org.xml.in.h:242 +msgid "PBM image" +msgstr "PBM-Bild" + +#: ../freedesktop.org.xml.in.h:243 +msgid "PCD image" +msgstr "PCD-Bild" + +#: ../freedesktop.org.xml.in.h:244 +msgid "PCF font" +msgstr "PCF-Schrift" + +#: ../freedesktop.org.xml.in.h:245 +msgid "PCL file" +msgstr "PCL-Datei" + +#: ../freedesktop.org.xml.in.h:246 +msgid "PCM audio" +msgstr "PCM-Audio" + +#: ../freedesktop.org.xml.in.h:247 +msgid "PCX image" +msgstr "PCX-Bild" + +#: ../freedesktop.org.xml.in.h:248 +msgid "PDF document" +msgstr "PDF-Dokument" + +#: ../freedesktop.org.xml.in.h:249 +msgid "PDF document (bzip-compressed)" +msgstr "PDF-Dokument (bzip-komprimiert)" + +#: ../freedesktop.org.xml.in.h:250 +msgid "PDF document (gzip-compressed)" +msgstr "PDF-Dokument (gzip-komprimiert)" + +#: ../freedesktop.org.xml.in.h:251 +msgid "PEF executable" +msgstr "PEF-Programm" + +#: ../freedesktop.org.xml.in.h:252 +msgid "PGM image" +msgstr "PGM-Bild" + +#: ../freedesktop.org.xml.in.h:253 +msgid "PGN chess game notation" +msgstr "PGN-Schachspielnotation" + +#: ../freedesktop.org.xml.in.h:254 +msgid "PGP keys" +msgstr "PGP-Schlüssel" + +#: ../freedesktop.org.xml.in.h:255 +msgid "PGP/MIME-encrypted message header" +msgstr "PGP/MIME-verschlüsselter Nachrichtenkopf" + +#: ../freedesktop.org.xml.in.h:256 +msgid "PHP script" +msgstr "PHP-Skript" + +#: ../freedesktop.org.xml.in.h:257 +msgid "PKCS#10 certification request" +msgstr "PKCS#10-Zertifikatanfrage" + +#: ../freedesktop.org.xml.in.h:258 +msgid "PKCS#12 certificate bundle" +msgstr "PKCS#12-Zertifikatspaket" + +#: ../freedesktop.org.xml.in.h:259 +msgid "PNG image" +msgstr "PNG-Bild" + +#: ../freedesktop.org.xml.in.h:260 +msgid "PNM image" +msgstr "PNM-Bild" + +#: ../freedesktop.org.xml.in.h:261 +msgid "PPM image" +msgstr "PPM-Bild" + +#: ../freedesktop.org.xml.in.h:262 +msgid "PS document" +msgstr "PS-Dokument" + +#: ../freedesktop.org.xml.in.h:263 +msgid "PSD image" +msgstr "PSD-Bild" + +#: ../freedesktop.org.xml.in.h:264 +msgid "PSF audio" +msgstr "PSF-Audio" + +#: ../freedesktop.org.xml.in.h:265 +msgid "PSFlib audio library" +msgstr "PSFlib-Audiobibliothek" + +#: ../freedesktop.org.xml.in.h:266 +msgid "Palm OS database" +msgstr "Palm OS-Datenbank" + +#: ../freedesktop.org.xml.in.h:267 +msgid "Panasonic raw image" +msgstr "Panasonic-Rohbild" + +#: ../freedesktop.org.xml.in.h:268 +msgid "Pascal source code" +msgstr "Pascal-Quelltext" + +#: ../freedesktop.org.xml.in.h:269 +msgid "Pathetic Writer document" +msgstr "Pathetic Writer-Dokument" + +#: ../freedesktop.org.xml.in.h:270 +msgid "Pentax raw image" +msgstr "Pentax-Rohbild" + +#: ../freedesktop.org.xml.in.h:271 +msgid "Perl script" +msgstr "Perl-Skript" + +#: ../freedesktop.org.xml.in.h:272 +msgid "PlanPerfect spreadsheet" +msgstr "PlanPerfect-Tabelle" + +#: ../freedesktop.org.xml.in.h:273 +msgid "Playlist" +msgstr "Wiedergabeliste" + +#: ../freedesktop.org.xml.in.h:274 +msgid "PostScript document (bzip-compressed)" +msgstr "PostScript-Dokument (bzip-komprimiert)" + +#: ../freedesktop.org.xml.in.h:275 +msgid "PostScript document (gzip-compressed)" +msgstr "PostScript-Dokument (gzip-komprimiert)" + +#: ../freedesktop.org.xml.in.h:276 +msgid "PowerPoint presentation" +msgstr "PowerPoint-Präsentation" + +#: ../freedesktop.org.xml.in.h:277 +msgid "Python bytecode" +msgstr "Python-Bytecode" + +#: ../freedesktop.org.xml.in.h:278 +msgid "Python script" +msgstr "Python-Skript" + +#: ../freedesktop.org.xml.in.h:279 +msgid "QT video" +msgstr "QT-Video" + +#: ../freedesktop.org.xml.in.h:280 +msgid "Qt Designer file" +msgstr "QT Designer-Datei" + +#: ../freedesktop.org.xml.in.h:281 +msgid "Qt MOC file" +msgstr "Qt-MOC-Datei" + +#: ../freedesktop.org.xml.in.h:282 +msgid "Quattro Pro spreadsheet" +msgstr "Quattro Pro-Tabelle" + +#: ../freedesktop.org.xml.in.h:283 +msgid "QuickTime metalink playlist" +msgstr "QuickTime metalink-Wiedergabeliste" + +#: ../freedesktop.org.xml.in.h:284 +msgid "Quicken document" +msgstr "Quicken-Dokument" + +#: ../freedesktop.org.xml.in.h:285 +msgid "RAR archive" +msgstr "RAR-Archiv" + +#: ../freedesktop.org.xml.in.h:286 +msgid "RDF file" +msgstr "RDF-Datei" + +#: ../freedesktop.org.xml.in.h:287 +msgid "README document" +msgstr "README-Dokument" + +#: ../freedesktop.org.xml.in.h:288 +msgid "RGB image" +msgstr "RGB-Bild" + +#: ../freedesktop.org.xml.in.h:289 +msgid "RIFF audio" +msgstr "RIFF-Audio" + +#: ../freedesktop.org.xml.in.h:290 +msgid "RPM package" +msgstr "RPM-Paket" + +#: ../freedesktop.org.xml.in.h:291 +msgid "RSS summary" +msgstr "RSS-Zusammenfassung" + +#: ../freedesktop.org.xml.in.h:292 +msgid "RTF document" +msgstr "RTF-Dokument" + +#: ../freedesktop.org.xml.in.h:293 +msgid "RealAudio document" +msgstr "RealAudio-Dokument" + +#: ../freedesktop.org.xml.in.h:294 +msgid "RealMedia document" +msgstr "RealMedia-Dokument" + +#: ../freedesktop.org.xml.in.h:295 +msgid "RealPix document" +msgstr "RealPix-Dokument" + +#: ../freedesktop.org.xml.in.h:296 +msgid "RealText document" +msgstr "RealText-Dokument" + +#: ../freedesktop.org.xml.in.h:297 +msgid "RealVideo document" +msgstr "RealVideo-Dokument" + +#: ../freedesktop.org.xml.in.h:298 +msgid "Ruby script" +msgstr "Ruby-Skript" + +#: ../freedesktop.org.xml.in.h:299 +msgid "Run Length Encoded bitmap" +msgstr "RLE-Bitmap" + +#: ../freedesktop.org.xml.in.h:300 +msgid "S/MIME file" +msgstr "S/MIME-Datei" + +#: ../freedesktop.org.xml.in.h:301 +msgid "SC/Xspread spreadsheet" +msgstr "SX/Xspread-Tabelle" + +#: ../freedesktop.org.xml.in.h:302 +msgid "SGI image" +msgstr "SGI-Bild" + +#: ../freedesktop.org.xml.in.h:303 +msgid "SGI video" +msgstr "SGI-Video" + +#: ../freedesktop.org.xml.in.h:304 +msgid "SGML document" +msgstr "SGML-Dokument" + +#: ../freedesktop.org.xml.in.h:305 +msgid "SMIL document" +msgstr "SMIL-Dokument" + +#: ../freedesktop.org.xml.in.h:306 +msgid "SMS/Game Gear ROM" +msgstr "SMS/Game Gear-ROM" + +#: ../freedesktop.org.xml.in.h:307 +msgid "SQL code" +msgstr "SQL-Befehle" + +#: ../freedesktop.org.xml.in.h:308 +msgid "SQLite2 database" +msgstr "SQLite3-Datenbank" + +#: ../freedesktop.org.xml.in.h:309 +msgid "SQLite3 database" +msgstr "SQLite2-Datenbank" + +#: ../freedesktop.org.xml.in.h:310 +msgid "SUN Rasterfile image" +msgstr "SUN-Rasterfile-Bild" + +#: ../freedesktop.org.xml.in.h:311 +msgid "SV4 CPIO archive" +msgstr "SV4-CPIO-Archiv" + +#: ../freedesktop.org.xml.in.h:312 +msgid "SV4 CPIO archive (with CRC)" +msgstr "SV4-CPIO-Archiv (mit CRC)" + +#: ../freedesktop.org.xml.in.h:313 +msgid "SVG image" +msgstr "SVG-Bild" + +#: ../freedesktop.org.xml.in.h:314 +msgid "Scheme source code" +msgstr "Scheme-Quelltext" + +#: ../freedesktop.org.xml.in.h:315 +msgid "Scream Tracker 3 audio" +msgstr "Scream Tracker 3-Audio" + +#: ../freedesktop.org.xml.in.h:316 +msgid "Scream Tracker audio" +msgstr "Scream Tracker-Audio" + +#: ../freedesktop.org.xml.in.h:317 +msgid "Scream Tracker instrument" +msgstr "Scream Tracker-Instrument" + +#: ../freedesktop.org.xml.in.h:318 +msgid "Setext document" +msgstr "Setext-Dokument" + +#: ../freedesktop.org.xml.in.h:319 +msgid "Shockwave Flash file" +msgstr "Shockwave Flash-Datei" + +#. translators: "Shorten" is the name of an audio codec +#: ../freedesktop.org.xml.in.h:321 +msgid "Shorten audio" +msgstr "Shorten-Audio" + +#: ../freedesktop.org.xml.in.h:322 +msgid "Siag spreadsheet" +msgstr "Slag-Tabelle" + +#: ../freedesktop.org.xml.in.h:323 +msgid "Sieve mail filter script" +msgstr "Sieve-E-Mail-Filterskript" + +#: ../freedesktop.org.xml.in.h:324 +msgid "Sigma raw image" +msgstr "Sigma-Rohbild" + +#: ../freedesktop.org.xml.in.h:325 +msgid "Sony raw image" +msgstr "Sony-Rohbild" + +#: ../freedesktop.org.xml.in.h:326 +msgid "Speech document" +msgstr "Sprachdokument" + +#: ../freedesktop.org.xml.in.h:327 +msgid "Speedo font" +msgstr "Speedo-Schrift" + +#: ../freedesktop.org.xml.in.h:328 +msgid "Speex audio" +msgstr "Speex-Audio" + +#: ../freedesktop.org.xml.in.h:329 +msgid "Spreadsheet interchange document" +msgstr "Tabellenkalkulations-Austauschdokument" + +#: ../freedesktop.org.xml.in.h:330 +msgid "Stampede package" +msgstr "Stampede-Paket" + +#: ../freedesktop.org.xml.in.h:331 +msgid "StarCalc spreadsheet" +msgstr "StarCalc-Tabelle" + +#: ../freedesktop.org.xml.in.h:332 +msgid "StarChart chart" +msgstr "StarChart-Diagramm" + +#: ../freedesktop.org.xml.in.h:333 +msgid "StarDraw drawing" +msgstr "StarDraw-Zeichnung" + +#: ../freedesktop.org.xml.in.h:334 +msgid "StarImpress presentation" +msgstr "StarImpress-Präsentation" + +#: ../freedesktop.org.xml.in.h:335 +msgid "StarMail email" +msgstr "StarMail-E-Mail" + +#: ../freedesktop.org.xml.in.h:336 +msgid "StarMath formula" +msgstr "StarMath-Formel" + +#: ../freedesktop.org.xml.in.h:337 +msgid "StarWriter document" +msgstr "StarWriter-Dokument" + +#: ../freedesktop.org.xml.in.h:338 +msgid "StuffIt archive" +msgstr "StuffIt-Archiv" + +#: ../freedesktop.org.xml.in.h:339 +msgid "SunOS News font" +msgstr "SunOS News-Schrift" + +#: ../freedesktop.org.xml.in.h:340 +msgid "Super Nintendo ROM" +msgstr "Super Nintendo-ROM" + +#: ../freedesktop.org.xml.in.h:341 +msgid "T602 document" +msgstr "T602-Dokument" + +#: ../freedesktop.org.xml.in.h:342 +msgid "TGA image" +msgstr "TGA-Bild" + +#: ../freedesktop.org.xml.in.h:343 +msgid "TGIF document" +msgstr "TGIF-Dokument" + +#: ../freedesktop.org.xml.in.h:344 +msgid "TIFF image" +msgstr "TIFF-Bild" + +#: ../freedesktop.org.xml.in.h:345 +msgid "TNEF message" +msgstr "TNEF-Nachricht" + +#: ../freedesktop.org.xml.in.h:346 +msgid "TSV document" +msgstr "TSV-Dokument" + +#: ../freedesktop.org.xml.in.h:347 +msgid "Tcl script" +msgstr "Tcl-Skript" + +#: ../freedesktop.org.xml.in.h:348 +msgid "TeX DVI document" +msgstr "TeX-DVI-Dokument" + +#: ../freedesktop.org.xml.in.h:349 +msgid "TeX DVI document (bzip-compressed)" +msgstr "TeX-DVI-Dokument (bzip-komprimiert)" + +#: ../freedesktop.org.xml.in.h:350 +msgid "TeX DVI document (gzip-compressed)" +msgstr "TeX-DVI-Dokument (gzip-komprimiert)" + +#: ../freedesktop.org.xml.in.h:351 +msgid "TeX document" +msgstr "TeX-Dokument" + +#: ../freedesktop.org.xml.in.h:352 +msgid "TeX font" +msgstr "TeX-Schrift" + +#: ../freedesktop.org.xml.in.h:353 +msgid "TeX font metrics" +msgstr "TeX-Schriftmetriken" + +#: ../freedesktop.org.xml.in.h:354 +msgid "TeXInfo document" +msgstr "TeXInfo-Dokument" + +#: ../freedesktop.org.xml.in.h:355 +msgid "ToutDoux document" +msgstr "ToutDoux-Dokument" + +#: ../freedesktop.org.xml.in.h:356 +msgid "Troff ME input document" +msgstr "Troff-ME-Eingabedokument" + +#: ../freedesktop.org.xml.in.h:357 +msgid "Troff MM input document" +msgstr "Troff-MM-Eingabedokument" + +#: ../freedesktop.org.xml.in.h:358 +msgid "Troff MS input document" +msgstr "Troff-MS-Eingabedokument" + +#: ../freedesktop.org.xml.in.h:359 +msgid "Troff document" +msgstr "Troff-Dokument" + +#: ../freedesktop.org.xml.in.h:360 +msgid "Troff document (with manpage macros)" +msgstr "Troff-Dokument (mit man-Seitenmakros)" + +#: ../freedesktop.org.xml.in.h:361 +msgid "TrueAudio audio" +msgstr "TrueAudio-Audio" + +#: ../freedesktop.org.xml.in.h:362 +msgid "TrueType font" +msgstr "TrueType-Schrift" + +#: ../freedesktop.org.xml.in.h:363 +msgid "UFRaw ID file" +msgstr "UFRaw-Kennungsdatei" + +#: ../freedesktop.org.xml.in.h:364 +msgid "ULAW (Sun) audio" +msgstr "ULAW (Sun)-Audio" + +#: ../freedesktop.org.xml.in.h:365 +msgid "UNIX-compressed file" +msgstr "UNIX-komprimierte Datei" + +#: ../freedesktop.org.xml.in.h:366 +msgid "Unidata NetCDF document" +msgstr "Unidata-NetCDF-Dokument" + +#: ../freedesktop.org.xml.in.h:367 +msgid "Usenet news message" +msgstr "Usenet-News-Nachricht" + +#: ../freedesktop.org.xml.in.h:368 +msgid "V font" +msgstr "V-Schrift" + +#: ../freedesktop.org.xml.in.h:369 +msgid "VCS/ICS calendar" +msgstr "VCS/ICS-Kalender" + +#: ../freedesktop.org.xml.in.h:370 +msgid "VHDL document" +msgstr "VHDL-Dokument" + +#: ../freedesktop.org.xml.in.h:371 +msgid "VOC audio" +msgstr "VOC-Audio" + +#: ../freedesktop.org.xml.in.h:372 +msgid "VRML document" +msgstr "VRML-Dokument" + +#: ../freedesktop.org.xml.in.h:373 +msgid "Vivo video" +msgstr "Vivo-Video" + +#: ../freedesktop.org.xml.in.h:374 +msgid "WAIS source code" +msgstr "WAIS-Quelltext" + +#: ../freedesktop.org.xml.in.h:375 +msgid "WAV audio" +msgstr "WAV-Audio" + +#: ../freedesktop.org.xml.in.h:376 +msgid "WBMP image" +msgstr "WBMP-Bild" + +#: ../freedesktop.org.xml.in.h:377 +msgid "WMA audio" +msgstr "WMA Audio" + +#: ../freedesktop.org.xml.in.h:378 +msgid "WMF document" +msgstr "WMF-Dokument" + +#: ../freedesktop.org.xml.in.h:379 +msgid "WML document" +msgstr "WML-Dokument" + +#: ../freedesktop.org.xml.in.h:380 +msgid "WMV video" +msgstr "WMV-Video" + +#: ../freedesktop.org.xml.in.h:381 +msgid "WRI document" +msgstr "WRI-Dokument" + +#: ../freedesktop.org.xml.in.h:382 +msgid "WavPack audio" +msgstr "WavPack-Audio" + +#: ../freedesktop.org.xml.in.h:383 +msgid "WavPack audio correction file" +msgstr "WavPack-Audiokorrekturdatei" + +#: ../freedesktop.org.xml.in.h:384 +msgid "Wavelet video" +msgstr "Wavelet-Video" + +#: ../freedesktop.org.xml.in.h:385 +msgid "Windows BMP image" +msgstr "Windows-BMP-Bild" + +#: ../freedesktop.org.xml.in.h:386 +msgid "Windows cursor" +msgstr "Windows-Cursor" + +#: ../freedesktop.org.xml.in.h:387 +msgid "Word document" +msgstr "Word-Dokument" + +#: ../freedesktop.org.xml.in.h:388 +msgid "WordPerfect document" +msgstr "WordPerfect-Dokument" + +#: ../freedesktop.org.xml.in.h:389 +msgid "WordPerfect/Drawperfect image" +msgstr "WordPerfect/DrawPerfect-Bild" + +#: ../freedesktop.org.xml.in.h:390 +msgid "X window image" +msgstr "X-Window-Bild" + +#: ../freedesktop.org.xml.in.h:391 +msgid "X-Motif UIL table" +msgstr "X-Motif-UIL-Tabelle" + +#: ../freedesktop.org.xml.in.h:392 +msgid "X11 cursor" +msgstr "X11-Zeiger" + +#: ../freedesktop.org.xml.in.h:393 +msgid "XBEL bookmarks" +msgstr "XBEL-Lesezeichen" + +#: ../freedesktop.org.xml.in.h:394 +msgid "XBM image" +msgstr "XBM-Bild" + +#: ../freedesktop.org.xml.in.h:395 +msgid "XFig image" +msgstr "XFig-Bild" + +#: ../freedesktop.org.xml.in.h:396 +msgid "XHTML page" +msgstr "XHTML-Seite" + +#: ../freedesktop.org.xml.in.h:397 +msgid "XLIFF translation file" +msgstr "XLIFF-Übersetzung" + +#: ../freedesktop.org.xml.in.h:398 +msgid "XMCD CD database" +msgstr "XMCD-CD-Datenbank" + +#: ../freedesktop.org.xml.in.h:399 +msgid "XMI file" +msgstr "XMI-Datei" + +#: ../freedesktop.org.xml.in.h:400 +msgid "XML document" +msgstr "XML-Dokument" + +#: ../freedesktop.org.xml.in.h:401 +msgid "XPM image" +msgstr "XPM-Bild" + +#: ../freedesktop.org.xml.in.h:402 +msgid "XPS document" +msgstr "XPS-Dokument" + +#: ../freedesktop.org.xml.in.h:403 +msgid "XSL FO file" +msgstr "XSL-FO-Datei" + +#: ../freedesktop.org.xml.in.h:404 +msgid "XSLT stylesheet" +msgstr "XSLT-Stylesheet" + +#: ../freedesktop.org.xml.in.h:405 +msgid "XSPF playlist" +msgstr "XSPF-Wiedergabeliste" + +#: ../freedesktop.org.xml.in.h:406 +msgid "XUL document" +msgstr "XUL-Dokument" + +#: ../freedesktop.org.xml.in.h:407 +msgid "XUL interface document" +msgstr "XUL-Oberflächendokument" + +#: ../freedesktop.org.xml.in.h:408 +msgid "Xbase document" +msgstr "Xbase-Dokument" + +#: ../freedesktop.org.xml.in.h:409 +msgid "ZIP archive" +msgstr "ZIP-Archiv" + +#: ../freedesktop.org.xml.in.h:410 +msgid "application log" +msgstr "Anwendungsprotokoll" + +#: ../freedesktop.org.xml.in.h:411 +msgid "author credits" +msgstr "Software-Impressum" + +#: ../freedesktop.org.xml.in.h:412 +msgid "author list" +msgstr "Autorenliste" + +#: ../freedesktop.org.xml.in.h:413 +msgid "backup file" +msgstr "Sicherungsdatei" + +#: ../freedesktop.org.xml.in.h:414 +msgid "block device" +msgstr "Blockgerät" + +#: ../freedesktop.org.xml.in.h:415 +msgid "bzip archive" +msgstr "bzip-Archiv" + +#: ../freedesktop.org.xml.in.h:416 +msgid "character device" +msgstr "Character-Device" + +#: ../freedesktop.org.xml.in.h:417 +msgid "compound document" +msgstr "Verbunddokument" + +#: ../freedesktop.org.xml.in.h:418 +msgid "compound documents" +msgstr "Verbunddokumente" + +#: ../freedesktop.org.xml.in.h:419 +msgid "desktop configuration file" +msgstr "Desktop-Konfigurationsdatei" + +#: ../freedesktop.org.xml.in.h:420 +msgid "detached OpenPGP signature" +msgstr "isolierte OpenPGP-Signatur" + +#: ../freedesktop.org.xml.in.h:421 +msgid "detached S/MIME signature" +msgstr "isolierte S/MIME-Signatur" + +#: ../freedesktop.org.xml.in.h:422 +msgid "differences between files" +msgstr "Unterschied zwischen Dateien" + +#: ../freedesktop.org.xml.in.h:423 +msgid "eMusic download package" +msgstr "eMusic-Download-Paket" + +#: ../freedesktop.org.xml.in.h:424 +msgid "email headers" +msgstr "E-Mail-Kopfzeilen" + +#: ../freedesktop.org.xml.in.h:425 +msgid "email message" +msgstr "E-Mail-Nachricht" + +#: ../freedesktop.org.xml.in.h:426 +msgid "empty document" +msgstr "leeres Dokument" + +#: ../freedesktop.org.xml.in.h:427 +msgid "encrypted message" +msgstr "verschlüsselte Nachricht" + +#: ../freedesktop.org.xml.in.h:428 +msgid "enriched text document" +msgstr "angereichertes Textdokument" + +#: ../freedesktop.org.xml.in.h:429 +msgid "executable" +msgstr "Programm" + +#: ../freedesktop.org.xml.in.h:430 +msgid "folder" +msgstr "Ordner" + +#: ../freedesktop.org.xml.in.h:431 +msgid "font" +msgstr "Schrift" + +#: ../freedesktop.org.xml.in.h:432 +msgid "generic font file" +msgstr "generische Schriftdatei" + +#: ../freedesktop.org.xml.in.h:433 +msgid "gtar archive" +msgstr "gtar-Archiv" + +#: ../freedesktop.org.xml.in.h:434 +msgid "gzip archive" +msgstr "gzip-Archiv" + +#: ../freedesktop.org.xml.in.h:435 +msgid "help page" +msgstr "Hilfeseite" + +#: ../freedesktop.org.xml.in.h:436 +msgid "iPod firmware" +msgstr "iPod-Firmware" + +#: ../freedesktop.org.xml.in.h:437 +msgid "installation instructions" +msgstr "Installationsanleitung" + +#: ../freedesktop.org.xml.in.h:438 +msgid "license terms" +msgstr "Lizenzbedingungen" + +#: ../freedesktop.org.xml.in.h:439 +msgid "mail delivery report" +msgstr "E-Mail-Zustellungsbericht" + +#: ../freedesktop.org.xml.in.h:440 +msgid "mail disposition report" +msgstr "E-Mail-Übertragungsbericht" + +#: ../freedesktop.org.xml.in.h:441 +msgid "mail system report" +msgstr "E-Mail-Systembericht" + +#: ../freedesktop.org.xml.in.h:442 +msgid "manual page (compressed)" +msgstr "Handbuchseite (komprimiert)" + +#: ../freedesktop.org.xml.in.h:443 +msgid "message catalog" +msgstr "Nachrichtenkatalog" + +#: ../freedesktop.org.xml.in.h:444 +msgid "message digest" +msgstr "Nachrichtensammlung" + +#: ../freedesktop.org.xml.in.h:445 +msgid "message in several formats" +msgstr "Nachricht in mehreren Formaten" + +#: ../freedesktop.org.xml.in.h:446 +msgid "mount point" +msgstr "Einbindepunkt" + +#: ../freedesktop.org.xml.in.h:447 +msgid "object code" +msgstr "Objekt-Code" + +#: ../freedesktop.org.xml.in.h:448 +msgid "packed font file" +msgstr "gepackte Schriftdatei" + +#: ../freedesktop.org.xml.in.h:449 +msgid "partial email message" +msgstr "E-Mail-Nachrichtenfragment" + +#: ../freedesktop.org.xml.in.h:450 +msgid "pipe" +msgstr "Pipe" + +#: ../freedesktop.org.xml.in.h:451 +msgid "plain text document" +msgstr "einfaches Textdokument" + +#: ../freedesktop.org.xml.in.h:452 +msgid "profiler results" +msgstr "Profiler-Ergebnisse" + +#: ../freedesktop.org.xml.in.h:453 +msgid "program crash data" +msgstr "Daten zu Programmabsturz" + +#: ../freedesktop.org.xml.in.h:454 +msgid "raw CD image" +msgstr "CD-Roh-Image" + +#: ../freedesktop.org.xml.in.h:455 +msgid "reference to remote file" +msgstr "Verweis auf entfernte Datei" + +#: ../freedesktop.org.xml.in.h:456 +msgid "rejected patch" +msgstr "abgelehnter Patch" + +#. Note: text/uri-list is reserved by the XDND protocol! +#: ../freedesktop.org.xml.in.h:458 +msgid "resource location" +msgstr "Ressourcenort" + +#: ../freedesktop.org.xml.in.h:459 +msgid "rich text document" +msgstr "RTF-Textdokument" + +#: ../freedesktop.org.xml.in.h:460 +msgid "rpm spec file" +msgstr "RPM-Spec-Datei" + +#: ../freedesktop.org.xml.in.h:461 +msgid "shared library" +msgstr "gemeinsame Bibliothek" + +#: ../freedesktop.org.xml.in.h:462 +msgid "shared library (la)" +msgstr "gemeinsame Bibliothek (la)" + +#: ../freedesktop.org.xml.in.h:463 +msgid "shell archive" +msgstr "Shell-Archiv" + +#: ../freedesktop.org.xml.in.h:464 +msgid "shell script" +msgstr "Shell-Skript" + +#: ../freedesktop.org.xml.in.h:465 +msgid "signed message" +msgstr "signierte Nachricht" + +#: ../freedesktop.org.xml.in.h:466 +msgid "socket" +msgstr "Socket" + +#: ../freedesktop.org.xml.in.h:467 +msgid "stream of data (server push)" +msgstr "Datenstrom (Server-Push)" + +#: ../freedesktop.org.xml.in.h:468 +msgid "subtitle file" +msgstr "Untertitel-Datei" + +#: ../freedesktop.org.xml.in.h:469 +msgid "symbolic link" +msgstr "Symbolischer Link" + +#: ../freedesktop.org.xml.in.h:470 +msgid "tar archive" +msgstr "tar-Archiv" + +#: ../freedesktop.org.xml.in.h:471 +msgid "tar archive (LZO-compressed)" +msgstr "tar-Archiv (LZO-komprimiert)" + +#: ../freedesktop.org.xml.in.h:472 +msgid "tar archive (bzip-compressed)" +msgstr "tar-Archiv (bzip-komprimiert)" + +#: ../freedesktop.org.xml.in.h:473 +msgid "tar archive (compressed)" +msgstr "tar-Archiv (komprimiert)" + +#: ../freedesktop.org.xml.in.h:474 +msgid "tar archive (gzip-compressed)" +msgstr "tar-Archiv (gzip-komprimiert)" + +#: ../freedesktop.org.xml.in.h:475 +msgid "theme" +msgstr "Thema" + +#: ../freedesktop.org.xml.in.h:476 +msgid "translated messages (machine-readable)" +msgstr "übersetzte Meldungen (maschinenlesbar)" + +#: ../freedesktop.org.xml.in.h:477 +msgid "translation" +msgstr "Übersetzung" + +#: ../freedesktop.org.xml.in.h:478 +msgid "translation template" +msgstr "Übersetzungsvorlage" + +#: ../freedesktop.org.xml.in.h:479 +msgid "txt2tags document" +msgstr "txt2tags-Dokument" + +#: ../freedesktop.org.xml.in.h:480 +msgid "unknown" +msgstr "unbekannt" + +#: ../freedesktop.org.xml.in.h:481 +msgid "ustar archive" +msgstr "ustar-Archiv" + +#: ../freedesktop.org.xml.in.h:482 +msgid "zoo archive" +msgstr "zoo-Archiv" diff --git a/po/el.po b/po/el.po new file mode 100644 index 0000000..fa956f1 --- /dev/null +++ b/po/el.po @@ -0,0 +1,1601 @@ +# translation of shared-mime-info to Greek. +# This file is distributed under the same license as the PACKAGE package. +# Copyright (C) 2004 THE PACKAGE'S COPYRIGHT HOLDER. +# +# Nearly half of messages taken from gnome-mime-data package +# gnome-mime-data translation by Spiros, Simos, Kostas (2000-2004) +# #################################################################### +# Nikos 23Aug2004 Update translation for freedesktop.org package. +# ta panta rei 01Sep2004 finished translation (nearly 40%) +# #################################################################### +# Spiros Papadimitriou , 2000. +# Simos Xenitellis , 2000, 2001. +# Kostas Papadimas , 2003, 2004. +# Nikos Charonitakis , 2004. +# ta panta rei , 2004. +msgid "" +msgstr "" +"Project-Id-Version: el\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2005-03-22 14:40-0500\n" +"PO-Revision-Date: 2004-09-07 00:29+0000\n" +"Last-Translator: Nikos Charonitakis \n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.3.1\n" + +#: ../freedesktop.org.xml.in.h:1 +msgid "3D Studio image" +msgstr "εικόνα 3D Studio" + +#: ../freedesktop.org.xml.in.h:2 +msgid "AIFC audio" +msgstr "ήχος AIFC" + +#: ../freedesktop.org.xml.in.h:3 +msgid "AIFF audio" +msgstr "Ήχος AIFF" + +#: ../freedesktop.org.xml.in.h:4 +msgid "AIFF/Amiga/Mac audio" +msgstr "ήχος AIFF/Amiga/Mac" + +#: ../freedesktop.org.xml.in.h:5 +msgid "ANIM animation" +msgstr "κινούμενο σχέδιο ANIM" + +#: ../freedesktop.org.xml.in.h:6 +msgid "AR archive" +msgstr "σρχείο AR" + +#: ../freedesktop.org.xml.in.h:7 +msgid "ARJ archive" +msgstr "αρχείο ARJ" + +#: ../freedesktop.org.xml.in.h:8 +msgid "AVI video" +msgstr "βίντεο AVI" + +#: ../freedesktop.org.xml.in.h:9 +msgid "AWK script" +msgstr "πρόγραμμα εντολών AWK" + +#: ../freedesktop.org.xml.in.h:10 +msgid "AbiWord document" +msgstr "έγγραφο AbiWord" + +#: ../freedesktop.org.xml.in.h:11 +msgid "Ada source code" +msgstr "πηγαίος κώδικας Ada" + +#: ../freedesktop.org.xml.in.h:12 +msgid "Adobe FrameMaker font" +msgstr "γραμματοσειρά Adobe FrameMaker" + +#: ../freedesktop.org.xml.in.h:13 +msgid "Adobe Illustrator document" +msgstr "έγγραφο Adobe Illustrator" + +#: ../freedesktop.org.xml.in.h:14 +msgid "Adobe font metrics" +msgstr "μετρικά γραμματοσειράς Adobe" + +#: ../freedesktop.org.xml.in.h:15 +msgid "Amiga SoundTracker audio" +msgstr "ήχος Amiga SoundTracker" + +#: ../freedesktop.org.xml.in.h:16 +msgid "Andrew Toolkit inset" +msgstr "ενθεμα Εργαλειοσειράς Andrew" + +#: ../freedesktop.org.xml.in.h:17 +msgid "Applix Graphics image" +msgstr "εικόνα Applix Graphics" + +#: ../freedesktop.org.xml.in.h:18 +msgid "Applix Spreadsheets spreadsheet" +msgstr "λογιστικό φύλλο Applix Spreadsheets" + +#: ../freedesktop.org.xml.in.h:19 +msgid "Applix Words document" +msgstr "έγγραφο Applix Words" + +#: ../freedesktop.org.xml.in.h:20 +msgid "AutoCAD image" +msgstr "εικόνα AutoCAD" + +#: ../freedesktop.org.xml.in.h:21 +msgid "AutoDesk FLIC animation" +msgstr "κινούμενα σχέδια AutoDesk FLIC" + +#: ../freedesktop.org.xml.in.h:22 +msgid "BCPIO document" +msgstr "έγγραφο BCPIO" + +#: ../freedesktop.org.xml.in.h:23 +msgid "BDF font" +msgstr "γραμματοσειρά BDF" + +#: ../freedesktop.org.xml.in.h:24 +msgid "Bibtex bibliographic data" +msgstr "βιβλιογραφικά δεδομένα Bibtex" + +#: ../freedesktop.org.xml.in.h:25 +msgid "BitTorrent seed file" +msgstr "αρχείο BitTorrent seed" + +#: ../freedesktop.org.xml.in.h:26 +msgid "Blender scene" +msgstr "σκηνή Blender" + +#: ../freedesktop.org.xml.in.h:27 +msgid "C shell script" +msgstr "πρόγραμμα εντολών φλοιού C" + +#: ../freedesktop.org.xml.in.h:28 +msgid "C source code" +msgstr "πηγαίος κώδικας C" + +#: ../freedesktop.org.xml.in.h:29 +msgid "C source code header" +msgstr "κεφαλίδα πηγαίου κώδικα C" + +#: ../freedesktop.org.xml.in.h:30 +msgid "C# source code" +msgstr "πηγαίος κώδικας C#" + +#: ../freedesktop.org.xml.in.h:31 +msgid "C++ source code" +msgstr "πηγαίος κώδικας C++" + +#: ../freedesktop.org.xml.in.h:32 +msgid "C++ source code header" +msgstr "κεφαλίδα πηγαίου κώδικα C++" + +#: ../freedesktop.org.xml.in.h:33 +msgid "CCITT G3 fax" +msgstr "φαξ σε μορφή CCITT G3" + +#: ../freedesktop.org.xml.in.h:34 +msgid "CGI script" +msgstr "πρόγραμμα εντολών CGI" + +#: ../freedesktop.org.xml.in.h:35 +msgid "CMU raster image" +msgstr "εικόνα ράστερ CMU" + +#: ../freedesktop.org.xml.in.h:36 +msgid "CPIO archive" +msgstr "αρχείο CPIO" + +#: ../freedesktop.org.xml.in.h:37 +msgid "CPIO archive (gzip-compressed)" +msgstr "αρχείο CPIO (συμπιεσμένο με gzip)" + +#: ../freedesktop.org.xml.in.h:38 +msgid "Cascading Style Sheet" +msgstr "Φύλλο Κλιμακωτού Στυλ" + +#: ../freedesktop.org.xml.in.h:39 +msgid "Commodore 64 audio" +msgstr "ήχος Commodore 64" + +#: ../freedesktop.org.xml.in.h:40 +msgid "Computer Graphics Metafile" +msgstr "αρχείο Computer Graphics Metafile" + +#: ../freedesktop.org.xml.in.h:41 +msgid "Corel Draw drawing" +msgstr "σχέδιο Corel Draw " + +#: ../freedesktop.org.xml.in.h:42 +#, fuzzy +msgid "D source code" +msgstr "πηγαίος κώδικας C" + +#: ../freedesktop.org.xml.in.h:43 +msgid "DCL script" +msgstr "πρόγραμμα εντολών DCL" + +#: ../freedesktop.org.xml.in.h:44 +msgid "DER/PEM/Netscape-encoded X.509 certificate" +msgstr "ψηφιακό πιστοποιητικό X.509 κωδικοποιημένο κατά DER/PEM/Netscape" + +#: ../freedesktop.org.xml.in.h:45 +msgid "DOS font" +msgstr "γραμματοσειρά DOS" + +#: ../freedesktop.org.xml.in.h:46 +msgid "DOS/Windows executable" +msgstr "εκτελέσιμο DOS/Windows" + +#: ../freedesktop.org.xml.in.h:47 +msgid "DSSSL document" +msgstr "έγγραφο DSSSL" + +#: ../freedesktop.org.xml.in.h:48 +msgid "DXF vector image" +msgstr "ανυσματική εικόνα DXF" + +#: ../freedesktop.org.xml.in.h:49 +msgid "Debian package" +msgstr "πακέτο Debian" + +#: ../freedesktop.org.xml.in.h:50 +msgid "Device Independant Bitmap" +msgstr "Bitmap ανεξάρτητο συσκευής" + +#: ../freedesktop.org.xml.in.h:51 +msgid "Dia diagram" +msgstr "διάγραμμα Dia" + +#: ../freedesktop.org.xml.in.h:52 +msgid "Digital Imaging and Communications in Medicine image" +msgstr "εικόνα ψηφιακής απεικόνισης κι επικοινωνιών Ιατρικής" + +#: ../freedesktop.org.xml.in.h:53 +msgid "Digital Moving Picture Exchange image" +msgstr "εικόνα Ψηφιακής Ανταλλαγής Κινούμενης Εικόνας" + +#: ../freedesktop.org.xml.in.h:54 +msgid "DjVu image" +msgstr "εικόνα DjVu" + +#: ../freedesktop.org.xml.in.h:55 +msgid "Dolby Digital audio" +msgstr "ψηφιακός Ήχος Dolby" + +#: ../freedesktop.org.xml.in.h:56 +msgid "Dreamcast ROM" +msgstr "εικόνα μνήμης ROM Dreamcast" + +#: ../freedesktop.org.xml.in.h:57 +msgid "Egon Animator animation" +msgstr "κινούμενα σχέδια Egon Animator" + +#: ../freedesktop.org.xml.in.h:58 +#, fuzzy +msgid "Electronic Business Card" +msgstr "ηλεκτρονική επαγγελματική κάρτα" + +#: ../freedesktop.org.xml.in.h:59 +msgid "Emacs Lisp source code" +msgstr "πηγαίος κώδικας Emacs Lisp" + +#: ../freedesktop.org.xml.in.h:60 +msgid "Encapsulated PostScript image" +msgstr "εικόνα ενθυλακωμένης PostScript" + +#: ../freedesktop.org.xml.in.h:61 +msgid "Enlightenment theme" +msgstr "Θέμα Enlightenment" + +#: ../freedesktop.org.xml.in.h:62 +msgid "FLAC audio" +msgstr "Ήχος FLAC" + +#: ../freedesktop.org.xml.in.h:63 +msgid "FastTracker II audio" +msgstr "ήχος FastTracker II" + +#: ../freedesktop.org.xml.in.h:64 +msgid "FlashPix image" +msgstr "εικόνα FlashPix" + +#: ../freedesktop.org.xml.in.h:65 +msgid "Flexible Image Transport System" +msgstr "Σύστημα Ευέλικτης Μεταφοράς Εικόνας" + +#: ../freedesktop.org.xml.in.h:66 +msgid "Fortran source code" +msgstr "πηγαίος κώδικας Fortran" + +#: ../freedesktop.org.xml.in.h:67 +msgid "FrameMaker MIF document" +msgstr "έγγραφο FrameMaker MIF" + +#: ../freedesktop.org.xml.in.h:68 +msgid "G3 fax image" +msgstr "εικόνα φαξ G3" + +#: ../freedesktop.org.xml.in.h:69 +msgid "GIF image" +msgstr "εικόνα GIF" + +#: ../freedesktop.org.xml.in.h:70 +msgid "GIMP image" +msgstr "εικόνα GIMP" + +#: ../freedesktop.org.xml.in.h:71 +msgid "GIMP image (compressed)" +msgstr "εικόνα GIMP (συμπιεσμένη)" + +#: ../freedesktop.org.xml.in.h:72 +msgid "GMC link" +msgstr "σύνδεσμος GMC" + +#: ../freedesktop.org.xml.in.h:73 +msgid "GNU Oleo spreadsheet" +msgstr "λογιστικό φύλλο GNU Oleo" + +#: ../freedesktop.org.xml.in.h:74 +msgid "GNU mail message" +msgstr "μήνυμα αλληλογραφίας GNU" + +#: ../freedesktop.org.xml.in.h:75 +msgid "GTK configuration" +msgstr "ρυθμίσεις GTK" + +#: ../freedesktop.org.xml.in.h:76 +msgid "GTKtalog catalog" +msgstr "Κατάλογος GTKtalog" + +#: ../freedesktop.org.xml.in.h:77 +msgid "Game Boy ROM" +msgstr "εικόνα μνήμης ROM GameBoy" + +#: ../freedesktop.org.xml.in.h:78 +msgid "Genesis ROM" +msgstr "εικόνα μνήμης ROM Genesis" + +#: ../freedesktop.org.xml.in.h:79 +msgid "Glade project" +msgstr "έργο Glade" + +#: ../freedesktop.org.xml.in.h:80 +msgid "GnuCash spreadsheet" +msgstr "λογιστικό φύλλο Gnucash" + +#: ../freedesktop.org.xml.in.h:81 +msgid "Gnumeric spreadsheet" +msgstr "Λογιστικό φύλλο Gnumeric" + +#: ../freedesktop.org.xml.in.h:82 +msgid "Graphite scientific graph" +msgstr "επιστημονικό γράφημα Graphite" + +#: ../freedesktop.org.xml.in.h:83 +msgid "HDF document" +msgstr "έγγραφο HDF" + +#: ../freedesktop.org.xml.in.h:84 +msgid "HP Graphics Language (plotter)" +msgstr "αρχείο εντολών Γλώσσας Γραφικών HP (HPGL), για σχεδιαστή ή εκτυπωτή" + +#: ../freedesktop.org.xml.in.h:85 +msgid "HP Printer Control Language file" +msgstr "αρχείο εντολών Γλώσσας Ελέγχου Εκτυπωτών HP (HPCL)" + +#: ../freedesktop.org.xml.in.h:86 +msgid "HTML page" +msgstr "σελίδα HTML" + +#: ../freedesktop.org.xml.in.h:87 +msgid "Haskell source code" +msgstr "πηγαίος κώδικας Haskell" + +#: ../freedesktop.org.xml.in.h:88 +msgid "IDL document" +msgstr "έγγραφο IDL" + +#: ../freedesktop.org.xml.in.h:89 +msgid "IEF image" +msgstr "εικόνα IEF" + +#: ../freedesktop.org.xml.in.h:90 +msgid "IFF image" +msgstr "εικόνα IFF" + +#: ../freedesktop.org.xml.in.h:91 +msgid "ILBM image" +msgstr "εικόνα ILBM" + +#: ../freedesktop.org.xml.in.h:92 +msgid "ISI video" +msgstr "βίντεο ISI" + +#: ../freedesktop.org.xml.in.h:93 +msgid "Impulse Tracker audio" +msgstr "ήχος Impulse Tracker" + +#: ../freedesktop.org.xml.in.h:94 +msgid "JBuilder project" +msgstr "έργο JBuilder" + +#: ../freedesktop.org.xml.in.h:95 +msgid "JNG image" +msgstr "εικόνα JNG" + +#: ../freedesktop.org.xml.in.h:96 +msgid "JPEG image" +msgstr "εικόνα JPEG" + +#: ../freedesktop.org.xml.in.h:97 +msgid "JPEG-2000 image" +msgstr "εικόνα JPEG-2000" + +#: ../freedesktop.org.xml.in.h:98 +msgid "Java Network Launched Application" +msgstr "" + +#: ../freedesktop.org.xml.in.h:99 +msgid "Java archive" +msgstr "αρχείο Java" + +#: ../freedesktop.org.xml.in.h:100 +msgid "Java byte code" +msgstr "συμβολοκώδικας Java" + +#: ../freedesktop.org.xml.in.h:101 +msgid "Java class" +msgstr "κλάση Java" + +#: ../freedesktop.org.xml.in.h:102 +msgid "Java source code" +msgstr "πηγαίος κώδικας Java" + +#: ../freedesktop.org.xml.in.h:103 +msgid "JavaScript program" +msgstr "πρόγραμμα JavaScript" + +#: ../freedesktop.org.xml.in.h:104 +msgid "KChart chart" +msgstr "γράφημα KChart" + +#: ../freedesktop.org.xml.in.h:105 +msgid "KFormula formula" +msgstr "μαθηματικός τύπος KFormula" + +#: ../freedesktop.org.xml.in.h:106 +msgid "KIllustrator drawing" +msgstr "σχέδιο KIllustrator" + +#: ../freedesktop.org.xml.in.h:107 +msgid "KPovModeler scene" +msgstr "σκηνή KPovModeler" + +#: ../freedesktop.org.xml.in.h:108 +msgid "KPresenter presentation" +msgstr "παρουσίαση KPresenter" + +#: ../freedesktop.org.xml.in.h:109 +msgid "KSpread spreadsheet" +msgstr "λογιστικό φύλλο KSpread" + +#: ../freedesktop.org.xml.in.h:110 +msgid "KSpread spreadsheet (encrypted)" +msgstr "λογιστικό φύλλο KSpread (κρυπτογραφημένο)" + +#: ../freedesktop.org.xml.in.h:111 +msgid "KWord document" +msgstr "έγγραφο KWord" + +#: ../freedesktop.org.xml.in.h:112 +msgid "KWord document (encrypted)" +msgstr "έγγραφο KWord (κρυπτογραφημένο)" + +#: ../freedesktop.org.xml.in.h:113 +msgid "Karbon14 drawing" +msgstr "σχέδιο Karbon14" + +#: ../freedesktop.org.xml.in.h:114 +msgid "Kivio flowchart" +msgstr "διάγραμμα ροής Kivio" + +#: ../freedesktop.org.xml.in.h:115 +msgid "Kontour drawing" +msgstr "σχέδιο Kontour" + +#: ../freedesktop.org.xml.in.h:116 +msgid "Krita document" +msgstr "έγγραφο Krita" + +#: ../freedesktop.org.xml.in.h:117 +msgid "Kugar document" +msgstr "έγγραφο Kugar" + +#: ../freedesktop.org.xml.in.h:118 +msgid "LHA archive" +msgstr "αρχείο LHA" + +#: ../freedesktop.org.xml.in.h:119 +msgid "LHZ archive" +msgstr "αρχείο LHZ" + +#: ../freedesktop.org.xml.in.h:120 +msgid "LIBGRX font" +msgstr "γραμματοσειρά LIBGRX" + +#: ../freedesktop.org.xml.in.h:121 +msgid "LZO archive" +msgstr "αρχείο LZO" + +#: ../freedesktop.org.xml.in.h:122 +msgid "LightWave object" +msgstr "αντικείμενο LightWave" + +#: ../freedesktop.org.xml.in.h:123 +msgid "LightWave scene" +msgstr "σκηνή LightWave" + +#: ../freedesktop.org.xml.in.h:124 +msgid "Linux PSF console font" +msgstr "γραμματοσειρά κονσόλας PSF Linux" + +#: ../freedesktop.org.xml.in.h:125 +msgid "Literate haskell source code" +msgstr "πηγαίος κώδικας Literate haskell" + +#: ../freedesktop.org.xml.in.h:126 +msgid "Lotus 1-2-3 spreadsheet" +msgstr "λογιστικό φύλλο Lotus 1-2-3" + +#: ../freedesktop.org.xml.in.h:127 +msgid "Lotus AmiPro document" +msgstr "έγγραφο Lotus AmiPro" + +#: ../freedesktop.org.xml.in.h:128 +msgid "LyX document" +msgstr "έγγραφο LyX" + +#: ../freedesktop.org.xml.in.h:129 +msgid "MIDI audio" +msgstr "ήχος MIDI" + +#: ../freedesktop.org.xml.in.h:130 +msgid "MNG animation" +msgstr "κινούμενα σχέδια MNG" + +#: ../freedesktop.org.xml.in.h:131 +msgid "MP3 ShoutCast playlist" +msgstr "Λίστα αναπαραγωγής MP3 ShoutCast" + +#: ../freedesktop.org.xml.in.h:132 +msgid "MP3 audio" +msgstr "ήχος MP3" + +#: ../freedesktop.org.xml.in.h:133 +msgid "MP3 audio (streamed)" +msgstr "ήχος MP3 (εκπεμπόμενος)" + +#: ../freedesktop.org.xml.in.h:134 +msgid "MP3 playlist" +msgstr "Λίστα αναπαραγωγής MP3" + +#: ../freedesktop.org.xml.in.h:135 +#, fuzzy +msgid "MP4 audio" +msgstr "ήχος MP3" + +#: ../freedesktop.org.xml.in.h:136 +msgid "MPEG video" +msgstr "βίντεο MPEG" + +#: ../freedesktop.org.xml.in.h:137 +msgid "MSX ROM" +msgstr "εικόνα μνήμης ROM MSX" + +#: ../freedesktop.org.xml.in.h:138 +msgid "Macintosh AppleDouble-encoded file" +msgstr "αρχείο Macintosh κωδικοποίησης AppleDouble" + +#: ../freedesktop.org.xml.in.h:139 +msgid "Macintosh BinHex-encoded file" +msgstr "αρχείο Macintosh κωδικοποίησης BinHex" + +#: ../freedesktop.org.xml.in.h:140 +msgid "Macintosh MacBinary file" +msgstr "εκτελέσιμο Macintosh MacBinary" + +#: ../freedesktop.org.xml.in.h:141 +msgid "Macintosh Quickdraw/PICT drawing" +msgstr "σχέδιο Macintosh Quickdraw/PICT" + +#: ../freedesktop.org.xml.in.h:142 +msgid "Macintosh StuffIt archive" +msgstr "αρχείο Macintosh StuffIt" + +#: ../freedesktop.org.xml.in.h:143 +msgid "MagicPoint presentation" +msgstr "παρουσίαση MagicPoint" + +#: ../freedesktop.org.xml.in.h:144 +msgid "Makefile" +msgstr "Makefile" + +#: ../freedesktop.org.xml.in.h:145 +msgid "MathML document" +msgstr "έγγραφο MathML" + +#: ../freedesktop.org.xml.in.h:146 +msgid "Matroska video" +msgstr "βίντεο Matroska" + +#: ../freedesktop.org.xml.in.h:147 +msgid "Microsoft ASF video" +msgstr "βίντεο Microsoft ASF" + +#: ../freedesktop.org.xml.in.h:148 +msgid "Microsoft AVI video" +msgstr "βίντεο Microsoft AVI" + +#: ../freedesktop.org.xml.in.h:149 +msgid "Microsoft Excel spreadsheet" +msgstr "λογιστικό φύλλο Microsoft Excel" + +#: ../freedesktop.org.xml.in.h:150 +msgid "Microsoft Office drawing" +msgstr "σχέδιο Microsoft Office" + +#: ../freedesktop.org.xml.in.h:151 +msgid "Microsoft PowerPoint presentation" +msgstr "παρουσίαση Microsoft PowerPoint" + +#: ../freedesktop.org.xml.in.h:152 +msgid "Microsoft WMF file" +msgstr "αρχείο πολυμέσων Microsoft WMF" + +#: ../freedesktop.org.xml.in.h:153 +msgid "Microsoft WMV video" +msgstr "βίντεο Microsoft WMV" + +#: ../freedesktop.org.xml.in.h:154 +msgid "Microsoft Windows icon" +msgstr "εικονίδιο Microsoft Windows" + +#: ../freedesktop.org.xml.in.h:155 +msgid "Microsoft Word document" +msgstr "έγγραφο Microsoft Word" + +#: ../freedesktop.org.xml.in.h:156 +msgid "Microsoft Write document" +msgstr "έγγραφο Microsoft Write" + +#: ../freedesktop.org.xml.in.h:157 +msgid "Mozilla bookmarks" +msgstr "σελιδοδείκτες Mozilla" + +#: ../freedesktop.org.xml.in.h:158 +msgid "NES ROM" +msgstr "εικόνα μνήμης ROM NES" + +#: ../freedesktop.org.xml.in.h:159 +msgid "Nautilus link" +msgstr "σύνδεσμος Nautilus" + +#: ../freedesktop.org.xml.in.h:160 +msgid "Netscape bookmarks" +msgstr "σελιδοδείκτες Netscape" + +#: ../freedesktop.org.xml.in.h:161 +msgid "Nintendo64 ROM" +msgstr "εικόνα μνήμης ROM Nintendo64" + +#: ../freedesktop.org.xml.in.h:162 +msgid "Nullsoft video" +msgstr "βίντεο Nullsoft" + +#: ../freedesktop.org.xml.in.h:163 +msgid "ODA document" +msgstr "έγγραφο ODA" + +#: ../freedesktop.org.xml.in.h:164 +msgid "OLE2 compound document storage" +msgstr "αρχείο συμπαγούς αποθήκευσης εγγράφων OLE2" + +#: ../freedesktop.org.xml.in.h:165 +msgid "Objective-C source code" +msgstr "πηγαίος κώδικας Objective-C" + +#: ../freedesktop.org.xml.in.h:166 +msgid "Ogg Vorbis audio" +msgstr "ήχος Ogg Vobris" + +#: ../freedesktop.org.xml.in.h:167 +#, fuzzy +msgid "OpenDocument Chart" +msgstr "έγγραφο ODA" + +#: ../freedesktop.org.xml.in.h:168 +msgid "OpenDocument Database" +msgstr "" + +#: ../freedesktop.org.xml.in.h:169 +msgid "OpenDocument Drawing" +msgstr "" + +#: ../freedesktop.org.xml.in.h:170 +#, fuzzy +msgid "OpenDocument Drawing Template" +msgstr "πρότυπο σχεδίου OpenOffice.org Draw" + +#: ../freedesktop.org.xml.in.h:171 +msgid "OpenDocument Formula" +msgstr "" + +#: ../freedesktop.org.xml.in.h:172 +#, fuzzy +msgid "OpenDocument HTML Document Template" +msgstr "πρότυπο εγγράφου OpenOffice.org Writer" + +#: ../freedesktop.org.xml.in.h:173 +#, fuzzy +msgid "OpenDocument Image" +msgstr "έγγραφο ODA" + +#: ../freedesktop.org.xml.in.h:174 +#, fuzzy +msgid "OpenDocument Master Document" +msgstr "έγγραφο OpenOffice.org Writer" + +#: ../freedesktop.org.xml.in.h:175 +#, fuzzy +msgid "OpenDocument Presentation" +msgstr "παρουσίαση KPresenter" + +#: ../freedesktop.org.xml.in.h:176 +#, fuzzy +msgid "OpenDocument Presentation Template" +msgstr "πρότυπο παρουσίασης OpenOffice.org Impress" + +#: ../freedesktop.org.xml.in.h:177 +#, fuzzy +msgid "OpenDocument Spreadsheet" +msgstr "Λογιστικό φύλλο Gnumeric" + +#: ../freedesktop.org.xml.in.h:178 +#, fuzzy +msgid "OpenDocument Spreadsheet Template" +msgstr "πρότυπο λογιστικού φύλλου OpenOffice.org" + +#: ../freedesktop.org.xml.in.h:179 +#, fuzzy +msgid "OpenDocument Text" +msgstr "έγγραφο ODA" + +#: ../freedesktop.org.xml.in.h:180 +#, fuzzy +msgid "OpenDocument Text Template" +msgstr "πρότυπο εγγράφου OpenOffice.org Writer" + +#: ../freedesktop.org.xml.in.h:181 +msgid "OpenOffice.org Calc spreadsheet" +msgstr "λογιστικό φύλλο OpenOffice.org Calc" + +#: ../freedesktop.org.xml.in.h:182 +msgid "OpenOffice.org Calc spreadsheet template" +msgstr "πρότυπο λογιστικού φύλλου OpenOffice.org" + +#: ../freedesktop.org.xml.in.h:183 +msgid "OpenOffice.org Draw drawing" +msgstr "σχέδιο OpenOffice.org Draw" + +#: ../freedesktop.org.xml.in.h:184 +msgid "OpenOffice.org Draw drawing template" +msgstr "πρότυπο σχεδίου OpenOffice.org Draw" + +#: ../freedesktop.org.xml.in.h:185 +msgid "OpenOffice.org Impress presentation" +msgstr "παρουσίαση OpenOffice.org Impress" + +#: ../freedesktop.org.xml.in.h:186 +msgid "OpenOffice.org Impress presentation template" +msgstr "πρότυπο παρουσίασης OpenOffice.org Impress" + +#: ../freedesktop.org.xml.in.h:187 +msgid "OpenOffice.org Math formula" +msgstr "μαθηματικός τύπος OpenOffice.org Math" + +#: ../freedesktop.org.xml.in.h:188 +msgid "OpenOffice.org Writer document" +msgstr "έγγραφο OpenOffice.org Writer" + +#: ../freedesktop.org.xml.in.h:189 +msgid "OpenOffice.org Writer document template" +msgstr "πρότυπο εγγράφου OpenOffice.org Writer" + +#: ../freedesktop.org.xml.in.h:190 +msgid "OpenOffice.org Writer global document" +msgstr "καθολικό έγγραφο OpenOffice.org Writer" + +#: ../freedesktop.org.xml.in.h:191 +msgid "OpenType font" +msgstr "γραμματοσειρά OpenType " + +#: ../freedesktop.org.xml.in.h:192 +msgid "PCF font" +msgstr "γραμματοσειρά PCF" + +#: ../freedesktop.org.xml.in.h:193 +msgid "PCM audio" +msgstr "ήχος PCM" + +#: ../freedesktop.org.xml.in.h:194 +msgid "PDF document" +msgstr "έγγραφο PDF" + +#: ../freedesktop.org.xml.in.h:195 +msgid "PEF executable" +msgstr "εκτελέσιμο PEF" + +#: ../freedesktop.org.xml.in.h:196 +msgid "PGN chess game" +msgstr "παρτίδα σκακιού PGN" + +#: ../freedesktop.org.xml.in.h:197 +msgid "PGP keys" +msgstr "κλειδιά PGP" + +#: ../freedesktop.org.xml.in.h:198 +msgid "PGP message" +msgstr "μήνυμα PGP" + +#: ../freedesktop.org.xml.in.h:199 +msgid "PGP/MIME-encrypted message header" +msgstr "κεφαλίδα μηνύματος κρυπτογραφημένου κατά PGP/MIME" + +#: ../freedesktop.org.xml.in.h:200 +msgid "PHP script" +msgstr "πρόγραμμα εντολών PHP" + +#: ../freedesktop.org.xml.in.h:201 +msgid "PKCS#12 certificate bundle" +msgstr "πακέτο ψηφιακών πιστοποιητικών PKCS#12" + +#: ../freedesktop.org.xml.in.h:202 +msgid "PNG image" +msgstr "εικόνα PNG" + +#: ../freedesktop.org.xml.in.h:203 +msgid "PNM image" +msgstr "εικόνα PNM" + +#: ../freedesktop.org.xml.in.h:204 +msgid "Palm OS database" +msgstr "βάση δεδομένων Palm OS" + +#: ../freedesktop.org.xml.in.h:205 +msgid "Palmpilot database/document" +msgstr "έγγραφο/βάση δεδομένων Palmpilot" + +#: ../freedesktop.org.xml.in.h:206 +msgid "Pascal source code" +msgstr "πηγαίος κώδικας Pascal" + +#: ../freedesktop.org.xml.in.h:207 +msgid "Pathetic Writer document" +msgstr "έγγραφο Pathetic Writer" + +#: ../freedesktop.org.xml.in.h:208 +msgid "Perl script" +msgstr "πρόγραμμα εντολών Perl" + +#: ../freedesktop.org.xml.in.h:209 +msgid "PhotoCD image" +msgstr "εικόνα PhotoCD" + +#: ../freedesktop.org.xml.in.h:210 +msgid "Photoshop image" +msgstr "εικόνα Photoshop" + +#: ../freedesktop.org.xml.in.h:211 +msgid "Playlist" +msgstr "Λίστα αναπαραγωγής" + +#: ../freedesktop.org.xml.in.h:212 +msgid "Portable Bitmap File Format" +msgstr "Εικόνα Portable Bitmap (PBM)" + +#: ../freedesktop.org.xml.in.h:213 +msgid "Portable Graymap File Format" +msgstr "Εικόνα Portable Graymap (PGM)" + +#: ../freedesktop.org.xml.in.h:214 +msgid "Portable Pixmap File Format" +msgstr "Εικόνα Portable Pixmap (PPM)" + +#: ../freedesktop.org.xml.in.h:215 +msgid "PostScript document" +msgstr "έγγραφο PostScript" + +#: ../freedesktop.org.xml.in.h:216 +msgid "PostScript document (gzip-compressed)" +msgstr "έγγραφο PostScript (συμπιεσμένο με gzip)" + +#: ../freedesktop.org.xml.in.h:217 +msgid "Python bytecode" +msgstr "συμβολοκώδικας Python" + +#: ../freedesktop.org.xml.in.h:218 +msgid "Python script" +msgstr "πρόγραμμα εντολών Python" + +#: ../freedesktop.org.xml.in.h:219 +msgid "Qt Designer file" +msgstr "αρχείο Qt Designer" + +#: ../freedesktop.org.xml.in.h:220 +msgid "Qt Meta Object file" +msgstr "αρχείο μετα-αντικειμένων Qt" + +#: ../freedesktop.org.xml.in.h:221 +msgid "Quattro Pro spreadsheet" +msgstr "λογιστικό φύλλο Quattro Pro" + +#: ../freedesktop.org.xml.in.h:222 +msgid "QuickTime video" +msgstr "βίντεο QuickTime" + +#: ../freedesktop.org.xml.in.h:223 +msgid "Quicken document" +msgstr "έγγραφο Quicken" + +#: ../freedesktop.org.xml.in.h:224 +msgid "RAR archive" +msgstr "αρχείο RAR" + +#: ../freedesktop.org.xml.in.h:225 +msgid "RDF Site Summary" +msgstr "περίληψη ιστοσελίδας RDF" + +#: ../freedesktop.org.xml.in.h:226 +msgid "README document" +msgstr "έγγραφο README" + +#: ../freedesktop.org.xml.in.h:227 +msgid "RGB image" +msgstr "εικόνα RGB" + +#: ../freedesktop.org.xml.in.h:228 +msgid "RIFF audio" +msgstr "ήχος RIFF" + +#: ../freedesktop.org.xml.in.h:229 +msgid "RPM package" +msgstr "πακέτο RPM" + +#: ../freedesktop.org.xml.in.h:230 +msgid "RealAudio broadcast" +msgstr "ήχος εκπομπής RealAudio" + +#: ../freedesktop.org.xml.in.h:231 +msgid "RealAudio/Video document" +msgstr "έγγραφο RealAudio/Βίντεο" + +#: ../freedesktop.org.xml.in.h:232 +msgid "RealVideo video" +msgstr "βίντεο RealVideo" + +#: ../freedesktop.org.xml.in.h:233 +msgid "Resource Description Framework (RDF) file" +msgstr "αρχείο υποδομής περιγραφής πόρων (RDF)" + +#: ../freedesktop.org.xml.in.h:234 +msgid "Rich Text Format" +msgstr "έγγραφο Rich Text Format (RTF)" + +#: ../freedesktop.org.xml.in.h:235 +msgid "Ruby script" +msgstr "πρόγραμμα εντολών Ruby" + +#: ../freedesktop.org.xml.in.h:236 +msgid "Run Length Encoded bitmap" +msgstr "εικόνα Run Length Encoded (RLE)" + +#: ../freedesktop.org.xml.in.h:237 +msgid "S/MIME file" +msgstr "αρχείο S/MIME" + +#: ../freedesktop.org.xml.in.h:238 +msgid "SGI video" +msgstr "βίντεο SGI" + +#: ../freedesktop.org.xml.in.h:239 +msgid "SGML document" +msgstr "έγγραφο SGML" + +#: ../freedesktop.org.xml.in.h:240 +msgid "SMS/Game Gear ROM" +msgstr "εικόνα μνήμης ROM SMS/Game Gear" + +#: ../freedesktop.org.xml.in.h:241 +msgid "SQL code" +msgstr "κώδικας SQL" + +#: ../freedesktop.org.xml.in.h:242 +msgid "SUN Rasterfile image" +msgstr "εικόνα SUN Rasterfile" + +#: ../freedesktop.org.xml.in.h:243 +msgid "SV4 CPIO archive" +msgstr "αρχείο SV4 CPIO" + +#: ../freedesktop.org.xml.in.h:244 +msgid "SV4 CPIO archive (with CRC)" +msgstr "αρχείο SV4 CPIO (με CRC)" + +#: ../freedesktop.org.xml.in.h:245 +msgid "Scheme source code" +msgstr "πηγαίος κώδικας Scheme" + +#: ../freedesktop.org.xml.in.h:246 +msgid "Scream Tracker 3 audio" +msgstr "ήχος Scream Tracker 3" + +#: ../freedesktop.org.xml.in.h:247 +msgid "Scream Tracker audio" +msgstr "ήχος Scream Tracker" + +#: ../freedesktop.org.xml.in.h:248 +msgid "Scream Tracker instrument" +msgstr "μουσικό όργανο Scream Tracker" + +#: ../freedesktop.org.xml.in.h:249 +msgid "Setext document" +msgstr "έγγραφο Setext" + +#: ../freedesktop.org.xml.in.h:250 +msgid "Shockwave Flash file" +msgstr "αρχείο Shockwave Flash" + +#: ../freedesktop.org.xml.in.h:251 +msgid "Siag spreadsheet" +msgstr "λογιστικό φύλλο Siag" + +#: ../freedesktop.org.xml.in.h:252 +msgid "Silicon Graphics IRIS image" +msgstr "εικόνα Silicon Graphics IRIS" + +#: ../freedesktop.org.xml.in.h:253 +msgid "Speech document" +msgstr "έγγραφο Speech" + +#: ../freedesktop.org.xml.in.h:254 +msgid "Speedo font" +msgstr "γραμματοσειρά Speedo" + +#: ../freedesktop.org.xml.in.h:255 +msgid "Spreadsheet interchange document" +msgstr "λογιστικό φύλλο interchange" + +#: ../freedesktop.org.xml.in.h:256 +msgid "Stampede package" +msgstr "πακέτο Stampede" + +#: ../freedesktop.org.xml.in.h:257 +msgid "StarCalc spreadsheet" +msgstr "λογιστικό φύλλο StarCalc" + +#: ../freedesktop.org.xml.in.h:258 +msgid "StarChart chart" +msgstr "γράφημα StarChart" + +#: ../freedesktop.org.xml.in.h:259 +msgid "StarDraw drawing" +msgstr "σχέδιο StarDraw" + +#: ../freedesktop.org.xml.in.h:260 +msgid "StarImpress presentation" +msgstr "παρουσίαση StarImpress" + +#: ../freedesktop.org.xml.in.h:261 +msgid "StarMail email" +msgstr "ηλ. μήνυμα StarMail" + +#: ../freedesktop.org.xml.in.h:262 +msgid "StarMath formula" +msgstr "μαθηματικός τύπος StarMath" + +#: ../freedesktop.org.xml.in.h:263 +msgid "StarWriter document" +msgstr "έγγραφο StarWriter" + +#: ../freedesktop.org.xml.in.h:264 +#, fuzzy +msgid "StuffIt archive" +msgstr "αρχείο Macintosh StuffIt" + +#: ../freedesktop.org.xml.in.h:265 +msgid "SunOS News font" +msgstr "γραμματοσειρά SunOS News" + +#: ../freedesktop.org.xml.in.h:266 +msgid "Synchronized Multimedia Integration Language" +msgstr "Γλώσσα Ενοποίησης Συγχρονισμένων Πολυμέσων (SMIL)" + +#: ../freedesktop.org.xml.in.h:267 +msgid "TGIF document" +msgstr "Σχέδιο TGIF" + +#: ../freedesktop.org.xml.in.h:268 +msgid "TIFF image" +msgstr "εικόνα TIFF" + +#: ../freedesktop.org.xml.in.h:269 +msgid "TarGA image" +msgstr "εικόνα TarGA" + +#: ../freedesktop.org.xml.in.h:270 +msgid "Tcl script" +msgstr "πρόγραμμα εντολών Tcl" + +#: ../freedesktop.org.xml.in.h:271 +msgid "TeX DVI document" +msgstr " έγγραφο TeX DVI" + +#: ../freedesktop.org.xml.in.h:272 +msgid "TeX document" +msgstr "έγγραφο TeX" + +#: ../freedesktop.org.xml.in.h:273 +msgid "TeX font" +msgstr "γραμματοσειρά TeX" + +#: ../freedesktop.org.xml.in.h:274 +msgid "TeX font metrics" +msgstr "μετρικά γραμματοσειράς TeX" + +#: ../freedesktop.org.xml.in.h:275 +msgid "TeXInfo document" +msgstr "έγγραφο TeXInfo" + +#: ../freedesktop.org.xml.in.h:276 +msgid "ToutDoux document" +msgstr "έγγραφο ToutDoux" + +#: ../freedesktop.org.xml.in.h:277 +msgid "Troff ME input document" +msgstr "έγγραφο/πρόγραμμα εντολών troff ME" + +#: ../freedesktop.org.xml.in.h:278 +msgid "Troff MM input document" +msgstr "έγγραφο/πρόγραμμα εντολών troff MM" + +#: ../freedesktop.org.xml.in.h:279 +msgid "Troff MS input document" +msgstr "έγγραφο/πρόγραμμα εντολών troff MS" + +#: ../freedesktop.org.xml.in.h:280 +msgid "Troff document" +msgstr "έγγραφο troff" + +#: ../freedesktop.org.xml.in.h:281 +msgid "Troff document (with manpage macros)" +msgstr "έγγραφο troff (με μακροεντολές manpage)" + +#: ../freedesktop.org.xml.in.h:282 +msgid "TrueType font" +msgstr "γραμματοσειρά TrueType" + +#: ../freedesktop.org.xml.in.h:283 +msgid "Truevision Targa image" +msgstr "εικόνα Truevision Targa" + +#: ../freedesktop.org.xml.in.h:284 +msgid "ULAW (Sun) audio" +msgstr "ήχος ULAW (Sun)" + +#: ../freedesktop.org.xml.in.h:285 +msgid "UNIX-compressed file" +msgstr "αρχείο συμπιεσμένο με compress" + +#: ../freedesktop.org.xml.in.h:286 +msgid "Unidata NetCDF document" +msgstr "έγγραφο Unidata NetCDF" + +#: ../freedesktop.org.xml.in.h:287 +msgid "Usenet news message" +msgstr "μήνυμα ομάδων συζητήσεων Usenet" + +#: ../freedesktop.org.xml.in.h:288 +msgid "V font" +msgstr "γραμματοσειρά V" + +#: ../freedesktop.org.xml.in.h:289 +msgid "VOC audio" +msgstr "ήχος VOC" + +#: ../freedesktop.org.xml.in.h:290 +msgid "VRML document" +msgstr "έγγραφο VRML" + +#: ../freedesktop.org.xml.in.h:291 +msgid "Vivo video" +msgstr "βίντεο Vivo" + +#: ../freedesktop.org.xml.in.h:292 +msgid "WAIS source code" +msgstr "πηγαίος κώδικας WAIS" + +#: ../freedesktop.org.xml.in.h:293 +msgid "WAV audio" +msgstr "ήχος WAV" + +#: ../freedesktop.org.xml.in.h:294 +msgid "WML document" +msgstr "έγγραφο WML" + +#: ../freedesktop.org.xml.in.h:295 +msgid "Wavelet video" +msgstr "βίντεο Wavelet" + +#: ../freedesktop.org.xml.in.h:296 +msgid "Windows BMP image" +msgstr "εικόνα Microsoft Windows BMP" + +#: ../freedesktop.org.xml.in.h:297 +msgid "Windows cursor" +msgstr "δείκτης παραθυρικού περιβάλλοντος" + +#: ../freedesktop.org.xml.in.h:298 +msgid "WordPerfect document" +msgstr "έγγραφο WordPerfect" + +#: ../freedesktop.org.xml.in.h:299 +msgid "WordPerfect/Drawperfect image" +msgstr "εικόνα WordPerfect/Drawperfect" + +#: ../freedesktop.org.xml.in.h:300 +msgid "X BitMap image" +msgstr "εικόνα X BitMap" + +#: ../freedesktop.org.xml.in.h:301 +msgid "X PixMap image" +msgstr "εικόνα X PixMap" + +#: ../freedesktop.org.xml.in.h:302 +msgid "X window image" +msgstr "εικόνα περιβάλλοντος X" + +#: ../freedesktop.org.xml.in.h:303 +msgid "X-Motif UIL table" +msgstr "πίνακας X-Motif UIL" + +#: ../freedesktop.org.xml.in.h:304 +msgid "XBEL bookmarks" +msgstr "σελιδοδείκτες XBEL" + +#: ../freedesktop.org.xml.in.h:305 +msgid "XFig image" +msgstr "εικόνα XFig" + +#: ../freedesktop.org.xml.in.h:306 +msgid "XHTML page" +msgstr "σελίδα XHTML" + +#: ../freedesktop.org.xml.in.h:307 +msgid "XML Metadata Interchange file" +msgstr "αρχείο μετα-δεδομένων XML Interchange" + +#: ../freedesktop.org.xml.in.h:308 +#, fuzzy +msgid "XML User Interface Language document" +msgstr "έγγραφο XML" + +#: ../freedesktop.org.xml.in.h:309 +msgid "XSL Formating Object file" +msgstr "αρχείο μορφοποίησης αντικειμένου XSL" + +#: ../freedesktop.org.xml.in.h:310 +msgid "XSLT stylesheet" +msgstr "φύλλο στυλ XSLT" + +#: ../freedesktop.org.xml.in.h:311 +msgid "ZIP archive" +msgstr "αρχείο ZIP" + +#: ../freedesktop.org.xml.in.h:312 +msgid "active server page" +msgstr "πρόγραμμα εντολών Active Server Page (ASP)" + +#: ../freedesktop.org.xml.in.h:313 +msgid "application log" +msgstr "ημερολόγιο συμβάντων εφαρμογής" + +#: ../freedesktop.org.xml.in.h:314 +msgid "author list" +msgstr "κατάλογος συγγραφέων" + +#: ../freedesktop.org.xml.in.h:315 +msgid "backup file" +msgstr "αντίγραφο ασφαλείας" + +#: ../freedesktop.org.xml.in.h:316 +msgid "block device" +msgstr "συσκευή block" + +#: ../freedesktop.org.xml.in.h:317 +msgid "bzip archive" +msgstr "αρχείο bzip" + +#: ../freedesktop.org.xml.in.h:318 +msgid "character device" +msgstr "συσκευή χαρακτήρων" + +#: ../freedesktop.org.xml.in.h:319 +msgid "compound document" +msgstr "σύνθετο έγγραφο" + +#: ../freedesktop.org.xml.in.h:320 +msgid "compound documents" +msgstr "σύνθετα έγγραφα" + +#: ../freedesktop.org.xml.in.h:321 +msgid "dBASE document" +msgstr "έγγραφο dBASE" + +#: ../freedesktop.org.xml.in.h:322 +msgid "desktop configuration file" +msgstr "ρυθμίσεις επιφάνεια εργασίας" + +#: ../freedesktop.org.xml.in.h:323 +msgid "detached OpenPGP signature" +msgstr "αποκομμένη υπογραφή OpenPGP" + +#: ../freedesktop.org.xml.in.h:324 +msgid "detached S/MIME signature" +msgstr "αποκομμένη υπογραφή S/MIME" + +#: ../freedesktop.org.xml.in.h:325 +msgid "differences between files" +msgstr "διαφορές μεταξύ αρχείων" + +#: ../freedesktop.org.xml.in.h:326 +msgid "document type definition" +msgstr "ορισμός τύπου εγγράφου" + +#: ../freedesktop.org.xml.in.h:327 +msgid "eXtensible Markup Language document" +msgstr "έγγραφο XML" + +#: ../freedesktop.org.xml.in.h:328 +msgid "email headers" +msgstr "κεφαλίδες ηλ. μηνυμάτων" + +#: ../freedesktop.org.xml.in.h:329 +msgid "email message" +msgstr "ηλ. μήνυμα" + +#: ../freedesktop.org.xml.in.h:330 +msgid "empty document" +msgstr "κενό έγγραφο" + +#: ../freedesktop.org.xml.in.h:331 +msgid "encrypted message" +msgstr "κρυπτογραφημένο μήνυμα" + +#: ../freedesktop.org.xml.in.h:332 +msgid "enriched text document" +msgstr "εγγραφο εμπλουτισμένου κειμένου" + +#: ../freedesktop.org.xml.in.h:333 +msgid "executable" +msgstr "εκτελέσιμο" + +#: ../freedesktop.org.xml.in.h:334 +msgid "folder" +msgstr "φάκελος" + +#: ../freedesktop.org.xml.in.h:335 +msgid "font" +msgstr "γραμματοσειρά" + +#: ../freedesktop.org.xml.in.h:336 +msgid "generic font file" +msgstr "γενικό αρχείο γραμματοσειράς" + +#: ../freedesktop.org.xml.in.h:337 +msgid "gtar archive" +msgstr "αρχείο gtar" + +#: ../freedesktop.org.xml.in.h:338 +msgid "gzip archive" +msgstr "αρχείο gzip" + +#: ../freedesktop.org.xml.in.h:339 +msgid "help page" +msgstr "σελίδα βοηθείας" + +#: ../freedesktop.org.xml.in.h:340 +msgid "iPod firmware" +msgstr "εικόνα μνήμης firmware iPod" + +#: ../freedesktop.org.xml.in.h:341 +msgid "mail delivery report" +msgstr "αναφορά παράδοσης μηνύματος" + +#: ../freedesktop.org.xml.in.h:342 +msgid "mail disposition report" +msgstr "αναφορά διάθεσης μηνύματος" + +#: ../freedesktop.org.xml.in.h:343 +msgid "mail system report" +msgstr "αναφορά συστήματος ηλ. ταχυδρομείου" + +#: ../freedesktop.org.xml.in.h:344 +msgid "manual page (compressed)" +msgstr "σελίδα οδηγιών (συμπιεσμένη)" + +#: ../freedesktop.org.xml.in.h:345 +msgid "message catalog" +msgstr "κατάλογος μηνυμάτων" + +#: ../freedesktop.org.xml.in.h:346 +msgid "message digest" +msgstr "περίληψη μηνύματος" + +#: ../freedesktop.org.xml.in.h:347 +msgid "message in several formats" +msgstr "μήνυμα σε διάφορες μορφές" + +#: ../freedesktop.org.xml.in.h:348 +msgid "message translation template" +msgstr "πρότυπο μετάφρασης μηνυμάτων" + +#: ../freedesktop.org.xml.in.h:349 +msgid "mount point" +msgstr "σημείο προσάρτησης" + +#: ../freedesktop.org.xml.in.h:350 +msgid "object code" +msgstr "μεταφρασμένος κώδικας" + +#: ../freedesktop.org.xml.in.h:351 +msgid "packed font file" +msgstr "αρχείο συμπιεσμένης γραμματοσειράς" + +#: ../freedesktop.org.xml.in.h:352 +msgid "partial email message" +msgstr "τμηματικό ηλ. μήνυμα" + +#: ../freedesktop.org.xml.in.h:353 +msgid "pipe" +msgstr "σωλήνωση" + +#: ../freedesktop.org.xml.in.h:354 +msgid "plain text document" +msgstr "έγγραφο απλού κειμένου" + +#: ../freedesktop.org.xml.in.h:355 +msgid "profiler results" +msgstr "αποτελέσματα μετρήσεων για την εκτέλεση προγράμματος" + +#: ../freedesktop.org.xml.in.h:356 +msgid "program crash data" +msgstr "δεδομένα από την κατάρρευση προγράμματος" + +#: ../freedesktop.org.xml.in.h:357 +msgid "raw CD image" +msgstr "εικόνα περιεχομένου ψηφιακού δίσκου" + +#: ../freedesktop.org.xml.in.h:358 +msgid "reference to remote file" +msgstr "αναφορά σε απόμακρο αρχείο" + +#: ../freedesktop.org.xml.in.h:359 +msgid "rejected patch" +msgstr "μπάλωμα που απορρίφθηκε" + +#. Note: text/uri-list is reserved by the XDND protocol! +#: ../freedesktop.org.xml.in.h:361 +msgid "resource location" +msgstr "τοποθεσία πόρου" + +#: ../freedesktop.org.xml.in.h:362 +msgid "rich text document" +msgstr "έγγραφο εμπλουτισμένου κειμένου (RTF)" + +#: ../freedesktop.org.xml.in.h:363 +msgid "scalable SVG image" +msgstr "εικόνα SVG" + +#: ../freedesktop.org.xml.in.h:364 +msgid "shared library" +msgstr "αρχείο κοινόχρηστης βιβλιοθήκης" + +#: ../freedesktop.org.xml.in.h:365 +msgid "shared library (la)" +msgstr "αρχείο κοινόχρηστης βιβλιοθήκης (la)" + +#: ../freedesktop.org.xml.in.h:366 +msgid "shell archive" +msgstr "αρχείο φλοιού (SHAR)" + +#: ../freedesktop.org.xml.in.h:367 +msgid "shell script" +msgstr "αρχείο εντολών φλοιού" + +#: ../freedesktop.org.xml.in.h:368 +msgid "signed message" +msgstr "υπογεγραμμένο μήνυμα" + +#: ../freedesktop.org.xml.in.h:369 +msgid "socket" +msgstr "υποδοχή" + +#: ../freedesktop.org.xml.in.h:370 +msgid "software author credits" +msgstr "αναφορά σε συγγραφέα λογισμικού" + +#: ../freedesktop.org.xml.in.h:371 +msgid "software installation instructions" +msgstr "οδηγίες εγκατάστασης λογισμικού" + +#: ../freedesktop.org.xml.in.h:372 +msgid "software license terms" +msgstr "οροι άδειας χρήσης λογισμικού" + +#: ../freedesktop.org.xml.in.h:373 +msgid "stream of data (server push)" +msgstr "χείμαρρος δεδομένων (στελλόμενα από τον εξυπηρετητή)" + +#: ../freedesktop.org.xml.in.h:374 +msgid "symbolic link" +msgstr "συμβολικός σύνδεσμος" + +#: ../freedesktop.org.xml.in.h:375 +msgid "tar archive" +msgstr "αρχείο tar" + +#: ../freedesktop.org.xml.in.h:376 +msgid "tar archive (LZO-compressed)" +msgstr "αρχείο tar (συμπιεσμένο με LZO)" + +#: ../freedesktop.org.xml.in.h:377 +msgid "tar archive (bzip-compressed)" +msgstr "αρχείο tar (συμπιεσμένο με bzip)" + +#: ../freedesktop.org.xml.in.h:378 +msgid "tar archive (compressed)" +msgstr "αρχείο tar (συμπιεσμένο)" + +#: ../freedesktop.org.xml.in.h:379 +msgid "tar archive (gzip-compressed)" +msgstr "αρχείο tar (συμπιεσμένο με gzip)" + +#: ../freedesktop.org.xml.in.h:380 +msgid "text document (with comma-separated values)" +msgstr "αρχείο κειμένου (με τα πεδία να χωρίζονται με κόμματα)" + +#: ../freedesktop.org.xml.in.h:381 +msgid "text document (with tab-separated values)" +msgstr "αρχείο κειμένου (με τα πεδία να χωρίζονται με στηλογνώμονες)" + +#: ../freedesktop.org.xml.in.h:382 +msgid "theme" +msgstr "Θέμα" + +#: ../freedesktop.org.xml.in.h:383 +msgid "translated messages" +msgstr "μεταφρασμένα μηνύματα" + +#: ../freedesktop.org.xml.in.h:384 +msgid "translated messages (machine-readable)" +msgstr "μεταφρασμένα μηνύματα (για μηχανική ανάγνωση)" + +#: ../freedesktop.org.xml.in.h:385 +msgid "unknown" +msgstr "αγνωστο" + +#: ../freedesktop.org.xml.in.h:386 +msgid "ustar archive" +msgstr "αρχείο ustar" + +#: ../freedesktop.org.xml.in.h:387 +msgid "vCalendar interchange file" +msgstr "αρχείο υπομνήσεων/επαφών vCalendar" + +#: ../freedesktop.org.xml.in.h:388 +msgid "zoo archive" +msgstr "αρχείο zoo" + +#~ msgid "Korn shell script" +#~ msgstr "πρόγραμμα εντολών φλοιού Korn" + +#~ msgid "directory information file" +#~ msgstr "αρχείο πληροφοριών καταλόγου" + +#~ msgid "iCalendar file" +#~ msgstr "αρχείο iCalendar" diff --git a/po/en_GB.po b/po/en_GB.po new file mode 100644 index 0000000..00838ff --- /dev/null +++ b/po/en_GB.po @@ -0,0 +1,1651 @@ +# English/GB translation of shared-mime-info. +# Copyright (C) 2003 Free Software Foundation, Inc. +# David Lodge , 2004-2006. +# +# +# +msgid "" +msgstr "" +"Project-Id-Version: shared-mime-info 0.17\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2006-03-18 16:08+0100\n" +"PO-Revision-Date: 2006-09-28 19:25-0000\n" +"Last-Translator: David Lodge \n" +"Language-Team: English (British) \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: freedesktop.org.xml.in.h:1 +msgid "3D Studio image" +msgstr "3D Studio image" + +#: freedesktop.org.xml.in.h:2 +msgid "3GPP multimedia" +msgstr "3GPP multimedia" + +#: freedesktop.org.xml.in.h:3 +msgid "AIFC audio" +msgstr "AIFC audio" + +#: freedesktop.org.xml.in.h:4 +msgid "AIFF audio" +msgstr "AIFF audio" + +#: freedesktop.org.xml.in.h:5 +msgid "AIFF/Amiga/Mac audio" +msgstr "AIFF/Amiga/Mac audio" + +#: freedesktop.org.xml.in.h:6 +msgid "ANIM animation" +msgstr "ANIM animation" + +#: freedesktop.org.xml.in.h:7 +msgid "AR archive" +msgstr "AR archive" + +#: freedesktop.org.xml.in.h:8 +msgid "ARJ archive" +msgstr "ARJ archive" + +#: freedesktop.org.xml.in.h:9 +msgid "ASF video" +msgstr "ASF video" + +#: freedesktop.org.xml.in.h:10 +msgid "ASP page" +msgstr "ASP page" + +#: freedesktop.org.xml.in.h:11 +msgid "ATK inset" +msgstr "ATK inset" + +#: freedesktop.org.xml.in.h:12 +msgid "AVI video" +msgstr "AVI video" + +#: freedesktop.org.xml.in.h:13 +msgid "AWK script" +msgstr "AWK script" + +#: freedesktop.org.xml.in.h:14 +msgid "AbiWord document" +msgstr "AbiWord document" + +#: freedesktop.org.xml.in.h:15 +msgid "Ada source code" +msgstr "Ada source code" + +#: freedesktop.org.xml.in.h:16 +msgid "Adobe FrameMaker font" +msgstr "Adobe FrameMaker font" + +#: freedesktop.org.xml.in.h:17 +msgid "Adobe Illustrator document" +msgstr "Adobe Illustrator document" + +#: freedesktop.org.xml.in.h:18 +msgid "Adobe font metrics" +msgstr "Adobe font metrics" + +#: freedesktop.org.xml.in.h:19 +msgid "Amiga SoundTracker audio" +msgstr "Amiga SoundTracker audio" + +#: freedesktop.org.xml.in.h:20 +msgid "Applix Graphics image" +msgstr "Applix Graphics image" + +#: freedesktop.org.xml.in.h:21 +msgid "Applix Spreadsheets spreadsheet" +msgstr "Applix Spreadsheets spreadsheet" + +#: freedesktop.org.xml.in.h:22 +msgid "Applix Words document" +msgstr "Applix Words document" + +#: freedesktop.org.xml.in.h:23 +msgid "AutoCAD image" +msgstr "AutoCAD image" + +#: freedesktop.org.xml.in.h:24 +msgid "BCPIO document" +msgstr "BCPIO document" + +#: freedesktop.org.xml.in.h:25 +msgid "BDF font" +msgstr "BDF font" + +#: freedesktop.org.xml.in.h:26 +msgid "BibTeX document" +msgstr "BibTeX document" + +#: freedesktop.org.xml.in.h:27 +msgid "BitTorrent seed file" +msgstr "BitTorrent seed file" + +#: freedesktop.org.xml.in.h:28 +msgid "Blender scene" +msgstr "Blender scene" + +#: freedesktop.org.xml.in.h:29 +msgid "C header" +msgstr "C header" + +#: freedesktop.org.xml.in.h:30 +msgid "C shell script" +msgstr "C shell script" + +#: freedesktop.org.xml.in.h:31 +msgid "C source code" +msgstr "C source code" + +#: freedesktop.org.xml.in.h:32 +msgid "C# source code" +msgstr "C# source code" + +#: freedesktop.org.xml.in.h:33 +msgid "C++ header" +msgstr "C++ header" + +#: freedesktop.org.xml.in.h:34 +msgid "C++ source code" +msgstr "C++ source code" + +#: freedesktop.org.xml.in.h:35 +msgid "CCITT G3 fax" +msgstr "CCITT G3 fax" + +#: freedesktop.org.xml.in.h:36 +msgid "CD image cuesheet" +msgstr "CD image cuesheet" + +#: freedesktop.org.xml.in.h:37 +msgid "CGI script" +msgstr "CGI script" + +#: freedesktop.org.xml.in.h:38 +msgid "CMU raster image" +msgstr "CMU raster image" + +#: freedesktop.org.xml.in.h:39 +msgid "CPIO archive" +msgstr "CPIO archive" + +#: freedesktop.org.xml.in.h:40 +msgid "CPIO archive (gzip-compressed)" +msgstr "CPIO archive (gzip-compressed)" + +#: freedesktop.org.xml.in.h:41 +msgid "CSS stylesheet" +msgstr "CSS stylesheet" + +#: freedesktop.org.xml.in.h:42 +msgid "CSV document" +msgstr "CSV document" + +#: freedesktop.org.xml.in.h:43 +msgid "ChangeLog document" +msgstr "ChangeLog document" + +#: freedesktop.org.xml.in.h:44 +msgid "Commodore 64 audio" +msgstr "Commodore 64 audio" + +#: freedesktop.org.xml.in.h:45 +msgid "Computer Graphics Metafile" +msgstr "Computer Graphics Metafile" + +#: freedesktop.org.xml.in.h:46 +msgid "Corel Draw drawing" +msgstr "Corel Draw drawing" + +#: freedesktop.org.xml.in.h:47 +msgid "D source code" +msgstr "D source code" + +#: freedesktop.org.xml.in.h:48 +msgid "DCL script" +msgstr "DCL script" + +#: freedesktop.org.xml.in.h:49 +msgid "DER/PEM/Netscape-encoded X.509 certificate" +msgstr "DER/PEM/Netscape-encoded X.509 certificate" + +#: freedesktop.org.xml.in.h:50 +msgid "DIB image" +msgstr "DIB image" + +#: freedesktop.org.xml.in.h:51 +msgid "DICOM image" +msgstr "DICOM image" + +#: freedesktop.org.xml.in.h:52 +msgid "DOS font" +msgstr "DOS font" + +#: freedesktop.org.xml.in.h:53 +msgid "DOS/Windows executable" +msgstr "DOS/Windows executable" + +#: freedesktop.org.xml.in.h:54 +msgid "DPX image" +msgstr "DPX image" + +#: freedesktop.org.xml.in.h:55 +msgid "DSSSL document" +msgstr "DSSSL document" + +#: freedesktop.org.xml.in.h:56 +msgid "DTD file" +msgstr "DTD file" + +#: freedesktop.org.xml.in.h:57 +msgid "DV video" +msgstr "DV video" + +#: freedesktop.org.xml.in.h:58 +msgid "DXF vector image" +msgstr "DXF vector image" + +#: freedesktop.org.xml.in.h:59 +msgid "Debian package" +msgstr "Debian package" + +#: freedesktop.org.xml.in.h:60 +msgid "Dia diagram" +msgstr "Dia diagram" + +#: freedesktop.org.xml.in.h:61 +msgid "DjVu image" +msgstr "DjVu image" + +#: freedesktop.org.xml.in.h:62 +msgid "DocBook document" +msgstr "DocBook document" + +#: freedesktop.org.xml.in.h:63 +msgid "Dolby Digital audio" +msgstr "Dolby Digital audio" + +#: freedesktop.org.xml.in.h:64 +msgid "Dreamcast ROM" +msgstr "Dreamcast ROM" + +#: freedesktop.org.xml.in.h:65 +msgid "EPS image" +msgstr "EPS image" + +#: freedesktop.org.xml.in.h:66 +msgid "Egon Animator animation" +msgstr "Egon Animator animation" + +#: freedesktop.org.xml.in.h:67 +msgid "Electronic Business Card" +msgstr "Electronic Business Card" + +#: freedesktop.org.xml.in.h:68 +msgid "Emacs Lisp source code" +msgstr "Emacs Lisp source code" + +#: freedesktop.org.xml.in.h:69 +msgid "Enlightenment theme" +msgstr "Enlightenment theme" + +#: freedesktop.org.xml.in.h:70 +msgid "Excel spreadsheet" +msgstr "Excel spreadsheet" + +#: freedesktop.org.xml.in.h:71 +msgid "FITS document" +msgstr "FITS document" + +#: freedesktop.org.xml.in.h:72 +msgid "FLAC audio" +msgstr "FLAC audio" + +#: freedesktop.org.xml.in.h:73 +msgid "FLIC animation" +msgstr "FLIC animation" + +#: freedesktop.org.xml.in.h:74 +msgid "FPX image" +msgstr "FPX image" + +#: freedesktop.org.xml.in.h:75 +msgid "FastTracker II audio" +msgstr "FastTracker II audio" + +#: freedesktop.org.xml.in.h:76 +msgid "Flash video" +msgstr "Flash video" + +#: freedesktop.org.xml.in.h:77 +msgid "Fortran source code" +msgstr "Fortran source code" + +#: freedesktop.org.xml.in.h:78 +msgid "FrameMaker MIF document" +msgstr "FrameMaker MIF document" + +#: freedesktop.org.xml.in.h:79 +msgid "G3 fax image" +msgstr "G3 fax image" + +#: freedesktop.org.xml.in.h:80 +msgid "GEDCOM family history" +msgstr "GEDCOM family history" + +#: freedesktop.org.xml.in.h:81 +msgid "GIF image" +msgstr "GIF image" + +#: freedesktop.org.xml.in.h:82 +msgid "GIMP image" +msgstr "GIMP image" + +#: freedesktop.org.xml.in.h:83 +msgid "GIMP image (compressed)" +msgstr "GIMP image (compressed)" + +#: freedesktop.org.xml.in.h:84 +msgid "GMC link" +msgstr "GMC link" + +#: freedesktop.org.xml.in.h:85 +msgid "GNU Oleo spreadsheet" +msgstr "GNU Oleo spreadsheet" + +#: freedesktop.org.xml.in.h:86 +msgid "GNU mail message" +msgstr "GNU mail message" + +#: freedesktop.org.xml.in.h:87 +msgid "GTK+ configuration" +msgstr "GTK+ configuration" + +#: freedesktop.org.xml.in.h:88 +msgid "GTKtalog catalog" +msgstr "GTKtalog catalogue" + +#: freedesktop.org.xml.in.h:89 +msgid "Game Boy ROM" +msgstr "Game Boy ROM" + +#: freedesktop.org.xml.in.h:90 +msgid "Genesis ROM" +msgstr "Genesis ROM" + +#: freedesktop.org.xml.in.h:91 +msgid "Glade project" +msgstr "Glade project" + +#: freedesktop.org.xml.in.h:92 +msgid "GnuCash spreadsheet" +msgstr "GnuCash spreadsheet" + +#: freedesktop.org.xml.in.h:93 +msgid "Gnumeric spreadsheet" +msgstr "Gnumeric spreadsheet" + +#: freedesktop.org.xml.in.h:94 +msgid "Gnuplot document" +msgstr "Gnuplot document" + +#: freedesktop.org.xml.in.h:95 +msgid "Graphite scientific graph" +msgstr "Graphite scientific graph" + +#: freedesktop.org.xml.in.h:96 +msgid "HDF document" +msgstr "HDF document" + +#: freedesktop.org.xml.in.h:97 +msgid "HPGL file" +msgstr "HPGL file" + +#: freedesktop.org.xml.in.h:98 +msgid "HTML document" +msgstr "HTML document" + +#: freedesktop.org.xml.in.h:99 +msgid "Haskell source code" +msgstr "Haskell source code" + +#: freedesktop.org.xml.in.h:100 +msgid "ICO icon" +msgstr "ICO icon" + +#: freedesktop.org.xml.in.h:101 +msgid "IDL document" +msgstr "IDL document" + +#: freedesktop.org.xml.in.h:102 +msgid "IEF image" +msgstr "IEF image" + +#: freedesktop.org.xml.in.h:103 +msgid "IFF image" +msgstr "IFF image" + +#: freedesktop.org.xml.in.h:104 +msgid "ILBM image" +msgstr "ILBM image" + +#: freedesktop.org.xml.in.h:105 +msgid "ISI video" +msgstr "ISI video" + +#: freedesktop.org.xml.in.h:106 +msgid "Impulse Tracker audio" +msgstr "Impulse Tracker audio" + +#: freedesktop.org.xml.in.h:107 +msgid "JBuilder project" +msgstr "JBuilder project" + +#: freedesktop.org.xml.in.h:108 +msgid "JET database" +msgstr "JET database" + +#: freedesktop.org.xml.in.h:109 +msgid "JNG image" +msgstr "JNG image" + +#: freedesktop.org.xml.in.h:110 +msgid "JNLP file" +msgstr "JNLP file" + +#: freedesktop.org.xml.in.h:111 +msgid "JPEG image" +msgstr "JPEG image" + +#: freedesktop.org.xml.in.h:112 +msgid "JPEG-2000 image" +msgstr "JPEG-2000 image" + +#: freedesktop.org.xml.in.h:113 +msgid "Java archive" +msgstr "Java archive" + +#: freedesktop.org.xml.in.h:114 +msgid "Java byte code" +msgstr "Java byte code" + +#: freedesktop.org.xml.in.h:115 +msgid "Java class" +msgstr "Java class" + +#: freedesktop.org.xml.in.h:116 +msgid "Java source code" +msgstr "Java source code" + +#: freedesktop.org.xml.in.h:117 +msgid "Javascript program" +msgstr "Javascript program" + +#: freedesktop.org.xml.in.h:118 +msgid "KChart chart" +msgstr "KChart chart" + +#: freedesktop.org.xml.in.h:119 +msgid "KFormula formula" +msgstr "KFormula formula" + +#: freedesktop.org.xml.in.h:120 +msgid "KIllustrator drawing" +msgstr "KIllustrator drawing" + +#: freedesktop.org.xml.in.h:121 +msgid "KPovModeler scene" +msgstr "KPovModeler scene" + +#: freedesktop.org.xml.in.h:122 +msgid "KPresenter presentation" +msgstr "KPresenter presentation" + +#: freedesktop.org.xml.in.h:123 +msgid "KSpread spreadsheet" +msgstr "KSpread spreadsheet" + +#: freedesktop.org.xml.in.h:124 +msgid "KSpread spreadsheet (encrypted)" +msgstr "KSpread spreadsheet (encrypted)" + +#: freedesktop.org.xml.in.h:125 +msgid "KWord document" +msgstr "KWord document" + +#: freedesktop.org.xml.in.h:126 +msgid "KWord document (encrypted)" +msgstr "KWord document (encrypted)" + +#: freedesktop.org.xml.in.h:127 +msgid "Karbon14 drawing" +msgstr "Karbon14 drawing" + +#: freedesktop.org.xml.in.h:128 +msgid "Kivio flowchart" +msgstr "Kivio flowchart" + +#: freedesktop.org.xml.in.h:129 +msgid "Kontour drawing" +msgstr "Kontour drawing" + +#: freedesktop.org.xml.in.h:130 +msgid "Krita document" +msgstr "Krita document" + +#: freedesktop.org.xml.in.h:131 +msgid "Kugar document" +msgstr "Kugar document" + +#: freedesktop.org.xml.in.h:132 +msgid "LHA archive" +msgstr "LHA archive" + +#: freedesktop.org.xml.in.h:133 +msgid "LHS source code" +msgstr "LHS source code" + +#: freedesktop.org.xml.in.h:134 +msgid "LHZ archive" +msgstr "LHZ archive" + +#: freedesktop.org.xml.in.h:135 +msgid "LIBGRX font" +msgstr "LIBGRX font" + +#: freedesktop.org.xml.in.h:136 +msgid "LZO archive" +msgstr "LZO archive" + +#: freedesktop.org.xml.in.h:137 +msgid "LightWave object" +msgstr "LightWave object" + +#: freedesktop.org.xml.in.h:138 +msgid "LightWave scene" +msgstr "LightWave scene" + +#: freedesktop.org.xml.in.h:139 +msgid "Linux PSF console font" +msgstr "Linux PSF console font" + +#: freedesktop.org.xml.in.h:140 +msgid "Lotus 1-2-3 spreadsheet" +msgstr "Lotus 1-2-3 spreadsheet" + +#: freedesktop.org.xml.in.h:141 +msgid "Lotus AmiPro document" +msgstr "Lotus AmiPro document" + +#: freedesktop.org.xml.in.h:142 +msgid "LyX document" +msgstr "LyX document" + +#: freedesktop.org.xml.in.h:143 +msgid "M4 macro" +msgstr "M4 macro" + +#: freedesktop.org.xml.in.h:144 +msgid "MATLAB script/function" +msgstr "MATLAB script/function" + +#: freedesktop.org.xml.in.h:145 +msgid "MIDI audio" +msgstr "MIDI audio" + +#: freedesktop.org.xml.in.h:146 +msgid "MNG animation" +msgstr "MNG animation" + +#: freedesktop.org.xml.in.h:147 +msgid "MP3 ShoutCast playlist" +msgstr "MP3 ShoutCast playlist" + +#: freedesktop.org.xml.in.h:148 +msgid "MP3 audio" +msgstr "MP3 audio" + +#: freedesktop.org.xml.in.h:149 +msgid "MP3 audio (streamed)" +msgstr "MP3 audio (streamed)" + +#: freedesktop.org.xml.in.h:150 +msgid "MP3 playlist" +msgstr "MP3 playlist" + +#: freedesktop.org.xml.in.h:151 +msgid "MPEG video" +msgstr "MPEG video" + +#: freedesktop.org.xml.in.h:152 +msgid "MPEG-4 audio" +msgstr "MPEG-4 audio" + +#: freedesktop.org.xml.in.h:153 +msgid "MPEG-4 video" +msgstr "MPEG-4 video" + +#: freedesktop.org.xml.in.h:154 +msgid "MSX ROM" +msgstr "MSX ROM" + +#: freedesktop.org.xml.in.h:155 +msgid "Macintosh AppleDouble-encoded file" +msgstr "Macintosh AppleDouble-encoded file" + +#: freedesktop.org.xml.in.h:156 +msgid "Macintosh BinHex-encoded file" +msgstr "Macintosh BinHex-encoded file" + +#: freedesktop.org.xml.in.h:157 +msgid "Macintosh MacBinary file" +msgstr "Macintosh MacBinary file" + +#: freedesktop.org.xml.in.h:158 +msgid "Macintosh Quickdraw/PICT drawing" +msgstr "Macintosh Quickdraw/PICT drawing" + +#: freedesktop.org.xml.in.h:159 +msgid "Macintosh StuffIt archive" +msgstr "Macintosh StuffIt archive" + +#: freedesktop.org.xml.in.h:160 +msgid "MagicPoint presentation" +msgstr "MagicPoint presentation" + +#: freedesktop.org.xml.in.h:161 +msgid "Makefile" +msgstr "Makefile" + +#: freedesktop.org.xml.in.h:162 +msgid "MathML document" +msgstr "MathML document" + +#: freedesktop.org.xml.in.h:163 +msgid "Mathematica Notebook" +msgstr "Mathematica Notebook" + +#: freedesktop.org.xml.in.h:164 +msgid "Matroska video" +msgstr "Matroska video" + +#: freedesktop.org.xml.in.h:165 +msgid "Mozilla bookmarks" +msgstr "Mozilla bookmarks" + +#: freedesktop.org.xml.in.h:166 +msgid "Mup publication" +msgstr "Mup publication" + +#: freedesktop.org.xml.in.h:167 +msgid "NES ROM" +msgstr "NES ROM" + +#: freedesktop.org.xml.in.h:168 +msgid "NSV video" +msgstr "NSV video" + +#: freedesktop.org.xml.in.h:169 +msgid "Nautilus link" +msgstr "Nautilus link" + +#: freedesktop.org.xml.in.h:170 +msgid "Netscape bookmarks" +msgstr "Netscape bookmarks" + +#: freedesktop.org.xml.in.h:171 +msgid "Nintendo64 ROM" +msgstr "Nintendo64 ROM" + +#: freedesktop.org.xml.in.h:172 +msgid "ODA document" +msgstr "ODA document" + +#: freedesktop.org.xml.in.h:173 +msgid "ODB database" +msgstr "ODB database" + +#: freedesktop.org.xml.in.h:174 +msgid "ODC chart" +msgstr "ODC chart" + +#: freedesktop.org.xml.in.h:175 +msgid "ODF formula" +msgstr "ODF formula" + +#: freedesktop.org.xml.in.h:176 +msgid "ODG drawing" +msgstr "ODG drawing" + +#: freedesktop.org.xml.in.h:177 +msgid "ODG template" +msgstr "ODG template" + +#: freedesktop.org.xml.in.h:178 +msgid "ODI image" +msgstr "ODI image" + +#: freedesktop.org.xml.in.h:179 +msgid "ODM document" +msgstr "ODM document" + +#: freedesktop.org.xml.in.h:180 +msgid "ODP presentation" +msgstr "ODP presentation" + +#: freedesktop.org.xml.in.h:181 +msgid "ODP template" +msgstr "ODP template" + +#: freedesktop.org.xml.in.h:182 +msgid "ODS spreadsheet" +msgstr "ODS spreadsheet" + +#: freedesktop.org.xml.in.h:183 +msgid "ODS template" +msgstr "ODS template" + +#: freedesktop.org.xml.in.h:184 +msgid "ODT document" +msgstr "ODT document" + +#: freedesktop.org.xml.in.h:185 +msgid "ODT template" +msgstr "ODT template" + +#: freedesktop.org.xml.in.h:186 +msgid "OLE2 compound document storage" +msgstr "OLE2 compound document storage" + +#: freedesktop.org.xml.in.h:187 +msgid "OTH template" +msgstr "OTH template" + +#: freedesktop.org.xml.in.h:188 +msgid "Objective-C source code" +msgstr "Objective-C source code" + +#: freedesktop.org.xml.in.h:189 +msgid "Office drawing" +msgstr "Office drawing" + +#: freedesktop.org.xml.in.h:190 +msgid "Ogg multimedia" +msgstr "Ogg multimedia" + +#: freedesktop.org.xml.in.h:191 +msgid "OpenOffice Calc" +msgstr "OpenOffice Calc" + +#: freedesktop.org.xml.in.h:192 +msgid "OpenOffice Calc template" +msgstr "OpenOffice Calc template" + +#: freedesktop.org.xml.in.h:193 +msgid "OpenOffice Draw" +msgstr "OpenOffice Draw" + +#: freedesktop.org.xml.in.h:194 +msgid "OpenOffice Draw template" +msgstr "OpenOffice Draw template" + +#: freedesktop.org.xml.in.h:195 +msgid "OpenOffice Impress" +msgstr "OpenOffice Impress" + +#: freedesktop.org.xml.in.h:196 +msgid "OpenOffice Impress template" +msgstr "OpenOffice Impress template" + +#: freedesktop.org.xml.in.h:197 +msgid "OpenOffice Math" +msgstr "OpenOffice Math" + +#: freedesktop.org.xml.in.h:198 +msgid "OpenOffice Writer" +msgstr "OpenOffice Writer" + +#: freedesktop.org.xml.in.h:199 +msgid "OpenOffice Writer global" +msgstr "OpenOffice Writer global" + +#: freedesktop.org.xml.in.h:200 +msgid "OpenOffice Writer template" +msgstr "OpenOffice Writer template" + +#: freedesktop.org.xml.in.h:201 +msgid "OpenType font" +msgstr "OpenType font" + +#: freedesktop.org.xml.in.h:202 +msgid "PBM image" +msgstr "PBM image" + +#: freedesktop.org.xml.in.h:203 +msgid "PCD image" +msgstr "PCD image" + +#: freedesktop.org.xml.in.h:204 +msgid "PCF font" +msgstr "PCF font" + +#: freedesktop.org.xml.in.h:205 +msgid "PCL file" +msgstr "PCL file" + +#: freedesktop.org.xml.in.h:206 +msgid "PCM audio" +msgstr "PCM audio" + +#: freedesktop.org.xml.in.h:207 +msgid "PCX image" +msgstr "PCX image" + +#: freedesktop.org.xml.in.h:208 +msgid "PDF document" +msgstr "PDF document" + +#: freedesktop.org.xml.in.h:209 +msgid "PEF executable" +msgstr "PEF executable" + +#: freedesktop.org.xml.in.h:210 +msgid "PGM image" +msgstr "PGM image" + +#: freedesktop.org.xml.in.h:211 +msgid "PGN chess game" +msgstr "PGN chess game" + +#: freedesktop.org.xml.in.h:212 +msgid "PGP keys" +msgstr "PGP keys" + +#: freedesktop.org.xml.in.h:213 +msgid "PGP message" +msgstr "PGP message" + +#: freedesktop.org.xml.in.h:214 +msgid "PGP/MIME-encrypted message header" +msgstr "PGP/MIME-encrypted message header" + +#: freedesktop.org.xml.in.h:215 +msgid "PHP script" +msgstr "PHP script" + +#: freedesktop.org.xml.in.h:216 +msgid "PKCS#12 certificate bundle" +msgstr "PKCS#12 certificate bundle" + +#: freedesktop.org.xml.in.h:217 +msgid "PNG image" +msgstr "PNG image" + +#: freedesktop.org.xml.in.h:218 +msgid "PNM image" +msgstr "PNM image" + +#: freedesktop.org.xml.in.h:219 +msgid "PPM image" +msgstr "PPM image" + +#: freedesktop.org.xml.in.h:220 +msgid "PS document" +msgstr "PS document" + +#: freedesktop.org.xml.in.h:221 +msgid "PSD image" +msgstr "PSD image" + +#: freedesktop.org.xml.in.h:222 +msgid "Palm OS database" +msgstr "Palm OS database" + +#: freedesktop.org.xml.in.h:223 +msgid "Palmpilot database/document" +msgstr "Palmpilot database/document" + +#: freedesktop.org.xml.in.h:224 +msgid "Pascal source code" +msgstr "Pascal source code" + +#: freedesktop.org.xml.in.h:225 +msgid "Pathetic Writer document" +msgstr "Pathetic Writer document" + +#: freedesktop.org.xml.in.h:226 +msgid "Perl script" +msgstr "Perl script" + +#: freedesktop.org.xml.in.h:227 +msgid "PlanPerfect spreadsheet" +msgstr "PlanPerfect spreadsheet" + +#: freedesktop.org.xml.in.h:228 +msgid "Playlist" +msgstr "Playlist" + +#: freedesktop.org.xml.in.h:229 +msgid "PostScript document (gzip-compressed)" +msgstr "PostScript document (gzip-compressed)" + +#: freedesktop.org.xml.in.h:230 +msgid "PowerPoint presentation" +msgstr "PowerPoint presentation" + +#: freedesktop.org.xml.in.h:231 +msgid "Python bytecode" +msgstr "Python bytecode" + +#: freedesktop.org.xml.in.h:232 +msgid "Python script" +msgstr "Python script" + +#: freedesktop.org.xml.in.h:233 +msgid "QT video" +msgstr "QT video" + +#: freedesktop.org.xml.in.h:234 +msgid "Qt Designer file" +msgstr "Qt Designer file" + +#: freedesktop.org.xml.in.h:235 +msgid "Qt MOC file" +msgstr "Qt MOC file" + +#: freedesktop.org.xml.in.h:236 +msgid "Quattro Pro spreadsheet" +msgstr "Quattro Pro spreadsheet" + +#: freedesktop.org.xml.in.h:237 +msgid "Quicken document" +msgstr "Quicken document" + +#: freedesktop.org.xml.in.h:238 +msgid "RAR archive" +msgstr "RAR archive" + +#: freedesktop.org.xml.in.h:239 +msgid "RDF file" +msgstr "RDF file" + +#: freedesktop.org.xml.in.h:240 +msgid "README document" +msgstr "README document" + +#: freedesktop.org.xml.in.h:241 +msgid "RGB image" +msgstr "RGB image" + +#: freedesktop.org.xml.in.h:242 +msgid "RIFF audio" +msgstr "RIFF audio" + +#: freedesktop.org.xml.in.h:243 +msgid "RPM package" +msgstr "RPM package" + +#: freedesktop.org.xml.in.h:244 +msgid "RSS summary" +msgstr "RSS summary" + +#: freedesktop.org.xml.in.h:245 +msgid "RTF document" +msgstr "RTF document" + +#: freedesktop.org.xml.in.h:246 +msgid "RealAudio document" +msgstr "RealAudio document" + +#: freedesktop.org.xml.in.h:247 +msgid "RealMedia document" +msgstr "RealMedia document" + +#: freedesktop.org.xml.in.h:248 +msgid "RealPix document" +msgstr "RealPix document" + +#: freedesktop.org.xml.in.h:249 +msgid "RealText document" +msgstr "RealText document" + +#: freedesktop.org.xml.in.h:250 +msgid "RealVideo document" +msgstr "RealVideo document" + +#: freedesktop.org.xml.in.h:251 +msgid "Ruby script" +msgstr "Ruby script" + +#: freedesktop.org.xml.in.h:252 +msgid "Run Length Encoded bitmap" +msgstr "Run Length Encoded bitmap" + +#: freedesktop.org.xml.in.h:253 +msgid "S/MIME file" +msgstr "S/MIME file" + +#: freedesktop.org.xml.in.h:254 +msgid "SC/Xspread spreadsheet" +msgstr "SC/Xspread spreadsheet" + +#: freedesktop.org.xml.in.h:255 +msgid "SGI image" +msgstr "SGI image" + +#: freedesktop.org.xml.in.h:256 +msgid "SGI video" +msgstr "SGI video" + +#: freedesktop.org.xml.in.h:257 +msgid "SGML document" +msgstr "SGML document" + +#: freedesktop.org.xml.in.h:258 +msgid "SMIL document" +msgstr "SMIL document" + +#: freedesktop.org.xml.in.h:259 +msgid "SMS/Game Gear ROM" +msgstr "SMS/Game Gear ROM" + +#: freedesktop.org.xml.in.h:260 +msgid "SQL code" +msgstr "SQL code" + +#: freedesktop.org.xml.in.h:261 +msgid "SQLite2 database" +msgstr "SQLite2 database" + +#: freedesktop.org.xml.in.h:262 +msgid "SQLite3 database" +msgstr "SQLite3 database" + +#: freedesktop.org.xml.in.h:263 +msgid "SUN Rasterfile image" +msgstr "SUN Rasterfile image" + +#: freedesktop.org.xml.in.h:264 +msgid "SV4 CPIO archive" +msgstr "SV4 CPIO archive" + +#: freedesktop.org.xml.in.h:265 +msgid "SV4 CPIP archive (with CRC)" +msgstr "SV4 CPIP archive (with CRC)" + +#: freedesktop.org.xml.in.h:266 +msgid "SVG image" +msgstr "SVG image" + +#: freedesktop.org.xml.in.h:267 +msgid "Scheme source code" +msgstr "Scheme source code" + +#: freedesktop.org.xml.in.h:268 +msgid "Scream Tracker 3 audio" +msgstr "Scream Tracker 3 audio" + +#: freedesktop.org.xml.in.h:269 +msgid "Scream Tracker audio" +msgstr "Scream Tracker audio" + +#: freedesktop.org.xml.in.h:270 +msgid "Scream Tracker instrument" +msgstr "Scream Tracker instrument" + +#: freedesktop.org.xml.in.h:271 +msgid "Setext document" +msgstr "Setext document" + +#: freedesktop.org.xml.in.h:272 +msgid "Shockwave Flash file" +msgstr "Shockwave Flash file" + +#. translators: "Shorten" is the name of an audio codec +#: freedesktop.org.xml.in.h:274 +msgid "Shorten audio" +msgstr "Shorten audio" + +#: freedesktop.org.xml.in.h:275 +msgid "Siag spreadsheet" +msgstr "Siag spreadsheet" + +#: freedesktop.org.xml.in.h:276 +msgid "Speech document" +msgstr "Speech document" + +#: freedesktop.org.xml.in.h:277 +msgid "Speedo font" +msgstr "Speedo font" + +#: freedesktop.org.xml.in.h:278 +msgid "Spreadsheet interchange document" +msgstr "Spreadsheet interchange document" + +#: freedesktop.org.xml.in.h:279 +msgid "Stampede package" +msgstr "Stampede package" + +#: freedesktop.org.xml.in.h:280 +msgid "StarCalc spreadsheet" +msgstr "StarCalc spreadsheet" + +#: freedesktop.org.xml.in.h:281 +msgid "StarChart chart" +msgstr "StarChart chart" + +#: freedesktop.org.xml.in.h:282 +msgid "StarDraw drawing" +msgstr "StarDraw drawing" + +#: freedesktop.org.xml.in.h:283 +msgid "StarImpress presentation" +msgstr "StarImpress presentation" + +#: freedesktop.org.xml.in.h:284 +msgid "StarMail email" +msgstr "StarMail email" + +#: freedesktop.org.xml.in.h:285 +msgid "StarMath formula" +msgstr "StarMath formula" + +#: freedesktop.org.xml.in.h:286 +msgid "StarWriter document" +msgstr "StarWriter document" + +#: freedesktop.org.xml.in.h:287 +msgid "StuffIt archive" +msgstr "StuffIt archive" + +#: freedesktop.org.xml.in.h:288 +msgid "SunOS News font" +msgstr "SunOS News font" + +#: freedesktop.org.xml.in.h:289 +msgid "TGA image" +msgstr "TGA image" + +#: freedesktop.org.xml.in.h:290 +msgid "TGIF document" +msgstr "TGIF document" + +#: freedesktop.org.xml.in.h:291 +msgid "TIFF image" +msgstr "TIFF image" + +#: freedesktop.org.xml.in.h:292 +msgid "TSV document" +msgstr "TSV document" + +#: freedesktop.org.xml.in.h:293 +msgid "Tcl script" +msgstr "Tcl script" + +#: freedesktop.org.xml.in.h:294 +msgid "TeX DVI document" +msgstr "TeX DVI document" + +#: freedesktop.org.xml.in.h:295 +msgid "TeX document" +msgstr "TeX document" + +#: freedesktop.org.xml.in.h:296 +msgid "TeX font" +msgstr "TeX font" + +#: freedesktop.org.xml.in.h:297 +msgid "TeX font metrics" +msgstr "TeX font metrics" + +#: freedesktop.org.xml.in.h:298 +msgid "TeXInfo document" +msgstr "TeXInfo document" + +#: freedesktop.org.xml.in.h:299 +msgid "ToutDoux document" +msgstr "ToutDoux document" + +#: freedesktop.org.xml.in.h:300 +msgid "Troff ME input document" +msgstr "Troff ME input document" + +#: freedesktop.org.xml.in.h:301 +msgid "Troff MM input document" +msgstr "Troff MM input document" + +#: freedesktop.org.xml.in.h:302 +msgid "Troff MS input document" +msgstr "Troff MS input document" + +#: freedesktop.org.xml.in.h:303 +msgid "Troff document" +msgstr "Troff document" + +#: freedesktop.org.xml.in.h:304 +msgid "Troff document (with manpage macros)" +msgstr "Troff document (with manpage macros)" + +#: freedesktop.org.xml.in.h:305 +msgid "TrueType font" +msgstr "TrueType font" + +#: freedesktop.org.xml.in.h:306 +msgid "ULAW (Sun) audio" +msgstr "ULAW (Sun) audio" + +#: freedesktop.org.xml.in.h:307 +msgid "UNIX-compressed file" +msgstr "UNIX-compressed file" + +#: freedesktop.org.xml.in.h:308 +msgid "Unidata NetCDF document" +msgstr "Unidata NetCDF document" + +#: freedesktop.org.xml.in.h:309 +msgid "Usenet news message" +msgstr "Usenet news message" + +#: freedesktop.org.xml.in.h:310 +msgid "V font" +msgstr "V font" + +#: freedesktop.org.xml.in.h:311 +msgid "VCS/ICS calendar" +msgstr "VCS/ICS calendar" + +#: freedesktop.org.xml.in.h:312 +msgid "VOC audio" +msgstr "VOC audio" + +#: freedesktop.org.xml.in.h:313 +msgid "VRML document" +msgstr "VRML document" + +#: freedesktop.org.xml.in.h:314 +msgid "Vivo video" +msgstr "Vivo video" + +#: freedesktop.org.xml.in.h:315 +msgid "WAIS source code" +msgstr "WAIS source code" + +#: freedesktop.org.xml.in.h:316 +msgid "WAV audio" +msgstr "WAV audio" + +#: freedesktop.org.xml.in.h:317 +msgid "WMF document" +msgstr "WMF document" + +#: freedesktop.org.xml.in.h:318 +msgid "WML document" +msgstr "WML document" + +#: freedesktop.org.xml.in.h:319 +msgid "WMV video" +msgstr "WMV video" + +#: freedesktop.org.xml.in.h:320 +msgid "WRI document" +msgstr "WRI document" + +#: freedesktop.org.xml.in.h:321 +msgid "Wavelet video" +msgstr "Wavelet video" + +#: freedesktop.org.xml.in.h:322 +msgid "Windows BMP image" +msgstr "Windows BMP image" + +#: freedesktop.org.xml.in.h:323 +msgid "Windows cursor" +msgstr "Windows cursor" + +#: freedesktop.org.xml.in.h:324 +msgid "Word document" +msgstr "Word document" + +#: freedesktop.org.xml.in.h:325 +msgid "WordPerfect document" +msgstr "WordPerfect document" + +#: freedesktop.org.xml.in.h:326 +msgid "WordPerfect/Drawperfect image" +msgstr "WordPerfect/Drawperfect image" + +#: freedesktop.org.xml.in.h:327 +msgid "X window image" +msgstr "X window image" + +#: freedesktop.org.xml.in.h:328 +msgid "X-Motif UIL table" +msgstr "X-Motif UIL table" + +#: freedesktop.org.xml.in.h:329 +msgid "XBEL bookmarks" +msgstr "XBEL bookmarks" + +#: freedesktop.org.xml.in.h:330 +msgid "XBM image" +msgstr "XBM image" + +#: freedesktop.org.xml.in.h:331 +msgid "XFig image" +msgstr "XFig image" + +#: freedesktop.org.xml.in.h:332 +msgid "XHTML page" +msgstr "XHTML page" + +#: freedesktop.org.xml.in.h:333 +msgid "XMI file" +msgstr "XMI file" + +#: freedesktop.org.xml.in.h:334 +msgid "XML document" +msgstr "XML document" + +#: freedesktop.org.xml.in.h:335 +msgid "XPM image" +msgstr "XPM image" + +#: freedesktop.org.xml.in.h:336 +msgid "XSL FO file" +msgstr "XSL FO file" + +#: freedesktop.org.xml.in.h:337 +msgid "XSLT stylesheet" +msgstr "XSLT stylesheet" + +#: freedesktop.org.xml.in.h:338 +msgid "XUL document" +msgstr "XUL document" + +#: freedesktop.org.xml.in.h:339 +msgid "Xbase document" +msgstr "Xbase document" + +#: freedesktop.org.xml.in.h:340 +msgid "ZIP archive" +msgstr "ZIP archive" + +#: freedesktop.org.xml.in.h:341 +msgid "application log" +msgstr "application log" + +#: freedesktop.org.xml.in.h:342 +msgid "author credits" +msgstr "author credits" + +#: freedesktop.org.xml.in.h:343 +msgid "author list" +msgstr "author list" + +#: freedesktop.org.xml.in.h:344 +msgid "backup file" +msgstr "backup file" + +#: freedesktop.org.xml.in.h:345 +msgid "block device" +msgstr "block device" + +#: freedesktop.org.xml.in.h:346 +msgid "bzip archive" +msgstr "bzip archive" + +#: freedesktop.org.xml.in.h:347 +msgid "character device" +msgstr "character device" + +#: freedesktop.org.xml.in.h:348 +msgid "compound document" +msgstr "compound document" + +#: freedesktop.org.xml.in.h:349 +msgid "compound documents" +msgstr "compound documents" + +#: freedesktop.org.xml.in.h:350 +msgid "desktop configuration file" +msgstr "desktop configuration file" + +#: freedesktop.org.xml.in.h:351 +msgid "detached OpenPGP signature" +msgstr "detached OpenPGP signature" + +#: freedesktop.org.xml.in.h:352 +msgid "detached S/MIME signature" +msgstr "detached S/MIME signature" + +#: freedesktop.org.xml.in.h:353 +msgid "differences between files" +msgstr "differences between files" + +#: freedesktop.org.xml.in.h:354 +msgid "email headers" +msgstr "email headers" + +#: freedesktop.org.xml.in.h:355 +msgid "email message" +msgstr "email message" + +#: freedesktop.org.xml.in.h:356 +msgid "empty document" +msgstr "empty document" + +#: freedesktop.org.xml.in.h:357 +msgid "encrypted message" +msgstr "encrypted message" + +#: freedesktop.org.xml.in.h:358 +msgid "enriched text document" +msgstr "enriched text document" + +#: freedesktop.org.xml.in.h:359 +msgid "executable" +msgstr "executable" + +#: freedesktop.org.xml.in.h:360 +msgid "folder" +msgstr "folder" + +#: freedesktop.org.xml.in.h:361 +msgid "font" +msgstr "font" + +#: freedesktop.org.xml.in.h:362 +msgid "generic font file" +msgstr "generic font file" + +#: freedesktop.org.xml.in.h:363 +msgid "gtar archive" +msgstr "gtar archive" + +#: freedesktop.org.xml.in.h:364 +msgid "gzip archive" +msgstr "gzip archive" + +#: freedesktop.org.xml.in.h:365 +msgid "help page" +msgstr "help page" + +#: freedesktop.org.xml.in.h:366 +msgid "iPod firmware" +msgstr "iPod firmware" + +#: freedesktop.org.xml.in.h:367 +msgid "installation instructions" +msgstr "installation instructions" + +#: freedesktop.org.xml.in.h:368 +msgid "license terms" +msgstr "licence terms" + +#: freedesktop.org.xml.in.h:369 +msgid "mail delivery report" +msgstr "mail delivery report" + +#: freedesktop.org.xml.in.h:370 +msgid "mail disposition report" +msgstr "mail disposition report" + +#: freedesktop.org.xml.in.h:371 +msgid "mail system report" +msgstr "mail system report" + +#: freedesktop.org.xml.in.h:372 +msgid "manual page (compressed)" +msgstr "manual page (compressed)" + +#: freedesktop.org.xml.in.h:373 +msgid "message catalog" +msgstr "message catalogue" + +#: freedesktop.org.xml.in.h:374 +msgid "message digest" +msgstr "message digest" + +#: freedesktop.org.xml.in.h:375 +msgid "message in several formats" +msgstr "message in several formats" + +#: freedesktop.org.xml.in.h:376 +msgid "mount point" +msgstr "mount point" + +#: freedesktop.org.xml.in.h:377 +msgid "object code" +msgstr "object code" + +#: freedesktop.org.xml.in.h:378 +msgid "packed font file" +msgstr "packed font file" + +#: freedesktop.org.xml.in.h:379 +msgid "partial email message" +msgstr "partial email message" + +#: freedesktop.org.xml.in.h:380 +msgid "pipe" +msgstr "pipe" + +#: freedesktop.org.xml.in.h:381 +msgid "plain text document" +msgstr "plain text document" + +#: freedesktop.org.xml.in.h:382 +msgid "profiler results" +msgstr "profiler results" + +#: freedesktop.org.xml.in.h:383 +msgid "program crash data" +msgstr "program crash data" + +#: freedesktop.org.xml.in.h:384 +msgid "raw CD image" +msgstr "raw CD image" + +#: freedesktop.org.xml.in.h:385 +msgid "reference to remote file" +msgstr "reference to remote file" + +#: freedesktop.org.xml.in.h:386 +msgid "rejected patch" +msgstr "rejected patch" + +#. Note: text/uri-list is reserved by the XDND protocol! +#: freedesktop.org.xml.in.h:388 +msgid "resource location" +msgstr "resource location" + +#: freedesktop.org.xml.in.h:389 +msgid "rich text document" +msgstr "rich text document" + +#: freedesktop.org.xml.in.h:390 +msgid "shared library" +msgstr "shared library" + +#: freedesktop.org.xml.in.h:391 +msgid "shared library (la)" +msgstr "shared library (la)" + +#: freedesktop.org.xml.in.h:392 +msgid "shell archive" +msgstr "shell archive" + +#: freedesktop.org.xml.in.h:393 +msgid "shell script" +msgstr "shell script" + +#: freedesktop.org.xml.in.h:394 +msgid "signed message" +msgstr "signed message" + +#: freedesktop.org.xml.in.h:395 +msgid "socket" +msgstr "socket" + +#: freedesktop.org.xml.in.h:396 +msgid "stream of data (server push)" +msgstr "stream of data (server push)" + +#: freedesktop.org.xml.in.h:397 +msgid "subtitle file" +msgstr "subtitle file" + +#: freedesktop.org.xml.in.h:398 +msgid "symbolic link" +msgstr "symbolic link" + +#: freedesktop.org.xml.in.h:399 +msgid "tar archive" +msgstr "tar archive" + +#: freedesktop.org.xml.in.h:400 +msgid "tar archive (LZO-compressed)" +msgstr "tar archive (LZO-compressed)" + +#: freedesktop.org.xml.in.h:401 +msgid "tar archive (bzip-compressed)" +msgstr "tar archive (bzip-compressed)" + +#: freedesktop.org.xml.in.h:402 +msgid "tar archive (compressed)" +msgstr "tar archive (compressed)" + +#: freedesktop.org.xml.in.h:403 +msgid "tar archive (gzip-compressed)" +msgstr "tar archive (gzip-compressed)" + +#: freedesktop.org.xml.in.h:404 +msgid "theme" +msgstr "theme" + +#: freedesktop.org.xml.in.h:405 +msgid "translated messages (machine-readable)" +msgstr "translated messages (machine-readable)" + +#: freedesktop.org.xml.in.h:406 +msgid "translation" +msgstr "translation" + +#: freedesktop.org.xml.in.h:407 +msgid "translation template" +msgstr "translation template" + +#: freedesktop.org.xml.in.h:408 +msgid "unknown" +msgstr "unknown" + +#: freedesktop.org.xml.in.h:409 +msgid "ustar archive" +msgstr "ustar archive" + +#: freedesktop.org.xml.in.h:410 +msgid "zoo archive" +msgstr "zoo archive" diff --git a/po/eo.po b/po/eo.po new file mode 100644 index 0000000..408b345 --- /dev/null +++ b/po/eo.po @@ -0,0 +1,1502 @@ +# Esperanto Translation of shared-mime-info +# Copyright (C) 2004 Free Software Foundation, Inc +# This file is distributed under the same license as the shared-mime-info package. +# Артём Попов , 2004 +# Based on gnome-mime-data translation by Joël Brich +# +msgid "" +msgstr "" +"Project-Id-Version: shared-mime-info 0.15\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2004-08-30 20:01+0200\n" +"PO-Revision-Date: 2004-10-05 09:43+0600\n" +"Last-Translator: Артём Попов \n" +"Language-Team: Esperanto \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: freedesktop.org.xml.in.h:1 +msgid "3D Studio image" +msgstr "bildo de 3D Studio" + +#: freedesktop.org.xml.in.h:2 +msgid "AIFC audio" +msgstr "AIFC-aŭdio" + +#: freedesktop.org.xml.in.h:3 +msgid "AIFF audio" +msgstr "AIFF-aŭdio" + +#: freedesktop.org.xml.in.h:4 +msgid "AIFF/Amiga/Mac audio" +msgstr "AIFF/Amiga/Mac-aŭdio" + +#: freedesktop.org.xml.in.h:5 +msgid "ANIM animation" +msgstr "ANIM-animacio" + +#: freedesktop.org.xml.in.h:6 +msgid "AR archive" +msgstr "AR-arkivo" + +#: freedesktop.org.xml.in.h:7 +msgid "ARJ archive" +msgstr "ARJ-arkivo" + +#: freedesktop.org.xml.in.h:8 +msgid "AVI video" +msgstr "AVI-video" + +#: freedesktop.org.xml.in.h:9 +msgid "AWK script" +msgstr "AWK-skripto" + +#: freedesktop.org.xml.in.h:10 +msgid "AbiWord document" +msgstr "dokumento de AbiWord" + +#: freedesktop.org.xml.in.h:11 +msgid "Ada source code" +msgstr "Ada-fontkodo" + +#: freedesktop.org.xml.in.h:12 +msgid "Adobe FrameMaker font" +msgstr "tiparo de Adobe FrameMaker" + +#: freedesktop.org.xml.in.h:13 +msgid "Adobe Illustrator document" +msgstr "dokumento de Adobe Illustrator" + +#: freedesktop.org.xml.in.h:14 +msgid "Adobe font metrics" +msgstr "metrikoj de Adobe-tiparo" + +#: freedesktop.org.xml.in.h:15 +msgid "Amiga SoundTracker audio" +msgstr "aŭdio de Amiga SoundTracker" + +#: freedesktop.org.xml.in.h:16 +msgid "Andrew Toolkit inset" +msgstr "ongleto de Andrew Toolkit" + +#: freedesktop.org.xml.in.h:17 +msgid "Applix Graphics image" +msgstr "bildo de Applix Graphics" + +#: freedesktop.org.xml.in.h:18 +msgid "Applix Spreadsheets spreadsheet" +msgstr "sterntabelo de Applix Spreadsheets" + +#: freedesktop.org.xml.in.h:19 +msgid "Applix Words document" +msgstr "dokumento de Applix Words" + +#: freedesktop.org.xml.in.h:20 +msgid "AutoCAD image" +msgstr "AutoCAD-bildo" + +#: freedesktop.org.xml.in.h:21 +msgid "AutoDesk FLIC animation" +msgstr "FLIC-animacio de AutoDesk" + +#: freedesktop.org.xml.in.h:22 +msgid "BCPIO document" +msgstr "BCPIO-dokumento" + +#: freedesktop.org.xml.in.h:23 +msgid "BDF font" +msgstr "BDF-tiparo" + +#: freedesktop.org.xml.in.h:24 +msgid "Bibtex bibliographic data" +msgstr "Bibliografia datumo de Bibtex" + +#: freedesktop.org.xml.in.h:25 +msgid "BitTorrent seed file" +msgstr "BitTorrent-semdosiero" + +#: freedesktop.org.xml.in.h:26 +msgid "Blender scene" +msgstr "Blender-sceno" + +#: freedesktop.org.xml.in.h:27 +msgid "C shell script" +msgstr "skripto de C-ŝelo" + +#: freedesktop.org.xml.in.h:28 +msgid "C source code" +msgstr "C-fontkodo" + +#: freedesktop.org.xml.in.h:29 +msgid "C source code header" +msgstr "C-ĉapdosiero" + +#: freedesktop.org.xml.in.h:30 +msgid "C# source code" +msgstr "C#-fontkodo" + +#: freedesktop.org.xml.in.h:31 +msgid "C++ source code" +msgstr "C++-fontkodo" + +#: freedesktop.org.xml.in.h:32 +msgid "C++ source code header" +msgstr "C++-ĉapdosiero" + +#: freedesktop.org.xml.in.h:33 +msgid "CCITT G3 fax" +msgstr "G3-fakso de CCITT" + +#: freedesktop.org.xml.in.h:34 +msgid "CGI script" +msgstr "CGI-skripto" + +#: freedesktop.org.xml.in.h:35 +msgid "CMU raster image" +msgstr "rastruma bildo de CMU" + +#: freedesktop.org.xml.in.h:36 +msgid "CPIO archive" +msgstr "CPIO-arkivo" + +#: freedesktop.org.xml.in.h:37 +msgid "CPIO archive (gzip-compressed)" +msgstr "CPIO-arkivo (kunpremita per gzip)" + +#: freedesktop.org.xml.in.h:38 +msgid "Cascading Style Sheet" +msgstr "Kaskadiĝanta Stilfolio" + +#: freedesktop.org.xml.in.h:39 +msgid "Commodore 64 audio" +msgstr "aŭdio de Commodore 64" + +#: freedesktop.org.xml.in.h:40 +msgid "Computer Graphics Metafile" +msgstr "" + +#: freedesktop.org.xml.in.h:41 +msgid "Corel Draw drawing" +msgstr "grafikaĵo de Corel Draw" + +#: freedesktop.org.xml.in.h:42 +msgid "DCL script" +msgstr "DCL-skripto" + +#: freedesktop.org.xml.in.h:43 +msgid "DER/PEM/Netscape-encoded X.509 certificate" +msgstr "DER/PEM/Netscape-kodigita X.509-certigilo" + +#: freedesktop.org.xml.in.h:44 +msgid "DOS font" +msgstr "DOS-tiparo" + +#: freedesktop.org.xml.in.h:45 +msgid "DOS/Windows executable" +msgstr "DOS/Windows-plenumebla" + +#: freedesktop.org.xml.in.h:46 +msgid "DSSSL document" +msgstr "DSSSL-dokumento" + +#: freedesktop.org.xml.in.h:47 +msgid "DXF vector image" +msgstr "vektora DXF-bildo" + +#: freedesktop.org.xml.in.h:48 +msgid "Debian package" +msgstr "Debian-pakaĵo" + +#: freedesktop.org.xml.in.h:49 +msgid "Device Independant Bitmap" +msgstr "Disponaĵo-sendspenda Rastrumo" + +#: freedesktop.org.xml.in.h:50 +msgid "Dia diagram" +msgstr "Dia-diagramo" + +#: freedesktop.org.xml.in.h:51 +msgid "Digital Imaging and Communications in Medicine image" +msgstr "bildo de Digital Imaging and Communications in Medicine" + +#: freedesktop.org.xml.in.h:52 +msgid "Digital Moving Picture Exchange image" +msgstr "bildo de Digital Moving Picture Exchange" + +#: freedesktop.org.xml.in.h:53 +msgid "DjVu image" +msgstr "DjVu-bildo" + +#: freedesktop.org.xml.in.h:54 +msgid "Dolby Digital audio" +msgstr "aŭdio en Dolby Digital" + +#: freedesktop.org.xml.in.h:55 +msgid "Dreamcast ROM" +msgstr "Dreamcast-NLM" + +#: freedesktop.org.xml.in.h:56 +msgid "Egon Animator animation" +msgstr "animacio de Egon Animator" + +#: freedesktop.org.xml.in.h:57 +msgid "Emacs Lisp source code" +msgstr "fontkodo en Emacs Lisp" + +#: freedesktop.org.xml.in.h:58 +msgid "Encapsulated PostScript image" +msgstr "Enkapsuligita PostScript-bildo" + +#: freedesktop.org.xml.in.h:59 +msgid "Enlightenment theme" +msgstr "etoso de Enlightenment" + +#: freedesktop.org.xml.in.h:60 +msgid "FLAC audio" +msgstr "FLAC-aŭdio" + +#: freedesktop.org.xml.in.h:61 +msgid "FastTracker II audio" +msgstr "aŭdio de FastTracker II" + +#: freedesktop.org.xml.in.h:62 +msgid "FlashPix image" +msgstr "FlashPix-bildo" + +#: freedesktop.org.xml.in.h:63 +msgid "Flexible Image Transport System" +msgstr "" + +#: freedesktop.org.xml.in.h:64 +msgid "Fortran source code" +msgstr "Fotran-fontkodo" + +#: freedesktop.org.xml.in.h:65 +msgid "FrameMaker MIF document" +msgstr "MIF-dokumento de FrameMaker" + +#: freedesktop.org.xml.in.h:66 +msgid "G3 fax image" +msgstr "G3-faksbildo" + +#: freedesktop.org.xml.in.h:67 +msgid "GIF image" +msgstr "GIF-bildo" + +#: freedesktop.org.xml.in.h:68 +msgid "GIMP image" +msgstr "GIMP-bildo" + +#: freedesktop.org.xml.in.h:69 +msgid "GIMP image (compressed)" +msgstr "GIMP-bildo (kunpremita)" + +#: freedesktop.org.xml.in.h:70 +msgid "GMC link" +msgstr "GMC-ligilo" + +#: freedesktop.org.xml.in.h:71 +msgid "GNU Oleo spreadsheet" +msgstr "sterntabelo de GNU Oleo" + +#: freedesktop.org.xml.in.h:72 +msgid "GNU mail message" +msgstr "mesaĝo de GNU mail" + +#: freedesktop.org.xml.in.h:73 +msgid "GTK configuration" +msgstr "GTK-agordoj" + +#: freedesktop.org.xml.in.h:74 +msgid "GTKtalog catalog" +msgstr "katalogo de GTKtalog" + +#: freedesktop.org.xml.in.h:75 +msgid "Game Boy ROM" +msgstr "NLM de Game Boy" + +#: freedesktop.org.xml.in.h:76 +msgid "Genesis ROM" +msgstr "Genesis-NLM" + +#: freedesktop.org.xml.in.h:77 +msgid "Glade project" +msgstr "Glade-projekto" + +#: freedesktop.org.xml.in.h:78 +msgid "GnuCash spreadsheet" +msgstr "GnuCash-sterntabelo" + +#: freedesktop.org.xml.in.h:79 +msgid "Gnumeric spreadsheet" +msgstr "Gnumeric-sterntabelo" + +#: freedesktop.org.xml.in.h:80 +msgid "Graphite scientific graph" +msgstr "scienca grafikaĵo de Graphite" + +#: freedesktop.org.xml.in.h:81 +msgid "HDF document" +msgstr "HDF-dokumento" + +#: freedesktop.org.xml.in.h:82 +msgid "HP Graphics Language (plotter)" +msgstr "Grafika Lingvo de HP (desegnilo)" + +#: freedesktop.org.xml.in.h:83 +msgid "HP Printer Control Language file" +msgstr "dosiero en Printila Stirlingvo de HP" + +#: freedesktop.org.xml.in.h:84 +msgid "HTML page" +msgstr "HTML-paĝo" + +#: freedesktop.org.xml.in.h:85 +msgid "Haskell source code" +msgstr "Haskell-fontkodo" + +#: freedesktop.org.xml.in.h:86 +msgid "IDL document" +msgstr "IDL-dokumento" + +#: freedesktop.org.xml.in.h:87 +msgid "IEF image" +msgstr "IEF-bildo" + +#: freedesktop.org.xml.in.h:88 +msgid "IFF image" +msgstr "IFF-bildo" + +#: freedesktop.org.xml.in.h:89 +msgid "ILBM image" +msgstr "ILBM-bildo" + +#: freedesktop.org.xml.in.h:90 +msgid "ISI video" +msgstr "ISI-video" + +#: freedesktop.org.xml.in.h:91 +msgid "Impulse Tracker audio" +msgstr "aŭdio de Impulse Tracker" + +#: freedesktop.org.xml.in.h:92 +msgid "JBuilder project" +msgstr "JBuilder-projekto" + +#: freedesktop.org.xml.in.h:93 +msgid "JNG image" +msgstr "JNG-bildo" + +#: freedesktop.org.xml.in.h:94 +msgid "JPEG image" +msgstr "JPEG-bildo" + +#: freedesktop.org.xml.in.h:95 +msgid "JPEG-2000 image" +msgstr "JPEG-2000-bildo" + +#: freedesktop.org.xml.in.h:96 +msgid "Java archive" +msgstr "Java-arkivo" + +#: freedesktop.org.xml.in.h:97 +msgid "Java byte code" +msgstr "Java-bajtkodo" + +#: freedesktop.org.xml.in.h:98 +msgid "Java class" +msgstr "Java-klaso" + +#: freedesktop.org.xml.in.h:99 +msgid "Java source code" +msgstr "Java-fontkodo" + +#: freedesktop.org.xml.in.h:100 +msgid "Javascript program" +msgstr "Javascript-programo" + +#: freedesktop.org.xml.in.h:101 +msgid "KChart chart" +msgstr "KChart-diagramo" + +#: freedesktop.org.xml.in.h:102 +msgid "KFormula formula" +msgstr "KFormula-formulo" + +#: freedesktop.org.xml.in.h:103 +msgid "KIllustrator drawing" +msgstr "KIllustrator-grafikaĵo" + +#: freedesktop.org.xml.in.h:104 +msgid "KPovModeler scene" +msgstr "KPovModeler-sceno" + +#: freedesktop.org.xml.in.h:105 +msgid "KPresenter presentation" +msgstr "KPresenter-prezentaĵo" + +#: freedesktop.org.xml.in.h:106 +msgid "KSpread spreadsheet" +msgstr "KSpread-sterntabelo" + +#: freedesktop.org.xml.in.h:107 +msgid "KSpread spreadsheet (encrypted)" +msgstr "KSpread-sterntabelo (ĉifrita)" + +#: freedesktop.org.xml.in.h:108 +msgid "KWord document" +msgstr "KWord-dokumento" + +#: freedesktop.org.xml.in.h:109 +msgid "KWord document (encrypted)" +msgstr "KWord-dokumento (ĉifrita)" + +#: freedesktop.org.xml.in.h:110 +msgid "Karbon14 drawing" +msgstr "Karbon14-grafikaĵo" + +#: freedesktop.org.xml.in.h:111 +msgid "Kivio flowchart" +msgstr "Kivo-fluskemo" + +#: freedesktop.org.xml.in.h:112 +msgid "Kontour drawing" +msgstr "Kontour-grafikaĵo" + +#: freedesktop.org.xml.in.h:113 +msgid "Korn shell script" +msgstr "Korn-ŝelskripto" + +#: freedesktop.org.xml.in.h:114 +msgid "Krita document" +msgstr "Krita-dokumento" + +#: freedesktop.org.xml.in.h:115 +msgid "Kugar document" +msgstr "Kugar-dokumento" + +#: freedesktop.org.xml.in.h:116 +msgid "LHA archive" +msgstr "LHA-arkivo" + +#: freedesktop.org.xml.in.h:117 +msgid "LHZ archive" +msgstr "LHZ-arkivo" + +#: freedesktop.org.xml.in.h:118 +msgid "LIBGRX font" +msgstr "LIBGRX-tiparo" + +#: freedesktop.org.xml.in.h:119 +msgid "LZO archive" +msgstr "LZO-arkivo" + +#: freedesktop.org.xml.in.h:120 +msgid "LightWave object" +msgstr "LightWave-objekto" + +#: freedesktop.org.xml.in.h:121 +msgid "LightWave scene" +msgstr "LightWave-sceno" + +#: freedesktop.org.xml.in.h:122 +msgid "Linux PSF console font" +msgstr "PSF-tiparo de Linux-konzolo" + +#: freedesktop.org.xml.in.h:123 +msgid "Literate haskell source code" +msgstr "Laŭlitera haskell-fontkodo" + +#: freedesktop.org.xml.in.h:124 +msgid "Lotus 1-2-3 spreadsheet" +msgstr "sterntabelo de Lotus 1-2-3" + +#: freedesktop.org.xml.in.h:125 +msgid "Lotus AmiPro document" +msgstr "dokumento de Lotus AmiPro" + +#: freedesktop.org.xml.in.h:126 +msgid "LyX document" +msgstr "LyX-dokumento" + +#: freedesktop.org.xml.in.h:127 +msgid "MIDI audio" +msgstr "MIDI-aŭdio" + +#: freedesktop.org.xml.in.h:128 +msgid "MNG animation" +msgstr "MNG-animacio" + +#: freedesktop.org.xml.in.h:129 +msgid "MP3 ShoutCast playlist" +msgstr "MP3-leglisto de ShoutCast" + +#: freedesktop.org.xml.in.h:130 +msgid "MP3 audio" +msgstr "MP3-aŭdio" + +#: freedesktop.org.xml.in.h:131 +msgid "MP3 audio (streamed)" +msgstr "MP3-aŭdio (fluiĝata)" + +#: freedesktop.org.xml.in.h:132 +msgid "MP3 playlist" +msgstr "MP3-leglisto" + +#: freedesktop.org.xml.in.h:133 +msgid "MPEG video" +msgstr "MPEG-video" + +#: freedesktop.org.xml.in.h:134 +msgid "MSX ROM" +msgstr "MSX-NLM" + +#: freedesktop.org.xml.in.h:135 +msgid "Macintosh AppleDouble-encoded file" +msgstr "dosiero kodigita laŭ Macintosh AppleDouble" + +#: freedesktop.org.xml.in.h:136 +msgid "Macintosh BinHex-encoded file" +msgstr "dosiero kodigita laŭ Macintosh BinHex" + +#: freedesktop.org.xml.in.h:137 +msgid "Macintosh MacBinary file" +msgstr "MacBinary-dosiero de Macintosh" + +#: freedesktop.org.xml.in.h:138 +msgid "Macintosh Quickdraw/PICT drawing" +msgstr "Quickdraw/PICT-grafikaĵo de Macintosh" + +#: freedesktop.org.xml.in.h:139 +msgid "Macintosh StuffIt archive" +msgstr "StuffIt-arkivo de Macintosh" + +#: freedesktop.org.xml.in.h:140 +msgid "MagicPoint presentation" +msgstr "MagicPoint-prezentaĵo" + +#: freedesktop.org.xml.in.h:141 +msgid "Makefile" +msgstr "Muntodosiero" + +#: freedesktop.org.xml.in.h:142 +msgid "MathML document" +msgstr "MathML-dokumento" + +#: freedesktop.org.xml.in.h:143 +msgid "Matroska video" +msgstr "Matroska-video" + +#: freedesktop.org.xml.in.h:144 +msgid "Microsoft ASF video" +msgstr "ASF-video de Microsoft" + +#: freedesktop.org.xml.in.h:145 +msgid "Microsoft AVI video" +msgstr "AVI-video de Microsoft" + +#: freedesktop.org.xml.in.h:146 +msgid "Microsoft Excel spreadsheet" +msgstr "sterntabelo de Microsoft Excel" + +#: freedesktop.org.xml.in.h:147 +msgid "Microsoft Office drawing" +msgstr "grafikaĵo de Microsoft Office" + +#: freedesktop.org.xml.in.h:148 +msgid "Microsoft PowerPoint presentation" +msgstr "prezentaĵo de Microsoft PowerPoint" + +#: freedesktop.org.xml.in.h:149 +msgid "Microsoft WMF file" +msgstr "WMF-dosiero de Microsoft" + +#: freedesktop.org.xml.in.h:150 +msgid "Microsoft WMV video" +msgstr "WMV-video de Microsoft" + +#: freedesktop.org.xml.in.h:151 +msgid "Microsoft Windows icon" +msgstr "piktogramo de Microsoft Windows" + +#: freedesktop.org.xml.in.h:152 +msgid "Microsoft Word document" +msgstr "dokumento de Microsoft Word" + +#: freedesktop.org.xml.in.h:153 +msgid "Microsoft Write document" +msgstr "dokumento de Microsoft Write" + +#: freedesktop.org.xml.in.h:154 +msgid "Mozilla bookmarks" +msgstr "Mozilla-legosignoj" + +#: freedesktop.org.xml.in.h:155 +msgid "NES ROM" +msgstr "NES-NLM" + +#: freedesktop.org.xml.in.h:156 +msgid "Nautilus link" +msgstr "Nautilus-ligilo" + +#: freedesktop.org.xml.in.h:157 +msgid "Netscape bookmarks" +msgstr "Netscape-legosignoj" + +#: freedesktop.org.xml.in.h:158 +msgid "Nintendo64 ROM" +msgstr "Nintendo64-NLM" + +#: freedesktop.org.xml.in.h:159 +msgid "Nullsoft video" +msgstr "Nullsoft-video" + +#: freedesktop.org.xml.in.h:160 +msgid "ODA document" +msgstr "ODA-dokumento" + +#: freedesktop.org.xml.in.h:161 +msgid "OLE2 compound document storage" +msgstr "OLE2-deponejo de parentezaj dokumentoj" + +#: freedesktop.org.xml.in.h:162 +msgid "Objective-C source code" +msgstr "fontkodo en Objective-C" + +#: freedesktop.org.xml.in.h:163 +msgid "Ogg Vorbis audio" +msgstr "Ogg Vorbis-aŭdio" + +#: freedesktop.org.xml.in.h:164 +msgid "OpenOffice.org Calc spreadsheet" +msgstr "sterntabelo de OpenOffice.org Calc" + +#: freedesktop.org.xml.in.h:165 +msgid "OpenOffice.org Calc spreadsheet template" +msgstr "sterntabelo-ŝablono de OpenOffice.org Calc" + +#: freedesktop.org.xml.in.h:166 +msgid "OpenOffice.org Draw drawing" +msgstr "grafikaĵo de OpenOffice.org Draw" + +#: freedesktop.org.xml.in.h:167 +msgid "OpenOffice.org Draw drawing template" +msgstr "grafikaĵo-ŝablono de OpenOffice.org Draw" + +#: freedesktop.org.xml.in.h:168 +msgid "OpenOffice.org Impress presentation" +msgstr "prezentaĵo de OpenOffice.org Impress" + +#: freedesktop.org.xml.in.h:169 +msgid "OpenOffice.org Impress presentation template" +msgstr "prezentaĵo-ŝablono de OpenOffice.org Impress" + +#: freedesktop.org.xml.in.h:170 +msgid "OpenOffice.org Math formula" +msgstr "formulo de OpenOffice.org Math" + +#: freedesktop.org.xml.in.h:171 +msgid "OpenOffice.org Writer document" +msgstr "dokumento de OpenOffice.org Writer" + +#: freedesktop.org.xml.in.h:172 +msgid "OpenOffice.org Writer document template" +msgstr "dokumento-ŝablono de OpenOffice.org Writer" + +#: freedesktop.org.xml.in.h:173 +msgid "OpenOffice.org Writer global document" +msgstr "malloka dokumento de OpenOffice.org Writer" + +#: freedesktop.org.xml.in.h:174 +msgid "OpenType font" +msgstr "OpenType-tiparo" + +#: freedesktop.org.xml.in.h:175 +msgid "PCF font" +msgstr "PCF-tiparo" + +#: freedesktop.org.xml.in.h:176 +msgid "PCM audio" +msgstr "PCM-aŭdio" + +#: freedesktop.org.xml.in.h:177 +msgid "PDF document" +msgstr "PDF-dokumento" + +#: freedesktop.org.xml.in.h:178 +msgid "PEF executable" +msgstr "PEF-plenumebla" + +#: freedesktop.org.xml.in.h:179 +msgid "PGN chess game" +msgstr "PGN-ŝakludo" + +#: freedesktop.org.xml.in.h:180 +msgid "PGP keys" +msgstr "PGP-ŝlosiloj" + +#: freedesktop.org.xml.in.h:181 +msgid "PGP message" +msgstr "PGP-mesaĝo" + +#: freedesktop.org.xml.in.h:182 +msgid "PGP/MIME-encrypted message header" +msgstr "PGP/MIME-ĉifrita ĉapo de mesaĝo" + +#: freedesktop.org.xml.in.h:183 +msgid "PHP script" +msgstr "PHP-skripto" + +#: freedesktop.org.xml.in.h:184 +msgid "PKCS#12 certificate bundle" +msgstr "ligaĵo de PKCS#12-certigiloj" + +#: freedesktop.org.xml.in.h:185 +msgid "PNG image" +msgstr "PNG-bildo" + +#: freedesktop.org.xml.in.h:186 +msgid "PNM image" +msgstr "PNM-bildo" + +#: freedesktop.org.xml.in.h:187 +msgid "Palm OS database" +msgstr "datumbazo de Palm OS" + +#: freedesktop.org.xml.in.h:188 +msgid "Palmpilot database/document" +msgstr "Palmpilot-datumbazo/dokumento" + +#: freedesktop.org.xml.in.h:189 +msgid "Pascal source code" +msgstr "Pascal-fontkodo" + +#: freedesktop.org.xml.in.h:190 +msgid "Pathetic Writer document" +msgstr "dokumento de Pathetic Writer" + +#: freedesktop.org.xml.in.h:191 +msgid "Perl script" +msgstr "Perl-skripto" + +#: freedesktop.org.xml.in.h:192 +msgid "PhotoCD image" +msgstr "PhotoCD-bildo" + +#: freedesktop.org.xml.in.h:193 +msgid "Photoshop image" +msgstr "Photoshop-bildo" + +#: freedesktop.org.xml.in.h:194 +msgid "Playlist" +msgstr "Leglisto" + +#: freedesktop.org.xml.in.h:195 +msgid "Portable Bitmap File Format" +msgstr "" + +#: freedesktop.org.xml.in.h:196 +msgid "Portable Graymap File Format" +msgstr "" + +#: freedesktop.org.xml.in.h:197 +msgid "Portable Pixmap File Format" +msgstr "" + +#: freedesktop.org.xml.in.h:198 +msgid "PostScript document" +msgstr "PostScript-dokumento" + +#: freedesktop.org.xml.in.h:199 +msgid "PostScript document (gzip-compressed)" +msgstr "PostScript-dokumento (kunpremita per gzip)" + +#: freedesktop.org.xml.in.h:200 +msgid "Python bytecode" +msgstr "Python-bajtkodo" + +#: freedesktop.org.xml.in.h:201 +msgid "Python script" +msgstr "Python-skripto" + +#: freedesktop.org.xml.in.h:202 +msgid "Qt Designer file" +msgstr "dosiero de Qt Designer" + +#: freedesktop.org.xml.in.h:203 +msgid "Qt Meta Object file" +msgstr "Metaobjekto-dosiero de Qt" + +#: freedesktop.org.xml.in.h:204 +msgid "Quattro Pro spreadsheet" +msgstr "sterntabelo de Quattro Pro" + +#: freedesktop.org.xml.in.h:205 +msgid "QuickTime video" +msgstr "QuickTime-video" + +#: freedesktop.org.xml.in.h:206 +msgid "Quicken document" +msgstr "Quicken-dokumento" + +#: freedesktop.org.xml.in.h:207 +msgid "RAR archive" +msgstr "RAR-arkivo" + +#: freedesktop.org.xml.in.h:208 +msgid "RDF Site Summary" +msgstr "RDF-Epitomo de paĝaro" + +#: freedesktop.org.xml.in.h:209 +msgid "README document" +msgstr "README-dokumento" + +#: freedesktop.org.xml.in.h:210 +msgid "RGB image" +msgstr "RGB-bildo" + +#: freedesktop.org.xml.in.h:211 +msgid "RIFF audio" +msgstr "RIFF-aŭdio" + +#: freedesktop.org.xml.in.h:212 +msgid "RPM package" +msgstr "RPM-pakaĵo" + +#: freedesktop.org.xml.in.h:213 +msgid "RealAudio broadcast" +msgstr "RealAudio-disaŭdigo" + +#: freedesktop.org.xml.in.h:214 +msgid "RealAudio/Video document" +msgstr "ReadAudio/Video-dokumento" + +#: freedesktop.org.xml.in.h:215 +msgid "RealVideo video" +msgstr "RealVideo-video" + +#: freedesktop.org.xml.in.h:216 +msgid "Resource Description Framework (RDF) file" +msgstr "" + +#: freedesktop.org.xml.in.h:217 +msgid "Rich Text Format" +msgstr "Riĉa tekstformato" + +#: freedesktop.org.xml.in.h:218 +msgid "Ruby script" +msgstr "Ruby-skripto" + +#: freedesktop.org.xml.in.h:219 +msgid "Run Length Encoded bitmap" +msgstr "RLE-kodigita rastrumo" + +#: freedesktop.org.xml.in.h:220 +msgid "S/MIME file" +msgstr "S/MIME-dosiero" + +#: freedesktop.org.xml.in.h:221 +msgid "SGI video" +msgstr "SGI-video" + +#: freedesktop.org.xml.in.h:222 +msgid "SGML document" +msgstr "SGML-document" + +#: freedesktop.org.xml.in.h:223 +msgid "SMS/Game Gear ROM" +msgstr "NLM de SMS/Game Gear" + +#: freedesktop.org.xml.in.h:224 +msgid "SQL code" +msgstr "SQL-kodo" + +#: freedesktop.org.xml.in.h:225 +msgid "SUN Rasterfile image" +msgstr "Rasterfile-bildo de SUN" + +#: freedesktop.org.xml.in.h:226 +msgid "SV4 CPIO archive" +msgstr "SV4-CPIO-arkivo" + +#: freedesktop.org.xml.in.h:227 +msgid "SV4 CPIP archive (with CRC)" +msgstr "SV4-CPIP-arkivo (kun CRC)" + +#: freedesktop.org.xml.in.h:228 +msgid "Scheme source code" +msgstr "Scheme-fontkodo" + +#: freedesktop.org.xml.in.h:229 +msgid "Scream Tracker 3 audio" +msgstr "aŭdio de Scream Tracker 3" + +#: freedesktop.org.xml.in.h:230 +msgid "Scream Tracker audio" +msgstr "aŭdio de Scream Tracker" + +#: freedesktop.org.xml.in.h:231 +msgid "Scream Tracker instrument" +msgstr "instrumento de Scream Tracker" + +#: freedesktop.org.xml.in.h:232 +msgid "Setext document" +msgstr "Setext-dokumento" + +#: freedesktop.org.xml.in.h:233 +msgid "Shockwave Flash file" +msgstr "dosiero de Shockwave Flash" + +#: freedesktop.org.xml.in.h:234 +msgid "Siag spreadsheet" +msgstr "Siag-sterntabelo" + +#: freedesktop.org.xml.in.h:235 +msgid "Silicon Graphics IRIS image" +msgstr "bildo de Silicon Graphics IRIS" + +#: freedesktop.org.xml.in.h:236 +msgid "Speech document" +msgstr "Speech-dokumento" + +#: freedesktop.org.xml.in.h:237 +msgid "Speedo font" +msgstr "Speedo-tiparo" + +#: freedesktop.org.xml.in.h:238 +msgid "Spreadsheet interchange document" +msgstr "" + +#: freedesktop.org.xml.in.h:239 +msgid "Stampede package" +msgstr "Stampede-pakaĵo" + +#: freedesktop.org.xml.in.h:240 +msgid "StarCalc spreadsheet" +msgstr "StarCalc-sterntabelo" + +#: freedesktop.org.xml.in.h:241 +msgid "StarChart chart" +msgstr "StarChart-diagramo" + +#: freedesktop.org.xml.in.h:242 +msgid "StarDraw drawing" +msgstr "StarDraw-grafikaĵo" + +#: freedesktop.org.xml.in.h:243 +msgid "StarImpress presentation" +msgstr "StarImpress-prezentaĵo" + +#: freedesktop.org.xml.in.h:244 +msgid "StarMail email" +msgstr "StarMail-retpoŝto" + +#: freedesktop.org.xml.in.h:245 +msgid "StarMath formula" +msgstr "StarMath-formulo" + +#: freedesktop.org.xml.in.h:246 +msgid "StarWriter document" +msgstr "StarWriter-dokumento" + +#: freedesktop.org.xml.in.h:247 +msgid "SunOS News font" +msgstr "tiparo de SunOS News" + +#: freedesktop.org.xml.in.h:248 +msgid "Synchronized Multimedia Integration Language" +msgstr "" + +#: freedesktop.org.xml.in.h:249 +msgid "TGIF document" +msgstr "TGIF-dokumento" + +#: freedesktop.org.xml.in.h:250 +msgid "TIFF image" +msgstr "TIFF-bildo" + +#: freedesktop.org.xml.in.h:251 +msgid "TarGA image" +msgstr "TarGA-bildo" + +#: freedesktop.org.xml.in.h:252 +msgid "Tcl script" +msgstr "Tcl-skripto" + +#: freedesktop.org.xml.in.h:253 +msgid "TeX DVI document" +msgstr "DVI-dokumento de TeX" + +#: freedesktop.org.xml.in.h:254 +msgid "TeX document" +msgstr "TeX-dokumento" + +#: freedesktop.org.xml.in.h:255 +msgid "TeX font" +msgstr "TeX-tiparo" + +#: freedesktop.org.xml.in.h:256 +msgid "TeX font metrics" +msgstr "metrikoj de TeX-tiparo" + +#: freedesktop.org.xml.in.h:257 +msgid "TeXInfo document" +msgstr "TeXInfo-dokumento" + +#: freedesktop.org.xml.in.h:258 +msgid "ToutDoux document" +msgstr "ToutDoux-dokumento" + +#: freedesktop.org.xml.in.h:259 +msgid "Troff ME input document" +msgstr "eniga dokumento de Troff ME" + +#: freedesktop.org.xml.in.h:260 +msgid "Troff MM input document" +msgstr "eniga dokumento de Troff MM" + +#: freedesktop.org.xml.in.h:261 +msgid "Troff MS input document" +msgstr "eniga dokumento de Troff MS" + +#: freedesktop.org.xml.in.h:262 +msgid "Troff document" +msgstr "Troff-dokumento" + +#: freedesktop.org.xml.in.h:263 +msgid "Troff document (with manpage macros)" +msgstr "Troff-dokumento (kun manpaĝaj makrooj)" + +#: freedesktop.org.xml.in.h:264 +msgid "TrueType font" +msgstr "TrueType-tiparo" + +#: freedesktop.org.xml.in.h:265 +msgid "Truevision Targa image" +msgstr "Targa-bildo de Truevision" + +#: freedesktop.org.xml.in.h:266 +msgid "ULAW (Sun) audio" +msgstr "ULAW-aŭdio (Sun)" + +#: freedesktop.org.xml.in.h:267 +msgid "UNIX-compressed file" +msgstr "UNIX-kunpremita dosiero" + +#: freedesktop.org.xml.in.h:268 +msgid "Unidata NetCDF document" +msgstr "dokumento en NetCDF-formato de Unidata" + +#: freedesktop.org.xml.in.h:269 +msgid "Usenet news message" +msgstr "novaĵmesaĝo de Usenet" + +#: freedesktop.org.xml.in.h:270 +msgid "V font" +msgstr "V-tiparo" + +#: freedesktop.org.xml.in.h:271 +msgid "VOC audio" +msgstr "VOC-aŭdio" + +#: freedesktop.org.xml.in.h:272 +msgid "VRML document" +msgstr "VRML-dokumento" + +#: freedesktop.org.xml.in.h:273 +msgid "Vivo video" +msgstr "Vivo-video" + +#: freedesktop.org.xml.in.h:274 +msgid "WAIS source code" +msgstr "WAIS-fontkodo" + +#: freedesktop.org.xml.in.h:275 +msgid "WAV audio" +msgstr "WAV-aŭdio" + +#: freedesktop.org.xml.in.h:276 +msgid "WML document" +msgstr "WML-dokumento" + +#: freedesktop.org.xml.in.h:277 +msgid "Wavelet video" +msgstr "Wavelet-video" + +#: freedesktop.org.xml.in.h:278 +msgid "Windows BMP image" +msgstr "BMP-bildo de Windows" + +#: freedesktop.org.xml.in.h:279 +msgid "Windows cursor" +msgstr "Windows-kursoro" + +#: freedesktop.org.xml.in.h:280 +msgid "WordPerfect document" +msgstr "WordPerfect-dokumento" + +#: freedesktop.org.xml.in.h:281 +msgid "WordPerfect/Drawperfect image" +msgstr "WordPerfect/Drawperfect-bildo" + +#: freedesktop.org.xml.in.h:282 +msgid "X BitMap image" +msgstr "BitMap-bildo de X" + +#: freedesktop.org.xml.in.h:283 +msgid "X PixMap image" +msgstr "PixMap-bildo de X" + +#: freedesktop.org.xml.in.h:284 +msgid "X window image" +msgstr "bildo de X window" + +#: freedesktop.org.xml.in.h:285 +msgid "X-Motif UIL table" +msgstr "" + +#: freedesktop.org.xml.in.h:286 +msgid "XBEL bookmarks" +msgstr "XBEL-legosignoj" + +#: freedesktop.org.xml.in.h:287 +msgid "XFig image" +msgstr "XFig-bildo" + +#: freedesktop.org.xml.in.h:288 +msgid "XHTML page" +msgstr "XHTML-paĝo" + +#: freedesktop.org.xml.in.h:289 +msgid "XML Metadata Interchange file" +msgstr "" + +#: freedesktop.org.xml.in.h:290 +msgid "XSL Formating Object file" +msgstr "" + +#: freedesktop.org.xml.in.h:291 +msgid "XSLT stylesheet" +msgstr "XSLT-stilfolio" + +#: freedesktop.org.xml.in.h:292 +msgid "ZIP archive" +msgstr "ZIP-arkivo" + +#: freedesktop.org.xml.in.h:293 +msgid "active server page" +msgstr "aktiva servilpaĝo" + +#: freedesktop.org.xml.in.h:294 +msgid "application log" +msgstr "protokolo de aplikaĵo" + +#: freedesktop.org.xml.in.h:295 +msgid "author list" +msgstr "listo de aŭtoroj" + +#: freedesktop.org.xml.in.h:296 +msgid "backup file" +msgstr "restaŭrkopio" + +#: freedesktop.org.xml.in.h:297 +msgid "block device" +msgstr "bloka disponaĵo" + +#: freedesktop.org.xml.in.h:298 +msgid "bzip archive" +msgstr "bzip-arkivo" + +#: freedesktop.org.xml.in.h:299 +msgid "character device" +msgstr "signa disponaĵo" + +#: freedesktop.org.xml.in.h:300 +msgid "compound document" +msgstr "parenteza dokumento" + +#: freedesktop.org.xml.in.h:301 +msgid "compound documents" +msgstr "parentezaj dokumentoj" + +#: freedesktop.org.xml.in.h:302 +msgid "dBASE document" +msgstr "dBASE-dokumento" + +#: freedesktop.org.xml.in.h:303 +msgid "desktop configuration file" +msgstr "dosiero de agordoj de labortablo" + +#: freedesktop.org.xml.in.h:304 +msgid "detached OpenPGP signature" +msgstr "dekroĉa OpenPGP-subskribo" + +#: freedesktop.org.xml.in.h:305 +msgid "detached S/MIME signature" +msgstr "dekroĉa S/MIME-subskribo" + +#: freedesktop.org.xml.in.h:306 +msgid "differences between files" +msgstr "diferencoj inter dosieroj" + +#: freedesktop.org.xml.in.h:307 +msgid "directory information file" +msgstr "" + +#: freedesktop.org.xml.in.h:308 +msgid "document type definition" +msgstr "difino de dokumentospeco" + +#: freedesktop.org.xml.in.h:309 +msgid "eXtensible Markup Language document" +msgstr "" + +#: freedesktop.org.xml.in.h:310 +msgid "electronic business card" +msgstr "elektronika vizitkarto" + +#: freedesktop.org.xml.in.h:311 +msgid "email headers" +msgstr "retpoŝtaj ĉapoj" + +#: freedesktop.org.xml.in.h:312 +msgid "email message" +msgstr "retpoŝta mesaĝo" + +#: freedesktop.org.xml.in.h:313 +msgid "empty document" +msgstr "malplena dokumento" + +#: freedesktop.org.xml.in.h:314 +msgid "encrypted message" +msgstr "ĉifrita mesaĝo" + +#: freedesktop.org.xml.in.h:315 +msgid "enriched text document" +msgstr "riĉigita teksta dokumento" + +#: freedesktop.org.xml.in.h:316 +msgid "executable" +msgstr "plenumebla" + +#: freedesktop.org.xml.in.h:317 +msgid "folder" +msgstr "dosierujo" + +#: freedesktop.org.xml.in.h:318 +msgid "font" +msgstr "tiparo" + +#: freedesktop.org.xml.in.h:319 +msgid "generic font file" +msgstr "genera tipara dosiero" + +#: freedesktop.org.xml.in.h:320 +msgid "gtar archive" +msgstr "gtar-arkivo" + +#: freedesktop.org.xml.in.h:321 +msgid "gzip archive" +msgstr "gzip-arkivo" + +#: freedesktop.org.xml.in.h:322 +msgid "help page" +msgstr "help-paĝo" + +#: freedesktop.org.xml.in.h:323 +msgid "iCalendar file" +msgstr "iCalendar-dosiero" + +#: freedesktop.org.xml.in.h:324 +msgid "iPod firmware" +msgstr "iPod-firmvaro" + +#: freedesktop.org.xml.in.h:325 +msgid "mail delivery report" +msgstr "raporto pri transdono de retpoŝto" + +#: freedesktop.org.xml.in.h:326 +msgid "mail disposition report" +msgstr "raporto pri dispono de retpoŝto" + +#: freedesktop.org.xml.in.h:327 +msgid "mail system report" +msgstr "raporto de retpoŝta sistemo" + +#: freedesktop.org.xml.in.h:328 +msgid "manual page (compressed)" +msgstr "manpaĝo (kunpremita)" + +#: freedesktop.org.xml.in.h:329 +msgid "message catalog" +msgstr "katalogo de mesaĝoj" + +#: freedesktop.org.xml.in.h:330 +msgid "message digest" +msgstr "mesaĝaro" + +#: freedesktop.org.xml.in.h:331 +msgid "message in several formats" +msgstr "mesaĝo en pluraj formatoj" + +#: freedesktop.org.xml.in.h:332 +msgid "message translation template" +msgstr "tradukŝablono de mesaĝoj" + +#: freedesktop.org.xml.in.h:333 +msgid "mount point" +msgstr "surmetingo" + +#: freedesktop.org.xml.in.h:334 +msgid "object code" +msgstr "celkodo" + +#: freedesktop.org.xml.in.h:335 +msgid "packed font file" +msgstr "pakigita tipara dosiero" + +#: freedesktop.org.xml.in.h:336 +msgid "partial email message" +msgstr "parta retpoŝta mesaĝo" + +#: freedesktop.org.xml.in.h:337 +msgid "pipe" +msgstr "dukto" + +#: freedesktop.org.xml.in.h:338 +msgid "plain text document" +msgstr "plata teksta dokumento" + +#: freedesktop.org.xml.in.h:339 +msgid "profiler results" +msgstr "resultoj de profililo" + +#: freedesktop.org.xml.in.h:340 +msgid "program crash data" +msgstr "datumo pri kraŝo de programo" + +#: freedesktop.org.xml.in.h:341 +msgid "raw CD image" +msgstr "kruda lumdiskbildo" + +#: freedesktop.org.xml.in.h:342 +msgid "reference to remote file" +msgstr "referenco al fora dosiero" + +#: freedesktop.org.xml.in.h:343 +msgid "rejected patch" +msgstr "reĵeta flikaĵo" + +#. Note: text/uri-list is reserved by the XDND protocol! +#: freedesktop.org.xml.in.h:345 +msgid "resource location" +msgstr "loko de risurco" + +#: freedesktop.org.xml.in.h:346 +msgid "rich text document" +msgstr "riĉteksta dokumento" + +#: freedesktop.org.xml.in.h:347 +msgid "scalable SVG image" +msgstr "skalebla SVG-bildo" + +#: freedesktop.org.xml.in.h:348 +msgid "shared library" +msgstr "dinamike bindebla biblioteko" + +#: freedesktop.org.xml.in.h:349 +msgid "shared library (la)" +msgstr "dinamike bindebla biblioteko (la)" + +#: freedesktop.org.xml.in.h:350 +msgid "shell archive" +msgstr "ŝel-arkivo" + +#: freedesktop.org.xml.in.h:351 +msgid "shell script" +msgstr "ŝelskripto" + +#: freedesktop.org.xml.in.h:352 +msgid "signed message" +msgstr "pruvita mesaĝo" + +#: freedesktop.org.xml.in.h:353 +msgid "socket" +msgstr "kontaktoskatolo" + +#: freedesktop.org.xml.in.h:354 +msgid "software author credits" +msgstr "dankoj al autoroj de programo" + +#: freedesktop.org.xml.in.h:355 +msgid "software installation instructions" +msgstr "instrukcioj pri instalado de programo" + +#: freedesktop.org.xml.in.h:356 +msgid "software license terms" +msgstr "licencaj kondiĉoj de programo" + +#: freedesktop.org.xml.in.h:357 +msgid "stream of data (server push)" +msgstr "datumstrio (puŝata per servilo)" + +#: freedesktop.org.xml.in.h:358 +msgid "symbolic link" +msgstr "simbola ligilo" + +#: freedesktop.org.xml.in.h:359 +msgid "tar archive" +msgstr "tar-arkivo" + +#: freedesktop.org.xml.in.h:360 +msgid "tar archive (LZO-compressed)" +msgstr "tar-arkivo (kunpremita per LZO)" + +#: freedesktop.org.xml.in.h:361 +msgid "tar archive (bzip-compressed)" +msgstr "tar-arkivo (kunpremita per bzip)" + +#: freedesktop.org.xml.in.h:362 +msgid "tar archive (compressed)" +msgstr "tar-arkivo (kunpremita)" + +#: freedesktop.org.xml.in.h:363 +msgid "tar archive (gzip-compressed)" +msgstr "tar-arkivo (kunpremita per gzip)" + +#: freedesktop.org.xml.in.h:364 +msgid "text document (with comma-separated values)" +msgstr "teksta dokumento (kun komdisigitaj valoroj)" + +#: freedesktop.org.xml.in.h:365 +msgid "text document (with tab-separated values)" +msgstr "teksta dokumento (kun tabdisigitaj valoroj)" + +#: freedesktop.org.xml.in.h:366 +msgid "theme" +msgstr "etoso" + +#: freedesktop.org.xml.in.h:367 +msgid "translated messages" +msgstr "tradukitaj mesaĝoj" + +#: freedesktop.org.xml.in.h:368 +msgid "translated messages (machine-readable)" +msgstr "tradukitaj mesaĝoj (maŝinlegebla)" + +#: freedesktop.org.xml.in.h:369 +msgid "unknown" +msgstr "nekonata" + +#: freedesktop.org.xml.in.h:370 +msgid "ustar archive" +msgstr "ustar-arkivo" + +#: freedesktop.org.xml.in.h:371 +msgid "vCalendar interchange file" +msgstr "interŝanĝa dosiero de vCaledar" + +#: freedesktop.org.xml.in.h:372 +msgid "zoo archive" +msgstr "zoo-arkivo" diff --git a/po/es.po b/po/es.po new file mode 100644 index 0000000..420817b --- /dev/null +++ b/po/es.po @@ -0,0 +1,2296 @@ +# translation of shared-mime-info-0.51.po to Español +# This file is distributed under the same license as the shared-mime-info package. +# Copyright (C) 2004 freedesktop.org contributors +# +# Quique , 2004, 2006, 2007. +# Francisco Javier F. Serrador , 2006. +# Jorge González González , 2007, 2008. +msgid "" +msgstr "" +"Project-Id-Version: shared-mime-info 0.51\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2008-07-23 12:49+0100\n" +"PO-Revision-Date: 2008-08-25 09:45+0200\n" +"Last-Translator: Jorge González González \n" +"Language-Team: Spanish \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.11.4\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: ../freedesktop.org.xml.in.h:1 +msgid "3D Studio image" +msgstr "imagen de 3D Studio" + +#: ../freedesktop.org.xml.in.h:2 +msgid "3GPP multimedia file" +msgstr "archivo multimedia 3GPP" + +#: ../freedesktop.org.xml.in.h:3 +msgid "7-zip archive" +msgstr "archivador 7-zip" + +#: ../freedesktop.org.xml.in.h:4 +msgid "ACE archive" +msgstr "archivador ACE" + +#: ../freedesktop.org.xml.in.h:5 +msgid "AIFC audio" +msgstr "audio AIFC" + +#: ../freedesktop.org.xml.in.h:6 +msgid "AIFF audio" +msgstr "audio AIFF" + +#: ../freedesktop.org.xml.in.h:7 +msgid "AIFF/Amiga/Mac audio" +msgstr "audio AIFF/Amiga/Mac" + +#: ../freedesktop.org.xml.in.h:8 +msgid "AMR audio" +msgstr "audio AMR" + +#: ../freedesktop.org.xml.in.h:9 +msgid "AMR-WB audio" +msgstr "audio AMR-WB" + +#: ../freedesktop.org.xml.in.h:10 +msgid "ANIM animation" +msgstr "animación ANIM" + +#: ../freedesktop.org.xml.in.h:11 +msgid "AR archive" +msgstr "archivador AR" + +#: ../freedesktop.org.xml.in.h:12 +msgid "ARC archive" +msgstr "archivador ARC" + +#: ../freedesktop.org.xml.in.h:13 +msgid "ARJ archive" +msgstr "archivador ARJ" + +#: ../freedesktop.org.xml.in.h:14 +msgid "ASF video" +msgstr "vídeo ASF" + +#: ../freedesktop.org.xml.in.h:15 +msgid "ASP page" +msgstr "página ASP" + +#: ../freedesktop.org.xml.in.h:16 +msgid "ATK inset" +msgstr "inserción ATK" + +#: ../freedesktop.org.xml.in.h:17 +msgid "AVI video" +msgstr "vídeo AVI" + +#: ../freedesktop.org.xml.in.h:18 +msgid "AWK script" +msgstr "script en AWK" + +#: ../freedesktop.org.xml.in.h:19 +msgid "AbiWord document" +msgstr "documento de Abiword" + +#: ../freedesktop.org.xml.in.h:20 +msgid "Ada source code" +msgstr "código fuente en Ada" + +#: ../freedesktop.org.xml.in.h:21 +msgid "Adobe DNG negative" +msgstr "Negativo digital de Adobe (ADN)" + +#: ../freedesktop.org.xml.in.h:22 +msgid "Adobe FrameMaker MIF document" +msgstr "Documento MIF de Adobe FrameMaker" + +#: ../freedesktop.org.xml.in.h:23 +msgid "Adobe FrameMaker document" +msgstr "Documento de Adobe FrameMaker" + +#: ../freedesktop.org.xml.in.h:24 +msgid "Adobe FrameMaker font" +msgstr "tipografía de Adobe FrameMaker" + +#: ../freedesktop.org.xml.in.h:25 +msgid "Adobe Illustrator document" +msgstr "documento de Adobe Illustrator" + +#: ../freedesktop.org.xml.in.h:26 +msgid "Adobe font metrics" +msgstr "métricas de tipografía Adobe" + +#: ../freedesktop.org.xml.in.h:27 +msgid "Alzip archive" +msgstr "archivador Alzip" + +#: ../freedesktop.org.xml.in.h:28 +msgid "Amiga SoundTracker audio" +msgstr "audio de Amiga SoundTracker" + +#: ../freedesktop.org.xml.in.h:29 +msgid "Applix Graphics image" +msgstr "imagen de Applix Graphics" + +#: ../freedesktop.org.xml.in.h:30 +msgid "Applix Spreadsheets spreadsheet" +msgstr "hoja de cálculo de Applix Spreadsheets" + +#: ../freedesktop.org.xml.in.h:31 +msgid "Applix Words document" +msgstr "documento de Applix Words" + +#: ../freedesktop.org.xml.in.h:32 +msgid "Atom syndication feed" +msgstr "Proveedor de noticias Atom" + +#: ../freedesktop.org.xml.in.h:33 +msgid "AutoCAD image" +msgstr "imagen de AutoCAD" + +#: ../freedesktop.org.xml.in.h:34 +msgid "BCPIO document" +msgstr "documento BCPIO" + +#: ../freedesktop.org.xml.in.h:35 +msgid "BDF font" +msgstr "tipografía BDF" + +#: ../freedesktop.org.xml.in.h:36 +msgid "BibTeX document" +msgstr "documento BibTeX" + +#: ../freedesktop.org.xml.in.h:37 +msgid "BitTorrent seed file" +msgstr "archivo semilla de BitTorrent" + +#: ../freedesktop.org.xml.in.h:38 +msgid "Blender scene" +msgstr "escena de Blender" + +#. http://en.wikipedia.org/wiki/Blu-ray_Disc +#. http://www.blu-raydisc.com/Section-13470/Section-13890/Index.html +#: ../freedesktop.org.xml.in.h:41 +msgid "Blu-ray video disc" +msgstr "Disco de vídeo Blu-ray" + +#: ../freedesktop.org.xml.in.h:42 +msgid "Bzip archive" +msgstr "archivador Bzip" + +#: ../freedesktop.org.xml.in.h:43 +msgid "C header" +msgstr "cabecera de código fuente en C" + +#: ../freedesktop.org.xml.in.h:44 +msgid "C shell script" +msgstr "script en C shell" + +#: ../freedesktop.org.xml.in.h:45 +msgid "C source code" +msgstr "código fuente en C" + +#: ../freedesktop.org.xml.in.h:46 +msgid "C# source code" +msgstr "código fuente en C#" + +#: ../freedesktop.org.xml.in.h:47 +msgid "C++ header" +msgstr "cabecera de código fuente en C++" + +#: ../freedesktop.org.xml.in.h:48 +msgid "C++ source code" +msgstr "código fuente en C++" + +#: ../freedesktop.org.xml.in.h:49 +msgid "CCITT G3 fax" +msgstr "fax de CCITT G3" + +#: ../freedesktop.org.xml.in.h:50 +msgid "CD Table Of Contents" +msgstr "Índice de contenidos de CD" + +#: ../freedesktop.org.xml.in.h:51 +msgid "CD image cuesheet" +msgstr "cue sheet de una imagen de CD" + +#: ../freedesktop.org.xml.in.h:52 +msgid "CHM document" +msgstr "documento CHM" + +#: ../freedesktop.org.xml.in.h:53 +msgid "CMU raster image" +msgstr "imagen ráster CMU" + +#: ../freedesktop.org.xml.in.h:54 +msgid "CMake source code" +msgstr "código fuente en CMake" + +#: ../freedesktop.org.xml.in.h:55 +msgid "CPIO archive" +msgstr "archivador CPIO" + +#: ../freedesktop.org.xml.in.h:56 +msgid "CPIO archive (gzip-compressed)" +msgstr "archivador CPIO (comprimido con gzip)" + +#: ../freedesktop.org.xml.in.h:57 +msgid "CSS stylesheet" +msgstr "hoja de estilo CSS" + +#: ../freedesktop.org.xml.in.h:58 +msgid "CSV document" +msgstr "documento CSV" + +#: ../freedesktop.org.xml.in.h:59 +msgid "Canon CR2 raw image" +msgstr "imagen en bruto CR2 de Canon" + +#: ../freedesktop.org.xml.in.h:60 +msgid "Canon CRW raw image" +msgstr "imagen en bruto CRW de Canon" + +#: ../freedesktop.org.xml.in.h:61 +msgid "ChangeLog document" +msgstr "documento de cambios" + +#: ../freedesktop.org.xml.in.h:62 +msgid "Cisco VPN Settings" +msgstr "Ajustes VPN de Cisco" + +#: ../freedesktop.org.xml.in.h:63 +msgid "Citrix ICA settings file" +msgstr "archivo de opciones de Citrix ICA" + +#: ../freedesktop.org.xml.in.h:64 +msgid "Commodore 64 audio" +msgstr "audio de Commodore 64" + +#: ../freedesktop.org.xml.in.h:65 +msgid "Computer Graphics Metafile" +msgstr "metaarchivo de Computer Graphics" + +#: ../freedesktop.org.xml.in.h:66 +msgid "Corel Draw drawing" +msgstr "dibujo de Corel Draw" + +#: ../freedesktop.org.xml.in.h:67 +msgid "D source code" +msgstr "código fuente en D" + +#: ../freedesktop.org.xml.in.h:68 +msgid "DAR archive" +msgstr "archivador DAR" + +#: ../freedesktop.org.xml.in.h:69 +msgid "DCL script" +msgstr "script en DCL" + +#: ../freedesktop.org.xml.in.h:70 +msgid "DER/PEM/Netscape-encoded X.509 certificate" +msgstr "certificado X.509 codificado con DER/PEM/Netscape" + +#: ../freedesktop.org.xml.in.h:71 +msgid "DIB image" +msgstr "imagen DIB" + +#: ../freedesktop.org.xml.in.h:72 +msgid "DICOM image" +msgstr "imagen DICOM" + +#: ../freedesktop.org.xml.in.h:73 +msgid "DOS font" +msgstr "tipografía DOS" + +#: ../freedesktop.org.xml.in.h:74 +msgid "DOS/Windows executable" +msgstr "ejecutable de DOS/Windows" + +#: ../freedesktop.org.xml.in.h:75 +msgid "DPX image" +msgstr "imagen DPX" + +#: ../freedesktop.org.xml.in.h:76 +msgid "DSSSL document" +msgstr "documento DSSSL" + +#: ../freedesktop.org.xml.in.h:77 +msgid "DTD file" +msgstr "archivo DTD" + +#: ../freedesktop.org.xml.in.h:78 +msgid "DV video" +msgstr "vídeo DV" + +#: ../freedesktop.org.xml.in.h:79 +msgid "DXF vector image" +msgstr "imagen vectorial DXF" + +#: ../freedesktop.org.xml.in.h:80 +msgid "Debian package" +msgstr "paquete Debian" + +#: ../freedesktop.org.xml.in.h:81 +msgid "Dia diagram" +msgstr "diagrama de Dia" + +#: ../freedesktop.org.xml.in.h:82 +msgid "DirectDraw surface" +msgstr "superficie DirectDraw" + +#: ../freedesktop.org.xml.in.h:83 +msgid "DjVu image" +msgstr "imagen DjVu" + +#: ../freedesktop.org.xml.in.h:84 +msgid "DocBook document" +msgstr "documento DocBook" + +#: ../freedesktop.org.xml.in.h:85 +msgid "Dolby Digital audio" +msgstr "audio Dolby Digital" + +#: ../freedesktop.org.xml.in.h:86 +msgid "Dreamcast ROM" +msgstr "ROM de Dreamcast" + +#: ../freedesktop.org.xml.in.h:87 +msgid "ECMAScript program" +msgstr "programa en ECMAScript" + +#: ../freedesktop.org.xml.in.h:88 +msgid "EMF image" +msgstr "imagen EMF" + +#: ../freedesktop.org.xml.in.h:89 +msgid "EPS image" +msgstr "imagen EPS" + +#: ../freedesktop.org.xml.in.h:90 +msgid "EPS image (bzip-compressed)" +msgstr "imagen EPS (comprimida con bzip)" + +#: ../freedesktop.org.xml.in.h:91 +msgid "EPS image (gzip-compressed)" +msgstr "imagen EPS (comprimida con gzip)" + +#: ../freedesktop.org.xml.in.h:92 +msgid "EXR image" +msgstr "imagen EXR" + +#: ../freedesktop.org.xml.in.h:93 +msgid "Egon Animator animation" +msgstr "animación de Egon Animator" + +#: ../freedesktop.org.xml.in.h:94 +msgid "Eiffel source code" +msgstr "código fuente en Eiffel" + +#: ../freedesktop.org.xml.in.h:95 +msgid "Emacs Lisp source code" +msgstr "código fuente en Lisp de Emacs" + +#: ../freedesktop.org.xml.in.h:96 +msgid "Enlightenment theme" +msgstr "tema de Enlightenment" + +#: ../freedesktop.org.xml.in.h:97 +msgid "Erlang source code" +msgstr "código fuente en Erlang" + +#: ../freedesktop.org.xml.in.h:98 +msgid "Excel spreadsheet" +msgstr "hoja de cálculo de Excel" + +#: ../freedesktop.org.xml.in.h:99 +msgid "FITS document" +msgstr "documento FITS" + +#: ../freedesktop.org.xml.in.h:100 +msgid "FLAC audio" +msgstr "audio FLAC" + +#: ../freedesktop.org.xml.in.h:101 +msgid "FLIC animation" +msgstr "animación FLIC" + +#: ../freedesktop.org.xml.in.h:102 +msgid "FLTK Fluid file" +msgstr "Archivo FLTK Fluid" + +#: ../freedesktop.org.xml.in.h:103 +msgid "FPX image" +msgstr "imagen FPX" + +#: ../freedesktop.org.xml.in.h:104 +msgid "FastTracker II audio" +msgstr "audio FastTracker II" + +#: ../freedesktop.org.xml.in.h:105 +msgid "Flash video" +msgstr "vídeo Flash" + +#: ../freedesktop.org.xml.in.h:106 +msgid "Fortran source code" +msgstr "código fuente en Fortran" + +#: ../freedesktop.org.xml.in.h:107 +msgid "Fuji RAF raw image" +msgstr "imagen en bruto RAF de Fuji" + +#: ../freedesktop.org.xml.in.h:108 +msgid "G3 fax image" +msgstr "imagen de fax G3" + +#: ../freedesktop.org.xml.in.h:109 +msgid "GDBM database" +msgstr "base de datos GDBM" + +#: ../freedesktop.org.xml.in.h:110 +msgid "GEDCOM family history" +msgstr "historia familiar GEDCOM" + +#: ../freedesktop.org.xml.in.h:111 +msgid "GIF image" +msgstr "imagen GIF" + +#: ../freedesktop.org.xml.in.h:112 +msgid "GIMP image" +msgstr "imagen del GIMP" + +#: ../freedesktop.org.xml.in.h:113 +msgid "GMC link" +msgstr "enlace GMC" + +#: ../freedesktop.org.xml.in.h:114 +msgid "GNU Oleo spreadsheet" +msgstr "hoja de cálculo de GNU Oleo" + +#: ../freedesktop.org.xml.in.h:115 +msgid "GNU mail message" +msgstr "mensaje de GNU mail" + +#: ../freedesktop.org.xml.in.h:116 +msgid "GNUnet search file" +msgstr "Archivo de búsqueda GNUnet" + +#: ../freedesktop.org.xml.in.h:117 +msgid "GTKtalog catalog" +msgstr "catálogo de GTKtalog" + +#: ../freedesktop.org.xml.in.h:118 +msgid "Game Boy Advance ROM" +msgstr "ROM de Game Boy Advance" + +#: ../freedesktop.org.xml.in.h:119 +msgid "Game Boy ROM" +msgstr "ROM de Game Boy" + +#. Translate this to Megadrive if the console was known as such in your locale +#. Should be Megadrive in all but en_US: http://en.wikipedia.org/wiki/Megadrive#History +#: ../freedesktop.org.xml.in.h:122 +msgid "Genesis ROM" +msgstr "ROM de Genesis (Mega Drive)" + +#: ../freedesktop.org.xml.in.h:123 +msgid "Glade project" +msgstr "proyecto de Glade" + +#: ../freedesktop.org.xml.in.h:124 +msgid "GnuCash spreadsheet" +msgstr "hoja de cálculo de GnuCash" + +#: ../freedesktop.org.xml.in.h:125 +msgid "Gnumeric spreadsheet" +msgstr "hoja de cálculo de Gnumeric" + +#: ../freedesktop.org.xml.in.h:126 +msgid "Gnuplot document" +msgstr "documento de Gnuplot" + +#: ../freedesktop.org.xml.in.h:127 +msgid "Google Video Pointer" +msgstr "lista de reproducción de Google Video (GVP)" + +#: ../freedesktop.org.xml.in.h:128 +msgid "Graphite scientific graph" +msgstr "gráfica científica de Graphite" + +#: ../freedesktop.org.xml.in.h:129 +msgid "Gzip archive" +msgstr "archivador Gzip" + +#. http://en.wikipedia.org/wiki/HD_DVD +#. http://www.dvdafteredit.com/wiki/The_HVDVD_TS_Folder +#: ../freedesktop.org.xml.in.h:132 +msgid "HD DVD video disc" +msgstr "Disco de vídeo HD DVD" + +#: ../freedesktop.org.xml.in.h:133 +msgid "HDF document" +msgstr "documento HDF" + +#: ../freedesktop.org.xml.in.h:134 +msgid "HPGL file" +msgstr "archivo HPGL" + +#: ../freedesktop.org.xml.in.h:135 +msgid "HTML document" +msgstr "documento HTML" + +#: ../freedesktop.org.xml.in.h:136 +msgid "Haansoft Hangul document" +msgstr "documento de Haansoft Hangul" + +#: ../freedesktop.org.xml.in.h:137 +msgid "Haansoft Hangul document template" +msgstr "plantilla de documento de Haansoft Hangul" + +#: ../freedesktop.org.xml.in.h:138 +msgid "Haskell source code" +msgstr "código fuente en Haskell" + +#: ../freedesktop.org.xml.in.h:139 +msgid "ICO icon" +msgstr "icono ICO" + +#: ../freedesktop.org.xml.in.h:140 +msgid "IDL document" +msgstr "documento IDL" + +#: ../freedesktop.org.xml.in.h:141 +msgid "IEF image" +msgstr "imagen IEF" + +#: ../freedesktop.org.xml.in.h:142 +msgid "IFF image" +msgstr "imagen IFF" + +#: ../freedesktop.org.xml.in.h:143 +msgid "ILBM image" +msgstr "imagen ILBM" + +#: ../freedesktop.org.xml.in.h:144 +msgid "ISI video" +msgstr "vídeo ISI" + +#: ../freedesktop.org.xml.in.h:145 +msgid "Impulse Tracker audio" +msgstr "audio Impulse Tracker" + +#: ../freedesktop.org.xml.in.h:146 +msgid "Internet shortcut" +msgstr "Acceso directo a Internet" + +#: ../freedesktop.org.xml.in.h:147 +msgid "JAD document" +msgstr "documento JAD" + +#: ../freedesktop.org.xml.in.h:148 +msgid "JBuilder project" +msgstr "proyecto JBuilder" + +#: ../freedesktop.org.xml.in.h:149 +msgid "JET database" +msgstr "base de datos JET" + +#: ../freedesktop.org.xml.in.h:150 +msgid "JNG image" +msgstr "imagen JNG" + +#: ../freedesktop.org.xml.in.h:151 +msgid "JNLP file" +msgstr "archivo JNPL" + +#: ../freedesktop.org.xml.in.h:152 +msgid "JPEG image" +msgstr "imagen JPEG" + +#: ../freedesktop.org.xml.in.h:153 +msgid "JPEG-2000 image" +msgstr "imagen JPEG-2000" + +#: ../freedesktop.org.xml.in.h:154 +msgid "Java archive" +msgstr "archivador Java" + +#: ../freedesktop.org.xml.in.h:155 +msgid "Java byte code" +msgstr "bytecode Java" + +#: ../freedesktop.org.xml.in.h:156 +msgid "Java class" +msgstr "clase Java" + +#: ../freedesktop.org.xml.in.h:157 +msgid "Java source code" +msgstr "código fuente en Java" + +#: ../freedesktop.org.xml.in.h:158 +msgid "JavaScript program" +msgstr "programa en JavaScript" + +#: ../freedesktop.org.xml.in.h:159 +msgid "KChart chart" +msgstr "gráfica de KChart" + +#: ../freedesktop.org.xml.in.h:160 +msgid "KFormula formula" +msgstr "fórmula de KFormula" + +#: ../freedesktop.org.xml.in.h:161 +msgid "KIllustrator drawing" +msgstr "dibujo de KIllustrator" + +#: ../freedesktop.org.xml.in.h:162 +msgid "KPovModeler scene" +msgstr "escena de KPovModeler" + +#: ../freedesktop.org.xml.in.h:163 +msgid "KPresenter presentation" +msgstr "presentación de KPresenter" + +#: ../freedesktop.org.xml.in.h:164 +msgid "KSpread spreadsheet" +msgstr "hoja de cálculo de KSpread" + +#: ../freedesktop.org.xml.in.h:165 +msgid "KSpread spreadsheet (encrypted)" +msgstr "hoja de cálculo de KSpread (cifrada)" + +#: ../freedesktop.org.xml.in.h:166 +msgid "KSysV init package" +msgstr "paquete de configuración de init para KSysV" + +#: ../freedesktop.org.xml.in.h:167 +msgid "KWord document" +msgstr "documento de KWord" + +#: ../freedesktop.org.xml.in.h:168 +msgid "KWord document (encrypted)" +msgstr "documento de KWord (cifrado)" + +#: ../freedesktop.org.xml.in.h:169 +msgid "Karbon14 drawing" +msgstr "dibujo de Karbon14" + +#: ../freedesktop.org.xml.in.h:170 +msgid "Kivio flowchart" +msgstr "diagrama de flujo de Kivio" + +#: ../freedesktop.org.xml.in.h:171 +msgid "Kodak DCR raw image" +msgstr "imagen en bruto DCR de Kodak" + +#: ../freedesktop.org.xml.in.h:172 +msgid "Kodak K25 raw image" +msgstr "imagen en bruto K25 de Kodak" + +#: ../freedesktop.org.xml.in.h:173 +msgid "Kodak KDC raw image" +msgstr "imagen en bruto KDC de Kodak" + +#: ../freedesktop.org.xml.in.h:174 +msgid "Kontour drawing" +msgstr "dibujo de Kontour" + +#: ../freedesktop.org.xml.in.h:175 +msgid "Krita document" +msgstr "documento de Krita" + +#: ../freedesktop.org.xml.in.h:176 +msgid "Kugar document" +msgstr "documento de Kugar" + +#: ../freedesktop.org.xml.in.h:177 +msgid "LDIF address book" +msgstr "libreta de direcciones LDIF" + +#: ../freedesktop.org.xml.in.h:178 +msgid "LHA archive" +msgstr "archivador LHA" + +#: ../freedesktop.org.xml.in.h:179 +msgid "LHS source code" +msgstr "código fuente en LHS" + +#: ../freedesktop.org.xml.in.h:180 +msgid "LHZ archive" +msgstr "archivador LHZ" + +#: ../freedesktop.org.xml.in.h:181 +msgid "LIBGRX font" +msgstr "tipografía LIBGRX" + +#: ../freedesktop.org.xml.in.h:182 +msgid "LZMA archive" +msgstr "archivador LZMA" + +#: ../freedesktop.org.xml.in.h:183 +msgid "LZO archive" +msgstr "archivador LZO" + +#: ../freedesktop.org.xml.in.h:184 +msgid "LightWave object" +msgstr "objeto LightWave" + +#: ../freedesktop.org.xml.in.h:185 +msgid "LightWave scene" +msgstr "escena LightWave" + +#: ../freedesktop.org.xml.in.h:186 +msgid "Lilypond music sheet" +msgstr "Hoja de música Lilypond" + +#: ../freedesktop.org.xml.in.h:187 +msgid "Linux PSF console font" +msgstr "tipografía de consola Linux PSF" + +#: ../freedesktop.org.xml.in.h:188 +msgid "Linux PSF console font (gzip-compressed)" +msgstr "tipografía de consola Linux PSF (comprimida con gzip)" + +#: ../freedesktop.org.xml.in.h:189 +msgid "Lotus 1-2-3 spreadsheet" +msgstr "hoja de cálculo de Lotus 1-2-3" + +#: ../freedesktop.org.xml.in.h:190 +msgid "Lotus AmiPro document" +msgstr "documento de Lotus AmiPro" + +#: ../freedesktop.org.xml.in.h:191 +msgid "Lua script" +msgstr "script en Lua" + +#: ../freedesktop.org.xml.in.h:192 +msgid "LyX document" +msgstr "documento de LyX" + +#: ../freedesktop.org.xml.in.h:193 +msgid "M4 macro" +msgstr "macro M4" + +#: ../freedesktop.org.xml.in.h:194 +msgid "MATLAB script/function" +msgstr "script/función de MATLAB" + +#: ../freedesktop.org.xml.in.h:195 +msgid "MIDI audio" +msgstr "audio MIDI" + +#: ../freedesktop.org.xml.in.h:196 +msgid "MNG animation" +msgstr "animación MNG" + +#: ../freedesktop.org.xml.in.h:197 +msgid "MP2 audio" +msgstr "audio MP2" + +#: ../freedesktop.org.xml.in.h:198 +msgid "MP3 ShoutCast playlist" +msgstr "lista de reproducción MP3 ShoutCast" + +#: ../freedesktop.org.xml.in.h:199 +msgid "MP3 audio" +msgstr "audio MP3" + +#: ../freedesktop.org.xml.in.h:200 +msgid "MP3 audio (streamed)" +msgstr "audio MP3 (en flujo)" + +#: ../freedesktop.org.xml.in.h:201 +msgid "MPEG video" +msgstr "vídeo MPEG" + +#: ../freedesktop.org.xml.in.h:202 +msgid "MPEG-4 audio" +msgstr "audio MPEG-4" + +#: ../freedesktop.org.xml.in.h:203 +msgid "MPEG-4 audio book" +msgstr "audiolibro en MPEG-4" + +#: ../freedesktop.org.xml.in.h:204 +msgid "MPEG-4 video" +msgstr "vídeo MPEG-4" + +#: ../freedesktop.org.xml.in.h:205 +msgid "MPSub subtitles" +msgstr "Subtítulos MPSub" + +#: ../freedesktop.org.xml.in.h:206 +msgid "MRML playlist" +msgstr "lista de reproducción MRML" + +#: ../freedesktop.org.xml.in.h:207 +msgid "MSX ROM" +msgstr "ROM de MSX" + +#: ../freedesktop.org.xml.in.h:208 +msgid "MacOS X icon" +msgstr "icono de MacOS X" + +#: ../freedesktop.org.xml.in.h:209 +msgid "MacPaint Bitmap image" +msgstr "imagen en mapa de bits de MacPaint" + +#: ../freedesktop.org.xml.in.h:210 +msgid "Macintosh AppleDouble-encoded file" +msgstr "archivo Macintosh codificado con AppleDouble" + +#: ../freedesktop.org.xml.in.h:211 +msgid "Macintosh BinHex-encoded file" +msgstr "archivo Macintosh codificado con BinHex" + +#: ../freedesktop.org.xml.in.h:212 +msgid "Macintosh MacBinary file" +msgstr "archivo de Macintosh MacBinary" + +#: ../freedesktop.org.xml.in.h:213 +msgid "Macintosh Quickdraw/PICT drawing" +msgstr "dibujo de Macintosh Quickdraw/PICT" + +#: ../freedesktop.org.xml.in.h:214 +msgid "MagicPoint presentation" +msgstr "presentación de MagicPoint" + +#: ../freedesktop.org.xml.in.h:215 +msgid "Makefile" +msgstr "Makefile" + +#: ../freedesktop.org.xml.in.h:216 +msgid "Managed Object Format" +msgstr "Formato de objeto manejado" + +#: ../freedesktop.org.xml.in.h:217 +msgid "Markaby script" +msgstr "script en Markaby" + +#: ../freedesktop.org.xml.in.h:218 +msgid "MathML document" +msgstr "documento MathML" + +#: ../freedesktop.org.xml.in.h:219 +msgid "Mathematica Notebook" +msgstr "notebook de Mathematica" + +#: ../freedesktop.org.xml.in.h:220 +msgid "Matroska audio" +msgstr "audio Matroska" + +#: ../freedesktop.org.xml.in.h:221 +msgid "Matroska stream" +msgstr "flujo Matroska" + +#: ../freedesktop.org.xml.in.h:222 +msgid "Matroska video" +msgstr "vídeo Matroska" + +#: ../freedesktop.org.xml.in.h:223 +msgid "MicroDVD subtitles" +msgstr "Subtítulos MicroDVD" + +#: ../freedesktop.org.xml.in.h:224 +msgid "Microsoft ASX playlist" +msgstr "lista de reproducción ASX de Microsoft" + +#: ../freedesktop.org.xml.in.h:225 +msgid "Microsoft Works document" +msgstr "documento de Microsoft Works" + +#: ../freedesktop.org.xml.in.h:226 +msgid "MiniPSF audio" +msgstr "audio MiniPSF" + +#: ../freedesktop.org.xml.in.h:227 +msgid "Minolta MRW raw image" +msgstr "imagen en bruto MRW de Minolta" + +#: ../freedesktop.org.xml.in.h:228 +msgid "Monkey's audio" +msgstr "audio Monkey" + +#: ../freedesktop.org.xml.in.h:229 +msgid "Mozilla bookmarks" +msgstr "marcadores de Mozilla" + +#: ../freedesktop.org.xml.in.h:230 +msgid "Mup publication" +msgstr "publicación Mup" + +#: ../freedesktop.org.xml.in.h:231 +msgid "Musepack audio" +msgstr "audio Musepack" + +#. Translate this to Famicom if the console was known as such in your locale +#: ../freedesktop.org.xml.in.h:233 +msgid "NES ROM" +msgstr "ROM de NES" + +#: ../freedesktop.org.xml.in.h:234 +msgid "NFO document" +msgstr "documento NFO" + +#: ../freedesktop.org.xml.in.h:235 +msgid "NIFF image" +msgstr "imagen NIFF" + +#: ../freedesktop.org.xml.in.h:236 +msgid "Nautilus link" +msgstr "enlace de Nautilus" + +#: ../freedesktop.org.xml.in.h:237 +msgid "Nikon NEF raw image" +msgstr "imagen en bruto NEF de Nikon" + +#: ../freedesktop.org.xml.in.h:238 +msgid "Nintendo DS ROM" +msgstr "ROM de Nintendo DS" + +#: ../freedesktop.org.xml.in.h:239 +msgid "Nintendo64 ROM" +msgstr "ROM de Nintendo64" + +#: ../freedesktop.org.xml.in.h:240 +msgid "NullSoft video" +msgstr "vídeo NullSoft" + +#: ../freedesktop.org.xml.in.h:241 +msgid "OCL file" +msgstr "archivo OCL" + +#: ../freedesktop.org.xml.in.h:242 +msgid "OCaml source code" +msgstr "código fuente en OCaml" + +#: ../freedesktop.org.xml.in.h:243 +msgid "ODA document" +msgstr "documento ODA" + +#: ../freedesktop.org.xml.in.h:244 +msgid "ODB database" +msgstr "base de datos ODB" + +#: ../freedesktop.org.xml.in.h:245 +msgid "ODC chart" +msgstr "gráfica ODC" + +#: ../freedesktop.org.xml.in.h:246 +msgid "ODF formula" +msgstr "fórmula ODF" + +#: ../freedesktop.org.xml.in.h:247 +msgid "ODG drawing" +msgstr "dibujo ODG" + +#: ../freedesktop.org.xml.in.h:248 +msgid "ODG template" +msgstr "plantilla ODG" + +#: ../freedesktop.org.xml.in.h:249 +msgid "ODI image" +msgstr "imagen ODI" + +#: ../freedesktop.org.xml.in.h:250 +msgid "ODM document" +msgstr "documento ODM" + +#: ../freedesktop.org.xml.in.h:251 +msgid "ODP presentation" +msgstr "presentación ODP" + +#: ../freedesktop.org.xml.in.h:252 +msgid "ODP template" +msgstr "plantilla ODP" + +#: ../freedesktop.org.xml.in.h:253 +msgid "ODS spreadsheet" +msgstr "hoja de cálculo ODS" + +#: ../freedesktop.org.xml.in.h:254 +msgid "ODS template" +msgstr "plantilla ODS" + +#: ../freedesktop.org.xml.in.h:255 +msgid "ODT document" +msgstr "documento ODT" + +#: ../freedesktop.org.xml.in.h:256 +msgid "ODT template" +msgstr "plantilla ODT" + +#: ../freedesktop.org.xml.in.h:257 +msgid "OGM video" +msgstr "vídeo OGM" + +#: ../freedesktop.org.xml.in.h:258 +msgid "OLE2 compound document storage" +msgstr "almacenamiento de documentos compuestos OLE2" + +#: ../freedesktop.org.xml.in.h:259 +msgid "OPML syndication feed" +msgstr "Proveedor de noticias OPML" + +#: ../freedesktop.org.xml.in.h:260 +msgid "OTH template" +msgstr "plantilla OTH" + +#: ../freedesktop.org.xml.in.h:261 +msgid "Objective-C source code" +msgstr "código fuente en Objective-C" + +#: ../freedesktop.org.xml.in.h:262 +msgid "Office drawing" +msgstr "dibujo de Office" + +#: ../freedesktop.org.xml.in.h:263 +msgid "Ogg Audio" +msgstr "audio Ogg" + +#: ../freedesktop.org.xml.in.h:264 +msgid "Ogg FLAC audio" +msgstr "audio Ogg FLAC" + +#: ../freedesktop.org.xml.in.h:265 +msgid "Ogg Speex audio" +msgstr "audio Ogg Speex" + +#: ../freedesktop.org.xml.in.h:266 +msgid "Ogg Theora video" +msgstr "vídeo Ogg Theora" + +#: ../freedesktop.org.xml.in.h:267 +msgid "Ogg Video" +msgstr "vídeo Ogg" + +#: ../freedesktop.org.xml.in.h:268 +msgid "Ogg Vorbis audio" +msgstr "audio Ogg Vorbis" + +#: ../freedesktop.org.xml.in.h:269 +msgid "Ogg multimedia file" +msgstr "archivo multimedia Ogg" + +#: ../freedesktop.org.xml.in.h:270 +msgid "Olympus ORF raw image" +msgstr "imagen en bruto ORF de Olympus" + +#: ../freedesktop.org.xml.in.h:271 +msgid "OpenOffice Calc spreadsheet" +msgstr "hoja de cálculo de OpenOffice Calc" + +#: ../freedesktop.org.xml.in.h:272 +msgid "OpenOffice Calc template" +msgstr "plantilla de OpenOffice Calc" + +#: ../freedesktop.org.xml.in.h:273 +msgid "OpenOffice Draw drawing" +msgstr "dibujo de OpenOffice Draw" + +#: ../freedesktop.org.xml.in.h:274 +msgid "OpenOffice Draw template" +msgstr "plantilla de OpenOffice.org Draw" + +#: ../freedesktop.org.xml.in.h:275 +msgid "OpenOffice Impress presentation" +msgstr "presentación de OpenOffice Impress" + +#: ../freedesktop.org.xml.in.h:276 +msgid "OpenOffice Impress template" +msgstr "plantilla de OpenOffice Impress" + +#: ../freedesktop.org.xml.in.h:277 +msgid "OpenOffice Math formula" +msgstr "fórmula de OpenOffice Math" + +#: ../freedesktop.org.xml.in.h:278 +msgid "OpenOffice Writer document" +msgstr "documento de OpenOffice Writer" + +#: ../freedesktop.org.xml.in.h:279 +msgid "OpenOffice Writer global document" +msgstr "documento global de OpenOffice Writer" + +#: ../freedesktop.org.xml.in.h:280 +msgid "OpenOffice Writer template" +msgstr "plantilla de OpenOffice Writer" + +#: ../freedesktop.org.xml.in.h:281 +msgid "OpenOffice.org extension" +msgstr "extensión de OpenOffice" + +#: ../freedesktop.org.xml.in.h:282 +msgid "OpenType font" +msgstr "tipografía de OpenType" + +#: ../freedesktop.org.xml.in.h:283 +msgid "PAK archive" +msgstr "archivador PAK" + +#: ../freedesktop.org.xml.in.h:284 +msgid "PBM image" +msgstr "imagen PBM" + +#: ../freedesktop.org.xml.in.h:285 +msgid "PCD image" +msgstr "imagen PCD" + +#: ../freedesktop.org.xml.in.h:286 +msgid "PCF font" +msgstr "tipografía PCF" + +#: ../freedesktop.org.xml.in.h:287 +msgid "PCL file" +msgstr "archivo PCL" + +#: ../freedesktop.org.xml.in.h:288 +msgid "PCM audio" +msgstr "audio PCM" + +#: ../freedesktop.org.xml.in.h:289 +msgid "PCX image" +msgstr "imagen PCX" + +#: ../freedesktop.org.xml.in.h:290 +msgid "PDF document" +msgstr "documento PDF" + +#: ../freedesktop.org.xml.in.h:291 +msgid "PDF document (bzip-compressed)" +msgstr "documento PDF (comprimido con bzip)" + +#: ../freedesktop.org.xml.in.h:292 +msgid "PDF document (gzip-compressed)" +msgstr "documento PDF (comprimido con gzip)" + +#: ../freedesktop.org.xml.in.h:293 +msgid "PEF executable" +msgstr "ejecutable PEF" + +#: ../freedesktop.org.xml.in.h:294 +msgid "PGM image" +msgstr "imagen PGM" + +#: ../freedesktop.org.xml.in.h:295 +msgid "PGN chess game notation" +msgstr "notación para juegos de ajedrez PGN" + +#: ../freedesktop.org.xml.in.h:296 +msgid "PGP keys" +msgstr "claves PGP" + +#: ../freedesktop.org.xml.in.h:297 +msgid "PGP/MIME-encrypted message header" +msgstr "cabecera de mensaje cifrado PGP/MIME" + +#: ../freedesktop.org.xml.in.h:298 +msgid "PHP script" +msgstr "script en PHP" + +#: ../freedesktop.org.xml.in.h:299 +msgid "PKCS#10 certification request" +msgstr "petición de certificados PKCS#10" + +#: ../freedesktop.org.xml.in.h:300 +msgid "PKCS#12 certificate bundle" +msgstr "lote de certificados PCKS#12" + +#: ../freedesktop.org.xml.in.h:301 +msgid "PNG image" +msgstr "imagen PNG" + +#: ../freedesktop.org.xml.in.h:302 +msgid "PNM image" +msgstr "imagen PNM" + +#: ../freedesktop.org.xml.in.h:303 +msgid "PPM image" +msgstr "imagen PPM" + +#: ../freedesktop.org.xml.in.h:304 +msgid "PS document" +msgstr "documento PS" + +#: ../freedesktop.org.xml.in.h:305 +msgid "PSD image" +msgstr "imagen PSD" + +#: ../freedesktop.org.xml.in.h:306 +msgid "PSF audio" +msgstr "audio PSF" + +#: ../freedesktop.org.xml.in.h:307 +msgid "PSFlib audio library" +msgstr "biblioteca de audio PSFlib" + +#: ../freedesktop.org.xml.in.h:308 +msgid "Pack200 Java archive" +msgstr "archivador Pack200 Java" + +#: ../freedesktop.org.xml.in.h:309 +msgid "Palm OS database" +msgstr "base de datos de Palm OS" + +#: ../freedesktop.org.xml.in.h:310 +msgid "Panasonic raw image" +msgstr "imagen en bruto de Panasonic" + +#: ../freedesktop.org.xml.in.h:311 +msgid "Parchive archive" +msgstr "archivador Parchive" + +#: ../freedesktop.org.xml.in.h:312 +msgid "Pascal source code" +msgstr "código fuente en Pascal" + +#: ../freedesktop.org.xml.in.h:313 +msgid "Pathetic Writer document" +msgstr "documento de Pathetic Writer" + +#: ../freedesktop.org.xml.in.h:314 +msgid "Pentax PEF raw image" +msgstr "imagen en bruto PEF de Pentax" + +#: ../freedesktop.org.xml.in.h:315 +msgid "Perl script" +msgstr "script en Perl" + +#. http://en.wikipedia.org/wiki/Picture_CD +#. http://www.re.org/kristin/picturecd.html +#: ../freedesktop.org.xml.in.h:318 +msgid "Picture CD" +msgstr "Picture CD" + +#: ../freedesktop.org.xml.in.h:319 +msgid "PlanPerfect spreadsheet" +msgstr "hoja de cálculo de PlanPerfect" + +#: ../freedesktop.org.xml.in.h:320 +msgid "Plucker document" +msgstr "documento de Plucker" + +#: ../freedesktop.org.xml.in.h:321 +msgid "PostScript document (bzip-compressed)" +msgstr "documento PostScript (comprimido con bzip)" + +#: ../freedesktop.org.xml.in.h:322 +msgid "PostScript document (gzip-compressed)" +msgstr "documento PostScript (comprimido con gzip)" + +#: ../freedesktop.org.xml.in.h:323 +msgid "Postscript type-1 font" +msgstr "Tipografía PostScript tipo-1" + +#: ../freedesktop.org.xml.in.h:324 +msgid "PowerPoint presentation" +msgstr "presentación de PowerPoint" + +#: ../freedesktop.org.xml.in.h:325 +msgid "Python bytecode" +msgstr "Bytecode Python" + +#: ../freedesktop.org.xml.in.h:326 +msgid "Python script" +msgstr "script en Python" + +#: ../freedesktop.org.xml.in.h:327 +msgid "Qt Designer file" +msgstr "archivo de Qt Designer" + +#: ../freedesktop.org.xml.in.h:328 +msgid "Qt MOC file" +msgstr "archivo MOC Qt" + +#: ../freedesktop.org.xml.in.h:329 +msgid "Quattro Pro spreadsheet" +msgstr "hoja de cálculo Quattro Pro" + +#: ../freedesktop.org.xml.in.h:330 +msgid "QuickTime image" +msgstr "imagen QuickTime" + +#: ../freedesktop.org.xml.in.h:331 +msgid "QuickTime metalink playlist" +msgstr "lista de reproducción de metaenlaces QuickTime" + +#: ../freedesktop.org.xml.in.h:332 +msgid "QuickTime video" +msgstr "vídeo QuickTime" + +#: ../freedesktop.org.xml.in.h:333 +msgid "Quicken document" +msgstr "documento de Quicken" + +#: ../freedesktop.org.xml.in.h:334 +msgid "RAR archive" +msgstr "archivador RAR" + +#: ../freedesktop.org.xml.in.h:335 +msgid "RDF file" +msgstr "archivo RDF" + +#: ../freedesktop.org.xml.in.h:336 +msgid "README document" +msgstr "documento README" + +#: ../freedesktop.org.xml.in.h:337 +msgid "RGB image" +msgstr "imagen RGB" + +#: ../freedesktop.org.xml.in.h:338 +msgid "RIFF audio" +msgstr "audio RIFF" + +#: ../freedesktop.org.xml.in.h:339 +msgid "RPM package" +msgstr "paquete RPM" + +#: ../freedesktop.org.xml.in.h:340 +msgid "RPM spec file" +msgstr "archivo de especificaciones RPM" + +#: ../freedesktop.org.xml.in.h:341 +msgid "RSS summary" +msgstr "resumen RSS" + +#: ../freedesktop.org.xml.in.h:342 +msgid "RTF document" +msgstr "documento RTF" + +#: ../freedesktop.org.xml.in.h:343 +msgid "RealAudio document" +msgstr "documento RealAudio" + +#: ../freedesktop.org.xml.in.h:344 +msgid "RealMedia Metafile" +msgstr "metarchivo RealMedia" + +#: ../freedesktop.org.xml.in.h:345 +msgid "RealMedia document" +msgstr "documento RealMedia" + +#: ../freedesktop.org.xml.in.h:346 +msgid "RealPix document" +msgstr "documento RealPix" + +#: ../freedesktop.org.xml.in.h:347 +msgid "RealText document" +msgstr "documento RealText" + +#: ../freedesktop.org.xml.in.h:348 +msgid "RealVideo document" +msgstr "documento RealVideo" + +#: ../freedesktop.org.xml.in.h:349 +msgid "Ruby script" +msgstr "script en Ruby" + +#: ../freedesktop.org.xml.in.h:350 +msgid "Run Length Encoded bitmap image" +msgstr "mapa de bits con codificación del tamaño durante la ejecución" + +#: ../freedesktop.org.xml.in.h:351 +msgid "S/MIME file" +msgstr "archivo S/MIME" + +#: ../freedesktop.org.xml.in.h:352 +msgid "SAMI subtitles" +msgstr "Subtítulos SAMI" + +#: ../freedesktop.org.xml.in.h:353 +msgid "SC/Xspread spreadsheet" +msgstr "hoja de cálculo SC/Xspread" + +#: ../freedesktop.org.xml.in.h:354 +msgid "SDP multicast stream file" +msgstr "Archivo de flujo multicast SDP" + +#. translators: a record is in this context a description of a board game +#. that has been played, and that can be played back again: +#. http://www.red-bean.com/sgf/ +#: ../freedesktop.org.xml.in.h:358 +msgid "SGF record" +msgstr "grabación SGF" + +#: ../freedesktop.org.xml.in.h:359 +msgid "SGI image" +msgstr "imagen SGI" + +#: ../freedesktop.org.xml.in.h:360 +msgid "SGI video" +msgstr "vídeo SGI" + +#: ../freedesktop.org.xml.in.h:361 +msgid "SGML document" +msgstr "documento SGML" + +#: ../freedesktop.org.xml.in.h:362 +msgid "SIS package" +msgstr "paquete SIS" + +#: ../freedesktop.org.xml.in.h:363 +msgid "SISX package" +msgstr "paquete SISX" + +#: ../freedesktop.org.xml.in.h:364 +msgid "SMAF audio" +msgstr "audio SMAF" + +#: ../freedesktop.org.xml.in.h:365 +msgid "SMIL document" +msgstr "documento SMIL" + +#: ../freedesktop.org.xml.in.h:366 +msgid "SQL code" +msgstr "código SQL" + +#: ../freedesktop.org.xml.in.h:367 +msgid "SQLite2 database" +msgstr "base de datos SQLite2" + +#: ../freedesktop.org.xml.in.h:368 +msgid "SQLite3 database" +msgstr "base de datos SQLite3" + +#: ../freedesktop.org.xml.in.h:369 +msgid "SSA subtitles" +msgstr "Subtítulos SSA" + +#: ../freedesktop.org.xml.in.h:370 +msgid "SV4 CPIO archive" +msgstr "archivador SV4 CPIO" + +#: ../freedesktop.org.xml.in.h:371 +msgid "SV4 CPIO archive (with CRC)" +msgstr "archivador SV4 CPIO (con CRC)" + +#: ../freedesktop.org.xml.in.h:372 +msgid "SVG image" +msgstr "imagen SVG" + +#: ../freedesktop.org.xml.in.h:373 +msgid "Scheme source code" +msgstr "código fuente en Scheme" + +#: ../freedesktop.org.xml.in.h:374 +msgid "Scream Tracker 3 audio" +msgstr "audio Scream Tracker 3" + +#: ../freedesktop.org.xml.in.h:375 +msgid "Scream Tracker audio" +msgstr "audio Scream Tracker" + +#: ../freedesktop.org.xml.in.h:376 +msgid "Scream Tracker instrument" +msgstr "instrumento Scream Tracker" + +#: ../freedesktop.org.xml.in.h:377 +msgid "Sega Master System/Game Gear ROM" +msgstr "ROM de Sega Master System/Game Gear" + +#: ../freedesktop.org.xml.in.h:378 +msgid "Setext document" +msgstr "documento Setext" + +#: ../freedesktop.org.xml.in.h:379 +msgid "Shockwave Flash file" +msgstr "archivo Shockwave Flash" + +#. translators: "Shorten" is the name of an audio codec +#: ../freedesktop.org.xml.in.h:381 +msgid "Shorten audio" +msgstr "audio Shorten" + +#: ../freedesktop.org.xml.in.h:382 +msgid "Siag spreadsheet" +msgstr "hoja de cálculo de Siag" + +#: ../freedesktop.org.xml.in.h:383 +msgid "Sieve mail filter script" +msgstr "script de filtro de correo Sieve" + +#: ../freedesktop.org.xml.in.h:384 +msgid "Sigma X3F raw image" +msgstr "imagen en bruto X3F de Sigma" + +#: ../freedesktop.org.xml.in.h:385 +msgid "Skencil document" +msgstr "documento Skencil" + +#: ../freedesktop.org.xml.in.h:386 +msgid "Sony ARW raw image" +msgstr "imagen en bruto ARW de Sony" + +#: ../freedesktop.org.xml.in.h:387 +msgid "Sony SR2 raw image" +msgstr "imagen en bruto SR2 de Sony" + +#: ../freedesktop.org.xml.in.h:388 +msgid "Sony SRF raw image" +msgstr "imagen en bruto SRF de Sony" + +#: ../freedesktop.org.xml.in.h:389 +msgid "Speedo font" +msgstr "tipografía Speedo" + +#: ../freedesktop.org.xml.in.h:390 +msgid "Speex audio" +msgstr "audio Speex" + +#: ../freedesktop.org.xml.in.h:391 +msgid "Stampede package" +msgstr "paquete Stampede" + +#: ../freedesktop.org.xml.in.h:392 +msgid "StarCalc spreadsheet" +msgstr "hoja de cálculo de StarCalc" + +#: ../freedesktop.org.xml.in.h:393 +msgid "StarChart chart" +msgstr "gráfica de StarChart" + +#: ../freedesktop.org.xml.in.h:394 +msgid "StarDraw drawing" +msgstr "dibujo de StarDraw" + +#: ../freedesktop.org.xml.in.h:395 +msgid "StarImpress presentation" +msgstr "presentación de StarImpress" + +#: ../freedesktop.org.xml.in.h:396 +msgid "StarMail email" +msgstr "correo electrónico de StarMail" + +#: ../freedesktop.org.xml.in.h:397 +msgid "StarMath formula" +msgstr "fórmula de StarMath" + +#: ../freedesktop.org.xml.in.h:398 +msgid "StarWriter document" +msgstr "documento de StarWriter" + +#: ../freedesktop.org.xml.in.h:399 +msgid "StuffIt archive" +msgstr "archivador StuffIt" + +#: ../freedesktop.org.xml.in.h:400 +msgid "SubRip subtitles" +msgstr "Subtítulos SubRip" + +#: ../freedesktop.org.xml.in.h:401 +msgid "SubViewer subtitles" +msgstr "Subtítulos SubViewer" + +#: ../freedesktop.org.xml.in.h:402 +msgid "Sun raster image" +msgstr "imagen ráster de Sun" + +#: ../freedesktop.org.xml.in.h:403 +msgid "SunOS News font" +msgstr "tipografía SunOS News" + +#. Translate this as Super Famicom (in Far East Asia) or Super Nintendo (in Europe) if the console was known as such in your locale +#: ../freedesktop.org.xml.in.h:405 +msgid "Super NES ROM" +msgstr "ROM de Super NES" + +#. http://en.wikipedia.org/wiki/Super_Video_CD +#. http://everything2.com/index.pl?node_id=1009222 +#: ../freedesktop.org.xml.in.h:408 +msgid "Super Video CD" +msgstr "CD de Súper Vídeo" + +#: ../freedesktop.org.xml.in.h:409 +msgid "T602 document" +msgstr "documento T602" + +#: ../freedesktop.org.xml.in.h:410 +msgid "TGA image" +msgstr "imagen TGA" + +#: ../freedesktop.org.xml.in.h:411 +msgid "TGIF document" +msgstr "documento TGIF" + +#: ../freedesktop.org.xml.in.h:412 +msgid "TIFF image" +msgstr "imagen TIFF" + +#: ../freedesktop.org.xml.in.h:413 +msgid "TNEF message" +msgstr "mensaje TNEF" + +#: ../freedesktop.org.xml.in.h:414 +msgid "TSV document" +msgstr "documento TSV" + +#: ../freedesktop.org.xml.in.h:415 +msgid "Tar archive" +msgstr "archivador Tar" + +#: ../freedesktop.org.xml.in.h:416 +msgid "Tar archive (LZMA-compressed)" +msgstr "archivador Tar (comprimido con LZMA)" + +#: ../freedesktop.org.xml.in.h:417 +msgid "Tar archive (LZO-compressed)" +msgstr "archivador Tar (comprimido con LZO)" + +#: ../freedesktop.org.xml.in.h:418 +msgid "Tar archive (bzip-compressed)" +msgstr "archivador Tar (comprimido con bzip)" + +#: ../freedesktop.org.xml.in.h:419 +msgid "Tar archive (compressed)" +msgstr "archivador Tar (comprimido)" + +#: ../freedesktop.org.xml.in.h:420 +msgid "Tar archive (gzip-compressed)" +msgstr "archivador Tar (comprimido con gzip)" + +#: ../freedesktop.org.xml.in.h:421 +msgid "Tcl script" +msgstr "script en Tcl" + +#: ../freedesktop.org.xml.in.h:422 +msgid "TeX DVI document" +msgstr "documento TeX DVI" + +#: ../freedesktop.org.xml.in.h:423 +msgid "TeX DVI document (bzip-compressed)" +msgstr "documento DVI de TeX (comprimido con bzip)" + +#: ../freedesktop.org.xml.in.h:424 +msgid "TeX DVI document (gzip-compressed)" +msgstr "documento DVI de TeX (comprimido con gzip)" + +#: ../freedesktop.org.xml.in.h:425 +msgid "TeX document" +msgstr "documento TeX" + +#: ../freedesktop.org.xml.in.h:426 +msgid "TeX font" +msgstr "tipografía de TeX" + +#: ../freedesktop.org.xml.in.h:427 +msgid "TeX font metrics" +msgstr "métricas de tipografía de TeX" + +#: ../freedesktop.org.xml.in.h:428 +msgid "TeXInfo document" +msgstr "documento TeXInfo" + +#: ../freedesktop.org.xml.in.h:429 +msgid "ToutDoux document" +msgstr "documento de ToutDoux" + +#: ../freedesktop.org.xml.in.h:430 +msgid "Troff ME input document" +msgstr "documento de entrada Troff ME" + +#: ../freedesktop.org.xml.in.h:431 +msgid "Troff MM input document" +msgstr "documento de entrada Troff MM" + +#: ../freedesktop.org.xml.in.h:432 +msgid "Troff MS input document" +msgstr "documento de entrada Troff MS" + +#: ../freedesktop.org.xml.in.h:433 +msgid "Troff document" +msgstr "documento troff" + +#: ../freedesktop.org.xml.in.h:434 +msgid "Troff document (with manpage macros)" +msgstr "documento troff (con macros de páginas de manual)" + +#: ../freedesktop.org.xml.in.h:435 +msgid "TrueAudio audio" +msgstr "audio TrueAudio" + +#: ../freedesktop.org.xml.in.h:436 +msgid "TrueType XML font" +msgstr "tipografía TrueType XML" + +#: ../freedesktop.org.xml.in.h:437 +msgid "TrueType font" +msgstr "tipografía TrueType" + +#: ../freedesktop.org.xml.in.h:438 +msgid "UFRaw ID image" +msgstr "imagen de identificación UFRaw" + +#: ../freedesktop.org.xml.in.h:439 +msgid "ULAW (Sun) audio" +msgstr "audio ULAW (Sun)" + +#: ../freedesktop.org.xml.in.h:440 +msgid "UNIX-compressed file" +msgstr "archivo comprimido de Unix" + +#: ../freedesktop.org.xml.in.h:441 +msgid "Unidata NetCDF document" +msgstr "documento de Unidata NetCDF" + +#: ../freedesktop.org.xml.in.h:442 +msgid "Usenet news message" +msgstr "mensaje de noticias de Usenet" + +#: ../freedesktop.org.xml.in.h:443 +msgid "Ustar archive" +msgstr "archivador Ustar" + +#: ../freedesktop.org.xml.in.h:444 +msgid "V font" +msgstr "tipografía V" + +#: ../freedesktop.org.xml.in.h:445 +msgid "VCS/ICS calendar" +msgstr "calendario VCS/ICS" + +#: ../freedesktop.org.xml.in.h:446 +msgid "VHDL document" +msgstr "documento VHDL" + +#: ../freedesktop.org.xml.in.h:447 +msgid "VOC audio" +msgstr "audio VOC" + +#: ../freedesktop.org.xml.in.h:448 +msgid "VRML document" +msgstr "documento VRML" + +#: ../freedesktop.org.xml.in.h:449 +msgid "Vala source code" +msgstr "código fuente en Vala" + +#. http://en.wikipedia.org/wiki/Video_CD +#. http://www.herongyang.com/CD-DVD/VCD-Movie-File-Directory-Structure.html +#: ../freedesktop.org.xml.in.h:452 +msgid "Video CD" +msgstr "Vídeo CD" + +#: ../freedesktop.org.xml.in.h:453 +msgid "Vivo video" +msgstr "vídeo Vivo" + +#: ../freedesktop.org.xml.in.h:454 +msgid "WAIS source code" +msgstr "código fuente WAIS" + +#: ../freedesktop.org.xml.in.h:455 +msgid "WAV audio" +msgstr "audio WAV" + +#: ../freedesktop.org.xml.in.h:456 +msgid "WBMP image" +msgstr "imagen WBMP" + +#: ../freedesktop.org.xml.in.h:457 +msgid "WMF image" +msgstr "imagen WMF" + +#: ../freedesktop.org.xml.in.h:458 +msgid "WML document" +msgstr "documento WML" + +#: ../freedesktop.org.xml.in.h:459 +msgid "WMLScript program" +msgstr "programa en WMLScript" + +#: ../freedesktop.org.xml.in.h:460 +msgid "WRI document" +msgstr "documento WRI" + +#: ../freedesktop.org.xml.in.h:461 +msgid "WavPack audio" +msgstr "audio WavPack" + +#: ../freedesktop.org.xml.in.h:462 +msgid "WavPack audio correction file" +msgstr "archivo de corrección de audio WavPack" + +#: ../freedesktop.org.xml.in.h:463 +msgid "Wavelet video" +msgstr "vídeo Wavelet" + +#: ../freedesktop.org.xml.in.h:464 +msgid "Windows BMP image" +msgstr "imagen BMP de Windows" + +#: ../freedesktop.org.xml.in.h:465 +msgid "Windows Installer package" +msgstr "Paquete de instalación de Windows" + +#: ../freedesktop.org.xml.in.h:466 +msgid "Windows Media Station file" +msgstr "Archivo de emisora de Windows Media" + +#: ../freedesktop.org.xml.in.h:467 +msgid "Windows Media audio" +msgstr "Audio de Windows Media" + +#: ../freedesktop.org.xml.in.h:468 +msgid "Windows Media video" +msgstr "Vídeo de Windows Media" + +#: ../freedesktop.org.xml.in.h:469 +msgid "Windows Registry extract" +msgstr "extracto del registro de Windows" + +#: ../freedesktop.org.xml.in.h:470 +msgid "Windows animated cursor" +msgstr "cursor animado de Windows" + +#: ../freedesktop.org.xml.in.h:471 +msgid "Windows cursor" +msgstr "cursor de Windows" + +#: ../freedesktop.org.xml.in.h:472 +msgid "Word document" +msgstr "documento de Word" + +#: ../freedesktop.org.xml.in.h:473 +msgid "Word template" +msgstr "plantilla de Word" + +#: ../freedesktop.org.xml.in.h:474 +msgid "WordPerfect document" +msgstr "documento de WordPerfect" + +#: ../freedesktop.org.xml.in.h:475 +msgid "WordPerfect/Drawperfect image" +msgstr "imagen de WordPerfect/Drawperfect" + +#: ../freedesktop.org.xml.in.h:476 +msgid "X window image" +msgstr "imagen de X window" + +#: ../freedesktop.org.xml.in.h:477 +msgid "X-Motif UIL table" +msgstr "tabla de X-Motif UIL" + +#: ../freedesktop.org.xml.in.h:478 +msgid "X11 cursor" +msgstr "cursor X11" + +#: ../freedesktop.org.xml.in.h:479 +msgid "XBEL bookmarks" +msgstr "marcadores XBEL" + +#: ../freedesktop.org.xml.in.h:480 +msgid "XBM image" +msgstr "imagen XBM" + +#: ../freedesktop.org.xml.in.h:481 +msgid "XFig image" +msgstr "imagen de XFig" + +#: ../freedesktop.org.xml.in.h:482 +msgid "XHTML page" +msgstr "página XHTML" + +#: ../freedesktop.org.xml.in.h:483 +msgid "XLIFF translation file" +msgstr "archivo de traducción XLIFF" + +#: ../freedesktop.org.xml.in.h:484 +msgid "XMCD CD database" +msgstr "base de datos de CD XMCD" + +#: ../freedesktop.org.xml.in.h:485 +msgid "XMF audio" +msgstr "audio XMF" + +#: ../freedesktop.org.xml.in.h:486 +msgid "XMI file" +msgstr "archivo XMI" + +#: ../freedesktop.org.xml.in.h:487 +msgid "XML document" +msgstr "documento XML" + +#: ../freedesktop.org.xml.in.h:488 +msgid "XML entities document" +msgstr "documento de entidades XML" + +#: ../freedesktop.org.xml.in.h:489 +msgid "XPM image" +msgstr "imagen XPM" + +#: ../freedesktop.org.xml.in.h:490 +msgid "XPS document" +msgstr "documento XPS" + +#: ../freedesktop.org.xml.in.h:491 +msgid "XSL FO file" +msgstr "archivo XSL FO" + +#: ../freedesktop.org.xml.in.h:492 +msgid "XSLT stylesheet" +msgstr "hoja de estilo XSLT" + +#: ../freedesktop.org.xml.in.h:493 +msgid "XSPF playlist" +msgstr "lista de reproducción XSPF" + +#: ../freedesktop.org.xml.in.h:494 +msgid "XUL document" +msgstr "documento XUL" + +#: ../freedesktop.org.xml.in.h:495 +msgid "XUL interface document" +msgstr "documento de interfaz XUL" + +#: ../freedesktop.org.xml.in.h:496 +msgid "Xbase document" +msgstr "documento Xbase" + +#: ../freedesktop.org.xml.in.h:497 +msgid "Zip archive" +msgstr "archivador Zip" + +#: ../freedesktop.org.xml.in.h:498 +msgid "Zoo archive" +msgstr "archivador Zoo" + +#: ../freedesktop.org.xml.in.h:499 +msgid "application log" +msgstr "registro de aplicación" + +#. http://en.wikipedia.org/wiki/Red_Book_(audio_CD_standard) +#: ../freedesktop.org.xml.in.h:501 +msgid "audio CD" +msgstr "CD de sonido" + +#. http://en.wikipedia.org/wiki/DVD-Audio +#: ../freedesktop.org.xml.in.h:503 +msgid "audio DVD" +msgstr "DVD de sonido" + +#: ../freedesktop.org.xml.in.h:504 +msgid "author credits" +msgstr "reconocimiento de autoría" + +#: ../freedesktop.org.xml.in.h:505 +msgid "author list" +msgstr "lista de autores" + +#: ../freedesktop.org.xml.in.h:506 +msgid "backup file" +msgstr "archivo de respaldo" + +#. http://en.wikipedia.org/wiki/Blu-ray_Disc +#: ../freedesktop.org.xml.in.h:508 +msgid "blank Blu-ray disc" +msgstr "disco Blu-ray virgen" + +#. http://en.wikipedia.org/wiki/Compact_Disc +#: ../freedesktop.org.xml.in.h:510 +msgid "blank CD disc" +msgstr "disco CD virgen" + +#. http://en.wikipedia.org/wiki/DVD +#: ../freedesktop.org.xml.in.h:512 +msgid "blank DVD disc" +msgstr "disco DVD virgen" + +#. http://en.wikipedia.org/wiki/HD_DVD +#: ../freedesktop.org.xml.in.h:514 +msgid "blank HD DVD disc" +msgstr "disco HD DVD virgen" + +#: ../freedesktop.org.xml.in.h:515 +msgid "block device" +msgstr "dispositivo de bloques" + +#: ../freedesktop.org.xml.in.h:516 +msgid "character device" +msgstr "dispositivo de caracteres" + +#: ../freedesktop.org.xml.in.h:517 +msgid "comic book archive" +msgstr "archivador de libro de cómic" + +#: ../freedesktop.org.xml.in.h:518 +msgid "compound document" +msgstr "documento compuesto" + +#: ../freedesktop.org.xml.in.h:519 +msgid "compound documents" +msgstr "documentos compuestos" + +#: ../freedesktop.org.xml.in.h:520 +msgid "compressed GIMP image" +msgstr "imagen GIMP comprimida" + +#: ../freedesktop.org.xml.in.h:521 +msgid "compressed SVG image" +msgstr "imagen SVG comprimida" + +#: ../freedesktop.org.xml.in.h:522 +msgid "compressed Tracker audio" +msgstr "Tracker de sonido comprimido" + +#: ../freedesktop.org.xml.in.h:523 +msgid "desktop configuration file" +msgstr "archivo de configuración del escritorio" + +#: ../freedesktop.org.xml.in.h:524 +msgid "detached OpenPGP signature" +msgstr "firma OpenPGP separada" + +#: ../freedesktop.org.xml.in.h:525 +msgid "detached S/MIME signature" +msgstr "firma S/MIME separada" + +#: ../freedesktop.org.xml.in.h:526 +msgid "differences between files" +msgstr "diferencias entre archivos" + +#. http://en.wikipedia.org/wiki/Design_rule_for_Camera_File_system +#: ../freedesktop.org.xml.in.h:528 +msgid "digital photos" +msgstr "fotos digitales" + +#: ../freedesktop.org.xml.in.h:529 +msgid "digital raw image" +msgstr "imagen digital en bruto" + +#: ../freedesktop.org.xml.in.h:530 +msgid "eMusic download package" +msgstr "paquete de descarga eMusic" + +#: ../freedesktop.org.xml.in.h:531 +msgid "electronic book document" +msgstr "documento de libro electrónico" + +#: ../freedesktop.org.xml.in.h:532 +msgid "electronic business card" +msgstr "tarjeta de visita electrónica" + +#: ../freedesktop.org.xml.in.h:533 +msgid "email headers" +msgstr "cabeceras de correo electrónico" + +#: ../freedesktop.org.xml.in.h:534 +msgid "email message" +msgstr "mensaje de correo electrónico" + +#: ../freedesktop.org.xml.in.h:535 +msgid "empty document" +msgstr "documento vacío" + +#: ../freedesktop.org.xml.in.h:536 +msgid "encrypted message" +msgstr "mensaje cifrado" + +#: ../freedesktop.org.xml.in.h:537 +msgid "enriched text document" +msgstr "documento de texto enriquecido" + +#: ../freedesktop.org.xml.in.h:538 +msgid "executable" +msgstr "ejecutable" + +#: ../freedesktop.org.xml.in.h:539 +msgid "folder" +msgstr "carpeta" + +#: ../freedesktop.org.xml.in.h:540 +msgid "generic font file" +msgstr "tipografía genérico" + +#: ../freedesktop.org.xml.in.h:541 +msgid "help page" +msgstr "página de ayuda" + +#: ../freedesktop.org.xml.in.h:542 +msgid "iMelody ringtone" +msgstr "tono de llamada iMelody" + +#: ../freedesktop.org.xml.in.h:543 +msgid "iPod firmware" +msgstr "firmware de iPod" + +#: ../freedesktop.org.xml.in.h:544 +msgid "iRiver Playlist" +msgstr "lista de reproducción de iRiver" + +#: ../freedesktop.org.xml.in.h:545 +msgid "installation instructions" +msgstr "instrucciones de instalación" + +#: ../freedesktop.org.xml.in.h:546 +msgid "iptables configuration file" +msgstr "archivo de configuración de iptables" + +#: ../freedesktop.org.xml.in.h:547 +msgid "libtool shared library" +msgstr "biblioteca compartida de libtool" + +#: ../freedesktop.org.xml.in.h:548 +msgid "license terms" +msgstr "términos de licencia" + +#: ../freedesktop.org.xml.in.h:549 +msgid "mail delivery report" +msgstr "informe de entrega de correo" + +#: ../freedesktop.org.xml.in.h:550 +msgid "mail disposition report" +msgstr "informe de disposición de correo" + +#: ../freedesktop.org.xml.in.h:551 +msgid "mail system report" +msgstr "informe del sistema de correo" + +#: ../freedesktop.org.xml.in.h:552 +msgid "mailbox file" +msgstr "archivo de buzón de correo" + +#: ../freedesktop.org.xml.in.h:553 +msgid "manual page (compressed)" +msgstr "página de manual (comprimida)" + +#: ../freedesktop.org.xml.in.h:554 +msgid "message catalog" +msgstr "catálogo de mensajes" + +#: ../freedesktop.org.xml.in.h:555 +msgid "message digest" +msgstr "recopilación de mensajes" + +#: ../freedesktop.org.xml.in.h:556 +msgid "message in several formats" +msgstr "mensaje en varios formatos" + +#: ../freedesktop.org.xml.in.h:557 +msgid "mount point" +msgstr "punto de montaje" + +#: ../freedesktop.org.xml.in.h:558 +msgid "object code" +msgstr "código objeto" + +#: ../freedesktop.org.xml.in.h:559 +msgid "packed font file" +msgstr "archivo de tipografía empaquetada" + +#: ../freedesktop.org.xml.in.h:560 +msgid "partial email message" +msgstr "mensaje de correo electrónico parcial" + +#: ../freedesktop.org.xml.in.h:561 +msgid "pipe" +msgstr "tubería" + +#: ../freedesktop.org.xml.in.h:562 +msgid "plain text document" +msgstr "documento de texto sencillo" + +#. see fd.o hal spec +#: ../freedesktop.org.xml.in.h:564 +msgid "portable audio player" +msgstr "dispositivo de sonido portable" + +#: ../freedesktop.org.xml.in.h:565 +msgid "profiler results" +msgstr "resultados del perfilador" + +#: ../freedesktop.org.xml.in.h:566 +msgid "program crash data" +msgstr "datos de cuelgue de programa" + +#: ../freedesktop.org.xml.in.h:567 +msgid "raw CD image" +msgstr "imagen de CD en bruto" + +#: ../freedesktop.org.xml.in.h:568 +msgid "reference to remote file" +msgstr "referencia a un archivo remoto" + +#: ../freedesktop.org.xml.in.h:569 +msgid "rejected patch" +msgstr "parche rechazado" + +#: ../freedesktop.org.xml.in.h:570 +msgid "resource location" +msgstr "ubicación del recurso" + +#: ../freedesktop.org.xml.in.h:571 +msgid "rich text document" +msgstr "documento de texto enriquecido" + +#: ../freedesktop.org.xml.in.h:572 +msgid "shared library" +msgstr "biblioteca compartida" + +#: ../freedesktop.org.xml.in.h:573 +msgid "shell archive" +msgstr "archivador shell" + +#: ../freedesktop.org.xml.in.h:574 +msgid "shell script" +msgstr "script en shell" + +#: ../freedesktop.org.xml.in.h:575 +msgid "signed message" +msgstr "mensaje firmado" + +#: ../freedesktop.org.xml.in.h:576 +msgid "socket" +msgstr "socket" + +#. http://standards.freedesktop.org/autostart-spec/autostart-spec-latest.html +#. http://bugzilla.gnome.org/show_bug.cgi?id=509823#c3 +#: ../freedesktop.org.xml.in.h:579 +msgid "software" +msgstr "software" + +#: ../freedesktop.org.xml.in.h:580 +msgid "spreadsheet interchange document" +msgstr "documento de intercambio de hojas de cálculo" + +#: ../freedesktop.org.xml.in.h:581 +msgid "stream of data (server push)" +msgstr "flujo de datos (por iniciativa del servidor)" + +#: ../freedesktop.org.xml.in.h:582 +msgid "symbolic link" +msgstr "enlace simbólico" + +#: ../freedesktop.org.xml.in.h:583 +msgid "theme" +msgstr "tema" + +#: ../freedesktop.org.xml.in.h:584 +msgid "translated messages (machine-readable)" +msgstr "mensajes traducidos (legibles por máquinas)" + +#: ../freedesktop.org.xml.in.h:585 +msgid "translation file" +msgstr "archivo de traducción" + +#: ../freedesktop.org.xml.in.h:586 +msgid "translation template" +msgstr "plantilla de traducción" + +#: ../freedesktop.org.xml.in.h:587 +msgid "txt2tags document" +msgstr "documento txt2tags" + +#: ../freedesktop.org.xml.in.h:588 +msgid "unknown" +msgstr "desconocido" + +#. http://en.wikipedia.org/wiki/DVD-Video +#: ../freedesktop.org.xml.in.h:590 +msgid "video DVD" +msgstr "DVD de vídeo" + +#~ msgid "GTK+ configuration" +#~ msgstr "configuración de GTK+" diff --git a/po/eu.po b/po/eu.po new file mode 100644 index 0000000..49bf8ca --- /dev/null +++ b/po/eu.po @@ -0,0 +1,2062 @@ +# translation of shared-mime-info.HEAD.po to Basque +# Copyright (C) 2004, 2005, 2006, 2008 Free Software Foundation, Inc. +# This file is distributed under the same license as the shared-mime-info package. +# +# +# Mikel Olasagasti , 2004, 2005, 2006, 2008. +# Iñaki Larrañaga Murgoitio , 2004, 2008. +msgid "" +msgstr "" +"Project-Id-Version: shared-mime-info 0.23-pre1\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2007-12-12 13:13+0000\n" +"PO-Revision-Date: 2008-03-04 18:58+0100\n" +"Last-Translator: Mikel Olasagasti Uranga \n" +"Language-Team: Basque \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.11.4\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: ../freedesktop.org.xml.in.h:1 +msgid "3D Studio image" +msgstr "3D Studio-ko irudia" + +#: ../freedesktop.org.xml.in.h:2 +msgid "3GPP multimedia" +msgstr "3GPP multimedia" + +#: ../freedesktop.org.xml.in.h:3 +msgid "ACE archive" +msgstr "ACE artxiboa" + +#: ../freedesktop.org.xml.in.h:4 +msgid "AIFC audio" +msgstr "AIFC audioa" + +#: ../freedesktop.org.xml.in.h:5 +msgid "AIFF audio" +msgstr "AIFF audioa" + +#: ../freedesktop.org.xml.in.h:6 +msgid "AIFF/Amiga/Mac audio" +msgstr "AIFF/Amiga/Mac audioa" + +#: ../freedesktop.org.xml.in.h:7 +msgid "AMR audio" +msgstr "AMR audioa" + +#: ../freedesktop.org.xml.in.h:8 +msgid "AMR-WB audio" +msgstr "AMR-WB audioa" + +#: ../freedesktop.org.xml.in.h:9 +msgid "ANIM animation" +msgstr "ANIM animazioa" + +#: ../freedesktop.org.xml.in.h:10 +msgid "AR archive" +msgstr "AR artxiboa" + +#: ../freedesktop.org.xml.in.h:11 +msgid "ARC archive" +msgstr "ARC artxiboa" + +#: ../freedesktop.org.xml.in.h:12 +msgid "ARJ archive" +msgstr "ARJ artxiboa" + +#: ../freedesktop.org.xml.in.h:13 +msgid "ASF video" +msgstr "ASF bideoa" + +#: ../freedesktop.org.xml.in.h:14 +msgid "ASP page" +msgstr "ASP orria" + +#: ../freedesktop.org.xml.in.h:15 +msgid "ATK inset" +msgstr "ATK sartzapena" + +#: ../freedesktop.org.xml.in.h:16 +msgid "AVI video" +msgstr "AVI bideoa" + +#: ../freedesktop.org.xml.in.h:17 +msgid "AWK script" +msgstr "AWK script-a" + +#: ../freedesktop.org.xml.in.h:18 +msgid "AbiWord document" +msgstr "AbiWord dokumentua" + +#: ../freedesktop.org.xml.in.h:19 +msgid "Ada source code" +msgstr "Ada iturburu-kodea" + +#: ../freedesktop.org.xml.in.h:20 +msgid "Adobe DNG negative" +msgstr "Adobe DNG negatiboa" + +#: ../freedesktop.org.xml.in.h:21 +msgid "Adobe FrameMaker MIF document" +msgstr "Adobe FrameMaker-en MIF dokumentua" + +#: ../freedesktop.org.xml.in.h:22 +msgid "Adobe FrameMaker document" +msgstr "Adobe FrameMaker-en dokumentua" + +#: ../freedesktop.org.xml.in.h:23 +msgid "Adobe FrameMaker font" +msgstr "Adobe FrameMaker-en letra-tipoa" + +#: ../freedesktop.org.xml.in.h:24 +msgid "Adobe Illustrator document" +msgstr "Adobe Illustrator dokumentua" + +#: ../freedesktop.org.xml.in.h:25 +msgid "Adobe font metrics" +msgstr "Adobe letra-tipoen neurriak" + +#: ../freedesktop.org.xml.in.h:26 +msgid "Amiga SoundTracker audio" +msgstr "Amiga soundtracker audioa" + +#: ../freedesktop.org.xml.in.h:27 +msgid "Applix Graphics image" +msgstr "Applix Graphics irudia" + +#: ../freedesktop.org.xml.in.h:28 +msgid "Applix Spreadsheets spreadsheet" +msgstr "Applix Spreadsheets kalkulu-orria" + +#: ../freedesktop.org.xml.in.h:29 +msgid "Applix Words document" +msgstr "Applix Words dokumentua" + +#: ../freedesktop.org.xml.in.h:30 +msgid "Atom syndication feed" +msgstr "Atom harpidetze-iturria" + +#: ../freedesktop.org.xml.in.h:31 +msgid "AutoCAD image" +msgstr "AutoCAD-eko irudia" + +#: ../freedesktop.org.xml.in.h:32 +msgid "BCPIO document" +msgstr "BCPIO dokumentua" + +#: ../freedesktop.org.xml.in.h:33 +msgid "BDF font" +msgstr "BDF letra-tipoa" + +#: ../freedesktop.org.xml.in.h:34 +msgid "BibTeX document" +msgstr "BibTeX dokumentua" + +#: ../freedesktop.org.xml.in.h:35 +msgid "BitTorrent seed file" +msgstr "BitTorrent hazi-fitxategia" + +#: ../freedesktop.org.xml.in.h:36 +msgid "Blender scene" +msgstr "Blender-eko fitxategia" + +#: ../freedesktop.org.xml.in.h:37 +msgid "Bzip archive" +msgstr "Bzip artxiboa" + +#: ../freedesktop.org.xml.in.h:38 +msgid "C header" +msgstr "C goiburua" + +#: ../freedesktop.org.xml.in.h:39 +msgid "C shell script" +msgstr "C shell script-a" + +#: ../freedesktop.org.xml.in.h:40 +msgid "C source code" +msgstr "C iturburu-kodea" + +#: ../freedesktop.org.xml.in.h:41 +msgid "C# source code" +msgstr "C# iturburu-kodea" + +#: ../freedesktop.org.xml.in.h:42 +msgid "C++ header" +msgstr "C++ goiburua" + +#: ../freedesktop.org.xml.in.h:43 +msgid "C++ source code" +msgstr "C++ iturburu-kodea" + +#: ../freedesktop.org.xml.in.h:44 +msgid "CCITT G3 fax" +msgstr "CCITT G3 faxa" + +#: ../freedesktop.org.xml.in.h:45 +msgid "CD image cuesheet" +msgstr "CD baten irudiaren CUE sheet-a" + +#: ../freedesktop.org.xml.in.h:46 +msgid "CGI script" +msgstr "CGI script-a" + +#: ../freedesktop.org.xml.in.h:47 +msgid "CMU raster image" +msgstr "CMU bilbe-irudia" + +#: ../freedesktop.org.xml.in.h:48 +msgid "CPIO archive" +msgstr "CPIO artxiboa" + +#: ../freedesktop.org.xml.in.h:49 +msgid "CPIO archive (gzip-compressed)" +msgstr "CPIO artxiboa (gzip-ekin konprimitua)" + +#: ../freedesktop.org.xml.in.h:50 +msgid "CSS stylesheet" +msgstr "CSS estilo-orria" + +#: ../freedesktop.org.xml.in.h:51 +msgid "CSV document" +msgstr "CSV dokumentua" + +#: ../freedesktop.org.xml.in.h:52 +msgid "Canon CR2 raw image" +msgstr "Canon CR2 irudi gordina" + +#: ../freedesktop.org.xml.in.h:53 +msgid "Canon CRW raw image" +msgstr "Canon CRW irudi gordina" + +#: ../freedesktop.org.xml.in.h:54 +msgid "ChangeLog document" +msgstr "ChangeLog dokumentua" + +#: ../freedesktop.org.xml.in.h:55 +msgid "Citrix ICA settings file" +msgstr "Citrix ICA ezarpenen fitxategia" + +#: ../freedesktop.org.xml.in.h:56 +msgid "Commodore 64 audio" +msgstr "Commodore 64 Audioa" + +#: ../freedesktop.org.xml.in.h:57 +msgid "Computer Graphics Metafile" +msgstr "Ordenagailuko grafikoen meta-fitxategia" + +#: ../freedesktop.org.xml.in.h:58 +msgid "Corel Draw drawing" +msgstr "Corel Draw-eko marrazkia" + +#: ../freedesktop.org.xml.in.h:59 +msgid "D source code" +msgstr "D iturburu-kodea" + +#: ../freedesktop.org.xml.in.h:60 +msgid "DAR archive" +msgstr "DAR artxiboa" + +#: ../freedesktop.org.xml.in.h:61 +msgid "DCL script" +msgstr "DCL script-a" + +#: ../freedesktop.org.xml.in.h:62 +msgid "DER/PEM/Netscape-encoded X.509 certificate" +msgstr "X.509rekin kodetutako DER, PEM edo Netscape zertifikatua" + +#: ../freedesktop.org.xml.in.h:63 +msgid "DIB image" +msgstr "DIB irudia" + +#: ../freedesktop.org.xml.in.h:64 +msgid "DICOM image" +msgstr "DICOM irudia" + +#: ../freedesktop.org.xml.in.h:65 +msgid "DOS font" +msgstr "DOS letra-tipoa" + +#: ../freedesktop.org.xml.in.h:66 +msgid "DOS/Windows executable" +msgstr "DOS/Windows-eko exekutagarria" + +#: ../freedesktop.org.xml.in.h:67 +msgid "DPX image" +msgstr "DPX irudia" + +#: ../freedesktop.org.xml.in.h:68 +msgid "DSSSL document" +msgstr "DSSSL dokumentua" + +#: ../freedesktop.org.xml.in.h:69 +msgid "DTD file" +msgstr "DTD fitxategia" + +#: ../freedesktop.org.xml.in.h:70 +msgid "DV video" +msgstr "DV bideoa" + +#: ../freedesktop.org.xml.in.h:71 +msgid "DXF vector image" +msgstr "DXF bektore-grafikoa" + +#: ../freedesktop.org.xml.in.h:72 +msgid "Debian package" +msgstr "Debian paketea" + +#: ../freedesktop.org.xml.in.h:73 +msgid "Dia diagram" +msgstr "Dia diagrama" + +#: ../freedesktop.org.xml.in.h:74 +msgid "DirectDraw surface" +msgstr "DirectDraw gainazala" + +#: ../freedesktop.org.xml.in.h:75 +msgid "DjVu image" +msgstr "DjVU-ko irudia" + +#: ../freedesktop.org.xml.in.h:76 +msgid "DocBook document" +msgstr "DocBook dokumentua" + +#: ../freedesktop.org.xml.in.h:77 +msgid "Dolby Digital audio" +msgstr "Dolby audio digitala" + +#: ../freedesktop.org.xml.in.h:78 +msgid "Dreamcast ROM" +msgstr "Dreamcast-en ROM" + +#: ../freedesktop.org.xml.in.h:79 +msgid "ECMAScript program" +msgstr "ECMAScript programa" + +#: ../freedesktop.org.xml.in.h:80 +msgid "EMF image" +msgstr "EMF irudia" + +#: ../freedesktop.org.xml.in.h:81 +msgid "EPS image" +msgstr "EPS irudia" + +#: ../freedesktop.org.xml.in.h:82 +msgid "EPS image (bzip-compressed)" +msgstr "EPS irudia (bzip-ekin konprimitua)" + +#: ../freedesktop.org.xml.in.h:83 +msgid "EPS image (gzip-compressed)" +msgstr "EPS irudia (gzip-ekin konprimitua)" + +#: ../freedesktop.org.xml.in.h:84 +msgid "Egon Animator animation" +msgstr "Egon Animator-eko animazioa" + +#: ../freedesktop.org.xml.in.h:85 +msgid "Electronic Business Card" +msgstr "Enpresako txartel elektronikoa" + +#: ../freedesktop.org.xml.in.h:86 +msgid "Emacs Lisp source code" +msgstr "Emacs Lisp iturburu-kodea" + +#: ../freedesktop.org.xml.in.h:87 +msgid "Enlightenment theme" +msgstr "Enlightenment gaia" + +#: ../freedesktop.org.xml.in.h:88 +msgid "Erlang source code" +msgstr "Erlang iturburu-kodea" + +#: ../freedesktop.org.xml.in.h:89 +msgid "Excel spreadsheet" +msgstr "Excel kalkulu-orria" + +#: ../freedesktop.org.xml.in.h:90 +msgid "FITS document" +msgstr "FITS dokumentua" + +#: ../freedesktop.org.xml.in.h:91 +msgid "FLAC audio" +msgstr "FLAC audioa" + +#: ../freedesktop.org.xml.in.h:92 +msgid "FLIC animation" +msgstr "FLIC animazioa" + +#: ../freedesktop.org.xml.in.h:93 +msgid "FPX image" +msgstr "FPX irudia" + +#: ../freedesktop.org.xml.in.h:94 +msgid "FastTracker II audio" +msgstr "FastTracker II.ren audioa" + +#: ../freedesktop.org.xml.in.h:95 +msgid "Flash video" +msgstr "Flash bideoa" + +#: ../freedesktop.org.xml.in.h:96 +msgid "Fortran source code" +msgstr "Fortran-en iturburu-kodea" + +#: ../freedesktop.org.xml.in.h:97 +msgid "Fuji RAF raw image" +msgstr "Fuji RAF irudi gordina" + +#: ../freedesktop.org.xml.in.h:98 +msgid "G3 fax image" +msgstr "G3 fax-irudia" + +#: ../freedesktop.org.xml.in.h:99 +msgid "GDBM database" +msgstr "GDBM datu-basea" + +#: ../freedesktop.org.xml.in.h:100 +msgid "GEDCOM family history" +msgstr "GEDCOM famili historia" + +#: ../freedesktop.org.xml.in.h:101 +msgid "GIF image" +msgstr "GIF irudia" + +#: ../freedesktop.org.xml.in.h:102 +msgid "GIMP image" +msgstr "GIMP irudia" + +#: ../freedesktop.org.xml.in.h:103 +msgid "GMC link" +msgstr "GMC esteka" + +#: ../freedesktop.org.xml.in.h:104 +msgid "GNU Oleo spreadsheet" +msgstr "GNU Oleo kalkulu-orria" + +#: ../freedesktop.org.xml.in.h:105 +msgid "GNU mail message" +msgstr "GNU posta mezua" + +#: ../freedesktop.org.xml.in.h:106 +msgid "GTK+ configuration" +msgstr "GTK+ konfigurazioa" + +#: ../freedesktop.org.xml.in.h:107 +msgid "GTKtalog catalog" +msgstr "Gtktalog katalogoa" + +#: ../freedesktop.org.xml.in.h:108 +msgid "Game Boy Advance ROM" +msgstr "Game Boy Advance-ko ROMa" + +#: ../freedesktop.org.xml.in.h:109 +msgid "Game Boy ROM" +msgstr "Game Boy-eko ROMa" + +#. Translate this to Megadrive if the console was known as such in your locale +#. Should be Megadrive in all but en_US: http://en.wikipedia.org/wiki/Megadrive#History +#: ../freedesktop.org.xml.in.h:112 +msgid "Genesis ROM" +msgstr "Genesis-eko ROMa" + +#: ../freedesktop.org.xml.in.h:113 +msgid "Glade project" +msgstr "Glade projektua" + +#: ../freedesktop.org.xml.in.h:114 +msgid "GnuCash spreadsheet" +msgstr "GnuCash kalkulu-orria" + +#: ../freedesktop.org.xml.in.h:115 +msgid "Gnumeric spreadsheet" +msgstr "Gnumeric kalkulu-orria" + +#: ../freedesktop.org.xml.in.h:116 +msgid "Gnuplot document" +msgstr "Gnuplot dokumentua" + +#: ../freedesktop.org.xml.in.h:117 +msgid "Google Video Pointer" +msgstr "Google Video-ren erreprodukzio-zerrenda" + +#: ../freedesktop.org.xml.in.h:118 +msgid "Graphite scientific graph" +msgstr "Graphite - grafiko zientifikoak" + +#: ../freedesktop.org.xml.in.h:119 +msgid "Gzip archive" +msgstr "Gzip artxiboa" + +#: ../freedesktop.org.xml.in.h:120 +msgid "HDF document" +msgstr "HDF dokumentua" + +#: ../freedesktop.org.xml.in.h:121 +msgid "HPGL file" +msgstr "HPGL fitxategia" + +#: ../freedesktop.org.xml.in.h:122 +msgid "HTML document" +msgstr "HTML dokumentua" + +#: ../freedesktop.org.xml.in.h:123 +msgid "Haansoft Hangul document" +msgstr "Haansoft Hangul dokumentua" + +#: ../freedesktop.org.xml.in.h:124 +msgid "Haansoft Hangul document template" +msgstr "Haansoft Hangul dokumentuaren txantiloia" + +#: ../freedesktop.org.xml.in.h:125 +msgid "Haskell source code" +msgstr "Haskell iturburu-kodea" + +#: ../freedesktop.org.xml.in.h:126 +msgid "ICO icon" +msgstr "ICO ikonoa" + +#: ../freedesktop.org.xml.in.h:127 +msgid "IDL document" +msgstr "IDL dokumentua" + +#: ../freedesktop.org.xml.in.h:128 +msgid "IEF image" +msgstr "IEF irudia" + +#: ../freedesktop.org.xml.in.h:129 +msgid "IFF image" +msgstr "IFF irudia" + +#: ../freedesktop.org.xml.in.h:130 +msgid "ILBM image" +msgstr "ILBM irudia" + +#: ../freedesktop.org.xml.in.h:131 +msgid "ISI video" +msgstr "ISI bideoa" + +#: ../freedesktop.org.xml.in.h:132 +msgid "Impulse Tracker audio" +msgstr "Impulse Tracker audioa" + +#: ../freedesktop.org.xml.in.h:133 +msgid "JAD document" +msgstr "JAD dokumentua" + +#: ../freedesktop.org.xml.in.h:134 +msgid "JBuilder project" +msgstr "JBuilder proiektua" + +#: ../freedesktop.org.xml.in.h:135 +msgid "JET database" +msgstr "JET datubasea" + +#: ../freedesktop.org.xml.in.h:136 +msgid "JNG image" +msgstr "JNG irudia" + +#: ../freedesktop.org.xml.in.h:137 +msgid "JNLP file" +msgstr "JNLP fitxategia" + +#: ../freedesktop.org.xml.in.h:138 +msgid "JPEG image" +msgstr "JPEG irudia" + +#: ../freedesktop.org.xml.in.h:139 +msgid "JPEG-2000 image" +msgstr "JPEG-2000 irudia" + +#: ../freedesktop.org.xml.in.h:140 +msgid "Java archive" +msgstr "Java artxiboa" + +#: ../freedesktop.org.xml.in.h:141 +msgid "Java byte code" +msgstr "Java byte-kodea" + +#: ../freedesktop.org.xml.in.h:142 +msgid "Java class" +msgstr "Java-ko klasea" + +#: ../freedesktop.org.xml.in.h:143 +msgid "Java source code" +msgstr "Java iturburu-kodea" + +#: ../freedesktop.org.xml.in.h:144 +msgid "JavaScript program" +msgstr "JavaScript programa" + +#: ../freedesktop.org.xml.in.h:145 +msgid "KChart chart" +msgstr "KChart diagrama" + +#: ../freedesktop.org.xml.in.h:146 +msgid "KFormula formula" +msgstr "KFormula formula" + +#: ../freedesktop.org.xml.in.h:147 +msgid "KIllustrator drawing" +msgstr "KIllustrator marrazkia" + +#: ../freedesktop.org.xml.in.h:148 +msgid "KPovModeler scene" +msgstr "KPovModeler eszena" + +#: ../freedesktop.org.xml.in.h:149 +msgid "KPresenter presentation" +msgstr "Kpresenter aurkezpena" + +#: ../freedesktop.org.xml.in.h:150 +msgid "KSpread spreadsheet" +msgstr "KSpread kalkulu-orria" + +#: ../freedesktop.org.xml.in.h:151 +msgid "KSpread spreadsheet (encrypted)" +msgstr "KSpread kalkulu-orria (enkriptatua)" + +#: ../freedesktop.org.xml.in.h:152 +msgid "KSysV init package" +msgstr "KSysV hasieratzeko paketea" + +#: ../freedesktop.org.xml.in.h:153 +msgid "KWord document" +msgstr "KWord dokumentua" + +#: ../freedesktop.org.xml.in.h:154 +msgid "KWord document (encrypted)" +msgstr "KWord dokumentua (enkriptatua)" + +#: ../freedesktop.org.xml.in.h:155 +msgid "Karbon14 drawing" +msgstr "Karbon14 marrazkia" + +#: ../freedesktop.org.xml.in.h:156 +msgid "Kivio flowchart" +msgstr "Kivio diagrama" + +#: ../freedesktop.org.xml.in.h:157 +msgid "Kodak DCR raw image" +msgstr "Kodak DCR irudi gordina" + +#: ../freedesktop.org.xml.in.h:158 +msgid "Kodak K25 raw image" +msgstr "Kodak K25 raw image" + +#: ../freedesktop.org.xml.in.h:159 +msgid "Kodak KDC raw image" +msgstr "Kodak KDC irudi gordina" + +#: ../freedesktop.org.xml.in.h:160 +msgid "Kontour drawing" +msgstr "Kontour marrazkia" + +#: ../freedesktop.org.xml.in.h:161 +msgid "Krita document" +msgstr "Krita dokumentua" + +#: ../freedesktop.org.xml.in.h:162 +msgid "Kugar document" +msgstr "Kugar dokumentua" + +#: ../freedesktop.org.xml.in.h:163 +msgid "LDIF address book" +msgstr "LDIF helbide-liburua" + +#: ../freedesktop.org.xml.in.h:164 +msgid "LHA archive" +msgstr "LHA artxiboa" + +#: ../freedesktop.org.xml.in.h:165 +msgid "LHS source code" +msgstr "LHS iturburu-kodea" + +#: ../freedesktop.org.xml.in.h:166 +msgid "LHZ archive" +msgstr "LHZ artxiboa" + +#: ../freedesktop.org.xml.in.h:167 +msgid "LIBGRX font" +msgstr "LIBGRX letra-tipoa" + +#: ../freedesktop.org.xml.in.h:168 +msgid "LZO archive" +msgstr "LZO artxiboa" + +#: ../freedesktop.org.xml.in.h:169 +msgid "LightWave object" +msgstr "LightWave objektua" + +#: ../freedesktop.org.xml.in.h:170 +msgid "LightWave scene" +msgstr "LightWave eszena" + +#: ../freedesktop.org.xml.in.h:171 +msgid "Linux PSF console font" +msgstr "Linux PSF kontsolako letra-tipoa" + +#: ../freedesktop.org.xml.in.h:172 +msgid "Linux PSF console font (gzip-compressed)" +msgstr "Linux PSF kontsolako letra-tipoa (gzip-ekin konprimitua)" + +#: ../freedesktop.org.xml.in.h:173 +msgid "Lotus 1-2-3 spreadsheet" +msgstr "Lotus 1-2-3 kalkulu-orria" + +#: ../freedesktop.org.xml.in.h:174 +msgid "Lotus AmiPro document" +msgstr "Lotus AmiPro dokumentua" + +#: ../freedesktop.org.xml.in.h:175 +msgid "Lua script" +msgstr "Lua script-a" + +#: ../freedesktop.org.xml.in.h:176 +msgid "LyX document" +msgstr "LyX dokumentua" + +#: ../freedesktop.org.xml.in.h:177 +msgid "M4 macro" +msgstr "M4 makroa" + +#: ../freedesktop.org.xml.in.h:178 +msgid "MATLAB script/function" +msgstr "MATLAB script/funtzioa" + +#: ../freedesktop.org.xml.in.h:179 +msgid "MIDI audio" +msgstr "MIDI audioa" + +#: ../freedesktop.org.xml.in.h:180 +msgid "MNG animation" +msgstr "MNG animazioa" + +#: ../freedesktop.org.xml.in.h:181 +msgid "MP2 audio" +msgstr "MP2 audioa" + +#: ../freedesktop.org.xml.in.h:182 +msgid "MP3 ShoutCast playlist" +msgstr "MP3 ShoutCast erreprodukzio-zerrenda" + +#: ../freedesktop.org.xml.in.h:183 +msgid "MP3 audio" +msgstr "MP3 audioa" + +#: ../freedesktop.org.xml.in.h:184 +msgid "MP3 audio (streamed)" +msgstr "MP3 audioa (korrontea)" + +#: ../freedesktop.org.xml.in.h:185 +msgid "MP3 playlist" +msgstr "MP3 erreprodukzio-zerrenda" + +#: ../freedesktop.org.xml.in.h:186 +msgid "MPEG video" +msgstr "MPEG bideoa" + +#: ../freedesktop.org.xml.in.h:187 +msgid "MPEG-4 audio" +msgstr "MPEG-4 audioa" + +#: ../freedesktop.org.xml.in.h:188 +msgid "MPEG-4 audio book" +msgstr "MPEG-4 audio-liburua" + +#: ../freedesktop.org.xml.in.h:189 +msgid "MPEG-4 video" +msgstr "MPEG-4 bideoa" + +#: ../freedesktop.org.xml.in.h:190 +msgid "MPSub subtitles" +msgstr "MPSub azpitituluak" + +#: ../freedesktop.org.xml.in.h:191 +msgid "MSX ROM" +msgstr "MSX-ko ROMa" + +#: ../freedesktop.org.xml.in.h:192 +msgid "MacOS X icon" +msgstr "MacOS X ikonoa" + +#: ../freedesktop.org.xml.in.h:193 +msgid "MacPaint Bitmap image" +msgstr "MacPaint Bitmap irudia" + +#: ../freedesktop.org.xml.in.h:194 +msgid "Macintosh AppleDouble-encoded file" +msgstr "Macintosh AppleDouble-rekin kodetutako fitxategia" + +#: ../freedesktop.org.xml.in.h:195 +msgid "Macintosh BinHex-encoded file" +msgstr "Macintosh BinHex-ekin kodetutako fitxategia" + +#: ../freedesktop.org.xml.in.h:196 +msgid "Macintosh MacBinary file" +msgstr "Macintosh MacBinary fitxategia" + +#: ../freedesktop.org.xml.in.h:197 +msgid "Macintosh Quickdraw/PICT drawing" +msgstr "Macintosh Quickdraw/PICT marrazkia" + +#: ../freedesktop.org.xml.in.h:198 +msgid "Macintosh StuffIt archive" +msgstr "Macintosh StuffIt artxiboa" + +#: ../freedesktop.org.xml.in.h:199 +msgid "MagicPoint presentation" +msgstr "MagicPoint aurkezpena" + +#: ../freedesktop.org.xml.in.h:200 +msgid "Makefile" +msgstr "Makefile" + +#: ../freedesktop.org.xml.in.h:201 +msgid "Markaby script" +msgstr "Markaby script-a" + +#: ../freedesktop.org.xml.in.h:202 +msgid "MathML document" +msgstr "MathML dokumentua" + +#: ../freedesktop.org.xml.in.h:203 +msgid "Mathematica Notebook" +msgstr "Mathematica Notebook" + +#: ../freedesktop.org.xml.in.h:204 +msgid "Matroska audio" +msgstr "Matroska audioa" + +#: ../freedesktop.org.xml.in.h:205 +msgid "Matroska video" +msgstr "Matroska bideoa" + +#: ../freedesktop.org.xml.in.h:206 +msgid "MicroDVD subtitles" +msgstr "MicroDVD azpitituluak" + +#: ../freedesktop.org.xml.in.h:207 +msgid "Microsoft ASX playlist" +msgstr "Microsoft ASX erreprodukzio-zerrenda" + +#: ../freedesktop.org.xml.in.h:208 +msgid "MiniPSF audio" +msgstr "MiniPSF audioa" + +#: ../freedesktop.org.xml.in.h:209 +msgid "Minolta MRW raw image" +msgstr "Minolta MRW irudi gordina" + +#: ../freedesktop.org.xml.in.h:210 +msgid "Monkey's audio" +msgstr "Monkey audioa" + +#: ../freedesktop.org.xml.in.h:211 +msgid "Mozilla bookmarks" +msgstr "Mozillako laster-markak" + +#: ../freedesktop.org.xml.in.h:212 +msgid "Mup publication" +msgstr "Mup publikazioa" + +#: ../freedesktop.org.xml.in.h:213 +msgid "Musepack audio" +msgstr "Musepack audioa" + +#. Translate this to Famicom if the console was known as such in your locale +#: ../freedesktop.org.xml.in.h:215 +msgid "NES ROM" +msgstr "NES-eko ROMa" + +#: ../freedesktop.org.xml.in.h:216 +msgid "NIFF image" +msgstr "NIFF irudia" + +#: ../freedesktop.org.xml.in.h:217 +msgid "Nautilus link" +msgstr "Nautilus esteka" + +#: ../freedesktop.org.xml.in.h:218 +msgid "Nikon NEF raw image" +msgstr "Nikon NEF irudi gordina" + +#: ../freedesktop.org.xml.in.h:219 +msgid "Nintendo DS ROM" +msgstr "Nintendo DS-ko ROMa" + +#: ../freedesktop.org.xml.in.h:220 +msgid "Nintendo64 ROM" +msgstr "Nintendo64-ko ROMa" + +#: ../freedesktop.org.xml.in.h:221 +msgid "NullSoft video" +msgstr "NullSoft bideoa" + +#: ../freedesktop.org.xml.in.h:222 +msgid "OCL file" +msgstr "OCL fitxategia" + +#: ../freedesktop.org.xml.in.h:223 +msgid "OCaml source code" +msgstr "OCaml iturburu-kodea" + +#: ../freedesktop.org.xml.in.h:224 +msgid "ODA document" +msgstr "ODA dokumentua" + +#: ../freedesktop.org.xml.in.h:225 +msgid "ODB database" +msgstr "ODB datubasea" + +#: ../freedesktop.org.xml.in.h:226 +msgid "ODC chart" +msgstr "ODC diagrama" + +#: ../freedesktop.org.xml.in.h:227 +msgid "ODF formula" +msgstr "ODF formula" + +#: ../freedesktop.org.xml.in.h:228 +msgid "ODG drawing" +msgstr "ODG marrazkia" + +#: ../freedesktop.org.xml.in.h:229 +msgid "ODG template" +msgstr "ODG txantiloia" + +#: ../freedesktop.org.xml.in.h:230 +msgid "ODI image" +msgstr "ODI irudia" + +#: ../freedesktop.org.xml.in.h:231 +msgid "ODM document" +msgstr "ODM dokumentua" + +#: ../freedesktop.org.xml.in.h:232 +msgid "ODP presentation" +msgstr "ODP aurkezpena" + +#: ../freedesktop.org.xml.in.h:233 +msgid "ODP template" +msgstr "ODP txantiloia" + +#: ../freedesktop.org.xml.in.h:234 +msgid "ODS spreadsheet" +msgstr "ODS kalkulu-orria" + +#: ../freedesktop.org.xml.in.h:235 +msgid "ODS template" +msgstr "ODS txantiloia" + +#: ../freedesktop.org.xml.in.h:236 +msgid "ODT document" +msgstr "ODT dokumentua" + +#: ../freedesktop.org.xml.in.h:237 +msgid "ODT template" +msgstr "ODT txantiloia" + +#: ../freedesktop.org.xml.in.h:238 +msgid "OLE2 compound document storage" +msgstr "OLE2 konposatutako dokumentu-bilduma" + +#: ../freedesktop.org.xml.in.h:239 +msgid "OPML syndication feed" +msgstr "OPML harpidetze-iturria" + +#: ../freedesktop.org.xml.in.h:240 +msgid "OTH template" +msgstr "OTH txantiloia" + +#: ../freedesktop.org.xml.in.h:241 +msgid "Objective-C source code" +msgstr "Objective-C iturburu-kodea" + +#: ../freedesktop.org.xml.in.h:242 +msgid "Office drawing" +msgstr "Office marrazkia" + +#: ../freedesktop.org.xml.in.h:243 +msgid "Ogg Audio" +msgstr "Ogg audioa" + +#: ../freedesktop.org.xml.in.h:244 +msgid "Ogg Video" +msgstr "Ogg bideoa" + +#: ../freedesktop.org.xml.in.h:245 +msgid "Ogg multimedia" +msgstr "Ogg multimedia" + +#: ../freedesktop.org.xml.in.h:246 +msgid "Olympus ORF raw image" +msgstr "Olympus ORF irudi gordina" + +#: ../freedesktop.org.xml.in.h:247 +msgid "OpenOffice Calc spreadsheet" +msgstr "OpenOffice.org Calc kalkulu-orria" + +#: ../freedesktop.org.xml.in.h:248 +msgid "OpenOffice Calc template" +msgstr "OpenOffice Calc txantiloia" + +#: ../freedesktop.org.xml.in.h:249 +msgid "OpenOffice Draw drawing" +msgstr "OpenOffice.org Draw marrazkia" + +#: ../freedesktop.org.xml.in.h:250 +msgid "OpenOffice Draw template" +msgstr "OpenOffice Draw txantiloia" + +#: ../freedesktop.org.xml.in.h:251 +msgid "OpenOffice Impress presentation" +msgstr "OpenOffice.org Impress aurkezpena" + +#: ../freedesktop.org.xml.in.h:252 +msgid "OpenOffice Impress template" +msgstr "OpenOffice Impress txantiloia" + +#: ../freedesktop.org.xml.in.h:253 +msgid "OpenOffice Math formula" +msgstr "OpenOffice.org Math formula" + +#: ../freedesktop.org.xml.in.h:254 +msgid "OpenOffice Writer document" +msgstr "OpenOffice.org Writer dokumentua" + +#: ../freedesktop.org.xml.in.h:255 +msgid "OpenOffice Writer global document" +msgstr "OpenOffice.org Writer dokumentu globala" + +#: ../freedesktop.org.xml.in.h:256 +msgid "OpenOffice Writer template" +msgstr "OpenOffice Writer txantiloia" + +#: ../freedesktop.org.xml.in.h:257 +msgid "OpenType font" +msgstr "OpenType letra-tipoa" + +#: ../freedesktop.org.xml.in.h:258 +msgid "PBM image" +msgstr "PBM irudia" + +#: ../freedesktop.org.xml.in.h:259 +msgid "PCD image" +msgstr "PCD irudia" + +#: ../freedesktop.org.xml.in.h:260 +msgid "PCF font" +msgstr "PCF letra-tipoa" + +#: ../freedesktop.org.xml.in.h:261 +msgid "PCL file" +msgstr "PCL fitxategia" + +#: ../freedesktop.org.xml.in.h:262 +msgid "PCM audio" +msgstr "PCM audioa" + +#: ../freedesktop.org.xml.in.h:263 +msgid "PCX image" +msgstr "PCX irudia" + +#: ../freedesktop.org.xml.in.h:264 +msgid "PDF document" +msgstr "PDF dokumentua" + +#: ../freedesktop.org.xml.in.h:265 +msgid "PDF document (bzip-compressed)" +msgstr "PostScript dokumentua (bzip-ekin konprimitua)" + +#: ../freedesktop.org.xml.in.h:266 +msgid "PDF document (gzip-compressed)" +msgstr "PDF dokumentua (gzip-ekin konprimitua)" + +#: ../freedesktop.org.xml.in.h:267 +msgid "PEF executable" +msgstr "PEF exekutagarria" + +#: ../freedesktop.org.xml.in.h:268 +msgid "PGM image" +msgstr "PGM irudia" + +#: ../freedesktop.org.xml.in.h:269 +msgid "PGN chess game notation" +msgstr "PGN xake jokoaren notazioa" + +#: ../freedesktop.org.xml.in.h:270 +msgid "PGP keys" +msgstr "PGP giltzak" + +#: ../freedesktop.org.xml.in.h:271 +msgid "PGP/MIME-encrypted message header" +msgstr "PGP/MIME enkriptatutako mezu-goiburua" + +#: ../freedesktop.org.xml.in.h:272 +msgid "PHP script" +msgstr "PHP script-a" + +#: ../freedesktop.org.xml.in.h:273 +msgid "PKCS#10 certification request" +msgstr "PKCS#10 ziurtagirien eskaera" + +#: ../freedesktop.org.xml.in.h:274 +msgid "PKCS#12 certificate bundle" +msgstr "PKCS#12 zertifikazio sorta" + +#: ../freedesktop.org.xml.in.h:275 +msgid "PNG image" +msgstr "PNG irudia" + +#: ../freedesktop.org.xml.in.h:276 +msgid "PNM image" +msgstr "PNM irudia" + +#: ../freedesktop.org.xml.in.h:277 +msgid "PPM image" +msgstr "PPM irudia" + +#: ../freedesktop.org.xml.in.h:278 +msgid "PS document" +msgstr "PS dokumentua" + +#: ../freedesktop.org.xml.in.h:279 +msgid "PSD image" +msgstr "PSD irudia" + +#: ../freedesktop.org.xml.in.h:280 +msgid "PSF audio" +msgstr "PSF audioa" + +#: ../freedesktop.org.xml.in.h:281 +msgid "PSFlib audio library" +msgstr "PSFlib audioaren liburutegia" + +#: ../freedesktop.org.xml.in.h:282 +msgid "Palm OS database" +msgstr "Palm OS datubasea" + +#: ../freedesktop.org.xml.in.h:283 +msgid "Panasonic raw image" +msgstr "Panasonic irudi gordina" + +#: ../freedesktop.org.xml.in.h:284 +msgid "Pascal source code" +msgstr "Pascal iturburu-kodea" + +#: ../freedesktop.org.xml.in.h:285 +msgid "Pathetic Writer document" +msgstr "Pathetic Writer dokumentua" + +#: ../freedesktop.org.xml.in.h:286 +msgid "Pentax PEF raw image" +msgstr "Pentax PEF irudi gordina" + +#: ../freedesktop.org.xml.in.h:287 +msgid "Perl script" +msgstr "Perl script-a" + +#: ../freedesktop.org.xml.in.h:288 +msgid "PlanPerfect spreadsheet" +msgstr "PlanPerfect kalkulu-orria" + +#: ../freedesktop.org.xml.in.h:289 +msgid "Plucker document" +msgstr "Plucker dokumentua" + +#: ../freedesktop.org.xml.in.h:290 +msgid "PostScript document (bzip-compressed)" +msgstr "PostScript dokumentua (bzip-ekin konprimitua)" + +#: ../freedesktop.org.xml.in.h:291 +msgid "PostScript document (gzip-compressed)" +msgstr "PostScript dokumentua (gzip-konprimitua)" + +#: ../freedesktop.org.xml.in.h:292 +msgid "Postscript type-1 font" +msgstr "PostScript type-1 letra-tipoa" + +#: ../freedesktop.org.xml.in.h:293 +msgid "PowerPoint presentation" +msgstr "PowerPoint aurkezpena" + +#: ../freedesktop.org.xml.in.h:294 +msgid "Python bytecode" +msgstr "Python byte-kodea" + +#: ../freedesktop.org.xml.in.h:295 +msgid "Python script" +msgstr "Python script-a" + +#: ../freedesktop.org.xml.in.h:296 +msgid "Qt Designer file" +msgstr "Qt Designer Fitxategia" + +#: ../freedesktop.org.xml.in.h:297 +msgid "Qt MOC file" +msgstr "Qt MOC fitxategia" + +#: ../freedesktop.org.xml.in.h:298 +msgid "Quattro Pro spreadsheet" +msgstr "Quattro Pro kalkulu-orria" + +#: ../freedesktop.org.xml.in.h:299 +msgid "QuickTime image" +msgstr "QuickTime irudia" + +#: ../freedesktop.org.xml.in.h:300 +msgid "QuickTime metalink playlist" +msgstr "QuickTime meta-esteken erreprodukzio-zerrenda" + +#: ../freedesktop.org.xml.in.h:301 +msgid "QuickTime video" +msgstr "QuickTime bideoa" + +#: ../freedesktop.org.xml.in.h:302 +msgid "Quicken document" +msgstr "Quicken dokumentua" + +#: ../freedesktop.org.xml.in.h:303 +msgid "RAR archive" +msgstr "RAR artxiboa" + +#: ../freedesktop.org.xml.in.h:304 +msgid "RDF file" +msgstr "RDF fitxategia" + +#: ../freedesktop.org.xml.in.h:305 +msgid "README document" +msgstr "README dokumentua" + +#: ../freedesktop.org.xml.in.h:306 +msgid "RGB image" +msgstr "RGB irudia" + +#: ../freedesktop.org.xml.in.h:307 +msgid "RIFF audio" +msgstr "RIFF audioa" + +#: ../freedesktop.org.xml.in.h:308 +msgid "RPM package" +msgstr "RPM paketea" + +#: ../freedesktop.org.xml.in.h:309 +msgid "RPM spec file" +msgstr "RPM espezifikazio fitxategia" + +#: ../freedesktop.org.xml.in.h:310 +msgid "RSS summary" +msgstr "RSS laburpena" + +#: ../freedesktop.org.xml.in.h:311 +msgid "RTF document" +msgstr "RTF dokumentua" + +#: ../freedesktop.org.xml.in.h:312 +msgid "RealAudio document" +msgstr "RealAudio dokumentua" + +#: ../freedesktop.org.xml.in.h:313 +msgid "RealMedia document" +msgstr "RealMedia dokumentua" + +#: ../freedesktop.org.xml.in.h:314 +msgid "RealPix document" +msgstr "RealPix dokumentua" + +#: ../freedesktop.org.xml.in.h:315 +msgid "RealText document" +msgstr "RealText dokumentua" + +#: ../freedesktop.org.xml.in.h:316 +msgid "RealVideo document" +msgstr "RealVideo dokumentua" + +#: ../freedesktop.org.xml.in.h:317 +msgid "Ruby script" +msgstr "Ruby script-a" + +#: ../freedesktop.org.xml.in.h:318 +msgid "Run Length Encoded bitmap image" +msgstr "'Run Lenght Encoded' bitmap irudia" + +#: ../freedesktop.org.xml.in.h:319 +msgid "S/MIME file" +msgstr "S/MIME fitxategia" + +#: ../freedesktop.org.xml.in.h:320 +msgid "SAMI subtitles" +msgstr "SAMI azpitituluak" + +#: ../freedesktop.org.xml.in.h:321 +msgid "SC/Xspread spreadsheet" +msgstr "SC/Xspread kalkulu-orria" + +#: ../freedesktop.org.xml.in.h:322 +msgid "SDP multicast stream file" +msgstr "SDP multicast korrontearen fitxategia" + +#: ../freedesktop.org.xml.in.h:323 +msgid "SGI image" +msgstr "SGI irudia" + +#: ../freedesktop.org.xml.in.h:324 +msgid "SGI video" +msgstr "SGI bideoa" + +#: ../freedesktop.org.xml.in.h:325 +msgid "SGML document" +msgstr "SGML dokumentua" + +#: ../freedesktop.org.xml.in.h:326 +msgid "SIS package" +msgstr "SIS paketea" + +#: ../freedesktop.org.xml.in.h:327 +msgid "SISX package" +msgstr "SISX paketea" + +#: ../freedesktop.org.xml.in.h:328 +msgid "SMIL document" +msgstr "SMIL dokumentua" + +#: ../freedesktop.org.xml.in.h:329 +msgid "SQL code" +msgstr "SQL kodea" + +#: ../freedesktop.org.xml.in.h:330 +msgid "SQLite2 database" +msgstr "SQLite2 datubasea" + +#: ../freedesktop.org.xml.in.h:331 +msgid "SQLite3 database" +msgstr "SQLite3 datubasea" + +#: ../freedesktop.org.xml.in.h:332 +msgid "SSA subtitles" +msgstr "SSA azpitituluak" + +#: ../freedesktop.org.xml.in.h:333 +msgid "SV4 CPIO archive" +msgstr "SV4 CPIO artxiboa" + +#: ../freedesktop.org.xml.in.h:334 +msgid "SV4 CPIO archive (with CRC)" +msgstr "SV4 CPIO artxiboa (CRC-rekin)" + +#: ../freedesktop.org.xml.in.h:335 +msgid "SVG image" +msgstr "SVG irudia" + +#: ../freedesktop.org.xml.in.h:336 +msgid "Scheme source code" +msgstr "Scheme iturburu-kodea" + +#: ../freedesktop.org.xml.in.h:337 +msgid "Scream Tracker 3 audio" +msgstr "Scream Tracker 3 audioa" + +#: ../freedesktop.org.xml.in.h:338 +msgid "Scream Tracker audio" +msgstr "Scream Tracker audioa" + +#: ../freedesktop.org.xml.in.h:339 +msgid "Scream Tracker instrument" +msgstr "Scream Tracker instrumentua" + +#: ../freedesktop.org.xml.in.h:340 +msgid "Sega Master System/Game Gear ROM" +msgstr "Sega Master System/Game Gear-eko ROMa" + +#: ../freedesktop.org.xml.in.h:341 +msgid "Setext document" +msgstr "Setext dokumentua" + +#: ../freedesktop.org.xml.in.h:342 +msgid "Shockwave Flash file" +msgstr "Shockwave Flash fitxategia" + +#. translators: "Shorten" is the name of an audio codec +#: ../freedesktop.org.xml.in.h:344 +msgid "Shorten audio" +msgstr "Shorten audioa" + +#: ../freedesktop.org.xml.in.h:345 +msgid "Siag spreadsheet" +msgstr "Siag kalkulu-orria" + +#: ../freedesktop.org.xml.in.h:346 +msgid "Sieve mail filter script" +msgstr "Sieve posta-iragazki script-a" + +#: ../freedesktop.org.xml.in.h:347 +msgid "Sigma X3F raw image" +msgstr "Sigma X3F irudi gordina" + +#: ../freedesktop.org.xml.in.h:348 +msgid "Sony ARW raw image" +msgstr "Sony ARW irudi gordina" + +#: ../freedesktop.org.xml.in.h:349 +msgid "Sony SR2 raw image" +msgstr "Sony SR2 irudi gordina" + +#: ../freedesktop.org.xml.in.h:350 +msgid "Sony SRF raw image" +msgstr "Sony SRF irudi gordina" + +#: ../freedesktop.org.xml.in.h:351 +msgid "Speech document" +msgstr "Speech dokumentua" + +#: ../freedesktop.org.xml.in.h:352 +msgid "Speedo font" +msgstr "Speedo letra-tipoa" + +#: ../freedesktop.org.xml.in.h:353 +msgid "Speex audio" +msgstr "Speex audioa" + +#: ../freedesktop.org.xml.in.h:354 +msgid "Stampede package" +msgstr "Stampede paketea" + +#: ../freedesktop.org.xml.in.h:355 +msgid "StarCalc spreadsheet" +msgstr "StarCalc kalkulu-orria" + +#: ../freedesktop.org.xml.in.h:356 +msgid "StarChart chart" +msgstr "StarChart diagrama" + +#: ../freedesktop.org.xml.in.h:357 +msgid "StarDraw drawing" +msgstr "StarDraw marrazkia" + +#: ../freedesktop.org.xml.in.h:358 +msgid "StarImpress presentation" +msgstr "StarImpress aurkezpena" + +#: ../freedesktop.org.xml.in.h:359 +msgid "StarMail email" +msgstr "StarMail helb.el." + +#: ../freedesktop.org.xml.in.h:360 +msgid "StarMath formula" +msgstr "StarMath formula" + +#: ../freedesktop.org.xml.in.h:361 +msgid "StarWriter document" +msgstr "StarWriter dokumentua" + +#: ../freedesktop.org.xml.in.h:362 +msgid "StuffIt archive" +msgstr "StuffIt artxiboa" + +#: ../freedesktop.org.xml.in.h:363 +msgid "SubRip subtitles" +msgstr "SubRip azpitituluak" + +#: ../freedesktop.org.xml.in.h:364 +msgid "Sun raster image" +msgstr "Sun raster irudia" + +#: ../freedesktop.org.xml.in.h:365 +msgid "SunOS News font" +msgstr "SunOs News letra-tipoa" + +#. Translate this as Super Famicom (in Far East Asia) or Super Nintendo (in Europe) if the console was known as such in your locale +#: ../freedesktop.org.xml.in.h:367 +msgid "Super NES ROM" +msgstr "Super Nintendo-ko ROMa" + +#: ../freedesktop.org.xml.in.h:368 +msgid "T602 document" +msgstr "T602 dokumentua" + +#: ../freedesktop.org.xml.in.h:369 +msgid "TGA image" +msgstr "TGA irudia" + +#: ../freedesktop.org.xml.in.h:370 +msgid "TGIF document" +msgstr "TGIF dokumentua" + +#: ../freedesktop.org.xml.in.h:371 +msgid "TIFF image" +msgstr "TIFF irudia" + +#: ../freedesktop.org.xml.in.h:372 +msgid "TNEF message" +msgstr "TNEF mezua" + +#: ../freedesktop.org.xml.in.h:373 +msgid "TSV document" +msgstr "TSV dokumentua" + +#: ../freedesktop.org.xml.in.h:374 +msgid "Tar archive" +msgstr "Tar artxiboa" + +#: ../freedesktop.org.xml.in.h:375 +msgid "Tar archive (LZO-compressed)" +msgstr "Tar artxiboa (LZO-rekin konprimitua)" + +#: ../freedesktop.org.xml.in.h:376 +msgid "Tar archive (bzip-compressed)" +msgstr "Tar artxiboa (bzip-ekin konprimitua)" + +#: ../freedesktop.org.xml.in.h:377 +msgid "Tar archive (compressed)" +msgstr "Tar artxiboa (konprimitua)" + +#: ../freedesktop.org.xml.in.h:378 +msgid "Tar archive (gzip-compressed)" +msgstr "Tar artxiboa (gzip-ekin konprimitua)" + +#: ../freedesktop.org.xml.in.h:379 +msgid "Tcl script" +msgstr "Tcl script-a" + +#: ../freedesktop.org.xml.in.h:380 +msgid "TeX DVI document" +msgstr "TeX DVI dokumentua" + +#: ../freedesktop.org.xml.in.h:381 +msgid "TeX DVI document (bzip-compressed)" +msgstr "TeX DVI dokumentua (bzip-ekin konprimitua)" + +#: ../freedesktop.org.xml.in.h:382 +msgid "TeX DVI document (gzip-compressed)" +msgstr "TeX DVI dokumentua (gzip-ekin konprimitua)" + +#: ../freedesktop.org.xml.in.h:383 +msgid "TeX document" +msgstr "TeX dokumentua" + +#: ../freedesktop.org.xml.in.h:384 +msgid "TeX font" +msgstr "TeX letra-tipoa" + +#: ../freedesktop.org.xml.in.h:385 +msgid "TeX font metrics" +msgstr "TeX letra-tipoen neurriak" + +#: ../freedesktop.org.xml.in.h:386 +msgid "TeXInfo document" +msgstr "TeXInfo dokumentua" + +#: ../freedesktop.org.xml.in.h:387 +msgid "ToutDoux document" +msgstr "ToutDoux dokumentua" + +#: ../freedesktop.org.xml.in.h:388 +msgid "Troff ME input document" +msgstr "Troff ME sarrerako dokumentua" + +#: ../freedesktop.org.xml.in.h:389 +msgid "Troff MM input document" +msgstr "Troff MM sarrerako dokumentua" + +#: ../freedesktop.org.xml.in.h:390 +msgid "Troff MS input document" +msgstr "Troff MS sarrerako dokumentua" + +#: ../freedesktop.org.xml.in.h:391 +msgid "Troff document" +msgstr "Troff dokumentua" + +#: ../freedesktop.org.xml.in.h:392 +msgid "Troff document (with manpage macros)" +msgstr "Troff dokumentua (manpage makroekin)" + +#: ../freedesktop.org.xml.in.h:393 +msgid "TrueAudio audio" +msgstr "TrueAudio audioa" + +#: ../freedesktop.org.xml.in.h:394 +msgid "TrueType font" +msgstr "TrueType letra-tipoa" + +#: ../freedesktop.org.xml.in.h:395 +msgid "UFRaw ID file" +msgstr "UFRaw ID fitxategia" + +#: ../freedesktop.org.xml.in.h:396 +msgid "ULAW (Sun) audio" +msgstr "ULAW (sun) audioa" + +#: ../freedesktop.org.xml.in.h:397 +msgid "UNIX-compressed file" +msgstr "UNIX-en konprimitutako fitxategia" + +#: ../freedesktop.org.xml.in.h:398 +msgid "Unidata NetCDF document" +msgstr "Unidata NetCDF dokumentua" + +#: ../freedesktop.org.xml.in.h:399 +msgid "Usenet news message" +msgstr "Usenet berrien mezua" + +#: ../freedesktop.org.xml.in.h:400 +msgid "Ustar archive" +msgstr "Ustar artxiboa" + +#: ../freedesktop.org.xml.in.h:401 +msgid "V font" +msgstr "V letra-tipoa" + +#: ../freedesktop.org.xml.in.h:402 +msgid "VCS/ICS calendar" +msgstr "VCS/ICS kalendarioa" + +#: ../freedesktop.org.xml.in.h:403 +msgid "VHDL document" +msgstr "VHDL dokumentua" + +#: ../freedesktop.org.xml.in.h:404 +msgid "VOC audio" +msgstr "VOC audioa" + +#: ../freedesktop.org.xml.in.h:405 +msgid "VRML document" +msgstr "VRML dokumentua" + +#: ../freedesktop.org.xml.in.h:406 +msgid "Vala source code" +msgstr "Vala iturburu-kodea" + +#: ../freedesktop.org.xml.in.h:407 +msgid "Vivo video" +msgstr "Vivo bideoa" + +#: ../freedesktop.org.xml.in.h:408 +msgid "WAIS source code" +msgstr "WAIS iturburu-kodea" + +#: ../freedesktop.org.xml.in.h:409 +msgid "WAV audio" +msgstr "WAV audioa" + +#: ../freedesktop.org.xml.in.h:410 +msgid "WBMP image" +msgstr "WBMP irudia" + +#: ../freedesktop.org.xml.in.h:411 +msgid "WMF image" +msgstr "WMF irudia" + +#: ../freedesktop.org.xml.in.h:412 +msgid "WML document" +msgstr "WML dokumentua" + +#: ../freedesktop.org.xml.in.h:413 +msgid "WMLScript program" +msgstr "WMLScript programa" + +#: ../freedesktop.org.xml.in.h:414 +msgid "WRI document" +msgstr "WRI dokumentua" + +#: ../freedesktop.org.xml.in.h:415 +msgid "WavPack audio" +msgstr "WavPack audioa" + +#: ../freedesktop.org.xml.in.h:416 +msgid "WavPack audio correction file" +msgstr "WavPack audio-zuzenketaren fitxategia" + +#: ../freedesktop.org.xml.in.h:417 +msgid "Wavelet video" +msgstr "Wavelet bideoa" + +#: ../freedesktop.org.xml.in.h:418 +msgid "Windows BMP image" +msgstr "Windows BMP irudia" + +#: ../freedesktop.org.xml.in.h:419 +msgid "Windows Media Station file" +msgstr "Windows Media Station fitxategia" + +#: ../freedesktop.org.xml.in.h:420 +msgid "Windows Media audio" +msgstr "Windows Media audioa" + +#: ../freedesktop.org.xml.in.h:421 +msgid "Windows Media video" +msgstr "Windows Media bideoa" + +#: ../freedesktop.org.xml.in.h:422 +msgid "Windows cursor" +msgstr "Windows kurtsorea" + +#: ../freedesktop.org.xml.in.h:423 +msgid "Word document" +msgstr "Word dokumentua" + +#: ../freedesktop.org.xml.in.h:424 +msgid "WordPerfect document" +msgstr "WordPerfect dokumentua" + +#: ../freedesktop.org.xml.in.h:425 +msgid "WordPerfect/Drawperfect image" +msgstr "WordPerfect/Drawperfect irudia" + +#: ../freedesktop.org.xml.in.h:426 +msgid "X window image" +msgstr "X window irudia" + +#: ../freedesktop.org.xml.in.h:427 +msgid "X-Motif UIL table" +msgstr "X-Motif UIL taula" + +#: ../freedesktop.org.xml.in.h:428 +msgid "X11 cursor" +msgstr "X11 kurtsorea" + +#: ../freedesktop.org.xml.in.h:429 +msgid "XBEL bookmarks" +msgstr "XBEL laster-markak" + +#: ../freedesktop.org.xml.in.h:430 +msgid "XBM image" +msgstr "XBM irudia" + +#: ../freedesktop.org.xml.in.h:431 +msgid "XFig image" +msgstr "XFig irudia" + +#: ../freedesktop.org.xml.in.h:432 +msgid "XHTML page" +msgstr "XHTML orria" + +#: ../freedesktop.org.xml.in.h:433 +msgid "XLIFF translation file" +msgstr "XLIFF itzulpen-fitxategia" + +#: ../freedesktop.org.xml.in.h:434 +msgid "XMCD CD database" +msgstr "XMCD CD datu-basea" + +#: ../freedesktop.org.xml.in.h:435 +msgid "XMI file" +msgstr "XMI fitxategia" + +#: ../freedesktop.org.xml.in.h:436 +msgid "XML document" +msgstr "XML dokumentua" + +#: ../freedesktop.org.xml.in.h:437 +msgid "XPM image" +msgstr "XPM irudia" + +#: ../freedesktop.org.xml.in.h:438 +msgid "XPS document" +msgstr "XPS dokumentua" + +#: ../freedesktop.org.xml.in.h:439 +msgid "XSL FO file" +msgstr "XSL FO fitxategia" + +#: ../freedesktop.org.xml.in.h:440 +msgid "XSLT stylesheet" +msgstr "XSLT estilo-orria" + +#: ../freedesktop.org.xml.in.h:441 +msgid "XSPF playlist" +msgstr "XSPF erreprodukzio-zerrenda" + +#: ../freedesktop.org.xml.in.h:442 +msgid "XUL document" +msgstr "XUL dokumentua" + +#: ../freedesktop.org.xml.in.h:443 +msgid "XUL interface document" +msgstr "XUL interfazedaren dokumentua" + +#: ../freedesktop.org.xml.in.h:444 +msgid "Xbase document" +msgstr "Xbase dokumentua" + +#: ../freedesktop.org.xml.in.h:445 +msgid "Zip archive" +msgstr "Zip artxiboa" + +#: ../freedesktop.org.xml.in.h:446 +msgid "Zoo archive" +msgstr "Zoo artxiboa" + +#: ../freedesktop.org.xml.in.h:447 +msgid "application log" +msgstr "aplikazio egunkaria" + +#: ../freedesktop.org.xml.in.h:448 +msgid "author credits" +msgstr "Mikel Olasagasti Uranga " + +#: ../freedesktop.org.xml.in.h:449 +msgid "author list" +msgstr "egile-zerrenda" + +#: ../freedesktop.org.xml.in.h:450 +msgid "backup file" +msgstr "babes-kopiako fitxategia" + +#: ../freedesktop.org.xml.in.h:451 +msgid "block device" +msgstr "bloke-gailua" + +#: ../freedesktop.org.xml.in.h:452 +msgid "character device" +msgstr "karaktereen gailua" + +#: ../freedesktop.org.xml.in.h:453 +msgid "compound document" +msgstr "konposatutako dokumentua" + +#: ../freedesktop.org.xml.in.h:454 +msgid "compound documents" +msgstr "konposatutako dokumentuak" + +#: ../freedesktop.org.xml.in.h:455 +msgid "compressed GIMP image" +msgstr "konprimitutako GIMP irudia" + +#: ../freedesktop.org.xml.in.h:456 +msgid "compressed SVG image" +msgstr "konprimitutako SVG irudia" + +#: ../freedesktop.org.xml.in.h:457 +msgid "desktop configuration file" +msgstr "Mahaigainaren konfigurazio-fitxategia" + +#: ../freedesktop.org.xml.in.h:458 +msgid "detached OpenPGP signature" +msgstr "desuzturtako OpenPGP sinadura" + +#: ../freedesktop.org.xml.in.h:459 +msgid "detached S/MIME signature" +msgstr "desuzturtako S/MIME sinadura" + +#: ../freedesktop.org.xml.in.h:460 +msgid "differences between files" +msgstr "fitxategien arteko ezberdintasunak" + +#: ../freedesktop.org.xml.in.h:461 +msgid "digital raw image" +msgstr "irudi gordin digitala" + +#: ../freedesktop.org.xml.in.h:462 +msgid "eMusic download package" +msgstr "eMusic deskargaren paketea" + +#: ../freedesktop.org.xml.in.h:463 +msgid "email headers" +msgstr "helbide elektronikoen goiburuak" + +#: ../freedesktop.org.xml.in.h:464 +msgid "email message" +msgstr "helbide elektronikoen mezua" + +#: ../freedesktop.org.xml.in.h:465 +msgid "empty document" +msgstr "dokumentu hutsa" + +#: ../freedesktop.org.xml.in.h:466 +msgid "encrypted message" +msgstr "mezu enkriptatua" + +#: ../freedesktop.org.xml.in.h:467 +msgid "enriched text document" +msgstr "aberastutako testu dokumentua" + +#: ../freedesktop.org.xml.in.h:468 +msgid "executable" +msgstr "exekutagarria" + +#: ../freedesktop.org.xml.in.h:469 +msgid "folder" +msgstr "karpeta" + +#: ../freedesktop.org.xml.in.h:470 +msgid "generic font file" +msgstr "letra-tipo orokorra" + +#: ../freedesktop.org.xml.in.h:471 +msgid "help page" +msgstr "laguntzako orria" + +#: ../freedesktop.org.xml.in.h:472 +msgid "iPod firmware" +msgstr "iPod firmwarea" + +#: ../freedesktop.org.xml.in.h:473 +msgid "iRiver Playlist" +msgstr "iRiver erreprodukzio-zerrenda" + +#: ../freedesktop.org.xml.in.h:474 +msgid "installation instructions" +msgstr "instalatzio instrukzioak" + +#: ../freedesktop.org.xml.in.h:475 +msgid "license terms" +msgstr "lizentzia baldintzak" + +#: ../freedesktop.org.xml.in.h:476 +msgid "mail delivery report" +msgstr "posta banaketako txostena" + +#: ../freedesktop.org.xml.in.h:477 +msgid "mail disposition report" +msgstr "posta joerako txostena" + +#: ../freedesktop.org.xml.in.h:478 +msgid "mail system report" +msgstr "posta sistemako txostena" + +#: ../freedesktop.org.xml.in.h:479 +msgid "mailbox file" +msgstr "mailbox fitxategia" + +#: ../freedesktop.org.xml.in.h:480 +msgid "manual page (compressed)" +msgstr "eskuliburu orria (konprimitua)" + +#: ../freedesktop.org.xml.in.h:481 +msgid "message catalog" +msgstr "mezuen katalogoa" + +#: ../freedesktop.org.xml.in.h:482 +msgid "message digest" +msgstr "mezu laburra" + +#: ../freedesktop.org.xml.in.h:483 +msgid "message in several formats" +msgstr "hainbat formatuko mezua" + +#: ../freedesktop.org.xml.in.h:484 +msgid "mount point" +msgstr "muntatze-puntua" + +#: ../freedesktop.org.xml.in.h:485 +msgid "object code" +msgstr "objektu kodea" + +#: ../freedesktop.org.xml.in.h:486 +msgid "packed font file" +msgstr "Letra-tipo fitxategi paketatua" + +#: ../freedesktop.org.xml.in.h:487 +msgid "partial email message" +msgstr "posta mezu partziala" + +#: ../freedesktop.org.xml.in.h:488 +msgid "pipe" +msgstr "kanalizazioa" + +#: ../freedesktop.org.xml.in.h:489 +msgid "plain text document" +msgstr "testu soileko dokumentua" + +#: ../freedesktop.org.xml.in.h:490 +msgid "profiler results" +msgstr "profiler-aren emaitzak" + +#: ../freedesktop.org.xml.in.h:491 +msgid "program crash data" +msgstr "programaren kraskaduraren datuak" + +#: ../freedesktop.org.xml.in.h:492 +msgid "raw CD image" +msgstr "CD gordinaren irudia " + +#: ../freedesktop.org.xml.in.h:493 +msgid "reference to remote file" +msgstr "erreferentzia urruneko fitxategiari" + +#: ../freedesktop.org.xml.in.h:494 +msgid "rejected patch" +msgstr "baztertutako bide-izena" + +#. Note: text/uri-list is reserved by the XDND protocol! +#: ../freedesktop.org.xml.in.h:496 +msgid "resource location" +msgstr "baliabidearen kokalekua" + +#: ../freedesktop.org.xml.in.h:497 +msgid "rich text document" +msgstr "aberastutako testu formatua" + +#: ../freedesktop.org.xml.in.h:498 +msgid "shared library" +msgstr "partekatutako liburutegia" + +#: ../freedesktop.org.xml.in.h:499 +msgid "shared library (la)" +msgstr "partekatutako liburutegia (la)" + +#: ../freedesktop.org.xml.in.h:500 +msgid "shell archive" +msgstr "shell artxiboa" + +#: ../freedesktop.org.xml.in.h:501 +msgid "shell script" +msgstr "shell script-a" + +#: ../freedesktop.org.xml.in.h:502 +msgid "signed message" +msgstr "sinatutako mezua" + +#: ../freedesktop.org.xml.in.h:503 +msgid "socket" +msgstr "socketa" + +#: ../freedesktop.org.xml.in.h:504 +msgid "spreadsheet interchange document" +msgstr "kalkulu-orriak trukaketzeko dokumentua" + +#: ../freedesktop.org.xml.in.h:505 +msgid "stream of data (server push)" +msgstr "datu-korrontea (zerbitzari igortzailea)" + +#: ../freedesktop.org.xml.in.h:506 +msgid "symbolic link" +msgstr "esteka sinbolikoa" + +#: ../freedesktop.org.xml.in.h:507 +msgid "theme" +msgstr "gaia" + +#: ../freedesktop.org.xml.in.h:508 +msgid "translated messages (machine-readable)" +msgstr "itzulitako mezuak (ordenagailuek irakurtzeko)" + +#: ../freedesktop.org.xml.in.h:509 +msgid "translation file" +msgstr "itzulpen-fitxategia" + +#: ../freedesktop.org.xml.in.h:510 +msgid "translation template" +msgstr "itzulpenen txantiloia" + +#: ../freedesktop.org.xml.in.h:511 +msgid "txt2tags document" +msgstr "txt2tags dokumentua" + +#: ../freedesktop.org.xml.in.h:512 +msgid "unknown" +msgstr "ezezaguna" + +#~ msgid "Eiffel source code" +#~ msgstr "Eiffel iturburu-kodea" + +#~ msgid "LZMA archive" +#~ msgstr "LZMA artxiboa" + +#~ msgid "TrueType XML font" +#~ msgstr "TrueType XML letra-tipoa" + +#~ msgid "tar archive (LZMA-compressed)" +#~ msgstr "tar artxiboa (LZMA-rekin konprimitua)" diff --git a/po/fi.po b/po/fi.po new file mode 100644 index 0000000..1444761 --- /dev/null +++ b/po/fi.po @@ -0,0 +1,2703 @@ +# Finnish translation for shared-mime-info +# Copyright © 2003-2005, 2007-2008 Free Software Foundation, Inc. +# This file is distributed under the same license as the shared-mime-info package. +# Tommi Vainikainen , 2003-2005, 2007-2008. +# +msgid "" +msgstr "" +"Project-Id-Version: shared-mime-info 0.51\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2008-07-23 12:49+0100\n" +"PO-Revision-Date: 2008-07-23 20:54+0300\n" +"Last-Translator: Tommi Vainikainen \n" +"Language-Team: Finnish \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: ../freedesktop.org.xml.in.h:1 +msgid "3D Studio image" +msgstr "3D Studio -kuva" + +#: ../freedesktop.org.xml.in.h:2 +msgid "3GPP multimedia file" +msgstr "3GPP-multimediatiedosto" + +#: ../freedesktop.org.xml.in.h:3 +msgid "7-zip archive" +msgstr "7-zip-arkisto" + +#: ../freedesktop.org.xml.in.h:4 +msgid "ACE archive" +msgstr "ACE-arkisto" + +#: ../freedesktop.org.xml.in.h:5 +msgid "AIFC audio" +msgstr "AIFC-ääni" + +#: ../freedesktop.org.xml.in.h:6 +msgid "AIFF audio" +msgstr "AIFF-ääni" + +#: ../freedesktop.org.xml.in.h:7 +msgid "AIFF/Amiga/Mac audio" +msgstr "AIFF/Amiga/Mac-ääni" + +#: ../freedesktop.org.xml.in.h:8 +msgid "AMR audio" +msgstr "AMR-ääni" + +#: ../freedesktop.org.xml.in.h:9 +msgid "AMR-WB audio" +msgstr "AMR-WB-ääni" + +#: ../freedesktop.org.xml.in.h:10 +msgid "ANIM animation" +msgstr "ANIM-animaatio" + +#: ../freedesktop.org.xml.in.h:11 +msgid "AR archive" +msgstr "AR-arkisto" + +#: ../freedesktop.org.xml.in.h:12 +msgid "ARC archive" +msgstr "ARC-arkisto" + +#: ../freedesktop.org.xml.in.h:13 +msgid "ARJ archive" +msgstr "ARJ-arkisto" + +#: ../freedesktop.org.xml.in.h:14 +msgid "ASF video" +msgstr "ASF-video" + +#: ../freedesktop.org.xml.in.h:15 +msgid "ASP page" +msgstr "ASP-sivu" + +#: ../freedesktop.org.xml.in.h:16 +msgid "ATK inset" +msgstr "ATK-osio" + +#: ../freedesktop.org.xml.in.h:17 +msgid "AVI video" +msgstr "AVI-video" + +#: ../freedesktop.org.xml.in.h:18 +msgid "AWK script" +msgstr "AWK-komentotiedosto" + +#: ../freedesktop.org.xml.in.h:19 +msgid "AbiWord document" +msgstr "AbiWord-asiakirja" + +#: ../freedesktop.org.xml.in.h:20 +msgid "Ada source code" +msgstr "Ada-lähdekoodi" + +#: ../freedesktop.org.xml.in.h:21 +msgid "Adobe DNG negative" +msgstr "Adobe-DNG-negatiivi" + +#: ../freedesktop.org.xml.in.h:22 +msgid "Adobe FrameMaker MIF document" +msgstr "Adobe FrameMaker MIF -asiakirja" + +#: ../freedesktop.org.xml.in.h:23 +msgid "Adobe FrameMaker document" +msgstr "Adobe FrameMaker -asiakirja" + +#: ../freedesktop.org.xml.in.h:24 +msgid "Adobe FrameMaker font" +msgstr "Adobe FrameMaker -kirjasin" + +#: ../freedesktop.org.xml.in.h:25 +msgid "Adobe Illustrator document" +msgstr "Adobe Illustrator -asiakirja" + +#: ../freedesktop.org.xml.in.h:26 +msgid "Adobe font metrics" +msgstr "Adobe-kirjasinmitat" + +#: ../freedesktop.org.xml.in.h:27 +msgid "Alzip archive" +msgstr "Alzip-arkisto" + +#: ../freedesktop.org.xml.in.h:28 +msgid "Amiga SoundTracker audio" +msgstr "Amiga SoundTracker -ääni" + +#: ../freedesktop.org.xml.in.h:29 +msgid "Applix Graphics image" +msgstr "Applix Graphics -kuva" + +#: ../freedesktop.org.xml.in.h:30 +msgid "Applix Spreadsheets spreadsheet" +msgstr "Applix Spreadsheets -taulukko" + +#: ../freedesktop.org.xml.in.h:31 +msgid "Applix Words document" +msgstr "Applix Words -asiakirja" + +#: ../freedesktop.org.xml.in.h:32 +msgid "Atom syndication feed" +msgstr "Atom-yhdistevirta" + +#: ../freedesktop.org.xml.in.h:33 +msgid "AutoCAD image" +msgstr "AutoCAD-kuva" + +#: ../freedesktop.org.xml.in.h:34 +msgid "BCPIO document" +msgstr "BCPIO-asiakirja" + +#: ../freedesktop.org.xml.in.h:35 +msgid "BDF font" +msgstr "BDF-kirjasin" + +#: ../freedesktop.org.xml.in.h:36 +msgid "BibTeX document" +msgstr "BibTeX-asiakirja" + +#: ../freedesktop.org.xml.in.h:37 +msgid "BitTorrent seed file" +msgstr "BitTorrent-siementiedosto" + +#: ../freedesktop.org.xml.in.h:38 +msgid "Blender scene" +msgstr "Blender-näkymä" + +#. http://en.wikipedia.org/wiki/Blu-ray_Disc +#. http://www.blu-raydisc.com/Section-13470/Section-13890/Index.html +#: ../freedesktop.org.xml.in.h:41 +msgid "Blu-ray video disc" +msgstr "Blu-ray-videolevy" + +#: ../freedesktop.org.xml.in.h:42 +msgid "Bzip archive" +msgstr "Bzip-arkisto" + +#: ../freedesktop.org.xml.in.h:43 +msgid "C header" +msgstr "C-otsake" + +#: ../freedesktop.org.xml.in.h:44 +msgid "C shell script" +msgstr "Csh-komentotiedosto" + +#: ../freedesktop.org.xml.in.h:45 +msgid "C source code" +msgstr "C-lähdekoodi" + +#: ../freedesktop.org.xml.in.h:46 +msgid "C# source code" +msgstr "C#-lähdekoodi" + +#: ../freedesktop.org.xml.in.h:47 +msgid "C++ header" +msgstr "C++-otsake" + +#: ../freedesktop.org.xml.in.h:48 +msgid "C++ source code" +msgstr "C++-lähdekoodi" + +#: ../freedesktop.org.xml.in.h:49 +msgid "CCITT G3 fax" +msgstr "CCITT G3 -faksi" + +#: ../freedesktop.org.xml.in.h:50 +msgid "CD Table Of Contents" +msgstr "CD-sisällysluettelo" + +#: ../freedesktop.org.xml.in.h:51 +msgid "CD image cuesheet" +msgstr "CD-vedos cuesheet" + +#: ../freedesktop.org.xml.in.h:52 +msgid "CHM document" +msgstr "CHM-asiakirja" + +#: ../freedesktop.org.xml.in.h:53 +msgid "CMU raster image" +msgstr "CMU-rasterikuva" + +#: ../freedesktop.org.xml.in.h:54 +msgid "CMake source code" +msgstr "CMake-lähdekoodi" + +#: ../freedesktop.org.xml.in.h:55 +msgid "CPIO archive" +msgstr "CPIO-arkisto" + +#: ../freedesktop.org.xml.in.h:56 +msgid "CPIO archive (gzip-compressed)" +msgstr "CPIO-arkisto (gzip-pakattu)" + +#: ../freedesktop.org.xml.in.h:57 +msgid "CSS stylesheet" +msgstr "CSS-tyylitiedosto" + +#: ../freedesktop.org.xml.in.h:58 +msgid "CSV document" +msgstr "CSV-asiakirja" + +#: ../freedesktop.org.xml.in.h:59 +msgid "Canon CR2 raw image" +msgstr "Canon-CR2-raakakuva" + +#: ../freedesktop.org.xml.in.h:60 +msgid "Canon CRW raw image" +msgstr "Canon-CRW-raakakuva" + +#: ../freedesktop.org.xml.in.h:61 +msgid "ChangeLog document" +msgstr "ChangeLog-asiakirja" + +#: ../freedesktop.org.xml.in.h:62 +msgid "Cisco VPN Settings" +msgstr "Cisco VPN -asetukset" + +#: ../freedesktop.org.xml.in.h:63 +msgid "Citrix ICA settings file" +msgstr "Citrix ICA -asetustiedosto" + +#: ../freedesktop.org.xml.in.h:64 +msgid "Commodore 64 audio" +msgstr "Commodore 64 -ääni" + +#: ../freedesktop.org.xml.in.h:65 +msgid "Computer Graphics Metafile" +msgstr "Computer Graphics -metatiedosto" + +#: ../freedesktop.org.xml.in.h:66 +msgid "Corel Draw drawing" +msgstr "Corel Draw -piirros" + +#: ../freedesktop.org.xml.in.h:67 +msgid "D source code" +msgstr "D-lähdekoodi" + +#: ../freedesktop.org.xml.in.h:68 +msgid "DAR archive" +msgstr "DAR-arkisto" + +#: ../freedesktop.org.xml.in.h:69 +msgid "DCL script" +msgstr "DCL-komentotiedosto" + +#: ../freedesktop.org.xml.in.h:70 +msgid "DER/PEM/Netscape-encoded X.509 certificate" +msgstr "DER/PEM/Netscape-koodattu X.509-varmenne" + +#: ../freedesktop.org.xml.in.h:71 +msgid "DIB image" +msgstr "DIB-kuva" + +#: ../freedesktop.org.xml.in.h:72 +msgid "DICOM image" +msgstr "DICOM-kuva" + +#: ../freedesktop.org.xml.in.h:73 +msgid "DOS font" +msgstr "DOS-kirjasin" + +#: ../freedesktop.org.xml.in.h:74 +msgid "DOS/Windows executable" +msgstr "DOS/Windows-ohjelma" + +#: ../freedesktop.org.xml.in.h:75 +msgid "DPX image" +msgstr "DPX-kuva" + +#: ../freedesktop.org.xml.in.h:76 +msgid "DSSSL document" +msgstr "DSSSL-asiakirja" + +#: ../freedesktop.org.xml.in.h:77 +msgid "DTD file" +msgstr "DTD-tiedosto" + +#: ../freedesktop.org.xml.in.h:78 +msgid "DV video" +msgstr "DV-video" + +#: ../freedesktop.org.xml.in.h:79 +msgid "DXF vector image" +msgstr "DXF-vektorikuva" + +#: ../freedesktop.org.xml.in.h:80 +msgid "Debian package" +msgstr "Debian-paketti" + +#: ../freedesktop.org.xml.in.h:81 +msgid "Dia diagram" +msgstr "Dia-kaavio" + +#: ../freedesktop.org.xml.in.h:82 +msgid "DirectDraw surface" +msgstr "DirectDraw-piirtoalue" + +#: ../freedesktop.org.xml.in.h:83 +msgid "DjVu image" +msgstr "DjVu-kuva" + +#: ../freedesktop.org.xml.in.h:84 +msgid "DocBook document" +msgstr "DocBook-asiakirja" + +#: ../freedesktop.org.xml.in.h:85 +msgid "Dolby Digital audio" +msgstr "Dolby Digital -ääni" + +#: ../freedesktop.org.xml.in.h:86 +msgid "Dreamcast ROM" +msgstr "Dreamcast-ROM" + +#: ../freedesktop.org.xml.in.h:87 +msgid "ECMAScript program" +msgstr "ECMAScript-ohjelma" + +#: ../freedesktop.org.xml.in.h:88 +msgid "EMF image" +msgstr "EMF-kuva" + +#: ../freedesktop.org.xml.in.h:89 +msgid "EPS image" +msgstr "EPS-kuva" + +#: ../freedesktop.org.xml.in.h:90 +msgid "EPS image (bzip-compressed)" +msgstr "EPS-kuva (bzip-pakattu)" + +#: ../freedesktop.org.xml.in.h:91 +msgid "EPS image (gzip-compressed)" +msgstr "EPS-kuva (gzip-pakattu)" + +#: ../freedesktop.org.xml.in.h:92 +msgid "EXR image" +msgstr "EXR-kuva" + +#: ../freedesktop.org.xml.in.h:93 +msgid "Egon Animator animation" +msgstr "Egon Animator -animaatio" + +#: ../freedesktop.org.xml.in.h:94 +msgid "Eiffel source code" +msgstr "Eiffel-lähdekoodi" + +#: ../freedesktop.org.xml.in.h:95 +msgid "Emacs Lisp source code" +msgstr "Emacs Lisp -lähdekoodi" + +#: ../freedesktop.org.xml.in.h:96 +msgid "Enlightenment theme" +msgstr "Enlightenment-teema" + +#: ../freedesktop.org.xml.in.h:97 +msgid "Erlang source code" +msgstr "Erlang-lähdekoodi" + +#: ../freedesktop.org.xml.in.h:98 +msgid "Excel spreadsheet" +msgstr "Excel-taulukko" + +#: ../freedesktop.org.xml.in.h:99 +msgid "FITS document" +msgstr "FITS-asiakirja" + +#: ../freedesktop.org.xml.in.h:100 +msgid "FLAC audio" +msgstr "FLAC-ääni" + +#: ../freedesktop.org.xml.in.h:101 +msgid "FLIC animation" +msgstr "FLIC-animaatio" + +#: ../freedesktop.org.xml.in.h:102 +msgid "FLTK Fluid file" +msgstr "FLTK Fluid -tiedosto" + +#: ../freedesktop.org.xml.in.h:103 +msgid "FPX image" +msgstr "FPX-kuva" + +#: ../freedesktop.org.xml.in.h:104 +msgid "FastTracker II audio" +msgstr "FastTracker II -ääni" + +#: ../freedesktop.org.xml.in.h:105 +msgid "Flash video" +msgstr "Flash-video" + +#: ../freedesktop.org.xml.in.h:106 +msgid "Fortran source code" +msgstr "Fortran-lähdekoodi" + +#: ../freedesktop.org.xml.in.h:107 +msgid "Fuji RAF raw image" +msgstr "Fuji-RAF-raakakuva" + +#: ../freedesktop.org.xml.in.h:108 +msgid "G3 fax image" +msgstr "G3-faksikuva" + +#: ../freedesktop.org.xml.in.h:109 +msgid "GDBM database" +msgstr "GDBM-tietokanta" + +#: ../freedesktop.org.xml.in.h:110 +msgid "GEDCOM family history" +msgstr "GEDCOM-sukuhistoria" + +#: ../freedesktop.org.xml.in.h:111 +msgid "GIF image" +msgstr "GIF-kuva" + +#: ../freedesktop.org.xml.in.h:112 +msgid "GIMP image" +msgstr "GIMP-kuva" + +#: ../freedesktop.org.xml.in.h:113 +msgid "GMC link" +msgstr "GMC-linkki" + +#: ../freedesktop.org.xml.in.h:114 +msgid "GNU Oleo spreadsheet" +msgstr "GNU Oleo -taulukko" + +#: ../freedesktop.org.xml.in.h:115 +msgid "GNU mail message" +msgstr "GNU-postiviesti" + +#: ../freedesktop.org.xml.in.h:116 +msgid "GNUnet search file" +msgstr "GNUnet-hakutiedosto" + +#: ../freedesktop.org.xml.in.h:117 +msgid "GTKtalog catalog" +msgstr "GTKtalog-luettelo" + +#: ../freedesktop.org.xml.in.h:118 +msgid "Game Boy Advance ROM" +msgstr "Game Boy Advance -ROM" + +#: ../freedesktop.org.xml.in.h:119 +msgid "Game Boy ROM" +msgstr "Game Boy -ROM" + +#. Translate this to Megadrive if the console was known as such in your locale +#. Should be Megadrive in all but en_US: http://en.wikipedia.org/wiki/Megadrive#History +#: ../freedesktop.org.xml.in.h:122 +msgid "Genesis ROM" +msgstr "Genesis-ROM" + +#: ../freedesktop.org.xml.in.h:123 +msgid "Glade project" +msgstr "Glade-projekti" + +#: ../freedesktop.org.xml.in.h:124 +msgid "GnuCash spreadsheet" +msgstr "GnuCash-taulukko" + +#: ../freedesktop.org.xml.in.h:125 +msgid "Gnumeric spreadsheet" +msgstr "Gnumeric-taulukko" + +#: ../freedesktop.org.xml.in.h:126 +msgid "Gnuplot document" +msgstr "Gnuplot-asiakirja" + +#: ../freedesktop.org.xml.in.h:127 +msgid "Google Video Pointer" +msgstr "Google-videoosoitin" + +#: ../freedesktop.org.xml.in.h:128 +msgid "Graphite scientific graph" +msgstr "Graphite- tieteellinen graafi" + +#: ../freedesktop.org.xml.in.h:129 +msgid "Gzip archive" +msgstr "Gzip-arkisto" + +#. http://en.wikipedia.org/wiki/HD_DVD +#. http://www.dvdafteredit.com/wiki/The_HVDVD_TS_Folder +#: ../freedesktop.org.xml.in.h:132 +msgid "HD DVD video disc" +msgstr "HD DVD -videolevy" + +#: ../freedesktop.org.xml.in.h:133 +msgid "HDF document" +msgstr "HDF-asiakirja" + +#: ../freedesktop.org.xml.in.h:134 +msgid "HPGL file" +msgstr "HPGL-tiedosto" + +#: ../freedesktop.org.xml.in.h:135 +msgid "HTML document" +msgstr "HTML-asiakirja" + +#: ../freedesktop.org.xml.in.h:136 +msgid "Haansoft Hangul document" +msgstr "Haansoft Hangul -asiakirja" + +#: ../freedesktop.org.xml.in.h:137 +msgid "Haansoft Hangul document template" +msgstr "Haansoft Hanglu -asiakirjamalli" + +#: ../freedesktop.org.xml.in.h:138 +msgid "Haskell source code" +msgstr "Haskell-lähdekoodi" + +#: ../freedesktop.org.xml.in.h:139 +msgid "ICO icon" +msgstr "ICO-kuvake" + +#: ../freedesktop.org.xml.in.h:140 +msgid "IDL document" +msgstr "IDL-asiakirja" + +#: ../freedesktop.org.xml.in.h:141 +msgid "IEF image" +msgstr "IEF-kuva" + +#: ../freedesktop.org.xml.in.h:142 +msgid "IFF image" +msgstr "IFF-kuva" + +#: ../freedesktop.org.xml.in.h:143 +msgid "ILBM image" +msgstr "ILBM-kuva" + +#: ../freedesktop.org.xml.in.h:144 +msgid "ISI video" +msgstr "ISI-video" + +#: ../freedesktop.org.xml.in.h:145 +msgid "Impulse Tracker audio" +msgstr "Impulse Tracker -ääni" + +#: ../freedesktop.org.xml.in.h:146 +msgid "Internet shortcut" +msgstr "Internet-pikakuvake" + +#: ../freedesktop.org.xml.in.h:147 +msgid "JAD document" +msgstr "JAD-asiakirja" + +#: ../freedesktop.org.xml.in.h:148 +msgid "JBuilder project" +msgstr "JBuilder-projekti" + +#: ../freedesktop.org.xml.in.h:149 +msgid "JET database" +msgstr "JET-tietokanta" + +#: ../freedesktop.org.xml.in.h:150 +msgid "JNG image" +msgstr "JNG-kuva" + +#: ../freedesktop.org.xml.in.h:151 +msgid "JNLP file" +msgstr "JNLP-tiedosto" + +#: ../freedesktop.org.xml.in.h:152 +msgid "JPEG image" +msgstr "JPEG-kuva" + +#: ../freedesktop.org.xml.in.h:153 +msgid "JPEG-2000 image" +msgstr "JPEG-2000-kuva" + +#: ../freedesktop.org.xml.in.h:154 +msgid "Java archive" +msgstr "Java-arkisto" + +#: ../freedesktop.org.xml.in.h:155 +msgid "Java byte code" +msgstr "Java-tavukoodi" + +#: ../freedesktop.org.xml.in.h:156 +msgid "Java class" +msgstr "Java-luokka" + +#: ../freedesktop.org.xml.in.h:157 +msgid "Java source code" +msgstr "Java-lähdekoodi" + +#: ../freedesktop.org.xml.in.h:158 +msgid "JavaScript program" +msgstr "JavaScript-ohjelma" + +#: ../freedesktop.org.xml.in.h:159 +msgid "KChart chart" +msgstr "KChart-kaavio" + +#: ../freedesktop.org.xml.in.h:160 +msgid "KFormula formula" +msgstr "KFormula-kaava" + +#: ../freedesktop.org.xml.in.h:161 +msgid "KIllustrator drawing" +msgstr "KIllustrator-piirros" + +#: ../freedesktop.org.xml.in.h:162 +msgid "KPovModeler scene" +msgstr "KPovModeler-näkymä" + +#: ../freedesktop.org.xml.in.h:163 +msgid "KPresenter presentation" +msgstr "KPresenter-esitys" + +#: ../freedesktop.org.xml.in.h:164 +msgid "KSpread spreadsheet" +msgstr "KSpread-taulukko" + +#: ../freedesktop.org.xml.in.h:165 +msgid "KSpread spreadsheet (encrypted)" +msgstr "KSpread-taulukko (salattu)" + +#: ../freedesktop.org.xml.in.h:166 +msgid "KSysV init package" +msgstr "KSysV init -paketti" + +#: ../freedesktop.org.xml.in.h:167 +msgid "KWord document" +msgstr "KWord-asiakirja" + +#: ../freedesktop.org.xml.in.h:168 +msgid "KWord document (encrypted)" +msgstr "KWord-asiakirja (salattu)" + +#: ../freedesktop.org.xml.in.h:169 +msgid "Karbon14 drawing" +msgstr "Karbon14-piirros" + +#: ../freedesktop.org.xml.in.h:170 +msgid "Kivio flowchart" +msgstr "Kivio-vuokaavio" + +#: ../freedesktop.org.xml.in.h:171 +msgid "Kodak DCR raw image" +msgstr "Kodak-DCR-raakakuva" + +#: ../freedesktop.org.xml.in.h:172 +msgid "Kodak K25 raw image" +msgstr "Kodak-K25-raakakuva" + +#: ../freedesktop.org.xml.in.h:173 +msgid "Kodak KDC raw image" +msgstr "Kodak-KDC-raakakuva" + +#: ../freedesktop.org.xml.in.h:174 +msgid "Kontour drawing" +msgstr "Kontour-piirros" + +#: ../freedesktop.org.xml.in.h:175 +msgid "Krita document" +msgstr "Krita-asiakirja" + +#: ../freedesktop.org.xml.in.h:176 +msgid "Kugar document" +msgstr "Kugar-asiakirja" + +#: ../freedesktop.org.xml.in.h:177 +msgid "LDIF address book" +msgstr "LDIF-osoitekirja" + +#: ../freedesktop.org.xml.in.h:178 +msgid "LHA archive" +msgstr "LHA-arkisto" + +#: ../freedesktop.org.xml.in.h:179 +msgid "LHS source code" +msgstr "LHS-lähdekoodi" + +#: ../freedesktop.org.xml.in.h:180 +msgid "LHZ archive" +msgstr "LHZ-arkisto" + +#: ../freedesktop.org.xml.in.h:181 +msgid "LIBGRX font" +msgstr "LIBGRX-kirjasin" + +#: ../freedesktop.org.xml.in.h:182 +msgid "LZMA archive" +msgstr "LZMA-arkisto" + +#: ../freedesktop.org.xml.in.h:183 +msgid "LZO archive" +msgstr "LZO-arkisto" + +#: ../freedesktop.org.xml.in.h:184 +msgid "LightWave object" +msgstr "LightWave-esine" + +#: ../freedesktop.org.xml.in.h:185 +msgid "LightWave scene" +msgstr "LightWave-maisema" + +#: ../freedesktop.org.xml.in.h:186 +msgid "Lilypond music sheet" +msgstr "Lilypond-nuotit" + +#: ../freedesktop.org.xml.in.h:187 +msgid "Linux PSF console font" +msgstr "Linux PSF -konsolikirjasin" + +#: ../freedesktop.org.xml.in.h:188 +msgid "Linux PSF console font (gzip-compressed)" +msgstr "Linux PSF -konsolikirjasin (gzip-pakattu)" + +#: ../freedesktop.org.xml.in.h:189 +msgid "Lotus 1-2-3 spreadsheet" +msgstr "Lotus 1-2-3 -taulukko" + +#: ../freedesktop.org.xml.in.h:190 +msgid "Lotus AmiPro document" +msgstr "Lotus AmiPro -asiakirja" + +#: ../freedesktop.org.xml.in.h:191 +msgid "Lua script" +msgstr "Lua-komentotiedosto" + +#: ../freedesktop.org.xml.in.h:192 +msgid "LyX document" +msgstr "LyX-asiakirja" + +#: ../freedesktop.org.xml.in.h:193 +msgid "M4 macro" +msgstr "M4-makro" + +#: ../freedesktop.org.xml.in.h:194 +msgid "MATLAB script/function" +msgstr "MATLAB-skripti/funktio" + +#: ../freedesktop.org.xml.in.h:195 +msgid "MIDI audio" +msgstr "MIDI-ääni" + +#: ../freedesktop.org.xml.in.h:196 +msgid "MNG animation" +msgstr "MNG-animaatio" + +#: ../freedesktop.org.xml.in.h:197 +msgid "MP2 audio" +msgstr "MP2-ääni" + +#: ../freedesktop.org.xml.in.h:198 +msgid "MP3 ShoutCast playlist" +msgstr "MP3 ShoutCast -soittolista" + +#: ../freedesktop.org.xml.in.h:199 +msgid "MP3 audio" +msgstr "MP3-ääni" + +#: ../freedesktop.org.xml.in.h:200 +msgid "MP3 audio (streamed)" +msgstr "MP3-ääni (virtaus)" + +#: ../freedesktop.org.xml.in.h:201 +msgid "MPEG video" +msgstr "MPEG-video" + +#: ../freedesktop.org.xml.in.h:202 +msgid "MPEG-4 audio" +msgstr "MPEG-4-ääni" + +#: ../freedesktop.org.xml.in.h:203 +msgid "MPEG-4 audio book" +msgstr "MPEG-4-äänikirja" + +#: ../freedesktop.org.xml.in.h:204 +msgid "MPEG-4 video" +msgstr "MPEG-4-video" + +#: ../freedesktop.org.xml.in.h:205 +msgid "MPSub subtitles" +msgstr "MPSub-tekstitykset" + +#: ../freedesktop.org.xml.in.h:206 +msgid "MRML playlist" +msgstr "MRML-soittolista" + +#: ../freedesktop.org.xml.in.h:207 +msgid "MSX ROM" +msgstr "MSX-ROM" + +#: ../freedesktop.org.xml.in.h:208 +msgid "MacOS X icon" +msgstr "MacOS X -kuvake" + +#: ../freedesktop.org.xml.in.h:209 +msgid "MacPaint Bitmap image" +msgstr "MacPaint BitMap -kuva" + +#: ../freedesktop.org.xml.in.h:210 +msgid "Macintosh AppleDouble-encoded file" +msgstr "Macintosh AppleDouble -koodattu tiedosto" + +#: ../freedesktop.org.xml.in.h:211 +msgid "Macintosh BinHex-encoded file" +msgstr "Macintosh BinHex -koodattu tiedosto" + +#: ../freedesktop.org.xml.in.h:212 +msgid "Macintosh MacBinary file" +msgstr "Macintosh MacBinary -tiedosto" + +#: ../freedesktop.org.xml.in.h:213 +msgid "Macintosh Quickdraw/PICT drawing" +msgstr "Macintosh Quickdraw/PICT -piirros" + +#: ../freedesktop.org.xml.in.h:214 +msgid "MagicPoint presentation" +msgstr "MagicPoint-esitys" + +#: ../freedesktop.org.xml.in.h:215 +msgid "Makefile" +msgstr "Makefile" + +#: ../freedesktop.org.xml.in.h:216 +msgid "Managed Object Format" +msgstr "Managed Object Format" + +#: ../freedesktop.org.xml.in.h:217 +msgid "Markaby script" +msgstr "Markaby-komentotiedosto" + +#: ../freedesktop.org.xml.in.h:218 +msgid "MathML document" +msgstr "MathML-asiakirja" + +#: ../freedesktop.org.xml.in.h:219 +msgid "Mathematica Notebook" +msgstr "Mathematica-muistilehtiö" + +#: ../freedesktop.org.xml.in.h:220 +msgid "Matroska audio" +msgstr "Matroska-ääni" + +#: ../freedesktop.org.xml.in.h:221 +msgid "Matroska stream" +msgstr "Matroska-virta" + +#: ../freedesktop.org.xml.in.h:222 +msgid "Matroska video" +msgstr "Matroska-video" + +#: ../freedesktop.org.xml.in.h:223 +msgid "MicroDVD subtitles" +msgstr "MicroDVD-tekstitykset" + +#: ../freedesktop.org.xml.in.h:224 +msgid "Microsoft ASX playlist" +msgstr "Microsoft ASX -soittolista" + +#: ../freedesktop.org.xml.in.h:225 +msgid "Microsoft Works document" +msgstr "Microsoft Works -asiakirja" + +#: ../freedesktop.org.xml.in.h:226 +msgid "MiniPSF audio" +msgstr "MiniPSF-ääni" + +#: ../freedesktop.org.xml.in.h:227 +msgid "Minolta MRW raw image" +msgstr "Minolta-MRW-raakakuva" + +#: ../freedesktop.org.xml.in.h:228 +msgid "Monkey's audio" +msgstr "Monkeyn ääni" + +#: ../freedesktop.org.xml.in.h:229 +msgid "Mozilla bookmarks" +msgstr "Mozilla-kirjanmerkit" + +#: ../freedesktop.org.xml.in.h:230 +msgid "Mup publication" +msgstr "Mup-julkaisu" + +#: ../freedesktop.org.xml.in.h:231 +msgid "Musepack audio" +msgstr "Musepack-ääni" + +#. Translate this to Famicom if the console was known as such in your locale +#: ../freedesktop.org.xml.in.h:233 +msgid "NES ROM" +msgstr "NES-ROM" + +#: ../freedesktop.org.xml.in.h:234 +msgid "NFO document" +msgstr "NFO-asiakirja" + +#: ../freedesktop.org.xml.in.h:235 +msgid "NIFF image" +msgstr "NIFF-kuva" + +#: ../freedesktop.org.xml.in.h:236 +msgid "Nautilus link" +msgstr "Nautilus-linkki" + +#: ../freedesktop.org.xml.in.h:237 +msgid "Nikon NEF raw image" +msgstr "Nikon-NEF-raakakuva" + +#: ../freedesktop.org.xml.in.h:238 +msgid "Nintendo DS ROM" +msgstr "Nintendo DS-ROM" + +#: ../freedesktop.org.xml.in.h:239 +msgid "Nintendo64 ROM" +msgstr "Nintendo64-ROM" + +#: ../freedesktop.org.xml.in.h:240 +msgid "NullSoft video" +msgstr "NullSoft-video" + +#: ../freedesktop.org.xml.in.h:241 +msgid "OCL file" +msgstr "OCL-tiedosto" + +#: ../freedesktop.org.xml.in.h:242 +msgid "OCaml source code" +msgstr "OCaml-lähdekoodi" + +#: ../freedesktop.org.xml.in.h:243 +msgid "ODA document" +msgstr "ODA-asiakirja" + +#: ../freedesktop.org.xml.in.h:244 +msgid "ODB database" +msgstr "ODB-tietokanta" + +#: ../freedesktop.org.xml.in.h:245 +msgid "ODC chart" +msgstr "ODC-kaavio" + +#: ../freedesktop.org.xml.in.h:246 +msgid "ODF formula" +msgstr "ODF-kaava" + +#: ../freedesktop.org.xml.in.h:247 +msgid "ODG drawing" +msgstr "ODG-piirros" + +#: ../freedesktop.org.xml.in.h:248 +msgid "ODG template" +msgstr "ODG-malli" + +#: ../freedesktop.org.xml.in.h:249 +msgid "ODI image" +msgstr "ODI-kuva" + +#: ../freedesktop.org.xml.in.h:250 +msgid "ODM document" +msgstr "ODM-asiakirja" + +#: ../freedesktop.org.xml.in.h:251 +msgid "ODP presentation" +msgstr "ODP-esitys" + +#: ../freedesktop.org.xml.in.h:252 +msgid "ODP template" +msgstr "ODP-malli" + +#: ../freedesktop.org.xml.in.h:253 +msgid "ODS spreadsheet" +msgstr "ODS-taulukko" + +#: ../freedesktop.org.xml.in.h:254 +msgid "ODS template" +msgstr "ODS-malli" + +#: ../freedesktop.org.xml.in.h:255 +msgid "ODT document" +msgstr "ODT-asiakirja" + +#: ../freedesktop.org.xml.in.h:256 +msgid "ODT template" +msgstr "ODT-malli" + +#: ../freedesktop.org.xml.in.h:257 +msgid "OGM video" +msgstr "OGM-video" + +#: ../freedesktop.org.xml.in.h:258 +msgid "OLE2 compound document storage" +msgstr "OLE2-yhdisteasiakirjatallenne" + +#: ../freedesktop.org.xml.in.h:259 +msgid "OPML syndication feed" +msgstr "OPML-yhdistevirta" + +#: ../freedesktop.org.xml.in.h:260 +msgid "OTH template" +msgstr "OTH-malli" + +#: ../freedesktop.org.xml.in.h:261 +msgid "Objective-C source code" +msgstr "Objective-C-lähdekoodi" + +#: ../freedesktop.org.xml.in.h:262 +msgid "Office drawing" +msgstr "Office-piirros" + +#: ../freedesktop.org.xml.in.h:263 +msgid "Ogg Audio" +msgstr "VOC-ääni" + +#: ../freedesktop.org.xml.in.h:264 +msgid "Ogg FLAC audio" +msgstr "Ogg FLAC -ääni" + +#: ../freedesktop.org.xml.in.h:265 +msgid "Ogg Speex audio" +msgstr "Ogg Speex -ääni" + +#: ../freedesktop.org.xml.in.h:266 +msgid "Ogg Theora video" +msgstr "Ogg Theora -video" + +#: ../freedesktop.org.xml.in.h:267 +msgid "Ogg Video" +msgstr "Ogg-video" + +#: ../freedesktop.org.xml.in.h:268 +msgid "Ogg Vorbis audio" +msgstr "Ogg Vorbis -ääni" + +#: ../freedesktop.org.xml.in.h:269 +msgid "Ogg multimedia file" +msgstr "Ogg-multimediatiedosto" + +#: ../freedesktop.org.xml.in.h:270 +msgid "Olympus ORF raw image" +msgstr "Olympus-ORF-raakakuva" + +#: ../freedesktop.org.xml.in.h:271 +msgid "OpenOffice Calc spreadsheet" +msgstr "OpenOffice.org Calc -taulukko" + +#: ../freedesktop.org.xml.in.h:272 +msgid "OpenOffice Calc template" +msgstr "OpenOffice Calc -malli" + +#: ../freedesktop.org.xml.in.h:273 +msgid "OpenOffice Draw drawing" +msgstr "OpenOffice Draw -piirros" + +#: ../freedesktop.org.xml.in.h:274 +msgid "OpenOffice Draw template" +msgstr "OpenOffice Draw -malli" + +#: ../freedesktop.org.xml.in.h:275 +msgid "OpenOffice Impress presentation" +msgstr "OpenOffice.org Impress -esitys" + +#: ../freedesktop.org.xml.in.h:276 +msgid "OpenOffice Impress template" +msgstr "OpenOffice Impress -malli" + +#: ../freedesktop.org.xml.in.h:277 +msgid "OpenOffice Math formula" +msgstr "OpenOffice Math -kaava" + +#: ../freedesktop.org.xml.in.h:278 +msgid "OpenOffice Writer document" +msgstr "OpenOffice.org Writer -asiakirja" + +#: ../freedesktop.org.xml.in.h:279 +msgid "OpenOffice Writer global document" +msgstr "OpenOffice.org Writer - yleinen asiakirja" + +#: ../freedesktop.org.xml.in.h:280 +msgid "OpenOffice Writer template" +msgstr "OpenOffice Writer -malli" + +#: ../freedesktop.org.xml.in.h:281 +msgid "OpenOffice.org extension" +msgstr "OpenOffice.org-laajennus" + +#: ../freedesktop.org.xml.in.h:282 +msgid "OpenType font" +msgstr "OpenType-kirjasin" + +#: ../freedesktop.org.xml.in.h:283 +msgid "PAK archive" +msgstr "PAK-arkisto" + +#: ../freedesktop.org.xml.in.h:284 +msgid "PBM image" +msgstr "PBM-kuva" + +#: ../freedesktop.org.xml.in.h:285 +msgid "PCD image" +msgstr "PCD-kuva" + +#: ../freedesktop.org.xml.in.h:286 +msgid "PCF font" +msgstr "PCF-kirjasin" + +#: ../freedesktop.org.xml.in.h:287 +msgid "PCL file" +msgstr "PCL-tiedosto" + +#: ../freedesktop.org.xml.in.h:288 +msgid "PCM audio" +msgstr "PCM-ääni" + +#: ../freedesktop.org.xml.in.h:289 +msgid "PCX image" +msgstr "PCX-kuva" + +#: ../freedesktop.org.xml.in.h:290 +msgid "PDF document" +msgstr "PDF-asiakirja" + +#: ../freedesktop.org.xml.in.h:291 +msgid "PDF document (bzip-compressed)" +msgstr "PDF-asiakirja (bzip-pakattu)" + +#: ../freedesktop.org.xml.in.h:292 +msgid "PDF document (gzip-compressed)" +msgstr "PDF-asiakirja (gzip-pakattu)" + +#: ../freedesktop.org.xml.in.h:293 +msgid "PEF executable" +msgstr "PEF-ohjelma" + +#: ../freedesktop.org.xml.in.h:294 +msgid "PGM image" +msgstr "PGM-kuva" + +#: ../freedesktop.org.xml.in.h:295 +msgid "PGN chess game notation" +msgstr "PGN-šakkipelinotaatio" + +#: ../freedesktop.org.xml.in.h:296 +msgid "PGP keys" +msgstr "PGP-avainrengas" + +#: ../freedesktop.org.xml.in.h:297 +msgid "PGP/MIME-encrypted message header" +msgstr "PGP/MIME-salattu viestiotsikko" + +#: ../freedesktop.org.xml.in.h:298 +msgid "PHP script" +msgstr "PHP-komentotiedosto" + +#: ../freedesktop.org.xml.in.h:299 +msgid "PKCS#10 certification request" +msgstr "PKCS#10-varmennepyyntö" + +#: ../freedesktop.org.xml.in.h:300 +msgid "PKCS#12 certificate bundle" +msgstr "PKCS#12-varmennenippu" + +#: ../freedesktop.org.xml.in.h:301 +msgid "PNG image" +msgstr "PNG-kuva" + +#: ../freedesktop.org.xml.in.h:302 +msgid "PNM image" +msgstr "PNM-kuva" + +#: ../freedesktop.org.xml.in.h:303 +msgid "PPM image" +msgstr "PPM-kuva" + +#: ../freedesktop.org.xml.in.h:304 +msgid "PS document" +msgstr "PS-asiakirja" + +#: ../freedesktop.org.xml.in.h:305 +msgid "PSD image" +msgstr "PSD-kuva" + +#: ../freedesktop.org.xml.in.h:306 +msgid "PSF audio" +msgstr "PSF-ääni" + +#: ../freedesktop.org.xml.in.h:307 +msgid "PSFlib audio library" +msgstr "PSFlib-äänikirjasto" + +#: ../freedesktop.org.xml.in.h:308 +msgid "Pack200 Java archive" +msgstr "Pack200-Java-arkisto" + +#: ../freedesktop.org.xml.in.h:309 +msgid "Palm OS database" +msgstr "Palm OS -tietokanta" + +#: ../freedesktop.org.xml.in.h:310 +msgid "Panasonic raw image" +msgstr "Panasonic-raakakuva" + +#: ../freedesktop.org.xml.in.h:311 +msgid "Parchive archive" +msgstr "Parchive-arkisto" + +#: ../freedesktop.org.xml.in.h:312 +msgid "Pascal source code" +msgstr "Pascal-lähdekoodi" + +#: ../freedesktop.org.xml.in.h:313 +msgid "Pathetic Writer document" +msgstr "Pathetic Writer -asiakirja" + +#: ../freedesktop.org.xml.in.h:314 +msgid "Pentax PEF raw image" +msgstr "Pentax-PEF-raakakuva" + +#: ../freedesktop.org.xml.in.h:315 +msgid "Perl script" +msgstr "Perl-komentotiedosto" + +#. http://en.wikipedia.org/wiki/Picture_CD +#. http://www.re.org/kristin/picturecd.html +#: ../freedesktop.org.xml.in.h:318 +msgid "Picture CD" +msgstr "Picture CD" + +#: ../freedesktop.org.xml.in.h:319 +msgid "PlanPerfect spreadsheet" +msgstr "PlanPerfect-taulukko" + +#: ../freedesktop.org.xml.in.h:320 +msgid "Plucker document" +msgstr "Plucker-asiakirja" + +#: ../freedesktop.org.xml.in.h:321 +msgid "PostScript document (bzip-compressed)" +msgstr "PostScript-asiakirja (bzip-pakattu)" + +#: ../freedesktop.org.xml.in.h:322 +msgid "PostScript document (gzip-compressed)" +msgstr "PostScript-asiakirja (gzip-pakattu)" + +#: ../freedesktop.org.xml.in.h:323 +msgid "Postscript type-1 font" +msgstr "PostScript tyyppi-1 -asiakirja" + +#: ../freedesktop.org.xml.in.h:324 +msgid "PowerPoint presentation" +msgstr "PowerPoint-esitys" + +#: ../freedesktop.org.xml.in.h:325 +msgid "Python bytecode" +msgstr "Python-tavukoodi" + +#: ../freedesktop.org.xml.in.h:326 +msgid "Python script" +msgstr "Python-komentotiedosto" + +#: ../freedesktop.org.xml.in.h:327 +msgid "Qt Designer file" +msgstr "Qt Designer -tiedosto" + +#: ../freedesktop.org.xml.in.h:328 +msgid "Qt MOC file" +msgstr "Qt MOC -tiedosto" + +#: ../freedesktop.org.xml.in.h:329 +msgid "Quattro Pro spreadsheet" +msgstr "Quattro Pro -taulukko" + +#: ../freedesktop.org.xml.in.h:330 +msgid "QuickTime image" +msgstr "QuickTime-kuva" + +#: ../freedesktop.org.xml.in.h:331 +msgid "QuickTime metalink playlist" +msgstr "QuickTime metalink -soittolista" + +#: ../freedesktop.org.xml.in.h:332 +msgid "QuickTime video" +msgstr "Quicktime-video" + +#: ../freedesktop.org.xml.in.h:333 +msgid "Quicken document" +msgstr "Quicken-asiakirja" + +#: ../freedesktop.org.xml.in.h:334 +msgid "RAR archive" +msgstr "RAR-arkisto" + +#: ../freedesktop.org.xml.in.h:335 +msgid "RDF file" +msgstr "RDF-tiedosto" + +#: ../freedesktop.org.xml.in.h:336 +msgid "README document" +msgstr "LUEMINUT-asiakirja" + +#: ../freedesktop.org.xml.in.h:337 +msgid "RGB image" +msgstr "RGB-kuva" + +#: ../freedesktop.org.xml.in.h:338 +msgid "RIFF audio" +msgstr "RIFF-ääni" + +#: ../freedesktop.org.xml.in.h:339 +msgid "RPM package" +msgstr "RPM-paketti" + +#: ../freedesktop.org.xml.in.h:340 +msgid "RPM spec file" +msgstr "RPM spec -tiedosto" + +#: ../freedesktop.org.xml.in.h:341 +msgid "RSS summary" +msgstr "RSS-tiivistelmä" + +#: ../freedesktop.org.xml.in.h:342 +msgid "RTF document" +msgstr "RTF-asiakirja" + +#: ../freedesktop.org.xml.in.h:343 +msgid "RealAudio document" +msgstr "RealAudio-asiakirja" + +#: ../freedesktop.org.xml.in.h:344 +msgid "RealMedia Metafile" +msgstr "RealMedia-metatiedosto" + +#: ../freedesktop.org.xml.in.h:345 +msgid "RealMedia document" +msgstr "RealMedia-asiakirja" + +#: ../freedesktop.org.xml.in.h:346 +msgid "RealPix document" +msgstr "RealPix-asiakirja" + +#: ../freedesktop.org.xml.in.h:347 +msgid "RealText document" +msgstr "RealText-asiakirja" + +#: ../freedesktop.org.xml.in.h:348 +msgid "RealVideo document" +msgstr "RealVideo-asiakirja" + +#: ../freedesktop.org.xml.in.h:349 +msgid "Ruby script" +msgstr "Ruby-komentotiedosto" + +#: ../freedesktop.org.xml.in.h:350 +msgid "Run Length Encoded bitmap image" +msgstr "RLE-koodattu bittikartta" + +#: ../freedesktop.org.xml.in.h:351 +msgid "S/MIME file" +msgstr "S/MIME-tiedosto" + +#: ../freedesktop.org.xml.in.h:352 +msgid "SAMI subtitles" +msgstr "SAMI-tekstitykset" + +#: ../freedesktop.org.xml.in.h:353 +msgid "SC/Xspread spreadsheet" +msgstr "SC/Xspread-taulukko" + +#: ../freedesktop.org.xml.in.h:354 +msgid "SDP multicast stream file" +msgstr "SDP-monilähetysvirran tiedosto" + +#. translators: a record is in this context a description of a board game +#. that has been played, and that can be played back again: +#. http://www.red-bean.com/sgf/ +#: ../freedesktop.org.xml.in.h:358 +msgid "SGF record" +msgstr "SGF-nauhoitus" + +#: ../freedesktop.org.xml.in.h:359 +msgid "SGI image" +msgstr "SGI-kuva" + +#: ../freedesktop.org.xml.in.h:360 +msgid "SGI video" +msgstr "SGI-video" + +#: ../freedesktop.org.xml.in.h:361 +msgid "SGML document" +msgstr "SGML-asiakirja" + +#: ../freedesktop.org.xml.in.h:362 +msgid "SIS package" +msgstr "SIS-paketti" + +#: ../freedesktop.org.xml.in.h:363 +msgid "SISX package" +msgstr "SISX-paketti" + +#: ../freedesktop.org.xml.in.h:364 +msgid "SMAF audio" +msgstr "SMAF-ääni" + +#: ../freedesktop.org.xml.in.h:365 +msgid "SMIL document" +msgstr "SMIL-asiakirja" + +#: ../freedesktop.org.xml.in.h:366 +msgid "SQL code" +msgstr "SQL-koodi" + +#: ../freedesktop.org.xml.in.h:367 +msgid "SQLite2 database" +msgstr "SQLite2-tietokanta" + +#: ../freedesktop.org.xml.in.h:368 +msgid "SQLite3 database" +msgstr "SQLite3-tietokanta" + +#: ../freedesktop.org.xml.in.h:369 +msgid "SSA subtitles" +msgstr "SSA-tekstitykset" + +#: ../freedesktop.org.xml.in.h:370 +msgid "SV4 CPIO archive" +msgstr "SV4 CPIO -arkisto" + +#: ../freedesktop.org.xml.in.h:371 +msgid "SV4 CPIO archive (with CRC)" +msgstr "SV4 CPIO -arkisto (CRC:llä)" + +#: ../freedesktop.org.xml.in.h:372 +msgid "SVG image" +msgstr "SVG-kuva" + +#: ../freedesktop.org.xml.in.h:373 +msgid "Scheme source code" +msgstr "Scheme-lähdekoodi" + +#: ../freedesktop.org.xml.in.h:374 +msgid "Scream Tracker 3 audio" +msgstr "Scream Tracker 3 -ääni" + +#: ../freedesktop.org.xml.in.h:375 +msgid "Scream Tracker audio" +msgstr "Scream Tracker -ääni" + +#: ../freedesktop.org.xml.in.h:376 +msgid "Scream Tracker instrument" +msgstr "Scream Tracker -soitin" + +#: ../freedesktop.org.xml.in.h:377 +msgid "Sega Master System/Game Gear ROM" +msgstr "Sega Master System/Game Gear -ROM" + +#: ../freedesktop.org.xml.in.h:378 +msgid "Setext document" +msgstr "Setext-asiakirja" + +#: ../freedesktop.org.xml.in.h:379 +msgid "Shockwave Flash file" +msgstr "Shockwave Flash -tiedosto" + +#. translators: "Shorten" is the name of an audio codec +#: ../freedesktop.org.xml.in.h:381 +msgid "Shorten audio" +msgstr "Shorten-ääni" + +#: ../freedesktop.org.xml.in.h:382 +msgid "Siag spreadsheet" +msgstr "Siag-taulukko" + +#: ../freedesktop.org.xml.in.h:383 +msgid "Sieve mail filter script" +msgstr "Sieve-postinsuodatusskripti" + +#: ../freedesktop.org.xml.in.h:384 +msgid "Sigma X3F raw image" +msgstr "Sigma-X3F-raakakuva" + +#: ../freedesktop.org.xml.in.h:385 +msgid "Skencil document" +msgstr "Skencil-asiakirja" + +#: ../freedesktop.org.xml.in.h:386 +msgid "Sony ARW raw image" +msgstr "Sony-ARW-raakakuva" + +#: ../freedesktop.org.xml.in.h:387 +msgid "Sony SR2 raw image" +msgstr "Sony-SR2-raakakuva" + +#: ../freedesktop.org.xml.in.h:388 +msgid "Sony SRF raw image" +msgstr "Sony-SRF-raakakuva" + +#: ../freedesktop.org.xml.in.h:389 +msgid "Speedo font" +msgstr "Speedo-kirjasin" + +#: ../freedesktop.org.xml.in.h:390 +msgid "Speex audio" +msgstr "Speex-ääni" + +#: ../freedesktop.org.xml.in.h:391 +msgid "Stampede package" +msgstr "Stampede-paketti" + +#: ../freedesktop.org.xml.in.h:392 +msgid "StarCalc spreadsheet" +msgstr "StarCalc-taulukko" + +#: ../freedesktop.org.xml.in.h:393 +msgid "StarChart chart" +msgstr "StarChart-kaavio" + +#: ../freedesktop.org.xml.in.h:394 +msgid "StarDraw drawing" +msgstr "StarDraw-piirros" + +#: ../freedesktop.org.xml.in.h:395 +msgid "StarImpress presentation" +msgstr "StarImpress-esitys" + +#: ../freedesktop.org.xml.in.h:396 +msgid "StarMail email" +msgstr "StarMail-sähköposti" + +#: ../freedesktop.org.xml.in.h:397 +msgid "StarMath formula" +msgstr "StarMath-kaava" + +#: ../freedesktop.org.xml.in.h:398 +msgid "StarWriter document" +msgstr "StarWriter-asiakirja" + +#: ../freedesktop.org.xml.in.h:399 +msgid "StuffIt archive" +msgstr "StuffIt-arkisto" + +#: ../freedesktop.org.xml.in.h:400 +msgid "SubRip subtitles" +msgstr "SubRip-tekstitykset" + +#: ../freedesktop.org.xml.in.h:401 +msgid "SubViewer subtitles" +msgstr "SubViewer-tekstitykset" + +#: ../freedesktop.org.xml.in.h:402 +msgid "Sun raster image" +msgstr "Sun-rasterikuva" + +#: ../freedesktop.org.xml.in.h:403 +msgid "SunOS News font" +msgstr "SunOS News -kirjasin" + +#. Translate this as Super Famicom (in Far East Asia) or Super Nintendo (in Europe) if the console was known as such in your locale +#: ../freedesktop.org.xml.in.h:405 +msgid "Super NES ROM" +msgstr "Super Nintendo -ROM" + +#. http://en.wikipedia.org/wiki/Super_Video_CD +#. http://everything2.com/index.pl?node_id=1009222 +#: ../freedesktop.org.xml.in.h:408 +msgid "Super Video CD" +msgstr "Super Video CD" + +#: ../freedesktop.org.xml.in.h:409 +msgid "T602 document" +msgstr "T602-asiakirja" + +#: ../freedesktop.org.xml.in.h:410 +msgid "TGA image" +msgstr "TGA-kuva" + +#: ../freedesktop.org.xml.in.h:411 +msgid "TGIF document" +msgstr "TGIF-asiakirja" + +#: ../freedesktop.org.xml.in.h:412 +msgid "TIFF image" +msgstr "TIFF-kuva" + +#: ../freedesktop.org.xml.in.h:413 +msgid "TNEF message" +msgstr "TNEF-viesti" + +#: ../freedesktop.org.xml.in.h:414 +msgid "TSV document" +msgstr "TSV-asiakirja" + +#: ../freedesktop.org.xml.in.h:415 +msgid "Tar archive" +msgstr "Tar-arkisto" + +#: ../freedesktop.org.xml.in.h:416 +msgid "Tar archive (LZMA-compressed)" +msgstr "Tar-arkisto (LZMA-pakattu)" + +#: ../freedesktop.org.xml.in.h:417 +msgid "Tar archive (LZO-compressed)" +msgstr "Tar-arkisto (LZO-pakattu)" + +#: ../freedesktop.org.xml.in.h:418 +msgid "Tar archive (bzip-compressed)" +msgstr "Tar-arkisto (bzip-pakattu)" + +#: ../freedesktop.org.xml.in.h:419 +msgid "Tar archive (compressed)" +msgstr "Tar-arkisto (pakattu)" + +#: ../freedesktop.org.xml.in.h:420 +msgid "Tar archive (gzip-compressed)" +msgstr "Tar-arkisto (gzip-pakattu)" + +#: ../freedesktop.org.xml.in.h:421 +msgid "Tcl script" +msgstr "Tcl-komentotiedosto" + +#: ../freedesktop.org.xml.in.h:422 +msgid "TeX DVI document" +msgstr "TeX DVI -asiakirja" + +#: ../freedesktop.org.xml.in.h:423 +msgid "TeX DVI document (bzip-compressed)" +msgstr "TeX DVI -asiakirja (bzip-pakattu)" + +#: ../freedesktop.org.xml.in.h:424 +msgid "TeX DVI document (gzip-compressed)" +msgstr "TeX DVI -asiakirja (gzip-pakattu)" + +#: ../freedesktop.org.xml.in.h:425 +msgid "TeX document" +msgstr "TeX-asiakirja" + +#: ../freedesktop.org.xml.in.h:426 +msgid "TeX font" +msgstr "TeX-kirjasin" + +#: ../freedesktop.org.xml.in.h:427 +msgid "TeX font metrics" +msgstr "TeX-kirjasinmitat" + +#: ../freedesktop.org.xml.in.h:428 +msgid "TeXInfo document" +msgstr "TeXInfo-asiakirja" + +#: ../freedesktop.org.xml.in.h:429 +msgid "ToutDoux document" +msgstr "ToutDoux-asiakirja" + +#: ../freedesktop.org.xml.in.h:430 +msgid "Troff ME input document" +msgstr "Troff ME -syöteasiakirja" + +#: ../freedesktop.org.xml.in.h:431 +msgid "Troff MM input document" +msgstr "Troff MM -syöteasiakirja" + +#: ../freedesktop.org.xml.in.h:432 +msgid "Troff MS input document" +msgstr "Troff MS -syöteasiakirja" + +#: ../freedesktop.org.xml.in.h:433 +msgid "Troff document" +msgstr "Troff-asiakirja" + +#: ../freedesktop.org.xml.in.h:434 +msgid "Troff document (with manpage macros)" +msgstr "Troff-asiakirja (man-sivu-makroilla)" + +#: ../freedesktop.org.xml.in.h:435 +msgid "TrueAudio audio" +msgstr "TrueAudio-ääni" + +#: ../freedesktop.org.xml.in.h:436 +msgid "TrueType XML font" +msgstr "TrueType-XML-kirjasin" + +#: ../freedesktop.org.xml.in.h:437 +msgid "TrueType font" +msgstr "TrueType-kirjasin" + +#: ../freedesktop.org.xml.in.h:438 +msgid "UFRaw ID image" +msgstr "UFRaw ID -kuva" + +#: ../freedesktop.org.xml.in.h:439 +msgid "ULAW (Sun) audio" +msgstr "ULAW (Sun) -ääni" + +#: ../freedesktop.org.xml.in.h:440 +msgid "UNIX-compressed file" +msgstr "UNIX-pakattu tiedosto" + +#: ../freedesktop.org.xml.in.h:441 +msgid "Unidata NetCDF document" +msgstr "Unidata NetCDF -asiakirja" + +#: ../freedesktop.org.xml.in.h:442 +msgid "Usenet news message" +msgstr "nyyssiviesti" + +#: ../freedesktop.org.xml.in.h:443 +msgid "Ustar archive" +msgstr "Ustar-arkisto" + +#: ../freedesktop.org.xml.in.h:444 +msgid "V font" +msgstr "V-kirjasin" + +#: ../freedesktop.org.xml.in.h:445 +msgid "VCS/ICS calendar" +msgstr "VCS/ICS-kalenteri" + +#: ../freedesktop.org.xml.in.h:446 +msgid "VHDL document" +msgstr "VHDF-asiakirja" + +#: ../freedesktop.org.xml.in.h:447 +msgid "VOC audio" +msgstr "VOC-ääni" + +#: ../freedesktop.org.xml.in.h:448 +msgid "VRML document" +msgstr "VRML-asiakirja" + +#: ../freedesktop.org.xml.in.h:449 +msgid "Vala source code" +msgstr "Vala-lähdekoodi" + +#. http://en.wikipedia.org/wiki/Video_CD +#. http://www.herongyang.com/CD-DVD/VCD-Movie-File-Directory-Structure.html +#: ../freedesktop.org.xml.in.h:452 +msgid "Video CD" +msgstr "Video CD" + +#: ../freedesktop.org.xml.in.h:453 +msgid "Vivo video" +msgstr "Vivo-video" + +#: ../freedesktop.org.xml.in.h:454 +msgid "WAIS source code" +msgstr "WAIS-lähdekoodi" + +#: ../freedesktop.org.xml.in.h:455 +msgid "WAV audio" +msgstr "WAV-ääni" + +#: ../freedesktop.org.xml.in.h:456 +msgid "WBMP image" +msgstr "WBMP-kuva" + +#: ../freedesktop.org.xml.in.h:457 +msgid "WMF image" +msgstr "WMF-kuva" + +#: ../freedesktop.org.xml.in.h:458 +msgid "WML document" +msgstr "WML-asiakirja" + +#: ../freedesktop.org.xml.in.h:459 +msgid "WMLScript program" +msgstr "WMLScript-ohjelma" + +#: ../freedesktop.org.xml.in.h:460 +msgid "WRI document" +msgstr "WRI-asiakirja" + +#: ../freedesktop.org.xml.in.h:461 +msgid "WavPack audio" +msgstr "WavPack-ääni" + +#: ../freedesktop.org.xml.in.h:462 +msgid "WavPack audio correction file" +msgstr "WavPack-äänikorjaustiedosto" + +#: ../freedesktop.org.xml.in.h:463 +msgid "Wavelet video" +msgstr "Wavelet-video" + +#: ../freedesktop.org.xml.in.h:464 +msgid "Windows BMP image" +msgstr "Windows BMP -kuva" + +#: ../freedesktop.org.xml.in.h:465 +msgid "Windows Installer package" +msgstr "Windows-asennuspaketti" + +#: ../freedesktop.org.xml.in.h:466 +msgid "Windows Media Station file" +msgstr "Windows Media Station-tiedosto" + +#: ../freedesktop.org.xml.in.h:467 +msgid "Windows Media audio" +msgstr "Windows Media -ääni" + +#: ../freedesktop.org.xml.in.h:468 +msgid "Windows Media video" +msgstr "Windows Media -video" + +#: ../freedesktop.org.xml.in.h:469 +msgid "Windows Registry extract" +msgstr "Windows-rekisteritietue" + +#: ../freedesktop.org.xml.in.h:470 +msgid "Windows animated cursor" +msgstr "animoitu Windows-osoitin" + +#: ../freedesktop.org.xml.in.h:471 +msgid "Windows cursor" +msgstr "Windows-osoitin" + +#: ../freedesktop.org.xml.in.h:472 +msgid "Word document" +msgstr "Word-asiakirja" + +#: ../freedesktop.org.xml.in.h:473 +msgid "Word template" +msgstr "Word-malli" + +#: ../freedesktop.org.xml.in.h:474 +msgid "WordPerfect document" +msgstr "WordPerfect-asiakirja" + +#: ../freedesktop.org.xml.in.h:475 +msgid "WordPerfect/Drawperfect image" +msgstr "WordPerfect/Drawperfect-kuva" + +#: ../freedesktop.org.xml.in.h:476 +msgid "X window image" +msgstr "X-ikkunakuva" + +#: ../freedesktop.org.xml.in.h:477 +msgid "X-Motif UIL table" +msgstr "X-Motif UIL -taulukko" + +#: ../freedesktop.org.xml.in.h:478 +msgid "X11 cursor" +msgstr "X11-osoitin" + +#: ../freedesktop.org.xml.in.h:479 +msgid "XBEL bookmarks" +msgstr "XBEL-kirjanmerkit" + +#: ../freedesktop.org.xml.in.h:480 +msgid "XBM image" +msgstr "XBM-kuva" + +#: ../freedesktop.org.xml.in.h:481 +msgid "XFig image" +msgstr "XFig-kuva" + +#: ../freedesktop.org.xml.in.h:482 +msgid "XHTML page" +msgstr "XHTML-sivu" + +#: ../freedesktop.org.xml.in.h:483 +msgid "XLIFF translation file" +msgstr "XLIFF-käännöstiedosto" + +#: ../freedesktop.org.xml.in.h:484 +msgid "XMCD CD database" +msgstr "XMCD CD -tietokanta" + +#: ../freedesktop.org.xml.in.h:485 +msgid "XMF audio" +msgstr "XMF-ääni" + +#: ../freedesktop.org.xml.in.h:486 +msgid "XMI file" +msgstr "XMI-tiedosto" + +#: ../freedesktop.org.xml.in.h:487 +msgid "XML document" +msgstr "XML-asiakirja" + +#: ../freedesktop.org.xml.in.h:488 +msgid "XML entities document" +msgstr "XML-entiteettiasiakirja" + +#: ../freedesktop.org.xml.in.h:489 +msgid "XPM image" +msgstr "XPM-kuva" + +#: ../freedesktop.org.xml.in.h:490 +msgid "XPS document" +msgstr "XPS-asiakirja" + +#: ../freedesktop.org.xml.in.h:491 +msgid "XSL FO file" +msgstr "XSL FO -tiedosto" + +#: ../freedesktop.org.xml.in.h:492 +msgid "XSLT stylesheet" +msgstr "XSLT-tyylitiedosto" + +#: ../freedesktop.org.xml.in.h:493 +msgid "XSPF playlist" +msgstr "XSPF-soittolista" + +#: ../freedesktop.org.xml.in.h:494 +msgid "XUL document" +msgstr "XUL-asiakirja" + +#: ../freedesktop.org.xml.in.h:495 +msgid "XUL interface document" +msgstr "XUL-käyttöliittymäasiakirja" + +#: ../freedesktop.org.xml.in.h:496 +msgid "Xbase document" +msgstr "Xbase-asiakirja" + +#: ../freedesktop.org.xml.in.h:497 +msgid "Zip archive" +msgstr "Zip-arkisto" + +#: ../freedesktop.org.xml.in.h:498 +msgid "Zoo archive" +msgstr "Zoo-arkisto" + +#: ../freedesktop.org.xml.in.h:499 +msgid "application log" +msgstr "sovelluksen lokitiedosto" + +#. http://en.wikipedia.org/wiki/Red_Book_(audio_CD_standard) +#: ../freedesktop.org.xml.in.h:501 +msgid "audio CD" +msgstr "ääni-CD" + +#. http://en.wikipedia.org/wiki/DVD-Audio +#: ../freedesktop.org.xml.in.h:503 +msgid "audio DVD" +msgstr "ääni-DVD" + +#: ../freedesktop.org.xml.in.h:504 +msgid "author credits" +msgstr "tekijöiden kiitokset" + +#: ../freedesktop.org.xml.in.h:505 +msgid "author list" +msgstr "tekijäluettelo" + +#: ../freedesktop.org.xml.in.h:506 +msgid "backup file" +msgstr "varmuuskopio" + +#. http://en.wikipedia.org/wiki/Blu-ray_Disc +#: ../freedesktop.org.xml.in.h:508 +msgid "blank Blu-ray disc" +msgstr "tyhjä Blu-ray-levy" + +#. http://en.wikipedia.org/wiki/Compact_Disc +#: ../freedesktop.org.xml.in.h:510 +msgid "blank CD disc" +msgstr "tyhjä CD-levy" + +#. http://en.wikipedia.org/wiki/DVD +#: ../freedesktop.org.xml.in.h:512 +msgid "blank DVD disc" +msgstr "tyhjä DVD-levy" + +#. http://en.wikipedia.org/wiki/HD_DVD +#: ../freedesktop.org.xml.in.h:514 +msgid "blank HD DVD disc" +msgstr "tyhjä HD DVD -levy" + +#: ../freedesktop.org.xml.in.h:515 +msgid "block device" +msgstr "laitetiedosto" + +#: ../freedesktop.org.xml.in.h:516 +msgid "character device" +msgstr "merkkilaite" + +#: ../freedesktop.org.xml.in.h:517 +msgid "comic book archive" +msgstr "sarjakuva-arkisto" + +#: ../freedesktop.org.xml.in.h:518 +msgid "compound document" +msgstr "yhdisteasiakirja" + +#: ../freedesktop.org.xml.in.h:519 +msgid "compound documents" +msgstr "yhdisteasiakirjat" + +#: ../freedesktop.org.xml.in.h:520 +msgid "compressed GIMP image" +msgstr "pakattu GIMP-kuva" + +#: ../freedesktop.org.xml.in.h:521 +msgid "compressed SVG image" +msgstr "pakattu SVG-kuva" + +#: ../freedesktop.org.xml.in.h:522 +msgid "compressed Tracker audio" +msgstr "pakattu Tracker-ääni" + +#: ../freedesktop.org.xml.in.h:523 +msgid "desktop configuration file" +msgstr "työpöydän asetustiedosto" + +#: ../freedesktop.org.xml.in.h:524 +msgid "detached OpenPGP signature" +msgstr "erillinen OpenPGP-allekirjoitus" + +#: ../freedesktop.org.xml.in.h:525 +msgid "detached S/MIME signature" +msgstr "erillinen S/MIME-allekirjoitus" + +#: ../freedesktop.org.xml.in.h:526 +msgid "differences between files" +msgstr "tiedostojen väliset erot" + +#. http://en.wikipedia.org/wiki/Design_rule_for_Camera_File_system +#: ../freedesktop.org.xml.in.h:528 +msgid "digital photos" +msgstr "digivalokuvia" + +#: ../freedesktop.org.xml.in.h:529 +msgid "digital raw image" +msgstr "digitaalinen raakakuva" + +#: ../freedesktop.org.xml.in.h:530 +msgid "eMusic download package" +msgstr "eMusic-imurointipaketti" + +#: ../freedesktop.org.xml.in.h:531 +msgid "electronic book document" +msgstr "elektroninen kirja" + +#: ../freedesktop.org.xml.in.h:532 +msgid "electronic business card" +msgstr "sähköinen käyntikortti" + +#: ../freedesktop.org.xml.in.h:533 +msgid "email headers" +msgstr "sähköpostiotsakkeet" + +#: ../freedesktop.org.xml.in.h:534 +msgid "email message" +msgstr "sähköpostiviesti" + +#: ../freedesktop.org.xml.in.h:535 +msgid "empty document" +msgstr "tyhjä asiakirja" + +#: ../freedesktop.org.xml.in.h:536 +msgid "encrypted message" +msgstr "salattu viesti" + +#: ../freedesktop.org.xml.in.h:537 +msgid "enriched text document" +msgstr "rikastettu tekstiasiakirja" + +#: ../freedesktop.org.xml.in.h:538 +msgid "executable" +msgstr "suoritettava ohjelma" + +#: ../freedesktop.org.xml.in.h:539 +msgid "folder" +msgstr "kansio" + +#: ../freedesktop.org.xml.in.h:540 +msgid "generic font file" +msgstr "yleinen kirjasintiedosto" + +#: ../freedesktop.org.xml.in.h:541 +msgid "help page" +msgstr "ohjesivu" + +#: ../freedesktop.org.xml.in.h:542 +msgid "iMelody ringtone" +msgstr "iMelody-soittoääni" + +#: ../freedesktop.org.xml.in.h:543 +msgid "iPod firmware" +msgstr "iPod-laiteohjelmisto" + +#: ../freedesktop.org.xml.in.h:544 +msgid "iRiver Playlist" +msgstr "iRiver-soittolista" + +#: ../freedesktop.org.xml.in.h:545 +msgid "installation instructions" +msgstr "asennusohjeet" + +#: ../freedesktop.org.xml.in.h:546 +msgid "iptables configuration file" +msgstr "iptables-asetustiedosto" + +#: ../freedesktop.org.xml.in.h:547 +msgid "libtool shared library" +msgstr "jaettu libtool-kirjasto" + +#: ../freedesktop.org.xml.in.h:548 +msgid "license terms" +msgstr "lisenssiehdot" + +#: ../freedesktop.org.xml.in.h:549 +msgid "mail delivery report" +msgstr "viestin jakeluilmoitus" + +#: ../freedesktop.org.xml.in.h:550 +msgid "mail disposition report" +msgstr "viestin kuittausilmoitus" + +#: ../freedesktop.org.xml.in.h:551 +msgid "mail system report" +msgstr "viestijärjestelmän ilmoitus" + +#: ../freedesktop.org.xml.in.h:552 +msgid "mailbox file" +msgstr "mailbox-tiedosto" + +#: ../freedesktop.org.xml.in.h:553 +msgid "manual page (compressed)" +msgstr "manuaalisivu (pakattu)" + +#: ../freedesktop.org.xml.in.h:554 +msgid "message catalog" +msgstr "viestiluettelo" + +#: ../freedesktop.org.xml.in.h:555 +msgid "message digest" +msgstr "viestikokoelma" + +#: ../freedesktop.org.xml.in.h:556 +msgid "message in several formats" +msgstr "viesti useissa muodoissa" + +#: ../freedesktop.org.xml.in.h:557 +msgid "mount point" +msgstr "liitospiste" + +#: ../freedesktop.org.xml.in.h:558 +msgid "object code" +msgstr "objektikoodi" + +#: ../freedesktop.org.xml.in.h:559 +msgid "packed font file" +msgstr "pakattu kirjasintiedosto" + +#: ../freedesktop.org.xml.in.h:560 +msgid "partial email message" +msgstr "osittainen sähköpostiviesti" + +#: ../freedesktop.org.xml.in.h:561 +msgid "pipe" +msgstr "putki" + +#: ../freedesktop.org.xml.in.h:562 +msgid "plain text document" +msgstr "perustekstiasiakirja" + +#. see fd.o hal spec +#: ../freedesktop.org.xml.in.h:564 +msgid "portable audio player" +msgstr "siirrettävä äänisoitin" + +#: ../freedesktop.org.xml.in.h:565 +msgid "profiler results" +msgstr "profilointitulokset" + +#: ../freedesktop.org.xml.in.h:566 +msgid "program crash data" +msgstr "ohjelman kaatumistiedot" + +#: ../freedesktop.org.xml.in.h:567 +msgid "raw CD image" +msgstr "raaka CD-vedos" + +#: ../freedesktop.org.xml.in.h:568 +msgid "reference to remote file" +msgstr "viittaus etätiedostoon" + +#: ../freedesktop.org.xml.in.h:569 +msgid "rejected patch" +msgstr "hylättyjen muutosten tiedosto" + +#: ../freedesktop.org.xml.in.h:570 +msgid "resource location" +msgstr "resurssisijainti" + +#: ../freedesktop.org.xml.in.h:571 +msgid "rich text document" +msgstr "RTF-asiakirja" + +#: ../freedesktop.org.xml.in.h:572 +msgid "shared library" +msgstr "jaettu kirjasto" + +#: ../freedesktop.org.xml.in.h:573 +msgid "shell archive" +msgstr "komentotulkkiarkisto" + +#: ../freedesktop.org.xml.in.h:574 +msgid "shell script" +msgstr "komentotulkin komentotiedosto" + +#: ../freedesktop.org.xml.in.h:575 +msgid "signed message" +msgstr "allekirjoitettu viesti" + +#: ../freedesktop.org.xml.in.h:576 +msgid "socket" +msgstr "pistoke" + +#. http://standards.freedesktop.org/autostart-spec/autostart-spec-latest.html +#. http://bugzilla.gnome.org/show_bug.cgi?id=509823#c3 +#: ../freedesktop.org.xml.in.h:579 +msgid "software" +msgstr "ohjelmisto" + +#: ../freedesktop.org.xml.in.h:580 +msgid "spreadsheet interchange document" +msgstr "taulukkovälitysasiakirja" + +#: ../freedesktop.org.xml.in.h:581 +msgid "stream of data (server push)" +msgstr "tietovirta (palvelin työntää)" + +#: ../freedesktop.org.xml.in.h:582 +msgid "symbolic link" +msgstr "symbolinen linkki" + +#: ../freedesktop.org.xml.in.h:583 +msgid "theme" +msgstr "teema" + +#: ../freedesktop.org.xml.in.h:584 +msgid "translated messages (machine-readable)" +msgstr "käännetyt viestit (koneluettava)" + +#: ../freedesktop.org.xml.in.h:585 +msgid "translation file" +msgstr "käännöstiedosto" + +#: ../freedesktop.org.xml.in.h:586 +msgid "translation template" +msgstr "käännösmalli" + +#: ../freedesktop.org.xml.in.h:587 +msgid "txt2tags document" +msgstr "txt2tags-asiakirja" + +#: ../freedesktop.org.xml.in.h:588 +msgid "unknown" +msgstr "tuntematon" + +#. http://en.wikipedia.org/wiki/DVD-Video +#: ../freedesktop.org.xml.in.h:590 +msgid "video DVD" +msgstr "video-DVD" + +#~ msgid "Speech document" +#~ msgstr "Speech-asiakirja" + +#~ msgid "GTK+ configuration" +#~ msgstr "GTK+-asetukset" + +#~ msgid "CGI script" +#~ msgstr "CGI-komentotiedosto" + +#~ msgid "Macintosh StuffIt archive" +#~ msgstr "Macintosh StuffIt -arkisto" + +#~ msgid "shared library (la)" +#~ msgstr "jaettu kirjasto (la)" + +#~ msgid "GIMP image (compressed)" +#~ msgstr "GIMP-kuva (pakattu)" + +#~ msgid "NSV video" +#~ msgstr "NSV-video" + +#~ msgid "Playlist" +#~ msgstr "soittolista" + +#~ msgid "QT video" +#~ msgstr "QT-video" + +#~ msgid "SUN Rasterfile image" +#~ msgstr "SUN-rasterikuva" + +#~ msgid "WMA audio" +#~ msgstr "WMA-ääni" + +#~ msgid "WMV video" +#~ msgstr "WMV-video" + +#~ msgid "ZIP archive" +#~ msgstr "ZIP-arkisto" + +#~ msgid "font" +#~ msgstr "kirjasin" + +#~ msgid "gtar archive" +#~ msgstr "gtar-arkisto" + +#~ msgid "gzip archive" +#~ msgstr "gzip-arkisto" + +#~ msgid "subtitle file" +#~ msgstr "tekstitystiedosto" + +#~ msgid "tar archive" +#~ msgstr "tar-arkisto" + +#~ msgid "translation" +#~ msgstr "käännös" + +#~ msgid "QT image" +#~ msgstr "QT-kuva" + +#~ msgid "Netscape bookmarks" +#~ msgstr "Netscape-kirjanmerkit" + +#~ msgid "OpenOffice Calc" +#~ msgstr "OpenOffice Calc" + +#~ msgid "OpenOffice Impress" +#~ msgstr "OpenOffice Impress" + +#~ msgid "OpenOffice Writer" +#~ msgstr "OpenOffice Writer" + +#~ msgid "OpenOffice Writer global" +#~ msgstr "OpenOffice Writer -globaali" + +#~ msgid "WMF document" +#~ msgstr "WMF-asiakirja" + +#~ msgid "Andrew Toolkit inset" +#~ msgstr "Andrew Toolkit -osio" + +#~ msgid "AutoDesk FLIC animation" +#~ msgstr "AutoDesk FLIC -animaatio" + +#~ msgid "Bibtex bibliographic data" +#~ msgstr "Bibtex-kirjallisuusviittaustiedot" + +#~ msgid "C source code header" +#~ msgstr "C-lähdekoodiotsake" + +#~ msgid "C++ source code header" +#~ msgstr "C++-lähdekoodiotsake" + +#~ msgid "Cascading Style Sheet" +#~ msgstr "CSS-tyylisäännöstö" + +#~ msgid "Device Independant Bitmap" +#~ msgstr "laiteriippumaton bittikartta" + +#~ msgid "Digital Imaging and Communications in Medicine image" +#~ msgstr "Digital Imaging and Communications in Medicine -kuva" + +#~ msgid "Digital Moving Picture Exchange image" +#~ msgstr "Digital Moving Picture Exchange -kuva" + +#~ msgid "Encapsulated PostScript image" +#~ msgstr "kapsuloitu PostScript-kuva" + +#~ msgid "Flexible Image Transport System" +#~ msgstr "Flexible Image Transport System" + +#~ msgid "HP Graphics Language (plotter)" +#~ msgstr "HP-grafiikkakieli (plotter)" + +#~ msgid "HP Printer Control Language file" +#~ msgstr "HP:n tulostimenohjauskielitiedosto" + +#~ msgid "HTML page" +#~ msgstr "HTML-sivu" + +#~ msgid "Java Network Launched Application" +#~ msgstr "Verkosta käynnistettävä Java-sovellus" + +#~ msgid "Literate haskell source code" +#~ msgstr "Literate haskell -lähdekoodi" + +#~ msgid "Microsoft AVI video" +#~ msgstr "Microsoft AVI -video" + +#~ msgid "Microsoft WMF file" +#~ msgstr "Microsoft WMF -tiedosto" + +#~ msgid "Microsoft WMV video" +#~ msgstr "Microsoft WMV -video" + +#~ msgid "Microsoft Windows icon" +#~ msgstr "Microsoft Windows -kuvake" + +#~ msgid "Microsoft Write document" +#~ msgstr "Microsoft Write -asiakirja" + +#~ msgid "OpenDocument Chart" +#~ msgstr "OpenDocument-kaavio" + +#~ msgid "OpenDocument Database" +#~ msgstr "OpenDocument-tietokanta" + +#~ msgid "OpenDocument Drawing" +#~ msgstr "OpenDocument-piirros" + +#~ msgid "OpenDocument Drawing Template" +#~ msgstr "OpenDocument-piirrosmalli" + +#~ msgid "OpenDocument Formula" +#~ msgstr "OpenDocument-kaava" + +#~ msgid "OpenDocument Image" +#~ msgstr "OpenDocument-kuva" + +#~ msgid "OpenDocument Master Document" +#~ msgstr "OpenDocument-perusasiakirja" + +#~ msgid "OpenDocument Presentation" +#~ msgstr "OpenDocument-esitys" + +#~ msgid "OpenDocument Presentation Template" +#~ msgstr "OpenDocument-esitysmalli" + +#~ msgid "OpenDocument Spreadsheet" +#~ msgstr "OpenDocument-taulukko" + +#~ msgid "OpenDocument Spreadsheet Template" +#~ msgstr "OpenDocument-taulukkomalli" + +#~ msgid "OpenDocument Text" +#~ msgstr "OpenDocument-teksti" + +#~ msgid "OpenDocument Text Template" +#~ msgstr "OpenDocument-tekstimalli" + +#~ msgid "OpenOffice.org Draw drawing template" +#~ msgstr "OpenOffice.org Draw -piirrosmalli" + +#~ msgid "OpenOffice.org Writer document template" +#~ msgstr "OpenOffice.org Writer -asiakirjamalli" + +#~ msgid "Palmpilot database/document" +#~ msgstr "Palmpilot-tietokanta/asiakirja" + +#~ msgid "Photoshop image" +#~ msgstr "Photoshop-kuva" + +#~ msgid "Portable Bitmap File Format" +#~ msgstr "siirrettävä bittikarttatiedostomuoto" + +#~ msgid "Portable Graymap File Format" +#~ msgstr "siirrettävä harmaasävytiedostomuoto" + +#~ msgid "Portable Pixmap File Format" +#~ msgstr "siirrettävä pikselikarttatiedostomuoto" + +#~ msgid "RealAudio broadcast" +#~ msgstr "RealAudio-yleislähetys" + +#~ msgid "RealVideo video" +#~ msgstr "RealVideo-video" + +#~ msgid "Resource Description Framework (RDF) file" +#~ msgstr "Resource Description Framework (RDF) -tiedosto" + +#~ msgid "Rich Text Format" +#~ msgstr "RTF-asiakirja" + +#~ msgid "Silicon Graphics IRIS image" +#~ msgstr "Silicon Graphics IRIS -kuva" + +#~ msgid "Synchronized Multimedia Integration Language" +#~ msgstr "Synchronized Multimedia Integration Language" + +#~ msgid "Truevision Targa image" +#~ msgstr "Truevision Targa -kuva" + +#~ msgid "X PixMap image" +#~ msgstr "X PixMap -kuva" + +#~ msgid "XML Metadata Interchange file" +#~ msgstr "XML Metadata Interchange -tiedosto" + +#~ msgid "XSL Formating Object file" +#~ msgstr "XSL-muotoiluobjektitiedosto" + +#~ msgid "active server page" +#~ msgstr "aktiivinen palvelinsivu" + +#~ msgid "dBASE document" +#~ msgstr "dBASE-asiakirja" + +#~ msgid "document type definition" +#~ msgstr "asiakirjatyypin määritelmä" + +#~ msgid "eXtensible Markup Language document" +#~ msgstr "laajennettava merkintäkielinen asiakirja (XML)" + +#~ msgid "scalable SVG image" +#~ msgstr "skaalautuva SVG-kuva" + +#~ msgid "text document (with comma-separated values)" +#~ msgstr "tekstiasiakirja (pilkuin eroteltuja arvoja)" + +#~ msgid "text document (with tab-separated values)" +#~ msgstr "tekstiasiakirja (sarkaimin eroteltuja arvoja)" + +#~ msgid "translated messages" +#~ msgstr "käännettyjä viestejä" + +#~ msgid "vCalendar interchange file" +#~ msgstr "vCalendar-välitystiedosto" + +#~ msgid "Korn shell script" +#~ msgstr "Ksh-komentotiedosto" + +#~ msgid "directory information file" +#~ msgstr "hakemistoinfotiedosto" + +#~ msgid "iCalendar file" +#~ msgstr "iCalendar-tiedosto" + +#~ msgid "Ada sources" +#~ msgstr "Ada-lähdekoodi" + +#~ msgid "Ar Archives" +#~ msgstr "Ar-arkistot" + +#~ msgid "Autodesk's FLIC files" +#~ msgstr "Autodeskin FLIC -tiedostot" + +#~ msgid "Bzip file" +#~ msgstr "Bzip-tiedosto" + +#~ msgid "Bzipped Tar Archives" +#~ msgstr "Bzip-pakattu Tar-arkisto" + +#~ msgid "C sources" +#~ msgstr "C-lähdekoodi" + +#~ msgid "C++ sources" +#~ msgstr "C++-lähdekoodi" + +#~ msgid "CGI program" +#~ msgstr "CGI-ohjelma" + +#~ msgid "Compound documents" +#~ msgstr "yhdisteasiakirjat" + +#~ msgid "DOS/Windows program" +#~ msgstr "DOS/Windows-ohjelma" + +#~ msgid "Directory" +#~ msgstr "hakemisto" + +#~ msgid "Fonts" +#~ msgstr "kirjasimet" + +#~ msgid "GIMP native image format" +#~ msgstr "GIMP:n luontainen kuvamuoto" + +#~ msgid "GnuCash Workbook" +#~ msgstr "GnuCash-työkirja" + +#~ msgid "Gzipped PostScript File" +#~ msgstr "gzip-pakattu PostScript-tiedosto" + +#~ msgid "Gzipped Tar Archive" +#~ msgstr "gzip-pakattu Tar-arkisto" + +#~ msgid "KPresenter" +#~ msgstr "KPresenter-esitys" + +#~ msgid "KSpread" +#~ msgstr "KSpread-taulukko" + +#~ msgid "KWord" +#~ msgstr "KWord-asiakirja" + +#~ msgid "Karbon14 Document" +#~ msgstr "Karbon14-asiakirja" + +#~ msgid "Kivio" +#~ msgstr "Kivio-vuokaavio" + +#~ msgid "Kontour" +#~ msgstr "Kontour-vektorikuva" + +#~ msgid "Krita" +#~ msgstr "Krita" + +#~ msgid "Kugar Data File" +#~ msgstr "Kugar-datatiedosto" + +#~ msgid "Lha Archives" +#~ msgstr "LHA-arkisto" + +#~ msgid "Lzopped File" +#~ msgstr "LZO-pakattu tiedosto" + +#~ msgid "Lzopped Tar Archive" +#~ msgstr "LZO-pakattu Tar-arkisto" + +#~ msgid "MNG image" +#~ msgstr "MNG-kuva" + +#~ msgid "MPEG layer 3 audio" +#~ msgstr "MPEG layer 3 -ääni" + +#~ msgid "MSX rom" +#~ msgstr "MSX-ROM" + +#~ msgid "NES rom" +#~ msgstr "NES-ROM" + +#~ msgid "PEF program" +#~ msgstr "PEF-ohjelma" + +#~ msgid "PERL program" +#~ msgstr "PERL-ohjelma" + +#~ msgid "Pdf Document" +#~ msgstr "PDF-asiakirja" + +#~ msgid "Photoshop document" +#~ msgstr "Photoshop-asiakirja" + +#~ msgid "Plain Text" +#~ msgstr "perusteksti" + +#~ msgid "Python program" +#~ msgstr "Python-ohjelma" + +#~ msgid "Rar archive" +#~ msgstr "RAR-arkisto" + +#~ msgid "Ruby program" +#~ msgstr "Ruby-ohjelma" + +#~ msgid "SGML" +#~ msgstr "SGML" + +#~ msgid "Scalable Vector Graphics" +#~ msgstr "skaalautuva vektorigrafiikka (SVG)" + +#~ msgid "Streaming MPEG layer 3 audio" +#~ msgstr "virtaava MPEG layer 3 -ääni" + +#~ msgid "TIFF Image" +#~ msgstr "TIFF-kuva" + +#~ msgid "TeX Device Independent file" +#~ msgstr "TeX-laiteriippumaton tiedosto" + +#~ msgid "compressed GIMP document" +#~ msgstr "pakattu GIMP-asiakirja" + +#~ msgid "tab-separated text document" +#~ msgstr "sarkaineroteltu tekstiasiakirja" + +#~ msgid "the location of some resource" +#~ msgstr "jonkin resurssin sijainti" + +#~ msgid "troff me input document" +#~ msgstr "troff me -syöteasiakirja" + +#~ msgid "troff mm input document" +#~ msgstr "troff mm -syöteasiakirja" diff --git a/po/fr.po b/po/fr.po new file mode 100644 index 0000000..30af508 --- /dev/null +++ b/po/fr.po @@ -0,0 +1,2291 @@ +# Messages français pour GNU concernant shared-mime-info. +# Copyright © 2004-2008 Free Software Foundation, Inc. +# This file is distributed under the same license as the shared-mime-info package. +# +# Michel Robitaille , 2004, 2005. +# Claude Paroz , 2007-2008. +# +msgid "" +msgstr "" +"Project-Id-Version: GNU shared-mime-info 0.51\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2008-07-23 12:49+0100\n" +"PO-Revision-Date: 2008-08-22 11:32+0200\n" +"Last-Translator: Claude Paroz \n" +"Language-Team: French \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8-bit\n" + +#: ../freedesktop.org.xml.in.h:1 +msgid "3D Studio image" +msgstr "image 3D Studio" + +#: ../freedesktop.org.xml.in.h:2 +msgid "3GPP multimedia file" +msgstr "fichier multimédia 3GPP" + +#: ../freedesktop.org.xml.in.h:3 +msgid "7-zip archive" +msgstr "archive 7-zip" + +#: ../freedesktop.org.xml.in.h:4 +msgid "ACE archive" +msgstr "archive ACE" + +#: ../freedesktop.org.xml.in.h:5 +msgid "AIFC audio" +msgstr "audio AIFC" + +#: ../freedesktop.org.xml.in.h:6 +msgid "AIFF audio" +msgstr "audio AIFF" + +#: ../freedesktop.org.xml.in.h:7 +msgid "AIFF/Amiga/Mac audio" +msgstr "audio AIFF/Amiga/Mac" + +#: ../freedesktop.org.xml.in.h:8 +msgid "AMR audio" +msgstr "audio AMR" + +#: ../freedesktop.org.xml.in.h:9 +msgid "AMR-WB audio" +msgstr "audio AMR-WB" + +#: ../freedesktop.org.xml.in.h:10 +msgid "ANIM animation" +msgstr "animation ANIM" + +#: ../freedesktop.org.xml.in.h:11 +msgid "AR archive" +msgstr "archive AR" + +#: ../freedesktop.org.xml.in.h:12 +msgid "ARC archive" +msgstr "archive ARC" + +#: ../freedesktop.org.xml.in.h:13 +msgid "ARJ archive" +msgstr "archive ARJ" + +#: ../freedesktop.org.xml.in.h:14 +msgid "ASF video" +msgstr "vidéo ASF" + +#: ../freedesktop.org.xml.in.h:15 +msgid "ASP page" +msgstr "page ASP" + +#: ../freedesktop.org.xml.in.h:16 +msgid "ATK inset" +msgstr "encart ATK" + +#: ../freedesktop.org.xml.in.h:17 +msgid "AVI video" +msgstr "vidéo AVI" + +#: ../freedesktop.org.xml.in.h:18 +msgid "AWK script" +msgstr "script AWK" + +#: ../freedesktop.org.xml.in.h:19 +msgid "AbiWord document" +msgstr "document AbiWord" + +#: ../freedesktop.org.xml.in.h:20 +msgid "Ada source code" +msgstr "code source Ada" + +#: ../freedesktop.org.xml.in.h:21 +msgid "Adobe DNG negative" +msgstr "négatif DNG Adobe" + +#: ../freedesktop.org.xml.in.h:22 +msgid "Adobe FrameMaker MIF document" +msgstr "document MIF Adobe FrameMaker" + +#: ../freedesktop.org.xml.in.h:23 +msgid "Adobe FrameMaker document" +msgstr "document Adobe FrameMaker" + +#: ../freedesktop.org.xml.in.h:24 +msgid "Adobe FrameMaker font" +msgstr "police Adobe FrameMaker" + +#: ../freedesktop.org.xml.in.h:25 +msgid "Adobe Illustrator document" +msgstr "document Adobe Illustrator" + +#: ../freedesktop.org.xml.in.h:26 +msgid "Adobe font metrics" +msgstr "métriques de police Adobe" + +#: ../freedesktop.org.xml.in.h:27 +msgid "Alzip archive" +msgstr "archive alzip" + +#: ../freedesktop.org.xml.in.h:28 +msgid "Amiga SoundTracker audio" +msgstr "audio SoundTracker Amiga" + +#: ../freedesktop.org.xml.in.h:29 +msgid "Applix Graphics image" +msgstr "image Applix Graphics" + +#: ../freedesktop.org.xml.in.h:30 +msgid "Applix Spreadsheets spreadsheet" +msgstr "feuille de calcul Applix" + +#: ../freedesktop.org.xml.in.h:31 +msgid "Applix Words document" +msgstr "document Applix Words" + +#: ../freedesktop.org.xml.in.h:32 +msgid "Atom syndication feed" +msgstr "fil de syndication Atom" + +#: ../freedesktop.org.xml.in.h:33 +msgid "AutoCAD image" +msgstr "image AutoCAD" + +#: ../freedesktop.org.xml.in.h:34 +msgid "BCPIO document" +msgstr "document BCPIO" + +#: ../freedesktop.org.xml.in.h:35 +msgid "BDF font" +msgstr "police BDF" + +#: ../freedesktop.org.xml.in.h:36 +msgid "BibTeX document" +msgstr "document BibTeX" + +#: ../freedesktop.org.xml.in.h:37 +msgid "BitTorrent seed file" +msgstr "fichier graine BitTorrent" + +#: ../freedesktop.org.xml.in.h:38 +msgid "Blender scene" +msgstr "scène Blender" + +#. http://en.wikipedia.org/wiki/Blu-ray_Disc +#. http://www.blu-raydisc.com/Section-13470/Section-13890/Index.html +#: ../freedesktop.org.xml.in.h:41 +msgid "Blu-ray video disc" +msgstr "disque vidéo Blu-Ray" + +#: ../freedesktop.org.xml.in.h:42 +msgid "Bzip archive" +msgstr "archive bzip" + +#: ../freedesktop.org.xml.in.h:43 +msgid "C header" +msgstr "en-tête C" + +#: ../freedesktop.org.xml.in.h:44 +msgid "C shell script" +msgstr "script C shell" + +#: ../freedesktop.org.xml.in.h:45 +msgid "C source code" +msgstr "code source C" + +#: ../freedesktop.org.xml.in.h:46 +msgid "C# source code" +msgstr "code source C#" + +#: ../freedesktop.org.xml.in.h:47 +msgid "C++ header" +msgstr "en-tête C++" + +#: ../freedesktop.org.xml.in.h:48 +msgid "C++ source code" +msgstr "code source C++" + +#: ../freedesktop.org.xml.in.h:49 +msgid "CCITT G3 fax" +msgstr "télécopie G3 CCITT" + +#: ../freedesktop.org.xml.in.h:50 +msgid "CD Table Of Contents" +msgstr "table des matières de CD" + +#: ../freedesktop.org.xml.in.h:51 +msgid "CD image cuesheet" +msgstr "index de pistes de CD" + +#: ../freedesktop.org.xml.in.h:52 +msgid "CHM document" +msgstr "document CHM" + +#: ../freedesktop.org.xml.in.h:53 +msgid "CMU raster image" +msgstr "image raster CMU" + +#: ../freedesktop.org.xml.in.h:54 +msgid "CMake source code" +msgstr "code source CMake" + +#: ../freedesktop.org.xml.in.h:55 +msgid "CPIO archive" +msgstr "archive CPIO" + +#: ../freedesktop.org.xml.in.h:56 +msgid "CPIO archive (gzip-compressed)" +msgstr "archive CPIO (compressé gzip)" + +#: ../freedesktop.org.xml.in.h:57 +msgid "CSS stylesheet" +msgstr "feuille de style CSS" + +#: ../freedesktop.org.xml.in.h:58 +msgid "CSV document" +msgstr "document CSV" + +#: ../freedesktop.org.xml.in.h:59 +msgid "Canon CR2 raw image" +msgstr "image brute CR2 Canon" + +#: ../freedesktop.org.xml.in.h:60 +msgid "Canon CRW raw image" +msgstr "image brute CRW Canon" + +#: ../freedesktop.org.xml.in.h:61 +msgid "ChangeLog document" +msgstr "document ChangeLog" + +#: ../freedesktop.org.xml.in.h:62 +msgid "Cisco VPN Settings" +msgstr "paramètres VPN Cisco" + +#: ../freedesktop.org.xml.in.h:63 +msgid "Citrix ICA settings file" +msgstr "fichier de paramètres ICA Citrix" + +#: ../freedesktop.org.xml.in.h:64 +msgid "Commodore 64 audio" +msgstr "audio Commodore 64" + +#: ../freedesktop.org.xml.in.h:65 +msgid "Computer Graphics Metafile" +msgstr "métafichier Computer Graphics" + +#: ../freedesktop.org.xml.in.h:66 +msgid "Corel Draw drawing" +msgstr "dessin Corel Draw" + +#: ../freedesktop.org.xml.in.h:67 +msgid "D source code" +msgstr "code source D" + +#: ../freedesktop.org.xml.in.h:68 +msgid "DAR archive" +msgstr "archive DAR" + +#: ../freedesktop.org.xml.in.h:69 +msgid "DCL script" +msgstr "script DCL" + +#: ../freedesktop.org.xml.in.h:70 +msgid "DER/PEM/Netscape-encoded X.509 certificate" +msgstr "certificat X.509 codé DER/PEM/Netscape" + +#: ../freedesktop.org.xml.in.h:71 +msgid "DIB image" +msgstr "image DIB" + +#: ../freedesktop.org.xml.in.h:72 +msgid "DICOM image" +msgstr "image DICOM" + +#: ../freedesktop.org.xml.in.h:73 +msgid "DOS font" +msgstr "police DOS" + +#: ../freedesktop.org.xml.in.h:74 +msgid "DOS/Windows executable" +msgstr "exécutable DOS/Windows" + +#: ../freedesktop.org.xml.in.h:75 +msgid "DPX image" +msgstr "image DPX" + +#: ../freedesktop.org.xml.in.h:76 +msgid "DSSSL document" +msgstr "document DSSSL" + +#: ../freedesktop.org.xml.in.h:77 +msgid "DTD file" +msgstr "fichier DTD" + +#: ../freedesktop.org.xml.in.h:78 +msgid "DV video" +msgstr "vidéo DV" + +#: ../freedesktop.org.xml.in.h:79 +msgid "DXF vector image" +msgstr "image vectorielle DXF" + +#: ../freedesktop.org.xml.in.h:80 +msgid "Debian package" +msgstr "paquet Debian" + +#: ../freedesktop.org.xml.in.h:81 +msgid "Dia diagram" +msgstr "diagramme Dia" + +#: ../freedesktop.org.xml.in.h:82 +msgid "DirectDraw surface" +msgstr "surface DirectDraw" + +#: ../freedesktop.org.xml.in.h:83 +msgid "DjVu image" +msgstr "image DjVu" + +#: ../freedesktop.org.xml.in.h:84 +msgid "DocBook document" +msgstr "document DocBook" + +#: ../freedesktop.org.xml.in.h:85 +msgid "Dolby Digital audio" +msgstr "audio Dolby Digital" + +#: ../freedesktop.org.xml.in.h:86 +msgid "Dreamcast ROM" +msgstr "ROM Dreamcast" + +#: ../freedesktop.org.xml.in.h:87 +msgid "ECMAScript program" +msgstr "programme ECMAScript" + +#: ../freedesktop.org.xml.in.h:88 +msgid "EMF image" +msgstr "image EMF" + +#: ../freedesktop.org.xml.in.h:89 +msgid "EPS image" +msgstr "image EPS" + +#: ../freedesktop.org.xml.in.h:90 +msgid "EPS image (bzip-compressed)" +msgstr "image EPS (compressée bzip)" + +#: ../freedesktop.org.xml.in.h:91 +msgid "EPS image (gzip-compressed)" +msgstr "image EPS (compressée gzip)" + +#: ../freedesktop.org.xml.in.h:92 +msgid "EXR image" +msgstr "image EXR" + +#: ../freedesktop.org.xml.in.h:93 +msgid "Egon Animator animation" +msgstr "animation Egon Animator" + +#: ../freedesktop.org.xml.in.h:94 +msgid "Eiffel source code" +msgstr "code source Eiffel" + +#: ../freedesktop.org.xml.in.h:95 +msgid "Emacs Lisp source code" +msgstr "code source Emacs Lisp" + +#: ../freedesktop.org.xml.in.h:96 +msgid "Enlightenment theme" +msgstr "thème Enlightenment" + +#: ../freedesktop.org.xml.in.h:97 +msgid "Erlang source code" +msgstr "code source Erlang" + +#: ../freedesktop.org.xml.in.h:98 +msgid "Excel spreadsheet" +msgstr "feuille de calcul Excel" + +#: ../freedesktop.org.xml.in.h:99 +msgid "FITS document" +msgstr "document FITS" + +#: ../freedesktop.org.xml.in.h:100 +msgid "FLAC audio" +msgstr "audio FLAC" + +#: ../freedesktop.org.xml.in.h:101 +msgid "FLIC animation" +msgstr "animation FLIC" + +#: ../freedesktop.org.xml.in.h:102 +msgid "FLTK Fluid file" +msgstr "fichier Fluid FLTK" + +#: ../freedesktop.org.xml.in.h:103 +msgid "FPX image" +msgstr "image FPX" + +#: ../freedesktop.org.xml.in.h:104 +msgid "FastTracker II audio" +msgstr "audio FastTracker II" + +#: ../freedesktop.org.xml.in.h:105 +msgid "Flash video" +msgstr "vidéo Flash" + +#: ../freedesktop.org.xml.in.h:106 +msgid "Fortran source code" +msgstr "code source Fortran" + +#: ../freedesktop.org.xml.in.h:107 +msgid "Fuji RAF raw image" +msgstr "image brute RAF Fuji" + +#: ../freedesktop.org.xml.in.h:108 +msgid "G3 fax image" +msgstr "image de télécopie G3" + +#: ../freedesktop.org.xml.in.h:109 +msgid "GDBM database" +msgstr "base de données GDBM" + +#: ../freedesktop.org.xml.in.h:110 +msgid "GEDCOM family history" +msgstr "généalogie GEDCOM" + +#: ../freedesktop.org.xml.in.h:111 +msgid "GIF image" +msgstr "image GIF" + +#: ../freedesktop.org.xml.in.h:112 +msgid "GIMP image" +msgstr "image GIMP" + +#: ../freedesktop.org.xml.in.h:113 +msgid "GMC link" +msgstr "lien GMC" + +#: ../freedesktop.org.xml.in.h:114 +msgid "GNU Oleo spreadsheet" +msgstr "feuille de calcul GNU Oleo" + +#: ../freedesktop.org.xml.in.h:115 +msgid "GNU mail message" +msgstr "message de courriel GNU" + +#: ../freedesktop.org.xml.in.h:116 +msgid "GNUnet search file" +msgstr "fichier de recherche GNUnet" + +#: ../freedesktop.org.xml.in.h:117 +msgid "GTKtalog catalog" +msgstr "catalogue Gtktalog" + +#: ../freedesktop.org.xml.in.h:118 +msgid "Game Boy Advance ROM" +msgstr "ROM Game Boy Advance" + +#: ../freedesktop.org.xml.in.h:119 +msgid "Game Boy ROM" +msgstr "ROM Game Boy" + +#. Translate this to Megadrive if the console was known as such in your locale +#. Should be Megadrive in all but en_US: http://en.wikipedia.org/wiki/Megadrive#History +#: ../freedesktop.org.xml.in.h:122 +msgid "Genesis ROM" +msgstr "ROM Mega Drive/Genesis" + +#: ../freedesktop.org.xml.in.h:123 +msgid "Glade project" +msgstr "projet Glade" + +#: ../freedesktop.org.xml.in.h:124 +msgid "GnuCash spreadsheet" +msgstr "feuille de calcul GnuCash" + +#: ../freedesktop.org.xml.in.h:125 +msgid "Gnumeric spreadsheet" +msgstr "feuille de calcul Gnumeric" + +#: ../freedesktop.org.xml.in.h:126 +msgid "Gnuplot document" +msgstr "document Gnuplot" + +#: ../freedesktop.org.xml.in.h:127 +msgid "Google Video Pointer" +msgstr "pointeur vidéo Google" + +#: ../freedesktop.org.xml.in.h:128 +msgid "Graphite scientific graph" +msgstr "graphe Graphite scientific" + +#: ../freedesktop.org.xml.in.h:129 +msgid "Gzip archive" +msgstr "archive gzip" + +#. http://en.wikipedia.org/wiki/HD_DVD +#. http://www.dvdafteredit.com/wiki/The_HVDVD_TS_Folder +#: ../freedesktop.org.xml.in.h:132 +msgid "HD DVD video disc" +msgstr "disque vidéo HD DVD" + +#: ../freedesktop.org.xml.in.h:133 +msgid "HDF document" +msgstr "document HDF" + +#: ../freedesktop.org.xml.in.h:134 +msgid "HPGL file" +msgstr "fichier HPGL" + +#: ../freedesktop.org.xml.in.h:135 +msgid "HTML document" +msgstr "document HTML" + +#: ../freedesktop.org.xml.in.h:136 +msgid "Haansoft Hangul document" +msgstr "document Haansoft Hangul" + +#: ../freedesktop.org.xml.in.h:137 +msgid "Haansoft Hangul document template" +msgstr "modèle de document Haansoft Hangul" + +#: ../freedesktop.org.xml.in.h:138 +msgid "Haskell source code" +msgstr "code source Haskell" + +#: ../freedesktop.org.xml.in.h:139 +msgid "ICO icon" +msgstr "icône ICO" + +#: ../freedesktop.org.xml.in.h:140 +msgid "IDL document" +msgstr "document IDL" + +#: ../freedesktop.org.xml.in.h:141 +msgid "IEF image" +msgstr "image IEF" + +#: ../freedesktop.org.xml.in.h:142 +msgid "IFF image" +msgstr "image IFF" + +#: ../freedesktop.org.xml.in.h:143 +msgid "ILBM image" +msgstr "image ILBM" + +#: ../freedesktop.org.xml.in.h:144 +msgid "ISI video" +msgstr "vidéo ISI" + +#: ../freedesktop.org.xml.in.h:145 +msgid "Impulse Tracker audio" +msgstr "audio Impulse Tracker" + +#: ../freedesktop.org.xml.in.h:146 +msgid "Internet shortcut" +msgstr "raccourci Internet" + +#: ../freedesktop.org.xml.in.h:147 +msgid "JAD document" +msgstr "document JAD" + +#: ../freedesktop.org.xml.in.h:148 +msgid "JBuilder project" +msgstr "projet JBuilder" + +#: ../freedesktop.org.xml.in.h:149 +msgid "JET database" +msgstr "base de données JET" + +#: ../freedesktop.org.xml.in.h:150 +msgid "JNG image" +msgstr "image JNG" + +#: ../freedesktop.org.xml.in.h:151 +msgid "JNLP file" +msgstr "fichier JNLP" + +#: ../freedesktop.org.xml.in.h:152 +msgid "JPEG image" +msgstr "image JPEG" + +#: ../freedesktop.org.xml.in.h:153 +msgid "JPEG-2000 image" +msgstr "image JPEG-2000" + +#: ../freedesktop.org.xml.in.h:154 +msgid "Java archive" +msgstr "archive Java" + +#: ../freedesktop.org.xml.in.h:155 +msgid "Java byte code" +msgstr "code Java binaire" + +#: ../freedesktop.org.xml.in.h:156 +msgid "Java class" +msgstr "classe Java" + +#: ../freedesktop.org.xml.in.h:157 +msgid "Java source code" +msgstr "code source Java" + +#: ../freedesktop.org.xml.in.h:158 +msgid "JavaScript program" +msgstr "programme JavaScript" + +#: ../freedesktop.org.xml.in.h:159 +msgid "KChart chart" +msgstr "graphique KChart" + +#: ../freedesktop.org.xml.in.h:160 +msgid "KFormula formula" +msgstr "formule KFormula" + +#: ../freedesktop.org.xml.in.h:161 +msgid "KIllustrator drawing" +msgstr "dessin KIllustrator" + +#: ../freedesktop.org.xml.in.h:162 +msgid "KPovModeler scene" +msgstr "scène KPovModeler" + +#: ../freedesktop.org.xml.in.h:163 +msgid "KPresenter presentation" +msgstr "présentation KPresenter" + +#: ../freedesktop.org.xml.in.h:164 +msgid "KSpread spreadsheet" +msgstr "feuille de calcul KSpread" + +#: ../freedesktop.org.xml.in.h:165 +msgid "KSpread spreadsheet (encrypted)" +msgstr "feuille de calcul KSpread (chiffrée)" + +#: ../freedesktop.org.xml.in.h:166 +msgid "KSysV init package" +msgstr "paquet d'initialisation KSysV" + +#: ../freedesktop.org.xml.in.h:167 +msgid "KWord document" +msgstr "document KWord" + +#: ../freedesktop.org.xml.in.h:168 +msgid "KWord document (encrypted)" +msgstr "document KWord (chiffré)" + +#: ../freedesktop.org.xml.in.h:169 +msgid "Karbon14 drawing" +msgstr "dessin Karbon14" + +#: ../freedesktop.org.xml.in.h:170 +msgid "Kivio flowchart" +msgstr "diagramme de flux Kivio" + +#: ../freedesktop.org.xml.in.h:171 +msgid "Kodak DCR raw image" +msgstr "image brute DCR Kodak" + +#: ../freedesktop.org.xml.in.h:172 +msgid "Kodak K25 raw image" +msgstr "image brute K25 Kodak" + +#: ../freedesktop.org.xml.in.h:173 +msgid "Kodak KDC raw image" +msgstr "image brute KDC Kodak" + +#: ../freedesktop.org.xml.in.h:174 +msgid "Kontour drawing" +msgstr "dessin Kontour" + +#: ../freedesktop.org.xml.in.h:175 +msgid "Krita document" +msgstr "document Krita" + +#: ../freedesktop.org.xml.in.h:176 +msgid "Kugar document" +msgstr "document Kugar" + +#: ../freedesktop.org.xml.in.h:177 +msgid "LDIF address book" +msgstr "carnet d'adresses LDIF" + +#: ../freedesktop.org.xml.in.h:178 +msgid "LHA archive" +msgstr "archive LHA" + +#: ../freedesktop.org.xml.in.h:179 +msgid "LHS source code" +msgstr "code source LHS" + +#: ../freedesktop.org.xml.in.h:180 +msgid "LHZ archive" +msgstr "archive LHZ" + +#: ../freedesktop.org.xml.in.h:181 +msgid "LIBGRX font" +msgstr "police LIBGRX" + +#: ../freedesktop.org.xml.in.h:182 +msgid "LZMA archive" +msgstr "archive LZMA" + +#: ../freedesktop.org.xml.in.h:183 +msgid "LZO archive" +msgstr "archive LZO" + +#: ../freedesktop.org.xml.in.h:184 +msgid "LightWave object" +msgstr "objet LightWave" + +#: ../freedesktop.org.xml.in.h:185 +msgid "LightWave scene" +msgstr "scène LightWave" + +#: ../freedesktop.org.xml.in.h:186 +msgid "Lilypond music sheet" +msgstr "partition musicale Lilypond" + +#: ../freedesktop.org.xml.in.h:187 +msgid "Linux PSF console font" +msgstr "police console Linux PSF" + +#: ../freedesktop.org.xml.in.h:188 +msgid "Linux PSF console font (gzip-compressed)" +msgstr "police console Linux PSF (compressée gzip)" + +#: ../freedesktop.org.xml.in.h:189 +msgid "Lotus 1-2-3 spreadsheet" +msgstr "feuille de calcul Lotus 1-2-3" + +#: ../freedesktop.org.xml.in.h:190 +msgid "Lotus AmiPro document" +msgstr "document Lotus AmiPro" + +#: ../freedesktop.org.xml.in.h:191 +msgid "Lua script" +msgstr "script Lua" + +#: ../freedesktop.org.xml.in.h:192 +msgid "LyX document" +msgstr "document LyX" + +#: ../freedesktop.org.xml.in.h:193 +msgid "M4 macro" +msgstr "macro M4" + +#: ../freedesktop.org.xml.in.h:194 +msgid "MATLAB script/function" +msgstr "script/fonction MATLAB" + +#: ../freedesktop.org.xml.in.h:195 +msgid "MIDI audio" +msgstr "audio MIDI" + +#: ../freedesktop.org.xml.in.h:196 +msgid "MNG animation" +msgstr "animation MNG" + +#: ../freedesktop.org.xml.in.h:197 +msgid "MP2 audio" +msgstr "audio MP2" + +#: ../freedesktop.org.xml.in.h:198 +msgid "MP3 ShoutCast playlist" +msgstr "liste de lecture MP3 ShoutCast" + +#: ../freedesktop.org.xml.in.h:199 +msgid "MP3 audio" +msgstr "audio MP3" + +#: ../freedesktop.org.xml.in.h:200 +msgid "MP3 audio (streamed)" +msgstr "audio MP3 (flux)" + +#: ../freedesktop.org.xml.in.h:201 +msgid "MPEG video" +msgstr "vidéo MPEG" + +#: ../freedesktop.org.xml.in.h:202 +msgid "MPEG-4 audio" +msgstr "audio MPEG-4" + +#: ../freedesktop.org.xml.in.h:203 +msgid "MPEG-4 audio book" +msgstr "livre audio MPEG-4" + +#: ../freedesktop.org.xml.in.h:204 +msgid "MPEG-4 video" +msgstr "vidéo MPEG-4" + +#: ../freedesktop.org.xml.in.h:205 +msgid "MPSub subtitles" +msgstr "sous-titres MPSub" + +#: ../freedesktop.org.xml.in.h:206 +msgid "MRML playlist" +msgstr "liste de lecture MRML" + +#: ../freedesktop.org.xml.in.h:207 +msgid "MSX ROM" +msgstr "ROM MSX" + +#: ../freedesktop.org.xml.in.h:208 +msgid "MacOS X icon" +msgstr "icône MacOS X" + +#: ../freedesktop.org.xml.in.h:209 +msgid "MacPaint Bitmap image" +msgstr "image matricielle MacPaint" + +#: ../freedesktop.org.xml.in.h:210 +msgid "Macintosh AppleDouble-encoded file" +msgstr "fichier codé Macintosh AppleDouble" + +#: ../freedesktop.org.xml.in.h:211 +msgid "Macintosh BinHex-encoded file" +msgstr "fichier codé Macintosh BinHex" + +#: ../freedesktop.org.xml.in.h:212 +msgid "Macintosh MacBinary file" +msgstr "fichier Macintosh MacBinary" + +#: ../freedesktop.org.xml.in.h:213 +msgid "Macintosh Quickdraw/PICT drawing" +msgstr "dessin Macintosh Quickdraw/PICT" + +#: ../freedesktop.org.xml.in.h:214 +msgid "MagicPoint presentation" +msgstr "présentation MagicPoint" + +#: ../freedesktop.org.xml.in.h:215 +msgid "Makefile" +msgstr "makefile" + +#: ../freedesktop.org.xml.in.h:216 +msgid "Managed Object Format" +msgstr "format Managed Object" + +#: ../freedesktop.org.xml.in.h:217 +msgid "Markaby script" +msgstr "script Markaby" + +#: ../freedesktop.org.xml.in.h:218 +msgid "MathML document" +msgstr "document MathML" + +#: ../freedesktop.org.xml.in.h:219 +msgid "Mathematica Notebook" +msgstr "carnet de notes Mathematica" + +#: ../freedesktop.org.xml.in.h:220 +msgid "Matroska audio" +msgstr "audio Matroska" + +#: ../freedesktop.org.xml.in.h:221 +msgid "Matroska stream" +msgstr "flux Matroska" + +#: ../freedesktop.org.xml.in.h:222 +msgid "Matroska video" +msgstr "vidéo Matroska" + +#: ../freedesktop.org.xml.in.h:223 +msgid "MicroDVD subtitles" +msgstr "sous-titres MicroDVD" + +#: ../freedesktop.org.xml.in.h:224 +msgid "Microsoft ASX playlist" +msgstr "liste de lecture Microsoft ASX" + +#: ../freedesktop.org.xml.in.h:225 +msgid "Microsoft Works document" +msgstr "document Microsoft Works" + +#: ../freedesktop.org.xml.in.h:226 +msgid "MiniPSF audio" +msgstr "audio MiniPSF" + +#: ../freedesktop.org.xml.in.h:227 +msgid "Minolta MRW raw image" +msgstr "image brute MRW Minolta" + +#: ../freedesktop.org.xml.in.h:228 +msgid "Monkey's audio" +msgstr "audio Monkey" + +#: ../freedesktop.org.xml.in.h:229 +msgid "Mozilla bookmarks" +msgstr "marque-pages Mozilla" + +#: ../freedesktop.org.xml.in.h:230 +msgid "Mup publication" +msgstr "publication Mup" + +#: ../freedesktop.org.xml.in.h:231 +msgid "Musepack audio" +msgstr "audio Musepack" + +#. Translate this to Famicom if the console was known as such in your locale +#: ../freedesktop.org.xml.in.h:233 +msgid "NES ROM" +msgstr "ROM NES" + +#: ../freedesktop.org.xml.in.h:234 +msgid "NFO document" +msgstr "document NFO" + +#: ../freedesktop.org.xml.in.h:235 +msgid "NIFF image" +msgstr "image NIFF" + +#: ../freedesktop.org.xml.in.h:236 +msgid "Nautilus link" +msgstr "lien Nautilus" + +#: ../freedesktop.org.xml.in.h:237 +msgid "Nikon NEF raw image" +msgstr "image brute NEF Nikon" + +#: ../freedesktop.org.xml.in.h:238 +msgid "Nintendo DS ROM" +msgstr "ROM Nintendo DS" + +#: ../freedesktop.org.xml.in.h:239 +msgid "Nintendo64 ROM" +msgstr "ROM Nintendo64" + +#: ../freedesktop.org.xml.in.h:240 +msgid "NullSoft video" +msgstr "vidéo NullSoft" + +#: ../freedesktop.org.xml.in.h:241 +msgid "OCL file" +msgstr "fichier OCL" + +#: ../freedesktop.org.xml.in.h:242 +msgid "OCaml source code" +msgstr "code source OCaml" + +#: ../freedesktop.org.xml.in.h:243 +msgid "ODA document" +msgstr "document ODA" + +#: ../freedesktop.org.xml.in.h:244 +msgid "ODB database" +msgstr "base de données ODB" + +#: ../freedesktop.org.xml.in.h:245 +msgid "ODC chart" +msgstr "graphique ODC" + +#: ../freedesktop.org.xml.in.h:246 +msgid "ODF formula" +msgstr "formule ODF" + +#: ../freedesktop.org.xml.in.h:247 +msgid "ODG drawing" +msgstr "dessin ODG" + +#: ../freedesktop.org.xml.in.h:248 +msgid "ODG template" +msgstr "modèle ODG" + +#: ../freedesktop.org.xml.in.h:249 +msgid "ODI image" +msgstr "image ODI" + +#: ../freedesktop.org.xml.in.h:250 +msgid "ODM document" +msgstr "document ODM" + +#: ../freedesktop.org.xml.in.h:251 +msgid "ODP presentation" +msgstr "présentation ODP" + +#: ../freedesktop.org.xml.in.h:252 +msgid "ODP template" +msgstr "modèle ODP" + +#: ../freedesktop.org.xml.in.h:253 +msgid "ODS spreadsheet" +msgstr "feuille de calcul ODS" + +#: ../freedesktop.org.xml.in.h:254 +msgid "ODS template" +msgstr "modèle ODS" + +#: ../freedesktop.org.xml.in.h:255 +msgid "ODT document" +msgstr "document ODT" + +#: ../freedesktop.org.xml.in.h:256 +msgid "ODT template" +msgstr "modèle ODT" + +#: ../freedesktop.org.xml.in.h:257 +msgid "OGM video" +msgstr "vidéo OGM" + +#: ../freedesktop.org.xml.in.h:258 +msgid "OLE2 compound document storage" +msgstr "document de stockage composé OLE2" + +#: ../freedesktop.org.xml.in.h:259 +msgid "OPML syndication feed" +msgstr "fil de syndication OPML" + +#: ../freedesktop.org.xml.in.h:260 +msgid "OTH template" +msgstr "modèle OTH" + +#: ../freedesktop.org.xml.in.h:261 +msgid "Objective-C source code" +msgstr "code source Objective-C" + +#: ../freedesktop.org.xml.in.h:262 +msgid "Office drawing" +msgstr "dessin Office" + +#: ../freedesktop.org.xml.in.h:263 +msgid "Ogg Audio" +msgstr "audio Ogg" + +#: ../freedesktop.org.xml.in.h:264 +msgid "Ogg FLAC audio" +msgstr "audio Ogg FLAC" + +#: ../freedesktop.org.xml.in.h:265 +msgid "Ogg Speex audio" +msgstr "audio Ogg Speex" + +#: ../freedesktop.org.xml.in.h:266 +msgid "Ogg Theora video" +msgstr "vidéo Ogg Theora" + +#: ../freedesktop.org.xml.in.h:267 +msgid "Ogg Video" +msgstr "vidéo Ogg" + +#: ../freedesktop.org.xml.in.h:268 +msgid "Ogg Vorbis audio" +msgstr "audio Ogg Vorbis" + +#: ../freedesktop.org.xml.in.h:269 +msgid "Ogg multimedia file" +msgstr "fichier multimédia Ogg" + +#: ../freedesktop.org.xml.in.h:270 +msgid "Olympus ORF raw image" +msgstr "image brute ORF Olympus" + +#: ../freedesktop.org.xml.in.h:271 +msgid "OpenOffice Calc spreadsheet" +msgstr "feuille de calcul OpenOffice Calc" + +#: ../freedesktop.org.xml.in.h:272 +msgid "OpenOffice Calc template" +msgstr "modèle OpenOffice Calc" + +#: ../freedesktop.org.xml.in.h:273 +msgid "OpenOffice Draw drawing" +msgstr "dessin OpenOffice Draw" + +#: ../freedesktop.org.xml.in.h:274 +msgid "OpenOffice Draw template" +msgstr "modèle OpenOffice Draw" + +#: ../freedesktop.org.xml.in.h:275 +msgid "OpenOffice Impress presentation" +msgstr "présentation OpenOffice Impress" + +#: ../freedesktop.org.xml.in.h:276 +msgid "OpenOffice Impress template" +msgstr "modèle OpenOffice Impress" + +#: ../freedesktop.org.xml.in.h:277 +msgid "OpenOffice Math formula" +msgstr "formule OpenOffice Math" + +#: ../freedesktop.org.xml.in.h:278 +msgid "OpenOffice Writer document" +msgstr "document OpenOffice Writer" + +#: ../freedesktop.org.xml.in.h:279 +msgid "OpenOffice Writer global document" +msgstr "document global OpenOffice Writer" + +#: ../freedesktop.org.xml.in.h:280 +msgid "OpenOffice Writer template" +msgstr "modèle OpenOffice Writer" + +#: ../freedesktop.org.xml.in.h:281 +msgid "OpenOffice.org extension" +msgstr "extension OpenOffice.org" + +#: ../freedesktop.org.xml.in.h:282 +msgid "OpenType font" +msgstr "police OpenType" + +#: ../freedesktop.org.xml.in.h:283 +msgid "PAK archive" +msgstr "archive PAK" + +#: ../freedesktop.org.xml.in.h:284 +msgid "PBM image" +msgstr "image PBM" + +#: ../freedesktop.org.xml.in.h:285 +msgid "PCD image" +msgstr "image PCD" + +#: ../freedesktop.org.xml.in.h:286 +msgid "PCF font" +msgstr "police PCF" + +#: ../freedesktop.org.xml.in.h:287 +msgid "PCL file" +msgstr "fichier PCL" + +#: ../freedesktop.org.xml.in.h:288 +msgid "PCM audio" +msgstr "audio PCM" + +#: ../freedesktop.org.xml.in.h:289 +msgid "PCX image" +msgstr "image PCX" + +#: ../freedesktop.org.xml.in.h:290 +msgid "PDF document" +msgstr "document PDF" + +#: ../freedesktop.org.xml.in.h:291 +msgid "PDF document (bzip-compressed)" +msgstr "document PDF (compressé bzip)" + +#: ../freedesktop.org.xml.in.h:292 +msgid "PDF document (gzip-compressed)" +msgstr "document PDF (compressé gzip)" + +#: ../freedesktop.org.xml.in.h:293 +msgid "PEF executable" +msgstr "exécutable PEF" + +#: ../freedesktop.org.xml.in.h:294 +msgid "PGM image" +msgstr "image PGM" + +#: ../freedesktop.org.xml.in.h:295 +msgid "PGN chess game notation" +msgstr "notation de jeu d'échecs PGN" + +#: ../freedesktop.org.xml.in.h:296 +msgid "PGP keys" +msgstr "clés PGP" + +#: ../freedesktop.org.xml.in.h:297 +msgid "PGP/MIME-encrypted message header" +msgstr "en-tête de message codé PGP/MIME" + +#: ../freedesktop.org.xml.in.h:298 +msgid "PHP script" +msgstr "script PHP" + +#: ../freedesktop.org.xml.in.h:299 +msgid "PKCS#10 certification request" +msgstr "requête de certification PKCS#10" + +#: ../freedesktop.org.xml.in.h:300 +msgid "PKCS#12 certificate bundle" +msgstr "lot de certificats PKCS#12" + +#: ../freedesktop.org.xml.in.h:301 +msgid "PNG image" +msgstr "image PNG" + +#: ../freedesktop.org.xml.in.h:302 +msgid "PNM image" +msgstr "image PNM" + +#: ../freedesktop.org.xml.in.h:303 +msgid "PPM image" +msgstr "image PPM" + +#: ../freedesktop.org.xml.in.h:304 +msgid "PS document" +msgstr "document PS" + +#: ../freedesktop.org.xml.in.h:305 +msgid "PSD image" +msgstr "image PSD" + +#: ../freedesktop.org.xml.in.h:306 +msgid "PSF audio" +msgstr "audio PSF" + +#: ../freedesktop.org.xml.in.h:307 +msgid "PSFlib audio library" +msgstr "bibliothèque audio PSFlib" + +#: ../freedesktop.org.xml.in.h:308 +msgid "Pack200 Java archive" +msgstr "archive Java Pack200" + +#: ../freedesktop.org.xml.in.h:309 +msgid "Palm OS database" +msgstr "base de données Palm OS" + +#: ../freedesktop.org.xml.in.h:310 +msgid "Panasonic raw image" +msgstr "image brute Panasonic" + +#: ../freedesktop.org.xml.in.h:311 +msgid "Parchive archive" +msgstr "archive Parchive" + +#: ../freedesktop.org.xml.in.h:312 +msgid "Pascal source code" +msgstr "code source Pascal" + +#: ../freedesktop.org.xml.in.h:313 +msgid "Pathetic Writer document" +msgstr "document Pathetic Writer" + +#: ../freedesktop.org.xml.in.h:314 +msgid "Pentax PEF raw image" +msgstr "image brute PEF Pentax" + +#: ../freedesktop.org.xml.in.h:315 +msgid "Perl script" +msgstr "script Perl" + +#. http://en.wikipedia.org/wiki/Picture_CD +#. http://www.re.org/kristin/picturecd.html +#: ../freedesktop.org.xml.in.h:318 +msgid "Picture CD" +msgstr "CD Picture" + +#: ../freedesktop.org.xml.in.h:319 +msgid "PlanPerfect spreadsheet" +msgstr "feuille de calcul PlanPerfect" + +#: ../freedesktop.org.xml.in.h:320 +msgid "Plucker document" +msgstr "document Plucker" + +#: ../freedesktop.org.xml.in.h:321 +msgid "PostScript document (bzip-compressed)" +msgstr "document PostScript (compressé bzip)" + +#: ../freedesktop.org.xml.in.h:322 +msgid "PostScript document (gzip-compressed)" +msgstr "document PostScript (compressé gzip)" + +#: ../freedesktop.org.xml.in.h:323 +msgid "Postscript type-1 font" +msgstr "police Postscript Type 1" + +#: ../freedesktop.org.xml.in.h:324 +msgid "PowerPoint presentation" +msgstr "présentation PowerPoint" + +#: ../freedesktop.org.xml.in.h:325 +msgid "Python bytecode" +msgstr "bytecode Python" + +#: ../freedesktop.org.xml.in.h:326 +msgid "Python script" +msgstr "script Python" + +#: ../freedesktop.org.xml.in.h:327 +msgid "Qt Designer file" +msgstr "fichier Qt Designer" + +#: ../freedesktop.org.xml.in.h:328 +msgid "Qt MOC file" +msgstr "fichier Qt MOC" + +#: ../freedesktop.org.xml.in.h:329 +msgid "Quattro Pro spreadsheet" +msgstr "feuille de calcul Quattro Pro" + +#: ../freedesktop.org.xml.in.h:330 +msgid "QuickTime image" +msgstr "image QuickTime" + +#: ../freedesktop.org.xml.in.h:331 +msgid "QuickTime metalink playlist" +msgstr "liste de lecture metalink QuickTime" + +#: ../freedesktop.org.xml.in.h:332 +msgid "QuickTime video" +msgstr "vidéo QuickTime" + +#: ../freedesktop.org.xml.in.h:333 +msgid "Quicken document" +msgstr "document Quicken" + +#: ../freedesktop.org.xml.in.h:334 +msgid "RAR archive" +msgstr "archive RAR" + +#: ../freedesktop.org.xml.in.h:335 +msgid "RDF file" +msgstr "fichier RDF" + +#: ../freedesktop.org.xml.in.h:336 +msgid "README document" +msgstr "document LISEZ-MOI" + +#: ../freedesktop.org.xml.in.h:337 +msgid "RGB image" +msgstr "image RGB" + +#: ../freedesktop.org.xml.in.h:338 +msgid "RIFF audio" +msgstr "audio RIFF" + +#: ../freedesktop.org.xml.in.h:339 +msgid "RPM package" +msgstr "paquet RPM" + +#: ../freedesktop.org.xml.in.h:340 +msgid "RPM spec file" +msgstr "fichier de spécification RPM" + +#: ../freedesktop.org.xml.in.h:341 +msgid "RSS summary" +msgstr "résumé RSS" + +#: ../freedesktop.org.xml.in.h:342 +msgid "RTF document" +msgstr "document RTF" + +#: ../freedesktop.org.xml.in.h:343 +msgid "RealAudio document" +msgstr "document RealAudio" + +#: ../freedesktop.org.xml.in.h:344 +msgid "RealMedia Metafile" +msgstr "métafichier RealMedia" + +#: ../freedesktop.org.xml.in.h:345 +msgid "RealMedia document" +msgstr "document RealMedia" + +#: ../freedesktop.org.xml.in.h:346 +msgid "RealPix document" +msgstr "document RealPix" + +#: ../freedesktop.org.xml.in.h:347 +msgid "RealText document" +msgstr "document RealText" + +#: ../freedesktop.org.xml.in.h:348 +msgid "RealVideo document" +msgstr "document RealVideo" + +#: ../freedesktop.org.xml.in.h:349 +msgid "Ruby script" +msgstr "script Ruby" + +#: ../freedesktop.org.xml.in.h:350 +msgid "Run Length Encoded bitmap image" +msgstr "image matricielle Run Length Encoded" + +#: ../freedesktop.org.xml.in.h:351 +msgid "S/MIME file" +msgstr "fichier S/MIME" + +#: ../freedesktop.org.xml.in.h:352 +msgid "SAMI subtitles" +msgstr "sous-titres SAMI" + +#: ../freedesktop.org.xml.in.h:353 +msgid "SC/Xspread spreadsheet" +msgstr "feuille de calcul SC/Xspread" + +#: ../freedesktop.org.xml.in.h:354 +msgid "SDP multicast stream file" +msgstr "fichier de flux multidiffusion SDP" + +#. translators: a record is in this context a description of a board game +#. that has been played, and that can be played back again: +#. http://www.red-bean.com/sgf/ +#: ../freedesktop.org.xml.in.h:358 +msgid "SGF record" +msgstr "partie SGF" + +#: ../freedesktop.org.xml.in.h:359 +msgid "SGI image" +msgstr "image SGI" + +#: ../freedesktop.org.xml.in.h:360 +msgid "SGI video" +msgstr "vidéo SGI" + +#: ../freedesktop.org.xml.in.h:361 +msgid "SGML document" +msgstr "document SGML" + +#: ../freedesktop.org.xml.in.h:362 +msgid "SIS package" +msgstr "paquet SIS" + +#: ../freedesktop.org.xml.in.h:363 +msgid "SISX package" +msgstr "paquet SISX" + +#: ../freedesktop.org.xml.in.h:364 +msgid "SMAF audio" +msgstr "audio SMAF" + +#: ../freedesktop.org.xml.in.h:365 +msgid "SMIL document" +msgstr "document SMIL" + +#: ../freedesktop.org.xml.in.h:366 +msgid "SQL code" +msgstr "code SQL" + +#: ../freedesktop.org.xml.in.h:367 +msgid "SQLite2 database" +msgstr "base de données SQLite2" + +#: ../freedesktop.org.xml.in.h:368 +msgid "SQLite3 database" +msgstr "base de données SQLite3" + +#: ../freedesktop.org.xml.in.h:369 +msgid "SSA subtitles" +msgstr "sous-titres SSA" + +#: ../freedesktop.org.xml.in.h:370 +msgid "SV4 CPIO archive" +msgstr "archive SV4 CPIO" + +#: ../freedesktop.org.xml.in.h:371 +msgid "SV4 CPIO archive (with CRC)" +msgstr "archive SV4 CPIO (avec CRC)" + +#: ../freedesktop.org.xml.in.h:372 +msgid "SVG image" +msgstr "image SVG" + +#: ../freedesktop.org.xml.in.h:373 +msgid "Scheme source code" +msgstr "code source Scheme" + +#: ../freedesktop.org.xml.in.h:374 +msgid "Scream Tracker 3 audio" +msgstr "audio Scream Tracker 3" + +#: ../freedesktop.org.xml.in.h:375 +msgid "Scream Tracker audio" +msgstr "audio Scream Tracker" + +#: ../freedesktop.org.xml.in.h:376 +msgid "Scream Tracker instrument" +msgstr "instrument Scream Tracker" + +#: ../freedesktop.org.xml.in.h:377 +msgid "Sega Master System/Game Gear ROM" +msgstr "ROM Sega Master System/Game Gear" + +#: ../freedesktop.org.xml.in.h:378 +msgid "Setext document" +msgstr "document Setext" + +#: ../freedesktop.org.xml.in.h:379 +msgid "Shockwave Flash file" +msgstr "fichier Shockwave Flash" + +#. translators: "Shorten" is the name of an audio codec +#: ../freedesktop.org.xml.in.h:381 +msgid "Shorten audio" +msgstr "audio Shorten" + +#: ../freedesktop.org.xml.in.h:382 +msgid "Siag spreadsheet" +msgstr "feuille de calcul Siag" + +#: ../freedesktop.org.xml.in.h:383 +msgid "Sieve mail filter script" +msgstr "script de filtrage de courriel Sieve" + +#: ../freedesktop.org.xml.in.h:384 +msgid "Sigma X3F raw image" +msgstr "image brute X3F Sigma" + +#: ../freedesktop.org.xml.in.h:385 +msgid "Skencil document" +msgstr "document Skencil" + +#: ../freedesktop.org.xml.in.h:386 +msgid "Sony ARW raw image" +msgstr "image brute ARW Sony" + +#: ../freedesktop.org.xml.in.h:387 +msgid "Sony SR2 raw image" +msgstr "image brute SR2 Sony" + +#: ../freedesktop.org.xml.in.h:388 +msgid "Sony SRF raw image" +msgstr "image brute SRF Sony" + +#: ../freedesktop.org.xml.in.h:389 +msgid "Speedo font" +msgstr "police Speedo" + +#: ../freedesktop.org.xml.in.h:390 +msgid "Speex audio" +msgstr "audio Speex" + +#: ../freedesktop.org.xml.in.h:391 +msgid "Stampede package" +msgstr "paquet Stampede" + +#: ../freedesktop.org.xml.in.h:392 +msgid "StarCalc spreadsheet" +msgstr "feuille de calcul StarCalc" + +#: ../freedesktop.org.xml.in.h:393 +msgid "StarChart chart" +msgstr "graphique StarChart" + +#: ../freedesktop.org.xml.in.h:394 +msgid "StarDraw drawing" +msgstr "dessin StarDraw" + +#: ../freedesktop.org.xml.in.h:395 +msgid "StarImpress presentation" +msgstr "présentation StarImpress" + +#: ../freedesktop.org.xml.in.h:396 +msgid "StarMail email" +msgstr "courriel StarMail" + +#: ../freedesktop.org.xml.in.h:397 +msgid "StarMath formula" +msgstr "formule StarMath" + +#: ../freedesktop.org.xml.in.h:398 +msgid "StarWriter document" +msgstr "document StarWriter" + +#: ../freedesktop.org.xml.in.h:399 +msgid "StuffIt archive" +msgstr "archive StuffIt" + +#: ../freedesktop.org.xml.in.h:400 +msgid "SubRip subtitles" +msgstr "sous-titres SubRip" + +#: ../freedesktop.org.xml.in.h:401 +msgid "SubViewer subtitles" +msgstr "sous-titres SubViewer" + +#: ../freedesktop.org.xml.in.h:402 +msgid "Sun raster image" +msgstr "image raster Sun" + +#: ../freedesktop.org.xml.in.h:403 +msgid "SunOS News font" +msgstr "police SunOS News" + +#. Translate this as Super Famicom (in Far East Asia) or Super Nintendo (in Europe) if the console was known as such in your locale +#: ../freedesktop.org.xml.in.h:405 +msgid "Super NES ROM" +msgstr "ROM Super Nintendo" + +#. http://en.wikipedia.org/wiki/Super_Video_CD +#. http://everything2.com/index.pl?node_id=1009222 +#: ../freedesktop.org.xml.in.h:408 +msgid "Super Video CD" +msgstr "Super VCD" + +#: ../freedesktop.org.xml.in.h:409 +msgid "T602 document" +msgstr "document T602" + +#: ../freedesktop.org.xml.in.h:410 +msgid "TGA image" +msgstr "image TGA" + +#: ../freedesktop.org.xml.in.h:411 +msgid "TGIF document" +msgstr "document TGIF" + +#: ../freedesktop.org.xml.in.h:412 +msgid "TIFF image" +msgstr "image TIFF" + +#: ../freedesktop.org.xml.in.h:413 +msgid "TNEF message" +msgstr "message TNEF" + +#: ../freedesktop.org.xml.in.h:414 +msgid "TSV document" +msgstr "document TSV" + +#: ../freedesktop.org.xml.in.h:415 +msgid "Tar archive" +msgstr "archive tar" + +#: ../freedesktop.org.xml.in.h:416 +msgid "Tar archive (LZMA-compressed)" +msgstr "archive tar (compression LZMA)" + +#: ../freedesktop.org.xml.in.h:417 +msgid "Tar archive (LZO-compressed)" +msgstr "archive tar (compression LZO)" + +#: ../freedesktop.org.xml.in.h:418 +msgid "Tar archive (bzip-compressed)" +msgstr "archive tar (compressée bzip)" + +#: ../freedesktop.org.xml.in.h:419 +msgid "Tar archive (compressed)" +msgstr "archive tar (compressée)" + +#: ../freedesktop.org.xml.in.h:420 +msgid "Tar archive (gzip-compressed)" +msgstr "archive tar (compressée gzip)" + +#: ../freedesktop.org.xml.in.h:421 +msgid "Tcl script" +msgstr "script Tcl" + +#: ../freedesktop.org.xml.in.h:422 +msgid "TeX DVI document" +msgstr "document TeX DVI" + +#: ../freedesktop.org.xml.in.h:423 +msgid "TeX DVI document (bzip-compressed)" +msgstr "document DVI TeX (compressé bzip)" + +#: ../freedesktop.org.xml.in.h:424 +msgid "TeX DVI document (gzip-compressed)" +msgstr "document DVI TeX (compressé gzip)" + +#: ../freedesktop.org.xml.in.h:425 +msgid "TeX document" +msgstr "document TeX" + +#: ../freedesktop.org.xml.in.h:426 +msgid "TeX font" +msgstr "police TeX" + +#: ../freedesktop.org.xml.in.h:427 +msgid "TeX font metrics" +msgstr "métriques de police TeX" + +#: ../freedesktop.org.xml.in.h:428 +msgid "TeXInfo document" +msgstr "document TeXInfo" + +#: ../freedesktop.org.xml.in.h:429 +msgid "ToutDoux document" +msgstr "document ToutDoux" + +#: ../freedesktop.org.xml.in.h:430 +msgid "Troff ME input document" +msgstr "document d'entrée Troff ME" + +#: ../freedesktop.org.xml.in.h:431 +msgid "Troff MM input document" +msgstr "document d'entrée Troff MM" + +#: ../freedesktop.org.xml.in.h:432 +msgid "Troff MS input document" +msgstr "document d'entrée Troff MS" + +#: ../freedesktop.org.xml.in.h:433 +msgid "Troff document" +msgstr "document Troff" + +#: ../freedesktop.org.xml.in.h:434 +msgid "Troff document (with manpage macros)" +msgstr "document Troff (avec macros manpage)" + +#: ../freedesktop.org.xml.in.h:435 +msgid "TrueAudio audio" +msgstr "audio TrueAudio" + +#: ../freedesktop.org.xml.in.h:436 +msgid "TrueType XML font" +msgstr "police Truetype XML" + +#: ../freedesktop.org.xml.in.h:437 +msgid "TrueType font" +msgstr "police Truetype" + +#: ../freedesktop.org.xml.in.h:438 +msgid "UFRaw ID image" +msgstr "image ID UFRaw" + +#: ../freedesktop.org.xml.in.h:439 +msgid "ULAW (Sun) audio" +msgstr "audio ULAW (Sun)" + +#: ../freedesktop.org.xml.in.h:440 +msgid "UNIX-compressed file" +msgstr "fichier compressé UNIX" + +#: ../freedesktop.org.xml.in.h:441 +msgid "Unidata NetCDF document" +msgstr "document Unidata NetCDF" + +#: ../freedesktop.org.xml.in.h:442 +msgid "Usenet news message" +msgstr "message de groupe d'échange Usenet" + +#: ../freedesktop.org.xml.in.h:443 +msgid "Ustar archive" +msgstr "archive Ustar" + +#: ../freedesktop.org.xml.in.h:444 +msgid "V font" +msgstr "police V" + +#: ../freedesktop.org.xml.in.h:445 +msgid "VCS/ICS calendar" +msgstr "calendrier VCS/ICS" + +#: ../freedesktop.org.xml.in.h:446 +msgid "VHDL document" +msgstr "document VHDL" + +#: ../freedesktop.org.xml.in.h:447 +msgid "VOC audio" +msgstr "audio VOC" + +#: ../freedesktop.org.xml.in.h:448 +msgid "VRML document" +msgstr "document VRML" + +#: ../freedesktop.org.xml.in.h:449 +msgid "Vala source code" +msgstr "code source Vala" + +#. http://en.wikipedia.org/wiki/Video_CD +#. http://www.herongyang.com/CD-DVD/VCD-Movie-File-Directory-Structure.html +#: ../freedesktop.org.xml.in.h:452 +msgid "Video CD" +msgstr "CD vidéo" + +#: ../freedesktop.org.xml.in.h:453 +msgid "Vivo video" +msgstr "vidéo Vivo" + +#: ../freedesktop.org.xml.in.h:454 +msgid "WAIS source code" +msgstr "code source WAIS" + +#: ../freedesktop.org.xml.in.h:455 +msgid "WAV audio" +msgstr "audio WAV" + +#: ../freedesktop.org.xml.in.h:456 +msgid "WBMP image" +msgstr "image WBMP" + +#: ../freedesktop.org.xml.in.h:457 +msgid "WMF image" +msgstr "image WMF" + +#: ../freedesktop.org.xml.in.h:458 +msgid "WML document" +msgstr "document WML" + +#: ../freedesktop.org.xml.in.h:459 +msgid "WMLScript program" +msgstr "programme WMLScript" + +#: ../freedesktop.org.xml.in.h:460 +msgid "WRI document" +msgstr "document WRI" + +#: ../freedesktop.org.xml.in.h:461 +msgid "WavPack audio" +msgstr "audio WavPack" + +#: ../freedesktop.org.xml.in.h:462 +msgid "WavPack audio correction file" +msgstr "fichier de correction audio WavPack" + +#: ../freedesktop.org.xml.in.h:463 +msgid "Wavelet video" +msgstr "vidéo Wavelet" + +#: ../freedesktop.org.xml.in.h:464 +msgid "Windows BMP image" +msgstr "image Windows BMP" + +#: ../freedesktop.org.xml.in.h:465 +msgid "Windows Installer package" +msgstr "paquet d'installation Windows" + +#: ../freedesktop.org.xml.in.h:466 +msgid "Windows Media Station file" +msgstr "fichier Windows Media Station" + +#: ../freedesktop.org.xml.in.h:467 +msgid "Windows Media audio" +msgstr "audio Windows Media" + +#: ../freedesktop.org.xml.in.h:468 +msgid "Windows Media video" +msgstr "vidéo Windows Media" + +#: ../freedesktop.org.xml.in.h:469 +msgid "Windows Registry extract" +msgstr "extrait de registre Windows" + +#: ../freedesktop.org.xml.in.h:470 +msgid "Windows animated cursor" +msgstr "curseur animé Windows" + +#: ../freedesktop.org.xml.in.h:471 +msgid "Windows cursor" +msgstr "curseur Windows" + +#: ../freedesktop.org.xml.in.h:472 +msgid "Word document" +msgstr "document Word" + +#: ../freedesktop.org.xml.in.h:473 +msgid "Word template" +msgstr "modèle Word" + +#: ../freedesktop.org.xml.in.h:474 +msgid "WordPerfect document" +msgstr "document WordPerfect" + +#: ../freedesktop.org.xml.in.h:475 +msgid "WordPerfect/Drawperfect image" +msgstr "image WordPerfect/DrawPerfect" + +#: ../freedesktop.org.xml.in.h:476 +msgid "X window image" +msgstr "image X window" + +#: ../freedesktop.org.xml.in.h:477 +msgid "X-Motif UIL table" +msgstr "table X-Motif UIL" + +#: ../freedesktop.org.xml.in.h:478 +msgid "X11 cursor" +msgstr "curseur X11" + +#: ../freedesktop.org.xml.in.h:479 +msgid "XBEL bookmarks" +msgstr "marque-pages XBEL" + +#: ../freedesktop.org.xml.in.h:480 +msgid "XBM image" +msgstr "image XBM" + +#: ../freedesktop.org.xml.in.h:481 +msgid "XFig image" +msgstr "image XFig" + +#: ../freedesktop.org.xml.in.h:482 +msgid "XHTML page" +msgstr "page XHTML" + +#: ../freedesktop.org.xml.in.h:483 +msgid "XLIFF translation file" +msgstr "fichier de traduction XLIFF" + +#: ../freedesktop.org.xml.in.h:484 +msgid "XMCD CD database" +msgstr "base de données de CD XMCD" + +#: ../freedesktop.org.xml.in.h:485 +msgid "XMF audio" +msgstr "audio XMF" + +#: ../freedesktop.org.xml.in.h:486 +msgid "XMI file" +msgstr "fichier XMI" + +#: ../freedesktop.org.xml.in.h:487 +msgid "XML document" +msgstr "document XML" + +#: ../freedesktop.org.xml.in.h:488 +msgid "XML entities document" +msgstr "document d'entités XML" + +#: ../freedesktop.org.xml.in.h:489 +msgid "XPM image" +msgstr "image XPM" + +#: ../freedesktop.org.xml.in.h:490 +msgid "XPS document" +msgstr "document XPS" + +#: ../freedesktop.org.xml.in.h:491 +msgid "XSL FO file" +msgstr "fichier XSL FO" + +#: ../freedesktop.org.xml.in.h:492 +msgid "XSLT stylesheet" +msgstr "feuille de style XSLT" + +#: ../freedesktop.org.xml.in.h:493 +msgid "XSPF playlist" +msgstr "liste de lecture XSPF" + +#: ../freedesktop.org.xml.in.h:494 +msgid "XUL document" +msgstr "document XUL" + +#: ../freedesktop.org.xml.in.h:495 +msgid "XUL interface document" +msgstr "document d'interface XUL" + +#: ../freedesktop.org.xml.in.h:496 +msgid "Xbase document" +msgstr "document Xbase" + +#: ../freedesktop.org.xml.in.h:497 +msgid "Zip archive" +msgstr "archive zip" + +#: ../freedesktop.org.xml.in.h:498 +msgid "Zoo archive" +msgstr "archive zoo" + +#: ../freedesktop.org.xml.in.h:499 +msgid "application log" +msgstr "journal d'application" + +#. http://en.wikipedia.org/wiki/Red_Book_(audio_CD_standard) +#: ../freedesktop.org.xml.in.h:501 +msgid "audio CD" +msgstr "CD audio" + +#. http://en.wikipedia.org/wiki/DVD-Audio +#: ../freedesktop.org.xml.in.h:503 +msgid "audio DVD" +msgstr "DVD audio" + +#: ../freedesktop.org.xml.in.h:504 +msgid "author credits" +msgstr "remerciements" + +#: ../freedesktop.org.xml.in.h:505 +msgid "author list" +msgstr "liste d'auteurs" + +#: ../freedesktop.org.xml.in.h:506 +msgid "backup file" +msgstr "fichier de sauvegarde" + +#. http://en.wikipedia.org/wiki/Blu-ray_Disc +#: ../freedesktop.org.xml.in.h:508 +msgid "blank Blu-ray disc" +msgstr "disque Blu-Ray vierge" + +#. http://en.wikipedia.org/wiki/Compact_Disc +#: ../freedesktop.org.xml.in.h:510 +msgid "blank CD disc" +msgstr "CD vierge" + +#. http://en.wikipedia.org/wiki/DVD +#: ../freedesktop.org.xml.in.h:512 +msgid "blank DVD disc" +msgstr "DVD vierge" + +#. http://en.wikipedia.org/wiki/HD_DVD +#: ../freedesktop.org.xml.in.h:514 +msgid "blank HD DVD disc" +msgstr "disque HD-DVD vierge" + +#: ../freedesktop.org.xml.in.h:515 +msgid "block device" +msgstr "périphérique de blocs" + +#: ../freedesktop.org.xml.in.h:516 +msgid "character device" +msgstr "périphérique de caractères" + +#: ../freedesktop.org.xml.in.h:517 +msgid "comic book archive" +msgstr "archive Comic Book" + +#: ../freedesktop.org.xml.in.h:518 +msgid "compound document" +msgstr "document composé" + +#: ../freedesktop.org.xml.in.h:519 +msgid "compound documents" +msgstr "documents composés" + +#: ../freedesktop.org.xml.in.h:520 +msgid "compressed GIMP image" +msgstr "image GIMP compressée" + +#: ../freedesktop.org.xml.in.h:521 +msgid "compressed SVG image" +msgstr "image SVG compressée" + +#: ../freedesktop.org.xml.in.h:522 +msgid "compressed Tracker audio" +msgstr "audio Tracker compressé" + +#: ../freedesktop.org.xml.in.h:523 +msgid "desktop configuration file" +msgstr "fichier de configuration desktop" + +#: ../freedesktop.org.xml.in.h:524 +msgid "detached OpenPGP signature" +msgstr "signature OpenPGP détachée" + +#: ../freedesktop.org.xml.in.h:525 +msgid "detached S/MIME signature" +msgstr "signature S/MIME détachée" + +#: ../freedesktop.org.xml.in.h:526 +msgid "differences between files" +msgstr "différences entre fichiers" + +#. http://en.wikipedia.org/wiki/Design_rule_for_Camera_File_system +#: ../freedesktop.org.xml.in.h:528 +msgid "digital photos" +msgstr "photos numériques" + +#: ../freedesktop.org.xml.in.h:529 +msgid "digital raw image" +msgstr "image brute numérique" + +#: ../freedesktop.org.xml.in.h:530 +msgid "eMusic download package" +msgstr "paquet de téléchargement eMusic" + +#: ../freedesktop.org.xml.in.h:531 +msgid "electronic book document" +msgstr "document livre électronique" + +#: ../freedesktop.org.xml.in.h:532 +msgid "electronic business card" +msgstr "carte de visite électronique" + +#: ../freedesktop.org.xml.in.h:533 +msgid "email headers" +msgstr "en-têtes de courriel" + +#: ../freedesktop.org.xml.in.h:534 +msgid "email message" +msgstr "message de courriel" + +#: ../freedesktop.org.xml.in.h:535 +msgid "empty document" +msgstr "document vide" + +#: ../freedesktop.org.xml.in.h:536 +msgid "encrypted message" +msgstr "message chiffré" + +#: ../freedesktop.org.xml.in.h:537 +msgid "enriched text document" +msgstr "document texte enrichi" + +#: ../freedesktop.org.xml.in.h:538 +msgid "executable" +msgstr "exécutable" + +#: ../freedesktop.org.xml.in.h:539 +msgid "folder" +msgstr "dossier" + +#: ../freedesktop.org.xml.in.h:540 +msgid "generic font file" +msgstr "fichier de polices générique" + +#: ../freedesktop.org.xml.in.h:541 +msgid "help page" +msgstr "page d'aide" + +#: ../freedesktop.org.xml.in.h:542 +msgid "iMelody ringtone" +msgstr "sonnerie iMelody" + +#: ../freedesktop.org.xml.in.h:543 +msgid "iPod firmware" +msgstr "firmware iPod" + +#: ../freedesktop.org.xml.in.h:544 +msgid "iRiver Playlist" +msgstr "liste de lecture iRiver" + +#: ../freedesktop.org.xml.in.h:545 +msgid "installation instructions" +msgstr "instructions d'installation" + +#: ../freedesktop.org.xml.in.h:546 +msgid "iptables configuration file" +msgstr "fichier de configuration iptables" + +#: ../freedesktop.org.xml.in.h:547 +msgid "libtool shared library" +msgstr "bibliothèque partagée libtool" + +#: ../freedesktop.org.xml.in.h:548 +msgid "license terms" +msgstr "termes de licence" + +#: ../freedesktop.org.xml.in.h:549 +msgid "mail delivery report" +msgstr "rapport de livraison de courriels" + +#: ../freedesktop.org.xml.in.h:550 +msgid "mail disposition report" +msgstr "rapport de disposition de courriels" + +#: ../freedesktop.org.xml.in.h:551 +msgid "mail system report" +msgstr "rapport système de courriels" + +#: ../freedesktop.org.xml.in.h:552 +msgid "mailbox file" +msgstr "fichier boîte aux lettres" + +#: ../freedesktop.org.xml.in.h:553 +msgid "manual page (compressed)" +msgstr "page de manuel (compressée)" + +#: ../freedesktop.org.xml.in.h:554 +msgid "message catalog" +msgstr "catalogue de messages" + +#: ../freedesktop.org.xml.in.h:555 +msgid "message digest" +msgstr "condensé de message" + +#: ../freedesktop.org.xml.in.h:556 +msgid "message in several formats" +msgstr "message en formats divers" + +#: ../freedesktop.org.xml.in.h:557 +msgid "mount point" +msgstr "point d'accès" + +#: ../freedesktop.org.xml.in.h:558 +msgid "object code" +msgstr "code objet" + +#: ../freedesktop.org.xml.in.h:559 +msgid "packed font file" +msgstr "fichier de polices empaquetées" + +#: ../freedesktop.org.xml.in.h:560 +msgid "partial email message" +msgstr "message partiel de courriel" + +#: ../freedesktop.org.xml.in.h:561 +msgid "pipe" +msgstr "tube" + +#: ../freedesktop.org.xml.in.h:562 +msgid "plain text document" +msgstr "document texte brut" + +#. see fd.o hal spec +#: ../freedesktop.org.xml.in.h:564 +msgid "portable audio player" +msgstr "lecteur audio portable" + +#: ../freedesktop.org.xml.in.h:565 +msgid "profiler results" +msgstr "résultats de profileur" + +#: ../freedesktop.org.xml.in.h:566 +msgid "program crash data" +msgstr "données de plantage de programme" + +#: ../freedesktop.org.xml.in.h:567 +msgid "raw CD image" +msgstr "image CD brute" + +#: ../freedesktop.org.xml.in.h:568 +msgid "reference to remote file" +msgstr "référence au fichier distant" + +#: ../freedesktop.org.xml.in.h:569 +msgid "rejected patch" +msgstr "correctif rejeté" + +#: ../freedesktop.org.xml.in.h:570 +msgid "resource location" +msgstr "localisation de ressource" + +#: ../freedesktop.org.xml.in.h:571 +msgid "rich text document" +msgstr "document « rich text »" + +#: ../freedesktop.org.xml.in.h:572 +msgid "shared library" +msgstr "bibliothèque partagée" + +#: ../freedesktop.org.xml.in.h:573 +msgid "shell archive" +msgstr "archive shell" + +#: ../freedesktop.org.xml.in.h:574 +msgid "shell script" +msgstr "script shell" + +#: ../freedesktop.org.xml.in.h:575 +msgid "signed message" +msgstr "message signé" + +#: ../freedesktop.org.xml.in.h:576 +msgid "socket" +msgstr "connecteur réseau" + +#. http://standards.freedesktop.org/autostart-spec/autostart-spec-latest.html +#. http://bugzilla.gnome.org/show_bug.cgi?id=509823#c3 +#: ../freedesktop.org.xml.in.h:579 +msgid "software" +msgstr "logiciel" + +#: ../freedesktop.org.xml.in.h:580 +msgid "spreadsheet interchange document" +msgstr "document d'échange de feuilles de calcul" + +#: ../freedesktop.org.xml.in.h:581 +msgid "stream of data (server push)" +msgstr "flux de données (émis par le serveur)" + +#: ../freedesktop.org.xml.in.h:582 +msgid "symbolic link" +msgstr "lien symbolique" + +#: ../freedesktop.org.xml.in.h:583 +msgid "theme" +msgstr "thème" + +#: ../freedesktop.org.xml.in.h:584 +msgid "translated messages (machine-readable)" +msgstr "messages traduits (lisibles par machine)" + +#: ../freedesktop.org.xml.in.h:585 +msgid "translation file" +msgstr "fichier de traduction" + +#: ../freedesktop.org.xml.in.h:586 +msgid "translation template" +msgstr "modèle de traduction" + +#: ../freedesktop.org.xml.in.h:587 +msgid "txt2tags document" +msgstr "document txt2tags" + +#: ../freedesktop.org.xml.in.h:588 +msgid "unknown" +msgstr "inconnu" + +#. http://en.wikipedia.org/wiki/DVD-Video +#: ../freedesktop.org.xml.in.h:590 +msgid "video DVD" +msgstr "DVD vidéo" diff --git a/po/ga.po b/po/ga.po new file mode 100644 index 0000000..0acaca4 --- /dev/null +++ b/po/ga.po @@ -0,0 +1,2314 @@ +# Irish translations for shared-mime-info package. +# This file is distributed under the same license as the shared-mime-info package. +# +# Seán de Búrca , 2007. +# Kevin Scannell , 2008. +msgid "" +msgstr "" +"Project-Id-Version: shared-mime-info 0.51\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2008-07-23 12:49+0100\n" +"PO-Revision-Date: 2008-07-23 09:35-0500\n" +"Last-Translator: Kevin Scannell \n" +"Language-Team: Irish \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=5; plural=n==1 ? 0 : (n%10==1 || n%10==2) ? 1 : (n%10>=3 && n%10<= 6) ? 2 : ((n%10>=7 && n%10<=9) || n==10) ? 3 : 4;\n" + +#: ../freedesktop.org.xml.in.h:1 +msgid "3D Studio image" +msgstr "íomhá 3D Studio" + +#: ../freedesktop.org.xml.in.h:2 +msgid "3GPP multimedia file" +msgstr "comhad ilmheán 3GPP" + +#: ../freedesktop.org.xml.in.h:3 +msgid "7-zip archive" +msgstr "cartlann 7-zip" + +#: ../freedesktop.org.xml.in.h:4 +msgid "ACE archive" +msgstr "cartlann ACE" + +#: ../freedesktop.org.xml.in.h:5 +msgid "AIFC audio" +msgstr "fuaim AIFC" + +#: ../freedesktop.org.xml.in.h:6 +msgid "AIFF audio" +msgstr "fuaim AIFF" + +#: ../freedesktop.org.xml.in.h:7 +msgid "AIFF/Amiga/Mac audio" +msgstr "fuaim AIFF/Amiga/Mac" + +#: ../freedesktop.org.xml.in.h:8 +msgid "AMR audio" +msgstr "fuaim AMR" + +#: ../freedesktop.org.xml.in.h:9 +msgid "AMR-WB audio" +msgstr "fuaim AMR-WB" + +#: ../freedesktop.org.xml.in.h:10 +msgid "ANIM animation" +msgstr "beochan ANIM" + +#: ../freedesktop.org.xml.in.h:11 +msgid "AR archive" +msgstr "cartlann AR" + +#: ../freedesktop.org.xml.in.h:12 +msgid "ARC archive" +msgstr "cartlann ARC" + +#: ../freedesktop.org.xml.in.h:13 +msgid "ARJ archive" +msgstr "cartlann ARJ" + +#: ../freedesktop.org.xml.in.h:14 +msgid "ASF video" +msgstr "físeán ASF" + +#: ../freedesktop.org.xml.in.h:15 +msgid "ASP page" +msgstr "leathanach ASP" + +#: ../freedesktop.org.xml.in.h:16 +msgid "ATK inset" +msgstr "intlis ATK" + +#: ../freedesktop.org.xml.in.h:17 +msgid "AVI video" +msgstr "físeán AVI" + +#: ../freedesktop.org.xml.in.h:18 +msgid "AWK script" +msgstr "script AWK" + +#: ../freedesktop.org.xml.in.h:19 +msgid "AbiWord document" +msgstr "cáipéis AbiWord" + +#: ../freedesktop.org.xml.in.h:20 +msgid "Ada source code" +msgstr "cód foinseach Ada" + +#: ../freedesktop.org.xml.in.h:21 +msgid "Adobe DNG negative" +msgstr "claonchló DNG Adobe" + +#: ../freedesktop.org.xml.in.h:22 +msgid "Adobe FrameMaker MIF document" +msgstr "cáipéis MIF Adobe FrameMaker" + +#: ../freedesktop.org.xml.in.h:23 +msgid "Adobe FrameMaker document" +msgstr "cáipéis Adobe FrameMaker" + +#: ../freedesktop.org.xml.in.h:24 +msgid "Adobe FrameMaker font" +msgstr "cló Adobe FrameMaker" + +#: ../freedesktop.org.xml.in.h:25 +msgid "Adobe Illustrator document" +msgstr "cáipéis Adobe Illustrator" + +#: ../freedesktop.org.xml.in.h:26 +msgid "Adobe font metrics" +msgstr "meadarachtaí cló Adobe" + +#: ../freedesktop.org.xml.in.h:27 +msgid "Alzip archive" +msgstr "cartlann Alzip" + +#: ../freedesktop.org.xml.in.h:28 +msgid "Amiga SoundTracker audio" +msgstr "fuaim Amiga SoundTracker" + +#: ../freedesktop.org.xml.in.h:29 +msgid "Applix Graphics image" +msgstr "íomhá Applix Graphics" + +#: ../freedesktop.org.xml.in.h:30 +msgid "Applix Spreadsheets spreadsheet" +msgstr "scarbhileog Applix Spreadsheets" + +#: ../freedesktop.org.xml.in.h:31 +msgid "Applix Words document" +msgstr "cáipéis Applix Words" + +#: ../freedesktop.org.xml.in.h:32 +msgid "Atom syndication feed" +msgstr "fotha sindeacáitithe Atom" + +#: ../freedesktop.org.xml.in.h:33 +msgid "AutoCAD image" +msgstr "íomhá AutoCAD" + +#: ../freedesktop.org.xml.in.h:34 +msgid "BCPIO document" +msgstr "cáipéis BCPIO" + +#: ../freedesktop.org.xml.in.h:35 +msgid "BDF font" +msgstr "cló BDF" + +#: ../freedesktop.org.xml.in.h:36 +msgid "BibTeX document" +msgstr "cáipéis BibTeX" + +#: ../freedesktop.org.xml.in.h:37 +msgid "BitTorrent seed file" +msgstr "comhad síl BitTorrent" + +#: ../freedesktop.org.xml.in.h:38 +msgid "Blender scene" +msgstr "radharc Blender" + +#. http://en.wikipedia.org/wiki/Blu-ray_Disc +#. http://www.blu-raydisc.com/Section-13470/Section-13890/Index.html +#: ../freedesktop.org.xml.in.h:41 +msgid "Blu-ray video disc" +msgstr "diosca físe Blu-Ray" + +#: ../freedesktop.org.xml.in.h:42 +msgid "Bzip archive" +msgstr "cartlann Bzip" + +#: ../freedesktop.org.xml.in.h:43 +msgid "C header" +msgstr "ceanntásc C" + +#: ../freedesktop.org.xml.in.h:44 +msgid "C shell script" +msgstr "script bhlaosc C" + +#: ../freedesktop.org.xml.in.h:45 +msgid "C source code" +msgstr "cód foinseach C" + +#: ../freedesktop.org.xml.in.h:46 +msgid "C# source code" +msgstr "cód foinseach C#" + +#: ../freedesktop.org.xml.in.h:47 +msgid "C++ header" +msgstr "ceanntásc C++" + +#: ../freedesktop.org.xml.in.h:48 +msgid "C++ source code" +msgstr "cód foinseach C++" + +#: ../freedesktop.org.xml.in.h:49 +msgid "CCITT G3 fax" +msgstr "facs CCITT G3" + +#: ../freedesktop.org.xml.in.h:50 +msgid "CD Table Of Contents" +msgstr "clár ábhar dlúthdhiosca" + +#: ../freedesktop.org.xml.in.h:51 +msgid "CD image cuesheet" +msgstr "bileog chiúáil íomhá CD" + +#: ../freedesktop.org.xml.in.h:52 +msgid "CHM document" +msgstr "cáipéis CHM" + +#: ../freedesktop.org.xml.in.h:53 +msgid "CMU raster image" +msgstr "íomhá rastar CMU" + +#: ../freedesktop.org.xml.in.h:54 +msgid "CMake source code" +msgstr "cód foinseach CMake" + +#: ../freedesktop.org.xml.in.h:55 +msgid "CPIO archive" +msgstr "cartlann CPIO" + +#: ../freedesktop.org.xml.in.h:56 +msgid "CPIO archive (gzip-compressed)" +msgstr "cartlann CPIO (comhbhrúite le gzip)" + +#: ../freedesktop.org.xml.in.h:57 +msgid "CSS stylesheet" +msgstr "stílbhileog CSS" + +#: ../freedesktop.org.xml.in.h:58 +msgid "CSV document" +msgstr "cáipéis CSV" + +#: ../freedesktop.org.xml.in.h:59 +msgid "Canon CR2 raw image" +msgstr "amhíomhá Canon CR2" + +#: ../freedesktop.org.xml.in.h:60 +msgid "Canon CRW raw image" +msgstr "amhíomhá Canon CRW" + +#: ../freedesktop.org.xml.in.h:61 +msgid "ChangeLog document" +msgstr "cáipéis ChangeLog" + +#: ../freedesktop.org.xml.in.h:62 +msgid "Cisco VPN Settings" +msgstr "socruithe VPN Cisco" + +#: ../freedesktop.org.xml.in.h:63 +msgid "Citrix ICA settings file" +msgstr "comhad socruithe Citrix ICA" + +#: ../freedesktop.org.xml.in.h:64 +msgid "Commodore 64 audio" +msgstr "fuaim Commodore 64" + +#: ../freedesktop.org.xml.in.h:65 +msgid "Computer Graphics Metafile" +msgstr "meiteachomhad Grafaicí Ríomhaire" + +#: ../freedesktop.org.xml.in.h:66 +msgid "Corel Draw drawing" +msgstr "líníocht Corel Draw" + +#: ../freedesktop.org.xml.in.h:67 +msgid "D source code" +msgstr "cód foinseach D" + +#: ../freedesktop.org.xml.in.h:68 +msgid "DAR archive" +msgstr "cartlann DAR" + +#: ../freedesktop.org.xml.in.h:69 +msgid "DCL script" +msgstr "script DCL" + +#: ../freedesktop.org.xml.in.h:70 +msgid "DER/PEM/Netscape-encoded X.509 certificate" +msgstr "teastas X.509 ionchódaithe le DER/PEM/Netscape" + +#: ../freedesktop.org.xml.in.h:71 +msgid "DIB image" +msgstr "íomhá DIB" + +#: ../freedesktop.org.xml.in.h:72 +msgid "DICOM image" +msgstr "íomhá DICOM" + +#: ../freedesktop.org.xml.in.h:73 +msgid "DOS font" +msgstr "cló DOS" + +#: ../freedesktop.org.xml.in.h:74 +msgid "DOS/Windows executable" +msgstr "comhad inrite DOS/Windows" + +#: ../freedesktop.org.xml.in.h:75 +msgid "DPX image" +msgstr "íomhá DPX" + +#: ../freedesktop.org.xml.in.h:76 +msgid "DSSSL document" +msgstr "cáipéis DSSSL" + +#: ../freedesktop.org.xml.in.h:77 +msgid "DTD file" +msgstr "comhad DTD" + +#: ../freedesktop.org.xml.in.h:78 +msgid "DV video" +msgstr "físeán DV" + +#: ../freedesktop.org.xml.in.h:79 +msgid "DXF vector image" +msgstr "íomhá veicteoir DXF" + +#: ../freedesktop.org.xml.in.h:80 +msgid "Debian package" +msgstr "pacáiste Debian" + +#: ../freedesktop.org.xml.in.h:81 +msgid "Dia diagram" +msgstr "léaráid Dia" + +#: ../freedesktop.org.xml.in.h:82 +msgid "DirectDraw surface" +msgstr "dromchla DirectDraw" + +#: ../freedesktop.org.xml.in.h:83 +msgid "DjVu image" +msgstr "íomhá DjVu" + +#: ../freedesktop.org.xml.in.h:84 +msgid "DocBook document" +msgstr "cáipéis DocBook" + +#: ../freedesktop.org.xml.in.h:85 +msgid "Dolby Digital audio" +msgstr "fuaim Dolby Digital" + +#: ../freedesktop.org.xml.in.h:86 +msgid "Dreamcast ROM" +msgstr "ROM Dreamcast" + +#: ../freedesktop.org.xml.in.h:87 +msgid "ECMAScript program" +msgstr "ríomhchlár ECMAScript" + +#: ../freedesktop.org.xml.in.h:88 +msgid "EMF image" +msgstr "íomhá EMF" + +#: ../freedesktop.org.xml.in.h:89 +msgid "EPS image" +msgstr "íomhá EPS" + +#: ../freedesktop.org.xml.in.h:90 +msgid "EPS image (bzip-compressed)" +msgstr "íomhá EPS (comhbhrúite le bzip)" + +#: ../freedesktop.org.xml.in.h:91 +msgid "EPS image (gzip-compressed)" +msgstr "íomhá EPS (comhbhrúite le gzip)" + +#: ../freedesktop.org.xml.in.h:92 +msgid "EXR image" +msgstr "íomhá EXR" + +#: ../freedesktop.org.xml.in.h:93 +msgid "Egon Animator animation" +msgstr "beochan Egon Animator" + +#: ../freedesktop.org.xml.in.h:94 +msgid "Eiffel source code" +msgstr "cód foinseach Eiffel" + +#: ../freedesktop.org.xml.in.h:95 +msgid "Emacs Lisp source code" +msgstr "cód foinseach Emacs Lisp" + +#: ../freedesktop.org.xml.in.h:96 +msgid "Enlightenment theme" +msgstr "téama Enlightenment" + +#: ../freedesktop.org.xml.in.h:97 +msgid "Erlang source code" +msgstr "cód foinseach Erlang" + +#: ../freedesktop.org.xml.in.h:98 +msgid "Excel spreadsheet" +msgstr "scarbhileog Excel" + +#: ../freedesktop.org.xml.in.h:99 +msgid "FITS document" +msgstr "cáipéis FITS" + +#: ../freedesktop.org.xml.in.h:100 +msgid "FLAC audio" +msgstr "fuaim FLAC" + +#: ../freedesktop.org.xml.in.h:101 +msgid "FLIC animation" +msgstr "beochan FLIC" + +#: ../freedesktop.org.xml.in.h:102 +msgid "FLTK Fluid file" +msgstr "comhad FLTK Fluid" + +#: ../freedesktop.org.xml.in.h:103 +msgid "FPX image" +msgstr "íomhá FPX" + +#: ../freedesktop.org.xml.in.h:104 +msgid "FastTracker II audio" +msgstr "fuaim FastTracker II" + +#: ../freedesktop.org.xml.in.h:105 +msgid "Flash video" +msgstr "físeán Flash" + +#: ../freedesktop.org.xml.in.h:106 +msgid "Fortran source code" +msgstr "cód foinseach Fortran" + +#: ../freedesktop.org.xml.in.h:107 +msgid "Fuji RAF raw image" +msgstr "amhíomhá Fuji RAF" + +#: ../freedesktop.org.xml.in.h:108 +msgid "G3 fax image" +msgstr "íomhá fhacs G3" + +#: ../freedesktop.org.xml.in.h:109 +msgid "GDBM database" +msgstr "bunachar sonraí GDBM" + +#: ../freedesktop.org.xml.in.h:110 +msgid "GEDCOM family history" +msgstr "stair theaghlach GEDCOM" + +#: ../freedesktop.org.xml.in.h:111 +msgid "GIF image" +msgstr "íomhá GIF" + +#: ../freedesktop.org.xml.in.h:112 +msgid "GIMP image" +msgstr "íomhá GIMP" + +#: ../freedesktop.org.xml.in.h:113 +msgid "GMC link" +msgstr "nasc GMC" + +#: ../freedesktop.org.xml.in.h:114 +msgid "GNU Oleo spreadsheet" +msgstr "scarbhileog GNU Oleo" + +#: ../freedesktop.org.xml.in.h:115 +msgid "GNU mail message" +msgstr "teachtaireacht phost GNU" + +#: ../freedesktop.org.xml.in.h:116 +msgid "GNUnet search file" +msgstr "comhad cuardaigh GNUnet" + +#: ../freedesktop.org.xml.in.h:117 +msgid "GTKtalog catalog" +msgstr "catalóg GTKtalog" + +#: ../freedesktop.org.xml.in.h:118 +msgid "Game Boy Advance ROM" +msgstr "ROM Game Boy Advance" + +#: ../freedesktop.org.xml.in.h:119 +msgid "Game Boy ROM" +msgstr "ROM Game Boy" + +#. Translate this to Megadrive if the console was known as such in your locale +#. Should be Megadrive in all but en_US: http://en.wikipedia.org/wiki/Megadrive#History +#: ../freedesktop.org.xml.in.h:122 +msgid "Genesis ROM" +msgstr "ROM Genesis" + +#: ../freedesktop.org.xml.in.h:123 +msgid "Glade project" +msgstr "tionscadal Glade" + +#: ../freedesktop.org.xml.in.h:124 +msgid "GnuCash spreadsheet" +msgstr "scarbhileog GnuCash" + +#: ../freedesktop.org.xml.in.h:125 +msgid "Gnumeric spreadsheet" +msgstr "scarbhileog Gnumeric" + +#: ../freedesktop.org.xml.in.h:126 +msgid "Gnuplot document" +msgstr "cáipéis Gnuplot" + +#: ../freedesktop.org.xml.in.h:127 +msgid "Google Video Pointer" +msgstr "pointeoir Google Video" + +#: ../freedesktop.org.xml.in.h:128 +msgid "Graphite scientific graph" +msgstr "graf eolaíoch Graphite" + +#: ../freedesktop.org.xml.in.h:129 +msgid "Gzip archive" +msgstr "cartlann Gzip" + +#. http://en.wikipedia.org/wiki/HD_DVD +#. http://www.dvdafteredit.com/wiki/The_HVDVD_TS_Folder +#: ../freedesktop.org.xml.in.h:132 +msgid "HD DVD video disc" +msgstr "diosca físe HD DVD" + +#: ../freedesktop.org.xml.in.h:133 +msgid "HDF document" +msgstr "cáipéis HDF" + +#: ../freedesktop.org.xml.in.h:134 +msgid "HPGL file" +msgstr "comhad HPGL" + +#: ../freedesktop.org.xml.in.h:135 +msgid "HTML document" +msgstr "cáipéis HTML" + +#: ../freedesktop.org.xml.in.h:136 +msgid "Haansoft Hangul document" +msgstr "cáipéis Haansoft Hangul" + +#: ../freedesktop.org.xml.in.h:137 +msgid "Haansoft Hangul document template" +msgstr "teimpléad cháipéis Haansoft Hangul" + +#: ../freedesktop.org.xml.in.h:138 +msgid "Haskell source code" +msgstr "cód foinseach Haskell" + +#: ../freedesktop.org.xml.in.h:139 +msgid "ICO icon" +msgstr "deilbhín ICO" + +#: ../freedesktop.org.xml.in.h:140 +msgid "IDL document" +msgstr "cáipéis IDL" + +#: ../freedesktop.org.xml.in.h:141 +msgid "IEF image" +msgstr "íomhá IEF" + +#: ../freedesktop.org.xml.in.h:142 +msgid "IFF image" +msgstr "íomhá IFF" + +#: ../freedesktop.org.xml.in.h:143 +msgid "ILBM image" +msgstr "íomhá ILBM" + +#: ../freedesktop.org.xml.in.h:144 +msgid "ISI video" +msgstr "físeán ISI" + +#: ../freedesktop.org.xml.in.h:145 +msgid "Impulse Tracker audio" +msgstr "fuaim Impulse Tracker" + +#: ../freedesktop.org.xml.in.h:146 +msgid "Internet shortcut" +msgstr "aicearra Idirlín" + +#: ../freedesktop.org.xml.in.h:147 +msgid "JAD document" +msgstr "cáipéis JAD" + +#: ../freedesktop.org.xml.in.h:148 +msgid "JBuilder project" +msgstr "tionscadal JBuilder" + +#: ../freedesktop.org.xml.in.h:149 +msgid "JET database" +msgstr "bunachar sonraí JET" + +#: ../freedesktop.org.xml.in.h:150 +msgid "JNG image" +msgstr "íomhá JNG" + +#: ../freedesktop.org.xml.in.h:151 +msgid "JNLP file" +msgstr "comhad JNLP" + +#: ../freedesktop.org.xml.in.h:152 +msgid "JPEG image" +msgstr "íomhá JPEG" + +#: ../freedesktop.org.xml.in.h:153 +msgid "JPEG-2000 image" +msgstr "íomhá JPEG-2000" + +#: ../freedesktop.org.xml.in.h:154 +msgid "Java archive" +msgstr "cartlann Java" + +#: ../freedesktop.org.xml.in.h:155 +msgid "Java byte code" +msgstr "beartchód Java" + +#: ../freedesktop.org.xml.in.h:156 +msgid "Java class" +msgstr "aicme Java" + +#: ../freedesktop.org.xml.in.h:157 +msgid "Java source code" +msgstr "cód foinseach Java" + +#: ../freedesktop.org.xml.in.h:158 +msgid "JavaScript program" +msgstr "ríomhchlár JavaScript" + +#: ../freedesktop.org.xml.in.h:159 +msgid "KChart chart" +msgstr "cairt KChart" + +#: ../freedesktop.org.xml.in.h:160 +msgid "KFormula formula" +msgstr "foirmle KFormula" + +#: ../freedesktop.org.xml.in.h:161 +msgid "KIllustrator drawing" +msgstr "líníocht KIllustrator" + +#: ../freedesktop.org.xml.in.h:162 +msgid "KPovModeler scene" +msgstr "radharc KPovModeler" + +#: ../freedesktop.org.xml.in.h:163 +msgid "KPresenter presentation" +msgstr "láithreoireacht KPresenter" + +#: ../freedesktop.org.xml.in.h:164 +msgid "KSpread spreadsheet" +msgstr "scarbhileog KSpread" + +#: ../freedesktop.org.xml.in.h:165 +msgid "KSpread spreadsheet (encrypted)" +msgstr "scarbhileog KSpread (criptithe)" + +#: ../freedesktop.org.xml.in.h:166 +msgid "KSysV init package" +msgstr "pacáiste thosú KSysV" + +#: ../freedesktop.org.xml.in.h:167 +msgid "KWord document" +msgstr "cáipéis KWord" + +#: ../freedesktop.org.xml.in.h:168 +msgid "KWord document (encrypted)" +msgstr "cáipéis KWord (criptithe)" + +#: ../freedesktop.org.xml.in.h:169 +msgid "Karbon14 drawing" +msgstr "líníocht Karbon14" + +#: ../freedesktop.org.xml.in.h:170 +msgid "Kivio flowchart" +msgstr "sreabhchairt Kivio" + +#: ../freedesktop.org.xml.in.h:171 +msgid "Kodak DCR raw image" +msgstr "amhíomhá Kodak DCR" + +#: ../freedesktop.org.xml.in.h:172 +msgid "Kodak K25 raw image" +msgstr "amhíomhá Kodak K25" + +#: ../freedesktop.org.xml.in.h:173 +msgid "Kodak KDC raw image" +msgstr "amhíomhá Kodak KDC" + +#: ../freedesktop.org.xml.in.h:174 +msgid "Kontour drawing" +msgstr "líníocht Kontour" + +#: ../freedesktop.org.xml.in.h:175 +msgid "Krita document" +msgstr "cáipéis Krita" + +#: ../freedesktop.org.xml.in.h:176 +msgid "Kugar document" +msgstr "cáipéis Kugar" + +#: ../freedesktop.org.xml.in.h:177 +msgid "LDIF address book" +msgstr "leabhar sheoltaí LDIF" + +#: ../freedesktop.org.xml.in.h:178 +msgid "LHA archive" +msgstr "cartlann LHA" + +#: ../freedesktop.org.xml.in.h:179 +msgid "LHS source code" +msgstr "cód foinseach LHS" + +#: ../freedesktop.org.xml.in.h:180 +msgid "LHZ archive" +msgstr "cartlann LHZ" + +#: ../freedesktop.org.xml.in.h:181 +msgid "LIBGRX font" +msgstr "cló LIBGRX" + +#: ../freedesktop.org.xml.in.h:182 +msgid "LZMA archive" +msgstr "cartlann LZMA" + +#: ../freedesktop.org.xml.in.h:183 +msgid "LZO archive" +msgstr "cartlann LZO" + +#: ../freedesktop.org.xml.in.h:184 +msgid "LightWave object" +msgstr "réad LightWave" + +#: ../freedesktop.org.xml.in.h:185 +msgid "LightWave scene" +msgstr "radharc LightWave" + +#: ../freedesktop.org.xml.in.h:186 +msgid "Lilypond music sheet" +msgstr "bileog cheoil Lilypond" + +#: ../freedesktop.org.xml.in.h:187 +msgid "Linux PSF console font" +msgstr "cló chonsól Linux PSF" + +#: ../freedesktop.org.xml.in.h:188 +msgid "Linux PSF console font (gzip-compressed)" +msgstr "cló chonsól Linux PSF (comhbhrúite le gzip)" + +#: ../freedesktop.org.xml.in.h:189 +msgid "Lotus 1-2-3 spreadsheet" +msgstr "scarbhileog Lotus 1-2-3" + +#: ../freedesktop.org.xml.in.h:190 +msgid "Lotus AmiPro document" +msgstr "cáipéis Lotus AmiPro" + +#: ../freedesktop.org.xml.in.h:191 +msgid "Lua script" +msgstr "script Lua" + +#: ../freedesktop.org.xml.in.h:192 +msgid "LyX document" +msgstr "cáipéis LyX" + +#: ../freedesktop.org.xml.in.h:193 +msgid "M4 macro" +msgstr "macra M4" + +#: ../freedesktop.org.xml.in.h:194 +msgid "MATLAB script/function" +msgstr "script/feidhm MATLAB" + +#: ../freedesktop.org.xml.in.h:195 +msgid "MIDI audio" +msgstr "fuaim MIDI" + +#: ../freedesktop.org.xml.in.h:196 +msgid "MNG animation" +msgstr "beochan MNG" + +#: ../freedesktop.org.xml.in.h:197 +msgid "MP2 audio" +msgstr "fuaim MP2" + +#: ../freedesktop.org.xml.in.h:198 +msgid "MP3 ShoutCast playlist" +msgstr "seinmliosta MP3 ShoutCast" + +#: ../freedesktop.org.xml.in.h:199 +msgid "MP3 audio" +msgstr "fuaim MP3" + +#: ../freedesktop.org.xml.in.h:200 +msgid "MP3 audio (streamed)" +msgstr "fuaim MP3 (sruthaithe)" + +#: ../freedesktop.org.xml.in.h:201 +msgid "MPEG video" +msgstr "físeán MPEG" + +#: ../freedesktop.org.xml.in.h:202 +msgid "MPEG-4 audio" +msgstr "fuaim MPEG-4" + +#: ../freedesktop.org.xml.in.h:203 +msgid "MPEG-4 audio book" +msgstr "leabhar fhuaim MPEG-4" + +#: ../freedesktop.org.xml.in.h:204 +msgid "MPEG-4 video" +msgstr "físeán MPEG-4" + +#: ../freedesktop.org.xml.in.h:205 +msgid "MPSub subtitles" +msgstr "fotheidil MPSub" + +#: ../freedesktop.org.xml.in.h:206 +msgid "MRML playlist" +msgstr "seinmliosta MRML" + +#: ../freedesktop.org.xml.in.h:207 +msgid "MSX ROM" +msgstr "ROM MSX" + +#: ../freedesktop.org.xml.in.h:208 +msgid "MacOS X icon" +msgstr "deilbhín MacOS X" + +#: ../freedesktop.org.xml.in.h:209 +msgid "MacPaint Bitmap image" +msgstr "íomhá MacPaint Bitmap" + +#: ../freedesktop.org.xml.in.h:210 +msgid "Macintosh AppleDouble-encoded file" +msgstr "comhad ionchódaithe le Macintosh AppleDouble" + +#: ../freedesktop.org.xml.in.h:211 +msgid "Macintosh BinHex-encoded file" +msgstr "comhad ionchódaithe le Macintosh BinHex" + +#: ../freedesktop.org.xml.in.h:212 +msgid "Macintosh MacBinary file" +msgstr "comhad Macintosh MacBinary" + +#: ../freedesktop.org.xml.in.h:213 +msgid "Macintosh Quickdraw/PICT drawing" +msgstr "líníocht Macintosh Quickdraw/PICT" + +#: ../freedesktop.org.xml.in.h:214 +msgid "MagicPoint presentation" +msgstr "láithreoireacht MagicPoint" + +#: ../freedesktop.org.xml.in.h:215 +msgid "Makefile" +msgstr "Makefile" + +#: ../freedesktop.org.xml.in.h:216 +msgid "Managed Object Format" +msgstr "formáid réada bainistithe" + +#: ../freedesktop.org.xml.in.h:217 +msgid "Markaby script" +msgstr "script Markaby" + +#: ../freedesktop.org.xml.in.h:218 +msgid "MathML document" +msgstr "cáipéis MathML" + +#: ../freedesktop.org.xml.in.h:219 +msgid "Mathematica Notebook" +msgstr "leabhar nótaí Mathematica" + +#: ../freedesktop.org.xml.in.h:220 +msgid "Matroska audio" +msgstr "fuaim Matroska" + +#: ../freedesktop.org.xml.in.h:221 +msgid "Matroska stream" +msgstr "sruth Matroska" + +#: ../freedesktop.org.xml.in.h:222 +msgid "Matroska video" +msgstr "físeán Matroska" + +#: ../freedesktop.org.xml.in.h:223 +msgid "MicroDVD subtitles" +msgstr "fotheidil MicroDVD" + +#: ../freedesktop.org.xml.in.h:224 +msgid "Microsoft ASX playlist" +msgstr "seinmliosta Microsoft ASX" + +#: ../freedesktop.org.xml.in.h:225 +msgid "Microsoft Works document" +msgstr "cáipéis Microsoft Works" + +#: ../freedesktop.org.xml.in.h:226 +msgid "MiniPSF audio" +msgstr "fuaim MiniPSF" + +#: ../freedesktop.org.xml.in.h:227 +msgid "Minolta MRW raw image" +msgstr "amhíomhá Minolta MRW" + +#: ../freedesktop.org.xml.in.h:228 +msgid "Monkey's audio" +msgstr "fuaim Monkey's" + +#: ../freedesktop.org.xml.in.h:229 +msgid "Mozilla bookmarks" +msgstr "leabharmharcanna Mozilla" + +#: ../freedesktop.org.xml.in.h:230 +msgid "Mup publication" +msgstr "foilseachán Mup" + +#: ../freedesktop.org.xml.in.h:231 +msgid "Musepack audio" +msgstr "fuaim Musepack" + +#. Translate this to Famicom if the console was known as such in your locale +#: ../freedesktop.org.xml.in.h:233 +msgid "NES ROM" +msgstr "ROM NES" + +#: ../freedesktop.org.xml.in.h:234 +msgid "NFO document" +msgstr "cáipéis NFO" + +#: ../freedesktop.org.xml.in.h:235 +msgid "NIFF image" +msgstr "íomhá NIFF" + +#: ../freedesktop.org.xml.in.h:236 +msgid "Nautilus link" +msgstr "nasc Nautilus" + +#: ../freedesktop.org.xml.in.h:237 +msgid "Nikon NEF raw image" +msgstr "amhíomhá Nikon NEF" + +#: ../freedesktop.org.xml.in.h:238 +msgid "Nintendo DS ROM" +msgstr "ROM Nintendo DS" + +#: ../freedesktop.org.xml.in.h:239 +msgid "Nintendo64 ROM" +msgstr "ROM Nintendo64" + +#: ../freedesktop.org.xml.in.h:240 +msgid "NullSoft video" +msgstr "físeán NullSoft" + +#: ../freedesktop.org.xml.in.h:241 +msgid "OCL file" +msgstr "comhad OCL" + +#: ../freedesktop.org.xml.in.h:242 +msgid "OCaml source code" +msgstr "cód foinseach OCaml" + +#: ../freedesktop.org.xml.in.h:243 +msgid "ODA document" +msgstr "cáipéis ODA" + +#: ../freedesktop.org.xml.in.h:244 +msgid "ODB database" +msgstr "bunachar sonraí ODB" + +#: ../freedesktop.org.xml.in.h:245 +msgid "ODC chart" +msgstr "cairt ODC" + +#: ../freedesktop.org.xml.in.h:246 +msgid "ODF formula" +msgstr "foirmle ODF" + +#: ../freedesktop.org.xml.in.h:247 +msgid "ODG drawing" +msgstr "líníocht ODG" + +#: ../freedesktop.org.xml.in.h:248 +msgid "ODG template" +msgstr "teimpléad ODG" + +#: ../freedesktop.org.xml.in.h:249 +msgid "ODI image" +msgstr "íomhá ODI" + +#: ../freedesktop.org.xml.in.h:250 +msgid "ODM document" +msgstr "cáipéis ODM" + +#: ../freedesktop.org.xml.in.h:251 +msgid "ODP presentation" +msgstr "láithreoireacht ODP" + +#: ../freedesktop.org.xml.in.h:252 +msgid "ODP template" +msgstr "teimpléad ODP" + +#: ../freedesktop.org.xml.in.h:253 +msgid "ODS spreadsheet" +msgstr "scarbhileog ODS" + +#: ../freedesktop.org.xml.in.h:254 +msgid "ODS template" +msgstr "teimpléad ODS" + +#: ../freedesktop.org.xml.in.h:255 +msgid "ODT document" +msgstr "cáipéis ODT" + +#: ../freedesktop.org.xml.in.h:256 +msgid "ODT template" +msgstr "teimpléad ODT" + +#: ../freedesktop.org.xml.in.h:257 +msgid "OGM video" +msgstr "físeán OGM" + +#: ../freedesktop.org.xml.in.h:258 +msgid "OLE2 compound document storage" +msgstr "stóras cháipéisí comhshuite OLE2" + +#: ../freedesktop.org.xml.in.h:259 +msgid "OPML syndication feed" +msgstr "fotha sindeacáitithe OPML" + +#: ../freedesktop.org.xml.in.h:260 +msgid "OTH template" +msgstr "teimpléad OTH" + +#: ../freedesktop.org.xml.in.h:261 +msgid "Objective-C source code" +msgstr "cód foinseach Objective-C" + +#: ../freedesktop.org.xml.in.h:262 +msgid "Office drawing" +msgstr "líníocht Office" + +#: ../freedesktop.org.xml.in.h:263 +msgid "Ogg Audio" +msgstr "fuaim Ogg" + +#: ../freedesktop.org.xml.in.h:264 +msgid "Ogg FLAC audio" +msgstr "fuaim Ogg FLAC" + +#: ../freedesktop.org.xml.in.h:265 +msgid "Ogg Speex audio" +msgstr "fuaim Ogg Speex" + +#: ../freedesktop.org.xml.in.h:266 +msgid "Ogg Theora video" +msgstr "físeán Ogg Theora" + +#: ../freedesktop.org.xml.in.h:267 +msgid "Ogg Video" +msgstr "físeán Ogg" + +#: ../freedesktop.org.xml.in.h:268 +msgid "Ogg Vorbis audio" +msgstr "fuaim Ogg Vorbis" + +#: ../freedesktop.org.xml.in.h:269 +msgid "Ogg multimedia file" +msgstr "comhad ilmheán Ogg" + +#: ../freedesktop.org.xml.in.h:270 +msgid "Olympus ORF raw image" +msgstr "amhíomhá Olympus ORF" + +#: ../freedesktop.org.xml.in.h:271 +msgid "OpenOffice Calc spreadsheet" +msgstr "scarbhileog OpenOffice Calc" + +#: ../freedesktop.org.xml.in.h:272 +msgid "OpenOffice Calc template" +msgstr "teimpléad OpenOffice Calc" + +#: ../freedesktop.org.xml.in.h:273 +msgid "OpenOffice Draw drawing" +msgstr "líníocht OpenOffice Draw" + +#: ../freedesktop.org.xml.in.h:274 +msgid "OpenOffice Draw template" +msgstr "teimpléad OpenOffice Draw" + +#: ../freedesktop.org.xml.in.h:275 +msgid "OpenOffice Impress presentation" +msgstr "láithreoireacht OpenOffice Impress" + +#: ../freedesktop.org.xml.in.h:276 +msgid "OpenOffice Impress template" +msgstr "teimpléad OpenOffice Impress" + +#: ../freedesktop.org.xml.in.h:277 +msgid "OpenOffice Math formula" +msgstr "foirmle OpenOffice Math" + +#: ../freedesktop.org.xml.in.h:278 +msgid "OpenOffice Writer document" +msgstr "cáipéis OpenOffice Writer" + +#: ../freedesktop.org.xml.in.h:279 +msgid "OpenOffice Writer global document" +msgstr "cáipéis chomhchoiteann OpenOffice Writer" + +#: ../freedesktop.org.xml.in.h:280 +msgid "OpenOffice Writer template" +msgstr "teimpléad OpenOffice Writer" + +#: ../freedesktop.org.xml.in.h:281 +msgid "OpenOffice.org extension" +msgstr "eisínteacht OpenOffice.org" + +#: ../freedesktop.org.xml.in.h:282 +msgid "OpenType font" +msgstr "cló OpenType" + +#: ../freedesktop.org.xml.in.h:283 +msgid "PAK archive" +msgstr "cartlann PAK" + +#: ../freedesktop.org.xml.in.h:284 +msgid "PBM image" +msgstr "íomhá PBM" + +#: ../freedesktop.org.xml.in.h:285 +msgid "PCD image" +msgstr "íomhá PCD" + +#: ../freedesktop.org.xml.in.h:286 +msgid "PCF font" +msgstr "cló PCF" + +#: ../freedesktop.org.xml.in.h:287 +msgid "PCL file" +msgstr "comhad PCL" + +#: ../freedesktop.org.xml.in.h:288 +msgid "PCM audio" +msgstr "fuaim PCM" + +#: ../freedesktop.org.xml.in.h:289 +msgid "PCX image" +msgstr "íomhá PCX" + +#: ../freedesktop.org.xml.in.h:290 +msgid "PDF document" +msgstr "cáipéis PDF" + +#: ../freedesktop.org.xml.in.h:291 +msgid "PDF document (bzip-compressed)" +msgstr "cáipéis PDF (comhbhrúite le bzip)" + +#: ../freedesktop.org.xml.in.h:292 +msgid "PDF document (gzip-compressed)" +msgstr "cáipéis PDF (comhbhrúite le gzip)" + +#: ../freedesktop.org.xml.in.h:293 +msgid "PEF executable" +msgstr "comhad inrite PEF" + +#: ../freedesktop.org.xml.in.h:294 +msgid "PGM image" +msgstr "íomhá PGM" + +#: ../freedesktop.org.xml.in.h:295 +msgid "PGN chess game notation" +msgstr "nodaireacht chluiche ficheall PGN" + +#: ../freedesktop.org.xml.in.h:296 +msgid "PGP keys" +msgstr "eochracha PGP" + +#: ../freedesktop.org.xml.in.h:297 +msgid "PGP/MIME-encrypted message header" +msgstr "ceanntásc teachtaireachta ionchódaithe le PGP/MIME" + +#: ../freedesktop.org.xml.in.h:298 +msgid "PHP script" +msgstr "script PHP" + +#: ../freedesktop.org.xml.in.h:299 +msgid "PKCS#10 certification request" +msgstr "iarratas dheimhniúchán PKCS#10" + +#: ../freedesktop.org.xml.in.h:300 +msgid "PKCS#12 certificate bundle" +msgstr "cuach theastas PKCS#12" + +#: ../freedesktop.org.xml.in.h:301 +msgid "PNG image" +msgstr "íomhá PNG" + +#: ../freedesktop.org.xml.in.h:302 +msgid "PNM image" +msgstr "íomhá PNM" + +#: ../freedesktop.org.xml.in.h:303 +msgid "PPM image" +msgstr "íomhá PPM" + +#: ../freedesktop.org.xml.in.h:304 +msgid "PS document" +msgstr "cáipéis PS" + +#: ../freedesktop.org.xml.in.h:305 +msgid "PSD image" +msgstr "íomhá PSD" + +#: ../freedesktop.org.xml.in.h:306 +msgid "PSF audio" +msgstr "fuaim PSF" + +#: ../freedesktop.org.xml.in.h:307 +msgid "PSFlib audio library" +msgstr "leabharlann fhuaim PSFlib" + +#: ../freedesktop.org.xml.in.h:308 +msgid "Pack200 Java archive" +msgstr "cartlann Java Pack200" + +#: ../freedesktop.org.xml.in.h:309 +msgid "Palm OS database" +msgstr "bunachar sonraí Palm OS" + +#: ../freedesktop.org.xml.in.h:310 +msgid "Panasonic raw image" +msgstr "amhíomhá Panasonic" + +#: ../freedesktop.org.xml.in.h:311 +msgid "Parchive archive" +msgstr "cartlann Parchive" + +#: ../freedesktop.org.xml.in.h:312 +msgid "Pascal source code" +msgstr "cód foinseach Pascal" + +#: ../freedesktop.org.xml.in.h:313 +msgid "Pathetic Writer document" +msgstr "cáipéis Pathetic Writer" + +#: ../freedesktop.org.xml.in.h:314 +msgid "Pentax PEF raw image" +msgstr "amhíomhá Pentax PEF" + +#: ../freedesktop.org.xml.in.h:315 +msgid "Perl script" +msgstr "script Perl" + +#. http://en.wikipedia.org/wiki/Picture_CD +#. http://www.re.org/kristin/picturecd.html +#: ../freedesktop.org.xml.in.h:318 +msgid "Picture CD" +msgstr "Dlúthdhiosca Grianghraf" + +#: ../freedesktop.org.xml.in.h:319 +msgid "PlanPerfect spreadsheet" +msgstr "scarbhileog PlanPerfect" + +#: ../freedesktop.org.xml.in.h:320 +msgid "Plucker document" +msgstr "cáipéis Plucker" + +#: ../freedesktop.org.xml.in.h:321 +msgid "PostScript document (bzip-compressed)" +msgstr "cáipéis PostScript (comhbhrúite le bzip)" + +#: ../freedesktop.org.xml.in.h:322 +msgid "PostScript document (gzip-compressed)" +msgstr "cáipéis PostScript (comhbhrúite le gzip)" + +#: ../freedesktop.org.xml.in.h:323 +msgid "Postscript type-1 font" +msgstr "cló Postscript type-1" + +#: ../freedesktop.org.xml.in.h:324 +msgid "PowerPoint presentation" +msgstr "láithreoireacht PowerPoint" + +#: ../freedesktop.org.xml.in.h:325 +msgid "Python bytecode" +msgstr "beartchód Python" + +#: ../freedesktop.org.xml.in.h:326 +msgid "Python script" +msgstr "script Python" + +#: ../freedesktop.org.xml.in.h:327 +msgid "Qt Designer file" +msgstr "comhad Qt Designer" + +#: ../freedesktop.org.xml.in.h:328 +msgid "Qt MOC file" +msgstr "comhad MOC Qt" + +#: ../freedesktop.org.xml.in.h:329 +msgid "Quattro Pro spreadsheet" +msgstr "scarbhileog Quattro Pro" + +#: ../freedesktop.org.xml.in.h:330 +msgid "QuickTime image" +msgstr "íomhá QuickTime" + +#: ../freedesktop.org.xml.in.h:331 +msgid "QuickTime metalink playlist" +msgstr "seinmliosta meiteanasc QuickTime" + +#: ../freedesktop.org.xml.in.h:332 +msgid "QuickTime video" +msgstr "físeán QuickTime" + +#: ../freedesktop.org.xml.in.h:333 +msgid "Quicken document" +msgstr "cáipéis Quicken" + +#: ../freedesktop.org.xml.in.h:334 +msgid "RAR archive" +msgstr "cartlann RAR" + +#: ../freedesktop.org.xml.in.h:335 +msgid "RDF file" +msgstr "comhad RDF" + +#: ../freedesktop.org.xml.in.h:336 +msgid "README document" +msgstr "cáipéis README" + +#: ../freedesktop.org.xml.in.h:337 +msgid "RGB image" +msgstr "íomhá RGB" + +#: ../freedesktop.org.xml.in.h:338 +msgid "RIFF audio" +msgstr "fuaim RIFF" + +#: ../freedesktop.org.xml.in.h:339 +msgid "RPM package" +msgstr "pacáiste RPM" + +#: ../freedesktop.org.xml.in.h:340 +msgid "RPM spec file" +msgstr "comhad spec RPM" + +#: ../freedesktop.org.xml.in.h:341 +msgid "RSS summary" +msgstr "achoimre RSS" + +#: ../freedesktop.org.xml.in.h:342 +msgid "RTF document" +msgstr "cáipéis RTF" + +#: ../freedesktop.org.xml.in.h:343 +msgid "RealAudio document" +msgstr "cáipéis RealAudio" + +#: ../freedesktop.org.xml.in.h:344 +msgid "RealMedia Metafile" +msgstr "meiteachomhad RealMedia" + +#: ../freedesktop.org.xml.in.h:345 +msgid "RealMedia document" +msgstr "cáipéis RealMedia" + +#: ../freedesktop.org.xml.in.h:346 +msgid "RealPix document" +msgstr "cáipéis RealPix" + +#: ../freedesktop.org.xml.in.h:347 +msgid "RealText document" +msgstr "cáipéis RealText" + +#: ../freedesktop.org.xml.in.h:348 +msgid "RealVideo document" +msgstr "cáipéis RealVideo" + +#: ../freedesktop.org.xml.in.h:349 +msgid "Ruby script" +msgstr "script Ruby" + +#: ../freedesktop.org.xml.in.h:350 +msgid "Run Length Encoded bitmap image" +msgstr "íomhá mhapa giotáin Run Length Encoded" + +#: ../freedesktop.org.xml.in.h:351 +msgid "S/MIME file" +msgstr "comhad S/MIME" + +#: ../freedesktop.org.xml.in.h:352 +msgid "SAMI subtitles" +msgstr "fotheidil SAMI" + +#: ../freedesktop.org.xml.in.h:353 +msgid "SC/Xspread spreadsheet" +msgstr "scarbhileog SC/Xspread" + +#: ../freedesktop.org.xml.in.h:354 +msgid "SDP multicast stream file" +msgstr "comhad shruth ilchraolacháin SDP" + +#. translators: a record is in this context a description of a board game +#. that has been played, and that can be played back again: +#. http://www.red-bean.com/sgf/ +#: ../freedesktop.org.xml.in.h:358 +msgid "SGF record" +msgstr "taifead SGF" + +#: ../freedesktop.org.xml.in.h:359 +msgid "SGI image" +msgstr "íomhá SGI" + +#: ../freedesktop.org.xml.in.h:360 +msgid "SGI video" +msgstr "físeán SGI" + +#: ../freedesktop.org.xml.in.h:361 +msgid "SGML document" +msgstr "cáipéis SGML" + +#: ../freedesktop.org.xml.in.h:362 +msgid "SIS package" +msgstr "pacáiste SIS" + +#: ../freedesktop.org.xml.in.h:363 +msgid "SISX package" +msgstr "pacáiste SISX" + +#: ../freedesktop.org.xml.in.h:364 +msgid "SMAF audio" +msgstr "fuaim SMAF" + +#: ../freedesktop.org.xml.in.h:365 +msgid "SMIL document" +msgstr "cáipéis SMIL" + +#: ../freedesktop.org.xml.in.h:366 +msgid "SQL code" +msgstr "cód SQL" + +#: ../freedesktop.org.xml.in.h:367 +msgid "SQLite2 database" +msgstr "bunachar sonraí SQLite2" + +#: ../freedesktop.org.xml.in.h:368 +msgid "SQLite3 database" +msgstr "bunachar sonraí SQLite3" + +#: ../freedesktop.org.xml.in.h:369 +msgid "SSA subtitles" +msgstr "fotheidil SSA" + +#: ../freedesktop.org.xml.in.h:370 +msgid "SV4 CPIO archive" +msgstr "cartlann SV4 CPIO" + +#: ../freedesktop.org.xml.in.h:371 +msgid "SV4 CPIO archive (with CRC)" +msgstr "cartlann SV4 CPIO (le CRC)" + +#: ../freedesktop.org.xml.in.h:372 +msgid "SVG image" +msgstr "íomhá SVG" + +#: ../freedesktop.org.xml.in.h:373 +msgid "Scheme source code" +msgstr "cód foinseach Scheme" + +#: ../freedesktop.org.xml.in.h:374 +msgid "Scream Tracker 3 audio" +msgstr "fuaim Scream Tracker 3" + +#: ../freedesktop.org.xml.in.h:375 +msgid "Scream Tracker audio" +msgstr "fuaim Scream Tracker" + +#: ../freedesktop.org.xml.in.h:376 +msgid "Scream Tracker instrument" +msgstr "ionstraim Scream Tracker" + +#: ../freedesktop.org.xml.in.h:377 +msgid "Sega Master System/Game Gear ROM" +msgstr "ROM Sega Master System/Game Gear" + +#: ../freedesktop.org.xml.in.h:378 +msgid "Setext document" +msgstr "cáipéis Setext" + +#: ../freedesktop.org.xml.in.h:379 +msgid "Shockwave Flash file" +msgstr "comhad Shockwave Flash" + +#. translators: "Shorten" is the name of an audio codec +#: ../freedesktop.org.xml.in.h:381 +msgid "Shorten audio" +msgstr "fuaim Shorten" + +#: ../freedesktop.org.xml.in.h:382 +msgid "Siag spreadsheet" +msgstr "scarbhileog Siag" + +#: ../freedesktop.org.xml.in.h:383 +msgid "Sieve mail filter script" +msgstr "script scagaire phost Sieve" + +#: ../freedesktop.org.xml.in.h:384 +msgid "Sigma X3F raw image" +msgstr "amhíomhá Sigma X3F" + +#: ../freedesktop.org.xml.in.h:385 +msgid "Skencil document" +msgstr "cáipéis Skencil" + +#: ../freedesktop.org.xml.in.h:386 +msgid "Sony ARW raw image" +msgstr "amhíomhá Sony ARW" + +#: ../freedesktop.org.xml.in.h:387 +msgid "Sony SR2 raw image" +msgstr "amhíomhá Sony SR2" + +#: ../freedesktop.org.xml.in.h:388 +msgid "Sony SRF raw image" +msgstr "amhíomhá Sony SRF" + +#: ../freedesktop.org.xml.in.h:389 +msgid "Speedo font" +msgstr "cló Speedo" + +#: ../freedesktop.org.xml.in.h:390 +msgid "Speex audio" +msgstr "fuaim Speex" + +#: ../freedesktop.org.xml.in.h:391 +msgid "Stampede package" +msgstr "pacáiste Stampede" + +#: ../freedesktop.org.xml.in.h:392 +msgid "StarCalc spreadsheet" +msgstr "scarbhileog StarCalc" + +#: ../freedesktop.org.xml.in.h:393 +msgid "StarChart chart" +msgstr "cairt StarChart" + +#: ../freedesktop.org.xml.in.h:394 +msgid "StarDraw drawing" +msgstr "líníocht StarDraw" + +#: ../freedesktop.org.xml.in.h:395 +msgid "StarImpress presentation" +msgstr "láithreoireacht StarImpress" + +#: ../freedesktop.org.xml.in.h:396 +msgid "StarMail email" +msgstr "ríomhphost StarMail" + +#: ../freedesktop.org.xml.in.h:397 +msgid "StarMath formula" +msgstr "foirmle StarMath" + +#: ../freedesktop.org.xml.in.h:398 +msgid "StarWriter document" +msgstr "cáipéis StarWriter" + +#: ../freedesktop.org.xml.in.h:399 +msgid "StuffIt archive" +msgstr "cartlann StuffIt" + +#: ../freedesktop.org.xml.in.h:400 +msgid "SubRip subtitles" +msgstr "fotheidil SubRip" + +#: ../freedesktop.org.xml.in.h:401 +msgid "SubViewer subtitles" +msgstr "fotheidil SubViewer" + +#: ../freedesktop.org.xml.in.h:402 +msgid "Sun raster image" +msgstr "íomhá rastar Sun" + +#: ../freedesktop.org.xml.in.h:403 +msgid "SunOS News font" +msgstr "cló SunOS News" + +#. Translate this as Super Famicom (in Far East Asia) or Super Nintendo (in Europe) if the console was known as such in your locale +#: ../freedesktop.org.xml.in.h:405 +msgid "Super NES ROM" +msgstr "ROM Super NES" + +#. http://en.wikipedia.org/wiki/Super_Video_CD +#. http://everything2.com/index.pl?node_id=1009222 +#: ../freedesktop.org.xml.in.h:408 +msgid "Super Video CD" +msgstr "Dlúthdhiosca Sárfhíse" + +#: ../freedesktop.org.xml.in.h:409 +msgid "T602 document" +msgstr "cáipéis T602" + +#: ../freedesktop.org.xml.in.h:410 +msgid "TGA image" +msgstr "íomhá TGA" + +#: ../freedesktop.org.xml.in.h:411 +msgid "TGIF document" +msgstr "cáipéis TGIF" + +#: ../freedesktop.org.xml.in.h:412 +msgid "TIFF image" +msgstr "íomhá TIFF" + +#: ../freedesktop.org.xml.in.h:413 +msgid "TNEF message" +msgstr "teachtaireacht TNEF" + +#: ../freedesktop.org.xml.in.h:414 +msgid "TSV document" +msgstr "cáipéis TSV" + +#: ../freedesktop.org.xml.in.h:415 +msgid "Tar archive" +msgstr "cartlann Tar" + +#: ../freedesktop.org.xml.in.h:416 +msgid "Tar archive (LZMA-compressed)" +msgstr "cartlann Tar (comhbhrúite le LZMA)" + +#: ../freedesktop.org.xml.in.h:417 +msgid "Tar archive (LZO-compressed)" +msgstr "cartlann Tar (comhbhrúite le LZO)" + +#: ../freedesktop.org.xml.in.h:418 +msgid "Tar archive (bzip-compressed)" +msgstr "cartlann Tar (comhbhrúite le bzip)" + +#: ../freedesktop.org.xml.in.h:419 +msgid "Tar archive (compressed)" +msgstr "cartlann Tar (comhbhrúite)" + +#: ../freedesktop.org.xml.in.h:420 +msgid "Tar archive (gzip-compressed)" +msgstr "cartlann Tar (comhbhrúite le gzip)" + +#: ../freedesktop.org.xml.in.h:421 +msgid "Tcl script" +msgstr "script Tcl" + +#: ../freedesktop.org.xml.in.h:422 +msgid "TeX DVI document" +msgstr "cáipéis DVI TeX" + +#: ../freedesktop.org.xml.in.h:423 +msgid "TeX DVI document (bzip-compressed)" +msgstr "cáipéis DVI TeX (comhbhrúite le bzip)" + +#: ../freedesktop.org.xml.in.h:424 +msgid "TeX DVI document (gzip-compressed)" +msgstr "cáipéis DVI TeX (comhbhrúite le gzip)" + +#: ../freedesktop.org.xml.in.h:425 +msgid "TeX document" +msgstr "cáipéis TeX" + +#: ../freedesktop.org.xml.in.h:426 +msgid "TeX font" +msgstr "cló TeX" + +#: ../freedesktop.org.xml.in.h:427 +msgid "TeX font metrics" +msgstr "meadarachtaí cló TeX" + +#: ../freedesktop.org.xml.in.h:428 +msgid "TeXInfo document" +msgstr "cáipéis TeXInfo" + +#: ../freedesktop.org.xml.in.h:429 +msgid "ToutDoux document" +msgstr "cáipéis ToutDoux" + +#: ../freedesktop.org.xml.in.h:430 +msgid "Troff ME input document" +msgstr "cáipéis ionchur Troff ME" + +#: ../freedesktop.org.xml.in.h:431 +msgid "Troff MM input document" +msgstr "cáipéis ionchur Troff MM" + +#: ../freedesktop.org.xml.in.h:432 +msgid "Troff MS input document" +msgstr "cáipéis ionchur Troff MS" + +#: ../freedesktop.org.xml.in.h:433 +msgid "Troff document" +msgstr "cáipéis Troff" + +#: ../freedesktop.org.xml.in.h:434 +msgid "Troff document (with manpage macros)" +msgstr "cáipéis Troff (le macraí manpage)" + +#: ../freedesktop.org.xml.in.h:435 +msgid "TrueAudio audio" +msgstr "fuaim TrueAudio" + +#: ../freedesktop.org.xml.in.h:436 +msgid "TrueType XML font" +msgstr "cló XML TrueType" + +#: ../freedesktop.org.xml.in.h:437 +msgid "TrueType font" +msgstr "cló TrueType" + +#: ../freedesktop.org.xml.in.h:438 +msgid "UFRaw ID image" +msgstr "íomhá aitheantais UFRaw" + +#: ../freedesktop.org.xml.in.h:439 +msgid "ULAW (Sun) audio" +msgstr "fuaim ULAW (Sun)" + +#: ../freedesktop.org.xml.in.h:440 +msgid "UNIX-compressed file" +msgstr "comhad UNIX-comhbhrúite" + +#: ../freedesktop.org.xml.in.h:441 +msgid "Unidata NetCDF document" +msgstr "cáipéis Unidata NetCDF" + +#: ../freedesktop.org.xml.in.h:442 +msgid "Usenet news message" +msgstr "teachtaireacht nuacht Usenet" + +#: ../freedesktop.org.xml.in.h:443 +msgid "Ustar archive" +msgstr "cartlann Ustar" + +#: ../freedesktop.org.xml.in.h:444 +msgid "V font" +msgstr "cló V" + +#: ../freedesktop.org.xml.in.h:445 +msgid "VCS/ICS calendar" +msgstr "féilire VCS/ICS" + +#: ../freedesktop.org.xml.in.h:446 +msgid "VHDL document" +msgstr "cáipéis VHDL" + +#: ../freedesktop.org.xml.in.h:447 +msgid "VOC audio" +msgstr "fuaim VOC" + +#: ../freedesktop.org.xml.in.h:448 +msgid "VRML document" +msgstr "cáipéis VRML" + +#: ../freedesktop.org.xml.in.h:449 +msgid "Vala source code" +msgstr "cód foinseach Vala" + +#. http://en.wikipedia.org/wiki/Video_CD +#. http://www.herongyang.com/CD-DVD/VCD-Movie-File-Directory-Structure.html +#: ../freedesktop.org.xml.in.h:452 +msgid "Video CD" +msgstr "Dlúthdhiosca Físe" + +#: ../freedesktop.org.xml.in.h:453 +msgid "Vivo video" +msgstr "físeán Vivo" + +#: ../freedesktop.org.xml.in.h:454 +msgid "WAIS source code" +msgstr "cód foinseach WAIS" + +#: ../freedesktop.org.xml.in.h:455 +msgid "WAV audio" +msgstr "fuaim WAV" + +#: ../freedesktop.org.xml.in.h:456 +msgid "WBMP image" +msgstr "íomhá WBMP" + +#: ../freedesktop.org.xml.in.h:457 +msgid "WMF image" +msgstr "íomhá WMF" + +#: ../freedesktop.org.xml.in.h:458 +msgid "WML document" +msgstr "cáipéis WML" + +#: ../freedesktop.org.xml.in.h:459 +msgid "WMLScript program" +msgstr "ríomhchlár WMLScript" + +#: ../freedesktop.org.xml.in.h:460 +msgid "WRI document" +msgstr "cáipéis WRI" + +#: ../freedesktop.org.xml.in.h:461 +msgid "WavPack audio" +msgstr "fuaim WavPack" + +#: ../freedesktop.org.xml.in.h:462 +msgid "WavPack audio correction file" +msgstr "comhad cheartú fhuaim WavPack" + +#: ../freedesktop.org.xml.in.h:463 +msgid "Wavelet video" +msgstr "físeán Wavelet" + +#: ../freedesktop.org.xml.in.h:464 +msgid "Windows BMP image" +msgstr "íomhá BMP Windows" + +#: ../freedesktop.org.xml.in.h:465 +msgid "Windows Installer package" +msgstr "pacáiste Windows Installer" + +#: ../freedesktop.org.xml.in.h:466 +msgid "Windows Media Station file" +msgstr "comhad Windows Media Station" + +#: ../freedesktop.org.xml.in.h:467 +msgid "Windows Media audio" +msgstr "fuaim Windows Media" + +#: ../freedesktop.org.xml.in.h:468 +msgid "Windows Media video" +msgstr "físeán Windows Media" + +#: ../freedesktop.org.xml.in.h:469 +msgid "Windows Registry extract" +msgstr "sliocht as Clárlann Windows" + +#: ../freedesktop.org.xml.in.h:470 +msgid "Windows animated cursor" +msgstr "cúrsóir beo Windows" + +#: ../freedesktop.org.xml.in.h:471 +msgid "Windows cursor" +msgstr "cúrsóir Windows" + +#: ../freedesktop.org.xml.in.h:472 +msgid "Word document" +msgstr "cáipéis Word" + +#: ../freedesktop.org.xml.in.h:473 +msgid "Word template" +msgstr "teimpléad Word" + +#: ../freedesktop.org.xml.in.h:474 +msgid "WordPerfect document" +msgstr "cáipéis WordPerfect" + +#: ../freedesktop.org.xml.in.h:475 +msgid "WordPerfect/Drawperfect image" +msgstr "íomhá WordPerfect/Drawperfect" + +#: ../freedesktop.org.xml.in.h:476 +msgid "X window image" +msgstr "íomhá fhuinneog X" + +#: ../freedesktop.org.xml.in.h:477 +msgid "X-Motif UIL table" +msgstr "tábla X-Motif UIL" + +#: ../freedesktop.org.xml.in.h:478 +msgid "X11 cursor" +msgstr "cúrsóir X11" + +#: ../freedesktop.org.xml.in.h:479 +msgid "XBEL bookmarks" +msgstr "leabharmharcanna XBEL" + +#: ../freedesktop.org.xml.in.h:480 +msgid "XBM image" +msgstr "íomhá XBM" + +#: ../freedesktop.org.xml.in.h:481 +msgid "XFig image" +msgstr "íomhá XFig" + +#: ../freedesktop.org.xml.in.h:482 +msgid "XHTML page" +msgstr "leathanach XHTML" + +#: ../freedesktop.org.xml.in.h:483 +msgid "XLIFF translation file" +msgstr "comhad aistrithe XLIFF" + +#: ../freedesktop.org.xml.in.h:484 +msgid "XMCD CD database" +msgstr "bunachar sonraí XMCD CD" + +#: ../freedesktop.org.xml.in.h:485 +msgid "XMF audio" +msgstr "fuaim XMF" + +#: ../freedesktop.org.xml.in.h:486 +msgid "XMI file" +msgstr "comhad XMI" + +#: ../freedesktop.org.xml.in.h:487 +msgid "XML document" +msgstr "cáipéis XML" + +#: ../freedesktop.org.xml.in.h:488 +msgid "XML entities document" +msgstr "cáipéis aonán XML" + +#: ../freedesktop.org.xml.in.h:489 +msgid "XPM image" +msgstr "íomhá XPM" + +#: ../freedesktop.org.xml.in.h:490 +msgid "XPS document" +msgstr "cáipéis XPS" + +#: ../freedesktop.org.xml.in.h:491 +msgid "XSL FO file" +msgstr "comhad XSL FO" + +#: ../freedesktop.org.xml.in.h:492 +msgid "XSLT stylesheet" +msgstr "stílbhileog XSLT" + +#: ../freedesktop.org.xml.in.h:493 +msgid "XSPF playlist" +msgstr "seinmliosta XSPF" + +#: ../freedesktop.org.xml.in.h:494 +msgid "XUL document" +msgstr "cáipéis XUL" + +#: ../freedesktop.org.xml.in.h:495 +msgid "XUL interface document" +msgstr "cáipéis chomhéadan XUL" + +#: ../freedesktop.org.xml.in.h:496 +msgid "Xbase document" +msgstr "cáipéis Xbase" + +#: ../freedesktop.org.xml.in.h:497 +msgid "Zip archive" +msgstr "cartlann Zip" + +#: ../freedesktop.org.xml.in.h:498 +msgid "Zoo archive" +msgstr "cartlann Zoo" + +#: ../freedesktop.org.xml.in.h:499 +msgid "application log" +msgstr "logchomhad feidhmchláir" + +#. http://en.wikipedia.org/wiki/Red_Book_(audio_CD_standard) +#: ../freedesktop.org.xml.in.h:501 +msgid "audio CD" +msgstr "dlúthdhiosca fuaime" + +#. http://en.wikipedia.org/wiki/DVD-Audio +#: ../freedesktop.org.xml.in.h:503 +msgid "audio DVD" +msgstr "DVD fuaime" + +#: ../freedesktop.org.xml.in.h:504 +msgid "author credits" +msgstr "admhálacha údar" + +#: ../freedesktop.org.xml.in.h:505 +msgid "author list" +msgstr "liosta údar" + +#: ../freedesktop.org.xml.in.h:506 +msgid "backup file" +msgstr "comhad cúltaca" + +#. http://en.wikipedia.org/wiki/Blu-ray_Disc +#: ../freedesktop.org.xml.in.h:508 +msgid "blank Blu-ray disc" +msgstr "diosca folamh Blu-Ray" + +#. http://en.wikipedia.org/wiki/Compact_Disc +#: ../freedesktop.org.xml.in.h:510 +msgid "blank CD disc" +msgstr "dlúthdhiosca folamh" + +#. http://en.wikipedia.org/wiki/DVD +#: ../freedesktop.org.xml.in.h:512 +msgid "blank DVD disc" +msgstr "DVD folamh" + +#. http://en.wikipedia.org/wiki/HD_DVD +#: ../freedesktop.org.xml.in.h:514 +msgid "blank HD DVD disc" +msgstr "HD DVD folamh" + +#: ../freedesktop.org.xml.in.h:515 +msgid "block device" +msgstr "gléas bloc" + +#: ../freedesktop.org.xml.in.h:516 +msgid "character device" +msgstr "gléas carachtar" + +#: ../freedesktop.org.xml.in.h:517 +msgid "comic book archive" +msgstr "cartlann chartúin" + +#: ../freedesktop.org.xml.in.h:518 +msgid "compound document" +msgstr "cáipéis comhshuite" + +#: ../freedesktop.org.xml.in.h:519 +msgid "compound documents" +msgstr "cáipéisí comhshuite" + +#: ../freedesktop.org.xml.in.h:520 +msgid "compressed GIMP image" +msgstr "íomhá GIMP comhbhrúite" + +#: ../freedesktop.org.xml.in.h:521 +msgid "compressed SVG image" +msgstr "íomhá SVG comhbhrúite" + +#: ../freedesktop.org.xml.in.h:522 +msgid "compressed Tracker audio" +msgstr "fuaim chomhbhrúite Tracker" + +#: ../freedesktop.org.xml.in.h:523 +msgid "desktop configuration file" +msgstr "comhad chumraíocht deisce" + +#: ../freedesktop.org.xml.in.h:524 +msgid "detached OpenPGP signature" +msgstr "síniú OpenPGP scartha" + +#: ../freedesktop.org.xml.in.h:525 +msgid "detached S/MIME signature" +msgstr "síniú S/MIME scartha" + +#: ../freedesktop.org.xml.in.h:526 +msgid "differences between files" +msgstr "difríochtaí idir chomhaid" + +#. http://en.wikipedia.org/wiki/Design_rule_for_Camera_File_system +#: ../freedesktop.org.xml.in.h:528 +msgid "digital photos" +msgstr "grianghraif dhigiteacha" + +#: ../freedesktop.org.xml.in.h:529 +msgid "digital raw image" +msgstr "amhíomhá digiteach" + +#: ../freedesktop.org.xml.in.h:530 +msgid "eMusic download package" +msgstr "pacáiste íosluchtú eMusic" + +#: ../freedesktop.org.xml.in.h:531 +msgid "electronic book document" +msgstr "leabhar leictreonach" + +#: ../freedesktop.org.xml.in.h:532 +msgid "electronic business card" +msgstr "cárta gnó leictreonach" + +#: ../freedesktop.org.xml.in.h:533 +msgid "email headers" +msgstr "ceanntásca ríomhphoist" + +#: ../freedesktop.org.xml.in.h:534 +msgid "email message" +msgstr "teachtaireacht ríomhphoist" + +#: ../freedesktop.org.xml.in.h:535 +msgid "empty document" +msgstr "cáipéis fholamh" + +#: ../freedesktop.org.xml.in.h:536 +msgid "encrypted message" +msgstr "teachtaireacht chriptithe" + +#: ../freedesktop.org.xml.in.h:537 +msgid "enriched text document" +msgstr "cáipéis téacs saibhrithe" + +#: ../freedesktop.org.xml.in.h:538 +msgid "executable" +msgstr "comhad inrite" + +#: ../freedesktop.org.xml.in.h:539 +msgid "folder" +msgstr "fillteán" + +#: ../freedesktop.org.xml.in.h:540 +msgid "generic font file" +msgstr "comhad cló ginearálta" + +#: ../freedesktop.org.xml.in.h:541 +msgid "help page" +msgstr "leathanach cabhrach" + +#: ../freedesktop.org.xml.in.h:542 +msgid "iMelody ringtone" +msgstr "ton buailte iMelody" + +#: ../freedesktop.org.xml.in.h:543 +msgid "iPod firmware" +msgstr "dochtearraí iPod" + +#: ../freedesktop.org.xml.in.h:544 +msgid "iRiver Playlist" +msgstr "seinmliosta iRiver" + +#: ../freedesktop.org.xml.in.h:545 +msgid "installation instructions" +msgstr "treoracha suiteála" + +#: ../freedesktop.org.xml.in.h:546 +msgid "iptables configuration file" +msgstr "comhad cumraíochta iptables" + +#: ../freedesktop.org.xml.in.h:547 +msgid "libtool shared library" +msgstr "comhleabharlann libtool" + +#: ../freedesktop.org.xml.in.h:548 +msgid "license terms" +msgstr "téarmaí ceadúnais" + +#: ../freedesktop.org.xml.in.h:549 +msgid "mail delivery report" +msgstr "tuairisc sheachadadh poist" + +#: ../freedesktop.org.xml.in.h:550 +msgid "mail disposition report" +msgstr "tuairisc chóiriú poist" + +#: ../freedesktop.org.xml.in.h:551 +msgid "mail system report" +msgstr "tuairisc chóras poist" + +#: ../freedesktop.org.xml.in.h:552 +msgid "mailbox file" +msgstr "comhad bhosca poist" + +#: ../freedesktop.org.xml.in.h:553 +msgid "manual page (compressed)" +msgstr "leathanach lámhleabhair (comhbhrúite)" + +#: ../freedesktop.org.xml.in.h:554 +msgid "message catalog" +msgstr "catalóg theachtaireachtaí" + +#: ../freedesktop.org.xml.in.h:555 +msgid "message digest" +msgstr "achoimre theachtaireachtaí" + +#: ../freedesktop.org.xml.in.h:556 +msgid "message in several formats" +msgstr "teachtaireacht i roinnt fhormáidí" + +#: ../freedesktop.org.xml.in.h:557 +msgid "mount point" +msgstr "pointe feistithe" + +#: ../freedesktop.org.xml.in.h:558 +msgid "object code" +msgstr "cód réada" + +#: ../freedesktop.org.xml.in.h:559 +msgid "packed font file" +msgstr "comhad cló pacáilte" + +#: ../freedesktop.org.xml.in.h:560 +msgid "partial email message" +msgstr "teachtaireacht ríomhphoist neamhiomlán" + +#: ../freedesktop.org.xml.in.h:561 +msgid "pipe" +msgstr "píopa" + +#: ../freedesktop.org.xml.in.h:562 +msgid "plain text document" +msgstr "cáipéis ghnáth-théacs" + +#. see fd.o hal spec +#: ../freedesktop.org.xml.in.h:564 +msgid "portable audio player" +msgstr "seinnteoir iniompartha fuaime" + +#: ../freedesktop.org.xml.in.h:565 +msgid "profiler results" +msgstr "torthaí próifíleora" + +#: ../freedesktop.org.xml.in.h:566 +msgid "program crash data" +msgstr "sonraí thuairt ríomhchláir" + +#: ../freedesktop.org.xml.in.h:567 +msgid "raw CD image" +msgstr "amhíomhá dhlúthdhiosca" + +#: ../freedesktop.org.xml.in.h:568 +msgid "reference to remote file" +msgstr "tagairt do chomhad cianda" + +#: ../freedesktop.org.xml.in.h:569 +msgid "rejected patch" +msgstr "paiste diúltaithe" + +#: ../freedesktop.org.xml.in.h:570 +msgid "resource location" +msgstr "suíomh acmhainne" + +#: ../freedesktop.org.xml.in.h:571 +msgid "rich text document" +msgstr "cáipéis mhéith-théacs" + +#: ../freedesktop.org.xml.in.h:572 +msgid "shared library" +msgstr "comhleabharlann" + +#: ../freedesktop.org.xml.in.h:573 +msgid "shell archive" +msgstr "cartlann bhlaoisce" + +#: ../freedesktop.org.xml.in.h:574 +msgid "shell script" +msgstr "script bhlaoisce" + +#: ../freedesktop.org.xml.in.h:575 +msgid "signed message" +msgstr "teachtaireacht sínithe" + +#: ../freedesktop.org.xml.in.h:576 +msgid "socket" +msgstr "soicéad" + +#. http://standards.freedesktop.org/autostart-spec/autostart-spec-latest.html +#. http://bugzilla.gnome.org/show_bug.cgi?id=509823#c3 +#: ../freedesktop.org.xml.in.h:579 +msgid "software" +msgstr "bogearraí" + +#: ../freedesktop.org.xml.in.h:580 +msgid "spreadsheet interchange document" +msgstr "cáipéis idirmhalartaithe scarbhileog" + +#: ../freedesktop.org.xml.in.h:581 +msgid "stream of data (server push)" +msgstr "sruth sonraí (brú freastalaí)" + +#: ../freedesktop.org.xml.in.h:582 +msgid "symbolic link" +msgstr "nasc siombalach" + +#: ../freedesktop.org.xml.in.h:583 +msgid "theme" +msgstr "téama" + +#: ../freedesktop.org.xml.in.h:584 +msgid "translated messages (machine-readable)" +msgstr "teachtaireachtaí aistrithe (inléite ag meaisín)" + +#: ../freedesktop.org.xml.in.h:585 +msgid "translation file" +msgstr "comhad aistrithe" + +#: ../freedesktop.org.xml.in.h:586 +msgid "translation template" +msgstr "teimpléad aistrithe" + +#: ../freedesktop.org.xml.in.h:587 +msgid "txt2tags document" +msgstr "cáipéis txt2tags" + +#: ../freedesktop.org.xml.in.h:588 +msgid "unknown" +msgstr "anaithnid" + +#. http://en.wikipedia.org/wiki/DVD-Video +#: ../freedesktop.org.xml.in.h:590 +msgid "video DVD" +msgstr "DVD físe" + +#~ msgid "Compact Disc Audio" +#~ msgstr "Dlúthdhiosca Fuaime" + +#~ msgid "DVD Audio" +#~ msgstr "DVD Fuaime" + +#~ msgid "DVD Video" +#~ msgstr "DVD Físe" + +#~ msgid "Speech document" +#~ msgstr "cáipéis Speech" + +#~ msgid "GTK+ configuration" +#~ msgstr "cumraíocht GTK+" + +#~ msgid "CGI script" +#~ msgstr "script CGI" + +#~ msgid "Macintosh StuffIt archive" +#~ msgstr "cartlann Macintosh StuffIt" + +#~ msgid "shared library (la)" +#~ msgstr "comhleabharlann (la)" diff --git a/po/hu.po b/po/hu.po new file mode 100644 index 0000000..42ba001 --- /dev/null +++ b/po/hu.po @@ -0,0 +1,2292 @@ +# Hungarian translation of shared-mime-info +# This file is distributed under the same license as the shared-mime-info package. +# Copyright (C) 2003, 2004, 2006, 2007, 2008 Free Software Foundation, Inc. +# Andras Timar , 2003. +# Laszlo Dvornik , 2004. +# Gabor Kelemen , 2006, 2007, 2008. +msgid "" +msgstr "" +"Project-Id-Version: shared-mime-info 0.51\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2008-07-23 12:49+0100\n" +"PO-Revision-Date: 2008-09-19 13:07+0200\n" +"Last-Translator: Gabor Kelemen \n" +"Language-Team: Hungarian \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.11.4\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: ../freedesktop.org.xml.in.h:1 +msgid "3D Studio image" +msgstr "3D Studio-kép" + +#: ../freedesktop.org.xml.in.h:2 +msgid "3GPP multimedia file" +msgstr "3GPP multimédiafájl" + +#: ../freedesktop.org.xml.in.h:3 +msgid "7-zip archive" +msgstr "7-zip archívum" + +#: ../freedesktop.org.xml.in.h:4 +msgid "ACE archive" +msgstr "ACE archívum" + +#: ../freedesktop.org.xml.in.h:5 +msgid "AIFC audio" +msgstr "AIFC hang" + +#: ../freedesktop.org.xml.in.h:6 +msgid "AIFF audio" +msgstr "AIFF hang" + +#: ../freedesktop.org.xml.in.h:7 +msgid "AIFF/Amiga/Mac audio" +msgstr "AIFF/Amiga/Mac hang" + +#: ../freedesktop.org.xml.in.h:8 +msgid "AMR audio" +msgstr "AMR hang" + +#: ../freedesktop.org.xml.in.h:9 +msgid "AMR-WB audio" +msgstr "AMR-WB hang" + +#: ../freedesktop.org.xml.in.h:10 +msgid "ANIM animation" +msgstr "ANIM-animáció" + +#: ../freedesktop.org.xml.in.h:11 +msgid "AR archive" +msgstr "AR-archívum" + +#: ../freedesktop.org.xml.in.h:12 +msgid "ARC archive" +msgstr "ARC-archívum" + +#: ../freedesktop.org.xml.in.h:13 +msgid "ARJ archive" +msgstr "ARJ-archívum" + +#: ../freedesktop.org.xml.in.h:14 +msgid "ASF video" +msgstr "ASF videó" + +#: ../freedesktop.org.xml.in.h:15 +msgid "ASP page" +msgstr "ASP oldal" + +#: ../freedesktop.org.xml.in.h:16 +msgid "ATK inset" +msgstr "ATK betét" + +#: ../freedesktop.org.xml.in.h:17 +msgid "AVI video" +msgstr "AVI-videó" + +#: ../freedesktop.org.xml.in.h:18 +msgid "AWK script" +msgstr "AWK-parancsfájl" + +#: ../freedesktop.org.xml.in.h:19 +msgid "AbiWord document" +msgstr "AbiWord-dokumentum" + +#: ../freedesktop.org.xml.in.h:20 +msgid "Ada source code" +msgstr "Ada-forráskód" + +#: ../freedesktop.org.xml.in.h:21 +msgid "Adobe DNG negative" +msgstr "Adobe DNG negatív" + +#: ../freedesktop.org.xml.in.h:22 +msgid "Adobe FrameMaker MIF document" +msgstr "Adobe FrameMaker MIF-dokumentum" + +#: ../freedesktop.org.xml.in.h:23 +msgid "Adobe FrameMaker document" +msgstr "Adobe FrameMaker dokumentum" + +#: ../freedesktop.org.xml.in.h:24 +msgid "Adobe FrameMaker font" +msgstr "Adobe FrameMaker-betűkészlet" + +#: ../freedesktop.org.xml.in.h:25 +msgid "Adobe Illustrator document" +msgstr "Adobe Illustrator-dokumentum" + +#: ../freedesktop.org.xml.in.h:26 +msgid "Adobe font metrics" +msgstr "Adobe-betűmetrika" + +#: ../freedesktop.org.xml.in.h:27 +msgid "Alzip archive" +msgstr "Alzip archívum" + +#: ../freedesktop.org.xml.in.h:28 +msgid "Amiga SoundTracker audio" +msgstr "Amiga SoundTracker hang" + +#: ../freedesktop.org.xml.in.h:29 +msgid "Applix Graphics image" +msgstr "Applix Graphics-kép" + +#: ../freedesktop.org.xml.in.h:30 +msgid "Applix Spreadsheets spreadsheet" +msgstr "Applix Spreadsheets-munkafüzet" + +#: ../freedesktop.org.xml.in.h:31 +msgid "Applix Words document" +msgstr "Applix Words-dokumentum" + +#: ../freedesktop.org.xml.in.h:32 +msgid "Atom syndication feed" +msgstr "Atom egyesítőfolyam" + +#: ../freedesktop.org.xml.in.h:33 +msgid "AutoCAD image" +msgstr "AutoCAD-kép" + +#: ../freedesktop.org.xml.in.h:34 +msgid "BCPIO document" +msgstr "BCPIO-dokumentum" + +#: ../freedesktop.org.xml.in.h:35 +msgid "BDF font" +msgstr "BDF-betűkészlet" + +#: ../freedesktop.org.xml.in.h:36 +msgid "BibTeX document" +msgstr "BibTeX dokumentum" + +#: ../freedesktop.org.xml.in.h:37 +msgid "BitTorrent seed file" +msgstr "BitTorrent-magfájl" + +#: ../freedesktop.org.xml.in.h:38 +msgid "Blender scene" +msgstr "Blender-jelenet" + +#. http://en.wikipedia.org/wiki/Blu-ray_Disc +#. http://www.blu-raydisc.com/Section-13470/Section-13890/Index.html +#: ../freedesktop.org.xml.in.h:41 +msgid "Blu-ray video disc" +msgstr "Blu-ray videolemez" + +#: ../freedesktop.org.xml.in.h:42 +msgid "Bzip archive" +msgstr "Bzip archívum" + +#: ../freedesktop.org.xml.in.h:43 +msgid "C header" +msgstr "C fejléc" + +#: ../freedesktop.org.xml.in.h:44 +msgid "C shell script" +msgstr "C héj-parancsfájl" + +#: ../freedesktop.org.xml.in.h:45 +msgid "C source code" +msgstr "C-forráskód" + +#: ../freedesktop.org.xml.in.h:46 +msgid "C# source code" +msgstr "C#-forráskód" + +#: ../freedesktop.org.xml.in.h:47 +msgid "C++ header" +msgstr "C++ fejléc" + +#: ../freedesktop.org.xml.in.h:48 +msgid "C++ source code" +msgstr "C++-forráskód" + +#: ../freedesktop.org.xml.in.h:49 +msgid "CCITT G3 fax" +msgstr "CCITT G3-fax" + +#: ../freedesktop.org.xml.in.h:50 +msgid "CD Table Of Contents" +msgstr "CD tartalomjegyzék" + +#: ../freedesktop.org.xml.in.h:51 +msgid "CD image cuesheet" +msgstr "CD kép cuesheet" + +#: ../freedesktop.org.xml.in.h:52 +msgid "CHM document" +msgstr "CHM dokumentum" + +#: ../freedesktop.org.xml.in.h:53 +msgid "CMU raster image" +msgstr "CMU-raszterkép" + +#: ../freedesktop.org.xml.in.h:54 +msgid "CMake source code" +msgstr "CMake-forráskód" + +#: ../freedesktop.org.xml.in.h:55 +msgid "CPIO archive" +msgstr "CPIO-archívum" + +#: ../freedesktop.org.xml.in.h:56 +msgid "CPIO archive (gzip-compressed)" +msgstr "CPIO-archívum (gzip-pel tömörítve)" + +#: ../freedesktop.org.xml.in.h:57 +msgid "CSS stylesheet" +msgstr "CSS stíluslap" + +#: ../freedesktop.org.xml.in.h:58 +msgid "CSV document" +msgstr "CSV dokumentum" + +#: ../freedesktop.org.xml.in.h:59 +msgid "Canon CR2 raw image" +msgstr "Canon CR2 nyers kép" + +#: ../freedesktop.org.xml.in.h:60 +msgid "Canon CRW raw image" +msgstr "Canon CRW nyers kép" + +#: ../freedesktop.org.xml.in.h:61 +msgid "ChangeLog document" +msgstr "ChangeLog dokumentum" + +#: ../freedesktop.org.xml.in.h:62 +msgid "Cisco VPN Settings" +msgstr "Cisco VPN beállítások" + +#: ../freedesktop.org.xml.in.h:63 +msgid "Citrix ICA settings file" +msgstr "Citrix ICA beállításfájl" + +#: ../freedesktop.org.xml.in.h:64 +msgid "Commodore 64 audio" +msgstr "Commodore 64 hang" + +#: ../freedesktop.org.xml.in.h:65 +msgid "Computer Graphics Metafile" +msgstr "Computer Graphics-metafájl" + +#: ../freedesktop.org.xml.in.h:66 +msgid "Corel Draw drawing" +msgstr "Corel Draw-rajz" + +#: ../freedesktop.org.xml.in.h:67 +msgid "D source code" +msgstr "D-forráskód" + +#: ../freedesktop.org.xml.in.h:68 +msgid "DAR archive" +msgstr "DAR archívum" + +#: ../freedesktop.org.xml.in.h:69 +msgid "DCL script" +msgstr "DCL-parancsfájl" + +#: ../freedesktop.org.xml.in.h:70 +msgid "DER/PEM/Netscape-encoded X.509 certificate" +msgstr "DER/PEM/Netscape formátumú X.509-tanúsítvány" + +#: ../freedesktop.org.xml.in.h:71 +msgid "DIB image" +msgstr "DIB kép" + +#: ../freedesktop.org.xml.in.h:72 +msgid "DICOM image" +msgstr "DICOM kép" + +#: ../freedesktop.org.xml.in.h:73 +msgid "DOS font" +msgstr "DOS-betűkészlet" + +#: ../freedesktop.org.xml.in.h:74 +msgid "DOS/Windows executable" +msgstr "DOS/Windows futtatható" + +#: ../freedesktop.org.xml.in.h:75 +msgid "DPX image" +msgstr "DPX kép" + +#: ../freedesktop.org.xml.in.h:76 +msgid "DSSSL document" +msgstr "DSSSL-dokumentum" + +#: ../freedesktop.org.xml.in.h:77 +msgid "DTD file" +msgstr "DTD fájl" + +#: ../freedesktop.org.xml.in.h:78 +msgid "DV video" +msgstr "DV videó" + +#: ../freedesktop.org.xml.in.h:79 +msgid "DXF vector image" +msgstr "DXF-vektorkép" + +#: ../freedesktop.org.xml.in.h:80 +msgid "Debian package" +msgstr "Debian-csomag" + +#: ../freedesktop.org.xml.in.h:81 +msgid "Dia diagram" +msgstr "Dia-diagram" + +#: ../freedesktop.org.xml.in.h:82 +msgid "DirectDraw surface" +msgstr "DirectDraw felület" + +#: ../freedesktop.org.xml.in.h:83 +msgid "DjVu image" +msgstr "DjVu-kép" + +#: ../freedesktop.org.xml.in.h:84 +msgid "DocBook document" +msgstr "DocBook dokumentum" + +#: ../freedesktop.org.xml.in.h:85 +msgid "Dolby Digital audio" +msgstr "Dolby Digital hang" + +#: ../freedesktop.org.xml.in.h:86 +msgid "Dreamcast ROM" +msgstr "Dreamcast ROM" + +#: ../freedesktop.org.xml.in.h:87 +msgid "ECMAScript program" +msgstr "ECMAScript program" + +#: ../freedesktop.org.xml.in.h:88 +msgid "EMF image" +msgstr "EMF kép" + +#: ../freedesktop.org.xml.in.h:89 +msgid "EPS image" +msgstr "EPS kép" + +#: ../freedesktop.org.xml.in.h:90 +msgid "EPS image (bzip-compressed)" +msgstr "EPS kép (bzip-tömörítésű)" + +#: ../freedesktop.org.xml.in.h:91 +msgid "EPS image (gzip-compressed)" +msgstr "EPS kép (gzip-tömörítésű)" + +#: ../freedesktop.org.xml.in.h:92 +msgid "EXR image" +msgstr "EXR kép" + +#: ../freedesktop.org.xml.in.h:93 +msgid "Egon Animator animation" +msgstr "Egon Animator-animáció" + +#: ../freedesktop.org.xml.in.h:94 +msgid "Eiffel source code" +msgstr "Eiffel forráskód" + +#: ../freedesktop.org.xml.in.h:95 +msgid "Emacs Lisp source code" +msgstr "Emacs Lisp-forráskód" + +#: ../freedesktop.org.xml.in.h:96 +msgid "Enlightenment theme" +msgstr "Enlightenment-téma" + +#: ../freedesktop.org.xml.in.h:97 +msgid "Erlang source code" +msgstr "Erlang forráskód" + +#: ../freedesktop.org.xml.in.h:98 +msgid "Excel spreadsheet" +msgstr "Excel táblázat" + +#: ../freedesktop.org.xml.in.h:99 +msgid "FITS document" +msgstr "FITS dokumentum" + +#: ../freedesktop.org.xml.in.h:100 +msgid "FLAC audio" +msgstr "FLAC hang" + +#: ../freedesktop.org.xml.in.h:101 +msgid "FLIC animation" +msgstr "FLIC animáció" + +#: ../freedesktop.org.xml.in.h:102 +msgid "FLTK Fluid file" +msgstr "FLTK Fluid fájl" + +#: ../freedesktop.org.xml.in.h:103 +msgid "FPX image" +msgstr "FPX kép" + +#: ../freedesktop.org.xml.in.h:104 +msgid "FastTracker II audio" +msgstr "FastTracker II hang" + +#: ../freedesktop.org.xml.in.h:105 +msgid "Flash video" +msgstr "Flash videó" + +#: ../freedesktop.org.xml.in.h:106 +msgid "Fortran source code" +msgstr "Fortran-forráskód" + +#: ../freedesktop.org.xml.in.h:107 +msgid "Fuji RAF raw image" +msgstr "Fuji RAF nyers kép" + +#: ../freedesktop.org.xml.in.h:108 +msgid "G3 fax image" +msgstr "G3-faxkép" + +#: ../freedesktop.org.xml.in.h:109 +msgid "GDBM database" +msgstr "GDBM adatbázis" + +#: ../freedesktop.org.xml.in.h:110 +msgid "GEDCOM family history" +msgstr "GEDCOM családtörténet" + +#: ../freedesktop.org.xml.in.h:111 +msgid "GIF image" +msgstr "GIF-kép" + +#: ../freedesktop.org.xml.in.h:112 +msgid "GIMP image" +msgstr "GIMP-kép" + +#: ../freedesktop.org.xml.in.h:113 +msgid "GMC link" +msgstr "GMC-link" + +#: ../freedesktop.org.xml.in.h:114 +msgid "GNU Oleo spreadsheet" +msgstr "GNU Oleo-munkafüzet" + +#: ../freedesktop.org.xml.in.h:115 +msgid "GNU mail message" +msgstr "GNU elektronikus levél" + +#: ../freedesktop.org.xml.in.h:116 +msgid "GNUnet search file" +msgstr "GNUnet keresési fájl" + +#: ../freedesktop.org.xml.in.h:117 +msgid "GTKtalog catalog" +msgstr "GTKtalog-katalógus" + +#: ../freedesktop.org.xml.in.h:118 +msgid "Game Boy Advance ROM" +msgstr "Game Boy Advance ROM" + +#: ../freedesktop.org.xml.in.h:119 +msgid "Game Boy ROM" +msgstr "Game Boy ROM" + +#. Translate this to Megadrive if the console was known as such in your locale +#. Should be Megadrive in all but en_US: http://en.wikipedia.org/wiki/Megadrive#History +#: ../freedesktop.org.xml.in.h:122 +msgid "Genesis ROM" +msgstr "Genesis ROM" + +#: ../freedesktop.org.xml.in.h:123 +msgid "Glade project" +msgstr "Glade-projekt" + +#: ../freedesktop.org.xml.in.h:124 +msgid "GnuCash spreadsheet" +msgstr "GnuCash-munkafüzet" + +#: ../freedesktop.org.xml.in.h:125 +msgid "Gnumeric spreadsheet" +msgstr "Gnumeric-munkafüzet" + +#: ../freedesktop.org.xml.in.h:126 +msgid "Gnuplot document" +msgstr "Gnuplot dokumentum" + +#: ../freedesktop.org.xml.in.h:127 +msgid "Google Video Pointer" +msgstr "Google Video Pointer" + +#: ../freedesktop.org.xml.in.h:128 +msgid "Graphite scientific graph" +msgstr "Graphite tudományos grafikon" + +#: ../freedesktop.org.xml.in.h:129 +msgid "Gzip archive" +msgstr "Gzip archívum" + +#. http://en.wikipedia.org/wiki/HD_DVD +#. http://www.dvdafteredit.com/wiki/The_HVDVD_TS_Folder +#: ../freedesktop.org.xml.in.h:132 +msgid "HD DVD video disc" +msgstr "HD DVD videolemez" + +#: ../freedesktop.org.xml.in.h:133 +msgid "HDF document" +msgstr "HDF-dokumentum" + +#: ../freedesktop.org.xml.in.h:134 +msgid "HPGL file" +msgstr "HPGL fájl" + +#: ../freedesktop.org.xml.in.h:135 +msgid "HTML document" +msgstr "HTML dokumentum" + +#: ../freedesktop.org.xml.in.h:136 +msgid "Haansoft Hangul document" +msgstr "Haansoft hangul dokumentum" + +#: ../freedesktop.org.xml.in.h:137 +msgid "Haansoft Hangul document template" +msgstr "Haansoft hangul dokumentumsablon" + +#: ../freedesktop.org.xml.in.h:138 +msgid "Haskell source code" +msgstr "Haskell-forráskód" + +#: ../freedesktop.org.xml.in.h:139 +msgid "ICO icon" +msgstr "ICO ikon" + +#: ../freedesktop.org.xml.in.h:140 +msgid "IDL document" +msgstr "IDL-dokumentum" + +#: ../freedesktop.org.xml.in.h:141 +msgid "IEF image" +msgstr "IEF-kép" + +#: ../freedesktop.org.xml.in.h:142 +msgid "IFF image" +msgstr "IFF-kép" + +#: ../freedesktop.org.xml.in.h:143 +msgid "ILBM image" +msgstr "ILBM-kép" + +#: ../freedesktop.org.xml.in.h:144 +msgid "ISI video" +msgstr "ISI-videó" + +#: ../freedesktop.org.xml.in.h:145 +msgid "Impulse Tracker audio" +msgstr "Impulse Tracker hang" + +#: ../freedesktop.org.xml.in.h:146 +msgid "Internet shortcut" +msgstr "Internetes indítóikon" + +#: ../freedesktop.org.xml.in.h:147 +msgid "JAD document" +msgstr "JAD dokumentum" + +#: ../freedesktop.org.xml.in.h:148 +msgid "JBuilder project" +msgstr "JBuilder-projekt" + +#: ../freedesktop.org.xml.in.h:149 +msgid "JET database" +msgstr "JET adatbázis" + +#: ../freedesktop.org.xml.in.h:150 +msgid "JNG image" +msgstr "JNG-kép" + +#: ../freedesktop.org.xml.in.h:151 +msgid "JNLP file" +msgstr "JNLP fájl" + +#: ../freedesktop.org.xml.in.h:152 +msgid "JPEG image" +msgstr "JPEG-kép" + +#: ../freedesktop.org.xml.in.h:153 +msgid "JPEG-2000 image" +msgstr "JPEG-2000 kép" + +#: ../freedesktop.org.xml.in.h:154 +msgid "Java archive" +msgstr "Java-archívum" + +#: ../freedesktop.org.xml.in.h:155 +msgid "Java byte code" +msgstr "Java-bájtkód" + +#: ../freedesktop.org.xml.in.h:156 +msgid "Java class" +msgstr "Java-osztály" + +#: ../freedesktop.org.xml.in.h:157 +msgid "Java source code" +msgstr "Java-forráskód" + +#: ../freedesktop.org.xml.in.h:158 +msgid "JavaScript program" +msgstr "JavaScript-program" + +#: ../freedesktop.org.xml.in.h:159 +msgid "KChart chart" +msgstr "KChart-grafikon" + +#: ../freedesktop.org.xml.in.h:160 +msgid "KFormula formula" +msgstr "KFormula-képlet" + +#: ../freedesktop.org.xml.in.h:161 +msgid "KIllustrator drawing" +msgstr "KIllustrator-rajz" + +#: ../freedesktop.org.xml.in.h:162 +msgid "KPovModeler scene" +msgstr "KPovModeler-jelenet" + +#: ../freedesktop.org.xml.in.h:163 +msgid "KPresenter presentation" +msgstr "KPresenter-bemutató" + +#: ../freedesktop.org.xml.in.h:164 +msgid "KSpread spreadsheet" +msgstr "KSpread-munkafüzet" + +#: ../freedesktop.org.xml.in.h:165 +msgid "KSpread spreadsheet (encrypted)" +msgstr "KSpread-munkafüzet (titkosított)" + +#: ../freedesktop.org.xml.in.h:166 +msgid "KSysV init package" +msgstr "KSysV init csomag" + +#: ../freedesktop.org.xml.in.h:167 +msgid "KWord document" +msgstr "KWord-dokumentum" + +#: ../freedesktop.org.xml.in.h:168 +msgid "KWord document (encrypted)" +msgstr "KWord-dokumentum (titkosított)" + +#: ../freedesktop.org.xml.in.h:169 +msgid "Karbon14 drawing" +msgstr "Karbon14-rajz" + +#: ../freedesktop.org.xml.in.h:170 +msgid "Kivio flowchart" +msgstr "Kivio-folyamatábra" + +#: ../freedesktop.org.xml.in.h:171 +msgid "Kodak DCR raw image" +msgstr "Kodak DCR nyers kép" + +#: ../freedesktop.org.xml.in.h:172 +msgid "Kodak K25 raw image" +msgstr "Kodak K25 nyers kép" + +#: ../freedesktop.org.xml.in.h:173 +msgid "Kodak KDC raw image" +msgstr "Kodak KDC nyers kép" + +#: ../freedesktop.org.xml.in.h:174 +msgid "Kontour drawing" +msgstr "Kontour-rajz" + +#: ../freedesktop.org.xml.in.h:175 +msgid "Krita document" +msgstr "Krita-dokumentum" + +#: ../freedesktop.org.xml.in.h:176 +msgid "Kugar document" +msgstr "Kugar-dokumentum" + +#: ../freedesktop.org.xml.in.h:177 +msgid "LDIF address book" +msgstr "LDIF címjegyzék" + +#: ../freedesktop.org.xml.in.h:178 +msgid "LHA archive" +msgstr "LHA-archívum" + +#: ../freedesktop.org.xml.in.h:179 +msgid "LHS source code" +msgstr "LHS forráskód" + +#: ../freedesktop.org.xml.in.h:180 +msgid "LHZ archive" +msgstr "LHZ-archívum" + +#: ../freedesktop.org.xml.in.h:181 +msgid "LIBGRX font" +msgstr "LIBGRX-betűkészlet" + +#: ../freedesktop.org.xml.in.h:182 +msgid "LZMA archive" +msgstr "LZMA-archívum" + +#: ../freedesktop.org.xml.in.h:183 +msgid "LZO archive" +msgstr "LZO-archívum" + +#: ../freedesktop.org.xml.in.h:184 +msgid "LightWave object" +msgstr "LightWave-objektum" + +#: ../freedesktop.org.xml.in.h:185 +msgid "LightWave scene" +msgstr "LightWave-jelenet" + +#: ../freedesktop.org.xml.in.h:186 +msgid "Lilypond music sheet" +msgstr "Lilypond kotta" + +#: ../freedesktop.org.xml.in.h:187 +msgid "Linux PSF console font" +msgstr "Linux PSF konzolos betűkészlet" + +#: ../freedesktop.org.xml.in.h:188 +msgid "Linux PSF console font (gzip-compressed)" +msgstr "Linux PSF konzolos betűkészlet (gzip-tömörítésű)" + +#: ../freedesktop.org.xml.in.h:189 +msgid "Lotus 1-2-3 spreadsheet" +msgstr "Lotus 1-2-3-munkafüzet" + +#: ../freedesktop.org.xml.in.h:190 +msgid "Lotus AmiPro document" +msgstr "Lotus AmiPro-dokumentum" + +#: ../freedesktop.org.xml.in.h:191 +msgid "Lua script" +msgstr "Lua parancsfájl" + +#: ../freedesktop.org.xml.in.h:192 +msgid "LyX document" +msgstr "LyX-dokumentum" + +#: ../freedesktop.org.xml.in.h:193 +msgid "M4 macro" +msgstr "M4 makró" + +#: ../freedesktop.org.xml.in.h:194 +msgid "MATLAB script/function" +msgstr "MATLAB parancsfájl/funkció" + +#: ../freedesktop.org.xml.in.h:195 +msgid "MIDI audio" +msgstr "MIDI hang" + +#: ../freedesktop.org.xml.in.h:196 +msgid "MNG animation" +msgstr "MNG-animáció" + +#: ../freedesktop.org.xml.in.h:197 +msgid "MP2 audio" +msgstr "MP2 hang" + +#: ../freedesktop.org.xml.in.h:198 +msgid "MP3 ShoutCast playlist" +msgstr "MP3 ShoutCast-lejátszólista" + +#: ../freedesktop.org.xml.in.h:199 +msgid "MP3 audio" +msgstr "MP3 hang" + +#: ../freedesktop.org.xml.in.h:200 +msgid "MP3 audio (streamed)" +msgstr "MP3 hang (sugárzott)" + +#: ../freedesktop.org.xml.in.h:201 +msgid "MPEG video" +msgstr "MPEG-videó" + +#: ../freedesktop.org.xml.in.h:202 +msgid "MPEG-4 audio" +msgstr "MPEG-4 hang" + +#: ../freedesktop.org.xml.in.h:203 +msgid "MPEG-4 audio book" +msgstr "MPEG-4 hangoskönyv" + +#: ../freedesktop.org.xml.in.h:204 +msgid "MPEG-4 video" +msgstr "MPEG-4 videó" + +#: ../freedesktop.org.xml.in.h:205 +msgid "MPSub subtitles" +msgstr "MPSub feliratok" + +#: ../freedesktop.org.xml.in.h:206 +msgid "MRML playlist" +msgstr "MRML-lejátszólista" + +#: ../freedesktop.org.xml.in.h:207 +msgid "MSX ROM" +msgstr "MSX ROM" + +#: ../freedesktop.org.xml.in.h:208 +msgid "MacOS X icon" +msgstr "MacOS X ikon" + +#: ../freedesktop.org.xml.in.h:209 +msgid "MacPaint Bitmap image" +msgstr "MacPaint bitkép" + +#: ../freedesktop.org.xml.in.h:210 +msgid "Macintosh AppleDouble-encoded file" +msgstr "Macintosh AppleDouble kódolású fájl" + +#: ../freedesktop.org.xml.in.h:211 +msgid "Macintosh BinHex-encoded file" +msgstr "Macintosh BinHex kódolású fájl" + +#: ../freedesktop.org.xml.in.h:212 +msgid "Macintosh MacBinary file" +msgstr "Macintosh MacBinary-fájl" + +#: ../freedesktop.org.xml.in.h:213 +msgid "Macintosh Quickdraw/PICT drawing" +msgstr "Macintosh Quickdraw/PICT-rajz" + +#: ../freedesktop.org.xml.in.h:214 +msgid "MagicPoint presentation" +msgstr "MagicPoint-bemutató" + +#: ../freedesktop.org.xml.in.h:215 +msgid "Makefile" +msgstr "Makefile" + +#: ../freedesktop.org.xml.in.h:216 +msgid "Managed Object Format" +msgstr "Felügyelt objektum (MO) formátum" + +#: ../freedesktop.org.xml.in.h:217 +msgid "Markaby script" +msgstr "Markaby parancsfájl" + +#: ../freedesktop.org.xml.in.h:218 +msgid "MathML document" +msgstr "MathML-dokumentum" + +#: ../freedesktop.org.xml.in.h:219 +msgid "Mathematica Notebook" +msgstr "Mathematica notesz" + +#: ../freedesktop.org.xml.in.h:220 +msgid "Matroska audio" +msgstr "Matroska hang" + +#: ../freedesktop.org.xml.in.h:221 +msgid "Matroska stream" +msgstr "Matroska adatfolyam" + +#: ../freedesktop.org.xml.in.h:222 +msgid "Matroska video" +msgstr "Matroska-videó" + +#: ../freedesktop.org.xml.in.h:223 +msgid "MicroDVD subtitles" +msgstr "MicroDVD feliratok" + +#: ../freedesktop.org.xml.in.h:224 +msgid "Microsoft ASX playlist" +msgstr "Microsoft ASX lejátszólista" + +#: ../freedesktop.org.xml.in.h:225 +msgid "Microsoft Works document" +msgstr "Microsoft Works dokumentum" + +#: ../freedesktop.org.xml.in.h:226 +msgid "MiniPSF audio" +msgstr "MiniPSF hang" + +#: ../freedesktop.org.xml.in.h:227 +msgid "Minolta MRW raw image" +msgstr "Minolta MRW nyers kép" + +#: ../freedesktop.org.xml.in.h:228 +msgid "Monkey's audio" +msgstr "Monkey hang" + +#: ../freedesktop.org.xml.in.h:229 +msgid "Mozilla bookmarks" +msgstr "Mozilla-könyvjelzők" + +#: ../freedesktop.org.xml.in.h:230 +msgid "Mup publication" +msgstr "Mup publikáció" + +#: ../freedesktop.org.xml.in.h:231 +msgid "Musepack audio" +msgstr "Musepack hang" + +#. Translate this to Famicom if the console was known as such in your locale +#: ../freedesktop.org.xml.in.h:233 +msgid "NES ROM" +msgstr "NES ROM" + +#: ../freedesktop.org.xml.in.h:234 +msgid "NFO document" +msgstr "NFO-dokumentum" + +#: ../freedesktop.org.xml.in.h:235 +msgid "NIFF image" +msgstr "NIFF kép" + +#: ../freedesktop.org.xml.in.h:236 +msgid "Nautilus link" +msgstr "Nautilus-link" + +#: ../freedesktop.org.xml.in.h:237 +msgid "Nikon NEF raw image" +msgstr "Nikon NEF nyers kép" + +#: ../freedesktop.org.xml.in.h:238 +msgid "Nintendo DS ROM" +msgstr "Nintendo DS ROM" + +#: ../freedesktop.org.xml.in.h:239 +msgid "Nintendo64 ROM" +msgstr "Nintendo64 ROM" + +#: ../freedesktop.org.xml.in.h:240 +msgid "NullSoft video" +msgstr "NullSoft videó" + +#: ../freedesktop.org.xml.in.h:241 +msgid "OCL file" +msgstr "OCL fájl" + +#: ../freedesktop.org.xml.in.h:242 +msgid "OCaml source code" +msgstr "OCaml forráskód" + +#: ../freedesktop.org.xml.in.h:243 +msgid "ODA document" +msgstr "ODA-dokumentum" + +#: ../freedesktop.org.xml.in.h:244 +msgid "ODB database" +msgstr "ODB adatbázis" + +#: ../freedesktop.org.xml.in.h:245 +msgid "ODC chart" +msgstr "ODC táblázat" + +#: ../freedesktop.org.xml.in.h:246 +msgid "ODF formula" +msgstr "ODF képlet" + +#: ../freedesktop.org.xml.in.h:247 +msgid "ODG drawing" +msgstr "ODG rajz" + +#: ../freedesktop.org.xml.in.h:248 +msgid "ODG template" +msgstr "ODG sablon" + +#: ../freedesktop.org.xml.in.h:249 +msgid "ODI image" +msgstr "ODI kép" + +#: ../freedesktop.org.xml.in.h:250 +msgid "ODM document" +msgstr "ODM dokumentum" + +#: ../freedesktop.org.xml.in.h:251 +msgid "ODP presentation" +msgstr "ODP prezentáció" + +#: ../freedesktop.org.xml.in.h:252 +msgid "ODP template" +msgstr "ODP sablon" + +#: ../freedesktop.org.xml.in.h:253 +msgid "ODS spreadsheet" +msgstr "ODS táblázat" + +#: ../freedesktop.org.xml.in.h:254 +msgid "ODS template" +msgstr "ODS sablon" + +#: ../freedesktop.org.xml.in.h:255 +msgid "ODT document" +msgstr "ODT dokumentum" + +#: ../freedesktop.org.xml.in.h:256 +msgid "ODT template" +msgstr "ODT sablon" + +#: ../freedesktop.org.xml.in.h:257 +msgid "OGM video" +msgstr "OGM-videó" + +#: ../freedesktop.org.xml.in.h:258 +msgid "OLE2 compound document storage" +msgstr "OLE2 összetett dokumentumtároló" + +#: ../freedesktop.org.xml.in.h:259 +msgid "OPML syndication feed" +msgstr "OPML egyesítőfolyam" + +#: ../freedesktop.org.xml.in.h:260 +msgid "OTH template" +msgstr "OTH sablon" + +#: ../freedesktop.org.xml.in.h:261 +msgid "Objective-C source code" +msgstr "Objective-C forráskód" + +#: ../freedesktop.org.xml.in.h:262 +msgid "Office drawing" +msgstr "Office rajz" + +#: ../freedesktop.org.xml.in.h:263 +msgid "Ogg Audio" +msgstr "Ogg hang" + +#: ../freedesktop.org.xml.in.h:264 +msgid "Ogg FLAC audio" +msgstr "Ogg FLAC hang" + +#: ../freedesktop.org.xml.in.h:265 +msgid "Ogg Speex audio" +msgstr "Ogg Speex hang" + +#: ../freedesktop.org.xml.in.h:266 +msgid "Ogg Theora video" +msgstr "Ogg Theora videó" + +#: ../freedesktop.org.xml.in.h:267 +msgid "Ogg Video" +msgstr "Ogg videó" + +#: ../freedesktop.org.xml.in.h:268 +msgid "Ogg Vorbis audio" +msgstr "Ogg Vorbis hang" + +#: ../freedesktop.org.xml.in.h:269 +msgid "Ogg multimedia file" +msgstr "Ogg multimédiafájl" + +#: ../freedesktop.org.xml.in.h:270 +msgid "Olympus ORF raw image" +msgstr "Olympus ORF nyers kép" + +#: ../freedesktop.org.xml.in.h:271 +msgid "OpenOffice Calc spreadsheet" +msgstr "OpenOffice Calc táblázat" + +#: ../freedesktop.org.xml.in.h:272 +msgid "OpenOffice Calc template" +msgstr "OpenOffice Calc sablon" + +#: ../freedesktop.org.xml.in.h:273 +msgid "OpenOffice Draw drawing" +msgstr "OpenOffice Draw rajz" + +#: ../freedesktop.org.xml.in.h:274 +msgid "OpenOffice Draw template" +msgstr "OpenOffice Draw sablon" + +#: ../freedesktop.org.xml.in.h:275 +msgid "OpenOffice Impress presentation" +msgstr "OpenOffice Impress bemutató" + +#: ../freedesktop.org.xml.in.h:276 +msgid "OpenOffice Impress template" +msgstr "OpenOffice Impress sablon" + +#: ../freedesktop.org.xml.in.h:277 +msgid "OpenOffice Math formula" +msgstr "OpenOffice Math képlet" + +#: ../freedesktop.org.xml.in.h:278 +msgid "OpenOffice Writer document" +msgstr "OpenOffice Writer dokumentum" + +#: ../freedesktop.org.xml.in.h:279 +msgid "OpenOffice Writer global document" +msgstr "OpenOffice Writer globális dokumentum" + +#: ../freedesktop.org.xml.in.h:280 +msgid "OpenOffice Writer template" +msgstr "OpenOffice Writer sablon" + +#: ../freedesktop.org.xml.in.h:281 +msgid "OpenOffice.org extension" +msgstr "OpenOffice.org kiterjesztés" + +#: ../freedesktop.org.xml.in.h:282 +msgid "OpenType font" +msgstr "OpenType-betűkészlet" + +#: ../freedesktop.org.xml.in.h:283 +msgid "PAK archive" +msgstr "PAK-archívum" + +#: ../freedesktop.org.xml.in.h:284 +msgid "PBM image" +msgstr "PBM kép" + +#: ../freedesktop.org.xml.in.h:285 +msgid "PCD image" +msgstr "PCD kép" + +#: ../freedesktop.org.xml.in.h:286 +msgid "PCF font" +msgstr "PCF-betűkészlet" + +#: ../freedesktop.org.xml.in.h:287 +msgid "PCL file" +msgstr "PCL fájl" + +#: ../freedesktop.org.xml.in.h:288 +msgid "PCM audio" +msgstr "PCM hang" + +#: ../freedesktop.org.xml.in.h:289 +msgid "PCX image" +msgstr "PCX kép" + +#: ../freedesktop.org.xml.in.h:290 +msgid "PDF document" +msgstr "PDF-dokumentum" + +#: ../freedesktop.org.xml.in.h:291 +msgid "PDF document (bzip-compressed)" +msgstr "PDF dokumentum (bzip-tömörítésű)" + +#: ../freedesktop.org.xml.in.h:292 +msgid "PDF document (gzip-compressed)" +msgstr "PDF dokumentum (gzip-tömörítésű)" + +#: ../freedesktop.org.xml.in.h:293 +msgid "PEF executable" +msgstr "PEF futtatható" + +#: ../freedesktop.org.xml.in.h:294 +msgid "PGM image" +msgstr "PGM kép" + +#: ../freedesktop.org.xml.in.h:295 +msgid "PGN chess game notation" +msgstr "PGN sakkfeljegyzés" + +#: ../freedesktop.org.xml.in.h:296 +msgid "PGP keys" +msgstr "PGP-kulcs" + +#: ../freedesktop.org.xml.in.h:297 +msgid "PGP/MIME-encrypted message header" +msgstr "PGP/MIME titkosított üzenetfejléc" + +#: ../freedesktop.org.xml.in.h:298 +msgid "PHP script" +msgstr "PHP-parancsfájl" + +#: ../freedesktop.org.xml.in.h:299 +msgid "PKCS#10 certification request" +msgstr "PKCS#10-tanúsítványkérés" + +#: ../freedesktop.org.xml.in.h:300 +msgid "PKCS#12 certificate bundle" +msgstr "PKCS#12-tanúsítványcsomag" + +#: ../freedesktop.org.xml.in.h:301 +msgid "PNG image" +msgstr "PNG-kép" + +#: ../freedesktop.org.xml.in.h:302 +msgid "PNM image" +msgstr "PNM-kép" + +#: ../freedesktop.org.xml.in.h:303 +msgid "PPM image" +msgstr "PPM kép" + +#: ../freedesktop.org.xml.in.h:304 +msgid "PS document" +msgstr "PS dokumentum" + +#: ../freedesktop.org.xml.in.h:305 +msgid "PSD image" +msgstr "PSD kép" + +#: ../freedesktop.org.xml.in.h:306 +msgid "PSF audio" +msgstr "PSF hang" + +#: ../freedesktop.org.xml.in.h:307 +msgid "PSFlib audio library" +msgstr "PSFlib hanggyűjtemény" + +#: ../freedesktop.org.xml.in.h:308 +msgid "Pack200 Java archive" +msgstr "Pack200 Java-archívum" + +#: ../freedesktop.org.xml.in.h:309 +msgid "Palm OS database" +msgstr "Palm OS-adatbázis" + +#: ../freedesktop.org.xml.in.h:310 +msgid "Panasonic raw image" +msgstr "Panasonic nyers kép" + +#: ../freedesktop.org.xml.in.h:311 +msgid "Parchive archive" +msgstr "Parchive archívum" + +#: ../freedesktop.org.xml.in.h:312 +msgid "Pascal source code" +msgstr "Pascal-forráskód" + +#: ../freedesktop.org.xml.in.h:313 +msgid "Pathetic Writer document" +msgstr "Pathetic Writer-dokumentum" + +#: ../freedesktop.org.xml.in.h:314 +msgid "Pentax PEF raw image" +msgstr "Pentax PEF nyers kép" + +#: ../freedesktop.org.xml.in.h:315 +msgid "Perl script" +msgstr "Perl-parancsfájl" + +#. http://en.wikipedia.org/wiki/Picture_CD +#. http://www.re.org/kristin/picturecd.html +#: ../freedesktop.org.xml.in.h:318 +msgid "Picture CD" +msgstr "Kép CD" + +#: ../freedesktop.org.xml.in.h:319 +msgid "PlanPerfect spreadsheet" +msgstr "PlanPerfect táblázat" + +#: ../freedesktop.org.xml.in.h:320 +msgid "Plucker document" +msgstr "Plucker dokumentum" + +#: ../freedesktop.org.xml.in.h:321 +msgid "PostScript document (bzip-compressed)" +msgstr "PostScript dokumentum (bzip-tömörítésű)" + +#: ../freedesktop.org.xml.in.h:322 +msgid "PostScript document (gzip-compressed)" +msgstr "PostScript-dokumentum (gzip-pel tömörítve)" + +#: ../freedesktop.org.xml.in.h:323 +msgid "Postscript type-1 font" +msgstr "Postscript type-1 betűkészlet" + +#: ../freedesktop.org.xml.in.h:324 +msgid "PowerPoint presentation" +msgstr "PowerPoint prezentáció" + +#: ../freedesktop.org.xml.in.h:325 +msgid "Python bytecode" +msgstr "Python-bájtkód" + +#: ../freedesktop.org.xml.in.h:326 +msgid "Python script" +msgstr "Python-parancsfájl" + +#: ../freedesktop.org.xml.in.h:327 +msgid "Qt Designer file" +msgstr "Qt Designer-fájl" + +#: ../freedesktop.org.xml.in.h:328 +msgid "Qt MOC file" +msgstr "Qt MOC fájl" + +#: ../freedesktop.org.xml.in.h:329 +msgid "Quattro Pro spreadsheet" +msgstr "Quattro Pro-munkafüzet" + +#: ../freedesktop.org.xml.in.h:330 +msgid "QuickTime image" +msgstr "QuickTime kép" + +#: ../freedesktop.org.xml.in.h:331 +msgid "QuickTime metalink playlist" +msgstr "QuickTime metalink lejátszólista" + +#: ../freedesktop.org.xml.in.h:332 +msgid "QuickTime video" +msgstr "QuickTime videó" + +#: ../freedesktop.org.xml.in.h:333 +msgid "Quicken document" +msgstr "Quicken-dokumentum" + +#: ../freedesktop.org.xml.in.h:334 +msgid "RAR archive" +msgstr "RAR-archívum" + +#: ../freedesktop.org.xml.in.h:335 +msgid "RDF file" +msgstr "RDF fájl" + +#: ../freedesktop.org.xml.in.h:336 +msgid "README document" +msgstr "README-dokumentum" + +#: ../freedesktop.org.xml.in.h:337 +msgid "RGB image" +msgstr "RGB-kép" + +#: ../freedesktop.org.xml.in.h:338 +msgid "RIFF audio" +msgstr "RIFF-kép" + +#: ../freedesktop.org.xml.in.h:339 +msgid "RPM package" +msgstr "RPM-csomag" + +#: ../freedesktop.org.xml.in.h:340 +msgid "RPM spec file" +msgstr "RPM spec fájl" + +#: ../freedesktop.org.xml.in.h:341 +msgid "RSS summary" +msgstr "RSS összefoglaló" + +#: ../freedesktop.org.xml.in.h:342 +msgid "RTF document" +msgstr "RTF dokumentum" + +#: ../freedesktop.org.xml.in.h:343 +msgid "RealAudio document" +msgstr "RealAudio dokumentum" + +#: ../freedesktop.org.xml.in.h:344 +msgid "RealMedia Metafile" +msgstr "RealMedia metafájl" + +#: ../freedesktop.org.xml.in.h:345 +msgid "RealMedia document" +msgstr "RealMedia dokumentum" + +#: ../freedesktop.org.xml.in.h:346 +msgid "RealPix document" +msgstr "RealPix dokumentum" + +#: ../freedesktop.org.xml.in.h:347 +msgid "RealText document" +msgstr "RealText dokumentum" + +#: ../freedesktop.org.xml.in.h:348 +msgid "RealVideo document" +msgstr "RealVideo dokumentum" + +#: ../freedesktop.org.xml.in.h:349 +msgid "Ruby script" +msgstr "Ruby-parancsfájl" + +#: ../freedesktop.org.xml.in.h:350 +msgid "Run Length Encoded bitmap image" +msgstr "Run Length Encoded bitkép" + +#: ../freedesktop.org.xml.in.h:351 +msgid "S/MIME file" +msgstr "S/MIME-fájl" + +#: ../freedesktop.org.xml.in.h:352 +msgid "SAMI subtitles" +msgstr "SAMI feliratok" + +#: ../freedesktop.org.xml.in.h:353 +msgid "SC/Xspread spreadsheet" +msgstr "SC/Xspread táblázat" + +#: ../freedesktop.org.xml.in.h:354 +msgid "SDP multicast stream file" +msgstr "SDP multicast műsorfájl" + +#. translators: a record is in this context a description of a board game +#. that has been played, and that can be played back again: +#. http://www.red-bean.com/sgf/ +#: ../freedesktop.org.xml.in.h:358 +msgid "SGF record" +msgstr "SGF pontszám" + +#: ../freedesktop.org.xml.in.h:359 +msgid "SGI image" +msgstr "SGI kép" + +#: ../freedesktop.org.xml.in.h:360 +msgid "SGI video" +msgstr "SGI-videó" + +#: ../freedesktop.org.xml.in.h:361 +msgid "SGML document" +msgstr "SGML-dokumentum" + +#: ../freedesktop.org.xml.in.h:362 +msgid "SIS package" +msgstr "SIS csomag" + +#: ../freedesktop.org.xml.in.h:363 +msgid "SISX package" +msgstr "SISX csomag" + +#: ../freedesktop.org.xml.in.h:364 +msgid "SMAF audio" +msgstr "SMAF hang" + +#: ../freedesktop.org.xml.in.h:365 +msgid "SMIL document" +msgstr "SMIL dokumentum" + +#: ../freedesktop.org.xml.in.h:366 +msgid "SQL code" +msgstr "SQL-kód" + +#: ../freedesktop.org.xml.in.h:367 +msgid "SQLite2 database" +msgstr "SQLite2 adatbázis" + +#: ../freedesktop.org.xml.in.h:368 +msgid "SQLite3 database" +msgstr "SQLite3 adatbázis" + +#: ../freedesktop.org.xml.in.h:369 +msgid "SSA subtitles" +msgstr "SSA feliratok" + +#: ../freedesktop.org.xml.in.h:370 +msgid "SV4 CPIO archive" +msgstr "SV4 CPIO-archívum" + +#: ../freedesktop.org.xml.in.h:371 +msgid "SV4 CPIO archive (with CRC)" +msgstr "SV4 CPIO-archívum (CRC-vel)" + +#: ../freedesktop.org.xml.in.h:372 +msgid "SVG image" +msgstr "SVG kép" + +#: ../freedesktop.org.xml.in.h:373 +msgid "Scheme source code" +msgstr "Scheme-forráskód" + +#: ../freedesktop.org.xml.in.h:374 +msgid "Scream Tracker 3 audio" +msgstr "Scream Tracker 3 hang" + +#: ../freedesktop.org.xml.in.h:375 +msgid "Scream Tracker audio" +msgstr "Scream Tracker hang" + +#: ../freedesktop.org.xml.in.h:376 +msgid "Scream Tracker instrument" +msgstr "Scream Tracker hangszer" + +#: ../freedesktop.org.xml.in.h:377 +msgid "Sega Master System/Game Gear ROM" +msgstr "Sega Master System/Game Gear ROM" + +#: ../freedesktop.org.xml.in.h:378 +msgid "Setext document" +msgstr "Setext-dokumentum" + +#: ../freedesktop.org.xml.in.h:379 +msgid "Shockwave Flash file" +msgstr "Shockwave Flash-fájl" + +#. translators: "Shorten" is the name of an audio codec +#: ../freedesktop.org.xml.in.h:381 +msgid "Shorten audio" +msgstr "Shorten hang" + +#: ../freedesktop.org.xml.in.h:382 +msgid "Siag spreadsheet" +msgstr "Siag-munkafüzet" + +#: ../freedesktop.org.xml.in.h:383 +msgid "Sieve mail filter script" +msgstr "Sieve levélszűrő parancsfájl" + +#: ../freedesktop.org.xml.in.h:384 +msgid "Sigma X3F raw image" +msgstr "Sigma XF3 nyers kép" + +#: ../freedesktop.org.xml.in.h:385 +msgid "Skencil document" +msgstr "Skencil-dokumentum" + +#: ../freedesktop.org.xml.in.h:386 +msgid "Sony ARW raw image" +msgstr "Sony ARW nyers kép" + +#: ../freedesktop.org.xml.in.h:387 +msgid "Sony SR2 raw image" +msgstr "Sony SR2 nyers kép" + +#: ../freedesktop.org.xml.in.h:388 +msgid "Sony SRF raw image" +msgstr "Sony SRF nyers kép" + +#: ../freedesktop.org.xml.in.h:389 +msgid "Speedo font" +msgstr "Speedo-betűkészlet" + +#: ../freedesktop.org.xml.in.h:390 +msgid "Speex audio" +msgstr "Speex hang" + +#: ../freedesktop.org.xml.in.h:391 +msgid "Stampede package" +msgstr "Stampede-csomag" + +#: ../freedesktop.org.xml.in.h:392 +msgid "StarCalc spreadsheet" +msgstr "StarCalc-munkafüzet" + +#: ../freedesktop.org.xml.in.h:393 +msgid "StarChart chart" +msgstr "StarChart-grafikon" + +#: ../freedesktop.org.xml.in.h:394 +msgid "StarDraw drawing" +msgstr "StarDraw-rajz" + +#: ../freedesktop.org.xml.in.h:395 +msgid "StarImpress presentation" +msgstr "StarImpress-bemutató" + +#: ../freedesktop.org.xml.in.h:396 +msgid "StarMail email" +msgstr "StarMail e-mail" + +#: ../freedesktop.org.xml.in.h:397 +msgid "StarMath formula" +msgstr "StarMath-képlet" + +#: ../freedesktop.org.xml.in.h:398 +msgid "StarWriter document" +msgstr "StarWriter-dokumentum" + +#: ../freedesktop.org.xml.in.h:399 +msgid "StuffIt archive" +msgstr "StuffIt-archívum" + +#: ../freedesktop.org.xml.in.h:400 +msgid "SubRip subtitles" +msgstr "SubRip feliratok" + +#: ../freedesktop.org.xml.in.h:401 +msgid "SubViewer subtitles" +msgstr "SubViewer feliratok" + +#: ../freedesktop.org.xml.in.h:402 +msgid "Sun raster image" +msgstr "SUN raszterkép" + +#: ../freedesktop.org.xml.in.h:403 +msgid "SunOS News font" +msgstr "SunOS News-betűkészlet" + +#. Translate this as Super Famicom (in Far East Asia) or Super Nintendo (in Europe) if the console was known as such in your locale +#: ../freedesktop.org.xml.in.h:405 +msgid "Super NES ROM" +msgstr "Super NES ROM" + +#. http://en.wikipedia.org/wiki/Super_Video_CD +#. http://everything2.com/index.pl?node_id=1009222 +#: ../freedesktop.org.xml.in.h:408 +msgid "Super Video CD" +msgstr "SVCD" + +#: ../freedesktop.org.xml.in.h:409 +msgid "T602 document" +msgstr "T602 dokumentum" + +#: ../freedesktop.org.xml.in.h:410 +msgid "TGA image" +msgstr "TGA kép" + +#: ../freedesktop.org.xml.in.h:411 +msgid "TGIF document" +msgstr "TGIF-dokumentum" + +#: ../freedesktop.org.xml.in.h:412 +msgid "TIFF image" +msgstr "TIFF-kép" + +#: ../freedesktop.org.xml.in.h:413 +msgid "TNEF message" +msgstr "TNEF üzenet" + +#: ../freedesktop.org.xml.in.h:414 +msgid "TSV document" +msgstr "TSV dokumentum" + +#: ../freedesktop.org.xml.in.h:415 +msgid "Tar archive" +msgstr "Tar archívum" + +#: ../freedesktop.org.xml.in.h:416 +msgid "Tar archive (LZMA-compressed)" +msgstr "Tar archívum (LZMA-val tömörítve)" + +#: ../freedesktop.org.xml.in.h:417 +msgid "Tar archive (LZO-compressed)" +msgstr "Tar archívum (LZO-val tömörítve)" + +#: ../freedesktop.org.xml.in.h:418 +msgid "Tar archive (bzip-compressed)" +msgstr "Tar archívum (bzip-pel tömörítve)" + +#: ../freedesktop.org.xml.in.h:419 +msgid "Tar archive (compressed)" +msgstr "Tar archívum (tömörített)" + +#: ../freedesktop.org.xml.in.h:420 +msgid "Tar archive (gzip-compressed)" +msgstr "Tar archívum (gzip-pel tömörítve)" + +#: ../freedesktop.org.xml.in.h:421 +msgid "Tcl script" +msgstr "Tcl-parancsfájl" + +#: ../freedesktop.org.xml.in.h:422 +msgid "TeX DVI document" +msgstr "TeX DVI-dokumentum" + +#: ../freedesktop.org.xml.in.h:423 +msgid "TeX DVI document (bzip-compressed)" +msgstr "TeX DVI dokumentum (bzip-tömörítésű)" + +#: ../freedesktop.org.xml.in.h:424 +msgid "TeX DVI document (gzip-compressed)" +msgstr "TeX DVI dokumentum (gzip-tömörítésű)" + +#: ../freedesktop.org.xml.in.h:425 +msgid "TeX document" +msgstr "TeX-dokumentum" + +#: ../freedesktop.org.xml.in.h:426 +msgid "TeX font" +msgstr "TeX-betűkészlet" + +#: ../freedesktop.org.xml.in.h:427 +msgid "TeX font metrics" +msgstr "TeX-betűmetrika" + +#: ../freedesktop.org.xml.in.h:428 +msgid "TeXInfo document" +msgstr "TeXInfo-dokumentum" + +#: ../freedesktop.org.xml.in.h:429 +msgid "ToutDoux document" +msgstr "ToutDoux-dokumentum" + +#: ../freedesktop.org.xml.in.h:430 +msgid "Troff ME input document" +msgstr "Troff ME bemeneti dokumentum" + +#: ../freedesktop.org.xml.in.h:431 +msgid "Troff MM input document" +msgstr "Troff MM bemeneti dokumentum" + +#: ../freedesktop.org.xml.in.h:432 +msgid "Troff MS input document" +msgstr "Troff MS bemeneti dokumentum" + +#: ../freedesktop.org.xml.in.h:433 +msgid "Troff document" +msgstr "Troff-dokumentum" + +#: ../freedesktop.org.xml.in.h:434 +msgid "Troff document (with manpage macros)" +msgstr "Troff-dokumentum (manpage-makrókkal)" + +#: ../freedesktop.org.xml.in.h:435 +msgid "TrueAudio audio" +msgstr "TrueAudio hang" + +#: ../freedesktop.org.xml.in.h:436 +msgid "TrueType XML font" +msgstr "TrueType XML betűkészlet" + +#: ../freedesktop.org.xml.in.h:437 +msgid "TrueType font" +msgstr "TrueType-betűkészlet" + +#: ../freedesktop.org.xml.in.h:438 +msgid "UFRaw ID image" +msgstr "UFRaw azonosítófájl" + +#: ../freedesktop.org.xml.in.h:439 +msgid "ULAW (Sun) audio" +msgstr "ULAW (Sun) hang" + +#: ../freedesktop.org.xml.in.h:440 +msgid "UNIX-compressed file" +msgstr "Tömörített UNIX-fájl" + +#: ../freedesktop.org.xml.in.h:441 +msgid "Unidata NetCDF document" +msgstr "Unidata NetCDF-dokumentum" + +#: ../freedesktop.org.xml.in.h:442 +msgid "Usenet news message" +msgstr "USENET-hírcsoportüzenet" + +#: ../freedesktop.org.xml.in.h:443 +msgid "Ustar archive" +msgstr "Ustar archívum" + +#: ../freedesktop.org.xml.in.h:444 +msgid "V font" +msgstr "V-betűkészlet" + +#: ../freedesktop.org.xml.in.h:445 +msgid "VCS/ICS calendar" +msgstr "VCS/ICS naptár" + +#: ../freedesktop.org.xml.in.h:446 +msgid "VHDL document" +msgstr "VHDL dokumentum" + +#: ../freedesktop.org.xml.in.h:447 +msgid "VOC audio" +msgstr "VOC hang" + +#: ../freedesktop.org.xml.in.h:448 +msgid "VRML document" +msgstr "VRML-dokumentum" + +#: ../freedesktop.org.xml.in.h:449 +msgid "Vala source code" +msgstr "Vala forráskód" + +#. http://en.wikipedia.org/wiki/Video_CD +#. http://www.herongyang.com/CD-DVD/VCD-Movie-File-Directory-Structure.html +#: ../freedesktop.org.xml.in.h:452 +msgid "Video CD" +msgstr "Video CD" + +#: ../freedesktop.org.xml.in.h:453 +msgid "Vivo video" +msgstr "Vivo-videó" + +#: ../freedesktop.org.xml.in.h:454 +msgid "WAIS source code" +msgstr "WAIS-forráskód" + +#: ../freedesktop.org.xml.in.h:455 +msgid "WAV audio" +msgstr "WAV hang" + +#: ../freedesktop.org.xml.in.h:456 +msgid "WBMP image" +msgstr "WBMP kép" + +#: ../freedesktop.org.xml.in.h:457 +msgid "WMF image" +msgstr "WMF kép" + +#: ../freedesktop.org.xml.in.h:458 +msgid "WML document" +msgstr "WML-dokumentum" + +#: ../freedesktop.org.xml.in.h:459 +msgid "WMLScript program" +msgstr "WMLScript program" + +#: ../freedesktop.org.xml.in.h:460 +msgid "WRI document" +msgstr "WRI dokumentum" + +#: ../freedesktop.org.xml.in.h:461 +msgid "WavPack audio" +msgstr "WavPack hang" + +#: ../freedesktop.org.xml.in.h:462 +msgid "WavPack audio correction file" +msgstr "WavPack hangjavítási fájl" + +#: ../freedesktop.org.xml.in.h:463 +msgid "Wavelet video" +msgstr "Wavelet-videó" + +#: ../freedesktop.org.xml.in.h:464 +msgid "Windows BMP image" +msgstr "Windows BMP-kép" + +#: ../freedesktop.org.xml.in.h:465 +msgid "Windows Installer package" +msgstr "Windows Installer csomag" + +#: ../freedesktop.org.xml.in.h:466 +msgid "Windows Media Station file" +msgstr "Windows Media Station fájl" + +#: ../freedesktop.org.xml.in.h:467 +msgid "Windows Media audio" +msgstr "Windows Media hang" + +#: ../freedesktop.org.xml.in.h:468 +msgid "Windows Media video" +msgstr "Windows Media videó" + +#: ../freedesktop.org.xml.in.h:469 +msgid "Windows Registry extract" +msgstr "Windows Registry kivonat" + +#: ../freedesktop.org.xml.in.h:470 +msgid "Windows animated cursor" +msgstr "Windows animált kurzor" + +#: ../freedesktop.org.xml.in.h:471 +msgid "Windows cursor" +msgstr "Windows-kurzor" + +#: ../freedesktop.org.xml.in.h:472 +msgid "Word document" +msgstr "Word dokumentum" + +#: ../freedesktop.org.xml.in.h:473 +msgid "Word template" +msgstr "Word sablon" + +#: ../freedesktop.org.xml.in.h:474 +msgid "WordPerfect document" +msgstr "WordPerfect-dokumentum" + +#: ../freedesktop.org.xml.in.h:475 +msgid "WordPerfect/Drawperfect image" +msgstr "WordPerfect/Drawperfect-kép" + +#: ../freedesktop.org.xml.in.h:476 +msgid "X window image" +msgstr "X window-kép" + +#: ../freedesktop.org.xml.in.h:477 +msgid "X-Motif UIL table" +msgstr "X-Motif UIL-táblázat" + +#: ../freedesktop.org.xml.in.h:478 +msgid "X11 cursor" +msgstr "X11 kurzor" + +#: ../freedesktop.org.xml.in.h:479 +msgid "XBEL bookmarks" +msgstr "XBEL-könyvjelzők" + +#: ../freedesktop.org.xml.in.h:480 +msgid "XBM image" +msgstr "XBM kép" + +#: ../freedesktop.org.xml.in.h:481 +msgid "XFig image" +msgstr "XFig-kép" + +#: ../freedesktop.org.xml.in.h:482 +msgid "XHTML page" +msgstr "XHTML-oldal" + +#: ../freedesktop.org.xml.in.h:483 +msgid "XLIFF translation file" +msgstr "XLIFF fordítási fájl" + +#: ../freedesktop.org.xml.in.h:484 +msgid "XMCD CD database" +msgstr "XMCD CD-adatbázis" + +#: ../freedesktop.org.xml.in.h:485 +msgid "XMF audio" +msgstr "XMF hang" + +#: ../freedesktop.org.xml.in.h:486 +msgid "XMI file" +msgstr "XMI fájl" + +#: ../freedesktop.org.xml.in.h:487 +msgid "XML document" +msgstr "XML dokumentum" + +#: ../freedesktop.org.xml.in.h:488 +msgid "XML entities document" +msgstr "XML egyeddokumentum" + +#: ../freedesktop.org.xml.in.h:489 +msgid "XPM image" +msgstr "XPM kép" + +#: ../freedesktop.org.xml.in.h:490 +msgid "XPS document" +msgstr "XPS dokumentum" + +#: ../freedesktop.org.xml.in.h:491 +msgid "XSL FO file" +msgstr "XSL FO fájl" + +#: ../freedesktop.org.xml.in.h:492 +msgid "XSLT stylesheet" +msgstr "XSLT-stíluslap" + +#: ../freedesktop.org.xml.in.h:493 +msgid "XSPF playlist" +msgstr "XSPF lejátszólista" + +#: ../freedesktop.org.xml.in.h:494 +msgid "XUL document" +msgstr "XUL dokumentum" + +#: ../freedesktop.org.xml.in.h:495 +msgid "XUL interface document" +msgstr "XUL felületdokumentum" + +#: ../freedesktop.org.xml.in.h:496 +msgid "Xbase document" +msgstr "Xbase dokumentum" + +#: ../freedesktop.org.xml.in.h:497 +msgid "Zip archive" +msgstr "Zip archívum" + +#: ../freedesktop.org.xml.in.h:498 +msgid "Zoo archive" +msgstr "Zoo archívum" + +#: ../freedesktop.org.xml.in.h:499 +msgid "application log" +msgstr "alkalmazás naplója" + +#. http://en.wikipedia.org/wiki/Red_Book_(audio_CD_standard) +#: ../freedesktop.org.xml.in.h:501 +msgid "audio CD" +msgstr "hang CD" + +#. http://en.wikipedia.org/wiki/DVD-Audio +#: ../freedesktop.org.xml.in.h:503 +msgid "audio DVD" +msgstr "hang DVD" + +#: ../freedesktop.org.xml.in.h:504 +msgid "author credits" +msgstr "szerzők listája" + +#: ../freedesktop.org.xml.in.h:505 +msgid "author list" +msgstr "szerzőlista" + +#: ../freedesktop.org.xml.in.h:506 +msgid "backup file" +msgstr "biztonsági mentés" + +#. http://en.wikipedia.org/wiki/Blu-ray_Disc +#: ../freedesktop.org.xml.in.h:508 +msgid "blank Blu-ray disc" +msgstr "üres Blu-Ray lemez" + +#. http://en.wikipedia.org/wiki/Compact_Disc +#: ../freedesktop.org.xml.in.h:510 +msgid "blank CD disc" +msgstr "üres CD lemez" + +#. http://en.wikipedia.org/wiki/DVD +#: ../freedesktop.org.xml.in.h:512 +msgid "blank DVD disc" +msgstr "üres DVD lemez" + +#. http://en.wikipedia.org/wiki/HD_DVD +#: ../freedesktop.org.xml.in.h:514 +msgid "blank HD DVD disc" +msgstr "üres HD DVD lemez" + +#: ../freedesktop.org.xml.in.h:515 +msgid "block device" +msgstr "blokkos eszköz" + +#: ../freedesktop.org.xml.in.h:516 +msgid "character device" +msgstr "karakteres eszköz" + +#: ../freedesktop.org.xml.in.h:517 +msgid "comic book archive" +msgstr "képregényarchívum" + +#: ../freedesktop.org.xml.in.h:518 +msgid "compound document" +msgstr "összetett dokumentum" + +#: ../freedesktop.org.xml.in.h:519 +msgid "compound documents" +msgstr "összetett dokumentumok" + +#: ../freedesktop.org.xml.in.h:520 +msgid "compressed GIMP image" +msgstr "tömörített GIMP kép" + +#: ../freedesktop.org.xml.in.h:521 +msgid "compressed SVG image" +msgstr "tömörített SVG kép" + +#: ../freedesktop.org.xml.in.h:522 +msgid "compressed Tracker audio" +msgstr "tömörített Tracker hang" + +#: ../freedesktop.org.xml.in.h:523 +msgid "desktop configuration file" +msgstr "munkaasztal-beállítófájl" + +#: ../freedesktop.org.xml.in.h:524 +msgid "detached OpenPGP signature" +msgstr "leválasztott OpenPGP-aláírás" + +#: ../freedesktop.org.xml.in.h:525 +msgid "detached S/MIME signature" +msgstr "leválasztott S/MIME-aláírás" + +#: ../freedesktop.org.xml.in.h:526 +msgid "differences between files" +msgstr "diff-különbségfájl" + +#. http://en.wikipedia.org/wiki/Design_rule_for_Camera_File_system +#: ../freedesktop.org.xml.in.h:528 +msgid "digital photos" +msgstr "digitális fényképek" + +#: ../freedesktop.org.xml.in.h:529 +msgid "digital raw image" +msgstr "digitális nyers kép" + +#: ../freedesktop.org.xml.in.h:530 +msgid "eMusic download package" +msgstr "eMusic letöltési csomag" + +#: ../freedesktop.org.xml.in.h:531 +msgid "electronic book document" +msgstr "elektronikus könyvdokumentum" + +#: ../freedesktop.org.xml.in.h:532 +msgid "electronic business card" +msgstr "elektronikus névjegykártya" + +#: ../freedesktop.org.xml.in.h:533 +msgid "email headers" +msgstr "levélfejléc" + +#: ../freedesktop.org.xml.in.h:534 +msgid "email message" +msgstr "elektronikus levél" + +#: ../freedesktop.org.xml.in.h:535 +msgid "empty document" +msgstr "üres dokumentum" + +#: ../freedesktop.org.xml.in.h:536 +msgid "encrypted message" +msgstr "titkosított üzenet" + +#: ../freedesktop.org.xml.in.h:537 +msgid "enriched text document" +msgstr "enriched text dokumentum" + +#: ../freedesktop.org.xml.in.h:538 +msgid "executable" +msgstr "futtatható" + +#: ../freedesktop.org.xml.in.h:539 +msgid "folder" +msgstr "mappa" + +#: ../freedesktop.org.xml.in.h:540 +msgid "generic font file" +msgstr "általános betűkészletfájl" + +#: ../freedesktop.org.xml.in.h:541 +msgid "help page" +msgstr "súgóoldal" + +#: ../freedesktop.org.xml.in.h:542 +msgid "iMelody ringtone" +msgstr "iMelody csengőhang" + +#: ../freedesktop.org.xml.in.h:543 +msgid "iPod firmware" +msgstr "iPod-firmware" + +#: ../freedesktop.org.xml.in.h:544 +msgid "iRiver Playlist" +msgstr "iRiver lejátszólista" + +#: ../freedesktop.org.xml.in.h:545 +msgid "installation instructions" +msgstr "telepítési utasítások" + +#: ../freedesktop.org.xml.in.h:546 +msgid "iptables configuration file" +msgstr "iptables beállítófájl" + +#: ../freedesktop.org.xml.in.h:547 +msgid "libtool shared library" +msgstr "libtool osztott programkönyvtár" + +#: ../freedesktop.org.xml.in.h:548 +msgid "license terms" +msgstr "licencfeltételek" + +#: ../freedesktop.org.xml.in.h:549 +msgid "mail delivery report" +msgstr "jelentés levélkézbesítésről" + +#: ../freedesktop.org.xml.in.h:550 +msgid "mail disposition report" +msgstr "jelentés levélkidobásról" + +#: ../freedesktop.org.xml.in.h:551 +msgid "mail system report" +msgstr "levelezőrendszer jelentése" + +#: ../freedesktop.org.xml.in.h:552 +msgid "mailbox file" +msgstr "mailbox fájl" + +#: ../freedesktop.org.xml.in.h:553 +msgid "manual page (compressed)" +msgstr "kézikönyvoldal (tömörített)" + +#: ../freedesktop.org.xml.in.h:554 +msgid "message catalog" +msgstr "üzenetkatalógus" + +#: ../freedesktop.org.xml.in.h:555 +msgid "message digest" +msgstr "ömlesztett üzenet" + +#: ../freedesktop.org.xml.in.h:556 +msgid "message in several formats" +msgstr "többféle formátumú üzenet" + +#: ../freedesktop.org.xml.in.h:557 +msgid "mount point" +msgstr "csatlakoztatási pont" + +#: ../freedesktop.org.xml.in.h:558 +msgid "object code" +msgstr "tárgykód" + +#: ../freedesktop.org.xml.in.h:559 +msgid "packed font file" +msgstr "packed font-fájl" + +#: ../freedesktop.org.xml.in.h:560 +msgid "partial email message" +msgstr "részleges elektronikus levél" + +#: ../freedesktop.org.xml.in.h:561 +msgid "pipe" +msgstr "cső" + +#: ../freedesktop.org.xml.in.h:562 +msgid "plain text document" +msgstr "egyszerű szöveg" + +#. see fd.o hal spec +#: ../freedesktop.org.xml.in.h:564 +msgid "portable audio player" +msgstr "hordozható zenelejátszó" + +#: ../freedesktop.org.xml.in.h:565 +msgid "profiler results" +msgstr "profilírozó-eredmények" + +#: ../freedesktop.org.xml.in.h:566 +msgid "program crash data" +msgstr "összeomlott program adatai" + +#: ../freedesktop.org.xml.in.h:567 +msgid "raw CD image" +msgstr "nyers CD-lemezkép" + +#: ../freedesktop.org.xml.in.h:568 +msgid "reference to remote file" +msgstr "hivatkozás távoli fájlra" + +#: ../freedesktop.org.xml.in.h:569 +msgid "rejected patch" +msgstr "visszautasított folt" + +#: ../freedesktop.org.xml.in.h:570 +msgid "resource location" +msgstr "erőforrás-hely" + +#: ../freedesktop.org.xml.in.h:571 +msgid "rich text document" +msgstr "rich text-dokumentum" + +#: ../freedesktop.org.xml.in.h:572 +msgid "shared library" +msgstr "osztott programkönyvtár" + +#: ../freedesktop.org.xml.in.h:573 +msgid "shell archive" +msgstr "héjarchívum" + +#: ../freedesktop.org.xml.in.h:574 +msgid "shell script" +msgstr "héj-parancsfájl" + +#: ../freedesktop.org.xml.in.h:575 +msgid "signed message" +msgstr "aláírt üzenet" + +#: ../freedesktop.org.xml.in.h:576 +msgid "socket" +msgstr "illesztőpont" + +#. http://standards.freedesktop.org/autostart-spec/autostart-spec-latest.html +#. http://bugzilla.gnome.org/show_bug.cgi?id=509823#c3 +#: ../freedesktop.org.xml.in.h:579 +msgid "software" +msgstr "szoftver" + +#: ../freedesktop.org.xml.in.h:580 +msgid "spreadsheet interchange document" +msgstr "spreadsheet-cserélhetődokumentum" + +#: ../freedesktop.org.xml.in.h:581 +msgid "stream of data (server push)" +msgstr "sugárzott adatfolyam (kiszolgálóról)" + +#: ../freedesktop.org.xml.in.h:582 +msgid "symbolic link" +msgstr "szimbolikus link" + +#: ../freedesktop.org.xml.in.h:583 +msgid "theme" +msgstr "téma" + +#: ../freedesktop.org.xml.in.h:584 +msgid "translated messages (machine-readable)" +msgstr "lefordított üzenetek (gépi kód)" + +#: ../freedesktop.org.xml.in.h:585 +msgid "translation file" +msgstr "fordítási fájl" + +#: ../freedesktop.org.xml.in.h:586 +msgid "translation template" +msgstr "fordítási sablon" + +#: ../freedesktop.org.xml.in.h:587 +msgid "txt2tags document" +msgstr "txt2tags dokumentum" + +#: ../freedesktop.org.xml.in.h:588 +msgid "unknown" +msgstr "ismeretlen" + +#. http://en.wikipedia.org/wiki/DVD-Video +#: ../freedesktop.org.xml.in.h:590 +msgid "video DVD" +msgstr "video DVD" diff --git a/po/id.po b/po/id.po new file mode 100644 index 0000000..0c127db --- /dev/null +++ b/po/id.po @@ -0,0 +1,2292 @@ +# Indonesian translations for shared-mime-info package. +# Copyright (C) 2008 THE shared-mime-info'S COPYRIGHT HOLDER +# This file is distributed under the same license as the shared-mime-info package. +# Andhika Padmawan , 2008. +# +msgid "" +msgstr "" +"Project-Id-Version: shared-mime-info 0.51\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2008-07-23 12:49+0100\n" +"PO-Revision-Date: 2008-07-24 09:11+0700\n" +"Last-Translator: Andhika Padmawan \n" +"Language-Team: Indonesian \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: ../freedesktop.org.xml.in.h:1 +msgid "3D Studio image" +msgstr "Citra 3D Studio" + +#: ../freedesktop.org.xml.in.h:2 +msgid "3GPP multimedia file" +msgstr "Berkas multimedia 3GPP" + +#: ../freedesktop.org.xml.in.h:3 +msgid "7-zip archive" +msgstr "Arsip 7-zip" + +#: ../freedesktop.org.xml.in.h:4 +msgid "ACE archive" +msgstr "Arsip ACE" + +#: ../freedesktop.org.xml.in.h:5 +msgid "AIFC audio" +msgstr "Audio AIFC" + +#: ../freedesktop.org.xml.in.h:6 +msgid "AIFF audio" +msgstr "Audio AIFF" + +#: ../freedesktop.org.xml.in.h:7 +msgid "AIFF/Amiga/Mac audio" +msgstr "Audio AIFF/Amiga/Mac" + +#: ../freedesktop.org.xml.in.h:8 +msgid "AMR audio" +msgstr "Audio AMR" + +#: ../freedesktop.org.xml.in.h:9 +msgid "AMR-WB audio" +msgstr "Audio AMR-WB" + +#: ../freedesktop.org.xml.in.h:10 +msgid "ANIM animation" +msgstr "Animasi ANIM" + +#: ../freedesktop.org.xml.in.h:11 +msgid "AR archive" +msgstr "Arsip AR" + +#: ../freedesktop.org.xml.in.h:12 +msgid "ARC archive" +msgstr "Arsip ARC" + +#: ../freedesktop.org.xml.in.h:13 +msgid "ARJ archive" +msgstr "Arsip ARJ" + +#: ../freedesktop.org.xml.in.h:14 +msgid "ASF video" +msgstr "Video ASF" + +#: ../freedesktop.org.xml.in.h:15 +msgid "ASP page" +msgstr "Halaman ASP" + +#: ../freedesktop.org.xml.in.h:16 +msgid "ATK inset" +msgstr "Inset ATK" + +#: ../freedesktop.org.xml.in.h:17 +msgid "AVI video" +msgstr "Video AVI" + +#: ../freedesktop.org.xml.in.h:18 +msgid "AWK script" +msgstr "Skrip AWK" + +#: ../freedesktop.org.xml.in.h:19 +msgid "AbiWord document" +msgstr "Dokumen AbiWord" + +#: ../freedesktop.org.xml.in.h:20 +msgid "Ada source code" +msgstr "Kode program Ada" + +#: ../freedesktop.org.xml.in.h:21 +msgid "Adobe DNG negative" +msgstr "Negatif Adobe DNG" + +#: ../freedesktop.org.xml.in.h:22 +msgid "Adobe FrameMaker MIF document" +msgstr "Dokumen Adobe FrameMaker MIF" + +#: ../freedesktop.org.xml.in.h:23 +msgid "Adobe FrameMaker document" +msgstr "Dokumen Adobe FrameMaker" + +#: ../freedesktop.org.xml.in.h:24 +msgid "Adobe FrameMaker font" +msgstr "Fonta Adobe FrameMaker" + +#: ../freedesktop.org.xml.in.h:25 +msgid "Adobe Illustrator document" +msgstr "Dokumen Adobe Illustrator" + +#: ../freedesktop.org.xml.in.h:26 +msgid "Adobe font metrics" +msgstr "Metrik fonta Adobe" + +#: ../freedesktop.org.xml.in.h:27 +msgid "Alzip archive" +msgstr "Arsip Alzip" + +#: ../freedesktop.org.xml.in.h:28 +msgid "Amiga SoundTracker audio" +msgstr "Audio Amida SoundTracker" + +#: ../freedesktop.org.xml.in.h:29 +msgid "Applix Graphics image" +msgstr "Citra Applix Graphics" + +#: ../freedesktop.org.xml.in.h:30 +msgid "Applix Spreadsheets spreadsheet" +msgstr "Lembar sebar Applix Spreadsheets" + +#: ../freedesktop.org.xml.in.h:31 +msgid "Applix Words document" +msgstr "Dokumen Applix Words" + +#: ../freedesktop.org.xml.in.h:32 +msgid "Atom syndication feed" +msgstr "Umpan sindikasi Atom" + +#: ../freedesktop.org.xml.in.h:33 +msgid "AutoCAD image" +msgstr "Citra AutoCAD" + +#: ../freedesktop.org.xml.in.h:34 +msgid "BCPIO document" +msgstr "Dokumen BCPIO" + +#: ../freedesktop.org.xml.in.h:35 +msgid "BDF font" +msgstr "Fonta BDF" + +#: ../freedesktop.org.xml.in.h:36 +msgid "BibTeX document" +msgstr "Dokumen BibTeX" + +#: ../freedesktop.org.xml.in.h:37 +msgid "BitTorrent seed file" +msgstr "Berkas benih BitTorrent" + +#: ../freedesktop.org.xml.in.h:38 +msgid "Blender scene" +msgstr "Scene Blender" + +#. http://en.wikipedia.org/wiki/Blu-ray_Disc +#. http://www.blu-raydisc.com/Section-13470/Section-13890/Index.html +#: ../freedesktop.org.xml.in.h:41 +msgid "Blu-ray video disc" +msgstr "Cakram video Blu-ray" + +#: ../freedesktop.org.xml.in.h:42 +msgid "Bzip archive" +msgstr "Arsip Bzip" + +#: ../freedesktop.org.xml.in.h:43 +msgid "C header" +msgstr "Tajuk C" + +#: ../freedesktop.org.xml.in.h:44 +msgid "C shell script" +msgstr "Skrip shell C" + +#: ../freedesktop.org.xml.in.h:45 +msgid "C source code" +msgstr "Kode program C" + +#: ../freedesktop.org.xml.in.h:46 +msgid "C# source code" +msgstr "Kode program C#" + +#: ../freedesktop.org.xml.in.h:47 +msgid "C++ header" +msgstr "Tajuk C++" + +#: ../freedesktop.org.xml.in.h:48 +msgid "C++ source code" +msgstr "Kode program C++" + +#: ../freedesktop.org.xml.in.h:49 +msgid "CCITT G3 fax" +msgstr "Faks CCITT G3" + +#: ../freedesktop.org.xml.in.h:50 +msgid "CD Table Of Contents" +msgstr "Tabel Isi CD" + +#: ../freedesktop.org.xml.in.h:51 +msgid "CD image cuesheet" +msgstr "Citra cuesheet CD" + +#: ../freedesktop.org.xml.in.h:52 +msgid "CHM document" +msgstr "Dokumen CHM" + +#: ../freedesktop.org.xml.in.h:53 +msgid "CMU raster image" +msgstr "Citra raster CMU" + +#: ../freedesktop.org.xml.in.h:54 +msgid "CMake source code" +msgstr "Kode program CMake" + +#: ../freedesktop.org.xml.in.h:55 +msgid "CPIO archive" +msgstr "Arsip CPIO" + +#: ../freedesktop.org.xml.in.h:56 +msgid "CPIO archive (gzip-compressed)" +msgstr "Arsip CPIO (terkompresi gzip)" + +#: ../freedesktop.org.xml.in.h:57 +msgid "CSS stylesheet" +msgstr "Lembar gaya CSS" + +#: ../freedesktop.org.xml.in.h:58 +msgid "CSV document" +msgstr "Dokumen CSV" + +#: ../freedesktop.org.xml.in.h:59 +msgid "Canon CR2 raw image" +msgstr "Citra mentah Canon CR2" + +#: ../freedesktop.org.xml.in.h:60 +msgid "Canon CRW raw image" +msgstr "Citra mentah Canon CRW" + +#: ../freedesktop.org.xml.in.h:61 +msgid "ChangeLog document" +msgstr "Dokumen ChangeLog" + +#: ../freedesktop.org.xml.in.h:62 +msgid "Cisco VPN Settings" +msgstr "Penataan Cisco VPN" + +#: ../freedesktop.org.xml.in.h:63 +msgid "Citrix ICA settings file" +msgstr "Berkas penataan Citrix ICA" + +#: ../freedesktop.org.xml.in.h:64 +msgid "Commodore 64 audio" +msgstr "Audio Commodore 64" + +#: ../freedesktop.org.xml.in.h:65 +msgid "Computer Graphics Metafile" +msgstr "Computer Graphics Metafile" + +#: ../freedesktop.org.xml.in.h:66 +msgid "Corel Draw drawing" +msgstr "Gambar Corel Draw" + +#: ../freedesktop.org.xml.in.h:67 +msgid "D source code" +msgstr "Kode program D" + +#: ../freedesktop.org.xml.in.h:68 +msgid "DAR archive" +msgstr "Arsip DAR" + +#: ../freedesktop.org.xml.in.h:69 +msgid "DCL script" +msgstr "Skrip DCL" + +#: ../freedesktop.org.xml.in.h:70 +msgid "DER/PEM/Netscape-encoded X.509 certificate" +msgstr "Sertifikat DER/PEM/Netscape-tersandi X.509" + +#: ../freedesktop.org.xml.in.h:71 +msgid "DIB image" +msgstr "Citra DIB" + +#: ../freedesktop.org.xml.in.h:72 +msgid "DICOM image" +msgstr "Citra DICOM" + +#: ../freedesktop.org.xml.in.h:73 +msgid "DOS font" +msgstr "Fonta DOS" + +#: ../freedesktop.org.xml.in.h:74 +msgid "DOS/Windows executable" +msgstr "DOS/Windows dapat dieksekusi" + +#: ../freedesktop.org.xml.in.h:75 +msgid "DPX image" +msgstr "Citra DPX" + +#: ../freedesktop.org.xml.in.h:76 +msgid "DSSSL document" +msgstr "Dokumen DSSSL" + +#: ../freedesktop.org.xml.in.h:77 +msgid "DTD file" +msgstr "Berkas DTD" + +#: ../freedesktop.org.xml.in.h:78 +msgid "DV video" +msgstr "Video DV" + +#: ../freedesktop.org.xml.in.h:79 +msgid "DXF vector image" +msgstr "Citra vektor DXF" + +#: ../freedesktop.org.xml.in.h:80 +msgid "Debian package" +msgstr "Paket Debian" + +#: ../freedesktop.org.xml.in.h:81 +msgid "Dia diagram" +msgstr "Diagram Dia" + +#: ../freedesktop.org.xml.in.h:82 +msgid "DirectDraw surface" +msgstr "Permukaan DirectDraw" + +#: ../freedesktop.org.xml.in.h:83 +msgid "DjVu image" +msgstr "Citra DjVu" + +#: ../freedesktop.org.xml.in.h:84 +msgid "DocBook document" +msgstr "Dokumen DocBook" + +#: ../freedesktop.org.xml.in.h:85 +msgid "Dolby Digital audio" +msgstr "Audio Dolby Digital" + +#: ../freedesktop.org.xml.in.h:86 +msgid "Dreamcast ROM" +msgstr "Memori baca-saja Dreamcast" + +#: ../freedesktop.org.xml.in.h:87 +msgid "ECMAScript program" +msgstr "Program ECMAScript" + +#: ../freedesktop.org.xml.in.h:88 +msgid "EMF image" +msgstr "Citra EMF" + +#: ../freedesktop.org.xml.in.h:89 +msgid "EPS image" +msgstr "Citra EPS" + +#: ../freedesktop.org.xml.in.h:90 +msgid "EPS image (bzip-compressed)" +msgstr "Citra EPS (terkompresi bzip)" + +#: ../freedesktop.org.xml.in.h:91 +msgid "EPS image (gzip-compressed)" +msgstr "Citra EPS (terkompresi gzip)" + +#: ../freedesktop.org.xml.in.h:92 +msgid "EXR image" +msgstr "Citra EXR" + +#: ../freedesktop.org.xml.in.h:93 +msgid "Egon Animator animation" +msgstr "Animasi Egon Animator" + +#: ../freedesktop.org.xml.in.h:94 +msgid "Eiffel source code" +msgstr "Kode program Eiffel" + +#: ../freedesktop.org.xml.in.h:95 +msgid "Emacs Lisp source code" +msgstr "Kode sumber Emacs Lisp" + +#: ../freedesktop.org.xml.in.h:96 +msgid "Enlightenment theme" +msgstr "Tema Enlightenment" + +#: ../freedesktop.org.xml.in.h:97 +msgid "Erlang source code" +msgstr "Kode program Erlang" + +#: ../freedesktop.org.xml.in.h:98 +msgid "Excel spreadsheet" +msgstr "Lembar sebar Excel" + +#: ../freedesktop.org.xml.in.h:99 +msgid "FITS document" +msgstr "Dokumen FITS" + +#: ../freedesktop.org.xml.in.h:100 +msgid "FLAC audio" +msgstr "Audio FLAC" + +#: ../freedesktop.org.xml.in.h:101 +msgid "FLIC animation" +msgstr "Animasi FLIC" + +#: ../freedesktop.org.xml.in.h:102 +msgid "FLTK Fluid file" +msgstr "Berkas FLTK Fluid" + +#: ../freedesktop.org.xml.in.h:103 +msgid "FPX image" +msgstr "Citra FPX" + +#: ../freedesktop.org.xml.in.h:104 +msgid "FastTracker II audio" +msgstr "Audio FastTracker II" + +#: ../freedesktop.org.xml.in.h:105 +msgid "Flash video" +msgstr "Video Flash" + +#: ../freedesktop.org.xml.in.h:106 +msgid "Fortran source code" +msgstr "Kode program Fortran" + +#: ../freedesktop.org.xml.in.h:107 +msgid "Fuji RAF raw image" +msgstr "Citra mentah Fuji RAF" + +#: ../freedesktop.org.xml.in.h:108 +msgid "G3 fax image" +msgstr "Citra faks G3" + +#: ../freedesktop.org.xml.in.h:109 +msgid "GDBM database" +msgstr "Basis data GDBM" + +#: ../freedesktop.org.xml.in.h:110 +msgid "GEDCOM family history" +msgstr "Sejarah keluarga GEDCOM" + +#: ../freedesktop.org.xml.in.h:111 +msgid "GIF image" +msgstr "Citra GIF" + +#: ../freedesktop.org.xml.in.h:112 +msgid "GIMP image" +msgstr "Citra GIMP" + +#: ../freedesktop.org.xml.in.h:113 +msgid "GMC link" +msgstr "Taut GMC" + +#: ../freedesktop.org.xml.in.h:114 +msgid "GNU Oleo spreadsheet" +msgstr "Lembar sebar GNU Oleo" + +#: ../freedesktop.org.xml.in.h:115 +msgid "GNU mail message" +msgstr "Pesan surat GNU" + +#: ../freedesktop.org.xml.in.h:116 +msgid "GNUnet search file" +msgstr "Berkas telusur GNUnet" + +#: ../freedesktop.org.xml.in.h:117 +msgid "GTKtalog catalog" +msgstr "Katalog GTKtalog" + +#: ../freedesktop.org.xml.in.h:118 +msgid "Game Boy Advance ROM" +msgstr "Memori baca-saja Game Boy Advance" + +#: ../freedesktop.org.xml.in.h:119 +msgid "Game Boy ROM" +msgstr "Memori baca-saja Game Boy" + +#. Translate this to Megadrive if the console was known as such in your locale +#. Should be Megadrive in all but en_US: http://en.wikipedia.org/wiki/Megadrive#History +#: ../freedesktop.org.xml.in.h:122 +msgid "Genesis ROM" +msgstr "Memori baca-saja Genesis" + +#: ../freedesktop.org.xml.in.h:123 +msgid "Glade project" +msgstr "Proyek Glade" + +#: ../freedesktop.org.xml.in.h:124 +msgid "GnuCash spreadsheet" +msgstr "Lembar sebar GnuCash" + +#: ../freedesktop.org.xml.in.h:125 +msgid "Gnumeric spreadsheet" +msgstr "Lembar sebar Gnumeric" + +#: ../freedesktop.org.xml.in.h:126 +msgid "Gnuplot document" +msgstr "Dokumen Gnuplot" + +#: ../freedesktop.org.xml.in.h:127 +msgid "Google Video Pointer" +msgstr "Google Video Pointer" + +#: ../freedesktop.org.xml.in.h:128 +msgid "Graphite scientific graph" +msgstr "Grafik sains Graphite" + +#: ../freedesktop.org.xml.in.h:129 +msgid "Gzip archive" +msgstr "Arsip Gzip" + +#. http://en.wikipedia.org/wiki/HD_DVD +#. http://www.dvdafteredit.com/wiki/The_HVDVD_TS_Folder +#: ../freedesktop.org.xml.in.h:132 +msgid "HD DVD video disc" +msgstr "Cakram video HD DVD" + +#: ../freedesktop.org.xml.in.h:133 +msgid "HDF document" +msgstr "Dokumen HDF" + +#: ../freedesktop.org.xml.in.h:134 +msgid "HPGL file" +msgstr "Berkas HPGL" + +#: ../freedesktop.org.xml.in.h:135 +msgid "HTML document" +msgstr "Dokumen HTML" + +#: ../freedesktop.org.xml.in.h:136 +msgid "Haansoft Hangul document" +msgstr "Dokumen Haansoft Hangul" + +#: ../freedesktop.org.xml.in.h:137 +msgid "Haansoft Hangul document template" +msgstr "Templat dokumen Haansoft Hangul" + +#: ../freedesktop.org.xml.in.h:138 +msgid "Haskell source code" +msgstr "Kode program Haskell" + +#: ../freedesktop.org.xml.in.h:139 +msgid "ICO icon" +msgstr "Ikon ICO" + +#: ../freedesktop.org.xml.in.h:140 +msgid "IDL document" +msgstr "Dokumen IDL" + +#: ../freedesktop.org.xml.in.h:141 +msgid "IEF image" +msgstr "Citra IEF" + +#: ../freedesktop.org.xml.in.h:142 +msgid "IFF image" +msgstr "Citra IFF" + +#: ../freedesktop.org.xml.in.h:143 +msgid "ILBM image" +msgstr "Citra ILBM" + +#: ../freedesktop.org.xml.in.h:144 +msgid "ISI video" +msgstr "Video ISI" + +#: ../freedesktop.org.xml.in.h:145 +msgid "Impulse Tracker audio" +msgstr "Audio Impulse Tracker" + +#: ../freedesktop.org.xml.in.h:146 +msgid "Internet shortcut" +msgstr "Jalan pintas Internet" + +#: ../freedesktop.org.xml.in.h:147 +msgid "JAD document" +msgstr "Dokumen JAD" + +#: ../freedesktop.org.xml.in.h:148 +msgid "JBuilder project" +msgstr "Proyek JBuilder" + +#: ../freedesktop.org.xml.in.h:149 +msgid "JET database" +msgstr "Basis data JET" + +#: ../freedesktop.org.xml.in.h:150 +msgid "JNG image" +msgstr "Citra JNG" + +#: ../freedesktop.org.xml.in.h:151 +msgid "JNLP file" +msgstr "Berkas JNLP" + +#: ../freedesktop.org.xml.in.h:152 +msgid "JPEG image" +msgstr "Citra JPEG" + +#: ../freedesktop.org.xml.in.h:153 +msgid "JPEG-2000 image" +msgstr "Citra JPEG-2000" + +#: ../freedesktop.org.xml.in.h:154 +msgid "Java archive" +msgstr "Arsip Java" + +#: ../freedesktop.org.xml.in.h:155 +msgid "Java byte code" +msgstr "Kode bita Java" + +#: ../freedesktop.org.xml.in.h:156 +msgid "Java class" +msgstr "Kelas Java" + +#: ../freedesktop.org.xml.in.h:157 +msgid "Java source code" +msgstr "Kode program Java" + +#: ../freedesktop.org.xml.in.h:158 +msgid "JavaScript program" +msgstr "Program JavaScript" + +#: ../freedesktop.org.xml.in.h:159 +msgid "KChart chart" +msgstr "Bagan KChart" + +#: ../freedesktop.org.xml.in.h:160 +msgid "KFormula formula" +msgstr "Formula KFormula" + +#: ../freedesktop.org.xml.in.h:161 +msgid "KIllustrator drawing" +msgstr "Gambar KIllustrator" + +#: ../freedesktop.org.xml.in.h:162 +msgid "KPovModeler scene" +msgstr "Scene KPovModeler" + +#: ../freedesktop.org.xml.in.h:163 +msgid "KPresenter presentation" +msgstr "Presentasi KPresenter" + +#: ../freedesktop.org.xml.in.h:164 +msgid "KSpread spreadsheet" +msgstr "Lembar sebar KSpread" + +#: ../freedesktop.org.xml.in.h:165 +msgid "KSpread spreadsheet (encrypted)" +msgstr "Lembar sebar KSpread (terenkripsi)" + +#: ../freedesktop.org.xml.in.h:166 +msgid "KSysV init package" +msgstr "Paket init KSysV" + +#: ../freedesktop.org.xml.in.h:167 +msgid "KWord document" +msgstr "Dokumen KWord" + +#: ../freedesktop.org.xml.in.h:168 +msgid "KWord document (encrypted)" +msgstr "Dokumen KWord (terenkripsi)" + +#: ../freedesktop.org.xml.in.h:169 +msgid "Karbon14 drawing" +msgstr "Gambar Karbon14" + +#: ../freedesktop.org.xml.in.h:170 +msgid "Kivio flowchart" +msgstr "Bagan Kivio" + +#: ../freedesktop.org.xml.in.h:171 +msgid "Kodak DCR raw image" +msgstr "Citra mentah Kodak DCR" + +#: ../freedesktop.org.xml.in.h:172 +msgid "Kodak K25 raw image" +msgstr "Citra mentah Kodak K25" + +#: ../freedesktop.org.xml.in.h:173 +msgid "Kodak KDC raw image" +msgstr "Citra mentah Kodak KDC" + +#: ../freedesktop.org.xml.in.h:174 +msgid "Kontour drawing" +msgstr "Gambar Kontour" + +#: ../freedesktop.org.xml.in.h:175 +msgid "Krita document" +msgstr "Dokumen Krita" + +#: ../freedesktop.org.xml.in.h:176 +msgid "Kugar document" +msgstr "Dokumen Kugar" + +#: ../freedesktop.org.xml.in.h:177 +msgid "LDIF address book" +msgstr "Buku alamat LDIF" + +#: ../freedesktop.org.xml.in.h:178 +msgid "LHA archive" +msgstr "Arsip LHA" + +#: ../freedesktop.org.xml.in.h:179 +msgid "LHS source code" +msgstr "Kode program LHS" + +#: ../freedesktop.org.xml.in.h:180 +msgid "LHZ archive" +msgstr "Arsip LHZ" + +#: ../freedesktop.org.xml.in.h:181 +msgid "LIBGRX font" +msgstr "Fonta LIBGRX" + +#: ../freedesktop.org.xml.in.h:182 +msgid "LZMA archive" +msgstr "Arsip LZMA" + +#: ../freedesktop.org.xml.in.h:183 +msgid "LZO archive" +msgstr "Arsip LZO" + +#: ../freedesktop.org.xml.in.h:184 +msgid "LightWave object" +msgstr "Proyek LightWave" + +#: ../freedesktop.org.xml.in.h:185 +msgid "LightWave scene" +msgstr "Scene LightWave" + +#: ../freedesktop.org.xml.in.h:186 +msgid "Lilypond music sheet" +msgstr "Lembar musik Lilypond" + +#: ../freedesktop.org.xml.in.h:187 +msgid "Linux PSF console font" +msgstr "Fonta konsol Linux PSF" + +#: ../freedesktop.org.xml.in.h:188 +msgid "Linux PSF console font (gzip-compressed)" +msgstr "Fonta konsol Linux PSF (terkompresi gzip)" + +#: ../freedesktop.org.xml.in.h:189 +msgid "Lotus 1-2-3 spreadsheet" +msgstr "Lembar sebar Lotus 1-2-3" + +#: ../freedesktop.org.xml.in.h:190 +msgid "Lotus AmiPro document" +msgstr "Dokumen Lotus AmiPro" + +#: ../freedesktop.org.xml.in.h:191 +msgid "Lua script" +msgstr "Skrip Lua" + +#: ../freedesktop.org.xml.in.h:192 +msgid "LyX document" +msgstr "Dokumen LyX" + +#: ../freedesktop.org.xml.in.h:193 +msgid "M4 macro" +msgstr "Makro M4" + +#: ../freedesktop.org.xml.in.h:194 +msgid "MATLAB script/function" +msgstr "Skrip/fungsi MATLAB" + +#: ../freedesktop.org.xml.in.h:195 +msgid "MIDI audio" +msgstr "Audio MIDI" + +#: ../freedesktop.org.xml.in.h:196 +msgid "MNG animation" +msgstr "Animasi MNG" + +#: ../freedesktop.org.xml.in.h:197 +msgid "MP2 audio" +msgstr "Audio MP2" + +#: ../freedesktop.org.xml.in.h:198 +msgid "MP3 ShoutCast playlist" +msgstr "Senarai putar MP3 ShoutCast" + +#: ../freedesktop.org.xml.in.h:199 +msgid "MP3 audio" +msgstr "Audio MP3" + +#: ../freedesktop.org.xml.in.h:200 +msgid "MP3 audio (streamed)" +msgstr "Audio MP3 (stream)" + +#: ../freedesktop.org.xml.in.h:201 +msgid "MPEG video" +msgstr "Video MPEG" + +#: ../freedesktop.org.xml.in.h:202 +msgid "MPEG-4 audio" +msgstr "Audio MPEG-4" + +#: ../freedesktop.org.xml.in.h:203 +msgid "MPEG-4 audio book" +msgstr "Buku audio MPEG-4" + +#: ../freedesktop.org.xml.in.h:204 +msgid "MPEG-4 video" +msgstr "Video MPEG-4" + +#: ../freedesktop.org.xml.in.h:205 +msgid "MPSub subtitles" +msgstr "Subjudul MPSub" + +#: ../freedesktop.org.xml.in.h:206 +msgid "MRML playlist" +msgstr "Senarai putar MRML" + +#: ../freedesktop.org.xml.in.h:207 +msgid "MSX ROM" +msgstr "Memori baca-saja MSX" + +#: ../freedesktop.org.xml.in.h:208 +msgid "MacOS X icon" +msgstr "Ikon MacOS X" + +#: ../freedesktop.org.xml.in.h:209 +msgid "MacPaint Bitmap image" +msgstr "Citra MacPaint Bitmap" + +#: ../freedesktop.org.xml.in.h:210 +msgid "Macintosh AppleDouble-encoded file" +msgstr "Berkas tersandi Macintosh AppleDouble" + +#: ../freedesktop.org.xml.in.h:211 +msgid "Macintosh BinHex-encoded file" +msgstr "Berkas tersandi Macintosh BinHex" + +#: ../freedesktop.org.xml.in.h:212 +msgid "Macintosh MacBinary file" +msgstr "Berkas Macintosh MacBinary" + +#: ../freedesktop.org.xml.in.h:213 +msgid "Macintosh Quickdraw/PICT drawing" +msgstr "Gambar Macintosh Quickdraw/PICT" + +#: ../freedesktop.org.xml.in.h:214 +msgid "MagicPoint presentation" +msgstr "Presentasi MagicPoint" + +#: ../freedesktop.org.xml.in.h:215 +msgid "Makefile" +msgstr "Makefile" + +#: ../freedesktop.org.xml.in.h:216 +msgid "Managed Object Format" +msgstr "Managed Object Format" + +#: ../freedesktop.org.xml.in.h:217 +msgid "Markaby script" +msgstr "Skrip Markaby" + +#: ../freedesktop.org.xml.in.h:218 +msgid "MathML document" +msgstr "Dokumen MathML" + +#: ../freedesktop.org.xml.in.h:219 +msgid "Mathematica Notebook" +msgstr "Mathematica Notebook" + +#: ../freedesktop.org.xml.in.h:220 +msgid "Matroska audio" +msgstr "Audio Matroska" + +#: ../freedesktop.org.xml.in.h:221 +msgid "Matroska stream" +msgstr "Stream Matroska" + +#: ../freedesktop.org.xml.in.h:222 +msgid "Matroska video" +msgstr "Video Matroska" + +#: ../freedesktop.org.xml.in.h:223 +msgid "MicroDVD subtitles" +msgstr "Subjudul MicroDVD" + +#: ../freedesktop.org.xml.in.h:224 +msgid "Microsoft ASX playlist" +msgstr "Senarai putar Microsoft ASX" + +#: ../freedesktop.org.xml.in.h:225 +msgid "Microsoft Works document" +msgstr "Dokumen Microsoft Works" + +#: ../freedesktop.org.xml.in.h:226 +msgid "MiniPSF audio" +msgstr "Audio MiniPSF" + +#: ../freedesktop.org.xml.in.h:227 +msgid "Minolta MRW raw image" +msgstr "Citra mentah Minolta MRW" + +#: ../freedesktop.org.xml.in.h:228 +msgid "Monkey's audio" +msgstr "Audio Monkey" + +#: ../freedesktop.org.xml.in.h:229 +msgid "Mozilla bookmarks" +msgstr "Bookmark Mozilla" + +#: ../freedesktop.org.xml.in.h:230 +msgid "Mup publication" +msgstr "Publikasi Mup" + +#: ../freedesktop.org.xml.in.h:231 +msgid "Musepack audio" +msgstr "Audio Musepack" + +#. Translate this to Famicom if the console was known as such in your locale +#: ../freedesktop.org.xml.in.h:233 +msgid "NES ROM" +msgstr "Memori baca-saja NES" + +#: ../freedesktop.org.xml.in.h:234 +msgid "NFO document" +msgstr "Dokumen NFO" + +#: ../freedesktop.org.xml.in.h:235 +msgid "NIFF image" +msgstr "Citra NIFF" + +#: ../freedesktop.org.xml.in.h:236 +msgid "Nautilus link" +msgstr "Taut Nautilus" + +#: ../freedesktop.org.xml.in.h:237 +msgid "Nikon NEF raw image" +msgstr "Citra mentah Nikon NEF" + +#: ../freedesktop.org.xml.in.h:238 +msgid "Nintendo DS ROM" +msgstr "Memori baca-saja Nintendo DS" + +#: ../freedesktop.org.xml.in.h:239 +msgid "Nintendo64 ROM" +msgstr "Memori baca-saja Nintendo64" + +#: ../freedesktop.org.xml.in.h:240 +msgid "NullSoft video" +msgstr "Video NullSoft" + +#: ../freedesktop.org.xml.in.h:241 +msgid "OCL file" +msgstr "Berkas OCL" + +#: ../freedesktop.org.xml.in.h:242 +msgid "OCaml source code" +msgstr "Kode program OCaml" + +#: ../freedesktop.org.xml.in.h:243 +msgid "ODA document" +msgstr "Dokumen ODA" + +#: ../freedesktop.org.xml.in.h:244 +msgid "ODB database" +msgstr "Basis data ODB" + +#: ../freedesktop.org.xml.in.h:245 +msgid "ODC chart" +msgstr "Bagan ODC" + +#: ../freedesktop.org.xml.in.h:246 +msgid "ODF formula" +msgstr "Formula ODF" + +#: ../freedesktop.org.xml.in.h:247 +msgid "ODG drawing" +msgstr "Gambar ODG" + +#: ../freedesktop.org.xml.in.h:248 +msgid "ODG template" +msgstr "Templat ODG" + +#: ../freedesktop.org.xml.in.h:249 +msgid "ODI image" +msgstr "Citra ODI" + +#: ../freedesktop.org.xml.in.h:250 +msgid "ODM document" +msgstr "Dokumen ODM" + +#: ../freedesktop.org.xml.in.h:251 +msgid "ODP presentation" +msgstr "Presentasi ODP" + +#: ../freedesktop.org.xml.in.h:252 +msgid "ODP template" +msgstr "Templat ODP" + +#: ../freedesktop.org.xml.in.h:253 +msgid "ODS spreadsheet" +msgstr "Lembar sebar ODS" + +#: ../freedesktop.org.xml.in.h:254 +msgid "ODS template" +msgstr "Templat ODS" + +#: ../freedesktop.org.xml.in.h:255 +msgid "ODT document" +msgstr "Dokumen ODT" + +#: ../freedesktop.org.xml.in.h:256 +msgid "ODT template" +msgstr "Templat ODT" + +#: ../freedesktop.org.xml.in.h:257 +msgid "OGM video" +msgstr "Video OGM" + +#: ../freedesktop.org.xml.in.h:258 +msgid "OLE2 compound document storage" +msgstr "penyimpan dokumen kompon OLE2" + +#: ../freedesktop.org.xml.in.h:259 +msgid "OPML syndication feed" +msgstr "Umpan sindikasi OPML" + +#: ../freedesktop.org.xml.in.h:260 +msgid "OTH template" +msgstr "Templat OTH" + +#: ../freedesktop.org.xml.in.h:261 +msgid "Objective-C source code" +msgstr "Kode program Objective-C" + +#: ../freedesktop.org.xml.in.h:262 +msgid "Office drawing" +msgstr "Gambar Office" + +#: ../freedesktop.org.xml.in.h:263 +msgid "Ogg Audio" +msgstr "Audio Ogg" + +#: ../freedesktop.org.xml.in.h:264 +msgid "Ogg FLAC audio" +msgstr "Audio Ogg FLAC" + +#: ../freedesktop.org.xml.in.h:265 +msgid "Ogg Speex audio" +msgstr "Audio Ogg Speex" + +#: ../freedesktop.org.xml.in.h:266 +msgid "Ogg Theora video" +msgstr "Video Ogg Theora" + +#: ../freedesktop.org.xml.in.h:267 +msgid "Ogg Video" +msgstr "Video Ogg" + +#: ../freedesktop.org.xml.in.h:268 +msgid "Ogg Vorbis audio" +msgstr "Audio Ogg Vorbis" + +#: ../freedesktop.org.xml.in.h:269 +msgid "Ogg multimedia file" +msgstr "Berkas multimedia Ogg" + +#: ../freedesktop.org.xml.in.h:270 +msgid "Olympus ORF raw image" +msgstr "Citra mentah Olympus ORF" + +#: ../freedesktop.org.xml.in.h:271 +msgid "OpenOffice Calc spreadsheet" +msgstr "Lembar sebar OpenOffice Calc" + +#: ../freedesktop.org.xml.in.h:272 +msgid "OpenOffice Calc template" +msgstr "Templat OpenOffice Calc" + +#: ../freedesktop.org.xml.in.h:273 +msgid "OpenOffice Draw drawing" +msgstr "Gambar OpenOffice Draw" + +#: ../freedesktop.org.xml.in.h:274 +msgid "OpenOffice Draw template" +msgstr "Templat OpenOffice Draw" + +#: ../freedesktop.org.xml.in.h:275 +msgid "OpenOffice Impress presentation" +msgstr "Presentasi OpenOffice Impress" + +#: ../freedesktop.org.xml.in.h:276 +msgid "OpenOffice Impress template" +msgstr "Templat OpenOffice Impress" + +#: ../freedesktop.org.xml.in.h:277 +msgid "OpenOffice Math formula" +msgstr "Formula OpenOffice Math" + +#: ../freedesktop.org.xml.in.h:278 +msgid "OpenOffice Writer document" +msgstr "Dokumen OpenOffice Writer" + +#: ../freedesktop.org.xml.in.h:279 +msgid "OpenOffice Writer global document" +msgstr "Dokumen global OpenOffice Writer" + +#: ../freedesktop.org.xml.in.h:280 +msgid "OpenOffice Writer template" +msgstr "Templat OpenOffice Writer" + +#: ../freedesktop.org.xml.in.h:281 +msgid "OpenOffice.org extension" +msgstr "Ekstensi OpenOffice.org" + +#: ../freedesktop.org.xml.in.h:282 +msgid "OpenType font" +msgstr "Fonta OpenType" + +#: ../freedesktop.org.xml.in.h:283 +msgid "PAK archive" +msgstr "Arsip PAK" + +#: ../freedesktop.org.xml.in.h:284 +msgid "PBM image" +msgstr "Citra PBM" + +#: ../freedesktop.org.xml.in.h:285 +msgid "PCD image" +msgstr "Citra PCD" + +#: ../freedesktop.org.xml.in.h:286 +msgid "PCF font" +msgstr "Fonta PCF" + +#: ../freedesktop.org.xml.in.h:287 +msgid "PCL file" +msgstr "Berkas PCL" + +#: ../freedesktop.org.xml.in.h:288 +msgid "PCM audio" +msgstr "Audio PCM" + +#: ../freedesktop.org.xml.in.h:289 +msgid "PCX image" +msgstr "Citra PCX" + +#: ../freedesktop.org.xml.in.h:290 +msgid "PDF document" +msgstr "Dokumen PDF" + +#: ../freedesktop.org.xml.in.h:291 +msgid "PDF document (bzip-compressed)" +msgstr "Dokumen PDF (terkompresi bzip)" + +#: ../freedesktop.org.xml.in.h:292 +msgid "PDF document (gzip-compressed)" +msgstr "Dokumen PDF (terkompresi gzip)" + +#: ../freedesktop.org.xml.in.h:293 +msgid "PEF executable" +msgstr "PEF dapat dieksekusi" + +#: ../freedesktop.org.xml.in.h:294 +msgid "PGM image" +msgstr "Citra PGM" + +#: ../freedesktop.org.xml.in.h:295 +msgid "PGN chess game notation" +msgstr "Notasi permainan catur PGN" + +#: ../freedesktop.org.xml.in.h:296 +msgid "PGP keys" +msgstr "Kunci PGP" + +#: ../freedesktop.org.xml.in.h:297 +msgid "PGP/MIME-encrypted message header" +msgstr "Tajuk pesan terenkripsi PGP/MIME" + +#: ../freedesktop.org.xml.in.h:298 +msgid "PHP script" +msgstr "Skrip PHP" + +#: ../freedesktop.org.xml.in.h:299 +msgid "PKCS#10 certification request" +msgstr "Permintaan sertifikasi PKCS#10" + +#: ../freedesktop.org.xml.in.h:300 +msgid "PKCS#12 certificate bundle" +msgstr "Bundel sertifikat PKCS#12" + +#: ../freedesktop.org.xml.in.h:301 +msgid "PNG image" +msgstr "Citra PNG" + +#: ../freedesktop.org.xml.in.h:302 +msgid "PNM image" +msgstr "Citra PNM" + +#: ../freedesktop.org.xml.in.h:303 +msgid "PPM image" +msgstr "Citra PPM" + +#: ../freedesktop.org.xml.in.h:304 +msgid "PS document" +msgstr "Dokumen PS" + +#: ../freedesktop.org.xml.in.h:305 +msgid "PSD image" +msgstr "Citra PSD" + +#: ../freedesktop.org.xml.in.h:306 +msgid "PSF audio" +msgstr "Audio PSF" + +#: ../freedesktop.org.xml.in.h:307 +msgid "PSFlib audio library" +msgstr "Pustaka audio PSFlib" + +#: ../freedesktop.org.xml.in.h:308 +msgid "Pack200 Java archive" +msgstr "Arsip Pack200 Java" + +#: ../freedesktop.org.xml.in.h:309 +msgid "Palm OS database" +msgstr "Basis data Palm OS" + +#: ../freedesktop.org.xml.in.h:310 +msgid "Panasonic raw image" +msgstr "Citra mentah Panasonic" + +#: ../freedesktop.org.xml.in.h:311 +msgid "Parchive archive" +msgstr "Arsip Parchive" + +#: ../freedesktop.org.xml.in.h:312 +msgid "Pascal source code" +msgstr "Kode program Pascal" + +#: ../freedesktop.org.xml.in.h:313 +msgid "Pathetic Writer document" +msgstr "Dokumen Pathetic Writer" + +#: ../freedesktop.org.xml.in.h:314 +msgid "Pentax PEF raw image" +msgstr "Citra mentah Pentax PEF" + +#: ../freedesktop.org.xml.in.h:315 +msgid "Perl script" +msgstr "Skrip Perl" + +#. http://en.wikipedia.org/wiki/Picture_CD +#. http://www.re.org/kristin/picturecd.html +#: ../freedesktop.org.xml.in.h:318 +msgid "Picture CD" +msgstr "CD Gambar" + +#: ../freedesktop.org.xml.in.h:319 +msgid "PlanPerfect spreadsheet" +msgstr "Lembar sebar PlanPerfect" + +#: ../freedesktop.org.xml.in.h:320 +msgid "Plucker document" +msgstr "Dokumen Plucker" + +#: ../freedesktop.org.xml.in.h:321 +msgid "PostScript document (bzip-compressed)" +msgstr "Dokumen PostScript (terkompresi bzip)" + +#: ../freedesktop.org.xml.in.h:322 +msgid "PostScript document (gzip-compressed)" +msgstr "Dokumen PostScript (terkompresi gzip)" + +#: ../freedesktop.org.xml.in.h:323 +msgid "Postscript type-1 font" +msgstr "Fonta tipe-1 Postscript" + +#: ../freedesktop.org.xml.in.h:324 +msgid "PowerPoint presentation" +msgstr "Presentasi PowerPoint" + +#: ../freedesktop.org.xml.in.h:325 +msgid "Python bytecode" +msgstr "Kode bita Python" + +#: ../freedesktop.org.xml.in.h:326 +msgid "Python script" +msgstr "Skrip Python" + +#: ../freedesktop.org.xml.in.h:327 +msgid "Qt Designer file" +msgstr "Berkas Qt Designer" + +#: ../freedesktop.org.xml.in.h:328 +msgid "Qt MOC file" +msgstr "Berkas Qt MOC" + +#: ../freedesktop.org.xml.in.h:329 +msgid "Quattro Pro spreadsheet" +msgstr "Lembar sebar Quattro Pro" + +#: ../freedesktop.org.xml.in.h:330 +msgid "QuickTime image" +msgstr "Citra QuickTime" + +#: ../freedesktop.org.xml.in.h:331 +msgid "QuickTime metalink playlist" +msgstr "Senarai berkas taut meta QuickTime" + +#: ../freedesktop.org.xml.in.h:332 +msgid "QuickTime video" +msgstr "Video QuickTime" + +#: ../freedesktop.org.xml.in.h:333 +msgid "Quicken document" +msgstr "Dokumen Quicken" + +#: ../freedesktop.org.xml.in.h:334 +msgid "RAR archive" +msgstr "Arsip RAR" + +#: ../freedesktop.org.xml.in.h:335 +msgid "RDF file" +msgstr "Arsip RDF" + +#: ../freedesktop.org.xml.in.h:336 +msgid "README document" +msgstr "Dokumen README" + +#: ../freedesktop.org.xml.in.h:337 +msgid "RGB image" +msgstr "Citra RGB" + +#: ../freedesktop.org.xml.in.h:338 +msgid "RIFF audio" +msgstr "Audio RIFF" + +#: ../freedesktop.org.xml.in.h:339 +msgid "RPM package" +msgstr "Paket RPM" + +#: ../freedesktop.org.xml.in.h:340 +msgid "RPM spec file" +msgstr "Berkas spesifikasi RPM" + +#: ../freedesktop.org.xml.in.h:341 +msgid "RSS summary" +msgstr "Ringkasan RSS" + +#: ../freedesktop.org.xml.in.h:342 +msgid "RTF document" +msgstr "Dokumen RTF" + +#: ../freedesktop.org.xml.in.h:343 +msgid "RealAudio document" +msgstr "Dokumen RealAudio" + +#: ../freedesktop.org.xml.in.h:344 +msgid "RealMedia Metafile" +msgstr "RealMedia Metafile" + +#: ../freedesktop.org.xml.in.h:345 +msgid "RealMedia document" +msgstr "Dokumen RealMedia" + +#: ../freedesktop.org.xml.in.h:346 +msgid "RealPix document" +msgstr "Dokumen RealPix" + +#: ../freedesktop.org.xml.in.h:347 +msgid "RealText document" +msgstr "Dokumen RealText" + +#: ../freedesktop.org.xml.in.h:348 +msgid "RealVideo document" +msgstr "Dokumen RealVideo" + +#: ../freedesktop.org.xml.in.h:349 +msgid "Ruby script" +msgstr "Skrip Ruby" + +#: ../freedesktop.org.xml.in.h:350 +msgid "Run Length Encoded bitmap image" +msgstr "Citra peta bit Run Length Encoded" + +#: ../freedesktop.org.xml.in.h:351 +msgid "S/MIME file" +msgstr "Berkas S/MIME" + +#: ../freedesktop.org.xml.in.h:352 +msgid "SAMI subtitles" +msgstr "Subjudul SAMI" + +#: ../freedesktop.org.xml.in.h:353 +msgid "SC/Xspread spreadsheet" +msgstr "Lembar sebar SC/Xspread" + +#: ../freedesktop.org.xml.in.h:354 +msgid "SDP multicast stream file" +msgstr "Berkas SDP multicast stream" + +#. translators: a record is in this context a description of a board game +#. that has been played, and that can be played back again: +#. http://www.red-bean.com/sgf/ +#: ../freedesktop.org.xml.in.h:358 +msgid "SGF record" +msgstr "Catatan SGF" + +#: ../freedesktop.org.xml.in.h:359 +msgid "SGI image" +msgstr "Citra SGI" + +#: ../freedesktop.org.xml.in.h:360 +msgid "SGI video" +msgstr "Video SGI" + +#: ../freedesktop.org.xml.in.h:361 +msgid "SGML document" +msgstr "Dokumen SGML" + +#: ../freedesktop.org.xml.in.h:362 +msgid "SIS package" +msgstr "Paket SIS" + +#: ../freedesktop.org.xml.in.h:363 +msgid "SISX package" +msgstr "Paket SISX" + +#: ../freedesktop.org.xml.in.h:364 +msgid "SMAF audio" +msgstr "Audio SMAF" + +#: ../freedesktop.org.xml.in.h:365 +msgid "SMIL document" +msgstr "Dokumen SMIL" + +#: ../freedesktop.org.xml.in.h:366 +msgid "SQL code" +msgstr "Kode SQL" + +#: ../freedesktop.org.xml.in.h:367 +msgid "SQLite2 database" +msgstr "Basis data SQLite2" + +#: ../freedesktop.org.xml.in.h:368 +msgid "SQLite3 database" +msgstr "Basis data SQLite3" + +#: ../freedesktop.org.xml.in.h:369 +msgid "SSA subtitles" +msgstr "Subjudul SSA" + +#: ../freedesktop.org.xml.in.h:370 +msgid "SV4 CPIO archive" +msgstr "Arsip SV4 CPIO" + +#: ../freedesktop.org.xml.in.h:371 +msgid "SV4 CPIO archive (with CRC)" +msgstr "Arsip SV4 CPIO (dengan CRC)" + +#: ../freedesktop.org.xml.in.h:372 +msgid "SVG image" +msgstr "Citra SVG" + +#: ../freedesktop.org.xml.in.h:373 +msgid "Scheme source code" +msgstr "Kode program Scheme" + +#: ../freedesktop.org.xml.in.h:374 +msgid "Scream Tracker 3 audio" +msgstr "Audio Scream Tracker 3" + +#: ../freedesktop.org.xml.in.h:375 +msgid "Scream Tracker audio" +msgstr "Audio Scream Tracker" + +#: ../freedesktop.org.xml.in.h:376 +msgid "Scream Tracker instrument" +msgstr "Instrumen Scream Tracker" + +#: ../freedesktop.org.xml.in.h:377 +msgid "Sega Master System/Game Gear ROM" +msgstr "Memori baca-saja Sega Master System/Game Gear" + +#: ../freedesktop.org.xml.in.h:378 +msgid "Setext document" +msgstr "Dokumen Setext" + +#: ../freedesktop.org.xml.in.h:379 +msgid "Shockwave Flash file" +msgstr "Berkas Shockwave Flash" + +#. translators: "Shorten" is the name of an audio codec +#: ../freedesktop.org.xml.in.h:381 +msgid "Shorten audio" +msgstr "Audio Shorten" + +#: ../freedesktop.org.xml.in.h:382 +msgid "Siag spreadsheet" +msgstr "Lembar sebar Siag" + +#: ../freedesktop.org.xml.in.h:383 +msgid "Sieve mail filter script" +msgstr "Skrip filter surat Sieve" + +#: ../freedesktop.org.xml.in.h:384 +msgid "Sigma X3F raw image" +msgstr "Citra mentah Sigma X3F" + +#: ../freedesktop.org.xml.in.h:385 +msgid "Skencil document" +msgstr "Dokumen Skencil" + +#: ../freedesktop.org.xml.in.h:386 +msgid "Sony ARW raw image" +msgstr "Citra mentah Sony ARW" + +#: ../freedesktop.org.xml.in.h:387 +msgid "Sony SR2 raw image" +msgstr "Citra mentah Sony SR2" + +#: ../freedesktop.org.xml.in.h:388 +msgid "Sony SRF raw image" +msgstr "Citra mentah Sony SRF" + +#: ../freedesktop.org.xml.in.h:389 +msgid "Speedo font" +msgstr "Fonta Speedo" + +#: ../freedesktop.org.xml.in.h:390 +msgid "Speex audio" +msgstr "Audio Speex" + +#: ../freedesktop.org.xml.in.h:391 +msgid "Stampede package" +msgstr "Paket Stampede" + +#: ../freedesktop.org.xml.in.h:392 +msgid "StarCalc spreadsheet" +msgstr "Lembar sebar StarCalc" + +#: ../freedesktop.org.xml.in.h:393 +msgid "StarChart chart" +msgstr "Bagan StarChart" + +#: ../freedesktop.org.xml.in.h:394 +msgid "StarDraw drawing" +msgstr "Gambar StarDraw" + +#: ../freedesktop.org.xml.in.h:395 +msgid "StarImpress presentation" +msgstr "Presentasi StarImpress" + +#: ../freedesktop.org.xml.in.h:396 +msgid "StarMail email" +msgstr "Email StarMail" + +#: ../freedesktop.org.xml.in.h:397 +msgid "StarMath formula" +msgstr "Formula StarMath" + +#: ../freedesktop.org.xml.in.h:398 +msgid "StarWriter document" +msgstr "Dokumen StarWriter" + +#: ../freedesktop.org.xml.in.h:399 +msgid "StuffIt archive" +msgstr "Arsip StuffIt" + +#: ../freedesktop.org.xml.in.h:400 +msgid "SubRip subtitles" +msgstr "Subjudul SubRip" + +#: ../freedesktop.org.xml.in.h:401 +msgid "SubViewer subtitles" +msgstr "Subjudul SubViewer" + +#: ../freedesktop.org.xml.in.h:402 +msgid "Sun raster image" +msgstr "Citra raster Sun" + +#: ../freedesktop.org.xml.in.h:403 +msgid "SunOS News font" +msgstr "Fonta SunOS News" + +#. Translate this as Super Famicom (in Far East Asia) or Super Nintendo (in Europe) if the console was known as such in your locale +#: ../freedesktop.org.xml.in.h:405 +msgid "Super NES ROM" +msgstr "Memori baca-saja Super Nintendo" + +#. http://en.wikipedia.org/wiki/Super_Video_CD +#. http://everything2.com/index.pl?node_id=1009222 +#: ../freedesktop.org.xml.in.h:408 +msgid "Super Video CD" +msgstr "Super Video CD" + +#: ../freedesktop.org.xml.in.h:409 +msgid "T602 document" +msgstr "Dokumen T602" + +#: ../freedesktop.org.xml.in.h:410 +msgid "TGA image" +msgstr "Citra TGA" + +#: ../freedesktop.org.xml.in.h:411 +msgid "TGIF document" +msgstr "Dokumen TGIF" + +#: ../freedesktop.org.xml.in.h:412 +msgid "TIFF image" +msgstr "Citra TIFF" + +#: ../freedesktop.org.xml.in.h:413 +msgid "TNEF message" +msgstr "Pesan TNEF" + +#: ../freedesktop.org.xml.in.h:414 +msgid "TSV document" +msgstr "Dokumen TSV" + +#: ../freedesktop.org.xml.in.h:415 +msgid "Tar archive" +msgstr "Arsip Tar" + +#: ../freedesktop.org.xml.in.h:416 +msgid "Tar archive (LZMA-compressed)" +msgstr "Arsip Tar (terkompresi LZMA)" + +#: ../freedesktop.org.xml.in.h:417 +msgid "Tar archive (LZO-compressed)" +msgstr "Arsip Tar (terkompresi LZO)" + +#: ../freedesktop.org.xml.in.h:418 +msgid "Tar archive (bzip-compressed)" +msgstr "Arsip Tar (terkompresi bzip)" + +#: ../freedesktop.org.xml.in.h:419 +msgid "Tar archive (compressed)" +msgstr "Arsip Tar (terkompresi)" + +#: ../freedesktop.org.xml.in.h:420 +msgid "Tar archive (gzip-compressed)" +msgstr "Arsip Tar (terkompresi gzip)" + +#: ../freedesktop.org.xml.in.h:421 +msgid "Tcl script" +msgstr "Skrip Tcl" + +#: ../freedesktop.org.xml.in.h:422 +msgid "TeX DVI document" +msgstr "Dokumen TeX DVI" + +#: ../freedesktop.org.xml.in.h:423 +msgid "TeX DVI document (bzip-compressed)" +msgstr "Dokumen TeX DVI (terkompresi bzip)" + +#: ../freedesktop.org.xml.in.h:424 +msgid "TeX DVI document (gzip-compressed)" +msgstr "Dokumen TeX DVI (terkompresi gzip)" + +#: ../freedesktop.org.xml.in.h:425 +msgid "TeX document" +msgstr "Dokumen TeX" + +#: ../freedesktop.org.xml.in.h:426 +msgid "TeX font" +msgstr "Fonta TeX" + +#: ../freedesktop.org.xml.in.h:427 +msgid "TeX font metrics" +msgstr "Fonta metrik TeX" + +#: ../freedesktop.org.xml.in.h:428 +msgid "TeXInfo document" +msgstr "Dokumen TeXInfo" + +#: ../freedesktop.org.xml.in.h:429 +msgid "ToutDoux document" +msgstr "Dokumen ToutDoux" + +#: ../freedesktop.org.xml.in.h:430 +msgid "Troff ME input document" +msgstr "Dokumen masukan Troff ME" + +#: ../freedesktop.org.xml.in.h:431 +msgid "Troff MM input document" +msgstr "Dokumen masukan Troff MM" + +#: ../freedesktop.org.xml.in.h:432 +msgid "Troff MS input document" +msgstr "Dokumen masukan Troff MS" + +#: ../freedesktop.org.xml.in.h:433 +msgid "Troff document" +msgstr "Dokumen Troff" + +#: ../freedesktop.org.xml.in.h:434 +msgid "Troff document (with manpage macros)" +msgstr "Dokumen Troff (dengan makro halaman manual)" + +#: ../freedesktop.org.xml.in.h:435 +msgid "TrueAudio audio" +msgstr "Audio TrueAudio" + +#: ../freedesktop.org.xml.in.h:436 +msgid "TrueType XML font" +msgstr "Fonta TrueType XML" + +#: ../freedesktop.org.xml.in.h:437 +msgid "TrueType font" +msgstr "Fonta TrueType" + +#: ../freedesktop.org.xml.in.h:438 +msgid "UFRaw ID image" +msgstr "Citra UFRaw ID" + +#: ../freedesktop.org.xml.in.h:439 +msgid "ULAW (Sun) audio" +msgstr "Audio ULAW (Sun)" + +#: ../freedesktop.org.xml.in.h:440 +msgid "UNIX-compressed file" +msgstr "Berkas terkompresi UNIX" + +#: ../freedesktop.org.xml.in.h:441 +msgid "Unidata NetCDF document" +msgstr "Dokumen Unidata NetCDF" + +#: ../freedesktop.org.xml.in.h:442 +msgid "Usenet news message" +msgstr "Pesan berita Usenet" + +#: ../freedesktop.org.xml.in.h:443 +msgid "Ustar archive" +msgstr "Arsip Ustar" + +#: ../freedesktop.org.xml.in.h:444 +msgid "V font" +msgstr "Fonta V" + +#: ../freedesktop.org.xml.in.h:445 +msgid "VCS/ICS calendar" +msgstr "Kalender VCS/ICS" + +#: ../freedesktop.org.xml.in.h:446 +msgid "VHDL document" +msgstr "Dokumen VHDL" + +#: ../freedesktop.org.xml.in.h:447 +msgid "VOC audio" +msgstr "Audio VOC" + +#: ../freedesktop.org.xml.in.h:448 +msgid "VRML document" +msgstr "Dokumen VRML" + +#: ../freedesktop.org.xml.in.h:449 +msgid "Vala source code" +msgstr "Kode program Vala" + +#. http://en.wikipedia.org/wiki/Video_CD +#. http://www.herongyang.com/CD-DVD/VCD-Movie-File-Directory-Structure.html +#: ../freedesktop.org.xml.in.h:452 +msgid "Video CD" +msgstr "Video CD" + +#: ../freedesktop.org.xml.in.h:453 +msgid "Vivo video" +msgstr "Video Vivo" + +#: ../freedesktop.org.xml.in.h:454 +msgid "WAIS source code" +msgstr "Kode program WAIS" + +#: ../freedesktop.org.xml.in.h:455 +msgid "WAV audio" +msgstr "Audio WAV" + +#: ../freedesktop.org.xml.in.h:456 +msgid "WBMP image" +msgstr "Citra WBMP" + +#: ../freedesktop.org.xml.in.h:457 +msgid "WMF image" +msgstr "Citra WMF" + +#: ../freedesktop.org.xml.in.h:458 +msgid "WML document" +msgstr "Dokumen WML" + +#: ../freedesktop.org.xml.in.h:459 +msgid "WMLScript program" +msgstr "Program WMLScript" + +#: ../freedesktop.org.xml.in.h:460 +msgid "WRI document" +msgstr "Dokumen WRI" + +#: ../freedesktop.org.xml.in.h:461 +msgid "WavPack audio" +msgstr "Audio WavPack" + +#: ../freedesktop.org.xml.in.h:462 +msgid "WavPack audio correction file" +msgstr "Berkas koreksi audio WavPack" + +#: ../freedesktop.org.xml.in.h:463 +msgid "Wavelet video" +msgstr "Video Wavelet" + +#: ../freedesktop.org.xml.in.h:464 +msgid "Windows BMP image" +msgstr "Citra Windows BMP" + +#: ../freedesktop.org.xml.in.h:465 +msgid "Windows Installer package" +msgstr "Paket Windows Installer" + +#: ../freedesktop.org.xml.in.h:466 +msgid "Windows Media Station file" +msgstr "Berkas Windows Media Station" + +#: ../freedesktop.org.xml.in.h:467 +msgid "Windows Media audio" +msgstr "Audio Windows Media" + +#: ../freedesktop.org.xml.in.h:468 +msgid "Windows Media video" +msgstr "Video Windows Media" + +#: ../freedesktop.org.xml.in.h:469 +msgid "Windows Registry extract" +msgstr "Ekstrak Windows Registry" + +#: ../freedesktop.org.xml.in.h:470 +msgid "Windows animated cursor" +msgstr "Kursor animasi Windows" + +#: ../freedesktop.org.xml.in.h:471 +msgid "Windows cursor" +msgstr "Kursor Windows" + +#: ../freedesktop.org.xml.in.h:472 +msgid "Word document" +msgstr "Dokumen Word" + +#: ../freedesktop.org.xml.in.h:473 +msgid "Word template" +msgstr "Templat Word" + +#: ../freedesktop.org.xml.in.h:474 +msgid "WordPerfect document" +msgstr "Dokumen WordPerfect" + +#: ../freedesktop.org.xml.in.h:475 +msgid "WordPerfect/Drawperfect image" +msgstr "Gambar WordPerfect/Drawperfect" + +#: ../freedesktop.org.xml.in.h:476 +msgid "X window image" +msgstr "Citra X window" + +#: ../freedesktop.org.xml.in.h:477 +msgid "X-Motif UIL table" +msgstr "Tabel X-Motif UIL" + +#: ../freedesktop.org.xml.in.h:478 +msgid "X11 cursor" +msgstr "Kursor X11" + +#: ../freedesktop.org.xml.in.h:479 +msgid "XBEL bookmarks" +msgstr "Bookmark XBEL" + +#: ../freedesktop.org.xml.in.h:480 +msgid "XBM image" +msgstr "Citra XBM" + +#: ../freedesktop.org.xml.in.h:481 +msgid "XFig image" +msgstr "Citra XFig" + +#: ../freedesktop.org.xml.in.h:482 +msgid "XHTML page" +msgstr "Halaman XHTML" + +#: ../freedesktop.org.xml.in.h:483 +msgid "XLIFF translation file" +msgstr "Berkas terjemahan XLIFF" + +#: ../freedesktop.org.xml.in.h:484 +msgid "XMCD CD database" +msgstr "Basis data XMCD CD" + +#: ../freedesktop.org.xml.in.h:485 +msgid "XMF audio" +msgstr "Audio XMF" + +#: ../freedesktop.org.xml.in.h:486 +msgid "XMI file" +msgstr "Berkas XMI" + +#: ../freedesktop.org.xml.in.h:487 +msgid "XML document" +msgstr "Dokumen XML" + +#: ../freedesktop.org.xml.in.h:488 +msgid "XML entities document" +msgstr "Dokumen entitas XML" + +#: ../freedesktop.org.xml.in.h:489 +msgid "XPM image" +msgstr "Citra XPM" + +#: ../freedesktop.org.xml.in.h:490 +msgid "XPS document" +msgstr "Dokumen XPS" + +#: ../freedesktop.org.xml.in.h:491 +msgid "XSL FO file" +msgstr "Berkas XSL FO" + +#: ../freedesktop.org.xml.in.h:492 +msgid "XSLT stylesheet" +msgstr "Lembar gaya XSLT" + +#: ../freedesktop.org.xml.in.h:493 +msgid "XSPF playlist" +msgstr "Senarai pular XSPF" + +#: ../freedesktop.org.xml.in.h:494 +msgid "XUL document" +msgstr "Dokumen XUL" + +#: ../freedesktop.org.xml.in.h:495 +msgid "XUL interface document" +msgstr "Dokumen antarmuka XUL" + +#: ../freedesktop.org.xml.in.h:496 +msgid "Xbase document" +msgstr "Dokumen Xbase" + +#: ../freedesktop.org.xml.in.h:497 +msgid "Zip archive" +msgstr "Arsip Zip" + +#: ../freedesktop.org.xml.in.h:498 +msgid "Zoo archive" +msgstr "Arsip Zoo" + +#: ../freedesktop.org.xml.in.h:499 +msgid "application log" +msgstr "log aplikasi" + +#. http://en.wikipedia.org/wiki/Red_Book_(audio_CD_standard) +#: ../freedesktop.org.xml.in.h:501 +msgid "audio CD" +msgstr "CD audio" + +#. http://en.wikipedia.org/wiki/DVD-Audio +#: ../freedesktop.org.xml.in.h:503 +msgid "audio DVD" +msgstr "DVD audio" + +#: ../freedesktop.org.xml.in.h:504 +msgid "author credits" +msgstr "kredit penulis" + +#: ../freedesktop.org.xml.in.h:505 +msgid "author list" +msgstr "senarai penulis" + +#: ../freedesktop.org.xml.in.h:506 +msgid "backup file" +msgstr "berkas cadangan" + +#. http://en.wikipedia.org/wiki/Blu-ray_Disc +#: ../freedesktop.org.xml.in.h:508 +msgid "blank Blu-ray disc" +msgstr "cakram Blu-ray kosong" + +#. http://en.wikipedia.org/wiki/Compact_Disc +#: ../freedesktop.org.xml.in.h:510 +msgid "blank CD disc" +msgstr "cakram CD kosong" + +#. http://en.wikipedia.org/wiki/DVD +#: ../freedesktop.org.xml.in.h:512 +msgid "blank DVD disc" +msgstr "cakram DVD kosong" + +#. http://en.wikipedia.org/wiki/HD_DVD +#: ../freedesktop.org.xml.in.h:514 +msgid "blank HD DVD disc" +msgstr "cakram HD DVD kosong" + +#: ../freedesktop.org.xml.in.h:515 +msgid "block device" +msgstr "blok divais" + +#: ../freedesktop.org.xml.in.h:516 +msgid "character device" +msgstr "karakter divais" + +#: ../freedesktop.org.xml.in.h:517 +msgid "comic book archive" +msgstr "arsip buku komik" + +#: ../freedesktop.org.xml.in.h:518 +msgid "compound document" +msgstr "dokumen kompon" + +#: ../freedesktop.org.xml.in.h:519 +msgid "compound documents" +msgstr "dokumen kompon" + +#: ../freedesktop.org.xml.in.h:520 +msgid "compressed GIMP image" +msgstr "Citra GIMP terkompresi" + +#: ../freedesktop.org.xml.in.h:521 +msgid "compressed SVG image" +msgstr "Citra SVG terkompresi" + +#: ../freedesktop.org.xml.in.h:522 +msgid "compressed Tracker audio" +msgstr "audio Tracker terkompresi" + +#: ../freedesktop.org.xml.in.h:523 +msgid "desktop configuration file" +msgstr "berkas konfigurasi destop" + +#: ../freedesktop.org.xml.in.h:524 +msgid "detached OpenPGP signature" +msgstr "tanda tangan OpenPGP yang terlepas" + +#: ../freedesktop.org.xml.in.h:525 +msgid "detached S/MIME signature" +msgstr "tanda tangan S/MIME yang terlepas" + +#: ../freedesktop.org.xml.in.h:526 +msgid "differences between files" +msgstr "perbedaan diantara berkas" + +#. http://en.wikipedia.org/wiki/Design_rule_for_Camera_File_system +#: ../freedesktop.org.xml.in.h:528 +msgid "digital photos" +msgstr "foto digital" + +#: ../freedesktop.org.xml.in.h:529 +msgid "digital raw image" +msgstr "citra mentah digital" + +#: ../freedesktop.org.xml.in.h:530 +msgid "eMusic download package" +msgstr "paket unduh eMusic" + +#: ../freedesktop.org.xml.in.h:531 +msgid "electronic book document" +msgstr "dokumen buku elektronik" + +#: ../freedesktop.org.xml.in.h:532 +msgid "electronic business card" +msgstr "kartu bisnis elektronik" + +#: ../freedesktop.org.xml.in.h:533 +msgid "email headers" +msgstr "tajuk email" + +#: ../freedesktop.org.xml.in.h:534 +msgid "email message" +msgstr "pesan email" + +#: ../freedesktop.org.xml.in.h:535 +msgid "empty document" +msgstr "dokumen kosong" + +#: ../freedesktop.org.xml.in.h:536 +msgid "encrypted message" +msgstr "pesan terenkripsi" + +#: ../freedesktop.org.xml.in.h:537 +msgid "enriched text document" +msgstr "dokumen teks diperkaya" + +#: ../freedesktop.org.xml.in.h:538 +msgid "executable" +msgstr "dapat dieksekusi" + +#: ../freedesktop.org.xml.in.h:539 +msgid "folder" +msgstr "folder" + +#: ../freedesktop.org.xml.in.h:540 +msgid "generic font file" +msgstr "berkas fonta generik" + +#: ../freedesktop.org.xml.in.h:541 +msgid "help page" +msgstr "halaman bantuan" + +#: ../freedesktop.org.xml.in.h:542 +msgid "iMelody ringtone" +msgstr "nada dering iMelody" + +#: ../freedesktop.org.xml.in.h:543 +msgid "iPod firmware" +msgstr "peranti tegar iPod" + +#: ../freedesktop.org.xml.in.h:544 +msgid "iRiver Playlist" +msgstr "iRiver Playlist" + +#: ../freedesktop.org.xml.in.h:545 +msgid "installation instructions" +msgstr "instruksi instalasi" + +#: ../freedesktop.org.xml.in.h:546 +msgid "iptables configuration file" +msgstr "berkas konfigurasi iptables" + +#: ../freedesktop.org.xml.in.h:547 +msgid "libtool shared library" +msgstr "pustaka bersama libtool" + +#: ../freedesktop.org.xml.in.h:548 +msgid "license terms" +msgstr "persyaratan lisensi" + +#: ../freedesktop.org.xml.in.h:549 +msgid "mail delivery report" +msgstr "laporan pengantaran surat" + +#: ../freedesktop.org.xml.in.h:550 +msgid "mail disposition report" +msgstr "laporan disposisi surat" + +#: ../freedesktop.org.xml.in.h:551 +msgid "mail system report" +msgstr "laporan sistem surat" + +#: ../freedesktop.org.xml.in.h:552 +msgid "mailbox file" +msgstr "berkas kotak surat" + +#: ../freedesktop.org.xml.in.h:553 +msgid "manual page (compressed)" +msgstr "halaman manual (terkompresi)" + +#: ../freedesktop.org.xml.in.h:554 +msgid "message catalog" +msgstr "katalog pesan" + +#: ../freedesktop.org.xml.in.h:555 +msgid "message digest" +msgstr "pesan digest" + +#: ../freedesktop.org.xml.in.h:556 +msgid "message in several formats" +msgstr "pesan dalam beberapa format" + +#: ../freedesktop.org.xml.in.h:557 +msgid "mount point" +msgstr "titik mount" + +#: ../freedesktop.org.xml.in.h:558 +msgid "object code" +msgstr "kode object" + +#: ../freedesktop.org.xml.in.h:559 +msgid "packed font file" +msgstr "berkas fonta terkemas" + +#: ../freedesktop.org.xml.in.h:560 +msgid "partial email message" +msgstr "pesan email sebagian" + +#: ../freedesktop.org.xml.in.h:561 +msgid "pipe" +msgstr "pipa" + +#: ../freedesktop.org.xml.in.h:562 +msgid "plain text document" +msgstr "dokumen teks biasa" + +#. see fd.o hal spec +#: ../freedesktop.org.xml.in.h:564 +msgid "portable audio player" +msgstr "pemutar audio portable" + +#: ../freedesktop.org.xml.in.h:565 +msgid "profiler results" +msgstr "hasil profiler" + +#: ../freedesktop.org.xml.in.h:566 +msgid "program crash data" +msgstr "data program macet" + +#: ../freedesktop.org.xml.in.h:567 +msgid "raw CD image" +msgstr "citra CD mentah" + +#: ../freedesktop.org.xml.in.h:568 +msgid "reference to remote file" +msgstr "referensi ke berkas jarak jauh" + +#: ../freedesktop.org.xml.in.h:569 +msgid "rejected patch" +msgstr "patch ditolak" + +#: ../freedesktop.org.xml.in.h:570 +msgid "resource location" +msgstr "lokasi sumber daya" + +#: ../freedesktop.org.xml.in.h:571 +msgid "rich text document" +msgstr "dokumen teks kaya" + +#: ../freedesktop.org.xml.in.h:572 +msgid "shared library" +msgstr "pustaka bersama" + +#: ../freedesktop.org.xml.in.h:573 +msgid "shell archive" +msgstr "arsip shell" + +#: ../freedesktop.org.xml.in.h:574 +msgid "shell script" +msgstr "skrip shell" + +#: ../freedesktop.org.xml.in.h:575 +msgid "signed message" +msgstr "pesan ditandatangani" + +#: ../freedesktop.org.xml.in.h:576 +msgid "socket" +msgstr "soket" + +#. http://standards.freedesktop.org/autostart-spec/autostart-spec-latest.html +#. http://bugzilla.gnome.org/show_bug.cgi?id=509823#c3 +#: ../freedesktop.org.xml.in.h:579 +msgid "software" +msgstr "peranti lunak" + +#: ../freedesktop.org.xml.in.h:580 +msgid "spreadsheet interchange document" +msgstr "dokumen lembar sebar saling tukar" + +#: ../freedesktop.org.xml.in.h:581 +msgid "stream of data (server push)" +msgstr "arus data (dorongan server)" + +#: ../freedesktop.org.xml.in.h:582 +msgid "symbolic link" +msgstr "taut simbolik" + +#: ../freedesktop.org.xml.in.h:583 +msgid "theme" +msgstr "tema" + +#: ../freedesktop.org.xml.in.h:584 +msgid "translated messages (machine-readable)" +msgstr "pesan diterjemahkan (dapat dibaca mesin)" + +#: ../freedesktop.org.xml.in.h:585 +msgid "translation file" +msgstr "berkas terjemahan" + +#: ../freedesktop.org.xml.in.h:586 +msgid "translation template" +msgstr "templat terjemahan" + +#: ../freedesktop.org.xml.in.h:587 +msgid "txt2tags document" +msgstr "dokumen txt2tags" + +#: ../freedesktop.org.xml.in.h:588 +msgid "unknown" +msgstr "tak diketahui" + +#. http://en.wikipedia.org/wiki/DVD-Video +#: ../freedesktop.org.xml.in.h:590 +msgid "video DVD" +msgstr "DVD video" + +#~ msgid "Speech document" +#~ msgstr "Dokumen Speech" diff --git a/po/it.po b/po/it.po new file mode 100644 index 0000000..54b066a --- /dev/null +++ b/po/it.po @@ -0,0 +1,2383 @@ +# Italian translation for freedesktop.org shared-mime-info. +# Copyright (C) 2005, Free Software Foundation, Inc. +# This file is distributed under the same license as the shared-mime-info package. +# Christopher R. Gabriel +# Alessio Frusciante , 2003-2005. +# Luca Ferretti , 2005-2008. +# +msgid "" +msgstr "" +"Project-Id-Version: shared-mime-info 0.51\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2008-07-23 12:49+0100\n" +"PO-Revision-Date: 2008-07-23 21:51+0200\n" +"Last-Translator: Luca Ferretti \n" +"Language-Team: Italian \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: ../freedesktop.org.xml.in.h:1 +msgid "3D Studio image" +msgstr "Immagine 3D Studio" + +# 0.24 +#: ../freedesktop.org.xml.in.h:2 +msgid "3GPP multimedia file" +msgstr "File multimediale 3GPP" + +# 0.24 +#: ../freedesktop.org.xml.in.h:3 +msgid "7-zip archive" +msgstr "Archivio 7-zip" + +#: ../freedesktop.org.xml.in.h:4 +msgid "ACE archive" +msgstr "Archivio ACE" + +#: ../freedesktop.org.xml.in.h:5 +msgid "AIFC audio" +msgstr "Audio AIFC" + +#: ../freedesktop.org.xml.in.h:6 +msgid "AIFF audio" +msgstr "Audio AIFF" + +#: ../freedesktop.org.xml.in.h:7 +msgid "AIFF/Amiga/Mac audio" +msgstr "Audio AIFF/Amiga/Mac" + +#: ../freedesktop.org.xml.in.h:8 +msgid "AMR audio" +msgstr "Audio AMR" + +#: ../freedesktop.org.xml.in.h:9 +msgid "AMR-WB audio" +msgstr "Audio AMR-WB" + +#: ../freedesktop.org.xml.in.h:10 +msgid "ANIM animation" +msgstr "Animazione ANIM" + +#: ../freedesktop.org.xml.in.h:11 +msgid "AR archive" +msgstr "Archivio AR" + +#: ../freedesktop.org.xml.in.h:12 +msgid "ARC archive" +msgstr "Archivio ARC" + +#: ../freedesktop.org.xml.in.h:13 +msgid "ARJ archive" +msgstr "Archivio ARJ" + +#: ../freedesktop.org.xml.in.h:14 +msgid "ASF video" +msgstr "Video ASF" + +#: ../freedesktop.org.xml.in.h:15 +msgid "ASP page" +msgstr "Pagina ASP" + +#: ../freedesktop.org.xml.in.h:16 +msgid "ATK inset" +msgstr "Inset ATK" + +#: ../freedesktop.org.xml.in.h:17 +msgid "AVI video" +msgstr "Video AVI" + +#: ../freedesktop.org.xml.in.h:18 +msgid "AWK script" +msgstr "Script AWK" + +#: ../freedesktop.org.xml.in.h:19 +msgid "AbiWord document" +msgstr "Documento AbiWord" + +#: ../freedesktop.org.xml.in.h:20 +msgid "Ada source code" +msgstr "Codice sorgente Ada" + +#: ../freedesktop.org.xml.in.h:21 +msgid "Adobe DNG negative" +msgstr "Negativo Adobe DNG" + +#: ../freedesktop.org.xml.in.h:22 +msgid "Adobe FrameMaker MIF document" +msgstr "Documento MIF Adobe FrameMaker" + +#: ../freedesktop.org.xml.in.h:23 +msgid "Adobe FrameMaker document" +msgstr "Documento Adobe FrameMaker" + +#: ../freedesktop.org.xml.in.h:24 +msgid "Adobe FrameMaker font" +msgstr "Tipo carattere Adobe FrameMaker" + +#: ../freedesktop.org.xml.in.h:25 +msgid "Adobe Illustrator document" +msgstr "Documento Adobe Illustrator" + +#: ../freedesktop.org.xml.in.h:26 +msgid "Adobe font metrics" +msgstr "Metriche tipo carattere Adobe" + +# 0.24 +#: ../freedesktop.org.xml.in.h:27 +msgid "Alzip archive" +msgstr "Archivio Alzip" + +#: ../freedesktop.org.xml.in.h:28 +msgid "Amiga SoundTracker audio" +msgstr "Audio Amiga SoundTracker" + +#: ../freedesktop.org.xml.in.h:29 +msgid "Applix Graphics image" +msgstr "Immagine Applix Graphics" + +#: ../freedesktop.org.xml.in.h:30 +msgid "Applix Spreadsheets spreadsheet" +msgstr "Foglio di calcolo Applix Spreadsheets" + +#: ../freedesktop.org.xml.in.h:31 +msgid "Applix Words document" +msgstr "Documento Applix Words" + +# 0.24 +# syndication --> distribuzione in base a +# http://www.rss-world.info/glossario/s/syndication.php +#: ../freedesktop.org.xml.in.h:32 +msgid "Atom syndication feed" +msgstr "Feed di distribuzione Atom" + +#: ../freedesktop.org.xml.in.h:33 +msgid "AutoCAD image" +msgstr "Immagine AutoCAD" + +#: ../freedesktop.org.xml.in.h:34 +msgid "BCPIO document" +msgstr "Documento BCPIO" + +#: ../freedesktop.org.xml.in.h:35 +msgid "BDF font" +msgstr "Tipo carattere BDF" + +#: ../freedesktop.org.xml.in.h:36 +msgid "BibTeX document" +msgstr "Documento BibTeX" + +#: ../freedesktop.org.xml.in.h:37 +msgid "BitTorrent seed file" +msgstr "File seed BitTorrent" + +#: ../freedesktop.org.xml.in.h:38 +msgid "Blender scene" +msgstr "Scena Blender" + +# 0.51 +#. http://en.wikipedia.org/wiki/Blu-ray_Disc +#. http://www.blu-raydisc.com/Section-13470/Section-13890/Index.html +#: ../freedesktop.org.xml.in.h:41 +msgid "Blu-ray video disc" +msgstr "Disco video Blu-ray" + +#: ../freedesktop.org.xml.in.h:42 +msgid "Bzip archive" +msgstr "Archivio bzip" + +#: ../freedesktop.org.xml.in.h:43 +msgid "C header" +msgstr "Header C" + +#: ../freedesktop.org.xml.in.h:44 +msgid "C shell script" +msgstr "Script C shell" + +#: ../freedesktop.org.xml.in.h:45 +msgid "C source code" +msgstr "Codice sorgente C" + +#: ../freedesktop.org.xml.in.h:46 +msgid "C# source code" +msgstr "Codice sorgente C#" + +#: ../freedesktop.org.xml.in.h:47 +msgid "C++ header" +msgstr "Header C++" + +#: ../freedesktop.org.xml.in.h:48 +msgid "C++ source code" +msgstr "Codice sorgente C++" + +#: ../freedesktop.org.xml.in.h:49 +msgid "CCITT G3 fax" +msgstr "Fax CCITT G3" + +# 0.24 +# +# per mimetype x-cdrdao-toc +#: ../freedesktop.org.xml.in.h:50 +msgid "CD Table Of Contents" +msgstr "Indice CD" + +#: ../freedesktop.org.xml.in.h:51 +msgid "CD image cuesheet" +msgstr "Cuesheet immagine CD" + +# 0.24< +#: ../freedesktop.org.xml.in.h:52 +msgid "CHM document" +msgstr "Documento CHM" + +#: ../freedesktop.org.xml.in.h:53 +msgid "CMU raster image" +msgstr "Immagine raster CMU" + +# 0.24 +#: ../freedesktop.org.xml.in.h:54 +msgid "CMake source code" +msgstr "Codice sorgente CMake" + +#: ../freedesktop.org.xml.in.h:55 +msgid "CPIO archive" +msgstr "Archivio CPIO" + +#: ../freedesktop.org.xml.in.h:56 +msgid "CPIO archive (gzip-compressed)" +msgstr "Archivio CPIO (compresso con gzip)" + +#: ../freedesktop.org.xml.in.h:57 +msgid "CSS stylesheet" +msgstr "Foglio di stile CSS" + +#: ../freedesktop.org.xml.in.h:58 +msgid "CSV document" +msgstr "Documento CSV" + +#: ../freedesktop.org.xml.in.h:59 +msgid "Canon CR2 raw image" +msgstr "Immagine raw Canon CR2" + +#: ../freedesktop.org.xml.in.h:60 +msgid "Canon CRW raw image" +msgstr "Immagine raw Canon CRW" + +#: ../freedesktop.org.xml.in.h:61 +msgid "ChangeLog document" +msgstr "Documento ChangeLog" + +# 0.24 +#: ../freedesktop.org.xml.in.h:62 +msgid "Cisco VPN Settings" +msgstr "Impostazioni VPN Cisco" + +#: ../freedesktop.org.xml.in.h:63 +msgid "Citrix ICA settings file" +msgstr "File impostazioni Citrix ICA" + +#: ../freedesktop.org.xml.in.h:64 +msgid "Commodore 64 audio" +msgstr "Audio Commodore 64" + +# o "File CGM (Computer Graphics Metafile)" ?? +#: ../freedesktop.org.xml.in.h:65 +msgid "Computer Graphics Metafile" +msgstr "Computer Graphics Metafile" + +#: ../freedesktop.org.xml.in.h:66 +msgid "Corel Draw drawing" +msgstr "Disegno Corel Draw" + +#: ../freedesktop.org.xml.in.h:67 +msgid "D source code" +msgstr "Codice sorgente D" + +#: ../freedesktop.org.xml.in.h:68 +msgid "DAR archive" +msgstr "Archivio DAR" + +#: ../freedesktop.org.xml.in.h:69 +msgid "DCL script" +msgstr "Script DCL" + +#: ../freedesktop.org.xml.in.h:70 +msgid "DER/PEM/Netscape-encoded X.509 certificate" +msgstr "Certificato DER/PEM/Netscape-encoded X.509" + +#: ../freedesktop.org.xml.in.h:71 +msgid "DIB image" +msgstr "Immagine DIB" + +#: ../freedesktop.org.xml.in.h:72 +msgid "DICOM image" +msgstr "Immagine DICOM" + +#: ../freedesktop.org.xml.in.h:73 +msgid "DOS font" +msgstr "Tipo carattere DOS" + +#: ../freedesktop.org.xml.in.h:74 +msgid "DOS/Windows executable" +msgstr "Eseguibile DOS/Windows" + +#: ../freedesktop.org.xml.in.h:75 +msgid "DPX image" +msgstr "Immagine DPX" + +#: ../freedesktop.org.xml.in.h:76 +msgid "DSSSL document" +msgstr "Documento DSSSL" + +#: ../freedesktop.org.xml.in.h:77 +msgid "DTD file" +msgstr "File DTD" + +#: ../freedesktop.org.xml.in.h:78 +msgid "DV video" +msgstr "Video DV" + +#: ../freedesktop.org.xml.in.h:79 +msgid "DXF vector image" +msgstr "Immagine vettoriale DXF" + +#: ../freedesktop.org.xml.in.h:80 +msgid "Debian package" +msgstr "Pacchetto Debian" + +#: ../freedesktop.org.xml.in.h:81 +msgid "Dia diagram" +msgstr "Diagramma Dia" + +#: ../freedesktop.org.xml.in.h:82 +msgid "DirectDraw surface" +msgstr "Superficie DirectDraw" + +#: ../freedesktop.org.xml.in.h:83 +msgid "DjVu image" +msgstr "Immagine DjVu" + +#: ../freedesktop.org.xml.in.h:84 +msgid "DocBook document" +msgstr "Documento DocBook" + +#: ../freedesktop.org.xml.in.h:85 +msgid "Dolby Digital audio" +msgstr "Audio Dolby Digital" + +#: ../freedesktop.org.xml.in.h:86 +msgid "Dreamcast ROM" +msgstr "ROM Dreamcast" + +#: ../freedesktop.org.xml.in.h:87 +msgid "ECMAScript program" +msgstr "Programma ECMAScript" + +#: ../freedesktop.org.xml.in.h:88 +msgid "EMF image" +msgstr "Immagine EMF" + +#: ../freedesktop.org.xml.in.h:89 +msgid "EPS image" +msgstr "Immagine EPS" + +#: ../freedesktop.org.xml.in.h:90 +msgid "EPS image (bzip-compressed)" +msgstr "Immagine ESP (compressa con bzip)" + +#: ../freedesktop.org.xml.in.h:91 +msgid "EPS image (gzip-compressed)" +msgstr "Immagine ESP (compressa con gzip)" + +# 0.24 +#: ../freedesktop.org.xml.in.h:92 +msgid "EXR image" +msgstr "Immagine EXR" + +#: ../freedesktop.org.xml.in.h:93 +msgid "Egon Animator animation" +msgstr "Animazione Egon Animator" + +# 0.24 +#: ../freedesktop.org.xml.in.h:94 +msgid "Eiffel source code" +msgstr "Codice sorgente Eiffel" + +#: ../freedesktop.org.xml.in.h:95 +msgid "Emacs Lisp source code" +msgstr "Codice sorgente Emacs Lisp" + +#: ../freedesktop.org.xml.in.h:96 +msgid "Enlightenment theme" +msgstr "Tema Enlightenment" + +#: ../freedesktop.org.xml.in.h:97 +msgid "Erlang source code" +msgstr "Codice sorgente Erlang" + +#: ../freedesktop.org.xml.in.h:98 +msgid "Excel spreadsheet" +msgstr "Foglio di calcolo Excel" + +#: ../freedesktop.org.xml.in.h:99 +msgid "FITS document" +msgstr "Documento FITS" + +#: ../freedesktop.org.xml.in.h:100 +msgid "FLAC audio" +msgstr "Audio FLAC" + +#: ../freedesktop.org.xml.in.h:101 +msgid "FLIC animation" +msgstr "Animazione FLIC" + +# 0.24 +#: ../freedesktop.org.xml.in.h:102 +msgid "FLTK Fluid file" +msgstr "File FLTK Fluid" + +#: ../freedesktop.org.xml.in.h:103 +msgid "FPX image" +msgstr "Immagine FPX" + +#: ../freedesktop.org.xml.in.h:104 +msgid "FastTracker II audio" +msgstr "Audio FastTracker II" + +#: ../freedesktop.org.xml.in.h:105 +msgid "Flash video" +msgstr "Video Flash" + +#: ../freedesktop.org.xml.in.h:106 +msgid "Fortran source code" +msgstr "Codice sorgente Fortran" + +#: ../freedesktop.org.xml.in.h:107 +msgid "Fuji RAF raw image" +msgstr "Immagine raw Fuji RAF" + +#: ../freedesktop.org.xml.in.h:108 +msgid "G3 fax image" +msgstr "Immagine fax G3" + +#: ../freedesktop.org.xml.in.h:109 +msgid "GDBM database" +msgstr "Database GDBM" + +# Albero genealogico ?? +#: ../freedesktop.org.xml.in.h:110 +msgid "GEDCOM family history" +msgstr "Cronologia famiglia GEDCOM" + +#: ../freedesktop.org.xml.in.h:111 +msgid "GIF image" +msgstr "Immagine GIF" + +#: ../freedesktop.org.xml.in.h:112 +msgid "GIMP image" +msgstr "Immagine GIMP" + +#: ../freedesktop.org.xml.in.h:113 +msgid "GMC link" +msgstr "Collegamento GMC" + +#: ../freedesktop.org.xml.in.h:114 +msgid "GNU Oleo spreadsheet" +msgstr "Foglio di calcolo GNU Oleo" + +# o Messaggio posta GNU ??? +#: ../freedesktop.org.xml.in.h:115 +msgid "GNU mail message" +msgstr "Messaggio GNU mail" + +# 0.24 +#: ../freedesktop.org.xml.in.h:116 +msgid "GNUnet search file" +msgstr "File ricerca GNUnet" + +#: ../freedesktop.org.xml.in.h:117 +msgid "GTKtalog catalog" +msgstr "Catalogo GTKtalog" + +#: ../freedesktop.org.xml.in.h:118 +msgid "Game Boy Advance ROM" +msgstr "ROM Game Boy Advance" + +#: ../freedesktop.org.xml.in.h:119 +msgid "Game Boy ROM" +msgstr "ROM Game Boy" + +#. Translate this to Megadrive if the console was known as such in your locale +#. Should be Megadrive in all but en_US: http://en.wikipedia.org/wiki/Megadrive#History +#: ../freedesktop.org.xml.in.h:122 +msgid "Genesis ROM" +msgstr "ROM Megadrive" + +#: ../freedesktop.org.xml.in.h:123 +msgid "Glade project" +msgstr "Progetto Glade" + +#: ../freedesktop.org.xml.in.h:124 +msgid "GnuCash spreadsheet" +msgstr "Foglio di calcolo GnuCash" + +#: ../freedesktop.org.xml.in.h:125 +msgid "Gnumeric spreadsheet" +msgstr "Foglio di calcolo Gnumeric" + +#: ../freedesktop.org.xml.in.h:126 +msgid "Gnuplot document" +msgstr "Documento Gnuplot" + +#: ../freedesktop.org.xml.in.h:127 +msgid "Google Video Pointer" +msgstr "Puntatore Google Video" + +#: ../freedesktop.org.xml.in.h:128 +msgid "Graphite scientific graph" +msgstr "Grafico scientifico Graphite" + +#: ../freedesktop.org.xml.in.h:129 +msgid "Gzip archive" +msgstr "Archivio gzip" + +# 0.51 +#. http://en.wikipedia.org/wiki/HD_DVD +#. http://www.dvdafteredit.com/wiki/The_HVDVD_TS_Folder +#: ../freedesktop.org.xml.in.h:132 +msgid "HD DVD video disc" +msgstr "Disco video DVD HD" + +#: ../freedesktop.org.xml.in.h:133 +msgid "HDF document" +msgstr "Documento HDF" + +#: ../freedesktop.org.xml.in.h:134 +msgid "HPGL file" +msgstr "File HPGL" + +#: ../freedesktop.org.xml.in.h:135 +msgid "HTML document" +msgstr "Documento HTML" + +#: ../freedesktop.org.xml.in.h:136 +msgid "Haansoft Hangul document" +msgstr "Documento Haansoft Hangul" + +#: ../freedesktop.org.xml.in.h:137 +msgid "Haansoft Hangul document template" +msgstr "Modello documento Haansoft Hangul" + +#: ../freedesktop.org.xml.in.h:138 +msgid "Haskell source code" +msgstr "Codice sorgente Haskell" + +#: ../freedesktop.org.xml.in.h:139 +msgid "ICO icon" +msgstr "Icona ICO" + +#: ../freedesktop.org.xml.in.h:140 +msgid "IDL document" +msgstr "Documento IDL" + +#: ../freedesktop.org.xml.in.h:141 +msgid "IEF image" +msgstr "Immagine IEF" + +#: ../freedesktop.org.xml.in.h:142 +msgid "IFF image" +msgstr "Immagine IFF" + +#: ../freedesktop.org.xml.in.h:143 +msgid "ILBM image" +msgstr "Immagine ILBM" + +#: ../freedesktop.org.xml.in.h:144 +msgid "ISI video" +msgstr "Video ISI" + +#: ../freedesktop.org.xml.in.h:145 +msgid "Impulse Tracker audio" +msgstr "Audio Impulse Tracker" + +# 0.24 +#: ../freedesktop.org.xml.in.h:146 +msgid "Internet shortcut" +msgstr "Scorciatoia Internet" + +#: ../freedesktop.org.xml.in.h:147 +msgid "JAD document" +msgstr "Documento JAD" + +#: ../freedesktop.org.xml.in.h:148 +msgid "JBuilder project" +msgstr "Progetto JBuilder" + +#: ../freedesktop.org.xml.in.h:149 +msgid "JET database" +msgstr "Database JET" + +#: ../freedesktop.org.xml.in.h:150 +msgid "JNG image" +msgstr "Immagine JNG" + +#: ../freedesktop.org.xml.in.h:151 +msgid "JNLP file" +msgstr "File JNPL" + +#: ../freedesktop.org.xml.in.h:152 +msgid "JPEG image" +msgstr "Immagine JPEG" + +#: ../freedesktop.org.xml.in.h:153 +msgid "JPEG-2000 image" +msgstr "Immagine JPEG-2000" + +#: ../freedesktop.org.xml.in.h:154 +msgid "Java archive" +msgstr "Archivio Java" + +#: ../freedesktop.org.xml.in.h:155 +msgid "Java byte code" +msgstr "Bytecode Java" + +#: ../freedesktop.org.xml.in.h:156 +msgid "Java class" +msgstr "Classe Java" + +#: ../freedesktop.org.xml.in.h:157 +msgid "Java source code" +msgstr "Codice sorgente Java" + +#: ../freedesktop.org.xml.in.h:158 +msgid "JavaScript program" +msgstr "Programma JavaScript" + +#: ../freedesktop.org.xml.in.h:159 +msgid "KChart chart" +msgstr "Grafico KChart" + +#: ../freedesktop.org.xml.in.h:160 +msgid "KFormula formula" +msgstr "Formula KFormula" + +#: ../freedesktop.org.xml.in.h:161 +msgid "KIllustrator drawing" +msgstr "Disegno KIllustrator" + +#: ../freedesktop.org.xml.in.h:162 +msgid "KPovModeler scene" +msgstr "Scena KPovModeler" + +#: ../freedesktop.org.xml.in.h:163 +msgid "KPresenter presentation" +msgstr "Presentazione KPresenter" + +#: ../freedesktop.org.xml.in.h:164 +msgid "KSpread spreadsheet" +msgstr "Foglio di calcolo KSpread" + +#: ../freedesktop.org.xml.in.h:165 +msgid "KSpread spreadsheet (encrypted)" +msgstr "Foglio di calcolo KSpread (cifrato)" + +#: ../freedesktop.org.xml.in.h:166 +msgid "KSysV init package" +msgstr "Pacchetto init KSysV" + +#: ../freedesktop.org.xml.in.h:167 +msgid "KWord document" +msgstr "Documento KWord" + +#: ../freedesktop.org.xml.in.h:168 +msgid "KWord document (encrypted)" +msgstr "Documento KWord (cifrato)" + +#: ../freedesktop.org.xml.in.h:169 +msgid "Karbon14 drawing" +msgstr "Disegno Karbon14" + +#: ../freedesktop.org.xml.in.h:170 +msgid "Kivio flowchart" +msgstr "Diagramma di flusso Kivio" + +#: ../freedesktop.org.xml.in.h:171 +msgid "Kodak DCR raw image" +msgstr "Immagine raw Kodak DCR" + +#: ../freedesktop.org.xml.in.h:172 +msgid "Kodak K25 raw image" +msgstr "Immagine raw Kodak K25" + +#: ../freedesktop.org.xml.in.h:173 +msgid "Kodak KDC raw image" +msgstr "Immagine raw Kodak KDC" + +#: ../freedesktop.org.xml.in.h:174 +msgid "Kontour drawing" +msgstr "Disegno Kontour" + +#: ../freedesktop.org.xml.in.h:175 +msgid "Krita document" +msgstr "Documento Krita" + +#: ../freedesktop.org.xml.in.h:176 +msgid "Kugar document" +msgstr "Documento Kugar" + +#: ../freedesktop.org.xml.in.h:177 +msgid "LDIF address book" +msgstr "Rubrica LDIF" + +#: ../freedesktop.org.xml.in.h:178 +msgid "LHA archive" +msgstr "Archivio LHA" + +#: ../freedesktop.org.xml.in.h:179 +msgid "LHS source code" +msgstr "Codice sorgente LHS" + +#: ../freedesktop.org.xml.in.h:180 +msgid "LHZ archive" +msgstr "Archivio LHZ" + +#: ../freedesktop.org.xml.in.h:181 +msgid "LIBGRX font" +msgstr "Tipo carattere LIBGRX" + +# 0.24 +#: ../freedesktop.org.xml.in.h:182 +msgid "LZMA archive" +msgstr "Archivio LZMA" + +#: ../freedesktop.org.xml.in.h:183 +msgid "LZO archive" +msgstr "Archivio LZO" + +#: ../freedesktop.org.xml.in.h:184 +msgid "LightWave object" +msgstr "Oggetto LightWave" + +#: ../freedesktop.org.xml.in.h:185 +msgid "LightWave scene" +msgstr "Scena LightWave" + +# 0.40 +#: ../freedesktop.org.xml.in.h:186 +msgid "Lilypond music sheet" +msgstr "Partitura Lilypond" + +#: ../freedesktop.org.xml.in.h:187 +msgid "Linux PSF console font" +msgstr "Tipo carattere console Linux PSF" + +#: ../freedesktop.org.xml.in.h:188 +msgid "Linux PSF console font (gzip-compressed)" +msgstr "Tipo carattere console Linux PSF (compresso con gzip)" + +#: ../freedesktop.org.xml.in.h:189 +msgid "Lotus 1-2-3 spreadsheet" +msgstr "Foglio di calcolo Lotus 1-2-3" + +#: ../freedesktop.org.xml.in.h:190 +msgid "Lotus AmiPro document" +msgstr "Documento Lotus AmiPro" + +#: ../freedesktop.org.xml.in.h:191 +msgid "Lua script" +msgstr "Script Lua" + +#: ../freedesktop.org.xml.in.h:192 +msgid "LyX document" +msgstr "Documento LyX" + +#: ../freedesktop.org.xml.in.h:193 +msgid "M4 macro" +msgstr "Macro M4" + +#: ../freedesktop.org.xml.in.h:194 +msgid "MATLAB script/function" +msgstr "Script/Funzione MATLAB" + +#: ../freedesktop.org.xml.in.h:195 +msgid "MIDI audio" +msgstr "Audio MIDI" + +#: ../freedesktop.org.xml.in.h:196 +msgid "MNG animation" +msgstr "Animazione MNG" + +#: ../freedesktop.org.xml.in.h:197 +msgid "MP2 audio" +msgstr "Audio MP2" + +#: ../freedesktop.org.xml.in.h:198 +msgid "MP3 ShoutCast playlist" +msgstr "Scaletta MP3 ShoutCast" + +#: ../freedesktop.org.xml.in.h:199 +msgid "MP3 audio" +msgstr "Audio MP3" + +#: ../freedesktop.org.xml.in.h:200 +msgid "MP3 audio (streamed)" +msgstr "Audio MP3 (in streaming)" + +#: ../freedesktop.org.xml.in.h:201 +msgid "MPEG video" +msgstr "Video MPEG" + +#: ../freedesktop.org.xml.in.h:202 +msgid "MPEG-4 audio" +msgstr "Audio MPEG-4" + +# NdT: usato neologismo come nel sezione relativa ad +# iTunes nel sito apple.it (in fondo dovrebbe essere +# ciò a cui questo tipo MIME si riferisce, no?) +#: ../freedesktop.org.xml.in.h:203 +msgid "MPEG-4 audio book" +msgstr "Audiolibro MPEG-4" + +#: ../freedesktop.org.xml.in.h:204 +msgid "MPEG-4 video" +msgstr "Video MPEG-4" + +#: ../freedesktop.org.xml.in.h:205 +msgid "MPSub subtitles" +msgstr "Sottotitoli MPSub" + +# 0.24 +#: ../freedesktop.org.xml.in.h:206 +msgid "MRML playlist" +msgstr "Scaletta MRML" + +#: ../freedesktop.org.xml.in.h:207 +msgid "MSX ROM" +msgstr "ROM MSX" + +#: ../freedesktop.org.xml.in.h:208 +msgid "MacOS X icon" +msgstr "Icona MacOS X" + +#: ../freedesktop.org.xml.in.h:209 +msgid "MacPaint Bitmap image" +msgstr "Immagine Bitmap MacPaint" + +#: ../freedesktop.org.xml.in.h:210 +msgid "Macintosh AppleDouble-encoded file" +msgstr "File Macintosh codificato AppleDouble" + +#: ../freedesktop.org.xml.in.h:211 +msgid "Macintosh BinHex-encoded file" +msgstr "File Macintosh codificato BinHex" + +#: ../freedesktop.org.xml.in.h:212 +msgid "Macintosh MacBinary file" +msgstr "File Macintosh MacBinary" + +#: ../freedesktop.org.xml.in.h:213 +msgid "Macintosh Quickdraw/PICT drawing" +msgstr "Disegno Macintosh Quickdraw/PICT" + +#: ../freedesktop.org.xml.in.h:214 +msgid "MagicPoint presentation" +msgstr "Presentazione MagicPoint" + +#: ../freedesktop.org.xml.in.h:215 +msgid "Makefile" +msgstr "Makefile" + +# 0.24 +# +# lasciato non tradotto, roba di MS +# http://msdn2.microsoft.com/en-us/library/aa823192(VS.85).aspx +#: ../freedesktop.org.xml.in.h:216 +msgid "Managed Object Format" +msgstr "Managed Object Format" + +#: ../freedesktop.org.xml.in.h:217 +msgid "Markaby script" +msgstr "Script Markaby" + +#: ../freedesktop.org.xml.in.h:218 +msgid "MathML document" +msgstr "Documento MathML" + +#: ../freedesktop.org.xml.in.h:219 +msgid "Mathematica Notebook" +msgstr "Notebook Mathematica" + +#: ../freedesktop.org.xml.in.h:220 +msgid "Matroska audio" +msgstr "Audio Matroska" + +# 0.40 +#: ../freedesktop.org.xml.in.h:221 +msgid "Matroska stream" +msgstr "Stream Matroska" + +#: ../freedesktop.org.xml.in.h:222 +msgid "Matroska video" +msgstr "Video Matroska" + +#: ../freedesktop.org.xml.in.h:223 +msgid "MicroDVD subtitles" +msgstr "Sottotitoli MicroDVD" + +#: ../freedesktop.org.xml.in.h:224 +msgid "Microsoft ASX playlist" +msgstr "Scaletta Microsoft ASX" + +# 0.24 +#: ../freedesktop.org.xml.in.h:225 +msgid "Microsoft Works document" +msgstr "Documento Microsoft Works" + +#: ../freedesktop.org.xml.in.h:226 +msgid "MiniPSF audio" +msgstr "Audio MiniPSF" + +#: ../freedesktop.org.xml.in.h:227 +msgid "Minolta MRW raw image" +msgstr "Immagine raw Minolta MRW" + +#: ../freedesktop.org.xml.in.h:228 +msgid "Monkey's audio" +msgstr "Audio Monkey's" + +#: ../freedesktop.org.xml.in.h:229 +msgid "Mozilla bookmarks" +msgstr "Segnalibri Mozilla" + +#: ../freedesktop.org.xml.in.h:230 +msgid "Mup publication" +msgstr "Pubblicazione Mup" + +#: ../freedesktop.org.xml.in.h:231 +msgid "Musepack audio" +msgstr "Audio Musepack" + +#. Translate this to Famicom if the console was known as such in your locale +#: ../freedesktop.org.xml.in.h:233 +msgid "NES ROM" +msgstr "ROM NES" + +# 0.24 +#: ../freedesktop.org.xml.in.h:234 +msgid "NFO document" +msgstr "Documento NFO" + +#: ../freedesktop.org.xml.in.h:235 +msgid "NIFF image" +msgstr "Immagine NIFF" + +#: ../freedesktop.org.xml.in.h:236 +msgid "Nautilus link" +msgstr "Collegamento Nautilus" + +#: ../freedesktop.org.xml.in.h:237 +msgid "Nikon NEF raw image" +msgstr "Immagine raw Nikon NEF" + +#: ../freedesktop.org.xml.in.h:238 +msgid "Nintendo DS ROM" +msgstr "ROM Nintendo DS" + +#: ../freedesktop.org.xml.in.h:239 +msgid "Nintendo64 ROM" +msgstr "ROM Nintendo64" + +#: ../freedesktop.org.xml.in.h:240 +msgid "NullSoft video" +msgstr "Video NullSoft" + +#: ../freedesktop.org.xml.in.h:241 +msgid "OCL file" +msgstr "File OCL" + +#: ../freedesktop.org.xml.in.h:242 +msgid "OCaml source code" +msgstr "Codice sorgente OCaml" + +#: ../freedesktop.org.xml.in.h:243 +msgid "ODA document" +msgstr "Documento ODA" + +#: ../freedesktop.org.xml.in.h:244 +msgid "ODB database" +msgstr "Database ODB" + +#: ../freedesktop.org.xml.in.h:245 +msgid "ODC chart" +msgstr "Grafico ODC" + +#: ../freedesktop.org.xml.in.h:246 +msgid "ODF formula" +msgstr "Formula ODF" + +#: ../freedesktop.org.xml.in.h:247 +msgid "ODG drawing" +msgstr "Disegno ODG" + +#: ../freedesktop.org.xml.in.h:248 +msgid "ODG template" +msgstr "Modello ODG" + +#: ../freedesktop.org.xml.in.h:249 +msgid "ODI image" +msgstr "Immagine ODI" + +#: ../freedesktop.org.xml.in.h:250 +msgid "ODM document" +msgstr "Documento ODM" + +#: ../freedesktop.org.xml.in.h:251 +msgid "ODP presentation" +msgstr "Presentazione ODP" + +#: ../freedesktop.org.xml.in.h:252 +msgid "ODP template" +msgstr "Modello ODP" + +#: ../freedesktop.org.xml.in.h:253 +msgid "ODS spreadsheet" +msgstr "Foglio di calcolo ODS" + +#: ../freedesktop.org.xml.in.h:254 +msgid "ODS template" +msgstr "Modello ODS" + +#: ../freedesktop.org.xml.in.h:255 +msgid "ODT document" +msgstr "Documento ODT" + +#: ../freedesktop.org.xml.in.h:256 +msgid "ODT template" +msgstr "Modello ODT" + +# 0.24 +#: ../freedesktop.org.xml.in.h:257 +msgid "OGM video" +msgstr "Video OGM" + +#: ../freedesktop.org.xml.in.h:258 +msgid "OLE2 compound document storage" +msgstr "Memorizzazione documento composto OLE2" + +# 0.24 +# syndication --> distribuzione in base a +# http://www.rss-world.info/glossario/s/syndication.php +#: ../freedesktop.org.xml.in.h:259 +msgid "OPML syndication feed" +msgstr "Feed di distribuzione OPML" + +#: ../freedesktop.org.xml.in.h:260 +msgid "OTH template" +msgstr "Modello OTH" + +#: ../freedesktop.org.xml.in.h:261 +msgid "Objective-C source code" +msgstr "Codice sorgente Objective-C" + +#: ../freedesktop.org.xml.in.h:262 +msgid "Office drawing" +msgstr "Disegno Office" + +#: ../freedesktop.org.xml.in.h:263 +msgid "Ogg Audio" +msgstr "Audio Ogg" + +# 0.24 +#: ../freedesktop.org.xml.in.h:264 +msgid "Ogg FLAC audio" +msgstr "Audio Ogg FLAC" + +# 0.24 +#: ../freedesktop.org.xml.in.h:265 +msgid "Ogg Speex audio" +msgstr "Audio Ogg Speex" + +# 0.24 +#: ../freedesktop.org.xml.in.h:266 +msgid "Ogg Theora video" +msgstr "Video Ogg Theora" + +#: ../freedesktop.org.xml.in.h:267 +msgid "Ogg Video" +msgstr "Video Ogg" + +# 0.24 +#: ../freedesktop.org.xml.in.h:268 +msgid "Ogg Vorbis audio" +msgstr "Audio Ogg Vorbis" + +# 0.24 +#: ../freedesktop.org.xml.in.h:269 +msgid "Ogg multimedia file" +msgstr "File multimediale Ogg" + +#: ../freedesktop.org.xml.in.h:270 +msgid "Olympus ORF raw image" +msgstr "Immagine raw Olympus ORF" + +#: ../freedesktop.org.xml.in.h:271 +msgid "OpenOffice Calc spreadsheet" +msgstr "Foglio di calcolo OpenOffice Calc" + +#: ../freedesktop.org.xml.in.h:272 +msgid "OpenOffice Calc template" +msgstr "Modello OpenOffice Calc" + +#: ../freedesktop.org.xml.in.h:273 +msgid "OpenOffice Draw drawing" +msgstr "Disegno OpenOffice Draw" + +#: ../freedesktop.org.xml.in.h:274 +msgid "OpenOffice Draw template" +msgstr "Modello OpenOffice Draw" + +#: ../freedesktop.org.xml.in.h:275 +msgid "OpenOffice Impress presentation" +msgstr "Presentazione OpenOffice Impress" + +#: ../freedesktop.org.xml.in.h:276 +msgid "OpenOffice Impress template" +msgstr "Modello OpenOffice Impress" + +#: ../freedesktop.org.xml.in.h:277 +msgid "OpenOffice Math formula" +msgstr "Formula OpenOffice Math" + +#: ../freedesktop.org.xml.in.h:278 +msgid "OpenOffice Writer document" +msgstr "Documento OpenOffice Writer" + +#: ../freedesktop.org.xml.in.h:279 +msgid "OpenOffice Writer global document" +msgstr "Documento globale OpenOffice Writer" + +#: ../freedesktop.org.xml.in.h:280 +msgid "OpenOffice Writer template" +msgstr "Modello OpenOffice Writer" + +# 0.40 +#: ../freedesktop.org.xml.in.h:281 +msgid "OpenOffice.org extension" +msgstr "Estensione OpenOffice.org" + +#: ../freedesktop.org.xml.in.h:282 +msgid "OpenType font" +msgstr "Tipo carattere OpenType" + +# 0.24 +#: ../freedesktop.org.xml.in.h:283 +msgid "PAK archive" +msgstr "Archivio PAK" + +#: ../freedesktop.org.xml.in.h:284 +msgid "PBM image" +msgstr "Immagine PBM" + +#: ../freedesktop.org.xml.in.h:285 +msgid "PCD image" +msgstr "Immagine PCD" + +#: ../freedesktop.org.xml.in.h:286 +msgid "PCF font" +msgstr "Tipo carattere PCF" + +#: ../freedesktop.org.xml.in.h:287 +msgid "PCL file" +msgstr "File PCL" + +#: ../freedesktop.org.xml.in.h:288 +msgid "PCM audio" +msgstr "Audio PCM" + +#: ../freedesktop.org.xml.in.h:289 +msgid "PCX image" +msgstr "Immagine PCX" + +#: ../freedesktop.org.xml.in.h:290 +msgid "PDF document" +msgstr "Documento PDF" + +#: ../freedesktop.org.xml.in.h:291 +msgid "PDF document (bzip-compressed)" +msgstr "Documento PDF (compresso con bzip)" + +#: ../freedesktop.org.xml.in.h:292 +msgid "PDF document (gzip-compressed)" +msgstr "Documento PDF (compresso con gzip)" + +#: ../freedesktop.org.xml.in.h:293 +msgid "PEF executable" +msgstr "Eseguibile PEF" + +#: ../freedesktop.org.xml.in.h:294 +msgid "PGM image" +msgstr "Immagine PGM" + +# PGN è un formato per descrivere e commentare una partita a scacchi +#: ../freedesktop.org.xml.in.h:295 +msgid "PGN chess game notation" +msgstr "Notazione partita a scacchi PGN" + +#: ../freedesktop.org.xml.in.h:296 +msgid "PGP keys" +msgstr "Chiavi PGP" + +#: ../freedesktop.org.xml.in.h:297 +msgid "PGP/MIME-encrypted message header" +msgstr "Intestazione messaggio PGP/MIME-encrypted" + +#: ../freedesktop.org.xml.in.h:298 +msgid "PHP script" +msgstr "Script PHP" + +#: ../freedesktop.org.xml.in.h:299 +msgid "PKCS#10 certification request" +msgstr "Richiesta certificazione PKCS#10" + +#: ../freedesktop.org.xml.in.h:300 +msgid "PKCS#12 certificate bundle" +msgstr "Bundle certificato PKCS#12" + +#: ../freedesktop.org.xml.in.h:301 +msgid "PNG image" +msgstr "Immagine PNG" + +#: ../freedesktop.org.xml.in.h:302 +msgid "PNM image" +msgstr "Immagine PNM" + +#: ../freedesktop.org.xml.in.h:303 +msgid "PPM image" +msgstr "Immagine PPM" + +#: ../freedesktop.org.xml.in.h:304 +msgid "PS document" +msgstr "Documento PS" + +#: ../freedesktop.org.xml.in.h:305 +msgid "PSD image" +msgstr "Immagine PSD" + +#: ../freedesktop.org.xml.in.h:306 +msgid "PSF audio" +msgstr "Audio PSF" + +#: ../freedesktop.org.xml.in.h:307 +msgid "PSFlib audio library" +msgstr "Libreria audio PSFlib" + +# 0.24 +#: ../freedesktop.org.xml.in.h:308 +msgid "Pack200 Java archive" +msgstr "Archivio Pack200 Java" + +#: ../freedesktop.org.xml.in.h:309 +msgid "Palm OS database" +msgstr "Database Palm OS" + +#: ../freedesktop.org.xml.in.h:310 +msgid "Panasonic raw image" +msgstr "Immagine raw Panasonic" + +# 0.24 +#: ../freedesktop.org.xml.in.h:311 +msgid "Parchive archive" +msgstr "Archivio Parchive" + +#: ../freedesktop.org.xml.in.h:312 +msgid "Pascal source code" +msgstr "Codice sorgente Pascal" + +#: ../freedesktop.org.xml.in.h:313 +msgid "Pathetic Writer document" +msgstr "Documento Pathetic Writer" + +#: ../freedesktop.org.xml.in.h:314 +msgid "Pentax PEF raw image" +msgstr "Immagine raw Pentax PEF" + +#: ../freedesktop.org.xml.in.h:315 +msgid "Perl script" +msgstr "Script Perl" + +# 0.51 +#. http://en.wikipedia.org/wiki/Picture_CD +#. http://www.re.org/kristin/picturecd.html +#: ../freedesktop.org.xml.in.h:318 +msgid "Picture CD" +msgstr "Picture CD" + +#: ../freedesktop.org.xml.in.h:319 +msgid "PlanPerfect spreadsheet" +msgstr "Foglio di calcolo PlanPerfect" + +#: ../freedesktop.org.xml.in.h:320 +msgid "Plucker document" +msgstr "Documento Plucker" + +#: ../freedesktop.org.xml.in.h:321 +msgid "PostScript document (bzip-compressed)" +msgstr "Documento PostScript (compresso con bzip)" + +#: ../freedesktop.org.xml.in.h:322 +msgid "PostScript document (gzip-compressed)" +msgstr "Documento PostScript (compresso con gzip)" + +#: ../freedesktop.org.xml.in.h:323 +msgid "Postscript type-1 font" +msgstr "Tipo carattere Postscript type-1" + +#: ../freedesktop.org.xml.in.h:324 +msgid "PowerPoint presentation" +msgstr "Presentazione PowerPoint" + +#: ../freedesktop.org.xml.in.h:325 +msgid "Python bytecode" +msgstr "Bytecode Python" + +#: ../freedesktop.org.xml.in.h:326 +msgid "Python script" +msgstr "Script Python" + +#: ../freedesktop.org.xml.in.h:327 +msgid "Qt Designer file" +msgstr "File Qt Designer" + +#: ../freedesktop.org.xml.in.h:328 +msgid "Qt MOC file" +msgstr "File MOC Qt" + +#: ../freedesktop.org.xml.in.h:329 +msgid "Quattro Pro spreadsheet" +msgstr "Foglio di calcolo Quattro Pro" + +#: ../freedesktop.org.xml.in.h:330 +msgid "QuickTime image" +msgstr "Immagine QuickTime" + +#: ../freedesktop.org.xml.in.h:331 +msgid "QuickTime metalink playlist" +msgstr "Scaletta metalink QuickTime" + +#: ../freedesktop.org.xml.in.h:332 +msgid "QuickTime video" +msgstr "Video QuickTime" + +#: ../freedesktop.org.xml.in.h:333 +msgid "Quicken document" +msgstr "Documento Quicken" + +#: ../freedesktop.org.xml.in.h:334 +msgid "RAR archive" +msgstr "Archivio RAR" + +#: ../freedesktop.org.xml.in.h:335 +msgid "RDF file" +msgstr "File RDF" + +#: ../freedesktop.org.xml.in.h:336 +msgid "README document" +msgstr "Documento README" + +#: ../freedesktop.org.xml.in.h:337 +msgid "RGB image" +msgstr "Immagine RGB" + +#: ../freedesktop.org.xml.in.h:338 +msgid "RIFF audio" +msgstr "Audio RIFF" + +#: ../freedesktop.org.xml.in.h:339 +msgid "RPM package" +msgstr "Pacchetto RPM" + +#: ../freedesktop.org.xml.in.h:340 +msgid "RPM spec file" +msgstr "File specifica RPM" + +#: ../freedesktop.org.xml.in.h:341 +msgid "RSS summary" +msgstr "Sommario RSS" + +#: ../freedesktop.org.xml.in.h:342 +msgid "RTF document" +msgstr "Documento RTF" + +#: ../freedesktop.org.xml.in.h:343 +msgid "RealAudio document" +msgstr "Documento RealAudio" + +# 0.24 +#: ../freedesktop.org.xml.in.h:344 +msgid "RealMedia Metafile" +msgstr "Metafile RealMedia" + +#: ../freedesktop.org.xml.in.h:345 +msgid "RealMedia document" +msgstr "Documento RealMedia" + +#: ../freedesktop.org.xml.in.h:346 +msgid "RealPix document" +msgstr "Documento RealPix" + +#: ../freedesktop.org.xml.in.h:347 +msgid "RealText document" +msgstr "Documento RealText" + +#: ../freedesktop.org.xml.in.h:348 +msgid "RealVideo document" +msgstr "Documento RealVideo" + +#: ../freedesktop.org.xml.in.h:349 +msgid "Ruby script" +msgstr "Script Ruby" + +#: ../freedesktop.org.xml.in.h:350 +msgid "Run Length Encoded bitmap image" +msgstr "Immagine bitmap RLE (Run Length Encoded)" + +#: ../freedesktop.org.xml.in.h:351 +msgid "S/MIME file" +msgstr "File S/MIME" + +#: ../freedesktop.org.xml.in.h:352 +msgid "SAMI subtitles" +msgstr "Sottotitoli SAMI" + +#: ../freedesktop.org.xml.in.h:353 +msgid "SC/Xspread spreadsheet" +msgstr "Foglio di calcolo SC/Xspread" + +# 0.24 +#: ../freedesktop.org.xml.in.h:354 +msgid "SDP multicast stream file" +msgstr "File stream multicast SDP" + +# 0.24 +#. translators: a record is in this context a description of a board game +#. that has been played, and that can be played back again: +#. http://www.red-bean.com/sgf/ +#: ../freedesktop.org.xml.in.h:358 +msgid "SGF record" +msgstr "Registrazione SGF" + +#: ../freedesktop.org.xml.in.h:359 +msgid "SGI image" +msgstr "Immagine SGI" + +#: ../freedesktop.org.xml.in.h:360 +msgid "SGI video" +msgstr "Video SGI" + +#: ../freedesktop.org.xml.in.h:361 +msgid "SGML document" +msgstr "Documento SGML" + +#: ../freedesktop.org.xml.in.h:362 +msgid "SIS package" +msgstr "Pacchetto SIS" + +#: ../freedesktop.org.xml.in.h:363 +msgid "SISX package" +msgstr "Pacchetto SISX" + +# 0.24 +#: ../freedesktop.org.xml.in.h:364 +msgid "SMAF audio" +msgstr "Audio SMAF" + +#: ../freedesktop.org.xml.in.h:365 +msgid "SMIL document" +msgstr "Documento SMIL" + +#: ../freedesktop.org.xml.in.h:366 +msgid "SQL code" +msgstr "Codice SQL" + +#: ../freedesktop.org.xml.in.h:367 +msgid "SQLite2 database" +msgstr "Database SQLite2" + +#: ../freedesktop.org.xml.in.h:368 +msgid "SQLite3 database" +msgstr "Database SQLite3" + +#: ../freedesktop.org.xml.in.h:369 +msgid "SSA subtitles" +msgstr "Sottotitoli SSA" + +#: ../freedesktop.org.xml.in.h:370 +msgid "SV4 CPIO archive" +msgstr "Archivio SV4 CPIO" + +#: ../freedesktop.org.xml.in.h:371 +msgid "SV4 CPIO archive (with CRC)" +msgstr "Archivio SV4 CPIO (con CRC)" + +#: ../freedesktop.org.xml.in.h:372 +msgid "SVG image" +msgstr "Immagine SVG" + +#: ../freedesktop.org.xml.in.h:373 +msgid "Scheme source code" +msgstr "Codice sorgente Scheme" + +#: ../freedesktop.org.xml.in.h:374 +msgid "Scream Tracker 3 audio" +msgstr "Audio Scream Tracker 3" + +#: ../freedesktop.org.xml.in.h:375 +msgid "Scream Tracker audio" +msgstr "Audio Scream Tracker" + +#: ../freedesktop.org.xml.in.h:376 +msgid "Scream Tracker instrument" +msgstr "Strumento Scream Tracker" + +#: ../freedesktop.org.xml.in.h:377 +msgid "Sega Master System/Game Gear ROM" +msgstr "ROM Sega Master System/Game Gear" + +#: ../freedesktop.org.xml.in.h:378 +msgid "Setext document" +msgstr "Documento Setext" + +#: ../freedesktop.org.xml.in.h:379 +msgid "Shockwave Flash file" +msgstr "File Shockwave Flash" + +#. translators: "Shorten" is the name of an audio codec +#: ../freedesktop.org.xml.in.h:381 +msgid "Shorten audio" +msgstr "Audio Shorten" + +#: ../freedesktop.org.xml.in.h:382 +msgid "Siag spreadsheet" +msgstr "Foglio di calcolo Siag" + +# see RFC3028 +#: ../freedesktop.org.xml.in.h:383 +msgid "Sieve mail filter script" +msgstr "Script filtro posta Sieve" + +#: ../freedesktop.org.xml.in.h:384 +msgid "Sigma X3F raw image" +msgstr "Immagine raw Sigma X3F" + +# 0.40 +#: ../freedesktop.org.xml.in.h:385 +msgid "Skencil document" +msgstr "Documento Skencil" + +#: ../freedesktop.org.xml.in.h:386 +msgid "Sony ARW raw image" +msgstr "Immagine raw Sony ARW" + +#: ../freedesktop.org.xml.in.h:387 +msgid "Sony SR2 raw image" +msgstr "Immagine raw Sony SR2" + +#: ../freedesktop.org.xml.in.h:388 +msgid "Sony SRF raw image" +msgstr "Immagine raw Sony SRF" + +#: ../freedesktop.org.xml.in.h:389 +msgid "Speedo font" +msgstr "Tipo carattere Speedo" + +#: ../freedesktop.org.xml.in.h:390 +msgid "Speex audio" +msgstr "Audio Speex" + +#: ../freedesktop.org.xml.in.h:391 +msgid "Stampede package" +msgstr "Pacchetto Stampede" + +#: ../freedesktop.org.xml.in.h:392 +msgid "StarCalc spreadsheet" +msgstr "Foglio di calcolo StarCalc" + +#: ../freedesktop.org.xml.in.h:393 +msgid "StarChart chart" +msgstr "Grafico StarChart" + +#: ../freedesktop.org.xml.in.h:394 +msgid "StarDraw drawing" +msgstr "Disegno StarDraw" + +#: ../freedesktop.org.xml.in.h:395 +msgid "StarImpress presentation" +msgstr "Presentazione StarImpress" + +#: ../freedesktop.org.xml.in.h:396 +msgid "StarMail email" +msgstr "Email StarMail" + +#: ../freedesktop.org.xml.in.h:397 +msgid "StarMath formula" +msgstr "Formula StarMath" + +#: ../freedesktop.org.xml.in.h:398 +msgid "StarWriter document" +msgstr "Documento StrarWriter" + +#: ../freedesktop.org.xml.in.h:399 +msgid "StuffIt archive" +msgstr "Archivio StuffIt" + +#: ../freedesktop.org.xml.in.h:400 +msgid "SubRip subtitles" +msgstr "Sottotitoli SubRip" + +# 0.24 +#: ../freedesktop.org.xml.in.h:401 +msgid "SubViewer subtitles" +msgstr "Sottotitoli SubViewer" + +#: ../freedesktop.org.xml.in.h:402 +msgid "Sun raster image" +msgstr "Immagine raster Sun" + +#: ../freedesktop.org.xml.in.h:403 +msgid "SunOS News font" +msgstr "Tipo carattere SunOS News" + +#. Translate this as Super Famicom (in Far East Asia) or Super Nintendo (in Europe) if the console was known as such in your locale +#: ../freedesktop.org.xml.in.h:405 +msgid "Super NES ROM" +msgstr "ROM Super Nintendo" + +# 0.51 +#. http://en.wikipedia.org/wiki/Super_Video_CD +#. http://everything2.com/index.pl?node_id=1009222 +#: ../freedesktop.org.xml.in.h:408 +msgid "Super Video CD" +msgstr "Super Video CD" + +#: ../freedesktop.org.xml.in.h:409 +msgid "T602 document" +msgstr "Documento T602" + +#: ../freedesktop.org.xml.in.h:410 +msgid "TGA image" +msgstr "Immagine TGA" + +#: ../freedesktop.org.xml.in.h:411 +msgid "TGIF document" +msgstr "Documento TGIF" + +#: ../freedesktop.org.xml.in.h:412 +msgid "TIFF image" +msgstr "Immagine TIFF" + +#: ../freedesktop.org.xml.in.h:413 +msgid "TNEF message" +msgstr "Messaggio TNEF" + +#: ../freedesktop.org.xml.in.h:414 +msgid "TSV document" +msgstr "Documento TSV" + +#: ../freedesktop.org.xml.in.h:415 +msgid "Tar archive" +msgstr "Archivio tar" + +# 0.24 +#: ../freedesktop.org.xml.in.h:416 +msgid "Tar archive (LZMA-compressed)" +msgstr "Archivio tar (compresso con LZMA)" + +#: ../freedesktop.org.xml.in.h:417 +msgid "Tar archive (LZO-compressed)" +msgstr "Archivio tar (compresso con LZO)" + +#: ../freedesktop.org.xml.in.h:418 +msgid "Tar archive (bzip-compressed)" +msgstr "Archivio tar (compresso con bzip)" + +#: ../freedesktop.org.xml.in.h:419 +msgid "Tar archive (compressed)" +msgstr "Archivio tar (compresso)" + +#: ../freedesktop.org.xml.in.h:420 +msgid "Tar archive (gzip-compressed)" +msgstr "Archivio tar (compresso con gzip)" + +#: ../freedesktop.org.xml.in.h:421 +msgid "Tcl script" +msgstr "Script Tcl" + +#: ../freedesktop.org.xml.in.h:422 +msgid "TeX DVI document" +msgstr "Documento TeX DVI" + +#: ../freedesktop.org.xml.in.h:423 +msgid "TeX DVI document (bzip-compressed)" +msgstr "Documento TeX DVI (compresso con bzip)" + +#: ../freedesktop.org.xml.in.h:424 +msgid "TeX DVI document (gzip-compressed)" +msgstr "Documento Tex DVI (compresso con gzip)" + +#: ../freedesktop.org.xml.in.h:425 +msgid "TeX document" +msgstr "Documento TeX" + +#: ../freedesktop.org.xml.in.h:426 +msgid "TeX font" +msgstr "Tipo carattere TeX" + +#: ../freedesktop.org.xml.in.h:427 +msgid "TeX font metrics" +msgstr "Metriche tipo carattere TeX" + +#: ../freedesktop.org.xml.in.h:428 +msgid "TeXInfo document" +msgstr "Documento TeXInfo" + +#: ../freedesktop.org.xml.in.h:429 +msgid "ToutDoux document" +msgstr "Documento ToutDoux" + +#: ../freedesktop.org.xml.in.h:430 +msgid "Troff ME input document" +msgstr "Documento di input Troff ME" + +#: ../freedesktop.org.xml.in.h:431 +msgid "Troff MM input document" +msgstr "Documento di input Troff MM" + +#: ../freedesktop.org.xml.in.h:432 +msgid "Troff MS input document" +msgstr "Documento di input Troff MS" + +#: ../freedesktop.org.xml.in.h:433 +msgid "Troff document" +msgstr "Documento Troff" + +#: ../freedesktop.org.xml.in.h:434 +msgid "Troff document (with manpage macros)" +msgstr "Documento Troff (con macro per manpage)" + +#: ../freedesktop.org.xml.in.h:435 +msgid "TrueAudio audio" +msgstr "Audio TrueAudio" + +# 0.24 +#: ../freedesktop.org.xml.in.h:436 +msgid "TrueType XML font" +msgstr "Tipo carattere TrueType XML" + +#: ../freedesktop.org.xml.in.h:437 +msgid "TrueType font" +msgstr "Tipo carattere TrueType" + +# 0.24 +#: ../freedesktop.org.xml.in.h:438 +msgid "UFRaw ID image" +msgstr "Immagine UFRaw ID" + +#: ../freedesktop.org.xml.in.h:439 +msgid "ULAW (Sun) audio" +msgstr "Audio ULAW (Sun)" + +#: ../freedesktop.org.xml.in.h:440 +msgid "UNIX-compressed file" +msgstr "File compresso-UNIX" + +#: ../freedesktop.org.xml.in.h:441 +msgid "Unidata NetCDF document" +msgstr "Documento Unidata NetCDF" + +#: ../freedesktop.org.xml.in.h:442 +msgid "Usenet news message" +msgstr "Messaggio news Usenet" + +#: ../freedesktop.org.xml.in.h:443 +msgid "Ustar archive" +msgstr "Archivio ustar" + +#: ../freedesktop.org.xml.in.h:444 +msgid "V font" +msgstr "Tipo carattere V" + +#: ../freedesktop.org.xml.in.h:445 +msgid "VCS/ICS calendar" +msgstr "Calendario VCS/ICS" + +#: ../freedesktop.org.xml.in.h:446 +msgid "VHDL document" +msgstr "Documento VHDL" + +#: ../freedesktop.org.xml.in.h:447 +msgid "VOC audio" +msgstr "Audio VOC" + +#: ../freedesktop.org.xml.in.h:448 +msgid "VRML document" +msgstr "Documento VRML" + +#: ../freedesktop.org.xml.in.h:449 +msgid "Vala source code" +msgstr "Codice sorgente Vala" + +# 0.51 +#. http://en.wikipedia.org/wiki/Video_CD +#. http://www.herongyang.com/CD-DVD/VCD-Movie-File-Directory-Structure.html +#: ../freedesktop.org.xml.in.h:452 +msgid "Video CD" +msgstr "Video CD" + +#: ../freedesktop.org.xml.in.h:453 +msgid "Vivo video" +msgstr "Video Vivo" + +#: ../freedesktop.org.xml.in.h:454 +msgid "WAIS source code" +msgstr "Codice sorgente WAIS" + +#: ../freedesktop.org.xml.in.h:455 +msgid "WAV audio" +msgstr "Audio WAV" + +#: ../freedesktop.org.xml.in.h:456 +msgid "WBMP image" +msgstr "Immagine WBMP" + +#: ../freedesktop.org.xml.in.h:457 +msgid "WMF image" +msgstr "Immagine WMF" + +#: ../freedesktop.org.xml.in.h:458 +msgid "WML document" +msgstr "Documento WML" + +#: ../freedesktop.org.xml.in.h:459 +msgid "WMLScript program" +msgstr "Programma WMLScript" + +#: ../freedesktop.org.xml.in.h:460 +msgid "WRI document" +msgstr "Documento WRI" + +#: ../freedesktop.org.xml.in.h:461 +msgid "WavPack audio" +msgstr "Audio WavPack" + +#: ../freedesktop.org.xml.in.h:462 +msgid "WavPack audio correction file" +msgstr "File correzione audio WavPack" + +#: ../freedesktop.org.xml.in.h:463 +msgid "Wavelet video" +msgstr "Video Wavelet" + +#: ../freedesktop.org.xml.in.h:464 +msgid "Windows BMP image" +msgstr "Immagine Windows BMP" + +# 0.51 +#: ../freedesktop.org.xml.in.h:465 +msgid "Windows Installer package" +msgstr "Pacchetto Windows Installer" + +#: ../freedesktop.org.xml.in.h:466 +msgid "Windows Media Station file" +msgstr "File Windows Media Station" + +#: ../freedesktop.org.xml.in.h:467 +msgid "Windows Media audio" +msgstr "Audio Windows Media" + +#: ../freedesktop.org.xml.in.h:468 +msgid "Windows Media video" +msgstr "Video Windows Media" + +# 0.24 +#: ../freedesktop.org.xml.in.h:469 +msgid "Windows Registry extract" +msgstr "Estratto Windows Registry" + +# 0.51 +#: ../freedesktop.org.xml.in.h:470 +msgid "Windows animated cursor" +msgstr "Cursore animato Windows" + +#: ../freedesktop.org.xml.in.h:471 +msgid "Windows cursor" +msgstr "Cursore Windows" + +#: ../freedesktop.org.xml.in.h:472 +msgid "Word document" +msgstr "Documento Word" + +# 0.24 +#: ../freedesktop.org.xml.in.h:473 +msgid "Word template" +msgstr "Modello Word" + +#: ../freedesktop.org.xml.in.h:474 +msgid "WordPerfect document" +msgstr "Documento WordPerfect" + +#: ../freedesktop.org.xml.in.h:475 +msgid "WordPerfect/Drawperfect image" +msgstr "Immagine WordPerfect/Drawperfect" + +#: ../freedesktop.org.xml.in.h:476 +msgid "X window image" +msgstr "Immagine X window" + +#: ../freedesktop.org.xml.in.h:477 +msgid "X-Motif UIL table" +msgstr "Tabella UIL X-Motif" + +#: ../freedesktop.org.xml.in.h:478 +msgid "X11 cursor" +msgstr "Cursore X11" + +#: ../freedesktop.org.xml.in.h:479 +msgid "XBEL bookmarks" +msgstr "Segnalibri XBEL" + +#: ../freedesktop.org.xml.in.h:480 +msgid "XBM image" +msgstr "Immagine XBM" + +#: ../freedesktop.org.xml.in.h:481 +msgid "XFig image" +msgstr "Immagine XFig" + +#: ../freedesktop.org.xml.in.h:482 +msgid "XHTML page" +msgstr "Pagina XHTML" + +#: ../freedesktop.org.xml.in.h:483 +msgid "XLIFF translation file" +msgstr "File traduzione XLIFF" + +#: ../freedesktop.org.xml.in.h:484 +msgid "XMCD CD database" +msgstr "Database XMCD CD" + +# 0.24 +#: ../freedesktop.org.xml.in.h:485 +msgid "XMF audio" +msgstr "Audio XMF" + +#: ../freedesktop.org.xml.in.h:486 +msgid "XMI file" +msgstr "File XMI" + +#: ../freedesktop.org.xml.in.h:487 +msgid "XML document" +msgstr "Documento XML" + +# 0.24 +#: ../freedesktop.org.xml.in.h:488 +msgid "XML entities document" +msgstr "Documento entità XML" + +#: ../freedesktop.org.xml.in.h:489 +msgid "XPM image" +msgstr "Immagine XPM" + +#: ../freedesktop.org.xml.in.h:490 +msgid "XPS document" +msgstr "Documento XPS" + +#: ../freedesktop.org.xml.in.h:491 +msgid "XSL FO file" +msgstr "File XSL FO" + +#: ../freedesktop.org.xml.in.h:492 +msgid "XSLT stylesheet" +msgstr "Foglio di stile XSLT" + +#: ../freedesktop.org.xml.in.h:493 +msgid "XSPF playlist" +msgstr "Scaletta XSPF" + +#: ../freedesktop.org.xml.in.h:494 +msgid "XUL document" +msgstr "Documento XUL" + +#: ../freedesktop.org.xml.in.h:495 +msgid "XUL interface document" +msgstr "Documento interfaccia XUL" + +#: ../freedesktop.org.xml.in.h:496 +msgid "Xbase document" +msgstr "Documento Xbase" + +#: ../freedesktop.org.xml.in.h:497 +msgid "Zip archive" +msgstr "Archivio zip" + +#: ../freedesktop.org.xml.in.h:498 +msgid "Zoo archive" +msgstr "Archivio zoo" + +#: ../freedesktop.org.xml.in.h:499 +msgid "application log" +msgstr "Log applicazione" + +# 0.51 +#. http://en.wikipedia.org/wiki/Red_Book_(audio_CD_standard) +#: ../freedesktop.org.xml.in.h:501 +msgid "audio CD" +msgstr "CD audio" + +# 0.51 +#. http://en.wikipedia.org/wiki/DVD-Audio +#: ../freedesktop.org.xml.in.h:503 +msgid "audio DVD" +msgstr "DVD audio" + +#: ../freedesktop.org.xml.in.h:504 +msgid "author credits" +msgstr "Riconoscimenti autori" + +#: ../freedesktop.org.xml.in.h:505 +msgid "author list" +msgstr "Elenco autori" + +#: ../freedesktop.org.xml.in.h:506 +msgid "backup file" +msgstr "File di backup" + +# 0.51 +#. http://en.wikipedia.org/wiki/Blu-ray_Disc +#: ../freedesktop.org.xml.in.h:508 +msgid "blank Blu-ray disc" +msgstr "Disco vuoto Blu-ray" + +# 0.51 +#. http://en.wikipedia.org/wiki/Compact_Disc +#: ../freedesktop.org.xml.in.h:510 +msgid "blank CD disc" +msgstr "Disco vuoto CD" + +# 0.51 +#. http://en.wikipedia.org/wiki/DVD +#: ../freedesktop.org.xml.in.h:512 +msgid "blank DVD disc" +msgstr "Disco vuoto DVD" + +# 0.51 +#. http://en.wikipedia.org/wiki/HD_DVD +#: ../freedesktop.org.xml.in.h:514 +msgid "blank HD DVD disc" +msgstr "Disco vuoto DVD HD" + +#: ../freedesktop.org.xml.in.h:515 +msgid "block device" +msgstr "Device a blocchi" + +#: ../freedesktop.org.xml.in.h:516 +msgid "character device" +msgstr "Device a caratteri" + +# 0.24 +#: ../freedesktop.org.xml.in.h:517 +msgid "comic book archive" +msgstr "Archivio comic book" + +#: ../freedesktop.org.xml.in.h:518 +msgid "compound document" +msgstr "Documento composto" + +#: ../freedesktop.org.xml.in.h:519 +msgid "compound documents" +msgstr "Documenti composti" + +#: ../freedesktop.org.xml.in.h:520 +msgid "compressed GIMP image" +msgstr "Immagine GIMP compressa" + +#: ../freedesktop.org.xml.in.h:521 +msgid "compressed SVG image" +msgstr "Immagine SVG compressa" + +# 0.51 +#: ../freedesktop.org.xml.in.h:522 +msgid "compressed Tracker audio" +msgstr "Audio compresso Tracker" + +#: ../freedesktop.org.xml.in.h:523 +msgid "desktop configuration file" +msgstr "File configurazione desktop" + +#: ../freedesktop.org.xml.in.h:524 +msgid "detached OpenPGP signature" +msgstr "Firma staccata OpenPGP" + +#: ../freedesktop.org.xml.in.h:525 +msgid "detached S/MIME signature" +msgstr "Firma staccata S/MIME" + +#: ../freedesktop.org.xml.in.h:526 +msgid "differences between files" +msgstr "Differenze tra file" + +# 0.51 +#. http://en.wikipedia.org/wiki/Design_rule_for_Camera_File_system +#: ../freedesktop.org.xml.in.h:528 +msgid "digital photos" +msgstr "Foto digitali" + +#: ../freedesktop.org.xml.in.h:529 +msgid "digital raw image" +msgstr "Immagine raw digitale" + +#: ../freedesktop.org.xml.in.h:530 +msgid "eMusic download package" +msgstr "Pacchetto scaricamento eMusic" + +# 0.51 +# trattasi di file .epub; se qualcuno conosce altri modi +# per indicare tali file, ogni suggerimento è bene accetto +#: ../freedesktop.org.xml.in.h:531 +msgid "electronic book document" +msgstr "Documento libro elettronico" + +# 0.51 +#: ../freedesktop.org.xml.in.h:532 +msgid "electronic business card" +msgstr "Biglietto da visita elettronico" + +#: ../freedesktop.org.xml.in.h:533 +msgid "email headers" +msgstr "Intestazioni email" + +#: ../freedesktop.org.xml.in.h:534 +msgid "email message" +msgstr "Messaggio email" + +#: ../freedesktop.org.xml.in.h:535 +msgid "empty document" +msgstr "Documento vuoto" + +#: ../freedesktop.org.xml.in.h:536 +msgid "encrypted message" +msgstr "Messaggio cifrato" + +#: ../freedesktop.org.xml.in.h:537 +msgid "enriched text document" +msgstr "Documento testo arricchito" + +#: ../freedesktop.org.xml.in.h:538 +msgid "executable" +msgstr "Eseguibile" + +#: ../freedesktop.org.xml.in.h:539 +msgid "folder" +msgstr "Cartella" + +#: ../freedesktop.org.xml.in.h:540 +msgid "generic font file" +msgstr "File tipo carattere generico" + +#: ../freedesktop.org.xml.in.h:541 +msgid "help page" +msgstr "Pagina di aiuto" + +# iMelody --> http://it.wikipedia.org/wiki/IMelody +#: ../freedesktop.org.xml.in.h:542 +msgid "iMelody ringtone" +msgstr "Suoneria iMelody" + +#: ../freedesktop.org.xml.in.h:543 +msgid "iPod firmware" +msgstr "Firmware iPod" + +#: ../freedesktop.org.xml.in.h:544 +msgid "iRiver Playlist" +msgstr "Scaletta iRiver" + +#: ../freedesktop.org.xml.in.h:545 +msgid "installation instructions" +msgstr "Istruzioni di installazione" + +# 0.24 +#: ../freedesktop.org.xml.in.h:546 +msgid "iptables configuration file" +msgstr "File configurazione iptables" + +# 0.24 +#: ../freedesktop.org.xml.in.h:547 +msgid "libtool shared library" +msgstr "Libreria condivisa libtool" + +#: ../freedesktop.org.xml.in.h:548 +msgid "license terms" +msgstr "Termini di licenza" + +# o notifica ?? +#: ../freedesktop.org.xml.in.h:549 +msgid "mail delivery report" +msgstr "Rapporto di consegna posta" + +# o notifica ?? +#: ../freedesktop.org.xml.in.h:550 +msgid "mail disposition report" +msgstr "Rapporto di disposizione posta" + +# o notifica ?? +#: ../freedesktop.org.xml.in.h:551 +msgid "mail system report" +msgstr "Rapporto di sistema posta" + +#: ../freedesktop.org.xml.in.h:552 +msgid "mailbox file" +msgstr "File mailbox" + +#: ../freedesktop.org.xml.in.h:553 +msgid "manual page (compressed)" +msgstr "Pagina di manuale (compressa)" + +#: ../freedesktop.org.xml.in.h:554 +msgid "message catalog" +msgstr "Catalogo di messaggi" + +#: ../freedesktop.org.xml.in.h:555 +msgid "message digest" +msgstr "Digest di messaggi" + +#: ../freedesktop.org.xml.in.h:556 +msgid "message in several formats" +msgstr "Messaggio in diversi formati" + +#: ../freedesktop.org.xml.in.h:557 +msgid "mount point" +msgstr "Punto di mount" + +#: ../freedesktop.org.xml.in.h:558 +msgid "object code" +msgstr "Codice oggetto" + +# Daniele Forsi ha suggerito condensato +#: ../freedesktop.org.xml.in.h:559 +msgid "packed font file" +msgstr "File tipo carattere condensato" + +#: ../freedesktop.org.xml.in.h:560 +msgid "partial email message" +msgstr "Messaggio email parziale" + +#: ../freedesktop.org.xml.in.h:561 +msgid "pipe" +msgstr "Pipe" + +#: ../freedesktop.org.xml.in.h:562 +msgid "plain text document" +msgstr "Documento in testo semplice" + +# 0.51 +#. see fd.o hal spec +#: ../freedesktop.org.xml.in.h:564 +msgid "portable audio player" +msgstr "Lettore audio portabile" + +#: ../freedesktop.org.xml.in.h:565 +msgid "profiler results" +msgstr "Risultati profiler" + +#: ../freedesktop.org.xml.in.h:566 +msgid "program crash data" +msgstr "Dati crash di applicazione" + +#: ../freedesktop.org.xml.in.h:567 +msgid "raw CD image" +msgstr "Immagine raw CD" + +#: ../freedesktop.org.xml.in.h:568 +msgid "reference to remote file" +msgstr "Riferimento a file remoto" + +#: ../freedesktop.org.xml.in.h:569 +msgid "rejected patch" +msgstr "Patch rifiutata" + +#: ../freedesktop.org.xml.in.h:570 +msgid "resource location" +msgstr "Posizione risorsa" + +#: ../freedesktop.org.xml.in.h:571 +msgid "rich text document" +msgstr "Documento rich text" + +#: ../freedesktop.org.xml.in.h:572 +msgid "shared library" +msgstr "Libreria condivisa" + +#: ../freedesktop.org.xml.in.h:573 +msgid "shell archive" +msgstr "Archivio shell" + +#: ../freedesktop.org.xml.in.h:574 +msgid "shell script" +msgstr "Script shell" + +#: ../freedesktop.org.xml.in.h:575 +msgid "signed message" +msgstr "Messaggio firmato" + +#: ../freedesktop.org.xml.in.h:576 +msgid "socket" +msgstr "Socket" + +# 0.51 +#. http://standards.freedesktop.org/autostart-spec/autostart-spec-latest.html +#. http://bugzilla.gnome.org/show_bug.cgi?id=509823#c3 +#: ../freedesktop.org.xml.in.h:579 +msgid "software" +msgstr "Software" + +#: ../freedesktop.org.xml.in.h:580 +msgid "spreadsheet interchange document" +msgstr "Documento di scambio per foglio di calcolo" + +#: ../freedesktop.org.xml.in.h:581 +msgid "stream of data (server push)" +msgstr "Flusso di dati (server push)" + +#: ../freedesktop.org.xml.in.h:582 +msgid "symbolic link" +msgstr "Collegamento simbolico" + +#: ../freedesktop.org.xml.in.h:583 +msgid "theme" +msgstr "Tema" + +#: ../freedesktop.org.xml.in.h:584 +msgid "translated messages (machine-readable)" +msgstr "Messaggi tradotti (leggibili da macchina)" + +#: ../freedesktop.org.xml.in.h:585 +msgid "translation file" +msgstr "File traduzione" + +# Credo sia POT +#: ../freedesktop.org.xml.in.h:586 +msgid "translation template" +msgstr "Modello di traduzione" + +#: ../freedesktop.org.xml.in.h:587 +msgid "txt2tags document" +msgstr "Documento txt2tags" + +#: ../freedesktop.org.xml.in.h:588 +msgid "unknown" +msgstr "Sconosciuto" + +# 0.51 +#. http://en.wikipedia.org/wiki/DVD-Video +#: ../freedesktop.org.xml.in.h:590 +msgid "video DVD" +msgstr "DVD video" diff --git a/po/ja.po b/po/ja.po new file mode 100644 index 0000000..63d7a37 --- /dev/null +++ b/po/ja.po @@ -0,0 +1,2504 @@ +# Japanese translation for shared-mime-info +# Copyright (C) 2004 THE shared-mime-info'S COPYRIGHT HOLDER +# This file is distributed under the same license as the shared-mime-info package. +# Satoru SATOH , 2004. +# Makoto Kato , 2009. +msgid "" +msgstr "" +"Project-Id-Version: shared-mime-info 0.51\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2008-07-23 12:49+0100\n" +"PO-Revision-Date: 2009-02-09 15:52+0900\n" +"Last-Translator: Makoto Kato \n" +"Language-Team: Japanese \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: ../freedesktop.org.xml.in.h:1 +msgid "3D Studio image" +msgstr "3D Studio 画像" + +#: ../freedesktop.org.xml.in.h:2 +msgid "3GPP multimedia file" +msgstr "3GPP マルチメディアファイル" + +#: ../freedesktop.org.xml.in.h:3 +msgid "7-zip archive" +msgstr "7-zip アーカイブ" + +#: ../freedesktop.org.xml.in.h:4 +msgid "ACE archive" +msgstr "ACE アーカイブ" + +#: ../freedesktop.org.xml.in.h:5 +msgid "AIFC audio" +msgstr "AIFC オーディオ" + +#: ../freedesktop.org.xml.in.h:6 +msgid "AIFF audio" +msgstr "AIFF オーディオ" + +#: ../freedesktop.org.xml.in.h:7 +msgid "AIFF/Amiga/Mac audio" +msgstr "AIFF/Amiga/Mac オーディオ" + +#: ../freedesktop.org.xml.in.h:8 +msgid "AMR audio" +msgstr "AMR オーディオ" + +#: ../freedesktop.org.xml.in.h:9 +msgid "AMR-WB audio" +msgstr "AMR-WB オーディオ" + +#: ../freedesktop.org.xml.in.h:10 +msgid "ANIM animation" +msgstr "ANIM アニメーション" + +#: ../freedesktop.org.xml.in.h:11 +msgid "AR archive" +msgstr "AR アーカイブ" + +#: ../freedesktop.org.xml.in.h:12 +msgid "ARC archive" +msgstr "ARC アーカイブ" + +#: ../freedesktop.org.xml.in.h:13 +msgid "ARJ archive" +msgstr "ARJ アーカイブ" + +#: ../freedesktop.org.xml.in.h:14 +msgid "ASF video" +msgstr "ASF 動画" + +#: ../freedesktop.org.xml.in.h:15 +msgid "ASP page" +msgstr "ASP ページ" + +#: ../freedesktop.org.xml.in.h:16 +msgid "ATK inset" +msgstr "" + +#: ../freedesktop.org.xml.in.h:17 +msgid "AVI video" +msgstr "AVI 動画" + +#: ../freedesktop.org.xml.in.h:18 +msgid "AWK script" +msgstr "AWK スクリプト" + +#: ../freedesktop.org.xml.in.h:19 +msgid "AbiWord document" +msgstr "AbiWord ドキュメント" + +#: ../freedesktop.org.xml.in.h:20 +msgid "Ada source code" +msgstr "Ada ソースコード" + +#: ../freedesktop.org.xml.in.h:21 +msgid "Adobe DNG negative" +msgstr "" + +#: ../freedesktop.org.xml.in.h:22 +msgid "Adobe FrameMaker MIF document" +msgstr "Adobe FrameMaker MIF ドキュメント" + +#: ../freedesktop.org.xml.in.h:23 +msgid "Adobe FrameMaker document" +msgstr "Adobe FrameMaker ドキュメント" + +#: ../freedesktop.org.xml.in.h:24 +msgid "Adobe FrameMaker font" +msgstr "Adobe FrameMaker フォント" + +#: ../freedesktop.org.xml.in.h:25 +msgid "Adobe Illustrator document" +msgstr "Adobe Illustrator ドキュメント" + +#: ../freedesktop.org.xml.in.h:26 +msgid "Adobe font metrics" +msgstr "Adobe フォントメトリック" + +#: ../freedesktop.org.xml.in.h:27 +msgid "Alzip archive" +msgstr "Alzip アーカイブ" + +#: ../freedesktop.org.xml.in.h:28 +msgid "Amiga SoundTracker audio" +msgstr "Amiga SoundTracker オーディオ" + +#: ../freedesktop.org.xml.in.h:29 +msgid "Applix Graphics image" +msgstr "Applix Graphics 画像" + +#: ../freedesktop.org.xml.in.h:30 +msgid "Applix Spreadsheets spreadsheet" +msgstr "Applix Spreadsheets スプレッドシート" + +#: ../freedesktop.org.xml.in.h:31 +msgid "Applix Words document" +msgstr "Applix Words ドキュメント" + +#: ../freedesktop.org.xml.in.h:32 +msgid "Atom syndication feed" +msgstr "Atom 配信フィード" + +#: ../freedesktop.org.xml.in.h:33 +msgid "AutoCAD image" +msgstr "AutoCAD 画像" + +#: ../freedesktop.org.xml.in.h:34 +msgid "BCPIO document" +msgstr "BCPIO ドキュメント" + +#: ../freedesktop.org.xml.in.h:35 +msgid "BDF font" +msgstr "BDF フォント" + +#: ../freedesktop.org.xml.in.h:36 +msgid "BibTeX document" +msgstr "BibTeX ドキュメント" + +#: ../freedesktop.org.xml.in.h:37 +msgid "BitTorrent seed file" +msgstr "BitTorrent シードファイル" + +#: ../freedesktop.org.xml.in.h:38 +msgid "Blender scene" +msgstr "Blender シーン" + +#. http://en.wikipedia.org/wiki/Blu-ray_Disc +#. http://www.blu-raydisc.com/Section-13470/Section-13890/Index.html +#: ../freedesktop.org.xml.in.h:41 +msgid "Blu-ray video disc" +msgstr "Blue-ray ビデオディスク" + +#: ../freedesktop.org.xml.in.h:42 +msgid "Bzip archive" +msgstr "Bzip アーカイブ" + +#: ../freedesktop.org.xml.in.h:43 +msgid "C header" +msgstr "C ヘッダー" + +#: ../freedesktop.org.xml.in.h:44 +msgid "C shell script" +msgstr "C シェルスクリプト" + +#: ../freedesktop.org.xml.in.h:45 +msgid "C source code" +msgstr "C ソースコード" + +#: ../freedesktop.org.xml.in.h:46 +msgid "C# source code" +msgstr "C# ソースコード" + +#: ../freedesktop.org.xml.in.h:47 +msgid "C++ header" +msgstr "C++ ヘッダー" + +#: ../freedesktop.org.xml.in.h:48 +msgid "C++ source code" +msgstr "C++ ソースコード" + +#: ../freedesktop.org.xml.in.h:49 +msgid "CCITT G3 fax" +msgstr "CCITT G3 FAX" + +#: ../freedesktop.org.xml.in.h:50 +msgid "CD Table Of Contents" +msgstr "" + +#: ../freedesktop.org.xml.in.h:51 +#, fuzzy +msgid "CD image cuesheet" +msgstr "Siag スプレッドシート" + +#: ../freedesktop.org.xml.in.h:52 +msgid "CHM document" +msgstr "CHM ドキュメント" + +#: ../freedesktop.org.xml.in.h:53 +msgid "CMU raster image" +msgstr "CMU ラスタ画像" + +#: ../freedesktop.org.xml.in.h:54 +msgid "CMake source code" +msgstr "CMake ソースコード" + +#: ../freedesktop.org.xml.in.h:55 +msgid "CPIO archive" +msgstr "CPIO アーカイブ" + +#: ../freedesktop.org.xml.in.h:56 +msgid "CPIO archive (gzip-compressed)" +msgstr "CPIO (gzip 圧縮) アーカイブ" + +#: ../freedesktop.org.xml.in.h:57 +msgid "CSS stylesheet" +msgstr "CSS スタイルシート" + +#: ../freedesktop.org.xml.in.h:58 +msgid "CSV document" +msgstr "CSV ドキュメント" + +#: ../freedesktop.org.xml.in.h:59 +msgid "Canon CR2 raw image" +msgstr "" + +#: ../freedesktop.org.xml.in.h:60 +msgid "Canon CRW raw image" +msgstr "" + +#: ../freedesktop.org.xml.in.h:61 +msgid "ChangeLog document" +msgstr "ChangeLog ドキュメント" + +#: ../freedesktop.org.xml.in.h:62 +msgid "Cisco VPN Settings" +msgstr "Cisco VPN 設定" + +#: ../freedesktop.org.xml.in.h:63 +msgid "Citrix ICA settings file" +msgstr "Citrix ICA 設定ファイル" + +#: ../freedesktop.org.xml.in.h:64 +msgid "Commodore 64 audio" +msgstr "Commodore 64 オーディオ" + +#: ../freedesktop.org.xml.in.h:65 +msgid "Computer Graphics Metafile" +msgstr "コンピュータグラフィックメタファイル" + +#: ../freedesktop.org.xml.in.h:66 +msgid "Corel Draw drawing" +msgstr "Corel Draw 絵" + +#: ../freedesktop.org.xml.in.h:67 +msgid "D source code" +msgstr "D ソースコード" + +#: ../freedesktop.org.xml.in.h:68 +msgid "DAR archive" +msgstr "DAR アーカイブ" + +#: ../freedesktop.org.xml.in.h:69 +msgid "DCL script" +msgstr "DCL スクリプト" + +#: ../freedesktop.org.xml.in.h:70 +msgid "DER/PEM/Netscape-encoded X.509 certificate" +msgstr "DER/PEM/Netscape エンコード X.509 証明書" + +#: ../freedesktop.org.xml.in.h:71 +msgid "DIB image" +msgstr "DIB 画像" + +#: ../freedesktop.org.xml.in.h:72 +msgid "DICOM image" +msgstr "DICOM 画像" + +#: ../freedesktop.org.xml.in.h:73 +msgid "DOS font" +msgstr "DOS フォント" + +#: ../freedesktop.org.xml.in.h:74 +msgid "DOS/Windows executable" +msgstr "DOS/Windows 実行ファイル" + +#: ../freedesktop.org.xml.in.h:75 +msgid "DPX image" +msgstr "DPX 画像" + +#: ../freedesktop.org.xml.in.h:76 +msgid "DSSSL document" +msgstr "DSSSL ドキュメント" + +#: ../freedesktop.org.xml.in.h:77 +msgid "DTD file" +msgstr "DTD ファイル" + +#: ../freedesktop.org.xml.in.h:78 +msgid "DV video" +msgstr "DV 動画" + +#: ../freedesktop.org.xml.in.h:79 +msgid "DXF vector image" +msgstr "DXF ベクタ画像" + +#: ../freedesktop.org.xml.in.h:80 +msgid "Debian package" +msgstr "Debian パッケージ" + +#: ../freedesktop.org.xml.in.h:81 +msgid "Dia diagram" +msgstr "Dia ダイアグラム" + +#: ../freedesktop.org.xml.in.h:82 +msgid "DirectDraw surface" +msgstr "DirectDraw サーフェイス" + +#: ../freedesktop.org.xml.in.h:83 +msgid "DjVu image" +msgstr "DjVu 画像" + +#: ../freedesktop.org.xml.in.h:84 +msgid "DocBook document" +msgstr "DocBook ドキュメント" + +#: ../freedesktop.org.xml.in.h:85 +msgid "Dolby Digital audio" +msgstr "ドルビーデジタルオーディオ" + +#: ../freedesktop.org.xml.in.h:86 +msgid "Dreamcast ROM" +msgstr "Dreamcast ROM" + +#: ../freedesktop.org.xml.in.h:87 +msgid "ECMAScript program" +msgstr "ECMAScript プログラム" + +#: ../freedesktop.org.xml.in.h:88 +msgid "EMF image" +msgstr "EMF 画像" + +#: ../freedesktop.org.xml.in.h:89 +msgid "EPS image" +msgstr "EPS 画像" + +#: ../freedesktop.org.xml.in.h:90 +msgid "EPS image (bzip-compressed)" +msgstr "EPS 画像 (bzip 圧縮)" + +#: ../freedesktop.org.xml.in.h:91 +msgid "EPS image (gzip-compressed)" +msgstr "EPS 画像 (gzip 圧縮)" + +#: ../freedesktop.org.xml.in.h:92 +msgid "EXR image" +msgstr "EXR 画像" + +#: ../freedesktop.org.xml.in.h:93 +msgid "Egon Animator animation" +msgstr "Egon Animator アニメーション" + +#: ../freedesktop.org.xml.in.h:94 +msgid "Eiffel source code" +msgstr "Eiffel ソースコード" + +#: ../freedesktop.org.xml.in.h:95 +msgid "Emacs Lisp source code" +msgstr "Emacs Lisp ソースコード" + +#: ../freedesktop.org.xml.in.h:96 +msgid "Enlightenment theme" +msgstr "Enlightenment テーマ" + +#: ../freedesktop.org.xml.in.h:97 +msgid "Erlang source code" +msgstr "Erlang ソースコード" + +#: ../freedesktop.org.xml.in.h:98 +msgid "Excel spreadsheet" +msgstr "Excel スプレッドシート" + +#: ../freedesktop.org.xml.in.h:99 +msgid "FITS document" +msgstr "FITS ドキュメント" + +#: ../freedesktop.org.xml.in.h:100 +msgid "FLAC audio" +msgstr "FLAC オーディオ" + +#: ../freedesktop.org.xml.in.h:101 +msgid "FLIC animation" +msgstr "FLIC アニメーション" + +#: ../freedesktop.org.xml.in.h:102 +msgid "FLTK Fluid file" +msgstr "" + +#: ../freedesktop.org.xml.in.h:103 +msgid "FPX image" +msgstr "FPX 画像" + +#: ../freedesktop.org.xml.in.h:104 +msgid "FastTracker II audio" +msgstr "FastTracker II オーディオ" + +#: ../freedesktop.org.xml.in.h:105 +msgid "Flash video" +msgstr "Flash 動画" + +#: ../freedesktop.org.xml.in.h:106 +msgid "Fortran source code" +msgstr "Fortran ソースコード" + +#: ../freedesktop.org.xml.in.h:107 +msgid "Fuji RAF raw image" +msgstr "Fuji RAF raw 画像" + +#: ../freedesktop.org.xml.in.h:108 +msgid "G3 fax image" +msgstr "G3 FAX 画像" + +#: ../freedesktop.org.xml.in.h:109 +msgid "GDBM database" +msgstr "GDBM データベース" + +#: ../freedesktop.org.xml.in.h:110 +msgid "GEDCOM family history" +msgstr "" + +#: ../freedesktop.org.xml.in.h:111 +msgid "GIF image" +msgstr "GIF 画像" + +#: ../freedesktop.org.xml.in.h:112 +msgid "GIMP image" +msgstr "GIMP 画像" + +#: ../freedesktop.org.xml.in.h:113 +msgid "GMC link" +msgstr "GMC リンク" + +#: ../freedesktop.org.xml.in.h:114 +msgid "GNU Oleo spreadsheet" +msgstr "GNU Oleo スプレッドシート" + +#: ../freedesktop.org.xml.in.h:115 +msgid "GNU mail message" +msgstr "GNU メールメッセージ" + +#: ../freedesktop.org.xml.in.h:116 +msgid "GNUnet search file" +msgstr "" + +#: ../freedesktop.org.xml.in.h:117 +msgid "GTKtalog catalog" +msgstr "GTKtalog カタログ" + +#: ../freedesktop.org.xml.in.h:118 +msgid "Game Boy Advance ROM" +msgstr "ゲームボーイアドバンス ROM" + +#: ../freedesktop.org.xml.in.h:119 +msgid "Game Boy ROM" +msgstr "ゲームボーイ ROM" + +#. Translate this to Megadrive if the console was known as such in your locale +#. Should be Megadrive in all but en_US: http://en.wikipedia.org/wiki/Megadrive#History +#: ../freedesktop.org.xml.in.h:122 +msgid "Genesis ROM" +msgstr "メガドライブ ROM" + +#: ../freedesktop.org.xml.in.h:123 +msgid "Glade project" +msgstr "Glade プロジェクト" + +#: ../freedesktop.org.xml.in.h:124 +msgid "GnuCash spreadsheet" +msgstr "GnuCash スプレッドシート" + +#: ../freedesktop.org.xml.in.h:125 +msgid "Gnumeric spreadsheet" +msgstr "Gnumeric スプレッドシート" + +#: ../freedesktop.org.xml.in.h:126 +msgid "Gnuplot document" +msgstr "Gnuplot ドキュメント" + +#: ../freedesktop.org.xml.in.h:127 +msgid "Google Video Pointer" +msgstr "Google Video Pointer" + +#: ../freedesktop.org.xml.in.h:128 +msgid "Graphite scientific graph" +msgstr "Graphite scientific グラフ" + +#: ../freedesktop.org.xml.in.h:129 +msgid "Gzip archive" +msgstr "Gzip アーカイブ" + +#. http://en.wikipedia.org/wiki/HD_DVD +#. http://www.dvdafteredit.com/wiki/The_HVDVD_TS_Folder +#: ../freedesktop.org.xml.in.h:132 +msgid "HD DVD video disc" +msgstr "HD DVD ビデオディスク" + +#: ../freedesktop.org.xml.in.h:133 +msgid "HDF document" +msgstr "HDF ドキュメント" + +#: ../freedesktop.org.xml.in.h:134 +msgid "HPGL file" +msgstr "HPGL ファイル" + +#: ../freedesktop.org.xml.in.h:135 +msgid "HTML document" +msgstr "HTML ドキュメント" + +#: ../freedesktop.org.xml.in.h:136 +msgid "Haansoft Hangul document" +msgstr "Haansoft Hangul ドキュメント" + +#: ../freedesktop.org.xml.in.h:137 +msgid "Haansoft Hangul document template" +msgstr "Haansoft Hangul ドキュメントテンプレート" + +#: ../freedesktop.org.xml.in.h:138 +msgid "Haskell source code" +msgstr "Haskell ソースコード" + +#: ../freedesktop.org.xml.in.h:139 +msgid "ICO icon" +msgstr "ICO アイコン" + +#: ../freedesktop.org.xml.in.h:140 +msgid "IDL document" +msgstr "IDL ドキュメント" + +#: ../freedesktop.org.xml.in.h:141 +msgid "IEF image" +msgstr "IEF 画像" + +#: ../freedesktop.org.xml.in.h:142 +msgid "IFF image" +msgstr "IFF 画像" + +#: ../freedesktop.org.xml.in.h:143 +msgid "ILBM image" +msgstr "ILBM 画像" + +#: ../freedesktop.org.xml.in.h:144 +msgid "ISI video" +msgstr "ISI 動画" + +#: ../freedesktop.org.xml.in.h:145 +msgid "Impulse Tracker audio" +msgstr "Impulse Tracker オーディオ" + +#: ../freedesktop.org.xml.in.h:146 +msgid "Internet shortcut" +msgstr "インターネットショートカット" + +#: ../freedesktop.org.xml.in.h:147 +msgid "JAD document" +msgstr "JAD ドキュメント" + +#: ../freedesktop.org.xml.in.h:148 +msgid "JBuilder project" +msgstr "JBuilder プロジェクト" + +#: ../freedesktop.org.xml.in.h:149 +msgid "JET database" +msgstr "JET データベース" + +#: ../freedesktop.org.xml.in.h:150 +msgid "JNG image" +msgstr "JNG 画像" + +#: ../freedesktop.org.xml.in.h:151 +msgid "JNLP file" +msgstr "JNLP ファイル" + +#: ../freedesktop.org.xml.in.h:152 +msgid "JPEG image" +msgstr "JPEG 画像 " + +#: ../freedesktop.org.xml.in.h:153 +msgid "JPEG-2000 image" +msgstr "JPEG-2000 画像" + +#: ../freedesktop.org.xml.in.h:154 +msgid "Java archive" +msgstr "Java アーカイブ" + +#: ../freedesktop.org.xml.in.h:155 +msgid "Java byte code" +msgstr "Java バイトコード" + +#: ../freedesktop.org.xml.in.h:156 +msgid "Java class" +msgstr "Java クラス" + +#: ../freedesktop.org.xml.in.h:157 +msgid "Java source code" +msgstr "Java ソースコード" + +#: ../freedesktop.org.xml.in.h:158 +msgid "JavaScript program" +msgstr "JavaScript プログラム" + +#: ../freedesktop.org.xml.in.h:159 +msgid "KChart chart" +msgstr "KChart チャート" + +#: ../freedesktop.org.xml.in.h:160 +msgid "KFormula formula" +msgstr "KFormula 計算式" + +#: ../freedesktop.org.xml.in.h:161 +msgid "KIllustrator drawing" +msgstr "KIllustrator 絵画" + +#: ../freedesktop.org.xml.in.h:162 +msgid "KPovModeler scene" +msgstr "KPovModeler " + +#: ../freedesktop.org.xml.in.h:163 +msgid "KPresenter presentation" +msgstr "KPresenter プレゼンテーション" + +#: ../freedesktop.org.xml.in.h:164 +msgid "KSpread spreadsheet" +msgstr "KSpread スプレッドシート" + +#: ../freedesktop.org.xml.in.h:165 +msgid "KSpread spreadsheet (encrypted)" +msgstr "KSpread (暗号化)スプレッドシート" + +#: ../freedesktop.org.xml.in.h:166 +msgid "KSysV init package" +msgstr "KSysV init パッケージ" + +#: ../freedesktop.org.xml.in.h:167 +msgid "KWord document" +msgstr "KWord ドキュメント" + +#: ../freedesktop.org.xml.in.h:168 +msgid "KWord document (encrypted)" +msgstr "KWord (暗号化)ドキュメント" + +#: ../freedesktop.org.xml.in.h:169 +msgid "Karbon14 drawing" +msgstr "Karbon14 絵" + +#: ../freedesktop.org.xml.in.h:170 +msgid "Kivio flowchart" +msgstr "Kivio 流れ図" + +#: ../freedesktop.org.xml.in.h:171 +msgid "Kodak DCR raw image" +msgstr "Kodak DCR raw 画像" + +#: ../freedesktop.org.xml.in.h:172 +msgid "Kodak K25 raw image" +msgstr "Kodak K25 raw 画像" + +#: ../freedesktop.org.xml.in.h:173 +msgid "Kodak KDC raw image" +msgstr "Kodak KDC raw 画像" + +#: ../freedesktop.org.xml.in.h:174 +msgid "Kontour drawing" +msgstr "Kontour 絵" + +#: ../freedesktop.org.xml.in.h:175 +msgid "Krita document" +msgstr "Krita ドキュメント" + +#: ../freedesktop.org.xml.in.h:176 +msgid "Kugar document" +msgstr "KuKrita ドキュメント" + +#: ../freedesktop.org.xml.in.h:177 +msgid "LDIF address book" +msgstr "LDIF アドレス帳" + +#: ../freedesktop.org.xml.in.h:178 +msgid "LHA archive" +msgstr "LHA アーカイブ" + +#: ../freedesktop.org.xml.in.h:179 +msgid "LHS source code" +msgstr "LHS ソースコード" + +#: ../freedesktop.org.xml.in.h:180 +msgid "LHZ archive" +msgstr "LHZ アーカイブ" + +#: ../freedesktop.org.xml.in.h:181 +msgid "LIBGRX font" +msgstr "LIBGRX フォーマット" + +#: ../freedesktop.org.xml.in.h:182 +msgid "LZMA archive" +msgstr "LZMA アーカイブ" + +#: ../freedesktop.org.xml.in.h:183 +msgid "LZO archive" +msgstr "LZO アーカイブ" + +#: ../freedesktop.org.xml.in.h:184 +msgid "LightWave object" +msgstr "LightWave オブジェクト" + +#: ../freedesktop.org.xml.in.h:185 +msgid "LightWave scene" +msgstr "LightWave シーン" + +#: ../freedesktop.org.xml.in.h:186 +msgid "Lilypond music sheet" +msgstr "" + +#: ../freedesktop.org.xml.in.h:187 +msgid "Linux PSF console font" +msgstr "Linux PSF コンソールフォント" + +#: ../freedesktop.org.xml.in.h:188 +msgid "Linux PSF console font (gzip-compressed)" +msgstr "Linux PSF コンソールフォント (gzip 圧縮)" + +#: ../freedesktop.org.xml.in.h:189 +msgid "Lotus 1-2-3 spreadsheet" +msgstr "Lotus 1-2-3 スプレッドシート" + +#: ../freedesktop.org.xml.in.h:190 +msgid "Lotus AmiPro document" +msgstr "Lotus AmiPro ドキュメント" + +#: ../freedesktop.org.xml.in.h:191 +msgid "Lua script" +msgstr "Lua スクリプト" + +#: ../freedesktop.org.xml.in.h:192 +msgid "LyX document" +msgstr "LyX ドキュメント" + +#: ../freedesktop.org.xml.in.h:193 +msgid "M4 macro" +msgstr "M4 マクロ" + +#: ../freedesktop.org.xml.in.h:194 +msgid "MATLAB script/function" +msgstr "" + +#: ../freedesktop.org.xml.in.h:195 +msgid "MIDI audio" +msgstr "MIDI オーディオ" + +#: ../freedesktop.org.xml.in.h:196 +msgid "MNG animation" +msgstr "MNG アニメーション" + +#: ../freedesktop.org.xml.in.h:197 +msgid "MP2 audio" +msgstr "MP2 オーディオ" + +#: ../freedesktop.org.xml.in.h:198 +msgid "MP3 ShoutCast playlist" +msgstr "MP3 ShoutCast 演奏リスト" + +#: ../freedesktop.org.xml.in.h:199 +msgid "MP3 audio" +msgstr "MP3 オーディオ" + +#: ../freedesktop.org.xml.in.h:200 +msgid "MP3 audio (streamed)" +msgstr "MP3 オーディオ (ストリーム)" + +#: ../freedesktop.org.xml.in.h:201 +msgid "MPEG video" +msgstr "MPEG 動画" + +#: ../freedesktop.org.xml.in.h:202 +msgid "MPEG-4 audio" +msgstr "MPEG-4 オーディオ" + +#: ../freedesktop.org.xml.in.h:203 +msgid "MPEG-4 audio book" +msgstr "MPEG-4 オーディオブック" + +#: ../freedesktop.org.xml.in.h:204 +msgid "MPEG-4 video" +msgstr "MPEG-4 動画" + +#: ../freedesktop.org.xml.in.h:205 +msgid "MPSub subtitles" +msgstr "" + +#: ../freedesktop.org.xml.in.h:206 +msgid "MRML playlist" +msgstr "MPML 演奏リスト" + +#: ../freedesktop.org.xml.in.h:207 +msgid "MSX ROM" +msgstr "MSX ROM" + +#: ../freedesktop.org.xml.in.h:208 +msgid "MacOS X icon" +msgstr "MacOS X アイコン" + +#: ../freedesktop.org.xml.in.h:209 +msgid "MacPaint Bitmap image" +msgstr "MacPaint ビットマップ画像" + +#: ../freedesktop.org.xml.in.h:210 +msgid "Macintosh AppleDouble-encoded file" +msgstr "Macintosh AppleDouble エンコードファイル" + +#: ../freedesktop.org.xml.in.h:211 +msgid "Macintosh BinHex-encoded file" +msgstr "Macintosh BinHex エンコードファイル" + +#: ../freedesktop.org.xml.in.h:212 +msgid "Macintosh MacBinary file" +msgstr "MacBinary MacBinary ファイル" + +#: ../freedesktop.org.xml.in.h:213 +msgid "Macintosh Quickdraw/PICT drawing" +msgstr "Macintosh Quickdraw/PICT 絵" + +#: ../freedesktop.org.xml.in.h:214 +msgid "MagicPoint presentation" +msgstr "MagicPoint プレゼンテーション" + +#: ../freedesktop.org.xml.in.h:215 +msgid "Makefile" +msgstr "Makefile" + +#: ../freedesktop.org.xml.in.h:216 +msgid "Managed Object Format" +msgstr "" + +#: ../freedesktop.org.xml.in.h:217 +msgid "Markaby script" +msgstr "Markaby スクリプト" + +#: ../freedesktop.org.xml.in.h:218 +msgid "MathML document" +msgstr "MathML ドキュメント" + +#: ../freedesktop.org.xml.in.h:219 +msgid "Mathematica Notebook" +msgstr "" + +#: ../freedesktop.org.xml.in.h:220 +msgid "Matroska audio" +msgstr "Matroska オーディオ" + +#: ../freedesktop.org.xml.in.h:221 +msgid "Matroska stream" +msgstr "Matroska ストリーム" + +#: ../freedesktop.org.xml.in.h:222 +msgid "Matroska video" +msgstr "Matroska 動画" + +#: ../freedesktop.org.xml.in.h:223 +msgid "MicroDVD subtitles" +msgstr "MicroDVD 字幕" + +#: ../freedesktop.org.xml.in.h:224 +msgid "Microsoft ASX playlist" +msgstr "Microsoft ASX 演奏リスト" + +#: ../freedesktop.org.xml.in.h:225 +msgid "Microsoft Works document" +msgstr "Microsoft Works ドキュメント" + +#: ../freedesktop.org.xml.in.h:226 +msgid "MiniPSF audio" +msgstr "MiniPSF オーディオ" + +#: ../freedesktop.org.xml.in.h:227 +msgid "Minolta MRW raw image" +msgstr "Minolta MRW raw 画像" + +#: ../freedesktop.org.xml.in.h:228 +msgid "Monkey's audio" +msgstr "Monkey's オーディオ" + +#: ../freedesktop.org.xml.in.h:229 +msgid "Mozilla bookmarks" +msgstr "Mozilla ブックマーク" + +#: ../freedesktop.org.xml.in.h:230 +#, fuzzy +msgid "Mup publication" +msgstr "アプリケーションログ" + +#: ../freedesktop.org.xml.in.h:231 +msgid "Musepack audio" +msgstr "Musepack オーディオ" + +#. Translate this to Famicom if the console was known as such in your locale +#: ../freedesktop.org.xml.in.h:233 +msgid "NES ROM" +msgstr "ファミコン ROM" + +#: ../freedesktop.org.xml.in.h:234 +msgid "NFO document" +msgstr "NFO ドキュメント" + +#: ../freedesktop.org.xml.in.h:235 +msgid "NIFF image" +msgstr "NIFF 画像" + +#: ../freedesktop.org.xml.in.h:236 +msgid "Nautilus link" +msgstr "Nautilus リンク" + +#: ../freedesktop.org.xml.in.h:237 +msgid "Nikon NEF raw image" +msgstr "" + +#: ../freedesktop.org.xml.in.h:238 +msgid "Nintendo DS ROM" +msgstr "Nintendo DS ROM" + +#: ../freedesktop.org.xml.in.h:239 +msgid "Nintendo64 ROM" +msgstr "Nintendo64 ROM" + +#: ../freedesktop.org.xml.in.h:240 +msgid "NullSoft video" +msgstr "NullSoft 動画" + +#: ../freedesktop.org.xml.in.h:241 +msgid "OCL file" +msgstr "OCL ファイル" + +#: ../freedesktop.org.xml.in.h:242 +msgid "OCaml source code" +msgstr "OCaml ソースコード" + +#: ../freedesktop.org.xml.in.h:243 +msgid "ODA document" +msgstr "ODA ドキュメント" + +#: ../freedesktop.org.xml.in.h:244 +msgid "ODB database" +msgstr "ODB データベース" + +#: ../freedesktop.org.xml.in.h:245 +msgid "ODC chart" +msgstr "ODC チャート" + +#: ../freedesktop.org.xml.in.h:246 +msgid "ODF formula" +msgstr "ODF 計算式" + +#: ../freedesktop.org.xml.in.h:247 +msgid "ODG drawing" +msgstr "ODG 絵" + +#: ../freedesktop.org.xml.in.h:248 +msgid "ODG template" +msgstr "ODG テンプレート" + +#: ../freedesktop.org.xml.in.h:249 +msgid "ODI image" +msgstr "ODI 画像" + +#: ../freedesktop.org.xml.in.h:250 +msgid "ODM document" +msgstr "ODM ドキュメント" + +#: ../freedesktop.org.xml.in.h:251 +msgid "ODP presentation" +msgstr "ODP プレゼンテーション" + +#: ../freedesktop.org.xml.in.h:252 +msgid "ODP template" +msgstr "ODP テンプレート" + +#: ../freedesktop.org.xml.in.h:253 +msgid "ODS spreadsheet" +msgstr "ODS スプレッドシート" + +#: ../freedesktop.org.xml.in.h:254 +msgid "ODS template" +msgstr "ODS テンプレート" + +#: ../freedesktop.org.xml.in.h:255 +msgid "ODT document" +msgstr "ODT ドキュメント" + +#: ../freedesktop.org.xml.in.h:256 +msgid "ODT template" +msgstr "ODT テンプレート" + +#: ../freedesktop.org.xml.in.h:257 +msgid "OGM video" +msgstr "OGM 動画" + +#: ../freedesktop.org.xml.in.h:258 +msgid "OLE2 compound document storage" +msgstr "OLE2 複合ドキュメントストレージ" + +#: ../freedesktop.org.xml.in.h:259 +msgid "OPML syndication feed" +msgstr "OPML 配信フィード" + +#: ../freedesktop.org.xml.in.h:260 +msgid "OTH template" +msgstr "OTH テンプレート" + +#: ../freedesktop.org.xml.in.h:261 +msgid "Objective-C source code" +msgstr "Objective-C ソースコード" + +#: ../freedesktop.org.xml.in.h:262 +msgid "Office drawing" +msgstr "Office 絵" + +#: ../freedesktop.org.xml.in.h:263 +msgid "Ogg Audio" +msgstr "Ogg オーディオ" + +#: ../freedesktop.org.xml.in.h:264 +msgid "Ogg FLAC audio" +msgstr "Ogg FLAC オーディオ" + +#: ../freedesktop.org.xml.in.h:265 +msgid "Ogg Speex audio" +msgstr "Ogg Speex オーディオ" + +#: ../freedesktop.org.xml.in.h:266 +msgid "Ogg Theora video" +msgstr "Ogg Theora 動画" + +#: ../freedesktop.org.xml.in.h:267 +msgid "Ogg Video" +msgstr "Ogg 動画" + +#: ../freedesktop.org.xml.in.h:268 +msgid "Ogg Vorbis audio" +msgstr "Ogg Vorbis オーディオ" + +#: ../freedesktop.org.xml.in.h:269 +msgid "Ogg multimedia file" +msgstr "Ogg マルチメディアファイル" + +#: ../freedesktop.org.xml.in.h:270 +msgid "Olympus ORF raw image" +msgstr "Olympus ORF raw 画像" + +#: ../freedesktop.org.xml.in.h:271 +msgid "OpenOffice Calc spreadsheet" +msgstr "OpenOffice Calc スプレッドシート" + +#: ../freedesktop.org.xml.in.h:272 +msgid "OpenOffice Calc template" +msgstr "OpenOffice Calc テンプレート" + +#: ../freedesktop.org.xml.in.h:273 +msgid "OpenOffice Draw drawing" +msgstr "OpenOffice Draw 絵" + +#: ../freedesktop.org.xml.in.h:274 +msgid "OpenOffice Draw template" +msgstr "OpenOffice Draw テンプレート" + +#: ../freedesktop.org.xml.in.h:275 +msgid "OpenOffice Impress presentation" +msgstr "OpenOffice Impress プレゼンテーション" + +#: ../freedesktop.org.xml.in.h:276 +msgid "OpenOffice Impress template" +msgstr "OpenOffice Impress テンプレート" + +#: ../freedesktop.org.xml.in.h:277 +msgid "OpenOffice Math formula" +msgstr "OpenOffice Math 計算式" + +#: ../freedesktop.org.xml.in.h:278 +msgid "OpenOffice Writer document" +msgstr "OpenOffice Writer ドキュメント" + +#: ../freedesktop.org.xml.in.h:279 +msgid "OpenOffice Writer global document" +msgstr "OpenOffice Writer グローバルドキュメント" + +#: ../freedesktop.org.xml.in.h:280 +msgid "OpenOffice Writer template" +msgstr "OpenOffice Writer ドキュメントテンプレート" + +#: ../freedesktop.org.xml.in.h:281 +msgid "OpenOffice.org extension" +msgstr "" + +#: ../freedesktop.org.xml.in.h:282 +msgid "OpenType font" +msgstr "OpenType フォント" + +#: ../freedesktop.org.xml.in.h:283 +msgid "PAK archive" +msgstr "PAK アーカイブ" + +#: ../freedesktop.org.xml.in.h:284 +msgid "PBM image" +msgstr "PBM 画像" + +#: ../freedesktop.org.xml.in.h:285 +msgid "PCD image" +msgstr "PCD 画像" + +#: ../freedesktop.org.xml.in.h:286 +msgid "PCF font" +msgstr "PCF フォント" + +#: ../freedesktop.org.xml.in.h:287 +msgid "PCL file" +msgstr "PCL ファイル" + +#: ../freedesktop.org.xml.in.h:288 +msgid "PCM audio" +msgstr "PCM オーディオ" + +#: ../freedesktop.org.xml.in.h:289 +msgid "PCX image" +msgstr "PCX 画像" + +#: ../freedesktop.org.xml.in.h:290 +msgid "PDF document" +msgstr "PDF ドキュメント" + +#: ../freedesktop.org.xml.in.h:291 +msgid "PDF document (bzip-compressed)" +msgstr "PDF ドキュメント (bzip 圧縮)" + +#: ../freedesktop.org.xml.in.h:292 +msgid "PDF document (gzip-compressed)" +msgstr "PDF ドキュメント (gzip 圧縮)" + +#: ../freedesktop.org.xml.in.h:293 +msgid "PEF executable" +msgstr "PEF 実行ファイル" + +#: ../freedesktop.org.xml.in.h:294 +msgid "PGM image" +msgstr "PGM 画像" + +#: ../freedesktop.org.xml.in.h:295 +#, fuzzy +msgid "PGN chess game notation" +msgstr "PGN チェスゲーム" + +#: ../freedesktop.org.xml.in.h:296 +msgid "PGP keys" +msgstr "PGP 鍵" + +#: ../freedesktop.org.xml.in.h:297 +msgid "PGP/MIME-encrypted message header" +msgstr "PGP/MIME 暗号化メッセージヘッダー" + +#: ../freedesktop.org.xml.in.h:298 +msgid "PHP script" +msgstr "PHP スクリプト" + +#: ../freedesktop.org.xml.in.h:299 +msgid "PKCS#10 certification request" +msgstr "PKCS#10 証明書署名要求" + +#: ../freedesktop.org.xml.in.h:300 +msgid "PKCS#12 certificate bundle" +msgstr "PKCS#12 証明書束" + +#: ../freedesktop.org.xml.in.h:301 +msgid "PNG image" +msgstr "PNG 画像" + +#: ../freedesktop.org.xml.in.h:302 +msgid "PNM image" +msgstr "PNM 画像" + +#: ../freedesktop.org.xml.in.h:303 +msgid "PPM image" +msgstr "PPM 画像" + +#: ../freedesktop.org.xml.in.h:304 +msgid "PS document" +msgstr "PS ドキュメント" + +#: ../freedesktop.org.xml.in.h:305 +msgid "PSD image" +msgstr "PSD 画像" + +#: ../freedesktop.org.xml.in.h:306 +msgid "PSF audio" +msgstr "PSF オーディオ" + +#: ../freedesktop.org.xml.in.h:307 +msgid "PSFlib audio library" +msgstr "" + +#: ../freedesktop.org.xml.in.h:308 +msgid "Pack200 Java archive" +msgstr "Pack200 Java アーカイブ" + +#: ../freedesktop.org.xml.in.h:309 +msgid "Palm OS database" +msgstr "Palm OS データベース" + +#: ../freedesktop.org.xml.in.h:310 +msgid "Panasonic raw image" +msgstr "Panasonic raw 画像" + +#: ../freedesktop.org.xml.in.h:311 +msgid "Parchive archive" +msgstr "Parchive アーカイブ" + +#: ../freedesktop.org.xml.in.h:312 +msgid "Pascal source code" +msgstr "Pascal ソースコード" + +#: ../freedesktop.org.xml.in.h:313 +msgid "Pathetic Writer document" +msgstr "Pathetic Writer ドキュメント" + +#: ../freedesktop.org.xml.in.h:314 +msgid "Pentax PEF raw image" +msgstr "Pentax PEF raw 画像" + +#: ../freedesktop.org.xml.in.h:315 +msgid "Perl script" +msgstr "Perl スクリプト" + +#. http://en.wikipedia.org/wiki/Picture_CD +#. http://www.re.org/kristin/picturecd.html +#: ../freedesktop.org.xml.in.h:318 +msgid "Picture CD" +msgstr "ピクチャー CD" + +#: ../freedesktop.org.xml.in.h:319 +msgid "PlanPerfect spreadsheet" +msgstr "PlanPerfect スプレッドシート" + +#: ../freedesktop.org.xml.in.h:320 +msgid "Plucker document" +msgstr "Plucker ドキュメント" + +#: ../freedesktop.org.xml.in.h:321 +msgid "PostScript document (bzip-compressed)" +msgstr "(bzip 圧縮された) PostScript ドキュメント" + +#: ../freedesktop.org.xml.in.h:322 +msgid "PostScript document (gzip-compressed)" +msgstr "(gzip 圧縮された) PostScript ドキュメント" + +#: ../freedesktop.org.xml.in.h:323 +msgid "Postscript type-1 font" +msgstr "PostScript type-1 フォント" + +#: ../freedesktop.org.xml.in.h:324 +msgid "PowerPoint presentation" +msgstr "PowerPoint プレゼンテーション" + +#: ../freedesktop.org.xml.in.h:325 +msgid "Python bytecode" +msgstr "Python バイトコード" + +#: ../freedesktop.org.xml.in.h:326 +msgid "Python script" +msgstr "Python スクリプト" + +#: ../freedesktop.org.xml.in.h:327 +msgid "Qt Designer file" +msgstr "Qt Designer ファイル" + +#: ../freedesktop.org.xml.in.h:328 +msgid "Qt MOC file" +msgstr "Qt MOC ファイル" + +#: ../freedesktop.org.xml.in.h:329 +msgid "Quattro Pro spreadsheet" +msgstr "Quattro Pro スプレッドシート" + +#: ../freedesktop.org.xml.in.h:330 +msgid "QuickTime image" +msgstr "QuickTime 画像" + +#: ../freedesktop.org.xml.in.h:331 +msgid "QuickTime metalink playlist" +msgstr "" + +#: ../freedesktop.org.xml.in.h:332 +msgid "QuickTime video" +msgstr "QuickTime 動画" + +#: ../freedesktop.org.xml.in.h:333 +msgid "Quicken document" +msgstr "Quicken ドキュメント" + +#: ../freedesktop.org.xml.in.h:334 +msgid "RAR archive" +msgstr "RAR アーカイブ" + +#: ../freedesktop.org.xml.in.h:335 +msgid "RDF file" +msgstr "RDF ファイル" + +#: ../freedesktop.org.xml.in.h:336 +msgid "README document" +msgstr "README ドキュメント" + +#: ../freedesktop.org.xml.in.h:337 +msgid "RGB image" +msgstr "RGB 画像" + +#: ../freedesktop.org.xml.in.h:338 +msgid "RIFF audio" +msgstr "RIFF オーディオ" + +#: ../freedesktop.org.xml.in.h:339 +msgid "RPM package" +msgstr "RPM パッケージ" + +#: ../freedesktop.org.xml.in.h:340 +msgid "RPM spec file" +msgstr "RPM spec ファイル" + +#: ../freedesktop.org.xml.in.h:341 +msgid "RSS summary" +msgstr "RSS サマリ" + +#: ../freedesktop.org.xml.in.h:342 +msgid "RTF document" +msgstr "RTF ドキュメント" + +#: ../freedesktop.org.xml.in.h:343 +msgid "RealAudio document" +msgstr "RealAudio ドキュメント" + +#: ../freedesktop.org.xml.in.h:344 +msgid "RealMedia Metafile" +msgstr "RealMedia メタファイル" + +#: ../freedesktop.org.xml.in.h:345 +msgid "RealMedia document" +msgstr "RealMedia ドキュメント" + +#: ../freedesktop.org.xml.in.h:346 +msgid "RealPix document" +msgstr "RealPix ドキュメント" + +#: ../freedesktop.org.xml.in.h:347 +msgid "RealText document" +msgstr "RealText ドキュメント" + +#: ../freedesktop.org.xml.in.h:348 +msgid "RealVideo document" +msgstr "RealVideo ドキュメント" + +#: ../freedesktop.org.xml.in.h:349 +msgid "Ruby script" +msgstr "Ruby スクリプト" + +#: ../freedesktop.org.xml.in.h:350 +msgid "Run Length Encoded bitmap image" +msgstr "ランレングス符号化ビットマップ画像" + +#: ../freedesktop.org.xml.in.h:351 +msgid "S/MIME file" +msgstr "S/MIME ファイル" + +#: ../freedesktop.org.xml.in.h:352 +msgid "SAMI subtitles" +msgstr "SAMI 字幕" + +#: ../freedesktop.org.xml.in.h:353 +msgid "SC/Xspread spreadsheet" +msgstr "SC/Xspread スプレッドシート" + +#: ../freedesktop.org.xml.in.h:354 +msgid "SDP multicast stream file" +msgstr "SDP マルチキャストストリームファイル" + +#. translators: a record is in this context a description of a board game +#. that has been played, and that can be played back again: +#. http://www.red-bean.com/sgf/ +#: ../freedesktop.org.xml.in.h:358 +msgid "SGF record" +msgstr "SGF レコード" + +#: ../freedesktop.org.xml.in.h:359 +msgid "SGI image" +msgstr "SGI 画像" + +#: ../freedesktop.org.xml.in.h:360 +msgid "SGI video" +msgstr "SGI 動画" + +#: ../freedesktop.org.xml.in.h:361 +msgid "SGML document" +msgstr "SGML ドキュメント" + +#: ../freedesktop.org.xml.in.h:362 +msgid "SIS package" +msgstr "SIS パッケージ" + +#: ../freedesktop.org.xml.in.h:363 +msgid "SISX package" +msgstr "SISX パッケージ" + +#: ../freedesktop.org.xml.in.h:364 +msgid "SMAF audio" +msgstr "SMAF オーディオ" + +#: ../freedesktop.org.xml.in.h:365 +msgid "SMIL document" +msgstr "SMIL ドキュメント" + +#: ../freedesktop.org.xml.in.h:366 +msgid "SQL code" +msgstr "SQL コード" + +#: ../freedesktop.org.xml.in.h:367 +msgid "SQLite2 database" +msgstr "SQLite2 データベース" + +#: ../freedesktop.org.xml.in.h:368 +msgid "SQLite3 database" +msgstr "SQLite3 データベース" + +#: ../freedesktop.org.xml.in.h:369 +msgid "SSA subtitles" +msgstr "SSA 字幕" + +#: ../freedesktop.org.xml.in.h:370 +msgid "SV4 CPIO archive" +msgstr "SV4 CPIO アーカイブ" + +#: ../freedesktop.org.xml.in.h:371 +msgid "SV4 CPIO archive (with CRC)" +msgstr "SV4 CPIO アーカイブ (CRC 有り)" + +#: ../freedesktop.org.xml.in.h:372 +msgid "SVG image" +msgstr "SVG 画像" + +#: ../freedesktop.org.xml.in.h:373 +msgid "Scheme source code" +msgstr "Scheme ソースコード" + +#: ../freedesktop.org.xml.in.h:374 +msgid "Scream Tracker 3 audio" +msgstr "Scream Tracker 3 オーディオ" + +#: ../freedesktop.org.xml.in.h:375 +msgid "Scream Tracker audio" +msgstr "Scream Tracker オーディオ" + +#: ../freedesktop.org.xml.in.h:376 +msgid "Scream Tracker instrument" +msgstr "Scream Tracker インストゥルメント" + +#: ../freedesktop.org.xml.in.h:377 +msgid "Sega Master System/Game Gear ROM" +msgstr "セガ マスターシステム/ゲームギア ROM" + +#: ../freedesktop.org.xml.in.h:378 +msgid "Setext document" +msgstr "Setext ドキュメント" + +#: ../freedesktop.org.xml.in.h:379 +msgid "Shockwave Flash file" +msgstr "Shockwave Flash ファイル" + +#. translators: "Shorten" is the name of an audio codec +#: ../freedesktop.org.xml.in.h:381 +msgid "Shorten audio" +msgstr "" + +#: ../freedesktop.org.xml.in.h:382 +msgid "Siag spreadsheet" +msgstr "Siag スプレッドシート" + +#: ../freedesktop.org.xml.in.h:383 +msgid "Sieve mail filter script" +msgstr "" + +#: ../freedesktop.org.xml.in.h:384 +msgid "Sigma X3F raw image" +msgstr "" + +#: ../freedesktop.org.xml.in.h:385 +msgid "Skencil document" +msgstr "Skencil ドキュメント" + +#: ../freedesktop.org.xml.in.h:386 +msgid "Sony ARW raw image" +msgstr "Sony ARW raw 画像" + +#: ../freedesktop.org.xml.in.h:387 +msgid "Sony SR2 raw image" +msgstr "Sony SR2 raw 画像" + +#: ../freedesktop.org.xml.in.h:388 +msgid "Sony SRF raw image" +msgstr "Sony SRF raw 画像" + +#: ../freedesktop.org.xml.in.h:389 +msgid "Speedo font" +msgstr "Speedo フォント" + +#: ../freedesktop.org.xml.in.h:390 +msgid "Speex audio" +msgstr "Speex オーディオ" + +#: ../freedesktop.org.xml.in.h:391 +msgid "Stampede package" +msgstr "Stampede パッケージ" + +#: ../freedesktop.org.xml.in.h:392 +msgid "StarCalc spreadsheet" +msgstr "StarCalc スプレッドシート" + +#: ../freedesktop.org.xml.in.h:393 +msgid "StarChart chart" +msgstr "StarChart チャート" + +#: ../freedesktop.org.xml.in.h:394 +msgid "StarDraw drawing" +msgstr "StarDraw 絵" + +#: ../freedesktop.org.xml.in.h:395 +msgid "StarImpress presentation" +msgstr "StarImpress プレゼンテーション" + +#: ../freedesktop.org.xml.in.h:396 +msgid "StarMail email" +msgstr "StarMail メール" + +#: ../freedesktop.org.xml.in.h:397 +msgid "StarMath formula" +msgstr "StarMath 計算式" + +#: ../freedesktop.org.xml.in.h:398 +msgid "StarWriter document" +msgstr "StarWriter ドキュメント" + +#: ../freedesktop.org.xml.in.h:399 +msgid "StuffIt archive" +msgstr "StuffIt アーカイブ" + +#: ../freedesktop.org.xml.in.h:400 +msgid "SubRip subtitles" +msgstr "SubRip 字幕" + +#: ../freedesktop.org.xml.in.h:401 +msgid "SubViewer subtitles" +msgstr "SubViewer 字幕" + +#: ../freedesktop.org.xml.in.h:402 +msgid "Sun raster image" +msgstr "Sun ラスタ画像" + +#: ../freedesktop.org.xml.in.h:403 +msgid "SunOS News font" +msgstr "SunOS News フォント" + +#. Translate this as Super Famicom (in Far East Asia) or Super Nintendo (in Europe) if the console was known as such in your locale +#: ../freedesktop.org.xml.in.h:405 +msgid "Super NES ROM" +msgstr "スーパーファミコン ROM" + +#. http://en.wikipedia.org/wiki/Super_Video_CD +#. http://everything2.com/index.pl?node_id=1009222 +#: ../freedesktop.org.xml.in.h:408 +msgid "Super Video CD" +msgstr "スーパービデオ CD" + +#: ../freedesktop.org.xml.in.h:409 +msgid "T602 document" +msgstr "T602 ドキュメント" + +#: ../freedesktop.org.xml.in.h:410 +msgid "TGA image" +msgstr "TGA 画像" + +#: ../freedesktop.org.xml.in.h:411 +msgid "TGIF document" +msgstr "TGIF ドキュメント" + +#: ../freedesktop.org.xml.in.h:412 +msgid "TIFF image" +msgstr "TIFF 画像" + +#: ../freedesktop.org.xml.in.h:413 +msgid "TNEF message" +msgstr "TNEF メッセージ" + +#: ../freedesktop.org.xml.in.h:414 +msgid "TSV document" +msgstr "TSV ドキュメント" + +#: ../freedesktop.org.xml.in.h:415 +msgid "Tar archive" +msgstr "Tar アーカイブ" + +#: ../freedesktop.org.xml.in.h:416 +msgid "Tar archive (LZMA-compressed)" +msgstr "Tar アーカイブ (LZMA 圧縮)" + +#: ../freedesktop.org.xml.in.h:417 +msgid "Tar archive (LZO-compressed)" +msgstr "Tar アーカイブ (LZO 圧縮)" + +#: ../freedesktop.org.xml.in.h:418 +msgid "Tar archive (bzip-compressed)" +msgstr "Tar アーカイブ (bzip 圧縮)" + +#: ../freedesktop.org.xml.in.h:419 +msgid "Tar archive (compressed)" +msgstr "Tar アーカイブ (compress 圧縮)" + +#: ../freedesktop.org.xml.in.h:420 +msgid "Tar archive (gzip-compressed)" +msgstr "Tar アーカイブ (gzip 圧縮)" + +#: ../freedesktop.org.xml.in.h:421 +msgid "Tcl script" +msgstr "Tcl スクリプト" + +#: ../freedesktop.org.xml.in.h:422 +msgid "TeX DVI document" +msgstr "TeX DVI ドキュメント" + +#: ../freedesktop.org.xml.in.h:423 +msgid "TeX DVI document (bzip-compressed)" +msgstr "Tex DVI ドキュメント (bzip 圧縮)" + +#: ../freedesktop.org.xml.in.h:424 +msgid "TeX DVI document (gzip-compressed)" +msgstr "Tex DVI ドキュメント (gzip 圧縮)" + +#: ../freedesktop.org.xml.in.h:425 +msgid "TeX document" +msgstr "TeX ドキュメント" + +#: ../freedesktop.org.xml.in.h:426 +msgid "TeX font" +msgstr "TeX フォント" + +#: ../freedesktop.org.xml.in.h:427 +msgid "TeX font metrics" +msgstr "TeX フォントメトリック" + +#: ../freedesktop.org.xml.in.h:428 +msgid "TeXInfo document" +msgstr "TeXInfo ドキュメント" + +#: ../freedesktop.org.xml.in.h:429 +msgid "ToutDoux document" +msgstr "ToutDoux ドキュメント" + +#: ../freedesktop.org.xml.in.h:430 +msgid "Troff ME input document" +msgstr "Troff ME 入力ドキュメント" + +#: ../freedesktop.org.xml.in.h:431 +msgid "Troff MM input document" +msgstr "Troff MM 入力ドキュメント" + +#: ../freedesktop.org.xml.in.h:432 +msgid "Troff MS input document" +msgstr "Troff MS 入力ドキュメント" + +#: ../freedesktop.org.xml.in.h:433 +msgid "Troff document" +msgstr "Troff 入力ドキュメント" + +#: ../freedesktop.org.xml.in.h:434 +msgid "Troff document (with manpage macros)" +msgstr "Troff 入力ドキュメント (man ページマクロ有り)" + +#: ../freedesktop.org.xml.in.h:435 +msgid "TrueAudio audio" +msgstr "TrueAudio オーディオ" + +#: ../freedesktop.org.xml.in.h:436 +msgid "TrueType XML font" +msgstr "TrueType XML フォント" + +#: ../freedesktop.org.xml.in.h:437 +msgid "TrueType font" +msgstr "TrueType フォント" + +#: ../freedesktop.org.xml.in.h:438 +#, fuzzy +msgid "UFRaw ID image" +msgstr "生 CD イメージ" + +#: ../freedesktop.org.xml.in.h:439 +msgid "ULAW (Sun) audio" +msgstr "ULAW (Sun) オーディオ" + +#: ../freedesktop.org.xml.in.h:440 +msgid "UNIX-compressed file" +msgstr "UNIX-compress ファイル" + +#: ../freedesktop.org.xml.in.h:441 +msgid "Unidata NetCDF document" +msgstr "Unidata NetCDF ドキュメント" + +#: ../freedesktop.org.xml.in.h:442 +msgid "Usenet news message" +msgstr "Usenet news メッセージ" + +#: ../freedesktop.org.xml.in.h:443 +msgid "Ustar archive" +msgstr "Ustar アーカイブ" + +#: ../freedesktop.org.xml.in.h:444 +msgid "V font" +msgstr "V フォント" + +#: ../freedesktop.org.xml.in.h:445 +msgid "VCS/ICS calendar" +msgstr "VCS/ICS カレンダー" + +#: ../freedesktop.org.xml.in.h:446 +msgid "VHDL document" +msgstr "VHDL ドキュメント" + +#: ../freedesktop.org.xml.in.h:447 +msgid "VOC audio" +msgstr "VOC オーディオ" + +#: ../freedesktop.org.xml.in.h:448 +msgid "VRML document" +msgstr "VRML ドキュメント" + +#: ../freedesktop.org.xml.in.h:449 +msgid "Vala source code" +msgstr "Vala ソースコード" + +#. http://en.wikipedia.org/wiki/Video_CD +#. http://www.herongyang.com/CD-DVD/VCD-Movie-File-Directory-Structure.html +#: ../freedesktop.org.xml.in.h:452 +msgid "Video CD" +msgstr "ビデオ CD" + +#: ../freedesktop.org.xml.in.h:453 +msgid "Vivo video" +msgstr "Vivo 動画" + +#: ../freedesktop.org.xml.in.h:454 +msgid "WAIS source code" +msgstr "WAIS ソースコード" + +#: ../freedesktop.org.xml.in.h:455 +msgid "WAV audio" +msgstr "WAV オーディオ" + +#: ../freedesktop.org.xml.in.h:456 +msgid "WBMP image" +msgstr "WBMP 画像" + +#: ../freedesktop.org.xml.in.h:457 +msgid "WMF image" +msgstr "WMF 画像" + +#: ../freedesktop.org.xml.in.h:458 +msgid "WML document" +msgstr "WML ドキュメント" + +#: ../freedesktop.org.xml.in.h:459 +msgid "WMLScript program" +msgstr "WMLScript プログラム" + +#: ../freedesktop.org.xml.in.h:460 +msgid "WRI document" +msgstr "WRI ドキュメント" + +#: ../freedesktop.org.xml.in.h:461 +msgid "WavPack audio" +msgstr "WavPack オーディオ" + +#: ../freedesktop.org.xml.in.h:462 +msgid "WavPack audio correction file" +msgstr "" + +#: ../freedesktop.org.xml.in.h:463 +msgid "Wavelet video" +msgstr "Wavelet 動画" + +#: ../freedesktop.org.xml.in.h:464 +msgid "Windows BMP image" +msgstr "Windows BMP 画像" + +#: ../freedesktop.org.xml.in.h:465 +msgid "Windows Installer package" +msgstr "Windodws インストーラーパッケージ" + +#: ../freedesktop.org.xml.in.h:466 +msgid "Windows Media Station file" +msgstr "" + +#: ../freedesktop.org.xml.in.h:467 +msgid "Windows Media audio" +msgstr "Windows Media オーディオ" + +#: ../freedesktop.org.xml.in.h:468 +msgid "Windows Media video" +msgstr "Windows Media 動画" + +#: ../freedesktop.org.xml.in.h:469 +msgid "Windows Registry extract" +msgstr "" + +#: ../freedesktop.org.xml.in.h:470 +msgid "Windows animated cursor" +msgstr "Windows アニメーションカーソル" + +#: ../freedesktop.org.xml.in.h:471 +msgid "Windows cursor" +msgstr "Windows カーソル" + +#: ../freedesktop.org.xml.in.h:472 +msgid "Word document" +msgstr "Word ドキュメント" + +#: ../freedesktop.org.xml.in.h:473 +msgid "Word template" +msgstr "Word テンプレート" + +#: ../freedesktop.org.xml.in.h:474 +msgid "WordPerfect document" +msgstr "WordPerfect ドキュメント" + +#: ../freedesktop.org.xml.in.h:475 +msgid "WordPerfect/Drawperfect image" +msgstr "WordPerfect/Drawperfect 画像" + +#: ../freedesktop.org.xml.in.h:476 +msgid "X window image" +msgstr "X window 画像" + +#: ../freedesktop.org.xml.in.h:477 +msgid "X-Motif UIL table" +msgstr "X-Motif UIL 表" + +#: ../freedesktop.org.xml.in.h:478 +msgid "X11 cursor" +msgstr "X11 カーソル" + +#: ../freedesktop.org.xml.in.h:479 +msgid "XBEL bookmarks" +msgstr "XBEL ブックマーク" + +#: ../freedesktop.org.xml.in.h:480 +msgid "XBM image" +msgstr "XBM 画像" + +#: ../freedesktop.org.xml.in.h:481 +msgid "XFig image" +msgstr "XFig 画像" + +#: ../freedesktop.org.xml.in.h:482 +msgid "XHTML page" +msgstr "XHTML ページ" + +#: ../freedesktop.org.xml.in.h:483 +msgid "XLIFF translation file" +msgstr "XLIFF 翻訳ファイル" + +#: ../freedesktop.org.xml.in.h:484 +msgid "XMCD CD database" +msgstr "XMCD CD データベース" + +#: ../freedesktop.org.xml.in.h:485 +msgid "XMF audio" +msgstr "XMF オーディオ" + +#: ../freedesktop.org.xml.in.h:486 +msgid "XMI file" +msgstr "XMI ファイル" + +#: ../freedesktop.org.xml.in.h:487 +msgid "XML document" +msgstr "XML ドキュメント" + +#: ../freedesktop.org.xml.in.h:488 +#, fuzzy +msgid "XML entities document" +msgstr "Setext ドキュメント" + +#: ../freedesktop.org.xml.in.h:489 +msgid "XPM image" +msgstr "XPM 画像" + +#: ../freedesktop.org.xml.in.h:490 +msgid "XPS document" +msgstr "XPS ドキュメント" + +#: ../freedesktop.org.xml.in.h:491 +msgid "XSL FO file" +msgstr "XSL FO ファイル" + +#: ../freedesktop.org.xml.in.h:492 +msgid "XSLT stylesheet" +msgstr "XSLT スタイルシート" + +#: ../freedesktop.org.xml.in.h:493 +msgid "XSPF playlist" +msgstr "XSPF 演奏リスト" + +#: ../freedesktop.org.xml.in.h:494 +msgid "XUL document" +msgstr "XUL ドキュメント" + +#: ../freedesktop.org.xml.in.h:495 +msgid "XUL interface document" +msgstr "XUL インターフェイスドキュメント" + +#: ../freedesktop.org.xml.in.h:496 +msgid "Xbase document" +msgstr "Xbase ドキュメント" + +#: ../freedesktop.org.xml.in.h:497 +msgid "Zip archive" +msgstr "Zip アーカイブ" + +#: ../freedesktop.org.xml.in.h:498 +msgid "Zoo archive" +msgstr "Zoo アーカイブ" + +#: ../freedesktop.org.xml.in.h:499 +msgid "application log" +msgstr "アプリケーションログ" + +#. http://en.wikipedia.org/wiki/Red_Book_(audio_CD_standard) +#: ../freedesktop.org.xml.in.h:501 +msgid "audio CD" +msgstr "オーディオ CD" + +#. http://en.wikipedia.org/wiki/DVD-Audio +#: ../freedesktop.org.xml.in.h:503 +msgid "audio DVD" +msgstr "オーディオ DVD" + +#: ../freedesktop.org.xml.in.h:504 +#, fuzzy +msgid "author credits" +msgstr "ソフトウェア作者クレジット" + +#: ../freedesktop.org.xml.in.h:505 +msgid "author list" +msgstr "著者リスト" + +#: ../freedesktop.org.xml.in.h:506 +msgid "backup file" +msgstr "バックアップファイル" + +#. http://en.wikipedia.org/wiki/Blu-ray_Disc +#: ../freedesktop.org.xml.in.h:508 +msgid "blank Blu-ray disc" +msgstr "ブランク Blu-ray ディスク" + +#. http://en.wikipedia.org/wiki/Compact_Disc +#: ../freedesktop.org.xml.in.h:510 +msgid "blank CD disc" +msgstr "ブランク CD ディスク" + +#. http://en.wikipedia.org/wiki/DVD +#: ../freedesktop.org.xml.in.h:512 +msgid "blank DVD disc" +msgstr "ブランク DVD ディスク" + +#. http://en.wikipedia.org/wiki/HD_DVD +#: ../freedesktop.org.xml.in.h:514 +msgid "blank HD DVD disc" +msgstr "ブランク HD DVD ディスク" + +#: ../freedesktop.org.xml.in.h:515 +msgid "block device" +msgstr "ブロックデバイス" + +#: ../freedesktop.org.xml.in.h:516 +msgid "character device" +msgstr "キャラクタデバイス" + +#: ../freedesktop.org.xml.in.h:517 +msgid "comic book archive" +msgstr "コミックブックアーカイブ" + +#: ../freedesktop.org.xml.in.h:518 +msgid "compound document" +msgstr "複合ドキュメント" + +#: ../freedesktop.org.xml.in.h:519 +msgid "compound documents" +msgstr "複合ドキュメント" + +#: ../freedesktop.org.xml.in.h:520 +msgid "compressed GIMP image" +msgstr "圧縮 GIMP 画像" + +#: ../freedesktop.org.xml.in.h:521 +msgid "compressed SVG image" +msgstr "圧縮 SVG 画像" + +#: ../freedesktop.org.xml.in.h:522 +msgid "compressed Tracker audio" +msgstr "圧縮 Tracker オーディオ" + +#: ../freedesktop.org.xml.in.h:523 +msgid "desktop configuration file" +msgstr "デスクトップ設定ファイル" + +#: ../freedesktop.org.xml.in.h:524 +msgid "detached OpenPGP signature" +msgstr "分離 OpenPGP 署名" + +#: ../freedesktop.org.xml.in.h:525 +msgid "detached S/MIME signature" +msgstr "分離 S/MIME 署名" + +#: ../freedesktop.org.xml.in.h:526 +msgid "differences between files" +msgstr "ファイル間差分" + +#. http://en.wikipedia.org/wiki/Design_rule_for_Camera_File_system +#: ../freedesktop.org.xml.in.h:528 +msgid "digital photos" +msgstr "デジタルフォト" + +#: ../freedesktop.org.xml.in.h:529 +msgid "digital raw image" +msgstr "デジタル raw 画像" + +#: ../freedesktop.org.xml.in.h:530 +msgid "eMusic download package" +msgstr "eMusic ダウンロードパッケージ" + +#: ../freedesktop.org.xml.in.h:531 +msgid "electronic book document" +msgstr "電子ブックドキュメント" + +#: ../freedesktop.org.xml.in.h:532 +msgid "electronic business card" +msgstr "電子名刺" + +#: ../freedesktop.org.xml.in.h:533 +msgid "email headers" +msgstr "メールヘッダー" + +#: ../freedesktop.org.xml.in.h:534 +msgid "email message" +msgstr "メール本文" + +#: ../freedesktop.org.xml.in.h:535 +msgid "empty document" +msgstr "空のドキュメント" + +#: ../freedesktop.org.xml.in.h:536 +msgid "encrypted message" +msgstr "暗号化メッセージ" + +#: ../freedesktop.org.xml.in.h:537 +msgid "enriched text document" +msgstr "リッチテキストドキュメント" + +#: ../freedesktop.org.xml.in.h:538 +msgid "executable" +msgstr "実行ファイル" + +#: ../freedesktop.org.xml.in.h:539 +msgid "folder" +msgstr "フォルダ" + +#: ../freedesktop.org.xml.in.h:540 +msgid "generic font file" +msgstr "一般フォントファイル" + +#: ../freedesktop.org.xml.in.h:541 +msgid "help page" +msgstr "ヘルプページ" + +#: ../freedesktop.org.xml.in.h:542 +msgid "iMelody ringtone" +msgstr "iMelody リングトーン" + +#: ../freedesktop.org.xml.in.h:543 +msgid "iPod firmware" +msgstr "iPod ファームウェア" + +#: ../freedesktop.org.xml.in.h:544 +msgid "iRiver Playlist" +msgstr "iRiver 演奏リスト" + +#: ../freedesktop.org.xml.in.h:545 +#, fuzzy +msgid "installation instructions" +msgstr "ソフトウェアインストール説明" + +#: ../freedesktop.org.xml.in.h:546 +#, fuzzy +msgid "iptables configuration file" +msgstr "デスクトップ設定ファイル" + +#: ../freedesktop.org.xml.in.h:547 +#, fuzzy +msgid "libtool shared library" +msgstr "共有ライブラリ" + +#: ../freedesktop.org.xml.in.h:548 +#, fuzzy +msgid "license terms" +msgstr "ソフトウェアライセンス条項" + +#: ../freedesktop.org.xml.in.h:549 +msgid "mail delivery report" +msgstr "メール配送ポート" + +#: ../freedesktop.org.xml.in.h:550 +msgid "mail disposition report" +msgstr "メール停止レポート" + +#: ../freedesktop.org.xml.in.h:551 +msgid "mail system report" +msgstr "メールシステムレポート" + +#: ../freedesktop.org.xml.in.h:552 +msgid "mailbox file" +msgstr "" + +#: ../freedesktop.org.xml.in.h:553 +msgid "manual page (compressed)" +msgstr "(圧縮) man ページ" + +#: ../freedesktop.org.xml.in.h:554 +msgid "message catalog" +msgstr "メッセージカタログ" + +#: ../freedesktop.org.xml.in.h:555 +msgid "message digest" +msgstr "メッセージダイジェスト" + +#: ../freedesktop.org.xml.in.h:556 +msgid "message in several formats" +msgstr "いくつかの形式でのメッセージ" + +#: ../freedesktop.org.xml.in.h:557 +msgid "mount point" +msgstr "マウントポイント" + +#: ../freedesktop.org.xml.in.h:558 +msgid "object code" +msgstr "オブジェクトコード" + +#: ../freedesktop.org.xml.in.h:559 +msgid "packed font file" +msgstr "パックされたフォントファイル" + +#: ../freedesktop.org.xml.in.h:560 +msgid "partial email message" +msgstr "部分メールメッセージ" + +#: ../freedesktop.org.xml.in.h:561 +msgid "pipe" +msgstr "パイプ" + +#: ../freedesktop.org.xml.in.h:562 +msgid "plain text document" +msgstr "平文テキストドキュメント" + +#. see fd.o hal spec +#: ../freedesktop.org.xml.in.h:564 +msgid "portable audio player" +msgstr "ポータブルオーディオプレイヤー" + +#: ../freedesktop.org.xml.in.h:565 +msgid "profiler results" +msgstr "プロファイラ結果" + +#: ../freedesktop.org.xml.in.h:566 +msgid "program crash data" +msgstr "プログラムクラッシュデータ" + +#: ../freedesktop.org.xml.in.h:567 +msgid "raw CD image" +msgstr "生 CD イメージ" + +#: ../freedesktop.org.xml.in.h:568 +msgid "reference to remote file" +msgstr "リモートファイルへの参照" + +#: ../freedesktop.org.xml.in.h:569 +msgid "rejected patch" +msgstr "当らないパッチ" + +#: ../freedesktop.org.xml.in.h:570 +msgid "resource location" +msgstr "リソースの場所" + +#: ../freedesktop.org.xml.in.h:571 +msgid "rich text document" +msgstr "リッチテキストドキュメント" + +#: ../freedesktop.org.xml.in.h:572 +msgid "shared library" +msgstr "共有ライブラリ" + +#: ../freedesktop.org.xml.in.h:573 +msgid "shell archive" +msgstr "シェルアーカイブ" + +#: ../freedesktop.org.xml.in.h:574 +msgid "shell script" +msgstr "シェルスクリプト" + +#: ../freedesktop.org.xml.in.h:575 +msgid "signed message" +msgstr "署名付きメッセージ" + +#: ../freedesktop.org.xml.in.h:576 +msgid "socket" +msgstr "ソケット" + +#. http://standards.freedesktop.org/autostart-spec/autostart-spec-latest.html +#. http://bugzilla.gnome.org/show_bug.cgi?id=509823#c3 +#: ../freedesktop.org.xml.in.h:579 +msgid "software" +msgstr "ソフトウェア" + +#: ../freedesktop.org.xml.in.h:580 +#, fuzzy +msgid "spreadsheet interchange document" +msgstr "スプレッドシート交換ドキュメント" + +#: ../freedesktop.org.xml.in.h:581 +msgid "stream of data (server push)" +msgstr "データストリーム (サーバープッシュ型)" + +#: ../freedesktop.org.xml.in.h:582 +msgid "symbolic link" +msgstr "シンボリックリンク" + +#: ../freedesktop.org.xml.in.h:583 +msgid "theme" +msgstr "テーマ" + +#: ../freedesktop.org.xml.in.h:584 +msgid "translated messages (machine-readable)" +msgstr "翻訳メッセージ (マシン用)" + +#: ../freedesktop.org.xml.in.h:585 +msgid "translation file" +msgstr "翻訳ファイル" + +#: ../freedesktop.org.xml.in.h:586 +msgid "translation template" +msgstr "翻訳テンプレート" + +#: ../freedesktop.org.xml.in.h:587 +msgid "txt2tags document" +msgstr "txt2tags ドキュメント" + +#: ../freedesktop.org.xml.in.h:588 +msgid "unknown" +msgstr "不明" + +#. http://en.wikipedia.org/wiki/DVD-Video +#: ../freedesktop.org.xml.in.h:590 +msgid "video DVD" +msgstr "ビデオ DVD" + +#~ msgid "Andrew Toolkit inset" +#~ msgstr "Andrew ツールキットインセット" + +#~ msgid "AutoDesk FLIC animation" +#~ msgstr "AutoDesk FLIC アニメーション" + +#~ msgid "Bibtex bibliographic data" +#~ msgstr "Bibtex 図書目録データ" + +#~ msgid "C source code header" +#~ msgstr "C ソースコードヘッダー" + +#~ msgid "CGI script" +#~ msgstr "CGI スクリプト" + +#~ msgid "Cascading Style Sheet" +#~ msgstr "カスケーディングスタイルシート" + +#~ msgid "Device Independant Bitmap" +#~ msgstr "デバイス独立ビットマップ" + +#~ msgid "Digital Imaging and Communications in Medicine image" +#~ msgstr "Medicine 画像中のデジタルイメージング/コミュニケーション" + +#~ msgid "Digital Moving Picture Exchange image" +#~ msgstr "デジタルイ動画交換画像" + +#~ msgid "Encapsulated PostScript image" +#~ msgstr "カプセル化ポストスクリプト画像" + +#, fuzzy +#~ msgid "Flexible Image Transport System" +#~ msgstr "柔軟な画像転送システム" + +#~ msgid "GTK configuration" +#~ msgstr "GTK 設定" + +#~ msgid "HP Graphics Language (plotter)" +#~ msgstr "HP Graphics 言語(プロッタ)" + +#~ msgid "HP Printer Control Language file" +#~ msgstr "HP プリンタ設定言語ファイル" + +#~ msgid "HTML page" +#~ msgstr "HTML ページ" + +#, fuzzy +#~ msgid "Literate haskell source code" +#~ msgstr "Literate Haskell ソースコード" + +#~ msgid "Macintosh StuffIt archive" +#~ msgstr "Macintosh StuffIt アーカイブ" + +#~ msgid "Microsoft AVI video" +#~ msgstr "Microsoft AVI 動画" + +#~ msgid "Microsoft WMF file" +#~ msgstr "Microsoft WMF ファイル" + +#~ msgid "Microsoft WMV video" +#~ msgstr "Microsoft WMV 動画" + +#~ msgid "Microsoft Windows icon" +#~ msgstr "Microsoft Windows アイコン" + +#~ msgid "Microsoft Write document" +#~ msgstr "Microsoft Write ドキュメント" + +#~ msgid "Netscape bookmarks" +#~ msgstr "Netscape ブックマーク" + +#, fuzzy +#~ msgid "OpenDocument Chart" +#~ msgstr "ODA ドキュメント" + +#, fuzzy +#~ msgid "OpenDocument Drawing Template" +#~ msgstr "OpenOffice.org Draw 絵テンプレート" + +#, fuzzy +#~ msgid "OpenDocument Image" +#~ msgstr "ODA ドキュメント" + +#, fuzzy +#~ msgid "OpenDocument Master Document" +#~ msgstr "OpenOffice.org Writer ドキュメント" + +#, fuzzy +#~ msgid "OpenDocument Presentation" +#~ msgstr "KPresenter プレゼンテーション" + +#, fuzzy +#~ msgid "OpenDocument Presentation Template" +#~ msgstr "OpenOffice.org Impress プレゼンテーションテンプレート" + +#, fuzzy +#~ msgid "OpenDocument Spreadsheet" +#~ msgstr "Gnumeric スプレッドシート" + +#, fuzzy +#~ msgid "OpenDocument Spreadsheet Template" +#~ msgstr "OpenOffice.org Calc スプレッドシートテンプレート" + +#, fuzzy +#~ msgid "OpenDocument Text" +#~ msgstr "ODA ドキュメント" + +#, fuzzy +#~ msgid "OpenDocument Text Template" +#~ msgstr "OpenOffice.org Writer ドキュメントテンプレート" + +#~ msgid "Palmpilot database/document" +#~ msgstr "Palmpilot データベース/ドキュメント" + +#~ msgid "Photoshop image" +#~ msgstr "Photoshop 画像" + +#~ msgid "Portable Bitmap File Format" +#~ msgstr "ポータブルビットマップファイル形式" + +#~ msgid "Portable Graymap File Format" +#~ msgstr "ポータブルグレイマップファイル形式" + +#~ msgid "Portable Pixmap File Format" +#~ msgstr "ポータブルピクスマップファイル形式" + +#~ msgid "RealAudio broadcast" +#~ msgstr "RealAudio ブロードキャスト" + +#~ msgid "RealVideo video" +#~ msgstr "RealVideo 動画" + +#~ msgid "Resource Description Framework (RDF) file" +#~ msgstr "リソース記述フレームワーク (RDF) ファイル" + +#~ msgid "Rich Text Format" +#~ msgstr "リッチテキスト形式" + +#~ msgid "SUN Rasterfile image" +#~ msgstr "SUN ラスタファイル画像" + +#~ msgid "Silicon Graphics IRIS image" +#~ msgstr "Silicon Graphics IRIS 画像" + +#~ msgid "Synchronized Multimedia Integration Language" +#~ msgstr "同期マルチメディア統合言語 (SMIL)" + +#~ msgid "Truevision Targa image" +#~ msgstr "Truevision Targa 画像" + +#~ msgid "X PixMap image" +#~ msgstr "X ピクスマップ画像" + +#~ msgid "XML Metadata Interchange file" +#~ msgstr "XML メタデータ交換ファイル" + +#~ msgid "ZIP archive" +#~ msgstr "ZIP アーカイブ" + +#~ msgid "active server page" +#~ msgstr "ASP" + +#~ msgid "dBASE document" +#~ msgstr "dBASE ドキュメント" + +#~ msgid "document type definition" +#~ msgstr "文書型定義 (DTD)" + +#~ msgid "eXtensible Markup Language document" +#~ msgstr "拡張可能なマークアップ言語ドキュメント (XML)" + +#~ msgid "font" +#~ msgstr "フォント" + +#~ msgid "gtar archive" +#~ msgstr "GNU tar アーカイブ" + +#~ msgid "gzip archive" +#~ msgstr "gzip アーカイブ" + +#~ msgid "scalable SVG image" +#~ msgstr "スケーラブル SVG 画像" + +#~ msgid "shared library (la)" +#~ msgstr "共有ライブラリ (la)" + +#~ msgid "text document (with comma-separated values)" +#~ msgstr "(カンマで区切られた値を持つ) テキストドキュメント (CSV)" + +#~ msgid "text document (with tab-separated values)" +#~ msgstr "(タブで区切られた値を持つ) テキストドキュメント (CSV)" + +#~ msgid "translated messages" +#~ msgstr "翻訳メッセージ" + +#~ msgid "vCalendar interchange file" +#~ msgstr "vCalendar 交換ファイル" + +#~ msgid "Korn shell script" +#~ msgstr "Korn シェルスクリプト" + +#~ msgid "directory information file" +#~ msgstr "ディレクトリ情報ファイル" diff --git a/po/ko.po b/po/ko.po new file mode 100644 index 0000000..ae3d4f7 --- /dev/null +++ b/po/ko.po @@ -0,0 +1,2300 @@ +# shared-mime-info korean translation (based on gnome-mime-data) +# This file is distributed under the same license as the shared-mime-info package. +# Young-Ho Cha , 2004-2008 +# +msgid "" +msgstr "" +"Project-Id-Version: shared-mime-info 0.51\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2008-07-23 12:49+0100\n" +"PO-Revision-Date: 2008-07-25 16:02+0900\n" +"Last-Translator: Young-Ho Cha \n" +"Language-Team: Korean \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: ../freedesktop.org.xml.in.h:1 +msgid "3D Studio image" +msgstr "3D Studio 그림" + +#: ../freedesktop.org.xml.in.h:2 +msgid "3GPP multimedia file" +msgstr "3GPP 멀티미디어 파일" + +#: ../freedesktop.org.xml.in.h:3 +msgid "7-zip archive" +msgstr "7-Zip 압축파일" + +#: ../freedesktop.org.xml.in.h:4 +msgid "ACE archive" +msgstr "ACE 묶음파일" + +#: ../freedesktop.org.xml.in.h:5 +msgid "AIFC audio" +msgstr "AIFC 오디오" + +#: ../freedesktop.org.xml.in.h:6 +msgid "AIFF audio" +msgstr "AIFF 오디오" + +#: ../freedesktop.org.xml.in.h:7 +msgid "AIFF/Amiga/Mac audio" +msgstr "AIFF/Amiga/Mac 오디오" + +#: ../freedesktop.org.xml.in.h:8 +msgid "AMR audio" +msgstr "AMR 오디오" + +#: ../freedesktop.org.xml.in.h:9 +msgid "AMR-WB audio" +msgstr "AMR-WB 오디오" + +#: ../freedesktop.org.xml.in.h:10 +msgid "ANIM animation" +msgstr "ANIM 동화상" + +#: ../freedesktop.org.xml.in.h:11 +msgid "AR archive" +msgstr "AR 묶음파일" + +#: ../freedesktop.org.xml.in.h:12 +msgid "ARC archive" +msgstr "ARC 압축파일" + +#: ../freedesktop.org.xml.in.h:13 +msgid "ARJ archive" +msgstr "ARJ 압축파일" + +#: ../freedesktop.org.xml.in.h:14 +msgid "ASF video" +msgstr "ASF 비디오" + +#: ../freedesktop.org.xml.in.h:15 +msgid "ASP page" +msgstr "ASP 페이지" + +#: ../freedesktop.org.xml.in.h:16 +msgid "ATK inset" +msgstr "ATK inset" + +#: ../freedesktop.org.xml.in.h:17 +msgid "AVI video" +msgstr "AVI 비디오" + +#: ../freedesktop.org.xml.in.h:18 +msgid "AWK script" +msgstr "AWK 스크립트" + +#: ../freedesktop.org.xml.in.h:19 +msgid "AbiWord document" +msgstr "AbiWord 문서" + +#: ../freedesktop.org.xml.in.h:20 +msgid "Ada source code" +msgstr "Ada 소스 코드" + +#: ../freedesktop.org.xml.in.h:21 +msgid "Adobe DNG negative" +msgstr "어도비 DNG 네가티브" + +#: ../freedesktop.org.xml.in.h:22 +msgid "Adobe FrameMaker MIF document" +msgstr "어도비 프레임메이커 MIF 문서" + +#: ../freedesktop.org.xml.in.h:23 +msgid "Adobe FrameMaker document" +msgstr "어도비 프레임메이커 문서" + +#: ../freedesktop.org.xml.in.h:24 +msgid "Adobe FrameMaker font" +msgstr "어도비 프레임메이커 글꼴" + +#: ../freedesktop.org.xml.in.h:25 +msgid "Adobe Illustrator document" +msgstr "어도비 일러스트레이터 문서" + +#: ../freedesktop.org.xml.in.h:26 +msgid "Adobe font metrics" +msgstr "어도비 글꼴 메트릭스" + +#: ../freedesktop.org.xml.in.h:27 +msgid "Alzip archive" +msgstr "알집 압축파일" + +#: ../freedesktop.org.xml.in.h:28 +msgid "Amiga SoundTracker audio" +msgstr "Amiga SoundTracker 오디오" + +#: ../freedesktop.org.xml.in.h:29 +msgid "Applix Graphics image" +msgstr "Applix Graphics 그림" + +#: ../freedesktop.org.xml.in.h:30 +msgid "Applix Spreadsheets spreadsheet" +msgstr "Applix 스프레드시트" + +#: ../freedesktop.org.xml.in.h:31 +msgid "Applix Words document" +msgstr "Applix Word 문서" + +#: ../freedesktop.org.xml.in.h:32 +msgid "Atom syndication feed" +msgstr "Atom 묶음 피드" + +#: ../freedesktop.org.xml.in.h:33 +msgid "AutoCAD image" +msgstr "AutoCAD 그림" + +#: ../freedesktop.org.xml.in.h:34 +msgid "BCPIO document" +msgstr "BCPIO 문서" + +#: ../freedesktop.org.xml.in.h:35 +msgid "BDF font" +msgstr "BDF 글꼴" + +#: ../freedesktop.org.xml.in.h:36 +msgid "BibTeX document" +msgstr "BibTeX 문서" + +#: ../freedesktop.org.xml.in.h:37 +msgid "BitTorrent seed file" +msgstr "BitTorrent 시드 파일" + +#: ../freedesktop.org.xml.in.h:38 +msgid "Blender scene" +msgstr "Blender 장면" + +#. http://en.wikipedia.org/wiki/Blu-ray_Disc +#. http://www.blu-raydisc.com/Section-13470/Section-13890/Index.html +#: ../freedesktop.org.xml.in.h:41 +msgid "Blu-ray video disc" +msgstr "블루레이 비디오 디스크" + +#: ../freedesktop.org.xml.in.h:42 +msgid "Bzip archive" +msgstr "bzip 압축파일" + +#: ../freedesktop.org.xml.in.h:43 +msgid "C header" +msgstr "C 헤더" + +#: ../freedesktop.org.xml.in.h:44 +msgid "C shell script" +msgstr "C쉘 스크립트" + +#: ../freedesktop.org.xml.in.h:45 +msgid "C source code" +msgstr "C 소스 코드" + +#: ../freedesktop.org.xml.in.h:46 +msgid "C# source code" +msgstr "C# 소스 코드" + +#: ../freedesktop.org.xml.in.h:47 +msgid "C++ header" +msgstr "C++ 헤더" + +#: ../freedesktop.org.xml.in.h:48 +msgid "C++ source code" +msgstr "C++ 소스 코드" + +#: ../freedesktop.org.xml.in.h:49 +msgid "CCITT G3 fax" +msgstr "CCITT G3 팩스" + +#: ../freedesktop.org.xml.in.h:50 +msgid "CD Table Of Contents" +msgstr "CD 내용 목록" + +#: ../freedesktop.org.xml.in.h:51 +msgid "CD image cuesheet" +msgstr "CD 이미지 큐시트" + +#: ../freedesktop.org.xml.in.h:52 +msgid "CHM document" +msgstr "CHM 문서" + +#: ../freedesktop.org.xml.in.h:53 +msgid "CMU raster image" +msgstr "CMU 래스터 그림" + +#: ../freedesktop.org.xml.in.h:54 +msgid "CMake source code" +msgstr "CMake 소스 코드" + +#: ../freedesktop.org.xml.in.h:55 +msgid "CPIO archive" +msgstr "CPIO 묶음파일" + +#: ../freedesktop.org.xml.in.h:56 +msgid "CPIO archive (gzip-compressed)" +msgstr "CPIO 묶음파일 (gzip으로 압축)" + +#: ../freedesktop.org.xml.in.h:57 +msgid "CSS stylesheet" +msgstr "CSS 스타일시트" + +#: ../freedesktop.org.xml.in.h:58 +msgid "CSV document" +msgstr "CSV 문서" + +#: ../freedesktop.org.xml.in.h:59 +msgid "Canon CR2 raw image" +msgstr "캐논 CR2 raw 이미지" + +#: ../freedesktop.org.xml.in.h:60 +msgid "Canon CRW raw image" +msgstr "캐논 CRW raw 이미지" + +#: ../freedesktop.org.xml.in.h:61 +msgid "ChangeLog document" +msgstr "ChangeLog 문서" + +#: ../freedesktop.org.xml.in.h:62 +msgid "Cisco VPN Settings" +msgstr "Cisco VPN 설정" + +#: ../freedesktop.org.xml.in.h:63 +msgid "Citrix ICA settings file" +msgstr "시트릭스 ICA 설정 파일" + +#: ../freedesktop.org.xml.in.h:64 +msgid "Commodore 64 audio" +msgstr "Commodore 64 오디오" + +#: ../freedesktop.org.xml.in.h:65 +msgid "Computer Graphics Metafile" +msgstr "컴퓨터 그래픽스 메타파일" + +#: ../freedesktop.org.xml.in.h:66 +msgid "Corel Draw drawing" +msgstr "코렐 드로우 드로잉" + +#: ../freedesktop.org.xml.in.h:67 +msgid "D source code" +msgstr "D 소스 코드" + +#: ../freedesktop.org.xml.in.h:68 +msgid "DAR archive" +msgstr "DAR 묶음파일" + +#: ../freedesktop.org.xml.in.h:69 +msgid "DCL script" +msgstr "DCL 스크립트" + +#: ../freedesktop.org.xml.in.h:70 +msgid "DER/PEM/Netscape-encoded X.509 certificate" +msgstr "DER/PEM/X.509로 인코드된 넷스케이프 인증서" + +#: ../freedesktop.org.xml.in.h:71 +msgid "DIB image" +msgstr "DIB 그림" + +#: ../freedesktop.org.xml.in.h:72 +msgid "DICOM image" +msgstr "DICOM 그림" + +#: ../freedesktop.org.xml.in.h:73 +msgid "DOS font" +msgstr "도스 글꼴" + +#: ../freedesktop.org.xml.in.h:74 +msgid "DOS/Windows executable" +msgstr "DOS/윈도우즈 실행파일" + +#: ../freedesktop.org.xml.in.h:75 +msgid "DPX image" +msgstr "DPX 그림" + +#: ../freedesktop.org.xml.in.h:76 +msgid "DSSSL document" +msgstr "DSSSL 문서" + +#: ../freedesktop.org.xml.in.h:77 +msgid "DTD file" +msgstr "DTD 파일" + +#: ../freedesktop.org.xml.in.h:78 +msgid "DV video" +msgstr "DV 비디오" + +#: ../freedesktop.org.xml.in.h:79 +msgid "DXF vector image" +msgstr "DXF 벡터 그림" + +#: ../freedesktop.org.xml.in.h:80 +msgid "Debian package" +msgstr "데비안 꾸러미" + +#: ../freedesktop.org.xml.in.h:81 +msgid "Dia diagram" +msgstr "Dia 도표" + +#: ../freedesktop.org.xml.in.h:82 +msgid "DirectDraw surface" +msgstr "DirectDraw surface" + +#: ../freedesktop.org.xml.in.h:83 +msgid "DjVu image" +msgstr "DjVu 그림" + +#: ../freedesktop.org.xml.in.h:84 +msgid "DocBook document" +msgstr "DocBook 문서" + +#: ../freedesktop.org.xml.in.h:85 +msgid "Dolby Digital audio" +msgstr "돌비 디지털 오디오" + +#: ../freedesktop.org.xml.in.h:86 +msgid "Dreamcast ROM" +msgstr "드림캐스트 롬" + +#: ../freedesktop.org.xml.in.h:87 +msgid "ECMAScript program" +msgstr "ECMA스크립트 프로그램" + +#: ../freedesktop.org.xml.in.h:88 +msgid "EMF image" +msgstr "EMF 그림" + +#: ../freedesktop.org.xml.in.h:89 +msgid "EPS image" +msgstr "EPS 그림" + +#: ../freedesktop.org.xml.in.h:90 +msgid "EPS image (bzip-compressed)" +msgstr "EPS 그림 (bzip으로 압축)" + +#: ../freedesktop.org.xml.in.h:91 +msgid "EPS image (gzip-compressed)" +msgstr "EPS 그림 (gzip으로 압축)" + +#: ../freedesktop.org.xml.in.h:92 +msgid "EXR image" +msgstr "EXR 그림" + +#: ../freedesktop.org.xml.in.h:93 +msgid "Egon Animator animation" +msgstr "Egon 애니메이터" + +#: ../freedesktop.org.xml.in.h:94 +msgid "Eiffel source code" +msgstr "Eiffel 소스 코드" + +#: ../freedesktop.org.xml.in.h:95 +msgid "Emacs Lisp source code" +msgstr "Emacs Lisp 소스 코드" + +#: ../freedesktop.org.xml.in.h:96 +msgid "Enlightenment theme" +msgstr "인라이트먼트 테마" + +#: ../freedesktop.org.xml.in.h:97 +msgid "Erlang source code" +msgstr "Erlang 소스 코드" + +#: ../freedesktop.org.xml.in.h:98 +msgid "Excel spreadsheet" +msgstr "엑셀 스프레드시트" + +#: ../freedesktop.org.xml.in.h:99 +msgid "FITS document" +msgstr "FITS 문서" + +#: ../freedesktop.org.xml.in.h:100 +msgid "FLAC audio" +msgstr "FLAC 오디오" + +#: ../freedesktop.org.xml.in.h:101 +msgid "FLIC animation" +msgstr "FLIC 동화상" + +#: ../freedesktop.org.xml.in.h:102 +msgid "FLTK Fluid file" +msgstr "FLTK 파일" + +#: ../freedesktop.org.xml.in.h:103 +msgid "FPX image" +msgstr "FPX 그림" + +#: ../freedesktop.org.xml.in.h:104 +msgid "FastTracker II audio" +msgstr "FastTracker II 오디오" + +#: ../freedesktop.org.xml.in.h:105 +msgid "Flash video" +msgstr "Flash 비디오" + +#: ../freedesktop.org.xml.in.h:106 +msgid "Fortran source code" +msgstr "포트란 소스 코드" + +#: ../freedesktop.org.xml.in.h:107 +msgid "Fuji RAF raw image" +msgstr "후지 RAF raw 이미지" + +#: ../freedesktop.org.xml.in.h:108 +msgid "G3 fax image" +msgstr "G3 팩스 그림" + +#: ../freedesktop.org.xml.in.h:109 +msgid "GDBM database" +msgstr "GDBM 데이터베이스" + +#: ../freedesktop.org.xml.in.h:110 +msgid "GEDCOM family history" +msgstr "GEDCOM family history" + +#: ../freedesktop.org.xml.in.h:111 +msgid "GIF image" +msgstr "GIF 그림" + +#: ../freedesktop.org.xml.in.h:112 +msgid "GIMP image" +msgstr "GIMP 그림" + +#: ../freedesktop.org.xml.in.h:113 +msgid "GMC link" +msgstr "GMC 연결" + +#: ../freedesktop.org.xml.in.h:114 +msgid "GNU Oleo spreadsheet" +msgstr "GNU Oleo 스프레드시트" + +#: ../freedesktop.org.xml.in.h:115 +msgid "GNU mail message" +msgstr "GNU 메일 메세지" + +#: ../freedesktop.org.xml.in.h:116 +msgid "GNUnet search file" +msgstr "GNUnet 찾기 파일" + +#: ../freedesktop.org.xml.in.h:117 +msgid "GTKtalog catalog" +msgstr "GTKtalog 카탈로그" + +#: ../freedesktop.org.xml.in.h:118 +msgid "Game Boy Advance ROM" +msgstr "게임보이 어드밴스 롬" + +#: ../freedesktop.org.xml.in.h:119 +msgid "Game Boy ROM" +msgstr "게임보이 롬" + +#. Translate this to Megadrive if the console was known as such in your locale +#. Should be Megadrive in all but en_US: http://en.wikipedia.org/wiki/Megadrive#History +#: ../freedesktop.org.xml.in.h:122 +msgid "Genesis ROM" +msgstr "제네시스 롬" + +#: ../freedesktop.org.xml.in.h:123 +msgid "Glade project" +msgstr "Glade 프로젝트" + +#: ../freedesktop.org.xml.in.h:124 +msgid "GnuCash spreadsheet" +msgstr "GnuCash 스프레드시트" + +#: ../freedesktop.org.xml.in.h:125 +msgid "Gnumeric spreadsheet" +msgstr "Gnumeric 스프레드시트" + +#: ../freedesktop.org.xml.in.h:126 +msgid "Gnuplot document" +msgstr "Gnuplot 문서" + +#: ../freedesktop.org.xml.in.h:127 +msgid "Google Video Pointer" +msgstr "구글 비디오 포인터" + +#: ../freedesktop.org.xml.in.h:128 +msgid "Graphite scientific graph" +msgstr "Graphite 공학 그래프" + +#: ../freedesktop.org.xml.in.h:129 +msgid "Gzip archive" +msgstr "gzip 압축파일" + +#. http://en.wikipedia.org/wiki/HD_DVD +#. http://www.dvdafteredit.com/wiki/The_HVDVD_TS_Folder +#: ../freedesktop.org.xml.in.h:132 +msgid "HD DVD video disc" +msgstr "HD DVD 비디오 디스크" + +#: ../freedesktop.org.xml.in.h:133 +msgid "HDF document" +msgstr "HDF 문서" + +#: ../freedesktop.org.xml.in.h:134 +msgid "HPGL file" +msgstr "HPGL 파일" + +#: ../freedesktop.org.xml.in.h:135 +msgid "HTML document" +msgstr "HTML 문서" + +#: ../freedesktop.org.xml.in.h:136 +msgid "Haansoft Hangul document" +msgstr "한소프트 한글 문서" + +#: ../freedesktop.org.xml.in.h:137 +msgid "Haansoft Hangul document template" +msgstr "한소프트 한글 문서 틀" + +#: ../freedesktop.org.xml.in.h:138 +msgid "Haskell source code" +msgstr "Haskell 소스 코드" + +#: ../freedesktop.org.xml.in.h:139 +msgid "ICO icon" +msgstr "ICO 아이콘" + +#: ../freedesktop.org.xml.in.h:140 +msgid "IDL document" +msgstr "IDL 문서" + +#: ../freedesktop.org.xml.in.h:141 +msgid "IEF image" +msgstr "IEF 그림" + +#: ../freedesktop.org.xml.in.h:142 +msgid "IFF image" +msgstr "IFF 그림" + +#: ../freedesktop.org.xml.in.h:143 +msgid "ILBM image" +msgstr "ILBM 그림" + +#: ../freedesktop.org.xml.in.h:144 +msgid "ISI video" +msgstr "ISI 비디오" + +#: ../freedesktop.org.xml.in.h:145 +msgid "Impulse Tracker audio" +msgstr "Impulse Tracker 오디오" + +#: ../freedesktop.org.xml.in.h:146 +msgid "Internet shortcut" +msgstr "인터넷 단축아이콘" + +#: ../freedesktop.org.xml.in.h:147 +msgid "JAD document" +msgstr "JAD 문서" + +#: ../freedesktop.org.xml.in.h:148 +msgid "JBuilder project" +msgstr "JBuilder 프로젝트" + +#: ../freedesktop.org.xml.in.h:149 +msgid "JET database" +msgstr "JET 데이터베이스" + +#: ../freedesktop.org.xml.in.h:150 +msgid "JNG image" +msgstr "JNG 그림" + +#: ../freedesktop.org.xml.in.h:151 +msgid "JNLP file" +msgstr "JNLP 파일" + +#: ../freedesktop.org.xml.in.h:152 +msgid "JPEG image" +msgstr "JPEG 그림" + +#: ../freedesktop.org.xml.in.h:153 +msgid "JPEG-2000 image" +msgstr "JPEG-2000 그림" + +#: ../freedesktop.org.xml.in.h:154 +msgid "Java archive" +msgstr "자바 묶음파일" + +#: ../freedesktop.org.xml.in.h:155 +msgid "Java byte code" +msgstr "자바 바이트코드" + +#: ../freedesktop.org.xml.in.h:156 +msgid "Java class" +msgstr "자바 클래스" + +#: ../freedesktop.org.xml.in.h:157 +msgid "Java source code" +msgstr "자바 소스 코드" + +#: ../freedesktop.org.xml.in.h:158 +msgid "JavaScript program" +msgstr "자바스크립트 프로그램" + +#: ../freedesktop.org.xml.in.h:159 +msgid "KChart chart" +msgstr "KChart 차트" + +#: ../freedesktop.org.xml.in.h:160 +msgid "KFormula formula" +msgstr "KFormula 수식" + +#: ../freedesktop.org.xml.in.h:161 +msgid "KIllustrator drawing" +msgstr "KIllustrator 그림" + +#: ../freedesktop.org.xml.in.h:162 +msgid "KPovModeler scene" +msgstr "KPovModeler 장면" + +#: ../freedesktop.org.xml.in.h:163 +msgid "KPresenter presentation" +msgstr "KPresenter 프리젠테이션" + +#: ../freedesktop.org.xml.in.h:164 +msgid "KSpread spreadsheet" +msgstr "KSpread 스프레드시트" + +#: ../freedesktop.org.xml.in.h:165 +msgid "KSpread spreadsheet (encrypted)" +msgstr "암호화된 KSpread 스프레드시트" + +#: ../freedesktop.org.xml.in.h:166 +msgid "KSysV init package" +msgstr "KSysV init 꾸러미" + +#: ../freedesktop.org.xml.in.h:167 +msgid "KWord document" +msgstr "KWord 문서" + +#: ../freedesktop.org.xml.in.h:168 +msgid "KWord document (encrypted)" +msgstr "암호화된 KWord 문서" + +#: ../freedesktop.org.xml.in.h:169 +msgid "Karbon14 drawing" +msgstr "Karbon14 그림" + +#: ../freedesktop.org.xml.in.h:170 +msgid "Kivio flowchart" +msgstr "Kivio 흐름도" + +#: ../freedesktop.org.xml.in.h:171 +msgid "Kodak DCR raw image" +msgstr "코닥 DCR raw 이미지" + +#: ../freedesktop.org.xml.in.h:172 +msgid "Kodak K25 raw image" +msgstr "코닥 K25 raw 이미지" + +#: ../freedesktop.org.xml.in.h:173 +msgid "Kodak KDC raw image" +msgstr "코닥 KDC raw 이미지" + +#: ../freedesktop.org.xml.in.h:174 +msgid "Kontour drawing" +msgstr "Kontour 그림" + +#: ../freedesktop.org.xml.in.h:175 +msgid "Krita document" +msgstr "Krita 문서" + +#: ../freedesktop.org.xml.in.h:176 +msgid "Kugar document" +msgstr "Kugar 문서" + +#: ../freedesktop.org.xml.in.h:177 +msgid "LDIF address book" +msgstr "LDIF 주소록" + +#: ../freedesktop.org.xml.in.h:178 +msgid "LHA archive" +msgstr "LHA 압축파일" + +#: ../freedesktop.org.xml.in.h:179 +msgid "LHS source code" +msgstr "LHS 소스 코드" + +#: ../freedesktop.org.xml.in.h:180 +msgid "LHZ archive" +msgstr "LHZ 압축파일" + +#: ../freedesktop.org.xml.in.h:181 +msgid "LIBGRX font" +msgstr "LIBGRX 글꼴" + +#: ../freedesktop.org.xml.in.h:182 +msgid "LZMA archive" +msgstr "LZMA 압축파일" + +#: ../freedesktop.org.xml.in.h:183 +msgid "LZO archive" +msgstr "LZO 압축파일" + +#: ../freedesktop.org.xml.in.h:184 +msgid "LightWave object" +msgstr "LightWave 개체" + +#: ../freedesktop.org.xml.in.h:185 +msgid "LightWave scene" +msgstr "LightWave 장면" + +#: ../freedesktop.org.xml.in.h:186 +msgid "Lilypond music sheet" +msgstr "Lilypond 음악 시트" + +#: ../freedesktop.org.xml.in.h:187 +msgid "Linux PSF console font" +msgstr "리눅스 PSF 콘솔 글꼴" + +#: ../freedesktop.org.xml.in.h:188 +msgid "Linux PSF console font (gzip-compressed)" +msgstr "리눅스 PSF 콘솔 글꼴 (gzip으로 압축)" + +#: ../freedesktop.org.xml.in.h:189 +msgid "Lotus 1-2-3 spreadsheet" +msgstr "Lotus 1-2-3 스프레드시트" + +#: ../freedesktop.org.xml.in.h:190 +msgid "Lotus AmiPro document" +msgstr "Lotus AmiPro 문서" + +#: ../freedesktop.org.xml.in.h:191 +msgid "Lua script" +msgstr "Lua 스크립트" + +#: ../freedesktop.org.xml.in.h:192 +msgid "LyX document" +msgstr "LyX 문서" + +#: ../freedesktop.org.xml.in.h:193 +msgid "M4 macro" +msgstr "M4 매크로" + +#: ../freedesktop.org.xml.in.h:194 +msgid "MATLAB script/function" +msgstr "MATLAB 스크립트/함수" + +#: ../freedesktop.org.xml.in.h:195 +msgid "MIDI audio" +msgstr "미디 오디오" + +#: ../freedesktop.org.xml.in.h:196 +msgid "MNG animation" +msgstr "MNG 동화상" + +#: ../freedesktop.org.xml.in.h:197 +msgid "MP2 audio" +msgstr "MP2 오디오" + +#: ../freedesktop.org.xml.in.h:198 +msgid "MP3 ShoutCast playlist" +msgstr "MP3 ShoutCast 연주목록" + +#: ../freedesktop.org.xml.in.h:199 +msgid "MP3 audio" +msgstr "MP3 오디오" + +#: ../freedesktop.org.xml.in.h:200 +msgid "MP3 audio (streamed)" +msgstr "MP3 오디오 (스트림)" + +#: ../freedesktop.org.xml.in.h:201 +msgid "MPEG video" +msgstr "MPEG 비디오" + +#: ../freedesktop.org.xml.in.h:202 +msgid "MPEG-4 audio" +msgstr "MPEG-4 오디오" + +#: ../freedesktop.org.xml.in.h:203 +msgid "MPEG-4 audio book" +msgstr "MPEG-4 오디오북" + +#: ../freedesktop.org.xml.in.h:204 +msgid "MPEG-4 video" +msgstr "MPEG-4 비디오" + +#: ../freedesktop.org.xml.in.h:205 +msgid "MPSub subtitles" +msgstr "MPSub 자막파일" + +#: ../freedesktop.org.xml.in.h:206 +msgid "MRML playlist" +msgstr "MRML 연주목록" + +#: ../freedesktop.org.xml.in.h:207 +msgid "MSX ROM" +msgstr "MSX 롬" + +#: ../freedesktop.org.xml.in.h:208 +msgid "MacOS X icon" +msgstr "MacOS X 아이콘" + +#: ../freedesktop.org.xml.in.h:209 +msgid "MacPaint Bitmap image" +msgstr "맥페인트 비트맵 그림" + +#: ../freedesktop.org.xml.in.h:210 +msgid "Macintosh AppleDouble-encoded file" +msgstr "맥킨토시 AppleDouble-encoded 파일" + +#: ../freedesktop.org.xml.in.h:211 +msgid "Macintosh BinHex-encoded file" +msgstr "맥킨토시 BinHex-encoded 압축파일" + +#: ../freedesktop.org.xml.in.h:212 +msgid "Macintosh MacBinary file" +msgstr "MacBinary 파일" + +#: ../freedesktop.org.xml.in.h:213 +msgid "Macintosh Quickdraw/PICT drawing" +msgstr "맥킨토시 Quickdraw/PICT 그림" + +#: ../freedesktop.org.xml.in.h:214 +msgid "MagicPoint presentation" +msgstr "MagicPoint 프리젠테이션" + +#: ../freedesktop.org.xml.in.h:215 +msgid "Makefile" +msgstr "Makefile" + +#: ../freedesktop.org.xml.in.h:216 +msgid "Managed Object Format" +msgstr "관리되는 오브젝트 형식" + +#: ../freedesktop.org.xml.in.h:217 +msgid "Markaby script" +msgstr "Markaby 스크립트" + +#: ../freedesktop.org.xml.in.h:218 +msgid "MathML document" +msgstr "MathML 문서" + +#: ../freedesktop.org.xml.in.h:219 +msgid "Mathematica Notebook" +msgstr "Mathematica 노트북" + +#: ../freedesktop.org.xml.in.h:220 +msgid "Matroska audio" +msgstr "Matroska 오디오" + +#: ../freedesktop.org.xml.in.h:221 +msgid "Matroska stream" +msgstr "Matroska 스트림" + +#: ../freedesktop.org.xml.in.h:222 +msgid "Matroska video" +msgstr "Matroska 비디오" + +#: ../freedesktop.org.xml.in.h:223 +msgid "MicroDVD subtitles" +msgstr "MicroDVD 자막파일" + +#: ../freedesktop.org.xml.in.h:224 +msgid "Microsoft ASX playlist" +msgstr "Microsoft ASX 연주목록" + +#: ../freedesktop.org.xml.in.h:225 +msgid "Microsoft Works document" +msgstr "Microsoft 웍스 문서" + +#: ../freedesktop.org.xml.in.h:226 +msgid "MiniPSF audio" +msgstr "MiniPSF 오디오" + +#: ../freedesktop.org.xml.in.h:227 +msgid "Minolta MRW raw image" +msgstr "미놀타 MRW raw 이미지" + +#: ../freedesktop.org.xml.in.h:228 +msgid "Monkey's audio" +msgstr "Monkey's 오디오" + +#: ../freedesktop.org.xml.in.h:229 +msgid "Mozilla bookmarks" +msgstr "모질라 책갈피" + +#: ../freedesktop.org.xml.in.h:230 +msgid "Mup publication" +msgstr "Mup 출판" + +#: ../freedesktop.org.xml.in.h:231 +msgid "Musepack audio" +msgstr "Musepack 오디오" + +#. Translate this to Famicom if the console was known as such in your locale +#: ../freedesktop.org.xml.in.h:233 +msgid "NES ROM" +msgstr "NES 롬" + +#: ../freedesktop.org.xml.in.h:234 +msgid "NFO document" +msgstr "NFO 문서" + +#: ../freedesktop.org.xml.in.h:235 +msgid "NIFF image" +msgstr "NIFF 그림" + +#: ../freedesktop.org.xml.in.h:236 +msgid "Nautilus link" +msgstr "노틸러스 링크" + +#: ../freedesktop.org.xml.in.h:237 +msgid "Nikon NEF raw image" +msgstr "니콘 NEF raw 이미지" + +#: ../freedesktop.org.xml.in.h:238 +msgid "Nintendo DS ROM" +msgstr "닌텐도 DS 롬" + +#: ../freedesktop.org.xml.in.h:239 +msgid "Nintendo64 ROM" +msgstr "닌텐도64 롬" + +#: ../freedesktop.org.xml.in.h:240 +msgid "NullSoft video" +msgstr "널소프트 비디오" + +#: ../freedesktop.org.xml.in.h:241 +msgid "OCL file" +msgstr "OCL 파일" + +#: ../freedesktop.org.xml.in.h:242 +msgid "OCaml source code" +msgstr "OCaml 소스 코드" + +#: ../freedesktop.org.xml.in.h:243 +msgid "ODA document" +msgstr "ODA 문서" + +#: ../freedesktop.org.xml.in.h:244 +msgid "ODB database" +msgstr "ODB 데이터베이스" + +#: ../freedesktop.org.xml.in.h:245 +msgid "ODC chart" +msgstr "ODC 차트" + +#: ../freedesktop.org.xml.in.h:246 +msgid "ODF formula" +msgstr "ODF 수식" + +#: ../freedesktop.org.xml.in.h:247 +msgid "ODG drawing" +msgstr "ODG 드로잉" + +#: ../freedesktop.org.xml.in.h:248 +msgid "ODG template" +msgstr "ODG 문서 틀" + +#: ../freedesktop.org.xml.in.h:249 +msgid "ODI image" +msgstr "ODI 그림" + +#: ../freedesktop.org.xml.in.h:250 +msgid "ODM document" +msgstr "ODM 문서" + +#: ../freedesktop.org.xml.in.h:251 +msgid "ODP presentation" +msgstr "ODP 프리젠테이션" + +#: ../freedesktop.org.xml.in.h:252 +msgid "ODP template" +msgstr "ODP 문서 틀" + +#: ../freedesktop.org.xml.in.h:253 +msgid "ODS spreadsheet" +msgstr "ODS 스프레드시트" + +#: ../freedesktop.org.xml.in.h:254 +msgid "ODS template" +msgstr "ODS 문서 틀" + +#: ../freedesktop.org.xml.in.h:255 +msgid "ODT document" +msgstr "ODT 문서" + +#: ../freedesktop.org.xml.in.h:256 +msgid "ODT template" +msgstr "ODT 문서 틀" + +#: ../freedesktop.org.xml.in.h:257 +msgid "OGM video" +msgstr "OGM 비디오" + +#: ../freedesktop.org.xml.in.h:258 +msgid "OLE2 compound document storage" +msgstr "OLE2 복합 문서" + +#: ../freedesktop.org.xml.in.h:259 +msgid "OPML syndication feed" +msgstr "OPML 묶음 feed" + +#: ../freedesktop.org.xml.in.h:260 +msgid "OTH template" +msgstr "OTH 문서 틀" + +#: ../freedesktop.org.xml.in.h:261 +msgid "Objective-C source code" +msgstr "Objective-C 소스 코드" + +#: ../freedesktop.org.xml.in.h:262 +msgid "Office drawing" +msgstr "오피스 드로잉" + +#: ../freedesktop.org.xml.in.h:263 +msgid "Ogg Audio" +msgstr "Ogg 오디오" + +#: ../freedesktop.org.xml.in.h:264 +msgid "Ogg FLAC audio" +msgstr "Ogg FLAC 오디오" + +#: ../freedesktop.org.xml.in.h:265 +msgid "Ogg Speex audio" +msgstr "Ogg Speex 오디오" + +#: ../freedesktop.org.xml.in.h:266 +msgid "Ogg Theora video" +msgstr "Ogg Theora 비디오" + +#: ../freedesktop.org.xml.in.h:267 +msgid "Ogg Video" +msgstr "Ogg 비디오" + +#: ../freedesktop.org.xml.in.h:268 +msgid "Ogg Vorbis audio" +msgstr "Ogg Vorbis 오디오" + +#: ../freedesktop.org.xml.in.h:269 +msgid "Ogg multimedia file" +msgstr "Ogg 멀티미디어 파일" + +#: ../freedesktop.org.xml.in.h:270 +msgid "Olympus ORF raw image" +msgstr "올림푸스 ORF raw 이미지" + +#: ../freedesktop.org.xml.in.h:271 +msgid "OpenOffice Calc spreadsheet" +msgstr "OpenOffice Calc 스프레드시트" + +#: ../freedesktop.org.xml.in.h:272 +msgid "OpenOffice Calc template" +msgstr "OpenOffice Calc 스프레드시트 문서 틀" + +#: ../freedesktop.org.xml.in.h:273 +msgid "OpenOffice Draw drawing" +msgstr "OpenOffice Draw 그림" + +#: ../freedesktop.org.xml.in.h:274 +msgid "OpenOffice Draw template" +msgstr "OpenOffice Draw 그림 문서 틀" + +#: ../freedesktop.org.xml.in.h:275 +msgid "OpenOffice Impress presentation" +msgstr "OpenOffice Impress 프리젠테이션" + +#: ../freedesktop.org.xml.in.h:276 +msgid "OpenOffice Impress template" +msgstr "OpenOffice Impress 프리젠테이션 문서 틀" + +#: ../freedesktop.org.xml.in.h:277 +msgid "OpenOffice Math formula" +msgstr "OpenOffice Math 수식" + +#: ../freedesktop.org.xml.in.h:278 +msgid "OpenOffice Writer document" +msgstr "OpenOffice Writer 문서" + +#: ../freedesktop.org.xml.in.h:279 +msgid "OpenOffice Writer global document" +msgstr "OpenOffice Writer 글로벌 문서" + +#: ../freedesktop.org.xml.in.h:280 +msgid "OpenOffice Writer template" +msgstr "OpenOffice Writer 문서 틀" + +#: ../freedesktop.org.xml.in.h:281 +msgid "OpenOffice.org extension" +msgstr "OpenOffice.org 확장" + +#: ../freedesktop.org.xml.in.h:282 +msgid "OpenType font" +msgstr "오픈타입 글꼴" + +#: ../freedesktop.org.xml.in.h:283 +msgid "PAK archive" +msgstr "PAK 묶음파일" + +#: ../freedesktop.org.xml.in.h:284 +msgid "PBM image" +msgstr "PBM 그림" + +#: ../freedesktop.org.xml.in.h:285 +msgid "PCD image" +msgstr "PCD 그림" + +#: ../freedesktop.org.xml.in.h:286 +msgid "PCF font" +msgstr "PCF 글꼴" + +#: ../freedesktop.org.xml.in.h:287 +msgid "PCL file" +msgstr "PCL 파일" + +#: ../freedesktop.org.xml.in.h:288 +msgid "PCM audio" +msgstr "PCM 오디오" + +#: ../freedesktop.org.xml.in.h:289 +msgid "PCX image" +msgstr "PCX 그림" + +#: ../freedesktop.org.xml.in.h:290 +msgid "PDF document" +msgstr "PDF 문서" + +#: ../freedesktop.org.xml.in.h:291 +msgid "PDF document (bzip-compressed)" +msgstr "PDF 문서 (bzip으로 압축)" + +#: ../freedesktop.org.xml.in.h:292 +msgid "PDF document (gzip-compressed)" +msgstr "PDF 문서 (gzip으로 압축)" + +#: ../freedesktop.org.xml.in.h:293 +msgid "PEF executable" +msgstr "PEF 실행파일" + +#: ../freedesktop.org.xml.in.h:294 +msgid "PGM image" +msgstr "PGM 그림" + +#: ../freedesktop.org.xml.in.h:295 +msgid "PGN chess game notation" +msgstr "PGN 체스게임 기보" + +#: ../freedesktop.org.xml.in.h:296 +msgid "PGP keys" +msgstr "PGP 키" + +#: ../freedesktop.org.xml.in.h:297 +msgid "PGP/MIME-encrypted message header" +msgstr "PGP/MIME으로 암호화된 메세지 헤더" + +#: ../freedesktop.org.xml.in.h:298 +msgid "PHP script" +msgstr "PHP 스크립트" + +#: ../freedesktop.org.xml.in.h:299 +msgid "PKCS#10 certification request" +msgstr "PKCS#10 인증서 요청" + +#: ../freedesktop.org.xml.in.h:300 +msgid "PKCS#12 certificate bundle" +msgstr "PKCS#12 인증서 묶음" + +#: ../freedesktop.org.xml.in.h:301 +msgid "PNG image" +msgstr "PNG 그림" + +#: ../freedesktop.org.xml.in.h:302 +msgid "PNM image" +msgstr "PNM 그림" + +#: ../freedesktop.org.xml.in.h:303 +msgid "PPM image" +msgstr "PPM 그림" + +#: ../freedesktop.org.xml.in.h:304 +msgid "PS document" +msgstr "PS 문서" + +#: ../freedesktop.org.xml.in.h:305 +msgid "PSD image" +msgstr "PSD 그림" + +#: ../freedesktop.org.xml.in.h:306 +msgid "PSF audio" +msgstr "PSF 오디오" + +#: ../freedesktop.org.xml.in.h:307 +msgid "PSFlib audio library" +msgstr "PSFlib 오디오 라이브러리" + +#: ../freedesktop.org.xml.in.h:308 +msgid "Pack200 Java archive" +msgstr "Pack200 자바 묶음파일" + +#: ../freedesktop.org.xml.in.h:309 +msgid "Palm OS database" +msgstr "팜OS 데이터베이스" + +#: ../freedesktop.org.xml.in.h:310 +msgid "Panasonic raw image" +msgstr "파나소닉 raw 이미지" + +#: ../freedesktop.org.xml.in.h:311 +msgid "Parchive archive" +msgstr "Parchive 묶음파일" + +#: ../freedesktop.org.xml.in.h:312 +msgid "Pascal source code" +msgstr "파스칼 소스 코드" + +#: ../freedesktop.org.xml.in.h:313 +msgid "Pathetic Writer document" +msgstr "Pathetic Writer 문서" + +#: ../freedesktop.org.xml.in.h:314 +msgid "Pentax PEF raw image" +msgstr "펜탁스 PEF raw 이미지" + +#: ../freedesktop.org.xml.in.h:315 +msgid "Perl script" +msgstr "펄 스크립트" + +#. http://en.wikipedia.org/wiki/Picture_CD +#. http://www.re.org/kristin/picturecd.html +#: ../freedesktop.org.xml.in.h:318 +msgid "Picture CD" +msgstr "Picture CD" + +#: ../freedesktop.org.xml.in.h:319 +msgid "PlanPerfect spreadsheet" +msgstr "PlanPerfect 스프레드시트" + +#: ../freedesktop.org.xml.in.h:320 +msgid "Plucker document" +msgstr "Plucker 문서" + +#: ../freedesktop.org.xml.in.h:321 +msgid "PostScript document (bzip-compressed)" +msgstr "포스트스크립트 문서 (bzip으로 압축)" + +#: ../freedesktop.org.xml.in.h:322 +msgid "PostScript document (gzip-compressed)" +msgstr "포스트스크립트 문서 (gzip으로 압축)" + +#: ../freedesktop.org.xml.in.h:323 +msgid "Postscript type-1 font" +msgstr "포스트스크립트 Type-1 글꼴" + +#: ../freedesktop.org.xml.in.h:324 +msgid "PowerPoint presentation" +msgstr "파워포인트 프리젠테이션" + +#: ../freedesktop.org.xml.in.h:325 +msgid "Python bytecode" +msgstr "파이썬 바이트코드" + +#: ../freedesktop.org.xml.in.h:326 +msgid "Python script" +msgstr "파이썬 스크립트" + +#: ../freedesktop.org.xml.in.h:327 +msgid "Qt Designer file" +msgstr "Qt 디자이너 파일" + +#: ../freedesktop.org.xml.in.h:328 +msgid "Qt MOC file" +msgstr "Qt MOC 파일" + +#: ../freedesktop.org.xml.in.h:329 +msgid "Quattro Pro spreadsheet" +msgstr "Quattro Pro 스프레드시트" + +#: ../freedesktop.org.xml.in.h:330 +msgid "QuickTime image" +msgstr "퀵타임 그림" + +#: ../freedesktop.org.xml.in.h:331 +msgid "QuickTime metalink playlist" +msgstr "퀵타임 metalink 연주목록" + +#: ../freedesktop.org.xml.in.h:332 +msgid "QuickTime video" +msgstr "퀵타임 비디오" + +#: ../freedesktop.org.xml.in.h:333 +msgid "Quicken document" +msgstr "Quicken 문서" + +#: ../freedesktop.org.xml.in.h:334 +msgid "RAR archive" +msgstr "RAR 압축파일" + +#: ../freedesktop.org.xml.in.h:335 +msgid "RDF file" +msgstr "RDF 파일" + +#: ../freedesktop.org.xml.in.h:336 +msgid "README document" +msgstr "README 문서" + +#: ../freedesktop.org.xml.in.h:337 +msgid "RGB image" +msgstr "RGB 그림" + +#: ../freedesktop.org.xml.in.h:338 +msgid "RIFF audio" +msgstr "RIFF 오디오" + +#: ../freedesktop.org.xml.in.h:339 +msgid "RPM package" +msgstr "RPM 꾸러미" + +#: ../freedesktop.org.xml.in.h:340 +msgid "RPM spec file" +msgstr "RPM spec 파일" + +#: ../freedesktop.org.xml.in.h:341 +msgid "RSS summary" +msgstr "RSS 요약" + +#: ../freedesktop.org.xml.in.h:342 +msgid "RTF document" +msgstr "RTF 문서" + +#: ../freedesktop.org.xml.in.h:343 +msgid "RealAudio document" +msgstr "RealAudio 문서" + +#: ../freedesktop.org.xml.in.h:344 +msgid "RealMedia Metafile" +msgstr "RealMedia 메타파일" + +#: ../freedesktop.org.xml.in.h:345 +msgid "RealMedia document" +msgstr "RealMedia 문서" + +#: ../freedesktop.org.xml.in.h:346 +msgid "RealPix document" +msgstr "RealPix 문서" + +#: ../freedesktop.org.xml.in.h:347 +msgid "RealText document" +msgstr "RealText 문서" + +#: ../freedesktop.org.xml.in.h:348 +msgid "RealVideo document" +msgstr "RealVideo 문서" + +#: ../freedesktop.org.xml.in.h:349 +msgid "Ruby script" +msgstr "루비 스크립트" + +#: ../freedesktop.org.xml.in.h:350 +msgid "Run Length Encoded bitmap image" +msgstr "실행 길이 인코딩된 비트맵 그림" + +#: ../freedesktop.org.xml.in.h:351 +msgid "S/MIME file" +msgstr "S/MIME 파일" + +#: ../freedesktop.org.xml.in.h:352 +msgid "SAMI subtitles" +msgstr "SAMI 자막파일" + +#: ../freedesktop.org.xml.in.h:353 +msgid "SC/Xspread spreadsheet" +msgstr "SC/Xspread 스프레드시트" + +#: ../freedesktop.org.xml.in.h:354 +msgid "SDP multicast stream file" +msgstr "SDP 멀티캐스트 스트림 파일" + +#. translators: a record is in this context a description of a board game +#. that has been played, and that can be played back again: +#. http://www.red-bean.com/sgf/ +#: ../freedesktop.org.xml.in.h:358 +msgid "SGF record" +msgstr "SGF 기록파일" + +#: ../freedesktop.org.xml.in.h:359 +msgid "SGI image" +msgstr "SGI 그림" + +#: ../freedesktop.org.xml.in.h:360 +msgid "SGI video" +msgstr "SGI 비디오" + +#: ../freedesktop.org.xml.in.h:361 +msgid "SGML document" +msgstr "SGML 문서" + +#: ../freedesktop.org.xml.in.h:362 +msgid "SIS package" +msgstr "SIS 꾸러미" + +#: ../freedesktop.org.xml.in.h:363 +msgid "SISX package" +msgstr "SISX 꾸러미" + +#: ../freedesktop.org.xml.in.h:364 +msgid "SMAF audio" +msgstr "SMAF 오디오" + +#: ../freedesktop.org.xml.in.h:365 +msgid "SMIL document" +msgstr "SMIL 문서" + +#: ../freedesktop.org.xml.in.h:366 +msgid "SQL code" +msgstr "SQL 코드" + +#: ../freedesktop.org.xml.in.h:367 +msgid "SQLite2 database" +msgstr "SQLite2 데이터베이스" + +#: ../freedesktop.org.xml.in.h:368 +msgid "SQLite3 database" +msgstr "SQLite3 데이터베이스" + +#: ../freedesktop.org.xml.in.h:369 +msgid "SSA subtitles" +msgstr "SSA 자막파일" + +#: ../freedesktop.org.xml.in.h:370 +msgid "SV4 CPIO archive" +msgstr "SV4 CPIO 묶음파일" + +#: ../freedesktop.org.xml.in.h:371 +msgid "SV4 CPIO archive (with CRC)" +msgstr "(CRC를 가지는) SV4 CPIO 묶음파일" + +#: ../freedesktop.org.xml.in.h:372 +msgid "SVG image" +msgstr "SVG 그림" + +#: ../freedesktop.org.xml.in.h:373 +msgid "Scheme source code" +msgstr "Scheme 소스 코드" + +#: ../freedesktop.org.xml.in.h:374 +msgid "Scream Tracker 3 audio" +msgstr "Scream Tracker 3 오디오" + +#: ../freedesktop.org.xml.in.h:375 +msgid "Scream Tracker audio" +msgstr "Scream Tracker 오디오" + +#: ../freedesktop.org.xml.in.h:376 +msgid "Scream Tracker instrument" +msgstr "Scream Tracker 악기" + +#: ../freedesktop.org.xml.in.h:377 +msgid "Sega Master System/Game Gear ROM" +msgstr "Sega Master System/Game Gear 롬" + +#: ../freedesktop.org.xml.in.h:378 +msgid "Setext document" +msgstr "Setext 문서" + +#: ../freedesktop.org.xml.in.h:379 +msgid "Shockwave Flash file" +msgstr "Shockwave 플래시 파일" + +#. translators: "Shorten" is the name of an audio codec +#: ../freedesktop.org.xml.in.h:381 +msgid "Shorten audio" +msgstr "Shorten 오디오" + +#: ../freedesktop.org.xml.in.h:382 +msgid "Siag spreadsheet" +msgstr "Siag 스프레드시트" + +#: ../freedesktop.org.xml.in.h:383 +msgid "Sieve mail filter script" +msgstr "Sieve 메일 거르개 스크립트" + +#: ../freedesktop.org.xml.in.h:384 +msgid "Sigma X3F raw image" +msgstr "시그마 X3F raw 이미지" + +#: ../freedesktop.org.xml.in.h:385 +msgid "Skencil document" +msgstr "Skencil 문서" + +#: ../freedesktop.org.xml.in.h:386 +msgid "Sony ARW raw image" +msgstr "소니 ARW raw 이미지" + +#: ../freedesktop.org.xml.in.h:387 +msgid "Sony SR2 raw image" +msgstr "소니 SR2 raw 이미지" + +#: ../freedesktop.org.xml.in.h:388 +msgid "Sony SRF raw image" +msgstr "소니 SRF raw 이미지" + +#: ../freedesktop.org.xml.in.h:389 +msgid "Speedo font" +msgstr "Speedo 글꼴" + +#: ../freedesktop.org.xml.in.h:390 +msgid "Speex audio" +msgstr "Speex 오디오" + +#: ../freedesktop.org.xml.in.h:391 +msgid "Stampede package" +msgstr "Stampede 꾸러미" + +#: ../freedesktop.org.xml.in.h:392 +msgid "StarCalc spreadsheet" +msgstr "StarCalc 스프레드시트" + +#: ../freedesktop.org.xml.in.h:393 +msgid "StarChart chart" +msgstr "StarCalc 표" + +#: ../freedesktop.org.xml.in.h:394 +msgid "StarDraw drawing" +msgstr "StarCalc 드로잉" + +#: ../freedesktop.org.xml.in.h:395 +msgid "StarImpress presentation" +msgstr "StarImpress 프리젠테이션" + +#: ../freedesktop.org.xml.in.h:396 +msgid "StarMail email" +msgstr "StarMail 전자우편" + +#: ../freedesktop.org.xml.in.h:397 +msgid "StarMath formula" +msgstr "StarMath 수식" + +#: ../freedesktop.org.xml.in.h:398 +msgid "StarWriter document" +msgstr "StarWriter 문서" + +#: ../freedesktop.org.xml.in.h:399 +msgid "StuffIt archive" +msgstr "StuffIt 압축파일" + +#: ../freedesktop.org.xml.in.h:400 +msgid "SubRip subtitles" +msgstr "SubRip 자막파일" + +#: ../freedesktop.org.xml.in.h:401 +msgid "SubViewer subtitles" +msgstr "SubViewer 자막파일" + +#: ../freedesktop.org.xml.in.h:402 +msgid "Sun raster image" +msgstr "Sun 래스터 그림" + +#: ../freedesktop.org.xml.in.h:403 +msgid "SunOS News font" +msgstr "SunOS News 글꼴" + +#. Translate this as Super Famicom (in Far East Asia) or Super Nintendo (in Europe) if the console was known as such in your locale +#: ../freedesktop.org.xml.in.h:405 +msgid "Super NES ROM" +msgstr "슈퍼 NES 롬" + +#. http://en.wikipedia.org/wiki/Super_Video_CD +#. http://everything2.com/index.pl?node_id=1009222 +#: ../freedesktop.org.xml.in.h:408 +msgid "Super Video CD" +msgstr "슈퍼 비디오 CD" + +#: ../freedesktop.org.xml.in.h:409 +msgid "T602 document" +msgstr "T602 문서" + +#: ../freedesktop.org.xml.in.h:410 +msgid "TGA image" +msgstr "TGA 그림" + +#: ../freedesktop.org.xml.in.h:411 +msgid "TGIF document" +msgstr "TGIF 문서" + +#: ../freedesktop.org.xml.in.h:412 +msgid "TIFF image" +msgstr "TIFF 그림" + +#: ../freedesktop.org.xml.in.h:413 +msgid "TNEF message" +msgstr "TNEF 메세지" + +#: ../freedesktop.org.xml.in.h:414 +msgid "TSV document" +msgstr "TSV 문서" + +#: ../freedesktop.org.xml.in.h:415 +msgid "Tar archive" +msgstr "tar 묶음파일" + +#: ../freedesktop.org.xml.in.h:416 +msgid "Tar archive (LZMA-compressed)" +msgstr "(LZMA로 압축한) tar 묶음파일" + +#: ../freedesktop.org.xml.in.h:417 +msgid "Tar archive (LZO-compressed)" +msgstr "(LZO로 압축한) tar 묶음파일" + +#: ../freedesktop.org.xml.in.h:418 +msgid "Tar archive (bzip-compressed)" +msgstr "tar 묶음파일 (bzip으로 압축)" + +#: ../freedesktop.org.xml.in.h:419 +msgid "Tar archive (compressed)" +msgstr "tar 묶음파일 (압축함) " + +#: ../freedesktop.org.xml.in.h:420 +msgid "Tar archive (gzip-compressed)" +msgstr "tar 묶음파일 (gzip으로 압축)" + +#: ../freedesktop.org.xml.in.h:421 +msgid "Tcl script" +msgstr "Tcl 스크립트" + +#: ../freedesktop.org.xml.in.h:422 +msgid "TeX DVI document" +msgstr "TeX DVI 문서" + +#: ../freedesktop.org.xml.in.h:423 +msgid "TeX DVI document (bzip-compressed)" +msgstr "TeX DVI 문서 (bzip으로 압축)" + +#: ../freedesktop.org.xml.in.h:424 +msgid "TeX DVI document (gzip-compressed)" +msgstr "TeX DVI 문서 (gzip으로 압축)" + +#: ../freedesktop.org.xml.in.h:425 +msgid "TeX document" +msgstr "TeX 문서" + +#: ../freedesktop.org.xml.in.h:426 +msgid "TeX font" +msgstr "TeX 글꼴" + +#: ../freedesktop.org.xml.in.h:427 +msgid "TeX font metrics" +msgstr "Tex 글꼴 메트릭스" + +#: ../freedesktop.org.xml.in.h:428 +msgid "TeXInfo document" +msgstr "TeXInfo 문서" + +#: ../freedesktop.org.xml.in.h:429 +msgid "ToutDoux document" +msgstr "ToutDoux 문서" + +#: ../freedesktop.org.xml.in.h:430 +msgid "Troff ME input document" +msgstr "Troff ME 입력 문서" + +#: ../freedesktop.org.xml.in.h:431 +msgid "Troff MM input document" +msgstr "Troff MM 입력 문서" + +#: ../freedesktop.org.xml.in.h:432 +msgid "Troff MS input document" +msgstr "Troff Ms 입력 문서" + +#: ../freedesktop.org.xml.in.h:433 +msgid "Troff document" +msgstr "Troff 문서" + +#: ../freedesktop.org.xml.in.h:434 +msgid "Troff document (with manpage macros)" +msgstr "(설명서 매크로가 있는) Troff 문서" + +#: ../freedesktop.org.xml.in.h:435 +msgid "TrueAudio audio" +msgstr "TrueAudio 오디오" + +#: ../freedesktop.org.xml.in.h:436 +msgid "TrueType XML font" +msgstr "트루타입 XML 글꼴" + +#: ../freedesktop.org.xml.in.h:437 +msgid "TrueType font" +msgstr "트루타입 글꼴" + +#: ../freedesktop.org.xml.in.h:438 +msgid "UFRaw ID image" +msgstr "UFRaw ID 그림" + +#: ../freedesktop.org.xml.in.h:439 +msgid "ULAW (Sun) audio" +msgstr "ULAW (Sun) 오디오" + +#: ../freedesktop.org.xml.in.h:440 +msgid "UNIX-compressed file" +msgstr "UNIX 압축 파일" + +#: ../freedesktop.org.xml.in.h:441 +msgid "Unidata NetCDF document" +msgstr "Unidata NetCDF 문서" + +#: ../freedesktop.org.xml.in.h:442 +msgid "Usenet news message" +msgstr "유즈넷 새소식 메세지" + +#: ../freedesktop.org.xml.in.h:443 +msgid "Ustar archive" +msgstr "Ustar 묶음파일" + +#: ../freedesktop.org.xml.in.h:444 +msgid "V font" +msgstr "V 글꼴" + +#: ../freedesktop.org.xml.in.h:445 +msgid "VCS/ICS calendar" +msgstr "VCS/ICS 달력" + +#: ../freedesktop.org.xml.in.h:446 +msgid "VHDL document" +msgstr "VHDL 문서" + +#: ../freedesktop.org.xml.in.h:447 +msgid "VOC audio" +msgstr "VOC 오디오" + +#: ../freedesktop.org.xml.in.h:448 +msgid "VRML document" +msgstr "VRML 문서" + +#: ../freedesktop.org.xml.in.h:449 +msgid "Vala source code" +msgstr "Vala 소스 코드" + +#. http://en.wikipedia.org/wiki/Video_CD +#. http://www.herongyang.com/CD-DVD/VCD-Movie-File-Directory-Structure.html +#: ../freedesktop.org.xml.in.h:452 +msgid "Video CD" +msgstr "비디오 CD" + +#: ../freedesktop.org.xml.in.h:453 +msgid "Vivo video" +msgstr "Vivo 비디오" + +#: ../freedesktop.org.xml.in.h:454 +msgid "WAIS source code" +msgstr "WAIS 소스 코드" + +#: ../freedesktop.org.xml.in.h:455 +msgid "WAV audio" +msgstr "WAV 오디오" + +#: ../freedesktop.org.xml.in.h:456 +msgid "WBMP image" +msgstr "WBMP 그림" + +#: ../freedesktop.org.xml.in.h:457 +msgid "WMF image" +msgstr "WMF 그림" + +#: ../freedesktop.org.xml.in.h:458 +msgid "WML document" +msgstr "WML 문서" + +#: ../freedesktop.org.xml.in.h:459 +msgid "WMLScript program" +msgstr "WML스크립트 프로그램" + +#: ../freedesktop.org.xml.in.h:460 +msgid "WRI document" +msgstr "WRI 문서" + +#: ../freedesktop.org.xml.in.h:461 +msgid "WavPack audio" +msgstr "WavPack 오디오" + +#: ../freedesktop.org.xml.in.h:462 +msgid "WavPack audio correction file" +msgstr "WavPack 오디오 교정 파일" + +#: ../freedesktop.org.xml.in.h:463 +msgid "Wavelet video" +msgstr "Wavelet 비디오" + +#: ../freedesktop.org.xml.in.h:464 +msgid "Windows BMP image" +msgstr "윈도우즈 BMP 그림" + +#: ../freedesktop.org.xml.in.h:465 +msgid "Windows Installer package" +msgstr "윈도우즈 설치 꾸러미" + +#: ../freedesktop.org.xml.in.h:466 +msgid "Windows Media Station file" +msgstr "윈도우즈 미디어 방송국 파일" + +#: ../freedesktop.org.xml.in.h:467 +msgid "Windows Media audio" +msgstr "윈도우즈 미디어 오디오" + +#: ../freedesktop.org.xml.in.h:468 +msgid "Windows Media video" +msgstr "윈도우즈 미디어 비디오" + +#: ../freedesktop.org.xml.in.h:469 +msgid "Windows Registry extract" +msgstr "윈도우즈 레지스트리 파일" + +#: ../freedesktop.org.xml.in.h:470 +msgid "Windows animated cursor" +msgstr "윈도우즈 움직이는 커서" + +#: ../freedesktop.org.xml.in.h:471 +msgid "Windows cursor" +msgstr "윈도우즈 커서" + +#: ../freedesktop.org.xml.in.h:472 +msgid "Word document" +msgstr "Word 문서" + +#: ../freedesktop.org.xml.in.h:473 +msgid "Word template" +msgstr "Word 문서 틀" + +#: ../freedesktop.org.xml.in.h:474 +msgid "WordPerfect document" +msgstr "워드퍼펙트 문서" + +#: ../freedesktop.org.xml.in.h:475 +msgid "WordPerfect/Drawperfect image" +msgstr "WordPerfect/Drawperfect 그림" + +#: ../freedesktop.org.xml.in.h:476 +msgid "X window image" +msgstr "X 윈도우 그림" + +#: ../freedesktop.org.xml.in.h:477 +msgid "X-Motif UIL table" +msgstr "X-Motif UIL 테이블" + +#: ../freedesktop.org.xml.in.h:478 +msgid "X11 cursor" +msgstr "X11 커서" + +#: ../freedesktop.org.xml.in.h:479 +msgid "XBEL bookmarks" +msgstr "XBEL 책갈피" + +#: ../freedesktop.org.xml.in.h:480 +msgid "XBM image" +msgstr "XBM 그림" + +#: ../freedesktop.org.xml.in.h:481 +msgid "XFig image" +msgstr "XFig 그림" + +#: ../freedesktop.org.xml.in.h:482 +msgid "XHTML page" +msgstr "XHTML 페이지" + +#: ../freedesktop.org.xml.in.h:483 +msgid "XLIFF translation file" +msgstr "XLIFF 번역 파일" + +#: ../freedesktop.org.xml.in.h:484 +msgid "XMCD CD database" +msgstr "XMCD CD 데이터베이스" + +#: ../freedesktop.org.xml.in.h:485 +msgid "XMF audio" +msgstr "XMF 오디오" + +#: ../freedesktop.org.xml.in.h:486 +msgid "XMI file" +msgstr "XMI 파일" + +#: ../freedesktop.org.xml.in.h:487 +msgid "XML document" +msgstr "XML 문서" + +#: ../freedesktop.org.xml.in.h:488 +msgid "XML entities document" +msgstr "XML 엔티티 문서" + +#: ../freedesktop.org.xml.in.h:489 +msgid "XPM image" +msgstr "XPM 그림" + +#: ../freedesktop.org.xml.in.h:490 +msgid "XPS document" +msgstr "XPS 문서" + +#: ../freedesktop.org.xml.in.h:491 +msgid "XSL FO file" +msgstr "XSL 포매팅 개체 파일" + +#: ../freedesktop.org.xml.in.h:492 +msgid "XSLT stylesheet" +msgstr "XSLT 스타일시트" + +#: ../freedesktop.org.xml.in.h:493 +msgid "XSPF playlist" +msgstr "XSPF 연주목록" + +#: ../freedesktop.org.xml.in.h:494 +msgid "XUL document" +msgstr "XUL 문서" + +#: ../freedesktop.org.xml.in.h:495 +msgid "XUL interface document" +msgstr "XUL 인터페이스 문서" + +#: ../freedesktop.org.xml.in.h:496 +msgid "Xbase document" +msgstr "Xbase 문서" + +#: ../freedesktop.org.xml.in.h:497 +msgid "Zip archive" +msgstr "zip 압축파일" + +#: ../freedesktop.org.xml.in.h:498 +msgid "Zoo archive" +msgstr "Zoo 압축파일" + +#: ../freedesktop.org.xml.in.h:499 +msgid "application log" +msgstr "프로그램 기록" + +#. http://en.wikipedia.org/wiki/Red_Book_(audio_CD_standard) +#: ../freedesktop.org.xml.in.h:501 +msgid "audio CD" +msgstr "오디오 CD" + +#. http://en.wikipedia.org/wiki/DVD-Audio +#: ../freedesktop.org.xml.in.h:503 +msgid "audio DVD" +msgstr "오디오 DVD" + +#: ../freedesktop.org.xml.in.h:504 +msgid "author credits" +msgstr "저작자 크레디트" + +#: ../freedesktop.org.xml.in.h:505 +msgid "author list" +msgstr "저자 목록" + +#: ../freedesktop.org.xml.in.h:506 +msgid "backup file" +msgstr "백업 파일" + +#. http://en.wikipedia.org/wiki/Blu-ray_Disc +#: ../freedesktop.org.xml.in.h:508 +msgid "blank Blu-ray disc" +msgstr "빈 블루레이 디스크" + +#. http://en.wikipedia.org/wiki/Compact_Disc +#: ../freedesktop.org.xml.in.h:510 +msgid "blank CD disc" +msgstr "빈 CD 디스크" + +#. http://en.wikipedia.org/wiki/DVD +#: ../freedesktop.org.xml.in.h:512 +msgid "blank DVD disc" +msgstr "빈 DVD 디스크" + +#. http://en.wikipedia.org/wiki/HD_DVD +#: ../freedesktop.org.xml.in.h:514 +msgid "blank HD DVD disc" +msgstr "빈 HD DVD 디스크" + +#: ../freedesktop.org.xml.in.h:515 +msgid "block device" +msgstr "블럭 장치" + +#: ../freedesktop.org.xml.in.h:516 +msgid "character device" +msgstr "문자 장치" + +#: ../freedesktop.org.xml.in.h:517 +msgid "comic book archive" +msgstr "코믹북 묶음파일" + +#: ../freedesktop.org.xml.in.h:518 +msgid "compound document" +msgstr "복합 문서" + +#: ../freedesktop.org.xml.in.h:519 +msgid "compound documents" +msgstr "복합 문서" + +#: ../freedesktop.org.xml.in.h:520 +msgid "compressed GIMP image" +msgstr "압축된 GIMP 그림" + +#: ../freedesktop.org.xml.in.h:521 +msgid "compressed SVG image" +msgstr "압축된 SVG 그림" + +#: ../freedesktop.org.xml.in.h:522 +msgid "compressed Tracker audio" +msgstr "압축된 Tracker 오디오" + +#: ../freedesktop.org.xml.in.h:523 +msgid "desktop configuration file" +msgstr "바탕환경 설정 파일" + +#: ../freedesktop.org.xml.in.h:524 +msgid "detached OpenPGP signature" +msgstr "떼어진 OpenPGP 서명" + +#: ../freedesktop.org.xml.in.h:525 +msgid "detached S/MIME signature" +msgstr "떼어진 S/MIME 서명" + +#: ../freedesktop.org.xml.in.h:526 +msgid "differences between files" +msgstr "파일사이의 바뀐점" + +#. http://en.wikipedia.org/wiki/Design_rule_for_Camera_File_system +#: ../freedesktop.org.xml.in.h:528 +msgid "digital photos" +msgstr "디지털 사진" + +#: ../freedesktop.org.xml.in.h:529 +msgid "digital raw image" +msgstr "디지털 raw 이미지" + +#: ../freedesktop.org.xml.in.h:530 +msgid "eMusic download package" +msgstr "eMusic 내려받기 꾸러미" + +#: ../freedesktop.org.xml.in.h:531 +msgid "electronic book document" +msgstr "전자책 문서" + +#: ../freedesktop.org.xml.in.h:532 +msgid "electronic business card" +msgstr "전자 명함" + +#: ../freedesktop.org.xml.in.h:533 +msgid "email headers" +msgstr "전자우편 헤더" + +#: ../freedesktop.org.xml.in.h:534 +msgid "email message" +msgstr "전자우편 본문" + +#: ../freedesktop.org.xml.in.h:535 +msgid "empty document" +msgstr "빈 문서" + +#: ../freedesktop.org.xml.in.h:536 +msgid "encrypted message" +msgstr "암호화된 메세지" + +#: ../freedesktop.org.xml.in.h:537 +msgid "enriched text document" +msgstr "enriched text 문서" + +#: ../freedesktop.org.xml.in.h:538 +msgid "executable" +msgstr "실행파일" + +#: ../freedesktop.org.xml.in.h:539 +msgid "folder" +msgstr "폴더" + +#: ../freedesktop.org.xml.in.h:540 +msgid "generic font file" +msgstr "일반 글꼴 파일" + +#: ../freedesktop.org.xml.in.h:541 +msgid "help page" +msgstr "도움말 페이지" + +#: ../freedesktop.org.xml.in.h:542 +msgid "iMelody ringtone" +msgstr "iMelody 벨소리" + +#: ../freedesktop.org.xml.in.h:543 +msgid "iPod firmware" +msgstr "iPod 펌웨어" + +#: ../freedesktop.org.xml.in.h:544 +msgid "iRiver Playlist" +msgstr "iRiver 연주목록" + +#: ../freedesktop.org.xml.in.h:545 +msgid "installation instructions" +msgstr "설치 방법" + +#: ../freedesktop.org.xml.in.h:546 +msgid "iptables configuration file" +msgstr "iptables 설정 파일" + +#: ../freedesktop.org.xml.in.h:547 +msgid "libtool shared library" +msgstr "libtool 공유 라이브러리" + +#: ../freedesktop.org.xml.in.h:548 +msgid "license terms" +msgstr "라이센스 조항" + +#: ../freedesktop.org.xml.in.h:549 +msgid "mail delivery report" +msgstr "메일 배달 보고서" + +#: ../freedesktop.org.xml.in.h:550 +msgid "mail disposition report" +msgstr "메일 처리 보고서" + +#: ../freedesktop.org.xml.in.h:551 +msgid "mail system report" +msgstr "메일 시스템 보고서" + +#: ../freedesktop.org.xml.in.h:552 +msgid "mailbox file" +msgstr "메일함 파일" + +#: ../freedesktop.org.xml.in.h:553 +msgid "manual page (compressed)" +msgstr "(압축된) 설명서 페이지" + +#: ../freedesktop.org.xml.in.h:554 +msgid "message catalog" +msgstr "메세지 카탈로그" + +#: ../freedesktop.org.xml.in.h:555 +msgid "message digest" +msgstr "메세지 묶음" + +#: ../freedesktop.org.xml.in.h:556 +msgid "message in several formats" +msgstr "몇몇형식의 메세지" + +#: ../freedesktop.org.xml.in.h:557 +msgid "mount point" +msgstr "마운트 위치" + +#: ../freedesktop.org.xml.in.h:558 +msgid "object code" +msgstr "개체 코드" + +#: ../freedesktop.org.xml.in.h:559 +msgid "packed font file" +msgstr "글꼴 묶음 파일" + +#: ../freedesktop.org.xml.in.h:560 +msgid "partial email message" +msgstr "부분적인 이메일 메세지" + +#: ../freedesktop.org.xml.in.h:561 +msgid "pipe" +msgstr "파이프" + +#: ../freedesktop.org.xml.in.h:562 +msgid "plain text document" +msgstr "보통 text 문서" + +#. see fd.o hal spec +#: ../freedesktop.org.xml.in.h:564 +msgid "portable audio player" +msgstr "휴대용 오디오 연주기" + +#: ../freedesktop.org.xml.in.h:565 +msgid "profiler results" +msgstr "프로파일러 결과" + +#: ../freedesktop.org.xml.in.h:566 +msgid "program crash data" +msgstr "프로그램 비정상 종료 데이터" + +#: ../freedesktop.org.xml.in.h:567 +msgid "raw CD image" +msgstr "CD 이미지" + +#: ../freedesktop.org.xml.in.h:568 +msgid "reference to remote file" +msgstr "원격 파일 참조" + +#: ../freedesktop.org.xml.in.h:569 +msgid "rejected patch" +msgstr "거부된 패치 파일" + +#: ../freedesktop.org.xml.in.h:570 +msgid "resource location" +msgstr "자원 위치" + +#: ../freedesktop.org.xml.in.h:571 +msgid "rich text document" +msgstr "rich text 문서" + +#: ../freedesktop.org.xml.in.h:572 +msgid "shared library" +msgstr "공유 라이브러리" + +#: ../freedesktop.org.xml.in.h:573 +msgid "shell archive" +msgstr "쉘 묶음파일" + +#: ../freedesktop.org.xml.in.h:574 +msgid "shell script" +msgstr "쉘 스크립트" + +#: ../freedesktop.org.xml.in.h:575 +msgid "signed message" +msgstr "서명된 메세지" + +#: ../freedesktop.org.xml.in.h:576 +msgid "socket" +msgstr "소켓" + +#. http://standards.freedesktop.org/autostart-spec/autostart-spec-latest.html +#. http://bugzilla.gnome.org/show_bug.cgi?id=509823#c3 +#: ../freedesktop.org.xml.in.h:579 +msgid "software" +msgstr "소프트웨어" + +#: ../freedesktop.org.xml.in.h:580 +msgid "spreadsheet interchange document" +msgstr "spreadsheet 교환 문서" + +#: ../freedesktop.org.xml.in.h:581 +msgid "stream of data (server push)" +msgstr "스트림 데이터 (서버 푸시)" + +#: ../freedesktop.org.xml.in.h:582 +msgid "symbolic link" +msgstr "심볼릭 링크" + +#: ../freedesktop.org.xml.in.h:583 +msgid "theme" +msgstr "테마" + +#: ../freedesktop.org.xml.in.h:584 +msgid "translated messages (machine-readable)" +msgstr "(기계언어로 된) 번역 메세지" + +#: ../freedesktop.org.xml.in.h:585 +msgid "translation file" +msgstr "번역 파일" + +#: ../freedesktop.org.xml.in.h:586 +msgid "translation template" +msgstr "메세지 번역틀" + +#: ../freedesktop.org.xml.in.h:587 +msgid "txt2tags document" +msgstr "txt2tags 문서" + +#: ../freedesktop.org.xml.in.h:588 +msgid "unknown" +msgstr "알 수 없음" + +#. http://en.wikipedia.org/wiki/DVD-Video +#: ../freedesktop.org.xml.in.h:590 +msgid "video DVD" +msgstr "비디오 CD" + +#~ msgid "Compact Disc Audio" +#~ msgstr "CD 오디오" + +#~ msgid "DVD Audio" +#~ msgstr "DVD 오디오" + +#~ msgid "DVD Video" +#~ msgstr "DVD 비디오" + +#~ msgid "Speech document" +#~ msgstr "Speech 문서" diff --git a/po/lt.po b/po/lt.po new file mode 100644 index 0000000..97c6df6 --- /dev/null +++ b/po/lt.po @@ -0,0 +1,2290 @@ +# Lithuanian translation of shared-mime-info. +# Copyright (C) 2006-2009 Free Software Foundation, Inc. +# This file is distributed under the same license as the shared-mime-info package. +# Žygimantas Beručka , 2006-2009. +# +# +msgid "" +msgstr "" +"Project-Id-Version: shared-mime-info 0.51\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2008-07-23 12:49+0100\n" +"PO-Revision-Date: 2009-02-13 14:48+0200\n" +"Last-Translator: Žygimantas Beručka \n" +"Language-Team: Lithuanian \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: ../freedesktop.org.xml.in.h:1 +msgid "3D Studio image" +msgstr "3D Studio paveikslėlis" + +#: ../freedesktop.org.xml.in.h:2 +msgid "3GPP multimedia file" +msgstr "3GPP multimedijos failas" + +#: ../freedesktop.org.xml.in.h:3 +msgid "7-zip archive" +msgstr "7-zip archyvas" + +#: ../freedesktop.org.xml.in.h:4 +msgid "ACE archive" +msgstr "ACE archyvas" + +#: ../freedesktop.org.xml.in.h:5 +msgid "AIFC audio" +msgstr "AIFC garsas" + +#: ../freedesktop.org.xml.in.h:6 +msgid "AIFF audio" +msgstr "AIFF garsas" + +#: ../freedesktop.org.xml.in.h:7 +msgid "AIFF/Amiga/Mac audio" +msgstr "AIFF/Amiga/Mac garsas" + +#: ../freedesktop.org.xml.in.h:8 +msgid "AMR audio" +msgstr "AMR garsas" + +#: ../freedesktop.org.xml.in.h:9 +msgid "AMR-WB audio" +msgstr "AMR-WB garsas" + +#: ../freedesktop.org.xml.in.h:10 +msgid "ANIM animation" +msgstr "ANIM animacija" + +#: ../freedesktop.org.xml.in.h:11 +msgid "AR archive" +msgstr "AR archyvas" + +#: ../freedesktop.org.xml.in.h:12 +msgid "ARC archive" +msgstr "ARC archyvas" + +#: ../freedesktop.org.xml.in.h:13 +msgid "ARJ archive" +msgstr "ARJ archyvas" + +#: ../freedesktop.org.xml.in.h:14 +msgid "ASF video" +msgstr "ASF vaizdas" + +#: ../freedesktop.org.xml.in.h:15 +msgid "ASP page" +msgstr "ASP puslapis" + +#: ../freedesktop.org.xml.in.h:16 +msgid "ATK inset" +msgstr "ATK inset" + +#: ../freedesktop.org.xml.in.h:17 +msgid "AVI video" +msgstr "AVI vaizdas" + +#: ../freedesktop.org.xml.in.h:18 +msgid "AWK script" +msgstr "AWK scenarijus" + +#: ../freedesktop.org.xml.in.h:19 +msgid "AbiWord document" +msgstr "AbiWord dokumentas" + +#: ../freedesktop.org.xml.in.h:20 +msgid "Ada source code" +msgstr "Ada pradinis kodas" + +#: ../freedesktop.org.xml.in.h:21 +msgid "Adobe DNG negative" +msgstr "Adobe DNG negatyvas" + +#: ../freedesktop.org.xml.in.h:22 +msgid "Adobe FrameMaker MIF document" +msgstr "Adobe FrameMaker MIF dokumentas" + +#: ../freedesktop.org.xml.in.h:23 +msgid "Adobe FrameMaker document" +msgstr "Adobe FrameMaker dokumentas" + +#: ../freedesktop.org.xml.in.h:24 +msgid "Adobe FrameMaker font" +msgstr "Adobe FrameMaker šriftas" + +#: ../freedesktop.org.xml.in.h:25 +msgid "Adobe Illustrator document" +msgstr "Adobe Illustrator dokumentas" + +#: ../freedesktop.org.xml.in.h:26 +msgid "Adobe font metrics" +msgstr "Adobe šriftų metrika" + +#: ../freedesktop.org.xml.in.h:27 +msgid "Alzip archive" +msgstr "Alzip archyvas" + +#: ../freedesktop.org.xml.in.h:28 +msgid "Amiga SoundTracker audio" +msgstr "Amiga SoundTracker garsas" + +#: ../freedesktop.org.xml.in.h:29 +msgid "Applix Graphics image" +msgstr "Applix Graphics paveikslėlis" + +#: ../freedesktop.org.xml.in.h:30 +msgid "Applix Spreadsheets spreadsheet" +msgstr "Applix Spreadsheets skaičialentė" + +#: ../freedesktop.org.xml.in.h:31 +msgid "Applix Words document" +msgstr "Applix Words dokumentas" + +#: ../freedesktop.org.xml.in.h:32 +msgid "Atom syndication feed" +msgstr "Atom sindikacijos kanalas" + +#: ../freedesktop.org.xml.in.h:33 +msgid "AutoCAD image" +msgstr "AutoCAD paveikslėlis" + +#: ../freedesktop.org.xml.in.h:34 +msgid "BCPIO document" +msgstr "BCPIO dokumentas" + +#: ../freedesktop.org.xml.in.h:35 +msgid "BDF font" +msgstr "BDF šriftas" + +#: ../freedesktop.org.xml.in.h:36 +msgid "BibTeX document" +msgstr "BibTeX dokumentas" + +#: ../freedesktop.org.xml.in.h:37 +msgid "BitTorrent seed file" +msgstr "BitTorrent šaltinio failas" + +#: ../freedesktop.org.xml.in.h:38 +msgid "Blender scene" +msgstr "Blender scena" + +#. http://en.wikipedia.org/wiki/Blu-ray_Disc +#. http://www.blu-raydisc.com/Section-13470/Section-13890/Index.html +#: ../freedesktop.org.xml.in.h:41 +msgid "Blu-ray video disc" +msgstr "Blu-ray vaizdo diskas" + +#: ../freedesktop.org.xml.in.h:42 +msgid "Bzip archive" +msgstr "Bzip archyvas" + +#: ../freedesktop.org.xml.in.h:43 +msgid "C header" +msgstr "C antraštė" + +#: ../freedesktop.org.xml.in.h:44 +msgid "C shell script" +msgstr "C shell scenarijus" + +#: ../freedesktop.org.xml.in.h:45 +msgid "C source code" +msgstr "C pradinis kodas" + +#: ../freedesktop.org.xml.in.h:46 +msgid "C# source code" +msgstr "C# pradinis kodas" + +#: ../freedesktop.org.xml.in.h:47 +msgid "C++ header" +msgstr "C++ antraštė" + +#: ../freedesktop.org.xml.in.h:48 +msgid "C++ source code" +msgstr "C++ pradinis kodas" + +#: ../freedesktop.org.xml.in.h:49 +msgid "CCITT G3 fax" +msgstr "CCITT G3 faksas" + +#: ../freedesktop.org.xml.in.h:50 +msgid "CD Table Of Contents" +msgstr "CD turinys" + +#: ../freedesktop.org.xml.in.h:51 +msgid "CD image cuesheet" +msgstr "CD atvaizdžio aprašas" + +#: ../freedesktop.org.xml.in.h:52 +msgid "CHM document" +msgstr "CHM dokumentas" + +#: ../freedesktop.org.xml.in.h:53 +msgid "CMU raster image" +msgstr "CMU rastrinis paveikslėlis" + +#: ../freedesktop.org.xml.in.h:54 +msgid "CMake source code" +msgstr "CMake pirminis tekstas" + +#: ../freedesktop.org.xml.in.h:55 +msgid "CPIO archive" +msgstr "CPIO archyvas" + +#: ../freedesktop.org.xml.in.h:56 +msgid "CPIO archive (gzip-compressed)" +msgstr "CPIO archyvas (suglaudintas su gzip)" + +#: ../freedesktop.org.xml.in.h:57 +msgid "CSS stylesheet" +msgstr "CSS stiliaus aprašas" + +#: ../freedesktop.org.xml.in.h:58 +msgid "CSV document" +msgstr "CSV dokumentas" + +#: ../freedesktop.org.xml.in.h:59 +msgid "Canon CR2 raw image" +msgstr "Canon CR2 neapdorotas paveikslėlis" + +#: ../freedesktop.org.xml.in.h:60 +msgid "Canon CRW raw image" +msgstr "Canon CRW neapdorotas paveikslėlis" + +#: ../freedesktop.org.xml.in.h:61 +msgid "ChangeLog document" +msgstr "ChangeLog dokumentas" + +#: ../freedesktop.org.xml.in.h:62 +msgid "Cisco VPN Settings" +msgstr "Cisco VPN parametrai" + +#: ../freedesktop.org.xml.in.h:63 +msgid "Citrix ICA settings file" +msgstr "Citrix ICA parametrų failas" + +#: ../freedesktop.org.xml.in.h:64 +msgid "Commodore 64 audio" +msgstr "Commodore 64 garsas" + +#: ../freedesktop.org.xml.in.h:65 +msgid "Computer Graphics Metafile" +msgstr "Computer Graphics metafailas" + +#: ../freedesktop.org.xml.in.h:66 +msgid "Corel Draw drawing" +msgstr "Corel Draw piešinys" + +#: ../freedesktop.org.xml.in.h:67 +msgid "D source code" +msgstr "D pradinis kodas" + +#: ../freedesktop.org.xml.in.h:68 +msgid "DAR archive" +msgstr "DAR archyvas" + +#: ../freedesktop.org.xml.in.h:69 +msgid "DCL script" +msgstr "DCL scenarijus" + +#: ../freedesktop.org.xml.in.h:70 +msgid "DER/PEM/Netscape-encoded X.509 certificate" +msgstr "DER/PEM/Netscape-encoded X.509 sertifikatas" + +#: ../freedesktop.org.xml.in.h:71 +msgid "DIB image" +msgstr "DIB paveikslėlis" + +#: ../freedesktop.org.xml.in.h:72 +msgid "DICOM image" +msgstr "DICOM paveikslėlis" + +#: ../freedesktop.org.xml.in.h:73 +msgid "DOS font" +msgstr "DOS šriftas" + +#: ../freedesktop.org.xml.in.h:74 +msgid "DOS/Windows executable" +msgstr "DOS/Windows vykdomasis failas" + +#: ../freedesktop.org.xml.in.h:75 +msgid "DPX image" +msgstr "DPX paveikslėlis" + +#: ../freedesktop.org.xml.in.h:76 +msgid "DSSSL document" +msgstr "DSSSL dokumentas" + +#: ../freedesktop.org.xml.in.h:77 +msgid "DTD file" +msgstr "DTD failas" + +#: ../freedesktop.org.xml.in.h:78 +msgid "DV video" +msgstr "DV vaizdas" + +#: ../freedesktop.org.xml.in.h:79 +msgid "DXF vector image" +msgstr "DXF vektorinis paveikslėlis" + +#: ../freedesktop.org.xml.in.h:80 +msgid "Debian package" +msgstr "Debian paketas" + +#: ../freedesktop.org.xml.in.h:81 +msgid "Dia diagram" +msgstr "Dia diagrama" + +#: ../freedesktop.org.xml.in.h:82 +msgid "DirectDraw surface" +msgstr "DirectDraw paviršius" + +#: ../freedesktop.org.xml.in.h:83 +msgid "DjVu image" +msgstr "DjVu paveikslėlis" + +#: ../freedesktop.org.xml.in.h:84 +msgid "DocBook document" +msgstr "DocBook dokumentas" + +#: ../freedesktop.org.xml.in.h:85 +msgid "Dolby Digital audio" +msgstr "Dolby Digital garsas" + +#: ../freedesktop.org.xml.in.h:86 +msgid "Dreamcast ROM" +msgstr "Dreamcast ROM" + +#: ../freedesktop.org.xml.in.h:87 +msgid "ECMAScript program" +msgstr "ECMAScript programa" + +#: ../freedesktop.org.xml.in.h:88 +msgid "EMF image" +msgstr "EMF paveikslėlis" + +#: ../freedesktop.org.xml.in.h:89 +msgid "EPS image" +msgstr "EPS paveikslėlis" + +#: ../freedesktop.org.xml.in.h:90 +msgid "EPS image (bzip-compressed)" +msgstr "EPS paveikslėlis (suglaudintas su bzip)" + +#: ../freedesktop.org.xml.in.h:91 +msgid "EPS image (gzip-compressed)" +msgstr "EPS paveikslėlis (suglaudintas su gzip)" + +#: ../freedesktop.org.xml.in.h:92 +msgid "EXR image" +msgstr "EXR paveikslėlis" + +#: ../freedesktop.org.xml.in.h:93 +msgid "Egon Animator animation" +msgstr "Egon Animator animacija" + +#: ../freedesktop.org.xml.in.h:94 +msgid "Eiffel source code" +msgstr "Eiffel pirminis programos tekstas" + +#: ../freedesktop.org.xml.in.h:95 +msgid "Emacs Lisp source code" +msgstr "Emacs Lisp pradinis kodas" + +#: ../freedesktop.org.xml.in.h:96 +msgid "Enlightenment theme" +msgstr "Enlightenment tema" + +#: ../freedesktop.org.xml.in.h:97 +msgid "Erlang source code" +msgstr "Erlang pradinis kodas" + +#: ../freedesktop.org.xml.in.h:98 +msgid "Excel spreadsheet" +msgstr "Excel skaičialentė" + +#: ../freedesktop.org.xml.in.h:99 +msgid "FITS document" +msgstr "FITS dokumentas" + +#: ../freedesktop.org.xml.in.h:100 +msgid "FLAC audio" +msgstr "FLAC garsas" + +#: ../freedesktop.org.xml.in.h:101 +msgid "FLIC animation" +msgstr "FLIC animacija" + +#: ../freedesktop.org.xml.in.h:102 +msgid "FLTK Fluid file" +msgstr "FLTK Fluid failas" + +#: ../freedesktop.org.xml.in.h:103 +msgid "FPX image" +msgstr "FPX paveikslėlis" + +#: ../freedesktop.org.xml.in.h:104 +msgid "FastTracker II audio" +msgstr "FastTracker II garsas" + +#: ../freedesktop.org.xml.in.h:105 +msgid "Flash video" +msgstr "Flash vaizdas" + +#: ../freedesktop.org.xml.in.h:106 +msgid "Fortran source code" +msgstr "Fortran pradinis kodas" + +#: ../freedesktop.org.xml.in.h:107 +msgid "Fuji RAF raw image" +msgstr "Fuji RAF neapdorotas paveikslėlis" + +#: ../freedesktop.org.xml.in.h:108 +msgid "G3 fax image" +msgstr "G3 fax paveikslėlis" + +#: ../freedesktop.org.xml.in.h:109 +msgid "GDBM database" +msgstr "GDBM duomenų bazė" + +#: ../freedesktop.org.xml.in.h:110 +msgid "GEDCOM family history" +msgstr "GEDCOM šeimos istorija" + +#: ../freedesktop.org.xml.in.h:111 +msgid "GIF image" +msgstr "GIF paveikslėlis" + +#: ../freedesktop.org.xml.in.h:112 +msgid "GIMP image" +msgstr "GIMP paveikslėlis" + +#: ../freedesktop.org.xml.in.h:113 +msgid "GMC link" +msgstr "GMC nuoroda" + +#: ../freedesktop.org.xml.in.h:114 +msgid "GNU Oleo spreadsheet" +msgstr "GNU Oleo skaičialentė" + +#: ../freedesktop.org.xml.in.h:115 +msgid "GNU mail message" +msgstr "GNU pašto žinutė" + +#: ../freedesktop.org.xml.in.h:116 +msgid "GNUnet search file" +msgstr "GNUnet paieškos failas" + +#: ../freedesktop.org.xml.in.h:117 +msgid "GTKtalog catalog" +msgstr "GTKtalog katalogas" + +#: ../freedesktop.org.xml.in.h:118 +msgid "Game Boy Advance ROM" +msgstr "Game Boy Advance ROM" + +#: ../freedesktop.org.xml.in.h:119 +msgid "Game Boy ROM" +msgstr "Game Boy ROM" + +#. Translate this to Megadrive if the console was known as such in your locale +#. Should be Megadrive in all but en_US: http://en.wikipedia.org/wiki/Megadrive#History +#: ../freedesktop.org.xml.in.h:122 +msgid "Genesis ROM" +msgstr "Genesis ROM" + +#: ../freedesktop.org.xml.in.h:123 +msgid "Glade project" +msgstr "Glade projektas" + +#: ../freedesktop.org.xml.in.h:124 +msgid "GnuCash spreadsheet" +msgstr "GnuCash skaičialentė" + +#: ../freedesktop.org.xml.in.h:125 +msgid "Gnumeric spreadsheet" +msgstr "Gnumeric skaičialentė" + +#: ../freedesktop.org.xml.in.h:126 +msgid "Gnuplot document" +msgstr "Gnuplot dokumentas" + +#: ../freedesktop.org.xml.in.h:127 +msgid "Google Video Pointer" +msgstr "Google Video Pointer" + +#: ../freedesktop.org.xml.in.h:128 +msgid "Graphite scientific graph" +msgstr "Graphite mokslinė diagrama" + +#: ../freedesktop.org.xml.in.h:129 +msgid "Gzip archive" +msgstr "Gzip archyvas" + +#. http://en.wikipedia.org/wiki/HD_DVD +#. http://www.dvdafteredit.com/wiki/The_HVDVD_TS_Folder +#: ../freedesktop.org.xml.in.h:132 +msgid "HD DVD video disc" +msgstr "HD DVD vaizdo diskas" + +#: ../freedesktop.org.xml.in.h:133 +msgid "HDF document" +msgstr "HDF dokumentas" + +#: ../freedesktop.org.xml.in.h:134 +msgid "HPGL file" +msgstr "HPGL failas" + +#: ../freedesktop.org.xml.in.h:135 +msgid "HTML document" +msgstr "HTML dokumentas" + +#: ../freedesktop.org.xml.in.h:136 +msgid "Haansoft Hangul document" +msgstr "Haansoft Hangul dokumentas" + +#: ../freedesktop.org.xml.in.h:137 +msgid "Haansoft Hangul document template" +msgstr "Haansoft Hangul dokumento šablonas" + +#: ../freedesktop.org.xml.in.h:138 +msgid "Haskell source code" +msgstr "Haskell pradinis kodas" + +#: ../freedesktop.org.xml.in.h:139 +msgid "ICO icon" +msgstr "ICO piktograma" + +#: ../freedesktop.org.xml.in.h:140 +msgid "IDL document" +msgstr "IDL dokumentas" + +#: ../freedesktop.org.xml.in.h:141 +msgid "IEF image" +msgstr "IEF paveikslėlis" + +#: ../freedesktop.org.xml.in.h:142 +msgid "IFF image" +msgstr "IFF paveikslėlis" + +#: ../freedesktop.org.xml.in.h:143 +msgid "ILBM image" +msgstr "ILBM paveikslėlis" + +#: ../freedesktop.org.xml.in.h:144 +msgid "ISI video" +msgstr "ISI vaizdas" + +#: ../freedesktop.org.xml.in.h:145 +msgid "Impulse Tracker audio" +msgstr "Impulse Tracker garsas" + +#: ../freedesktop.org.xml.in.h:146 +msgid "Internet shortcut" +msgstr "Interneto nuoroda" + +#: ../freedesktop.org.xml.in.h:147 +msgid "JAD document" +msgstr "JAD dokumentas" + +#: ../freedesktop.org.xml.in.h:148 +msgid "JBuilder project" +msgstr "JBuilder projektas" + +#: ../freedesktop.org.xml.in.h:149 +msgid "JET database" +msgstr "JET duomenų bazė" + +#: ../freedesktop.org.xml.in.h:150 +msgid "JNG image" +msgstr "JNG paveikslėlis" + +#: ../freedesktop.org.xml.in.h:151 +msgid "JNLP file" +msgstr "JNLP failas" + +#: ../freedesktop.org.xml.in.h:152 +msgid "JPEG image" +msgstr "JPEG paveikslėlis" + +#: ../freedesktop.org.xml.in.h:153 +msgid "JPEG-2000 image" +msgstr "JPEG-2000 paveikslėlis" + +#: ../freedesktop.org.xml.in.h:154 +msgid "Java archive" +msgstr "Java archyvas" + +#: ../freedesktop.org.xml.in.h:155 +msgid "Java byte code" +msgstr "Java baitinis kodas" + +#: ../freedesktop.org.xml.in.h:156 +msgid "Java class" +msgstr "Java klasė" + +#: ../freedesktop.org.xml.in.h:157 +msgid "Java source code" +msgstr "Java pradinis kodas" + +#: ../freedesktop.org.xml.in.h:158 +msgid "JavaScript program" +msgstr "JavaScript programa" + +#: ../freedesktop.org.xml.in.h:159 +msgid "KChart chart" +msgstr "KChart diagrama" + +#: ../freedesktop.org.xml.in.h:160 +msgid "KFormula formula" +msgstr "KFormula formulė" + +#: ../freedesktop.org.xml.in.h:161 +msgid "KIllustrator drawing" +msgstr "KIllustrator piešinys" + +#: ../freedesktop.org.xml.in.h:162 +msgid "KPovModeler scene" +msgstr "KPovModeler scena" + +#: ../freedesktop.org.xml.in.h:163 +msgid "KPresenter presentation" +msgstr "KPresenter pateiktis" + +#: ../freedesktop.org.xml.in.h:164 +msgid "KSpread spreadsheet" +msgstr "KSpread skaičialentė" + +#: ../freedesktop.org.xml.in.h:165 +msgid "KSpread spreadsheet (encrypted)" +msgstr "KSpread skaičialentė (užšifruota)" + +#: ../freedesktop.org.xml.in.h:166 +msgid "KSysV init package" +msgstr "KSysV init paketas" + +#: ../freedesktop.org.xml.in.h:167 +msgid "KWord document" +msgstr "KWord dokumentas" + +#: ../freedesktop.org.xml.in.h:168 +msgid "KWord document (encrypted)" +msgstr "KWord dokumentas (užšifruotas)" + +#: ../freedesktop.org.xml.in.h:169 +msgid "Karbon14 drawing" +msgstr "Karbon14 piešinys" + +#: ../freedesktop.org.xml.in.h:170 +msgid "Kivio flowchart" +msgstr "Kivio eigos diagrama" + +#: ../freedesktop.org.xml.in.h:171 +msgid "Kodak DCR raw image" +msgstr "Kodak DCR neapdorotas paveikslėlis" + +#: ../freedesktop.org.xml.in.h:172 +msgid "Kodak K25 raw image" +msgstr "Kodak K25 neapdorotas paveikslėlis" + +#: ../freedesktop.org.xml.in.h:173 +msgid "Kodak KDC raw image" +msgstr "Kodak KDC neapdorotas paveikslėlis" + +#: ../freedesktop.org.xml.in.h:174 +msgid "Kontour drawing" +msgstr "Kontour piešinys" + +#: ../freedesktop.org.xml.in.h:175 +msgid "Krita document" +msgstr "Krita dokumentas" + +#: ../freedesktop.org.xml.in.h:176 +msgid "Kugar document" +msgstr "Kugar dokumentas" + +#: ../freedesktop.org.xml.in.h:177 +msgid "LDIF address book" +msgstr "LDIF adresų knygelė" + +#: ../freedesktop.org.xml.in.h:178 +msgid "LHA archive" +msgstr "LHA archyvas" + +#: ../freedesktop.org.xml.in.h:179 +msgid "LHS source code" +msgstr "LHS pradinis kodas" + +#: ../freedesktop.org.xml.in.h:180 +msgid "LHZ archive" +msgstr "LHZ archyvas" + +#: ../freedesktop.org.xml.in.h:181 +msgid "LIBGRX font" +msgstr "LIBGRX šriftas" + +#: ../freedesktop.org.xml.in.h:182 +msgid "LZMA archive" +msgstr "LZMA archyvas" + +#: ../freedesktop.org.xml.in.h:183 +msgid "LZO archive" +msgstr "LZO archyvas" + +#: ../freedesktop.org.xml.in.h:184 +msgid "LightWave object" +msgstr "LightWave objektas" + +#: ../freedesktop.org.xml.in.h:185 +msgid "LightWave scene" +msgstr "LightWave scena" + +#: ../freedesktop.org.xml.in.h:186 +msgid "Lilypond music sheet" +msgstr "Lilypond muzikos lapas" + +#: ../freedesktop.org.xml.in.h:187 +msgid "Linux PSF console font" +msgstr "Linux PSF konsolės šriftas" + +#: ../freedesktop.org.xml.in.h:188 +msgid "Linux PSF console font (gzip-compressed)" +msgstr "Linux PSF konsolės šriftas (suglaudintas su gzip)" + +#: ../freedesktop.org.xml.in.h:189 +msgid "Lotus 1-2-3 spreadsheet" +msgstr "Lotus 1-2-3 skaičialentė" + +#: ../freedesktop.org.xml.in.h:190 +msgid "Lotus AmiPro document" +msgstr "Lotus AmiPro dokumentas" + +#: ../freedesktop.org.xml.in.h:191 +msgid "Lua script" +msgstr "Lua scenarijus" + +#: ../freedesktop.org.xml.in.h:192 +msgid "LyX document" +msgstr "LyX dokumentas" + +#: ../freedesktop.org.xml.in.h:193 +msgid "M4 macro" +msgstr "M4 macro" + +#: ../freedesktop.org.xml.in.h:194 +msgid "MATLAB script/function" +msgstr "MATLAB scenarijus / funkcija" + +#: ../freedesktop.org.xml.in.h:195 +msgid "MIDI audio" +msgstr "MIDI garsas" + +#: ../freedesktop.org.xml.in.h:196 +msgid "MNG animation" +msgstr "MNG animacija" + +#: ../freedesktop.org.xml.in.h:197 +msgid "MP2 audio" +msgstr "MP2 garsas" + +#: ../freedesktop.org.xml.in.h:198 +msgid "MP3 ShoutCast playlist" +msgstr "MP3 ShoutCast grojaraštis" + +#: ../freedesktop.org.xml.in.h:199 +msgid "MP3 audio" +msgstr "MP3 garsas" + +#: ../freedesktop.org.xml.in.h:200 +msgid "MP3 audio (streamed)" +msgstr "MP3 garsas (transliuojamas)" + +#: ../freedesktop.org.xml.in.h:201 +msgid "MPEG video" +msgstr "MPEG vaizdas" + +#: ../freedesktop.org.xml.in.h:202 +msgid "MPEG-4 audio" +msgstr "MPEG-4 garsas" + +#: ../freedesktop.org.xml.in.h:203 +msgid "MPEG-4 audio book" +msgstr "MPEG-4 garso knyga" + +#: ../freedesktop.org.xml.in.h:204 +msgid "MPEG-4 video" +msgstr "MPEG-4 vaizdas" + +#: ../freedesktop.org.xml.in.h:205 +msgid "MPSub subtitles" +msgstr "MPSub subtitrai" + +#: ../freedesktop.org.xml.in.h:206 +msgid "MRML playlist" +msgstr "MRML grojaraštis" + +#: ../freedesktop.org.xml.in.h:207 +msgid "MSX ROM" +msgstr "MSX ROM" + +#: ../freedesktop.org.xml.in.h:208 +msgid "MacOS X icon" +msgstr "MacOS X piktograma" + +#: ../freedesktop.org.xml.in.h:209 +msgid "MacPaint Bitmap image" +msgstr "MacPaint rastrinis paveikslėlis" + +#: ../freedesktop.org.xml.in.h:210 +msgid "Macintosh AppleDouble-encoded file" +msgstr "Macintosh AppleDouble-encoded failas" + +#: ../freedesktop.org.xml.in.h:211 +msgid "Macintosh BinHex-encoded file" +msgstr "Macintosh BinHex-encoded failas" + +#: ../freedesktop.org.xml.in.h:212 +msgid "Macintosh MacBinary file" +msgstr "Macintosh MacBinary failas" + +#: ../freedesktop.org.xml.in.h:213 +msgid "Macintosh Quickdraw/PICT drawing" +msgstr "Macintosh Quickdraw/PICT piešinys" + +#: ../freedesktop.org.xml.in.h:214 +msgid "MagicPoint presentation" +msgstr "MagicPoint pateiktis" + +#: ../freedesktop.org.xml.in.h:215 +msgid "Makefile" +msgstr "Makefile" + +#: ../freedesktop.org.xml.in.h:216 +msgid "Managed Object Format" +msgstr "Sutvarkytų objektų formatas" + +#: ../freedesktop.org.xml.in.h:217 +msgid "Markaby script" +msgstr "Markaby scenarijus" + +#: ../freedesktop.org.xml.in.h:218 +msgid "MathML document" +msgstr "MathML dokumentas" + +#: ../freedesktop.org.xml.in.h:219 +msgid "Mathematica Notebook" +msgstr "Mathematica užrašinė" + +#: ../freedesktop.org.xml.in.h:220 +msgid "Matroska audio" +msgstr "Matroska garsas" + +#: ../freedesktop.org.xml.in.h:221 +msgid "Matroska stream" +msgstr "Matroska srautas" + +#: ../freedesktop.org.xml.in.h:222 +msgid "Matroska video" +msgstr "Matroska vaizdas" + +#: ../freedesktop.org.xml.in.h:223 +msgid "MicroDVD subtitles" +msgstr "MicroDVD subtitrai" + +#: ../freedesktop.org.xml.in.h:224 +msgid "Microsoft ASX playlist" +msgstr "Microsoft ASX grojaraštis" + +#: ../freedesktop.org.xml.in.h:225 +msgid "Microsoft Works document" +msgstr "Microsoft Works dokumentas" + +#: ../freedesktop.org.xml.in.h:226 +msgid "MiniPSF audio" +msgstr "MiniPSF garsas" + +#: ../freedesktop.org.xml.in.h:227 +msgid "Minolta MRW raw image" +msgstr "Minolta MRW neapdorotas paveikslėlis" + +#: ../freedesktop.org.xml.in.h:228 +msgid "Monkey's audio" +msgstr "Monkey garsas" + +#: ../freedesktop.org.xml.in.h:229 +msgid "Mozilla bookmarks" +msgstr "Mozilla žymelės" + +#: ../freedesktop.org.xml.in.h:230 +msgid "Mup publication" +msgstr "Mup leidinys" + +#: ../freedesktop.org.xml.in.h:231 +msgid "Musepack audio" +msgstr "Musepack garsas" + +#. Translate this to Famicom if the console was known as such in your locale +#: ../freedesktop.org.xml.in.h:233 +msgid "NES ROM" +msgstr "NES ROM" + +#: ../freedesktop.org.xml.in.h:234 +msgid "NFO document" +msgstr "NFO dokumentas" + +#: ../freedesktop.org.xml.in.h:235 +msgid "NIFF image" +msgstr "NIFF paveikslėlis" + +#: ../freedesktop.org.xml.in.h:236 +msgid "Nautilus link" +msgstr "Nautilus nuoroda" + +#: ../freedesktop.org.xml.in.h:237 +msgid "Nikon NEF raw image" +msgstr "Nikon NEF neapdorotas paveikslėlis" + +#: ../freedesktop.org.xml.in.h:238 +msgid "Nintendo DS ROM" +msgstr "Nintendo DS ROM" + +#: ../freedesktop.org.xml.in.h:239 +msgid "Nintendo64 ROM" +msgstr "Nintendo64 ROM" + +#: ../freedesktop.org.xml.in.h:240 +msgid "NullSoft video" +msgstr "NullSoft vaizdas" + +#: ../freedesktop.org.xml.in.h:241 +msgid "OCL file" +msgstr "OCL failas" + +#: ../freedesktop.org.xml.in.h:242 +msgid "OCaml source code" +msgstr "OCaml pradinis kodas" + +#: ../freedesktop.org.xml.in.h:243 +msgid "ODA document" +msgstr "ODA dokumentas" + +#: ../freedesktop.org.xml.in.h:244 +msgid "ODB database" +msgstr "ODB duomenų bazė" + +#: ../freedesktop.org.xml.in.h:245 +msgid "ODC chart" +msgstr "ODC diagrama" + +#: ../freedesktop.org.xml.in.h:246 +msgid "ODF formula" +msgstr "ODF formulė" + +#: ../freedesktop.org.xml.in.h:247 +msgid "ODG drawing" +msgstr "ODG piešinys" + +#: ../freedesktop.org.xml.in.h:248 +msgid "ODG template" +msgstr "ODG šablonas" + +#: ../freedesktop.org.xml.in.h:249 +msgid "ODI image" +msgstr "ODI paveikslėlis" + +#: ../freedesktop.org.xml.in.h:250 +msgid "ODM document" +msgstr "ODM dokumentas" + +#: ../freedesktop.org.xml.in.h:251 +msgid "ODP presentation" +msgstr "ODP pateiktis" + +#: ../freedesktop.org.xml.in.h:252 +msgid "ODP template" +msgstr "ODP šablonas" + +#: ../freedesktop.org.xml.in.h:253 +msgid "ODS spreadsheet" +msgstr "ODS skaičialentė" + +#: ../freedesktop.org.xml.in.h:254 +msgid "ODS template" +msgstr "ODS šablonas" + +#: ../freedesktop.org.xml.in.h:255 +msgid "ODT document" +msgstr "ODA dokumentas" + +#: ../freedesktop.org.xml.in.h:256 +msgid "ODT template" +msgstr "ODT šablonas" + +#: ../freedesktop.org.xml.in.h:257 +msgid "OGM video" +msgstr "OGM vaizdas" + +#: ../freedesktop.org.xml.in.h:258 +msgid "OLE2 compound document storage" +msgstr "OLE2 sudėtinių dokumentų laikmena" + +#: ../freedesktop.org.xml.in.h:259 +msgid "OPML syndication feed" +msgstr "OPML sindikacijos kanalas" + +#: ../freedesktop.org.xml.in.h:260 +msgid "OTH template" +msgstr "OTH šablonas" + +#: ../freedesktop.org.xml.in.h:261 +msgid "Objective-C source code" +msgstr "Objective-C pradinis kodas" + +#: ../freedesktop.org.xml.in.h:262 +msgid "Office drawing" +msgstr "Office piešinys" + +#: ../freedesktop.org.xml.in.h:263 +msgid "Ogg Audio" +msgstr "Ogg garsas" + +#: ../freedesktop.org.xml.in.h:264 +msgid "Ogg FLAC audio" +msgstr "Ogg FLAC garsas" + +#: ../freedesktop.org.xml.in.h:265 +msgid "Ogg Speex audio" +msgstr "Ogg Speex garsas" + +#: ../freedesktop.org.xml.in.h:266 +msgid "Ogg Theora video" +msgstr "Ogg Theora vaizdas" + +#: ../freedesktop.org.xml.in.h:267 +msgid "Ogg Video" +msgstr "Ogg vaizdas" + +#: ../freedesktop.org.xml.in.h:268 +msgid "Ogg Vorbis audio" +msgstr "Ogg Vorbis garsas" + +#: ../freedesktop.org.xml.in.h:269 +msgid "Ogg multimedia file" +msgstr "Ogg multimedijos failas" + +#: ../freedesktop.org.xml.in.h:270 +msgid "Olympus ORF raw image" +msgstr "Olympus ORF neapdorotas paveikslėlis" + +#: ../freedesktop.org.xml.in.h:271 +msgid "OpenOffice Calc spreadsheet" +msgstr "OpenOffice Calc skaičialentė" + +#: ../freedesktop.org.xml.in.h:272 +msgid "OpenOffice Calc template" +msgstr "OpenOffice Calc šablonas" + +#: ../freedesktop.org.xml.in.h:273 +msgid "OpenOffice Draw drawing" +msgstr "OpenOffice Draw piešinys" + +#: ../freedesktop.org.xml.in.h:274 +msgid "OpenOffice Draw template" +msgstr "OpenOffice Draw šablonas" + +#: ../freedesktop.org.xml.in.h:275 +msgid "OpenOffice Impress presentation" +msgstr "OpenOffice Impress pateiktis" + +#: ../freedesktop.org.xml.in.h:276 +msgid "OpenOffice Impress template" +msgstr "OpenOffice Impress šablonas" + +#: ../freedesktop.org.xml.in.h:277 +msgid "OpenOffice Math formula" +msgstr "OpenOffice Math formulė" + +#: ../freedesktop.org.xml.in.h:278 +msgid "OpenOffice Writer document" +msgstr "OpenOffice Writer dokumentas" + +#: ../freedesktop.org.xml.in.h:279 +msgid "OpenOffice Writer global document" +msgstr "OpenOffice Writer bendrinis dokumentas" + +#: ../freedesktop.org.xml.in.h:280 +msgid "OpenOffice Writer template" +msgstr "OpenOffice Writer šablonas" + +#: ../freedesktop.org.xml.in.h:281 +msgid "OpenOffice.org extension" +msgstr "OpenOffice.org plėtinys" + +#: ../freedesktop.org.xml.in.h:282 +msgid "OpenType font" +msgstr "OpenType šriftas" + +#: ../freedesktop.org.xml.in.h:283 +msgid "PAK archive" +msgstr "PAK archyvas" + +#: ../freedesktop.org.xml.in.h:284 +msgid "PBM image" +msgstr "PBM paveikslėlis" + +#: ../freedesktop.org.xml.in.h:285 +msgid "PCD image" +msgstr "PCD paveikslėlis" + +#: ../freedesktop.org.xml.in.h:286 +msgid "PCF font" +msgstr "PCF šriftas" + +#: ../freedesktop.org.xml.in.h:287 +msgid "PCL file" +msgstr "PCL failas" + +#: ../freedesktop.org.xml.in.h:288 +msgid "PCM audio" +msgstr "PCM garsas" + +#: ../freedesktop.org.xml.in.h:289 +msgid "PCX image" +msgstr "PCX paveikslėlis" + +#: ../freedesktop.org.xml.in.h:290 +msgid "PDF document" +msgstr "PDF dokumentas" + +#: ../freedesktop.org.xml.in.h:291 +msgid "PDF document (bzip-compressed)" +msgstr "PDF dokumentas (suglaudintas su bzip)" + +#: ../freedesktop.org.xml.in.h:292 +msgid "PDF document (gzip-compressed)" +msgstr "PDF dokumentas (suglaudintas su gzip)" + +#: ../freedesktop.org.xml.in.h:293 +msgid "PEF executable" +msgstr "PEF vykdomasis failas" + +#: ../freedesktop.org.xml.in.h:294 +msgid "PGM image" +msgstr "PGM paveikslėlis" + +#: ../freedesktop.org.xml.in.h:295 +msgid "PGN chess game notation" +msgstr "PGN šachmatų žaidimo žymėjimas" + +#: ../freedesktop.org.xml.in.h:296 +msgid "PGP keys" +msgstr "PGP raktai" + +#: ../freedesktop.org.xml.in.h:297 +msgid "PGP/MIME-encrypted message header" +msgstr "PGP/MIME užšifruota žinutės antraštė" + +#: ../freedesktop.org.xml.in.h:298 +msgid "PHP script" +msgstr "PHP scenarijus" + +#: ../freedesktop.org.xml.in.h:299 +msgid "PKCS#10 certification request" +msgstr "PKCS#10 sertifikatų užklausa" + +#: ../freedesktop.org.xml.in.h:300 +msgid "PKCS#12 certificate bundle" +msgstr "PKCS#12 sertifikatų ryšulys" + +#: ../freedesktop.org.xml.in.h:301 +msgid "PNG image" +msgstr "PNG paveikslėlis" + +#: ../freedesktop.org.xml.in.h:302 +msgid "PNM image" +msgstr "PNM paveikslėlis" + +#: ../freedesktop.org.xml.in.h:303 +msgid "PPM image" +msgstr "PPM paveikslėlis" + +#: ../freedesktop.org.xml.in.h:304 +msgid "PS document" +msgstr "PS dokumentas" + +#: ../freedesktop.org.xml.in.h:305 +msgid "PSD image" +msgstr "PSD paveikslėlis" + +#: ../freedesktop.org.xml.in.h:306 +msgid "PSF audio" +msgstr "PSF garsas" + +#: ../freedesktop.org.xml.in.h:307 +msgid "PSFlib audio library" +msgstr "PSFlib garso biblioteka" + +#: ../freedesktop.org.xml.in.h:308 +msgid "Pack200 Java archive" +msgstr "Pack200 Java archyvas" + +#: ../freedesktop.org.xml.in.h:309 +msgid "Palm OS database" +msgstr "Palm OS duomenų bazė" + +#: ../freedesktop.org.xml.in.h:310 +msgid "Panasonic raw image" +msgstr "Panasonic neapdorotas paveikslėlis" + +#: ../freedesktop.org.xml.in.h:311 +msgid "Parchive archive" +msgstr "Parchive archyvas" + +#: ../freedesktop.org.xml.in.h:312 +msgid "Pascal source code" +msgstr "Pascal pradinis kodas" + +#: ../freedesktop.org.xml.in.h:313 +msgid "Pathetic Writer document" +msgstr "Pathetic Writer dokumentas" + +#: ../freedesktop.org.xml.in.h:314 +msgid "Pentax PEF raw image" +msgstr "Pentax PEF neapdorotas paveikslėlis" + +#: ../freedesktop.org.xml.in.h:315 +msgid "Perl script" +msgstr "Perl scenarijus" + +#. http://en.wikipedia.org/wiki/Picture_CD +#. http://www.re.org/kristin/picturecd.html +#: ../freedesktop.org.xml.in.h:318 +msgid "Picture CD" +msgstr "Paveikslėlių CD" + +#: ../freedesktop.org.xml.in.h:319 +msgid "PlanPerfect spreadsheet" +msgstr "PlanPerfect skaičialentė" + +#: ../freedesktop.org.xml.in.h:320 +msgid "Plucker document" +msgstr "Plucker dokumentas" + +#: ../freedesktop.org.xml.in.h:321 +msgid "PostScript document (bzip-compressed)" +msgstr "PostScript dokumentas (suglaudintas su bzip)" + +#: ../freedesktop.org.xml.in.h:322 +msgid "PostScript document (gzip-compressed)" +msgstr "PostScript dokumentas (suglaudintas su gzip)" + +#: ../freedesktop.org.xml.in.h:323 +msgid "Postscript type-1 font" +msgstr "Postscript type-1 šriftas" + +#: ../freedesktop.org.xml.in.h:324 +msgid "PowerPoint presentation" +msgstr "PowerPoint pateiktis" + +#: ../freedesktop.org.xml.in.h:325 +msgid "Python bytecode" +msgstr "Python baitinis kodas" + +#: ../freedesktop.org.xml.in.h:326 +msgid "Python script" +msgstr "Python scenarijus" + +#: ../freedesktop.org.xml.in.h:327 +msgid "Qt Designer file" +msgstr "Qt Designer failas" + +#: ../freedesktop.org.xml.in.h:328 +msgid "Qt MOC file" +msgstr "Qt MOC failas" + +#: ../freedesktop.org.xml.in.h:329 +msgid "Quattro Pro spreadsheet" +msgstr "Quattro Pro skaičialentė" + +#: ../freedesktop.org.xml.in.h:330 +msgid "QuickTime image" +msgstr "QuickTime paveikslėlis" + +#: ../freedesktop.org.xml.in.h:331 +msgid "QuickTime metalink playlist" +msgstr "QuickTime metanuorodos grojaraštis" + +#: ../freedesktop.org.xml.in.h:332 +msgid "QuickTime video" +msgstr "QuickTime vaizdas" + +#: ../freedesktop.org.xml.in.h:333 +msgid "Quicken document" +msgstr "Quicken dokumentas" + +#: ../freedesktop.org.xml.in.h:334 +msgid "RAR archive" +msgstr "RAR archyvas" + +#: ../freedesktop.org.xml.in.h:335 +msgid "RDF file" +msgstr "RDF failas" + +#: ../freedesktop.org.xml.in.h:336 +msgid "README document" +msgstr "README dokumentas" + +#: ../freedesktop.org.xml.in.h:337 +msgid "RGB image" +msgstr "RGB paveikslėlis" + +#: ../freedesktop.org.xml.in.h:338 +msgid "RIFF audio" +msgstr "RIFF garsas" + +#: ../freedesktop.org.xml.in.h:339 +msgid "RPM package" +msgstr "RPM paketas" + +#: ../freedesktop.org.xml.in.h:340 +msgid "RPM spec file" +msgstr "RPM spec failas" + +#: ../freedesktop.org.xml.in.h:341 +msgid "RSS summary" +msgstr "RSS santrauka" + +#: ../freedesktop.org.xml.in.h:342 +msgid "RTF document" +msgstr "RTF dokumentas" + +#: ../freedesktop.org.xml.in.h:343 +msgid "RealAudio document" +msgstr "RealAudio dokumentas" + +#: ../freedesktop.org.xml.in.h:344 +msgid "RealMedia Metafile" +msgstr "RealMedia metafailas" + +#: ../freedesktop.org.xml.in.h:345 +msgid "RealMedia document" +msgstr "RealMedia dokumentas" + +#: ../freedesktop.org.xml.in.h:346 +msgid "RealPix document" +msgstr "RealPix dokumentas" + +#: ../freedesktop.org.xml.in.h:347 +msgid "RealText document" +msgstr "RealText dokumentas" + +#: ../freedesktop.org.xml.in.h:348 +msgid "RealVideo document" +msgstr "RealVideo dokumentas" + +#: ../freedesktop.org.xml.in.h:349 +msgid "Ruby script" +msgstr "Ruby scenarijus" + +#: ../freedesktop.org.xml.in.h:350 +msgid "Run Length Encoded bitmap image" +msgstr "Run Length Encoded rastrinis paveikslėlis" + +#: ../freedesktop.org.xml.in.h:351 +msgid "S/MIME file" +msgstr "S/MIME failas" + +#: ../freedesktop.org.xml.in.h:352 +msgid "SAMI subtitles" +msgstr "SAMI subtitrai" + +#: ../freedesktop.org.xml.in.h:353 +msgid "SC/Xspread spreadsheet" +msgstr "SC/Xspread skaičialentė" + +#: ../freedesktop.org.xml.in.h:354 +msgid "SDP multicast stream file" +msgstr "SDP daugiaadresio srauto failas" + +#. translators: a record is in this context a description of a board game +#. that has been played, and that can be played back again: +#. http://www.red-bean.com/sgf/ +#: ../freedesktop.org.xml.in.h:358 +msgid "SGF record" +msgstr "SGF įrašas" + +#: ../freedesktop.org.xml.in.h:359 +msgid "SGI image" +msgstr "SGI paveikslėlis" + +#: ../freedesktop.org.xml.in.h:360 +msgid "SGI video" +msgstr "SGI vaizdas" + +#: ../freedesktop.org.xml.in.h:361 +msgid "SGML document" +msgstr "SGML dokumentas" + +#: ../freedesktop.org.xml.in.h:362 +msgid "SIS package" +msgstr "SIS paketas" + +#: ../freedesktop.org.xml.in.h:363 +msgid "SISX package" +msgstr "SISX paketas" + +#: ../freedesktop.org.xml.in.h:364 +msgid "SMAF audio" +msgstr "SMAF garsas" + +#: ../freedesktop.org.xml.in.h:365 +msgid "SMIL document" +msgstr "SMIL dokumentas" + +#: ../freedesktop.org.xml.in.h:366 +msgid "SQL code" +msgstr "SQL kodas" + +#: ../freedesktop.org.xml.in.h:367 +msgid "SQLite2 database" +msgstr "SQLite2 duomenų bazė" + +#: ../freedesktop.org.xml.in.h:368 +msgid "SQLite3 database" +msgstr "SQLite3 duomenų bazė" + +#: ../freedesktop.org.xml.in.h:369 +msgid "SSA subtitles" +msgstr "SSA subtitrai" + +#: ../freedesktop.org.xml.in.h:370 +msgid "SV4 CPIO archive" +msgstr "SV4 CPIO archyvas" + +#: ../freedesktop.org.xml.in.h:371 +msgid "SV4 CPIO archive (with CRC)" +msgstr "SV4 CPII archyvas (su CRC)" + +#: ../freedesktop.org.xml.in.h:372 +msgid "SVG image" +msgstr "SVG paveikslėlis" + +#: ../freedesktop.org.xml.in.h:373 +msgid "Scheme source code" +msgstr "Scheme pradinis kodas" + +#: ../freedesktop.org.xml.in.h:374 +msgid "Scream Tracker 3 audio" +msgstr "Scream Tracker 3 garsas" + +#: ../freedesktop.org.xml.in.h:375 +msgid "Scream Tracker audio" +msgstr "Scream Tracker garsas" + +#: ../freedesktop.org.xml.in.h:376 +msgid "Scream Tracker instrument" +msgstr "Scream Tracker instrumentas" + +#: ../freedesktop.org.xml.in.h:377 +msgid "Sega Master System/Game Gear ROM" +msgstr "Sega Master System/Game Gear ROM" + +#: ../freedesktop.org.xml.in.h:378 +msgid "Setext document" +msgstr "Setext dokumentas" + +#: ../freedesktop.org.xml.in.h:379 +msgid "Shockwave Flash file" +msgstr "Shockwave Flash failas" + +#. translators: "Shorten" is the name of an audio codec +#: ../freedesktop.org.xml.in.h:381 +msgid "Shorten audio" +msgstr "Shorten garsas" + +#: ../freedesktop.org.xml.in.h:382 +msgid "Siag spreadsheet" +msgstr "Siag skaičialentė" + +#: ../freedesktop.org.xml.in.h:383 +msgid "Sieve mail filter script" +msgstr "Sieve pašto filtro scenarijus" + +#: ../freedesktop.org.xml.in.h:384 +msgid "Sigma X3F raw image" +msgstr "Sigma X3F neapdorotas paveikslėlis" + +#: ../freedesktop.org.xml.in.h:385 +msgid "Skencil document" +msgstr "Skencil dokumentas" + +#: ../freedesktop.org.xml.in.h:386 +msgid "Sony ARW raw image" +msgstr "Sony ARW neapdorotas paveikslėlis" + +#: ../freedesktop.org.xml.in.h:387 +msgid "Sony SR2 raw image" +msgstr "Sony SR2 neapdorotas paveikslėlis" + +#: ../freedesktop.org.xml.in.h:388 +msgid "Sony SRF raw image" +msgstr "Sony SRF neapdorotas paveikslėlis" + +#: ../freedesktop.org.xml.in.h:389 +msgid "Speedo font" +msgstr "Speedo šriftas" + +#: ../freedesktop.org.xml.in.h:390 +msgid "Speex audio" +msgstr "Speex garsas" + +#: ../freedesktop.org.xml.in.h:391 +msgid "Stampede package" +msgstr "Stampede paketas" + +#: ../freedesktop.org.xml.in.h:392 +msgid "StarCalc spreadsheet" +msgstr "StarCalc skaičialentė" + +#: ../freedesktop.org.xml.in.h:393 +msgid "StarChart chart" +msgstr "StarChart diagrama" + +#: ../freedesktop.org.xml.in.h:394 +msgid "StarDraw drawing" +msgstr "StarDraw piešinys" + +#: ../freedesktop.org.xml.in.h:395 +msgid "StarImpress presentation" +msgstr "StarImpress pateiktis" + +#: ../freedesktop.org.xml.in.h:396 +msgid "StarMail email" +msgstr "StarMail el. laiškas" + +#: ../freedesktop.org.xml.in.h:397 +msgid "StarMath formula" +msgstr "StarMath formulė" + +#: ../freedesktop.org.xml.in.h:398 +msgid "StarWriter document" +msgstr "StarWriter dokumentas" + +#: ../freedesktop.org.xml.in.h:399 +msgid "StuffIt archive" +msgstr "StuffIt archyvas" + +#: ../freedesktop.org.xml.in.h:400 +msgid "SubRip subtitles" +msgstr "SubRip subtitrai" + +#: ../freedesktop.org.xml.in.h:401 +msgid "SubViewer subtitles" +msgstr "SubViewer subtitrai" + +#: ../freedesktop.org.xml.in.h:402 +msgid "Sun raster image" +msgstr "Sun rastrinis paveikslėlis" + +#: ../freedesktop.org.xml.in.h:403 +msgid "SunOS News font" +msgstr "SunOS News šriftas" + +#. Translate this as Super Famicom (in Far East Asia) or Super Nintendo (in Europe) if the console was known as such in your locale +#: ../freedesktop.org.xml.in.h:405 +msgid "Super NES ROM" +msgstr "Super NES ROM" + +#. http://en.wikipedia.org/wiki/Super_Video_CD +#. http://everything2.com/index.pl?node_id=1009222 +#: ../freedesktop.org.xml.in.h:408 +msgid "Super Video CD" +msgstr "Super vaizdo CD" + +#: ../freedesktop.org.xml.in.h:409 +msgid "T602 document" +msgstr "T602 dokumentas" + +#: ../freedesktop.org.xml.in.h:410 +msgid "TGA image" +msgstr "TGA paveikslėlis" + +#: ../freedesktop.org.xml.in.h:411 +msgid "TGIF document" +msgstr "TGIF dokumentas" + +#: ../freedesktop.org.xml.in.h:412 +msgid "TIFF image" +msgstr "TIFF paveikslėlis" + +#: ../freedesktop.org.xml.in.h:413 +msgid "TNEF message" +msgstr "TNEF žinutė" + +#: ../freedesktop.org.xml.in.h:414 +msgid "TSV document" +msgstr "TSV dokumentas" + +#: ../freedesktop.org.xml.in.h:415 +msgid "Tar archive" +msgstr "Tar archyvas" + +#: ../freedesktop.org.xml.in.h:416 +msgid "Tar archive (LZMA-compressed)" +msgstr "Tar archyvas (suglaudintas su LZMA)" + +#: ../freedesktop.org.xml.in.h:417 +msgid "Tar archive (LZO-compressed)" +msgstr "Tar archyvas (suglaudintas su LZO)" + +#: ../freedesktop.org.xml.in.h:418 +msgid "Tar archive (bzip-compressed)" +msgstr "Tar archyvas (suglaudintas su bzip)" + +#: ../freedesktop.org.xml.in.h:419 +msgid "Tar archive (compressed)" +msgstr "Tar archyvas (suglaudintas)" + +#: ../freedesktop.org.xml.in.h:420 +msgid "Tar archive (gzip-compressed)" +msgstr "Tar archyvas (suglaudintas su gzip)" + +#: ../freedesktop.org.xml.in.h:421 +msgid "Tcl script" +msgstr "Tcl scenarijus" + +#: ../freedesktop.org.xml.in.h:422 +msgid "TeX DVI document" +msgstr "TeX DVI dokumentas" + +#: ../freedesktop.org.xml.in.h:423 +msgid "TeX DVI document (bzip-compressed)" +msgstr "TeX DVI dokumentas (suglaudintas su bzip)" + +#: ../freedesktop.org.xml.in.h:424 +msgid "TeX DVI document (gzip-compressed)" +msgstr "TeX DVI dokumentas (suglaudintas su gzip)" + +#: ../freedesktop.org.xml.in.h:425 +msgid "TeX document" +msgstr "TeX dokumentas" + +#: ../freedesktop.org.xml.in.h:426 +msgid "TeX font" +msgstr "TeX šriftas" + +#: ../freedesktop.org.xml.in.h:427 +msgid "TeX font metrics" +msgstr "TeX šriftų metrika" + +#: ../freedesktop.org.xml.in.h:428 +msgid "TeXInfo document" +msgstr "TeXInfo dokumentas" + +#: ../freedesktop.org.xml.in.h:429 +msgid "ToutDoux document" +msgstr "ToutDoux dokumentas" + +#: ../freedesktop.org.xml.in.h:430 +msgid "Troff ME input document" +msgstr "Troff ME įvesties dokumentas" + +#: ../freedesktop.org.xml.in.h:431 +msgid "Troff MM input document" +msgstr "Troff MM įvesties dokumentas" + +#: ../freedesktop.org.xml.in.h:432 +msgid "Troff MS input document" +msgstr "Troff MS įvesties dokumentas" + +#: ../freedesktop.org.xml.in.h:433 +msgid "Troff document" +msgstr "Troff dokumentas" + +#: ../freedesktop.org.xml.in.h:434 +msgid "Troff document (with manpage macros)" +msgstr "Troff dokumentas (su žin. puslapių makrokomandomis)" + +#: ../freedesktop.org.xml.in.h:435 +msgid "TrueAudio audio" +msgstr "TrueAudio garsas" + +#: ../freedesktop.org.xml.in.h:436 +msgid "TrueType XML font" +msgstr "TrueType XML šriftas" + +#: ../freedesktop.org.xml.in.h:437 +msgid "TrueType font" +msgstr "TrueType šriftas" + +#: ../freedesktop.org.xml.in.h:438 +msgid "UFRaw ID image" +msgstr "UFRaw ID paveikslėlis" + +#: ../freedesktop.org.xml.in.h:439 +msgid "ULAW (Sun) audio" +msgstr "ULAW (Sun) garsas" + +#: ../freedesktop.org.xml.in.h:440 +msgid "UNIX-compressed file" +msgstr "UNIX suglaudintas failas" + +#: ../freedesktop.org.xml.in.h:441 +msgid "Unidata NetCDF document" +msgstr "Unidata NetCDF dokumentas" + +#: ../freedesktop.org.xml.in.h:442 +msgid "Usenet news message" +msgstr "Usenet naujienų žinutė" + +#: ../freedesktop.org.xml.in.h:443 +msgid "Ustar archive" +msgstr "Ustar archyvas" + +#: ../freedesktop.org.xml.in.h:444 +msgid "V font" +msgstr "V šriftas" + +#: ../freedesktop.org.xml.in.h:445 +msgid "VCS/ICS calendar" +msgstr "VCS/ICS kalendorius" + +#: ../freedesktop.org.xml.in.h:446 +msgid "VHDL document" +msgstr "VHDL dokumentas" + +#: ../freedesktop.org.xml.in.h:447 +msgid "VOC audio" +msgstr "VOC garsas" + +#: ../freedesktop.org.xml.in.h:448 +msgid "VRML document" +msgstr "VRML dokumentas" + +#: ../freedesktop.org.xml.in.h:449 +msgid "Vala source code" +msgstr "Vala pradinis kodas" + +#. http://en.wikipedia.org/wiki/Video_CD +#. http://www.herongyang.com/CD-DVD/VCD-Movie-File-Directory-Structure.html +#: ../freedesktop.org.xml.in.h:452 +msgid "Video CD" +msgstr "Vaizdo CD" + +#: ../freedesktop.org.xml.in.h:453 +msgid "Vivo video" +msgstr "Vivo vaizdas" + +#: ../freedesktop.org.xml.in.h:454 +msgid "WAIS source code" +msgstr "WAIS pradinis kodas" + +#: ../freedesktop.org.xml.in.h:455 +msgid "WAV audio" +msgstr "WAV garsas" + +#: ../freedesktop.org.xml.in.h:456 +msgid "WBMP image" +msgstr "WBMP paveikslėlis" + +#: ../freedesktop.org.xml.in.h:457 +msgid "WMF image" +msgstr "WMF paveikslėlis" + +#: ../freedesktop.org.xml.in.h:458 +msgid "WML document" +msgstr "WML dokumentas" + +#: ../freedesktop.org.xml.in.h:459 +msgid "WMLScript program" +msgstr "WMLScript programa" + +#: ../freedesktop.org.xml.in.h:460 +msgid "WRI document" +msgstr "WRI dokumentas" + +#: ../freedesktop.org.xml.in.h:461 +msgid "WavPack audio" +msgstr "WavPack garsas" + +#: ../freedesktop.org.xml.in.h:462 +msgid "WavPack audio correction file" +msgstr "WavPack garso korekcijos failas" + +#: ../freedesktop.org.xml.in.h:463 +msgid "Wavelet video" +msgstr "Wavelet vaizdas" + +#: ../freedesktop.org.xml.in.h:464 +msgid "Windows BMP image" +msgstr "Windows BMP paveikslėlis" + +#: ../freedesktop.org.xml.in.h:465 +msgid "Windows Installer package" +msgstr "Windows Installer paketas" + +#: ../freedesktop.org.xml.in.h:466 +msgid "Windows Media Station file" +msgstr "Windows Media Station failas" + +#: ../freedesktop.org.xml.in.h:467 +msgid "Windows Media audio" +msgstr "Windows Media garsas" + +#: ../freedesktop.org.xml.in.h:468 +msgid "Windows Media video" +msgstr "Windows Media vaizdas" + +#: ../freedesktop.org.xml.in.h:469 +msgid "Windows Registry extract" +msgstr "Windows registro ištrauka" + +#: ../freedesktop.org.xml.in.h:470 +msgid "Windows animated cursor" +msgstr "Animuotas Windows žymiklis" + +#: ../freedesktop.org.xml.in.h:471 +msgid "Windows cursor" +msgstr "Windows žymiklis" + +#: ../freedesktop.org.xml.in.h:472 +msgid "Word document" +msgstr "Word dokumentas" + +#: ../freedesktop.org.xml.in.h:473 +msgid "Word template" +msgstr "Word šablonas" + +#: ../freedesktop.org.xml.in.h:474 +msgid "WordPerfect document" +msgstr "WordPerfect dokumentas" + +#: ../freedesktop.org.xml.in.h:475 +msgid "WordPerfect/Drawperfect image" +msgstr "WordPerfect/Drawperfect paveikslėlis" + +#: ../freedesktop.org.xml.in.h:476 +msgid "X window image" +msgstr "X window paveikslėlis" + +#: ../freedesktop.org.xml.in.h:477 +msgid "X-Motif UIL table" +msgstr "X-Motif UIL lentelė" + +#: ../freedesktop.org.xml.in.h:478 +msgid "X11 cursor" +msgstr "X11 žymiklis" + +#: ../freedesktop.org.xml.in.h:479 +msgid "XBEL bookmarks" +msgstr "XBEL žymelės" + +#: ../freedesktop.org.xml.in.h:480 +msgid "XBM image" +msgstr "XBM paveikslėlis" + +#: ../freedesktop.org.xml.in.h:481 +msgid "XFig image" +msgstr "XFig paveikslėlis" + +#: ../freedesktop.org.xml.in.h:482 +msgid "XHTML page" +msgstr "XHTML puslapis" + +#: ../freedesktop.org.xml.in.h:483 +msgid "XLIFF translation file" +msgstr "XLIFF vertimo failas" + +#: ../freedesktop.org.xml.in.h:484 +msgid "XMCD CD database" +msgstr "XMCD CD duomenų bazė" + +#: ../freedesktop.org.xml.in.h:485 +msgid "XMF audio" +msgstr "XMF garsas" + +#: ../freedesktop.org.xml.in.h:486 +msgid "XMI file" +msgstr "XMI failas" + +#: ../freedesktop.org.xml.in.h:487 +msgid "XML document" +msgstr "XML dokumentas" + +#: ../freedesktop.org.xml.in.h:488 +msgid "XML entities document" +msgstr "XML esybių dokumentas" + +#: ../freedesktop.org.xml.in.h:489 +msgid "XPM image" +msgstr "XPM paveikslėlis" + +#: ../freedesktop.org.xml.in.h:490 +msgid "XPS document" +msgstr "XPS dokumentas" + +#: ../freedesktop.org.xml.in.h:491 +msgid "XSL FO file" +msgstr "XSL FO failas" + +#: ../freedesktop.org.xml.in.h:492 +msgid "XSLT stylesheet" +msgstr "XSLT stiliaus aprašas" + +#: ../freedesktop.org.xml.in.h:493 +msgid "XSPF playlist" +msgstr "XSPF grojaraštis" + +#: ../freedesktop.org.xml.in.h:494 +msgid "XUL document" +msgstr "XUL dokumentas" + +#: ../freedesktop.org.xml.in.h:495 +msgid "XUL interface document" +msgstr "XUL sąsajos dokumentas" + +#: ../freedesktop.org.xml.in.h:496 +msgid "Xbase document" +msgstr "Xbase dokumentas" + +#: ../freedesktop.org.xml.in.h:497 +msgid "Zip archive" +msgstr "Zip archyvas" + +#: ../freedesktop.org.xml.in.h:498 +msgid "Zoo archive" +msgstr "Zoo archyvas" + +#: ../freedesktop.org.xml.in.h:499 +msgid "application log" +msgstr "programos žurnalas" + +#. http://en.wikipedia.org/wiki/Red_Book_(audio_CD_standard) +#: ../freedesktop.org.xml.in.h:501 +msgid "audio CD" +msgstr "garso CD" + +#. http://en.wikipedia.org/wiki/DVD-Audio +#: ../freedesktop.org.xml.in.h:503 +msgid "audio DVD" +msgstr "garso DVD" + +#: ../freedesktop.org.xml.in.h:504 +msgid "author credits" +msgstr "padėkos autoriams" + +#: ../freedesktop.org.xml.in.h:505 +msgid "author list" +msgstr "autorių sąrašas" + +#: ../freedesktop.org.xml.in.h:506 +msgid "backup file" +msgstr "atsarginis failas" + +#. http://en.wikipedia.org/wiki/Blu-ray_Disc +#: ../freedesktop.org.xml.in.h:508 +msgid "blank Blu-ray disc" +msgstr "tuščias Blu-ray diskas" + +#. http://en.wikipedia.org/wiki/Compact_Disc +#: ../freedesktop.org.xml.in.h:510 +msgid "blank CD disc" +msgstr "tuščias CD diskas" + +#. http://en.wikipedia.org/wiki/DVD +#: ../freedesktop.org.xml.in.h:512 +msgid "blank DVD disc" +msgstr "tuščias DVD diskas" + +#. http://en.wikipedia.org/wiki/HD_DVD +#: ../freedesktop.org.xml.in.h:514 +msgid "blank HD DVD disc" +msgstr "tuščias HD DVD diskas" + +#: ../freedesktop.org.xml.in.h:515 +msgid "block device" +msgstr "blokinis įrenginys" + +#: ../freedesktop.org.xml.in.h:516 +msgid "character device" +msgstr "simbolinis įrenginys" + +#: ../freedesktop.org.xml.in.h:517 +msgid "comic book archive" +msgstr "komiksų knygos archyvas" + +#: ../freedesktop.org.xml.in.h:518 +msgid "compound document" +msgstr "sudurtinis dokumentas" + +#: ../freedesktop.org.xml.in.h:519 +msgid "compound documents" +msgstr "sudurtiniai dokumentai" + +#: ../freedesktop.org.xml.in.h:520 +msgid "compressed GIMP image" +msgstr "suglaudintas GIMP paveikslėlis" + +#: ../freedesktop.org.xml.in.h:521 +msgid "compressed SVG image" +msgstr "suglaudintas SVG paveikslėlis" + +#: ../freedesktop.org.xml.in.h:522 +msgid "compressed Tracker audio" +msgstr "suglaudintas Tracker garsas" + +#: ../freedesktop.org.xml.in.h:523 +msgid "desktop configuration file" +msgstr "darbastalio konfigūracijos failas" + +#: ../freedesktop.org.xml.in.h:524 +msgid "detached OpenPGP signature" +msgstr "neprisegtas OpenPGP parašas" + +#: ../freedesktop.org.xml.in.h:525 +msgid "detached S/MIME signature" +msgstr "neprisegtas S/MIME parašas" + +#: ../freedesktop.org.xml.in.h:526 +msgid "differences between files" +msgstr "skirtumai tarp failų" + +#. http://en.wikipedia.org/wiki/Design_rule_for_Camera_File_system +#: ../freedesktop.org.xml.in.h:528 +msgid "digital photos" +msgstr "skaitmeninės nuotraukos" + +#: ../freedesktop.org.xml.in.h:529 +msgid "digital raw image" +msgstr "skaitmeninis neapdorotas paveikslėlis" + +#: ../freedesktop.org.xml.in.h:530 +msgid "eMusic download package" +msgstr "eMusic atsiuntimo paketas" + +#: ../freedesktop.org.xml.in.h:531 +msgid "electronic book document" +msgstr "elektroninės knygos dokumentas" + +#: ../freedesktop.org.xml.in.h:532 +msgid "electronic business card" +msgstr "elektroninė vizitinė kortelė" + +#: ../freedesktop.org.xml.in.h:533 +msgid "email headers" +msgstr "el. laiško antraštės" + +#: ../freedesktop.org.xml.in.h:534 +msgid "email message" +msgstr "el. laiškas" + +#: ../freedesktop.org.xml.in.h:535 +msgid "empty document" +msgstr "tuščias dokumentas" + +#: ../freedesktop.org.xml.in.h:536 +msgid "encrypted message" +msgstr "užšifruotas laiškas" + +#: ../freedesktop.org.xml.in.h:537 +msgid "enriched text document" +msgstr "praturtinto teksto dokumentas" + +#: ../freedesktop.org.xml.in.h:538 +msgid "executable" +msgstr "vykdomasis failas" + +#: ../freedesktop.org.xml.in.h:539 +msgid "folder" +msgstr "aplankas" + +#: ../freedesktop.org.xml.in.h:540 +msgid "generic font file" +msgstr "bendras šrifto failas" + +#: ../freedesktop.org.xml.in.h:541 +msgid "help page" +msgstr "žinyno puslapis" + +#: ../freedesktop.org.xml.in.h:542 +msgid "iMelody ringtone" +msgstr "iMelody skambučio melodija" + +#: ../freedesktop.org.xml.in.h:543 +msgid "iPod firmware" +msgstr "iPod programinė įranga" + +#: ../freedesktop.org.xml.in.h:544 +msgid "iRiver Playlist" +msgstr "iRiver grojaraštis" + +#: ../freedesktop.org.xml.in.h:545 +msgid "installation instructions" +msgstr "diegimo instrukcijos" + +#: ../freedesktop.org.xml.in.h:546 +msgid "iptables configuration file" +msgstr "iptables konfigūracijos failas" + +#: ../freedesktop.org.xml.in.h:547 +msgid "libtool shared library" +msgstr "libtool bendroji biblioteka" + +#: ../freedesktop.org.xml.in.h:548 +msgid "license terms" +msgstr "licencijos sąlygos" + +#: ../freedesktop.org.xml.in.h:549 +msgid "mail delivery report" +msgstr "pašto pristatymo ataskaita" + +#: ../freedesktop.org.xml.in.h:550 +msgid "mail disposition report" +msgstr "pašto charakteristikos ataskaita" + +#: ../freedesktop.org.xml.in.h:551 +msgid "mail system report" +msgstr "pašto sistemos ataskaita" + +#: ../freedesktop.org.xml.in.h:552 +msgid "mailbox file" +msgstr "pašto dėžutės failas" + +#: ../freedesktop.org.xml.in.h:553 +msgid "manual page (compressed)" +msgstr "žinyno puslapis (suglaudintas)" + +#: ../freedesktop.org.xml.in.h:554 +msgid "message catalog" +msgstr "laiškų katalogas" + +#: ../freedesktop.org.xml.in.h:555 +msgid "message digest" +msgstr "laiškų santrauka" + +#: ../freedesktop.org.xml.in.h:556 +msgid "message in several formats" +msgstr "laiškas keletu formatų" + +#: ../freedesktop.org.xml.in.h:557 +msgid "mount point" +msgstr "prijungimo taškas" + +#: ../freedesktop.org.xml.in.h:558 +msgid "object code" +msgstr "objektinis kodas" + +#: ../freedesktop.org.xml.in.h:559 +msgid "packed font file" +msgstr "supakuotas šrifto failas" + +#: ../freedesktop.org.xml.in.h:560 +msgid "partial email message" +msgstr "nepilnas el. laiškas" + +#: ../freedesktop.org.xml.in.h:561 +msgid "pipe" +msgstr "konvejeris" + +#: ../freedesktop.org.xml.in.h:562 +msgid "plain text document" +msgstr "paprastas tekstinis dokumentas" + +#. see fd.o hal spec +#: ../freedesktop.org.xml.in.h:564 +msgid "portable audio player" +msgstr "nešiojamasis garso leistuvas" + +#: ../freedesktop.org.xml.in.h:565 +msgid "profiler results" +msgstr "profiliklio rezultatai" + +#: ../freedesktop.org.xml.in.h:566 +msgid "program crash data" +msgstr "programos nulūžimo duomenys" + +#: ../freedesktop.org.xml.in.h:567 +msgid "raw CD image" +msgstr "raw CD atvaizdis" + +#: ../freedesktop.org.xml.in.h:568 +msgid "reference to remote file" +msgstr "nuoroda į nutolusį failą" + +#: ../freedesktop.org.xml.in.h:569 +msgid "rejected patch" +msgstr "atmestas lopas" + +#: ../freedesktop.org.xml.in.h:570 +msgid "resource location" +msgstr "resurso vieta" + +#: ../freedesktop.org.xml.in.h:571 +msgid "rich text document" +msgstr "praturtinto teksto dokumentas" + +#: ../freedesktop.org.xml.in.h:572 +msgid "shared library" +msgstr "bendroji biblioteka" + +#: ../freedesktop.org.xml.in.h:573 +msgid "shell archive" +msgstr "shell archyvas" + +#: ../freedesktop.org.xml.in.h:574 +msgid "shell script" +msgstr "shell scenarijus" + +#: ../freedesktop.org.xml.in.h:575 +msgid "signed message" +msgstr "pasirašytas laiškas" + +#: ../freedesktop.org.xml.in.h:576 +msgid "socket" +msgstr "lizdas" + +#. http://standards.freedesktop.org/autostart-spec/autostart-spec-latest.html +#. http://bugzilla.gnome.org/show_bug.cgi?id=509823#c3 +#: ../freedesktop.org.xml.in.h:579 +msgid "software" +msgstr "programinė įranga" + +#: ../freedesktop.org.xml.in.h:580 +msgid "spreadsheet interchange document" +msgstr "skaičialenčių apsikeitimo dokumentas" + +#: ../freedesktop.org.xml.in.h:581 +msgid "stream of data (server push)" +msgstr "duomenų srautas (iš serverio)" + +#: ../freedesktop.org.xml.in.h:582 +msgid "symbolic link" +msgstr "simbolinė nuoroda" + +#: ../freedesktop.org.xml.in.h:583 +msgid "theme" +msgstr "tema" + +#: ../freedesktop.org.xml.in.h:584 +msgid "translated messages (machine-readable)" +msgstr "išversti užrašai (kompiuteriniu formatu)" + +#: ../freedesktop.org.xml.in.h:585 +msgid "translation file" +msgstr "vertimo failas" + +#: ../freedesktop.org.xml.in.h:586 +msgid "translation template" +msgstr "vertimo šablonas" + +#: ../freedesktop.org.xml.in.h:587 +msgid "txt2tags document" +msgstr "txt2tags dokumentas" + +#: ../freedesktop.org.xml.in.h:588 +msgid "unknown" +msgstr "nežinoma" + +#. http://en.wikipedia.org/wiki/DVD-Video +#: ../freedesktop.org.xml.in.h:590 +msgid "video DVD" +msgstr "vaizdo DVD" diff --git a/po/ms.po b/po/ms.po new file mode 100644 index 0000000..f7bace9 --- /dev/null +++ b/po/ms.po @@ -0,0 +1,1792 @@ +# Translation of `shared-mime-info' messages to Malay. +# Copyright (C) 2004 Free Software Foundation, Inc. +# Hasbullah Bin Pit , 2004. +# +msgid "" +msgstr "" +"Project-Id-Version: shared-mime-info 0.15\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2005-03-22 14:40-0500\n" +"PO-Revision-Date: 2004-09-13 18:44+0800\n" +"Last-Translator: Hasbullah Bin Pit \n" +"Language-Team: Malay \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: ../freedesktop.org.xml.in.h:1 +msgid "3D Studio image" +msgstr "Imej 3D Studio" + +#: ../freedesktop.org.xml.in.h:2 +msgid "AIFC audio" +msgstr "Audio AIFC" + +#: ../freedesktop.org.xml.in.h:3 +msgid "AIFF audio" +msgstr "Audio AIFF" + +#: ../freedesktop.org.xml.in.h:4 +msgid "AIFF/Amiga/Mac audio" +msgstr "Audio AIFF/Amiga/Mac" + +#: ../freedesktop.org.xml.in.h:5 +msgid "ANIM animation" +msgstr "Animasi ANIM" + +#: ../freedesktop.org.xml.in.h:6 +msgid "AR archive" +msgstr "Arkib AR" + +#: ../freedesktop.org.xml.in.h:7 +msgid "ARJ archive" +msgstr "Arkib ARJ" + +#: ../freedesktop.org.xml.in.h:8 +msgid "AVI video" +msgstr "Video AVI" + +#: ../freedesktop.org.xml.in.h:9 +msgid "AWK script" +msgstr "Skrip AWK" + +#: ../freedesktop.org.xml.in.h:10 +msgid "AbiWord document" +msgstr "Dokumen AbiWord" + +#: ../freedesktop.org.xml.in.h:11 +msgid "Ada source code" +msgstr "Kod sumber Ada" + +#: ../freedesktop.org.xml.in.h:12 +msgid "Adobe FrameMaker font" +msgstr "Font Adobe FrameMaker" + +#: ../freedesktop.org.xml.in.h:13 +msgid "Adobe Illustrator document" +msgstr "Dokumen Adobe Illustrator" + +#: ../freedesktop.org.xml.in.h:14 +msgid "Adobe font metrics" +msgstr "Metrik font Adobe" + +#: ../freedesktop.org.xml.in.h:15 +msgid "Amiga SoundTracker audio" +msgstr "Audio Amiga Soundtracker" + +#: ../freedesktop.org.xml.in.h:16 +msgid "Andrew Toolkit inset" +msgstr "Inset Andrew Toolkit" + +#: ../freedesktop.org.xml.in.h:17 +msgid "Applix Graphics image" +msgstr "Imej Applix Graphics" + +#: ../freedesktop.org.xml.in.h:18 +msgid "Applix Spreadsheets spreadsheet" +msgstr "Hamparan Applix Spreadsheets" + +#: ../freedesktop.org.xml.in.h:19 +msgid "Applix Words document" +msgstr "Dokumen Perkataan Applix" + +#: ../freedesktop.org.xml.in.h:20 +msgid "AutoCAD image" +msgstr "Imej AutoCAD" + +#: ../freedesktop.org.xml.in.h:21 +msgid "AutoDesk FLIC animation" +msgstr "Animasi AutoDesk FLIC" + +#: ../freedesktop.org.xml.in.h:22 +msgid "BCPIO document" +msgstr "Dokumen BCPIO" + +# src/prefs.c:618 +# ui/galeon.glade.h:140 +#: ../freedesktop.org.xml.in.h:23 +msgid "BDF font" +msgstr "Font BDF" + +#: ../freedesktop.org.xml.in.h:24 +msgid "Bibtex bibliographic data" +msgstr "Data Bibtext bibliographic" + +#: ../freedesktop.org.xml.in.h:25 +msgid "BitTorrent seed file" +msgstr "Fail seed BitTorrent" + +#: ../freedesktop.org.xml.in.h:26 +msgid "Blender scene" +msgstr "Babak Blender" + +#: ../freedesktop.org.xml.in.h:27 +msgid "C shell script" +msgstr "Skrip shell C" + +#: ../freedesktop.org.xml.in.h:28 +msgid "C source code" +msgstr "Kod sumber C" + +#: ../freedesktop.org.xml.in.h:29 +msgid "C source code header" +msgstr "Pengepala kod sumber C" + +#: ../freedesktop.org.xml.in.h:30 +msgid "C# source code" +msgstr "Kod sumber C#" + +#: ../freedesktop.org.xml.in.h:31 +msgid "C++ source code" +msgstr "Kod sumber C++" + +#: ../freedesktop.org.xml.in.h:32 +msgid "C++ source code header" +msgstr "Pengepala kod sumber C++" + +#: ../freedesktop.org.xml.in.h:33 +msgid "CCITT G3 fax" +msgstr "Faks g3 CCITT" + +#: ../freedesktop.org.xml.in.h:34 +msgid "CGI script" +msgstr "Skrip CGI" + +#: ../freedesktop.org.xml.in.h:35 +msgid "CMU raster image" +msgstr "Imej raster CMU" + +#: ../freedesktop.org.xml.in.h:36 +msgid "CPIO archive" +msgstr "Arkib CPIO" + +#: ../freedesktop.org.xml.in.h:37 +msgid "CPIO archive (gzip-compressed)" +msgstr "Arkib CPIO (dimampatkan-gzip)" + +#: ../freedesktop.org.xml.in.h:38 +msgid "Cascading Style Sheet" +msgstr "Helaian Gaya Cascading" + +#: ../freedesktop.org.xml.in.h:39 +msgid "Commodore 64 audio" +msgstr "Audio Commodore 64" + +#: ../freedesktop.org.xml.in.h:40 +msgid "Computer Graphics Metafile" +msgstr "Failmeta Grafik Komputer" + +#: ../freedesktop.org.xml.in.h:41 +msgid "Corel Draw drawing" +msgstr "Lukisan Corel Draw" + +#: ../freedesktop.org.xml.in.h:42 +#, fuzzy +msgid "D source code" +msgstr "Kod sumber C" + +#: ../freedesktop.org.xml.in.h:43 +msgid "DCL script" +msgstr "Skrip DCL" + +#: ../freedesktop.org.xml.in.h:44 +msgid "DER/PEM/Netscape-encoded X.509 certificate" +msgstr "Sijil X.509 dienkod /DER/PEM/Netscape" + +#: ../freedesktop.org.xml.in.h:45 +msgid "DOS font" +msgstr "Font DOS" + +#: ../freedesktop.org.xml.in.h:46 +msgid "DOS/Windows executable" +msgstr "Bolehlaksana DOS/Windows" + +#: ../freedesktop.org.xml.in.h:47 +msgid "DSSSL document" +msgstr "Dokumen DSSSL" + +#: ../freedesktop.org.xml.in.h:48 +msgid "DXF vector image" +msgstr "Imej vektor DXF" + +#: ../freedesktop.org.xml.in.h:49 +msgid "Debian package" +msgstr "Pakej Debian" + +#: ../freedesktop.org.xml.in.h:50 +msgid "Device Independant Bitmap" +msgstr "Bitmap Bebas Peranti" + +#: ../freedesktop.org.xml.in.h:51 +msgid "Dia diagram" +msgstr "Diagram Dia" + +#: ../freedesktop.org.xml.in.h:52 +msgid "Digital Imaging and Communications in Medicine image" +msgstr "Imej Pengimejan Digital dan Komunikasi dalam Perubatan" + +#: ../freedesktop.org.xml.in.h:53 +msgid "Digital Moving Picture Exchange image" +msgstr "Imej Penukaran Gambar Bergerak Digital" + +#: ../freedesktop.org.xml.in.h:54 +msgid "DjVu image" +msgstr "Imej DjVu" + +#: ../freedesktop.org.xml.in.h:55 +msgid "Dolby Digital audio" +msgstr "Audio Digital Dolby" + +#: ../freedesktop.org.xml.in.h:56 +msgid "Dreamcast ROM" +msgstr "ROM Dreamcast" + +#: ../freedesktop.org.xml.in.h:57 +msgid "Egon Animator animation" +msgstr "Animasi Egon Animator" + +#: ../freedesktop.org.xml.in.h:58 +#, fuzzy +msgid "Electronic Business Card" +msgstr "Kad niaga elektronik" + +#: ../freedesktop.org.xml.in.h:59 +msgid "Emacs Lisp source code" +msgstr "Kod sumber Emacs Lisp" + +#: ../freedesktop.org.xml.in.h:60 +msgid "Encapsulated PostScript image" +msgstr "Imej Postscript encapsulate" + +#: ../freedesktop.org.xml.in.h:61 +msgid "Enlightenment theme" +msgstr "Tema Enlightenment" + +#: ../freedesktop.org.xml.in.h:62 +msgid "FLAC audio" +msgstr "Audio FLAC" + +#: ../freedesktop.org.xml.in.h:63 +msgid "FastTracker II audio" +msgstr "Audio FastTracker II" + +#: ../freedesktop.org.xml.in.h:64 +msgid "FlashPix image" +msgstr "Imej FlashPix" + +#: ../freedesktop.org.xml.in.h:65 +msgid "Flexible Image Transport System" +msgstr "Sistem pengangkutan imej fleksibel" + +#: ../freedesktop.org.xml.in.h:66 +msgid "Fortran source code" +msgstr "kod sumber Fortran" + +#: ../freedesktop.org.xml.in.h:67 +msgid "FrameMaker MIF document" +msgstr "Dokumen MIF FrameMaker" + +# ui/galeon.glade.h:176 +#: ../freedesktop.org.xml.in.h:68 +msgid "G3 fax image" +msgstr "Imej fax G3" + +# ui/galeon.glade.h:176 +#: ../freedesktop.org.xml.in.h:69 +msgid "GIF image" +msgstr "Imej GIF" + +# ui/galeon.glade.h:176 +#: ../freedesktop.org.xml.in.h:70 +msgid "GIMP image" +msgstr "Imej GIMP" + +#: ../freedesktop.org.xml.in.h:71 +msgid "GIMP image (compressed)" +msgstr "Imej GIMP (termampat)" + +#: ../freedesktop.org.xml.in.h:72 +msgid "GMC link" +msgstr "Pautan GMC" + +#: ../freedesktop.org.xml.in.h:73 +msgid "GNU Oleo spreadsheet" +msgstr "Hamparan GNU Oleo" + +#: ../freedesktop.org.xml.in.h:74 +msgid "GNU mail message" +msgstr "Mesej emel GNU" + +#: ../freedesktop.org.xml.in.h:75 +msgid "GTK configuration" +msgstr "Konfigurasi GTK" + +#: ../freedesktop.org.xml.in.h:76 +msgid "GTKtalog catalog" +msgstr "Katalog GTKtalog" + +#: ../freedesktop.org.xml.in.h:77 +msgid "Game Boy ROM" +msgstr "ROM Game Boy" + +#: ../freedesktop.org.xml.in.h:78 +msgid "Genesis ROM" +msgstr "ROM Genesis" + +#: ../freedesktop.org.xml.in.h:79 +msgid "Glade project" +msgstr "Projek Glade" + +#: ../freedesktop.org.xml.in.h:80 +msgid "GnuCash spreadsheet" +msgstr "Hamparan GnuCash" + +#: ../freedesktop.org.xml.in.h:81 +msgid "Gnumeric spreadsheet" +msgstr "Hamparan Gnumeric" + +#: ../freedesktop.org.xml.in.h:82 +msgid "Graphite scientific graph" +msgstr "Graf saintifik Graphite" + +#: ../freedesktop.org.xml.in.h:83 +msgid "HDF document" +msgstr "Dokumen HDF" + +#: ../freedesktop.org.xml.in.h:84 +msgid "HP Graphics Language (plotter)" +msgstr "Bahasa Grafik HP (pemplot)" + +#: ../freedesktop.org.xml.in.h:85 +msgid "HP Printer Control Language file" +msgstr "Fail Bahasa Kawalam Pencetak HP" + +#: ../freedesktop.org.xml.in.h:86 +msgid "HTML page" +msgstr "Laman HTML" + +#: ../freedesktop.org.xml.in.h:87 +msgid "Haskell source code" +msgstr "Kod sumber Haskell" + +#: ../freedesktop.org.xml.in.h:88 +msgid "IDL document" +msgstr "Dokumen IDL" + +# ui/galeon.glade.h:176 +#: ../freedesktop.org.xml.in.h:89 +msgid "IEF image" +msgstr "Imej IEF" + +# ui/galeon.glade.h:176 +#: ../freedesktop.org.xml.in.h:90 +msgid "IFF image" +msgstr "Imej IFF" + +#: ../freedesktop.org.xml.in.h:91 +msgid "ILBM image" +msgstr "Imej ILBM" + +#: ../freedesktop.org.xml.in.h:92 +msgid "ISI video" +msgstr "Video ISI" + +#: ../freedesktop.org.xml.in.h:93 +msgid "Impulse Tracker audio" +msgstr "Audio Impulse Tracker" + +#: ../freedesktop.org.xml.in.h:94 +msgid "JBuilder project" +msgstr "Projek JBuilder" + +# ui/galeon.glade.h:176 +#: ../freedesktop.org.xml.in.h:95 +msgid "JNG image" +msgstr "Imej PNG" + +# ui/galeon.glade.h:176 +#: ../freedesktop.org.xml.in.h:96 +msgid "JPEG image" +msgstr "Imej JPEG" + +# ui/galeon.glade.h:176 +#: ../freedesktop.org.xml.in.h:97 +msgid "JPEG-2000 image" +msgstr "Imej JPEG-2000" + +#: ../freedesktop.org.xml.in.h:98 +msgid "Java Network Launched Application" +msgstr "" + +#: ../freedesktop.org.xml.in.h:99 +msgid "Java archive" +msgstr "Arkib Java" + +#: ../freedesktop.org.xml.in.h:100 +msgid "Java byte code" +msgstr "Kod bait Java" + +#: ../freedesktop.org.xml.in.h:101 +msgid "Java class" +msgstr "Kelas Java" + +#: ../freedesktop.org.xml.in.h:102 +msgid "Java source code" +msgstr "Kod sumber Java" + +#: ../freedesktop.org.xml.in.h:103 +msgid "JavaScript program" +msgstr "Program JavaScript" + +#: ../freedesktop.org.xml.in.h:104 +msgid "KChart chart" +msgstr "Carta KChart" + +#: ../freedesktop.org.xml.in.h:105 +msgid "KFormula formula" +msgstr "Formula KFormula" + +#: ../freedesktop.org.xml.in.h:106 +msgid "KIllustrator drawing" +msgstr "Lukisan KIllustrator" + +#: ../freedesktop.org.xml.in.h:107 +msgid "KPovModeler scene" +msgstr "Babak KPovModeler" + +#: ../freedesktop.org.xml.in.h:108 +msgid "KPresenter presentation" +msgstr "Persembahan Kpresenter" + +#: ../freedesktop.org.xml.in.h:109 +msgid "KSpread spreadsheet" +msgstr "Hamparan KSpread" + +#: ../freedesktop.org.xml.in.h:110 +msgid "KSpread spreadsheet (encrypted)" +msgstr "Hampatan KSpread (terenkripsi)" + +#: ../freedesktop.org.xml.in.h:111 +msgid "KWord document" +msgstr "Dokumen KWord" + +#: ../freedesktop.org.xml.in.h:112 +msgid "KWord document (encrypted)" +msgstr "Dokumen Kword (terenkripsi)" + +#: ../freedesktop.org.xml.in.h:113 +msgid "Karbon14 drawing" +msgstr "Lukisan Karbon14" + +#: ../freedesktop.org.xml.in.h:114 +msgid "Kivio flowchart" +msgstr "Cartalir Kivio" + +#: ../freedesktop.org.xml.in.h:115 +msgid "Kontour drawing" +msgstr "Lukisan Kontour" + +#: ../freedesktop.org.xml.in.h:116 +msgid "Krita document" +msgstr "Dokumen Krita" + +#: ../freedesktop.org.xml.in.h:117 +msgid "Kugar document" +msgstr "Dokumen Kugar" + +#: ../freedesktop.org.xml.in.h:118 +msgid "LHA archive" +msgstr "Arkib LHA" + +#: ../freedesktop.org.xml.in.h:119 +msgid "LHZ archive" +msgstr "Arkib LHZ" + +#: ../freedesktop.org.xml.in.h:120 +msgid "LIBGRX font" +msgstr "Font LIBGRX" + +#: ../freedesktop.org.xml.in.h:121 +msgid "LZO archive" +msgstr "Arkib LZO" + +#: ../freedesktop.org.xml.in.h:122 +msgid "LightWave object" +msgstr "Objek LightWave" + +#: ../freedesktop.org.xml.in.h:123 +msgid "LightWave scene" +msgstr "Babak LightWave" + +#: ../freedesktop.org.xml.in.h:124 +msgid "Linux PSF console font" +msgstr "Font konsol PSF Linux" + +#: ../freedesktop.org.xml.in.h:125 +msgid "Literate haskell source code" +msgstr "Kod sumber haskell literate " + +#: ../freedesktop.org.xml.in.h:126 +msgid "Lotus 1-2-3 spreadsheet" +msgstr "Hamparan Lotus 1-2-3" + +#: ../freedesktop.org.xml.in.h:127 +msgid "Lotus AmiPro document" +msgstr "Dokumen Lotus AmiPro" + +#: ../freedesktop.org.xml.in.h:128 +msgid "LyX document" +msgstr "Dokumen LyX" + +#: ../freedesktop.org.xml.in.h:129 +msgid "MIDI audio" +msgstr "Audio MIDI" + +#: ../freedesktop.org.xml.in.h:130 +msgid "MNG animation" +msgstr "Animasi MNG" + +#: ../freedesktop.org.xml.in.h:131 +msgid "MP3 ShoutCast playlist" +msgstr "Senaraimain ShoutCast MP3" + +#: ../freedesktop.org.xml.in.h:132 +msgid "MP3 audio" +msgstr "Audio MP3" + +#: ../freedesktop.org.xml.in.h:133 +msgid "MP3 audio (streamed)" +msgstr "Audio MP3 (aliran)" + +#: ../freedesktop.org.xml.in.h:134 +msgid "MP3 playlist" +msgstr "Senaraimain MP3" + +#: ../freedesktop.org.xml.in.h:135 +#, fuzzy +msgid "MP4 audio" +msgstr "Audio MP3" + +#: ../freedesktop.org.xml.in.h:136 +msgid "MPEG video" +msgstr "Video MPEG" + +#: ../freedesktop.org.xml.in.h:137 +msgid "MSX ROM" +msgstr "ROM MSX" + +#: ../freedesktop.org.xml.in.h:138 +msgid "Macintosh AppleDouble-encoded file" +msgstr "Fail terenkod-AppleDouble Macintosh" + +#: ../freedesktop.org.xml.in.h:139 +msgid "Macintosh BinHex-encoded file" +msgstr "Fail terenkod-BinHex Macintosh" + +#: ../freedesktop.org.xml.in.h:140 +msgid "Macintosh MacBinary file" +msgstr "Fail MacBinary Macintosh" + +#: ../freedesktop.org.xml.in.h:141 +msgid "Macintosh Quickdraw/PICT drawing" +msgstr "Lukisan Macintosh Quickdraw/PICT" + +#: ../freedesktop.org.xml.in.h:142 +msgid "Macintosh StuffIt archive" +msgstr "Arkib StuffIt Macintosh" + +#: ../freedesktop.org.xml.in.h:143 +msgid "MagicPoint presentation" +msgstr "Persembahan MagicPoint" + +# ui/galeon.glade.h:134 +#: ../freedesktop.org.xml.in.h:144 +msgid "Makefile" +msgstr "Makefile" + +#: ../freedesktop.org.xml.in.h:145 +msgid "MathML document" +msgstr "Dokumen MathML" + +#: ../freedesktop.org.xml.in.h:146 +msgid "Matroska video" +msgstr "Video Matroska" + +#: ../freedesktop.org.xml.in.h:147 +msgid "Microsoft ASF video" +msgstr "Video ASF Microsoft" + +#: ../freedesktop.org.xml.in.h:148 +msgid "Microsoft AVI video" +msgstr "Video AVI Microsoft" + +#: ../freedesktop.org.xml.in.h:149 +msgid "Microsoft Excel spreadsheet" +msgstr "Hamparan Microsoft Excel" + +#: ../freedesktop.org.xml.in.h:150 +msgid "Microsoft Office drawing" +msgstr "Lukisan Mcrosoft Office" + +#: ../freedesktop.org.xml.in.h:151 +msgid "Microsoft PowerPoint presentation" +msgstr "Persembahan Microsoft PowerPoint" + +#: ../freedesktop.org.xml.in.h:152 +msgid "Microsoft WMF file" +msgstr "Fail WMF Microsoft" + +#: ../freedesktop.org.xml.in.h:153 +msgid "Microsoft WMV video" +msgstr "Video WMV Microsoft" + +#: ../freedesktop.org.xml.in.h:154 +msgid "Microsoft Windows icon" +msgstr "Ikon Microsoft Windows" + +#: ../freedesktop.org.xml.in.h:155 +msgid "Microsoft Word document" +msgstr "Dokumen Microsoft Word" + +#: ../freedesktop.org.xml.in.h:156 +msgid "Microsoft Write document" +msgstr "Dokumen Microsoft Write" + +#: ../freedesktop.org.xml.in.h:157 +msgid "Mozilla bookmarks" +msgstr "Tandabuku Mozilla" + +#: ../freedesktop.org.xml.in.h:158 +msgid "NES ROM" +msgstr "ROM NES" + +#: ../freedesktop.org.xml.in.h:159 +msgid "Nautilus link" +msgstr "Pautan Nautilus" + +#: ../freedesktop.org.xml.in.h:160 +msgid "Netscape bookmarks" +msgstr "Tandabuku Netscape" + +#: ../freedesktop.org.xml.in.h:161 +msgid "Nintendo64 ROM" +msgstr "ROM Nintendo64" + +#: ../freedesktop.org.xml.in.h:162 +msgid "Nullsoft video" +msgstr "Video Nullsoft" + +#: ../freedesktop.org.xml.in.h:163 +msgid "ODA document" +msgstr "Dokumen ODA" + +#: ../freedesktop.org.xml.in.h:164 +msgid "OLE2 compound document storage" +msgstr "Storan dokumen halaman OLE2" + +#: ../freedesktop.org.xml.in.h:165 +msgid "Objective-C source code" +msgstr "Kod sumber Objective-C" + +#: ../freedesktop.org.xml.in.h:166 +msgid "Ogg Vorbis audio" +msgstr "Audio Ogg Vorbis" + +#: ../freedesktop.org.xml.in.h:167 +#, fuzzy +msgid "OpenDocument Chart" +msgstr "Dokumen ODA" + +#: ../freedesktop.org.xml.in.h:168 +msgid "OpenDocument Database" +msgstr "" + +#: ../freedesktop.org.xml.in.h:169 +msgid "OpenDocument Drawing" +msgstr "" + +#: ../freedesktop.org.xml.in.h:170 +#, fuzzy +msgid "OpenDocument Drawing Template" +msgstr "Templat lukisan OpenOffice.org Draw" + +#: ../freedesktop.org.xml.in.h:171 +msgid "OpenDocument Formula" +msgstr "" + +#: ../freedesktop.org.xml.in.h:172 +#, fuzzy +msgid "OpenDocument HTML Document Template" +msgstr "Templat dokumen OpenOffice.org Writer" + +#: ../freedesktop.org.xml.in.h:173 +#, fuzzy +msgid "OpenDocument Image" +msgstr "Dokumen ODA" + +#: ../freedesktop.org.xml.in.h:174 +#, fuzzy +msgid "OpenDocument Master Document" +msgstr "Dokumen OpenOffice.org Writer" + +#: ../freedesktop.org.xml.in.h:175 +#, fuzzy +msgid "OpenDocument Presentation" +msgstr "Persembahan Kpresenter" + +#: ../freedesktop.org.xml.in.h:176 +#, fuzzy +msgid "OpenDocument Presentation Template" +msgstr "Templat persembahan OpenOffice.org Impress" + +#: ../freedesktop.org.xml.in.h:177 +#, fuzzy +msgid "OpenDocument Spreadsheet" +msgstr "Hamparan Gnumeric" + +#: ../freedesktop.org.xml.in.h:178 +#, fuzzy +msgid "OpenDocument Spreadsheet Template" +msgstr "Templat hamparan OpenOffice Calc" + +#: ../freedesktop.org.xml.in.h:179 +#, fuzzy +msgid "OpenDocument Text" +msgstr "Dokumen ODA" + +#: ../freedesktop.org.xml.in.h:180 +#, fuzzy +msgid "OpenDocument Text Template" +msgstr "Templat dokumen OpenOffice.org Writer" + +#: ../freedesktop.org.xml.in.h:181 +msgid "OpenOffice.org Calc spreadsheet" +msgstr "Hamparan OpenOffice.org Calc" + +#: ../freedesktop.org.xml.in.h:182 +msgid "OpenOffice.org Calc spreadsheet template" +msgstr "Templat hamparan OpenOffice Calc" + +#: ../freedesktop.org.xml.in.h:183 +msgid "OpenOffice.org Draw drawing" +msgstr "Lukisan OpenOffice.org Draw" + +#: ../freedesktop.org.xml.in.h:184 +msgid "OpenOffice.org Draw drawing template" +msgstr "Templat lukisan OpenOffice.org Draw" + +#: ../freedesktop.org.xml.in.h:185 +msgid "OpenOffice.org Impress presentation" +msgstr "Persembahan OpenOffice.org Impress" + +#: ../freedesktop.org.xml.in.h:186 +msgid "OpenOffice.org Impress presentation template" +msgstr "Templat persembahan OpenOffice.org Impress" + +#: ../freedesktop.org.xml.in.h:187 +msgid "OpenOffice.org Math formula" +msgstr "Formula OpenOffice.org Math" + +#: ../freedesktop.org.xml.in.h:188 +msgid "OpenOffice.org Writer document" +msgstr "Dokumen OpenOffice.org Writer" + +#: ../freedesktop.org.xml.in.h:189 +msgid "OpenOffice.org Writer document template" +msgstr "Templat dokumen OpenOffice.org Writer" + +#: ../freedesktop.org.xml.in.h:190 +msgid "OpenOffice.org Writer global document" +msgstr "Dokumen global OpenOffice.org Writer" + +#: ../freedesktop.org.xml.in.h:191 +msgid "OpenType font" +msgstr "Font OpenType" + +# src/prefs.c:618 +# ui/galeon.glade.h:140 +#: ../freedesktop.org.xml.in.h:192 +msgid "PCF font" +msgstr "Font PCF" + +#: ../freedesktop.org.xml.in.h:193 +msgid "PCM audio" +msgstr "Audio PCM" + +#: ../freedesktop.org.xml.in.h:194 +msgid "PDF document" +msgstr "Dokumen PDF" + +#: ../freedesktop.org.xml.in.h:195 +msgid "PEF executable" +msgstr "Bolehlaksana PEF" + +#: ../freedesktop.org.xml.in.h:196 +msgid "PGN chess game" +msgstr "Permainan catur PGN" + +#: ../freedesktop.org.xml.in.h:197 +msgid "PGP keys" +msgstr "Kekunci PGP" + +#: ../freedesktop.org.xml.in.h:198 +msgid "PGP message" +msgstr "Mesej PGP" + +#: ../freedesktop.org.xml.in.h:199 +msgid "PGP/MIME-encrypted message header" +msgstr "Pengepala mesej terenkripsi PGP/MIME" + +#: ../freedesktop.org.xml.in.h:200 +msgid "PHP script" +msgstr "Skrip PHP" + +#: ../freedesktop.org.xml.in.h:201 +msgid "PKCS#12 certificate bundle" +msgstr "Sijil PKCS#12" + +# ui/galeon.glade.h:176 +#: ../freedesktop.org.xml.in.h:202 +msgid "PNG image" +msgstr "Imej PNG" + +# ui/galeon.glade.h:176 +#: ../freedesktop.org.xml.in.h:203 +msgid "PNM image" +msgstr "Imej PNM" + +#: ../freedesktop.org.xml.in.h:204 +msgid "Palm OS database" +msgstr "Pangkalandata PalmOS" + +#: ../freedesktop.org.xml.in.h:205 +msgid "Palmpilot database/document" +msgstr "Dokumen/pangkalandata PalmOS" + +#: ../freedesktop.org.xml.in.h:206 +msgid "Pascal source code" +msgstr "Kod sumber Pascal" + +#: ../freedesktop.org.xml.in.h:207 +msgid "Pathetic Writer document" +msgstr "Dokumen Pathetic Writer" + +#: ../freedesktop.org.xml.in.h:208 +msgid "Perl script" +msgstr "Skrip Perl" + +#: ../freedesktop.org.xml.in.h:209 +msgid "PhotoCD image" +msgstr "Imej PhotoCD" + +#: ../freedesktop.org.xml.in.h:210 +msgid "Photoshop image" +msgstr "Imej Photoshop" + +#: ../freedesktop.org.xml.in.h:211 +msgid "Playlist" +msgstr "Senaraimain" + +#: ../freedesktop.org.xml.in.h:212 +msgid "Portable Bitmap File Format" +msgstr "Format Fail Bitmap mudahalih" + +#: ../freedesktop.org.xml.in.h:213 +msgid "Portable Graymap File Format" +msgstr "Format Fail Graymap Mudahalih" + +#: ../freedesktop.org.xml.in.h:214 +msgid "Portable Pixmap File Format" +msgstr "Format Fail Pixmap Mudahalih" + +#: ../freedesktop.org.xml.in.h:215 +msgid "PostScript document" +msgstr "Dokumen PostScript" + +#: ../freedesktop.org.xml.in.h:216 +msgid "PostScript document (gzip-compressed)" +msgstr "Dokumen PostScript (dimampatkan-gzip)" + +#: ../freedesktop.org.xml.in.h:217 +msgid "Python bytecode" +msgstr "Kodbait Python" + +#: ../freedesktop.org.xml.in.h:218 +msgid "Python script" +msgstr "Skrip Python" + +#: ../freedesktop.org.xml.in.h:219 +msgid "Qt Designer file" +msgstr "Fail Qt Designer" + +#: ../freedesktop.org.xml.in.h:220 +msgid "Qt Meta Object file" +msgstr "Fail Object Meta Qt" + +#: ../freedesktop.org.xml.in.h:221 +msgid "Quattro Pro spreadsheet" +msgstr "Hamparan Quatro Pro" + +#: ../freedesktop.org.xml.in.h:222 +msgid "QuickTime video" +msgstr "Video QuickTime" + +#: ../freedesktop.org.xml.in.h:223 +msgid "Quicken document" +msgstr "Dokumen Quicken" + +#: ../freedesktop.org.xml.in.h:224 +msgid "RAR archive" +msgstr "Arkib RAR" + +#: ../freedesktop.org.xml.in.h:225 +msgid "RDF Site Summary" +msgstr "Ringkasan Tapak RDF" + +#: ../freedesktop.org.xml.in.h:226 +msgid "README document" +msgstr "Dokumen README" + +# ui/galeon.glade.h:176 +#: ../freedesktop.org.xml.in.h:227 +msgid "RGB image" +msgstr "Imej RGB" + +#: ../freedesktop.org.xml.in.h:228 +msgid "RIFF audio" +msgstr "Audio RIFF" + +#: ../freedesktop.org.xml.in.h:229 +msgid "RPM package" +msgstr "Pakej RPM" + +#: ../freedesktop.org.xml.in.h:230 +msgid "RealAudio broadcast" +msgstr "Siaran RealAudio" + +#: ../freedesktop.org.xml.in.h:231 +msgid "RealAudio/Video document" +msgstr "Dokumen RealAudio/Video" + +#: ../freedesktop.org.xml.in.h:232 +msgid "RealVideo video" +msgstr "Video RealVideo" + +#: ../freedesktop.org.xml.in.h:233 +msgid "Resource Description Framework (RDF) file" +msgstr "Fail Kerangkakerja Keterangan Sumber (RDF)" + +#: ../freedesktop.org.xml.in.h:234 +msgid "Rich Text Format" +msgstr "Dokumen Teks Kaya" + +#: ../freedesktop.org.xml.in.h:235 +msgid "Ruby script" +msgstr "Skrip Ruby" + +#: ../freedesktop.org.xml.in.h:236 +msgid "Run Length Encoded bitmap" +msgstr "Bitmap terenkod 'Run Lenght'" + +#: ../freedesktop.org.xml.in.h:237 +msgid "S/MIME file" +msgstr "Fail S/MIME" + +#: ../freedesktop.org.xml.in.h:238 +msgid "SGI video" +msgstr "Video SGI" + +#: ../freedesktop.org.xml.in.h:239 +msgid "SGML document" +msgstr "Dokumen SGML" + +#: ../freedesktop.org.xml.in.h:240 +msgid "SMS/Game Gear ROM" +msgstr "ROM SMS atau Game Gear" + +#: ../freedesktop.org.xml.in.h:241 +msgid "SQL code" +msgstr "Kod SQL" + +#: ../freedesktop.org.xml.in.h:242 +msgid "SUN Rasterfile image" +msgstr "Imej fail raster SUN" + +#: ../freedesktop.org.xml.in.h:243 +msgid "SV4 CPIO archive" +msgstr "Arkib CPIO SV4" + +#: ../freedesktop.org.xml.in.h:244 +msgid "SV4 CPIO archive (with CRC)" +msgstr "Arkib CPIO SV4 (dengan CRC)" + +#: ../freedesktop.org.xml.in.h:245 +msgid "Scheme source code" +msgstr "Kod sumber Scheme" + +#: ../freedesktop.org.xml.in.h:246 +msgid "Scream Tracker 3 audio" +msgstr "Audio Scream Tracker 3" + +#: ../freedesktop.org.xml.in.h:247 +msgid "Scream Tracker audio" +msgstr "Audio Scream Tracker" + +#: ../freedesktop.org.xml.in.h:248 +msgid "Scream Tracker instrument" +msgstr "Instrumen Scream Tracker" + +#: ../freedesktop.org.xml.in.h:249 +msgid "Setext document" +msgstr "Dokumen Setext" + +#: ../freedesktop.org.xml.in.h:250 +msgid "Shockwave Flash file" +msgstr "Fail Shockwave Flash" + +#: ../freedesktop.org.xml.in.h:251 +msgid "Siag spreadsheet" +msgstr "Hamparan Siag" + +#: ../freedesktop.org.xml.in.h:252 +msgid "Silicon Graphics IRIS image" +msgstr "Imej Silicon Graphics IRIS" + +#: ../freedesktop.org.xml.in.h:253 +msgid "Speech document" +msgstr "Dokumen Percakapan" + +#: ../freedesktop.org.xml.in.h:254 +msgid "Speedo font" +msgstr "Font Speedo" + +#: ../freedesktop.org.xml.in.h:255 +msgid "Spreadsheet interchange document" +msgstr "Dokumen penukaran hamparan" + +#: ../freedesktop.org.xml.in.h:256 +msgid "Stampede package" +msgstr "Pakej Stampede" + +#: ../freedesktop.org.xml.in.h:257 +msgid "StarCalc spreadsheet" +msgstr "Hamparan StarCalc" + +#: ../freedesktop.org.xml.in.h:258 +msgid "StarChart chart" +msgstr "Carta StarChart" + +#: ../freedesktop.org.xml.in.h:259 +msgid "StarDraw drawing" +msgstr "Lukisan StarDraw" + +#: ../freedesktop.org.xml.in.h:260 +msgid "StarImpress presentation" +msgstr "Persembahan StarImpress" + +#: ../freedesktop.org.xml.in.h:261 +msgid "StarMail email" +msgstr "Emel StarMail" + +#: ../freedesktop.org.xml.in.h:262 +msgid "StarMath formula" +msgstr "Formula StarMath" + +#: ../freedesktop.org.xml.in.h:263 +msgid "StarWriter document" +msgstr "Dokumen StarWriter" + +#: ../freedesktop.org.xml.in.h:264 +#, fuzzy +msgid "StuffIt archive" +msgstr "Arkib StuffIt Macintosh" + +#: ../freedesktop.org.xml.in.h:265 +msgid "SunOS News font" +msgstr "Font News SunOS" + +#: ../freedesktop.org.xml.in.h:266 +msgid "Synchronized Multimedia Integration Language" +msgstr "Bahasa Integrasi Multimedia Disegerak" + +#: ../freedesktop.org.xml.in.h:267 +msgid "TGIF document" +msgstr "Dokumen TGIF" + +# ui/galeon.glade.h:176 +#: ../freedesktop.org.xml.in.h:268 +msgid "TIFF image" +msgstr "Imej TIFF" + +#: ../freedesktop.org.xml.in.h:269 +msgid "TarGA image" +msgstr "Imej TarGA" + +#: ../freedesktop.org.xml.in.h:270 +msgid "Tcl script" +msgstr "Skrip Tcl" + +#: ../freedesktop.org.xml.in.h:271 +msgid "TeX DVI document" +msgstr "Dokumen TeX DVI" + +#: ../freedesktop.org.xml.in.h:272 +msgid "TeX document" +msgstr "Dokumen TeX" + +#: ../freedesktop.org.xml.in.h:273 +msgid "TeX font" +msgstr "Font TeX" + +#: ../freedesktop.org.xml.in.h:274 +msgid "TeX font metrics" +msgstr "Metrik font TeX" + +#: ../freedesktop.org.xml.in.h:275 +msgid "TeXInfo document" +msgstr "Dokumen TeXInfo" + +#: ../freedesktop.org.xml.in.h:276 +msgid "ToutDoux document" +msgstr "Dokumen ToutDoux" + +#: ../freedesktop.org.xml.in.h:277 +msgid "Troff ME input document" +msgstr "Dokumen input Troff ME" + +#: ../freedesktop.org.xml.in.h:278 +msgid "Troff MM input document" +msgstr "Dokumen input Troff MM" + +#: ../freedesktop.org.xml.in.h:279 +msgid "Troff MS input document" +msgstr "Dokumen input Troff MS" + +#: ../freedesktop.org.xml.in.h:280 +msgid "Troff document" +msgstr "Dokumen Troff" + +#: ../freedesktop.org.xml.in.h:281 +msgid "Troff document (with manpage macros)" +msgstr "Dokumen Troff (dengan macros halaman man)" + +#: ../freedesktop.org.xml.in.h:282 +msgid "TrueType font" +msgstr "Font TrueType" + +#: ../freedesktop.org.xml.in.h:283 +msgid "Truevision Targa image" +msgstr "Imej Targa Truevision" + +#: ../freedesktop.org.xml.in.h:284 +msgid "ULAW (Sun) audio" +msgstr "Audio ULAW (Sun)" + +#: ../freedesktop.org.xml.in.h:285 +msgid "UNIX-compressed file" +msgstr "Fail termampat-UNIX" + +#: ../freedesktop.org.xml.in.h:286 +msgid "Unidata NetCDF document" +msgstr "Dokumen Unidata NetCDF" + +#: ../freedesktop.org.xml.in.h:287 +msgid "Usenet news message" +msgstr "Mesej berita USENET" + +#: ../freedesktop.org.xml.in.h:288 +msgid "V font" +msgstr "Font V" + +#: ../freedesktop.org.xml.in.h:289 +msgid "VOC audio" +msgstr "Audio VOC" + +#: ../freedesktop.org.xml.in.h:290 +msgid "VRML document" +msgstr "Dokumen VRML" + +#: ../freedesktop.org.xml.in.h:291 +msgid "Vivo video" +msgstr "Video Vivo" + +#: ../freedesktop.org.xml.in.h:292 +msgid "WAIS source code" +msgstr "Kod sumber WAIS" + +#: ../freedesktop.org.xml.in.h:293 +msgid "WAV audio" +msgstr "Audio VOC" + +#: ../freedesktop.org.xml.in.h:294 +msgid "WML document" +msgstr "Dokumen XML" + +#: ../freedesktop.org.xml.in.h:295 +msgid "Wavelet video" +msgstr "Video Wavelet" + +#: ../freedesktop.org.xml.in.h:296 +msgid "Windows BMP image" +msgstr "Imej BMP Windows" + +#: ../freedesktop.org.xml.in.h:297 +msgid "Windows cursor" +msgstr "Kursor Windows" + +#: ../freedesktop.org.xml.in.h:298 +msgid "WordPerfect document" +msgstr "Dokumen WordPerfect" + +#: ../freedesktop.org.xml.in.h:299 +msgid "WordPerfect/Drawperfect image" +msgstr "Imej WordPerfect/Drawperfect" + +#: ../freedesktop.org.xml.in.h:300 +msgid "X BitMap image" +msgstr "Imej BitMap X" + +#: ../freedesktop.org.xml.in.h:301 +msgid "X PixMap image" +msgstr "Imej PixMap X" + +#: ../freedesktop.org.xml.in.h:302 +msgid "X window image" +msgstr "Imej tetingkap X" + +#: ../freedesktop.org.xml.in.h:303 +msgid "X-Motif UIL table" +msgstr "Jadual X-Motif UIL" + +#: ../freedesktop.org.xml.in.h:304 +msgid "XBEL bookmarks" +msgstr "Tandabuku XBEL" + +#: ../freedesktop.org.xml.in.h:305 +msgid "XFig image" +msgstr "Imej XFig" + +#: ../freedesktop.org.xml.in.h:306 +msgid "XHTML page" +msgstr "Laman XHTML" + +#: ../freedesktop.org.xml.in.h:307 +msgid "XML Metadata Interchange file" +msgstr "Fail penukaran Metadata XML" + +#: ../freedesktop.org.xml.in.h:308 +#, fuzzy +msgid "XML User Interface Language document" +msgstr "Dokumen eXtensible Markup Language (XML)" + +#: ../freedesktop.org.xml.in.h:309 +msgid "XSL Formating Object file" +msgstr "Fail Objek Diformat XSL" + +#: ../freedesktop.org.xml.in.h:310 +msgid "XSLT stylesheet" +msgstr "Helaian Gaya XSLT" + +#: ../freedesktop.org.xml.in.h:311 +msgid "ZIP archive" +msgstr "Arkib ZIP" + +#: ../freedesktop.org.xml.in.h:312 +msgid "active server page" +msgstr "Active server page" + +#: ../freedesktop.org.xml.in.h:313 +msgid "application log" +msgstr "Log aplikasi" + +#: ../freedesktop.org.xml.in.h:314 +msgid "author list" +msgstr "Senarai penulis" + +#: ../freedesktop.org.xml.in.h:315 +msgid "backup file" +msgstr "Fail backup" + +#: ../freedesktop.org.xml.in.h:316 +msgid "block device" +msgstr "Peranti blok" + +#: ../freedesktop.org.xml.in.h:317 +msgid "bzip archive" +msgstr "Arkib bzip" + +#: ../freedesktop.org.xml.in.h:318 +msgid "character device" +msgstr "Peranti aksara" + +#: ../freedesktop.org.xml.in.h:319 +msgid "compound document" +msgstr "Dokumen halaman" + +#: ../freedesktop.org.xml.in.h:320 +msgid "compound documents" +msgstr "Dokumen halaman" + +#: ../freedesktop.org.xml.in.h:321 +msgid "dBASE document" +msgstr "Dokumen dBase" + +#: ../freedesktop.org.xml.in.h:322 +msgid "desktop configuration file" +msgstr "Fail konfigurasi desktop" + +#: ../freedesktop.org.xml.in.h:323 +msgid "detached OpenPGP signature" +msgstr "Tandatangan OpenPGP terlerai" + +#: ../freedesktop.org.xml.in.h:324 +msgid "detached S/MIME signature" +msgstr "Tandatangan S/MIME terlerai" + +#: ../freedesktop.org.xml.in.h:325 +msgid "differences between files" +msgstr "Perbezaan antara fail" + +#: ../freedesktop.org.xml.in.h:326 +msgid "document type definition" +msgstr "Takrifan jenis dokumen" + +#: ../freedesktop.org.xml.in.h:327 +msgid "eXtensible Markup Language document" +msgstr "Dokumen eXtensible Markup Language (XML)" + +#: ../freedesktop.org.xml.in.h:328 +msgid "email headers" +msgstr "Pengepala emel" + +#: ../freedesktop.org.xml.in.h:329 +msgid "email message" +msgstr "Mesej emel" + +#: ../freedesktop.org.xml.in.h:330 +msgid "empty document" +msgstr "Dokumen kosong" + +#: ../freedesktop.org.xml.in.h:331 +msgid "encrypted message" +msgstr "Mesej terenkripsi" + +#: ../freedesktop.org.xml.in.h:332 +msgid "enriched text document" +msgstr "Dokumen teks diperkaya" + +#: ../freedesktop.org.xml.in.h:333 +msgid "executable" +msgstr "Bolehlaksana" + +#: ../freedesktop.org.xml.in.h:334 +msgid "folder" +msgstr "Folder" + +#: ../freedesktop.org.xml.in.h:335 +msgid "font" +msgstr "Font" + +#: ../freedesktop.org.xml.in.h:336 +msgid "generic font file" +msgstr "Fail font generik" + +#: ../freedesktop.org.xml.in.h:337 +msgid "gtar archive" +msgstr "Arkib gtar" + +#: ../freedesktop.org.xml.in.h:338 +msgid "gzip archive" +msgstr "Arkib gzip" + +#: ../freedesktop.org.xml.in.h:339 +msgid "help page" +msgstr "Halaman bantuan" + +#: ../freedesktop.org.xml.in.h:340 +msgid "iPod firmware" +msgstr "Firmware iPod" + +#: ../freedesktop.org.xml.in.h:341 +msgid "mail delivery report" +msgstr "Laporan penghantaran mel" + +#: ../freedesktop.org.xml.in.h:342 +msgid "mail disposition report" +msgstr "Laporan pelupusan mel" + +#: ../freedesktop.org.xml.in.h:343 +msgid "mail system report" +msgstr "Laporan sistem mel" + +#: ../freedesktop.org.xml.in.h:344 +msgid "manual page (compressed)" +msgstr "Halaman manual (termampat)" + +#: ../freedesktop.org.xml.in.h:345 +msgid "message catalog" +msgstr "Katalog mesej" + +#: ../freedesktop.org.xml.in.h:346 +msgid "message digest" +msgstr "Jilid mesej" + +#: ../freedesktop.org.xml.in.h:347 +msgid "message in several formats" +msgstr "Mesej dalam beberapa format" + +#: ../freedesktop.org.xml.in.h:348 +msgid "message translation template" +msgstr "Templat terjemahan mesej" + +#: ../freedesktop.org.xml.in.h:349 +msgid "mount point" +msgstr "Titik lekapan" + +#: ../freedesktop.org.xml.in.h:350 +msgid "object code" +msgstr "Kod objek" + +#: ../freedesktop.org.xml.in.h:351 +msgid "packed font file" +msgstr "Fail font dipek" + +#: ../freedesktop.org.xml.in.h:352 +msgid "partial email message" +msgstr "Bahagian mesej emel" + +#: ../freedesktop.org.xml.in.h:353 +msgid "pipe" +msgstr "Paip" + +#: ../freedesktop.org.xml.in.h:354 +msgid "plain text document" +msgstr "Dokumen teks jernih" + +#: ../freedesktop.org.xml.in.h:355 +msgid "profiler results" +msgstr "Hasil pemprofil" + +#: ../freedesktop.org.xml.in.h:356 +msgid "program crash data" +msgstr "Data program musnah" + +#: ../freedesktop.org.xml.in.h:357 +msgid "raw CD image" +msgstr "Imej CD mentah" + +#: ../freedesktop.org.xml.in.h:358 +msgid "reference to remote file" +msgstr "Rujukan ke fail jauh" + +#: ../freedesktop.org.xml.in.h:359 +msgid "rejected patch" +msgstr "Tampungan ditolak" + +#. Note: text/uri-list is reserved by the XDND protocol! +#: ../freedesktop.org.xml.in.h:361 +msgid "resource location" +msgstr "Lokasi sumber" + +#: ../freedesktop.org.xml.in.h:362 +msgid "rich text document" +msgstr "Dokumen teks diperkaya" + +#: ../freedesktop.org.xml.in.h:363 +msgid "scalable SVG image" +msgstr "Imej SVG bolehskala" + +#: ../freedesktop.org.xml.in.h:364 +msgid "shared library" +msgstr "Pustaka terkongsi" + +#: ../freedesktop.org.xml.in.h:365 +msgid "shared library (la)" +msgstr "Pustaka terkongsi (la)" + +#: ../freedesktop.org.xml.in.h:366 +msgid "shell archive" +msgstr "Arkib shell" + +#: ../freedesktop.org.xml.in.h:367 +msgid "shell script" +msgstr "Skrip shell" + +#: ../freedesktop.org.xml.in.h:368 +msgid "signed message" +msgstr "Mesej ditandatangani" + +#: ../freedesktop.org.xml.in.h:369 +msgid "socket" +msgstr "Soket" + +#: ../freedesktop.org.xml.in.h:370 +msgid "software author credits" +msgstr "Kredit penulis perisian" + +#: ../freedesktop.org.xml.in.h:371 +msgid "software installation instructions" +msgstr "Arahan pemasangan perisian" + +#: ../freedesktop.org.xml.in.h:372 +msgid "software license terms" +msgstr "Syarat lesen perisian" + +#: ../freedesktop.org.xml.in.h:373 +msgid "stream of data (server push)" +msgstr "Aliran dara (paksaan pelayan)" + +#: ../freedesktop.org.xml.in.h:374 +msgid "symbolic link" +msgstr "Pautan simbolik" + +#: ../freedesktop.org.xml.in.h:375 +msgid "tar archive" +msgstr "Arkib tar" + +#: ../freedesktop.org.xml.in.h:376 +msgid "tar archive (LZO-compressed)" +msgstr "Arkib tar (dimampatkan-LZO)" + +#: ../freedesktop.org.xml.in.h:377 +msgid "tar archive (bzip-compressed)" +msgstr "Arkib tar (dimampatkan-bzip)" + +#: ../freedesktop.org.xml.in.h:378 +msgid "tar archive (compressed)" +msgstr "Arkib tar (dimampatkan)" + +#: ../freedesktop.org.xml.in.h:379 +msgid "tar archive (gzip-compressed)" +msgstr "Arkib tar (dimampatkan-gzip)" + +#: ../freedesktop.org.xml.in.h:380 +msgid "text document (with comma-separated values)" +msgstr "Dokumen teks (dengan nilai dipisahi koma)" + +#: ../freedesktop.org.xml.in.h:381 +msgid "text document (with tab-separated values)" +msgstr "" + +#: ../freedesktop.org.xml.in.h:382 +msgid "theme" +msgstr "Tema" + +#: ../freedesktop.org.xml.in.h:383 +msgid "translated messages" +msgstr "Mesej diterjemah" + +#: ../freedesktop.org.xml.in.h:384 +msgid "translated messages (machine-readable)" +msgstr "Mesej diterjemah (bolehdibaca-mesin)" + +#: ../freedesktop.org.xml.in.h:385 +msgid "unknown" +msgstr "Entah" + +#: ../freedesktop.org.xml.in.h:386 +msgid "ustar archive" +msgstr "Arkib ustar" + +#: ../freedesktop.org.xml.in.h:387 +msgid "vCalendar interchange file" +msgstr "Fail penukaran vCalendar" + +#: ../freedesktop.org.xml.in.h:388 +msgid "zoo archive" +msgstr "Arkib zoo" + +#~ msgid "Korn shell script" +#~ msgstr "Skrip shell Korn" + +#~ msgid "directory information file" +#~ msgstr "Fail maklumat direktori" + +#~ msgid "iCalendar file" +#~ msgstr "Fail icalendar" + +#~ msgid "Ada sources" +#~ msgstr "Sumber Ada" + +#~ msgid "Ar Archives" +#~ msgstr "Arkib Ar" + +#~ msgid "Autodesk's FLIC files" +#~ msgstr "Fail FLIC Autodesk" + +#~ msgid "Bzip file" +#~ msgstr "Fail Bzip" + +#~ msgid "Bzipped Tar Archives" +#~ msgstr "Arkib Tar diBzip" + +#~ msgid "C headers" +#~ msgstr "Pengepala C" + +#~ msgid "C sources" +#~ msgstr "Sumber C" + +#~ msgid "C++ headers" +#~ msgstr "Pengepala C++" + +#~ msgid "C++ sources" +#~ msgstr "Sumber C++" + +#~ msgid "CGI program" +#~ msgstr "Program CGI" + +#~ msgid "Compound documents" +#~ msgstr "Dokumen halaman" + +#~ msgid "Compressed Tar Archive" +#~ msgstr "Arkib Tar termampat" + +#~ msgid "DOS/Windows program" +#~ msgstr "Program DOS/Windows" + +#~ msgid "Directory" +#~ msgstr "Direktori" + +# src/prefs.c:618 +# ui/galeon.glade.h:140 +#~ msgid "Fonts" +#~ msgstr "Font" + +#~ msgid "GIMP native image format" +#~ msgstr "Format imej natif GIMP" + +#~ msgid "GnuCash Workbook" +#~ msgstr "Bukukerja GnuCash" + +#~ msgid "Gzip file" +#~ msgstr "Fail Gzip" + +#~ msgid "Gzipped PostScript File" +#~ msgstr "Fail PostScript TerGzip" + +#~ msgid "Gzipped Tar Archive" +#~ msgstr "Arkib Tar TerGzip" + +#~ msgid "KChart" +#~ msgstr "KChart" + +#~ msgid "KPresenter" +#~ msgstr "KPresenter" + +#~ msgid "KSpread" +#~ msgstr "KSpread" + +#~ msgid "KWord" +#~ msgstr "KWord" + +#~ msgid "Karbon14 Document" +#~ msgstr "Dokumen Karbon14" + +#~ msgid "Kivio" +#~ msgstr "Kivio" + +#~ msgid "Kontour" +#~ msgstr "Kontour" + +#~ msgid "Krita" +#~ msgstr "Krita" + +#~ msgid "Kugar Data File" +#~ msgstr "Fail Data Kugar" + +#~ msgid "Lha Archives" +#~ msgstr "Arkib Lha" + +#~ msgid "Lzopped File" +#~ msgstr "Fail TerLzopp" + +#~ msgid "Lzopped Tar Archive" +#~ msgstr "Arkib Tar TerLzopp" + +# ui/galeon.glade.h:176 +#~ msgid "MNG image" +#~ msgstr "Imej MNG" + +#~ msgid "MPEG layer 3 audio" +#~ msgstr "Audio MPEG lapisan 3" + +#~ msgid "MS ASF video" +#~ msgstr "Video MS ASF" + +#~ msgid "MSX rom" +#~ msgstr "rom MSX" + +#~ msgid "NES rom" +#~ msgstr "Rom NES" + +#~ msgid "OpenOffice Writer template" +#~ msgstr "Templat OpenOffice Writer" + +#~ msgid "PEF program" +#~ msgstr "Program PEF" + +#~ msgid "PERL program" +#~ msgstr "Program PERL" + +#~ msgid "Pdf Document" +#~ msgstr "Dokumen Pdf" + +#~ msgid "Photoshop document" +#~ msgstr "Dokumen Photoshop" + +#~ msgid "Plain Text" +#~ msgstr "Teks Jernih" + +#~ msgid "Python program" +#~ msgstr "Program Phython" + +#~ msgid "Rar archive" +#~ msgstr "Arkib rar" + +# Ruby Haslinda? +#~ msgid "Ruby program" +#~ msgstr "Program Ruby" + +#~ msgid "SGML" +#~ msgstr "SGML" + +#~ msgid "Scalable Vector Graphics" +#~ msgstr "Grafik Vektor Bolehskala" + +#~ msgid "Shared library" +#~ msgstr "Pustaka terkongsi" + +#~ msgid "Streaming MPEG layer 3 audio" +#~ msgstr "Audio Aliran MPEG lapisan 3" + +# ui/galeon.glade.h:176 +#~ msgid "TIFF Image" +#~ msgstr "Imej TIFF" + +#~ msgid "Tar archive" +#~ msgstr "Arkib Tar" + +#~ msgid "Tcl file" +#~ msgstr "Fail Tcl" + +#~ msgid "TeX Device Independent file" +#~ msgstr "Fail Bebas Peranti TeX" + +# ui/galeon.glade.h:134 +#~ msgid "TeX file" +#~ msgstr "Fail TeX" + +#~ msgid "compressed GIMP document" +#~ msgstr "Dokumen GIMP termampat" + +#~ msgid "tab-separated text document" +#~ msgstr "Dokumen teks dibahagi-tab" + +#~ msgid "the location of some resource" +#~ msgstr "Lokasi bagi beberapa sumber" + +#~ msgid "troff me input document" +#~ msgstr "Dokumen input troff me" + +#~ msgid "troff mm input document" +#~ msgstr "Dokumen input troff mm" diff --git a/po/nb.po b/po/nb.po new file mode 100644 index 0000000..c543926 --- /dev/null +++ b/po/nb.po @@ -0,0 +1,2189 @@ +# Norwegian bokmål translation of shared-mime-info. +# This file is distributed under the same license as the shared-mime-info package. +# Copyright (C) 1999-2005 Free Software Foundation, Inc. +# Kjartan Maraas , 1999-2008. +# +msgid "" +msgstr "" +"Project-Id-Version: shared-mime-info 0.30\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2008-05-12 16:42+0100\n" +"PO-Revision-Date: 2008-06-07 14:08+0200\n" +"Last-Translator: Kjartan Maraas \n" +"Language-Team: Norwegian Bokmaal \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: ../freedesktop.org.xml.in.h:1 +msgid "3D Studio image" +msgstr "3D Studio-bilde" + +#: ../freedesktop.org.xml.in.h:2 +msgid "3GPP multimedia file" +msgstr "3GPP-multimediafil" + +#: ../freedesktop.org.xml.in.h:3 +msgid "7-zip archive" +msgstr "7-zip-arkiv" + +#: ../freedesktop.org.xml.in.h:4 +msgid "ACE archive" +msgstr "ACE-arkiv" + +#: ../freedesktop.org.xml.in.h:5 +msgid "AIFC audio" +msgstr "AIFC-lyd" + +#: ../freedesktop.org.xml.in.h:6 +msgid "AIFF audio" +msgstr "AIFF-lyd" + +#: ../freedesktop.org.xml.in.h:7 +msgid "AIFF/Amiga/Mac audio" +msgstr "AIFF/Amiga/Mac-lyd" + +#: ../freedesktop.org.xml.in.h:8 +msgid "AMR audio" +msgstr "AMR-lyd" + +#: ../freedesktop.org.xml.in.h:9 +msgid "AMR-WB audio" +msgstr "AMR-WB-lyd" + +#: ../freedesktop.org.xml.in.h:10 +msgid "ANIM animation" +msgstr "ANIM-animasjon" + +#: ../freedesktop.org.xml.in.h:11 +msgid "AR archive" +msgstr "AR-arkiv" + +#: ../freedesktop.org.xml.in.h:12 +msgid "ARC archive" +msgstr "ARC-arkiv" + +#: ../freedesktop.org.xml.in.h:13 +msgid "ARJ archive" +msgstr "ARJ-arkiv" + +#: ../freedesktop.org.xml.in.h:14 +msgid "ASF video" +msgstr "ASF-film" + +#: ../freedesktop.org.xml.in.h:15 +msgid "ASP page" +msgstr "ASP-side" + +#: ../freedesktop.org.xml.in.h:16 +msgid "ATK inset" +msgstr "ATK-innsats" + +#: ../freedesktop.org.xml.in.h:17 +msgid "AVI video" +msgstr "AVI-film" + +#: ../freedesktop.org.xml.in.h:18 +msgid "AWK script" +msgstr "AWK-skript" + +#: ../freedesktop.org.xml.in.h:19 +msgid "AbiWord document" +msgstr "AbiWord-dokument" + +#: ../freedesktop.org.xml.in.h:20 +msgid "Ada source code" +msgstr "Ada-kildekode" + +#: ../freedesktop.org.xml.in.h:21 +msgid "Adobe DNG negative" +msgstr "Adobe DNG-negativ" + +#: ../freedesktop.org.xml.in.h:22 +msgid "Adobe FrameMaker MIF document" +msgstr "Adobe FrameMaker MIF-dokument" + +#: ../freedesktop.org.xml.in.h:23 +msgid "Adobe FrameMaker document" +msgstr "Adobe FrameMaker-dokument" + +#: ../freedesktop.org.xml.in.h:24 +msgid "Adobe FrameMaker font" +msgstr "Adobe FrameMaker skrifttype" + +#: ../freedesktop.org.xml.in.h:25 +msgid "Adobe Illustrator document" +msgstr "Adobe Illustrator-dokument" + +#: ../freedesktop.org.xml.in.h:26 +msgid "Adobe font metrics" +msgstr "Adobe skrifttypefil" + +#: ../freedesktop.org.xml.in.h:27 +msgid "Alzip archive" +msgstr "Alzip-arkiv" + +#: ../freedesktop.org.xml.in.h:28 +msgid "Amiga SoundTracker audio" +msgstr "Amiga SoundTracker-lyd" + +#: ../freedesktop.org.xml.in.h:29 +msgid "Applix Graphics image" +msgstr "Applix Graphics-dokument" + +#: ../freedesktop.org.xml.in.h:30 +msgid "Applix Spreadsheets spreadsheet" +msgstr "Applix Spreadsheets-regneark" + +#: ../freedesktop.org.xml.in.h:31 +msgid "Applix Words document" +msgstr "Applix Words-dokument" + +#: ../freedesktop.org.xml.in.h:32 +msgid "Atom syndication feed" +msgstr "Atom syndikeringsstrøm" + +#: ../freedesktop.org.xml.in.h:33 +msgid "AutoCAD image" +msgstr "AutoCAD-bilde" + +#: ../freedesktop.org.xml.in.h:34 +msgid "BCPIO document" +msgstr "BCPIO-dokument" + +#: ../freedesktop.org.xml.in.h:35 +msgid "BDF font" +msgstr "BDF-skrifttype" + +#: ../freedesktop.org.xml.in.h:36 +msgid "BibTeX document" +msgstr "BibTeX-dokument" + +#: ../freedesktop.org.xml.in.h:37 +msgid "BitTorrent seed file" +msgstr "Fil med utgangsverdi for BitTorrent" + +#: ../freedesktop.org.xml.in.h:38 +msgid "Blender scene" +msgstr "Blender-scene" + +#: ../freedesktop.org.xml.in.h:39 +msgid "Bzip archive" +msgstr "Bzip-arkiv" + +#: ../freedesktop.org.xml.in.h:40 +msgid "C header" +msgstr "C-kildekodeheader" + +#: ../freedesktop.org.xml.in.h:41 +msgid "C shell script" +msgstr "C-skallskript" + +#: ../freedesktop.org.xml.in.h:42 +msgid "C source code" +msgstr "C-kildekode" + +#: ../freedesktop.org.xml.in.h:43 +msgid "C# source code" +msgstr "C#-kildekode" + +#: ../freedesktop.org.xml.in.h:44 +msgid "C++ header" +msgstr "C++-kildekodeheader" + +#: ../freedesktop.org.xml.in.h:45 +msgid "C++ source code" +msgstr "C++-kildekode" + +#: ../freedesktop.org.xml.in.h:46 +msgid "CCITT G3 fax" +msgstr "CCITT G3-faks" + +#: ../freedesktop.org.xml.in.h:47 +msgid "CD Table Of Contents" +msgstr "Innholdsfortegnelse for CD" + +#: ../freedesktop.org.xml.in.h:48 +msgid "CD image cuesheet" +msgstr "Filliste for CD-avtrykk" + +#: ../freedesktop.org.xml.in.h:49 +msgid "CHM document" +msgstr "CHM-dokument" + +#: ../freedesktop.org.xml.in.h:50 +msgid "CMU raster image" +msgstr "CMU-rasterbilde" + +#: ../freedesktop.org.xml.in.h:51 +msgid "CMake source code" +msgstr "CMake-kildekode" + +#: ../freedesktop.org.xml.in.h:52 +msgid "CPIO archive" +msgstr "CPIO-arkiv" + +#: ../freedesktop.org.xml.in.h:53 +msgid "CPIO archive (gzip-compressed)" +msgstr "CPIO-arkiv (gzip-komprimert)" + +#: ../freedesktop.org.xml.in.h:54 +msgid "CSS stylesheet" +msgstr "CSS-stilark" + +#: ../freedesktop.org.xml.in.h:55 +msgid "CSV document" +msgstr "CSV-dokument" + +#: ../freedesktop.org.xml.in.h:56 +msgid "Canon CR2 raw image" +msgstr "Canon CR2 raw-bilde" + +#: ../freedesktop.org.xml.in.h:57 +msgid "Canon CRW raw image" +msgstr "Canon CRW raw-bilde" + +#: ../freedesktop.org.xml.in.h:58 +msgid "ChangeLog document" +msgstr "ChangeLog-dokument" + +#: ../freedesktop.org.xml.in.h:59 +msgid "Cisco VPN Settings" +msgstr "Cisco VPN-innstillinger" + +#: ../freedesktop.org.xml.in.h:60 +msgid "Citrix ICA settings file" +msgstr "Innstillingsfil for Citrix ICA" + +#: ../freedesktop.org.xml.in.h:61 +msgid "Commodore 64 audio" +msgstr "Commodore 64-lyd" + +#: ../freedesktop.org.xml.in.h:62 +msgid "Computer Graphics Metafile" +msgstr "Computer Graphics Metafile" + +#: ../freedesktop.org.xml.in.h:63 +msgid "Corel Draw drawing" +msgstr "Corel Draw-tegning" + +#: ../freedesktop.org.xml.in.h:64 +msgid "D source code" +msgstr "D-kildekode" + +#: ../freedesktop.org.xml.in.h:65 +msgid "DAR archive" +msgstr "DAR-arkiv" + +#: ../freedesktop.org.xml.in.h:66 +msgid "DCL script" +msgstr "DCL-skript" + +#: ../freedesktop.org.xml.in.h:67 +msgid "DER/PEM/Netscape-encoded X.509 certificate" +msgstr "DER/PEM/Netscape-kodet X.509-sertifikat" + +#: ../freedesktop.org.xml.in.h:68 +msgid "DIB image" +msgstr "DIB-bilde" + +#: ../freedesktop.org.xml.in.h:69 +msgid "DICOM image" +msgstr "DICOM-bilde" + +#: ../freedesktop.org.xml.in.h:70 +msgid "DOS font" +msgstr "DOS-skrifttype" + +#: ../freedesktop.org.xml.in.h:71 +msgid "DOS/Windows executable" +msgstr "Kjørbar fil for DOS/Windows" + +#: ../freedesktop.org.xml.in.h:72 +msgid "DPX image" +msgstr "DPX-bilde" + +#: ../freedesktop.org.xml.in.h:73 +msgid "DSSSL document" +msgstr "DSSSL-dokument" + +#: ../freedesktop.org.xml.in.h:74 +msgid "DTD file" +msgstr "DTD-fil" + +#: ../freedesktop.org.xml.in.h:75 +msgid "DV video" +msgstr "DV-film" + +#: ../freedesktop.org.xml.in.h:76 +msgid "DXF vector image" +msgstr "DXF-vektorgrafikk" + +#: ../freedesktop.org.xml.in.h:77 +msgid "Debian package" +msgstr "Debian pakke" + +#: ../freedesktop.org.xml.in.h:78 +msgid "Dia diagram" +msgstr "Dia-diagram" + +#: ../freedesktop.org.xml.in.h:79 +msgid "DirectDraw surface" +msgstr "DirectDraw-overflate" + +#: ../freedesktop.org.xml.in.h:80 +msgid "DjVu image" +msgstr "DjVu-bilde" + +#: ../freedesktop.org.xml.in.h:81 +msgid "DocBook document" +msgstr "DocBook-dokument" + +#: ../freedesktop.org.xml.in.h:82 +msgid "Dolby Digital audio" +msgstr "Dolby digital lyd" + +#: ../freedesktop.org.xml.in.h:83 +msgid "Dreamcast ROM" +msgstr "Dreamcast-ROM" + +#: ../freedesktop.org.xml.in.h:84 +msgid "ECMAScript program" +msgstr "ECMAScript-program" + +#: ../freedesktop.org.xml.in.h:85 +msgid "EMF image" +msgstr "EMF-bilde" + +#: ../freedesktop.org.xml.in.h:86 +msgid "EPS image" +msgstr "EPS-bilde" + +#: ../freedesktop.org.xml.in.h:87 +msgid "EPS image (bzip-compressed)" +msgstr "EPS-bilde (bzip-komprimert)" + +#: ../freedesktop.org.xml.in.h:88 +msgid "EPS image (gzip-compressed)" +msgstr "EPS-bilde (gzip-komprimert)" + +#: ../freedesktop.org.xml.in.h:89 +msgid "EXR image" +msgstr "EXR-bilde" + +#: ../freedesktop.org.xml.in.h:90 +msgid "Egon Animator animation" +msgstr "Egon animator-animasjon" + +#: ../freedesktop.org.xml.in.h:91 +msgid "Eiffel source code" +msgstr "Eiffel-kildekode" + +#: ../freedesktop.org.xml.in.h:92 +msgid "Electronic Business Card" +msgstr "Elektronisk visittkort" + +#: ../freedesktop.org.xml.in.h:93 +msgid "Electronic book document" +msgstr "Elektronisk bok-dokument" + +#: ../freedesktop.org.xml.in.h:94 +msgid "Emacs Lisp source code" +msgstr "Emacs Lisp-kildekode" + +#: ../freedesktop.org.xml.in.h:95 +msgid "Enlightenment theme" +msgstr "Enlightenment tema" + +#: ../freedesktop.org.xml.in.h:96 +msgid "Erlang source code" +msgstr "Erlang-kildekode" + +#: ../freedesktop.org.xml.in.h:97 +msgid "Excel spreadsheet" +msgstr "Excel regneark" + +#: ../freedesktop.org.xml.in.h:98 +msgid "FITS document" +msgstr "FITS-dokument" + +#: ../freedesktop.org.xml.in.h:99 +msgid "FLAC audio" +msgstr "FLAC-lyd" + +#: ../freedesktop.org.xml.in.h:100 +msgid "FLIC animation" +msgstr "FLIC-animasjon" + +#: ../freedesktop.org.xml.in.h:101 +msgid "FLTK Fluid file" +msgstr "FLTK Fluid-fil" + +#: ../freedesktop.org.xml.in.h:102 +msgid "FPX image" +msgstr "FPX-bilde" + +#: ../freedesktop.org.xml.in.h:103 +msgid "FastTracker II audio" +msgstr "FastTracker II-lyd" + +#: ../freedesktop.org.xml.in.h:104 +msgid "Flash video" +msgstr "Flash-film" + +#: ../freedesktop.org.xml.in.h:105 +msgid "Fortran source code" +msgstr "Fortran-kildekode" + +#: ../freedesktop.org.xml.in.h:106 +msgid "Fuji RAF raw image" +msgstr "Fuji RAF raw-bilde" + +#: ../freedesktop.org.xml.in.h:107 +msgid "G3 fax image" +msgstr "G3-faksbilde" + +#: ../freedesktop.org.xml.in.h:108 +msgid "GDBM database" +msgstr "GDBM-database" + +#: ../freedesktop.org.xml.in.h:109 +msgid "GEDCOM family history" +msgstr "GEDCOM-familiehistorikk" + +#: ../freedesktop.org.xml.in.h:110 +msgid "GIF image" +msgstr "GIF-bilde" + +#: ../freedesktop.org.xml.in.h:111 +msgid "GIMP image" +msgstr "GIMP-bilde" + +#: ../freedesktop.org.xml.in.h:112 +msgid "GMC link" +msgstr "GMC-lenke" + +#: ../freedesktop.org.xml.in.h:113 +msgid "GNU Oleo spreadsheet" +msgstr "GNU Oleo regneark" + +#: ../freedesktop.org.xml.in.h:114 +msgid "GNU mail message" +msgstr "GNU e-postmelding" + +#: ../freedesktop.org.xml.in.h:115 +msgid "GNUnet search file" +msgstr "GNUnet søkefil" + +#: ../freedesktop.org.xml.in.h:116 +#, fuzzy +msgid "GTK+ configuration" +msgstr "konfigurasjonsfil for skrivebordet" + +#: ../freedesktop.org.xml.in.h:117 +msgid "GTKtalog catalog" +msgstr "GTKtalog-katalog" + +#: ../freedesktop.org.xml.in.h:118 +msgid "Game Boy Advance ROM" +msgstr "Game Boy Advance-ROM" + +#: ../freedesktop.org.xml.in.h:119 +msgid "Game Boy ROM" +msgstr "Game Boy-ROM" + +#. Translate this to Megadrive if the console was known as such in your locale +#. Should be Megadrive in all but en_US: http://en.wikipedia.org/wiki/Megadrive#History +#: ../freedesktop.org.xml.in.h:122 +msgid "Genesis ROM" +msgstr "Genesis-ROM" + +#: ../freedesktop.org.xml.in.h:123 +msgid "Glade project" +msgstr "Glade prosjekt" + +#: ../freedesktop.org.xml.in.h:124 +msgid "GnuCash spreadsheet" +msgstr "GnuCash-regneark" + +#: ../freedesktop.org.xml.in.h:125 +msgid "Gnumeric spreadsheet" +msgstr "Gnumeric-regneark" + +#: ../freedesktop.org.xml.in.h:126 +msgid "Gnuplot document" +msgstr "Gnuplot-dokument" + +#: ../freedesktop.org.xml.in.h:127 +msgid "Google Video Pointer" +msgstr "Peker til Google Video" + +#: ../freedesktop.org.xml.in.h:128 +msgid "Graphite scientific graph" +msgstr "Vitenskapelig graf fra Graphite" + +#: ../freedesktop.org.xml.in.h:129 +msgid "Gzip archive" +msgstr "Gzip-arkiv" + +#: ../freedesktop.org.xml.in.h:130 +msgid "HDF document" +msgstr "HDF-dokument" + +#: ../freedesktop.org.xml.in.h:131 +msgid "HPGL file" +msgstr "HPGL-fil" + +#: ../freedesktop.org.xml.in.h:132 +msgid "HTML document" +msgstr "HTML-dokument" + +#: ../freedesktop.org.xml.in.h:133 +msgid "Haansoft Hangul document" +msgstr "Haansoft Hangul-dokument" + +#: ../freedesktop.org.xml.in.h:134 +msgid "Haansoft Hangul document template" +msgstr "Haansoft Hangul-dokumentmal" + +#: ../freedesktop.org.xml.in.h:135 +msgid "Haskell source code" +msgstr "Haskell-kildekode" + +#: ../freedesktop.org.xml.in.h:136 +msgid "ICO icon" +msgstr "ICO-ikon" + +#: ../freedesktop.org.xml.in.h:137 +msgid "IDL document" +msgstr "IDL-dokument" + +#: ../freedesktop.org.xml.in.h:138 +msgid "IEF image" +msgstr "IEF-bilde" + +#: ../freedesktop.org.xml.in.h:139 +msgid "IFF image" +msgstr "IFF-bilde" + +#: ../freedesktop.org.xml.in.h:140 +msgid "ILBM image" +msgstr "ILBM-bilde" + +#: ../freedesktop.org.xml.in.h:141 +msgid "ISI video" +msgstr "ISI-film" + +#: ../freedesktop.org.xml.in.h:142 +msgid "Impulse Tracker audio" +msgstr "Impulse Tracker-lyd" + +#: ../freedesktop.org.xml.in.h:143 +msgid "Internet shortcut" +msgstr "Internettsnarvei" + +#: ../freedesktop.org.xml.in.h:144 +msgid "JAD document" +msgstr "JAD-dokument" + +#: ../freedesktop.org.xml.in.h:145 +msgid "JBuilder project" +msgstr "JBuilder-prosjekt" + +#: ../freedesktop.org.xml.in.h:146 +msgid "JET database" +msgstr "JET-database" + +#: ../freedesktop.org.xml.in.h:147 +msgid "JNG image" +msgstr "JNG-bilde" + +#: ../freedesktop.org.xml.in.h:148 +msgid "JNLP file" +msgstr "JNLP-fil" + +#: ../freedesktop.org.xml.in.h:149 +msgid "JPEG image" +msgstr "JPEG-bilde" + +#: ../freedesktop.org.xml.in.h:150 +msgid "JPEG-2000 image" +msgstr "JPEG-2000-bilde" + +#: ../freedesktop.org.xml.in.h:151 +msgid "Java archive" +msgstr "Java-arkiv" + +#: ../freedesktop.org.xml.in.h:152 +msgid "Java byte code" +msgstr "Java-bytekode" + +#: ../freedesktop.org.xml.in.h:153 +msgid "Java class" +msgstr "Java-klasse" + +#: ../freedesktop.org.xml.in.h:154 +msgid "Java source code" +msgstr "Java-kildekode" + +#: ../freedesktop.org.xml.in.h:155 +msgid "JavaScript program" +msgstr "JavaScript-program" + +#: ../freedesktop.org.xml.in.h:156 +msgid "KChart chart" +msgstr "KChart-graf" + +#: ../freedesktop.org.xml.in.h:157 +msgid "KFormula formula" +msgstr "KFormula-formel" + +#: ../freedesktop.org.xml.in.h:158 +msgid "KIllustrator drawing" +msgstr "KIllustrator-tegning" + +#: ../freedesktop.org.xml.in.h:159 +msgid "KPovModeler scene" +msgstr "KPovModeler-scene" + +#: ../freedesktop.org.xml.in.h:160 +msgid "KPresenter presentation" +msgstr "KPresenter-presentasjon" + +#: ../freedesktop.org.xml.in.h:161 +msgid "KSpread spreadsheet" +msgstr "KSpread-regneark" + +#: ../freedesktop.org.xml.in.h:162 +msgid "KSpread spreadsheet (encrypted)" +msgstr "KSpread-regneark (kryptert)" + +#: ../freedesktop.org.xml.in.h:163 +msgid "KSysV init package" +msgstr "KSysV init-pakke" + +#: ../freedesktop.org.xml.in.h:164 +msgid "KWord document" +msgstr "KWord-dokument" + +#: ../freedesktop.org.xml.in.h:165 +msgid "KWord document (encrypted)" +msgstr "KWord-dokument (kryptert)" + +#: ../freedesktop.org.xml.in.h:166 +msgid "Karbon14 drawing" +msgstr "Karbon14-tegning" + +#: ../freedesktop.org.xml.in.h:167 +msgid "Kivio flowchart" +msgstr "Kivio-flytdiagram" + +#: ../freedesktop.org.xml.in.h:168 +msgid "Kodak DCR raw image" +msgstr "Kodak DCR raw-bilde" + +#: ../freedesktop.org.xml.in.h:169 +msgid "Kodak K25 raw image" +msgstr "Kodak K25 raw-bilde" + +#: ../freedesktop.org.xml.in.h:170 +msgid "Kodak KDC raw image" +msgstr "Kodak KDC raw-bilde" + +#: ../freedesktop.org.xml.in.h:171 +msgid "Kontour drawing" +msgstr "Kontour-tegning" + +#: ../freedesktop.org.xml.in.h:172 +msgid "Krita document" +msgstr "Krita-dokument" + +#: ../freedesktop.org.xml.in.h:173 +msgid "Kugar document" +msgstr "Kugar-dokument" + +#: ../freedesktop.org.xml.in.h:174 +msgid "LDIF address book" +msgstr "LDIF-adressebok" + +#: ../freedesktop.org.xml.in.h:175 +msgid "LHA archive" +msgstr "LHA-arkiv" + +#: ../freedesktop.org.xml.in.h:176 +msgid "LHS source code" +msgstr "LHS-kildekode" + +#: ../freedesktop.org.xml.in.h:177 +msgid "LHZ archive" +msgstr "LHZ-arkiv" + +#: ../freedesktop.org.xml.in.h:178 +msgid "LIBGRX font" +msgstr "LIBGRX-skrifttype" + +#: ../freedesktop.org.xml.in.h:179 +msgid "LZMA archive" +msgstr "LZMA-arkiv" + +#: ../freedesktop.org.xml.in.h:180 +msgid "LZO archive" +msgstr "LZO-arkiv" + +#: ../freedesktop.org.xml.in.h:181 +msgid "LightWave object" +msgstr "LightWave-objekt" + +#: ../freedesktop.org.xml.in.h:182 +msgid "LightWave scene" +msgstr "LightWave-scene" + +#: ../freedesktop.org.xml.in.h:183 +msgid "Linux PSF console font" +msgstr "Linux PSF konsollskrifttype" + +#: ../freedesktop.org.xml.in.h:184 +msgid "Linux PSF console font (gzip-compressed)" +msgstr "Linux PSF konsollskrifttype (gzip-komprimert)" + +#: ../freedesktop.org.xml.in.h:185 +msgid "Lotus 1-2-3 spreadsheet" +msgstr "Lotus 1-2-3 regneark" + +#: ../freedesktop.org.xml.in.h:186 +msgid "Lotus AmiPro document" +msgstr "Lotus AmiPro-dokument" + +#: ../freedesktop.org.xml.in.h:187 +msgid "Lua script" +msgstr "Lua-skript" + +#: ../freedesktop.org.xml.in.h:188 +msgid "LyX document" +msgstr "LyX-dokument" + +#: ../freedesktop.org.xml.in.h:189 +msgid "M4 macro" +msgstr "M4-makro" + +#: ../freedesktop.org.xml.in.h:190 +msgid "MATLAB script/function" +msgstr "Skript/funksjon for MATLAB" + +#: ../freedesktop.org.xml.in.h:191 +msgid "MIDI audio" +msgstr "MIDI-lyd" + +#: ../freedesktop.org.xml.in.h:192 +msgid "MNG animation" +msgstr "MNG-animasjon" + +#: ../freedesktop.org.xml.in.h:193 +msgid "MP2 audio" +msgstr "MP2-lyd" + +#: ../freedesktop.org.xml.in.h:194 +msgid "MP3 ShoutCast playlist" +msgstr "MP3 ShoutCast-spilleliste" + +#: ../freedesktop.org.xml.in.h:195 +msgid "MP3 audio" +msgstr "MP3-lyd" + +#: ../freedesktop.org.xml.in.h:196 +msgid "MP3 audio (streamed)" +msgstr "MP3-lyd (streaming)" + +#: ../freedesktop.org.xml.in.h:197 +msgid "MPEG video" +msgstr "MPEG-film" + +#: ../freedesktop.org.xml.in.h:198 +msgid "MPEG-4 audio" +msgstr "MPEG-4-lyd" + +#: ../freedesktop.org.xml.in.h:199 +msgid "MPEG-4 audio book" +msgstr "MPEG-4-lydbok" + +#: ../freedesktop.org.xml.in.h:200 +msgid "MPEG-4 video" +msgstr "MPEG-4-film" + +#: ../freedesktop.org.xml.in.h:201 +msgid "MPSub subtitles" +msgstr "MPSub undertekst" + +#: ../freedesktop.org.xml.in.h:202 +msgid "MRML playlist" +msgstr "MRML-spilleliste" + +#: ../freedesktop.org.xml.in.h:203 +msgid "MSX ROM" +msgstr "MSX-ROM" + +#: ../freedesktop.org.xml.in.h:204 +msgid "MacOS X icon" +msgstr "MacOS X-ikon" + +#: ../freedesktop.org.xml.in.h:205 +msgid "MacPaint Bitmap image" +msgstr "MacPaint Bitmap-bilde" + +#: ../freedesktop.org.xml.in.h:206 +msgid "Macintosh AppleDouble-encoded file" +msgstr "dokument kodet med Macintosh AppleDouble" + +#: ../freedesktop.org.xml.in.h:207 +msgid "Macintosh BinHex-encoded file" +msgstr "Macintosh BinHe-kodet arkiv" + +#: ../freedesktop.org.xml.in.h:208 +msgid "Macintosh MacBinary file" +msgstr "Macintosh MacBinary-fil" + +#: ../freedesktop.org.xml.in.h:209 +msgid "Macintosh Quickdraw/PICT drawing" +msgstr "Macintosh Quickdraw/PICT-tegning" + +#: ../freedesktop.org.xml.in.h:210 +msgid "MagicPoint presentation" +msgstr "MagicPoint-presentasjon" + +#: ../freedesktop.org.xml.in.h:211 +msgid "Makefile" +msgstr "Makefile" + +#: ../freedesktop.org.xml.in.h:212 +msgid "Managed Object Format" +msgstr "Managed Object Format" + +#: ../freedesktop.org.xml.in.h:213 +msgid "Markaby script" +msgstr "Markaby-skript" + +#: ../freedesktop.org.xml.in.h:214 +msgid "MathML document" +msgstr "MathML-dokument" + +#: ../freedesktop.org.xml.in.h:215 +msgid "Mathematica Notebook" +msgstr "Mathematica notisblokk" + +#: ../freedesktop.org.xml.in.h:216 +msgid "Matroska audio" +msgstr "Matroska-lyd" + +#: ../freedesktop.org.xml.in.h:217 +msgid "Matroska video" +msgstr "Matroska-film" + +#: ../freedesktop.org.xml.in.h:218 +msgid "MicroDVD subtitles" +msgstr "MicroDVD undertekst" + +#: ../freedesktop.org.xml.in.h:219 +msgid "Microsoft ASX playlist" +msgstr "Microsoft ASX-spilleliste" + +#: ../freedesktop.org.xml.in.h:220 +msgid "Microsoft Works document" +msgstr "Microsoft Works-dokument" + +#: ../freedesktop.org.xml.in.h:221 +msgid "MiniPSF audio" +msgstr "MiniPSF-lyd" + +#: ../freedesktop.org.xml.in.h:222 +msgid "Minolta MRW raw image" +msgstr "Minolta MRW raw-bilde" + +#: ../freedesktop.org.xml.in.h:223 +msgid "Monkey's audio" +msgstr "Monkey's-lyd" + +#: ../freedesktop.org.xml.in.h:224 +msgid "Mozilla bookmarks" +msgstr "Mozilla-bokmerker" + +#: ../freedesktop.org.xml.in.h:225 +msgid "Mup publication" +msgstr "Mup publikasjon" + +#: ../freedesktop.org.xml.in.h:226 +msgid "Musepack audio" +msgstr "Musepack-lyd" + +#. Translate this to Famicom if the console was known as such in your locale +#: ../freedesktop.org.xml.in.h:228 +msgid "NES ROM" +msgstr "NES ROM" + +#: ../freedesktop.org.xml.in.h:229 +msgid "NFO document" +msgstr "NFO-dokument" + +#: ../freedesktop.org.xml.in.h:230 +msgid "NIFF image" +msgstr "NIFF-bilde" + +#: ../freedesktop.org.xml.in.h:231 +msgid "Nautilus link" +msgstr "Nautilus-lenke" + +#: ../freedesktop.org.xml.in.h:232 +msgid "Nikon NEF raw image" +msgstr "Nikon NEF raw-bilde" + +#: ../freedesktop.org.xml.in.h:233 +msgid "Nintendo DS ROM" +msgstr "Nintendo DS-ROM" + +#: ../freedesktop.org.xml.in.h:234 +msgid "Nintendo64 ROM" +msgstr "Nintendo64-ROM" + +#: ../freedesktop.org.xml.in.h:235 +msgid "NullSoft video" +msgstr "Nullsoft-film" + +#: ../freedesktop.org.xml.in.h:236 +msgid "OCL file" +msgstr "OCL-fil" + +#: ../freedesktop.org.xml.in.h:237 +msgid "OCaml source code" +msgstr "OCaml-kildekode" + +#: ../freedesktop.org.xml.in.h:238 +msgid "ODA document" +msgstr "ODA-dokument" + +#: ../freedesktop.org.xml.in.h:239 +msgid "ODB database" +msgstr "ODB-database" + +#: ../freedesktop.org.xml.in.h:240 +msgid "ODC chart" +msgstr "ODC-graf" + +#: ../freedesktop.org.xml.in.h:241 +msgid "ODF formula" +msgstr "ODF-formel" + +#: ../freedesktop.org.xml.in.h:242 +msgid "ODG drawing" +msgstr "ODG-tegning" + +#: ../freedesktop.org.xml.in.h:243 +msgid "ODG template" +msgstr "ODG-mal" + +#: ../freedesktop.org.xml.in.h:244 +msgid "ODI image" +msgstr "ODI-bilde" + +#: ../freedesktop.org.xml.in.h:245 +msgid "ODM document" +msgstr "ODM-dokument" + +#: ../freedesktop.org.xml.in.h:246 +msgid "ODP presentation" +msgstr "ODP-presentasjon" + +#: ../freedesktop.org.xml.in.h:247 +msgid "ODP template" +msgstr "ODP-mal" + +#: ../freedesktop.org.xml.in.h:248 +msgid "ODS spreadsheet" +msgstr "ODS-regneark" + +#: ../freedesktop.org.xml.in.h:249 +msgid "ODS template" +msgstr "ODS-mal" + +#: ../freedesktop.org.xml.in.h:250 +msgid "ODT document" +msgstr "ODT-dokument" + +#: ../freedesktop.org.xml.in.h:251 +msgid "ODT template" +msgstr "ODT-mal" + +#: ../freedesktop.org.xml.in.h:252 +msgid "OGM video" +msgstr "OGM-film" + +#: ../freedesktop.org.xml.in.h:253 +msgid "OLE2 compound document storage" +msgstr "OLE-lager for sammensatte dokumenter" + +#: ../freedesktop.org.xml.in.h:254 +msgid "OPML syndication feed" +msgstr "OPML syndikeringsstrøm" + +#: ../freedesktop.org.xml.in.h:255 +msgid "OTH template" +msgstr "OTH-mal" + +#: ../freedesktop.org.xml.in.h:256 +msgid "Objective-C source code" +msgstr "Objective-C-kildekode" + +#: ../freedesktop.org.xml.in.h:257 +msgid "Office drawing" +msgstr "Office-tegning" + +#: ../freedesktop.org.xml.in.h:258 +msgid "Ogg Audio" +msgstr "Ogg lyd" + +#: ../freedesktop.org.xml.in.h:259 +msgid "Ogg FLAC audio" +msgstr "Ogg FLAC-lyd" + +#: ../freedesktop.org.xml.in.h:260 +msgid "Ogg Speex audio" +msgstr "Ogg Speex lyd" + +#: ../freedesktop.org.xml.in.h:261 +msgid "Ogg Theora video" +msgstr "Ogg Theora video" + +#: ../freedesktop.org.xml.in.h:262 +msgid "Ogg Video" +msgstr "Ogg video" + +#: ../freedesktop.org.xml.in.h:263 +msgid "Ogg Vorbis audio" +msgstr "Ogg Vorbis lyd" + +#: ../freedesktop.org.xml.in.h:264 +msgid "Ogg multimedia file" +msgstr "Ogg-multimediafil" + +#: ../freedesktop.org.xml.in.h:265 +msgid "Olympus ORF raw image" +msgstr "Olympus ORF raw-bilde" + +#: ../freedesktop.org.xml.in.h:266 +msgid "OpenOffice Calc spreadsheet" +msgstr "OpenOffice Calc-regneark" + +#: ../freedesktop.org.xml.in.h:267 +msgid "OpenOffice Calc template" +msgstr "OpenOffice Calc-mal" + +#: ../freedesktop.org.xml.in.h:268 +msgid "OpenOffice Draw drawing" +msgstr "OpenOffice Draw-tegning" + +#: ../freedesktop.org.xml.in.h:269 +msgid "OpenOffice Draw template" +msgstr "OpenOffice Draw-mal" + +#: ../freedesktop.org.xml.in.h:270 +msgid "OpenOffice Impress presentation" +msgstr "OpenOffice Impress-presentasjon" + +#: ../freedesktop.org.xml.in.h:271 +msgid "OpenOffice Impress template" +msgstr "OpenOffice Impress-mal" + +#: ../freedesktop.org.xml.in.h:272 +msgid "OpenOffice Math formula" +msgstr "OpenOffice Math-formel" + +#: ../freedesktop.org.xml.in.h:273 +msgid "OpenOffice Writer document" +msgstr "OpenOffice Writer-dokument" + +#: ../freedesktop.org.xml.in.h:274 +msgid "OpenOffice Writer global document" +msgstr "Global OpenOffice Writer globalt dokument" + +#: ../freedesktop.org.xml.in.h:275 +msgid "OpenOffice Writer template" +msgstr "OpenOffice Writer-mal" + +#: ../freedesktop.org.xml.in.h:276 +msgid "OpenType font" +msgstr "OpenType-skrifttype" + +#: ../freedesktop.org.xml.in.h:277 +msgid "PAK archive" +msgstr "PAK-arkiv" + +#: ../freedesktop.org.xml.in.h:278 +msgid "PBM image" +msgstr "PBM-bilde" + +#: ../freedesktop.org.xml.in.h:279 +msgid "PCD image" +msgstr "PCD-bilde" + +#: ../freedesktop.org.xml.in.h:280 +msgid "PCF font" +msgstr "PCF-skrifttype" + +#: ../freedesktop.org.xml.in.h:281 +msgid "PCL file" +msgstr "PCL-fil" + +#: ../freedesktop.org.xml.in.h:282 +msgid "PCM audio" +msgstr "PCM-lyd" + +#: ../freedesktop.org.xml.in.h:283 +msgid "PCX image" +msgstr "PCX-bilde" + +#: ../freedesktop.org.xml.in.h:284 +msgid "PDF document" +msgstr "PDF-dokument" + +#: ../freedesktop.org.xml.in.h:285 +msgid "PDF document (bzip-compressed)" +msgstr "PDF-dokument (bzip-komprimert)" + +#: ../freedesktop.org.xml.in.h:286 +msgid "PDF document (gzip-compressed)" +msgstr "PDF-dokument (gzip-komprimert)" + +#: ../freedesktop.org.xml.in.h:287 +msgid "PEF executable" +msgstr "PEF-kjørbar" + +#: ../freedesktop.org.xml.in.h:288 +msgid "PGM image" +msgstr "PGM-bilde" + +#: ../freedesktop.org.xml.in.h:289 +msgid "PGN chess game notation" +msgstr "PGN sjakkspillnotasjon" + +#: ../freedesktop.org.xml.in.h:290 +msgid "PGP keys" +msgstr "PGP-nøkler" + +#: ../freedesktop.org.xml.in.h:291 +msgid "PGP/MIME-encrypted message header" +msgstr "PGP/MIME-kryptert meldingshode" + +#: ../freedesktop.org.xml.in.h:292 +msgid "PHP script" +msgstr "PHP-skript" + +#: ../freedesktop.org.xml.in.h:293 +msgid "PKCS#10 certification request" +msgstr "PKCS#10-sertifikatforespørsel" + +#: ../freedesktop.org.xml.in.h:294 +msgid "PKCS#12 certificate bundle" +msgstr "PKCS#12 sertifikathaug" + +#: ../freedesktop.org.xml.in.h:295 +msgid "PNG image" +msgstr "PNG-bilde" + +#: ../freedesktop.org.xml.in.h:296 +msgid "PNM image" +msgstr "PNM-bilde" + +#: ../freedesktop.org.xml.in.h:297 +msgid "PPM image" +msgstr "PPM-bilde" + +#: ../freedesktop.org.xml.in.h:298 +msgid "PS document" +msgstr "PS-dokument" + +#: ../freedesktop.org.xml.in.h:299 +msgid "PSD image" +msgstr "PSD-bilde" + +#: ../freedesktop.org.xml.in.h:300 +msgid "PSF audio" +msgstr "PSF-lyd" + +#: ../freedesktop.org.xml.in.h:301 +msgid "PSFlib audio library" +msgstr "PSFlib-lydbibliotek" + +#: ../freedesktop.org.xml.in.h:302 +msgid "Pack200 Java archive" +msgstr "Pack200 Java-arkiv" + +#: ../freedesktop.org.xml.in.h:303 +msgid "Palm OS database" +msgstr "Palm OS-database" + +#: ../freedesktop.org.xml.in.h:304 +msgid "Panasonic raw image" +msgstr "Panasonic raw-bilde" + +#: ../freedesktop.org.xml.in.h:305 +msgid "Parchive archive" +msgstr "Parchive-arkiv" + +#: ../freedesktop.org.xml.in.h:306 +msgid "Pascal source code" +msgstr "Pascal-kildekode" + +#: ../freedesktop.org.xml.in.h:307 +msgid "Pathetic Writer document" +msgstr "Pathetic Writer-dokument" + +#: ../freedesktop.org.xml.in.h:308 +msgid "Pentax PEF raw image" +msgstr "Pentax PEF raw-bilde" + +#: ../freedesktop.org.xml.in.h:309 +msgid "Perl script" +msgstr "Perl skript" + +#: ../freedesktop.org.xml.in.h:310 +msgid "PlanPerfect spreadsheet" +msgstr "PlanPerfect-regneark" + +#: ../freedesktop.org.xml.in.h:311 +msgid "Plucker document" +msgstr "Plucker-dokument" + +#: ../freedesktop.org.xml.in.h:312 +msgid "PostScript document (bzip-compressed)" +msgstr "PostScript-dokument (bzip-komprimert)" + +#: ../freedesktop.org.xml.in.h:313 +msgid "PostScript document (gzip-compressed)" +msgstr "PostScript-dokument (gzip-komprimert)" + +#: ../freedesktop.org.xml.in.h:314 +msgid "Postscript type-1 font" +msgstr "Postscript type-1 skrift" + +#: ../freedesktop.org.xml.in.h:315 +msgid "PowerPoint presentation" +msgstr "PowerPoint-presentasjon" + +#: ../freedesktop.org.xml.in.h:316 +msgid "Python bytecode" +msgstr "Python-bytekode" + +#: ../freedesktop.org.xml.in.h:317 +msgid "Python script" +msgstr "Python-skript" + +#: ../freedesktop.org.xml.in.h:318 +msgid "Qt Designer file" +msgstr "Qt Designer-fil" + +#: ../freedesktop.org.xml.in.h:319 +msgid "Qt MOC file" +msgstr "Qt MOC-fil" + +#: ../freedesktop.org.xml.in.h:320 +msgid "Quattro Pro spreadsheet" +msgstr "Quattro Pro-regneark" + +#: ../freedesktop.org.xml.in.h:321 +msgid "QuickTime image" +msgstr "Quicktime bilde" + +#: ../freedesktop.org.xml.in.h:322 +msgid "QuickTime metalink playlist" +msgstr "QuickTime metalink-spilleliste" + +#: ../freedesktop.org.xml.in.h:323 +msgid "QuickTime video" +msgstr "Quicktime film" + +#: ../freedesktop.org.xml.in.h:324 +msgid "Quicken document" +msgstr "Quicken-dokument" + +#: ../freedesktop.org.xml.in.h:325 +msgid "RAR archive" +msgstr "RAR-arkiv" + +#: ../freedesktop.org.xml.in.h:326 +msgid "RDF file" +msgstr "RDF-fil" + +#: ../freedesktop.org.xml.in.h:327 +msgid "README document" +msgstr "README-dokument" + +#: ../freedesktop.org.xml.in.h:328 +msgid "RGB image" +msgstr "RGB-bilde" + +#: ../freedesktop.org.xml.in.h:329 +msgid "RIFF audio" +msgstr "RIFF-lyd" + +#: ../freedesktop.org.xml.in.h:330 +msgid "RPM package" +msgstr "RPM-pakke" + +#: ../freedesktop.org.xml.in.h:331 +msgid "RPM spec file" +msgstr "RPM-spesifikasjonsfil" + +#: ../freedesktop.org.xml.in.h:332 +msgid "RSS summary" +msgstr "RSS-sammendrag" + +#: ../freedesktop.org.xml.in.h:333 +msgid "RTF document" +msgstr "RTF-dokument" + +#: ../freedesktop.org.xml.in.h:334 +msgid "RealAudio document" +msgstr "RealAudio-dokument" + +#: ../freedesktop.org.xml.in.h:335 +msgid "RealMedia Metafile" +msgstr "RealMedia-metafil" + +#: ../freedesktop.org.xml.in.h:336 +msgid "RealMedia document" +msgstr "RealMedia-dokument" + +#: ../freedesktop.org.xml.in.h:337 +msgid "RealPix document" +msgstr "RealPix-dokument" + +#: ../freedesktop.org.xml.in.h:338 +msgid "RealText document" +msgstr "RealText-dokument" + +#: ../freedesktop.org.xml.in.h:339 +msgid "RealVideo document" +msgstr "RealAudio-dokument" + +#: ../freedesktop.org.xml.in.h:340 +msgid "Ruby script" +msgstr "Ruby-skript" + +#: ../freedesktop.org.xml.in.h:341 +msgid "Run Length Encoded bitmap image" +msgstr "Run Length Encoded bitmap bilde" + +#: ../freedesktop.org.xml.in.h:342 +msgid "S/MIME file" +msgstr "S/MIME-fil" + +#: ../freedesktop.org.xml.in.h:343 +msgid "SAMI subtitles" +msgstr "SAMI undertekst" + +#: ../freedesktop.org.xml.in.h:344 +msgid "SC/Xspread spreadsheet" +msgstr "SC/Xspread-regneark" + +#: ../freedesktop.org.xml.in.h:345 +msgid "SDP multicast stream file" +msgstr "SDP-multicaststrøm" + +#. translators: a record is in this context a description of a board game +#. that has been played, and that can be played back again: +#. http://www.red-bean.com/sgf/ +#: ../freedesktop.org.xml.in.h:349 +msgid "SGF record" +msgstr "SGF-oppføring" + +#: ../freedesktop.org.xml.in.h:350 +msgid "SGI image" +msgstr "SGI-bilde" + +#: ../freedesktop.org.xml.in.h:351 +msgid "SGI video" +msgstr "SGI-film" + +#: ../freedesktop.org.xml.in.h:352 +msgid "SGML document" +msgstr "SGML-dokument" + +#: ../freedesktop.org.xml.in.h:353 +msgid "SIS package" +msgstr "SIS-pakke" + +#: ../freedesktop.org.xml.in.h:354 +msgid "SISX package" +msgstr "SISX-pakke" + +#: ../freedesktop.org.xml.in.h:355 +msgid "SMAF audio" +msgstr "SMAF-lyd" + +#: ../freedesktop.org.xml.in.h:356 +msgid "SMIL document" +msgstr "SMIL-dokument" + +#: ../freedesktop.org.xml.in.h:357 +msgid "SQL code" +msgstr "SQL-kildekode" + +#: ../freedesktop.org.xml.in.h:358 +msgid "SQLite2 database" +msgstr "SQLite2-database" + +#: ../freedesktop.org.xml.in.h:359 +msgid "SQLite3 database" +msgstr "SQLite3-database" + +#: ../freedesktop.org.xml.in.h:360 +msgid "SSA subtitles" +msgstr "SSA undertekst" + +#: ../freedesktop.org.xml.in.h:361 +msgid "SV4 CPIO archive" +msgstr "SV4 CPIO-arkiv" + +#: ../freedesktop.org.xml.in.h:362 +msgid "SV4 CPIO archive (with CRC)" +msgstr "SV4 CPIO-arkiv (med CRC)" + +#: ../freedesktop.org.xml.in.h:363 +msgid "SVG image" +msgstr "SVG-bilde" + +#: ../freedesktop.org.xml.in.h:364 +msgid "Scheme source code" +msgstr "Scheme-kildekode" + +#: ../freedesktop.org.xml.in.h:365 +msgid "Scream Tracker 3 audio" +msgstr "Scream Tracker 3-lyd" + +#: ../freedesktop.org.xml.in.h:366 +msgid "Scream Tracker audio" +msgstr "Scream Tracker-lyd" + +#: ../freedesktop.org.xml.in.h:367 +msgid "Scream Tracker instrument" +msgstr "Scream Tracker-instrument" + +#: ../freedesktop.org.xml.in.h:368 +msgid "Sega Master System/Game Gear ROM" +msgstr "Sega Master System/Game Gear-ROM" + +#: ../freedesktop.org.xml.in.h:369 +msgid "Setext document" +msgstr "Setext-dokument" + +#: ../freedesktop.org.xml.in.h:370 +msgid "Shockwave Flash file" +msgstr "Shockwave Flash-fil" + +#. translators: "Shorten" is the name of an audio codec +#: ../freedesktop.org.xml.in.h:372 +msgid "Shorten audio" +msgstr "Shorten lyd" + +#: ../freedesktop.org.xml.in.h:373 +msgid "Siag spreadsheet" +msgstr "Siag-regneark" + +#: ../freedesktop.org.xml.in.h:374 +msgid "Sieve mail filter script" +msgstr "Sieve e-postfilter skript" + +#: ../freedesktop.org.xml.in.h:375 +msgid "Sigma X3F raw image" +msgstr "Sigma X3F raw-bilde" + +#: ../freedesktop.org.xml.in.h:376 +msgid "Sony ARW raw image" +msgstr "Sony ARW raw-bilde" + +#: ../freedesktop.org.xml.in.h:377 +msgid "Sony SR2 raw image" +msgstr "Sony SR2 raw-bilde" + +#: ../freedesktop.org.xml.in.h:378 +msgid "Sony SRF raw image" +msgstr "Sony SRF raw-bilde" + +#: ../freedesktop.org.xml.in.h:379 +msgid "Speech document" +msgstr "Speech-dokument" + +#: ../freedesktop.org.xml.in.h:380 +msgid "Speedo font" +msgstr "Speedo-skrifttype" + +#: ../freedesktop.org.xml.in.h:381 +msgid "Speex audio" +msgstr "Speex lyd" + +#: ../freedesktop.org.xml.in.h:382 +msgid "Stampede package" +msgstr "Stampede-pakke" + +#: ../freedesktop.org.xml.in.h:383 +msgid "StarCalc spreadsheet" +msgstr "StarCalc-regneark" + +#: ../freedesktop.org.xml.in.h:384 +msgid "StarChart chart" +msgstr "StarChart graf" + +#: ../freedesktop.org.xml.in.h:385 +msgid "StarDraw drawing" +msgstr "StarDraw tegning" + +#: ../freedesktop.org.xml.in.h:386 +msgid "StarImpress presentation" +msgstr "StarImpress-presentasjon" + +#: ../freedesktop.org.xml.in.h:387 +msgid "StarMail email" +msgstr "StarMail-melding" + +#: ../freedesktop.org.xml.in.h:388 +msgid "StarMath formula" +msgstr "StarMath-formel" + +#: ../freedesktop.org.xml.in.h:389 +msgid "StarWriter document" +msgstr "StarWriter-dokument" + +#: ../freedesktop.org.xml.in.h:390 +msgid "StuffIt archive" +msgstr "StuffIt arkiv" + +#: ../freedesktop.org.xml.in.h:391 +msgid "SubRip subtitles" +msgstr "SubRip undertekst" + +#: ../freedesktop.org.xml.in.h:392 +msgid "SubViewer subtitles" +msgstr "SubViewer undertekst" + +#: ../freedesktop.org.xml.in.h:393 +msgid "Sun raster image" +msgstr "Sun rasterbilde" + +#: ../freedesktop.org.xml.in.h:394 +msgid "SunOS News font" +msgstr "SunOS News-skrifttype" + +#. Translate this as Super Famicom (in Far East Asia) or Super Nintendo (in Europe) if the console was known as such in your locale +#: ../freedesktop.org.xml.in.h:396 +msgid "Super NES ROM" +msgstr "Super Nintendo ROM" + +#: ../freedesktop.org.xml.in.h:397 +msgid "T602 document" +msgstr "T602-dokument" + +#: ../freedesktop.org.xml.in.h:398 +msgid "TGA image" +msgstr "TGA-bilde" + +#: ../freedesktop.org.xml.in.h:399 +msgid "TGIF document" +msgstr "TGIF-dokument" + +#: ../freedesktop.org.xml.in.h:400 +msgid "TIFF image" +msgstr "TIFF-bilde" + +#: ../freedesktop.org.xml.in.h:401 +msgid "TNEF message" +msgstr "TNEF-melding" + +#: ../freedesktop.org.xml.in.h:402 +msgid "TSV document" +msgstr "TSV-dokument" + +#: ../freedesktop.org.xml.in.h:403 +msgid "Tar archive" +msgstr "Tar-arkiv" + +#: ../freedesktop.org.xml.in.h:404 +msgid "Tar archive (LZMA-compressed)" +msgstr "Tar-arkiv (LZMA-komprimert)" + +#: ../freedesktop.org.xml.in.h:405 +msgid "Tar archive (LZO-compressed)" +msgstr "Tar-arkiv (LZO-komprimert)" + +#: ../freedesktop.org.xml.in.h:406 +msgid "Tar archive (bzip-compressed)" +msgstr "Tar-arkiv (bzip-komprimert)" + +#: ../freedesktop.org.xml.in.h:407 +msgid "Tar archive (compressed)" +msgstr "Tar-arkiv (komprimert)" + +#: ../freedesktop.org.xml.in.h:408 +msgid "Tar archive (gzip-compressed)" +msgstr "Tar-arkiv (gzip-komprimert)" + +#: ../freedesktop.org.xml.in.h:409 +msgid "Tcl script" +msgstr "Tcl-skript" + +#: ../freedesktop.org.xml.in.h:410 +msgid "TeX DVI document" +msgstr "TeX DVI-dokument" + +#: ../freedesktop.org.xml.in.h:411 +msgid "TeX DVI document (bzip-compressed)" +msgstr "TeX DVI-dokument (bzip-komprimert)" + +#: ../freedesktop.org.xml.in.h:412 +msgid "TeX DVI document (gzip-compressed)" +msgstr "TeX DVI-dokument (gzip-komprimert)" + +#: ../freedesktop.org.xml.in.h:413 +msgid "TeX document" +msgstr "TeX-dokument" + +#: ../freedesktop.org.xml.in.h:414 +msgid "TeX font" +msgstr "TeX-skrift" + +#: ../freedesktop.org.xml.in.h:415 +msgid "TeX font metrics" +msgstr "TeX skrifttypemetrikk" + +#: ../freedesktop.org.xml.in.h:416 +msgid "TeXInfo document" +msgstr "TeXInfo-dokument" + +#: ../freedesktop.org.xml.in.h:417 +msgid "ToutDoux document" +msgstr "ToutDoux-dokument" + +#: ../freedesktop.org.xml.in.h:418 +msgid "Troff ME input document" +msgstr "Troff ME-inndatadokument" + +#: ../freedesktop.org.xml.in.h:419 +msgid "Troff MM input document" +msgstr "Troff MM-inndatadokument" + +#: ../freedesktop.org.xml.in.h:420 +msgid "Troff MS input document" +msgstr "Troff MS-inndatadokument" + +#: ../freedesktop.org.xml.in.h:421 +msgid "Troff document" +msgstr "Troff-dokument" + +#: ../freedesktop.org.xml.in.h:422 +msgid "Troff document (with manpage macros)" +msgstr "Troff-dokument (med manualsidemakroer)" + +#: ../freedesktop.org.xml.in.h:423 +msgid "TrueAudio audio" +msgstr "TrueAudio-lyd" + +#: ../freedesktop.org.xml.in.h:424 +msgid "TrueType XML font" +msgstr "TrueType XML-skrift" + +#: ../freedesktop.org.xml.in.h:425 +msgid "TrueType font" +msgstr "TrueType-skrift" + +#: ../freedesktop.org.xml.in.h:426 +msgid "UFRaw ID image" +msgstr "UFRaw ID-bilde" + +#: ../freedesktop.org.xml.in.h:427 +msgid "ULAW (Sun) audio" +msgstr "ULAW-lyd (Sun)" + +#: ../freedesktop.org.xml.in.h:428 +msgid "UNIX-compressed file" +msgstr "UNIX-komprimert fil" + +#: ../freedesktop.org.xml.in.h:429 +msgid "Unidata NetCDF document" +msgstr "Unidata NetCDF-dokument" + +#: ../freedesktop.org.xml.in.h:430 +msgid "Usenet news message" +msgstr "Usenet nyhetsmelding" + +#: ../freedesktop.org.xml.in.h:431 +msgid "Ustar archive" +msgstr "Ustar-arkiv" + +#: ../freedesktop.org.xml.in.h:432 +msgid "V font" +msgstr "V-skrift" + +#: ../freedesktop.org.xml.in.h:433 +msgid "VCS/ICS calendar" +msgstr "VCS/ICS-kalender" + +#: ../freedesktop.org.xml.in.h:434 +msgid "VHDL document" +msgstr "VHDL-dokument" + +#: ../freedesktop.org.xml.in.h:435 +msgid "VOC audio" +msgstr "VOC-lyd" + +#: ../freedesktop.org.xml.in.h:436 +msgid "VRML document" +msgstr "VRML-dokument" + +#: ../freedesktop.org.xml.in.h:437 +msgid "Vala source code" +msgstr "Vala-kildekode" + +#: ../freedesktop.org.xml.in.h:438 +msgid "Vivo video" +msgstr "Vivo-film" + +#: ../freedesktop.org.xml.in.h:439 +msgid "WAIS source code" +msgstr "WAIS-kildekode" + +#: ../freedesktop.org.xml.in.h:440 +msgid "WAV audio" +msgstr "WAV-lyd" + +#: ../freedesktop.org.xml.in.h:441 +msgid "WBMP image" +msgstr "WBMP-bilde" + +#: ../freedesktop.org.xml.in.h:442 +msgid "WMF image" +msgstr "WMF-bilde" + +#: ../freedesktop.org.xml.in.h:443 +msgid "WML document" +msgstr "WML-dokument" + +#: ../freedesktop.org.xml.in.h:444 +msgid "WMLScript program" +msgstr "WMLScript-program" + +#: ../freedesktop.org.xml.in.h:445 +msgid "WRI document" +msgstr "WRI-dokument" + +#: ../freedesktop.org.xml.in.h:446 +msgid "WavPack audio" +msgstr "WavPack-lyd" + +#: ../freedesktop.org.xml.in.h:447 +msgid "WavPack audio correction file" +msgstr "WavPack lydkorrigeringsfil" + +#: ../freedesktop.org.xml.in.h:448 +msgid "Wavelet video" +msgstr "Wavelet-film" + +#: ../freedesktop.org.xml.in.h:449 +msgid "Windows BMP image" +msgstr "Windows BMP-bilde" + +#: ../freedesktop.org.xml.in.h:450 +msgid "Windows Media Station file" +msgstr "Windows Media Station-fil" + +#: ../freedesktop.org.xml.in.h:451 +msgid "Windows Media audio" +msgstr "Windows Media lyd" + +#: ../freedesktop.org.xml.in.h:452 +msgid "Windows Media video" +msgstr "Windows Media film" + +#: ../freedesktop.org.xml.in.h:453 +msgid "Windows Registry extract" +msgstr "Utdrag av Windows Registry" + +#: ../freedesktop.org.xml.in.h:454 +msgid "Windows cursor" +msgstr "Windows-markør" + +#: ../freedesktop.org.xml.in.h:455 +msgid "Word document" +msgstr "Word-dokument" + +#: ../freedesktop.org.xml.in.h:456 +msgid "Word template" +msgstr "Word-mal" + +#: ../freedesktop.org.xml.in.h:457 +msgid "WordPerfect document" +msgstr "WordPerfect-dokument" + +#: ../freedesktop.org.xml.in.h:458 +msgid "WordPerfect/Drawperfect image" +msgstr "WordPerfect-/Drawperfect-bilde" + +#: ../freedesktop.org.xml.in.h:459 +msgid "X window image" +msgstr "X-Windows skjermbilde" + +#: ../freedesktop.org.xml.in.h:460 +msgid "X-Motif UIL table" +msgstr "X-Motif UIL-tabell" + +#: ../freedesktop.org.xml.in.h:461 +msgid "X11 cursor" +msgstr "X11-markør" + +#: ../freedesktop.org.xml.in.h:462 +msgid "XBEL bookmarks" +msgstr "XBEL-bokmerker" + +#: ../freedesktop.org.xml.in.h:463 +msgid "XBM image" +msgstr "XBM-bilde" + +#: ../freedesktop.org.xml.in.h:464 +msgid "XFig image" +msgstr "XFig-bilde" + +#: ../freedesktop.org.xml.in.h:465 +msgid "XHTML page" +msgstr "XHTML-side" + +#: ../freedesktop.org.xml.in.h:466 +msgid "XLIFF translation file" +msgstr "XLIFF-oversettelsesfil" + +#: ../freedesktop.org.xml.in.h:467 +msgid "XMCD CD database" +msgstr "XMCD CD-database" + +#: ../freedesktop.org.xml.in.h:468 +msgid "XMF audio" +msgstr "XMF-lyd" + +#: ../freedesktop.org.xml.in.h:469 +msgid "XMI file" +msgstr "XMI-fil" + +#: ../freedesktop.org.xml.in.h:470 +msgid "XML document" +msgstr "XML-dokument" + +#: ../freedesktop.org.xml.in.h:471 +msgid "XML entities document" +msgstr "XML-entitetsdokument" + +#: ../freedesktop.org.xml.in.h:472 +msgid "XPM image" +msgstr "XPM-bilde" + +#: ../freedesktop.org.xml.in.h:473 +msgid "XPS document" +msgstr "XPS-dokument" + +#: ../freedesktop.org.xml.in.h:474 +msgid "XSL FO file" +msgstr "FO-fil for XSL" + +#: ../freedesktop.org.xml.in.h:475 +msgid "XSLT stylesheet" +msgstr "XSLT-stilark" + +#: ../freedesktop.org.xml.in.h:476 +msgid "XSPF playlist" +msgstr "XSPF-spilleliste" + +#: ../freedesktop.org.xml.in.h:477 +msgid "XUL document" +msgstr "XUL-dokument" + +#: ../freedesktop.org.xml.in.h:478 +msgid "XUL interface document" +msgstr "XUL-grensesnittdokument" + +#: ../freedesktop.org.xml.in.h:479 +msgid "Xbase document" +msgstr "Xbase-dokument" + +#: ../freedesktop.org.xml.in.h:480 +msgid "Zip archive" +msgstr "Zip-arkiv" + +#: ../freedesktop.org.xml.in.h:481 +msgid "Zoo archive" +msgstr "Zoo-arkiv" + +#: ../freedesktop.org.xml.in.h:482 +msgid "application log" +msgstr "applikasjonslogg" + +#: ../freedesktop.org.xml.in.h:483 +msgid "author credits" +msgstr "liste med bidragsytere" + +#: ../freedesktop.org.xml.in.h:484 +msgid "author list" +msgstr "forfatterliste" + +#: ../freedesktop.org.xml.in.h:485 +msgid "backup file" +msgstr "sikkerhetskopi" + +#: ../freedesktop.org.xml.in.h:486 +msgid "block device" +msgstr "blokkenhet" + +#: ../freedesktop.org.xml.in.h:487 +msgid "character device" +msgstr "tegnenhet" + +#: ../freedesktop.org.xml.in.h:488 +msgid "comic book archive" +msgstr "Tegneseriearkiv" + +#: ../freedesktop.org.xml.in.h:489 +msgid "compound document" +msgstr "sammensatt dokument" + +#: ../freedesktop.org.xml.in.h:490 +msgid "compound documents" +msgstr "sammensatte dokumenter" + +#: ../freedesktop.org.xml.in.h:491 +msgid "compressed GIMP image" +msgstr "komprimert GIMP-bilde" + +#: ../freedesktop.org.xml.in.h:492 +msgid "compressed SVG image" +msgstr "komprimert SVG-bilde" + +#: ../freedesktop.org.xml.in.h:493 +msgid "desktop configuration file" +msgstr "konfigurasjonsfil for skrivebordet" + +#: ../freedesktop.org.xml.in.h:494 +msgid "detached OpenPGP signature" +msgstr "frakoblet OpenPGP-signatur" + +#: ../freedesktop.org.xml.in.h:495 +msgid "detached S/MIME signature" +msgstr "frakoblet S/MIME-signatur" + +#: ../freedesktop.org.xml.in.h:496 +msgid "differences between files" +msgstr "forskjeller mellom filer" + +#: ../freedesktop.org.xml.in.h:497 +msgid "digital raw image" +msgstr "digitalt raw-bilde" + +#: ../freedesktop.org.xml.in.h:498 +msgid "eMusic download package" +msgstr "eMusic nedlastingspakke" + +#: ../freedesktop.org.xml.in.h:499 +msgid "email headers" +msgstr "e-posthode" + +#: ../freedesktop.org.xml.in.h:500 +msgid "email message" +msgstr "e-postmelding" + +#: ../freedesktop.org.xml.in.h:501 +msgid "empty document" +msgstr "tomt dokument" + +#: ../freedesktop.org.xml.in.h:502 +msgid "encrypted message" +msgstr "kryptert melding" + +#: ../freedesktop.org.xml.in.h:503 +msgid "enriched text document" +msgstr "riktekst-dokument" + +#: ../freedesktop.org.xml.in.h:504 +msgid "executable" +msgstr "kjørbar" + +#: ../freedesktop.org.xml.in.h:505 +msgid "folder" +msgstr "mappe" + +#: ../freedesktop.org.xml.in.h:506 +msgid "generic font file" +msgstr "vanlig skriftfil" + +#: ../freedesktop.org.xml.in.h:507 +msgid "help page" +msgstr "hjelpside" + +#: ../freedesktop.org.xml.in.h:508 +msgid "iMelody ringtone" +msgstr "iMelody ringetone" + +#: ../freedesktop.org.xml.in.h:509 +msgid "iPod firmware" +msgstr "iPod-firmware" + +#: ../freedesktop.org.xml.in.h:510 +msgid "iRiver Playlist" +msgstr "iRiver-spilleliste" + +#: ../freedesktop.org.xml.in.h:511 +msgid "installation instructions" +msgstr "installationsinstruksjoner" + +#: ../freedesktop.org.xml.in.h:512 +msgid "iptables configuration file" +msgstr "konfigurasjonsfil for iptables" + +#: ../freedesktop.org.xml.in.h:513 +msgid "libtool shared library" +msgstr "libtool delt bibliotek" + +#: ../freedesktop.org.xml.in.h:514 +msgid "license terms" +msgstr "lisensbestemmelser" + +#: ../freedesktop.org.xml.in.h:515 +msgid "mail delivery report" +msgstr "e-postleveranserapport" + +#: ../freedesktop.org.xml.in.h:516 +msgid "mail disposition report" +msgstr "e-postdispositionsrapport" + +#: ../freedesktop.org.xml.in.h:517 +msgid "mail system report" +msgstr "e-postsystemrapport" + +#: ../freedesktop.org.xml.in.h:518 +msgid "mailbox file" +msgstr "postboksfil" + +#: ../freedesktop.org.xml.in.h:519 +msgid "manual page (compressed)" +msgstr "manualside (komprimert)" + +#: ../freedesktop.org.xml.in.h:520 +msgid "message catalog" +msgstr "meldingskatalog" + +#: ../freedesktop.org.xml.in.h:521 +msgid "message digest" +msgstr "medldingssamling" + +#: ../freedesktop.org.xml.in.h:522 +msgid "message in several formats" +msgstr "melding i flere formater" + +#: ../freedesktop.org.xml.in.h:523 +msgid "mount point" +msgstr "monteringspunkt" + +#: ../freedesktop.org.xml.in.h:524 +msgid "object code" +msgstr "objektkode" + +#: ../freedesktop.org.xml.in.h:525 +msgid "packed font file" +msgstr "pakket skriftfil" + +#: ../freedesktop.org.xml.in.h:526 +msgid "partial email message" +msgstr "del av e-postmelding" + +#: ../freedesktop.org.xml.in.h:527 +msgid "pipe" +msgstr "rør" + +#: ../freedesktop.org.xml.in.h:528 +msgid "plain text document" +msgstr "vanlig tekstdokument" + +#: ../freedesktop.org.xml.in.h:529 +msgid "profiler results" +msgstr "profileingsresultat" + +#: ../freedesktop.org.xml.in.h:530 +msgid "program crash data" +msgstr "krasjdata fra program" + +#: ../freedesktop.org.xml.in.h:531 +msgid "raw CD image" +msgstr "rått CD-bilde" + +#: ../freedesktop.org.xml.in.h:532 +msgid "reference to remote file" +msgstr "referanse til ekstern fil" + +#: ../freedesktop.org.xml.in.h:533 +msgid "rejected patch" +msgstr "avvist patchfil" + +#: ../freedesktop.org.xml.in.h:534 +msgid "resource location" +msgstr "ressurslokasjon" + +#: ../freedesktop.org.xml.in.h:535 +msgid "rich text document" +msgstr "rik tekst-dokument" + +#: ../freedesktop.org.xml.in.h:536 +msgid "shared library" +msgstr "delt bibliotek" + +#: ../freedesktop.org.xml.in.h:537 +msgid "shell archive" +msgstr "skallarkiv" + +#: ../freedesktop.org.xml.in.h:538 +msgid "shell script" +msgstr "skallskript" + +#: ../freedesktop.org.xml.in.h:539 +msgid "signed message" +msgstr "signert melding" + +#: ../freedesktop.org.xml.in.h:540 +msgid "socket" +msgstr "plugg" + +#: ../freedesktop.org.xml.in.h:541 +msgid "spreadsheet interchange document" +msgstr "dokument for regnearkutveksling" + +#: ../freedesktop.org.xml.in.h:542 +msgid "stream of data (server push)" +msgstr "datastrøm (server push)" + +#: ../freedesktop.org.xml.in.h:543 +msgid "symbolic link" +msgstr "symbolsk lenke" + +#: ../freedesktop.org.xml.in.h:544 +msgid "theme" +msgstr "tema" + +#: ../freedesktop.org.xml.in.h:545 +msgid "translated messages (machine-readable)" +msgstr "oversatte meldinger (maskinlesbar)" + +#: ../freedesktop.org.xml.in.h:546 +msgid "translation file" +msgstr "oversettelsesfil" + +#: ../freedesktop.org.xml.in.h:547 +msgid "translation template" +msgstr "mal for oversetting" + +#: ../freedesktop.org.xml.in.h:548 +msgid "txt2tags document" +msgstr "txt2tags-dokument" + +#: ../freedesktop.org.xml.in.h:549 +msgid "unknown" +msgstr "ukjent" diff --git a/po/nl.po b/po/nl.po new file mode 100644 index 0000000..99ac196 --- /dev/null +++ b/po/nl.po @@ -0,0 +1,2306 @@ +# Dutch translations for shared-mime-info-0.50. +# This file is distributed under the same license as the shared-mime-info package. +# +# Taco Witte , 2003, 2004, 2005, 2007. +# Benno Schulenberg , 2007, 2008. +msgid "" +msgstr "" +"Project-Id-Version: shared-mime-info-0.51\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2008-07-23 12:49+0100\n" +"PO-Revision-Date: 2008-07-23 21:35+0200\n" +"Last-Translator: Benno Schulenberg \n" +"Language-Team: Dutch \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.11.4\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: ../freedesktop.org.xml.in.h:1 +msgid "3D Studio image" +msgstr "3D-Studio-afbeelding" + +#: ../freedesktop.org.xml.in.h:2 +msgid "3GPP multimedia file" +msgstr "3GPP-multimediabestand" + +#: ../freedesktop.org.xml.in.h:3 +msgid "7-zip archive" +msgstr "7-zip-archief" + +#: ../freedesktop.org.xml.in.h:4 +msgid "ACE archive" +msgstr "ACE-archief" + +#: ../freedesktop.org.xml.in.h:5 +msgid "AIFC audio" +msgstr "AIFC-audio" + +#: ../freedesktop.org.xml.in.h:6 +msgid "AIFF audio" +msgstr "AIFF-audio" + +#: ../freedesktop.org.xml.in.h:7 +msgid "AIFF/Amiga/Mac audio" +msgstr "AIFF/Amiga/Mac-audio" + +#: ../freedesktop.org.xml.in.h:8 +msgid "AMR audio" +msgstr "AMR-audio" + +#: ../freedesktop.org.xml.in.h:9 +msgid "AMR-WB audio" +msgstr "AMR-WB-audio" + +#: ../freedesktop.org.xml.in.h:10 +msgid "ANIM animation" +msgstr "ANIM-animatie" + +#: ../freedesktop.org.xml.in.h:11 +msgid "AR archive" +msgstr "AR-archief" + +#: ../freedesktop.org.xml.in.h:12 +msgid "ARC archive" +msgstr "ARC-archief" + +#: ../freedesktop.org.xml.in.h:13 +msgid "ARJ archive" +msgstr "ARJ-archief" + +#: ../freedesktop.org.xml.in.h:14 +msgid "ASF video" +msgstr "ASF-video" + +#: ../freedesktop.org.xml.in.h:15 +msgid "ASP page" +msgstr "ASP-pagina" + +#: ../freedesktop.org.xml.in.h:16 +msgid "ATK inset" +msgstr "ATK-invoegsel" + +#: ../freedesktop.org.xml.in.h:17 +msgid "AVI video" +msgstr "AVI-video" + +#: ../freedesktop.org.xml.in.h:18 +msgid "AWK script" +msgstr "AWK-script" + +#: ../freedesktop.org.xml.in.h:19 +msgid "AbiWord document" +msgstr "AbiWord-document" + +#: ../freedesktop.org.xml.in.h:20 +msgid "Ada source code" +msgstr "Ada-broncode" + +#: ../freedesktop.org.xml.in.h:21 +msgid "Adobe DNG negative" +msgstr "Adobe DNG-negatief" + +#: ../freedesktop.org.xml.in.h:22 +msgid "Adobe FrameMaker MIF document" +msgstr "Adobe FrameMaker MIF-document" + +#: ../freedesktop.org.xml.in.h:23 +msgid "Adobe FrameMaker document" +msgstr "Adobe FrameMaker-document" + +#: ../freedesktop.org.xml.in.h:24 +msgid "Adobe FrameMaker font" +msgstr "Adobe FrameMaker-lettertype" + +#: ../freedesktop.org.xml.in.h:25 +msgid "Adobe Illustrator document" +msgstr "Adobe Illustrator-document" + +#: ../freedesktop.org.xml.in.h:26 +msgid "Adobe font metrics" +msgstr "Adobe-lettertype-metrieken" + +#: ../freedesktop.org.xml.in.h:27 +msgid "Alzip archive" +msgstr "Alzip-archief" + +#: ../freedesktop.org.xml.in.h:28 +msgid "Amiga SoundTracker audio" +msgstr "Amiga SoundTracker-audio" + +#: ../freedesktop.org.xml.in.h:29 +msgid "Applix Graphics image" +msgstr "Applix Graphics-afbeelding" + +#: ../freedesktop.org.xml.in.h:30 +msgid "Applix Spreadsheets spreadsheet" +msgstr "Applix Spreadsheets-rekenblad" + +#: ../freedesktop.org.xml.in.h:31 +msgid "Applix Words document" +msgstr "Applix Words-document" + +#: ../freedesktop.org.xml.in.h:32 +msgid "Atom syndication feed" +msgstr "Atom-syndicatie-feed" + +#: ../freedesktop.org.xml.in.h:33 +msgid "AutoCAD image" +msgstr "AutoCAD-afbeelding" + +#: ../freedesktop.org.xml.in.h:34 +msgid "BCPIO document" +msgstr "BCPIO-document" + +#: ../freedesktop.org.xml.in.h:35 +msgid "BDF font" +msgstr "BDF-lettertype" + +#: ../freedesktop.org.xml.in.h:36 +msgid "BibTeX document" +msgstr "BibTeX-document" + +#: ../freedesktop.org.xml.in.h:37 +msgid "BitTorrent seed file" +msgstr "BitTorrent-bestand" + +#: ../freedesktop.org.xml.in.h:38 +msgid "Blender scene" +msgstr "Blender-scène" + +#. http://en.wikipedia.org/wiki/Blu-ray_Disc +#. http://www.blu-raydisc.com/Section-13470/Section-13890/Index.html +#: ../freedesktop.org.xml.in.h:41 +msgid "Blu-ray video disc" +msgstr "Blu-ray-videodisk" + +#: ../freedesktop.org.xml.in.h:42 +msgid "Bzip archive" +msgstr "Bzip-archief" + +#: ../freedesktop.org.xml.in.h:43 +msgid "C header" +msgstr "C-header" + +#: ../freedesktop.org.xml.in.h:44 +msgid "C shell script" +msgstr "C-shellscript" + +#: ../freedesktop.org.xml.in.h:45 +msgid "C source code" +msgstr "C-broncode" + +#: ../freedesktop.org.xml.in.h:46 +msgid "C# source code" +msgstr "C#-broncode" + +#: ../freedesktop.org.xml.in.h:47 +msgid "C++ header" +msgstr "C++-header" + +#: ../freedesktop.org.xml.in.h:48 +msgid "C++ source code" +msgstr "C++-broncode" + +#: ../freedesktop.org.xml.in.h:49 +msgid "CCITT G3 fax" +msgstr "CCITT G3-fax" + +#: ../freedesktop.org.xml.in.h:50 +msgid "CD Table Of Contents" +msgstr "CD-inhoudsopgave" + +# a cue file contains the table of contents of the image +#: ../freedesktop.org.xml.in.h:51 +msgid "CD image cuesheet" +msgstr "CD-inhoudsopgave" + +#: ../freedesktop.org.xml.in.h:52 +msgid "CHM document" +msgstr "CHM-document" + +#: ../freedesktop.org.xml.in.h:53 +msgid "CMU raster image" +msgstr "CMU-rasterafbeelding" + +#: ../freedesktop.org.xml.in.h:54 +msgid "CMake source code" +msgstr "CMake-broncode" + +#: ../freedesktop.org.xml.in.h:55 +msgid "CPIO archive" +msgstr "CPIO-archief" + +#: ../freedesktop.org.xml.in.h:56 +msgid "CPIO archive (gzip-compressed)" +msgstr "CPIO-archief (ingepakt met gzip)" + +#: ../freedesktop.org.xml.in.h:57 +msgid "CSS stylesheet" +msgstr "CSS-stijlblad" + +#: ../freedesktop.org.xml.in.h:58 +msgid "CSV document" +msgstr "CSV-document" + +#: ../freedesktop.org.xml.in.h:59 +msgid "Canon CR2 raw image" +msgstr "onbewerkt Canon CR2-beeld" + +#: ../freedesktop.org.xml.in.h:60 +msgid "Canon CRW raw image" +msgstr "onbewerkt Canon CRW-beeld" + +#: ../freedesktop.org.xml.in.h:61 +msgid "ChangeLog document" +msgstr "ChangeLog-document" + +#: ../freedesktop.org.xml.in.h:62 +msgid "Cisco VPN Settings" +msgstr "Cisco VPN-instellingen" + +#: ../freedesktop.org.xml.in.h:63 +msgid "Citrix ICA settings file" +msgstr "Citrix ICA-instellingen" + +#: ../freedesktop.org.xml.in.h:64 +msgid "Commodore 64 audio" +msgstr "Commodore 64-audio" + +#: ../freedesktop.org.xml.in.h:65 +msgid "Computer Graphics Metafile" +msgstr "Computer Graphics-metabestand" + +#: ../freedesktop.org.xml.in.h:66 +msgid "Corel Draw drawing" +msgstr "Corel Draw-tekening" + +#: ../freedesktop.org.xml.in.h:67 +msgid "D source code" +msgstr "D-broncode" + +#: ../freedesktop.org.xml.in.h:68 +msgid "DAR archive" +msgstr "DAR-archief" + +#: ../freedesktop.org.xml.in.h:69 +msgid "DCL script" +msgstr "DCL-script" + +#: ../freedesktop.org.xml.in.h:70 +msgid "DER/PEM/Netscape-encoded X.509 certificate" +msgstr "DER/PEM/Netscape-gecodeerd X.509-certificaat" + +#: ../freedesktop.org.xml.in.h:71 +msgid "DIB image" +msgstr "DIB-afbeelding" + +#: ../freedesktop.org.xml.in.h:72 +msgid "DICOM image" +msgstr "DICOM-afbeelding" + +#: ../freedesktop.org.xml.in.h:73 +msgid "DOS font" +msgstr "DOS-lettertype" + +#: ../freedesktop.org.xml.in.h:74 +msgid "DOS/Windows executable" +msgstr "DOS/Windows-uitvoerbaar bestand" + +#: ../freedesktop.org.xml.in.h:75 +msgid "DPX image" +msgstr "DPX-afbeelding" + +#: ../freedesktop.org.xml.in.h:76 +msgid "DSSSL document" +msgstr "DSSSL-document" + +#: ../freedesktop.org.xml.in.h:77 +msgid "DTD file" +msgstr "DTD-bestand" + +#: ../freedesktop.org.xml.in.h:78 +msgid "DV video" +msgstr "DV-video" + +#: ../freedesktop.org.xml.in.h:79 +msgid "DXF vector image" +msgstr "DXF-vectorafbeelding" + +#: ../freedesktop.org.xml.in.h:80 +msgid "Debian package" +msgstr "Debian-pakket" + +#: ../freedesktop.org.xml.in.h:81 +msgid "Dia diagram" +msgstr "Dia-diagram" + +#: ../freedesktop.org.xml.in.h:82 +msgid "DirectDraw surface" +msgstr "DirectDraw-oppervlak" + +#: ../freedesktop.org.xml.in.h:83 +msgid "DjVu image" +msgstr "DjVu-afbeelding" + +#: ../freedesktop.org.xml.in.h:84 +msgid "DocBook document" +msgstr "DocBook-document" + +#: ../freedesktop.org.xml.in.h:85 +msgid "Dolby Digital audio" +msgstr "Dolby Digital-audio" + +#: ../freedesktop.org.xml.in.h:86 +msgid "Dreamcast ROM" +msgstr "Dreamcast-ROM" + +#: ../freedesktop.org.xml.in.h:87 +msgid "ECMAScript program" +msgstr "ECMAScript-programma" + +#: ../freedesktop.org.xml.in.h:88 +msgid "EMF image" +msgstr "EMF-afbeelding" + +#: ../freedesktop.org.xml.in.h:89 +msgid "EPS image" +msgstr "EPS-afbeelding" + +#: ../freedesktop.org.xml.in.h:90 +msgid "EPS image (bzip-compressed)" +msgstr "EPS-afbeelding (ingepakt met bzip)" + +#: ../freedesktop.org.xml.in.h:91 +msgid "EPS image (gzip-compressed)" +msgstr "EPS-afbeelding (ingepakt met gzip)" + +#: ../freedesktop.org.xml.in.h:92 +msgid "EXR image" +msgstr "EXR-afbeelding" + +#: ../freedesktop.org.xml.in.h:93 +msgid "Egon Animator animation" +msgstr "Egon Animator-animatie" + +#: ../freedesktop.org.xml.in.h:94 +msgid "Eiffel source code" +msgstr "Eiffel-broncode" + +#: ../freedesktop.org.xml.in.h:95 +msgid "Emacs Lisp source code" +msgstr "Emacs Lisp-broncode" + +#: ../freedesktop.org.xml.in.h:96 +msgid "Enlightenment theme" +msgstr "Enlightenment-thema" + +#: ../freedesktop.org.xml.in.h:97 +msgid "Erlang source code" +msgstr "Erlang-broncode" + +#: ../freedesktop.org.xml.in.h:98 +msgid "Excel spreadsheet" +msgstr "Excel-rekenblad" + +#: ../freedesktop.org.xml.in.h:99 +msgid "FITS document" +msgstr "FITS-document" + +#: ../freedesktop.org.xml.in.h:100 +msgid "FLAC audio" +msgstr "FLAC-audio" + +#: ../freedesktop.org.xml.in.h:101 +msgid "FLIC animation" +msgstr "FLIC-animatie" + +#: ../freedesktop.org.xml.in.h:102 +msgid "FLTK Fluid file" +msgstr "FLTK FLUID-bestand" + +#: ../freedesktop.org.xml.in.h:103 +msgid "FPX image" +msgstr "FPX-afbeelding" + +#: ../freedesktop.org.xml.in.h:104 +msgid "FastTracker II audio" +msgstr "FastTracker II-audio" + +#: ../freedesktop.org.xml.in.h:105 +msgid "Flash video" +msgstr "Flash-video" + +#: ../freedesktop.org.xml.in.h:106 +msgid "Fortran source code" +msgstr "Fortran-broncode" + +#: ../freedesktop.org.xml.in.h:107 +msgid "Fuji RAF raw image" +msgstr "onbewerkt Fuji RAF-beeld" + +#: ../freedesktop.org.xml.in.h:108 +msgid "G3 fax image" +msgstr "G3 faxafbeelding" + +#: ../freedesktop.org.xml.in.h:109 +msgid "GDBM database" +msgstr "GDBM-gegevensbank" + +#: ../freedesktop.org.xml.in.h:110 +msgid "GEDCOM family history" +msgstr "GEDCOM-stamboom" + +#: ../freedesktop.org.xml.in.h:111 +msgid "GIF image" +msgstr "GIF-afbeelding" + +#: ../freedesktop.org.xml.in.h:112 +msgid "GIMP image" +msgstr "GIMP-afbeelding" + +#: ../freedesktop.org.xml.in.h:113 +msgid "GMC link" +msgstr "GMC-verwijzing" + +#: ../freedesktop.org.xml.in.h:114 +msgid "GNU Oleo spreadsheet" +msgstr "GNU Oleo-rekenblad" + +#: ../freedesktop.org.xml.in.h:115 +msgid "GNU mail message" +msgstr "GNU-mailbericht" + +#: ../freedesktop.org.xml.in.h:116 +msgid "GNUnet search file" +msgstr "GNUnet-zoekbestand" + +#: ../freedesktop.org.xml.in.h:117 +msgid "GTKtalog catalog" +msgstr "GTKtalog-catalogus" + +#: ../freedesktop.org.xml.in.h:118 +msgid "Game Boy Advance ROM" +msgstr "Game Boy Advance-ROM" + +#: ../freedesktop.org.xml.in.h:119 +msgid "Game Boy ROM" +msgstr "Game Boy-ROM" + +#. Translate this to Megadrive if the console was known as such in your locale +#. Should be Megadrive in all but en_US: http://en.wikipedia.org/wiki/Megadrive#History +#: ../freedesktop.org.xml.in.h:122 +msgid "Genesis ROM" +msgstr "Mega Drive" + +#: ../freedesktop.org.xml.in.h:123 +msgid "Glade project" +msgstr "Glade-project" + +#: ../freedesktop.org.xml.in.h:124 +msgid "GnuCash spreadsheet" +msgstr "GnuCash-rekenblad" + +#: ../freedesktop.org.xml.in.h:125 +msgid "Gnumeric spreadsheet" +msgstr "Gnumeric-rekenblad" + +#: ../freedesktop.org.xml.in.h:126 +msgid "Gnuplot document" +msgstr "Gnuplot-document" + +#: ../freedesktop.org.xml.in.h:127 +msgid "Google Video Pointer" +msgstr "Google-videoverwijzing" + +#: ../freedesktop.org.xml.in.h:128 +msgid "Graphite scientific graph" +msgstr "Graphite wetenschappelijke grafiek" + +#: ../freedesktop.org.xml.in.h:129 +msgid "Gzip archive" +msgstr "Gzip-archief" + +#. http://en.wikipedia.org/wiki/HD_DVD +#. http://www.dvdafteredit.com/wiki/The_HVDVD_TS_Folder +#: ../freedesktop.org.xml.in.h:132 +msgid "HD DVD video disc" +msgstr "HD-DVD-videodisk" + +#: ../freedesktop.org.xml.in.h:133 +msgid "HDF document" +msgstr "HDF-document" + +#: ../freedesktop.org.xml.in.h:134 +msgid "HPGL file" +msgstr "HPGL-bestand" + +#: ../freedesktop.org.xml.in.h:135 +msgid "HTML document" +msgstr "HTML-document" + +#: ../freedesktop.org.xml.in.h:136 +msgid "Haansoft Hangul document" +msgstr "Haansoft Hangul-document" + +#: ../freedesktop.org.xml.in.h:137 +msgid "Haansoft Hangul document template" +msgstr "Haansoft Hangul-documentsjabloon" + +#: ../freedesktop.org.xml.in.h:138 +msgid "Haskell source code" +msgstr "Haskell-broncode" + +#: ../freedesktop.org.xml.in.h:139 +msgid "ICO icon" +msgstr "ICO-pictogram" + +#: ../freedesktop.org.xml.in.h:140 +msgid "IDL document" +msgstr "IDL-document" + +#: ../freedesktop.org.xml.in.h:141 +msgid "IEF image" +msgstr "IEF-afbeelding" + +#: ../freedesktop.org.xml.in.h:142 +msgid "IFF image" +msgstr "IFF-afbeelding" + +#: ../freedesktop.org.xml.in.h:143 +msgid "ILBM image" +msgstr "ILBM-afbeelding" + +#: ../freedesktop.org.xml.in.h:144 +msgid "ISI video" +msgstr "ISI-video" + +#: ../freedesktop.org.xml.in.h:145 +msgid "Impulse Tracker audio" +msgstr "Impulse Tracker-audio" + +#: ../freedesktop.org.xml.in.h:146 +msgid "Internet shortcut" +msgstr "internetkoppeling" + +#: ../freedesktop.org.xml.in.h:147 +msgid "JAD document" +msgstr "JAD-document" + +#: ../freedesktop.org.xml.in.h:148 +msgid "JBuilder project" +msgstr "JBuilder-project" + +#: ../freedesktop.org.xml.in.h:149 +msgid "JET database" +msgstr "JET-gegevensbank" + +#: ../freedesktop.org.xml.in.h:150 +msgid "JNG image" +msgstr "JNG-afbeelding" + +#: ../freedesktop.org.xml.in.h:151 +msgid "JNLP file" +msgstr "JNLP-bestand" + +#: ../freedesktop.org.xml.in.h:152 +msgid "JPEG image" +msgstr "JPEG-afbeelding" + +#: ../freedesktop.org.xml.in.h:153 +msgid "JPEG-2000 image" +msgstr "JPEG-2000-afbeelding" + +#: ../freedesktop.org.xml.in.h:154 +msgid "Java archive" +msgstr "Java-archief" + +#: ../freedesktop.org.xml.in.h:155 +msgid "Java byte code" +msgstr "Java-bytecode" + +#: ../freedesktop.org.xml.in.h:156 +msgid "Java class" +msgstr "Java-klasse" + +#: ../freedesktop.org.xml.in.h:157 +msgid "Java source code" +msgstr "Java-broncode" + +#: ../freedesktop.org.xml.in.h:158 +msgid "JavaScript program" +msgstr "JavaScript-programma" + +#: ../freedesktop.org.xml.in.h:159 +msgid "KChart chart" +msgstr "KChart-grafiek" + +#: ../freedesktop.org.xml.in.h:160 +msgid "KFormula formula" +msgstr "KFormula-formule" + +#: ../freedesktop.org.xml.in.h:161 +msgid "KIllustrator drawing" +msgstr "KIllustrator-tekening" + +#: ../freedesktop.org.xml.in.h:162 +msgid "KPovModeler scene" +msgstr "KPovModeler-scène" + +#: ../freedesktop.org.xml.in.h:163 +msgid "KPresenter presentation" +msgstr "KPresenter-presentatie" + +#: ../freedesktop.org.xml.in.h:164 +msgid "KSpread spreadsheet" +msgstr "KSpread-rekenblad" + +#: ../freedesktop.org.xml.in.h:165 +msgid "KSpread spreadsheet (encrypted)" +msgstr "KSpread-rekenblad (versleuteld)" + +#: ../freedesktop.org.xml.in.h:166 +msgid "KSysV init package" +msgstr "KSysV-init-pakket" + +#: ../freedesktop.org.xml.in.h:167 +msgid "KWord document" +msgstr "KWord-document" + +#: ../freedesktop.org.xml.in.h:168 +msgid "KWord document (encrypted)" +msgstr "KWord-document (versleuteld)" + +#: ../freedesktop.org.xml.in.h:169 +msgid "Karbon14 drawing" +msgstr "Karbon14-tekening" + +#: ../freedesktop.org.xml.in.h:170 +msgid "Kivio flowchart" +msgstr "Kivio-stroomschema" + +#: ../freedesktop.org.xml.in.h:171 +msgid "Kodak DCR raw image" +msgstr "onbewerkt Kodak DCR-beeld" + +#: ../freedesktop.org.xml.in.h:172 +msgid "Kodak K25 raw image" +msgstr "onbewerkt Kodak K25-beeld" + +#: ../freedesktop.org.xml.in.h:173 +msgid "Kodak KDC raw image" +msgstr "onbewerkt Kodak KDC-beeld" + +#: ../freedesktop.org.xml.in.h:174 +msgid "Kontour drawing" +msgstr "Kontour-tekening" + +#: ../freedesktop.org.xml.in.h:175 +msgid "Krita document" +msgstr "Krita-document" + +#: ../freedesktop.org.xml.in.h:176 +msgid "Kugar document" +msgstr "Kugar-document" + +#: ../freedesktop.org.xml.in.h:177 +msgid "LDIF address book" +msgstr "LDIF-adresboek" + +#: ../freedesktop.org.xml.in.h:178 +msgid "LHA archive" +msgstr "LHA-archief" + +#: ../freedesktop.org.xml.in.h:179 +msgid "LHS source code" +msgstr "LHS-broncode" + +#: ../freedesktop.org.xml.in.h:180 +msgid "LHZ archive" +msgstr "LHZ-archief" + +#: ../freedesktop.org.xml.in.h:181 +msgid "LIBGRX font" +msgstr "LIBGRX-lettertype" + +#: ../freedesktop.org.xml.in.h:182 +msgid "LZMA archive" +msgstr "LZMA-archief" + +#: ../freedesktop.org.xml.in.h:183 +msgid "LZO archive" +msgstr "LZO-archief" + +#: ../freedesktop.org.xml.in.h:184 +msgid "LightWave object" +msgstr "LightWave-object" + +#: ../freedesktop.org.xml.in.h:185 +msgid "LightWave scene" +msgstr "LightWave-scène" + +#: ../freedesktop.org.xml.in.h:186 +msgid "Lilypond music sheet" +msgstr "Lilypond-muziekblad" + +#: ../freedesktop.org.xml.in.h:187 +msgid "Linux PSF console font" +msgstr "Linux PSF-console-lettertype" + +#: ../freedesktop.org.xml.in.h:188 +msgid "Linux PSF console font (gzip-compressed)" +msgstr "Linux PSF-console-lettertype (ingepakt met gzip)" + +#: ../freedesktop.org.xml.in.h:189 +msgid "Lotus 1-2-3 spreadsheet" +msgstr "Lotus 1-2-3-rekenblad" + +#: ../freedesktop.org.xml.in.h:190 +msgid "Lotus AmiPro document" +msgstr "Lotus AmiPro-document" + +#: ../freedesktop.org.xml.in.h:191 +msgid "Lua script" +msgstr "Lua-script" + +#: ../freedesktop.org.xml.in.h:192 +msgid "LyX document" +msgstr "LyX-document" + +#: ../freedesktop.org.xml.in.h:193 +msgid "M4 macro" +msgstr "M4-macro" + +#: ../freedesktop.org.xml.in.h:194 +msgid "MATLAB script/function" +msgstr "MATLAB-script/functie" + +#: ../freedesktop.org.xml.in.h:195 +msgid "MIDI audio" +msgstr "MIDI-audio" + +#: ../freedesktop.org.xml.in.h:196 +msgid "MNG animation" +msgstr "MNG-animatie" + +#: ../freedesktop.org.xml.in.h:197 +msgid "MP2 audio" +msgstr "MP2-audio" + +#: ../freedesktop.org.xml.in.h:198 +msgid "MP3 ShoutCast playlist" +msgstr "MP3 ShoutCast-afspeellijst" + +#: ../freedesktop.org.xml.in.h:199 +msgid "MP3 audio" +msgstr "MP3-audio" + +#: ../freedesktop.org.xml.in.h:200 +msgid "MP3 audio (streamed)" +msgstr "MP3-audio (gestreamd)" + +#: ../freedesktop.org.xml.in.h:201 +msgid "MPEG video" +msgstr "MPEG-video" + +#: ../freedesktop.org.xml.in.h:202 +msgid "MPEG-4 audio" +msgstr "MPEG4-audio" + +#: ../freedesktop.org.xml.in.h:203 +msgid "MPEG-4 audio book" +msgstr "MPEG4-audioboek" + +#: ../freedesktop.org.xml.in.h:204 +msgid "MPEG-4 video" +msgstr "MPEG4-video" + +#: ../freedesktop.org.xml.in.h:205 +msgid "MPSub subtitles" +msgstr "MPSub-ondertitels" + +#: ../freedesktop.org.xml.in.h:206 +msgid "MRML playlist" +msgstr "MRML-afspeellijst" + +#: ../freedesktop.org.xml.in.h:207 +msgid "MSX ROM" +msgstr "MSX-ROM" + +#: ../freedesktop.org.xml.in.h:208 +msgid "MacOS X icon" +msgstr "MacOS-X-pictogram" + +#: ../freedesktop.org.xml.in.h:209 +msgid "MacPaint Bitmap image" +msgstr "MacPaint-bitmap-afbeelding" + +#: ../freedesktop.org.xml.in.h:210 +msgid "Macintosh AppleDouble-encoded file" +msgstr "Macintosh AppleDouble-gecodeerd bestand" + +#: ../freedesktop.org.xml.in.h:211 +msgid "Macintosh BinHex-encoded file" +msgstr "Macintosh BinHex-gecodeerd bestand" + +#: ../freedesktop.org.xml.in.h:212 +msgid "Macintosh MacBinary file" +msgstr "Macintosh MacBinary-bestand" + +#: ../freedesktop.org.xml.in.h:213 +msgid "Macintosh Quickdraw/PICT drawing" +msgstr "Macintosh Quickdraw/PICT-tekening" + +#: ../freedesktop.org.xml.in.h:214 +msgid "MagicPoint presentation" +msgstr "MagicPoint-presentatie" + +#: ../freedesktop.org.xml.in.h:215 +msgid "Makefile" +msgstr "Makefile" + +#: ../freedesktop.org.xml.in.h:216 +msgid "Managed Object Format" +msgstr "Managed Object Format" + +#: ../freedesktop.org.xml.in.h:217 +msgid "Markaby script" +msgstr "Markaby-script" + +#: ../freedesktop.org.xml.in.h:218 +msgid "MathML document" +msgstr "MathML-document" + +#: ../freedesktop.org.xml.in.h:219 +msgid "Mathematica Notebook" +msgstr "Mathematica-notitieboek" + +#: ../freedesktop.org.xml.in.h:220 +msgid "Matroska audio" +msgstr "Matroska-audio" + +#: ../freedesktop.org.xml.in.h:221 +msgid "Matroska stream" +msgstr "Matroska-stream" + +#: ../freedesktop.org.xml.in.h:222 +msgid "Matroska video" +msgstr "Matroska-video" + +#: ../freedesktop.org.xml.in.h:223 +msgid "MicroDVD subtitles" +msgstr "MicroDVD-ondertitels" + +#: ../freedesktop.org.xml.in.h:224 +msgid "Microsoft ASX playlist" +msgstr "Microsoft ASX-afspeellijst" + +#: ../freedesktop.org.xml.in.h:225 +msgid "Microsoft Works document" +msgstr "Microsoft Works-document" + +#: ../freedesktop.org.xml.in.h:226 +msgid "MiniPSF audio" +msgstr "MiniPSF-audio" + +#: ../freedesktop.org.xml.in.h:227 +msgid "Minolta MRW raw image" +msgstr "onbewerkt Minolta MRW-beeld" + +#: ../freedesktop.org.xml.in.h:228 +msgid "Monkey's audio" +msgstr "Monkey's-audio" + +#: ../freedesktop.org.xml.in.h:229 +msgid "Mozilla bookmarks" +msgstr "Mozilla-bladwijzers" + +#: ../freedesktop.org.xml.in.h:230 +msgid "Mup publication" +msgstr "Mup-publicatie" + +#: ../freedesktop.org.xml.in.h:231 +msgid "Musepack audio" +msgstr "Musepack-audio" + +#. Translate this to Famicom if the console was known as such in your locale +#: ../freedesktop.org.xml.in.h:233 +msgid "NES ROM" +msgstr "Nintendo" + +#: ../freedesktop.org.xml.in.h:234 +msgid "NFO document" +msgstr "NFO-document" + +#: ../freedesktop.org.xml.in.h:235 +msgid "NIFF image" +msgstr "NIFF-afbeelding" + +#: ../freedesktop.org.xml.in.h:236 +msgid "Nautilus link" +msgstr "Nautilus-verwijzing" + +#: ../freedesktop.org.xml.in.h:237 +msgid "Nikon NEF raw image" +msgstr "onbewerkt Nikon NEF-beeld" + +#: ../freedesktop.org.xml.in.h:238 +msgid "Nintendo DS ROM" +msgstr "Nintendo-DS-ROM" + +#: ../freedesktop.org.xml.in.h:239 +msgid "Nintendo64 ROM" +msgstr "Nintendo64-ROM" + +#: ../freedesktop.org.xml.in.h:240 +msgid "NullSoft video" +msgstr "NullSoft-video" + +#: ../freedesktop.org.xml.in.h:241 +msgid "OCL file" +msgstr "OCL-bestand" + +#: ../freedesktop.org.xml.in.h:242 +msgid "OCaml source code" +msgstr "OCaml-broncode" + +#: ../freedesktop.org.xml.in.h:243 +msgid "ODA document" +msgstr "ODA-document" + +#: ../freedesktop.org.xml.in.h:244 +msgid "ODB database" +msgstr "ODB-gegevensbank" + +#: ../freedesktop.org.xml.in.h:245 +msgid "ODC chart" +msgstr "ODC-grafiek" + +#: ../freedesktop.org.xml.in.h:246 +msgid "ODF formula" +msgstr "ODF-formule" + +#: ../freedesktop.org.xml.in.h:247 +msgid "ODG drawing" +msgstr "ODG-tekening" + +#: ../freedesktop.org.xml.in.h:248 +msgid "ODG template" +msgstr "ODG-sjabloon" + +#: ../freedesktop.org.xml.in.h:249 +msgid "ODI image" +msgstr "ODI-afbeelding" + +#: ../freedesktop.org.xml.in.h:250 +msgid "ODM document" +msgstr "ODM-document" + +#: ../freedesktop.org.xml.in.h:251 +msgid "ODP presentation" +msgstr "ODP-presentatie" + +#: ../freedesktop.org.xml.in.h:252 +msgid "ODP template" +msgstr "ODP-sjabloon" + +#: ../freedesktop.org.xml.in.h:253 +msgid "ODS spreadsheet" +msgstr "ODS-rekenblad" + +#: ../freedesktop.org.xml.in.h:254 +msgid "ODS template" +msgstr "ODS-sjabloon" + +#: ../freedesktop.org.xml.in.h:255 +msgid "ODT document" +msgstr "ODT-document" + +#: ../freedesktop.org.xml.in.h:256 +msgid "ODT template" +msgstr "ODT-sjabloon" + +#: ../freedesktop.org.xml.in.h:257 +msgid "OGM video" +msgstr "OGM-video" + +#: ../freedesktop.org.xml.in.h:258 +msgid "OLE2 compound document storage" +msgstr "OLE2-samengestelde documentopslag" + +#: ../freedesktop.org.xml.in.h:259 +msgid "OPML syndication feed" +msgstr "OPML-syndicatie-feed" + +#: ../freedesktop.org.xml.in.h:260 +msgid "OTH template" +msgstr "OTH-sjabloon" + +#: ../freedesktop.org.xml.in.h:261 +msgid "Objective-C source code" +msgstr "Objective-C-broncode" + +#: ../freedesktop.org.xml.in.h:262 +msgid "Office drawing" +msgstr "Office-tekening" + +#: ../freedesktop.org.xml.in.h:263 +msgid "Ogg Audio" +msgstr "Ogg-audio" + +#: ../freedesktop.org.xml.in.h:264 +msgid "Ogg FLAC audio" +msgstr "Ogg FLAC-audio" + +#: ../freedesktop.org.xml.in.h:265 +msgid "Ogg Speex audio" +msgstr "Ogg Speex-audio" + +#: ../freedesktop.org.xml.in.h:266 +msgid "Ogg Theora video" +msgstr "Ogg Theora-video" + +#: ../freedesktop.org.xml.in.h:267 +msgid "Ogg Video" +msgstr "Ogg-video" + +#: ../freedesktop.org.xml.in.h:268 +msgid "Ogg Vorbis audio" +msgstr "Ogg Vorbis-audio" + +#: ../freedesktop.org.xml.in.h:269 +msgid "Ogg multimedia file" +msgstr "Ogg-multimediabestand" + +#: ../freedesktop.org.xml.in.h:270 +msgid "Olympus ORF raw image" +msgstr "onbewerkt Olympus ORF-beeld" + +#: ../freedesktop.org.xml.in.h:271 +msgid "OpenOffice Calc spreadsheet" +msgstr "OpenOffice.org Calc-rekenblad" + +#: ../freedesktop.org.xml.in.h:272 +msgid "OpenOffice Calc template" +msgstr "OpenOffice.org Calc-sjabloon" + +#: ../freedesktop.org.xml.in.h:273 +msgid "OpenOffice Draw drawing" +msgstr "OpenOffice.org Draw-tekening" + +#: ../freedesktop.org.xml.in.h:274 +msgid "OpenOffice Draw template" +msgstr "OpenOffice.org Draw-sjabloon" + +#: ../freedesktop.org.xml.in.h:275 +msgid "OpenOffice Impress presentation" +msgstr "OpenOffice.org Impress-presentatie" + +#: ../freedesktop.org.xml.in.h:276 +msgid "OpenOffice Impress template" +msgstr "OpenOffice.org Impress-sjabloon" + +#: ../freedesktop.org.xml.in.h:277 +msgid "OpenOffice Math formula" +msgstr "OpenOffice.org Math-formule" + +#: ../freedesktop.org.xml.in.h:278 +msgid "OpenOffice Writer document" +msgstr "OpenOffice.org Writer-document" + +#: ../freedesktop.org.xml.in.h:279 +msgid "OpenOffice Writer global document" +msgstr "OpenOffice.org Writer-globaal-document" + +#: ../freedesktop.org.xml.in.h:280 +msgid "OpenOffice Writer template" +msgstr "OpenOffice.org Writer-sjabloon" + +#: ../freedesktop.org.xml.in.h:281 +msgid "OpenOffice.org extension" +msgstr "OpenOffice.org-uitbreiding" + +#: ../freedesktop.org.xml.in.h:282 +msgid "OpenType font" +msgstr "OpenType-lettertype" + +#: ../freedesktop.org.xml.in.h:283 +msgid "PAK archive" +msgstr "PAK-archief" + +#: ../freedesktop.org.xml.in.h:284 +msgid "PBM image" +msgstr "PBM-afbeelding" + +#: ../freedesktop.org.xml.in.h:285 +msgid "PCD image" +msgstr "PCD-afbeelding" + +#: ../freedesktop.org.xml.in.h:286 +msgid "PCF font" +msgstr "PCF-lettertype" + +#: ../freedesktop.org.xml.in.h:287 +msgid "PCL file" +msgstr "PCL-bestand" + +#: ../freedesktop.org.xml.in.h:288 +msgid "PCM audio" +msgstr "PCM-audio" + +#: ../freedesktop.org.xml.in.h:289 +msgid "PCX image" +msgstr "PCX-afbeelding" + +#: ../freedesktop.org.xml.in.h:290 +msgid "PDF document" +msgstr "PDF-document" + +#: ../freedesktop.org.xml.in.h:291 +msgid "PDF document (bzip-compressed)" +msgstr "PDF-document (ingepakt met bzip)" + +#: ../freedesktop.org.xml.in.h:292 +msgid "PDF document (gzip-compressed)" +msgstr "PDF-document (ingepakt met gzip)" + +#: ../freedesktop.org.xml.in.h:293 +msgid "PEF executable" +msgstr "PEF-uitvoerbaar bestand" + +#: ../freedesktop.org.xml.in.h:294 +msgid "PGM image" +msgstr "PGM-afbeelding" + +#: ../freedesktop.org.xml.in.h:295 +msgid "PGN chess game notation" +msgstr "PGN-schaakspelnotatie" + +#: ../freedesktop.org.xml.in.h:296 +msgid "PGP keys" +msgstr "PGP-sleutels" + +#: ../freedesktop.org.xml.in.h:297 +msgid "PGP/MIME-encrypted message header" +msgstr "PGP/MIME-versleutelde berichtkopregels" + +#: ../freedesktop.org.xml.in.h:298 +msgid "PHP script" +msgstr "PHP-script" + +#: ../freedesktop.org.xml.in.h:299 +msgid "PKCS#10 certification request" +msgstr "PKCS#10-certificatieverzoek" + +#: ../freedesktop.org.xml.in.h:300 +msgid "PKCS#12 certificate bundle" +msgstr "PKCS#12-certificaatbundel" + +#: ../freedesktop.org.xml.in.h:301 +msgid "PNG image" +msgstr "PNG-afbeelding" + +#: ../freedesktop.org.xml.in.h:302 +msgid "PNM image" +msgstr "PNM-afbeelding" + +#: ../freedesktop.org.xml.in.h:303 +msgid "PPM image" +msgstr "PPM-afbeelding" + +#: ../freedesktop.org.xml.in.h:304 +msgid "PS document" +msgstr "PS-document" + +#: ../freedesktop.org.xml.in.h:305 +msgid "PSD image" +msgstr "PSD-afbeelding" + +#: ../freedesktop.org.xml.in.h:306 +msgid "PSF audio" +msgstr "PSF-audio" + +#: ../freedesktop.org.xml.in.h:307 +msgid "PSFlib audio library" +msgstr "PSFlib-audiobibliotheek" + +#: ../freedesktop.org.xml.in.h:308 +msgid "Pack200 Java archive" +msgstr "Pack200 Java-archief" + +#: ../freedesktop.org.xml.in.h:309 +msgid "Palm OS database" +msgstr "Palm OS-gegevensbank" + +#: ../freedesktop.org.xml.in.h:310 +msgid "Panasonic raw image" +msgstr "onbewerkt Panasonic-beeld" + +#: ../freedesktop.org.xml.in.h:311 +msgid "Parchive archive" +msgstr "Parchive-archief" + +#: ../freedesktop.org.xml.in.h:312 +msgid "Pascal source code" +msgstr "Pascal-broncode" + +#: ../freedesktop.org.xml.in.h:313 +msgid "Pathetic Writer document" +msgstr "Pathetic Writer-document" + +#: ../freedesktop.org.xml.in.h:314 +msgid "Pentax PEF raw image" +msgstr "onbewerkt Pentax PEF-beeld" + +#: ../freedesktop.org.xml.in.h:315 +msgid "Perl script" +msgstr "Perl-script" + +#. http://en.wikipedia.org/wiki/Picture_CD +#. http://www.re.org/kristin/picturecd.html +#: ../freedesktop.org.xml.in.h:318 +msgid "Picture CD" +msgstr "foto-CD" + +#: ../freedesktop.org.xml.in.h:319 +msgid "PlanPerfect spreadsheet" +msgstr "PlanPerfect-rekenblad" + +#: ../freedesktop.org.xml.in.h:320 +msgid "Plucker document" +msgstr "Plucker-document" + +#: ../freedesktop.org.xml.in.h:321 +msgid "PostScript document (bzip-compressed)" +msgstr "PostScript-document (ingepakt met bzip)" + +#: ../freedesktop.org.xml.in.h:322 +msgid "PostScript document (gzip-compressed)" +msgstr "PostScript-document (ingepakt met gzip)" + +#: ../freedesktop.org.xml.in.h:323 +msgid "Postscript type-1 font" +msgstr "PostScript type-1-lettertype" + +#: ../freedesktop.org.xml.in.h:324 +msgid "PowerPoint presentation" +msgstr "PowerPoint-presentatie" + +#: ../freedesktop.org.xml.in.h:325 +msgid "Python bytecode" +msgstr "Python-bytecode" + +#: ../freedesktop.org.xml.in.h:326 +msgid "Python script" +msgstr "Python-script" + +#: ../freedesktop.org.xml.in.h:327 +msgid "Qt Designer file" +msgstr "Qt Designer-bestand" + +#: ../freedesktop.org.xml.in.h:328 +msgid "Qt MOC file" +msgstr "Qt MOC-bestand" + +#: ../freedesktop.org.xml.in.h:329 +msgid "Quattro Pro spreadsheet" +msgstr "Quattro Pro-rekenblad" + +#: ../freedesktop.org.xml.in.h:330 +msgid "QuickTime image" +msgstr "QuickTime-afbeelding" + +#: ../freedesktop.org.xml.in.h:331 +msgid "QuickTime metalink playlist" +msgstr "QuickTime metalink-afspeellijst" + +#: ../freedesktop.org.xml.in.h:332 +msgid "QuickTime video" +msgstr "QuickTime-video" + +#: ../freedesktop.org.xml.in.h:333 +msgid "Quicken document" +msgstr "Quicken-document" + +#: ../freedesktop.org.xml.in.h:334 +msgid "RAR archive" +msgstr "RAR-archief" + +#: ../freedesktop.org.xml.in.h:335 +msgid "RDF file" +msgstr "RDF-bestand" + +#: ../freedesktop.org.xml.in.h:336 +msgid "README document" +msgstr "LEESMIJ-document" + +#: ../freedesktop.org.xml.in.h:337 +msgid "RGB image" +msgstr "RGB-afbeelding" + +#: ../freedesktop.org.xml.in.h:338 +msgid "RIFF audio" +msgstr "RIFF-audio" + +#: ../freedesktop.org.xml.in.h:339 +msgid "RPM package" +msgstr "RPM-pakket" + +#: ../freedesktop.org.xml.in.h:340 +msgid "RPM spec file" +msgstr "RPM-spec-bestand" + +#: ../freedesktop.org.xml.in.h:341 +msgid "RSS summary" +msgstr "RSS-samenvatting" + +#: ../freedesktop.org.xml.in.h:342 +msgid "RTF document" +msgstr "RTF-document" + +#: ../freedesktop.org.xml.in.h:343 +msgid "RealAudio document" +msgstr "RealAudio-document" + +#: ../freedesktop.org.xml.in.h:344 +msgid "RealMedia Metafile" +msgstr "RealMedia-metabestand" + +#: ../freedesktop.org.xml.in.h:345 +msgid "RealMedia document" +msgstr "RealMedia-document" + +#: ../freedesktop.org.xml.in.h:346 +msgid "RealPix document" +msgstr "RealPix-document" + +#: ../freedesktop.org.xml.in.h:347 +msgid "RealText document" +msgstr "RealText-document" + +#: ../freedesktop.org.xml.in.h:348 +msgid "RealVideo document" +msgstr "RealVideo-document" + +#: ../freedesktop.org.xml.in.h:349 +msgid "Ruby script" +msgstr "Ruby-script" + +#: ../freedesktop.org.xml.in.h:350 +msgid "Run Length Encoded bitmap image" +msgstr "RLE-gecodeerde bitmap-afbeelding" + +#: ../freedesktop.org.xml.in.h:351 +msgid "S/MIME file" +msgstr "S/MIME-bestand" + +#: ../freedesktop.org.xml.in.h:352 +msgid "SAMI subtitles" +msgstr "SAMI-ondertitels" + +#: ../freedesktop.org.xml.in.h:353 +msgid "SC/Xspread spreadsheet" +msgstr "SC/Xspread-rekenblad" + +#: ../freedesktop.org.xml.in.h:354 +msgid "SDP multicast stream file" +msgstr "SDP-multicast-streambestand" + +#. translators: a record is in this context a description of a board game +#. that has been played, and that can be played back again: +#. http://www.red-bean.com/sgf/ +#: ../freedesktop.org.xml.in.h:358 +msgid "SGF record" +msgstr "SGF-record" + +#: ../freedesktop.org.xml.in.h:359 +msgid "SGI image" +msgstr "SGI-afbeelding" + +#: ../freedesktop.org.xml.in.h:360 +msgid "SGI video" +msgstr "SGI-video" + +#: ../freedesktop.org.xml.in.h:361 +msgid "SGML document" +msgstr "SGML-document" + +#: ../freedesktop.org.xml.in.h:362 +msgid "SIS package" +msgstr "SIS-pakket" + +#: ../freedesktop.org.xml.in.h:363 +msgid "SISX package" +msgstr "SISX-pakket" + +#: ../freedesktop.org.xml.in.h:364 +msgid "SMAF audio" +msgstr "SMAF-audio" + +#: ../freedesktop.org.xml.in.h:365 +msgid "SMIL document" +msgstr "SMIL-document" + +#: ../freedesktop.org.xml.in.h:366 +msgid "SQL code" +msgstr "SQL-code" + +#: ../freedesktop.org.xml.in.h:367 +msgid "SQLite2 database" +msgstr "SQLite2-gegevensbank" + +#: ../freedesktop.org.xml.in.h:368 +msgid "SQLite3 database" +msgstr "SQLite3-gegevensbank" + +#: ../freedesktop.org.xml.in.h:369 +msgid "SSA subtitles" +msgstr "SSA-ondertitels" + +#: ../freedesktop.org.xml.in.h:370 +msgid "SV4 CPIO archive" +msgstr "SV4 CPIO-archief" + +#: ../freedesktop.org.xml.in.h:371 +msgid "SV4 CPIO archive (with CRC)" +msgstr "SV4 CPIO-archief (met CRC)" + +#: ../freedesktop.org.xml.in.h:372 +msgid "SVG image" +msgstr "SVG-afbeelding" + +#: ../freedesktop.org.xml.in.h:373 +msgid "Scheme source code" +msgstr "Scheme-broncode" + +#: ../freedesktop.org.xml.in.h:374 +msgid "Scream Tracker 3 audio" +msgstr "Scream Tracker 3-audio" + +#: ../freedesktop.org.xml.in.h:375 +msgid "Scream Tracker audio" +msgstr "Scream Tracker-audio" + +#: ../freedesktop.org.xml.in.h:376 +msgid "Scream Tracker instrument" +msgstr "Scream Tracker-instrument" + +#: ../freedesktop.org.xml.in.h:377 +msgid "Sega Master System/Game Gear ROM" +msgstr "Sega Master System/Game Gear-ROM" + +#: ../freedesktop.org.xml.in.h:378 +msgid "Setext document" +msgstr "Setext-document" + +#: ../freedesktop.org.xml.in.h:379 +msgid "Shockwave Flash file" +msgstr "Shockwave Flash-bestand" + +#. translators: "Shorten" is the name of an audio codec +#: ../freedesktop.org.xml.in.h:381 +msgid "Shorten audio" +msgstr "Shorten-audio" + +#: ../freedesktop.org.xml.in.h:382 +msgid "Siag spreadsheet" +msgstr "Siag-rekenblad" + +#: ../freedesktop.org.xml.in.h:383 +msgid "Sieve mail filter script" +msgstr "Sieve mailfilter-script" + +#: ../freedesktop.org.xml.in.h:384 +msgid "Sigma X3F raw image" +msgstr "onbewerkt Sigma X3F-beeld" + +#: ../freedesktop.org.xml.in.h:385 +msgid "Skencil document" +msgstr "Skencil-document" + +#: ../freedesktop.org.xml.in.h:386 +msgid "Sony ARW raw image" +msgstr "onbewerkt Sony ARW-beeld" + +#: ../freedesktop.org.xml.in.h:387 +msgid "Sony SR2 raw image" +msgstr "onbewerkt Sony SR2-beeld" + +#: ../freedesktop.org.xml.in.h:388 +msgid "Sony SRF raw image" +msgstr "onbewerkt Sony SRF-beeld" + +#: ../freedesktop.org.xml.in.h:389 +msgid "Speedo font" +msgstr "Speedo-lettertype" + +#: ../freedesktop.org.xml.in.h:390 +msgid "Speex audio" +msgstr "Speex-audio" + +#: ../freedesktop.org.xml.in.h:391 +msgid "Stampede package" +msgstr "Stampede-pakket" + +#: ../freedesktop.org.xml.in.h:392 +msgid "StarCalc spreadsheet" +msgstr "StarCalc-rekenblad" + +#: ../freedesktop.org.xml.in.h:393 +msgid "StarChart chart" +msgstr "StarChart-kaart" + +#: ../freedesktop.org.xml.in.h:394 +msgid "StarDraw drawing" +msgstr "StarDraw-tekening" + +#: ../freedesktop.org.xml.in.h:395 +msgid "StarImpress presentation" +msgstr "StarImpress-presentatie" + +#: ../freedesktop.org.xml.in.h:396 +msgid "StarMail email" +msgstr "StarMail-e-mail" + +#: ../freedesktop.org.xml.in.h:397 +msgid "StarMath formula" +msgstr "StarMath-formule" + +#: ../freedesktop.org.xml.in.h:398 +msgid "StarWriter document" +msgstr "StarWriter-document" + +# Duplicate. +#: ../freedesktop.org.xml.in.h:399 +msgid "StuffIt archive" +msgstr "StuffIt-archief" + +#: ../freedesktop.org.xml.in.h:400 +msgid "SubRip subtitles" +msgstr "SubRip-ondertitels" + +#: ../freedesktop.org.xml.in.h:401 +msgid "SubViewer subtitles" +msgstr "SubViewer-ondertitels" + +#: ../freedesktop.org.xml.in.h:402 +msgid "Sun raster image" +msgstr "Sun-rasterafbeelding" + +#: ../freedesktop.org.xml.in.h:403 +msgid "SunOS News font" +msgstr "SunOS News-lettertype" + +#. Translate this as Super Famicom (in Far East Asia) or Super Nintendo (in Europe) if the console was known as such in your locale +#: ../freedesktop.org.xml.in.h:405 +msgid "Super NES ROM" +msgstr "Super Nintendo" + +#. http://en.wikipedia.org/wiki/Super_Video_CD +#. http://everything2.com/index.pl?node_id=1009222 +#: ../freedesktop.org.xml.in.h:408 +msgid "Super Video CD" +msgstr "super-video-CD" + +#: ../freedesktop.org.xml.in.h:409 +msgid "T602 document" +msgstr "T602-document" + +#: ../freedesktop.org.xml.in.h:410 +msgid "TGA image" +msgstr "TGA-afbeelding" + +#: ../freedesktop.org.xml.in.h:411 +msgid "TGIF document" +msgstr "TGIF-document" + +#: ../freedesktop.org.xml.in.h:412 +msgid "TIFF image" +msgstr "TIFF-afbeelding" + +#: ../freedesktop.org.xml.in.h:413 +msgid "TNEF message" +msgstr "TNEF-bericht" + +#: ../freedesktop.org.xml.in.h:414 +msgid "TSV document" +msgstr "TSV-document" + +#: ../freedesktop.org.xml.in.h:415 +msgid "Tar archive" +msgstr "Tar-archief" + +#: ../freedesktop.org.xml.in.h:416 +msgid "Tar archive (LZMA-compressed)" +msgstr "Tar-archief (ingepakt met LZMA)" + +#: ../freedesktop.org.xml.in.h:417 +msgid "Tar archive (LZO-compressed)" +msgstr "Tar-archief (ingepakt met LZO)" + +#: ../freedesktop.org.xml.in.h:418 +msgid "Tar archive (bzip-compressed)" +msgstr "Tar-archief (ingepakt met bzip)" + +#: ../freedesktop.org.xml.in.h:419 +msgid "Tar archive (compressed)" +msgstr "Tar-archief (ingepakt)" + +#: ../freedesktop.org.xml.in.h:420 +msgid "Tar archive (gzip-compressed)" +msgstr "Tar-archief (ingepakt met gzip)" + +#: ../freedesktop.org.xml.in.h:421 +msgid "Tcl script" +msgstr "Tcl-script" + +#: ../freedesktop.org.xml.in.h:422 +msgid "TeX DVI document" +msgstr "TeX DVI-document" + +#: ../freedesktop.org.xml.in.h:423 +msgid "TeX DVI document (bzip-compressed)" +msgstr "TeX DVI-document (ingepakt met bzip)" + +#: ../freedesktop.org.xml.in.h:424 +msgid "TeX DVI document (gzip-compressed)" +msgstr "TeX DVI-document (ingepakt met gzip)" + +#: ../freedesktop.org.xml.in.h:425 +msgid "TeX document" +msgstr "TeX-document" + +#: ../freedesktop.org.xml.in.h:426 +msgid "TeX font" +msgstr "TeX-lettertype" + +#: ../freedesktop.org.xml.in.h:427 +msgid "TeX font metrics" +msgstr "TeX-lettertype-metrieken" + +#: ../freedesktop.org.xml.in.h:428 +msgid "TeXInfo document" +msgstr "TeXInfo-document" + +#: ../freedesktop.org.xml.in.h:429 +msgid "ToutDoux document" +msgstr "ToutDoux-document" + +#: ../freedesktop.org.xml.in.h:430 +msgid "Troff ME input document" +msgstr "Troff ME-invoerdocument" + +#: ../freedesktop.org.xml.in.h:431 +msgid "Troff MM input document" +msgstr "Troff MM-invoerdocument" + +#: ../freedesktop.org.xml.in.h:432 +msgid "Troff MS input document" +msgstr "Troff MS-invoerdocument" + +#: ../freedesktop.org.xml.in.h:433 +msgid "Troff document" +msgstr "Troff-document" + +#: ../freedesktop.org.xml.in.h:434 +msgid "Troff document (with manpage macros)" +msgstr "Troff-document (met man-macro's)" + +#: ../freedesktop.org.xml.in.h:435 +msgid "TrueAudio audio" +msgstr "TrueAudio-audio" + +#: ../freedesktop.org.xml.in.h:436 +msgid "TrueType XML font" +msgstr "TrueType XML-lettertype" + +#: ../freedesktop.org.xml.in.h:437 +msgid "TrueType font" +msgstr "TrueType-lettertype" + +#: ../freedesktop.org.xml.in.h:438 +msgid "UFRaw ID image" +msgstr "UFRaw ID-afbeelding" + +#: ../freedesktop.org.xml.in.h:439 +msgid "ULAW (Sun) audio" +msgstr "(Sun) ULAW-audio" + +#: ../freedesktop.org.xml.in.h:440 +msgid "UNIX-compressed file" +msgstr "UNIX-ingepakt bestand" + +#: ../freedesktop.org.xml.in.h:441 +msgid "Unidata NetCDF document" +msgstr "Unidata NetCDF-document" + +#: ../freedesktop.org.xml.in.h:442 +msgid "Usenet news message" +msgstr "Usenet-nieuwsbericht" + +#: ../freedesktop.org.xml.in.h:443 +msgid "Ustar archive" +msgstr "Ustar-archief" + +#: ../freedesktop.org.xml.in.h:444 +msgid "V font" +msgstr "V-lettertype" + +#: ../freedesktop.org.xml.in.h:445 +msgid "VCS/ICS calendar" +msgstr "VCS/ICS-kalender" + +#: ../freedesktop.org.xml.in.h:446 +msgid "VHDL document" +msgstr "VHDL-document" + +#: ../freedesktop.org.xml.in.h:447 +msgid "VOC audio" +msgstr "VOC-audio" + +#: ../freedesktop.org.xml.in.h:448 +msgid "VRML document" +msgstr "VRML-document" + +#: ../freedesktop.org.xml.in.h:449 +msgid "Vala source code" +msgstr "Vala-broncode" + +#. http://en.wikipedia.org/wiki/Video_CD +#. http://www.herongyang.com/CD-DVD/VCD-Movie-File-Directory-Structure.html +#: ../freedesktop.org.xml.in.h:452 +msgid "Video CD" +msgstr "video-CD" + +#: ../freedesktop.org.xml.in.h:453 +msgid "Vivo video" +msgstr "Vivo-video" + +#: ../freedesktop.org.xml.in.h:454 +msgid "WAIS source code" +msgstr "WAIS-broncode" + +#: ../freedesktop.org.xml.in.h:455 +msgid "WAV audio" +msgstr "WAV-audio" + +#: ../freedesktop.org.xml.in.h:456 +msgid "WBMP image" +msgstr "WBMP-afbeelding" + +#: ../freedesktop.org.xml.in.h:457 +msgid "WMF image" +msgstr "WMF-afbeelding" + +#: ../freedesktop.org.xml.in.h:458 +msgid "WML document" +msgstr "WML-document" + +#: ../freedesktop.org.xml.in.h:459 +msgid "WMLScript program" +msgstr "WMLScript-programma" + +#: ../freedesktop.org.xml.in.h:460 +msgid "WRI document" +msgstr "WRI-document" + +#: ../freedesktop.org.xml.in.h:461 +msgid "WavPack audio" +msgstr "WavPack-audio" + +#: ../freedesktop.org.xml.in.h:462 +msgid "WavPack audio correction file" +msgstr "WavPack-audio-correctiebestand" + +#: ../freedesktop.org.xml.in.h:463 +msgid "Wavelet video" +msgstr "Wavelet-video" + +#: ../freedesktop.org.xml.in.h:464 +msgid "Windows BMP image" +msgstr "Windows BMP-afbeelding" + +#: ../freedesktop.org.xml.in.h:465 +msgid "Windows Installer package" +msgstr "Windows-installatiepakket" + +#: ../freedesktop.org.xml.in.h:466 +msgid "Windows Media Station file" +msgstr "Windows Media Station-bestand" + +#: ../freedesktop.org.xml.in.h:467 +msgid "Windows Media audio" +msgstr "Windows Media-audio" + +#: ../freedesktop.org.xml.in.h:468 +msgid "Windows Media video" +msgstr "Windows Media-video" + +#: ../freedesktop.org.xml.in.h:469 +msgid "Windows Registry extract" +msgstr "Windows Registry-extract" + +#: ../freedesktop.org.xml.in.h:470 +msgid "Windows animated cursor" +msgstr "geanimeerde Windows-muisaanwijzer" + +#: ../freedesktop.org.xml.in.h:471 +msgid "Windows cursor" +msgstr "Windows-muisaanwijzer" + +#: ../freedesktop.org.xml.in.h:472 +msgid "Word document" +msgstr "Word-document" + +#: ../freedesktop.org.xml.in.h:473 +msgid "Word template" +msgstr "Word-sjabloon" + +#: ../freedesktop.org.xml.in.h:474 +msgid "WordPerfect document" +msgstr "WordPerfect-document" + +#: ../freedesktop.org.xml.in.h:475 +msgid "WordPerfect/Drawperfect image" +msgstr "WordPerfect/Drawperfect-afbeelding" + +#: ../freedesktop.org.xml.in.h:476 +msgid "X window image" +msgstr "X-window-afbeelding" + +#: ../freedesktop.org.xml.in.h:477 +msgid "X-Motif UIL table" +msgstr "X-Motif UIL-tabel" + +#: ../freedesktop.org.xml.in.h:478 +msgid "X11 cursor" +msgstr "X11-muisaanwijzer" + +#: ../freedesktop.org.xml.in.h:479 +msgid "XBEL bookmarks" +msgstr "XBEL-bladwijzers" + +#: ../freedesktop.org.xml.in.h:480 +msgid "XBM image" +msgstr "XBM-afbeelding" + +#: ../freedesktop.org.xml.in.h:481 +msgid "XFig image" +msgstr "XFig-afbeelding" + +#: ../freedesktop.org.xml.in.h:482 +msgid "XHTML page" +msgstr "XHTML-pagina" + +#: ../freedesktop.org.xml.in.h:483 +msgid "XLIFF translation file" +msgstr "XLIFF-vertalingsbestand" + +#: ../freedesktop.org.xml.in.h:484 +msgid "XMCD CD database" +msgstr "XMCD CD-gegevensbank" + +#: ../freedesktop.org.xml.in.h:485 +msgid "XMF audio" +msgstr "XMF-audio" + +#: ../freedesktop.org.xml.in.h:486 +msgid "XMI file" +msgstr "XMI-bestand" + +#: ../freedesktop.org.xml.in.h:487 +msgid "XML document" +msgstr "XML-document" + +#: ../freedesktop.org.xml.in.h:488 +msgid "XML entities document" +msgstr "XML entiteiten-document" + +#: ../freedesktop.org.xml.in.h:489 +msgid "XPM image" +msgstr "XPM-afbeelding" + +#: ../freedesktop.org.xml.in.h:490 +msgid "XPS document" +msgstr "XPS-document" + +#: ../freedesktop.org.xml.in.h:491 +msgid "XSL FO file" +msgstr "XSL FO-bestand" + +#: ../freedesktop.org.xml.in.h:492 +msgid "XSLT stylesheet" +msgstr "XSLT-stijlblad" + +#: ../freedesktop.org.xml.in.h:493 +msgid "XSPF playlist" +msgstr "XSPF-afspeellijst" + +#: ../freedesktop.org.xml.in.h:494 +msgid "XUL document" +msgstr "XUL-document" + +#: ../freedesktop.org.xml.in.h:495 +msgid "XUL interface document" +msgstr "XUL-interface-document" + +#: ../freedesktop.org.xml.in.h:496 +msgid "Xbase document" +msgstr "Xbase-document" + +#: ../freedesktop.org.xml.in.h:497 +msgid "Zip archive" +msgstr "Zip-archief" + +#: ../freedesktop.org.xml.in.h:498 +msgid "Zoo archive" +msgstr "Zoo-archief" + +#: ../freedesktop.org.xml.in.h:499 +msgid "application log" +msgstr "programma-logbestand" + +#. http://en.wikipedia.org/wiki/Red_Book_(audio_CD_standard) +#: ../freedesktop.org.xml.in.h:501 +msgid "audio CD" +msgstr "audio-CD" + +#. http://en.wikipedia.org/wiki/DVD-Audio +#: ../freedesktop.org.xml.in.h:503 +msgid "audio DVD" +msgstr "audio-DVD" + +# FIXME not a direct translation +#: ../freedesktop.org.xml.in.h:504 +msgid "author credits" +msgstr "auteursinformatie" + +#: ../freedesktop.org.xml.in.h:505 +msgid "author list" +msgstr "auteurslijst" + +#: ../freedesktop.org.xml.in.h:506 +msgid "backup file" +msgstr "reservekopiebestand" + +#. http://en.wikipedia.org/wiki/Blu-ray_Disc +#: ../freedesktop.org.xml.in.h:508 +msgid "blank Blu-ray disc" +msgstr "blanco Blu-ray-disk" + +#. http://en.wikipedia.org/wiki/Compact_Disc +#: ../freedesktop.org.xml.in.h:510 +msgid "blank CD disc" +msgstr "blanco CD" + +#. http://en.wikipedia.org/wiki/DVD +#: ../freedesktop.org.xml.in.h:512 +msgid "blank DVD disc" +msgstr "blanco DVD" + +#. http://en.wikipedia.org/wiki/HD_DVD +#: ../freedesktop.org.xml.in.h:514 +msgid "blank HD DVD disc" +msgstr "blanco HD-DVD" + +#: ../freedesktop.org.xml.in.h:515 +msgid "block device" +msgstr "blok-apparaat" + +#: ../freedesktop.org.xml.in.h:516 +msgid "character device" +msgstr "byte-apparaat" + +#: ../freedesktop.org.xml.in.h:517 +msgid "comic book archive" +msgstr "stripboek-archief" + +#: ../freedesktop.org.xml.in.h:518 +msgid "compound document" +msgstr "samengesteld document" + +#: ../freedesktop.org.xml.in.h:519 +msgid "compound documents" +msgstr "samengestelde documenten" + +#: ../freedesktop.org.xml.in.h:520 +msgid "compressed GIMP image" +msgstr "ingepakte GIMP-afbeelding" + +#: ../freedesktop.org.xml.in.h:521 +msgid "compressed SVG image" +msgstr "ingepakte SVG-afbeelding" + +#: ../freedesktop.org.xml.in.h:522 +msgid "compressed Tracker audio" +msgstr "ingepakte Tracker-audio" + +#: ../freedesktop.org.xml.in.h:523 +msgid "desktop configuration file" +msgstr "bureaublad-configuratiebestand" + +#: ../freedesktop.org.xml.in.h:524 +msgid "detached OpenPGP signature" +msgstr "losse OpenPGP-ondertekening" + +#: ../freedesktop.org.xml.in.h:525 +msgid "detached S/MIME signature" +msgstr "losse S/MIME-ondertekening" + +#: ../freedesktop.org.xml.in.h:526 +msgid "differences between files" +msgstr "verschillen tussen bestanden" + +#. http://en.wikipedia.org/wiki/Design_rule_for_Camera_File_system +#: ../freedesktop.org.xml.in.h:528 +msgid "digital photos" +msgstr "digitale foto's" + +#: ../freedesktop.org.xml.in.h:529 +msgid "digital raw image" +msgstr "onbewerkt digitaal beeld" + +#: ../freedesktop.org.xml.in.h:530 +msgid "eMusic download package" +msgstr "eMusic-downloadpakket" + +#: ../freedesktop.org.xml.in.h:531 +msgid "electronic book document" +msgstr "elektronisch boek" + +#: ../freedesktop.org.xml.in.h:532 +msgid "electronic business card" +msgstr "elektronisch visitekaartje" + +#: ../freedesktop.org.xml.in.h:533 +msgid "email headers" +msgstr "e-mail-kopregels" + +#: ../freedesktop.org.xml.in.h:534 +msgid "email message" +msgstr "e-mailbericht" + +#: ../freedesktop.org.xml.in.h:535 +msgid "empty document" +msgstr "leeg document" + +#: ../freedesktop.org.xml.in.h:536 +msgid "encrypted message" +msgstr "versleuteld bericht" + +#: ../freedesktop.org.xml.in.h:537 +msgid "enriched text document" +msgstr "verrijkt tekstdocument" + +#: ../freedesktop.org.xml.in.h:538 +msgid "executable" +msgstr "uitvoerbaar bestand" + +#: ../freedesktop.org.xml.in.h:539 +msgid "folder" +msgstr "map" + +#: ../freedesktop.org.xml.in.h:540 +msgid "generic font file" +msgstr "algemeen lettertypebestand" + +#: ../freedesktop.org.xml.in.h:541 +msgid "help page" +msgstr "hulppagina" + +#: ../freedesktop.org.xml.in.h:542 +msgid "iMelody ringtone" +msgstr "iMelody-beltoon" + +#: ../freedesktop.org.xml.in.h:543 +msgid "iPod firmware" +msgstr "iPod-firmware" + +#: ../freedesktop.org.xml.in.h:544 +msgid "iRiver Playlist" +msgstr "iRiver-afspeellijst" + +#: ../freedesktop.org.xml.in.h:545 +msgid "installation instructions" +msgstr "installatie-instructies" + +#: ../freedesktop.org.xml.in.h:546 +msgid "iptables configuration file" +msgstr "iptables-configuratiebestand" + +#: ../freedesktop.org.xml.in.h:547 +msgid "libtool shared library" +msgstr "gedeelde libtool-bibliotheek" + +#: ../freedesktop.org.xml.in.h:548 +msgid "license terms" +msgstr "licentievoorwaarden" + +#: ../freedesktop.org.xml.in.h:549 +msgid "mail delivery report" +msgstr "e-mail-bezorgingsbericht" + +#: ../freedesktop.org.xml.in.h:550 +msgid "mail disposition report" +msgstr "e-mail-plaatsingsbericht" + +#: ../freedesktop.org.xml.in.h:551 +msgid "mail system report" +msgstr "e-mail-systeembericht" + +#: ../freedesktop.org.xml.in.h:552 +msgid "mailbox file" +msgstr "mailbox-bestand" + +#: ../freedesktop.org.xml.in.h:553 +msgid "manual page (compressed)" +msgstr "handleidingspagina (ingepakt)" + +#: ../freedesktop.org.xml.in.h:554 +msgid "message catalog" +msgstr "berichtencatalogus" + +#: ../freedesktop.org.xml.in.h:555 +msgid "message digest" +msgstr "berichtenbundel" + +#: ../freedesktop.org.xml.in.h:556 +msgid "message in several formats" +msgstr "bericht in meerdere opmaken" + +#: ../freedesktop.org.xml.in.h:557 +msgid "mount point" +msgstr "aankoppelingspunt" + +#: ../freedesktop.org.xml.in.h:558 +msgid "object code" +msgstr "objectcode" + +#: ../freedesktop.org.xml.in.h:559 +msgid "packed font file" +msgstr "ingepakt lettertypebestand" + +#: ../freedesktop.org.xml.in.h:560 +msgid "partial email message" +msgstr "gedeeltelijk e-mailbericht" + +#: ../freedesktop.org.xml.in.h:561 +msgid "pipe" +msgstr "pijp" + +#: ../freedesktop.org.xml.in.h:562 +msgid "plain text document" +msgstr "plattetekst-document" + +#. see fd.o hal spec +#: ../freedesktop.org.xml.in.h:564 +msgid "portable audio player" +msgstr "draagbare audiospeler" + +#: ../freedesktop.org.xml.in.h:565 +msgid "profiler results" +msgstr "profiler-resultaten" + +#: ../freedesktop.org.xml.in.h:566 +msgid "program crash data" +msgstr "programma-crashgegevens" + +#: ../freedesktop.org.xml.in.h:567 +msgid "raw CD image" +msgstr "ruw CD-beeldbestand" + +#: ../freedesktop.org.xml.in.h:568 +msgid "reference to remote file" +msgstr "verwijzing naar bestand op afstand" + +#: ../freedesktop.org.xml.in.h:569 +msgid "rejected patch" +msgstr "verworpen patch" + +#: ../freedesktop.org.xml.in.h:570 +msgid "resource location" +msgstr "bronlocatie" + +#: ../freedesktop.org.xml.in.h:571 +msgid "rich text document" +msgstr "opgemaakt tekstdocument" + +#: ../freedesktop.org.xml.in.h:572 +msgid "shared library" +msgstr "gedeelde bibliotheek" + +#: ../freedesktop.org.xml.in.h:573 +msgid "shell archive" +msgstr "shell-archief" + +#: ../freedesktop.org.xml.in.h:574 +msgid "shell script" +msgstr "shellscript" + +#: ../freedesktop.org.xml.in.h:575 +msgid "signed message" +msgstr "ondertekend bericht" + +#: ../freedesktop.org.xml.in.h:576 +msgid "socket" +msgstr "socket" + +#. http://standards.freedesktop.org/autostart-spec/autostart-spec-latest.html +#. http://bugzilla.gnome.org/show_bug.cgi?id=509823#c3 +#: ../freedesktop.org.xml.in.h:579 +msgid "software" +msgstr "software" + +#: ../freedesktop.org.xml.in.h:580 +msgid "spreadsheet interchange document" +msgstr "rekenblad-uitwisselingsdocument" + +#: ../freedesktop.org.xml.in.h:581 +msgid "stream of data (server push)" +msgstr "gegevensstroom (server duwt)" + +#: ../freedesktop.org.xml.in.h:582 +msgid "symbolic link" +msgstr "symbolische koppeling" + +#: ../freedesktop.org.xml.in.h:583 +msgid "theme" +msgstr "thema" + +#: ../freedesktop.org.xml.in.h:584 +msgid "translated messages (machine-readable)" +msgstr "vertaalde berichten (machine-leesbaar)" + +#: ../freedesktop.org.xml.in.h:585 +msgid "translation file" +msgstr "vertalingsbestand" + +#: ../freedesktop.org.xml.in.h:586 +msgid "translation template" +msgstr "vertalingssjabloon" + +#: ../freedesktop.org.xml.in.h:587 +msgid "txt2tags document" +msgstr "txt2tags-document" + +#: ../freedesktop.org.xml.in.h:588 +msgid "unknown" +msgstr "onbekend" + +#. http://en.wikipedia.org/wiki/DVD-Video +#: ../freedesktop.org.xml.in.h:590 +msgid "video DVD" +msgstr "video-DVD" + +#~ msgid "Compact Disc Audio" +#~ msgstr "audio-CD" + +#~ msgid "DVD Audio" +#~ msgstr "DVD-audio" + +#~ msgid "DVD Video" +#~ msgstr "DVD-video" + +#~ msgid "GTK+ configuration" +#~ msgstr "GTK+-configuratie" diff --git a/po/nn.po b/po/nn.po new file mode 100644 index 0000000..6876c5b --- /dev/null +++ b/po/nn.po @@ -0,0 +1,2339 @@ +# translation of shared-mime-info-0.17.po to Norwegian Nynorsk +# translation of shared-mime-info-0.15.nn.po to Norwegian Nynorsk +# Translation of 'shared-mime-info' 0.12 to Norwegian Nynorsk +# Copyright © 2004 Free Software Foundation, Inc. +# +# This file is distributed under the same license as the shared-mime-info package. +# Åsmund Skjæveland , 2004, 2006, 2008. +# Åsmund Skjæveland , 2009. +msgid "" +msgstr "" +"Project-Id-Version: shared-mime-info-0.51\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2008-07-23 12:49+0100\n" +"PO-Revision-Date: 2009-01-17 23:22+0100\n" +"Last-Translator: Åsmund Skjæveland \n" +"Language-Team: Norwegian Nynorsk \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Lokalize 0.2\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: ../freedesktop.org.xml.in.h:1 +msgid "3D Studio image" +msgstr "3D Studio-bilete" + +#: ../freedesktop.org.xml.in.h:2 +msgid "3GPP multimedia file" +msgstr "3GPP-multimediafil" + +#: ../freedesktop.org.xml.in.h:3 +msgid "7-zip archive" +msgstr "7-zip-arkiv" + +#: ../freedesktop.org.xml.in.h:4 +msgid "ACE archive" +msgstr "ACE-arkiv" + +#: ../freedesktop.org.xml.in.h:5 +msgid "AIFC audio" +msgstr "AIFC-lyd" + +#: ../freedesktop.org.xml.in.h:6 +msgid "AIFF audio" +msgstr "AIFF-lyd" + +#: ../freedesktop.org.xml.in.h:7 +msgid "AIFF/Amiga/Mac audio" +msgstr "AIFF/Amiga/Mac-lyd" + +#: ../freedesktop.org.xml.in.h:8 +msgid "AMR audio" +msgstr "AMR-lyd" + +#: ../freedesktop.org.xml.in.h:9 +msgid "AMR-WB audio" +msgstr "AMR-WB-lyd" + +#: ../freedesktop.org.xml.in.h:10 +msgid "ANIM animation" +msgstr "ANIM-animasjon" + +#: ../freedesktop.org.xml.in.h:11 +msgid "AR archive" +msgstr "AR-arkiv" + +#: ../freedesktop.org.xml.in.h:12 +msgid "ARC archive" +msgstr "ARC-arkiv" + +#: ../freedesktop.org.xml.in.h:13 +msgid "ARJ archive" +msgstr "ARJ-arkiv" + +#: ../freedesktop.org.xml.in.h:14 +msgid "ASF video" +msgstr "ASF-video" + +#: ../freedesktop.org.xml.in.h:15 +msgid "ASP page" +msgstr "ASP-side" + +#: ../freedesktop.org.xml.in.h:16 +msgid "ATK inset" +msgstr "ATK-innskot" + +#: ../freedesktop.org.xml.in.h:17 +msgid "AVI video" +msgstr "AVI-video" + +#: ../freedesktop.org.xml.in.h:18 +msgid "AWK script" +msgstr "WAK-skript" + +#: ../freedesktop.org.xml.in.h:19 +msgid "AbiWord document" +msgstr "AbiWord-dokument" + +#: ../freedesktop.org.xml.in.h:20 +msgid "Ada source code" +msgstr "Ada-kjeldekode" + +#: ../freedesktop.org.xml.in.h:21 +msgid "Adobe DNG negative" +msgstr "Adobe DNG-negativ" + +#: ../freedesktop.org.xml.in.h:22 +msgid "Adobe FrameMaker MIF document" +msgstr "Adobe FrameMaker MIF-dokument" + +#: ../freedesktop.org.xml.in.h:23 +msgid "Adobe FrameMaker document" +msgstr "Adobe FrameMaker-dokument" + +#: ../freedesktop.org.xml.in.h:24 +msgid "Adobe FrameMaker font" +msgstr "Adobe FrameMaker-skrifttype" + +#: ../freedesktop.org.xml.in.h:25 +msgid "Adobe Illustrator document" +msgstr "Adobe Illustrator-dokument" + +#: ../freedesktop.org.xml.in.h:26 +msgid "Adobe font metrics" +msgstr "Adobe skrifttypemetrikk" + +#: ../freedesktop.org.xml.in.h:27 +msgid "Alzip archive" +msgstr "Alzip-arkiv" + +#: ../freedesktop.org.xml.in.h:28 +msgid "Amiga SoundTracker audio" +msgstr "Amiga soundtracker-lyd" + +#: ../freedesktop.org.xml.in.h:29 +msgid "Applix Graphics image" +msgstr "Applix Graphics-dokument" + +#: ../freedesktop.org.xml.in.h:30 +msgid "Applix Spreadsheets spreadsheet" +msgstr "Applix Spreadsheets-dokument" + +#: ../freedesktop.org.xml.in.h:31 +msgid "Applix Words document" +msgstr "Applix Words dokument" + +#: ../freedesktop.org.xml.in.h:32 +msgid "Atom syndication feed" +msgstr "Atom-kjelde" + +#: ../freedesktop.org.xml.in.h:33 +msgid "AutoCAD image" +msgstr "AutoCAD-bilete" + +#: ../freedesktop.org.xml.in.h:34 +msgid "BCPIO document" +msgstr "BCPIO-dokument" + +#: ../freedesktop.org.xml.in.h:35 +msgid "BDF font" +msgstr "BDF-skrifttype" + +#: ../freedesktop.org.xml.in.h:36 +msgid "BibTeX document" +msgstr "BibTeX-dokument" + +#: ../freedesktop.org.xml.in.h:37 +msgid "BitTorrent seed file" +msgstr "Nedlastingsfil for BitTorrent" + +#: ../freedesktop.org.xml.in.h:38 +msgid "Blender scene" +msgstr "Blender-scene" + +#. http://en.wikipedia.org/wiki/Blu-ray_Disc +#. http://www.blu-raydisc.com/Section-13470/Section-13890/Index.html +#: ../freedesktop.org.xml.in.h:41 +msgid "Blu-ray video disc" +msgstr "Blu-Ray videoplate" + +#: ../freedesktop.org.xml.in.h:42 +msgid "Bzip archive" +msgstr "Bzip-arkiv" + +#: ../freedesktop.org.xml.in.h:43 +msgid "C header" +msgstr "C-kjeldekode-hovud" + +#: ../freedesktop.org.xml.in.h:44 +msgid "C shell script" +msgstr "C-skalskript" + +#: ../freedesktop.org.xml.in.h:45 +msgid "C source code" +msgstr "C-kjeldekode" + +#: ../freedesktop.org.xml.in.h:46 +msgid "C# source code" +msgstr "C#-kjeldekode" + +#: ../freedesktop.org.xml.in.h:47 +msgid "C++ header" +msgstr "C++-kjeldekode-hovud" + +#: ../freedesktop.org.xml.in.h:48 +msgid "C++ source code" +msgstr "C++-kjeldekode" + +#: ../freedesktop.org.xml.in.h:49 +msgid "CCITT G3 fax" +msgstr "CCITT G3-fax" + +#: ../freedesktop.org.xml.in.h:50 +msgid "CD Table Of Contents" +msgstr "CD innhaldsliste" + +#: ../freedesktop.org.xml.in.h:51 +msgid "CD image cuesheet" +msgstr "CD-bilete-indeksfil" + +#: ../freedesktop.org.xml.in.h:52 +msgid "CHM document" +msgstr "CHM-dokument" + +#: ../freedesktop.org.xml.in.h:53 +msgid "CMU raster image" +msgstr "CMU rasterbilete" + +#: ../freedesktop.org.xml.in.h:54 +msgid "CMake source code" +msgstr "CMake-kjeldekode" + +#: ../freedesktop.org.xml.in.h:55 +msgid "CPIO archive" +msgstr "CPIO-arkiv" + +#: ../freedesktop.org.xml.in.h:56 +msgid "CPIO archive (gzip-compressed)" +msgstr "CPIO-arkiv (gzip-pakka)" + +#: ../freedesktop.org.xml.in.h:57 +msgid "CSS stylesheet" +msgstr "CSS-stilark" + +#: ../freedesktop.org.xml.in.h:58 +msgid "CSV document" +msgstr "CSV-dokument" + +#: ../freedesktop.org.xml.in.h:59 +msgid "Canon CR2 raw image" +msgstr "Canon CR2 råbilete" + +#: ../freedesktop.org.xml.in.h:60 +msgid "Canon CRW raw image" +msgstr "Canon CRW råbilete" + +#: ../freedesktop.org.xml.in.h:61 +msgid "ChangeLog document" +msgstr "ChangeLog-dokument" + +#: ../freedesktop.org.xml.in.h:62 +msgid "Cisco VPN Settings" +msgstr "Cisco VPN-innstillingar" + +#: ../freedesktop.org.xml.in.h:63 +msgid "Citrix ICA settings file" +msgstr "Citrix ICA-innstillingsfil" + +#: ../freedesktop.org.xml.in.h:64 +msgid "Commodore 64 audio" +msgstr "Commodore 64-lyd" + +#: ../freedesktop.org.xml.in.h:65 +msgid "Computer Graphics Metafile" +msgstr "Computer Graphics Metafile" + +#: ../freedesktop.org.xml.in.h:66 +msgid "Corel Draw drawing" +msgstr "Corel Draw-teikning" + +#: ../freedesktop.org.xml.in.h:67 +msgid "D source code" +msgstr "D-kjeldekode" + +#: ../freedesktop.org.xml.in.h:68 +msgid "DAR archive" +msgstr "DAR-arkiv" + +#: ../freedesktop.org.xml.in.h:69 +msgid "DCL script" +msgstr "DCL-skript" + +#: ../freedesktop.org.xml.in.h:70 +msgid "DER/PEM/Netscape-encoded X.509 certificate" +msgstr "DER/PEM/Netscape-koda X.509-sertifikat" + +#: ../freedesktop.org.xml.in.h:71 +msgid "DIB image" +msgstr "DIB-bilete" + +#: ../freedesktop.org.xml.in.h:72 +msgid "DICOM image" +msgstr "DICOM-bilete" + +#: ../freedesktop.org.xml.in.h:73 +msgid "DOS font" +msgstr "DOS-skrifttype" + +#: ../freedesktop.org.xml.in.h:74 +msgid "DOS/Windows executable" +msgstr "DOS/Windows køyrbar fil" + +#: ../freedesktop.org.xml.in.h:75 +msgid "DPX image" +msgstr "DPX-bilete" + +#: ../freedesktop.org.xml.in.h:76 +msgid "DSSSL document" +msgstr "DSSSL-dokument" + +#: ../freedesktop.org.xml.in.h:77 +msgid "DTD file" +msgstr "DTD-fil" + +#: ../freedesktop.org.xml.in.h:78 +msgid "DV video" +msgstr "DV-video" + +#: ../freedesktop.org.xml.in.h:79 +msgid "DXF vector image" +msgstr "DXF-vektorgrafikk" + +#: ../freedesktop.org.xml.in.h:80 +msgid "Debian package" +msgstr "Debian pakke" + +#: ../freedesktop.org.xml.in.h:81 +msgid "Dia diagram" +msgstr "Dia diagram" + +#: ../freedesktop.org.xml.in.h:82 +msgid "DirectDraw surface" +msgstr "DirectDraw-overflate" + +#: ../freedesktop.org.xml.in.h:83 +msgid "DjVu image" +msgstr "DjVu-bilete" + +#: ../freedesktop.org.xml.in.h:84 +msgid "DocBook document" +msgstr "DocBook-dokument" + +#: ../freedesktop.org.xml.in.h:85 +msgid "Dolby Digital audio" +msgstr "Dolby Digital lyd" + +#: ../freedesktop.org.xml.in.h:86 +msgid "Dreamcast ROM" +msgstr "Dreamcast-ROM" + +#: ../freedesktop.org.xml.in.h:87 +msgid "ECMAScript program" +msgstr "ECMAScript-program" + +#: ../freedesktop.org.xml.in.h:88 +msgid "EMF image" +msgstr "EMF-bilete" + +#: ../freedesktop.org.xml.in.h:89 +msgid "EPS image" +msgstr "EPS-bilete" + +#: ../freedesktop.org.xml.in.h:90 +msgid "EPS image (bzip-compressed)" +msgstr "EPS-bilete (pakka med bzip)" + +#: ../freedesktop.org.xml.in.h:91 +msgid "EPS image (gzip-compressed)" +msgstr "EPS-bilete (pakka med gzip)" + +#: ../freedesktop.org.xml.in.h:92 +msgid "EXR image" +msgstr "EXR-bilete" + +#: ../freedesktop.org.xml.in.h:93 +msgid "Egon Animator animation" +msgstr "Egon Animator-animasjon" + +#: ../freedesktop.org.xml.in.h:94 +msgid "Eiffel source code" +msgstr "Eiffel-kjeldekode" + +#: ../freedesktop.org.xml.in.h:95 +msgid "Emacs Lisp source code" +msgstr "Emacs Lisp kjeldekode" + +#: ../freedesktop.org.xml.in.h:96 +msgid "Enlightenment theme" +msgstr "Enlightenment-tema" + +#: ../freedesktop.org.xml.in.h:97 +msgid "Erlang source code" +msgstr "Erlang-kjeldekode" + +#: ../freedesktop.org.xml.in.h:98 +msgid "Excel spreadsheet" +msgstr "Excel-rekneark" + +#: ../freedesktop.org.xml.in.h:99 +msgid "FITS document" +msgstr "FITS-dokument" + +#: ../freedesktop.org.xml.in.h:100 +msgid "FLAC audio" +msgstr "FLAC-lyd" + +#: ../freedesktop.org.xml.in.h:101 +msgid "FLIC animation" +msgstr "FLIC-animasjon" + +#: ../freedesktop.org.xml.in.h:102 +msgid "FLTK Fluid file" +msgstr "FLTK Fluid-fil" + +#: ../freedesktop.org.xml.in.h:103 +msgid "FPX image" +msgstr "FPX-bilete" + +#: ../freedesktop.org.xml.in.h:104 +msgid "FastTracker II audio" +msgstr "FastTracker II lyd" + +#: ../freedesktop.org.xml.in.h:105 +msgid "Flash video" +msgstr "Flash-video" + +#: ../freedesktop.org.xml.in.h:106 +msgid "Fortran source code" +msgstr "Fortran-kjeldekode" + +#: ../freedesktop.org.xml.in.h:107 +msgid "Fuji RAF raw image" +msgstr "Fuji RAF rått bilete" + +#: ../freedesktop.org.xml.in.h:108 +msgid "G3 fax image" +msgstr "G3 faksbilete" + +#: ../freedesktop.org.xml.in.h:109 +msgid "GDBM database" +msgstr "GDBM-database" + +#: ../freedesktop.org.xml.in.h:110 +msgid "GEDCOM family history" +msgstr "GEDCOM-familehistorie" + +#: ../freedesktop.org.xml.in.h:111 +msgid "GIF image" +msgstr "GIF-bilete" + +#: ../freedesktop.org.xml.in.h:112 +msgid "GIMP image" +msgstr "GIMP-bilete" + +#: ../freedesktop.org.xml.in.h:113 +msgid "GMC link" +msgstr "GMC-lenkje" + +#: ../freedesktop.org.xml.in.h:114 +msgid "GNU Oleo spreadsheet" +msgstr "GNU Oleo-rekneark" + +#: ../freedesktop.org.xml.in.h:115 +msgid "GNU mail message" +msgstr "GNU e-postmelding" + +#: ../freedesktop.org.xml.in.h:116 +msgid "GNUnet search file" +msgstr "GNUnet-søkjefil" + +#: ../freedesktop.org.xml.in.h:117 +msgid "GTKtalog catalog" +msgstr "GTKtalog-katalog" + +#: ../freedesktop.org.xml.in.h:118 +msgid "Game Boy Advance ROM" +msgstr "Game Boy Advance-ROM" + +#: ../freedesktop.org.xml.in.h:119 +msgid "Game Boy ROM" +msgstr "Game Boy-ROM" + +#. Translate this to Megadrive if the console was known as such in your locale +#. Should be Megadrive in all but en_US: http://en.wikipedia.org/wiki/Megadrive#History +#: ../freedesktop.org.xml.in.h:122 +msgid "Genesis ROM" +msgstr "Genesis-ROM" + +#: ../freedesktop.org.xml.in.h:123 +msgid "Glade project" +msgstr "Glade prosjekt" + +#: ../freedesktop.org.xml.in.h:124 +msgid "GnuCash spreadsheet" +msgstr "GnuCash-rekneark" + +#: ../freedesktop.org.xml.in.h:125 +msgid "Gnumeric spreadsheet" +msgstr "Gnumeric-rekneark" + +#: ../freedesktop.org.xml.in.h:126 +msgid "Gnuplot document" +msgstr "Gnuplot-dokument" + +#: ../freedesktop.org.xml.in.h:127 +msgid "Google Video Pointer" +msgstr "Google Video-peikar" + +#: ../freedesktop.org.xml.in.h:128 +msgid "Graphite scientific graph" +msgstr "Graphite vitskaplege graf" + +#: ../freedesktop.org.xml.in.h:129 +msgid "Gzip archive" +msgstr "Gzip-arkiv" + +#. http://en.wikipedia.org/wiki/HD_DVD +#. http://www.dvdafteredit.com/wiki/The_HVDVD_TS_Folder +#: ../freedesktop.org.xml.in.h:132 +msgid "HD DVD video disc" +msgstr "HD-DVD-videodisk" + +#: ../freedesktop.org.xml.in.h:133 +msgid "HDF document" +msgstr "HDF-dokument" + +#: ../freedesktop.org.xml.in.h:134 +msgid "HPGL file" +msgstr "HPGL-fil" + +#: ../freedesktop.org.xml.in.h:135 +msgid "HTML document" +msgstr "HTML-dokument" + +#: ../freedesktop.org.xml.in.h:136 +msgid "Haansoft Hangul document" +msgstr "Haansoft Hangul-dokument" + +#: ../freedesktop.org.xml.in.h:137 +msgid "Haansoft Hangul document template" +msgstr "Haansoft Hangul-dokumentmal" + +#: ../freedesktop.org.xml.in.h:138 +msgid "Haskell source code" +msgstr "Haskell-kjeldekode" + +#: ../freedesktop.org.xml.in.h:139 +msgid "ICO icon" +msgstr "ICO-ikon" + +#: ../freedesktop.org.xml.in.h:140 +msgid "IDL document" +msgstr "IDL-dokument" + +#: ../freedesktop.org.xml.in.h:141 +msgid "IEF image" +msgstr "IEF-bilete" + +#: ../freedesktop.org.xml.in.h:142 +msgid "IFF image" +msgstr "IFF-bilete" + +#: ../freedesktop.org.xml.in.h:143 +msgid "ILBM image" +msgstr "ILMB-bilete" + +#: ../freedesktop.org.xml.in.h:144 +msgid "ISI video" +msgstr "ISI video" + +#: ../freedesktop.org.xml.in.h:145 +msgid "Impulse Tracker audio" +msgstr "Impulse Tracker lyd" + +#: ../freedesktop.org.xml.in.h:146 +msgid "Internet shortcut" +msgstr "Internett-snarveg" + +#: ../freedesktop.org.xml.in.h:147 +msgid "JAD document" +msgstr "JAD-dokument" + +#: ../freedesktop.org.xml.in.h:148 +msgid "JBuilder project" +msgstr "JBuilder-prosjekt" + +#: ../freedesktop.org.xml.in.h:149 +msgid "JET database" +msgstr "JET-database" + +#: ../freedesktop.org.xml.in.h:150 +msgid "JNG image" +msgstr "JNG-bilete" + +#: ../freedesktop.org.xml.in.h:151 +msgid "JNLP file" +msgstr "JNLP-fil" + +#: ../freedesktop.org.xml.in.h:152 +msgid "JPEG image" +msgstr "JPEG-bilete" + +#: ../freedesktop.org.xml.in.h:153 +msgid "JPEG-2000 image" +msgstr "JPEG-2000-bilete" + +#: ../freedesktop.org.xml.in.h:154 +msgid "Java archive" +msgstr "Java-arkiv" + +#: ../freedesktop.org.xml.in.h:155 +msgid "Java byte code" +msgstr "Jave byte-kode" + +#: ../freedesktop.org.xml.in.h:156 +msgid "Java class" +msgstr "Java-klasse" + +#: ../freedesktop.org.xml.in.h:157 +msgid "Java source code" +msgstr "Java-kjeldekode" + +#: ../freedesktop.org.xml.in.h:158 +msgid "JavaScript program" +msgstr "JavaScript-program" + +#: ../freedesktop.org.xml.in.h:159 +msgid "KChart chart" +msgstr "KChart-diagram" + +#: ../freedesktop.org.xml.in.h:160 +msgid "KFormula formula" +msgstr "KFormula-formel" + +#: ../freedesktop.org.xml.in.h:161 +msgid "KIllustrator drawing" +msgstr "KIllustrator-teikning" + +#: ../freedesktop.org.xml.in.h:162 +msgid "KPovModeler scene" +msgstr "KPovModeler-scene" + +#: ../freedesktop.org.xml.in.h:163 +msgid "KPresenter presentation" +msgstr "KPresenter-presentasjon" + +#: ../freedesktop.org.xml.in.h:164 +msgid "KSpread spreadsheet" +msgstr "KSpread-rekneark" + +#: ../freedesktop.org.xml.in.h:165 +msgid "KSpread spreadsheet (encrypted)" +msgstr "Kryptert KSpread-rekneark" + +#: ../freedesktop.org.xml.in.h:166 +msgid "KSysV init package" +msgstr "KSysV init-pakke" + +#: ../freedesktop.org.xml.in.h:167 +msgid "KWord document" +msgstr "KWord-dokument" + +#: ../freedesktop.org.xml.in.h:168 +msgid "KWord document (encrypted)" +msgstr "Kryptert KWord-dokument" + +#: ../freedesktop.org.xml.in.h:169 +msgid "Karbon14 drawing" +msgstr "Karbon14-teikning" + +#: ../freedesktop.org.xml.in.h:170 +msgid "Kivio flowchart" +msgstr "Kivio-flytdiagram" + +#: ../freedesktop.org.xml.in.h:171 +msgid "Kodak DCR raw image" +msgstr "Kodak DCR råbilete" + +#: ../freedesktop.org.xml.in.h:172 +msgid "Kodak K25 raw image" +msgstr "Kodak K25 råbilete" + +#: ../freedesktop.org.xml.in.h:173 +msgid "Kodak KDC raw image" +msgstr "Kodak KDC råbilete" + +#: ../freedesktop.org.xml.in.h:174 +msgid "Kontour drawing" +msgstr "Kontour-teikning" + +#: ../freedesktop.org.xml.in.h:175 +msgid "Krita document" +msgstr "Krita-dokument" + +#: ../freedesktop.org.xml.in.h:176 +msgid "Kugar document" +msgstr "Kugar-dokument" + +#: ../freedesktop.org.xml.in.h:177 +msgid "LDIF address book" +msgstr "LDIF-adressebok" + +#: ../freedesktop.org.xml.in.h:178 +msgid "LHA archive" +msgstr "LHA-arkiv" + +#: ../freedesktop.org.xml.in.h:179 +msgid "LHS source code" +msgstr "LHS-kjeldekode" + +#: ../freedesktop.org.xml.in.h:180 +msgid "LHZ archive" +msgstr "LHZ-arkiv" + +#: ../freedesktop.org.xml.in.h:181 +msgid "LIBGRX font" +msgstr "LIBGRX skrifttype" + +#: ../freedesktop.org.xml.in.h:182 +msgid "LZMA archive" +msgstr "LZMA-arkiv" + +#: ../freedesktop.org.xml.in.h:183 +msgid "LZO archive" +msgstr "LZO-arkiv" + +#: ../freedesktop.org.xml.in.h:184 +msgid "LightWave object" +msgstr "LightWave-objekt" + +#: ../freedesktop.org.xml.in.h:185 +msgid "LightWave scene" +msgstr "LightWave-scene" + +#: ../freedesktop.org.xml.in.h:186 +msgid "Lilypond music sheet" +msgstr "Lilypond noteark" + +#: ../freedesktop.org.xml.in.h:187 +msgid "Linux PSF console font" +msgstr "Linux PSF konsoll-skrifttype" + +#: ../freedesktop.org.xml.in.h:188 +msgid "Linux PSF console font (gzip-compressed)" +msgstr "Linux PSF konsoll-skrifttype (gzip-pakka)" + +#: ../freedesktop.org.xml.in.h:189 +msgid "Lotus 1-2-3 spreadsheet" +msgstr "Lotus 1-2-3 rekneark" + +#: ../freedesktop.org.xml.in.h:190 +msgid "Lotus AmiPro document" +msgstr "Lotus AmiPro-dokument" + +#: ../freedesktop.org.xml.in.h:191 +msgid "Lua script" +msgstr "Lua-skript" + +#: ../freedesktop.org.xml.in.h:192 +msgid "LyX document" +msgstr "LyX-dokument" + +#: ../freedesktop.org.xml.in.h:193 +msgid "M4 macro" +msgstr "M4-makro" + +#: ../freedesktop.org.xml.in.h:194 +msgid "MATLAB script/function" +msgstr "MATLAB-skript/funksjon" + +#: ../freedesktop.org.xml.in.h:195 +msgid "MIDI audio" +msgstr "MIDI-lyd" + +#: ../freedesktop.org.xml.in.h:196 +msgid "MNG animation" +msgstr "MNG-animasjon" + +#: ../freedesktop.org.xml.in.h:197 +msgid "MP2 audio" +msgstr "MP2-lyd" + +#: ../freedesktop.org.xml.in.h:198 +msgid "MP3 ShoutCast playlist" +msgstr "MP3 ShoutCast-speleliste" + +#: ../freedesktop.org.xml.in.h:199 +msgid "MP3 audio" +msgstr "MP3-lyd" + +#: ../freedesktop.org.xml.in.h:200 +msgid "MP3 audio (streamed)" +msgstr "Strauma MP3-lyd" + +#: ../freedesktop.org.xml.in.h:201 +msgid "MPEG video" +msgstr "MPEG-video" + +#: ../freedesktop.org.xml.in.h:202 +msgid "MPEG-4 audio" +msgstr "MPEG-4-lyd" + +#: ../freedesktop.org.xml.in.h:203 +msgid "MPEG-4 audio book" +msgstr "MPEG-4-lydbok" + +#: ../freedesktop.org.xml.in.h:204 +msgid "MPEG-4 video" +msgstr "MPEG-4-video" + +#: ../freedesktop.org.xml.in.h:205 +msgid "MPSub subtitles" +msgstr "MPSub-undertekstar" + +#: ../freedesktop.org.xml.in.h:206 +msgid "MRML playlist" +msgstr "MRML-speleliste" + +#: ../freedesktop.org.xml.in.h:207 +msgid "MSX ROM" +msgstr "MSX-ROM" + +#: ../freedesktop.org.xml.in.h:208 +msgid "MacOS X icon" +msgstr "MacOS X-ikon" + +#: ../freedesktop.org.xml.in.h:209 +msgid "MacPaint Bitmap image" +msgstr "MacPaint punktbilete" + +#: ../freedesktop.org.xml.in.h:210 +msgid "Macintosh AppleDouble-encoded file" +msgstr "Macintosh AppleDouble-koda fil" + +#: ../freedesktop.org.xml.in.h:211 +msgid "Macintosh BinHex-encoded file" +msgstr "Macintosh BinHex-koda fil" + +#: ../freedesktop.org.xml.in.h:212 +msgid "Macintosh MacBinary file" +msgstr "Macintosh MacBinary-fil" + +#: ../freedesktop.org.xml.in.h:213 +msgid "Macintosh Quickdraw/PICT drawing" +msgstr "Macintosh Quickdraw/PICT-teikning" + +#: ../freedesktop.org.xml.in.h:214 +msgid "MagicPoint presentation" +msgstr "MagicPoint-presentasjon" + +#: ../freedesktop.org.xml.in.h:215 +msgid "Makefile" +msgstr "Makefile" + +#: ../freedesktop.org.xml.in.h:216 +msgid "Managed Object Format" +msgstr "Managed Object Format" + +#: ../freedesktop.org.xml.in.h:217 +msgid "Markaby script" +msgstr "Markaby-skript" + +#: ../freedesktop.org.xml.in.h:218 +msgid "MathML document" +msgstr "MathML-dokument" + +#: ../freedesktop.org.xml.in.h:219 +msgid "Mathematica Notebook" +msgstr "Mathematica-notatbok" + +#: ../freedesktop.org.xml.in.h:220 +msgid "Matroska audio" +msgstr "Matroska-lyd" + +#: ../freedesktop.org.xml.in.h:221 +msgid "Matroska stream" +msgstr "Matroska-straum" + +#: ../freedesktop.org.xml.in.h:222 +msgid "Matroska video" +msgstr "Matroska-video" + +#: ../freedesktop.org.xml.in.h:223 +msgid "MicroDVD subtitles" +msgstr "MicroDVD-teksting" + +#: ../freedesktop.org.xml.in.h:224 +msgid "Microsoft ASX playlist" +msgstr "Microsoft ASX-speleliste" + +#: ../freedesktop.org.xml.in.h:225 +msgid "Microsoft Works document" +msgstr "Microsoft Works-dokument" + +#: ../freedesktop.org.xml.in.h:226 +msgid "MiniPSF audio" +msgstr "MiniPSF-lyd" + +#: ../freedesktop.org.xml.in.h:227 +msgid "Minolta MRW raw image" +msgstr "Minolta MRW råbilete" + +#: ../freedesktop.org.xml.in.h:228 +msgid "Monkey's audio" +msgstr "Monkey's Audio-lyd" + +#: ../freedesktop.org.xml.in.h:229 +msgid "Mozilla bookmarks" +msgstr "Mozilla-bokmerker" + +#: ../freedesktop.org.xml.in.h:230 +msgid "Mup publication" +msgstr "Mup-publikasjon" + +#: ../freedesktop.org.xml.in.h:231 +msgid "Musepack audio" +msgstr "Musepack-lyd" + +#. Translate this to Famicom if the console was known as such in your locale +#: ../freedesktop.org.xml.in.h:233 +msgid "NES ROM" +msgstr "NES-ROM" + +#: ../freedesktop.org.xml.in.h:234 +msgid "NFO document" +msgstr "NFO-dokument" + +#: ../freedesktop.org.xml.in.h:235 +msgid "NIFF image" +msgstr "NIFF-bilete" + +#: ../freedesktop.org.xml.in.h:236 +msgid "Nautilus link" +msgstr "Nautilus-lenke" + +#: ../freedesktop.org.xml.in.h:237 +msgid "Nikon NEF raw image" +msgstr "Nikon NEF råbilete" + +#: ../freedesktop.org.xml.in.h:238 +msgid "Nintendo DS ROM" +msgstr "Nintendo DS-ROM" + +#: ../freedesktop.org.xml.in.h:239 +msgid "Nintendo64 ROM" +msgstr "Nintendo64-ROM" + +#: ../freedesktop.org.xml.in.h:240 +msgid "NullSoft video" +msgstr "NullSoft-video" + +#: ../freedesktop.org.xml.in.h:241 +msgid "OCL file" +msgstr "OCL-fil" + +#: ../freedesktop.org.xml.in.h:242 +msgid "OCaml source code" +msgstr "OCaml-kjeldekode" + +#: ../freedesktop.org.xml.in.h:243 +msgid "ODA document" +msgstr "ODA-dokument" + +#: ../freedesktop.org.xml.in.h:244 +msgid "ODB database" +msgstr "ODB-database" + +#: ../freedesktop.org.xml.in.h:245 +msgid "ODC chart" +msgstr "ODC-diagram" + +#: ../freedesktop.org.xml.in.h:246 +msgid "ODF formula" +msgstr "ODF-formel" + +#: ../freedesktop.org.xml.in.h:247 +msgid "ODG drawing" +msgstr "ODG-teikning" + +#: ../freedesktop.org.xml.in.h:248 +msgid "ODG template" +msgstr "ODG-mal" + +#: ../freedesktop.org.xml.in.h:249 +msgid "ODI image" +msgstr "ODI-bilete" + +#: ../freedesktop.org.xml.in.h:250 +msgid "ODM document" +msgstr "ODM-dokument" + +#: ../freedesktop.org.xml.in.h:251 +msgid "ODP presentation" +msgstr "ODP-presentasjon" + +#: ../freedesktop.org.xml.in.h:252 +msgid "ODP template" +msgstr "ODP-mal" + +#: ../freedesktop.org.xml.in.h:253 +msgid "ODS spreadsheet" +msgstr "ODS-rekneark" + +#: ../freedesktop.org.xml.in.h:254 +msgid "ODS template" +msgstr "ODS-mal" + +#: ../freedesktop.org.xml.in.h:255 +msgid "ODT document" +msgstr "ODT-dokument" + +#: ../freedesktop.org.xml.in.h:256 +msgid "ODT template" +msgstr "ODT-mal" + +#: ../freedesktop.org.xml.in.h:257 +msgid "OGM video" +msgstr "OGM-video" + +#: ../freedesktop.org.xml.in.h:258 +msgid "OLE2 compound document storage" +msgstr "OLE2 lager for samansett dokument" + +#: ../freedesktop.org.xml.in.h:259 +msgid "OPML syndication feed" +msgstr "OPML-kjelde" + +#: ../freedesktop.org.xml.in.h:260 +msgid "OTH template" +msgstr "OTH-mal" + +#: ../freedesktop.org.xml.in.h:261 +msgid "Objective-C source code" +msgstr "Objective-C-kjeldekode" + +#: ../freedesktop.org.xml.in.h:262 +msgid "Office drawing" +msgstr "Office-teikning" + +#: ../freedesktop.org.xml.in.h:263 +msgid "Ogg Audio" +msgstr "Ogg-lyd" + +#: ../freedesktop.org.xml.in.h:264 +msgid "Ogg FLAC audio" +msgstr "Ogg FLAC-lyd" + +#: ../freedesktop.org.xml.in.h:265 +msgid "Ogg Speex audio" +msgstr "Ogg Speex-lyd" + +#: ../freedesktop.org.xml.in.h:266 +msgid "Ogg Theora video" +msgstr "Ogg Theora-video" + +#: ../freedesktop.org.xml.in.h:267 +msgid "Ogg Video" +msgstr "Ogg-video" + +#: ../freedesktop.org.xml.in.h:268 +msgid "Ogg Vorbis audio" +msgstr "Ogg Vorbis-lyd" + +#: ../freedesktop.org.xml.in.h:269 +msgid "Ogg multimedia file" +msgstr "Ogg multimediafil" + +#: ../freedesktop.org.xml.in.h:270 +msgid "Olympus ORF raw image" +msgstr "Olympus ORF råbilete" + +#: ../freedesktop.org.xml.in.h:271 +msgid "OpenOffice Calc spreadsheet" +msgstr "OpenOffice Calc-rekneark" + +#: ../freedesktop.org.xml.in.h:272 +msgid "OpenOffice Calc template" +msgstr "OpenOffice Calc-mal" + +#: ../freedesktop.org.xml.in.h:273 +msgid "OpenOffice Draw drawing" +msgstr "OpenOffice Draw-teikning" + +#: ../freedesktop.org.xml.in.h:274 +msgid "OpenOffice Draw template" +msgstr "OpenOffice Draw-mal" + +#: ../freedesktop.org.xml.in.h:275 +msgid "OpenOffice Impress presentation" +msgstr "OpenOffice Impress-presentasjon" + +#: ../freedesktop.org.xml.in.h:276 +msgid "OpenOffice Impress template" +msgstr "OpenOffice Impress-mal" + +#: ../freedesktop.org.xml.in.h:277 +msgid "OpenOffice Math formula" +msgstr "OpenOffice Math-formel" + +#: ../freedesktop.org.xml.in.h:278 +msgid "OpenOffice Writer document" +msgstr "OpenOffice Writer-dokument" + +#: ../freedesktop.org.xml.in.h:279 +msgid "OpenOffice Writer global document" +msgstr "OpenOffice Writer globalt dokument" + +#: ../freedesktop.org.xml.in.h:280 +msgid "OpenOffice Writer template" +msgstr "OpenOffice Writer-mal" + +#: ../freedesktop.org.xml.in.h:281 +msgid "OpenOffice.org extension" +msgstr "OpenOffice Writer-utviding" + +#: ../freedesktop.org.xml.in.h:282 +msgid "OpenType font" +msgstr "OpenType-skrifttype" + +#: ../freedesktop.org.xml.in.h:283 +msgid "PAK archive" +msgstr "PAK-arkiv" + +#: ../freedesktop.org.xml.in.h:284 +msgid "PBM image" +msgstr "PBM-bilete" + +#: ../freedesktop.org.xml.in.h:285 +msgid "PCD image" +msgstr "PCD-bilete" + +#: ../freedesktop.org.xml.in.h:286 +msgid "PCF font" +msgstr "PCF-skrifttype" + +#: ../freedesktop.org.xml.in.h:287 +msgid "PCL file" +msgstr "PCL-fil" + +#: ../freedesktop.org.xml.in.h:288 +msgid "PCM audio" +msgstr "PCM-lyd" + +#: ../freedesktop.org.xml.in.h:289 +msgid "PCX image" +msgstr "PCX-bilete" + +#: ../freedesktop.org.xml.in.h:290 +msgid "PDF document" +msgstr "PDF-dokument" + +#: ../freedesktop.org.xml.in.h:291 +msgid "PDF document (bzip-compressed)" +msgstr "PDF-dokument (pakka med bzip)" + +#: ../freedesktop.org.xml.in.h:292 +msgid "PDF document (gzip-compressed)" +msgstr "PDF-dokument (pakka med gzip)" + +#: ../freedesktop.org.xml.in.h:293 +msgid "PEF executable" +msgstr "Køyrbar PEF-fil" + +#: ../freedesktop.org.xml.in.h:294 +msgid "PGM image" +msgstr "PGM-bilete" + +#: ../freedesktop.org.xml.in.h:295 +msgid "PGN chess game notation" +msgstr "PGN-sjakkspelnotasjon" + +#: ../freedesktop.org.xml.in.h:296 +msgid "PGP keys" +msgstr "PGP-nøkler" + +#: ../freedesktop.org.xml.in.h:297 +msgid "PGP/MIME-encrypted message header" +msgstr "PGP/MIME-kryptert meldingshovud" + +#: ../freedesktop.org.xml.in.h:298 +msgid "PHP script" +msgstr "PHP-skript" + +#: ../freedesktop.org.xml.in.h:299 +msgid "PKCS#10 certification request" +msgstr "PKCS#10-sertifiseringsførespurnad" + +#: ../freedesktop.org.xml.in.h:300 +msgid "PKCS#12 certificate bundle" +msgstr "PKCS#12-sertifikatbunt" + +#: ../freedesktop.org.xml.in.h:301 +msgid "PNG image" +msgstr "PNG-bilete" + +#: ../freedesktop.org.xml.in.h:302 +msgid "PNM image" +msgstr "PNM-bilete" + +#: ../freedesktop.org.xml.in.h:303 +msgid "PPM image" +msgstr "PPM-bilete" + +#: ../freedesktop.org.xml.in.h:304 +msgid "PS document" +msgstr "PS-dokument" + +#: ../freedesktop.org.xml.in.h:305 +msgid "PSD image" +msgstr "PSD-bilete" + +#: ../freedesktop.org.xml.in.h:306 +msgid "PSF audio" +msgstr "PSF-lyd" + +#: ../freedesktop.org.xml.in.h:307 +msgid "PSFlib audio library" +msgstr "PSFlib lydbibliotek" + +#: ../freedesktop.org.xml.in.h:308 +msgid "Pack200 Java archive" +msgstr "Pack200 Java-arkiv" + +#: ../freedesktop.org.xml.in.h:309 +msgid "Palm OS database" +msgstr "Palm OS-database" + +#: ../freedesktop.org.xml.in.h:310 +msgid "Panasonic raw image" +msgstr "Panasonic råbilete" + +#: ../freedesktop.org.xml.in.h:311 +msgid "Parchive archive" +msgstr "Parchive-arkiv" + +#: ../freedesktop.org.xml.in.h:312 +msgid "Pascal source code" +msgstr "Pascal-kjeldekode" + +#: ../freedesktop.org.xml.in.h:313 +msgid "Pathetic Writer document" +msgstr "Pathetic Writer-dokument" + +#: ../freedesktop.org.xml.in.h:314 +msgid "Pentax PEF raw image" +msgstr "Pentax PEF råbilete" + +#: ../freedesktop.org.xml.in.h:315 +msgid "Perl script" +msgstr "Perl-skript" + +#. http://en.wikipedia.org/wiki/Picture_CD +#. http://www.re.org/kristin/picturecd.html +#: ../freedesktop.org.xml.in.h:318 +msgid "Picture CD" +msgstr "Bilete-CD" + +#: ../freedesktop.org.xml.in.h:319 +msgid "PlanPerfect spreadsheet" +msgstr "PlanPerfect-rekneark" + +#: ../freedesktop.org.xml.in.h:320 +msgid "Plucker document" +msgstr "Plucker-dokument" + +#: ../freedesktop.org.xml.in.h:321 +msgid "PostScript document (bzip-compressed)" +msgstr "PostScript-dokument (pakka med bzip)" + +#: ../freedesktop.org.xml.in.h:322 +msgid "PostScript document (gzip-compressed)" +msgstr "PostScript-dokument (pakka med gzip)" + +#: ../freedesktop.org.xml.in.h:323 +msgid "Postscript type-1 font" +msgstr "PostScript type 1-skrifttype" + +#: ../freedesktop.org.xml.in.h:324 +msgid "PowerPoint presentation" +msgstr "PowerPoint-presentasjon" + +#: ../freedesktop.org.xml.in.h:325 +msgid "Python bytecode" +msgstr "Python-bytekode" + +#: ../freedesktop.org.xml.in.h:326 +msgid "Python script" +msgstr "Python-skript" + +#: ../freedesktop.org.xml.in.h:327 +msgid "Qt Designer file" +msgstr "Qt Designer-fil" + +#: ../freedesktop.org.xml.in.h:328 +msgid "Qt MOC file" +msgstr "Qt MOC-fil" + +#: ../freedesktop.org.xml.in.h:329 +msgid "Quattro Pro spreadsheet" +msgstr "Quattro Pro-rekneark" + +#: ../freedesktop.org.xml.in.h:330 +msgid "QuickTime image" +msgstr "QuickTime-bilete" + +#: ../freedesktop.org.xml.in.h:331 +msgid "QuickTime metalink playlist" +msgstr "QuickTime metalink-speleliste" + +#: ../freedesktop.org.xml.in.h:332 +msgid "QuickTime video" +msgstr "QuickTime-video" + +#: ../freedesktop.org.xml.in.h:333 +msgid "Quicken document" +msgstr "Quicken-dokument" + +#: ../freedesktop.org.xml.in.h:334 +msgid "RAR archive" +msgstr "RAR-arkiv" + +#: ../freedesktop.org.xml.in.h:335 +msgid "RDF file" +msgstr "RDF-fil" + +#: ../freedesktop.org.xml.in.h:336 +msgid "README document" +msgstr "README-dokument" + +#: ../freedesktop.org.xml.in.h:337 +msgid "RGB image" +msgstr "RGB-bilete" + +#: ../freedesktop.org.xml.in.h:338 +msgid "RIFF audio" +msgstr "RIFF-lyd" + +#: ../freedesktop.org.xml.in.h:339 +msgid "RPM package" +msgstr "RPM-pakke" + +#: ../freedesktop.org.xml.in.h:340 +msgid "RPM spec file" +msgstr "RPM spec-fil" + +#: ../freedesktop.org.xml.in.h:341 +msgid "RSS summary" +msgstr "RSS-samandrag" + +#: ../freedesktop.org.xml.in.h:342 +msgid "RTF document" +msgstr "TRF-dokument" + +#: ../freedesktop.org.xml.in.h:343 +msgid "RealAudio document" +msgstr "RealAudio-dokument" + +#: ../freedesktop.org.xml.in.h:344 +msgid "RealMedia Metafile" +msgstr "RealMedia-metafil" + +#: ../freedesktop.org.xml.in.h:345 +msgid "RealMedia document" +msgstr "RealMedia-dokument" + +#: ../freedesktop.org.xml.in.h:346 +msgid "RealPix document" +msgstr "RealPix-dokument" + +#: ../freedesktop.org.xml.in.h:347 +msgid "RealText document" +msgstr "RealText-dokument" + +#: ../freedesktop.org.xml.in.h:348 +msgid "RealVideo document" +msgstr "RealVideo-dokument" + +#: ../freedesktop.org.xml.in.h:349 +msgid "Ruby script" +msgstr "Ruby-skript" + +#: ../freedesktop.org.xml.in.h:350 +msgid "Run Length Encoded bitmap image" +msgstr "Run Length Encoded punktgrafikk" + +#: ../freedesktop.org.xml.in.h:351 +msgid "S/MIME file" +msgstr "S/MIME-fil" + +#: ../freedesktop.org.xml.in.h:352 +msgid "SAMI subtitles" +msgstr "SAMI teksting" + +#: ../freedesktop.org.xml.in.h:353 +msgid "SC/Xspread spreadsheet" +msgstr "SC/Xspread-rekneark" + +#: ../freedesktop.org.xml.in.h:354 +msgid "SDP multicast stream file" +msgstr "SDP multicast straumfil" + +#. translators: a record is in this context a description of a board game +#. that has been played, and that can be played back again: +#. http://www.red-bean.com/sgf/ +#: ../freedesktop.org.xml.in.h:358 +msgid "SGF record" +msgstr "SGF-logg" + +#: ../freedesktop.org.xml.in.h:359 +msgid "SGI image" +msgstr "SGI-bilete" + +#: ../freedesktop.org.xml.in.h:360 +msgid "SGI video" +msgstr "SGI-video" + +#: ../freedesktop.org.xml.in.h:361 +msgid "SGML document" +msgstr "SGML-dokument" + +#: ../freedesktop.org.xml.in.h:362 +msgid "SIS package" +msgstr "SIS-pakke" + +#: ../freedesktop.org.xml.in.h:363 +msgid "SISX package" +msgstr "SISX-pakke" + +#: ../freedesktop.org.xml.in.h:364 +msgid "SMAF audio" +msgstr "SMAF-lyd" + +#: ../freedesktop.org.xml.in.h:365 +msgid "SMIL document" +msgstr "SMIL-dokument" + +#: ../freedesktop.org.xml.in.h:366 +msgid "SQL code" +msgstr "SQL-kode" + +#: ../freedesktop.org.xml.in.h:367 +msgid "SQLite2 database" +msgstr "SQLite2-database" + +#: ../freedesktop.org.xml.in.h:368 +msgid "SQLite3 database" +msgstr "SQLite3-database" + +#: ../freedesktop.org.xml.in.h:369 +msgid "SSA subtitles" +msgstr "SSA-teksting" + +#: ../freedesktop.org.xml.in.h:370 +msgid "SV4 CPIO archive" +msgstr "SV4 CPIO-arkiv" + +#: ../freedesktop.org.xml.in.h:371 +msgid "SV4 CPIO archive (with CRC)" +msgstr "SV4 CPIO arkiv (med CRC)" + +#: ../freedesktop.org.xml.in.h:372 +msgid "SVG image" +msgstr "SVG-bilete" + +#: ../freedesktop.org.xml.in.h:373 +msgid "Scheme source code" +msgstr "Scheme-kjeldekode" + +#: ../freedesktop.org.xml.in.h:374 +msgid "Scream Tracker 3 audio" +msgstr "Sream Tracker 3 lyd" + +#: ../freedesktop.org.xml.in.h:375 +msgid "Scream Tracker audio" +msgstr "Scream Tracker lyd" + +#: ../freedesktop.org.xml.in.h:376 +msgid "Scream Tracker instrument" +msgstr "Scream Tracker instrument" + +#: ../freedesktop.org.xml.in.h:377 +msgid "Sega Master System/Game Gear ROM" +msgstr "Sega Master System/Game Gear-ROM" + +#: ../freedesktop.org.xml.in.h:378 +msgid "Setext document" +msgstr "Setext-dokument" + +#: ../freedesktop.org.xml.in.h:379 +msgid "Shockwave Flash file" +msgstr "Shockwave Flash-fil" + +#. translators: "Shorten" is the name of an audio codec +#: ../freedesktop.org.xml.in.h:381 +msgid "Shorten audio" +msgstr "Shorten-lyd" + +#: ../freedesktop.org.xml.in.h:382 +msgid "Siag spreadsheet" +msgstr "Siag-rekneark" + +#: ../freedesktop.org.xml.in.h:383 +msgid "Sieve mail filter script" +msgstr "Sieve e-postfilterskript" + +#: ../freedesktop.org.xml.in.h:384 +msgid "Sigma X3F raw image" +msgstr "Sigma X3F råbilete" + +#: ../freedesktop.org.xml.in.h:385 +msgid "Skencil document" +msgstr "Skencil-dokument" + +#: ../freedesktop.org.xml.in.h:386 +msgid "Sony ARW raw image" +msgstr "Sony ARW råbilete" + +#: ../freedesktop.org.xml.in.h:387 +msgid "Sony SR2 raw image" +msgstr "Sony SR2 råbilete" + +#: ../freedesktop.org.xml.in.h:388 +msgid "Sony SRF raw image" +msgstr "Sony SRF råbilete" + +#: ../freedesktop.org.xml.in.h:389 +msgid "Speedo font" +msgstr "Speedo-skrifttype" + +#: ../freedesktop.org.xml.in.h:390 +msgid "Speex audio" +msgstr "Speex-lyd" + +#: ../freedesktop.org.xml.in.h:391 +msgid "Stampede package" +msgstr "Stampede-pakke" + +#: ../freedesktop.org.xml.in.h:392 +msgid "StarCalc spreadsheet" +msgstr "StarCalc-rekneark" + +#: ../freedesktop.org.xml.in.h:393 +msgid "StarChart chart" +msgstr "StarChart-graf" + +#: ../freedesktop.org.xml.in.h:394 +msgid "StarDraw drawing" +msgstr "StarDraw-teikning" + +#: ../freedesktop.org.xml.in.h:395 +msgid "StarImpress presentation" +msgstr "StarImpress-presentasjon" + +#: ../freedesktop.org.xml.in.h:396 +msgid "StarMail email" +msgstr "StarMail-fil" + +#: ../freedesktop.org.xml.in.h:397 +msgid "StarMath formula" +msgstr "StarMath-formel" + +#: ../freedesktop.org.xml.in.h:398 +msgid "StarWriter document" +msgstr "StarWriter document" + +#: ../freedesktop.org.xml.in.h:399 +msgid "StuffIt archive" +msgstr "StuffIt-arkiv" + +#: ../freedesktop.org.xml.in.h:400 +msgid "SubRip subtitles" +msgstr "SubRip-teksting" + +#: ../freedesktop.org.xml.in.h:401 +msgid "SubViewer subtitles" +msgstr "SubViewer-teksting" + +#: ../freedesktop.org.xml.in.h:402 +msgid "Sun raster image" +msgstr "Sun rasterbilete" + +#: ../freedesktop.org.xml.in.h:403 +msgid "SunOS News font" +msgstr "SunOS NEWS-skrifttype" + +#. Translate this as Super Famicom (in Far East Asia) or Super Nintendo (in Europe) if the console was known as such in your locale +#: ../freedesktop.org.xml.in.h:405 +msgid "Super NES ROM" +msgstr "Super NES-ROM" + +#. http://en.wikipedia.org/wiki/Super_Video_CD +#. http://everything2.com/index.pl?node_id=1009222 +#: ../freedesktop.org.xml.in.h:408 +msgid "Super Video CD" +msgstr "Super Video-CD" + +#: ../freedesktop.org.xml.in.h:409 +msgid "T602 document" +msgstr "T602-dokument" + +#: ../freedesktop.org.xml.in.h:410 +msgid "TGA image" +msgstr "TGA-bilete" + +#: ../freedesktop.org.xml.in.h:411 +msgid "TGIF document" +msgstr "TGIF-dokument" + +#: ../freedesktop.org.xml.in.h:412 +msgid "TIFF image" +msgstr "TIFF-bilete" + +#: ../freedesktop.org.xml.in.h:413 +msgid "TNEF message" +msgstr "TNEF-melding" + +#: ../freedesktop.org.xml.in.h:414 +msgid "TSV document" +msgstr "TSV-dokument" + +#: ../freedesktop.org.xml.in.h:415 +msgid "Tar archive" +msgstr "Tar-arkiv" + +#: ../freedesktop.org.xml.in.h:416 +msgid "Tar archive (LZMA-compressed)" +msgstr "Tar-arkiv (pakka med LZMA)" + +#: ../freedesktop.org.xml.in.h:417 +msgid "Tar archive (LZO-compressed)" +msgstr "Tar-arkiv (pakka med LZO)" + +#: ../freedesktop.org.xml.in.h:418 +msgid "Tar archive (bzip-compressed)" +msgstr "Tar-arkiv (pakka med bzip)" + +#: ../freedesktop.org.xml.in.h:419 +msgid "Tar archive (compressed)" +msgstr "Tar-arkiv (pakka)" + +#: ../freedesktop.org.xml.in.h:420 +msgid "Tar archive (gzip-compressed)" +msgstr "Tar-arkiv (pakka med gzip)" + +#: ../freedesktop.org.xml.in.h:421 +msgid "Tcl script" +msgstr "Tcl-skript" + +#: ../freedesktop.org.xml.in.h:422 +msgid "TeX DVI document" +msgstr "TeX DVI-dokument" + +#: ../freedesktop.org.xml.in.h:423 +msgid "TeX DVI document (bzip-compressed)" +msgstr "TeX DVI-dokument (pakka med bzip)" + +#: ../freedesktop.org.xml.in.h:424 +msgid "TeX DVI document (gzip-compressed)" +msgstr "TeX DVI-dokument (pakka med gzip)" + +#: ../freedesktop.org.xml.in.h:425 +msgid "TeX document" +msgstr "TeX-dokument" + +#: ../freedesktop.org.xml.in.h:426 +msgid "TeX font" +msgstr "TeX-skrifttype" + +#: ../freedesktop.org.xml.in.h:427 +msgid "TeX font metrics" +msgstr "TeX skrifttypemetrikk" + +#: ../freedesktop.org.xml.in.h:428 +msgid "TeXInfo document" +msgstr "TeXInfo-dokument" + +#: ../freedesktop.org.xml.in.h:429 +msgid "ToutDoux document" +msgstr "ToutDoux-dokument" + +#: ../freedesktop.org.xml.in.h:430 +msgid "Troff ME input document" +msgstr "Troff ME inndata-dokument" + +#: ../freedesktop.org.xml.in.h:431 +msgid "Troff MM input document" +msgstr "Troff MM inndata-dokument" + +#: ../freedesktop.org.xml.in.h:432 +msgid "Troff MS input document" +msgstr "Troff MS inndata-dokument" + +#: ../freedesktop.org.xml.in.h:433 +msgid "Troff document" +msgstr "Troff-dokument" + +#: ../freedesktop.org.xml.in.h:434 +msgid "Troff document (with manpage macros)" +msgstr "Troff-dokument med manualside-makroar" + +#: ../freedesktop.org.xml.in.h:435 +msgid "TrueAudio audio" +msgstr "TrueAudio-lyd" + +#: ../freedesktop.org.xml.in.h:436 +msgid "TrueType XML font" +msgstr "TrueType XML-skrifttype" + +#: ../freedesktop.org.xml.in.h:437 +msgid "TrueType font" +msgstr "TrueType-skrifttype" + +#: ../freedesktop.org.xml.in.h:438 +msgid "UFRaw ID image" +msgstr "UFRaw ID-bilete" + +#: ../freedesktop.org.xml.in.h:439 +msgid "ULAW (Sun) audio" +msgstr "ULAW (Sun)-lyd" + +#: ../freedesktop.org.xml.in.h:440 +msgid "UNIX-compressed file" +msgstr "UNIX-komprimert fil" + +#: ../freedesktop.org.xml.in.h:441 +msgid "Unidata NetCDF document" +msgstr "Unidata netCDF-dokument" + +#: ../freedesktop.org.xml.in.h:442 +msgid "Usenet news message" +msgstr "USENET diskusjonsmelding" + +#: ../freedesktop.org.xml.in.h:443 +msgid "Ustar archive" +msgstr "Ustar-arkiv" + +#: ../freedesktop.org.xml.in.h:444 +msgid "V font" +msgstr "V-skrifttype" + +#: ../freedesktop.org.xml.in.h:445 +msgid "VCS/ICS calendar" +msgstr "VCS/ICS-kalender" + +#: ../freedesktop.org.xml.in.h:446 +msgid "VHDL document" +msgstr "VHDL-dokument" + +#: ../freedesktop.org.xml.in.h:447 +msgid "VOC audio" +msgstr "VOC-lyd" + +#: ../freedesktop.org.xml.in.h:448 +msgid "VRML document" +msgstr "VRML-dokument" + +#: ../freedesktop.org.xml.in.h:449 +msgid "Vala source code" +msgstr "Vala-kjeldekode" + +#. http://en.wikipedia.org/wiki/Video_CD +#. http://www.herongyang.com/CD-DVD/VCD-Movie-File-Directory-Structure.html +#: ../freedesktop.org.xml.in.h:452 +msgid "Video CD" +msgstr "Video-CD" + +#: ../freedesktop.org.xml.in.h:453 +msgid "Vivo video" +msgstr "Vivo-film" + +#: ../freedesktop.org.xml.in.h:454 +msgid "WAIS source code" +msgstr "WAIS-kjeldekode" + +#: ../freedesktop.org.xml.in.h:455 +msgid "WAV audio" +msgstr "WAV-lyd" + +#: ../freedesktop.org.xml.in.h:456 +msgid "WBMP image" +msgstr "WBMP-bilete" + +#: ../freedesktop.org.xml.in.h:457 +msgid "WMF image" +msgstr "WMF-bilete" + +#: ../freedesktop.org.xml.in.h:458 +msgid "WML document" +msgstr "WML-dokument" + +#: ../freedesktop.org.xml.in.h:459 +msgid "WMLScript program" +msgstr "WMLScript-program" + +#: ../freedesktop.org.xml.in.h:460 +msgid "WRI document" +msgstr "WRI-dokument" + +#: ../freedesktop.org.xml.in.h:461 +msgid "WavPack audio" +msgstr "WavPack-lyd" + +#: ../freedesktop.org.xml.in.h:462 +msgid "WavPack audio correction file" +msgstr "WawPack lydopprettingsfil" + +#: ../freedesktop.org.xml.in.h:463 +msgid "Wavelet video" +msgstr "Wavelet video" + +#: ../freedesktop.org.xml.in.h:464 +msgid "Windows BMP image" +msgstr "Windows BMP-bilete" + +#: ../freedesktop.org.xml.in.h:465 +msgid "Windows Installer package" +msgstr "Windows Installer-pakke" + +#: ../freedesktop.org.xml.in.h:466 +msgid "Windows Media Station file" +msgstr "Windows Media Station-fil" + +#: ../freedesktop.org.xml.in.h:467 +msgid "Windows Media audio" +msgstr "Windows Media-lyd" + +#: ../freedesktop.org.xml.in.h:468 +msgid "Windows Media video" +msgstr "Windows Media-video" + +#: ../freedesktop.org.xml.in.h:469 +msgid "Windows Registry extract" +msgstr "Windows Registry-utdrag" + +#: ../freedesktop.org.xml.in.h:470 +msgid "Windows animated cursor" +msgstr "Windows animert peikar" + +#: ../freedesktop.org.xml.in.h:471 +msgid "Windows cursor" +msgstr "Windows-peikar" + +#: ../freedesktop.org.xml.in.h:472 +msgid "Word document" +msgstr "Word-dokument" + +#: ../freedesktop.org.xml.in.h:473 +msgid "Word template" +msgstr "Word-mal" + +#: ../freedesktop.org.xml.in.h:474 +msgid "WordPerfect document" +msgstr "WordPerfect-dokument" + +#: ../freedesktop.org.xml.in.h:475 +msgid "WordPerfect/Drawperfect image" +msgstr "WordPerfect/DrawPerfect-bilete" + +#: ../freedesktop.org.xml.in.h:476 +msgid "X window image" +msgstr "X window bilete" + +#: ../freedesktop.org.xml.in.h:477 +msgid "X-Motif UIL table" +msgstr "X-Motif UIL-tabell" + +#: ../freedesktop.org.xml.in.h:478 +msgid "X11 cursor" +msgstr "X11-peikar" + +#: ../freedesktop.org.xml.in.h:479 +msgid "XBEL bookmarks" +msgstr "XBEL-bokmerker" + +#: ../freedesktop.org.xml.in.h:480 +msgid "XBM image" +msgstr "XBM-bilete" + +#: ../freedesktop.org.xml.in.h:481 +msgid "XFig image" +msgstr "XFig-bilete" + +#: ../freedesktop.org.xml.in.h:482 +msgid "XHTML page" +msgstr "XHTML-side" + +#: ../freedesktop.org.xml.in.h:483 +msgid "XLIFF translation file" +msgstr "XLIFF-omsetjingsfil" + +#: ../freedesktop.org.xml.in.h:484 +msgid "XMCD CD database" +msgstr "XMCD CD-database" + +#: ../freedesktop.org.xml.in.h:485 +msgid "XMF audio" +msgstr "XMF-lyd" + +#: ../freedesktop.org.xml.in.h:486 +msgid "XMI file" +msgstr "XMI-fil" + +#: ../freedesktop.org.xml.in.h:487 +msgid "XML document" +msgstr "XML-dokument" + +#: ../freedesktop.org.xml.in.h:488 +msgid "XML entities document" +msgstr "XML-entitet-dokument" + +#: ../freedesktop.org.xml.in.h:489 +msgid "XPM image" +msgstr "XPM-bilete" + +#: ../freedesktop.org.xml.in.h:490 +msgid "XPS document" +msgstr "XPS-dokument" + +#: ../freedesktop.org.xml.in.h:491 +msgid "XSL FO file" +msgstr "XSL FO-fil" + +#: ../freedesktop.org.xml.in.h:492 +msgid "XSLT stylesheet" +msgstr "XSLT-stilark" + +#: ../freedesktop.org.xml.in.h:493 +msgid "XSPF playlist" +msgstr "XSPF-speleliste" + +#: ../freedesktop.org.xml.in.h:494 +msgid "XUL document" +msgstr "XUL-dokument" + +#: ../freedesktop.org.xml.in.h:495 +msgid "XUL interface document" +msgstr "XUL-grensesnitt-dokument" + +#: ../freedesktop.org.xml.in.h:496 +msgid "Xbase document" +msgstr "Xbase-dokument" + +#: ../freedesktop.org.xml.in.h:497 +msgid "Zip archive" +msgstr "Zip-arkiv" + +#: ../freedesktop.org.xml.in.h:498 +msgid "Zoo archive" +msgstr "Zoo-arkiv" + +#: ../freedesktop.org.xml.in.h:499 +msgid "application log" +msgstr "programlogg" + +#. http://en.wikipedia.org/wiki/Red_Book_(audio_CD_standard) +#: ../freedesktop.org.xml.in.h:501 +msgid "audio CD" +msgstr "lyd-CD" + +#. http://en.wikipedia.org/wiki/DVD-Audio +#: ../freedesktop.org.xml.in.h:503 +msgid "audio DVD" +msgstr "lyd-DVD" + +#: ../freedesktop.org.xml.in.h:504 +msgid "author credits" +msgstr "forfattarliste" + +#: ../freedesktop.org.xml.in.h:505 +msgid "author list" +msgstr "forfattarliste" + +#: ../freedesktop.org.xml.in.h:506 +msgid "backup file" +msgstr "tryggleikskopi" + +#. http://en.wikipedia.org/wiki/Blu-ray_Disc +#: ../freedesktop.org.xml.in.h:508 +msgid "blank Blu-ray disc" +msgstr "tom Blu-Ray-plate" + +#. http://en.wikipedia.org/wiki/Compact_Disc +#: ../freedesktop.org.xml.in.h:510 +msgid "blank CD disc" +msgstr "tom CD-plate" + +#. http://en.wikipedia.org/wiki/DVD +#: ../freedesktop.org.xml.in.h:512 +msgid "blank DVD disc" +msgstr "tom DVD-plate" + +#. http://en.wikipedia.org/wiki/HD_DVD +#: ../freedesktop.org.xml.in.h:514 +msgid "blank HD DVD disc" +msgstr "tom HD-DVD-plate" + +#: ../freedesktop.org.xml.in.h:515 +msgid "block device" +msgstr "blokk-eining" + +#: ../freedesktop.org.xml.in.h:516 +msgid "character device" +msgstr "teikneining" + +#: ../freedesktop.org.xml.in.h:517 +msgid "comic book archive" +msgstr "teikneseriearkiv" + +#: ../freedesktop.org.xml.in.h:518 +msgid "compound document" +msgstr "samansett dokument" + +#: ../freedesktop.org.xml.in.h:519 +msgid "compound documents" +msgstr "samansette dokument" + +#: ../freedesktop.org.xml.in.h:520 +msgid "compressed GIMP image" +msgstr "komprimert GIMP-bilete" + +#: ../freedesktop.org.xml.in.h:521 +msgid "compressed SVG image" +msgstr "komprimert SVG-bilete" + +#: ../freedesktop.org.xml.in.h:522 +msgid "compressed Tracker audio" +msgstr "komprimert Tracker-lyd" + +#: ../freedesktop.org.xml.in.h:523 +msgid "desktop configuration file" +msgstr "skrivebordsoppsettfil" + +#: ../freedesktop.org.xml.in.h:524 +msgid "detached OpenPGP signature" +msgstr "fråkopla OpenPGP-signatur" + +#: ../freedesktop.org.xml.in.h:525 +msgid "detached S/MIME signature" +msgstr "fråkopla S/MIME-signatur" + +#: ../freedesktop.org.xml.in.h:526 +msgid "differences between files" +msgstr "skilnader mellom filer" + +#. http://en.wikipedia.org/wiki/Design_rule_for_Camera_File_system +#: ../freedesktop.org.xml.in.h:528 +msgid "digital photos" +msgstr "digitale fotografi" + +#: ../freedesktop.org.xml.in.h:529 +msgid "digital raw image" +msgstr "digitalt råbilete" + +#: ../freedesktop.org.xml.in.h:530 +msgid "eMusic download package" +msgstr "eMusic nedlastingspakke" + +#: ../freedesktop.org.xml.in.h:531 +msgid "electronic book document" +msgstr "elektronisk bok-dokument" + +#: ../freedesktop.org.xml.in.h:532 +msgid "electronic business card" +msgstr "elektronisk visittkort" + +#: ../freedesktop.org.xml.in.h:533 +msgid "email headers" +msgstr "e-post-hovud" + +#: ../freedesktop.org.xml.in.h:534 +msgid "email message" +msgstr "e-postmelding" + +#: ../freedesktop.org.xml.in.h:535 +msgid "empty document" +msgstr "tomt dokument" + +#: ../freedesktop.org.xml.in.h:536 +msgid "encrypted message" +msgstr "kryptert melding" + +#: ../freedesktop.org.xml.in.h:537 +msgid "enriched text document" +msgstr "rik tekst tekstdokument" + +#: ../freedesktop.org.xml.in.h:538 +msgid "executable" +msgstr "køyrbar" + +#: ../freedesktop.org.xml.in.h:539 +msgid "folder" +msgstr "mappe" + +#: ../freedesktop.org.xml.in.h:540 +msgid "generic font file" +msgstr "vanleg skrifttypefil" + +#: ../freedesktop.org.xml.in.h:541 +msgid "help page" +msgstr "hjelpeside" + +#: ../freedesktop.org.xml.in.h:542 +msgid "iMelody ringtone" +msgstr "iMelody-ringetone" + +#: ../freedesktop.org.xml.in.h:543 +msgid "iPod firmware" +msgstr "iPod-firmvare" + +#: ../freedesktop.org.xml.in.h:544 +msgid "iRiver Playlist" +msgstr "iRiver speleliste" + +#: ../freedesktop.org.xml.in.h:545 +msgid "installation instructions" +msgstr "installasjonsinstruksjonar" + +#: ../freedesktop.org.xml.in.h:546 +msgid "iptables configuration file" +msgstr "iptables oppsettfil" + +#: ../freedesktop.org.xml.in.h:547 +msgid "libtool shared library" +msgstr "libtool delt bibliotek" + +#: ../freedesktop.org.xml.in.h:548 +msgid "license terms" +msgstr "lisensvilkår" + +#: ../freedesktop.org.xml.in.h:549 +msgid "mail delivery report" +msgstr "e-post-leveringsrapport" + +#: ../freedesktop.org.xml.in.h:550 +msgid "mail disposition report" +msgstr "e-post-disposisjonsrapport" + +#: ../freedesktop.org.xml.in.h:551 +msgid "mail system report" +msgstr "e-post-systemrapport" + +#: ../freedesktop.org.xml.in.h:552 +msgid "mailbox file" +msgstr "mailbox-fil" + +#: ../freedesktop.org.xml.in.h:553 +msgid "manual page (compressed)" +msgstr "manualside (pakka)" + +#: ../freedesktop.org.xml.in.h:554 +msgid "message catalog" +msgstr "meldingskatalog" + +#: ../freedesktop.org.xml.in.h:555 +msgid "message digest" +msgstr "meldingsamandrag" + +#: ../freedesktop.org.xml.in.h:556 +msgid "message in several formats" +msgstr "melding i fleire format" + +#: ../freedesktop.org.xml.in.h:557 +msgid "mount point" +msgstr "monteringspunkt" + +#: ../freedesktop.org.xml.in.h:558 +msgid "object code" +msgstr "objektkode" + +#: ../freedesktop.org.xml.in.h:559 +msgid "packed font file" +msgstr "pakka skrifttypefil" + +#: ../freedesktop.org.xml.in.h:560 +msgid "partial email message" +msgstr "del av e-post-melding" + +#: ../freedesktop.org.xml.in.h:561 +msgid "pipe" +msgstr "røyr" + +#: ../freedesktop.org.xml.in.h:562 +msgid "plain text document" +msgstr "vanleg tekstdokument" + +#. see fd.o hal spec +#: ../freedesktop.org.xml.in.h:564 +msgid "portable audio player" +msgstr "portable audio layer" + +#: ../freedesktop.org.xml.in.h:565 +msgid "profiler results" +msgstr "profileringsresultat" + +#: ../freedesktop.org.xml.in.h:566 +msgid "program crash data" +msgstr "data om programkrasj" + +#: ../freedesktop.org.xml.in.h:567 +msgid "raw CD image" +msgstr "rått CD-bilete" + +#: ../freedesktop.org.xml.in.h:568 +msgid "reference to remote file" +msgstr "referanse til fil over nettverk" + +#: ../freedesktop.org.xml.in.h:569 +msgid "rejected patch" +msgstr "avvist programfiks" + +#: ../freedesktop.org.xml.in.h:570 +msgid "resource location" +msgstr "ressursplassering" + +#: ../freedesktop.org.xml.in.h:571 +msgid "rich text document" +msgstr "rik tekst-dokument" + +#: ../freedesktop.org.xml.in.h:572 +msgid "shared library" +msgstr "delt bibliotek" + +#: ../freedesktop.org.xml.in.h:573 +msgid "shell archive" +msgstr "skal-arkiv" + +#: ../freedesktop.org.xml.in.h:574 +msgid "shell script" +msgstr "skalskript" + +#: ../freedesktop.org.xml.in.h:575 +msgid "signed message" +msgstr "signert melding" + +#: ../freedesktop.org.xml.in.h:576 +msgid "socket" +msgstr "sokkel" + +#. http://standards.freedesktop.org/autostart-spec/autostart-spec-latest.html +#. http://bugzilla.gnome.org/show_bug.cgi?id=509823#c3 +#: ../freedesktop.org.xml.in.h:579 +msgid "software" +msgstr "programvare" + +#: ../freedesktop.org.xml.in.h:580 +msgid "spreadsheet interchange document" +msgstr "Utvekslingsdokument for rekneark" + +#: ../freedesktop.org.xml.in.h:581 +msgid "stream of data (server push)" +msgstr "datastraum (dytta av tenaren)" + +#: ../freedesktop.org.xml.in.h:582 +msgid "symbolic link" +msgstr "symbolsk lenkje" + +#: ../freedesktop.org.xml.in.h:583 +msgid "theme" +msgstr "drakt" + +#: ../freedesktop.org.xml.in.h:584 +msgid "translated messages (machine-readable)" +msgstr "oversette meldingar (maskinlesbare)" + +#: ../freedesktop.org.xml.in.h:585 +msgid "translation file" +msgstr "omsetjingsfil" + +#: ../freedesktop.org.xml.in.h:586 +msgid "translation template" +msgstr "omsetjingsmal" + +#: ../freedesktop.org.xml.in.h:587 +msgid "txt2tags document" +msgstr "txt2tags-dokument" + +#: ../freedesktop.org.xml.in.h:588 +msgid "unknown" +msgstr "ukjend" + +#. http://en.wikipedia.org/wiki/DVD-Video +#: ../freedesktop.org.xml.in.h:590 +msgid "video DVD" +msgstr "Video-DVD" + +#~ msgid "CGI script" +#~ msgstr "CGI-skript" + +#~ msgid "GTK+ configuration" +#~ msgstr "GTK+-oppsett" + +#~ msgid "Macintosh StuffIt archive" +#~ msgstr "Macintosh StuffIt arkiv" + +#~ msgid "Netscape bookmarks" +#~ msgstr "Netscape-bokmerker" + +#~ msgid "OpenOffice Calc" +#~ msgstr "OpenOffice Calc" + +#~ msgid "OpenOffice Impress" +#~ msgstr "OpenOffice Impress" + +#~ msgid "Palmpilot database/document" +#~ msgstr "Palmpilot database/dokument" + +#~ msgid "SUN Rasterfile image" +#~ msgstr "SUN Rasterfile-bilete" + +#~ msgid "WMF document" +#~ msgstr "WMF-dokument" + +#~ msgid "WMV video" +#~ msgstr "WMV-video" + +#~ msgid "ZIP archive" +#~ msgstr "ZIP-arkiv" + +#~ msgid "font" +#~ msgstr "skrifttype" + +#~ msgid "gtar archive" +#~ msgstr "gtar-arkiv" + +#~ msgid "gzip archive" +#~ msgstr "gzip-arkiv" + +#~ msgid "shared library (la)" +#~ msgstr "delt bibliotek (la)" diff --git a/po/pl.po b/po/pl.po new file mode 100644 index 0000000..d25e74d --- /dev/null +++ b/po/pl.po @@ -0,0 +1,2342 @@ +# Polish translation for shared-mime-info +# Copyright (C) 2007 - 2009 Free Software Foundation, Inc. +# This file is distributed under the same license as the shared-mime-info package. +# Artur Flinta , 2004 +# Tomasz Dominikowski , 2009 +msgid "" +msgstr "" +"Project-Id-Version: shared-mime-info 0.51\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2008-07-23 12:49+0100\n" +"PO-Revision-Date: 2009-02-04 19:05+0100\n" +"Last-Translator: Tomasz Dominikowski \n" +"Language-Team: Polish \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Poedit-Language: Polish\n" +"X-Poedit-Country: Poland\n" + +#: ../freedesktop.org.xml.in.h:1 +msgid "3D Studio image" +msgstr "Obraz 3D Studio" + +#: ../freedesktop.org.xml.in.h:2 +msgid "3GPP multimedia file" +msgstr "Plik multimedialny 3GPP" + +#: ../freedesktop.org.xml.in.h:3 +msgid "7-zip archive" +msgstr "Archiwum 7-zip" + +#: ../freedesktop.org.xml.in.h:4 +msgid "ACE archive" +msgstr "Archiwum ACE" + +#: ../freedesktop.org.xml.in.h:5 +msgid "AIFC audio" +msgstr "Plik dźwiękowy AIFC" + +#: ../freedesktop.org.xml.in.h:6 +msgid "AIFF audio" +msgstr "Plik dźwiękowy AIFF" + +#: ../freedesktop.org.xml.in.h:7 +msgid "AIFF/Amiga/Mac audio" +msgstr "Plik dźwiękowy AIFF/Amiga/Mac" + +#: ../freedesktop.org.xml.in.h:8 +msgid "AMR audio" +msgstr "Plik dźwiękowy AMR" + +#: ../freedesktop.org.xml.in.h:9 +msgid "AMR-WB audio" +msgstr "Plik dźwiękowy AMR-WB" + +#: ../freedesktop.org.xml.in.h:10 +msgid "ANIM animation" +msgstr "Plik animacji ANIM" + +#: ../freedesktop.org.xml.in.h:11 +msgid "AR archive" +msgstr "Archiwum AR" + +#: ../freedesktop.org.xml.in.h:12 +msgid "ARC archive" +msgstr "Archiwum ARC" + +#: ../freedesktop.org.xml.in.h:13 +msgid "ARJ archive" +msgstr "Archiwum ARJ" + +#: ../freedesktop.org.xml.in.h:14 +msgid "ASF video" +msgstr "Plik wideo ASF" + +#: ../freedesktop.org.xml.in.h:15 +msgid "ASP page" +msgstr "Strona ASP" + +#: ../freedesktop.org.xml.in.h:16 +msgid "ATK inset" +msgstr "Wstawka ATK" + +#: ../freedesktop.org.xml.in.h:17 +msgid "AVI video" +msgstr "Plik wideo AVI" + +#: ../freedesktop.org.xml.in.h:18 +msgid "AWK script" +msgstr "Skrypt AWK" + +#: ../freedesktop.org.xml.in.h:19 +msgid "AbiWord document" +msgstr "Dokument AbiWord" + +#: ../freedesktop.org.xml.in.h:20 +msgid "Ada source code" +msgstr "Kod źródłowy Ada" + +#: ../freedesktop.org.xml.in.h:21 +msgid "Adobe DNG negative" +msgstr "Negatyw DNG Adobe" + +#: ../freedesktop.org.xml.in.h:22 +msgid "Adobe FrameMaker MIF document" +msgstr "Dokument MIF Adobe FrameMaker" + +#: ../freedesktop.org.xml.in.h:23 +msgid "Adobe FrameMaker document" +msgstr "Dokument Adobe FrameMaker" + +#: ../freedesktop.org.xml.in.h:24 +msgid "Adobe FrameMaker font" +msgstr "Czcionka Adobe FrameMaker" + +#: ../freedesktop.org.xml.in.h:25 +msgid "Adobe Illustrator document" +msgstr "Dokument Adobe Illustrator" + +#: ../freedesktop.org.xml.in.h:26 +msgid "Adobe font metrics" +msgstr "Metryka czcionki Adobe" + +#: ../freedesktop.org.xml.in.h:27 +msgid "Alzip archive" +msgstr "Archiwum alzip" + +#: ../freedesktop.org.xml.in.h:28 +msgid "Amiga SoundTracker audio" +msgstr "Plik dźwiękowy Amiga SoundTracker" + +#: ../freedesktop.org.xml.in.h:29 +msgid "Applix Graphics image" +msgstr "Obraz Applix Graphics" + +#: ../freedesktop.org.xml.in.h:30 +msgid "Applix Spreadsheets spreadsheet" +msgstr "Arkusz Applix Spreadsheets" + +#: ../freedesktop.org.xml.in.h:31 +msgid "Applix Words document" +msgstr "Dokument Applix Words" + +#: ../freedesktop.org.xml.in.h:32 +msgid "Atom syndication feed" +msgstr "Kanał Atom" + +#: ../freedesktop.org.xml.in.h:33 +msgid "AutoCAD image" +msgstr "Obraz AutoCAD" + +#: ../freedesktop.org.xml.in.h:34 +msgid "BCPIO document" +msgstr "Dokument BCPIO" + +#: ../freedesktop.org.xml.in.h:35 +msgid "BDF font" +msgstr "Czcionka BDF" + +#: ../freedesktop.org.xml.in.h:36 +msgid "BibTeX document" +msgstr "Dokument BibTeX" + +#: ../freedesktop.org.xml.in.h:37 +msgid "BitTorrent seed file" +msgstr "Plik ziarna Bittorrent" + +#: ../freedesktop.org.xml.in.h:38 +msgid "Blender scene" +msgstr "Scena programu Blender" + +#. http://en.wikipedia.org/wiki/Blu-ray_Disc +#. http://www.blu-raydisc.com/Section-13470/Section-13890/Index.html +#: ../freedesktop.org.xml.in.h:41 +msgid "Blu-ray video disc" +msgstr "Płyta wideo Blu-ray" + +#: ../freedesktop.org.xml.in.h:42 +msgid "Bzip archive" +msgstr "Archiwum bzip" + +#: ../freedesktop.org.xml.in.h:43 +msgid "C header" +msgstr "Plik nagłówkowy w C" + +#: ../freedesktop.org.xml.in.h:44 +msgid "C shell script" +msgstr "Skrypt powłoki csh" + +#: ../freedesktop.org.xml.in.h:45 +msgid "C source code" +msgstr "Kod źródłowy C" + +#: ../freedesktop.org.xml.in.h:46 +msgid "C# source code" +msgstr "Kod źródłowy C#" + +#: ../freedesktop.org.xml.in.h:47 +msgid "C++ header" +msgstr "Plik nagłówkowy w C++" + +#: ../freedesktop.org.xml.in.h:48 +msgid "C++ source code" +msgstr "Kod źródłowy C++" + +#: ../freedesktop.org.xml.in.h:49 +msgid "CCITT G3 fax" +msgstr "Faks CCITT G3" + +#: ../freedesktop.org.xml.in.h:50 +msgid "CD Table Of Contents" +msgstr "Plik zawartości płyty CD" + +#: ../freedesktop.org.xml.in.h:51 +msgid "CD image cuesheet" +msgstr "Obraz cuesheet płyty CD" + +#: ../freedesktop.org.xml.in.h:52 +msgid "CHM document" +msgstr "Dokument CHM" + +#: ../freedesktop.org.xml.in.h:53 +msgid "CMU raster image" +msgstr "Obraz rastrowy CMU" + +#: ../freedesktop.org.xml.in.h:54 +msgid "CMake source code" +msgstr "Kod źródłowy CMake" + +#: ../freedesktop.org.xml.in.h:55 +msgid "CPIO archive" +msgstr "Archiwum CPIO" + +#: ../freedesktop.org.xml.in.h:56 +msgid "CPIO archive (gzip-compressed)" +msgstr "Archiwum CPIO (kompresja gzip)" + +#: ../freedesktop.org.xml.in.h:57 +msgid "CSS stylesheet" +msgstr "Arkusz stylów CSS" + +#: ../freedesktop.org.xml.in.h:58 +msgid "CSV document" +msgstr "Dokument CSV" + +#: ../freedesktop.org.xml.in.h:59 +msgid "Canon CR2 raw image" +msgstr "Surowy obraz CR2 Canon" + +#: ../freedesktop.org.xml.in.h:60 +msgid "Canon CRW raw image" +msgstr "Surowy obraz CRW Canon" + +#: ../freedesktop.org.xml.in.h:61 +msgid "ChangeLog document" +msgstr "Dokument zmian (ChangeLog)" + +#: ../freedesktop.org.xml.in.h:62 +msgid "Cisco VPN Settings" +msgstr "Ustawienia VPN Cisco" + +#: ../freedesktop.org.xml.in.h:63 +msgid "Citrix ICA settings file" +msgstr "Plik ustawień Citrix ICA" + +#: ../freedesktop.org.xml.in.h:64 +msgid "Commodore 64 audio" +msgstr "Plik dźwiękowy Commodore 64" + +#: ../freedesktop.org.xml.in.h:65 +msgid "Computer Graphics Metafile" +msgstr "Metaplik grafiki komputerowej (CGM)" + +#: ../freedesktop.org.xml.in.h:66 +msgid "Corel Draw drawing" +msgstr "Rysunek Corel Draw" + +#: ../freedesktop.org.xml.in.h:67 +msgid "D source code" +msgstr "Kod źródłowy D" + +#: ../freedesktop.org.xml.in.h:68 +msgid "DAR archive" +msgstr "Archiwum DAR" + +#: ../freedesktop.org.xml.in.h:69 +msgid "DCL script" +msgstr "Skrypt DCL" + +#: ../freedesktop.org.xml.in.h:70 +msgid "DER/PEM/Netscape-encoded X.509 certificate" +msgstr "Certyfikat X.509 DER/PEM/Netscape-zakodowany" + +#: ../freedesktop.org.xml.in.h:71 +msgid "DIB image" +msgstr "Obraz DIB" + +#: ../freedesktop.org.xml.in.h:72 +msgid "DICOM image" +msgstr "Obraz DICOM" + +#: ../freedesktop.org.xml.in.h:73 +msgid "DOS font" +msgstr "Czcionka DOS" + +#: ../freedesktop.org.xml.in.h:74 +msgid "DOS/Windows executable" +msgstr "Program DOS/Windows" + +#: ../freedesktop.org.xml.in.h:75 +msgid "DPX image" +msgstr "Obraz DPX" + +#: ../freedesktop.org.xml.in.h:76 +msgid "DSSSL document" +msgstr "Dokument DSSSL" + +#: ../freedesktop.org.xml.in.h:77 +msgid "DTD file" +msgstr "Plik DTD" + +#: ../freedesktop.org.xml.in.h:78 +msgid "DV video" +msgstr "Plik wideo DV" + +#: ../freedesktop.org.xml.in.h:79 +msgid "DXF vector image" +msgstr "Obraz wektorowy DXF" + +#: ../freedesktop.org.xml.in.h:80 +msgid "Debian package" +msgstr "Pakiet Debiana" + +#: ../freedesktop.org.xml.in.h:81 +msgid "Dia diagram" +msgstr "Diagram programu Dia" + +#: ../freedesktop.org.xml.in.h:82 +msgid "DirectDraw surface" +msgstr "Powierzchnia DirectDraw" + +#: ../freedesktop.org.xml.in.h:83 +msgid "DjVu image" +msgstr "Obraz DjVu" + +#: ../freedesktop.org.xml.in.h:84 +msgid "DocBook document" +msgstr "Dokument DocBook" + +#: ../freedesktop.org.xml.in.h:85 +msgid "Dolby Digital audio" +msgstr "Plik dźwiękowy Dolby Digital" + +#: ../freedesktop.org.xml.in.h:86 +msgid "Dreamcast ROM" +msgstr "Plik ROM konsoli Dreamcast" + +#: ../freedesktop.org.xml.in.h:87 +msgid "ECMAScript program" +msgstr "Pogram ECMAScript" + +#: ../freedesktop.org.xml.in.h:88 +msgid "EMF image" +msgstr "Obraz EMF" + +#: ../freedesktop.org.xml.in.h:89 +msgid "EPS image" +msgstr "Obraz EPS" + +#: ../freedesktop.org.xml.in.h:90 +msgid "EPS image (bzip-compressed)" +msgstr "Obraz EPS (skompresowany bzip)" + +#: ../freedesktop.org.xml.in.h:91 +msgid "EPS image (gzip-compressed)" +msgstr "Obraz EPS (skompresowany gzip)" + +#: ../freedesktop.org.xml.in.h:92 +msgid "EXR image" +msgstr "Obraz EXR" + +#: ../freedesktop.org.xml.in.h:93 +msgid "Egon Animator animation" +msgstr "Animacja Egon Animator" + +#: ../freedesktop.org.xml.in.h:94 +msgid "Eiffel source code" +msgstr "Kod źródłowy Eiffel" + +#: ../freedesktop.org.xml.in.h:95 +msgid "Emacs Lisp source code" +msgstr "Plik źródłowy Emacs Lisp" + +#: ../freedesktop.org.xml.in.h:96 +msgid "Enlightenment theme" +msgstr "Motyw Enlightenment" + +#: ../freedesktop.org.xml.in.h:97 +msgid "Erlang source code" +msgstr "Kod źródłowy Erlang" + +#: ../freedesktop.org.xml.in.h:98 +msgid "Excel spreadsheet" +msgstr "Arkusz Excel" + +#: ../freedesktop.org.xml.in.h:99 +msgid "FITS document" +msgstr "Dokument FITS" + +#: ../freedesktop.org.xml.in.h:100 +msgid "FLAC audio" +msgstr "Plik dźwiękowy FLAC" + +#: ../freedesktop.org.xml.in.h:101 +msgid "FLIC animation" +msgstr "Plik animacji FLIC" + +#: ../freedesktop.org.xml.in.h:102 +msgid "FLTK Fluid file" +msgstr "Plik Fluid FLTK" + +#: ../freedesktop.org.xml.in.h:103 +msgid "FPX image" +msgstr "Obraz FPX" + +#: ../freedesktop.org.xml.in.h:104 +msgid "FastTracker II audio" +msgstr "Plik dźwiękowy FastTracker II" + +#: ../freedesktop.org.xml.in.h:105 +msgid "Flash video" +msgstr "Plik wideo Flash" + +#: ../freedesktop.org.xml.in.h:106 +msgid "Fortran source code" +msgstr "Kod źródłowy Fortran" + +#: ../freedesktop.org.xml.in.h:107 +msgid "Fuji RAF raw image" +msgstr "Surowy obraz RAF Fuji" + +#: ../freedesktop.org.xml.in.h:108 +msgid "G3 fax image" +msgstr "Obraz faksowy G3" + +#: ../freedesktop.org.xml.in.h:109 +msgid "GDBM database" +msgstr "Baza danych GDBM" + +#: ../freedesktop.org.xml.in.h:110 +msgid "GEDCOM family history" +msgstr "Plik historii rodziny GEDCOM" + +#: ../freedesktop.org.xml.in.h:111 +msgid "GIF image" +msgstr "Obraz GIF" + +#: ../freedesktop.org.xml.in.h:112 +msgid "GIMP image" +msgstr "Obraz GIMPa" + +#: ../freedesktop.org.xml.in.h:113 +msgid "GMC link" +msgstr "Odnośnik GMC" + +#: ../freedesktop.org.xml.in.h:114 +msgid "GNU Oleo spreadsheet" +msgstr "Arkusz GNU Oleo" + +#: ../freedesktop.org.xml.in.h:115 +msgid "GNU mail message" +msgstr "Wiadomość pocztowa GNU" + +#: ../freedesktop.org.xml.in.h:116 +msgid "GNUnet search file" +msgstr "Plik wyszukiwania GNUnet" + +#: ../freedesktop.org.xml.in.h:117 +msgid "GTKtalog catalog" +msgstr "Katalog programu GTKtalog" + +#: ../freedesktop.org.xml.in.h:118 +msgid "Game Boy Advance ROM" +msgstr "Plik ROM konsoli Game Boy Advance" + +#: ../freedesktop.org.xml.in.h:119 +msgid "Game Boy ROM" +msgstr "Plik ROM konsoli Game Boy" + +#. Translate this to Megadrive if the console was known as such in your locale +#. Should be Megadrive in all but en_US: http://en.wikipedia.org/wiki/Megadrive#History +#: ../freedesktop.org.xml.in.h:122 +msgid "Genesis ROM" +msgstr "Plik ROM konsoli Genesis" + +#: ../freedesktop.org.xml.in.h:123 +msgid "Glade project" +msgstr "Projekt Glade" + +#: ../freedesktop.org.xml.in.h:124 +msgid "GnuCash spreadsheet" +msgstr "Arkusz GnuCash" + +#: ../freedesktop.org.xml.in.h:125 +msgid "Gnumeric spreadsheet" +msgstr "Arkusz Gnumeric" + +#: ../freedesktop.org.xml.in.h:126 +msgid "Gnuplot document" +msgstr "Dokument Gnuplot" + +#: ../freedesktop.org.xml.in.h:127 +msgid "Google Video Pointer" +msgstr "Lista odtwarzania Google Video" + +#: ../freedesktop.org.xml.in.h:128 +msgid "Graphite scientific graph" +msgstr "Wykres Graphite scientific" + +#: ../freedesktop.org.xml.in.h:129 +msgid "Gzip archive" +msgstr "Archiwum GZIP" + +#. http://en.wikipedia.org/wiki/HD_DVD +#. http://www.dvdafteredit.com/wiki/The_HVDVD_TS_Folder +#: ../freedesktop.org.xml.in.h:132 +msgid "HD DVD video disc" +msgstr "Płyta wideo HD DVD" + +#: ../freedesktop.org.xml.in.h:133 +msgid "HDF document" +msgstr "Dokument HDF" + +#: ../freedesktop.org.xml.in.h:134 +msgid "HPGL file" +msgstr "Plik HPGL" + +#: ../freedesktop.org.xml.in.h:135 +msgid "HTML document" +msgstr "Dokument HTML" + +#: ../freedesktop.org.xml.in.h:136 +msgid "Haansoft Hangul document" +msgstr "Dokument Haansoft Hangul" + +#: ../freedesktop.org.xml.in.h:137 +msgid "Haansoft Hangul document template" +msgstr "Szablon dokumentu Haansoft Hangul" + +#: ../freedesktop.org.xml.in.h:138 +msgid "Haskell source code" +msgstr "Kod źródłowy Haskell" + +#: ../freedesktop.org.xml.in.h:139 +msgid "ICO icon" +msgstr "Ikona ICO" + +#: ../freedesktop.org.xml.in.h:140 +msgid "IDL document" +msgstr "Dokument IDL" + +#: ../freedesktop.org.xml.in.h:141 +msgid "IEF image" +msgstr "Obraz IEF" + +#: ../freedesktop.org.xml.in.h:142 +msgid "IFF image" +msgstr "Obraz IFF" + +#: ../freedesktop.org.xml.in.h:143 +msgid "ILBM image" +msgstr "Obraz ILBM" + +#: ../freedesktop.org.xml.in.h:144 +msgid "ISI video" +msgstr "Plik wideo ISI" + +#: ../freedesktop.org.xml.in.h:145 +msgid "Impulse Tracker audio" +msgstr "Plik dźwiękowy Impulse Tracker" + +#: ../freedesktop.org.xml.in.h:146 +msgid "Internet shortcut" +msgstr "Skrót internetowy" + +#: ../freedesktop.org.xml.in.h:147 +msgid "JAD document" +msgstr "Dokument JAD" + +#: ../freedesktop.org.xml.in.h:148 +msgid "JBuilder project" +msgstr "Projekt JBuilder" + +#: ../freedesktop.org.xml.in.h:149 +msgid "JET database" +msgstr "Baza Danych JET" + +#: ../freedesktop.org.xml.in.h:150 +msgid "JNG image" +msgstr "Obraz JNG" + +#: ../freedesktop.org.xml.in.h:151 +msgid "JNLP file" +msgstr "Plik JNLP" + +#: ../freedesktop.org.xml.in.h:152 +msgid "JPEG image" +msgstr "Obraz JPEG" + +#: ../freedesktop.org.xml.in.h:153 +msgid "JPEG-2000 image" +msgstr "Obraz JPEG-2000" + +#: ../freedesktop.org.xml.in.h:154 +msgid "Java archive" +msgstr "Archiwum Java" + +#: ../freedesktop.org.xml.in.h:155 +msgid "Java byte code" +msgstr "Kod bajtowy Java" + +#: ../freedesktop.org.xml.in.h:156 +msgid "Java class" +msgstr "Klasa Java" + +#: ../freedesktop.org.xml.in.h:157 +msgid "Java source code" +msgstr "Kod źródłowy Java" + +#: ../freedesktop.org.xml.in.h:158 +msgid "JavaScript program" +msgstr "Pogram JavaScript" + +#: ../freedesktop.org.xml.in.h:159 +msgid "KChart chart" +msgstr "Wykres KChart" + +#: ../freedesktop.org.xml.in.h:160 +msgid "KFormula formula" +msgstr "Formuła KFormula" + +#: ../freedesktop.org.xml.in.h:161 +msgid "KIllustrator drawing" +msgstr "Rysunek KIllustrator" + +#: ../freedesktop.org.xml.in.h:162 +msgid "KPovModeler scene" +msgstr "Scena KPovModeler" + +#: ../freedesktop.org.xml.in.h:163 +msgid "KPresenter presentation" +msgstr "Prezentacja KPresenter" + +#: ../freedesktop.org.xml.in.h:164 +msgid "KSpread spreadsheet" +msgstr "Arkusz KSpread" + +#: ../freedesktop.org.xml.in.h:165 +msgid "KSpread spreadsheet (encrypted)" +msgstr "Arkusz KSpread (zaszyfowany)" + +#: ../freedesktop.org.xml.in.h:166 +msgid "KSysV init package" +msgstr "Pakiet KSysV init" + +#: ../freedesktop.org.xml.in.h:167 +msgid "KWord document" +msgstr "Dokument KWord" + +#: ../freedesktop.org.xml.in.h:168 +msgid "KWord document (encrypted)" +msgstr "Dokument KWord (zaszyfrowany)" + +#: ../freedesktop.org.xml.in.h:169 +msgid "Karbon14 drawing" +msgstr "Rysunek Karbon14" + +#: ../freedesktop.org.xml.in.h:170 +msgid "Kivio flowchart" +msgstr "Diagram przepływów Kivio" + +#: ../freedesktop.org.xml.in.h:171 +msgid "Kodak DCR raw image" +msgstr "Surowy obraz DCR Kodak" + +#: ../freedesktop.org.xml.in.h:172 +msgid "Kodak K25 raw image" +msgstr "Surowy obraz K25 Kodak" + +#: ../freedesktop.org.xml.in.h:173 +msgid "Kodak KDC raw image" +msgstr "Surowy obraz KDC Kodak" + +#: ../freedesktop.org.xml.in.h:174 +msgid "Kontour drawing" +msgstr "Rysunek Kontour" + +#: ../freedesktop.org.xml.in.h:175 +msgid "Krita document" +msgstr "Dokument Krita" + +#: ../freedesktop.org.xml.in.h:176 +msgid "Kugar document" +msgstr "Dokument Kuguar" + +#: ../freedesktop.org.xml.in.h:177 +msgid "LDIF address book" +msgstr "Książka adresowa LDIF" + +#: ../freedesktop.org.xml.in.h:178 +msgid "LHA archive" +msgstr "Archiwum LHA" + +#: ../freedesktop.org.xml.in.h:179 +msgid "LHS source code" +msgstr "Kod źródłowy LHS" + +#: ../freedesktop.org.xml.in.h:180 +msgid "LHZ archive" +msgstr "Archiwum LHZ" + +#: ../freedesktop.org.xml.in.h:181 +msgid "LIBGRX font" +msgstr "Czcionka LIBGRX" + +#: ../freedesktop.org.xml.in.h:182 +msgid "LZMA archive" +msgstr "Archiwum LZMA" + +#: ../freedesktop.org.xml.in.h:183 +msgid "LZO archive" +msgstr "Archiwum LZO" + +#: ../freedesktop.org.xml.in.h:184 +msgid "LightWave object" +msgstr "Obiekt LightWave" + +#: ../freedesktop.org.xml.in.h:185 +msgid "LightWave scene" +msgstr "Scena Lightwave" + +#: ../freedesktop.org.xml.in.h:186 +msgid "Lilypond music sheet" +msgstr "Plik partytury Lilypond" + +#: ../freedesktop.org.xml.in.h:187 +msgid "Linux PSF console font" +msgstr "Czcionka konsoli PSF Linux" + +#: ../freedesktop.org.xml.in.h:188 +msgid "Linux PSF console font (gzip-compressed)" +msgstr "Czcionka konsoli PSF Linux (skompresowana gzip)" + +#: ../freedesktop.org.xml.in.h:189 +msgid "Lotus 1-2-3 spreadsheet" +msgstr "Arkusz Lotus 1-2-3" + +#: ../freedesktop.org.xml.in.h:190 +msgid "Lotus AmiPro document" +msgstr "Dokument Lotus AmiPro" + +#: ../freedesktop.org.xml.in.h:191 +msgid "Lua script" +msgstr "Skrypt Lua" + +#: ../freedesktop.org.xml.in.h:192 +msgid "LyX document" +msgstr "Dokument LyX" + +#: ../freedesktop.org.xml.in.h:193 +msgid "M4 macro" +msgstr "Makro M4" + +#: ../freedesktop.org.xml.in.h:194 +msgid "MATLAB script/function" +msgstr "Skrypt/funkcja MATLAB" + +#: ../freedesktop.org.xml.in.h:195 +msgid "MIDI audio" +msgstr "Plik dźwiękowy MIDI" + +#: ../freedesktop.org.xml.in.h:196 +msgid "MNG animation" +msgstr "Animacja MNG" + +#: ../freedesktop.org.xml.in.h:197 +msgid "MP2 audio" +msgstr "Plik dźwiękowy MP2" + +#: ../freedesktop.org.xml.in.h:198 +msgid "MP3 ShoutCast playlist" +msgstr "Lista odtwarzania MP3 ShoutCast" + +#: ../freedesktop.org.xml.in.h:199 +msgid "MP3 audio" +msgstr "Plik dźwiękowy MP3" + +#: ../freedesktop.org.xml.in.h:200 +msgid "MP3 audio (streamed)" +msgstr "Dźwięk MP3 (strumień)" + +#: ../freedesktop.org.xml.in.h:201 +msgid "MPEG video" +msgstr "Plik wideo MPEG" + +#: ../freedesktop.org.xml.in.h:202 +msgid "MPEG-4 audio" +msgstr "Plik dźwiękowy MPEG-4" + +#: ../freedesktop.org.xml.in.h:203 +msgid "MPEG-4 audio book" +msgstr "Książka dźwiękowa MPEG-4" + +#: ../freedesktop.org.xml.in.h:204 +msgid "MPEG-4 video" +msgstr "Plik wideo MPEG-4" + +#: ../freedesktop.org.xml.in.h:205 +msgid "MPSub subtitles" +msgstr "Napisy MPSub" + +#: ../freedesktop.org.xml.in.h:206 +msgid "MRML playlist" +msgstr "Lista odtwarzania MRML" + +#: ../freedesktop.org.xml.in.h:207 +msgid "MSX ROM" +msgstr "Plik ROM konsoli MSX" + +#: ../freedesktop.org.xml.in.h:208 +msgid "MacOS X icon" +msgstr "Ikona MacOS X" + +#: ../freedesktop.org.xml.in.h:209 +msgid "MacPaint Bitmap image" +msgstr "Obraz bitmapowy MacPaint" + +#: ../freedesktop.org.xml.in.h:210 +msgid "Macintosh AppleDouble-encoded file" +msgstr "Zakodowany w AppleDouble plik Macintosh" + +#: ../freedesktop.org.xml.in.h:211 +msgid "Macintosh BinHex-encoded file" +msgstr "Zakodowany w BinHex plik Macintosh" + +#: ../freedesktop.org.xml.in.h:212 +msgid "Macintosh MacBinary file" +msgstr "Plik MacBinary Macintosh" + +#: ../freedesktop.org.xml.in.h:213 +msgid "Macintosh Quickdraw/PICT drawing" +msgstr "Rysunek Quickdraw/PICT Macintosh" + +#: ../freedesktop.org.xml.in.h:214 +msgid "MagicPoint presentation" +msgstr "Prezentacja programu MagicPoint" + +#: ../freedesktop.org.xml.in.h:215 +msgid "Makefile" +msgstr "Plik sterujący dla make" + +#: ../freedesktop.org.xml.in.h:216 +msgid "Managed Object Format" +msgstr "Plik Managed Object Format" + +#: ../freedesktop.org.xml.in.h:217 +msgid "Markaby script" +msgstr "Skrypt Markaby" + +#: ../freedesktop.org.xml.in.h:218 +msgid "MathML document" +msgstr "Dokument MathML" + +#: ../freedesktop.org.xml.in.h:219 +msgid "Mathematica Notebook" +msgstr "Notatnik Mathematica" + +#: ../freedesktop.org.xml.in.h:220 +msgid "Matroska audio" +msgstr "Plik dźwiękowy Matroska" + +#: ../freedesktop.org.xml.in.h:221 +msgid "Matroska stream" +msgstr "Strumień Matroska" + +#: ../freedesktop.org.xml.in.h:222 +msgid "Matroska video" +msgstr "Plik wideo Matroska" + +#: ../freedesktop.org.xml.in.h:223 +msgid "MicroDVD subtitles" +msgstr "Napisy MicroDVD" + +#: ../freedesktop.org.xml.in.h:224 +msgid "Microsoft ASX playlist" +msgstr "Lista odtwarzania Microsoft ASX" + +#: ../freedesktop.org.xml.in.h:225 +msgid "Microsoft Works document" +msgstr "Dokument Microsoft Works" + +#: ../freedesktop.org.xml.in.h:226 +msgid "MiniPSF audio" +msgstr "Plik dźwiękowy MiniPSF" + +#: ../freedesktop.org.xml.in.h:227 +msgid "Minolta MRW raw image" +msgstr "Surowy obraz MRW Minolta" + +#: ../freedesktop.org.xml.in.h:228 +msgid "Monkey's audio" +msgstr "Plik dźwiękowy Monkey's Audio" + +#: ../freedesktop.org.xml.in.h:229 +msgid "Mozilla bookmarks" +msgstr "Zakładki Mozilla" + +#: ../freedesktop.org.xml.in.h:230 +msgid "Mup publication" +msgstr "Publikacja Mup" + +#: ../freedesktop.org.xml.in.h:231 +msgid "Musepack audio" +msgstr "Plik dźwiękowy Musepack" + +#. Translate this to Famicom if the console was known as such in your locale +#: ../freedesktop.org.xml.in.h:233 +msgid "NES ROM" +msgstr "Plik ROM konsoli NES" + +#: ../freedesktop.org.xml.in.h:234 +msgid "NFO document" +msgstr "Dokument NFO" + +#: ../freedesktop.org.xml.in.h:235 +msgid "NIFF image" +msgstr "Obraz NIFF" + +#: ../freedesktop.org.xml.in.h:236 +msgid "Nautilus link" +msgstr "Odnośnik Nautilus" + +#: ../freedesktop.org.xml.in.h:237 +msgid "Nikon NEF raw image" +msgstr "Surowy obraz NEF Nikon" + +#: ../freedesktop.org.xml.in.h:238 +msgid "Nintendo DS ROM" +msgstr "Plik ROM konsoli Nintendo DS" + +#: ../freedesktop.org.xml.in.h:239 +msgid "Nintendo64 ROM" +msgstr "Plik ROM konsoli Nintendo64" + +#: ../freedesktop.org.xml.in.h:240 +msgid "NullSoft video" +msgstr "Plik wideo NullSoft" + +#: ../freedesktop.org.xml.in.h:241 +msgid "OCL file" +msgstr "Plik OCL" + +#: ../freedesktop.org.xml.in.h:242 +msgid "OCaml source code" +msgstr "Kod źródłowy OCaml" + +#: ../freedesktop.org.xml.in.h:243 +msgid "ODA document" +msgstr "Dokument ODA" + +#: ../freedesktop.org.xml.in.h:244 +msgid "ODB database" +msgstr "Baza danych ODB" + +#: ../freedesktop.org.xml.in.h:245 +msgid "ODC chart" +msgstr "Wykres ODC" + +#: ../freedesktop.org.xml.in.h:246 +msgid "ODF formula" +msgstr "Formuła ODF" + +#: ../freedesktop.org.xml.in.h:247 +msgid "ODG drawing" +msgstr "Rysunek ODG" + +#: ../freedesktop.org.xml.in.h:248 +msgid "ODG template" +msgstr "Szablon ODG" + +#: ../freedesktop.org.xml.in.h:249 +msgid "ODI image" +msgstr "Obraz ODI" + +#: ../freedesktop.org.xml.in.h:250 +msgid "ODM document" +msgstr "Dokument ODM" + +#: ../freedesktop.org.xml.in.h:251 +msgid "ODP presentation" +msgstr "Prezentacja ODP" + +#: ../freedesktop.org.xml.in.h:252 +msgid "ODP template" +msgstr "Szablon ODP" + +#: ../freedesktop.org.xml.in.h:253 +msgid "ODS spreadsheet" +msgstr "Arkusz ODS" + +#: ../freedesktop.org.xml.in.h:254 +msgid "ODS template" +msgstr "Szablon ODS" + +#: ../freedesktop.org.xml.in.h:255 +msgid "ODT document" +msgstr "Dokument ODT" + +#: ../freedesktop.org.xml.in.h:256 +msgid "ODT template" +msgstr "Szablon ODT" + +#: ../freedesktop.org.xml.in.h:257 +msgid "OGM video" +msgstr "Plik wideo OGM" + +#: ../freedesktop.org.xml.in.h:258 +msgid "OLE2 compound document storage" +msgstr "Magazyn dokumentu złożonego OLE2" + +#: ../freedesktop.org.xml.in.h:259 +msgid "OPML syndication feed" +msgstr "Kanał OPML" + +#: ../freedesktop.org.xml.in.h:260 +msgid "OTH template" +msgstr "Szablon OTH" + +#: ../freedesktop.org.xml.in.h:261 +msgid "Objective-C source code" +msgstr "Kod źródłowy Objective-C" + +#: ../freedesktop.org.xml.in.h:262 +msgid "Office drawing" +msgstr "Rysunek Office" + +#: ../freedesktop.org.xml.in.h:263 +msgid "Ogg Audio" +msgstr "Plik dźwiękowy Ogg" + +#: ../freedesktop.org.xml.in.h:264 +msgid "Ogg FLAC audio" +msgstr "Plik dźwiękowy Ogg FLAC" + +#: ../freedesktop.org.xml.in.h:265 +msgid "Ogg Speex audio" +msgstr "Plik dźwiękowy Ogg Speex" + +#: ../freedesktop.org.xml.in.h:266 +msgid "Ogg Theora video" +msgstr "Plik wideo Ogg Theora" + +#: ../freedesktop.org.xml.in.h:267 +msgid "Ogg Video" +msgstr "Plik wideo Ogg" + +#: ../freedesktop.org.xml.in.h:268 +msgid "Ogg Vorbis audio" +msgstr "Plik dźwiękowy Ogg Vorbis" + +#: ../freedesktop.org.xml.in.h:269 +msgid "Ogg multimedia file" +msgstr "Plik multimedialny Ogg" + +#: ../freedesktop.org.xml.in.h:270 +msgid "Olympus ORF raw image" +msgstr "Surowy obraz Olympus ORF" + +#: ../freedesktop.org.xml.in.h:271 +msgid "OpenOffice Calc spreadsheet" +msgstr "Arkusz kalkulacyjny OpenOffice Calc" + +#: ../freedesktop.org.xml.in.h:272 +msgid "OpenOffice Calc template" +msgstr "Szablon arkusza OpenOffice Calc" + +#: ../freedesktop.org.xml.in.h:273 +msgid "OpenOffice Draw drawing" +msgstr "Rysunek OpenOffice Draw" + +#: ../freedesktop.org.xml.in.h:274 +msgid "OpenOffice Draw template" +msgstr "Szablon rysunku OpenOffice Draw" + +#: ../freedesktop.org.xml.in.h:275 +msgid "OpenOffice Impress presentation" +msgstr "Prezentacja OpenOffice Impress" + +#: ../freedesktop.org.xml.in.h:276 +msgid "OpenOffice Impress template" +msgstr "Szablon prezentacji OpenOffice Impress" + +#: ../freedesktop.org.xml.in.h:277 +msgid "OpenOffice Math formula" +msgstr "Formuła OpenOffice Math" + +#: ../freedesktop.org.xml.in.h:278 +msgid "OpenOffice Writer document" +msgstr "Dokument OpenOffice Writer" + +#: ../freedesktop.org.xml.in.h:279 +msgid "OpenOffice Writer global document" +msgstr "Globalny dokument OpenOffice Writer" + +#: ../freedesktop.org.xml.in.h:280 +msgid "OpenOffice Writer template" +msgstr "Szablon dokumentu OpenOffice Writer" + +#: ../freedesktop.org.xml.in.h:281 +msgid "OpenOffice.org extension" +msgstr "Rozszerzenie OpenOffice" + +#: ../freedesktop.org.xml.in.h:282 +msgid "OpenType font" +msgstr "Czcionka OpenType" + +#: ../freedesktop.org.xml.in.h:283 +msgid "PAK archive" +msgstr "Archiwum PAK" + +#: ../freedesktop.org.xml.in.h:284 +msgid "PBM image" +msgstr "Obraz PBM" + +#: ../freedesktop.org.xml.in.h:285 +msgid "PCD image" +msgstr "Obraz PCD" + +#: ../freedesktop.org.xml.in.h:286 +msgid "PCF font" +msgstr "Czcionka PCF" + +#: ../freedesktop.org.xml.in.h:287 +msgid "PCL file" +msgstr "Plik PCL" + +#: ../freedesktop.org.xml.in.h:288 +msgid "PCM audio" +msgstr "Plik dźwiękowy PCM" + +#: ../freedesktop.org.xml.in.h:289 +msgid "PCX image" +msgstr "Obraz PCX" + +#: ../freedesktop.org.xml.in.h:290 +msgid "PDF document" +msgstr "Dokument PDF" + +#: ../freedesktop.org.xml.in.h:291 +msgid "PDF document (bzip-compressed)" +msgstr "Dokument PDF (kompresja bzip)" + +#: ../freedesktop.org.xml.in.h:292 +msgid "PDF document (gzip-compressed)" +msgstr "Dokument PDF (kompresja gzip)" + +#: ../freedesktop.org.xml.in.h:293 +msgid "PEF executable" +msgstr "Plik uruchamialny PEF" + +#: ../freedesktop.org.xml.in.h:294 +msgid "PGM image" +msgstr "Obraz PGM" + +#: ../freedesktop.org.xml.in.h:295 +msgid "PGN chess game notation" +msgstr "Plik PGN notacji gry w szachy" + +#: ../freedesktop.org.xml.in.h:296 +msgid "PGP keys" +msgstr "Klucze PGP" + +#: ../freedesktop.org.xml.in.h:297 +msgid "PGP/MIME-encrypted message header" +msgstr "Nagłówek listu zaszyfrowanego PGP/MIME" + +#: ../freedesktop.org.xml.in.h:298 +msgid "PHP script" +msgstr "Skrypt w PHP" + +#: ../freedesktop.org.xml.in.h:299 +msgid "PKCS#10 certification request" +msgstr "Żądanie certyfikatu PKCS#10" + +#: ../freedesktop.org.xml.in.h:300 +msgid "PKCS#12 certificate bundle" +msgstr "Pakiet certyfikatu PKCS#12" + +#: ../freedesktop.org.xml.in.h:301 +msgid "PNG image" +msgstr "Obraz PNG" + +#: ../freedesktop.org.xml.in.h:302 +msgid "PNM image" +msgstr "Obraz PNM" + +#: ../freedesktop.org.xml.in.h:303 +msgid "PPM image" +msgstr "Obraz PPM" + +#: ../freedesktop.org.xml.in.h:304 +msgid "PS document" +msgstr "Dokument PS" + +#: ../freedesktop.org.xml.in.h:305 +msgid "PSD image" +msgstr "Obraz PSD" + +#: ../freedesktop.org.xml.in.h:306 +msgid "PSF audio" +msgstr "Plik dźwiękowy PSF" + +#: ../freedesktop.org.xml.in.h:307 +msgid "PSFlib audio library" +msgstr "Biblioteka dźwiękowa PSFlib" + +#: ../freedesktop.org.xml.in.h:308 +msgid "Pack200 Java archive" +msgstr "Archiwum Java Pack200" + +#: ../freedesktop.org.xml.in.h:309 +msgid "Palm OS database" +msgstr "Baza danych Palm OS" + +#: ../freedesktop.org.xml.in.h:310 +msgid "Panasonic raw image" +msgstr "Surowy obraz Panasonic" + +#: ../freedesktop.org.xml.in.h:311 +msgid "Parchive archive" +msgstr "Archiwum parchive" + +#: ../freedesktop.org.xml.in.h:312 +msgid "Pascal source code" +msgstr "Kod źródłowy Pascal" + +#: ../freedesktop.org.xml.in.h:313 +msgid "Pathetic Writer document" +msgstr "Dokument Pathetic Writer" + +#: ../freedesktop.org.xml.in.h:314 +msgid "Pentax PEF raw image" +msgstr "Surowy obraz Pentax PEF" + +#: ../freedesktop.org.xml.in.h:315 +msgid "Perl script" +msgstr "Skrypt w Perlu" + +#. http://en.wikipedia.org/wiki/Picture_CD +#. http://www.re.org/kristin/picturecd.html +#: ../freedesktop.org.xml.in.h:318 +msgid "Picture CD" +msgstr "Picture CD" + +#: ../freedesktop.org.xml.in.h:319 +msgid "PlanPerfect spreadsheet" +msgstr "Arkusz PlanPerfect" + +#: ../freedesktop.org.xml.in.h:320 +msgid "Plucker document" +msgstr "Dokument Plucker" + +#: ../freedesktop.org.xml.in.h:321 +msgid "PostScript document (bzip-compressed)" +msgstr "Dokument Postscript (kompresja bzip)" + +#: ../freedesktop.org.xml.in.h:322 +msgid "PostScript document (gzip-compressed)" +msgstr "Dokument Postscript (kompresja gzip)" + +#: ../freedesktop.org.xml.in.h:323 +msgid "Postscript type-1 font" +msgstr "Czcionka Postcript type-1" + +#: ../freedesktop.org.xml.in.h:324 +msgid "PowerPoint presentation" +msgstr "Prezentacja PowerPoint" + +#: ../freedesktop.org.xml.in.h:325 +msgid "Python bytecode" +msgstr "Kod bajtowy Pythona" + +#: ../freedesktop.org.xml.in.h:326 +msgid "Python script" +msgstr "Skrypt Pythona" + +#: ../freedesktop.org.xml.in.h:327 +msgid "Qt Designer file" +msgstr "Plik Qt Designera" + +#: ../freedesktop.org.xml.in.h:328 +msgid "Qt MOC file" +msgstr "Plik Qt MOC" + +#: ../freedesktop.org.xml.in.h:329 +msgid "Quattro Pro spreadsheet" +msgstr "Arkusz Quattro Pro" + +#: ../freedesktop.org.xml.in.h:330 +msgid "QuickTime image" +msgstr "Obraz QuickTime" + +#: ../freedesktop.org.xml.in.h:331 +msgid "QuickTime metalink playlist" +msgstr "Lista odtwarzania metaodnośników QuickTime" + +#: ../freedesktop.org.xml.in.h:332 +msgid "QuickTime video" +msgstr "Plik wideo QuickTime" + +#: ../freedesktop.org.xml.in.h:333 +msgid "Quicken document" +msgstr "Dokument Quicken" + +#: ../freedesktop.org.xml.in.h:334 +msgid "RAR archive" +msgstr "Archiwum RAR" + +#: ../freedesktop.org.xml.in.h:335 +msgid "RDF file" +msgstr "Plik RDF" + +#: ../freedesktop.org.xml.in.h:336 +msgid "README document" +msgstr "Dokument README" + +#: ../freedesktop.org.xml.in.h:337 +msgid "RGB image" +msgstr "Obraz RGB" + +#: ../freedesktop.org.xml.in.h:338 +msgid "RIFF audio" +msgstr "Plik dźwiękowy RIFF" + +#: ../freedesktop.org.xml.in.h:339 +msgid "RPM package" +msgstr "Pakiet RPM" + +#: ../freedesktop.org.xml.in.h:340 +msgid "RPM spec file" +msgstr "Plik spec RPM" + +#: ../freedesktop.org.xml.in.h:341 +msgid "RSS summary" +msgstr "Podsumowanie RSS" + +#: ../freedesktop.org.xml.in.h:342 +msgid "RTF document" +msgstr "Dokument RTF" + +#: ../freedesktop.org.xml.in.h:343 +msgid "RealAudio document" +msgstr "Dokument RealAudio" + +#: ../freedesktop.org.xml.in.h:344 +msgid "RealMedia Metafile" +msgstr "Metaplik RealMedia" + +#: ../freedesktop.org.xml.in.h:345 +msgid "RealMedia document" +msgstr "Dokument RealMedia" + +#: ../freedesktop.org.xml.in.h:346 +msgid "RealPix document" +msgstr "Dokument RealPix" + +#: ../freedesktop.org.xml.in.h:347 +msgid "RealText document" +msgstr "Dokument RealText" + +#: ../freedesktop.org.xml.in.h:348 +msgid "RealVideo document" +msgstr "Dokument RealVideo" + +#: ../freedesktop.org.xml.in.h:349 +msgid "Ruby script" +msgstr "Skrypt Ruby" + +#: ../freedesktop.org.xml.in.h:350 +msgid "Run Length Encoded bitmap image" +msgstr "Obraz bitmapy RLE" + +#: ../freedesktop.org.xml.in.h:351 +msgid "S/MIME file" +msgstr "Plik S/MIME" + +#: ../freedesktop.org.xml.in.h:352 +msgid "SAMI subtitles" +msgstr "Napisy SAMI" + +#: ../freedesktop.org.xml.in.h:353 +msgid "SC/Xspread spreadsheet" +msgstr "Arkusz SC/Xspread" + +#: ../freedesktop.org.xml.in.h:354 +msgid "SDP multicast stream file" +msgstr "Plik strumienia multicast SDP" + +#. translators: a record is in this context a description of a board game +#. that has been played, and that can be played back again: +#. http://www.red-bean.com/sgf/ +#: ../freedesktop.org.xml.in.h:358 +msgid "SGF record" +msgstr "Zapis gry SGF" + +#: ../freedesktop.org.xml.in.h:359 +msgid "SGI image" +msgstr "Obraz SGI" + +#: ../freedesktop.org.xml.in.h:360 +msgid "SGI video" +msgstr "Plik wideo SGI" + +#: ../freedesktop.org.xml.in.h:361 +msgid "SGML document" +msgstr "Dokument SGML" + +#: ../freedesktop.org.xml.in.h:362 +msgid "SIS package" +msgstr "Pakiet SIS" + +#: ../freedesktop.org.xml.in.h:363 +msgid "SISX package" +msgstr "Pakiet SISX" + +#: ../freedesktop.org.xml.in.h:364 +msgid "SMAF audio" +msgstr "Plik dźwiękowy SMAF" + +#: ../freedesktop.org.xml.in.h:365 +msgid "SMIL document" +msgstr "Dokument SMIL" + +#: ../freedesktop.org.xml.in.h:366 +msgid "SQL code" +msgstr "Kod SQL" + +#: ../freedesktop.org.xml.in.h:367 +msgid "SQLite2 database" +msgstr "Baza danych SQLite2" + +#: ../freedesktop.org.xml.in.h:368 +msgid "SQLite3 database" +msgstr "Baza danych SQLite3" + +#: ../freedesktop.org.xml.in.h:369 +msgid "SSA subtitles" +msgstr "Napisy SSA" + +#: ../freedesktop.org.xml.in.h:370 +msgid "SV4 CPIO archive" +msgstr "Archiwum SV4 CPIO" + +#: ../freedesktop.org.xml.in.h:371 +msgid "SV4 CPIO archive (with CRC)" +msgstr "Archiwum SV4 CPIO (z sumą kontrolną)" + +#: ../freedesktop.org.xml.in.h:372 +msgid "SVG image" +msgstr "Obraz SVG" + +#: ../freedesktop.org.xml.in.h:373 +msgid "Scheme source code" +msgstr "Kod źródłowy Scheme" + +#: ../freedesktop.org.xml.in.h:374 +msgid "Scream Tracker 3 audio" +msgstr "Plik dźwiękowy Scream Tracker 3" + +#: ../freedesktop.org.xml.in.h:375 +msgid "Scream Tracker audio" +msgstr "Plik dźwiękowy Scream Tracker" + +#: ../freedesktop.org.xml.in.h:376 +msgid "Scream Tracker instrument" +msgstr "Instrument Scream Tracker" + +#: ../freedesktop.org.xml.in.h:377 +msgid "Sega Master System/Game Gear ROM" +msgstr "Plik ROM konsoli SMS/Game Gear" + +#: ../freedesktop.org.xml.in.h:378 +msgid "Setext document" +msgstr "Dokument Setext" + +#: ../freedesktop.org.xml.in.h:379 +msgid "Shockwave Flash file" +msgstr "Plik Shockwave Flash" + +#. translators: "Shorten" is the name of an audio codec +#: ../freedesktop.org.xml.in.h:381 +msgid "Shorten audio" +msgstr "Plik dźwiękowy Shorten" + +#: ../freedesktop.org.xml.in.h:382 +msgid "Siag spreadsheet" +msgstr "Arkusz Siag" + +#: ../freedesktop.org.xml.in.h:383 +msgid "Sieve mail filter script" +msgstr "Skrypt filtra poczty Sieve" + +#: ../freedesktop.org.xml.in.h:384 +msgid "Sigma X3F raw image" +msgstr "Surowy obraz X3F Sigma" + +#: ../freedesktop.org.xml.in.h:385 +msgid "Skencil document" +msgstr "Dokument Skencil" + +#: ../freedesktop.org.xml.in.h:386 +msgid "Sony ARW raw image" +msgstr "Surowy obraz ARW Sony" + +#: ../freedesktop.org.xml.in.h:387 +msgid "Sony SR2 raw image" +msgstr "Surowy obraz SR2 Sony" + +#: ../freedesktop.org.xml.in.h:388 +msgid "Sony SRF raw image" +msgstr "Surowy obraz SRF Sony" + +#: ../freedesktop.org.xml.in.h:389 +msgid "Speedo font" +msgstr "Czcionka Speedo" + +#: ../freedesktop.org.xml.in.h:390 +msgid "Speex audio" +msgstr "Plik dźwiękowy Speex" + +#: ../freedesktop.org.xml.in.h:391 +msgid "Stampede package" +msgstr "Pakiet Stampede" + +#: ../freedesktop.org.xml.in.h:392 +msgid "StarCalc spreadsheet" +msgstr "Arkusz StarCalc" + +#: ../freedesktop.org.xml.in.h:393 +msgid "StarChart chart" +msgstr "Wykres StarChart" + +#: ../freedesktop.org.xml.in.h:394 +msgid "StarDraw drawing" +msgstr "Rysunek StarDraw" + +#: ../freedesktop.org.xml.in.h:395 +msgid "StarImpress presentation" +msgstr "Prezentacja StarImpress" + +#: ../freedesktop.org.xml.in.h:396 +msgid "StarMail email" +msgstr "E-Mail StarMail" + +#: ../freedesktop.org.xml.in.h:397 +msgid "StarMath formula" +msgstr "Formuła StarMath" + +#: ../freedesktop.org.xml.in.h:398 +msgid "StarWriter document" +msgstr "Dokument StarWriter" + +#: ../freedesktop.org.xml.in.h:399 +msgid "StuffIt archive" +msgstr "Archiwum StuffIt" + +#: ../freedesktop.org.xml.in.h:400 +msgid "SubRip subtitles" +msgstr "Napisy SubRip" + +#: ../freedesktop.org.xml.in.h:401 +msgid "SubViewer subtitles" +msgstr "Napisy SubViewer" + +#: ../freedesktop.org.xml.in.h:402 +msgid "Sun raster image" +msgstr "Obraz rastrowy Sun" + +#: ../freedesktop.org.xml.in.h:403 +msgid "SunOS News font" +msgstr "Czcionka SunOS News" + +#. Translate this as Super Famicom (in Far East Asia) or Super Nintendo (in Europe) if the console was known as such in your locale +#: ../freedesktop.org.xml.in.h:405 +msgid "Super NES ROM" +msgstr "Plik ROM konsoli SNES" + +#. http://en.wikipedia.org/wiki/Super_Video_CD +#. http://everything2.com/index.pl?node_id=1009222 +#: ../freedesktop.org.xml.in.h:408 +msgid "Super Video CD" +msgstr "Super Video CD" + +#: ../freedesktop.org.xml.in.h:409 +msgid "T602 document" +msgstr "Dokument T602" + +#: ../freedesktop.org.xml.in.h:410 +msgid "TGA image" +msgstr "Obraz TGA" + +#: ../freedesktop.org.xml.in.h:411 +msgid "TGIF document" +msgstr "Dokument TGIF" + +#: ../freedesktop.org.xml.in.h:412 +msgid "TIFF image" +msgstr "Obraz TIFF" + +#: ../freedesktop.org.xml.in.h:413 +msgid "TNEF message" +msgstr "Wiadomość TNEF" + +#: ../freedesktop.org.xml.in.h:414 +msgid "TSV document" +msgstr "Dokument TSV" + +#: ../freedesktop.org.xml.in.h:415 +msgid "Tar archive" +msgstr "Archiwum tar" + +#: ../freedesktop.org.xml.in.h:416 +msgid "Tar archive (LZMA-compressed)" +msgstr "Archiwum tar (kompresja LZO)" + +#: ../freedesktop.org.xml.in.h:417 +msgid "Tar archive (LZO-compressed)" +msgstr "Archiwum tar (kompresja LZO)" + +#: ../freedesktop.org.xml.in.h:418 +msgid "Tar archive (bzip-compressed)" +msgstr "Archiwum tar (kompresja bzip)" + +#: ../freedesktop.org.xml.in.h:419 +msgid "Tar archive (compressed)" +msgstr "Archiwum tar (skompresowane)" + +#: ../freedesktop.org.xml.in.h:420 +msgid "Tar archive (gzip-compressed)" +msgstr "Archiwum tar (kompresja gzip)" + +#: ../freedesktop.org.xml.in.h:421 +msgid "Tcl script" +msgstr "Skrypt Tcl" + +#: ../freedesktop.org.xml.in.h:422 +msgid "TeX DVI document" +msgstr "Dokument TeX DVI" + +#: ../freedesktop.org.xml.in.h:423 +msgid "TeX DVI document (bzip-compressed)" +msgstr "Dokument TeX DVI (kompresja bzip)" + +#: ../freedesktop.org.xml.in.h:424 +msgid "TeX DVI document (gzip-compressed)" +msgstr "Dokument TeX DVI (kompresja gzip)" + +#: ../freedesktop.org.xml.in.h:425 +msgid "TeX document" +msgstr "Dokument TeX" + +#: ../freedesktop.org.xml.in.h:426 +msgid "TeX font" +msgstr "Czcionka TeXa" + +#: ../freedesktop.org.xml.in.h:427 +msgid "TeX font metrics" +msgstr "Metryki czcionki TeX" + +#: ../freedesktop.org.xml.in.h:428 +msgid "TeXInfo document" +msgstr "Dokument TeXInfo" + +#: ../freedesktop.org.xml.in.h:429 +msgid "ToutDoux document" +msgstr "Dokument ToutDoux" + +#: ../freedesktop.org.xml.in.h:430 +msgid "Troff ME input document" +msgstr "Dokument wejściowy Troff ME" + +#: ../freedesktop.org.xml.in.h:431 +msgid "Troff MM input document" +msgstr "Dokument wejściowy Troff MM" + +#: ../freedesktop.org.xml.in.h:432 +msgid "Troff MS input document" +msgstr "Dokument wejściowy Troff MS" + +#: ../freedesktop.org.xml.in.h:433 +msgid "Troff document" +msgstr "Dokument Troff" + +#: ../freedesktop.org.xml.in.h:434 +msgid "Troff document (with manpage macros)" +msgstr "Dokument Troff (z makrami stron pomocy)" + +#: ../freedesktop.org.xml.in.h:435 +msgid "TrueAudio audio" +msgstr "Plik dźwiękowy TrueAudio" + +#: ../freedesktop.org.xml.in.h:436 +msgid "TrueType XML font" +msgstr "Czcionka TrueType XML" + +#: ../freedesktop.org.xml.in.h:437 +msgid "TrueType font" +msgstr "Czcionka TrueType" + +#: ../freedesktop.org.xml.in.h:438 +msgid "UFRaw ID image" +msgstr "Obraz UFRaw ID" + +#: ../freedesktop.org.xml.in.h:439 +msgid "ULAW (Sun) audio" +msgstr "Plik dźwiękowy ULAW (Sun)" + +#: ../freedesktop.org.xml.in.h:440 +msgid "UNIX-compressed file" +msgstr "Plik skompresowany pod UNIX-em" + +#: ../freedesktop.org.xml.in.h:441 +msgid "Unidata NetCDF document" +msgstr "Dokument Unidata NetCDF" + +#: ../freedesktop.org.xml.in.h:442 +msgid "Usenet news message" +msgstr "Wiadomość grupy dyskusyjnej" + +#: ../freedesktop.org.xml.in.h:443 +msgid "Ustar archive" +msgstr "Archiwum ustar" + +#: ../freedesktop.org.xml.in.h:444 +msgid "V font" +msgstr "Czcionka V" + +#: ../freedesktop.org.xml.in.h:445 +msgid "VCS/ICS calendar" +msgstr "Kalendarz VCS/ICS" + +#: ../freedesktop.org.xml.in.h:446 +msgid "VHDL document" +msgstr "Dokument VHDL" + +#: ../freedesktop.org.xml.in.h:447 +msgid "VOC audio" +msgstr "Plik dźwiękowy VOC" + +#: ../freedesktop.org.xml.in.h:448 +msgid "VRML document" +msgstr "Dokument VRML" + +#: ../freedesktop.org.xml.in.h:449 +msgid "Vala source code" +msgstr "Kod źródłowy Vala" + +#. http://en.wikipedia.org/wiki/Video_CD +#. http://www.herongyang.com/CD-DVD/VCD-Movie-File-Directory-Structure.html +#: ../freedesktop.org.xml.in.h:452 +msgid "Video CD" +msgstr "Video CD" + +#: ../freedesktop.org.xml.in.h:453 +msgid "Vivo video" +msgstr "Plik wideo Vivo" + +#: ../freedesktop.org.xml.in.h:454 +msgid "WAIS source code" +msgstr "Plik źródłowy WAIS" + +#: ../freedesktop.org.xml.in.h:455 +msgid "WAV audio" +msgstr "Plik dźwiękowy WAV" + +#: ../freedesktop.org.xml.in.h:456 +msgid "WBMP image" +msgstr "Obraz WBMP" + +#: ../freedesktop.org.xml.in.h:457 +msgid "WMF image" +msgstr "Obraz WMF" + +#: ../freedesktop.org.xml.in.h:458 +msgid "WML document" +msgstr "Dokument WML" + +#: ../freedesktop.org.xml.in.h:459 +msgid "WMLScript program" +msgstr "Pogram WMLScript" + +#: ../freedesktop.org.xml.in.h:460 +msgid "WRI document" +msgstr "Dokument WRI" + +#: ../freedesktop.org.xml.in.h:461 +msgid "WavPack audio" +msgstr "Plik dźwiękowy WavPack" + +#: ../freedesktop.org.xml.in.h:462 +msgid "WavPack audio correction file" +msgstr "Plik korekcji dźwięku WavPack" + +#: ../freedesktop.org.xml.in.h:463 +msgid "Wavelet video" +msgstr "Plik wideo Wavelet" + +#: ../freedesktop.org.xml.in.h:464 +msgid "Windows BMP image" +msgstr "Obraz BMP Windows" + +#: ../freedesktop.org.xml.in.h:465 +msgid "Windows Installer package" +msgstr "Pakiet instalatora Windows" + +#: ../freedesktop.org.xml.in.h:466 +msgid "Windows Media Station file" +msgstr "Plik Windows Media Station" + +#: ../freedesktop.org.xml.in.h:467 +msgid "Windows Media audio" +msgstr "Plik dźwiękowy Windows Media" + +#: ../freedesktop.org.xml.in.h:468 +msgid "Windows Media video" +msgstr "Plik wideo Windows Media" + +#: ../freedesktop.org.xml.in.h:469 +msgid "Windows Registry extract" +msgstr "Wycinek rejestru Windows" + +#: ../freedesktop.org.xml.in.h:470 +msgid "Windows animated cursor" +msgstr "Animowany kursor Windows" + +#: ../freedesktop.org.xml.in.h:471 +msgid "Windows cursor" +msgstr "Kursor Windows" + +#: ../freedesktop.org.xml.in.h:472 +msgid "Word document" +msgstr "Dokument Word" + +#: ../freedesktop.org.xml.in.h:473 +msgid "Word template" +msgstr "Szablon Word" + +#: ../freedesktop.org.xml.in.h:474 +msgid "WordPerfect document" +msgstr "Dokument WordPerfect" + +#: ../freedesktop.org.xml.in.h:475 +msgid "WordPerfect/Drawperfect image" +msgstr "Obraz WordPerfect/DrawPerfect" + +#: ../freedesktop.org.xml.in.h:476 +msgid "X window image" +msgstr "Obraz X window" + +#: ../freedesktop.org.xml.in.h:477 +msgid "X-Motif UIL table" +msgstr "Tabela UIL X-Motif" + +#: ../freedesktop.org.xml.in.h:478 +msgid "X11 cursor" +msgstr "Kursor X11" + +#: ../freedesktop.org.xml.in.h:479 +msgid "XBEL bookmarks" +msgstr "Zakładki XBEL" + +#: ../freedesktop.org.xml.in.h:480 +msgid "XBM image" +msgstr "Obraz XBM" + +#: ../freedesktop.org.xml.in.h:481 +msgid "XFig image" +msgstr "Obraz XFig" + +#: ../freedesktop.org.xml.in.h:482 +msgid "XHTML page" +msgstr "Strona XHTML" + +#: ../freedesktop.org.xml.in.h:483 +msgid "XLIFF translation file" +msgstr "Plik tłumaczenia XLIFF" + +#: ../freedesktop.org.xml.in.h:484 +msgid "XMCD CD database" +msgstr "Baza danych CD XMCD" + +#: ../freedesktop.org.xml.in.h:485 +msgid "XMF audio" +msgstr "Plik dźwiękowy XMF" + +#: ../freedesktop.org.xml.in.h:486 +msgid "XMI file" +msgstr "Plik XMI" + +#: ../freedesktop.org.xml.in.h:487 +msgid "XML document" +msgstr "Dokument XML" + +#: ../freedesktop.org.xml.in.h:488 +msgid "XML entities document" +msgstr "Dokument jednostek XML" + +#: ../freedesktop.org.xml.in.h:489 +msgid "XPM image" +msgstr "Obraz XPM" + +#: ../freedesktop.org.xml.in.h:490 +msgid "XPS document" +msgstr "Dokument XPS" + +#: ../freedesktop.org.xml.in.h:491 +msgid "XSL FO file" +msgstr "Plik XSL FO" + +#: ../freedesktop.org.xml.in.h:492 +msgid "XSLT stylesheet" +msgstr "Arkusz stylów XSLT" + +#: ../freedesktop.org.xml.in.h:493 +msgid "XSPF playlist" +msgstr "Lista odtwarzania XSPF" + +#: ../freedesktop.org.xml.in.h:494 +msgid "XUL document" +msgstr "Dokument XUL" + +#: ../freedesktop.org.xml.in.h:495 +msgid "XUL interface document" +msgstr "Dokument interfejsu XUL" + +#: ../freedesktop.org.xml.in.h:496 +msgid "Xbase document" +msgstr "Dokument Xbase" + +#: ../freedesktop.org.xml.in.h:497 +msgid "Zip archive" +msgstr "Archiwum ZIP" + +#: ../freedesktop.org.xml.in.h:498 +msgid "Zoo archive" +msgstr "Archiwum zoo" + +#: ../freedesktop.org.xml.in.h:499 +msgid "application log" +msgstr "Dziennik programu" + +#. http://en.wikipedia.org/wiki/Red_Book_(audio_CD_standard) +#: ../freedesktop.org.xml.in.h:501 +msgid "audio CD" +msgstr "CD-Audio" + +#. http://en.wikipedia.org/wiki/DVD-Audio +#: ../freedesktop.org.xml.in.h:503 +msgid "audio DVD" +msgstr "DVD-Audio" + +#: ../freedesktop.org.xml.in.h:504 +msgid "author credits" +msgstr "Podziękowania autorów programu" + +#: ../freedesktop.org.xml.in.h:505 +msgid "author list" +msgstr "Lista autorów" + +#: ../freedesktop.org.xml.in.h:506 +msgid "backup file" +msgstr "Plik danych zapasowych" + +#. http://en.wikipedia.org/wiki/Blu-ray_Disc +#: ../freedesktop.org.xml.in.h:508 +msgid "blank Blu-ray disc" +msgstr "Pusta płyta Blu-ray" + +#. http://en.wikipedia.org/wiki/Compact_Disc +#: ../freedesktop.org.xml.in.h:510 +msgid "blank CD disc" +msgstr "Pusta płyta CD" + +#. http://en.wikipedia.org/wiki/DVD +#: ../freedesktop.org.xml.in.h:512 +msgid "blank DVD disc" +msgstr "Pusta płyta DVD" + +#. http://en.wikipedia.org/wiki/HD_DVD +#: ../freedesktop.org.xml.in.h:514 +msgid "blank HD DVD disc" +msgstr "Pusta płyta HD DVD" + +#: ../freedesktop.org.xml.in.h:515 +msgid "block device" +msgstr "Urządzenie blokowe" + +#: ../freedesktop.org.xml.in.h:516 +msgid "character device" +msgstr "Urządzenie znakowe" + +#: ../freedesktop.org.xml.in.h:517 +msgid "comic book archive" +msgstr "Archiwum komiksu" + +#: ../freedesktop.org.xml.in.h:518 +msgid "compound document" +msgstr "Dokument złożony" + +#: ../freedesktop.org.xml.in.h:519 +msgid "compound documents" +msgstr "Dokumenty złożone" + +#: ../freedesktop.org.xml.in.h:520 +msgid "compressed GIMP image" +msgstr "Skompresowany obraz GIMP" + +#: ../freedesktop.org.xml.in.h:521 +msgid "compressed SVG image" +msgstr "Skompresowany obraz SVG" + +#: ../freedesktop.org.xml.in.h:522 +msgid "compressed Tracker audio" +msgstr "Skompresowany plik dźwiękowy Tracker" + +#: ../freedesktop.org.xml.in.h:523 +msgid "desktop configuration file" +msgstr "Plik z konfiguracją środowiska" + +#: ../freedesktop.org.xml.in.h:524 +msgid "detached OpenPGP signature" +msgstr "Oddzielony podpis OpenPGP" + +#: ../freedesktop.org.xml.in.h:525 +msgid "detached S/MIME signature" +msgstr "Oddzielony podpis S/MIME" + +#: ../freedesktop.org.xml.in.h:526 +msgid "differences between files" +msgstr "Różnica pomiędzy plikami" + +#. http://en.wikipedia.org/wiki/Design_rule_for_Camera_File_system +#: ../freedesktop.org.xml.in.h:528 +msgid "digital photos" +msgstr "Zdjęcia cyfrowe" + +#: ../freedesktop.org.xml.in.h:529 +msgid "digital raw image" +msgstr "Surowy obraz cyfrowy" + +#: ../freedesktop.org.xml.in.h:530 +msgid "eMusic download package" +msgstr "Pobieralny pakiet eMusic" + +#: ../freedesktop.org.xml.in.h:531 +msgid "electronic book document" +msgstr "Dokument książki elektronicznej" + +#: ../freedesktop.org.xml.in.h:532 +msgid "electronic business card" +msgstr "Wizytówka elektroniczna" + +#: ../freedesktop.org.xml.in.h:533 +msgid "email headers" +msgstr "Nagłówki wiadomości e-mail" + +#: ../freedesktop.org.xml.in.h:534 +msgid "email message" +msgstr "Wiadomość e-mail" + +#: ../freedesktop.org.xml.in.h:535 +msgid "empty document" +msgstr "Pusty dokument" + +#: ../freedesktop.org.xml.in.h:536 +msgid "encrypted message" +msgstr "Wiadomość zaszyfrowana" + +#: ../freedesktop.org.xml.in.h:537 +msgid "enriched text document" +msgstr "Wzbogacony dokument tekstowy" + +#: ../freedesktop.org.xml.in.h:538 +msgid "executable" +msgstr "Plik wykonywalny" + +#: ../freedesktop.org.xml.in.h:539 +msgid "folder" +msgstr "Katalog" + +#: ../freedesktop.org.xml.in.h:540 +msgid "generic font file" +msgstr "Zwykły plik czcionki" + +#: ../freedesktop.org.xml.in.h:541 +msgid "help page" +msgstr "Strona pomocy" + +#: ../freedesktop.org.xml.in.h:542 +msgid "iMelody ringtone" +msgstr "Dzwonek iMelody" + +#: ../freedesktop.org.xml.in.h:543 +msgid "iPod firmware" +msgstr "Oprogramowanie wewnętrzne iPod" + +#: ../freedesktop.org.xml.in.h:544 +msgid "iRiver Playlist" +msgstr "Lista odtwarzania iRiver" + +#: ../freedesktop.org.xml.in.h:545 +msgid "installation instructions" +msgstr "Instrukcje instalacji" + +#: ../freedesktop.org.xml.in.h:546 +msgid "iptables configuration file" +msgstr "plik z konfiguracją iptables" + +#: ../freedesktop.org.xml.in.h:547 +msgid "libtool shared library" +msgstr "Biblioteka współdzielona libtool" + +#: ../freedesktop.org.xml.in.h:548 +msgid "license terms" +msgstr "Warunki licencji" + +#: ../freedesktop.org.xml.in.h:549 +msgid "mail delivery report" +msgstr "Raport z dostarczenia poczty" + +#: ../freedesktop.org.xml.in.h:550 +msgid "mail disposition report" +msgstr "Raport z wysyłania poczty" + +#: ../freedesktop.org.xml.in.h:551 +msgid "mail system report" +msgstr "Raport systemu pocztowego" + +#: ../freedesktop.org.xml.in.h:552 +msgid "mailbox file" +msgstr "Plik poczty (Mailbox)" + +#: ../freedesktop.org.xml.in.h:553 +msgid "manual page (compressed)" +msgstr "Strona pomocy (skompresowana)" + +#: ../freedesktop.org.xml.in.h:554 +msgid "message catalog" +msgstr "Katalog wiadomości" + +#: ../freedesktop.org.xml.in.h:555 +msgid "message digest" +msgstr "Wiadomość przetwarzania" + +#: ../freedesktop.org.xml.in.h:556 +msgid "message in several formats" +msgstr "Wiadomość w wielu formatach" + +#: ../freedesktop.org.xml.in.h:557 +msgid "mount point" +msgstr "Punkt montowania" + +#: ../freedesktop.org.xml.in.h:558 +msgid "object code" +msgstr "Kod w postaci skompilowanej" + +#: ../freedesktop.org.xml.in.h:559 +msgid "packed font file" +msgstr "Plik ze spakowaną czcionką" + +#: ../freedesktop.org.xml.in.h:560 +msgid "partial email message" +msgstr "Częściowa wiadomość e-mail" + +#: ../freedesktop.org.xml.in.h:561 +msgid "pipe" +msgstr "Potok" + +#: ../freedesktop.org.xml.in.h:562 +msgid "plain text document" +msgstr "Zwykły dokument tekstowy" + +#. see fd.o hal spec +#: ../freedesktop.org.xml.in.h:564 +msgid "portable audio player" +msgstr "przenośny odtwarzacz dźwięku" + +#: ../freedesktop.org.xml.in.h:565 +msgid "profiler results" +msgstr "Wyniki profilowania" + +#: ../freedesktop.org.xml.in.h:566 +msgid "program crash data" +msgstr "Dane awarii programu" + +#: ../freedesktop.org.xml.in.h:567 +msgid "raw CD image" +msgstr "Surowy obraz CD" + +#: ../freedesktop.org.xml.in.h:568 +msgid "reference to remote file" +msgstr "Odwołanie do pliku zdalnego" + +#: ../freedesktop.org.xml.in.h:569 +msgid "rejected patch" +msgstr "Odrzucona łata" + +#: ../freedesktop.org.xml.in.h:570 +msgid "resource location" +msgstr "Położenie zasobu" + +#: ../freedesktop.org.xml.in.h:571 +msgid "rich text document" +msgstr "Dokument rich text" + +#: ../freedesktop.org.xml.in.h:572 +msgid "shared library" +msgstr "Biblioteka współdzielona" + +#: ../freedesktop.org.xml.in.h:573 +msgid "shell archive" +msgstr "Archiwum powłoki" + +#: ../freedesktop.org.xml.in.h:574 +msgid "shell script" +msgstr "Skrypt powłoki" + +#: ../freedesktop.org.xml.in.h:575 +msgid "signed message" +msgstr "Podpisana wiadomość" + +#: ../freedesktop.org.xml.in.h:576 +msgid "socket" +msgstr "Gniazdo" + +#. http://standards.freedesktop.org/autostart-spec/autostart-spec-latest.html +#. http://bugzilla.gnome.org/show_bug.cgi?id=509823#c3 +#: ../freedesktop.org.xml.in.h:579 +msgid "software" +msgstr "oprogramowanie" + +#: ../freedesktop.org.xml.in.h:580 +msgid "spreadsheet interchange document" +msgstr "Dokument wymiany arkuszy kalkulacyjnych" + +#: ../freedesktop.org.xml.in.h:581 +msgid "stream of data (server push)" +msgstr "Strumień danych (wymuszenie serwera)" + +#: ../freedesktop.org.xml.in.h:582 +msgid "symbolic link" +msgstr "Dowiązanie symboliczne" + +#: ../freedesktop.org.xml.in.h:583 +msgid "theme" +msgstr "Motyw" + +#: ../freedesktop.org.xml.in.h:584 +msgid "translated messages (machine-readable)" +msgstr "Przetłumaczone komunikaty (czytelne dla maszyny)" + +#: ../freedesktop.org.xml.in.h:585 +msgid "translation file" +msgstr "Plik tłumaczenia" + +#: ../freedesktop.org.xml.in.h:586 +msgid "translation template" +msgstr "Szablon tłumaczenia" + +#: ../freedesktop.org.xml.in.h:587 +msgid "txt2tags document" +msgstr "Dokument txt2tags" + +#: ../freedesktop.org.xml.in.h:588 +msgid "unknown" +msgstr "Nieznany typ" + +#. http://en.wikipedia.org/wiki/DVD-Video +#: ../freedesktop.org.xml.in.h:590 +msgid "video DVD" +msgstr "DVD-Video" + +#~ msgid "CGI script" +#~ msgstr "Skrypt CGI" + +#~ msgid "GIMP image (compressed)" +#~ msgstr "Obraz GIMPa (skompresowany)" + +#~ msgid "GTK+ configuration" +#~ msgstr "Konfiguracja GTK+" + +#~ msgid "Macintosh StuffIt archive" +#~ msgstr "Archiwum StuffIt dla Macintosha" + +#~ msgid "Netscape bookmarks" +#~ msgstr "Zakładki Netscape" + +#~ msgid "OpenOffice Calc" +#~ msgstr "Arkusz OpenOffice" + +#~ msgid "OpenOffice Impress" +#~ msgstr "Prezentacja OpenOffice" + +#~ msgid "SUN Rasterfile image" +#~ msgstr "Obraz rastrowy SUN" + +#~ msgid "WMA audio" +#~ msgstr "Plik dźwiękowy WMA" + +#~ msgid "WMF document" +#~ msgstr "Dokument WMF" + +#~ msgid "WMV video" +#~ msgstr "Plik wideo WMV" + +#~ msgid "ZIP archive" +#~ msgstr "Archiwum ZIP" + +#~ msgid "font" +#~ msgstr "czcionka" + +#~ msgid "gtar archive" +#~ msgstr "archiwum gtar" + +#~ msgid "gzip archive" +#~ msgstr "archiwum gzip" + +#~ msgid "shared library (la)" +#~ msgstr "biblioteka współdzielona (la)" + +#~ msgid "translation" +#~ msgstr "tłumaczenie" diff --git a/po/pt.po b/po/pt.po new file mode 100644 index 0000000..85158ef --- /dev/null +++ b/po/pt.po @@ -0,0 +1,1501 @@ +# shared-mime-info's Portuguese translation. +# Copyright © 2004 Free Software Foundation, Inc. +# This file is distributed under the same license as the shared-mime-info package. +# Pedro Miguel Marques Morais , 2004 +# +msgid "" +msgstr "" +"Project-Id-Version: shared-mime-info 0.15\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2004-08-30 20:01+0200\n" +"PO-Revision-Date: 2004-09-06 11:45+0100\n" +"Last-Translator: Pedro Miguel Marques Morais \n" +"Language-Team: Portuguese \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: freedesktop.org.xml.in.h:1 +msgid "3D Studio image" +msgstr "imagem 3D Studio" + +#: freedesktop.org.xml.in.h:2 +msgid "AIFC audio" +msgstr "áudio AIFC" + +#: freedesktop.org.xml.in.h:3 +msgid "AIFF audio" +msgstr "áudio AIFF" + +#: freedesktop.org.xml.in.h:4 +msgid "AIFF/Amiga/Mac audio" +msgstr "áudio AIFF/Amiga/Mac" + +#: freedesktop.org.xml.in.h:5 +msgid "ANIM animation" +msgstr "animação ANIM" + +#: freedesktop.org.xml.in.h:6 +msgid "AR archive" +msgstr "arquivo AR" + +#: freedesktop.org.xml.in.h:7 +msgid "ARJ archive" +msgstr "arquivo ARJ" + +#: freedesktop.org.xml.in.h:8 +msgid "AVI video" +msgstr "vídeo AVI" + +#: freedesktop.org.xml.in.h:9 +msgid "AWK script" +msgstr "'script' AWK" + +#: freedesktop.org.xml.in.h:10 +msgid "AbiWord document" +msgstr "documento AbiWord" + +#: freedesktop.org.xml.in.h:11 +msgid "Ada source code" +msgstr "código fonte Ada" + +#: freedesktop.org.xml.in.h:12 +msgid "Adobe FrameMaker font" +msgstr "tipo de letra Adobe FrameMaker" + +#: freedesktop.org.xml.in.h:13 +msgid "Adobe Illustrator document" +msgstr "documento Adobe Illustrator" + +#: freedesktop.org.xml.in.h:14 +msgid "Adobe font metrics" +msgstr "métrica de tipos de letra Adobe" + +#: freedesktop.org.xml.in.h:15 +msgid "Amiga SoundTracker audio" +msgstr "áudio SoundTracker do Amiga" + +#: freedesktop.org.xml.in.h:16 +msgid "Andrew Toolkit inset" +msgstr "'inset' do Andrew Toolkit" + +#: freedesktop.org.xml.in.h:17 +msgid "Applix Graphics image" +msgstr "imagem Applix Graphics" + +#: freedesktop.org.xml.in.h:18 +msgid "Applix Spreadsheets spreadsheet" +msgstr "folha de cálculo Applix Spreadsheets" + +#: freedesktop.org.xml.in.h:19 +msgid "Applix Words document" +msgstr "documento Applix Words" + +#: freedesktop.org.xml.in.h:20 +msgid "AutoCAD image" +msgstr "imagem AutoCAD" + +#: freedesktop.org.xml.in.h:21 +msgid "AutoDesk FLIC animation" +msgstr "animação FLIC AutoDesk" + +#: freedesktop.org.xml.in.h:22 +msgid "BCPIO document" +msgstr "documento BCPIO" + +#: freedesktop.org.xml.in.h:23 +msgid "BDF font" +msgstr "tipo de letra BDF" + +#: freedesktop.org.xml.in.h:24 +msgid "Bibtex bibliographic data" +msgstr "dados bibliográficos Bibtex" + +#: freedesktop.org.xml.in.h:25 +msgid "BitTorrent seed file" +msgstr "ficheiro de origem BitTorrent" + +#: freedesktop.org.xml.in.h:26 +msgid "Blender scene" +msgstr "cenário Blender" + +#: freedesktop.org.xml.in.h:27 +msgid "C shell script" +msgstr "'script' de consola C" + +#: freedesktop.org.xml.in.h:28 +msgid "C source code" +msgstr "código fonte C" + +#: freedesktop.org.xml.in.h:29 +msgid "C source code header" +msgstr "cabeçalho de código fonte C" + +#: freedesktop.org.xml.in.h:30 +msgid "C# source code" +msgstr "código fonte C#" + +#: freedesktop.org.xml.in.h:31 +msgid "C++ source code" +msgstr "código fonte C++" + +#: freedesktop.org.xml.in.h:32 +msgid "C++ source code header" +msgstr "cabeçalho de código fonte C++" + +#: freedesktop.org.xml.in.h:33 +msgid "CCITT G3 fax" +msgstr "fax CCITT G3" + +#: freedesktop.org.xml.in.h:34 +msgid "CGI script" +msgstr "'script' CGI" + +#: freedesktop.org.xml.in.h:35 +msgid "CMU raster image" +msgstr "imagem rasterizada CMU" + +#: freedesktop.org.xml.in.h:36 +msgid "CPIO archive" +msgstr "arquivo CPIO" + +#: freedesktop.org.xml.in.h:37 +msgid "CPIO archive (gzip-compressed)" +msgstr "arquivo CPIO (comprimido com gzip)" + +#: freedesktop.org.xml.in.h:38 +msgid "Cascading Style Sheet" +msgstr "folha de estilos CSS" + +#: freedesktop.org.xml.in.h:39 +msgid "Commodore 64 audio" +msgstr "áudio Commodore 64" + +#: freedesktop.org.xml.in.h:40 +msgid "Computer Graphics Metafile" +msgstr "Computer Graphics Metafile" + +#: freedesktop.org.xml.in.h:41 +msgid "Corel Draw drawing" +msgstr "desenho Corel Draw" + +#: freedesktop.org.xml.in.h:42 +msgid "DCL script" +msgstr "'script' DCL" + +#: freedesktop.org.xml.in.h:43 +msgid "DER/PEM/Netscape-encoded X.509 certificate" +msgstr "certificado X.509 codificado com DER/PEM/Netscape" + +#: freedesktop.org.xml.in.h:44 +msgid "DOS font" +msgstr "tipo de letra DOS" + +#: freedesktop.org.xml.in.h:45 +msgid "DOS/Windows executable" +msgstr "executável DOS/Windows" + +#: freedesktop.org.xml.in.h:46 +msgid "DSSSL document" +msgstr "documento DSSSL" + +#: freedesktop.org.xml.in.h:47 +msgid "DXF vector image" +msgstr "imagem de vectores DXF" + +#: freedesktop.org.xml.in.h:48 +msgid "Debian package" +msgstr "pacote Debian" + +#: freedesktop.org.xml.in.h:49 +msgid "Device Independant Bitmap" +msgstr "'Bitmap' Independente do Dispositivo" + +#: freedesktop.org.xml.in.h:50 +msgid "Dia diagram" +msgstr "diagrama Dia" + +#: freedesktop.org.xml.in.h:51 +msgid "Digital Imaging and Communications in Medicine image" +msgstr "imagem do tipo Imagem e Comunicações Digitais em Medicina" + +#: freedesktop.org.xml.in.h:52 +msgid "Digital Moving Picture Exchange image" +msgstr "imagem do tipo Troca de Imagem de Movimento Digital" + +#: freedesktop.org.xml.in.h:53 +msgid "DjVu image" +msgstr "imagem DjVu" + +#: freedesktop.org.xml.in.h:54 +msgid "Dolby Digital audio" +msgstr "áudio Dolby Digital" + +#: freedesktop.org.xml.in.h:55 +msgid "Dreamcast ROM" +msgstr "ROM Dreamcast" + +#: freedesktop.org.xml.in.h:56 +msgid "Egon Animator animation" +msgstr "animação Egon Animator" + +#: freedesktop.org.xml.in.h:57 +msgid "Emacs Lisp source code" +msgstr "código fonte Emacs Lisp" + +#: freedesktop.org.xml.in.h:58 +msgid "Encapsulated PostScript image" +msgstr "imagem em Postscript Encapsulado" + +#: freedesktop.org.xml.in.h:59 +msgid "Enlightenment theme" +msgstr "tema Enlightenment" + +#: freedesktop.org.xml.in.h:60 +msgid "FLAC audio" +msgstr "áudio FLAC" + +#: freedesktop.org.xml.in.h:61 +msgid "FastTracker II audio" +msgstr "áudio FastTracker II" + +#: freedesktop.org.xml.in.h:62 +msgid "FlashPix image" +msgstr "imagem FlashPix" + +#: freedesktop.org.xml.in.h:63 +msgid "Flexible Image Transport System" +msgstr "Sistema Flexível de Transporte de Imagem" + +#: freedesktop.org.xml.in.h:64 +msgid "Fortran source code" +msgstr "código fonte Fortran" + +#: freedesktop.org.xml.in.h:65 +msgid "FrameMaker MIF document" +msgstr "documento MIF do FrameMaker" + +#: freedesktop.org.xml.in.h:66 +msgid "G3 fax image" +msgstr "imagem de fax G3" + +#: freedesktop.org.xml.in.h:67 +msgid "GIF image" +msgstr "imagem GIF" + +#: freedesktop.org.xml.in.h:68 +msgid "GIMP image" +msgstr "imagem do GIMP" + +#: freedesktop.org.xml.in.h:69 +msgid "GIMP image (compressed)" +msgstr "imagem do GIMP (comprimida)" + +#: freedesktop.org.xml.in.h:70 +msgid "GMC link" +msgstr "'link' GMC" + +#: freedesktop.org.xml.in.h:71 +msgid "GNU Oleo spreadsheet" +msgstr "folha de cálculo GNU Oleo" + +#: freedesktop.org.xml.in.h:72 +msgid "GNU mail message" +msgstr "mensagem de e-mail GNU" + +#: freedesktop.org.xml.in.h:73 +msgid "GTK configuration" +msgstr "configuração GTK" + +#: freedesktop.org.xml.in.h:74 +msgid "GTKtalog catalog" +msgstr "catálogo GTKtalog" + +#: freedesktop.org.xml.in.h:75 +msgid "Game Boy ROM" +msgstr "ROM Game Boy" + +#: freedesktop.org.xml.in.h:76 +msgid "Genesis ROM" +msgstr "ROM Genesis" + +#: freedesktop.org.xml.in.h:77 +msgid "Glade project" +msgstr "projecto Glade" + +#: freedesktop.org.xml.in.h:78 +msgid "GnuCash spreadsheet" +msgstr "folha de cálculo GnuCash" + +#: freedesktop.org.xml.in.h:79 +msgid "Gnumeric spreadsheet" +msgstr "folha de cálculo Gnumeric" + +#: freedesktop.org.xml.in.h:80 +msgid "Graphite scientific graph" +msgstr "gráfico científico Graphite" + +#: freedesktop.org.xml.in.h:81 +msgid "HDF document" +msgstr "documento HDF" + +#: freedesktop.org.xml.in.h:82 +msgid "HP Graphics Language (plotter)" +msgstr "Linguagem de Gráficos HP (plotter)" + +#: freedesktop.org.xml.in.h:83 +msgid "HP Printer Control Language file" +msgstr "ficheiro de Linguagem de Controlo de Impressora HP" + +#: freedesktop.org.xml.in.h:84 +msgid "HTML page" +msgstr "página HTML" + +#: freedesktop.org.xml.in.h:85 +msgid "Haskell source code" +msgstr "código fonte Haskell" + +#: freedesktop.org.xml.in.h:86 +msgid "IDL document" +msgstr "documento IDL" + +#: freedesktop.org.xml.in.h:87 +msgid "IEF image" +msgstr "imagem IEF" + +#: freedesktop.org.xml.in.h:88 +msgid "IFF image" +msgstr "imagem IFF" + +#: freedesktop.org.xml.in.h:89 +msgid "ILBM image" +msgstr "imagem ILBM" + +#: freedesktop.org.xml.in.h:90 +msgid "ISI video" +msgstr "vídeoISI" + +#: freedesktop.org.xml.in.h:91 +msgid "Impulse Tracker audio" +msgstr "áudio Impulse Tracker" + +#: freedesktop.org.xml.in.h:92 +msgid "JBuilder project" +msgstr "projecto JBuilder" + +#: freedesktop.org.xml.in.h:93 +msgid "JNG image" +msgstr "imagem JNG" + +#: freedesktop.org.xml.in.h:94 +msgid "JPEG image" +msgstr "imagem JPEG" + +#: freedesktop.org.xml.in.h:95 +msgid "JPEG-2000 image" +msgstr "imagem JPEG-2000" + +#: freedesktop.org.xml.in.h:96 +msgid "Java archive" +msgstr "arquivo Java" + +#: freedesktop.org.xml.in.h:97 +msgid "Java byte code" +msgstr "'byte-code' Java" + +#: freedesktop.org.xml.in.h:98 +msgid "Java class" +msgstr "classe Java" + +#: freedesktop.org.xml.in.h:99 +msgid "Java source code" +msgstr "código fonte Java" + +#: freedesktop.org.xml.in.h:100 +msgid "Javascript program" +msgstr "programa Javascript" + +#: freedesktop.org.xml.in.h:101 +msgid "KChart chart" +msgstr "gráfico KChart" + +#: freedesktop.org.xml.in.h:102 +msgid "KFormula formula" +msgstr "fórmula KFormula" + +#: freedesktop.org.xml.in.h:103 +msgid "KIllustrator drawing" +msgstr "desenho KIllustrator" + +#: freedesktop.org.xml.in.h:104 +msgid "KPovModeler scene" +msgstr "cenário KPovModeler" + +#: freedesktop.org.xml.in.h:105 +msgid "KPresenter presentation" +msgstr "apresentação KPresenter" + +#: freedesktop.org.xml.in.h:106 +msgid "KSpread spreadsheet" +msgstr "folha de cálculo KSpread" + +#: freedesktop.org.xml.in.h:107 +msgid "KSpread spreadsheet (encrypted)" +msgstr "folha de cálculo KSpread (cifrada)" + +#: freedesktop.org.xml.in.h:108 +msgid "KWord document" +msgstr "documento KWord" + +#: freedesktop.org.xml.in.h:109 +msgid "KWord document (encrypted)" +msgstr "documento KWord (cifrado)" + +#: freedesktop.org.xml.in.h:110 +msgid "Karbon14 drawing" +msgstr "desenho Karbon14" + +#: freedesktop.org.xml.in.h:111 +msgid "Kivio flowchart" +msgstr "gráfico de fluxo Kivio" + +#: freedesktop.org.xml.in.h:112 +msgid "Kontour drawing" +msgstr "desenho Kontour" + +#: freedesktop.org.xml.in.h:113 +msgid "Korn shell script" +msgstr "'script' de consola Korn" + +#: freedesktop.org.xml.in.h:114 +msgid "Krita document" +msgstr "documento Krita" + +#: freedesktop.org.xml.in.h:115 +msgid "Kugar document" +msgstr "documento Kugar" + +#: freedesktop.org.xml.in.h:116 +msgid "LHA archive" +msgstr "arquivo LHA" + +#: freedesktop.org.xml.in.h:117 +msgid "LHZ archive" +msgstr "arquivo LHZ" + +#: freedesktop.org.xml.in.h:118 +msgid "LIBGRX font" +msgstr "tipo de letra LIBGRX" + +#: freedesktop.org.xml.in.h:119 +msgid "LZO archive" +msgstr "arquivo LZO" + +#: freedesktop.org.xml.in.h:120 +msgid "LightWave object" +msgstr "Objecto LightWave" + +#: freedesktop.org.xml.in.h:121 +msgid "LightWave scene" +msgstr "cenário LightWave" + +#: freedesktop.org.xml.in.h:122 +msgid "Linux PSF console font" +msgstr "tipo de letra de consola Linux PSF" + +#: freedesktop.org.xml.in.h:123 +msgid "Literate haskell source code" +msgstr "código fonte haskell literado" + +#: freedesktop.org.xml.in.h:124 +msgid "Lotus 1-2-3 spreadsheet" +msgstr "folha de cálculo Lotus 1-2-3" + +#: freedesktop.org.xml.in.h:125 +msgid "Lotus AmiPro document" +msgstr "documento Lotus AmiPro" + +#: freedesktop.org.xml.in.h:126 +msgid "LyX document" +msgstr "documento LyX" + +#: freedesktop.org.xml.in.h:127 +msgid "MIDI audio" +msgstr "áudio MIDI" + +#: freedesktop.org.xml.in.h:128 +msgid "MNG animation" +msgstr "animação MNG" + +#: freedesktop.org.xml.in.h:129 +msgid "MP3 ShoutCast playlist" +msgstr "lista de reprodução MP3 ShoutCast" + +#: freedesktop.org.xml.in.h:130 +msgid "MP3 audio" +msgstr "áudio MP3" + +#: freedesktop.org.xml.in.h:131 +msgid "MP3 audio (streamed)" +msgstr "áudio MP3 (em fluxo)" + +#: freedesktop.org.xml.in.h:132 +msgid "MP3 playlist" +msgstr "lista de reprodução de MP3" + +#: freedesktop.org.xml.in.h:133 +msgid "MPEG video" +msgstr "vídeo MPEG" + +#: freedesktop.org.xml.in.h:134 +msgid "MSX ROM" +msgstr "ROM MSX" + +#: freedesktop.org.xml.in.h:135 +msgid "Macintosh AppleDouble-encoded file" +msgstr "ficheiro codificado em AppleDouble de Macintosh" + +#: freedesktop.org.xml.in.h:136 +msgid "Macintosh BinHex-encoded file" +msgstr "ficheiro codificado em BinHex de Macintosh" + +#: freedesktop.org.xml.in.h:137 +msgid "Macintosh MacBinary file" +msgstr "ficheiro MacBinary de Macintosh" + +#: freedesktop.org.xml.in.h:138 +msgid "Macintosh Quickdraw/PICT drawing" +msgstr "desenho Quickdraw/PICT de Macintosh" + +#: freedesktop.org.xml.in.h:139 +msgid "Macintosh StuffIt archive" +msgstr "arquivo StuffIt de Macintosh" + +#: freedesktop.org.xml.in.h:140 +msgid "MagicPoint presentation" +msgstr "apresentação MagicPoint" + +#: freedesktop.org.xml.in.h:141 +msgid "Makefile" +msgstr "Makefile" + +#: freedesktop.org.xml.in.h:142 +msgid "MathML document" +msgstr "documento MathML" + +#: freedesktop.org.xml.in.h:143 +msgid "Matroska video" +msgstr "vídeo Matroska" + +#: freedesktop.org.xml.in.h:144 +msgid "Microsoft ASF video" +msgstr "vídeo ASF da Microsoft" + +#: freedesktop.org.xml.in.h:145 +msgid "Microsoft AVI video" +msgstr "vídeo AVI da Microsoft" + +#: freedesktop.org.xml.in.h:146 +msgid "Microsoft Excel spreadsheet" +msgstr "folha de cálculo do Microsoft Excel" + +#: freedesktop.org.xml.in.h:147 +msgid "Microsoft Office drawing" +msgstr "desenho do Microsoft Office" + +#: freedesktop.org.xml.in.h:148 +msgid "Microsoft PowerPoint presentation" +msgstr "apresentação do Microsoft PowerPoint" + +#: freedesktop.org.xml.in.h:149 +msgid "Microsoft WMF file" +msgstr "vídeo WMF da Microsoft" + +#: freedesktop.org.xml.in.h:150 +msgid "Microsoft WMV video" +msgstr "vídeo WMV da Microsoft" + +#: freedesktop.org.xml.in.h:151 +msgid "Microsoft Windows icon" +msgstr "ícone do Microsoft Windows" + +#: freedesktop.org.xml.in.h:152 +msgid "Microsoft Word document" +msgstr "documento do Microsoft Word" + +#: freedesktop.org.xml.in.h:153 +msgid "Microsoft Write document" +msgstr "documento do Microsoft Write" + +#: freedesktop.org.xml.in.h:154 +msgid "Mozilla bookmarks" +msgstr "marcadores do Mozilla" + +#: freedesktop.org.xml.in.h:155 +msgid "NES ROM" +msgstr "ROM NES" + +#: freedesktop.org.xml.in.h:156 +msgid "Nautilus link" +msgstr "atalho Nautilus" + +#: freedesktop.org.xml.in.h:157 +msgid "Netscape bookmarks" +msgstr "marcadores do Netscape" + +#: freedesktop.org.xml.in.h:158 +msgid "Nintendo64 ROM" +msgstr "ROM Nintendo64" + +#: freedesktop.org.xml.in.h:159 +msgid "Nullsoft video" +msgstr "vídeo Nullsoft" + +#: freedesktop.org.xml.in.h:160 +msgid "ODA document" +msgstr "documento ODA" + +#: freedesktop.org.xml.in.h:161 +msgid "OLE2 compound document storage" +msgstr "armazenamento de documento composto OLE2" + +#: freedesktop.org.xml.in.h:162 +msgid "Objective-C source code" +msgstr "código fonte Objective-C" + +#: freedesktop.org.xml.in.h:163 +msgid "Ogg Vorbis audio" +msgstr "áudio Ogg Vorbis" + +#: freedesktop.org.xml.in.h:164 +msgid "OpenOffice.org Calc spreadsheet" +msgstr "folha de cálculo do OpenOffice.org Calc" + +#: freedesktop.org.xml.in.h:165 +msgid "OpenOffice.org Calc spreadsheet template" +msgstr "modelo de folha de cálculo do OpenOffice.org Calc" + +#: freedesktop.org.xml.in.h:166 +msgid "OpenOffice.org Draw drawing" +msgstr "desenho do OpenOffice.org Draw" + +#: freedesktop.org.xml.in.h:167 +msgid "OpenOffice.org Draw drawing template" +msgstr "modelo de desenho do OpenOffice.org Draw" + +#: freedesktop.org.xml.in.h:168 +msgid "OpenOffice.org Impress presentation" +msgstr "apresentação do OpenOffice.org Impress" + +#: freedesktop.org.xml.in.h:169 +msgid "OpenOffice.org Impress presentation template" +msgstr "modelo de apresentação do OpenOffice.org Impress" + +#: freedesktop.org.xml.in.h:170 +msgid "OpenOffice.org Math formula" +msgstr "fórmula do OpenOffice.org Math" + +#: freedesktop.org.xml.in.h:171 +msgid "OpenOffice.org Writer document" +msgstr "documento do OpenOffice.org Writer" + +#: freedesktop.org.xml.in.h:172 +msgid "OpenOffice.org Writer document template" +msgstr "modelo de documento do OpenOffice.org Writer" + +#: freedesktop.org.xml.in.h:173 +msgid "OpenOffice.org Writer global document" +msgstr "documento global do OpenOffice.org Writer" + +#: freedesktop.org.xml.in.h:174 +msgid "OpenType font" +msgstr "tipo de letra OpenType" + +#: freedesktop.org.xml.in.h:175 +msgid "PCF font" +msgstr "tipo de letra PCF" + +#: freedesktop.org.xml.in.h:176 +msgid "PCM audio" +msgstr "áudio PCM" + +#: freedesktop.org.xml.in.h:177 +msgid "PDF document" +msgstr "documento PDF" + +#: freedesktop.org.xml.in.h:178 +msgid "PEF executable" +msgstr "executável PEF" + +#: freedesktop.org.xml.in.h:179 +msgid "PGN chess game" +msgstr "jogo de xadrês PGN" + +#: freedesktop.org.xml.in.h:180 +msgid "PGP keys" +msgstr "chaves PGP" + +#: freedesktop.org.xml.in.h:181 +msgid "PGP message" +msgstr "mensagem PGP" + +#: freedesktop.org.xml.in.h:182 +msgid "PGP/MIME-encrypted message header" +msgstr "cabeçalho de mensagem cifrada com PGP/MIME" + +#: freedesktop.org.xml.in.h:183 +msgid "PHP script" +msgstr "'script' PHP" + +#: freedesktop.org.xml.in.h:184 +msgid "PKCS#12 certificate bundle" +msgstr "conjunto de certificados PKCS#12" + +#: freedesktop.org.xml.in.h:185 +msgid "PNG image" +msgstr "imagem PNG" + +#: freedesktop.org.xml.in.h:186 +msgid "PNM image" +msgstr "imagem PNM" + +#: freedesktop.org.xml.in.h:187 +msgid "Palm OS database" +msgstr "base de dados do Palm OS" + +#: freedesktop.org.xml.in.h:188 +msgid "Palmpilot database/document" +msgstr "documento/base de dados da Palmpilot" + +#: freedesktop.org.xml.in.h:189 +msgid "Pascal source code" +msgstr "código fonte Pascal" + +#: freedesktop.org.xml.in.h:190 +msgid "Pathetic Writer document" +msgstr "documento do Pathetic Writer" + +#: freedesktop.org.xml.in.h:191 +msgid "Perl script" +msgstr "'script' Perl" + +#: freedesktop.org.xml.in.h:192 +msgid "PhotoCD image" +msgstr "imagem de PhotoCD" + +#: freedesktop.org.xml.in.h:193 +msgid "Photoshop image" +msgstr "imagem do Photoshop" + +#: freedesktop.org.xml.in.h:194 +msgid "Playlist" +msgstr "lista de reprodução" + +#: freedesktop.org.xml.in.h:195 +msgid "Portable Bitmap File Format" +msgstr "Formato de Ficheiro Portável Bitmap" + +#: freedesktop.org.xml.in.h:196 +msgid "Portable Graymap File Format" +msgstr "Formato de Ficheiro Portável Graymap" + +#: freedesktop.org.xml.in.h:197 +msgid "Portable Pixmap File Format" +msgstr "Formato de Ficheiro Portável Pixmap" + +#: freedesktop.org.xml.in.h:198 +msgid "PostScript document" +msgstr "documento PostScript" + +#: freedesktop.org.xml.in.h:199 +msgid "PostScript document (gzip-compressed)" +msgstr "documento PostScript (comprimido com gzip)" + +#: freedesktop.org.xml.in.h:200 +msgid "Python bytecode" +msgstr "código binário Python" + +#: freedesktop.org.xml.in.h:201 +msgid "Python script" +msgstr "'script' Python" + +#: freedesktop.org.xml.in.h:202 +msgid "Qt Designer file" +msgstr "ficheiro do Qt Designer" + +#: freedesktop.org.xml.in.h:203 +msgid "Qt Meta Object file" +msgstr "ficheiro de Meta Objecto Qt" + +#: freedesktop.org.xml.in.h:204 +msgid "Quattro Pro spreadsheet" +msgstr "folha de cálculo Quattro Pro" + +#: freedesktop.org.xml.in.h:205 +msgid "QuickTime video" +msgstr "vídeo QuickTime" + +#: freedesktop.org.xml.in.h:206 +msgid "Quicken document" +msgstr "documento Quicken" + +#: freedesktop.org.xml.in.h:207 +msgid "RAR archive" +msgstr "arquivo RAR" + +#: freedesktop.org.xml.in.h:208 +msgid "RDF Site Summary" +msgstr "Resumo de Site RDF" + +#: freedesktop.org.xml.in.h:209 +msgid "README document" +msgstr "documento LEIA-ME" + +#: freedesktop.org.xml.in.h:210 +msgid "RGB image" +msgstr "imagem RGB" + +#: freedesktop.org.xml.in.h:211 +msgid "RIFF audio" +msgstr "áudio RIFF" + +#: freedesktop.org.xml.in.h:212 +msgid "RPM package" +msgstr "pacote RPM" + +#: freedesktop.org.xml.in.h:213 +msgid "RealAudio broadcast" +msgstr "emissão RealAudio" + +#: freedesktop.org.xml.in.h:214 +msgid "RealAudio/Video document" +msgstr "documento do RealAudio/Video" + +#: freedesktop.org.xml.in.h:215 +msgid "RealVideo video" +msgstr "vídeo RealVideo" + +#: freedesktop.org.xml.in.h:216 +msgid "Resource Description Framework (RDF) file" +msgstr "ficheiro de Arquitectura de Descrição de Recurso (RDF)" + +#: freedesktop.org.xml.in.h:217 +msgid "Rich Text Format" +msgstr "Formato de Texto Rico" + +#: freedesktop.org.xml.in.h:218 +msgid "Ruby script" +msgstr "'script' Ruby" + +#: freedesktop.org.xml.in.h:219 +msgid "Run Length Encoded bitmap" +msgstr "Bitmap Run Length Encoded" + +#: freedesktop.org.xml.in.h:220 +msgid "S/MIME file" +msgstr "ficheiro S/MIME" + +#: freedesktop.org.xml.in.h:221 +msgid "SGI video" +msgstr "vídeo SGI" + +#: freedesktop.org.xml.in.h:222 +msgid "SGML document" +msgstr "documento SGML" + +#: freedesktop.org.xml.in.h:223 +msgid "SMS/Game Gear ROM" +msgstr "ROM da SMS/Game Gear" + +#: freedesktop.org.xml.in.h:224 +msgid "SQL code" +msgstr "código SQL" + +#: freedesktop.org.xml.in.h:225 +msgid "SUN Rasterfile image" +msgstr "imagem Rasterfile SUN" + +#: freedesktop.org.xml.in.h:226 +msgid "SV4 CPIO archive" +msgstr "ficheiro SV4 CPIO" + +#: freedesktop.org.xml.in.h:227 +msgid "SV4 CPIP archive (with CRC)" +msgstr "arquivo SV4 CPIO (com CRC)" + +#: freedesktop.org.xml.in.h:228 +msgid "Scheme source code" +msgstr "código fonte Scheme" + +#: freedesktop.org.xml.in.h:229 +msgid "Scream Tracker 3 audio" +msgstr "áudio Scream Tracker 3" + +#: freedesktop.org.xml.in.h:230 +msgid "Scream Tracker audio" +msgstr "áudio Scream Tracker" + +#: freedesktop.org.xml.in.h:231 +msgid "Scream Tracker instrument" +msgstr "instrumento Scream Tracker" + +#: freedesktop.org.xml.in.h:232 +msgid "Setext document" +msgstr "documento Setext" + +#: freedesktop.org.xml.in.h:233 +msgid "Shockwave Flash file" +msgstr "ficheiro Shockwave Flash" + +#: freedesktop.org.xml.in.h:234 +msgid "Siag spreadsheet" +msgstr "folha de cálculo Siag" + +#: freedesktop.org.xml.in.h:235 +msgid "Silicon Graphics IRIS image" +msgstr "imagem Silicon Graphics IRIS" + +#: freedesktop.org.xml.in.h:236 +msgid "Speech document" +msgstr "documento Speech" + +#: freedesktop.org.xml.in.h:237 +msgid "Speedo font" +msgstr "tipo de letra Speedo" + +#: freedesktop.org.xml.in.h:238 +msgid "Spreadsheet interchange document" +msgstr "documento de troca de folha de cálculo" + +#: freedesktop.org.xml.in.h:239 +msgid "Stampede package" +msgstr "pacote Stampede" + +#: freedesktop.org.xml.in.h:240 +msgid "StarCalc spreadsheet" +msgstr "folha de cálculo do StarCalc" + +#: freedesktop.org.xml.in.h:241 +msgid "StarChart chart" +msgstr "gráfico do StarChart" + +#: freedesktop.org.xml.in.h:242 +msgid "StarDraw drawing" +msgstr "desenho do StarDraw" + +#: freedesktop.org.xml.in.h:243 +msgid "StarImpress presentation" +msgstr "apresentação do StarImpress" + +#: freedesktop.org.xml.in.h:244 +msgid "StarMail email" +msgstr "e-mail do StarMail" + +#: freedesktop.org.xml.in.h:245 +msgid "StarMath formula" +msgstr "fórmula do StarMath" + +#: freedesktop.org.xml.in.h:246 +msgid "StarWriter document" +msgstr "documento do StarWriter" + +#: freedesktop.org.xml.in.h:247 +msgid "SunOS News font" +msgstr "tipo de letra SunOS News" + +#: freedesktop.org.xml.in.h:248 +msgid "Synchronized Multimedia Integration Language" +msgstr "Linguagem de Integração Multimédia Sincronizada" + +#: freedesktop.org.xml.in.h:249 +msgid "TGIF document" +msgstr "documento TGIF" + +#: freedesktop.org.xml.in.h:250 +msgid "TIFF image" +msgstr "imagem TIFF" + +#: freedesktop.org.xml.in.h:251 +msgid "TarGA image" +msgstr "imagem TarGA" + +#: freedesktop.org.xml.in.h:252 +msgid "Tcl script" +msgstr "'script' Tcl" + +#: freedesktop.org.xml.in.h:253 +msgid "TeX DVI document" +msgstr "documento TeX DVI" + +#: freedesktop.org.xml.in.h:254 +msgid "TeX document" +msgstr "documento TeX" + +#: freedesktop.org.xml.in.h:255 +msgid "TeX font" +msgstr "tipo de letra TeX" + +#: freedesktop.org.xml.in.h:256 +msgid "TeX font metrics" +msgstr "métricas de tipo de letra TeX" + +#: freedesktop.org.xml.in.h:257 +msgid "TeXInfo document" +msgstr "documento TeXInfo" + +#: freedesktop.org.xml.in.h:258 +msgid "ToutDoux document" +msgstr "documento ToutDoux" + +#: freedesktop.org.xml.in.h:259 +msgid "Troff ME input document" +msgstr "documento origem Troff ME" + +#: freedesktop.org.xml.in.h:260 +msgid "Troff MM input document" +msgstr "documento origem Troff MM" + +#: freedesktop.org.xml.in.h:261 +msgid "Troff MS input document" +msgstr "documento origem Troff MS" + +#: freedesktop.org.xml.in.h:262 +msgid "Troff document" +msgstr "documento Troff" + +#: freedesktop.org.xml.in.h:263 +msgid "Troff document (with manpage macros)" +msgstr "documento Troff (com macros manpage)" + +#: freedesktop.org.xml.in.h:264 +msgid "TrueType font" +msgstr "tipo de letra TrueType" + +#: freedesktop.org.xml.in.h:265 +msgid "Truevision Targa image" +msgstr "imagem Targa Truevision" + +#: freedesktop.org.xml.in.h:266 +msgid "ULAW (Sun) audio" +msgstr "áudio ULAW (Sun)" + +#: freedesktop.org.xml.in.h:267 +msgid "UNIX-compressed file" +msgstr "ficheiro comprimido UNIX" + +#: freedesktop.org.xml.in.h:268 +msgid "Unidata NetCDF document" +msgstr "documento Unidata NetCDF" + +#: freedesktop.org.xml.in.h:269 +msgid "Usenet news message" +msgstr "mensagem de notícias Usenet" + +#: freedesktop.org.xml.in.h:270 +msgid "V font" +msgstr "tipo de letra V" + +#: freedesktop.org.xml.in.h:271 +msgid "VOC audio" +msgstr "áudio VOC" + +#: freedesktop.org.xml.in.h:272 +msgid "VRML document" +msgstr "documento VRML" + +#: freedesktop.org.xml.in.h:273 +msgid "Vivo video" +msgstr "vídeo Vivo" + +#: freedesktop.org.xml.in.h:274 +msgid "WAIS source code" +msgstr "código fonte WAIS" + +#: freedesktop.org.xml.in.h:275 +msgid "WAV audio" +msgstr "áudio WAV" + +#: freedesktop.org.xml.in.h:276 +msgid "WML document" +msgstr "documento WML" + +#: freedesktop.org.xml.in.h:277 +msgid "Wavelet video" +msgstr "vídeo Wavelet" + +#: freedesktop.org.xml.in.h:278 +msgid "Windows BMP image" +msgstr "imagem BMP Windows" + +#: freedesktop.org.xml.in.h:279 +msgid "Windows cursor" +msgstr "cursor Windows" + +#: freedesktop.org.xml.in.h:280 +msgid "WordPerfect document" +msgstr "documento do WordPerfect" + +#: freedesktop.org.xml.in.h:281 +msgid "WordPerfect/Drawperfect image" +msgstr "imagem do WordPerfect/Drawperfect" + +#: freedesktop.org.xml.in.h:282 +msgid "X BitMap image" +msgstr "imagem BitMap X" + +#: freedesktop.org.xml.in.h:283 +msgid "X PixMap image" +msgstr "imagem PixMap X" + +#: freedesktop.org.xml.in.h:284 +msgid "X window image" +msgstr "imagem de janela X" + +#: freedesktop.org.xml.in.h:285 +msgid "X-Motif UIL table" +msgstr "tabela UIL do X-Motif" + +#: freedesktop.org.xml.in.h:286 +msgid "XBEL bookmarks" +msgstr "marcadores XBEL" + +#: freedesktop.org.xml.in.h:287 +msgid "XFig image" +msgstr "imagem XFig" + +#: freedesktop.org.xml.in.h:288 +msgid "XHTML page" +msgstr "página XHTML" + +#: freedesktop.org.xml.in.h:289 +msgid "XML Metadata Interchange file" +msgstr "ficheiro XML Metadata Interchange" + +#: freedesktop.org.xml.in.h:290 +msgid "XSL Formating Object file" +msgstr "ficheiro de Formatação de Objectos XSL" + +#: freedesktop.org.xml.in.h:291 +msgid "XSLT stylesheet" +msgstr "folha de estilos XSLT" + +#: freedesktop.org.xml.in.h:292 +msgid "ZIP archive" +msgstr "arquivo ZIP" + +#: freedesktop.org.xml.in.h:293 +msgid "active server page" +msgstr "página ASP" + +#: freedesktop.org.xml.in.h:294 +msgid "application log" +msgstr "registo de aplicação" + +#: freedesktop.org.xml.in.h:295 +msgid "author list" +msgstr "lista de autores" + +#: freedesktop.org.xml.in.h:296 +msgid "backup file" +msgstr "cópia de segurança" + +#: freedesktop.org.xml.in.h:297 +msgid "block device" +msgstr "dispositivo de bloco" + +#: freedesktop.org.xml.in.h:298 +msgid "bzip archive" +msgstr "arquivo bzip" + +#: freedesktop.org.xml.in.h:299 +msgid "character device" +msgstr "dispositivo de caracteres" + +#: freedesktop.org.xml.in.h:300 +msgid "compound document" +msgstr "documento composto" + +#: freedesktop.org.xml.in.h:301 +msgid "compound documents" +msgstr "documentos compostos" + +#: freedesktop.org.xml.in.h:302 +msgid "dBASE document" +msgstr "documento dBASE" + +#: freedesktop.org.xml.in.h:303 +msgid "desktop configuration file" +msgstr "ficheiro de configuração de área de trabalho" + +#: freedesktop.org.xml.in.h:304 +msgid "detached OpenPGP signature" +msgstr "assinatura OpenPGP solta" + +#: freedesktop.org.xml.in.h:305 +msgid "detached S/MIME signature" +msgstr "assinatura S/MIME solta" + +#: freedesktop.org.xml.in.h:306 +msgid "differences between files" +msgstr "diferenças entre ficheiros" + +#: freedesktop.org.xml.in.h:307 +msgid "directory information file" +msgstr "ficheiro de informação de directório" + +#: freedesktop.org.xml.in.h:308 +msgid "document type definition" +msgstr "definição de tipo de documento (DTD)" + +#: freedesktop.org.xml.in.h:309 +msgid "eXtensible Markup Language document" +msgstr "documento de Linguagem eXtensível de Marcas (XML)" + +#: freedesktop.org.xml.in.h:310 +msgid "electronic business card" +msgstr "cartão de visita electrónico" + +#: freedesktop.org.xml.in.h:311 +msgid "email headers" +msgstr "cabeçalhos de e-mail" + +#: freedesktop.org.xml.in.h:312 +msgid "email message" +msgstr "mensagem de e-mail" + +#: freedesktop.org.xml.in.h:313 +msgid "empty document" +msgstr "documento vazio" + +#: freedesktop.org.xml.in.h:314 +msgid "encrypted message" +msgstr "mensagem cifrada" + +#: freedesktop.org.xml.in.h:315 +msgid "enriched text document" +msgstr "documento de texto rico" + +#: freedesktop.org.xml.in.h:316 +msgid "executable" +msgstr "executável" + +#: freedesktop.org.xml.in.h:317 +msgid "folder" +msgstr "pasta" + +#: freedesktop.org.xml.in.h:318 +msgid "font" +msgstr "tipo de letra" + +#: freedesktop.org.xml.in.h:319 +msgid "generic font file" +msgstr "ficheiro genérico de tipo de letra" + +#: freedesktop.org.xml.in.h:320 +msgid "gtar archive" +msgstr "arquivo gtar" + +#: freedesktop.org.xml.in.h:321 +msgid "gzip archive" +msgstr "arquivo gzip" + +#: freedesktop.org.xml.in.h:322 +msgid "help page" +msgstr "página de ajuda" + +#: freedesktop.org.xml.in.h:323 +msgid "iCalendar file" +msgstr "ficheiro iCalendar" + +#: freedesktop.org.xml.in.h:324 +msgid "iPod firmware" +msgstr "'firmware' iPod" + +#: freedesktop.org.xml.in.h:325 +msgid "mail delivery report" +msgstr "relatório de entrega de e-mail" + +#: freedesktop.org.xml.in.h:326 +msgid "mail disposition report" +msgstr "relatório de disposição de e-mail" + +#: freedesktop.org.xml.in.h:327 +msgid "mail system report" +msgstr "relatório de sistema de e-mail" + +#: freedesktop.org.xml.in.h:328 +msgid "manual page (compressed)" +msgstr "página de manual (comprimida)" + +#: freedesktop.org.xml.in.h:329 +msgid "message catalog" +msgstr "catálogo de mensagens" + +#: freedesktop.org.xml.in.h:330 +msgid "message digest" +msgstr "'digest' de mensagens" + +#: freedesktop.org.xml.in.h:331 +msgid "message in several formats" +msgstr "mensagem em vários formatos" + +#: freedesktop.org.xml.in.h:332 +msgid "message translation template" +msgstr "modelo de tradução de mensagens" + +#: freedesktop.org.xml.in.h:333 +msgid "mount point" +msgstr "ponto de montagem" + +#: freedesktop.org.xml.in.h:334 +msgid "object code" +msgstr "código de objecto" + +#: freedesktop.org.xml.in.h:335 +msgid "packed font file" +msgstr "ficheiro de fontes empacotadas" + +#: freedesktop.org.xml.in.h:336 +msgid "partial email message" +msgstr "mensagem parcial de e-mail" + +#: freedesktop.org.xml.in.h:337 +msgid "pipe" +msgstr "canal" + +#: freedesktop.org.xml.in.h:338 +msgid "plain text document" +msgstr "documento em texto simples" + +#: freedesktop.org.xml.in.h:339 +msgid "profiler results" +msgstr "resultados do 'profiler'" + +#: freedesktop.org.xml.in.h:340 +msgid "program crash data" +msgstr "dados de estoiro de aplicação" + +#: freedesktop.org.xml.in.h:341 +msgid "raw CD image" +msgstr "imagem em bruto de CD" + +#: freedesktop.org.xml.in.h:342 +msgid "reference to remote file" +msgstr "referência a um ficheiro remoto" + +#: freedesktop.org.xml.in.h:343 +msgid "rejected patch" +msgstr "ficheiro de patch rejeitado" + +#. Note: text/uri-list is reserved by the XDND protocol! +#: freedesktop.org.xml.in.h:345 +msgid "resource location" +msgstr "localização de recurso" + +#: freedesktop.org.xml.in.h:346 +msgid "rich text document" +msgstr "documento em texto rico" + +#: freedesktop.org.xml.in.h:347 +msgid "scalable SVG image" +msgstr "imagem SVG escalável" + +#: freedesktop.org.xml.in.h:348 +msgid "shared library" +msgstr "biblioteca partilhada" + +#: freedesktop.org.xml.in.h:349 +msgid "shared library (la)" +msgstr "biblioteca partilhada (la)" + +#: freedesktop.org.xml.in.h:350 +msgid "shell archive" +msgstr "arquivo de consola" + +#: freedesktop.org.xml.in.h:351 +msgid "shell script" +msgstr "'script' de consola" + +#: freedesktop.org.xml.in.h:352 +msgid "signed message" +msgstr "mensagem assinada" + +#: freedesktop.org.xml.in.h:353 +msgid "socket" +msgstr "'socket'" + +#: freedesktop.org.xml.in.h:354 +msgid "software author credits" +msgstr "créditos de autor de aplicação" + +#: freedesktop.org.xml.in.h:355 +msgid "software installation instructions" +msgstr "instruções de instalação de aplicação" + +#: freedesktop.org.xml.in.h:356 +msgid "software license terms" +msgstr "termos de licença de aplicação" + +#: freedesktop.org.xml.in.h:357 +msgid "stream of data (server push)" +msgstr "fluxo de dados (empurrados pelo servidor)" + +#: freedesktop.org.xml.in.h:358 +msgid "symbolic link" +msgstr "ligação simbólica" + +#: freedesktop.org.xml.in.h:359 +msgid "tar archive" +msgstr "arquivo tar" + +#: freedesktop.org.xml.in.h:360 +msgid "tar archive (LZO-compressed)" +msgstr "arquivo tar (comprimido com LZO)" + +#: freedesktop.org.xml.in.h:361 +msgid "tar archive (bzip-compressed)" +msgstr "arquivo tar (comprimido com bzip)" + +#: freedesktop.org.xml.in.h:362 +msgid "tar archive (compressed)" +msgstr "arquivo tar (comprimido)" + +#: freedesktop.org.xml.in.h:363 +msgid "tar archive (gzip-compressed)" +msgstr "arquivo tar (comprimido com gzip)" + +#: freedesktop.org.xml.in.h:364 +msgid "text document (with comma-separated values)" +msgstr "documento de texto (com valores separados por vírgulas)" + +#: freedesktop.org.xml.in.h:365 +msgid "text document (with tab-separated values)" +msgstr "documento de texto (com valores separados por tabuladores)" + +#: freedesktop.org.xml.in.h:366 +msgid "theme" +msgstr "tema" + +#: freedesktop.org.xml.in.h:367 +msgid "translated messages" +msgstr "mensagens traduzidas" + +#: freedesktop.org.xml.in.h:368 +msgid "translated messages (machine-readable)" +msgstr "mensagens traduzidas (leitura pelo computador)" + +#: freedesktop.org.xml.in.h:369 +msgid "unknown" +msgstr "desconhecido" + +#: freedesktop.org.xml.in.h:370 +msgid "ustar archive" +msgstr "arquivo ustar" + +#: freedesktop.org.xml.in.h:371 +msgid "vCalendar interchange file" +msgstr "ficheiro vCalendar interchange" + +#: freedesktop.org.xml.in.h:372 +msgid "zoo archive" +msgstr "arquivo zoo" diff --git a/po/pt_BR.po b/po/pt_BR.po new file mode 100644 index 0000000..d2d12f5 --- /dev/null +++ b/po/pt_BR.po @@ -0,0 +1,2932 @@ +# Brazilian Portuguese translation of shared-mime-info. +# Copyright (C) 2004-2007 Free Software Foundation, Inc. +# This file is distributed under the same license as the shared-mime-info package. +# Raphael Higino , 2004-2007. +# Djavan Fagundes , 2008. +# +msgid "" +msgstr "" +"Project-Id-Version: shared-mime-info 0.51\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2008-07-23 12:49+0100\n" +"PO-Revision-Date: 2008-07-23 14:40-0300\n" +"Last-Translator: Djavan Fagundes \n" +"Language-Team: Brazilian Portuguese \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: ../freedesktop.org.xml.in.h:1 +msgid "3D Studio image" +msgstr "Imagem do 3D Studio" + +#: ../freedesktop.org.xml.in.h:2 +msgid "3GPP multimedia file" +msgstr "Arquivo multimídia 3GPP" + +#: ../freedesktop.org.xml.in.h:3 +msgid "7-zip archive" +msgstr "Pacote 7-zip" + +#: ../freedesktop.org.xml.in.h:4 +msgid "ACE archive" +msgstr "Pacote ACE" + +#: ../freedesktop.org.xml.in.h:5 +msgid "AIFC audio" +msgstr "Áudio AIFC" + +#: ../freedesktop.org.xml.in.h:6 +msgid "AIFF audio" +msgstr "Áudio AIFF" + +#: ../freedesktop.org.xml.in.h:7 +msgid "AIFF/Amiga/Mac audio" +msgstr "Áudio AIFF/Amiga/Mac" + +#: ../freedesktop.org.xml.in.h:8 +msgid "AMR audio" +msgstr "Áudio AMR" + +#: ../freedesktop.org.xml.in.h:9 +msgid "AMR-WB audio" +msgstr "Áudio AMR-WB" + +#: ../freedesktop.org.xml.in.h:10 +msgid "ANIM animation" +msgstr "Animação ANIM" + +#: ../freedesktop.org.xml.in.h:11 +msgid "AR archive" +msgstr "Pacote AR" + +#: ../freedesktop.org.xml.in.h:12 +msgid "ARC archive" +msgstr "Pacote ARC" + +#: ../freedesktop.org.xml.in.h:13 +msgid "ARJ archive" +msgstr "Pacote ARJ" + +#: ../freedesktop.org.xml.in.h:14 +msgid "ASF video" +msgstr "Vídeo ASF" + +#: ../freedesktop.org.xml.in.h:15 +msgid "ASP page" +msgstr "Página ASP" + +#: ../freedesktop.org.xml.in.h:16 +msgid "ATK inset" +msgstr "Conjunto de entrada do ATK" + +#: ../freedesktop.org.xml.in.h:17 +msgid "AVI video" +msgstr "Vídeo AVI" + +#: ../freedesktop.org.xml.in.h:18 +msgid "AWK script" +msgstr "Script AWK" + +#: ../freedesktop.org.xml.in.h:19 +msgid "AbiWord document" +msgstr "Documento do AbiWord" + +#: ../freedesktop.org.xml.in.h:20 +msgid "Ada source code" +msgstr "Código fonte Ada" + +#: ../freedesktop.org.xml.in.h:21 +msgid "Adobe DNG negative" +msgstr "Negativo DNG da Adobe" + +#: ../freedesktop.org.xml.in.h:22 +msgid "Adobe FrameMaker MIF document" +msgstr "Documento MIF do Adobe FrameMaker" + +#: ../freedesktop.org.xml.in.h:23 +msgid "Adobe FrameMaker document" +msgstr "Documento do Adobe FrameMaker" + +#: ../freedesktop.org.xml.in.h:24 +msgid "Adobe FrameMaker font" +msgstr "Fonte do Adobe FrameMaker" + +#: ../freedesktop.org.xml.in.h:25 +msgid "Adobe Illustrator document" +msgstr "Documento do Adobe Illustrator" + +#: ../freedesktop.org.xml.in.h:26 +msgid "Adobe font metrics" +msgstr "Métricas de fonte Adobe" + +#: ../freedesktop.org.xml.in.h:27 +msgid "Alzip archive" +msgstr "Pacote Alzip" + +#: ../freedesktop.org.xml.in.h:28 +msgid "Amiga SoundTracker audio" +msgstr "Áudio Amiga SoundTracker" + +#: ../freedesktop.org.xml.in.h:29 +msgid "Applix Graphics image" +msgstr "Imagem do Applix Graphics" + +#: ../freedesktop.org.xml.in.h:30 +msgid "Applix Spreadsheets spreadsheet" +msgstr "Planilha do Applix Spreadsheets" + +#: ../freedesktop.org.xml.in.h:31 +msgid "Applix Words document" +msgstr "Documento do Applix Words" + +#: ../freedesktop.org.xml.in.h:32 +msgid "Atom syndication feed" +msgstr "Fonte de notícias Atom" + +#: ../freedesktop.org.xml.in.h:33 +msgid "AutoCAD image" +msgstr "Imagem do AutoCAD" + +#: ../freedesktop.org.xml.in.h:34 +msgid "BCPIO document" +msgstr "Documento BCPIO" + +#: ../freedesktop.org.xml.in.h:35 +msgid "BDF font" +msgstr "Fonte BDF" + +#: ../freedesktop.org.xml.in.h:36 +msgid "BibTeX document" +msgstr "Documento BibTeX" + +#: ../freedesktop.org.xml.in.h:37 +msgid "BitTorrent seed file" +msgstr "Arquivo semente BitTorrent" + +#: ../freedesktop.org.xml.in.h:38 +msgid "Blender scene" +msgstr "Cena do Blender" + +#. http://en.wikipedia.org/wiki/Blu-ray_Disc +#. http://www.blu-raydisc.com/Section-13470/Section-13890/Index.html +#: ../freedesktop.org.xml.in.h:41 +msgid "Blu-ray video disc" +msgstr "Disco de vídeo do Blu-Ray" + +#: ../freedesktop.org.xml.in.h:42 +msgid "Bzip archive" +msgstr "Pacote Bzip" + +#: ../freedesktop.org.xml.in.h:43 +msgid "C header" +msgstr "Cabeçalho C" + +#: ../freedesktop.org.xml.in.h:44 +msgid "C shell script" +msgstr "Script de shell C" + +#: ../freedesktop.org.xml.in.h:45 +msgid "C source code" +msgstr "Código fonte C" + +#: ../freedesktop.org.xml.in.h:46 +msgid "C# source code" +msgstr "Código fonte C#" + +#: ../freedesktop.org.xml.in.h:47 +msgid "C++ header" +msgstr "Cabeçalho C++" + +#: ../freedesktop.org.xml.in.h:48 +msgid "C++ source code" +msgstr "Código fonte C++" + +#: ../freedesktop.org.xml.in.h:49 +msgid "CCITT G3 fax" +msgstr "Fax do CCITT G3" + +#: ../freedesktop.org.xml.in.h:50 +msgid "CD Table Of Contents" +msgstr "Sumário de CD" + +#: ../freedesktop.org.xml.in.h:51 +msgid "CD image cuesheet" +msgstr "Índice de Imagem de CD" + +#: ../freedesktop.org.xml.in.h:52 +msgid "CHM document" +msgstr "Documento CHM" + +#: ../freedesktop.org.xml.in.h:53 +msgid "CMU raster image" +msgstr "Imagem raster CMU" + +#: ../freedesktop.org.xml.in.h:54 +msgid "CMake source code" +msgstr "Código fonte CMake" + +#: ../freedesktop.org.xml.in.h:55 +msgid "CPIO archive" +msgstr "Pacote CPIO" + +#: ../freedesktop.org.xml.in.h:56 +msgid "CPIO archive (gzip-compressed)" +msgstr "Pacote CPIO (compactado com gzip)" + +#: ../freedesktop.org.xml.in.h:57 +msgid "CSS stylesheet" +msgstr "Folha de estilos CSS" + +#: ../freedesktop.org.xml.in.h:58 +msgid "CSV document" +msgstr "Documento CSV" + +#: ../freedesktop.org.xml.in.h:59 +msgid "Canon CR2 raw image" +msgstr "Imagem bruta CR2 da Canon" + +#: ../freedesktop.org.xml.in.h:60 +msgid "Canon CRW raw image" +msgstr "Imagem bruta CRW da Canon" + +#: ../freedesktop.org.xml.in.h:61 +msgid "ChangeLog document" +msgstr "Documento ChangeLog" + +#: ../freedesktop.org.xml.in.h:62 +msgid "Cisco VPN Settings" +msgstr "Configurações de VPN da Cisco" + +#: ../freedesktop.org.xml.in.h:63 +msgid "Citrix ICA settings file" +msgstr "Arquivo de configurações do Citrix ICA" + +#: ../freedesktop.org.xml.in.h:64 +msgid "Commodore 64 audio" +msgstr "Áudio Commodore 64" + +#: ../freedesktop.org.xml.in.h:65 +msgid "Computer Graphics Metafile" +msgstr "Meta-arquivo do Computer Graphics" + +#: ../freedesktop.org.xml.in.h:66 +msgid "Corel Draw drawing" +msgstr "Desenho do Corel Draw" + +#: ../freedesktop.org.xml.in.h:67 +msgid "D source code" +msgstr "Código fonte D" + +#: ../freedesktop.org.xml.in.h:68 +msgid "DAR archive" +msgstr "Pacote DAR" + +#: ../freedesktop.org.xml.in.h:69 +msgid "DCL script" +msgstr "Script DCL" + +#: ../freedesktop.org.xml.in.h:70 +msgid "DER/PEM/Netscape-encoded X.509 certificate" +msgstr "Certificado X.509 codificado com DER/PEM/Netscape" + +#: ../freedesktop.org.xml.in.h:71 +msgid "DIB image" +msgstr "Imagem DIB" + +#: ../freedesktop.org.xml.in.h:72 +msgid "DICOM image" +msgstr "Imagem DICOM" + +#: ../freedesktop.org.xml.in.h:73 +msgid "DOS font" +msgstr "Fonte do DOS" + +#: ../freedesktop.org.xml.in.h:74 +msgid "DOS/Windows executable" +msgstr "Executável do DOS/Windows" + +#: ../freedesktop.org.xml.in.h:75 +msgid "DPX image" +msgstr "Imagem DPX" + +#: ../freedesktop.org.xml.in.h:76 +msgid "DSSSL document" +msgstr "Documento DSSSL" + +#: ../freedesktop.org.xml.in.h:77 +msgid "DTD file" +msgstr "Arquivo DTD" + +#: ../freedesktop.org.xml.in.h:78 +msgid "DV video" +msgstr "Vídeo DV" + +#: ../freedesktop.org.xml.in.h:79 +msgid "DXF vector image" +msgstr "Imagem vetorial DXF" + +#: ../freedesktop.org.xml.in.h:80 +msgid "Debian package" +msgstr "Pacote Debian" + +#: ../freedesktop.org.xml.in.h:81 +msgid "Dia diagram" +msgstr "Diagrama do Dia" + +#: ../freedesktop.org.xml.in.h:82 +msgid "DirectDraw surface" +msgstr "Superfície do DirectDraw" + +#: ../freedesktop.org.xml.in.h:83 +msgid "DjVu image" +msgstr "Imagem DjVu" + +#: ../freedesktop.org.xml.in.h:84 +msgid "DocBook document" +msgstr "Documento DocBook" + +#: ../freedesktop.org.xml.in.h:85 +msgid "Dolby Digital audio" +msgstr "Áudio Dolby Digital" + +#: ../freedesktop.org.xml.in.h:86 +msgid "Dreamcast ROM" +msgstr "ROM do Dreamcast" + +#: ../freedesktop.org.xml.in.h:87 +msgid "ECMAScript program" +msgstr "Programa ECMAScript" + +#: ../freedesktop.org.xml.in.h:88 +msgid "EMF image" +msgstr "Imagem EMF" + +#: ../freedesktop.org.xml.in.h:89 +msgid "EPS image" +msgstr "Imagem EPS" + +#: ../freedesktop.org.xml.in.h:90 +msgid "EPS image (bzip-compressed)" +msgstr "Imagem EPS (compactada com bzip)" + +#: ../freedesktop.org.xml.in.h:91 +msgid "EPS image (gzip-compressed)" +msgstr "Imagem EPS (compactada com gzip)" + +#: ../freedesktop.org.xml.in.h:92 +msgid "EXR image" +msgstr "Imagem EXR" + +#: ../freedesktop.org.xml.in.h:93 +msgid "Egon Animator animation" +msgstr "Animação do Egon Animator" + +#: ../freedesktop.org.xml.in.h:94 +msgid "Eiffel source code" +msgstr "Código fonte Eiffel" + +#: ../freedesktop.org.xml.in.h:95 +msgid "Emacs Lisp source code" +msgstr "Código fonte Lisp do Emacs" + +#: ../freedesktop.org.xml.in.h:96 +msgid "Enlightenment theme" +msgstr "Tema do Enlightenment" + +#: ../freedesktop.org.xml.in.h:97 +msgid "Erlang source code" +msgstr "Código fonte Erlang" + +#: ../freedesktop.org.xml.in.h:98 +msgid "Excel spreadsheet" +msgstr "Planilha do Excel" + +#: ../freedesktop.org.xml.in.h:99 +msgid "FITS document" +msgstr "Documento FITS" + +#: ../freedesktop.org.xml.in.h:100 +msgid "FLAC audio" +msgstr "Áudio FLAC" + +#: ../freedesktop.org.xml.in.h:101 +msgid "FLIC animation" +msgstr "Animação FLIC" + +#: ../freedesktop.org.xml.in.h:102 +msgid "FLTK Fluid file" +msgstr "Arquivo Fluid do FLTK" + +#: ../freedesktop.org.xml.in.h:103 +msgid "FPX image" +msgstr "Imagem FPX" + +#: ../freedesktop.org.xml.in.h:104 +msgid "FastTracker II audio" +msgstr "Áudio FastTracker II" + +#: ../freedesktop.org.xml.in.h:105 +msgid "Flash video" +msgstr "Vídeo Flash" + +#: ../freedesktop.org.xml.in.h:106 +msgid "Fortran source code" +msgstr "Código fonte Fortran" + +#: ../freedesktop.org.xml.in.h:107 +msgid "Fuji RAF raw image" +msgstr "Imagem bruta RAF da Fuji" + +#: ../freedesktop.org.xml.in.h:108 +msgid "G3 fax image" +msgstr "Imagem de fax G3" + +#: ../freedesktop.org.xml.in.h:109 +msgid "GDBM database" +msgstr "Banco de dados GDBM" + +#: ../freedesktop.org.xml.in.h:110 +msgid "GEDCOM family history" +msgstr "Histórico familiar do GEDCOM" + +#: ../freedesktop.org.xml.in.h:111 +msgid "GIF image" +msgstr "Imagem GIF" + +#: ../freedesktop.org.xml.in.h:112 +msgid "GIMP image" +msgstr "Imagem do GIMP" + +#: ../freedesktop.org.xml.in.h:113 +msgid "GMC link" +msgstr "Link GMC" + +#: ../freedesktop.org.xml.in.h:114 +msgid "GNU Oleo spreadsheet" +msgstr "Planilha do GNU Oleo" + +#: ../freedesktop.org.xml.in.h:115 +msgid "GNU mail message" +msgstr "Mensagem de correio GNU" + +#: ../freedesktop.org.xml.in.h:116 +msgid "GNUnet search file" +msgstr "Arquivo de pesquisa do GNUnet" + +#: ../freedesktop.org.xml.in.h:117 +msgid "GTKtalog catalog" +msgstr "Catálogo GTKtalog" + +#: ../freedesktop.org.xml.in.h:118 +msgid "Game Boy Advance ROM" +msgstr "ROM do Game Boy Advance" + +#: ../freedesktop.org.xml.in.h:119 +msgid "Game Boy ROM" +msgstr "ROM do Game Boy" + +#. Translate this to Megadrive if the console was known as such in your locale +#. Should be Megadrive in all but en_US: http://en.wikipedia.org/wiki/Megadrive#History +#: ../freedesktop.org.xml.in.h:122 +msgid "Genesis ROM" +msgstr "ROM do Gênesis (Mega Drive)" + +#: ../freedesktop.org.xml.in.h:123 +msgid "Glade project" +msgstr "Projeto do Glade" + +#: ../freedesktop.org.xml.in.h:124 +msgid "GnuCash spreadsheet" +msgstr "Planilha do GnuCash" + +#: ../freedesktop.org.xml.in.h:125 +msgid "Gnumeric spreadsheet" +msgstr "Planilha do Gnumeric" + +#: ../freedesktop.org.xml.in.h:126 +msgid "Gnuplot document" +msgstr "Documento do Gnuplot" + +#: ../freedesktop.org.xml.in.h:127 +msgid "Google Video Pointer" +msgstr "Ponteiro do Google Vídeo" + +#: ../freedesktop.org.xml.in.h:128 +msgid "Graphite scientific graph" +msgstr "Gráfico científico do Graphite" + +#: ../freedesktop.org.xml.in.h:129 +msgid "Gzip archive" +msgstr "Pacote Gzip" + +#. http://en.wikipedia.org/wiki/HD_DVD +#. http://www.dvdafteredit.com/wiki/The_HVDVD_TS_Folder +#: ../freedesktop.org.xml.in.h:132 +msgid "HD DVD video disc" +msgstr "Disco DVD de vídeo HD (HDDVD)" + +#: ../freedesktop.org.xml.in.h:133 +msgid "HDF document" +msgstr "Documento HDF" + +#: ../freedesktop.org.xml.in.h:134 +msgid "HPGL file" +msgstr "Arquivo HPGL" + +#: ../freedesktop.org.xml.in.h:135 +msgid "HTML document" +msgstr "Documento HTML" + +#: ../freedesktop.org.xml.in.h:136 +msgid "Haansoft Hangul document" +msgstr "Documento do Haansoft Hangul" + +#: ../freedesktop.org.xml.in.h:137 +msgid "Haansoft Hangul document template" +msgstr "Modelo de documento do Haansoft Hangul" + +#: ../freedesktop.org.xml.in.h:138 +msgid "Haskell source code" +msgstr "Código fonte Haskell" + +#: ../freedesktop.org.xml.in.h:139 +msgid "ICO icon" +msgstr "Ícone ICO" + +#: ../freedesktop.org.xml.in.h:140 +msgid "IDL document" +msgstr "Documento IDL" + +#: ../freedesktop.org.xml.in.h:141 +msgid "IEF image" +msgstr "Imagem IEF" + +#: ../freedesktop.org.xml.in.h:142 +msgid "IFF image" +msgstr "Imagem IFF" + +#: ../freedesktop.org.xml.in.h:143 +msgid "ILBM image" +msgstr "Imagem ILBM" + +#: ../freedesktop.org.xml.in.h:144 +msgid "ISI video" +msgstr "Vídeo ISI" + +#: ../freedesktop.org.xml.in.h:145 +msgid "Impulse Tracker audio" +msgstr "Áudio Impulse Tracker" + +#: ../freedesktop.org.xml.in.h:146 +msgid "Internet shortcut" +msgstr "Atalho da internet" + +#: ../freedesktop.org.xml.in.h:147 +msgid "JAD document" +msgstr "Documento JAD" + +#: ../freedesktop.org.xml.in.h:148 +msgid "JBuilder project" +msgstr "Projeto do JBuilder" + +#: ../freedesktop.org.xml.in.h:149 +msgid "JET database" +msgstr "Banco de dados JET" + +#: ../freedesktop.org.xml.in.h:150 +msgid "JNG image" +msgstr "Imagem JNG" + +#: ../freedesktop.org.xml.in.h:151 +msgid "JNLP file" +msgstr "Arquivo JNLP" + +#: ../freedesktop.org.xml.in.h:152 +msgid "JPEG image" +msgstr "Imagem JPEG" + +#: ../freedesktop.org.xml.in.h:153 +msgid "JPEG-2000 image" +msgstr "Imagem JPEG-2000" + +#: ../freedesktop.org.xml.in.h:154 +msgid "Java archive" +msgstr "Pacote Java" + +#: ../freedesktop.org.xml.in.h:155 +msgid "Java byte code" +msgstr "Código compilado Java" + +#: ../freedesktop.org.xml.in.h:156 +msgid "Java class" +msgstr "Classe Java" + +#: ../freedesktop.org.xml.in.h:157 +msgid "Java source code" +msgstr "Código fonte Java" + +#: ../freedesktop.org.xml.in.h:158 +msgid "JavaScript program" +msgstr "Programa JavaScript" + +#: ../freedesktop.org.xml.in.h:159 +msgid "KChart chart" +msgstr "Gráfico do KChart" + +#: ../freedesktop.org.xml.in.h:160 +msgid "KFormula formula" +msgstr "Fórmula do KFormula" + +#: ../freedesktop.org.xml.in.h:161 +msgid "KIllustrator drawing" +msgstr "Desenho do KIllustrator" + +#: ../freedesktop.org.xml.in.h:162 +msgid "KPovModeler scene" +msgstr "Cena do KPovModeler" + +#: ../freedesktop.org.xml.in.h:163 +msgid "KPresenter presentation" +msgstr "Apresentação do KPresenter" + +#: ../freedesktop.org.xml.in.h:164 +msgid "KSpread spreadsheet" +msgstr "Planilha do KSpread" + +#: ../freedesktop.org.xml.in.h:165 +msgid "KSpread spreadsheet (encrypted)" +msgstr "Planilha do KSpread (criptografada)" + +#: ../freedesktop.org.xml.in.h:166 +msgid "KSysV init package" +msgstr "Pacote init do KSysV" + +#: ../freedesktop.org.xml.in.h:167 +msgid "KWord document" +msgstr "Documento do KWord" + +#: ../freedesktop.org.xml.in.h:168 +msgid "KWord document (encrypted)" +msgstr "Documento do KWord (criptografado)" + +#: ../freedesktop.org.xml.in.h:169 +msgid "Karbon14 drawing" +msgstr "Desenho do Karbon14" + +#: ../freedesktop.org.xml.in.h:170 +msgid "Kivio flowchart" +msgstr "Fluxograma do Kivio" + +#: ../freedesktop.org.xml.in.h:171 +msgid "Kodak DCR raw image" +msgstr "Imagem bruta DCR da Kodak" + +#: ../freedesktop.org.xml.in.h:172 +msgid "Kodak K25 raw image" +msgstr "Imagem bruta K25 da Kodak" + +#: ../freedesktop.org.xml.in.h:173 +msgid "Kodak KDC raw image" +msgstr "Imagem bruta KDC da Kodak" + +#: ../freedesktop.org.xml.in.h:174 +msgid "Kontour drawing" +msgstr "Desenho do Kontour" + +#: ../freedesktop.org.xml.in.h:175 +msgid "Krita document" +msgstr "Documento do Krita" + +#: ../freedesktop.org.xml.in.h:176 +msgid "Kugar document" +msgstr "Documento do Kugar" + +#: ../freedesktop.org.xml.in.h:177 +msgid "LDIF address book" +msgstr "Livro de endereços LDIF" + +#: ../freedesktop.org.xml.in.h:178 +msgid "LHA archive" +msgstr "Pacote LHA" + +#: ../freedesktop.org.xml.in.h:179 +msgid "LHS source code" +msgstr "Código fonte LHS" + +#: ../freedesktop.org.xml.in.h:180 +msgid "LHZ archive" +msgstr "Pacote LZH" + +#: ../freedesktop.org.xml.in.h:181 +msgid "LIBGRX font" +msgstr "Fonte LIBGRX" + +#: ../freedesktop.org.xml.in.h:182 +msgid "LZMA archive" +msgstr "Pacote LZMA" + +#: ../freedesktop.org.xml.in.h:183 +msgid "LZO archive" +msgstr "Pacote LZO" + +#: ../freedesktop.org.xml.in.h:184 +msgid "LightWave object" +msgstr "Objeto LightWave" + +#: ../freedesktop.org.xml.in.h:185 +msgid "LightWave scene" +msgstr "Cena LightWave" + +#: ../freedesktop.org.xml.in.h:186 +msgid "Lilypond music sheet" +msgstr "Folha de música do Lilypond" + +#: ../freedesktop.org.xml.in.h:187 +msgid "Linux PSF console font" +msgstr "Fonte de console Linux PSF" + +#: ../freedesktop.org.xml.in.h:188 +msgid "Linux PSF console font (gzip-compressed)" +msgstr "Fonte de console Linux PSF (compactada com gzip)" + +#: ../freedesktop.org.xml.in.h:189 +msgid "Lotus 1-2-3 spreadsheet" +msgstr "Planilha do Lotus 1-2-3" + +#: ../freedesktop.org.xml.in.h:190 +msgid "Lotus AmiPro document" +msgstr "Documento do Lotus AmiPro" + +#: ../freedesktop.org.xml.in.h:191 +msgid "Lua script" +msgstr "Script Lua" + +#: ../freedesktop.org.xml.in.h:192 +msgid "LyX document" +msgstr "Documento LyX" + +#: ../freedesktop.org.xml.in.h:193 +msgid "M4 macro" +msgstr "Macro M4" + +#: ../freedesktop.org.xml.in.h:194 +msgid "MATLAB script/function" +msgstr "Script/função do MATLAB" + +#: ../freedesktop.org.xml.in.h:195 +msgid "MIDI audio" +msgstr "Áudio MIDI" + +#: ../freedesktop.org.xml.in.h:196 +msgid "MNG animation" +msgstr "Animação MNG" + +#: ../freedesktop.org.xml.in.h:197 +msgid "MP2 audio" +msgstr "Áudio MP2" + +#: ../freedesktop.org.xml.in.h:198 +msgid "MP3 ShoutCast playlist" +msgstr "Lista de reprodução MP3 ShoutCast" + +#: ../freedesktop.org.xml.in.h:199 +msgid "MP3 audio" +msgstr "Áudio MP3" + +#: ../freedesktop.org.xml.in.h:200 +msgid "MP3 audio (streamed)" +msgstr "Áudio MP3 (em fluxo)" + +#: ../freedesktop.org.xml.in.h:201 +msgid "MPEG video" +msgstr "Vídeo MPEG" + +#: ../freedesktop.org.xml.in.h:202 +msgid "MPEG-4 audio" +msgstr "Áudio MPEG-4" + +#: ../freedesktop.org.xml.in.h:203 +msgid "MPEG-4 audio book" +msgstr "Livro de Áudio MPEG-4" + +#: ../freedesktop.org.xml.in.h:204 +msgid "MPEG-4 video" +msgstr "Vídeo MPEG-4" + +#: ../freedesktop.org.xml.in.h:205 +msgid "MPSub subtitles" +msgstr "Legendas MPSub" + +#: ../freedesktop.org.xml.in.h:206 +msgid "MRML playlist" +msgstr "Lista de reprodução do MRML" + +#: ../freedesktop.org.xml.in.h:207 +msgid "MSX ROM" +msgstr "ROM do MSX" + +#: ../freedesktop.org.xml.in.h:208 +msgid "MacOS X icon" +msgstr "Ícone do MacOS X" + +#: ../freedesktop.org.xml.in.h:209 +msgid "MacPaint Bitmap image" +msgstr "Imagem de bitmap do MacPaint" + +#: ../freedesktop.org.xml.in.h:210 +msgid "Macintosh AppleDouble-encoded file" +msgstr "Arquivo Macintosh codificado com AppleDouble" + +#: ../freedesktop.org.xml.in.h:211 +msgid "Macintosh BinHex-encoded file" +msgstr "Arquivo Macintosh codificado com BinHex" + +#: ../freedesktop.org.xml.in.h:212 +msgid "Macintosh MacBinary file" +msgstr "Arquivo do Macintosh MacBinary" + +#: ../freedesktop.org.xml.in.h:213 +msgid "Macintosh Quickdraw/PICT drawing" +msgstr "Desenho do Macintosh Quickdraw/PICT" + +#: ../freedesktop.org.xml.in.h:214 +msgid "MagicPoint presentation" +msgstr "Apresentação do MagicPoint" + +#: ../freedesktop.org.xml.in.h:215 +msgid "Makefile" +msgstr "Makefile (arquivo do make)" + +#: ../freedesktop.org.xml.in.h:216 +msgid "Managed Object Format" +msgstr "Formato de objeto gerenciado" + +#: ../freedesktop.org.xml.in.h:217 +msgid "Markaby script" +msgstr "Script Markaby" + +#: ../freedesktop.org.xml.in.h:218 +msgid "MathML document" +msgstr "Documento do MathML" + +#: ../freedesktop.org.xml.in.h:219 +msgid "Mathematica Notebook" +msgstr "Caderno do Mathematica" + +#: ../freedesktop.org.xml.in.h:220 +msgid "Matroska audio" +msgstr "Áudio do Matroska" + +#: ../freedesktop.org.xml.in.h:221 +msgid "Matroska stream" +msgstr "Transmissão do Matroska" + +#: ../freedesktop.org.xml.in.h:222 +msgid "Matroska video" +msgstr "Vídeo Matroska" + +#: ../freedesktop.org.xml.in.h:223 +msgid "MicroDVD subtitles" +msgstr "Legendas MicroDVD" + +#: ../freedesktop.org.xml.in.h:224 +msgid "Microsoft ASX playlist" +msgstr "Lista de execução do Microsoft ASX" + +#: ../freedesktop.org.xml.in.h:225 +msgid "Microsoft Works document" +msgstr "Documento do Microsoft Works" + +#: ../freedesktop.org.xml.in.h:226 +msgid "MiniPSF audio" +msgstr "Áudio MiniPSF" + +#: ../freedesktop.org.xml.in.h:227 +msgid "Minolta MRW raw image" +msgstr "Imagem bruta MRW do Minolta" + +#: ../freedesktop.org.xml.in.h:228 +msgid "Monkey's audio" +msgstr "Áudio Monkey's" + +#: ../freedesktop.org.xml.in.h:229 +msgid "Mozilla bookmarks" +msgstr "Marcadores do Mozilla" + +#: ../freedesktop.org.xml.in.h:230 +msgid "Mup publication" +msgstr "Publicação do Mup" + +#: ../freedesktop.org.xml.in.h:231 +msgid "Musepack audio" +msgstr "Áudio Musepack" + +#. Translate this to Famicom if the console was known as such in your locale +#: ../freedesktop.org.xml.in.h:233 +msgid "NES ROM" +msgstr "ROM do NES" + +#: ../freedesktop.org.xml.in.h:234 +msgid "NFO document" +msgstr "Documento NFO" + +#: ../freedesktop.org.xml.in.h:235 +msgid "NIFF image" +msgstr "Imagem NIFF" + +#: ../freedesktop.org.xml.in.h:236 +msgid "Nautilus link" +msgstr "Link do Nautilus" + +#: ../freedesktop.org.xml.in.h:237 +msgid "Nikon NEF raw image" +msgstr "Imagem bruta NEF da Nikon" + +#: ../freedesktop.org.xml.in.h:238 +msgid "Nintendo DS ROM" +msgstr "ROM do Nintendo DS" + +#: ../freedesktop.org.xml.in.h:239 +msgid "Nintendo64 ROM" +msgstr "ROM do Nintendo64" + +#: ../freedesktop.org.xml.in.h:240 +msgid "NullSoft video" +msgstr "Vídeo do Nullsoft" + +#: ../freedesktop.org.xml.in.h:241 +msgid "OCL file" +msgstr "Arquivo OCL" + +#: ../freedesktop.org.xml.in.h:242 +msgid "OCaml source code" +msgstr "Código fonte do OCaml" + +#: ../freedesktop.org.xml.in.h:243 +msgid "ODA document" +msgstr "Documento ODA" + +#: ../freedesktop.org.xml.in.h:244 +msgid "ODB database" +msgstr "Banco de dados ODB" + +#: ../freedesktop.org.xml.in.h:245 +msgid "ODC chart" +msgstr "Gráfico ODC" + +#: ../freedesktop.org.xml.in.h:246 +msgid "ODF formula" +msgstr "Fórmula ODF" + +#: ../freedesktop.org.xml.in.h:247 +msgid "ODG drawing" +msgstr "Desenho ODG" + +#: ../freedesktop.org.xml.in.h:248 +msgid "ODG template" +msgstr "Modelo ODG" + +#: ../freedesktop.org.xml.in.h:249 +msgid "ODI image" +msgstr "Imagem ODI" + +#: ../freedesktop.org.xml.in.h:250 +msgid "ODM document" +msgstr "Documento ODM" + +#: ../freedesktop.org.xml.in.h:251 +msgid "ODP presentation" +msgstr "Aprensentação ODP" + +#: ../freedesktop.org.xml.in.h:252 +msgid "ODP template" +msgstr "Modelo ODP" + +#: ../freedesktop.org.xml.in.h:253 +msgid "ODS spreadsheet" +msgstr "Planilha ODS" + +#: ../freedesktop.org.xml.in.h:254 +msgid "ODS template" +msgstr "Modelo ODS" + +#: ../freedesktop.org.xml.in.h:255 +msgid "ODT document" +msgstr "Documento ODT" + +#: ../freedesktop.org.xml.in.h:256 +msgid "ODT template" +msgstr "Modelo ODT" + +#: ../freedesktop.org.xml.in.h:257 +msgid "OGM video" +msgstr "Vídeo OGM" + +#: ../freedesktop.org.xml.in.h:258 +msgid "OLE2 compound document storage" +msgstr "Armazenamento de documento composto OLE2" + +#: ../freedesktop.org.xml.in.h:259 +msgid "OPML syndication feed" +msgstr "Fonte de notícias OPML" + +#: ../freedesktop.org.xml.in.h:260 +msgid "OTH template" +msgstr "Modelo OTH" + +#: ../freedesktop.org.xml.in.h:261 +msgid "Objective-C source code" +msgstr "Código fonte Objective-C" + +#: ../freedesktop.org.xml.in.h:262 +msgid "Office drawing" +msgstr "Desenho do Office" + +#: ../freedesktop.org.xml.in.h:263 +msgid "Ogg Audio" +msgstr "Áudio Ogg" + +#: ../freedesktop.org.xml.in.h:264 +msgid "Ogg FLAC audio" +msgstr "Áudio FLAC Ogg" + +#: ../freedesktop.org.xml.in.h:265 +msgid "Ogg Speex audio" +msgstr "Áudio Speex Ogg" + +#: ../freedesktop.org.xml.in.h:266 +msgid "Ogg Theora video" +msgstr "Vídeo do Ogg Theora" + +#: ../freedesktop.org.xml.in.h:267 +msgid "Ogg Video" +msgstr "Vídeo Ogg" + +#: ../freedesktop.org.xml.in.h:268 +msgid "Ogg Vorbis audio" +msgstr "Áudio do Ogg Vorbis" + +#: ../freedesktop.org.xml.in.h:269 +msgid "Ogg multimedia file" +msgstr "Arquivo multimídia Ogg" + +#: ../freedesktop.org.xml.in.h:270 +msgid "Olympus ORF raw image" +msgstr "Imagem bruta ORF da Olympus" + +#: ../freedesktop.org.xml.in.h:271 +msgid "OpenOffice Calc spreadsheet" +msgstr "Planilha do OpenOffice Calc" + +#: ../freedesktop.org.xml.in.h:272 +msgid "OpenOffice Calc template" +msgstr "Modelo do OpenOffice Calc" + +#: ../freedesktop.org.xml.in.h:273 +msgid "OpenOffice Draw drawing" +msgstr "Desenho do OpenOffice Draw" + +#: ../freedesktop.org.xml.in.h:274 +msgid "OpenOffice Draw template" +msgstr "Modelo do OpenOffice Draw" + +#: ../freedesktop.org.xml.in.h:275 +msgid "OpenOffice Impress presentation" +msgstr "Apresentação do OpenOffice Impress" + +#: ../freedesktop.org.xml.in.h:276 +msgid "OpenOffice Impress template" +msgstr "Modelo do OpenOffice Impress" + +#: ../freedesktop.org.xml.in.h:277 +msgid "OpenOffice Math formula" +msgstr "Fórmula do OpenOffice Math" + +#: ../freedesktop.org.xml.in.h:278 +msgid "OpenOffice Writer document" +msgstr "Documento do OpenOffice Writer" + +#: ../freedesktop.org.xml.in.h:279 +msgid "OpenOffice Writer global document" +msgstr "Documento global do OpenOffice Writer" + +#: ../freedesktop.org.xml.in.h:280 +msgid "OpenOffice Writer template" +msgstr "Modelo do OpenOffice Writer" + +#: ../freedesktop.org.xml.in.h:281 +msgid "OpenOffice.org extension" +msgstr "Extensão do OpenOffice" + +#: ../freedesktop.org.xml.in.h:282 +msgid "OpenType font" +msgstr "Fonte OpenType" + +#: ../freedesktop.org.xml.in.h:283 +msgid "PAK archive" +msgstr "Pacote PAK" + +#: ../freedesktop.org.xml.in.h:284 +msgid "PBM image" +msgstr "Imagem PBM" + +#: ../freedesktop.org.xml.in.h:285 +msgid "PCD image" +msgstr "Imagem PCD" + +#: ../freedesktop.org.xml.in.h:286 +msgid "PCF font" +msgstr "Fonte PCF" + +#: ../freedesktop.org.xml.in.h:287 +msgid "PCL file" +msgstr "Arquivo PCL" + +#: ../freedesktop.org.xml.in.h:288 +msgid "PCM audio" +msgstr "Áudio PCM" + +#: ../freedesktop.org.xml.in.h:289 +msgid "PCX image" +msgstr "Imagem PCX" + +#: ../freedesktop.org.xml.in.h:290 +msgid "PDF document" +msgstr "Documento PDF" + +#: ../freedesktop.org.xml.in.h:291 +msgid "PDF document (bzip-compressed)" +msgstr "Documento PDF (compactado com bzip)" + +#: ../freedesktop.org.xml.in.h:292 +msgid "PDF document (gzip-compressed)" +msgstr "Documento PDF (compactado com gzip)" + +#: ../freedesktop.org.xml.in.h:293 +msgid "PEF executable" +msgstr "Executável PEF" + +#: ../freedesktop.org.xml.in.h:294 +msgid "PGM image" +msgstr "Imagem PGM" + +#: ../freedesktop.org.xml.in.h:295 +msgid "PGN chess game notation" +msgstr "Notação de jogo de xadrez PGN" + +#: ../freedesktop.org.xml.in.h:296 +msgid "PGP keys" +msgstr "Chaves PGP" + +#: ../freedesktop.org.xml.in.h:297 +msgid "PGP/MIME-encrypted message header" +msgstr "Cabeçalho de mensagem criptografada PGP/MIME" + +#: ../freedesktop.org.xml.in.h:298 +msgid "PHP script" +msgstr "Script PHP" + +#: ../freedesktop.org.xml.in.h:299 +msgid "PKCS#10 certification request" +msgstr "Pedido de certificação PKCS#12" + +#: ../freedesktop.org.xml.in.h:300 +msgid "PKCS#12 certificate bundle" +msgstr "Pacote de certificados PKCS#12" + +#: ../freedesktop.org.xml.in.h:301 +msgid "PNG image" +msgstr "Imagem PNG" + +#: ../freedesktop.org.xml.in.h:302 +msgid "PNM image" +msgstr "Imagem PNM" + +#: ../freedesktop.org.xml.in.h:303 +msgid "PPM image" +msgstr "Imagem PPM" + +#: ../freedesktop.org.xml.in.h:304 +msgid "PS document" +msgstr "Documento PS" + +#: ../freedesktop.org.xml.in.h:305 +msgid "PSD image" +msgstr "Imagem PSD" + +#: ../freedesktop.org.xml.in.h:306 +msgid "PSF audio" +msgstr "Áudio PSF" + +#: ../freedesktop.org.xml.in.h:307 +msgid "PSFlib audio library" +msgstr "Biblioteca de áudio PSFlib" + +#: ../freedesktop.org.xml.in.h:308 +msgid "Pack200 Java archive" +msgstr "Pacote Java Pack200" + +#: ../freedesktop.org.xml.in.h:309 +msgid "Palm OS database" +msgstr "Banco de dados do Palm OS" + +#: ../freedesktop.org.xml.in.h:310 +msgid "Panasonic raw image" +msgstr "Imagem bruta da Panasonic" + +#: ../freedesktop.org.xml.in.h:311 +msgid "Parchive archive" +msgstr "Pacote Parchive" + +#: ../freedesktop.org.xml.in.h:312 +msgid "Pascal source code" +msgstr "Código fonte Pascal" + +#: ../freedesktop.org.xml.in.h:313 +msgid "Pathetic Writer document" +msgstr "Documento do Pathetic Writer" + +#: ../freedesktop.org.xml.in.h:314 +msgid "Pentax PEF raw image" +msgstr "Imagem bruta PEF da Pentax" + +#: ../freedesktop.org.xml.in.h:315 +msgid "Perl script" +msgstr "Script Perl" + +#. http://en.wikipedia.org/wiki/Picture_CD +#. http://www.re.org/kristin/picturecd.html +#: ../freedesktop.org.xml.in.h:318 +msgid "Picture CD" +msgstr "CD de Fotos" + +#: ../freedesktop.org.xml.in.h:319 +msgid "PlanPerfect spreadsheet" +msgstr "Planilha do PlanPerfect" + +#: ../freedesktop.org.xml.in.h:320 +msgid "Plucker document" +msgstr "Documento do Plucker" + +#: ../freedesktop.org.xml.in.h:321 +msgid "PostScript document (bzip-compressed)" +msgstr "Documento PostScript (compactado com bzip)" + +#: ../freedesktop.org.xml.in.h:322 +msgid "PostScript document (gzip-compressed)" +msgstr "Documento PostScript (compactado com gzip)" + +#: ../freedesktop.org.xml.in.h:323 +msgid "Postscript type-1 font" +msgstr "Fonte PostScript tipo-1" + +#: ../freedesktop.org.xml.in.h:324 +msgid "PowerPoint presentation" +msgstr "Aprensentação do PowerPoint" + +#: ../freedesktop.org.xml.in.h:325 +msgid "Python bytecode" +msgstr "Código compilado Python" + +#: ../freedesktop.org.xml.in.h:326 +msgid "Python script" +msgstr "Script Python" + +#: ../freedesktop.org.xml.in.h:327 +msgid "Qt Designer file" +msgstr "Arquivo do Qt Designer" + +#: ../freedesktop.org.xml.in.h:328 +msgid "Qt MOC file" +msgstr "Arquivo Qt MOC" + +#: ../freedesktop.org.xml.in.h:329 +msgid "Quattro Pro spreadsheet" +msgstr "Planilha do Quattro Pro" + +#: ../freedesktop.org.xml.in.h:330 +msgid "QuickTime image" +msgstr "Imagem do QuickTime" + +#: ../freedesktop.org.xml.in.h:331 +msgid "QuickTime metalink playlist" +msgstr "Lista de reprodução metalink do QuickTime" + +#: ../freedesktop.org.xml.in.h:332 +msgid "QuickTime video" +msgstr "Vídeo do QuickTime" + +#: ../freedesktop.org.xml.in.h:333 +msgid "Quicken document" +msgstr "Documento do Quicken" + +#: ../freedesktop.org.xml.in.h:334 +msgid "RAR archive" +msgstr "Pacote RAR" + +#: ../freedesktop.org.xml.in.h:335 +msgid "RDF file" +msgstr "Arquivo RDF" + +#: ../freedesktop.org.xml.in.h:336 +msgid "README document" +msgstr "Documento README" + +#: ../freedesktop.org.xml.in.h:337 +msgid "RGB image" +msgstr "Imagem RGB" + +#: ../freedesktop.org.xml.in.h:338 +msgid "RIFF audio" +msgstr "Áudio RIFF" + +#: ../freedesktop.org.xml.in.h:339 +msgid "RPM package" +msgstr "Pacote RPM" + +#: ../freedesktop.org.xml.in.h:340 +msgid "RPM spec file" +msgstr "Arquivo de especificação RPM" + +#: ../freedesktop.org.xml.in.h:341 +msgid "RSS summary" +msgstr "Resumo RSS" + +#: ../freedesktop.org.xml.in.h:342 +msgid "RTF document" +msgstr "Documento RTF" + +#: ../freedesktop.org.xml.in.h:343 +msgid "RealAudio document" +msgstr "Documento RealAudio" + +#: ../freedesktop.org.xml.in.h:344 +msgid "RealMedia Metafile" +msgstr "Meta arquivo do RealMedia" + +#: ../freedesktop.org.xml.in.h:345 +msgid "RealMedia document" +msgstr "Documento RealMedia" + +#: ../freedesktop.org.xml.in.h:346 +msgid "RealPix document" +msgstr "Documento RealPix" + +#: ../freedesktop.org.xml.in.h:347 +msgid "RealText document" +msgstr "Documento RealText" + +#: ../freedesktop.org.xml.in.h:348 +msgid "RealVideo document" +msgstr "Documento RealVideo" + +#: ../freedesktop.org.xml.in.h:349 +msgid "Ruby script" +msgstr "Script Ruby" + +#: ../freedesktop.org.xml.in.h:350 +msgid "Run Length Encoded bitmap image" +msgstr "Classe de comprimento imagem bitmap codificada" + +#: ../freedesktop.org.xml.in.h:351 +msgid "S/MIME file" +msgstr "Arquivo S/MIME" + +#: ../freedesktop.org.xml.in.h:352 +msgid "SAMI subtitles" +msgstr "SAMI subtitles" + +#: ../freedesktop.org.xml.in.h:353 +msgid "SC/Xspread spreadsheet" +msgstr "Planilha do SC/Xspread" + +#: ../freedesktop.org.xml.in.h:354 +msgid "SDP multicast stream file" +msgstr "Arquivo de canal multicast SDP" + +#. translators: a record is in this context a description of a board game +#. that has been played, and that can be played back again: +#. http://www.red-bean.com/sgf/ +#: ../freedesktop.org.xml.in.h:358 +msgid "SGF record" +msgstr "Gravação do SGF" + +#: ../freedesktop.org.xml.in.h:359 +msgid "SGI image" +msgstr "Imagem SGI" + +#: ../freedesktop.org.xml.in.h:360 +msgid "SGI video" +msgstr "Vídeo SGI" + +#: ../freedesktop.org.xml.in.h:361 +msgid "SGML document" +msgstr "Documento SGML" + +#: ../freedesktop.org.xml.in.h:362 +msgid "SIS package" +msgstr "Pacote SIS" + +#: ../freedesktop.org.xml.in.h:363 +msgid "SISX package" +msgstr "Pacote SISX" + +#: ../freedesktop.org.xml.in.h:364 +msgid "SMAF audio" +msgstr "Áudio SMAF" + +#: ../freedesktop.org.xml.in.h:365 +msgid "SMIL document" +msgstr "Documento SMIL" + +#: ../freedesktop.org.xml.in.h:366 +msgid "SQL code" +msgstr "Código SQL" + +#: ../freedesktop.org.xml.in.h:367 +msgid "SQLite2 database" +msgstr "Banco de dados do SQLite2" + +#: ../freedesktop.org.xml.in.h:368 +msgid "SQLite3 database" +msgstr "Banco de dados do SQLite3" + +#: ../freedesktop.org.xml.in.h:369 +msgid "SSA subtitles" +msgstr "Legenda SSA" + +#: ../freedesktop.org.xml.in.h:370 +msgid "SV4 CPIO archive" +msgstr "Pacote SV4 CPIO" + +#: ../freedesktop.org.xml.in.h:371 +msgid "SV4 CPIO archive (with CRC)" +msgstr "Pacote SV4 CPIO (com CRC)" + +#: ../freedesktop.org.xml.in.h:372 +msgid "SVG image" +msgstr "Imagem SVG" + +#: ../freedesktop.org.xml.in.h:373 +msgid "Scheme source code" +msgstr "Código fonte Scheme" + +#: ../freedesktop.org.xml.in.h:374 +msgid "Scream Tracker 3 audio" +msgstr "Áudio Scream Tracker 3" + +#: ../freedesktop.org.xml.in.h:375 +msgid "Scream Tracker audio" +msgstr "Áudio Scream Tracker" + +#: ../freedesktop.org.xml.in.h:376 +msgid "Scream Tracker instrument" +msgstr "Instrumento Scream Tracker" + +#: ../freedesktop.org.xml.in.h:377 +msgid "Sega Master System/Game Gear ROM" +msgstr "ROM do Master System/Game Gear" + +#: ../freedesktop.org.xml.in.h:378 +msgid "Setext document" +msgstr "Documento Setext" + +#: ../freedesktop.org.xml.in.h:379 +msgid "Shockwave Flash file" +msgstr "Arquivo Shockwave Flash" + +#. translators: "Shorten" is the name of an audio codec +#: ../freedesktop.org.xml.in.h:381 +msgid "Shorten audio" +msgstr "Áudio Shorten" + +#: ../freedesktop.org.xml.in.h:382 +msgid "Siag spreadsheet" +msgstr "Planilha do Siag" + +#: ../freedesktop.org.xml.in.h:383 +msgid "Sieve mail filter script" +msgstr "Script de filtro de mensagens do Sieve" + +#: ../freedesktop.org.xml.in.h:384 +msgid "Sigma X3F raw image" +msgstr "Imagem bruta X3F da Sigma" + +#: ../freedesktop.org.xml.in.h:385 +msgid "Skencil document" +msgstr "Documento do Skencil" + +#: ../freedesktop.org.xml.in.h:386 +msgid "Sony ARW raw image" +msgstr "Imagem bruta ARW da Sony" + +#: ../freedesktop.org.xml.in.h:387 +msgid "Sony SR2 raw image" +msgstr "Imagem bruta SR2 da Sony" + +#: ../freedesktop.org.xml.in.h:388 +msgid "Sony SRF raw image" +msgstr "Imagem bruta SRF da Sony" + +#: ../freedesktop.org.xml.in.h:389 +msgid "Speedo font" +msgstr "Fonte Speedo" + +#: ../freedesktop.org.xml.in.h:390 +msgid "Speex audio" +msgstr "Áudio Speex" + +#: ../freedesktop.org.xml.in.h:391 +msgid "Stampede package" +msgstr "Pacote Stampede" + +#: ../freedesktop.org.xml.in.h:392 +msgid "StarCalc spreadsheet" +msgstr "Planilha do StarCalc" + +#: ../freedesktop.org.xml.in.h:393 +msgid "StarChart chart" +msgstr "Gráfico StarChart" + +#: ../freedesktop.org.xml.in.h:394 +msgid "StarDraw drawing" +msgstr "Desenho do StarDraw" + +#: ../freedesktop.org.xml.in.h:395 +msgid "StarImpress presentation" +msgstr "Apresentação do StarImpress" + +#: ../freedesktop.org.xml.in.h:396 +msgid "StarMail email" +msgstr "E-mail do StarMail" + +#: ../freedesktop.org.xml.in.h:397 +msgid "StarMath formula" +msgstr "Fórmula do StarMath" + +#: ../freedesktop.org.xml.in.h:398 +msgid "StarWriter document" +msgstr "Documento do StarWriter" + +#: ../freedesktop.org.xml.in.h:399 +msgid "StuffIt archive" +msgstr "Pacote StuffIt" + +#: ../freedesktop.org.xml.in.h:400 +msgid "SubRip subtitles" +msgstr "Legendas SubRip" + +#: ../freedesktop.org.xml.in.h:401 +msgid "SubViewer subtitles" +msgstr "Legendas SubViewer" + +#: ../freedesktop.org.xml.in.h:402 +msgid "Sun raster image" +msgstr "Imagem raster da Sun" + +#: ../freedesktop.org.xml.in.h:403 +msgid "SunOS News font" +msgstr "Fonte SunOS News" + +#. Translate this as Super Famicom (in Far East Asia) or Super Nintendo (in Europe) if the console was known as such in your locale +#: ../freedesktop.org.xml.in.h:405 +msgid "Super NES ROM" +msgstr "ROM do Super Nintendo" + +#. http://en.wikipedia.org/wiki/Super_Video_CD +#. http://everything2.com/index.pl?node_id=1009222 +#: ../freedesktop.org.xml.in.h:408 +msgid "Super Video CD" +msgstr "CD de Super Vídeo (SVCD)" + +#: ../freedesktop.org.xml.in.h:409 +msgid "T602 document" +msgstr "Documento T602" + +#: ../freedesktop.org.xml.in.h:410 +msgid "TGA image" +msgstr "Imagem TGA" + +#: ../freedesktop.org.xml.in.h:411 +msgid "TGIF document" +msgstr "Documento TGIF" + +#: ../freedesktop.org.xml.in.h:412 +msgid "TIFF image" +msgstr "Imagem TIFF" + +#: ../freedesktop.org.xml.in.h:413 +msgid "TNEF message" +msgstr "Mensagem TNEF" + +#: ../freedesktop.org.xml.in.h:414 +msgid "TSV document" +msgstr "Documento TSV" + +#: ../freedesktop.org.xml.in.h:415 +msgid "Tar archive" +msgstr "Pacote tar" + +#: ../freedesktop.org.xml.in.h:416 +msgid "Tar archive (LZMA-compressed)" +msgstr "Pacote tar (compactado com LZO)" + +#: ../freedesktop.org.xml.in.h:417 +msgid "Tar archive (LZO-compressed)" +msgstr "Pacote tar (compactado com LZO)" + +#: ../freedesktop.org.xml.in.h:418 +msgid "Tar archive (bzip-compressed)" +msgstr "Pacote tar (compactado com bzip)" + +#: ../freedesktop.org.xml.in.h:419 +msgid "Tar archive (compressed)" +msgstr "Pacote tar (compactado)" + +#: ../freedesktop.org.xml.in.h:420 +msgid "Tar archive (gzip-compressed)" +msgstr "Pacote tar (compactado com gzip)" + +#: ../freedesktop.org.xml.in.h:421 +msgid "Tcl script" +msgstr "Script Tcl" + +#: ../freedesktop.org.xml.in.h:422 +msgid "TeX DVI document" +msgstr "Documento TeX DVI" + +#: ../freedesktop.org.xml.in.h:423 +msgid "TeX DVI document (bzip-compressed)" +msgstr "Documento DVI TeX (compactado com bzip)" + +#: ../freedesktop.org.xml.in.h:424 +msgid "TeX DVI document (gzip-compressed)" +msgstr "Documento DVI TeX (compactado com gzip)" + +#: ../freedesktop.org.xml.in.h:425 +msgid "TeX document" +msgstr "Documento TeX" + +#: ../freedesktop.org.xml.in.h:426 +msgid "TeX font" +msgstr "Fonte TeX" + +#: ../freedesktop.org.xml.in.h:427 +msgid "TeX font metrics" +msgstr "Métrica de fonte TeX" + +#: ../freedesktop.org.xml.in.h:428 +msgid "TeXInfo document" +msgstr "Documento TeXInfo" + +#: ../freedesktop.org.xml.in.h:429 +msgid "ToutDoux document" +msgstr "Documento do ToutDoux" + +#: ../freedesktop.org.xml.in.h:430 +msgid "Troff ME input document" +msgstr "Documento de entrada Troff ME" + +#: ../freedesktop.org.xml.in.h:431 +msgid "Troff MM input document" +msgstr "Documento de entrada Troff MM" + +#: ../freedesktop.org.xml.in.h:432 +msgid "Troff MS input document" +msgstr "Documento de entrada Troff MS" + +#: ../freedesktop.org.xml.in.h:433 +msgid "Troff document" +msgstr "Documento troff" + +#: ../freedesktop.org.xml.in.h:434 +msgid "Troff document (with manpage macros)" +msgstr "Documento troff (com macros de páginas de manual)" + +#: ../freedesktop.org.xml.in.h:435 +msgid "TrueAudio audio" +msgstr "Áudio TrueAudio" + +#: ../freedesktop.org.xml.in.h:436 +msgid "TrueType XML font" +msgstr "Fonte TrueType XML" + +#: ../freedesktop.org.xml.in.h:437 +msgid "TrueType font" +msgstr "Fonte TrueType" + +#: ../freedesktop.org.xml.in.h:438 +msgid "UFRaw ID image" +msgstr "Imagem ID do UFRaw" + +#: ../freedesktop.org.xml.in.h:439 +msgid "ULAW (Sun) audio" +msgstr "Áudio ULAW (Sun)" + +#: ../freedesktop.org.xml.in.h:440 +msgid "UNIX-compressed file" +msgstr "Arquivo compactado do UNIX" + +#: ../freedesktop.org.xml.in.h:441 +msgid "Unidata NetCDF document" +msgstr "Documento do Unidata NetCDF" + +#: ../freedesktop.org.xml.in.h:442 +msgid "Usenet news message" +msgstr "Mensagem de notícias da Usenet" + +#: ../freedesktop.org.xml.in.h:443 +msgid "Ustar archive" +msgstr "Pacote Ustar" + +#: ../freedesktop.org.xml.in.h:444 +msgid "V font" +msgstr "Fonte V" + +#: ../freedesktop.org.xml.in.h:445 +msgid "VCS/ICS calendar" +msgstr "Calendário VCS/ICS" + +#: ../freedesktop.org.xml.in.h:446 +msgid "VHDL document" +msgstr "Documento VHDL" + +#: ../freedesktop.org.xml.in.h:447 +msgid "VOC audio" +msgstr "Áudio VOC" + +#: ../freedesktop.org.xml.in.h:448 +msgid "VRML document" +msgstr "Documento VRML" + +#: ../freedesktop.org.xml.in.h:449 +msgid "Vala source code" +msgstr "Código fonte Vala" + +#. http://en.wikipedia.org/wiki/Video_CD +#. http://www.herongyang.com/CD-DVD/VCD-Movie-File-Directory-Structure.html +#: ../freedesktop.org.xml.in.h:452 +msgid "Video CD" +msgstr "CD de vídeo" + +#: ../freedesktop.org.xml.in.h:453 +msgid "Vivo video" +msgstr "Vídeo Vivo" + +#: ../freedesktop.org.xml.in.h:454 +msgid "WAIS source code" +msgstr "Código fonte WAIS" + +#: ../freedesktop.org.xml.in.h:455 +msgid "WAV audio" +msgstr "Áudio WAV" + +#: ../freedesktop.org.xml.in.h:456 +msgid "WBMP image" +msgstr "Imagem WBMP" + +#: ../freedesktop.org.xml.in.h:457 +msgid "WMF image" +msgstr "Imagem WMF" + +#: ../freedesktop.org.xml.in.h:458 +msgid "WML document" +msgstr "Documento WML" + +#: ../freedesktop.org.xml.in.h:459 +msgid "WMLScript program" +msgstr "Programa WMLScript" + +#: ../freedesktop.org.xml.in.h:460 +msgid "WRI document" +msgstr "Documento WRI" + +#: ../freedesktop.org.xml.in.h:461 +msgid "WavPack audio" +msgstr "Áudio WavPack" + +#: ../freedesktop.org.xml.in.h:462 +msgid "WavPack audio correction file" +msgstr "Arquivo de correção de áudio WavPack" + +#: ../freedesktop.org.xml.in.h:463 +msgid "Wavelet video" +msgstr "Vídeo Wavelet" + +#: ../freedesktop.org.xml.in.h:464 +msgid "Windows BMP image" +msgstr "Imagem BMP do Windows" + +#: ../freedesktop.org.xml.in.h:465 +msgid "Windows Installer package" +msgstr "Pacote do instalador do Windows" + +#: ../freedesktop.org.xml.in.h:466 +msgid "Windows Media Station file" +msgstr "Arquivo de estação de mídia do Windows" + +#: ../freedesktop.org.xml.in.h:467 +msgid "Windows Media audio" +msgstr "Áudio do Windows Media" + +#: ../freedesktop.org.xml.in.h:468 +msgid "Windows Media video" +msgstr "Vídeo do Windows Media" + +#: ../freedesktop.org.xml.in.h:469 +msgid "Windows Registry extract" +msgstr "Extrator de registro do Windows" + +#: ../freedesktop.org.xml.in.h:470 +msgid "Windows animated cursor" +msgstr "Cursor animado do Windows" + +#: ../freedesktop.org.xml.in.h:471 +msgid "Windows cursor" +msgstr "Cursor do Windows" + +#: ../freedesktop.org.xml.in.h:472 +msgid "Word document" +msgstr "Documento do Word" + +#: ../freedesktop.org.xml.in.h:473 +msgid "Word template" +msgstr "Modelo do Word" + +#: ../freedesktop.org.xml.in.h:474 +msgid "WordPerfect document" +msgstr "Documento do WordPerfect" + +#: ../freedesktop.org.xml.in.h:475 +msgid "WordPerfect/Drawperfect image" +msgstr "Imagem do WordPerfect/Drawperfect" + +#: ../freedesktop.org.xml.in.h:476 +msgid "X window image" +msgstr "Imagem de janela do X" + +#: ../freedesktop.org.xml.in.h:477 +msgid "X-Motif UIL table" +msgstr "Tabela do X-Motif UIL" + +#: ../freedesktop.org.xml.in.h:478 +msgid "X11 cursor" +msgstr "Cursor do X11" + +#: ../freedesktop.org.xml.in.h:479 +msgid "XBEL bookmarks" +msgstr "Marcadores do XBEL" + +#: ../freedesktop.org.xml.in.h:480 +msgid "XBM image" +msgstr "Imagem XBM" + +#: ../freedesktop.org.xml.in.h:481 +msgid "XFig image" +msgstr "Imagem do XFig" + +#: ../freedesktop.org.xml.in.h:482 +msgid "XHTML page" +msgstr "Página XHTML" + +#: ../freedesktop.org.xml.in.h:483 +msgid "XLIFF translation file" +msgstr "Arquivo de tradução XLIFF" + +#: ../freedesktop.org.xml.in.h:484 +msgid "XMCD CD database" +msgstr "Banco de dados de CD XMCD" + +#: ../freedesktop.org.xml.in.h:485 +msgid "XMF audio" +msgstr "Áudio XMF" + +#: ../freedesktop.org.xml.in.h:486 +msgid "XMI file" +msgstr "Arquivo XMI" + +#: ../freedesktop.org.xml.in.h:487 +msgid "XML document" +msgstr "Documento XML" + +#: ../freedesktop.org.xml.in.h:488 +msgid "XML entities document" +msgstr "Documento de entidades XML" + +#: ../freedesktop.org.xml.in.h:489 +msgid "XPM image" +msgstr "Iimagem XPM" + +#: ../freedesktop.org.xml.in.h:490 +msgid "XPS document" +msgstr "Documento XPS" + +#: ../freedesktop.org.xml.in.h:491 +msgid "XSL FO file" +msgstr "Arquivo XSL FO" + +#: ../freedesktop.org.xml.in.h:492 +msgid "XSLT stylesheet" +msgstr "Folha de estilo XSLT" + +#: ../freedesktop.org.xml.in.h:493 +msgid "XSPF playlist" +msgstr "Lista de reprodução XSPF" + +#: ../freedesktop.org.xml.in.h:494 +msgid "XUL document" +msgstr "Documento XUL" + +#: ../freedesktop.org.xml.in.h:495 +msgid "XUL interface document" +msgstr "Documento de interface XUL" + +#: ../freedesktop.org.xml.in.h:496 +msgid "Xbase document" +msgstr "Documento do Xbase" + +#: ../freedesktop.org.xml.in.h:497 +msgid "Zip archive" +msgstr "Pacote Zip" + +#: ../freedesktop.org.xml.in.h:498 +msgid "Zoo archive" +msgstr "Pacote Zoo" + +#: ../freedesktop.org.xml.in.h:499 +msgid "application log" +msgstr "Registro de aplicação" + +#. http://en.wikipedia.org/wiki/Red_Book_(audio_CD_standard) +#: ../freedesktop.org.xml.in.h:501 +msgid "audio CD" +msgstr "CD de áudio" + +#. http://en.wikipedia.org/wiki/DVD-Audio +#: ../freedesktop.org.xml.in.h:503 +msgid "audio DVD" +msgstr "DVD de áudio" + +#: ../freedesktop.org.xml.in.h:504 +msgid "author credits" +msgstr "créditos do autor" + +#: ../freedesktop.org.xml.in.h:505 +msgid "author list" +msgstr "lista de autores" + +#: ../freedesktop.org.xml.in.h:506 +msgid "backup file" +msgstr "Arquivo de backup" + +#. http://en.wikipedia.org/wiki/Blu-ray_Disc +#: ../freedesktop.org.xml.in.h:508 +msgid "blank Blu-ray disc" +msgstr "Disco Blu-Ray virgem" + +#. http://en.wikipedia.org/wiki/Compact_Disc +#: ../freedesktop.org.xml.in.h:510 +msgid "blank CD disc" +msgstr "Disco CD virgem" + +#. http://en.wikipedia.org/wiki/DVD +#: ../freedesktop.org.xml.in.h:512 +msgid "blank DVD disc" +msgstr "Disco DVD virgem" + +#. http://en.wikipedia.org/wiki/HD_DVD +#: ../freedesktop.org.xml.in.h:514 +msgid "blank HD DVD disc" +msgstr "Disco DVD HD virgem" + +#: ../freedesktop.org.xml.in.h:515 +msgid "block device" +msgstr "Dispositivo de bloco" + +#: ../freedesktop.org.xml.in.h:516 +msgid "character device" +msgstr "dispositivo de caractere" + +#: ../freedesktop.org.xml.in.h:517 +msgid "comic book archive" +msgstr "Pacote de livro de revista em quadrinhos" + +#: ../freedesktop.org.xml.in.h:518 +msgid "compound document" +msgstr "documento composto" + +#: ../freedesktop.org.xml.in.h:519 +msgid "compound documents" +msgstr "documentos compostos" + +#: ../freedesktop.org.xml.in.h:520 +msgid "compressed GIMP image" +msgstr "Imagem compactada do GIMP" + +#: ../freedesktop.org.xml.in.h:521 +msgid "compressed SVG image" +msgstr "Imagem compactada SVG" + +#: ../freedesktop.org.xml.in.h:522 +msgid "compressed Tracker audio" +msgstr "áudio Tracker compactado" + +#: ../freedesktop.org.xml.in.h:523 +msgid "desktop configuration file" +msgstr "arquivo de configuração de área de trabalho" + +#: ../freedesktop.org.xml.in.h:524 +msgid "detached OpenPGP signature" +msgstr "assinatura OpenPGP destacada" + +#: ../freedesktop.org.xml.in.h:525 +msgid "detached S/MIME signature" +msgstr "assinatura S/MIME destacada" + +#: ../freedesktop.org.xml.in.h:526 +msgid "differences between files" +msgstr "diferenças entre arquivos" + +#. http://en.wikipedia.org/wiki/Design_rule_for_Camera_File_system +#: ../freedesktop.org.xml.in.h:528 +msgid "digital photos" +msgstr "fotos digitais" + +#: ../freedesktop.org.xml.in.h:529 +msgid "digital raw image" +msgstr "Imagem digital bruta" + +#: ../freedesktop.org.xml.in.h:530 +msgid "eMusic download package" +msgstr "Pacote de download do eMusic" + +#: ../freedesktop.org.xml.in.h:531 +msgid "electronic book document" +msgstr "documento de livro eletrônico" + +#: ../freedesktop.org.xml.in.h:532 +msgid "electronic business card" +msgstr "cartão de visitas eletrônico" + +#: ../freedesktop.org.xml.in.h:533 +msgid "email headers" +msgstr "cabeçalhos de e-mail" + +#: ../freedesktop.org.xml.in.h:534 +msgid "email message" +msgstr "mensagem de correio eletrônico" + +#: ../freedesktop.org.xml.in.h:535 +msgid "empty document" +msgstr "documento vazio" + +#: ../freedesktop.org.xml.in.h:536 +msgid "encrypted message" +msgstr "mensagem criptografada" + +#: ../freedesktop.org.xml.in.h:537 +msgid "enriched text document" +msgstr "documento de texto enriquecido" + +#: ../freedesktop.org.xml.in.h:538 +msgid "executable" +msgstr "executável" + +#: ../freedesktop.org.xml.in.h:539 +msgid "folder" +msgstr "pasta" + +#: ../freedesktop.org.xml.in.h:540 +msgid "generic font file" +msgstr "arquivo de fonte genérico" + +#: ../freedesktop.org.xml.in.h:541 +msgid "help page" +msgstr "página de ajuda" + +#: ../freedesktop.org.xml.in.h:542 +msgid "iMelody ringtone" +msgstr "Toque de celular do iMelody" + +#: ../freedesktop.org.xml.in.h:543 +msgid "iPod firmware" +msgstr "Firmware do iPod" + +#: ../freedesktop.org.xml.in.h:544 +msgid "iRiver Playlist" +msgstr "Lista de reprodução do iRiver" + +#: ../freedesktop.org.xml.in.h:545 +msgid "installation instructions" +msgstr "instruções de instalação" + +#: ../freedesktop.org.xml.in.h:546 +msgid "iptables configuration file" +msgstr "arquivo de configuração do iptables" + +#: ../freedesktop.org.xml.in.h:547 +msgid "libtool shared library" +msgstr "biblioteca compartilhada libtool" + +#: ../freedesktop.org.xml.in.h:548 +msgid "license terms" +msgstr "termos de licença" + +#: ../freedesktop.org.xml.in.h:549 +msgid "mail delivery report" +msgstr "relatório de entrega de correspondência" + +#: ../freedesktop.org.xml.in.h:550 +msgid "mail disposition report" +msgstr "relatório de disposição de correspondência" + +#: ../freedesktop.org.xml.in.h:551 +msgid "mail system report" +msgstr "relatório do sistema de correspondência" + +#: ../freedesktop.org.xml.in.h:552 +msgid "mailbox file" +msgstr "Arquivo de caixa de correio" + +#: ../freedesktop.org.xml.in.h:553 +msgid "manual page (compressed)" +msgstr "página de manual (compactada)" + +#: ../freedesktop.org.xml.in.h:554 +msgid "message catalog" +msgstr "católogo de mensagens" + +#: ../freedesktop.org.xml.in.h:555 +msgid "message digest" +msgstr "resumo de mensagem" + +#: ../freedesktop.org.xml.in.h:556 +msgid "message in several formats" +msgstr "mensagem em vários formatos" + +#: ../freedesktop.org.xml.in.h:557 +msgid "mount point" +msgstr "ponto de montagem" + +#: ../freedesktop.org.xml.in.h:558 +msgid "object code" +msgstr "código objeto" + +#: ../freedesktop.org.xml.in.h:559 +msgid "packed font file" +msgstr "arquivo de fonte empacotado" + +#: ../freedesktop.org.xml.in.h:560 +msgid "partial email message" +msgstr "mensagem de e-mail parcial" + +#: ../freedesktop.org.xml.in.h:561 +msgid "pipe" +msgstr "pipe" + +#: ../freedesktop.org.xml.in.h:562 +msgid "plain text document" +msgstr "documento somente texto" + +#. see fd.o hal spec +#: ../freedesktop.org.xml.in.h:564 +msgid "portable audio player" +msgstr "reprodutor de áudio portátil" + +#: ../freedesktop.org.xml.in.h:565 +msgid "profiler results" +msgstr "resultados do profiler" + +#: ../freedesktop.org.xml.in.h:566 +msgid "program crash data" +msgstr "dados de travamento de programa" + +#: ../freedesktop.org.xml.in.h:567 +msgid "raw CD image" +msgstr "imagem bruta de CD" + +#: ../freedesktop.org.xml.in.h:568 +msgid "reference to remote file" +msgstr "referência a um arquivo remoto" + +#: ../freedesktop.org.xml.in.h:569 +msgid "rejected patch" +msgstr "arquivo de patch rejeitado" + +#: ../freedesktop.org.xml.in.h:570 +msgid "resource location" +msgstr "localização de recurso" + +#: ../freedesktop.org.xml.in.h:571 +msgid "rich text document" +msgstr "documento rich text" + +#: ../freedesktop.org.xml.in.h:572 +msgid "shared library" +msgstr "biblioteca compartilhada" + +#: ../freedesktop.org.xml.in.h:573 +msgid "shell archive" +msgstr "Pacote shell" + +#: ../freedesktop.org.xml.in.h:574 +msgid "shell script" +msgstr "script shell" + +#: ../freedesktop.org.xml.in.h:575 +msgid "signed message" +msgstr "mensagem assinada" + +#: ../freedesktop.org.xml.in.h:576 +msgid "socket" +msgstr "socket" + +#. http://standards.freedesktop.org/autostart-spec/autostart-spec-latest.html +#. http://bugzilla.gnome.org/show_bug.cgi?id=509823#c3 +#: ../freedesktop.org.xml.in.h:579 +msgid "software" +msgstr "Aplicação" + +#: ../freedesktop.org.xml.in.h:580 +msgid "spreadsheet interchange document" +msgstr "Documento de intercâmbio de planilhas" + +#: ../freedesktop.org.xml.in.h:581 +msgid "stream of data (server push)" +msgstr "fluxo de dados (por iniciativa do servidor)" + +#: ../freedesktop.org.xml.in.h:582 +msgid "symbolic link" +msgstr "ligação simbólica" + +#: ../freedesktop.org.xml.in.h:583 +msgid "theme" +msgstr "tema" + +#: ../freedesktop.org.xml.in.h:584 +msgid "translated messages (machine-readable)" +msgstr "mensagens traduzidas (legível por máquinas)" + +#: ../freedesktop.org.xml.in.h:585 +msgid "translation file" +msgstr "Arquivo de tradução" + +#: ../freedesktop.org.xml.in.h:586 +msgid "translation template" +msgstr "modelo de tradução" + +#: ../freedesktop.org.xml.in.h:587 +msgid "txt2tags document" +msgstr "Documento txt2tags" + +#: ../freedesktop.org.xml.in.h:588 +msgid "unknown" +msgstr "desconhecido" + +#. http://en.wikipedia.org/wiki/DVD-Video +#: ../freedesktop.org.xml.in.h:590 +msgid "video DVD" +msgstr "DVD de vídeo" + +#~ msgid "Speech document" +#~ msgstr "Documento Speech" + +#~ msgid "CGI script" +#~ msgstr "Script CGI" + +#~ msgid "GIMP image (compressed)" +#~ msgstr "Imagem do GIMP (compactada)" + +#~ msgid "GTK+ configuration" +#~ msgstr "Configuração do GTK+" + +#~ msgid "Macintosh StuffIt archive" +#~ msgstr "Pacote Macintosh StuffIt" + +#~ msgid "NSV video" +#~ msgstr "Vídeo NSV" + +#~ msgid "Netscape bookmarks" +#~ msgstr "Marcadores do Netscape" + +#~ msgid "OpenOffice Calc" +#~ msgstr "OpenOffice Calc" + +#~ msgid "OpenOffice Impress" +#~ msgstr "OpenOffice Impress" + +#~ msgid "QT video" +#~ msgstr "Vídeo QT" + +#~ msgid "SUN Rasterfile image" +#~ msgstr "Imagem do SUN Rasterfile" + +#~ msgid "WMA audio" +#~ msgstr "Áudio WMA" + +#~ msgid "WMF document" +#~ msgstr "Documento WMF" + +#~ msgid "WMV video" +#~ msgstr "Vídeo WMV" + +#~ msgid "ZIP archive" +#~ msgstr "Pacote ZIP" + +#~ msgid "font" +#~ msgstr "fonte" + +#~ msgid "gtar archive" +#~ msgstr "Pacote gtar" + +#~ msgid "gzip archive" +#~ msgstr "Pacote gzip" + +#~ msgid "shared library (la)" +#~ msgstr "biblioteca compartilhada (la)" + +#~ msgid "translation" +#~ msgstr "tradução" + +#~ msgid "Palmpilot database/document" +#~ msgstr "Banco de Dados/Documento do Palmpilot" + +#~ msgid "Andrew Toolkit inset" +#~ msgstr "Inset do Andrew Toolkit" + +#~ msgid "AutoDesk FLIC animation" +#~ msgstr "Animação do AutoDesk FLIC" + +#~ msgid "Bibtex bibliographic data" +#~ msgstr "Dados bibliográficos Bibtex" + +#~ msgid "C source code header" +#~ msgstr "Cabeçalho de código fonte C" + +#~ msgid "Cascading Style Sheet" +#~ msgstr "Folha de Estilo Progressiva" + +#~ msgid "Device Independant Bitmap" +#~ msgstr "Bitmap Independente de Aparelho" + +#~ msgid "Digital Imaging and Communications in Medicine image" +#~ msgstr "Imagem de Comunicações e Imagens Digitais na Medicina" + +#~ msgid "Digital Moving Picture Exchange image" +#~ msgstr "Imagem do Digital Moving Picture Exchange" + +#~ msgid "Encapsulated PostScript image" +#~ msgstr "Imagem PostScript Encapsulada" + +#~ msgid "Flexible Image Transport System" +#~ msgstr "Sistema Flexível de Transporte de Imagens" + +#~ msgid "HP Graphics Language (plotter)" +#~ msgstr "Linguagem de Gráficos HP (plotter)" + +#~ msgid "HP Printer Control Language file" +#~ msgstr "Arquivo de Linguagem de Controle de Impressora HP" + +#~ msgid "HTML page" +#~ msgstr "Página HTML" + +#~ msgid "Korn shell script" +#~ msgstr "Script de shell Korn" + +#~ msgid "Literate haskell source code" +#~ msgstr "Código fonte haskell literal" + +#~ msgid "Microsoft ASF video" +#~ msgstr "Vídeo Microsoft ASF" + +#~ msgid "Microsoft AVI video" +#~ msgstr "Vídeo Microsoft AVI" + +#~ msgid "Microsoft WMF file" +#~ msgstr "Arquivo Microsoft WMF" + +#~ msgid "Microsoft WMV video" +#~ msgstr "Vídeo Microsoft WMV" + +#~ msgid "Microsoft Windows icon" +#~ msgstr "Ícone do Microsoft Windows" + +#~ msgid "Microsoft Write document" +#~ msgstr "Documento do Microsoft Write" + +#~ msgid "PhotoCD image" +#~ msgstr "Imagem de PhotoCD" + +#~ msgid "Photoshop image" +#~ msgstr "Imagem do Photoshop" + +#~ msgid "Portable Bitmap File Format" +#~ msgstr "Formato de Arquivo de Bitmap Portável" + +#~ msgid "Portable Graymap File Format" +#~ msgstr "Formato de Arquivo de Mapa de Cinza Portável" + +#~ msgid "Portable Pixmap File Format" +#~ msgstr "Formato de Arquivo de Pixmap Portável" + +#~ msgid "PostScript document" +#~ msgstr "Documento PostScript" + +#~ msgid "RealAudio broadcast" +#~ msgstr "Transmissão do RealAudio" + +#~ msgid "RealVideo video" +#~ msgstr "Vídeo RealVideo" + +#~ msgid "Resource Description Framework (RDF) file" +#~ msgstr "Arquivo de Plataforma de Descrição de Recursos (RDF)" + +#~ msgid "Rich Text Format" +#~ msgstr "Formato Rich Text" + +#~ msgid "Silicon Graphics IRIS image" +#~ msgstr "Imagem do Silicon Graphics IRIS" + +#~ msgid "Synchronized Multimedia Integration Language" +#~ msgstr "Linguagem de Integração de Multimídia Sincronizada (SMIL)" + +#~ msgid "Truevision Targa image" +#~ msgstr "Imagem Targe Truevision" + +#~ msgid "X PixMap image" +#~ msgstr "Imagem de PixMap do X" + +#~ msgid "XML Metadata Interchange file" +#~ msgstr "Arquivo de Intercâmbio de Metadados XML" + +#~ msgid "active server page" +#~ msgstr "Página de Servidor Ativo" + +#~ msgid "dBASE document" +#~ msgstr "Documento do dBASE" + +#~ msgid "directory information file" +#~ msgstr "Arquivo de informações de diretório" + +#~ msgid "document type definition" +#~ msgstr "Definição do tipo de documento" + +#~ msgid "eXtensible Markup Language document" +#~ msgstr "Documento Linguagem de Marcação Extensível (XML)" + +#~ msgid "iCalendar file" +#~ msgstr "Arquivo iCalendar" + +#~ msgid "scalable SVG image" +#~ msgstr "Imagem escalável SVG" + +#~ msgid "text document (with comma-separated values)" +#~ msgstr "Documento texto (com valores separados por vírgula)" + +#~ msgid "text document (with tab-separated values)" +#~ msgstr "Documento texto (com valores separados por tabulação)" + +#~ msgid "translated messages" +#~ msgstr "Mensagens traduzidas" + +#~ msgid "vCalendar interchange file" +#~ msgstr "Arquivo de intercâmbio vCalendar" + +#~ msgid "2D chemical structure" +#~ msgstr "Estrutura química 2D" + +#~ msgid "Address card" +#~ msgstr "Cartão de endereço" + +#~ msgid "Applixware presentation" +#~ msgstr "Apresentação do Applixware" + +#~ msgid "Assembly source code" +#~ msgstr "Código fonte Assembly" + +#~ msgid "Basic audio" +#~ msgstr "Áudio básico" + +#~ msgid "Bibliography record" +#~ msgstr "Registro bibliográfico" + +#~ msgid "Bzip2 compressed file" +#~ msgstr "Arquivo compactado com Bzip2" + +#~ msgid "CGI program" +#~ msgstr "Programa CGI" + +#~ msgid "Calendar or event document" +#~ msgstr "Documento de agenda ou evento" + +#~ msgid "Cinelerra editing sheet" +#~ msgstr "Planilha de edição Cinelerra" + +#~ msgid "Comma-separated text document" +#~ msgstr "Documento texto separado por vírgulas" + +#~ msgid "Compress-compressed file" +#~ msgstr "Arquivo compactado com compress" + +#~ msgid "Crystalline structure model" +#~ msgstr "Estrutura de Modelo Crystalline" + +#~ msgid "Documents" +#~ msgstr "Documentos" + +#~ msgid "Documents/Diagram" +#~ msgstr "Documentos/Diagrama" + +#~ msgid "Documents/Extended Markup Language (XML)" +#~ msgstr "Documentos/Extended Markup Language (XML)" + +#~ msgid "Documents/Numeric" +#~ msgstr "Documentos/Numérico" + +#~ msgid "Documents/Plain Text" +#~ msgstr "Documentos/Texto Simples" + +#~ msgid "Documents/Presentation" +#~ msgstr "Documentos/Apresentação" + +#~ msgid "Documents/Project Management" +#~ msgstr "Documentos/Gerenciamento de Projetos" + +#~ msgid "Documents/Published Materials" +#~ msgstr "Documentos/Materiais Publicados" + +#~ msgid "Documents/Spreadsheet" +#~ msgstr "Documentos/Planilha" + +#~ msgid "Documents/TeX" +#~ msgstr "Documentos/TeX" + +#~ msgid "Documents/Text Markup" +#~ msgstr "Documentos/Marcação de Texto" + +#~ msgid "Documents/Vector Graphics" +#~ msgstr "Documentos/Imagens Vetoriais" + +#~ msgid "Documents/Word Processor" +#~ msgstr "Documentos/Processador de Textos" + +#~ msgid "Documents/World Wide Web" +#~ msgstr "Documentos/World Wide Web" + +#~ msgid "Email message/mailbox" +#~ msgstr "Mensagem de e-mail/caixa de e-mails" + +#~ msgid "Epiphany bookmarks file" +#~ msgstr "Arquivo de marcadores Epiphany" + +#~ msgid "GNOME desktop theme" +#~ msgstr "Tema de área de trabalho GNOME" + +#~ msgid "GnuCash workbook" +#~ msgstr "Livro de trabalho do GnuCash" + +#~ msgid "ISO image" +#~ msgstr "Imagem ISO" + +#~ msgid "Images" +#~ msgstr "Imagens" + +#~ msgid "Information" +#~ msgstr "Informação" + +#~ msgid "Information/Calendar" +#~ msgstr "Informação/Calendário" + +#~ msgid "Information/Financial" +#~ msgstr "Informação/Financeira" + +#~ msgid "Installed GNOME desktop theme" +#~ msgstr "Tema de área de trabalho GNOME instalado" + +#~ msgid "JavaScript source code" +#~ msgstr "Código fonte em JavaScript" + +#~ msgid "KDE application details" +#~ msgstr "Detalhes de aplicativo KDE" + +#~ msgid "LHARC archive" +#~ msgstr "Pacote LHARC" + +#~ msgid "MS ASF audio" +#~ msgstr "Áudio MS ASF" + +#~ msgid "Magick image format" +#~ msgstr "Formato de imagem Magick" + +#~ msgid "Manual page" +#~ msgstr "Página de manual" + +#~ msgid "Memory dump" +#~ msgstr "Descarga de memória" + +#~ msgid "Message" +#~ msgstr "Mensagem" + +#~ msgid "Multi-part message" +#~ msgstr "Mensagem multi-partes" + +#~ msgid "Named pipe" +#~ msgstr "Pipe nomeado" + +#~ msgid "PC Paintbrush image" +#~ msgstr "Imagem PC Paintbrush" + +#~ msgid "PEF program" +#~ msgstr "Programa PEF" + +#~ msgid "PGP-encrypted file" +#~ msgstr "Arquivo criptografado com PGP" + +#~ msgid "Packages" +#~ msgstr "Pacotes" + +#~ msgid "Project Plan" +#~ msgstr "Plano de Projeto" + +#~ msgid "Python source code" +#~ msgstr "Código fonte Python" + +#~ msgid "Quicken for Windows document" +#~ msgstr "Documento do Quicken para Windows" + +#~ msgid "Raw Gray Sample" +#~ msgstr "Amostra de Cinza Cru" + +#~ msgid "SHOUTcast playlist" +#~ msgstr "Lista de execução SHOUTcast" + +#~ msgid "SMIL script" +#~ msgstr "Script SMIL" + +#~ msgid "SVG art" +#~ msgstr "Arte SVG" + +#~ msgid "Samba share" +#~ msgstr "Compartilhamento Samba" + +#~ msgid "Search results" +#~ msgstr "Resultados da busca" + +#~ msgid "Security" +#~ msgstr "Segurança" + +#~ msgid "Shared Printer" +#~ msgstr "Impressora compartilhada" + +#~ msgid "Software Development" +#~ msgstr "Desenvolvimento de Software" + +#~ msgid "Software Development/ROM Images" +#~ msgstr "Desenvolvimento de Software/Imagens ROM" + +#~ msgid "Software Development/Source Code" +#~ msgstr "Desenvolvimento de Software/Código Fonte" + +#~ msgid "Source code patch" +#~ msgstr "Patch do código fonte" + +#~ msgid "StarOffice extended metafile image" +#~ msgstr "Imagem meta-arquivo extendida do StarOffice" + +#~ msgid "Sun mu-law audio" +#~ msgstr "Áudio Sun mu-law" + +#~ msgid "System" +#~ msgstr "Sistema" + +#~ msgid "Tab-separated text document" +#~ msgstr "Documento texto separado por abas" + +#~ msgid "Tar archive (Bzip2-compressed)" +#~ msgstr "Pacote tar (compactado com bzip2)" + +#~ msgid "TeX dvi document" +#~ msgstr "Documento TeX dvi" + +#~ msgid "Troff me input document" +#~ msgstr "Documento de entrada troff me" + +#~ msgid "Troff mm input document" +#~ msgstr "Documento de entrada troff mm" + +#~ msgid "User Interface" +#~ msgstr "Interface de Usuário" + +#~ msgid "User Interface/Fonts" +#~ msgstr "Interface de Usuário/Fontes" + +#~ msgid "Verilog source code" +#~ msgstr "Código fonte Verilog" + +#~ msgid "Web folder" +#~ msgstr "Pasta web" + +#~ msgid "Yacc grammar source code" +#~ msgstr "Código fonte da gramática Yacc" + +#~ msgid "Z shell script" +#~ msgstr "Script shell Z" + +#~ msgid "xfig vector graphic" +#~ msgstr "Figura vetorial do Xfig" + +#~ msgid "GNOME theme package" +#~ msgstr "Pacote de tema do GNOME" + +#~ msgid "MSX rom" +#~ msgstr "ROM de MSX" + +#~ msgid "NES rom" +#~ msgstr "ROM de NES" + +#~ msgid "Software Development/ROM image" +#~ msgstr "Desenvolvimento de Software/Imagem ROM" + +#~ msgid "Software Development/Source" +#~ msgstr "Desenvolvimento de Software/Código Fonte" + +#~ msgid "Yacc source file" +#~ msgstr "Código fonte Yacc" + +#~ msgid "arj archive" +#~ msgstr "Pacote arj" + +#~ msgid "M3 audio URL" +#~ msgstr "URL de Áudio M3" + +#~ msgid "GNOME application details" +#~ msgstr "detalhes de aplicativo Gnome" + +#~ msgid "%s:%d contains NUL characters." +#~ msgstr "%s:%d possui caracteres NUL." + +#~ msgid "%s:%d contains no method name." +#~ msgstr "%s:%d não possui nome de método." + +#~ msgid "%s:%d contains no module name." +#~ msgstr "%s:%d não possui nome de módulo." + +#~ msgid "Configuration file `%s' was not found: %s" +#~ msgstr "Arquivo de configuraçÂão `%s' não foi achado: %s" + +#~ msgid "Could not parse: %s" +#~ msgstr "Não é possível analisar: %s" + +#~ msgid "More parsing errors will be ignored." +#~ msgstr "Mais erros de análise serão ignorados." + +#~ msgid "No error" +#~ msgstr "Nenhum erro" + +#~ msgid "File not found" +#~ msgstr "Arquivo não encontrado" + +#~ msgid "Internal error" +#~ msgstr "Erro interno" + +#~ msgid "Invalid parameters" +#~ msgstr "Parâmetros inválidos" + +#~ msgid "Unsupported operation" +#~ msgstr "OperaçÂão não suportada" + +#~ msgid "I/O error" +#~ msgstr "Erro de E/S" + +#~ msgid "Data corrupted" +#~ msgstr "Dados corrompidos" + +#~ msgid "Format not valid" +#~ msgstr "Formato inválido" + +#~ msgid "Bad file handle" +#~ msgstr "Descritor de arquivos inválido" + +#~ msgid "File too big" +#~ msgstr "Arquivo muito grande" + +#~ msgid "No space left on device" +#~ msgstr "Sem espaço no dispositivo" + +#~ msgid "Read-only file system" +#~ msgstr "Sistema de arquivos somente-leitura" + +#~ msgid "Invalid URI" +#~ msgstr "URI inválida" + +#~ msgid "File not open" +#~ msgstr "Arquivo não aberto" + +#~ msgid "Open mode not valid" +#~ msgstr "Modo de abertura inválido" + +#~ msgid "Access denied" +#~ msgstr "Acesso negado" + +#~ msgid "Too many open files" +#~ msgstr "Muitos arquivos abertos" + +#~ msgid "End of file" +#~ msgstr "Fim de arquivo" + +#~ msgid "Not a directory" +#~ msgstr "Não é um diretório" + +#~ msgid "Operation in progress" +#~ msgstr "OperaçÂão em progresso" + +#~ msgid "Operation interrupted" +#~ msgstr "OperaçÂão interrompida" + +#~ msgid "File exists" +#~ msgstr "Arquivo existe" + +#~ msgid "Looping links encountered" +#~ msgstr "Vínculos circulares encontrados" + +#~ msgid "Operation not permitted" +#~ msgstr "OperaçÂão não permitida" + +#~ msgid "Is a directory" +#~ msgstr "É um diretório" + +#~ msgid "Not enough memory" +#~ msgstr "Memória insuficiente" + +#~ msgid "Host not found" +#~ msgstr "Máquina não encontrada" + +#~ msgid "Host name not valid" +#~ msgstr "Nome de máquina inválido" + +#~ msgid "Host has no address" +#~ msgstr "Máquina não tem endereço" + +#~ msgid "Operation cancelled" +#~ msgstr "OperaçÂão cancelada" + +#~ msgid "Directory busy" +#~ msgstr "Diretório ocupado" + +#~ msgid "Directory not empty" +#~ msgstr "Diretório não vazio" + +#~ msgid "Too many links" +#~ msgstr "Muitos vínculos" + +#~ msgid "Read only file system" +#~ msgstr "Sistema de arquivos somente para leitura" + +#~ msgid "Not on the same file system" +#~ msgstr "Não no mesmo sistema de arquivos" + +#~ msgid "Name too long" +#~ msgstr "Nome muito extenso" + +#~ msgid "Service not available" +#~ msgstr "Serviço não disponível" + +#~ msgid "Request obsoletes service's data" +#~ msgstr "Pedido torna obsoleto os dados do serviço" + +#~ msgid "Protocol error" +#~ msgstr "Erro de protocolo" + +#~ msgid "Unknown error" +#~ msgstr "Erro desconhecido" + +#~ msgid "1 byte" +#~ msgstr "1 byte" + +#~ msgid "%u bytes" +#~ msgstr "%u bytes" + +#~ msgid "%.1f K" +#~ msgstr "%.1f K" + +#~ msgid "%.1f MB" +#~ msgstr "%.1f MB" + +#~ msgid "%.1f GB" +#~ msgstr "%.1f GB" + +#~ msgid "Unknown op type %u" +#~ msgstr "Tipo de operaçÂão desconhecida %u" + +#~ msgid "Cannot create pipe for open GIOChannel: %s" +#~ msgstr "Não é possível criar pipe para abrir GIOChannel: %s" + +#~ msgid "Unknown job kind %u" +#~ msgstr "Tipo de trabalho desconhecido %u" + +#~ msgid "Operation stopped" +#~ msgstr "OperaçÂão paralizada" + +#~ msgid "Unknown GnomeVFSSeekPosition %d" +#~ msgstr "GnomeVFSSeekPosition desconhecido %d" diff --git a/po/ru.po b/po/ru.po new file mode 100644 index 0000000..00614e8 --- /dev/null +++ b/po/ru.po @@ -0,0 +1,2413 @@ +# Translation of shared-mime-info messages to Russian +# This file is distributed under the same license as the shared-mime-info package. +# Copyright (C) 2008 Free Software Foundation, Inc. +# Peter Astakhov , 2005. +# Peter Astakhov , 2008. +# Anton Shestakov , 2008. +# Pavel Maryanov , 2008. +# +msgid "" +msgstr "" +"Project-Id-Version: shared-mime-info 0.51\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2008-07-23 12:49+0100\n" +"PO-Revision-Date: 2008-07-27 13:13+0200\n" +"Last-Translator: Pavel Maryanov \n" +"Language-Team: Russian \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#: ../freedesktop.org.xml.in.h:1 +msgid "3D Studio image" +msgstr "изображение 3D Studio" + +#: ../freedesktop.org.xml.in.h:2 +msgid "3GPP multimedia file" +msgstr "мультимедийный файл 3GPP" + +#: ../freedesktop.org.xml.in.h:3 +msgid "7-zip archive" +msgstr "архив 7-zip" + +#: ../freedesktop.org.xml.in.h:4 +msgid "ACE archive" +msgstr "архив ACE" + +#: ../freedesktop.org.xml.in.h:5 +msgid "AIFC audio" +msgstr "аудио AIFC" + +#: ../freedesktop.org.xml.in.h:6 +msgid "AIFF audio" +msgstr "аудио AIFF" + +#: ../freedesktop.org.xml.in.h:7 +msgid "AIFF/Amiga/Mac audio" +msgstr "аудио AIFF/Amiga/Mac" + +#: ../freedesktop.org.xml.in.h:8 +msgid "AMR audio" +msgstr "аудио AMR" + +#: ../freedesktop.org.xml.in.h:9 +msgid "AMR-WB audio" +msgstr "аудио AMR-WB" + +#: ../freedesktop.org.xml.in.h:10 +msgid "ANIM animation" +msgstr "анимация ANIM" + +#: ../freedesktop.org.xml.in.h:11 +msgid "AR archive" +msgstr "архив AR" + +#: ../freedesktop.org.xml.in.h:12 +msgid "ARC archive" +msgstr "архив ARC" + +#: ../freedesktop.org.xml.in.h:13 +msgid "ARJ archive" +msgstr "архив ARJ" + +#: ../freedesktop.org.xml.in.h:14 +msgid "ASF video" +msgstr "видео ASF" + +#: ../freedesktop.org.xml.in.h:15 +msgid "ASP page" +msgstr "страница ASP" + +#: ../freedesktop.org.xml.in.h:16 +msgid "ATK inset" +msgstr "вкладка ATK" + +#: ../freedesktop.org.xml.in.h:17 +msgid "AVI video" +msgstr "видео AVI" + +#: ../freedesktop.org.xml.in.h:18 +msgid "AWK script" +msgstr "сценарий AWK" + +#: ../freedesktop.org.xml.in.h:19 +msgid "AbiWord document" +msgstr "документ AbiWord" + +#: ../freedesktop.org.xml.in.h:20 +msgid "Ada source code" +msgstr "исходный код Ada" + +#: ../freedesktop.org.xml.in.h:21 +msgid "Adobe DNG negative" +msgstr "негатив Adobe DNG" + +#: ../freedesktop.org.xml.in.h:22 +msgid "Adobe FrameMaker MIF document" +msgstr "документ Adobe FrameMaker MIF" + +#: ../freedesktop.org.xml.in.h:23 +msgid "Adobe FrameMaker document" +msgstr "документ Adobe FrameMaker" + +#: ../freedesktop.org.xml.in.h:24 +msgid "Adobe FrameMaker font" +msgstr "шрифт Adobe FrameMaker" + +#: ../freedesktop.org.xml.in.h:25 +msgid "Adobe Illustrator document" +msgstr "документ Adobe Illustrator" + +#: ../freedesktop.org.xml.in.h:26 +msgid "Adobe font metrics" +msgstr "метрики шрифта Adobe" + +#: ../freedesktop.org.xml.in.h:27 +msgid "Alzip archive" +msgstr "архив Alzip" + +#: ../freedesktop.org.xml.in.h:28 +msgid "Amiga SoundTracker audio" +msgstr "аудио Amiga SoundTracker" + +#: ../freedesktop.org.xml.in.h:29 +msgid "Applix Graphics image" +msgstr "изображение Applix Graphics" + +#: ../freedesktop.org.xml.in.h:30 +msgid "Applix Spreadsheets spreadsheet" +msgstr "электронная таблица Applix Spreadsheets" + +#: ../freedesktop.org.xml.in.h:31 +msgid "Applix Words document" +msgstr "документ Applix Words" + +#: ../freedesktop.org.xml.in.h:32 +msgid "Atom syndication feed" +msgstr "лента новостей Atom" + +#: ../freedesktop.org.xml.in.h:33 +msgid "AutoCAD image" +msgstr "изображение AutoCAD" + +#: ../freedesktop.org.xml.in.h:34 +msgid "BCPIO document" +msgstr "документ BCPIO" + +#: ../freedesktop.org.xml.in.h:35 +msgid "BDF font" +msgstr "шрифт BDF" + +#: ../freedesktop.org.xml.in.h:36 +msgid "BibTeX document" +msgstr "документ BibTeX" + +#: ../freedesktop.org.xml.in.h:37 +msgid "BitTorrent seed file" +msgstr "файл источника BitTorrent" + +#: ../freedesktop.org.xml.in.h:38 +msgid "Blender scene" +msgstr "сцена Blender" + +#. http://en.wikipedia.org/wiki/Blu-ray_Disc +#. http://www.blu-raydisc.com/Section-13470/Section-13890/Index.html +#: ../freedesktop.org.xml.in.h:41 +msgid "Blu-ray video disc" +msgstr "видео-диск Blu-ray" + +#: ../freedesktop.org.xml.in.h:42 +msgid "Bzip archive" +msgstr "архив bzip" + +#: ../freedesktop.org.xml.in.h:43 +msgid "C header" +msgstr "заголовочный файл C" + +#: ../freedesktop.org.xml.in.h:44 +msgid "C shell script" +msgstr "сценарий C shell" + +#: ../freedesktop.org.xml.in.h:45 +msgid "C source code" +msgstr "исходный код C" + +#: ../freedesktop.org.xml.in.h:46 +msgid "C# source code" +msgstr "исходный код C#" + +#: ../freedesktop.org.xml.in.h:47 +msgid "C++ header" +msgstr "заголовочный файл C++" + +#: ../freedesktop.org.xml.in.h:48 +msgid "C++ source code" +msgstr "исходный код C++" + +#: ../freedesktop.org.xml.in.h:49 +msgid "CCITT G3 fax" +msgstr "факс CCITT G3" + +#: ../freedesktop.org.xml.in.h:50 +msgid "CD Table Of Contents" +msgstr "таблица содержания CD" + +#: ../freedesktop.org.xml.in.h:51 +msgid "CD image cuesheet" +msgstr "таблица содержания образа CD" + +#: ../freedesktop.org.xml.in.h:52 +msgid "CHM document" +msgstr "документ CHM" + +#: ../freedesktop.org.xml.in.h:53 +msgid "CMU raster image" +msgstr "растровое изображение CMU" + +#: ../freedesktop.org.xml.in.h:54 +msgid "CMake source code" +msgstr "исходный код CMake" + +#: ../freedesktop.org.xml.in.h:55 +msgid "CPIO archive" +msgstr "архив CPIO" + +#: ../freedesktop.org.xml.in.h:56 +msgid "CPIO archive (gzip-compressed)" +msgstr "архив CPIO (сжатый gzip)" + +#: ../freedesktop.org.xml.in.h:57 +msgid "CSS stylesheet" +msgstr "таблица стилей CSS" + +#: ../freedesktop.org.xml.in.h:58 +msgid "CSV document" +msgstr "документ CSV" + +#: ../freedesktop.org.xml.in.h:59 +msgid "Canon CR2 raw image" +msgstr "необработанное изображение Canon CR2" + +#: ../freedesktop.org.xml.in.h:60 +msgid "Canon CRW raw image" +msgstr "необработанное изображение Canon CRW" + +#: ../freedesktop.org.xml.in.h:61 +msgid "ChangeLog document" +msgstr "протокол изменений" + +#: ../freedesktop.org.xml.in.h:62 +msgid "Cisco VPN Settings" +msgstr "настройки Cisco VPN" + +#: ../freedesktop.org.xml.in.h:63 +msgid "Citrix ICA settings file" +msgstr "файл настроек Citrix ICA" + +#: ../freedesktop.org.xml.in.h:64 +msgid "Commodore 64 audio" +msgstr "аудио Commodore 64" + +#: ../freedesktop.org.xml.in.h:65 +msgid "Computer Graphics Metafile" +msgstr "метафайл компьютерной графики" + +#: ../freedesktop.org.xml.in.h:66 +msgid "Corel Draw drawing" +msgstr "изображение Corel Draw" + +#: ../freedesktop.org.xml.in.h:67 +msgid "D source code" +msgstr "исходный код D" + +#: ../freedesktop.org.xml.in.h:68 +msgid "DAR archive" +msgstr "архив DAR" + +#: ../freedesktop.org.xml.in.h:69 +msgid "DCL script" +msgstr "сценарий DCL" + +#: ../freedesktop.org.xml.in.h:70 +msgid "DER/PEM/Netscape-encoded X.509 certificate" +msgstr "сертификат X.509 (DER/PEM/Netscape-закодированный)" + +#: ../freedesktop.org.xml.in.h:71 +msgid "DIB image" +msgstr "изображение DIB" + +#: ../freedesktop.org.xml.in.h:72 +msgid "DICOM image" +msgstr "изображение DICOM" + +#: ../freedesktop.org.xml.in.h:73 +msgid "DOS font" +msgstr "шрифт DOS" + +#: ../freedesktop.org.xml.in.h:74 +msgid "DOS/Windows executable" +msgstr "исполняемый файл DOS/Windows" + +#: ../freedesktop.org.xml.in.h:75 +msgid "DPX image" +msgstr "изображение DPX" + +#: ../freedesktop.org.xml.in.h:76 +msgid "DSSSL document" +msgstr "документ DSSSL" + +#: ../freedesktop.org.xml.in.h:77 +msgid "DTD file" +msgstr "файл DTD" + +#: ../freedesktop.org.xml.in.h:78 +msgid "DV video" +msgstr "видео DV" + +#: ../freedesktop.org.xml.in.h:79 +msgid "DXF vector image" +msgstr "векторное изображение DXF" + +#: ../freedesktop.org.xml.in.h:80 +msgid "Debian package" +msgstr "пакет Debian" + +#: ../freedesktop.org.xml.in.h:81 +msgid "Dia diagram" +msgstr "диаграмма Dia" + +#: ../freedesktop.org.xml.in.h:82 +msgid "DirectDraw surface" +msgstr "плоскость DirectDraw" + +#: ../freedesktop.org.xml.in.h:83 +msgid "DjVu image" +msgstr "изображение DjVu" + +#: ../freedesktop.org.xml.in.h:84 +msgid "DocBook document" +msgstr "документ DocBook" + +#: ../freedesktop.org.xml.in.h:85 +msgid "Dolby Digital audio" +msgstr "аудио Dolby Digital" + +#: ../freedesktop.org.xml.in.h:86 +msgid "Dreamcast ROM" +msgstr "Dreamcast ROM " + +#: ../freedesktop.org.xml.in.h:87 +msgid "ECMAScript program" +msgstr "программа ECMAScript" + +#: ../freedesktop.org.xml.in.h:88 +msgid "EMF image" +msgstr "изображение EMF" + +#: ../freedesktop.org.xml.in.h:89 +msgid "EPS image" +msgstr "изображение EPS" + +#: ../freedesktop.org.xml.in.h:90 +msgid "EPS image (bzip-compressed)" +msgstr "изображение EPS (сжатое bzip)" + +#: ../freedesktop.org.xml.in.h:91 +msgid "EPS image (gzip-compressed)" +msgstr "изображение EPS (сжатое gzip)" + +#: ../freedesktop.org.xml.in.h:92 +msgid "EXR image" +msgstr "изображение EXR" + +#: ../freedesktop.org.xml.in.h:93 +msgid "Egon Animator animation" +msgstr "анимация Egon Animator" + +#: ../freedesktop.org.xml.in.h:94 +msgid "Eiffel source code" +msgstr "исходный код Eiffel" + +#: ../freedesktop.org.xml.in.h:95 +msgid "Emacs Lisp source code" +msgstr "исходный код Emacs Lisp" + +#: ../freedesktop.org.xml.in.h:96 +msgid "Enlightenment theme" +msgstr "тема Enlightenment" + +#: ../freedesktop.org.xml.in.h:97 +msgid "Erlang source code" +msgstr "исходный код Erlang" + +#: ../freedesktop.org.xml.in.h:98 +msgid "Excel spreadsheet" +msgstr "электронная таблица Excel" + +#: ../freedesktop.org.xml.in.h:99 +msgid "FITS document" +msgstr "документ FITS" + +#: ../freedesktop.org.xml.in.h:100 +msgid "FLAC audio" +msgstr "аудио FLAC" + +#: ../freedesktop.org.xml.in.h:101 +msgid "FLIC animation" +msgstr "анимация FLIC" + +#: ../freedesktop.org.xml.in.h:102 +msgid "FLTK Fluid file" +msgstr "файл FLTK Fluid" + +#: ../freedesktop.org.xml.in.h:103 +msgid "FPX image" +msgstr "изображение FPX" + +#: ../freedesktop.org.xml.in.h:104 +msgid "FastTracker II audio" +msgstr "аудио FastTracker II" + +#: ../freedesktop.org.xml.in.h:105 +msgid "Flash video" +msgstr "видео Flash" + +#: ../freedesktop.org.xml.in.h:106 +msgid "Fortran source code" +msgstr "исходный код Fortran" + +#: ../freedesktop.org.xml.in.h:107 +msgid "Fuji RAF raw image" +msgstr "необработанное изображение Fuji RAF" + +#: ../freedesktop.org.xml.in.h:108 +msgid "G3 fax image" +msgstr "факсовое изображение G3" + +#: ../freedesktop.org.xml.in.h:109 +msgid "GDBM database" +msgstr "база данных GDBM" + +#: ../freedesktop.org.xml.in.h:110 +msgid "GEDCOM family history" +msgstr "история семьи GEDCOM" + +#: ../freedesktop.org.xml.in.h:111 +msgid "GIF image" +msgstr "изображение GIF" + +#: ../freedesktop.org.xml.in.h:112 +msgid "GIMP image" +msgstr "изображение GIMP" + +#: ../freedesktop.org.xml.in.h:113 +msgid "GMC link" +msgstr "ссылка GMC" + +#: ../freedesktop.org.xml.in.h:114 +msgid "GNU Oleo spreadsheet" +msgstr "электронная таблица GNU Oleo" + +#: ../freedesktop.org.xml.in.h:115 +msgid "GNU mail message" +msgstr "почтовое сообщение GNU" + +#: ../freedesktop.org.xml.in.h:116 +msgid "GNUnet search file" +msgstr "файл поиска GNUnet" + +#: ../freedesktop.org.xml.in.h:117 +msgid "GTKtalog catalog" +msgstr "каталог GTKtalog" + +#: ../freedesktop.org.xml.in.h:118 +msgid "Game Boy Advance ROM" +msgstr "Game Boy Advance ROM" + +#: ../freedesktop.org.xml.in.h:119 +msgid "Game Boy ROM" +msgstr "Game Boy ROM" + +#. Translate this to Megadrive if the console was known as such in your locale +#. Should be Megadrive in all but en_US: http://en.wikipedia.org/wiki/Megadrive#History +#: ../freedesktop.org.xml.in.h:122 +msgid "Genesis ROM" +msgstr "Genesis ROM" + +#: ../freedesktop.org.xml.in.h:123 +msgid "Glade project" +msgstr "проект Glade" + +#: ../freedesktop.org.xml.in.h:124 +msgid "GnuCash spreadsheet" +msgstr "электронная таблица GnuCash" + +#: ../freedesktop.org.xml.in.h:125 +msgid "Gnumeric spreadsheet" +msgstr "электронная таблица Gnumeric" + +#: ../freedesktop.org.xml.in.h:126 +msgid "Gnuplot document" +msgstr "документ Gnuplot" + +#: ../freedesktop.org.xml.in.h:127 +msgid "Google Video Pointer" +msgstr "Google Video Pointer" + +#: ../freedesktop.org.xml.in.h:128 +msgid "Graphite scientific graph" +msgstr "научная диаграмма Graphite" + +#: ../freedesktop.org.xml.in.h:129 +msgid "Gzip archive" +msgstr "архив Gzip" + +#. http://en.wikipedia.org/wiki/HD_DVD +#. http://www.dvdafteredit.com/wiki/The_HVDVD_TS_Folder +#: ../freedesktop.org.xml.in.h:132 +msgid "HD DVD video disc" +msgstr "видео-диск HD DVD" + +#: ../freedesktop.org.xml.in.h:133 +msgid "HDF document" +msgstr "документ HDF" + +#: ../freedesktop.org.xml.in.h:134 +msgid "HPGL file" +msgstr "файл HPGL" + +#: ../freedesktop.org.xml.in.h:135 +msgid "HTML document" +msgstr "документ HTML" + +#: ../freedesktop.org.xml.in.h:136 +msgid "Haansoft Hangul document" +msgstr "документ Haansoft Hangul" + +#: ../freedesktop.org.xml.in.h:137 +msgid "Haansoft Hangul document template" +msgstr "шаблон документа Haansoft Hangul" + +#: ../freedesktop.org.xml.in.h:138 +msgid "Haskell source code" +msgstr "исходный код Haskell" + +#: ../freedesktop.org.xml.in.h:139 +msgid "ICO icon" +msgstr "значок ICO" + +#: ../freedesktop.org.xml.in.h:140 +msgid "IDL document" +msgstr "документ IDL" + +#: ../freedesktop.org.xml.in.h:141 +msgid "IEF image" +msgstr "изображение IEF" + +#: ../freedesktop.org.xml.in.h:142 +msgid "IFF image" +msgstr "изображение IFF" + +#: ../freedesktop.org.xml.in.h:143 +msgid "ILBM image" +msgstr "изображение ILBM" + +#: ../freedesktop.org.xml.in.h:144 +msgid "ISI video" +msgstr "видео ISI" + +#: ../freedesktop.org.xml.in.h:145 +msgid "Impulse Tracker audio" +msgstr "аудио Impulse Tracker" + +#: ../freedesktop.org.xml.in.h:146 +msgid "Internet shortcut" +msgstr "Интернет-ссылка" + +#: ../freedesktop.org.xml.in.h:147 +msgid "JAD document" +msgstr "документ JAD" + +#: ../freedesktop.org.xml.in.h:148 +msgid "JBuilder project" +msgstr "проект JBuilder" + +#: ../freedesktop.org.xml.in.h:149 +msgid "JET database" +msgstr "база данных JET" + +#: ../freedesktop.org.xml.in.h:150 +msgid "JNG image" +msgstr "изображение JNG" + +#: ../freedesktop.org.xml.in.h:151 +msgid "JNLP file" +msgstr "файл JNLP" + +#: ../freedesktop.org.xml.in.h:152 +msgid "JPEG image" +msgstr "изображение JPEG" + +#: ../freedesktop.org.xml.in.h:153 +msgid "JPEG-2000 image" +msgstr "изображение JPEG-2000" + +#: ../freedesktop.org.xml.in.h:154 +msgid "Java archive" +msgstr "архив Java" + +#: ../freedesktop.org.xml.in.h:155 +msgid "Java byte code" +msgstr "байт-код Java" + +#: ../freedesktop.org.xml.in.h:156 +msgid "Java class" +msgstr "класс Java" + +#: ../freedesktop.org.xml.in.h:157 +msgid "Java source code" +msgstr "исходный код Java" + +#: ../freedesktop.org.xml.in.h:158 +msgid "JavaScript program" +msgstr "программа JavaScript" + +#: ../freedesktop.org.xml.in.h:159 +msgid "KChart chart" +msgstr "диаграмма KChart" + +#: ../freedesktop.org.xml.in.h:160 +msgid "KFormula formula" +msgstr "формула KFormula" + +#: ../freedesktop.org.xml.in.h:161 +msgid "KIllustrator drawing" +msgstr "изображение KIllustrator" + +#: ../freedesktop.org.xml.in.h:162 +msgid "KPovModeler scene" +msgstr "сцена KPovModeler" + +#: ../freedesktop.org.xml.in.h:163 +msgid "KPresenter presentation" +msgstr "презентация KPresenter" + +#: ../freedesktop.org.xml.in.h:164 +msgid "KSpread spreadsheet" +msgstr "электронная таблица KSpread" + +#: ../freedesktop.org.xml.in.h:165 +msgid "KSpread spreadsheet (encrypted)" +msgstr "электронная таблица KSpread (зашифрованная)" + +#: ../freedesktop.org.xml.in.h:166 +msgid "KSysV init package" +msgstr "пакет инициализации KSysV" + +#: ../freedesktop.org.xml.in.h:167 +msgid "KWord document" +msgstr "документ KWord" + +#: ../freedesktop.org.xml.in.h:168 +msgid "KWord document (encrypted)" +msgstr "документ KWord (зашифрованный)" + +#: ../freedesktop.org.xml.in.h:169 +msgid "Karbon14 drawing" +msgstr "изображение Karbon14" + +#: ../freedesktop.org.xml.in.h:170 +msgid "Kivio flowchart" +msgstr "диаграмма Kivio" + +#: ../freedesktop.org.xml.in.h:171 +msgid "Kodak DCR raw image" +msgstr "необработанное изображение Kodak DCR" + +#: ../freedesktop.org.xml.in.h:172 +msgid "Kodak K25 raw image" +msgstr "необработанное изображение Kodak K25" + +#: ../freedesktop.org.xml.in.h:173 +msgid "Kodak KDC raw image" +msgstr "необработанное изображение Kodak KDC" + +#: ../freedesktop.org.xml.in.h:174 +msgid "Kontour drawing" +msgstr "изображение Kontour" + +#: ../freedesktop.org.xml.in.h:175 +msgid "Krita document" +msgstr "документ Krita" + +#: ../freedesktop.org.xml.in.h:176 +msgid "Kugar document" +msgstr "документ Kugar" + +#: ../freedesktop.org.xml.in.h:177 +msgid "LDIF address book" +msgstr "адресная книга LDIF" + +#: ../freedesktop.org.xml.in.h:178 +msgid "LHA archive" +msgstr "архив LHA" + +#: ../freedesktop.org.xml.in.h:179 +msgid "LHS source code" +msgstr "исходный код LHS" + +#: ../freedesktop.org.xml.in.h:180 +msgid "LHZ archive" +msgstr "архив LHZ" + +#: ../freedesktop.org.xml.in.h:181 +msgid "LIBGRX font" +msgstr "шрифт LIBGRX" + +#: ../freedesktop.org.xml.in.h:182 +msgid "LZMA archive" +msgstr "архив LZMA" + +#: ../freedesktop.org.xml.in.h:183 +msgid "LZO archive" +msgstr "архив LZO" + +#: ../freedesktop.org.xml.in.h:184 +msgid "LightWave object" +msgstr "объект LightWave" + +#: ../freedesktop.org.xml.in.h:185 +msgid "LightWave scene" +msgstr "сцена LightWave" + +#: ../freedesktop.org.xml.in.h:186 +msgid "Lilypond music sheet" +msgstr "список музыки Lilypond" + +#: ../freedesktop.org.xml.in.h:187 +msgid "Linux PSF console font" +msgstr "консольный шрифт Linux PSF" + +#: ../freedesktop.org.xml.in.h:188 +msgid "Linux PSF console font (gzip-compressed)" +msgstr "консольный шрифт Linux PSF (сжатый gzip)" + +#: ../freedesktop.org.xml.in.h:189 +msgid "Lotus 1-2-3 spreadsheet" +msgstr "электронная таблица Lotus 1-2-3" + +#: ../freedesktop.org.xml.in.h:190 +msgid "Lotus AmiPro document" +msgstr "документ Lotus AmiPro" + +#: ../freedesktop.org.xml.in.h:191 +msgid "Lua script" +msgstr "сценарий Lua" + +#: ../freedesktop.org.xml.in.h:192 +msgid "LyX document" +msgstr "документ LyX" + +#: ../freedesktop.org.xml.in.h:193 +msgid "M4 macro" +msgstr "макрос M4" + +#: ../freedesktop.org.xml.in.h:194 +msgid "MATLAB script/function" +msgstr "сценарий/функция MATLAB" + +#: ../freedesktop.org.xml.in.h:195 +msgid "MIDI audio" +msgstr "аудио MIDI" + +#: ../freedesktop.org.xml.in.h:196 +msgid "MNG animation" +msgstr "анимация MNG" + +#: ../freedesktop.org.xml.in.h:197 +msgid "MP2 audio" +msgstr "аудио MP2" + +#: ../freedesktop.org.xml.in.h:198 +msgid "MP3 ShoutCast playlist" +msgstr "список воспроизведения MP3 ShoutCast" + +#: ../freedesktop.org.xml.in.h:199 +msgid "MP3 audio" +msgstr "аудио MP3" + +#: ../freedesktop.org.xml.in.h:200 +msgid "MP3 audio (streamed)" +msgstr "аудио MP3 (потоковое)" + +#: ../freedesktop.org.xml.in.h:201 +msgid "MPEG video" +msgstr "видео MPEG" + +#: ../freedesktop.org.xml.in.h:202 +msgid "MPEG-4 audio" +msgstr "аудио MPEG-4" + +#: ../freedesktop.org.xml.in.h:203 +msgid "MPEG-4 audio book" +msgstr "аудио-книга MPEG-4" + +#: ../freedesktop.org.xml.in.h:204 +msgid "MPEG-4 video" +msgstr "видео MPEG-4" + +#: ../freedesktop.org.xml.in.h:205 +msgid "MPSub subtitles" +msgstr "субтитры MPSub" + +#: ../freedesktop.org.xml.in.h:206 +msgid "MRML playlist" +msgstr "список воспроизведения MRML" + +#: ../freedesktop.org.xml.in.h:207 +msgid "MSX ROM" +msgstr "MSX ROM " + +#: ../freedesktop.org.xml.in.h:208 +msgid "MacOS X icon" +msgstr "значок MacOS X" + +#: ../freedesktop.org.xml.in.h:209 +msgid "MacPaint Bitmap image" +msgstr "растровое изображение MacPaint" + +#: ../freedesktop.org.xml.in.h:210 +msgid "Macintosh AppleDouble-encoded file" +msgstr "файл (Macintosh AppleDouble-закодированный)" + +#: ../freedesktop.org.xml.in.h:211 +msgid "Macintosh BinHex-encoded file" +msgstr "файл (Macintosh BinHex-закодированный)" + +#: ../freedesktop.org.xml.in.h:212 +msgid "Macintosh MacBinary file" +msgstr "файл Macintosh MacBinary" + +#: ../freedesktop.org.xml.in.h:213 +msgid "Macintosh Quickdraw/PICT drawing" +msgstr "изображение Macintosh Quickdraw/PICT" + +#: ../freedesktop.org.xml.in.h:214 +msgid "MagicPoint presentation" +msgstr "презентация MagicPoint" + +#: ../freedesktop.org.xml.in.h:215 +msgid "Makefile" +msgstr "Makefile (файл сборки)" + +#: ../freedesktop.org.xml.in.h:216 +msgid "Managed Object Format" +msgstr "формат управляемого объекта" + +#: ../freedesktop.org.xml.in.h:217 +msgid "Markaby script" +msgstr "сценарий Markaby" + +#: ../freedesktop.org.xml.in.h:218 +msgid "MathML document" +msgstr "документ MathML" + +#: ../freedesktop.org.xml.in.h:219 +msgid "Mathematica Notebook" +msgstr "Mathematica Notebook" + +#: ../freedesktop.org.xml.in.h:220 +msgid "Matroska audio" +msgstr "аудио Matroska" + +#: ../freedesktop.org.xml.in.h:221 +msgid "Matroska stream" +msgstr "поток Matroska" + +#: ../freedesktop.org.xml.in.h:222 +msgid "Matroska video" +msgstr "видео Matroska" + +#: ../freedesktop.org.xml.in.h:223 +msgid "MicroDVD subtitles" +msgstr "субтитры MicroDVD" + +#: ../freedesktop.org.xml.in.h:224 +msgid "Microsoft ASX playlist" +msgstr "список мультимедиа Microsoft ASX" + +#: ../freedesktop.org.xml.in.h:225 +msgid "Microsoft Works document" +msgstr "документ Microsoft Works" + +#: ../freedesktop.org.xml.in.h:226 +msgid "MiniPSF audio" +msgstr "аудио MiniPSF" + +#: ../freedesktop.org.xml.in.h:227 +msgid "Minolta MRW raw image" +msgstr "необработанное изображение Minolta MRW" + +#: ../freedesktop.org.xml.in.h:228 +msgid "Monkey's audio" +msgstr "аудио Monkey's" + +#: ../freedesktop.org.xml.in.h:229 +msgid "Mozilla bookmarks" +msgstr "закладки Mozilla" + +#: ../freedesktop.org.xml.in.h:230 +msgid "Mup publication" +msgstr "публикация Mup" + +#: ../freedesktop.org.xml.in.h:231 +msgid "Musepack audio" +msgstr "аудио Musepack" + +#. Translate this to Famicom if the console was known as such in your locale +#: ../freedesktop.org.xml.in.h:233 +msgid "NES ROM" +msgstr "NES ROM " + +#: ../freedesktop.org.xml.in.h:234 +msgid "NFO document" +msgstr "документ NFO" + +#: ../freedesktop.org.xml.in.h:235 +msgid "NIFF image" +msgstr "изображение NIFF" + +#: ../freedesktop.org.xml.in.h:236 +msgid "Nautilus link" +msgstr "ссылка Nautilus" + +#: ../freedesktop.org.xml.in.h:237 +msgid "Nikon NEF raw image" +msgstr "необработанное изображение Nikon NEF" + +#: ../freedesktop.org.xml.in.h:238 +msgid "Nintendo DS ROM" +msgstr "Nintendo DS ROM" + +#: ../freedesktop.org.xml.in.h:239 +msgid "Nintendo64 ROM" +msgstr "Nintendo64 ROM" + +#: ../freedesktop.org.xml.in.h:240 +msgid "NullSoft video" +msgstr "видео Nullsoft" + +#: ../freedesktop.org.xml.in.h:241 +msgid "OCL file" +msgstr "файл OCL" + +#: ../freedesktop.org.xml.in.h:242 +msgid "OCaml source code" +msgstr "исходный код OCaml" + +#: ../freedesktop.org.xml.in.h:243 +msgid "ODA document" +msgstr "документ ODA" + +#: ../freedesktop.org.xml.in.h:244 +msgid "ODB database" +msgstr "база данных ODB" + +#: ../freedesktop.org.xml.in.h:245 +msgid "ODC chart" +msgstr "диаграмма ODC" + +#: ../freedesktop.org.xml.in.h:246 +msgid "ODF formula" +msgstr "формула ODF" + +#: ../freedesktop.org.xml.in.h:247 +msgid "ODG drawing" +msgstr "изображение ODG" + +#: ../freedesktop.org.xml.in.h:248 +msgid "ODG template" +msgstr "шаблон ODG" + +#: ../freedesktop.org.xml.in.h:249 +msgid "ODI image" +msgstr "изображение ODI" + +#: ../freedesktop.org.xml.in.h:250 +msgid "ODM document" +msgstr "документ ODM" + +#: ../freedesktop.org.xml.in.h:251 +msgid "ODP presentation" +msgstr "презентация ODP" + +#: ../freedesktop.org.xml.in.h:252 +msgid "ODP template" +msgstr "шаблон ODP" + +#: ../freedesktop.org.xml.in.h:253 +msgid "ODS spreadsheet" +msgstr "электронная таблица ODS" + +#: ../freedesktop.org.xml.in.h:254 +msgid "ODS template" +msgstr "шаблон ODS" + +#: ../freedesktop.org.xml.in.h:255 +msgid "ODT document" +msgstr "документ ODT" + +#: ../freedesktop.org.xml.in.h:256 +msgid "ODT template" +msgstr "шаблон ODT" + +#: ../freedesktop.org.xml.in.h:257 +msgid "OGM video" +msgstr "видео OGM" + +#: ../freedesktop.org.xml.in.h:258 +msgid "OLE2 compound document storage" +msgstr "хранилище составных документов OLE2" + +#: ../freedesktop.org.xml.in.h:259 +msgid "OPML syndication feed" +msgstr "лента новостей OPML" + +#: ../freedesktop.org.xml.in.h:260 +msgid "OTH template" +msgstr "шаблон OTH" + +#: ../freedesktop.org.xml.in.h:261 +msgid "Objective-C source code" +msgstr "исходный код Objective-C " + +#: ../freedesktop.org.xml.in.h:262 +msgid "Office drawing" +msgstr "изображение Office" + +#: ../freedesktop.org.xml.in.h:263 +msgid "Ogg Audio" +msgstr "аудио Ogg" + +#: ../freedesktop.org.xml.in.h:264 +msgid "Ogg FLAC audio" +msgstr "аудио Ogg FLAC" + +#: ../freedesktop.org.xml.in.h:265 +msgid "Ogg Speex audio" +msgstr "аудио Ogg Speex" + +#: ../freedesktop.org.xml.in.h:266 +msgid "Ogg Theora video" +msgstr "видео Ogg Theora" + +#: ../freedesktop.org.xml.in.h:267 +msgid "Ogg Video" +msgstr "видео Ogg" + +#: ../freedesktop.org.xml.in.h:268 +msgid "Ogg Vorbis audio" +msgstr "аудио Ogg Vorbis" + +#: ../freedesktop.org.xml.in.h:269 +msgid "Ogg multimedia file" +msgstr "мультимедийный файл Ogg" + +#: ../freedesktop.org.xml.in.h:270 +msgid "Olympus ORF raw image" +msgstr "необработанное изображение Olympus ORF" + +#: ../freedesktop.org.xml.in.h:271 +msgid "OpenOffice Calc spreadsheet" +msgstr "электронная таблица OpenOffice Calc" + +#: ../freedesktop.org.xml.in.h:272 +msgid "OpenOffice Calc template" +msgstr "шаблон OpenOffice Calc" + +#: ../freedesktop.org.xml.in.h:273 +msgid "OpenOffice Draw drawing" +msgstr "изображение OpenOffice Draw" + +#: ../freedesktop.org.xml.in.h:274 +msgid "OpenOffice Draw template" +msgstr "шаблон OpenOffice Draw" + +#: ../freedesktop.org.xml.in.h:275 +msgid "OpenOffice Impress presentation" +msgstr "презентация OpenOffice Impress" + +#: ../freedesktop.org.xml.in.h:276 +msgid "OpenOffice Impress template" +msgstr "шаблон OpenOffice Impress" + +#: ../freedesktop.org.xml.in.h:277 +msgid "OpenOffice Math formula" +msgstr "формула OpenOffice Math" + +#: ../freedesktop.org.xml.in.h:278 +msgid "OpenOffice Writer document" +msgstr "документ OpenOffice Writer" + +#: ../freedesktop.org.xml.in.h:279 +msgid "OpenOffice Writer global document" +msgstr "основной документ OpenOffice Writer" + +#: ../freedesktop.org.xml.in.h:280 +msgid "OpenOffice Writer template" +msgstr "шаблон OpenOffice Writer" + +#: ../freedesktop.org.xml.in.h:281 +msgid "OpenOffice.org extension" +msgstr "расширение OpenOffice.org" + +#: ../freedesktop.org.xml.in.h:282 +msgid "OpenType font" +msgstr "шрифт OpenType" + +#: ../freedesktop.org.xml.in.h:283 +msgid "PAK archive" +msgstr "архив PAK" + +#: ../freedesktop.org.xml.in.h:284 +msgid "PBM image" +msgstr "изображение PBM" + +#: ../freedesktop.org.xml.in.h:285 +msgid "PCD image" +msgstr "изображение PCD" + +#: ../freedesktop.org.xml.in.h:286 +msgid "PCF font" +msgstr "шрифт PCF" + +#: ../freedesktop.org.xml.in.h:287 +msgid "PCL file" +msgstr "файл PCL" + +#: ../freedesktop.org.xml.in.h:288 +msgid "PCM audio" +msgstr "аудио PCM" + +#: ../freedesktop.org.xml.in.h:289 +msgid "PCX image" +msgstr "изображение PCX" + +#: ../freedesktop.org.xml.in.h:290 +msgid "PDF document" +msgstr "документ PDF" + +#: ../freedesktop.org.xml.in.h:291 +msgid "PDF document (bzip-compressed)" +msgstr "документ PDF (сжатый bzip)" + +#: ../freedesktop.org.xml.in.h:292 +msgid "PDF document (gzip-compressed)" +msgstr "документ PDF (сжатый gzip)" + +#: ../freedesktop.org.xml.in.h:293 +msgid "PEF executable" +msgstr "исполняемый файл PEF" + +#: ../freedesktop.org.xml.in.h:294 +msgid "PGM image" +msgstr "изображение PGM" + +#: ../freedesktop.org.xml.in.h:295 +msgid "PGN chess game notation" +msgstr "шахматная партия PGN" + +#: ../freedesktop.org.xml.in.h:296 +msgid "PGP keys" +msgstr "ключи PGP" + +#: ../freedesktop.org.xml.in.h:297 +msgid "PGP/MIME-encrypted message header" +msgstr "PGP/MIME-зашифрованный заголовок сообщения" + +#: ../freedesktop.org.xml.in.h:298 +msgid "PHP script" +msgstr "сценарий PHP" + +#: ../freedesktop.org.xml.in.h:299 +msgid "PKCS#10 certification request" +msgstr "запрос сертификации PKCS#10" + +#: ../freedesktop.org.xml.in.h:300 +msgid "PKCS#12 certificate bundle" +msgstr "пакет сертификатов PKCS#12" + +#: ../freedesktop.org.xml.in.h:301 +msgid "PNG image" +msgstr "изображение PNG" + +#: ../freedesktop.org.xml.in.h:302 +msgid "PNM image" +msgstr "изображение PNM" + +#: ../freedesktop.org.xml.in.h:303 +msgid "PPM image" +msgstr "изображение PPM" + +#: ../freedesktop.org.xml.in.h:304 +msgid "PS document" +msgstr "документ PS" + +#: ../freedesktop.org.xml.in.h:305 +msgid "PSD image" +msgstr "изображение PSD" + +#: ../freedesktop.org.xml.in.h:306 +msgid "PSF audio" +msgstr "аудио PSF" + +#: ../freedesktop.org.xml.in.h:307 +msgid "PSFlib audio library" +msgstr "фонотека PSFlib" + +#: ../freedesktop.org.xml.in.h:308 +msgid "Pack200 Java archive" +msgstr "архив Java Pack200" + +#: ../freedesktop.org.xml.in.h:309 +msgid "Palm OS database" +msgstr "база данных Palm OS" + +#: ../freedesktop.org.xml.in.h:310 +msgid "Panasonic raw image" +msgstr "необработанное изображение Panasonic" + +#: ../freedesktop.org.xml.in.h:311 +msgid "Parchive archive" +msgstr "архив Parchive" + +#: ../freedesktop.org.xml.in.h:312 +msgid "Pascal source code" +msgstr "исходный код Pascal" + +#: ../freedesktop.org.xml.in.h:313 +msgid "Pathetic Writer document" +msgstr "документ Pathetic Writer" + +#: ../freedesktop.org.xml.in.h:314 +msgid "Pentax PEF raw image" +msgstr "необработанное изображение Pentax PEF" + +#: ../freedesktop.org.xml.in.h:315 +msgid "Perl script" +msgstr "сценарий Perl" + +#. http://en.wikipedia.org/wiki/Picture_CD +#. http://www.re.org/kristin/picturecd.html +#: ../freedesktop.org.xml.in.h:318 +msgid "Picture CD" +msgstr "Picture CD" + +#: ../freedesktop.org.xml.in.h:319 +msgid "PlanPerfect spreadsheet" +msgstr "электронная таблица PlanPerfect" + +#: ../freedesktop.org.xml.in.h:320 +msgid "Plucker document" +msgstr "документ Plucker" + +#: ../freedesktop.org.xml.in.h:321 +msgid "PostScript document (bzip-compressed)" +msgstr "документ PostScript (сжатый bzip)" + +#: ../freedesktop.org.xml.in.h:322 +msgid "PostScript document (gzip-compressed)" +msgstr "документ PostScript (сжатый gzip)" + +#: ../freedesktop.org.xml.in.h:323 +msgid "Postscript type-1 font" +msgstr "шрифт PostScript Type-1" + +#: ../freedesktop.org.xml.in.h:324 +msgid "PowerPoint presentation" +msgstr "презентация PowerPoint" + +#: ../freedesktop.org.xml.in.h:325 +msgid "Python bytecode" +msgstr "байт-код Python" + +#: ../freedesktop.org.xml.in.h:326 +msgid "Python script" +msgstr "сценарий Python" + +#: ../freedesktop.org.xml.in.h:327 +msgid "Qt Designer file" +msgstr "файл Qt Designer" + +#: ../freedesktop.org.xml.in.h:328 +msgid "Qt MOC file" +msgstr "файл Qt MOC" + +#: ../freedesktop.org.xml.in.h:329 +msgid "Quattro Pro spreadsheet" +msgstr "электронная таблица Quattro Pro" + +#: ../freedesktop.org.xml.in.h:330 +msgid "QuickTime image" +msgstr "изображение QuickTime" + +#: ../freedesktop.org.xml.in.h:331 +msgid "QuickTime metalink playlist" +msgstr "список воспроизведения мета-ссылок QuickTime" + +#: ../freedesktop.org.xml.in.h:332 +msgid "QuickTime video" +msgstr "видео QuickTime" + +#: ../freedesktop.org.xml.in.h:333 +msgid "Quicken document" +msgstr "документ Quicken" + +#: ../freedesktop.org.xml.in.h:334 +msgid "RAR archive" +msgstr "архив RAR" + +#: ../freedesktop.org.xml.in.h:335 +msgid "RDF file" +msgstr "файл RDF" + +#: ../freedesktop.org.xml.in.h:336 +msgid "README document" +msgstr "документ README" + +#: ../freedesktop.org.xml.in.h:337 +msgid "RGB image" +msgstr "изображение RGB" + +#: ../freedesktop.org.xml.in.h:338 +msgid "RIFF audio" +msgstr "аудио RIFF" + +#: ../freedesktop.org.xml.in.h:339 +msgid "RPM package" +msgstr "пакет RPM" + +#: ../freedesktop.org.xml.in.h:340 +msgid "RPM spec file" +msgstr "файл описания RPM" + +#: ../freedesktop.org.xml.in.h:341 +msgid "RSS summary" +msgstr "сводка RSS" + +#: ../freedesktop.org.xml.in.h:342 +msgid "RTF document" +msgstr "документ RTF" + +#: ../freedesktop.org.xml.in.h:343 +msgid "RealAudio document" +msgstr "документ RealAudio" + +#: ../freedesktop.org.xml.in.h:344 +msgid "RealMedia Metafile" +msgstr "мета-файл RealMedia" + +#: ../freedesktop.org.xml.in.h:345 +msgid "RealMedia document" +msgstr "документ RealMedia" + +#: ../freedesktop.org.xml.in.h:346 +msgid "RealPix document" +msgstr "документ RealPix" + +#: ../freedesktop.org.xml.in.h:347 +msgid "RealText document" +msgstr "документ RealText" + +#: ../freedesktop.org.xml.in.h:348 +msgid "RealVideo document" +msgstr "документ RealVideo" + +#: ../freedesktop.org.xml.in.h:349 +msgid "Ruby script" +msgstr "сценарий Ruby" + +#: ../freedesktop.org.xml.in.h:350 +msgid "Run Length Encoded bitmap image" +msgstr "растровое изображение (сжатое RLE)" + +#: ../freedesktop.org.xml.in.h:351 +msgid "S/MIME file" +msgstr "файл S/MIME" + +#: ../freedesktop.org.xml.in.h:352 +msgid "SAMI subtitles" +msgstr "субтитры SAMI" + +#: ../freedesktop.org.xml.in.h:353 +msgid "SC/Xspread spreadsheet" +msgstr "электронная таблица SC/Xspread" + +#: ../freedesktop.org.xml.in.h:354 +msgid "SDP multicast stream file" +msgstr "файл мультикаст-потока SDP" + +#. translators: a record is in this context a description of a board game +#. that has been played, and that can be played back again: +#. http://www.red-bean.com/sgf/ +#: ../freedesktop.org.xml.in.h:358 +msgid "SGF record" +msgstr "запись SGF" + +#: ../freedesktop.org.xml.in.h:359 +msgid "SGI image" +msgstr "изображение SGI" + +#: ../freedesktop.org.xml.in.h:360 +msgid "SGI video" +msgstr "видео SGI" + +#: ../freedesktop.org.xml.in.h:361 +msgid "SGML document" +msgstr "документ SGML" + +#: ../freedesktop.org.xml.in.h:362 +msgid "SIS package" +msgstr "пакет SIS" + +#: ../freedesktop.org.xml.in.h:363 +msgid "SISX package" +msgstr "пакет SISX" + +#: ../freedesktop.org.xml.in.h:364 +msgid "SMAF audio" +msgstr "аудио SMAF" + +#: ../freedesktop.org.xml.in.h:365 +msgid "SMIL document" +msgstr "документ SMIL" + +#: ../freedesktop.org.xml.in.h:366 +msgid "SQL code" +msgstr "код SQL" + +#: ../freedesktop.org.xml.in.h:367 +msgid "SQLite2 database" +msgstr "база данных SQLite2" + +#: ../freedesktop.org.xml.in.h:368 +msgid "SQLite3 database" +msgstr "база данных SQLite3" + +#: ../freedesktop.org.xml.in.h:369 +msgid "SSA subtitles" +msgstr "субтитры SSA" + +#: ../freedesktop.org.xml.in.h:370 +msgid "SV4 CPIO archive" +msgstr "архив SV4 CPIO" + +#: ../freedesktop.org.xml.in.h:371 +msgid "SV4 CPIO archive (with CRC)" +msgstr "архив SV4 CPIP (с CRC)" + +#: ../freedesktop.org.xml.in.h:372 +msgid "SVG image" +msgstr "изображение SVG" + +#: ../freedesktop.org.xml.in.h:373 +msgid "Scheme source code" +msgstr "исходный код Scheme" + +#: ../freedesktop.org.xml.in.h:374 +msgid "Scream Tracker 3 audio" +msgstr "аудио Scream Tracker 3" + +#: ../freedesktop.org.xml.in.h:375 +msgid "Scream Tracker audio" +msgstr "аудио Scream Tracker" + +#: ../freedesktop.org.xml.in.h:376 +msgid "Scream Tracker instrument" +msgstr "инструмент Scream Tracker" + +#: ../freedesktop.org.xml.in.h:377 +msgid "Sega Master System/Game Gear ROM" +msgstr "Sega Master System/Game Gear ROM" + +#: ../freedesktop.org.xml.in.h:378 +msgid "Setext document" +msgstr "документ Setext" + +#: ../freedesktop.org.xml.in.h:379 +msgid "Shockwave Flash file" +msgstr "файл Shockwave Flash" + +#. translators: "Shorten" is the name of an audio codec +#: ../freedesktop.org.xml.in.h:381 +msgid "Shorten audio" +msgstr "аудио Shorten" + +#: ../freedesktop.org.xml.in.h:382 +msgid "Siag spreadsheet" +msgstr "электронная таблица Siag" + +#: ../freedesktop.org.xml.in.h:383 +msgid "Sieve mail filter script" +msgstr "сценарий почтового фильтра Sieve" + +#: ../freedesktop.org.xml.in.h:384 +msgid "Sigma X3F raw image" +msgstr "необработанное изображение Sigma X3F" + +#: ../freedesktop.org.xml.in.h:385 +msgid "Skencil document" +msgstr "документ Skencil" + +#: ../freedesktop.org.xml.in.h:386 +msgid "Sony ARW raw image" +msgstr "необработанное изображение Sony ARW" + +#: ../freedesktop.org.xml.in.h:387 +msgid "Sony SR2 raw image" +msgstr "необработанное изображение Sony SR2" + +#: ../freedesktop.org.xml.in.h:388 +msgid "Sony SRF raw image" +msgstr "необработанное изображение Sony SRF" + +#: ../freedesktop.org.xml.in.h:389 +msgid "Speedo font" +msgstr "шрифт Speedo" + +#: ../freedesktop.org.xml.in.h:390 +msgid "Speex audio" +msgstr "аудио Speex" + +#: ../freedesktop.org.xml.in.h:391 +msgid "Stampede package" +msgstr "пакет Stampede" + +#: ../freedesktop.org.xml.in.h:392 +msgid "StarCalc spreadsheet" +msgstr "электронная таблица StarCalc" + +#: ../freedesktop.org.xml.in.h:393 +msgid "StarChart chart" +msgstr "диаграмма StarChart" + +#: ../freedesktop.org.xml.in.h:394 +msgid "StarDraw drawing" +msgstr "изображение StarDraw" + +#: ../freedesktop.org.xml.in.h:395 +msgid "StarImpress presentation" +msgstr "презентация StarImpress" + +#: ../freedesktop.org.xml.in.h:396 +msgid "StarMail email" +msgstr "электронное письмо StarMail" + +#: ../freedesktop.org.xml.in.h:397 +msgid "StarMath formula" +msgstr "формула StarMath" + +#: ../freedesktop.org.xml.in.h:398 +msgid "StarWriter document" +msgstr "документ StarWriter" + +#: ../freedesktop.org.xml.in.h:399 +msgid "StuffIt archive" +msgstr "архив StuffIt" + +#: ../freedesktop.org.xml.in.h:400 +msgid "SubRip subtitles" +msgstr "субтитры SubRip" + +#: ../freedesktop.org.xml.in.h:401 +msgid "SubViewer subtitles" +msgstr "субтитры SubViewer" + +#: ../freedesktop.org.xml.in.h:402 +msgid "Sun raster image" +msgstr "растровое изображение Sun" + +#: ../freedesktop.org.xml.in.h:403 +msgid "SunOS News font" +msgstr "шрифт SunOS News" + +#. Translate this as Super Famicom (in Far East Asia) or Super Nintendo (in Europe) if the console was known as such in your locale +#: ../freedesktop.org.xml.in.h:405 +msgid "Super NES ROM" +msgstr "Super NES ROM" + +#. http://en.wikipedia.org/wiki/Super_Video_CD +#. http://everything2.com/index.pl?node_id=1009222 +#: ../freedesktop.org.xml.in.h:408 +msgid "Super Video CD" +msgstr "Super Video CD" + +#: ../freedesktop.org.xml.in.h:409 +msgid "T602 document" +msgstr "документ T602" + +#: ../freedesktop.org.xml.in.h:410 +msgid "TGA image" +msgstr "изображение TGA" + +#: ../freedesktop.org.xml.in.h:411 +msgid "TGIF document" +msgstr "документ TGIF" + +#: ../freedesktop.org.xml.in.h:412 +msgid "TIFF image" +msgstr "изображение TIFF" + +#: ../freedesktop.org.xml.in.h:413 +msgid "TNEF message" +msgstr "сообщение TNEF" + +#: ../freedesktop.org.xml.in.h:414 +msgid "TSV document" +msgstr "документ TSV" + +#: ../freedesktop.org.xml.in.h:415 +msgid "Tar archive" +msgstr "архив Tar" + +#: ../freedesktop.org.xml.in.h:416 +msgid "Tar archive (LZMA-compressed)" +msgstr "архив Tar (сжатый LZMA)" + +#: ../freedesktop.org.xml.in.h:417 +msgid "Tar archive (LZO-compressed)" +msgstr "архив Tar (сжатый LZO)" + +#: ../freedesktop.org.xml.in.h:418 +msgid "Tar archive (bzip-compressed)" +msgstr "архив Tar (сжатый bzip)" + +#: ../freedesktop.org.xml.in.h:419 +msgid "Tar archive (compressed)" +msgstr "архив Tar (сжатый)" + +#: ../freedesktop.org.xml.in.h:420 +msgid "Tar archive (gzip-compressed)" +msgstr "архив Tar (сжатый gzip)" + +#: ../freedesktop.org.xml.in.h:421 +msgid "Tcl script" +msgstr "сценарий Tcl" + +#: ../freedesktop.org.xml.in.h:422 +msgid "TeX DVI document" +msgstr "документ TeX DVI" + +#: ../freedesktop.org.xml.in.h:423 +msgid "TeX DVI document (bzip-compressed)" +msgstr "документ TeX DVI (сжатый bzip)" + +#: ../freedesktop.org.xml.in.h:424 +msgid "TeX DVI document (gzip-compressed)" +msgstr "документ TeX DVI (сжатый gzip)" + +#: ../freedesktop.org.xml.in.h:425 +msgid "TeX document" +msgstr "документ TeX" + +#: ../freedesktop.org.xml.in.h:426 +msgid "TeX font" +msgstr "шрифт TeX" + +#: ../freedesktop.org.xml.in.h:427 +msgid "TeX font metrics" +msgstr "метрики шрифта TeX" + +#: ../freedesktop.org.xml.in.h:428 +msgid "TeXInfo document" +msgstr "документ TeXInfo" + +#: ../freedesktop.org.xml.in.h:429 +msgid "ToutDoux document" +msgstr "документ ToutDoux" + +#: ../freedesktop.org.xml.in.h:430 +msgid "Troff ME input document" +msgstr "входной документ Troff ME" + +#: ../freedesktop.org.xml.in.h:431 +msgid "Troff MM input document" +msgstr "входной документ Troff MM" + +#: ../freedesktop.org.xml.in.h:432 +msgid "Troff MS input document" +msgstr "входной документ Troff MS" + +#: ../freedesktop.org.xml.in.h:433 +msgid "Troff document" +msgstr "документ Troff" + +#: ../freedesktop.org.xml.in.h:434 +msgid "Troff document (with manpage macros)" +msgstr "документ Troff (с макросами страниц руководства)" + +#: ../freedesktop.org.xml.in.h:435 +msgid "TrueAudio audio" +msgstr "аудио TrueAudio" + +#: ../freedesktop.org.xml.in.h:436 +msgid "TrueType XML font" +msgstr "шрифт TrueType XML" + +#: ../freedesktop.org.xml.in.h:437 +msgid "TrueType font" +msgstr "шрифт TrueType" + +#: ../freedesktop.org.xml.in.h:438 +msgid "UFRaw ID image" +msgstr "изображение UFRaw ID" + +#: ../freedesktop.org.xml.in.h:439 +msgid "ULAW (Sun) audio" +msgstr "аудио ULAW (Sun)" + +#: ../freedesktop.org.xml.in.h:440 +msgid "UNIX-compressed file" +msgstr "файл (UNIX-сжатый)" + +#: ../freedesktop.org.xml.in.h:441 +msgid "Unidata NetCDF document" +msgstr "документ Unidata NetCDF" + +#: ../freedesktop.org.xml.in.h:442 +msgid "Usenet news message" +msgstr "новостное сообщение Usenet" + +#: ../freedesktop.org.xml.in.h:443 +msgid "Ustar archive" +msgstr "архив Ustar" + +#: ../freedesktop.org.xml.in.h:444 +msgid "V font" +msgstr "шрифт V font" + +#: ../freedesktop.org.xml.in.h:445 +msgid "VCS/ICS calendar" +msgstr "календарь VCS/ICS" + +#: ../freedesktop.org.xml.in.h:446 +msgid "VHDL document" +msgstr "документ VHDL" + +#: ../freedesktop.org.xml.in.h:447 +msgid "VOC audio" +msgstr "аудио VOC" + +#: ../freedesktop.org.xml.in.h:448 +msgid "VRML document" +msgstr "документ VRML" + +#: ../freedesktop.org.xml.in.h:449 +msgid "Vala source code" +msgstr "исходный код Vala" + +#. http://en.wikipedia.org/wiki/Video_CD +#. http://www.herongyang.com/CD-DVD/VCD-Movie-File-Directory-Structure.html +#: ../freedesktop.org.xml.in.h:452 +msgid "Video CD" +msgstr "видео-CD" + +#: ../freedesktop.org.xml.in.h:453 +msgid "Vivo video" +msgstr "видео Vivo" + +#: ../freedesktop.org.xml.in.h:454 +msgid "WAIS source code" +msgstr "исходный код WAIS" + +#: ../freedesktop.org.xml.in.h:455 +msgid "WAV audio" +msgstr "аудио WAV" + +#: ../freedesktop.org.xml.in.h:456 +msgid "WBMP image" +msgstr "изображение WBMP" + +#: ../freedesktop.org.xml.in.h:457 +msgid "WMF image" +msgstr "изображение WMF" + +#: ../freedesktop.org.xml.in.h:458 +msgid "WML document" +msgstr "документ WML" + +#: ../freedesktop.org.xml.in.h:459 +msgid "WMLScript program" +msgstr "программа WMLScript" + +#: ../freedesktop.org.xml.in.h:460 +msgid "WRI document" +msgstr "документ WRI" + +#: ../freedesktop.org.xml.in.h:461 +msgid "WavPack audio" +msgstr "аудио WavPack" + +#: ../freedesktop.org.xml.in.h:462 +msgid "WavPack audio correction file" +msgstr "файл коррекции аудио WavPack" + +#: ../freedesktop.org.xml.in.h:463 +msgid "Wavelet video" +msgstr "видео Wavelet" + +#: ../freedesktop.org.xml.in.h:464 +msgid "Windows BMP image" +msgstr "изображение Windows BMP" + +#: ../freedesktop.org.xml.in.h:465 +msgid "Windows Installer package" +msgstr "пакет Windows Installer" + +#: ../freedesktop.org.xml.in.h:466 +msgid "Windows Media Station file" +msgstr "файл Windows Media Station" + +#: ../freedesktop.org.xml.in.h:467 +msgid "Windows Media audio" +msgstr "аудио Windows Media" + +#: ../freedesktop.org.xml.in.h:468 +msgid "Windows Media video" +msgstr "видео Windows Media" + +#: ../freedesktop.org.xml.in.h:469 +msgid "Windows Registry extract" +msgstr "фрагмент Windows Registry" + +#: ../freedesktop.org.xml.in.h:470 +msgid "Windows animated cursor" +msgstr "анимированный курсор Windows" + +#: ../freedesktop.org.xml.in.h:471 +msgid "Windows cursor" +msgstr "курсор Windows" + +#: ../freedesktop.org.xml.in.h:472 +msgid "Word document" +msgstr "документ Word" + +#: ../freedesktop.org.xml.in.h:473 +msgid "Word template" +msgstr "шаблон Word" + +#: ../freedesktop.org.xml.in.h:474 +msgid "WordPerfect document" +msgstr "документ WordPerfect" + +#: ../freedesktop.org.xml.in.h:475 +msgid "WordPerfect/Drawperfect image" +msgstr "изображение WordPerfect/Drawperfect" + +#: ../freedesktop.org.xml.in.h:476 +msgid "X window image" +msgstr "изображение X window" + +#: ../freedesktop.org.xml.in.h:477 +msgid "X-Motif UIL table" +msgstr "таблица UIL X-Motif" + +#: ../freedesktop.org.xml.in.h:478 +msgid "X11 cursor" +msgstr "курсор X11" + +#: ../freedesktop.org.xml.in.h:479 +msgid "XBEL bookmarks" +msgstr "закладки XBEL" + +#: ../freedesktop.org.xml.in.h:480 +msgid "XBM image" +msgstr "изображение XBM" + +#: ../freedesktop.org.xml.in.h:481 +msgid "XFig image" +msgstr "изображение XFig" + +#: ../freedesktop.org.xml.in.h:482 +msgid "XHTML page" +msgstr "страница XHTML" + +#: ../freedesktop.org.xml.in.h:483 +msgid "XLIFF translation file" +msgstr "файл перевода XLIFF" + +#: ../freedesktop.org.xml.in.h:484 +msgid "XMCD CD database" +msgstr "база данных компакт-дисков XMCD" + +#: ../freedesktop.org.xml.in.h:485 +msgid "XMF audio" +msgstr "аудио XMF" + +#: ../freedesktop.org.xml.in.h:486 +msgid "XMI file" +msgstr "файл XMI" + +#: ../freedesktop.org.xml.in.h:487 +msgid "XML document" +msgstr "документ XML" + +#: ../freedesktop.org.xml.in.h:488 +msgid "XML entities document" +msgstr "файл сущностей XML" + +#: ../freedesktop.org.xml.in.h:489 +msgid "XPM image" +msgstr "изображение XPM" + +#: ../freedesktop.org.xml.in.h:490 +msgid "XPS document" +msgstr "документ XPS" + +#: ../freedesktop.org.xml.in.h:491 +msgid "XSL FO file" +msgstr "файл XSL FO" + +#: ../freedesktop.org.xml.in.h:492 +msgid "XSLT stylesheet" +msgstr "таблица стилей XSLT" + +#: ../freedesktop.org.xml.in.h:493 +msgid "XSPF playlist" +msgstr "список воспроизведения XSPF" + +#: ../freedesktop.org.xml.in.h:494 +msgid "XUL document" +msgstr "документ XUL" + +#: ../freedesktop.org.xml.in.h:495 +msgid "XUL interface document" +msgstr "документ интерфейса XUL" + +#: ../freedesktop.org.xml.in.h:496 +msgid "Xbase document" +msgstr "документ Xbase" + +#: ../freedesktop.org.xml.in.h:497 +msgid "Zip archive" +msgstr "архив Zip" + +#: ../freedesktop.org.xml.in.h:498 +msgid "Zoo archive" +msgstr "архив Zoo" + +#: ../freedesktop.org.xml.in.h:499 +msgid "application log" +msgstr "журнал сообщений" + +#. http://en.wikipedia.org/wiki/Red_Book_(audio_CD_standard) +#: ../freedesktop.org.xml.in.h:501 +msgid "audio CD" +msgstr "звуковой CD" + +#. http://en.wikipedia.org/wiki/DVD-Audio +#: ../freedesktop.org.xml.in.h:503 +msgid "audio DVD" +msgstr "звуковой DVD" + +#: ../freedesktop.org.xml.in.h:504 +msgid "author credits" +msgstr "авторы программы" + +#: ../freedesktop.org.xml.in.h:505 +msgid "author list" +msgstr "список авторов" + +#: ../freedesktop.org.xml.in.h:506 +msgid "backup file" +msgstr "резервная копия" + +#. http://en.wikipedia.org/wiki/Blu-ray_Disc +#: ../freedesktop.org.xml.in.h:508 +msgid "blank Blu-ray disc" +msgstr "чистый диск Blu-ray" + +#. http://en.wikipedia.org/wiki/Compact_Disc +#: ../freedesktop.org.xml.in.h:510 +msgid "blank CD disc" +msgstr "чистый диск CD" + +#. http://en.wikipedia.org/wiki/DVD +#: ../freedesktop.org.xml.in.h:512 +msgid "blank DVD disc" +msgstr "чистый диск DVD" + +#. http://en.wikipedia.org/wiki/HD_DVD +#: ../freedesktop.org.xml.in.h:514 +msgid "blank HD DVD disc" +msgstr "чистый диск HD DVD" + +#: ../freedesktop.org.xml.in.h:515 +msgid "block device" +msgstr "блочное устройство" + +#: ../freedesktop.org.xml.in.h:516 +msgid "character device" +msgstr "символьное устройство" + +#: ../freedesktop.org.xml.in.h:517 +msgid "comic book archive" +msgstr "архив комиксов" + +#: ../freedesktop.org.xml.in.h:518 +msgid "compound document" +msgstr "составной документ" + +#: ../freedesktop.org.xml.in.h:519 +msgid "compound documents" +msgstr "составные документы" + +#: ../freedesktop.org.xml.in.h:520 +msgid "compressed GIMP image" +msgstr "сжатое изображение GIMP" + +#: ../freedesktop.org.xml.in.h:521 +msgid "compressed SVG image" +msgstr "сжатое изображение SVG" + +#: ../freedesktop.org.xml.in.h:522 +msgid "compressed Tracker audio" +msgstr "аудио Tracker (сжатое)" + +#: ../freedesktop.org.xml.in.h:523 +msgid "desktop configuration file" +msgstr "файл настроек рабочего стола" + +#: ../freedesktop.org.xml.in.h:524 +msgid "detached OpenPGP signature" +msgstr "отсоединенная подпись OpenPGP" + +#: ../freedesktop.org.xml.in.h:525 +msgid "detached S/MIME signature" +msgstr "отсоединённая подпись S/MIME" + +#: ../freedesktop.org.xml.in.h:526 +msgid "differences between files" +msgstr "различия между файлами" + +#. http://en.wikipedia.org/wiki/Design_rule_for_Camera_File_system +#: ../freedesktop.org.xml.in.h:528 +msgid "digital photos" +msgstr "цифровые фотографии" + +#: ../freedesktop.org.xml.in.h:529 +msgid "digital raw image" +msgstr "необработанные цифровые изображения" + +#: ../freedesktop.org.xml.in.h:530 +msgid "eMusic download package" +msgstr "пакет загрузок eMusic" + +#: ../freedesktop.org.xml.in.h:531 +msgid "electronic book document" +msgstr "электронная книга" + +#: ../freedesktop.org.xml.in.h:532 +msgid "electronic business card" +msgstr "электронная визитная карточка" + +#: ../freedesktop.org.xml.in.h:533 +msgid "email headers" +msgstr "почтовые заголовки" + +#: ../freedesktop.org.xml.in.h:534 +msgid "email message" +msgstr "почтовое сообщение" + +#: ../freedesktop.org.xml.in.h:535 +msgid "empty document" +msgstr "пустой документ" + +#: ../freedesktop.org.xml.in.h:536 +msgid "encrypted message" +msgstr "зашифрованное сообщение" + +#: ../freedesktop.org.xml.in.h:537 +msgid "enriched text document" +msgstr "форматированный текстовый документ" + +#: ../freedesktop.org.xml.in.h:538 +msgid "executable" +msgstr "исполняемый" + +#: ../freedesktop.org.xml.in.h:539 +msgid "folder" +msgstr "папка" + +#: ../freedesktop.org.xml.in.h:540 +msgid "generic font file" +msgstr "файл шрифта" + +#: ../freedesktop.org.xml.in.h:541 +msgid "help page" +msgstr "страница справки" + +#: ../freedesktop.org.xml.in.h:542 +msgid "iMelody ringtone" +msgstr "мелодия iMelody" + +#: ../freedesktop.org.xml.in.h:543 +msgid "iPod firmware" +msgstr "микропрограмма iPod" + +#: ../freedesktop.org.xml.in.h:544 +msgid "iRiver Playlist" +msgstr "список воспроизведения iRiver" + +#: ../freedesktop.org.xml.in.h:545 +msgid "installation instructions" +msgstr "инструкции по установке программы" + +#: ../freedesktop.org.xml.in.h:546 +msgid "iptables configuration file" +msgstr "конфигурационный файл iptables" + +#: ../freedesktop.org.xml.in.h:547 +msgid "libtool shared library" +msgstr "разделяемая библиотека libtool" + +#: ../freedesktop.org.xml.in.h:548 +msgid "license terms" +msgstr "лицензионное соглашение" + +#: ../freedesktop.org.xml.in.h:549 +msgid "mail delivery report" +msgstr "отчёт о доставке сообщения" + +#: ../freedesktop.org.xml.in.h:550 +msgid "mail disposition report" +msgstr "отчёт о перемещении почты" + +#: ../freedesktop.org.xml.in.h:551 +msgid "mail system report" +msgstr "отчёт почтовой системы" + +#: ../freedesktop.org.xml.in.h:552 +msgid "mailbox file" +msgstr "файл почтового ящика" + +#: ../freedesktop.org.xml.in.h:553 +msgid "manual page (compressed)" +msgstr "страница руководства (сжатая)" + +#: ../freedesktop.org.xml.in.h:554 +msgid "message catalog" +msgstr "каталог сообщений" + +#: ../freedesktop.org.xml.in.h:555 +msgid "message digest" +msgstr "профиль сообщения" + +#: ../freedesktop.org.xml.in.h:556 +msgid "message in several formats" +msgstr "сообщение в нескольких форматах" + +#: ../freedesktop.org.xml.in.h:557 +msgid "mount point" +msgstr "точка монтирования" + +#: ../freedesktop.org.xml.in.h:558 +msgid "object code" +msgstr "объектный код" + +#: ../freedesktop.org.xml.in.h:559 +msgid "packed font file" +msgstr "файл шрифта (запакованный)" + +#: ../freedesktop.org.xml.in.h:560 +msgid "partial email message" +msgstr "частичное сообщение электронной почты" + +#: ../freedesktop.org.xml.in.h:561 +msgid "pipe" +msgstr "канал" + +#: ../freedesktop.org.xml.in.h:562 +msgid "plain text document" +msgstr "текстовый документ" + +#. see fd.o hal spec +#: ../freedesktop.org.xml.in.h:564 +msgid "portable audio player" +msgstr "переносной аудио-проигрыватель" + +#: ../freedesktop.org.xml.in.h:565 +msgid "profiler results" +msgstr "результаты профилирования" + +#: ../freedesktop.org.xml.in.h:566 +msgid "program crash data" +msgstr "данные аварийного завершения" + +#: ../freedesktop.org.xml.in.h:567 +msgid "raw CD image" +msgstr "необработанное изображение CD" + +#: ../freedesktop.org.xml.in.h:568 +msgid "reference to remote file" +msgstr "ссылка на удалённый файл" + +#: ../freedesktop.org.xml.in.h:569 +msgid "rejected patch" +msgstr "отвергнутый патч" + +#: ../freedesktop.org.xml.in.h:570 +msgid "resource location" +msgstr "расположение ресурса" + +#: ../freedesktop.org.xml.in.h:571 +msgid "rich text document" +msgstr "документ с форматированным текстом" + +#: ../freedesktop.org.xml.in.h:572 +msgid "shared library" +msgstr "разделяемая библиотека" + +#: ../freedesktop.org.xml.in.h:573 +msgid "shell archive" +msgstr "архив оболочки" + +#: ../freedesktop.org.xml.in.h:574 +msgid "shell script" +msgstr "сценарий оболочки" + +#: ../freedesktop.org.xml.in.h:575 +msgid "signed message" +msgstr "подписанное сообщение" + +#: ../freedesktop.org.xml.in.h:576 +msgid "socket" +msgstr "сокет" + +#. http://standards.freedesktop.org/autostart-spec/autostart-spec-latest.html +#. http://bugzilla.gnome.org/show_bug.cgi?id=509823#c3 +#: ../freedesktop.org.xml.in.h:579 +msgid "software" +msgstr "программное обеспечение" + +#: ../freedesktop.org.xml.in.h:580 +msgid "spreadsheet interchange document" +msgstr "документ Spreadsheet Interchange" + +#: ../freedesktop.org.xml.in.h:581 +msgid "stream of data (server push)" +msgstr "поток данных (server push)" + +#: ../freedesktop.org.xml.in.h:582 +msgid "symbolic link" +msgstr "символическая ссылка" + +#: ../freedesktop.org.xml.in.h:583 +msgid "theme" +msgstr "тема" + +#: ../freedesktop.org.xml.in.h:584 +msgid "translated messages (machine-readable)" +msgstr "переводы сообщений (откомпилированые)" + +#: ../freedesktop.org.xml.in.h:585 +msgid "translation file" +msgstr "файл переводов" + +#: ../freedesktop.org.xml.in.h:586 +msgid "translation template" +msgstr "шаблон переводов" + +#: ../freedesktop.org.xml.in.h:587 +msgid "txt2tags document" +msgstr "документ txt2tags" + +#: ../freedesktop.org.xml.in.h:588 +msgid "unknown" +msgstr "неизвестно" + +#. http://en.wikipedia.org/wiki/DVD-Video +#: ../freedesktop.org.xml.in.h:590 +msgid "video DVD" +msgstr "видео-DVD" + +#~ msgid "GTK+ configuration" +#~ msgstr "конфигурация GTK+" + +#~ msgid "AutoDesk FLIC animation" +#~ msgstr "анимация AutoDesc FLIC" + +#~ msgid "Bibtex bibliographic data" +#~ msgstr "библиографические данные Bibtex" + +#~ msgid "C source code header" +#~ msgstr "заголовочный файл языка C" + +#~ msgid "CGI script" +#~ msgstr "CGI сценарий" + +#~ msgid "Device Independant Bitmap" +#~ msgstr "устройствонезависимое битовое изображение" + +#~ msgid "Encapsulated PostScript image" +#~ msgstr "изображение Encapsulated PostScript" + +#~ msgid "HP Graphics Language (plotter)" +#~ msgstr "HP Graphics Language (плоттер)" + +#~ msgid "HP Printer Control Language file" +#~ msgstr "файл HP PCL (язык управления принтером Hewlett-Packard)" + +#~ msgid "HTML page" +#~ msgstr "страница HTML" + +#~ msgid "Macintosh StuffIt archive" +#~ msgstr "архив Macintosh StuffIt" + +#~ msgid "Microsoft AVI video" +#~ msgstr "Microsoft AVI видео" + +#~ msgid "Microsoft WMF file" +#~ msgstr "Microsoft WMF файл" + +#~ msgid "Microsoft WMV video" +#~ msgstr "Microsoft WMV видео" + +#~ msgid "Microsoft Windows icon" +#~ msgstr "иконка Microsoft Windows" + +#~ msgid "Microsoft Write document" +#~ msgstr "документ Microsoft Write" + +#~ msgid "Netscape bookmarks" +#~ msgstr "закладки Netskape" + +#~ msgid "OpenDocument Chart" +#~ msgstr "Диаграмма OpenDocument" + +#~ msgid "OpenDocument Database" +#~ msgstr "база данных OpenDocument" + +#~ msgid "OpenDocument Drawing" +#~ msgstr "Изображение OpenDocument" + +#~ msgid "OpenDocument Drawing Template" +#~ msgstr "Шаблон изображения OpenDocument" + +#~ msgid "OpenDocument Formula" +#~ msgstr "OpenDocument Формула" + +#~ msgid "OpenDocument Image" +#~ msgstr "OpenDocument Изображение" + +#~ msgid "OpenDocument Master Document" +#~ msgstr "Основной документ OpenDocument" + +#~ msgid "OpenDocument Presentation" +#~ msgstr "презентация OpenDocument" + +#~ msgid "OpenDocument Presentation Template" +#~ msgstr "шаблон презентации OpenDocument" + +#~ msgid "OpenDocument Spreadsheet" +#~ msgstr "книга электронной таблицы OpenDocument" + +#~ msgid "OpenDocument Spreadsheet Template" +#~ msgstr "OpenDocument Шаблон Электронной Таблицы" + +#~ msgid "OpenDocument Text" +#~ msgstr "OpenDocument Текст" + +#~ msgid "OpenDocument Text Template" +#~ msgstr "шаблон документа OpenDocument" + +#~ msgid "Palmpilot database/document" +#~ msgstr "документ/база данных Palmpilot" + +#~ msgid "Photoshop image" +#~ msgstr "изображение Photoshop" + +#~ msgid "ZIP archive" +#~ msgstr "архив ZIP" + +#~ msgid "font" +#~ msgstr "шрифт" + +#~ msgid "gtar archive" +#~ msgstr "архив gtar" + +#~ msgid "gzip archive" +#~ msgstr "архив gzip" + +#~ msgid "shared library (la)" +#~ msgstr "разделяемая библиотека (la)" + +#~ msgid "text document (with comma-separated values)" +#~ msgstr "текстовый документ (ЗАПЯТАЯ в качестве разделителя)" + +#~ msgid "text document (with tab-separated values)" +#~ msgstr "текстовый документ (TAB в качестве разделителя)" + +#~ msgid "translated messages" +#~ msgstr "переводы сообщений" diff --git a/po/rw.po b/po/rw.po new file mode 100644 index 0000000..6efcf7c --- /dev/null +++ b/po/rw.po @@ -0,0 +1,1810 @@ +# Kinyarwanda translations for shared-mime-info package. +# Copyright (C) 2005 Free Software Foundation, Inc. +# This file is distributed under the same license as the shared-mime-info package. +# Steve Murphy , 2005. +# Steve performed initial rough translation from compendium built from translations provided by the following translators: +# Philibert Ndandali , 2005. +# Viateur MUGENZI , 2005. +# Noëlla Mupole , 2005. +# Carole Karema , 2005. +# JEAN BAPTISTE NGENDAHAYO , 2005. +# Augustin KIBERWA , 2005. +# Donatien NSENGIYUMVA , 2005. +# Antoine Bigirimana , 2005. +# +msgid "" +msgstr "" +"Project-Id-Version: shared-mime-info 0.15\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2004-08-30 20:01+0200\n" +"PO-Revision-Date: 2005-04-04 10:55-0700\n" +"Last-Translator: Steven Michael Murphy \n" +"Language-Team: Kinyarwanda \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: freedesktop.org.xml.in.h:1 +#, fuzzy +msgid "3D Studio image" +msgstr "Ishusho" + +#: freedesktop.org.xml.in.h:2 +msgid "AIFC audio" +msgstr "" + +#: freedesktop.org.xml.in.h:3 +msgid "AIFF audio" +msgstr "" + +#: freedesktop.org.xml.in.h:4 +msgid "AIFF/Amiga/Mac audio" +msgstr "" + +#: freedesktop.org.xml.in.h:5 +#, fuzzy +msgid "ANIM animation" +msgstr "Iyega" + +#: freedesktop.org.xml.in.h:6 +msgid "AR archive" +msgstr "" + +#: freedesktop.org.xml.in.h:7 +msgid "ARJ archive" +msgstr "" + +#: freedesktop.org.xml.in.h:8 +#, fuzzy +msgid "AVI video" +msgstr "Videwo..." + +#: freedesktop.org.xml.in.h:9 +#, fuzzy +msgid "AWK script" +msgstr "IYANDIKA" + +#: freedesktop.org.xml.in.h:10 +#, fuzzy +msgid "AbiWord document" +msgstr "Inyandiko" + +#: freedesktop.org.xml.in.h:11 +#, fuzzy +msgid "Ada source code" +msgstr "Inkomoko ITEGEKONGENGA" + +#: freedesktop.org.xml.in.h:12 +#, fuzzy +msgid "Adobe FrameMaker font" +msgstr "Intego- nyuguti" + +#: freedesktop.org.xml.in.h:13 +#, fuzzy +msgid "Adobe Illustrator document" +msgstr "Inyandiko" + +#: freedesktop.org.xml.in.h:14 +#, fuzzy +msgid "Adobe font metrics" +msgstr "Intego- nyuguti Bijyanye n'ipima" + +#: freedesktop.org.xml.in.h:15 +msgid "Amiga SoundTracker audio" +msgstr "" + +#: freedesktop.org.xml.in.h:16 +msgid "Andrew Toolkit inset" +msgstr "" + +#: freedesktop.org.xml.in.h:17 +#, fuzzy +msgid "Applix Graphics image" +msgstr "Ishusho" + +#: freedesktop.org.xml.in.h:18 +#, fuzzy +msgid "Applix Spreadsheets spreadsheet" +msgstr "Urupapuro rusesuye" + +#: freedesktop.org.xml.in.h:19 +#, fuzzy +msgid "Applix Words document" +msgstr "Inyandiko" + +#: freedesktop.org.xml.in.h:20 +#, fuzzy +msgid "AutoCAD image" +msgstr "Ishusho" + +#: freedesktop.org.xml.in.h:21 +#, fuzzy +msgid "AutoDesk FLIC animation" +msgstr "Iyega" + +#: freedesktop.org.xml.in.h:22 +#, fuzzy +msgid "BCPIO document" +msgstr "Inyandiko" + +#: freedesktop.org.xml.in.h:23 +#, fuzzy +msgid "BDF font" +msgstr "Intego- nyuguti" + +#: freedesktop.org.xml.in.h:24 +#, fuzzy +msgid "Bibtex bibliographic data" +msgstr "Ibyatanzwe" + +#: freedesktop.org.xml.in.h:25 +#, fuzzy +msgid "BitTorrent seed file" +msgstr "IDOSIYE" + +#: freedesktop.org.xml.in.h:26 +msgid "Blender scene" +msgstr "" + +#: freedesktop.org.xml.in.h:27 +#, fuzzy +msgid "C shell script" +msgstr "C Igikonoshwa IYANDIKA" + +#: freedesktop.org.xml.in.h:28 +#, fuzzy +msgid "C source code" +msgstr "C Inkomoko ITEGEKONGENGA" + +#: freedesktop.org.xml.in.h:29 +#, fuzzy +msgid "C source code header" +msgstr "C Inkomoko ITEGEKONGENGA Umutwempangano" + +#: freedesktop.org.xml.in.h:30 +#, fuzzy +msgid "C# source code" +msgstr "C Inkomoko ITEGEKONGENGA" + +#: freedesktop.org.xml.in.h:31 +#, fuzzy +msgid "C++ source code" +msgstr "C Inkomoko ITEGEKONGENGA" + +#: freedesktop.org.xml.in.h:32 +#, fuzzy +msgid "C++ source code header" +msgstr "C Inkomoko ITEGEKONGENGA Umutwempangano" + +#: freedesktop.org.xml.in.h:33 +#, fuzzy +msgid "CCITT G3 fax" +msgstr "Fagisi" + +#: freedesktop.org.xml.in.h:34 +#, fuzzy +msgid "CGI script" +msgstr "IYANDIKA" + +#: freedesktop.org.xml.in.h:35 +#, fuzzy +msgid "CMU raster image" +msgstr "AGAPANDE Ishusho" + +#: freedesktop.org.xml.in.h:36 +msgid "CPIO archive" +msgstr "" + +#: freedesktop.org.xml.in.h:37 +#, fuzzy +msgid "CPIO archive (gzip-compressed)" +msgstr "Byegeranijwe" + +#: freedesktop.org.xml.in.h:38 +msgid "Cascading Style Sheet" +msgstr "" + +#: freedesktop.org.xml.in.h:39 +msgid "Commodore 64 audio" +msgstr "" + +#: freedesktop.org.xml.in.h:40 +msgid "Computer Graphics Metafile" +msgstr "" + +#: freedesktop.org.xml.in.h:41 +#, fuzzy +msgid "Corel Draw drawing" +msgstr "Igishushanyo" + +#: freedesktop.org.xml.in.h:42 +#, fuzzy +msgid "DCL script" +msgstr "IYANDIKA" + +#: freedesktop.org.xml.in.h:43 +#, fuzzy +msgid "DER/PEM/Netscape-encoded X.509 certificate" +msgstr "Netscape Impamyabushobozi" + +#: freedesktop.org.xml.in.h:44 +#, fuzzy +msgid "DOS font" +msgstr "Intego- nyuguti" + +#: freedesktop.org.xml.in.h:45 +msgid "DOS/Windows executable" +msgstr "" + +#: freedesktop.org.xml.in.h:46 +#, fuzzy +msgid "DSSSL document" +msgstr "Inyandiko" + +#: freedesktop.org.xml.in.h:47 +#, fuzzy +msgid "DXF vector image" +msgstr "Ishusho" + +#: freedesktop.org.xml.in.h:48 +msgid "Debian package" +msgstr "" + +#: freedesktop.org.xml.in.h:49 +msgid "Device Independant Bitmap" +msgstr "" + +#: freedesktop.org.xml.in.h:50 +msgid "Dia diagram" +msgstr "" + +#: freedesktop.org.xml.in.h:51 +#, fuzzy +msgid "Digital Imaging and Communications in Medicine image" +msgstr "Na in Ishusho" + +#: freedesktop.org.xml.in.h:52 +#, fuzzy +msgid "Digital Moving Picture Exchange image" +msgstr "Ishusho" + +#: freedesktop.org.xml.in.h:53 +#, fuzzy +msgid "DjVu image" +msgstr "Ishusho" + +#: freedesktop.org.xml.in.h:54 +msgid "Dolby Digital audio" +msgstr "" + +#: freedesktop.org.xml.in.h:55 +msgid "Dreamcast ROM" +msgstr "" + +#: freedesktop.org.xml.in.h:56 +#, fuzzy +msgid "Egon Animator animation" +msgstr "Iyega" + +#: freedesktop.org.xml.in.h:57 +#, fuzzy +msgid "Emacs Lisp source code" +msgstr "Inkomoko ITEGEKONGENGA" + +#: freedesktop.org.xml.in.h:58 +#, fuzzy +msgid "Encapsulated PostScript image" +msgstr "Ishusho" + +#: freedesktop.org.xml.in.h:59 +msgid "Enlightenment theme" +msgstr "" + +#: freedesktop.org.xml.in.h:60 +msgid "FLAC audio" +msgstr "" + +#: freedesktop.org.xml.in.h:61 +msgid "FastTracker II audio" +msgstr "" + +#: freedesktop.org.xml.in.h:62 +#, fuzzy +msgid "FlashPix image" +msgstr "Ishusho" + +#: freedesktop.org.xml.in.h:63 +msgid "Flexible Image Transport System" +msgstr "" + +#: freedesktop.org.xml.in.h:64 +#, fuzzy +msgid "Fortran source code" +msgstr "Inkomoko ITEGEKONGENGA" + +#: freedesktop.org.xml.in.h:65 +#, fuzzy +msgid "FrameMaker MIF document" +msgstr "Inyandiko" + +#: freedesktop.org.xml.in.h:66 +#, fuzzy +msgid "G3 fax image" +msgstr "Fagisi Ishusho" + +#: freedesktop.org.xml.in.h:67 +#, fuzzy +msgid "GIF image" +msgstr "Ishusho" + +#: freedesktop.org.xml.in.h:68 +#, fuzzy +msgid "GIMP image" +msgstr "Ishusho" + +#: freedesktop.org.xml.in.h:69 +#, fuzzy +msgid "GIMP image (compressed)" +msgstr "Ishusho Byegeranijwe" + +#: freedesktop.org.xml.in.h:70 +#, fuzzy +msgid "GMC link" +msgstr "Ihuza" + +#: freedesktop.org.xml.in.h:71 +#, fuzzy +msgid "GNU Oleo spreadsheet" +msgstr "Urupapuro rusesuye" + +#: freedesktop.org.xml.in.h:72 +#, fuzzy +msgid "GNU mail message" +msgstr "Ubutumwa Ubutumwa" + +#: freedesktop.org.xml.in.h:73 +#, fuzzy +msgid "GTK configuration" +msgstr "Iboneza" + +#: freedesktop.org.xml.in.h:74 +#, fuzzy +msgid "GTKtalog catalog" +msgstr "Agatabo" + +#: freedesktop.org.xml.in.h:75 +msgid "Game Boy ROM" +msgstr "" + +#: freedesktop.org.xml.in.h:76 +msgid "Genesis ROM" +msgstr "" + +#: freedesktop.org.xml.in.h:77 +#, fuzzy +msgid "Glade project" +msgstr "Umushinga" + +#: freedesktop.org.xml.in.h:78 +#, fuzzy +msgid "GnuCash spreadsheet" +msgstr "Urupapuro rusesuye" + +#: freedesktop.org.xml.in.h:79 +#, fuzzy +msgid "Gnumeric spreadsheet" +msgstr "Urupapuro rusesuye" + +#: freedesktop.org.xml.in.h:80 +#, fuzzy +msgid "Graphite scientific graph" +msgstr "Cya gihanga" + +#: freedesktop.org.xml.in.h:81 +#, fuzzy +msgid "HDF document" +msgstr "Inyandiko" + +#: freedesktop.org.xml.in.h:82 +msgid "HP Graphics Language (plotter)" +msgstr "" + +#: freedesktop.org.xml.in.h:83 +#, fuzzy +msgid "HP Printer Control Language file" +msgstr "IDOSIYE" + +#: freedesktop.org.xml.in.h:84 +#, fuzzy +msgid "HTML page" +msgstr "Ipaji" + +#: freedesktop.org.xml.in.h:85 +#, fuzzy +msgid "Haskell source code" +msgstr "Inkomoko ITEGEKONGENGA" + +#: freedesktop.org.xml.in.h:86 +#, fuzzy +msgid "IDL document" +msgstr "Inyandiko" + +#: freedesktop.org.xml.in.h:87 +#, fuzzy +msgid "IEF image" +msgstr "Ishusho" + +#: freedesktop.org.xml.in.h:88 +#, fuzzy +msgid "IFF image" +msgstr "Ishusho" + +#: freedesktop.org.xml.in.h:89 +#, fuzzy +msgid "ILBM image" +msgstr "Ishusho" + +#: freedesktop.org.xml.in.h:90 +#, fuzzy +msgid "ISI video" +msgstr "Videwo..." + +#: freedesktop.org.xml.in.h:91 +msgid "Impulse Tracker audio" +msgstr "" + +#: freedesktop.org.xml.in.h:92 +#, fuzzy +msgid "JBuilder project" +msgstr "Umushinga" + +#: freedesktop.org.xml.in.h:93 +#, fuzzy +msgid "JNG image" +msgstr "Ishusho" + +#: freedesktop.org.xml.in.h:94 +#, fuzzy +msgid "JPEG image" +msgstr "Ishusho" + +#: freedesktop.org.xml.in.h:95 +#, fuzzy +msgid "JPEG-2000 image" +msgstr "Ishusho" + +#: freedesktop.org.xml.in.h:96 +msgid "Java archive" +msgstr "" + +#: freedesktop.org.xml.in.h:97 +#, fuzzy +msgid "Java byte code" +msgstr "Bayite ITEGEKONGENGA" + +#: freedesktop.org.xml.in.h:98 +#, fuzzy +msgid "Java class" +msgstr "ishuri" + +#: freedesktop.org.xml.in.h:99 +#, fuzzy +msgid "Java source code" +msgstr "Inkomoko ITEGEKONGENGA" + +#: freedesktop.org.xml.in.h:100 +#, fuzzy +msgid "JavaScript program" +msgstr "Porogaramu" + +#: freedesktop.org.xml.in.h:101 +#, fuzzy +msgid "KChart chart" +msgstr "Igishushanyo" + +#: freedesktop.org.xml.in.h:102 +#, fuzzy +msgid "KFormula formula" +msgstr "Inzira" + +#: freedesktop.org.xml.in.h:103 +#, fuzzy +msgid "KIllustrator drawing" +msgstr "Igishushanyo" + +#: freedesktop.org.xml.in.h:104 +msgid "KPovModeler scene" +msgstr "" + +#: freedesktop.org.xml.in.h:105 +#, fuzzy +msgid "KPresenter presentation" +msgstr "Iyerekana" + +#: freedesktop.org.xml.in.h:106 +#, fuzzy +msgid "KSpread spreadsheet" +msgstr "Urupapuro rusesuye" + +#: freedesktop.org.xml.in.h:107 +#, fuzzy +msgid "KSpread spreadsheet (encrypted)" +msgstr "Urupapuro rusesuye Bishunzwe:" + +#: freedesktop.org.xml.in.h:108 +#, fuzzy +msgid "KWord document" +msgstr "Inyandiko" + +#: freedesktop.org.xml.in.h:109 +#, fuzzy +msgid "KWord document (encrypted)" +msgstr "Inyandiko Bishunzwe:" + +#: freedesktop.org.xml.in.h:110 +#, fuzzy +msgid "Karbon14 drawing" +msgstr "Igishushanyo" + +#: freedesktop.org.xml.in.h:111 +#, fuzzy +msgid "Kivio flowchart" +msgstr "Imbonerahamwe" + +#: freedesktop.org.xml.in.h:112 +#, fuzzy +msgid "Kontour drawing" +msgstr "Igishushanyo" + +#: freedesktop.org.xml.in.h:113 +#, fuzzy +msgid "Korn shell script" +msgstr "Igikonoshwa IYANDIKA" + +#: freedesktop.org.xml.in.h:114 +#, fuzzy +msgid "Krita document" +msgstr "Inyandiko" + +#: freedesktop.org.xml.in.h:115 +#, fuzzy +msgid "Kugar document" +msgstr "Inyandiko" + +#: freedesktop.org.xml.in.h:116 +msgid "LHA archive" +msgstr "" + +#: freedesktop.org.xml.in.h:117 +msgid "LHZ archive" +msgstr "" + +#: freedesktop.org.xml.in.h:118 +#, fuzzy +msgid "LIBGRX font" +msgstr "Intego- nyuguti" + +#: freedesktop.org.xml.in.h:119 +msgid "LZO archive" +msgstr "" + +#: freedesktop.org.xml.in.h:120 +#, fuzzy +msgid "LightWave object" +msgstr "Igikoresho" + +#: freedesktop.org.xml.in.h:121 +msgid "LightWave scene" +msgstr "" + +#: freedesktop.org.xml.in.h:122 +#, fuzzy +msgid "Linux PSF console font" +msgstr "Intego- nyuguti" + +#: freedesktop.org.xml.in.h:123 +#, fuzzy +msgid "Literate haskell source code" +msgstr "Inkomoko ITEGEKONGENGA" + +#: freedesktop.org.xml.in.h:124 +#, fuzzy +msgid "Lotus 1-2-3 spreadsheet" +msgstr "1. 2. 3. Urupapuro rusesuye" + +#: freedesktop.org.xml.in.h:125 +#, fuzzy +msgid "Lotus AmiPro document" +msgstr "Inyandiko" + +#: freedesktop.org.xml.in.h:126 +#, fuzzy +msgid "LyX document" +msgstr "Inyandiko" + +#: freedesktop.org.xml.in.h:127 +msgid "MIDI audio" +msgstr "" + +#: freedesktop.org.xml.in.h:128 +#, fuzzy +msgid "MNG animation" +msgstr "Iyega" + +#: freedesktop.org.xml.in.h:129 +msgid "MP3 ShoutCast playlist" +msgstr "" + +#: freedesktop.org.xml.in.h:130 +msgid "MP3 audio" +msgstr "" + +#: freedesktop.org.xml.in.h:131 +msgid "MP3 audio (streamed)" +msgstr "" + +#: freedesktop.org.xml.in.h:132 +msgid "MP3 playlist" +msgstr "" + +#: freedesktop.org.xml.in.h:133 +#, fuzzy +msgid "MPEG video" +msgstr "Videwo..." + +#: freedesktop.org.xml.in.h:134 +msgid "MSX ROM" +msgstr "" + +#: freedesktop.org.xml.in.h:135 +#, fuzzy +msgid "Macintosh AppleDouble-encoded file" +msgstr "IDOSIYE" + +#: freedesktop.org.xml.in.h:136 +#, fuzzy +msgid "Macintosh BinHex-encoded file" +msgstr "IDOSIYE" + +#: freedesktop.org.xml.in.h:137 +#, fuzzy +msgid "Macintosh MacBinary file" +msgstr "IDOSIYE" + +#: freedesktop.org.xml.in.h:138 +#, fuzzy +msgid "Macintosh Quickdraw/PICT drawing" +msgstr "Igishushanyo" + +#: freedesktop.org.xml.in.h:139 +msgid "Macintosh StuffIt archive" +msgstr "" + +#: freedesktop.org.xml.in.h:140 +#, fuzzy +msgid "MagicPoint presentation" +msgstr "Iyerekana" + +#: freedesktop.org.xml.in.h:141 +msgid "Makefile" +msgstr "" + +# svtools/source\misc\imagemgr.src:STR_DESCRIPTION_MATHML_DOC.text +#: freedesktop.org.xml.in.h:142 +#, fuzzy +msgid "MathML document" +msgstr "Inyandiko ya MathML" + +#: freedesktop.org.xml.in.h:143 +#, fuzzy +msgid "Matroska video" +msgstr "Videwo..." + +#: freedesktop.org.xml.in.h:144 +#, fuzzy +msgid "Microsoft ASF video" +msgstr "Videwo..." + +#: freedesktop.org.xml.in.h:145 +#, fuzzy +msgid "Microsoft AVI video" +msgstr "Videwo..." + +#: freedesktop.org.xml.in.h:146 +#, fuzzy +msgid "Microsoft Excel spreadsheet" +msgstr "Urupapuro rusesuye" + +#: freedesktop.org.xml.in.h:147 +#, fuzzy +msgid "Microsoft Office drawing" +msgstr "Igishushanyo" + +# setup2/source\custom\reg4msdoc\preg4msdoc.src:STR_MS_POWERPOINT_PRESENTATION.text +#: freedesktop.org.xml.in.h:148 +#, fuzzy +msgid "Microsoft PowerPoint presentation" +msgstr "Iyerekana rya Microsoft PowerPoint" + +#: freedesktop.org.xml.in.h:149 +#, fuzzy +msgid "Microsoft WMF file" +msgstr "IDOSIYE" + +#: freedesktop.org.xml.in.h:150 +#, fuzzy +msgid "Microsoft WMV video" +msgstr "Videwo..." + +#: freedesktop.org.xml.in.h:151 +#, fuzzy +msgid "Microsoft Windows icon" +msgstr "Agashushondanga" + +# setup2/source\custom\reg4msdoc\preg4msdoc.src:STR_MS_WORD_DOCUMENT.text +#: freedesktop.org.xml.in.h:152 +#, fuzzy +msgid "Microsoft Word document" +msgstr "Inyandiko ya Microsoft Word" + +#: freedesktop.org.xml.in.h:153 +#, fuzzy +msgid "Microsoft Write document" +msgstr "Inyandiko" + +#: freedesktop.org.xml.in.h:154 +#, fuzzy +msgid "Mozilla bookmarks" +msgstr "Mozilla Ibirango" + +#: freedesktop.org.xml.in.h:155 +msgid "NES ROM" +msgstr "" + +#: freedesktop.org.xml.in.h:156 +#, fuzzy +msgid "Nautilus link" +msgstr "Ihuza" + +#: freedesktop.org.xml.in.h:157 +#, fuzzy +msgid "Netscape bookmarks" +msgstr "Netscape Ibirango" + +#: freedesktop.org.xml.in.h:158 +msgid "Nintendo64 ROM" +msgstr "" + +#: freedesktop.org.xml.in.h:159 +#, fuzzy +msgid "Nullsoft video" +msgstr "Videwo..." + +#: freedesktop.org.xml.in.h:160 +#, fuzzy +msgid "ODA document" +msgstr "Inyandiko" + +#: freedesktop.org.xml.in.h:161 +#, fuzzy +msgid "OLE2 compound document storage" +msgstr "Inyandiko" + +#: freedesktop.org.xml.in.h:162 +#, fuzzy +msgid "Objective-C source code" +msgstr "C Inkomoko ITEGEKONGENGA" + +#: freedesktop.org.xml.in.h:163 +msgid "Ogg Vorbis audio" +msgstr "" + +#: freedesktop.org.xml.in.h:164 +#, fuzzy +msgid "OpenOffice.org Calc spreadsheet" +msgstr "OpenOffice." + +#: freedesktop.org.xml.in.h:165 +#, fuzzy +msgid "OpenOffice.org Calc spreadsheet template" +msgstr "OpenOffice." + +#: freedesktop.org.xml.in.h:166 +#, fuzzy +msgid "OpenOffice.org Draw drawing" +msgstr "OpenOffice." + +#: freedesktop.org.xml.in.h:167 +#, fuzzy +msgid "OpenOffice.org Draw drawing template" +msgstr "OpenOffice." + +#: freedesktop.org.xml.in.h:168 +#, fuzzy +msgid "OpenOffice.org Impress presentation" +msgstr "OpenOffice." + +#: freedesktop.org.xml.in.h:169 +#, fuzzy +msgid "OpenOffice.org Impress presentation template" +msgstr "OpenOffice." + +#: freedesktop.org.xml.in.h:170 +#, fuzzy +msgid "OpenOffice.org Math formula" +msgstr "OpenOffice." + +#: freedesktop.org.xml.in.h:171 +#, fuzzy +msgid "OpenOffice.org Writer document" +msgstr "OpenOffice." + +#: freedesktop.org.xml.in.h:172 +#, fuzzy +msgid "OpenOffice.org Writer document template" +msgstr "OpenOffice." + +#: freedesktop.org.xml.in.h:173 +#, fuzzy +msgid "OpenOffice.org Writer global document" +msgstr "OpenOffice." + +#: freedesktop.org.xml.in.h:174 +#, fuzzy +msgid "OpenType font" +msgstr "Intego- nyuguti" + +#: freedesktop.org.xml.in.h:175 +#, fuzzy +msgid "PCF font" +msgstr "Intego- nyuguti" + +#: freedesktop.org.xml.in.h:176 +msgid "PCM audio" +msgstr "" + +#: freedesktop.org.xml.in.h:177 +#, fuzzy +msgid "PDF document" +msgstr "Inyandiko" + +#: freedesktop.org.xml.in.h:178 +msgid "PEF executable" +msgstr "" + +#: freedesktop.org.xml.in.h:179 +msgid "PGN chess game" +msgstr "" + +#: freedesktop.org.xml.in.h:180 +#, fuzzy +msgid "PGP keys" +msgstr "Utubuto" + +#: freedesktop.org.xml.in.h:181 +#, fuzzy +msgid "PGP message" +msgstr "Ubutumwa" + +#: freedesktop.org.xml.in.h:182 +#, fuzzy +msgid "PGP/MIME-encrypted message header" +msgstr "Bishunzwe: Ubutumwa Umutwempangano" + +#: freedesktop.org.xml.in.h:183 +#, fuzzy +msgid "PHP script" +msgstr "IYANDIKA" + +#: freedesktop.org.xml.in.h:184 +#, fuzzy +msgid "PKCS#12 certificate bundle" +msgstr "12 Impamyabushobozi" + +#: freedesktop.org.xml.in.h:185 +#, fuzzy +msgid "PNG image" +msgstr "Ishusho" + +#: freedesktop.org.xml.in.h:186 +#, fuzzy +msgid "PNM image" +msgstr "Ishusho" + +#: freedesktop.org.xml.in.h:187 +#, fuzzy +msgid "Palm OS database" +msgstr "Ububikoshingiro" + +#: freedesktop.org.xml.in.h:188 +#, fuzzy +msgid "Palmpilot database/document" +msgstr "Ububikoshingiro Inyandiko" + +#: freedesktop.org.xml.in.h:189 +#, fuzzy +msgid "Pascal source code" +msgstr "Inkomoko ITEGEKONGENGA" + +#: freedesktop.org.xml.in.h:190 +#, fuzzy +msgid "Pathetic Writer document" +msgstr "Inyandiko" + +#: freedesktop.org.xml.in.h:191 +#, fuzzy +msgid "Perl script" +msgstr "IYANDIKA" + +#: freedesktop.org.xml.in.h:192 +#, fuzzy +msgid "PhotoCD image" +msgstr "Ishusho" + +#: freedesktop.org.xml.in.h:193 +#, fuzzy +msgid "Photoshop image" +msgstr "Ishusho" + +#: freedesktop.org.xml.in.h:194 +msgid "Playlist" +msgstr "" + +#: freedesktop.org.xml.in.h:195 +#, fuzzy +msgid "Portable Bitmap File Format" +msgstr "Idosiye" + +#: freedesktop.org.xml.in.h:196 +#, fuzzy +msgid "Portable Graymap File Format" +msgstr "Idosiye" + +#: freedesktop.org.xml.in.h:197 +#, fuzzy +msgid "Portable Pixmap File Format" +msgstr "Idosiye" + +#: freedesktop.org.xml.in.h:198 +#, fuzzy +msgid "PostScript document" +msgstr "Inyandiko" + +#: freedesktop.org.xml.in.h:199 +#, fuzzy +msgid "PostScript document (gzip-compressed)" +msgstr "Inyandiko Byegeranijwe" + +#: freedesktop.org.xml.in.h:200 +msgid "Python bytecode" +msgstr "" + +#: freedesktop.org.xml.in.h:201 +#, fuzzy +msgid "Python script" +msgstr "IYANDIKA" + +#: freedesktop.org.xml.in.h:202 +#, fuzzy +msgid "Qt Designer file" +msgstr "IDOSIYE" + +#: freedesktop.org.xml.in.h:203 +#, fuzzy +msgid "Qt Meta Object file" +msgstr "IDOSIYE" + +#: freedesktop.org.xml.in.h:204 +#, fuzzy +msgid "Quattro Pro spreadsheet" +msgstr "Urupapuro rusesuye" + +#: freedesktop.org.xml.in.h:205 +#, fuzzy +msgid "QuickTime video" +msgstr "Videwo..." + +#: freedesktop.org.xml.in.h:206 +#, fuzzy +msgid "Quicken document" +msgstr "Inyandiko" + +#: freedesktop.org.xml.in.h:207 +msgid "RAR archive" +msgstr "" + +#: freedesktop.org.xml.in.h:208 +msgid "RDF Site Summary" +msgstr "" + +#: freedesktop.org.xml.in.h:209 +#, fuzzy +msgid "README document" +msgstr "Inyandiko" + +#: freedesktop.org.xml.in.h:210 +#, fuzzy +msgid "RGB image" +msgstr "Ishusho" + +#: freedesktop.org.xml.in.h:211 +msgid "RIFF audio" +msgstr "" + +#: freedesktop.org.xml.in.h:212 +msgid "RPM package" +msgstr "" + +#: freedesktop.org.xml.in.h:213 +msgid "RealAudio broadcast" +msgstr "" + +#: freedesktop.org.xml.in.h:214 +#, fuzzy +msgid "RealAudio/Video document" +msgstr "Inyandiko" + +#: freedesktop.org.xml.in.h:215 +#, fuzzy +msgid "RealVideo video" +msgstr "Videwo..." + +#: freedesktop.org.xml.in.h:216 +#, fuzzy +msgid "Resource Description Framework (RDF) file" +msgstr "IDOSIYE" + +#: freedesktop.org.xml.in.h:217 +msgid "Rich Text Format" +msgstr "" + +#: freedesktop.org.xml.in.h:218 +#, fuzzy +msgid "Ruby script" +msgstr "IYANDIKA" + +#: freedesktop.org.xml.in.h:219 +#, fuzzy +msgid "Run Length Encoded bitmap" +msgstr "Bitimapu" + +#: freedesktop.org.xml.in.h:220 +#, fuzzy +msgid "S/MIME file" +msgstr "IDOSIYE" + +#: freedesktop.org.xml.in.h:221 +#, fuzzy +msgid "SGI video" +msgstr "Videwo..." + +#: freedesktop.org.xml.in.h:222 +#, fuzzy +msgid "SGML document" +msgstr "Inyandiko" + +#: freedesktop.org.xml.in.h:223 +msgid "SMS/Game Gear ROM" +msgstr "" + +#: freedesktop.org.xml.in.h:224 +#, fuzzy +msgid "SQL code" +msgstr "ITEGEKONGENGA" + +#: freedesktop.org.xml.in.h:225 +#, fuzzy +msgid "SUN Rasterfile image" +msgstr "Ishusho" + +#: freedesktop.org.xml.in.h:226 +msgid "SV4 CPIO archive" +msgstr "" + +#: freedesktop.org.xml.in.h:227 +#, fuzzy +msgid "SV4 CPIO archive (with CRC)" +msgstr "Na:" + +#: freedesktop.org.xml.in.h:228 +#, fuzzy +msgid "Scheme source code" +msgstr "Inkomoko ITEGEKONGENGA" + +#: freedesktop.org.xml.in.h:229 +#, fuzzy +msgid "Scream Tracker 3 audio" +msgstr "3." + +#: freedesktop.org.xml.in.h:230 +msgid "Scream Tracker audio" +msgstr "" + +#: freedesktop.org.xml.in.h:231 +msgid "Scream Tracker instrument" +msgstr "" + +#: freedesktop.org.xml.in.h:232 +#, fuzzy +msgid "Setext document" +msgstr "Inyandiko" + +#: freedesktop.org.xml.in.h:233 +#, fuzzy +msgid "Shockwave Flash file" +msgstr "IDOSIYE" + +#: freedesktop.org.xml.in.h:234 +#, fuzzy +msgid "Siag spreadsheet" +msgstr "Urupapuro rusesuye" + +#: freedesktop.org.xml.in.h:235 +#, fuzzy +msgid "Silicon Graphics IRIS image" +msgstr "Ishusho" + +#: freedesktop.org.xml.in.h:236 +#, fuzzy +msgid "Speech document" +msgstr "Inyandiko" + +#: freedesktop.org.xml.in.h:237 +#, fuzzy +msgid "Speedo font" +msgstr "Intego- nyuguti" + +#: freedesktop.org.xml.in.h:238 +#, fuzzy +msgid "Spreadsheet interchange document" +msgstr "Inyandiko" + +#: freedesktop.org.xml.in.h:239 +msgid "Stampede package" +msgstr "" + +#: freedesktop.org.xml.in.h:240 +#, fuzzy +msgid "StarCalc spreadsheet" +msgstr "Urupapuro rusesuye" + +#: freedesktop.org.xml.in.h:241 +#, fuzzy +msgid "StarChart chart" +msgstr "Igishushanyo" + +#: freedesktop.org.xml.in.h:242 +#, fuzzy +msgid "StarDraw drawing" +msgstr "Igishushanyo" + +#: freedesktop.org.xml.in.h:243 +#, fuzzy +msgid "StarImpress presentation" +msgstr "Iyerekana" + +#: freedesktop.org.xml.in.h:244 +#, fuzzy +msgid "StarMail email" +msgstr "imeli" + +#: freedesktop.org.xml.in.h:245 +#, fuzzy +msgid "StarMath formula" +msgstr "Inzira" + +#: freedesktop.org.xml.in.h:246 +#, fuzzy +msgid "StarWriter document" +msgstr "Inyandiko" + +#: freedesktop.org.xml.in.h:247 +#, fuzzy +msgid "SunOS News font" +msgstr "Intego- nyuguti" + +#: freedesktop.org.xml.in.h:248 +msgid "Synchronized Multimedia Integration Language" +msgstr "" + +#: freedesktop.org.xml.in.h:249 +#, fuzzy +msgid "TGIF document" +msgstr "Inyandiko" + +#: freedesktop.org.xml.in.h:250 +#, fuzzy +msgid "TIFF image" +msgstr "Ishusho" + +#: freedesktop.org.xml.in.h:251 +#, fuzzy +msgid "TarGA image" +msgstr "Ishusho" + +#: freedesktop.org.xml.in.h:252 +#, fuzzy +msgid "Tcl script" +msgstr "IYANDIKA" + +#: freedesktop.org.xml.in.h:253 +#, fuzzy +msgid "TeX DVI document" +msgstr "Inyandiko" + +#: freedesktop.org.xml.in.h:254 +#, fuzzy +msgid "TeX document" +msgstr "Inyandiko" + +#: freedesktop.org.xml.in.h:255 +#, fuzzy +msgid "TeX font" +msgstr "Intego- nyuguti" + +#: freedesktop.org.xml.in.h:256 +#, fuzzy +msgid "TeX font metrics" +msgstr "Intego- nyuguti Bijyanye n'ipima" + +#: freedesktop.org.xml.in.h:257 +#, fuzzy +msgid "TeXInfo document" +msgstr "Inyandiko" + +#: freedesktop.org.xml.in.h:258 +#, fuzzy +msgid "ToutDoux document" +msgstr "Inyandiko" + +#: freedesktop.org.xml.in.h:259 +#, fuzzy +msgid "Troff ME input document" +msgstr "Iyinjiza Inyandiko" + +#: freedesktop.org.xml.in.h:260 +#, fuzzy +msgid "Troff MM input document" +msgstr "Iyinjiza Inyandiko" + +#: freedesktop.org.xml.in.h:261 +#, fuzzy +msgid "Troff MS input document" +msgstr "Iyinjiza Inyandiko" + +#: freedesktop.org.xml.in.h:262 +#, fuzzy +msgid "Troff document" +msgstr "Inyandiko" + +#: freedesktop.org.xml.in.h:263 +#, fuzzy +msgid "Troff document (with manpage macros)" +msgstr "Inyandiko Na: Makoro" + +#: freedesktop.org.xml.in.h:264 +#, fuzzy +msgid "TrueType font" +msgstr "Intego- nyuguti" + +#: freedesktop.org.xml.in.h:265 +#, fuzzy +msgid "Truevision Targa image" +msgstr "Ishusho" + +#: freedesktop.org.xml.in.h:266 +msgid "ULAW (Sun) audio" +msgstr "" + +#: freedesktop.org.xml.in.h:267 +#, fuzzy +msgid "UNIX-compressed file" +msgstr "Byegeranijwe IDOSIYE" + +#: freedesktop.org.xml.in.h:268 +#, fuzzy +msgid "Unidata NetCDF document" +msgstr "Inyandiko" + +#: freedesktop.org.xml.in.h:269 +#, fuzzy +msgid "Usenet news message" +msgstr "Amakuru Ubutumwa" + +#: freedesktop.org.xml.in.h:270 +#, fuzzy +msgid "V font" +msgstr "V Intego- nyuguti" + +#: freedesktop.org.xml.in.h:271 +msgid "VOC audio" +msgstr "" + +#: freedesktop.org.xml.in.h:272 +#, fuzzy +msgid "VRML document" +msgstr "Inyandiko" + +#: freedesktop.org.xml.in.h:273 +#, fuzzy +msgid "Vivo video" +msgstr "Videwo..." + +#: freedesktop.org.xml.in.h:274 +#, fuzzy +msgid "WAIS source code" +msgstr "Inkomoko ITEGEKONGENGA" + +#: freedesktop.org.xml.in.h:275 +msgid "WAV audio" +msgstr "" + +#: freedesktop.org.xml.in.h:276 +#, fuzzy +msgid "WML document" +msgstr "Inyandiko" + +#: freedesktop.org.xml.in.h:277 +#, fuzzy +msgid "Wavelet video" +msgstr "Videwo..." + +#: freedesktop.org.xml.in.h:278 +#, fuzzy +msgid "Windows BMP image" +msgstr "Ishusho" + +#: freedesktop.org.xml.in.h:279 +#, fuzzy +msgid "Windows cursor" +msgstr "indanga" + +#: freedesktop.org.xml.in.h:280 +#, fuzzy +msgid "WordPerfect document" +msgstr "Inyandiko" + +#: freedesktop.org.xml.in.h:281 +#, fuzzy +msgid "WordPerfect/Drawperfect image" +msgstr "Ishusho" + +#: freedesktop.org.xml.in.h:282 +#, fuzzy +msgid "X BitMap image" +msgstr "Ishusho" + +#: freedesktop.org.xml.in.h:283 +#, fuzzy +msgid "X PixMap image" +msgstr "Ishusho" + +#: freedesktop.org.xml.in.h:284 +#, fuzzy +msgid "X window image" +msgstr "Idirishya Ishusho" + +#: freedesktop.org.xml.in.h:285 +#, fuzzy +msgid "X-Motif UIL table" +msgstr "imbonerahamwe#" + +#: freedesktop.org.xml.in.h:286 +#, fuzzy +msgid "XBEL bookmarks" +msgstr "Ibirango" + +#: freedesktop.org.xml.in.h:287 +#, fuzzy +msgid "XFig image" +msgstr "Ishusho" + +#: freedesktop.org.xml.in.h:288 +#, fuzzy +msgid "XHTML page" +msgstr "Ipaji" + +#: freedesktop.org.xml.in.h:289 +#, fuzzy +msgid "XML Metadata Interchange file" +msgstr "IDOSIYE" + +#: freedesktop.org.xml.in.h:290 +#, fuzzy +msgid "XSL Formating Object file" +msgstr "IDOSIYE" + +#: freedesktop.org.xml.in.h:291 +#, fuzzy +msgid "XSLT stylesheet" +msgstr "Ipaji y'imisusire" + +#: freedesktop.org.xml.in.h:292 +msgid "ZIP archive" +msgstr "" + +#: freedesktop.org.xml.in.h:293 +#, fuzzy +msgid "active server page" +msgstr "Gikora Seriveri Ipaji" + +#: freedesktop.org.xml.in.h:294 +#, fuzzy +msgid "application log" +msgstr "Porogaramu LOG" + +#: freedesktop.org.xml.in.h:295 +#, fuzzy +msgid "author list" +msgstr "Umwanditsi Urutonde" + +# 503 +#: freedesktop.org.xml.in.h:296 +#, fuzzy +msgid "backup file" +msgstr "inyibutsabubiko" + +#: freedesktop.org.xml.in.h:297 +#, fuzzy +msgid "block device" +msgstr "Funga APAREYE" + +#: freedesktop.org.xml.in.h:298 +msgid "bzip archive" +msgstr "" + +#: freedesktop.org.xml.in.h:299 +#, fuzzy +msgid "character device" +msgstr "Inyuguti APAREYE" + +#: freedesktop.org.xml.in.h:300 +#, fuzzy +msgid "compound document" +msgstr "Inyandiko" + +#: freedesktop.org.xml.in.h:301 +#, fuzzy +msgid "compound documents" +msgstr "Inyandiko" + +#: freedesktop.org.xml.in.h:302 +#, fuzzy +msgid "dBASE document" +msgstr "Inyandiko" + +#: freedesktop.org.xml.in.h:303 +#, fuzzy +msgid "desktop configuration file" +msgstr "Ibiro Iboneza IDOSIYE" + +#: freedesktop.org.xml.in.h:304 +#, fuzzy +msgid "detached OpenPGP signature" +msgstr "Isinya" + +#: freedesktop.org.xml.in.h:305 +#, fuzzy +msgid "detached S/MIME signature" +msgstr "Isinya" + +#: freedesktop.org.xml.in.h:306 +#, fuzzy +msgid "differences between files" +msgstr "hagati Idosiye" + +#: freedesktop.org.xml.in.h:307 +#, fuzzy +msgid "directory information file" +msgstr "bushyinguro Ibisobanuro IDOSIYE" + +#: freedesktop.org.xml.in.h:308 +#, fuzzy +msgid "document type definition" +msgstr "Inyandiko Ubwoko Insobanuro" + +#: freedesktop.org.xml.in.h:309 +#, fuzzy +msgid "eXtensible Markup Language document" +msgstr "Inyandiko" + +#: freedesktop.org.xml.in.h:310 +#, fuzzy +msgid "electronic business card" +msgstr "Cya elegitoronike Imirimo" + +#: freedesktop.org.xml.in.h:311 +#, fuzzy +msgid "email headers" +msgstr "imeli Imitwe" + +#: freedesktop.org.xml.in.h:312 +#, fuzzy +msgid "email message" +msgstr "imeli Ubutumwa" + +#: freedesktop.org.xml.in.h:313 +#, fuzzy +msgid "empty document" +msgstr "ubusa Inyandiko" + +#: freedesktop.org.xml.in.h:314 +#, fuzzy +msgid "encrypted message" +msgstr "Bishunzwe: Ubutumwa" + +#: freedesktop.org.xml.in.h:315 +#, fuzzy +msgid "enriched text document" +msgstr "Umwandiko Inyandiko" + +#: freedesktop.org.xml.in.h:316 +msgid "executable" +msgstr "" + +# sfx2/source\explorer\explorer.src:STR_SFX_FOLDER.text +#: freedesktop.org.xml.in.h:317 +#, fuzzy +msgid "folder" +msgstr "Ububiko" + +#: freedesktop.org.xml.in.h:318 +#, fuzzy +msgid "font" +msgstr "Intego- nyuguti" + +#: freedesktop.org.xml.in.h:319 +#, fuzzy +msgid "generic font file" +msgstr "Gifitanye isano Intego- nyuguti IDOSIYE" + +#: freedesktop.org.xml.in.h:320 +msgid "gtar archive" +msgstr "" + +#: freedesktop.org.xml.in.h:321 +msgid "gzip archive" +msgstr "" + +#: freedesktop.org.xml.in.h:322 +#, fuzzy +msgid "help page" +msgstr "Ifashayobora Ipaji" + +# svtools/source\misc\mediatyp.src:STR_SVT_MIMETYPE_TEXT_ICALENDAR.text +#: freedesktop.org.xml.in.h:323 +#, fuzzy +msgid "iCalendar file" +msgstr "iKalendari- idosiye" + +#: freedesktop.org.xml.in.h:324 +msgid "iPod firmware" +msgstr "" + +#: freedesktop.org.xml.in.h:325 +#, fuzzy +msgid "mail delivery report" +msgstr "Ubutumwa Icyegeranyo" + +#: freedesktop.org.xml.in.h:326 +#, fuzzy +msgid "mail disposition report" +msgstr "Ubutumwa Icyegeranyo" + +#: freedesktop.org.xml.in.h:327 +#, fuzzy +msgid "mail system report" +msgstr "Ubutumwa Sisitemu Icyegeranyo" + +#: freedesktop.org.xml.in.h:328 +#, fuzzy +msgid "manual page (compressed)" +msgstr "Bikorwa Ipaji Byegeranijwe" + +#: freedesktop.org.xml.in.h:329 +#, fuzzy +msgid "message catalog" +msgstr "Ubutumwa Agatabo" + +#: freedesktop.org.xml.in.h:330 +#, fuzzy +msgid "message digest" +msgstr "Ubutumwa" + +#: freedesktop.org.xml.in.h:331 +#, fuzzy +msgid "message in several formats" +msgstr "Ubutumwa in Imiterere" + +#: freedesktop.org.xml.in.h:332 +#, fuzzy +msgid "message translation template" +msgstr "Ubutumwa Umwandiko wahinduwe ururimi Inyandikorugero" + +#: freedesktop.org.xml.in.h:333 +#, fuzzy +msgid "mount point" +msgstr "Akadomo" + +#: freedesktop.org.xml.in.h:334 +#, fuzzy +msgid "object code" +msgstr "Igikoresho ITEGEKONGENGA" + +#: freedesktop.org.xml.in.h:335 +#, fuzzy +msgid "packed font file" +msgstr "Intego- nyuguti IDOSIYE" + +#: freedesktop.org.xml.in.h:336 +#, fuzzy +msgid "partial email message" +msgstr "Bituzuye imeli Ubutumwa" + +#: freedesktop.org.xml.in.h:337 +msgid "pipe" +msgstr "" + +#: freedesktop.org.xml.in.h:338 +#, fuzzy +msgid "plain text document" +msgstr "Byuzuye Umwandiko Inyandiko" + +#: freedesktop.org.xml.in.h:339 +#, fuzzy +msgid "profiler results" +msgstr "Ibisubizo ku" + +#: freedesktop.org.xml.in.h:340 +#, fuzzy +msgid "program crash data" +msgstr "Porogaramu Ibyatanzwe" + +#: freedesktop.org.xml.in.h:341 +#, fuzzy +msgid "raw CD image" +msgstr "Ishusho" + +#: freedesktop.org.xml.in.h:342 +#, fuzzy +msgid "reference to remote file" +msgstr "Indango Kuri IDOSIYE" + +#: freedesktop.org.xml.in.h:343 +#, fuzzy +msgid "rejected patch" +msgstr "Byanzwe" + +#. Note: text/uri-list is reserved by the XDND protocol! +#: freedesktop.org.xml.in.h:345 +#, fuzzy +msgid "resource location" +msgstr "Ahantu" + +#: freedesktop.org.xml.in.h:346 +#, fuzzy +msgid "rich text document" +msgstr "Umwandiko Inyandiko" + +#: freedesktop.org.xml.in.h:347 +#, fuzzy +msgid "scalable SVG image" +msgstr "GIHAMYE Ishusho" + +#: freedesktop.org.xml.in.h:348 +#, fuzzy +msgid "shared library" +msgstr "Isomero" + +#: freedesktop.org.xml.in.h:349 +#, fuzzy +msgid "shared library (la)" +msgstr "Isomero" + +#: freedesktop.org.xml.in.h:350 +#, fuzzy +msgid "shell archive" +msgstr "Igikonoshwa" + +#: freedesktop.org.xml.in.h:351 +#, fuzzy +msgid "shell script" +msgstr "Igikonoshwa IYANDIKA" + +#: freedesktop.org.xml.in.h:352 +#, fuzzy +msgid "signed message" +msgstr "Ubutumwa" + +#: freedesktop.org.xml.in.h:353 +msgid "socket" +msgstr "" + +#: freedesktop.org.xml.in.h:354 +#, fuzzy +msgid "software author credits" +msgstr "Umwanditsi" + +#: freedesktop.org.xml.in.h:355 +#, fuzzy +msgid "software installation instructions" +msgstr "iyinjizaporogaramu Amabwiriza" + +#: freedesktop.org.xml.in.h:356 +msgid "software license terms" +msgstr "" + +#: freedesktop.org.xml.in.h:357 +#, fuzzy +msgid "stream of data (server push)" +msgstr "Bya Ibyatanzwe Seriveri" + +#: freedesktop.org.xml.in.h:358 +#, fuzzy +msgid "symbolic link" +msgstr "Ihuza" + +#: freedesktop.org.xml.in.h:359 +msgid "tar archive" +msgstr "" + +#: freedesktop.org.xml.in.h:360 +#, fuzzy +msgid "tar archive (LZO-compressed)" +msgstr "Byegeranijwe" + +#: freedesktop.org.xml.in.h:361 +#, fuzzy +msgid "tar archive (bzip-compressed)" +msgstr "Byegeranijwe" + +#: freedesktop.org.xml.in.h:362 +#, fuzzy +msgid "tar archive (compressed)" +msgstr "Byegeranijwe" + +#: freedesktop.org.xml.in.h:363 +#, fuzzy +msgid "tar archive (gzip-compressed)" +msgstr "Byegeranijwe" + +#: freedesktop.org.xml.in.h:364 +#, fuzzy +msgid "text document (with comma-separated values)" +msgstr "Umwandiko Inyandiko Na: Akitso Uduciro" + +#: freedesktop.org.xml.in.h:365 +#, fuzzy +msgid "text document (with tab-separated values)" +msgstr "Umwandiko Inyandiko Na: Isunika Uduciro" + +#: freedesktop.org.xml.in.h:366 +msgid "theme" +msgstr "" + +#: freedesktop.org.xml.in.h:367 +#, fuzzy +msgid "translated messages" +msgstr "Ubutumwa" + +#: freedesktop.org.xml.in.h:368 +#, fuzzy +msgid "translated messages (machine-readable)" +msgstr "Ubutumwa" + +#: freedesktop.org.xml.in.h:369 +msgid "unknown" +msgstr "itazwi" + +#: freedesktop.org.xml.in.h:370 +msgid "ustar archive" +msgstr "" + +#: freedesktop.org.xml.in.h:371 +#, fuzzy +msgid "vCalendar interchange file" +msgstr "IDOSIYE" + +#: freedesktop.org.xml.in.h:372 +msgid "zoo archive" +msgstr "" diff --git a/po/sq.po b/po/sq.po new file mode 100644 index 0000000..a38d14e --- /dev/null +++ b/po/sq.po @@ -0,0 +1,2291 @@ +# Përkthimi i shared-mime-info në shqip. +# Copyright (C) 2004, 2008 Free Software Foundation, Inc. +# This file is distributed under the same license as the shared-mime-info package. +# Laurent Dhima , 2004, 2008. +msgid "" +msgstr "" +"Project-Id-Version: shared-mime-info 0.51\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2008-07-23 12:49+0100\n" +"PO-Revision-Date: 2008-09-11 18:16+0200\n" +"Last-Translator: Laurent Dhima \n" +"Language-Team: Albanian \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: ../freedesktop.org.xml.in.h:1 +msgid "3D Studio image" +msgstr "Figurë 3D Studio" + +#: ../freedesktop.org.xml.in.h:2 +msgid "3GPP multimedia file" +msgstr "File multimedial 3GPP" + +#: ../freedesktop.org.xml.in.h:3 +msgid "7-zip archive" +msgstr "Arkiv 7-zip" + +#: ../freedesktop.org.xml.in.h:4 +msgid "ACE archive" +msgstr "Arkiv ACE" + +#: ../freedesktop.org.xml.in.h:5 +msgid "AIFC audio" +msgstr "Audio AIFC" + +#: ../freedesktop.org.xml.in.h:6 +msgid "AIFF audio" +msgstr "Audio AIFF" + +#: ../freedesktop.org.xml.in.h:7 +msgid "AIFF/Amiga/Mac audio" +msgstr "Audio AIFF/Amiga/Mac" + +#: ../freedesktop.org.xml.in.h:8 +msgid "AMR audio" +msgstr "Audio AMR" + +#: ../freedesktop.org.xml.in.h:9 +msgid "AMR-WB audio" +msgstr "Audio AMR-WB" + +#: ../freedesktop.org.xml.in.h:10 +msgid "ANIM animation" +msgstr "Animim ANIM" + +#: ../freedesktop.org.xml.in.h:11 +msgid "AR archive" +msgstr "Arkiv AR" + +#: ../freedesktop.org.xml.in.h:12 +msgid "ARC archive" +msgstr "Arkiv ARC" + +#: ../freedesktop.org.xml.in.h:13 +msgid "ARJ archive" +msgstr "Arkiv ARJ" + +#: ../freedesktop.org.xml.in.h:14 +msgid "ASF video" +msgstr "Video ASF" + +#: ../freedesktop.org.xml.in.h:15 +msgid "ASP page" +msgstr "Faqe ASP" + +#: ../freedesktop.org.xml.in.h:16 +msgid "ATK inset" +msgstr "Inset ATK" + +#: ../freedesktop.org.xml.in.h:17 +msgid "AVI video" +msgstr "Video AVI" + +#: ../freedesktop.org.xml.in.h:18 +msgid "AWK script" +msgstr "Script AWK" + +#: ../freedesktop.org.xml.in.h:19 +msgid "AbiWord document" +msgstr "Dokument AbiWord" + +#: ../freedesktop.org.xml.in.h:20 +msgid "Ada source code" +msgstr "Kod burues Ada" + +#: ../freedesktop.org.xml.in.h:21 +msgid "Adobe DNG negative" +msgstr "Negativ Adobe DNG" + +#: ../freedesktop.org.xml.in.h:22 +msgid "Adobe FrameMaker MIF document" +msgstr "Dokument MIF Adobe FrameMaker" + +#: ../freedesktop.org.xml.in.h:23 +msgid "Adobe FrameMaker document" +msgstr "Dokument Adobe FrameMaker" + +#: ../freedesktop.org.xml.in.h:24 +msgid "Adobe FrameMaker font" +msgstr "Gërma Adobe FrameMaker" + +#: ../freedesktop.org.xml.in.h:25 +msgid "Adobe Illustrator document" +msgstr "Dokument Adobe Illustrator" + +#: ../freedesktop.org.xml.in.h:26 +msgid "Adobe font metrics" +msgstr "Metrik lloj gërmash Adobe" + +#: ../freedesktop.org.xml.in.h:27 +msgid "Alzip archive" +msgstr "Arkiv Alzip" + +#: ../freedesktop.org.xml.in.h:28 +msgid "Amiga SoundTracker audio" +msgstr "Audio Amiga SoundTracker" + +#: ../freedesktop.org.xml.in.h:29 +msgid "Applix Graphics image" +msgstr "Figurë Applix Graphics" + +#: ../freedesktop.org.xml.in.h:30 +msgid "Applix Spreadsheets spreadsheet" +msgstr "Fletë llogaritjesh Applix Spreadsheets" + +#: ../freedesktop.org.xml.in.h:31 +msgid "Applix Words document" +msgstr "Dokument Applix Words" + +#: ../freedesktop.org.xml.in.h:32 +msgid "Atom syndication feed" +msgstr "Feed për përhapje Atom" + +#: ../freedesktop.org.xml.in.h:33 +msgid "AutoCAD image" +msgstr "Figurë AutoCAD" + +#: ../freedesktop.org.xml.in.h:34 +msgid "BCPIO document" +msgstr "Dokument BCPIO" + +#: ../freedesktop.org.xml.in.h:35 +msgid "BDF font" +msgstr "Lloj gërme BDF" + +#: ../freedesktop.org.xml.in.h:36 +msgid "BibTeX document" +msgstr "Dokument BibTeX" + +#: ../freedesktop.org.xml.in.h:37 +msgid "BitTorrent seed file" +msgstr "File bazë BitTorrent" + +#: ../freedesktop.org.xml.in.h:38 +msgid "Blender scene" +msgstr "Skenë Blender" + +#. http://en.wikipedia.org/wiki/Blu-ray_Disc +#. http://www.blu-raydisc.com/Section-13470/Section-13890/Index.html +#: ../freedesktop.org.xml.in.h:41 +msgid "Blu-ray video disc" +msgstr "Disk video Blu-ray" + +#: ../freedesktop.org.xml.in.h:42 +msgid "Bzip archive" +msgstr "Arkiv bzip" + +#: ../freedesktop.org.xml.in.h:43 +msgid "C header" +msgstr "Header C" + +#: ../freedesktop.org.xml.in.h:44 +msgid "C shell script" +msgstr "Script shell C" + +#: ../freedesktop.org.xml.in.h:45 +msgid "C source code" +msgstr "Kod burues C" + +#: ../freedesktop.org.xml.in.h:46 +msgid "C# source code" +msgstr "Kod burues C#" + +#: ../freedesktop.org.xml.in.h:47 +msgid "C++ header" +msgstr "Header C++" + +#: ../freedesktop.org.xml.in.h:48 +msgid "C++ source code" +msgstr "Kod burues C++" + +#: ../freedesktop.org.xml.in.h:49 +msgid "CCITT G3 fax" +msgstr "Fax CCITT G3" + +#: ../freedesktop.org.xml.in.h:50 +msgid "CD Table Of Contents" +msgstr "Tregues CD" + +#: ../freedesktop.org.xml.in.h:51 +msgid "CD image cuesheet" +msgstr "Cuesheet imazhi CD" + +#: ../freedesktop.org.xml.in.h:52 +msgid "CHM document" +msgstr "Dokument CHM" + +#: ../freedesktop.org.xml.in.h:53 +msgid "CMU raster image" +msgstr "Figurë raster CMU" + +#: ../freedesktop.org.xml.in.h:54 +msgid "CMake source code" +msgstr "Kod burues CMake" + +#: ../freedesktop.org.xml.in.h:55 +msgid "CPIO archive" +msgstr "Arkiv CPIO" + +#: ../freedesktop.org.xml.in.h:56 +msgid "CPIO archive (gzip-compressed)" +msgstr "Arkiv CPIO (kompresuar me gzip)" + +#: ../freedesktop.org.xml.in.h:57 +msgid "CSS stylesheet" +msgstr "Fletë stili CSS" + +#: ../freedesktop.org.xml.in.h:58 +msgid "CSV document" +msgstr "Dokument CSV" + +#: ../freedesktop.org.xml.in.h:59 +msgid "Canon CR2 raw image" +msgstr "Figurë raw Canon CR2" + +#: ../freedesktop.org.xml.in.h:60 +msgid "Canon CRW raw image" +msgstr "Figurë raw Canon CRW" + +#: ../freedesktop.org.xml.in.h:61 +msgid "ChangeLog document" +msgstr "Dokument ChangeLog" + +#: ../freedesktop.org.xml.in.h:62 +msgid "Cisco VPN Settings" +msgstr "Rregullime VPN Cisco" + +#: ../freedesktop.org.xml.in.h:63 +msgid "Citrix ICA settings file" +msgstr "File rregullimesh Citrix ICA" + +#: ../freedesktop.org.xml.in.h:64 +msgid "Commodore 64 audio" +msgstr "Audio Commodore 64" + +#: ../freedesktop.org.xml.in.h:65 +msgid "Computer Graphics Metafile" +msgstr "Metafile Computer Graphics" + +#: ../freedesktop.org.xml.in.h:66 +msgid "Corel Draw drawing" +msgstr "Vizatim Corel Draw" + +#: ../freedesktop.org.xml.in.h:67 +msgid "D source code" +msgstr "Kod burues D" + +#: ../freedesktop.org.xml.in.h:68 +msgid "DAR archive" +msgstr "Arkiv DAR" + +#: ../freedesktop.org.xml.in.h:69 +msgid "DCL script" +msgstr "Script DCL" + +#: ../freedesktop.org.xml.in.h:70 +msgid "DER/PEM/Netscape-encoded X.509 certificate" +msgstr "Çertifikatë DER/PEM/Netscape-encoded X.509" + +#: ../freedesktop.org.xml.in.h:71 +msgid "DIB image" +msgstr "Figurë DIB" + +#: ../freedesktop.org.xml.in.h:72 +msgid "DICOM image" +msgstr "Figurë DICOM" + +#: ../freedesktop.org.xml.in.h:73 +msgid "DOS font" +msgstr "Gërmë DOS" + +#: ../freedesktop.org.xml.in.h:74 +msgid "DOS/Windows executable" +msgstr "I ekzekutueshëm DOS/Windows" + +#: ../freedesktop.org.xml.in.h:75 +msgid "DPX image" +msgstr "Figurë DPX" + +#: ../freedesktop.org.xml.in.h:76 +msgid "DSSSL document" +msgstr "Dokument DSSSL" + +#: ../freedesktop.org.xml.in.h:77 +msgid "DTD file" +msgstr "File DTD" + +#: ../freedesktop.org.xml.in.h:78 +msgid "DV video" +msgstr "Video DV" + +#: ../freedesktop.org.xml.in.h:79 +msgid "DXF vector image" +msgstr "Figurë vektoriale DFX" + +#: ../freedesktop.org.xml.in.h:80 +msgid "Debian package" +msgstr "Paketë Debian" + +#: ../freedesktop.org.xml.in.h:81 +msgid "Dia diagram" +msgstr "Diagramë Dia" + +#: ../freedesktop.org.xml.in.h:82 +msgid "DirectDraw surface" +msgstr "Superfaqe DirectDraw" + +#: ../freedesktop.org.xml.in.h:83 +msgid "DjVu image" +msgstr "Figurë DjVu" + +#: ../freedesktop.org.xml.in.h:84 +msgid "DocBook document" +msgstr "Dokument DocBook" + +#: ../freedesktop.org.xml.in.h:85 +msgid "Dolby Digital audio" +msgstr "Audio Dolby Digital" + +#: ../freedesktop.org.xml.in.h:86 +msgid "Dreamcast ROM" +msgstr "ROM Dreamcast" + +#: ../freedesktop.org.xml.in.h:87 +msgid "ECMAScript program" +msgstr "Program ECMAScript" + +#: ../freedesktop.org.xml.in.h:88 +msgid "EMF image" +msgstr "Figurë EMF" + +#: ../freedesktop.org.xml.in.h:89 +msgid "EPS image" +msgstr "Figurë EPS" + +#: ../freedesktop.org.xml.in.h:90 +msgid "EPS image (bzip-compressed)" +msgstr "Figurë EPS (e kompresuar me bzip)" + +#: ../freedesktop.org.xml.in.h:91 +msgid "EPS image (gzip-compressed)" +msgstr "Figurë EPS (e kompresuar me gzip)" + +#: ../freedesktop.org.xml.in.h:92 +msgid "EXR image" +msgstr "Figurë EXR" + +#: ../freedesktop.org.xml.in.h:93 +msgid "Egon Animator animation" +msgstr "Animim Egon Animator" + +#: ../freedesktop.org.xml.in.h:94 +msgid "Eiffel source code" +msgstr "Kod burues Eiffel" + +#: ../freedesktop.org.xml.in.h:95 +msgid "Emacs Lisp source code" +msgstr "Kod burues Emacs Lisp" + +#: ../freedesktop.org.xml.in.h:96 +msgid "Enlightenment theme" +msgstr "Tema Enlightenment" + +#: ../freedesktop.org.xml.in.h:97 +msgid "Erlang source code" +msgstr "Kod burues Erlang" + +#: ../freedesktop.org.xml.in.h:98 +msgid "Excel spreadsheet" +msgstr "Fletë llogaritje Excel" + +#: ../freedesktop.org.xml.in.h:99 +msgid "FITS document" +msgstr "Dokument FITS" + +#: ../freedesktop.org.xml.in.h:100 +msgid "FLAC audio" +msgstr "Audio FLAC" + +#: ../freedesktop.org.xml.in.h:101 +msgid "FLIC animation" +msgstr "Animim FLIC" + +#: ../freedesktop.org.xml.in.h:102 +msgid "FLTK Fluid file" +msgstr "File FLTK Fluid" + +#: ../freedesktop.org.xml.in.h:103 +msgid "FPX image" +msgstr "Figurë FPX" + +#: ../freedesktop.org.xml.in.h:104 +msgid "FastTracker II audio" +msgstr "Audio FastTracker II" + +#: ../freedesktop.org.xml.in.h:105 +msgid "Flash video" +msgstr "Video Flash" + +#: ../freedesktop.org.xml.in.h:106 +msgid "Fortran source code" +msgstr "Kod burues Fortran" + +#: ../freedesktop.org.xml.in.h:107 +msgid "Fuji RAF raw image" +msgstr "Figurë raw Fuji RAF" + +#: ../freedesktop.org.xml.in.h:108 +msgid "G3 fax image" +msgstr "Figurë Fax G3" + +#: ../freedesktop.org.xml.in.h:109 +msgid "GDBM database" +msgstr "Bazë me të dhëna GDBM" + +#: ../freedesktop.org.xml.in.h:110 +msgid "GEDCOM family history" +msgstr "Kronollogji familje GEDCOM" + +#: ../freedesktop.org.xml.in.h:111 +msgid "GIF image" +msgstr "Figurë GIF" + +#: ../freedesktop.org.xml.in.h:112 +msgid "GIMP image" +msgstr "Figurë GIMP" + +#: ../freedesktop.org.xml.in.h:113 +msgid "GMC link" +msgstr "Lidhje GMC" + +#: ../freedesktop.org.xml.in.h:114 +msgid "GNU Oleo spreadsheet" +msgstr "Fletë llogaritje GNU Oleo" + +#: ../freedesktop.org.xml.in.h:115 +msgid "GNU mail message" +msgstr "Mesazh GNU mail" + +#: ../freedesktop.org.xml.in.h:116 +msgid "GNUnet search file" +msgstr "File kërkimi GNUnet" + +#: ../freedesktop.org.xml.in.h:117 +msgid "GTKtalog catalog" +msgstr "Katallog GTKtalog" + +#: ../freedesktop.org.xml.in.h:118 +msgid "Game Boy Advance ROM" +msgstr "ROM Game Boy Advance" + +#: ../freedesktop.org.xml.in.h:119 +msgid "Game Boy ROM" +msgstr "ROM Game Boy" + +#. Translate this to Megadrive if the console was known as such in your locale +#. Should be Megadrive in all but en_US: http://en.wikipedia.org/wiki/Megadrive#History +#: ../freedesktop.org.xml.in.h:122 +msgid "Genesis ROM" +msgstr "ROM Genesis" + +#: ../freedesktop.org.xml.in.h:123 +msgid "Glade project" +msgstr "Projekt Glade" + +#: ../freedesktop.org.xml.in.h:124 +msgid "GnuCash spreadsheet" +msgstr "Fletë llogaritje GnuCash" + +#: ../freedesktop.org.xml.in.h:125 +msgid "Gnumeric spreadsheet" +msgstr "Fletë llogaritjesh Gnumeric" + +#: ../freedesktop.org.xml.in.h:126 +msgid "Gnuplot document" +msgstr "Dokument Gnuplot" + +#: ../freedesktop.org.xml.in.h:127 +msgid "Google Video Pointer" +msgstr "Puntues Google Video" + +#: ../freedesktop.org.xml.in.h:128 +msgid "Graphite scientific graph" +msgstr "Grafik shkencor Graphite " + +#: ../freedesktop.org.xml.in.h:129 +msgid "Gzip archive" +msgstr "Arkiv gzip" + +#. http://en.wikipedia.org/wiki/HD_DVD +#. http://www.dvdafteredit.com/wiki/The_HVDVD_TS_Folder +#: ../freedesktop.org.xml.in.h:132 +msgid "HD DVD video disc" +msgstr "Disk video DVD HD" + +#: ../freedesktop.org.xml.in.h:133 +msgid "HDF document" +msgstr "Dokument HDF" + +#: ../freedesktop.org.xml.in.h:134 +msgid "HPGL file" +msgstr "File HPGL" + +#: ../freedesktop.org.xml.in.h:135 +msgid "HTML document" +msgstr "Dokument HTML" + +#: ../freedesktop.org.xml.in.h:136 +msgid "Haansoft Hangul document" +msgstr "Dokument Haansoft Hangul" + +#: ../freedesktop.org.xml.in.h:137 +msgid "Haansoft Hangul document template" +msgstr "Model dokumenti Haansoft Hangul" + +#: ../freedesktop.org.xml.in.h:138 +msgid "Haskell source code" +msgstr "Kod burues Haskell" + +#: ../freedesktop.org.xml.in.h:139 +msgid "ICO icon" +msgstr "Ikonë ICO" + +#: ../freedesktop.org.xml.in.h:140 +msgid "IDL document" +msgstr "Dokument IDL" + +#: ../freedesktop.org.xml.in.h:141 +msgid "IEF image" +msgstr "Figurë IEF" + +#: ../freedesktop.org.xml.in.h:142 +msgid "IFF image" +msgstr "Figurë IFF" + +#: ../freedesktop.org.xml.in.h:143 +msgid "ILBM image" +msgstr "Figurë ILBM" + +#: ../freedesktop.org.xml.in.h:144 +msgid "ISI video" +msgstr "Video ISI" + +#: ../freedesktop.org.xml.in.h:145 +msgid "Impulse Tracker audio" +msgstr "Audio Impulse Tracker" + +#: ../freedesktop.org.xml.in.h:146 +msgid "Internet shortcut" +msgstr "Shkurtim internet" + +#: ../freedesktop.org.xml.in.h:147 +msgid "JAD document" +msgstr "Dokument JAD" + +#: ../freedesktop.org.xml.in.h:148 +msgid "JBuilder project" +msgstr "Projekt JBuilder" + +#: ../freedesktop.org.xml.in.h:149 +msgid "JET database" +msgstr "Bazë me të dhëna JET" + +#: ../freedesktop.org.xml.in.h:150 +msgid "JNG image" +msgstr "Figurë JNG" + +#: ../freedesktop.org.xml.in.h:151 +msgid "JNLP file" +msgstr "File JNLP" + +#: ../freedesktop.org.xml.in.h:152 +msgid "JPEG image" +msgstr "Figurë JPEG" + +#: ../freedesktop.org.xml.in.h:153 +msgid "JPEG-2000 image" +msgstr "Figurë JPEG-2000" + +#: ../freedesktop.org.xml.in.h:154 +msgid "Java archive" +msgstr "Arkiv Java" + +#: ../freedesktop.org.xml.in.h:155 +msgid "Java byte code" +msgstr "Byte code Java" + +#: ../freedesktop.org.xml.in.h:156 +msgid "Java class" +msgstr "Klasë Java" + +#: ../freedesktop.org.xml.in.h:157 +msgid "Java source code" +msgstr "Kod burues Java" + +#: ../freedesktop.org.xml.in.h:158 +msgid "JavaScript program" +msgstr "Program JavaScript" + +#: ../freedesktop.org.xml.in.h:159 +msgid "KChart chart" +msgstr "Grafik KChart" + +#: ../freedesktop.org.xml.in.h:160 +msgid "KFormula formula" +msgstr "Formulë KFormula" + +#: ../freedesktop.org.xml.in.h:161 +msgid "KIllustrator drawing" +msgstr "Vizatim KIllustrator" + +#: ../freedesktop.org.xml.in.h:162 +msgid "KPovModeler scene" +msgstr "Skenë KPovModeler" + +#: ../freedesktop.org.xml.in.h:163 +msgid "KPresenter presentation" +msgstr "Prezantim i KPresenter" + +#: ../freedesktop.org.xml.in.h:164 +msgid "KSpread spreadsheet" +msgstr "Fletë llogaritjesh KSpread" + +#: ../freedesktop.org.xml.in.h:165 +msgid "KSpread spreadsheet (encrypted)" +msgstr "Fletë llogaritjesh KSpread (e kriptuar)" + +#: ../freedesktop.org.xml.in.h:166 +msgid "KSysV init package" +msgstr "Paketë init KSysV" + +#: ../freedesktop.org.xml.in.h:167 +msgid "KWord document" +msgstr "Dokument KWord" + +#: ../freedesktop.org.xml.in.h:168 +msgid "KWord document (encrypted)" +msgstr "Dokument KWord (i kriptuar)" + +#: ../freedesktop.org.xml.in.h:169 +msgid "Karbon14 drawing" +msgstr "Vizatim Karbon14" + +#: ../freedesktop.org.xml.in.h:170 +msgid "Kivio flowchart" +msgstr "Diagramë fluksi Kivio" + +#: ../freedesktop.org.xml.in.h:171 +msgid "Kodak DCR raw image" +msgstr "Figurë raw Kodak DCR" + +#: ../freedesktop.org.xml.in.h:172 +msgid "Kodak K25 raw image" +msgstr "Figurë raw Kodak K25" + +#: ../freedesktop.org.xml.in.h:173 +msgid "Kodak KDC raw image" +msgstr "Figurë raw Kodak KDC" + +#: ../freedesktop.org.xml.in.h:174 +msgid "Kontour drawing" +msgstr "Vizatim Kontour" + +#: ../freedesktop.org.xml.in.h:175 +msgid "Krita document" +msgstr "Dokument Krita" + +#: ../freedesktop.org.xml.in.h:176 +msgid "Kugar document" +msgstr "Dokument Kugar" + +#: ../freedesktop.org.xml.in.h:177 +msgid "LDIF address book" +msgstr "Rubrikë LDIF" + +#: ../freedesktop.org.xml.in.h:178 +msgid "LHA archive" +msgstr "Arkiv LHA" + +#: ../freedesktop.org.xml.in.h:179 +msgid "LHS source code" +msgstr "Kod burues LHS" + +#: ../freedesktop.org.xml.in.h:180 +msgid "LHZ archive" +msgstr "Arkiv LHZ" + +#: ../freedesktop.org.xml.in.h:181 +msgid "LIBGRX font" +msgstr "Lloj gërme LIBGRX" + +#: ../freedesktop.org.xml.in.h:182 +msgid "LZMA archive" +msgstr "Arkiv LZMA" + +#: ../freedesktop.org.xml.in.h:183 +msgid "LZO archive" +msgstr "Arkiv LZO" + +#: ../freedesktop.org.xml.in.h:184 +msgid "LightWave object" +msgstr "Objekt LightWave" + +#: ../freedesktop.org.xml.in.h:185 +msgid "LightWave scene" +msgstr "Skenë LightWave" + +#: ../freedesktop.org.xml.in.h:186 +msgid "Lilypond music sheet" +msgstr "Partiturë Lilypond" + +#: ../freedesktop.org.xml.in.h:187 +msgid "Linux PSF console font" +msgstr "Lloj gërme për konsolë Linux PSF" + +#: ../freedesktop.org.xml.in.h:188 +msgid "Linux PSF console font (gzip-compressed)" +msgstr "Lloj gërme për konsolë Linux PSF (komresuar me gzip)" + +#: ../freedesktop.org.xml.in.h:189 +msgid "Lotus 1-2-3 spreadsheet" +msgstr "Fletë llogaritjesh Lotus 1-2-3" + +#: ../freedesktop.org.xml.in.h:190 +msgid "Lotus AmiPro document" +msgstr "Dokument Lotus AmiPro" + +#: ../freedesktop.org.xml.in.h:191 +msgid "Lua script" +msgstr "Script Lua" + +#: ../freedesktop.org.xml.in.h:192 +msgid "LyX document" +msgstr "Dokument LyX" + +#: ../freedesktop.org.xml.in.h:193 +msgid "M4 macro" +msgstr "Macro M4" + +#: ../freedesktop.org.xml.in.h:194 +msgid "MATLAB script/function" +msgstr "Script/Funksion MATLAB" + +#: ../freedesktop.org.xml.in.h:195 +msgid "MIDI audio" +msgstr "Audio MIDI" + +#: ../freedesktop.org.xml.in.h:196 +msgid "MNG animation" +msgstr "Animim MNG" + +#: ../freedesktop.org.xml.in.h:197 +msgid "MP2 audio" +msgstr "Audio MP2" + +#: ../freedesktop.org.xml.in.h:198 +msgid "MP3 ShoutCast playlist" +msgstr "Listë titujsh MP3 ShoutCast" + +#: ../freedesktop.org.xml.in.h:199 +msgid "MP3 audio" +msgstr "Audio MP3" + +#: ../freedesktop.org.xml.in.h:200 +msgid "MP3 audio (streamed)" +msgstr "Audio MP3 (streamed)" + +#: ../freedesktop.org.xml.in.h:201 +msgid "MPEG video" +msgstr "Video MPEG" + +#: ../freedesktop.org.xml.in.h:202 +msgid "MPEG-4 audio" +msgstr "Audio MPEG-4" + +#: ../freedesktop.org.xml.in.h:203 +msgid "MPEG-4 audio book" +msgstr "Audiolibër MPEG-4" + +#: ../freedesktop.org.xml.in.h:204 +msgid "MPEG-4 video" +msgstr "Video MPEG-4" + +#: ../freedesktop.org.xml.in.h:205 +msgid "MPSub subtitles" +msgstr "Nëntituj MPSub" + +#: ../freedesktop.org.xml.in.h:206 +msgid "MRML playlist" +msgstr "Listë titujsh MRML" + +#: ../freedesktop.org.xml.in.h:207 +msgid "MSX ROM" +msgstr "ROM MSX" + +#: ../freedesktop.org.xml.in.h:208 +msgid "MacOS X icon" +msgstr "Ikonë MacOS X" + +#: ../freedesktop.org.xml.in.h:209 +msgid "MacPaint Bitmap image" +msgstr "Figurë BitMap MacPaint" + +#: ../freedesktop.org.xml.in.h:210 +msgid "Macintosh AppleDouble-encoded file" +msgstr "File Macintosh i kodifikuar AppleDouble" + +#: ../freedesktop.org.xml.in.h:211 +msgid "Macintosh BinHex-encoded file" +msgstr "File Macintosh i kodifikuar BinHex" + +#: ../freedesktop.org.xml.in.h:212 +msgid "Macintosh MacBinary file" +msgstr "File MacBinary Macintosh" + +#: ../freedesktop.org.xml.in.h:213 +msgid "Macintosh Quickdraw/PICT drawing" +msgstr "Vizatim Macintosh Quickdraw/PICT" + +#: ../freedesktop.org.xml.in.h:214 +msgid "MagicPoint presentation" +msgstr "Prezantim MagicPoint" + +#: ../freedesktop.org.xml.in.h:215 +msgid "Makefile" +msgstr "Makefile" + +# Lihet papërkthyer, le ta përkthejnë fillimisht në Windows +# http://msdn2.microsoft.com/en-us/library/aa823192(VS.85).aspx +#: ../freedesktop.org.xml.in.h:216 +msgid "Managed Object Format" +msgstr "Managed Object Format" + +#: ../freedesktop.org.xml.in.h:217 +msgid "Markaby script" +msgstr "Script Markaby" + +#: ../freedesktop.org.xml.in.h:218 +msgid "MathML document" +msgstr "Dokument MathML" + +#: ../freedesktop.org.xml.in.h:219 +msgid "Mathematica Notebook" +msgstr "Notebook matematike" + +#: ../freedesktop.org.xml.in.h:220 +msgid "Matroska audio" +msgstr "Audio Matroska" + +#: ../freedesktop.org.xml.in.h:221 +msgid "Matroska stream" +msgstr "Stream Matroska" + +#: ../freedesktop.org.xml.in.h:222 +msgid "Matroska video" +msgstr "Video Matroska" + +#: ../freedesktop.org.xml.in.h:223 +msgid "MicroDVD subtitles" +msgstr "Nëntituj MicroDVD" + +#: ../freedesktop.org.xml.in.h:224 +msgid "Microsoft ASX playlist" +msgstr "Listë titujsh Microsoft ASF" + +#: ../freedesktop.org.xml.in.h:225 +msgid "Microsoft Works document" +msgstr "Dokument Microsoft Works" + +#: ../freedesktop.org.xml.in.h:226 +msgid "MiniPSF audio" +msgstr "Audio MiniPSF" + +#: ../freedesktop.org.xml.in.h:227 +msgid "Minolta MRW raw image" +msgstr "Figurë raw Minolta MRW" + +#: ../freedesktop.org.xml.in.h:228 +msgid "Monkey's audio" +msgstr "Audio Monkey's" + +#: ../freedesktop.org.xml.in.h:229 +msgid "Mozilla bookmarks" +msgstr "Libërshënues Mozilla" + +#: ../freedesktop.org.xml.in.h:230 +msgid "Mup publication" +msgstr "Publikim Mup" + +#: ../freedesktop.org.xml.in.h:231 +msgid "Musepack audio" +msgstr "Audio Musepack" + +#. Translate this to Famicom if the console was known as such in your locale +#: ../freedesktop.org.xml.in.h:233 +msgid "NES ROM" +msgstr "ROM NES" + +#: ../freedesktop.org.xml.in.h:234 +msgid "NFO document" +msgstr "Dokument NFO" + +#: ../freedesktop.org.xml.in.h:235 +msgid "NIFF image" +msgstr "Figurë NIFF" + +#: ../freedesktop.org.xml.in.h:236 +msgid "Nautilus link" +msgstr "Lidhje Nautilus" + +#: ../freedesktop.org.xml.in.h:237 +msgid "Nikon NEF raw image" +msgstr "Figurë raw Nikon NEF" + +#: ../freedesktop.org.xml.in.h:238 +msgid "Nintendo DS ROM" +msgstr "ROM Nintendo DS" + +#: ../freedesktop.org.xml.in.h:239 +msgid "Nintendo64 ROM" +msgstr "ROM Nintendo64" + +#: ../freedesktop.org.xml.in.h:240 +msgid "NullSoft video" +msgstr "Video NullSoft" + +#: ../freedesktop.org.xml.in.h:241 +msgid "OCL file" +msgstr "File OCL" + +#: ../freedesktop.org.xml.in.h:242 +msgid "OCaml source code" +msgstr "Kod burues OCaml" + +#: ../freedesktop.org.xml.in.h:243 +msgid "ODA document" +msgstr "Dokument ODA" + +#: ../freedesktop.org.xml.in.h:244 +msgid "ODB database" +msgstr "Bazë me të dhëna ODB" + +#: ../freedesktop.org.xml.in.h:245 +msgid "ODC chart" +msgstr "Grafik ODC" + +#: ../freedesktop.org.xml.in.h:246 +msgid "ODF formula" +msgstr "Formulë ODF" + +#: ../freedesktop.org.xml.in.h:247 +msgid "ODG drawing" +msgstr "Vizatim ODG" + +#: ../freedesktop.org.xml.in.h:248 +msgid "ODG template" +msgstr "Model ODG" + +#: ../freedesktop.org.xml.in.h:249 +msgid "ODI image" +msgstr "Figurë ODI" + +#: ../freedesktop.org.xml.in.h:250 +msgid "ODM document" +msgstr "Dokument ODM" + +#: ../freedesktop.org.xml.in.h:251 +msgid "ODP presentation" +msgstr "Prezantim ODP" + +#: ../freedesktop.org.xml.in.h:252 +msgid "ODP template" +msgstr "Model ODP" + +#: ../freedesktop.org.xml.in.h:253 +msgid "ODS spreadsheet" +msgstr "Fletë llogaritjesh ODS" + +#: ../freedesktop.org.xml.in.h:254 +msgid "ODS template" +msgstr "Model ODS" + +#: ../freedesktop.org.xml.in.h:255 +msgid "ODT document" +msgstr "Dokument ODT" + +#: ../freedesktop.org.xml.in.h:256 +msgid "ODT template" +msgstr "Model ODT" + +#: ../freedesktop.org.xml.in.h:257 +msgid "OGM video" +msgstr "Video OGM" + +#: ../freedesktop.org.xml.in.h:258 +msgid "OLE2 compound document storage" +msgstr "Arkiv dokumenti i përbërë OLE2" + +#: ../freedesktop.org.xml.in.h:259 +msgid "OPML syndication feed" +msgstr "Feed për përhapje OPML" + +#: ../freedesktop.org.xml.in.h:260 +msgid "OTH template" +msgstr "Model OTH" + +#: ../freedesktop.org.xml.in.h:261 +msgid "Objective-C source code" +msgstr "Kod burues C objekt" + +#: ../freedesktop.org.xml.in.h:262 +msgid "Office drawing" +msgstr "Vizatim Office" + +#: ../freedesktop.org.xml.in.h:263 +msgid "Ogg Audio" +msgstr "Audio Ogg" + +#: ../freedesktop.org.xml.in.h:264 +msgid "Ogg FLAC audio" +msgstr "Audio Ogg FLAC" + +#: ../freedesktop.org.xml.in.h:265 +msgid "Ogg Speex audio" +msgstr "Audio Ogg Speex" + +#: ../freedesktop.org.xml.in.h:266 +msgid "Ogg Theora video" +msgstr "Video Ogg Theora" + +#: ../freedesktop.org.xml.in.h:267 +msgid "Ogg Video" +msgstr "Video Ogg" + +#: ../freedesktop.org.xml.in.h:268 +msgid "Ogg Vorbis audio" +msgstr "Audio Ogg Vorbis" + +#: ../freedesktop.org.xml.in.h:269 +msgid "Ogg multimedia file" +msgstr "File multimedial Ogg" + +#: ../freedesktop.org.xml.in.h:270 +msgid "Olympus ORF raw image" +msgstr "Figurë raw Olympus ORF" + +#: ../freedesktop.org.xml.in.h:271 +msgid "OpenOffice Calc spreadsheet" +msgstr "Fletë llogaritjesh OpenOffice Calc" + +#: ../freedesktop.org.xml.in.h:272 +msgid "OpenOffice Calc template" +msgstr "Model OpenOffice Calc" + +#: ../freedesktop.org.xml.in.h:273 +msgid "OpenOffice Draw drawing" +msgstr "Vizatim OpenOffice Draw" + +#: ../freedesktop.org.xml.in.h:274 +msgid "OpenOffice Draw template" +msgstr "Model OpenOffice Draw" + +#: ../freedesktop.org.xml.in.h:275 +msgid "OpenOffice Impress presentation" +msgstr "Prezantim OpenOffice Impress" + +#: ../freedesktop.org.xml.in.h:276 +msgid "OpenOffice Impress template" +msgstr "Model OpenOffice Impress" + +#: ../freedesktop.org.xml.in.h:277 +msgid "OpenOffice Math formula" +msgstr "Formulë OpenOffice Math" + +#: ../freedesktop.org.xml.in.h:278 +msgid "OpenOffice Writer document" +msgstr "Dokument OpenOffice Writer" + +#: ../freedesktop.org.xml.in.h:279 +msgid "OpenOffice Writer global document" +msgstr "Dokument i përgjithshëm OpenOffice Writer" + +#: ../freedesktop.org.xml.in.h:280 +msgid "OpenOffice Writer template" +msgstr "Model OpenOffice Writer" + +#: ../freedesktop.org.xml.in.h:281 +msgid "OpenOffice.org extension" +msgstr "Shtojcë për OpenOffice.org" + +#: ../freedesktop.org.xml.in.h:282 +msgid "OpenType font" +msgstr "Gërma OpenType" + +#: ../freedesktop.org.xml.in.h:283 +msgid "PAK archive" +msgstr "Arkiv PAK" + +#: ../freedesktop.org.xml.in.h:284 +msgid "PBM image" +msgstr "Figurë PBM" + +#: ../freedesktop.org.xml.in.h:285 +msgid "PCD image" +msgstr "Figurë PCD" + +#: ../freedesktop.org.xml.in.h:286 +msgid "PCF font" +msgstr "Gërma PCF" + +#: ../freedesktop.org.xml.in.h:287 +msgid "PCL file" +msgstr "File PCL" + +#: ../freedesktop.org.xml.in.h:288 +msgid "PCM audio" +msgstr "Audio PCM" + +#: ../freedesktop.org.xml.in.h:289 +msgid "PCX image" +msgstr "Figurë PCX" + +#: ../freedesktop.org.xml.in.h:290 +msgid "PDF document" +msgstr "Dokument PDF" + +#: ../freedesktop.org.xml.in.h:291 +msgid "PDF document (bzip-compressed)" +msgstr "Dokument PDF (i kompresuar me bzip)" + +#: ../freedesktop.org.xml.in.h:292 +msgid "PDF document (gzip-compressed)" +msgstr "Dokument PDF (i kompresuar me gzip)" + +#: ../freedesktop.org.xml.in.h:293 +msgid "PEF executable" +msgstr "E ekzekutueshme PEF" + +#: ../freedesktop.org.xml.in.h:294 +msgid "PGM image" +msgstr "Figurë PGM" + +#: ../freedesktop.org.xml.in.h:295 +msgid "PGN chess game notation" +msgstr "Njoftim loje shahu PGN" + +#: ../freedesktop.org.xml.in.h:296 +msgid "PGP keys" +msgstr "Kyçe PGP" + +#: ../freedesktop.org.xml.in.h:297 +msgid "PGP/MIME-encrypted message header" +msgstr "Header mesazhi të kriptuar PGP/MIME" + +#: ../freedesktop.org.xml.in.h:298 +msgid "PHP script" +msgstr "Script PHP" + +#: ../freedesktop.org.xml.in.h:299 +msgid "PKCS#10 certification request" +msgstr "Kërkesë çertifikimi PKCS#10" + +#: ../freedesktop.org.xml.in.h:300 +msgid "PKCS#12 certificate bundle" +msgstr "Bundle çertifikate PKCS#12" + +#: ../freedesktop.org.xml.in.h:301 +msgid "PNG image" +msgstr "Figurë PNG" + +#: ../freedesktop.org.xml.in.h:302 +msgid "PNM image" +msgstr "Figurë PNM" + +#: ../freedesktop.org.xml.in.h:303 +msgid "PPM image" +msgstr "Figurë PPM" + +#: ../freedesktop.org.xml.in.h:304 +msgid "PS document" +msgstr "Dokument PS" + +#: ../freedesktop.org.xml.in.h:305 +msgid "PSD image" +msgstr "Figurë PSD" + +#: ../freedesktop.org.xml.in.h:306 +msgid "PSF audio" +msgstr "Audio PSF" + +#: ../freedesktop.org.xml.in.h:307 +msgid "PSFlib audio library" +msgstr "Librari audio PSFlib" + +#: ../freedesktop.org.xml.in.h:308 +msgid "Pack200 Java archive" +msgstr "Arkiv Java Pack200" + +#: ../freedesktop.org.xml.in.h:309 +msgid "Palm OS database" +msgstr "Bankë me të dhëna Palm OS" + +#: ../freedesktop.org.xml.in.h:310 +msgid "Panasonic raw image" +msgstr "Figurë raw Panasonic" + +#: ../freedesktop.org.xml.in.h:311 +msgid "Parchive archive" +msgstr "Arkiv Parchive" + +#: ../freedesktop.org.xml.in.h:312 +msgid "Pascal source code" +msgstr "Kod burues Pascal" + +#: ../freedesktop.org.xml.in.h:313 +msgid "Pathetic Writer document" +msgstr "Dokument Pathetic Writer" + +#: ../freedesktop.org.xml.in.h:314 +msgid "Pentax PEF raw image" +msgstr "Figurë raw Pentax PEF" + +#: ../freedesktop.org.xml.in.h:315 +msgid "Perl script" +msgstr "Script Perl" + +#. http://en.wikipedia.org/wiki/Picture_CD +#. http://www.re.org/kristin/picturecd.html +#: ../freedesktop.org.xml.in.h:318 +msgid "Picture CD" +msgstr "Picture CD" + +#: ../freedesktop.org.xml.in.h:319 +msgid "PlanPerfect spreadsheet" +msgstr "Fletë llogaritjesh PlanPerfect" + +#: ../freedesktop.org.xml.in.h:320 +msgid "Plucker document" +msgstr "Dokument Plucker" + +#: ../freedesktop.org.xml.in.h:321 +msgid "PostScript document (bzip-compressed)" +msgstr "Dokument PostScript (i kompresuar me bzip)" + +#: ../freedesktop.org.xml.in.h:322 +msgid "PostScript document (gzip-compressed)" +msgstr "Dokument PostScript (i kompresuar me gzip)" + +#: ../freedesktop.org.xml.in.h:323 +msgid "Postscript type-1 font" +msgstr "Lloj gërmash Postscript type-1" + +#: ../freedesktop.org.xml.in.h:324 +msgid "PowerPoint presentation" +msgstr "Prezantim PowerPoint" + +#: ../freedesktop.org.xml.in.h:325 +msgid "Python bytecode" +msgstr "Bytecode Python" + +#: ../freedesktop.org.xml.in.h:326 +msgid "Python script" +msgstr "Script Python" + +#: ../freedesktop.org.xml.in.h:327 +msgid "Qt Designer file" +msgstr "File Qt Designer" + +#: ../freedesktop.org.xml.in.h:328 +msgid "Qt MOC file" +msgstr "File Qt MOC" + +#: ../freedesktop.org.xml.in.h:329 +msgid "Quattro Pro spreadsheet" +msgstr "Fletë llogaritjesh Quattro Pro" + +#: ../freedesktop.org.xml.in.h:330 +msgid "QuickTime image" +msgstr "Figurë QuickTime" + +#: ../freedesktop.org.xml.in.h:331 +msgid "QuickTime metalink playlist" +msgstr "Listë titujsh metalink QuickTime" + +#: ../freedesktop.org.xml.in.h:332 +msgid "QuickTime video" +msgstr "Video QuickTime" + +#: ../freedesktop.org.xml.in.h:333 +msgid "Quicken document" +msgstr "Dokument Quicken" + +#: ../freedesktop.org.xml.in.h:334 +msgid "RAR archive" +msgstr "Arkiv RAR" + +#: ../freedesktop.org.xml.in.h:335 +msgid "RDF file" +msgstr "File RDF" + +#: ../freedesktop.org.xml.in.h:336 +msgid "README document" +msgstr "Dokument README" + +#: ../freedesktop.org.xml.in.h:337 +msgid "RGB image" +msgstr "Figurë RGB" + +#: ../freedesktop.org.xml.in.h:338 +msgid "RIFF audio" +msgstr "Audio RIFF" + +#: ../freedesktop.org.xml.in.h:339 +msgid "RPM package" +msgstr "Paketë RPM" + +#: ../freedesktop.org.xml.in.h:340 +msgid "RPM spec file" +msgstr "File specifikimi RPM" + +#: ../freedesktop.org.xml.in.h:341 +msgid "RSS summary" +msgstr "Përmbledhje RSS" + +#: ../freedesktop.org.xml.in.h:342 +msgid "RTF document" +msgstr "Dokument RTF" + +#: ../freedesktop.org.xml.in.h:343 +msgid "RealAudio document" +msgstr "Dokument RealAudio" + +#: ../freedesktop.org.xml.in.h:344 +msgid "RealMedia Metafile" +msgstr "Metafile RealMedia" + +#: ../freedesktop.org.xml.in.h:345 +msgid "RealMedia document" +msgstr "Dokument RealMedia" + +#: ../freedesktop.org.xml.in.h:346 +msgid "RealPix document" +msgstr "Dokument RealPix" + +#: ../freedesktop.org.xml.in.h:347 +msgid "RealText document" +msgstr "Dokument RealText" + +#: ../freedesktop.org.xml.in.h:348 +msgid "RealVideo document" +msgstr "Dokument RealVideo" + +#: ../freedesktop.org.xml.in.h:349 +msgid "Ruby script" +msgstr "Script Ruby" + +#: ../freedesktop.org.xml.in.h:350 +msgid "Run Length Encoded bitmap image" +msgstr "Figurë bitmap RLE (Run Length Encoded)" + +#: ../freedesktop.org.xml.in.h:351 +msgid "S/MIME file" +msgstr "File S/MIME" + +#: ../freedesktop.org.xml.in.h:352 +msgid "SAMI subtitles" +msgstr "Nëntituj SAMI" + +#: ../freedesktop.org.xml.in.h:353 +msgid "SC/Xspread spreadsheet" +msgstr "Fletë llogaritjesh SC/Xspread" + +#: ../freedesktop.org.xml.in.h:354 +msgid "SDP multicast stream file" +msgstr "File stream multicast SDP" + +#. translators: a record is in this context a description of a board game +#. that has been played, and that can be played back again: +#. http://www.red-bean.com/sgf/ +#: ../freedesktop.org.xml.in.h:358 +msgid "SGF record" +msgstr "Regjistrim SGF" + +#: ../freedesktop.org.xml.in.h:359 +msgid "SGI image" +msgstr "Figurë SGI" + +#: ../freedesktop.org.xml.in.h:360 +msgid "SGI video" +msgstr "Video SGI" + +#: ../freedesktop.org.xml.in.h:361 +msgid "SGML document" +msgstr "Dokument SGML" + +#: ../freedesktop.org.xml.in.h:362 +msgid "SIS package" +msgstr "Paketë SIS" + +#: ../freedesktop.org.xml.in.h:363 +msgid "SISX package" +msgstr "Paketë SISX" + +#: ../freedesktop.org.xml.in.h:364 +msgid "SMAF audio" +msgstr "Audio SMAF" + +#: ../freedesktop.org.xml.in.h:365 +msgid "SMIL document" +msgstr "Dokument SMIL" + +#: ../freedesktop.org.xml.in.h:366 +msgid "SQL code" +msgstr "Kod SQL" + +#: ../freedesktop.org.xml.in.h:367 +msgid "SQLite2 database" +msgstr "Bazë me të dhëna SQLite2" + +#: ../freedesktop.org.xml.in.h:368 +msgid "SQLite3 database" +msgstr "Bazë me të dhëna SQLite3" + +#: ../freedesktop.org.xml.in.h:369 +msgid "SSA subtitles" +msgstr "Nëntituj SSA" + +#: ../freedesktop.org.xml.in.h:370 +msgid "SV4 CPIO archive" +msgstr "Arkiv SV4 CPIO" + +#: ../freedesktop.org.xml.in.h:371 +msgid "SV4 CPIO archive (with CRC)" +msgstr "Arkiv SV4 CPIO (me CRC)" + +#: ../freedesktop.org.xml.in.h:372 +msgid "SVG image" +msgstr "Figurë SVG" + +#: ../freedesktop.org.xml.in.h:373 +msgid "Scheme source code" +msgstr "Kod burues Scheme" + +#: ../freedesktop.org.xml.in.h:374 +msgid "Scream Tracker 3 audio" +msgstr "Audio Scream Tracker 3" + +#: ../freedesktop.org.xml.in.h:375 +msgid "Scream Tracker audio" +msgstr "Audio Scream Tracker" + +#: ../freedesktop.org.xml.in.h:376 +msgid "Scream Tracker instrument" +msgstr "Instrument Scream Tracker" + +#: ../freedesktop.org.xml.in.h:377 +msgid "Sega Master System/Game Gear ROM" +msgstr "ROM Sega Master System/Game Gear" + +#: ../freedesktop.org.xml.in.h:378 +msgid "Setext document" +msgstr "Dokument Setext" + +#: ../freedesktop.org.xml.in.h:379 +msgid "Shockwave Flash file" +msgstr "File Flash Shockwave" + +#. translators: "Shorten" is the name of an audio codec +#: ../freedesktop.org.xml.in.h:381 +msgid "Shorten audio" +msgstr "Audio Shorten" + +#: ../freedesktop.org.xml.in.h:382 +msgid "Siag spreadsheet" +msgstr "Fletë llogaritjesh Siag" + +#: ../freedesktop.org.xml.in.h:383 +msgid "Sieve mail filter script" +msgstr "Script filtrim poste Sieve" + +#: ../freedesktop.org.xml.in.h:384 +msgid "Sigma X3F raw image" +msgstr "Fifurë raw Sigma X3F" + +#: ../freedesktop.org.xml.in.h:385 +msgid "Skencil document" +msgstr "Dokument Skencil" + +#: ../freedesktop.org.xml.in.h:386 +msgid "Sony ARW raw image" +msgstr "Figurë raw Sony ARW" + +#: ../freedesktop.org.xml.in.h:387 +msgid "Sony SR2 raw image" +msgstr "Figurë raw Sony SR2" + +#: ../freedesktop.org.xml.in.h:388 +msgid "Sony SRF raw image" +msgstr "Figurë raw Sony SRF" + +#: ../freedesktop.org.xml.in.h:389 +msgid "Speedo font" +msgstr "Gërma Speedo" + +#: ../freedesktop.org.xml.in.h:390 +msgid "Speex audio" +msgstr "Audio Speex" + +#: ../freedesktop.org.xml.in.h:391 +msgid "Stampede package" +msgstr "Paketë Stampede" + +#: ../freedesktop.org.xml.in.h:392 +msgid "StarCalc spreadsheet" +msgstr "Fletë llogaritjesh StarCalc" + +#: ../freedesktop.org.xml.in.h:393 +msgid "StarChart chart" +msgstr "Grafik StarChart" + +#: ../freedesktop.org.xml.in.h:394 +msgid "StarDraw drawing" +msgstr "Vizatim StarDraw" + +#: ../freedesktop.org.xml.in.h:395 +msgid "StarImpress presentation" +msgstr "Prezantim StarImpress" + +#: ../freedesktop.org.xml.in.h:396 +msgid "StarMail email" +msgstr "Mesazh StarMail" + +#: ../freedesktop.org.xml.in.h:397 +msgid "StarMath formula" +msgstr "Formulë StarMath" + +#: ../freedesktop.org.xml.in.h:398 +msgid "StarWriter document" +msgstr "Dokument StarWriter" + +#: ../freedesktop.org.xml.in.h:399 +msgid "StuffIt archive" +msgstr "Arkiv StuffIt" + +#: ../freedesktop.org.xml.in.h:400 +msgid "SubRip subtitles" +msgstr "Nëntituj SubRip" + +#: ../freedesktop.org.xml.in.h:401 +msgid "SubViewer subtitles" +msgstr "Nëntituj SubViewer" + +#: ../freedesktop.org.xml.in.h:402 +msgid "Sun raster image" +msgstr "Figurë raster Sun" + +#: ../freedesktop.org.xml.in.h:403 +msgid "SunOS News font" +msgstr "Gërma SunOS News" + +#. Translate this as Super Famicom (in Far East Asia) or Super Nintendo (in Europe) if the console was known as such in your locale +#: ../freedesktop.org.xml.in.h:405 +msgid "Super NES ROM" +msgstr "ROM Super NES" + +#. http://en.wikipedia.org/wiki/Super_Video_CD +#. http://everything2.com/index.pl?node_id=1009222 +#: ../freedesktop.org.xml.in.h:408 +msgid "Super Video CD" +msgstr "CD Super Video" + +#: ../freedesktop.org.xml.in.h:409 +msgid "T602 document" +msgstr "Dokument T602" + +#: ../freedesktop.org.xml.in.h:410 +msgid "TGA image" +msgstr "Figurë TGA" + +#: ../freedesktop.org.xml.in.h:411 +msgid "TGIF document" +msgstr "Dokument TGIF" + +#: ../freedesktop.org.xml.in.h:412 +msgid "TIFF image" +msgstr "Figurë TIFF" + +#: ../freedesktop.org.xml.in.h:413 +msgid "TNEF message" +msgstr "Mesazh TNEF" + +#: ../freedesktop.org.xml.in.h:414 +msgid "TSV document" +msgstr "Dokument TSV" + +#: ../freedesktop.org.xml.in.h:415 +msgid "Tar archive" +msgstr "Arkiv tar" + +#: ../freedesktop.org.xml.in.h:416 +msgid "Tar archive (LZMA-compressed)" +msgstr "Arkiv tar (i kompresuar me LZMA)" + +#: ../freedesktop.org.xml.in.h:417 +msgid "Tar archive (LZO-compressed)" +msgstr "Arkiv tar (i kompresuar me LZO)" + +#: ../freedesktop.org.xml.in.h:418 +msgid "Tar archive (bzip-compressed)" +msgstr "Arkiv tar (i kompresuar me bzip)" + +#: ../freedesktop.org.xml.in.h:419 +msgid "Tar archive (compressed)" +msgstr "Arkiv tar (i kompresuar)" + +#: ../freedesktop.org.xml.in.h:420 +msgid "Tar archive (gzip-compressed)" +msgstr "Arkiv tar (i kompresuar me gzip)" + +#: ../freedesktop.org.xml.in.h:421 +msgid "Tcl script" +msgstr "Script Tcl" + +#: ../freedesktop.org.xml.in.h:422 +msgid "TeX DVI document" +msgstr "Dokument TeX DVI" + +#: ../freedesktop.org.xml.in.h:423 +msgid "TeX DVI document (bzip-compressed)" +msgstr "Dokument Tex DVI (i kompresuar me bzip)" + +#: ../freedesktop.org.xml.in.h:424 +msgid "TeX DVI document (gzip-compressed)" +msgstr "Dokument TeX DVI (i kompresuar me gzip)" + +#: ../freedesktop.org.xml.in.h:425 +msgid "TeX document" +msgstr "Dokument TeX" + +#: ../freedesktop.org.xml.in.h:426 +msgid "TeX font" +msgstr "Gërma TeX" + +#: ../freedesktop.org.xml.in.h:427 +msgid "TeX font metrics" +msgstr "Gërma TeX metrics" + +#: ../freedesktop.org.xml.in.h:428 +msgid "TeXInfo document" +msgstr "Dokument TeXInfo" + +#: ../freedesktop.org.xml.in.h:429 +msgid "ToutDoux document" +msgstr "Dokument ToutDoux" + +#: ../freedesktop.org.xml.in.h:430 +msgid "Troff ME input document" +msgstr "Dokument i input Troff ME" + +#: ../freedesktop.org.xml.in.h:431 +msgid "Troff MM input document" +msgstr "Dokument i input Troff MM" + +#: ../freedesktop.org.xml.in.h:432 +msgid "Troff MS input document" +msgstr "Dokument i input Troff MS" + +#: ../freedesktop.org.xml.in.h:433 +msgid "Troff document" +msgstr "Dokument Troff" + +#: ../freedesktop.org.xml.in.h:434 +msgid "Troff document (with manpage macros)" +msgstr "Dokumet Troff (me makro për manpage)" + +#: ../freedesktop.org.xml.in.h:435 +msgid "TrueAudio audio" +msgstr "Audio TrueAudio" + +#: ../freedesktop.org.xml.in.h:436 +msgid "TrueType XML font" +msgstr "Lloj gërme TrueType XML" + +#: ../freedesktop.org.xml.in.h:437 +msgid "TrueType font" +msgstr "Lloj gërme TrueType" + +#: ../freedesktop.org.xml.in.h:438 +msgid "UFRaw ID image" +msgstr "Figurë UFRaw ID" + +#: ../freedesktop.org.xml.in.h:439 +msgid "ULAW (Sun) audio" +msgstr "Audio ULAW (Sun)" + +#: ../freedesktop.org.xml.in.h:440 +msgid "UNIX-compressed file" +msgstr "File i kompresuar UNIX" + +#: ../freedesktop.org.xml.in.h:441 +msgid "Unidata NetCDF document" +msgstr "Dokument Unidata NetCDF" + +#: ../freedesktop.org.xml.in.h:442 +msgid "Usenet news message" +msgstr "Mesazh lajmesh Usenet" + +#: ../freedesktop.org.xml.in.h:443 +msgid "Ustar archive" +msgstr "Arkiv Ustar" + +#: ../freedesktop.org.xml.in.h:444 +msgid "V font" +msgstr "Gërmë V" + +#: ../freedesktop.org.xml.in.h:445 +msgid "VCS/ICS calendar" +msgstr "Kalendar VCS/ICS" + +#: ../freedesktop.org.xml.in.h:446 +msgid "VHDL document" +msgstr "Dokument VHDL" + +#: ../freedesktop.org.xml.in.h:447 +msgid "VOC audio" +msgstr "Audio VOC" + +#: ../freedesktop.org.xml.in.h:448 +msgid "VRML document" +msgstr "Dokument VRML" + +#: ../freedesktop.org.xml.in.h:449 +msgid "Vala source code" +msgstr "Kod burues Vala" + +#. http://en.wikipedia.org/wiki/Video_CD +#. http://www.herongyang.com/CD-DVD/VCD-Movie-File-Directory-Structure.html +#: ../freedesktop.org.xml.in.h:452 +msgid "Video CD" +msgstr "CD Video" + +#: ../freedesktop.org.xml.in.h:453 +msgid "Vivo video" +msgstr "Video Vivo" + +#: ../freedesktop.org.xml.in.h:454 +msgid "WAIS source code" +msgstr "Kod burues WAIS" + +#: ../freedesktop.org.xml.in.h:455 +msgid "WAV audio" +msgstr "Audio WAV" + +#: ../freedesktop.org.xml.in.h:456 +msgid "WBMP image" +msgstr "Figurë WBMP" + +#: ../freedesktop.org.xml.in.h:457 +msgid "WMF image" +msgstr "Figurë WMF" + +#: ../freedesktop.org.xml.in.h:458 +msgid "WML document" +msgstr "Dokument WML" + +#: ../freedesktop.org.xml.in.h:459 +msgid "WMLScript program" +msgstr "Program WMLScript" + +#: ../freedesktop.org.xml.in.h:460 +msgid "WRI document" +msgstr "Dokument WRI" + +#: ../freedesktop.org.xml.in.h:461 +msgid "WavPack audio" +msgstr "Audio WavPack" + +#: ../freedesktop.org.xml.in.h:462 +msgid "WavPack audio correction file" +msgstr "File korrigjgimi audio WavPack" + +#: ../freedesktop.org.xml.in.h:463 +msgid "Wavelet video" +msgstr "Video Wavelet" + +#: ../freedesktop.org.xml.in.h:464 +msgid "Windows BMP image" +msgstr "Figurë Windows BMP" + +#: ../freedesktop.org.xml.in.h:465 +msgid "Windows Installer package" +msgstr "Paketë Windows Installer" + +#: ../freedesktop.org.xml.in.h:466 +msgid "Windows Media Station file" +msgstr "File Windows Media Station" + +#: ../freedesktop.org.xml.in.h:467 +msgid "Windows Media audio" +msgstr "Audio Windows Media" + +#: ../freedesktop.org.xml.in.h:468 +msgid "Windows Media video" +msgstr "Video Windows Media" + +#: ../freedesktop.org.xml.in.h:469 +msgid "Windows Registry extract" +msgstr "Pjesë Windows Registry" + +#: ../freedesktop.org.xml.in.h:470 +msgid "Windows animated cursor" +msgstr "Kursor i animuar Windows" + +#: ../freedesktop.org.xml.in.h:471 +msgid "Windows cursor" +msgstr "Kursor Windows" + +#: ../freedesktop.org.xml.in.h:472 +msgid "Word document" +msgstr "Dokument Word" + +#: ../freedesktop.org.xml.in.h:473 +msgid "Word template" +msgstr "Model Word" + +#: ../freedesktop.org.xml.in.h:474 +msgid "WordPerfect document" +msgstr "Dokument WordPerfect" + +#: ../freedesktop.org.xml.in.h:475 +msgid "WordPerfect/Drawperfect image" +msgstr "Figurë WordPerfect/Drawperfect" + +#: ../freedesktop.org.xml.in.h:476 +msgid "X window image" +msgstr "Figurë X window" + +#: ../freedesktop.org.xml.in.h:477 +msgid "X-Motif UIL table" +msgstr "Tabelë X-Motif UIL" + +#: ../freedesktop.org.xml.in.h:478 +msgid "X11 cursor" +msgstr "Kursor X11" + +#: ../freedesktop.org.xml.in.h:479 +msgid "XBEL bookmarks" +msgstr "Libërshënues XBEL" + +#: ../freedesktop.org.xml.in.h:480 +msgid "XBM image" +msgstr "Figurë XBM" + +#: ../freedesktop.org.xml.in.h:481 +msgid "XFig image" +msgstr "Figurë XFig" + +#: ../freedesktop.org.xml.in.h:482 +msgid "XHTML page" +msgstr "Faqe XHTML" + +#: ../freedesktop.org.xml.in.h:483 +msgid "XLIFF translation file" +msgstr "File përkthimesh XLIFF" + +#: ../freedesktop.org.xml.in.h:484 +msgid "XMCD CD database" +msgstr "Bazë me të dhëna XMCD CD" + +#: ../freedesktop.org.xml.in.h:485 +msgid "XMF audio" +msgstr "Audio XMF" + +#: ../freedesktop.org.xml.in.h:486 +msgid "XMI file" +msgstr "File XMI" + +#: ../freedesktop.org.xml.in.h:487 +msgid "XML document" +msgstr "Dokument XML" + +#: ../freedesktop.org.xml.in.h:488 +msgid "XML entities document" +msgstr "Dokument njësish XML" + +#: ../freedesktop.org.xml.in.h:489 +msgid "XPM image" +msgstr "Figurë XPM" + +#: ../freedesktop.org.xml.in.h:490 +msgid "XPS document" +msgstr "Dokument XPS" + +#: ../freedesktop.org.xml.in.h:491 +msgid "XSL FO file" +msgstr "File XSL FO" + +#: ../freedesktop.org.xml.in.h:492 +msgid "XSLT stylesheet" +msgstr "Fletë stili XSLT" + +#: ../freedesktop.org.xml.in.h:493 +msgid "XSPF playlist" +msgstr "Listë titujsh XSPF" + +#: ../freedesktop.org.xml.in.h:494 +msgid "XUL document" +msgstr "Dokument XUL" + +#: ../freedesktop.org.xml.in.h:495 +msgid "XUL interface document" +msgstr "Dokument interfaqe XUL" + +#: ../freedesktop.org.xml.in.h:496 +msgid "Xbase document" +msgstr "Dokument Xbase" + +#: ../freedesktop.org.xml.in.h:497 +msgid "Zip archive" +msgstr "Arkiv zip" + +#: ../freedesktop.org.xml.in.h:498 +msgid "Zoo archive" +msgstr "Arkiv zoo" + +#: ../freedesktop.org.xml.in.h:499 +msgid "application log" +msgstr "log i mesazheve të programit" + +#. http://en.wikipedia.org/wiki/Red_Book_(audio_CD_standard) +#: ../freedesktop.org.xml.in.h:501 +msgid "audio CD" +msgstr "CD audio" + +#. http://en.wikipedia.org/wiki/DVD-Audio +#: ../freedesktop.org.xml.in.h:503 +msgid "audio DVD" +msgstr "DVD audio" + +#: ../freedesktop.org.xml.in.h:504 +msgid "author credits" +msgstr "Kreditë e autorëve" + +#: ../freedesktop.org.xml.in.h:505 +msgid "author list" +msgstr "Lista e autorëve" + +#: ../freedesktop.org.xml.in.h:506 +msgid "backup file" +msgstr "File backup" + +#. http://en.wikipedia.org/wiki/Blu-ray_Disc +#: ../freedesktop.org.xml.in.h:508 +msgid "blank Blu-ray disc" +msgstr "Disk bosh Blu-ray" + +#. http://en.wikipedia.org/wiki/Compact_Disc +#: ../freedesktop.org.xml.in.h:510 +msgid "blank CD disc" +msgstr "Disk bosh CD" + +#. http://en.wikipedia.org/wiki/DVD +#: ../freedesktop.org.xml.in.h:512 +msgid "blank DVD disc" +msgstr "Disk bosh DVD" + +#. http://en.wikipedia.org/wiki/HD_DVD +#: ../freedesktop.org.xml.in.h:514 +msgid "blank HD DVD disc" +msgstr "Disk bosh DVD HD" + +#: ../freedesktop.org.xml.in.h:515 +msgid "block device" +msgstr "device me blloqe" + +#: ../freedesktop.org.xml.in.h:516 +msgid "character device" +msgstr "device me karaktere" + +#: ../freedesktop.org.xml.in.h:517 +msgid "comic book archive" +msgstr "Arkiv comic book" + +#: ../freedesktop.org.xml.in.h:518 +msgid "compound document" +msgstr "dokumet i përbërë" + +#: ../freedesktop.org.xml.in.h:519 +msgid "compound documents" +msgstr "dokumente të përbërë" + +#: ../freedesktop.org.xml.in.h:520 +msgid "compressed GIMP image" +msgstr "Figurë GIMP e kompresuar" + +#: ../freedesktop.org.xml.in.h:521 +msgid "compressed SVG image" +msgstr "Figurë SVG e kompresuar" + +#: ../freedesktop.org.xml.in.h:522 +msgid "compressed Tracker audio" +msgstr "Audio Tracker e kompresuar" + +#: ../freedesktop.org.xml.in.h:523 +msgid "desktop configuration file" +msgstr "File konfigurimi desktop" + +#: ../freedesktop.org.xml.in.h:524 +msgid "detached OpenPGP signature" +msgstr "Firmë e shkëputur OpenPGP" + +#: ../freedesktop.org.xml.in.h:525 +msgid "detached S/MIME signature" +msgstr "Firmë e shkëputur S/MIME" + +#: ../freedesktop.org.xml.in.h:526 +msgid "differences between files" +msgstr "Diferencë midis file" + +#. http://en.wikipedia.org/wiki/Design_rule_for_Camera_File_system +#: ../freedesktop.org.xml.in.h:528 +msgid "digital photos" +msgstr "Fotografi dixhitale" + +#: ../freedesktop.org.xml.in.h:529 +msgid "digital raw image" +msgstr "Figurë raw dixhitale" + +#: ../freedesktop.org.xml.in.h:530 +msgid "eMusic download package" +msgstr "Paketë shkarkimi eMusic" + +#: ../freedesktop.org.xml.in.h:531 +msgid "electronic book document" +msgstr "Dokument libri elektronik" + +#: ../freedesktop.org.xml.in.h:532 +msgid "electronic business card" +msgstr "Skedë elektronike biznesi" + +#: ../freedesktop.org.xml.in.h:533 +msgid "email headers" +msgstr "Header email" + +#: ../freedesktop.org.xml.in.h:534 +msgid "email message" +msgstr "Mesazh poste" + +#: ../freedesktop.org.xml.in.h:535 +msgid "empty document" +msgstr "Dokument bosh" + +#: ../freedesktop.org.xml.in.h:536 +msgid "encrypted message" +msgstr "Mesazh i kriptuar" + +#: ../freedesktop.org.xml.in.h:537 +msgid "enriched text document" +msgstr "Dokument teksti i pasuruar" + +#: ../freedesktop.org.xml.in.h:538 +msgid "executable" +msgstr "I ekzekutueshëm" + +#: ../freedesktop.org.xml.in.h:539 +msgid "folder" +msgstr "Kartelë" + +#: ../freedesktop.org.xml.in.h:540 +msgid "generic font file" +msgstr "File lloj gërme i përgjithshëm" + +#: ../freedesktop.org.xml.in.h:541 +msgid "help page" +msgstr "Faqe ndihme" + +#: ../freedesktop.org.xml.in.h:542 +msgid "iMelody ringtone" +msgstr "Zile iMelody" + +#: ../freedesktop.org.xml.in.h:543 +msgid "iPod firmware" +msgstr "Firmware iPod" + +#: ../freedesktop.org.xml.in.h:544 +msgid "iRiver Playlist" +msgstr "Listë titujsh iRiver" + +#: ../freedesktop.org.xml.in.h:545 +msgid "installation instructions" +msgstr "Udhëzime instalimi" + +#: ../freedesktop.org.xml.in.h:546 +msgid "iptables configuration file" +msgstr "File konfigurimi iptables" + +#: ../freedesktop.org.xml.in.h:547 +msgid "libtool shared library" +msgstr "Librari e përbashkët libtool" + +#: ../freedesktop.org.xml.in.h:548 +msgid "license terms" +msgstr "Kushte liçence" + +#: ../freedesktop.org.xml.in.h:549 +msgid "mail delivery report" +msgstr "Raport mbi dorëzimin e mesazhit" + +#: ../freedesktop.org.xml.in.h:550 +msgid "mail disposition report" +msgstr "Raport mbi njoftimin e mesazhit" + +#: ../freedesktop.org.xml.in.h:551 +msgid "mail system report" +msgstr "Raport i sistemit të postës" + +#: ../freedesktop.org.xml.in.h:552 +msgid "mailbox file" +msgstr "File mailbox" + +#: ../freedesktop.org.xml.in.h:553 +msgid "manual page (compressed)" +msgstr "Faqe manuali (e kompresuar)" + +#: ../freedesktop.org.xml.in.h:554 +msgid "message catalog" +msgstr "Katallog mesazhesh" + +#: ../freedesktop.org.xml.in.h:555 +msgid "message digest" +msgstr "Shpërndarje mesazhesh" + +#: ../freedesktop.org.xml.in.h:556 +msgid "message in several formats" +msgstr "Mesazh në formate të ndryshëm" + +#: ../freedesktop.org.xml.in.h:557 +msgid "mount point" +msgstr "Pikë montimi" + +#: ../freedesktop.org.xml.in.h:558 +msgid "object code" +msgstr "Kod objekti" + +#: ../freedesktop.org.xml.in.h:559 +msgid "packed font file" +msgstr "File lloj gërmash i kondensuar" + +#: ../freedesktop.org.xml.in.h:560 +msgid "partial email message" +msgstr "Mesazh poste i pjesëshëm" + +#: ../freedesktop.org.xml.in.h:561 +msgid "pipe" +msgstr "Pipe" + +#: ../freedesktop.org.xml.in.h:562 +msgid "plain text document" +msgstr "Dokument në tekst të thjeshtë" + +#. see fd.o hal spec +#: ../freedesktop.org.xml.in.h:564 +msgid "portable audio player" +msgstr "Lexues audio portativ" + +#: ../freedesktop.org.xml.in.h:565 +msgid "profiler results" +msgstr "Rezultate të profiluesit" + +#: ../freedesktop.org.xml.in.h:566 +msgid "program crash data" +msgstr "Të dhëna nga programi i bllokuar" + +#: ../freedesktop.org.xml.in.h:567 +msgid "raw CD image" +msgstr "Imazh raw CD" + +#: ../freedesktop.org.xml.in.h:568 +msgid "reference to remote file" +msgstr "Referim për tek file në distancë" + +#: ../freedesktop.org.xml.in.h:569 +msgid "rejected patch" +msgstr "Patch i kthyer mbrapsht" + +#: ../freedesktop.org.xml.in.h:570 +msgid "resource location" +msgstr "Pozicion rezerve" + +#: ../freedesktop.org.xml.in.h:571 +msgid "rich text document" +msgstr "Dokument rich text" + +#: ../freedesktop.org.xml.in.h:572 +msgid "shared library" +msgstr "Librari e përbashkët" + +#: ../freedesktop.org.xml.in.h:573 +msgid "shell archive" +msgstr "Arkiv shell" + +#: ../freedesktop.org.xml.in.h:574 +msgid "shell script" +msgstr "Script shell" + +#: ../freedesktop.org.xml.in.h:575 +msgid "signed message" +msgstr "Mesazh i firmosur" + +#: ../freedesktop.org.xml.in.h:576 +msgid "socket" +msgstr "Socket" + +#. http://standards.freedesktop.org/autostart-spec/autostart-spec-latest.html +#. http://bugzilla.gnome.org/show_bug.cgi?id=509823#c3 +#: ../freedesktop.org.xml.in.h:579 +msgid "software" +msgstr "Software" + +#: ../freedesktop.org.xml.in.h:580 +msgid "spreadsheet interchange document" +msgstr "Dokument shkëmbimi për fletë llogaritje" + +#: ../freedesktop.org.xml.in.h:581 +msgid "stream of data (server push)" +msgstr "Fluks me të dhëna (server push)" + +#: ../freedesktop.org.xml.in.h:582 +msgid "symbolic link" +msgstr "Lidhje simbolike" + +#: ../freedesktop.org.xml.in.h:583 +msgid "theme" +msgstr "Temë" + +#: ../freedesktop.org.xml.in.h:584 +msgid "translated messages (machine-readable)" +msgstr "Mesazhe të përkthyer (të lexueshëm nga makina)" + +#: ../freedesktop.org.xml.in.h:585 +msgid "translation file" +msgstr "File përkthimesh" + +#: ../freedesktop.org.xml.in.h:586 +msgid "translation template" +msgstr "Model përkthimesh" + +#: ../freedesktop.org.xml.in.h:587 +msgid "txt2tags document" +msgstr "Dokument txt2tags" + +#: ../freedesktop.org.xml.in.h:588 +msgid "unknown" +msgstr "Nuk njihet" + +#. http://en.wikipedia.org/wiki/DVD-Video +#: ../freedesktop.org.xml.in.h:590 +msgid "video DVD" +msgstr "DVD video" diff --git a/po/sr.po b/po/sr.po new file mode 100644 index 0000000..00b2c33 --- /dev/null +++ b/po/sr.po @@ -0,0 +1,2094 @@ +# Serbian translation of shared-mime-info +# Copyright (C) 2003 Free Software Foundation, Inc. +# Aleksandar Urosevic , 2003. +# Danilo Segan , 2003, 2004. +# Aleksandar Jelenak , 2005. +# +msgid "" +msgstr "" +"Project-Id-Version: shared-mime-info 0.16\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2005-03-22 14:40-0500\n" +"PO-Revision-Date: 2005-05-10 01:04-0400\n" +"Last-Translator: Danilo Segan \n" +"Language-Team: Serbian \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: ../freedesktop.org.xml.in.h:1 +msgid "3D Studio image" +msgstr "3D Studio слика" + +#: ../freedesktop.org.xml.in.h:2 +msgid "AIFC audio" +msgstr "AIFC звучни запис" + +#: ../freedesktop.org.xml.in.h:3 +msgid "AIFF audio" +msgstr "AIFF звучни запис" + +#: ../freedesktop.org.xml.in.h:4 +msgid "AIFF/Amiga/Mac audio" +msgstr "AIFF/Амига/Мекинтош звучни запис" + +#: ../freedesktop.org.xml.in.h:5 +msgid "ANIM animation" +msgstr "ANIM анимација" + +#: ../freedesktop.org.xml.in.h:6 +msgid "AR archive" +msgstr "АР архива" + +#: ../freedesktop.org.xml.in.h:7 +msgid "ARJ archive" +msgstr "ARJ архива" + +#: ../freedesktop.org.xml.in.h:8 +msgid "AVI video" +msgstr "AVI видео" + +#: ../freedesktop.org.xml.in.h:9 +msgid "AWK script" +msgstr "AWK скрипта" + +#: ../freedesktop.org.xml.in.h:10 +msgid "AbiWord document" +msgstr "Абиворд документ" + +#: ../freedesktop.org.xml.in.h:11 +msgid "Ada source code" +msgstr "Ада изворни ко̂д" + +#: ../freedesktop.org.xml.in.h:12 +msgid "Adobe FrameMaker font" +msgstr "Adobe FrameMaker фонт" + +#: ../freedesktop.org.xml.in.h:13 +msgid "Adobe Illustrator document" +msgstr "Адоуби Илустратор документ" + +#: ../freedesktop.org.xml.in.h:14 +msgid "Adobe font metrics" +msgstr "Adobe метрика фонта" + +#: ../freedesktop.org.xml.in.h:15 +msgid "Amiga SoundTracker audio" +msgstr "Амига soundtracker звук" + +#: ../freedesktop.org.xml.in.h:16 +msgid "Andrew Toolkit inset" +msgstr "Andrew додатаг групе алата" + +#: ../freedesktop.org.xml.in.h:17 +msgid "Applix Graphics image" +msgstr "Applix графички документ" + +#: ../freedesktop.org.xml.in.h:18 +msgid "Applix Spreadsheets spreadsheet" +msgstr "Applix табеларни документ" + +#: ../freedesktop.org.xml.in.h:19 +msgid "Applix Words document" +msgstr "Applix Words документ" + +#: ../freedesktop.org.xml.in.h:20 +msgid "AutoCAD image" +msgstr "AutoCAD слика" + +#: ../freedesktop.org.xml.in.h:21 +msgid "AutoDesk FLIC animation" +msgstr "Аутодеск FLIC анимација" + +#: ../freedesktop.org.xml.in.h:22 +msgid "BCPIO document" +msgstr "BCPIO документ" + +#: ../freedesktop.org.xml.in.h:23 +msgid "BDF font" +msgstr "BDF фонт" + +#: ../freedesktop.org.xml.in.h:24 +msgid "Bibtex bibliographic data" +msgstr "Библиографски подаци (бибтех)" + +# да ли „семе“, „просејање“ или шта? треба се упутити у то како ради БитТорент, ово можда представља и датотеку са свим адресама одакле се нешто може преузети +#: ../freedesktop.org.xml.in.h:25 +msgid "BitTorrent seed file" +msgstr "Датотека са БитТорентовим полазиштима" + +#: ../freedesktop.org.xml.in.h:26 +msgid "Blender scene" +msgstr "Блендер сцена" + +#: ../freedesktop.org.xml.in.h:27 +msgid "C shell script" +msgstr "C скрипта окружења" + +#: ../freedesktop.org.xml.in.h:28 +msgid "C source code" +msgstr "C изворни ко̂д" + +#: ../freedesktop.org.xml.in.h:29 +msgid "C source code header" +msgstr "C заглавља изворног ко̂да" + +#: ../freedesktop.org.xml.in.h:30 +msgid "C# source code" +msgstr "C# изворни ко̂д" + +#: ../freedesktop.org.xml.in.h:31 +msgid "C++ source code" +msgstr "C++ изворни ко̂д" + +#: ../freedesktop.org.xml.in.h:32 +msgid "C++ source code header" +msgstr "C++ заглавља изворног ко̂да" + +#: ../freedesktop.org.xml.in.h:33 +msgid "CCITT G3 fax" +msgstr "CCITT g3 факс" + +#: ../freedesktop.org.xml.in.h:34 +msgid "CGI script" +msgstr "CGI скрипта" + +#: ../freedesktop.org.xml.in.h:35 +msgid "CMU raster image" +msgstr "CMU растерска слика" + +#: ../freedesktop.org.xml.in.h:36 +msgid "CPIO archive" +msgstr "CPIO архива" + +#: ../freedesktop.org.xml.in.h:37 +msgid "CPIO archive (gzip-compressed)" +msgstr "CPIO архива (компресована gzip-ом)" + +#: ../freedesktop.org.xml.in.h:38 +msgid "Cascading Style Sheet" +msgstr "Каскадна стилска страна (CSS)" + +#: ../freedesktop.org.xml.in.h:39 +msgid "Commodore 64 audio" +msgstr "Комодор 64 звучни запис" + +#: ../freedesktop.org.xml.in.h:40 +msgid "Computer Graphics Metafile" +msgstr "Метадатотека са рачунарском графиком (CGM)" + +#: ../freedesktop.org.xml.in.h:41 +msgid "Corel Draw drawing" +msgstr "Corel Draw цртеж" + +#: ../freedesktop.org.xml.in.h:42 +msgid "D source code" +msgstr "D изворни ко̂д" + +#: ../freedesktop.org.xml.in.h:43 +msgid "DCL script" +msgstr "DCL скрипта" + +#: ../freedesktop.org.xml.in.h:44 +msgid "DER/PEM/Netscape-encoded X.509 certificate" +msgstr "DER, PEM или Нетскејп кодирани сертификат X.509" + +#: ../freedesktop.org.xml.in.h:45 +msgid "DOS font" +msgstr "DOS фонт" + +#: ../freedesktop.org.xml.in.h:46 +msgid "DOS/Windows executable" +msgstr "ДОС/Виндоуз извршна датотека" + +#: ../freedesktop.org.xml.in.h:47 +msgid "DSSSL document" +msgstr "DSSSL документ" + +#: ../freedesktop.org.xml.in.h:48 +msgid "DXF vector image" +msgstr "DXF векторска графика" + +#: ../freedesktop.org.xml.in.h:49 +msgid "Debian package" +msgstr "Debian пакет" + +#: ../freedesktop.org.xml.in.h:50 +msgid "Device Independant Bitmap" +msgstr "Битмапа независна од уређаја" + +#: ../freedesktop.org.xml.in.h:51 +msgid "Dia diagram" +msgstr "Диа дијаграм" + +#: ../freedesktop.org.xml.in.h:52 +msgid "Digital Imaging and Communications in Medicine image" +msgstr "Слика за дигиталну фотографију и комуникацију у медицини" + +#: ../freedesktop.org.xml.in.h:53 +msgid "Digital Moving Picture Exchange image" +msgstr "Дигитални облик за размену покретних слика" + +#: ../freedesktop.org.xml.in.h:54 +msgid "DjVu image" +msgstr "DjVu слика" + +#: ../freedesktop.org.xml.in.h:55 +msgid "Dolby Digital audio" +msgstr "Дигитални Dolby звучни запис" + +#: ../freedesktop.org.xml.in.h:56 +msgid "Dreamcast ROM" +msgstr "Dreamcast ROM" + +#: ../freedesktop.org.xml.in.h:57 +msgid "Egon Animator animation" +msgstr "Егон аниматор анимација" + +#: ../freedesktop.org.xml.in.h:58 +msgid "Electronic Business Card" +msgstr "електронска бизнис картица" + +#: ../freedesktop.org.xml.in.h:59 +msgid "Emacs Lisp source code" +msgstr "Емакс Лисп изворни ко̂д" + +#: ../freedesktop.org.xml.in.h:60 +msgid "Encapsulated PostScript image" +msgstr "Угњеждена ПостСкрипт слика (EPS)" + +#: ../freedesktop.org.xml.in.h:61 +msgid "Enlightenment theme" +msgstr "Enlightenment тема" + +#: ../freedesktop.org.xml.in.h:62 +msgid "FLAC audio" +msgstr "FLAC звучни запис" + +#: ../freedesktop.org.xml.in.h:63 +msgid "FastTracker II audio" +msgstr "FastTracker II аудио запис" + +#: ../freedesktop.org.xml.in.h:64 +msgid "FlashPix image" +msgstr "FlashPix слика" + +#: ../freedesktop.org.xml.in.h:65 +msgid "Flexible Image Transport System" +msgstr "Флексибилни транспортни систем слика" + +#: ../freedesktop.org.xml.in.h:66 +msgid "Fortran source code" +msgstr "Фортран изворни ко̂д" + +#: ../freedesktop.org.xml.in.h:67 +msgid "FrameMaker MIF document" +msgstr "FrameMaker MIF документ" + +#: ../freedesktop.org.xml.in.h:68 +msgid "G3 fax image" +msgstr "G3 факс слика" + +#: ../freedesktop.org.xml.in.h:69 +msgid "GIF image" +msgstr "GIF слика" + +#: ../freedesktop.org.xml.in.h:70 +msgid "GIMP image" +msgstr "Гимп слика" + +#: ../freedesktop.org.xml.in.h:71 +msgid "GIMP image (compressed)" +msgstr "Гимп слика (компресована)" + +#: ../freedesktop.org.xml.in.h:72 +msgid "GMC link" +msgstr "GMC веза" + +#: ../freedesktop.org.xml.in.h:73 +msgid "GNU Oleo spreadsheet" +msgstr "ГНУ Oleo табеларни прорачун" + +#: ../freedesktop.org.xml.in.h:74 +msgid "GNU mail message" +msgstr "ГНУ е-писмо" + +#: ../freedesktop.org.xml.in.h:75 +msgid "GTK configuration" +msgstr "Гтк подешавања" + +#: ../freedesktop.org.xml.in.h:76 +msgid "GTKtalog catalog" +msgstr "Гткталог каталог" + +#: ../freedesktop.org.xml.in.h:77 +msgid "Game Boy ROM" +msgstr "Гејмбој РОМ" + +#: ../freedesktop.org.xml.in.h:78 +msgid "Genesis ROM" +msgstr "Genesis РОМ" + +#: ../freedesktop.org.xml.in.h:79 +msgid "Glade project" +msgstr "Глејд пројекат" + +#: ../freedesktop.org.xml.in.h:80 +msgid "GnuCash spreadsheet" +msgstr "ГнуКеш табеларни прорачун" + +#: ../freedesktop.org.xml.in.h:81 +msgid "Gnumeric spreadsheet" +msgstr "Гнумерик табеларни рачун" + +#: ../freedesktop.org.xml.in.h:82 +msgid "Graphite scientific graph" +msgstr "Graphite научни графикони" + +#: ../freedesktop.org.xml.in.h:83 +msgid "HDF document" +msgstr "HDF документ" + +#: ../freedesktop.org.xml.in.h:84 +msgid "HP Graphics Language (plotter)" +msgstr "ХП графички језик (плотер, HPGL)" + +#: ../freedesktop.org.xml.in.h:85 +msgid "HP Printer Control Language file" +msgstr "Датотека на језику за управљање ХП штампачима (PCL)" + +#: ../freedesktop.org.xml.in.h:86 +msgid "HTML page" +msgstr "HTML страна" + +#: ../freedesktop.org.xml.in.h:87 +msgid "Haskell source code" +msgstr "Haskell изворни ко̂д" + +#: ../freedesktop.org.xml.in.h:88 +msgid "IDL document" +msgstr "IDL документ" + +#: ../freedesktop.org.xml.in.h:89 +msgid "IEF image" +msgstr "IEF слика" + +#: ../freedesktop.org.xml.in.h:90 +msgid "IFF image" +msgstr "IFF слика" + +#: ../freedesktop.org.xml.in.h:91 +msgid "ILBM image" +msgstr "ILBM слика" + +#: ../freedesktop.org.xml.in.h:92 +msgid "ISI video" +msgstr "ISI видео" + +#: ../freedesktop.org.xml.in.h:93 +msgid "Impulse Tracker audio" +msgstr "Impulse Tracker звучни запис" + +#: ../freedesktop.org.xml.in.h:94 +msgid "JBuilder project" +msgstr "JBuilder пројекат" + +#: ../freedesktop.org.xml.in.h:95 +msgid "JNG image" +msgstr "JNG слика" + +#: ../freedesktop.org.xml.in.h:96 +msgid "JPEG image" +msgstr "JPEG слика" + +#: ../freedesktop.org.xml.in.h:97 +msgid "JPEG-2000 image" +msgstr "JPEG-2000 слика" + +#: ../freedesktop.org.xml.in.h:98 +msgid "Java Network Launched Application" +msgstr "Мрежно покренута Јава апликација" + +#: ../freedesktop.org.xml.in.h:99 +msgid "Java archive" +msgstr "Јава архива" + +#: ../freedesktop.org.xml.in.h:100 +msgid "Java byte code" +msgstr "Јава бајтни ко̂д" + +#: ../freedesktop.org.xml.in.h:101 +msgid "Java class" +msgstr "Јава класа" + +#: ../freedesktop.org.xml.in.h:102 +msgid "Java source code" +msgstr "Јава изворни ко̂д" + +#: ../freedesktop.org.xml.in.h:103 +msgid "Javascript program" +msgstr "Јаваскрипт програм" + +#: ../freedesktop.org.xml.in.h:104 +msgid "KChart chart" +msgstr "KChart графикон" + +#: ../freedesktop.org.xml.in.h:105 +msgid "KFormula formula" +msgstr "KFormula формула" + +#: ../freedesktop.org.xml.in.h:106 +msgid "KIllustrator drawing" +msgstr "KIllustrator цртеж" + +#: ../freedesktop.org.xml.in.h:107 +msgid "KPovModeler scene" +msgstr "KPovModeler сцена" + +#: ../freedesktop.org.xml.in.h:108 +msgid "KPresenter presentation" +msgstr "KPresenter презентација" + +#: ../freedesktop.org.xml.in.h:109 +msgid "KSpread spreadsheet" +msgstr "KSpread табеларни прорачун" + +#: ../freedesktop.org.xml.in.h:110 +msgid "KSpread spreadsheet (encrypted)" +msgstr "KSpread табеларни прорачун (шифровани)" + +#: ../freedesktop.org.xml.in.h:111 +msgid "KWord document" +msgstr "KWord документ" + +#: ../freedesktop.org.xml.in.h:112 +msgid "KWord document (encrypted)" +msgstr "KWord документ (шифровани)" + +#: ../freedesktop.org.xml.in.h:113 +msgid "Karbon14 drawing" +msgstr "Karbon14 цртеж" + +#: ../freedesktop.org.xml.in.h:114 +msgid "Kivio flowchart" +msgstr "Kivio дијаграм" + +#: ../freedesktop.org.xml.in.h:115 +msgid "Kontour drawing" +msgstr "Kontour цртеж" + +#: ../freedesktop.org.xml.in.h:116 +msgid "Krita document" +msgstr "Krita документ" + +#: ../freedesktop.org.xml.in.h:117 +msgid "Kugar document" +msgstr "Kugar документ" + +#: ../freedesktop.org.xml.in.h:118 +msgid "LHA archive" +msgstr "LHA архива" + +#: ../freedesktop.org.xml.in.h:119 +msgid "LHZ archive" +msgstr "LHZ архива" + +#: ../freedesktop.org.xml.in.h:120 +msgid "LIBGRX font" +msgstr "LIBGRX фонт" + +#: ../freedesktop.org.xml.in.h:121 +msgid "LZO archive" +msgstr "LZO архива" + +#: ../freedesktop.org.xml.in.h:122 +msgid "LightWave object" +msgstr "LightWave објекат" + +#: ../freedesktop.org.xml.in.h:123 +msgid "LightWave scene" +msgstr "LightWave сцена" + +#: ../freedesktop.org.xml.in.h:124 +msgid "Linux PSF console font" +msgstr "Линукс PSF конзолни фонт" + +#: ../freedesktop.org.xml.in.h:125 +msgid "Literate haskell source code" +msgstr "Literate haskell изворни ко̂д" + +#: ../freedesktop.org.xml.in.h:126 +msgid "Lotus 1-2-3 spreadsheet" +msgstr "Lotus 1-2-3 табеларни прорачун" + +#: ../freedesktop.org.xml.in.h:127 +msgid "Lotus AmiPro document" +msgstr "Лотус АмиПро документ" + +#: ../freedesktop.org.xml.in.h:128 +msgid "LyX document" +msgstr "LyX документ" + +#: ../freedesktop.org.xml.in.h:129 +msgid "MIDI audio" +msgstr "MIDI звучни запис" + +#: ../freedesktop.org.xml.in.h:130 +msgid "MNG animation" +msgstr "MNG анимација" + +#: ../freedesktop.org.xml.in.h:131 +msgid "MP3 ShoutCast playlist" +msgstr "MP3 ShoutCast списак песама" + +#: ../freedesktop.org.xml.in.h:132 +msgid "MP3 audio" +msgstr "MP3 звучни запис" + +#: ../freedesktop.org.xml.in.h:133 +msgid "MP3 audio (streamed)" +msgstr "MP3 звучни запис (непрекидан)" + +#: ../freedesktop.org.xml.in.h:134 +msgid "MP3 playlist" +msgstr "MP3 списак песама" + +#: ../freedesktop.org.xml.in.h:135 +msgid "MP4 audio" +msgstr "MP4 звучни запис" + +#: ../freedesktop.org.xml.in.h:136 +msgid "MPEG video" +msgstr "MPEG видео" + +#: ../freedesktop.org.xml.in.h:137 +msgid "MSX ROM" +msgstr "MSX ром" + +#: ../freedesktop.org.xml.in.h:138 +msgid "Macintosh AppleDouble-encoded file" +msgstr "Мекинтош AppleDouble-encoded датотека" + +#: ../freedesktop.org.xml.in.h:139 +msgid "Macintosh BinHex-encoded file" +msgstr "Мекинтош BinHex-encoded датотека" + +#: ../freedesktop.org.xml.in.h:140 +msgid "Macintosh MacBinary file" +msgstr "Мекинтош MacBinary датотека" + +#: ../freedesktop.org.xml.in.h:141 +msgid "Macintosh Quickdraw/PICT drawing" +msgstr "Мекинтош Quickdraw/PICT цртеж" + +#: ../freedesktop.org.xml.in.h:142 +msgid "Macintosh StuffIt archive" +msgstr "Мекинтош StuffIt архива" + +#: ../freedesktop.org.xml.in.h:143 +msgid "MagicPoint presentation" +msgstr "MagicPoint презентација" + +#: ../freedesktop.org.xml.in.h:144 +msgid "Makefile" +msgstr "Производна датотека" + +#: ../freedesktop.org.xml.in.h:145 +msgid "MathML document" +msgstr "MathML документ" + +#: ../freedesktop.org.xml.in.h:146 +msgid "Matroska video" +msgstr "Матрошка видео" + +#: ../freedesktop.org.xml.in.h:147 +msgid "Microsoft ASF video" +msgstr "Микрософт ASF видео" + +#: ../freedesktop.org.xml.in.h:148 +msgid "Microsoft AVI video" +msgstr "Микрософт АВИ видео" + +#: ../freedesktop.org.xml.in.h:149 +msgid "Microsoft Excel spreadsheet" +msgstr "Микрософт Ексел табеларни прорачун" + +#: ../freedesktop.org.xml.in.h:150 +msgid "Microsoft Office drawing" +msgstr "Микрософт Офис цртеж" + +#: ../freedesktop.org.xml.in.h:151 +msgid "Microsoft PowerPoint presentation" +msgstr "Микрософт ПауерПоинт презентација" + +#: ../freedesktop.org.xml.in.h:152 +msgid "Microsoft WMF file" +msgstr "Микрософт WMF датотека" + +#: ../freedesktop.org.xml.in.h:153 +msgid "Microsoft WMV video" +msgstr "Микрософт WMV видео" + +#: ../freedesktop.org.xml.in.h:154 +msgid "Microsoft Windows icon" +msgstr "Микрософт Виндуз икона" + +#: ../freedesktop.org.xml.in.h:155 +msgid "Microsoft Word document" +msgstr "Микрософт Word документ" + +#: ../freedesktop.org.xml.in.h:156 +msgid "Microsoft Write document" +msgstr "Микрософт документ Писанке" + +#: ../freedesktop.org.xml.in.h:157 +msgid "Mozilla bookmarks" +msgstr "Mozilla обележивачи" + +#: ../freedesktop.org.xml.in.h:158 +msgid "NES ROM" +msgstr "NES ром" + +#: ../freedesktop.org.xml.in.h:159 +msgid "Nautilus link" +msgstr "Наутилус веза" + +#: ../freedesktop.org.xml.in.h:160 +msgid "Netscape bookmarks" +msgstr "Нетскејп обележивачи" + +#: ../freedesktop.org.xml.in.h:161 +msgid "Nintendo64 ROM" +msgstr "Нинтендо64 РОМ" + +#: ../freedesktop.org.xml.in.h:162 +msgid "Nullsoft video" +msgstr "Nullsoft видео" + +#: ../freedesktop.org.xml.in.h:163 +msgid "ODA document" +msgstr "ODA документ" + +#: ../freedesktop.org.xml.in.h:164 +msgid "OLE2 compound document storage" +msgstr "ОЛЕ2 сједињени документ" + +#: ../freedesktop.org.xml.in.h:165 +msgid "Objective-C source code" +msgstr "Објектни-C изворни ко̂д" + +#: ../freedesktop.org.xml.in.h:166 +msgid "Ogg Vorbis audio" +msgstr "Ог-ворбис звучни запис" + +#: ../freedesktop.org.xml.in.h:167 +msgid "OpenDocument Chart" +msgstr "OpenDocument графикон" + +#: ../freedesktop.org.xml.in.h:168 +msgid "OpenDocument Database" +msgstr "OpenDocument база података" + +#: ../freedesktop.org.xml.in.h:169 +msgid "OpenDocument Drawing" +msgstr "OpenDocument цртеж" + +#: ../freedesktop.org.xml.in.h:170 +msgid "OpenDocument Drawing Template" +msgstr "OpenDocument шаблон цртежа" + +#: ../freedesktop.org.xml.in.h:171 +msgid "OpenDocument Formula" +msgstr "OpenDocument формула" + +#: ../freedesktop.org.xml.in.h:172 +msgid "OpenDocument HTML Document Template" +msgstr "OpenDocument шаблон HTML документа" + +#: ../freedesktop.org.xml.in.h:173 +msgid "OpenDocument Image" +msgstr "OpenDocument снимак" + +#: ../freedesktop.org.xml.in.h:174 +msgid "OpenDocument Master Document" +msgstr "OpenDocument главни документ" + +#: ../freedesktop.org.xml.in.h:175 +msgid "OpenDocument Presentation" +msgstr "OpenDocument презентација" + +#: ../freedesktop.org.xml.in.h:176 +msgid "OpenDocument Presentation Template" +msgstr "OpenDocument " + +#: ../freedesktop.org.xml.in.h:177 +msgid "OpenDocument Spreadsheet" +msgstr "OpenDocument прорачунска табела" + +#: ../freedesktop.org.xml.in.h:178 +msgid "OpenDocument Spreadsheet Template" +msgstr "OpenDocument шаблон прорачунске табеле" + +#: ../freedesktop.org.xml.in.h:179 +msgid "OpenDocument Text" +msgstr "OpenDocument текст" + +#: ../freedesktop.org.xml.in.h:180 +msgid "OpenDocument Text Template" +msgstr "OpenDocument шаблон текста" + +#: ../freedesktop.org.xml.in.h:181 +msgid "OpenOffice.org Calc spreadsheet" +msgstr "OpenOffice.org табеларни рачун" + +#: ../freedesktop.org.xml.in.h:182 +msgid "OpenOffice.org Calc spreadsheet template" +msgstr "OpenOffice.org шаблон табеларног прорачуна" + +#: ../freedesktop.org.xml.in.h:183 +msgid "OpenOffice.org Draw drawing" +msgstr "OpenOffice.org цртеж" + +#: ../freedesktop.org.xml.in.h:184 +msgid "OpenOffice.org Draw drawing template" +msgstr "OpenOffice.org шаблон цртежа" + +#: ../freedesktop.org.xml.in.h:185 +msgid "OpenOffice.org Impress presentation" +msgstr "OpenOffice.org Impress презентација" + +#: ../freedesktop.org.xml.in.h:186 +msgid "OpenOffice.org Impress presentation template" +msgstr "OpenOffice.org Impress шаблон презентације" + +#: ../freedesktop.org.xml.in.h:187 +msgid "OpenOffice.org Math formula" +msgstr "OpenOffice.org Math документ" + +#: ../freedesktop.org.xml.in.h:188 +msgid "OpenOffice.org Writer document" +msgstr "OpenOffice.org Writer документ" + +#: ../freedesktop.org.xml.in.h:189 +msgid "OpenOffice.org Writer document template" +msgstr "OpenOffice.org шаблон Writer документа" + +#: ../freedesktop.org.xml.in.h:190 +msgid "OpenOffice.org Writer global document" +msgstr "OpenOffice.org Writer глобални документ" + +#: ../freedesktop.org.xml.in.h:191 +msgid "OpenType font" +msgstr "OpenType фонт" + +#: ../freedesktop.org.xml.in.h:192 +msgid "PCF font" +msgstr "PCF фонт" + +#: ../freedesktop.org.xml.in.h:193 +msgid "PCM audio" +msgstr "PCM звучни запис" + +#: ../freedesktop.org.xml.in.h:194 +msgid "PDF document" +msgstr "PDF документ" + +#: ../freedesktop.org.xml.in.h:195 +msgid "PEF executable" +msgstr "PEF извршна" + +#: ../freedesktop.org.xml.in.h:196 +msgid "PGN chess game" +msgstr "PGN шаховска игра" + +#: ../freedesktop.org.xml.in.h:197 +msgid "PGP keys" +msgstr "PGP кључ" + +#: ../freedesktop.org.xml.in.h:198 +msgid "PGP message" +msgstr "PGP порука" + +#: ../freedesktop.org.xml.in.h:199 +msgid "PGP/MIME-encrypted message header" +msgstr "ПГП/МИМЕ шифровано заглавље поруке" + +#: ../freedesktop.org.xml.in.h:200 +msgid "PHP script" +msgstr "PHP скрипта" + +#: ../freedesktop.org.xml.in.h:201 +msgid "PKCS#12 certificate bundle" +msgstr "PKCS#12 пакет сертификата" + +#: ../freedesktop.org.xml.in.h:202 +msgid "PNG image" +msgstr "PNG слика" + +#: ../freedesktop.org.xml.in.h:203 +msgid "PNM image" +msgstr "PNM слика" + +#: ../freedesktop.org.xml.in.h:204 +msgid "Palm OS database" +msgstr "Palm OS база података" + +#: ../freedesktop.org.xml.in.h:205 +msgid "Palmpilot database/document" +msgstr "Палмпилот база/документ" + +#: ../freedesktop.org.xml.in.h:206 +msgid "Pascal source code" +msgstr "Паскал изворни ко̂д" + +#: ../freedesktop.org.xml.in.h:207 +msgid "Pathetic Writer document" +msgstr "Документ Патетичног писца" + +#: ../freedesktop.org.xml.in.h:208 +msgid "Perl script" +msgstr "Перл скрипта" + +#: ../freedesktop.org.xml.in.h:209 +msgid "PhotoCD image" +msgstr "Фото Це-Де слика" + +#: ../freedesktop.org.xml.in.h:210 +msgid "Photoshop image" +msgstr "Фотошоп слика" + +#: ../freedesktop.org.xml.in.h:211 +msgid "Playlist" +msgstr "Списак песама" + +#: ../freedesktop.org.xml.in.h:212 +msgid "Portable Bitmap File Format" +msgstr "Портабилни запис битмапираних датотека" + +#: ../freedesktop.org.xml.in.h:213 +msgid "Portable Graymap File Format" +msgstr "Портабилни запис слика у сивим нијансама" + +#: ../freedesktop.org.xml.in.h:214 +msgid "Portable Pixmap File Format" +msgstr "Портабилни запис пиксмапа" + +#: ../freedesktop.org.xml.in.h:215 +msgid "PostScript document" +msgstr "ПостСкрипт документ" + +#: ../freedesktop.org.xml.in.h:216 +msgid "PostScript document (gzip-compressed)" +msgstr "Постскрипт документ (компресована gzip-ом)" + +#: ../freedesktop.org.xml.in.h:217 +msgid "Python bytecode" +msgstr "Питонов бајт ко̂д" + +#: ../freedesktop.org.xml.in.h:218 +msgid "Python script" +msgstr "Питон скрипта" + +#: ../freedesktop.org.xml.in.h:219 +msgid "Qt Designer file" +msgstr "Qt Designer датотека" + +#: ../freedesktop.org.xml.in.h:220 +msgid "Qt Meta Object file" +msgstr "Qt Meta Object датотека" + +#: ../freedesktop.org.xml.in.h:221 +msgid "Quattro Pro spreadsheet" +msgstr "Quattro Pro табеларни рачун" + +#: ../freedesktop.org.xml.in.h:222 +msgid "QuickTime video" +msgstr "QuickTime видео" + +#: ../freedesktop.org.xml.in.h:223 +msgid "Quicken document" +msgstr "Quicken документ" + +#: ../freedesktop.org.xml.in.h:224 +msgid "RAR archive" +msgstr "РАР архива" + +#: ../freedesktop.org.xml.in.h:225 +msgid "RDF Site Summary" +msgstr "RDF сажетак странице (RSS)" + +#: ../freedesktop.org.xml.in.h:226 +msgid "README document" +msgstr "ПРОЧИТАЈМЕ документ" + +#: ../freedesktop.org.xml.in.h:227 +msgid "RGB image" +msgstr "RGB слика" + +#: ../freedesktop.org.xml.in.h:228 +msgid "RIFF audio" +msgstr "RIFF звучни запис" + +#: ../freedesktop.org.xml.in.h:229 +msgid "RPM package" +msgstr "RPM пакет" + +#: ../freedesktop.org.xml.in.h:230 +msgid "RealAudio broadcast" +msgstr "RealAudio емитовање" + +#: ../freedesktop.org.xml.in.h:231 +msgid "RealAudio/Video document" +msgstr "RealAudio/Video документ" + +#: ../freedesktop.org.xml.in.h:232 +msgid "RealVideo video" +msgstr "RealVideo видео" + +#: ../freedesktop.org.xml.in.h:233 +msgid "Resource Description Framework (RDF) file" +msgstr "Resource Description Framework (RDF) датотека" + +#: ../freedesktop.org.xml.in.h:234 +msgid "Rich Text Format" +msgstr "Обогаћени текстуални запис (RTF)" + +#: ../freedesktop.org.xml.in.h:235 +msgid "Ruby script" +msgstr "Руби скрипта" + +#: ../freedesktop.org.xml.in.h:236 +msgid "Run Length Encoded bitmap" +msgstr "РЛЕ битмапа" + +#: ../freedesktop.org.xml.in.h:237 +msgid "S/MIME file" +msgstr "S/MIME датотека" + +#: ../freedesktop.org.xml.in.h:238 +msgid "SGI video" +msgstr "SGI видео" + +#: ../freedesktop.org.xml.in.h:239 +msgid "SGML document" +msgstr "SGML документ" + +#: ../freedesktop.org.xml.in.h:240 +msgid "SMS/Game Gear ROM" +msgstr "SMS/Game Gear РОМ" + +#: ../freedesktop.org.xml.in.h:241 +msgid "SQL code" +msgstr "SQL ко̂д" + +#: ../freedesktop.org.xml.in.h:242 +msgid "SUN Rasterfile image" +msgstr "SUN растерска датотека" + +#: ../freedesktop.org.xml.in.h:243 +msgid "SV4 CPIO archive" +msgstr "SV4 CPIO архива" + +#: ../freedesktop.org.xml.in.h:244 +msgid "SV4 CPIP archive (with CRC)" +msgstr "SV4 CPIP архива (са CRC-ом)" + +#: ../freedesktop.org.xml.in.h:245 +msgid "Scheme source code" +msgstr "Scheme изворни ко̂д" + +#: ../freedesktop.org.xml.in.h:246 +msgid "Scream Tracker 3 audio" +msgstr "Scream Tracker 3 звучни запис" + +#: ../freedesktop.org.xml.in.h:247 +msgid "Scream Tracker audio" +msgstr "Scream Tracker звучни запис" + +#: ../freedesktop.org.xml.in.h:248 +msgid "Scream Tracker instrument" +msgstr "Scream Tracker инструмент" + +#: ../freedesktop.org.xml.in.h:249 +msgid "Setext document" +msgstr "Setext документ" + +# ко још користи флеш, бљесак, блиц, и сличне глупости... +#: ../freedesktop.org.xml.in.h:250 +msgid "Shockwave Flash file" +msgstr "Шоквејв Флеш датотека" + +#: ../freedesktop.org.xml.in.h:251 +msgid "Siag spreadsheet" +msgstr "Siag табеларни прорачун" + +#: ../freedesktop.org.xml.in.h:252 +msgid "Silicon Graphics IRIS image" +msgstr "Silicon Graphics IRIS слика" + +#: ../freedesktop.org.xml.in.h:253 +msgid "Speech document" +msgstr "Speech документ" + +#: ../freedesktop.org.xml.in.h:254 +msgid "Speedo font" +msgstr "Speedo фонт" + +#: ../freedesktop.org.xml.in.h:255 +msgid "Spreadsheet interchange document" +msgstr "Документ за размену табеларних прорачуна" + +#: ../freedesktop.org.xml.in.h:256 +msgid "Stampede package" +msgstr "Stampede пакет" + +#: ../freedesktop.org.xml.in.h:257 +msgid "StarCalc spreadsheet" +msgstr "StarCalc табеларни прорачун" + +#: ../freedesktop.org.xml.in.h:258 +msgid "StarChart chart" +msgstr "StarChart графикон" + +#: ../freedesktop.org.xml.in.h:259 +msgid "StarDraw drawing" +msgstr "StarDraw drawing" + +#: ../freedesktop.org.xml.in.h:260 +msgid "StarImpress presentation" +msgstr "StarImpress презентација" + +#: ../freedesktop.org.xml.in.h:261 +msgid "StarMail email" +msgstr "StarMail пошта" + +#: ../freedesktop.org.xml.in.h:262 +msgid "StarMath formula" +msgstr "StarMath формула" + +#: ../freedesktop.org.xml.in.h:263 +msgid "StarWriter document" +msgstr "StarWriter документ" + +#: ../freedesktop.org.xml.in.h:264 +msgid "StuffIt archive" +msgstr "StuffIt архива" + +#: ../freedesktop.org.xml.in.h:265 +msgid "SunOS News font" +msgstr "SunOS News фонт" + +#: ../freedesktop.org.xml.in.h:266 +msgid "Synchronized Multimedia Integration Language" +msgstr "Синхронизовани језик за интеграцију мултимедије (SMIL)" + +#: ../freedesktop.org.xml.in.h:267 +msgid "TGIF document" +msgstr "TGIF документ" + +#: ../freedesktop.org.xml.in.h:268 +msgid "TIFF image" +msgstr "TIFF слика" + +#: ../freedesktop.org.xml.in.h:269 +msgid "TarGA image" +msgstr "TarGA слика" + +#: ../freedesktop.org.xml.in.h:270 +msgid "Tcl script" +msgstr "Tcl скрипта" + +#: ../freedesktop.org.xml.in.h:271 +msgid "TeX DVI document" +msgstr "ТеХ ДВИ документ" + +#: ../freedesktop.org.xml.in.h:272 +msgid "TeX document" +msgstr "ТеХ документ" + +#: ../freedesktop.org.xml.in.h:273 +msgid "TeX font" +msgstr "ТеХ фонт" + +#: ../freedesktop.org.xml.in.h:274 +msgid "TeX font metrics" +msgstr "ТеХ метрика фонта" + +#: ../freedesktop.org.xml.in.h:275 +msgid "TeXInfo document" +msgstr "ТеХинфо документ" + +#: ../freedesktop.org.xml.in.h:276 +msgid "ToutDoux document" +msgstr "ToutDoux документ" + +#: ../freedesktop.org.xml.in.h:277 +msgid "Troff ME input document" +msgstr "Troff ME улазни документ" + +#: ../freedesktop.org.xml.in.h:278 +msgid "Troff MM input document" +msgstr "Troff MM улазни документ" + +#: ../freedesktop.org.xml.in.h:279 +msgid "Troff MS input document" +msgstr "Troff MS улазни документ" + +#: ../freedesktop.org.xml.in.h:280 +msgid "Troff document" +msgstr "Troff документ" + +#: ../freedesktop.org.xml.in.h:281 +msgid "Troff document (with manpage macros)" +msgstr "Troff документ (са макроима за ман странице)" + +#: ../freedesktop.org.xml.in.h:282 +msgid "TrueType font" +msgstr "Трутајп фонт" + +#: ../freedesktop.org.xml.in.h:283 +msgid "Truevision Targa image" +msgstr "Truevision Targa слика" + +#: ../freedesktop.org.xml.in.h:284 +msgid "ULAW (Sun) audio" +msgstr "ULAW (Sun) звучни запис" + +#: ../freedesktop.org.xml.in.h:285 +msgid "UNIX-compressed file" +msgstr "UNIX-компресована датотека" + +#: ../freedesktop.org.xml.in.h:286 +msgid "Unidata NetCDF document" +msgstr "Unidata NetCDF документ" + +#: ../freedesktop.org.xml.in.h:287 +msgid "Usenet news message" +msgstr "Порука са дискусионе групе" + +#: ../freedesktop.org.xml.in.h:288 +msgid "V font" +msgstr "V фонт" + +#: ../freedesktop.org.xml.in.h:289 +msgid "VOC audio" +msgstr "VOC звучни запис" + +#: ../freedesktop.org.xml.in.h:290 +msgid "VRML document" +msgstr "VRML документ" + +#: ../freedesktop.org.xml.in.h:291 +msgid "Vivo video" +msgstr "Vivo видео" + +#: ../freedesktop.org.xml.in.h:292 +msgid "WAIS source code" +msgstr "WAIS изворни ко̂д" + +#: ../freedesktop.org.xml.in.h:293 +msgid "WAV audio" +msgstr "WAV звучни запис" + +#: ../freedesktop.org.xml.in.h:294 +msgid "WML document" +msgstr "WML документ" + +#: ../freedesktop.org.xml.in.h:295 +msgid "Wavelet video" +msgstr "Wavelet видео" + +#: ../freedesktop.org.xml.in.h:296 +msgid "Windows BMP image" +msgstr "Windows BMP слика" + +#: ../freedesktop.org.xml.in.h:297 +msgid "Windows cursor" +msgstr "Виндуз курзор" + +#: ../freedesktop.org.xml.in.h:298 +msgid "WordPerfect document" +msgstr "WordPerfect документ" + +#: ../freedesktop.org.xml.in.h:299 +msgid "WordPerfect/Drawperfect image" +msgstr "WordPerfect/Drawperfect слика" + +#: ../freedesktop.org.xml.in.h:300 +msgid "X BitMap image" +msgstr "X битмапирана слика" + +#: ../freedesktop.org.xml.in.h:301 +msgid "X PixMap image" +msgstr "X пискмапа" + +#: ../freedesktop.org.xml.in.h:302 +msgid "X window image" +msgstr "X прозор слика" + +#: ../freedesktop.org.xml.in.h:303 +msgid "X-Motif UIL table" +msgstr "X-Motif UIL табела" + +#: ../freedesktop.org.xml.in.h:304 +msgid "XBEL bookmarks" +msgstr "XBEL обележивачи" + +#: ../freedesktop.org.xml.in.h:305 +msgid "XFig image" +msgstr "XFig слика" + +#: ../freedesktop.org.xml.in.h:306 +msgid "XHTML page" +msgstr "XHTML страна" + +#: ../freedesktop.org.xml.in.h:307 +msgid "XML Metadata Interchange file" +msgstr "XML датотека за размену метаподатака" + +#: ../freedesktop.org.xml.in.h:308 +msgid "XML User Interface Language document" +msgstr "документ корисничке спреге проширивог језика за означавање (XML)" + +#: ../freedesktop.org.xml.in.h:309 +msgid "XSL Formating Object file" +msgstr "Датотека XSL објеката форматирања" + +#: ../freedesktop.org.xml.in.h:310 +msgid "XSLT stylesheet" +msgstr "Датотека са XSLT стилом" + +#: ../freedesktop.org.xml.in.h:311 +msgid "ZIP archive" +msgstr "Зип архива" + +#: ../freedesktop.org.xml.in.h:312 +msgid "active server page" +msgstr "Активна серверска страна" + +#: ../freedesktop.org.xml.in.h:313 +msgid "application log" +msgstr "дневник програма" + +#: ../freedesktop.org.xml.in.h:314 +msgid "author list" +msgstr "списак аутора" + +#: ../freedesktop.org.xml.in.h:315 +msgid "backup file" +msgstr "резервна копија" + +#: ../freedesktop.org.xml.in.h:316 +msgid "block device" +msgstr "блок уређај" + +#: ../freedesktop.org.xml.in.h:317 +msgid "bzip archive" +msgstr "бзип архива" + +#: ../freedesktop.org.xml.in.h:318 +msgid "character device" +msgstr "знаковни уређај" + +#: ../freedesktop.org.xml.in.h:319 +msgid "compound document" +msgstr "сједињени документ" + +#: ../freedesktop.org.xml.in.h:320 +msgid "compound documents" +msgstr "сједињени документи" + +#: ../freedesktop.org.xml.in.h:321 +msgid "dBASE document" +msgstr "dBASE документ" + +#: ../freedesktop.org.xml.in.h:322 +msgid "desktop configuration file" +msgstr "датотека за подешавања радне површи" + +#: ../freedesktop.org.xml.in.h:323 +msgid "detached OpenPGP signature" +msgstr "одвојени ОпенПГП потпис" + +#: ../freedesktop.org.xml.in.h:324 +msgid "detached S/MIME signature" +msgstr "одвојени S/MIME потпис" + +#: ../freedesktop.org.xml.in.h:325 +msgid "differences between files" +msgstr "разлике међу датотекама" + +#: ../freedesktop.org.xml.in.h:326 +msgid "document type definition" +msgstr "дефиниција типа датотеке" + +#: ../freedesktop.org.xml.in.h:327 +msgid "eXtensible Markup Language document" +msgstr "документ проширивог језика за означавање (XML)" + +#: ../freedesktop.org.xml.in.h:328 +msgid "email headers" +msgstr "заглавља е-порука" + +#: ../freedesktop.org.xml.in.h:329 +msgid "email message" +msgstr "е-порука" + +#: ../freedesktop.org.xml.in.h:330 +msgid "empty document" +msgstr "празан документ" + +#: ../freedesktop.org.xml.in.h:331 +msgid "encrypted message" +msgstr "шифрована порука" + +#: ../freedesktop.org.xml.in.h:332 +msgid "enriched text document" +msgstr "обогаћени текстуални документ" + +#: ../freedesktop.org.xml.in.h:333 +msgid "executable" +msgstr "извршна" + +#: ../freedesktop.org.xml.in.h:334 +msgid "folder" +msgstr "директоријум" + +#: ../freedesktop.org.xml.in.h:335 +msgid "font" +msgstr "фонт" + +#: ../freedesktop.org.xml.in.h:336 +msgid "generic font file" +msgstr "општа датотека фонта" + +#: ../freedesktop.org.xml.in.h:337 +msgid "gtar archive" +msgstr "гтар архива" + +#: ../freedesktop.org.xml.in.h:338 +msgid "gzip archive" +msgstr "гзип архива" + +#: ../freedesktop.org.xml.in.h:339 +msgid "help page" +msgstr "страна помоћи" + +#: ../freedesktop.org.xml.in.h:340 +msgid "iPod firmware" +msgstr "iPod програм" + +#: ../freedesktop.org.xml.in.h:341 +msgid "mail delivery report" +msgstr "извештај доставе поруке" + +#: ../freedesktop.org.xml.in.h:342 +msgid "mail disposition report" +msgstr "извештај слања поруке" + +#: ../freedesktop.org.xml.in.h:343 +msgid "mail system report" +msgstr "извештај поштанског система" + +#: ../freedesktop.org.xml.in.h:344 +msgid "manual page (compressed)" +msgstr "страна упутства (компресована)" + +#: ../freedesktop.org.xml.in.h:345 +msgid "message catalog" +msgstr "каталог порука" + +#: ../freedesktop.org.xml.in.h:346 +msgid "message digest" +msgstr "гомила порука" + +#: ../freedesktop.org.xml.in.h:347 +msgid "message in several formats" +msgstr "поруке у више записа" + +#: ../freedesktop.org.xml.in.h:348 +msgid "message translation template" +msgstr "шаблон за превод порука" + +#: ../freedesktop.org.xml.in.h:349 +msgid "mount point" +msgstr "тачка прикључења" + +#: ../freedesktop.org.xml.in.h:350 +msgid "object code" +msgstr "објектни ко̂д" + +#: ../freedesktop.org.xml.in.h:351 +msgid "packed font file" +msgstr "пакована датотека са фонтом" + +#: ../freedesktop.org.xml.in.h:352 +msgid "partial email message" +msgstr "делимична е-порука" + +#: ../freedesktop.org.xml.in.h:353 +msgid "pipe" +msgstr "цев" + +#: ../freedesktop.org.xml.in.h:354 +msgid "plain text document" +msgstr "обичан текстуални документ" + +#: ../freedesktop.org.xml.in.h:355 +msgid "profiler results" +msgstr "резултати профилатора" + +#: ../freedesktop.org.xml.in.h:356 +msgid "program crash data" +msgstr "подаци о кркљавини програма" + +#: ../freedesktop.org.xml.in.h:357 +msgid "raw CD image" +msgstr "сирови отисак ЦД-а" + +#: ../freedesktop.org.xml.in.h:358 +msgid "reference to remote file" +msgstr "референца на удаљену датотеку" + +#: ../freedesktop.org.xml.in.h:359 +msgid "rejected patch" +msgstr "одбијена закрпа" + +#. Note: text/uri-list is reserved by the XDND protocol! +#: ../freedesktop.org.xml.in.h:361 +msgid "resource location" +msgstr "путања ресурса" + +#: ../freedesktop.org.xml.in.h:362 +msgid "rich text document" +msgstr "обогаћени текстуални документ" + +#: ../freedesktop.org.xml.in.h:363 +msgid "scalable SVG image" +msgstr "скалабилна СВГ слика" + +#: ../freedesktop.org.xml.in.h:364 +msgid "shared library" +msgstr "дељена библиотека" + +#: ../freedesktop.org.xml.in.h:365 +msgid "shared library (la)" +msgstr "дељена библиотека (la)" + +#: ../freedesktop.org.xml.in.h:366 +msgid "shell archive" +msgstr "Архива љуске (SHAR)" + +#: ../freedesktop.org.xml.in.h:367 +msgid "shell script" +msgstr "скрипта љуске" + +#: ../freedesktop.org.xml.in.h:368 +msgid "signed message" +msgstr "потписана порука" + +#: ../freedesktop.org.xml.in.h:369 +msgid "socket" +msgstr "сокет" + +#: ../freedesktop.org.xml.in.h:370 +msgid "software author credits" +msgstr "заслуге аутора програма" + +#: ../freedesktop.org.xml.in.h:371 +msgid "software installation instructions" +msgstr "упутство за инсталацију програма" + +#: ../freedesktop.org.xml.in.h:372 +msgid "software license terms" +msgstr "лиценца за програм" + +#: ../freedesktop.org.xml.in.h:373 +msgid "stream of data (server push)" +msgstr "проток података (гурање са сервера)" + +#: ../freedesktop.org.xml.in.h:374 +msgid "symbolic link" +msgstr "симболичка веза" + +#: ../freedesktop.org.xml.in.h:375 +msgid "tar archive" +msgstr "тар архива" + +#: ../freedesktop.org.xml.in.h:376 +msgid "tar archive (LZO-compressed)" +msgstr "Tar архива (LZO-компресована)" + +#: ../freedesktop.org.xml.in.h:377 +msgid "tar archive (bzip-compressed)" +msgstr "тar архива (bzip-компресована)" + +#: ../freedesktop.org.xml.in.h:378 +msgid "tar archive (compressed)" +msgstr "тar архива (компресована)" + +#: ../freedesktop.org.xml.in.h:379 +msgid "tar archive (gzip-compressed)" +msgstr "тar архива (gzip-компресована)" + +#: ../freedesktop.org.xml.in.h:380 +msgid "text document (with comma-separated values)" +msgstr "текстуална датотека (са вредностима раздвојеним запетама)" + +#: ../freedesktop.org.xml.in.h:381 +msgid "text document (with tab-separated values)" +msgstr "текстуална датотека (са вредностима раздвојеним табулаторима)" + +#: ../freedesktop.org.xml.in.h:382 +msgid "theme" +msgstr "тема" + +#: ../freedesktop.org.xml.in.h:383 +msgid "translated messages" +msgstr "преведене поруке" + +#: ../freedesktop.org.xml.in.h:384 +msgid "translated messages (machine-readable)" +msgstr "преведене поруке (машинама читљиво)" + +#: ../freedesktop.org.xml.in.h:385 +msgid "unknown" +msgstr "непознато" + +#: ../freedesktop.org.xml.in.h:386 +msgid "ustar archive" +msgstr "ustar архива" + +#: ../freedesktop.org.xml.in.h:387 +msgid "vCalendar interchange file" +msgstr "Датотека за vCalendar размену" + +#: ../freedesktop.org.xml.in.h:388 +msgid "zoo archive" +msgstr "zoo архива" + +#~ msgid "Korn shell script" +#~ msgstr "Korn скрипта љуске" + +#~ msgid "directory information file" +#~ msgstr "датотека са подацима о директоријуму" + +#~ msgid "iCalendar file" +#~ msgstr "iCalendar датотека" + +#~ msgid "" +#~ "Copyright (C) 2003 Thomas Leonard.\n" +#~ "update-mime-database comes with ABSOLUTELY NO WARRANTY,\n" +#~ "to the extent permitted by law.\n" +#~ "You may redistribute copies of update-mime-database\n" +#~ "under the terms of the GNU General Public License.\n" +#~ "For more information about these matters, see the file named COPYING.\n" +#~ msgstr "" +#~ "Сва права задржана © 2003 Томас Леонард (Thomas Leonard).\n" +#~ "update-mime-database долази без икакве гаранције,\n" +#~ "колико је то допуштено законом.\n" +#~ "Можете расподељивати умношке update-mime-database\n" +#~ "под условима Гнуове Опште Јавне Лиценце (ГНУ ОЈЛ, GNU GPL).\n" +#~ "За више детаља о овим питањима, погледајте датотеку COPYING.\n" + +#~ msgid "Usage: %s [-hv] MIME-DIR\n" +#~ msgstr "Употреба: %s [-hv] МИМЕ-ДИР\n" + +#~ msgid "Invalid MIME-type '%s'" +#~ msgstr "Неисправна МИМЕ врста „%s“" + +#~ msgid "Missing 'namespaceURI' attribute'" +#~ msgstr "Недостаје атрибут „namespaceURI“" + +#~ msgid "Missing 'localName' attribute'" +#~ msgstr "Недостаје атрибут „localName“" + +#~ msgid "namespaceURI and localName attributes can't both be empty" +#~ msgstr "Не могу оба атрибута „namespaceURI“ и „localName“ бити празни" + +#~ msgid "namespaceURI and localName cannot contain spaces or newlines" +#~ msgstr "Не могу „namespaceURI“ и „localName“ садржати размаке или нове редове" + +#~ msgid "Missing 'pattern' attribute in element" +#~ msgstr "Недостаје атрибут „pattern“ у елементу " + +#~ msgid "Incorrect or missing 'type' attribute in <%s>" +#~ msgstr "Неисправан или недостаје атрибут „type“ у <%s>" + +#~ msgid "Unknown freedesktop.org field '%s'" +#~ msgstr "Непознато freedesktop.org поље „%s“" + +#~ msgid "Failed to parse '%s'\n" +#~ msgstr "Неуспешно рашчлањивање „%s“\n" + +# bug: accepted perhaps? +#~ msgid "Excepted , but got wrong name or namespace" +#~ msgstr "Изузет , али је примио погрешно име или простор имена" + +#~ msgid " element has no 'type' attribute" +#~ msgstr " елемент не садржи атрибут „type“" + +#~ msgid "Missing 'type' attribute in " +#~ msgstr "Недостаје атрибут „type“ у " + +#~ msgid "Element found with non-freedesktop.org namespace" +#~ msgstr "Нађен је елемент у не-freedesktop.org простору имена" + +#~ msgid "Expected element, but found <%s> instead" +#~ msgstr "Очекивах елемент, али уместо њега наиђох на <%s>" + +#~ msgid "Bad priority (%d) in element" +#~ msgstr "Лоше првенство (%d) у елементу " + +#~ msgid "Error in element: " +#~ msgstr "Грешка у елементу : " + +#~ msgid "" +#~ "\n" +#~ "Note that '%s' is not in the search path\n" +#~ "set by the XDG_DATA_HOME and XDG_DATA_DIRS\n" +#~ "environment variables, so applications may not\n" +#~ "be able to find it until you set them. The\n" +#~ "directories currently searched are:\n" +#~ "\n" +#~ msgstr "" +#~ "\n" +#~ "Приметите да „%s“ није у путањи постављеној\n" +#~ "помоћу променљивих окружења XDG_DATA_HOME и \n" +#~ "XDG_DATA_DIRS, па програми можда неће моћи \n" +#~ "да га нађу док их не поставите. Тренутно \n" +#~ "праћени директоријуми су:\n" +#~ "\n" + +#~ msgid "" +#~ "%s: I don't have write permission on %s.\n" +#~ "Try rerunning me as root.\n" +#~ msgstr "" +#~ "%s: нисам овлашћен да уписујем у %s.\n" +#~ "Покушајте да ме покренете као „root“.\n" + +#~ msgid "Directory '%s' does not exist!\n" +#~ msgstr "Директоријум „%s“ не постоји!\n" + +#~ msgid "Ada sources" +#~ msgstr "Ада код" + +#~ msgid "Ar Archives" +#~ msgstr "Ar архива" + +#~ msgid "Autodesk's FLIC files" +#~ msgstr "Аутодескове FLIC датотеке" + +#~ msgid "Bzip file" +#~ msgstr "Bzip датотека" + +#~ msgid "Bzipped Tar Archives" +#~ msgstr "Бзипована ТАР архива" + +#~ msgid "C headers" +#~ msgstr "C заглавља" + +#~ msgid "C sources" +#~ msgstr "C ко̂д" + +#~ msgid "C++ headers" +#~ msgstr "C++ заглавља" + +#~ msgid "C++ sources" +#~ msgstr "C++ ко̂д" + +#~ msgid "CGI program" +#~ msgstr "CGI програм" + +#~ msgid "Compound documents" +#~ msgstr "Сједињени документи" + +#~ msgid "Compressed Tar Archive" +#~ msgstr "Компресована Тар архива" + +#~ msgid "DOS/Windows program" +#~ msgstr "DOS/Windows програм" + +#~ msgid "Directory" +#~ msgstr "Директоријум" + +#~ msgid "Fonts" +#~ msgstr "Фонтови" + +#~ msgid "GIMP native image format" +#~ msgstr "Природни Гимпов запис слике" + +#~ msgid "GnuCash Workbook" +#~ msgstr "ГнуКеш радна свеска" + +#~ msgid "Gzip file" +#~ msgstr "Gzip датотека" + +#~ msgid "Gzipped PostScript File" +#~ msgstr "Гзипована ПостСкрипт датотека" + +#~ msgid "Gzipped Tar Archive" +#~ msgstr "Гзипована Тар архива" + +#~ msgid "Java sources" +#~ msgstr "Јава ко̂д" + +#~ msgid "KChart" +#~ msgstr "KChart" + +#~ msgid "KPresenter" +#~ msgstr "KPresenter" + +#~ msgid "KSpread" +#~ msgstr "KSpread" + +#~ msgid "KWord" +#~ msgstr "KWord" + +#~ msgid "KWord Encrypted" +#~ msgstr "Шифровани KWord" + +#~ msgid "Karbon14 Document" +#~ msgstr "Karbon14 документ" + +#~ msgid "Kivio" +#~ msgstr "Kivio" + +#~ msgid "Kontour" +#~ msgstr "Kontour" + +#~ msgid "Krita" +#~ msgstr "Крита" + +#~ msgid "Kugar Data File" +#~ msgstr "Кугар датотека са подацима" + +#~ msgid "Lha Archives" +#~ msgstr "Lha архиве" + +#~ msgid "Lzopped File" +#~ msgstr "Лзоповоана датотека" + +#~ msgid "Lzopped Tar Archive" +#~ msgstr "Лзоповоана Тар архива" + +#~ msgid "MNG image" +#~ msgstr "MNG слика" + +#~ msgid "MPEG layer 3 audio" +#~ msgstr "MPEG слој 3 звучни запис" + +#~ msgid "MS ASF video" +#~ msgstr "MS ASF видео" + +#~ msgid "MSX rom" +#~ msgstr "MSX ром" + +#~ msgid "NES rom" +#~ msgstr "NES ром" + +#~ msgid "OpenOffice.org Writer template" +#~ msgstr "OpenOffice.org Writer шаблон" + +#~ msgid "PEF program" +#~ msgstr "PEF програм" + +#~ msgid "PERL program" +#~ msgstr "Перл програм" + +#~ msgid "Pdf Document" +#~ msgstr "ПДФ документ" + +#~ msgid "Photoshop document" +#~ msgstr "Фотошоп документ" + +#~ msgid "Plain Text" +#~ msgstr "Обичан текст" + +#~ msgid "Python program" +#~ msgstr "Питон програм" + +#~ msgid "Rar archive" +#~ msgstr "РАР архива" + +#~ msgid "Ruby program" +#~ msgstr "Ruby програм" + +#~ msgid "SGML" +#~ msgstr "SGML" + +#~ msgid "Scalable Vector Graphics" +#~ msgstr "Скалабилна векторска графика" + +#~ msgid "Shared library" +#~ msgstr "Дељена библиотека" + +#~ msgid "Streaming MPEG layer 3 audio" +#~ msgstr "Проточни MPEG3 звучни запис" + +#~ msgid "TIFF Image" +#~ msgstr "TIFF слика" + +#~ msgid "Tar archive" +#~ msgstr "Тар архива" + +#~ msgid "Tcl file" +#~ msgstr "Tcl датотека" + +#~ msgid "TeX Device Independent file" +#~ msgstr "ТеХ датотека независна од уређаја (DVI)" + +#~ msgid "TeX file" +#~ msgstr "ТеХ датотека" + +#~ msgid "XFig File" +#~ msgstr "XFig датотека" + +#~ msgid "compressed GIMP document" +#~ msgstr "компресовани Гимп документ" + +#~ msgid "source code patch" +#~ msgstr "закрпа изворног ко̂да" + +#~ msgid "tab-separated text document" +#~ msgstr "текстуални документ раздвојен табулатором" + +#~ msgid "the location of some resource" +#~ msgstr "положај неког ресурса" + +#~ msgid "troff me input document" +#~ msgstr "troff me улазни документ" + +#~ msgid "troff mm input document" +#~ msgstr "troff mm улазни документ" + +#~ msgid "Address card" +#~ msgstr "Картица адресара" + +#~ msgid "Applixware presentation" +#~ msgstr "Applixware презентација" + +#~ msgid "Applixware spreadsheet" +#~ msgstr "Applixware таблични прорачун" + +#~ msgid "Assembly source code" +#~ msgstr "Асемблерски изворни ко̂д" + +#~ msgid "Audio" +#~ msgstr "Звучни запис" + +#~ msgid "Basic audio" +#~ msgstr "Основни звучни запис" + +#~ msgid "Bibliography record" +#~ msgstr "Библиографски запис" + +#~ msgid "CGM image" +#~ msgstr "CGM слика" + +#~ msgid "Calendar or event document" +#~ msgstr "Календар или документ догађаја" + +#~ msgid "Comma-separated text document" +#~ msgstr "Текстуална база записа подељених зарезом" + +#~ msgid "Compress-compressed file" +#~ msgstr "compress-компресовани документ" + +#~ msgid "Documents/Diagram" +#~ msgstr "Документ/Дијаграм" + +#~ msgid "Documents/Extended Markup Language (XML)" +#~ msgstr "Документ/Напредни језик обележавања (XML)" + +#~ msgid "Documents/Numeric" +#~ msgstr "Документ/Нумерички запис" + +#~ msgid "Documents/Project Management" +#~ msgstr "Документ/Пројектни менаџер" + +#~ msgid "Documents/Published Materials" +#~ msgstr "Документ/Публиковани материјал" + +#~ msgid "Documents/Text Markup" +#~ msgstr "Документ/Текст обележавања" + +#~ msgid "Documents/Word Processor" +#~ msgstr "Документ/Процесор текста" + +#~ msgid "Documents/World Wide Web" +#~ msgstr "Документ/Светска мрежа" + +#~ msgid "Email message/mailbox" +#~ msgstr "Електронска порука/сандуче" + +#~ msgid "Epiphany bookmarks file" +#~ msgstr "Epiphany датотека маркера" + +#~ msgid "FLC animation" +#~ msgstr "FLC анимација" + +#~ msgid "GNOME desktop theme" +#~ msgstr "ГНОМ тема окружења" + +#~ msgid "ISO image" +#~ msgstr "ISO слика" + +#~ msgid "Images" +#~ msgstr "Слике" + +#~ msgid "Information" +#~ msgstr "Информације" + +#~ msgid "Information/Calendar" +#~ msgstr "Информације/Календар" + +#~ msgid "Information/Financial" +#~ msgstr "Информације/Финансије" + +#~ msgid "Installed GNOME desktop theme" +#~ msgstr "Инсталирана тема ГНОМ окружења" + +#~ msgid "KDE application details" +#~ msgstr "Детаљи о КДЕ програму" + +#~ msgid "LHARC archive" +#~ msgstr "LHARC архива" + +#~ msgid "MS video" +#~ msgstr "MS видео" + +#~ msgid "Macromedia Flash file" +#~ msgstr "Macromedia Flash датотека" + +#~ msgid "Manual page" +#~ msgstr "Страна упутства" + +#~ msgid "Memory dump" +#~ msgstr "Mеморијски извештај" + +#~ msgid "Microsoft WMV playlist" +#~ msgstr "Микрософт WMV листа нумера" + +#~ msgid "Monkey audio" +#~ msgstr "Monkey звучни запис" + +#~ msgid "Multi-part message" +#~ msgstr "Вишеделна порука" + +#~ msgid "Named pipe" +#~ msgstr "Именована цев" + +#~ msgid "PBM image" +#~ msgstr "PBM слика" + +#~ msgid "PC Paintbrush image" +#~ msgstr "PC Paintbrush слика" + +#~ msgid "PGP-encrypted file" +#~ msgstr "PGP-енкриптована датотека" + +#~ msgid "PICT image" +#~ msgstr "PICT слика" + +#~ msgid "PPM image" +#~ msgstr "PPM слика" + +#~ msgid "Packages" +#~ msgstr "Пакет" + +#~ msgid "PostScript Type 1 font" +#~ msgstr "ПостСкрипт Тип 1 фонт" + +#~ msgid "Project Plan" +#~ msgstr "Пројектни план" + +#~ msgid "Python source code" +#~ msgstr "Питон изворни ко̂д" + +#~ msgid "Quicken for Windows document" +#~ msgstr "Quicken for Windows документ" + +#~ msgid "Raw Gray Sample" +#~ msgstr "Узорак необрађене сиве" + +#~ msgid "SHOUTcast playlist" +#~ msgstr "SHOUTcast листа нумера" + +#~ msgid "SMIL script" +#~ msgstr "SMIL скрипта" + +#~ msgid "SVG art" +#~ msgstr "SVG сртеж" + +#~ msgid "Samba share" +#~ msgstr "Samba дељени ресурс" + +#~ msgid "Search results" +#~ msgstr "Резултати претраге" + +#~ msgid "Security" +#~ msgstr "Заштита" + +#~ msgid "Shared Printer" +#~ msgstr "Дељени штампач" + +#~ msgid "Shell script" +#~ msgstr "Скрипта окружења" + +#~ msgid "Software Development" +#~ msgstr "Software Development" + +#~ msgid "Software Development/ROM Images" +#~ msgstr "Software Development/РОМ слика" + +#~ msgid "Software Development/Source Code" +#~ msgstr "Software Development/изворни ко̂д" + +#~ msgid "StarOffice extended metafile image" +#~ msgstr "StarOffice проширена метафајл слика" + +#~ msgid "Sun mu-law audio" +#~ msgstr "Sun mu-law звучни запис" + +#~ msgid "System" +#~ msgstr "Систем" + +#~ msgid "Tar archive (Bzip2-compressed)" +#~ msgstr "Tar архива (bzip2-компресована)" + +#~ msgid "TeX dvi document" +#~ msgstr "TeX dvi документ" + +#~ msgid "User Interface" +#~ msgstr "Корисничко сучеље" + +#~ msgid "User Interface/Fonts" +#~ msgstr "Корисничко сучеље/Фонт" + +#~ msgid "Video" +#~ msgstr "Видео" + +#~ msgid "Wave audio" +#~ msgstr "Wave звучни запис" + +#~ msgid "Web folder" +#~ msgstr "ВЕБ директоријум" + +#~ msgid "Windows bitmap image" +#~ msgstr "Windows битнапирана слика" + +#~ msgid "Xbase database" +#~ msgstr "Xbase база података" + +#~ msgid "Yacc grammar source code" +#~ msgstr "Изворни ко̂д Yacc граматике" + +#~ msgid "Z shell script" +#~ msgstr "Z скрипта окружења" + +#~ msgid "gettext translation" +#~ msgstr "gettext превод" + +#~ msgid "xfig vector graphic" +#~ msgstr "xfig векторска графика" diff --git a/po/sv.po b/po/sv.po new file mode 100644 index 0000000..24f5ee1 --- /dev/null +++ b/po/sv.po @@ -0,0 +1,2399 @@ +# Swedish messages for shared-mime-info. +# Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +# This file is distributed under the same license as the shared-mime-info package. +# Christian Rose , 2003, 2004, 2005. +# Daniel Nylander , 2006, 2007, 2008. +# +msgid "" +msgstr "" +"Project-Id-Version: shared-mime-info 0.51\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2008-07-23 12:49+0100\n" +"PO-Revision-Date: 2008-08-06 00:05+0100\n" +"Last-Translator: Daniel Nylander \n" +"Language-Team: Swedish \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: ../freedesktop.org.xml.in.h:1 +msgid "3D Studio image" +msgstr "3D Studio-bild" + +#: ../freedesktop.org.xml.in.h:2 +msgid "3GPP multimedia file" +msgstr "3GPP-multimediafil" + +#: ../freedesktop.org.xml.in.h:3 +msgid "7-zip archive" +msgstr "7-zip-arkiv" + +#: ../freedesktop.org.xml.in.h:4 +msgid "ACE archive" +msgstr "ACE-arkiv" + +#: ../freedesktop.org.xml.in.h:5 +msgid "AIFC audio" +msgstr "AIFC-ljud" + +#: ../freedesktop.org.xml.in.h:6 +msgid "AIFF audio" +msgstr "AIFF-ljud" + +#: ../freedesktop.org.xml.in.h:7 +msgid "AIFF/Amiga/Mac audio" +msgstr "AIFF/Amiga/Mac-ljud" + +#: ../freedesktop.org.xml.in.h:8 +msgid "AMR audio" +msgstr "AMR-ljud" + +#: ../freedesktop.org.xml.in.h:9 +msgid "AMR-WB audio" +msgstr "AMR-WB-ljud" + +#: ../freedesktop.org.xml.in.h:10 +msgid "ANIM animation" +msgstr "ANIM-animering" + +#: ../freedesktop.org.xml.in.h:11 +msgid "AR archive" +msgstr "AR-arkiv" + +#: ../freedesktop.org.xml.in.h:12 +msgid "ARC archive" +msgstr "ARC-arkiv" + +#: ../freedesktop.org.xml.in.h:13 +msgid "ARJ archive" +msgstr "ARJ-arkiv" + +#: ../freedesktop.org.xml.in.h:14 +msgid "ASF video" +msgstr "ASF-video" + +#: ../freedesktop.org.xml.in.h:15 +msgid "ASP page" +msgstr "ASP-sida" + +#: ../freedesktop.org.xml.in.h:16 +msgid "ATK inset" +msgstr "ATK-inlägg" + +#: ../freedesktop.org.xml.in.h:17 +msgid "AVI video" +msgstr "AVI-video" + +#: ../freedesktop.org.xml.in.h:18 +msgid "AWK script" +msgstr "AWK-skript" + +#: ../freedesktop.org.xml.in.h:19 +msgid "AbiWord document" +msgstr "AbiWord-dokument" + +#: ../freedesktop.org.xml.in.h:20 +msgid "Ada source code" +msgstr "Ada-källkod" + +#: ../freedesktop.org.xml.in.h:21 +msgid "Adobe DNG negative" +msgstr "Adobe DNG-negativ" + +#: ../freedesktop.org.xml.in.h:22 +msgid "Adobe FrameMaker MIF document" +msgstr "Adobe FrameMaker MIF-dokument" + +#: ../freedesktop.org.xml.in.h:23 +msgid "Adobe FrameMaker document" +msgstr "Adobe FrameMaker-dokument" + +#: ../freedesktop.org.xml.in.h:24 +msgid "Adobe FrameMaker font" +msgstr "Adobe FrameMaker-typsnitt" + +#: ../freedesktop.org.xml.in.h:25 +msgid "Adobe Illustrator document" +msgstr "Adobe Illustrator-dokument" + +#: ../freedesktop.org.xml.in.h:26 +msgid "Adobe font metrics" +msgstr "Adobe-typsnittsmetrik" + +#: ../freedesktop.org.xml.in.h:27 +msgid "Alzip archive" +msgstr "Alzip-arkiv" + +#: ../freedesktop.org.xml.in.h:28 +msgid "Amiga SoundTracker audio" +msgstr "Amiga SoundTracker-ljud" + +#: ../freedesktop.org.xml.in.h:29 +msgid "Applix Graphics image" +msgstr "Applix Graphics-bild" + +#: ../freedesktop.org.xml.in.h:30 +msgid "Applix Spreadsheets spreadsheet" +msgstr "Applix Spreadsheets-kalkylblad" + +#: ../freedesktop.org.xml.in.h:31 +msgid "Applix Words document" +msgstr "Applix Words-dokument" + +#: ../freedesktop.org.xml.in.h:32 +msgid "Atom syndication feed" +msgstr "Atom-syndikeringskanal" + +#: ../freedesktop.org.xml.in.h:33 +msgid "AutoCAD image" +msgstr "AutoCAD-bild" + +#: ../freedesktop.org.xml.in.h:34 +msgid "BCPIO document" +msgstr "BCPIO-dokument" + +#: ../freedesktop.org.xml.in.h:35 +msgid "BDF font" +msgstr "BDF-typsnitt" + +#: ../freedesktop.org.xml.in.h:36 +msgid "BibTeX document" +msgstr "BibTeX-dokument" + +#: ../freedesktop.org.xml.in.h:37 +msgid "BitTorrent seed file" +msgstr "BitTorrent-fröfil" + +#: ../freedesktop.org.xml.in.h:38 +msgid "Blender scene" +msgstr "Blender-scen" + +#. http://en.wikipedia.org/wiki/Blu-ray_Disc +#. http://www.blu-raydisc.com/Section-13470/Section-13890/Index.html +#: ../freedesktop.org.xml.in.h:41 +msgid "Blu-ray video disc" +msgstr "Blu-ray-videoskiva" + +#: ../freedesktop.org.xml.in.h:42 +msgid "Bzip archive" +msgstr "Bzip-arkiv" + +#: ../freedesktop.org.xml.in.h:43 +msgid "C header" +msgstr "C-huvud" + +#: ../freedesktop.org.xml.in.h:44 +msgid "C shell script" +msgstr "Skalskript (csh)" + +#: ../freedesktop.org.xml.in.h:45 +msgid "C source code" +msgstr "C-källkod" + +#: ../freedesktop.org.xml.in.h:46 +msgid "C# source code" +msgstr "C#-källkod" + +#: ../freedesktop.org.xml.in.h:47 +msgid "C++ header" +msgstr "C++-huvud" + +#: ../freedesktop.org.xml.in.h:48 +msgid "C++ source code" +msgstr "C++-källkod" + +#: ../freedesktop.org.xml.in.h:49 +msgid "CCITT G3 fax" +msgstr "CCITT G3-fax" + +#: ../freedesktop.org.xml.in.h:50 +msgid "CD Table Of Contents" +msgstr "Cd-innehållsförteckning" + +#: ../freedesktop.org.xml.in.h:51 +msgid "CD image cuesheet" +msgstr "Kömall för cd-avbild" + +#: ../freedesktop.org.xml.in.h:52 +msgid "CHM document" +msgstr "CHM-dokument" + +#: ../freedesktop.org.xml.in.h:53 +msgid "CMU raster image" +msgstr "CMU-rasterbild" + +#: ../freedesktop.org.xml.in.h:54 +msgid "CMake source code" +msgstr "CMake-källkod" + +#: ../freedesktop.org.xml.in.h:55 +msgid "CPIO archive" +msgstr "CPIO-arkiv" + +#: ../freedesktop.org.xml.in.h:56 +msgid "CPIO archive (gzip-compressed)" +msgstr "CPIO-arkiv (gzip-komprimerat)" + +#: ../freedesktop.org.xml.in.h:57 +msgid "CSS stylesheet" +msgstr "CSS-stilmall" + +#: ../freedesktop.org.xml.in.h:58 +msgid "CSV document" +msgstr "CSV-dokument" + +#: ../freedesktop.org.xml.in.h:59 +msgid "Canon CR2 raw image" +msgstr "Canon CR2-råbild" + +#: ../freedesktop.org.xml.in.h:60 +msgid "Canon CRW raw image" +msgstr "Canon CRW-råbild" + +#: ../freedesktop.org.xml.in.h:61 +msgid "ChangeLog document" +msgstr "Ändringsloggsdokument" + +#: ../freedesktop.org.xml.in.h:62 +msgid "Cisco VPN Settings" +msgstr "Cisco VPN-inställningar" + +#: ../freedesktop.org.xml.in.h:63 +msgid "Citrix ICA settings file" +msgstr "Citrix ICA-inställningsfil" + +#: ../freedesktop.org.xml.in.h:64 +msgid "Commodore 64 audio" +msgstr "Commodore 64-ljud" + +#: ../freedesktop.org.xml.in.h:65 +msgid "Computer Graphics Metafile" +msgstr "Computer Graphics Metafil" + +#: ../freedesktop.org.xml.in.h:66 +msgid "Corel Draw drawing" +msgstr "Corel Draw-teckning" + +#: ../freedesktop.org.xml.in.h:67 +msgid "D source code" +msgstr "D-källkod" + +#: ../freedesktop.org.xml.in.h:68 +msgid "DAR archive" +msgstr "DAR-arkiv" + +#: ../freedesktop.org.xml.in.h:69 +msgid "DCL script" +msgstr "DCL-skript" + +#: ../freedesktop.org.xml.in.h:70 +msgid "DER/PEM/Netscape-encoded X.509 certificate" +msgstr "DER/PEM/Netscape-kodat X.509-certifikat" + +#: ../freedesktop.org.xml.in.h:71 +msgid "DIB image" +msgstr "DIB-bild" + +#: ../freedesktop.org.xml.in.h:72 +msgid "DICOM image" +msgstr "DICOM-bild" + +#: ../freedesktop.org.xml.in.h:73 +msgid "DOS font" +msgstr "DOS-typsnitt" + +#: ../freedesktop.org.xml.in.h:74 +msgid "DOS/Windows executable" +msgstr "Körbar DOS/Windows-fil" + +#: ../freedesktop.org.xml.in.h:75 +msgid "DPX image" +msgstr "DPX-bild" + +#: ../freedesktop.org.xml.in.h:76 +msgid "DSSSL document" +msgstr "DSSSL-dokument" + +#: ../freedesktop.org.xml.in.h:77 +msgid "DTD file" +msgstr "DTD-fil" + +#: ../freedesktop.org.xml.in.h:78 +msgid "DV video" +msgstr "DV-video" + +#: ../freedesktop.org.xml.in.h:79 +msgid "DXF vector image" +msgstr "DXF-vektorbild" + +#: ../freedesktop.org.xml.in.h:80 +msgid "Debian package" +msgstr "Debianpaket" + +#: ../freedesktop.org.xml.in.h:81 +msgid "Dia diagram" +msgstr "Dia-diagram" + +#: ../freedesktop.org.xml.in.h:82 +msgid "DirectDraw surface" +msgstr "DirectDraw-yta" + +#: ../freedesktop.org.xml.in.h:83 +msgid "DjVu image" +msgstr "DjVu-bild" + +#: ../freedesktop.org.xml.in.h:84 +msgid "DocBook document" +msgstr "DocBook-dokument" + +#: ../freedesktop.org.xml.in.h:85 +msgid "Dolby Digital audio" +msgstr "Dolby Digital-ljud" + +#: ../freedesktop.org.xml.in.h:86 +msgid "Dreamcast ROM" +msgstr "Dreamcast-rom" + +#: ../freedesktop.org.xml.in.h:87 +msgid "ECMAScript program" +msgstr "ECMAScript-program" + +#: ../freedesktop.org.xml.in.h:88 +msgid "EMF image" +msgstr "EMF-bild" + +#: ../freedesktop.org.xml.in.h:89 +msgid "EPS image" +msgstr "EPS-bild" + +#: ../freedesktop.org.xml.in.h:90 +msgid "EPS image (bzip-compressed)" +msgstr "EPS-bild (bzip-komprimerad)" + +#: ../freedesktop.org.xml.in.h:91 +msgid "EPS image (gzip-compressed)" +msgstr "EPS-bild (gzip-komprimerad)" + +#: ../freedesktop.org.xml.in.h:92 +msgid "EXR image" +msgstr "EXR-bild" + +#: ../freedesktop.org.xml.in.h:93 +msgid "Egon Animator animation" +msgstr "Egon Animator-animering" + +#: ../freedesktop.org.xml.in.h:94 +msgid "Eiffel source code" +msgstr "Eiffel-källkod" + +#: ../freedesktop.org.xml.in.h:95 +msgid "Emacs Lisp source code" +msgstr "Emacs Lisp-källkod" + +#: ../freedesktop.org.xml.in.h:96 +msgid "Enlightenment theme" +msgstr "Enlightenment-tema" + +#: ../freedesktop.org.xml.in.h:97 +msgid "Erlang source code" +msgstr "Erlang-källkod" + +#: ../freedesktop.org.xml.in.h:98 +msgid "Excel spreadsheet" +msgstr "Excel-kalkylblad" + +#: ../freedesktop.org.xml.in.h:99 +msgid "FITS document" +msgstr "FITS-dokument" + +#: ../freedesktop.org.xml.in.h:100 +msgid "FLAC audio" +msgstr "FLAC-ljud" + +#: ../freedesktop.org.xml.in.h:101 +msgid "FLIC animation" +msgstr "FLIC-animering" + +#: ../freedesktop.org.xml.in.h:102 +msgid "FLTK Fluid file" +msgstr "FLTK Fluid-fil" + +#: ../freedesktop.org.xml.in.h:103 +msgid "FPX image" +msgstr "FPX-bild" + +#: ../freedesktop.org.xml.in.h:104 +msgid "FastTracker II audio" +msgstr "FastTracker II-ljud" + +#: ../freedesktop.org.xml.in.h:105 +msgid "Flash video" +msgstr "Flash-video" + +#: ../freedesktop.org.xml.in.h:106 +msgid "Fortran source code" +msgstr "Fortran-källkod" + +#: ../freedesktop.org.xml.in.h:107 +msgid "Fuji RAF raw image" +msgstr "Fuji RAF-råbild" + +#: ../freedesktop.org.xml.in.h:108 +msgid "G3 fax image" +msgstr "G3-faxbild" + +#: ../freedesktop.org.xml.in.h:109 +msgid "GDBM database" +msgstr "GDBM-databas" + +#: ../freedesktop.org.xml.in.h:110 +msgid "GEDCOM family history" +msgstr "GEDCOM-släktträd" + +#: ../freedesktop.org.xml.in.h:111 +msgid "GIF image" +msgstr "GIF-bild" + +#: ../freedesktop.org.xml.in.h:112 +msgid "GIMP image" +msgstr "GIMP-bild" + +#: ../freedesktop.org.xml.in.h:113 +msgid "GMC link" +msgstr "GMC-länk" + +#: ../freedesktop.org.xml.in.h:114 +msgid "GNU Oleo spreadsheet" +msgstr "GNU Oleo-kalkylblad" + +#: ../freedesktop.org.xml.in.h:115 +msgid "GNU mail message" +msgstr "GNU-epostmeddelande" + +#: ../freedesktop.org.xml.in.h:116 +msgid "GNUnet search file" +msgstr "GNUnet-sökfil" + +#: ../freedesktop.org.xml.in.h:117 +msgid "GTKtalog catalog" +msgstr "GTKtalog-katalog" + +#: ../freedesktop.org.xml.in.h:118 +msgid "Game Boy Advance ROM" +msgstr "Game Boy Advance-rom" + +#: ../freedesktop.org.xml.in.h:119 +msgid "Game Boy ROM" +msgstr "Game Boy-rom" + +#. Translate this to Megadrive if the console was known as such in your locale +#. Should be Megadrive in all but en_US: http://en.wikipedia.org/wiki/Megadrive#History +#: ../freedesktop.org.xml.in.h:122 +msgid "Genesis ROM" +msgstr "Genesis-rom" + +#: ../freedesktop.org.xml.in.h:123 +msgid "Glade project" +msgstr "Glade-projekt" + +#: ../freedesktop.org.xml.in.h:124 +msgid "GnuCash spreadsheet" +msgstr "GnuCash-kalkylblad" + +#: ../freedesktop.org.xml.in.h:125 +msgid "Gnumeric spreadsheet" +msgstr "Gnumeric-kalkylblad" + +#: ../freedesktop.org.xml.in.h:126 +msgid "Gnuplot document" +msgstr "Gnuplot-dokument" + +#: ../freedesktop.org.xml.in.h:127 +msgid "Google Video Pointer" +msgstr "Google Video-pekare" + +#: ../freedesktop.org.xml.in.h:128 +msgid "Graphite scientific graph" +msgstr "Vetenskaplig Graphite-grafer" + +#: ../freedesktop.org.xml.in.h:129 +msgid "Gzip archive" +msgstr "Gzip-arkiv" + +#. http://en.wikipedia.org/wiki/HD_DVD +#. http://www.dvdafteredit.com/wiki/The_HVDVD_TS_Folder +#: ../freedesktop.org.xml.in.h:132 +msgid "HD DVD video disc" +msgstr "HD DVD-videoskiva" + +#: ../freedesktop.org.xml.in.h:133 +msgid "HDF document" +msgstr "HDF-dokument" + +#: ../freedesktop.org.xml.in.h:134 +msgid "HPGL file" +msgstr "HPGL-fil" + +#: ../freedesktop.org.xml.in.h:135 +msgid "HTML document" +msgstr "HTML-dokument" + +#: ../freedesktop.org.xml.in.h:136 +msgid "Haansoft Hangul document" +msgstr "Haansoft Hangul-dokument" + +#: ../freedesktop.org.xml.in.h:137 +msgid "Haansoft Hangul document template" +msgstr "Haansoft Hangul-dokumentmall" + +#: ../freedesktop.org.xml.in.h:138 +msgid "Haskell source code" +msgstr "Haskell-källkod" + +#: ../freedesktop.org.xml.in.h:139 +msgid "ICO icon" +msgstr "ICO-ikon" + +#: ../freedesktop.org.xml.in.h:140 +msgid "IDL document" +msgstr "IDL-dokument" + +#: ../freedesktop.org.xml.in.h:141 +msgid "IEF image" +msgstr "IEF-bild" + +#: ../freedesktop.org.xml.in.h:142 +msgid "IFF image" +msgstr "IFF-bild" + +#: ../freedesktop.org.xml.in.h:143 +msgid "ILBM image" +msgstr "ILBM-bild" + +#: ../freedesktop.org.xml.in.h:144 +msgid "ISI video" +msgstr "ISI-video" + +#: ../freedesktop.org.xml.in.h:145 +msgid "Impulse Tracker audio" +msgstr "Impulse Tracker-ljud" + +#: ../freedesktop.org.xml.in.h:146 +msgid "Internet shortcut" +msgstr "Internetgenväg" + +#: ../freedesktop.org.xml.in.h:147 +msgid "JAD document" +msgstr "JAD-dokument" + +#: ../freedesktop.org.xml.in.h:148 +msgid "JBuilder project" +msgstr "JBuilder-projekt" + +#: ../freedesktop.org.xml.in.h:149 +msgid "JET database" +msgstr "JET-databas" + +#: ../freedesktop.org.xml.in.h:150 +msgid "JNG image" +msgstr "JNG-bild" + +#: ../freedesktop.org.xml.in.h:151 +msgid "JNLP file" +msgstr "JNLP-fil" + +#: ../freedesktop.org.xml.in.h:152 +msgid "JPEG image" +msgstr "JPEG-bild" + +#: ../freedesktop.org.xml.in.h:153 +msgid "JPEG-2000 image" +msgstr "JPEG-2000-bild" + +#: ../freedesktop.org.xml.in.h:154 +msgid "Java archive" +msgstr "Java-arkiv" + +#: ../freedesktop.org.xml.in.h:155 +msgid "Java byte code" +msgstr "Java-bytekod" + +#: ../freedesktop.org.xml.in.h:156 +msgid "Java class" +msgstr "Java-klass" + +#: ../freedesktop.org.xml.in.h:157 +msgid "Java source code" +msgstr "Java-källkod" + +#: ../freedesktop.org.xml.in.h:158 +msgid "JavaScript program" +msgstr "JavaScript-program" + +#: ../freedesktop.org.xml.in.h:159 +msgid "KChart chart" +msgstr "KChart-diagram" + +#: ../freedesktop.org.xml.in.h:160 +msgid "KFormula formula" +msgstr "KFormula-formel" + +#: ../freedesktop.org.xml.in.h:161 +msgid "KIllustrator drawing" +msgstr "KIllustrator-teckning" + +#: ../freedesktop.org.xml.in.h:162 +msgid "KPovModeler scene" +msgstr "KPovModeler-scen" + +#: ../freedesktop.org.xml.in.h:163 +msgid "KPresenter presentation" +msgstr "KPresenter-presentation" + +#: ../freedesktop.org.xml.in.h:164 +msgid "KSpread spreadsheet" +msgstr "KSpread-kalkylblad" + +#: ../freedesktop.org.xml.in.h:165 +msgid "KSpread spreadsheet (encrypted)" +msgstr "KSpread-kalkylblad (krypterat)" + +#: ../freedesktop.org.xml.in.h:166 +msgid "KSysV init package" +msgstr "KSysV init-paket" + +#: ../freedesktop.org.xml.in.h:167 +msgid "KWord document" +msgstr "KWord-dokument" + +#: ../freedesktop.org.xml.in.h:168 +msgid "KWord document (encrypted)" +msgstr "KWord-dokument (krypterat)" + +#: ../freedesktop.org.xml.in.h:169 +msgid "Karbon14 drawing" +msgstr "Karbon14-teckning" + +#: ../freedesktop.org.xml.in.h:170 +msgid "Kivio flowchart" +msgstr "Kivio-flödesschema" + +#: ../freedesktop.org.xml.in.h:171 +msgid "Kodak DCR raw image" +msgstr "Kodak DCR-råbild" + +#: ../freedesktop.org.xml.in.h:172 +msgid "Kodak K25 raw image" +msgstr "Kodak K25-råbild" + +#: ../freedesktop.org.xml.in.h:173 +msgid "Kodak KDC raw image" +msgstr "Kodak KDC-råbild" + +#: ../freedesktop.org.xml.in.h:174 +msgid "Kontour drawing" +msgstr "Kontour-teckning" + +#: ../freedesktop.org.xml.in.h:175 +msgid "Krita document" +msgstr "Krita-dokument" + +#: ../freedesktop.org.xml.in.h:176 +msgid "Kugar document" +msgstr "Kugar-dokument" + +#: ../freedesktop.org.xml.in.h:177 +msgid "LDIF address book" +msgstr "LDIF-adressbok" + +#: ../freedesktop.org.xml.in.h:178 +msgid "LHA archive" +msgstr "LHA-arkiv" + +#: ../freedesktop.org.xml.in.h:179 +msgid "LHS source code" +msgstr "LHS-källkod" + +#: ../freedesktop.org.xml.in.h:180 +msgid "LHZ archive" +msgstr "LHZ-arkiv" + +#: ../freedesktop.org.xml.in.h:181 +msgid "LIBGRX font" +msgstr "LIBGRX-typsnitt" + +#: ../freedesktop.org.xml.in.h:182 +msgid "LZMA archive" +msgstr "LZMA-arkiv" + +#: ../freedesktop.org.xml.in.h:183 +msgid "LZO archive" +msgstr "LZO-arkiv" + +#: ../freedesktop.org.xml.in.h:184 +msgid "LightWave object" +msgstr "LightWave-objekt" + +#: ../freedesktop.org.xml.in.h:185 +msgid "LightWave scene" +msgstr "LightWave-scen" + +#: ../freedesktop.org.xml.in.h:186 +msgid "Lilypond music sheet" +msgstr "Lilypond-notblad" + +#: ../freedesktop.org.xml.in.h:187 +msgid "Linux PSF console font" +msgstr "Linux PSF-konsolltypsnitt" + +#: ../freedesktop.org.xml.in.h:188 +msgid "Linux PSF console font (gzip-compressed)" +msgstr "Linux PSF-konsolltypsnitt (gzip-komprimerat)" + +#: ../freedesktop.org.xml.in.h:189 +msgid "Lotus 1-2-3 spreadsheet" +msgstr "Lotus 1-2-3-kalkylblad" + +#: ../freedesktop.org.xml.in.h:190 +msgid "Lotus AmiPro document" +msgstr "Lotus AmiPro-dokument" + +#: ../freedesktop.org.xml.in.h:191 +msgid "Lua script" +msgstr "Lua-skript" + +#: ../freedesktop.org.xml.in.h:192 +msgid "LyX document" +msgstr "LyX-dokument" + +#: ../freedesktop.org.xml.in.h:193 +msgid "M4 macro" +msgstr "M4-makro" + +#: ../freedesktop.org.xml.in.h:194 +msgid "MATLAB script/function" +msgstr "MATLAB-skript/funktion" + +#: ../freedesktop.org.xml.in.h:195 +msgid "MIDI audio" +msgstr "MIDI-ljud" + +#: ../freedesktop.org.xml.in.h:196 +msgid "MNG animation" +msgstr "MNG-animering" + +#: ../freedesktop.org.xml.in.h:197 +msgid "MP2 audio" +msgstr "MP2-ljud" + +#: ../freedesktop.org.xml.in.h:198 +msgid "MP3 ShoutCast playlist" +msgstr "MP3 ShoutCast-spellista" + +#: ../freedesktop.org.xml.in.h:199 +msgid "MP3 audio" +msgstr "MP3-ljud" + +# "flödande" hade låtit dumt. +#: ../freedesktop.org.xml.in.h:200 +msgid "MP3 audio (streamed)" +msgstr "MP3-ljud (flöde)" + +#: ../freedesktop.org.xml.in.h:201 +msgid "MPEG video" +msgstr "MPEG-video" + +#: ../freedesktop.org.xml.in.h:202 +msgid "MPEG-4 audio" +msgstr "MPEG-4-ljud" + +#: ../freedesktop.org.xml.in.h:203 +msgid "MPEG-4 audio book" +msgstr "MPEG-4-ljudbok" + +#: ../freedesktop.org.xml.in.h:204 +msgid "MPEG-4 video" +msgstr "MPEG-4-video" + +#: ../freedesktop.org.xml.in.h:205 +msgid "MPSub subtitles" +msgstr "MPSub-undertexter" + +#: ../freedesktop.org.xml.in.h:206 +msgid "MRML playlist" +msgstr "MRML-spellista" + +#: ../freedesktop.org.xml.in.h:207 +msgid "MSX ROM" +msgstr "MSX-rom" + +#: ../freedesktop.org.xml.in.h:208 +msgid "MacOS X icon" +msgstr "MacOS X-ikon" + +#: ../freedesktop.org.xml.in.h:209 +msgid "MacPaint Bitmap image" +msgstr "MacPaint Bitmap-bild" + +#: ../freedesktop.org.xml.in.h:210 +msgid "Macintosh AppleDouble-encoded file" +msgstr "Macintosh AppleDouble-kodad fil" + +#: ../freedesktop.org.xml.in.h:211 +msgid "Macintosh BinHex-encoded file" +msgstr "Macintosh BinHex-kodad fil" + +#: ../freedesktop.org.xml.in.h:212 +msgid "Macintosh MacBinary file" +msgstr "Macintosh MacBinary-fil" + +#: ../freedesktop.org.xml.in.h:213 +msgid "Macintosh Quickdraw/PICT drawing" +msgstr "Macintosh Quickdraw/PICT-teckning" + +#: ../freedesktop.org.xml.in.h:214 +msgid "MagicPoint presentation" +msgstr "MagicPoint-presentation" + +#: ../freedesktop.org.xml.in.h:215 +msgid "Makefile" +msgstr "Makefil" + +#: ../freedesktop.org.xml.in.h:216 +msgid "Managed Object Format" +msgstr "Managed Object Format" + +#: ../freedesktop.org.xml.in.h:217 +msgid "Markaby script" +msgstr "Markaby-skript" + +#: ../freedesktop.org.xml.in.h:218 +msgid "MathML document" +msgstr "MathML-dokument" + +#: ../freedesktop.org.xml.in.h:219 +msgid "Mathematica Notebook" +msgstr "Mathematica Notebook-dokument" + +#: ../freedesktop.org.xml.in.h:220 +msgid "Matroska audio" +msgstr "Matroska-ljud" + +#: ../freedesktop.org.xml.in.h:221 +msgid "Matroska stream" +msgstr "Matroska-ström" + +#: ../freedesktop.org.xml.in.h:222 +msgid "Matroska video" +msgstr "Matroska-video" + +#: ../freedesktop.org.xml.in.h:223 +msgid "MicroDVD subtitles" +msgstr "MicroDVD-undertexter" + +#: ../freedesktop.org.xml.in.h:224 +msgid "Microsoft ASX playlist" +msgstr "Microsoft ASX-spellista" + +#: ../freedesktop.org.xml.in.h:225 +msgid "Microsoft Works document" +msgstr "Microsoft Works-dokument" + +#: ../freedesktop.org.xml.in.h:226 +msgid "MiniPSF audio" +msgstr "MiniPSF-ljud" + +#: ../freedesktop.org.xml.in.h:227 +msgid "Minolta MRW raw image" +msgstr "Minolta MRW-råbild" + +#: ../freedesktop.org.xml.in.h:228 +msgid "Monkey's audio" +msgstr "Monkey's audio" + +#: ../freedesktop.org.xml.in.h:229 +msgid "Mozilla bookmarks" +msgstr "Mozilla-bokmärken" + +#: ../freedesktop.org.xml.in.h:230 +msgid "Mup publication" +msgstr "Mup-publicering" + +#: ../freedesktop.org.xml.in.h:231 +msgid "Musepack audio" +msgstr "Musepack-ljud" + +#. Translate this to Famicom if the console was known as such in your locale +#: ../freedesktop.org.xml.in.h:233 +msgid "NES ROM" +msgstr "NES-rom" + +#: ../freedesktop.org.xml.in.h:234 +msgid "NFO document" +msgstr "NFO-dokument" + +#: ../freedesktop.org.xml.in.h:235 +msgid "NIFF image" +msgstr "NIFF-bild" + +#: ../freedesktop.org.xml.in.h:236 +msgid "Nautilus link" +msgstr "Nautiluslänk" + +#: ../freedesktop.org.xml.in.h:237 +msgid "Nikon NEF raw image" +msgstr "Nikon NEF-råbild" + +#: ../freedesktop.org.xml.in.h:238 +msgid "Nintendo DS ROM" +msgstr "Nintendo DS-rom" + +#: ../freedesktop.org.xml.in.h:239 +msgid "Nintendo64 ROM" +msgstr "Nintendo64-rom" + +#: ../freedesktop.org.xml.in.h:240 +msgid "NullSoft video" +msgstr "NullSoft-video" + +#: ../freedesktop.org.xml.in.h:241 +msgid "OCL file" +msgstr "OCL-fil" + +#: ../freedesktop.org.xml.in.h:242 +msgid "OCaml source code" +msgstr "OCaml-källkod" + +#: ../freedesktop.org.xml.in.h:243 +msgid "ODA document" +msgstr "ODA-dokument" + +#: ../freedesktop.org.xml.in.h:244 +msgid "ODB database" +msgstr "ODB-databas" + +#: ../freedesktop.org.xml.in.h:245 +msgid "ODC chart" +msgstr "ODC-diagram" + +#: ../freedesktop.org.xml.in.h:246 +msgid "ODF formula" +msgstr "ODF-formel" + +#: ../freedesktop.org.xml.in.h:247 +msgid "ODG drawing" +msgstr "ODG-teckning" + +#: ../freedesktop.org.xml.in.h:248 +msgid "ODG template" +msgstr "ODG-mall" + +#: ../freedesktop.org.xml.in.h:249 +msgid "ODI image" +msgstr "ODI-bild" + +#: ../freedesktop.org.xml.in.h:250 +msgid "ODM document" +msgstr "ODM-dokument" + +#: ../freedesktop.org.xml.in.h:251 +msgid "ODP presentation" +msgstr "ODP-presentation" + +#: ../freedesktop.org.xml.in.h:252 +msgid "ODP template" +msgstr "ODP-mall" + +#: ../freedesktop.org.xml.in.h:253 +msgid "ODS spreadsheet" +msgstr "ODS-kalkylblad" + +#: ../freedesktop.org.xml.in.h:254 +msgid "ODS template" +msgstr "ODS-mall" + +#: ../freedesktop.org.xml.in.h:255 +msgid "ODT document" +msgstr "ODT-dokument" + +#: ../freedesktop.org.xml.in.h:256 +msgid "ODT template" +msgstr "ODT-mall" + +#: ../freedesktop.org.xml.in.h:257 +msgid "OGM video" +msgstr "OGM-video" + +#: ../freedesktop.org.xml.in.h:258 +msgid "OLE2 compound document storage" +msgstr "Sammansatt OLE2-dokumentlager" + +# Kanal enligt Opera, webbkanal +#: ../freedesktop.org.xml.in.h:259 +msgid "OPML syndication feed" +msgstr "OPML-syndikeringskanal" + +#: ../freedesktop.org.xml.in.h:260 +msgid "OTH template" +msgstr "OTH-mall" + +#: ../freedesktop.org.xml.in.h:261 +msgid "Objective-C source code" +msgstr "Objective-C-källkod" + +#: ../freedesktop.org.xml.in.h:262 +msgid "Office drawing" +msgstr "Office-teckning" + +#: ../freedesktop.org.xml.in.h:263 +msgid "Ogg Audio" +msgstr "Ogg-ljud" + +#: ../freedesktop.org.xml.in.h:264 +msgid "Ogg FLAC audio" +msgstr "Ogg FLAC-ljud" + +#: ../freedesktop.org.xml.in.h:265 +msgid "Ogg Speex audio" +msgstr "Ogg Speex-ljud" + +#: ../freedesktop.org.xml.in.h:266 +msgid "Ogg Theora video" +msgstr "Ogg Theora-video" + +#: ../freedesktop.org.xml.in.h:267 +msgid "Ogg Video" +msgstr "Ogg-video" + +#: ../freedesktop.org.xml.in.h:268 +msgid "Ogg Vorbis audio" +msgstr "Ogg Vorbis-ljud" + +#: ../freedesktop.org.xml.in.h:269 +msgid "Ogg multimedia file" +msgstr "Ogg-multimediafil" + +#: ../freedesktop.org.xml.in.h:270 +msgid "Olympus ORF raw image" +msgstr "Olympus ORF-råbild" + +#: ../freedesktop.org.xml.in.h:271 +msgid "OpenOffice Calc spreadsheet" +msgstr "OpenOffice Calc-kalkylblad" + +#: ../freedesktop.org.xml.in.h:272 +msgid "OpenOffice Calc template" +msgstr "OpenOffice Calc-mall" + +#: ../freedesktop.org.xml.in.h:273 +msgid "OpenOffice Draw drawing" +msgstr "OpenOffice Draw-teckning" + +#: ../freedesktop.org.xml.in.h:274 +msgid "OpenOffice Draw template" +msgstr "OpenOffice Draw-mall" + +#: ../freedesktop.org.xml.in.h:275 +msgid "OpenOffice Impress presentation" +msgstr "OpenOffice Impress-presentation" + +#: ../freedesktop.org.xml.in.h:276 +msgid "OpenOffice Impress template" +msgstr "OpenOffice Impress-mall" + +#: ../freedesktop.org.xml.in.h:277 +msgid "OpenOffice Math formula" +msgstr "OpenOffice Math-formel" + +#: ../freedesktop.org.xml.in.h:278 +msgid "OpenOffice Writer document" +msgstr "OpenOffice Writer-dokument" + +#: ../freedesktop.org.xml.in.h:279 +msgid "OpenOffice Writer global document" +msgstr "OpenOffice Writer-globaldokument" + +#: ../freedesktop.org.xml.in.h:280 +msgid "OpenOffice Writer template" +msgstr "OpenOffice Writer-mall" + +#: ../freedesktop.org.xml.in.h:281 +msgid "OpenOffice.org extension" +msgstr "OpenOffice.org-tillägg" + +#: ../freedesktop.org.xml.in.h:282 +msgid "OpenType font" +msgstr "OpenType-typsnitt" + +#: ../freedesktop.org.xml.in.h:283 +msgid "PAK archive" +msgstr "PAK-arkiv" + +#: ../freedesktop.org.xml.in.h:284 +msgid "PBM image" +msgstr "PBM-bild" + +#: ../freedesktop.org.xml.in.h:285 +msgid "PCD image" +msgstr "PCD-bild" + +#: ../freedesktop.org.xml.in.h:286 +msgid "PCF font" +msgstr "PCF-typsnitt" + +#: ../freedesktop.org.xml.in.h:287 +msgid "PCL file" +msgstr "PCL-fil" + +#: ../freedesktop.org.xml.in.h:288 +msgid "PCM audio" +msgstr "PCM-ljud" + +#: ../freedesktop.org.xml.in.h:289 +msgid "PCX image" +msgstr "PCX-bild" + +#: ../freedesktop.org.xml.in.h:290 +msgid "PDF document" +msgstr "PDF-dokument" + +# http://www.nada.kth.se/dataterm/fos-lista.html#f19 +#: ../freedesktop.org.xml.in.h:291 +msgid "PDF document (bzip-compressed)" +msgstr "PDF-dokument (bzip-komprimerat)" + +# http://www.nada.kth.se/dataterm/fos-lista.html#f19 +#: ../freedesktop.org.xml.in.h:292 +msgid "PDF document (gzip-compressed)" +msgstr "PDF-dokument (gzip-komprimerat)" + +#: ../freedesktop.org.xml.in.h:293 +msgid "PEF executable" +msgstr "Körbar PEF-fil" + +#: ../freedesktop.org.xml.in.h:294 +msgid "PGM image" +msgstr "PGM-bild" + +#: ../freedesktop.org.xml.in.h:295 +msgid "PGN chess game notation" +msgstr "PGN-schackpartinotation" + +#: ../freedesktop.org.xml.in.h:296 +msgid "PGP keys" +msgstr "PGP-nycklar" + +#: ../freedesktop.org.xml.in.h:297 +msgid "PGP/MIME-encrypted message header" +msgstr "PGP/MIME-krypterat meddelandehuvud" + +#: ../freedesktop.org.xml.in.h:298 +msgid "PHP script" +msgstr "PHP-skript" + +#: ../freedesktop.org.xml.in.h:299 +msgid "PKCS#10 certification request" +msgstr "PKCS#10-certifikatbegäran" + +#: ../freedesktop.org.xml.in.h:300 +msgid "PKCS#12 certificate bundle" +msgstr "PKCS#12-certifikatsamling" + +#: ../freedesktop.org.xml.in.h:301 +msgid "PNG image" +msgstr "PNG-bild" + +#: ../freedesktop.org.xml.in.h:302 +msgid "PNM image" +msgstr "PNM-bild" + +#: ../freedesktop.org.xml.in.h:303 +msgid "PPM image" +msgstr "PPM-bild" + +#: ../freedesktop.org.xml.in.h:304 +msgid "PS document" +msgstr "PS-dokument" + +#: ../freedesktop.org.xml.in.h:305 +msgid "PSD image" +msgstr "PSD-bild" + +#: ../freedesktop.org.xml.in.h:306 +msgid "PSF audio" +msgstr "PSF-ljud" + +#: ../freedesktop.org.xml.in.h:307 +msgid "PSFlib audio library" +msgstr "PSFlib-ljudbibliotek" + +#: ../freedesktop.org.xml.in.h:308 +msgid "Pack200 Java archive" +msgstr "Pack200 Java-arkiv" + +#: ../freedesktop.org.xml.in.h:309 +msgid "Palm OS database" +msgstr "Palm OS-databas" + +#: ../freedesktop.org.xml.in.h:310 +msgid "Panasonic raw image" +msgstr "Panasonic-råbild" + +#: ../freedesktop.org.xml.in.h:311 +msgid "Parchive archive" +msgstr "Parchive-arkiv" + +#: ../freedesktop.org.xml.in.h:312 +msgid "Pascal source code" +msgstr "Pascal-källkod" + +#: ../freedesktop.org.xml.in.h:313 +msgid "Pathetic Writer document" +msgstr "Pathetic Writer-dokument" + +#: ../freedesktop.org.xml.in.h:314 +msgid "Pentax PEF raw image" +msgstr "Pentax PEF-råbild" + +#: ../freedesktop.org.xml.in.h:315 +msgid "Perl script" +msgstr "Perlskript" + +#. http://en.wikipedia.org/wiki/Picture_CD +#. http://www.re.org/kristin/picturecd.html +#: ../freedesktop.org.xml.in.h:318 +msgid "Picture CD" +msgstr "Picture CD" + +#: ../freedesktop.org.xml.in.h:319 +msgid "PlanPerfect spreadsheet" +msgstr "PlanPerfect-kalkylblad" + +#: ../freedesktop.org.xml.in.h:320 +msgid "Plucker document" +msgstr "Plucker-dokument" + +# http://www.nada.kth.se/dataterm/fos-lista.html#f19 +#: ../freedesktop.org.xml.in.h:321 +msgid "PostScript document (bzip-compressed)" +msgstr "Postscript-dokument (bzip-komprimerat)" + +# http://www.nada.kth.se/dataterm/fos-lista.html#f19 +#: ../freedesktop.org.xml.in.h:322 +msgid "PostScript document (gzip-compressed)" +msgstr "Postscript-dokument (gzip-komprimerat)" + +#: ../freedesktop.org.xml.in.h:323 +msgid "Postscript type-1 font" +msgstr "Postscript type-1-typsnitt" + +#: ../freedesktop.org.xml.in.h:324 +msgid "PowerPoint presentation" +msgstr "PowerPoint-presentation" + +#: ../freedesktop.org.xml.in.h:325 +msgid "Python bytecode" +msgstr "Python-bytekod" + +#: ../freedesktop.org.xml.in.h:326 +msgid "Python script" +msgstr "Pythonskript" + +#: ../freedesktop.org.xml.in.h:327 +msgid "Qt Designer file" +msgstr "Qt Designer-fil" + +#: ../freedesktop.org.xml.in.h:328 +msgid "Qt MOC file" +msgstr "Qt MOC-fil" + +#: ../freedesktop.org.xml.in.h:329 +msgid "Quattro Pro spreadsheet" +msgstr "Quattro Pro-kalkylblad" + +#: ../freedesktop.org.xml.in.h:330 +msgid "QuickTime image" +msgstr "QuickTime-bild" + +#: ../freedesktop.org.xml.in.h:331 +msgid "QuickTime metalink playlist" +msgstr "QuickTime-metalänkspellista" + +#: ../freedesktop.org.xml.in.h:332 +msgid "QuickTime video" +msgstr "QuickTime-video" + +#: ../freedesktop.org.xml.in.h:333 +msgid "Quicken document" +msgstr "Quicken-dokument" + +#: ../freedesktop.org.xml.in.h:334 +msgid "RAR archive" +msgstr "RAR-arkiv" + +#: ../freedesktop.org.xml.in.h:335 +msgid "RDF file" +msgstr "RDF-fil" + +#: ../freedesktop.org.xml.in.h:336 +msgid "README document" +msgstr "README-dokument" + +#: ../freedesktop.org.xml.in.h:337 +msgid "RGB image" +msgstr "RGB-bild" + +#: ../freedesktop.org.xml.in.h:338 +msgid "RIFF audio" +msgstr "RIFF-ljud" + +#: ../freedesktop.org.xml.in.h:339 +msgid "RPM package" +msgstr "RPM-paket" + +#: ../freedesktop.org.xml.in.h:340 +msgid "RPM spec file" +msgstr "RPM spec-fil" + +#: ../freedesktop.org.xml.in.h:341 +msgid "RSS summary" +msgstr "RSS-sammanfattning" + +#: ../freedesktop.org.xml.in.h:342 +msgid "RTF document" +msgstr "RTF-dokument" + +#: ../freedesktop.org.xml.in.h:343 +msgid "RealAudio document" +msgstr "RealAudio-dokument" + +#: ../freedesktop.org.xml.in.h:344 +msgid "RealMedia Metafile" +msgstr "RealMedia-metafil" + +#: ../freedesktop.org.xml.in.h:345 +msgid "RealMedia document" +msgstr "RealMedia-dokument" + +#: ../freedesktop.org.xml.in.h:346 +msgid "RealPix document" +msgstr "RealPix-dokument" + +#: ../freedesktop.org.xml.in.h:347 +msgid "RealText document" +msgstr "RealText-dokument" + +#: ../freedesktop.org.xml.in.h:348 +msgid "RealVideo document" +msgstr "RealVideo-dokument" + +#: ../freedesktop.org.xml.in.h:349 +msgid "Ruby script" +msgstr "Ruby-skript" + +#: ../freedesktop.org.xml.in.h:350 +msgid "Run Length Encoded bitmap image" +msgstr "Körlängdskodad bitmappbild" + +#: ../freedesktop.org.xml.in.h:351 +msgid "S/MIME file" +msgstr "S/MIME-fil" + +#: ../freedesktop.org.xml.in.h:352 +msgid "SAMI subtitles" +msgstr "SAMI-undertexter" + +#: ../freedesktop.org.xml.in.h:353 +msgid "SC/Xspread spreadsheet" +msgstr "SC/Xspread-kalkylblad" + +#: ../freedesktop.org.xml.in.h:354 +msgid "SDP multicast stream file" +msgstr "SDP multicast stream-fil" + +#. translators: a record is in this context a description of a board game +#. that has been played, and that can be played back again: +#. http://www.red-bean.com/sgf/ +#: ../freedesktop.org.xml.in.h:358 +msgid "SGF record" +msgstr "SGF-protokoll" + +#: ../freedesktop.org.xml.in.h:359 +msgid "SGI image" +msgstr "SGI-bild" + +#: ../freedesktop.org.xml.in.h:360 +msgid "SGI video" +msgstr "SGI-video" + +#: ../freedesktop.org.xml.in.h:361 +msgid "SGML document" +msgstr "SGML-dokument" + +#: ../freedesktop.org.xml.in.h:362 +msgid "SIS package" +msgstr "SIS-paket" + +#: ../freedesktop.org.xml.in.h:363 +msgid "SISX package" +msgstr "SISX-paket" + +#: ../freedesktop.org.xml.in.h:364 +msgid "SMAF audio" +msgstr "SMAF-ljud" + +#: ../freedesktop.org.xml.in.h:365 +msgid "SMIL document" +msgstr "SMIL-dokument" + +#: ../freedesktop.org.xml.in.h:366 +msgid "SQL code" +msgstr "SQL-kod" + +#: ../freedesktop.org.xml.in.h:367 +msgid "SQLite2 database" +msgstr "SQLite2-databas" + +#: ../freedesktop.org.xml.in.h:368 +msgid "SQLite3 database" +msgstr "SQLite3-databas" + +#: ../freedesktop.org.xml.in.h:369 +msgid "SSA subtitles" +msgstr "SSA-undertexter" + +#: ../freedesktop.org.xml.in.h:370 +msgid "SV4 CPIO archive" +msgstr "SV4 CPIO-arkiv" + +#: ../freedesktop.org.xml.in.h:371 +msgid "SV4 CPIO archive (with CRC)" +msgstr "SV4 CPIO-arkiv (med CRC)" + +#: ../freedesktop.org.xml.in.h:372 +msgid "SVG image" +msgstr "SVG-bild" + +#: ../freedesktop.org.xml.in.h:373 +msgid "Scheme source code" +msgstr "Scheme-källkod" + +#: ../freedesktop.org.xml.in.h:374 +msgid "Scream Tracker 3 audio" +msgstr "Scream Tracker 3-ljud" + +#: ../freedesktop.org.xml.in.h:375 +msgid "Scream Tracker audio" +msgstr "Scream Tracker-ljud" + +#: ../freedesktop.org.xml.in.h:376 +msgid "Scream Tracker instrument" +msgstr "Scream Tracker-instrument" + +#: ../freedesktop.org.xml.in.h:377 +msgid "Sega Master System/Game Gear ROM" +msgstr "Sega Master System/Game Gear-rom" + +#: ../freedesktop.org.xml.in.h:378 +msgid "Setext document" +msgstr "Setext-dokument" + +#: ../freedesktop.org.xml.in.h:379 +msgid "Shockwave Flash file" +msgstr "Shockwave Flash-fil" + +#. translators: "Shorten" is the name of an audio codec +#: ../freedesktop.org.xml.in.h:381 +msgid "Shorten audio" +msgstr "Shorten-ljud" + +#: ../freedesktop.org.xml.in.h:382 +msgid "Siag spreadsheet" +msgstr "Siag-kalkylblad" + +#: ../freedesktop.org.xml.in.h:383 +msgid "Sieve mail filter script" +msgstr "Sieve-epostfilterskript" + +#: ../freedesktop.org.xml.in.h:384 +msgid "Sigma X3F raw image" +msgstr "Sigma X3F-råbild" + +#: ../freedesktop.org.xml.in.h:385 +msgid "Skencil document" +msgstr "Skencil-dokument" + +#: ../freedesktop.org.xml.in.h:386 +msgid "Sony ARW raw image" +msgstr "Sony ARW-råbild" + +#: ../freedesktop.org.xml.in.h:387 +msgid "Sony SR2 raw image" +msgstr "Sony SR2-råbild" + +#: ../freedesktop.org.xml.in.h:388 +msgid "Sony SRF raw image" +msgstr "Sony SRF-råbild" + +#: ../freedesktop.org.xml.in.h:389 +msgid "Speedo font" +msgstr "Speedo-typsnitt" + +#: ../freedesktop.org.xml.in.h:390 +msgid "Speex audio" +msgstr "Speex-ljud" + +#: ../freedesktop.org.xml.in.h:391 +msgid "Stampede package" +msgstr "Stampede-paket" + +#: ../freedesktop.org.xml.in.h:392 +msgid "StarCalc spreadsheet" +msgstr "StarCalc-kalkylblad" + +#: ../freedesktop.org.xml.in.h:393 +msgid "StarChart chart" +msgstr "StarChart-diagram" + +#: ../freedesktop.org.xml.in.h:394 +msgid "StarDraw drawing" +msgstr "StarDraw-teckning" + +#: ../freedesktop.org.xml.in.h:395 +msgid "StarImpress presentation" +msgstr "StarImpress-presentation" + +#: ../freedesktop.org.xml.in.h:396 +msgid "StarMail email" +msgstr "StarMail-e-post" + +#: ../freedesktop.org.xml.in.h:397 +msgid "StarMath formula" +msgstr "StarMath-formel" + +#: ../freedesktop.org.xml.in.h:398 +msgid "StarWriter document" +msgstr "StarWriter-dokument" + +#: ../freedesktop.org.xml.in.h:399 +msgid "StuffIt archive" +msgstr "StuffIt-arkiv " + +#: ../freedesktop.org.xml.in.h:400 +msgid "SubRip subtitles" +msgstr "SubRip-undertexter" + +#: ../freedesktop.org.xml.in.h:401 +msgid "SubViewer subtitles" +msgstr "SubViewer-undertexter" + +#: ../freedesktop.org.xml.in.h:402 +msgid "Sun raster image" +msgstr "Sun-rasterbild" + +#: ../freedesktop.org.xml.in.h:403 +msgid "SunOS News font" +msgstr "SunOS News-typsnitt" + +#. Translate this as Super Famicom (in Far East Asia) or Super Nintendo (in Europe) if the console was known as such in your locale +#: ../freedesktop.org.xml.in.h:405 +msgid "Super NES ROM" +msgstr "Super NES-rom" + +#. http://en.wikipedia.org/wiki/Super_Video_CD +#. http://everything2.com/index.pl?node_id=1009222 +#: ../freedesktop.org.xml.in.h:408 +msgid "Super Video CD" +msgstr "Super Video CD" + +#: ../freedesktop.org.xml.in.h:409 +msgid "T602 document" +msgstr "T602-dokument" + +#: ../freedesktop.org.xml.in.h:410 +msgid "TGA image" +msgstr "TGA-bild" + +#: ../freedesktop.org.xml.in.h:411 +msgid "TGIF document" +msgstr "TGIF-dokument" + +#: ../freedesktop.org.xml.in.h:412 +msgid "TIFF image" +msgstr "TIFF-bild" + +#: ../freedesktop.org.xml.in.h:413 +msgid "TNEF message" +msgstr "TNEF-meddelande" + +#: ../freedesktop.org.xml.in.h:414 +msgid "TSV document" +msgstr "TSV-dokument" + +#: ../freedesktop.org.xml.in.h:415 +msgid "Tar archive" +msgstr "Tar-arkiv" + +#: ../freedesktop.org.xml.in.h:416 +msgid "Tar archive (LZMA-compressed)" +msgstr "Tar-arkiv (LZMA-komprimerat)" + +#: ../freedesktop.org.xml.in.h:417 +msgid "Tar archive (LZO-compressed)" +msgstr "Tar-arkiv (LZO-komprimerat)" + +#: ../freedesktop.org.xml.in.h:418 +msgid "Tar archive (bzip-compressed)" +msgstr "Tar-arkiv (bzip-komprimerat)" + +#: ../freedesktop.org.xml.in.h:419 +msgid "Tar archive (compressed)" +msgstr "Tar-arkiv (komprimerat)" + +#: ../freedesktop.org.xml.in.h:420 +msgid "Tar archive (gzip-compressed)" +msgstr "Tar-arkiv (gzip-komprimerat)" + +#: ../freedesktop.org.xml.in.h:421 +msgid "Tcl script" +msgstr "Tcl-skript" + +#: ../freedesktop.org.xml.in.h:422 +msgid "TeX DVI document" +msgstr "TeX DVI-dokument" + +# http://www.nada.kth.se/dataterm/fos-lista.html#f19 +#: ../freedesktop.org.xml.in.h:423 +msgid "TeX DVI document (bzip-compressed)" +msgstr "TeX DVI-dokument (bzip-komprimerat)" + +# http://www.nada.kth.se/dataterm/fos-lista.html#f19 +#: ../freedesktop.org.xml.in.h:424 +msgid "TeX DVI document (gzip-compressed)" +msgstr "TeX DVI-dokument (gzip-komprimerat)" + +#: ../freedesktop.org.xml.in.h:425 +msgid "TeX document" +msgstr "TeX-dokument" + +#: ../freedesktop.org.xml.in.h:426 +msgid "TeX font" +msgstr "TeX-typsnitt" + +#: ../freedesktop.org.xml.in.h:427 +msgid "TeX font metrics" +msgstr "TeX-typsnittsmetrik" + +#: ../freedesktop.org.xml.in.h:428 +msgid "TeXInfo document" +msgstr "TeXInfo-dokument" + +#: ../freedesktop.org.xml.in.h:429 +msgid "ToutDoux document" +msgstr "ToutDoux-dokument" + +#: ../freedesktop.org.xml.in.h:430 +msgid "Troff ME input document" +msgstr "Troff ME-indatadokument" + +#: ../freedesktop.org.xml.in.h:431 +msgid "Troff MM input document" +msgstr "Troff MM-indatadokument" + +#: ../freedesktop.org.xml.in.h:432 +msgid "Troff MS input document" +msgstr "Troff MS-indatadokument" + +#: ../freedesktop.org.xml.in.h:433 +msgid "Troff document" +msgstr "Troff-dokument" + +#: ../freedesktop.org.xml.in.h:434 +msgid "Troff document (with manpage macros)" +msgstr "Troff-dokument (med manualsidemakron)" + +#: ../freedesktop.org.xml.in.h:435 +msgid "TrueAudio audio" +msgstr "TrueAudio-ljud" + +# http://www.nada.kth.se/dataterm/fos-lista.html#f19 +#: ../freedesktop.org.xml.in.h:436 +msgid "TrueType XML font" +msgstr "Truetype XML-typsnitt" + +# http://www.nada.kth.se/dataterm/fos-lista.html#f19 +#: ../freedesktop.org.xml.in.h:437 +msgid "TrueType font" +msgstr "Truetype-typsnitt" + +#: ../freedesktop.org.xml.in.h:438 +msgid "UFRaw ID image" +msgstr "UFRaw ID-bild" + +#: ../freedesktop.org.xml.in.h:439 +msgid "ULAW (Sun) audio" +msgstr "ULAW-ljud (Sun)" + +#: ../freedesktop.org.xml.in.h:440 +msgid "UNIX-compressed file" +msgstr "UNIX-komprimerad fil" + +#: ../freedesktop.org.xml.in.h:441 +msgid "Unidata NetCDF document" +msgstr "Unidata NetCDF-dokument" + +#: ../freedesktop.org.xml.in.h:442 +msgid "Usenet news message" +msgstr "Usenet-diskussionsgruppsmeddelande" + +#: ../freedesktop.org.xml.in.h:443 +msgid "Ustar archive" +msgstr "Ustar-arkiv" + +#: ../freedesktop.org.xml.in.h:444 +msgid "V font" +msgstr "V-typsnitt" + +#: ../freedesktop.org.xml.in.h:445 +msgid "VCS/ICS calendar" +msgstr "VCS/ICS-kalender" + +#: ../freedesktop.org.xml.in.h:446 +msgid "VHDL document" +msgstr "VHDL-dokument" + +#: ../freedesktop.org.xml.in.h:447 +msgid "VOC audio" +msgstr "VOC-ljud" + +#: ../freedesktop.org.xml.in.h:448 +msgid "VRML document" +msgstr "VRML-dokument" + +#: ../freedesktop.org.xml.in.h:449 +msgid "Vala source code" +msgstr "Vala-källkod" + +#. http://en.wikipedia.org/wiki/Video_CD +#. http://www.herongyang.com/CD-DVD/VCD-Movie-File-Directory-Structure.html +#: ../freedesktop.org.xml.in.h:452 +msgid "Video CD" +msgstr "Video-cd" + +#: ../freedesktop.org.xml.in.h:453 +msgid "Vivo video" +msgstr "Vivo-video" + +#: ../freedesktop.org.xml.in.h:454 +msgid "WAIS source code" +msgstr "WAIS-källkod" + +#: ../freedesktop.org.xml.in.h:455 +msgid "WAV audio" +msgstr "WAV-ljud" + +#: ../freedesktop.org.xml.in.h:456 +msgid "WBMP image" +msgstr "WBMP-bild" + +#: ../freedesktop.org.xml.in.h:457 +msgid "WMF image" +msgstr "WMF-bild" + +#: ../freedesktop.org.xml.in.h:458 +msgid "WML document" +msgstr "WML-dokument" + +#: ../freedesktop.org.xml.in.h:459 +msgid "WMLScript program" +msgstr "WMLScript-program" + +#: ../freedesktop.org.xml.in.h:460 +msgid "WRI document" +msgstr "WRI-dokument" + +#: ../freedesktop.org.xml.in.h:461 +msgid "WavPack audio" +msgstr "WavPack-ljud" + +#: ../freedesktop.org.xml.in.h:462 +msgid "WavPack audio correction file" +msgstr "WavPack-ljudkorrigeringsfil" + +#: ../freedesktop.org.xml.in.h:463 +msgid "Wavelet video" +msgstr "Wavelet-video" + +#: ../freedesktop.org.xml.in.h:464 +msgid "Windows BMP image" +msgstr "Windows BMP-bild" + +#: ../freedesktop.org.xml.in.h:465 +msgid "Windows Installer package" +msgstr "Windows Installer-paket" + +#: ../freedesktop.org.xml.in.h:466 +msgid "Windows Media Station file" +msgstr "Windows Media Station-fil" + +#: ../freedesktop.org.xml.in.h:467 +msgid "Windows Media audio" +msgstr "Windows Media-ljud" + +#: ../freedesktop.org.xml.in.h:468 +msgid "Windows Media video" +msgstr "Windows Media-video" + +#: ../freedesktop.org.xml.in.h:469 +msgid "Windows Registry extract" +msgstr "Windows Registry-utdrag" + +#: ../freedesktop.org.xml.in.h:470 +msgid "Windows animated cursor" +msgstr "Animerad Windows-muspekare" + +#: ../freedesktop.org.xml.in.h:471 +msgid "Windows cursor" +msgstr "Windows-muspekare" + +#: ../freedesktop.org.xml.in.h:472 +msgid "Word document" +msgstr "Word-dokument" + +#: ../freedesktop.org.xml.in.h:473 +msgid "Word template" +msgstr "Word-mall" + +#: ../freedesktop.org.xml.in.h:474 +msgid "WordPerfect document" +msgstr "WordPerfect-dokument" + +#: ../freedesktop.org.xml.in.h:475 +msgid "WordPerfect/Drawperfect image" +msgstr "WordPerfect/Drawperfect-bild" + +#: ../freedesktop.org.xml.in.h:476 +msgid "X window image" +msgstr "X-fönsterbild" + +#: ../freedesktop.org.xml.in.h:477 +msgid "X-Motif UIL table" +msgstr "X-Motif UIL-tabell" + +#: ../freedesktop.org.xml.in.h:478 +msgid "X11 cursor" +msgstr "X11-muspekare" + +#: ../freedesktop.org.xml.in.h:479 +msgid "XBEL bookmarks" +msgstr "XBEL-bokmärken" + +#: ../freedesktop.org.xml.in.h:480 +msgid "XBM image" +msgstr "XBM-bild" + +#: ../freedesktop.org.xml.in.h:481 +msgid "XFig image" +msgstr "XFig-bild" + +#: ../freedesktop.org.xml.in.h:482 +msgid "XHTML page" +msgstr "XHTML-sida" + +#: ../freedesktop.org.xml.in.h:483 +msgid "XLIFF translation file" +msgstr "XLIFF-översättningsfil" + +#: ../freedesktop.org.xml.in.h:484 +msgid "XMCD CD database" +msgstr "XMCD cd-databas" + +#: ../freedesktop.org.xml.in.h:485 +msgid "XMF audio" +msgstr "XMF-ljud" + +#: ../freedesktop.org.xml.in.h:486 +msgid "XMI file" +msgstr "XMI-fil" + +#: ../freedesktop.org.xml.in.h:487 +msgid "XML document" +msgstr "XML-dokument" + +#: ../freedesktop.org.xml.in.h:488 +msgid "XML entities document" +msgstr "XML-entitetsdokument" + +#: ../freedesktop.org.xml.in.h:489 +msgid "XPM image" +msgstr "XPM-bild" + +#: ../freedesktop.org.xml.in.h:490 +msgid "XPS document" +msgstr "XPS-dokument" + +#: ../freedesktop.org.xml.in.h:491 +msgid "XSL FO file" +msgstr "XSL FO-fil" + +#: ../freedesktop.org.xml.in.h:492 +msgid "XSLT stylesheet" +msgstr "XSLT-stilmall" + +#: ../freedesktop.org.xml.in.h:493 +msgid "XSPF playlist" +msgstr "XSPF-spellista" + +#: ../freedesktop.org.xml.in.h:494 +msgid "XUL document" +msgstr "XUL-dokument" + +#: ../freedesktop.org.xml.in.h:495 +msgid "XUL interface document" +msgstr "XUL-gränssnittsdokument" + +#: ../freedesktop.org.xml.in.h:496 +msgid "Xbase document" +msgstr "Xbase-dokument" + +#: ../freedesktop.org.xml.in.h:497 +msgid "Zip archive" +msgstr "Zip-arkiv" + +#: ../freedesktop.org.xml.in.h:498 +msgid "Zoo archive" +msgstr "Zoo-arkiv" + +#: ../freedesktop.org.xml.in.h:499 +msgid "application log" +msgstr "programlogg" + +#. http://en.wikipedia.org/wiki/Red_Book_(audio_CD_standard) +#: ../freedesktop.org.xml.in.h:501 +msgid "audio CD" +msgstr "ljud-cd" + +#. http://en.wikipedia.org/wiki/DVD-Audio +#: ../freedesktop.org.xml.in.h:503 +msgid "audio DVD" +msgstr "ljud-dvd" + +#: ../freedesktop.org.xml.in.h:504 +msgid "author credits" +msgstr "författarlista" + +#: ../freedesktop.org.xml.in.h:505 +msgid "author list" +msgstr "författarlista" + +#: ../freedesktop.org.xml.in.h:506 +msgid "backup file" +msgstr "säkerhetskopia" + +#. http://en.wikipedia.org/wiki/Blu-ray_Disc +#: ../freedesktop.org.xml.in.h:508 +msgid "blank Blu-ray disc" +msgstr "tom Blu-ray-skiva" + +#. http://en.wikipedia.org/wiki/Compact_Disc +#: ../freedesktop.org.xml.in.h:510 +msgid "blank CD disc" +msgstr "tom cd-skiva" + +#. http://en.wikipedia.org/wiki/DVD +#: ../freedesktop.org.xml.in.h:512 +msgid "blank DVD disc" +msgstr "tom dvd-skiva" + +#. http://en.wikipedia.org/wiki/HD_DVD +#: ../freedesktop.org.xml.in.h:514 +msgid "blank HD DVD disc" +msgstr "tom HD DVD-skiva" + +#: ../freedesktop.org.xml.in.h:515 +msgid "block device" +msgstr "blockenhet" + +#: ../freedesktop.org.xml.in.h:516 +msgid "character device" +msgstr "teckenenhet" + +#: ../freedesktop.org.xml.in.h:517 +msgid "comic book archive" +msgstr "serietidningsarkiv" + +#: ../freedesktop.org.xml.in.h:518 +msgid "compound document" +msgstr "sammansatt dokument" + +#: ../freedesktop.org.xml.in.h:519 +msgid "compound documents" +msgstr "sammansatta dokument" + +#: ../freedesktop.org.xml.in.h:520 +msgid "compressed GIMP image" +msgstr "komprimerad GIMP-bild" + +#: ../freedesktop.org.xml.in.h:521 +msgid "compressed SVG image" +msgstr "komprimerad SVG-bild" + +#: ../freedesktop.org.xml.in.h:522 +msgid "compressed Tracker audio" +msgstr "komprimerat Tracker-ljud" + +#: ../freedesktop.org.xml.in.h:523 +msgid "desktop configuration file" +msgstr "skrivbordskonfigurationsfil" + +#: ../freedesktop.org.xml.in.h:524 +msgid "detached OpenPGP signature" +msgstr "frikopplad OpenPGP-signatur" + +#: ../freedesktop.org.xml.in.h:525 +msgid "detached S/MIME signature" +msgstr "frikopplad S/MIME-signatur" + +#: ../freedesktop.org.xml.in.h:526 +msgid "differences between files" +msgstr "skillnader mellan filer" + +#. http://en.wikipedia.org/wiki/Design_rule_for_Camera_File_system +#: ../freedesktop.org.xml.in.h:528 +msgid "digital photos" +msgstr "digitalbilder" + +#: ../freedesktop.org.xml.in.h:529 +msgid "digital raw image" +msgstr "digital råbild" + +#: ../freedesktop.org.xml.in.h:530 +msgid "eMusic download package" +msgstr "eMusic-hämtningspaket" + +#: ../freedesktop.org.xml.in.h:531 +msgid "electronic book document" +msgstr "elektroniskt bokdokument" + +#: ../freedesktop.org.xml.in.h:532 +msgid "electronic business card" +msgstr "elektroniskt visitkort" + +#: ../freedesktop.org.xml.in.h:533 +msgid "email headers" +msgstr "e-posthuvuden" + +#: ../freedesktop.org.xml.in.h:534 +msgid "email message" +msgstr "e-postmeddelande" + +#: ../freedesktop.org.xml.in.h:535 +msgid "empty document" +msgstr "tomt dokument" + +#: ../freedesktop.org.xml.in.h:536 +msgid "encrypted message" +msgstr "krypterat meddelande" + +#: ../freedesktop.org.xml.in.h:537 +msgid "enriched text document" +msgstr "berikat textdokument" + +#: ../freedesktop.org.xml.in.h:538 +msgid "executable" +msgstr "körbar fil" + +#: ../freedesktop.org.xml.in.h:539 +msgid "folder" +msgstr "mapp" + +#: ../freedesktop.org.xml.in.h:540 +msgid "generic font file" +msgstr "allmän typsnittsfil" + +#: ../freedesktop.org.xml.in.h:541 +msgid "help page" +msgstr "hjälpsida" + +#: ../freedesktop.org.xml.in.h:542 +msgid "iMelody ringtone" +msgstr "iMelody-ringsignal" + +# http://www.nada.kth.se/dataterm/rek.html#a113 +#: ../freedesktop.org.xml.in.h:543 +msgid "iPod firmware" +msgstr "fast iPod-program" + +#: ../freedesktop.org.xml.in.h:544 +msgid "iRiver Playlist" +msgstr "iRiver-spellista" + +#: ../freedesktop.org.xml.in.h:545 +msgid "installation instructions" +msgstr "installationsinstruktioner" + +#: ../freedesktop.org.xml.in.h:546 +msgid "iptables configuration file" +msgstr "iptables-konfigurationsfil" + +#: ../freedesktop.org.xml.in.h:547 +msgid "libtool shared library" +msgstr "delat libtool-bibliotek" + +#: ../freedesktop.org.xml.in.h:548 +msgid "license terms" +msgstr "licensvillkor" + +#: ../freedesktop.org.xml.in.h:549 +msgid "mail delivery report" +msgstr "e-postleveransrapport" + +#: ../freedesktop.org.xml.in.h:550 +msgid "mail disposition report" +msgstr "e-postdispositionsrapport" + +#: ../freedesktop.org.xml.in.h:551 +msgid "mail system report" +msgstr "e-postsystemrapport" + +#: ../freedesktop.org.xml.in.h:552 +msgid "mailbox file" +msgstr "brevlådefil" + +#: ../freedesktop.org.xml.in.h:553 +msgid "manual page (compressed)" +msgstr "manualsida (komprimerad)" + +#: ../freedesktop.org.xml.in.h:554 +msgid "message catalog" +msgstr "meddelandekatalog" + +#: ../freedesktop.org.xml.in.h:555 +msgid "message digest" +msgstr "meddelandesamling" + +#: ../freedesktop.org.xml.in.h:556 +msgid "message in several formats" +msgstr "meddelande i flera format" + +#: ../freedesktop.org.xml.in.h:557 +msgid "mount point" +msgstr "monteringspunkt" + +#: ../freedesktop.org.xml.in.h:558 +msgid "object code" +msgstr "objektkod" + +#: ../freedesktop.org.xml.in.h:559 +msgid "packed font file" +msgstr "packad typsnittsfil" + +#: ../freedesktop.org.xml.in.h:560 +msgid "partial email message" +msgstr "del av e-postmeddelande" + +#: ../freedesktop.org.xml.in.h:561 +msgid "pipe" +msgstr "rör" + +#: ../freedesktop.org.xml.in.h:562 +msgid "plain text document" +msgstr "vanligt textdokument" + +#. see fd.o hal spec +#: ../freedesktop.org.xml.in.h:564 +msgid "portable audio player" +msgstr "bärbar ljudspelare" + +#: ../freedesktop.org.xml.in.h:565 +msgid "profiler results" +msgstr "profilerarresultat" + +#: ../freedesktop.org.xml.in.h:566 +msgid "program crash data" +msgstr "programkraschdata" + +#: ../freedesktop.org.xml.in.h:567 +msgid "raw CD image" +msgstr "rå cd-avbild" + +#: ../freedesktop.org.xml.in.h:568 +msgid "reference to remote file" +msgstr "referens till fjärrfil" + +# http://www.nada.kth.se/dataterm/rek.html#a141 +#: ../freedesktop.org.xml.in.h:569 +msgid "rejected patch" +msgstr "avvisad programfix" + +#: ../freedesktop.org.xml.in.h:570 +msgid "resource location" +msgstr "resursplats" + +#: ../freedesktop.org.xml.in.h:571 +msgid "rich text document" +msgstr "RTF-textdokument" + +#: ../freedesktop.org.xml.in.h:572 +msgid "shared library" +msgstr "delat bibliotek" + +#: ../freedesktop.org.xml.in.h:573 +msgid "shell archive" +msgstr "skalarkiv" + +#: ../freedesktop.org.xml.in.h:574 +msgid "shell script" +msgstr "skalskript" + +#: ../freedesktop.org.xml.in.h:575 +msgid "signed message" +msgstr "signerat meddelande" + +#: ../freedesktop.org.xml.in.h:576 +msgid "socket" +msgstr "uttag" + +#. http://standards.freedesktop.org/autostart-spec/autostart-spec-latest.html +#. http://bugzilla.gnome.org/show_bug.cgi?id=509823#c3 +#: ../freedesktop.org.xml.in.h:579 +msgid "software" +msgstr "programvara" + +# Osäker. +#: ../freedesktop.org.xml.in.h:580 +msgid "spreadsheet interchange document" +msgstr "spreadsheet interchange-dokument" + +#: ../freedesktop.org.xml.in.h:581 +msgid "stream of data (server push)" +msgstr "dataflöde (serverutsändning)" + +#: ../freedesktop.org.xml.in.h:582 +msgid "symbolic link" +msgstr "symbolisk länk" + +#: ../freedesktop.org.xml.in.h:583 +msgid "theme" +msgstr "tema" + +#: ../freedesktop.org.xml.in.h:584 +msgid "translated messages (machine-readable)" +msgstr "översatta meddelanden (maskinläsbara)" + +#: ../freedesktop.org.xml.in.h:585 +msgid "translation file" +msgstr "översättningsfil" + +#: ../freedesktop.org.xml.in.h:586 +msgid "translation template" +msgstr "översättningsmall" + +#: ../freedesktop.org.xml.in.h:587 +msgid "txt2tags document" +msgstr "txt2tags-dokument" + +#: ../freedesktop.org.xml.in.h:588 +msgid "unknown" +msgstr "okänd" + +#. http://en.wikipedia.org/wiki/DVD-Video +#: ../freedesktop.org.xml.in.h:590 +msgid "video DVD" +msgstr "video-dvd" + +#~ msgid "Compact Disc Audio" +#~ msgstr "Compact Disc Audio" + +#~ msgid "DVD Audio" +#~ msgstr "Dvd-ljud" + +#~ msgid "DVD Video" +#~ msgstr "Dvd-video" + +#~ msgid "Speech document" +#~ msgstr "Speech-dokument" + +#~ msgid "GTK+ configuration" +#~ msgstr "GTK+-konfiguration" + +#~ msgid "CGI script" +#~ msgstr "CGI-skript" + +#~ msgid "Macintosh StuffIt archive" +#~ msgstr "Macintosh StuffIt-arkiv " + +#~ msgid "shared library (la)" +#~ msgstr "delat bibliotek (la)" + +#~ msgid "GIMP image (compressed)" +#~ msgstr "GIMP-bild (komprimerad)" + +#~ msgid "Playlist" +#~ msgstr "Spellista" + +#~ msgid "SUN Rasterfile image" +#~ msgstr "SUN Rasterfile-bild" + +#~ msgid "WMA audio" +#~ msgstr "WMA-ljud" + +#~ msgid "WMV video" +#~ msgstr "WMV-video" + +#~ msgid "ZIP archive" +#~ msgstr "ZIP-arkiv" + +#~ msgid "font" +#~ msgstr "typsnitt" + +#~ msgid "gtar archive" +#~ msgstr "gtar-arkiv" + +#~ msgid "gzip archive" +#~ msgstr "gzip-arkiv" + +#~ msgid "translation" +#~ msgstr "översättning" + +#~ msgid "Netscape bookmarks" +#~ msgstr "Netscape-bokmärken" + +#~ msgid "OpenOffice Calc" +#~ msgstr "OpenOffice Calc" + +#~ msgid "OpenOffice Impress" +#~ msgstr "OpenOffice Impress" + +#~ msgid "WMF document" +#~ msgstr "WMF-dokument" + +#~ msgid "Palmpilot database/document" +#~ msgstr "Palmpilot-databas/dokument" + +#~ msgid "Andrew Toolkit inset" +#~ msgstr "Andrew-verktygssamling insatt" + +#~ msgid "AutoDesk FLIC animation" +#~ msgstr "AutoDesk FLIC-animation" + +#~ msgid "Bibtex bibliographic data" +#~ msgstr "Bibliografiska Bibtex-data" + +#~ msgid "C source code header" +#~ msgstr "C-källkodshuvud" + +#~ msgid "C++ source code header" +#~ msgstr "C++-källkodshuvud" + +#~ msgid "Cascading Style Sheet" +#~ msgstr "CSS-formatmall" + +#~ msgid "Device Independant Bitmap" +#~ msgstr "Enhetsoberoende bitmapp" + +#~ msgid "Digital Imaging and Communications in Medicine image" +#~ msgstr "Bildformat för digital bildbehandling och medicinsk kommunikation" + +#~ msgid "Digital Moving Picture Exchange image" +#~ msgstr "DPX-bild (Digital Moving Picture Exchange)" diff --git a/po/uk.po b/po/uk.po new file mode 100644 index 0000000..3882d4a --- /dev/null +++ b/po/uk.po @@ -0,0 +1,1990 @@ +# Ukrainian translation to shared-mime-info. +# Copyright (C) 2004 Free Software Foundation, Inc. +# This file is distributed under the same license as the shared-mime-info package. +# Maxim V. Dziumanenko , 2004-2007. +# +msgid "" +msgstr "" +"Project-Id-Version: shared-mime-info 0.22\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2007-09-24 20:05+0200\n" +"PO-Revision-Date: 2007-09-26 16:45+0300\n" +"Last-Translator: Maxim V. Dziumanenko \n" +"Language-Team: Ukrainian \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: ../freedesktop.org.xml.in.h:1 +msgid "3D Studio image" +msgstr "Зображення 3D Studio" + +#: ../freedesktop.org.xml.in.h:2 +msgid "3GPP multimedia" +msgstr "Мультимедіа 3GPP" + +#: ../freedesktop.org.xml.in.h:3 +msgid "ACE archive" +msgstr "Архів ACE" + +#: ../freedesktop.org.xml.in.h:4 +msgid "AIFC audio" +msgstr "Звук AIFC" + +#: ../freedesktop.org.xml.in.h:5 +msgid "AIFF audio" +msgstr "Звук AIFF" + +#: ../freedesktop.org.xml.in.h:6 +msgid "AIFF/Amiga/Mac audio" +msgstr "Звук AIFF/Amiga/Mac" + +#: ../freedesktop.org.xml.in.h:7 +msgid "AMR audio" +msgstr "Звук AMR" + +#: ../freedesktop.org.xml.in.h:8 +msgid "AMR-WB audio" +msgstr "Звук AMR-WB" + +#: ../freedesktop.org.xml.in.h:9 +msgid "ANIM animation" +msgstr "Анімація ANIM" + +#: ../freedesktop.org.xml.in.h:10 +msgid "AR archive" +msgstr "Архів AR" + +#: ../freedesktop.org.xml.in.h:11 +msgid "ARC archive" +msgstr "Архів ARC" + +#: ../freedesktop.org.xml.in.h:12 +msgid "ARJ archive" +msgstr "Архів ARJ" + +#: ../freedesktop.org.xml.in.h:13 +msgid "ASF video" +msgstr "Відео-кліп ASF" + +#: ../freedesktop.org.xml.in.h:14 +msgid "ASP page" +msgstr "Сторінка ASP" + +#: ../freedesktop.org.xml.in.h:15 +msgid "ATK inset" +msgstr "Вкладка ATK" + +#: ../freedesktop.org.xml.in.h:16 +msgid "AVI video" +msgstr "Відео-кліп AVI" + +#: ../freedesktop.org.xml.in.h:17 +msgid "AWK script" +msgstr "Сценарій AWK" + +#: ../freedesktop.org.xml.in.h:18 +msgid "AbiWord document" +msgstr "Документ AbiWord" + +#: ../freedesktop.org.xml.in.h:19 +msgid "Ada source code" +msgstr "Вихідний код на мові Ada" + +#: ../freedesktop.org.xml.in.h:20 +msgid "Adobe Digital Negative" +msgstr "Adobe Digital Negative" + +#: ../freedesktop.org.xml.in.h:21 +msgid "Adobe FrameMaker MIF document" +msgstr "Документ Adobe FrameMaker MIF" + +#: ../freedesktop.org.xml.in.h:22 +msgid "Adobe FrameMaker document" +msgstr "Докуемнт Adobe FrameMaker" + +#: ../freedesktop.org.xml.in.h:23 +msgid "Adobe FrameMaker font" +msgstr "Шрифт Adobe FrameMaker" + +#: ../freedesktop.org.xml.in.h:24 +msgid "Adobe Illustrator document" +msgstr "Документ Adobe Illustrator" + +#: ../freedesktop.org.xml.in.h:25 +msgid "Adobe font metrics" +msgstr "Метрики шрифту Adobe" + +#: ../freedesktop.org.xml.in.h:26 +msgid "Amiga SoundTracker audio" +msgstr "Звук Amiga SoundTracker" + +#: ../freedesktop.org.xml.in.h:27 +msgid "Applix Graphics image" +msgstr "Зображення Applix Graphics" + +#: ../freedesktop.org.xml.in.h:28 +msgid "Applix Spreadsheets spreadsheet" +msgstr "Ел.таблиця Applix Spreadsheets" + +#: ../freedesktop.org.xml.in.h:29 +msgid "Applix Words document" +msgstr "Документ Applix Words" + +#: ../freedesktop.org.xml.in.h:30 +msgid "AutoCAD image" +msgstr "Зображення AutoCAD" + +#: ../freedesktop.org.xml.in.h:31 +msgid "BCPIO document" +msgstr "Документ BCPIO" + +#: ../freedesktop.org.xml.in.h:32 +msgid "BDF font" +msgstr "Шрифт BDF" + +#: ../freedesktop.org.xml.in.h:33 +msgid "BibTeX document" +msgstr "Документ BibTeX" + +#: ../freedesktop.org.xml.in.h:34 +msgid "BitTorrent seed file" +msgstr "файл початкового значення BitTorrent" + +#: ../freedesktop.org.xml.in.h:35 +msgid "Blender scene" +msgstr "Сцена Blender" + +#: ../freedesktop.org.xml.in.h:36 +msgid "C header" +msgstr "Файл заголовків на C" + +#: ../freedesktop.org.xml.in.h:37 +msgid "C shell script" +msgstr "Сценарій C shell" + +#: ../freedesktop.org.xml.in.h:38 +msgid "C source code" +msgstr "Вихідний код на мові C" + +#: ../freedesktop.org.xml.in.h:39 +msgid "C# source code" +msgstr "Вихідний код на мові C#" + +#: ../freedesktop.org.xml.in.h:40 +msgid "C++ header" +msgstr "Файл заголовків на C++" + +#: ../freedesktop.org.xml.in.h:41 +msgid "C++ source code" +msgstr "Вихідний код на мові C++" + +#: ../freedesktop.org.xml.in.h:42 +msgid "CCITT G3 fax" +msgstr "Факс CCITT G3" + +#: ../freedesktop.org.xml.in.h:43 +msgid "CD image cuesheet" +msgstr "Задня обкладинка образу CD" + +#: ../freedesktop.org.xml.in.h:44 +msgid "CGI script" +msgstr "Сценарій CGI" + +#: ../freedesktop.org.xml.in.h:45 +msgid "CMU raster image" +msgstr "Растрове зображення CMU" + +#: ../freedesktop.org.xml.in.h:46 +msgid "CPIO archive" +msgstr "Архів CPIO" + +#: ../freedesktop.org.xml.in.h:47 +msgid "CPIO archive (gzip-compressed)" +msgstr "Архів CPIO (стиснений gzip)" + +#: ../freedesktop.org.xml.in.h:48 +msgid "CSS stylesheet" +msgstr "Стильова сторінка CSS" + +#: ../freedesktop.org.xml.in.h:49 +msgid "CSV document" +msgstr "Документ CSV" + +#: ../freedesktop.org.xml.in.h:50 +msgid "Canon raw image" +msgstr "Необроблене зображення Canon" + +#: ../freedesktop.org.xml.in.h:51 +msgid "ChangeLog document" +msgstr "Документ ChangeLog" + +#: ../freedesktop.org.xml.in.h:52 +msgid "Citrix ICA settings file" +msgstr "Файл параметрів Citrix ICA" + +#: ../freedesktop.org.xml.in.h:53 +msgid "Commodore 64 audio" +msgstr "Звук Commodore 64" + +#: ../freedesktop.org.xml.in.h:54 +msgid "Compressed SVG image" +msgstr "Стиснене зображення SVG" + +#: ../freedesktop.org.xml.in.h:55 +msgid "Computer Graphics Metafile" +msgstr "Метафайл комп'ютерної графіки" + +#: ../freedesktop.org.xml.in.h:56 +msgid "Corel Draw drawing" +msgstr "Малюнок Corel Draw" + +#: ../freedesktop.org.xml.in.h:57 +msgid "D source code" +msgstr "Вихідний код на мові D" + +#: ../freedesktop.org.xml.in.h:58 +msgid "DAR archive" +msgstr "Архів DAR" + +#: ../freedesktop.org.xml.in.h:59 +msgid "DCL script" +msgstr "Сценарій DCL" + +#: ../freedesktop.org.xml.in.h:60 +msgid "DER/PEM/Netscape-encoded X.509 certificate" +msgstr "Сертифікат X.509 у форматі DER/PEM/Netscape" + +#: ../freedesktop.org.xml.in.h:61 +msgid "DIB image" +msgstr "Зображення DIB" + +#: ../freedesktop.org.xml.in.h:62 +msgid "DICOM image" +msgstr "Зображення DICOM" + +#: ../freedesktop.org.xml.in.h:63 +msgid "DOS font" +msgstr "Шрифт DOS" + +#: ../freedesktop.org.xml.in.h:64 +msgid "DOS/Windows executable" +msgstr "Виконуваний файл DOS/Windows" + +#: ../freedesktop.org.xml.in.h:65 +msgid "DPX image" +msgstr "Зображення DPX" + +#: ../freedesktop.org.xml.in.h:66 +msgid "DSSSL document" +msgstr "Документ DSSSL" + +#: ../freedesktop.org.xml.in.h:67 +msgid "DTD file" +msgstr "Файл DTD" + +#: ../freedesktop.org.xml.in.h:68 +msgid "DV video" +msgstr "Відео-кліп DV" + +#: ../freedesktop.org.xml.in.h:69 +msgid "DXF vector image" +msgstr "Векторне зображення DXF" + +#: ../freedesktop.org.xml.in.h:70 +msgid "Debian package" +msgstr "Пакет Debian" + +#: ../freedesktop.org.xml.in.h:71 +msgid "Dia diagram" +msgstr "Діаграма Dia" + +#: ../freedesktop.org.xml.in.h:72 +msgid "Digital raw image" +msgstr "Цифрове необроблене зображення" + +#: ../freedesktop.org.xml.in.h:73 +msgid "DirectDraw surface" +msgstr "Поверхня DirectDraw" + +#: ../freedesktop.org.xml.in.h:74 +msgid "DjVu image" +msgstr "Зображення DjVu" + +#: ../freedesktop.org.xml.in.h:75 +msgid "DocBook document" +msgstr "Документ DocBook" + +#: ../freedesktop.org.xml.in.h:76 +msgid "Dolby Digital audio" +msgstr "Звук Dolby Digital" + +#: ../freedesktop.org.xml.in.h:77 +msgid "Dreamcast ROM" +msgstr "ПЗП Dreamcast" + +#: ../freedesktop.org.xml.in.h:78 +msgid "ECMAScript program" +msgstr "Програма на мові ECMAScript" + +#: ../freedesktop.org.xml.in.h:79 +msgid "EMF image" +msgstr "Зображення EMF" + +#: ../freedesktop.org.xml.in.h:80 +msgid "EPS image" +msgstr "Зображення EPS" + +#: ../freedesktop.org.xml.in.h:81 +msgid "EPS image (bzip-compressed)" +msgstr "Зображення EPS (стиснене bzip)" + +#: ../freedesktop.org.xml.in.h:82 +msgid "EPS image (gzip-compressed)" +msgstr "Зображення EPS (стиснене gzip)" + +#: ../freedesktop.org.xml.in.h:83 +msgid "Egon Animator animation" +msgstr "Анімація Egon Animator" + +#: ../freedesktop.org.xml.in.h:84 +msgid "Electronic Business Card" +msgstr "Електронна бізнес-картка" + +#: ../freedesktop.org.xml.in.h:85 +msgid "Emacs Lisp source code" +msgstr "Вихідний код на мові Emacs Lisp" + +#: ../freedesktop.org.xml.in.h:86 +msgid "Enlightenment theme" +msgstr "Тема Enlightenment" + +#: ../freedesktop.org.xml.in.h:87 +msgid "Erlang source code" +msgstr "Вихідний код на мові Erlang" + +#: ../freedesktop.org.xml.in.h:88 +msgid "Excel spreadsheet" +msgstr "Ел.таблиця Excel" + +#: ../freedesktop.org.xml.in.h:89 +msgid "FITS document" +msgstr "Документ FITS" + +#: ../freedesktop.org.xml.in.h:90 +msgid "FLAC audio" +msgstr "Звук FLAC" + +#: ../freedesktop.org.xml.in.h:91 +msgid "FLIC animation" +msgstr "Анімація FLIC" + +#: ../freedesktop.org.xml.in.h:92 +msgid "FPX image" +msgstr "Зображення FPX" + +#: ../freedesktop.org.xml.in.h:93 +msgid "FastTracker II audio" +msgstr "Звук FastTracker II" + +#: ../freedesktop.org.xml.in.h:94 +msgid "Flash video" +msgstr "Відео-кліп Flash" + +#: ../freedesktop.org.xml.in.h:95 +msgid "Fortran source code" +msgstr "Вихідний код на мові Fortran" + +#: ../freedesktop.org.xml.in.h:96 +msgid "Fuji raw image" +msgstr "Необроблене зображення Fuji" + +#: ../freedesktop.org.xml.in.h:97 +msgid "G3 fax image" +msgstr "Факс G3" + +#: ../freedesktop.org.xml.in.h:98 +msgid "GDBM database" +msgstr "База даних GDBM" + +#: ../freedesktop.org.xml.in.h:99 +msgid "GEDCOM family history" +msgstr "Історія родини GEDCOM" + +#: ../freedesktop.org.xml.in.h:100 +msgid "GIF image" +msgstr "Зображення GIF" + +#: ../freedesktop.org.xml.in.h:101 +msgid "GIMP image" +msgstr "Зображення GIMP" + +#: ../freedesktop.org.xml.in.h:102 +msgid "GIMP image (compressed)" +msgstr "Зображення GIMP (стиснене)" + +#: ../freedesktop.org.xml.in.h:103 +msgid "GMC link" +msgstr "Посилання GMC" + +#: ../freedesktop.org.xml.in.h:104 +msgid "GNU Oleo spreadsheet" +msgstr "Ел.таблиця GNU Oleo" + +#: ../freedesktop.org.xml.in.h:105 +msgid "GNU mail message" +msgstr "Поштове повідомлення GNU" + +#: ../freedesktop.org.xml.in.h:106 +msgid "GTK+ configuration" +msgstr "Конфігурація GTK+" + +#: ../freedesktop.org.xml.in.h:107 +msgid "GTKtalog catalog" +msgstr "Каталог GTKtalog" + +#: ../freedesktop.org.xml.in.h:108 +msgid "Game Boy Advance ROM" +msgstr "Розширене ПЗП Game Boy" + +#: ../freedesktop.org.xml.in.h:109 +msgid "Game Boy ROM" +msgstr "ПЗП Game Boy" + +#: ../freedesktop.org.xml.in.h:110 +msgid "Genesis ROM" +msgstr "ПЗП Genesis" + +#: ../freedesktop.org.xml.in.h:111 +msgid "Glade project" +msgstr "Проект Glade" + +#: ../freedesktop.org.xml.in.h:112 +msgid "GnuCash spreadsheet" +msgstr "Ел.таблиця GnuCash" + +#: ../freedesktop.org.xml.in.h:113 +msgid "Gnumeric spreadsheet" +msgstr "Ел.таблиця Gnumeric" + +#: ../freedesktop.org.xml.in.h:114 +msgid "Gnuplot document" +msgstr "Документ Gnuplot" + +#: ../freedesktop.org.xml.in.h:115 +msgid "Google Video Pointer" +msgstr "Вказівник відео Google" + +#: ../freedesktop.org.xml.in.h:116 +msgid "Graphite scientific graph" +msgstr "Наукова графіка Graphite" + +#: ../freedesktop.org.xml.in.h:117 +msgid "HDF document" +msgstr "Документ HDF" + +#: ../freedesktop.org.xml.in.h:118 +msgid "HPGL file" +msgstr "Файл HPGL" + +#: ../freedesktop.org.xml.in.h:119 +msgid "HTML document" +msgstr "Документ HTML" + +#: ../freedesktop.org.xml.in.h:120 +msgid "Haansoft Hangul document" +msgstr "Документ Haansoft Hangul" + +#: ../freedesktop.org.xml.in.h:121 +msgid "Haansoft Hangul document template" +msgstr "Шаблон документу Haansoft Hangul" + +#: ../freedesktop.org.xml.in.h:122 +msgid "Haskell source code" +msgstr "Вихідний код на мові Haskell" + +#: ../freedesktop.org.xml.in.h:123 +msgid "ICO icon" +msgstr "Значок ICO" + +#: ../freedesktop.org.xml.in.h:124 +msgid "IDL document" +msgstr "Документ IDL" + +#: ../freedesktop.org.xml.in.h:125 +msgid "IEF image" +msgstr "Зображення IEF" + +#: ../freedesktop.org.xml.in.h:126 +msgid "IFF image" +msgstr "Зображення IFF" + +#: ../freedesktop.org.xml.in.h:127 +msgid "ILBM image" +msgstr "Зображення ILBM" + +#: ../freedesktop.org.xml.in.h:128 +msgid "ISI video" +msgstr "Відео-кліп ISI" + +#: ../freedesktop.org.xml.in.h:129 +msgid "Impulse Tracker audio" +msgstr "Звук Impulse Tracker" + +#: ../freedesktop.org.xml.in.h:130 +msgid "JAD document" +msgstr "Документ JAD" + +#: ../freedesktop.org.xml.in.h:131 +msgid "JBuilder project" +msgstr "Проект JBuilder" + +#: ../freedesktop.org.xml.in.h:132 +msgid "JET database" +msgstr "База даних JET" + +#: ../freedesktop.org.xml.in.h:133 +msgid "JNG image" +msgstr "Зображення JNG" + +#: ../freedesktop.org.xml.in.h:134 +msgid "JNLP file" +msgstr "Файл JNLP" + +#: ../freedesktop.org.xml.in.h:135 +msgid "JPEG image" +msgstr "Зображення JPEG" + +#: ../freedesktop.org.xml.in.h:136 +msgid "JPEG-2000 image" +msgstr "Зображення JPEG-2000" + +#: ../freedesktop.org.xml.in.h:137 +msgid "Java archive" +msgstr "Архів Java" + +#: ../freedesktop.org.xml.in.h:138 +msgid "Java byte code" +msgstr "Байт-код Java" + +#: ../freedesktop.org.xml.in.h:139 +msgid "Java class" +msgstr "Клас Java" + +#: ../freedesktop.org.xml.in.h:140 +msgid "Java source code" +msgstr "Вихідний код на мові Java" + +#: ../freedesktop.org.xml.in.h:141 +msgid "JavaScript program" +msgstr "Програма на мові JavaScript" + +#: ../freedesktop.org.xml.in.h:142 +msgid "KChart chart" +msgstr "Діаграма KChart" + +#: ../freedesktop.org.xml.in.h:143 +msgid "KFormula formula" +msgstr "Формула KFormula" + +#: ../freedesktop.org.xml.in.h:144 +msgid "KIllustrator drawing" +msgstr "Малюнок KIllustrator" + +#: ../freedesktop.org.xml.in.h:145 +msgid "KPovModeler scene" +msgstr "Сцена KPovModeler" + +#: ../freedesktop.org.xml.in.h:146 +msgid "KPresenter presentation" +msgstr "Презентація KPresenter" + +#: ../freedesktop.org.xml.in.h:147 +msgid "KSpread spreadsheet" +msgstr "Ел.таблиця KSpread" + +#: ../freedesktop.org.xml.in.h:148 +msgid "KSpread spreadsheet (encrypted)" +msgstr "Ел.таблиця KSpread (зашифрована)" + +#: ../freedesktop.org.xml.in.h:149 +msgid "KSysV init package" +msgstr "Пакет KSysV init" + +#: ../freedesktop.org.xml.in.h:150 +msgid "KWord document" +msgstr "Документ KWord" + +#: ../freedesktop.org.xml.in.h:151 +msgid "KWord document (encrypted)" +msgstr "Документ KWord (зашифрований)" + +#: ../freedesktop.org.xml.in.h:152 +msgid "Karbon14 drawing" +msgstr "Малюнок Karbon14" + +#: ../freedesktop.org.xml.in.h:153 +msgid "Kivio flowchart" +msgstr "Діаграма потоків Kivio" + +#: ../freedesktop.org.xml.in.h:154 +msgid "Kodak raw image" +msgstr "Необроблене зображення Kodak" + +#: ../freedesktop.org.xml.in.h:155 +msgid "Kontour drawing" +msgstr "Малюнок Kontour" + +#: ../freedesktop.org.xml.in.h:156 +msgid "Krita document" +msgstr "Документ Krita" + +#: ../freedesktop.org.xml.in.h:157 +msgid "Kugar document" +msgstr "Документ Kugar" + +#: ../freedesktop.org.xml.in.h:158 +msgid "LDIF address book" +msgstr "Адресна книга LDIF" + +#: ../freedesktop.org.xml.in.h:159 +msgid "LHA archive" +msgstr "Архів LHA" + +#: ../freedesktop.org.xml.in.h:160 +msgid "LHS source code" +msgstr "Вихідний код LHS" + +#: ../freedesktop.org.xml.in.h:161 +msgid "LHZ archive" +msgstr "Архів LHZ" + +#: ../freedesktop.org.xml.in.h:162 +msgid "LIBGRX font" +msgstr "Шрифт LIBGRX" + +#: ../freedesktop.org.xml.in.h:163 +msgid "LZO archive" +msgstr "Архів LZO" + +#: ../freedesktop.org.xml.in.h:164 +msgid "LightWave object" +msgstr "Об'єкт LightWave" + +#: ../freedesktop.org.xml.in.h:165 +msgid "LightWave scene" +msgstr "Сцена LightWave" + +#: ../freedesktop.org.xml.in.h:166 +msgid "Linux PSF console font" +msgstr "Консольний шрифт Linux PSF" + +#: ../freedesktop.org.xml.in.h:167 +msgid "Linux PSF console font (gzip-compressed)" +msgstr "Консольний шрифт Linux PSF (стиснений gzip)" + +#: ../freedesktop.org.xml.in.h:168 +msgid "Lotus 1-2-3 spreadsheet" +msgstr "Ел.таблиця Lotus 1-2-3" + +#: ../freedesktop.org.xml.in.h:169 +msgid "Lotus AmiPro document" +msgstr "Документ Lotus AmiPro" + +#: ../freedesktop.org.xml.in.h:170 +msgid "Lua script" +msgstr "Сценарій Lua" + +#: ../freedesktop.org.xml.in.h:171 +msgid "LyX document" +msgstr "Документ LyX" + +#: ../freedesktop.org.xml.in.h:172 +msgid "M4 macro" +msgstr "Макрос M4" + +#: ../freedesktop.org.xml.in.h:173 +msgid "MATLAB script/function" +msgstr "Сценарій/функція MATLAB" + +#: ../freedesktop.org.xml.in.h:174 +msgid "MIDI audio" +msgstr "Звук MIDI" + +#: ../freedesktop.org.xml.in.h:175 +msgid "MNG animation" +msgstr "Анімація MNG" + +#: ../freedesktop.org.xml.in.h:176 +msgid "MP2 audio" +msgstr "Звук MP2" + +#: ../freedesktop.org.xml.in.h:177 +msgid "MP3 ShoutCast playlist" +msgstr "Список програвання MP3 ShoutCast" + +#: ../freedesktop.org.xml.in.h:178 +msgid "MP3 audio" +msgstr "Звук MP3" + +#: ../freedesktop.org.xml.in.h:179 +msgid "MP3 audio (streamed)" +msgstr "Звук MP3 (потоковий)" + +#: ../freedesktop.org.xml.in.h:180 +msgid "MP3 playlist" +msgstr "Список програвання MP3" + +#: ../freedesktop.org.xml.in.h:181 +msgid "MPEG video" +msgstr "Відео-кліп MPEG" + +#: ../freedesktop.org.xml.in.h:182 +msgid "MPEG-4 audio" +msgstr "Звук MPEG-4" + +#: ../freedesktop.org.xml.in.h:183 +msgid "MPEG-4 video" +msgstr "Відео-кліп MPEG-4" + +#: ../freedesktop.org.xml.in.h:184 +msgid "MSX ROM" +msgstr "ПЗП MSX" + +#: ../freedesktop.org.xml.in.h:185 +msgid "MacOS X icon" +msgstr "Значок MacOS X" + +#: ../freedesktop.org.xml.in.h:186 +msgid "MacPaint Bitmap image" +msgstr "Растрове зображення MacPaint" + +#: ../freedesktop.org.xml.in.h:187 +msgid "Macintosh AppleDouble-encoded file" +msgstr "Файл закодований Macintosh AppleDouble" + +#: ../freedesktop.org.xml.in.h:188 +msgid "Macintosh BinHex-encoded file" +msgstr "Файл закодований Macintosh BinHex" + +#: ../freedesktop.org.xml.in.h:189 +msgid "Macintosh MacBinary file" +msgstr "Файл Macintosh MacBinary" + +#: ../freedesktop.org.xml.in.h:190 +msgid "Macintosh Quickdraw/PICT drawing" +msgstr "Малюнок Macintosh Quickdraw/PICT" + +#: ../freedesktop.org.xml.in.h:191 +msgid "Macintosh StuffIt archive" +msgstr "Архів Macintosh StuffIt" + +#: ../freedesktop.org.xml.in.h:192 +msgid "MagicPoint presentation" +msgstr "Презентація MagicPoint" + +#: ../freedesktop.org.xml.in.h:193 +msgid "Mailbox file" +msgstr "Файл поштової скриньки" + +#: ../freedesktop.org.xml.in.h:194 +msgid "Makefile" +msgstr "Файл проекту make" + +#: ../freedesktop.org.xml.in.h:195 +msgid "Markaby script" +msgstr "Сценарій Markaby" + +#: ../freedesktop.org.xml.in.h:196 +msgid "MathML document" +msgstr "Документ MathML" + +#: ../freedesktop.org.xml.in.h:197 +msgid "Mathematica Notebook" +msgstr "Математичний записник" + +#: ../freedesktop.org.xml.in.h:198 +msgid "Matroska audio" +msgstr "Звук Matroska" + +#: ../freedesktop.org.xml.in.h:199 +msgid "Matroska video" +msgstr "Відео-кліп Matroska" + +#: ../freedesktop.org.xml.in.h:200 +msgid "MiniPSF audio" +msgstr "Звук MiniPSF" + +#: ../freedesktop.org.xml.in.h:201 +msgid "Minolta raw image" +msgstr "Необроблене зображення Minolta" + +#: ../freedesktop.org.xml.in.h:202 +msgid "Monkey's audio" +msgstr "Звук Monkey's" + +#: ../freedesktop.org.xml.in.h:203 +msgid "Mozilla bookmarks" +msgstr "Закладки Mozilla" + +#: ../freedesktop.org.xml.in.h:204 +msgid "Mup publication" +msgstr "Публікація Mup" + +#: ../freedesktop.org.xml.in.h:205 +msgid "Musepack audio" +msgstr "Звук Musepack" + +#: ../freedesktop.org.xml.in.h:206 +msgid "NES ROM" +msgstr "ПЗП NES" + +#: ../freedesktop.org.xml.in.h:207 +msgid "NSV video" +msgstr "Відео-кліп NSV" + +#: ../freedesktop.org.xml.in.h:208 +msgid "Nautilus link" +msgstr "Посилання Nautilus" + +#: ../freedesktop.org.xml.in.h:209 +msgid "Nikon raw image" +msgstr "Необроблене зображення Nikon" + +#: ../freedesktop.org.xml.in.h:210 +msgid "Nintendo DS ROM" +msgstr "ПЗП Nintendo" + +#: ../freedesktop.org.xml.in.h:211 +msgid "Nintendo64 ROM" +msgstr "ПЗП Nintendo64" + +#: ../freedesktop.org.xml.in.h:212 +msgid "OCL file" +msgstr "Файл OCL" + +#: ../freedesktop.org.xml.in.h:213 +msgid "OCaml source code" +msgstr "Первинний код на мові OCaml" + +#: ../freedesktop.org.xml.in.h:214 +msgid "ODA document" +msgstr "Документ ODA" + +#: ../freedesktop.org.xml.in.h:215 +msgid "ODB database" +msgstr "База даних ODB" + +#: ../freedesktop.org.xml.in.h:216 +msgid "ODC chart" +msgstr "Діаграма ODC" + +#: ../freedesktop.org.xml.in.h:217 +msgid "ODF formula" +msgstr "Формула ODF" + +#: ../freedesktop.org.xml.in.h:218 +msgid "ODG drawing" +msgstr "Малюнок ODG" + +#: ../freedesktop.org.xml.in.h:219 +msgid "ODG template" +msgstr "Шаблон ODG" + +#: ../freedesktop.org.xml.in.h:220 +msgid "ODI image" +msgstr "Зображення ODI" + +#: ../freedesktop.org.xml.in.h:221 +msgid "ODM document" +msgstr "Документ ODM" + +#: ../freedesktop.org.xml.in.h:222 +msgid "ODP presentation" +msgstr "Презентація ODP" + +#: ../freedesktop.org.xml.in.h:223 +msgid "ODP template" +msgstr "Шаблон ODP" + +#: ../freedesktop.org.xml.in.h:224 +msgid "ODS spreadsheet" +msgstr "Ел.таблиця ODS" + +#: ../freedesktop.org.xml.in.h:225 +msgid "ODS template" +msgstr "Шаблон ODS" + +#: ../freedesktop.org.xml.in.h:226 +msgid "ODT document" +msgstr "Документ ODT" + +#: ../freedesktop.org.xml.in.h:227 +msgid "ODT template" +msgstr "Шаблон ODT" + +#: ../freedesktop.org.xml.in.h:228 +msgid "OLE2 compound document storage" +msgstr "Сховище складних документів OLE2" + +#: ../freedesktop.org.xml.in.h:229 +msgid "OTH template" +msgstr "Шаблон OTH" + +#: ../freedesktop.org.xml.in.h:230 +msgid "Objective-C source code" +msgstr "Вихідний код на мові Objective-C" + +#: ../freedesktop.org.xml.in.h:231 +msgid "Office drawing" +msgstr "Малюнок Office" + +#: ../freedesktop.org.xml.in.h:232 +msgid "Ogg Audio" +msgstr "Звук Ogg" + +#: ../freedesktop.org.xml.in.h:233 +msgid "Ogg Video" +msgstr "Відео Ogg" + +#: ../freedesktop.org.xml.in.h:234 +msgid "Ogg multimedia" +msgstr "Мультимедіа Ogg" + +#: ../freedesktop.org.xml.in.h:235 +msgid "Olympus raw image" +msgstr "Необроблене зображення Olympus" + +#: ../freedesktop.org.xml.in.h:236 +msgid "OpenOffice Calc spreadsheet" +msgstr "Ел.таблиця OpenOffice Calc" + +#: ../freedesktop.org.xml.in.h:237 +msgid "OpenOffice Calc template" +msgstr "Шаблон ел.таблиці OpenOffice Calc" + +#: ../freedesktop.org.xml.in.h:238 +msgid "OpenOffice Draw drawing" +msgstr "Малюнок OpenOffice Draw" + +#: ../freedesktop.org.xml.in.h:239 +msgid "OpenOffice Draw template" +msgstr "Шаблон малюнку OpenOffice Draw" + +#: ../freedesktop.org.xml.in.h:240 +msgid "OpenOffice Impress presentation" +msgstr "Презентація OpenOffice Impress" + +#: ../freedesktop.org.xml.in.h:241 +msgid "OpenOffice Impress template" +msgstr "Шаблон презентації OpenOffice Impress" + +#: ../freedesktop.org.xml.in.h:242 +msgid "OpenOffice Math formula" +msgstr "Формула OpenOffice Math" + +#: ../freedesktop.org.xml.in.h:243 +msgid "OpenOffice Writer document" +msgstr "Документ OpenOffice Writer" + +#: ../freedesktop.org.xml.in.h:244 +msgid "OpenOffice Writer global document" +msgstr "Глобальний документ OpenOffice Writer" + +#: ../freedesktop.org.xml.in.h:245 +msgid "OpenOffice Writer template" +msgstr "Шаблон документу OpenOffice Writer" + +#: ../freedesktop.org.xml.in.h:246 +msgid "OpenType font" +msgstr "Шрифт OpenType" + +#: ../freedesktop.org.xml.in.h:247 +msgid "PBM image" +msgstr "Зображення PBM" + +#: ../freedesktop.org.xml.in.h:248 +msgid "PCD image" +msgstr "Зображення PCD" + +#: ../freedesktop.org.xml.in.h:249 +msgid "PCF font" +msgstr "Шрифт PCF" + +#: ../freedesktop.org.xml.in.h:250 +msgid "PCL file" +msgstr "Файл PCL" + +#: ../freedesktop.org.xml.in.h:251 +msgid "PCM audio" +msgstr "Звук PCM" + +#: ../freedesktop.org.xml.in.h:252 +msgid "PCX image" +msgstr "Зображення PCX" + +#: ../freedesktop.org.xml.in.h:253 +msgid "PDF document" +msgstr "Документ PDF" + +#: ../freedesktop.org.xml.in.h:254 +msgid "PDF document (bzip-compressed)" +msgstr "Документ PDF (стиснений bzip)" + +#: ../freedesktop.org.xml.in.h:255 +msgid "PDF document (gzip-compressed)" +msgstr "Документ PDF (стиснений gzip)" + +#: ../freedesktop.org.xml.in.h:256 +msgid "PEF executable" +msgstr "Виконуваний файл PEF" + +#: ../freedesktop.org.xml.in.h:257 +msgid "PGM image" +msgstr "Зображення PGM" + +#: ../freedesktop.org.xml.in.h:258 +msgid "PGN chess game notation" +msgstr "Запис гри у шахи PGN" + +#: ../freedesktop.org.xml.in.h:259 +msgid "PGP keys" +msgstr "Ключі PGP" + +#: ../freedesktop.org.xml.in.h:260 +msgid "PGP/MIME-encrypted message header" +msgstr "Заголовок шифрованого PGP/MIME повідомлення" + +#: ../freedesktop.org.xml.in.h:261 +msgid "PHP script" +msgstr "Сценарій PHP" + +#: ../freedesktop.org.xml.in.h:262 +msgid "PKCS#10 certification request" +msgstr "Комплект сертифікатів PKCS#10" + +#: ../freedesktop.org.xml.in.h:263 +msgid "PKCS#12 certificate bundle" +msgstr "Комплект сертифікатів PKCS#12" + +#: ../freedesktop.org.xml.in.h:264 +msgid "PNG image" +msgstr "Зображення PNG" + +#: ../freedesktop.org.xml.in.h:265 +msgid "PNM image" +msgstr "Зображення PNM" + +#: ../freedesktop.org.xml.in.h:266 +msgid "PPM image" +msgstr "Зображення PPM" + +#: ../freedesktop.org.xml.in.h:267 +msgid "PS document" +msgstr "Документ PS" + +#: ../freedesktop.org.xml.in.h:268 +msgid "PSD image" +msgstr "Зображення PSD" + +#: ../freedesktop.org.xml.in.h:269 +msgid "PSF audio" +msgstr "Звук PSF" + +#: ../freedesktop.org.xml.in.h:270 +msgid "PSFlib audio library" +msgstr "Аудіо-бібліотека PSFlib" + +#: ../freedesktop.org.xml.in.h:271 +msgid "Palm OS database" +msgstr "База даних Palm OS" + +#: ../freedesktop.org.xml.in.h:272 +msgid "Panasonic raw image" +msgstr "Необроблене зображення Panasonic" + +#: ../freedesktop.org.xml.in.h:273 +msgid "Pascal source code" +msgstr "Вихідний код на мові Pascal" + +#: ../freedesktop.org.xml.in.h:274 +msgid "Pathetic Writer document" +msgstr "Документ Pathetic Writer" + +#: ../freedesktop.org.xml.in.h:275 +msgid "Pentax raw image" +msgstr "Необроблене зображення Pentax" + +#: ../freedesktop.org.xml.in.h:276 +msgid "Perl script" +msgstr "Сценарій на Perl" + +#: ../freedesktop.org.xml.in.h:277 +msgid "PlanPerfect spreadsheet" +msgstr "Ел.таблиця PlanPerfect" + +#: ../freedesktop.org.xml.in.h:278 +msgid "Playlist" +msgstr "Список програвання" + +#: ../freedesktop.org.xml.in.h:279 +msgid "Plucker document" +msgstr "Документ Plucker" + +#: ../freedesktop.org.xml.in.h:280 +msgid "PostScript document (bzip-compressed)" +msgstr "Документ PostScript (стиснене bzip)" + +#: ../freedesktop.org.xml.in.h:281 +msgid "PostScript document (gzip-compressed)" +msgstr "Документ PostScript (стиснене gzip)" + +#: ../freedesktop.org.xml.in.h:282 +msgid "PowerPoint presentation" +msgstr "Презентація PowerPoint" + +#: ../freedesktop.org.xml.in.h:283 +msgid "Python bytecode" +msgstr "Байт-код Python" + +#: ../freedesktop.org.xml.in.h:284 +msgid "Python script" +msgstr "Сценарій на мові Python" + +#: ../freedesktop.org.xml.in.h:285 +msgid "QT video" +msgstr "Відео-кліп QT" + +#: ../freedesktop.org.xml.in.h:286 +msgid "Qt Designer file" +msgstr "Файл програми Qt-дизайнер" + +#: ../freedesktop.org.xml.in.h:287 +msgid "Qt MOC file" +msgstr "Файл мета-об'єкт Qt" + +#: ../freedesktop.org.xml.in.h:288 +msgid "Quattro Pro spreadsheet" +msgstr "Ел.таблиця Quattro Pro" + +#: ../freedesktop.org.xml.in.h:289 +msgid "QuickTime metalink playlist" +msgstr "Список відтворення QuickTime metalink" + +#: ../freedesktop.org.xml.in.h:290 +msgid "Quicken document" +msgstr "Документ Quicken" + +#: ../freedesktop.org.xml.in.h:291 +msgid "RAR archive" +msgstr "Архів RAR" + +#: ../freedesktop.org.xml.in.h:292 +msgid "RDF file" +msgstr "Файл RDF" + +#: ../freedesktop.org.xml.in.h:293 +msgid "README document" +msgstr "Документ README" + +#: ../freedesktop.org.xml.in.h:294 +msgid "RGB image" +msgstr "Зображення RGB" + +#: ../freedesktop.org.xml.in.h:295 +msgid "RIFF audio" +msgstr "Звук RIFF" + +#: ../freedesktop.org.xml.in.h:296 +msgid "RPM package" +msgstr "Пакет RPM" + +#: ../freedesktop.org.xml.in.h:297 +msgid "RSS summary" +msgstr "Зведення сайту RSS" + +#: ../freedesktop.org.xml.in.h:298 +msgid "RTF document" +msgstr "Документ RTF" + +#: ../freedesktop.org.xml.in.h:299 +msgid "RealAudio document" +msgstr "Документ RealAudio" + +#: ../freedesktop.org.xml.in.h:300 +msgid "RealMedia document" +msgstr "Документ RealMedia" + +#: ../freedesktop.org.xml.in.h:301 +msgid "RealPix document" +msgstr "Документ RealPix" + +#: ../freedesktop.org.xml.in.h:302 +msgid "RealText document" +msgstr "Документ RealText" + +#: ../freedesktop.org.xml.in.h:303 +msgid "RealVideo document" +msgstr "Документ RealVideo" + +#: ../freedesktop.org.xml.in.h:304 +msgid "Ruby script" +msgstr "Сценарій Ruby" + +#: ../freedesktop.org.xml.in.h:305 +msgid "Run Length Encoded bitmap" +msgstr "растрове зображення біжучої довжини" + +#: ../freedesktop.org.xml.in.h:306 +msgid "S/MIME file" +msgstr "Файл S/MIME" + +#: ../freedesktop.org.xml.in.h:307 +msgid "SC/Xspread spreadsheet" +msgstr "Ел.таблиця SC/Xspread" + +#: ../freedesktop.org.xml.in.h:308 +msgid "SGI image" +msgstr "Зображення SGI" + +#: ../freedesktop.org.xml.in.h:309 +msgid "SGI video" +msgstr "Відео-кліп SGI" + +#: ../freedesktop.org.xml.in.h:310 +msgid "SGML document" +msgstr "Документ SGML" + +#: ../freedesktop.org.xml.in.h:311 +msgid "SIS package" +msgstr "Пакет SIS" + +#: ../freedesktop.org.xml.in.h:312 +msgid "SISX package" +msgstr "Пакет SISX" + +#: ../freedesktop.org.xml.in.h:313 +msgid "SMIL document" +msgstr "Документ SMIL" + +#: ../freedesktop.org.xml.in.h:314 +msgid "SMS/Game Gear ROM" +msgstr "ПЗП SMS/Game Gear" + +#: ../freedesktop.org.xml.in.h:315 +msgid "SQL code" +msgstr "Код SQL" + +#: ../freedesktop.org.xml.in.h:316 +msgid "SQLite2 database" +msgstr "База даних SQLite2" + +#: ../freedesktop.org.xml.in.h:317 +msgid "SQLite3 database" +msgstr "База даних SQLite3" + +#: ../freedesktop.org.xml.in.h:318 +msgid "SUN Rasterfile image" +msgstr "Зображення SUN Rasterfile" + +#: ../freedesktop.org.xml.in.h:319 +msgid "SV4 CPIO archive" +msgstr "Архів SV4 CPIO" + +#: ../freedesktop.org.xml.in.h:320 +msgid "SV4 CPIO archive (with CRC)" +msgstr "Архів SV4 CPIO (з CRC)" + +#: ../freedesktop.org.xml.in.h:321 +msgid "SVG image" +msgstr "Зображення SVG" + +#: ../freedesktop.org.xml.in.h:322 +msgid "Scheme source code" +msgstr "Вихідний файл на мові Scheme" + +#: ../freedesktop.org.xml.in.h:323 +msgid "Scream Tracker 3 audio" +msgstr "Звук Scream Tracker 3" + +#: ../freedesktop.org.xml.in.h:324 +msgid "Scream Tracker audio" +msgstr "Звук Scream Tracker" + +#: ../freedesktop.org.xml.in.h:325 +msgid "Scream Tracker instrument" +msgstr "Інструмент Scream Tracker" + +#: ../freedesktop.org.xml.in.h:326 +msgid "Setext document" +msgstr "Документ Setext" + +#: ../freedesktop.org.xml.in.h:327 +msgid "Shockwave Flash file" +msgstr "Файл Shockwave Flash" + +#. translators: "Shorten" is the name of an audio codec +#: ../freedesktop.org.xml.in.h:329 +msgid "Shorten audio" +msgstr "Звук Shorten" + +#: ../freedesktop.org.xml.in.h:330 +msgid "Siag spreadsheet" +msgstr "Ел.таблиця Siag" + +#: ../freedesktop.org.xml.in.h:331 +msgid "Sieve mail filter script" +msgstr "Сценарій поштового фільтру Sieve" + +#: ../freedesktop.org.xml.in.h:332 +msgid "Sigma raw image" +msgstr "Необроблене зображення Sigma" + +#: ../freedesktop.org.xml.in.h:333 +msgid "Sony raw image" +msgstr "Необроблене зображення Sony" + +#: ../freedesktop.org.xml.in.h:334 +msgid "Speech document" +msgstr "Документ Speech" + +#: ../freedesktop.org.xml.in.h:335 +msgid "Speedo font" +msgstr "Шрифт Speedo" + +#: ../freedesktop.org.xml.in.h:336 +msgid "Speex audio" +msgstr "Звук Speex" + +#: ../freedesktop.org.xml.in.h:337 +msgid "Spreadsheet interchange document" +msgstr "Документ обміну ел.таблицями" + +#: ../freedesktop.org.xml.in.h:338 +msgid "Stampede package" +msgstr "Пакет Stampede" + +#: ../freedesktop.org.xml.in.h:339 +msgid "StarCalc spreadsheet" +msgstr "Ел.таблиця StarCalc" + +#: ../freedesktop.org.xml.in.h:340 +msgid "StarChart chart" +msgstr "Діаграма StarChart" + +#: ../freedesktop.org.xml.in.h:341 +msgid "StarDraw drawing" +msgstr "Малюнок StarDraw" + +#: ../freedesktop.org.xml.in.h:342 +msgid "StarImpress presentation" +msgstr "Презентація StarImpress" + +#: ../freedesktop.org.xml.in.h:343 +msgid "StarMail email" +msgstr "Поштове повідомлення StarMail" + +#: ../freedesktop.org.xml.in.h:344 +msgid "StarMath formula" +msgstr "Формула StarMath" + +#: ../freedesktop.org.xml.in.h:345 +msgid "StarWriter document" +msgstr "Документ StarWriter" + +#: ../freedesktop.org.xml.in.h:346 +msgid "StuffIt archive" +msgstr "Архів StuffIt" + +#: ../freedesktop.org.xml.in.h:347 +msgid "SunOS News font" +msgstr "Шрифт SunOS News" + +#: ../freedesktop.org.xml.in.h:348 +msgid "Super Nintendo ROM" +msgstr "ПЗП Super Nintendo" + +#: ../freedesktop.org.xml.in.h:349 +msgid "T602 document" +msgstr "Документ T602" + +#: ../freedesktop.org.xml.in.h:350 +msgid "TGA image" +msgstr "Зображення TGA" + +#: ../freedesktop.org.xml.in.h:351 +msgid "TGIF document" +msgstr "Документ TGIF" + +#: ../freedesktop.org.xml.in.h:352 +msgid "TIFF image" +msgstr "Зображення TIFF" + +#: ../freedesktop.org.xml.in.h:353 +msgid "TNEF message" +msgstr "Повідомлення TNEF" + +#: ../freedesktop.org.xml.in.h:354 +msgid "TSV document" +msgstr "Документ TSV" + +#: ../freedesktop.org.xml.in.h:355 +msgid "Tcl script" +msgstr "Сценарій Tcl" + +#: ../freedesktop.org.xml.in.h:356 +msgid "TeX DVI document" +msgstr "Документ TeX DVI" + +#: ../freedesktop.org.xml.in.h:357 +msgid "TeX DVI document (bzip-compressed)" +msgstr "Документ TeX DVI (стиснений bzip)" + +#: ../freedesktop.org.xml.in.h:358 +msgid "TeX DVI document (gzip-compressed)" +msgstr "Документ TeX DVI (стиснений gzip)" + +#: ../freedesktop.org.xml.in.h:359 +msgid "TeX document" +msgstr "Документ TeX" + +#: ../freedesktop.org.xml.in.h:360 +msgid "TeX font" +msgstr "Шрифт TeX" + +#: ../freedesktop.org.xml.in.h:361 +msgid "TeX font metrics" +msgstr "Метрики шрифту TeX" + +#: ../freedesktop.org.xml.in.h:362 +msgid "TeXInfo document" +msgstr "Документ TeXInfo" + +#: ../freedesktop.org.xml.in.h:363 +msgid "ToutDoux document" +msgstr "Документ ToutDoux" + +#: ../freedesktop.org.xml.in.h:364 +msgid "Troff ME input document" +msgstr "Вхідний документ Troff ME" + +#: ../freedesktop.org.xml.in.h:365 +msgid "Troff MM input document" +msgstr "Вхідний документ Troff MM" + +#: ../freedesktop.org.xml.in.h:366 +msgid "Troff MS input document" +msgstr "Вхідний документ Troff MS" + +#: ../freedesktop.org.xml.in.h:367 +msgid "Troff document" +msgstr "Документ Troff" + +#: ../freedesktop.org.xml.in.h:368 +msgid "Troff document (with manpage macros)" +msgstr "Документ Troff (з макросами manpage)" + +#: ../freedesktop.org.xml.in.h:369 +msgid "TrueAudio audio" +msgstr "Звук TrueAudio" + +#: ../freedesktop.org.xml.in.h:370 +msgid "TrueType font" +msgstr "Шрифт TrueType" + +#: ../freedesktop.org.xml.in.h:371 +msgid "UFRaw ID file" +msgstr "Файл UFRaw ID" + +#: ../freedesktop.org.xml.in.h:372 +msgid "ULAW (Sun) audio" +msgstr "Звук ULAW (Sun)" + +#: ../freedesktop.org.xml.in.h:373 +msgid "UNIX-compressed file" +msgstr "Стиснений файл UNIX" + +#: ../freedesktop.org.xml.in.h:374 +msgid "Unidata NetCDF document" +msgstr "Документ Unidata NetCDF" + +#: ../freedesktop.org.xml.in.h:375 +msgid "Usenet news message" +msgstr "Повідомлення новин Usenet" + +#: ../freedesktop.org.xml.in.h:376 +msgid "V font" +msgstr "V-шрифт" + +#: ../freedesktop.org.xml.in.h:377 +msgid "VCS/ICS calendar" +msgstr "Календар VCS/ICS" + +#: ../freedesktop.org.xml.in.h:378 +msgid "VHDL document" +msgstr "Документ VHDL" + +#: ../freedesktop.org.xml.in.h:379 +msgid "VOC audio" +msgstr "Звук VOC" + +#: ../freedesktop.org.xml.in.h:380 +msgid "VRML document" +msgstr "Документ VRML" + +#: ../freedesktop.org.xml.in.h:381 +msgid "Vivo video" +msgstr "Відео Vivo" + +#: ../freedesktop.org.xml.in.h:382 +msgid "WAIS source code" +msgstr "Вихідний код на мові WAIS" + +#: ../freedesktop.org.xml.in.h:383 +msgid "WAV audio" +msgstr "Звук WAV" + +#: ../freedesktop.org.xml.in.h:384 +msgid "WBMP image" +msgstr "Зображення WBMP" + +#: ../freedesktop.org.xml.in.h:385 +msgid "WMA audio" +msgstr "Звук WMA" + +#: ../freedesktop.org.xml.in.h:386 +msgid "WMF image" +msgstr "Зображення WMF" + +#: ../freedesktop.org.xml.in.h:387 +msgid "WML document" +msgstr "Документ WML" + +#: ../freedesktop.org.xml.in.h:388 +msgid "WMLScript program" +msgstr "Програма на мові WMLScript" + +#: ../freedesktop.org.xml.in.h:389 +msgid "WMV video" +msgstr "Відео-кліп WMV" + +#: ../freedesktop.org.xml.in.h:390 +msgid "WRI document" +msgstr "Документ WRI" + +#: ../freedesktop.org.xml.in.h:391 +msgid "WavPack audio" +msgstr "Звук WavPack" + +#: ../freedesktop.org.xml.in.h:392 +msgid "WavPack audio correction file" +msgstr "Файл корекції звуку WavPack" + +#: ../freedesktop.org.xml.in.h:393 +msgid "Wavelet video" +msgstr "Відео-кліп Wavelet" + +#: ../freedesktop.org.xml.in.h:394 +msgid "Windows BMP image" +msgstr "Зображення Windows BMP" + +#: ../freedesktop.org.xml.in.h:395 +msgid "Windows cursor" +msgstr "Курсор Windows" + +#: ../freedesktop.org.xml.in.h:396 +msgid "Word document" +msgstr "Документ Word" + +#: ../freedesktop.org.xml.in.h:397 +msgid "WordPerfect document" +msgstr "документ WordPerfect" + +#: ../freedesktop.org.xml.in.h:398 +msgid "WordPerfect/Drawperfect image" +msgstr "Зображення WordPerfect/Drawperfect" + +#: ../freedesktop.org.xml.in.h:399 +msgid "X window image" +msgstr "Зображення X window" + +#: ../freedesktop.org.xml.in.h:400 +msgid "X-Motif UIL table" +msgstr "Таблиця X-Motif UIL" + +#: ../freedesktop.org.xml.in.h:401 +msgid "X11 cursor" +msgstr "Курсор X11" + +#: ../freedesktop.org.xml.in.h:402 +msgid "XBEL bookmarks" +msgstr "Закладки XBEL" + +#: ../freedesktop.org.xml.in.h:403 +msgid "XBM image" +msgstr "Зображення XBM" + +#: ../freedesktop.org.xml.in.h:404 +msgid "XFig image" +msgstr "Зображення XFig" + +#: ../freedesktop.org.xml.in.h:405 +msgid "XHTML page" +msgstr "Сторінка XHTML" + +#: ../freedesktop.org.xml.in.h:406 +msgid "XLIFF translation file" +msgstr "Файл перекладу XLIFF" + +#: ../freedesktop.org.xml.in.h:407 +msgid "XMCD CD database" +msgstr "База даних XMCD CD" + +#: ../freedesktop.org.xml.in.h:408 +msgid "XMI file" +msgstr "Файл XMI" + +#: ../freedesktop.org.xml.in.h:409 +msgid "XML document" +msgstr "Документ XML" + +#: ../freedesktop.org.xml.in.h:410 +msgid "XPM image" +msgstr "Зображення XPM" + +#: ../freedesktop.org.xml.in.h:411 +msgid "XPS document" +msgstr "Документ XPS" + +#: ../freedesktop.org.xml.in.h:412 +msgid "XSL FO file" +msgstr "Файл XSL FO" + +#: ../freedesktop.org.xml.in.h:413 +msgid "XSLT stylesheet" +msgstr "Стильова сторінка XSLT" + +#: ../freedesktop.org.xml.in.h:414 +msgid "XSPF playlist" +msgstr "Список програвання XSPF" + +#: ../freedesktop.org.xml.in.h:415 +msgid "XUL document" +msgstr "Документ XUL" + +#: ../freedesktop.org.xml.in.h:416 +msgid "XUL interface document" +msgstr "Документ інтерфейсу XUL" + +#: ../freedesktop.org.xml.in.h:417 +msgid "Xbase document" +msgstr "Документ Xbase" + +#: ../freedesktop.org.xml.in.h:418 +msgid "ZIP archive" +msgstr "Архів ZIP" + +#: ../freedesktop.org.xml.in.h:419 +msgid "application log" +msgstr "журнал програми" + +#: ../freedesktop.org.xml.in.h:420 +msgid "author credits" +msgstr "подяки авторам програми" + +#: ../freedesktop.org.xml.in.h:421 +msgid "author list" +msgstr "перелік авторів" + +#: ../freedesktop.org.xml.in.h:422 +msgid "backup file" +msgstr "резервна копія" + +#: ../freedesktop.org.xml.in.h:423 +msgid "block device" +msgstr "блочний пристрій" + +#: ../freedesktop.org.xml.in.h:424 +msgid "bzip archive" +msgstr "архів bzip" + +#: ../freedesktop.org.xml.in.h:425 +msgid "character device" +msgstr "символьний пристрій" + +#: ../freedesktop.org.xml.in.h:426 +msgid "compound document" +msgstr "складний документ" + +#: ../freedesktop.org.xml.in.h:427 +msgid "compound documents" +msgstr "складні документи" + +#: ../freedesktop.org.xml.in.h:428 +msgid "desktop configuration file" +msgstr "файл конфігурації стільниці" + +#: ../freedesktop.org.xml.in.h:429 +msgid "detached OpenPGP signature" +msgstr "відокремлений OpenPGP підпис" + +#: ../freedesktop.org.xml.in.h:430 +msgid "detached S/MIME signature" +msgstr "відокремлений S/MIME підпис" + +#: ../freedesktop.org.xml.in.h:431 +msgid "differences between files" +msgstr "різниця між файлами" + +#: ../freedesktop.org.xml.in.h:432 +msgid "eMusic download package" +msgstr "Пакет завантаження eMusic" + +#: ../freedesktop.org.xml.in.h:433 +msgid "email headers" +msgstr "заголовки email" + +#: ../freedesktop.org.xml.in.h:434 +msgid "email message" +msgstr "повідомлення email" + +#: ../freedesktop.org.xml.in.h:435 +msgid "empty document" +msgstr "порожній документ" + +#: ../freedesktop.org.xml.in.h:436 +msgid "encrypted message" +msgstr "шифроване повідомлення" + +#: ../freedesktop.org.xml.in.h:437 +msgid "enriched text document" +msgstr "форматований текстовий документ" + +#: ../freedesktop.org.xml.in.h:438 +msgid "executable" +msgstr "виконуваний файл" + +#: ../freedesktop.org.xml.in.h:439 +msgid "folder" +msgstr "тека" + +#: ../freedesktop.org.xml.in.h:440 +msgid "font" +msgstr "шрифт" + +#: ../freedesktop.org.xml.in.h:441 +msgid "generic font file" +msgstr "загальний файл шрифту" + +#: ../freedesktop.org.xml.in.h:442 +msgid "gtar archive" +msgstr "архів gtar" + +#: ../freedesktop.org.xml.in.h:443 +msgid "gzip archive" +msgstr "архів gzip" + +#: ../freedesktop.org.xml.in.h:444 +msgid "help page" +msgstr "сторінка довідки" + +#: ../freedesktop.org.xml.in.h:445 +msgid "iPod firmware" +msgstr "мікропрограма iPod" + +#: ../freedesktop.org.xml.in.h:446 +msgid "iRiver Playlist" +msgstr "Список програвання iRiver" + +#: ../freedesktop.org.xml.in.h:447 +msgid "installation instructions" +msgstr "інструкції з встановлення" + +#: ../freedesktop.org.xml.in.h:448 +msgid "license terms" +msgstr "ліцензійні умови" + +#: ../freedesktop.org.xml.in.h:449 +msgid "mail delivery report" +msgstr "звіт про доставку пошти" + +#: ../freedesktop.org.xml.in.h:450 +msgid "mail disposition report" +msgstr "звіт про розташування пошти" + +#: ../freedesktop.org.xml.in.h:451 +msgid "mail system report" +msgstr "звіт потової системи" + +#: ../freedesktop.org.xml.in.h:452 +msgid "manual page (compressed)" +msgstr "сторінка посібника (стиснена)" + +#: ../freedesktop.org.xml.in.h:453 +msgid "message catalog" +msgstr "каталог повідомлень" + +#: ../freedesktop.org.xml.in.h:454 +msgid "message digest" +msgstr "збірка повідомлень" + +#: ../freedesktop.org.xml.in.h:455 +msgid "message in several formats" +msgstr "повідомлення у кількох форматах" + +#: ../freedesktop.org.xml.in.h:456 +msgid "mount point" +msgstr "точка монутвання" + +#: ../freedesktop.org.xml.in.h:457 +msgid "object code" +msgstr "об'єктний код" + +#: ../freedesktop.org.xml.in.h:458 +msgid "packed font file" +msgstr "упакований файл шрифту" + +#: ../freedesktop.org.xml.in.h:459 +msgid "partial email message" +msgstr "часткове поштове повідомлення" + +#: ../freedesktop.org.xml.in.h:460 +msgid "pipe" +msgstr "канал" + +#: ../freedesktop.org.xml.in.h:461 +msgid "plain text document" +msgstr "звичайний текстовий документ" + +#: ../freedesktop.org.xml.in.h:462 +msgid "profiler results" +msgstr "результати профілювання" + +#: ../freedesktop.org.xml.in.h:463 +msgid "program crash data" +msgstr "аварійні дані про програму" + +#: ../freedesktop.org.xml.in.h:464 +msgid "raw CD image" +msgstr "образ raw CD" + +#: ../freedesktop.org.xml.in.h:465 +msgid "reference to remote file" +msgstr "посилання на віддалений файл" + +#: ../freedesktop.org.xml.in.h:466 +msgid "rejected patch" +msgstr "відхилена латка" + +#. Note: text/uri-list is reserved by the XDND protocol! +#: ../freedesktop.org.xml.in.h:468 +msgid "resource location" +msgstr "розташування ресурсу" + +#: ../freedesktop.org.xml.in.h:469 +msgid "rich text document" +msgstr "форматований текстовий документ" + +#: ../freedesktop.org.xml.in.h:470 +msgid "rpm spec file" +msgstr "spec-файл rpm" + +#: ../freedesktop.org.xml.in.h:471 +msgid "shared library" +msgstr "спільна бібліотека" + +#: ../freedesktop.org.xml.in.h:472 +msgid "shared library (la)" +msgstr "спільна бібліотека (la)" + +#: ../freedesktop.org.xml.in.h:473 +msgid "shell archive" +msgstr "архів оболонки" + +#: ../freedesktop.org.xml.in.h:474 +msgid "shell script" +msgstr "сценарій оболонки" + +#: ../freedesktop.org.xml.in.h:475 +msgid "signed message" +msgstr "підписане повідомлення" + +#: ../freedesktop.org.xml.in.h:476 +msgid "socket" +msgstr "гніздо" + +#: ../freedesktop.org.xml.in.h:477 +msgid "stream of data (server push)" +msgstr "потік даних (від сервера)" + +#: ../freedesktop.org.xml.in.h:478 +msgid "subtitle file" +msgstr "файл субтитрів" + +#: ../freedesktop.org.xml.in.h:479 +msgid "symbolic link" +msgstr "символічне посилання" + +#: ../freedesktop.org.xml.in.h:480 +msgid "tar archive" +msgstr "архів tar" + +#: ../freedesktop.org.xml.in.h:481 +msgid "tar archive (LZO-compressed)" +msgstr "архів tar (стиснений LZO)" + +#: ../freedesktop.org.xml.in.h:482 +msgid "tar archive (bzip-compressed)" +msgstr "архів tar (стиснений bzip)" + +#: ../freedesktop.org.xml.in.h:483 +msgid "tar archive (compressed)" +msgstr "архів tar (стиснений)" + +#: ../freedesktop.org.xml.in.h:484 +msgid "tar archive (gzip-compressed)" +msgstr "архів tar (стиснений gzip)" + +#: ../freedesktop.org.xml.in.h:485 +msgid "theme" +msgstr "тема" + +#: ../freedesktop.org.xml.in.h:486 +msgid "translated messages (machine-readable)" +msgstr "перекладені повідомлення (у машинній формі)" + +#: ../freedesktop.org.xml.in.h:487 +msgid "translation" +msgstr "переклад" + +#: ../freedesktop.org.xml.in.h:488 +msgid "translation template" +msgstr "шаблон перекладу" + +#: ../freedesktop.org.xml.in.h:489 +msgid "txt2tags document" +msgstr "Документ txt2tags" + +#: ../freedesktop.org.xml.in.h:490 +msgid "unknown" +msgstr "невідомо" + +#: ../freedesktop.org.xml.in.h:491 +msgid "ustar archive" +msgstr "архів ustar" + +#: ../freedesktop.org.xml.in.h:492 +msgid "zoo archive" +msgstr "архів zoo" + +#~ msgid "Netscape bookmarks" +#~ msgstr "Закладки Netscape" + +#~ msgid "OpenOffice Calc" +#~ msgstr "Ел.таблиця OpenOffice Calc" + +#~ msgid "OpenOffice Impress" +#~ msgstr "Презентація OpenOffice Impress" + +#~ msgid "WMF document" +#~ msgstr "Документ WMF" diff --git a/po/vi.po b/po/vi.po new file mode 100644 index 0000000..e715701 --- /dev/null +++ b/po/vi.po @@ -0,0 +1,2291 @@ +# Vietnamese translation for Shared MIME Info. +# Copyright © 2008 Free Software Foundation, Inc. +# This file is distributed under the same license as the shared-mime-info package. +# Clytie Siddall , 2006-2008. +# +msgid "" +msgstr "" +"Project-Id-Version: shared-mime-info 0.51\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2008-07-23 12:49+0100\n" +"PO-Revision-Date: 2008-09-09 22:10+0930\n" +"Last-Translator: Clytie Siddall \n" +"Language-Team: Vietnamese \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: LocFactoryEditor 1.7b3\n" + +#: ../freedesktop.org.xml.in.h:1 +msgid "3D Studio image" +msgstr "Ảnh xuởng vẽ 3D" + +#: ../freedesktop.org.xml.in.h:2 +msgid "3GPP multimedia file" +msgstr "Tập tin đa phương tiện 3GPP" + +#: ../freedesktop.org.xml.in.h:3 +msgid "7-zip archive" +msgstr "Kho nén 7-zip" + +#: ../freedesktop.org.xml.in.h:4 +msgid "ACE archive" +msgstr "Kho nén ACE" + +#: ../freedesktop.org.xml.in.h:5 +msgid "AIFC audio" +msgstr "Âm thanh AIFC" + +#: ../freedesktop.org.xml.in.h:6 +msgid "AIFF audio" +msgstr "Âm thanh AIFF" + +#: ../freedesktop.org.xml.in.h:7 +msgid "AIFF/Amiga/Mac audio" +msgstr "Âm thanh AIFF/Amiga/Mac" + +#: ../freedesktop.org.xml.in.h:8 +msgid "AMR audio" +msgstr "Âm thanh AMR" + +#: ../freedesktop.org.xml.in.h:9 +msgid "AMR-WB audio" +msgstr "Âm thanh AMR-WB" + +#: ../freedesktop.org.xml.in.h:10 +msgid "ANIM animation" +msgstr "Hoạt ảnh ANIM" + +#: ../freedesktop.org.xml.in.h:11 +msgid "AR archive" +msgstr "Kho nén AR" + +#: ../freedesktop.org.xml.in.h:12 +msgid "ARC archive" +msgstr "Kho nén ARC" + +#: ../freedesktop.org.xml.in.h:13 +msgid "ARJ archive" +msgstr "Kho nén ARJ" + +#: ../freedesktop.org.xml.in.h:14 +msgid "ASF video" +msgstr "Ảnh động ASF" + +#: ../freedesktop.org.xml.in.h:15 +msgid "ASP page" +msgstr "Trang ASP" + +#: ../freedesktop.org.xml.in.h:16 +msgid "ATK inset" +msgstr "Bộ dát ATK" + +#: ../freedesktop.org.xml.in.h:17 +msgid "AVI video" +msgstr "Ảnh động AVI" + +#: ../freedesktop.org.xml.in.h:18 +msgid "AWK script" +msgstr "Văn lệnh AWK" + +#: ../freedesktop.org.xml.in.h:19 +msgid "AbiWord document" +msgstr "Tài liệu AbiWord" + +#: ../freedesktop.org.xml.in.h:20 +msgid "Ada source code" +msgstr "Mã nguồn Ada" + +#: ../freedesktop.org.xml.in.h:21 +msgid "Adobe DNG negative" +msgstr "Âm bản Adobe DNG" + +#: ../freedesktop.org.xml.in.h:22 +msgid "Adobe FrameMaker MIF document" +msgstr "Tài liệu Adobe FrameMaker MIF" + +#: ../freedesktop.org.xml.in.h:23 +msgid "Adobe FrameMaker document" +msgstr "Tài liệu Adobe FrameMaker" + +#: ../freedesktop.org.xml.in.h:24 +msgid "Adobe FrameMaker font" +msgstr "Phông chữ Adobe FrameMaker" + +#: ../freedesktop.org.xml.in.h:25 +msgid "Adobe Illustrator document" +msgstr "Tài liệu Adobe Illustrator" + +#: ../freedesktop.org.xml.in.h:26 +msgid "Adobe font metrics" +msgstr "Cách đo phông chữ Adobe" + +#: ../freedesktop.org.xml.in.h:27 +msgid "Alzip archive" +msgstr "Kho nén Alzip" + +#: ../freedesktop.org.xml.in.h:28 +msgid "Amiga SoundTracker audio" +msgstr "Âm thanh Amiga SoundTracker" + +#: ../freedesktop.org.xml.in.h:29 +msgid "Applix Graphics image" +msgstr "Ảnh Applix Graphics" + +#: ../freedesktop.org.xml.in.h:30 +msgid "Applix Spreadsheets spreadsheet" +msgstr "Bảng tính Applix Spreadsheets" + +#: ../freedesktop.org.xml.in.h:31 +msgid "Applix Words document" +msgstr "Tài liệu Applix Words" + +#: ../freedesktop.org.xml.in.h:32 +msgid "Atom syndication feed" +msgstr "Nguồn tin tức Atom" + +#: ../freedesktop.org.xml.in.h:33 +msgid "AutoCAD image" +msgstr "Ảnh AutoCAD" + +#: ../freedesktop.org.xml.in.h:34 +msgid "BCPIO document" +msgstr "Tài liệu BCPIO" + +#: ../freedesktop.org.xml.in.h:35 +msgid "BDF font" +msgstr "Phông chữ BDF" + +#: ../freedesktop.org.xml.in.h:36 +msgid "BibTeX document" +msgstr "Tài liệu BibTeX" + +#: ../freedesktop.org.xml.in.h:37 +msgid "BitTorrent seed file" +msgstr "Tải tập hạt BitTorrent" + +#: ../freedesktop.org.xml.in.h:38 +msgid "Blender scene" +msgstr "Cảnh Blender" + +#. http://en.wikipedia.org/wiki/Blu-ray_Disc +#. http://www.blu-raydisc.com/Section-13470/Section-13890/Index.html +#: ../freedesktop.org.xml.in.h:41 +msgid "Blu-ray video disc" +msgstr "Đĩa ảnh động Blu-ray" + +#: ../freedesktop.org.xml.in.h:42 +msgid "Bzip archive" +msgstr "Kho nén bzip" + +#: ../freedesktop.org.xml.in.h:43 +msgid "C header" +msgstr "Phần đầu mã nguồn C" + +#: ../freedesktop.org.xml.in.h:44 +msgid "C shell script" +msgstr "Văn lệnh trình bao C" + +#: ../freedesktop.org.xml.in.h:45 +msgid "C source code" +msgstr "Mã nguồn C" + +#: ../freedesktop.org.xml.in.h:46 +msgid "C# source code" +msgstr "Mã nguồn C#" + +#: ../freedesktop.org.xml.in.h:47 +msgid "C++ header" +msgstr "Phần đầu mã nguồn C++" + +#: ../freedesktop.org.xml.in.h:48 +msgid "C++ source code" +msgstr "Mã nguồn C++" + +#: ../freedesktop.org.xml.in.h:49 +msgid "CCITT G3 fax" +msgstr "Điện thư G3 CCITT" + +#: ../freedesktop.org.xml.in.h:50 +msgid "CD Table Of Contents" +msgstr "Mục Lục của đĩa CD" + +#: ../freedesktop.org.xml.in.h:51 +msgid "CD image cuesheet" +msgstr "Tờ tín hiệu báo ảnh CD" + +#: ../freedesktop.org.xml.in.h:52 +msgid "CHM document" +msgstr "Tài liệu CHM" + +#: ../freedesktop.org.xml.in.h:53 +msgid "CMU raster image" +msgstr "Ảnh mành CMU" + +#: ../freedesktop.org.xml.in.h:54 +msgid "CMake source code" +msgstr "Mã nguồn CMake" + +#: ../freedesktop.org.xml.in.h:55 +msgid "CPIO archive" +msgstr "Kho nén CPIO" + +#: ../freedesktop.org.xml.in.h:56 +msgid "CPIO archive (gzip-compressed)" +msgstr "Kho nén CPIO (đã nén gzip)" + +#: ../freedesktop.org.xml.in.h:57 +msgid "CSS stylesheet" +msgstr "Tờ kiểu dáng CSS" + +#: ../freedesktop.org.xml.in.h:58 +msgid "CSV document" +msgstr "Tài liệu CSV" + +#: ../freedesktop.org.xml.in.h:59 +msgid "Canon CR2 raw image" +msgstr "Ảnh thô Canon CR2" + +#: ../freedesktop.org.xml.in.h:60 +msgid "Canon CRW raw image" +msgstr "Ảnh thô Canon CRW" + +#: ../freedesktop.org.xml.in.h:61 +msgid "ChangeLog document" +msgstr "Tài liệu ChangeLog (ghi lưu thay đổi)" + +#: ../freedesktop.org.xml.in.h:62 +msgid "Cisco VPN Settings" +msgstr "Thiết lập VPN Cisco" + +#: ../freedesktop.org.xml.in.h:63 +msgid "Citrix ICA settings file" +msgstr "Tập tin thiết lập ICA Citrix" + +#: ../freedesktop.org.xml.in.h:64 +msgid "Commodore 64 audio" +msgstr "Âm thanh Commodore 64" + +#: ../freedesktop.org.xml.in.h:65 +msgid "Computer Graphics Metafile" +msgstr "Siêu tập tin đồ họa máy tính (CMF)" + +#: ../freedesktop.org.xml.in.h:66 +msgid "Corel Draw drawing" +msgstr "Bản vẽ Corel Draw" + +#: ../freedesktop.org.xml.in.h:67 +msgid "D source code" +msgstr "Mã nguồn D" + +#: ../freedesktop.org.xml.in.h:68 +msgid "DAR archive" +msgstr "Kho nén DAR" + +#: ../freedesktop.org.xml.in.h:69 +msgid "DCL script" +msgstr "Văn lệnh DCL" + +#: ../freedesktop.org.xml.in.h:70 +msgid "DER/PEM/Netscape-encoded X.509 certificate" +msgstr "Chứng nhận X.509 mã hoá bằng Netscape/PEM/DER" + +#: ../freedesktop.org.xml.in.h:71 +msgid "DIB image" +msgstr "Ảnh DIB" + +#: ../freedesktop.org.xml.in.h:72 +msgid "DICOM image" +msgstr "Ảnh DICOM" + +#: ../freedesktop.org.xml.in.h:73 +msgid "DOS font" +msgstr "Phông chữ DOS" + +#: ../freedesktop.org.xml.in.h:74 +msgid "DOS/Windows executable" +msgstr "Tập tin có thực hiện được DOS/Windows" + +#: ../freedesktop.org.xml.in.h:75 +msgid "DPX image" +msgstr "Ảnh DPX" + +#: ../freedesktop.org.xml.in.h:76 +msgid "DSSSL document" +msgstr "Tài liệu DSSSL" + +#: ../freedesktop.org.xml.in.h:77 +msgid "DTD file" +msgstr "Tập tin DTD" + +#: ../freedesktop.org.xml.in.h:78 +msgid "DV video" +msgstr "Ảnh động DV" + +#: ../freedesktop.org.xml.in.h:79 +msgid "DXF vector image" +msgstr "Ảnh véc-tơ DXF" + +#: ../freedesktop.org.xml.in.h:80 +msgid "Debian package" +msgstr "Gói Debian" + +#: ../freedesktop.org.xml.in.h:81 +msgid "Dia diagram" +msgstr "Biểu đồ Dia" + +#: ../freedesktop.org.xml.in.h:82 +msgid "DirectDraw surface" +msgstr "Mặt DirectDraw" + +#: ../freedesktop.org.xml.in.h:83 +msgid "DjVu image" +msgstr "Ảnh DjVu" + +#: ../freedesktop.org.xml.in.h:84 +msgid "DocBook document" +msgstr "Tài liệu DocBook" + +#: ../freedesktop.org.xml.in.h:85 +msgid "Dolby Digital audio" +msgstr "Âm thanh Dolby Digital" + +#: ../freedesktop.org.xml.in.h:86 +msgid "Dreamcast ROM" +msgstr "ROM Dreamcast" + +#: ../freedesktop.org.xml.in.h:87 +msgid "ECMAScript program" +msgstr "Chương trình ECMAScript" + +#: ../freedesktop.org.xml.in.h:88 +msgid "EMF image" +msgstr "Ảnh EMF" + +#: ../freedesktop.org.xml.in.h:89 +msgid "EPS image" +msgstr "Ảnh EPS" + +#: ../freedesktop.org.xml.in.h:90 +msgid "EPS image (bzip-compressed)" +msgstr "Ảnh EPS (đã nén bzip)" + +#: ../freedesktop.org.xml.in.h:91 +msgid "EPS image (gzip-compressed)" +msgstr "Ảnh EPS (đã nén gzip)" + +#: ../freedesktop.org.xml.in.h:92 +msgid "EXR image" +msgstr "Ảnh EXR" + +#: ../freedesktop.org.xml.in.h:93 +msgid "Egon Animator animation" +msgstr "Hoạt ảnh Egon Animator" + +#: ../freedesktop.org.xml.in.h:94 +msgid "Eiffel source code" +msgstr "Mã nguồn Eiffel" + +#: ../freedesktop.org.xml.in.h:95 +msgid "Emacs Lisp source code" +msgstr "Mã nguồn Lisp Emacs" + +#: ../freedesktop.org.xml.in.h:96 +msgid "Enlightenment theme" +msgstr "Sắc thái Enlightenment" + +#: ../freedesktop.org.xml.in.h:97 +msgid "Erlang source code" +msgstr "Mã nguồn Erlang" + +#: ../freedesktop.org.xml.in.h:98 +msgid "Excel spreadsheet" +msgstr "Bảng tính Excel" + +#: ../freedesktop.org.xml.in.h:99 +msgid "FITS document" +msgstr "Tài liệu FITS" + +#: ../freedesktop.org.xml.in.h:100 +msgid "FLAC audio" +msgstr "Âm thanh FLAC" + +#: ../freedesktop.org.xml.in.h:101 +msgid "FLIC animation" +msgstr "Hoạt ảnh FLIC" + +#: ../freedesktop.org.xml.in.h:102 +msgid "FLTK Fluid file" +msgstr "Tập tin Fluid FLTK" + +#: ../freedesktop.org.xml.in.h:103 +msgid "FPX image" +msgstr "Ảnh FPX" + +#: ../freedesktop.org.xml.in.h:104 +msgid "FastTracker II audio" +msgstr "Âm thanh FastTracker II" + +#: ../freedesktop.org.xml.in.h:105 +msgid "Flash video" +msgstr "Ảnh động Flash" + +#: ../freedesktop.org.xml.in.h:106 +msgid "Fortran source code" +msgstr "Mã nguồn Fortran" + +#: ../freedesktop.org.xml.in.h:107 +msgid "Fuji RAF raw image" +msgstr "Ảnh thô Fuji RAF" + +#: ../freedesktop.org.xml.in.h:108 +msgid "G3 fax image" +msgstr "Ảnh điện thư G3" + +#: ../freedesktop.org.xml.in.h:109 +msgid "GDBM database" +msgstr "Cơ sở dữ liệu GDBM" + +#: ../freedesktop.org.xml.in.h:110 +msgid "GEDCOM family history" +msgstr "Lịch sử gia đình GEDCOM" + +#: ../freedesktop.org.xml.in.h:111 +msgid "GIF image" +msgstr "Ảnh GIF" + +#: ../freedesktop.org.xml.in.h:112 +msgid "GIMP image" +msgstr "Ảnh GIMP" + +#: ../freedesktop.org.xml.in.h:113 +msgid "GMC link" +msgstr "Liên kết GMC" + +#: ../freedesktop.org.xml.in.h:114 +msgid "GNU Oleo spreadsheet" +msgstr "Bảng tính Oleo của GNU" + +#: ../freedesktop.org.xml.in.h:115 +msgid "GNU mail message" +msgstr "Thư điện tử của GNU" + +#: ../freedesktop.org.xml.in.h:116 +msgid "GNUnet search file" +msgstr "Tập tin tìm kiếm GNUnet" + +#: ../freedesktop.org.xml.in.h:117 +msgid "GTKtalog catalog" +msgstr "Phân loại GTKtalog" + +#: ../freedesktop.org.xml.in.h:118 +msgid "Game Boy Advance ROM" +msgstr "ROM Game Boy Advance" + +#: ../freedesktop.org.xml.in.h:119 +msgid "Game Boy ROM" +msgstr "ROM Game Boy" + +#. Translate this to Megadrive if the console was known as such in your locale +#. Should be Megadrive in all but en_US: http://en.wikipedia.org/wiki/Megadrive#History +#: ../freedesktop.org.xml.in.h:122 +msgid "Genesis ROM" +msgstr "ROM Genesis" + +#: ../freedesktop.org.xml.in.h:123 +msgid "Glade project" +msgstr "Dự án Glade" + +#: ../freedesktop.org.xml.in.h:124 +msgid "GnuCash spreadsheet" +msgstr "Bảng tính GnuCash" + +#: ../freedesktop.org.xml.in.h:125 +msgid "Gnumeric spreadsheet" +msgstr "Bảng tính Gnumeric." + +#: ../freedesktop.org.xml.in.h:126 +msgid "Gnuplot document" +msgstr "Tài liệu Gnuplot" + +#: ../freedesktop.org.xml.in.h:127 +msgid "Google Video Pointer" +msgstr "Con trỏ ảnh động Google" + +#: ../freedesktop.org.xml.in.h:128 +msgid "Graphite scientific graph" +msgstr "Biểu đồ khoa học Graphite" + +#: ../freedesktop.org.xml.in.h:129 +msgid "Gzip archive" +msgstr "Kho nén gzip" + +#. http://en.wikipedia.org/wiki/HD_DVD +#. http://www.dvdafteredit.com/wiki/The_HVDVD_TS_Folder +#: ../freedesktop.org.xml.in.h:132 +msgid "HD DVD video disc" +msgstr "Đĩa ảnh động DVD HD" + +#: ../freedesktop.org.xml.in.h:133 +msgid "HDF document" +msgstr "Tài liệu HDF" + +#: ../freedesktop.org.xml.in.h:134 +msgid "HPGL file" +msgstr "Tập tin HPGL" + +#: ../freedesktop.org.xml.in.h:135 +msgid "HTML document" +msgstr "Tài liệu HTML" + +#: ../freedesktop.org.xml.in.h:136 +msgid "Haansoft Hangul document" +msgstr "Tài liệu Hangul Haansoft" + +#: ../freedesktop.org.xml.in.h:137 +msgid "Haansoft Hangul document template" +msgstr "Mẫu tài liệu Hangul Haansoft" + +#: ../freedesktop.org.xml.in.h:138 +msgid "Haskell source code" +msgstr "Mã nguồn Haskell" + +#: ../freedesktop.org.xml.in.h:139 +msgid "ICO icon" +msgstr "Biểu tượng ICO" + +#: ../freedesktop.org.xml.in.h:140 +msgid "IDL document" +msgstr "Tài liệu IDL" + +#: ../freedesktop.org.xml.in.h:141 +msgid "IEF image" +msgstr "Ảnh IEF" + +#: ../freedesktop.org.xml.in.h:142 +msgid "IFF image" +msgstr "Ảnh IFF" + +#: ../freedesktop.org.xml.in.h:143 +msgid "ILBM image" +msgstr "Ảnh ILBM" + +#: ../freedesktop.org.xml.in.h:144 +msgid "ISI video" +msgstr "Ảnh động ISI" + +#: ../freedesktop.org.xml.in.h:145 +msgid "Impulse Tracker audio" +msgstr "Âm thanh Impulse Tracker" + +#: ../freedesktop.org.xml.in.h:146 +msgid "Internet shortcut" +msgstr "Lối tắt Internet" + +#: ../freedesktop.org.xml.in.h:147 +msgid "JAD document" +msgstr "Tài liệu JAD" + +#: ../freedesktop.org.xml.in.h:148 +msgid "JBuilder project" +msgstr "Dự án JBuilder" + +#: ../freedesktop.org.xml.in.h:149 +msgid "JET database" +msgstr "Cơ sở dữ liệu JET" + +#: ../freedesktop.org.xml.in.h:150 +msgid "JNG image" +msgstr "Ảnh JNG" + +#: ../freedesktop.org.xml.in.h:151 +msgid "JNLP file" +msgstr "Tập tin JNLP" + +#: ../freedesktop.org.xml.in.h:152 +msgid "JPEG image" +msgstr "Ảnh JPEG" + +#: ../freedesktop.org.xml.in.h:153 +msgid "JPEG-2000 image" +msgstr "Ảnh JPEG-2000" + +#: ../freedesktop.org.xml.in.h:154 +msgid "Java archive" +msgstr "Kho nén Java" + +#: ../freedesktop.org.xml.in.h:155 +msgid "Java byte code" +msgstr "Mã byte Java" + +#: ../freedesktop.org.xml.in.h:156 +msgid "Java class" +msgstr "Hạng Java" + +#: ../freedesktop.org.xml.in.h:157 +msgid "Java source code" +msgstr "Mã nguồn Java" + +#: ../freedesktop.org.xml.in.h:158 +msgid "JavaScript program" +msgstr "Chương trình JavaScript" + +#: ../freedesktop.org.xml.in.h:159 +msgid "KChart chart" +msgstr "Sơ đồ KChart" + +#: ../freedesktop.org.xml.in.h:160 +msgid "KFormula formula" +msgstr "Công thức KFormula" + +#: ../freedesktop.org.xml.in.h:161 +msgid "KIllustrator drawing" +msgstr "Bản vẽ KIllustrator" + +#: ../freedesktop.org.xml.in.h:162 +msgid "KPovModeler scene" +msgstr "Cảnh KPovModeler" + +#: ../freedesktop.org.xml.in.h:163 +msgid "KPresenter presentation" +msgstr "Trình diễn KPresenter" + +#: ../freedesktop.org.xml.in.h:164 +msgid "KSpread spreadsheet" +msgstr "Bảng tính KSpread" + +#: ../freedesktop.org.xml.in.h:165 +msgid "KSpread spreadsheet (encrypted)" +msgstr "Bảng tính KSpread (đã mật mã)" + +#: ../freedesktop.org.xml.in.h:166 +msgid "KSysV init package" +msgstr "Gói sở khởi KSysV" + +#: ../freedesktop.org.xml.in.h:167 +msgid "KWord document" +msgstr "Tài liệu KWord" + +#: ../freedesktop.org.xml.in.h:168 +msgid "KWord document (encrypted)" +msgstr "Tài liệu KWord (đã mật mã)" + +#: ../freedesktop.org.xml.in.h:169 +msgid "Karbon14 drawing" +msgstr "Bản vẽ Karbon14" + +#: ../freedesktop.org.xml.in.h:170 +msgid "Kivio flowchart" +msgstr "Lược đồ Kivio" + +#: ../freedesktop.org.xml.in.h:171 +msgid "Kodak DCR raw image" +msgstr "Ảnh thô Kodak DCR" + +#: ../freedesktop.org.xml.in.h:172 +msgid "Kodak K25 raw image" +msgstr "Ảnh thô Kodak K25" + +#: ../freedesktop.org.xml.in.h:173 +msgid "Kodak KDC raw image" +msgstr "Ảnh thô Kodak KDC" + +#: ../freedesktop.org.xml.in.h:174 +msgid "Kontour drawing" +msgstr "Bản vẽ Kontour" + +#: ../freedesktop.org.xml.in.h:175 +msgid "Krita document" +msgstr "Tài liệu Krita" + +#: ../freedesktop.org.xml.in.h:176 +msgid "Kugar document" +msgstr "Tài liệu Kugar" + +#: ../freedesktop.org.xml.in.h:177 +msgid "LDIF address book" +msgstr "Sổ địa chỉ LDIF" + +#: ../freedesktop.org.xml.in.h:178 +msgid "LHA archive" +msgstr "Kho nén LHA" + +#: ../freedesktop.org.xml.in.h:179 +msgid "LHS source code" +msgstr "Mã nguồn LHS" + +#: ../freedesktop.org.xml.in.h:180 +msgid "LHZ archive" +msgstr "Kho nén LHZ (LHA đã nén)" + +#: ../freedesktop.org.xml.in.h:181 +msgid "LIBGRX font" +msgstr "Phông chữ LIBGRX" + +#: ../freedesktop.org.xml.in.h:182 +msgid "LZMA archive" +msgstr "Kho nén LZMA" + +#: ../freedesktop.org.xml.in.h:183 +msgid "LZO archive" +msgstr "Kho nén LZO" + +#: ../freedesktop.org.xml.in.h:184 +msgid "LightWave object" +msgstr "Đối tượng LightWave" + +#: ../freedesktop.org.xml.in.h:185 +msgid "LightWave scene" +msgstr "Cảnh LightWave" + +#: ../freedesktop.org.xml.in.h:186 +msgid "Lilypond music sheet" +msgstr "Bản nhạc Lilypond" + +#: ../freedesktop.org.xml.in.h:187 +msgid "Linux PSF console font" +msgstr "Phông chữ bàn giao tiếp PSF Linux" + +#: ../freedesktop.org.xml.in.h:188 +msgid "Linux PSF console font (gzip-compressed)" +msgstr "Phông chữ bàn giao tiếp PSF Linux (đã nén gzip)" + +#: ../freedesktop.org.xml.in.h:189 +msgid "Lotus 1-2-3 spreadsheet" +msgstr "Bảng tính Lotus 1-2-3" + +#: ../freedesktop.org.xml.in.h:190 +msgid "Lotus AmiPro document" +msgstr "Tài liệu Lotus AmiPro" + +#: ../freedesktop.org.xml.in.h:191 +msgid "Lua script" +msgstr "Văn lệnh Lua" + +#: ../freedesktop.org.xml.in.h:192 +msgid "LyX document" +msgstr "Tài liệu LyX" + +#: ../freedesktop.org.xml.in.h:193 +msgid "M4 macro" +msgstr "Vĩ lệnh M4" + +#: ../freedesktop.org.xml.in.h:194 +msgid "MATLAB script/function" +msgstr "Văn lệnh/chức năng MATLAB" + +#: ../freedesktop.org.xml.in.h:195 +msgid "MIDI audio" +msgstr "Âm thanh MIDI" + +#: ../freedesktop.org.xml.in.h:196 +msgid "MNG animation" +msgstr "Hoạt ảnh MNG" + +#: ../freedesktop.org.xml.in.h:197 +msgid "MP2 audio" +msgstr "Âm thanh MP2" + +#: ../freedesktop.org.xml.in.h:198 +msgid "MP3 ShoutCast playlist" +msgstr "Danh mục nhạc MP3 ShoutCast" + +#: ../freedesktop.org.xml.in.h:199 +msgid "MP3 audio" +msgstr "Âm thanh MP3" + +#: ../freedesktop.org.xml.in.h:200 +msgid "MP3 audio (streamed)" +msgstr "Âm thanh MP3 (chạy luồng)" + +#: ../freedesktop.org.xml.in.h:201 +msgid "MPEG video" +msgstr "Ảnh động MPEG" + +#: ../freedesktop.org.xml.in.h:202 +msgid "MPEG-4 audio" +msgstr "Âm thanh MPEG-4" + +#: ../freedesktop.org.xml.in.h:203 +msgid "MPEG-4 audio book" +msgstr "Sách âm thanh MPEG-4" + +#: ../freedesktop.org.xml.in.h:204 +msgid "MPEG-4 video" +msgstr "Ảnh động MPEG-4" + +#: ../freedesktop.org.xml.in.h:205 +msgid "MPSub subtitles" +msgstr "Phụ đề MPSub" + +#: ../freedesktop.org.xml.in.h:206 +msgid "MRML playlist" +msgstr "Danh mục nhạc MRML" + +#: ../freedesktop.org.xml.in.h:207 +msgid "MSX ROM" +msgstr "ROM MSX" + +#: ../freedesktop.org.xml.in.h:208 +msgid "MacOS X icon" +msgstr "Biểu tượng MacOS X" + +#: ../freedesktop.org.xml.in.h:209 +msgid "MacPaint Bitmap image" +msgstr "Ảnh mảng MacPaint" + +#: ../freedesktop.org.xml.in.h:210 +msgid "Macintosh AppleDouble-encoded file" +msgstr "Tập tin đã mã hoá Apple-Double của Macintosh" + +#: ../freedesktop.org.xml.in.h:211 +msgid "Macintosh BinHex-encoded file" +msgstr "Tập tin đã mã hoá BinHex của Macintosh" + +#: ../freedesktop.org.xml.in.h:212 +msgid "Macintosh MacBinary file" +msgstr "Tập tin nhị phân MacBinary của Macintosh" + +#: ../freedesktop.org.xml.in.h:213 +msgid "Macintosh Quickdraw/PICT drawing" +msgstr "Bản vẽ Quickdraw/PICT của Macintosh" + +#: ../freedesktop.org.xml.in.h:214 +msgid "MagicPoint presentation" +msgstr "Trình diễn MagicPoint" + +#: ../freedesktop.org.xml.in.h:215 +msgid "Makefile" +msgstr "Tập tin tạo ứng dụng (Makefile)" + +#: ../freedesktop.org.xml.in.h:216 +msgid "Managed Object Format" +msgstr "Định dạng Đối tượng đã Quản lý" + +#: ../freedesktop.org.xml.in.h:217 +msgid "Markaby script" +msgstr "Văn lệnh Markaby" + +#: ../freedesktop.org.xml.in.h:218 +msgid "MathML document" +msgstr "Tài liệu MathML" + +#: ../freedesktop.org.xml.in.h:219 +msgid "Mathematica Notebook" +msgstr "Cuốn vở Mathematica" + +#: ../freedesktop.org.xml.in.h:220 +msgid "Matroska audio" +msgstr "Âm thanh Matroska" + +#: ../freedesktop.org.xml.in.h:221 +msgid "Matroska stream" +msgstr "Luồng Matroska" + +#: ../freedesktop.org.xml.in.h:222 +msgid "Matroska video" +msgstr "Ảnh động Matroska" + +#: ../freedesktop.org.xml.in.h:223 +msgid "MicroDVD subtitles" +msgstr "Phụ đề MicroDVD" + +#: ../freedesktop.org.xml.in.h:224 +msgid "Microsoft ASX playlist" +msgstr "Danh mục nhạc Microsoft ASX" + +#: ../freedesktop.org.xml.in.h:225 +msgid "Microsoft Works document" +msgstr "Tài liệu Microsoft Works" + +#: ../freedesktop.org.xml.in.h:226 +msgid "MiniPSF audio" +msgstr "Âm thanh MiniPSF" + +#: ../freedesktop.org.xml.in.h:227 +msgid "Minolta MRW raw image" +msgstr "Ảnh thô Minolta MRW" + +#: ../freedesktop.org.xml.in.h:228 +msgid "Monkey's audio" +msgstr "Âm thanh cua Monkey" + +#: ../freedesktop.org.xml.in.h:229 +msgid "Mozilla bookmarks" +msgstr "Liên kết đã lưu Mozilla" + +#: ../freedesktop.org.xml.in.h:230 +msgid "Mup publication" +msgstr "Bản xuất Mup" + +#: ../freedesktop.org.xml.in.h:231 +msgid "Musepack audio" +msgstr "Âm thanh Musepack" + +#. Translate this to Famicom if the console was known as such in your locale +#: ../freedesktop.org.xml.in.h:233 +msgid "NES ROM" +msgstr "ROM NES" + +#: ../freedesktop.org.xml.in.h:234 +msgid "NFO document" +msgstr "Tài liệu NFO" + +#: ../freedesktop.org.xml.in.h:235 +msgid "NIFF image" +msgstr "Ảnh NIFF" + +#: ../freedesktop.org.xml.in.h:236 +msgid "Nautilus link" +msgstr "Liên kết Nautilus" + +#: ../freedesktop.org.xml.in.h:237 +msgid "Nikon NEF raw image" +msgstr "Ảnh thô Nikon NEF" + +#: ../freedesktop.org.xml.in.h:238 +msgid "Nintendo DS ROM" +msgstr "ROM DS Nintendo" + +#: ../freedesktop.org.xml.in.h:239 +msgid "Nintendo64 ROM" +msgstr "ROM Nintendo64" + +#: ../freedesktop.org.xml.in.h:240 +msgid "NullSoft video" +msgstr "Ảnh động NullSoft" + +#: ../freedesktop.org.xml.in.h:241 +msgid "OCL file" +msgstr "Tập tin OCL" + +#: ../freedesktop.org.xml.in.h:242 +msgid "OCaml source code" +msgstr "Mã nguồn OCaml" + +#: ../freedesktop.org.xml.in.h:243 +msgid "ODA document" +msgstr "Tài liệu ODA" + +#: ../freedesktop.org.xml.in.h:244 +msgid "ODB database" +msgstr "Cơ sở dữ liệu ODB" + +#: ../freedesktop.org.xml.in.h:245 +msgid "ODC chart" +msgstr "Sơ đồ ODC" + +#: ../freedesktop.org.xml.in.h:246 +msgid "ODF formula" +msgstr "Công thức ODF" + +#: ../freedesktop.org.xml.in.h:247 +msgid "ODG drawing" +msgstr "Bản vẽ ODG" + +#: ../freedesktop.org.xml.in.h:248 +msgid "ODG template" +msgstr "Mẫu ODG" + +#: ../freedesktop.org.xml.in.h:249 +msgid "ODI image" +msgstr "Ảnh ODI" + +#: ../freedesktop.org.xml.in.h:250 +msgid "ODM document" +msgstr "Tài liệu ODM" + +#: ../freedesktop.org.xml.in.h:251 +msgid "ODP presentation" +msgstr "Trình diễn ODM" + +#: ../freedesktop.org.xml.in.h:252 +msgid "ODP template" +msgstr "Mẫu ODP" + +#: ../freedesktop.org.xml.in.h:253 +msgid "ODS spreadsheet" +msgstr "Bảng tính ODS" + +#: ../freedesktop.org.xml.in.h:254 +msgid "ODS template" +msgstr "Mẫu ODS" + +#: ../freedesktop.org.xml.in.h:255 +msgid "ODT document" +msgstr "Tài liệu ODT" + +#: ../freedesktop.org.xml.in.h:256 +msgid "ODT template" +msgstr "Mẫu ODT" + +#: ../freedesktop.org.xml.in.h:257 +msgid "OGM video" +msgstr "Ảnh động OGM" + +#: ../freedesktop.org.xml.in.h:258 +msgid "OLE2 compound document storage" +msgstr "Kho lưu tài liệu ghép OLE2" + +#: ../freedesktop.org.xml.in.h:259 +msgid "OPML syndication feed" +msgstr "Nguồn tin tức OPML" + +#: ../freedesktop.org.xml.in.h:260 +msgid "OTH template" +msgstr "Mẫu ODH" + +#: ../freedesktop.org.xml.in.h:261 +msgid "Objective-C source code" +msgstr "Mã nguồn Objective-C" + +#: ../freedesktop.org.xml.in.h:262 +msgid "Office drawing" +msgstr "Bản vẽ Office" + +#: ../freedesktop.org.xml.in.h:263 +msgid "Ogg Audio" +msgstr "Âm thanh Ogg" + +#: ../freedesktop.org.xml.in.h:264 +msgid "Ogg FLAC audio" +msgstr "Âm thanh FLAC Ogg" + +#: ../freedesktop.org.xml.in.h:265 +msgid "Ogg Speex audio" +msgstr "Âm thanh Speex Ogg" + +#: ../freedesktop.org.xml.in.h:266 +msgid "Ogg Theora video" +msgstr "Ảnh động Theora Ogg" + +#: ../freedesktop.org.xml.in.h:267 +msgid "Ogg Video" +msgstr "Ảnh động Ogg" + +#: ../freedesktop.org.xml.in.h:268 +msgid "Ogg Vorbis audio" +msgstr "Âm thanh Vorbis Ogg" + +#: ../freedesktop.org.xml.in.h:269 +msgid "Ogg multimedia file" +msgstr "Tập tin đa phương tiện Ogg" + +#: ../freedesktop.org.xml.in.h:270 +msgid "Olympus ORF raw image" +msgstr "Ảnh thô Olympus ORF" + +#: ../freedesktop.org.xml.in.h:271 +msgid "OpenOffice Calc spreadsheet" +msgstr "Bảng tính Calc của OpenOffice.org" + +#: ../freedesktop.org.xml.in.h:272 +msgid "OpenOffice Calc template" +msgstr "Mẫu bảng tính Calc của OpenOffice.org" + +#: ../freedesktop.org.xml.in.h:273 +msgid "OpenOffice Draw drawing" +msgstr "Bản vẽ Draw của OpenOffice.org" + +#: ../freedesktop.org.xml.in.h:274 +msgid "OpenOffice Draw template" +msgstr "Mẫu bản vẽ Draw của OpenOffice.org" + +#: ../freedesktop.org.xml.in.h:275 +msgid "OpenOffice Impress presentation" +msgstr "Trình diễn Impress của OpenOffice.org" + +#: ../freedesktop.org.xml.in.h:276 +msgid "OpenOffice Impress template" +msgstr "Mẫu trình diễn Impress của OpenOffice.org" + +#: ../freedesktop.org.xml.in.h:277 +msgid "OpenOffice Math formula" +msgstr "Công thức Math của OpenOffice.org" + +#: ../freedesktop.org.xml.in.h:278 +msgid "OpenOffice Writer document" +msgstr "Tài liệu Writer của OpenOffice.org" + +#: ../freedesktop.org.xml.in.h:279 +msgid "OpenOffice Writer global document" +msgstr "Tài liệu toàn cục Writer của OpenOffice.org" + +#: ../freedesktop.org.xml.in.h:280 +msgid "OpenOffice Writer template" +msgstr "Mẫu tài liệu Writer của OpenOffice.org" + +#: ../freedesktop.org.xml.in.h:281 +msgid "OpenOffice.org extension" +msgstr "Phần mở rộng của OpenOffice.org" + +#: ../freedesktop.org.xml.in.h:282 +msgid "OpenType font" +msgstr "Phông chữ OpenType" + +#: ../freedesktop.org.xml.in.h:283 +msgid "PAK archive" +msgstr "Kho nén PAK" + +#: ../freedesktop.org.xml.in.h:284 +msgid "PBM image" +msgstr "Ảnh PBM" + +#: ../freedesktop.org.xml.in.h:285 +msgid "PCD image" +msgstr "Ảnh PCD" + +#: ../freedesktop.org.xml.in.h:286 +msgid "PCF font" +msgstr "Phông chữ PCF" + +#: ../freedesktop.org.xml.in.h:287 +msgid "PCL file" +msgstr "Tập tin PCL" + +#: ../freedesktop.org.xml.in.h:288 +msgid "PCM audio" +msgstr "Âm thanh PCM" + +#: ../freedesktop.org.xml.in.h:289 +msgid "PCX image" +msgstr "Ảnh PCX" + +#: ../freedesktop.org.xml.in.h:290 +msgid "PDF document" +msgstr "Tài liệu PDF" + +#: ../freedesktop.org.xml.in.h:291 +msgid "PDF document (bzip-compressed)" +msgstr "Tài liệu PDF (đã nén bzip)" + +#: ../freedesktop.org.xml.in.h:292 +msgid "PDF document (gzip-compressed)" +msgstr "Tài liệu PDF (đã nén gzip)" + +#: ../freedesktop.org.xml.in.h:293 +msgid "PEF executable" +msgstr "Tập tin thực hiện được PEF" + +#: ../freedesktop.org.xml.in.h:294 +msgid "PGM image" +msgstr "Ảnh PGM" + +#: ../freedesktop.org.xml.in.h:295 +msgid "PGN chess game notation" +msgstr "Cách ghi lượt chơi cờ PGN" + +#: ../freedesktop.org.xml.in.h:296 +msgid "PGP keys" +msgstr "Khoá PGP" + +#: ../freedesktop.org.xml.in.h:297 +msgid "PGP/MIME-encrypted message header" +msgstr "Phần đầu thông điệp đã mật mã bằng PGP/MIME" + +#: ../freedesktop.org.xml.in.h:298 +msgid "PHP script" +msgstr "Văn lệnh PHP" + +#: ../freedesktop.org.xml.in.h:299 +msgid "PKCS#10 certification request" +msgstr "Yêu cầu chứng nhận PKCS#10" + +#: ../freedesktop.org.xml.in.h:300 +msgid "PKCS#12 certificate bundle" +msgstr "Bó chứng nhận PKCS#12" + +#: ../freedesktop.org.xml.in.h:301 +msgid "PNG image" +msgstr "Ảnh PNG" + +#: ../freedesktop.org.xml.in.h:302 +msgid "PNM image" +msgstr "Ảnh PNM" + +#: ../freedesktop.org.xml.in.h:303 +msgid "PPM image" +msgstr "Ảnh PPM" + +#: ../freedesktop.org.xml.in.h:304 +msgid "PS document" +msgstr "Tài liệu PS" + +#: ../freedesktop.org.xml.in.h:305 +msgid "PSD image" +msgstr "Ảnh PSD" + +#: ../freedesktop.org.xml.in.h:306 +msgid "PSF audio" +msgstr "Âm thanh PSF" + +#: ../freedesktop.org.xml.in.h:307 +msgid "PSFlib audio library" +msgstr "Thư viện âm thanh PSFlib" + +#: ../freedesktop.org.xml.in.h:308 +msgid "Pack200 Java archive" +msgstr "Kho nén Java Pack200" + +#: ../freedesktop.org.xml.in.h:309 +msgid "Palm OS database" +msgstr "Cơ sở dữ liệu PalmOS" + +#: ../freedesktop.org.xml.in.h:310 +msgid "Panasonic raw image" +msgstr "Ảnh thô Panasonic" + +#: ../freedesktop.org.xml.in.h:311 +msgid "Parchive archive" +msgstr "Kho nén Parchive" + +#: ../freedesktop.org.xml.in.h:312 +msgid "Pascal source code" +msgstr "Mã nguồn Pascal" + +#: ../freedesktop.org.xml.in.h:313 +msgid "Pathetic Writer document" +msgstr "Tài liệu Pathetic Writer" + +#: ../freedesktop.org.xml.in.h:314 +msgid "Pentax PEF raw image" +msgstr "Ảnh thô Pentax PEF" + +#: ../freedesktop.org.xml.in.h:315 +msgid "Perl script" +msgstr "Văn lệnh Perl" + +#. http://en.wikipedia.org/wiki/Picture_CD +#. http://www.re.org/kristin/picturecd.html +#: ../freedesktop.org.xml.in.h:318 +msgid "Picture CD" +msgstr "Đĩa CD ảnh" + +#: ../freedesktop.org.xml.in.h:319 +msgid "PlanPerfect spreadsheet" +msgstr "Bảng tính PlanPerfect" + +#: ../freedesktop.org.xml.in.h:320 +msgid "Plucker document" +msgstr "Tài liệu Plucker" + +#: ../freedesktop.org.xml.in.h:321 +msgid "PostScript document (bzip-compressed)" +msgstr "Tài liệu PostScript (đã nén bzip)" + +#: ../freedesktop.org.xml.in.h:322 +msgid "PostScript document (gzip-compressed)" +msgstr "Tài liệu PostScript (đã nén gzip)" + +#: ../freedesktop.org.xml.in.h:323 +msgid "Postscript type-1 font" +msgstr "Phông kiểu 1 PostScript" + +#: ../freedesktop.org.xml.in.h:324 +msgid "PowerPoint presentation" +msgstr "Trình diễn PowerPoint" + +#: ../freedesktop.org.xml.in.h:325 +msgid "Python bytecode" +msgstr "Mã byte Python" + +#: ../freedesktop.org.xml.in.h:326 +msgid "Python script" +msgstr "Văn lệnh Python" + +#: ../freedesktop.org.xml.in.h:327 +msgid "Qt Designer file" +msgstr "Tập tin thiết kế Qt Designer" + +#: ../freedesktop.org.xml.in.h:328 +msgid "Qt MOC file" +msgstr "Tập tin MOC của Qt" + +#: ../freedesktop.org.xml.in.h:329 +msgid "Quattro Pro spreadsheet" +msgstr "Bảng tính Quattro Pro" + +#: ../freedesktop.org.xml.in.h:330 +msgid "QuickTime image" +msgstr "Ảnh QuickTime" + +#: ../freedesktop.org.xml.in.h:331 +msgid "QuickTime metalink playlist" +msgstr "Danh mục nhạc siêu liên kết Quicktime" + +#: ../freedesktop.org.xml.in.h:332 +msgid "QuickTime video" +msgstr "Ảnh động QuickTime" + +#: ../freedesktop.org.xml.in.h:333 +msgid "Quicken document" +msgstr "Tài liệu Quicken" + +#: ../freedesktop.org.xml.in.h:334 +msgid "RAR archive" +msgstr "Kho nén RAR" + +#: ../freedesktop.org.xml.in.h:335 +msgid "RDF file" +msgstr "Tập tin RDF" + +#: ../freedesktop.org.xml.in.h:336 +msgid "README document" +msgstr "Tài liệu Đọc Đi (README)" + +#: ../freedesktop.org.xml.in.h:337 +msgid "RGB image" +msgstr "Ảnh kiểu RGB" + +#: ../freedesktop.org.xml.in.h:338 +msgid "RIFF audio" +msgstr "Âm thanh RIFF" + +#: ../freedesktop.org.xml.in.h:339 +msgid "RPM package" +msgstr "Gói RPM" + +#: ../freedesktop.org.xml.in.h:340 +msgid "RPM spec file" +msgstr "Tập tin đặc tả RPM" + +#: ../freedesktop.org.xml.in.h:341 +msgid "RSS summary" +msgstr "Bản tóm tắt RSS" + +#: ../freedesktop.org.xml.in.h:342 +msgid "RTF document" +msgstr "Tài liệu RTF" + +#: ../freedesktop.org.xml.in.h:343 +msgid "RealAudio document" +msgstr "Tài liệu âm thanh RealAudio" + +#: ../freedesktop.org.xml.in.h:344 +msgid "RealMedia Metafile" +msgstr "Siêu tập tin RealMedia" + +#: ../freedesktop.org.xml.in.h:345 +msgid "RealMedia document" +msgstr "Tài liệu RealMedia" + +#: ../freedesktop.org.xml.in.h:346 +msgid "RealPix document" +msgstr "Tài liệu ảnh RealPix" + +#: ../freedesktop.org.xml.in.h:347 +msgid "RealText document" +msgstr "Tài liệu văn bản RealText" + +#: ../freedesktop.org.xml.in.h:348 +msgid "RealVideo document" +msgstr "Tài liệu ảnh động RealVideo" + +#: ../freedesktop.org.xml.in.h:349 +msgid "Ruby script" +msgstr "Văn lệnh Ruby" + +#: ../freedesktop.org.xml.in.h:350 +msgid "Run Length Encoded bitmap image" +msgstr "Ảnh mảng mã hóa chiều dài chạy (RLE)" + +#: ../freedesktop.org.xml.in.h:351 +msgid "S/MIME file" +msgstr "Tập tin S/MIME" + +#: ../freedesktop.org.xml.in.h:352 +msgid "SAMI subtitles" +msgstr "Phụ đề SAMI" + +#: ../freedesktop.org.xml.in.h:353 +msgid "SC/Xspread spreadsheet" +msgstr "Bảng tính SC/Xspread" + +#: ../freedesktop.org.xml.in.h:354 +msgid "SDP multicast stream file" +msgstr "Tập tin luồng truyền một-nhiều SDP" + +#. translators: a record is in this context a description of a board game +#. that has been played, and that can be played back again: +#. http://www.red-bean.com/sgf/ +#: ../freedesktop.org.xml.in.h:358 +msgid "SGF record" +msgstr "Mục ghi SGF" + +#: ../freedesktop.org.xml.in.h:359 +msgid "SGI image" +msgstr "Ảnh SGI" + +#: ../freedesktop.org.xml.in.h:360 +msgid "SGI video" +msgstr "Ảnh động SGI" + +#: ../freedesktop.org.xml.in.h:361 +msgid "SGML document" +msgstr "Tài liệu SGML" + +#: ../freedesktop.org.xml.in.h:362 +msgid "SIS package" +msgstr "Gói SIS" + +#: ../freedesktop.org.xml.in.h:363 +msgid "SISX package" +msgstr "Gói SISX" + +#: ../freedesktop.org.xml.in.h:364 +msgid "SMAF audio" +msgstr "Âm thanh SMAF" + +#: ../freedesktop.org.xml.in.h:365 +msgid "SMIL document" +msgstr "Tài liệu SMIL" + +#: ../freedesktop.org.xml.in.h:366 +msgid "SQL code" +msgstr "Mã SQL" + +#: ../freedesktop.org.xml.in.h:367 +msgid "SQLite2 database" +msgstr "Cơ sở dữ liệu SQLite2" + +#: ../freedesktop.org.xml.in.h:368 +msgid "SQLite3 database" +msgstr "Cơ sở dữ liệu SQLite3" + +#: ../freedesktop.org.xml.in.h:369 +msgid "SSA subtitles" +msgstr "Phụ đề SSA" + +#: ../freedesktop.org.xml.in.h:370 +msgid "SV4 CPIO archive" +msgstr "Kho nén CPIO SV4" + +#: ../freedesktop.org.xml.in.h:371 +msgid "SV4 CPIO archive (with CRC)" +msgstr "Kho nén CPIO SV4 (với CRC)" + +#: ../freedesktop.org.xml.in.h:372 +msgid "SVG image" +msgstr "Ảnh SVG" + +#: ../freedesktop.org.xml.in.h:373 +msgid "Scheme source code" +msgstr "Mã nguồn Scheme" + +#: ../freedesktop.org.xml.in.h:374 +msgid "Scream Tracker 3 audio" +msgstr "Âm thanh Scream Tracker 3" + +#: ../freedesktop.org.xml.in.h:375 +msgid "Scream Tracker audio" +msgstr "Âm thanh Scream Tracker" + +#: ../freedesktop.org.xml.in.h:376 +msgid "Scream Tracker instrument" +msgstr "Nhạc khí Scream Tracker" + +#: ../freedesktop.org.xml.in.h:377 +msgid "Sega Master System/Game Gear ROM" +msgstr "ROM Sega Master System/Game Gear" + +#: ../freedesktop.org.xml.in.h:378 +msgid "Setext document" +msgstr "Tài liệu Setext" + +#: ../freedesktop.org.xml.in.h:379 +msgid "Shockwave Flash file" +msgstr "Tập tin Flash Shockwave" + +#. translators: "Shorten" is the name of an audio codec +#: ../freedesktop.org.xml.in.h:381 +msgid "Shorten audio" +msgstr "Âm thanh Shorten" + +#: ../freedesktop.org.xml.in.h:382 +msgid "Siag spreadsheet" +msgstr "Bảng tính Slag" + +#: ../freedesktop.org.xml.in.h:383 +msgid "Sieve mail filter script" +msgstr "Văn lệnh lọc thư Sieve" + +#: ../freedesktop.org.xml.in.h:384 +msgid "Sigma X3F raw image" +msgstr "Ảnh thô Sigma X3F" + +#: ../freedesktop.org.xml.in.h:385 +msgid "Skencil document" +msgstr "Tài liệu Skencil" + +#: ../freedesktop.org.xml.in.h:386 +msgid "Sony ARW raw image" +msgstr "Ảnh thô Sony ARW" + +#: ../freedesktop.org.xml.in.h:387 +msgid "Sony SR2 raw image" +msgstr "Ảnh thô Sony SR2" + +#: ../freedesktop.org.xml.in.h:388 +msgid "Sony SRF raw image" +msgstr "Ảnh thô Sony SRF" + +#: ../freedesktop.org.xml.in.h:389 +msgid "Speedo font" +msgstr "Phông chữ Speedo" + +#: ../freedesktop.org.xml.in.h:390 +msgid "Speex audio" +msgstr "Âm thanh Speex" + +#: ../freedesktop.org.xml.in.h:391 +msgid "Stampede package" +msgstr "Gói Stampede" + +#: ../freedesktop.org.xml.in.h:392 +msgid "StarCalc spreadsheet" +msgstr "Bảng tính StarCalc" + +#: ../freedesktop.org.xml.in.h:393 +msgid "StarChart chart" +msgstr "Đồ thị StarChart" + +#: ../freedesktop.org.xml.in.h:394 +msgid "StarDraw drawing" +msgstr "Bản vẽ StarDraw" + +#: ../freedesktop.org.xml.in.h:395 +msgid "StarImpress presentation" +msgstr "Trình diễn StarImpress" + +#: ../freedesktop.org.xml.in.h:396 +msgid "StarMail email" +msgstr "Thư điện tử StarMail" + +#: ../freedesktop.org.xml.in.h:397 +msgid "StarMath formula" +msgstr "Công thức StarMath" + +#: ../freedesktop.org.xml.in.h:398 +msgid "StarWriter document" +msgstr "Tài liệu StarWriter" + +#: ../freedesktop.org.xml.in.h:399 +msgid "StuffIt archive" +msgstr "Kho nén Stuffit" + +#: ../freedesktop.org.xml.in.h:400 +msgid "SubRip subtitles" +msgstr "Phụ đề SubRip" + +#: ../freedesktop.org.xml.in.h:401 +msgid "SubViewer subtitles" +msgstr "Phụ đề SubViewer" + +#: ../freedesktop.org.xml.in.h:402 +msgid "Sun raster image" +msgstr "Ảnh mành Sun" + +#: ../freedesktop.org.xml.in.h:403 +msgid "SunOS News font" +msgstr "Phông chữ SunOS News" + +#. Translate this as Super Famicom (in Far East Asia) or Super Nintendo (in Europe) if the console was known as such in your locale +#: ../freedesktop.org.xml.in.h:405 +msgid "Super NES ROM" +msgstr "ROM Super Nintendo" + +#. http://en.wikipedia.org/wiki/Super_Video_CD +#. http://everything2.com/index.pl?node_id=1009222 +#: ../freedesktop.org.xml.in.h:408 +msgid "Super Video CD" +msgstr "Đĩa CD siêu ảnh động" + +#: ../freedesktop.org.xml.in.h:409 +msgid "T602 document" +msgstr "Tài liệu T602" + +#: ../freedesktop.org.xml.in.h:410 +msgid "TGA image" +msgstr "Ảnh TGA" + +#: ../freedesktop.org.xml.in.h:411 +msgid "TGIF document" +msgstr "Tài liệu TGIF" + +#: ../freedesktop.org.xml.in.h:412 +msgid "TIFF image" +msgstr "Ảnh TIFF" + +#: ../freedesktop.org.xml.in.h:413 +msgid "TNEF message" +msgstr "Thông điệp TNEF" + +#: ../freedesktop.org.xml.in.h:414 +msgid "TSV document" +msgstr "Tài liệu TSV" + +#: ../freedesktop.org.xml.in.h:415 +msgid "Tar archive" +msgstr "Kho nén tar" + +#: ../freedesktop.org.xml.in.h:416 +msgid "Tar archive (LZMA-compressed)" +msgstr "Kho nén tar (đã nén LZMA)" + +#: ../freedesktop.org.xml.in.h:417 +msgid "Tar archive (LZO-compressed)" +msgstr "Kho nén tar (đã nén LZO)" + +#: ../freedesktop.org.xml.in.h:418 +msgid "Tar archive (bzip-compressed)" +msgstr "Kho nén tar (đã nén bzip)" + +#: ../freedesktop.org.xml.in.h:419 +msgid "Tar archive (compressed)" +msgstr "Kho nén tar (đã nén)" + +#: ../freedesktop.org.xml.in.h:420 +msgid "Tar archive (gzip-compressed)" +msgstr "Kho nén tar (đã nén gzip)" + +#: ../freedesktop.org.xml.in.h:421 +msgid "Tcl script" +msgstr "Văn lệnh Tcl" + +#: ../freedesktop.org.xml.in.h:422 +msgid "TeX DVI document" +msgstr "Tài liệu DVI Tex" + +#: ../freedesktop.org.xml.in.h:423 +msgid "TeX DVI document (bzip-compressed)" +msgstr "Tài liệu DVI TeX (đã nén bzip)" + +#: ../freedesktop.org.xml.in.h:424 +msgid "TeX DVI document (gzip-compressed)" +msgstr "Tài liệu DVI TeX (đã nén gzip)" + +#: ../freedesktop.org.xml.in.h:425 +msgid "TeX document" +msgstr "Tài liệu TeX" + +#: ../freedesktop.org.xml.in.h:426 +msgid "TeX font" +msgstr "Phông chữ TeX" + +#: ../freedesktop.org.xml.in.h:427 +msgid "TeX font metrics" +msgstr "Cách đo phông chữ TeX" + +#: ../freedesktop.org.xml.in.h:428 +msgid "TeXInfo document" +msgstr "Tài liệu TeXInfo" + +#: ../freedesktop.org.xml.in.h:429 +msgid "ToutDoux document" +msgstr "Tài liệu ToutDoux" + +#: ../freedesktop.org.xml.in.h:430 +msgid "Troff ME input document" +msgstr "Tài liệu nhập ME Troff" + +#: ../freedesktop.org.xml.in.h:431 +msgid "Troff MM input document" +msgstr "Tài liệu nhập MM Troff" + +#: ../freedesktop.org.xml.in.h:432 +msgid "Troff MS input document" +msgstr "Tài liệu nhập MS Troff" + +#: ../freedesktop.org.xml.in.h:433 +msgid "Troff document" +msgstr "Tài liệu Troff" + +#: ../freedesktop.org.xml.in.h:434 +msgid "Troff document (with manpage macros)" +msgstr "Tài liệu Troff (có vĩ lệnh trang hướng dẫn)" + +#: ../freedesktop.org.xml.in.h:435 +msgid "TrueAudio audio" +msgstr "Âm thanh TrueAudio" + +#: ../freedesktop.org.xml.in.h:436 +msgid "TrueType XML font" +msgstr "Phông chữ XML TrueType" + +#: ../freedesktop.org.xml.in.h:437 +msgid "TrueType font" +msgstr "Phông chữ TrueType" + +#: ../freedesktop.org.xml.in.h:438 +msgid "UFRaw ID image" +msgstr "Ảnh ID UFRaw" + +#: ../freedesktop.org.xml.in.h:439 +msgid "ULAW (Sun) audio" +msgstr "Âm thanh ULAW (Sun)" + +#: ../freedesktop.org.xml.in.h:440 +msgid "UNIX-compressed file" +msgstr "Tập tin đã nén UNIX" + +#: ../freedesktop.org.xml.in.h:441 +msgid "Unidata NetCDF document" +msgstr "Tài liệu NetCDF Unidata" + +#: ../freedesktop.org.xml.in.h:442 +msgid "Usenet news message" +msgstr "Thông điệp tin tức USENET" + +#: ../freedesktop.org.xml.in.h:443 +msgid "Ustar archive" +msgstr "Kho nén ustar" + +#: ../freedesktop.org.xml.in.h:444 +msgid "V font" +msgstr "Phông chữ V" + +#: ../freedesktop.org.xml.in.h:445 +msgid "VCS/ICS calendar" +msgstr "Lịch VCS/ICS" + +#: ../freedesktop.org.xml.in.h:446 +msgid "VHDL document" +msgstr "Tài liệu VHDL" + +#: ../freedesktop.org.xml.in.h:447 +msgid "VOC audio" +msgstr "Âm thanh VOC" + +#: ../freedesktop.org.xml.in.h:448 +msgid "VRML document" +msgstr "Tài liệu VRML" + +#: ../freedesktop.org.xml.in.h:449 +msgid "Vala source code" +msgstr "Mã nguồn Vala" + +#. http://en.wikipedia.org/wiki/Video_CD +#. http://www.herongyang.com/CD-DVD/VCD-Movie-File-Directory-Structure.html +#: ../freedesktop.org.xml.in.h:452 +msgid "Video CD" +msgstr "Đĩa CD ảnh động" + +#: ../freedesktop.org.xml.in.h:453 +msgid "Vivo video" +msgstr "Ảnh động Vivo" + +#: ../freedesktop.org.xml.in.h:454 +msgid "WAIS source code" +msgstr "Mã nguồn WAIS" + +#: ../freedesktop.org.xml.in.h:455 +msgid "WAV audio" +msgstr "Âm thanh WAV" + +#: ../freedesktop.org.xml.in.h:456 +msgid "WBMP image" +msgstr "Ảnh WBMP" + +#: ../freedesktop.org.xml.in.h:457 +msgid "WMF image" +msgstr "Ảnh WMF" + +#: ../freedesktop.org.xml.in.h:458 +msgid "WML document" +msgstr "Tài liệu WML" + +#: ../freedesktop.org.xml.in.h:459 +msgid "WMLScript program" +msgstr "Chương trình WMLScript" + +#: ../freedesktop.org.xml.in.h:460 +msgid "WRI document" +msgstr "Tài liệu WRI" + +#: ../freedesktop.org.xml.in.h:461 +msgid "WavPack audio" +msgstr "Âm thanh WavPack" + +#: ../freedesktop.org.xml.in.h:462 +msgid "WavPack audio correction file" +msgstr "Tập tin sửa chữa âm thanh WavPack" + +#: ../freedesktop.org.xml.in.h:463 +msgid "Wavelet video" +msgstr "Ảnh động Wavelet" + +#: ../freedesktop.org.xml.in.h:464 +msgid "Windows BMP image" +msgstr "Ảnh BMP Windows" + +#: ../freedesktop.org.xml.in.h:465 +msgid "Windows Installer package" +msgstr "Gói cài đặt Windows" + +#: ../freedesktop.org.xml.in.h:466 +msgid "Windows Media Station file" +msgstr "Tập tin Windows Media Station" + +#: ../freedesktop.org.xml.in.h:467 +msgid "Windows Media audio" +msgstr "Âm thanh Windows Media" + +#: ../freedesktop.org.xml.in.h:468 +msgid "Windows Media video" +msgstr "Ảnh động Windows Media" + +#: ../freedesktop.org.xml.in.h:469 +msgid "Windows Registry extract" +msgstr "Bản trích Registry Windows" + +#: ../freedesktop.org.xml.in.h:470 +msgid "Windows animated cursor" +msgstr "Con chạy hoạt họa Windows" + +#: ../freedesktop.org.xml.in.h:471 +msgid "Windows cursor" +msgstr "Con chạy Windows" + +#: ../freedesktop.org.xml.in.h:472 +msgid "Word document" +msgstr "Tài liệu Word" + +#: ../freedesktop.org.xml.in.h:473 +msgid "Word template" +msgstr "Mẫu Word" + +#: ../freedesktop.org.xml.in.h:474 +msgid "WordPerfect document" +msgstr "Tài liệu WordPerfect" + +#: ../freedesktop.org.xml.in.h:475 +msgid "WordPerfect/Drawperfect image" +msgstr "Ảnh WordPerfect/Drawperfect" + +#: ../freedesktop.org.xml.in.h:476 +msgid "X window image" +msgstr "Ảnh cửa sổ X" + +#: ../freedesktop.org.xml.in.h:477 +msgid "X-Motif UIL table" +msgstr "Bảng UIL X-Motif" + +#: ../freedesktop.org.xml.in.h:478 +msgid "X11 cursor" +msgstr "Con chạy X11" + +#: ../freedesktop.org.xml.in.h:479 +msgid "XBEL bookmarks" +msgstr "Liên kết đã lưu XBEL" + +#: ../freedesktop.org.xml.in.h:480 +msgid "XBM image" +msgstr "Ảnh XBM" + +#: ../freedesktop.org.xml.in.h:481 +msgid "XFig image" +msgstr "Ảnh XFig" + +#: ../freedesktop.org.xml.in.h:482 +msgid "XHTML page" +msgstr "Trang XHTML" + +#: ../freedesktop.org.xml.in.h:483 +msgid "XLIFF translation file" +msgstr "Tập tin dịch XLIFF" + +#: ../freedesktop.org.xml.in.h:484 +msgid "XMCD CD database" +msgstr "Cơ sở dữ liệu CD XMCD" + +#: ../freedesktop.org.xml.in.h:485 +msgid "XMF audio" +msgstr "Âm thanh XMF" + +#: ../freedesktop.org.xml.in.h:486 +msgid "XMI file" +msgstr "Tập tin XMI" + +#: ../freedesktop.org.xml.in.h:487 +msgid "XML document" +msgstr "Tài liệu XML" + +#: ../freedesktop.org.xml.in.h:488 +msgid "XML entities document" +msgstr "Tài liệu thực thể XML" + +#: ../freedesktop.org.xml.in.h:489 +msgid "XPM image" +msgstr "Ảnh XPM" + +#: ../freedesktop.org.xml.in.h:490 +msgid "XPS document" +msgstr "Tài liệu XPS" + +#: ../freedesktop.org.xml.in.h:491 +msgid "XSL FO file" +msgstr "Tập tin FO của XSL (XFO)" + +#: ../freedesktop.org.xml.in.h:492 +msgid "XSLT stylesheet" +msgstr "Tờ kiểu dáng XSLT" + +#: ../freedesktop.org.xml.in.h:493 +msgid "XSPF playlist" +msgstr "Danh mục nhạc XSPF" + +#: ../freedesktop.org.xml.in.h:494 +msgid "XUL document" +msgstr "Tài liệu XUL" + +#: ../freedesktop.org.xml.in.h:495 +msgid "XUL interface document" +msgstr "Tài liệu giao diện XUL" + +#: ../freedesktop.org.xml.in.h:496 +msgid "Xbase document" +msgstr "Tài liệu Xbase" + +#: ../freedesktop.org.xml.in.h:497 +msgid "Zip archive" +msgstr "Kho nén zip" + +#: ../freedesktop.org.xml.in.h:498 +msgid "Zoo archive" +msgstr "Kho nén zoo" + +#: ../freedesktop.org.xml.in.h:499 +msgid "application log" +msgstr "bản ghi ứng dụng" + +#. http://en.wikipedia.org/wiki/Red_Book_(audio_CD_standard) +#: ../freedesktop.org.xml.in.h:501 +msgid "audio CD" +msgstr "đĩa CD âm thanh" + +#. http://en.wikipedia.org/wiki/DVD-Audio +#: ../freedesktop.org.xml.in.h:503 +msgid "audio DVD" +msgstr "đĩa DVD âm thanh" + +#: ../freedesktop.org.xml.in.h:504 +msgid "author credits" +msgstr "công trạng tác giả" + +#: ../freedesktop.org.xml.in.h:505 +msgid "author list" +msgstr "danh sách tác giả" + +#: ../freedesktop.org.xml.in.h:506 +msgid "backup file" +msgstr "tập tin sao lưu" + +#. http://en.wikipedia.org/wiki/Blu-ray_Disc +#: ../freedesktop.org.xml.in.h:508 +msgid "blank Blu-ray disc" +msgstr "đĩa Blu-ray trống" + +#. http://en.wikipedia.org/wiki/Compact_Disc +#: ../freedesktop.org.xml.in.h:510 +msgid "blank CD disc" +msgstr "đĩa CD trống" + +#. http://en.wikipedia.org/wiki/DVD +#: ../freedesktop.org.xml.in.h:512 +msgid "blank DVD disc" +msgstr "đĩa DVD trống" + +#. http://en.wikipedia.org/wiki/HD_DVD +#: ../freedesktop.org.xml.in.h:514 +msgid "blank HD DVD disc" +msgstr "đĩa DVD HD trống" + +#: ../freedesktop.org.xml.in.h:515 +msgid "block device" +msgstr "thiết bị khối" + +#: ../freedesktop.org.xml.in.h:516 +msgid "character device" +msgstr "thiết bị ký tự" + +#: ../freedesktop.org.xml.in.h:517 +msgid "comic book archive" +msgstr "Kho nén sách tranh chuyện vui" + +#: ../freedesktop.org.xml.in.h:518 +msgid "compound document" +msgstr "tài liệu ghép" + +#: ../freedesktop.org.xml.in.h:519 +msgid "compound documents" +msgstr "tài liệu ghép" + +#: ../freedesktop.org.xml.in.h:520 +msgid "compressed GIMP image" +msgstr "ảnh GIMP đã nén" + +#: ../freedesktop.org.xml.in.h:521 +msgid "compressed SVG image" +msgstr "ảnh SVG đã nén" + +#: ../freedesktop.org.xml.in.h:522 +msgid "compressed Tracker audio" +msgstr "âm thanh Tracker đã nén" + +#: ../freedesktop.org.xml.in.h:523 +msgid "desktop configuration file" +msgstr "tập tin cấu hình môi trường" + +#: ../freedesktop.org.xml.in.h:524 +msgid "detached OpenPGP signature" +msgstr "chữ ký OpenPGP tách rời" + +#: ../freedesktop.org.xml.in.h:525 +msgid "detached S/MIME signature" +msgstr "chữ ký S/MIME tách rời" + +#: ../freedesktop.org.xml.in.h:526 +msgid "differences between files" +msgstr "khác biệt giữa các tập tin" + +#. http://en.wikipedia.org/wiki/Design_rule_for_Camera_File_system +#: ../freedesktop.org.xml.in.h:528 +msgid "digital photos" +msgstr "ảnh chụp số" + +#: ../freedesktop.org.xml.in.h:529 +msgid "digital raw image" +msgstr "ảnh thô số" + +#: ../freedesktop.org.xml.in.h:530 +msgid "eMusic download package" +msgstr "gói nhạc tải xuống eMusic" + +#: ../freedesktop.org.xml.in.h:531 +msgid "electronic book document" +msgstr "tài liệu cuốn sách điện tử" + +#: ../freedesktop.org.xml.in.h:532 +msgid "electronic business card" +msgstr "danh thiếp điện tử" + +#: ../freedesktop.org.xml.in.h:533 +msgid "email headers" +msgstr "dòng đầu thư điện tử" + +#: ../freedesktop.org.xml.in.h:534 +msgid "email message" +msgstr "thư điện tử" + +#: ../freedesktop.org.xml.in.h:535 +msgid "empty document" +msgstr "tài liệu rỗng" + +#: ../freedesktop.org.xml.in.h:536 +msgid "encrypted message" +msgstr "thông điệp đã mật mã" + +#: ../freedesktop.org.xml.in.h:537 +msgid "enriched text document" +msgstr "tài liệu văn bản có kiểu dáng" + +#: ../freedesktop.org.xml.in.h:538 +msgid "executable" +msgstr "thực hiện được" + +#: ../freedesktop.org.xml.in.h:539 +msgid "folder" +msgstr "thư mục" + +#: ../freedesktop.org.xml.in.h:540 +msgid "generic font file" +msgstr "tập tin phông giống loài" + +#: ../freedesktop.org.xml.in.h:541 +msgid "help page" +msgstr "trang trợ giúp" + +#: ../freedesktop.org.xml.in.h:542 +msgid "iMelody ringtone" +msgstr "tiếng réo iMelody" + +#: ../freedesktop.org.xml.in.h:543 +msgid "iPod firmware" +msgstr "phần vững iPod" + +#: ../freedesktop.org.xml.in.h:544 +msgid "iRiver Playlist" +msgstr "danh mục nhạc iRiver" + +#: ../freedesktop.org.xml.in.h:545 +msgid "installation instructions" +msgstr "hướng dẫn cài đặt" + +#: ../freedesktop.org.xml.in.h:546 +msgid "iptables configuration file" +msgstr "tập tin cấu hình iptables" + +#: ../freedesktop.org.xml.in.h:547 +msgid "libtool shared library" +msgstr "thư viện dùng chung libtool" + +#: ../freedesktop.org.xml.in.h:548 +msgid "license terms" +msgstr "điều kiện giấy phép" + +#: ../freedesktop.org.xml.in.h:549 +msgid "mail delivery report" +msgstr "thông báo phát thư" + +#: ../freedesktop.org.xml.in.h:550 +msgid "mail disposition report" +msgstr "thông báo chuyển nhượng thư" + +#: ../freedesktop.org.xml.in.h:551 +msgid "mail system report" +msgstr "thông báo hệ thống thư" + +#: ../freedesktop.org.xml.in.h:552 +msgid "mailbox file" +msgstr "tập tin hộp thư" + +#: ../freedesktop.org.xml.in.h:553 +msgid "manual page (compressed)" +msgstr "trang hướng dẫn (đã nén)" + +#: ../freedesktop.org.xml.in.h:554 +msgid "message catalog" +msgstr "phân loại thông điệp" + +#: ../freedesktop.org.xml.in.h:555 +msgid "message digest" +msgstr "bản tóm tắt thông điệp" + +#: ../freedesktop.org.xml.in.h:556 +msgid "message in several formats" +msgstr "thông điệp có vài định dạng" + +#: ../freedesktop.org.xml.in.h:557 +msgid "mount point" +msgstr "điểm lắp" + +#: ../freedesktop.org.xml.in.h:558 +msgid "object code" +msgstr "mã đối tượng" + +#: ../freedesktop.org.xml.in.h:559 +msgid "packed font file" +msgstr "tập tin phông chữ đã đóng gói" + +#: ../freedesktop.org.xml.in.h:560 +msgid "partial email message" +msgstr "thư điện tử riêng phần" + +#: ../freedesktop.org.xml.in.h:561 +msgid "pipe" +msgstr "ống dẫn" + +#: ../freedesktop.org.xml.in.h:562 +msgid "plain text document" +msgstr "tài liệu nhập thô" + +#. see fd.o hal spec +#: ../freedesktop.org.xml.in.h:564 +msgid "portable audio player" +msgstr "bộ phát nhạc di động" + +#: ../freedesktop.org.xml.in.h:565 +msgid "profiler results" +msgstr "kết quả nét hiện trạng" + +#: ../freedesktop.org.xml.in.h:566 +msgid "program crash data" +msgstr "dữ liệu sụp đổ chương trình" + +#: ../freedesktop.org.xml.in.h:567 +msgid "raw CD image" +msgstr "ảnh đĩa CD thô" + +#: ../freedesktop.org.xml.in.h:568 +msgid "reference to remote file" +msgstr "tham chiếu đến tập tin ở xa" + +#: ../freedesktop.org.xml.in.h:569 +msgid "rejected patch" +msgstr "đắp vá bị từ chối" + +#: ../freedesktop.org.xml.in.h:570 +msgid "resource location" +msgstr "địa điểm tài nguyên" + +#: ../freedesktop.org.xml.in.h:571 +msgid "rich text document" +msgstr "tài liệu văn bản có kiểu dáng (RTF)" + +#: ../freedesktop.org.xml.in.h:572 +msgid "shared library" +msgstr "thư viện dùng chung" + +#: ../freedesktop.org.xml.in.h:573 +msgid "shell archive" +msgstr "kho trình bao" + +#: ../freedesktop.org.xml.in.h:574 +msgid "shell script" +msgstr "văn lệnh trình bao" + +#: ../freedesktop.org.xml.in.h:575 +msgid "signed message" +msgstr "thông điệp đã ký" + +#: ../freedesktop.org.xml.in.h:576 +msgid "socket" +msgstr "ổ cắm" + +#. http://standards.freedesktop.org/autostart-spec/autostart-spec-latest.html +#. http://bugzilla.gnome.org/show_bug.cgi?id=509823#c3 +#: ../freedesktop.org.xml.in.h:579 +msgid "software" +msgstr "phần mềm" + +#: ../freedesktop.org.xml.in.h:580 +msgid "spreadsheet interchange document" +msgstr "tài liệu hoán đổi bảng tính" + +#: ../freedesktop.org.xml.in.h:581 +msgid "stream of data (server push)" +msgstr "luồng dữ liệu (trình phục vụ đẩy)" + +#: ../freedesktop.org.xml.in.h:582 +msgid "symbolic link" +msgstr "liên kết tượng trưng" + +#: ../freedesktop.org.xml.in.h:583 +msgid "theme" +msgstr "sắc thái" + +#: ../freedesktop.org.xml.in.h:584 +msgid "translated messages (machine-readable)" +msgstr "thông điệp đã dịch (máy đọc được)" + +#: ../freedesktop.org.xml.in.h:585 +msgid "translation file" +msgstr "tập tin dịch" + +#: ../freedesktop.org.xml.in.h:586 +msgid "translation template" +msgstr "mẫu dịch" + +#: ../freedesktop.org.xml.in.h:587 +msgid "txt2tags document" +msgstr "tài liệu txt2tags" + +#: ../freedesktop.org.xml.in.h:588 +msgid "unknown" +msgstr "không rõ" + +#. http://en.wikipedia.org/wiki/DVD-Video +#: ../freedesktop.org.xml.in.h:590 +msgid "video DVD" +msgstr "đĩa DVD ảnh động" diff --git a/po/zh_CN.po b/po/zh_CN.po new file mode 100644 index 0000000..277a7cc --- /dev/null +++ b/po/zh_CN.po @@ -0,0 +1,1501 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# Funda Wang , 2004. +# +msgid "" +msgstr "" +"Project-Id-Version: shared-mime-info 0.15\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2004-08-30 20:01+0200\n" +"PO-Revision-Date: 2004-08-31 23:54+0800\n" +"Last-Translator: Funda Wang \n" +"Language-Team: Chinese (simplified) \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: freedesktop.org.xml.in.h:1 +msgid "3D Studio image" +msgstr "3D Studio 图像" + +#: freedesktop.org.xml.in.h:2 +msgid "AIFC audio" +msgstr "AIFC 音频" + +#: freedesktop.org.xml.in.h:3 +msgid "AIFF audio" +msgstr "AIFF 音频" + +#: freedesktop.org.xml.in.h:4 +msgid "AIFF/Amiga/Mac audio" +msgstr "AIFF/Amiga/Mac 音频" + +#: freedesktop.org.xml.in.h:5 +msgid "ANIM animation" +msgstr "ANIM 动画" + +#: freedesktop.org.xml.in.h:6 +msgid "AR archive" +msgstr "AR 压缩包" + +#: freedesktop.org.xml.in.h:7 +msgid "ARJ archive" +msgstr "ARJ 压缩包" + +#: freedesktop.org.xml.in.h:8 +msgid "AVI video" +msgstr "AVI 视频" + +#: freedesktop.org.xml.in.h:9 +msgid "AWK script" +msgstr "AWK 脚本" + +#: freedesktop.org.xml.in.h:10 +msgid "AbiWord document" +msgstr "AbiWord 文档" + +#: freedesktop.org.xml.in.h:11 +msgid "Ada source code" +msgstr "Ada 源代码" + +#: freedesktop.org.xml.in.h:12 +msgid "Adobe FrameMaker font" +msgstr "Adobe FrameMaker 字体" + +#: freedesktop.org.xml.in.h:13 +msgid "Adobe Illustrator document" +msgstr "Adobe Illustrator 文档" + +#: freedesktop.org.xml.in.h:14 +msgid "Adobe font metrics" +msgstr "" + +#: freedesktop.org.xml.in.h:15 +msgid "Amiga SoundTracker audio" +msgstr "Amiga SoundTracker 音频" + +#: freedesktop.org.xml.in.h:16 +msgid "Andrew Toolkit inset" +msgstr "" + +#: freedesktop.org.xml.in.h:17 +msgid "Applix Graphics image" +msgstr "Applix Graphics 图像" + +#: freedesktop.org.xml.in.h:18 +msgid "Applix Spreadsheets spreadsheet" +msgstr "Applix Spreadsheets 工作簿" + +#: freedesktop.org.xml.in.h:19 +msgid "Applix Words document" +msgstr "Applix Words 文档" + +#: freedesktop.org.xml.in.h:20 +msgid "AutoCAD image" +msgstr "AutoCAD 图像" + +#: freedesktop.org.xml.in.h:21 +msgid "AutoDesk FLIC animation" +msgstr "AutoDesk FLIC 动画" + +#: freedesktop.org.xml.in.h:22 +msgid "BCPIO document" +msgstr "BCPIO 文档" + +#: freedesktop.org.xml.in.h:23 +msgid "BDF font" +msgstr "BDF 字体" + +#: freedesktop.org.xml.in.h:24 +msgid "Bibtex bibliographic data" +msgstr "" + +#: freedesktop.org.xml.in.h:25 +msgid "BitTorrent seed file" +msgstr "BitTorrent 种子文件" + +#: freedesktop.org.xml.in.h:26 +msgid "Blender scene" +msgstr "" + +#: freedesktop.org.xml.in.h:27 +msgid "C shell script" +msgstr "C shell 脚本" + +#: freedesktop.org.xml.in.h:28 +msgid "C source code" +msgstr "C 源代码" + +#: freedesktop.org.xml.in.h:29 +msgid "C source code header" +msgstr "C 源代码头文件" + +#: freedesktop.org.xml.in.h:30 +msgid "C# source code" +msgstr "C# 源代码" + +#: freedesktop.org.xml.in.h:31 +msgid "C++ source code" +msgstr "C++ 源代码" + +#: freedesktop.org.xml.in.h:32 +msgid "C++ source code header" +msgstr "C++ 源代码头文件" + +#: freedesktop.org.xml.in.h:33 +msgid "CCITT G3 fax" +msgstr "CCITT G3 传真" + +#: freedesktop.org.xml.in.h:34 +msgid "CGI script" +msgstr "CGI 脚本" + +#: freedesktop.org.xml.in.h:35 +msgid "CMU raster image" +msgstr "CMU 矢量图像" + +#: freedesktop.org.xml.in.h:36 +msgid "CPIO archive" +msgstr "CPIO 压缩包" + +#: freedesktop.org.xml.in.h:37 +msgid "CPIO archive (gzip-compressed)" +msgstr "CPIO 压缩包(gzip 压缩)" + +#: freedesktop.org.xml.in.h:38 +msgid "Cascading Style Sheet" +msgstr "层叠样式表" + +#: freedesktop.org.xml.in.h:39 +msgid "Commodore 64 audio" +msgstr "Commodore 64 音频" + +#: freedesktop.org.xml.in.h:40 +msgid "Computer Graphics Metafile" +msgstr "CGM 计算机图像元文件" + +#: freedesktop.org.xml.in.h:41 +msgid "Corel Draw drawing" +msgstr "Corel Draw 绘图" + +#: freedesktop.org.xml.in.h:42 +msgid "DCL script" +msgstr "DCL 脚本" + +#: freedesktop.org.xml.in.h:43 +msgid "DER/PEM/Netscape-encoded X.509 certificate" +msgstr "DER/PEM/Netscape-encoded X.509 证书" + +#: freedesktop.org.xml.in.h:44 +msgid "DOS font" +msgstr "DOS 字体" + +#: freedesktop.org.xml.in.h:45 +msgid "DOS/Windows executable" +msgstr "DOS/Windows 可执行文件" + +#: freedesktop.org.xml.in.h:46 +msgid "DSSSL document" +msgstr "DSSSL 文档" + +#: freedesktop.org.xml.in.h:47 +msgid "DXF vector image" +msgstr "DXF 矢量图像" + +#: freedesktop.org.xml.in.h:48 +msgid "Debian package" +msgstr "Debian 软件包" + +#: freedesktop.org.xml.in.h:49 +msgid "Device Independant Bitmap" +msgstr "设备无关位图" + +#: freedesktop.org.xml.in.h:50 +msgid "Dia diagram" +msgstr "Dia 图表" + +#: freedesktop.org.xml.in.h:51 +msgid "Digital Imaging and Communications in Medicine image" +msgstr "" + +#: freedesktop.org.xml.in.h:52 +msgid "Digital Moving Picture Exchange image" +msgstr "" + +#: freedesktop.org.xml.in.h:53 +msgid "DjVu image" +msgstr "DjVu 图像" + +#: freedesktop.org.xml.in.h:54 +msgid "Dolby Digital audio" +msgstr "杜比数字音频" + +#: freedesktop.org.xml.in.h:55 +msgid "Dreamcast ROM" +msgstr "Dreamcast ROM" + +#: freedesktop.org.xml.in.h:56 +msgid "Egon Animator animation" +msgstr "Egon Animator 动画" + +#: freedesktop.org.xml.in.h:57 +msgid "Emacs Lisp source code" +msgstr "Emacs Lisp 源代码" + +#: freedesktop.org.xml.in.h:58 +msgid "Encapsulated PostScript image" +msgstr "EPS 封装的 PostScript 图像" + +#: freedesktop.org.xml.in.h:59 +msgid "Enlightenment theme" +msgstr "Enlightenment 主题" + +#: freedesktop.org.xml.in.h:60 +msgid "FLAC audio" +msgstr "FLAC 音频" + +#: freedesktop.org.xml.in.h:61 +msgid "FastTracker II audio" +msgstr "FastTracker II 音频" + +#: freedesktop.org.xml.in.h:62 +msgid "FlashPix image" +msgstr "FlashPix 图像" + +#: freedesktop.org.xml.in.h:63 +msgid "Flexible Image Transport System" +msgstr "FITS 灵活图像传送系统" + +#: freedesktop.org.xml.in.h:64 +msgid "Fortran source code" +msgstr "Fortran 源代码" + +#: freedesktop.org.xml.in.h:65 +msgid "FrameMaker MIF document" +msgstr "FrameMaker MIF 文档" + +#: freedesktop.org.xml.in.h:66 +msgid "G3 fax image" +msgstr "G3 传真文档" + +#: freedesktop.org.xml.in.h:67 +msgid "GIF image" +msgstr "GIF 图像" + +#: freedesktop.org.xml.in.h:68 +msgid "GIMP image" +msgstr "GIMP 图像" + +#: freedesktop.org.xml.in.h:69 +msgid "GIMP image (compressed)" +msgstr "GIMP 图像(压缩)" + +#: freedesktop.org.xml.in.h:70 +msgid "GMC link" +msgstr "GMC 链接" + +#: freedesktop.org.xml.in.h:71 +msgid "GNU Oleo spreadsheet" +msgstr "GNU Oleo 工作簿" + +#: freedesktop.org.xml.in.h:72 +msgid "GNU mail message" +msgstr "GNU mail 信件" + +#: freedesktop.org.xml.in.h:73 +msgid "GTK configuration" +msgstr "GTK 配置" + +#: freedesktop.org.xml.in.h:74 +msgid "GTKtalog catalog" +msgstr "GTKtalog 目录" + +#: freedesktop.org.xml.in.h:75 +msgid "Game Boy ROM" +msgstr "Game Boy ROM" + +#: freedesktop.org.xml.in.h:76 +msgid "Genesis ROM" +msgstr "Genesis ROM" + +#: freedesktop.org.xml.in.h:77 +msgid "Glade project" +msgstr "Glade 工程" + +#: freedesktop.org.xml.in.h:78 +msgid "GnuCash spreadsheet" +msgstr "GnuCash 工作簿" + +#: freedesktop.org.xml.in.h:79 +msgid "Gnumeric spreadsheet" +msgstr "Gnumeric 工作簿" + +#: freedesktop.org.xml.in.h:80 +msgid "Graphite scientific graph" +msgstr "Graphite 科学图形" + +#: freedesktop.org.xml.in.h:81 +msgid "HDF document" +msgstr "HDF 文档" + +#: freedesktop.org.xml.in.h:82 +msgid "HP Graphics Language (plotter)" +msgstr "HP 图形语言(绘图仪)" + +#: freedesktop.org.xml.in.h:83 +msgid "HP Printer Control Language file" +msgstr "HP 打印机控制语言(PCL)文件" + +#: freedesktop.org.xml.in.h:84 +msgid "HTML page" +msgstr "HTML 页面" + +#: freedesktop.org.xml.in.h:85 +msgid "Haskell source code" +msgstr "Haskell 源代码" + +#: freedesktop.org.xml.in.h:86 +msgid "IDL document" +msgstr "IDL 文档" + +#: freedesktop.org.xml.in.h:87 +msgid "IEF image" +msgstr "IEF 图像" + +#: freedesktop.org.xml.in.h:88 +msgid "IFF image" +msgstr "IFF 图像" + +#: freedesktop.org.xml.in.h:89 +msgid "ILBM image" +msgstr "ILBM 图像" + +#: freedesktop.org.xml.in.h:90 +msgid "ISI video" +msgstr "ISI 视频" + +#: freedesktop.org.xml.in.h:91 +msgid "Impulse Tracker audio" +msgstr "Impulse Tracker 音频" + +#: freedesktop.org.xml.in.h:92 +msgid "JBuilder project" +msgstr "JBuilder 工程" + +#: freedesktop.org.xml.in.h:93 +msgid "JNG image" +msgstr "JNG 图像" + +#: freedesktop.org.xml.in.h:94 +msgid "JPEG image" +msgstr "JPEG 图像" + +#: freedesktop.org.xml.in.h:95 +msgid "JPEG-2000 image" +msgstr "JPEG-2000 图像" + +#: freedesktop.org.xml.in.h:96 +msgid "Java archive" +msgstr "Java 压缩包" + +#: freedesktop.org.xml.in.h:97 +msgid "Java byte code" +msgstr "Java 字节码" + +#: freedesktop.org.xml.in.h:98 +msgid "Java class" +msgstr "Java 类" + +#: freedesktop.org.xml.in.h:99 +msgid "Java source code" +msgstr "Java 源代码" + +#: freedesktop.org.xml.in.h:100 +msgid "Javascript program" +msgstr "Javascript 程序" + +#: freedesktop.org.xml.in.h:101 +msgid "KChart chart" +msgstr "KChart 图表" + +#: freedesktop.org.xml.in.h:102 +msgid "KFormula formula" +msgstr "KFormula 公式" + +#: freedesktop.org.xml.in.h:103 +msgid "KIllustrator drawing" +msgstr "KIllustrator 绘图" + +#: freedesktop.org.xml.in.h:104 +msgid "KPovModeler scene" +msgstr "KPovModeler 场景" + +#: freedesktop.org.xml.in.h:105 +msgid "KPresenter presentation" +msgstr "KPresenter 演示文稿" + +#: freedesktop.org.xml.in.h:106 +msgid "KSpread spreadsheet" +msgstr "KSpread 工作簿" + +#: freedesktop.org.xml.in.h:107 +msgid "KSpread spreadsheet (encrypted)" +msgstr "KSpread 加密工作簿" + +#: freedesktop.org.xml.in.h:108 +msgid "KWord document" +msgstr "KWord 文档" + +#: freedesktop.org.xml.in.h:109 +msgid "KWord document (encrypted)" +msgstr "KWord 加密文档" + +#: freedesktop.org.xml.in.h:110 +msgid "Karbon14 drawing" +msgstr "Karbon14 绘图" + +#: freedesktop.org.xml.in.h:111 +msgid "Kivio flowchart" +msgstr "Kivio 流程图" + +#: freedesktop.org.xml.in.h:112 +msgid "Kontour drawing" +msgstr "Kontour 绘图" + +#: freedesktop.org.xml.in.h:113 +msgid "Korn shell script" +msgstr "Korn shell 脚本" + +#: freedesktop.org.xml.in.h:114 +msgid "Krita document" +msgstr "Krita 文档" + +#: freedesktop.org.xml.in.h:115 +msgid "Kugar document" +msgstr "Kugar 文档" + +#: freedesktop.org.xml.in.h:116 +msgid "LHA archive" +msgstr "LHA 压缩包" + +#: freedesktop.org.xml.in.h:117 +msgid "LHZ archive" +msgstr "LHZ 压缩包" + +#: freedesktop.org.xml.in.h:118 +msgid "LIBGRX font" +msgstr "LIBGRX 字体" + +#: freedesktop.org.xml.in.h:119 +msgid "LZO archive" +msgstr "LZO 压缩包" + +#: freedesktop.org.xml.in.h:120 +msgid "LightWave object" +msgstr "LightWave 对象" + +#: freedesktop.org.xml.in.h:121 +msgid "LightWave scene" +msgstr "LightWave 场景" + +#: freedesktop.org.xml.in.h:122 +msgid "Linux PSF console font" +msgstr "Linux PSF 控制台字体" + +#: freedesktop.org.xml.in.h:123 +msgid "Literate haskell source code" +msgstr "Literate haskell 源代码" + +#: freedesktop.org.xml.in.h:124 +msgid "Lotus 1-2-3 spreadsheet" +msgstr "Lotus 1-2-3 工作簿" + +#: freedesktop.org.xml.in.h:125 +msgid "Lotus AmiPro document" +msgstr "Lotus AmiPro 文档" + +#: freedesktop.org.xml.in.h:126 +msgid "LyX document" +msgstr "LyX 文档" + +#: freedesktop.org.xml.in.h:127 +msgid "MIDI audio" +msgstr "MIDI 音频" + +#: freedesktop.org.xml.in.h:128 +msgid "MNG animation" +msgstr "MNG 动画" + +#: freedesktop.org.xml.in.h:129 +msgid "MP3 ShoutCast playlist" +msgstr "MP3 ShoutCast 播放列表" + +#: freedesktop.org.xml.in.h:130 +msgid "MP3 audio" +msgstr "MP3 音频" + +#: freedesktop.org.xml.in.h:131 +msgid "MP3 audio (streamed)" +msgstr "MP3 流式音频" + +#: freedesktop.org.xml.in.h:132 +msgid "MP3 playlist" +msgstr "MP3 播放列表" + +#: freedesktop.org.xml.in.h:133 +msgid "MPEG video" +msgstr "MPEG 视频" + +#: freedesktop.org.xml.in.h:134 +msgid "MSX ROM" +msgstr "MSX ROM" + +#: freedesktop.org.xml.in.h:135 +msgid "Macintosh AppleDouble-encoded file" +msgstr "Macintosh AppleDouble 编码的文件" + +#: freedesktop.org.xml.in.h:136 +msgid "Macintosh BinHex-encoded file" +msgstr "Macintosh BinHex 编码的文件" + +#: freedesktop.org.xml.in.h:137 +msgid "Macintosh MacBinary file" +msgstr "Macintosh MacBinary 文件" + +#: freedesktop.org.xml.in.h:138 +msgid "Macintosh Quickdraw/PICT drawing" +msgstr "Macintosh Quickdraw/PICT 绘图" + +#: freedesktop.org.xml.in.h:139 +msgid "Macintosh StuffIt archive" +msgstr "Macintosh StuffIt 压缩包" + +#: freedesktop.org.xml.in.h:140 +msgid "MagicPoint presentation" +msgstr "MagicPoint 演示文稿" + +#: freedesktop.org.xml.in.h:141 +msgid "Makefile" +msgstr "Makefile" + +#: freedesktop.org.xml.in.h:142 +msgid "MathML document" +msgstr "MathML 文档" + +#: freedesktop.org.xml.in.h:143 +msgid "Matroska video" +msgstr "Matroska 视频" + +#: freedesktop.org.xml.in.h:144 +msgid "Microsoft ASF video" +msgstr "Microsoft ASF 视频" + +#: freedesktop.org.xml.in.h:145 +msgid "Microsoft AVI video" +msgstr "Microsoft AVI 视频" + +#: freedesktop.org.xml.in.h:146 +msgid "Microsoft Excel spreadsheet" +msgstr "Microsoft Excel 工作簿" + +#: freedesktop.org.xml.in.h:147 +msgid "Microsoft Office drawing" +msgstr "Microsoft Office 绘图" + +#: freedesktop.org.xml.in.h:148 +msgid "Microsoft PowerPoint presentation" +msgstr "Microsoft PowerPoint 演示文稿" + +#: freedesktop.org.xml.in.h:149 +msgid "Microsoft WMF file" +msgstr "Microsoft WMF 文件" + +#: freedesktop.org.xml.in.h:150 +msgid "Microsoft WMV video" +msgstr "Microsoft WMV 视频" + +#: freedesktop.org.xml.in.h:151 +msgid "Microsoft Windows icon" +msgstr "Microsoft Windows 图标" + +#: freedesktop.org.xml.in.h:152 +msgid "Microsoft Word document" +msgstr "Microsoft Word 文档" + +#: freedesktop.org.xml.in.h:153 +msgid "Microsoft Write document" +msgstr "Microsoft 书写器文档" + +#: freedesktop.org.xml.in.h:154 +msgid "Mozilla bookmarks" +msgstr "Mozilla 书签" + +#: freedesktop.org.xml.in.h:155 +msgid "NES ROM" +msgstr "NES ROM" + +#: freedesktop.org.xml.in.h:156 +msgid "Nautilus link" +msgstr "Nautilus 链接" + +#: freedesktop.org.xml.in.h:157 +msgid "Netscape bookmarks" +msgstr "Netscape 书签" + +#: freedesktop.org.xml.in.h:158 +msgid "Nintendo64 ROM" +msgstr "Nintendo64 ROM" + +#: freedesktop.org.xml.in.h:159 +msgid "Nullsoft video" +msgstr "Nullsoft 视频" + +#: freedesktop.org.xml.in.h:160 +msgid "ODA document" +msgstr "ODA 文档" + +#: freedesktop.org.xml.in.h:161 +msgid "OLE2 compound document storage" +msgstr "OLE2 组合文档存储" + +#: freedesktop.org.xml.in.h:162 +msgid "Objective-C source code" +msgstr "Objective-C 源代码" + +#: freedesktop.org.xml.in.h:163 +msgid "Ogg Vorbis audio" +msgstr "Ogg Vorbis 音频" + +#: freedesktop.org.xml.in.h:164 +msgid "OpenOffice.org Calc spreadsheet" +msgstr "OpenOffice.org Calc 工作簿" + +#: freedesktop.org.xml.in.h:165 +msgid "OpenOffice.org Calc spreadsheet template" +msgstr "OpenOffice.org Calc 工作簿模板" + +#: freedesktop.org.xml.in.h:166 +msgid "OpenOffice.org Draw drawing" +msgstr "OpenOffice.org Draw 绘图" + +#: freedesktop.org.xml.in.h:167 +msgid "OpenOffice.org Draw drawing template" +msgstr "OpenOffice.org Draw 绘图模板" + +#: freedesktop.org.xml.in.h:168 +msgid "OpenOffice.org Impress presentation" +msgstr "OpenOffice.org Impress 演示文稿" + +#: freedesktop.org.xml.in.h:169 +msgid "OpenOffice.org Impress presentation template" +msgstr "OpenOffice.org Impress 演示文稿模板" + +#: freedesktop.org.xml.in.h:170 +msgid "OpenOffice.org Math formula" +msgstr "OpenOffice.org Math 公式" + +#: freedesktop.org.xml.in.h:171 +msgid "OpenOffice.org Writer document" +msgstr "OpenOffice.org Writer 文档" + +#: freedesktop.org.xml.in.h:172 +msgid "OpenOffice.org Writer document template" +msgstr "OpenOffice.org Writer 文档模板" + +#: freedesktop.org.xml.in.h:173 +msgid "OpenOffice.org Writer global document" +msgstr "OpenOffice.org Writer 全局文档" + +#: freedesktop.org.xml.in.h:174 +msgid "OpenType font" +msgstr "OpenType 字体" + +#: freedesktop.org.xml.in.h:175 +msgid "PCF font" +msgstr "PCF 字体" + +#: freedesktop.org.xml.in.h:176 +msgid "PCM audio" +msgstr "PCM 音频" + +#: freedesktop.org.xml.in.h:177 +msgid "PDF document" +msgstr "PDF 文档" + +#: freedesktop.org.xml.in.h:178 +msgid "PEF executable" +msgstr "PEF 可执行文件" + +#: freedesktop.org.xml.in.h:179 +msgid "PGN chess game" +msgstr "PNG 象棋游戏" + +#: freedesktop.org.xml.in.h:180 +msgid "PGP keys" +msgstr "PGP 密钥" + +#: freedesktop.org.xml.in.h:181 +msgid "PGP message" +msgstr "PGP 信件" + +#: freedesktop.org.xml.in.h:182 +msgid "PGP/MIME-encrypted message header" +msgstr "PGP/MIME 加密的信件头" + +#: freedesktop.org.xml.in.h:183 +msgid "PHP script" +msgstr "PHP 脚本" + +#: freedesktop.org.xml.in.h:184 +msgid "PKCS#12 certificate bundle" +msgstr "PKCS#12 证书束" + +#: freedesktop.org.xml.in.h:185 +msgid "PNG image" +msgstr "PNG 图像" + +#: freedesktop.org.xml.in.h:186 +msgid "PNM image" +msgstr "PNM 图像" + +#: freedesktop.org.xml.in.h:187 +msgid "Palm OS database" +msgstr "Palm OS 数据库" + +#: freedesktop.org.xml.in.h:188 +msgid "Palmpilot database/document" +msgstr "Palmpilot 数据库/文档" + +#: freedesktop.org.xml.in.h:189 +msgid "Pascal source code" +msgstr "Pascal 源代码" + +#: freedesktop.org.xml.in.h:190 +msgid "Pathetic Writer document" +msgstr "Pathetic Writer 文档" + +#: freedesktop.org.xml.in.h:191 +msgid "Perl script" +msgstr "Perl 脚本" + +#: freedesktop.org.xml.in.h:192 +msgid "PhotoCD image" +msgstr "PhotoCD 图像" + +#: freedesktop.org.xml.in.h:193 +msgid "Photoshop image" +msgstr "Photoshop 图像" + +#: freedesktop.org.xml.in.h:194 +msgid "Playlist" +msgstr "播放列表" + +#: freedesktop.org.xml.in.h:195 +msgid "Portable Bitmap File Format" +msgstr "便携式位图文件格式" + +#: freedesktop.org.xml.in.h:196 +msgid "Portable Graymap File Format" +msgstr "便携式灰度图文件格式" + +#: freedesktop.org.xml.in.h:197 +msgid "Portable Pixmap File Format" +msgstr "便携式像素图文件格式" + +#: freedesktop.org.xml.in.h:198 +msgid "PostScript document" +msgstr "PostScript 文档" + +#: freedesktop.org.xml.in.h:199 +msgid "PostScript document (gzip-compressed)" +msgstr "PostScript 文档(gzip 压缩)" + +#: freedesktop.org.xml.in.h:200 +msgid "Python bytecode" +msgstr "Python 字节码" + +#: freedesktop.org.xml.in.h:201 +msgid "Python script" +msgstr "Python 脚本" + +#: freedesktop.org.xml.in.h:202 +msgid "Qt Designer file" +msgstr "Qt 设计师文件" + +#: freedesktop.org.xml.in.h:203 +msgid "Qt Meta Object file" +msgstr "Qt 元对象文件" + +#: freedesktop.org.xml.in.h:204 +msgid "Quattro Pro spreadsheet" +msgstr "Quattro Pro 工作簿" + +#: freedesktop.org.xml.in.h:205 +msgid "QuickTime video" +msgstr "QuickTime 视频" + +#: freedesktop.org.xml.in.h:206 +msgid "Quicken document" +msgstr "Quicken 文档" + +#: freedesktop.org.xml.in.h:207 +msgid "RAR archive" +msgstr "RAR 压缩包" + +#: freedesktop.org.xml.in.h:208 +msgid "RDF Site Summary" +msgstr "RDF 网站概览" + +#: freedesktop.org.xml.in.h:209 +msgid "README document" +msgstr "README 文档" + +#: freedesktop.org.xml.in.h:210 +msgid "RGB image" +msgstr "RGB 图像" + +#: freedesktop.org.xml.in.h:211 +msgid "RIFF audio" +msgstr "RIFF 音频" + +#: freedesktop.org.xml.in.h:212 +msgid "RPM package" +msgstr "RPM 软件包" + +#: freedesktop.org.xml.in.h:213 +msgid "RealAudio broadcast" +msgstr "RealAudio 广播" + +#: freedesktop.org.xml.in.h:214 +msgid "RealAudio/Video document" +msgstr "RealAudio/Video 文档" + +#: freedesktop.org.xml.in.h:215 +msgid "RealVideo video" +msgstr "RealVideo 视频" + +#: freedesktop.org.xml.in.h:216 +msgid "Resource Description Framework (RDF) file" +msgstr "资源描述框架(RDF)文件" + +#: freedesktop.org.xml.in.h:217 +msgid "Rich Text Format" +msgstr "RTF 丰富文本格式" + +#: freedesktop.org.xml.in.h:218 +msgid "Ruby script" +msgstr "Ruby 脚本" + +#: freedesktop.org.xml.in.h:219 +msgid "Run Length Encoded bitmap" +msgstr "等长编码位图" + +#: freedesktop.org.xml.in.h:220 +msgid "S/MIME file" +msgstr "S/MIME 文件" + +#: freedesktop.org.xml.in.h:221 +msgid "SGI video" +msgstr "SGI 视频" + +#: freedesktop.org.xml.in.h:222 +msgid "SGML document" +msgstr "SGML 文档" + +#: freedesktop.org.xml.in.h:223 +msgid "SMS/Game Gear ROM" +msgstr "SMS/Game Gear ROM" + +#: freedesktop.org.xml.in.h:224 +msgid "SQL code" +msgstr "SQL 代码" + +#: freedesktop.org.xml.in.h:225 +msgid "SUN Rasterfile image" +msgstr "SUN Rasterfile 图像" + +#: freedesktop.org.xml.in.h:226 +msgid "SV4 CPIO archive" +msgstr "SV4 CPIO 压缩包" + +#: freedesktop.org.xml.in.h:227 +msgid "SV4 CPIP archive (with CRC)" +msgstr "SV4 CPIP 压缩包(带 CRC)" + +#: freedesktop.org.xml.in.h:228 +msgid "Scheme source code" +msgstr "Scheme 源代码" + +#: freedesktop.org.xml.in.h:229 +msgid "Scream Tracker 3 audio" +msgstr "Scheme Tracker 3 音频" + +#: freedesktop.org.xml.in.h:230 +msgid "Scream Tracker audio" +msgstr "Scream Tracker 音频" + +#: freedesktop.org.xml.in.h:231 +msgid "Scream Tracker instrument" +msgstr "Scream Tracker 乐器" + +#: freedesktop.org.xml.in.h:232 +msgid "Setext document" +msgstr "Setext 文档" + +#: freedesktop.org.xml.in.h:233 +msgid "Shockwave Flash file" +msgstr "Shockwave Flash 文件" + +#: freedesktop.org.xml.in.h:234 +msgid "Siag spreadsheet" +msgstr "Siag 工作簿" + +#: freedesktop.org.xml.in.h:235 +msgid "Silicon Graphics IRIS image" +msgstr "Silicon Graphics IRIS 图像" + +#: freedesktop.org.xml.in.h:236 +msgid "Speech document" +msgstr "Speech 文档" + +#: freedesktop.org.xml.in.h:237 +msgid "Speedo font" +msgstr "Speedo 字体" + +#: freedesktop.org.xml.in.h:238 +msgid "Spreadsheet interchange document" +msgstr "电子表格交换文档" + +#: freedesktop.org.xml.in.h:239 +msgid "Stampede package" +msgstr "Stampede 软件包" + +#: freedesktop.org.xml.in.h:240 +msgid "StarCalc spreadsheet" +msgstr "StarCalc 工作簿" + +#: freedesktop.org.xml.in.h:241 +msgid "StarChart chart" +msgstr "StarChart 图表" + +#: freedesktop.org.xml.in.h:242 +msgid "StarDraw drawing" +msgstr "StarDraw 绘图" + +#: freedesktop.org.xml.in.h:243 +msgid "StarImpress presentation" +msgstr "StarImpress 演示文稿" + +#: freedesktop.org.xml.in.h:244 +msgid "StarMail email" +msgstr "StarMail 电子邮件" + +#: freedesktop.org.xml.in.h:245 +msgid "StarMath formula" +msgstr "StarMath 公式" + +#: freedesktop.org.xml.in.h:246 +msgid "StarWriter document" +msgstr "StarWriter 文档" + +#: freedesktop.org.xml.in.h:247 +msgid "SunOS News font" +msgstr "SunOS News 字体" + +#: freedesktop.org.xml.in.h:248 +msgid "Synchronized Multimedia Integration Language" +msgstr "" + +#: freedesktop.org.xml.in.h:249 +msgid "TGIF document" +msgstr "TGIF 文档" + +#: freedesktop.org.xml.in.h:250 +msgid "TIFF image" +msgstr "TIFF 图像" + +#: freedesktop.org.xml.in.h:251 +msgid "TarGA image" +msgstr "TarGA 图像" + +#: freedesktop.org.xml.in.h:252 +msgid "Tcl script" +msgstr "Tcl 脚本" + +#: freedesktop.org.xml.in.h:253 +msgid "TeX DVI document" +msgstr "TeX DVI 文档" + +#: freedesktop.org.xml.in.h:254 +msgid "TeX document" +msgstr "TeX 文档" + +#: freedesktop.org.xml.in.h:255 +msgid "TeX font" +msgstr "TeX 字体" + +#: freedesktop.org.xml.in.h:256 +msgid "TeX font metrics" +msgstr "" + +#: freedesktop.org.xml.in.h:257 +msgid "TeXInfo document" +msgstr "TeXInfo 文档" + +#: freedesktop.org.xml.in.h:258 +msgid "ToutDoux document" +msgstr "ToutDoux 文档" + +#: freedesktop.org.xml.in.h:259 +msgid "Troff ME input document" +msgstr "Troff ME 输入文档" + +#: freedesktop.org.xml.in.h:260 +msgid "Troff MM input document" +msgstr "Troff MM 输入文档" + +#: freedesktop.org.xml.in.h:261 +msgid "Troff MS input document" +msgstr "Troff MS 输入文档" + +#: freedesktop.org.xml.in.h:262 +msgid "Troff document" +msgstr "Troff 文档" + +#: freedesktop.org.xml.in.h:263 +msgid "Troff document (with manpage macros)" +msgstr "Troff 文档(带 manpage 宏)" + +#: freedesktop.org.xml.in.h:264 +msgid "TrueType font" +msgstr "TrueType 字体" + +#: freedesktop.org.xml.in.h:265 +msgid "Truevision Targa image" +msgstr "Truevision Targa 图像" + +#: freedesktop.org.xml.in.h:266 +msgid "ULAW (Sun) audio" +msgstr "ULAW (Sun) 音频" + +#: freedesktop.org.xml.in.h:267 +msgid "UNIX-compressed file" +msgstr "UNIX-compress 压缩的文件" + +#: freedesktop.org.xml.in.h:268 +msgid "Unidata NetCDF document" +msgstr "Unidata NetCDF 文档" + +#: freedesktop.org.xml.in.h:269 +msgid "Usenet news message" +msgstr "Usenet 新闻信" + +#: freedesktop.org.xml.in.h:270 +msgid "V font" +msgstr "V 字体" + +#: freedesktop.org.xml.in.h:271 +msgid "VOC audio" +msgstr "VOC 音频" + +#: freedesktop.org.xml.in.h:272 +msgid "VRML document" +msgstr "VRML 文档" + +#: freedesktop.org.xml.in.h:273 +msgid "Vivo video" +msgstr "Vivo 视频" + +#: freedesktop.org.xml.in.h:274 +msgid "WAIS source code" +msgstr "WAIS 源代码" + +#: freedesktop.org.xml.in.h:275 +msgid "WAV audio" +msgstr "WAV 音频" + +#: freedesktop.org.xml.in.h:276 +msgid "WML document" +msgstr "WML 文档" + +#: freedesktop.org.xml.in.h:277 +msgid "Wavelet video" +msgstr "Wavelet 视频" + +#: freedesktop.org.xml.in.h:278 +msgid "Windows BMP image" +msgstr "Windows BMP 图像" + +#: freedesktop.org.xml.in.h:279 +msgid "Windows cursor" +msgstr "Windows 光标" + +#: freedesktop.org.xml.in.h:280 +msgid "WordPerfect document" +msgstr "WordPerfect 文档" + +#: freedesktop.org.xml.in.h:281 +msgid "WordPerfect/Drawperfect image" +msgstr "WordPerfect/Drawperfect 图像" + +#: freedesktop.org.xml.in.h:282 +msgid "X BitMap image" +msgstr "X BitMap 图像" + +#: freedesktop.org.xml.in.h:283 +msgid "X PixMap image" +msgstr "X PixMap 图像" + +#: freedesktop.org.xml.in.h:284 +msgid "X window image" +msgstr "X window 图像" + +#: freedesktop.org.xml.in.h:285 +msgid "X-Motif UIL table" +msgstr "X-Motif UIL 表" + +#: freedesktop.org.xml.in.h:286 +msgid "XBEL bookmarks" +msgstr "XBEL 书签" + +#: freedesktop.org.xml.in.h:287 +msgid "XFig image" +msgstr "XFig 图像" + +#: freedesktop.org.xml.in.h:288 +msgid "XHTML page" +msgstr "XHTML 页面" + +#: freedesktop.org.xml.in.h:289 +msgid "XML Metadata Interchange file" +msgstr "XML 元数据交换文件" + +#: freedesktop.org.xml.in.h:290 +msgid "XSL Formating Object file" +msgstr "XSL 格式化对象文件" + +#: freedesktop.org.xml.in.h:291 +msgid "XSLT stylesheet" +msgstr "XSLT 样式表" + +#: freedesktop.org.xml.in.h:292 +msgid "ZIP archive" +msgstr "ZIP 压缩包" + +#: freedesktop.org.xml.in.h:293 +msgid "active server page" +msgstr "ASP 活动服务器页面" + +#: freedesktop.org.xml.in.h:294 +msgid "application log" +msgstr "应用程序日志" + +#: freedesktop.org.xml.in.h:295 +msgid "author list" +msgstr "作者列表" + +#: freedesktop.org.xml.in.h:296 +msgid "backup file" +msgstr "备份文件" + +#: freedesktop.org.xml.in.h:297 +msgid "block device" +msgstr "块设备" + +#: freedesktop.org.xml.in.h:298 +msgid "bzip archive" +msgstr "bzip 压缩包" + +#: freedesktop.org.xml.in.h:299 +msgid "character device" +msgstr "字符设备" + +#: freedesktop.org.xml.in.h:300 +msgid "compound document" +msgstr "组合文档" + +#: freedesktop.org.xml.in.h:301 +msgid "compound documents" +msgstr "组合文档" + +#: freedesktop.org.xml.in.h:302 +msgid "dBASE document" +msgstr "dBASE 文档" + +#: freedesktop.org.xml.in.h:303 +msgid "desktop configuration file" +msgstr "桌面配置文件" + +#: freedesktop.org.xml.in.h:304 +msgid "detached OpenPGP signature" +msgstr "分离的 OpenPGP 签名" + +#: freedesktop.org.xml.in.h:305 +msgid "detached S/MIME signature" +msgstr "分离的 S/MIME 签名" + +#: freedesktop.org.xml.in.h:306 +msgid "differences between files" +msgstr "文件的区别" + +#: freedesktop.org.xml.in.h:307 +msgid "directory information file" +msgstr "目录信息文件" + +#: freedesktop.org.xml.in.h:308 +msgid "document type definition" +msgstr "文档类型定义" + +#: freedesktop.org.xml.in.h:309 +msgid "eXtensible Markup Language document" +msgstr "XML 扩展标记语言文档" + +#: freedesktop.org.xml.in.h:310 +msgid "electronic business card" +msgstr "电子商务卡" + +#: freedesktop.org.xml.in.h:311 +msgid "email headers" +msgstr "电子邮件头" + +#: freedesktop.org.xml.in.h:312 +msgid "email message" +msgstr "电子邮件" + +#: freedesktop.org.xml.in.h:313 +msgid "empty document" +msgstr "空文档" + +#: freedesktop.org.xml.in.h:314 +msgid "encrypted message" +msgstr "加密信件" + +#: freedesktop.org.xml.in.h:315 +msgid "enriched text document" +msgstr "" + +#: freedesktop.org.xml.in.h:316 +msgid "executable" +msgstr "可执行文件" + +#: freedesktop.org.xml.in.h:317 +msgid "folder" +msgstr "文件夹" + +#: freedesktop.org.xml.in.h:318 +msgid "font" +msgstr "字体" + +#: freedesktop.org.xml.in.h:319 +msgid "generic font file" +msgstr "通用字体文件" + +#: freedesktop.org.xml.in.h:320 +msgid "gtar archive" +msgstr "gtar 压缩包" + +#: freedesktop.org.xml.in.h:321 +msgid "gzip archive" +msgstr "gzip 压缩包" + +#: freedesktop.org.xml.in.h:322 +msgid "help page" +msgstr "帮助页面" + +#: freedesktop.org.xml.in.h:323 +msgid "iCalendar file" +msgstr "iCalendar 文件" + +#: freedesktop.org.xml.in.h:324 +msgid "iPod firmware" +msgstr "iPod 固件" + +#: freedesktop.org.xml.in.h:325 +msgid "mail delivery report" +msgstr "邮件投递报告" + +#: freedesktop.org.xml.in.h:326 +msgid "mail disposition report" +msgstr "邮件接收报告" + +#: freedesktop.org.xml.in.h:327 +msgid "mail system report" +msgstr "邮件系统报告" + +#: freedesktop.org.xml.in.h:328 +msgid "manual page (compressed)" +msgstr "手册页(压缩)" + +#: freedesktop.org.xml.in.h:329 +msgid "message catalog" +msgstr "消息库" + +#: freedesktop.org.xml.in.h:330 +msgid "message digest" +msgstr "消息摘要" + +#: freedesktop.org.xml.in.h:331 +msgid "message in several formats" +msgstr "各种格式的消息" + +#: freedesktop.org.xml.in.h:332 +msgid "message translation template" +msgstr "消息翻译模板" + +#: freedesktop.org.xml.in.h:333 +msgid "mount point" +msgstr "挂载点" + +#: freedesktop.org.xml.in.h:334 +msgid "object code" +msgstr "目标代码" + +#: freedesktop.org.xml.in.h:335 +msgid "packed font file" +msgstr "打包的字体文件" + +#: freedesktop.org.xml.in.h:336 +msgid "partial email message" +msgstr "部分电子邮件" + +#: freedesktop.org.xml.in.h:337 +msgid "pipe" +msgstr "管道" + +#: freedesktop.org.xml.in.h:338 +msgid "plain text document" +msgstr "纯文本文档" + +#: freedesktop.org.xml.in.h:339 +msgid "profiler results" +msgstr "profiler 结果" + +#: freedesktop.org.xml.in.h:340 +msgid "program crash data" +msgstr "程序崩溃数据" + +#: freedesktop.org.xml.in.h:341 +msgid "raw CD image" +msgstr "原始 CD 映像" + +#: freedesktop.org.xml.in.h:342 +msgid "reference to remote file" +msgstr "到远程文件的引用" + +#: freedesktop.org.xml.in.h:343 +msgid "rejected patch" +msgstr "拒绝的补丁" + +#. Note: text/uri-list is reserved by the XDND protocol! +#: freedesktop.org.xml.in.h:345 +msgid "resource location" +msgstr "资源位置" + +#: freedesktop.org.xml.in.h:346 +msgid "rich text document" +msgstr "RTF 丰富文本文档" + +#: freedesktop.org.xml.in.h:347 +msgid "scalable SVG image" +msgstr "可缩放 SVG 图像" + +#: freedesktop.org.xml.in.h:348 +msgid "shared library" +msgstr "共享库" + +#: freedesktop.org.xml.in.h:349 +msgid "shared library (la)" +msgstr "共享库(la)" + +#: freedesktop.org.xml.in.h:350 +msgid "shell archive" +msgstr "shell 压缩包" + +#: freedesktop.org.xml.in.h:351 +msgid "shell script" +msgstr "shell 脚本" + +#: freedesktop.org.xml.in.h:352 +msgid "signed message" +msgstr "签名信件" + +#: freedesktop.org.xml.in.h:353 +msgid "socket" +msgstr "套接字" + +#: freedesktop.org.xml.in.h:354 +msgid "software author credits" +msgstr "软件作者致谢" + +#: freedesktop.org.xml.in.h:355 +msgid "software installation instructions" +msgstr "软件安装指南" + +#: freedesktop.org.xml.in.h:356 +msgid "software license terms" +msgstr "软件许可条款" + +#: freedesktop.org.xml.in.h:357 +msgid "stream of data (server push)" +msgstr "数据流(服务器推送)" + +#: freedesktop.org.xml.in.h:358 +msgid "symbolic link" +msgstr "符号链接" + +#: freedesktop.org.xml.in.h:359 +msgid "tar archive" +msgstr "tar 压缩包" + +#: freedesktop.org.xml.in.h:360 +msgid "tar archive (LZO-compressed)" +msgstr "tar 压缩包(LZO 压缩)" + +#: freedesktop.org.xml.in.h:361 +msgid "tar archive (bzip-compressed)" +msgstr "tar 压缩包(bzip 压缩)" + +#: freedesktop.org.xml.in.h:362 +msgid "tar archive (compressed)" +msgstr "tar 压缩包(compress 压缩)" + +#: freedesktop.org.xml.in.h:363 +msgid "tar archive (gzip-compressed)" +msgstr "tar 压缩包(gzip 压缩)" + +#: freedesktop.org.xml.in.h:364 +msgid "text document (with comma-separated values)" +msgstr "文本文档(带逗号分隔的值)" + +#: freedesktop.org.xml.in.h:365 +msgid "text document (with tab-separated values)" +msgstr "文本文档(带制表符分隔的值)" + +#: freedesktop.org.xml.in.h:366 +msgid "theme" +msgstr "主题" + +#: freedesktop.org.xml.in.h:367 +msgid "translated messages" +msgstr "翻译的消息" + +#: freedesktop.org.xml.in.h:368 +msgid "translated messages (machine-readable)" +msgstr "翻译的消息(机读)" + +#: freedesktop.org.xml.in.h:369 +msgid "unknown" +msgstr "未知" + +#: freedesktop.org.xml.in.h:370 +msgid "ustar archive" +msgstr "ustar 压缩包" + +#: freedesktop.org.xml.in.h:371 +msgid "vCalendar interchange file" +msgstr "vCalendar 交换文件" + +#: freedesktop.org.xml.in.h:372 +msgid "zoo archive" +msgstr "zoo 压缩包" diff --git a/po/zh_TW.po b/po/zh_TW.po new file mode 100644 index 0000000..98d10dc --- /dev/null +++ b/po/zh_TW.po @@ -0,0 +1,1601 @@ +# traditional Chinese translation of shared-mime-info. +# Based on traditional Chinese translation of gnome-mime-data: +# Joe Man , 2001. +# Abel Cheung , 2002-2003. +# Tim Leung , 2004 +# +# Copyright (C) 2005 Free Software Foundation, Inc. +# Abel Cheung , 2005. +# +msgid "" +msgstr "" +"Project-Id-Version: shared-mime-info 0.16\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2005-03-22 14:40-0500\n" +"PO-Revision-Date: 2005-04-15 17:51+0800\n" +"Last-Translator: Abel Cheung \n" +"Language-Team: Chinese (traditional) \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: ../freedesktop.org.xml.in.h:1 +msgid "3D Studio image" +msgstr "3D Studio 圖片" + +#: ../freedesktop.org.xml.in.h:2 +msgid "AIFC audio" +msgstr "AIFC 音效" + +#: ../freedesktop.org.xml.in.h:3 +msgid "AIFF audio" +msgstr "AIFF 音效" + +#: ../freedesktop.org.xml.in.h:4 +msgid "AIFF/Amiga/Mac audio" +msgstr "AIFF/Amiga/Mac 音效" + +#: ../freedesktop.org.xml.in.h:5 +msgid "ANIM animation" +msgstr "ANIM 動畫" + +#: ../freedesktop.org.xml.in.h:6 +msgid "AR archive" +msgstr "AR 保存檔" + +#: ../freedesktop.org.xml.in.h:7 +msgid "ARJ archive" +msgstr "ARJ 保存檔" + +#: ../freedesktop.org.xml.in.h:8 +msgid "AVI video" +msgstr "AVI 影音檔" + +#: ../freedesktop.org.xml.in.h:9 +msgid "AWK script" +msgstr "AWK 描述語言檔" + +#: ../freedesktop.org.xml.in.h:10 +msgid "AbiWord document" +msgstr "AbiWord 文件" + +#: ../freedesktop.org.xml.in.h:11 +msgid "Ada source code" +msgstr "Ada 源代碼" + +#: ../freedesktop.org.xml.in.h:12 +msgid "Adobe FrameMaker font" +msgstr "Adobe FrameMaker 字型檔" + +#: ../freedesktop.org.xml.in.h:13 +msgid "Adobe Illustrator document" +msgstr "Adobe Illustrator 文件" + +#: ../freedesktop.org.xml.in.h:14 +msgid "Adobe font metrics" +msgstr "Adobe 字型描述檔" + +#: ../freedesktop.org.xml.in.h:15 +msgid "Amiga SoundTracker audio" +msgstr "Amiga SoundTracker 音效" + +#: ../freedesktop.org.xml.in.h:16 +msgid "Andrew Toolkit inset" +msgstr "Andrew Toolkit 元件檔" + +#: ../freedesktop.org.xml.in.h:17 +msgid "Applix Graphics image" +msgstr "Applix Graphics 圖片" + +#: ../freedesktop.org.xml.in.h:18 +msgid "Applix Spreadsheets spreadsheet" +msgstr "Applix Spreadsheets 試算表" + +#: ../freedesktop.org.xml.in.h:19 +msgid "Applix Words document" +msgstr "Applix Words 文件" + +#: ../freedesktop.org.xml.in.h:20 +msgid "AutoCAD image" +msgstr "AutoCAD 圖片" + +#: ../freedesktop.org.xml.in.h:21 +msgid "AutoDesk FLIC animation" +msgstr "AutoDesk FLIC 動畫" + +#: ../freedesktop.org.xml.in.h:22 +msgid "BCPIO document" +msgstr "BCPIO 文件" + +#: ../freedesktop.org.xml.in.h:23 +msgid "BDF font" +msgstr "BDF 字型檔" + +#: ../freedesktop.org.xml.in.h:24 +msgid "Bibtex bibliographic data" +msgstr "Bibtex 參考書目資料" + +#: ../freedesktop.org.xml.in.h:25 +msgid "BitTorrent seed file" +msgstr "BitTorrent 種子檔案" + +#: ../freedesktop.org.xml.in.h:26 +msgid "Blender scene" +msgstr "" + +#: ../freedesktop.org.xml.in.h:27 +msgid "C shell script" +msgstr "C shell 描述語言檔" + +#: ../freedesktop.org.xml.in.h:28 +msgid "C source code" +msgstr "C 源代碼" + +#: ../freedesktop.org.xml.in.h:29 +msgid "C source code header" +msgstr "C 源代碼標頭檔" + +#: ../freedesktop.org.xml.in.h:30 +msgid "C# source code" +msgstr "C# 源代碼" + +#: ../freedesktop.org.xml.in.h:31 +msgid "C++ source code" +msgstr "C++ 源代碼" + +#: ../freedesktop.org.xml.in.h:32 +msgid "C++ source code header" +msgstr "C++ 源代碼標頭檔" + +#: ../freedesktop.org.xml.in.h:33 +msgid "CCITT G3 fax" +msgstr "CCITT G3 傳真檔" + +#: ../freedesktop.org.xml.in.h:34 +msgid "CGI script" +msgstr "CGI 描述語言檔" + +#: ../freedesktop.org.xml.in.h:35 +msgid "CMU raster image" +msgstr "CMU raster 圖片" + +#: ../freedesktop.org.xml.in.h:36 +msgid "CPIO archive" +msgstr "CPIO 保存檔" + +#: ../freedesktop.org.xml.in.h:37 +msgid "CPIO archive (gzip-compressed)" +msgstr "CPIO 保存檔 (gzip 格式壓縮)" + +#: ../freedesktop.org.xml.in.h:38 +msgid "Cascading Style Sheet" +msgstr "" + +#: ../freedesktop.org.xml.in.h:39 +msgid "Commodore 64 audio" +msgstr "Commodore 64 音效" + +#: ../freedesktop.org.xml.in.h:40 +msgid "Computer Graphics Metafile" +msgstr "CGM 圖片" + +#: ../freedesktop.org.xml.in.h:41 +msgid "Corel Draw drawing" +msgstr "Corel Draw 繪圖" + +#: ../freedesktop.org.xml.in.h:42 +msgid "D source code" +msgstr "D 源代碼" + +#: ../freedesktop.org.xml.in.h:43 +msgid "DCL script" +msgstr "DCL 描述語言檔" + +#: ../freedesktop.org.xml.in.h:44 +msgid "DER/PEM/Netscape-encoded X.509 certificate" +msgstr "" + +#: ../freedesktop.org.xml.in.h:45 +msgid "DOS font" +msgstr "DOS 字型檔" + +#: ../freedesktop.org.xml.in.h:46 +msgid "DOS/Windows executable" +msgstr "DOS/Windows 可執行檔" + +#: ../freedesktop.org.xml.in.h:47 +msgid "DSSSL document" +msgstr "DSSSL 文件" + +#: ../freedesktop.org.xml.in.h:48 +msgid "DXF vector image" +msgstr "DXF 向量圖" + +#: ../freedesktop.org.xml.in.h:49 +msgid "Debian package" +msgstr "Debian 套件" + +#: ../freedesktop.org.xml.in.h:50 +msgid "Device Independant Bitmap" +msgstr "DIB 點陣圖" + +#: ../freedesktop.org.xml.in.h:51 +msgid "Dia diagram" +msgstr "Dia 圖表" + +#: ../freedesktop.org.xml.in.h:52 +msgid "Digital Imaging and Communications in Medicine image" +msgstr "DICOM 醫學影像" + +#: ../freedesktop.org.xml.in.h:53 +msgid "Digital Moving Picture Exchange image" +msgstr "DPX 圖片" + +#: ../freedesktop.org.xml.in.h:54 +msgid "DjVu image" +msgstr "DjVu 圖片" + +#: ../freedesktop.org.xml.in.h:55 +msgid "Dolby Digital audio" +msgstr "杜比數碼音效" + +#: ../freedesktop.org.xml.in.h:56 +msgid "Dreamcast ROM" +msgstr "Dreamcast ROM" + +#: ../freedesktop.org.xml.in.h:57 +msgid "Egon Animator animation" +msgstr "Egon Animator 動畫" + +#: ../freedesktop.org.xml.in.h:58 +msgid "Electronic Business Card" +msgstr "電子名片" + +#: ../freedesktop.org.xml.in.h:59 +msgid "Emacs Lisp source code" +msgstr "Emacs Lisp 源代碼" + +#: ../freedesktop.org.xml.in.h:60 +msgid "Encapsulated PostScript image" +msgstr "Encapsulated PostScript 文件" + +#: ../freedesktop.org.xml.in.h:61 +msgid "Enlightenment theme" +msgstr "Enlightenment 佈景檔" + +#: ../freedesktop.org.xml.in.h:62 +msgid "FLAC audio" +msgstr "FLAC 音效" + +#: ../freedesktop.org.xml.in.h:63 +msgid "FastTracker II audio" +msgstr "FastTracker II 音效" + +#: ../freedesktop.org.xml.in.h:64 +msgid "FlashPix image" +msgstr "FlashPix 圖片" + +#: ../freedesktop.org.xml.in.h:65 +msgid "Flexible Image Transport System" +msgstr "FITS 圖片" + +#: ../freedesktop.org.xml.in.h:66 +msgid "Fortran source code" +msgstr "Fortran 源代碼" + +#: ../freedesktop.org.xml.in.h:67 +msgid "FrameMaker MIF document" +msgstr "FrameMaker MIF 文件" + +#: ../freedesktop.org.xml.in.h:68 +msgid "G3 fax image" +msgstr "G3 傳真圖" + +#: ../freedesktop.org.xml.in.h:69 +msgid "GIF image" +msgstr "GIF 圖片" + +#: ../freedesktop.org.xml.in.h:70 +msgid "GIMP image" +msgstr "GIMP 圖片" + +#: ../freedesktop.org.xml.in.h:71 +msgid "GIMP image (compressed)" +msgstr "GIMP 圖片 (經壓縮)" + +#: ../freedesktop.org.xml.in.h:72 +msgid "GMC link" +msgstr "GMC 鏈結" + +#: ../freedesktop.org.xml.in.h:73 +msgid "GNU Oleo spreadsheet" +msgstr "GNU Oleo 試算表" + +#: ../freedesktop.org.xml.in.h:74 +msgid "GNU mail message" +msgstr "GNU 郵件訊息" + +#: ../freedesktop.org.xml.in.h:75 +msgid "GTK configuration" +msgstr "GTK 設定檔" + +#: ../freedesktop.org.xml.in.h:76 +msgid "GTKtalog catalog" +msgstr "GTKtalog 光碟目錄" + +#: ../freedesktop.org.xml.in.h:77 +msgid "Game Boy ROM" +msgstr "Game Boy ROM" + +#: ../freedesktop.org.xml.in.h:78 +msgid "Genesis ROM" +msgstr "Genesis ROM" + +#: ../freedesktop.org.xml.in.h:79 +msgid "Glade project" +msgstr "Glade 專案" + +#: ../freedesktop.org.xml.in.h:80 +msgid "GnuCash spreadsheet" +msgstr "GnuCash 試算表" + +#: ../freedesktop.org.xml.in.h:81 +msgid "Gnumeric spreadsheet" +msgstr "Gnumeric 試算表" + +#: ../freedesktop.org.xml.in.h:82 +msgid "Graphite scientific graph" +msgstr "Graphite 科學圖表" + +#: ../freedesktop.org.xml.in.h:83 +msgid "HDF document" +msgstr "HDF 文件" + +#: ../freedesktop.org.xml.in.h:84 +msgid "HP Graphics Language (plotter)" +msgstr "HP 繪圖語言 (plotter)" + +#: ../freedesktop.org.xml.in.h:85 +msgid "HP Printer Control Language file" +msgstr "HP PCL 檔" + +#: ../freedesktop.org.xml.in.h:86 +msgid "HTML page" +msgstr "HTML 檔" + +#: ../freedesktop.org.xml.in.h:87 +msgid "Haskell source code" +msgstr "Haskell 源代碼" + +#: ../freedesktop.org.xml.in.h:88 +msgid "IDL document" +msgstr "IDL 文件" + +#: ../freedesktop.org.xml.in.h:89 +msgid "IEF image" +msgstr "IEF 圖片" + +#: ../freedesktop.org.xml.in.h:90 +msgid "IFF image" +msgstr "IFF 圖片" + +#: ../freedesktop.org.xml.in.h:91 +msgid "ILBM image" +msgstr "ILBM 圖片" + +#: ../freedesktop.org.xml.in.h:92 +msgid "ISI video" +msgstr "ISI 影音檔" + +#: ../freedesktop.org.xml.in.h:93 +msgid "Impulse Tracker audio" +msgstr "Impulse Tracker 音效" + +#: ../freedesktop.org.xml.in.h:94 +msgid "JBuilder project" +msgstr "JBuilder 專案" + +#: ../freedesktop.org.xml.in.h:95 +msgid "JNG image" +msgstr "JNG 圖片" + +#: ../freedesktop.org.xml.in.h:96 +msgid "JPEG image" +msgstr "JPEG 圖片" + +#: ../freedesktop.org.xml.in.h:97 +msgid "JPEG-2000 image" +msgstr "JPEG-2000 圖片" + +#: ../freedesktop.org.xml.in.h:98 +msgid "Java Network Launched Application" +msgstr "" + +#: ../freedesktop.org.xml.in.h:99 +msgid "Java archive" +msgstr "Java 保存檔" + +#: ../freedesktop.org.xml.in.h:100 +msgid "Java byte code" +msgstr "Java 位元碼" + +#: ../freedesktop.org.xml.in.h:101 +msgid "Java class" +msgstr "Java class" + +#: ../freedesktop.org.xml.in.h:102 +msgid "Java source code" +msgstr "Java 源代碼" + +#: ../freedesktop.org.xml.in.h:103 +msgid "Javascript program" +msgstr "Javascript 程式" + +#: ../freedesktop.org.xml.in.h:104 +msgid "KChart chart" +msgstr "KChart 圖表" + +#: ../freedesktop.org.xml.in.h:105 +msgid "KFormula formula" +msgstr "KFormula 算式" + +#: ../freedesktop.org.xml.in.h:106 +msgid "KIllustrator drawing" +msgstr "KIllustrator 繪圖" + +#: ../freedesktop.org.xml.in.h:107 +msgid "KPovModeler scene" +msgstr "" + +#: ../freedesktop.org.xml.in.h:108 +msgid "KPresenter presentation" +msgstr "KPresenter 簡報檔" + +#: ../freedesktop.org.xml.in.h:109 +msgid "KSpread spreadsheet" +msgstr "KSpread 試算表" + +#: ../freedesktop.org.xml.in.h:110 +msgid "KSpread spreadsheet (encrypted)" +msgstr "KSpread 試算表 (已加密)" + +#: ../freedesktop.org.xml.in.h:111 +msgid "KWord document" +msgstr "KWord 文件" + +#: ../freedesktop.org.xml.in.h:112 +msgid "KWord document (encrypted)" +msgstr "KWord 文件 (已加密)" + +#: ../freedesktop.org.xml.in.h:113 +msgid "Karbon14 drawing" +msgstr "Karbon14 繪圖" + +#: ../freedesktop.org.xml.in.h:114 +msgid "Kivio flowchart" +msgstr "Kivio 圖表" + +#: ../freedesktop.org.xml.in.h:115 +msgid "Kontour drawing" +msgstr "Kontour 繪圖" + +#: ../freedesktop.org.xml.in.h:116 +msgid "Krita document" +msgstr "Krita 文件" + +#: ../freedesktop.org.xml.in.h:117 +msgid "Kugar document" +msgstr "Kugar 文件" + +#: ../freedesktop.org.xml.in.h:118 +msgid "LHA archive" +msgstr "LHA 保存檔" + +#: ../freedesktop.org.xml.in.h:119 +msgid "LHZ archive" +msgstr "LHZ 保存檔" + +#: ../freedesktop.org.xml.in.h:120 +msgid "LIBGRX font" +msgstr "LIBGRX 字型檔" + +#: ../freedesktop.org.xml.in.h:121 +msgid "LZO archive" +msgstr "LZO 保存檔" + +#: ../freedesktop.org.xml.in.h:122 +msgid "LightWave object" +msgstr "LightWave 物件" + +#: ../freedesktop.org.xml.in.h:123 +msgid "LightWave scene" +msgstr "LightWave 場景" + +#: ../freedesktop.org.xml.in.h:124 +msgid "Linux PSF console font" +msgstr "Linux PSF console 字型檔" + +#: ../freedesktop.org.xml.in.h:125 +msgid "Literate haskell source code" +msgstr "Literate haskell 源代碼" + +#: ../freedesktop.org.xml.in.h:126 +msgid "Lotus 1-2-3 spreadsheet" +msgstr "Lotus 1-2-3 試算表" + +#: ../freedesktop.org.xml.in.h:127 +msgid "Lotus AmiPro document" +msgstr "Lotus AmiPro 文件" + +#: ../freedesktop.org.xml.in.h:128 +msgid "LyX document" +msgstr "LyX 文件" + +#: ../freedesktop.org.xml.in.h:129 +msgid "MIDI audio" +msgstr "MIDI 音效" + +#: ../freedesktop.org.xml.in.h:130 +msgid "MNG animation" +msgstr "MNG 動畫" + +#: ../freedesktop.org.xml.in.h:131 +msgid "MP3 ShoutCast playlist" +msgstr "MP3 ShoutCast 播放清單" + +#: ../freedesktop.org.xml.in.h:132 +msgid "MP3 audio" +msgstr "MP3 音效" + +#: ../freedesktop.org.xml.in.h:133 +msgid "MP3 audio (streamed)" +msgstr "MP3 音效 (串流)" + +#: ../freedesktop.org.xml.in.h:134 +msgid "MP3 playlist" +msgstr "MP3 播放清單" + +#: ../freedesktop.org.xml.in.h:135 +msgid "MP4 audio" +msgstr "MP4 音效" + +#: ../freedesktop.org.xml.in.h:136 +msgid "MPEG video" +msgstr "MPEG 影音檔" + +#: ../freedesktop.org.xml.in.h:137 +msgid "MSX ROM" +msgstr "MSX ROM" + +#: ../freedesktop.org.xml.in.h:138 +msgid "Macintosh AppleDouble-encoded file" +msgstr "Macintosh AppleDouble 編碼檔" + +#: ../freedesktop.org.xml.in.h:139 +msgid "Macintosh BinHex-encoded file" +msgstr "Macintosh BinHex 編碼檔" + +#: ../freedesktop.org.xml.in.h:140 +msgid "Macintosh MacBinary file" +msgstr "Macintosh MacBinary 檔" + +#: ../freedesktop.org.xml.in.h:141 +msgid "Macintosh Quickdraw/PICT drawing" +msgstr "Macintosh Quickdraw/PICT 繪圖" + +#: ../freedesktop.org.xml.in.h:142 +msgid "Macintosh StuffIt archive" +msgstr "Macintosh StuffIt 保存檔" + +#: ../freedesktop.org.xml.in.h:143 +msgid "MagicPoint presentation" +msgstr "MagicPoint 簡報檔" + +#: ../freedesktop.org.xml.in.h:144 +msgid "Makefile" +msgstr "Makefile" + +#: ../freedesktop.org.xml.in.h:145 +msgid "MathML document" +msgstr "MathML 文件" + +#: ../freedesktop.org.xml.in.h:146 +msgid "Matroska video" +msgstr "Matroska 影音檔" + +#: ../freedesktop.org.xml.in.h:147 +msgid "Microsoft ASF video" +msgstr "微軟 ASF 影音檔" + +#: ../freedesktop.org.xml.in.h:148 +msgid "Microsoft AVI video" +msgstr "微軟 AVI 影音檔" + +#: ../freedesktop.org.xml.in.h:149 +msgid "Microsoft Excel spreadsheet" +msgstr "微軟 Excel 試算表" + +#: ../freedesktop.org.xml.in.h:150 +msgid "Microsoft Office drawing" +msgstr "微軟 Office 繪圖" + +#: ../freedesktop.org.xml.in.h:151 +msgid "Microsoft PowerPoint presentation" +msgstr "微軟 PowerPoint 簡報" + +#: ../freedesktop.org.xml.in.h:152 +msgid "Microsoft WMF file" +msgstr "微軟 WMF 圖片" + +#: ../freedesktop.org.xml.in.h:153 +msgid "Microsoft WMV video" +msgstr "微軟 WMV 影音檔" + +#: ../freedesktop.org.xml.in.h:154 +msgid "Microsoft Windows icon" +msgstr "微軟 Windows 圖示" + +#: ../freedesktop.org.xml.in.h:155 +msgid "Microsoft Word document" +msgstr "微軟 Word 文件" + +#: ../freedesktop.org.xml.in.h:156 +msgid "Microsoft Write document" +msgstr "微軟 Write 文件" + +#: ../freedesktop.org.xml.in.h:157 +msgid "Mozilla bookmarks" +msgstr "Mozilla 書籤" + +#: ../freedesktop.org.xml.in.h:158 +msgid "NES ROM" +msgstr "NES ROM" + +#: ../freedesktop.org.xml.in.h:159 +msgid "Nautilus link" +msgstr "Nautilus 鏈結" + +#: ../freedesktop.org.xml.in.h:160 +msgid "Netscape bookmarks" +msgstr "Netscape 書籤" + +#: ../freedesktop.org.xml.in.h:161 +msgid "Nintendo64 ROM" +msgstr "超任64 ROM" + +#: ../freedesktop.org.xml.in.h:162 +msgid "Nullsoft video" +msgstr "Nullsoft 影音檔" + +#: ../freedesktop.org.xml.in.h:163 +msgid "ODA document" +msgstr "ODA 文件" + +#: ../freedesktop.org.xml.in.h:164 +msgid "OLE2 compound document storage" +msgstr "" + +#: ../freedesktop.org.xml.in.h:165 +msgid "Objective-C source code" +msgstr "Objective-C 源代碼" + +#: ../freedesktop.org.xml.in.h:166 +msgid "Ogg Vorbis audio" +msgstr "Ogg Vorbis 音效" + +#: ../freedesktop.org.xml.in.h:167 +msgid "OpenDocument Chart" +msgstr "OpenDocument 圖表" + +#: ../freedesktop.org.xml.in.h:168 +msgid "OpenDocument Database" +msgstr "OpenDocument 數據庫" + +#: ../freedesktop.org.xml.in.h:169 +msgid "OpenDocument Drawing" +msgstr "OpenDocument 繪圖" + +#: ../freedesktop.org.xml.in.h:170 +msgid "OpenDocument Drawing Template" +msgstr "OpenDocument 繪圖範本" + +#: ../freedesktop.org.xml.in.h:171 +msgid "OpenDocument Formula" +msgstr "OpenDocument 算式" + +#: ../freedesktop.org.xml.in.h:172 +msgid "OpenDocument HTML Document Template" +msgstr "OpenDocument HTML 文件範本" + +#: ../freedesktop.org.xml.in.h:173 +msgid "OpenDocument Image" +msgstr "OpenDocument 圖片" + +#: ../freedesktop.org.xml.in.h:174 +msgid "OpenDocument Master Document" +msgstr "OpenDocument 主文件" + +#: ../freedesktop.org.xml.in.h:175 +msgid "OpenDocument Presentation" +msgstr "OpenDocument 簡報" + +#: ../freedesktop.org.xml.in.h:176 +msgid "OpenDocument Presentation Template" +msgstr "OpenDocument 簡報範本" + +#: ../freedesktop.org.xml.in.h:177 +msgid "OpenDocument Spreadsheet" +msgstr "OpenDocument 試算表" + +#: ../freedesktop.org.xml.in.h:178 +msgid "OpenDocument Spreadsheet Template" +msgstr "OpenDocument 試算表範本" + +#: ../freedesktop.org.xml.in.h:179 +msgid "OpenDocument Text" +msgstr "OpenDocument 文書" + +#: ../freedesktop.org.xml.in.h:180 +msgid "OpenDocument Text Template" +msgstr "OpenDocument 文書範本" + +#: ../freedesktop.org.xml.in.h:181 +msgid "OpenOffice.org Calc spreadsheet" +msgstr "OpenOffice.org Calc 試算表" + +#: ../freedesktop.org.xml.in.h:182 +msgid "OpenOffice.org Calc spreadsheet template" +msgstr "OpenOffice.org Calc 試算表範本" + +#: ../freedesktop.org.xml.in.h:183 +msgid "OpenOffice.org Draw drawing" +msgstr "OpenOffice.org Draw 繪圖" + +#: ../freedesktop.org.xml.in.h:184 +msgid "OpenOffice.org Draw drawing template" +msgstr "OpenOffice.org Draw 繪圖範本" + +#: ../freedesktop.org.xml.in.h:185 +msgid "OpenOffice.org Impress presentation" +msgstr "OpenOffice.org Impress 簡報" + +#: ../freedesktop.org.xml.in.h:186 +msgid "OpenOffice.org Impress presentation template" +msgstr "OpenOffice.org Impress 簡報範本" + +#: ../freedesktop.org.xml.in.h:187 +msgid "OpenOffice.org Math formula" +msgstr "OpenOffice.org Math 算式" + +#: ../freedesktop.org.xml.in.h:188 +msgid "OpenOffice.org Writer document" +msgstr "OpenOffice.org Writer 文件" + +#: ../freedesktop.org.xml.in.h:189 +msgid "OpenOffice.org Writer document template" +msgstr "OpenOffice.org Writer 文件範本" + +#: ../freedesktop.org.xml.in.h:190 +msgid "OpenOffice.org Writer global document" +msgstr "OpenOffice.org Writer 主控文件" + +#: ../freedesktop.org.xml.in.h:191 +msgid "OpenType font" +msgstr "OpenType 字型檔" + +#: ../freedesktop.org.xml.in.h:192 +msgid "PCF font" +msgstr "PCF 字型檔" + +#: ../freedesktop.org.xml.in.h:193 +msgid "PCM audio" +msgstr "PCM 音效" + +#: ../freedesktop.org.xml.in.h:194 +msgid "PDF document" +msgstr "PDF 文件" + +#: ../freedesktop.org.xml.in.h:195 +msgid "PEF executable" +msgstr "PEF 可執行檔" + +#: ../freedesktop.org.xml.in.h:196 +msgid "PGN chess game" +msgstr "PGN 國際象棋紀錄檔" + +#: ../freedesktop.org.xml.in.h:197 +msgid "PGP keys" +msgstr "PGP 鑰匙" + +#: ../freedesktop.org.xml.in.h:198 +msgid "PGP message" +msgstr "PGP 訊息" + +#: ../freedesktop.org.xml.in.h:199 +msgid "PGP/MIME-encrypted message header" +msgstr "PGP/MIME 加密訊息標頭" + +#: ../freedesktop.org.xml.in.h:200 +msgid "PHP script" +msgstr "PHP 描述語言檔" + +#: ../freedesktop.org.xml.in.h:201 +msgid "PKCS#12 certificate bundle" +msgstr "PKCS#12 憑證檔" + +#: ../freedesktop.org.xml.in.h:202 +msgid "PNG image" +msgstr "PNG 圖片" + +#: ../freedesktop.org.xml.in.h:203 +msgid "PNM image" +msgstr "PNM 圖片" + +#: ../freedesktop.org.xml.in.h:204 +msgid "Palm OS database" +msgstr "Palm OS 資料庫" + +#: ../freedesktop.org.xml.in.h:205 +msgid "Palmpilot database/document" +msgstr "Palmpilot 數據庫/文件" + +#: ../freedesktop.org.xml.in.h:206 +msgid "Pascal source code" +msgstr "Pascal 源代碼" + +#: ../freedesktop.org.xml.in.h:207 +msgid "Pathetic Writer document" +msgstr "Pathetic Writer 文件" + +#: ../freedesktop.org.xml.in.h:208 +msgid "Perl script" +msgstr "Perl 描述語言檔" + +#: ../freedesktop.org.xml.in.h:209 +msgid "PhotoCD image" +msgstr "PhotoCD 圖片" + +#: ../freedesktop.org.xml.in.h:210 +msgid "Photoshop image" +msgstr "Photoshop 圖片" + +#: ../freedesktop.org.xml.in.h:211 +msgid "Playlist" +msgstr "播放清單" + +#: ../freedesktop.org.xml.in.h:212 +msgid "Portable Bitmap File Format" +msgstr "Portable Bitmap 圖片" + +#: ../freedesktop.org.xml.in.h:213 +msgid "Portable Graymap File Format" +msgstr "Portable Graymap 圖片" + +#: ../freedesktop.org.xml.in.h:214 +msgid "Portable Pixmap File Format" +msgstr "Portable Pixmap 圖片" + +#: ../freedesktop.org.xml.in.h:215 +msgid "PostScript document" +msgstr "PostScript 文件" + +#: ../freedesktop.org.xml.in.h:216 +msgid "PostScript document (gzip-compressed)" +msgstr "PostScript 文件 (gzip 格式壓縮)" + +#: ../freedesktop.org.xml.in.h:217 +msgid "Python bytecode" +msgstr "Python 位元碼" + +#: ../freedesktop.org.xml.in.h:218 +msgid "Python script" +msgstr "Python 描述語言檔" + +#: ../freedesktop.org.xml.in.h:219 +msgid "Qt Designer file" +msgstr "Qt Designer 檔案" + +# (Abel) 採用 KDE 繁體翻譯 +#: ../freedesktop.org.xml.in.h:220 +msgid "Qt Meta Object file" +msgstr "Qt Meta 目標文件" + +#: ../freedesktop.org.xml.in.h:221 +msgid "Quattro Pro spreadsheet" +msgstr "Quattro Pro 試算表" + +#: ../freedesktop.org.xml.in.h:222 +msgid "QuickTime video" +msgstr "QuickTime 影音檔" + +#: ../freedesktop.org.xml.in.h:223 +msgid "Quicken document" +msgstr "Quicken 文件" + +#: ../freedesktop.org.xml.in.h:224 +msgid "RAR archive" +msgstr "RAR 保存檔" + +#: ../freedesktop.org.xml.in.h:225 +msgid "RDF Site Summary" +msgstr "" + +#: ../freedesktop.org.xml.in.h:226 +msgid "README document" +msgstr "README 說明文件" + +#: ../freedesktop.org.xml.in.h:227 +msgid "RGB image" +msgstr "RGB 圖片" + +#: ../freedesktop.org.xml.in.h:228 +msgid "RIFF audio" +msgstr "RIFF 音效" + +#: ../freedesktop.org.xml.in.h:229 +msgid "RPM package" +msgstr "RPM 套件" + +#: ../freedesktop.org.xml.in.h:230 +msgid "RealAudio broadcast" +msgstr "RealAudio 廣播" + +#: ../freedesktop.org.xml.in.h:231 +msgid "RealAudio/Video document" +msgstr "RealAudio/Video 文件" + +#: ../freedesktop.org.xml.in.h:232 +msgid "RealVideo video" +msgstr "RealVideo 影音檔" + +#: ../freedesktop.org.xml.in.h:233 +msgid "Resource Description Framework (RDF) file" +msgstr "" + +#: ../freedesktop.org.xml.in.h:234 +msgid "Rich Text Format" +msgstr "RTF 文件" + +#: ../freedesktop.org.xml.in.h:235 +msgid "Ruby script" +msgstr "Ruby 描述語言檔" + +#: ../freedesktop.org.xml.in.h:236 +msgid "Run Length Encoded bitmap" +msgstr "RLE 點陣圖" + +#: ../freedesktop.org.xml.in.h:237 +msgid "S/MIME file" +msgstr "S/MIME 檔" + +#: ../freedesktop.org.xml.in.h:238 +msgid "SGI video" +msgstr "SGI 影音檔" + +#: ../freedesktop.org.xml.in.h:239 +msgid "SGML document" +msgstr "SGML 文件" + +#: ../freedesktop.org.xml.in.h:240 +msgid "SMS/Game Gear ROM" +msgstr "SMS/Game Gear ROM" + +#: ../freedesktop.org.xml.in.h:241 +msgid "SQL code" +msgstr "SQL 碼" + +#: ../freedesktop.org.xml.in.h:242 +msgid "SUN Rasterfile image" +msgstr "SUN Rasterfile 圖片" + +#: ../freedesktop.org.xml.in.h:243 +msgid "SV4 CPIO archive" +msgstr "SV4 CPIO 保存檔" + +#: ../freedesktop.org.xml.in.h:244 +msgid "SV4 CPIP archive (with CRC)" +msgstr "SV4 CPIP 保存檔 (具有 CRC)" + +#: ../freedesktop.org.xml.in.h:245 +msgid "Scheme source code" +msgstr "Scheme 源代碼" + +#: ../freedesktop.org.xml.in.h:246 +msgid "Scream Tracker 3 audio" +msgstr "Scream Tracker 3 音效" + +#: ../freedesktop.org.xml.in.h:247 +msgid "Scream Tracker audio" +msgstr "Scream Tracker 音效" + +#: ../freedesktop.org.xml.in.h:248 +msgid "Scream Tracker instrument" +msgstr "Scream Tracker 樂器檔" + +#: ../freedesktop.org.xml.in.h:249 +msgid "Setext document" +msgstr "Setext 文件" + +#: ../freedesktop.org.xml.in.h:250 +msgid "Shockwave Flash file" +msgstr "Shockwave Flash 檔" + +#: ../freedesktop.org.xml.in.h:251 +msgid "Siag spreadsheet" +msgstr "Siag 試算表" + +#: ../freedesktop.org.xml.in.h:252 +msgid "Silicon Graphics IRIS image" +msgstr "Silicon Graphics IRIS 圖片" + +#: ../freedesktop.org.xml.in.h:253 +msgid "Speech document" +msgstr "Speech 語音合成檔" + +#: ../freedesktop.org.xml.in.h:254 +msgid "Speedo font" +msgstr "Speedo 字型檔" + +#: ../freedesktop.org.xml.in.h:255 +msgid "Spreadsheet interchange document" +msgstr "" + +#: ../freedesktop.org.xml.in.h:256 +msgid "Stampede package" +msgstr "Stampede 套件" + +#: ../freedesktop.org.xml.in.h:257 +msgid "StarCalc spreadsheet" +msgstr "StarCalc 試算表" + +#: ../freedesktop.org.xml.in.h:258 +msgid "StarChart chart" +msgstr "StarChart 圖表" + +#: ../freedesktop.org.xml.in.h:259 +msgid "StarDraw drawing" +msgstr "StarDraw 繪圖" + +#: ../freedesktop.org.xml.in.h:260 +msgid "StarImpress presentation" +msgstr "StarImpress 簡報檔" + +#: ../freedesktop.org.xml.in.h:261 +msgid "StarMail email" +msgstr "StarMail 郵件" + +#: ../freedesktop.org.xml.in.h:262 +msgid "StarMath formula" +msgstr "StarMath 算式" + +#: ../freedesktop.org.xml.in.h:263 +msgid "StarWriter document" +msgstr "StarWriter 文件" + +#: ../freedesktop.org.xml.in.h:264 +msgid "StuffIt archive" +msgstr "StuffIt 保存檔" + +#: ../freedesktop.org.xml.in.h:265 +msgid "SunOS News font" +msgstr "SunOS News 字型檔" + +#: ../freedesktop.org.xml.in.h:266 +msgid "Synchronized Multimedia Integration Language" +msgstr "" + +#: ../freedesktop.org.xml.in.h:267 +msgid "TGIF document" +msgstr "" + +#: ../freedesktop.org.xml.in.h:268 +msgid "TIFF image" +msgstr "TIFF 圖片" + +#: ../freedesktop.org.xml.in.h:269 +msgid "TarGA image" +msgstr "TarGA 圖片" + +#: ../freedesktop.org.xml.in.h:270 +msgid "Tcl script" +msgstr "Tcl 描述語言檔" + +#: ../freedesktop.org.xml.in.h:271 +msgid "TeX DVI document" +msgstr "TeX DVI 文件" + +#: ../freedesktop.org.xml.in.h:272 +msgid "TeX document" +msgstr "TeX 文件" + +#: ../freedesktop.org.xml.in.h:273 +msgid "TeX font" +msgstr "TeX 字型檔" + +#: ../freedesktop.org.xml.in.h:274 +msgid "TeX font metrics" +msgstr "TeX 字型描述檔" + +#: ../freedesktop.org.xml.in.h:275 +msgid "TeXInfo document" +msgstr "TeXInfo 文件" + +#: ../freedesktop.org.xml.in.h:276 +msgid "ToutDoux document" +msgstr "ToutDoux 文件" + +#: ../freedesktop.org.xml.in.h:277 +msgid "Troff ME input document" +msgstr "" + +#: ../freedesktop.org.xml.in.h:278 +msgid "Troff MM input document" +msgstr "" + +#: ../freedesktop.org.xml.in.h:279 +msgid "Troff MS input document" +msgstr "" + +#: ../freedesktop.org.xml.in.h:280 +msgid "Troff document" +msgstr "Troff 文件" + +#: ../freedesktop.org.xml.in.h:281 +msgid "Troff document (with manpage macros)" +msgstr "" + +#: ../freedesktop.org.xml.in.h:282 +msgid "TrueType font" +msgstr "TrueType 字型檔" + +#: ../freedesktop.org.xml.in.h:283 +msgid "Truevision Targa image" +msgstr "Truevision Targa 圖片" + +#: ../freedesktop.org.xml.in.h:284 +msgid "ULAW (Sun) audio" +msgstr "ULAW (Sun) 音效" + +#: ../freedesktop.org.xml.in.h:285 +msgid "UNIX-compressed file" +msgstr "UNIX compress 格式壓縮檔" + +#: ../freedesktop.org.xml.in.h:286 +msgid "Unidata NetCDF document" +msgstr "Unidata NetCDF 圖形" + +#: ../freedesktop.org.xml.in.h:287 +msgid "Usenet news message" +msgstr "Usenet 新聞組訊息" + +#: ../freedesktop.org.xml.in.h:288 +msgid "V font" +msgstr "V 字型檔" + +#: ../freedesktop.org.xml.in.h:289 +msgid "VOC audio" +msgstr "VOC 音效" + +#: ../freedesktop.org.xml.in.h:290 +msgid "VRML document" +msgstr "VRML 文件" + +#: ../freedesktop.org.xml.in.h:291 +msgid "Vivo video" +msgstr "Vivo 影音檔" + +#: ../freedesktop.org.xml.in.h:292 +msgid "WAIS source code" +msgstr "WAIS 源代碼" + +#: ../freedesktop.org.xml.in.h:293 +msgid "WAV audio" +msgstr "WAV 音效" + +#: ../freedesktop.org.xml.in.h:294 +msgid "WML document" +msgstr "WML 文件" + +#: ../freedesktop.org.xml.in.h:295 +msgid "Wavelet video" +msgstr "Wavelet 影音檔" + +#: ../freedesktop.org.xml.in.h:296 +msgid "Windows BMP image" +msgstr "Windows BMP 圖片" + +#: ../freedesktop.org.xml.in.h:297 +msgid "Windows cursor" +msgstr "Windows 滑鼠指標" + +#: ../freedesktop.org.xml.in.h:298 +msgid "WordPerfect document" +msgstr "WordPerfect 文件" + +#: ../freedesktop.org.xml.in.h:299 +msgid "WordPerfect/Drawperfect image" +msgstr "WordPerfect/Drawperfect 圖片" + +#: ../freedesktop.org.xml.in.h:300 +msgid "X BitMap image" +msgstr "X BitMap 圖片" + +#: ../freedesktop.org.xml.in.h:301 +msgid "X PixMap image" +msgstr "X PixMap 圖片" + +#: ../freedesktop.org.xml.in.h:302 +msgid "X window image" +msgstr "X window 圖片" + +#: ../freedesktop.org.xml.in.h:303 +msgid "X-Motif UIL table" +msgstr "" + +#: ../freedesktop.org.xml.in.h:304 +msgid "XBEL bookmarks" +msgstr "XBEL 格式書籤" + +#: ../freedesktop.org.xml.in.h:305 +msgid "XFig image" +msgstr "XFig 圖片" + +#: ../freedesktop.org.xml.in.h:306 +msgid "XHTML page" +msgstr "XHTML 網頁" + +#: ../freedesktop.org.xml.in.h:307 +msgid "XML Metadata Interchange file" +msgstr "" + +#: ../freedesktop.org.xml.in.h:308 +msgid "XML User Interface Language document" +msgstr "" + +#: ../freedesktop.org.xml.in.h:309 +msgid "XSL Formating Object file" +msgstr "" + +#: ../freedesktop.org.xml.in.h:310 +msgid "XSLT stylesheet" +msgstr "" + +#: ../freedesktop.org.xml.in.h:311 +msgid "ZIP archive" +msgstr "ZIP 保存檔" + +#: ../freedesktop.org.xml.in.h:312 +msgid "active server page" +msgstr "" + +#: ../freedesktop.org.xml.in.h:313 +msgid "application log" +msgstr "程式紀錄檔" + +#: ../freedesktop.org.xml.in.h:314 +msgid "author list" +msgstr "作者清單" + +#: ../freedesktop.org.xml.in.h:315 +msgid "backup file" +msgstr "備份檔" + +#: ../freedesktop.org.xml.in.h:316 +msgid "block device" +msgstr "區塊裝置" + +#: ../freedesktop.org.xml.in.h:317 +msgid "bzip archive" +msgstr "bzip 保存檔" + +#: ../freedesktop.org.xml.in.h:318 +msgid "character device" +msgstr "字元裝置" + +#: ../freedesktop.org.xml.in.h:319 +msgid "compound document" +msgstr "複合文件" + +#: ../freedesktop.org.xml.in.h:320 +msgid "compound documents" +msgstr "複合文件" + +#: ../freedesktop.org.xml.in.h:321 +msgid "dBASE document" +msgstr "" + +#: ../freedesktop.org.xml.in.h:322 +msgid "desktop configuration file" +msgstr "" + +#: ../freedesktop.org.xml.in.h:323 +msgid "detached OpenPGP signature" +msgstr "" + +#: ../freedesktop.org.xml.in.h:324 +msgid "detached S/MIME signature" +msgstr "" + +#: ../freedesktop.org.xml.in.h:325 +msgid "differences between files" +msgstr "檔案內容差異" + +#: ../freedesktop.org.xml.in.h:326 +msgid "document type definition" +msgstr "" + +#: ../freedesktop.org.xml.in.h:327 +msgid "eXtensible Markup Language document" +msgstr "XML 文件" + +#: ../freedesktop.org.xml.in.h:328 +msgid "email headers" +msgstr "電子郵件標頭" + +#: ../freedesktop.org.xml.in.h:329 +msgid "email message" +msgstr "電子郵件內容" + +#: ../freedesktop.org.xml.in.h:330 +msgid "empty document" +msgstr "空白文件" + +#: ../freedesktop.org.xml.in.h:331 +msgid "encrypted message" +msgstr "" + +#: ../freedesktop.org.xml.in.h:332 +msgid "enriched text document" +msgstr "" + +#: ../freedesktop.org.xml.in.h:333 +msgid "executable" +msgstr "可執行檔" + +#: ../freedesktop.org.xml.in.h:334 +msgid "folder" +msgstr "資料夾" + +#: ../freedesktop.org.xml.in.h:335 +msgid "font" +msgstr "字型" + +#: ../freedesktop.org.xml.in.h:336 +msgid "generic font file" +msgstr "" + +#: ../freedesktop.org.xml.in.h:337 +msgid "gtar archive" +msgstr "gtar 保存檔" + +#: ../freedesktop.org.xml.in.h:338 +msgid "gzip archive" +msgstr "gzip 保存檔" + +#: ../freedesktop.org.xml.in.h:339 +msgid "help page" +msgstr "" + +#: ../freedesktop.org.xml.in.h:340 +msgid "iPod firmware" +msgstr "iPod 韌體" + +#: ../freedesktop.org.xml.in.h:341 +msgid "mail delivery report" +msgstr "" + +#: ../freedesktop.org.xml.in.h:342 +msgid "mail disposition report" +msgstr "" + +#: ../freedesktop.org.xml.in.h:343 +msgid "mail system report" +msgstr "" + +#: ../freedesktop.org.xml.in.h:344 +msgid "manual page (compressed)" +msgstr "" + +#: ../freedesktop.org.xml.in.h:345 +msgid "message catalog" +msgstr "" + +#: ../freedesktop.org.xml.in.h:346 +msgid "message digest" +msgstr "" + +#: ../freedesktop.org.xml.in.h:347 +msgid "message in several formats" +msgstr "" + +#: ../freedesktop.org.xml.in.h:348 +msgid "message translation template" +msgstr "" + +#: ../freedesktop.org.xml.in.h:349 +msgid "mount point" +msgstr "掛載點" + +#: ../freedesktop.org.xml.in.h:350 +msgid "object code" +msgstr "" + +#: ../freedesktop.org.xml.in.h:351 +msgid "packed font file" +msgstr "" + +#: ../freedesktop.org.xml.in.h:352 +msgid "partial email message" +msgstr "" + +#: ../freedesktop.org.xml.in.h:353 +msgid "pipe" +msgstr "管線" + +#: ../freedesktop.org.xml.in.h:354 +msgid "plain text document" +msgstr "普通文本檔" + +#: ../freedesktop.org.xml.in.h:355 +msgid "profiler results" +msgstr "" + +#: ../freedesktop.org.xml.in.h:356 +msgid "program crash data" +msgstr "" + +#: ../freedesktop.org.xml.in.h:357 +msgid "raw CD image" +msgstr "" + +#: ../freedesktop.org.xml.in.h:358 +msgid "reference to remote file" +msgstr "" + +#: ../freedesktop.org.xml.in.h:359 +msgid "rejected patch" +msgstr "" + +#. Note: text/uri-list is reserved by the XDND protocol! +#: ../freedesktop.org.xml.in.h:361 +msgid "resource location" +msgstr "" + +#: ../freedesktop.org.xml.in.h:362 +msgid "rich text document" +msgstr "" + +#: ../freedesktop.org.xml.in.h:363 +msgid "scalable SVG image" +msgstr "" + +#: ../freedesktop.org.xml.in.h:364 +msgid "shared library" +msgstr "分享函式庫" + +#: ../freedesktop.org.xml.in.h:365 +msgid "shared library (la)" +msgstr "分享函式庫 (la)" + +#: ../freedesktop.org.xml.in.h:366 +msgid "shell archive" +msgstr "" + +#: ../freedesktop.org.xml.in.h:367 +msgid "shell script" +msgstr "" + +#: ../freedesktop.org.xml.in.h:368 +msgid "signed message" +msgstr "" + +#: ../freedesktop.org.xml.in.h:369 +msgid "socket" +msgstr "socket" + +#: ../freedesktop.org.xml.in.h:370 +msgid "software author credits" +msgstr "" + +#: ../freedesktop.org.xml.in.h:371 +msgid "software installation instructions" +msgstr "軟體安裝指引" + +#: ../freedesktop.org.xml.in.h:372 +msgid "software license terms" +msgstr "" + +#: ../freedesktop.org.xml.in.h:373 +msgid "stream of data (server push)" +msgstr "" + +#: ../freedesktop.org.xml.in.h:374 +msgid "symbolic link" +msgstr "符號鏈結" + +#: ../freedesktop.org.xml.in.h:375 +msgid "tar archive" +msgstr "tar 保存檔" + +#: ../freedesktop.org.xml.in.h:376 +msgid "tar archive (LZO-compressed)" +msgstr "tar 保存檔 (LZO 格式壓縮)" + +#: ../freedesktop.org.xml.in.h:377 +msgid "tar archive (bzip-compressed)" +msgstr "tar 保存檔 (bzip 格式壓縮)" + +#: ../freedesktop.org.xml.in.h:378 +msgid "tar archive (compressed)" +msgstr "tar 保存檔 (compress 格式壓縮)" + +#: ../freedesktop.org.xml.in.h:379 +msgid "tar archive (gzip-compressed)" +msgstr "tar 保存檔 (gzip 格式壓縮)" + +#: ../freedesktop.org.xml.in.h:380 +msgid "text document (with comma-separated values)" +msgstr "" + +#: ../freedesktop.org.xml.in.h:381 +msgid "text document (with tab-separated values)" +msgstr "" + +#: ../freedesktop.org.xml.in.h:382 +msgid "theme" +msgstr "佈景主題" + +#: ../freedesktop.org.xml.in.h:383 +msgid "translated messages" +msgstr "翻譯訊息" + +#: ../freedesktop.org.xml.in.h:384 +msgid "translated messages (machine-readable)" +msgstr "翻譯訊息 (可讓程式讀取的格式)" + +#: ../freedesktop.org.xml.in.h:385 +msgid "unknown" +msgstr "不明" + +#: ../freedesktop.org.xml.in.h:386 +msgid "ustar archive" +msgstr "ustar 保存檔" + +#: ../freedesktop.org.xml.in.h:387 +msgid "vCalendar interchange file" +msgstr "" + +#: ../freedesktop.org.xml.in.h:388 +msgid "zoo archive" +msgstr "zoo 保存檔" + +#~ msgid "Korn shell script" +#~ msgstr "Korn shell 描述語言檔" + +#~ msgid "Invalid MIME-type '%s'" +#~ msgstr "MIME 類型 ‘%s’ 無效" + +#~ msgid "Missing 'localName' attribute'" +#~ msgstr "缺少了 ‘localName’ 屬性" + +#~ msgid "namespaceURI and localName attributes can't both be empty" +#~ msgstr "namespaceURI 和 localName 屬性不可以同時是空白" + +#~ msgid "Failed to parse '%s'\n" +#~ msgstr "無法解析‘%s’\n" + +#~ msgid "Missing 'type' attribute in " +#~ msgstr " 中缺少了 ‘type’ 屬性" + +#~ msgid "Error in element: " +#~ msgstr " 元素中發生錯誤: " + +#~ msgid "" +#~ "%s: I don't have write permission on %s.\n" +#~ "Try rerunning me as root.\n" +#~ msgstr "" +#~ "%s: 您沒有權限寫入 %s。\n" +#~ "請嘗試以 root 的身分再執行一次。\n" + +#~ msgid "Directory '%s' does not exist!\n" +#~ msgstr "‘%s’ 目錄不存在!\n" diff --git a/shared-mime-info-spec.xml b/shared-mime-info-spec.xml new file mode 100644 index 0000000..e4e68f2 --- /dev/null +++ b/shared-mime-info-spec.xml @@ -0,0 +1,1033 @@ + + + +]> +
+ + + + + + X Desktop Group + + + + Thomas + Leonard + +
tal197 at users.sf.net
+
+
+
+ + Shared MIME-info Database + &updated; +
+ + + Introduction + + Version + +This is version &version; of the Shared MIME-info Database specification, last updated &updated;. + + + What is this spec? + +Many programs and desktops use the MIME systemMIME +to represent the types of files. Frequently, it is necessary to work out the +correct MIME type for a file. This is generally done by examining the file's +name or contents, and looking up the correct MIME type in a database. + + +It is also useful to store information about each type, such as a textual +description of it, or a list of applications that can be used to view or edit +files of that type. + + +For interoperability, it is useful for different programs to use the same +database so that different programs agree on the type of a file and +information is not duplicated. It is also helpful for application authors to +only have to install new information in one place. + + +This specification attempts to unify the MIME database systems currently in +use by GNOMEGNOME, KDEKDE and +ROXROX, and provide room for future extensibility. + + +The MIME database does NOT store user preferences (such as a user's preferred +application for handling files of a particular type). It may be used to store +static information, such as that files of a certain type may be viewed with +a particular application. + + + + Language used in this specification + +The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", +"SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be +interpreted as described in RFC 2119RFC-2119. + + + + + + Unified system + +In discussions about the previous systems used by GNOME, KDE and ROX (see the +"History and related systems" document), it was clear that the differences +between the databases were simply a result of them being separate, and not due +to any fundamental disagreements between developers. Everyone is keen to see +them merged. + + +This specification proposes: + + + +A standard way for applications to install new MIME related information. + + +A standard way of getting the MIME type for a file. + + +A standard way of getting information about a MIME type. + + +Standard locations for all the files, and methods of resolving conflicts. + + +Further, the existing databases have been merged into a single package +SharedMIME. + + + Directory layout + +There are two important requirements for the way the MIME database is stored: + + +Applications must be able to extend the database in any way when they are installed, +to add both new rules for determining type, and new information about specific types. + + +It must be possible to install applications in /usr, /usr/local and the user's home directory +(in the normal Unix way) and have the MIME information used. + + + + +This specification uses the XDG Base Directory SpecificationBaseDir to +define the prefixes below which the database is stored. +In the rest of this document, paths shown with the prefix +<MIME> indicate the files should be loaded from +the mime subdirectory of every directory in +XDG_DATA_HOME:XDG_DATA_DIRS. + + +For example, when using the default paths, Load all the +<MIME>/text/html.xml files means to +load /usr/share/mime/text/html.xml, +/usr/local/share/mime/text/html.xml, and +~/.local/share/mime/text/html.xml (if they exist). + + +Each application that wishes to contribute to the MIME database will install a +single XML file, named after the application, into one of the three +<MIME>/packages/ directories (depending on where the user requested +the application be installed). After installing, uninstalling or modifying this +file, the application MUST run the update-mime-database command, +which is provided by the freedesktop.org shared databaseSharedMIME. + + +update-mime-database is passed the mime +directory containing the packages subdirectory which was +modified as its only argument. It scans all the XML files in the packages +subdirectory, combines the information in them, and creates a number of output files. + + +Where the information from these files is conflicting, information from directories +lower in the list takes precedence. +Any file named Override.xml takes precedence over all other files in +the same packages directory. This can be used by +tools which let the user edit the database to ensure that the user's +changes take effect. + + +The files created by update-mime-database are: + + +<MIME>/globs (contains a mapping from names to MIME types) [deprecated for globs2] + + +<MIME>/globs2 (contains a mapping from names to MIME types and glob weight) + + +<MIME>/magic (contains a mapping from file contents to MIME types) + + +<MIME>/subclasses (contains a mapping from MIME types to types they inherit from) + + +<MIME>/aliases (contains a mapping from aliases to MIME types) + + +<MIME>/icons (contains a mapping from MIME types to icons) + + +<MIME>/generic-icons (contains a mapping from MIME types to generic icons) + + +<MIME>/XMLnamespaces (contains a mapping from XML +(namespaceURI, localName) pairs to MIME types) + + +<MIME>/MEDIA/SUBTYPE.xml (one file for each MIME +type, giving details about the type, including comment, icon and generic-icon) + + +<MIME>/mime.cache (contains the same information as the globs2, +magic, subclasses, aliases, +icons, generic-icons and XMLnamespaces files, +in a binary, mmappable format) + + +The format of these generated files and the source files in packages +are explained in the following sections. This step serves several purposes. First, it allows +applications to quickly get the data they need without parsing all the source XML files (the +base package alone is over 700K). Second, it allows the database to be used for other +purposes (such as creating the /etc/mime.types file if +desired). Third, it allows validation to be performed on the input data, +and removes the need for other applications to carefully check the input for +errors themselves. + + + + The source XML files + +Each application provides only a single XML source file, which is installed in the +packages directory as described above. This file is an XML file +whose document element is named mime-info and whose namespace URI +is . All elements +described in this specification MUST have this namespace too. + +The document element may contain zero or more mime-type child nodes, +in any order, each describing a single MIME type. Each element has a type +attribute giving the MIME type that it describes. + +Each mime-type node may contain any combination of the following elements, +and in any order: + + +glob elements have a pattern attribute. Any file +whose name matches this pattern will be given this MIME type (subject to conflicting rules in +other files, of course). There is also an optional weight attribute which +is used when resolving conflicts with other glob matches. The default weight value is 50, and +the maximum is 100. + + +KDE's glob system replaces GNOME's and ROX's ext/regex fields, since it +is trivial to detect a pattern in the form '*.ext' and store it in an +extension hash table internally. The full power of regular expressions was +not being used by either desktop, and glob patterns are more suitable for +filename matching anyway. + + +magic elements contain a list of +match elements, any of which may match, and an optional +priority attribute for all of the contained rules. Low +numbers should be used for more generic types (such as 'gzip compressed data') +and higher values for specific subtypes (such as a word processor format that +happens to use gzip to compress the file). The default priority value is 50, and +the maximum is 100. + +Each match element has a number of attributes: + + + + AttributeRequired?Value + + + typeYes +string, host16, +host32, big16, +big32, little16, +little32 or byte. + + + offsetYesThe byte offset(s) + in the file to check. This may be a single number or a range in the + form `start:end', indicating that all offsets in the range should be + checked. The range is inclusive. + + valueYes + The value to compare the file contents with, in the format indicated by the type + attribute. + + + maskNo + The number to AND the value in the file with before comparing it to + `value'. Masks for numerical types can be any number, while masks for strings + must be in base 16, and start with 0x. + + + + + +Each element corresponds to one line of +file +1's magic.mime file. +They can be nested in the same way to provide the equivalent of continuation +lines. That is, ]]> means 'a and (b or c)'. + + +alias elements indicate that the type is also sometimes +known by another name, given by the type attribute. For +example, audio/midi has an alias of +audio/x-midi. Note that there should not be a +mime-type element defining each alias; a single +element defines the canonical name for the type and lists all its aliases. + + +sub-class-of elements indicate that any data of this +type is also some other type, given by the type +attribute. See . + + +comment elements give a human-readable textual description of the MIME +type, usually composed of an acronym of the file name extension and a short description, like +"ODS spreadsheet". +There may be many of these elements with different xml:lang attributes +to provide the text in multiple languages. + + +acronym elements give experienced users a terse idea of the document contents. +for example "ODS", "GEDCOM", "JPEG" and "XML". +There may be many of these elements with different xml:lang attributes +to provide the text in multiple languages, although these should only be used if absolutely neccessary. + + +expanded-acronym elements are the expanded versions of the acronym elements, +for example "OpenDocument Spreadsheet", "GEnealogical Data COMmunication", and "eXtensible Markup Language". +The purpose of these elements is to provide users a way to look up information on various MIME types or +file formats in third-party resources. +There may be many of these elements with different xml:lang attributes +to provide the text in multiple languages, although these should only be used if absolutely neccessary. + + +icon elements specify the icon to be used for this particular mime-type, given +by the name attribute. Generally the icon used for a mimetype is created +based on the mime-type by mapping "/" characters to "-", but users can override this by using +the icon element to customize the icon for a particular mimetype. +This element is not used in the system database, but only used in the user overridden database. +Only one icon element is allowed. + + +generic-icon elements specify the icon to use as a generic icon for this +particular mime-type, given by the name attribute. This is used if there +is no specific icon (see icon for how these are found). These are +used for categories of similar types (like spreadsheets or archives) that can use a common icon. +The Icon Naming Specification lists a set of such icon names. If this element is not specified +then the mimetype is used to generate the generic icon by using the top-level media type (e.g. +"video" in "video/ogg") and appending "-x-generic" (i.e. "video-x-generic" in the previous example). +Only one generic-icon element is allowed. + + +root-XML elements have namespaceURI +and localName attributes. If a file is identified as being an XML file, +these rules allow a more specific MIME type to be chosen based on the namespace and localname +of the document element. + +If localName is present but empty then the document element may have +any name, but the namespace must still match. + + +treemagic elements contain a list of treematch elements, +any of which may match, and an optional priority attribute for all of the +contained rules. The default priority value is 50, and the maximum is 100. + +Each treematch element has a number of attributes: + + + + AttributeRequired?Value + + + pathYesA path that must be present on the mounted volume/filesystem. The path is interpreted as a relative path starting at the root of the tested volume/filesystem + + typeNoThe type of path. Possible values: file, directory, link + + match-caseNoWhether path should be matched case-sensitively. Possible values: true, false + + executableNoWhether the file must be executable. Possible values: true, false + + non-emptyNoWhether the directory must be non-empty. Possible values: true, false + + mimetypeNoThe mimetype for the file at path + + + + +treematch elements can be nested, meaning that both the outer and the inner treematch +must be satisfied for a "match". + + +Applications may also define their own elements, provided they are namespaced to prevent collisions. +Unknown elements are copied directly to the output XML files like comment +elements. A typical use for this would be to indicate the default handler +application for a particular desktop +("Galeon is the GNOME default text/html browser"). Note that this doesn't +indicate the user's preferred application, only the (fixed) default. + + +Here is an example source file, named diff.xml: + + + + Differences between files + verskille tussen lêers + ... + + + + + + + + + +]]> + +In practice, common types such as text/x-diff are provided by the freedesktop.org shared +database. Also, only new information needs to be provided, since this information will be merged +with other information about the same type. + + + + The MEDIA/SUBTYPE.xml files + +These files have a mime-type element as the root node. The format is +as described above. They are created by merging all the mime-type +elements from the source files and creating one output file per MIME type. Each file may contain +information from multiple source files. The magic, +glob and root-XML elements will +have been removed. + + +The example source file given above would (on its own) create an output file called +<MIME>/text/x-diff.xml containing the following: + + + + Differences between files + verskille tussen lêers + ... + + +]]> + + + + The glob files + +The globs2 file is a simple list of lines containing weight, MIME type and pattern, separated by a colon. +The lines are ordered by glob weight. +For example: + + + +The glob file is a simple list of lines containing a MIME type and pattern, separated by a colon. It is +deprecated in favour of the globs2 file which also lists the weight of the glob rule. +The lines are ordered by glob weight. +For example: + + + +Applications MUST first try a case-sensitive match, then try again with the +filename converted to lower-case if that fails. +This is so that main.C will be seen as a C++ file, +but IMAGE.GIF will still use the *.gif pattern. + + +If several patterns of the same weight match then the longest pattern SHOULD be used. +In particular, files with multiple extensions (such as +Data.tar.gz) MUST match the longest sequence of extensions +(eg '*.tar.gz' in preference to '*.gz'). Literal patterns (eg, 'Makefile') must +be matched before all others. It is suggested that patterns beginning with `*.' +and containing no other special characters (`*?[') should be placed in a hash +table for efficient lookup, since this covers the majority of the patterns. Thus, +patterns of this form should be matched before other wildcarded patterns. + + +If a matching pattern is provided by two or more MIME types, applications +SHOULD not rely on one of them. They are instead supposed to use magic data +(see below) to detect the actual MIME type. This is for instance required to +deal with container formats like Ogg or AVI, that map various video and/or +audio-encoded data to one extension. + + +There may be several rules mapping to the same type. They should all be merged. +If the same pattern is defined twice, then they MUST be ordered by the +directory the rule came from, as described above. + + +Lines beginning with `#' are comments and should be ignored. Everything from +the `:' character to the newline is part of the pattern; spaces should not be +stripped. The file is in the UTF-8 encoding. The format of the glob pattern +is as for fnmatch(3). The format does not allow a pattern to contain a literal +newline character, but this is not expected to be a problem. + + +Common types (such as MS Word Documents) will be provided in the X Desktop +Group's package, which MUST be required by all applications using this +specification. Since each application will then only be providing information +about its own types, conflicts should be rare. + + + + The magic files + +The magic data is stored in a binary format for ease of parsing. The old magic database +had complex escaping rules; these are now handled by update-mime-database. + +The file starts with the magic string "MIME-Magic\0\n". +There is no version number in the file. Incompatible changes will be handled by +creating both the current `magic' file and a newer `magic2' in the new format. +Where possible, compatible changes only will be made. +All numbers are big-endian, so need to be byte-swapped on little-endian machines. + +The rest of the file is made up of a sequence of small sections. +Each section is introduced by giving the priority and type in brackets, followed by +a newline character. Higher priority entries come first. Example: +[50:text/x-diff]\n +Each line in the section takes the form: +[ indent ] ">" start-offset "=" value +[ "&" mask ] [ "~" word-size ] [ "+" range-length ] "\n" + + + PartExampleMeaning + + + indent1The nesting + depth of the rule, corresponding to the number of '>' characters in the traditional file format. + ">" start-offset>4The offset into the + file to look for a match. + "=" value=\0x0\0x2\0x55\0x40 + Two bytes giving the (big-endian) length of the value, followed by the value itself. + + "&" mask&\0xff\0xf0 + The mask, which (if present) is exactly the same length as the value. + + "~" word-size~2On little-endian machines, the + size of each group to byte-swap. + "+" range-length+8The length of the region + in the file to check. + + + + + +Note that the value, value length and mask are all binary, whereas everything +else is textual. Each of the elements begins with a single character to +identify it, except for the indent level. + +The word size is used for byte-swapping. Little-endian systems should reverse +the order of groups of bytes in the value and mask if this is greater than one. +This only affects `host' matches (`big32' entries still have a word size of 1, +for example, because no swapping is necessary, whereas `host32' has a word size +of 4). + +The indent, range-length, word-size and mask components are optional. If +missing, indent defaults to 0, range-length to 1, the word-size to 1, and the +mask to all 'one' bits. + +Indent corresponds to the nesting depth of the rule. Top-level rules have an +indent of zero. The parent of an entry is the preceding entry with an indent +one less than the entry. + +If an unknown character is found where a newline is expected then the whole +line should be ignored (there will be no binary data after the new +character, so the next line starts after the next "\n" character). This is for +future extensions. + +The text/x-diff above example would (on its own) create this magic file: + 0=| +00000020 00 05 64 69 66 66 09 0a 3e 30 3d 00 04 2a 2a 2a |..diff..>0=..***| +00000030 09 0a 3e 30 3d 00 17 43 6f 6d 6d 6f 6e 20 73 75 |..>0=..Common su| +00000040 62 64 69 72 65 63 74 6f 72 69 65 73 3a 20 0a |bdirectories: .| +]]> + + + + The XMLnamespaces files + +Each XMLnamespaces file is a list of lines in the form: +namespaceURI " " localName " " MIME-Type "\n" +For example: + +http://www.w3.org/1999/xhtml html application/xhtml+xml + +The lines are sorted (using strcmp in the C locale) and there are no lines with the same namespaceURI and +localName in one file. If the localName was empty then there will be two spaces following +the namespaceURI. + + + + The icon files + +The icons and generic-icons files are list of lines in the form: +MIME-Type ":" icon-name "\n" +For example: + +application/msword:x-office-document + + + + + The treemagic files + +The tree magic data is stored in a file with a format that is very similar to the magic file format. + + +The file starts with the magic string "MIME-TreeMagic\0\n". There is no version number in the file. +Incompatible changes will be handled by creating both the current `treemagic' and a newer `treemagic2' +in the new format. Where possible, changes will be made in a compatible fashion. + + +The rest of the file is made up of a sequence of small sections. Each section is introduced by giving +the priority and type in brackeds, followed by a newline character. Higher priority entries come +first. Example: +[50:x-content/image-dcf]\n +Each line in the section takes the form: +[ indent ] ">" "\"" path "\"" "=" type [ "," option ]* "\n" + + + PartMeaning + + + indentThe nesting depth of the rule. + pathThe path to match. + typeThe required file type, one of "file", "directory", "link" or "any" + optionOptional for the optional attributes of treematch elements. +Possible values are "executable", "match-case", "non-empty", or a MIME type + + + + + + + + The mime.cache files + +The mime.cache files contain the same information as the +globs2, magic, subclasses, +aliases and XMLnamespaces files, in a binary, +mmappable format: + + +Header: +2 CARD16 MAJOR_VERSION 1 +2 CARD16 MINOR_VERSION 1 +4 CARD32 ALIAS_LIST_OFFSET +4 CARD32 PARENT_LIST_OFFSET +4 CARD32 LITERAL_LIST_OFFSET +4 CARD32 REVERSE_SUFFIX_TREE_OFFSET +4 CARD32 GLOB_LIST_OFFSET +4 CARD32 MAGIC_LIST_OFFSET +4 CARD32 NAMESPACE_LIST_OFFSET +4 CARD32 ICONS_LIST_OFFSET +4 CARD32 GENERIC_ICONS_LIST_OFFSET + +AliasList: +4 CARD32 N_ALIASES +8*N_ALIASES AliasListEntry + +AliasListEntry: +4 CARD32 ALIAS_OFFSET +4 CARD32 MIME_TYPE_OFFSET + +ParentList: +4 CARD32 N_ENTRIES +8*N_ENTRIES ParentListEntry + +ParentListEntry: +4 CARD32 MIME_TYPE_OFFSET +4 CARD32 PARENTS_OFFSET + +Parents: +4 CARD32 N_PARENTS +4*N_PARENTS CARD32 MIME_TYPE_OFFSET + +LiteralList: +4 CARD32 N_LITERALS +12*N_LITERALS LiteralEntry + +LiteralEntry: +4 CARD32 LITERAL_OFFSET +4 CARD32 MIME_TYPE_OFFSET +4 CARD32 WEIGHT + +GlobList: +4 CARD32 N_GLOBS +12*N_GLOBS GlobEntry + +GlobEntry: +4 CARD32 GLOB_OFFSET +4 CARD32 MIME_TYPE_OFFSET +4 CARD32 WEIGHT + +ReverseSuffixTree: +4 CARD32 N_ROOTS +4 CARD32 FIRST_ROOT_OFFSET + +ReverseSuffixTreeNode: +4 CARD32 CHARACTER +4 CARD32 N_CHILDREN +4 CARD32 FIRST_CHILD_OFFSET + +ReverseSuffixTreeLeafNode: +4 CARD32 0 +4 CARD32 MIME_TYPE_OFFSET +4 CARD32 WEIGHT + +MagicList: +4 CARD32 N_MATCHES +4 CARD32 MAX_EXTENT +4 CARD32 FIRST_MATCH_OFFSET + +Match: +4 CARD32 PRIORITY +4 CARD32 MIME_TYPE_OFFSET +4 CARD32 N_MATCHLETS +4 CARD32 FIRST_MATCHLET_OFFSET + +Matchlet: +4 CARD32 RANGE_START +4 CARD32 RANGE_LENGTH +4 CARD32 WORD_SIZE +4 CARD32 VALUE_LENGTH +4 CARD32 VALUE +4 CARD32 MASK +4 CARD32 N_CHILDREN +4 CARD32 FIRST_CHILD_OFFSET + +NamespaceList: +4 CARD32 N_NAMESPACES +12*N_NAMESPACES NamespaceEntry + +NamespaceEntry: +4 CARD32 NAMESPACE_URI_OFFSET +4 CARD32 LOCAL_NAME_OFFSET +4 CARD32 MIME_TYPE_OFFSET + +GenericIconsList: +IconsList: +4 CARD32 N_ICONS +8*N_ICONS IconListEntry + +IconListEntry: +4 CARD32 MIME_TYPE_OFFSET +4 CARD32 ICON_NAME_OFFSET + + +Lists in the file are sorted, to enable binary searching. The list of +aliases is sorted by alias, the list of literal globs is sorted by the +literal. The SuffixTreeNode siblings are sorted by character. +The list of namespaces is sorted by namespace uri. The list of icons +is sorted by mimetype. + + +Mimetypes are stored in the suffix tree by appending suffix +tree leaf nodes with '\0' as character. These nodes appear at the +beginning of the list of children. + + +All offsets are in bytes from the beginning of the file. + + +Strings are zero-terminated. + + +All numbers are in network (big-endian) order. This is necessary because the data will be stored in +arch-independent directories like /usr/share/mime or even in user's home directories. + + +Cache files have to be written atomically - write to a temporary name, then move over the old file - so +that clients that have the old cache file open and mmap'ed won't get corrupt data. + + + + Storing the MIME type using Extended Attributes + +An implementation MAY also get a file's MIME type from the +user.mime_type extended attribute. The type given here should normally be used in +preference to any guessed type, since the user is able to set it explicitly. +Applications MAY choose to set the type when saving files. Since many +applications and filesystems do not support extended attributes, +implementations MUST NOT rely on this method being available. + + + + Subclassing + +A type is a subclass of another type if any instance of the first type is +also an instance of the second. For example, all image/svg files are also +text/xml, text/plain and application/octet-stream files. Subclassing is about +the format, rather than the catagory of the data (for example, there is no +'generic spreadsheet' class that all spreadsheets inherit from). + + +Some subclass rules are implicit: + +All text/* types are subclasses of text/plain. +All streamable types (ie, everything except the inode/* types) +are subclasses of application/octet-stream. + +In addition to these rules, explicit subclass information may be given using +the sub-class-of element. + + +Note that some file formats are also compressed files (application/x-jar files +are also application/zip files). However, this is different to a case such as a +compressed postscript file, which is not a valid postscript file itself (so +application/x-gzpostscript does not inherit from application/postscript, +because an application that can handle the latter may not cope with the +former). + + +Some types may or may not be instances of other types. For example, a +spreadsheet file may be compressed or not. It is a valid spreadsheet file +either way, but only inherits from application/x-gzip in one case. This +information cannot be represented statically; instead an application +interested in this information should run all of the magic rules, and +use the list of types returned as the subclasses. + + + + Recommended checking order + +Because different applications have different requirements, they may choose to +use the various methods provided by this specification in any order. However, the +RECOMMENDED order to perform the checks is: + + +If a MIME type is provided explicitly (eg, by a ContentType HTTP header, a MIME +email attachment, an extended attribute or some other means) then that should +be used instead of guessing. + + + +Otherwise, start by doing a glob match of the filename. Keep only globs with the biggest weight. +If the patterns are different, keep only globs with the longest pattern, as previously discussed. +If after this, there is one or more matching glob, and all the matching globs +result in the same mimetype, use that mimetype as the result. + + + +If the glob matching fails or results in multiple conflicting mimetypes, read the +contents of the file and do magic sniffing on it. If no magic rule matches the data (or if +the content is not available), use the default type of application/octet-stream for +binary data, or text/plain for textual data. If there was no glob match, use the magic match +as the result. + +Note: Checking the first 32 bytes of the file for ASCII control characters is +a good way to guess whether a file is binary or text, but note that files with high-bit-set +characters should still be treated as text since these can appear in UTF-8 text, +unlike control characters. + + + +If any of the mimetypes resulting from a glob match is equal to or a subclass of +the result from the magic sniffing, use this as the result. This allows us for example to +distinguish text files called "foo.doc" from MS-Word files with the same name, as the +magic match for the MS-Word file would be application/x-ole-storage which the MS-Word type +inherits. + + + +Otherwise use the result of the glob match that has the highest weight. + + + + +There are several reasons for checking the glob patterns before the magic. +First of all doing magic sniffing is very expensive as reading the contents of the files +causes a lot of seeks, which is very expensive. Secondly, some applications don't check +the magic at all (sometimes the content is not available or too slow to read), and this +makes it more likely that both will get the same type. + + +Also, users can easily understand why calling their +text file README.mp3 makes the system think it's an MP3, +whereas they have trouble understanding why their computer thinks +README.txt is a PostScript file. If the system guesses wrongly, +the user can often rename the file to fix the problem. + + + + Non-regular files + +Sometimes it is useful to assign MIME types to other objects in the filesystem, +such as directories, sockets and device files. This could be useful when looking up +an icon for a type, or for providing a textual description of one of these objects. +The media type 'inode' is provided for this purpose, with the following types corresponding +to the standard types of object found in a Unix filesystem: + + + inode/blockdevice + inode/chardevice + inode/directory + inode/fifo + inode/mount-point + inode/socket + inode/symlink + + +An inode/mount-point is a subclass of inode/directory. It can be useful when adding extra +actions for these directories, such as 'mount' or 'eject'. Mounted directories can be +detected by comparing the 'st_dev' of a directory with that of its parent. If +they differ, they are from different devices and the directory is a mount +point. + + + + Content types for volumes + +Traditional MIME types apply to individual files or bytestreams. It is often useful +to apply the same methodologies when classifying the content of mountable volumes or +filesystems. The x-content type has been introduced for this purpose. Typical examples +are x-content/audio-dvd, x-content/blank-cd or x-content/image-dcf. + + +Matching of content types works with treemagic elements, which +are analogous to the magic elements used for MIME type matching. +Instead of looking for byte sequences in files, treemagic element +allow to look for files with certain names, permissions or mime types in a directory +hierarchy. + + + + Security implications + +The system described in this document is intended to allow different programs +to see the same file as having the same type. This is to help interoperability. +The type determined in this way is only a guess, and an application MUST NOT +trust a file based simply on its MIME type. For example, a downloader should +not pass a file directly to a launcher application without confirmation simply +because the type looks `harmless' (eg, text/plain). + + +Do not rely on two applications getting the same type for the same file, even +if they both use this system. The spec allows some leeway in implementation, +and in any case the programs may be following different versions of the spec. + + + + User modification + +The MIME database is NOT intended to store user preferences. Users should never +edit the database. If they wish to make corrections or provide MIME entries for +software that doesn't provide these itself, they should do so by means of the +Override.xml mentioned in . Information such as +"text/html files need to be opened with Mozilla" should NOT go in the database. + + + + + + Contributors + + + Thomas Leonard tal197 at users.sf.net + + + David Faure david at mandrakesoft.com + + + Alex Larsson alexl at redhat.com + + + Seth Nickell snickell at stanford.edu + + + Keith Packard keithp at keithp.com + + + Filip Van Raemdonck mechanix at debian.org + + + Christos Zoulas christos at zoulas.com + + + Matthias Clasen mclasen at redhat.com + + + + + + References + + + GNOMEThe GNOME desktop, + + + + KDEThe KDE desktop, + + + + ROXThe ROX desktop, + + + + DesktopEntriesDesktop Entry Specification, + + + + + SharedMIMEShared MIME-info Database, + + + + + RFC-2119 + Key words for use in RFCs to Indicate Requirement Levels, + + + + + BaseDir + XDG Base Directory Specification + + + + + ACAP + ACAP Media Type Dataset Class + + + + + +
diff --git a/shared-mime-info.manifest b/shared-mime-info.manifest new file mode 100644 index 0000000..75b0fa5 --- /dev/null +++ b/shared-mime-info.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/shared-mime-info.pc.in b/shared-mime-info.pc.in new file mode 100644 index 0000000..d8a757c --- /dev/null +++ b/shared-mime-info.pc.in @@ -0,0 +1,8 @@ +prefix=@prefix@ + +Name: shared-mime-info +Description: Freedesktop common MIME database +Version: @VERSION@ +Requires: +Libs: +Cflags: diff --git a/test-subclassing.c b/test-subclassing.c new file mode 100644 index 0000000..dd099e4 --- /dev/null +++ b/test-subclassing.c @@ -0,0 +1,47 @@ +#include +#include +#include + +int +main (int argc, + char **argv) +{ + xmlDocPtr doc; + xmlNodePtr node; + + doc = xmlReadFile ("freedesktop.org.xml", NULL, 0); + if (doc == NULL) { + fprintf (stderr, "Reading \"freedesktop.org.xml\" failed. Aborting.\n"); + return 1; + } + + if ((node = xmlDocGetRootElement (doc)) == NULL) { + fprintf (stderr, "\"freedesktop.org.xml\" has no root node. Aborting.\n"); + return 1; + } + + for (node = node->children; node != NULL; node = node->next) { + if (!strcmp ((char *) node->name, "mime-type")) { + xmlNodePtr p; + xmlChar *prop; + + for (p = node->children; p != NULL; p = p->next) { + if (!strcmp ((char *) p->name, "sub-class-of")) { + break; + } + } + + if (p != NULL) { + /* got sub-class-of node */ + continue; + } + + prop = xmlGetProp (node, (xmlChar *) "type"); + printf ("%s\n", prop); + xmlFree (prop); + } + } + + xmlFreeDoc (doc); + return 0; +} diff --git a/test-tree-magic.c b/test-tree-magic.c new file mode 100644 index 0000000..0730416 --- /dev/null +++ b/test-tree-magic.c @@ -0,0 +1,686 @@ +/* + * Copyright (C) 2008 Red Hat, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General + * Public License along with this library; if not, write to the + * Free Software Foundation, Inc., 59 Temple Place, Suite 330, + * Boston, MA 02111-1307, USA. + * + * Author: Matthias Clasen + */ + +#include +#include +#include +#include + + +typedef struct +{ + gchar *path; + GFileType type; + guint match_case : 1; + guint executable : 1; + guint non_empty : 1; + guint on_disc : 1; + gchar *mimetype; + GList *matches; +} TreeMatchlet; + +typedef struct +{ + gchar *contenttype; + gint priority; + GList *matches; +} TreeMatch; + +static GList *tree_matches = NULL; + +static void +tree_matchlet_free (TreeMatchlet *matchlet) +{ + g_list_foreach (matchlet->matches, (GFunc)tree_matchlet_free, NULL); + g_list_free (matchlet->matches); + g_free (matchlet->path); + g_free (matchlet->mimetype); + g_slice_free (TreeMatchlet, matchlet); +} + +static void +tree_match_free (TreeMatch *match) +{ + g_list_foreach (match->matches, (GFunc)tree_matchlet_free, NULL); + g_list_free (match->matches); + g_free (match->contenttype); + g_slice_free (TreeMatch, match); +} + +static void +tree_magic_shutdown (void) +{ + g_list_foreach (tree_matches, (GFunc)tree_match_free, NULL); + g_list_free (tree_matches); + tree_matches = NULL; +} + +static TreeMatch * +parse_header (gchar *line) +{ + gint len; + gchar *s; + TreeMatch *match; + + len = strlen (line); + + if (line[0] != '[' || line[len - 1] != ']') + return NULL; + + line[len - 1] = 0; + s = strchr (line, ':'); + + match = g_slice_new0 (TreeMatch); + match->priority = atoi (line + 1); + match->contenttype = g_strdup (s + 1); + + return match; +} + +static TreeMatchlet * +parse_match_line (gchar *line, + gint *depth) +{ + gchar *s, *p; + TreeMatchlet *matchlet; + gchar **parts; + gint i; + + matchlet = g_slice_new0 (TreeMatchlet); + + if (line[0] == '>') { + *depth = 0; + s = line; + } + else { + *depth = atoi (line); + s = strchr (line, '>'); + } + s += 2; + p = strchr (s, '"'); + *p = 0; + + matchlet->path = g_strdup (s); + s = p + 1; + parts = g_strsplit (s, ",", 0); + if (strcmp (parts[0], "=file") == 0) + matchlet->type = G_FILE_TYPE_REGULAR; + else if (strcmp (parts[0], "=directory") == 0) + matchlet->type = G_FILE_TYPE_DIRECTORY; + else if (strcmp (parts[0], "=link") == 0) + matchlet->type = G_FILE_TYPE_SYMBOLIC_LINK; + else + matchlet->type = G_FILE_TYPE_UNKNOWN; + for (i = 1; parts[i]; i++) { + if (strcmp (parts[i], "executable") == 0) + matchlet->executable = 1; + else if (strcmp (parts[i], "match-case") == 0) + matchlet->match_case = 1; + else if (strcmp (parts[i], "non-empty") == 0) + matchlet->non_empty = 1; + else if (strcmp (parts[i], "on-disc") == 0) + matchlet->on_disc = 1; + else + matchlet->mimetype = g_strdup (parts[i]); + } + + g_strfreev (parts); + + return matchlet; +} + +static gint +cmp_match (gconstpointer a, gconstpointer b) +{ + const TreeMatch *aa = (const TreeMatch *)a; + const TreeMatch *bb = (const TreeMatch *)b; + + return bb->priority - aa->priority; +} + +static void +insert_match (TreeMatch *match) +{ + tree_matches = g_list_insert_sorted (tree_matches, match, cmp_match); +} + +static void +insert_matchlet (TreeMatch *match, + TreeMatchlet *matchlet, + gint depth) +{ + if (depth == 0) + match->matches = g_list_append (match->matches, matchlet); + else { + GList *last; + TreeMatchlet *m; + + last = g_list_last (match->matches); + if (!last) { + tree_matchlet_free (matchlet); + g_warning ("can't insert matchlet at depth %d", depth); + return; + } + + m = (TreeMatchlet *) last->data; + depth--; + while (depth > 0) { + last = g_list_last (m->matches); + if (!last) { + tree_matchlet_free (matchlet); + g_warning ("can't insert matchlet at depth %d", depth); + return; + } + + m = (TreeMatchlet *) last->data; + depth--; + } + m->matches = g_list_append (m->matches, matchlet); + } +} + +static void +read_tree_magic_from_directory (const gchar *prefix) +{ + gchar *filename; + gchar *text; + gsize len; + gint i; + TreeMatch *match; + TreeMatchlet *matchlet; + gint depth; + + filename = g_build_filename (prefix, "mime", "treemagic", NULL); + + if (g_file_get_contents (filename, &text, &len, NULL)) { + if (strcmp (text, "MIME-TreeMagic") == 0) { + gchar **lines; + + lines = g_strsplit (text + strlen ("MIME-TreeMagic") + 2, "\n", 0); + for (i = 0; lines[i] && lines[i][0]; i++) { + if (lines[i][0] == '[') { + match = parse_header (lines[i]); + insert_match (match); + } + else { + matchlet = parse_match_line (lines[i], &depth); + insert_matchlet (match, matchlet, depth); + } + } + g_strfreev (lines); + } + else + g_warning ("%s: header not found, skipping\n", filename); + + g_free (text); + } + + g_free (filename); +} + +typedef struct +{ + gchar *path; + gint depth; + gboolean ignore_case; + gchar **components; + gchar **case_components; + GFileEnumerator **enumerators; + GFile **children; +} Enumerator; + +static gboolean +component_match (Enumerator *e, + gint depth, + const gchar *name) +{ + gchar *case_folded, *key; + gboolean found; + + if (strcmp (name, e->components[depth]) == 0) + return TRUE; + + if (!e->ignore_case) + return FALSE; + + case_folded = g_utf8_casefold (name, -1); + key = g_utf8_collate_key (case_folded, -1); + + found = strcmp (key, e->case_components[depth]) == 0; + + g_free (case_folded); + g_free (key); + + return found; +} + +static GFile * +next_match_recurse (Enumerator *e, + gint depth) +{ + GFile *file; + GFileInfo *info; + const gchar *name; + + while (TRUE) { + if (e->enumerators[depth] == NULL) { + if (depth > 0) { + file = next_match_recurse (e, depth - 1); + if (file) { + e->children[depth] = file; + e->enumerators[depth] = g_file_enumerate_children (file, + G_FILE_ATTRIBUTE_STANDARD_NAME, + G_FILE_QUERY_INFO_NONE, + NULL, + NULL); + } + } + if (e->enumerators[depth] == NULL) + return NULL; + } + + while ((info = g_file_enumerator_next_file (e->enumerators[depth], NULL, NULL))) { + name = g_file_info_get_name (info); + if (component_match (e, depth, name)) { + file = g_file_get_child (e->children[depth], name); + g_object_unref (info); + return file; + } + g_object_unref (info); + } + + g_object_unref (e->enumerators[depth]); + e->enumerators[depth] = NULL; + g_object_unref (e->children[depth]); + e->children[depth] = NULL; + } +} + +static GFile * +enumerator_next (Enumerator *e) +{ + return next_match_recurse (e, e->depth - 1); +} + +static Enumerator * +enumerator_new (GFile *root, + const char *path, + gboolean ignore_case) +{ + Enumerator *e; + gint i; + gchar *case_folded; + + e = g_new0 (Enumerator, 1); + e->path = g_strdup (path); + e->ignore_case = ignore_case; + + e->components = g_strsplit (e->path, G_DIR_SEPARATOR_S, -1); + e->depth = g_strv_length (e->components); + if (e->ignore_case) { + e->case_components = g_new0 (char *, e->depth + 1); + for (i = 0; e->components[i]; i++) { + case_folded = g_utf8_casefold (e->components[i], -1); + e->case_components[i] = g_utf8_collate_key (case_folded, -1); + g_free (case_folded); + } + } + + e->children = g_new0 (GFile *, e->depth); + e->children[0] = g_object_ref (root); + e->enumerators = g_new0 (GFileEnumerator *, e->depth); + e->enumerators[0] = g_file_enumerate_children (root, + G_FILE_ATTRIBUTE_STANDARD_NAME, + G_FILE_QUERY_INFO_NONE, + NULL, + NULL); + + return e; +} + +static void +enumerator_free (Enumerator *e) +{ + gint i; + + for (i = 0; i < e->depth; i++) { + if (e->enumerators[i]) + g_object_unref (e->enumerators[i]); + if (e->children[i]) + g_object_unref (e->children[i]); + } + + g_free (e->enumerators); + g_free (e->children); + g_strfreev (e->components); + if (e->case_components) + g_strfreev (e->case_components); + g_free (e->path); + g_free (e); +} + +static gboolean +matchlet_match (TreeMatchlet *matchlet, + GFile *root) +{ + GFile *file; + GFileInfo *info; + gboolean result; + const gchar *attrs; + Enumerator *e; + GList *l; + + e = enumerator_new (root, matchlet->path, !matchlet->match_case); + + do { + file = enumerator_next (e); + if (!file) { + enumerator_free (e); + return FALSE; + } + + if (matchlet->mimetype) + attrs = G_FILE_ATTRIBUTE_STANDARD_TYPE "," + G_FILE_ATTRIBUTE_ACCESS_CAN_EXECUTE "," + G_FILE_ATTRIBUTE_STANDARD_CONTENT_TYPE; + else + attrs = G_FILE_ATTRIBUTE_STANDARD_TYPE "," + G_FILE_ATTRIBUTE_ACCESS_CAN_EXECUTE; + info = g_file_query_info (file, + attrs, + G_FILE_QUERY_INFO_NONE, + NULL, + NULL); + if (info) { + result = TRUE; + + if (matchlet->type != G_FILE_TYPE_UNKNOWN && + g_file_info_get_file_type (info) != matchlet->type) + result = FALSE; + + if (matchlet->executable && + !g_file_info_get_attribute_boolean (info, G_FILE_ATTRIBUTE_ACCESS_CAN_EXECUTE)) + result = FALSE; + } + else + result = FALSE; + + if (result && matchlet->non_empty) { + GFileEnumerator *child_enum; + GFileInfo *child_info; + + child_enum = g_file_enumerate_children (file, + G_FILE_ATTRIBUTE_STANDARD_NAME, + G_FILE_QUERY_INFO_NONE, + NULL, + NULL); + + if (child_enum) { + child_info = g_file_enumerator_next_file (child_enum, NULL, NULL); + if (child_info) + g_object_unref (child_info); + else + result = FALSE; + g_object_unref (child_enum); + } + else + result = FALSE; + } + + if (result && matchlet->mimetype) { + if (strcmp (matchlet->mimetype, g_file_info_get_content_type (info)) != 0) + result = FALSE; + } + + g_object_unref (info); + g_object_unref (file); + + } + while (!result); + + enumerator_free (e); + + if (!matchlet->matches) + return TRUE; + + for (l = matchlet->matches; l; l = l->next) { + TreeMatchlet *submatchlet; + + submatchlet = l->data; + if (matchlet_match (submatchlet, root)) + return TRUE; + } + + return FALSE; +} + +static void +match_match (TreeMatch *match, + GFile *root, + GPtrArray *types) +{ + GList *l; + + for (l = match->matches; l; l = l->next) { + TreeMatchlet *matchlet = l->data; + if (matchlet_match (matchlet, root)) { + g_ptr_array_add (types, g_strdup (match->contenttype)); + break; + } + } +} + +static void +tree_magic_init (void) +{ + static gboolean initialized = FALSE; + const gchar *dir; + const gchar * const * dirs; + int i; + + if (!initialized) { + initialized = TRUE; + + dir = g_get_user_data_dir (); + + read_tree_magic_from_directory (dir); + + dirs = g_get_system_data_dirs (); + for (i = 0; dirs[i]; i++) + read_tree_magic_from_directory (dirs[i]); + } +} + +static GPtrArray * +sniff_content_type (GFile *root) +{ + GPtrArray *types; + GList *l; + + /* TODO: monitor and reload */ + tree_magic_init (); + + types = g_ptr_array_new (); + + for (l = tree_matches; l; l = l->next) { + TreeMatch *match = l->data; + match_match (match, root, types); + } + + return types; +} + +static gboolean +handle_one_line (const char *line) +{ + GFile *file; + GPtrArray *array; + gboolean retval = TRUE; + gboolean supposed_to_fail = FALSE; + char **items, **mimetypes; + char *filename; + guint i; + + if (strncmp (line, "x ", 2) == 0) { + supposed_to_fail = TRUE; + items = g_strsplit (line + 2, " ", 2); + } else { + items = g_strsplit (line, " ", 2); + } + + filename = items[0]; + mimetypes = g_strsplit (items[1], " ", -1); + + file = g_file_new_for_commandline_arg (filename); + + array = sniff_content_type (file); + if (array->len == 0) { + if (supposed_to_fail == FALSE) { + g_warning ("Tree %s didn't match %s (found nothing)", + filename, items[1]); + retval = FALSE; + } else { + g_message ("Tree %s failed to match %s (expected)", + filename, items[1]); + retval = TRUE; + } + goto bail; + } + + for (i = 0; i < array->len; i++) { + char *found; + gboolean matched; + guint j; + + matched = FALSE; + found = (char *) array->pdata[i]; + for (j = 0; mimetypes[j] != NULL; j++) { + if (strcmp (mimetypes[j], found) == 0) { + matched = TRUE; + break; + } + } + if (matched == FALSE && supposed_to_fail == FALSE) { + g_warning ("Tree %s didn't match %s (found %s)", + filename, items[1], found); + retval = FALSE; + goto bail; + } else if (matched == FALSE) { + g_message ("Tree %s failed to match %s (expected)", + filename, items[1]); + } else { + g_message ("Tree %s looks good (found %s)", + filename, found); + } + } + +bail: + g_strfreev (items); + g_ptr_array_free (array, TRUE); + g_strfreev (mimetypes); + + return retval; +} + +static const char * +type_to_path (GFileType type) +{ + switch (type) { + case G_FILE_TYPE_REGULAR: + return "Regular"; + case G_FILE_TYPE_DIRECTORY: + return "Directory"; + case G_FILE_TYPE_SYMBOLIC_LINK: + return "Symbolic link"; + default: + return "Unknown"; + } +} + +static void +print_matchlet (TreeMatchlet *matchlet, guint depth) +{ + GList *l; + guint i; + + for (i = depth + 1; i != 0; i--) + g_print ("\t"); + g_print ("%s (type=%s)\n", matchlet->path, type_to_path (matchlet->type)); + for (l = matchlet->matches ; l != NULL; l = l->next) + print_matchlet (l->data, depth + 1); +} + +int main (int argc, char **argv) +{ + GError *error = NULL; + char *content, **lines; + guint i; + + g_type_init (); + + if (argc != 2) { + g_print ("Usage: %s [file]\n", argv[0]); + g_print ("Where file contains, on each line, a directory path,\n" + "followed by one or more content types\n"); + g_print ("Lines starting with '#' are ignored\n"); + g_print ("Examples:\n"); + g_print ("\t#Supposed to work\n"); + g_print ("\ttests/image-dcf x-content/image-dcf\n"); + g_print ("\t# Supposed to fail\n"); + g_print ("\tx tests/ x-content/image-dcf\n"); + return 1; + } + + if (strcmp (argv[1], "-d") == 0) { + GList *l; + + tree_magic_init (); + for (l = tree_matches ; l != NULL; l = l->next) { + GList *k; + TreeMatch *match = (TreeMatch *) l->data; + g_print ("Type: %s\n", match->contenttype); + for (k = match->matches ; k != NULL; k = k->next) { + TreeMatchlet *matchlet = (TreeMatchlet *) k->data; + print_matchlet (matchlet, 0); + } + } + return 0; + } + + if (g_file_get_contents (argv[1], &content, NULL, &error) == FALSE) { + g_warning ("Failed to load %s: %s", argv[1], error->message); + return 1; + } + lines = g_strsplit (content, "\n", -1); + g_free (content); + + for (i = 0; lines[i] != NULL; i++) { + if (*lines[i] == '\0' || *lines[i] == '#') + continue; + if (handle_one_line (lines[i]) == FALSE) + return 1; + } + + tree_magic_shutdown (); + + return 0; +} + diff --git a/tmp_run/xmllint b/tmp_run/xmllint new file mode 100755 index 0000000000000000000000000000000000000000..f5fae02f81ce5e3901be56d9a376ce276f614347 GIT binary patch literal 51640 zcmeHweSB2K_4f^KG-6;=1w{p2H7F>AL_t9Tc?&Ojgj#GVMT-=yViY83eQZQ(X|+hz*1Li(j+J#URx7v@2&Y^7@xm%V5J}Nq#aoOI5-CjVNmYu`2A21X7;uuU5F~~%W&Ex^hWVPM+muMxxV?GxCbhO*Y zcY&59V37Ag{+juN{FMX!HGx=NK_pmkrJ@biqSw#`pJm38`i1)wZjO)r$Y+u;5v=hHpgXT)uWPaze3`geD?kO?&#O&-ri%1 ze|K=J``ioH-|&9R&`*=SNB*PZxxKfQ^{$%f&D*;ClkOkA`M2&*%@1)Joj!-HK~YPc zO>n^X*cKk!ciN1W@YZbn(I3Luj`nLE@F@;@2ORLvZNecvmjgc25(wJZ{xy>IAw0`L z?@|Z;Lk|2M7BX_;H_-X(58;;`_>(MUqK)mB*qi|2p|%A|_)iXbUhZgr&gQ(>pUL`o zP`JnfkQ1(S^uNXd56{UUkXCQUd>(h`;~@usmpb~t=xFclkneOy|BVj$Uh1%q9u9ea z*MVQ)kmnHxzXvnZ6Io4n@OO`c-gg}Q%yf+ZTL=CChkolE^L^R@XFJAw-@*U)9rS+T zm=FDf^`XAzI_S-F=<`O0zEh6&A3N}?9r8clfxp#Zj{yh0h=bmD9P%6HkYAkxzttg+ ziyZR!k)!=Lj`pJt`nNdx4|njh#3A3`Ip%+Z1HZx&K61+cBZs|&9P-L>$g8V^-&_a% z;SPGIIQW_8X#a_$eWQc^j~)E{(Sbk3!QWU1y@-RqBMyDdaEy1kqx~F*eD8DcQ{-45 zKX>3Sb@8xtBv;amRd09Q<787_X;;UW;SC zaff|wbnth;(Z1P1|4$D7K6T*V?r49@A^%$)@?PPX&#R99-5mVC>45*{7;mUUzTbB6 zSM8wxg~R^-;pqRaWB#ig_-&5yFLv1fBMx~Ebm-^1j`@u$W(U82cF1d=gI<4!zMgi-=OYJy)eibMIpp^|uvRS8-sO!3;$NYTQ=aX2OsV~ zPdVtl0{pc$dOQP`{lw~jhTKOy0{RNSyPSd6J!!S07WXk>pSKeCF+N_$3^B^f7t{s= z<&mg294#+5%D=g=e7bKzO(g0IkM(;a5nse8uL;yd4GYaEuL5j%D=W*Z(JdHWOrmwQ z{wvk}PIa`_U*Zi%d}FI)fm;nUl=|wT(=n(oJkcAO<@LvWteqO1>WdcFVVr>1UmS?m zL>EsEvJ)GHz_?&VtkxHZrYq7EXH-=CYQ52LFfi4(Ncx7yM(Z*i$Jh8}jPYTguf!YW z7)DJX6pNO`BGn|vh8a;zsn)_{O@>jc54f$Vw7N|9`Mq^hCrF()>H~Z1HnwQ+R20X> zYC}_ewG;;`rOyOkRPtiKkJE^-L3P2ttIh?A&@gOy75 zB|(t^XpRlmhQhu`WJ<776sPgW2g6WvMyxYNmyPpPd1L;lH5h4$F*q3`TfRy!?5aYs zrxEQOkMqrsEfCYIQBsu(Y7*n8O;67}BVx-QgzmV~ah%XpFfQ{5M770^t@c&iYGdxo<{5tX7eDNu>ofIFBcxq~J!Nmwq4&+snvS;M3DL`!*WFtixr6e0N*>5>|dgUN&~ zzOR`H3BG_YTvH)jW4%S;1~YR?(@2Y^GcVS{%@}`Xn9lRc(4<2= z*32?^=|xWz?H8wbqZQT1^2;9Z*5hG6v9Pry;n1cBgHfAT5Z~pqY;L*_))K~=BQ_^6 zGvb>Tioz+_d={B>Og^IzK|G<+iu=W?5p>IDsHw63U__YIld6C_(OW=f_Gu4M5>|dk zY#p5H1upU@1EOiDmPXE%qE#TSZd_0X$7Ut#8|&g2^Gokdq|=Gj3@@UI$-xS*pFWs_ zj`M}}wo4ccW@j`_hV!Mw;(}rW4E`*Jq*6v3U76;%7!(N(^ zsDyQ$*NU)Ktg z+9x?DbcLNeR%vGM7WHa3ir!YFN9r~XApr{6@(R(Lyx{;W-I@f5s13;SQPwVC+bKKQ zeOeP%$1=)rS{Uj9zjP-eF1>hRWXguD6@G)y7aHUD25z+&5alTcEo$OkFxDIO`h!aD z${y%w(rY?X1w%BM@c}4ZDhOZ9Mc5SUUboF2~ATY1EmG$LS-WtDw;I5+D8#V+P z&5Y0yxJz4kd6kU}dIV!pqly^vH)2#(h@UJkUl%V*&6)j_kNqi^4TgpHUTtaEKSJsr3b`D!q#_q)Z723+-%G1w+1o%#6~| z=Z;!$O~A0|k{E0c!CTY|?D>(1>V>L6r7>ahq%mX5uPhjxE?t=}U1h5+O4k|!nCK|xc-T3PIS%&|nV)4ClbPcoX$kY5xL;t72jgYT@c?=@ zb3729#~crwE16@y)y(mL*3TRdr$fx~FgnT{4^Hctd+?l-`9+3N&-`M%o4|Y7Fg7vA z!{jZ@@gVv+=2(O+%<+(R2lFcpV;A$Q4C6KCgYg~>b6jZbVScq?>}8IJ!tXF23OzE% zgXa&JUuzg9b6mh4WR8co?aW6Q#^=mO8pdJf*W=w7=A)qh8Kxfl9pJ|FsLUIG0xuY~@Y`=Ed3RnR~41<*h9YUrPN4fN0a+t5Gr zTcLmEe(0ZhE%eVk0R1x$LjTM|&_DCrpnv9J=$|y6|fc}}^3H>u)0{t_;3;LgqydL^zz7+ar{$1#wc?0y% zyb=0m9*6#!-wpjU{~zd|`7-FAc>?-peh>7|JPG|XzZd#vz8v~zz5@DZ{ypfQc@y-{ z{QJ;9^ZTHG=0AY`ncolnGk*a3XZ|4c&-@|ipZQAYpZO1=f95}e{+T}v{WE_A`e*(q z^v`@1^w0b;=%4v&=%0Br^w0cp=%4u-=%4vo=%4wIp?~I2K>y5t0{t^z2mLdD68dNU zQ|O=h&!B(i>!E+8ZvHKy1fZQ zB!6(EqoX6fJDP27$bzQ-du!rz!fqM|{N4QDgUW5w?*9+X6@KC}bfjxvr5uPV- zKH-UkO9bvmxP#SBU~tOA>nz1JpvCV%n7CP1RhE_MA#5`IN>_N?MG43cNF1z z!utgtM|c_GHi0J+ZX(J!qtTH1l~e8MA#7c zIl^^>+qq8qwh*o-ykFoQgqIO+6L=TlCc-TOzeac^;f(^f5nfGrwZMA_uOr+f@Ls|j z3D*n!4&g0?Ljvz7+(LMsz#kCaMYu#@lW-g1Q34+%yq9pH!0m+h6ZQ!FIboA6JAMpqrfGER})?> za4F$+gqs8|BfODty}+{xZy_8Kcpl*v!t(^KB)p4oiNMu_+X#;m*iU#b;X;8!g!dEn z2plDB63!F2j&M6+L*P3IA12)X4_W_&c}7X?7r2pd4&gR|ml4h*+#>M3gnJR*C~y;D z58>4U-%q$7;U><2b;2wng5pEK=7vVy}^#b=MJd|)qU=QI@gy#vIPk18X5`p^> zE+ITh-~oio2p0-mNO&G$kHCWoR};=E`JdtpT!0QN?5FRD)dctLd3kBXtcphPoz?%qH6V4NO3*iu9L*VBK*AZ_2T-HC~ zdcyk!-a&X7;WmMH5pE*f0vK_Ve2PAvoA`6X2kj-L)2j`*UVYe=V=jWB zecsgRqvQ1Y5g+gchuElOPZNbLIS9iCy71@4!(En_bqxDsv%qeq<0 zs{61%hCkeyO$u2JJ6yNS*}iC#8f?oZevidxe1`*-orx9}hRH}TKvJpNz{e@JH4M%CBuA7jZ*VoK7nJE6esKq`XSXI0wHlb*D{O#qj*Ov59WFr~aiRGHISI}LdA*Clvhy>s4-khRunJ&-jD?XZ-%mt}O6d*8YFM@7QDbg+J}IOtC;S{!r^{yM1W8 zq3-#cHq^}gN$-UIP}6(sMD!Yur3dx*uq&L~L&J_9Y8%n?J~|P-!JtPAc{@5UIWsTW z1;{rg-mGd$8z`6IQ9CvS+i?g;V_oQbQKx>-!?RdUivH>M(l4iBJNB;F&&9|{&f!w7 zqL1JfG!*-AnsK|l`X#62C1>_X7Waz35}gD2*I?)=dVgye!M(+ZW{W=np^7k0muYZrul$d^Bs zAv>*ylh{`eObJuBlfV2#BxHGp=gbG2oWD<#Vua zlZUiJT5Fp({nmw;NBnJfqZ^(|%})ndb^)>D7b$wrgY0`2`X-AH(!V`xCufbr?yc-T z(@c+h$lkFuKbL*hpijKR-H2x;pl4>a#9I=@?d}zLc4HL1t>P^Xa$0A(zDPk~Eb}w^ zT-RgA_~uvaV_}@@$ji9LTn*d1klg>WH`{qW3;nK}(|*U@$(j4%7!a9#!2WNZsQ>#W z&BfighWyX`VEOR-Fq;*4as%!Uls6?^t3XA9yLUR1$WxLAYpX#bIc`;MvUF8m!}e?r z_t(ySbNj!fdV?VfEdY#RU*CBpFkJE7u^(X+Vs+ZL?2{Ua{s$gmSfX@MoF{vdiii=m z%9d2zLz_$LF}PJ{Tzn$Cj-YSK#ErDtSJJvZQU9^*|6#hnI#2d+1PHN-LTCA$JWeaG zv+6&CY(({k;i<3~^l3m&c&N`&l7f_SVAjXkUl~6n``8a?Z+9LK&zbB?*k$e4%T6-h zN|??G#_PO+b{?)<=i&0K;m$qDaQ!pGIri6~i8-HR3rxfg(^1@cBpJ)?y!olkF?pva zHVq5s7Dz3<3EBhVahGM{o3vCv{Yytj;?A5Th5-FLd1_1Tqa&1E*j~-^inX`e$@VxN z*@r_~~+%&Dbxr>^Rq7U`g$Lu#%ja3-1?IEaU7?BY{2aeV_KilS+SN zw5-vNWtN^~H*h0kN)5Z>qRDO)Mb>x`jF*~&3mCioyYfBg4zaq-OR$|BNZ8{kx^s?B zioB9II4e8HeC@B`ZAd$cTi={AKktemCW^_PY`dc82l$(4fAQ#rHGkxV=$EPGm=M-? zvN#idzVYHeP8I9tH&6P1vb^`XoO1Su9UaZA(TgPKYVggmc@$=c{10fedFgWvvam5`*&-#in@=I7}2DY<3~~jJLSsV?d($H36d67j-n;X=b$+W83P0Gw1W# z=Dn&dk1f&5@Yn5bdl+{EyFNj<9(X7)#udFBXur z%Y!acgoRPgps}c}?gq>$J^C6@!03sqS;@{E?wroUHCx6pi^EY4;kQ#Jv+5(1#j zu_o7i`#l=_2Vk|a3H53lbB(-+&Dn> zGGAgJG`)(PBA!JFYLcy%Y?ZWcBK6PV>#Lex7>921WLvEhU~~mrW+l5kgDz=VIg6_l1b3mL9|_8b-3uY)-Ry8RMDrv9OjG z-%t4^i z1@kGM-mfh@jzxUrid$%G8CGz-Wes)fZu|n(RO49KIVvgGsONZCV=xw{9|8gcwI`7$ zyA4MF_$%(l4=^;bI4_PRQX8IcuBSiixt6_lM~j;$v(OUl)?6wDcjIfEE1Tg4WJ0u?H0KK`xMv1K`z-xhKG_L1DnZig7k_z{(V5u z!|!2XW+kp&lRc&1Zg=A%v{RL+8F{ncW=O3dNX`#Z5#wg9@8@FRi*BjZ1fMg~;JS&LLu# zmK2mJE+bkL*3nvgFWr7?F&&MOvCDXn>zd|9BW(eYx(9zWJ*keJZfzl_B@UZ+;ntW! znFgW_hqDqpqkFZk-HpG*5>Kn-2?AnVAiNj==Jhev_$cmOGsd|bEu`0hWhz3x0~O{Q zpq}hy{`6f=SeCQN?V%J4pDUu{&5VdsHvmESrCz9yv|d1V7vz*W2Q$JxW{Ji!kR$uh zc0SwGJ%O|R9kzed)~@aF9XxVjoRjLV=xUQFgh`}LAKwbDG#u>5cw0^s z2)Va;;K31eBUXyP-73$dh#WgB*=;2VZCj0Ic+U84RH_4X+Cfi%c(9#pcQ^hRjm^8z zohzpe0N2_?h!T>|;dg_n0p?h360wLE%{AkHkS=*QbHY(|?gTckxm{cdK2E)-IKbVp z>lzLl?#44=I8{wcX6eH`ozHPC?JJV*U8 zCT%TeqaOt%3)Yoip{HcFLcYlf64>;HAX+ELC`pWb8cFSi{iLn{=bVS)yVKIKyW)cw zKJ_K6DbYLMbc3#*SL%SS`xd>zvdFV4v$9&p_q;q|ZOa zqG0k*U8vho#3gc!c>}DcpHE7>J|pqw(u0!`b0p%7C9MY|?RYS9%*K1w>5#T`qiIb6 z)SR#Fj1SYB%M=j51>r|>gzOs~?s!j}!BuFooFh=Uq97exZ%0d$-K6^~(fqVwo@ddwyy*tmo<3hOK4Lr!4$O1l#2A|V z4dktjB7Qp-ZF7#E#S{$HoC_fF%zp5VEpU9g(cTaW``5_jn!<|R6=l!hT?T&{jXt}G8cf{r;hqzb|34MiL&AkXf z{>6|hd3cQ`iY5Nc@4>@%#-n?o&ZKYy3zOMSLR+$@VD65(X?H)NSk(T~JX}-!49p#? zfLhjCU6yfH7}N>|M!|d&@pm#4x5a7vt*GSlY-8*<7g{&7V6tlEK7oa%7TpAKMp#hd zlTNcDt|+7<&IZzj?^8&0qKD0~r6dnJc47Rm&2mNIxzD*7h$A|U#61=XOTK&+0h|6K}%Ir9?A$_4{jM@##Q4X&c z+Lu4tj>n4DeoN1o76R0Ek*pW@ibIf`(mO1Mx0d4L#f{?OowXR>rvbH!ujLBCm}Vi& z^uPuB+zeDfq36|``f6^4)@F~_V-~3fO~nI)V_3s|&fVCB zwJ^hPVJteaGeIr&@jtA1VTgDD=)sS9ntf?5mIpXY3@x@o=(ba+hU1fw8ibfr@tf>6 zkJbdg^EeMyVye(*tZRK;7MK`Hw!hF5KwZ&{JwDBucv<)r)>10w`IM2ak1V`7N zqoS(mcn)?Cql2EZ=;8VA0rBR3%AdvWBv7rLTRt3ddgsiBX0#V@DHnA!Sl7PK-FOhA zrTt%gpJL`cGIKlbhBAC$y|bsaOT{kW8XkWrAuI{vJ%i3@gE%lmFQ?o?6aL#SfU*M7qn_ zxQ~+a=j&?T$sr-~g{bE<^3x|u2p(b~rkCtCn-JF63Jl#`PXM;I6>3WMyq6HBQwQbJ z-z|@u^pRLP%i{-C$)&bQu$D)IqD}t}D=_&0+ljlLloTHJAmV~eb~UHGPVoyJoY>_K zIn^JLcaw@Ol#Meo9sIv=k-s}Rv5?bLugRbQ14KH;;TXw@& zXD#{5@-bPhjSp~<00T4GgqgH9#;po6wvdsYL@}5aBN9vy(+~wDN0+GEI>e`Rr`Cnr zDZt?rcmGx@_k!y2FWlb1+#ttgHS|#`0tDKxf5Y0uPIu#dsJHg`{(8N|JgJYNpQU(8Zs_El zvPtzuwU%c(7_g3dsms5lJ}f7jBlU1~skb`Sr?=E+Uy}*O_duTR#uw?=WLquz!ji6Y zW8Ed(uu>Oq*VbpVOq#XgFD^C+$^-I*5lOZqH{&{F|& z@5(PH{T+BBlKLafP0Jy3=hX$0YZ5wGHE{z-%|k(yuINI%VP)PZ>xnDp3tK$d$67f( ztkE%)xc1RxRi5mOSEris>Qr;8-fj@)Fe1K|>jYzLvW47dTU$;n*JAt(^(e=@4xTOb zJx*NqiDaK$lx%}dum}c z@sh>2zVUa*Z-?J%9<0~HY+Q%L-%h;iZoHC9L7p{P;!@GW@O*k(G4LOfx1Grel?W-j zDvO}2;NEcNAtkFPpu*KG=UfK0myTfpwi+kv6C!+8(Lyb16mT>S+ndVkmC-HDCiDwo4Nu7mD5)-YpX<@ zTF=}!ByL5X9)@k{VX)snpj{xo=}+6p(J?EAO%>7RiqUS_oY@PLPzD1oGB;e4tp`(Y zrOw66Q&!x`;P>PV$uiV7%6QnN7)k_j&7EGej@K7bln4#^A&N-00&E~gY8PBv+E8;k z9bwTsy$;`a5u)3H^=%0PIuTnix1-@K5Rv7G)|}sJtw?NTr?DI~Y$IQwG`k7i&1c^M zl^GD8lYD~YdvZ7JDMt~+>5t(U-z+B)Y}C8x2`xwPxm?E35rB-uaI!hTDRAc+iN%-V z*A&crh#)PezFNE5w+*&@TM)*U%EM`qzOkAUTq*trahbdEiS+#gZR~U98{RO$1 z8$dI0j^l*X7R~qBWd-n_1@^}nH3cvcmhrqP-*vMG}M@^NwBu9|6Y+(zrqEkF~ zn(siP$zFIK`Ab?B7X&Vk)dkX;f;s9 z(=x!#iG35y!j>fqYCO2Gne`%YmNw5n11CMLg0z~g!H_Her%m)>uCi_*u%#GJEmNOh z&pV!yGY81aA-&XUYyma~z5tfO{}9Lh&hdb3YqUh#$^n1Teb@7y1}p!k4ViC`Q4Q9EkLO@f%ECXR+&ew^XaSvg%VHga&=sY5$i)O`^pCb+ zavkuF>7@gua+v~lnb)H=u|4%1Hg7fCE-0C=z&P+8z~hihdZ%~Es{m<_Ykw7>7xpW& z7)C5XYomt($35Gxco14>2wlSR&O@ibN?D|An>xf5S3}0`#@G<+;}kwEno2&QPh9+5 zCvkp*dqE$G`d-G(hnmqUIQQzy^ znN3;-UKEw@TdLO!J?11u<6_Vtei+uH@wc*nGOOW5*Yc*0qeqW^*>=%OOW&)rz>MIDYs_Dg#@)}<3(rJ*`!w24J!T`X_TVf-grh_ZuV+Ntm zU!5WTD77L1Q095Cyx-p&g5_Iw{J#^-K@c>go5S@3cAGMi!Lw>y<0dEO4tsUs4UC`N zo4X9}8XY#gTXe|s+dCRQD$(bXVgHDn=iYqU@UHI08ju{`&E4ol-tf1qVZV>Pm-y;{ zTd~pbQP!|G!dnx+cW*wg{%iCefnN1rqx)bK8WAn7#419Iri-`K1n#Ec=p990oLpV8 zQ!RPAH*Zht4XQX+V3h7d$CEAuc@r$gy?ORES>P-FICOXNk=>2YQpdYRG3k+=W>Ck7 z2Ln7olZ1#vdG5`pQg+>dEayN9koV=ozKkyUH7V-(A2>_P@#_-l7oCS=%E{Tv2;^Tg zmV1d}tQ#0x?z(W;&e($|C+=<(3p>f2e*__O&QHVG%xpTuEwDG3-S?kWX7^~u>>76T z*54y(IFzMC6aNUNoPpi}bl^R_&-&H!+tK4&S@J78RZXxQk&C;LzXH^-GfQl19Lq3X2el;H%^&i#aS+ZD zb9s5In#zC_=t6d6Mn3uE-HmtC!0~RvZZ1(sBE4{qneOpqLaSQ;D=_g390JVwij(U! zC!J;RPx88qXNB~Qla_{FUrHV+9#_PUEV=Zs$t6b`)qTuy<%134jO1Jw&%Qg9jAG<$ z*Rvv{X0S>by_1pAzh@(n{|g(rcQY9H9`=26jN;;a%|&PV@O%6wpPX4XqU|GY$)V6D zhkTSzJb!MGnfY_%U0c=s!3yX9@&DKPKg0RsNq{*%9nEC*D%o#pwe+^+!TS*l#d@;6oa2&}*ysmk}V{z_GT zjpa*K`Mir!K2Mbov%b434;_SZ7gdh3{KXcL!&;UY^mM>N1O)Q_M%7$1O0pT3Lcnb1`Dnx!50QAbI3ogxs{wXvG?!@D?t`$yWjpU!?7 zlT+{d(y%+d0xU<%T=QnAk`FL0`Z-0ihR>JWjRWJNDHRWglHE3hRu1$y+XeKGG*@zpXX=iEYJO6V#>i}(bgPvOT_kk z_C)k|$=IH)c&cE$@EJOwVn?!gkGw)v!n?NEo)>`l7 z?5!(j5M8n2Zahs_PG_ZJ$KCiT0#J_LgO!{%NB@(qJj;&0OIOaZ_vH5%h(6oibCs^F zVkPehNHd`;eXO*YkLt>Y?davY@<*(+`1~d-t#@iKwVo$Nd2EH&WlhO#?6w-P61a3v0;Eff;ADW*f{f(bP~J1gwQW`)8Dj z_8^VhR7>bQ40R^_1$r4QKk-ux+l@97Vb<^Kg2i>!YvmUrQql2bm2 zzY=pNW9At{*dM1&)XK}CSXpwsdJ_Zd*E3bcr&x*l)qYhm8i9$qem!bm_+woQ zK$O>C(%4l^MZ1ey%opCkbUiS3+>4$Mb7M`LicM zH^-HFMZ*sZ+$FUhFpz#lEiQmKsp`K%D0E_%VLCdlPo1UlDg-Y}nMOBWoZ)v?-0|6z z<62Cbc<+MFNu1w$kfHNiyH1?n4p9cb7stv$m|OY*woB<=zV#Kr>u4|l-UP$)9UxU^l_V1-ICD|XT z!8z!JJke^dfubO^=R`q6U~g2=1(>qsv)qlXhsA_ML$BfPEVUUGbOdE~N05ubS?OgZ z{1Sa<{9+Jn$j$}vtkkeCkJYOWqo=B1@lJ(LW^99L z9l%cXw6>bYbpX`Z_r6LYqaXbWUw>#O5`o76P{fdW&L7}?Ea{6%XoJIk47JNO10|6P zqJRAeMzRCl@m|mfgIRaHJ4*0-slRKRyN&Eyo6l$+7~F1`(^9c{!vmT-v2q|3yl|Lh z%6nEf3c|tUsb&Kn5|Qrpn#5wKoEmL3-J0eo&7q9-Xlm?7zoOSmdtWZn}PkzW}TS*}JWOO}vtURs{1H8y+4EA@7Je;!C; z@1-zoYY*841Z;18(~E@6Tcpvc%|g0RA;Eha<`0}mvg$G`>kk&vM_2?Pf=IwH=Q@!X z7}`d9*Ft(mAu%vA`#X^wBYkKg)hi@6o1Z`Kn3H3qk1eDd6cQbk`GOOPOU}mL-z}uG z6%uKh_c)OpBXw9ve}=DxAShgOrW1+d+eSK#_sjH4>lG3iF+ENsipPf3-9lQVkht2- z1I-RWIHY%$g)~MXF{n2;JCPiMIM+hzrjWQ5n@gQYj*%|0koLlkAqa-h=42<5Lwfx! zq%{hO=L7Q`Cz4~NA`2;?koefwd~dZw5DqK9#zGpVkofM6`Ew_dLrWQvE(wJ83I0^i=_W7|CEXk~%{-?qnmyhAW8o8@?VG zyOh@$IBmuH@T3(xM{cy#jhO5EYxvYY_1lAru>FE#FE?2G1xG6@_L4e9_1O~~ny1RF zRFg*kJsWlC^gesPm*IuIdGgFk&DXvEoFNsJ-UnDg-6`7n(tEJ({Sh1K^EfTi{wR+S8R4lC4c5#=>h<}|fKv3E8b)g6nHfbFs= z*0+;ZEnd}OX3cQWNgen|k+I!KMPDVSwmYVOO=c9ytkq;}mr#n#aI%-NjB&#ILf!j1 zHrg#?JS)`HIn#;Kd!p`LoFS!VI<0f>$>Jc zd+Ga}=!oU6`mB~Ur9e$Rtug1?#`!%3S8W^T{D$l@8K)7wTeFE+31dygH1Y!5uzQFc zv<(XZ%ogMcx_7`flo)$m=ic+A_qn?FB4_WVtWeU9o!yXK$=*63M<3+zgLXTu9$9gqnSCav_cv^=!1MV<2 zSCd+o>8LP&!U|>Nu}jQFKZG!WgpEVL!t*;sG-}nUT`+rrl z{VN;Q?W`;^S&ecx4z-FFc@1u@=qoz;mo@bu#l8FpxodOR4P$N>VpyOxyLeV#9Vd9UDeAFmTQ?%|JU}+Ojq?9+KCB3p^)^mb7NG z5A=)wU*Iol%6-U#_P4@RZ&qlZHBmFwkbSS6w^H)<3lPAlxvO!<%F*-ASJQ7|?#i!6 zW`4aA9q-m7U78t*?yZRwQ#HD=Z)Q~G-UfBFXYZk`$hfza(wo2c$CY;t z8}07xdR8#vP@C!_()-;HRPT`)Qi_veRw$z&->aqfQ@Zy!Hmc_is<-W#gEOpH3(VA; zhtx2(#}H8oD{K!I@T=r}QfH}9->s}!NBp6BVA~^y=o_4+?Qz2i@YfUn@cU|f+k*&& zAK^^2l*ACitkB!h`Px+igl^Y8i5GXLJpkSQR8#v7`)W&eFYU`4-;R!>_-QEJemmRs zJ}uW4|C6bpP&bNDXY1Z~v(dH;?GJ}yevwV_eqL)1{w|-%^(ESfJs{!Ud;#BX>w$`f zj_cju+Xo%jf9;9hR{!<2iBA%rMyng&j^2)%#9Pq_-dn<3PmQ>mAMS~|hF=>ylxQFJ zBJV}r@!tY5@z#N-DcB#78!eayR@ffb#IEk7sWqD@;s@TtrPU`5FM|BJ9R2SYJ=&gl z^}u%%ZHc#VUvyw4$=Dw7M7N@Xi)byzLM}Iq{PutPUgpO8Fh{w_{o6jg4JxkoMfkY% zwadle*uv!U8=~(3);$C@okEV<`?oQA=9|Blpfcflem}TXf=eoZS8iL5;!bNq)*8wa zKezWJK=ss_zgJw0Te)VD^aI5o##@$jt-td_i0gd}jyAmPC_lyNZrlw9^-r<88($_c zu{1HoOqP`4Cyw#0XY|K&mb_#ZzAD0U^A?Q8(cfUh%shGfdy0JFIXROrD|fW1H*}w3 zd$EZdr!(aD)Xij8qNEg$ywWwey-bvpC5O>3~9%J#9{TD66o&UoY#mqZrqGNr{v%l{t{E#5A@W}KhTI8w)1x& z>%STl`xqiQV2Z?w-iEva>N&aVQHq`;{DB)Wv@!rJ5I*+@)N?yubSKyqpuC-XIcAI3 z=jG>u)DPu!^i(p#mw@6)NG1J#E+6gop^ol)$dU_w6d$*`T@n+^lch=!ECM9kTbmDmtk$Z^Lqo3 zRc?OAOfz*o_-QT9veX}lTfa|RjAtNV<=mx1ODn=lV?(HbN#BPB z3~YlmvtHQ_=5qbl$O_H54c?B5E1>PT@`oZbC&OIqeZrml^aiTg4}Gwn@c-cei+6Bl z)%{d?PNGYz!Eqbp#vG%;QDojH#_N%IXHQIIGgyL6Y>&Fl8&FL4wc zI@*$_pepuxgS@<-?rVY<{vWE7!Hqc?s<;{dUn;M~`M+_`7+qF?|3Mx9D}Aii7l`)j z-&Lycf4+yK$5i^#Rg;4i-e@pvb+7hDitD1jaKP)I5t|?JrRktyQs8(EHIW%nZ=lla z4+eY|6<=o(eIo-55B@PHo1uzI{O9le`W9SS7#ZN{Td7&a|1V$S4SQ?x-_wVS1JRo3 z;(mQ2x~(EuE3?W}RHJJJdPdO6MkMU3@`ZhY3SR~nQYrTPI-`qNGPMRML`Ga@^b5rN z{{F(GPoa$SRrvJ?13U!<1)85gFzSug1Ou67GGTFxnK&m<(^+_yC^EcFl?XDk8J1M!eKLd)z$g~5#w5r8KGc<1|l#0!ReYMQZ#FI-N8r+7UJd;wqB8wHnM zPi3&eb5U2LsG!iO2~-6Q@B9j*tR_(5k3ndmaInG`A(xm#XfgBgVV{p&2g5ZBYOq3$ zMPC1{tcX^JgRuqGGDQ$I7R@)vzY;~7ks02FLM7c&;SB@>H5Hiu?O=U;x<2Av2v}1f z!1+*Pme|IXjssIMXdUYS%EHt=sFOak(&F@Z7kFy|ktmytOtm!)V|ZvJq{4;)w>t@T5pP?kt>V(FC0YGPpnt+l?|V0baw)m*E>!CH^1GpZoxYX=P) z5l*p~sjsW7^Q6Lxz=kuu5twxU9j)0$*JS!;g+d zgYXevSVCQhY^a556{6u_z++4aR>u53^q%6Y9Y^7UKnyNeO5cK5JR-PYjB>+YOc(`f zR#gRpi^ATJu0jSWss?}1TUi;cL>2x*Bvg(V8uCyu61B=`br!2aHAD*sLy7ROMFXZ#GAp{K|)8>PYzDRV^G}P4TrH^7DXaRJ8sGvWC|BXnSwq=w< zzDh54$_f<4+LS$26b+^^`RXbL>Y_GEg>D0|QIh_+S;c`0V`l02fkS10`F?NUR(7uS z)`3qHs)Avt2Ze}uY!v8w#EK){x*|4s>+rXt`qr>-K}`g<1SstDd+S69%JH(BD3c0pMouY3jJ*sim|r@B^Pql!{<15cLGBs;-5Xfp@9&(Cnox0w*#* zSh;xQ@If>gxRc3X1wM4<^vNSG?i;z-GijXUU5!E9yWpy#1r-JrG;m~jC|t7;ZryXy z2v5I$3xhS4p3D0e_D5_c0Z-bOPl7)T$12E+iYgc~oTLvU0`^kIxOYjs{Mhp!aVuY1?_zTfJeF%@}vG zE`}8glSpOI7m+PYRyEWIDWh6Lv=`fU9q?E&oJaN!^o2F)JrEI}LW6h4ju))*==c%4 zrhzEP0zKGsJ@b7aMK=NCiUsJ1!@*#bV^^m8MHh#_+lhN$OS+j&o~zLr2H3as3dS4= zIk+caJlVh)5FuKS;{pRE%q4JH)Z_L0c_#4L#Q+B$MNrQ%|E2uWTRx)&{GV-5pbxty zWO|EQvynL-EKly45!wMdoz9>_ZMtajs3yi`%7M#n49^$yi&V)oZJVwYxasW?gTP!u ze(z#Iu=Ymiffyu=?IG;N9*!Np5~#!#mr2Z6ZHVERY$Wh+KI)HnH34hqx8x*vvY`Vn z918#~fUs(T#E%}e(`RU7eUZGP3wpBNYB2RmUljr!IG=!wlc6rS3>1JzP8oS|gV5~I z3wr(VV(3s)8&XFU@m`#djx2zxWw)r>8%3bRusa-)z!WAuKODRjp($lzjT=$&kaz^x z5uE(s7_jCQ$BSV$`cxJ1%ohpQglQfzpYR(9VmwYXNc%ZfZxku{qc`_l#=nuv&>a!( z!Wu*YUJuTh6uGo`u+?C^NH7*g{44Y`TY_L=8G2-cAP%h6V;wgYw-7H8sAY^PTMW=J z1BvZ|o+?CY)r?6a2&6MAVNB-1cC;uMzE#^tdRvmYiKDRmfrMMwu%Mi}C|WAXD#z2& z1~9Z7ljrpg3ZRTCwAhvy@vX3jJK?`1kzW2@ z&w`qTFfvB|iU*4Z;w8`cl1U&F!AakPjRgw`1ui%Amgp50Q4*W)uc`1%s^pTXs!{S# zAr(-u*}?`QLE=f6rR+pYoGyf_9SB`BILAop2xD=@TFy&_WT2-DMTLc==ffUFBhA=D@i?dsH{Hw1DCHmqLKSK%WjQx^q5twax;34I`79nr8^^Sq=+9Hfmo zsK*WjRj^4^1ks*;>GVL5^NuSd%nKWn`wu?|Gh%=9}b#)%3 z718z>o`Wqp5^FoiKTgO_T%2JupCJ4}cu@@~(A>vb1myCIsu7E_;q--r4a0lE2pEP} za+|^?>qXeW7(gimh@<88fr%YKitaTJAtJ3t@K_;*NS$uG2%wM)$>7;hdHdte-h?dVD) zq@j+3pizMk(;jLvl+)2^`i@HNiKGv)Dj8w#XK=$9fO$FGM2w-Mm>TC{b+D`rW7-az z=n1ZBs#N$#>A^pAI``q2OFs3H)H)`J=Hz&R(}i|Tbad9$6-U-*SH-6SI-#Ec?WVFB z7Aj?&KKGss7Z#W9tH;C%+oqi$&Kx*Z7G;!!m8Etm>&7sR2Q+PC^J6u@^D2Abw#z`r z^X(X7OSl`(lh>1e-$I|?=sHNa*iNUqh}bjI#$g!}hRPfS)2HE#`SJL5oDSe4Q%mRJh@%&K zc|L^A9JzkKmO!ld<$t6=ClE68`A4Y`;ZPH9YyNC&XsckQUTIPq^U@Akpf6dkX9hA zLfU||4e52HeMpCpjv{r(yRsJ`6(Eg7nu;_RDS)&DX$8_Mqzy>hkX}dHhja+(C{p*I z0w1XWX(ZBAq`61|q$NlzkX9jWK-z}%I?_I*Lr6!Fy8jILNCikEk)|TeMG7D-L0W;d z3TXqhkX}dHhja+(C{p*Qfsa&xG!khl(p;nf(h{T;FyPUu^rBZ*6z_gr0Ndv~P0dY(xqn&D-wEDMa1sU%PTfA+3H1?a!hf$%FQ`U%GOd zkSrqmx1c{#{jX4m)Up{ca9Un;<&+@R6J~nGm1B(`+J>>7S2X@l$FJWCnn?f2`1EVe z4^G^C;%tn5zP`;Uh*aZ_ChDDU6vz!t$SANWVw`&6Rp0_yXdm@19Y5^HbP*DMaVN-r z+~@dzg3dxCgQy_sbpF=(tZ>ANJ+vIwbCO z?8klXS$ubP2^y_&S^g*~~uOX7OhATaSKk JSb&Yj{{}ztyDtC$ literal 0 HcmV?d00001 diff --git a/update-mime-database.1 b/update-mime-database.1 new file mode 100644 index 0000000..c9164e1 --- /dev/null +++ b/update-mime-database.1 @@ -0,0 +1,59 @@ +.\" Hey, Emacs! This is an -*- nroff -*- source file. +.\" +.\" (c) 2001 Filip Van Raemdonck +.\" +.\" This manpage is in the public domain. +.\" + +.TH update-mime-database 1 "26 Jul 2002" "Filip Van Raemdonck" "X Desktop Group" + +.SH NAME +update-mime-database \- a program to build the Shared MIME-Info database cache + +.SH SYNOPSIS +.B update-mime-database \-h +| +.B \-v +| [ +.B \-V +] +.I MIME-DIR + +.SH DESCRIPTION +.B update-mime-database +is a program which is responsible for updating the shared mime-info cache +according to the system described in the +.UR http://www.freedesktop.org/wiki/Specifications/shared-mime-info-spec +Shared MIME-Info Database specification +.UE +from the X Desktop Group. + +.SH OPTIONS +.TP +\fB\-h\fR +Print out a command summary. +.TP +\fB\-v\fR +Print out the version information. +.TP +\fB\-V\fR +Be verbose. + +.SH ARGUMENTS +.TP +\fBMIME-DIR\fR +This is the directory for which +.B update-mime-database +should rebuild the cache. Mandatory if none of the options is provided. + +.SH AUTHOR +Filip Van Raemdonck (mechanix@debian.org) wrote this manpage for the +Debian GNU/Linux project, but it may be used by others. + +.SH LICENCE +Copyright (C) 2002 Thomas Leonard. +.br +You may redistribute copies of +.B update-mime-database +under the terms of the GNU General Public License. + diff --git a/update-mime-database.c b/update-mime-database.c new file mode 100644 index 0000000..f534ec1 --- /dev/null +++ b/update-mime-database.c @@ -0,0 +1,3610 @@ +#include + +#define N_(x) x +#define _(x) (x) + +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +#define XML_NS XML_XML_NAMESPACE +#define XMLNS_NS "http://www.w3.org/2000/xmlns/" +#define FREE_NS (xmlChar *)"http://www.freedesktop.org/standards/shared-mime-info" + +#define COPYING \ + N_("Copyright (C) 2003 Thomas Leonard.\n" \ + "update-mime-database comes with ABSOLUTELY NO WARRANTY,\n" \ + "to the extent permitted by law.\n" \ + "You may redistribute copies of update-mime-database\n" \ + "under the terms of the GNU General Public License.\n" \ + "For more information about these matters, " \ + "see the file named COPYING.\n") + +#define MIME_ERROR g_quark_from_static_string("mime-error-quark") + +#ifndef PATH_SEPARATOR +# ifdef _WIN32 +# define PATH_SEPARATOR ";" +# else +# define PATH_SEPARATOR ":" +# endif +#endif + +/* This is the list of directories to scan when finding old type files to + * delete. It is also used to warn about invalid MIME types. + */ +const char *media_types[] = { + "text", + "application", + "image", + "audio", + "inode", + "video", + "message", + "model", + "multipart", + "x-content", + "x-epoc", +}; + +/* Represents a MIME type */ +typedef struct _Type Type; + +/* A parsed element */ +typedef struct _Magic Magic; + +/* A parsed element */ +typedef struct _Match Match; + +/* A parsed element */ +typedef struct _TreeMagic TreeMagic; + +/* A parsed element */ +typedef struct _TreeMatch TreeMatch; + +/* A parsed element */ +typedef struct _Glob Glob; + +struct _Type { + char *media; + char *subtype; + + /* Contains xmlNodes for elements that are being copied to the output. + * That is, , and nodes, and anything + * with an unknown namespace. + */ + xmlDoc *output; +}; + +struct _Glob { + int weight; + char *pattern; + Type *type; +}; + +struct _Magic { + int priority; + Type *type; + GList *matches; +}; + +struct _Match { + long range_start; + int range_length; + char word_size; + int data_length; + char *data; + char *mask; + GList *matches; +}; + +struct _TreeMagic { + int priority; + Type *type; + GList *matches; +}; + +struct _TreeMatch { + char *path; + gboolean match_case; + gboolean executable; + gboolean non_empty; + gint type; + char *mimetype; + + GList *matches; +}; + +/* Maps MIME type names to Types */ +static GHashTable *types = NULL; + +/* Maps "namespaceURI localName" strings to Types */ +static GHashTable *namespace_hash = NULL; + +/* Maps glob patterns to Types */ +static GHashTable *globs_hash = NULL; + +/* 'magic' nodes */ +static GPtrArray *magic_array = NULL; + +/* 'treemagic' nodes */ +static GPtrArray *tree_magic_array = NULL; + +/* Maps MIME type names to superclass names */ +static GHashTable *subclass_hash = NULL; + +/* Maps aliases to Types */ +static GHashTable *alias_hash = NULL; + +/* Maps MIME type names to icon names */ +static GHashTable *icon_hash = NULL; + +/* Maps MIME type names to icon names */ +static GHashTable *generic_icon_hash = NULL; + +/* Lists enabled log levels */ +static GLogLevelFlags enabled_log_levels = G_LOG_LEVEL_ERROR | G_LOG_LEVEL_CRITICAL | G_LOG_LEVEL_WARNING; + +/* Static prototypes */ +static Magic *magic_new(xmlNode *node, Type *type, GError **error); + +static TreeMagic *tree_magic_new(xmlNode *node, Type *type, GError **error); + +static void g_log_handler (const gchar *log_domain, + GLogLevelFlags log_level, + const gchar *message, + gpointer unused_data) +{ + if (log_level & enabled_log_levels) { + g_printf("%s\n", message); + } +} + + +static void usage(const char *name) +{ + g_fprintf(stderr, _("Usage: %s [-hvV] MIME-DIR\n"), name); +} + +static void free_type(gpointer data) +{ + Type *type = (Type *) data; + + g_free(type->media); + g_free(type->subtype); + + xmlFreeDoc(type->output); + + g_free(type); +} + +/* Ugly workaround to shut up gcc4 warnings about signedness issues + * (xmlChar is typedef'ed to unsigned char) + */ +static char *my_xmlGetNsProp (xmlNodePtr node, + const char *name, + const xmlChar *namespace) +{ + return (char *)xmlGetNsProp (node, (xmlChar *)name, namespace); +} + +/* If we've seen this type before, return the existing object. + * Otherwise, create a new one. Checks that the name looks sensible; + * if not, sets error and returns NULL. + * Also warns about unknown media types, but does not set error. + */ +static Type *get_type(const char *name, GError **error) +{ + xmlNode *root; + xmlNs *ns; + const char *slash; + Type *type; + int i; + + slash = strchr(name, '/'); + if (!slash || strchr(slash + 1, '/')) + { + g_set_error(error, MIME_ERROR, 0, + _("Invalid MIME-type '%s'"), name); + return NULL; + } + + type = g_hash_table_lookup(types, name); + if (type) + return type; + + type = g_new(Type, 1); + type->media = g_strndup(name, slash - name); + type->subtype = g_strdup(slash + 1); + g_hash_table_insert(types, g_strdup(name), type); + + type->output = xmlNewDoc((xmlChar *)"1.0"); + root = xmlNewDocNode(type->output, NULL, (xmlChar *)"mime-type", NULL); + ns = xmlNewNs(root, FREE_NS, NULL); + xmlSetNs(root, ns); + xmlDocSetRootElement(type->output, root); + xmlSetNsProp(root, NULL, (xmlChar *)"type", (xmlChar *)name); + xmlAddChild(root, xmlNewDocComment(type->output, + (xmlChar *)"Created automatically by update-mime-database. DO NOT EDIT!")); + + for (i = 0; i < G_N_ELEMENTS(media_types); i++) + { + if (strcmp(media_types[i], type->media) == 0) + return type; + } + + g_warning("Unknown media type in type '%s'\n", name); + + return type; +} + +/* Test that this node has the expected name and namespace */ +static gboolean match_node(xmlNode *node, + const char *namespaceURI, + const char *localName) +{ + if (namespaceURI) + return node->ns && + strcmp((char *)node->ns->href, namespaceURI) == 0 && + strcmp((char *)node->name, localName) == 0; + else + return strcmp((char *)node->name, localName) == 0 && !node->ns; +} + +static int get_int_attribute(xmlNode *node, const char *name) +{ + char *prio_string; + int p; + + prio_string = my_xmlGetNsProp(node, name, NULL); + if (prio_string) + { + char *end; + + p = strtol(prio_string, &end, 10); + if (*prio_string == '\0' || *end != '\0') + p = -1; + xmlFree(prio_string); + if (p < 0 || p > 100) + return -1; + return p; + } + else + return 50; +} + +/* Return the priority of a node. + * Returns 50 if no priority is given, or -1 if a priority is given but + * is invalid. + */ +static int get_priority(xmlNode *node) +{ + return get_int_attribute (node, "priority"); +} + +/* Return the weight a node. + * Returns 50 if no weight is given, or -1 if a weight is given but + * is invalid. + */ +static int get_weight(xmlNode *node) +{ + return get_int_attribute (node, "weight"); +} + +/* Process a element by adding a rule to namespace_hash */ +static void add_namespace(Type *type, const char *namespaceURI, + const char *localName, GError **error) +{ + g_return_if_fail(type != NULL); + + if (!namespaceURI) + { + g_set_error(error, MIME_ERROR, 0, + _("Missing 'namespaceURI' attribute'")); + return; + } + + if (!localName) + { + g_set_error(error, MIME_ERROR, 0, + _("Missing 'localName' attribute'")); + return; + } + + if (!*namespaceURI && !*localName) + { + g_set_error(error, MIME_ERROR, 0, + _("namespaceURI and localName attributes can't " + "both be empty")); + return; + } + + if (strpbrk(namespaceURI, " \n") || strpbrk(localName, " \n")) + { + g_set_error(error, MIME_ERROR, 0, + _("namespaceURI and localName cannot contain " + "spaces or newlines")); + return; + } + + g_hash_table_insert(namespace_hash, + g_strconcat(namespaceURI, " ", localName, NULL), + type); +} + +/* 'field' was found in the definition of 'type' and has the freedesktop.org + * namespace. If it's a known field, process it and return TRUE, else + * return FALSE to add it to the output XML document. + * On error, returns FALSE and sets 'error'. + */ +static gboolean process_freedesktop_node(Type *type, xmlNode *field, + GError **error) +{ + if (strcmp((char *)field->name, "glob") == 0) + { + gchar *pattern; + gint weight; + + weight = get_weight(field); + + if (weight == -1) + { + g_set_error(error, MIME_ERROR, 0, + _("Bad weight (%d) in element"), weight); + } + pattern = my_xmlGetNsProp(field, "pattern", NULL); + + if (pattern && *pattern) + { + Glob *glob; + GList *list = g_hash_table_lookup (globs_hash, pattern); + + glob = g_new0 (Glob, 1); + glob->pattern = g_strdup (pattern); + glob->type = type; + glob->weight = weight; + list = g_list_append (list, glob); + g_hash_table_insert(globs_hash, g_strdup (glob->pattern), list); + xmlFree(pattern); + } + else + { + if (pattern) + xmlFree(pattern); + g_set_error(error, MIME_ERROR, 0, + _("Missing 'pattern' attribute in " + "element")); + } + } + else if (strcmp((char *)field->name, "magic") == 0) + { + Magic *magic; + + magic = magic_new(field, type, error); + + if (!*error) + { + g_return_val_if_fail(magic != NULL, FALSE); + g_ptr_array_add(magic_array, magic); + } + else + g_return_val_if_fail(magic == NULL, FALSE); + } + else if (strcmp((char *)field->name, "treemagic") == 0) + { + TreeMagic *magic; + + magic = tree_magic_new(field, type, error); + + if (!*error) + { + g_return_val_if_fail(magic != NULL, FALSE); + g_ptr_array_add(tree_magic_array, magic); + } + else + g_return_val_if_fail(magic == NULL, FALSE); + } + else if (strcmp((char *)field->name, "comment") == 0 || + strcmp((char *)field->name, "acronym") == 0 || + strcmp((char *)field->name, "expanded-acronym") == 0) + return FALSE; + else if (strcmp((char *)field->name, "alias") == 0 || + strcmp((char *)field->name, "sub-class-of") == 0) + { + char *other_type; + gboolean valid; + GSList *list, *nlist; + + other_type = my_xmlGetNsProp(field, "type", NULL); + valid = other_type && strchr(other_type, '/'); + if (valid) + { + char *typename; + + typename = g_strdup_printf("%s/%s", + type->media, + type->subtype); + + if (strcmp((char *)field->name, "alias") == 0) + g_hash_table_insert(alias_hash, + g_strdup(other_type), type); + + else + { + list = g_hash_table_lookup(subclass_hash, typename); + nlist = g_slist_append (list, g_strdup(other_type)); + if (list == NULL) + g_hash_table_insert(subclass_hash, + g_strdup(typename), nlist); + } + g_free(typename); + xmlFree(other_type); + + return FALSE; /* Copy through */ + } + + xmlFree(other_type); + g_set_error(error, MIME_ERROR, 0, + _("Incorrect or missing 'type' attribute " + "in <%s>"), field->name); + } + else if (strcmp((char *)field->name, "root-XML") == 0) + { + char *namespaceURI, *localName; + + namespaceURI = my_xmlGetNsProp(field, "namespaceURI", NULL); + localName = my_xmlGetNsProp(field, "localName", NULL); + + add_namespace(type, namespaceURI, localName, error); + + if (namespaceURI) + xmlFree(namespaceURI); + if (localName) + xmlFree(localName); + } + else if (strcmp((char *)field->name, "generic-icon") == 0 || + strcmp((char *)field->name, "icon") == 0) + { + char *icon; + char *typename; + + icon = my_xmlGetNsProp(field, "name", NULL); + + if (icon) + { + typename = g_strdup_printf("%s/%s", + type->media, + type->subtype); + + if (strcmp((char *)field->name, "icon") == 0) + g_hash_table_insert(icon_hash, + typename, g_strdup (icon)); + else + g_hash_table_insert(generic_icon_hash, + typename, g_strdup (icon)); + + xmlFree (icon); + + return FALSE; /* Copy through */ + } + } + + return !*error; +} + +/* Checks to see if 'node' has the given value for xml:lang. + * If 'lang' is NULL, checks that 'node' doesn't have an xml:lang. + */ +static gboolean has_lang(xmlNode *node, const char *lang) +{ + char *lang2; + + lang2 = my_xmlGetNsProp(node, "lang", XML_NS); + if (!lang2) + return !lang; + + if (lang && strcmp(lang, lang2) == 0) + { + xmlFree(lang2); + return TRUE; + } + xmlFree(lang2); + return FALSE; +} + +/* We're about to add 'new' to the list of fields to be output for the + * type. Remove any existing nodes which it replaces. + */ +static void remove_old(Type *type, xmlNode *new) +{ + xmlNode *field, *fields; + char *lang; + + if (new->ns == NULL || xmlStrcmp(new->ns->href, FREE_NS) != 0) + return; /* No idea what we're doing -- leave it in! */ + + if (strcmp((char *)new->name, "comment") != 0) + return; + + lang = my_xmlGetNsProp(new, "lang", XML_NS); + + fields = xmlDocGetRootElement(type->output); + for (field = fields->xmlChildrenNode; field; field = field->next) + { + if (match_node(field, (char *)FREE_NS, "comment") && + has_lang(field, lang)) + { + xmlUnlinkNode(field); + xmlFreeNode(field); + break; + } + } + + xmlFree(lang); +} + +/* 'node' is a node from a source file, whose type is 'type'. + * Process all the child elements, setting 'error' if anything goes wrong. + */ +static void load_type(Type *type, xmlNode *node, GError **error) +{ + xmlNode *field; + + g_return_if_fail(type != NULL); + g_return_if_fail(node != NULL); + g_return_if_fail(error != NULL); + + for (field = node->xmlChildrenNode; field; field = field->next) + { + xmlNode *copy; + + if (field->type != XML_ELEMENT_NODE) + continue; + + if (field->ns && xmlStrcmp(field->ns->href, FREE_NS) == 0) + { + if (process_freedesktop_node(type, field, error)) + { + g_return_if_fail(*error == NULL); + continue; + } + } + + if (*error) + return; + + copy = xmlDocCopyNode(field, type->output, 1); + + /* Ugly hack to stop the xmlns= attributes appearing on + * every node... + */ + if (copy->ns && copy->ns->prefix == NULL && + xmlStrcmp(copy->ns->href, FREE_NS) == 0) + { + if (copy->nsDef) + { + /* Still used somewhere... */ + /* xmlFreeNsList(copy->nsDef); */ + /* (this leaks) */ + copy->nsDef = NULL; + } + } + + remove_old(type, field); + + xmlAddChild(xmlDocGetRootElement(type->output), copy); + } +} + +/* Parse 'filename' as an XML file and add all the information to the + * database. If called more than once, information read in later calls + * overrides information read previously. + */ +static void load_source_file(const char *filename) +{ + xmlDoc *doc; + xmlNode *root, *node; + + doc = xmlParseFile(filename); + if (!doc) + { + g_warning(_("Failed to parse '%s'\n"), filename); + return; + } + + root = xmlDocGetRootElement(doc); + + if (root->ns == NULL || xmlStrcmp(root->ns->href, FREE_NS) != 0) + { + g_warning("* Wrong namespace on document element\n" + "* in '%s'\n" + "* (should be %s)\n", filename, FREE_NS); + goto out; + } + + if (strcmp((char *)root->name, "mime-info") != 0) + { + g_warning("* Root element <%s> is not \n" + "* (in '%s')\n", root->name, filename); + goto out; + } + + for (node = root->xmlChildrenNode; node; node = node->next) + { + Type *type = NULL; + char *type_name = NULL; + GError *error = NULL; + + if (node->type != XML_ELEMENT_NODE) + continue; + + if (!match_node(node, (char *)FREE_NS, "mime-type")) + g_set_error(&error, MIME_ERROR, 0, + _("Excepted , but got wrong name " + "or namespace")); + + if (!error) + { + type_name = my_xmlGetNsProp(node, "type", NULL); + + if (!type_name) + g_set_error(&error, MIME_ERROR, 0, + _(" element has no 'type' " + "attribute")); + } + + if (type_name) + { + type = get_type(type_name, &error); + xmlFree(type_name); + } + + if (!error) + { + g_return_if_fail(type != NULL); + load_type(type, node, &error); + } + else + g_return_if_fail(type == NULL); + + if (error) + { + g_warning("* Error in type '%s/%s'\n" + "* (in %s):\n" + "* %s.\n", + type ? type->media : _("unknown"), + type ? type->subtype : _("unknown"), + filename, error->message); + g_error_free(error); + } + } +out: + xmlFreeDoc(doc); +} + +/* Used as the sort function for sorting GPtrArrays */ +static gint strcmp2(gconstpointer a, gconstpointer b) +{ + const char *aa = *(char **) a; + const char *bb = *(char **) b; + + return strcmp(aa, bb); +} + +/* 'path' should be a 'packages' directory. Loads the information from + * every file in the directory. + */ +static void scan_source_dir(const char *path) +{ + DIR *dir; + struct dirent *ent; + char *filename; + GPtrArray *files; + int i; + gboolean have_override = FALSE; + + dir = opendir(path); + if (!dir) + { + perror("scan_source_dir"); + exit(EXIT_FAILURE); + } + + files = g_ptr_array_new(); + while ((ent = readdir(dir))) + { + int l; + l = strlen(ent->d_name); + if (l < 4 || strcmp(ent->d_name + l - 4, ".xml") != 0) + continue; + if (strcmp(ent->d_name, "Override.xml") == 0) + { + have_override = TRUE; + continue; + } + g_ptr_array_add(files, g_strdup(ent->d_name)); + } + closedir(dir); + + g_ptr_array_sort(files, strcmp2); + + if (have_override) + g_ptr_array_add(files, g_strdup("Override.xml")); + + for (i = 0; i < files->len; i++) + { + gchar *leaf = (gchar *) files->pdata[i]; + + filename = g_strconcat(path, "/", leaf, NULL); + load_source_file(filename); + g_free(filename); + } + + for (i = 0; i < files->len; i++) + g_free(files->pdata[i]); + g_ptr_array_free(files, TRUE); +} + +/* Save doc as XML as filename, 0 on success or -1 on failure */ +static int save_xml_file(xmlDocPtr doc, const gchar *filename) +{ +#if LIBXML_VERSION > 20400 + if (xmlSaveFormatFileEnc(filename, doc, "utf-8", 1) < 0) + return 1; +#else + FILE *out; + + out = fopen(filename, "w"); + if (!out) + return 1; + + xmlDocDump(out, doc); /* Some versions return void */ + + if (fclose(out)) + return 1; +#endif + + return 0; +} + +/* Write out globs for one pattern to the 'globs' file */ +static void write_out_glob(GList *globs, FILE *stream) +{ + GList *list; + Glob *glob; + Type *type; + + for (list = globs; list; list = list->next) { + glob = (Glob *)list->data; + type = glob->type; + if (strchr(glob->pattern, '\n')) + g_warning("* Glob patterns can't contain literal newlines " + "(%s in type %s/%s)\n", glob->pattern, + type->media, type->subtype); + else + g_fprintf(stream, "%s/%s:%s\n", + type->media, type->subtype, glob->pattern); + } +} + +/* Write out globs and weights for one pattern to the 'globs2' file */ +static void write_out_glob2(GList *globs, FILE *stream) +{ + GList *list; + Glob *glob; + Type *type; + + for (list = globs ; list; list = list->next) { + glob = (Glob *)list->data; + type = glob->type; + if (strchr(glob->pattern, '\n')) + g_warning("* Glob patterns can't contain literal newlines " + "(%s in type %s/%s)\n", glob->pattern, + type->media, type->subtype); + else + g_fprintf(stream, "%d:%s/%s:%s\n", + glob->weight, type->media, type->subtype, glob->pattern); + } +} + +static void collect_glob2(gpointer key, gpointer value, gpointer data) +{ + GList **listp = data; + + *listp = g_list_concat (*listp, g_list_copy ((GList *)value)); +} + +static int compare_by_weight (gpointer a, gpointer b) +{ + Glob *ag = (Glob *)a; + Glob *bg = (Glob *)b; + + return bg->weight - ag->weight; +} + +/* Renames pathname by removing the .new extension */ +static void atomic_update(const gchar *pathname) +{ + gchar *new_name; + int len; + + len = strlen(pathname); + + g_return_if_fail(strcmp(pathname + len - 4, ".new") == 0); + + new_name = g_strndup(pathname, len - 4); + +#ifdef _WIN32 + /* we need to remove the old file first! */ + remove(new_name); +#endif + if (rename(pathname, new_name)) + g_warning("Failed to rename %s as %s , errno: %d\n", pathname, new_name, errno); + + g_free(new_name); +} + +/* Write out an XML file for one type */ +static void write_out_type(gpointer key, gpointer value, gpointer data) +{ + Type *type = (Type *) value; + const char *mime_dir = (char *) data; + char *media, *filename; + + media = g_strconcat(mime_dir, "/", type->media, NULL); +#ifdef _WIN32 + mkdir(media); +#else + mkdir(media, 0755); +#endif + + filename = g_strconcat(media, "/", type->subtype, ".xml.new", NULL); + g_free(media); + media = NULL; + + if (save_xml_file(type->output, filename) != 0) + g_warning("Failed to write out '%s'\n", filename); + + atomic_update(filename); + + g_free(filename); +} + +/* Comparison function to get the magic rules in priority order */ +static gint cmp_magic(gconstpointer a, gconstpointer b) +{ + Magic *aa = *(Magic **) a; + Magic *bb = *(Magic **) b; + int retval; + + if (aa->priority > bb->priority) + return -1; + else if (aa->priority < bb->priority) + return 1; + + retval = strcmp(aa->type->media, bb->type->media); + if (!retval) + retval = strcmp(aa->type->subtype, bb->type->subtype); + + return retval; +} + +/* Comparison function to get the tree magic rules in priority order */ +static gint cmp_tree_magic(gconstpointer a, gconstpointer b) +{ + TreeMagic *aa = *(TreeMagic **) a; + TreeMagic *bb = *(TreeMagic **) b; + int retval; + + if (aa->priority > bb->priority) + return -1; + else if (aa->priority < bb->priority) + return 1; + + retval = strcmp(aa->type->media, bb->type->media); + if (!retval) + retval = strcmp(aa->type->subtype, bb->type->subtype); + + return retval; +} + +/* Write out 'n' as a two-byte big-endian number to 'stream' */ +static void write16(FILE *stream, guint32 n) +{ + guint16 big = GUINT16_TO_BE(n); + + g_return_if_fail(n <= 0xffff); + + fwrite(&big, sizeof(big), 1, stream); +} + +/* Single hex char to int; -1 if not a hex char. + * From file(1). + */ +static int hextoint(int c) +{ + if (!isascii((unsigned char) c)) + return -1; + if (isdigit((unsigned char) c)) + return c - '0'; + if ((c >= 'a')&&(c <= 'f')) + return c + 10 - 'a'; + if (( c>= 'A')&&(c <= 'F')) + return c + 10 - 'A'; + return -1; +} + +/* + * Convert a string containing C character escapes. Stop at an unescaped + * space or tab. + * Copy the converted version to "p", returning its length in *slen. + * Return updated scan pointer as function result. + * Stolen from file(1) and heavily modified. + */ +static void getstr(const char *s, GString *out) +{ + int c; + int val; + + while ((c = *s++) != '\0') { + if(c == '\\') { + switch(c = *s++) { + + case '\0': + return; + + default: + g_string_append_c(out, (char) c); + break; + + case 'n': + g_string_append_c(out, '\n'); + break; + + case 'r': + g_string_append_c(out, '\r'); + break; + + case 'b': + g_string_append_c(out, '\b'); + break; + + case 't': + g_string_append_c(out, '\t'); + break; + + case 'f': + g_string_append_c(out, '\f'); + break; + + case 'v': + g_string_append_c(out, '\v'); + break; + + /* \ and up to 3 octal digits */ + case '0': + case '1': + case '2': + case '3': + case '4': + case '5': + case '6': + case '7': + val = c - '0'; + c = *s++; /* try for 2 */ + if(c >= '0' && c <= '7') { + val = (val<<3) | (c - '0'); + c = *s++; /* try for 3 */ + if(c >= '0' && c <= '7') + val = (val<<3) | (c-'0'); + else + --s; + } + else + --s; + g_string_append_c(out, (char)val); + break; + + /* \x and up to 2 hex digits */ + case 'x': + val = 'x'; /* Default if no digits */ + c = hextoint(*s++); /* Get next char */ + if (c >= 0) { + val = c; + c = hextoint(*s++); + if (c >= 0) + val = (val << 4) + c; + else + --s; + } else + --s; + g_string_append_c(out, (char)val); + break; + } + } else + g_string_append_c(out, (char)c); + } +} + +/* Parse the value and mask attributes of a element with a + * numerical type (anything except "string"). + */ +static void parse_int_value(int bytes, const char *in, const char *in_mask, + GString *parsed_value, char **parsed_mask, + gboolean big_endian, GError **error) +{ + char *end; + char *out_mask = NULL; + unsigned long value; + int b; + + value = strtoul(in, &end, 0); + if (errno == ERANGE) { + g_set_error(error, MIME_ERROR, 0, + "Number out-of-range (%s should fit in %d bytes)", + in, bytes); + return; + } + + if (*end != '\0') + { + g_set_error(error, MIME_ERROR, 0, "Value is not a number"); + return; + } + + for (b = 0; b < bytes; b++) + { + int shift = (big_endian ? (bytes - b - 1) : b) * 8; + g_string_append_c(parsed_value, (value >> shift) & 0xff); + } + + if ((bytes == 1 && (value & ~0xff)) || + (bytes == 2 && (value & ~0xffff))) + { + g_set_error(error, MIME_ERROR, 0, + "Number out-of-range (%lx should fit in %d bytes)", + value, bytes); + return; + } + + if (in_mask) + { + int b; + unsigned long mask; + + mask = strtoul(in_mask, &end, 0); + if (errno == ERANGE) { + g_set_error(error, MIME_ERROR, 0, + "Mask out-of-range (%s should fit in %d bytes)", + in_mask, bytes); + return; + } + + + if (*end != '\0') + { + g_set_error(error, MIME_ERROR, 0, + "Mask is not a number"); + return; + } + + out_mask = g_new(char, bytes); + for (b = 0; b < bytes; b++) + { + int shift = (big_endian ? (bytes - b - 1) : b) * 8; + out_mask[b] = (mask >> shift) & 0xff; + } + } + + *parsed_mask = out_mask; +} + +/* 'len' is the length of the value. The mask created will be the same + * length. + */ +static char *parse_string_mask(const char *mask, int len, GError **error) +{ + int i; + char *parsed_mask = NULL; + + g_return_val_if_fail(mask != NULL, NULL); + g_return_val_if_fail(len > 0, NULL); + + if (mask[0] != '0' || mask[1] != 'x') + { + g_set_error(error, MIME_ERROR, 0, + "String masks must be in base 16 (starting with 0x)"); + goto err; + } + mask += 2; + + parsed_mask = g_new0(char, len); + + i = 0; /* Nybble to write to next */ + while (mask[i]) + { + int c; + + c = hextoint(mask[i]); + if (c == -1) + { + g_set_error(error, MIME_ERROR, 0, + "'%c' is not a valid hex digit", mask[i]); + goto err; + } + + if (i >= len * 2) + { + g_set_error(error, MIME_ERROR, 0, + "Mask is longer than value"); + goto err; + } + + if (i & 1) + parsed_mask[i >> 1] |= c; + else + parsed_mask[i >> 1] |= c << 4; + + i++; + } + + return parsed_mask; +err: + g_return_val_if_fail(error == NULL || *error != NULL, NULL); + g_free(parsed_mask); + return NULL; +} + +/* Parse the value and mask attributes for a element */ +static void parse_value(const char *type, const char *in, const char *in_mask, + GString *parsed_value, char **parsed_mask, + GError **error) +{ + *parsed_mask = NULL; + + if (in == NULL || !in[0]) + { + g_set_error(error, MIME_ERROR, 0, "No value specified"); + return; + } + + if (strstr(type, "16")) + parse_int_value(2, in, in_mask, parsed_value, parsed_mask, + type[0] != 'l', error); + else if (strstr(type, "32")) + parse_int_value(4, in, in_mask, parsed_value, parsed_mask, + type[0] != 'l', error); + else if (strcmp(type, "byte") == 0) + parse_int_value(1, in, in_mask, parsed_value, parsed_mask, + FALSE, error); + else if (strcmp(type, "string") == 0) + { + getstr(in, parsed_value); + if (in_mask) + *parsed_mask = parse_string_mask(in_mask, + parsed_value->len, error); + } + else + g_assert_not_reached(); +} + +static Match *match_new(void) +{ + Match *match; + + match = g_new(Match, 1); + match->range_start = 0; + match->range_length = 1; + match->word_size = 1; + match->data_length = 0; + match->data = NULL; + match->mask = NULL; + match->matches = NULL; + + return match; +} + +static void match_free(Match *match) +{ + GList *next; + + g_return_if_fail(match != NULL); + + for (next = match->matches; next; next = next->next) + match_free((Match *) next->data); + + g_list_free(match->matches); + + g_free(match->data); + g_free(match->mask); + + g_free(match); +} + +/* Sets match->range_start and match->range_length */ +static void match_offset(Match *match, xmlNode *node, GError **error) +{ + char *offset = NULL; + char *end; + + offset = my_xmlGetNsProp(node, "offset", NULL); + if (offset == NULL || !*offset) + { + g_set_error(error, MIME_ERROR, 0, "Missing 'offset' attribute"); + goto err; + } + + match->range_start = strtol(offset, &end, 10); + if (errno == ERANGE) { + char *number; + number = g_strndup(offset, end-offset); + g_set_error(error, MIME_ERROR, 0, + "Number out-of-range (%s should fit in 4 bytes)", + number); + g_free(number); + return; + } + + if (*end == ':' && end[1] && match->range_start >= 0) + { + int last; + char *begin; + + begin = end + 1; + last = strtol(begin, &end, 10); + if (errno == ERANGE) { + char *number; + number = g_strndup(begin, end-begin); + g_set_error(error, MIME_ERROR, 0, + "Number out-of-range (%s should fit in 8 bytes)", + number); + g_free(number); + return; + } + + if (*end == '\0' && last >= match->range_start) + match->range_length = last - match->range_start + 1; + else + g_set_error(error, MIME_ERROR, 0, "Invalid offset"); + } + else if (*end != '\0') + g_set_error(error, MIME_ERROR, 0, "Invalid offset"); +err: + xmlFree(offset); +} + +/* Sets match->data, match->data_length and match->mask */ +static void match_value_and_mask(Match *match, xmlNode *node, GError **error) +{ + char *mask = NULL; + char *value = NULL; + char *type = NULL; + char *parsed_mask = NULL; + GString *parsed_value; + + type = my_xmlGetNsProp(node, "type", NULL); + g_return_if_fail(type != NULL); + + mask = my_xmlGetNsProp(node, "mask", NULL); + value = my_xmlGetNsProp(node, "value", NULL); + + parsed_value = g_string_new(NULL); + + parse_value(type, value, mask, parsed_value, + &parsed_mask, error); + + if (*error) + { + g_string_free(parsed_value, TRUE); + g_return_if_fail(parsed_mask == NULL); + } + else + { + match->data = parsed_value->str; + match->data_length = parsed_value->len; + match->mask = parsed_mask; + + g_string_free(parsed_value, FALSE); + } + + if (mask) + xmlFree(mask); + if (value) + xmlFree(value); + xmlFree(type); +} + +/* Sets match->word_size */ +static void match_word_size(Match *match, xmlNode *node, GError **error) +{ + char *type; + + type = my_xmlGetNsProp(node, "type", NULL); + + if (!type) + { + g_set_error(error, MIME_ERROR, 0, + _("Missing 'type' attribute in ")); + return; + } + + if (strcmp(type, "host16") == 0) + match->word_size = 2; + else if (strcmp(type, "host32") == 0) + match->word_size = 4; + else if (!*error && strcmp(type, "big16") && + strcmp(type, "big32") && + strcmp(type, "little16") && strcmp(type, "little32") && + strcmp(type, "string") && strcmp(type, "byte")) + { + g_set_error(error, MIME_ERROR, 0, + "Unknown magic type '%s'", type); + } + + xmlFree(type); +} + +/* Turn the list of child nodes of 'parent' into a list of Matches */ +static GList *build_matches(xmlNode *parent, GError **error) +{ + xmlNode *node; + GList *out = NULL; + + g_return_val_if_fail(error != NULL, NULL); + + for (node = parent->xmlChildrenNode; node; node = node->next) + { + Match *match; + + if (node->type != XML_ELEMENT_NODE) + continue; + + if (node->ns == NULL || xmlStrcmp(node->ns->href, FREE_NS) != 0) + { + g_set_error(error, MIME_ERROR, 0, + _("Element found with non-freedesktop.org " + "namespace")); + break; + } + + if (strcmp((char *)node->name, "match") != 0) + { + g_set_error(error, MIME_ERROR, 0, + _("Expected element, but found " + "<%s> instead"), node->name); + break; + } + + match = match_new(); + match_offset(match, node, error); + if (!*error) + match_word_size(match, node, error); + if (!*error) + match_value_and_mask(match, node, error); + + if (*error) + { + match_free(match); + break; + } + + out = g_list_append(out, match); + + match->matches = build_matches(node, error); + if (*error) + break; + } + + return out; +} + +static void magic_free(Magic *magic) +{ + GList *next; + + g_return_if_fail(magic != NULL); + + for (next = magic->matches; next; next = next->next) + match_free((Match *) next->data); + g_list_free(magic->matches); + + g_free(magic); +} + +/* Create a new Magic object by parsing 'node' (a element) */ +static Magic *magic_new(xmlNode *node, Type *type, GError **error) +{ + Magic *magic = NULL; + int prio; + + g_return_val_if_fail(node != NULL, NULL); + g_return_val_if_fail(type != NULL, NULL); + g_return_val_if_fail(error != NULL, NULL); + + prio = get_priority(node); + + if (prio == -1) + { + g_set_error(error, MIME_ERROR, 0, + _("Bad priority (%d) in element"), prio); + } + else + { + magic = g_new(Magic, 1); + magic->priority = prio; + magic->type = type; + magic->matches = build_matches(node, error); + + if (*error) + { + gchar *old = (*error)->message; + magic_free(magic); + magic = NULL; + (*error)->message = g_strconcat( + _("Error in element: "), old, NULL); + g_free(old); + } + } + + return magic; +} + +static TreeMatch *tree_match_new(void) +{ + TreeMatch *match; + + match = g_new(TreeMatch, 1); + match->path = NULL; + match->match_case = 0; + match->executable = 0; + match->non_empty = 0; + match->type = 0; + match->mimetype = NULL; + match->matches = NULL; + + return match; +} + +static void tree_match_free(TreeMatch *match) +{ + GList *next; + + g_return_if_fail(match != NULL); + + for (next = match->matches; next; next = next->next) + tree_match_free((TreeMatch *) next->data); + + g_list_free(match->matches); + + g_free(match->path); + g_free(match->mimetype); + + g_free(match); +} + +/* Turn the list of child nodes of 'parent' into a list of TreeMatches */ +static GList *build_tree_matches(xmlNode *parent, GError **error) +{ + xmlNode *node; + GList *out = NULL; + char *attr; + + g_return_val_if_fail(error != NULL, NULL); + + for (node = parent->xmlChildrenNode; node; node = node->next) + { + TreeMatch *match; + + if (node->type != XML_ELEMENT_NODE) + continue; + + if (node->ns == NULL || xmlStrcmp(node->ns->href, FREE_NS) != 0) + { + g_set_error(error, MIME_ERROR, 0, + _("Element found with non-freedesktop.org " + "namespace")); + break; + } + + if (strcmp((char *)node->name, "treematch") != 0) + { + g_set_error(error, MIME_ERROR, 0, + _("Expected element, but found " + "<%s> instead"), node->name); + break; + } + + match = tree_match_new(); + + attr = my_xmlGetNsProp(node, "path", NULL); + if (attr) + { + match->path = g_strdup (attr); + xmlFree (attr); + } + else + { + g_set_error(error, MIME_ERROR, 0, + _("Missing 'path' attribute in ")); + } + if (!*error) + { + attr = my_xmlGetNsProp(node, "type", NULL); + if (attr) + { + if (strcmp (attr, "file") == 0) + { + match->type = 1; + } + else if (strcmp (attr, "directory") == 0) + { + match->type = 2; + } + else if (strcmp (attr, "link") == 0) + { + match->type = 3; + } + else + { + g_set_error(error, MIME_ERROR, 0, + _("Invalid 'type' attribute in ")); + } + xmlFree(attr); + } + } + if (!*error) + { + attr = my_xmlGetNsProp(node, "executable", NULL); + if (attr) + { + if (strcmp (attr, "true") == 0) + { + match->executable = 1; + } + xmlFree(attr); + } + } + if (!*error) + { + attr = my_xmlGetNsProp(node, "match-case", NULL); + if (attr) + { + if (strcmp (attr, "true") == 0) + { + match->match_case = 1; + } + xmlFree(attr); + } + } + if (!*error) + { + attr = my_xmlGetNsProp(node, "non-empty", NULL); + if (attr) + { + if (strcmp (attr, "true") == 0) + { + match->non_empty = 1; + } + xmlFree(attr); + } + } + if (!*error) + { + attr = my_xmlGetNsProp(node, "mimetype", NULL); + if (attr) + { + match->mimetype = g_strdup (attr); + xmlFree(attr); + } + } + + if (*error) + { + tree_match_free(match); + break; + } + + out = g_list_append(out, match); + + match->matches = build_tree_matches(node, error); + if (*error) + break; + } + + return out; +} + +static void tree_magic_free(TreeMagic *magic) +{ + GList *next; + + g_return_if_fail(magic != NULL); + + for (next = magic->matches; next; next = next->next) + tree_match_free((TreeMatch *) next->data); + g_list_free(magic->matches); + + g_free(magic); +} + +/* Create a new TreeMagic object by parsing 'node' (a element) */ +static TreeMagic *tree_magic_new(xmlNode *node, Type *type, GError **error) +{ + TreeMagic *magic = NULL; + int prio; + + g_return_val_if_fail(node != NULL, NULL); + g_return_val_if_fail(type != NULL, NULL); + g_return_val_if_fail(error != NULL, NULL); + + prio = get_priority(node); + + if (prio == -1) + { + g_set_error(error, MIME_ERROR, 0, + _("Bad priority (%d) in element"), prio); + } + else + { + magic = g_new(TreeMagic, 1); + magic->priority = prio; + magic->type = type; + magic->matches = build_tree_matches(node, error); + + if (*error) + { + gchar *old = (*error)->message; + tree_magic_free(magic); + magic = NULL; + (*error)->message = g_strconcat( + _("Error in element: "), old, NULL); + g_free(old); + } + } + + return magic; +} + +/* Write a list of Match elements (and their children) to the 'magic' file */ +static void write_magic_children(FILE *stream, GList *matches, int indent) +{ + GList *next; + + for (next = matches; next; next = next->next) + { + Match *match = (Match *) next->data; + + if (indent) + g_fprintf(stream, + "%d>%ld=", + indent, + match->range_start); + else + g_fprintf(stream, ">%ld=", match->range_start); + + write16(stream, match->data_length); + fwrite(match->data, match->data_length, 1, stream); + if (match->mask) + { + fputc('&', stream); + fwrite(match->mask, match->data_length, 1, stream); + } + if (match->word_size != 1) + g_fprintf(stream, "~%d", match->word_size); + if (match->range_length != 1) + g_fprintf(stream, "+%d", match->range_length); + + fputc('\n', stream); + + write_magic_children(stream, match->matches, indent + 1); + } +} + +/* Write a whole Magic element to the 'magic' file */ +static void write_magic(FILE *stream, Magic *magic) +{ + g_fprintf(stream, "[%d:%s/%s]\n", magic->priority, + magic->type->media, magic->type->subtype); + + write_magic_children(stream, magic->matches, 0); +} + +/* Write a list of TreeMatch elements (and their children) to the 'treemagic' file */ +static void write_tree_magic_children(FILE *stream, GList *matches, int indent) +{ + GList *next; + + for (next = matches; next; next = next->next) + { + TreeMatch *match = (TreeMatch *) next->data; + + if (indent) + g_fprintf(stream, + "%d>\"%s\"=", + indent, + match->path); + else + g_fprintf(stream, ">\"%s\"=", match->path); + + switch (match->type) + { + default: + case 0: + fputs("any", stream); + break; + case 1: + fputs("file", stream); + break; + case 2: + fputs("directory", stream); + break; + case 3: + fputs("link", stream); + break; + } + if (match->match_case) + fputs (",match-case", stream); + if (match->executable) + fputs (",executable", stream); + if (match->non_empty) + fputs (",non-empty", stream); + if (match->mimetype) + g_fprintf (stream, ",%s", match->mimetype); + + fputc('\n', stream); + + write_tree_magic_children(stream, match->matches, indent + 1); + } +} +/* Write a whole TreeMagic element to the 'treemagic' file */ +static void write_tree_magic(FILE *stream, TreeMagic *magic) +{ + g_fprintf(stream, "[%d:%s/%s]\n", magic->priority, + magic->type->media, magic->type->subtype); + + write_tree_magic_children(stream, magic->matches, 0); +} + +/* Check each of the directories with generated XML files, looking for types + * which we didn't get on this scan, and delete them. + */ +static void delete_old_types(const gchar *mime_dir) +{ + int i; + + for (i = 0; i < G_N_ELEMENTS(media_types); i++) + { + gchar *media_dir; + DIR *dir; + struct dirent *ent; + + media_dir = g_strconcat(mime_dir, "/", media_types[i], NULL); + dir = opendir(media_dir); + g_free(media_dir); + if (!dir) + continue; + + while ((ent = readdir(dir))) + { + char *type_name; + int l; + l = strlen(ent->d_name); + if (l < 4 || strcmp(ent->d_name + l - 4, ".xml") != 0) + continue; + + type_name = g_strconcat(media_types[i], "/", + ent->d_name, NULL); + type_name[strlen(type_name) - 4] = '\0'; + if (!g_hash_table_lookup(types, type_name)) + { + char *path; + path = g_strconcat(mime_dir, "/", + type_name, ".xml", NULL); +#if 0 + g_warning("* Removing old info for type %s\n", + path); +#endif + unlink(path); + g_free(path); + } + g_free(type_name); + } + + closedir(dir); + } +} + +/* Extract one entry from namespace_hash and put it in the GPtrArray so + * we can sort it. + */ +static void add_ns(gpointer key, gpointer value, gpointer data) +{ + GPtrArray *lines = (GPtrArray *) data; + const gchar *ns = (gchar *) key; + Type *type = (Type *) value; + + g_ptr_array_add(lines, g_strconcat(ns, " ", type->media, + "/", type->subtype, "\n", NULL)); +} + +/* Write all the collected namespace rules to 'XMLnamespaces' */ +static void write_namespaces(FILE *stream) +{ + GPtrArray *lines; + int i; + + lines = g_ptr_array_new(); + + g_hash_table_foreach(namespace_hash, add_ns, lines); + + g_ptr_array_sort(lines, strcmp2); + + for (i = 0; i < lines->len; i++) + { + char *line = (char *) lines->pdata[i]; + + fwrite(line, 1, strlen(line), stream); + + g_free(line); + } + + g_ptr_array_free(lines, TRUE); +} + +static void write_subclass(gpointer key, gpointer value, gpointer data) +{ + GSList *list = value; + FILE *stream = data; + GSList *l; + char *line; + + for (l = list; l; l = l->next) + { + line = g_strconcat (key, " ", l->data, "\n", NULL); + fwrite(line, 1, strlen(line), stream); + g_free (line); + } +} + +/* Write all the collected subclass information to 'subclasses' */ +static void write_subclasses(FILE *stream) +{ + g_hash_table_foreach(subclass_hash, write_subclass, stream); +} + +/* Extract one entry from alias_hash and put it in the GPtrArray so + * we can sort it. + */ +static void add_alias(gpointer key, gpointer value, gpointer data) +{ + GPtrArray *lines = (GPtrArray *) data; + const gchar *alias = (gchar *) key; + Type *type = (Type *) value; + + g_ptr_array_add(lines, g_strconcat(alias, " ", type->media, + "/", type->subtype, "\n", + NULL)); +} + +/* Write all the collected aliases */ +static void write_aliases(FILE *stream) +{ + GPtrArray *lines; + int i; + + lines = g_ptr_array_new(); + + g_hash_table_foreach(alias_hash, add_alias, lines); + + g_ptr_array_sort(lines, strcmp2); + + for (i = 0; i < lines->len; i++) + { + char *line = (char *) lines->pdata[i]; + + fwrite(line, 1, strlen(line), stream); + + g_free(line); + } + + g_ptr_array_free(lines, TRUE); +} + +static void add_type(gpointer key, gpointer value, gpointer data) +{ + GPtrArray *lines = (GPtrArray *) data; + + g_ptr_array_add(lines, g_strconcat((char *)key, "\n", NULL)); +} + +/* Write all the collected types */ +static void write_types(FILE *stream) +{ + GPtrArray *lines; + int i; + + lines = g_ptr_array_new(); + + g_hash_table_foreach(types, add_type, lines); + + g_ptr_array_sort(lines, strcmp2); + + for (i = 0; i < lines->len; i++) + { + char *line = (char *) lines->pdata[i]; + + fwrite(line, 1, strlen(line), stream); + + g_free(line); + } + + g_ptr_array_free(lines, TRUE); +} + + +static void write_one_icon(gpointer key, gpointer value, gpointer data) +{ + char *mimetype = (char *)key; + char *iconname = (char *)value; + FILE *stream = (FILE *)data; + char *line; + + line = g_strconcat (mimetype, ":", iconname, "\n", NULL); + fwrite(line, 1, strlen(line), stream); + g_free (line); +} + +static void write_icons(GHashTable *icons, FILE *stream) +{ + g_hash_table_foreach(icons, write_one_icon, stream); +} + +/* Issue a warning if 'path' won't be found by applications */ +static void check_in_path_xdg_data(const char *mime_path) +{ + struct stat path_info, dir_info; + const char *env; + char **dirs; + char *path; + int i, n; + + path = g_path_get_dirname(mime_path); + + if (stat(path, &path_info)) + { + g_warning("Can't stat '%s' directory: %s", + path, g_strerror(errno)); + goto out; + } + + env = getenv("XDG_DATA_DIRS"); + if (!env) + env = "/usr/local/share/"PATH_SEPARATOR"/usr/share/"; + dirs = g_strsplit(env, PATH_SEPARATOR, 0); + g_return_if_fail(dirs != NULL); + for (n = 0; dirs[n]; n++) + ; + env = getenv("XDG_DATA_HOME"); + if (env) + dirs[n] = g_strdup(env); + else + dirs[n] = g_build_filename(g_get_home_dir(), ".local", + "share", NULL); + n++; + + for (i = 0; i < n; i++) + { + if (stat(dirs[i], &dir_info) == 0 && + dir_info.st_ino == path_info.st_ino && + dir_info.st_dev == path_info.st_dev) + break; + } + + if (i == n) + { + g_warning(_("\nNote that '%s' is not in the search path\n" + "set by the XDG_DATA_HOME and XDG_DATA_DIRS\n" + "environment variables, so applications may not\n" + "be able to find it until you set them. The\n" + "directories currently searched are:\n\n"), path); + g_printerr("- %s\n", dirs[n - 1]); + for (i = 0; i < n - 1; i++) + g_printerr("- %s\n", dirs[i]); + g_printerr("\n"); + } + + for (i = 0; i < n; i++) + g_free(dirs[i]); + g_free(dirs); +out: + g_free(path); +} + +static void free_string_list(gpointer data) +{ + GSList *list = data; + + g_slist_foreach(list, (GFunc)g_free, NULL); + g_slist_free(list); +} + +#define ALIGN_VALUE(this, boundary) \ + (( ((unsigned long)(this)) + (((unsigned long)(boundary)) -1)) & (~(((unsigned long)(boundary))-1))) + + +static gint +write_data (FILE *cache, const gchar *n, gint len) +{ + gchar *s; + int i, l; + + l = ALIGN_VALUE (len, 4); + + s = g_malloc0 (l); + memcpy (s, n, len); + + i = fwrite (s, l, 1, cache); + + return i == 1; + +} + +static gint +write_string (FILE *cache, const gchar *n) +{ + return write_data (cache, n, strlen (n) + 1); +} + +static gboolean +write_card16 (FILE *cache, guint16 n) +{ + int i; + + n = GUINT16_TO_BE (n); + + i = fwrite ((char *)&n, 2, 1, cache); + + return i == 1; +} + +static gboolean +write_card32 (FILE *cache, guint32 n) +{ + int i; + + n = GUINT32_TO_BE (n); + + i = fwrite ((char *)&n, 4, 1, cache); + + return i == 1; +} + +#define MAJOR_VERSION 1 +#define MINOR_VERSION 1 + +static gboolean +write_header (FILE *cache, + gint alias_offset, + gint parent_offset, + gint literal_offset, + gint suffix_offset, + gint glob_offset, + gint magic_offset, + gint namespace_offset, + gint icons_list_offset, + gint generic_icons_list_offset, + gint type_offset, + guint *offset) +{ + *offset = 44; + + return (write_card16 (cache, MAJOR_VERSION) && + write_card16 (cache, MINOR_VERSION) && + write_card32 (cache, alias_offset) && + write_card32 (cache, parent_offset) && + write_card32 (cache, literal_offset) && + write_card32 (cache, suffix_offset) && + write_card32 (cache, glob_offset) && + write_card32 (cache, magic_offset) && + write_card32 (cache, namespace_offset) && + write_card32 (cache, icons_list_offset) && + write_card32 (cache, generic_icons_list_offset) && + write_card32 (cache, type_offset)); +} + + +typedef gboolean (FilterFunc) (gpointer key); +typedef gchar ** (GetValueFunc) (gpointer data, gchar *key); + +typedef struct +{ + FILE *cache; + GHashTable *pool; + guint offset; + GetValueFunc *get_value; + gpointer data; + gboolean weighted; + gboolean error; +} MapData; + +static void +write_map_entry (gpointer key, + gpointer data) +{ + MapData *map_data = (MapData *)data; + gchar **values; + guint offset, i; + guint weight; + + values = (* map_data->get_value) (map_data->data, key); + for (i = 0; values[i]; i++) + { + if (map_data->weighted && (i % 3 == 2)) + { + weight = atoi (values[i]); + + if (!write_card32 (map_data->cache, weight)) + map_data->error = TRUE; + + map_data->offset += 4; + } + else + { + offset = GPOINTER_TO_UINT (g_hash_table_lookup (map_data->pool, values[i])); + if (offset == 0) + { + g_warning ("Missing string: '%s'\n", values[i]); + map_data->error = TRUE; + } + if (!write_card32 (map_data->cache, offset)) + map_data->error = TRUE; + map_data->offset += 4; + } + } + + g_strfreev (values); +} + +typedef struct +{ + FilterFunc *filter; + GPtrArray *keys; +} FilterData; + +static void +add_key (gpointer key, + gpointer value, + gpointer data) +{ + FilterData *filter_data = (FilterData *)data; + + if (!filter_data->filter || (* filter_data->filter) (key)) + g_ptr_array_add (filter_data->keys, key); +} + +static gboolean +write_map (FILE *cache, + GHashTable *strings, + GHashTable *map, + FilterFunc *filter, + GetValueFunc *get_value, + gboolean weighted, + guint *offset) +{ + GPtrArray *keys; + MapData map_data; + FilterData filter_data; + + keys = g_ptr_array_new (); + + filter_data.keys = keys; + filter_data.filter = filter; + g_hash_table_foreach (map, add_key, &filter_data); + + g_ptr_array_sort (keys, strcmp2); + + if (!write_card32 (cache, keys->len)) + return FALSE; + + map_data.cache = cache; + map_data.pool = strings; + map_data.get_value = get_value; + map_data.data = map; + map_data.weighted = weighted; + map_data.offset = *offset + 4; + map_data.error = FALSE; + + g_ptr_array_foreach (keys, write_map_entry, &map_data); + + *offset = map_data.offset; + + return !map_data.error; +} + +static gchar ** +get_type_value (gpointer data, + gchar *key) +{ + Type *type; + gchar **result; + + type = (Type *)g_hash_table_lookup ((GHashTable *)data, key); + + result = g_new0 (gchar *, 3); + result[0] = g_strdup (key); + result[1] = g_strdup_printf ("%s/%s", type->media, type->subtype); + + return result; +} + +static gchar ** +get_glob_list_value (gpointer data, + gchar *key) +{ + GList *list; + Glob *glob; + Type *type; + gchar **result; + gint i; + + list = (GList *)g_hash_table_lookup ((GHashTable *)data, key); + + result = g_new0 (gchar *, 1 + 3 * g_list_length (list)); + + i = 0; + for (; list; list = list->next) + { + glob = (Glob *)list->data; + type = glob->type; + + result[i++] = g_strdup (glob->pattern); + result[i++] = g_strdup_printf ("%s/%s", type->media, type->subtype); + result[i++] = g_strdup_printf ("%d", glob->weight); + } + return result; +} + +static gboolean +write_alias_cache (FILE *cache, + GHashTable *strings, + guint *offset) +{ + return write_map (cache, strings, alias_hash, NULL, get_type_value, FALSE, offset); +} + +static void +write_parent_entry (gpointer key, + gpointer data) +{ + gchar *mimetype = (gchar *)key; + MapData *map_data = (MapData *)data; + guint parents_offset, offset; + GList *parents; + + parents = (GList *)g_hash_table_lookup (subclass_hash, mimetype); + offset = GPOINTER_TO_UINT (g_hash_table_lookup (map_data->pool, mimetype)); + if (offset == 0) + { + g_warning ("Missing string: '%s'\n", (gchar *)key); + map_data->error = TRUE; + } + + parents_offset = map_data->offset; + map_data->offset += 4 + 4 * g_list_length (parents); + + if (!write_card32 (map_data->cache, offset) || + !write_card32 (map_data->cache, parents_offset)) + map_data->error = TRUE; +} + +static void +write_parent_list (gpointer key, + gpointer data) +{ + gchar *mimetype = (gchar *)key; + MapData *map_data = (MapData *)data; + guint offset; + GList *parents, *p; + + parents = (GList *)g_hash_table_lookup (subclass_hash, mimetype); + + if (!write_card32 (map_data->cache, g_list_length (parents))) + map_data->error = TRUE; + + for (p = parents; p; p = p->next) + { + gchar *parent = (gchar *)p->data; + + offset = GPOINTER_TO_UINT (g_hash_table_lookup (map_data->pool, parent)); + if (offset == 0) + { + g_warning ("Missing string: '%s'\n", parent); + map_data->error = TRUE; + } + + if (!write_card32 (map_data->cache, offset)) + map_data->error = TRUE; + } + + map_data->offset += 4 + 4 * g_list_length (parents); +} + +static gboolean +write_parent_cache (FILE *cache, + GHashTable *strings, + guint *offset) +{ + GPtrArray *keys; + MapData map_data; + FilterData filter_data; + + keys = g_ptr_array_new (); + + filter_data.keys = keys; + filter_data.filter = NULL; + g_hash_table_foreach (subclass_hash, add_key, &filter_data); + + g_ptr_array_sort (keys, strcmp2); + + if (!write_card32 (cache, keys->len)) + return FALSE; + + map_data.cache = cache; + map_data.pool = strings; + map_data.offset = *offset + 4 + keys->len * 8; + map_data.error = FALSE; + + g_ptr_array_foreach (keys, write_parent_entry, &map_data); + + map_data.offset = *offset + 4 + keys->len * 8; + g_ptr_array_foreach (keys, write_parent_list, &map_data); + + *offset = map_data.offset; + + return !map_data.error; +} + +typedef enum +{ + GLOB_LITERAL, + GLOB_SIMPLE, + GLOB_FULL +} GlobType; + +static GlobType +glob_type (gchar *glob) +{ + gchar *ptr; + gboolean maybe_in_simple_glob = FALSE; + gboolean first_char = TRUE; + + ptr = glob; + + while (*ptr != '\0') + { + if (*ptr == '*' && first_char) + maybe_in_simple_glob = TRUE; + else if (*ptr == '\\' || *ptr == '[' || *ptr == '?' || *ptr == '*') + return GLOB_FULL; + + first_char = FALSE; + ptr = g_utf8_next_char (ptr); + } + + if (maybe_in_simple_glob) + return GLOB_SIMPLE; + + return GLOB_LITERAL; +} + +static gboolean +is_literal_glob (gpointer key) +{ + return glob_type ((gchar *)key) == GLOB_LITERAL; +} + +static gboolean +is_simple_glob (gpointer key) +{ + return glob_type ((gchar *)key) == GLOB_SIMPLE; +} + +static gboolean +is_full_glob (gpointer key) +{ + return glob_type ((gchar *)key) == GLOB_FULL; +} + +static gboolean +write_literal_cache (FILE *cache, + GHashTable *strings, + guint *offset) +{ + return write_map (cache, strings, globs_hash, is_literal_glob, + get_glob_list_value, TRUE, offset); +} + +static gboolean +write_glob_cache (FILE *cache, + GHashTable *strings, + guint *offset) +{ + return write_map (cache, strings, globs_hash, is_full_glob, + get_glob_list_value, TRUE, offset); +} + +typedef struct _SuffixEntry SuffixEntry; + +struct _SuffixEntry +{ + gunichar character; + gchar *mimetype; + gint weight; + GList *children; + guint size; + guint depth; +}; + +static GList * +insert_suffix (gunichar *suffix, + gchar *mimetype, + gint weight, + GList *suffixes) +{ + GList *l; + SuffixEntry *s = NULL; + + for (l = suffixes; l; l = l->next) + { + s = (SuffixEntry *)l->data; + + if (s->character > suffix[0]) + { + s = g_new0 (SuffixEntry, 1); + s->character = suffix[0]; + s->mimetype = NULL; + s->children = NULL; + + suffixes = g_list_insert_before (suffixes, l, s); + } + + if (s->character == suffix[0]) + break; + } + + if (!s || s->character != suffix[0]) + { + s = g_new0 (SuffixEntry, 1); + s->character = suffix[0]; + s->mimetype = NULL; + s->children = NULL; + + suffixes = g_list_append (suffixes, s); + } + + if (suffix[1] == 0) + { + GList *l2; + SuffixEntry *s2; + gboolean found = FALSE; + + for (l2 = s->children; l2; l2 = l2->next) + { + s2 = (SuffixEntry *)l2->data; + if (s2->character != 0) + break; + if (strcmp (s2->mimetype, mimetype) == 0) + { + if (s2->weight < weight) + s2->weight = weight; + found = TRUE; + break; + } + } + if (!found) + { + s2 = g_new0 (SuffixEntry, 1); + s2->character = 0; + s2->mimetype = mimetype; + s2->weight = weight; + s2->children = NULL; + s->children = g_list_insert_before (s->children, l2, s2); + } + } + else + s->children = insert_suffix (suffix + 1, mimetype, weight, s->children); + + return suffixes; +} + +static void +ucs4_reverse (gunichar *in, glong len) +{ + int i; + gunichar c; + + for (i = 0; i < len - i - 1; i++) + { + c = in[i]; + in[i] = in[len - i - 1]; + in[len - i - 1] = c; + } +} + +static void +build_suffixes (gpointer key, + gpointer value, + gpointer data) +{ + gchar *pattern = (gchar *)key; + GList *list = (GList *)value; + GList **suffixes = (GList **)data; + gunichar *suffix; + gchar *mimetype; + Glob *glob; + Type *type; + glong len; + + if (is_simple_glob (pattern)) + { + suffix = g_utf8_to_ucs4 (pattern + 1, -1, NULL, &len, NULL); + + if (suffix == NULL) + { + g_warning ("Glob '%s' is not valid UTF-8\n", pattern); + return; + } + + ucs4_reverse (suffix, len); + for ( ; list; list = list->next) + { + glob = (Glob *)list->data; + type = glob->type; + mimetype = g_strdup_printf ("%s/%s", type->media, type->subtype); + + *suffixes = insert_suffix (suffix, mimetype, glob->weight, *suffixes); + } + + g_free (suffix); + } +} + +static void +calculate_size (SuffixEntry *entry) +{ + GList *s; + + entry->size = 0; + entry->depth = 0; + for (s = entry->children; s; s= s->next) + { + SuffixEntry *child = (SuffixEntry *)s->data; + + calculate_size (child); + entry->size += 1 + child->size; + entry->depth = MAX (entry->depth, child->depth + 1); + } +} + +static gboolean +write_suffix_entries (FILE *cache, + guint depth, + SuffixEntry *entry, + GHashTable *strings, + guint *child_offset) +{ + GList *c; + guint offset; + + if (depth > 0) + { + gboolean error = FALSE; + + for (c = entry->children; c; c = c->next) + { + SuffixEntry *child = (SuffixEntry *)c->data; + if (!write_suffix_entries (cache, depth - 1, child, strings, child_offset)) + error = TRUE; + } + + return !error; + } + + if (entry->mimetype) + { + offset = GPOINTER_TO_UINT(g_hash_table_lookup (strings, entry->mimetype)); + if (offset == 0) + { + g_warning ("Missing string: '%s'\n", entry->mimetype); + return FALSE; + } + } + else + offset = 0; + + if (entry->character == 0) + { + if (!write_card32 (cache, entry->character)) + return FALSE; + + if (!write_card32 (cache, offset)) + return FALSE; + + if (!write_card32 (cache, entry->weight)) + return FALSE; + } + else + { + if (!write_card32 (cache, entry->character)) + return FALSE; + + if (!write_card32 (cache, g_list_length (entry->children))) + return FALSE; + + if (!write_card32 (cache, *child_offset)) + return FALSE; + } + + *child_offset += 12 * g_list_length (entry->children); + + return TRUE; +} + +static gboolean +write_suffix_cache (FILE *cache, + GHashTable *strings, + guint *offset) +{ + GList *suffixes, *s; + guint n_entries; + guint child_offset; + guint depth, d; + + suffixes = NULL; + + g_hash_table_foreach (globs_hash, build_suffixes, &suffixes); + + n_entries = g_list_length (suffixes); + + *offset += 8; + child_offset = *offset + 12 * n_entries; + depth = 0; + for (s = suffixes; s; s= s->next) + { + SuffixEntry *entry = (SuffixEntry *)s->data; + calculate_size (entry); + depth = MAX (depth, entry->depth + 1); + } + + if (!write_card32 (cache, n_entries) || !write_card32 (cache, *offset)) + return FALSE; + + for (d = 0; d < depth; d++) + { + for (s = suffixes; s; s = s->next) + { + SuffixEntry *entry = (SuffixEntry *)s->data; + + if (!write_suffix_entries (cache, d, entry, strings, &child_offset)) + return FALSE; + } + } + + *offset = child_offset; + + return TRUE; +} + +typedef struct { + FILE *cache; + GHashTable *strings; + GList *matches; + guint offset; + gboolean error; +} WriteMatchData; + + +static void +write_match (gpointer key, + gpointer data) +{ + Magic *magic = (Magic *)key; + WriteMatchData *mdata = (WriteMatchData *)data; + gchar *mimetype; + guint offset; + + if (!write_card32 (mdata->cache, magic->priority)) + { + mdata->error = TRUE; + return; + } + + mimetype = g_strdup_printf ("%s/%s", magic->type->media, magic->type->subtype); + offset = GPOINTER_TO_UINT (g_hash_table_lookup (mdata->strings, mimetype)); + if (offset == 0) + { + g_warning ("Missing string: '%s'\n", mimetype); + g_free (mimetype); + mdata->error = TRUE; + return; + } + g_free (mimetype); + + if (!write_card32 (mdata->cache, offset)) + { + mdata->error = TRUE; + return; + } + + if (!write_card32 (mdata->cache, g_list_length (magic->matches))) + { + mdata->error = TRUE; + return; + } + + offset = mdata->offset + 32 * g_list_index (mdata->matches, magic->matches->data); + + if (!write_card32 (mdata->cache, offset)) + { + mdata->error = TRUE; + return; + } +} + +static gboolean +write_matchlet (FILE *cache, + Match *match, + GList *matches, + gint offset, + gint *offset2) +{ + if (!write_card32 (cache, match->range_start) || + !write_card32 (cache, match->range_length) || + !write_card32 (cache, match->word_size) || + !write_card32 (cache, match->data_length) || + !write_card32 (cache, *offset2)) + return FALSE; + + *offset2 = ALIGN_VALUE (*offset2 + match->data_length, 4); + + if (match->mask) + { + if (!write_card32 (cache, *offset2)) + return FALSE; + + *offset2 = ALIGN_VALUE (*offset2 + match->data_length, 4); + } + else + { + if (!write_card32 (cache, 0)) + return FALSE; + } + + if (match->matches) + { + if (!write_card32 (cache, g_list_length (match->matches)) || + !write_card32 (cache, offset + 32 * g_list_index (matches, match->matches->data))) + return FALSE; + } + else + { + if (!write_card32 (cache, 0) || + !write_card32 (cache, 0)) + return FALSE; + } + + return TRUE; +} + +static gboolean +write_matchlet_data (FILE *cache, + Match *match, + gint *offset2) +{ + if (!write_data (cache, match->data, match->data_length)) + return FALSE; + + *offset2 = ALIGN_VALUE (*offset2 + match->data_length, 4); + + if (match->mask) + { + if (!write_data (cache, match->mask, match->data_length)) + return FALSE; + + *offset2 = ALIGN_VALUE (*offset2 + match->data_length, 4); + } + + return TRUE; +} + +static void +collect_matches_list (GList *list, GList **matches) +{ + GList *l; + + for (l = list; l; l = l->next) + *matches = g_list_prepend (*matches, l->data); + + for (l = list; l; l = l->next) + { + Match *match = (Match *)l->data; + collect_matches_list (match->matches, matches); + } +} + +static void +collect_matches (gpointer key, gpointer data) +{ + Magic *magic = (Magic *)key; + GList **matches = (GList **)data; + + collect_matches_list (magic->matches, matches); +} + +static gboolean +write_magic_cache (FILE *cache, + GHashTable *strings, + guint *offset) +{ + guint n_entries, max_extent; + gint offset2; + GList *m; + WriteMatchData data; + + data.matches = NULL; + g_ptr_array_foreach (magic_array, collect_matches, &data.matches); + data.matches = g_list_reverse (data.matches); + + max_extent = 0; + for (m = data.matches; m; m = m->next) + { + Match *match = (Match *)m->data; + max_extent = MAX (max_extent, match->data_length + match->range_start + match->range_length); + } + + n_entries = magic_array->len; + + *offset += 12; + + if (!write_card32 (cache, n_entries) || + !write_card32 (cache, max_extent) || + !write_card32 (cache, *offset)) + return FALSE; + + *offset += 16 * n_entries; + + data.cache = cache; + data.strings = strings; + data.offset = *offset; + data.error = FALSE; + + offset2 = *offset + 32 * g_list_length (data.matches); + + g_ptr_array_foreach (magic_array, write_match, &data); + for (m = data.matches; m; m = m->next) + { + Match *match = (Match *)m->data; + write_matchlet (cache, match, data.matches, *offset, &offset2); + } + + offset2 = *offset + 32 * g_list_length (data.matches); + + for (m = data.matches; m; m = m->next) + { + Match *match = (Match *)m->data; + write_matchlet_data (cache, match, &offset2); + } + + *offset = offset2; + + g_list_free (data.matches); + + return !data.error; +} + +static gchar ** +get_namespace_value (gpointer data, + gchar *key) +{ + Type *type; + gchar **result; + gchar *space; + + type = (Type *)g_hash_table_lookup ((GHashTable *)data, key); + + result = g_new0 (gchar *, 4); + space = strchr (key, ' '); + if (*space) + { + *space = '\0'; + result[0] = g_strdup (key); + result[1] = g_strdup (space + 1); + *space = ' '; + } + else + result[0] = g_strdup (key); + + result[2] = g_strdup_printf ("%s/%s", type->media, type->subtype); + + return result; +} + +static gboolean +write_namespace_cache (FILE *cache, + GHashTable *strings, + guint *offset) +{ + return write_map (cache, strings, namespace_hash, NULL, + get_namespace_value, FALSE, offset); +} + +static gchar ** +get_icon_value (gpointer data, + gchar *key) +{ + gchar *iconname; + gchar **result; + + iconname = (gchar *)g_hash_table_lookup ((GHashTable *)data, key); + + result = g_new0 (gchar *, 3); + result[0] = g_strdup (key); + result[1] = g_strdup (iconname); + result[2] = NULL; + + return result; +} + +static gboolean +write_icons_cache (FILE *cache, + GHashTable *strings, + GHashTable *icon_hash, + guint *offset) +{ + return write_map (cache, strings, icon_hash, NULL, + get_icon_value, FALSE, offset); +} + +/* Write all the collected types */ +static gboolean +write_types_cache (FILE *cache, + GHashTable *strings, + GHashTable *types, + guint *offset) +{ + GPtrArray *lines; + int i; + char *mimetype; + guint mime_offset; + + lines = g_ptr_array_new(); + + g_hash_table_foreach(types, add_type, lines); + + g_ptr_array_sort(lines, strcmp2); + + if (!write_card32 (cache, lines->len)) + return FALSE; + + for (i = 0; i < lines->len; i++) + { + mimetype = (char *) lines->pdata[i]; + mime_offset = GPOINTER_TO_UINT (g_hash_table_lookup (strings, mimetype)); + if (!write_card32 (cache, mime_offset)) + return FALSE; + + g_free(mimetype); + } + + *offset += 4 + 4 * lines->len; + + g_ptr_array_free(lines, TRUE); + + return TRUE; +} + +static void +collect_alias (gpointer key, + gpointer value, + gpointer data) +{ + GHashTable *strings = (GHashTable *)data; + Type *type = (Type *)value; + gchar *mimetype; + + mimetype = g_strdup_printf ("%s/%s", type->media, type->subtype); + g_hash_table_insert (strings, key, NULL); + g_hash_table_insert (strings, mimetype, NULL); +} + + +static void +collect_parents (gpointer key, + gpointer value, + gpointer data) +{ + GList *parents = (GList *)value; + GHashTable *strings = (GHashTable *)data; + GList *p; + + g_hash_table_insert (strings, key, NULL); + for (p = parents; p; p = p->next) + g_hash_table_insert (strings, p->data, NULL); +} + +static void +collect_glob (gpointer key, + gpointer value, + gpointer data) +{ + GList *list = (GList *)value; + GHashTable *strings = (GHashTable *)data; + gchar *mimetype; + Glob *glob; + Type *type; + + switch (glob_type ((char *)key)) + { + case GLOB_LITERAL: + case GLOB_FULL: + g_hash_table_insert (strings, key, NULL); + break; + default: + break; + } + + for (; list; list = list->next) + { + glob = (Glob *)list->data; + type = glob->type; + mimetype = g_strdup_printf ("%s/%s", type->media, type->subtype); + + g_hash_table_insert (strings, mimetype, NULL); + } +} + +static void +collect_magic (gpointer key, + gpointer data) +{ + Magic *magic = (Magic *)key; + GHashTable *strings = (GHashTable *)data; + gchar *mimetype; + + mimetype = g_strdup_printf ("%s/%s", magic->type->media, magic->type->subtype); + g_hash_table_insert (strings, mimetype, NULL); +} + +static void +collect_namespace (gpointer key, + gpointer value, + gpointer data) +{ + gchar *ns = (gchar *)key; + Type *type = (Type *)value; + GHashTable *strings = (GHashTable *)data; + gchar *mimetype; + gchar *space; + + mimetype = g_strdup_printf ("%s/%s", type->media, type->subtype); + g_hash_table_insert (strings, mimetype, NULL); + + space = strchr (ns, ' '); + + if (space) + { + *space = '\0'; + g_hash_table_insert (strings, g_strdup (ns), NULL); + g_hash_table_insert (strings, space + 1, NULL); + *space = ' '; + } + else + g_hash_table_insert (strings, ns, NULL); +} + +static void +collect_icons(gpointer key, + gpointer value, + gpointer data) +{ + gchar *mimetype = (gchar *)key; + gchar *iconname = (gchar *)value; + GHashTable *strings = (GHashTable *)data; + + g_hash_table_insert (strings, mimetype, NULL); + g_hash_table_insert (strings, iconname, NULL); +} + + +static void +collect_strings (GHashTable *strings) +{ + g_hash_table_foreach (alias_hash, collect_alias, strings); + g_hash_table_foreach (subclass_hash, collect_parents, strings); + g_hash_table_foreach (globs_hash, collect_glob, strings); + g_ptr_array_foreach (magic_array, collect_magic, strings); + g_hash_table_foreach (namespace_hash, collect_namespace, strings); + g_hash_table_foreach (generic_icon_hash, collect_icons, strings); + g_hash_table_foreach (icon_hash, collect_icons, strings); +} + +typedef struct +{ + FILE *cache; + GHashTable *strings; + guint offset; + gboolean error; +} StringData; + +static void +write_one_string (gpointer key, + gpointer value, + gpointer data) +{ + gchar *str = (gchar *)key; + StringData *sdata = (StringData *)data; + + if (!write_string (sdata->cache, str)) + sdata->error = TRUE; + + g_hash_table_insert (sdata->strings, str, GUINT_TO_POINTER (sdata->offset)); + + sdata->offset = ALIGN_VALUE (sdata->offset + strlen (str) + 1, 4); +} + +static gboolean +write_strings (FILE *cache, + GHashTable *strings, + guint *offset) +{ + StringData data; + + data.cache = cache; + data.strings = strings; + data.offset = *offset; + data.error = FALSE; + + g_hash_table_foreach (strings, write_one_string, &data); + + *offset = data.offset; + + return !data.error; +} + +static gboolean +write_cache (FILE *cache) +{ + guint strings_offset; + guint alias_offset; + guint parent_offset; + guint literal_offset; + guint suffix_offset; + guint glob_offset; + guint magic_offset; + guint namespace_offset; + guint icons_list_offset; + guint generic_icons_list_offset; + guint type_offset; + guint offset; + GHashTable *strings; + + offset = 0; + if (!write_header (cache, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, &offset)) + { + g_warning ("Failed to write header\n"); + return FALSE; + } + + strings = g_hash_table_new (g_str_hash, g_str_equal); + collect_strings (strings); + strings_offset = offset; + + if (!write_strings (cache, strings, &offset)) + { + g_warning ("Failed to write strings\n"); + return FALSE; + } + g_message ("Wrote %d strings at %x - %x\n", + g_hash_table_size (strings), strings_offset, offset); + + alias_offset = offset; + if (!write_alias_cache (cache, strings, &offset)) + { + g_warning ("Failed to write alias list\n"); + return FALSE; + } + g_message ("Wrote aliases at %x - %x\n", alias_offset, offset); + + parent_offset = offset; + if (!write_parent_cache (cache, strings, &offset)) + { + g_warning ("Failed to write parent list\n"); + return FALSE; + } + g_message ("Wrote parents at %x - %x\n", parent_offset, offset); + + literal_offset = offset; + if (!write_literal_cache (cache, strings, &offset)) + { + g_warning ("Failed to write literal list\n"); + return FALSE; + } + g_message ("Wrote literal globs at %x - %x\n", literal_offset, offset); + + suffix_offset = offset; + if (!write_suffix_cache (cache, strings, &offset)) + { + g_warning ("Failed to write suffix list\n"); + return FALSE; + } + g_message ("Wrote suffix globs at %x - %x\n", suffix_offset, offset); + + glob_offset = offset; + if (!write_glob_cache (cache, strings, &offset)) + { + g_warning ("Failed to write glob list\n"); + return FALSE; + } + g_message ("Wrote full globs at %x - %x\n", glob_offset, offset); + + magic_offset = offset; + if (!write_magic_cache (cache, strings, &offset)) + { + g_warning ("Failed to write magic list\n"); + return FALSE; + } + g_message ("Wrote magic at %x - %x\n", magic_offset, offset); + + namespace_offset = offset; + if (!write_namespace_cache (cache, strings, &offset)) + { + g_warning ("Failed to write namespace list\n"); + return FALSE; + } + g_message ("Wrote namespace list at %x - %x\n", namespace_offset, offset); + + icons_list_offset = offset; + if (!write_icons_cache (cache, strings, icon_hash, &offset)) + { + g_warning ("Failed to write icons list\n"); + return FALSE; + } + g_message ("Wrote icons list at %x - %x\n", icons_list_offset, offset); + + generic_icons_list_offset = offset; + if (!write_icons_cache (cache, strings, generic_icon_hash, &offset)) + { + g_warning ("Failed to write generic icons list\n"); + return FALSE; + } + g_message ("Wrote generic icons list at %x - %x\n", generic_icons_list_offset, offset); + + type_offset = offset; + if (!write_types_cache (cache, strings, types, &offset)) + { + g_warning ("Failed to write types list\n"); + return FALSE; + } + g_message ("Wrote types list at %x - %x\n", type_offset, offset); + + rewind (cache); + offset = 0; + + if (!write_header (cache, + alias_offset, parent_offset, literal_offset, + suffix_offset, glob_offset, magic_offset, + namespace_offset, icons_list_offset, + generic_icons_list_offset, type_offset, + &offset)) + { + g_warning ("Failed to rewrite header\n"); + return FALSE; + } + + g_hash_table_destroy (strings); + + return TRUE; +} + + +static FILE * +open_or_die(const char *filename) +{ + FILE *stream = fopen(filename, "wb"); + + if (!stream) + { + g_printerr("Failed to open '%s' for writing\n", filename); + exit(EXIT_FAILURE); + } + + return stream; +} + +int main(int argc, char **argv) +{ + char *mime_dir = NULL; + char *package_dir = NULL; + int opt; + + /* Install the filtering log handler */ + g_log_set_default_handler(g_log_handler, NULL); + + while ((opt = getopt(argc, argv, "hvV")) != -1) + { + switch (opt) + { + case '?': + usage(argv[0]); + return EXIT_FAILURE; + case 'h': + usage(argv[0]); + return EXIT_SUCCESS; + case 'v': + g_fprintf(stderr, + "update-mime-database (" PACKAGE ") " + VERSION "\n" COPYING); + return EXIT_SUCCESS; + case 'V': + enabled_log_levels |= G_LOG_LEVEL_MESSAGE + | G_LOG_LEVEL_INFO; + break; + default: + return EXIT_FAILURE; + } + } + + if (optind != argc - 1) + { + usage(argv[0]); + return EXIT_FAILURE; + } + + LIBXML_TEST_VERSION; + + mime_dir = argv[optind]; + + /* Strip trailing / characters */ + { + int l = strlen(mime_dir); + while (l > 1 && mime_dir[l - 1] == '/') + { + l--; + mime_dir[l] = '\0'; + } + } + + package_dir = g_strconcat(mime_dir, "/packages", NULL); + + if (access(mime_dir, W_OK)) + { + g_warning(_("%s: I don't have write permission on %s.\n" + "Try rerunning me as root.\n"), argv[0], mime_dir); + return EXIT_FAILURE; + } + + g_message("Updating MIME database in %s...\n", mime_dir); + + if (access(package_dir, F_OK)) + { + g_fprintf(stderr, + _("Directory '%s' does not exist!\n"), package_dir); + return EXIT_FAILURE; + } + + types = g_hash_table_new_full(g_str_hash, g_str_equal, + g_free, free_type); + globs_hash = g_hash_table_new_full(g_str_hash, g_str_equal, + g_free, NULL); + namespace_hash = g_hash_table_new_full(g_str_hash, g_str_equal, + g_free, NULL); + magic_array = g_ptr_array_new(); + tree_magic_array = g_ptr_array_new(); + subclass_hash = g_hash_table_new_full(g_str_hash, g_str_equal, + g_free, free_string_list); + alias_hash = g_hash_table_new_full(g_str_hash, g_str_equal, + g_free, NULL); + icon_hash = g_hash_table_new_full(g_str_hash, g_str_equal, + g_free, NULL); + generic_icon_hash = g_hash_table_new_full(g_str_hash, g_str_equal, + g_free, NULL); + + scan_source_dir(package_dir); + g_free(package_dir); + + delete_old_types(mime_dir); + + g_hash_table_foreach(types, write_out_type, (gpointer) mime_dir); + + { + FILE *globs; + char *globs_path; + GList *glob_list = NULL; + + g_hash_table_foreach(globs_hash, collect_glob2, &glob_list); + glob_list = g_list_sort(glob_list, (GCompareFunc)compare_by_weight); + globs_path = g_strconcat(mime_dir, "/globs.new", NULL); + globs = open_or_die(globs_path); + g_fprintf(globs, + "# This file was automatically generated by the\n" + "# update-mime-database command. DO NOT EDIT!\n"); + write_out_glob(glob_list, globs); + fclose(globs); + atomic_update(globs_path); + g_free(globs_path); + + globs_path = g_strconcat(mime_dir, "/globs2.new", NULL); + globs = open_or_die(globs_path); + g_fprintf(globs, + "# This file was automatically generated by the\n" + "# update-mime-database command. DO NOT EDIT!\n"); + write_out_glob2 (glob_list, globs); + fclose(globs); + atomic_update(globs_path); + g_free(globs_path); + + g_list_free (glob_list); + } + + { + FILE *stream; + char *magic_path; + int i; + magic_path = g_strconcat(mime_dir, "/magic.new", NULL); + stream = open_or_die(magic_path); + fwrite("MIME-Magic\0\n", 1, 12, stream); + + if (magic_array->len) + g_ptr_array_sort(magic_array, cmp_magic); + for (i = 0; i < magic_array->len; i++) + { + Magic *magic = (Magic *) magic_array->pdata[i]; + + write_magic(stream, magic); + } + fclose(stream); + + atomic_update(magic_path); + g_free(magic_path); + } + + { + FILE *stream; + char *ns_path; + + ns_path = g_strconcat(mime_dir, "/XMLnamespaces.new", NULL); + stream = open_or_die(ns_path); + write_namespaces(stream); + fclose(stream); + + atomic_update(ns_path); + g_free(ns_path); + } + + { + FILE *stream; + char *path; + + path = g_strconcat(mime_dir, "/subclasses.new", NULL); + stream = open_or_die(path); + write_subclasses(stream); + fclose(stream); + + atomic_update(path); + g_free(path); + } + + { + FILE *stream; + char *path; + + path = g_strconcat(mime_dir, "/aliases.new", NULL); + stream = open_or_die(path); + write_aliases(stream); + fclose(stream); + + atomic_update(path); + g_free(path); + } + + { + FILE *stream; + char *path; + + path = g_strconcat(mime_dir, "/types.new", NULL); + stream = open_or_die(path); + write_types(stream); + fclose(stream); + + atomic_update(path); + g_free(path); + } + + { + FILE *stream; + char *icon_path; + + icon_path = g_strconcat(mime_dir, "/generic-icons.new", NULL); + stream = open_or_die(icon_path); + write_icons(generic_icon_hash, stream); + fclose(stream); + + atomic_update(icon_path); + g_free(icon_path); + } + + { + FILE *stream; + char *icon_path; + + icon_path = g_strconcat(mime_dir, "/icons.new", NULL); + stream = open_or_die(icon_path); + write_icons(icon_hash, stream); + fclose(stream); + + atomic_update(icon_path); + g_free(icon_path); + } + + { + FILE *stream; + char *path; + int i; + path = g_strconcat(mime_dir, "/treemagic.new", NULL); + stream = open_or_die(path); + fwrite("MIME-TreeMagic\0\n", 1, 16, stream); + + if (tree_magic_array->len) + g_ptr_array_sort(tree_magic_array, cmp_tree_magic); + for (i = 0; i < tree_magic_array->len; i++) + { + TreeMagic *magic = (TreeMagic *) tree_magic_array->pdata[i]; + + write_tree_magic(stream, magic); + } + fclose(stream); + + atomic_update(path); + g_free(path); + } + + { + FILE *stream; + char *path; + + path = g_strconcat(mime_dir, "/mime.cache.new", NULL); + stream = open_or_die(path); + write_cache(stream); + fclose(stream); + + atomic_update(path); + g_free(path); + } + + g_ptr_array_foreach(magic_array, (GFunc)magic_free, NULL); + g_ptr_array_free(magic_array, TRUE); + g_ptr_array_foreach(tree_magic_array, (GFunc)tree_magic_free, NULL); + g_ptr_array_free(tree_magic_array, TRUE); + + g_hash_table_destroy(types); + g_hash_table_destroy(globs_hash); + g_hash_table_destroy(namespace_hash); + g_hash_table_destroy(subclass_hash); + g_hash_table_destroy(alias_hash); + g_hash_table_destroy(icon_hash); + g_hash_table_destroy(generic_icon_hash); + + check_in_path_xdg_data(mime_dir); + + return EXIT_SUCCESS; +} -- 2.7.4