16 lines
603 B
PHP
16 lines
603 B
PHP
<?php
|
|
|
|
if(! function_exists("string_plural_select_it")) {
|
|
function string_plural_select_it($n){
|
|
return ($n != 1);;
|
|
}}
|
|
;
|
|
$a->strings["Google+ Mirror"] = "Mirror Goggle+";
|
|
$a->strings["Enable Google+ Import"] = "Abilita Importa da Google+";
|
|
$a->strings["Google Account ID"] = "ID Google Account";
|
|
$a->strings["Add keywords to post"] = "Aggiungi parole chiave ai post";
|
|
$a->strings["Save Settings"] = "Salva Impostazioni";
|
|
$a->strings["Google+ Import Settings saved."] = "Impostazioni Importa Google+ salvate";
|
|
$a->strings["Key"] = "Chiave";
|
|
$a->strings["Settings updated."] = "Impostazioni aggiornate.";
|