Spanish translation by poxyran

This commit is contained in:
Jindra Pet��k
2013-08-13 20:47:45 +02:00
parent ec14c7bab0
commit 4f334f9bc8
15 changed files with 651 additions and 0 deletions
@@ -0,0 +1,24 @@
# 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/>.
version = versi\u00f3n
by = por
button.ok = OK
dialog.title = Acerca de
contributors = Colaboradores:
#In the translation, replace "english" with target language name
translation.author.label = Autor de la traducci\u00f3n al espa\u00f1ol:
#In the translation, insert your name here
translation.author = poxyran
@@ -0,0 +1,18 @@
# 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/>.
copy = Copiar al portapapeles
details = Ver detalles
dialog.title = Log
@@ -0,0 +1,42 @@
# 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/>.
shapes = Formas
shapes.svg = SVG
texts = Textos
texts.plain = Texto plano
texts.formatted = Texto formateado
images = Im\u00e1genes
images.pngjpeg = PNG/JPEG
movies = Pel\u00edculas
movies.flv = FLV (No audio)
sounds = Sonidos
sounds.mp3wavflv = MP3/WAV/FLV
sounds.flv = FLV (Solo audio)
actionscript = ActionScript
actionscript.as = AS
actionscript.pcode = PCODE
dialog.title = Exportar...
button.ok = OK
button.cancel = Cancelar
@@ -0,0 +1,16 @@
# 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/>.
graph = Grafo
@@ -0,0 +1,15 @@
# 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/>.
@@ -0,0 +1,16 @@
# 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/>.
loadingpleasewait = Loading, please wait...
@@ -0,0 +1,339 @@
# 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 = Archivo
menu.file.open = Abrir...
menu.file.save = Guardar
menu.file.saveas = Guardar como...
menu.file.export.fla = Exportar a FLA
menu.file.export.all = Exportar todas las partes
menu.file.export.selection = Exportar selecci\u00f3n
menu.file.exit = Salir
menu.tools = Herramientas
menu.tools.searchas = Buscar todo el ActionScript...
menu.tools.proxy = Proxy
menu.tools.deobfuscation = Desofuscaci\u00f3n
menu.tools.deobfuscation.pcode = Desofuscaci\u00f3n de PCode...
menu.tools.deobfuscation.globalrename = Renombrar identificador globalmente
menu.tools.deobfuscation.renameinvalid = Renombrar identificadores inv\u00e1lidos
menu.tools.gotodocumentclass = Ir al document class
menu.settings = Ajustes
menu.settings.autodeobfuscation = Desofuscaci\u00f3n autom\u00e1tica
menu.settings.internalflashviewer = Usar un visor de flash propio
menu.settings.parallelspeedup = Aceleraci\u00f3n en paralelo
menu.settings.disabledecompilation = Inhabilitar decompilaci\u00f3n (solo desensamblado)
menu.settings.addtocontextmenu = Agregar FFDec al men\u00fa contextual de archivos SWF
menu.settings.language = Cambiar lenguaje
menu.settings.cacheOnDisk = Usar almacenamiento de cach\u00e9 en disco
menu.settings.gotoMainClassOnStartup = Resaltar el document class al iniciar
menu.help = Ayuda
menu.help.checkupdates = Comprobar actualizaciones...
menu.help.helpus = Ayudanos!
menu.help.homepage = Visitar la p\u00e1gina principal
menu.help.about = Acerca de...
contextmenu.remove = Remover
button.save = Guardar
button.edit = Editar
button.cancel = Cancelar
button.replace = Reemplazar...
notavailonthisplatform = La vista previa de este objeto no est\u00e1 disponible en esta plataforma. (solo Windows)
swfpreview = Vista previa del SWF
swfpreview.internal = Vista previa del SWF (Visor interno)
parameters = Par\u00e1metros
rename.enternew = Ingresar nuevo nombre:
rename.finished.identifier = Identificador renombrado.
rename.finished.multiname = %count% multinombres(s) renombrado.
node.texts = textos
node.images = im\u00e1genes
node.movies = pel\u00edculas
node.sounds = sonidos
node.binaryData = datosbinarios
node.fonts = fuentes
node.sprites = sprites
node.shapes = formas
node.morphshapes = morphshapes
node.buttons = botones
node.frames = marcos
node.scripts = scripts
message.warning = Cuidado
message.confirm.experimental = El siguiente procedimiento puede da\u00f1ar el archivo SWF e inutilizar su reproducci\u00f3n.\r\nUSESE BAJO SU PROPIO RIESGO. Desea continuar?
message.confirm.parallel = El paralelismo puede acelerar la carga y la descompilaci\u00f3n pero requerir m\u00e1s memoria.
message.confirm.on = Desea encenderlo?
message.confirm.off = Desea apagarlo?
message.confirm = Confirmar
message.confirm.autodeobfuscate = La desofuscaci\u00f3n autom\u00e1tica es una manera de descompilar el c\u00f3digo ofuscado.\r\nLa desofuscaci\u00f3n conduce a una descompilaci\u00f3n m\u00e1s lenta y a eliminar algo de c\u00f3digo muerto.\r\nSi el c\u00f3digo no est\u00e1 ofuscado, es mejor deshabilitar la autodesofuscaci\u00f3n.
message.parallel = Paralelismo
message.trait.saved = Rasgo guardado existosamente
message.constant.new.string = La cadena "%value%" no est\u00e1 presente en la tabla de constantes. Desea agregarla?
message.constant.new.string.title = Agregar cadena
message.constant.new.integer = El entero "%value%" no est\u00e1 presente en la tabla de constantes. Desea agregarlo?
message.constant.new.integer.title = Agregar entero
message.constant.new.unsignedinteger = El entero no signado "%value%" no est\u00e1 presente en la tabla de constantes. Desea agregarlo?
message.constant.new.unsignedinteger.title = Agregar entero no signado
message.constant.new.double = El entero doble "%value%" no est\u00e1 presente en la tabla de constantes. Desea agregarlo?
message.constant.new.double.title = Agregar entero doble
work.buffering = Buffering
work.waitingfordissasembly = Esperando el desensamblado
work.gettinghilights = Adquiriendo resaltadores
work.disassembling = Desensamblando
work.exporting = Exportando
work.searching = Buscando
work.renaming = Renombrando
work.exporting.fla = Exportando FLA
work.renaming.identifiers = Renombrando identificadores
work.deobfuscating = Desofuscando
work.decompiling = Decompilando
work.gettingvariables = Adquiriendo variables
work.reading.swf = Leyendo SWF
work.creatingwindow = Creando ventana
work.buildingscripttree = Generando \u00e1rbol de script Building script tree
work.deobfuscating.complete = Desofuscaci\u00f3n completada
message.search.notfound = Cadena "%searchtext%" no encontrada.
message.search.notfound.title = No encontrado
message.rename.notfound.multiname = No se encontr\u00f3 ning\u00fan multiname bajo el cursor
message.rename.notfound.identifier = No se encontr\u00f3 ning\u00fan identificador bajo el cursor
message.rename.notfound.title = No encontrado
message.rename.renamed = Identificadores renombrados: %count%
filter.images = Im\u00e1genes (*.jpg,*.gif,*.png)
filter.fla = Documento Flash CS 6 (*.fla)
filter.xfl = Documento no comprimido Flash CS 6 (*.xfl)
filter.swf = Archivos SWF (*.swf)
error = Error
error.image.invalid = Im\u00e1gen inv\u00e1lida.
error.text.invalid = Texto inv\u00e1lido: %text% en la l\u00ednea %line%
error.file.save = No se puede guardar el archivo
error.file.write = No se puede escribir al archivo
error.export = Error durante la exportaci\u00f3n
export.select.directory = Seleccione directorio para exportar
export.finishedin = Exportado en %time%
update.check.title = Chequeo de actualizaci\u00f3n
update.check.nonewversion = No hay versi\u00f3n nueva disponible.
message.helpus = Por favor, visite\r\n%url%\r\npara m\u00e1s detalles.
message.homepage = Visite la p\u00e1gina principal en: \r\n%url%
proxy = Proxy
proxy.start = Comenzar proxy
proxy.stop = Detener proxy
proxy.show = Mostrar proxy
exit = Salir
panel.disassembled = Fuente P-code
panel.decompiled = Fuente ActionScript
search.info = Buscar por "%text%" :
search.script = Script
constants = Constantes
traits = Rasgos
pleasewait = Espere por favor
abc.detail.methodtrait = M\u00e9todo/Getter/Setter Rasgo
abc.detail.unsupported = -
abc.detail.slotconsttrait = Slot/Const Rasgo
abc.detail.traitname = Nombre:
abc.detail.body.params.maxstack = Pila m\u00e1xima:
abc.detail.body.params.localregcount = Contador de registros locales:
abc.detail.body.params.minscope = Profundidad de alcance m\u00ednima:
abc.detail.body.params.maxscope = Profundidad de alcance m\u00e1xima:
abc.detail.body.params.autofill = Auto rellenado al salvar c\u00f3dig (AJUSTE GLOBAL)
abc.detail.body.params.autofill.experimental = ...EXPERIMENTAL
abc.detail.methodinfo.methodindex = Indice de m\u00e9todo:
abc.detail.methodinfo.parameters = Par\u00e1metros:
abc.detail.methodinfo.returnvalue = Tipo de valor de retorno:
error.methodinfo.params = Error de pa\u0155ametro MethodInfo
error.methodinfo.returnvalue = Error de retorno de tipo MethodInfo
abc.detail.methodinfo = MethodInfo
abc.detail.body.code = C\u00f3digo de MethodBody
abc.detail.body.params = Par\u00e1metros de MethodBody
abc.detail.slotconst.typevalue = Tipo y valor:
error.slotconst.typevalue = Error de valor de tipo SlotConst
message.autofill.failed = No se puede obtener las estad\u00edsticas de c\u00f3digo para los par\u00e1metros de cuerpo autom\u00e1ticos.\r\nDestilde auto-llenado para evitar este mensaje.
info.selecttrait = Seleccione la clase y clickee un atributo en el c\u00f3digo Actionscript para editarlo.
button.viewgraph = Ver grafo
button.viewhex = Ver en hexa
abc.traitslist.instanceinitializer = inicializador de instancia
abc.traitslist.classinitializer = inicializador de clase
action.edit.experimental = (Experimental)
message.action.saved = C\u00f3digo guardado exitosamente
error.action.save = %error% en la l\u00ednea %line%
message.confirm.remove = Est\u00e1 seguro que desea remover %item% \n y todos los objetos que dependen de \u00e9l?
#after version 1.6.5u1:
button.ok = OK
button.cancel = Cancelar
font.name = Nombre de fuente:
font.isbold = Es negrita:
font.isitalic = Es it\u00e1lica:
font.ascent = Ascendente:
font.descent = Descendente:
font.leading = Destacado:
font.characters = Caract\u00e9r:
font.characters.add = Agregar caracteres:
value.unknown = ?
yes = si
no = no
errors.present = Hay ERRORES en el log. Clickear para ver.
errors.none = No hay errores en el log
#after version 1.6.6:
dialog.message.title = Mensaje
dialog.select.title = Seleccione una opci\u00f3n
button.yes = Si
button.no = No
FileChooser.openButtonText = Abrir
FileChooser.openButtonToolTipText = Abrir
FileChooser.lookInLabelText = Mirar en:
FileChooser.acceptAllFileFilterText = Todos los archivos
FileChooser.filesOfTypeLabelText = Archivos de tipo:
FileChooser.fileNameLabelText = Nombre del archivo:
FileChooser.listViewButtonToolTipText = Lista
FileChooser.listViewButtonAccessibleName = Lista
FileChooser.detailsViewButtonToolTipText = Detales
FileChooser.detailsViewButtonAccessibleName = Detalles
FileChooser.upFolderToolTipText = Subir un nivel
FileChooser.upFolderAccessibleName = Subir un nivel
FileChooser.homeFolderToolTipText = Home
FileChooser.homeFolderAccessibleName = Home
FileChooser.fileNameHeaderText = Nombre
FileChooser.fileSizeHeaderText = Tama\u00f1o
FileChooser.fileTypeHeaderText = Tipo
FileChooser.fileDateHeaderText = Fecha
FileChooser.fileAttrHeaderText = Atributos
FileChooser.openDialogTitleText = Abrir
FileChooser.directoryDescriptionText = Directorio
FileChooser.directoryOpenButtonText = Abrir
FileChooser.directoryOpenButtonToolTipText = Abrir el directorio seleccionado
FileChooser.fileDescriptionText = Archivo gen\u00e9rico
FileChooser.fileNameLabelText = Nombre de archivo:
FileChooser.helpButtonText = Ayuda
FileChooser.helpButtonToolTipText = Ayuda de FileChooser
FileChooser.newFolderAccessibleName = Nueva carpeta
FileChooser.newFolderErrorText = Error creando nueva carpeta
FileChooser.newFolderToolTipText = Crear nueva carpeta
FileChooser.other.newFolder = NuevaCarpeta
FileChooser.other.newFolder.subsequent = NuevaCarpeta.{0}
FileChooser.win32.newFolder = Nueva Carpeta
FileChooser.win32.newFolder.subsequent = Nueva Carpeta ({0})
FileChooser.saveButtonText = Guarda
FileChooser.saveButtonToolTipText = Guardar archivo seleccionado
FileChooser.saveDialogTitleText = Guardar
FileChooser.saveInLabelText = Guardar en:
FileChooser.updateButtonText = Actualizar
FileChooser.updateButtonToolTipText = Actualizar listado de directorio
#after version 1.6.6u2:
FileChooser.detailsViewActionLabel.textAndMnemonic = Detalles
FileChooser.detailsViewButtonToolTip.textAndMnemonic = Detalles
FileChooser.fileAttrHeader.textAndMnemonic = Atributos
FileChooser.fileDateHeader.textAndMnemonic = Modificado
FileChooser.fileNameHeader.textAndMnemonic = Nombre
FileChooser.fileNameLabel.textAndMnemonic = Nombre de archivo:
FileChooser.fileSizeHeader.textAndMnemonic = Tama\u00f1o
FileChooser.fileTypeHeader.textAndMnemonic = Tipo
FileChooser.filesOfTypeLabel.textAndMnemonic = Archivos de tipo:
FileChooser.folderNameLabel.textAndMnemonic = Nombre de carpeta:
FileChooser.homeFolderToolTip.textAndMnemonic = Home
FileChooser.listViewActionLabel.textAndMnemonic = Lista
FileChooser.listViewButtonToolTip.textAndMnemonic = Lista
FileChooser.lookInLabel.textAndMnemonic = Mirar en:
FileChooser.newFolderActionLabel.textAndMnemonic = Nueva Carpeta
FileChooser.newFolderToolTip.textAndMnemonic = Crear Nueva Carpeta
FileChooser.refreshActionLabel.textAndMnemonic = Refrescar
FileChooser.saveInLabel.textAndMnemonic = Guardar en:
FileChooser.upFolderToolTip.textAndMnemonic = Subir un nivel
FileChooser.viewMenuButtonAccessibleName = Ver men\u00fa
FileChooser.viewMenuButtonToolTipText = Ver men\u00fa
FileChooser.viewMenuLabel.textAndMnemonic = Ver
FileChooser.newFolderActionLabelText = Nueva Carpeta
FileChooser.listViewActionLabelText = Lista
FileChooser.detailsViewActionLabelText = Detalles
FileChooser.refreshActionLabelText = Refrescar
FileChooser.sortMenuLabelText = Ordenar \u00edconos por
FileChooser.viewMenuLabelText = Ver
FileChooser.fileSizeKiloBytes = {0} KB
FileChooser.fileSizeMegaBytes = {0} MB
FileChooser.fileSizeGigaBytes = {0} GB
FileChooser.folderNameLabelText = Nombre de carpeta:
error.occured = Ocurri\u00f3 un error : %error%
button.abort = Abortar
button.retry = Reintentar
button.ignore = Ignorar
font.source = Origen de la fuente:
#after version 1.6.7:
menu.export = Exportar
menu.general = General
menu.language = Lenguaje
startup.welcometo = Bienvenido a
startup.selectopen = Clickee en el \u00edcono del panel superior o arrastre el archivo SWF a esta ventana para comenzar.
error.font.nocharacter = Fuente de origen seleccionado no contiene caracteres "%char%".
warning.initializers = Los campos est\u00e1ticos y constantes son a menudo inicializados en el inicializador.\nEditar el valor aqu\u00ed usualmente no es suficiente!
@@ -0,0 +1,21 @@
# 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/>.
#NOTE: This file translation is no longer used in FFDec
# There is no need to traslate it.
button.open = Abrir archivo local
button.proxy = Abrir via proxy
button.exit = Salir de la aplicaci\u00f3n
@@ -0,0 +1,25 @@
# 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/>.
version = versi\u00f3n
releasedate = Fecha de publicaci\u00f3n:
newversionavailable = Hay una nueva versi\u00f3n disponible:
changeslog = Cambios:
downloadnow = Bajar ahora?
button.ok = OK
button.cancel = Cancelar
dialog.title = Nueva versi\u00f3n disponible
newversion = Nueva versi\u00f3n
newvermessage = Una nueva versi\u00f3n de %oldAppName% est\u00e1 disponible: %newAppName%.\r\nPor favor, dirijase a %projectPage% para obtenerla.
@@ -0,0 +1,22 @@
# 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/>.
rename.type = Renombrar tipo:
rename.type.typenumber = Tipo + N\u00famero (class_27, method_456,...)
rename.type.randomword = Palabra al azar (abada, kof, supo, kosuri,...)
dialog.title = Renombrar identificadores
button.ok = OK
button.cancel = Cancelar
@@ -0,0 +1,23 @@
# 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/>.
checkbox.ignorecase = Ignorar el case
checkbox.regexp = Expresi\u00f3n regular
button.ok = OK
button.cancel = Cancelar
label.searchtext = Buscar texto:
dialog.title = B\u00fasqueda de ActionScript
error = Error
error.invalidregexp = Patr\u00f3n inv\u00e1lido
@@ -0,0 +1,22 @@
# 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/>.
button.ok = OK
button.cancel = Cancelar
#after version 1.7.0:
# This language name translated (e. g. \u010ce\u0161tina for Czech,...)
language = Espa\u00f1ol
language.label = Lenguaje:
dialog.title = Seleccionar lenguaje
@@ -0,0 +1,24 @@
# 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/>.
processallclasses = Procesar todas las clases
dialog.title = Desofuscaci\u00f3n PCode
deobfuscation.level = Nivel de desofuscaci\u00f3n del c\u00f3digo:
deobfuscation.removedeadcode = Remover c\u00f3digo muerto
deobfuscation.removetraps = Remover trampas
deobfuscation.restorecontrolflow = Restaurar el flujo de control
button.ok = OK
button.cancel = Cancelar
@@ -0,0 +1,18 @@
# 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/>.
button.goto = Ir a
button.cancel = Cancelar
dialog.title = Usos:
@@ -0,0 +1,26 @@
# 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/>.
proxy.start = Iniciar proxy
proxy.stop = Detener proxy
port = Puerto:
open = Abierto
clear = Limpiar
rename = Renombrar
remove = Remover
sniff = Esnifar:
dialog.title = Proxy
error = Error
error.port = Formato incorrecto para el n\u00famero de puerto.