diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/AppResources_nl.properties b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/AppResources_nl.properties index a9d428ce2..f9b6f9404 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/AppResources_nl.properties +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/AppResources_nl.properties @@ -19,6 +19,8 @@ decompilationError.timeout.description = Niet gedecompileerd vanwege timeout decompilationError.obfuscated = Code kan worden geobfusceerd decompilationError.errorType = Fout type decompilationError.error.description = Niet gedecompileerd gevolg van een fout +decompilationError.actionCount = Aantal acties: +decompilationError.instructionCount = Aantal instructies: decompilation.skipped = Decompilatie overgeslagen decompilation.unsupported = Niet ondersteund door decompiler @@ -34,6 +36,13 @@ timeFormat.second = seconde timeFormat.seconds = seconden fontNotFound = Lettertype met id=%fontId% is niet gevonden. +trait.scriptinitializer = script initialiseerder trait.instanceinitializer = instantie initialiseerder trait.classinitializer = klasse initialiseerder +#after 16.3.1 +package.default = +error.swf.invalid = Ongeldig SWF-bestand, verkeerde handtekening. +error.swf.headerTooShort = SWF-header is te kort. +error.abc.invalid = Ongeldig ABC-bestand. +error.swf.decryptionProblem = Ongeldig SWF-bestand, decodering mislukt. diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/docs/pcode/AS3other_nl.properties b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/docs/pcode/AS3other_nl.properties new file mode 100644 index 000000000..37b047331 --- /dev/null +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/docs/pcode/AS3other_nl.properties @@ -0,0 +1,86 @@ +# Copyright (C) 2010-2016 JPEXS, All rights reserved. +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 3.0 of the License, or (at your option) any later version. +# +# This library 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 +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library. +ui.list.heading = AVM2 p-code +ui.list.pageTitle = AVM2 p-code +ui.list.documentTitle = AVM2 p-code +ui.list.pageDescription = Lijst met p-code-instellingen +name.QName = Gekwalificeerde naam +name.QNameA = Gekwalificeerde naam van attribuut +name.RTQName = Runtime gekwalificeerde naam +name.RTQNameA = Runtime gekwalificeerde naam van het kenmerk +name.RTQNameL = Runtime gekwalificeerde naam late +name.RTQNameLA = Runtime gekwalificeerde naam Late attribuut +name.Multiname = Meerdere naamruimtenamen +name.MultinameA = Meerdere naamruimte naam van attribuut +name.MultinameL = Meerdere naamruimtenaam Late +name.MultinameLA = Meerdere naamruimtenaam Late attribuut +name.TypeName = Type naam +namespacekind.Namespace = Naamruimte +namespacekind.PrivateNamespace = Priv\u00e9 naamruimte +namespacekind.PackageNamespace = Priv\u00e9 naamruimte +namespacekind.PackageInternalNs = Pakket interne naamruimte +namespacekind.ProtectedNamespace = Beschermde naamruimte +namespacekind.ExplicitNamespace = Expliciete naamruimte +namespacekind.StaticProtectedNs = Statisch beschermde naamruimte +trait = Eigenschap +#types: +trait.method = Eigenschap van type methode +trait.slot = Eigenschap van type slot +trait.const = Eigenschap van type const +trait.setter = Eigenschap van type setter +trait.getter = Eigenschap van type getter +trait.class = Eigenschap van type klasse +trait.function = Eigenschap van type functie +trait.metadata = Metadata +trait.metadata.item = E\u00e9n metadata-item +trait.metadata.end = Einde van metadata +trait.flag = Eigenschap vlag +trait.flag.METADATA = Aan eigenschap zijn metagegevens gekoppeld +trait.flag.FINAL = Eigenschap als definitief +trait.flag.OVERRIDE = Eigenschap overschrijft ouder +#method/getter/setter +trait.dispid = Verzend-id +#slot/const/class/function +trait.slotid = Slot-id +trait.type = Type eigenschap +trait.value = Standaardwaarde voor een eigenschap +method = Methode +method.name = Naam van de methode +method.flag = Methode vlag +method.flag.NEED_ARGUMENTS = Maak het object "argumenten" in register method_info.param_count+1 +method.flag.NEED_ACTIVATION = Deze methode maakt gebruik van nieuwe activeringsinstructie +method.flag.NEED_REST = Maak een rest-argumentarray in register method_info.param_count+1 +method.flag.HAS_OPTIONAL = Deze methode heeft optionele argumenten +method.flag.IGNORE_REST = Laad geen restargumenten vooraf +method.flag.NATIVE = Deze methode is native +method.flag.SETSDXNS = Deze methode maakt gebruik van dxns- of dxnslate-instructies +method.flag.HAS_PARAMNAMES = Deze methode heeft parameternamen in method_info +method.param = Type parameter +method.paramname = Naam van parameter +method.optional = Standaardwaarde voor optionele parameter +method.returns = Retourneert type methode +method.body = Body van methode +method.body.maxstack = Maximaal aantal stackslots op elk uitvoeringspunt +method.body.localcount = Index van het hoogst genummerde lokale register plus \u00e9\u00e9n +method.body.initscopedepth = Minimale scoopdiepte (ten opzichte van maxscopediepte) waartoe toegang kan worden verkregen +method.body.maxscopedepth = Minimale scoopdiepte (ten opzichte van maxscopediepte) waartoe toegang kan worden verkregen +method.body.try = Uitzonderingsblok +method.body.try.from = Startpositie van waaruit uitzondering is ingeschakeld +method.body.try.to = Eindpositie waarna de uitzondering wordt uitgeschakeld +method.body.try.target = Positie waarnaar het besturingselement moet springen als een uitzondering van dit type wordt gegenereerd +method.body.try.type = Type gevangen uitzondering +method.body.try.name = Naam van het uitzonderingsobject +method.body.code = Code van de methodebody +method.body.trait = Eigenschap van de methodebody diff --git a/libsrc/jsyntaxpane/jsyntaxpane/src/main/resources/META-INF/services/jsyntaxpane/defaultsyntaxkit/config_nl.properties b/libsrc/jsyntaxpane/jsyntaxpane/src/main/resources/META-INF/services/jsyntaxpane/defaultsyntaxkit/config_nl.properties index 8092e8140..4b7a94658 100644 --- a/libsrc/jsyntaxpane/jsyntaxpane/src/main/resources/META-INF/services/jsyntaxpane/defaultsyntaxkit/config_nl.properties +++ b/libsrc/jsyntaxpane/jsyntaxpane/src/main/resources/META-INF/services/jsyntaxpane/defaultsyntaxkit/config_nl.properties @@ -7,8 +7,8 @@ Action.find.MenuText = Zoeken Action.find.ToolTip = Zoeken en Vervangen Dialoogvenster tonen Action.find-next.MenuText = Volgende zoeken Action.find-next.ToolTip = Laatste Zoek herhalen -Action.goto-line.MenuText = Naar Lijnnummer gaan -Action.goto-line.ToolTip = Naar Lijnnummer gaan +Action.goto-line.MenuText = Ga naar lijnnummer +Action.goto-line.ToolTip = Ga naar lijnnummer Action.indent.MenuText = Inspringen Action.unindent.MenuText = Laten terugspringen Action.undo.MenuText = Ongedaan maken diff --git a/libsrc/jsyntaxpane/jsyntaxpane/src/main/resources/jsyntaxpane/Bundle_nl.properties b/libsrc/jsyntaxpane/jsyntaxpane/src/main/resources/jsyntaxpane/Bundle_nl.properties index f3c7c420d..7484c089b 100644 --- a/libsrc/jsyntaxpane/jsyntaxpane/src/main/resources/jsyntaxpane/Bundle_nl.properties +++ b/libsrc/jsyntaxpane/jsyntaxpane/src/main/resources/jsyntaxpane/Bundle_nl.properties @@ -24,12 +24,12 @@ ReplaceDialog.jBtnNext.text = Volgend resultaat ReplaceDialog.jLblFind.text = Zoeken ReplaceDialog.jBtnReplace.text = Vervangen ShowAbbsDialog.title = Afkortingen -GotoLineDialog.title = Naar Lijn gaan -GotoLineDialog.jBtnOk.text = Go +GotoLineDialog.title = Ga naar lijn +GotoLineDialog.jBtnOk.text = Ga DocumentSearchData.SearchStringNotFound = Zoekstring {0} is niet gevonden DocumentSearchData.Find = Zoeken -ScriptAction.NoScriptConfigured = Actie heeft geen geconfigureerd script functie +ScriptAction.NoScriptConfigured = Actie heeft geen geconfigureerde script functie ScriptAction.ErrorInScript = Fout in het Script ScriptAction.NoScriptFoundIn = Geen script wordt gevonden in: ScriptRunnerAction.ErrorExecutingScript = Fout bij uitvoeren van script:\\n diff --git a/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog_nl.properties b/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog_nl.properties index 284c9a967..29e58e204 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog_nl.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog_nl.properties @@ -19,6 +19,9 @@ button.ok = OK dialog.title = Over contributors = Bijdragers: #In the translation, replace "english" with target language name -translation.author.label = Auteur van de nederlandse vertaling: +translation.author.label = Auteur van de Nederlandse vertaling: #In the translation, insert your name here -translation.author = pepka +translation.author = pepka, Jaap Kramer +developers = Ontwikkelaars: +developers.others = + anderen van GitHub en Google-code +translators = Vertalers: diff --git a/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog_nl.properties b/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog_nl.properties index 8b8f152a6..b7c373ecf 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog_nl.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog_nl.properties @@ -19,3 +19,62 @@ advancedSettings.columns.name = Naam advancedSettings.columns.value = Waarde advancedSettings.columns.description = Beschrijving default = standaardinstellingen +config.group.name.export = Export +config.group.description.export = Configuratie van exporten +config.group.name.script = Scripts +config.group.description.script = ActionScript-decompilatie gerelateerd +config.group.name.update = Updates +config.group.description.update = Controleren op updates +config.group.name.format = Opmaak +config.group.description.format = Opmaak van ActionScript-code +config.group.name.limit = Limieten\ + +config.group.description.limit = Decompilatielimieten voor versluierde code, enz. +config.group.name.ui = Interface +config.group.description.ui = Configuratie van de gebruikersinterface +config.group.name.debug = Foutopsporing +config.group.description.debug = Instellingen foutopsporing +config.group.name.display = Weergeven +config.group.description.display = Flash-objecten weergave, enz. +config.group.name.decompilation = Decompilatie +config.group.description.decompilation = Globale decompilatie gerelateerde functies +config.group.name.other = Ander +config.group.description.other = Andere niet-gecategoriseerde configuraties +config.name.openMultipleFiles = Meerdere bestanden openen +config.description.openMultipleFiles = Maakt het openen van meerdere bestanden tegelijk in \u00e9\u00e9n venster mogelijk +config.name.decompile = ActionScript-bron weergeven +config.description.decompile = U kunt AS-decompilatie uitschakelen, dan wordt alleen P-code weergegeven +config.name.dumpView = Dump-weergave +config.description.dumpView = Bekijk de dump van onbewerkte gegevens +config.name.useHexColorFormat = Hex-kleurformaat +config.description.useHexColorFormat = Toon de kleuren in hex-formaat +config.name.parallelSpeedUp = Parallelle versnelling +config.description.parallelSpeedUp = Parallellisme kan decompilatie versnellen +config.name.parallelSpeedUpThreadCount = Aantal threads +config.description.parallelSpeedUpThreadCount = Aantal threads voor parallelle versnelling +config.name.autoDeobfuscate = Automatische deobfusie +config.description.autoDeobfuscate = Voer deobfuscatie uit op elk bestand v\u00f3\u00f3r de decompilatie van ActionScript +config.name.cacheOnDisk = Gebruik caching op schijf +config.description.cacheOnDisk = Cache reeds gedecompileerde onderdelen op de harde schijf in plaats van in het geheugen +config.name.internalFlashViewer = Gebruik eigen Flash-viewer +config.description.internalFlashViewer = Gebruik JPEXS Flash Viewer in plaats van de standaard Flash Player voor de weergave van Flash-onderdelen +config.name.gotoMainClassOnStartup = Ga naar de hoofdklasse bij het opstarten (AS3) +config.description.gotoMainClassOnStartup = Navigeer naar de documentklasse van het AS3-bestand bij het openen van een SWF +config.name.autoRenameIdentifiers = Automatische hernoemings identifiers +config.description.autoRenameIdentifiers = Hernoem automatisch ongeldige identifierss bij het laden van SWF +config.name.offeredAssociation = (Interne) Associatie weergeven met SWF-bestanden +config.description.offeredAssociation = Het dialoogvenster over bestandskoppeling werd al weergegeven +config.name.decimalAddress = Gebruik decimale adressen +config.description.decimalAddress = Gebruik decimale adressen in plaats van hexadecimale adressen +config.name.showAllAddresses = Toon alle adressen +config.description.showAllAddresses = Geef alle ActionScript-instructieadressen weer +config.name.useFrameCache = Gebruik framecache +config.description.useFrameCache = Frames in de cache opslaan voordat ze opnieuw worden gerenderd +config.name.useRibbonInterface = Lint-interface +config.description.useRibbonInterface = Haal het vinkje weg om de klassieke interface zonder lintmenu te gebruiken +config.name.openFolderAfterFlaExport = Map openen na FLA-export +config.description.openFolderAfterFlaExport = Geef de uitvoermap weer na het exporteren van het FLA-bestand +config.name.useDetailedLogging = FFDec gedetailleerde logboekregistratie +config.description.useDetailedLogging = Registreer gedetailleerde foutmeldingen en informatie voor het debuggen van FFDec +config.name._debugMode = FFDec in debug-modus +config.description._debugMode = Modus voor het debuggen van FFDec. Schakelt het foutopsporingsmenu in. Dit heeft niets te maken met de debugger-functionaliteit diff --git a/src/com/jpexs/decompiler/flash/gui/locales/BreakpointListDialog_nl.properties b/src/com/jpexs/decompiler/flash/gui/locales/BreakpointListDialog_nl.properties new file mode 100644 index 000000000..037a7429c --- /dev/null +++ b/src/com/jpexs/decompiler/flash/gui/locales/BreakpointListDialog_nl.properties @@ -0,0 +1,25 @@ +# Copyright (C) 2023 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 . +dialog.title = Lijst met breekpunten +button.goto = Ga naar +button.remove = Verwijderen +button.removeAll = Verwijder alles +button.close = Sluiten +breakpoint.scriptName = Scriptnaam +breakpoint.line = Lijn +breakpoint.status = Status +breakpoint.status.invalid = ongeldig +breakpoint.status.confirmed = bevestigd +breakpoint.status.unknown = onbekend diff --git a/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_nl.properties b/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_nl.properties index e69de29bb..6b0a969cf 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_nl.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_nl.properties @@ -0,0 +1,18 @@ +# Copyright (C) 2010-2016 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 . +dialog.title = Logboek foutopsporing +button.clear = Wissen +button.close = Sluiten +msg.header = verbinding %clientid%: diff --git a/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_nl.properties b/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_nl.properties index 80c4abb32..acb5b1107 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_nl.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_nl.properties @@ -16,10 +16,13 @@ shapes = Vormen shapes.svg = SVG shapes.png = PNG shapes.bmp = BMP +shapes.canvas = HTML5-canvas +shapes.swf = SWF texts = Teksten texts.plain = Platte tekst texts.formatted = Geformatteerde tekst +texts.svg = SVG images = Images images.png_gif_jpeg = PNG/GIF/JPEG @@ -33,14 +36,66 @@ movies.flv = FLV (Geen audio) sounds = Geluiden sounds.mp3_wav_flv = MP3/WAV/FLV sounds.flv = FLV (Alleen audio) +sounds.mp3_wav = MP3/WAV +sounds.wav = WAV scripts = Scripts scripts.as = ActionScript scripts.pcode = P-code scripts.pcode_hex = P-code met Hex scripts.hex = Hex +scripts.constants = Constanten +scripts.as_method_stubs = ActionScript-methode stubs +scripts.pcode_graphviz = P-code GraphViz +binaryData = Binaire data +binaryData.raw = Raw dialog.title = Exporteren... button.ok = OK button.cancel = Annuleren +morphshapes = Morphvormen +morphshapes.gif = GIF +morphshapes.svg = SVG +morphshapes.canvas = HTML5-canvas +morphshapes.swf = SWF +morphshapes.bmp_start_end = BMP (begin, einde) +morphshapes.png_start_end = PNG (begin, einde) +morphshapes.svg_start_end = SVG (begin, einde) +frames = Frames +frames.png = PNG +frames.gif = GIF +frames.avi = AVI +frames.svg = SVG +frames.canvas = HTML5-canvas +frames.pdf = PDF +frames.bmp = BMP +frames.swf = SWF +sprites = Sprites +sprites.png = PNG +sprites.gif = GIF +sprites.avi = AVI +sprites.svg = SVG +sprites.canvas = HTML5-canvas +sprites.pdf = PDF +sprites.bmp = BMP +sprites.swf = SWF +buttons = Knoppen +buttons.png = PNG +buttons.svg = SVG +buttons.bmp = BMP +buttons.swf = SWF +fonts = Lettertypen +fonts.ttf = TTF +fonts.woff = WOFF +zoom = Zoom +zoom.percent = % +zoom.invalid = Ongeldige zoomwaarde. +symbolclass = Toewijzing van symboolklassen +symbolclass.csv = CSV +#after 18.0.0 +images.png_gif_jpeg_alpha = PNG/GIF/JPEG+alpha +#after 18.5.0 +fonts4 = DefineFont4 +fonts4.cff = CFF +embed = Ingesloten objectenen exporteren via [Embed] diff --git a/src/com/jpexs/decompiler/flash/gui/locales/FilesChangedDialog_nl.properties b/src/com/jpexs/decompiler/flash/gui/locales/FilesChangedDialog_nl.properties new file mode 100644 index 000000000..11ae462dd --- /dev/null +++ b/src/com/jpexs/decompiler/flash/gui/locales/FilesChangedDialog_nl.properties @@ -0,0 +1,4 @@ +dialog.title = Bestanden zijn gewijzigd +button.ok = OK +button.cancel = Annnuleren +fileschanged = De volgende bestanden zijn buiten de applicatie gewijzigd. Wilt u ze opnieuw laden vanaf schijf? diff --git a/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog_nl.properties b/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog_nl.properties index 93519c0d1..cb9099cc8 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog_nl.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog_nl.properties @@ -16,3 +16,17 @@ range.description = %name% (%available% van %total% tekens) dialog.title = Lettertype inbedding label.individual = Afzonderlijke tekens: +button.loadfont = Lettertype laden van schijf... +filter.ttf = TrueType-lettertypebestanden (*.ttf) +error.invalidfontfile = Ongeldig lettertypebestand +error.cannotreadfontfile = Kan het lettertypebestand niet lezen +installed = Ge\u00efnstalleerd: +ttffile.noselection = TTF-bestand: +ttffile.selection = TTF-bestand: %fontname% (%filename%) +allcharacters = Alle tekens (%available% tekens) +#after 14.0.0 +ascentdescentleading = Stel oplopend, aflopend en eerste in +#after 19.1.2 +font.name = Lettertypenaam: +font.name.default = Mijn lettertype +font.source = Bron: diff --git a/src/com/jpexs/decompiler/flash/gui/locales/GraphDialog_nl.properties b/src/com/jpexs/decompiler/flash/gui/locales/GraphDialog_nl.properties index 6f9ec98e0..508542805 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/GraphDialog_nl.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/GraphDialog_nl.properties @@ -13,4 +13,6 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -graph = Graaf +graph = Grafiek +graph.better.dot = Tip: Configureer het uitvoerbare pad van GraphViz Dot in Geavanceerde instellingen / Paden (5) om een \u200b\u200bstuk beter te worden +menu.copygraph.gv = Kopieer de GraphViz-bron naarhet klembord diff --git a/src/com/jpexs/decompiler/flash/gui/locales/LoadFromMemoryFrame_nl.properties b/src/com/jpexs/decompiler/flash/gui/locales/LoadFromMemoryFrame_nl.properties index 77d543598..edef47305 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/LoadFromMemoryFrame_nl.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/LoadFromMemoryFrame_nl.properties @@ -15,17 +15,22 @@ dialog.title = In het geheugen zoeken button.open = Openen -button.select = Kiezen -button.refresh = Lijst refreshen +button.select = Selecteren +button.refresh = Lijst vernieuwen noprocess = Er is geen proces geselecteerd searching = Aan het zoeken... -swfitem = [SWF versie %version% grotte %size%] +swfitem = [SWF versie %version% grootte %size%] notfound = Er is geen SWF gevonden #after version 1.7.1: button.save = Opslaan column.version = Versie -column.fileSize = Grootte +column.fileSize = Bestandsgrootte column.pid = PID -column.processName = Proces +column.processName = Procesnaam +column.address = Adres +#after 17.0.4 +hex = Hexadecimaal +align = Alleen afgestemd op: +align.bytes = bytes diff --git a/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_nl.properties b/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_nl.properties index f56debbb8..527588681 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_nl.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_nl.properties @@ -165,8 +165,10 @@ traits = Karaktertrekken pleasewait = Even geduld a.u.b. +#DEPRECATED - see abc.detail.trait.* abc.detail.methodtrait = Methode/Getter/Setter Karaktertrek abc.detail.unsupported = - +#DEPRECATED - see abc.detail.trait.* abc.detail.slotconsttrait = Slot/Constante Karaktertrek abc.detail.traitname = Naam: @@ -415,8 +417,29 @@ node.others = anderen #after version 1.8.1 menu.tools.search = Tekst zoeken +#after version 1.8.1u1 +menu.tools.timeline = Tijdlijn +dialog.selectcolor.title = Selecteer kleur +button.selectcolor.hint = Klik om kleur te selecteren +#default item name, will be used in following sentences +generictag.array.item = item +generictag.array.insertbeginning = Voeg %item% aan het begin in +generictag.array.insertbefore = Voeg %item% ervoor in +generictag.array.remove = Verwijder %item% +generictag.array.insertafter = Voeg %item% erna in +generictag.array.insertend = Voeg %item% aan het einde in +#after version 2.0.0 +contextmenu.expandAll = Alles uitvouwen +filter.sounds = Ondersteunde geluidsformaten (*.wav, *.mp3) +filter.sounds.wav = Wave-bestandsindeling (*.wav) +filter.sounds.mp3 = MP3 gecomprimeerd formaat (*.mp3) +error.sound.invalid = Ongeldig geluid. +button.prev = Vorige +button.next = Volgende +#after version 2.1.0 +message.action.playerglobal.title = PlayerGlobal-bibliotheek nodig +message.action.playerglobal.needed = Voor de directe editie van ActionScript 3 moet een bibliotheek met de naam "PlayerGlobal.swc" worden gedownload van de Adobe-startpagina.\r\n%adobe-startpagina%\of\Druk op OK om naar de downloadpagina te gaan. -#... message.confirm.remove.nodep = Weet U zeker dat U %item% verwijderen? message.confirm.removemultiple.nodep = Weet U zeker dat U %count% items verwijderen? diff --git a/src/com/jpexs/decompiler/flash/gui/locales/NewFileDialog_nl.properties b/src/com/jpexs/decompiler/flash/gui/locales/NewFileDialog_nl.properties new file mode 100644 index 000000000..5bb50ce1c --- /dev/null +++ b/src/com/jpexs/decompiler/flash/gui/locales/NewFileDialog_nl.properties @@ -0,0 +1,24 @@ +# Copyright (C) 2022 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 . +dialog.title = Nieuw bestand +background.color = Achtergrond kleur +width = Breedte +height = Hoogte +unit.pixels = Pixels +unit.twips = Twips +canvas.size = Canvas grootte: +script.type = Scripttype: +script.type.actionscript1_2 = ActionScript 1/2 +script.type.actionscript3 = ActionScript 3 diff --git a/src/com/jpexs/decompiler/flash/gui/locales/NewVersionDialog_nl.properties b/src/com/jpexs/decompiler/flash/gui/locales/NewVersionDialog_nl.properties index e754d082d..36189b908 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/NewVersionDialog_nl.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/NewVersionDialog_nl.properties @@ -14,7 +14,7 @@ # along with this program. If not, see . version = versie -releasedate = Premi\u00e8redatum: +releasedate = Release datum: newversionavailable = Nieuwe versie beschikbaar: changeslog = Veranderingen logboek: downloadnow = Nu downloaden? @@ -25,4 +25,4 @@ newversion = Nieuwe versie newvermessage = Nieuwe versie de %oldAppName% beschikbaar: %newAppName%.\r\nAlstublieft ga naar %projectPage% om de laatste versie te downloaden. #change this only when the date format is wrong in the changelog #you can use any java date format string, e.g: yyyy.MM.dd -customDateFormat = default +customDateFormat = standaard diff --git a/src/com/jpexs/decompiler/flash/gui/locales/ReplaceCharacterDialog_nl.properties b/src/com/jpexs/decompiler/flash/gui/locales/ReplaceCharacterDialog_nl.properties new file mode 100644 index 000000000..43c01c083 --- /dev/null +++ b/src/com/jpexs/decompiler/flash/gui/locales/ReplaceCharacterDialog_nl.properties @@ -0,0 +1,18 @@ +# Copyright (C) 2010-2016 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 . +dialog.title = Vervang karaktertag +replace.with = Vervangen door: +button.ok = OK +button.cancel = Annuleren diff --git a/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_nl.properties b/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_nl.properties index e69de29bb..c33c8ef70 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_nl.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_nl.properties @@ -0,0 +1,18 @@ +# Copyright (C) 2010-2016 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 . +dialog.title = Vervang Trace-functieaanroepen +function.debugAlert = debugAlert - JavaScript-waarschuwing voor webbrowser +function.debugConsole = debugConsole - webbrowser javascript console.log +function.debugSocket = debugSocket - socketverbinding met de decompiler diff --git a/src/com/jpexs/decompiler/flash/gui/locales/SearchDialog_nl.properties b/src/com/jpexs/decompiler/flash/gui/locales/SearchDialog_nl.properties index 769b8da50..1b25abe88 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/SearchDialog_nl.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/SearchDialog_nl.properties @@ -17,11 +17,23 @@ checkbox.regexp = Reguliere expressie button.ok = OK button.cancel = Annuleren label.searchtext = Tekst zoeken: -#dialog.title = ActionScript zoeken +label.replacementtext = Vervangende tekst: +#dialog.title = ActionScript search dialog.title = Tekst zoeken +dialog.title.replace = Tekst vervangen error = Fout error.invalidregexp = Het patroon is ongeldig checkbox.searchText = Zoeken in teksten checkbox.searchAS = Zoeken in ActionScript +checkbox.replaceInParameters = Vervang in parameters +checkbox.searchPCode = Zoek in P-code +#after 13.0.3 +label.scope = Reikwijdte: +scope.currentFile = Huidige \u200b\u200bSWF +scope.selection = Selectie (%selection%) +scope.allFiles = Alle geopende SWF's +scope.selection.items = %count% items +#after 16.3.1 +scope.currentFile.abc = Huidige ABC diff --git a/src/com/jpexs/decompiler/flash/gui/locales/SearchResultsDialog_nl.properties b/src/com/jpexs/decompiler/flash/gui/locales/SearchResultsDialog_nl.properties index e69de29bb..ec05e905e 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/SearchResultsDialog_nl.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/SearchResultsDialog_nl.properties @@ -0,0 +1,17 @@ +# Copyright (C) 2010-2016 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 . +button.goto = Ga naar +button.close = Sluiten +dialog.title = Zoekresultaten: %text% diff --git a/src/com/jpexs/decompiler/flash/gui/locales/SelectFramePositionDialog_nl.properties b/src/com/jpexs/decompiler/flash/gui/locales/SelectFramePositionDialog_nl.properties new file mode 100644 index 000000000..dfbac361a --- /dev/null +++ b/src/com/jpexs/decompiler/flash/gui/locales/SelectFramePositionDialog_nl.properties @@ -0,0 +1,18 @@ +# Copyright (C) 2022 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 . +dialog.title = Selecteer framepositie in %filetitle% +button.ok = OK +button.cancel = Annuleren +timeline.end = einde van de tijdlijn diff --git a/src/com/jpexs/decompiler/flash/gui/locales/SelectLanguageDialog_nl.properties b/src/com/jpexs/decompiler/flash/gui/locales/SelectLanguageDialog_nl.properties index b003ea4c6..26fc9c774 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/SelectLanguageDialog_nl.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/SelectLanguageDialog_nl.properties @@ -19,4 +19,4 @@ button.cancel = Annuleren # This language name translated (e. g. \u010ce\u0161tina for Czech,...) language = Nederlands language.label = Taal: -dialog.title = Kies Uw taal +dialog.title = Kies uw taal diff --git a/src/com/jpexs/decompiler/flash/gui/locales/SelectTagPositionDialog_nl.properties b/src/com/jpexs/decompiler/flash/gui/locales/SelectTagPositionDialog_nl.properties new file mode 100644 index 000000000..a1bbddb26 --- /dev/null +++ b/src/com/jpexs/decompiler/flash/gui/locales/SelectTagPositionDialog_nl.properties @@ -0,0 +1,18 @@ +# Copyright (C) 2022 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 . +dialog.title = Selecteer tagpositie in %filetitle% +button.ok = OK +button.cancel = Annuleren +timeline.end = einde van de tijdlijn diff --git a/src/com/jpexs/decompiler/flash/gui/locales/abc/ABCExplorerDialog_nl.properties b/src/com/jpexs/decompiler/flash/gui/locales/abc/ABCExplorerDialog_nl.properties new file mode 100644 index 000000000..6f4245334 --- /dev/null +++ b/src/com/jpexs/decompiler/flash/gui/locales/abc/ABCExplorerDialog_nl.properties @@ -0,0 +1,27 @@ +# Copyright (C) 2023 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 . +title = ABC-verkenner +abc = ABC: +abc.info = %index% of %count%, v%major%.%minor%, %size%, Frame %frame% +abc.info.standalone = v%major%.%minor%, %size% +show.script = Toon script in hoofdvenster +show.method = Toon methode in hoofdvenster +show.trait = Toon eigenschap in hoofdvenster +show.class = Toon klasse in hoofdvenster +copy.row = Kopieer rij naar klembord +copy.typeid = Kopieer typeId naar klembord +copy.title = Kopieer titel naar klembord +copy.value = Kopieer waarde naar klembord +copy.rawstring = Kopieer de onbewerkte tekenreekswaarde naar het klembord diff --git a/src/com/jpexs/decompiler/flash/gui/locales/abc/AddClassDialog_nl.properties b/src/com/jpexs/decompiler/flash/gui/locales/abc/AddClassDialog_nl.properties new file mode 100644 index 000000000..f2cde3f65 --- /dev/null +++ b/src/com/jpexs/decompiler/flash/gui/locales/abc/AddClassDialog_nl.properties @@ -0,0 +1,23 @@ +# Copyright (C) 2021 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 . +dialog.title = Script toevoegen +button.ok = OK +button.cancel = Annuleren +classname = Volledig gekwalificeerde klassenaam: +#after 16.3.1 +button.proceed = Doorgaan +abc.where = Waar bytecode maken: +abc.where.existing = Bestaande DoABC-tag +abc.where.new = Nieuwe DoABC-tag diff --git a/src/com/jpexs/decompiler/flash/gui/locales/abc/DeobfuscationDialog_nl.properties b/src/com/jpexs/decompiler/flash/gui/locales/abc/DeobfuscationDialog_nl.properties index 645b0f528..0ccd6d8d5 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/abc/DeobfuscationDialog_nl.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/abc/DeobfuscationDialog_nl.properties @@ -22,3 +22,8 @@ deobfuscation.restorecontrolflow = Control flow herstellen button.ok = OK button.cancel = Annuleren +deobfuscation.scope = Bereik: +deobfuscation.scope.method = Huidige methode +deobfuscation.scope.script = Huidig script +deobfuscation.scope.swf = Hele SWF +warning.modify = WAARSCHUWING: Deze actie wijzigt het SWF-bestand.\r\nAls u alleen deobfuscatie wilt weergeven, gebruik dan\r\nde optie 'Automatische deobfuscatie' in Instellingen\r\noch het kleine pilpictogram boven het script diff --git a/src/com/jpexs/decompiler/flash/gui/locales/abc/SelectDoABCDialog_nl.properties b/src/com/jpexs/decompiler/flash/gui/locales/abc/SelectDoABCDialog_nl.properties new file mode 100644 index 000000000..0865d08f8 --- /dev/null +++ b/src/com/jpexs/decompiler/flash/gui/locales/abc/SelectDoABCDialog_nl.properties @@ -0,0 +1,17 @@ +# Copyright (C) 2022 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 . +dialog.title = Selecteer DoABC-tag +button.ok = OK +button.cancel = Annuleren diff --git a/src/com/jpexs/decompiler/flash/gui/locales/abc/UsageFrame_nl.properties b/src/com/jpexs/decompiler/flash/gui/locales/abc/UsageFrame_nl.properties index 79f8a97da..e23c63251 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/abc/UsageFrame_nl.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/abc/UsageFrame_nl.properties @@ -16,3 +16,4 @@ button.goto = Ga naar button.cancel = Annuleren dialog.title = Gebruiken: +dialog.title.declaration = Declaratie: diff --git a/src/com/jpexs/decompiler/flash/gui/locales/action/AddScriptDialog_nl.properties b/src/com/jpexs/decompiler/flash/gui/locales/action/AddScriptDialog_nl.properties new file mode 100644 index 000000000..8579e5680 --- /dev/null +++ b/src/com/jpexs/decompiler/flash/gui/locales/action/AddScriptDialog_nl.properties @@ -0,0 +1,13 @@ +framenum = Frame #: +dialog.title = Script toevoegen +button.ok = OK +button.cancel = Annuleren +type = Scripttype: +type.frame = Hoofdtijdlijn-framescript (DoAction) +type.sprite.frame = Sprite-framescript (DoAction) +type.sprite.init = Sprite initialisatie-script (DoInitAction) +type.button.event = Knopgebeurtenis (BUTTONCONDACTION) +type.instance.event = Instantiegebeurtenis (CLIPACTIONRECORD) +type.class = AS2-klasse +classname = Volledig gekwalificeerde klassenaam: +message.classexists = Klasse met deze naam bestaat al. Selecteer een andere naam. diff --git a/src/com/jpexs/decompiler/flash/gui/locales/hexview/GotoAddressDialog_nl.properties b/src/com/jpexs/decompiler/flash/gui/locales/hexview/GotoAddressDialog_nl.properties new file mode 100644 index 000000000..f51257cf1 --- /dev/null +++ b/src/com/jpexs/decompiler/flash/gui/locales/hexview/GotoAddressDialog_nl.properties @@ -0,0 +1,4 @@ +dialog.title = Ga naar adres +button.ok = OK +button.cancel = Annuleren +hex = Hexadecimaal diff --git a/src/com/jpexs/decompiler/flash/gui/locales/proxy/ProxyFrame_nl.properties b/src/com/jpexs/decompiler/flash/gui/locales/proxy/ProxyFrame_nl.properties index c4406a77a..dc8db998b 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/proxy/ProxyFrame_nl.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/proxy/ProxyFrame_nl.properties @@ -24,3 +24,12 @@ sniff = Snuffelen: dialog.title = Proxy error = Fout error.port = Foute formaat voor het portnummer. +copy.url = Kopieer URL +save.as = Opslaan als... +replace = Vervangen... +error.save.as = Kan bestand niet opslaan +error.replace = Kan data niet vervangen +error.start.server = Kan de server niet starten op poort %port%. Controleer of de poort niet wordt geblokkeerd door een andere applicatie. +column.accessed = Benaderd +column.size = Grootte +column.url = URL