aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/values/strings.xml
blob: a16e80474d91e74f127c029108122c99ea72645b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<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">Home Page</string>
    <string name="news_page_label">News Page</string>
    <string name="article_page_label">Article Page</string>
    <string name="top_manga_page_label">Top Manga Page</string>
    <string name="rv_title">Title</string>
    <string name="rv_description">This is a description</string>
    <string name="rv_image">image</string>
</resources>