16 lines
406 B
XML
16 lines
406 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
<string-array name="updateIntervalNames">
|
|
<item>Aldri</item>
|
|
<item>Hver time</item>
|
|
<item>Hver 4. time</item>
|
|
<item>Hver 12. time</item>
|
|
<item>Daglig</item>
|
|
</string-array>
|
|
<string-array name="themeNames">
|
|
<item>Mørkt</item>
|
|
<item>Lyst</item>
|
|
<item>Light (with dark action bar)</item>
|
|
</string-array>
|
|
</resources>
|