summaryrefslogtreecommitdiff
path: root/app/src/main/res/values/strings.xml
blob: b0be6b237e695d49994fa6dda7c412273c1b0d2d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<resources>
    <string name="app_name">Aniki</string>
    <string name="action_settings">Settings</string>
    <!-- Strings used for fragments for navigation -->

    <string name="hello_second_fragment">Hello second fragment. Arg: %1$s</string>
    <string name="info">Infos about the developper of the app.</string>
    <string name="news">News</string>
    <string name="article">Article</string>
    <string name="top_manga">Top Manga</string>
    <string name="home">Home</string>
    <string name="home_page_label">First Fragment</string>
    <string name="news_page_label">Second Fragment</string>
</resources>