]> git.mxchange.org Git - friendica-addons.git/blob - curweather/lang/it/strings.php
Merge pull request #1082 from annando/no-item
[friendica-addons.git] / curweather / lang / it / strings.php
1 <?php
2
3 if(! function_exists("string_plural_select_it")) {
4 function string_plural_select_it($n){
5         $n = intval($n);
6         return intval($n != 1);
7 }}
8 ;
9 $a->strings["Error fetching weather data.\\nError was: "] = "Errore recuperando i dati meteo: ";
10 $a->strings["Current Weather"] = "Meteo";
11 $a->strings["Relative Humidity"] = "Umidità Relativa";
12 $a->strings["Pressure"] = "Pressione";
13 $a->strings["Wind"] = "Vento";
14 $a->strings["Last Updated"] = "Ultimo Aggiornamento: ";
15 $a->strings["Data by"] = "Data da";
16 $a->strings["Show on map"] = "Mostra sulla mappa";
17 $a->strings["There was a problem accessing the weather data. But have a look"] = "C'è stato un problema accedendo ai dati meteo, ma dai un'occhiata";
18 $a->strings["at OpenWeatherMap"] = "a OpenWeatherMap";
19 $a->strings["Current Weather settings updated."] = "Impostazioni Meteo aggiornate.";
20 $a->strings["No APPID found, please contact your admin to obtain one."] = "APPID non trovata, contatta il tuo amministratore per averne una.";
21 $a->strings["Save Settings"] = "Salva Impostazioni";
22 $a->strings["Settings"] = "Impostazioni";
23 $a->strings["Enter either the name of your location or the zip code."] = "Inserisci il nome della tua posizione o il CAP";
24 $a->strings["Your Location"] = "La tua Posizione";
25 $a->strings["Identifier of your location (name or zip code), e.g. <em>Berlin,DE</em> or <em>14476,DE</em>."] = "Identificatore della tua posizione (nome o CAP), p.e. <em>Roma, IT</em> or <em>00186,IT</em>.";
26 $a->strings["Units"] = "Unità";
27 $a->strings["select if the temperature should be displayed in &deg;C or &deg;F"] = "scegli se la temperatura deve essere mostrata in °C o in °F";
28 $a->strings["Show weather data"] = "Mostra dati meteo";
29 $a->strings["Curweather settings saved."] = "Impostazioni Curweather salvati.";
30 $a->strings["Caching Interval"] = "Intervallo di cache";
31 $a->strings["For how long should the weather data be cached? Choose according your OpenWeatherMap account type."] = "Per quanto tempo i dati meteo devono essere memorizzati? Scegli a seconda del tuo tipo di account su OpenWeatherMap.";
32 $a->strings["no cache"] = "nessuna cache";
33 $a->strings["minutes"] = "minuti";
34 $a->strings["Your APPID"] = "Il tuo APPID";
35 $a->strings["Your API key provided by OpenWeatherMap"] = "La tua chiave API da OpenWeatherMap";