📄 guiresources.properties
字号:
# ProGuard -- shrinking, optimization, and obfuscation of Java class files.# Copyright (c) 2002-2007 Eric Lafortune (eric@graphics.cornell.edu)## Tab names.#proGuardTab = ProGuardinputOutputTab = Input/OutputshrinkingTab = ShrinkingobfuscationTab = ObfuscationoptimizationTab = OptimizationinformationTab = InformationprocessTab = ProcessreTraceTab = ReTrace## Splash text.#developed = Developed by Eric Lafortuneshrinking = Shrinkingoptimization = Optimizationobfuscation = Obfuscationpreverification = Preverification## Panel titles.#welcome = Welcome to ProGuard, version 4.0 beta2options = OptionskeepAdditional = Keep additional classes and class memberskeepNamesAdditional = Keep additional class names and class member namesassumeNoSideEffectsAdditional = Assume no side effects for additional methodswhyAreYouKeeping = Why are you keepingpreverificationAndTargeting = Preverification and targetingconsistencyAndCorrectness = Consistency and correctnessprocessingConsole = Processing consolereTraceSettings = ReTrace settingsmappingFile = Mapping fileobfuscatedStackTrace = Obfuscated stack tracedeobfuscatedStackTrace = De-obfuscated stack trace## Info texts.#proGuardInfo = \ ProGuard is a free class file shrinker, optimizer, obfuscator, and preverifier.\ \n\n\ With this GUI, you can create, load, modify, and save ProGuard configurations. \ \n\ You can then process your code right away, or you can run ProGuard from the \ command line using your saved configuration. \ \n\n\ With the ReTrace part of this GUI you can de-obfuscate your stack traces.\ \n\n\ ProGuard and ReTrace are written and maintained by Eric Lafortune.\ \n\n\ Distributed under the GNU General Public License.\ \n\ Copyright (c) 2002-2007.processingInfo = \ You can now start processing your code, \ or you can run ProGuard from the command line using your saved configuration.\ \n\n\ It's always a good idea to save your configuration first.reTraceInfo = \ If you had ProGuard write out a mapping file, \ you can de-obfuscate your obfuscated stack traces with ReTrace!\ \n\n\ You can load an obfuscated stack trace from a file, \ or you can paste it straight into the text area above.## Titles and labels corresponding to common ProGuard options.#programJars = Program jars, wars, ears, zips, and directorieslibraryJars = Library jars, wars, ears, zips, and directoriesshrink = ShrinkprintUsage = Print usageoptimize = OptimizeallowAccessModification = Allow access modificationoptimizationPasses = Optimization passesobfuscate = ObfuscateprintMapping = Print mappingapplyMapping = Apply mappingobfuscationDictionary = Obfuscation dictionaryoverloadAggressively = Overload aggressivelyuseUniqueClassMemberNames = Use unique class member namesflattenPackageHierarchy = Flatten package hierarchyrepackageClasses = Repackage classesuseMixedCaseClassNames = Use mixed-case class nameskeepAttributes = Keep attributesrenameSourceFileAttribute = Rename SourceFile attributeadaptResourceFileNames = Adapt resource file namesadaptResourceFileContents = Adapt resource file contentspreverify = PreverifymicroEdition = Micro Editionverbose = Verbosenote = Note Class.forName invocations with variable argumentswarn = Warn about missing librariesignoreWarnings = Ignore warnings about missing librariesskipNonPublicLibraryClasses = Skip non-public library classesskipNonPublicLibraryClassMembers = Skip non-public library class membersforceProcessing = Force processingtarget = Targettargets = 1.0,1.1,1.2,1.3,1.4,1.5,1.6printSeeds = Print seedsprintConfiguration = Print configurationdump = Print class files## Panel titles and labels for boilerplate keep options.#boilerplate_keep = Keepboilerplate_applications = Applicationsboilerplate_applets = Appletsboilerplate_servlets = Servletsboilerplate_midlets = Midletsboilerplate_xlets = Xletsboilerplate_library = Libraryboilerplate_also_keep = Also keepboilerplate_enumerations = Enumerationsboilerplate_serialization_code = Serialization codeboilerplate_beaninfo_classes = BeanInfo classesboilerplate_bean_classes = Bean classesboilerplate_database_drivers = Database driversboilerplate_swing_ui_l&f = Swing UI L&Fboilerplate_rmi_interfaces = RMI interfacesboilerplate_rmi_implementations = RMI implementations## Panel titles and labels for boilerplate keep names options.#boilerplate_keep_names = Keep namesboilerplate_native_method_names = Native method namesboilerplate__class_method_names = .class method names## Labels for boilerplate "no side effect methods" options.#boilerplate_remove = Removeboilerplate_system_method_calls = System method calls without side effectsboilerplate_math_method_calls = Math method calls without side effectsboilerplate_number_method_calls = Number method calls without side effectsboilerplate_string_method_calls = String method calls without side effectsboilerplate_stringbuffer_method_calls = StringBuffer method calls without side effectsboilerplate_stringbuilder_method_calls = StringBuilder method calls without side effectsboilerplate_remove_debugging = Remove debuggingboilerplate_throwable_printstacktrace_calls = Throwable.printStackTrace() callsboilerplate_thread_dumpstack_calls = Thread.dumpStack() callsboilerplate_all_logging_api_calls = All logging API callsboilerplate_all_log4j_api_calls = All Log4j API calls## Titles and labels corresponding to ProGuard keep options.#keepTitle = Keepkeep = Keep classes and class memberskeepClassMembers = Keep class members onlykeepClassesWithMembers = Keep classes and class members, if members are presentallowTitle = AllowallowShrinking = Allow shrinkingallowOptimization = Allow optimizationallowObfuscation = Allow obfuscation## 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 #type = TypereturnType = Return typename = NameargumentTypes = Argument types## 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 = \ You can enter optional filters for the file names contained in the selected entries. \ The filters are comma-separated lists of relative file names, supporting ?, * and ** wildcards, and ! negators. \filters = FiltersnameFilter = File name filterjarNameFilter = Jar name filterwarNameFilter = War name filterearNameFilter = Ear name filterzipNameFilter = Zip name filter## Simple button texts.#previous = Previousnext = Nextbrowse = Browse...ok = 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!## 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -