13 lines
440 B
PHP
13 lines
440 B
PHP
<?php
|
|
|
|
if(! function_exists("string_plural_select_it")) {
|
|
function string_plural_select_it($n){
|
|
return ($n != 1);;
|
|
}}
|
|
;
|
|
$a->strings["Google+ Import Settings"] = "Impostazioni Importa Google+";
|
|
$a->strings["Enable Google+ Import"] = "Abilita Importa da Google+";
|
|
$a->strings["Google Account ID"] = "ID Google Account";
|
|
$a->strings["Submit"] = "Invia";
|
|
$a->strings["Google+ Import Settings saved."] = "Impostazioni Importa Google+ salvate";
|