14 lines
534 B
PHP
14 lines
534 B
PHP
<?php
|
|
|
|
$a->strings["Post to Wordpress"] = "";
|
|
$a->strings["WordPress Post Settings"] = "";
|
|
$a->strings["Enable WordPress Post Addon"] = "";
|
|
$a->strings["WordPress username"] = "";
|
|
$a->strings["WordPress password"] = "";
|
|
$a->strings["WordPress API URL"] = "";
|
|
$a->strings["Post to WordPress by default"] = "";
|
|
$a->strings["Provide a backlink to the Friendica post"] = "";
|
|
$a->strings["Submit"] = "Lagre";
|
|
$a->strings["Post from Friendica"] = "";
|
|
$a->strings["Read the original post and comment stream on Friendica"] = "";
|