]> git.mxchange.org Git - friendica-addons.git/blob - windowsphonepush/lang/da-dk/strings.php
DA DK translation for various addons added THX atjn
[friendica-addons.git] / windowsphonepush / 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['Enable WindowsPhonePush Addon'] = 'Aktiver WindowsPhonePush-tilføjelsen';
9 $a->strings['Push text of new item'] = 'Send tekst fra nyt element';
10 $a->strings['Device URL'] = 'Enheds-URL';
11 $a->strings['WindowsPhonePush Settings'] = 'WindowsPhonePush Indstillinger';