friendica-addons/pumpio/lang/de/strings.php

26 lines
1.6 KiB
PHP
Raw Permalink Normal View History

2015-04-03 12:30:50 +02:00
<?php
if(! function_exists("string_plural_select_de")) {
function string_plural_select_de($n){
$n = intval($n);
return intval($n != 1);
2015-04-03 12:30:50 +02:00
}}
2021-10-10 08:27:53 +02:00
$a->strings['Permission denied.'] = 'Zugriff verweigert.';
$a->strings['Unable to register the client at the pump.io server \'%s\'.'] = 'Die Registrierung des Nutzers auf dem Pump.io-Server \'%s\' ist nicht möglich.';
$a->strings['You are now authenticated to pumpio.'] = 'Du bist nun auf pumpio authentifiziert.';
2022-01-22 18:52:57 +01:00
$a->strings['return to the connector page'] = 'zurück zur Connector-Seite';
2021-10-10 08:27:53 +02:00
$a->strings['Post to pumpio'] = 'Auf pumpio veröffentlichen';
2022-01-22 18:52:57 +01:00
$a->strings['Save Settings'] = 'Einstellungen speichern';
$a->strings['Delete this preset'] = 'Diese Voreinstellung entfernen';
$a->strings['Authenticate your pump.io connection'] = 'Authentifiziere deine Pump.ioVerbindung';
$a->strings['Pump.io servername (without "http://" or "https://" )'] = ' Pump.io Servername (ohne "http://" oder "https://" )';
$a->strings['Pump.io username (without the servername)'] = ' Pump.io Nutzername (ohne den Servernamen)';
2021-10-10 08:27:53 +02:00
$a->strings['Import the remote timeline'] = 'Importiere die entfernte Zeitleiste';
2022-01-22 18:52:57 +01:00
$a->strings['Enable Pump.io Post Addon'] = 'Pump.io Post Addon aktivieren';
$a->strings['Post to Pump.io by default'] = 'Standardmäßig bei Pump.io veröffentlichen';
$a->strings['Should posts be public?'] = 'Sollen Nachrichten öffentlich sein?';
2021-10-10 08:27:53 +02:00
$a->strings['Mirror all public posts'] = 'Spiegle alle öffentlichen Nachrichten';
2022-01-22 18:52:57 +01:00
$a->strings['Pump.io Import/Export/Mirror'] = ' Pump.io-Import/Export/Spiegeln';
2021-10-10 08:27:53 +02:00
$a->strings['status'] = 'Status';
$a->strings['%1$s likes %2$s\'s %3$s'] = '%1$s mag %2$s\'s %3$s';