diff options
author | McCabe Maxsted | 2010-07-30 17:08:24 -0700 |
---|---|---|
committer | McCabe Maxsted | 2010-07-30 17:08:24 -0700 |
commit | c5b42b7e783743203d08cc69ac922431cfd58e4d (patch) | |
tree | 3125fd9590c3400d87481188aaab50de4b71650b /linden/indra/newview/skins/default/xui/zh/strings.xml | |
parent | Don't play typing anim when using a default channel other than 0 (diff) | |
download | meta-impy-c5b42b7e783743203d08cc69ac922431cfd58e4d.zip meta-impy-c5b42b7e783743203d08cc69ac922431cfd58e4d.tar.gz meta-impy-c5b42b7e783743203d08cc69ac922431cfd58e4d.tar.bz2 meta-impy-c5b42b7e783743203d08cc69ac922431cfd58e4d.tar.xz |
Added option in Preferences > General for setting the default time to 12 hour/24 hour/UTC. Side effects: moved crash logger settings to advanced prefs, fixed french date translations, past/future dates and times still need to be correctly formatted
Diffstat (limited to 'linden/indra/newview/skins/default/xui/zh/strings.xml')
-rw-r--r-- | linden/indra/newview/skins/default/xui/zh/strings.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/linden/indra/newview/skins/default/xui/zh/strings.xml b/linden/indra/newview/skins/default/xui/zh/strings.xml index 8bdba65..c6b3c5a 100644 --- a/linden/indra/newview/skins/default/xui/zh/strings.xml +++ b/linden/indra/newview/skins/default/xui/zh/strings.xml | |||
@@ -4,6 +4,15 @@ | |||
4 | For example, the strings used in avatar chat bubbles, and strings | 4 | For example, the strings used in avatar chat bubbles, and strings |
5 | that are returned from one component and may appear in many places--> | 5 | that are returned from one component and may appear in many places--> |
6 | <strings> | 6 | <strings> |
7 | |||
8 | <!-- Imprudence-specific strings --> | ||
9 | <string name="StatBarDaysOfWeek"> | ||
10 | 星期日:星期一:星期二:星期三:星期四:星期五:星期六 | ||
11 | </string> | ||
12 | <string name="StatBarMonthsOfYear"> | ||
13 | 一月:二月:三月:四月:五月:六月:七月:八月:九月:十月:十一月:十二月 | ||
14 | </string> | ||
15 | |||
7 | <string name="LoginInProgress"> | 16 | <string name="LoginInProgress"> |
8 | 正在登录。 [APP_NAME] 可能会看上去没有反应。 请稍候。 | 17 | 正在登录。 [APP_NAME] 可能会看上去没有反应。 请稍候。 |
9 | </string> | 18 | </string> |