From: Christian Wiwie <jonsnow@posteo.de> Date: Sat, 14 Mar 2020 21:31:13 +0000 (+0100) Subject: #8374: Adding l10n strings X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=28b9a8323d37ffc251ace8c3e572d34aa36db90a;p=friendica-addons.git #8374: Adding l10n strings --- diff --git a/showmore_dyn/lang/de/strings.php b/showmore_dyn/lang/de/strings.php new file mode 100644 index 00000000..c35ec337 --- /dev/null +++ b/showmore_dyn/lang/de/strings.php @@ -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 ...";