mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-02 20:11:09 +00:00
25 lines
1.6 KiB
PHP
25 lines
1.6 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['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.';
|
|
$a->strings['return to the connector page'] = 'zurück zur Connector-Seite';
|
|
$a->strings['Post to pumpio'] = 'Auf pumpio veröffentlichen';
|
|
$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)';
|
|
$a->strings['Import the remote timeline'] = 'Importiere die entfernte Zeitleiste';
|
|
$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?';
|
|
$a->strings['Mirror all public posts'] = 'Spiegle alle öffentlichen Nachrichten';
|
|
$a->strings['Pump.io Import/Export/Mirror'] = ' Pump.io-Import/Export/Spiegeln';
|
|
$a->strings['status'] = 'Status';
|
|
$a->strings['%1$s likes %2$s\'s %3$s'] = '%1$s mag %2$s\'s %3$s';
|