mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-05 15:22:53 +00:00
13 lines
701 B
PHP
13 lines
701 B
PHP
<?php
|
|
|
|
$a->strings["Post to Wordpress"] = "Opublikuj na Wordpress";
|
|
$a->strings["WordPress Post Settings"] = "Ustawienia wpisów WorldPress";
|
|
$a->strings["Enable WordPress Post Plugin"] = "Włącz plugin wpisów WorldPress";
|
|
$a->strings["WordPress username"] = "nazwa użytkownika WordPress";
|
|
$a->strings["WordPress password"] = "hasło WordPress";
|
|
$a->strings["WordPress API URL"] = "WordPress API URL";
|
|
$a->strings["Post to WordPress by default"] = "";
|
|
$a->strings["Provide a backlink to the Friendica post"] = "";
|
|
$a->strings["Submit"] = "Potwierdź";
|
|
$a->strings["Post from Friendica"] = "Post z Friendica";
|
|
$a->strings["Read the original post and comment stream on Friendica"] = "";
|