]> git.mxchange.org Git - friendica-addons.git/commitdiff
#8374: Adding l10n strings
authorChristian Wiwie <jonsnow@posteo.de>
Sat, 14 Mar 2020 21:31:13 +0000 (22:31 +0100)
committerChristian Wiwie <jonsnow@posteo.de>
Sat, 14 Mar 2020 21:31:13 +0000 (22:31 +0100)
showmore_dyn/lang/de/strings.php [new file with mode: 0644]

diff --git a/showmore_dyn/lang/de/strings.php b/showmore_dyn/lang/de/strings.php
new file mode 100644 (file)
index 0000000..c35ec33
--- /dev/null
@@ -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 ...";