Initial commit

This commit is contained in:
Alexander Dörflinger
2025-03-11 17:27:53 +01:00
commit 4bb071e488
57 changed files with 2011 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
<resources>
<string name="app_name">Doerflinger-Helpers</string>
<string name="warning_no_device_admin">The action you would like to perform requires DeviceAdmin privileges, please grant them before continuing.</string>
<!-- Sleep Timer Functionality Strings -->
<string name="title_sleep_timer">Sleep Timer</string>
<string name="sleep_timer_notification_channel">SleepTimer</string>
<string name="description_sleep_timer">Offers the possibility top set a sleep timer, after which the display will turn off</string>
<string name="sleep_timer_rationale_device_admin">Device Admin privileges are needed for locking the screen after a specified timeout</string>
<string name="sleep_timer_show_notifications_rationale">In order for this feature to work, the app must be allowed to show a Notification</string>
<string name="sleep_timer_notification_content">Sleep timer is scheduled. Your device will lock itself in %s</string>
<string name="sleep_timer_notification_cancel">Cancel</string>
<string name="sleep_timer_remaining_time_with_hour">%02d:%02d:%02d"</string>
<string name="sleep_timer_remaining_time_without_hour">%02d:%02d"</string>
</resources>