|
11 | 11 | <str id="close">Close</str>
|
12 | 12 | </group>
|
13 | 13 |
|
| 14 | + <group name="UIImageExplorer" prefix="uiImageExplorer."> |
| 15 | + <str id="symbol">Symbol</str> |
| 16 | + <str id="animation">Animation</str> |
| 17 | + <str id="atlas">Atlas</str> |
| 18 | + <str id="spritemap">Spritemap</str> |
| 19 | + |
| 20 | + <str id="directory">Directory ({0}/)</str> |
| 21 | + <str id="found">{0} {1} Found</str> |
| 22 | + <str id="foundplural">{0} {1} Found</str> |
| 23 | + <str id="notFound">#NO {0}s Found#</str> |
| 24 | + <str id="foundAtlas">{0} Spritemap Found</str> |
| 25 | + <str id="foundAtlasplural">{0} Spritemaps Found</str> |
| 26 | + |
| 27 | + <str id="fileAlreadyExists">The following files alreadly exist: \n\n{0}\n\nIMPORTANT: OVERRIDING CAN NOT BE UNDONE!!!!!!!!</str> |
| 28 | + <str id="override">Override Files</str> |
| 29 | + <str id="useExisting">Use Existing</str> |
| 30 | + </group> |
| 31 | + |
14 | 32 | <group name="EditorPicker" prefix="editor.">
|
15 | 33 | <str id="chart.name">Chart Editor</str>
|
16 | 34 | <str id="character.name">Character Editor</str>
|
|
314 | 332 | <str id="newCharacterDesc">Press ACCEPT to create a new character.</str>
|
315 | 333 | <str id="desc">Select a character to edit</str>
|
316 | 334 | <str id="desc-folder">Select a character to edit in {0}</str>
|
317 |
| - |
318 |
| - <group name="Warnings" prefix="warnings."> |
319 |
| - <str id="notImplemented-title">New Character: Feature Not Implemented!</str> |
320 |
| - <str id="notImplemented-body">This feature isn't implemented yet. Please wait for more cne updates to have this functional.\n\n\n- Codename Crew</str> |
321 |
| - </group> |
322 |
| - </group> |
323 |
| - |
324 |
| - <group name="CharacterAnimScreen" prefix="characterAnimScreen."> |
325 |
| - <str id="win-title-creating">Creating Animation</str> |
326 |
| - <str id="win-title-editing">Animation {0} properties</str> |
327 |
| - |
328 |
| - <str id="title-creating">Create New Animation</str> |
329 |
| - <str id="title-editing">Edit Animation Properties</str> |
330 |
| - |
331 |
| - <str id="name">Name</str> |
332 |
| - <str id="anim">Animation</str> |
333 |
| - <str id="fps">FPS</str> |
334 |
| - <str id="looped">Looped</str> |
335 |
| - <str id="looping">Looping</str> |
336 |
| - <str id="indices">Indices</str> |
337 |
| - <str id="offset">Offset (X,Y)</str> |
338 | 335 | </group>
|
339 | 336 |
|
340 | 337 | <group name="CharacterInfoScreen" prefix="characterInfoScreen.">
|
341 | 338 | <str id="win-title">Editing Character</str>
|
342 |
| - |
343 |
| - <str id="spriteData">Sprite Data</str> |
344 |
| - |
345 |
| - <str id="sprite">Sprite</str> |
| 339 | + <str id="title">Edit Character Info</str> |
346 | 340 | <str id="icon">Icon</str>
|
347 |
| - <str id="gameOverChar">Game Over Character</str> |
348 |
| - <str id="antialiasing">Antialiasing</str> |
349 |
| - <str id="antialiased">Antialiased</str> |
350 |
| - <str id="flipX">Flip X</str> |
351 |
| - <str id="flipped">Flipped</str> |
352 | 341 | <str id="iconColor">Icon Color</str>
|
353 |
| - |
354 |
| - <str id="characterData">Character Data</str> |
355 |
| - |
356 |
| - <str id="position">Position (X,Y)</str> |
357 |
| - <str id="cameraPosition">Camera Position (X,Y)</str> |
358 |
| - <str id="scale">Scale</str> |
359 |
| - <str id="singDuration">Sing Duration (Steps)</str> |
| 342 | + <str id="singDuration">Sing Duration</str> |
| 343 | + <str id="useSingDuration">Use Sing Duration?</str> |
360 | 344 | <str id="customValues">Custom Values (Advanced)</str>
|
361 |
| - <str id="isPlayer">Is Player</str> |
362 |
| - <str id="isGF">Is GF</str> |
363 | 345 | </group>
|
364 | 346 |
|
365 | 347 | <group name="CharacterEditor" prefix="characterEditor.">
|
|
374 | 356 |
|
375 | 357 | <str id="topBar.edit">Edit</str>
|
376 | 358 | <group name="EditMenu" prefix="edit.">
|
| 359 | + <str id="copyOffset">Copy Offset</str> |
| 360 | + <str id="pasteOffset">Paste Offset</str> |
377 | 361 | <str id="undo">Undo</str>
|
378 | 362 | <str id="redo">Redo</str>
|
379 |
| - </group> |
380 |
| - |
381 |
| - <str id="topBar.character">Character</str> |
382 |
| - <group name="CharacterMenu" prefix="character."> |
383 |
| - <str id="newAnim">New Animation</str> |
384 |
| - <str id="editAnim">Edit Animation</str> |
385 |
| - <str id="deleteAnim">Delete Animation</str> |
386 |
| - <str id="editInfo">Edit Info</str> |
387 |
| - </group> |
388 |
| - |
389 |
| - <str id="topBar.playback">Playback</str> |
390 |
| - <group name="PlaybackMenu" prefix="playback."> |
391 |
| - <str id="play">Play Animation</str> |
392 |
| - <str id="stop">Stop Animation</str> |
| 363 | + <str id="editInfo">Edit information</str> |
| 364 | + <str id="editSprite">Edit sprite</str> |
393 | 365 | </group>
|
394 | 366 |
|
395 | 367 | <str id="topBar.offset">Offsets</str>
|
|
402 | 374 | <str id="moveExtraUp">Move Extra Up</str>
|
403 | 375 | <str id="moveExtraDown">Move Extra Down</str>
|
404 | 376 | <str id="moveExtraRight">Move Extra Right</str>
|
| 377 | + <str id="dragOffsetsMouse">Drag Offsets With Mouse?</str> |
405 | 378 | <str id="clearOffsets">Clear Offsets</str>
|
406 | 379 | </group>
|
407 | 380 |
|
| 381 | + <str id="topBar.stage">Stage</str> |
| 382 | + <group name="StageMenu" prefix="stage."> |
| 383 | + <str id="useStage">Use "{0}"</str> |
| 384 | + <str id="useNone">Use No Stage</str> |
| 385 | + </group> |
| 386 | + |
408 | 387 | <str id="topBar.view">View</str>
|
409 | 388 | <group name="ViewMenu" prefix="view.">
|
410 | 389 | <str id="zoomIn">Zoom in</str>
|
411 | 390 | <str id="zoomOut">Zoom out</str>
|
412 | 391 | <str id="resetZoom">Reset Zoom</str>
|
| 392 | + <str id="charHitbox">Character Hitbox?</str> |
| 393 | + <str id="charCam">Character Camera?</str> |
| 394 | + <str id="axis">XY Axis?</str> |
413 | 395 | </group>
|
414 |
| - </group> |
415 | 396 |
|
416 |
| - <group prefix="characterAnimsWindow."> |
417 |
| - <str id="name">Character Animations</str> |
418 |
| - </group> |
419 |
| - <group prefix="characterPropertiesWindow."> |
420 |
| - <str id="name">Character Properties</str> |
| 397 | + <str id="topBar.animation">Animation</str> |
| 398 | + <group name="AnimationMenu" prefix="animation."> |
| 399 | + <str id="playAnim">Play Animation</str> |
| 400 | + <str id="stopAnim">Stop Animation</str> |
| 401 | + <str id="changeAnimUp">Change Animation ↑</str> |
| 402 | + <str id="changeAnimDown">Change Animation ↓</str> |
| 403 | + <str id="playAnimOnOffset">Play Animation On Offset?</str> |
| 404 | + </group> |
| 405 | + |
| 406 | + <group name="CharacterPropertiesWindow" prefix="characterProperties."> |
| 407 | + <str id="position">Position (X, Y)</str> |
| 408 | + <str id="scale">Scale</str> |
| 409 | + <str id="editInfo">Edit Info</str> |
| 410 | + <str id="editSprite">Edit Sprite</str> |
| 411 | + <str id="camPosition">Camera Position (X, Y)</str> |
| 412 | + <str id="charFlipped">Flipped?</str> |
| 413 | + <str id="antialiased">Antialiased?</str> |
| 414 | + <str id="testCharAs">Test Character As...</str> |
| 415 | + <str id="charDesign">Char Designed As...</str> |
| 416 | + </group> |
421 | 417 |
|
422 |
| - <str id="newCharacter">New Character</str> |
423 |
| - <str id="editCharacter">Edit Character Info</str> |
| 418 | + <group name="CharacterAnimButton" prefix="characterAnim."> |
| 419 | + <str id="defaultAnimName">New Anim</str> |
| 420 | + <str id="name">Name</str> |
| 421 | + <str id="anim">Animation</str> |
| 422 | + <str id="position">Position (X, Y)</str> |
| 423 | + <str id="fps">FPS</str> |
| 424 | + <str id="indices">Indices (Frames)</str> |
| 425 | + </group> |
424 | 426 |
|
| 427 | + <group name="CharacterSpriteScreen" prefix="characterSpriteScreen."> |
| 428 | + <str id="win-title">Edit character sprite</str> |
| 429 | + <str id="charImageFile">Character Image File $* Required$</str> |
| 430 | + </group> |
425 | 431 | </group>
|
426 |
| - <str id="info.animations">{0} Animations</str> |
427 |
| - <str id="info.flipped">Flipped: {0}</str> |
428 |
| - <str id="info.sprite">Sprite: {0}</str> |
429 |
| - <str id="info.anim">Anim: {0}</str> |
430 |
| - <str id="info.offset">Offset: ({0}, {1})</str> |
| 432 | + <str id="name">Character Editor</str> |
| 433 | + </group> |
431 | 434 |
|
432 |
| - <str id="info.invalidCharacter">Invalid Character</str> |
| 435 | + <group name="CharacterCreationScreen" prefix="characterCreationScreen."> |
| 436 | + <str id="win-title">Creating New Character</str> |
| 437 | + <str id="charName">Character Name $* Required$</str> |
| 438 | + <str id="charImgName">Character Image File $* Required$</str> |
433 | 439 | </group>
|
434 | 440 | </group>
|
435 | 441 |
|
|
441 | 447 |
|
442 | 448 | <group name="Warnings" prefix="warnings.">
|
443 | 449 | <str id="notImplemented-title">New Typeface: Feature Not Implemented!</str>
|
444 |
| - <str id="notImplemented-body">This feature isn't implemented yet. Please wait for more cne updates to have this functional.\n\n\n- Codename Devs</str> |
| 450 | + <str id="notImplemented-body">This feature isn't implemented yet. Please wait for more cne updates to have this functional.\n\n\n- Codename Crew</str> |
445 | 451 | </group>
|
446 | 452 | </group>
|
447 | 453 |
|
|
0 commit comments