mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-01-30 01:20:13 +07:00
16 lines
404 B
XML
16 lines
404 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
|
|
<string name="app_name">Mindustry</string>
|
|
<string-array name="donation_google_catalog_values">
|
|
<item>1 달러</item>
|
|
<item>2 달러</item>
|
|
<item>5 달러</item>
|
|
<item>10 달러</item>
|
|
<item>15 달러</item>
|
|
<item>25 달러</item>
|
|
<item>50 달러</item>
|
|
</string-array>
|
|
|
|
</resources>
|