Skip to content
This repository has been archived by the owner on Feb 14, 2022. It is now read-only.

Commit

Permalink
Fix issue #29
Browse files Browse the repository at this point in the history
  • Loading branch information
redmaner committed Oct 30, 2014
1 parent a7d0681 commit 3db31b1
Showing 1 changed file with 6 additions and 21 deletions.
27 changes: 6 additions & 21 deletions Dutch/main/DeskClock.apk/res/values-nl/arrays.xml
Expand Up @@ -8,22 +8,12 @@
<item>5</item>
<item>Uit</item>
</string-array>
<string-array name="alarm_count_values">
<item>1</item>
<item>2</item>
<item>3</item>
<item>4</item>
<item>5</item>
<item>-1</item>
</string-array>
<string-array name="alarm_duration_values">
<item>1</item>
<item>5</item>
<item>10</item>
<item>15</item>
<item>20</item>
<item>25</item>
<item>30</item>
<string-array name="alarm_repeat_type">
<item>Eenmalig</item>
<item>Dagelijks</item>
<item>Werkdagen</item>
<item>Maa tot Vrij</item>
<item>Aangepast</item>
</string-array>
<string-array name="alarm_in_furture">
<item>Alarm in minder dan een minuut</item>
Expand Down Expand Up @@ -55,9 +45,4 @@
<item>Snooze</item>
<item>Negeren</item>
</string-array>
<string-array name="volume_button_setting_values">
<item>0</item>
<item>1</item>
<item>2</item>
</string-array>
</resources>

1 comment on commit 3db31b1

@dkoek
Copy link

@dkoek dkoek commented on 3db31b1 Oct 30, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bedankt !

Please sign in to comment.