19 lines
874 B
Plaintext
19 lines
874 B
Plaintext
|
<?xml version="1.0"?>
|
||
|
<its:rules xmlns:its="http://www.w3.org/2005/11/its"
|
||
|
xmlns:gt="https://www.gnu.org/s/gettext/ns/its/extensions/1.0"
|
||
|
version="2.0">
|
||
|
<its:translateRule selector="/GTK-Interface" translate="no"/>
|
||
|
<its:translateRule selector="/GTK-Interface//label |
|
||
|
/GTK-Interface//title |
|
||
|
/GTK-Interface//text |
|
||
|
/GTK-Interface//format |
|
||
|
/GTK-Interface//copyright |
|
||
|
/GTK-Interface//comments |
|
||
|
/GTK-Interface//preview_text |
|
||
|
/GTK-Interface//tooltip"
|
||
|
translate="yes"/>
|
||
|
|
||
|
<its:preserveSpaceRule selector="/GTK-Interface" space="preserve"/>
|
||
|
<gt:escapeRule selector="/GTK-Interface" escape="no"/>
|
||
|
</its:rules>
|