2014-09-14 20:01:44 +00:00
|
|
|
<?php
|
|
|
|
|
|
|
|
if(! function_exists("string_plural_select_it")) {
|
|
|
|
function string_plural_select_it($n){
|
2021-02-01 17:47:38 +00:00
|
|
|
$n = intval($n);
|
|
|
|
return intval($n != 1);
|
2014-09-14 20:01:44 +00:00
|
|
|
}}
|
2021-10-10 06:27:53 +00:00
|
|
|
$a->strings['Startpage'] = 'Pagina iniziale';
|
|
|
|
$a->strings['Home page to load after login - leave blank for profile wall'] = 'Home page da caricare dopo il login - lasciare in bianco per la bacheca';
|
|
|
|
$a->strings['Examples: "network" or "notifications/system"'] = 'Esempi: "network" or "notifications/system"';
|
|
|
|
$a->strings['Save Settings'] = 'Salva Impostazioni';
|