forked from zst123/MultiWindowSidebar
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstrings.xml
More file actions
93 lines (82 loc) · 5.81 KB
/
strings.xml
File metadata and controls
93 lines (82 loc) · 5.81 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
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- Main -->
<string name="app_name">MultiWindowSidebar</string>
<string name="app_name_toggle">Toggle MultiWindowSidebar</string>
<string name="app_name_running">MultiWindowSidebar is running</string>
<!-- Generic Strings -->
<string name="left">Left</string>
<string name="right">Right</string>
<string name="add_app">Add App</string>
<string name="group">Group</string>
<string name="settings_default">Default Value</string>
<string name="apply">Apply</string>
<string name="color_hex">Color Hex</string>
<!-- Creating Group -->
<string name="create_group">Create Group</string>
<string name="create_group_done">The group has been created</string>
<string name="create_group_empty1">The 1st application cannot be left blank.</string>
<string name="create_group_empty2">The 2nd application cannot be left blank.</string>
<string name="create_group_warning">Note: Groups will only work correctly with XHaloFloatingWindow or XMultiWindow app launch modes.</string>
<string name="create_group_from_service">The applications have been auto detected. Please confirm before saving.</string>
<string name="create_group_first">Choose the first app\n(opens at top or left)</string>
<string name="create_group_second">Choose the second app\n(opens at bottom or right)</string>
<!-- Preference / Main -->
<string name="pref_main_header">Main</string>
<string name="pref_toggle_service_title">Toggle Service</string>
<string name="pref_toggle_service_summary">Show or hide the sidebar</string>
<string name="pref_start_on_boot_title">Start on Boot</string>
<string name="pref_start_on_boot_summary">Automatically show the sidebar after booting the device</string>
<string name="pref_keep_app_bg_title">Keep Service in Background</string>
<string name="pref_keep_app_bg_summary">Prevent the system from killing the sidebar in very low memory situations by showing a notification</string>
<string name="pref_launch_mode_title">App Launch Mode</string>
<string name="pref_drag_launch_mode_title">Drag Launch Mode</string>
<string name="pref_drag_launch_mode_summary">The mode to launch an app when dragged out of the sidebar</string>
<string name="pref_tap_launch_mode_title">Tap Launch Mode</string>
<string name="pref_tap_launch_mode_summary">The mode to launch an app when clicking it inside the sidebar</string>
<!-- Modes -->
<string name="pref_launch_mode_normally">Default (Normal Launch)</string>
<string name="pref_launch_mode_pa_halo">ParanoidAndroid Halo</string>
<string name="pref_launch_mode_xhfw_p">XHaloFloatingWindow (Portrait)</string>
<string name="pref_launch_mode_xhfw_l">XHaloFloatingWindow (Landscape)</string>
<string name="pref_launch_mode_xhfw_center">XHaloFloatingWindow (Center)</string>
<string name="pref_launch_mode_xhfw_top">XHaloFloatingWindow (Top)</string>
<string name="pref_launch_mode_xhfw_bottom">XHaloFloatingWindow (Bottom)</string>
<string name="pref_launch_mode_xhfw_left">XHaloFloatingWindow (Left)</string>
<string name="pref_launch_mode_xhfw_right">XHaloFloatingWindow (Right)</string>
<string name="pref_launch_mode_xmw_top">XMultiWindow (Top)</string>
<string name="pref_launch_mode_xmw_bottom">XMultiWindow (Bottom)</string>
<string name="pref_launch_mode_xmw">XMultiWindow</string>
<string name="pref_launch_mode_error_xhfw">XHaloFloatingWindow does not appear to be installed.\nThis launch mode will not work without it.</string>
<string name="pref_launch_mode_error_xmw">XMultiWindow does not appear to be installed.\nThis launch mode will not work without it.</string>
<string name="pref_select_app_title">Select Apps</string>
<string name="pref_select_app_summary">Choose the apps to appear in the sidebar</string>
<!-- Preference / Appearence -->
<string name="pref_appearance_header">Appearance</string>
<string name="pref_sidebar_position_title">Sidebar Position</string>
<string name="pref_sidebar_position_summary">Select the side of the screen to show the sidebar</string>
<string name="pref_sidebar_theme_title">Sidebar Theme</string>
<string name="pref_sidebar_theme_summary">Select the visual appearance of the sidebar</string>
<string name="pref_tab_alpha_hidden_title">Tab Alpha (Hidden)</string>
<string name="pref_tab_alpha_hidden_summary">Transparency of the tab when the sidebar is hidden</string>
<string name="pref_tab_size_title">Tab Size</string>
<string name="pref_tab_size_summary">Size of the sidebar tab in dp</string>
<string name="pref_label_size_title">Label Size</string>
<string name="pref_label_size_summary">Size of app name labels in sp</string>
<string name="pref_label_color_title">Label Color</string>
<string name="pref_label_color_summary">Color of app name labels</string>
<string name="pref_column_number_title">Column Number</string>
<string name="pref_column_number_summary">Number of icon columns for each row in the sidebar</string>
<string name="pref_animation_time_title">Animation Speed</string>
<string name="pref_animation_time_summary">Speed of the sidebar slide animation</string>
<!-- Service -->
<string name="app_list_empty">There are no apps in the list.\nPlease select some apps in the settings.</string>
<string name="app_launch_error">There was a problem launching the app:\n</string>
<!-- Themes -->
<string name="theme_default">Default (Original Note 3)\nby Samsung</string>
<string name="theme_inverted">Inverted Note 3\nby foreverloco@XDA</string>
<string name="theme_s4">Galaxy S4\nby Samsung</string>
<string name="theme_s5">Galaxy S5\nby Samsung</string>
<!-- Do not translate -->
<string name="arrow_symbol">➙</string>
</resources>