From 9d4fd24501bd8898f48171f70444ea6962fce256 Mon Sep 17 00:00:00 2001 From: Leena Miettinen Date: Tue, 25 Feb 2014 15:01:58 +0100 Subject: Translation: Add Danish Change-Id: Ie10794152593883d644be74734cbe1886674820f Reviewed-by: Michael Bruning --- translations/QuickForecast_da.ts | 121 +++++++++++++++++++++++++++++++++++++++ weatherapp.pro | 2 +- 2 files changed, 122 insertions(+), 1 deletion(-) create mode 100644 translations/QuickForecast_da.ts diff --git a/translations/QuickForecast_da.ts b/translations/QuickForecast_da.ts new file mode 100644 index 0000000..5835b3c --- /dev/null +++ b/translations/QuickForecast_da.ts @@ -0,0 +1,121 @@ + + + + + ApplicationInfo + + Error loading image - Host not found or unreachable + Fejl under indlæsning af billede - Addressen er ikke fundet eller er utilgængelig + + + Waiting for cities, network may be slow... + Venter på byer, netværket kan være langsomt... + + + Network error: %1 + Netværks fejl: %1 + + + + BasicPage + + Find City + Find by + + + + CitiesListModel + + no city found + Ingen by fundet + + + + CitiesPage + + Cities + Byer + + + No Cities + Ingen byer + + + + CityModel + + Network error: + Netværks fejl: + + + No data at given url + Ingen data ved angivne URL + + + + LongTermDayItem + + m/s + m/s + + + + LongTermPage + + 10 Day Forecast + 10 dags prognose + + + Loading data... + Indlæser data... + + + Problem loading the data: + Fejl under indlæsning af data: + + + + OneDayPage + + Today + I dag + + + Tomorrow + I morgen + + + + OneDayZoomItem + + Precipitation: + Nedbør: + + + mm + mm + + + Wind: + Vindstyrke: + + + m/s + m/s + + + + WeatherModel + + Can't parse the xml file + Kan ikke afkode XML-filen + + + + utils + + °C + °C + + + diff --git a/weatherapp.pro b/weatherapp.pro index 232efd9..a7b06a8 100644 --- a/weatherapp.pro +++ b/weatherapp.pro @@ -49,7 +49,7 @@ defineReplace(prependAll) { } # Supported languages -LANGUAGES = de es fi fr hu it nb nl ro +LANGUAGES = da de es fi fr hu it nb nl ro # Available translations TRANSLATIONS = $$prependAll(LANGUAGES, $$PWD/translations/QuickForecast_, .ts) -- cgit v1.2.3