Files
narya/rsrc/i18n/jme/viewer.properties
T
Andrzej Kapolka b7ca8f50f4 Changed animations to allow support for morph style (linear blend
between deformed meshes) and flipbook style (simple switch between 
deformed meshes) in addition to skin style (meshes deformed in real 
time).  Currently, the resolution is the same as the animation frame 
rate.


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4176 542714f4-19e9-0310-aa3c-eee0fc999fb1
2006-06-06 23:00:43 +00:00

42 lines
875 B
Properties

#
# $Id$
#
# Translation strings for ModelViewer messages.
m.title = Three Rings Model Viewer
m.file_menu = File
m.file_load = Load Model...
m.file_quit = Quit
m.view_menu = View
m.view_wireframe = Wireframe
m.view_pivots = Show Pivots
m.view_bounds = Show Bounds
m.view_normals = Show Normals
m.view_light = Rotate Light...
m.animation_mode = Animation Mode
m.mode_flipbook = Flipbook
m.mode_morph = Morph
m.mode_skin = Skin
m.load_title = Select Model to Load
m.load_filter = Model Files (*.properties, *.dat)
m.anim_select = Animations:
m.anim_start = Start
m.anim_stop = Stop
m.anim_speed = Speed:
m.compiling_model = Compiling {0}...
m.loading_model = Loading {0}...
m.loaded_model = Loaded {0}
m.load_error = Error loading {0}: {1}
m.invalid_type = Invalid file type.
m.rotate_light = Rotate Light
m.azimuth = Azimuth:
m.elevation = Elevation:
m.close = Close