media/libraries/session/src/main/res/values-be/strings.xml
bachinger 4330d6a952 Use a localized fallback message for known error codes
In the case of a legacy session app providing an error
code different to `ERROR_UNKNOWN` without an error
message, a localized fallback message is provided
instead of ignoring the error.

#cherrypick

PiperOrigin-RevId: 644704680
(cherry picked from commit 6cc6444dd9)
2024-07-02 14:11:37 +00:00

10 lines
752 B
XML
Executable file
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="default_notification_channel_name">Зараз іграе</string>
<string name="media3_controls_play_description">Прайграць</string>
<string name="media3_controls_pause_description">Прыпыніць</string>
<string name="media3_controls_seek_to_previous_description">Перайсці да папярэдняга элемента</string>
<string name="media3_controls_seek_to_next_description">Перайсці да наступнага элемента</string>
<string name="media3_controls_seek_back_description">Перайсці назад</string>
<string name="media3_controls_seek_forward_description">Перайсці ўперад</string>
</resources>