20 lines
1.2 KiB
PHP
20 lines
1.2 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['Post to Wordpress'] = 'Bei WordPress veröffentlichen';
|
||
$a->strings['Enable Wordpress Post Addon'] = 'Wordpress-Addon aktivieren';
|
||
$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';
|
||
$a->strings['Provide a backlink to the Friendica post'] = 'Einen Link zurück zum Friendica-Beitrag hinzufügen';
|
||
$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['Wordpress Export'] = 'Wordpress-Export';
|
||
$a->strings['Read the original post and comment stream on Friendica'] = 'Lies den Original-Post und die Kommentare auf Friendica';
|
||
$a->strings['Post from Friendica'] = 'Post via Friendica';
|