Added the Firebase Dependency and login flow. Also applied some new styling. The new color is more reddish.
22 lines
1.4 KiB
XML
22 lines
1.4 KiB
XML
<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>
|
|
|
|
<!-- Global Strings -->
|
|
<string name="welcome_message_placeholder">Welcome <b>%s</b></string>
|
|
<string name="welcome_message_test">Welcome <b>User Whatever</b></string>
|
|
<string name="unknown_user">Unknown User</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> |