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-17 01:19:45 +08:00
parent 7c92b47501
commit cacf34544f
37 changed files with 1224 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
<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>