2014-09-14 22:01:44 +02:00
|
|
|
<?php
|
|
|
|
|
|
|
|
if(! function_exists("string_plural_select_it")) {
|
|
|
|
function string_plural_select_it($n){
|
|
|
|
return ($n != 1);;
|
|
|
|
}}
|
|
|
|
;
|
|
|
|
$a->strings["Current Weather"] = "Meteo";
|
|
|
|
$a->strings["Current Weather settings updated."] = "Impostazioni Meteo aggiornate.";
|
2015-04-03 13:17:32 +02:00
|
|
|
$a->strings["Current Weather Settings"] = "";
|
2014-09-14 22:01:44 +02:00
|
|
|
$a->strings["Weather Location: "] = "Posizione del meteo:";
|
|
|
|
$a->strings["Enable Current Weather"] = "Abilita Meteo";
|
2015-04-03 13:17:32 +02:00
|
|
|
$a->strings["Submit"] = "";
|