20 lines
797 B
XML
20 lines
797 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
|
|
<string name="settings_dark_theme">Night Theme</string>
|
|
<string name="sc_theme">SC Black</string>
|
|
<string name="sc_dark_theme">SC Dark</string>
|
|
<string name="sc_colored_theme">SC Black, colored bubbles</string>
|
|
<string name="sc_dark_colored_theme">SC Dark, colored bubbles</string>
|
|
|
|
<string name="bubble_style">Message bubbles</string>
|
|
<string name="bubble_style_none">None</string>
|
|
<string name="bubble_style_start">Same side</string>
|
|
<string name="bubble_style_both">Both sides</string>
|
|
|
|
<string name="bottom_action_all">Overview</string>
|
|
<string name="all_list_rooms_empty_title">SchildiChat</string>
|
|
<string name="all_list_rooms_empty_body">Chats will be displayed here</string>
|
|
|
|
</resources>
|