]> git.mxchange.org Git - friendica-addons.git/blob - smileybutton/lang/da-dk/strings.php
DA DK translation for various addons added THX atjn
[friendica-addons.git] / smileybutton / lang / da-dk / strings.php
1 <?php
2
3 if(! function_exists("string_plural_select_da_dk")) {
4 function string_plural_select_da_dk($n){
5         $n = intval($n);
6         return intval($n != 1);
7 }}
8 $a->strings['Smileybutton settings'] = 'Smileyknap Indstillinger';
9 $a->strings['You can hide the button and show the smilies directly.'] = 'Du kan skjule knappen og vise smileyerne direkte.';
10 $a->strings['Hide the button'] = 'Skjul knappen';
11 $a->strings['Save Settings'] = 'Gem indstillinger';