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
}}
2021-10-10 02:27:53 -04:00
$a -> strings [ 'Post to Wordpress' ] = 'Bei WordPress veröffentlichen' ;
2022-01-22 12:52:57 -05:00
$a -> strings [ 'Enable Wordpress Post Addon' ] = 'Wordpress-Addon aktivieren' ;
$a -> strings [ 'Wordpress username' ] = 'Wordpress-Benutzername' ;
$a -> strings [ 'Wordpress password' ] = 'Wordpress-Passwort' ;
2021-10-10 02:27:53 -04:00
$a -> strings [ 'WordPress API URL' ] = 'WordPress-API-URL' ;
2022-01-22 12:52:57 -05:00
$a -> strings [ 'Post to Wordpress by default' ] = 'Standardmäßig auf Wordpress veröffentlichen' ;
2021-10-10 02:27:53 -04:00
$a -> strings [ 'Provide a backlink to the Friendica post' ] = 'Einen Link zurück zum Friendica-Beitrag hinzufügen' ;
2022-01-22 12:52:57 -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".' ;
2021-10-10 02:27:53 -04:00
$a -> strings [ 'Don\'t post messages that are too short' ] = 'Zu kurze Mitteilungen nicht posten' ;
2022-01-22 12:52:57 -05:00
$a -> strings [ 'Wordpress Export' ] = 'Wordpress-Export' ;
2021-10-10 02:27:53 -04:00
$a -> strings [ 'Read the orig i nal post and com ment stream on Friendica' ] = 'Lies den Original-Post und die Kommentare auf Friendica' ;
$a -> strings [ 'Post from Friendica' ] = 'Post via Friendica' ;