mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-02 16:51:04 +00:00
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.";
|