#8374: Adding l10n strings

This commit is contained in:
Christian Wiwie 2020-03-14 22:31:13 +01:00
parent 0ea84cfb66
commit 28b9a8323d
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
<?php
if(! function_exists("string_plural_select_de")) {
function string_plural_select_de($n){
return ($n != 1);;
}}
;
$a->strings["Show more ..."] = "Mehr zeigen ...";