2014-09-06 15:56:57 +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 );
2014-09-06 15:56:57 +00:00
}}
;
$a -> strings [ " Gnot settings updated. " ] = " Gnot Einstellungen aktualisiert. " ;
$a -> strings [ " Gnot Settings " ] = " Gnot Einstellungen " ;
$a -> strings [ " Allows threading of email comment notifications on Gmail and anonymising the subject line. " ] = " Erlaubt das Veröffentlichen von E-Mail Kommentar Benachrichtigungen bei Gmail mit anonymisiertem Betreff " ;
2018-01-20 16:01:59 +00:00
$a -> strings [ " Enable this addon? " ] = " Dieses Addon aktivieren? " ;
2015-04-03 11:17:32 +00:00
$a -> strings [ " Submit " ] = " Senden " ;
2014-09-06 15:56:57 +00:00
$a -> strings [ " [Friendica:Notify] Comment to conversation #%d " ] = " [Friendica-Benachrichtigung] Kommentar zum Beitrag #%d " ;