forked from timer-machine/timer-machine-android
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstrings.xml
More file actions
888 lines (779 loc) · 53.7 KB
/
strings.xml
File metadata and controls
888 lines (779 loc) · 53.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2" tools:ignore="MissingTranslation">
<string name="app_name">TimeR Machine</string>
<string name="ok">OK</string>
<string name="cancel">Cancel</string>
<string name="settings">Settings</string>
<string name="more">More</string>
<string name="delete">Delete</string>
<string name="undo">Undo</string>
<!--Common actions-->
<string name="understand">I get it</string>
<string name="add">Add</string>
<string name="discard">Discard</string>
<string name="save">Save</string>
<string name="duplicate">Duplicate</string>
<string name="enable">Enable</string>
<string name="disable">Disable</string>
<string name="nav_up">Navigate up</string>
<string name="open_menu">Open menu</string>
<string name="edit">Edit</string>
<string name="previous">Previous</string>
<string name="next">Next</string>
<string name="exit">Exit</string>
<string name="move">Move</string>
<string name="expand">Expand</string>
<string name="deselect">Deselect</string>
<string name="share">Share</string>
<string name="dismiss">Dismiss</string>
<!--App actions-->
<string name="start">Start</string>
<string name="pause">Pause</string>
<string name="stop">Stop</string>
<string name="plus_one_minute">Add 1 Minute</string>
<!--Common-->
<string name="unknown">Unknown</string>
<string name="thanks">Thanks for your support!</string>
<string name="no_action_found">No apps can perform this action</string>
<string name="empty">Empty</string>
<string name="delete_confirmation_template">Delete %s?</string>
<string name="delete_done_template">%s deleted</string>
<string name="trash_done_template">%s trashed</string>
<string name="save_changes">Save changes?</string>
<string name="privacy_policy">Privacy policy</string>
<string name="terms_of_service">Terms</string>
<!--Main actions-->
<string name="main_action_timers">Timers</string>
<string name="main_action_schedulers">Schedulers</string>
<string name="main_action_backup">Backup & Restore</string>
<string name="main_action_help">Help & Feedback</string>
<string name="main_action_settings">Settings</string>
<string name="main_action_dark">Dark Theme</string>
<string name="main_action_record">Records</string>
<!--Permission-->
<string name="perm_rational_floating">To show a floating window, grant the app \"Floating Window\" permission</string>
<!--Timer list-->
<plurals name="timers">
<item quantity="one">1 timer</item>
<item quantity="other">%1$s timers</item>
</plurals>
<string name="timer_pick_required">Click here to pick a timer</string>
<string name="timer_pick_hint">Pick a timer</string>
<!--Folder-->
<string name="folder_default">Default Set</string>
<string name="folder_new_folder">New timer set</string>
<string name="folder_trash">Trash</string>
<string name="folder_name">Set Name</string>
<string name="folder_rename">Rename set</string>
<string name="folder_delete">Delete set</string>
<string name="folder_delete_timer_explanation">The timer with its records and schedulers will be permanently deleted</string>
<string name="folder_trash_folder_confirmation">Move timers to trash?</string>
<string name="folder_empty_trash_confirmation">Empty trash?</string>
<string name="folder_sort">Sort by</string>
<string name="folder_sort_added_newest">Newest added first</string>
<string name="folder_sort_added_oldest">Oldest added first</string>
<string name="folder_sort_run_newest">Newest run first</string>
<string name="folder_sort_run_oldest">Oldest run first</string>
<string name="folder_sort_a_to_z">Name A ➝ Z</string>
<string name="folder_sort_z_to_a">Name Z ➝ A</string>
<string name="folder_to_list_view">Switch to list view</string>
<string name="folder_to_grid_view">Switch to grid view</string>
<!--Edit screen-->
<string name="edit_create_timer">Create Timer</string>
<string name="edit_edit_timer">Edit Timer</string>
<string name="edit_default_timer_name">Timer</string>
<string name="edit_step_name">Step Name</string>
<string name="edit_default_step_name">Step</string>
<string name="edit_default_notifier_name">Notifier</string>
<string name="edit_group">Group</string>
<string name="edit_start_step">Timer Start</string>
<string name="edit_end_step">Timer End</string>
<string name="edit_group_start">Group Start</string>
<string name="edit_group_end">Group End</string>
<string name="edit_delete_group">Delete group</string>
<string name="edit_step">Edit Step</string>
<string name="edit_add_step">Add a new step</string>
<string name="edit_add_normal">Normal</string>
<string name="edit_add_normal_desp">Add a normal step</string>
<string name="edit_add_notifier">Notifier</string>
<string name="edit_add_notifier_desp">A convenient reminding step. It remembers your edit</string>
<string name="edit_add_group">Group</string>
<string name="edit_add_group_desp">It has its name and loop and can contain steps</string>
<string name="edit_add_start">Start Step</string>
<string name="edit_add_start_desp">Run a step once at the start of the whole task to prepare yourself</string>
<string name="edit_add_start_too_many">There is already a start step</string>
<string name="edit_add_end">End Step</string>
<string name="edit_add_end_desp">Run a step once at the end of the whole task to wind up</string>
<string name="edit_add_end_too_many">There is already an end step</string>
<string name="edit_at_least_1s">The duration should be at least 1 second</string>
<string name="edit_wrong_empty_name">Timer name should not be empty</string>
<string name="edit_wrong_negative_loop">The loop should be a positive number</string>
<string name="edit_wrong_empty_steps">There should be at least one step</string>
<string name="edit_more_show_notif">Show timing notification</string>
<string name="edit_more_notif_count">Show remaining time in the notification</string>
<string name="edit_more_trigger">After the timer finishes, start</string>
<string name="edit_more_a11y">More timer settings</string>
<string name="edit_cant_move_start">Unable to move the start step</string>
<string name="edit_cant_move_end">Unable to move the end step</string>
<string name="edit_cant_move_group">Unable to move a group</string>
<string name="edit_cant_move_footer">Unable to move these buttons</string>
<string name="edit_share_as_text">Share as text</string>
<string name="edit_import_from_the_clipboard">Import from the clipboard</string>
<!--Edit widgets-->
<string name="name_loop_name_hint">Name</string>
<string name="name_loop_loop_hint">Loop</string>
<string name="time_picker_type_panel">Panel</string>
<string name="time_picker_type_scroll">Scroll</string>
<!--Behaviour-->
<string name="behaviour_no_behaviours">A Silent Step</string>
<string name="behaviour_add_new">Add a reminder</string>
<string name="behaviour_music">Music</string>
<string name="behaviour_music_help">Play music at this step</string>
<string name="music_pick_ringtone">Pick Step Music</string>
<string name="music_loop">Loop</string>
<string name="music_trim_step_duration">Trim step duration</string>
<string name="behaviour_vibration">Vibration</string>
<string name="behaviour_vibration_help">Vibrate the phone at this step</string>
<string name="vibration_count">Count</string>
<string name="vibration_count_desp_0">0 for keeping vibrating until the end of the step</string>
<string name="vibration_count_desp_range">The count should be between 0 and 100</string>
<string name="vibration_pattern">Pattern</string>
<string name="vibration_short">Short Vibration</string>
<string name="vibration_normal">Normal Vibration</string>
<string name="vibration_long">Long Vibration</string>
<string name="behaviour_screen">Screen</string>
<string name="behaviour_screen_help">Wake up the phone and show a reminding screen</string>
<string name="screen_fullscreen">Always Fullscreen</string>
<string name="behaviour_halt">Halt</string>
<string name="behaviour_halt_help">Stay at the step until you move on manually, and make it forward-timing</string>
<string name="behaviour_voice">Voice</string>
<string name="behaviour_voice_help">Read this step name</string>
<string name="voice_content_title">Talking Content</string>
<string name="voice_content_info_empty">* If the field is empty, step name will be spoken.</string>
<string name="voice_content_info_variables_intro">* Click the \"Variables\" button at the bottom to pick variables. They will be replaced with the corresponding value when running.</string>
<string name="voice_content_group_variables">* Variables whose description starts with \"(Group)\" means when the step is in a group, the value is calculated based on the group instead of the timer.</string>
<string name="voice_variables">Variables</string>
<string name="voice_loop">Current loop</string>
<string name="voice_total_loop">Total loop</string>
<string name="voice_step_name">Step name</string>
<string name="voice_step_duration">Step duration</string>
<string name="voice_group_variable" translatable="false">@string/edit_group</string>
<string name="voice_time_variable">Time</string>
<string name="voice_current_time">Current time(e.g. %s)</string>
<string name="voice_group_end_time">Group end time</string>
<string name="voice_content2_enable">Use new variables</string>
<string name="voice_content2_disable">Use old variables</string>
<string name="voice_variable_info_empty" translatable="false">@string/voice_content_info_empty</string>
<string name="voice_variable_info_usage">* Variables will be replaced with the corresponding value when running.</string>
<string name="voice_variable_info_operations">* Tap variables to insert them into the text box. Long press to check its usage.</string>
<string name="voice_variable_timer_group">Timer</string>
<string name="voice_variable_timer_name" translatable="false">{TName}</string>
<string name="voice_variable_timer_name_desp">Timer name</string>
<string name="voice_variable_timer_loop" translatable="false">{TLoop}</string>
<string name="voice_variable_timer_loop_desp">Timer current loop</string>
<string name="voice_variable_timer_total_loop" translatable="false">{TTotalLoop}</string>
<string name="voice_variable_timer_total_loop_desp">Timer total loop</string>
<string name="voice_variable_timer_duration" translatable="false">{TDuration}</string>
<string name="voice_variable_timer_duration_desp">Timer duration</string>
<string name="voice_variable_timer_elapsed" translatable="false">{TElapsed}</string>
<string name="voice_variable_timer_elapsed_desp">Timer elapsed time</string>
<string name="voice_variable_timer_elapsed_percent" translatable="false">{TElapsed%}</string>
<string name="voice_variable_timer_elapsed_percent_desp">Timer elapsed time in percent</string>
<string name="voice_variable_timer_remaining" translatable="false">{TRemaining}</string>
<string name="voice_variable_timer_remaining_desp">Timer remaining time</string>
<string name="voice_variable_timer_remaining_percent" translatable="false">{TRemaining%}</string>
<string name="voice_variable_timer_remaining_percent_desp">Timer remaining time in percent</string>
<string name="voice_variable_timer_end_time" translatable="false">{TEndTime}</string>
<string name="voice_variable_timer_end_time_desp">Timer end time</string>
<string name="voice_variable_group_group">Group</string>
<string name="voice_variable_group_name" translatable="false">{GName}</string>
<string name="voice_variable_group_name_desp">Group name</string>
<string name="voice_variable_group_loop" translatable="false">{GLoop}</string>
<string name="voice_variable_group_loop_desp">Group current loop</string>
<string name="voice_variable_group_total_loop" translatable="false">{GTotalLoop}</string>
<string name="voice_variable_group_total_loop_desp">Group total loop</string>
<string name="voice_variable_group_duration" translatable="false">{GDuration}</string>
<string name="voice_variable_group_duration_desp">Group duration</string>
<string name="voice_variable_group_elapsed" translatable="false">{GElapsed}</string>
<string name="voice_variable_group_elapsed_desp">Group elapsed time</string>
<string name="voice_variable_group_elapsed_percent" translatable="false">{GElapsed%}</string>
<string name="voice_variable_group_elapsed_percent_desp">Group elapsed time in percent</string>
<string name="voice_variable_group_remaining" translatable="false">{GRemaining}</string>
<string name="voice_variable_group_remaining_desp">Group remaining time</string>
<string name="voice_variable_group_remaining_percent" translatable="false">{GRemaining%}</string>
<string name="voice_variable_group_remaining_percent_desp">Group remaining time in percent</string>
<string name="voice_variable_group_end_time" translatable="false">{GEndTime}</string>
<string name="voice_variable_group_end_time_desp">Group end time</string>
<string name="voice_variable_step_group">Step</string>
<string name="voice_variable_step_name" translatable="false">{SName}</string>
<string name="voice_variable_step_name_desp">Step name</string>
<string name="voice_variable_step_name_next" translatable="false">{SNameNext}</string>
<string name="voice_variable_step_name_next_desp">The next step\'s name</string>
<string name="voice_variable_step_duration" translatable="false">{SDuration}</string>
<string name="voice_variable_step_duration_desp">Step duration</string>
<string name="voice_variable_step_end_time" translatable="false">{SEndTime}</string>
<string name="voice_variable_step_end_time_desp">Step end time</string>
<string name="voice_variable_other_group">Other</string>
<string name="voice_variable_other_clock_time" translatable="false">{OClockTime}</string>
<string name="voice_variable_other_clock_time_desp">Current clock time</string>
<string name="tts_error_template">TextToSpeech error: %s</string>
<string name="behaviour_beep">Beep</string>
<string name="behaviour_beep_help">Play a beep every second</string>
<string name="beep_count_title">Beep Count</string>
<string name="beep_count_intro_usage">Enter the times after which the beep should stop</string>
<string name="beep_count_intro_0_meaning">0 for keeping beeping until the end of the step</string>
<string name="beep_sound">Beep Sound</string>
<string name="beep_respect_other">Respect Other Sound</string>
<string name="behaviour_half">Half</string>
<string name="behaviour_half_help">Read \"Half of the time\" when this step is over halfway</string>
<string name="half_option">Half Reminder</string>
<string name="half_option_voice">Voice</string>
<string name="half_option_voice_desp">(Default) Read \"Half of the time\"</string>
<string name="half_option_music">Music</string>
<string name="half_option_music_desp">Play default ringtone</string>
<string name="half_option_vibration">Vibration</string>
<string name="half_option_vibration_desp">Normal Pattern, Twice</string>
<string name="half_content">Half of the time</string>
<string name="behaviour_count">Count</string>
<string name="behaviour_count_help">Count down the last several seconds</string>
<string name="count_times">Count Times</string>
<string name="count_times_desp">* Enter the number of countdown seconds at the end of the step</string>
<string name="behaviour_notification">Notification</string>
<string name="behaviour_notification_help">Show another notification at the start of a step</string>
<string name="notification_duration">Duration</string>
<string name="notification_duration_desp_usage">Enter the number of seconds after which the notification will be dismissed automatically</string>
<string name="notification_duration_desp_0_meaning">0 for not dismissing automatically</string>
<string name="notification_settings">Edit notification</string>
<string name="behaviour_flashlight">Flashlight</string>
<string name="behaviour_flashlight_help">Turn the flashlight on and off</string>
<string name="behaviour_image">Image</string>
<string name="behaviour_image_help">Attach an image for the step</string>
<string name="image_pick">Pick an image</string>
<string name="behaviour_skip">Skip</string>
<string name="behaviour_skip_help">Skip this step in some loops</string>
<string name="skip_first">In the first loop</string>
<string name="skip_last">In the last loop</string>
<!--Sample timers strings-->
<string name="sample_timer_template_title">Timer Template</string>
<string name="sample_timer_template_prepare">Prepare</string>
<string name="sample_timer_template_finish">Finish</string>
<string name="sample_timer_template_done">Done</string>
<string name="sample_timer_template_1_stage_name">One Stage Timer</string>
<string name="sample_timer_template_1_stage_work">Work</string>
<string name="sample_timer_template_2_stages_name">Two Stages Timer</string>
<string name="sample_timer_template_2_stages_start">Warm-up</string>
<string name="sample_timer_template_2_stages_high">High Intensity</string>
<string name="sample_timer_template_2_stages_low">Low Intensity</string>
<string name="sample_timer_template_2_stages_end">Cool Down</string>
<string name="sample_timer_template_3_stages_name">Three Stages Timer</string>
<string name="sample_timer_template_3_stages_1">Stage 1</string>
<string name="sample_timer_template_3_stages_2">Stage 2</string>
<string name="sample_timer_template_3_stages_3">Stage 3</string>
<string-array name="sample_timers" translatable="false">
<item>@string/sample_timer_template_1_stage_name</item>
<item>@string/sample_timer_template_2_stages_name</item>
<item>@string/sample_timer_template_3_stages_name</item>
</string-array>
<!--Record-->
<string name="record_all_timers">All timers</string>
<string name="record_overview">Overview</string>
<string name="record_overview_total_time">Total running time</string>
<string name="record_overview_total_count">Total number of timer runs</string>
<string name="record_timeline">Timeline</string>
<string name="record_timeline_time">Running time</string>
<string name="record_timeline_count">The number of timer runs</string>
<string name="record_calendar">Calendar</string>
<string name="record_other_data">Other</string>
<string name="record_today">Today</string>
<string name="record_this_week">This week</string>
<string name="record_this_month">This month</string>
<string name="record_this_year">This year</string>
<string name="record_total_time">From day one</string>
<string name="record_previous_month_a11y" translatable="false">Previous month</string>
<string name="record_next_month_a11y" translatable="false">Next month</string>
<string name="record_deleted_timer">Deleted</string>
<!--Timer running screen-->
<string name="one_action_lock_ui">Lock UI</string>
<string name="one_action_unlock_ui">Unlock UI</string>
<string name="one_action_show_float">Floating Window</string>
<string name="one_action_pip">PiP Mode</string>
<string name="one_action_edit_layout">Customize Screen</string>
<string name="one_action_add_shortcut">Create Shortcut</string>
<string name="one_action_edit_timer">Edit Timer</string>
<string name="one_action_stop">Stop timer</string>
<string name="one_action_prev">To the previous step</string>
<string name="one_action_next">To the next step</string>
<string name="one_action_more">More timer settings</string>
<string name="one_action_tweak_time">Tweak Time</string>
<string name="one_action_add_one_minute" translatable="false">+ 1:00</string>
<string name="one_unable_to_start_timers_in_the_trash">Unable to start a timer in the trash</string>
<string name="one_ui_locked">UI is locked</string>
<string name="one_ui_unlock">Unlock</string>
<string name="one_shortcut_name">Shortcut name</string>
<string name="one_shortcut_open_on_click">Open timer screen on click</string>
<string name="one_layout_bar">Timing Bar</string>
<string name="one_layout_time_size">Time Text Size</string>
<string name="one_layout_edit">Edit Layout</string>
<!--Time panels-->
<string name="time_panel_picker">Time Panel Picker</string>
<string name="time_panel_elapsed_time">Elapsed time</string>
<string name="time_panel_elapsed_percent">Elapsed time in percent</string>
<string name="time_panel_remaining_time">Remaining time</string>
<string name="time_panel_remaining_percent">Remaining time in percent</string>
<string name="time_panel_step_end_time">Step end time</string>
<string name="time_panel_timer_end_time">Timer end time</string>
<!--Notifications-->
<string name="notif_timer_title">%1$s: %2$s</string>
<string name="notif_timer_running">%1$s running</string>
<string name="notif_timer_paused">%1$s paused</string>
<string name="notif_timer_screen_showing">%1$s is waking the screen</string>
<string name="notif_channel_fore_title">Foreground Service</string>
<string name="notif_channel_fore_desp">Controls all notifications</string>
<string name="notif_channel_timing_title">Timing Notification</string>
<string name="notif_channel_timing_desp">Shows the info of an ongoing timer and its actions</string>
<string name="notif_channel_screen_title">Screen Notification</string>
<string name="notif_channel_screen_desp">Used by Screen reminder</string>
<string name="notif_channel_b_notif_title">\"Notification\" Reminder Notification</string>
<string name="notif_channel_b_notif_desp">Used by Notification reminder</string>
<string name="notif_channel_app_info_title">App Info</string>
<string name="notif_channel_app_info_desp">Like errors, billing issues, account issues, etc</string>
<string name="notif_timers_running">%1$s running</string>
<string name="notif_timers_paused">%1$s paused</string>
<string name="notif_a11y_start_ally">Start all timers</string>
<string name="notif_a11y_pause_ally">Pause all timers</string>
<string name="notif_a11y_stop_ally">Stop all timers</string>
<!--Scheduler-->
<string name="scheduler_alert_title">Please use scheduler at your own risk</string>
<string name="scheduler_alert_content">Scheduling work on Android is tricky. There are chances that the system does not trigger a scheduler. Please test on your own before relying on schedulers.</string>
<string name="scheduler_default_name">Scheduler</string>
<string name="scheduler_title">Edit Scheduler</string>
<string name="scheduler_name">Scheduler Name</string>
<string name="scheduler_timer">Timer</string>
<string name="scheduler_action">Action</string>
<string name="scheduler_start">Start the timer</string>
<string name="scheduler_end">Stop the timer</string>
<string name="scheduler_time">Time</string>
<string name="scheduler_repeat">Repeat</string>
<string name="scheduler_repeat_once">Once</string>
<string name="scheduler_repeat_every_week">Repeat every week</string>
<string name="scheduler_repeat_every_days">Repeat every several days</string>
<string name="scheduler_repeat_every">Every</string>
<plurals name="scheduler_repeat_days">
<item quantity="zero">Day</item>
<item quantity="one">Day</item>
<item quantity="other">Days</item>
</plurals>
<string name="scheduler_repeat_every_day">Every day</string>
<string name="scheduler_repeat_tomorrow">Tomorrow</string>
<string name="scheduler_repeat_today">Today</string>
<string name="scheduler_wrong_timer_id">This scheduler requires a timer</string>
<string name="scheduler_wrong_every_days">This value should be between 1 and 127</string>
<string-array name="scheduler_set" translatable="false">
<item>@string/scheduler_set1</item>
<item>@string/scheduler_set2</item>
<item>@string/scheduler_set3</item>
<item>@string/scheduler_set4</item>
<item>@string/scheduler_set5</item>
<item>@string/scheduler_set6</item>
<item>@string/scheduler_set7</item>
<item>@string/scheduler_set8</item>
</string-array>
<string name="scheduler_set1">Scheduler set for less than 1 minute from now</string>
<string name="scheduler_set2">Scheduler set for <xliff:g example="2 days" id="DAYS">%1$s</xliff:g> from now</string>
<string name="scheduler_set3">Scheduler set for <xliff:g example="2 hours" id="HOURS">%2$s</xliff:g> from now</string>
<string name="scheduler_set4">Scheduler set for <xliff:g example="2 days" id="DAYS">%1$s</xliff:g> and <xliff:g example="2 hours" id="HOURS">%2$s</xliff:g> from now</string>
<string name="scheduler_set5">Scheduler set for <xliff:g example="2 minutes" id="MINUTES">%3$s</xliff:g> from now</string>
<string name="scheduler_set6">Scheduler set for <xliff:g example="2 days" id="DAYS">%1$s</xliff:g> and <xliff:g example="2 minutes" id="MINUTES">%3$s</xliff:g> from now</string>
<string name="scheduler_set7">Scheduler set for <xliff:g example="2 hours" id="HOURS">%2$s</xliff:g> and <xliff:g example="2 minutes" id="MINUTES">%3$s</xliff:g> from now</string>
<string name="scheduler_set8">Scheduler set for <xliff:g example="2 days" id="DAYS">%1$s</xliff:g>, <xliff:g example="2 hours" id="HOURS">%2$s</xliff:g>, and <xliff:g example="2 minutes" id="MINUTES">%3$s</xliff:g> from now</string>
<string name="scheduler_schedule_failed">Setting scheduler failed %s</string>
<string name="scheduler_canceled_template">%1$s canceled</string>
<string name="scheduler_starts_action_template">Start %1$s</string>
<string name="scheduler_stops_action_template">Stop %1$s</string>
<plurals name="schedulers">
<item quantity="one">1 scheduler</item>
<item quantity="other">%1$s schedulers</item>
</plurals>
<plurals name="days">
<item quantity="one">1 day</item>
<item quantity="other"><xliff:g example="7" id="number">%s</xliff:g> days</item>
</plurals>
<plurals name="hours">
<item quantity="one">1 hour</item>
<item quantity="other"><xliff:g example="7" id="number">%s</xliff:g> hours</item>
</plurals>
<plurals name="minutes">
<item quantity="one">1 minute</item>
<item quantity="other"><xliff:g example="7" id="number">%s</xliff:g> minutes</item>
</plurals>
<string name="seconds_0">0 second</string>
<plurals name="seconds">
<item quantity="one">1 second</item>
<item quantity="other"><xliff:g example="7" id="number">%s</xliff:g> seconds</item>
</plurals>
<!--Shortcut-->
<string name="shortcut_created">Shortcut created</string>
<string name="shortcut_disabled">Timer not found. Please recreate one</string>
<string name="shortcut_not_support">The current launcher can\'t create a shortcut</string>
<string name="shortcut_remove_old">Please delete this timer\'s old shortcut first</string>
<string name="shortcut_timer_started">The timer has started</string>
<!--Theme-->
<string name="theme_title">App Theme</string>
<string name="theme_custom_title">Custom Theme</string>
<string name="theme_custom_primary">Primary color</string>
<string name="theme_custom_secondary">Accent color</string>
<string name="theme_pick_colors">Custom</string>
<string name="theme_pick_presets">Presets</string>
<string name="theme_pick_back">Back</string>
<string name="theme_step_color_dialog_title">Pick Step Color</string>
<string name="theme_step_color_title">Step Color</string>
<!--Backup-->
<string name="backup_local_backup">Local</string>
<string name="backup_app_data">Application Data</string>
<string name="backup_app_settings">Application Settings</string>
<string name="backup_next_step">Next Step</string>
<string name="backup_wrong_saf">Storage Access Framework not found\nThis device doesn\'t support export and import</string>
<string name="backup_key_cloud" translatable="false">backup_key_cloud</string>
<string name="backup_key_export" translatable="false">backup_key_export</string>
<string name="backup_key_import" translatable="false">backup_key_import</string>
<!--Cloud Backup-->
<string name="cloud_backup_title">Cloud Backup</string>
<string name="cloud_backup_account_issue_notif_title">Cloud Backup Failed</string>
<string name="cloud_backup_account_issue_notif_desp">Unable to find your account. Click here to sign in</string>
<string name="cloud_backup_billing_issue_notif_title">Cloud Backup Failed</string>
<string name="cloud_backup_billing_issue_notif_desp">Unable to find your subscription. Click here to manage subscriptions</string>
<string name="cloud_backup_state_required">Backup required</string>
<string name="cloud_backup_state_scheduled">Scheduled</string>
<string name="cloud_backup_state_running">In progress</string>
<string name="cloud_backup_state_up_to_date">Up-to-date</string>
<string name="cloud_backup_state_error">Error</string>
<string name="cloud_backup_account_required">Create an account to keep track of backups</string>
<string name="cloud_backup_backup_options">Backup Options</string>
<string name="cloud_backup_backup_state">Backup State</string>
<string name="cloud_backup_backup_now">Backup Now</string>
<string name="cloud_backup_backup_now_failed">Backup failed</string>
<string name="cloud_backup_uploading">Backup in progress…</string>
<string name="cloud_backup_finished">Backup finished</string>
<string name="cloud_backup_auto_backup_title">Auto Cloud Backup</string>
<string name="cloud_backup_auto_backup_enabled">Auto Cloud Backup enabled</string>
<string name="cloud_backup_restore">Restore</string>
<string name="cloud_backup_restoring">Restoring…</string>
<string name="cloud_backup_restore_failed">Restore failed</string>
<string name="cloud_backup_restore_alert">Your app data and settings will be overridden. Continue?</string>
<string name="cloud_backup_other_options">Other Options</string>
<string name="cloud_backup_recent_error">Recent Error</string>
<!--Export-->
<string name="export_data_title">Export Application Data</string>
<string name="export_data_summary">Save this app\'s data as a file</string>
<string name="export_error">Export failed. Please try again.</string>
<string name="export_path_title">Export Location</string>
<string name="export_select_location">Choose an export location</string>
<string name="export_content_title">Content Selection</string>
<string name="export_begin">Begin Exporting</string>
<string name="export_action">Export</string>
<string name="export_done">Export done</string>
<!--Import-->
<string name="import_data_title">Import Application Data</string>
<string name="import_data_summary">Import app\'s data from an exported file</string>
<string name="import_error">Import failed. Please try again.\n\nPossible solutions:\n1. Import again. \n2. Update the app to the latest version.\n3. Clean the app data and then import it again.</string>
<string name="import_path_title">Choose Import File(.json/.tmd)</string>
<string name="import_select_location">Choose File</string>
<string name="import_no_file">No file is available</string>
<string name="import_empty_file">The file is empty</string>
<string name="import_wipe_first">Wipe out old data</string>
<string name="import_wipe_warning">This will wipe out current data and then add the new data</string>
<string name="import_content_title">Content Selection</string>
<string name="import_begin">Begin Importing</string>
<string name="import_action">Import</string>
<string name="import_done">Import done</string>
<string name="import_restart_content">Restart the app to activate changes?</string>
<string name="import_restart">Restart</string>
<!--Help-->
<string name="help_email_title">TimeR Machine Feedback</string>
<string name="help_tutorial">Tutorial</string>
<string name="help_tutorial_desp">Get started from here</string>
<string name="help_tips_tricks">Tips and Tricks</string>
<string name="help_tips_tricks_desp">Get the most out of this app</string>
<string name="help_whitelist">Whitelist Guideline</string>
<string name="help_whitelist_desp">Prevent phone vendors from killing this app while it\'s running</string>
<string name="help_tts">Text-to-speech Configuration</string>
<string name="help_tts_desp">Voice and Countdown reminders depend on it</string>
<string name="help_tts_test_read_content">Click here to try to convert this text to speech</string>
<string name="help_tts_test_question">Does your device read the text?</string>
<string name="help_tts_test_yes">Yes!</string>
<string name="help_tts_test_instruction">No. I\'d like to read the instruction</string>
<string name="help_tts_test_system_settings">No. I\'d like to go to the system settings</string>
<string name="help_tts_test_system_settings_manual">You need to search \"Text-to-speech\" in the system settings to configure TTS</string>
<string name="help_qa">Common Q & A</string>
<string name="help_feedback">Feedback</string>
<string name="help_feedback_desp">Send an email and get replied in 24 hours</string>
<string name="help_key_tutorial" translatable="false">key_help_tutorial</string>
<string name="help_key_tips" translatable="false">key_help_tips</string>
<string name="help_key_qa" translatable="false">key_help_qa</string>
<string name="help_key_whitelist" translatable="false">key_help_whitelist</string>
<string name="help_key_tts" translatable="false">key_help_tts</string>
<string name="help_key_feedback" translatable="false">key_help_feedback</string>
<!--Dark theme-->
<string name="dark_theme_title">Dark Theme</string>
<string name="dark_theme_manual">Manual</string>
<string name="dark_theme_scheduled">Scheduled</string>
<string name="dark_theme_scheduled_from">From</string>
<string name="dark_theme_scheduled_to">To</string>
<string name="dark_theme_system_default">System default</string>
<string name="dark_theme_battery_saver">Set by battery saver</string>
<string name="dark_theme_scheduled_dark_now">Switched to the dark theme</string>
<string name="dark_theme_scheduled_light_now">Switched to the light theme</string>
<!--Tweak time-->
<string name="tweak_time_title">Tweak Time Settings</string>
<string name="tweak_time_main_title">Main Buttons</string>
<string name="tweak_time_overflow_title">Overflow Buttons</string>
<!--App preferences-->
<string name="pref_category_title_app">Application Settings</string>
<!--Timer preferences-->
<string name="pref_category_title_timer_setting">Timer Settings</string>
<string name="pref_screen_title">Screen Brightness</string>
<string-array name="pref_screen_titles" translatable="false">
<item>@string/pref_screen_title_on</item>
<item>@string/pref_screen_title_dim</item>
<item>@string/pref_screen_title_default</item>
</string-array>
<string name="pref_screen_title_on">Keep the screen on</string>
<string name="pref_screen_title_dim">Dim the screen</string>
<string name="pref_screen_title_default">Use system default</string>
<string name="pref_screen_value_keep" translatable="false">screen_keep</string>
<string name="pref_screen_value_dim" translatable="false">screen_dim</string>
<string name="pref_screen_value_default" translatable="false">screen_system</string>
<string-array name="pref_screen_values" translatable="false">
<item>@string/pref_screen_value_keep</item>
<item>@string/pref_screen_value_dim</item>
<item>@string/pref_screen_value_default</item>
</string-array>
<string name="pref_screen_timing_title">Screen Brightness Application Timing</string>
<string-array name="pref_screen_timing_titles" translatable="false">
<item>@string/pref_screen_timing_title_open</item>
<item>@string/pref_screen_timing_title_running</item>
</string-array>
<string name="pref_screen_timing_title_open">When the app is open</string>
<string name="pref_screen_timing_title_running">When the app is open and any timer is running</string>
<string name="pref_screen_timing_value_timer" translatable="false">timer</string>
<string name="pref_screen_timing_value_service" translatable="false">service</string>
<string name="pref_screen_timing_value_default" translatable="false">@string/pref_screen_timing_value_timer</string>
<string-array name="pref_screen_timing_values" translatable="false">
<item>@string/pref_screen_timing_value_timer</item>
<item>@string/pref_screen_timing_value_service</item>
</string-array>
<string name="pref_notifier_plus_title">When plus time at a notifier</string>
<string-array name="pref_notifier_plus_titles" translatable="false">
<item>@string/pref_notifier_plus_title_return</item>
<item>@string/pref_notifier_plus_title_time</item>
</string-array>
<string name="pref_notifier_plus_title_return">Return to the last step and set time to 1m</string>
<string name="pref_notifier_plus_title_time">Add more time</string>
<string-array name="pref_notifier_plus_values" translatable="false">
<item>1</item>
<item>0</item>
</string-array>
<string name="pref_tweak_time_title">Advanced Time Tweak</string>
<string name="pref_tweak_time_on">Enabled</string>
<string name="pref_tweak_time_off">Disabled</string>
<string name="settings_floating_window_pip">Floating Window & PIP</string>
<string name="settings_floating_window_pip_auto_close">Automatically Close Window</string>
<string name="settings_floating_window_pip_auto_close_on">When a timer finishes, close the floating window or PIP</string>
<string name="settings_floating_window_pip_auto_close_off">When a timer finishes, keep the floating window or PIP open</string>
<string name="settings_floating_window_pip_floating">Floating Window</string>
<string name="settings_floating_window_pip_floating_alpha">Window Transparency</string>
<string name="settings_floating_window_pip_floating_size">Window Size</string>
<string name="settings_floating_window_pip_pip">PIP</string>
<string name="settings_floating_window_pip_floating_failed">Unable to create a Floating Window. Please try again</string>
<string name="pref_phone_call">When the phone is on a call</string>
<string-array name="pref_phone_call_titles" translatable="false">
<item>@string/pref_phone_call_title_nothing</item>
<item>@string/pref_phone_call_title_pause</item>
<item>@string/pref_phone_call_title_pause_resume</item>
</string-array>
<string name="pref_phone_call_title_nothing">Do nothing</string>
<string name="pref_phone_call_title_pause">Pause all timers</string>
<string name="pref_phone_call_title_pause_resume">Pause and then resume all after the call</string>
<string-array name="pref_phone_call_values" translatable="false">
<item>0</item>
<item>1</item>
<item>2</item>
</string-array>
<string name="pref_show_timer_total_time">Total Time When Editing</string>
<string name="pref_show_timer_total_time_on">Show the total time of the timer and groups</string>
<string name="pref_show_timer_total_time_off">Hide it</string>
<!--Use the previously generated speech synthesis file instead of synthesizing the voice every time. Similar to caching.-->
<string name="pref_tts_bakery">Text-to-speech bakery</string>
<string name="pref_tts_bakery_off">Generate the audio file of every Text-to-speech content for a quick speech afterward</string>
<string name="pref_tts_bakery_on">If Text-to-speech malfunctions, please turn off this option</string>
<string name="pref_media_style_notification">Media Style Notification</string>
<!--Reminder preferences-->
<string name="pref_reminder">Reminder</string>
<string name="pref_reminder_baked_count_title">Baked count sound</string>
<string name="pref_reminder_baked_count_desp">When counting down from 20 to 0, play recorded sound instead of synthesizing the speech from text.\n\nThis is faster and more consistent.</string>
<string name="pref_reminder_baked_count_on">Enabled</string>
<string name="pref_reminder_baked_count_off">Disabled</string>
<string name="pref_reminder_baked_count_downloading">Downloading resources…</string>
<!--Scheduler preferences-->
<string name="pref_category_title_scheduler_setting">Scheduler Settings</string>
<string name="pref_week_start_title">Start Week on</string>
<!--Notification preferences-->
<string name="pref_category_notif">Notifications</string>
<string name="pref_open_notif_setting">Open Notification Settings</string>
<!--Audio preferences-->
<string name="pref_category_title_audio">Audio</string>
<string name="pref_audio_focus_type_title">Audio Focus Type</string>
<!--AudioManager.AUDIOFOCUS_GAIN-->
<string name="pref_audio_focus_type_default" translatable="false">2</string>
<string-array name="pref_audio_focus_titles" translatable="false">
<item>@string/pref_audio_focus_title_pause</item>
<item>@string/pref_audio_focus_title_stop</item>
<item>@string/pref_audio_focus_title_lower</item>
<item>@string/pref_audio_focus_title_none</item>
</string-array>
<string name="pref_audio_focus_title_pause">Pause other sounds</string>
<string name="pref_audio_focus_title_stop">Stop other sounds</string>
<string name="pref_audio_focus_title_lower">Lower other sounds</string>
<string name="pref_audio_focus_title_none">None</string>
<string-array name="pref_audio_focus_values" translatable="false">
<item>@string/pref_audio_focus_type_default</item>
<!--AudioManager.AUDIOFOCUS_GAIN-->
<item>1</item>
<!--AudioManager.AUDIOFOCUS_GAIN_TRANSIENT_MAY_DUCK-->
<item>3</item>
<!--AudioManager.AUDIOFOCUS_NONE-->
<item>0</item>
</string-array>
<string name="pref_audio_type_title">Sound Type</string>
<string-array name="pref_audio_type_titles" translatable="false">
<item>@string/pref_audio_type_title_alarm</item>
<item>@string/pref_audio_type_title_media</item>
<item>@string/pref_audio_type_title_notification</item>
</string-array>
<string name="pref_audio_type_title_alarm">Alarm</string>
<string name="pref_audio_type_title_media">Media</string>
<string name="pref_audio_type_title_notification">Notification</string>
<string-array name="pref_audio_type_values" translatable="false">
<!--AudioManager.STREAM_ALARM == 4-->
<item>4</item>
<!--AudioManager.STREAM_MUSIC == 3-->
<item>3</item>
<!--AudioManager.STREAM_NOTIFICATION == 5-->
<item>5</item>
</string-array>
<string name="pref_audio_volume_title">Volume</string>
<!--Other preferences-->
<string name="pref_title_other">Other</string>
<string name="rate_five_stars">Rate This App 5 Stars</string>
<string name="pref_recommend">Share This App</string>
<string name="pref_about_title">About</string>
<string name="about_version">Version</string>
<string name="about_source_code">Source code</string>
<string name="about_developer">Developer</string>
<string name="about_more_apps_from_me">More apps from me</string>
<string name="share_content">TimeR Machine, a great interval/workouts timer app</string>
<!--Log-->
<string name="log_title">App log</string>
<!--App intro-->
<string name="intro_start_sample_timer_name">Exercise Plan</string>
<string name="intro_start_sample_timer_step1">Run 3 minutes</string>
<string name="intro_start_sample_timer_step2">End of Run</string>
<string name="intro_start_sample_timer_step3">Walk 2 minutes</string>
<string name="intro_start_sample_timer_step4">End of Walk</string>
<string name="intro_start_welcome">Welcome!\nClick the <b>Right Arrow</b> below to start the tutorial.</string>
<string name="intro_start_our_plan">Let\'s create an exercise plan where we <b>run for 3 minutes</b>, then <b>walk 2 minutes</b>, and <b>loop the process 5 times</b>.</string>
<string name="intro_start_create_timer">Click ➕ to create a new timer.</string>
<string name="intro_start_enter_loop">First, set the <b>Loop</b> to <b>5</b>.</string>
<string name="intro_start_step_card">A card represents a step of the plan.</string>
<string name="intro_start_step_time">Click <b>the time by the side of the step name</b> and change the time to <b>3 minutes</b>.</string>
<string name="intro_start_notifier">In this app, you <b>must add reminders after a step, or the app won\'t remind you</b>.</string>
<string name="intro_start_add_notifier">Click <b>Notifier</b> button to add a step to remind you after the run.</string>
<string name="intro_start_add_reminder">Click ➕ below the step duration to add reminders. Let\'s add <b>Music</b> and <b>Vibration</b>.</string>
<string name="intro_start_reminder_usage">You can <b>long-press a reminder to check its usage</b>, on added reminders, or when selecting.</string>
<string name="intro_start_add_walk_step">Add a <b>Normal</b> step for walking.</string>
<string name="intro_start_walk_step_name">Set the walk time to <b>2 minutes</b>.</string>
<string name="intro_start_walk_notifier">Add <b>another notifier</b> to <b>get reminded after the walk</b>.</string>
<string name="intro_start_timer_done">Setup is done! Let\'s click ✔ at the top of the screen to <b>save the timer</b>.</string>
<string name="intro_start_run_timer"><b>Click the timer</b> to enter the running screen.</string>
<string name="intro_start_timer_time">This part shows <b>the remaining time</b>, the remaining loop, and the button to tweak time.</string>
<string name="intro_start_timer_steps">This part shows <b>the step list</b> and highlights <b>the current running step</b>.</string>
<string name="intro_start_timer_buttons">This is the control panel. They\'re <b>Stop, Previous Step, Start/Pause, Next Step</b>, and more options.</string>
<string name="intro_start_finish"><b>Congratulations! You\'ve finished the tutorial.</b></string>
<string name="intro_start_edit_behaviour">Click allows you to edit a reminder. For now, please finish the tutorial first</string>
<string name="intro_start_quick_start_pause">This starts a timer quickly. For now, click on the timer name to see its detail</string>
<string name="intro_save_for_later">You can try this after the tutorial</string>
<string name="intro_exit_confirmation">Exit the tutorial?</string>
<string name="intro_exit_difficult_app_alert">Without finishing the tutorial, the app may be confusing to use.</string>
<string name="intro_exit_previous_hint">To go back to the previous step, click the <b>Left Arrow</b> at the bottom of the screen.</string>
<string name="intro_location">You can find the tutorial in \"Help & Feedback\"</string>
<string name="tip_missed_timer"><b>Some timers are stopped abnormally!</b>\n\nIt is probably because the system kills the app in the background. <b>To resolve this problem, please consider whitelisting this app in system settings.</b></string>
<!--Updates-->
<string name="update_title">Changelog</string>
<!--Tasker-->
<string name="tasker_edit_title">TimeR Machine Plugin</string>
<string name="tasker_event_timer_starts">Trigger when <xliff:g example="Timer name" id="timer_name">%s</xliff:g> starts</string>
<string name="tasker_event_timer_stops">Trigger when <xliff:g example="Timer name" id="timer_name">%s</xliff:g> stops</string>
<!--Whitelist-->
<string name="whitelist_disclaimer"><b>Many Android manufacturers may kill running apps when the screen is off or switching to another app</b>, which is an infamous Android problem.\n\nThis app tries its best to do its job well, but there\'s still a chance of failing.\n\n<b>Please whitelist this app in the system settings</b>.</string>
<string name="whitelist_disclaimer_yes">Check Whitelist Guideline</string>
<string name="whitelist_disclaimer_no">No, I understand the consequences</string>
<string name="whitelist_disclaimer_no_confirmation">Skip the guideline?</string>
<string name="whitelist_location">You can find Whitelist Guideline in \"Help & Feedback\"</string>
<string name="whitelist_intro">Most Android manufacturers shut down running background apps by force, making apps stops reminding you.\n\nPlease allow auto-start, allow background running, turn off battery optimization, etc., in the settings.\n\nHere are some instructions: </string>
<string name="whitelist_don_t_kill_desp">A website that provides many solutions</string>
<string name="whitelist_setting">Configure</string>
<string name="whitelist_links">Links</string>
<string name="whitelist_quick_settings">Some quick Settings</string>
<string name="whitelist_ignore_battery_optimization">Ignore Battery Optimization</string>
<string name="whitelist_settings_template">System setting %d</string>
<!--Permission checks-->
<string name="permission_notifications_title">Enable Notifications</string>
<string name="permission_notifications_message">Timer Machine needs notification permission to show timer countdowns and alerts when timers expire. Without it, timers will run silently.</string>
<string name="permission_battery_title">Disable Battery Optimization</string>
<string name="permission_battery_message">Battery optimization may stop timers from running in the background. Please disable it for Timer Machine to ensure reliable timer operation.</string>
<string name="permission_enable">Enable</string>
<string name="permission_not_now">Not now</string>
<string name="permission_dont_ask_again">Don\'t ask again</string>
<string name="pref_reset_permission_reminders">Reset permission reminders</string>
<string name="pref_reset_permission_reminders_summary">Re-enable notification and battery optimization prompts</string>
<string name="pref_permission_reminders_reset">Permission reminders re-enabled</string>
<!--Account-->
<string name="account_sign_out_confirmation">Sign out?</string>
<string name="account_sign_out">Sign Out</string>
<string name="account_signing_out">Signing Out…</string>
<string name="account_delete">Delete Account and All Backup</string>
<string name="account_delete_confirmation_title">Delete your account and all your backup data?</string>
<string name="account_delete_confirmation_desp">This does <b>NOT</b> affect your subscription. You can manage your subscription in the Google Play Store.</string>
<string name="account_deleting">Deleting Account…</string>
<string name="account_sign_in">Register / Sign In</string>
<!--Billing-->
<string name="billing_iap">In-App Purchases</string>
<string name="billing_loading">Loading</string>
<string name="billing_purchase">Purchase</string>
<string name="billing_subscribe">Subscribe</string>
<string name="billing_owned">Owned</string>
<string name="billing_per_year">/Year</string>
<string name="billing_explanation">"By tapping "Subscribe," your payment will be charged to your Google Play Store account. Your subscription will automatically renew for the same plan length at the same price until you cancel it on Subscriptions in the Google Play Store at least 24 hours before the end of the current period. By tapping "Subscribe," you agree to our <xliff:g example="Privacy policy" id="privacy_policy">%1$s</xliff:g> and <xliff:g example="Terms" id="terms">%2$s</xliff:g>."</string>
<string name="billing_cancel_anytime">Recurring billing. Cancel anytime.</string>
<string name="billing_not_supported">Subscriptions are not supported at the moment</string>
<string name="billing_connect_issue">There was an error connecting with Google Play.\n\nThis issue might be temporary, so please try again in a few minutes.</string>
<string name="billing_manage_subscription">Manage Subscription</string>
<string name="billing_under_maintenance">Under maintenance</string>
<string name="billing_cloud_backup_title">Cloud backup</string>
<string name="billing_cloud_backup_desp">Never lose your record of hard work</string>
<string name="billing_more_themes_title">More themes</string>
<string name="billing_more_themes_desp">Carefully picked and perfect colors for the app</string>
<string name="billing_dynamic_themes_title">Dynamic themes</string>
<string name="billing_dynamic_themes_desp" translatable="false">Android 12+</string>
<string name="billing_baked_count_title">Baked count sound</string>
<string name="billing_baked_count_desp">Fast and consistent count down sounds</string>
<string name="billing_ad_off_title">No ads</string>
<string name="billing_ad_off_desp">Help the app stay ad-free and open-sourced</string>
<string name="billing_future_title">More in the future</string>
<string name="billing_future_desp">Your help makes the app better!</string>
<string name="billing_a_part_of_iap">This is a part of in-app purchases.</string>
<string name="billing_subscription_service">This is a subscription service.</string>
<string name="billing_help_title">Help</string>
<string name="billing_help_contact">Contact</string>
<string name="billing_help_email_title">TimeR Machine Billing Issue</string>
</resources>