Bug 244293 - cryptic info about temperature in weather widget
Summary: cryptic info about temperature in weather widget
Status: RESOLVED FIXED
Alias: None
Product: i18n
Classification: Translations
Component: pl (show other bugs)
Version: unspecified
Platform: Unlisted Binaries Linux
: NOR normal
Target Milestone: ---
Assignee: kde i18n pl mailing-list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-12 14:18 UTC by karaluh
Modified: 2021-01-16 12:19 UTC (History)
6 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description karaluh 2010-07-12 14:18:08 UTC
Version:           unspecified
OS:                Linux

Below the current temperature there are two others provided, labeled N and W. I have no idea what those are. The labels should be more clear. The temperatures aren't also labeled in the below table. 

Reproducible: Didn't try
Comment 1 Marco Martin 2010-07-12 16:26:00 UTC
what language is used? there should be H and L as high and low, usually used to indicate minimum and maximum temeratures
Comment 2 karaluh 2010-07-13 09:27:39 UTC
Polish. In that case it's reversed, N would be "niska" - low, W "wysoka" - high. Currently I've got N: 29 W: 15. Even if the temperatures were correctly labeled, N might be confused as "noc" - night, because that's the way it's presented in the news in Poland. Two maximum temperatures, one for the day and one for the night.
Comment 3 Anne-Marie Mahfouf 2010-07-13 13:44:51 UTC
Karaluh please have a look at the Polish translation file for the weather applet at
http://websvn.kde.org/trunk/l10n-kde4/pl/messages/kdeplasma-addons/plasma_applet_weather.po?revision=1144875&view=markup

and point what is wrong; please also reassign to i18n/pl team

Thanks in advance.
Comment 4 karaluh 2010-07-13 14:14:16 UTC
(In reply to comment #3)
> Karaluh please have a look at the Polish translation file for the weather
> applet at
> http://websvn.kde.org/trunk/l10n-kde4/pl/messages/kdeplasma-addons/plasma_applet_weather.po?revision=1144875&view=markup

If I'm correct, the bug is in line 64
63 	msgid "H: %1 L: %2"
64 	msgstr "N: %1 W: %2" 

it should be:
64 	msgstr "W: %1 N: %2" 

> and point what is wrong; please also reassign to i18n/pl team

How can I do that?
Comment 5 Anne-Marie Mahfouf 2010-07-13 14:47:00 UTC
changing product, thanks karaluh for the quick answer
Comment 6 Friedrich W. H. Kossebau 2018-01-14 20:18:21 UTC
This seems still a valid report for latest version of the Plasma Weather applet from kdeplasma-addons.

While the po file is now to be found at kde-workspace module, so e.g. for master https://websvn.kde.org/trunk/l10n-kf5/pl/messages/kde-workspace/plasma_applet_org.kde.plasma.weather.po?view=markup ,
it still has "N" for "H"(igh) and "W" for "L"(ow):

250 	#: package/contents/ui/TopPanel.qml:86
251 	#, kde-format
252 	msgctxt "High & Low temperature"
253 	msgid "H: %1 L: %2"
254 	msgstr "N: %1 W: %2"