mirror of
https://github.com/ArcaneChat/android.git
synced 2026-07-03 14:05:24 +02:00
14 lines
563 B
XML
14 lines
563 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
<string name="app_name">Delta Chat</string>
|
|
<!-- Translators: please enter the name of the language you're translating to here. the name will appear in the language selection popup and you should use the local name, not english. -->
|
|
<string name="language_name">Inglês</string>
|
|
|
|
|
|
<!-- common strings without special context -->
|
|
<string name="ok">OK</string>
|
|
<string name="cancel">Cancelar</string>
|
|
<string name="yes">Sim</string>
|
|
<string name="no">Não</string>
|
|
</resources>
|