SunZones/app/src/main/res/values/strings.xml
Paweł Orzech d54097b15b
Redesign About dialog and fix button position
- Move About button above bottom spacer so it's tappable
- Replace AlertDialog with custom Dialog (dark glass card, sun emoji, centered layout)
- Add localized "Contact me" button (SunGold color)
- Mark about_made_in as non-translatable
- Add release signing config with keystore.properties
- Add ProGuard rule for findbugs annotations (R8 fix)
2026-01-27 16:48:01 +01:00

23 lines
1.2 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">SunZones</string>
<string name="add_location">Add location</string>
<string name="use_my_location">Use my location</string>
<string name="search_location_hint">Search city or place…</string>
<string name="day_length">Day length</string>
<string name="sunrise">Sunrise</string>
<string name="sunset">Sunset</string>
<string name="empty_state">Tap + to add your first location</string>
<string name="delete_location_title">Delete location</string>
<string name="delete_location_message">Remove %1$s from your locations?</string>
<string name="delete">Delete</string>
<string name="cancel">Cancel</string>
<string name="yearly_daylight">Yearly daylight</string>
<string name="about_title">About</string>
<string name="about_made_in" translatable="false">Made with love in Warsaw, Poland</string>
<string name="about_contact">Contact me</string>
<string name="about_email" translatable="false">pawel@orzech.me</string>
<string name="ok">OK</string>
<string name="night_length">Night length</string>
<string name="sunrise_in">Sunrise in %1$s</string>
</resources>