summaryrefslogtreecommitdiff
path: root/app/src/main/res/values/strings.xml
blob: 25d7732b770fc9260d7f9096feb91bf37a0ec77d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="utf-8"?>
<resources>

    <string name="app_name">blaupload</string>
    <string name="title_section1">Images</string>
    <string name="title_section2">Upload</string>
    <string name="title_section3">Locate</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="hello_blank_fragment">Hello blank fragment</string>

</resources>