SunZones/app/src/main/res/values-pl/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

21 lines
1.1 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">SunZones</string>
<string name="add_location">Dodaj lokalizację</string>
<string name="use_my_location">Użyj mojej lokalizacji</string>
<string name="search_location_hint">Szukaj miasta lub miejsca…</string>
<string name="day_length">Długość dnia</string>
<string name="sunrise">Wschód</string>
<string name="sunset">Zachód</string>
<string name="empty_state">Naciśnij + aby dodać pierwszą lokalizację</string>
<string name="delete_location_title">Usuń lokalizację</string>
<string name="delete_location_message">Usunąć %1$s z Twoich lokalizacji?</string>
<string name="delete">Usuń</string>
<string name="cancel">Anuluj</string>
<string name="yearly_daylight">Daylight w roku</string>
<string name="about_title">O aplikacji</string>
<string name="about_contact">Napisz do mnie</string>
<string name="ok">OK</string>
<string name="night_length">Długość nocy</string>
<string name="sunrise_in">Wschód za %1$s</string>
</resources>