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/pl/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/pl/strings.xml')
-rwxr-xr-x | linden/indra/newview/skins/default/xui/pl/strings.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/linden/indra/newview/skins/default/xui/pl/strings.xml b/linden/indra/newview/skins/default/xui/pl/strings.xml index 5067f04..325fe79 100755 --- a/linden/indra/newview/skins/default/xui/pl/strings.xml +++ b/linden/indra/newview/skins/default/xui/pl/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 | Niedziela:Poniedziałek:Wtorek:Środa:Czwartek:Piątek:Sobota | ||
11 | </string> | ||
12 | <string name="StatBarMonthsOfYear"> | ||
13 | Styczeń:Luty:Marzec:Kwiecień:Maj:Czerwiec:Lipiec:Styczeń:Wrzesień:Październik:Listopad:Grudzień | ||
14 | </string> | ||
15 | |||
7 | <string name="LoginInProgress"> | 16 | <string name="LoginInProgress"> |
8 | Trwa logowanie. [APP_NAME] Proszę czekać. | 17 | Trwa logowanie. [APP_NAME] Proszę czekać. |
9 | </string> | 18 | </string> |