]> git.mxchange.org Git - friendica-addons.git/blobdiff - planets/lang/de/strings.php
SV addon translation update THX Kristoffer Grundström
[friendica-addons.git] / planets / lang / de / strings.php
index ab513fac2347f50a9f90f73f3644baddc864118d..3083164699a829303dec37f03307809401047066 100644 (file)
@@ -2,9 +2,10 @@
 
 if(! function_exists("string_plural_select_de")) {
 function string_plural_select_de($n){
-       return ($n != 1);;
+       $n = intval($n);
+       return intval($n != 1);
 }}
-;
-$a->strings["Planets Settings"] = "Planeten Einstellungen";
-$a->strings["Enable Planets Plugin"] = "Planeten-Plugin aktivieren";
-$a->strings["Submit"] = "Senden";
+$a->strings['Planets'] = 'Planeten';
+$a->strings['Planets Settings'] = 'Planeten-Einstellungen';
+$a->strings['Enable Planets Addon'] = 'Planeten-Addon aktivieren';
+$a->strings['Save Settings'] = 'Einstellungen speichern';