xwords/xwords4/android/XWords4/res/values/arrays.xml

23 lines
566 B
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
<resources>
<string-array name="board_sizes">
<item>15x15</item>
<item>13x13</item>
<item>11x11</item>
</string-array>
<string-array name="role_names">
<item>@string/role_standalone</item>
<item>@string/role_host</item>
<item>@string/role_guest</item>
</string-array>
<string-array name="phony_names">
<item>@string/phonies_ignore</item>
<item>@string/phonies_warn</item>
<item>@string/phonies_disallow</item>
</string-array>
</resources>