diff options
Diffstat (limited to 'linden/indra')
63 files changed, 691 insertions, 301 deletions
diff --git a/linden/indra/llcommon/llversionviewer.h b/linden/indra/llcommon/llversionviewer.h index c93718a..21f7286 100644 --- a/linden/indra/llcommon/llversionviewer.h +++ b/linden/indra/llcommon/llversionviewer.h | |||
@@ -34,7 +34,7 @@ | |||
34 | 34 | ||
35 | const S32 LL_VERSION_MAJOR = 1; | 35 | const S32 LL_VERSION_MAJOR = 1; |
36 | const S32 LL_VERSION_MINOR = 20; | 36 | const S32 LL_VERSION_MINOR = 20; |
37 | const S32 LL_VERSION_PATCH = 13; | 37 | const S32 LL_VERSION_PATCH = 14; |
38 | const S32 LL_VERSION_BUILD = 0; | 38 | const S32 LL_VERSION_BUILD = 0; |
39 | 39 | ||
40 | const char * const LL_CHANNEL = "Second Life Release"; | 40 | const char * const LL_CHANNEL = "Second Life Release"; |
diff --git a/linden/indra/llui/llscrolllistctrl.h b/linden/indra/llui/llscrolllistctrl.h index 8a31154..667a89a 100644 --- a/linden/indra/llui/llscrolllistctrl.h +++ b/linden/indra/llui/llscrolllistctrl.h | |||
@@ -212,7 +212,8 @@ public: | |||
212 | mMaxContentWidth(0), | 212 | mMaxContentWidth(0), |
213 | mIndex(-1), | 213 | mIndex(-1), |
214 | mParentCtrl(NULL), | 214 | mParentCtrl(NULL), |
215 | mHeader(NULL) | 215 | mHeader(NULL), |
216 | mFontAlignment(LLFontGL::LEFT) | ||
216 | { } | 217 | { } |
217 | 218 | ||
218 | LLScrollListColumn(const LLSD &sd) | 219 | LLScrollListColumn(const LLSD &sd) |
@@ -256,6 +257,10 @@ public: | |||
256 | { | 257 | { |
257 | mFontAlignment = (LLFontGL::HAlign)llclamp(sd.get("halign").asInteger(), (S32)LLFontGL::LEFT, (S32)LLFontGL::HCENTER); | 258 | mFontAlignment = (LLFontGL::HAlign)llclamp(sd.get("halign").asInteger(), (S32)LLFontGL::LEFT, (S32)LLFontGL::HCENTER); |
258 | } | 259 | } |
260 | else | ||
261 | { | ||
262 | mFontAlignment = LLFontGL::LEFT; | ||
263 | } | ||
259 | 264 | ||
260 | mIndex = -1; | 265 | mIndex = -1; |
261 | mParentCtrl = NULL; | 266 | mParentCtrl = NULL; |
diff --git a/linden/indra/newview/app_settings/settings.xml b/linden/indra/newview/app_settings/settings.xml index 4957948..e31c149 100644 --- a/linden/indra/newview/app_settings/settings.xml +++ b/linden/indra/newview/app_settings/settings.xml | |||
@@ -7714,6 +7714,17 @@ | |||
7714 | <integer>4</integer> | 7714 | <integer>4</integer> |
7715 | </array> | 7715 | </array> |
7716 | </map> | 7716 | </map> |
7717 | <key>TutorialURL</key> | ||
7718 | <map> | ||
7719 | <key>Comment</key> | ||
7720 | <string>URL for tutorial menu item, set automatically during login</string> | ||
7721 | <key>Persist</key> | ||
7722 | <integer>0</integer> | ||
7723 | <key>Type</key> | ||
7724 | <string>String</string> | ||
7725 | <key>Value</key> | ||
7726 | <string /> | ||
7727 | </map> | ||
7717 | <key>TypeAheadTimeout</key> | 7728 | <key>TypeAheadTimeout</key> |
7718 | <map> | 7729 | <map> |
7719 | <key>Comment</key> | 7730 | <key>Comment</key> |
diff --git a/linden/indra/newview/app_settings/shaders/class1/objects/fullbrightF.glsl b/linden/indra/newview/app_settings/shaders/class1/objects/fullbrightF.glsl index 1b0ffb9..1b0ffb9 100755..100644 --- a/linden/indra/newview/app_settings/shaders/class1/objects/fullbrightF.glsl +++ b/linden/indra/newview/app_settings/shaders/class1/objects/fullbrightF.glsl | |||
diff --git a/linden/indra/newview/app_settings/shaders/class1/objects/fullbrightShinyV.glsl b/linden/indra/newview/app_settings/shaders/class1/objects/fullbrightShinyV.glsl index ba2aa02..ba2aa02 100755..100644 --- a/linden/indra/newview/app_settings/shaders/class1/objects/fullbrightShinyV.glsl +++ b/linden/indra/newview/app_settings/shaders/class1/objects/fullbrightShinyV.glsl | |||
diff --git a/linden/indra/newview/app_settings/shaders/class1/objects/fullbrightV.glsl b/linden/indra/newview/app_settings/shaders/class1/objects/fullbrightV.glsl index e64ccb8..e64ccb8 100755..100644 --- a/linden/indra/newview/app_settings/shaders/class1/objects/fullbrightV.glsl +++ b/linden/indra/newview/app_settings/shaders/class1/objects/fullbrightV.glsl | |||
diff --git a/linden/indra/newview/app_settings/shaders/class1/objects/fullbrightWaterF.glsl b/linden/indra/newview/app_settings/shaders/class1/objects/fullbrightWaterF.glsl index fd855aa..fd855aa 100755..100644 --- a/linden/indra/newview/app_settings/shaders/class1/objects/fullbrightWaterF.glsl +++ b/linden/indra/newview/app_settings/shaders/class1/objects/fullbrightWaterF.glsl | |||
diff --git a/linden/indra/newview/app_settings/shaders/class1/objects/shinyWaterF.glsl b/linden/indra/newview/app_settings/shaders/class1/objects/shinyWaterF.glsl index 0a2a5f6..0a2a5f6 100755..100644 --- a/linden/indra/newview/app_settings/shaders/class1/objects/shinyWaterF.glsl +++ b/linden/indra/newview/app_settings/shaders/class1/objects/shinyWaterF.glsl | |||
diff --git a/linden/indra/newview/app_settings/shaders/class1/objects/simpleWaterF.glsl b/linden/indra/newview/app_settings/shaders/class1/objects/simpleWaterF.glsl index e066b3d..e066b3d 100755..100644 --- a/linden/indra/newview/app_settings/shaders/class1/objects/simpleWaterF.glsl +++ b/linden/indra/newview/app_settings/shaders/class1/objects/simpleWaterF.glsl | |||
diff --git a/linden/indra/newview/app_settings/shaders/class2/environment/terrainWaterF.glsl b/linden/indra/newview/app_settings/shaders/class2/environment/terrainWaterF.glsl index 3a98970..3a98970 100755..100644 --- a/linden/indra/newview/app_settings/shaders/class2/environment/terrainWaterF.glsl +++ b/linden/indra/newview/app_settings/shaders/class2/environment/terrainWaterF.glsl | |||
diff --git a/linden/indra/newview/app_settings/shaders/class2/objects/shinyV.glsl b/linden/indra/newview/app_settings/shaders/class2/objects/shinyV.glsl index 0d52f32..0d52f32 100755..100644 --- a/linden/indra/newview/app_settings/shaders/class2/objects/shinyV.glsl +++ b/linden/indra/newview/app_settings/shaders/class2/objects/shinyV.glsl | |||
diff --git a/linden/indra/newview/installers/windows/installer_template.nsi b/linden/indra/newview/installers/windows/installer_template.nsi index 836780d..d1c8d0c 100644 --- a/linden/indra/newview/installers/windows/installer_template.nsi +++ b/linden/indra/newview/installers/windows/installer_template.nsi | |||
@@ -111,6 +111,10 @@ Call RemoveNSIS ; Check for old NSIS install to remove | |||
111 | Call RemoveOldShaders | 111 | Call RemoveOldShaders |
112 | 112 | ||
113 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | 113 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
114 | ;;; Need to clean out old XUI files that predate skinning | ||
115 | Call RemoveOldXUI | ||
116 | |||
117 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | ||
114 | ;;; Files | 118 | ;;; Files |
115 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | 119 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
116 | ;; This placeholder is replaced by the complete list of all the files in the installer, by viewer_manifest.py | 120 | ;; This placeholder is replaced by the complete list of all the files in the installer, by viewer_manifest.py |
@@ -489,6 +493,22 @@ RMDir /r "$INSTDIR\app_settings\shaders\*" | |||
489 | FunctionEnd | 493 | FunctionEnd |
490 | 494 | ||
491 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | 495 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
496 | ;;; Delete the installed XUI files | ||
497 | ;;; We've changed the directory hierarchy for skins, putting all XUI and texture | ||
498 | ;;; files under a specific skin directory, i.e. skins/default/xui/en-us as opposed | ||
499 | ;;; to skins/xui/en-us. Need to clean up the old path when upgrading | ||
500 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | ||
501 | Function RemoveOldXUI | ||
502 | |||
503 | ;; remove old XUI and texture files | ||
504 | RmDir /r "$INSTDIR\skins\html" | ||
505 | RmDir /r "$INSTDIR\skins\xui" | ||
506 | RmDir /r "$INSTDIR\skins\textures" | ||
507 | Delete "$INSTDIR\skins\*.txt" | ||
508 | |||
509 | FunctionEnd | ||
510 | |||
511 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | ||
492 | ; Delete files in Documents and Settings\<user>\SecondLife | 512 | ; Delete files in Documents and Settings\<user>\SecondLife |
493 | ; Delete files in Documents and Settings\All Users\SecondLife | 513 | ; Delete files in Documents and Settings\All Users\SecondLife |
494 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | 514 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
diff --git a/linden/indra/newview/llfloaterhud.cpp b/linden/indra/newview/llfloaterhud.cpp index 8b34cb9..3ec08e3 100644 --- a/linden/indra/newview/llfloaterhud.cpp +++ b/linden/indra/newview/llfloaterhud.cpp | |||
@@ -39,7 +39,6 @@ | |||
39 | 39 | ||
40 | // statics | 40 | // statics |
41 | LLFloaterHUD* LLFloaterHUD::sInstance = 0; | 41 | LLFloaterHUD* LLFloaterHUD::sInstance = 0; |
42 | std::string LLFloaterHUD::sTutorialUrl = ""; | ||
43 | 42 | ||
44 | ///---------------------------------------------------------------------------- | 43 | ///---------------------------------------------------------------------------- |
45 | /// Class LLFloaterHUD | 44 | /// Class LLFloaterHUD |
@@ -87,7 +86,9 @@ LLFloaterHUD::LLFloaterHUD() | |||
87 | language = gSavedSettings.getString("SystemLanguage"); | 86 | language = gSavedSettings.getString("SystemLanguage"); |
88 | } | 87 | } |
89 | 88 | ||
90 | std::string url = sTutorialUrl + language + "/"; | 89 | std::string base_url = gSavedSettings.getString("TutorialURL"); |
90 | |||
91 | std::string url = base_url + language + "/"; | ||
91 | mWebBrowser->navigateTo(url); | 92 | mWebBrowser->navigateTo(url); |
92 | } | 93 | } |
93 | 94 | ||
@@ -122,7 +123,7 @@ LLFloaterHUD::~LLFloaterHUD() | |||
122 | void LLFloaterHUD::show() | 123 | void LLFloaterHUD::show() |
123 | { | 124 | { |
124 | // do not build the floater if there the url is empty | 125 | // do not build the floater if there the url is empty |
125 | if (sTutorialUrl == "") | 126 | if (gSavedSettings.getString("TutorialURL") == "") |
126 | { | 127 | { |
127 | LLAlertDialog::showXml("TutorialNotFound"); | 128 | LLAlertDialog::showXml("TutorialNotFound"); |
128 | return; | 129 | return; |
diff --git a/linden/indra/newview/llfloaterhud.h b/linden/indra/newview/llfloaterhud.h index 95c0f8d..a0b1d9f 100644 --- a/linden/indra/newview/llfloaterhud.h +++ b/linden/indra/newview/llfloaterhud.h | |||
@@ -49,8 +49,6 @@ public: | |||
49 | static LLFloaterHUD* getInstance(); ///< get instance creating if necessary | 49 | static LLFloaterHUD* getInstance(); ///< get instance creating if necessary |
50 | virtual ~LLFloaterHUD(); ///< virtual destructor | 50 | virtual ~LLFloaterHUD(); ///< virtual destructor |
51 | 51 | ||
52 | static std::string sTutorialUrl; | ||
53 | |||
54 | static void show(); ///< show the HUD | 52 | static void show(); ///< show the HUD |
55 | static void close(); ///< close the HUD (destroys floater) | 53 | static void close(); ///< close the HUD (destroys floater) |
56 | 54 | ||
diff --git a/linden/indra/newview/llfloaterpostcard.cpp b/linden/indra/newview/llfloaterpostcard.cpp index b140b1c..fbd8e72 100644 --- a/linden/indra/newview/llfloaterpostcard.cpp +++ b/linden/indra/newview/llfloaterpostcard.cpp | |||
@@ -393,6 +393,8 @@ void LLFloaterPostcard::sendPostcard() | |||
393 | gAssetStorage->storeAssetData(mTransactionID, LLAssetType::AT_IMAGE_JPEG, &uploadCallback, (void *)this, FALSE); | 393 | gAssetStorage->storeAssetData(mTransactionID, LLAssetType::AT_IMAGE_JPEG, &uploadCallback, (void *)this, FALSE); |
394 | } | 394 | } |
395 | 395 | ||
396 | // give user feedback of the event | ||
397 | gViewerWindow->playSnapshotAnimAndSound(); | ||
396 | LLUploadDialog::modalUploadDialog("Uploading...\n\nPostcard"); | 398 | LLUploadDialog::modalUploadDialog("Uploading...\n\nPostcard"); |
397 | 399 | ||
398 | // don't destroy the window until the upload is done | 400 | // don't destroy the window until the upload is done |
diff --git a/linden/indra/newview/llfloaterpreference.cpp b/linden/indra/newview/llfloaterpreference.cpp index ff766a3..b466952 100644 --- a/linden/indra/newview/llfloaterpreference.cpp +++ b/linden/indra/newview/llfloaterpreference.cpp | |||
@@ -132,22 +132,18 @@ S32 pref_min_height() | |||
132 | LLPreferenceCore::LLPreferenceCore(LLTabContainer* tab_container, LLButton * default_btn) : | 132 | LLPreferenceCore::LLPreferenceCore(LLTabContainer* tab_container, LLButton * default_btn) : |
133 | mTabContainer(tab_container), | 133 | mTabContainer(tab_container), |
134 | mGeneralPanel(NULL), | 134 | mGeneralPanel(NULL), |
135 | mSkinsPanel(NULL), | ||
136 | mInputPanel(NULL), | 135 | mInputPanel(NULL), |
137 | mNetworkPanel(NULL), | 136 | mNetworkPanel(NULL), |
138 | mDisplayPanel(NULL), | 137 | mDisplayPanel(NULL), |
139 | mAudioPanel(NULL), | 138 | mAudioPanel(NULL), |
140 | mMsgPanel(NULL), | 139 | mMsgPanel(NULL), |
140 | mSkinsPanel(NULL), | ||
141 | mLCDPanel(NULL) | 141 | mLCDPanel(NULL) |
142 | { | 142 | { |
143 | mGeneralPanel = new LLPanelGeneral(); | 143 | mGeneralPanel = new LLPanelGeneral(); |
144 | mTabContainer->addTabPanel(mGeneralPanel, mGeneralPanel->getLabel(), FALSE, onTabChanged, mTabContainer); | 144 | mTabContainer->addTabPanel(mGeneralPanel, mGeneralPanel->getLabel(), FALSE, onTabChanged, mTabContainer); |
145 | mGeneralPanel->setDefaultBtn(default_btn); | 145 | mGeneralPanel->setDefaultBtn(default_btn); |
146 | 146 | ||
147 | mSkinsPanel = new LLPanelSkins(); | ||
148 | mTabContainer->addTabPanel(mSkinsPanel, mSkinsPanel->getLabel(), FALSE, onTabChanged, mTabContainer); | ||
149 | mSkinsPanel->setDefaultBtn(default_btn); | ||
150 | |||
151 | mInputPanel = new LLPanelInput(); | 147 | mInputPanel = new LLPanelInput(); |
152 | mTabContainer->addTabPanel(mInputPanel, mInputPanel->getLabel(), FALSE, onTabChanged, mTabContainer); | 148 | mTabContainer->addTabPanel(mInputPanel, mInputPanel->getLabel(), FALSE, onTabChanged, mTabContainer); |
153 | mInputPanel->setDefaultBtn(default_btn); | 149 | mInputPanel->setDefaultBtn(default_btn); |
@@ -197,6 +193,10 @@ LLPreferenceCore::LLPreferenceCore(LLTabContainer* tab_container, LLButton * def | |||
197 | mMsgPanel = new LLPanelMsgs(); | 193 | mMsgPanel = new LLPanelMsgs(); |
198 | mTabContainer->addTabPanel(mMsgPanel, mMsgPanel->getLabel(), FALSE, onTabChanged, mTabContainer); | 194 | mTabContainer->addTabPanel(mMsgPanel, mMsgPanel->getLabel(), FALSE, onTabChanged, mTabContainer); |
199 | mMsgPanel->setDefaultBtn(default_btn); | 195 | mMsgPanel->setDefaultBtn(default_btn); |
196 | |||
197 | mSkinsPanel = new LLPanelSkins(); | ||
198 | mTabContainer->addTabPanel(mSkinsPanel, mSkinsPanel->getLabel(), FALSE, onTabChanged, mTabContainer); | ||
199 | mSkinsPanel->setDefaultBtn(default_btn); | ||
200 | 200 | ||
201 | if (!mTabContainer->selectTab(gSavedSettings.getS32("LastPrefTab"))) | 201 | if (!mTabContainer->selectTab(gSavedSettings.getS32("LastPrefTab"))) |
202 | { | 202 | { |
@@ -211,11 +211,6 @@ LLPreferenceCore::~LLPreferenceCore() | |||
211 | delete mGeneralPanel; | 211 | delete mGeneralPanel; |
212 | mGeneralPanel = NULL; | 212 | mGeneralPanel = NULL; |
213 | } | 213 | } |
214 | if (mSkinsPanel) | ||
215 | { | ||
216 | delete mSkinsPanel; | ||
217 | mSkinsPanel = NULL; | ||
218 | } | ||
219 | if (mInputPanel) | 214 | if (mInputPanel) |
220 | { | 215 | { |
221 | delete mInputPanel; | 216 | delete mInputPanel; |
@@ -257,13 +252,18 @@ LLPreferenceCore::~LLPreferenceCore() | |||
257 | delete mWebPanel; | 252 | delete mWebPanel; |
258 | mWebPanel = NULL; | 253 | mWebPanel = NULL; |
259 | } | 254 | } |
255 | if (mSkinsPanel) | ||
256 | { | ||
257 | delete mSkinsPanel; | ||
258 | mSkinsPanel = NULL; | ||
259 | } | ||
260 | |||
260 | } | 261 | } |
261 | 262 | ||
262 | 263 | ||
263 | void LLPreferenceCore::apply() | 264 | void LLPreferenceCore::apply() |
264 | { | 265 | { |
265 | mGeneralPanel->apply(); | 266 | mGeneralPanel->apply(); |
266 | mSkinsPanel->apply(); | ||
267 | mInputPanel->apply(); | 267 | mInputPanel->apply(); |
268 | mNetworkPanel->apply(); | 268 | mNetworkPanel->apply(); |
269 | mDisplayPanel->apply(); | 269 | mDisplayPanel->apply(); |
@@ -271,6 +271,7 @@ void LLPreferenceCore::apply() | |||
271 | mPrefsVoice->apply(); | 271 | mPrefsVoice->apply(); |
272 | mPrefsIM->apply(); | 272 | mPrefsIM->apply(); |
273 | mMsgPanel->apply(); | 273 | mMsgPanel->apply(); |
274 | mSkinsPanel->apply(); | ||
274 | 275 | ||
275 | // hardware menu apply | 276 | // hardware menu apply |
276 | LLFloaterHardwareSettings::instance()->apply(); | 277 | LLFloaterHardwareSettings::instance()->apply(); |
@@ -290,7 +291,6 @@ void LLPreferenceCore::apply() | |||
290 | void LLPreferenceCore::cancel() | 291 | void LLPreferenceCore::cancel() |
291 | { | 292 | { |
292 | mGeneralPanel->cancel(); | 293 | mGeneralPanel->cancel(); |
293 | mSkinsPanel->cancel(); | ||
294 | mInputPanel->cancel(); | 294 | mInputPanel->cancel(); |
295 | mNetworkPanel->cancel(); | 295 | mNetworkPanel->cancel(); |
296 | mDisplayPanel->cancel(); | 296 | mDisplayPanel->cancel(); |
@@ -299,6 +299,7 @@ void LLPreferenceCore::cancel() | |||
299 | mPrefsVoice->cancel(); | 299 | mPrefsVoice->cancel(); |
300 | mPrefsIM->cancel(); | 300 | mPrefsIM->cancel(); |
301 | mMsgPanel->cancel(); | 301 | mMsgPanel->cancel(); |
302 | mSkinsPanel->cancel(); | ||
302 | 303 | ||
303 | // cancel hardware menu | 304 | // cancel hardware menu |
304 | LLFloaterHardwareSettings::instance()->cancel(); | 305 | LLFloaterHardwareSettings::instance()->cancel(); |
diff --git a/linden/indra/newview/llfloatersnapshot.cpp b/linden/indra/newview/llfloatersnapshot.cpp index c83eba3..291c437 100644 --- a/linden/indra/newview/llfloatersnapshot.cpp +++ b/linden/indra/newview/llfloatersnapshot.cpp | |||
@@ -183,7 +183,6 @@ protected: | |||
183 | LLQuaternion mCameraRot; | 183 | LLQuaternion mCameraRot; |
184 | BOOL mSnapshotActive; | 184 | BOOL mSnapshotActive; |
185 | LLViewerWindow::ESnapshotType mSnapshotBufferType; | 185 | LLViewerWindow::ESnapshotType mSnapshotBufferType; |
186 | bool mSnapshotSoundPlayed; | ||
187 | 186 | ||
188 | public: | 187 | public: |
189 | static std::set<LLSnapshotLivePreview*> sList; | 188 | static std::set<LLSnapshotLivePreview*> sList; |
@@ -209,8 +208,7 @@ LLSnapshotLivePreview::LLSnapshotLivePreview (const LLRect& rect) : | |||
209 | mCameraPos(LLViewerCamera::getInstance()->getOrigin()), | 208 | mCameraPos(LLViewerCamera::getInstance()->getOrigin()), |
210 | mCameraRot(LLViewerCamera::getInstance()->getQuaternion()), | 209 | mCameraRot(LLViewerCamera::getInstance()->getQuaternion()), |
211 | mSnapshotActive(FALSE), | 210 | mSnapshotActive(FALSE), |
212 | mSnapshotBufferType(LLViewerWindow::SNAPSHOT_TYPE_COLOR), | 211 | mSnapshotBufferType(LLViewerWindow::SNAPSHOT_TYPE_COLOR) |
213 | mSnapshotSoundPlayed(false) | ||
214 | { | 212 | { |
215 | mSnapshotDelayTimer.setTimerExpirySec(0.0f); | 213 | mSnapshotDelayTimer.setTimerExpirySec(0.0f); |
216 | mSnapshotDelayTimer.start(); | 214 | mSnapshotDelayTimer.start(); |
@@ -767,19 +765,6 @@ void LLSnapshotLivePreview::onIdle( void* snapshot_preview ) | |||
767 | { | 765 | { |
768 | previewp->mRawImageEncoded->resize(previewp->mRawImage->getWidth(), previewp->mRawImage->getHeight(), previewp->mRawImage->getComponents()); | 766 | previewp->mRawImageEncoded->resize(previewp->mRawImage->getWidth(), previewp->mRawImage->getHeight(), previewp->mRawImage->getComponents()); |
769 | 767 | ||
770 | if (!gSavedSettings.getBOOL("QuietSnapshotsToDisk")) | ||
771 | { | ||
772 | // Always play the sound once, on window open. | ||
773 | // Don't keep playing if automatic | ||
774 | // updates are enabled. It's too invasive. JC | ||
775 | if (!previewp->mSnapshotSoundPlayed | ||
776 | || !gSavedSettings.getBOOL("AutoSnapshot") ) | ||
777 | { | ||
778 | gViewerWindow->playSnapshotAnimAndSound(); | ||
779 | previewp->mSnapshotSoundPlayed = true; | ||
780 | } | ||
781 | } | ||
782 | |||
783 | if (previewp->getSnapshotType() == SNAPSHOT_POSTCARD) | 768 | if (previewp->getSnapshotType() == SNAPSHOT_POSTCARD) |
784 | { | 769 | { |
785 | // *FIX: just resize and reuse existing jpeg? | 770 | // *FIX: just resize and reuse existing jpeg? |
@@ -923,6 +908,7 @@ void LLSnapshotLivePreview::saveTexture() | |||
923 | LLInventoryType::IT_SNAPSHOT, | 908 | LLInventoryType::IT_SNAPSHOT, |
924 | PERM_ALL, | 909 | PERM_ALL, |
925 | "Snapshot : " + pos_string); | 910 | "Snapshot : " + pos_string); |
911 | gViewerWindow->playSnapshotAnimAndSound(); | ||
926 | } | 912 | } |
927 | else | 913 | else |
928 | { | 914 | { |
@@ -935,7 +921,12 @@ void LLSnapshotLivePreview::saveTexture() | |||
935 | 921 | ||
936 | BOOL LLSnapshotLivePreview::saveLocal() | 922 | BOOL LLSnapshotLivePreview::saveLocal() |
937 | { | 923 | { |
938 | return gViewerWindow->saveImageNumbered(mRawImage); | 924 | BOOL success = gViewerWindow->saveImageNumbered(mRawImage); |
925 | if(success) | ||
926 | { | ||
927 | gViewerWindow->playSnapshotAnimAndSound(); | ||
928 | } | ||
929 | return success; | ||
939 | } | 930 | } |
940 | 931 | ||
941 | ///---------------------------------------------------------------------------- | 932 | ///---------------------------------------------------------------------------- |
@@ -1079,10 +1070,6 @@ void LLFloaterSnapshot::Impl::updateLayout(LLFloaterSnapshot* floaterp) | |||
1079 | } | 1070 | } |
1080 | 1071 | ||
1081 | bool use_freeze_frame = floaterp->childGetValue("freeze_frame_check").asBoolean(); | 1072 | bool use_freeze_frame = floaterp->childGetValue("freeze_frame_check").asBoolean(); |
1082 | // For now, auto-snapshot only works in freeze frame mode. | ||
1083 | // This can be changed in the future by taking the FreezeTime check | ||
1084 | // out of the onIdle() camera movement detection. JC | ||
1085 | floaterp->childSetEnabled("auto_snapshot_check", use_freeze_frame); | ||
1086 | 1073 | ||
1087 | if (use_freeze_frame) | 1074 | if (use_freeze_frame) |
1088 | { | 1075 | { |
@@ -1119,9 +1106,6 @@ void LLFloaterSnapshot::Impl::updateLayout(LLFloaterSnapshot* floaterp) | |||
1119 | } | 1106 | } |
1120 | else // turning off freeze frame mode | 1107 | else // turning off freeze frame mode |
1121 | { | 1108 | { |
1122 | // Force off auto-snapshot, see comment above about onIdle. JC | ||
1123 | gSavedSettings.setBOOL("AutoSnapshot", FALSE); | ||
1124 | |||
1125 | floaterp->getParent()->setMouseOpaque(FALSE); | 1109 | floaterp->getParent()->setMouseOpaque(FALSE); |
1126 | floaterp->reshape(floaterp->getRect().getWidth(), floaterp->getUIWinHeightLong() + delta_height); | 1110 | floaterp->reshape(floaterp->getRect().getWidth(), floaterp->getUIWinHeightLong() + delta_height); |
1127 | if (previewp) | 1111 | if (previewp) |
@@ -1294,8 +1278,6 @@ void LLFloaterSnapshot::Impl::onClickKeep(void* data) | |||
1294 | 1278 | ||
1295 | if (previewp) | 1279 | if (previewp) |
1296 | { | 1280 | { |
1297 | BOOL succeeded = TRUE; // Only used for saveLocal for now | ||
1298 | |||
1299 | if (previewp->getSnapshotType() == LLSnapshotLivePreview::SNAPSHOT_POSTCARD) | 1281 | if (previewp->getSnapshotType() == LLSnapshotLivePreview::SNAPSHOT_POSTCARD) |
1300 | { | 1282 | { |
1301 | LLFloaterPostcard* floater = previewp->savePostcard(); | 1283 | LLFloaterPostcard* floater = previewp->savePostcard(); |
@@ -1314,7 +1296,7 @@ void LLFloaterSnapshot::Impl::onClickKeep(void* data) | |||
1314 | } | 1296 | } |
1315 | else | 1297 | else |
1316 | { | 1298 | { |
1317 | succeeded = previewp->saveLocal(); | 1299 | previewp->saveLocal(); |
1318 | } | 1300 | } |
1319 | 1301 | ||
1320 | if (gSavedSettings.getBOOL("CloseSnapshotOnKeep")) | 1302 | if (gSavedSettings.getBOOL("CloseSnapshotOnKeep")) |
diff --git a/linden/indra/newview/llimpanel.cpp b/linden/indra/newview/llimpanel.cpp index b25521d..ae8bd4b 100644 --- a/linden/indra/newview/llimpanel.cpp +++ b/linden/indra/newview/llimpanel.cpp | |||
@@ -1862,9 +1862,27 @@ void deliver_message(const std::string& utf8_text, | |||
1862 | im_session_id); | 1862 | im_session_id); |
1863 | gAgent.sendReliableMessage(); | 1863 | gAgent.sendReliableMessage(); |
1864 | 1864 | ||
1865 | if (LLMuteList::getInstance()) | 1865 | // If there is a mute list and this is not a group chat... |
1866 | if ( LLMuteList::getInstance() ) | ||
1866 | { | 1867 | { |
1867 | LLMuteList::getInstance()->autoRemove(other_participant_id, LLMuteList::AR_IM); | 1868 | // ... the target should not be in our mute list for some message types. |
1869 | // Auto-remove them if present. | ||
1870 | switch( dialog ) | ||
1871 | { | ||
1872 | case IM_NOTHING_SPECIAL: | ||
1873 | case IM_GROUP_INVITATION: | ||
1874 | case IM_INVENTORY_OFFERED: | ||
1875 | case IM_SESSION_INVITE: | ||
1876 | case IM_SESSION_P2P_INVITE: | ||
1877 | case IM_SESSION_CONFERENCE_START: | ||
1878 | case IM_SESSION_SEND: // This one is marginal - erring on the side of hearing. | ||
1879 | case IM_LURE_USER: | ||
1880 | case IM_GODLIKE_LURE_USER: | ||
1881 | case IM_FRIENDSHIP_OFFERED: | ||
1882 | LLMuteList::getInstance()->autoRemove(other_participant_id, LLMuteList::AR_IM); | ||
1883 | break; | ||
1884 | default: ; // do nothing | ||
1885 | } | ||
1868 | } | 1886 | } |
1869 | } | 1887 | } |
1870 | 1888 | ||
diff --git a/linden/indra/newview/llimview.cpp b/linden/indra/newview/llimview.cpp index 797c2a4..e6169d5 100644 --- a/linden/indra/newview/llimview.cpp +++ b/linden/indra/newview/llimview.cpp | |||
@@ -69,9 +69,6 @@ | |||
69 | 69 | ||
70 | #include "llfirstuse.h" | 70 | #include "llfirstuse.h" |
71 | 71 | ||
72 | const EInstantMessage GROUP_DIALOG = IM_SESSION_GROUP_START; | ||
73 | const EInstantMessage DEFAULT_DIALOG = IM_NOTHING_SPECIAL; | ||
74 | |||
75 | // | 72 | // |
76 | // Globals | 73 | // Globals |
77 | // | 74 | // |
@@ -158,11 +155,12 @@ LLFloaterIM::LLFloaterIM() | |||
158 | 155 | ||
159 | BOOL LLFloaterIM::postBuild() | 156 | BOOL LLFloaterIM::postBuild() |
160 | { | 157 | { |
158 | // IM session initiation warnings | ||
161 | sOnlyUserMessage = getString("only_user_message"); | 159 | sOnlyUserMessage = getString("only_user_message"); |
162 | sOfflineMessage = getUIString("offline_message"); | 160 | sOfflineMessage = getUIString("offline_message"); |
161 | sMutedMessage = getUIString("muted_message"); | ||
163 | 162 | ||
164 | sInviteMessage = getUIString("invite_message"); | 163 | sInviteMessage = getUIString("invite_message"); |
165 | sMutedMessage = childGetText("muted_message"); | ||
166 | 164 | ||
167 | if ( sErrorStringsMap.find("generic") == sErrorStringsMap.end() ) | 165 | if ( sErrorStringsMap.find("generic") == sErrorStringsMap.end() ) |
168 | { | 166 | { |
@@ -617,7 +615,12 @@ LLUUID LLIMMgr::addSession( | |||
617 | 615 | ||
618 | noteOfflineUsers(floater, ids); | 616 | noteOfflineUsers(floater, ids); |
619 | LLFloaterChatterBox::showInstance(session_id); | 617 | LLFloaterChatterBox::showInstance(session_id); |
620 | noteMutedUsers(floater, ids); | 618 | |
619 | // Only warn for regular IMs - not group IMs | ||
620 | if( dialog == IM_NOTHING_SPECIAL ) | ||
621 | { | ||
622 | noteMutedUsers(floater, ids); | ||
623 | } | ||
621 | LLFloaterChatterBox::getInstance(LLSD())->showFloater(floater); | 624 | LLFloaterChatterBox::getInstance(LLSD())->showFloater(floater); |
622 | } | 625 | } |
623 | else | 626 | else |
@@ -663,7 +666,12 @@ LLUUID LLIMMgr::addSession( | |||
663 | 666 | ||
664 | noteOfflineUsers(floater, ids); | 667 | noteOfflineUsers(floater, ids); |
665 | LLFloaterChatterBox::showInstance(session_id); | 668 | LLFloaterChatterBox::showInstance(session_id); |
666 | noteMutedUsers(floater, ids); | 669 | |
670 | // Only warn for regular IMs - not group IMs | ||
671 | if( dialog == IM_NOTHING_SPECIAL ) | ||
672 | { | ||
673 | noteMutedUsers(floater, ids); | ||
674 | } | ||
667 | } | 675 | } |
668 | else | 676 | else |
669 | { | 677 | { |
@@ -1240,23 +1248,23 @@ void LLIMMgr::noteOfflineUsers( | |||
1240 | void LLIMMgr::noteMutedUsers(LLFloaterIMPanel* floater, | 1248 | void LLIMMgr::noteMutedUsers(LLFloaterIMPanel* floater, |
1241 | const LLDynamicArray<LLUUID>& ids) | 1249 | const LLDynamicArray<LLUUID>& ids) |
1242 | { | 1250 | { |
1251 | // Don't do this if we don't have a mute list. | ||
1252 | LLMuteList *ml = LLMuteList::getInstance(); | ||
1253 | if( !ml ) | ||
1254 | { | ||
1255 | return; | ||
1256 | } | ||
1257 | |||
1243 | S32 count = ids.count(); | 1258 | S32 count = ids.count(); |
1244 | if(count > 0) | 1259 | if(count > 0) |
1245 | { | 1260 | { |
1246 | const LLRelationship* info = NULL; | ||
1247 | LLAvatarTracker& at = LLAvatarTracker::instance(); | ||
1248 | for(S32 i = 0; i < count; ++i) | 1261 | for(S32 i = 0; i < count; ++i) |
1249 | { | 1262 | { |
1250 | info = at.getBuddyInfo(ids.get(i)); | 1263 | if( ml->isMuted(ids.get(i)) ) |
1251 | char first[DB_FIRST_NAME_BUF_SIZE]; /*Flawfinder: ignore*/ | ||
1252 | char last[DB_LAST_NAME_BUF_SIZE]; /*Flawfinder: ignore*/ | ||
1253 | if(info && LLMuteList::getInstance() && LLMuteList::getInstance()->isMuted(ids.get(i)) | ||
1254 | && gCacheName->getName(ids.get(i), first, last)) | ||
1255 | { | 1264 | { |
1256 | LLUIString muted = sMutedMessage; | 1265 | LLUIString muted = sMutedMessage; |
1257 | muted.setArg("[FIRST]", first); | ||
1258 | muted.setArg("[LAST]", last); | ||
1259 | floater->addHistoryLine(muted); | 1266 | floater->addHistoryLine(muted); |
1267 | break; | ||
1260 | } | 1268 | } |
1261 | } | 1269 | } |
1262 | } | 1270 | } |
diff --git a/linden/indra/newview/llpanellogin.cpp b/linden/indra/newview/llpanellogin.cpp index 065e429..d7fecfd 100644 --- a/linden/indra/newview/llpanellogin.cpp +++ b/linden/indra/newview/llpanellogin.cpp | |||
@@ -406,7 +406,9 @@ LLPanelLogin::LLPanelLogin(const LLRect &rect, | |||
406 | 406 | ||
407 | combo->setCommitCallback( &LLPanelGeneral::set_start_location ); | 407 | combo->setCommitCallback( &LLPanelGeneral::set_start_location ); |
408 | 408 | ||
409 | childSetCommitCallback("server_combo", onSelectServer, this); | 409 | LLComboBox* server_choice_combo = sInstance->getChild<LLComboBox>("server_combo"); |
410 | server_choice_combo->setCommitCallback(onSelectServer); | ||
411 | server_choice_combo->setFocusLostCallback(onServerComboLostFocus); | ||
410 | 412 | ||
411 | childSetAction("connect_btn", onClickConnect, this); | 413 | childSetAction("connect_btn", onClickConnect, this); |
412 | 414 | ||
@@ -1141,6 +1143,10 @@ void LLPanelLogin::onPassKey(LLLineEditor* caller, void* user_data) | |||
1141 | // static | 1143 | // static |
1142 | void LLPanelLogin::onSelectServer(LLUICtrl*, void*) | 1144 | void LLPanelLogin::onSelectServer(LLUICtrl*, void*) |
1143 | { | 1145 | { |
1146 | // *NOTE: The paramters for this method are ignored. | ||
1147 | // LLPanelLogin::onServerComboLostFocus(LLFocusableElement* fe, void*) | ||
1148 | // calls this method. | ||
1149 | |||
1144 | // The user twiddled with the grid choice ui. | 1150 | // The user twiddled with the grid choice ui. |
1145 | // apply the selection to the grid setting. | 1151 | // apply the selection to the grid setting. |
1146 | LLString grid_label; | 1152 | LLString grid_label; |
@@ -1183,3 +1189,12 @@ void LLPanelLogin::onSelectServer(LLUICtrl*, void*) | |||
1183 | // grid changed so show new splash screen (possibly) | 1189 | // grid changed so show new splash screen (possibly) |
1184 | loadLoginPage(); | 1190 | loadLoginPage(); |
1185 | } | 1191 | } |
1192 | |||
1193 | void LLPanelLogin::onServerComboLostFocus(LLFocusableElement* fe, void*) | ||
1194 | { | ||
1195 | LLComboBox* combo = sInstance->getChild<LLComboBox>("server_combo"); | ||
1196 | if(fe == combo) | ||
1197 | { | ||
1198 | onSelectServer(combo, NULL); | ||
1199 | } | ||
1200 | } | ||
diff --git a/linden/indra/newview/llpanellogin.h b/linden/indra/newview/llpanellogin.h index e73ac1c..b15e5e7 100644 --- a/linden/indra/newview/llpanellogin.h +++ b/linden/indra/newview/llpanellogin.h | |||
@@ -114,6 +114,7 @@ private: | |||
114 | static void onClickForgotPassword(void*); | 114 | static void onClickForgotPassword(void*); |
115 | static void onPassKey(LLLineEditor* caller, void* user_data); | 115 | static void onPassKey(LLLineEditor* caller, void* user_data); |
116 | static void onSelectServer(LLUICtrl*, void*); | 116 | static void onSelectServer(LLUICtrl*, void*); |
117 | static void onServerComboLostFocus(LLFocusableElement*, void*); | ||
117 | 118 | ||
118 | private: | 119 | private: |
119 | LLPointer<LLUIImage> mLogoImage; | 120 | LLPointer<LLUIImage> mLogoImage; |
diff --git a/linden/indra/newview/llstartup.cpp b/linden/indra/newview/llstartup.cpp index 1eb0654..b5ab0ee 100644 --- a/linden/indra/newview/llstartup.cpp +++ b/linden/indra/newview/llstartup.cpp | |||
@@ -1943,7 +1943,8 @@ BOOL idle_startup() | |||
1943 | option_it = (*it).find("tutorial_url"); | 1943 | option_it = (*it).find("tutorial_url"); |
1944 | if(option_it != (*it).end()) | 1944 | if(option_it != (*it).end()) |
1945 | { | 1945 | { |
1946 | LLFloaterHUD::sTutorialUrl = option_it->second; | 1946 | // Tutorial floater will append language code |
1947 | gSavedSettings.setString("TutorialURL", option_it->second); | ||
1947 | } | 1948 | } |
1948 | option_it = (*it).find("use_tutorial"); | 1949 | option_it = (*it).find("use_tutorial"); |
1949 | if(option_it != (*it).end()) | 1950 | if(option_it != (*it).end()) |
diff --git a/linden/indra/newview/llviewercontrol.h b/linden/indra/newview/llviewercontrol.h index 5de3e38..2475984 100644 --- a/linden/indra/newview/llviewercontrol.h +++ b/linden/indra/newview/llviewercontrol.h | |||
@@ -173,6 +173,6 @@ template <> eControlType get_control_type<LLSD>(const LLSD& in, LLSD& out); | |||
173 | //#define TEST_CACHED_CONTROL 1 | 173 | //#define TEST_CACHED_CONTROL 1 |
174 | #ifdef TEST_CACHED_CONTROL | 174 | #ifdef TEST_CACHED_CONTROL |
175 | void test_cached_control(); | 175 | void test_cached_control(); |
176 | #endif TEST_CACHED_CONTROL | 176 | #endif // TEST_CACHED_CONTROL |
177 | 177 | ||
178 | #endif // LL_LLVIEWERCONTROL_H | 178 | #endif // LL_LLVIEWERCONTROL_H |
diff --git a/linden/indra/newview/llviewerimage.cpp b/linden/indra/newview/llviewerimage.cpp index 5559491..d436cd0 100644 --- a/linden/indra/newview/llviewerimage.cpp +++ b/linden/indra/newview/llviewerimage.cpp | |||
@@ -208,9 +208,9 @@ LLViewerImage::LLViewerImage(const LLUUID& id, BOOL usemipmaps) | |||
208 | 208 | ||
209 | LLViewerImage::LLViewerImage(const LLString& filename, const LLUUID& id, BOOL usemipmaps) | 209 | LLViewerImage::LLViewerImage(const LLString& filename, const LLUUID& id, BOOL usemipmaps) |
210 | : LLImageGL(usemipmaps), | 210 | : LLImageGL(usemipmaps), |
211 | mID(id) | 211 | mID(id), |
212 | mLocalFileName(filename) | ||
212 | { | 213 | { |
213 | mLocalFileName = gDirUtilp->findSkinnedFilename("textures", filename); | ||
214 | init(true); | 214 | init(true); |
215 | sImageCount++; | 215 | sImageCount++; |
216 | } | 216 | } |
diff --git a/linden/indra/newview/llviewerimagelist.cpp b/linden/indra/newview/llviewerimagelist.cpp index 6f0605c..3ff0013 100644 --- a/linden/indra/newview/llviewerimagelist.cpp +++ b/linden/indra/newview/llviewerimagelist.cpp | |||
@@ -321,8 +321,10 @@ LLViewerImage* LLViewerImageList::getImageFromFile(const LLString& filename, | |||
321 | return getImage(IMG_DEFAULT, TRUE, TRUE); | 321 | return getImage(IMG_DEFAULT, TRUE, TRUE); |
322 | } | 322 | } |
323 | 323 | ||
324 | if (filename.empty()) | 324 | std::string full_path = gDirUtilp->findSkinnedFilename("textures", filename); |
325 | if (full_path.empty()) | ||
325 | { | 326 | { |
327 | llwarns << "Failed to find local image file: " << filename << llendl; | ||
326 | return getImage(IMG_DEFAULT, TRUE, TRUE); | 328 | return getImage(IMG_DEFAULT, TRUE, TRUE); |
327 | } | 329 | } |
328 | 330 | ||
@@ -334,14 +336,14 @@ LLViewerImage* LLViewerImageList::getImageFromFile(const LLString& filename, | |||
334 | } | 336 | } |
335 | else | 337 | else |
336 | { | 338 | { |
337 | new_id.generate(std::string(filename)); | 339 | new_id.generate(std::string(full_path)); |
338 | } | 340 | } |
339 | 341 | ||
340 | LLPointer<LLViewerImage> imagep = hasImage(new_id); | 342 | LLPointer<LLViewerImage> imagep = hasImage(new_id); |
341 | 343 | ||
342 | if (imagep.isNull()) | 344 | if (imagep.isNull()) |
343 | { | 345 | { |
344 | imagep = new LLViewerImage(filename, new_id, usemipmaps); | 346 | imagep = new LLViewerImage(full_path, new_id, usemipmaps); |
345 | 347 | ||
346 | if (internal_format && primary_format) | 348 | if (internal_format && primary_format) |
347 | { | 349 | { |
@@ -1386,7 +1388,7 @@ bool LLUIImageList::initFromFile() | |||
1386 | 1388 | ||
1387 | if (pass == PASS_DECODE_NOW && !gSavedSettings.getBOOL("NoPreload")) | 1389 | if (pass == PASS_DECODE_NOW && !gSavedSettings.getBOOL("NoPreload")) |
1388 | { | 1390 | { |
1389 | gImageList.decodeAllImages(2.f); // decode preloaded images | 1391 | gImageList.decodeAllImages(10.f); // decode preloaded images |
1390 | } | 1392 | } |
1391 | } | 1393 | } |
1392 | return true; | 1394 | return true; |
diff --git a/linden/indra/newview/llviewermenufile.cpp b/linden/indra/newview/llviewermenufile.cpp index b8a4f65..6f2d8e2 100644 --- a/linden/indra/newview/llviewermenufile.cpp +++ b/linden/indra/newview/llviewermenufile.cpp | |||
@@ -402,10 +402,7 @@ class LLFileTakeSnapshotToDisk : public view_listener_t | |||
402 | gSavedSettings.getBOOL("RenderUIInSnapshot"), | 402 | gSavedSettings.getBOOL("RenderUIInSnapshot"), |
403 | FALSE)) | 403 | FALSE)) |
404 | { | 404 | { |
405 | if (!gSavedSettings.getBOOL("QuietSnapshotsToDisk")) | 405 | gViewerWindow->playSnapshotAnimAndSound(); |
406 | { | ||
407 | gViewerWindow->playSnapshotAnimAndSound(); | ||
408 | } | ||
409 | LLImageBase::setSizeOverride(TRUE); | 406 | LLImageBase::setSizeOverride(TRUE); |
410 | gViewerWindow->saveImageNumbered(raw); | 407 | gViewerWindow->saveImageNumbered(raw); |
411 | LLImageBase::setSizeOverride(FALSE); | 408 | LLImageBase::setSizeOverride(FALSE); |
diff --git a/linden/indra/newview/llviewerwindow.cpp b/linden/indra/newview/llviewerwindow.cpp index 8134a36..ca2cfd5 100644 --- a/linden/indra/newview/llviewerwindow.cpp +++ b/linden/indra/newview/llviewerwindow.cpp | |||
@@ -4242,6 +4242,10 @@ BOOL LLViewerWindow::saveSnapshot( const LLString& filepath, S32 image_width, S3 | |||
4242 | 4242 | ||
4243 | void LLViewerWindow::playSnapshotAnimAndSound() | 4243 | void LLViewerWindow::playSnapshotAnimAndSound() |
4244 | { | 4244 | { |
4245 | if (gSavedSettings.getBOOL("QuietSnapshotsToDisk")) | ||
4246 | { | ||
4247 | return; | ||
4248 | } | ||
4245 | gAgent.sendAnimationRequest(ANIM_AGENT_SNAPSHOT, ANIM_REQUEST_START); | 4249 | gAgent.sendAnimationRequest(ANIM_AGENT_SNAPSHOT, ANIM_REQUEST_START); |
4246 | send_sound_trigger(LLUUID(gSavedSettings.getString("UISndSnapshot")), 1.0f); | 4250 | send_sound_trigger(LLUUID(gSavedSettings.getString("UISndSnapshot")), 1.0f); |
4247 | } | 4251 | } |
diff --git a/linden/indra/newview/mozilla-theme/classic.jar b/linden/indra/newview/mozilla-theme/classic.jar index 0f33170..9626bcb 100644 --- a/linden/indra/newview/mozilla-theme/classic.jar +++ b/linden/indra/newview/mozilla-theme/classic.jar | |||
Binary files differ | |||
diff --git a/linden/indra/newview/newview.vcproj b/linden/indra/newview/newview.vcproj index 5a21941..aa2283f 100644 --- a/linden/indra/newview/newview.vcproj +++ b/linden/indra/newview/newview.vcproj | |||
@@ -3295,6 +3295,9 @@ | |||
3295 | RelativePath=".\skins\xui\en-us\role_actions.xml"> | 3295 | RelativePath=".\skins\xui\en-us\role_actions.xml"> |
3296 | </File> | 3296 | </File> |
3297 | <File | 3297 | <File |
3298 | RelativePath=".\app_settings\settings.xml"> | ||
3299 | </File> | ||
3300 | <File | ||
3298 | RelativePath=".\app_settings\std_bump.ini"> | 3301 | RelativePath=".\app_settings\std_bump.ini"> |
3299 | </File> | 3302 | </File> |
3300 | <File | 3303 | <File |
diff --git a/linden/indra/newview/releasenotes.txt b/linden/indra/newview/releasenotes.txt index bed1e27..b083966 100644 --- a/linden/indra/newview/releasenotes.txt +++ b/linden/indra/newview/releasenotes.txt | |||
@@ -4,15 +4,60 @@ | |||
4 | | http://wiki.secondlife.com/wiki/Beta_Release_Notes | | 4 | | http://wiki.secondlife.com/wiki/Beta_Release_Notes | |
5 | +------------------------------------------------------+ | 5 | +------------------------------------------------------+ |
6 | 6 | ||
7 | Release Notes for Second Life 1.20(14) July 16, 2008 | ||
8 | ===================================== | ||
9 | |||
10 | KNOWN ISSUES: | ||
11 | * This 1.20 Viewer will not run on a Mac PowerPC that is running Mac OS X 10.3.9. The minimum requirements for running Second Life | ||
12 | is using Mac OS X 10.4.11 or higher. Please see http://secondlife.com/support/sysreqs.php for more information. | ||
13 | ** The 1.19.1 Viewer still supports the Mac PowerPC that is running Mac OS X 10.3.9. | ||
14 | |||
15 | * On some Macs, there are reports of periodic and cyclic freezing of the computer when running Viewer 1.20. | ||
16 | WORKAROUND: One workaround that may help is to use an additional argument "-set YieldTime 20" in the Arguments.txt: | ||
17 | ** To set this argument, right-click (or control-click) the Second Life application and choose "Show package contents". | ||
18 | ** In the resulting finder window, open Resources and in there should be a file named "arguments.txt". Open in text edit, add the argument to the end of the line in there and Save. | ||
19 | ** Close the text edit and run Second Life application. | ||
20 | ** This causes the Viewer to sleep for 20 milliseconds every frame. It will slow the frame rate down a little, but may help with freezing. | ||
21 | |||
22 | * When running Second Life in Full Screen mode on computers with some NVIDIA graphics cards, you may be unable to scroll up/down on webpages | ||
23 | that are shown inworld. This includes the web-based interfaces of Search > All tab, and Search > Groups tab. We are investigating this issue. | ||
24 | WORKAROUND: You must run Second Life in a window to avoid this problem. Go to Preferences > Graphics > Run Second Life in a window. | ||
25 | |||
26 | Changes: | ||
27 | * Moved the Preferences > Skins tab to the bottom of the tab list. | ||
28 | |||
29 | Fixes: | ||
30 | * Fixed: VWR-7353: Auto-snapshot should not be tied to Freeze Frame (full screen preview) when taking a picture in Snapshots | ||
31 | * Fixed: VWR-7344: "Shutter sound" should not play every time Snapshot Preview window opens or when a setting is modified | ||
32 | * Fixed: The upgrade from RC12 to the new RC leaves the old /skins/html and /skins/xui files on the hard drive | ||
33 | * Fixed: Grid selection on the login screen is not set, unless you hit return | ||
34 | * Fixed: The list on Preferences>Popups is right justified on the Mac PowerPC | ||
35 | * Fixed: Enlarge the browser tutorial window slightly | ||
36 | * Fixed: A new debug setting "TutorialURL" to change the URL used by the Tutorial window | ||
37 | * Fixed: VWR-7389: String is missing when opening an IM window to a muted resident (string that the resident is currently muted) | ||
38 | * Fixed: VWR-7510: Muted resident is unmuted if he/she initiates a Group chat | ||
39 | * Fixed: Some dropdown selection boxes are clipped | ||
40 | * Fixed: All HTML floaters have Dazzle scrollbar art | ||
41 | |||
42 | Localization Fixes: | ||
43 | * Fixed: some text overlaps in Buy Land floater in Portuguese | ||
44 | * Fixed: add final translations for Preferences>Skins options in German, Japanese, Korean | ||
45 | * Fixed: Update the viewer credits in About>Second Life... | ||
46 | |||
7 | Release Notes for Second Life 1.20(13) July 9th, 2008 | 47 | Release Notes for Second Life 1.20(13) July 9th, 2008 |
8 | ===================================== | 48 | ===================================== |
9 | 49 | ||
50 | Changes: | ||
51 | * The viewer installs with a default classic grey color of the User Interface. This can be changed in Preferences > Skins | ||
52 | (It requires a restart of the viewer to take effect.) | ||
53 | |||
10 | Fixes: | 54 | Fixes: |
11 | * Fixed: VWR-7893 create a 'Classic' skin for the viewer | 55 | * Fixed: VWR-7893: create a Classic skin for the viewer |
12 | * Fixed: VWR-5059: add option to switch between a Classic and modern theme from within Preferences | 56 | * Fixed: VWR-5059: add option to switch between a Classic and Silver theme from within Preferences |
13 | * Fixed: VWR-3529: WindLight: Saving snapshots to disk crashes viewer | 57 | * Fixed: VWR-3529: WindLight: Saving snapshots to disk crashes viewer |
14 | * Fixed: Advanced > XUI > Edit UI... tool will cause a crash if moved up past 'root' | 58 | * Fixed: Assign user agent strings with the name of skin in the internal Mozilla browser |
15 | * Fixed: Enlarged the Tutorial floater slightly | 59 | * Fixed: The user-agent string in the browser is not HTTP 1.1 compliant |
60 | * Fixed: A new debug setting "SkinCurrent" is used to persist the chosen skin, to avoid crashing older builds | ||
16 | 61 | ||
17 | Release Notes for Second Life 1.20(12) July 2nd, 2008 | 62 | Release Notes for Second Life 1.20(12) July 2nd, 2008 |
18 | ===================================== | 63 | ===================================== |
diff --git a/linden/indra/newview/skins/default/colors_base.xml b/linden/indra/newview/skins/default/colors_base.xml index e803465..608ba55 100644 --- a/linden/indra/newview/skins/default/colors_base.xml +++ b/linden/indra/newview/skins/default/colors_base.xml | |||
@@ -53,7 +53,7 @@ | |||
53 | <TextCursorColor value="0, 0, 0, 255" /> | 53 | <TextCursorColor value="0, 0, 0, 255" /> |
54 | <TextFgColor value="0, 0, 0, 255" /> | 54 | <TextFgColor value="0, 0, 0, 255" /> |
55 | <TextFgReadOnlyColor value="255, 255, 255, 200" /> | 55 | <TextFgReadOnlyColor value="255, 255, 255, 200" /> |
56 | <TextFgTentativeColor value="0, 0, 0, 255" /> | 56 | <TextFgTentativeColor value="0, 0, 0, 128" /> |
57 | <TextEmbeddedItemReadOnlyColor value="58, 147, 242, 255" /> <!-- i.e. About Land name that you don't own --> | 57 | <TextEmbeddedItemReadOnlyColor value="58, 147, 242, 255" /> <!-- i.e. About Land name that you don't own --> |
58 | <TextEmbeddedItemColor value="0, 0, 128, 255" /> | 58 | <TextEmbeddedItemColor value="0, 0, 128, 255" /> |
59 | <TextDefaultColor value="0, 20, 0, 255"/> | 59 | <TextDefaultColor value="0, 20, 0, 255"/> |
diff --git a/linden/indra/newview/skins/default/textures/textures.xml b/linden/indra/newview/skins/default/textures/textures.xml index 3c866e7..88e6dfc 100644 --- a/linden/indra/newview/skins/default/textures/textures.xml +++ b/linden/indra/newview/skins/default/textures/textures.xml | |||
@@ -165,7 +165,7 @@ | |||
165 | 165 | ||
166 | <texture name="notify_tip_icon.tga"/> | 166 | <texture name="notify_tip_icon.tga"/> |
167 | <texture name="notify_caution_icon.tga"/> | 167 | <texture name="notify_caution_icon.tga"/> |
168 | <texture name="notify_next.tga" preload="true"/> | 168 | <texture name="notify_next.png" preload="true"/> |
169 | <texture name="notify_box_icon.tga"/> | 169 | <texture name="notify_box_icon.tga"/> |
170 | 170 | ||
171 | <texture name="object_cone.tga"/> | 171 | <texture name="object_cone.tga"/> |
@@ -368,4 +368,7 @@ | |||
368 | <texture name="skin_thumbnail_modern.png" preload="true"/> | 368 | <texture name="skin_thumbnail_modern.png" preload="true"/> |
369 | <texture name="skin_thumbnail_classic.png" preload="true"/> | 369 | <texture name="skin_thumbnail_classic.png" preload="true"/> |
370 | <texture name="cloud-particle.j2c" use_mips="true"/> | 370 | <texture name="cloud-particle.j2c" use_mips="true"/> |
371 | |||
372 | <texture name="skin_thumbnail_default.png" preload="true" /> | ||
373 | <texture name="skin_thumbnail_silver.png" preload="true" /> | ||
371 | </textures> \ No newline at end of file | 374 | </textures> \ No newline at end of file |
diff --git a/linden/indra/newview/skins/default/xui/de/alerts.xml b/linden/indra/newview/skins/default/xui/de/alerts.xml index dcaaa0e..d829632 100644 --- a/linden/indra/newview/skins/default/xui/de/alerts.xml +++ b/linden/indra/newview/skins/default/xui/de/alerts.xml | |||
@@ -735,6 +735,11 @@ Möchten Sie auf www.secondlife.com ein Konto anlegen? | |||
735 | Abbrechen | 735 | Abbrechen |
736 | </option> | 736 | </option> |
737 | </alert> | 737 | </alert> |
738 | <alert name="ChangeSkin"> | ||
739 | <message name="message"> | ||
740 | Die neue Benutzeroberfläche wird nach einem Neustart von [SECOND_LIFE] angewendet. | ||
741 | </message> | ||
742 | </alert> | ||
738 | <alert name="UnsupportedGLRequirements"> | 743 | <alert name="UnsupportedGLRequirements"> |
739 | <message name="message"> | 744 | <message name="message"> |
740 | Ihr Computer entspricht nicht den Hardwareanforderungen von Second Life. Second Life setzt eine OpenGL-Grafikkarte mit Multitextur-Unterstützung voraus. Falls Ihre Grafikkarte diese Funktion unterstützt, installieren Sie die neuesten Treiber sowie die aktuellen Service Packs und Patches für Ihr Betriebssystem. | 745 | Ihr Computer entspricht nicht den Hardwareanforderungen von Second Life. Second Life setzt eine OpenGL-Grafikkarte mit Multitextur-Unterstützung voraus. Falls Ihre Grafikkarte diese Funktion unterstützt, installieren Sie die neuesten Treiber sowie die aktuellen Service Packs und Patches für Ihr Betriebssystem. |
diff --git a/linden/indra/newview/skins/default/xui/de/floater_about.xml b/linden/indra/newview/skins/default/xui/de/floater_about.xml index 65d572e..6490d8b 100644 --- a/linden/indra/newview/skins/default/xui/de/floater_about.xml +++ b/linden/indra/newview/skins/default/xui/de/floater_about.xml | |||
@@ -1,9 +1,9 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | 1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> |
2 | <floater name="floater_about" title="Über Second Life"> | 2 | <floater name="floater_about" title="Über Second Life"> |
3 | <text_editor name="credits_editor"> | 3 | <text_editor name="credits_editor"> |
4 | Second Life wird Ihnen präsentiert von Philip, Andrew, Tessa, Cory, Frank, James, Doug, Hunter, Richard, John, Eric, Avi, AaronB, AaronY, Ian, Peter, Mark, Robin, Stephen, Tracy, Ryan, Alberto, Haney, Tanya, JimJ, Dan, Ben, Stephanie, Tim, Evan, Catherine, Colin, Chris, Reuben, Charity, Jeska, James, JonHenry, Kelly, Callum, Char, Daniel, DavidF, Don, Jeff, Lauren, Lee, Michael, Ramzi, Vektor, Steve, TomY, Tess, Kona, Brent, Clarissa, PeterP, Jesse, Annette, Cyn, Blue, Ginsu, Jonathan, Karen, Adam, Nova, Deana, Lizzie, Patsy, DavidK, Isaac, Pathfinder, Monroe, Jill, Benny, Altruima, Rheya, Jennifer, Jack, DaveP, Brad, Mick, Babbage, Elisabeth, Brian, Beth, Data, Ethan, Wendy, Nicole, Sky, Jeffrey, Zero, Coffee, Tesla, Kenny, Makiko, Nigel, Teeple, Lucy, Mia, Dee, Guy, Harry, Liana, Branka, Jimbo, Aura, Vasuda, SarahD, bethanye, Torley, Runitai, MikeS, PaulM, Milo, Hermia, JoeM, Melanie, Rejean, DSmith, SMiller, Susan, Jose, DongYun, Justin, Andrey, Syrah, Donovan, Henrik, Nora, Lexie, AC, Donna, ChrisC, Alex, Leyla, Kyle, Mathew, Devin, Joshua, DanC, Jessica, Harmony, Claudia, Tramel, Glenn, Betsy, Fritz, Jun, Adam, Cassandra, Ken, RyanW, Spike, Tofu, Varas, Andy, Luke, RobLa, Chiyo, JohnZ, Dustin, George, Del, PeterP, Migyeong, Matthew, RMullane, CChampion, JTurbin, JamesC, Viola, Lightfoot, Jacqui, Sturm, Adrian, Buttercup, Alfred, Sunil, Alfred, Noel, Irfan, Jill, Yool, Jane, Yuki, Yoz, Matthew, Arthur, Jennifer, Karl, Brian, Ben, Janine, Christopher, Madhavi, Everett, Anthony, Joon, Jake, sean, Adreanne, Stephany, KellyJo, Jeremy, Pramod, Joshua, Sean, Christopher, Amy, Ceren, Katherine, jon, Sudheendra, James, Stephan, Kari, Kartic, Todd, Thomas, Joki, Rebecca, Belinda, Bert, Roger, Bridie, Kristi, Brian, Maria, John, Aric, Nathanel, Melinda, Darrell, Jennifer, Sandy, Greg, Rob, Brad, Chris, Eric, Palmer, Asi, Katja, Lisa, Minda, Jen, Aaron, Bryan, Mark, Jonathan, Jamie, Laurel, William, Matthew, Steve, David, Remy, James, Tim, Lee, Brian, Ashlei, Sam, Mike, Ethan, Austin, Wanda, Paul, Brian, Rachel, Valentyn, Emma Williams, Autum, Steven, Laley, Charles, Jessica, Sue, Gillian, CG, Kip, Kristen, Shamiran, Blake, Brett, Erica, Kent, Joel, Plexus, Twilight, Joppa, Enus, Kraft, Naveen, Simon, Q, Ronp, Laurap, Ram, KyleJM, Marty, Kend, Daveh, Prospero, Melissa, Nat, Hamilton, Green, Seraph, Ekim, Miz, Jimmy, Kosmo, Rome, Doris, JT, Benoc, Whump, Mango, Trinity, Patch, TJ, Christy, Bao, Joohwan, Kate, Oreh, Angela, Johan, Cheah, Lan, Matias, Brandy, Cogsworth, Aleks, Mitchell, Space, Einstein, Bambers, Colton, Malbers, Maggie, Umesh, Santosh, Rose, Stash, Rothman, Winnie, Stella, Niall und vielen anderen. | 4 | Second Life wird Ihnen präsentiert von Philip, Tessa, Andrew, Cory, Ben, Bunny, Char, Charlie, Colin, Dan, Daniel, Doug, Eric, Hamlet, Haney, Hunter, Ian, Jeff, Jim, John, Lee, Mark, Peter, Phoenix, Richard, Robin, Xenon, Steve, Tanya, Eddie, Frank, Bruce, Aaron, Alice, Bob, Debra, Eileen, Helen, Janet, Louie, Leviathania, Stefan, Ray, Kevin, Tom, Mikeb, MikeT, Burgess, Elena, Tracy, BillTodd, Ryan, Zach, Sarah, Nova, Otakon, Tim, Stephanie, Michael, Evan, Nicolas, Catherine, Rachelle, Dave, Holly, Bub, Kelly, Magellan, Ramzi, Don, Sabin, Jill, Rheya, DanceStar, Jeska, Hungry, Torley, Kona, Callum, Charity, Ventrella, Jack, Uncle, Vektor, Iris, Chris, Nicole, Mick, Reuben, Blue, Babbage, Yedwab, Deana, Lauren, Brent, Pathfinder, Chadrick, Altruima, Jesse, Monroe, David, Tess, Lizzie, Patsy, Pony, Isaac, Lawrence, Cyn, Bo, Gia, Annette, Marius, Tbone, Jonathan, Karen, Ginsu, Yuko, Makiko, Thomas, Harry, Seth, Alexei, Brian, Guy, Runitai, Ethan, Data, Cornelius, Kenny, Swiss, Zero, Natria, Wendy, Stephen, Teeple, Thumper, Lucy, Dee, Mia, Liana, Warren, Branka, Aura, beez, Milo, Hermia, Red, Thrax, Joe, Sally, Magenta, Paul, Jose, Rejean, Henrik, Lexie, Amber, Logan, Xan, Nora, Morpheus, Donovan, Leyla, MichaelFrancis, Beast, Cube, Bucky, Joshua, Stryfe, Harmony, Teresa, Claudia, Walker, Glenn, Fritz, Fordak, June, Cleopetra, Jean, Ivy, Betsy, Roosevelt, Spike, Ken, Which, Tofu, Chiyo, Rob, Zee, dustin, George, Del, Matthew, Cat, Jacqui, Lightfoot, Adrian, Viola, Alfred, Noel, Irfan, Sunil, Yool, Rika, Jane, Xtreme, Frontier, a2, Neo, Siobhan, Yoz, Justin, Elle, Qarl, Benjamin, Isabel, Gulliver, Everett, Christopher, Izzy, Stephany, Garry, Sejong, Sean, Tobin, Iridium, Meta, Anthony, Jeremy, JP, Jake, Maurice, Madhavi, Leopard, Kyle, Joon, Kari, Bert, Belinda, Jon, Kristi, Bridie, Pramod, KJ, Socrates, Maria, Ivan, Aric, Yamasaki, Adreanne, Jay, MitchK, Ceren, Coco, Durl, Jenny, Periapse, Kartic, Storrs, Lotte, Sandy, Colossus, Zen, BigPapi, Brad, Pastrami, Kurz, Mani, Neuro, Jaime, MJ, Rowan, Sgt, Elvis, Gecko, Samuel, Sardonyx, Leo, Bryan, Niko, Soft, Poppy, Rachel, Aki, Angelo, Banzai, Alexa, Sue, CeeLo, Bender, CG, Gillian, Pelle, Nick, Echo, Zara, Christine, Shamiran, Emma, Blake, Keiko, Plexus, Joppa, Sidewinder, Erica, Ashlei, Twilight, Kristen, Brett, Q, Enus, Simon, Bevis, Kraft, Kip, Chandler, Ron, LauraP, Ram, KyleJM, Scouse, Prospero, Melissa, Marty, Nat, Hamilton, Kend, Lordan, Jimmy, Kosmo, Seraph, Green, Ekim, Wiggo, JT, Rome, Doris, Miz, Benoc, Whump, Trinity, Patch, Kate, TJ, Bao, Joohwan, Christy, Sofia, Matias, Cogsworth, Johan, Oreh, Cheah, Angela, Brandy, Mango, Lan, Aleks, Gloria, Heidy, Mitchell, Space, Colton, Bambers, Einstein, Maggie, Malbers, Rose, Winnie, Stella, Milton, Rothman, Niall, Marin, Allison, James, Katie, Dawn, Katt, Kalpana, Judy, Andrea, Ambroff, Infinity, Gail, Rico, Raymond, Yi, William, Christa, M, Teagan, Scout, Molly, Dante, Corr, Dynamike, Usi, Kaylee, Lil, Danica, Sascha, Kelv, Jacob, Nya, Rodney, Brandon, Elsie, Blondin, Grant, Katrin, Nyx, Gabriel, Locklainn, Claire, Devin, Minerva, Monty, Austin, Bradford, Si, Keira, H, Caitlin, Dita, Makai, Jenn und vielen anderen. |
5 | 5 | ||
6 | Vielen Dank den folgenden Einwohnern, die uns geholfen haben, dies zur bisher besten Version zu machen: aaron23 decuir, Abelv Vollmar, Abyssin Otoro, ActingIll Igaly, Adamas Carter, Addy Broome, Adelia Menges, Alexandra Rucker, Alexandrea Fride, Alissa Sabre, Alyx Jonson, Ann Otoole, Anton Fargis, Aradia Dielli, Araina jewell, Arcane Clawtooth, arcangelo vantelli, Are Sperber, Argent Stonecutter, arkady yost, Ashcroft Burnham, Ashen Arida, Auron Forcella, Azadine Umarov, Azildin Furst, Balp Allen, Balpien Hammerer, Barney Boomslang, Barrett Slade, becky pippen, Beeflin Grut, Beer Dailey, Behemoth Greenwood, bigmanu greene, bitova loon, Bonca Chikuwa, Bonnie Bechir, Brandon Catteneo, buttonpusher jones, Carina Raymaker, Ceera Murakami, Celierra Darling, ChatNoir Moonsoo, Cheetah Hammerer, chet neurocam, Cinthya Loveless, Cold Spitteler, Coral Quinnell, Crash Pointe, CrazyTB Oh, Creem Pye, Crom Chaffe, ctrl althouse, dade carver, Dael Ra, dakota schwade, Dale Innis, Damian McLeod, Danger Lytton, danielluh ashton, DanOfWA Flanagan, Davec Horsforth, Davidius Morigi, davie zinner, Day Oh, DBDigital Epsilon, Deany Fall, deBruce Munro, Decaf Coffey, Dedric Mauriac, Deeso Saeed, Dekka Raymaker, dexter eberhart, Dildo Spitz, Dizzy Banjo, djcabello klaar, Dnali Anabuki, Domchi Underwood, Doran Zemlja, Drew Dwi, Duckless Vandyke, Duncan Stenvaag, Dylan Rickenbacker, dzogchen Moody, Dzonatas Sol, Eddy Stryker, Edward Griffith, Edward Pearse, ein duesenburg, Elle Pollack, Elle74 Zaftig, Emileigh Starbrook, Emma Nowhere, ener bing, Erdrick Balbozar, eric domela, Evangeline Biedermann, Excalibur Longstaff, Fake Fitzgerald, Feldspar Millgrove, Feynt Mistral, Fluf Fredriksson, Forbid Utorid, Fortyniner Beck, Francesco Despres, Francisco Koolhoven, Franta Burt, Fury Rosewood, garde Burrel, Garmin Kawaguichi, Gavin Ichigo, Gellan Glenelg, Genie Demina, Gennifer Meredith, Gigs Taggart, Goldie Katsu, Gwyneth Llewelyn, Haravikk Mistral, Harleen Gretzky, Haruki Watanabe, Heather Manatiso, Henri Beauchamp, Honey Fairweather, Hypatia Callisto, Ice Brodie, icktoofay Kamachi, IntLibber Brautigan, Janise Dreamscape, Jay Shinobu, Jenni Ryba, Jeremy Ondricek, JetZep Zabelin, Jims Smythe, Jini Hammerer, Jopy Weber, JustOneMore Loon, Kaluura Boa, Kara Markova, Kevin Susenko, Khyra Ares, Kii Lilliehook, Kitty Barnett, Kris Kuttelwascher, Lanita Wingtips, Laura18 Streeter, Lee Ludd, Lettrius Jewell, Liberty Tesla, LilyAnna Carter, Lindal Kidd, Lisa Lowe, Lisa McConnell, Lola Machin, luca peck, Lupus Clawtooth, M1sha Dallin, Macsima Dagostino, Mana Janus, Mani Canning, Manjusri Binder, marceledward edman, march Korda, marchino villota, Marcus Llewellyn, MartinRJ Fayray, Matthew Dowd, Max Kleiber, mazzy fastback, McCabe Maxsted, Mckailen Kohnke, Meghan Dench, Melvin Starbrook, Mercia Mcmahon, Miakoda Carnell, Michelle2 Zenovka, Michi Lumin, mick parnall, Milla Michinaga, Millie Thompson, miranda Ashby, Mircea Lobo, MIssSara Beck, mouse mimistrobell, Myria Boa, Nanci Barthelmess, Nargus Asturias, Natalya Debevec, Nedrae Messmer, Nexeus Fatale, Niky Zenovka, Nimrod Szondi, Ninane Yoshikawa, Noch Tripsa, nokithecat writer, Nyko Merlin, Onyx Halberd, oryx tempel, Osprey Therian, Pac Hyun, Panagea McMillan, Patrick Ferrentino, PattehPh0x Katsu, ponk bing, Poppy Linden, Prajna Vella, Precious Rhiano, Prokofy Neva, Randall Lovenkraft, Rascal Ratelle, Raydon Writer, Rhaorth Antonelli, Rock Hayek, Ron Crimson, Ron Khondji, Ronald Richez, Rui Clary, Ruud Lathrop, Sakkano Imako, Sam Reinard, Sascha Vandyke, Scrippy Scofield, Sean18 McCarey, Sedona Mills, Sekonda Huet, Seraph Nephilim, Sergei Milos, Shadowquine Maltz, shai khalifa, sheilah flatley, Sheri Underwood, Shuggy Husky, Sierra Janus, Sigma Avro, Simil Miles, simon kline, Simon Nolan, Sindy Tsure, Sparks Keynes, Squirrel Wood, Stahi Columbia, StarSong Bright, Summer Seale, Sunn Thunders, Susan Koltai, Syler Zhora, Synack Fitzgerald, Tayra Dagostino, Tee Cramer, Teravus Ousley, Thomas Shikami, Tia Araw, Tillie Ariantho, Topher Brooks, Torley Linden, Twosteppin Jewell, tx Oh, urantia jewell, vaguegirl Petty, VeC Merlin, venus petrov, vv33d Beck, vynka dean, zann canto, zeebster colasanti, Zi Ree, Zion Tristan, Zorin Frobozz, Zyzzy Zarf | 6 | Vielen Dank den folgenden Einwohnern, die uns geholfen haben, dies zur bisher besten Version zu machen: aaron23 decuir, Abra Miles, absolute balderdash, adelle fitzgerald, Aeron Kohime, Aki Shichiroji, Alger Meads, Alissa Sabre, AlwaysIcey Mapholisto, Arawn Spitteler, Aren Mandala, Arianna Wrigglesworth, Bagushii Kohime, Balpien Hammerer, Blinking2342 Blinker, byakuya runo, Capucchy Streeter, Chandra Jun, Coyote Pace, Crusher Soderstrom, Cummere Mayo, cyberrosa Rossini, Dael Ra, danana dodonpa, Darek Deluca, Davec Horsforth, django yifu, draco crane, Dre Dagostino, Ephyu Reino, etan quan, Fenrix Murakami, Fledhyris Proudhon, Fred Wardhani, Frederich Courier, garth fairchang, Gellan Glenelg, Geraldine Giha, GOLAN Eilde, gonzo joubert, Hachiro Yokosuka, Hampton Hax, harleywood guru, Hevenz Vansant, imnotgoing sideways, Jaden Giles, Jeanette Janus, Karl Dorance, keaton Akina, Khashai Steinbeck, KiPSOFT Tuqiri, kirstenlee Cinquetti, Kitty Barnett, Laurent Vesta, Lazure Ryba, Lima Vesperia, Linzi Bingyi, Lisa Lowe, LuDon Ninetails, Mark Rosenbaum, McCabe Maxsted, Michi Lumin, Midi Aeon, ml0rtd kit, Mo Eriksen, Morice Flanagan, Mysterion Aeon, Nad Gough, norgan torok, Pygar Bu, Qie Niangao, rachel corleone, Rado Arado, roberto salubrius, Royer Pessoa, samia bechir, Sasha Nurmi, Sean Heying, Selkit Diller, Shadow Pidgeon, simon kline, Smokie Ember, Soap Clawtooth, Strife Onizuka, Tal Chernov, Talan Hyun, tangletwigs fairymeadow, Tanya Spinotti, Tayra Dagostino, Teebone Aeon, Theremes Langdon, Thraxis Epsilon, tucor Capalini, Vasko Hawker, VenusMari Zapedzki, Vex Streeter, Viktoria Dovgal, Vincent Nacon, Viridian Exonar, Vivienne Schell, WarKirby Magojiro, Wilton Lundquist, Yukinoroh Kamachi, Zyzzy Zarf |
7 | 7 | ||
8 | 3Dconnexion SDK Copyright (C) 1992-2007 3Dconnexion | 8 | 3Dconnexion SDK Copyright (C) 1992-2007 3Dconnexion |
9 | APR Copyright (C) 2000-2004 The Apache Software Foundation | 9 | APR Copyright (C) 2000-2004 The Apache Software Foundation |
@@ -26,7 +26,7 @@ | |||
26 | Voice-Chat-Audiocoding: Polycom(R) Siren14(TM) (ITU-T Empf. G.722.1 Anhang C) | 26 | Voice-Chat-Audiocoding: Polycom(R) Siren14(TM) (ITU-T Empf. G.722.1 Anhang C) |
27 | 27 | ||
28 | 28 | ||
29 | Happiness is a warm puppy. -- Charles M. Schulz | 29 | What happens to a dream deferred? --Langston Hughes |
30 | </text_editor> | 30 | </text_editor> |
31 | <text name="you_are_at"> | 31 | <text name="you_are_at"> |
32 | Sie befinden sich in [POSITION] | 32 | Sie befinden sich in [POSITION] |
diff --git a/linden/indra/newview/skins/default/xui/de/need_to_translate.xml b/linden/indra/newview/skins/default/xui/de/need_to_translate.xml index 9dfa30b..dcde1bb 100644 --- a/linden/indra/newview/skins/default/xui/de/need_to_translate.xml +++ b/linden/indra/newview/skins/default/xui/de/need_to_translate.xml | |||
@@ -3557,4 +3557,59 @@ Beschäftigt sich diese Gruppe mit nicht jugendfreien Inhalten? | |||
3557 | <f_old_trans></f_old_trans> | 3557 | <f_old_trans></f_old_trans> |
3558 | <f_translation>Ja</f_translation> | 3558 | <f_translation>Ja</f_translation> |
3559 | </string> | 3559 | </string> |
3560 | <string><a_file>alerts.xml</a_file> | ||
3561 | <b_path>//ChangeSkin/message</b_path> | ||
3562 | <c_attribute></c_attribute> | ||
3563 | <d_old></d_old> | ||
3564 | <e_new> | ||
3565 | The new skin will appear after you restart [SECOND_LIFE]. | ||
3566 | </e_new> | ||
3567 | <f_old_trans></f_old_trans> | ||
3568 | <f_translation> Die neue Benutzeroberfläche wird nach einem Neustart von [SECOND_LIFE] angewendet. | ||
3569 | </f_translation></string><string><a_file>notify.xml</a_file> | ||
3570 | <b_path>//UnableToOpenCommandURL/message</b_path> | ||
3571 | <c_attribute></c_attribute> | ||
3572 | <d_old></d_old> | ||
3573 | <e_new> | ||
3574 | The URL you clicked cannot be opened from this web browser. | ||
3575 | </e_new> | ||
3576 | <f_old_trans></f_old_trans> | ||
3577 | <f_translation> Die URL, die Sie angeklickt haben, kann in diesem Web Browser nicht geöffnet werden. | ||
3578 | </f_translation></string><string><a_file>panel_preferences_skins.xml</a_file> | ||
3579 | <b_path>/Skins panel</b_path> | ||
3580 | <c_attribute>label</c_attribute> | ||
3581 | <d_old></d_old> | ||
3582 | <e_new>Skins</e_new> | ||
3583 | <f_old_trans></f_old_trans> | ||
3584 | <f_translation>Benutzeroberflächen</f_translation></string><string><a_file>panel_preferences_skins.xml</a_file> | ||
3585 | <b_path>/Skins panel/muting_text</b_path> | ||
3586 | <c_attribute></c_attribute> | ||
3587 | <d_old></d_old> | ||
3588 | <e_new> | ||
3589 | Select a skin (requires restart): | ||
3590 | </e_new> | ||
3591 | <f_old_trans></f_old_trans> | ||
3592 | <f_translation> | ||
3593 | Wählen Sie eine Benutzeroberfläche aus (erfordert Neustart): | ||
3594 | </f_translation></string><string><a_file>panel_preferences_skins.xml</a_file> | ||
3595 | <b_path>/Skins panel/skin_selection/default</b_path> | ||
3596 | <c_attribute></c_attribute> | ||
3597 | <d_old></d_old> | ||
3598 | <e_new> | ||
3599 | Classic | ||
3600 | </e_new> | ||
3601 | <f_old_trans></f_old_trans> | ||
3602 | <f_translation> | ||
3603 | Klassisch | ||
3604 | </f_translation></string><string><a_file>panel_preferences_skins.xml</a_file> | ||
3605 | <b_path>/Skins panel/skin_selection/silver</b_path> | ||
3606 | <c_attribute></c_attribute> | ||
3607 | <d_old></d_old> | ||
3608 | <e_new> | ||
3609 | Silver | ||
3610 | </e_new> | ||
3611 | <f_old_trans></f_old_trans> | ||
3612 | <f_translation> | ||
3613 | Silber | ||
3614 | </f_translation></string> | ||
3560 | </strings> | 3615 | </strings> |
diff --git a/linden/indra/newview/skins/default/xui/de/notify.xml b/linden/indra/newview/skins/default/xui/de/notify.xml index f22acd9..4218a4a 100644 --- a/linden/indra/newview/skins/default/xui/de/notify.xml +++ b/linden/indra/newview/skins/default/xui/de/notify.xml | |||
@@ -1048,4 +1048,9 @@ Klicken Sie auf 'Akzeptieren', um dem Chat beizutreten, oder auf &apos | |||
1048 | Die Region, die Sie betreten haben, verwendet eine andere Simulatorversion. Klicken Sie auf diese Nachricht, um weitere Informationen zu erhalten. | 1048 | Die Region, die Sie betreten haben, verwendet eine andere Simulatorversion. Klicken Sie auf diese Nachricht, um weitere Informationen zu erhalten. |
1049 | </message> | 1049 | </message> |
1050 | </notify> | 1050 | </notify> |
1051 | <notify name="UnableToOpenCommandURL"> | ||
1052 | <message name="message"> | ||
1053 | Die URL, die Sie angeklickt haben, kann in diesem Web Browser nicht geöffnet werden. | ||
1054 | </message> | ||
1055 | </notify> | ||
1051 | </notifications> | 1056 | </notifications> |
diff --git a/linden/indra/newview/skins/default/xui/de/panel_preferences_skins.xml b/linden/indra/newview/skins/default/xui/de/panel_preferences_skins.xml new file mode 100644 index 0000000..5148c39 --- /dev/null +++ b/linden/indra/newview/skins/default/xui/de/panel_preferences_skins.xml | |||
@@ -0,0 +1,14 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | ||
2 | <panel label="Oberflächen" name="Skins panel"> | ||
3 | <text name="muting_text"> | ||
4 | Wählen Sie eine Benutzeroberfläche aus (erfordert Neustart): | ||
5 | </text> | ||
6 | <radio_group name="skin_selection"> | ||
7 | <radio_item name="default"> | ||
8 | Klassisch | ||
9 | </radio_item> | ||
10 | <radio_item name="silver"> | ||
11 | Silber | ||
12 | </radio_item> | ||
13 | </radio_group> | ||
14 | </panel> | ||
diff --git a/linden/indra/newview/skins/default/xui/en-us/alerts.xml b/linden/indra/newview/skins/default/xui/en-us/alerts.xml index 89662ea..c7ec62f 100644 --- a/linden/indra/newview/skins/default/xui/en-us/alerts.xml +++ b/linden/indra/newview/skins/default/xui/en-us/alerts.xml | |||
@@ -887,7 +887,7 @@ Note: This will clear the cache. | |||
887 | </alert> | 887 | </alert> |
888 | <alert modal="true" name="ChangeSkin"> | 888 | <alert modal="true" name="ChangeSkin"> |
889 | <message name="message"> | 889 | <message name="message"> |
890 | New skin will appear after you restart [SECOND_LIFE]. | 890 | The new skin will appear after you restart [SECOND_LIFE]. |
891 | </message> | 891 | </message> |
892 | </alert> | 892 | </alert> |
893 | <alert modal="true" name="GoToAuctionPage"> | 893 | <alert modal="true" name="GoToAuctionPage"> |
diff --git a/linden/indra/newview/skins/default/xui/en-us/floater_about.xml b/linden/indra/newview/skins/default/xui/en-us/floater_about.xml index e5f963a..36e7765 100644 --- a/linden/indra/newview/skins/default/xui/en-us/floater_about.xml +++ b/linden/indra/newview/skins/default/xui/en-us/floater_about.xml | |||
@@ -7,9 +7,9 @@ | |||
7 | follows="left|top|right|bottom" font="SansSerifSmall" height="168" left="6" | 7 | follows="left|top|right|bottom" font="SansSerifSmall" height="168" left="6" |
8 | max_length="65536" mouse_opaque="true" name="credits_editor" width="458" | 8 | max_length="65536" mouse_opaque="true" name="credits_editor" width="458" |
9 | word_wrap="true"> | 9 | word_wrap="true"> |
10 | Second Life is brought to you by Philip, Andrew, Tessa, Cory, Frank, James, Doug, Hunter, Richard, John, Eric, Avi, AaronB, AaronY, Ian, Peter, Mark, Robin, Stephen, Tracy, Ryan, Alberto, Haney, Tanya, JimJ, Dan, Ben, Stephanie, Tim, Evan, Catherine, Colin, Chris, Reuben, Charity, Jeska, James, JonHenry, Kelly, Callum, Char, Daniel, DavidF, Don, Jeff, Lauren, Lee, Michael, Ramzi, Vektor, Steve, TomY, Tess, Kona, Brent, Clarissa, PeterP, Jesse, Annette, Cyn, Blue, Ginsu, Jonathan, Karen, Adam, Nova, Deana, Lizzie, Patsy, DavidK, Isaac, Pathfinder, Monroe, Jill, Benny, Altruima, Rheya, Jennifer, Jack, DaveP, Brad, Mick, Babbage, Elisabeth, Brian, Beth, Data, Ethan, Wendy, Nicole, Sky, Jeffrey, Zero, Coffee, Tesla, Kenny, Makiko, Nigel, Teeple, Lucy, Mia, Dee, Guy, Harry, Liana, Branka, Jimbo, Aura, Vasuda, SarahD, bethanye, Torley, Runitai, MikeS, PaulM, Milo, Hermia, JoeM, Melanie, Rejean, DSmith, SMiller, Susan, Jose, DongYun, Justin, Andrey, Syrah, Donovan, Henrik, Nora, Lexie, AC, Donna, ChrisC, Alex, Leyla, Kyle, Mathew, Devin, Joshua, DanC, Jessica, Harmony, Claudia, Tramel, Glenn, Betsy, Fritz, Jun, Adam, Cassandra, Ken, RyanW, Spike, Tofu, Varas, Andy, Luke, RobLa, Chiyo, JohnZ, Dustin, George, Del, PeterP, Migyeong, Matthew, RMullane, CChampion, JTurbin, JamesC, Viola, Lightfoot, Jacqui, Sturm, Adrian, Buttercup, Alfred, Sunil, Alfred, Noel, Irfan, Jill, Yool, Jane, Yuki, Yoz, Matthew, Arthur, Jennifer, Karl, Brian, Ben, Janine, Christopher, Madhavi, Everett, Anthony, Joon, Jake, sean, Adreanne, Stephany, KellyJo, Jeremy, Pramod, Joshua, Sean, Christopher, Amy, Ceren, Katherine, jon, Sudheendra, James, Stephan, Kari, Kartic, Todd, Thomas, Joki, Rebecca, Belinda, Bert, Roger, Bridie, Kristi, Brian, Maria, John, Aric, Nathanel, Melinda, Darrell, Jennifer, Sandy, Greg, Rob, Brad, Chris, Eric, Palmer, Asi, Katja, Lisa, Minda, Jen, Aaron, Bryan, Mark, Jonathan, Jamie, Laurel, William, Matthew, Steve, David, Remy, James, Tim, Lee, Brian, Ashlei, Sam, Mike, Ethan, Austin, Wanda, Paul, Brian, Rachel, Valentyn, Emma Williams, Autum, Steven, Laley, Charles, Jessica, Sue, Gillian, CG, Kip, Kristen, Shamiran, Blake, Brett, Erica, Kent, Joel, Plexus, Twilight, Joppa, Enus, Kraft, Naveen, Simon, Q, Ronp, Laurap, Ram, KyleJM, Marty, Kend, Daveh, Prospero, Melissa, Nat, Hamilton, Green, Seraph, Ekim, Miz, Jimmy, Kosmo, Rome, Doris, JT, Benoc, Whump, Mango, Trinity, Patch, TJ, Christy, Bao, Joohwan, Kate, Oreh, Angela, Johan, Cheah, Lan, Matias, Brandy, Cogsworth, Aleks, Mitchell, Space, Einstein, Bambers, Colton, Malbers, Maggie, Umesh, Santosh, Rose, Stash, Rothman, Winnie, Stella, Niall and many others. | 10 | Second Life is brought to you by Philip, Tessa, Andrew, Cory, Ben, Bunny, Char, Charlie, Colin, Dan, Daniel, Doug, Eric, Hamlet, Haney, Hunter, Ian, Jeff, Jim, John, Lee, Mark, Peter, Phoenix, Richard, Robin, Xenon, Steve, Tanya, Eddie, Frank, Bruce, Aaron, Alice, Bob, Debra, Eileen, Helen, Janet, Louie, Leviathania, Stefan, Ray, Kevin, Tom, Mikeb, MikeT, Burgess, Elena, Tracy, BillTodd, Ryan, Zach, Sarah, Nova, Otakon, Tim, Stephanie, Michael, Evan, Nicolas, Catherine, Rachelle, Dave, Holly, Bub, Kelly, Magellan, Ramzi, Don, Sabin, Jill, Rheya, DanceStar, Jeska, Hungry, Torley, Kona, Callum, Charity, Ventrella, Jack, Uncle, Vektor, Iris, Chris, Nicole, Mick, Reuben, Blue, Babbage, Yedwab, Deana, Lauren, Brent, Pathfinder, Chadrick, Altruima, Jesse, Monroe, David, Tess, Lizzie, Patsy, Pony, Isaac, Lawrence, Cyn, Bo, Gia, Annette, Marius, Tbone, Jonathan, Karen, Ginsu, Yuko, Makiko, Thomas, Harry, Seth, Alexei, Brian, Guy, Runitai, Ethan, Data, Cornelius, Kenny, Swiss, Zero, Natria, Wendy, Stephen, Teeple, Thumper, Lucy, Dee, Mia, Liana, Warren, Branka, Aura, beez, Milo, Hermia, Red, Thrax, Joe, Sally, Magenta, Paul, Jose, Rejean, Henrik, Lexie, Amber, Logan, Xan, Nora, Morpheus, Donovan, Leyla, MichaelFrancis, Beast, Cube, Bucky, Joshua, Stryfe, Harmony, Teresa, Claudia, Walker, Glenn, Fritz, Fordak, June, Cleopetra, Jean, Ivy, Betsy, Roosevelt, Spike, Ken, Which, Tofu, Chiyo, Rob, Zee, dustin, George, Del, Matthew, Cat, Jacqui, Lightfoot, Adrian, Viola, Alfred, Noel, Irfan, Sunil, Yool, Rika, Jane, Xtreme, Frontier, a2, Neo, Siobhan, Yoz, Justin, Elle, Qarl, Benjamin, Isabel, Gulliver, Everett, Christopher, Izzy, Stephany, Garry, Sejong, Sean, Tobin, Iridium, Meta, Anthony, Jeremy, JP, Jake, Maurice, Madhavi, Leopard, Kyle, Joon, Kari, Bert, Belinda, Jon, Kristi, Bridie, Pramod, KJ, Socrates, Maria, Ivan, Aric, Yamasaki, Adreanne, Jay, MitchK, Ceren, Coco, Durl, Jenny, Periapse, Kartic, Storrs, Lotte, Sandy, Colossus, Zen, BigPapi, Brad, Pastrami, Kurz, Mani, Neuro, Jaime, MJ, Rowan, Sgt, Elvis, Gecko, Samuel, Sardonyx, Leo, Bryan, Niko, Soft, Poppy, Rachel, Aki, Angelo, Banzai, Alexa, Sue, CeeLo, Bender, CG, Gillian, Pelle, Nick, Echo, Zara, Christine, Shamiran, Emma, Blake, Keiko, Plexus, Joppa, Sidewinder, Erica, Ashlei, Twilight, Kristen, Brett, Q, Enus, Simon, Bevis, Kraft, Kip, Chandler, Ron, LauraP, Ram, KyleJM, Scouse, Prospero, Melissa, Marty, Nat, Hamilton, Kend, Lordan, Jimmy, Kosmo, Seraph, Green, Ekim, Wiggo, JT, Rome, Doris, Miz, Benoc, Whump, Trinity, Patch, Kate, TJ, Bao, Joohwan, Christy, Sofia, Matias, Cogsworth, Johan, Oreh, Cheah, Angela, Brandy, Mango, Lan, Aleks, Gloria, Heidy, Mitchell, Space, Colton, Bambers, Einstein, Maggie, Malbers, Rose, Winnie, Stella, Milton, Rothman, Niall, Marin, Allison, James, Katie, Dawn, Katt, Kalpana, Judy, Andrea, Ambroff, Infinity, Gail, Rico, Raymond, Yi, William, Christa, M, Teagan, Scout, Molly, Dante, Corr, Dynamike, Usi, Kaylee, Lil, Danica, Sascha, Kelv, Jacob, Nya, Rodney, Brandon, Elsie, Blondin, Grant, Katrin, Nyx, Gabriel, Locklainn, Claire, Devin, Minerva, Monty, Austin, Bradford, Si, Keira, H, Caitlin, Dita, Makai, Jenn and many others. |
11 | 11 | ||
12 | Thank you to the following residents for helping to ensure that this is the best version yet: aaron23 decuir, Abelv Vollmar, Abyssin Otoro, ActingIll Igaly, Adamas Carter, Addy Broome, Adelia Menges, Alexandra Rucker, Alexandrea Fride, Alissa Sabre, Alyx Jonson, Ann Otoole, Anton Fargis, Aradia Dielli, Araina jewell, Arcane Clawtooth, arcangelo vantelli, Are Sperber, Argent Stonecutter, arkady yost, Ashcroft Burnham, Ashen Arida, Auron Forcella, Azadine Umarov, Azildin Furst, Balp Allen, Balpien Hammerer, Barney Boomslang, Barrett Slade, becky pippen, Beeflin Grut, Beer Dailey, Behemoth Greenwood, bigmanu greene, bitova loon, Bonca Chikuwa, Bonnie Bechir, Brandon Catteneo, buttonpusher jones, Carina Raymaker, Ceera Murakami, Celierra Darling, ChatNoir Moonsoo, Cheetah Hammerer, chet neurocam, Cinthya Loveless, Cold Spitteler, Coral Quinnell, Crash Pointe, CrazyTB Oh, Creem Pye, Crom Chaffe, ctrl althouse, dade carver, Dael Ra, dakota schwade, Dale Innis, Damian McLeod, Danger Lytton, danielluh ashton, DanOfWA Flanagan, Davec Horsforth, Davidius Morigi, davie zinner, Day Oh, DBDigital Epsilon, Deany Fall, deBruce Munro, Decaf Coffey, Dedric Mauriac, Deeso Saeed, Dekka Raymaker, dexter eberhart, Dildo Spitz, Dizzy Banjo, djcabello klaar, Dnali Anabuki, Domchi Underwood, Doran Zemlja, Drew Dwi, Duckless Vandyke, Duncan Stenvaag, Dylan Rickenbacker, dzogchen Moody, Dzonatas Sol, Eddy Stryker, Edward Griffith, Edward Pearse, ein duesenburg, Elle Pollack, Elle74 Zaftig, Emileigh Starbrook, Emma Nowhere, ener bing, Erdrick Balbozar, eric domela, Evangeline Biedermann, Excalibur Longstaff, Fake Fitzgerald, Feldspar Millgrove, Feynt Mistral, Fluf Fredriksson, Forbid Utorid, Fortyniner Beck, Francesco Despres, Francisco Koolhoven, Franta Burt, Fury Rosewood, garde Burrel, Garmin Kawaguichi, Gavin Ichigo, Gellan Glenelg, Genie Demina, Gennifer Meredith, Gigs Taggart, Goldie Katsu, Gwyneth Llewelyn, Haravikk Mistral, Harleen Gretzky, Haruki Watanabe, Heather Manatiso, Henri Beauchamp, Honey Fairweather, Hypatia Callisto, Ice Brodie, icktoofay Kamachi, IntLibber Brautigan, Janise Dreamscape, Jay Shinobu, Jenni Ryba, Jeremy Ondricek, JetZep Zabelin, Jims Smythe, Jini Hammerer, Jopy Weber, JustOneMore Loon, Kaluura Boa, Kara Markova, Kevin Susenko, Khyra Ares, Kii Lilliehook, Kitty Barnett, Kris Kuttelwascher, Lanita Wingtips, Laura18 Streeter, Lee Ludd, Lettrius Jewell, Liberty Tesla, LilyAnna Carter, Lindal Kidd, Lisa Lowe, Lisa McConnell, Lola Machin, luca peck, Lupus Clawtooth, M1sha Dallin, Macsima Dagostino, Mana Janus, Mani Canning, Manjusri Binder, marceledward edman, march Korda, marchino villota, Marcus Llewellyn, MartinRJ Fayray, Matthew Dowd, Max Kleiber, mazzy fastback, McCabe Maxsted, Mckailen Kohnke, Meghan Dench, Melvin Starbrook, Mercia Mcmahon, Miakoda Carnell, Michelle2 Zenovka, Michi Lumin, mick parnall, Milla Michinaga, Millie Thompson, miranda Ashby, Mircea Lobo, MIssSara Beck, mouse mimistrobell, Myria Boa, Nanci Barthelmess, Nargus Asturias, Natalya Debevec, Nedrae Messmer, Nexeus Fatale, Niky Zenovka, Nimrod Szondi, Ninane Yoshikawa, Noch Tripsa, nokithecat writer, Nyko Merlin, Onyx Halberd, oryx tempel, Osprey Therian, Pac Hyun, Panagea McMillan, Patrick Ferrentino, PattehPh0x Katsu, ponk bing, Poppy Linden, Prajna Vella, Precious Rhiano, Prokofy Neva, Randall Lovenkraft, Rascal Ratelle, Raydon Writer, Rhaorth Antonelli, Rock Hayek, Ron Crimson, Ron Khondji, Ronald Richez, Rui Clary, Ruud Lathrop, Sakkano Imako, Sam Reinard, Sascha Vandyke, Scrippy Scofield, Sean18 McCarey, Sedona Mills, Sekonda Huet, Seraph Nephilim, Sergei Milos, Shadowquine Maltz, shai khalifa, sheilah flatley, Sheri Underwood, Shuggy Husky, Sierra Janus, Sigma Avro, Simil Miles, simon kline, Simon Nolan, Sindy Tsure, Sparks Keynes, Squirrel Wood, Stahi Columbia, StarSong Bright, Summer Seale, Sunn Thunders, Susan Koltai, Syler Zhora, Synack Fitzgerald, Tayra Dagostino, Tee Cramer, Teravus Ousley, Thomas Shikami, Tia Araw, Tillie Ariantho, Topher Brooks, Torley Linden, Twosteppin Jewell, tx Oh, urantia jewell, vaguegirl Petty, VeC Merlin, venus petrov, vv33d Beck, vynka dean, zann canto, zeebster colasanti, Zi Ree, Zion Tristan, Zorin Frobozz, Zyzzy Zarf | 12 | Thank you to the following residents for helping to ensure that this is the best version yet: aaron23 decuir, Abra Miles, absolute balderdash, adelle fitzgerald, Aeron Kohime, Aki Shichiroji, Alger Meads, Alissa Sabre, AlwaysIcey Mapholisto, Arawn Spitteler, Aren Mandala, Arianna Wrigglesworth, Bagushii Kohime, Balpien Hammerer, Blinking2342 Blinker, byakuya runo, Capucchy Streeter, Chandra Jun, Coyote Pace, Crusher Soderstrom, Cummere Mayo, cyberrosa Rossini, Dael Ra, danana dodonpa, Darek Deluca, Davec Horsforth, django yifu, draco crane, Dre Dagostino, Ephyu Reino, etan quan, Fenrix Murakami, Fledhyris Proudhon, Fred Wardhani, Frederich Courier, garth fairchang, Gellan Glenelg, Geraldine Giha, GOLAN Eilde, gonzo joubert, Hachiro Yokosuka, Hampton Hax, harleywood guru, Hevenz Vansant, imnotgoing sideways, Jaden Giles, Jeanette Janus, Karl Dorance, keaton Akina, Khashai Steinbeck, KiPSOFT Tuqiri, kirstenlee Cinquetti, Kitty Barnett, Laurent Vesta, Lazure Ryba, Lima Vesperia, Linzi Bingyi, Lisa Lowe, LuDon Ninetails, Mark Rosenbaum, McCabe Maxsted, Michi Lumin, Midi Aeon, ml0rtd kit, Mo Eriksen, Morice Flanagan, Mysterion Aeon, Nad Gough, norgan torok, Pygar Bu, Qie Niangao, rachel corleone, Rado Arado, roberto salubrius, Royer Pessoa, samia bechir, Sasha Nurmi, Sean Heying, Selkit Diller, Shadow Pidgeon, simon kline, Smokie Ember, Soap Clawtooth, Strife Onizuka, Tal Chernov, Talan Hyun, tangletwigs fairymeadow, Tanya Spinotti, Tayra Dagostino, Teebone Aeon, Theremes Langdon, Thraxis Epsilon, tucor Capalini, Vasko Hawker, VenusMari Zapedzki, Vex Streeter, Viktoria Dovgal, Vincent Nacon, Viridian Exonar, Vivienne Schell, WarKirby Magojiro, Wilton Lundquist, Yukinoroh Kamachi, Zyzzy Zarf |
13 | 13 | ||
14 | 3Dconnexion SDK Copyright (C) 1992-2007 3Dconnexion | 14 | 3Dconnexion SDK Copyright (C) 1992-2007 3Dconnexion |
15 | APR Copyright (C) 2000-2004 The Apache Software Foundation | 15 | APR Copyright (C) 2000-2004 The Apache Software Foundation |
@@ -32,7 +32,7 @@ | |||
32 | Voice chat Audio coding: Polycom(R) Siren14(TM) (ITU-T Rec. G.722.1 Annex C) | 32 | Voice chat Audio coding: Polycom(R) Siren14(TM) (ITU-T Rec. G.722.1 Annex C) |
33 | 33 | ||
34 | 34 | ||
35 | Happiness is a warm puppy. -- Charles M. Schulz</text_editor> | 35 | What happens to a dream deferred? --Langston Hughes</text_editor> |
36 | 36 | ||
37 | <text_editor bottom_delta="174" embedded_items="false" | 37 | <text_editor bottom_delta="174" embedded_items="false" |
38 | follows="left|top|right|bottom" font="SansSerif" height="238" left="6" | 38 | follows="left|top|right|bottom" font="SansSerif" height="238" left="6" |
diff --git a/linden/indra/newview/skins/default/xui/en-us/floater_about_land.xml b/linden/indra/newview/skins/default/xui/en-us/floater_about_land.xml index 262f363..3f6e6b2 100644 --- a/linden/indra/newview/skins/default/xui/en-us/floater_about_land.xml +++ b/linden/indra/newview/skins/default/xui/en-us/floater_about_land.xml | |||
@@ -454,7 +454,7 @@ | |||
454 | halign="center" height="16" label="Return objects..." | 454 | halign="center" height="16" label="Return objects..." |
455 | label_selected="Return objects..." left="220" mouse_opaque="true" | 455 | label_selected="Return objects..." left="220" mouse_opaque="true" |
456 | name="Return objects..." width="164" /> | 456 | name="Return objects..." width="164" /> |
457 | <name_list allow_calling_card_drop="false" background_visible="false" bottom="-329" | 457 | <name_list allow_calling_card_drop="false" background_visible="true" bottom="-329" |
458 | column_padding="0" draw_border="true" draw_heading="true" | 458 | column_padding="0" draw_border="true" draw_heading="true" |
459 | draw_stripes="true" enabled="true" | 459 | draw_stripes="true" enabled="true" |
460 | follows="left|top|right|bottom" height="117" left="4" mouse_opaque="true" | 460 | follows="left|top|right|bottom" height="117" left="4" mouse_opaque="true" |
diff --git a/linden/indra/newview/skins/default/xui/en-us/floater_hud.xml b/linden/indra/newview/skins/default/xui/en-us/floater_hud.xml index 2372f3e..84d113a 100644 --- a/linden/indra/newview/skins/default/xui/en-us/floater_hud.xml +++ b/linden/indra/newview/skins/default/xui/en-us/floater_hud.xml | |||
@@ -1,8 +1,11 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | 1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> |
2 | <floater can_close="true" can_drag_on_left="false" can_minimize="false" can_resize="false" | 2 | <floater can_close="true" can_drag_on_left="false" can_minimize="false" can_resize="false" |
3 | height="272" min_height="272" width="342" min_width="342" name="floater_hud" | 3 | height="292" width="362" name="floater_hud" |
4 | title="Tutorial"> | 4 | title="Tutorial"> |
5 | <web_browser border_visible="false" left="0" bottom="0" right="-1" top="-24" caret_color="1 1 1 1" follows="top|left|bottom|right" | 5 | <!-- NOTE: Height and width must match values in settings.xml for |
6 | FloaterHUDRect because this floater is resized to those values | ||
7 | in LLViewerWindow initialization. JC --> | ||
8 | <web_browser border_visible="false" left="1" bottom="1" width="360" height="265" caret_color="1 1 1 1" follows="top|left|bottom|right" | ||
6 | name="floater_hud_browser" | 9 | name="floater_hud_browser" |
7 | start_url="data:text/html,%3Chtml%3E%3Chead%3E%3C/head%3E%3Cbody bgcolor=%22#000000%22 text=%22ffffff%22%3E%3Ch1%3E%3Ctt%3E%0D%0A%0D%0ALoading...%3C/tt%3E%3C/h1%3E%3C/body%3E%3C/html%3E" | 10 | start_url="data:text/html,%3Chtml%3E%3Chead%3E%3C/head%3E%3Cbody bgcolor=%22#000000%22 text=%22ffffff%22%3E%3Ch1%3E%3Ctt%3E%0D%0A%0D%0ALoading...%3C/tt%3E%3C/h1%3E%3C/body%3E%3C/html%3E" |
8 | /> | 11 | /> |
diff --git a/linden/indra/newview/skins/default/xui/en-us/floater_im.xml b/linden/indra/newview/skins/default/xui/en-us/floater_im.xml index 11c839c..e30438b 100644 --- a/linden/indra/newview/skins/default/xui/en-us/floater_im.xml +++ b/linden/indra/newview/skins/default/xui/en-us/floater_im.xml | |||
@@ -17,7 +17,7 @@ | |||
17 | Click the [BUTTON NAME] button to accept/connect to this voice chat. | 17 | Click the [BUTTON NAME] button to accept/connect to this voice chat. |
18 | </string> | 18 | </string> |
19 | <string name="muted_message"> | 19 | <string name="muted_message"> |
20 | [FIRST] [LAST] is muted. | 20 | You have muted this resident. Sending a message will automatically unmute them. |
21 | </string> | 21 | </string> |
22 | 22 | ||
23 | <string name="generic_request_error"> | 23 | <string name="generic_request_error"> |
diff --git a/linden/indra/newview/skins/default/xui/en-us/floater_skin_preview_template.xml b/linden/indra/newview/skins/default/xui/en-us/floater_skin_preview_template.xml new file mode 100644 index 0000000..a029f19 --- /dev/null +++ b/linden/indra/newview/skins/default/xui/en-us/floater_skin_preview_template.xml | |||
@@ -0,0 +1,80 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | ||
2 | <multi_floater bottom="256" can_close="true" can_drag_on_left="false" can_minimize="true" | ||
3 | can_resize="false" height="148" left="256" name="floater_chatterbox" title="" title_bar="true" width="300" rect_control="ChatterboxRect"> | ||
4 | <icon image_name="checkerboard_transparency_bg.png" follows="left|right|top|bottom" bottom="0" left="0" height="128" width="300" /> | ||
5 | <panel width="300" height="28" left="0" bottom="0" background_opaque="true" background_visible="true"> | ||
6 | <panel bottom="0" filename="panel_bg_toolbar.xml" height="26" left="0" width="300" follows="left|right|top|bottom"/> | ||
7 | <button bottom="0" font="SansSerif" height="24" | ||
8 | image_selected="btn_chatbar_selected.tga" scale_image="true" | ||
9 | image_unselected="btn_chatbar.tga" label="" left="2" name="chat_btn" | ||
10 | image_overlay="icn_chatbar.tga" tool_tip="Show Chat Bar. (Enter)" | ||
11 | width="50" auto_resize="false" follows="left|right" user_resize="false"/> | ||
12 | <icon image_name="spacer24.tga" left_delta="2" width="2" height="2" follows="left|right" auto_resize="false" color="0,0,0,0"/> | ||
13 | <flyout_button bottom="0" font="SansSerif" height="24" label="Communicate" left_delta="52" | ||
14 | name="communicate_btn" tool_tip="Communicate with your Friends and Groups." | ||
15 | list_position="above" auto_resize="false" | ||
16 | width="120" follows="left|right" user_resize="false"/> | ||
17 | <icon image_name="spacer24.tga" width="2" height="2" follows="left|right" auto_resize="false" color="0,0,0,0"/> | ||
18 | <button bottom="0" left_delta="122" | ||
19 | font="SansSerif" | ||
20 | height="24" | ||
21 | label="Fly" | ||
22 | image_overlay="icn_toolbar_fly.tga" | ||
23 | image_overlay_alignment="left" | ||
24 | image_selected="toolbar_btn_selected.tga" | ||
25 | image_unselected="toolbar_btn_enabled.tga" | ||
26 | toggle="true" | ||
27 | auto_resize="false" | ||
28 | image_disabled="toolbar_btn_disabled.tga" | ||
29 | scale_image="true" | ||
30 | label_selected="Stop Flying" left="0" name="fly_btn" | ||
31 | tool_tip="Start flying. Use E/C or PgUp/PgDn to fly up and down." | ||
32 | width="120" | ||
33 | follows="left|right" | ||
34 | user_resize="false"/> | ||
35 | </panel> | ||
36 | <panel name="panel_unfocused_floater" background_opaque="false" background_visible="true" bg_alpha_color="DefaultBackgroundColor" height="100" width="148" left="2" bottom="29" border="true" border_color="FloaterUnfocusBorderColor"> | ||
37 | <panel background_opaque="false" background_visible="false" bg_alpha_color="0,0,0,0" height="17" width="148" bottom="83" /> | ||
38 | <text name="titlebar_focused" text_color="LabelDisabledColor" bottom_delta="6" left_delta="15" font="SansSerif">Unfocused</text> | ||
39 | <icon image_name="closebox.tga" left_delta="116" bottom="83" width="16" height="16" color="FloaterButtonImageColor"/> | ||
40 | <icon image_name="minimize.tga" left_delta="-17" bottom_delta="0" width="16" height="16" color="FloaterButtonImageColor"/> | ||
41 | |||
42 | <combo_box name="combo_box_1" label="Combo Box" height="20" width="90" bottom_delta="-22" left="2" /> | ||
43 | <text_editor type="string" length="1" bg_readonly_color="ChatHistoryBgColor" bg_writeable_color="ChatHistoryBgColor" | ||
44 | bottom="5" embedded_items="false" enabled="false" | ||
45 | follows="left|top|right|bottom" font="SansSerif" height="50" left="5" | ||
46 | max_length="2147483647" mouse_opaque="true" name="Chat History Editor" | ||
47 | text_color="ChatHistoryTextColor" | ||
48 | text_readonly_color="ChatHistoryTextColor" width="140" word_wrap="true">Text</text_editor> | ||
49 | </panel> | ||
50 | <panel name="panel_focused_floater" background_opaque="true" background_visible="true" height="100" width="148" left="152" bottom="29" border="true"> | ||
51 | <panel background_opaque="false" background_visible="true" bg_alpha_color="TitleBarFocusColor" height="17" width="148" bottom="83" /> | ||
52 | <text name="titlebar_focused" text_color="LabelTextColor" bottom_delta="6" left_delta="15" font="SansSerif">Focused</text> | ||
53 | <icon image_name="closebox.tga" left_delta="116" bottom="83" width="16" height="16" color="FloaterButtonImageColor" /> | ||
54 | <icon image_name="minimize.tga" left_delta="-17" bottom_delta="0" width="16" height="16" color="FloaterButtonImageColor"/> | ||
55 | <icon enabled="false" image_name="tabarea.tga" | ||
56 | bg_alpha_color="blue" color="DefaultShadowLight" border="false" | ||
57 | bottom="0" follows="left|right|bottom" height="17" left="1" scale_image="true" | ||
58 | mouse_opaque="false" name="chatterbox_tab_container" width="148"></icon> | ||
59 | <tab_container bottom="0" follows="left|right|top|bottom" height="102" left="0" | ||
60 | name="chatterbox_tabs" tab_position="bottom" tab_min_width="40" width="148" > | ||
61 | <panel name="test_1" label="Focused"> | ||
62 | <slider bottom_delta="-36" control_name="SliderTest" follows="left|top|right" | ||
63 | height="15" increment="0.05" initial_val="0.5" label="Slider" | ||
64 | label_width="36" left="5" max_val="1" min_val="0" name="SliderTestName" | ||
65 | show_text="false" volume="true" width="140" /> | ||
66 | <check_box name="check_box_test_1" label="True" bottom_delta="56" initial_value="true" left="0" /> | ||
67 | <check_box name="check_box_test_1" label="False" bottom_delta="0" left_delta="50" initial_value="false" /> | ||
68 | <text_editor type="string" length="1" bg_readonly_color="ChatHistoryBgColor" bg_writeable_color="ChatHistoryBgColor" | ||
69 | bottom="8" embedded_items="false" enabled="false" | ||
70 | font="SansSerif" height="22" left="2" | ||
71 | max_length="2147483647" mouse_opaque="true" name="Chat History Editor" hide_scrollbar="true" | ||
72 | text_color="ChatHistoryTextColor" | ||
73 | text_readonly_color="ChatHistoryTextColor" width="140" word_wrap="true">Chat Text</text_editor> | ||
74 | |||
75 | </panel> | ||
76 | <panel name="test_2" label="Unfocused" /> | ||
77 | </tab_container> | ||
78 | </panel> | ||
79 | |||
80 | </multi_floater> \ No newline at end of file | ||
diff --git a/linden/indra/newview/skins/default/xui/en-us/floater_snapshot.xml b/linden/indra/newview/skins/default/xui/en-us/floater_snapshot.xml index 1346f7c..ce19db8 100644 --- a/linden/indra/newview/skins/default/xui/en-us/floater_snapshot.xml +++ b/linden/indra/newview/skins/default/xui/en-us/floater_snapshot.xml | |||
@@ -142,7 +142,7 @@ | |||
142 | name="keep_open_check" /> | 142 | name="keep_open_check" /> |
143 | <check_box bottom_delta="-20" follows="left|top" label="Freeze frame (fullscreen preview)" | 143 | <check_box bottom_delta="-20" follows="left|top" label="Freeze frame (fullscreen preview)" |
144 | left="10" name="freeze_frame_check" /> | 144 | left="10" name="freeze_frame_check" /> |
145 | <check_box bottom_delta="-20" follows="left|top" label="Auto-snapshot" left="20" | 145 | <check_box bottom_delta="-20" follows="left|top" label="Auto-refresh" left="10" |
146 | name="auto_snapshot_check" /> | 146 | name="auto_snapshot_check" /> |
147 | <string name="unknown"> | 147 | <string name="unknown"> |
148 | unknown | 148 | unknown |
diff --git a/linden/indra/newview/skins/default/xui/en-us/panel_preferences_skins.xml b/linden/indra/newview/skins/default/xui/en-us/panel_preferences_skins.xml index 7bf4ab2..a3ee65d 100644 --- a/linden/indra/newview/skins/default/xui/en-us/panel_preferences_skins.xml +++ b/linden/indra/newview/skins/default/xui/en-us/panel_preferences_skins.xml | |||
@@ -11,12 +11,12 @@ | |||
11 | <radio_group bottom="0" draw_border="false" follows="top|left" height="380" left="12" | 11 | <radio_group bottom="0" draw_border="false" follows="top|left" height="380" left="12" |
12 | name="skin_selection" width="480"> | 12 | name="skin_selection" width="480"> |
13 | <radio_item bottom="-20" height="20" left="0" name="default" width="480"> | 13 | <radio_item bottom="-20" height="20" left="0" name="default" width="480"> |
14 | Classic | 14 | Default |
15 | </radio_item> | 15 | </radio_item> |
16 | <radio_item bottom="-180" height="20" left="0" name="silver" width="480"> | 16 | <radio_item bottom="-180" height="20" left="0" name="silver" width="480"> |
17 | Silver | 17 | Silver |
18 | </radio_item> | 18 | </radio_item> |
19 | </radio_group> | 19 | </radio_group> |
20 | <button left="130" bottom="-160" width="301" height="129" name="classic_preview" label="" scale_image="true" image_selected="skin_thumbnail_classic.png" image_unselected="skin_thumbnail_classic.png"/> | 20 | <button left="130" bottom="-160" width="298" height="130" name="classic_preview" label="" scale_image="true" image_selected="skin_thumbnail_default.png" image_unselected="skin_thumbnail_default.png" image_hover_selected="skin_thumbnail_default.png" image_hover_unselected="skin_thumbnail_default.png"/> |
21 | <button left="130" bottom="-320" width="301" height="129" name="silver_preview" label="" scale_image="true" image_selected="skin_thumbnail_modern.png" image_unselected="skin_thumbnail_modern.png"/> | 21 | <button left="130" bottom="-320" width="298" height="130" name="silver_preview" label="" scale_image="true" image_selected="skin_thumbnail_silver.png" image_hover_selected="skin_thumbnail_silver.png" image_unselected="skin_thumbnail_silver.png" image_hover_unselected="skin_thumbnail_silver.png"/> |
22 | </panel> | 22 | </panel> |
diff --git a/linden/indra/newview/skins/default/xui/es/floater_about.xml b/linden/indra/newview/skins/default/xui/es/floater_about.xml index c9273dc..2c38899 100644 --- a/linden/indra/newview/skins/default/xui/es/floater_about.xml +++ b/linden/indra/newview/skins/default/xui/es/floater_about.xml | |||
@@ -1,30 +1,4 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | 1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> |
2 | <floater name="floater_about" title="Sobre Second Life"> | 2 | <floater name="floater_about" title="Sobre Second Life"> |
3 | <text_editor name="credits_editor"> | ||
4 | Second Life is brought to you by Philip, Andrew, Tessa, Cory, Frank, James, Doug, Hunter, Richard, John, Eric, Avi, AaronB, AaronY, Ian, Peter, Mark, Robin, Stephen, Tracy, Ryan, Alberto, Haney, Tanya, JimJ, Dan, Ben, Stephanie, Tim, Evan, Catherine, Colin, Chris, Reuben, Charity, Jeska, James, JonHenry, Kelly, Callum, Char, Daniel, DavidF, Don, Jeff, Lauren, Lee, Michael, Ramzi, Vektor, Steve, TomY, Tess, Kona, Brent, Clarissa, PeterP, Jesse, Annette, Cyn, Blue, Ginsu, Jonathan, Karen, Adam, Nova, Deana, Lizzie, Patsy, DavidK, Isaac, Pathfinder, Monroe, Jill, Benny, Altruima, Rheya, Jennifer, Jack, DaveP, Brad, Mick, Babbage, Elisabeth, Brian, Beth, Data, Ethan, Wendy, Nicole, Sky, Jeffrey, Zero, Coffee, Tesla, Kenny, Makiko, Nigel, Teeple, Lucy, Mia, Dee, Guy, Harry, Liana, Branka, Jimbo, Aura, Vasuda, SarahD, bethanye, Torley, Runitai, MikeS, PaulM, Milo, Hermia, JoeM, Melanie, Rejean, DSmith, SMiller, Susan, Jose, DongYun, Justin, Andrey, Syrah, Donovan, Henrik, Nora, Lexie, AC, Donna, ChrisC, Alex, Leyla, Kyle, Mathew, Devin, Joshua, DanC, Jessica, Harmony, Claudia, Tramel, Glenn, Betsy, Fritz, Jun, Adam, Cassandra, Ken, RyanW, Spike, Varas, Andy, Luke, RobLa, Chiyo, JohnZ, Dustin, George, Del, PeterP, Migyeong, Matthew, RMullane, CChampion, JTurbin, JamesC, Viola, Lightfoot, Jacqui, Sturm, Adrian, Buttercup, Alfred, Sunil, Alfred, Noel, Irfan, JillS, Yool, Jane and many others. | ||
5 | 3 | ||
6 | Thank you to the following residents for helping to ensure that this is the best version yet: Atte Aderdeen, Alise Altman, Doomby Arrow, Rox Arten, Jesse Barnett, Smiley Barry, SuezanneC Baskerville, Glitch Braess, Dorian Caldwell, JuiceBox132 Castro, Aden Christensen, Fremont Cunningham, Zirnitra Demar, Errafel Eccleston, Cory Edo, Kitto Flora, Ashrilyn Hayashida, Elektra Hesse, Friar Jeffries, Samuel Jordan, DeLisa Junot, Howie Lament, Candide LeMay, Michi Lumin, Ikani Mahana, SignpostMarv Martin, Ksathra Mason, Console Mission, Haravikk Mistral, Usagi Musashi, Lex Neva, Jamma Newt, Blaze Nielsen, Destiny Niles, Tateru Nino, Harald Nomad, Nerk Noonan, Stumbelina Ophelia, Fledhyris Proudhon, Londyn Reatequi, Zi Ree, Hank Rucker, BamBam Sachertorte, kai Sachertorte, Sean Sao, Funk Schnook, Magnum Serpentine, Nekosune Smails, Rhyph Somme, Al Sonic, Oz Spade, Wesley Spengler, Steve Steed, Gearsawe Stonecutter, Dirk Talamasca, Dolmere Talamasca, John Taylor, Raymond Tuxing, Churchill Tweak, Huns Valen, windozer Vargas, Sabby Whiplash, Raven Wombat, Beatfox Xevious, Yiffy Yaffle, Alpha Zaius, Hewee Zetkin, Jai Zucker and many others. | ||
7 | |||
8 | |||
9 | APR Copyright (C) 2000-2004 The Apache Software Foundation | ||
10 | Cg Copyright (C) 2002, NVIDIA Corporationa. | ||
11 | cURL Copyright (C) 1996-2002, Daniel Stenberg, (daniel@haxx.se) | ||
12 | expat Copyright (C) 1998, 1999, 2000 Thai Open Source Software Center Ltd. | ||
13 | FreeType Copyright (C) 1996-2002, The FreeType Project (www.freetype.org). | ||
14 | GL Copyright (C) 1999-2004 Brian Paul. | ||
15 | Havok.com(TM) Copyright (C) 1999-2001, Telekinesys Research Limited. | ||
16 | jpeg2000 Copyright (C) 2001, David Taubman, The University of New South Wales (UNSW) | ||
17 | jpeglib Copyright (C) 1991-1998, Thomas G. Lane. | ||
18 | ogg/vorbis Copyright (C) 2001, Xiphophorus | ||
19 | OpenSSL Copyright (C) 1998-2002 The OpenSSL Project. | ||
20 | SDL Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002 Sam Lantinga | ||
21 | SSLeay Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) | ||
22 | xmlrpc-epi Copyright (C) 2000 Epinions, Inc. | ||
23 | zlib Copyright (C) 1995-2002 Jean-loup Gailly and Mark Adler. | ||
24 | |||
25 | All rights reserved. See licenses.txt for details. | ||
26 | |||
27 | |||
28 | Don't hassle the hoff. | ||
29 | </text_editor> | ||
30 | </floater> | 4 | </floater> |
diff --git a/linden/indra/newview/skins/default/xui/fr/floater_about.xml b/linden/indra/newview/skins/default/xui/fr/floater_about.xml index 2c8ab77..883551c 100644 --- a/linden/indra/newview/skins/default/xui/fr/floater_about.xml +++ b/linden/indra/newview/skins/default/xui/fr/floater_about.xml | |||
@@ -1,30 +1,4 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | 1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> |
2 | <floater name="floater_about" title="A propos de Second Life"> | 2 | <floater name="floater_about" title="A propos de Second Life"> |
3 | <text_editor name="credits_editor"> | ||
4 | Second Life is brought to you by Philip, Andrew, Tessa, Cory, Frank, James, Doug, Hunter, Richard, John, Eric, Avi, AaronB, AaronY, Ian, Peter, Mark, Robin, Stephen, Tracy, Ryan, Alberto, Haney, Tanya, JimJ, Dan, Ben, Stephanie, Tim, Evan, Catherine, Colin, Chris, Reuben, Charity, Jeska, James, JonHenry, Kelly, Callum, Char, Daniel, DavidF, Don, Jeff, Lauren, Lee, Michael, Ramzi, Vektor, Steve, TomY, Tess, Kona, Brent, Clarissa, PeterP, Jesse, Annette, Cyn, Blue, Ginsu, Jonathan, Karen, Adam, Nova, Deana, Lizzie, Patsy, DavidK, Isaac, Pathfinder, Monroe, Jill, Benny, Altruima, Rheya, Jennifer, Jack, DaveP, Brad, Mick, Babbage, Elisabeth, Brian, Beth, Data, Ethan, Wendy, Nicole, Sky, Jeffrey, Zero, Coffee, Tesla, Kenny, Makiko, Nigel, Teeple, Lucy, Mia, Dee, Guy, Harry, Liana, Branka, Jimbo, Aura, Vasuda, SarahD, bethanye, Torley, Runitai, MikeS, PaulM, Milo, Hermia, JoeM, Melanie, Rejean, DSmith, SMiller, Susan, Jose, DongYun, Justin, Andrey, Syrah, Donovan, Henrik, Nora, Lexie, AC, Donna, ChrisC, Alex, Leyla, Kyle, Mathew, Devin, Joshua, DanC, Jessica, Harmony, Claudia, Tramel, Glenn, Betsy, Fritz, Jun, Adam, Cassandra, Ken, RyanW and many others. | ||
5 | 3 | ||
6 | Thank you to the following residents for helping to ensure that this is the best version yet: Kyrah Abattoir, Icesis Anansi, Clifton Antonelli, Nargus Asturias, Justizin Austinmer, Drake Bacon, Bitzer Balderdash, McWheelie Baldwin, SuezanneC Baskerville, Sweetheart Baskerville, Logan Bauer, Malarthi Behemoth, phoenix Behemoth, Eva Bellambi, Samgame Bertrand, Woody Blair, Tin Bling, Bibi Book, Barney Boomslang, Eric Boyer, Chromal Brodsky, Kerian Bunin, Lara Bunin, BigRick Byrd, Jillian Callahan, Hypatia Callisto, Frans Charming, nathalie Christensen, Francis Chung, pizzaguy Clutterbuck, Evo Commons, Entity Cosmo, Grazel Cosmo, Tiger Crossing, Fremont Cunningham, Jaki Daligdig, Sugar Darling, Todd David, Norman Desmoulins, Gxeremio Dimsum, Happy Dimsum, Kim Dingo, Roy Domela, Cory Edo, Delu Elytis, DBDigital Epsilon, Leeza Everett, Garth FairChang, Snowflake Fairymeadow, Khamon Fate, lex Fitzcarraldo, Kitto Flora, Angel Fluffy, CrystalShard Foo, Raudf Fox, Govindira Galatea, Rizpah Galatea, Tre Giles, Gattz Gilman, Kex Godel, Armandi Goodliffe, Tsu Goodliffe, Nickolas Goodman, Damen Gorilla, Nytemyst Grace, Mhaijik Guillaume, Gleeb Gupte, Ebonfire Harbinger, Bethanee Heaney, Jenny Hicks, Sandling Honey, Victoria Jacques, Adso Krogstad, Travis Lambert, simon Lameth, Duffy Langdon, Aaron Levy, Jade Lily, Gwyneth Llewelyn, Lola Lollipop, Michi Lumin, KaiLastOfTheBrunnenG Macdonald, Jesse Malthus, Herry Maltz, Seth Mandelbrot, Raavi Mann, Shirley Marquez, Dnate Mars, Ima Mechanique, Hawk Mendicant, Mercury Metropolitan, Haravikk Mistral, Trent Mondrian, Nexus Nash, Seraph Nephilim, Lewis Nerd, Aurael Neurocam, Lex Neva, Prokofy Neva, Seagel Neville, Kate Nicholas, Didde Nielsen, Richard Noonan, crevan Nori, Maczter Oddfellow, vanler Odets, Fat Ogre, Hamncheese Omlet, Strife Onizuka, Panthar Orlowski, Jessica Ornitz, Ron Overdrive, OmniCron Overlord, Dargon Pacer, Kar Parks, Eloise Pasteur, Caliandris Pendragon, Julianna Pennyfeather, Iron Perth, Shawk Pertwee, Mera Pixel, Elle Pollack, Phoenix Psaltery, Hank Ramos, Jon Ree, Tam Ree, Zi Ree, Jon Rolland, BamBam Sachertorte, kai Sachertorte, Mily Sartre, ice Semple, Desmond Shang, DigiKatt Shaw, Felix Sholokhov, Rhyph Somme, Rain Soothsayer, Oz Spade, squeekachu Spearmann, Wesley Spengler, Belaya Statosky, eltee Statosky, Khashai Steinbeck, Draco Steinhardt, Hope Stilman, Ashen Stygian, Seifert Surface, Gigs Taggart, Dolmere Talamasca, JayJay Talamasca, Becky Tardis, Fenris Tardis, Cubey Terra, Osprey Therian, Millie Thompson, John Toonie, Charlene Trudeau, Lyr Tuppakaka, Indy Turner, Luthien Unsung, Random Unsung, Huns Valen, Valdemar Virgo, Gordon Wendt, Mike Westerburg, Wayfinder Wishbringer, Lee Wormser, Aimee Xia, nimrod Yaffle, Yiffy Yaffle, Elle74 Zaftig and many others. | ||
7 | |||
8 | |||
9 | APR Copyright (C) 2000-2004 The Apache Software Foundation | ||
10 | Cg Copyright (C) 2002, NVIDIA Corporationa. | ||
11 | cURL Copyright (C) 1996-2002, Daniel Stenberg, (daniel@haxx.se) | ||
12 | expat Copyright (C) 1998, 1999, 2000 Thai Open Source Software Center Ltd. | ||
13 | FreeType Copyright (C) 1996-2002, The FreeType Project (www.freetype.org). | ||
14 | GL Copyright (C) 1999-2004 Brian Paul. | ||
15 | Havok.com(TM) Copyright (C) 1999-2001, Telekinesys Research Limited. | ||
16 | jpeg2000 Copyright (C) 2001, David Taubman, The University of New South Wales (UNSW) | ||
17 | jpeglib Copyright (C) 1991-1998, Thomas G. Lane. | ||
18 | ogg/vorbis Copyright (C) 2001, Xiphophorus | ||
19 | OpenSSL Copyright (C) 1998-2002 The OpenSSL Project. | ||
20 | SDL Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002 Sam Lantinga | ||
21 | SSLeay Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) | ||
22 | xmlrpc-epi Copyright (C) 2000 Epinions, Inc. | ||
23 | zlib Copyright (C) 1995-2002 Jean-loup Gailly and Mark Adler. | ||
24 | |||
25 | All rights reserved. See licenses.txt for details. | ||
26 | |||
27 | |||
28 | It's not a glitch, it's a feature. | ||
29 | </text_editor> | ||
30 | </floater> | 4 | </floater> |
diff --git a/linden/indra/newview/skins/default/xui/ja/alerts.xml b/linden/indra/newview/skins/default/xui/ja/alerts.xml index f010bc3..6cc6379 100644 --- a/linden/indra/newview/skins/default/xui/ja/alerts.xml +++ b/linden/indra/newview/skins/default/xui/ja/alerts.xml | |||
@@ -737,6 +737,11 @@ Studio exhibitのウェブ・ページで確認してください。 | |||
737 | キャンセル | 737 | キャンセル |
738 | </option> | 738 | </option> |
739 | </alert> | 739 | </alert> |
740 | <alert name="ChangeSkin"> | ||
741 | <message name="message"> | ||
742 | 新しいスキンは[SECOND_LIFE]を再起動すると現れます | ||
743 | </message> | ||
744 | </alert> | ||
740 | <alert name="UnsupportedGLRequirements"> | 745 | <alert name="UnsupportedGLRequirements"> |
741 | <message name="message"> | 746 | <message name="message"> |
742 | Second Life の使用に必要なハードウェアの環境が満たされていないようです。 Second Life ではマルチテクスチャーに対応したOpenGLグラフィック・カードが必要です。 この場合、グラフィック・カードの最新ドライバがインストールされていること、およびオペレーティング・システムにサービス・パックと修正プログラムが適用されていることをご確認ください。 | 747 | Second Life の使用に必要なハードウェアの環境が満たされていないようです。 Second Life ではマルチテクスチャーに対応したOpenGLグラフィック・カードが必要です。 この場合、グラフィック・カードの最新ドライバがインストールされていること、およびオペレーティング・システムにサービス・パックと修正プログラムが適用されていることをご確認ください。 |
diff --git a/linden/indra/newview/skins/default/xui/ja/floater_about.xml b/linden/indra/newview/skins/default/xui/ja/floater_about.xml index 75983b5..57faea0 100644 --- a/linden/indra/newview/skins/default/xui/ja/floater_about.xml +++ b/linden/indra/newview/skins/default/xui/ja/floater_about.xml | |||
@@ -1,9 +1,9 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | 1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> |
2 | <floater name="floater_about" title="Second Lifeについて"> | 2 | <floater name="floater_about" title="Second Lifeについて"> |
3 | <text_editor name="credits_editor"> | 3 | <text_editor name="credits_editor"> |
4 | Second Life は、Philip、Andrew、Tessa、Cory、Frank、James、Doug、Hunter、Richard、John、Eric、Avi、AaronB、AaronY、Ian、Peter、Mark、Robin、Stephen、Tracy、Ryan、Alberto、Haney、Tanya、JimJ、Dan、Ben、Stephanie、Tim、Evan、Catherine、Colin、Chris、Reuben、Charity、Jeska、James、JonHenry、Kelly、Callum、Char、Daniel、DavidF、Don、Jeff、Lauren、Lee、Michael、Ramzi、Vektor、Steve、TomY、Tess、Kona、Brent、Clarissa、PeterP、Jesse、Annette、Cyn、Blue、Ginsu、Jonathan、Karen、Adam、Nova、Deana、Lizzie、Patsy、DavidK、Isaac、Pathfinder、Monroe、Jill、Benny、Altruima、Rheya、Jennifer、Jack、DaveP、Brad、Mick、Babbage、Elisabeth、Brian、Beth、Data、Ethan、Wendy、Nicole、Sky、Jeffrey、Zero、Coffee、Tesla、Kenny、Makiko、Nigel、Teeple、Lucy、Mia、Dee、Guy、Harry、Liana、Branka、Jimbo、Aura、Vasuda、SarahD、bethanye、Torley、Runitai、MikeS、PaulM、Milo、Hermia、JoeM、Melanie、Rejean、DSmith、SMiller、Susan、Jose、DongYun、Justin、Andrey、Syrah、Donovan、Henrik、Nora、Lexie、AC、Donna、ChrisC、Alex、Leyla、Kyle、Mathew、Devin、Joshua、DanC、Jessica、Harmony、Claudia、Tramel、Glenn、Betsy、Fritz、Jun、Adam、Cassandra、Ken、RyanW、Spike、Tofu、Varas、Andy、Luke、RobLa、Chiyo、JohnZ、Dustin、George、Del、PeterP、Migyeong、Matthew、RMullane、CChampion、JTurbin、JamesC、Viola、Lightfoot、Jacqui、Sturm、Adrian、Buttercup、Alfred、Sunil、Alfred、Noel、Irfan、Jill、Yool、Jane、Yuki、Yoz、Matthew、Arthur、Jennifer、Karl、Brian、Ben、Janine、Christopher、Madhavi、Everett、Anthony、Joon、Jake、sean、Adreanne、Stephany、KellyJo、Jeremy、Pramod、Joshua、Sean、Christopher、Amy、Ceren、Katherine、jon、Sudheendra、James、Stephan、Kari、Kartic、Todd、Thomas、Joki、Rebecca、Belinda、Bert、Roger、Bridie、Kristi、Brian、Maria、John、Aric、Nathanel、Melinda、Darrell、Jennifer、Sandy、Greg、Rob、Brad、Chris、Eric、Palmer、Asi、Katja、Lisa、Minda、Jen、Aaron、Bryan、Mark、Jonathan、Jamie、Laurel、William、Matthew、Steve、David、Remy、James、Tim、Lee、Brian、Ashlei、Sam、Mike、Ethan、Austin、Wanda、Paul、Brian、Rachel、Valentyn、Emma Williams、Autum、Steven、Laley、Charles、Jessica、Sue、Gillian、CG、Kip、Kristen、Shamiran、Blake、Brett、Erica、Kent、Joel、Plexus、Twilight、Joppa、Enus、Kraft、Naveen、Simon、Q、Ronp、Laurap、Ram、KyleJM、Marty、Kend、Daveh、Prospero、Melissa、Nat、Hamilton、Green、Seraph、Ekim、Miz、Jimmy、Kosmo、Rome、Doris、JT、Benoc、Whump、Mango、Trinity、Patch、TJ、Christy、Bao、Joohwan、Kate、Oreh、Angela、Johan、Cheah、Lan、Matias、Brandy、Cogsworth、Aleks、 Mitchell、Space、Einstein、Bambers、Colton、Malbers、Maggie、Umesh、Santosh、Rose、Stash、Rothman、Winnie、Stella、Niall と、その他多数の人達によって作成されました。 | 4 | Second Life は、 Philip、 Tessa、 Andrew、 Cory、 Ben、 Bunny、 Char、 Charlie、 Colin、 Dan、 Daniel、 Doug、 Eric、 Hamlet、 Haney、 Hunter、 Ian、 Jeff、 Jim、 John、 Lee、 Mark、 Peter、 Phoenix、 Richard、 Robin、 Xenon、 Steve、 Tanya、 Eddie、 Frank、 Bruce、 Aaron、 Alice、 Bob、 Debra、 Eileen、 Helen、 Janet、 Louie、 Leviathania、 Stefan、 Ray、 Kevin、 Tom、 Mikeb、 MikeT、 Burgess、 Elena、 Tracy、 BillTodd、 Ryan、 Zach、 Sarah、 Nova、 Otakon、 Tim、 Stephanie、 Michael、 Evan、 Nicolas、 Catherine、 Rachelle、 Dave、 Holly、 Bub、 Kelly、 Magellan、 Ramzi、 Don、 Sabin、 Jill、 Rheya、 DanceStar、 Jeska、 Hungry、 Torley、 Kona、 Callum、 Charity、 Ventrella、 Jack、 Uncle、 Vektor、 Iris、 Chris、 Nicole、 Mick、 Reuben、 Blue、 Babbage、 Yedwab、 Deana、 Lauren、 Brent、 Pathfinder、 Chadrick、 Altruima、 Jesse、 Monroe、 David、 Tess、 Lizzie、 Patsy、 Pony、 Isaac、 Lawrence、 Cyn、 Bo、 Gia、 Annette、 Marius、 Tbone、 Jonathan、 Karen、 Ginsu、 Yuko、 Makiko、 Thomas、 Harry、 Seth、 Alexei、 Brian、 Guy、 Runitai、 Ethan、 Data、 Cornelius、 Kenny、 Swiss、 Zero、 Natria、 Wendy、 Stephen、 Teeple、 Thumper、 Lucy、 Dee、 Mia、 Liana、 Warren、 Branka、 Aura、 beez、 Milo、 Hermia、 Red、 Thrax、 Joe、 Sally、 Magenta、 Paul、 Jose、 Rejean、 Henrik、 Lexie、 Amber、 Logan、 Xan、 Nora、 Morpheus、 Donovan、 Leyla、 MichaelFrancis、 Beast、 Cube、 Bucky、 Joshua、 Stryfe、 Harmony、 Teresa、 Claudia、 Walker、 Glenn、 Fritz、 Fordak、 June、 Cleopetra、 Jean、 Ivy、 Betsy、 Roosevelt、 Spike、 Ken、 Which、 Tofu、 Chiyo、 Rob、 Zee、 dustin、 George、 Del、 Matthew、 Cat、 Jacqui、 Lightfoot、 Adrian、 Viola、 Alfred、 Noel、 Irfan、 Sunil、 Yool、 Rika、 Jane、 Xtreme、 Frontier、 a2、 Neo、 Siobhan、 Yoz、 Justin、 Elle、 Qarl、 Benjamin、 Isabel、 Gulliver、 Everett、 Christopher、 Izzy、 Stephany、 Garry、 Sejong、 Sean、 Tobin、 Iridium、 Meta、 Anthony、 Jeremy、 JP、 Jake、 Maurice、 Madhavi、 Leopard、 Kyle、 Joon、 Kari、 Bert、 Belinda、 Jon、 Kristi、 Bridie、 Pramod、 KJ、 Socrates、 Maria、 Ivan、 Aric、 Yamasaki、 Adreanne、 Jay、 MitchK、 Ceren、 Coco、 Durl、 Jenny、 Periapse、 Kartic、 Storrs、 Lotte、 Sandy、 Colossus、 Zen、 BigPapi、 Brad、 Pastrami、 Kurz、 Mani、 Neuro、 Jaime、 MJ、 Rowan、 Sgt、 Elvis、 Gecko、 Samuel、 Sardonyx、 Leo、 Bryan、 Niko、 Soft、 Poppy、 Rachel、 Aki、 Angelo、 Banzai、 Alexa、 Sue、 CeeLo、 Bender、 CG、 Gillian、 Pelle、 Nick、 Echo、 Zara、 Christine、 Shamiran、 Emma、 Blake、 Keiko、 Plexus、 Joppa、 Sidewinder、 Erica、 Ashlei、 Twilight、 Kristen、 Brett、 Q、 Enus、 Simon、 Bevis、 Kraft、 Kip、 Chandler、 Ron、 LauraP、 Ram、 KyleJM、 Scouse、 Prospero、 Melissa、 Marty、 Nat、 Hamilton、 Kend、 Lordan、 Jimmy、 Kosmo、 Seraph、 Green、 Ekim、 Wiggo、 JT、 Rome、 Doris、 Miz、 Benoc、 Whump、 Trinity、 Patch、 Kate、 TJ、 Bao、 Joohwan、 Christy、 Sofia、 Matias、 Cogsworth、 Johan、 Oreh、 Cheah、 Angela、 Brandy、 Mango、 Lan、 Aleks、 Gloria、 Heidy、 Mitchell、 Space、 Colton、 Bambers、 Einstein、 Maggie、 Malbers、 Rose、 Winnie、 Stella、 Milton、 Rothman、 Niall、 Marin、 Allison、 James、 Katie、 Dawn、 Katt、 Kalpana、 Judy、 Andrea、 Ambroff、 Infinity、 Gail、 Rico、 Raymond、 Yi、 William、 Christa、 M、 Teagan、 Scout、 Molly、 Dante、 Corr、 Dynamike、 Usi、 Kaylee、 Lil、 Danica、 Sascha、 Kelv、 Jacob、 Nya、 Rodney、 Brandon、 Elsie、 Blondin、 Grant、 Katrin、 Nyx、 Gabriel、 Locklainn、 Claire、 Devin、 Minerva、 Monty、 Austin、 Bradford、 Si、 Keira、 H、 Caitlin、 Dita、 Makai、 Jenn と、その他多数の人達によって作成されました。 |
5 | 5 | ||
6 | このバージョンをこれまでで最高のものになるようご協力をいただいた以下の住人の皆様に深く感謝いたします。aaron23 decuir、Abelv Vollmar、Abyssin Otoro、ActingIll Igaly、Adamas Carter、Addy Broome、Adelia Menges、Alexandra Rucker、Alexandrea Fride、Alissa Sabre、Alyx Jonson、Ann Otoole、Anton Fargis、Aradia Dielli、Araina jewell、Arcane Clawtooth、arcangelo vantelli、Are Sperber、Argent Stonecutter、arkady yost、Ashcroft Burnham、Ashen Arida、Auron Forcella、Azadine Umarov、Azildin Furst、Balp Allen、Balpien Hammerer、Barney Boomslang、Barrett Slade、becky pippen、Beeflin Grut、Beer Dailey、Behemoth Greenwood、bigmanu greene、bitova loon、Bonca Chikuwa、Bonnie Bechir、Brandon Catteneo、buttonpusher jones、Carina Raymaker、Ceera Murakami、Celierra Darling、ChatNoir Moonsoo、Cheetah Hammerer、chet neurocam、Cinthya Loveless、Cold Spitteler、Coral Quinnell、Crash Pointe、CrazyTB Oh、Creem Pye、Crom Chaffe、ctrl althouse、dade carver、Dael Ra、dakota schwade、Dale Innis、Damian McLeod、Danger Lytton、danielluh ashton、DanOfWA Flanagan、Davec Horsforth、Davidius Morigi、davie zinner、Day Oh、DBDigital Epsilon、Deany Fall、deBruce Munro、Decaf Coffey、Dedric Mauriac、Deeso Saeed、Dekka Raymaker、dexter eberhart、Dildo Spitz、Dizzy Banjo、djcabello klaar、Dnali Anabuki、Domchi Underwood、Doran Zemlja、Drew Dwi、Duckless Vandyke、Duncan Stenvaag、Dylan Rickenbacker、dzogchen Moody、Dzonatas Sol、Eddy Stryker、Edward Griffith、Edward Pearse、ein duesenburg、Elle Pollack、Elle74 Zaftig、Emileigh Starbrook、Emma Nowhere、ener bing、Erdrick Balbozar、eric domela、Evangeline Biedermann、Excalibur Longstaff、Fake Fitzgerald、Feldspar Millgrove、Feynt Mistral、Fluf Fredriksson、Forbid Utorid、Fortyniner Beck、Francesco Despres、Francisco Koolhoven、Franta Burt、Fury Rosewood、garde Burrel、Garmin Kawaguichi、Gavin Ichigo、Gellan Glenelg、Genie Demina、Gennifer Meredith、Gigs Taggart、Goldie Katsu、Gwyneth Llewelyn、Haravikk Mistral、Harleen Gretzky、Haruki Watanabe、Heather Manatiso、Henri Beauchamp、Honey Fairweather、Hypatia Callisto、Ice Brodie、icktoofay Kamachi、IntLibber Brautigan、Janise Dreamscape、Jay Shinobu、Jenni Ryba、Jeremy Ondricek、JetZep Zabelin、Jims Smythe、Jini Hammerer、Jopy Weber、JustOneMore Loon、Kaluura Boa、Kara Markova、Kevin Susenko、Khyra Ares、Kii Lilliehook、Kitty Barnett、Kris Kuttelwascher、Lanita Wingtips、Laura18 Streeter、Lee Ludd、Lettrius Jewell、Liberty Tesla、LilyAnna Carter、Lindal Kidd、Lisa Lowe、Lisa McConnell、Lola Machin、luca peck、Lupus Clawtooth、M1sha Dallin、Macsima Dagostino、Mana Janus、Mani Canning、Manjusri Binder、marceledward edman、march Korda、marchino villota、Marcus Llewellyn、MartinRJ Fayray、Matthew Dowd、Max Kleiber、mazzy fastback、McCabe Maxsted、Mckailen Kohnke、Meghan Dench、Melvin Starbrook、Mercia Mcmahon、Miakoda Carnell、Michelle2 Zenovka、Michi Lumin、mick parnall、Milla Michinaga、Millie Thompson、miranda Ashby、Mircea Lobo、MIssSara Beck、mouse mimistrobell、Myria Boa、Nanci Barthelmess、Nargus Asturias、Natalya Debevec、Nedrae Messmer、Nexeus Fatale、Niky Zenovka、Nimrod Szondi、Ninane Yoshikawa、Noch Tripsa、nokithecat writer、Nyko Merlin、Onyx Halberd、oryx tempel、Osprey Therian、Pac Hyun、Panagea McMillan、Patrick Ferrentino、PattehPh0x Katsu、ponk bing、Poppy Linden、Prajna Vella、Precious Rhiano、Prokofy Neva、Randall Lovenkraft、Rascal Ratelle、Raydon Writer、Rhaorth Antonelli、Rock Hayek、Ron Crimson、Ron Khondji、Ronald Richez、Rui Clary、Ruud Lathrop、Sakkano Imako、Sam Reinard、Sascha Vandyke、Scrippy Scofield、Sean18 McCarey、Sedona Mills、Sekonda Huet、Seraph Nephilim、Sergei Milos、Shadowquine Maltz、shai khalifa、sheilah flatley、Sheri Underwood、Shuggy Husky、Sierra Janus、Sigma Avro、Simil Miles、simon kline、Simon Nolan、Sindy Tsure、Sparks Keynes、Squirrel Wood、Stahi Columbia、StarSong Bright、Summer Seale、Sunn Thunders、Susan Koltai、Syler Zhora、Synack Fitzgerald、Tayra Dagostino、Tee Cramer、Teravus Ousley、Thomas Shikami、Tia Araw、Tillie Ariantho、Topher Brooks、Torley Linden、Twosteppin Jewell、tx Oh、urantia jewell、vaguegirl Petty、VeC Merlin、venus petrov、vv33d Beck、vynka dean、zann canto、zeebster colasanti、Zi Ree、Zion Tristan、Zorin Frobozz、Zyzzy Zarf | 6 | このバージョンをこれまでで最高のものになるようご協力をいただいた以下の住人の皆様に深く感謝いたします。aaron23 decuir、 Abra Miles、 absolute balderdash、 adelle fitzgerald、 Aeron Kohime、 Aki Shichiroji、 Alger Meads、 Alissa Sabre、 AlwaysIcey Mapholisto、 Arawn Spitteler、 Aren Mandala、 Arianna Wrigglesworth、 Bagushii Kohime、 Balpien Hammerer、 Blinking2342 Blinker、 byakuya runo、 Capucchy Streeter、 Chandra Jun、 Coyote Pace、 Crusher Soderstrom、 Cummere Mayo、 cyberrosa Rossini、 Dael Ra、 danana dodonpa、 Darek Deluca、 Davec Horsforth、 django yifu、 draco crane、 Dre Dagostino、 Ephyu Reino、 etan quan、 Fenrix Murakami、 Fledhyris Proudhon、 Fred Wardhani、 Frederich Courier、 garth fairchang、 Gellan Glenelg、 Geraldine Giha、 GOLAN Eilde、 gonzo joubert、 Hachiro Yokosuka、 Hampton Hax、 harleywood guru、 Hevenz Vansant、 imnotgoing sideways、 Jaden Giles、 Jeanette Janus、 Karl Dorance、 keaton Akina、 Khashai Steinbeck、 KiPSOFT Tuqiri、 kirstenlee Cinquetti、 Kitty Barnett、 Laurent Vesta、 Lazure Ryba、 Lima Vesperia、 Linzi Bingyi、 Lisa Lowe、 LuDon Ninetails、 Mark Rosenbaum、 McCabe Maxsted、 Michi Lumin、 Midi Aeon、 ml0rtd kit、 Mo Eriksen、 Morice Flanagan、 Mysterion Aeon、 Nad Gough、 norgan torok、 Pygar Bu、 Qie Niangao、 rachel corleone、 Rado Arado、 roberto salubrius、 Royer Pessoa、 samia bechir、 Sasha Nurmi、 Sean Heying、 Selkit Diller、 Shadow Pidgeon、 simon kline、 Smokie Ember、 Soap Clawtooth、 Strife Onizuka、 Tal Chernov、 Talan Hyun、 tangletwigs fairymeadow、 Tanya Spinotti、 Tayra Dagostino、 Teebone Aeon、 Theremes Langdon、 Thraxis Epsilon、 tucor Capalini、 Vasko Hawker、 VenusMari Zapedzki、 Vex Streeter、 Viktoria Dovgal、 Vincent Nacon、 Viridian Exonar、 Vivienne Schell、 WarKirby Magojiro、 Wilton Lundquist、 Yukinoroh Kamachi、 Zyzzy Zarf |
7 | 7 | ||
8 | 3Dconnexion SDK Copyright (C) 1992-2007 3Dconnexion | 8 | 3Dconnexion SDK Copyright (C) 1992-2007 3Dconnexion |
9 | APR Copyright (C) 2000-2004 The Apache Software Foundation | 9 | APR Copyright (C) 2000-2004 The Apache Software Foundation |
@@ -26,7 +26,7 @@ zlib Copyright (C) 1995-2002 Jean-loup Gailly and Mark Adler. | |||
26 | Voice chat Audio coding:Polycom(R) Siren14(TM) (ITU-T Rec.G.722.1 Annex C) | 26 | Voice chat Audio coding:Polycom(R) Siren14(TM) (ITU-T Rec.G.722.1 Annex C) |
27 | 27 | ||
28 | 28 | ||
29 | Happiness is a warm puppy. (しあわせはあったかい子犬)-- チャールズ・M・シュルツ | 29 | しあわせはあったかい子犬-- チャールズ・M・シュルツ |
30 | </text_editor> | 30 | </text_editor> |
31 | <text name="you_are_at"> | 31 | <text name="you_are_at"> |
32 | [POSITION]中 | 32 | [POSITION]中 |
diff --git a/linden/indra/newview/skins/default/xui/ja/floater_joystick.xml b/linden/indra/newview/skins/default/xui/ja/floater_joystick.xml index baef61c..b71cffa 100644 --- a/linden/indra/newview/skins/default/xui/ja/floater_joystick.xml +++ b/linden/indra/newview/skins/default/xui/ja/floater_joystick.xml | |||
@@ -1,126 +1,120 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | 1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> |
2 | <floater name="Joystick" title="ジョイスティックの設定"> | 2 | <floater name="Joystick" title="ジョイスティックの設定"> |
3 | <check_box name="enable_joystick" width="120" > | ||
4 | ジョイスティックを使う: | ||
5 | </check_box> | ||
6 | <text name="joystick_type" left="180" width="320"></text> | ||
3 | <spinner label="X軸マッピング" name="JoystickAxis1" /> | 7 | <spinner label="X軸マッピング" name="JoystickAxis1" /> |
4 | <spinner label="Y軸マッピング" name="JoystickAxis2" /> | 8 | <spinner label="Y軸マッピング" name="JoystickAxis2" /> |
5 | <spinner label="Z軸マッピング" name="JoystickAxis0" /> | 9 | <spinner label="Z軸マッピング" name="JoystickAxis0" /> |
6 | <spinner label="ピッチ・マッピング" name="JoystickAxis4" label_width="110" left="10" width="150"/> | 10 | <spinner label="ピッチ・マッピング" label_width="110" left="10" |
11 | name="JoystickAxis4" width="150" /> | ||
7 | <spinner label="ヨー・マッピング" name="JoystickAxis5" /> | 12 | <spinner label="ヨー・マッピング" name="JoystickAxis5" /> |
8 | <spinner label="ロール・マッピング" name="JoystickAxis3" label_width="110" left="350" width="150"/> | 13 | <spinner label="ロール・マッピング" label_width="110" left="350" |
9 | <spinner label="ズーム・マッピング" name="JoystickAxis6" label_width="110" left="10" width="150"/> | 14 | name="JoystickAxis3" width="150" /> |
15 | <spinner label="ズーム・マッピング" label_width="110" left="10" | ||
16 | name="JoystickAxis6" width="150" /> | ||
10 | <check_box label="直接ズーム" name="ZoomDirect" /> | 17 | <check_box label="直接ズーム" name="ZoomDirect" /> |
11 | <check_box label="3Dカーソル" name="Cursor3D" /> | 18 | <check_box label="3Dカーソル" name="Cursor3D" /> |
12 | <check_box label="自動レベル" name="AutoLeveling" /> | 19 | <check_box label="自動レベル" name="AutoLeveling" /> |
13 | <text name="Control Modes:"> | 20 | <text name="Control Modes:"> |
14 | 制御モード: | 21 | 制御モード: |
15 | </text> | 22 | </text> |
16 | <check_box left="131" name="JoystickAvatarEnabled">アバター</check_box> | 23 | <check_box left="131" name="JoystickAvatarEnabled"> |
17 | <check_box left="201" name="JoystickBuildEnabled">造る</check_box> | 24 | アバター |
18 | <check_box left="271" name="JoystickFlycamEnabled">フライ・カメラ</check_box> | 25 | </check_box> |
19 | <text name="XScale" left="5" width="120"> | 26 | <check_box left="201" name="JoystickBuildEnabled"> |
27 | 造る | ||
28 | </check_box> | ||
29 | <check_box left="271" name="JoystickFlycamEnabled"> | ||
30 | フライ・カメラ | ||
31 | </check_box> | ||
32 | <text left="5" name="XScale" width="120"> | ||
20 | Xスケール | 33 | Xスケール |
21 | </text> | 34 | </text> |
22 | <spinner left="135" width="50" name="AvatarAxisScale1" /> | 35 | <spinner left="135" name="AvatarAxisScale1" width="50" /> |
23 | <spinner left="205" width="50" name="BuildAxisScale1" /> | 36 | <spinner left="205" name="BuildAxisScale1" width="50" /> |
24 | <spinner left="275" width="50" name="FlycamAxisScale1" /> | 37 | <spinner left="275" name="FlycamAxisScale1" width="50" /> |
25 | 38 | <text left="5" name="YScale" width="120"> | |
26 | <text name="YScale" left="5" width="120"> | ||
27 | Yスケール | 39 | Yスケール |
28 | </text> | 40 | </text> |
29 | <spinner left="135" width="50" name="AvatarAxisScale2" /> | 41 | <spinner left="135" name="AvatarAxisScale2" width="50" /> |
30 | <spinner left="205" width="50" name="BuildAxisScale2" /> | 42 | <spinner left="205" name="BuildAxisScale2" width="50" /> |
31 | <spinner left="275" width="50" name="FlycamAxisScale2" /> | 43 | <spinner left="275" name="FlycamAxisScale2" width="50" /> |
32 | 44 | <text left="5" name="ZScale" width="120"> | |
33 | <text name="ZScale" left="5" width="120"> | ||
34 | Zスケール | 45 | Zスケール |
35 | </text> | 46 | </text> |
36 | <spinner left="135" width="50" name="AvatarAxisScale0" /> | 47 | <spinner left="135" name="AvatarAxisScale0" width="50" /> |
37 | <spinner left="205" width="50" name="BuildAxisScale0" /> | 48 | <spinner left="205" name="BuildAxisScale0" width="50" /> |
38 | <spinner left="275" width="50" name="FlycamAxisScale0" /> | 49 | <spinner left="275" name="FlycamAxisScale0" width="50" /> |
39 | 50 | <text left="5" name="PitchScale" width="120"> | |
40 | <text name="PitchScale" left="5" width="120"> | ||
41 | ピッチ・スケール | 51 | ピッチ・スケール |
42 | </text> | 52 | </text> |
43 | <spinner left="135" width="50" name="AvatarAxisScale4" /> | 53 | <spinner left="135" name="AvatarAxisScale4" width="50" /> |
44 | <spinner left="205" width="50" name="BuildAxisScale4" /> | 54 | <spinner left="205" name="BuildAxisScale4" width="50" /> |
45 | <spinner left="275" width="50" name="FlycamAxisScale4" /> | 55 | <spinner left="275" name="FlycamAxisScale4" width="50" /> |
46 | 56 | <text left="5" name="YawScale" width="120"> | |
47 | <text name="YawScale" left="5" width="120"> | ||
48 | ヨー・スケール | 57 | ヨー・スケール |
49 | </text> | 58 | </text> |
50 | <spinner left="135" width="50" name="AvatarAxisScale5" /> | 59 | <spinner left="135" name="AvatarAxisScale5" width="50" /> |
51 | <spinner left="205" width="50" name="BuildAxisScale5" /> | 60 | <spinner left="205" name="BuildAxisScale5" width="50" /> |
52 | <spinner left="275" width="50" name="FlycamAxisScale5" /> | 61 | <spinner left="275" name="FlycamAxisScale5" width="50" /> |
53 | 62 | <text left="5" name="RollScale" width="120"> | |
54 | <text name="RollScale" left="5" width="120"> | ||
55 | ロール・スケール | 63 | ロール・スケール |
56 | </text> | 64 | </text> |
57 | <spinner left="205" width="50" name="BuildAxisScale3" /> | 65 | <spinner left="205" name="BuildAxisScale3" width="50" /> |
58 | <spinner left="275" width="50" name="FlycamAxisScale3" /> | 66 | <spinner left="275" name="FlycamAxisScale3" width="50" /> |
59 | 67 | <text left="5" name="XDeadZone" width="120"> | |
60 | <text name="XDeadZone" left="5" width="120"> | ||
61 | Xデッド・ゾーン | 68 | Xデッド・ゾーン |
62 | </text> | 69 | </text> |
63 | <spinner left="135" width="50" name="AvatarAxisDeadZone1" /> | 70 | <spinner left="135" name="AvatarAxisDeadZone1" width="50" /> |
64 | <spinner left="205" width="50" name="BuildAxisDeadZone1" /> | 71 | <spinner left="205" name="BuildAxisDeadZone1" width="50" /> |
65 | <spinner left="275" width="50" name="FlycamAxisDeadZone1"/> | 72 | <spinner left="275" name="FlycamAxisDeadZone1" width="50" /> |
66 | 73 | <text left="5" name="YDeadZone" width="120"> | |
67 | <text name="YDeadZone" left="5" width="120"> | ||
68 | Yデッド・ゾーン | 74 | Yデッド・ゾーン |
69 | </text> | 75 | </text> |
70 | <spinner left="135" width="50" name="AvatarAxisDeadZone2"/> | 76 | <spinner left="135" name="AvatarAxisDeadZone2" width="50" /> |
71 | <spinner left="205" width="50" name="BuildAxisDeadZone2"/> | 77 | <spinner left="205" name="BuildAxisDeadZone2" width="50" /> |
72 | <spinner left="275" width="50" name="FlycamAxisDeadZone2" /> | 78 | <spinner left="275" name="FlycamAxisDeadZone2" width="50" /> |
73 | 79 | <text left="5" name="ZDeadZone" width="120"> | |
74 | <text name="ZDeadZone" left="5" width="120"> | ||
75 | Zデッド・ゾーン | 80 | Zデッド・ゾーン |
76 | </text> | 81 | </text> |
77 | <spinner left="135" width="50" name="AvatarAxisDeadZone0" /> | 82 | <spinner left="135" name="AvatarAxisDeadZone0" width="50" /> |
78 | <spinner left="205" width="50" name="BuildAxisDeadZone0" /> | 83 | <spinner left="205" name="BuildAxisDeadZone0" width="50" /> |
79 | <spinner left="275" width="50" name="FlycamAxisDeadZone0" /> | 84 | <spinner left="275" name="FlycamAxisDeadZone0" width="50" /> |
80 | 85 | <text left="0" name="PitchDeadZone" width="135"> | |
81 | <text name="PitchDeadZone" left="0" width="135"> | ||
82 | ピッチ・デッド・ゾーン | 86 | ピッチ・デッド・ゾーン |
83 | </text> | 87 | </text> |
84 | <spinner left="135" width="50" name="AvatarAxisDeadZone4"/> | 88 | <spinner left="135" name="AvatarAxisDeadZone4" width="50" /> |
85 | <spinner left="205" width="50" name="BuildAxisDeadZone4"/> | 89 | <spinner left="205" name="BuildAxisDeadZone4" width="50" /> |
86 | <spinner left="275" width="50" name="FlycamAxisDeadZone4"/> | 90 | <spinner left="275" name="FlycamAxisDeadZone4" width="50" /> |
87 | 91 | <text left="5" name="YawDeadZone" width="120"> | |
88 | <text name="YawDeadZone" left="5" width="120"> | ||
89 | ヨー・デッド・ゾーン | 92 | ヨー・デッド・ゾーン |
90 | </text> | 93 | </text> |
91 | <spinner left="135" width="50" name="AvatarAxisDeadZone5" /> | 94 | <spinner left="135" name="AvatarAxisDeadZone5" width="50" /> |
92 | <spinner left="205" width="50" name="BuildAxisDeadZone5" /> | 95 | <spinner left="205" name="BuildAxisDeadZone5" width="50" /> |
93 | <spinner left="275" width="50" name="FlycamAxisDeadZone5" /> | 96 | <spinner left="275" name="FlycamAxisDeadZone5" width="50" /> |
94 | 97 | <text left="0" name="RollDeadZone" width="135"> | |
95 | <text name="RollDeadZone" left="0" width="135"> | ||
96 | ロール・デッド・ゾーン | 98 | ロール・デッド・ゾーン |
97 | </text> | 99 | </text> |
98 | <spinner left="205" width="50" name="BuildAxisDeadZone3" /> | 100 | <spinner left="205" name="BuildAxisDeadZone3" width="50" /> |
99 | <spinner left="275" width="50" name="FlycamAxisDeadZone3" /> | 101 | <spinner left="275" name="FlycamAxisDeadZone3" width="50" /> |
100 | |||
101 | <text name="Feathering"> | 102 | <text name="Feathering"> |
102 | 羽毛 | 103 | 羽毛 |
103 | </text> | 104 | </text> |
104 | <slider left="126" width="67" name="AvatarFeathering" /> | 105 | <slider left="126" name="AvatarFeathering" width="67" /> |
105 | <slider left="196" width="67" name="BuildFeathering" /> | 106 | <slider left="196" name="BuildFeathering" width="67" /> |
106 | <slider left="266" width="67" name="FlycamFeathering" /> | 107 | <slider left="266" name="FlycamFeathering" width="67" /> |
107 | <text name="ZoomScale2" left="0" width="140"> | 108 | <text left="0" name="ZoomScale2" width="140"> |
108 | ズーム・スケール | 109 | ズーム・スケール |
109 | </text> | 110 | </text> |
110 | <spinner left="275" width="50" name="FlycamAxisScale6" /> | 111 | <spinner left="275" name="FlycamAxisScale6" width="50" /> |
111 | <text name="ZoomDeadZone" left="0" width="140"> | 112 | <text left="0" name="ZoomDeadZone" width="140"> |
112 | ズーム・デッド・ゾーン | 113 | ズーム・デッド・ゾーン |
113 | </text> | 114 | </text> |
114 | <spinner left="275" width="50" name="FlycamAxisDeadZone6" /> | 115 | <spinner left="275" name="FlycamAxisDeadZone6" width="50" /> |
115 | <button label="SpaceNavigatorのデフォルト設定" name="SpaceNavigatorDefaults" width="210" left="330"/> | 116 | <button label="SpaceNavigatorのデフォルト設定" left="330" |
116 | <!-- Reverted the translation of the Joystick Monitor axes due to monospace font that cannot support UTF8 (see VWR-6608) | 117 | name="SpaceNavigatorDefaults" width="210" /> |
117 | <string name="JoystickMonitor"> | ||
118 | ジョイスティック・モニター | ||
119 | </string> | ||
120 | <string name="Axis"> | ||
121 | 軸 [NUM] | ||
122 | </string> | ||
123 | --> | ||
124 | <string name="NoDevice"> | 118 | <string name="NoDevice"> |
125 | デバイスは検出されませんでした | 119 | デバイスは検出されませんでした |
126 | </string> | 120 | </string> |
diff --git a/linden/indra/newview/skins/default/xui/ja/need_to_translate.xml b/linden/indra/newview/skins/default/xui/ja/need_to_translate.xml index 893906b..f8c0cbe 100644 --- a/linden/indra/newview/skins/default/xui/ja/need_to_translate.xml +++ b/linden/indra/newview/skins/default/xui/ja/need_to_translate.xml | |||
@@ -3549,4 +3549,77 @@ Does this group contain Mature content? | |||
3549 | <f_old_trans></f_old_trans> | 3549 | <f_old_trans></f_old_trans> |
3550 | <f_translation>頷く</f_translation> | 3550 | <f_translation>頷く</f_translation> |
3551 | </string> | 3551 | </string> |
3552 | <string><a_file>alerts.xml</a_file> | ||
3553 | <b_path>//ChangeSkin/message</b_path> | ||
3554 | <c_attribute></c_attribute> | ||
3555 | <d_old></d_old> | ||
3556 | <e_new> | ||
3557 | The new skin will appear after you restart [SECOND_LIFE]. | ||
3558 | </e_new> | ||
3559 | <f_old_trans></f_old_trans> | ||
3560 | <f_translation> | ||
3561 | 新しいスキンは[SECOND_LIFE]を再起動すると現れます | ||
3562 | </f_translation></string><string><a_file>floater_joystick.xml</a_file> | ||
3563 | <b_path>/Joystick/enable_joystick</b_path> | ||
3564 | <c_attribute></c_attribute> | ||
3565 | <d_old></d_old> | ||
3566 | <e_new>Enable Joystick:</e_new> | ||
3567 | <f_old_trans></f_old_trans> | ||
3568 | <f_translation>ジョイスティックを使う:</f_translation></string><string><a_file>notify.xml</a_file> | ||
3569 | <b_path>//UnableToOpenCommandURL/message</b_path> | ||
3570 | <c_attribute></c_attribute> | ||
3571 | <d_old></d_old> | ||
3572 | <e_new> | ||
3573 | The URL you clicked cannot be opened from this web browser. | ||
3574 | </e_new> | ||
3575 | <f_old_trans></f_old_trans> | ||
3576 | <f_translation> | ||
3577 | クリックしたURLはこのウェブブラウザでは開けません | ||
3578 | </f_translation></string><string><a_file>panel_preferences_skins.xml</a_file> | ||
3579 | <b_path>/Skins panel</b_path> | ||
3580 | <c_attribute>label</c_attribute> | ||
3581 | <d_old></d_old> | ||
3582 | <e_new>Skins</e_new> | ||
3583 | <f_old_trans></f_old_trans> | ||
3584 | <f_translation>スキン</f_translation></string><string><a_file>panel_preferences_skins.xml</a_file> | ||
3585 | <b_path>/Skins panel/muting_text</b_path> | ||
3586 | <c_attribute></c_attribute> | ||
3587 | <d_old></d_old> | ||
3588 | <e_new> | ||
3589 | Select a skin (requires restart): | ||
3590 | </e_new> | ||
3591 | <f_old_trans></f_old_trans> | ||
3592 | <f_translation> | ||
3593 | スキンを選択(要アプリの再起動): | ||
3594 | </f_translation></string><string><a_file>panel_preferences_skins.xml</a_file> | ||
3595 | <b_path>/Skins panel/skin_selection/default</b_path> | ||
3596 | <c_attribute></c_attribute> | ||
3597 | <d_old></d_old> | ||
3598 | <e_new> | ||
3599 | Classic | ||
3600 | </e_new> | ||
3601 | <f_old_trans></f_old_trans> | ||
3602 | <f_translation> | ||
3603 | クラシック | ||
3604 | </f_translation></string><string><a_file>panel_preferences_skins.xml</a_file> | ||
3605 | <b_path>/Skins panel/skin_selection/silver</b_path> | ||
3606 | <c_attribute></c_attribute> | ||
3607 | <d_old></d_old> | ||
3608 | <e_new> | ||
3609 | Silver | ||
3610 | </e_new> | ||
3611 | <f_old_trans></f_old_trans> | ||
3612 | <f_translation> | ||
3613 | シルバー | ||
3614 | </f_translation></string><string><a_file>panel_speaker_controls.xml</a_file> | ||
3615 | <b_path>/active_speakers_panel/panels/moderator_controls/moderator_allow_voice</b_path> | ||
3616 | <c_attribute></c_attribute> | ||
3617 | <d_old></d_old> | ||
3618 | <e_new> | ||
3619 | Allow voice chat | ||
3620 | </e_new> | ||
3621 | <f_old_trans></f_old_trans> | ||
3622 | <f_translation> | ||
3623 | ボイスチャットを許可 | ||
3624 | </f_translation></string> | ||
3552 | </strings> | 3625 | </strings> |
diff --git a/linden/indra/newview/skins/default/xui/ja/notify.xml b/linden/indra/newview/skins/default/xui/ja/notify.xml index 1a10704..97a56cc 100644 --- a/linden/indra/newview/skins/default/xui/ja/notify.xml +++ b/linden/indra/newview/skins/default/xui/ja/notify.xml | |||
@@ -1046,4 +1046,9 @@ Mキーを押して移行します。 | |||
1046 | 入力した地域は異なるシミュレーターのバージョンで実行されています。 詳細についてはこのメッセージをクリックしてください。 | 1046 | 入力した地域は異なるシミュレーターのバージョンで実行されています。 詳細についてはこのメッセージをクリックしてください。 |
1047 | </message> | 1047 | </message> |
1048 | </notify> | 1048 | </notify> |
1049 | <notify name="UnableToOpenCommandURL"> | ||
1050 | <message name="message"> | ||
1051 | クリックしたURLはこのウェブブラウザでは開けません | ||
1052 | </message> | ||
1053 | </notify> | ||
1049 | </notifications> | 1054 | </notifications> |
diff --git a/linden/indra/newview/skins/default/xui/ja/panel_preferences_skins.xml b/linden/indra/newview/skins/default/xui/ja/panel_preferences_skins.xml new file mode 100644 index 0000000..5742cc6 --- /dev/null +++ b/linden/indra/newview/skins/default/xui/ja/panel_preferences_skins.xml | |||
@@ -0,0 +1,14 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | ||
2 | <panel label="スキン" name="Skins panel"> | ||
3 | <text name="muting_text"> | ||
4 | スキンを選択(要アプリの再起動): | ||
5 | </text> | ||
6 | <radio_group name="skin_selection"> | ||
7 | <radio_item name="default"> | ||
8 | クラシック | ||
9 | </radio_item> | ||
10 | <radio_item name="silver"> | ||
11 | シルバー | ||
12 | </radio_item> | ||
13 | </radio_group> | ||
14 | </panel> | ||
diff --git a/linden/indra/newview/skins/default/xui/ja/panel_speaker_controls.xml b/linden/indra/newview/skins/default/xui/ja/panel_speaker_controls.xml index b82aace..37b5c72 100644 --- a/linden/indra/newview/skins/default/xui/ja/panel_speaker_controls.xml +++ b/linden/indra/newview/skins/default/xui/ja/panel_speaker_controls.xml | |||
@@ -14,7 +14,7 @@ | |||
14 | </combo_item> | 14 | </combo_item> |
15 | </combo_box> | 15 | </combo_box> |
16 | </layout_panel> | 16 | </layout_panel> |
17 | <layout_panel name="moderate_chat_panel" font="SansSerifSmall"> | 17 | <layout_panel font="SansSerifSmall" name="moderate_chat_panel"> |
18 | <scroll_list name="speakers_list"> | 18 | <scroll_list name="speakers_list"> |
19 | <column label="名前" name="speaker_name" /> | 19 | <column label="名前" name="speaker_name" /> |
20 | </scroll_list> | 20 | </scroll_list> |
@@ -31,7 +31,9 @@ | |||
31 | <text name="moderator_controls_label"> | 31 | <text name="moderator_controls_label"> |
32 | モデレータ・コントロール: | 32 | モデレータ・コントロール: |
33 | </text> | 33 | </text> |
34 | <check_box name="moderator_allow_voice" /> | 34 | <check_box name="moderator_allow_voice"> |
35 | ボイスチャットを許可 | ||
36 | </check_box> | ||
35 | <check_box name="moderator_allow_text"> | 37 | <check_box name="moderator_allow_text"> |
36 | テキストによるチャットを許可 | 38 | テキストによるチャットを許可 |
37 | </check_box> | 39 | </check_box> |
diff --git a/linden/indra/newview/skins/default/xui/ko/alerts.xml b/linden/indra/newview/skins/default/xui/ko/alerts.xml index 914648c..9ad1c5c 100644 --- a/linden/indra/newview/skins/default/xui/ko/alerts.xml +++ b/linden/indra/newview/skins/default/xui/ko/alerts.xml | |||
@@ -736,6 +736,11 @@ L$0로 판매하는 경우, 팔 사람을 선택하십시오. | |||
736 | 취소 | 736 | 취소 |
737 | </option> | 737 | </option> |
738 | </alert> | 738 | </alert> |
739 | <alert name="ChangeSkin"> | ||
740 | <message name="message"> | ||
741 | 새로운 스킨은 [SECOND_LIFE]를 재시동후 적용 됩니다. | ||
742 | </message> | ||
743 | </alert> | ||
739 | <alert name="UnsupportedGLRequirements"> | 744 | <alert name="UnsupportedGLRequirements"> |
740 | <message name="message"> | 745 | <message name="message"> |
741 | 세컨드라이프를 실행하는 데 필요한 하드웨어 요구 사항이 충족되지 않았습니다. 세컨드라이프를 이용하려면 멀티텍스처를 지원하는 OpenGL 그래픽 카드가 필요합니다. 적절한 그래픽 카드가 있는 경우 해당 그래픽 카드에 대한 최신 드라이버와 운영 체제에 맞는 서비스 팩과 패치가 설치되어 있는지 확인하십시오. | 746 | 세컨드라이프를 실행하는 데 필요한 하드웨어 요구 사항이 충족되지 않았습니다. 세컨드라이프를 이용하려면 멀티텍스처를 지원하는 OpenGL 그래픽 카드가 필요합니다. 적절한 그래픽 카드가 있는 경우 해당 그래픽 카드에 대한 최신 드라이버와 운영 체제에 맞는 서비스 팩과 패치가 설치되어 있는지 확인하십시오. |
diff --git a/linden/indra/newview/skins/default/xui/ko/floater_about.xml b/linden/indra/newview/skins/default/xui/ko/floater_about.xml index 19f3a27..987a1f9 100644 --- a/linden/indra/newview/skins/default/xui/ko/floater_about.xml +++ b/linden/indra/newview/skins/default/xui/ko/floater_about.xml | |||
@@ -1,9 +1,9 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | 1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> |
2 | <floater name="floater_about" title="세컨드라이프 정보"> | 2 | <floater name="floater_about" title="세컨드라이프 정보"> |
3 | <text_editor name="credits_editor"> | 3 | <text_editor name="credits_editor"> |
4 | Second Life 제작자들: Philip, Andrew, Tessa, Cory, Frank, James, Doug, Hunter, Richard, John, Eric, Avi, AaronB, AaronY, Ian, Peter, Mark, Robin, Stephen, Tracy, Ryan, Alberto, Haney, Tanya, JimJ, Dan, Ben, Stephanie, Tim, Evan, Catherine, Colin, Chris, Reuben, Charity, Jeska, James, JonHenry, Kelly, Callum, Char, Daniel, DavidF, Don, Jeff, Lauren, Lee, Michael, Ramzi, Vektor, Steve, TomY, Tess, Kona, Brent, Clarissa, PeterP, Jesse, Annette, Cyn, Blue, Ginsu, Jonathan, Karen, Adam, Nova, Deana, Lizzie, Patsy, DavidK, Isaac, Pathfinder, Monroe, Jill, Benny, Altruima, Rheya, Jennifer, Jack, DaveP, Brad, Mick, Babbage, Elisabeth, Brian, Beth, Data, Ethan, Wendy, Nicole, Sky, Jeffrey, Zero, Coffee, Tesla, Kenny, Makiko, Nigel, Teeple, Lucy, Mia, Dee, Guy, Harry, Liana, Branka, Jimbo, Aura, Vasuda, SarahD, bethanye, Torley, Runitai, MikeS, PaulM, Milo, Hermia, JoeM, Melanie, Rejean, DSmith, SMiller, Susan, Jose, DongYun, Justin, Andrey, Syrah, Donovan, Henrik, Nora, Lexie, AC, Donna, ChrisC, Alex, Leyla, Kyle, Mathew, Devin, Joshua, DanC, Jessica, Harmony, Claudia, Tramel, Glenn, Betsy, Fritz, Jun, Adam, Cassandra, Ken, RyanW, Spike, Tofu, Varas, Andy, Luke, RobLa, Chiyo, JohnZ, Dustin, George, Del, PeterP, Migyeong, Matthew, RMullane, CChampion, JTurbin, JamesC, Viola, Lightfoot, Jacqui, Sturm, Adrian, Buttercup, Alfred, Sunil, Alfred, Noel, Irfan, Jill, Yool, Jane, Yuki, Yoz, Matthew, Arthur, Jennifer, Karl, Brian, Ben, Janine, Christopher, Madhavi, Everett, Anthony, Joon, Jake, sean, Adreanne, Stephany, KellyJo, Jeremy, Pramod, Joshua, Sean, Christopher, Amy, Ceren, Katherine, jon, Sudheendra, James, Stephan, Kari, Kartic, Todd, Thomas, Joki, Rebecca, Belinda, Bert, Roger, Bridie, Kristi, Brian, Maria, John, Aric, Nathanel, Melinda, Darrell, Jennifer, Sandy, Greg, Rob, Brad, Chris, Eric, Palmer, Asi, Katja, Lisa, Minda, Jen, Aaron, Bryan, Mark, Jonathan, Jamie, Laurel, William, Matthew, Steve, David, Remy, James, Tim, Lee, Brian, Ashlei, Sam, Mike, Ethan, Austin, Wanda, Paul, Brian, Rachel, Valentyn, Emma Williams, Autum, Steven, Laley, Charles, Jessica, Sue, Gillian, CG, Kip, Kristen, Shamiran, Blake, Brett, Erica, Kent, Joel, Plexus, Twilight, Joppa, Enus, Kraft, Naveen, Simon, Q, Ronp, Laurap, Ram, KyleJM, Marty, Kend, Daveh, Prospero, Melissa, Nat, Hamilton, Green, Seraph, Ekim, Miz, Jimmy, Kosmo, Rome, Doris, JT, Benoc, Whump, Mango, Trinity, Patch, TJ, Christy, Bao, Joohwan, Kate, Oreh, Angela, Johan, Cheah, Lan, Matias, Brandy, Cogsworth, Aleks, Mitchell, Space, Einstein, Bambers, Colton, Malbers, Maggie, Umesh, Santosh, Rose, Stash, Rothman, Winnie, Stella, Niall, 그 외에 많은 분들이 수고해 주셨습니다. | 4 | Second Life 제작자들: Philip, Tessa, Andrew, Cory, Ben, Bunny, Char, Charlie, Colin, Dan, Daniel, Doug, Eric, Hamlet, Haney, Hunter, Ian, Jeff, Jim, John, Lee, Mark, Peter, Phoenix, Richard, Robin, Xenon, Steve, Tanya, Eddie, Frank, Bruce, Aaron, Alice, Bob, Debra, Eileen, Helen, Janet, Louie, Leviathania, Stefan, Ray, Kevin, Tom, Mikeb, MikeT, Burgess, Elena, Tracy, BillTodd, Ryan, Zach, Sarah, Nova, Otakon, Tim, Stephanie, Michael, Evan, Nicolas, Catherine, Rachelle, Dave, Holly, Bub, Kelly, Magellan, Ramzi, Don, Sabin, Jill, Rheya, DanceStar, Jeska, Hungry, Torley, Kona, Callum, Charity, Ventrella, Jack, Uncle, Vektor, Iris, Chris, Nicole, Mick, Reuben, Blue, Babbage, Yedwab, Deana, Lauren, Brent, Pathfinder, Chadrick, Altruima, Jesse, Monroe, David, Tess, Lizzie, Patsy, Pony, Isaac, Lawrence, Cyn, Bo, Gia, Annette, Marius, Tbone, Jonathan, Karen, Ginsu, Yuko, Makiko, Thomas, Harry, Seth, Alexei, Brian, Guy, Runitai, Ethan, Data, Cornelius, Kenny, Swiss, Zero, Natria, Wendy, Stephen, Teeple, Thumper, Lucy, Dee, Mia, Liana, Warren, Branka, Aura, beez, Milo, Hermia, Red, Thrax, Joe, Sally, Magenta, Paul, Jose, Rejean, Henrik, Lexie, Amber, Logan, Xan, Nora, Morpheus, Donovan, Leyla, MichaelFrancis, Beast, Cube, Bucky, Joshua, Stryfe, Harmony, Teresa, Claudia, Walker, Glenn, Fritz, Fordak, June, Cleopetra, Jean, Ivy, Betsy, Roosevelt, Spike, Ken, Which, Tofu, Chiyo, Rob, Zee, dustin, George, Del, Matthew, Cat, Jacqui, Lightfoot, Adrian, Viola, Alfred, Noel, Irfan, Sunil, Yool, Rika, Jane, Xtreme, Frontier, a2, Neo, Siobhan, Yoz, Justin, Elle, Qarl, Benjamin, Isabel, Gulliver, Everett, Christopher, Izzy, Stephany, Garry, Sejong, Sean, Tobin, Iridium, Meta, Anthony, Jeremy, JP, Jake, Maurice, Madhavi, Leopard, Kyle, Joon, Kari, Bert, Belinda, Jon, Kristi, Bridie, Pramod, KJ, Socrates, Maria, Ivan, Aric, Yamasaki, Adreanne, Jay, MitchK, Ceren, Coco, Durl, Jenny, Periapse, Kartic, Storrs, Lotte, Sandy, Colossus, Zen, BigPapi, Brad, Pastrami, Kurz, Mani, Neuro, Jaime, MJ, Rowan, Sgt, Elvis, Gecko, Samuel, Sardonyx, Leo, Bryan, Niko, Soft, Poppy, Rachel, Aki, Angelo, Banzai, Alexa, Sue, CeeLo, Bender, CG, Gillian, Pelle, Nick, Echo, Zara, Christine, Shamiran, Emma, Blake, Keiko, Plexus, Joppa, Sidewinder, Erica, Ashlei, Twilight, Kristen, Brett, Q, Enus, Simon, Bevis, Kraft, Kip, Chandler, Ron, LauraP, Ram, KyleJM, Scouse, Prospero, Melissa, Marty, Nat, Hamilton, Kend, Lordan, Jimmy, Kosmo, Seraph, Green, Ekim, Wiggo, JT, Rome, Doris, Miz, Benoc, Whump, Trinity, Patch, Kate, TJ, Bao, Joohwan, Christy, Sofia, Matias, Cogsworth, Johan, Oreh, Cheah, Angela, Brandy, Mango, Lan, Aleks, Gloria, Heidy, Mitchell, Space, Colton, Bambers, Einstein, Maggie, Malbers, Rose, Winnie, Stella, Milton, Rothman, Niall, Marin, Allison, James, Katie, Dawn, Katt, Kalpana, Judy, Andrea, Ambroff, Infinity, Gail, Rico, Raymond, Yi, William, Christa, M, Teagan, Scout, Molly, Dante, Corr, Dynamike, Usi, Kaylee, Lil, Danica, Sascha, Kelv, Jacob, Nya, Rodney, Brandon, Elsie, Blondin, Grant, Katrin, Nyx, Gabriel, Locklainn, Claire, Devin, Minerva, Monty, Austin, Bradford, Si, Keira, H, Caitlin, Dita, Makai, Jenn, 그 외에 많은 분들이 수고해 주셨습니다. |
5 | 5 | ||
6 | 현재 버전이 최상의 버전이 될 수 있도록 도와주신 게이머 여러분께 감사드립니다: aaron23 decuir, Abelv Vollmar, Abyssin Otoro, ActingIll Igaly, Adamas Carter, Addy Broome, Adelia Menges, Alexandra Rucker, Alexandrea Fride, Alissa Sabre, Alyx Jonson, Ann Otoole, Anton Fargis, Aradia Dielli, Araina jewell, Arcane Clawtooth, arcangelo vantelli, Are Sperber, Argent Stonecutter, arkady yost, Ashcroft Burnham, Ashen Arida, Auron Forcella, Azadine Umarov, Azildin Furst, Balp Allen, Balpien Hammerer, Barney Boomslang, Barrett Slade, becky pippen, Beeflin Grut, Beer Dailey, Behemoth Greenwood, bigmanu greene, bitova loon, Bonca Chikuwa, Bonnie Bechir, Brandon Catteneo, buttonpusher jones, Carina Raymaker, Ceera Murakami, Celierra Darling, ChatNoir Moonsoo, Cheetah Hammerer, chet neurocam, Cinthya Loveless, Cold Spitteler, Coral Quinnell, Crash Pointe, CrazyTB Oh, Creem Pye, Crom Chaffe, ctrl althouse, dade carver, Dael Ra, dakota schwade, Dale Innis, Damian McLeod, Danger Lytton, danielluh ashton, DanOfWA Flanagan, Davec Horsforth, Davidius Morigi, davie zinner, Day Oh, DBDigital Epsilon, Deany Fall, deBruce Munro, Decaf Coffey, Dedric Mauriac, Deeso Saeed, Dekka Raymaker, dexter eberhart, Dildo Spitz, Dizzy Banjo, djcabello klaar, Dnali Anabuki, Domchi Underwood, Doran Zemlja, Drew Dwi, Duckless Vandyke, Duncan Stenvaag, Dylan Rickenbacker, dzogchen Moody, Dzonatas Sol, Eddy Stryker, Edward Griffith, Edward Pearse, ein duesenburg, Elle Pollack, Elle74 Zaftig, Emileigh Starbrook, Emma Nowhere, ener bing, Erdrick Balbozar, eric domela, Evangeline Biedermann, Excalibur Longstaff, Fake Fitzgerald, Feldspar Millgrove, Feynt Mistral, Fluf Fredriksson, Forbid Utorid, Fortyniner Beck, Francesco Despres, Francisco Koolhoven, Franta Burt, Fury Rosewood, garde Burrel, Garmin Kawaguichi, Gavin Ichigo, Gellan Glenelg, Genie Demina, Gennifer Meredith, Gigs Taggart, Goldie Katsu, Gwyneth Llewelyn, Haravikk Mistral, Harleen Gretzky, Haruki Watanabe, Heather Manatiso, Henri Beauchamp, Honey Fairweather, Hypatia Callisto, Ice Brodie, icktoofay Kamachi, IntLibber Brautigan, Janise Dreamscape, Jay Shinobu, Jenni Ryba, Jeremy Ondricek, JetZep Zabelin, Jims Smythe, Jini Hammerer, Jopy Weber, JustOneMore Loon, Kaluura Boa, Kara Markova, Kevin Susenko, Khyra Ares, Kii Lilliehook, Kitty Barnett, Kris Kuttelwascher, Lanita Wingtips, Laura18 Streeter, Lee Ludd, Lettrius Jewell, Liberty Tesla, LilyAnna Carter, Lindal Kidd, Lisa Lowe, Lisa McConnell, Lola Machin, luca peck, Lupus Clawtooth, M1sha Dallin, Macsima Dagostino, Mana Janus, Mani Canning, Manjusri Binder, marceledward edman, march Korda, marchino villota, Marcus Llewellyn, MartinRJ Fayray, Matthew Dowd, Max Kleiber, mazzy fastback, McCabe Maxsted, Mckailen Kohnke, Meghan Dench, Melvin Starbrook, Mercia Mcmahon, Miakoda Carnell, Michelle2 Zenovka, Michi Lumin, mick parnall, Milla Michinaga, Millie Thompson, miranda Ashby, Mircea Lobo, MIssSara Beck, mouse mimistrobell, Myria Boa, Nanci Barthelmess, Nargus Asturias, Natalya Debevec, Nedrae Messmer, Nexeus Fatale, Niky Zenovka, Nimrod Szondi, Ninane Yoshikawa, Noch Tripsa, nokithecat writer, Nyko Merlin, Onyx Halberd, oryx tempel, Osprey Therian, Pac Hyun, Panagea McMillan, Patrick Ferrentino, PattehPh0x Katsu, ponk bing, Poppy Linden, Prajna Vella, Precious Rhiano, Prokofy Neva, Randall Lovenkraft, Rascal Ratelle, Raydon Writer, Rhaorth Antonelli, Rock Hayek, Ron Crimson, Ron Khondji, Ronald Richez, Rui Clary, Ruud Lathrop, Sakkano Imako, Sam Reinard, Sascha Vandyke, Scrippy Scofield, Sean18 McCarey, Sedona Mills, Sekonda Huet, Seraph Nephilim, Sergei Milos, Shadowquine Maltz, shai khalifa, sheilah flatley, Sheri Underwood, Shuggy Husky, Sierra Janus, Sigma Avro, Simil Miles, simon kline, Simon Nolan, Sindy Tsure, Sparks Keynes, Squirrel Wood, Stahi Columbia, StarSong Bright, Summer Seale, Sunn Thunders, Susan Koltai, Syler Zhora, Synack Fitzgerald, Tayra Dagostino, Tee Cramer, Teravus Ousley, Thomas Shikami, Tia Araw, Tillie Ariantho, Topher Brooks, Torley Linden, Twosteppin Jewell, tx Oh, urantia jewell, vaguegirl Petty, VeC Merlin, venus petrov, vv33d Beck, vynka dean, zann canto, zeebster colasanti, Zi Ree, Zion Tristan, Zorin Frobozz, Zyzzy Zarf | 6 | 현재 버전이 최상의 버전이 될 수 있도록 도와주신 게이머 여러분께 감사드립니다: aaron23 decuir, Abra Miles, absolute balderdash, adelle fitzgerald, Aeron Kohime, Aki Shichiroji, Alger Meads, Alissa Sabre, AlwaysIcey Mapholisto, Arawn Spitteler, Aren Mandala, Arianna Wrigglesworth, Bagushii Kohime, Balpien Hammerer, Blinking2342 Blinker, byakuya runo, Capucchy Streeter, Chandra Jun, Coyote Pace, Crusher Soderstrom, Cummere Mayo, cyberrosa Rossini, Dael Ra, danana dodonpa, Darek Deluca, Davec Horsforth, django yifu, draco crane, Dre Dagostino, Ephyu Reino, etan quan, Fenrix Murakami, Fledhyris Proudhon, Fred Wardhani, Frederich Courier, garth fairchang, Gellan Glenelg, Geraldine Giha, GOLAN Eilde, gonzo joubert, Hachiro Yokosuka, Hampton Hax, harleywood guru, Hevenz Vansant, imnotgoing sideways, Jaden Giles, Jeanette Janus, Karl Dorance, keaton Akina, Khashai Steinbeck, KiPSOFT Tuqiri, kirstenlee Cinquetti, Kitty Barnett, Laurent Vesta, Lazure Ryba, Lima Vesperia, Linzi Bingyi, Lisa Lowe, LuDon Ninetails, Mark Rosenbaum, McCabe Maxsted, Michi Lumin, Midi Aeon, ml0rtd kit, Mo Eriksen, Morice Flanagan, Mysterion Aeon, Nad Gough, norgan torok, Pygar Bu, Qie Niangao, rachel corleone, Rado Arado, roberto salubrius, Royer Pessoa, samia bechir, Sasha Nurmi, Sean Heying, Selkit Diller, Shadow Pidgeon, simon kline, Smokie Ember, Soap Clawtooth, Strife Onizuka, Tal Chernov, Talan Hyun, tangletwigs fairymeadow, Tanya Spinotti, Tayra Dagostino, Teebone Aeon, Theremes Langdon, Thraxis Epsilon, tucor Capalini, Vasko Hawker, VenusMari Zapedzki, Vex Streeter, Viktoria Dovgal, Vincent Nacon, Viridian Exonar, Vivienne Schell, WarKirby Magojiro, Wilton Lundquist, Yukinoroh Kamachi, Zyzzy Zarf |
7 | 7 | ||
8 | 3Dconnexion SDK Copyright (C) 1992-2007 3Dconnexion | 8 | 3Dconnexion SDK Copyright (C) 1992-2007 3Dconnexion |
9 | APR Copyright (C) 2000-2004 The Apache Software Foundation | 9 | APR Copyright (C) 2000-2004 The Apache Software Foundation |
diff --git a/linden/indra/newview/skins/default/xui/ko/floater_joystick.xml b/linden/indra/newview/skins/default/xui/ko/floater_joystick.xml index dd0fe30..25e532d 100644 --- a/linden/indra/newview/skins/default/xui/ko/floater_joystick.xml +++ b/linden/indra/newview/skins/default/xui/ko/floater_joystick.xml | |||
@@ -1,5 +1,8 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | 1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> |
2 | <floater name="Joystick" title="조이스틱 설정"> | 2 | <floater name="Joystick" title="조이스틱 설정"> |
3 | <check_box name="enable_joystick"> | ||
4 | 죠이스틱 활성: | ||
5 | </check_box> | ||
3 | <spinner label="X축 매핑" name="JoystickAxis1" /> | 6 | <spinner label="X축 매핑" name="JoystickAxis1" /> |
4 | <spinner label="Y축 매핑" name="JoystickAxis2" /> | 7 | <spinner label="Y축 매핑" name="JoystickAxis2" /> |
5 | <spinner label="Z축 매핑" name="JoystickAxis0" /> | 8 | <spinner label="Z축 매핑" name="JoystickAxis0" /> |
@@ -13,9 +16,15 @@ | |||
13 | <text name="Control Modes:"> | 16 | <text name="Control Modes:"> |
14 | 조절 모드: | 17 | 조절 모드: |
15 | </text> | 18 | </text> |
16 | <check_box name="JoystickAvatarEnabled">아바타</check_box> | 19 | <check_box name="JoystickAvatarEnabled"> |
17 | <check_box name="JoystickBuildEnabled">만들기</check_box> | 20 | 아바타 |
18 | <check_box name="JoystickFlycamEnabled">플라이캠</check_box> | 21 | </check_box> |
22 | <check_box name="JoystickBuildEnabled"> | ||
23 | 만들기 | ||
24 | </check_box> | ||
25 | <check_box name="JoystickFlycamEnabled"> | ||
26 | 플라이캠 | ||
27 | </check_box> | ||
19 | <text name="XScale"> | 28 | <text name="XScale"> |
20 | X 크기 | 29 | X 크기 |
21 | </text> | 30 | </text> |
@@ -58,18 +67,10 @@ | |||
58 | <text name="ZoomScale2"> | 67 | <text name="ZoomScale2"> |
59 | 확대/축소 크기 | 68 | 확대/축소 크기 |
60 | </text> | 69 | </text> |
61 | <text name="ZoomDeadZone" width="140" left="0" > | 70 | <text left="0" name="ZoomDeadZone" width="140"> |
62 | 확대/축소 사각지대 | 71 | 확대/축소 사각지대 |
63 | </text> | 72 | </text> |
64 | <button label="SpaceNavigator 기본값" name="SpaceNavigatorDefaults" /> | 73 | <button label="SpaceNavigator 기본값" name="SpaceNavigatorDefaults" /> |
65 | <!-- Reverted the translation of the Joystick Monitor axes due to monospace font that cannot support UTF8 (see VWR-6608) | ||
66 | <string name="JoystickMonitor"> | ||
67 | 조이스틱 검사 | ||
68 | </string> | ||
69 | <string name="Axis"> | ||
70 | 축 [NUM] | ||
71 | </string> | ||
72 | --> | ||
73 | <string name="NoDevice"> | 74 | <string name="NoDevice"> |
74 | 검색된 장치가 없습니다. | 75 | 검색된 장치가 없습니다. |
75 | </string> | 76 | </string> |
diff --git a/linden/indra/newview/skins/default/xui/ko/need_to_translate.xml b/linden/indra/newview/skins/default/xui/ko/need_to_translate.xml index a541bf2..b2c37db 100644 --- a/linden/indra/newview/skins/default/xui/ko/need_to_translate.xml +++ b/linden/indra/newview/skins/default/xui/ko/need_to_translate.xml | |||
@@ -3669,4 +3669,67 @@ Does this group contain Mature content? | |||
3669 | <f_old_trans></f_old_trans> | 3669 | <f_old_trans></f_old_trans> |
3670 | <f_translation>동의</f_translation> | 3670 | <f_translation>동의</f_translation> |
3671 | </string> | 3671 | </string> |
3672 | <string><a_file>alerts.xml</a_file> | ||
3673 | <b_path>//ChangeSkin/message</b_path> | ||
3674 | <c_attribute></c_attribute> | ||
3675 | <d_old></d_old> | ||
3676 | <e_new> | ||
3677 | The new skin will appear after you restart [SECOND_LIFE]. | ||
3678 | </e_new> | ||
3679 | <f_old_trans></f_old_trans> | ||
3680 | <f_translation> | ||
3681 | 새로운 스킨은 [SECOND_LIFE]를 재시동후 적용 됩니다. | ||
3682 | </f_translation></string><string><a_file>floater_joystick.xml</a_file> | ||
3683 | <b_path>/Joystick/enable_joystick</b_path> | ||
3684 | <c_attribute></c_attribute> | ||
3685 | <d_old></d_old> | ||
3686 | <e_new>Enable Joystick:</e_new> | ||
3687 | <f_old_trans></f_old_trans> | ||
3688 | <f_translation>죠이스틱 활성:</f_translation></string><string><a_file>notify.xml</a_file> | ||
3689 | <b_path>//UnableToOpenCommandURL/message</b_path> | ||
3690 | <c_attribute></c_attribute> | ||
3691 | <d_old></d_old> | ||
3692 | <e_new> | ||
3693 | The URL you clicked cannot be opened from this web browser. | ||
3694 | </e_new> | ||
3695 | <f_old_trans></f_old_trans> | ||
3696 | <f_translation> | ||
3697 | 본 URL은 현재의 웹브라우져에서 볼 수 없습니다. | ||
3698 | </f_translation></string><string><a_file>panel_preferences_skins.xml</a_file> | ||
3699 | <b_path>/Skins panel</b_path> | ||
3700 | <c_attribute>label</c_attribute> | ||
3701 | <d_old></d_old> | ||
3702 | <e_new>Skins</e_new> | ||
3703 | <f_old_trans></f_old_trans> | ||
3704 | <f_translation>스킨</f_translation></string><string><a_file>panel_preferences_skins.xml</a_file> | ||
3705 | <b_path>/Skins panel/muting_text</b_path> | ||
3706 | <c_attribute></c_attribute> | ||
3707 | <d_old></d_old> | ||
3708 | <e_new> | ||
3709 | Select a skin (requires restart): | ||
3710 | </e_new> | ||
3711 | <f_old_trans></f_old_trans> | ||
3712 | <f_translation> | ||
3713 | 스킨 선택(재시동 필요): | ||
3714 | </f_translation></string><string><a_file>panel_preferences_skins.xml</a_file> | ||
3715 | <b_path>/Skins panel/skin_selection/default</b_path> | ||
3716 | <c_attribute></c_attribute> | ||
3717 | <d_old></d_old> | ||
3718 | <e_new> | ||
3719 | Classic | ||
3720 | </e_new> | ||
3721 | <f_old_trans></f_old_trans> | ||
3722 | <f_translation> | ||
3723 | 클래식 | ||
3724 | </f_translation></string><string><a_file>panel_preferences_skins.xml</a_file> | ||
3725 | <b_path>/Skins panel/skin_selection/silver</b_path> | ||
3726 | <c_attribute></c_attribute> | ||
3727 | <d_old></d_old> | ||
3728 | <e_new> | ||
3729 | Silver | ||
3730 | </e_new> | ||
3731 | <f_old_trans></f_old_trans> | ||
3732 | <f_translation> | ||
3733 | 실버 | ||
3734 | </f_translation></string> | ||
3672 | </strings> | 3735 | </strings> |
diff --git a/linden/indra/newview/skins/default/xui/ko/notify.xml b/linden/indra/newview/skins/default/xui/ko/notify.xml index 3f92fb1..f96627c 100644 --- a/linden/indra/newview/skins/default/xui/ko/notify.xml +++ b/linden/indra/newview/skins/default/xui/ko/notify.xml | |||
@@ -1048,4 +1048,9 @@ sculpted prim은 그 형태를 지정하는 특별한 텍스처를 요구합니 | |||
1048 | 이동한 지역이 다른 시뮬레이터 버전으로 실행 중입니다. 자세한 내용을 보려면 이 메시지를 클릭하십시오. | 1048 | 이동한 지역이 다른 시뮬레이터 버전으로 실행 중입니다. 자세한 내용을 보려면 이 메시지를 클릭하십시오. |
1049 | </message> | 1049 | </message> |
1050 | </notify> | 1050 | </notify> |
1051 | <notify name="UnableToOpenCommandURL"> | ||
1052 | <message name="message"> | ||
1053 | 본 URL은 현재의 웹브라우져에서 볼 수 없습니다. | ||
1054 | </message> | ||
1055 | </notify> | ||
1051 | </notifications> | 1056 | </notifications> |
diff --git a/linden/indra/newview/skins/default/xui/ko/panel_preferences_skins.xml b/linden/indra/newview/skins/default/xui/ko/panel_preferences_skins.xml new file mode 100644 index 0000000..6df8dac --- /dev/null +++ b/linden/indra/newview/skins/default/xui/ko/panel_preferences_skins.xml | |||
@@ -0,0 +1,14 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | ||
2 | <panel label="스킨" name="Skins panel"> | ||
3 | <text name="muting_text"> | ||
4 | 스킨 선택(재시동 필요): | ||
5 | </text> | ||
6 | <radio_group name="skin_selection"> | ||
7 | <radio_item name="default"> | ||
8 | 클래식 | ||
9 | </radio_item> | ||
10 | <radio_item name="silver"> | ||
11 | 실버 | ||
12 | </radio_item> | ||
13 | </radio_group> | ||
14 | </panel> | ||
diff --git a/linden/indra/newview/skins/default/xui/pt/floater_about.xml b/linden/indra/newview/skins/default/xui/pt/floater_about.xml index 5aaff2e..e78a5a5 100644 --- a/linden/indra/newview/skins/default/xui/pt/floater_about.xml +++ b/linden/indra/newview/skins/default/xui/pt/floater_about.xml | |||
@@ -1,31 +1,4 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | 1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> |
2 | <floater name="floater_about" title="Sobre o Second Life"> | 2 | <floater name="floater_about" title="Sobre o Second Life"> |
3 | <text_editor name="credits_editor"> | ||
4 | Second Life is brought to you by Philip, Andrew, Tessa, Cory, Frank, James, Doug, Hunter, Richard, John, Eric, Avi, AaronB, AaronY, Ian, Peter, Mark, Robin, Stephen, Tracy, Ryan, Alberto, Haney, Tanya, JimJ, Dan, Ben, Stephanie, Tim, Evan, Catherine, Colin, Chris, Reuben, Charity, Jeska, James, JonHenry, Kelly, Callum, Char, Daniel, DavidF, Don, Jeff, Lauren, Lee, Michael, Ramzi, Vektor, Steve, TomY, Tess, Kona, Brent, Clarissa, PeterP, Jesse, Annette, Cyn, Blue, Ginsu, Jonathan, Karen, Adam, Nova, Deana, Lizzie, Patsy, DavidK, Isaac, Pathfinder, Monroe, Jill, Benny, Altruima, Rheya, Jennifer, Jack, DaveP, Brad, Mick, Babbage, Elisabeth, Brian, Beth, Data, Ethan, Wendy, Nicole, Sky, Jeffrey, Zero, Coffee, Tesla, Kenny, Makiko, Nigel, Teeple, Lucy, Mia, Dee, Guy, Harry, Liana, Branka, Jimbo, Aura, Vasuda, SarahD, bethanye, Torley, Runitai, MikeS, PaulM, Milo, Hermia, JoeM, Melanie, Rejean, DSmith, SMiller, Susan, Jose, DongYun, Justin, Andrey, Syrah, Donovan, Henrik, Nora, Lexie, AC, Donna, ChrisC, Alex, Leyla, Kyle, Mathew, Devin, Joshua, DanC, Jessica, Harmony, Claudia, Tramel, Glenn, Betsy, Fritz, Jun, Adam, Cassandra, Ken, RyanW, Spike, Tofu, Varas, Andy, Luke, RobLa, Chiyo, JohnZ, Dustin, George, Del, PeterP, Migyeong, Matthew, RMullane, CChampion, JTurbin, JamesC, Viola, Lightfoot, Jacqui, Sturm, Adrian, Buttercup, Alfred, Sunil, Alfred, Noel, Irfan, Jill, Yool, Jane, Yuki, Yoz, Matthew, Arthur, Jennifer, Karl, Brian, Ben, Janine, Christopher, Madhavi, Everett, Anthony, Joon, Jake, sean, Adreanne, Stephany, KellyJo, Jeremy, Pramod, Joshua, Sean, Christopher, Amy, Ceren, Katherine, jon, Sudheendra, James, Stephan, Kari, Kartic, Todd, Thomas, Joki, Rebecca, Belinda, Bert, Roger, Bridie, Kristi, Brian, Maria, John, Aric, Nathanel, Melinda, Darrell, Jennifer, Sandy, Greg, Rob, Brad, Chris, Eric, Palmer, Asi, Katja, Lisa, Minda, Jen, Aaron, Bryan, Mark, Jonathan, Jamie, Laurel, William, Matthew, Steve, David, Remy, James, Tim, Lee, Brian, Ashlei, Sam, Mike, Ethan, Austin, Wanda, Paul, Brian, Rachel, Valentyn, Emma Williams, Autum, Steven, Laley, Charles, Jessica, Sue, Gillian, CG, Kip, Kristen, Shamiran, Blake, Brett, Erica, Kent, Joel, Plexus, Twilight, Joppa, Enus, Kraft, Naveen, Simon, Q, Ronp, Laurap, Ram, KyleJM, Marty, Kend, Daveh, Prospero, Melissa, Nat, Hamilton, Green, Seraph, Ekim, Miz, Jimmy, Kosmo, Rome, Doris, JT, Benoc, Whump, Mango, Trinity, Patch, TJ, Christy, Bao, Joohwan, Kate, Oreh, Angela, Johan, Cheah, Lan, Matias, Brandy, Cogsworth, Aleks, Mitchell, Space, Einstein, Bambers, Colton, Malbers, Maggie, Umesh, Santosh, Rose, Stash, Rothman, Winnie, Stella, Niall and many others. | ||
5 | 3 | ||
6 | Thank you to the following residents for helping to ensure that this is the best version yet: aaron23 decuir, Abelv Vollmar, Abyssin Otoro, ActingIll Igaly, Adamas Carter, Addy Broome, Adelia Menges, Alexandra Rucker, Alexandrea Fride, Alissa Sabre, Alyx Jonson, Ann Otoole, Anton Fargis, Aradia Dielli, Araina jewell, Arcane Clawtooth, arcangelo vantelli, Are Sperber, Argent Stonecutter, arkady yost, Ashcroft Burnham, Ashen Arida, Auron Forcella, Azadine Umarov, Azildin Furst, Balp Allen, Balpien Hammerer, Barney Boomslang, Barrett Slade, becky pippen, Beeflin Grut, Beer Dailey, Behemoth Greenwood, bigmanu greene, bitova loon, Bonca Chikuwa, Bonnie Bechir, Brandon Catteneo, buttonpusher jones, Carina Raymaker, Ceera Murakami, Celierra Darling, ChatNoir Moonsoo, Cheetah Hammerer, chet neurocam, Cinthya Loveless, Cold Spitteler, Coral Quinnell, Crash Pointe, CrazyTB Oh, Creem Pye, Crom Chaffe, ctrl althouse, dade carver, Dael Ra, dakota schwade, Dale Innis, Damian McLeod, Danger Lytton, danielluh ashton, DanOfWA Flanagan, Davec Horsforth, Davidius Morigi, davie zinner, Day Oh, DBDigital Epsilon, Deany Fall, deBruce Munro, Decaf Coffey, Dedric Mauriac, Deeso Saeed, Dekka Raymaker, dexter eberhart, Dildo Spitz, Dizzy Banjo, djcabello klaar, Dnali Anabuki, Domchi Underwood, Doran Zemlja, Drew Dwi, Duckless Vandyke, Duncan Stenvaag, Dylan Rickenbacker, dzogchen Moody, Dzonatas Sol, Eddy Stryker, Edward Griffith, Edward Pearse, ein duesenburg, Elle Pollack, Elle74 Zaftig, Emileigh Starbrook, Emma Nowhere, ener bing, Erdrick Balbozar, eric domela, Evangeline Biedermann, Excalibur Longstaff, Fake Fitzgerald, Feldspar Millgrove, Feynt Mistral, Fluf Fredriksson, Forbid Utorid, Fortyniner Beck, Francesco Despres, Francisco Koolhoven, Franta Burt, Fury Rosewood, garde Burrel, Garmin Kawaguichi, Gavin Ichigo, Gellan Glenelg, Genie Demina, Gennifer Meredith, Gigs Taggart, Goldie Katsu, Gwyneth Llewelyn, Haravikk Mistral, Harleen Gretzky, Haruki Watanabe, Heather Manatiso, Henri Beauchamp, Honey Fairweather, Hypatia Callisto, Ice Brodie, icktoofay Kamachi, IntLibber Brautigan, Janise Dreamscape, Jay Shinobu, Jenni Ryba, Jeremy Ondricek, JetZep Zabelin, Jims Smythe, Jini Hammerer, Jopy Weber, JustOneMore Loon, Kaluura Boa, Kara Markova, Kevin Susenko, Khyra Ares, Kii Lilliehook, Kitty Barnett, Kris Kuttelwascher, Lanita Wingtips, Laura18 Streeter, Lee Ludd, Lettrius Jewell, Liberty Tesla, LilyAnna Carter, Lindal Kidd, Lisa Lowe, Lisa McConnell, Lola Machin, luca peck, Lupus Clawtooth, M1sha Dallin, Macsima Dagostino, Mana Janus, Mani Canning, Manjusri Binder, marceledward edman, march Korda, marchino villota, Marcus Llewellyn, MartinRJ Fayray, Matthew Dowd, Max Kleiber, mazzy fastback, McCabe Maxsted, Mckailen Kohnke, Meghan Dench, Melvin Starbrook, Mercia Mcmahon, Miakoda Carnell, Michelle2 Zenovka, Michi Lumin, mick parnall, Milla Michinaga, Millie Thompson, miranda Ashby, Mircea Lobo, MIssSara Beck, mouse mimistrobell, Myria Boa, Nanci Barthelmess, Nargus Asturias, Natalya Debevec, Nedrae Messmer, Nexeus Fatale, Niky Zenovka, Nimrod Szondi, Ninane Yoshikawa, Noch Tripsa, nokithecat writer, Nyko Merlin, Onyx Halberd, oryx tempel, Osprey Therian, Pac Hyun, Panagea McMillan, Patrick Ferrentino, PattehPh0x Katsu, ponk bing, Poppy Linden, Prajna Vella, Precious Rhiano, Prokofy Neva, Randall Lovenkraft, Rascal Ratelle, Raydon Writer, Rhaorth Antonelli, Rock Hayek, Ron Crimson, Ron Khondji, Ronald Richez, Rui Clary, Ruud Lathrop, Sakkano Imako, Sam Reinard, Sascha Vandyke, Scrippy Scofield, Sean18 McCarey, Sedona Mills, Sekonda Huet, Seraph Nephilim, Sergei Milos, Shadowquine Maltz, shai khalifa, sheilah flatley, Sheri Underwood, Shuggy Husky, Sierra Janus, Sigma Avro, Simil Miles, simon kline, Simon Nolan, Sindy Tsure, Sparks Keynes, Squirrel Wood, Stahi Columbia, StarSong Bright, Summer Seale, Sunn Thunders, Susan Koltai, Syler Zhora, Synack Fitzgerald, Tayra Dagostino, Tee Cramer, Teravus Ousley, Thomas Shikami, Tia Araw, Tillie Ariantho, Topher Brooks, Torley Linden, Twosteppin Jewell, tx Oh, urantia jewell, vaguegirl Petty, VeC Merlin, venus petrov, vv33d Beck, vynka dean, zann canto, zeebster colasanti, Zi Ree, Zion Tristan, Zorin Frobozz, Zyzzy Zarf | ||
7 | |||
8 | 3Dconnexion SDK Copyright (C) 1992-2007 3Dconnexion | ||
9 | APR Copyright (C) 2000-2004 The Apache Software Foundation | ||
10 | cURL Copyright (C) 1996-2002, Daniel Stenberg, (daniel@haxx.se) | ||
11 | expat Copyright (C) 1998, 1999, 2000 Thai Open Source Software Center Ltd. | ||
12 | FreeType Copyright (C) 1996-2002, The FreeType Project (www.freetype.org). | ||
13 | GL Copyright (C) 1999-2004 Brian Paul. | ||
14 | Havok.com(TM) Copyright (C) 1999-2001, Telekinesys Research Limited. | ||
15 | jpeg2000 Copyright (C) 2001, David Taubman, The University of New South Wales (UNSW) | ||
16 | jpeglib Copyright (C) 1991-1998, Thomas G. Lane. | ||
17 | ogg/vorbis Copyright (C) 2001, Xiphophorus | ||
18 | OpenSSL Copyright (C) 1998-2002 The OpenSSL Project. | ||
19 | SDL Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002 Sam Lantinga | ||
20 | SSLeay Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) | ||
21 | xmlrpc-epi Copyright (C) 2000 Epinions, Inc. | ||
22 | zlib Copyright (C) 1995-2002 Jean-loup Gailly and Mark Adler. | ||
23 | |||
24 | All rights reserved. See licenses.txt for details. | ||
25 | |||
26 | Voice chat Audio coding: Polycom(R) Siren14(TM) (ITU-T Rec. G.722.1 Annex C) | ||
27 | |||
28 | |||
29 | Happiness is a warm puppy. -- Charles M. Schulz | ||
30 | </text_editor> | ||
31 | </floater> | 4 | </floater> |
diff --git a/linden/indra/newview/skins/default/xui/pt/floater_buy_land.xml b/linden/indra/newview/skins/default/xui/pt/floater_buy_land.xml index d724d35..30d7193 100644 --- a/linden/indra/newview/skins/default/xui/pt/floater_buy_land.xml +++ b/linden/indra/newview/skins/default/xui/pt/floater_buy_land.xml | |||
@@ -81,7 +81,8 @@ | |||
81 | Aumente sua taxa de locação de lote para US$ 40/mês. | 81 | Aumente sua taxa de locação de lote para US$ 40/mês. |
82 | </text> | 82 | </text> |
83 | <text name="land_use_reason"> | 83 | <text name="land_use_reason"> |
84 | Você possui 1,309 metros quadrados de terra. Este lote tem 512 metros quadrados. | 84 | Você possui 1,309 metros quadrados de terra. |
85 | Este lote tem 512 metros quadrados. | ||
85 | </text> | 86 | </text> |
86 | <text name="purchase_action"> | 87 | <text name="purchase_action"> |
87 | Pagar ao Residente Joe L$4000 pelo lote | 88 | Pagar ao Residente Joe L$4000 pelo lote |
@@ -124,7 +125,8 @@ | |||
124 | Nenhum lote selecionado. | 125 | Nenhum lote selecionado. |
125 | </text> | 126 | </text> |
126 | <text name="multiple_parcels_selected"> | 127 | <text name="multiple_parcels_selected"> |
127 | Vários lotes diferentes selecionados. Tente selecionar uma área menor. | 128 | Vários lotes diferentes selecionados. |
129 | Tente selecionar uma área menor. | ||
128 | </text> | 130 | </text> |
129 | <text name="no_permission"> | 131 | <text name="no_permission"> |
130 | Você não tem permissão para comprar um lote para seu grupo ativo. | 132 | Você não tem permissão para comprar um lote para seu grupo ativo. |
@@ -145,10 +147,13 @@ | |||
145 | A área selecionada não é um lote público. | 147 | A área selecionada não é um lote público. |
146 | </text> | 148 | </text> |
147 | <text name="not_owned_by_you"> | 149 | <text name="not_owned_by_you"> |
148 | O lote possuído por outro proprietário está selecionado. Tente uma área menor. | 150 | O lote possuído por outro proprietário está selecionado. |
151 | Tente uma área menor. | ||
149 | </text> | 152 | </text> |
150 | <text name="processing"> | 153 | <text name="processing"> |
151 | Processando sua compra... (Isso pode levar um minuto) | 154 | Processando sua compra... |
155 | |||
156 | (Isso pode levar um minuto.) | ||
152 | </text> | 157 | </text> |
153 | <text name="fetching_error"> | 158 | <text name="fetching_error"> |
154 | Houve um erro ao buscar informações sobre compra de lotes. | 159 | Houve um erro ao buscar informações sobre compra de lotes. |
@@ -196,13 +201,15 @@ | |||
196 | Este lote é promocional, e será cobrado como [AMOUNT] metros quadrados. | 201 | Este lote é promocional, e será cobrado como [AMOUNT] metros quadrados. |
197 | </text> | 202 | </text> |
198 | <text name="meters_supports_object"> | 203 | <text name="meters_supports_object"> |
199 | [AMOUNT] metros quadrados suporta [AMOUNT2] objetos | 204 | [AMOUNT] metros quadrados |
205 | suporta [AMOUNT2] objetos | ||
200 | </text> | 206 | </text> |
201 | <text name="sold_with_objects"> | 207 | <text name="sold_with_objects"> |
202 | vendido com objetos | 208 | vendido com objetos |
203 | </text> | 209 | </text> |
204 | <text name="insufficient_land_credits"> | 210 | <text name="insufficient_land_credits"> |
205 | O grupo [GROUP] precisará de fundos suficientes de terras contribuídas para cobrir este lote antes da aquisição se completar. | 211 | O grupo [GROUP] precisará de fundos suficientes de terras |
212 | contribuídas para cobrir este lote antes da aquisição se completar. | ||
206 | </text> | 213 | </text> |
207 | <text name="have_enough_lindens"> | 214 | <text name="have_enough_lindens"> |
208 | Você tem L$ [AMOUNT], o qual é suficiente para comprar este lote. | 215 | Você tem L$ [AMOUNT], o qual é suficiente para comprar este lote. |
diff --git a/linden/indra/newview/skins/default/xui/zh/floater_about.xml b/linden/indra/newview/skins/default/xui/zh/floater_about.xml index a53e82f..24bef29 100644 --- a/linden/indra/newview/skins/default/xui/zh/floater_about.xml +++ b/linden/indra/newview/skins/default/xui/zh/floater_about.xml | |||
@@ -1,28 +1,30 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | 1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> |
2 | <floater name="floater_about" title="关于第二人生"> | 2 | <floater name="floater_about" title="关于第二人生"> |
3 | <text_editor name="credits_editor"> | 3 | <text_editor name="credits_editor"> |
4 | 第二人生的推出应感谢以下人物的贡献: Philip, Andrew, Tessa, Cory, Frank, James, Doug, Hunter, Richard, John, Eric, Avi, AaronB, AaronY, Ian, Peter, Mark, Robin, Stephen, Tracy, Ryan, Alberto, Haney, Tanya, JimJ, Dan, Ben, Stephanie, Tim, Evan, Catherine, Colin, Chris, Reuben, Charity, Jeska, James, JonHenry, Kelly, Callum, Char, Daniel, DavidF, Don, Jeff, Lauren, Lee, Michael, Ramzi, Vektor, Steve, TomY, Tess, Kona, Brent, Clarissa, PeterP, Jesse, Annette, Cyn, Blue, Ginsu, Jonathan, Karen, Adam, Nova, Deana, Lizzie, Patsy, DavidK, Isaac, Pathfinder, Monroe, Jill, Benny, Altruima, Rheya, Jennifer, Jack, DaveP, Brad, Mick, Babbage, Elisabeth, Brian, Beth, Data, Ethan, Wendy, Nicole, Sky, Jeffrey, Zero, Coffee, Tesla, Kenny, Makiko, Nigel, Teeple, Lucy, Mia, Dee, Guy, Harry, Liana, Branka, Jimbo, Aura, Vasuda, SarahD, bethanye, Torley, Runitai, MikeS, PaulM, Milo, Hermia, JoeM, Melanie, Rejean, DSmith, SMiller, Susan, Jose, DongYun, Justin, Andrey, Syrah, Donovan, Henrik, Nora, Lexie, AC, Donna, ChrisC, Alex, Leyla, Kyle, Mathew, Devin, Joshua, DanC, Jessica, Harmony, Claudia, Tramel, Glenn, Betsy, Fritz, Jun, Adam, Cassandra, Ken, RyanW and many others. | 4 | 第二人生的推出应感谢以下人物的贡献: Philip, Tessa, Andrew, Cory, Ben, Bunny, Char, Charlie, Colin, Dan, Daniel, Doug, Eric, Hamlet, Haney, Hunter, Ian, Jeff, Jim, John, Lee, Mark, Peter, Phoenix, Richard, Robin, Xenon, Steve, Tanya, Eddie, Frank, Bruce, Aaron, Alice, Bob, Debra, Eileen, Helen, Janet, Louie, Leviathania, Stefan, Ray, Kevin, Tom, Mikeb, MikeT, Burgess, Elena, Tracy, BillTodd, Ryan, Zach, Sarah, Nova, Otakon, Tim, Stephanie, Michael, Evan, Nicolas, Catherine, Rachelle, Dave, Holly, Bub, Kelly, Magellan, Ramzi, Don, Sabin, Jill, Rheya, DanceStar, Jeska, Hungry, Torley, Kona, Callum, Charity, Ventrella, Jack, Uncle, Vektor, Iris, Chris, Nicole, Mick, Reuben, Blue, Babbage, Yedwab, Deana, Lauren, Brent, Pathfinder, Chadrick, Altruima, Jesse, Monroe, David, Tess, Lizzie, Patsy, Pony, Isaac, Lawrence, Cyn, Bo, Gia, Annette, Marius, Tbone, Jonathan, Karen, Ginsu, Yuko, Makiko, Thomas, Harry, Seth, Alexei, Brian, Guy, Runitai, Ethan, Data, Cornelius, Kenny, Swiss, Zero, Natria, Wendy, Stephen, Teeple, Thumper, Lucy, Dee, Mia, Liana, Warren, Branka, Aura, beez, Milo, Hermia, Red, Thrax, Joe, Sally, Magenta, Paul, Jose, Rejean, Henrik, Lexie, Amber, Logan, Xan, Nora, Morpheus, Donovan, Leyla, MichaelFrancis, Beast, Cube, Bucky, Joshua, Stryfe, Harmony, Teresa, Claudia, Walker, Glenn, Fritz, Fordak, June, Cleopetra, Jean, Ivy, Betsy, Roosevelt, Spike, Ken, Which, Tofu, Chiyo, Rob, Zee, dustin, George, Del, Matthew, Cat, Jacqui, Lightfoot, Adrian, Viola, Alfred, Noel, Irfan, Sunil, Yool, Rika, Jane, Xtreme, Frontier, a2, Neo, Siobhan, Yoz, Justin, Elle, Qarl, Benjamin, Isabel, Gulliver, Everett, Christopher, Izzy, Stephany, Garry, Sejong, Sean, Tobin, Iridium, Meta, Anthony, Jeremy, JP, Jake, Maurice, Madhavi, Leopard, Kyle, Joon, Kari, Bert, Belinda, Jon, Kristi, Bridie, Pramod, KJ, Socrates, Maria, Ivan, Aric, Yamasaki, Adreanne, Jay, MitchK, Ceren, Coco, Durl, Jenny, Periapse, Kartic, Storrs, Lotte, Sandy, Colossus, Zen, BigPapi, Brad, Pastrami, Kurz, Mani, Neuro, Jaime, MJ, Rowan, Sgt, Elvis, Gecko, Samuel, Sardonyx, Leo, Bryan, Niko, Soft, Poppy, Rachel, Aki, Angelo, Banzai, Alexa, Sue, CeeLo, Bender, CG, Gillian, Pelle, Nick, Echo, Zara, Christine, Shamiran, Emma, Blake, Keiko, Plexus, Joppa, Sidewinder, Erica, Ashlei, Twilight, Kristen, Brett, Q, Enus, Simon, Bevis, Kraft, Kip, Chandler, Ron, LauraP, Ram, KyleJM, Scouse, Prospero, Melissa, Marty, Nat, Hamilton, Kend, Lordan, Jimmy, Kosmo, Seraph, Green, Ekim, Wiggo, JT, Rome, Doris, Miz, Benoc, Whump, Trinity, Patch, Kate, TJ, Bao, Joohwan, Christy, Sofia, Matias, Cogsworth, Johan, Oreh, Cheah, Angela, Brandy, Mango, Lan, Aleks, Gloria, Heidy, Mitchell, Space, Colton, Bambers, Einstein, Maggie, Malbers, Rose, Winnie, Stella, Milton, Rothman, Niall, Marin, Allison, James, Katie, Dawn, Katt, Kalpana, Judy, Andrea, Ambroff, Infinity, Gail, Rico, Raymond, Yi, William, Christa, M, Teagan, Scout, Molly, Dante, Corr, Dynamike, Usi, Kaylee, Lil, Danica, Sascha, Kelv, Jacob, Nya, Rodney, Brandon, Elsie, Blondin, Grant, Katrin, Nyx, Gabriel, Locklainn, Claire, Devin, Minerva, Monty, Austin, Bradford, Si, Keira, H, Caitlin, Dita, Makai, Jenn and many others. |
5 | 5 | ||
6 | 感谢以下居民,他们的帮助保证了这次第二人生的版本是有史以来最出色的: Kyrah Abattoir, Icesis Anansi, Clifton Antonelli, Nargus Asturias, Justizin Austinmer, Drake Bacon, Bitzer Balderdash, McWheelie Baldwin, SuezanneC Baskerville, Sweetheart Baskerville, Logan Bauer, Malarthi Behemoth, phoenix Behemoth, Eva Bellambi, Samgame Bertrand, Woody Blair, Tin Bling, Bibi Book, Barney Boomslang, Eric Boyer, Chromal Brodsky, Kerian Bunin, Lara Bunin, BigRick Byrd, Jillian Callahan, Hypatia Callisto, Frans Charming, nathalie Christensen, Francis Chung, pizzaguy Clutterbuck, Evo Commons, Entity Cosmo, Grazel Cosmo, Tiger Crossing, Fremont Cunningham, Jaki Daligdig, Sugar Darling, Todd David, Norman Desmoulins, Gxeremio Dimsum, Happy Dimsum, Kim Dingo, Roy Domela, Cory Edo, Delu Elytis, DBDigital Epsilon, Leeza Everett, Garth FairChang, Snowflake Fairymeadow, Khamon Fate, lex Fitzcarraldo, Kitto Flora, Angel Fluffy, CrystalShard Foo, Raudf Fox, Govindira Galatea, Rizpah Galatea, Tre Giles, Gattz Gilman, Kex Godel, Armandi Goodliffe, Tsu Goodliffe, Nickolas Goodman, Damen Gorilla, Nytemyst Grace, Mhaijik Guillaume, Gleeb Gupte, Ebonfire Harbinger, Bethanee Heaney, Jenny Hicks, Sandling Honey, Victoria Jacques, Adso Krogstad, Travis Lambert, simon Lameth, Duffy Langdon, Aaron Levy, Jade Lily, Gwyneth Llewelyn, Lola Lollipop, Michi Lumin, KaiLastOfTheBrunnenG Macdonald, Jesse Malthus, Herry Maltz, Seth Mandelbrot, Raavi Mann, Shirley Marquez, Dnate Mars, Ima Mechanique, Hawk Mendicant, Mercury Metropolitan, Haravikk Mistral, Trent Mondrian, Nexus Nash, Seraph Nephilim, Lewis Nerd, Aurael Neurocam, Lex Neva, Prokofy Neva, Seagel Neville, Kate Nicholas, Didde Nielsen, Richard Noonan, crevan Nori, Maczter Oddfellow, vanler Odets, Fat Ogre, Hamncheese Omlet, Strife Onizuka, Panthar Orlowski, Jessica Ornitz, Ron Overdrive, OmniCron Overlord, Dargon Pacer, Kar Parks, Eloise Pasteur, Caliandris Pendragon, Julianna Pennyfeather, Iron Perth, Shawk Pertwee, Mera Pixel, Elle Pollack, Phoenix Psaltery, Hank Ramos, Jon Ree, Tam Ree, Zi Ree, Jon Rolland, BamBam Sachertorte, kai Sachertorte, Mily Sartre, ice Semple, Desmond Shang, DigiKatt Shaw, Felix Sholokhov, Rhyph Somme, Rain Soothsayer, Oz Spade, squeekachu Spearmann, Wesley Spengler, Belaya Statosky, eltee Statosky, Khashai Steinbeck, Draco Steinhardt, Hope Stilman, Ashen Stygian, Seifert Surface, Gigs Taggart, Dolmere Talamasca, JayJay Talamasca, Becky Tardis, Fenris Tardis, Cubey Terra, Osprey Therian, Millie Thompson, John Toonie, Charlene Trudeau, Lyr Tuppakaka, Indy Turner, Luthien Unsung, Random Unsung, Huns Valen, Valdemar Virgo, Gordon Wendt, Mike Westerburg, Wayfinder Wishbringer, Lee Wormser, Aimee Xia, nimrod Yaffle, Yiffy Yaffle, Elle74 Zaftig and many others. | 6 | 感谢以下居民,他们的帮助保证了这次第二人生的版本是有史以来最出色的: aaron23 decuir, Abra Miles, absolute balderdash, adelle fitzgerald, Aeron Kohime, Aki Shichiroji, Alger Meads, Alissa Sabre, AlwaysIcey Mapholisto, Arawn Spitteler, Aren Mandala, Arianna Wrigglesworth, Bagushii Kohime, Balpien Hammerer, Blinking2342 Blinker, byakuya runo, Capucchy Streeter, Chandra Jun, Coyote Pace, Crusher Soderstrom, Cummere Mayo, cyberrosa Rossini, Dael Ra, danana dodonpa, Darek Deluca, Davec Horsforth, django yifu, draco crane, Dre Dagostino, Ephyu Reino, etan quan, Fenrix Murakami, Fledhyris Proudhon, Fred Wardhani, Frederich Courier, garth fairchang, Gellan Glenelg, Geraldine Giha, GOLAN Eilde, gonzo joubert, Hachiro Yokosuka, Hampton Hax, harleywood guru, Hevenz Vansant, imnotgoing sideways, Jaden Giles, Jeanette Janus, Karl Dorance, keaton Akina, Khashai Steinbeck, KiPSOFT Tuqiri, kirstenlee Cinquetti, Kitty Barnett, Laurent Vesta, Lazure Ryba, Lima Vesperia, Linzi Bingyi, Lisa Lowe, LuDon Ninetails, Mark Rosenbaum, McCabe Maxsted, Michi Lumin, Midi Aeon, ml0rtd kit, Mo Eriksen, Morice Flanagan, Mysterion Aeon, Nad Gough, norgan torok, Pygar Bu, Qie Niangao, rachel corleone, Rado Arado, roberto salubrius, Royer Pessoa, samia bechir, Sasha Nurmi, Sean Heying, Selkit Diller, Shadow Pidgeon, simon kline, Smokie Ember, Soap Clawtooth, Strife Onizuka, Tal Chernov, Talan Hyun, tangletwigs fairymeadow, Tanya Spinotti, Tayra Dagostino, Teebone Aeon, Theremes Langdon, Thraxis Epsilon, tucor Capalini, Vasko Hawker, VenusMari Zapedzki, Vex Streeter, Viktoria Dovgal, Vincent Nacon, Viridian Exonar, Vivienne Schell, WarKirby Magojiro, Wilton Lundquist, Yukinoroh Kamachi, Zyzzy Zarf |
7 | 7 | ||
8 | 8 | ||
9 | APR Copyright (C) 2000-2004 The Apache Software Foundation | 9 | 3Dconnexion SDK Copyright (C) 1992-2007 3Dconnexion |
10 | Cg Copyright (C) 2002, NVIDIA Corporationa. | 10 | APR Copyright (C) 2000-2004 The Apache Software Foundation |
11 | cURL Copyright (C) 1996-2002, Daniel Stenberg, (daniel@haxx.se) | 11 | cURL Copyright (C) 1996-2002, Daniel Stenberg, (daniel@haxx.se) |
12 | expat Copyright (C) 1998, 1999, 2000 Thai Open Source Software Center Ltd. | 12 | expat Copyright (C) 1998, 1999, 2000 Thai Open Source Software Center Ltd. |
13 | FreeType Copyright (C) 1996-2002, The FreeType Project (www.freetype.org). | 13 | FreeType Copyright (C) 1996-2002, The FreeType Project (www.freetype.org). |
14 | GL Copyright (C) 1999-2004 Brian Paul. | 14 | GL Copyright (C) 1999-2004 Brian Paul. |
15 | Havok.com(TM) Copyright (C) 1999-2001, Telekinesys Research Limited. | 15 | Havok.com(TM) Copyright (C) 1999-2001, Telekinesys Research Limited. |
16 | jpeg2000 Copyright (C) 2001, David Taubman, The University of New South Wales (UNSW) | 16 | jpeg2000 Copyright (C) 2001, David Taubman, The University of New South Wales (UNSW) |
17 | jpeglib Copyright (C) 1991-1998, Thomas G. Lane. | 17 | jpeglib Copyright (C) 1991-1998, Thomas G. Lane. |
18 | ogg/vorbis Copyright (C) 2001, Xiphophorus | 18 | ogg/vorbis Copyright (C) 2001, Xiphophorus |
19 | OpenSSL Copyright (C) 1998-2002 The OpenSSL Project. | 19 | OpenSSL Copyright (C) 1998-2002 The OpenSSL Project. |
20 | SDL Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002 Sam Lantinga | 20 | SDL Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002 Sam Lantinga |
21 | SSLeay Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) | 21 | SSLeay Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) |
22 | xmlrpc-epi Copyright (C) 2000 Epinions, Inc. | 22 | xmlrpc-epi Copyright (C) 2000 Epinions, Inc. |
23 | zlib Copyright (C) 1995-2002 Jean-loup Gailly and Mark Adler. | 23 | zlib Copyright (C) 1995-2002 Jean-loup Gailly and Mark Adler. |
24 | 24 | ||
25 | All rights reserved. 查看licenses.txt获取细节. | 25 | All rights reserved. 查看licenses.txt获取细节. |
26 | |||
27 | Voice chat Audio coding: Polycom(R) Siren14(TM) (ITU-T Rec. G.722.1 Annex C) | ||
26 | 28 | ||
27 | 29 | ||
28 | 这不是一次故障,而是一个特性. | 30 | 这不是一次故障,而是一个特性. |