Diffstat (limited to 'i18n/cz/libtodayweatherplugin.ts') (more/less context) (ignore whitespace changes)
-rw-r--r-- | i18n/cz/libtodayweatherplugin.ts | 53 |
1 files changed, 27 insertions, 26 deletions
diff --git a/i18n/cz/libtodayweatherplugin.ts b/i18n/cz/libtodayweatherplugin.ts index 8f245b0..5a7db50 100644 --- a/i18n/cz/libtodayweatherplugin.ts +++ b/i18n/cz/libtodayweatherplugin.ts @@ -1,116 +1,117 @@ <!DOCTYPE TS><TS> <context> <name>QObject</name> <message> <source>Weather plugin</source> - <translation type="unfinished"></translation> + <translation>Weather plugin</translation> </message> </context> <context> <name>WeatherPluginConfig</name> <message> <source>Enter ICAO location identifier:</source> - <translation type="unfinished"></translation> + <translation>Zadejte ICAO identifikaci lokality:</translation> </message> <message> <source>Enter the 4 letter code for the desired location here. See http://www.nws.noaa.gov/tg/siteloc.shtml to find a location near you.</source> - <translation type="unfinished"></translation> + <translation>Zadejte 4 písmenný kód požadované lokality. Pro nalezení nejbližší lokality se podívejte sem: http://www.nws.noaa.gov/tg/siteloc.shtml .</translation> </message> <message> <source>Visit http://www.nws.noaa.gov/tg/siteloc.shtml to find the nearest location.</source> - <translation type="unfinished"></translation> + <translation>Navštivte http://www.nws.noaa.gov/tg/siteloc.shtml pro nalezení nejbižší lokality.</translation> </message> <message> <source>Use metric units</source> - <translation type="unfinished"></translation> + <translation>Používat jednotky metrické soustavy</translation> </message> <message> <source>Click here to select type of units displayed.</source> - <translation type="unfinished"></translation> + <translation>Pro výběr typu zobrazení jednotek klikněte sem.</translation> </message> <message> <source>Update frequency (in minutes):</source> - <translation type="unfinished"></translation> + <translation>Četnost aktualizace (v minutách):</translation> </message> <message> <source>Select how often (in minutes) you want the weather to be updated.</source> - <translation type="unfinished"></translation> + <translation>Vyberte, jak často (v minutách) chcete aktualizovat počasí.</translation> </message> </context> <context> <name>WeatherPluginWidget</name> <message> <source>Retreiving current weather information.</source> - <translation type="unfinished"></translation> + <translation>Stahuji aktuální informace o počasí.</translation> </message> <message> <source>Temp: </source> - <translation type="unfinished"></translation> + <translation>Teplota:</translation> </message> <message> <source> Wind: </source> - <translation type="unfinished"></translation> + <translation>Vítr:</translation> </message> <message> <source> Pres: </source> - <translation type="unfinished"></translation> + <translation> +Tlak:</translation> </message> <message> <source>Current weather data not available.</source> - <translation type="unfinished"></translation> + <translation>Aktuální data o počasí nejsou k dispozici.</translation> </message> <message> <source>n/a</source> - <translation type="unfinished"></translation> + <translation>n/a</translation> </message> <message> <source>E </source> - <translation type="unfinished"></translation> + <translation>V</translation> </message> <message> <source>NE </source> - <translation type="unfinished"></translation> + <translation>SV</translation> </message> <message> <source>N </source> - <translation type="unfinished"></translation> + <translation>S</translation> </message> <message> <source>NW </source> - <translation type="unfinished"></translation> + <translation>SZ</translation> </message> <message> <source>W </source> - <translation type="unfinished"></translation> + <translation>Z</translation> </message> <message> <source>SW </source> - <translation type="unfinished"></translation> + <translation>JZ</translation> </message> <message> <source>S </source> - <translation type="unfinished"></translation> + <translation>J</translation> </message> <message> <source>SE </source> - <translation type="unfinished"></translation> + <translation>JV</translation> </message> <message> <source> KPH</source> - <translation type="unfinished"></translation> + <translation>KPH</translation> </message> <message> <source> MPH</source> - <translation type="unfinished"></translation> + <translation>MPH</translation> </message> <message> <source> hPa</source> - <translation type="unfinished"></translation> + <translation>hPa</translation> </message> <message> <source> Hg</source> - <translation type="unfinished"></translation> + <translation>Hg</translation> </message> </context> </TS> |