mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-27 01:20:43 +00:00
Swedish translation
This commit is contained in:
@@ -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
|
||||
@@ -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
|
||||
|
||||
@@ -605,3 +605,5 @@ button.viewhexpcode = View Hex with instructions
|
||||
taginfo.header = Basic tag info
|
||||
|
||||
tagInfo.dependentCharacters = Dependent Characters
|
||||
|
||||
#after version 5.3.0
|
||||
|
||||
@@ -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
|
||||
@@ -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 <http://www.gnu.org/licenses/>.
|
||||
|
||||
dialog.title = Ersätt tecken tag
|
||||
replace.width = Ersätt med:
|
||||
|
||||
button.ok = Okej
|
||||
button.cancel = Upphäv
|
||||
Reference in New Issue
Block a user