forked from friendica/friendica-addons
#8374: Adding l10n strings
This commit is contained in:
parent
0ea84cfb66
commit
28b9a8323d
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 ...";
|
Loading…
Reference in a new issue