forked from friendica/friendica-addons
8 lines
315 B
PHP
8 lines
315 B
PHP
<?php
|
|
|
|
$a->strings["Google+ Import Settings"] = "Google+进口设置";
|
|
$a->strings["Enable Google+ Import"] = "使Google+进口可用";
|
|
$a->strings["Google Account ID"] = "Google+用户名";
|
|
$a->strings["Submit"] = "提交";
|
|
$a->strings["Google+ Import Settings saved."] = "把Google+进口设置保存了";
|