forked from friendica/friendica-addons
13 lines
543 B
PHP
13 lines
543 B
PHP
|
<?php
|
||
|
|
||
|
$a->strings["Post to Posterous"] = "";
|
||
|
$a->strings["Posterous Post Settings"] = "";
|
||
|
$a->strings["Enable Posterous Post Plugin"] = "Включить Posterous плагин сообщений";
|
||
|
$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"] = "Подтвердить";
|
||
|
$a->strings["Post from Friendica"] = "Сообщение от Friendica";
|