DE: added translations for the addons from transifex
[friendica-addons.git] / openstreetmap / lang / de / strings.php
1 <?php
2
3 if(! function_exists("string_plural_select_de")) {
4 function string_plural_select_de($n){
5         return ($n != 1);;
6 }}
7 ;
8 $a->strings["Map"] = "Karte";
9 $a->strings["Save Settings"] = "Einstellungen speichern";
10 $a->strings["Tile Server URL"] = "Die URL des Servers";
11 $a->strings["A list of <a href=\"http://wiki.openstreetmap.org/wiki/TMS\" target=\"_blank\">public tile servers</a>"] = "Eine Liste <a href=\"http://wiki.openstreetmap.org/wiki/TMS\" target=\"_blank\">öffentlicher Tile Server</a>";
12 $a->strings["Default zoom"] = "Standard Zoom";
13 $a->strings["The default zoom level. (1:world, 18:highest)"] = "Standard Zoo,level (1: Welt; 18: höchstes)";
14 $a->strings["Settings updated."] = "Einstellungen aktualisiert.";