]> git.mxchange.org Git - friendica-addons.git/blob - securemail/lang/da-dk/strings.php
DA DK translation for various addons added THX atjn
[friendica-addons.git] / securemail / 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 Secure Mail'] = 'Slå sikker mail til';
9 $a->strings['Public key'] = 'Offentlig nøgle';
10 $a->strings['Your public PGP key, ascii armored format'] = 'Din offentlige PGP nøgle i "ascii armored" format';
11 $a->strings['"Secure Mail" Settings'] = '"Sikker mail" Indstillinger';
12 $a->strings['Save Settings'] = 'Gem indstillinger';
13 $a->strings['Save and send test'] = 'Gem og send test';
14 $a->strings['Test email sent'] = 'Testmail sendt';
15 $a->strings['There was an error sending the test email'] = 'Der skete en fejl da testmailen skulle sendes';