mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-09 18:08:49 +00:00
DE addon translation update
This commit is contained in:
parent
484482a4ce
commit
1e60ac18cf
80 changed files with 972 additions and 996 deletions
|
@ -6,15 +6,14 @@ function string_plural_select_de($n){
|
|||
return intval($n != 1);
|
||||
}}
|
||||
$a->strings['Post to Wordpress'] = 'Bei WordPress veröffentlichen';
|
||||
$a->strings['Wordpress Export'] = 'Wordpress Export';
|
||||
$a->strings['Enable WordPress Post Addon'] = 'WordPress Addon aktivieren';
|
||||
$a->strings['WordPress username'] = 'WordPress-Benutzername';
|
||||
$a->strings['WordPress password'] = 'WordPress-Passwort';
|
||||
$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['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['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['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';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue