We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d61f3d commit 5df7d6fCopy full SHA for 5df7d6f
app/src/main/res/values-da/strings.xml
@@ -48,4 +48,9 @@
48
<string name="alarm_timed_out">Alarmen udløb</string>
49
<string name="timers_notification_msg">Timere kører</string>
50
<string name="timer_single_notification_label_msg">Timer for %s kører</string>
51
+ <string name="new_timer">Ny timer</string>
52
+ <plurals name="timer_notification_msg">
53
+ <item quantity="one">%d timer kører</item>
54
+ <item quantity="other">%d timere kører</item>
55
+ </plurals>
56
</resources>
0 commit comments