2014-09-06 11:56:57 -04:00
< ? php
if ( ! function_exists ( " string_plural_select_de " )) {
function string_plural_select_de ( $n ){
2021-02-01 12:47:38 -05:00
$n = intval ( $n );
return intval ( $n != 1 );
2014-09-06 11:56:57 -04:00
}}
;
2015-09-18 15:46:20 -04:00
$a -> strings [ " Post to Wordpress " ] = " Bei WordPress veröffentlichen " ;
2017-02-11 03:52:04 -05:00
$a -> strings [ " Wordpress Export " ] = " Wordpress Export " ;
2018-01-20 11:01:59 -05:00
$a -> strings [ " Enable WordPress Post Addon " ] = " WordPress Addon aktivieren " ;
2015-09-18 15:46:20 -04:00
$a -> strings [ " WordPress username " ] = " WordPress-Benutzername " ;
$a -> strings [ " WordPress password " ] = " WordPress-Passwort " ;
$a -> strings [ " WordPress API URL " ] = " WordPress-API-URL " ;
$a -> strings [ " Post to WordPress by default " ] = " Standardmäßig auf WordPress veröffentlichen " ;
2017-01-24 09:49:24 -05:00
$a -> strings [ " Provide a backlink to the Friendica post " ] = " Einen Link zurück zum Friendica-Beitrag hinzufügen " ;
2017-02-11 03:52:04 -05:00
$a -> strings [ " Text for the backlink, e.g. Read the original post and comment stream on Friendica. " ] = " Text für den Link zurück, z.B. lies den Original-Post und die Kommentare auf Friendica. " ;
$a -> strings [ " Don't post messages that are too short " ] = " Zu kurze Mitteilungen nicht posten " ;
$a -> strings [ " Save Settings " ] = " Einstellungen speichern " ;
$a -> strings [ " Read the orig i nal post and com ment stream on Friendica " ] = " Lies den Original-Post und die Kommentare auf Friendica " ;
2015-09-18 15:46:20 -04:00
$a -> strings [ " Post from Friendica " ] = " Post via Friendica " ;