]> git.mxchange.org Git - friendica-addons.git/blob - securemail/lang/nl/strings.php
Merge pull request #1033 from MrPetovan/task/9380-langfilter-remove-composer
[friendica-addons.git] / securemail / lang / nl / strings.php
1 <?php
2
3 if(! function_exists("string_plural_select_nl")) {
4 function string_plural_select_nl($n){
5         $n = intval($n);
6         return ($n != 1);;
7 }}
8 ;
9 $a->strings["\"Secure Mail\" Settings"] = "\"Secure Mail\" instellingen";
10 $a->strings["Save Settings"] = "Instellingen opslaan";
11 $a->strings["Save and send test"] = "";
12 $a->strings["Enable Secure Mail"] = "Secure Mail inschakelen";
13 $a->strings["Public key"] = "";
14 $a->strings["Your public PGP key, ascii armored format"] = "";
15 $a->strings["Secure Mail Settings saved."] = "Secure Mail instellingen opgeslagen";
16 $a->strings["Test email sent"] = "";
17 $a->strings["There was an error sending the test email"] = "";