mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-09 18:08:49 +00:00
regenerated all the strings
This commit is contained in:
parent
55986ad17d
commit
25ba6023d0
767 changed files with 7410 additions and 7962 deletions
|
@ -5,13 +5,12 @@ function string_plural_select_de($n){
|
|||
$n = intval($n);
|
||||
return intval($n != 1);
|
||||
}}
|
||||
;
|
||||
$a->strings["\"Secure Mail\" Settings"] = "\"Secure Mail\" Einstellungen";
|
||||
$a->strings["Save Settings"] = "Einstellungen speichern";
|
||||
$a->strings["Save and send test"] = "Abspeichern und Test Senden";
|
||||
$a->strings["Enable Secure Mail"] = "Secure Mail aktivieren";
|
||||
$a->strings["Public key"] = "Öffentlicher Schlüssel";
|
||||
$a->strings["Your public PGP key, ascii armored format"] = "Dein öffentlicher PGP Schlüssel, im Ascii-Format";
|
||||
$a->strings["Secure Mail Settings saved."] = "Secure Mail Einstellungen gespeichert.";
|
||||
$a->strings["Test email sent"] = "Test-Email gesendet";
|
||||
$a->strings["There was an error sending the test email"] = "Es gab ein Fehler beim Senden der Test-Email";
|
||||
$a->strings['"Secure Mail" Settings'] = '"Secure Mail" Einstellungen';
|
||||
$a->strings['Save Settings'] = 'Einstellungen speichern';
|
||||
$a->strings['Save and send test'] = 'Abspeichern und Test Senden';
|
||||
$a->strings['Enable Secure Mail'] = 'Secure Mail aktivieren';
|
||||
$a->strings['Public key'] = 'Öffentlicher Schlüssel';
|
||||
$a->strings['Your public PGP key, ascii armored format'] = 'Dein öffentlicher PGP Schlüssel, im Ascii-Format';
|
||||
$a->strings['Secure Mail Settings saved.'] = 'Secure Mail Einstellungen gespeichert.';
|
||||
$a->strings['Test email sent'] = 'Test-Email gesendet';
|
||||
$a->strings['There was an error sending the test email'] = 'Es gab ein Fehler beim Senden der Test-Email';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue