mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-09 22:00:39 +01:00
![eehouse](/assets/img/avatar_default.png)
headers from above spinners and instead include header info in text. May want to revisit this latter change
22 lines
566 B
XML
22 lines
566 B
XML
<?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>
|