-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1040ab1
commit d993f16
Showing
10 changed files
with
247 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
<string name="app_name">weeWX Weather App</string> | ||
<string name="action_settings">Impostazioni</string> | ||
<string name="section_format">Ciao Mondo dalla sezio: %1$d</string> | ||
<string name="settings">Pagina delle impostazioni</string> | ||
<string name="fileURL">Inserisci l\'URL del tuo settings.txt</string> | ||
<string name="refresh_time">Aggiorna</string> | ||
<string name="save_settings">Salva</string> | ||
<string name="empty">Vuoto</string> | ||
<string name="today">Statistiche odierne</string> | ||
<string name="radarURL">Inserisci l\'indirizzo radar.html (facoltativo)</string> | ||
<string name="stats">Statistiche meteo</string> | ||
<string name="todayStats">Statistiche di oggi</string> | ||
<string name="yesterdayStats">Statistiche di ieri</string> | ||
<string name="monthlyStats">Statistiche mensili</string> | ||
<string name="updateBG">Aggiornamento in background?</string> | ||
<string name="yes">Si</string> | ||
<string name="forecast">Previsioni Meteo</string> | ||
<string name="mainmenu">Pagina Meteo</string> | ||
<string name="metric">Utilizzare la metrica nelle previsioni?</string> | ||
<string name="webcam">Webcam</string> | ||
<string name="custom">Personalizza Schermo</string> | ||
<string name="about">Info weeWX Weather App</string> | ||
<string name="weather2">Meteo</string> | ||
<string name="stats2">Statistiche</string> | ||
<string name="forecast2">Previsioni</string> | ||
<string name="webcam2">Webcam</string> | ||
<string name="custom2">Custom</string> | ||
<string name="settings2">Impostazioni</string> | ||
<string name="about2">Info</string> | ||
<string name="delete_all_data">Elimina tutti i dati e arresta</string> | ||
<string name="show_radar">Mostra radar</string> | ||
<string name="show_forecast">Mostra previsione</string> | ||
<string name="radarforecast">Radar o previsione sulla schermata principale</string> | ||
<string name="navigation_drawer_open">Apri il riquadro a scomparsa di navigazione</string> | ||
<string name="navigation_drawer_close">Chiudi il riquadro a scomparsa di navigazione</string> | ||
<string name="nav_header_title">weeWX Weather App</string> | ||
<string name="demo_min_label">Min</string> | ||
<string name="demo_max_label">Max</string> | ||
<string name="radar">Radar</string> | ||
<string name="custom_url">Inserisci il tuo URL personalizzato (opzionale)</string> | ||
<string name="fgColour">Colore in primo piano del widget</string> | ||
<string name="bgColour">Colore di sfondo del widget</string> | ||
<string name="indoor_readings">Mostra letture interne?</string> | ||
<string name="update_over_wifi">Aggiornare solo tramite Wi-Fi?</string> | ||
<string name="use_dark_theme">Usa tema scuro?</string> | ||
<string name="rooster">Rooster</string> | ||
<string name="use_icons">Usare le icone invece dei glifi?</string> | ||
</resources> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters