1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
|
Miranda Language Pack Version 1
Language: English (UK) for Weather Protocol Icon Assignment
Locale: 0809
Last-Modified-Using: Miranda 0.3.3.0
Authors: NoName
Author-email:
Plugins-included: Weather Protocol
; Weather protocol v0.3+ use this to assignment icon to weather condition
; This file is just a sample, the weather protocol will function properly without file
; if internal icon selection is turn on. If internal icon selection is off, these
; translation strings must present (in any desired language) in order for the plugin
; to function properly. Otherwise, NA will be set for all weather stations.
; The format of this is similar to the other language pack string, using
; [# Weather <status> <counter> #]
; The protocol will read all string with counter = 1 until the first unavailable string
; ie. the translated string is the same as the original string.
; The priority of the condition icons is:
; Lightning, Fog, Snow Shower, Snow, Rain Shower, Rain, Partly Cloudy, Cloudy, Sunny
; Weather protocol will assign the icon if part of the string patches. If no match found,
; an NA icon is assigned for that station.
; String of all languages can be added so the icon can display properly even if the raw
; data is in some language other than English.
;==============================
; Sunny
[# Weather Sunny 1 #]
Sunny
[# Weather Sunny 2 #]
Clear
[# Weather Sunny 3 #]
Fair
;==============================
; Partly Cloudy
[# Weather Partly Cloudy 1 #]
Mainy Sunny
[# Weather Partly Cloudy 2 #]
Mainy Clear
[# Weather Partly Cloudy 3 #]
Partly
[# Weather Partly Cloudy 4 #]
Mostly
[# Weather Partly Cloudy 5 #]
Clouds
;==============================
; Cloudy
[# Weather Cloudy 1 #]
Cloudy
[# Weather Cloudy 2 #]
Overcast
;==============================
; Rain
[# Weather Rain 1 #]
Drizzle
[# Weather Rain 2 #]
Rain
;==============================
; Rain Shower
[# Weather Rain Shower 1 #]
Rain Shower
[# Weather Rain Shower 2 #]
Shower
;==============================
; Snow
[# Weather Snow 1 #]
Snow
[# Weather Snow 2 #]
Ice
[# Weather Snow 3 #]
Freezing
[# Weather Snow 4 #]
Wintry
;==============================
; Snow Shower
[# Weather Snow Shower 1 #]
Snow Shower
[# Weather Snow Shower 2 #]
Flurries
;==============================
; Lightning
[# Weather Lightning 1 #]
Thunder
[# Weather Lightning 1 #]
T-storm
;==============================
; Fog
[# Weather Fog 1 #]
Fog
[# Weather Fog 2 #]
Mist
[# Weather Fog 3 #]
Smoke
[# Weather Fog 4 #]
Haze
[# Weather Fog 5 #]
Sand
[# Weather Fog 6 #]
Dust
|