forked from friendica/friendica-addons
13 lines
418 B
PHP
13 lines
418 B
PHP
<?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.";
|
|
$a->strings["Weather Location: "] = "Posizione del meteo:";
|
|
$a->strings["Enable Current Weather"] = "Abilita Meteo";
|
|
$a->strings["Save Settings"] = "Salva Impostazioni";
|