Bugzilla – Bug 116353
KPowersave: ooopps, my desktop comp is "Charging" [KDE; Hungarian].
Last modified: 2005-10-05 03:38:59 UTC
While moving my mouse through the KPowersave icon is the tray, I see "Töltés alatt", which would mean "Charging" in English. After changing my KDE session to English, I see (correctly!) "Plugged in" on my desktop comp. So there is for sure something wrong with this particular translation.
This are the related translations, let me know if there are anything wrong: #: kpowersave.cpp:388 msgid "Plugged in -- fully charged" msgstr "Csatlakoztatva -- teljesen feltöltve" #: kpowersave.cpp:393 msgid "Plugged in" msgstr "Töltés alatt" #: kpowersave.cpp:398 msgid "Plugged in -- %1% charged (%2:%3 remaining hours)" msgstr "Töltés alatt -- %1%-os töltöttség (még %2 óra és %3 perc)" #: kpowersave.cpp:402 msgid "Plugged in -- no battery" msgstr "Csatlakoztatva -- nincs akkumulátor" #: kpowersave.cpp:403 #, c-format msgid "Plugged in -- %1% charged" msgstr "Töltés alatt -- %1%-os töltöttség"
I have no better idea, but similarly to this one you cited: -> #: kpowersave.cpp:388 msgid "Plugged in -- fully charged" msgstr "Csatlakoztatva -- teljesen feltöltve" <- I would say -->> #: kpowersave.cpp:393 msgid "Plugged in" msgstr "Csatlakoztatva" <<-- All the other translations are correct, even the last you mentioned: --->>> #: kpowersave.cpp:403 #, c-format msgid "Plugged in -- %1% charged" msgstr "Töltés alatt -- %1%-os töltöttség" <<<--- because this will happen exclusively on mobile devices (with accu). Thanks for taking care :)
fixed for next package