mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-04 06:02:58 +00:00
9 lines
473 B
PHP
9 lines
473 B
PHP
<?php
|
|
|
|
$a->strings["Post to LiveJournal"] = "Post do LiveJournal";
|
|
$a->strings["LiveJournal Post Settings"] = "Ustawienia postów do LiveJournal";
|
|
$a->strings["Enable LiveJournal Post Plugin"] = "";
|
|
$a->strings["LiveJournal username"] = "Nazwa użytkownika do LiveJournal";
|
|
$a->strings["LiveJournal password"] = "Hasło do LiveJournal";
|
|
$a->strings["Post to LiveJournal by default"] = "automatycznie publikuj na LiveJournal";
|
|
$a->strings["Submit"] = "Potwierdź";
|