media/libraries/session/src/main/res/values-ka/strings.xml
bachinger 6cc6444dd9 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
2024-06-19 04:28:20 -07:00

10 lines
805 B
XML
Executable file

<?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>