mirror of
https://github.com/MinimalBible/MinimalBible-Legacy
synced 2024-11-12 19:18:34 -05:00
00ebfb1e48
Re-remove the bin/ and gen/ files
17 lines
739 B
XML
17 lines
739 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>
|
|
<string name="title_activity_download">DownloadActivity</string>
|
|
|
|
</resources>
|