diff options
| author | eli <none@none> | 2011-10-28 16:27:34 -0700 | 
|---|---|---|
| committer | eli <none@none> | 2011-10-28 16:27:34 -0700 | 
| commit | e1023d614c7e9b0a1619e1ff917dbc37fa344aa8 (patch) | |
| tree | 3046405c97dc457aa3a56f00d7fdf93346bb96cd | |
| parent | 95da0d5421b86b3c01fc372db28d7aa568ef0b16 (diff) | |
sync with viewer-development
8 files changed, 276 insertions, 119 deletions
| diff --git a/indra/newview/skins/default/xui/da/floater_about.xml b/indra/newview/skins/default/xui/da/floater_about.xml index 0ccaab73ba..fc8bc33096 100644 --- a/indra/newview/skins/default/xui/da/floater_about.xml +++ b/indra/newview/skins/default/xui/da/floater_about.xml @@ -10,7 +10,7 @@  	<floater.string name="AboutPosition">  		Du er ved [POSITION_0,number,1], [POSITION_1,number,1], [POSITION_2,number,1] i regionen [REGION] lokaliseret ved <nolink>[HOSTNAME]</nolink> ([HOSTIP])  [SERVER_VERSION] -[[SERVER_RELEASE_NOTES_URL] [ReleaseNotes]] +[SERVER_RELEASE_NOTES_URL]  	</floater.string>  	<floater.string name="AboutSystem">  		CPU: [CPU] diff --git a/indra/newview/skins/default/xui/en/floater_translation_settings.xml b/indra/newview/skins/default/xui/en/floater_translation_settings.xml new file mode 100644 index 0000000000..c03f751265 --- /dev/null +++ b/indra/newview/skins/default/xui/en/floater_translation_settings.xml @@ -0,0 +1,244 @@ +<?xml version="1.0" encoding="utf-8" standalone="yes" ?> +<floater + legacy_header_height="18" + height="310" + layout="topleft" + name="floater_translation_settings" + help_topic="environment_editor_floater" + save_rect="true" + title="CHAT TRANSLATION SETTINGS" + width="485"> + + <string name="bing_api_key_not_verified">Bing appID not verified. Please try again.</string> + <string name="google_api_key_not_verified">Google API key not verified. Please try again.</string> + + <string name="bing_api_key_verified">Bing appID verified.</string> + <string name="google_api_key_verified">Google API key verified.</string> + + <check_box +  height="16"      +  label="Enable machine translation while chatting" +  layout="topleft" +  left="10" +  name="translate_chat_checkbox" +  top="30" +  width="20" /> + <text +  height="20" +  follows="left|top" +  layout="topleft" +  left="40" +  name="translate_language_label" +  top_pad="20" +  width="130"> +  Translate chat into:  + </text> + <combo_box +  allow_text_entry="true" +  follows="left|top" +  height="23" +  left_pad="10" +  max_chars="135" +  mouse_opaque="true" +  name="translate_language_combo" +  top_delta="-5" +  width="190"> +  <combo_box.item +   label="System Default" +   name="System Default Language" +   value="default" /> +  <combo_box.item +   label="English" +   name="English" +   value="en" /> +  <!-- After "System Default" and "English", please keep the rest of these combo_box.items in alphabetical order by the first character in the string. --> +  <combo_box.item +   label="Dansk (Danish)" +   name="Danish" +   value="da" /> +  <combo_box.item +   label="Deutsch (German)" +   name="German" +   value="de" /> +  <combo_box.item +   label="Español (Spanish)" +   name="Spanish" +   value="es" /> +  <combo_box.item +   label="Français (French)" +   name="French" +   value="fr" /> +  <combo_box.item +   label="Italiano (Italian)" +   name="Italian" +   value="it" /> +  <combo_box.item +   label="Magyar (Hungarian)" +   name="Hungarian" +   value="hu" /> +  <combo_box.item +   label="Nederlands (Dutch)" +   name="Dutch" +   value="nl" /> +  <combo_box.item +   label="Polski (Polish)" +   name="Polish" +   value="pl" /> +  <combo_box.item +   label="Português (Portuguese)" +   name="Portugese" +   value="pt" /> +  <combo_box.item +   label="Русский (Russian)" +   name="Russian" +   value="ru" /> +  <combo_box.item +   label="Türkçe (Turkish)" +   name="Turkish" +   value="tr" /> +  <combo_box.item +   label="Українська (Ukrainian)" +   name="Ukrainian" +   value="uk" /> +  <combo_box.item +   label="中文 (正體) (Chinese)" +   name="Chinese" +   value="zh" /> +  <combo_box.item +   label="日本語 (Japanese)" +   name="Japanese" +   value="ja" /> +  <combo_box.item +   label="한국어 (Korean)" +   name="Korean" +   value="ko" /> + </combo_box> + + <text +  follows="top|left|right" +  height="15" +  layout="topleft" +  left="40" +  name="tip" +  top_pad="20" +  width="330" +  wrap="true"> +  Choose translation service: + </text> + + <radio_group +  follows="top|left" +  height="80" +  layout="topleft" +  left_delta="10" +  name="translation_service_rg" +  top_pad="20" +  width="320"> +  <radio_item +   initial_value="bing" +   label="Bing Translator" +   layout="topleft" +   name="bing" /> +  <radio_item +   initial_value="google" +   label="Google Translate" +   layout="topleft" +   name="google" +   top_pad="55" /> + </radio_group> + + <text +  type="string" +  length="1" +  follows="top|right" +  height="20" +  layout="topleft" +  left="70" +  name="bing_api_key_label" +  top_pad="-55" +  width="85"> +  Bing [http://www.bing.com/developers/createapp.aspx AppID]: +  </text> + <line_editor +  default_text="Enter Bing AppID and click "Verify"" +  follows="top|left" +  height="20" +  layout="topleft" +  left_pad="10" +  max_length_chars="50" +  top_delta="-4" +  name="bing_api_key" +  width="210" /> + <button +  follows="left|top" +  height="23" +  label="Verify" +  layout="topleft" +  left_pad="10" +  name="verify_bing_api_key_btn" +  top_delta="-2" +  width="90" />	 + + <text +  follows="top|right" +  height="20" +  layout="topleft" +  left="70" +  length="1" +  name="google_api_key_label" +  top_pad="50" +  type="string" +  width="85"> +  Google [http://code.google.com/apis/language/translate/v2/getting_started.html#auth API key]: + </text> + <line_editor +  default_text="Enter Google API key and click "Verify"" +  follows="top|left" +  height="20" +  layout="topleft" +  left_pad="10" +  max_length_chars="50" +  top_delta="-4" +  name="google_api_key" +  width="210" /> + <button +  follows="left|top" +  height="23" +  label="Verify" +  layout="topleft" +  left_pad="10" +  name="verify_google_api_key_btn" +  top_delta="-2" +  width="90" />	 + + <text +  follows="top|right" +  height="20" +  layout="topleft" +  left="185" +  length="1" +  name="google_links_text" +  top_delta="-23" +  type="string" +  width="100"> +  [http://code.google.com/apis/language/translate/v2/pricing.html Pricing] | [https://code.google.com/apis/console Stats]  + </text> + + <button +  follows="left|top" +  height="23" +  label="OK" +  layout="topleft" +  right="-120" +  name="ok_btn" +  top="-30" +  width="100" /> + <button +  follows="left|top" +  height="23" +  label="Cancel" +  layout="topleft" +  left_pad="10" +  name="cancel_btn" +  width="100" />	 +</floater> diff --git a/indra/newview/skins/default/xui/en/menu_viewer.xml b/indra/newview/skins/default/xui/en/menu_viewer.xml index 63e50b0b9f..01f9c23afd 100644 --- a/indra/newview/skins/default/xui/en/menu_viewer.xml +++ b/indra/newview/skins/default/xui/en/menu_viewer.xml @@ -2437,6 +2437,16 @@             parameter="raycast" />          </menu_item_check>  		<menu_item_check +         label="Wind Vectors" +         name="Wind Vectors"> +          <menu_item_check.on_check +           function="Advanced.CheckInfoDisplay" +           parameter="wind vectors" /> +          <menu_item_check.on_click +           function="Advanced.ToggleInfoDisplay" +           parameter="wind vectors" /> +        </menu_item_check> +        <menu_item_check           label="Render Complexity"           name="rendercomplexity">            <menu_item_check.on_check diff --git a/indra/newview/skins/default/xui/en/panel_preferences_chat.xml b/indra/newview/skins/default/xui/en/panel_preferences_chat.xml index 52be805260..caf7fc85f5 100644 --- a/indra/newview/skins/default/xui/en/panel_preferences_chat.xml +++ b/indra/newview/skins/default/xui/en/panel_preferences_chat.xml @@ -204,119 +204,16 @@       name="nearby_toasts_fadingtime"       top_pad="3"       width="325" /> -     -    <check_box -     control_name="TranslateChat" -     enabled="true" -     height="16"      -     layout="topleft" -     left="30" -     name="translate_chat_checkbox" -     top_pad="5" -     width="400" /> -     <!-- *HACK  -     	After storm-1109 will be fixed: instead of using this text_box, word_wrap should be applied for "translate_chat_checkbox" check_box's label.--> -     <text -      follows="top|left" -      height="15" -      layout="topleft" -      left="50" -      name="translate_chb_label" -      top_delta="1" -      width="450" -      wrap="true"> -      Use machine translation while chatting (powered by Google) -     </text> -    <text -     top_pad="20" -     name="translate_language_text" -     follows="left|top" -     layout="topleft" -     left_delta="20" -     height="20" -     width="110"> -     Translate chat into:  -    </text> -    <combo_box -     allow_text_entry="true" -     bottom_delta="3" -     control_name="TranslateLanguage" -     enabled="true" -     follows="left|top" -     height="23" -     left_delta="110" -     max_chars="135" -     mouse_opaque="true" -     name="translate_language_combobox" -     width="146"> -        <combo_box.item -         label="System Default" -         name="System Default Language" -         value="default" /> -        <combo_box.item -         label="English" -         name="English" -         value="en" /> -        <!-- After "System Default" and "English", please keep the rest of these combo_box.items in alphabetical order by the first character in the string. --> -        <combo_box.item -         label="Dansk (Danish)" -         name="Danish" -         value="da" /> -        <combo_box.item -         label="Deutsch (German)" -         name="German" -         value="de" /> -        <combo_box.item -         label="Español (Spanish)" -         name="Spanish" -         value="es" /> -        <combo_box.item -         label="Français (French)" -         name="French" -         value="fr" /> -        <combo_box.item -         label="Italiano (Italian)" -         name="Italian" -         value="it" /> -        <combo_box.item -         label="Magyar (Hungarian)" -         name="Hungarian" -         value="hu" /> -        <combo_box.item -         label="Nederlands (Dutch)" -         name="Dutch" -         value="nl" /> -        <combo_box.item -         label="Polski (Polish)" -         name="Polish" -         value="pl" /> -        <combo_box.item -         label="Português (Portuguese)" -         name="Portugese" -         value="pt" /> -        <combo_box.item -         label="Русский (Russian)" -         name="Russian" -         value="ru" /> -        <combo_box.item -         label="Türkçe (Turkish)" -         name="Turkish" -         value="tr" /> -        <combo_box.item -         label="Українська (Ukrainian)" -         name="Ukrainian" -         value="uk" /> -        <combo_box.item -         label="中文 (正體) (Chinese)" -         name="Chinese" -         value="zh" /> -        <combo_box.item -         label="日本語 (Japanese)" -         name="Japanese" -         value="ja" /> -        <combo_box.item -         label="한국어 (Korean)" -         name="Korean" -         value="ko" /> -    </combo_box> +  <button +   follows="left|top" +   height="23" +   label="Chat Translation Settings" +   layout="topleft" +   left="30" +   name="ok_btn" +   top="-40" +   width="170"> +   <button.commit_callback +    function="Pref.TranslationSettings" /> +  </button>  </panel>
\ No newline at end of file diff --git a/indra/newview/skins/default/xui/en/strings.xml b/indra/newview/skins/default/xui/en/strings.xml index c4031de0f8..24cec13c4c 100644 --- a/indra/newview/skins/default/xui/en/strings.xml +++ b/indra/newview/skins/default/xui/en/strings.xml @@ -2183,6 +2183,8 @@ Returns a string with the requested data about the region  	<string name="Stomach">Stomach</string>  	<string name="Left Pec">Left Pec</string>  	<string name="Right Pec">Right Pec</string> +    <string name="Neck">Neck</string> +    <string name="Avatar Center">Avatar Center</string>  	<string name="Invalid Attachment">Invalid Attachment Point</string>    <!-- Avatar age computation, see LLDateUtil::ageFromDate --> @@ -3529,6 +3531,10 @@ Try enclosing path to the editor with double quotes.   <string name="ExternalEditorCommandParseError">Error parsing the external editor command.</string>   <string name="ExternalEditorFailedToRun">External editor failed to run.</string> + <!--  Machine translation of chat messahes --> + <string name="TranslationFailed">Translation failed: [REASON]</string> + <string name="TranslationResponseParseError">Error parsing translation response.</string> +    <!-- Key names begin -->    <string name="Esc">Esc</string>    <string name="Space">Space</string> diff --git a/indra/newview/skins/default/xui/pl/floater_about.xml b/indra/newview/skins/default/xui/pl/floater_about.xml index 637325ddd0..409429ffaa 100644 --- a/indra/newview/skins/default/xui/pl/floater_about.xml +++ b/indra/newview/skins/default/xui/pl/floater_about.xml @@ -10,7 +10,7 @@  	<floater.string name="AboutPosition">  		Położenie [POSITION_0,number,1], [POSITION_1,number,1], [POSITION_2,number,1] w [REGION] zlokalizowanym w <nolink>[HOSTNAME]</nolink> ([HOSTIP])  [SERVER_VERSION] -[[SERVER_RELEASE_NOTES_URL] [ReleaseNotes]] +[SERVER_RELEASE_NOTES_URL]  	</floater.string>  	<floater.string name="AboutSystem">  		Procesor: [CPU] diff --git a/indra/newview/skins/default/xui/ru/strings.xml b/indra/newview/skins/default/xui/ru/strings.xml index d52cee6b0d..0134298166 100644 --- a/indra/newview/skins/default/xui/ru/strings.xml +++ b/indra/newview/skins/default/xui/ru/strings.xml @@ -4252,7 +4252,7 @@ support@secondlife.com.  		Женщина – ух ты!  	</string>  	<string name="/bow"> -		/поклониться +		/поклон  	</string>  	<string name="/clap">  		/хлопнуть diff --git a/indra/newview/skins/default/xui/zh/floater_about.xml b/indra/newview/skins/default/xui/zh/floater_about.xml index 0ac85d399e..7e19c124a1 100644 --- a/indra/newview/skins/default/xui/zh/floater_about.xml +++ b/indra/newview/skins/default/xui/zh/floater_about.xml @@ -10,7 +10,7 @@  	<floater.string name="AboutPosition">  		You are at [POSITION_0,number,1], [POSITION_1,number,1], [POSITION_2,number,1] in [REGION] located at <nolink>[HOSTNAME]</nolink> ([HOSTIP])  [SERVER_VERSION] -[[SERVER_RELEASE_NOTES_URL] [ReleaseNotes]] +[SERVER_RELEASE_NOTES_URL]  	</floater.string>  	<floater.string name="AboutSystem">  		CPU:[CPU] | 
