forked from friendica/friendica-addons
8 lines
299 B
PHP
8 lines
299 B
PHP
|
<?php
|
||
|
|
||
|
$a->strings["Google+ Import Settings"] = "Réglages G+";
|
||
|
$a->strings["Enable Google+ Import"] = "Activer l'import G+";
|
||
|
$a->strings["Google Account ID"] = "ID du compte Google";
|
||
|
$a->strings["Submit"] = "Envoyer";
|
||
|
$a->strings["Google+ Import Settings saved."] = "Réglages G+ sauvés.";
|