X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=notimeline%2Flang%2Fde%2Fstrings.php;h=85459dacb3523f87a78d28359028b7ec94f81093;hb=b303aedd668010f80457cc5b0080a39c8919a09c;hp=7926acde0fa9262c8c72fdff04083a5913f5b74d;hpb=6d6e73096afb22e95678c651e055337f1bf5405d;p=friendica-addons.git diff --git a/notimeline/lang/de/strings.php b/notimeline/lang/de/strings.php index 7926acde..85459dac 100644 --- a/notimeline/lang/de/strings.php +++ b/notimeline/lang/de/strings.php @@ -2,10 +2,11 @@ if(! function_exists("string_plural_select_de")) { function string_plural_select_de($n){ + $n = intval($n); return ($n != 1);; }} ; $a->strings["No Timeline settings updated."] = "Keine Timeline-Einstellungen aktualisiert."; $a->strings["No Timeline Settings"] = "Keine Timeline-Einstellungen"; -$a->strings["Disable Archive selector on profile wall"] = "Deaktiviere Archiv-Auswahl auf Deiner Pinnwand"; +$a->strings["Disable Archive selector on profile wall"] = "Deaktiviere Archiv-Auswahl auf deiner Pinnwand"; $a->strings["Submit"] = "Senden";