mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-01-06 00:08:00 +03:00
15 lines
531 B
XML
Executable file
15 lines
531 B
XML
Executable file
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
|
|
<string name="debug_screen" translatable="false">Debug screen</string>
|
|
|
|
<string name="ellipsis" translatable="false">…</string>
|
|
<string name="plus_sign" translatable="false">+</string>
|
|
<string name="semicolon_sign" translatable="false">:</string>
|
|
|
|
<string name="password_hint" translatable="false">********</string>
|
|
|
|
<!-- Temporary string -->
|
|
<string name="not_implemented" translatable="false">Not implemented yet in Element</string>
|
|
|
|
</resources>
|