add shading to database for future use

rename to pvCaster
This commit is contained in:
woheller69 2023-04-04 18:20:02 +02:00
parent 443a9144e3
commit e989b873f6
12 changed files with 73 additions and 21 deletions

View file

@ -1,12 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">solarCast</string>
<string name="app_name">pvCaster</string>
<string name="about">Über</string>
<string name="about_privacy_heading">Privatsphäre-Informationen</string>
<string name="about_more_info">Mehr Informationen können gefunden werden auf:</string>
<string name="about_license_text">Diese App ist abgeleitet von Privacy Friendly Weather, entwickelt von der Forschungsgruppe SECUSO. Quelltext lizenziert unter GPLv3. Die App benutzt Icons von Google Material Design Icons, lizenziert unter Apache License Version 2.0, die Leaflet Bibliothek, lizenziert unter 2-clause BSD License, AutoSuggestTextViewAPICall, lizenziert unter der Apache License Version 2.0, Solarpositioning (net.e175.klaus:solarpositioning), lizenziert unter MIT Lizenz und die WilliamChart Bibliothek (com.db.chart), lizenziert unter der Apache License Version 2.0</string>
<string name="about_license">Lizenz</string>
<string name="about_privacy_answer">solarCast benötigt nur Zugang zum Internet. Es werden weder persönliche Daten gesammelt, noch wird Werbung angezeigt.</string>
<string name="about_privacy_answer">pvCaster benötigt nur Zugang zum Internet. Es werden weder persönliche Daten gesammelt, noch wird Werbung angezeigt.</string>
<string name="about_where_from">Woher kommen die Wetterinformationen?</string>
<string name="about_where_from_answer">Die Wetterinformationen stammen von</string>
<string name="activity_about">Über</string>
@ -55,7 +55,7 @@
<string name="next">Weiter</string>
<string name="okay">OK</string>
<string name="slide1_heading">Willkommen!</string>
<string name="slide1_text">solarCast prognostiziert den Ertrag Ihrer PV Anlage</string>
<string name="slide1_text">pvCaster prognostiziert den Ertrag Ihrer PV Anlage</string>
<string name="slide2_text">Der Quellcode ist auf GitHub verfügbar. Weitere Informationen finden Sie auf der Über-Seite</string>
<string name="card_error_content">Bitte versuchen Sie zu aktualisieren!</string>
<string name="card_error_heading">Fehler beim Abrufen der Wetterdaten</string>

View file

@ -1,5 +1,5 @@
<resources>
<string name="app_name">solarCast</string>
<string name="app_name">pvCaster</string>
<string name="activity_about">About</string>
<string name="activity_settings">Settings</string>
<string name="activity_weather">Forecast</string>
@ -10,7 +10,7 @@
<string name="next">Next</string>
<string name="okay">Okay</string>
<string name="slide1_heading">Welcome!</string>
<string name="slide1_text">solarCast forecasts the output of your solar power plant</string>
<string name="slide1_text">pvCaster forecasts the output of your solar power plant</string>
<string name="slide2_heading" translatable="false">Github</string>
<string name="slide2_text">The sourcecode of this app is available at GitHub. For further explanations have a look at the About Page.</string>
<string name="card_details_heading">Now</string>
@ -27,7 +27,7 @@
<string name="about_license">License</string>
<string name="about_license_text">This application is derived from Privacy Friendly Weather, developed by the research group SECUSO. Sourcecode licensed under GPLv3. The app uses icons from Google Material Design Icons licensed under Apache License Version 2.0, the Leaflet library which is licensed under 2-clause BSD License, AutoSuggestTextViewAPICall which is licensed under Apache License Version 2.0, Solarpositioning (net.e175.klaus:solarpositioning) which is licensed under MIT License, and WilliamChart library (com.db.chart) which is licensed under Apache License Version 2.0</string>
<string name="about_more_info">More information can be found on:</string>
<string name="about_github" translatable="false"><a href="https://github.com/woheller69/solarcast">Github-Repo</a></string>
<string name="about_github" translatable="false"><a href="https://github.com/woheller69/pvcaster">Github-Repo</a></string>
<string name="about_openmeteo" translatable="false"><a href="https://open-meteo.com">Open-Meteo \n(Attribution 4.0 International CC BY 4.0)</a></string>
<string name="activity_settings_title">Settings</string>
<string name="settings_title_units">Units</string>
@ -64,7 +64,7 @@
<string name="settings_intervals">Intervals</string>
<string name="settings_update_interval">Update interval</string>
<string name="settings_interval_summary">Set the interval of automatic updates</string>
<string name="about_privacy_answer">solarCast only uses the permission \"Internet\" to retrieve weather data. It further does not include any tracking mechanisms or advertisement.</string>
<string name="about_privacy_answer">pvCaster only uses the permission \"Internet\" to retrieve weather data. It further does not include any tracking mechanisms or advertisement.</string>
<string name="about_where_from">Where do the weather informations come from?</string>
<string name="about_where_from_answer">Weather information is fetched from</string>
<string name="long_press_text">Hold and drag to sort.</string>