1
0
mirror of https://github.com/fumiama/simple-dict-android.git synced 2026-06-08 12:00:35 +08:00
This commit is contained in:
fumiama
2021-02-18 17:26:28 +08:00
parent c82f715f55
commit 1e0a7b2a4c
15 changed files with 207 additions and 148 deletions

View File

@@ -1,12 +1,3 @@
<resources>
<string name="app_name">SimpleDict</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="next">Next</string>
<string name="previous">Previous</string>
<string name="hello_first_fragment">Hello first fragment</string>
<string name="hello_second_fragment">Hello second fragment. Arg: %1$s</string>
</resources>