-
-
Notifications
You must be signed in to change notification settings - Fork 111
/
Copy pathstrings.xml
176 lines (175 loc) · 12.4 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
<resources xmlns:tools="http://schemas.android.com/tools" tools:ignore="MissingTranslation">
<string name="about">About</string>
<string name="all">All</string>
<string name="android_version">Android %s</string>
<string name="apk_corrupted">APK file(s) is corrupted. Aborting…</string>
<string name="apk_installer">AEE APK Installer</string>
<string name="apks">APK\'s</string>
<string name="app_name_short" translatable="false">AEE</string>
<string name="apps">Apps</string>
<string name="apps_exported">Exported APK\'s</string>
<string name="apps_installed">Installed Apps</string>
<string name="assembling">Assembling\n\'%s\'</string>
<string name="build">Build</string>
<string name="building">Building\'%s\'…</string>
<string name="bundle_install_question">Are you sure to install app bundle \'%s\'?</string>
<string name="bundles">Bundles</string>
<string name="cancel">Cancel</string>
<string name="cancelling">Cancelling…</string>
<string name="certificate">Certificate</string>
<string name="clear_cache">Clear Cache</string>
<string name="clear_cache_summary">Delete internal settings of AEE</string>
<string name="clear_cache_message">Everything, except the exported applications, will be removed.</string>
<string name="clearing_cache_message">Clearing Cache…</string>
<string name="copying">Copying \'%s\'…</string>
<string name="decompiling">Decompiling \'%s\'…</string>
<string name="delete">Delete</string>
<string name="delete_question">Delete %s?</string>
<string name="delete_folder">Delete folder</string>
<string name="delete_selected_files">Delete selected files</string>
<string name="deleting">Deleting \'%s\'…</string>
<string name="details">Details</string>
<string name="documentation">Documentation</string>
<string name="documentation_summary">Check out AEE documentation</string>
<string name="donations">Donations</string>
<string name="donations_summary">Support the development of AEE</string>
<string name="discard">Discard</string>
<string name="discard_message">Discard the changes made on this file?</string>
<string name="export">Export</string>
<string name="export_app_question">Export \'%s\' to device storage?</string>
<string name="export_complete_message">The selected resource is successfully exported into \'%s\'</string>
<string name="export_options">On Exporting (APK\'s)</string>
<string name="export_project_question">Make a copy of this project folder into device storage?</string>
<string name="export_project_replace">\'%s\' already exists. Do you want to replace it?</string>
<string name="export_path_apks">Export Path (APK\'s)</string>
<string name="export_path_default">Internal Storage/AEE</string>
<string name="export_path_download">Download</string>
<string name="export_path_files_dir">External Files Directory</string>
<string name="export_path_resources">Export Path (non-APK\'s)</string>
<string name="export_question">Export to device storage?</string>
<string name="export_resign">Export & Re-sign</string>
<string name="export_selected_files">Export selected files</string>
<string name="export_storage">Export to storage</string>
<string name="exporting">Exporting %s…</string>
<string name="exploring">Exploring %s…</string>
<string name="explore_error_status">Failed to explore %s</string>
<string name="explore_options">On Exploring an App</string>
<string name="explore_options_full">Full decompile (slower)</string>
<string name="explore_options_simple">Simple decompile (faster)</string>
<string name="failed">Failed</string>
<string name="failed_smali_message">The following \'smali\' files are failed to assemble.\n\n%s</string>
<string name="file_path_error">Failed to get file path from external File Manager</string>
<string name="grant">Grant</string>
<string name="got_it">Got It</string>
<string name="important">Important</string>
<string name="install">Install</string>
<string name="install_bundle_question">Are you sure to install selected app bundle?</string>
<string name="install_question">Install %s?</string>
<string name="install_resign">Re-sign & Install</string>
<string name="install_storage">Install from Storage</string>
<string name="installer_action">On Installing APK\'s</string>
<string name="installer_message">AEE Split APK installer will handle normal APK\'s, split APK\'s as well as \'xapk\', \'apks\' and \'apkm\' App bundles. In order to initialize an installation, simply select the installation file(s) from the next screen and follow onscreen instructions.</string>
<string name="installation_cancel_message">Are you sure to cancel the installation?</string>
<string name="installing">Installing %s…</string>
<string name="invite_friends">Invite Friends</string>
<string name="invite_friends_Summary">Invite your friends to try AEE</string>
<string name="language">Language</string>
<string name="last_modified">Last Modified: %s</string>
<string name="loading">Loading…</string>
<string name="manifest">Manifest</string>
<string name="name_empty">Name shouldn\'t be empty. Aborting…</string>
<string name="ok">OK</string>
<string name="open">Open</string>
<string name="open_as_text">Open as text</string>
<string name="permission_denied_message">Permission denied for accessing device storage</string>
<string name="permissions">Permissions</string>
<string name="preparing_apk">Preparing %s APK…</string>
<string name="preparing_bundle">Preparing app bundle for sharing…</string>
<string name="preparing_bundle_install">Preparing \'%s\' for installation…</string>
<string name="preparing_source">Preparing source for APK building…</string>
<string name="press_back">Press Back Button Again to close APK Explorer</string>
<string name="privacy_policy">Privacy Policy</string>
<string name="privacy_policy_summary">Read Privacy Policy</string>
<string name="private_key">Private Key</string>
<string name="private_key_summary">Select custom Private key</string>
<string name="project_exist_action">On Exiting a Project</string>
<string name="projects">Projects</string>
<string name="prompt">Prompt</string>
<string name="rate_us">Rate AEE</string>
<string name="rate_us_Summary">Rate or/and Review AEE in Google Play</string>
<string name="replace">Replace</string>
<string name="replace_file_question">Replace %s with selected file?</string>
<string name="replace_question">Replace %s with</string>
<string name="report_issue">Report Issue</string>
<string name="report_issue_summary">Raise an issue at GitHub</string>
<string name="resign_only">Re-sign Only</string>
<string name="resigned_apks_error">Building is aborted due to errors in assembling \'smali\' files. Please check the \'Details\' to find out more.</string>
<string name="resigned_apks_path">Re-signed APK file(s) are generated.\n\nPath: \'%s\'</string>
<string name="resigning_apks">Re-signing selected APK\'s…</string>
<string name="root">Root</string>
<string name="save">Save</string>
<string name="save_apk_message">Do you want to prepare a signed APK with the current modifications?</string>
<string name="save_projects_question">Save project for future use?</string>
<string name="save_question">Save changes made on this file?</string>
<string name="save_to_downloads">Save to Downloads</string>
<string name="saving">Saving…</string>
<string name="sdcard">Internal Storage</string>
<string name="sdk_compile">Compile SDK: %s</string>
<string name="sdk_minimum">Minimum SDK: %s</string>
<string name="search">Search…</string>
<string name="select">Select</string>
<string name="select_apk">Select Split APK\'s</string>
<string name="select_storage">Select from Storage</string>
<string name="settings">Settings</string>
<string name="settings_general">General</string>
<string name="settings_misc">Miscellaneous</string>
<string name="share">Share</string>
<string name="share_message">Share %s?</string>
<string name="share_with">Share with</string>
<string name="sign_apk_custom">Custom Key</string>
<string name="sign_apk_default">Default Key</string>
<string name="sign_apk_with">Sign APK\'s with</string>
<string name="signature_warning">It is important to uninstall the old version (if exist) of the app before installing an AEE signed APK/App bundle to avoid installation failure due to signature mismatch.</string>
<string name="signing">Signing \'%s\'…</string>
<string name="signing_custom">Configure custom Key</string>
<string name="signing_default">Sign with default Key</string>
<string name="signing_question">Use \'%s\' as the new</string>
<string name="signing_select_question">Use selected file as the new %s?</string>
<string name="signing_summary">In order to sign APK\'s with a custom key, AEE requires a private key in pk8 format and an X509Certificate exported from the same key. Click here to read more about creating a private key and X509Certificate.</string>
<string name="signing_title">APK Signing</string>
<string name="size">Size: %s</string>
<string name="sort_by">Sort Apps</string>
<string name="sort_by_id">Package ID</string>
<string name="sort_by_installed">Installed Time</string>
<string name="sort_by_name">Name</string>
<string name="sort_by_size">Size</string>
<string name="sort_by_updated">Updated Time</string>
<string name="sort_order">A-Z</string>
<string name="sort_size">Small to Big</string>
<string name="sort_time">Old to New</string>
<string name="source_code">Source Code</string>
<string name="source_code_summary">Checkout the source code of AEE</string>
<string name="split_apk_installer">AEE Split APK Installer</string>
<string name="start">Start</string>
<string name="success">Success</string>
<string name="support_group">Support Group</string>
<string name="support_group_summary">Join AEE support group</string>
<string name="system">System</string>
<string name="text_editor">AEE Text Editor</string>
<string name="transfer_exported_apk">Transferring previously Exported APK\'s to new path…</string>
<string name="unknown_file_message">AEE doesn\'t handle \'%s\' at this moment. If you know this file format, you may export this file into device storage and try editing using a supported third-party application. Alternately, you may try to open it as a text file?</string>
<string name="unsupported_file">Unsupported file</string>
<string name="unsupported_file_arsc">You\'re selected \'resources.arsc\', which is unfortunately impossible for AEE to read.\n\nWhat is resources.arsc?\nresources.arsc is a binary resource file containing the configuration-specific values of an application, such as integers, booleans and strings, as well as references to more complex resources, like UI layouts.\n\nHow to read resources.arsc?\nTools such as Apktool or Android Asset Packaging Tool (AAPT) shall be used to print out the contents of resources.arsc into human-readable format.</string>
<string name="unsupported_file_dex">You\'re selected a \'DEX\' (.dex) file, which is unfortunately impossible for AEE to read.\n\nWhat is a DEX file?\nA Dex file has code that is ultimately executed by the Android Runtime. Every APK\'s should have a \'classes.dex\' file, which references any classes or methods used within an app. Essentially, any Activity, Object, or Fragment used within the code base will be transformed into bytes within a Dex file that can be run as an Android app.\n\nHow to read a DEX file?\nA DEX file shall be converted to \'jar\' format and later into \'Java\' file using tools such as \'dex2jar\' and \'JD-GUI\'.</string>
<string name="update">Update</string>
<string name="user">User</string>
<string name="user_interface">User Interface</string>
<string name="warning">Warning</string>
<string name="wrong_extension">Please select a file with %s extension.</string>
<string name="x509_certificate">X509Certificate</string>
<string name="x509_certificate_summary">Select custom X509Certificate</string>
<string name="xml_corrupted">XML string is corrupted. Aborting…</string>
<string name="xml_decode_failed">Failed to decode %s</string>
<string name="yes">Yes</string>
<string name="zip_aligning">Zip aligning…</string>
</resources>