Files
SingularityViewer/indra/newview/skins/default/xui/ru/panel_group.xml
2010-04-02 02:48:44 -03:00

14 lines
673 B
XML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel name="GroupInfo" title="Инф.о Группе">
<text name="default_needs_apply_text">
Здесь есть непримененные изменения
</text>
<text name="want_apply_text">
Вы хотите применить эти изменения?
</text>
<button label="Применить" label_selected="Применить" name="btn_apply" />
<button label="Отменить" label_selected="Отменить" name="btn_cancel" />
<button label="OK" label_selected="OK" name="btn_ok" />
<button label="Обновить" label_selected="Обновить" name="btn_refresh" />
</panel>