Delete strings.xml

This commit is contained in:
Tibor Kaputa 2022-07-11 09:11:54 +02:00 committed by GitHub
parent e9cbcd5258
commit 68f0fe017d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,39 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_launcher_name">Clock</string>
<string name="app_name">Simple Clock</string>
<string name="time_zone">Time zone</string>
<string name="vibrate">Vibrate</string>
<string name="no_days_selected">No days selected</string>
<string name="clock">Clock</string>
<string name="timer">Timer</string>
<string name="stopwatch">Stopwatch</string>
<string name="lap">Lap</string>
<string name="stopwatch_stopped">Stopwatch has been stopped</string>
<string name="timer_stopped">Timer has been stopped</string>
<string name="max_reminder_duration">Max reminder duration</string>
<string name="time_expired">Time expired</string>
<string name="clock_and_date">Clock and date</string>
<string name="use_text_shadow">Use text shadow</string>
<string name="swipe_right_to_dismiss">Swipe right to Dismiss, or left to Snooze.</string>
<string name="sort_by_creation_order">Creation order</string>
<string name="sort_by_alarm_time">Alarm time</string>
<string name="sort_by_day_and_alarm_time">Day and Alarm time</string>
<string name="analogue_clock">Analogue clock</string>
<string name="digital_clock">Digital clock</string>
<string name="timers_notification_msg">Timers are running</string>
<string name="timer_single_notification_label_msg">Timer for %s is running</string>
<string name="new_timer">New Timer</string>
<plurals name="timer_notification_msg">
<item quantity="one">%d timer is running</item>
<item quantity="other">%d timers are running</item>
</plurals>
<string name="clock_tab">Clock tab</string>
<string name="alarm_tab">Alarm tab</string>
<string name="stopwatch_tab">Stopwatch tab</string>
<string name="timer_tab">Timer tab</string>
<string name="show_seconds">Show seconds</string>
<string name="increase_volume_gradually">Increase volume gradually</string>
<string name="faq_1_title">How can I change lap sorting at the stopwatch tab\?</string>
<string name="faq_1_text">Just click on any of the columns, that will make the laps be sorted by the given column. With additional clicks you can toggle between ascending and descending sorting.</string>
</resources>