]> git.mxchange.org Git - friendica-addons.git/blobdiff - smileybutton/lang/de/strings.php
update of the addon translations
[friendica-addons.git] / smileybutton / lang / de / strings.php
diff --git a/smileybutton/lang/de/strings.php b/smileybutton/lang/de/strings.php
new file mode 100644 (file)
index 0000000..8abea8e
--- /dev/null
@@ -0,0 +1,11 @@
+<?php
+
+if(! function_exists("string_plural_select_de")) {
+function string_plural_select_de($n){
+       return ($n != 1);;
+}}
+;
+$a->strings["Smileybutton settings"] = "Smileybutton Einstellungen";
+$a->strings["You can hide the button and show the smilies directly."] = "Du kannst den Button verbergen und die Smilys direkt anzeigen.";
+$a->strings["Hide the button"] = "Button verbergen";
+$a->strings["Save Settings"] = "Einstellungen speichern";