diff options
Diffstat (limited to 'indra/newview/skins/default/xui/ru/floater_spellcheck_import.xml')
-rw-r--r--[-rwxr-xr-x] | indra/newview/skins/default/xui/ru/floater_spellcheck_import.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/ru/floater_spellcheck_import.xml b/indra/newview/skins/default/xui/ru/floater_spellcheck_import.xml index a01866db73..d6e414fb2b 100755..100644 --- a/indra/newview/skins/default/xui/ru/floater_spellcheck_import.xml +++ b/indra/newview/skins/default/xui/ru/floater_spellcheck_import.xml @@ -1,6 +1,15 @@ <?xml version="1.0" encoding="utf-8" standalone="yes"?> <floater name="spellcheck_import" title="Импорт словаря"> + <text name="import_dict"> + Словарь: + </text> <button label="Обзор" label_selected="Обзор" name="dictionary_path_browse"/> + <text name="import_name"> + Имя: + </text> + <text name="import_lang"> + Язык: + </text> <button label="Импорт" name="ok_btn"/> <button label="Отмена" name="cancel_btn"/> </floater> |