<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel name="panel_login">
	<string name="real_url">
		http://secondlife.com/app/login/
	</string>
	<string name="forgot_password_url">
		http://secondlife.com/account/request.php
	</string>
	<text name="first_name_text">
		Имя:
	</text>
	<text name="last_name_text">
		Фамилия:
	</text>
	<text name="password_text">
		Пароль:
	</text>
	<text name="start_location_text">
		Стартовая Позиция:
	</text>
	<combo_box name="start_location_combo">
		<combo_item name="MyHome">
			Мой Дом
		</combo_item>
		<combo_item name="MyLastLocation">
			Моя последняя позиция
		</combo_item>
		<combo_item name="Typeregionname">
			&lt;Введите название региона&gt;
		</combo_item>
	</combo_box>
	<check_box label="Запомнить пароль" name="remember_check"/>
	<button label="Войти" label_selected="Войти" name="connect_btn"/>
	<text name="create_new_account_text">
		Зарегистрироваться
	</text>
	<text name="forgot_password_text">
		Забыли имя или пароль?
	</text>
</panel>
