DE: added translations for the addons from transifex
[friendica-addons.git] / curweather / lang / de / strings.php
index 9e5d05160127881a4e7658803dc3c39da8dc69b0..da9f02ca97858dc49facd550085ec71d208c82a2 100644 (file)
@@ -1,3 +1,12 @@
-<?php\r
-\r
-$a->strings["Submit"] = "Senden";\r
+<?php
+
+if(! function_exists("string_plural_select_de")) {
+function string_plural_select_de($n){
+       return ($n != 1);;
+}}
+;
+$a->strings["Current Weather"] = "Aktuelles Wetter";
+$a->strings["Current Weather settings updated."] = "Einstellungen des Aktuellen Wetter Addons aktualisiert.";
+$a->strings["Weather Location: "] = "Wetter Standort";
+$a->strings["Enable Current Weather"] = "Aktuelles Wetter aktivieren";
+$a->strings["Save Settings"] = "Einstellungen speichern";