2018-03-20 13:00:54 +00:00
|
|
|
<?php
|
|
|
|
|
|
|
|
if(! function_exists("string_plural_select_de")) {
|
|
|
|
function string_plural_select_de($n){
|
2021-02-01 17:47:38 +00:00
|
|
|
$n = intval($n);
|
|
|
|
return intval($n != 1);
|
2018-03-20 13:00:54 +00:00
|
|
|
}}
|
2022-01-22 17:52:57 +00:00
|
|
|
$a->strings['Enable Secure Mail'] = '"Secure Mail" aktivieren';
|
2021-10-10 06:27:53 +00:00
|
|
|
$a->strings['Public key'] = 'Öffentlicher Schlüssel';
|
2022-01-22 17:52:57 +00:00
|
|
|
$a->strings['Your public PGP key, ascii armored format'] = 'Dein öffentlicher PGP Schlüssel, im ASCII-Format';
|
|
|
|
$a->strings['"Secure Mail" Settings'] = '"Secure Mail"-Einstellungen';
|
|
|
|
$a->strings['Save Settings'] = 'Einstellungen speichern';
|
|
|
|
$a->strings['Save and send test'] = 'Test speichern und senden';
|
|
|
|
$a->strings['Test email sent'] = 'Test-E-Mail gesendet';
|
|
|
|
$a->strings['There was an error sending the test email'] = 'Es gab ein Fehler beim Senden der Test-E-Mail';
|