mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-10 18:38:49 +00:00
update of the addon translations
This commit is contained in:
parent
be15b6ba6a
commit
be2e3e6bf7
45 changed files with 2267 additions and 0 deletions
27
pumpio/lang/de/strings.php
Normal file
27
pumpio/lang/de/strings.php
Normal file
|
@ -0,0 +1,27 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_de")) {
|
||||
function string_plural_select_de($n){
|
||||
return ($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["Pump.io Import/Export/Mirror"] = " Pump.io Import/Export/Spiegeln";
|
||||
$a->strings["pump.io username (without the servername)"] = " Pump.io Nutzername (ohne den Servernamen)";
|
||||
$a->strings["pump.io servername (without \"http://\" or \"https://\" )"] = " Pump.io Servername (ohne \"http://\" oder \"https://\" )";
|
||||
$a->strings["Authenticate your pump.io connection"] = "Authentifiziere deine Pump.io Verbindung";
|
||||
$a->strings["Import the remote timeline"] = "Importiere die entfernte Zeitleiste";
|
||||
$a->strings["Enable pump.io Post Plugin"] = "Pump.io-Post-Plugin 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["Check to delete this preset"] = "Markieren um dieses Preset zu löschen";
|
||||
$a->strings["Save Settings"] = "Einstellungen speichern";
|
||||
$a->strings["Pump.io post failed. Queued for retry."] = "Veröffentlichung bei Pump.io gescheitert. Wir versuchen es später erneut.";
|
||||
$a->strings["Pump.io like failed. Queued for retry."] = "Veröffentlichung bei Pump.io gescheitert. Wir versuchen es später erneut.";
|
||||
$a->strings["status"] = "Status";
|
||||
$a->strings["%1\$s likes %2\$s's %3\$s"] = "%1\$s mag %2\$s's %3\$s";
|
Loading…
Add table
Add a link
Reference in a new issue