diff options
author | eli <none@none> | 2016-03-24 15:37:48 -0700 |
---|---|---|
committer | eli <none@none> | 2016-03-24 15:37:48 -0700 |
commit | 0ac02ca921d4246c1e241ab366b5f435b59d8115 (patch) | |
tree | 907259a88f27ae72c36ba95ad4fb2dfc9fcfce4c /indra/newview/skins/default/xui/ru/floater_spellcheck_import.xml | |
parent | 812d454ecfaed19ae4ddff87417a4866c0e3dae3 (diff) |
FIX INTL-205 translation of Viewer Set44 for 9 languages (no Polish contribution this time), from 391-blizzard branch
Diffstat (limited to 'indra/newview/skins/default/xui/ru/floater_spellcheck_import.xml')
-rw-r--r-- | 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 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> |