-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcustom_strings.xml
716 lines (625 loc) · 47.7 KB
/
custom_strings.xml
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
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<!-- Settings -->
<string name="settings_toolbar">Settings</string>
<string name="home_category_theme">Theming</string>
<string name="home_category_theme_subcategory_colors">Colors</string>
<string name="home_category_theme_subcategory_colors_summary">Theme, drawer and widget colors</string>
<string name="home_category_theme_subcategory_iconography">Iconography</string>
<string name="home_category_theme_subcategory_iconography_summary">Detailed icon customization</string>
<string name="home_category_theme_subcategory_typography">Typography</string>
<string name="home_category_theme_subcategory_typography_summary">Font configurations</string>
<string name="home_category_layout">Layout</string>
<string name="home_category_layout_subcategory_interface">Interface</string>
<string name="home_category_layout_subcategory_interface_summary">Desktop, drawer and dock tweaks</string>
<string name="home_category_layout_subcategory_grids">Grids</string>
<string name="home_category_layout_subcategory_grids_summary">Desktop, dock and drawer grids</string>
<string name="home_category_layout_subcategory_widgets">Widgets</string>
<string name="home_category_layout_subcategory_widgets_summary">Google search bar and smart widgets</string>
<string name="home_category_behaviour">Behaviour</string>
<string name="home_category_behaviour_subcategory_gestures">Gestures</string>
<string name="home_category_behaviour_subcategory_gestures_summary">Actions, behaviour and shortcuts</string>
<string name="home_category_behaviour_subcategory_animations">Animations</string>
<string name="home_category_behaviour_subcategory_animations_summary">Transition effects</string>
<string name="home_category_advanced">Advanced</string>
<string name="home_category_advanced_subcategory_debugging">Debugging</string>
<string name="home_category_advanced_subcategory_debugging_summary">Something not working?</string>
<string name="home_category_backup_reset_subcategory_backup_reset">Profile manager</string>
<string name="home_category_backup_reset_subcategory_backup_reset_summary">Manage saved desktop layouts</string>
<string name="home_category_backup_reset_subcategory_backup_reset_summary_permission_needed">To backup and restore, tap here to grant the storage permission.</string>
<string name="home_category_set_default_home">Reassign system launcher</string>
<string name="home_category_set_default_home_summary">No default launcher set</string>
<string name="home_category_misc">hyperion</string>
<string name="home_category_get_plus_prefix" formatted="false">Launcher status: %1$s</string>
<string name="home_category_get_plus_unregistered">Free</string>
<string name="home_category_get_plus_summary">Click for more information</string>
<string name="home_category_get_plus_iap">In-app</string>
<string name="home_category_get_plus_play">Play Store</string>
<string name="home_category_get_plus_dialog_title">Hyperion Supreme</string>
<string name="home_category_get_plus_dialog_summary">Upgrade to Hyperion Supreme for many features such as:\n\n
• Gestures\n
• Deeper icon customizations\n
• Custom launcher font using .ttf files\n
• Disabling app suggestions\n
• Two row dock\n
• Smart widget customizations\n
• and many more!\n\n
…as well as to support our development work for the community!\n
\nBoth In-App and Play Store methods of achieving Pro status will unlock the same amount of features as each other.</string>
<string name="home_category_get_plus_play_failed_title">Hmmm…Pro not activated?</string>
<string name="home_category_get_plus_play_failed_summary">Make sure both the Supreme addon and Hyperion launcher were both installed by Play Store in order to verify your purchase.</string>
<string name="home_category_get_plus_play_failed_try_again">Try again</string>
<string name="home_category_have_plus">Plus</string>
<string name="home_category_have_plus_summary">Thanks for your support!</string>
<string name="home_category_integrations">Integrations</string>
<string name="home_category_integrations_summary">External app integrations</string>
<string name="about_version" formatted="false">Launcher version</string>
<string name="about_version_summary" formatted="false">%1$s_%2$s-%3$d:%4$s</string>
<string name="rate_app">Rate us</string>
<string name="rate_app_summary">If you haven\'t already, please rate our app!</string>
<string name="contact_support">Contact support</string>
<string name="contact_support_url" translatable="false">https://t.me/HyperionHub</string>
<string name="contact_support_summary">Having issues? Feature requests?</string>
<!-- Main Category: Colors -->
<string name="theming_category_theme">Theme</string>
<string name="launcher_theme_light">Light</string>
<string name="launcher_theme_dark">Dark</string>
<string name="launcher_theme_black">Black</string>
<string name="launcher_theme_transparent">Transparent</string>
<string name="launcher_theme_accent_color">Accent</string>
<string name="launcher_theme_search_title">Search bar</string>
<string name="drawer_settings_header_background_gradient_glow_opacity">Glow opacity</string>
<string name="drawer_settings_header_background_gradient_glow_overflow">Glow overflow</string>
<string name="colors_settings_background">Background</string>
<string name="drawer_settings_dock_background_title">Dock background</string>
<string name="drawer_settings_dock_indicator_title">Dock indicator color</string>
<string name="settings_folder_title">Folder</string>
<string name="drawer_settings_folder_background_title">Folder background</string>
<string name="drawer_settings_drawer_scroll_indicator">Indicator color</string>
<string name="drawer_settings_drawer_scroll_indicator_title">Scroll indicator</string>
<!-- QSB widget color picker -->
<string name="pref_qsb_workspace_color_toggle">Desktop/Dock search bar</string>
<string name="pref_qsb_allapps_color_toggle">Drawer search bar</string>
<string name="pref_qsb_icons_color">Icons</string>
<string name="pref_smartspace_color_toggle">Widget items</string>
<string name="preset_button_material_colors">Preset colors</string>
<string name="preset_button_wallpaper">Wallpaper colors</string>
<!-- Main Category: Iconography -->
<string name="section_dock">Dock</string>
<string name="section_desktop">Desktop</string>
<string name="section_drawer">Drawer</string>
<string name="section_recents">Quickstep / Recents</string>
<string name="theming_category_icon_style">Icon style</string>
<string name="theming_category_notification_style">Notification indicator</string>
<string name="iconography_workspace_icon_title">Desktop icons</string>
<string name="iconography_dock_icon_title">Dock icons</string>
<string name="iconography_drawer_icon_title">Drawer icons</string>
<string name="iconography_folder_icon_title">Folder icons</string>
<string name="iconography_icon_show_title">Show icon text</string>
<string name="iconography_drawer_icon_customization_title">Icon customization</string>
<string name="iconography_drawer_icon_customization_summary">Enabling this will allow custom icon changes</string>
<string name="iconography_drawer_icon_size_title">Icon size</string>
<string name="iconography_drawer_text_color_picker">Label color</string>
<string name="iconography_drawer_text_size">Label size</string>
<string name="iconography_drawer_two_line_title">Multiple lines for labels</string>
<string name="iconography_drawer_two_line_summary">Uses multiple lines in case the first line does not fit the whole label</string>
<string name="iconography_drawer_text_shadow_title">Show text shadow</string>
<string name="iconography_drawer_text_shadow_summary">Displays a dark shadow to emphasize the text</string>
<string name="file_load_failed">Failed to load file. Please go into your "internal storage" then into your "Download" folder manually</string>
<string name="iconography_custom_text_color_toggle">Text color</string>
<string name="icon_preview_title">Preview</string>
<!-- Main Category: Typography -->
<string name="theming_category_font_category">Launcher typeface</string>
<string name="theming_category_font_title">Pick a font file (.ttf extension)</string>
<string name="theming_category_font_select_title">Select font</string>
<string name="theming_category_font_clear_title">Reset custom font</string>
<string name="theming_category_font_clear_summary">This will reset any custom font changes</string>
<string name="launcher_textstyle_normal">Regular</string>
<string name="launcher_textstyle_bold">Bold</string>
<string name="launcher_textstyle_italic">Italic</string>
<string name="launcher_textstyle_bold_italic">Bold Italic</string>
<!-- Font styles -->
<string name="theming_category_textstyle_title">Select style</string>
<string name="theming_category_textstyle_select_summary">%s</string>
<string name="theming_category_textstyle_select_denied_summary">Reset custom font to set a custom text style</string>
<string name="theming_category_style_category">Typeface style</string>
<string name="fonts_demo_string_normal" translatable="false">I\'m a normal font</string>
<string name="fonts_demo_string_normal_bold" translatable="false">I\'m bold and normal</string>
<string name="fonts_demo_string_italics" translatable="false">I\'m italicized</string>
<string name="fonts_demo_string_italics_bold" translatable="false">I\'m bold and italicized</string>
<!-- Main Category: Interface -->
<string name="interface_subsection_other">Other</string>
<string name="interface_subsection_overview">Overview</string>
<!-- Hidden apps -->
<string name="pref_pages_hidden_section">Hidden apps</string>
<string name="pref_pages_hide_apps_title">Select app(s) to hide</string>
<string name="pref_pages_hide_apps_summary">Hide and unhide apps from the drawer</string>
<string name="pref_pages_hidden_apps_search_title">Hide in search</string>
<string name="pref_pages_hidden_apps_search_summary">Hide apps from search results</string>
<string name="hidden_app">All apps shown</string>
<string name="hide_app_sum">Hide app from the app drawer</string>
<string name="hide_app">Hide app</string>
<string name="launcher_hidden_dashboard_title">Show/hide dashboards</string>
<string name="launcher_hidden_dashboard_all_name">Hide all dashboards</string>
<string name="launcher_hidden_dashboard_no_name">Do not hide</string>
<string name="launcher_hidden_dashboard_iconpacks_name">Hide icon pack dashboards only</string>
<string name="launcher_hidden_dashboard_subspack_name">Hide substratum dashboards only</string>
<!-- Main Category: Interface -->
<!-- Subcategory: Desktop -->
<string name="title_show_google_app">Display Google Feed</string>
<string name="title_show_google_app_theme">Google Feed theme</string>
<string name="msg_minus_one_on_left">To the left of the main desktop</string>
<string name="msg_minus_one_on_left_disabled">Requires Hyperion Dock, tap for more info</string>
<string name="google_companion_dialog_title">Google Feed Integration</string>
<string name="google_companion_dialog_message">To get Google Feed on your desktop, you must install the \"hyperion dock\" app.\n\nIt must be manually downloaded and installed due to technical reasons imposed by Google.</string>
<string name="google_companion_dialog_button">Get Hyperion Dock</string>
<string name="google_companion_dialog_url" translatable="false">https://kutt.it/hyperiondock</string>
<string name="google_companion_theme_auto">Follow launcher theme</string>
<string name="google_companion_theme_dark">Dark</string>
<string name="google_companion_theme_light">Light</string>
<string name="pages_lock_desktop">Desktop lock</string>
<string name="pages_lock_desktop_summary">Locks icon and widget movement</string>
<string name="pages_lock_desktop_title">Desktop locked</string>
<string name="pages_lock_desktop_message">You can select one of the following options to temporarily unlock the desktop or completely disable the desktop lock.</string>
<string name="pages_lock_desktop_neutral">Temporary</string>
<string name="pages_lock_desktop_negative">Disable</string>
<string name="pages_lock_desktop_positive">Ignore</string>
<string name="pages_full_width_widgets">Full width widgets</string>
<string name="pages_full_width_widgets_summary">Removes horizontal padding from widgets allowing them to fill the whole width</string>
<string name="pages_padding">Padding</string>
<string name="pages_padding_page">Comfortable view</string>
<string name="pages_padding_page_summary">Adds horizontal padding to the desktop</string>
<string name="pages_scroll_wallpaper_title">Scrolling wallpaper</string>
<string name="pages_scroll_wallpaper_summary">While swiping through pages</string>
<string name="status_bar_color_title">Status and navigation bar icon colors</string>
<string name="status_bar_color_default_name">Wallpaper/Theme-based</string>
<string name="status_bar_color_light_name">Force light icons</string>
<string name="status_bar_color_dark_name">Force dark icons</string>
<string name="dark_mode_gradient_title">Wallpaper gradient</string>
<string name="dark_mode_gradient_summary">Show a darkened gradient below the status bar and above the navigation bar</string>
<string name="title_app_suggestions">App suggestions</string>
<string name="summary_app_suggestions">Show frequently used apps at the top of the drawer</string>
<string name="pref_pages_folder_show_folder_name_on_expand_title">Show folder title</string>
<string name="pref_pages_folder_show_folder_name_on_expand_summary">Show the title of the folder when opening the folder</string>
<!-- Main Category: Interface -->
<!-- Subcategory: Drawer -->
<string name="pages_enable_drawer_navbar_tint">Navigation bar tint</string>
<string name="pages_enable_drawer_navbar_tint_summary">Displays a tint on the navigation bar while the app drawer is shown</string>
<string name="pages_enable_drawer_blur">Blur</string>
<string name="pages_enable_drawer_blur_summary">Creates a blur effect behind the app drawer background</string>
<string name="pages_enable_dock_blur_summary">Creates a blur effect behind the dock background</string>
<string name="pages_blur_permission">To enable, tap here to grant the storage permission</string>
<string name="pages_blur_limitations_lwp">Can\'t be used with live wallpapers</string>
<string name="pages_blur_limitations_land">or in landscape mode</string>
<string name="pages_drawer_blur_strength">Blur strength</string>
<string name="pages_enable_app_installation_progress">Promise installation status (BETA)</string>
<string name="pages_enable_app_installation_progress_summary">Show the progress of an updating app on the icon if applicable</string>
<string name="pages_drawer_tabs">Tabs</string>
<string name="pages_drawer_tabs_empty">Tap the button below to add a tab</string>
<string name="pages_drawer_folders">Folders</string>
<string name="pages_drawer_folders_empty">Tap the button below to add a folder</string>
<string name="pages_close_drawer_on_pause">Automatically close</string>
<string name="pages_close_drawer_on_pause_summary">When an app is launched, pressing back will no longer keep the drawer open</string>
<string name="pages_show_drawer_scroll_indicator">Display drawer scroll indicator</string>
<string name="pages_show_drawer_scroll_indicator_summary">Shows the scroll indicator to quickly scroll between different sections of the app drawer</string>
<string name="pages_lock_mode">Screen lock mode</string>
<string name="pages_lock_mode_default_forced">Only \"%s\" supported on this Android version</string>
<string name="pages_lock_mode_device_admin">Device admin</string>
<string name="pages_lock_mode_accessibility">Accessibility</string>
<string name="pages_lock_mode_root">Rooted</string>
<string name="pages_overview_customization">Long press menu</string>
<string name="pages_overview_customization_summary">Customize the contents</string>
<string name="pages_remember_drawer_position">Remember drawer position</string>
<string name="pages_remember_drawer_position_summary">Don\'t reset back to the first page after turning off the screen</string>
<string name="app_search_prediction_divider_title">App suggestions divider</string>
<string name="app_search_prediction_none">Hidden</string>
<string name="app_search_prediction_o">Line style</string>
<string name="app_search_prediction_p">Text style</string>
<string name="app_search_prediction_p_divider">All apps</string>
<string name="title_app_suggestions_in_search">App suggestions</string>
<string name="custom_drawer_background_glow_title">Passive glow</string>
<string name="custom_drawer_background_glow_color_top_title">Top glow</string>
<string name="custom_drawer_background_glow_color_bottom_title">Bottom glow</string>
<string name="custom_drawer_background_title">Drawer background</string>
<string name="custom_drawer_background_color_opacity_title">Background opacity</string>
<string name="drawer_folders_title">Drawer folders</string>
<string name="drawer_tabs_title">Drawer tabs</string>
<string name="drawer_folders_current_title">Current folders</string>
<string name="drawer_current_tabs_title">Current tabs</string>
<string name="pages_drawer_folder_add">Add new folder</string>
<string name="pages_drawer_folder_rename">Rename folder</string>
<string name="pages_drawer_folder_remove">Delete folder</string>
<string name="pages_drawer_tab_remove">Delete tab</string>
<string name="pages_drawer_tabs_add">Add new tab</string>
<string name="pages_drawer_tabs_rename">Rename tab</string>
<string name="pages_drawer_tabs_remove">Delete tab</string>
<string name="drawer_tab_all_title">All</string>
<string name="drawer_folders_show_first_title">Show first</string>
<string name="drawer_folders_show_first_summary">Folders will appear before the alphabetical app list</string>
<string name="drawer_folders_keep_apps">Keep apps in drawer</string>
<string name="drawer_tabs_show_all_tab_title">Show \"All\"</string>
<string name="drawer_tabs_show_all_tab_summary">when there are other tabs</string>
<string name="drawer_tabs_hide_duplicate_title">Hide duplicate apps</string>
<string name="drawer_tabs_hide_duplicate_summary">Remove apps from \"All\", if they get added to another tab</string>
<string name="drawer_folders_tabs_confirm_swipe_remove">Do you really want to delete it?</string>
<string name="drawer_folders_experimental_padding">Use default Google padding</string>
<string name="drawer_folders_experimental_padding_summary">Disabling this will hide the excess padding that Google sets between the tabs and the drawer items</string>
<!-- Main Category: Interface -->
<!-- Subcategory: Dock -->
<string name="pages_enable_dock">Enable dock</string>
<string name="pages_show_dock_indicator_animation">Indicator animation</string>
<string name="pages_show_dock_indicator_animation_summary">Clicking will make it bounce and open the app drawer</string>
<string name="pages_show_drawer_indicator">Drawer indicator</string>
<string name="pages_show_app_drawer_icon">App drawer icon</string>
<string name="pages_show_app_drawer_icon_summary">Shows the legacy app drawer icon</string>
<string name="pages_enable_dock_shadow">Shadow</string>
<string name="pages_enable_dock_shadow_summary">Displays a shadow on top of the dock to separate the dock from the wallpaper</string>
<string name="indicator_style_title">Indicator style</string>
<string name="indicator_style_arrow_name">Arrow</string>
<string name="indicator_style_line_name">Line</string>
<string name="page_indicator_mode">Page scrolling indicator</string>
<string name="page_indicator_mode_shared">Show when scrolling desktop or dock</string>
<string name="page_indicator_mode_dock">Show with dock only</string>
<string name="page_indicator_mode_workspace">Show with desktop only</string>
<string name="page_indicator_mode_hidden">Hidden</string>
<string name="page_indicator_style">Page scrolling indicator style</string>
<string name="page_indicator_style_line">Line</string>
<string name="page_indicator_style_dots">Dots</string>
<string name="pages_status_navigation_bars">Immersive mode</string>
<string name="page_show_both">Disabled</string>
<string name="page_hide_both">Enabled</string>
<string name="page_show_status_bar">Hide navigation bar only</string>
<string name="page_show_navigation_bar">Hide status bar only</string>
<string name="interface_dock_height_toggle">Custom height</string>
<string name="interface_dock_height_toggle_summary">Change the height of the dock</string>
<string name="interface_dock_height">Dock height</string>
<string name="dock_mode_title">Dock style</string>
<string name="dock_mode_o_name">Flat</string>
<string name="dock_mode_p_name">Round</string>
<string name="dock_two_row_title">Two rows</string>
<string name="dock_two_row_summary">Show two rows in the dock</string>
<string name="pref_dock_icon_count">Icon count</string>
<string name="pref_dock_page_count">Dock pages</string>
<string name="pref_desktop_column_count">Columns</string>
<string name="pref_desktop_row_count">Rows</string>
<string name="pref_drawer_column_count">Columns</string>
<string name="pref_drawer_row_count">Rows</string>
<!-- Main Category: Interface -->
<!-- Subcategory: Recents -->
<string name="pref_task_corner_radius">Task corner radius</string>
<string name="section_recent_tasks">Recent task cards</string>
<string name="section_recent_tasks_bg_blur">Blur</string>
<string name="section_recent_tasks_bg_blur_summary">Creates a blur effect behind the recents task cards</string>
<string name="section_recent_homescreen">Home screen</string>
<string name="section_recent_homescreen_return_anim">Return home app icon animation</string>
<string name="section_recent_homescreen_return_anim_summary">Animate the app window back into the icon on home button press</string>
<string name="section_recent_navigation">Navigation</string>
<string name="section_recent_navbar_swipe_trigger">Navigation bar swipe to Recents</string>
<string name="section_recent_navbar_swipe_trigger_summary">Trigger the recents only when swiping up from the navigation bar instead of the dock</string>
<!-- Gestures -->
<string name="homescreen_gestures_haptic">Gesture feedback</string>
<string name="homescreen_gestures_haptic_summary">On succession of each gesture, gently vibrate the device.</string>
<string name="homescreen_gestures_category">One finger gestures</string>
<string name="homescreen_gestures_dual_category">Two finger gestures</string>
<string name="gestures_double_tap_title">Double tap</string>
<string name="gestures_two_finger_double_tap_title">Double tap</string>
<string name="gestures_swipe_up_title">Swipe up</string>
<string name="gestures_two_finger_swipe_up_title">Swipe up</string>
<string name="gestures_swipe_down_title">Swipe down</string>
<string name="gestures_two_finger_swipe_down_title">Swipe down</string>
<string name="gestures_home_down_title">Home button</string>
<string name="gesture_action_nothing">Nothing</string>
<string name="gesture_action_qs_pulldown">Show notifications</string>
<string name="gesture_action_qs_expand">Show quick settings</string>
<string name="gesture_action_custom_app">Launch app</string>
<string name="gesture_action_custom_app_dynamic" formatted="false">Launch %1$s</string>
<string name="gesture_action_all_apps">Show app drawer</string>
<string name="gesture_action_open_assistant">Google Assistant</string>
<string name="gesture_action_google_search">Search</string>
<string name="gesture_action_sesame_search">Sesame search</string>
<string name="gesture_action_show_overview">Show overview</string>
<string name="gesture_action_lock_screen_admin">Lock screen</string>
<string name="gesture_action_show_iconpack">Show icon pack selector</string>
<string name="gesture_action_edit_page">@string/edit_page_text</string>
<string name="gesture_action_launcher_settings">Launcher settings</string>
<string name="gesture_action_default_page">Default page</string>
<string name="gesture_action_google_page">Google Now</string>
<string name="gesture_action_app_search">App search</string>
<string name="gesture_action_hide_content">Hide/show home screen items</string>
<string name="gesture_action_root">Lock screen using root</string>
<string name="gesture_action_accessibility">Lock screen using a accessibility service</string>
<string name="accessibility_service_desc">hyperion uses this service to allow locking your device in a manner that does not disable fingerprint authentication</string>
<string name="accessibility_service_toast">Select hyperion in the list and enable the service for screen lock gestures to work</string>
<string name="edit_page_text">Edit pages</string>
<string name="device_admin_request_desc">%s uses device administrator permissions to be able to lock your screen with gestures.</string>
<string name="device_admin_desc">Allow the launcher to lock your screen with gestures.</string>
<string name="device_admin">Screen lock with gestures</string>
<!-- Main Category: Widgets -->
<string name="widget_category_google_search">Google Search</string>
<string name="widget_category_smartspace">Google Calendar/Weather</string>
<string name="widget_category_preview">More options…</string>
<string name="widget_multiselect_description">\nEach widget can only be shown once on the desktop or on the dock.\n\nIt is not possible to enable both widgets on the desktop or on the dock at the same time.</string>
<string name="drawer_show_search_bar">Show in app drawer</string>
<string name="dock_show_search_bar">Show in dock</string>
<string name="workspace_show_search_bar_title">Show on desktop</string>
<string name="smartspace_preferences_in_settings">Show on desktop</string>
<!-- Smartspace date and time -->
<!-- Keeping track of seconds is insanity in terms of processing, DO NOT ADD THEM HERE -->
<string name="icu_abbrev_time" translatable="false">HH:mm</string>
<string name="icu_abbrev_time_12hr" translatable="false">hh:mm a</string>
<string name="icu_abbrev_time_date" translatable="false">HH:mm, dd MMMM</string>
<string name="icu_abbrev_time_date_12hr" translatable="false">hh:mm a, dd MMMM</string>
<string name="smartspace_time_title">Display time in widget</string>
<string name="smartspace_date_title">Display both time and date in widget</string>
<string name="smartspace_all_day">All day</string>
<string name="smartspace_combined_mins" formatted="false">%dmin</string>
<string name="smartspace_combined_hours" formatted="false">in %dh</string>
<string name="smartspace_event_hours" formatted="false">in %d hr</string>
<string name="smartspace_event_minutes" formatted="false">in %d min</string>
<!-- Smartspace font -->
<string name="smartspace_system_font_label">Use system font</string>
<string name="smartspace_system_font_summary">By default, the widget uses the Product Sans font</string>
<!-- Smartspace events -->
<string name="smartspace_preferences">Preferences</string>
<string name="smartspace_events_label">Display calendar events</string>
<string name="smartspace_events_disabled_on_dock">Not available in dock</string>
<string name="smartspace_events_picker_label">Calendars to be shown</string>
<string name="smartspace_events_picker_summary">Events will only show from the selected calendars</string>
<string name="smartspace_weather_label">Display weather</string>
<string name="weather_provider_title">Weather provider</string>
<string name="weather_provider_owm_title">Location</string>
<string name="weather_provider_awareness">Google Awareness API</string>
<string name="weather_provider_owm">OpenWeatherMap</string>
<string name="weather_degrees_title">Temperature units</string>
<string name="weather_degrees_celsius_name">Celsius (\u00B0C)</string>
<string name="weather_degrees_celsius" translatable="false" formatted="false">%s \u00B0C</string>
<string name="weather_degrees_fahrenheit_name">Fahrenheit (\u00B0F)</string>
<string name="weather_degrees_fahrenheit" translatable="false" formatted="false">%s \u00B0F</string>
<string name="calendar_to_launch">Launch app on widget click</string>
<string name="calendar_to_launch_summary">None</string>
<string name="title_missing_calendar_permission">Calendar permission needed</string>
<string name="title_missing_location_permission">Location permission needed</string>
<string name="msg_missing_calendar_permission">To show events, grant the calendar permission to <xliff:g id="name" example="My App">%1$s</xliff:g>.</string>
<string name="msg_missing_location_permission">To show accurate weather conditions for your present location, grant the location permission to <xliff:g id="name" example="My App">%1$s</xliff:g></string>
<string name="pref_qsb_mic">Show assistant icon</string>
<string name="pref_qsb_colored_icon">Show accent-colored icons</string>
<string name="pref_qsb_original_icon">Show original icons</string>
<!-- Main Category: Animations -->
<string name="homescreen_animations_category">Desktop animations</string>
<string name="drawer_animations_category">App drawer animations</string>
<string name="desktop_swipe_fade_animation_title">Fade on swipe transition</string>
<string name="desktop_swipe_fade_animation_text">While swiping to the next page, the icons on the desktop will fade from the previous page to the next</string>
<string name="pages_enable_bounce_physics">Bounce physics</string>
<string name="pages_enable_bounce_physics_summary">A bounce effect when overscrolling in app drawer</string>
<string name="animation_speed_title">Animation speed</string>
<string name="animation_speed_slow">Slow</string>
<string name="animation_speed_normal">Normal</string>
<string name="animation_speed_fast">Fast</string>
<string name="app_launch_animation_title">App launch animation</string>
<string name="app_launch_animation_pulse">Pulse</string>
<string name="app_launch_animation_default">Default</string>
<!-- Custom App Info page -->
<string name="app_info">App info</string>
<string name="version_preference_title">App version</string>
<string name="version_preference_message" formatted="false">Version: %1$s (%2$d)</string>
<string name="uninstall_preference_title">Uninstall app</string>
<string name="storage_preference_title">Binary & preferences size</string>
<string name="storage_preference_message">%1$s (Data: %2$s)</string>
<string name="fingerprint_preference_title">Fingerprint checksum</string>
<string name="fingerprint_toast_copied">Copied to clipboard!</string>
<string name="installed_by_preference_title">Installed by</string>
<string name="updated_by_preference_title">Updated by</string>
<string name="installed_by_system">Android System</string>
<string name="installed_by_adb">ADB</string>
<string name="open_in_system_settings_preference_title">Open app info in Settings</string>
<string name="open_in_system_settings_preference_message">Display more information about this app</string>
<string name="app_info_loading">Loading…</string>
<string name="set_as_default_launcher_app_shortcuts" formatted="false">To access app shortcuts, please set %1$s as your main launcher!</string>
<!-- Main Category: Advanced -->
<!-- Subcategory: Profiles -->
<string name="backup">Profile</string>
<string name="backup_hint_text">Enter profile name…</string>
<string name="backup_last_modified" formatted="false">Created on: %1$s</string>
<string name="backup_imported">Imported profiles</string>
<string name="backup_help">Name of profile</string>
<string name="backup_content">Profile content</string>
<string name="backup_delete_successful">Profile %s successfully deleted</string>
<string name="backup_wallpaper">Wallpaper</string>
<string name="backup_settings">Settings</string>
<string name="backup_create">Create profile</string>
<string name="backup_loading">Creating profile…</string>
<string name="backup_successful">Profile successfully saved in %s</string>
<string name="backup_invalid_char">Profile name cannot be empty</string>
<string name="backup_remove">Delete profile</string>
<string name="share">Share</string>
<string name="share_briefing" formatted="false">Send %1$s backup to…</string>
<string name="share_subject" formatted="false">My %1$s backup</string>
<string name="share_content" formatted="false">Here is my %1$s profile named \"%2$s\"</string>
<string name="restore_association">Apply Hyperion Profile</string>
<string name="restore">Apply</string>
<string name="restore_apply">Apply profile</string>
<string name="restore_loading">Applying profile…</string>
<string name="restore_wallpaper">Apply wallpaper</string>
<string name="restore_successfull">Profile successfully applied</string>
<string name="restore_browse">Browse for profile</string>
<string name="backup_reset_select_backup">Select a valid profile file (.backup extension)</string>
<string name="backup_reset_restore_invalid">Please select a valid profile</string>
<string name="backup_reset_backup_configuration_title">Profile</string>
<string name="backup_reset_backup_configuration_summary">Create a profile of your current configuration</string>
<string name="backup_reset_restore_configuration_title">Apply</string>
<string name="backup_reset_restore_configuration_summary">Apply a profile</string>
<!-- Main Category: Advanced -->
<!-- Subcategory: Debugging -->
<string name="debug_restart_launcher_title">Restart launcher</string>
<string name="debug_restart_launcher_summary">Something looks stuck? Burn it to the ground!</string>
<string name="summary_default">Default</string>
<string name="debug_reset_configuration_summary">Reset all custom settings back to default</string>
<string name="debug_reset_configuration_title">Reset configuration</string>
<string name="debug_reset_icon_cache_title">Reset icon cache</string>
<string name="debug_reset_icon_cache_summary">Reset all custom icon information back to default</string>
<string name="debug_reset_homescreen_title">Reset desktop</string>
<string name="debug_reset_homescreen_summary">Reset all desktop icons and widget placement back to default</string>
<!-- Intro activity -->
<string name="next">Next</string>
<string name="back">Back</string>
<string name="finish">Finish</string>
<string name="intro_slide_title" translatable="false" formatted="false">%1$s</string>
<string name="intro_slide_desc_1">highly customizable</string>
<string name="intro_slide_desc_2">smooth and fast</string>
<string name="intro_slide_desc_3">intricately designed</string>
<string name="intro_permissions_slide_title">Hey! I need your help!</string>
<string name="intro_permissions_slide_desc">Some features will need certain permissions enabled</string>
<string name="intro_calendar_permissions_slide_title">Calendar permission</string>
<string name="intro_storage_permissions_slide_title">Storage permission</string>
<string name="intro_location_permissions_slide_title">Location permission</string>
<string name="intro_calendar_permissions_slide_desc">To show events on the smart widget (optional)</string>
<string name="intro_storage_permissions_slide_desc">For wallpaper colors and profiles (required)</string>
<string name="intro_location_permissions_slide_desc">For automatic weather detection (optional)</string>
<string name="intro_permissions_slide_permission_grant">Grant</string>
<string name="intro_permissions_slide_permission_granted">Granted</string>
<string name="fallback_search_summary">Easily search through your apps without online suggestions</string>
<string name="fallback_search_title">Local search provider in drawer</string>
<!-- Icon pack -->
<string name="icon_pack_button_text">Icon pack</string>
<string name="reset_icon">Reset</string>
<string name="reset_icon_summary">This will erase all custom settings for this icon</string>
<string name="all_icons">All icons</string>
<string name="similar_icons">Similar icons</string>
<string name="icon_chooser">Icon chooser</string>
<string name="icon_search">Search for icons</string>
<string name="icon_pack_default">Default</string>
<string name="icon_pack_updated">Your currently applied icon pack has been updated. It is recommended to go into settings and re-apply the icon pack.</string>
<string name="market">More</string>
<string name="icon_search_not_found">No icon found for:\n\"%1$s\"</string>
<string name="icon_pack_loading">Loading icons</string>
<string name="icon_shape_draw_label">Draw around non-adaptive icons</string>
<string name="icon_shape_color_mode_color_title">Icon shape background color</string>
<string name="icon_shape_color_mode_title">Icon shape background tinting style</string>
<string name="icon_shape_color_mode_static">Static color</string>
<string name="icon_shape_color_mode_dynamic">Load from app icon</string>
<string name="icon_pack_missing">No icon pack installed.</string>
<string name="round_icon_shape_path">M50 0A50 50,0,1,1,50 100A50 50,0,1,1,50 0</string>
<!-- Notification badges -->
<string name="notification_indicator_style_title">Notification indicator style</string>
<string name="notification_indicator_size_switch">Custom notification indicator size</string>
<string name="notification_indicator_size">Indicator size</string>
<string name="notification_indicator_style_dot">Dot</string>
<string name="notification_indicator_style_text">Number</string>
<string name="notification_badge_placement">Dot placement</string>
<string name="notification_badge_placement_top_right">Top right</string>
<string name="notification_badge_placement_top_left">Top left</string>
<string name="notification_badge_placement_bottom_right">Bottom right</string>
<string name="notification_badge_placement_bottom_left">Bottom left</string>
<!-- Folder sorting -->
<string name="folder_sort">Sort folder contents</string>
<string name="folder_cover_enable">Make cover</string>
<string name="folder_cover_disable">Disable cover</string>
<string name="folder_cover_show_icon">Show cover icon</string>
<string name="folder_cover_hide_icon">Hide cover icon</string>
<!-- IAP -->
<string name="iap_no_connection">Please connect to the internet so the pro status can be verified</string>
<string name="play_store">Continue</string>
<string name="pro_title">Uh-oh!</string>
<string name="pro_title_description">Seems like you just stumbled on a feature specially made for plus users!\n\nYou can get the full Hyperion experience with a one-time upgrade.\n\nStill seeing this message after you upgraded? Press Refresh to refresh your upgrade status.</string>
<string name="pro_title_refresh">Refresh</string>
<string name="pro_title_error">Oh no!</string>
<string name="pro_title_error_description">It seems that we ran into some issues verifying your purchase.\n\nMake sure you are logged in on the correct account you purchased the upgrade from and ensure your internet connection is stable!</string>
<string name="pro_purchase_verified">You\'re awesome!</string>
<string name="pro_purchase_verified_message">Enjoy your full Hyperion experience! It would also mean a lot to us if you could leave a review on the Play Store!</string>
<string name="ok">OK</string>
<string name="later">Later</string>
<string name="sideloaded">Sideloaded through ADB</string>
<string name="installed_by" formatted="false">Installed by: %1$s</string>
<string name="launcher_service_title">The rocket is just about to take off!</string>
<string name="launcher_service_summary">We\'re just quickly verifying your launcher integrity…</string>
<string name="overview_icon">Overview icon</string>
<string name="drag">Drag</string>
<string name="add_action">Add new action</string>
<string name="remove_action">Delete overview items</string>
<string name="pro_key_service">Hyperion launcher pro key service</string>
<string name="pro_key_service_text">Connecting to Hyperion pro key</string>
<string name="iap_order_id" formatted="false">Order number: %1$s</string>
<string name="iap_close">Cancel</string>
<string name="iap_cancelled">Come back!</string>
<string name="iap_error" formatted="false">An error occurred (%1$d) while processing the purchase request!</string>
<string name="iap_bug_title">Is there a problem?</string>
<string name="iap_bug_text">If you have already purchased hyperion with another Google account,
please uninstall the app, use the correct account to login to the Google Play <b>website</b> on your PC
and re-install it.
</string>
<string name="dialog_continue">continue</string>
<!-- Biometric Fingerprint app-lock -->
<string name="pref_biometrics_section">Locked apps</string>
<string name="pref_biometrics">Lock using fingerprint</string>
<string name="pref_biometrics_per_app">Select app(s) to lock</string>
<string name="pref_biometrics_warning">Please wait a little longer before trying again. Is it still not working? Reset or disable your saved fingerprints in system settings!</string>
<string name="pref_biometrics_summary">Authenticate using your system\'s fingerprint to access certain apps & features.\n\nRemoving your system\'s fingerprint lock will automatically disable this setting.\n\nThis is only a launcher based lock, it will not disable access through Recents or Notifications.</string>
<string name="pref_biometrics_per_app_summary">Keep specific apps away from prying eyes and individuals!</string>
<string name="biometric_title_app">Open %1$s</string>
<string name="biometric_title_settings">Home settings</string>
<string name="biometric_title_app_subtitle" formatted="false">Authorization required to open %1$s</string>
<string name="biometric_title_settings_subtitle">Authorization required to change fingerprint settings</string>
<string name="biometric_title_app_shortcut">Fingerprint not recognized</string>
<string name="biometric_title_app_cancel">Cancel</string>
<string name="biometric_touch">Touch the fingerprint sensor</string>
<string name="biometric_failed">Fingerprint not recognized</string>
<string name="biometric_not_supported">Hardware not supported</string>
<string name="biometric_no_permission">Fingerprint permission revoked</string>
<string name="biometric_none_enrolled">Your device does not have a fingerprint enrolled</string>
<string name="biometric_none_enroll">To enable, register a fingerprint and enable lock screen security</string>
<string name="fingerprint_lock_timeout">App re-lock timeout</string>
<string name="fingerprint_lock_0">None</string>
<string name="fingerprint_lock_1">1 minute</string>
<string name="fingerprint_lock_3">3 minutes</string>
<string name="fingerprint_lock_5">5 minutes</string>
<string name="fingerprint_lock_10">10 minutes</string>
<string name="fingerprint_lock_30">30 minutes</string>
<string name="fingerprint_lock_behavior">App lock behavior</string>
<string name="fingerprint_lock_behavior_app">Entire app</string>
<string name="fingerprint_lock_behavior_activity">Specific activity</string>
<!-- Other -->
<string name="system_settings_button_text">System settings</string>
<string name="backgrounded_dialog_loading">Loading…</string>
<string name="menu_action_search">Search</string>
<string name="pref_search_not_found">No setting found for:\n\"%1$s\"</string>
<string name="icu_abbrev_wday_month_day_no_year">EEEEMMMd</string>
<string name="label_search">Search</string>
<string name="label_voice_search">Voice search</string>
<string name="default_live_wallpaper" translatable="false">com.breel.wallpapers/com.breel.wallpapers.dioramas.lagos.LagosWallpaperService</string>
<string name="none">None</string>
<string name="icon_shape_rounded_square">Rounded square</string>
<string name="icon_preferences">Edit</string>
<string name="no_backups_placeholder">Tap the button below to begin.</string>
<string name="gestures_back_down_title">Back button</string>
<string name="dw_folder_google">Google</string>
<string name="dw_folder_projekt">Projekt</string>
<!-- Google companion version check -->
<string name="google_companion_version_check_title">New update!</string>
<string name="google_companion_version_check_msg">Get the newest \"hyperion dock\" app from APKMirror.</string>
<string name="plus_verification_failed_title">Verification failed</string>
<string name="plus_verification_failed_message">Cannot verify plus version status</string>
<string name="plus_verification_error_title">Verification failed</string>
<string name="plus_verification_error_message">Failed to verify plus version status</string>
<string name="retry">Retry</string>
<string name="debug_component_names_summary">Show component names in App Info view in place of package names
</string>
<string name="debug_component_names_title">Show component names</string>
<!-- Sesame -->
<string name="sesame">Sesame shortcuts</string>
<string name="sesame_shortcut">App configuration</string>
<string name="sesame_not_installed">Sesame Shortcuts not installed</string>
<string name="sesame_not_installed_summary">Click to install Sesame shortcuts</string>
<string name="sesame_integration_configuration">Sesame settings</string>
<string name="sesame_integration_configuration_summary">Configure more Sesame settings inside the app</string>
<string name="sesame_integration_longpress">Shortcuts in long-press menu</string>
<string name="sesame_integration_qsb">Shortcuts in App Search</string>
<string name="sesame_integration_workspace">Shortcuts in home screen search bar</string>
<string name="sesame_integration_longpress_summary">Sesame shortcuts will appear in the menu when long-pressing on an app icon</string>
<string name="sesame_integration_qsb_summary">Sesame shortcuts will appear as results when searching for an app in the app drawer search bar</string>
<string name="sesame_integration_workspace_summary">Sesame shortcuts will appear as results when searching for an app in the home screen search bar</string>
<string name="sesame_integration_gesture_request">Home button action for Sesame Search</string>
<string name="sesame_integration_gesture_request_change">Change</string>
<string name="sesame_integration_gesture_request_summary">For easy access to Sesame we recommend triggering it using the home button. This will override your current setting for the home button gesture.</string>
<!-- Quickstep UI (NOT SETTINGS) -->
<string name="recent_task_option_kill">Kill</string>
</resources>