summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNico Vertriest <nico.vertriest@digia.com>2014-03-06 14:48:34 +0100
committerNico Vertriest <nico.vertriest@digia.com>2014-03-07 11:43:25 +0100
commit6e84f4252e65ac3917b99849431ff7210fcb0bf7 (patch)
tree7597dde803e674a337397f8fbfdca1cc3bd1299e
parent7704b93adbd767f61708bf471adb40c11f094d65 (diff)
Translation: Add Dutch
Change-Id: I67d3d97368acf1fdb5eb874c7bf672cacb3be50f Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
-rw-r--r--translations/QuickForecast_nl.ts125
-rw-r--r--weatherapp.pro2
2 files changed, 126 insertions, 1 deletions
diff --git a/translations/QuickForecast_nl.ts b/translations/QuickForecast_nl.ts
new file mode 100644
index 0000000..c4e0e15
--- /dev/null
+++ b/translations/QuickForecast_nl.ts
@@ -0,0 +1,125 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE TS>
+<TS version="2.1" language="nl_NL">
+<context>
+ <name>ApplicationInfo</name>
+ <message>
+ <source>Error loading image - Host not found or unreachable</source>
+ <translation>Fout bij laden afbeelding - Server niet gevonden of onbereikbaar</translation>
+ </message>
+ <message>
+ <source>Waiting for cities, network may be slow...</source>
+ <translation>Laden steden, netwerk waarschijnlijk traag...</translation>
+ </message>
+ <message>
+ <source>Network error: %1</source>
+ <translation>Netwerkfout: %1</translation>
+ </message>
+</context>
+<context>
+ <name>BasicPage</name>
+ <message>
+ <source>Find City</source>
+ <translation>Zoek stad</translation>
+ </message>
+</context>
+<context>
+ <name>CitiesListModel</name>
+ <message>
+ <source>no city found</source>
+ <translation>Stad niet gevonden</translation>
+ </message>
+</context>
+<context>
+ <name>CitiesPage</name>
+ <message>
+ <source>Cities</source>
+ <translation>Steden</translation>
+ </message>
+ <message>
+ <source>No Cities</source>
+ <translation>Geen steden</translation>
+ </message>
+</context>
+<context>
+ <name>CityModel</name>
+ <message>
+ <source>Network error: </source>
+ <translation>Netwerkfout: </translation>
+ </message>
+ <message>
+ <source>No data at given url</source>
+ <translation>Geen data op de aangegeven URL</translation>
+ </message>
+</context>
+<context>
+ <name>LongTermDayItem</name>
+ <message>
+ <source>m/s</source>
+ <translation>m/s</translation>
+ </message>
+</context>
+<context>
+ <name>LongTermPage</name>
+ <message>
+ <source>10 Day Forecast</source>
+ <translation>Verwachtingen komende 10 dagen</translation>
+ </message>
+ <message>
+ <source>Loading data...</source>
+ <translation>Data wordt geladen...</translation>
+ </message>
+ <message>
+ <source>Problem loading the data: </source>
+ <translation>Problem bij laden data: </translation>
+ </message>
+</context>
+<context>
+ <name>OneDayPage</name>
+ <message>
+ <source>Today</source>
+ <translation>Vandaag</translation>
+ </message>
+ <message>
+ <source>Tomorrow</source>
+ <translation>Morgen</translation>
+ </message>
+</context>
+<context>
+ <name>OneDayZoomItem</name>
+ <message>
+ <source>°C</source>
+ <translation type="vanished">°C</translation>
+ </message>
+ <message>
+ <source>Precipitation: </source>
+ <translation>Neerslag: </translation>
+ </message>
+ <message>
+ <source>mm</source>
+ <translation>mm</translation>
+ </message>
+ <message>
+ <source>Wind: </source>
+ <translation>Wind: </translation>
+ </message>
+ <message>
+ <source>m/s</source>
+ <translation>m/s</translation>
+ </message>
+</context>
+<context>
+ <name>WeatherModel</name>
+ <message>
+ <source>Can&apos;t parse the xml file</source>
+ <translation>Het XML-bestand kan niet verwerkt worden</translation>
+ </message>
+</context>
+<context>
+ <name>utils</name>
+ <message>
+ <source>°C</source>
+ <translation>°C</translation>
+ </message>
+</context>
+</TS>
diff --git a/weatherapp.pro b/weatherapp.pro
index fc7d3c9..d8a035a 100644
--- a/weatherapp.pro
+++ b/weatherapp.pro
@@ -49,7 +49,7 @@ defineReplace(prependAll) {
}
# Supported languages
-LANGUAGES = de es fi fr it ro
+LANGUAGES = de es fi fr it nl ro
# Available translations
TRANSLATIONS = $$prependAll(LANGUAGES, $$PWD/translations/QuickForecast_, .ts)