mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-02 18:31:03 +00:00
12 lines
455 B
PHP
12 lines
455 B
PHP
<?php
|
|
|
|
$a->strings["Post to Posterous"] = "";
|
|
$a->strings["Posterous Post Settings"] = "";
|
|
$a->strings["Enable Posterous Post Plugin"] = "";
|
|
$a->strings["Posterous login"] = "";
|
|
$a->strings["Posterous password"] = "";
|
|
$a->strings["Posterous site ID"] = "";
|
|
$a->strings["Posterous API token"] = "";
|
|
$a->strings["Post to Posterous by default"] = "";
|
|
$a->strings["Submit"] = "Potwierdź";
|
|
$a->strings["Post from Friendica"] = "Post z Friendica";
|