forked from friendica/friendica-addons
13 lines
679 B
PHP
13 lines
679 B
PHP
<?php
|
|
|
|
$a->strings["Post to Posterous"] = "Nach Posterous senden";
|
|
$a->strings["Posterous Post Settings"] = "Posterous Beitrags-Einstellungen";
|
|
$a->strings["Enable Posterous Post Plugin"] = "Posterous-Plugin aktivieren";
|
|
$a->strings["Posterous login"] = "Posterous-Anmeldename";
|
|
$a->strings["Posterous password"] = "Posterous-Passwort";
|
|
$a->strings["Posterous site ID"] = "Posterous site ID";
|
|
$a->strings["Posterous API token"] = "Posterous API token";
|
|
$a->strings["Post to Posterous by default"] = "Veröffentliche öffentliche Beiträge standardmäßig bei Posterous";
|
|
$a->strings["Submit"] = "Senden";
|
|
$a->strings["Post from Friendica"] = "Beitrag via Friendica";
|