Warning, /utilities/okteta/mimetypes/okteta.xml is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <!--
0003 It comes with ABSOLUTELY NO WARRANTY, to the extent permitted by law. You may
0004 redistribute copies of update-mime-database under the terms of the GNU General
0005 Public License. For more information about these matters, see the file named
0006 COPYING.
0007 -->
0008 <!--
0009 Notes:
0010 - the mime types in this file are valid with the version 0.40 of the
0011   shared-mime-info package.
0012 - the "fdo #xxxxx" are the wish in the freedesktop.org bug database to include
0013   the mime type there.
0014 -->
0015 
0016 <mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
0017 
0018   <mime-type type="text/x-srecord">
0019     <sub-class-of type="text/plain"/>
0020     <generic-icon name="text-x-hex"/>
0021     <comment>Motorola S-Records</comment>
0022     <comment xml:lang="ca">Registres S de Motorola</comment>
0023     <comment xml:lang="ca@valencia">Registres S de Motorola</comment>
0024     <comment xml:lang="de">Motorola-S-Records</comment>
0025     <comment xml:lang="en_GB">Motorola S-Records</comment>
0026     <comment xml:lang="eo">Motorola S-Rikordoj</comment>
0027     <comment xml:lang="es">Motorola S-Records</comment>
0028     <comment xml:lang="et">Motorola S-Records</comment>
0029     <comment xml:lang="fi">Motorolan S-Records</comment>
0030     <comment xml:lang="fr">Motorola « S-Record »</comment>
0031     <comment xml:lang="gl">Rexistros S de Motorola</comment>
0032     <comment xml:lang="ia">Motorola S-Records</comment>
0033     <comment xml:lang="it">S-Records Motorola</comment>
0034     <comment xml:lang="ka">Motorola S-Records</comment>
0035     <comment xml:lang="ko">모토로라 S-레코드</comment>
0036     <comment xml:lang="nl">Motorola S-records</comment>
0037     <comment xml:lang="nn">Motorola S-Records</comment>
0038     <comment xml:lang="pl">Motorola S-Records</comment>
0039     <comment xml:lang="pt_BR">Motorola S-Records</comment>
0040     <comment xml:lang="ru">Файл SREC</comment>
0041     <comment xml:lang="sk">Motorola S-Records</comment>
0042     <comment xml:lang="sl">Motorola S-Records</comment>
0043     <comment xml:lang="sv">Motorola S-Records</comment>
0044     <comment xml:lang="tr">Motorola S-Kayıtları</comment>
0045     <comment xml:lang="uk">S-записи Motorola</comment>
0046     <comment xml:lang="zh_CN">Motorola S-Record</comment>
0047     <comment xml:lang="zh_TW">Motorola S-Records</comment>
0048     <magic priority="70">
0049       <match offset="0" value="S0" type="string">
0050         <match offset="4" value="0000" type="string"/>
0051       </match>
0052     </magic>
0053     <glob pattern="*.srec"/>
0054 <!-- Should these be stand-alone mimetypes?  -->
0055     <glob pattern="*.s19"/>
0056     <glob pattern="*.s28"/>
0057     <glob pattern="*.s37"/>
0058   </mime-type>
0059 
0060   <mime-type type="text/x-ihex">
0061     <sub-class-of type="text/plain"/>
0062     <generic-icon name="text-x-hex"/>
0063 <!--     <generic-icon name="application-octet-stream"/> -->
0064     <comment>Intel hexadecimal object file</comment>
0065     <comment xml:lang="ca">Fitxer objecte hexadecimal d'Intel</comment>
0066     <comment xml:lang="ca@valencia">Fitxer objecte hexadecimal d'Intel</comment>
0067     <comment xml:lang="cs">Hexadecimální objektový soubor Intel®</comment>
0068     <comment xml:lang="de">Intel-Hexadezimal-Objektdatei</comment>
0069     <comment xml:lang="en_GB">Intel hexadecimal object file</comment>
0070     <comment xml:lang="eo">Intel deksesuma objektdosiero</comment>
0071     <comment xml:lang="es">Archivo objeto hexadecimal de Intel</comment>
0072     <comment xml:lang="et">Inteli 16nd-objektfail</comment>
0073     <comment xml:lang="fi">Intelin heksadesimaalinen objektitiedosto</comment>
0074     <comment xml:lang="fr">Fichier objet hexadécimal « Intel® »</comment>
0075     <comment xml:lang="gl">Ficheiro de obxecto hexadecimal de Intel</comment>
0076     <comment xml:lang="ia">File objecto hexadecimal de Intel</comment>
0077     <comment xml:lang="it">File oggetto esadecimale Intel</comment>
0078     <comment xml:lang="ka">Intel თექვსმეტობითი ობიექტის ფაილი</comment>
0079     <comment xml:lang="ko">인텔 16진수 개체 파일</comment>
0080     <comment xml:lang="nl">Intel hexadecimaal objectbestand</comment>
0081     <comment xml:lang="nn">Intel-heksobjektfil</comment>
0082     <comment xml:lang="pl">Plik obiektu szesnastkowego Intel</comment>
0083     <comment xml:lang="pt_BR">Arquivo de objeto hexadecimal Intel</comment>
0084     <comment xml:lang="ru">Файл Intel HEX</comment>
0085     <comment xml:lang="sk">Intel hexadecimálny objektový súbor</comment>
0086     <comment xml:lang="sl">Intelova šestnajstiška predmetna datoteka</comment>
0087     <comment xml:lang="sv">Intel hexadecimal objektfil</comment>
0088     <comment xml:lang="tr">Intel onaltılık nesne dosyası</comment>
0089     <comment xml:lang="uk">шістнадцятковий об’єктний файл Intel®</comment>
0090     <comment xml:lang="zh_CN">Intel 十六进制对象文件</comment>
0091     <comment xml:lang="zh_TW">Intel® hexadecimal 物件檔</comment>
0092 <!--  Intel MCS-86 Object is alternative name?  -->
0093     <magic priority="70">
0094       <match type="string" offset="0" value=":">
0095 <!--         <match type="string" offset="from end, how to do?" value=":00000001FF"/> -->
0096       </match>
0097     </magic>
0098     <glob pattern="*.hex"/>
0099     <glob pattern="*.ihex"/>
0100   </mime-type>
0101 
0102   <mime-type type="application/base64">
0103     <sub-class-of type="text/plain"/>
0104     <generic-icon name="text-x-hex"/>
0105     <comment>Base64 encoded data</comment>
0106     <comment xml:lang="ca">Dades codificades en Base64</comment>
0107     <comment xml:lang="ca@valencia">Dades codificades en Base64</comment>
0108     <comment xml:lang="cs">Data kódovaná Base64</comment>
0109     <comment xml:lang="de">Base64-kodierte Daten</comment>
0110     <comment xml:lang="en_GB">Base64 encoded data</comment>
0111     <comment xml:lang="eo">Bazo64-ĉifritaj datumoj</comment>
0112     <comment xml:lang="es">Datos codificados en Base64</comment>
0113     <comment xml:lang="et">Base64 kodeeringus andmed</comment>
0114     <comment xml:lang="fi">Base64-koodattu tieto</comment>
0115     <comment xml:lang="fr">Données encodées en « Base64 »</comment>
0116     <comment xml:lang="gl">Datos codificados en base64</comment>
0117     <comment xml:lang="ia">Datos codificate Base64</comment>
0118     <comment xml:lang="it">Dati codificati in Base64</comment>
0119     <comment xml:lang="ka">Base64 -ით კოდირებული მონაცემები</comment>
0120     <comment xml:lang="ko">Base64 인코딩된 데이터</comment>
0121     <comment xml:lang="nl">Base64 gecodeerde gegevens</comment>
0122     <comment xml:lang="nn">Base64-koda data</comment>
0123     <comment xml:lang="pl">Dane zakodowane Base64</comment>
0124     <comment xml:lang="pt_BR">Dados codificados Base64</comment>
0125     <comment xml:lang="ru">Данные в формате Base64</comment>
0126     <comment xml:lang="sk">Dáta zakódované Base64</comment>
0127     <comment xml:lang="sl">Podatki kodirani z Base64</comment>
0128     <comment xml:lang="sv">Base64-kodad data</comment>
0129     <comment xml:lang="tr">Base64 kodlanmış veri</comment>
0130     <comment xml:lang="uk">дані у кодуванні Base64</comment>
0131     <comment xml:lang="zh_CN">Base64 编码的数据</comment>
0132     <comment xml:lang="zh_TW">Base64 編碼資料</comment>
0133     <glob pattern="*.base64"/>
0134     <glob pattern="*.b64"/>
0135   </mime-type>
0136 
0137   <mime-type type="text/x-base32">
0138     <sub-class-of type="text/plain"/>
0139     <generic-icon name="text-x-hex"/>
0140     <comment>Base32 encoded data</comment>
0141     <comment xml:lang="ca">Dades codificades en Base32</comment>
0142     <comment xml:lang="ca@valencia">Dades codificades en Base32</comment>
0143     <comment xml:lang="cs">Data kódovaná Base32</comment>
0144     <comment xml:lang="de">Base32-kodierte Daten</comment>
0145     <comment xml:lang="en_GB">Base32 encoded data</comment>
0146     <comment xml:lang="eo">Bazo32-ĉifritaj datumoj</comment>
0147     <comment xml:lang="es">Datos codificados en Base32</comment>
0148     <comment xml:lang="et">Base32 kodeeringus andmed</comment>
0149     <comment xml:lang="fi">Base32-koodattu tieto</comment>
0150     <comment xml:lang="fr">Données encodées en « Base32 »</comment>
0151     <comment xml:lang="gl">Datos codificados en base32</comment>
0152     <comment xml:lang="ia">Datos codificate Base32</comment>
0153     <comment xml:lang="it">Dati codificati in Base32</comment>
0154     <comment xml:lang="ka">Base32 -ით კოდირებული მონაცემები</comment>
0155     <comment xml:lang="ko">Base32 인코딩된 데이터</comment>
0156     <comment xml:lang="nl">Base32 gecodeerde gegevens</comment>
0157     <comment xml:lang="nn">Base32-koda data</comment>
0158     <comment xml:lang="pl">Dane zakodowane Base32</comment>
0159     <comment xml:lang="pt_BR">Dados codificados Base32</comment>
0160     <comment xml:lang="ru">Данные в формате Base32</comment>
0161     <comment xml:lang="sk">Dáta zakódované Base32</comment>
0162     <comment xml:lang="sl">Podatki kodirani z Base32</comment>
0163     <comment xml:lang="sv">Base32-kodad data</comment>
0164     <comment xml:lang="tr">Base32 kodlanmış veri</comment>
0165     <comment xml:lang="uk">дані у кодуванні Base32</comment>
0166     <comment xml:lang="zh_CN">Base32 编码的数据</comment>
0167     <comment xml:lang="zh_TW">Base32 編碼資料</comment>
0168     <glob pattern="*.base32"/>
0169   </mime-type>
0170 
0171   <mime-type type="application/btoa">
0172     <sub-class-of type="text/plain"/>
0173     <generic-icon name="text-x-hex"/>
0174     <comment>Btoa Encoded File</comment>
0175     <comment xml:lang="ca">Fitxer BTOA codificat</comment>
0176     <comment xml:lang="ca@valencia">Fitxer BTOA codificat</comment>
0177     <comment xml:lang="cs">Data kódovaná Btoa</comment>
0178     <comment xml:lang="de">Btoa-kodierte Datei</comment>
0179     <comment xml:lang="en_GB">Btoa Encoded File</comment>
0180     <comment xml:lang="eo">Btoa-ĉifrita dosiero</comment>
0181     <comment xml:lang="es">Archivo codificado en Btoa</comment>
0182     <comment xml:lang="et">Btoa kodeeringus fail</comment>
0183     <comment xml:lang="fi">Btoa-koodattu tiedosto</comment>
0184     <comment xml:lang="fr">Fichier encodé en « Btoa »</comment>
0185     <comment xml:lang="gl">Ficheiro codificado en btoa</comment>
0186     <comment xml:lang="ia">File codificate Btoa</comment>
0187     <comment xml:lang="it">File codificato in Btoa</comment>
0188     <comment xml:lang="ka">Btoa -ით კოდირებული მონაცემები</comment>
0189     <comment xml:lang="ko">Btoa 인코딩된 데이터</comment>
0190     <comment xml:lang="nl">Btoa gecodeerd bestand</comment>
0191     <comment xml:lang="nn">Btoa-koda fil</comment>
0192     <comment xml:lang="pl">Dane zakodowane Btoa</comment>
0193     <comment xml:lang="pt_BR">Arquivo codificado Btoa</comment>
0194     <comment xml:lang="ru">Данные в формате Btoa</comment>
0195     <comment xml:lang="sk">Súbor zakódovaný Btoa</comment>
0196     <comment xml:lang="sl">Datoteka kodirana z Btoa</comment>
0197     <comment xml:lang="sv">BTOA-kodad data</comment>
0198     <comment xml:lang="tr">Btoa Kodlanmış Dosya</comment>
0199     <comment xml:lang="uk">файл у кодуванні Btoa</comment>
0200     <comment xml:lang="zh_CN">Btoa 编码的文件</comment>
0201     <comment xml:lang="zh_TW">Btoa 編碼檔案</comment>
0202     <magic priority="50">
0203       <match type="string" offset="0" value="xbtoa Begin"/>
0204     </magic>
0205     <glob pattern="*.b2a"/>
0206     <glob pattern="*.btoa"/>
0207   </mime-type>
0208 
0209   <mime-type type="text/x-ascii85">
0210     <sub-class-of type="text/plain"/>
0211     <generic-icon name="text-x-hex"/>
0212     <comment>Ascii85 encoded data</comment>
0213     <comment xml:lang="ca">Dades codificades en ASCII85</comment>
0214     <comment xml:lang="ca@valencia">Dades codificades en ASCII85</comment>
0215     <comment xml:lang="cs">Data kódovaná Ascii85</comment>
0216     <comment xml:lang="de">ASCII85-kodierte Daten</comment>
0217     <comment xml:lang="en_GB">Ascii85 encoded data</comment>
0218     <comment xml:lang="eo">Ascii85-ĉifritaj datumoj</comment>
0219     <comment xml:lang="es">Datos codificados en Ascii85</comment>
0220     <comment xml:lang="et">Ascii85 kodeeringus andmed</comment>
0221     <comment xml:lang="fi">Ascii85-koodattu tieto</comment>
0222     <comment xml:lang="fr">Fichier encodé en « ASCII85 »</comment>
0223     <comment xml:lang="gl">Datos codificados en Ascii85</comment>
0224     <comment xml:lang="ia">Datos codificate Ascii85</comment>
0225     <comment xml:lang="it">File codificato in Ascii85</comment>
0226     <comment xml:lang="ka">Ascii85 -ით კოდირებული მონაცემები</comment>
0227     <comment xml:lang="ko">Ascii85 인코딩된 데이터</comment>
0228     <comment xml:lang="nl">Ascii85 gecodeerde gegevens</comment>
0229     <comment xml:lang="nn">Ascii85-koda data</comment>
0230     <comment xml:lang="pl">Dane zakodowane Ascii85</comment>
0231     <comment xml:lang="pt_BR">Dados codificados Ascii85</comment>
0232     <comment xml:lang="ru">Данные в формате Ascii85</comment>
0233     <comment xml:lang="sk">Dáta zakódované Ascii85</comment>
0234     <comment xml:lang="sl">Podatki kodirani z Ascii85</comment>
0235     <comment xml:lang="sv">ASCII85-kodad data</comment>
0236     <comment xml:lang="tr">Ascii85 kodlanmış veri</comment>
0237     <comment xml:lang="uk">дані у кодуванні Ascii85</comment>
0238     <comment xml:lang="zh_CN">Ascii85 编码的数据</comment>
0239     <comment xml:lang="zh_TW">Ascii85 編碼資料</comment>
0240     <magic priority="50">
0241       <match type="string" offset="0" value="$lt;~"/>
0242     </magic>
0243     <glob pattern="*.ascii85"/>
0244   </mime-type>
0245 
0246   <mime-type type="text/x-uuencode">
0247     <sub-class-of type="text/plain"/>
0248     <generic-icon name="text-x-hex"/>
0249     <comment>Uuencoded file</comment>
0250     <comment xml:lang="ca">Fitxer «uuencoded»</comment>
0251     <comment xml:lang="ca@valencia">Fitxer «uuencoded»</comment>
0252     <comment xml:lang="de">UUencode-Datei</comment>
0253     <comment xml:lang="en_GB">Uuencoded file</comment>
0254     <comment xml:lang="eo">Uuenkodita dosiero</comment>
0255     <comment xml:lang="es">Archivo codificado con Uuencode</comment>
0256     <comment xml:lang="et">Uuencode-fail</comment>
0257     <comment xml:lang="fi">UU-koodattu tiedosto</comment>
0258     <comment xml:lang="fr">Fichier encodé en « UU »</comment>
0259     <comment xml:lang="gl">Ficheiro de uuencode</comment>
0260     <comment xml:lang="ia">file codificate Uu</comment>
0261     <comment xml:lang="it">File con codifica UUencode</comment>
0262     <comment xml:lang="ka">Uuencoded -ის ფაილი</comment>
0263     <comment xml:lang="ko">Uuencode 인코딩된 파일</comment>
0264     <comment xml:lang="nl">Uuencoded bestand</comment>
0265     <comment xml:lang="nn">Uuencoding-koda fil</comment>
0266     <comment xml:lang="pl">Plik Uuencoded</comment>
0267     <comment xml:lang="pt_BR">Arquivo Uuencoded</comment>
0268     <comment xml:lang="ru">Файл UUE</comment>
0269     <comment xml:lang="sk">Uuencoded súbor</comment>
0270     <comment xml:lang="sl">Datoteka uuencoded</comment>
0271     <comment xml:lang="sv">Uuencoded fil</comment>
0272     <comment xml:lang="tr">Uuencoded dosya</comment>
0273     <comment xml:lang="uk">файл даних у форматі UUE</comment>
0274     <comment xml:lang="zh_CN">Uuencoding 编码的文件</comment>
0275     <comment xml:lang="zh_TW">Uuencoded 檔案</comment>
0276     <magic priority="50">
0277       <match type="string" offset="0" value="begin"/>
0278       <match type="string" offset="0" value="begin-base64"/>
0279     </magic>
0280     <glob pattern="*.uue"/>
0281     <glob pattern="*.uu"/>
0282     <glob pattern="*.enc"/>
0283   </mime-type>
0284 
0285   <mime-type type="text/x-xxencode">
0286     <sub-class-of type="text/plain"/>
0287     <generic-icon name="text-x-hex"/>
0288     <comment>Xxencoded file</comment>
0289     <comment xml:lang="ca">Fitxer «xxencoded»</comment>
0290     <comment xml:lang="ca@valencia">Fitxer «xxencoded»</comment>
0291     <comment xml:lang="de">Xxencode-Datei</comment>
0292     <comment xml:lang="en_GB">Xxencoded file</comment>
0293     <comment xml:lang="eo">Xxenkodita dosiero</comment>
0294     <comment xml:lang="es">Archivo codificado con Xxencode</comment>
0295     <comment xml:lang="et">Xxencode-fail</comment>
0296     <comment xml:lang="fi">XX-koodattu tiedosto</comment>
0297     <comment xml:lang="fr">Fichier encodé en « XX »</comment>
0298     <comment xml:lang="gl">Ficheiro de xxencode</comment>
0299     <comment xml:lang="ia">File codificate Xx</comment>
0300     <comment xml:lang="it">File con codifica Xxencoded</comment>
0301     <comment xml:lang="ka">Xxencoded -ის ფაილი</comment>
0302     <comment xml:lang="ko">Xxencode 인코딩된 파일</comment>
0303     <comment xml:lang="nl">Xxencoded bestand</comment>
0304     <comment xml:lang="nn">Xxencoding-koda fil</comment>
0305     <comment xml:lang="pl">Plik Xxencoded</comment>
0306     <comment xml:lang="pt_BR">Arquivo Xxencoded</comment>
0307     <comment xml:lang="ru">Файл XXE</comment>
0308     <comment xml:lang="sk">Xxencoded súbor</comment>
0309     <comment xml:lang="sl">Datoteka xxencoded</comment>
0310     <comment xml:lang="sv">Xxencoded fil</comment>
0311     <comment xml:lang="tr">Xxencoded dosya</comment>
0312     <comment xml:lang="uk">файл даних у форматі xxe</comment>
0313     <comment xml:lang="zh_CN">Xxencoding 编码的文件</comment>
0314     <comment xml:lang="zh_TW">Xxencoded 檔案</comment>
0315     <magic priority="50">
0316       <match type="string" offset="0" value="begin"/>
0317     </magic>
0318     <glob pattern="*.xxe"/>
0319   </mime-type>
0320 
0321   <mime-type type="application/x-vnd.kde.okteta.structure">
0322     <sub-class-of type="application/xml"/>
0323     <comment>Okteta Structure definition</comment>
0324     <comment xml:lang="ca">Definició d'estructura de l'Okteta</comment>
0325     <comment xml:lang="ca@valencia">Definició d'estructura d'Okteta</comment>
0326     <comment xml:lang="cs">Definice struktury Okteta</comment>
0327     <comment xml:lang="de">Okteta-Strukturdefinition</comment>
0328     <comment xml:lang="en_GB">Okteta Structure definition</comment>
0329     <comment xml:lang="eo">Okteta Strukturdifino</comment>
0330     <comment xml:lang="es">Definición de estructura de Okteta</comment>
0331     <comment xml:lang="et">Okteta struktuuridefinitsioon</comment>
0332     <comment xml:lang="fi">Oktetan rakennemääritelmä</comment>
0333     <comment xml:lang="fr">Définition de structure pour Okteta</comment>
0334     <comment xml:lang="gl">Definición da estrutura de Okteta</comment>
0335     <comment xml:lang="ia">Definition de structura Okteta</comment>
0336     <comment xml:lang="it">Definizione di struttura di Okteta</comment>
0337     <comment xml:lang="ka">Okteta -ის სტრუქტურის აღწერა</comment>
0338     <comment xml:lang="ko">Okteta 구조체 정의</comment>
0339     <comment xml:lang="nl">Okteta structuurdefinitie</comment>
0340     <comment xml:lang="nn">Okteta strukturdefinisjon</comment>
0341     <comment xml:lang="pl">Definicja struktury Okteta</comment>
0342     <comment xml:lang="pt_BR">Definição de estrutura Okteta</comment>
0343     <comment xml:lang="ru">Определение структуры Okteta</comment>
0344     <comment xml:lang="sk">Definícia štruktúry Okteta</comment>
0345     <comment xml:lang="sl">Določilo zgradbe za Okteto</comment>
0346     <comment xml:lang="sv">Okteta strukturdefinition</comment>
0347     <comment xml:lang="tr">Okteta Yapı Tanımı</comment>
0348     <comment xml:lang="uk">визначення структури Okteta</comment>
0349     <comment xml:lang="zh_CN">Okteta 结构体定义</comment>
0350     <comment xml:lang="zh_TW">Okteta 結構定義</comment>
0351     <glob pattern="*.osd"/>
0352   </mime-type>
0353 </mime-info>