An unspecified amount has also been added to have the same semantics as before. During these actions, the strings for title and description of dialogs have been cleaned up.
10 lines
300 B
XML
10 lines
300 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
<string-array name="AmountLabels">
|
|
<item>@string/amount_unspecified</item>
|
|
<item>@string/amount_little</item>
|
|
<item>@string/amount_normal</item>
|
|
<item>@string/amount_plenty</item>
|
|
</string-array>
|
|
</resources>
|