blob: 3eed9c67836ce62311769e57c393f6c41681af62 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<resources>
<string name="app_name">Aniki</string>
<string name="action_settings">Settings</string>
<!-- Strings used for fragments for navigation -->
<string name="first_fragment_label">First Fragment</string>
<string name="second_fragment_label">Second Fragment</string>
<string name="hello_first_fragment">Oi Otouto !</string>
<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>
</resources>
|