language.name=English menu.file=File menu.view=View menu.recent_projects=Recent projects menu.no_recent_projects=No recent projects menu.preferences=Preferences menu.sync=Sync with editor menu.flatten=Show flatten packages menu.heapUsageBar=Show memory usage bar menu.navigation=Navigation menu.text_search=Text search menu.class_search=Class search menu.tools=Tools menu.deobfuscation=Deobfuscation menu.log=Log Viewer menu.help=Help menu.about=About menu.update_label=New version %s available! file.open_action=Open file... file.open_title=Open file file.new_project=New project file.save_project=Save project file.save_project_as=Save project as... file.save_all=Save all file.export_gradle=Save as gradle project file.save_all_msg=Select directory for save decompiled sources file.exit=Exit tree.sources_title=Source code tree.resources_title=Resources tree.loading=Loading... progress.load=Loading progress.decompile=Decompiling progress.index=Indexing error_dialog.title=Error 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 tabs.copy_class_name=Copy Name tabs.close=Close tabs.closeOthers=Close Others tabs.closeAll=Close All tabs.code=Code tabs.smali=Smali nav.back=Back nav.forward=Forward message.indexingClassesSkipped=Jadx is running low on memory. Therefore %d classes were not indexed.
If you want all classes to be indexed restart Jadx with increased maximum heap size. heapUsage.text=JADX memory usage: %.2f GB of %.2f GB search_dialog.open=Open search_dialog.cancel=Cancel search_dialog.open_by_name=Search for text: search_dialog.search_in=Search definitions of: search_dialog.class=Class search_dialog.method=Method search_dialog.field=Field search_dialog.code=Code search_dialog.options=Search options: search_dialog.ignorecase=Case insensitive search_dialog.next_page=Show next page search_dialog.prev_page=Show previous page search_dialog.info_label=Showing results %1$d to %2$d of %3$d search_dialog.col_node=Node search_dialog.col_code=Code usage_dialog.title=Usage search usage_dialog.label=Usage for: log_viewer.title=Log Viewer log_viewer.log_level=Log level: about_dialog.title=About JADX preferences.title=Preferences preferences.deobfuscation=Deobfuscation preferences.editor=Editor preferences.decompile=Decompilation preferences.project=Project preferences.other=Other preferences.language=Language preferences.check_for_updates=Check for updates on startup preferences.fallback=Fallback mode (simple dump) preferences.showInconsistentCode=Show inconsistent code preferences.escapeUnicode=Escape unicode preferences.replaceConsts=Replace constants preferences.respectBytecodeAccessModifiers=Respect bytecode access modifiers preferences.useImports=Use import statements preferences.inlineAnonymous=Inline anonymous classes preferences.fsCaseSensitive=File system is case sensitive preferences.skipResourcesDecode=Don't decode resources preferences.autoSave=Auto save preferences.threads=Processing threads count 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=List of space separated package names that will not be decompiled or indexed (saves RAM)
e.g. android.support preferences.cfg=Generate methods CFG graphs (in 'dot' format) preferences.raw_cfg=Generate RAW CFG graphs preferences.font=Editor font preferences.theme=Editor theme preferences.start_jobs=Auto start background decompilation preferences.select_font=Change 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 preferences.deobfuscation_source_alias=Use source file name as class name alias preferences.save=Save preferences.cancel=Cancel preferences.reset=Reset preferences.reset_message=Reset settings to default values? preferences.reset_title=Reset settings preferences.rename=Rename preferences.rename_case=System case sensitivity preferences.rename_valid=To be valid identifier preferences.rename_printable=To be printable msg.open_file=Please open file 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! msg.project_error_title=Error msg.project_error=Project could not be loaded msg.rename_disabled_title=Rename disabled msg.rename_disabled=Some of rename settings are disabled, please take this into consideration msg.cmd_select_class_error=Failed to select the class\n%s\nThe class does not exist. popup.undo=Undo popup.redo=Redo popup.cut=Cut popup.copy=Copy popup.paste=Paste popup.delete=Delete popup.select_all=Select All popup.find_usage=Find Usage popup.go_to_declaration=Go to declaration popup.exclude=Exclude popup.rename=Rename 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 confirm.not_saved_message=Save the current project before proceeding? certificate.cert_type=Type certificate.serialSigVer=Version certificate.serialNumber=Serial number certificate.cert_subject=Subject certificate.serialValidFrom=Valid from certificate.serialValidUntil=Valid until certificate.serialPubKeyType=Public key type certificate.serialPubKeyExponent=Exponent certificate.serialPubKeyModulus=Modulus certificate.serialPubKeyModulusSize=Modulus size (bits) 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 apkSignature.signer=Signer apkSignature.verificationSuccess=Signature verification succeeded apkSignature.verificationFailed=Signature verification failed 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 apkSignature.unprotectedEntry=Files that are not protected by signature. Unauthorized modifications to this JAR entry will not be detected.