⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 guiresources.properties

📁 j2me 混淆包,用于混淆j2me的原代码用的
💻 PROPERTIES
字号:
# ProGuard -- shrinking, optimization, and obfuscation of Java class files.# Copyright (c) 1999-2004 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  = Obfuscation## Panel titles.#welcome                       = Welcome to ProGuard, version 3.2options                       = OptionskeepAdditional                = Keep additional classes and class memberskeepNamesAdditional           = Keep additional class names and class member namesassumeNoSideEffectsAdditional = Assume no side effects for additional methodsconsistencyAndCorrectness     = 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, and obfuscator.\  \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\  Based on class file IO code by Mark Welsh.\  \n\n\  Distributed under the GNU General Public License.\  \n\  Copyright (c) 1999-2004.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 directoriesoutputJars  = Output jars, wars, ears, zips, and directoriesprintSeeds                       = Print seedsshrink                           = ShrinkprintUsage                       = Print usageoptimize                         = OptimizeallowAccessModification          = Allow access modificationobfuscate                        = ObfuscateprintMapping                     = Print mappingapplyMapping                     = Apply mappingobfuscationDictionary            = Obfuscation dictionaryoverloadAggressively             = Overload aggressivelydefaultPackage                   = Default packageuseMixedCaseClassNames           = Use mixed-case class nameskeepAttributes                   = Keep attributesrenameSourceFileAttribute        = Rename SourceFile attributeverbose                          = 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 members## Panel titles and labels for boilerplate keep options.#boilerplate_keep                = Keepboilerplate_applications        = Applicationsboilerplate_applets             = Appletsboilerplate_servlets            = Servletsboilerplate_midlets             = Midletsboilerplate_library             = Libraryboilerplate_also_keep           = Also keepboilerplate_enumerations        = Enumerationsboilerplate_serialization_code  = Serialization codeboilerplate_beaninfo_classes    = BeanInfo classesboilerplate_bean_classes        = Bean classesboilerplate_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_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 present## Further keep titles and labels.#comments               = Commentsaccess                 = Accessrequired               = Requirednot                    = NotdontCare               = Don't careclass                  = ClassextendsImplementsClass = Extends/implements classclassMembers           = Class membersextensionsOf = Extensions ofspecificationNumber = Specification #returnType = Return typename       = Namearguments  = Arguments## File selection titles.#selectConfigurationFile         = Select a configuration file...saveConfigurationFile           = Save configuration...selectSeedsFile                 = Select a seeds output file...selectUsageFile                 = Select a usage output file...selectPrintMappingFile          = Select an output mapping file...selectApplyMappingFile          = Select an input mapping file...selectObfuscationDictionaryFile = Select an obfuscation dictionary...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 + -