#8374: Adding l10n strings
This commit is contained in:
8
showmore_dyn/lang/de/strings.php
Normal file
8
showmore_dyn/lang/de/strings.php
Normal 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 ...";
|
||||
Reference in New Issue
Block a user