Messages_en_US.properties 5.8 KB
Newer Older
D
Donlon 已提交
1 2
language.name=English

S
Skylot 已提交
3 4
menu.file=File
menu.view=View
5 6
menu.recent_projects=Recent projects
menu.no_recent_projects=No recent projects
S
Skylot 已提交
7
menu.preferences=Preferences
S
Skylot 已提交
8 9
menu.sync=Sync with editor
menu.flatten=Show flatten packages
J
Jan S 已提交
10
menu.heapUsageBar=Show memory usage bar
S
Skylot 已提交
11
menu.navigation=Navigation
12 13
menu.text_search=Text search
menu.class_search=Class search
S
Skylot 已提交
14
menu.tools=Tools
D
Donlon 已提交
15
menu.deobfuscation=Deobfuscation
S
Skylot 已提交
16
menu.log=Log Viewer
S
Skylot 已提交
17 18
menu.help=Help
menu.about=About
S
Skylot 已提交
19
menu.update_label=New version %s available!
S
Skylot 已提交
20

D
Donlon 已提交
21
file.open_action=Open file...
S
Skylot 已提交
22
file.open_title=Open file
23 24 25
file.new_project=New project
file.save_project=Save project
file.save_project_as=Save project as...
26
file.save_all=Save all
S
Skylot 已提交
27
file.export_gradle=Save as gradle project
28 29
file.save_all_msg=Select directory for save decompiled sources
file.exit=Exit
S
Skylot 已提交
30

31 32
tree.sources_title=Source code
tree.resources_title=Resources
33
tree.loading=Loading...
S
Skylot 已提交
34 35 36 37 38 39 40 41

search.previous=Previous
search.next=Next
search.mark_all=Mark All
search.regex=Regex
search.match_case=Match Case
search.whole_word=Whole word
search.find=Find
S
Skylot 已提交
42

43
tabs.copy_class_name=Copy Name
S
Skylot 已提交
44 45 46
tabs.close=Close
tabs.closeOthers=Close Others
tabs.closeAll=Close All
47 48 49

nav.back=Back
nav.forward=Forward
S
Skylot 已提交
50

51
message.indexingClassesSkipped=<html>Jadx is running low on memory. Therefore %d classes were not indexed.<br>If you want all classes to be indexed restart Jadx with increased maximum heap size.</html>
J
Jan S 已提交
52 53 54

heapUsage.text=JADX memory usage: %.2f GB of %.2f GB

S
Skylot 已提交
55 56
search_dialog.open=Open
search_dialog.cancel=Cancel
D
Donlon 已提交
57 58
search_dialog.open_by_name=Search for text:
search_dialog.search_in=Search definitions of:
S
Skylot 已提交
59 60 61 62
search_dialog.class=Class
search_dialog.method=Method
search_dialog.field=Field
search_dialog.code=Code
D
Donlon 已提交
63
search_dialog.options=Search options:
64
search_dialog.ignorecase=Case insensitive
J
Jan Peter Stotz 已提交
65 66
search_dialog.next_page=Show next page
search_dialog.prev_page=Show previous page
D
Donlon 已提交
67 68 69
search_dialog.info_label=Showing results %1$d to %2$d of %3$d
search_dialog.col_node=Node
search_dialog.col_code=Code
S
Skylot 已提交
70

71 72 73
usage_dialog.title=Usage search
usage_dialog.label=Usage for:

D
Donlon 已提交
74 75 76 77 78
log_viewer.title=Log Viewer
log_viewer.log_level=Log level:

about_dialog.title=About JADX

S
Skylot 已提交
79 80
preferences.title=Preferences
preferences.deobfuscation=Deobfuscation
81 82
preferences.editor=Editor
preferences.decompile=Decompilation
83
preferences.project=Project
S
Skylot 已提交
84
preferences.other=Other
D
Donlon 已提交
85
preferences.language=Language
S
Skylot 已提交
86
preferences.check_for_updates=Check for updates on startup
87
preferences.fallback=Fallback mode (simple dump)
S
Skylot 已提交
88
preferences.showInconsistentCode=Show inconsistent code
89
preferences.escapeUnicode=Escape unicode
90
preferences.replaceConsts=Replace constants
91
preferences.respectBytecodeAccessModifiers=Respect bytecode access modifiers
92
preferences.useImports=Use import statements
S
Skylot 已提交
93
preferences.skipResourcesDecode=Don't decode resources
94
preferences.autoSave=Auto save
S
Skylot 已提交
95
preferences.threads=Processing threads count
J
Jan S 已提交
96 97 98 99
preferences.excludedPackages=Excluded packages
preferences.excludedPackages.tooltip=List of space separated package names that will not be decompiled or indexed (saves RAM)
preferences.excludedPackages.button=Edit
preferences.excludedPackages.editDialog=<html>List of space separated package names that will not be decompiled or indexed (saves RAM)<br>e.g. <code>android.support</code></html>
S
Skylot 已提交
100 101
preferences.cfg=Generate methods CFG graphs (in 'dot' format)
preferences.raw_cfg=Generate RAW CFG graphs
S
Skylot 已提交
102
preferences.font=Editor font
103
preferences.theme=Editor theme
S
Skylot 已提交
104
preferences.start_jobs=Auto start background decompilation
105
preferences.select_font=Change
S
Skylot 已提交
106 107 108 109
preferences.deobfuscation_on=Enable deobfuscation
preferences.deobfuscation_force=Force rewrite deobfuscation map file
preferences.deobfuscation_min_len=Minimum name length
preferences.deobfuscation_max_len=Maximum name length
110
preferences.deobfuscation_source_alias=Use source file name as class name alias
S
Skylot 已提交
111 112
preferences.save=Save
preferences.cancel=Cancel
113 114 115
preferences.reset=Reset
preferences.reset_message=Reset settings to default values?
preferences.reset_title=Reset settings
S
Skylot 已提交
116

S
Skylot 已提交
117
msg.open_file=Please open file
D
Donlon 已提交
118 119 120 121
msg.saving_sources=Saving sources...
msg.language_changed_title=Language changed
msg.language_changed=New language will be displayed the next time application starts.
msg.index_not_initialized=Index not initialized, search will be disabled!
122 123
msg.project_error_title=Error
msg.project_error=Project could not be loaded
S
Skylot 已提交
124

125 126 127 128 129 130 131
popup.undo=Undo
popup.redo=Redo
popup.cut=Cut
popup.copy=Copy
popup.paste=Paste
popup.delete=Delete
popup.select_all=Select All
132
popup.find_usage=Find Usage
133 134
popup.exclude=Exclude

135 136 137
confirm.save_as_title=Confirm Save as
confirm.save_as_message=%s already exists.\nDo you want to replace it?
confirm.not_saved_title=Save project
138
confirm.not_saved_message=Save the current project before proceeding?
139

A
asviridenko 已提交
140 141
certificate.title=Certificate
certificate.cert_type=Type
D
Donlon 已提交
142
certificate.serialSigVer=Version
A
asviridenko 已提交
143
certificate.serialNumber=Serial number
D
Donlon 已提交
144
certificate.cert_subject=Subject
A
asviridenko 已提交
145 146
certificate.serialValidFrom=Valid from
certificate.serialValidUntil=Valid until
D
Donlon 已提交
147 148 149
certificate.serialPubKeyType=Public key type
certificate.serialPubKeyExponent=Exponent
certificate.serialPubKeyModulus=Modulus
150
certificate.serialPubKeyModulusSize=Modulus size (bits)
A
asviridenko 已提交
151 152 153 154 155 156
certificate.serialSigType=Signature type
certificate.serialSigOID=Signature OID
certificate.serialMD5=MD5 Fingerprint
certificate.serialSHA1=SHA-1 Fingerprint
certificate.serialSHA256=SHA-256 Fingerprint
certificate.serialPubKeyY=Y
157 158 159

apkSignature.signer=Signer
apkSignature.verificationSuccess=Signature verification succeeded
160
apkSignature.verificationFailed=Signature verification failed
161 162 163 164 165
apkSignature.signatureSuccess=Valid APK signature v%d found
apkSignature.signatureFailed=Invalid APK signature v%d found
apkSignature.errors=Errors
apkSignature.warnings=Warnings
apkSignature.exception=APK verification failed
166
apkSignature.unprotectedEntry=Files that are not protected by signature. Unauthorized modifications to this JAR entry will not be detected.