-
-
Notifications
You must be signed in to change notification settings - Fork 60
/
strings.xml
189 lines (188 loc) · 13.9 KB
/
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
<resources xmlns:tools="http://schemas.android.com/tools" tools:ignore="MissingTranslation">
<string name="app_name" translatable="false">Package Manager</string>
<string name="activities">Activities</string>
<string name="apk_installer_description">An individual APK file</string>
<string name="apk_path">APK Path</string>
<string name="app_info">App info</string>
<string name="apks">APK\'s</string>
<string name="android_version">Android %s</string>
<string name="batch_options">Batch Options (%s)</string>
<string name="batch_list_added">%s is added to the batch list</string>
<string name="batch_list_clear">Clear list</string>
<string name="batch_list_disable">Are you sure to disable (if enabled) or enable (if disabled) the following app(s)?</string>
<string name="batch_list_export">Are you sure to export the following app(s) to device storage?</string>
<string name="batch_list_remove">Are you sure to remove the following app(s)?</string>
<string name="batch_list_removed">%s is removed from batch list</string>
<string name="batch_list_reset">Are you sure to reset the following app(s)?</string>
<string name="batch_list_summary">The following applications are added to the batch list</string>
<string name="batch_processing">Batch Processing in Progress</string>
<string name="batch_processing_finished">Batch Processing Completed</string>
<string name="batch_processing_initialized">Initializing Batch Process</string>
<string name="batch_warning">Your batch settings will be removed. Are you sure?</string>
<string name="billing_client_disconnected">Failed to connect with Google Play Billing client</string>
<string name="bundle_install_apks">Are you sure to install app bundle \'%s\'?</string>
<string name="bundle_install_question">Are you sure to install selected app bundle?</string>
<string name="bundle_installer_description">App bundles of \'apkm\', \'apks\', and \'xapk\' format</string>
<string name="bundle_path">Bundle Path</string>
<string name="bundles">Bundles</string>
<string name="certificate">Certificate</string>
<string name="change_logs">Change-logs</string>
<string name="close">Close</string>
<string name="copyright">Copyright: © %s</string>
<string name="data_dir">Data Directory</string>
<string name="date_installation">Installation Dates</string>
<string name="date_installed">First Installed: %s</string>
<string name="date_updated">Last Updated: %s</string>
<string name="delete">Delete</string>
<string name="delete_question">Delete \'%s\'?</string>
<string name="disable_failed_message">Failed to change the component state of %s.</string>
<string name="disable_message">will be %s. Are you sure?</string>
<string name="disable">Disable</string>
<string name="disabled">disabled</string>
<string name="disabling">Disabling %s</string>
<string name="documentation">Documentation</string>
<string name="documentation_summary">Check out detailed documentation to use Package Manager</string>
<string name="done">Done</string>
<string name="enable">Enable</string>
<string name="enabled">enabled</string>
<string name="enabling">Enabling %s</string>
<string name="exit_confirmation">Show Confirmation</string>
<string name="exit_simple">Simply Exit</string>
<string name="exiting_app">On Exiting App</string>
<string name="explore">Explore</string>
<string name="explore_error_status">Failed to explore %s</string>
<string name="export">Export</string>
<string name="export_apk_summary">The selected APK is exported into \'%s\'</string>
<string name="export_bundle_summary">The entire app bundle is exported into %s</string>
<string name="export_details">Export Details</string>
<string name="export_details_message">App details are exported as %s</string>
<string name="export_file_message">is successfully exported into %s</string>
<string name="export_storage_message">Export %s into device storage?</string>
<string name="exported_apps">Exported Apps</string>
<string name="exported_apps_name">Exported APK Name</string>
<string name="exporting">Exporting %s</string>
<string name="exporting_bundle">Exporting %s app bundle</string>
<string name="everything_done">Everything Done</string>
<string name="failed">Failed</string>
<string name="failed_decode_xml">Failed to decode %s</string>
<string name="fdroid">F-Droid</string>
<string name="feature_unavailable_message">This feature requires Root or Shizuku support</string>
<string name="file_permission_request_message">In order to get this feature working on newer Android versions (Android R or newer), it is necessary to grant \"All files access\" permission to Package Manager. Kindly grant the permission manually from the new screen opened after clicking the \"Grant\" button.</string>
<string name="file_picker_message">Please Note: This feature is too experimental</string>
<string name="grant">Grant</string>
<string name="general">General</string>
<string name="got_it">Got it</string>
<string name="initializing">Initializing…</string>
<string name="install">Install</string>
<string name="install_question">Install \'%s\'?</string>
<string name="installation_cancel_message">Are you sure to cancel the installation?</string>
<string name="installer">Installer</string>
<string name="installer_clicking">On Clicking Installer</string>
<string name="installer_file_picker">Launch File Picker</string>
<string name="installer_instructions">Show Instructions</string>
<string name="installer_summary">You can select installation file(s) by clicking the plus button at the top of this page. The installer supports the following packages:</string>
<string name="installing_bundle">Installing App Bundle</string>
<string name="language">Language</string>
<string name="language_default">Default</string>
<string name="manifest">Manifest</string>
<string name="more">More</string>
<string name="more_apps">More from Developer</string>
<string name="more_apps_summary">Checkout more applications provided by the developer in Google Play</string>
<string name="name">Name</string>
<string name="native_lib">Native Library</string>
<string name="never_show">Never Show</string>
<string name="never_show_page">Do not show this again</string>
<string name="open">Open</string>
<string name="open_message">You\'re already running this app.</string>
<string name="open_failed">%s is not designed to run in user space</string>
<string name="open_failed_export_message">Unable to open %s. Do you want to export it into device storage?</string>
<string name="operations">Operations</string>
<string name="operations_warning">Changing some operations will be dangerous. Please do it only if you know what you\'re doing. Also, please be aware that some operations are simply unchangeable (close and check back this page to know the new status).</string>
<string name="other">Other</string>
<string name="package_id">Package ID</string>
<string name="package_removed">Selected package is not found. Aborting…</string>
<string name="permissions">Permissions</string>
<string name="permission_denied_write_storage">Permission denied for accessing storage</string>
<string name="playstore">Google Play</string>
<string name="preparing_message">Preparing…</string>
<string name="press_back">Press back again to exit</string>
<string name="rate_us">Rate App</string>
<string name="rate_us_Summary">Rate or/and Review Package Manager in Google Play</string>
<string name="reload">Reload</string>
<string name="report_issue">Report an Issue</string>
<string name="report_issue_summary">Raise an issue at GitHub</string>
<string name="request">Request</string>
<string name="reset">Reset</string>
<string name="reset_message">Reset \'%s\'?</string>
<string name="reset_summary">Resetting %s</string>
<string name="restore">Restore</string>
<string name="restore_message">Restore factory version of \'%s\'?</string>
<string name="restore_message_batch">Restore factory versions of the following apps?\n\n%s</string>
<string name="restore_success_message">Factory version of the selected app(s) restored successfully</string>
<string name="result">Result: %s</string>
<string name="reverse_order">Reverse Order</string>
<string name="save_to_downloads">Save to Downloads</string>
<string name="search">Search…</string>
<string name="search_market_message">Search in %s</string>
<string name="sdcard">SDCard</string>
<string name="sdk_compile">Compile SDK: %s</string>
<string name="sdk_minimum">Minimum SDK: %s</string>
<string name="select">Select</string>
<string name="select_all">Select All</string>
<string name="select_all_summary">Select and add all applications from this page to the batch list?</string>
<string name="settings">Settings</string>
<string name="share">Share</string>
<string name="share_app">Share App</string>
<string name="share_app_Summary">Invite your friends to use Package Manager</string>
<string name="shared_by">%s/shared by Package Manager</string>
<string name="share_message">Package Manager %s can be obtained from\nGoogle Play: https://play.google.com/store/apps/details?id=com.smartpack.packagemanager</string>
<string name="share_with">Share with</string>
<string name="shizuku_integration_message">Package Manager can now integrate with Shizuku API for doing advanced tasks. If you like to go ahead with Shizuku integration, kindly grant the permission (one-time) by clicking the button provided below.</string>
<string name="show_apps_all">All</string>
<string name="show_apps_system">System</string>
<string name="show_apps_user">User</string>
<string name="size">Size</string>
<string name="size_apk">APK Size: %s</string>
<string name="size_bundle">Bundle Size: %s</string>
<string name="sort_by">Sort Apps</string>
<string name="source_code">Source Code</string>
<string name="source_code_summary">Package Manager is an open-source application which is ready to accept contributions from the development community. Click here to check out the source code</string>
<string name="split_apk">Split APKs</string>
<string name="split_apk_installer">Split APK Installer</string>
<string name="split_apk_installer_description">Split APK\'s (multiple APK files with the same package name)</string>
<string name="start">Start</string>
<string name="support">Support Group</string>
<string name="support_acknowledged">Donation Acknowledged \u2665</string>
<string name="support_app">Buy Donation App</string>
<string name="support_development">Support Development</string>
<string name="support_development_summary">If you like to appreciate the efforts of developer to provide this tool entirely free, please consider sending a small donation by clicking one among the below-provided options. Buying any of this product will award you a supporter badge here.</string>
<string name="support_dinner">Buy me a Dinner</string>
<string name="support_meal">Buy me a Meal</string>
<string name="support_coffee">Buy me a Coffee</string>
<string name="support_already_received_message">You\'ve already supported the development with this item before</string>
<string name="support_received_message">Thank you very much for your support \u2665\nIt will motivate me a lot to continue my projects more active. Moreover, you\'ll receive a supporter badge on the top of this page.</string>
<string name="support_retry_message">Please try purchasing again</string>
<string name="support_status_message">Thank you very much for your support</string>
<string name="support_summary">Join Telegram support group</string>
<string name="sure_question">Are you sure?</string>
<string name="time_installed">Installed Time</string>
<string name="time_updated">Updated Time</string>
<string name="turn_on_off">Turn-On/Off</string>
<string name="uninstall">Uninstall</string>
<string name="uninstall_adb">Uninstall with ADB</string>
<string name="uninstall_adb_summary">You\'ve selected \'%s\', which is a system application. Unfortunately, the Android ecosystem doesn\'t allow third-party user applications, such as Package Manager, to remove system applications in a non-rooted environment. Don\'t worry though. Package Manager will guide you to remove this application using the Android Debug Bridge (ADB) method. If you already have a fully working ADB, executing the following command from an ADB shell will uninstall this application. In order to configure a working ADB environment, please check out the linked Documentation page.</string>
<string name="uninstall_nope">Sorry. You can\'t do this from here</string>
<string name="uninstall_summary">Removing %s</string>
<string name="uninstall_status_failed">Uninstalling %s is failed or cancelled by the user</string>
<string name="uninstall_title">Are you sure to uninstall %s?</string>
<string name="uninstall_updates_message">A local update of \'%s\' is, however, installed, which can be freely removed by clicking the \"Uninstall\" button.</string>
<string name="uninstall_warning">Please note: Removing system apps will be sometimes dangerous\n\n *** <b>USE AT YOUR OWN RISK</b> ***\n</string>
<string name="uninstalled_apps">Uninstalled Apps</string>
<string name="update">Update</string>
<string name="user_interface">User Interface</string>
<string name="version">Version: %s</string>
<string name="warning">Warning</string>
<string name="welcome_message">Welcome to Package Manager, a simple, yet powerful application to manage your apps.</string>
<string name="wrong_extension">Please select a file with %s extension.</string>
<string name="yes">Yes</string>
</resources>