mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-02 21:31:04 +00:00
96c41e5623
update strings to contain addon
13 lines
534 B
PHP
13 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"] = "";
|