#8374: Adding l10n strings
parent
0ea84cfb66
commit
28b9a8323d
|
@ -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 ...";
|
Loading…
Reference in New Issue