wok diff shared-mime-info/stuff/lazarus.xml @ rev 23021

updated libdrm packages (2.4.97 -> 2.4.100)
author Hans-G?nter Theisgen
date Tue Mar 03 15:05:21 2020 +0100 (2020-03-03)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/shared-mime-info/stuff/lazarus.xml	Tue Mar 03 15:05:21 2020 +0100
     1.3 @@ -0,0 +1,73 @@
     1.4 +<?xml version="1.0" encoding="utf-8"?>
     1.5 +<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
     1.6 +	<mime-type type="text/lazarus-project-source">
     1.7 +		<sub-class-of type="text/pascal"/>
     1.8 +		<alias type="text/lazarus-project-source"/>
     1.9 +		<comment>Lazarus project main source</comment>
    1.10 +		<comment xml:lang="de">Lazarus Projekt-Quelldatei</comment>
    1.11 +		<comment xml:lang="ru">главный исходный файл проекта Lazarus</comment>
    1.12 +		<acronym>Lazarus</acronym>
    1.13 +		<expanded-acronym>Lazarus project source</expanded-acronym>
    1.14 +		<glob pattern="*.lpr"/>
    1.15 +	</mime-type>
    1.16 +	<mime-type type="text/lazarus-project-information">
    1.17 +		<sub-class-of type="text/xml"/>
    1.18 +		<alias type="text/lazarus-project-information"/>
    1.19 +		<comment>Lazarus project</comment>
    1.20 +		<comment xml:lang="de">Lazarus Projekt</comment>
    1.21 +		<comment xml:lang="ru">проект Lazarus</comment>
    1.22 +		<acronym>Lazarus</acronym>
    1.23 +		<expanded-acronym>Lazarus project</expanded-acronym>
    1.24 +		<glob pattern="*.lpi"/>
    1.25 +	</mime-type>
    1.26 +	<mime-type type="text/lazarus-form">
    1.27 +		<sub-class-of type="text/plain"/>
    1.28 +		<alias type="text/lazarus-form"/>
    1.29 +		<comment>Lazarus form</comment>
    1.30 +		<comment xml:lang="de">Lazarus Formular</comment>
    1.31 +		<comment xml:lang="ru">форма Lazarus</comment>
    1.32 +		<acronym>Lazarus</acronym>
    1.33 +		<expanded-acronym>Lazarus form</expanded-acronym>
    1.34 +		<glob pattern="*.lfm"/>
    1.35 +	</mime-type>
    1.36 +	<mime-type type="text/lazarus-resource">
    1.37 +		<sub-class-of type="text/pascal"/>
    1.38 +		<alias type="text/lazarus-resource"/>
    1.39 +		<comment>Lazarus resource</comment>
    1.40 +		<comment xml:lang="de">Lazarus Resource</comment>
    1.41 +		<comment xml:lang="ru">ресурс Lazarus</comment>
    1.42 +		<acronym>Lazarus</acronym>
    1.43 +		<expanded-acronym>Lazarus resource</expanded-acronym>
    1.44 +		<glob pattern="*.lrs"/>
    1.45 +	</mime-type>
    1.46 +	<mime-type type="text/lazarus-package">
    1.47 +		<sub-class-of type="text/xml"/>
    1.48 +		<alias type="text/lazarus-package"/>
    1.49 +		<comment>Lazarus package</comment>
    1.50 +		<comment xml:lang="de">Lazarus Package</comment>
    1.51 +		<comment xml:lang="ru">пакет Lazarus</comment>
    1.52 +		<acronym>Lazarus</acronym>
    1.53 +		<expanded-acronym>Lazarus package</expanded-acronym>
    1.54 +		<glob pattern="*.lpk"/>
    1.55 +	</mime-type>
    1.56 +	<mime-type type="text/lazarus-package-link">
    1.57 +		<sub-class-of type="text/plain"/>
    1.58 +		<alias type="text/lazarus-package-link"/>
    1.59 +		<comment>Lazarus package link</comment>
    1.60 +		<comment xml:lang="de">Lazarus Package Verweis</comment>
    1.61 +		<comment xml:lang="ru">ссылка на пакет Lazarus</comment>
    1.62 +		<acronym>Lazarus</acronym>
    1.63 +		<expanded-acronym>Lazarus package link</expanded-acronym>
    1.64 +		<glob pattern="*.lpl"/>
    1.65 +	</mime-type>
    1.66 +	<mime-type type="text/lazarus-code-inlay">
    1.67 +		<sub-class-of type="text/plain"/>
    1.68 +		<alias type="text/lazarus-code-inlay"/>
    1.69 +		<comment>Lazarus code inlay</comment>
    1.70 +		<comment xml:lang="de">Lazarus Quellcode Schablonen</comment>
    1.71 +		<comment xml:lang="ru">вставка кода Lazarus</comment>
    1.72 +		<acronym>Lazarus</acronym>
    1.73 +		<expanded-acronym>Lazarus code inlay</expanded-acronym>
    1.74 +		<glob pattern="*.dci"/>
    1.75 +	</mime-type>
    1.76 +</mime-info>