#8374: Removed incorrect strings.php file
authorChristian Wiwie <jonsnow@posteo.de>
Sun, 15 Mar 2020 20:18:29 +0000 (21:18 +0100)
committerChristian Wiwie <jonsnow@posteo.de>
Sun, 15 Mar 2020 20:18:29 +0000 (21:18 +0100)
showmore_dyn/lang/de/strings.php [deleted file]

diff --git a/showmore_dyn/lang/de/strings.php b/showmore_dyn/lang/de/strings.php
deleted file mode 100644 (file)
index c35ec33..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-<?php
-
-if(! function_exists("string_plural_select_de")) {
-function string_plural_select_de($n){
-        return ($n != 1);;
-}}
-;
-$a->strings["Show more ..."] = "Mehr zeigen ...";