forked from penguin86/luna-tracker
51 lines
1.4 KiB
XML
51 lines
1.4 KiB
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>
|
|
|
|
<string-array name="StatisticsTypeLabels">
|
|
<item>BOTTLE_EVENTS</item>
|
|
<item>BOTTLE_SUM</item>
|
|
<item>BOTTLE_SUM_AVERAGE</item>
|
|
<item>SLEEP_SUM_AVERAGE</item>
|
|
<item>SLEEP_EVENTS</item>
|
|
<item>SLEEP_PATTERN</item>
|
|
</string-array>
|
|
|
|
<string-array name="StatisticsTypeValues">
|
|
<item>BOTTLE_EVENTS</item>
|
|
<item>BOTTLE_SUM</item>
|
|
<item>BOTTLE_SUM_AVERAGE</item>
|
|
<item>SLEEP_SUM_AVERAGE</item>
|
|
<item>SLEEP_EVENTS</item>
|
|
<item>SLEEP_PATTERN</item>
|
|
</string-array>
|
|
<!--
|
|
<string-array name="StatisticsDataLabels">
|
|
<item>Event</item>
|
|
<item>Amount</item>
|
|
</string-array>
|
|
|
|
<string-array name="StatisticsDataValues">
|
|
<item>EVENT</item>
|
|
<item>AMOUNT</item>
|
|
</string-array>
|
|
-->
|
|
<string-array name="StatisticsTimeLabels">
|
|
<item>Day</item>
|
|
<item>Week</item>
|
|
<item>Month</item>
|
|
</string-array>
|
|
|
|
<string-array name="StatisticsTimeValues">
|
|
<item>DAY</item>
|
|
<item>WEEK</item>
|
|
<item>MONTH</item>
|
|
</string-array>
|
|
|
|
</resources>
|