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
|
|
|
}}
|
|
|
|
;
|
2015-04-03 11:17:32 +00:00
|
|
|
$a->strings["Randplace Settings"] = "Impostazioni \"Posizione casuale\"";
|
2018-03-19 20:28:00 +00:00
|
|
|
$a->strings["Enable Randplace Addon"] = "Abilita il componente aggiuntivo Posizione Casuale";
|
2021-03-28 17:01:13 +00:00
|
|
|
$a->strings["Save Settings"] = "Salva Impostazioni";
|