mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-07 00:48:55 +00:00
DE translation of mailstream updated THX rompe
This commit is contained in:
parent
4f7ea24579
commit
76b60b7eb8
2 changed files with 20 additions and 18 deletions
|
@ -2,6 +2,7 @@
|
|||
|
||||
if(! function_exists("string_plural_select_de")) {
|
||||
function string_plural_select_de($n){
|
||||
$n = intval($n);
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
|
@ -9,18 +10,18 @@ $a->strings["From Address"] = "Absender";
|
|||
$a->strings["Email address that stream items will appear to be from."] = "E-Mail-Adresse, die in hochgeladenen Artikeln erscheint.";
|
||||
$a->strings["Save Settings"] = "Einstellungen speichern";
|
||||
$a->strings["Re:"] = "Re:";
|
||||
$a->strings["Friendica post"] = "Friendica Veröffentlichung";
|
||||
$a->strings["Diaspora post"] = "Diaspora Veröffentlichung";
|
||||
$a->strings["Friendica post"] = "Friendica-Veröffentlichung";
|
||||
$a->strings["Diaspora post"] = "Diaspora-Veröffentlichung";
|
||||
$a->strings["Feed item"] = "Artikel-Feed";
|
||||
$a->strings["Email"] = "E-Mail";
|
||||
$a->strings["Friendica Item"] = "Friendica Artikel";
|
||||
$a->strings["Friendica Item"] = "Friendica-Artikel";
|
||||
$a->strings["Upstream"] = "Upstream";
|
||||
$a->strings["Local"] = "Lokal";
|
||||
$a->strings["Enabled"] = "eingeschaltet";
|
||||
$a->strings["Email Address"] = "E-Mail-Adresse";
|
||||
$a->strings["Leave blank to use your account email address"] = "Leer lassen für Deine Konto-E-Mail-Addresse";
|
||||
$a->strings["Leave blank to use your account email address"] = "Leer lassen für deine Konto-E-Mail-Addresse";
|
||||
$a->strings["Exclude Likes"] = "Likes ignorieren";
|
||||
$a->strings["Check this to omit mailing \"Like\" notifications"] = "Diese Option verhindert das versenden von \"Like\"-Benachrichtigungen per E-Mail.";
|
||||
$a->strings["Attach Images"] = "Bolder anhängen";
|
||||
$a->strings["Download images in posts and attach them to the email. Useful for reading email while offline."] = "Sollen Bilder die im Beitrag eingebettet sind als Dateianhang in den E-Mails mit verschickt werden?";
|
||||
$a->strings["Mail Stream Settings"] = "Mail-Nachrichten Einstellungen";
|
||||
$a->strings["Check this to omit mailing \"Like\" notifications"] = "Diese Option verhindert das Versenden von \"Like\"-Benachrichtigungen per E-Mail.";
|
||||
$a->strings["Attach Images"] = "Bilder anhängen";
|
||||
$a->strings["Download images in posts and attach them to the email. Useful for reading email while offline."] = "Sollen Bilder, die im Beitrag eingebettet sind, als Dateianhang in den E-Mails verschickt werden?";
|
||||
$a->strings["Mail Stream Settings"] = "Mail-Nachrichten-Einstellungen";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue