mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-13 05:45:36 +00:00
214 lines
7.3 KiB
Properties
214 lines
7.3 KiB
Properties
# Copyright (C) 2013 JPEXS
|
|
#
|
|
# This program is free software: you can redistribute it and/or modify
|
|
# it under the terms of the GNU General Public License as published by
|
|
# the Free Software Foundation, either version 3 of the License, or
|
|
# (at your option) any later version.
|
|
#
|
|
# This program is distributed in the hope that it will be useful,
|
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
# GNU General Public License for more details.
|
|
#
|
|
# You should have received a copy of the GNU General Public License
|
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
menu.file = File
|
|
menu.file.open = Open...
|
|
menu.file.save = Save
|
|
menu.file.saveas = Save as...
|
|
menu.file.export.fla = Export to FLA
|
|
menu.file.export.all = Export all parts
|
|
menu.file.export.selection = Export selection
|
|
menu.file.exit = Exit
|
|
|
|
|
|
menu.tools = Tools
|
|
menu.tools.searchas = Search All ActionScript...
|
|
menu.tools.proxy = Proxy
|
|
menu.tools.deobfuscation = Deobfuscation
|
|
menu.tools.deobfuscation.pcode = PCode deobfuscation...
|
|
menu.tools.deobfuscation.globalrename = Globally rename identifier
|
|
menu.tools.deobfuscation.renameinvalid = Rename invalid identifiers
|
|
menu.tools.gotodocumentclass = Go to document class
|
|
|
|
menu.settings = Settings
|
|
menu.settings.autodeobfuscation = Automatic deobfuscation
|
|
menu.settings.internalflashviewer = Use own Flash viewer
|
|
menu.settings.parallelspeedup = Parallel SpeedUp
|
|
menu.settings.disabledecompilation = Disable decompilation (Disassemble only)
|
|
menu.settings.addtocontextmenu = Add FFDec to SWF files context menu
|
|
menu.settings.language = Change language
|
|
menu.settings.cacheOnDisk = Use caching on disk
|
|
menu.settings.gotoMainClassOnStartup = Hilight document class on startup
|
|
|
|
menu.help = Help
|
|
menu.help.checkupdates = Check for updates...
|
|
menu.help.helpus = Help us!
|
|
menu.help.homepage = Visit homepage
|
|
menu.help.about = About...
|
|
|
|
contextmenu.remove = Remove
|
|
|
|
button.save = Save
|
|
button.edit = Edit
|
|
button.cancel = Cancel
|
|
button.replace = Replace...
|
|
|
|
notavailonthisplatform = Preview of this object is not available on this platform. (Windows only)
|
|
|
|
swfpreview = SWF preview
|
|
swfpreview.internal = SWF preview (Internal viewer)
|
|
|
|
parameters = Parameters
|
|
|
|
rename.enternew = Enter new name:
|
|
|
|
rename.finished.identifier = Identifier renamed.
|
|
rename.finished.multiname = %count% multiname(s) renamed.
|
|
|
|
node.texts = texts
|
|
node.images = images
|
|
node.movies = movies
|
|
node.sounds = sounds
|
|
node.binaryData = binaryData
|
|
node.fonts = fonts
|
|
node.sprites = sprites
|
|
node.shapes = shapes
|
|
node.morphshapes = morphshapes
|
|
node.buttons = buttons
|
|
node.frames = frames
|
|
node.scripts = scripts
|
|
|
|
message.warning = Warning
|
|
message.confirm.experimental = Following procedure can damage SWF file which can be then unplayable.\r\nUSE IT ON YOUR OWN RISK. Do you want to continue?
|
|
message.confirm.parallel = Parallelism can speed up loading and decompilation but uses more memory.
|
|
message.confirm.on = Do you want to turn this ON?
|
|
message.confirm.off = Do you want to turn this OFF?
|
|
message.confirm = Confirm
|
|
|
|
message.confirm.autodeobfuscate = Automatic deobfuscation is a way to decompile obfuscated code.\r\nDeobfuscation leads to slower decompilation and some of the dead code may be eliminated.\r\nIf the code is not obfuscated, it's better to turn autodeobfuscation off.
|
|
|
|
message.parallel = Parallelism
|
|
message.trait.saved = Trait successfully saved
|
|
|
|
|
|
message.constant.new.string = String "%value%" is not present in constants table. Do you want to add it?
|
|
message.constant.new.string.title = Add String
|
|
message.constant.new.integer = Integer value "%value%" is not present in constants table. Do you want to add it?
|
|
message.constant.new.integer.title = Add Integer
|
|
message.constant.new.unsignedinteger = Unsigned integer value "%value%" is not present in constants table. Do you want to add it?
|
|
message.constant.new.unsignedinteger.title = Add Unsigned integer
|
|
message.constant.new.double = Double value "%value%" is not present in constants table. Do you want to add it?
|
|
message.constant.new.double.title = Add Double
|
|
|
|
work.buffering = Buffering
|
|
work.waitingfordissasembly = Waiting for dissasembly
|
|
work.gettinghilights = Getting hilights
|
|
work.disassembling = Disassembling
|
|
work.exporting = Exporting
|
|
work.searching = Searching
|
|
work.renaming = Renaming
|
|
work.exporting.fla = Exporting FLA
|
|
work.renaming.identifiers = Renaming identifiers
|
|
work.deobfuscating = Deobfuscating
|
|
work.decompiling = Decompiling
|
|
work.gettingvariables = Getting variables
|
|
work.reading.swf = Reading SWF
|
|
work.creatingwindow = Creating window
|
|
work.buildingscripttree = Building script tree
|
|
|
|
work.deobfuscating.complete = Deobfuscation complete
|
|
|
|
|
|
message.search.notfound = String "%searchtext%" not found.
|
|
message.search.notfound.title = Not found
|
|
|
|
message.rename.notfound.multiname = No multiname found under cursor
|
|
message.rename.notfound.identifier = No identifier found under cursor
|
|
message.rename.notfound.title = Not found
|
|
message.rename.renamed = Identifiers renamed: %count%
|
|
|
|
filter.images = Images (*.jpg,*.gif,*.png)
|
|
filter.fla = Flash CS 6 Document (*.fla)
|
|
filter.xfl = Flash CS 6 Uncompressed Document (*.xfl)
|
|
filter.swf = SWF files (*.swf)
|
|
|
|
error = Error
|
|
error.image.invalid = Invalid image.
|
|
|
|
error.text.invalid = Invalid text: %text% on line %line%
|
|
error.file.save = Cannot save file
|
|
error.file.write = Cannot write to the file
|
|
error.export = Error during export
|
|
|
|
export.select.directory = Select directory to export
|
|
export.finishedin = Exported in %time%
|
|
|
|
update.check.title = Update check
|
|
update.check.nonewversion = No new version available.
|
|
|
|
message.helpus = Please visit\r\n%url%\r\nfor details.
|
|
message.homepage = Visit homepage at: \r\n%url%
|
|
|
|
proxy = Proxy
|
|
proxy.start = Start proxy
|
|
proxy.stop = Stop proxy
|
|
proxy.show = Show proxy
|
|
exit = Exit
|
|
|
|
panel.disassembled = P-code source
|
|
panel.decompiled = ActionScript source
|
|
|
|
search.info = Search for "%text%" :
|
|
search.script = Script
|
|
|
|
constants = Constants
|
|
|
|
pleasewait = Please wait
|
|
|
|
abc.detail.methodtrait = Method/Getter/Setter Trait
|
|
abc.detail.unsupported = -
|
|
abc.detail.slotconsttrait = Slot/Const Trait
|
|
abc.detail.traitname = Name:
|
|
|
|
abc.detail.body.params.maxstack = Max stack:
|
|
abc.detail.body.params.localregcount = Local registers count:
|
|
abc.detail.body.params.minscope = Minimum scope depth:
|
|
abc.detail.body.params.maxscope = Maximum scope depth:
|
|
abc.detail.body.params.autofill = Auto fill on code save (GLOBAL SETTING)
|
|
abc.detail.body.params.autofill.experimental = ...EXPERIMENTAL
|
|
|
|
abc.detail.methodinfo.methodindex = Method Index:
|
|
abc.detail.methodinfo.parameters = Parameters:
|
|
abc.detail.methodinfo.returnvalue = Return value type:
|
|
|
|
error.methodinfo.params = MethodInfo Params Error
|
|
error.methodinfo.returnvalue = MethodInfo Return type Error
|
|
|
|
|
|
abc.detail.methodinfo = MethodInfo
|
|
abc.detail.body.code = MethodBody Code
|
|
abc.detail.body.params = MethodBody params
|
|
|
|
abc.detail.slotconst.typevalue = Type and Value:
|
|
|
|
error.slotconst.typevalue = SlotConst typevalue Error
|
|
|
|
|
|
message.autofill.failed = Cannot get code stats for automatic body params.\r\nUncheck autofill to avoid this message.
|
|
info.selecttrait = Select class and click a trait in Actionscript source to edit it.
|
|
|
|
button.viewgraph = View Graph
|
|
button.viewhex = View Hex
|
|
|
|
abc.traitslist.instanceinitializer = instance initializer
|
|
abc.traitslist.classinitializer = class initializer
|
|
|
|
action.edit.experimental = (Experimental)
|
|
|
|
message.action.saved = Code successfully saved
|
|
|
|
error.action.save = %error% on line %line%
|
|
|