mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-06 08:42:55 +00:00
12 lines
408 B
PHP
12 lines
408 B
PHP
|
<?php
|
||
|
|
||
|
$a->strings["Post to blogger"] = "";
|
||
|
$a->strings["Blogger Post Settings"] = "";
|
||
|
$a->strings["Enable Blogger Post Plugin"] = "";
|
||
|
$a->strings["Blogger username"] = "";
|
||
|
$a->strings["Blogger password"] = "";
|
||
|
$a->strings["Blogger API URL"] = "";
|
||
|
$a->strings["Post to Blogger by default"] = "";
|
||
|
$a->strings["Submit"] = "Senda inn";
|
||
|
$a->strings["Post from Friendica"] = "Færslur frá Friendica";
|