2015-04-03 06:30:50 -04:00
< ? php
if ( ! function_exists ( " string_plural_select_de " )) {
function string_plural_select_de ( $n ){
2019-02-19 01:04:39 -05:00
$n = intval ( $n );
2021-02-01 12:47:38 -05:00
return intval ( $n != 1 );
2015-04-03 06:30:50 -04:00
}}
;
$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: " ;
2019-02-19 01:04:39 -05:00
$a -> strings [ " Friendica post " ] = " Friendica-Veröffentlichung " ;
$a -> strings [ " Diaspora post " ] = " Diaspora-Veröffentlichung " ;
2015-04-03 06:30:50 -04:00
$a -> strings [ " Feed item " ] = " Artikel-Feed " ;
$a -> strings [ " Email " ] = " E-Mail " ;
2019-02-19 01:04:39 -05:00
$a -> strings [ " Friendica Item " ] = " Friendica-Artikel " ;
2015-04-03 06:30:50 -04:00
$a -> strings [ " Upstream " ] = " Upstream " ;
$a -> strings [ " Local " ] = " Lokal " ;
2018-03-16 03:50:03 -04:00
$a -> strings [ " Enabled " ] = " eingeschaltet " ;
2015-04-03 06:30:50 -04:00
$a -> strings [ " Email Address " ] = " E-Mail-Adresse " ;
2019-02-19 01:04:39 -05:00
$a -> strings [ " Leave blank to use your account email address " ] = " Leer lassen für deine Konto-E-Mail-Addresse " ;
2018-03-16 03:50:03 -04:00
$a -> strings [ " Exclude Likes " ] = " Likes ignorieren " ;
2019-02-19 01:04:39 -05:00
$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 " ;