mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-07 11:22:53 +00:00
8 lines
337 B
PHP
8 lines
337 B
PHP
|
<?php
|
||
|
|
||
|
$a->strings["Google+ Import Settings"] = "Google+ Import Einstellungen";
|
||
|
$a->strings["Enable Google+ Import"] = "Aktiviere Google+ Import";
|
||
|
$a->strings["Google Account ID"] = "Google Account ID";
|
||
|
$a->strings["Submit"] = "Senden";
|
||
|
$a->strings["Google+ Import Settings saved."] = "Google+ Import Einstellungen gespeichert.";
|