guiresources.properties
来自「proguard 一个java的混淆器」· PROPERTIES 代码 · 共 504 行 · 第 1/2 页
PROPERTIES
504 行
keepTitleTip = Keep the specified classes and/or their fields and methods.keepTip = \ <html>Keep the specified classes, fields, and methods as entry points.<br>\ This is the most common option.</html>keepClassMembersTip = \ Only keep the specified fields and methods as entry points.keepClassesWithMembersTip = \ <html>Keep the specified classes, fields, and methods,<br>\ on the condition that the fields and methods are present.</html>allowTitleTip = \ <html>Optionally relax keeping the specified classes, fields, and methods.<br>\ <i>These are advanced options.</i></html>allowShrinkingTip = \ Remove the specified classes, fields, and methods anyway, if they are not used.allowOptimizationTip = \ <html>Optimize the specified classes, fields, and methods as entry points anyway.<br>\ <i>Only set this option if you know what you're doing!</i></html>allowObfuscationTip = \ <html>Obfuscate the names of the specified classes, fields, and methods anyway.<br>\ <i>Only set this option if you know what you're doing!</i></html>## Further keep titles and labels.#comments = Commentsaccess = Accessrequired = Requirednot = NotdontCare = Don't careannotation = Annotationclass = ClassextendsImplementsAnnotation = Extends/implements class with annotationextendsImplementsClass = Extends/implements classclassMembers = Class membersextensionsOf = Extensions ofspecificationNumber = Specification #fieldType = Field typereturnType = Return typename = NameargumentTypes = Argument typescommentsTip = \ Optionally add a comment for this option in the configuration file.accessTip = \ <html>Optionally place constraints on the access modifiers of this element.<br>\ E.g. only match public elements.</html>requiredTip = \ The access modifier has to be set.notTip = \ The access modifier must not be set.dontCareTip = \ The access modifier is irrelevant.annotationTip = \ <html>Optionally require the given annotation to be present on this element.<br>\ E.g. only match elements that have an annotation <code>myPackage.MyAnnotation</code>.<br>\ <i>This is an advanced option.</i></html>classTip = \ The name of the class or interface.extendsImplementsAnnotationTip = \ <html>Optionally require the given annotation to be present on the<br>\ extended or implemented class or interface.<br>\ E.g. only match classes that extend a class that has an annotation<br>\ <code>myPackage.MyAnnotation</code>.<br>\ <i>This is an advanced option.</i></html>extendsImplementsClassTip = \ <html>Optionally require the class to implement or extend the given class or interface.<br>\ E.g. only match classes that implement an interface <code>myPackage.MyInterface</code>.</html>classMembersTip = \ <html>Optionally keep fields and methods as entry points in the matching class or classes.<br>\ E.g. keep all public '<code>get*</code>' methods as entry points.</html>fieldTypeTip = The field type.returnTypeTip = The method return type, if any.nameTip = The name.argumentTypesTip = The method argument types, if any.classNameTip = \ <html>The class name, e.g. <code>myPackage.MyClass</code><br>\ Possible wildcards:\ <ul>\ <li><code>?<code> for any single character, except the package separator.\ <li><code>*<code> for any number of any characters, except the package separator.\ <li><code>**<code> for any number of any characters.\ </ul></html>classNamesTip = \ <html>A regular expression to further constrain the class names,<br>\ e.g. <code>myPackage1.MyClass,myPackage2.**</code><br>\ Possible wildcards:\ <ul>\ <li><code>?<code> for any single character, except the package separator.\ <li><code>*<code> for any number of any characters, except the package separator.\ <li><code>**<code> for any number of any characters.\ </ul></html>typeTip = \ <html>The type, e.g. <code>int</code>, or <code>java.lang.String[]</code><br>\ Possible wildcards:\ <ul>\ <li><code>%<code> for any primitive type.\ <li><code>?<code> for any single character, except the package separator.\ <li><code>*<code> for any number of any characters, except the package separator.\ <li><code>**<code> for any number of any characters.\ <li><code>***<code> (or empty) for any type.\ </ul></html>fieldNameTip = \ <html>The field name, e.g. <code>myField</code><br>\ Possible wildcards:\ <ul>\ <li><code>?<code> for any single character.\ <li><code>*<code> for any number of any characters.\ </ul></html>methodNameTip = \ <html>The method name, e.g. <code>myMethod</code><br>\ Possible wildcards:\ <ul>\ <li><code>?<code> for any single character.\ <li><code>*<code> for any number of any characters.\ </ul></html>argumentTypes2Tip = \ <html>The comma-separated list of argument types,<br>\ e.g. <code>java.lang.String[],int,boolean</code><br>\ Possible wildcards:\ <ul>\ <li><code>%<code> for any primitive type.\ <li><code>?<code> for any single character, except the package separator.\ <li><code>*<code> for any number of any characters, except the package separator.\ <li><code>**<code> for any number of any characters.\ <li><code>***<code> for any type.\ <li><code>...<code> for any number of any arguments.\ </ul></html>## File selection titles.#selectConfigurationFile = Select a configuration file...saveConfigurationFile = Save configuration...selectUsageFile = Select a usage output file...selectPrintMappingFile = Select an output mapping file...selectApplyMappingFile = Select an input mapping file...selectObfuscationDictionaryFile = Select an obfuscation dictionary...selectSeedsFile = Select a seeds output file...selectDumpFile = Select a class dump file...selectStackTraceFile = Select a stack trace file...cantOpenConfigurationFile = Can''t open the configuration file [{0}]cantParseConfigurationFile = Can''t parse the configuration file [{0}]cantSaveConfigurationFile = Can''t save the configuration file [{0}]cantOpenStackTraceFile = Can''t open the stack trace file [{0}]jarWarEarZipExtensions = *.jar, *.war, *.ear, *.zip (archives and directories)proExtension = *.pro (ProGuard configurations)addJars = Add one or more jars or directories...chooseJars = Choose different jars or directories...enterFilter = Optionally filter the file names contained in the selected entries.filters = FiltersnameFilter = File name filterjarNameFilter = Jar name filterwarNameFilter = War name filterearNameFilter = Ear name filterzipNameFilter = Zip name filteroutputFileTip = The optional output file.inputFileTip = The input file.nameFilterTip = A filter on plain class file names and resource file names.jarNameFilterTip = A filter on jar file names.warNameFilterTip = A filter on war file names.earNameFilterTip = A filter on ear file names.zipNameFilterTip = A filter on zip file names.## Simple button texts.#previous = Previousnext = Nextbrowse = Browse...advanced = Advanced optionsbasic = Basic optionsok = Okcancel = Canceladd = Add...addInput = Add input...addOutput = Add output...edit = Edit...filter = Filter...remove = RemovemoveUp = Move upmoveDown = Move downmoveToLibraries = Move to librariesmoveToProgram = Move to programaddField = Add field...addMethod = Add method...loadConfiguration = Load configuration...viewConfiguration = View configurationsaveConfiguration = Save configuration...loadStackTrace = Load stack trace...process = Process!reTrace = ReTrace!advancedTip = Toggle between showing basic options and advanced options.addInputTip = Add an input jar, war, ear, zip, or directory.addOutputTip = Add an output jar, war, ear, zip, or directory.addTip = Add an entry.editTip = Edit the selected entries.filterTip = Put filters on the contents of the selected entries.removeTip = Remove the selected entries.moveUpTip = Move the selected entries up in the list.moveDownTip = Move the selected entries down in the list.moveToLibrariesTip = Move to selected entries to the libraries.moveToProgramTip = Move to selected entries to the program.addFieldTip = Add a field to the specification.addMethodTip = Add a method to the specification.loadConfigurationTip = Optionally load an initial configuration.viewConfigurationTip = View the current configuration.saveConfigurationTip = Save the current configuration.loadStackTraceTip = Load a stack trace from a file.processTip = Start processing, based on the current configuration.reTraceTip = De-obfuscate the given stack trace.## Progress messages and error messages.#warning = WarningoutOfMemory = Out of memoryoutOfMemoryInfo = \n\ You should run the ProGuard GUI with a larger java heap size, \ with a command like\ \n\n\t\ java -Xms128m -Xmx192m -jar proguardgui.jar {0}\ \n\n\ or you can try running ProGuard from the command line. \ with a command like\ \n\n\t\ java -jar proguard.jar @{0}sampleConfigurationFileName = configuration.proerrorProcessing = Error during processingerrorReTracing = Error during retracing
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?