mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-05 11:22:53 +00:00
7 lines
384 B
PHP
7 lines
384 B
PHP
<?php
|
|
|
|
$a->strings["Google+ Import Settings"] = "Configurações de importação do Google+";
|
|
$a->strings["Enable Google+ Import"] = "Habilitar a importação do Google+";
|
|
$a->strings["Google Account ID"] = "ID da conta do Google";
|
|
$a->strings["Submit"] = "Enviar";
|
|
$a->strings["Google+ Import Settings saved."] = "As configurações de importação do Google+ foram salvas.";
|