#8374: Removed incorrect strings.php file

This commit is contained in:
Christian Wiwie 2020-03-15 21:18:29 +01:00
parent f4c141f2e7
commit 1360efc930
1 changed files with 0 additions and 8 deletions

View File

@ -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 ...";