]> git.mxchange.org Git - friendica-addons.git/blob - curweather/lang/it/strings.php
Merge pull request #1091 from tobiasd/20210301-lng
[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. Error was: "] = "Errore durante il recupero dei dati meteo. L'errore è stato:";
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["No APPID found, please contact your admin to obtain one."] = "APPID non trovata, contatta il tuo amministratore per averne una.";
20 $a->strings["Save Settings"] = "Salva Impostazioni";
21 $a->strings["Settings"] = "Impostazioni";
22 $a->strings["Enter either the name of your location or the zip code."] = "Inserisci il nome della tua posizione o il CAP";
23 $a->strings["Your Location"] = "La tua Posizione";
24 $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>.";
25 $a->strings["Units"] = "Unità";
26 $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";
27 $a->strings["Show weather data"] = "Mostra dati meteo";
28 $a->strings["Caching Interval"] = "Intervallo di cache";
29 $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.";
30 $a->strings["no cache"] = "nessuna cache";
31 $a->strings["minutes"] = "minuti";
32 $a->strings["Your APPID"] = "Il tuo APPID";
33 $a->strings["Your API key provided by OpenWeatherMap"] = "La tua chiave API da OpenWeatherMap";