
Make the ability to force-save the playback state public in the settings menu instead of in the debug menu.
11 lines
No EOL
572 B
XML
11 lines
No EOL
572 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="format_info" translatable="false">%1$s / %2$s</string>
|
|
<string name="format_double_info" translatable="false">%1$s / %2$s / %3$s</string>
|
|
<string name="format_double_counts" translatable="false">%1$s, %2$s</string>
|
|
<string name="format_accent_summary" translatable="false"><b>%1$s</b>: %2$s</string>
|
|
</resources> |