forked from friendica/friendica-addons
28 lines
1.4 KiB
PHP
28 lines
1.4 KiB
PHP
<?php
|
|
|
|
if(! function_exists("string_plural_select_de")) {
|
|
function string_plural_select_de($n){
|
|
$n = intval($n);
|
|
return intval($n != 1);
|
|
}}
|
|
;
|
|
$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["Feed item"] = "Artikel-Feed";
|
|
$a->strings["Email"] = "E-Mail";
|
|
$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["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"] = "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";
|