]> git.mxchange.org Git - friendica-addons.git/blob - curweather/lang/nl/strings.php
Remove unneeded Config namespace usages
[friendica-addons.git] / curweather / lang / nl / strings.php
1 <?php
2
3 if(! function_exists("string_plural_select_nl")) {
4 function string_plural_select_nl($n){
5         $n = intval($n);
6         return ($n != 1);;
7 }}
8 ;
9 $a->strings["Error fetching weather data.\\nError was: "] = "Fout bij het ophalen van de weer data:\\nFout was:";
10 $a->strings["Current Weather"] = "Het weer";
11 $a->strings["Relative Humidity"] = "Relatieve vochtigheid";
12 $a->strings["Pressure"] = "Luchtdruk";
13 $a->strings["Wind"] = "Wind";
14 $a->strings["Last Updated"] = "Laatste wijziging";
15 $a->strings["Data by"] = "Data afkomstig van";
16 $a->strings["Show on map"] = "Toon op kaart";
17 $a->strings["There was a problem accessing the weather data. But have a look"] = "Er was een probleem met het ophalen van de data. Bekijk het";
18 $a->strings["at OpenWeatherMap"] = "Op OpenWeatherMap";
19 $a->strings["Current Weather settings updated."] = "Huidige weerinstellingen opgeslagen";
20 $a->strings["No APPID found, please contact your admin to obtain one."] = "Geen APPID gevonden. Contacteer je node-admin om dit te verkrijgen";
21 $a->strings["Save Settings"] = "Instellingen opslaan";
22 $a->strings["Settings"] = "Instellingen";
23 $a->strings["Enter either the name of your location or the zip code."] = "Voor de naam of de postcode van je locatie in";
24 $a->strings["Your Location"] = "Uw locatie";
25 $a->strings["Identifier of your location (name or zip code), e.g. <em>Berlin,DE</em> or <em>14476,DE</em>."] = "ID van je locatie (naam of postocde), vb. <em>Amsterdam, NL</em> of <em>2000,BE</em>";
26 $a->strings["Units"] = "Eenheden";
27 $a->strings["select if the temperature should be displayed in &deg;C or &deg;F"] = "Selecteer of de temperatuur in &deg;C of &deg;F moet weergegeven worden";
28 $a->strings["Show weather data"] = "Toon weer ";
29 $a->strings["Curweather settings saved."] = "Curweather instellingen opgeslagen";
30 $a->strings["Caching Interval"] = "Caching interval";
31 $a->strings["For how long should the weather data be cached? Choose according your OpenWeatherMap account type."] = "Voor hoe lang moet de weer data opgeslagen worden? Kies dit volgens je OpenWeatherMap account type.";
32 $a->strings["no cache"] = "Geen cache";
33 $a->strings["minutes"] = "Minuten";
34 $a->strings["Your APPID"] = "Uw APPID";
35 $a->strings["Your API key provided by OpenWeatherMap"] = "Je OpenWeatherMap API-Key";