diff --git a/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog_sv.properties b/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog_sv.properties index 07c0e4984..5df840f25 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog_sv.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog_sv.properties @@ -318,5 +318,41 @@ config.description.showTraitSavedMessage = Visa igen trait sparade meddelande config.name.updateProxyAddress = Http Proxy adress f\u00f6r att kolla efter uppdateringar config.description.updateProxyAddress = Http Proxy adress f\u00f6r att kolla uppdateringar. Format: exempel.com:8080 +config.name.editorMode = Ändrings Mode +config.description.editorMode = Gör text områden redigerbara automatiskt när du väljer en Text eller en Skriptnod + +config.name.autoSaveTagModifications = Spara automatiskt tag modifieringar +config.description.autoSaveTagModifications = Spara ändringarna när du väljer en ny tag i trädvyn + +config.name.saveSessionOnExit = Spara session vid avstängning +config.description.saveSessionOnExit = Spara den nuvarande sessionen och öppna igen efter FFDEc omstart (fungerar bara med riktiga filer) + config.name.showDebugMenu = Visa debugg meny config.description.showDebugMenu = Visar debugg menyn i ribbon + +config.name.allowOnlyOneInstance = Tillåt bara en FFDec instans (Bara Windows OS) +config.description.allowOnlyOneInstance = FFDec kan sedan bara köras en gång, alla filer som är öppnade vill bli tillagda till ett fönster. Det fungerar bara med Windows operativ system. + +config.name.scriptExportSingleFile = Exportera skript till en enda fil +config.description.scriptExportSingleFile = Exportera skript till en fil istället för flera + +config.name.setFFDecVersionInExportedFont = Sätt FFDec version nummer i exporterat typsnitt +config.description.setFFDecVersionInExportedFont = När den här inställningen är avaktiverad, FFDec kommer inte att lägga till nuvarande FFDec version nummer till det exporterade typsnittet. + +config.name.gui.skin = Användargränssnitt Skinn +config.description.gui.skin = Utseende och känsla skinn + +config.name.lastSessionData = Senast session information +config.description.lastSessionData = Innehåller dem öppnade filerna från senast session + +config.name.loopMedia = Upprepa ljud och sprites +config.description.loopMedia = Startar automatiskt om spelandet av ljud och sprites + +config.name.gui.timeLineSplitPane.dividerLocationPercent = (Internal) TidsLinje plats delare +config.description.gui.timeLineSplitPane.dividerLocationPercent = + +config.name.cacheImages = Cache:a bilder +config.description.cacheImages = Cache:a avkodade bildobjekt + +config.name.swfSpecificConfigs = SWF specifika konfigurationer +config.description.swfSpecificConfigs = Innehåller SWF specifika konfigurationer \ No newline at end of file diff --git a/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_sv.properties b/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_sv.properties index d34bf73b5..2b3be2441 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_sv.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_sv.properties @@ -43,6 +43,7 @@ scripts.as = AS scripts.pcode = P-code scripts.pcode_hex = P-code med Hex scripts.hex = Hex +scripts.constants = Constants binaryData = Bin\u00e4r data binaryData.raw = Raw @@ -66,6 +67,11 @@ frames.canvas = HTML5 Canvas frames.pdf = PDF frames.bmp = BMP +buttons = Knappar +buttons.png = PNG +buttons.svg = SVG +buttons.bmp = BMP + fonts = Typnitt fonts.ttf = TTF fonts.woff = WOFF diff --git a/src/com/jpexs/decompiler/flash/gui/locales/MainFrame.properties b/src/com/jpexs/decompiler/flash/gui/locales/MainFrame.properties index 4378efe79..4cc2c2faa 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/MainFrame.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/MainFrame.properties @@ -605,3 +605,5 @@ button.viewhexpcode = View Hex with instructions taginfo.header = Basic tag info tagInfo.dependentCharacters = Dependent Characters + +#after version 5.3.0 diff --git a/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_sv.properties b/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_sv.properties index 9487c038e..e819cc0e8 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_sv.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_sv.properties @@ -576,3 +576,32 @@ selectPreviousTag = V\u00e4lj f\u00f6reg\u00e5ende tagg selectNextTag = V\u00e4lj n\u00e4sta tagg button.ignoreAll = Ignorera Allt menu.file.import.symbolClass = Symbol Klass +text.toggleCase = Sätter på eller stänger av fallet + +#after version 5.0.2 +preview.loop = Repetera +menu.file.import.script = Importera skript +contextmenu.copyTagWithDependencies = Kopiera tag med beroenden till +button.replaceWithTag = Ersätt med andra tecken tag +button.resolveConstants = Lösa constants + +#after version 5.1.0 +button.viewConstants = Granska Constants +work.exported = Exporterad +button.replaceAlphaChannel = Ersätt alfakanal... + +tagInfo.header.name = Namn +tagInfo.header.value = Värde +tagInfo.tagType = Tag Typ +tagInfo.characterId = Tecken Id +tagInfo.offset = Offset +tagInfo.length = Längd +tagInfo.bounds = Gränser +tagInfo.width = Bredd +tagInfo.height = Höjd +tagInfo.neededCharacters = Behövande Tecken + +button.viewhexpcode = Granska Hex med instruktioner +taginfo.header = Grundläggande tag information + +tagInfo.dependentCharacters = Beroende Tecken \ No newline at end of file diff --git a/src/com/jpexs/decompiler/flash/gui/locales/ReplaceCharacterDialog_sv.properties b/src/com/jpexs/decompiler/flash/gui/locales/ReplaceCharacterDialog_sv.properties new file mode 100644 index 000000000..9f26f072f --- /dev/null +++ b/src/com/jpexs/decompiler/flash/gui/locales/ReplaceCharacterDialog_sv.properties @@ -0,0 +1,20 @@ +# Copyright (C) 2010-2015 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 = Ersätt tecken tag +replace.width = Ersätt med: + +button.ok = Okej +button.cancel = Upphäv