mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-07 08:58:49 +00:00
update of the addon translations
This commit is contained in:
parent
be15b6ba6a
commit
be2e3e6bf7
45 changed files with 2267 additions and 0 deletions
11
smileybutton/lang/de/strings.php
Normal file
11
smileybutton/lang/de/strings.php
Normal file
|
@ -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";
|
Loading…
Add table
Add a link
Reference in a new issue