mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 04:20:51 +00:00
96 lines
2.7 KiB
Properties
96 lines
2.7 KiB
Properties
# Copyright (C) 2024 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/>.
|
|
|
|
library = Library
|
|
|
|
library.folder.images = images
|
|
library.folder.graphics = graphics
|
|
library.folder.shapeTweens = shapeTweens
|
|
library.folder.texts = texts
|
|
library.folder.fonts = fonts
|
|
library.folder.movieClips = movieClips
|
|
library.folder.buttons = buttons
|
|
library.folder.sounds = sounds
|
|
library.folder.videos = videos
|
|
|
|
library.header.name = Name
|
|
library.header.asLinkage = AS Linkage
|
|
|
|
item.image = image
|
|
item.graphic = graphic
|
|
item.shapeTween = shapeTween
|
|
item.text = text
|
|
item.font = font
|
|
item.movieClip = movieClip
|
|
item.button = button
|
|
item.sound = sound
|
|
item.video = video
|
|
item.uknown = unknown
|
|
|
|
undo = Undo %action%
|
|
undo.cannot = Cannot undo
|
|
redo = Redo %action%
|
|
redo.cannot = Cannot redo
|
|
|
|
transform = Transform
|
|
|
|
action.addFrame = Add frame
|
|
action.addKeyFrame = Add key frame
|
|
action.addKeyFrameWithBlankFrameBefore = Add keyframe with blank frames before
|
|
action.removeFrame = Remove frame
|
|
action.transform = Transform
|
|
action.move = Move
|
|
action.addToStage = Add to stage
|
|
action.change = Change %item%
|
|
|
|
action.change.compression = Compression
|
|
action.change.swfVersion = SWF version
|
|
action.change.encrypted = Encrypted
|
|
action.change.swfVersion = SWF version
|
|
action.change.gfx = GFX
|
|
action.change.frameRate = Frame rate
|
|
action.change.width = Width
|
|
action.change.height = Height
|
|
action.change.colorEffect = Color effect
|
|
|
|
|
|
|
|
timeline.main = Main timeline
|
|
timeline.item = Timeline of %item%
|
|
timeline.item.cancel = Cancel - Click to go to main timeline
|
|
|
|
properties = Properties
|
|
properties.document = Document
|
|
properties.instance.single = Instance of %item%
|
|
properties.instance.multiple = %count% instances
|
|
properties.instance.none = No instance
|
|
|
|
properties.instance.header.positionSize = Position and size
|
|
properties.instance.header.colorEffect = Color effect
|
|
|
|
property.label = %item%:
|
|
|
|
property.instance.item = Item
|
|
property.instance.colorEffect.alpha = Alpha
|
|
property.instance.colorEffect.red = Red
|
|
property.instance.colorEffect.green = Green
|
|
property.instance.colorEffect.blue = Blue
|
|
property.instance.positionSize.x = X
|
|
property.instance.positionSize.y = Y
|
|
property.instance.positionSize.width = W
|
|
property.instance.positionSize.height = H
|
|
|
|
|