All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.alee.examples.groups.language.resources.language.xml Maven / Gradle / Ivy

<Dictionary name="My language" prefix="my" author="mgarin" creationDate="29.10.2012">
    <record key="button" hotkey="ctrl D">
        <value lang="ru" mnemonic="д">
            <text>Показать диалог</text>
            <tooltip way="up" delay="0">Кнопка показа диалога</tooltip>
        </value>
        <value lang="en" mnemonic="d">
            <text>Show dialog</text>
            <tooltip way="up" delay="0">Dialog display button</tooltip>
        </value>
    </record>
    <Dictionary name="My dialog language" prefix="dialog">
        <record key="title">
            <value lang="ru">Текст с состояниями</value>
            <value lang="en">State label</value>
        </record>
        <record key="text">
            <value lang="ru">
                <text>Нажмите TAB чтобы увидеть другой текст</text>
                <text state="pressed"><![CDATA[<html><b>В данный момент зажат TAB</b></html>]]></text>
            </value>
            <value lang="en">
                <text>Press TAB to see another text</text>
                <text state="pressed"><![CDATA[<html><b>TAB is currently pressed</b></html>]]></text>
            </value>
        </record>
    </Dictionary>
</Dictionary>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy