Handle resource bits.
git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@2 ed5b42cb-e716-0410-a449-f6a68f950b19
This commit is contained in:
@@ -128,7 +128,7 @@
|
||||
<fileset dir="src/java" includes="**/*.tmpl"/>
|
||||
</copy>
|
||||
<copy todir="${classes.dir}/rsrc">
|
||||
<fileset dir="rsrc" includes="**/*" excludes="**/bundles/**"/>
|
||||
<fileset dir="rsrc" includes="**/*"/>
|
||||
</copy>
|
||||
</target>
|
||||
|
||||
@@ -212,15 +212,15 @@
|
||||
</jar>
|
||||
<jar destfile="${deploy.dir}/${app.name}-miso.jar">
|
||||
<fileset dir="${classes.dir}" includes="com/threerings/miso/**"/>
|
||||
<fileset dir="${classes.dir}" includes="rsrc/config/miso/**"/>
|
||||
<fileset dir="${classes.dir}" includes="rsrc/**/miso/**"/>
|
||||
</jar>
|
||||
<jar destfile="${deploy.dir}/${app.name}-cast.jar">
|
||||
<fileset dir="${classes.dir}" includes="com/threerings/cast/**"/>
|
||||
<fileset dir="${classes.dir}" includes="rsrc/**/cast/**"/>
|
||||
</jar>
|
||||
<jar destfile="${deploy.dir}/${app.name}-jme.jar">
|
||||
<fileset dir="${classes.dir}" includes="com/threerings/jme/**"/>
|
||||
<fileset dir="${classes.dir}" includes="rsrc/media/jme/**"/>
|
||||
<fileset dir="${classes.dir}" includes="rsrc/i18n/jme/**"/>
|
||||
<fileset dir="${classes.dir}" includes="rsrc/**/jme/**"/>
|
||||
</jar>
|
||||
<jar destfile="${deploy.dir}/${app.name}-openal.jar">
|
||||
<fileset dir="${classes.dir}" includes="com/threerings/openal/**"/>
|
||||
|
||||
@@ -0,0 +1,50 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
# Translation strings for ModelViewer messages.
|
||||
|
||||
m.title = Three Rings Model Viewer
|
||||
|
||||
m.file_menu = File
|
||||
m.file_load = Load Model...
|
||||
m.file_import = Import JME File...
|
||||
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.view_recenter = Recenter Camera
|
||||
|
||||
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.import_title = Select File to Import
|
||||
m.import_filter = JME Files (*.jme)
|
||||
|
||||
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.import = JME File: {0}
|
||||
m.scale = Scale
|
||||
m.respawn_particles = Respawn Particles
|
||||
|
||||
m.rotate_light = Rotate Light
|
||||
m.azimuth = Azimuth:
|
||||
m.elevation = Elevation:
|
||||
m.close = Close
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 192 KiB |
Reference in New Issue
Block a user