]> git.mxchange.org Git - friendica-addons.git/blob - openstreetmap/lang/nl/strings.php
Move Notify::TYPE_COMMENT
[friendica-addons.git] / openstreetmap / 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["Submit"] = "Opslaan";
10 $a->strings["Tile Server URL"] = "URL met kaarttegels";
11 $a->strings["A list of <a href=\"http://wiki.openstreetmap.org/wiki/TMS\" target=\"_blank\">public tile servers</a>"] = "";
12 $a->strings["Default zoom"] = "";
13 $a->strings["The default zoom level. (1:world, 18:highest)"] = "";
14 $a->strings["Settings updated."] = "Instellingen opgeslagen";