Files
Android/feature/media-send/src/main/res/values-cs/strings.xml
T
2026-06-18 15:49:24 -04:00

18 lines
1.3 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<resources>
<!-- Dialog title shown when the user tries to leave the image editor with unsaved edits. -->
<string name="MediaSendDialogs__discard_changes">Zahodit změny?</string>
<!-- Dialog body explaining that leaving the image editor will discard any edits made to the current photo. -->
<string name="MediaSendDialogs__youll_lose_any_changes">Ztratíte všechny změny, které jste na této fotografii provedli.</string>
<!-- Confirmation button that discards the user\'s image edits. -->
<string name="MediaSendDialogs__discard">Zahodit</string>
<!-- Accessibility label for the row that lets the user add a text message to accompany the media being sent. -->
<string name="AddAMessageRow__add_a_message">Přidat zprávu</string>
<!-- Accessibility description for the button that opens the emoji keyboard. -->
<string name="AddAMessageRow__open_emoji_keyboard">Open emoji keyboard</string>
<!-- Placeholder text shown in the add-a-message row before the user has entered any message text. -->
<string name="AddAMessageRow__message">Zpráva</string>
<!-- Accessibility description for the button that advances to the next step in the media send flow. -->
<string name="AddAMessageRow__next">Další</string>
</resources>