mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-05 21:22:54 +00:00
96c41e5623
update strings to contain addon
9 lines
472 B
PHP
9 lines
472 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 Addon"] = "";
|
|
$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ź";
|