mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-05-01 17:04:26 +02: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ź";
|