forked from friendica/friendica-addons
10 lines
325 B
PHP
10 lines
325 B
PHP
|
<?php
|
||
|
|
||
|
$a->strings["Post to LiveJournal"] = "";
|
||
|
$a->strings["LiveJournal Post Settings"] = "";
|
||
|
$a->strings["Enable LiveJournal Post Plugin"] = "";
|
||
|
$a->strings["LiveJournal username"] = "";
|
||
|
$a->strings["LiveJournal password"] = "";
|
||
|
$a->strings["Post to LiveJournal by default"] = "";
|
||
|
$a->strings["Submit"] = "Lagre";
|