mirror of
https://github.com/MinimalBible/MinimalBible-Legacy
synced 2024-11-14 12:08:51 -05:00
b20d0aa819
Also untrack a whole lot of appcompat that shouldn't have been included
16 lines
669 B
XML
16 lines
669 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
|
|
<string name="app_name">Minimal Bible</string>
|
|
<string name="title_section1">Section 1</string>
|
|
<string name="title_section2">Section 2</string>
|
|
<string name="title_section3">Section 3</string>
|
|
<string name="navigation_drawer_open">Open navigation drawer</string>
|
|
<string name="navigation_drawer_close">Close navigation drawer</string>
|
|
<string name="action_example">Example action</string>
|
|
<string name="action_settings">Settings</string>
|
|
<string name="title_activity_downloader">Downloads</string>
|
|
<string name="hello_world">Hello world!</string>
|
|
|
|
</resources>
|