2018-03-20 07:36:20 +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);
|
2018-03-20 07:36:20 +00:00
|
|
|
}}
|
|
|
|
;
|
|
|
|
$a->strings["View Source"] = "Vedi Sorgente";
|