DE: added translations for the addons from transifex
[friendica-addons.git] / openstreetmap / lang / de / strings.php
index ff6e58b6d2bea274710269a1a24381d689908e29..f98e59fcb6def84b63011bda654c425278f5d108 100644 (file)
@@ -1,8 +1,14 @@
-<?php\r
-\r
-$a->strings["Submit"] = "Senden";\r
-$a->strings["Tile Server URL"] = "Tile Server URL";\r
-$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>";\r
-$a->strings["Default zoom"] = "Standard Zoom";\r
-$a->strings["The default zoom level. (1:world, 18:highest)"] = "Standard Zoomlevel (1: Welt; 18: höchstes)";\r
-$a->strings["Settings updated."] = "Einstellungen aktualisiert.";\r
+<?php
+
+if(! function_exists("string_plural_select_de")) {
+function string_plural_select_de($n){
+       return ($n != 1);;
+}}
+;
+$a->strings["Map"] = "Karte";
+$a->strings["Save Settings"] = "Einstellungen speichern";
+$a->strings["Tile Server URL"] = "Die URL des Servers";
+$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>";
+$a->strings["Default zoom"] = "Standard Zoom";
+$a->strings["The default zoom level. (1:world, 18:highest)"] = "Standard Zoo,level (1: Welt; 18: höchstes)";
+$a->strings["Settings updated."] = "Einstellungen aktualisiert.";