mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 13:20:51 +00:00
76 lines
1.7 KiB
Properties
76 lines
1.7 KiB
Properties
# Copyright (C) 2010-2014 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 = Shapes
|
|
shapes.svg = SVG
|
|
shapes.png = PNG
|
|
shapes.bmp = BMP
|
|
shapes.canvas = HTML5 Canvas
|
|
|
|
texts = Texts
|
|
texts.plain = Plain text
|
|
texts.formatted = Formatted text
|
|
texts.svg = SVG
|
|
|
|
images = Images
|
|
images.png_jpeg = PNG/JPEG
|
|
images.png = PNG
|
|
images.jpeg = JPEG
|
|
images.bmp = BMP
|
|
|
|
movies = Movies
|
|
movies.flv = FLV (No audio)
|
|
|
|
sounds = Sounds
|
|
sounds.mp3_wav_flv = MP3/WAV/FLV
|
|
sounds.flv = FLV (Audio only)
|
|
sounds.mp3_wav = MP3/WAV
|
|
sounds.wav = WAV
|
|
|
|
scripts = Scripts
|
|
scripts.as = ActionScript
|
|
scripts.pcode = P-code
|
|
scripts.pcode_hex = P-code with Hex
|
|
scripts.hex = Hex
|
|
|
|
binaryData = Binary data
|
|
binaryData.raw = Raw
|
|
|
|
dialog.title = Export...
|
|
|
|
button.ok = OK
|
|
button.cancel = Cancel
|
|
|
|
morphshapes = Morphshapes
|
|
morphshapes.gif = GIF
|
|
morphshapes.svg = SVG
|
|
morphshapes.canvas = HTML5 Canvas
|
|
|
|
frames = Frames
|
|
frames.png = PNG
|
|
frames.gif = GIF
|
|
frames.avi = AVI
|
|
frames.svg = SVG
|
|
frames.canvas = HTML5 Canvas
|
|
frames.pdf = PDF
|
|
frames.bmp = BMP
|
|
|
|
fonts = Fonts
|
|
fonts.ttf = TTF
|
|
fonts.woff = WOFF
|
|
|
|
zoom = Zoom
|
|
zoom.percent = %
|
|
zoom.invalid = Invalid zoom value.
|