
Add support for albums to have a range of dates. Often compilation albums will have Songs released in different months or years, so it makes some sense to show a date range rather than just the ealiest date. The only point at which the earliest date is still shown is in the home view's popup, as maxiumum dates in a date range are not sorted by, and so showing it doesn't make sense.
17 lines
No EOL
750 B
XML
17 lines
No EOL
750 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
<!-- Info namespace | App labels -->
|
|
<string name="info_app_name" translatable="false">Auxio</string>
|
|
|
|
<!-- Format Namespace | Value formatting/plurals -->
|
|
<string name="fmt_two" translatable="false">%1$s • %2$s</string>
|
|
<string name="fmt_three" translatable="false">%1$s • %2$s • %3$s</string>
|
|
<string name="fmt_number" translatable="false">%d</string>
|
|
<string name="fmt_date_range" translatable="false">%s - %s</string>
|
|
<string name="fmt_path">%1$s/%2$s</string>
|
|
|
|
<!-- Codec Namespace | Format names -->
|
|
<string name="cdc_vorbis">Vorbis</string>
|
|
<string name="cdc_opus">Opus</string>
|
|
<string name="cdc_wav">Microsoft WAVE</string>
|
|
</resources> |