From 48540940b6c28bb4378abfeb500ec45a625b37b6 Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Tue, 15 May 2012 10:38:20 +0000 Subject: initial commit git-svn-id: http://svn.miranda-ng.org/main/trunk@2 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/weather/langpack_defweather.txt | 126 ++++++++++++++++++++++++++++++ 1 file changed, 126 insertions(+) create mode 100644 protocols/weather/langpack_defweather.txt (limited to 'protocols/weather/langpack_defweather.txt') diff --git a/protocols/weather/langpack_defweather.txt b/protocols/weather/langpack_defweather.txt new file mode 100644 index 0000000000..211c2451da --- /dev/null +++ b/protocols/weather/langpack_defweather.txt @@ -0,0 +1,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 #] +; 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 \ No newline at end of file -- cgit v1.2.3