]> git.mxchange.org Git - friendica-addons.git/blob - curweather/lang/it/strings.php
regenerated all the strings
[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 $a->strings['Error fetching weather data. Error was: '] = 'Errore durante il recupero dei dati meteo. L\'errore è stato:';
9 $a->strings['Current Weather'] = 'Meteo';
10 $a->strings['Relative Humidity'] = 'Umidità Relativa';
11 $a->strings['Pressure'] = 'Pressione';
12 $a->strings['Wind'] = 'Vento';
13 $a->strings['Last Updated'] = 'Ultimo Aggiornamento: ';
14 $a->strings['Data by'] = 'Data da';
15 $a->strings['Show on map'] = 'Mostra sulla mappa';
16 $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';
17 $a->strings['at OpenWeatherMap'] = 'a OpenWeatherMap';
18 $a->strings['No APPID found, please contact your admin to obtain one.'] = 'APPID non trovata, contatta il tuo amministratore per averne una.';
19 $a->strings['Save Settings'] = 'Salva Impostazioni';
20 $a->strings['Settings'] = 'Impostazioni';
21 $a->strings['Enter either the name of your location or the zip code.'] = 'Inserisci il nome della tua posizione o il CAP';
22 $a->strings['Your Location'] = 'La tua Posizione';
23 $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>.';
24 $a->strings['Units'] = 'Unità';
25 $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';
26 $a->strings['Show weather data'] = 'Mostra dati meteo';
27 $a->strings['Caching Interval'] = 'Intervallo di cache';
28 $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.';
29 $a->strings['no cache'] = 'nessuna cache';
30 $a->strings['minutes'] = 'minuti';
31 $a->strings['Your APPID'] = 'Il tuo APPID';
32 $a->strings['Your API key provided by OpenWeatherMap'] = 'La tua chiave API da OpenWeatherMap';