diff options
Diffstat (limited to 'indra/newview/skins/default/xui/ru/floater_edit_day_cycle.xml')
-rw-r--r-- | indra/newview/skins/default/xui/ru/floater_edit_day_cycle.xml | 104 |
1 files changed, 104 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/ru/floater_edit_day_cycle.xml b/indra/newview/skins/default/xui/ru/floater_edit_day_cycle.xml new file mode 100644 index 0000000000..1adc8173c6 --- /dev/null +++ b/indra/newview/skins/default/xui/ru/floater_edit_day_cycle.xml @@ -0,0 +1,104 @@ +<?xml version="1.0" encoding="utf-8" standalone="yes"?> +<floater name="Edit Day cycle" title="Изменить суточный цикл"> + <string name="title_new"> + Создать суточный цикл + </string> + <string name="title_edit"> + Изменить суточный цикл + </string> + <string name="hint_new"> + Введите имя суточного цикла, задайте его параметры с помощью элементов управления и нажмите кнопку «Сохранить». + </string> + <string name="hint_edit"> + Чтобы изменить суточный цикл, задайте его параметры с помощью элементов управления ниже и нажмите кнопку «Сохранить». + </string> + <string name="combo_label"> + -Выбор настройки- + </string> + <text name="label"> + Название настройки: + </text> + <text name="note"> + Примечание. Если изменить имя настройки, будет создана новая настройка, а изменения в существующей не будут сохранены. + </text> + <text name="hint_item1"> + - Чтобы изменить определенные настройки неба и времени, выберите соответствующую вкладку. + </text> + <text name="hint_item2"> + - Чтобы задать время переходов, вабирайте и перетаскивайте вкладки. + </text> + <text name="hint_item3"> + - Используйте скребок для предварительного просмотра суточного цикла. + </text> + <panel name="day_cycle_slider_panel"> + <multi_slider initial_value="0" name="WLTimeSlider"/> + <multi_slider initial_value="0" name="WLDayCycleKeys"/> + <button label="Добавить отметку" label_selected="Добавить отметку" name="WLAddKey"/> + <button label="Удалить отметку" label_selected="Удалить отметку" name="WLDeleteKey"/> + <text name="WL12am"> + 12 ночи + </text> + <text name="WL3am"> + 3 ночи + </text> + <text name="WL6am"> + 6 утра + </text> + <text name="WL9amHash"> + 9 утра + </text> + <text name="WL12pmHash"> + 12 дня + </text> + <text name="WL3pm"> + 3 дня + </text> + <text name="WL6pm"> + 6 вечера + </text> + <text name="WL9pm"> + 9 вечера + </text> + <text name="WL12am2"> + 12 ночи + </text> + <text name="WL12amHash"> + | + </text> + <text name="WL3amHash"> + I + </text> + <text name="WL6amHash"> + | + </text> + <text name="WL9amHash2"> + I + </text> + <text name="WL12pmHash2"> + | + </text> + <text name="WL3pmHash"> + I + </text> + <text name="WL6pmHash"> + | + </text> + <text name="WL9pmHash"> + I + </text> + <text name="WL12amHash2"> + | + </text> + </panel> + <text name="WLCurKeyPresetText"> + Настройка неба: + </text> + <combo_box label="Стандартная" name="WLSkyPresets"/> + <text name="WLCurKeyTimeText"> + Время: + </text> + <time name="time" value="6:00"/> + <check_box label="Установить в качестве нового суточного цикла" name="make_default_cb"/> + <button label="Сохранить" name="save"/> + <button label="Отмена" name="cancel"/> +</floater> |