2016-05-04 20:47:34 +08:00
2016-05-18 05:49:42 +08:00
#: scene/audio/sample_player.cpp:606
msgid "A SampleLibrary resource must be created or set in the 'samples' property in order for SamplePlayer to play sound."
msgstr ""
#: scene/3d/body_shape.cpp:404
msgid "CollisionShape only serves to provide a collision shape to a CollisionObject derived node. Please only use it as a child of Area, StaticBody, RigidBody, KinematicBody, etc. to give them a shape."
msgstr ""
#: scene/3d/body_shape.cpp:408
msgid "A shape must be provided for CollisionShape to function. Please create a shape resource for it!"
msgstr ""
#: scene/3d/collision_polygon.cpp:237
msgid "CollisionPolygon only serves to provide a collision shape to a CollisionObject derived node. Please only use it as a child of Area, StaticBody, RigidBody, KinematicBody, etc. to give them a shape."
msgstr ""
#: scene/3d/collision_polygon.cpp:241
msgid "An empty CollisionPolygon has no effect on collision."
msgstr ""
#: scene/3d/scenario_fx.cpp:93
msgid "Only one WorldEnvironment is allowed per scene (or set of instanced scenes)."
msgstr ""
#: scene/3d/spatial_sample_player.cpp:197
msgid "A SampleLibrary resource must be created or set in the 'samples' property in order for SpatialSamplePlayer to play sound."
msgstr ""
#: scene/3d/navigation_mesh.cpp:347
msgid "A NavigationMesh resource must be set or created for this node to work."
msgstr ""
#: scene/3d/navigation_mesh.cpp:358
msgid "NavigationMeshInstance must be a child or grandchild to a Navigation node. It only provides navigation data."
msgstr ""
#: scene/2d/particles_2d.cpp:211
msgid "Path property must point to a valid Particles2D node to work."
msgstr ""
#: scene/2d/parallax_layer.cpp:125
msgid "ParallaxLayer node only works when set as child of a ParallaxBackground node."
msgstr ""
#: scene/2d/visibility_notifier_2d.cpp:352
msgid "VisibilityEnable2D works best when used with the edited scene root directly as parent."
msgstr ""
#: scene/2d/light_occluder_2d.cpp:187
msgid "An occluder polygon must be set (or drawn) for this occluder to take effect."
msgstr ""
#: scene/2d/light_occluder_2d.cpp:191
msgid "The occluder polygon for this occluder is empty. Please draw a polygon!"
msgstr ""
#: scene/2d/navigation_polygon.cpp:438
msgid "A NavigationPolygon resource must be set or created for this node to work. Please set a property or draw a polygon."
msgstr ""
#: scene/2d/navigation_polygon.cpp:450
msgid "NavigationPolygonInstance must be a child or grandchild to a Navigation2D node. It only provides navigation data."
msgstr ""
#: scene/2d/sprite.cpp:535
msgid "Path property must point to a valid Viewport node to work. Such Viewport must be set to 'render target' mode."
msgstr ""
#: scene/2d/sprite.cpp:543
2016-05-19 06:19:26 +08:00
msgid "The Viewport set in the path property must be set as 'render target' in order for this sprite to work."
2016-05-18 05:49:42 +08:00
msgstr ""
#: scene/2d/collision_polygon_2d.cpp:303
msgid "CollisionPolygon2D only serves to provide a collision shape to a CollisionObject2D derived node. Please only use it as a child of Area2D, StaticBody2D, RigidBody2D, KinematicBody2D, etc. to give them a shape."
msgstr ""
#: scene/2d/collision_polygon_2d.cpp:307
msgid "An empty CollisionPolygon2D has no effect on collision."
msgstr ""
#: scene/2d/path_2d.cpp:246
2016-05-19 06:19:26 +08:00
msgid "PathFollow2D only works when set as a child of a Path2D node."
2016-05-18 05:49:42 +08:00
msgstr ""
#: scene/2d/canvas_modulate.cpp:65
2016-05-19 06:19:26 +08:00
msgid "Only one visible CanvasModulate is allowed per scene (or set of instanced scenes). The first created one will work, while the rest will be ignored."
2016-05-18 05:49:42 +08:00
msgstr ""
#: scene/2d/animated_sprite.cpp:655
msgid "A SpriteFrames resource must be created or set in the 'Frames' property in order for AnimatedSprite to display frames."
msgstr ""
#: scene/2d/remote_transform_2d.cpp:113
msgid "Path property must point to a valid Node2D node to work."
msgstr ""
#: scene/2d/collision_shape_2d.cpp:207
msgid "CollisionShape2D only serves to provide a collision shape to a CollisionObject2D derived node. Please only use it as a child of Area2D, StaticBody2D, RigidBody2D, KinematicBody2D, etc. to give them a shape."
msgstr ""
#: scene/2d/collision_shape_2d.cpp:211
msgid "A shape must be provided for CollisionShape2D to function. Please create a shape resource for it!"
msgstr ""
#: scene/2d/light_2d.cpp:290
msgid "A texture with the shape of the light must be supplied to the 'texture' property."
msgstr ""
#: scene/gui/popup.cpp:290
msgid "Popups will hide by default unless you call popup() or any of the popup*() functions. Making them visible for editing is fine though, but they will hide upon running."
msgstr ""
2016-05-18 02:09:08 +08:00
#: scene/gui/text_edit.cpp:4401
2016-05-18 01:29:22 +08:00
msgid "Cut"
msgstr ""
2016-05-18 02:09:08 +08:00
#: scene/gui/text_edit.cpp:4402
2016-05-18 01:29:22 +08:00
msgid "Copy"
msgstr ""
2016-05-18 02:09:08 +08:00
#: scene/gui/text_edit.cpp:4403
2016-05-18 01:29:22 +08:00
msgid "Paste"
msgstr ""
2016-05-18 02:09:08 +08:00
#: scene/gui/text_edit.cpp:4405
2016-05-18 01:29:22 +08:00
msgid "Select All"
msgstr ""
2016-05-18 02:09:08 +08:00
#: scene/gui/text_edit.cpp:4406
2016-05-18 01:29:22 +08:00
msgid "Clear"
msgstr ""
2016-05-18 02:09:08 +08:00
#: scene/gui/text_edit.cpp:4408
2016-05-18 01:29:22 +08:00
msgid "Undo"
msgstr ""
2016-05-18 05:49:42 +08:00
#: scene/main/viewport.cpp:2410
2016-05-19 06:19:26 +08:00
msgid "This viewport is not set as render target. If you intend for it to display its contents directly to the screen, make it a child of a Control so it can obtain a size. Otherwise, make it a RenderTarget and assign its internal texture to some node for display."
2016-05-18 05:49:42 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/project_export.cpp:261
2016-05-04 21:35:39 +08:00
msgid "Edit Script Options"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/project_export.cpp:460
2016-05-04 21:35:39 +08:00
msgid "Please export outside the project folder!"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/project_export.cpp:487
2016-05-04 21:35:39 +08:00
msgid "Error exporting project!"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/project_export.cpp:508
2016-05-19 06:19:26 +08:00
msgid "Error writing the project PCK!"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/project_export.cpp:589
2016-05-19 06:19:26 +08:00
msgid "No exporter for platform '%s' yet."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/project_export.cpp:718
2016-05-04 21:35:39 +08:00
msgid "Include"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/project_export.cpp:808
2016-05-04 21:35:39 +08:00
msgid "Change Image Group"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/project_export.cpp:861
2016-05-19 06:19:26 +08:00
msgid "Group name can't be empty!"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/project_export.cpp:865
2016-05-19 06:19:26 +08:00
msgid "Invalid character in group name!"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/project_export.cpp:871
2016-05-19 06:19:26 +08:00
msgid "Group name already exists!"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/project_export.cpp:880
2016-05-04 21:35:39 +08:00
msgid "Add Image Group"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/project_export.cpp:906
2016-05-04 21:35:39 +08:00
msgid "Delete Image Group"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/project_export.cpp:1064
2016-05-19 06:19:26 +08:00
msgid "Error saving atlas:"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/project_export.cpp:1070
2016-05-19 06:19:26 +08:00
msgid "Atlas Preview"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/project_export.cpp:1139
2016-05-04 21:35:39 +08:00
msgid "Project Export Settings"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/project_export.cpp:1147
2016-05-04 21:35:39 +08:00
msgid "Target"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/project_export.cpp:1165
2016-05-04 21:35:39 +08:00
msgid "Export to Platform"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/project_export.cpp:1176
2016-05-04 21:35:39 +08:00
msgid "Options"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/project_export.cpp:1184
2016-05-04 21:35:39 +08:00
msgid "Resources"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/project_export.cpp:1188
2016-05-04 21:35:39 +08:00
msgid "Export selected resources (including dependencies)."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/project_export.cpp:1189
2016-05-04 21:35:39 +08:00
msgid "Export all resources in the project."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/project_export.cpp:1190
2016-05-04 21:35:39 +08:00
msgid "Export all files in the project directory."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/project_export.cpp:1193
2016-05-04 21:35:39 +08:00
msgid "Export Mode:"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/project_export.cpp:1202
2016-05-04 21:35:39 +08:00
msgid "Resources to Export:"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/project_export.cpp:1208
2016-05-04 21:35:39 +08:00
msgid "File"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/project_export.cpp:1209
2016-05-04 21:35:39 +08:00
msgid "Action"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/project_export.cpp:1214
2016-05-19 06:19:26 +08:00
msgid "Filters to export non-resource files (comma-separated, e.g.: *.json, *.txt):"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/project_export.cpp:1217
2016-05-19 06:19:26 +08:00
msgid "Filters to exclude from export (comma-separated, e.g.: *.json, *.txt):"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/project_export.cpp:1221
2016-05-21 07:18:35 +08:00
msgid "Convert text scenes to binary on export."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/project_export.cpp:1226
2016-05-04 21:35:39 +08:00
msgid "Images"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/project_export.cpp:1228
2016-05-04 21:35:39 +08:00
msgid "Keep Original"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/project_export.cpp:1229
2016-05-04 21:35:39 +08:00
msgid "Compress for Disk (Lossy, WebP)"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/project_export.cpp:1230
2016-05-04 21:35:39 +08:00
msgid "Compress for RAM (BC/PVRTC/ETC)"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/project_export.cpp:1231
2016-05-04 21:35:39 +08:00
msgid "Convert Images (*.png):"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/project_export.cpp:1242
2016-05-04 21:35:39 +08:00
msgid "Compress for Disk (Lossy) Quality:"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/project_export.cpp:1247
2016-05-04 21:35:39 +08:00
msgid "Shrink All Images:"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/project_export.cpp:1263
2016-05-19 06:19:26 +08:00
msgid "Compress Formats:"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/project_export.cpp:1267
2016-05-04 21:35:39 +08:00
msgid "Image Groups"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/project_export.cpp:1296
2016-05-04 21:35:39 +08:00
msgid "Groups:"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/project_export.cpp:1303
2016-05-04 21:35:39 +08:00
msgid "Default"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/project_export.cpp:1304
2016-05-04 21:35:39 +08:00
msgid "Compress Disk"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/project_export.cpp:1305
2016-05-04 21:35:39 +08:00
msgid "Compress RAM"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/project_export.cpp:1307
2016-05-04 21:35:39 +08:00
msgid "Compress Mode:"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/project_export.cpp:1323
2016-05-04 21:35:39 +08:00
msgid "Lossy Quality:"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/project_export.cpp:1327
2016-05-04 21:35:39 +08:00
msgid "Atlas:"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/project_export.cpp:1335
2016-05-04 21:35:39 +08:00
msgid "Shrink By:"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/project_export.cpp:1339
2016-05-04 21:35:39 +08:00
msgid "Preview Atlas"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/project_export.cpp:1354
2016-05-04 21:35:39 +08:00
msgid "Image Filter:"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/project_export.cpp:1360
2016-05-04 21:35:39 +08:00
msgid "Images:"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/project_export.cpp:1368
2016-05-04 21:35:39 +08:00
msgid "Select None"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/project_export.cpp:1388
2016-05-04 21:35:39 +08:00
msgid "Group"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/project_export.cpp:1415
2016-05-04 21:35:39 +08:00
msgid "Samples"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/project_export.cpp:1418
2016-05-04 21:35:39 +08:00
msgid "Sample Conversion Mode: (.wav files):"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/project_export.cpp:1419
2016-05-04 21:35:39 +08:00
msgid "Keep"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/project_export.cpp:1420
2016-05-04 21:35:39 +08:00
msgid "Compress (RAM - IMA-ADPCM)"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/project_export.cpp:1424
2016-05-19 06:19:26 +08:00
msgid "Sampling Rate Limit (Hz):"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/project_export.cpp:1426
2016-05-04 21:35:39 +08:00
msgid "Trim"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/project_export.cpp:1427
2016-05-04 21:35:39 +08:00
msgid "Trailing Silence:"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/project_export.cpp:1433
2016-05-04 21:35:39 +08:00
msgid "Script Export Mode:"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/project_export.cpp:1434
2016-05-04 21:35:39 +08:00
msgid "Text"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/project_export.cpp:1435
2016-05-04 21:35:39 +08:00
msgid "Compiled"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/project_export.cpp:1436
2016-05-04 21:35:39 +08:00
msgid "Encrypted (Provide Key Below)"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/project_export.cpp:1438
2016-05-04 21:35:39 +08:00
msgid "Script Encryption Key (256-bits as hex):"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/project_export.cpp:1451
2016-05-04 21:35:39 +08:00
msgid "Export PCK/Zip"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/project_export.cpp:1461
2016-05-04 21:35:39 +08:00
msgid "Export Project"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/project_export.cpp:1467
2016-05-04 21:35:39 +08:00
msgid "Password:"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/project_export.cpp:1472
2016-05-04 21:35:39 +08:00
msgid "Export Project PCK"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/project_export.cpp:1478
2016-05-04 21:35:39 +08:00
msgid "Export.."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/project_export.cpp:1908
2016-05-04 21:35:39 +08:00
msgid "Project Export"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/project_export.cpp:1910
2016-05-04 21:35:39 +08:00
msgid "Export Preset:"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/project_export.cpp:1914
2016-05-04 21:35:39 +08:00
msgid "Export"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/code_editor.cpp:61
2016-05-04 20:47:34 +08:00
msgid "Go to Line"
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/code_editor.cpp:63
2016-05-04 20:47:34 +08:00
msgid "Line Number:"
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/code_editor.cpp:81
2016-05-04 21:35:39 +08:00
msgid "Search"
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/code_editor.cpp:87
2016-05-04 20:47:34 +08:00
msgid "Find"
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/code_editor.cpp:101
2016-05-04 20:47:34 +08:00
msgid "Replace"
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/code_editor.cpp:124
2016-05-04 20:47:34 +08:00
msgid "Next"
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/code_editor.cpp:219
2016-05-21 22:34:56 +08:00
msgid "Replaced %d ocurrence(s)."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/code_editor.cpp:277
2016-05-19 06:19:26 +08:00
msgid "Not found!"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/code_editor.cpp:414
2016-05-04 20:47:34 +08:00
msgid "Replace By"
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/code_editor.cpp:439
2016-05-04 20:47:34 +08:00
msgid "Whole Words"
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/code_editor.cpp:443
2016-05-04 20:47:34 +08:00
msgid "Case Sensitive"
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/code_editor.cpp:447
2016-05-04 20:47:34 +08:00
msgid "Backwards"
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/code_editor.cpp:459
2016-05-04 20:47:34 +08:00
msgid "Prompt On Replace"
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/code_editor.cpp:464
2016-05-04 20:47:34 +08:00
msgid "Selection Only"
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/code_editor.cpp:478
2016-05-04 20:47:34 +08:00
msgid "Skip"
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/code_editor.cpp:501
2016-05-19 06:19:26 +08:00
msgid "Line:"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/code_editor.cpp:501
2016-05-19 06:19:26 +08:00
msgid "Col:"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/connections_dialog.cpp:179
2016-05-04 20:47:34 +08:00
msgid "Method in target Node must be specified!"
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/connections_dialog.cpp:303
2016-05-04 20:47:34 +08:00
msgid "Connect To Node:"
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/connections_dialog.cpp:310
2016-05-04 20:47:34 +08:00
msgid "Binds (Extra Params):"
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/connections_dialog.cpp:363
2016-05-04 20:47:34 +08:00
msgid "Add"
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/connections_dialog.cpp:372
2016-05-04 20:47:34 +08:00
msgid "Remove"
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/connections_dialog.cpp:381
2016-05-04 20:47:34 +08:00
msgid "Path To Node:"
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/connections_dialog.cpp:400
2016-05-04 20:47:34 +08:00
msgid "Method In Node:"
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/connections_dialog.cpp:432
2016-05-19 06:19:26 +08:00
msgid "Make Function"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/connections_dialog.cpp:436
2016-05-04 20:47:34 +08:00
msgid "Deferred"
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/connections_dialog.cpp:440
2016-05-04 20:47:34 +08:00
msgid "Oneshot"
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/connections_dialog.cpp:466
2016-05-04 21:35:39 +08:00
msgid "Close"
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/connections_dialog.cpp:467
2016-05-04 20:47:34 +08:00
msgid "Connect"
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/connections_dialog.cpp:514
2016-05-19 06:19:26 +08:00
msgid "Connect '%s' to '%s'"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/connections_dialog.cpp:575
2016-05-04 20:47:34 +08:00
msgid "Create Subscription"
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/connections_dialog.cpp:792
2016-05-04 20:47:34 +08:00
msgid "Connect.."
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/connections_dialog.cpp:802
2016-05-04 20:47:34 +08:00
msgid "Disconnect"
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/connections_dialog.cpp:823
2016-05-04 20:47:34 +08:00
msgid "Edit Connections.."
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/connections_dialog.cpp:836
2016-05-04 20:47:34 +08:00
msgid "Connections:"
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/editor_sub_scene.cpp:201
2016-05-19 06:19:26 +08:00
msgid "Select Node(s) to Import"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/editor_sub_scene.cpp:217
2016-05-04 21:35:39 +08:00
msgid "Scene Path:"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/editor_sub_scene.cpp:221
2016-05-04 21:35:39 +08:00
msgid "Import From Node:"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/settings_config_dialog.cpp:110
2016-05-04 21:35:39 +08:00
msgid "Editor Settings"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/settings_config_dialog.cpp:118
2016-05-04 21:35:39 +08:00
msgid "General"
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/settings_config_dialog.cpp:125
2016-05-19 06:19:26 +08:00
msgid "Search:"
2016-05-04 21:35:39 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/settings_config_dialog.cpp:145
2016-05-04 21:35:39 +08:00
msgid "Plugins"
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/settings_config_dialog.cpp:149
2016-05-19 06:19:26 +08:00
msgid "Plugin List:"
2016-05-04 21:35:39 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/editor_dir_dialog.cpp:211
2016-05-04 21:35:39 +08:00
msgid "Choose a Directory"
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/editor_dir_dialog.cpp:219
2016-05-04 21:35:39 +08:00
msgid "Create Folder"
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/editor_dir_dialog.cpp:231
2016-05-04 21:35:39 +08:00
msgid "Name:"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/editor_dir_dialog.cpp:236
2016-05-04 21:35:39 +08:00
msgid "Could not create folder."
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/editor_dir_dialog.cpp:239
2016-05-04 21:35:39 +08:00
msgid "Choose"
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/editor_file_system.cpp:612
2016-05-19 06:19:26 +08:00
msgid "Cannot go into subdir:"
2016-05-04 21:35:39 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/editor_file_system.cpp:826
2016-05-04 21:35:39 +08:00
msgid "ScanSources"
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/dependency_editor.cpp:30
2016-05-19 06:19:26 +08:00
msgid "Search Replacement For:"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/dependency_editor.cpp:212
2016-05-19 06:19:26 +08:00
msgid "Dependencies For:"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/dependency_editor.cpp:218
2016-05-19 06:19:26 +08:00
msgid "Scene '%s' is currently being edited.\nChanges will not take effect unless reloaded."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/dependency_editor.cpp:220
2016-05-19 06:19:26 +08:00
msgid "Resource '%s' is in use.\nChanges will take effect when reloaded."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/dependency_editor.cpp:236
2016-05-04 20:47:34 +08:00
msgid "Dependencies"
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/dependency_editor.cpp:249
2016-05-04 20:47:34 +08:00
msgid "Dependencies:"
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/dependency_editor.cpp:252
2016-05-04 20:47:34 +08:00
msgid "Fix Broken"
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/dependency_editor.cpp:264
2016-05-04 20:47:34 +08:00
msgid "Dependency Editor"
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/dependency_editor.cpp:268
2016-05-04 20:47:34 +08:00
msgid "Search Replacement Resource:"
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/dependency_editor.cpp:322
2016-05-19 06:19:26 +08:00
msgid "Owners Of:"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/dependency_editor.cpp:408
2016-05-04 20:47:34 +08:00
msgid "Remove selected files from the project? (no undo)"
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/dependency_editor.cpp:451
2016-05-19 06:19:26 +08:00
msgid "Error loading:"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/dependency_editor.cpp:499
2016-05-04 20:47:34 +08:00
msgid "Scene failed to load due to missing dependencies:"
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/dependency_editor.cpp:501
2016-05-04 20:47:34 +08:00
msgid "Open Anyway"
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/dependency_editor.cpp:505
2016-05-04 20:47:34 +08:00
msgid "Which action should be taken?"
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/dependency_editor.cpp:508
2016-05-04 20:47:34 +08:00
msgid "Fix Dependencies"
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/dependency_editor.cpp:510
2016-05-04 20:47:34 +08:00
msgid "Errors loading!"
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/dependency_editor.cpp:526
2016-05-21 22:34:56 +08:00
msgid "Permanently delete %d item(s)? (No undo!)"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/dependency_editor.cpp:679
2016-05-04 20:47:34 +08:00
msgid "Owns"
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/dependency_editor.cpp:681
2016-05-04 20:47:34 +08:00
msgid "Resources Without Explicit Ownership:"
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/dependency_editor.cpp:682
2016-05-04 20:47:34 +08:00
msgid "Orphan Resource Explorer"
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/dependency_editor.cpp:684
2016-05-04 20:47:34 +08:00
msgid "Delete selected files?"
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/dependency_editor.cpp:685
2016-05-04 20:47:34 +08:00
msgid "Delete"
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/spatial_editor_gizmos.cpp:833
2016-05-04 21:35:39 +08:00
msgid "Change Light Radius"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/spatial_editor_gizmos.cpp:1083
2016-05-04 21:35:39 +08:00
msgid "Change Camera FOV"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/spatial_editor_gizmos.cpp:1096
2016-05-04 21:35:39 +08:00
msgid "Change Camera Size"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/spatial_editor_gizmos.cpp:1841
2016-05-04 21:35:39 +08:00
msgid "Change Sphere Shape Radius"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/spatial_editor_gizmos.cpp:1857
2016-05-04 21:35:39 +08:00
msgid "Change Box Shape Extents"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/spatial_editor_gizmos.cpp:1876
2016-05-04 21:35:39 +08:00
msgid "Change Capsule Shape Radius"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/spatial_editor_gizmos.cpp:1880
2016-05-04 21:35:39 +08:00
msgid "Change Capsule Shape Height"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/spatial_editor_gizmos.cpp:1899
2016-05-04 21:35:39 +08:00
msgid "Change Ray Shape Length"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/spatial_editor_gizmos.cpp:2246
2016-05-04 21:35:39 +08:00
msgid "Change Notifier Extents"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/script_create_dialog.cpp:77
2016-05-19 06:19:26 +08:00
msgid "Invalid parent class name"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/script_create_dialog.cpp:81
2016-05-19 06:19:26 +08:00
msgid "Valid chars:"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/script_create_dialog.cpp:84
2016-05-04 21:35:39 +08:00
msgid "Invalid class name"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/script_create_dialog.cpp:87
2016-05-19 06:19:26 +08:00
msgid "Valid name"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/script_create_dialog.cpp:92
2016-05-04 21:35:39 +08:00
msgid "N/A"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/script_create_dialog.cpp:101
2016-05-19 06:19:26 +08:00
msgid "Class name is invalid!"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/script_create_dialog.cpp:106
2016-05-19 06:19:26 +08:00
msgid "Parent class name is invalid!"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/script_create_dialog.cpp:136
2016-05-19 06:19:26 +08:00
msgid "Invalid path!"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/script_create_dialog.cpp:144
2016-05-19 06:19:26 +08:00
msgid "Could not create script in filesystem."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/script_create_dialog.cpp:218
2016-05-19 06:19:26 +08:00
msgid "Path is empty"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/script_create_dialog.cpp:227
2016-05-04 21:35:39 +08:00
msgid "Path is not local"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/script_create_dialog.cpp:237
2016-05-19 06:19:26 +08:00
msgid "Invalid base path"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/script_create_dialog.cpp:252
2016-05-19 06:19:26 +08:00
msgid "File exists"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/script_create_dialog.cpp:276
2016-05-19 06:19:26 +08:00
msgid "Invalid extension"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/script_create_dialog.cpp:282
2016-05-19 06:19:26 +08:00
msgid "Valid path"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/script_create_dialog.cpp:318
2016-05-04 21:35:39 +08:00
msgid "Class Name:"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/script_create_dialog.cpp:321
2016-05-04 21:35:39 +08:00
msgid "Inherits:"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/script_create_dialog.cpp:325
2016-05-04 21:35:39 +08:00
msgid "Language"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/script_create_dialog.cpp:353
2016-05-04 21:35:39 +08:00
msgid "Error!"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/script_create_dialog.cpp:358
2016-05-04 21:35:39 +08:00
msgid "Built-In Script"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/script_create_dialog.cpp:362
2016-05-04 21:35:39 +08:00
msgid "Path:"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/script_create_dialog.cpp:366
2016-05-19 06:19:26 +08:00
msgid "Create Node Script"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/script_create_dialog.cpp:371
2016-05-04 21:35:39 +08:00
msgid "Create"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/animation_editor.cpp:151
2016-05-04 21:35:39 +08:00
msgid "Disabled"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/animation_editor.cpp:153
2016-05-04 21:35:39 +08:00
msgid "All Selection"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/animation_editor.cpp:320
2016-05-04 21:35:39 +08:00
msgid "Move Add Key"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/animation_editor.cpp:348
2016-05-04 21:35:39 +08:00
msgid "Anim Change Transition"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/animation_editor.cpp:369
2016-05-04 21:35:39 +08:00
msgid "Anim Change Transform"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/animation_editor.cpp:391
2016-05-04 21:35:39 +08:00
msgid "Anim Change Value"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/animation_editor.cpp:467
2016-05-04 21:35:39 +08:00
msgid "Anim Change Call"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/animation_editor.cpp:686
2016-05-04 21:35:39 +08:00
msgid "Anim Add Track"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/animation_editor.cpp:714
2016-05-04 21:35:39 +08:00
msgid "Move Anim Track Up"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/animation_editor.cpp:727
2016-05-04 21:35:39 +08:00
msgid "Move Anim Track Down"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/animation_editor.cpp:739
2016-05-04 21:35:39 +08:00
msgid "Remove Anim Track"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/animation_editor.cpp:795
2016-05-04 21:35:39 +08:00
msgid "Anim Duplicate Keys"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/animation_editor.cpp:892
2016-05-19 06:19:26 +08:00
msgid "Set Transitions to:"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/animation_editor.cpp:1602
2016-05-04 21:35:39 +08:00
msgid "Anim Track Rename"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/animation_editor.cpp:1618
2016-05-04 21:35:39 +08:00
msgid "Anim Track Change Interpolation"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/animation_editor.cpp:1628
2016-05-04 21:35:39 +08:00
msgid "Anim Track Change Value Mode"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/animation_editor.cpp:1720
2016-05-04 21:35:39 +08:00
msgid "Edit Node Curve"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/animation_editor.cpp:1722
2016-05-04 21:35:39 +08:00
msgid "Edit Selection Curve"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/animation_editor.cpp:1865
2016-05-04 21:35:39 +08:00
msgid "Anim Delete Keys"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/animation_editor.cpp:2257
2016-05-04 21:35:39 +08:00
msgid "Anim Add Key"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/animation_editor.cpp:2422
2016-05-04 21:35:39 +08:00
msgid "Anim Move Keys"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/animation_editor.cpp:2875
2016-05-04 21:35:39 +08:00
msgid "Scale Selection"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/animation_editor.cpp:2876
2016-05-04 21:35:39 +08:00
msgid "Scale From Cursor"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/animation_editor.cpp:2878
2016-05-04 21:35:39 +08:00
msgid "Duplicate Selection"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/animation_editor.cpp:2879
2016-05-04 21:35:39 +08:00
msgid "Duplicate Transposed"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/animation_editor.cpp:2881
2016-05-04 21:35:39 +08:00
msgid "Goto Next Step"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/animation_editor.cpp:2882
2016-05-04 21:35:39 +08:00
msgid "Goto Prev Step"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/animation_editor.cpp:2885
2016-05-04 21:35:39 +08:00
msgid "Linear"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/animation_editor.cpp:2886
2016-05-04 21:35:39 +08:00
msgid "Constant"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/animation_editor.cpp:2887
2016-05-04 21:35:39 +08:00
msgid "In"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/animation_editor.cpp:2888
2016-05-04 21:35:39 +08:00
msgid "Out"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/animation_editor.cpp:2889
2016-05-04 21:35:39 +08:00
msgid "In-Out"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/animation_editor.cpp:2890
2016-05-04 21:35:39 +08:00
msgid "Out-In"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/animation_editor.cpp:2891
2016-05-04 21:35:39 +08:00
msgid "Transitions"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/animation_editor.cpp:2898
2016-05-04 21:35:39 +08:00
msgid "Optimize Animation"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/animation_editor.cpp:2899
2016-05-04 21:35:39 +08:00
msgid "Clean-Up Animation"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/animation_editor.cpp:3116
2016-05-19 06:19:26 +08:00
msgid "Create NEW track for %s and insert key?"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/animation_editor.cpp:3118
2016-05-21 22:34:56 +08:00
msgid "Create %d NEW tracks and insert keys?"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/animation_editor.cpp:3292
2016-05-04 21:35:39 +08:00
msgid "Anim Create & Insert"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/animation_editor.cpp:3313
2016-05-04 21:35:39 +08:00
msgid "Anim Insert Track & Key"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/animation_editor.cpp:3348
2016-05-04 21:35:39 +08:00
msgid "Anim Insert Key"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/animation_editor.cpp:3425
2016-05-04 21:35:39 +08:00
msgid "Change Anim Len"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/animation_editor.cpp:3454
2016-05-04 21:35:39 +08:00
msgid "Change Anim Loop"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/animation_editor.cpp:3465
2016-05-04 21:35:39 +08:00
msgid "Anim Create Typed Value Key"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/animation_editor.cpp:3513
2016-05-19 06:19:26 +08:00
msgid "Anim Insert"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/animation_editor.cpp:3592
2016-05-04 21:35:39 +08:00
msgid "Anim Scale Keys"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/animation_editor.cpp:3701
2016-05-04 21:35:39 +08:00
msgid "Anim Add Call Track"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/animation_editor.cpp:3804
2016-05-04 21:35:39 +08:00
msgid "Animation zoom."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/animation_editor.cpp:3821
2016-05-19 06:19:26 +08:00
msgid "Length (s):"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/animation_editor.cpp:3830
2016-05-04 21:35:39 +08:00
msgid "Animation length (in seconds)."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/animation_editor.cpp:3836
2016-05-19 06:19:26 +08:00
msgid "Step (s):"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/animation_editor.cpp:3846
2016-05-04 21:35:39 +08:00
msgid "Cursor step snap (in seconds)."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/animation_editor.cpp:3855
2016-05-04 21:35:39 +08:00
msgid "Enable/Disable looping in animation."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/animation_editor.cpp:3862
2016-05-04 21:35:39 +08:00
msgid "Add new tracks."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/animation_editor.cpp:3869
2016-05-04 21:35:39 +08:00
msgid "Move current track up."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/animation_editor.cpp:3876
2016-05-04 21:35:39 +08:00
msgid "Move current track down."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/animation_editor.cpp:3883
2016-05-04 21:35:39 +08:00
msgid "Remove selected track."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/animation_editor.cpp:3890
2016-05-04 21:35:39 +08:00
msgid "Track tools"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/animation_editor.cpp:3898
2016-05-04 21:35:39 +08:00
msgid "Enable editing of individual keys by clicking them."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/animation_editor.cpp:3902
2016-05-04 21:35:39 +08:00
msgid "Anim. Optimizer"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/animation_editor.cpp:3911
2016-05-04 21:35:39 +08:00
msgid "Max. Linear Error:"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/animation_editor.cpp:3918
2016-05-04 21:35:39 +08:00
msgid "Max. Angular Error:"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/animation_editor.cpp:3920
2016-05-04 21:35:39 +08:00
msgid "Max Optimizable Angle:"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/animation_editor.cpp:3926
2016-05-04 21:35:39 +08:00
msgid "Optimize"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/animation_editor.cpp:3981
2016-05-04 21:35:39 +08:00
msgid "Key"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/animation_editor.cpp:3995
2016-05-04 21:35:39 +08:00
msgid "Transition"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/animation_editor.cpp:4068
2016-05-04 21:35:39 +08:00
msgid "Scale Ratio:"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/animation_editor.cpp:4074
2016-05-04 21:35:39 +08:00
msgid "Call Functions in Which Node?"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/animation_editor.cpp:4082
2016-05-04 21:35:39 +08:00
msgid "Remove invalid keys"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/animation_editor.cpp:4087
2016-05-04 21:35:39 +08:00
msgid "Remove unresolved and empty tracks"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/animation_editor.cpp:4092
2016-05-19 06:19:26 +08:00
msgid "Clean-up all animations"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/animation_editor.cpp:4095
2016-05-19 06:19:26 +08:00
msgid "Clean-Up Animation(s) (NO UNDO!)"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/animation_editor.cpp:4096
2016-05-04 21:35:39 +08:00
msgid "Clean-Up"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/script_editor_debugger.cpp:282
2016-05-19 06:19:26 +08:00
msgid "Bytes:"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/script_editor_debugger.cpp:402
2016-05-04 21:35:39 +08:00
msgid "Type:"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-19 06:19:26 +08:00
#: tools/editor/script_editor_debugger.cpp:402
msgid "Warning"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-19 06:19:26 +08:00
#: tools/editor/script_editor_debugger.cpp:402
msgid "Error"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-19 06:19:26 +08:00
#: tools/editor/script_editor_debugger.cpp:403
msgid "Description:"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-19 06:19:26 +08:00
#: tools/editor/script_editor_debugger.cpp:404
msgid "Time:"
msgstr ""
#: tools/editor/script_editor_debugger.cpp:405
msgid "Error:"
msgstr ""
#: tools/editor/script_editor_debugger.cpp:406
msgid "Source:"
msgstr ""
#: tools/editor/script_editor_debugger.cpp:407
msgid "Function:"
msgstr ""
#: tools/editor/script_editor_debugger.cpp:556
msgid "Errors"
msgstr ""
#: tools/editor/script_editor_debugger.cpp:557
msgid "Debugger"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/script_editor_debugger.cpp:587
2016-05-04 21:35:39 +08:00
msgid "Child Process Connected"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/script_editor_debugger.cpp:1154
2016-05-19 06:19:26 +08:00
msgid "File:"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/script_editor_debugger.cpp:1240
2016-05-04 21:35:39 +08:00
msgid "Step Into"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/script_editor_debugger.cpp:1245
2016-05-04 21:35:39 +08:00
msgid "Step Over"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/script_editor_debugger.cpp:1252
2016-05-04 21:35:39 +08:00
msgid "Break"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/script_editor_debugger.cpp:1257
2016-05-04 21:35:39 +08:00
msgid "Continue"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/script_editor_debugger.cpp:1264
2016-05-04 21:35:39 +08:00
msgid "Inspect Previous Instance"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/script_editor_debugger.cpp:1268
2016-05-04 21:35:39 +08:00
msgid "Inspect Next Instance"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/script_editor_debugger.cpp:1278
2016-05-04 21:35:39 +08:00
msgid "Stack Frames"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/script_editor_debugger.cpp:1287
2016-05-04 21:35:39 +08:00
msgid "Variable"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/script_editor_debugger.cpp:1311
2016-05-04 21:35:39 +08:00
msgid "Errors:"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/script_editor_debugger.cpp:1317
2016-05-21 07:18:35 +08:00
msgid "Stack Trace (if applicable):"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/script_editor_debugger.cpp:1328
2016-05-04 21:35:39 +08:00
msgid "Monitor"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/script_editor_debugger.cpp:1329
2016-05-04 21:35:39 +08:00
msgid "Value"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/script_editor_debugger.cpp:1369
2016-05-19 06:19:26 +08:00
msgid "List of Video Memory Usage by Resource:"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/script_editor_debugger.cpp:1372
2016-05-19 06:19:26 +08:00
msgid "Total:"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/script_editor_debugger.cpp:1390
2016-05-04 21:35:39 +08:00
msgid "Video Mem"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/script_editor_debugger.cpp:1393
2016-05-04 21:35:39 +08:00
msgid "Resource Path"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/script_editor_debugger.cpp:1396
2016-05-04 21:35:39 +08:00
msgid "Type"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/script_editor_debugger.cpp:1399
2016-05-04 21:35:39 +08:00
msgid "Format"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/script_editor_debugger.cpp:1402
2016-05-04 21:35:39 +08:00
msgid "Usage"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/script_editor_debugger.cpp:1409
2016-05-04 21:35:39 +08:00
msgid "Info"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/script_editor_debugger.cpp:1416
2016-05-04 21:35:39 +08:00
msgid "Clicked Control:"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/script_editor_debugger.cpp:1418
2016-05-04 21:35:39 +08:00
msgid "Clicked Control Type:"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/script_editor_debugger.cpp:1424
2016-05-04 21:35:39 +08:00
msgid "Live Edit Root:"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/script_editor_debugger.cpp:1427
2016-05-04 21:35:39 +08:00
msgid "Set From Tree"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/script_editor_debugger.cpp:1444
2016-05-04 21:35:39 +08:00
msgid "Scene Tree:"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/import_settings.cpp:279
2016-05-04 21:35:39 +08:00
msgid "Imported Resources"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-21 07:18:35 +08:00
#: tools/editor/import_settings.cpp:292
2016-05-04 21:35:39 +08:00
msgid "Re-Import"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/multi_node_edit.cpp:12
2016-05-19 06:19:26 +08:00
msgid "MultiNode Set"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/run_settings_dialog.cpp:82
2016-05-04 21:35:39 +08:00
msgid "Run Mode:"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/run_settings_dialog.cpp:83
2016-05-04 21:35:39 +08:00
msgid "Current Scene"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/run_settings_dialog.cpp:84
2016-05-04 21:35:39 +08:00
msgid "Main Scene"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/run_settings_dialog.cpp:87
2016-05-04 21:35:39 +08:00
msgid "Main Scene Arguments:"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/run_settings_dialog.cpp:95
2016-05-04 21:35:39 +08:00
msgid "Scene Run Settings"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/project_settings.cpp:142
2016-05-19 06:19:26 +08:00
msgid "Invalid action (anything goes but '/' or ':')."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/project_settings.cpp:154
2016-05-19 06:19:26 +08:00
msgid "Action '%s' already exists!"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/project_settings.cpp:164
2016-05-04 21:35:39 +08:00
msgid "Rename Input Action Event"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/project_settings.cpp:248
2016-05-04 21:35:39 +08:00
msgid "Add Input Action Event"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/project_settings.cpp:307
2016-05-04 21:35:39 +08:00
msgid "Meta+"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/project_settings.cpp:309
2016-05-04 21:35:39 +08:00
msgid "Shift+"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/project_settings.cpp:311
2016-05-04 21:35:39 +08:00
msgid "Alt+"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/project_settings.cpp:313
2016-05-04 21:35:39 +08:00
msgid "Control+"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/project_settings.cpp:331
2016-05-04 21:35:39 +08:00
msgid "Press a Key.."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/project_settings.cpp:339
2016-05-04 21:35:39 +08:00
msgid "Mouse Button Index:"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/project_settings.cpp:341
2016-05-04 21:35:39 +08:00
msgid "Left Button"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/project_settings.cpp:342
2016-05-04 21:35:39 +08:00
msgid "Right Button"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/project_settings.cpp:343
2016-05-04 21:35:39 +08:00
msgid "Middle Button"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/project_settings.cpp:344
2016-05-04 21:35:39 +08:00
msgid "Wheel Up Button"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/project_settings.cpp:345
2016-05-04 21:35:39 +08:00
msgid "Wheel Down Button"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/project_settings.cpp:346
2016-05-04 21:35:39 +08:00
msgid "Button 6"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/project_settings.cpp:347
2016-05-04 21:35:39 +08:00
msgid "Button 7"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/project_settings.cpp:348
2016-05-04 21:35:39 +08:00
msgid "Button 8"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/project_settings.cpp:349
2016-05-04 21:35:39 +08:00
msgid "Button 9"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/project_settings.cpp:355
2016-05-04 21:35:39 +08:00
msgid "Joystick Axis Index:"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/project_settings.cpp:360
2016-05-19 06:19:26 +08:00
msgid "Axis"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/project_settings.cpp:368
2016-05-04 21:35:39 +08:00
msgid "Joystick Button Index:"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/project_settings.cpp:412
2016-05-04 21:35:39 +08:00
msgid "Add Input Action"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/project_settings.cpp:441
2016-05-04 21:35:39 +08:00
msgid "Erase Input Action Event"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/project_settings.cpp:520
2016-05-19 06:19:26 +08:00
msgid "Device"
msgstr ""
#: tools/editor/project_settings.cpp:520
msgid "Button"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/project_settings.cpp:533
2016-05-04 21:35:39 +08:00
msgid "Left Button."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/project_settings.cpp:534
2016-05-04 21:35:39 +08:00
msgid "Right Button."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/project_settings.cpp:535
2016-05-04 21:35:39 +08:00
msgid "Middle Button."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/project_settings.cpp:536
2016-05-04 21:35:39 +08:00
msgid "Wheel Up."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/project_settings.cpp:537
2016-05-04 21:35:39 +08:00
msgid "Wheel Down."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/project_settings.cpp:696
2016-05-04 21:35:39 +08:00
msgid "Toggle Persisting"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/project_settings.cpp:713
2016-05-04 21:35:39 +08:00
msgid "Error saving settings."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-19 06:19:26 +08:00
#: tools/editor/project_settings.cpp:713
msgid "Settings saved OK."
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/project_settings.cpp:797
2016-05-04 21:35:39 +08:00
msgid "Add Translation"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/project_settings.cpp:854
2016-05-19 06:19:26 +08:00
msgid "Toggle AutoLoad Globals"
msgstr ""
#: tools/editor/project_settings.cpp:872
msgid "Invalid name."
msgstr ""
#: tools/editor/project_settings.cpp:872
msgid "Valid characters:"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/project_settings.cpp:880
2016-05-19 06:19:26 +08:00
msgid "Invalid name. Must not collide with an existing engine class name."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/project_settings.cpp:889
2016-05-19 06:19:26 +08:00
msgid "Invalid name. Must not collide with an existing buit-in type name."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/project_settings.cpp:900
2016-05-19 06:19:26 +08:00
msgid "Invalid name. Must not collide with an existing global constant name."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/project_settings.cpp:921
2016-05-04 21:35:39 +08:00
msgid "Add Autoload"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/project_settings.cpp:951
2016-05-04 21:35:39 +08:00
msgid "Remove Autoload"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/project_settings.cpp:978
2016-05-04 21:35:39 +08:00
msgid "Move Autoload"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/project_settings.cpp:1007
2016-05-04 21:35:39 +08:00
msgid "Remove Translation"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/project_settings.cpp:1040
2016-05-04 21:35:39 +08:00
msgid "Add Remapped Path"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/project_settings.cpp:1074
2016-05-04 21:35:39 +08:00
msgid "Resource Remap Add Remap"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/project_settings.cpp:1129
2016-05-04 21:35:39 +08:00
msgid "Change Resource Remap Language"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/project_settings.cpp:1161
2016-05-04 21:35:39 +08:00
msgid "Remove Resource Remap"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/project_settings.cpp:1197
2016-05-04 21:35:39 +08:00
msgid "Remove Resource Remap Option"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/project_settings.cpp:1354
2016-05-04 21:35:39 +08:00
msgid "Enable"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/project_settings.cpp:1449
2016-05-04 21:35:39 +08:00
msgid "Project Settings (engine.cfg)"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/project_settings.cpp:1488
2016-05-04 21:35:39 +08:00
msgid "Category:"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/project_settings.cpp:1497
2016-05-04 21:35:39 +08:00
msgid "Property:"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/project_settings.cpp:1523
2016-05-04 21:35:39 +08:00
msgid "Del"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/project_settings.cpp:1567
2016-05-04 21:35:39 +08:00
msgid "Copy To Platform.."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/project_settings.cpp:1593
2016-05-04 21:35:39 +08:00
msgid "Input Map"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/project_settings.cpp:1600
2016-05-04 21:35:39 +08:00
msgid "Action:"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/project_settings.cpp:1654
2016-05-04 21:35:39 +08:00
msgid "Device:"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/project_settings.cpp:1659
2016-05-04 21:35:39 +08:00
msgid "Index:"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/project_settings.cpp:1694
2016-05-04 21:35:39 +08:00
msgid "Localization"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/project_settings.cpp:1701
2016-05-04 21:35:39 +08:00
msgid "Translations"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/project_settings.cpp:1704
2016-05-04 21:35:39 +08:00
msgid "Translations:"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/project_settings.cpp:1706
2016-05-04 21:35:39 +08:00
msgid "Add.."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/project_settings.cpp:1726
2016-05-04 21:35:39 +08:00
msgid "Remaps"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/project_settings.cpp:1729
2016-05-04 21:35:39 +08:00
msgid "Resources:"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/project_settings.cpp:1750
2016-05-04 21:35:39 +08:00
msgid "Remaps by Locale:"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/project_settings.cpp:1765
2016-05-04 21:35:39 +08:00
msgid "Locale"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/project_settings.cpp:1784
2016-05-04 21:35:39 +08:00
msgid "AutoLoad"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/project_settings.cpp:1809
2016-05-04 21:35:39 +08:00
msgid "Node Name:"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/project_settings.cpp:1818
2016-05-04 21:35:39 +08:00
msgid "List:"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/project_settings.cpp:1827
2016-05-04 21:35:39 +08:00
msgid "Name"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/project_settings.cpp:1833
2016-05-04 21:35:39 +08:00
msgid "Singleton"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/scene_tree_editor.cpp:171
2016-05-04 21:35:39 +08:00
msgid "This item cannot be made visible because the parent is hidden. Unhide the parent first."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/scene_tree_editor.cpp:177
2016-05-04 21:35:39 +08:00
msgid "Toggle Spatial Visible"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/scene_tree_editor.cpp:190
2016-05-04 21:35:39 +08:00
msgid "Toggle CanvasItem Visible"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 05:49:42 +08:00
#: tools/editor/scene_tree_editor.cpp:300
2016-05-19 06:19:26 +08:00
msgid "Instance:"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 05:49:42 +08:00
#: tools/editor/scene_tree_editor.cpp:687
2016-05-19 06:19:26 +08:00
msgid "Invalid node name, the following characters are not allowed:"
2016-05-18 05:49:42 +08:00
msgstr ""
#: tools/editor/scene_tree_editor.cpp:700
2016-05-04 21:35:39 +08:00
msgid "Rename Node"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 05:49:42 +08:00
#: tools/editor/scene_tree_editor.cpp:1035
2016-05-04 21:35:39 +08:00
msgid "Scene Tree (Nodes):"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 05:49:42 +08:00
#: tools/editor/scene_tree_editor.cpp:1077
2016-05-04 21:35:39 +08:00
msgid "Editable Children"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 05:49:42 +08:00
#: tools/editor/scene_tree_editor.cpp:1078
2016-05-04 21:35:39 +08:00
msgid "Load As Placeholder"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 05:49:42 +08:00
#: tools/editor/scene_tree_editor.cpp:1080
2016-05-04 21:35:39 +08:00
msgid "Open in Editor"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 05:49:42 +08:00
#: tools/editor/scene_tree_editor.cpp:1085
2016-05-04 21:35:39 +08:00
msgid "Clear Inheritance"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 05:49:42 +08:00
#: tools/editor/scene_tree_editor.cpp:1093
2016-05-04 21:35:39 +08:00
msgid "Clear Inheritance? (No Undo!)"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 05:49:42 +08:00
#: tools/editor/scene_tree_editor.cpp:1094
2016-05-04 21:35:39 +08:00
msgid "Clear!"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 05:49:42 +08:00
#: tools/editor/scene_tree_editor.cpp:1165
2016-05-04 21:35:39 +08:00
msgid "Select a Node"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/quick_open.cpp:223
2016-05-04 21:35:39 +08:00
msgid "Matches:"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/quick_open.cpp:224
2016-05-04 21:35:39 +08:00
msgid "Open"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/editor_reimport_dialog.cpp:35
2016-05-21 07:18:35 +08:00
msgid "Please wait for scan to complete."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/editor_reimport_dialog.cpp:72
2016-05-04 21:35:39 +08:00
msgid "Current scene must be saved to re-import."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/editor_reimport_dialog.cpp:80
2016-05-04 21:35:39 +08:00
msgid "Save & Re-Import"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/editor_reimport_dialog.cpp:102
2016-05-04 21:35:39 +08:00
msgid "Re-Importing"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/editor_reimport_dialog.cpp:139
2016-05-04 21:35:39 +08:00
msgid "Re-Import Changed Resources"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/resources_dock.cpp:136
2016-05-04 21:35:39 +08:00
msgid "Error saving resource!"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/resources_dock.cpp:354
2016-05-04 21:35:39 +08:00
msgid "Create New Resource"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/resources_dock.cpp:360
2016-05-04 21:35:39 +08:00
msgid "Open Resource"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/resources_dock.cpp:366
2016-05-04 21:35:39 +08:00
msgid "Save Resource"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/resources_dock.cpp:368
2016-05-04 21:35:39 +08:00
msgid "Save Resource As.."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/resources_dock.cpp:376
2016-05-04 21:35:39 +08:00
msgid "Resource Tools"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/resources_dock.cpp:377
2016-05-04 21:35:39 +08:00
msgid "Make Local"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/editor_run_script.cpp:12
2016-05-19 06:19:26 +08:00
msgid "Write your logic in the _run() method."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/editor_run_script.cpp:17
2016-05-19 06:19:26 +08:00
msgid "There is an edited scene already."
msgstr ""
#: tools/editor/editor_run_script.cpp:39
msgid "Couldn't instance script:"
msgstr ""
#: tools/editor/editor_run_script.cpp:39
msgid "Did you forget the 'tool' keyword?"
msgstr ""
#: tools/editor/editor_run_script.cpp:49
msgid "Couldn't run script:"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-19 06:19:26 +08:00
#: tools/editor/editor_run_script.cpp:49
msgid "Did you forget the '_run' method?"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/editor_data.cpp:572
2016-05-04 21:35:39 +08:00
msgid "Updating Scene"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/editor_data.cpp:573
2016-05-04 21:35:39 +08:00
msgid "Storing local changes.."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/editor_data.cpp:577
2016-05-04 21:35:39 +08:00
msgid "Updating scene.."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/file_type_cache.cpp:88
2016-05-04 21:35:39 +08:00
msgid "Can't open file_type_cache.cch for writing, not saving file type cache!"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/reparent_dialog.cpp:87
2016-05-04 21:35:39 +08:00
msgid "Reparent Node"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/reparent_dialog.cpp:96
2016-05-04 21:35:39 +08:00
msgid "Reparent Location (Select new Parent):"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/reparent_dialog.cpp:105
2016-05-04 21:35:39 +08:00
msgid "Keep Global Transform"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/reparent_dialog.cpp:114
2016-05-04 21:35:39 +08:00
msgid "Reparent"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/editor_plugin_settings.cpp:155
2016-05-04 21:35:39 +08:00
msgid "Update"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/scenes_dock.cpp:126
2016-05-04 21:35:39 +08:00
msgid "Favorites:"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/scenes_dock.cpp:805
2016-05-04 21:35:39 +08:00
msgid "Same source and destination files, doing nothing."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/scenes_dock.cpp:852
2016-05-04 21:35:39 +08:00
msgid "Same source and destination paths, doing nothing."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/scenes_dock.cpp:862
2016-05-19 06:19:26 +08:00
msgid "Can't move directories to within themselves."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-21 22:34:56 +08:00
#: tools/editor/scenes_dock.cpp:1027
2016-05-04 21:35:39 +08:00
msgid "Can't operate on '..'"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-21 22:34:56 +08:00
#: tools/editor/scenes_dock.cpp:1046
2016-05-19 06:19:26 +08:00
msgid "Pick New Name and Location For:"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-21 22:34:56 +08:00
#: tools/editor/scenes_dock.cpp:1069
2016-05-04 21:35:39 +08:00
msgid "No files selected!"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-21 22:34:56 +08:00
#: tools/editor/scenes_dock.cpp:1407
2016-05-18 01:29:22 +08:00
msgid "Instance"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-21 22:34:56 +08:00
#: tools/editor/scenes_dock.cpp:1413
2016-05-18 01:29:22 +08:00
msgid "Edit Dependencies.."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-21 22:34:56 +08:00
#: tools/editor/scenes_dock.cpp:1414
2016-05-18 01:29:22 +08:00
msgid "View Owners.."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-21 22:34:56 +08:00
#: tools/editor/scenes_dock.cpp:1419
2016-05-18 01:29:22 +08:00
msgid "Rename or Move.."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-21 22:34:56 +08:00
#: tools/editor/scenes_dock.cpp:1421
2016-05-18 01:29:22 +08:00
msgid "Move To.."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-21 22:34:56 +08:00
#: tools/editor/scenes_dock.cpp:1428
msgid "Show In File Manager"
msgstr ""
#: tools/editor/scenes_dock.cpp:1481
2016-05-18 01:29:22 +08:00
msgid "Previous Directory"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-21 22:34:56 +08:00
#: tools/editor/scenes_dock.cpp:1488
2016-05-18 01:29:22 +08:00
msgid "Next Directory"
msgstr ""
2016-05-21 22:34:56 +08:00
#: tools/editor/scenes_dock.cpp:1495
2016-05-18 01:29:22 +08:00
msgid "Re-Scan Filesystem"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-21 22:34:56 +08:00
#: tools/editor/scenes_dock.cpp:1504
2016-05-18 01:29:22 +08:00
msgid "Move Favorite Up"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-21 22:34:56 +08:00
#: tools/editor/scenes_dock.cpp:1511
2016-05-18 01:29:22 +08:00
msgid "Move Favorite Down"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-21 22:34:56 +08:00
#: tools/editor/scenes_dock.cpp:1518
2016-05-18 01:29:22 +08:00
msgid "Toggle folder status as Favorite"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-21 22:34:56 +08:00
#: tools/editor/scenes_dock.cpp:1540
2016-05-18 01:29:22 +08:00
msgid "Instance the selected scene(s) as child of the selected node."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-21 22:34:56 +08:00
#: tools/editor/scenes_dock.cpp:1626
2016-05-04 21:35:39 +08:00
msgid "Move"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/editor_import_export.cpp:243
2016-05-19 06:19:26 +08:00
msgid "Added:"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/editor_import_export.cpp:248
2016-05-19 06:19:26 +08:00
msgid "Removed:"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/editor_import_export.cpp:919
2016-05-19 06:19:26 +08:00
msgid "Could not save atlas subtexture:"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/editor_import_export.cpp:1160
2016-05-19 06:19:26 +08:00
msgid "Storing File:"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/editor_import_export.cpp:1206
2016-05-04 21:35:39 +08:00
msgid "Packing"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/editor_import_export.cpp:1312
2016-05-19 06:19:26 +08:00
msgid "Exporting for %s"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/editor_import_export.cpp:1318
2016-05-04 21:35:39 +08:00
msgid "Setting Up.."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/editor_settings.cpp:472
2016-05-04 21:35:39 +08:00
msgid "Default (Same as Editor)"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/editor_file_dialog.cpp:356
2016-05-04 21:35:39 +08:00
msgid "File Exists, Overwrite?"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/editor_file_dialog.cpp:680
2016-05-19 06:19:26 +08:00
msgid "All Recognized"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/editor_file_dialog.cpp:692
2016-05-04 21:35:39 +08:00
msgid "All Files (*)"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-21 07:18:35 +08:00
#: tools/editor/editor_file_dialog.cpp:774
msgid "Save"
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/editor_file_dialog.cpp:1215
2016-05-04 21:35:39 +08:00
msgid "Save a File"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/editor_file_dialog.cpp:1295
2016-05-04 21:35:39 +08:00
msgid "Recent:"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/editor_file_dialog.cpp:1304
2016-05-04 21:35:39 +08:00
msgid "Directories & Files:"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/editor_file_dialog.cpp:1316
2016-05-04 21:35:39 +08:00
msgid "Preview:"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/editor_file_dialog.cpp:1329
2016-05-04 21:35:39 +08:00
msgid "Filter:"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/editor_file_dialog.cpp:1368
2016-05-04 21:35:39 +08:00
msgid "Must use a valid extension."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/groups_editor.cpp:46
2016-05-04 21:35:39 +08:00
msgid "Add to Group"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/groups_editor.cpp:69
2016-05-04 21:35:39 +08:00
msgid "Remove from Group"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/groups_editor.cpp:128
2016-05-04 21:35:39 +08:00
msgid "Group Editor"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/groups_editor.cpp:150
2016-05-04 21:35:39 +08:00
msgid "Node Group(s)"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/property_editor.cpp:355
2016-05-04 21:35:39 +08:00
msgid "Preset.."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/property_editor.cpp:358
2016-05-04 21:35:39 +08:00
msgid "Ease In"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/property_editor.cpp:359
2016-05-04 21:35:39 +08:00
msgid "Ease Out"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/property_editor.cpp:361
2016-05-04 21:35:39 +08:00
msgid "Zero"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/property_editor.cpp:362
2016-05-04 21:35:39 +08:00
msgid "Easing In-Out"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/property_editor.cpp:363
2016-05-04 21:35:39 +08:00
msgid "Easing Out-In"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/property_editor.cpp:401
2016-05-04 21:35:39 +08:00
msgid "File.."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/property_editor.cpp:408
2016-05-04 21:35:39 +08:00
msgid "Dir.."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/property_editor.cpp:642
2016-05-04 21:35:39 +08:00
msgid "New"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/property_editor.cpp:643
2016-05-04 21:35:39 +08:00
msgid "Load"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/property_editor.cpp:651
2016-05-04 21:35:39 +08:00
msgid "Assign"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/property_editor.cpp:838
2016-05-04 21:35:39 +08:00
msgid "Error loading file: Not a resource!"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/property_editor.cpp:850
2016-05-04 21:35:39 +08:00
msgid "Couldn't load image"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/property_editor.cpp:1735
2016-05-21 22:34:56 +08:00
msgid "Bit %d, val %i."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/property_editor.cpp:2770
2016-05-19 06:19:26 +08:00
msgid "Class:"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/property_editor.cpp:2898
2016-05-04 21:35:39 +08:00
msgid "On"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/property_editor.cpp:3436
2016-05-19 06:19:26 +08:00
msgid "Set"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/property_editor.cpp:3952
2016-05-04 21:35:39 +08:00
msgid "Properties:"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/property_editor.cpp:4205
2016-05-04 21:35:39 +08:00
msgid "Global"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/property_editor.cpp:4228
2016-05-04 21:35:39 +08:00
msgid "Sections:"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/addon_editor_plugin.cpp:1100
2016-05-04 21:35:39 +08:00
msgid "Import"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-19 06:19:26 +08:00
#: tools/editor/addon_editor_plugin.cpp:1115
msgid "Sort:"
msgstr ""
#: tools/editor/addon_editor_plugin.cpp:1126
msgid "Reverse"
msgstr ""
#: tools/editor/addon_editor_plugin.cpp:1135
msgid "All"
msgstr ""
#: tools/editor/addon_editor_plugin.cpp:1142
msgid "Site:"
msgstr ""
#: tools/editor/addon_editor_plugin.cpp:1235
msgid "Assets ZIP File"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/editor_node.cpp:435
2016-05-19 06:19:26 +08:00
msgid "Node From Scene"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/editor_node.cpp:441
2016-05-04 21:35:39 +08:00
msgid "Re-Import.."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/editor_node.cpp:603
2016-05-04 21:35:39 +08:00
msgid "I see.."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/editor_node.cpp:609
2016-05-19 06:19:26 +08:00
msgid "Can't open file for writing:"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/editor_node.cpp:613
2016-05-19 06:19:26 +08:00
msgid "Requested file format unknown:"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/editor_node.cpp:617
2016-05-19 06:19:26 +08:00
msgid "Error while saving."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/editor_node.cpp:913
2016-05-04 21:35:39 +08:00
msgid "Saving Scene"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/editor_node.cpp:914
2016-05-04 21:35:39 +08:00
msgid "Analyzing"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/editor_node.cpp:927
2016-05-04 21:35:39 +08:00
msgid "Creating Thumbnail"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/editor_node.cpp:1024
2016-05-04 21:35:39 +08:00
msgid "Couldn't save scene. Likely dependencies (instances) couldn't be satisfied."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/editor_node.cpp:1173
2016-05-04 21:35:39 +08:00
msgid "Failed to load resource."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/editor_node.cpp:1254
2016-05-19 06:19:26 +08:00
msgid "Can't load MeshLibrary for merging!"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/editor_node.cpp:1271
2016-05-19 06:19:26 +08:00
msgid "Error saving MeshLibrary!"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/editor_node.cpp:1289
2016-05-19 06:19:26 +08:00
msgid "Can't load TileSet for merging!"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/editor_node.cpp:1307
2016-05-19 06:19:26 +08:00
msgid "Error saving TileSet!"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/editor_node.cpp:1324
2016-05-04 21:35:39 +08:00
msgid "Can't open export templates zip."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/editor_node.cpp:1341
2016-05-04 21:35:39 +08:00
msgid "Loading Export Templates"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/editor_node.cpp:1371
2016-05-19 06:19:26 +08:00
msgid "Importing:"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/editor_node.cpp:1414
2016-05-04 21:35:39 +08:00
msgid "Error trying to save layout!"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/editor_node.cpp:1426
2016-05-04 21:35:39 +08:00
msgid "Default editor layout overridden."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/editor_node.cpp:1440
2016-05-04 21:35:39 +08:00
msgid "Layout name not found!"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/editor_node.cpp:1457
2016-05-19 06:19:26 +08:00
msgid "Restored default layout to base settings."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/editor_node.cpp:1736
2016-05-04 21:35:39 +08:00
msgid "Copy Params"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/editor_node.cpp:1737
2016-05-04 21:35:39 +08:00
msgid "Set Params"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/editor_node.cpp:1739
2016-05-04 21:35:39 +08:00
msgid "Paste Resource"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/editor_node.cpp:1741
2016-05-04 21:35:39 +08:00
msgid "Copy Resource"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/editor_node.cpp:1742
2016-05-04 21:35:39 +08:00
msgid "Make Built-In"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/editor_node.cpp:1745
2016-05-04 21:35:39 +08:00
msgid "Make Sub-Resources Unique"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/editor_node.cpp:1835
2016-05-19 06:19:26 +08:00
msgid "There is no defined scene to run."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/editor_node.cpp:1899
2016-05-19 06:19:26 +08:00
msgid "Current scene was never saved, please save it prior to running."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/editor_node.cpp:1927
2016-05-04 21:35:39 +08:00
msgid "Could not start subprocess!"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-19 06:19:26 +08:00
#: tools/editor/editor_node.cpp:2041
2016-05-04 21:35:39 +08:00
msgid "Open Scene"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-19 06:19:26 +08:00
#: tools/editor/editor_node.cpp:2041
2016-05-18 01:29:22 +08:00
msgid "Open Base Scene"
msgstr ""
2016-05-19 06:19:26 +08:00
#: tools/editor/editor_node.cpp:2048
2016-05-04 21:35:39 +08:00
msgid "Quick Open Scene.."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-19 06:19:26 +08:00
#: tools/editor/editor_node.cpp:2055
2016-05-04 21:35:39 +08:00
msgid "Quick Open Script.."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-21 07:18:35 +08:00
#: tools/editor/editor_node.cpp:2081
msgid "Yes"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-19 06:19:26 +08:00
#: tools/editor/editor_node.cpp:2083
2016-05-04 21:35:39 +08:00
msgid "Close scene? (Unsaved changes will be lost)"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-19 06:19:26 +08:00
#: tools/editor/editor_node.cpp:2160
2016-05-04 21:35:39 +08:00
msgid "Save Scene As.."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-19 06:19:26 +08:00
#: tools/editor/editor_node.cpp:2167
2016-05-04 21:35:39 +08:00
msgid "This scene has never been saved. Save before running?"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-19 06:19:26 +08:00
#: tools/editor/editor_node.cpp:2203
2016-05-04 21:35:39 +08:00
msgid "Please save the scene first."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-19 06:19:26 +08:00
#: tools/editor/editor_node.cpp:2214
2016-05-04 21:35:39 +08:00
msgid "Save Translatable Strings"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-19 06:19:26 +08:00
#: tools/editor/editor_node.cpp:2300
2016-05-04 21:35:39 +08:00
msgid "Export Mesh Library"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-19 06:19:26 +08:00
#: tools/editor/editor_node.cpp:2314
2016-05-04 21:35:39 +08:00
msgid "Export Tile Set"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-19 06:19:26 +08:00
#: tools/editor/editor_node.cpp:2345
2016-05-04 21:35:39 +08:00
msgid "Quit"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-19 06:19:26 +08:00
#: tools/editor/editor_node.cpp:2347
msgid "Exit the editor?"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-19 06:19:26 +08:00
#: tools/editor/editor_node.cpp:2363
2016-05-04 21:35:39 +08:00
msgid "Current scene not saved. Open anyway?"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-19 06:19:26 +08:00
#: tools/editor/editor_node.cpp:2415
msgid "Can't reload a scene that was never saved."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-19 06:19:26 +08:00
#: tools/editor/editor_node.cpp:2420
2016-05-04 21:35:39 +08:00
msgid "Revert"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-19 06:19:26 +08:00
#: tools/editor/editor_node.cpp:2421
2016-05-04 21:35:39 +08:00
msgid "This action cannot be undone. Revert anyway?"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-19 06:19:26 +08:00
#: tools/editor/editor_node.cpp:2631
2016-05-04 21:35:39 +08:00
msgid "Quick Run Scene.."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-21 07:18:35 +08:00
#: tools/editor/editor_node.cpp:3581
msgid "Ugh"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-19 06:19:26 +08:00
#: tools/editor/editor_node.cpp:3582
2016-05-04 21:35:39 +08:00
msgid "Error loading scene, it must be inside the project path. Use 'Import' to open the scene, then save it inside the project path."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-19 06:19:26 +08:00
#: tools/editor/editor_node.cpp:3611
2016-05-04 21:35:39 +08:00
msgid "Error loading scene."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-19 06:19:26 +08:00
#: tools/editor/editor_node.cpp:3644
msgid "Scene '%s' has broken dependencies:"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/editor_node.cpp:4604
2016-05-19 06:19:26 +08:00
msgid "Save Layout"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-19 06:19:26 +08:00
#: tools/editor/editor_node.cpp:4605
msgid "Delete Layout"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-19 06:19:26 +08:00
#: tools/editor/editor_node.cpp:4717
msgid "Switch Scene Tab"
2016-05-18 01:29:22 +08:00
msgstr ""
2016-05-19 06:19:26 +08:00
#: tools/editor/editor_node.cpp:4958
2016-05-21 22:34:56 +08:00
msgid "%d more file(s)"
2016-05-18 01:29:22 +08:00
msgstr ""
2016-05-19 06:19:26 +08:00
#: tools/editor/editor_node.cpp:4989
2016-05-21 22:34:56 +08:00
msgid "%d more file(s) or folder(s)"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-19 06:19:26 +08:00
#: tools/editor/editor_node.cpp:5433
2016-05-04 21:35:39 +08:00
msgid "Scene"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-19 06:19:26 +08:00
#: tools/editor/editor_node.cpp:5439
2016-05-04 21:35:39 +08:00
msgid "Go to previously opened scene."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-19 06:19:26 +08:00
#: tools/editor/editor_node.cpp:5450
2016-05-04 21:35:39 +08:00
msgid "Operations with scene files."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-19 06:19:26 +08:00
#: tools/editor/editor_node.cpp:5452
2016-05-04 21:35:39 +08:00
msgid "New Scene"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-19 06:19:26 +08:00
#: tools/editor/editor_node.cpp:5453
2016-05-04 21:35:39 +08:00
msgid "New Inherited Scene.."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-19 06:19:26 +08:00
#: tools/editor/editor_node.cpp:5454
2016-05-04 21:35:39 +08:00
msgid "Open Scene.."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-19 06:19:26 +08:00
#: tools/editor/editor_node.cpp:5456
2016-05-04 21:35:39 +08:00
msgid "Save Scene"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-19 06:19:26 +08:00
#: tools/editor/editor_node.cpp:5459
2016-05-04 21:35:39 +08:00
msgid "Close Scene"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-19 06:19:26 +08:00
#: tools/editor/editor_node.cpp:5461
2016-05-04 21:35:39 +08:00
msgid "Close Goto Prev. Scene"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-19 06:19:26 +08:00
#: tools/editor/editor_node.cpp:5462
2016-05-04 21:35:39 +08:00
msgid "Open Recent"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-21 07:18:35 +08:00
#: tools/editor/editor_node.cpp:5466
msgid "Quick Search File.."
msgstr ""
2016-05-19 06:19:26 +08:00
#: tools/editor/editor_node.cpp:5472
2016-05-04 21:35:39 +08:00
msgid "Convert To.."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-19 06:19:26 +08:00
#: tools/editor/editor_node.cpp:5473
2016-05-04 21:35:39 +08:00
msgid "Translatable Strings.."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-19 06:19:26 +08:00
#: tools/editor/editor_node.cpp:5475
2016-05-04 21:35:39 +08:00
msgid "MeshLibrary.."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-19 06:19:26 +08:00
#: tools/editor/editor_node.cpp:5476
2016-05-04 21:35:39 +08:00
msgid "TileSet.."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-19 06:19:26 +08:00
#: tools/editor/editor_node.cpp:5481
2016-05-04 21:35:39 +08:00
msgid "Redo"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-19 06:19:26 +08:00
#: tools/editor/editor_node.cpp:5483
2016-05-04 21:35:39 +08:00
msgid "Run Script"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-19 06:19:26 +08:00
#: tools/editor/editor_node.cpp:5485
2016-05-04 21:35:39 +08:00
msgid "Project Settings"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-19 06:19:26 +08:00
#: tools/editor/editor_node.cpp:5487
2016-05-04 21:35:39 +08:00
msgid "Revert Scene"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-19 06:19:26 +08:00
#: tools/editor/editor_node.cpp:5490
2016-05-04 21:35:39 +08:00
msgid "Quit to Project List"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-19 06:19:26 +08:00
#: tools/editor/editor_node.cpp:5543
2016-05-04 21:35:39 +08:00
msgid "Import assets to the project."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-19 06:19:26 +08:00
#: tools/editor/editor_node.cpp:5552
msgid "Miscellaneous project or scene-wide tools."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-19 06:19:26 +08:00
#: tools/editor/editor_node.cpp:5553
2016-05-04 21:35:39 +08:00
msgid "Tools"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-19 06:19:26 +08:00
#: tools/editor/editor_node.cpp:5563
2016-05-04 21:35:39 +08:00
msgid "Export the project to many platforms."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-19 06:19:26 +08:00
#: tools/editor/editor_node.cpp:5597
2016-05-04 21:35:39 +08:00
msgid "Play the project (F5)."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-19 06:19:26 +08:00
#: tools/editor/editor_node.cpp:5615
2016-05-04 21:35:39 +08:00
msgid "Stop the scene (F8)."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-19 06:19:26 +08:00
#: tools/editor/editor_node.cpp:5635
2016-05-04 21:35:39 +08:00
msgid "Play the edited scene (F6)."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-19 06:19:26 +08:00
#: tools/editor/editor_node.cpp:5643
msgid "Play custom scene"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-19 06:19:26 +08:00
#: tools/editor/editor_node.cpp:5652
msgid "Debug options"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-19 06:19:26 +08:00
#: tools/editor/editor_node.cpp:5655
2016-05-04 21:35:39 +08:00
msgid "Live Editing"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-19 06:19:26 +08:00
#: tools/editor/editor_node.cpp:5656
2016-05-04 21:35:39 +08:00
msgid "File Server"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-19 06:19:26 +08:00
#: tools/editor/editor_node.cpp:5658
2016-05-04 21:35:39 +08:00
msgid "Deploy Remote Debug"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-19 06:19:26 +08:00
#: tools/editor/editor_node.cpp:5659
2016-05-04 21:35:39 +08:00
msgid "Deploy File Server Clients"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-19 06:19:26 +08:00
#: tools/editor/editor_node.cpp:5661
2016-05-04 21:35:39 +08:00
msgid "Visible Collision Shapes"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-19 06:19:26 +08:00
#: tools/editor/editor_node.cpp:5662
2016-05-04 21:35:39 +08:00
msgid "Visible Navigation"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-19 06:19:26 +08:00
#: tools/editor/editor_node.cpp:5725
2016-05-04 21:35:39 +08:00
msgid "Settings"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-19 06:19:26 +08:00
#: tools/editor/editor_node.cpp:5738
2016-05-04 21:35:39 +08:00
msgid "Editor Layout"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-19 06:19:26 +08:00
#: tools/editor/editor_node.cpp:5740
2016-05-04 21:35:39 +08:00
msgid "Install Export Templates"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-19 06:19:26 +08:00
#: tools/editor/editor_node.cpp:5742
2016-05-04 21:35:39 +08:00
msgid "About"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-19 06:19:26 +08:00
#: tools/editor/editor_node.cpp:5754
2016-05-04 21:35:39 +08:00
msgid "Alerts when an external resource has changed."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-19 06:19:26 +08:00
#: tools/editor/editor_node.cpp:5757
2016-05-04 21:35:39 +08:00
msgid "Spins when the editor window repaints!"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-19 06:19:26 +08:00
#: tools/editor/editor_node.cpp:5761
2016-05-04 21:35:39 +08:00
msgid "Update Always"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-19 06:19:26 +08:00
#: tools/editor/editor_node.cpp:5762
2016-05-04 21:35:39 +08:00
msgid "Update Changes"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-19 06:19:26 +08:00
#: tools/editor/editor_node.cpp:5816
2016-05-04 21:35:39 +08:00
msgid "Inspector"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-19 06:19:26 +08:00
#: tools/editor/editor_node.cpp:5824
msgid "Create a new resource in memory and edit it."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-19 06:19:26 +08:00
#: tools/editor/editor_node.cpp:5831
msgid "Load an existing resource from disk and edit it."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-19 06:19:26 +08:00
#: tools/editor/editor_node.cpp:5838
msgid "Save the currently edited resource."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-19 06:19:26 +08:00
#: tools/editor/editor_node.cpp:5842
2016-05-04 21:35:39 +08:00
msgid "Save As.."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-19 06:19:26 +08:00
#: tools/editor/editor_node.cpp:5852
2016-05-04 21:35:39 +08:00
msgid "Go to the previous edited object in history."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-19 06:19:26 +08:00
#: tools/editor/editor_node.cpp:5860
2016-05-04 21:35:39 +08:00
msgid "Go to the next edited object in history."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-19 06:19:26 +08:00
#: tools/editor/editor_node.cpp:5867
msgid "History of recently edited objects."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-19 06:19:26 +08:00
#: tools/editor/editor_node.cpp:5891
2016-05-04 21:35:39 +08:00
msgid "Object properties."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-19 06:19:26 +08:00
#: tools/editor/editor_node.cpp:5929
2016-05-04 21:35:39 +08:00
msgid "FileSystem"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-19 06:19:26 +08:00
#: tools/editor/editor_node.cpp:5967
2016-05-04 21:35:39 +08:00
msgid "Output"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-19 06:19:26 +08:00
#: tools/editor/editor_node.cpp:6088
msgid "Thanks from the Godot community!"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-19 06:19:26 +08:00
#: tools/editor/editor_node.cpp:6090
2016-05-04 21:35:39 +08:00
msgid "Thanks!"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-19 06:19:26 +08:00
#: tools/editor/editor_node.cpp:6108
msgid "Import Templates From ZIP File"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-19 06:19:26 +08:00
#: tools/editor/editor_node.cpp:6128
2016-05-04 21:35:39 +08:00
msgid "Export Library"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-19 06:19:26 +08:00
#: tools/editor/editor_node.cpp:6132
2016-05-04 21:35:39 +08:00
msgid "Merge With Existing"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-19 06:19:26 +08:00
#: tools/editor/editor_node.cpp:6147
2016-05-04 21:35:39 +08:00
msgid "Open & Run a Script"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-19 06:19:26 +08:00
#: tools/editor/editor_node.cpp:6344
2016-05-04 21:35:39 +08:00
msgid "Load Errors"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/call_dialog.cpp:242
2016-05-19 06:19:26 +08:00
msgid "Method List For '%s':"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/call_dialog.cpp:256
2016-05-04 21:35:39 +08:00
msgid "Call"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/call_dialog.cpp:294
2016-05-04 21:35:39 +08:00
msgid "Method List:"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/call_dialog.cpp:301
2016-05-04 21:35:39 +08:00
msgid "Arguments:"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/call_dialog.cpp:308
2016-05-04 21:35:39 +08:00
msgid "Return:"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/pvrtc_compress.cpp:96
2016-05-19 06:19:26 +08:00
msgid "Could not execute PVRTC tool:"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/pvrtc_compress.cpp:102
2016-05-19 06:19:26 +08:00
msgid "Can't load back converted image using PVRTC tool:"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/array_property_edit.cpp:67
2016-05-04 21:35:39 +08:00
msgid "Resize Array"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/array_property_edit.cpp:112
2016-05-04 21:35:39 +08:00
msgid "Change Array Value Type"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/array_property_edit.cpp:129
2016-05-04 21:35:39 +08:00
msgid "Change Array Value"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/editor_help.cpp:334
2016-05-04 21:35:39 +08:00
msgid "Search Classes"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/editor_help.cpp:522
2016-05-19 06:19:26 +08:00
msgid "Class List:"
msgstr ""
#: tools/editor/editor_help.cpp:759
msgid "Inherited by:"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/editor_help.cpp:790
2016-05-04 21:35:39 +08:00
msgid "Brief Description:"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/editor_help.cpp:813
2016-05-04 21:35:39 +08:00
msgid "Public Methods:"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/editor_help.cpp:898
2016-05-04 21:35:39 +08:00
msgid "Members:"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/editor_help.cpp:942
2016-05-04 21:35:39 +08:00
msgid "GUI Theme Items:"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/editor_help.cpp:984
2016-05-04 21:35:39 +08:00
msgid "Signals:"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/editor_help.cpp:1049
2016-05-04 21:35:39 +08:00
msgid "Constants:"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/editor_help.cpp:1115
2016-05-04 21:35:39 +08:00
msgid "Method Description:"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/editor_help.cpp:1653
2016-05-04 21:35:39 +08:00
msgid "Search Text"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/project_manager.cpp:69
2016-05-19 06:19:26 +08:00
msgid "Invalid project path, the path must exist!"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/project_manager.cpp:78
2016-05-19 06:19:26 +08:00
msgid "Invalid project path, engine.cfg must not exist."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/project_manager.cpp:87
2016-05-19 06:19:26 +08:00
msgid "Invalid project path, engine.cfg must exist."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/project_manager.cpp:112
2016-05-04 21:35:39 +08:00
msgid "Imported Project"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/project_manager.cpp:173
2016-05-19 06:19:26 +08:00
msgid "Invalid project path (changed anything?)."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/project_manager.cpp:183
2016-05-19 06:19:26 +08:00
msgid "Couldn't create engine.cfg in project path."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/project_manager.cpp:248
2016-05-04 21:35:39 +08:00
msgid "Import Existing Project"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/project_manager.cpp:250
2016-05-19 06:19:26 +08:00
msgid "Project Path (Must Exist):"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/project_manager.cpp:251
2016-05-04 21:35:39 +08:00
msgid "Project Name:"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/project_manager.cpp:258
2016-05-04 21:35:39 +08:00
msgid "Create New Project"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/project_manager.cpp:260
2016-05-04 21:35:39 +08:00
msgid "Project Path:"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/project_manager.cpp:295
2016-05-04 21:35:39 +08:00
msgid "Browse"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/project_manager.cpp:308
2016-05-04 21:35:39 +08:00
msgid "New Game Project"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/project_manager.cpp:312
2016-05-04 21:35:39 +08:00
msgid "That's a BINGO!"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/project_manager.cpp:539
2016-05-04 21:35:39 +08:00
msgid "Unnamed Project"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/project_manager.cpp:651
2016-05-04 21:35:39 +08:00
msgid "Are you sure to open more than one projects?"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/project_manager.cpp:691
2016-05-04 21:35:39 +08:00
msgid "Are you sure to run more than one projects?"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/project_manager.cpp:791
2016-05-19 06:19:26 +08:00
msgid "Remove project from the list? (Folder contents will not be modified)"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/project_manager.cpp:873
2016-05-04 21:35:39 +08:00
msgid "Recent Projects:"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/project_manager.cpp:906
2016-05-04 21:35:39 +08:00
msgid "Edit"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/project_manager.cpp:912
2016-05-04 21:35:39 +08:00
msgid "Run"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/project_manager.cpp:920
2016-05-04 21:35:39 +08:00
msgid "Scan"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/project_manager.cpp:935
2016-05-04 21:35:39 +08:00
msgid "New Project"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/project_manager.cpp:955
2016-05-04 21:35:39 +08:00
msgid "Exit"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/scene_tree_dock.cpp:69
2016-05-19 06:19:26 +08:00
msgid "OK :("
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/scene_tree_dock.cpp:70
2016-05-04 21:35:39 +08:00
msgid "No parent to instance a child at."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-19 06:19:26 +08:00
#: tools/editor/scene_tree_dock.cpp:101
msgid "Error loading scene from %s"
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/scene_tree_dock.cpp:113
2016-05-19 06:19:26 +08:00
msgid "Error instancing scene from %s"
2016-05-18 01:29:22 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/scene_tree_dock.cpp:124
2016-05-04 21:35:39 +08:00
msgid "Ok"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/scene_tree_dock.cpp:125
2016-05-19 06:19:26 +08:00
msgid "Cannot instance the scene '%s' because the current scene exists within one of its nodes."
2016-05-18 01:29:22 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/scene_tree_dock.cpp:148
2016-05-18 01:29:22 +08:00
msgid "Instance Scene(s)"
msgstr ""
2016-05-21 07:18:35 +08:00
#: tools/editor/scene_tree_dock.cpp:311
msgid "This operation can't be done on the tree root."
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/scene_tree_dock.cpp:344
2016-05-04 21:35:39 +08:00
msgid "Move Node In Parent"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/scene_tree_dock.cpp:345
2016-05-04 21:35:39 +08:00
msgid "Move Nodes In Parent"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/scene_tree_dock.cpp:391
2016-05-04 21:35:39 +08:00
msgid "Duplicate Node(s)"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/scene_tree_dock.cpp:540
2016-05-04 21:35:39 +08:00
msgid "Delete Node(s)?"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-21 07:18:35 +08:00
#: tools/editor/scene_tree_dock.cpp:551
msgid "This operation can't be done without a scene."
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/scene_tree_dock.cpp:560
2016-05-04 21:35:39 +08:00
msgid "This operation requires a single selected node."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-21 07:18:35 +08:00
#: tools/editor/scene_tree_dock.cpp:569
msgid "This operation can't be done on instanced scenes."
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/scene_tree_dock.cpp:591
2016-05-04 21:35:39 +08:00
msgid "Save New Scene As.."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 05:49:42 +08:00
#: tools/editor/scene_tree_dock.cpp:959
2016-05-04 21:35:39 +08:00
msgid "Makes Sense!"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 05:49:42 +08:00
#: tools/editor/scene_tree_dock.cpp:960
2016-05-04 21:35:39 +08:00
msgid "Can't operate on nodes from a foreign scene!"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 05:49:42 +08:00
#: tools/editor/scene_tree_dock.cpp:969
2016-05-04 21:35:39 +08:00
msgid "Can't operate on nodes the current scene inherits from!"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 05:49:42 +08:00
#: tools/editor/scene_tree_dock.cpp:1163
2016-05-04 21:35:39 +08:00
msgid "Remove Node(s)"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 05:49:42 +08:00
#: tools/editor/scene_tree_dock.cpp:1276
2016-05-04 21:35:39 +08:00
msgid "Create Node"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 05:49:42 +08:00
#: tools/editor/scene_tree_dock.cpp:1448
2016-05-04 21:35:39 +08:00
msgid "Couldn't save new scene. Likely dependencies (instances) couldn't be satisfied."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 05:49:42 +08:00
#: tools/editor/scene_tree_dock.cpp:1463
2016-05-04 21:35:39 +08:00
msgid "Error saving scene."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 05:49:42 +08:00
#: tools/editor/scene_tree_dock.cpp:1470
2016-05-04 21:35:39 +08:00
msgid "Error duplicating scene to save it."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 05:49:42 +08:00
#: tools/editor/scene_tree_dock.cpp:1661
2016-05-18 01:29:22 +08:00
msgid "New Scene Root"
msgstr ""
2016-05-18 05:49:42 +08:00
#: tools/editor/scene_tree_dock.cpp:1662
2016-05-18 01:29:22 +08:00
msgid "Inherit Scene"
msgstr ""
2016-05-18 05:49:42 +08:00
#: tools/editor/scene_tree_dock.cpp:1679
2016-05-18 01:29:22 +08:00
msgid "Add Child Node"
msgstr ""
2016-05-18 05:49:42 +08:00
#: tools/editor/scene_tree_dock.cpp:1680
2016-05-18 01:29:22 +08:00
msgid "Instance Child Scene"
msgstr ""
2016-05-18 05:49:42 +08:00
#: tools/editor/scene_tree_dock.cpp:1682
2016-05-18 01:29:22 +08:00
msgid "Change Type"
msgstr ""
2016-05-18 05:49:42 +08:00
#: tools/editor/scene_tree_dock.cpp:1684
2016-05-18 01:29:22 +08:00
msgid "Edit Groups"
msgstr ""
2016-05-18 05:49:42 +08:00
#: tools/editor/scene_tree_dock.cpp:1685
2016-05-18 01:29:22 +08:00
msgid "Edit Connections"
msgstr ""
2016-05-18 05:49:42 +08:00
#: tools/editor/scene_tree_dock.cpp:1687
2016-05-18 01:29:22 +08:00
msgid "Add Script"
msgstr ""
2016-05-21 07:18:35 +08:00
#: tools/editor/scene_tree_dock.cpp:1691
msgid "Move Up"
msgstr ""
#: tools/editor/scene_tree_dock.cpp:1692
msgid "Move Down"
msgstr ""
#: tools/editor/scene_tree_dock.cpp:1693
msgid "Duplicate"
msgstr ""
2016-05-18 05:49:42 +08:00
#: tools/editor/scene_tree_dock.cpp:1698
2016-05-18 01:29:22 +08:00
msgid "Save Branch as Scene"
msgstr ""
2016-05-18 05:49:42 +08:00
#: tools/editor/scene_tree_dock.cpp:1702
2016-05-18 01:29:22 +08:00
msgid "Delete Node(s)"
msgstr ""
2016-05-21 07:18:35 +08:00
#: tools/editor/scene_tree_dock.cpp:1771
msgid "Add/Create a New Node"
msgstr ""
2016-05-18 05:49:42 +08:00
#: tools/editor/scene_tree_dock.cpp:1777
msgid "Instance a scene file as a Node. Creates an inherited scene if no root node exists."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/create_dialog.cpp:254
2016-05-19 06:19:26 +08:00
msgid "Create New"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/rich_text_editor_plugin.cpp:110
2016-05-19 06:19:26 +08:00
msgid "Parse BBCode"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/sample_library_editor_plugin.cpp:56
2016-05-04 21:35:39 +08:00
msgid "Open Sample File(s)"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/sample_library_editor_plugin.cpp:77
2016-05-04 21:35:39 +08:00
msgid "ERROR: Couldn't load sample!"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/sample_library_editor_plugin.cpp:92
2016-05-04 21:35:39 +08:00
msgid "Add Sample"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/sample_library_editor_plugin.cpp:117
2016-05-04 21:35:39 +08:00
msgid "Stop"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/sample_library_editor_plugin.cpp:130
2016-05-04 21:35:39 +08:00
msgid "Play"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/sample_library_editor_plugin.cpp:172
2016-05-04 21:35:39 +08:00
msgid "Rename Sample"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/sample_library_editor_plugin.cpp:202
2016-05-04 21:35:39 +08:00
msgid "Delete Sample"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-21 07:18:35 +08:00
#: tools/editor/plugins/sample_library_editor_plugin.cpp:251
msgid "16 Bits"
msgstr ""
#: tools/editor/plugins/sample_library_editor_plugin.cpp:251
msgid "8 Bits"
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/sample_library_editor_plugin.cpp:251
2016-05-19 06:19:26 +08:00
msgid "Stereo"
msgstr ""
#: tools/editor/plugins/sample_library_editor_plugin.cpp:251
msgid "Mono"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/sample_library_editor_plugin.cpp:457
2016-05-04 21:35:39 +08:00
msgid "Preview"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-21 07:18:35 +08:00
#: tools/editor/plugins/sample_library_editor_plugin.cpp:460
msgid "Pitch"
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/collision_polygon_editor_plugin.cpp:95
2016-05-04 21:35:39 +08:00
msgid "Create Poly3D"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/collision_polygon_editor_plugin.cpp:203
2016-05-04 21:35:39 +08:00
msgid "Edit Poly"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/collision_polygon_editor_plugin.cpp:319
2016-05-04 21:35:39 +08:00
msgid "Edit Poly (Remove Point)"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/animation_player_editor_plugin.cpp:147
2016-05-04 21:35:39 +08:00
msgid "Toggle Autoplay"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/animation_player_editor_plugin.cpp:320
2016-05-04 21:35:39 +08:00
msgid "New Animation Name:"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/animation_player_editor_plugin.cpp:323
2016-05-04 21:35:39 +08:00
msgid "New Anim"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/animation_player_editor_plugin.cpp:348
2016-05-04 21:35:39 +08:00
msgid "Change Animation Name:"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/animation_player_editor_plugin.cpp:452
2016-05-04 21:35:39 +08:00
msgid "Remove Animation"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/animation_player_editor_plugin.cpp:488
2016-05-04 21:35:39 +08:00
msgid "ERROR: Invalid animation name!"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/animation_player_editor_plugin.cpp:499
2016-05-19 06:19:26 +08:00
msgid "ERROR: Animation name already exists!"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/animation_player_editor_plugin.cpp:508
2016-05-04 21:35:39 +08:00
msgid "Rename Animation"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/animation_player_editor_plugin.cpp:524
2016-05-04 21:35:39 +08:00
msgid "Add Animation"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/animation_player_editor_plugin.cpp:546
2016-05-18 01:29:22 +08:00
msgid "Blend Next Changed"
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/animation_player_editor_plugin.cpp:629
2016-05-04 21:35:39 +08:00
msgid "Change Blend Time"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/animation_player_editor_plugin.cpp:741
2016-05-04 21:35:39 +08:00
msgid "Load Animation"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/animation_player_editor_plugin.cpp:934
2016-05-04 21:35:39 +08:00
msgid "Duplicate Animation"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/animation_player_editor_plugin.cpp:1133
2016-05-04 21:35:39 +08:00
msgid "ERROR: No animation to copy!"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/animation_player_editor_plugin.cpp:1148
2016-05-04 21:35:39 +08:00
msgid "ERROR: No animation resource on clipboard!"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/animation_player_editor_plugin.cpp:1155
2016-05-04 21:35:39 +08:00
msgid "Pasted Animation"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/animation_player_editor_plugin.cpp:1166
2016-05-04 21:35:39 +08:00
msgid "Paste Animation"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/animation_player_editor_plugin.cpp:1180
2016-05-04 21:35:39 +08:00
msgid "ERROR: No animation to edit!"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/animation_player_editor_plugin.cpp:1309
2016-05-19 06:19:26 +08:00
msgid "Play selected animation backwards from current pos. (A)"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/animation_player_editor_plugin.cpp:1313
2016-05-19 06:19:26 +08:00
msgid "Play selected animation backwards from end. (Shift+A)"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/animation_player_editor_plugin.cpp:1319
2016-05-04 21:35:39 +08:00
msgid "Stop animation playback. (S)"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/animation_player_editor_plugin.cpp:1322
2016-05-04 21:35:39 +08:00
msgid "Play selected animation from start. (Shift+D)"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/animation_player_editor_plugin.cpp:1327
2016-05-04 21:35:39 +08:00
msgid "Play selected animation from current pos. (D)"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/animation_player_editor_plugin.cpp:1340
2016-05-04 21:35:39 +08:00
msgid "Animation position (in seconds)."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/animation_player_editor_plugin.cpp:1348
2016-05-04 21:35:39 +08:00
msgid "Scale animation playback globally for the node."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/animation_player_editor_plugin.cpp:1353
2016-05-04 21:35:39 +08:00
msgid "Create new animation in player."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/animation_player_editor_plugin.cpp:1359
2016-05-04 21:35:39 +08:00
msgid "Load an animation from disk."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/animation_player_editor_plugin.cpp:1363
2016-05-04 21:35:39 +08:00
msgid "Save the current animation"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/animation_player_editor_plugin.cpp:1390
2016-05-04 21:35:39 +08:00
msgid "Display list of animations in player."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/animation_player_editor_plugin.cpp:1394
2016-05-19 06:19:26 +08:00
msgid "Autoplay on Load"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/animation_player_editor_plugin.cpp:1400
2016-05-04 21:35:39 +08:00
msgid "Edit Target Blend Times"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/animation_player_editor_plugin.cpp:1404
2016-05-04 21:35:39 +08:00
msgid "Animation Tools"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/animation_player_editor_plugin.cpp:1405
2016-05-04 21:35:39 +08:00
msgid "Copy Animation"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/animation_player_editor_plugin.cpp:1428
2016-05-04 21:35:39 +08:00
msgid "Create New Animation"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/animation_player_editor_plugin.cpp:1439
2016-05-04 21:35:39 +08:00
msgid "Animation Name:"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/animation_player_editor_plugin.cpp:1462
2016-05-19 06:19:26 +08:00
msgid "Blend Times:"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/animation_player_editor_plugin.cpp:1464
2016-05-04 21:35:39 +08:00
msgid "Next (Auto Queue):"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/animation_player_editor_plugin.cpp:1465
2016-05-04 21:35:39 +08:00
msgid "Cross-Animation Blend Times"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/light_occluder_2d_editor_plugin.cpp:60
2016-05-04 21:35:39 +08:00
msgid "Create Poly"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/light_occluder_2d_editor_plugin.cpp:396
2016-05-04 21:35:39 +08:00
msgid "Create Occluder Polygon"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/light_occluder_2d_editor_plugin.cpp:424
2016-05-21 07:18:35 +08:00
msgid "Create a new polygon from scratch."
msgstr ""
#: tools/editor/plugins/light_occluder_2d_editor_plugin.cpp:430
msgid "Edit existing polygon:"
msgstr ""
#: tools/editor/plugins/light_occluder_2d_editor_plugin.cpp:430
msgid "LMB: Move Point."
msgstr ""
#: tools/editor/plugins/light_occluder_2d_editor_plugin.cpp:430
msgid "Ctrl+LMB: Split Segment."
msgstr ""
#: tools/editor/plugins/light_occluder_2d_editor_plugin.cpp:430
msgid "RMB: Erase Point."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/canvas_item_editor_plugin.cpp:65
2016-05-04 21:35:39 +08:00
msgid "Configure Snap"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/canvas_item_editor_plugin.cpp:77
2016-05-04 21:35:39 +08:00
msgid "Grid Offset:"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/canvas_item_editor_plugin.cpp:94
2016-05-04 21:35:39 +08:00
msgid "Grid Step:"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/canvas_item_editor_plugin.cpp:117
2016-05-04 21:35:39 +08:00
msgid "Rotation Offset:"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/canvas_item_editor_plugin.cpp:128
2016-05-04 21:35:39 +08:00
msgid "Rotation Step:"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/canvas_item_editor_plugin.cpp:161
2016-05-04 21:35:39 +08:00
msgid "Move Pivot"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/canvas_item_editor_plugin.cpp:650
2016-05-04 21:35:39 +08:00
msgid "Move Action"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/canvas_item_editor_plugin.cpp:1198
2016-05-04 21:35:39 +08:00
msgid "Edit IK Chain"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/canvas_item_editor_plugin.cpp:1214
2016-05-04 21:35:39 +08:00
msgid "Edit CanvasItem"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/canvas_item_editor_plugin.cpp:2467
2016-05-04 21:35:39 +08:00
msgid "Change Anchors"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/canvas_item_editor_plugin.cpp:2546
2016-05-04 21:35:39 +08:00
msgid "Zoom (%):"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/canvas_item_editor_plugin.cpp:2901
2016-05-04 21:35:39 +08:00
msgid "Paste Pose"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-19 06:19:26 +08:00
#: tools/editor/plugins/canvas_item_editor_plugin.cpp:3288
msgid "Select Mode (Q)"
msgstr ""
#: tools/editor/plugins/canvas_item_editor_plugin.cpp:3288
msgid "Drag: Rotate"
msgstr ""
#: tools/editor/plugins/canvas_item_editor_plugin.cpp:3288
msgid "Alt+Drag: Move"
msgstr ""
#: tools/editor/plugins/canvas_item_editor_plugin.cpp:3288
msgid "Press 'v' to Change Pivot, 'Shift+v' to Drag Pivot (while moving)."
msgstr ""
#: tools/editor/plugins/canvas_item_editor_plugin.cpp:3288
msgid "Alt+RMB: Depth list selection"
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/canvas_item_editor_plugin.cpp:3295
2016-05-04 21:35:39 +08:00
msgid "Move Mode (W)"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/canvas_item_editor_plugin.cpp:3301
2016-05-04 21:35:39 +08:00
msgid "Rotate Mode (E)"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-19 06:19:26 +08:00
#: tools/editor/plugins/canvas_item_editor_plugin.cpp:3309
msgid "Show a list of all objects at the position clicked\n(same as Alt+RMB in select mode)."
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/canvas_item_editor_plugin.cpp:3315
2016-05-19 06:19:26 +08:00
msgid "Click to change object's rotation pivot."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/canvas_item_editor_plugin.cpp:3321
2016-05-04 21:35:39 +08:00
msgid "Pan Mode"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-19 06:19:26 +08:00
#: tools/editor/plugins/canvas_item_editor_plugin.cpp:3329
msgid "Lock the selected object in place (can't be moved)."
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/canvas_item_editor_plugin.cpp:3334
2016-05-04 21:35:39 +08:00
msgid "Unlock the selected object (can be moved)."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-19 06:19:26 +08:00
#: tools/editor/plugins/canvas_item_editor_plugin.cpp:3339
msgid "Makes sure the object's children are not selectable."
msgstr ""
#: tools/editor/plugins/canvas_item_editor_plugin.cpp:3344
msgid "Restores the object's children's ability to be selected."
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/canvas_item_editor_plugin.cpp:3355
2016-05-04 21:35:39 +08:00
msgid "Use Snap"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/canvas_item_editor_plugin.cpp:3356
2016-05-04 21:35:39 +08:00
msgid "Show Grid"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/canvas_item_editor_plugin.cpp:3357
2016-05-04 21:35:39 +08:00
msgid "Use Rotation Snap"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/canvas_item_editor_plugin.cpp:3358
2016-05-04 21:35:39 +08:00
msgid "Snap Relative"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/canvas_item_editor_plugin.cpp:3359
2016-05-04 21:35:39 +08:00
msgid "Configure Snap.."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/canvas_item_editor_plugin.cpp:3361
2016-05-04 21:35:39 +08:00
msgid "Use Pixel Snap"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/canvas_item_editor_plugin.cpp:3363
2016-05-04 21:35:39 +08:00
msgid "Expand to Parent"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/canvas_item_editor_plugin.cpp:3365
2016-05-04 21:35:39 +08:00
msgid "Skeleton.."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/canvas_item_editor_plugin.cpp:3369
2016-05-04 21:35:39 +08:00
msgid "Make Bones"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/canvas_item_editor_plugin.cpp:3370
2016-05-04 21:35:39 +08:00
msgid "Clear Bones"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/canvas_item_editor_plugin.cpp:3372
2016-05-04 21:35:39 +08:00
msgid "Make IK Chain"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/canvas_item_editor_plugin.cpp:3373
2016-05-04 21:35:39 +08:00
msgid "Clear IK Chain"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/canvas_item_editor_plugin.cpp:3384
2016-05-04 21:35:39 +08:00
msgid "View"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/canvas_item_editor_plugin.cpp:3390
2016-05-04 21:35:39 +08:00
msgid "Zoom In"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/canvas_item_editor_plugin.cpp:3391
2016-05-04 21:35:39 +08:00
msgid "Zoom Out"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/canvas_item_editor_plugin.cpp:3392
2016-05-04 21:35:39 +08:00
msgid "Zoom Reset"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/canvas_item_editor_plugin.cpp:3393
2016-05-04 21:35:39 +08:00
msgid "Zoom Set.."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/canvas_item_editor_plugin.cpp:3395
2016-05-04 21:35:39 +08:00
msgid "Center Selection"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/canvas_item_editor_plugin.cpp:3396
2016-05-04 21:35:39 +08:00
msgid "Frame Selection"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/canvas_item_editor_plugin.cpp:3399
2016-05-04 21:35:39 +08:00
msgid "Anchor"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/canvas_item_editor_plugin.cpp:3439
2016-05-19 06:19:26 +08:00
msgid "Insert Keys (Ins)"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/canvas_item_editor_plugin.cpp:3450
2016-05-04 21:35:39 +08:00
msgid "Insert Key"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/canvas_item_editor_plugin.cpp:3451
2016-05-04 21:35:39 +08:00
msgid "Insert Key (Existing Tracks)"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/canvas_item_editor_plugin.cpp:3453
2016-05-04 21:35:39 +08:00
msgid "Copy Pose"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/canvas_item_editor_plugin.cpp:3455
2016-05-04 21:35:39 +08:00
msgid "Clear Pose"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/canvas_item_editor_plugin.cpp:3462
2016-05-04 21:35:39 +08:00
msgid "Set a Value"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/canvas_item_editor_plugin.cpp:3467
2016-05-04 21:35:39 +08:00
msgid "Snap (Pixels):"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/tile_map_editor_plugin.cpp:584
2016-05-04 21:35:39 +08:00
msgid "Paint TileMap"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/tile_map_editor_plugin.cpp:728
2016-05-04 21:35:39 +08:00
msgid "Erase TileMap"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-21 07:18:35 +08:00
#: tools/editor/plugins/tile_map_editor_plugin.cpp:1321
msgid "Bucket"
msgstr ""
#: tools/editor/plugins/tile_map_editor_plugin.cpp:1323
msgid "Pick Tile"
msgstr ""
#: tools/editor/plugins/tile_map_editor_plugin.cpp:1325
msgid "Select"
msgstr ""
#: tools/editor/plugins/tile_map_editor_plugin.cpp:1327
msgid "Erase Selection"
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/tile_map_editor_plugin.cpp:1337
2016-05-04 21:35:39 +08:00
msgid "Transpose"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/tile_map_editor_plugin.cpp:1343
2016-05-04 21:35:39 +08:00
msgid "Mirror X (A)"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/tile_map_editor_plugin.cpp:1349
2016-05-04 21:35:39 +08:00
msgid "Mirror Y (S)"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/tile_map_editor_plugin.cpp:1358
2016-05-04 21:35:39 +08:00
msgid "Rotate 0 degrees"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/tile_map_editor_plugin.cpp:1364
2016-05-04 21:35:39 +08:00
msgid "Rotate 90 degrees"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/tile_map_editor_plugin.cpp:1370
2016-05-04 21:35:39 +08:00
msgid "Rotate 180 degrees"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/tile_map_editor_plugin.cpp:1376
2016-05-04 21:35:39 +08:00
msgid "Rotate 270 degrees"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/animation_tree_editor_plugin.cpp:277
2016-05-04 21:35:39 +08:00
msgid "New name:"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/animation_tree_editor_plugin.cpp:317
2016-05-04 21:35:39 +08:00
msgid "Scale:"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/animation_tree_editor_plugin.cpp:326
2016-05-04 21:35:39 +08:00
msgid "Fade In (s):"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/animation_tree_editor_plugin.cpp:332
2016-05-04 21:35:39 +08:00
msgid "Fade Out (s):"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/animation_tree_editor_plugin.cpp:340
2016-05-04 21:35:39 +08:00
msgid "Blend"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/animation_tree_editor_plugin.cpp:341
2016-05-04 21:35:39 +08:00
msgid "Mix"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/animation_tree_editor_plugin.cpp:347
2016-05-04 21:35:39 +08:00
msgid "Auto Restart:"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/animation_tree_editor_plugin.cpp:352
2016-05-04 21:35:39 +08:00
msgid "Restart (s):"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/animation_tree_editor_plugin.cpp:358
2016-05-04 21:35:39 +08:00
msgid "Random Restart (s):"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/animation_tree_editor_plugin.cpp:369
2016-05-04 21:35:39 +08:00
msgid "Start!"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/animation_tree_editor_plugin.cpp:379
2016-05-04 21:35:39 +08:00
msgid "Amount:"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/animation_tree_editor_plugin.cpp:391
2016-05-04 21:35:39 +08:00
msgid "Blend:"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/animation_tree_editor_plugin.cpp:419
2016-05-04 21:35:39 +08:00
msgid "Blend 0:"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/animation_tree_editor_plugin.cpp:427
2016-05-04 21:35:39 +08:00
msgid "Blend 1:"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/animation_tree_editor_plugin.cpp:442
2016-05-04 21:35:39 +08:00
msgid "X-Fade Time (s):"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/animation_tree_editor_plugin.cpp:449
2016-05-04 21:35:39 +08:00
msgid "Current:"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/animation_tree_editor_plugin.cpp:817
2016-05-04 21:35:39 +08:00
msgid "Add Input"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/animation_tree_editor_plugin.cpp:820
2016-05-04 21:35:39 +08:00
msgid "Clear Auto-Advance"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/animation_tree_editor_plugin.cpp:822
2016-05-04 21:35:39 +08:00
msgid "Set Auto-Advance"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/animation_tree_editor_plugin.cpp:823
2016-05-04 21:35:39 +08:00
msgid "Delete Input"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/animation_tree_editor_plugin.cpp:835
2016-05-04 21:35:39 +08:00
msgid "Rename"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/animation_tree_editor_plugin.cpp:993
2016-05-19 06:19:26 +08:00
msgid "Animation tree is valid."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/animation_tree_editor_plugin.cpp:998
2016-05-19 06:19:26 +08:00
msgid "Animation tree is invalid."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/animation_tree_editor_plugin.cpp:1362
2016-05-04 21:35:39 +08:00
msgid "Animation Node"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/animation_tree_editor_plugin.cpp:1363
2016-05-04 21:35:39 +08:00
msgid "OneShot Node"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/animation_tree_editor_plugin.cpp:1364
2016-05-04 21:35:39 +08:00
msgid "Mix Node"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/animation_tree_editor_plugin.cpp:1365
2016-05-04 21:35:39 +08:00
msgid "Blend2 Node"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/animation_tree_editor_plugin.cpp:1366
2016-05-04 21:35:39 +08:00
msgid "Blend3 Node"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/animation_tree_editor_plugin.cpp:1367
2016-05-04 21:35:39 +08:00
msgid "Blend4 Node"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/animation_tree_editor_plugin.cpp:1368
2016-05-04 21:35:39 +08:00
msgid "TimeScale Node"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/animation_tree_editor_plugin.cpp:1369
2016-05-04 21:35:39 +08:00
msgid "TimeSeek Node"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/animation_tree_editor_plugin.cpp:1370
2016-05-04 21:35:39 +08:00
msgid "Transition Node"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/animation_tree_editor_plugin.cpp:1372
2016-05-19 06:19:26 +08:00
msgid "Import Animations.."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/animation_tree_editor_plugin.cpp:1474
2016-05-04 21:35:39 +08:00
msgid "Edit Node Filters"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/animation_tree_editor_plugin.cpp:1487
2016-05-04 21:35:39 +08:00
msgid "Filters.."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/multimesh_editor_plugin.cpp:58
2016-05-04 21:35:39 +08:00
msgid "No mesh source specified (and no MultiMesh set in node)."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/multimesh_editor_plugin.cpp:64
2016-05-04 21:35:39 +08:00
msgid "No mesh source specified (and MultiMesh contains no Mesh)."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/multimesh_editor_plugin.cpp:76
2016-05-19 06:19:26 +08:00
msgid "Mesh source is invalid (invalid path)."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/multimesh_editor_plugin.cpp:85
2016-05-19 06:19:26 +08:00
msgid "Mesh source is invalid (not a MeshInstance)."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/multimesh_editor_plugin.cpp:94
2016-05-19 06:19:26 +08:00
msgid "Mesh source is invalid (contains no Mesh resource)."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/multimesh_editor_plugin.cpp:103
2016-05-04 21:35:39 +08:00
msgid "No surface source specified."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/multimesh_editor_plugin.cpp:112
2016-05-19 06:19:26 +08:00
msgid "Surface source is invalid (invalid path)."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/multimesh_editor_plugin.cpp:121
2016-05-19 06:19:26 +08:00
msgid "Surface source is invalid (no geometry)."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/multimesh_editor_plugin.cpp:132
2016-05-19 06:19:26 +08:00
msgid "Surface source is invalid (no faces)."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/multimesh_editor_plugin.cpp:168
2016-05-04 21:35:39 +08:00
msgid "Parent has no solid faces to populate."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/multimesh_editor_plugin.cpp:187
2016-05-19 06:19:26 +08:00
msgid "Couldn't map area."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/multimesh_editor_plugin.cpp:311
2016-05-04 21:35:39 +08:00
msgid "Select a Source Mesh:"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/multimesh_editor_plugin.cpp:313
2016-05-04 21:35:39 +08:00
msgid "Select a Target Surface:"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/multimesh_editor_plugin.cpp:333
2016-05-04 21:35:39 +08:00
msgid "Populate Surface"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/multimesh_editor_plugin.cpp:337
2016-05-04 21:35:39 +08:00
msgid "Populate MultiMesh"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/multimesh_editor_plugin.cpp:354
2016-05-04 21:35:39 +08:00
msgid "Target Surface:"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/multimesh_editor_plugin.cpp:363
2016-05-04 21:35:39 +08:00
msgid "Source Mesh:"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/multimesh_editor_plugin.cpp:368
2016-05-04 21:35:39 +08:00
msgid "X-Axis"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/multimesh_editor_plugin.cpp:369
2016-05-04 21:35:39 +08:00
msgid "Y-Axis"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/multimesh_editor_plugin.cpp:370
2016-05-04 21:35:39 +08:00
msgid "Z-Axis"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/multimesh_editor_plugin.cpp:372
2016-05-04 21:35:39 +08:00
msgid "Mesh Up Axis:"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/multimesh_editor_plugin.cpp:377
2016-05-04 21:35:39 +08:00
msgid "Random Rotation:"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/multimesh_editor_plugin.cpp:382
2016-05-04 21:35:39 +08:00
msgid "Random Tilt:"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/multimesh_editor_plugin.cpp:390
2016-05-04 21:35:39 +08:00
msgid "Random Scale:"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/multimesh_editor_plugin.cpp:409
2016-05-04 21:35:39 +08:00
msgid "Populate"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/shader_editor_plugin.cpp:506
2016-05-04 21:35:39 +08:00
msgid "Find.."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/shader_editor_plugin.cpp:507
2016-05-04 21:35:39 +08:00
msgid "Find Next"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/shader_editor_plugin.cpp:508
2016-05-04 21:35:39 +08:00
msgid "Replace.."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/shader_editor_plugin.cpp:511
2016-05-04 21:35:39 +08:00
msgid "Goto Line.."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/shader_editor_plugin.cpp:530
2016-05-04 21:35:39 +08:00
msgid "Vertex"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/shader_editor_plugin.cpp:534
2016-05-04 21:35:39 +08:00
msgid "Fragment"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/shader_editor_plugin.cpp:538
2016-05-04 21:35:39 +08:00
msgid "Lighting"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/theme_editor_plugin.cpp:202
2016-05-19 06:19:26 +08:00
msgid "Can't save theme to file:"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/theme_editor_plugin.cpp:476
2016-05-04 21:35:39 +08:00
msgid "Add Item"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/theme_editor_plugin.cpp:484
2016-05-04 21:35:39 +08:00
msgid "Add All Items"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/theme_editor_plugin.cpp:485
2016-05-04 21:35:39 +08:00
msgid "Add All"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/theme_editor_plugin.cpp:498
2016-05-04 21:35:39 +08:00
msgid "Remove Item"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/theme_editor_plugin.cpp:600
2016-05-04 21:35:39 +08:00
msgid "Add Class Items"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-21 07:18:35 +08:00
#: tools/editor/plugins/theme_editor_plugin.cpp:602
msgid "Remove Class Items"
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/theme_editor_plugin.cpp:604
2016-05-04 21:35:39 +08:00
msgid "Create Template"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/theme_editor_plugin.cpp:643
2016-05-04 21:35:39 +08:00
msgid "CheckBox Radio1"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/theme_editor_plugin.cpp:647
2016-05-04 21:35:39 +08:00
msgid "CheckBox Radio2"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/theme_editor_plugin.cpp:654
2016-05-04 21:35:39 +08:00
msgid "Item"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/theme_editor_plugin.cpp:656
2016-05-04 21:35:39 +08:00
msgid "Check Item"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/theme_editor_plugin.cpp:657
2016-05-04 21:35:39 +08:00
msgid "Checked Item"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/theme_editor_plugin.cpp:664
2016-05-04 21:35:39 +08:00
msgid "Has"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/theme_editor_plugin.cpp:665
2016-05-04 21:35:39 +08:00
msgid "Many"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/theme_editor_plugin.cpp:717
2016-05-04 21:35:39 +08:00
msgid "Have,Many,Several,Options!"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/theme_editor_plugin.cpp:737
2016-05-04 21:35:39 +08:00
msgid "Tab 1"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/theme_editor_plugin.cpp:740
2016-05-04 21:35:39 +08:00
msgid "Tab 2"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/theme_editor_plugin.cpp:743
2016-05-04 21:35:39 +08:00
msgid "Tab 3"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/theme_editor_plugin.cpp:849
2016-05-04 21:35:39 +08:00
msgid "Data Type:"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/theme_editor_plugin.cpp:853
2016-05-04 21:35:39 +08:00
msgid "Icon"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/theme_editor_plugin.cpp:854
2016-05-04 21:35:39 +08:00
msgid "Style"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-21 07:18:35 +08:00
#: tools/editor/plugins/theme_editor_plugin.cpp:855
msgid "Font"
msgstr ""
#: tools/editor/plugins/theme_editor_plugin.cpp:856
msgid "Color"
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/baked_light_editor_plugin.cpp:182
2016-05-04 21:35:39 +08:00
msgid "BakedLightInstance does not contain a BakedLight resource."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/baked_light_editor_plugin.cpp:267
2016-05-04 21:35:39 +08:00
msgid "Bake!"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/baked_light_editor_plugin.cpp:292
2016-05-04 21:35:39 +08:00
msgid "Reset the lightmap octree baking process (start over)."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/baked_light_baker.cpp:731
2016-05-21 22:34:56 +08:00
msgid "Parsing %d Triangles:"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/baked_light_baker.cpp:738
2016-05-19 06:19:26 +08:00
msgid "Triangle #"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/baked_light_baker.cpp:1719
2016-05-04 20:47:34 +08:00
msgid "Light Baker Setup:"
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/baked_light_baker.cpp:1746
2016-05-04 20:47:34 +08:00
msgid "Parsing Geometry"
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/baked_light_baker.cpp:1751
2016-05-04 20:47:34 +08:00
msgid "Fixing Lights"
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/baked_light_baker.cpp:1753
2016-05-04 20:47:34 +08:00
msgid "Making BVH"
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/baked_light_baker.cpp:1755
2016-05-04 20:47:34 +08:00
msgid "Creating Light Octree"
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/baked_light_baker.cpp:1757
2016-05-04 20:47:34 +08:00
msgid "Creating Octree Texture"
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/baked_light_baker.cpp:2360
2016-05-04 20:47:34 +08:00
msgid "Transfer to Lightmaps:"
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/baked_light_baker.cpp:2368
2016-05-04 20:47:34 +08:00
msgid "Allocating Texture #"
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/baked_light_baker.cpp:2385
2016-05-04 20:47:34 +08:00
msgid "Baking Triangle #"
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/baked_light_baker.cpp:2508
2016-05-04 20:47:34 +08:00
msgid "Post-Processing Texture #"
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/spatial_editor_plugin.cpp:564
2016-05-04 21:35:39 +08:00
msgid "Orthogonal"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-19 06:19:26 +08:00
#: tools/editor/plugins/spatial_editor_plugin.cpp:564
msgid "Perspective"
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/spatial_editor_plugin.cpp:987
2016-05-04 21:35:39 +08:00
msgid "Transform Aborted."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/spatial_editor_plugin.cpp:999
2016-05-04 21:35:39 +08:00
msgid "View Plane Transform."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/spatial_editor_plugin.cpp:1006
2016-05-04 21:35:39 +08:00
msgid "X-Axis Transform."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/spatial_editor_plugin.cpp:1012
2016-05-04 21:35:39 +08:00
msgid "Y-Axis Transform."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/spatial_editor_plugin.cpp:1018
2016-05-04 21:35:39 +08:00
msgid "Z-Axis Transform."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/spatial_editor_plugin.cpp:1356
2016-05-21 22:34:56 +08:00
msgid "Scaling to %s%%."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/spatial_editor_plugin.cpp:1496
2016-05-19 06:19:26 +08:00
msgid "Rotating %s degrees."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/spatial_editor_plugin.cpp:1684
2016-05-04 21:35:39 +08:00
msgid "Bottom View."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/spatial_editor_plugin.cpp:1685
2016-05-04 21:35:39 +08:00
msgid "Bottom"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/spatial_editor_plugin.cpp:1690
2016-05-04 21:35:39 +08:00
msgid "Top View."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/spatial_editor_plugin.cpp:1691
2016-05-04 21:35:39 +08:00
msgid "Top"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/spatial_editor_plugin.cpp:1703
2016-05-04 21:35:39 +08:00
msgid "Rear View."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/spatial_editor_plugin.cpp:1704
2016-05-04 21:35:39 +08:00
msgid "Rear"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/spatial_editor_plugin.cpp:1709
2016-05-04 21:35:39 +08:00
msgid "Front View."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/spatial_editor_plugin.cpp:1710
2016-05-04 21:35:39 +08:00
msgid "Front"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/spatial_editor_plugin.cpp:1723
2016-05-04 21:35:39 +08:00
msgid "Left View."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/spatial_editor_plugin.cpp:1724
2016-05-04 21:35:39 +08:00
msgid "Left"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/spatial_editor_plugin.cpp:1728
2016-05-04 21:35:39 +08:00
msgid "Right View."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/spatial_editor_plugin.cpp:1729
2016-05-04 21:35:39 +08:00
msgid "Right"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/spatial_editor_plugin.cpp:1752
2016-05-04 21:35:39 +08:00
msgid "Keying is disabled (no key inserted)."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/spatial_editor_plugin.cpp:1768
2016-05-04 21:35:39 +08:00
msgid "Animation Key Inserted."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/spatial_editor_plugin.cpp:2126
2016-05-04 21:35:39 +08:00
msgid "Align with view"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/spatial_editor_plugin.cpp:2474
2016-05-04 21:35:39 +08:00
msgid "Top (Num7)"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/spatial_editor_plugin.cpp:2475
2016-05-04 21:35:39 +08:00
msgid "Bottom (Shift+Num7)"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/spatial_editor_plugin.cpp:2476
2016-05-04 21:35:39 +08:00
msgid "Left (Num3)"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/spatial_editor_plugin.cpp:2477
2016-05-04 21:35:39 +08:00
msgid "Right (Shift+Num3)"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/spatial_editor_plugin.cpp:2478
2016-05-04 21:35:39 +08:00
msgid "Front (Num1)"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/spatial_editor_plugin.cpp:2479
2016-05-04 21:35:39 +08:00
msgid "Rear (Shift+Num1)"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/spatial_editor_plugin.cpp:2481
2016-05-04 21:35:39 +08:00
msgid "Perspective (Num5)"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/spatial_editor_plugin.cpp:2482
2016-05-04 21:35:39 +08:00
msgid "Orthogonal (Num5)"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-21 07:18:35 +08:00
#: tools/editor/plugins/spatial_editor_plugin.cpp:2485
msgid "Environment"
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/spatial_editor_plugin.cpp:2488
2016-05-04 21:35:39 +08:00
msgid "Audio Listener"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/spatial_editor_plugin.cpp:2490
2016-05-04 21:35:39 +08:00
msgid "Gizmos"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/spatial_editor_plugin.cpp:2494
2016-05-04 21:35:39 +08:00
msgid "Selection (F)"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/spatial_editor_plugin.cpp:2495
2016-05-04 21:35:39 +08:00
msgid "Align with view (Ctrl+Shift+F)"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/spatial_editor_plugin.cpp:2899
2016-05-04 21:35:39 +08:00
msgid "XForm Dialog"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/spatial_editor_plugin.cpp:3548
2016-05-04 21:35:39 +08:00
msgid "No scene selected to instance!"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/spatial_editor_plugin.cpp:3552
2016-05-04 21:35:39 +08:00
msgid "Instance at Cursor"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/spatial_editor_plugin.cpp:3557
2016-05-04 21:35:39 +08:00
msgid "Could not instance scene!"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/spatial_editor_plugin.cpp:3931
2016-05-04 21:35:39 +08:00
msgid "Scale Mode (R)"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/spatial_editor_plugin.cpp:3964
2016-05-04 21:35:39 +08:00
msgid "Local Coords"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/spatial_editor_plugin.cpp:3967
2016-05-04 21:35:39 +08:00
msgid "Transform Dialog.."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/spatial_editor_plugin.cpp:3978
2016-05-04 21:35:39 +08:00
msgid "Use Default Light"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/spatial_editor_plugin.cpp:3979
2016-05-04 21:35:39 +08:00
msgid "Use Default sRGB"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/spatial_editor_plugin.cpp:3990
2016-05-04 21:35:39 +08:00
msgid "Display Normal"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/spatial_editor_plugin.cpp:3991
2016-05-04 21:35:39 +08:00
msgid "Display Wireframe"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/spatial_editor_plugin.cpp:3992
2016-05-04 21:35:39 +08:00
msgid "Display Overdraw"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/spatial_editor_plugin.cpp:3993
2016-05-04 21:35:39 +08:00
msgid "Display Shadeless"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/spatial_editor_plugin.cpp:3995
2016-05-04 21:35:39 +08:00
msgid "View Origin"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/spatial_editor_plugin.cpp:3996
2016-05-04 21:35:39 +08:00
msgid "View Grid"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/spatial_editor_plugin.cpp:4036
2016-05-04 21:35:39 +08:00
msgid "Snap Settings"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/spatial_editor_plugin.cpp:4045
2016-05-04 21:35:39 +08:00
msgid "Translate Snap:"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/spatial_editor_plugin.cpp:4049
2016-05-04 21:35:39 +08:00
msgid "Rotate Snap (deg.):"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/spatial_editor_plugin.cpp:4053
2016-05-04 21:35:39 +08:00
msgid "Scale Snap (%):"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/spatial_editor_plugin.cpp:4058
2016-05-04 21:35:39 +08:00
msgid "Viewport Settings"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/spatial_editor_plugin.cpp:4070
2016-05-04 21:35:39 +08:00
msgid "Default Light Normal:"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/spatial_editor_plugin.cpp:4095
2016-05-04 21:35:39 +08:00
msgid "Ambient Light Color:"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/spatial_editor_plugin.cpp:4108
2016-05-04 21:35:39 +08:00
msgid "Perspective FOV (deg.):"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/spatial_editor_plugin.cpp:4115
2016-05-04 21:35:39 +08:00
msgid "View Z-Near:"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/spatial_editor_plugin.cpp:4122
2016-05-04 21:35:39 +08:00
msgid "View Z-Far:"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/spatial_editor_plugin.cpp:4128
2016-05-04 21:35:39 +08:00
msgid "Transform Change"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/spatial_editor_plugin.cpp:4131
2016-05-04 21:35:39 +08:00
msgid "Translate:"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/spatial_editor_plugin.cpp:4144
2016-05-04 21:35:39 +08:00
msgid "Rotate (deg.):"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/spatial_editor_plugin.cpp:4156
2016-05-04 21:35:39 +08:00
msgid "Scale (ratio):"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/spatial_editor_plugin.cpp:4168
2016-05-04 21:35:39 +08:00
msgid "Transform Type"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/spatial_editor_plugin.cpp:4176
2016-05-04 21:35:39 +08:00
msgid "Pre"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/spatial_editor_plugin.cpp:4177
2016-05-04 21:35:39 +08:00
msgid "Post"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-21 22:34:56 +08:00
#: tools/editor/plugins/script_editor_plugin.cpp:2431
2016-05-04 21:35:39 +08:00
msgid "Save All"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-21 22:34:56 +08:00
#: tools/editor/plugins/script_editor_plugin.cpp:2433
2016-05-04 21:35:39 +08:00
msgid "History Prev"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-21 22:34:56 +08:00
#: tools/editor/plugins/script_editor_plugin.cpp:2434
2016-05-04 21:35:39 +08:00
msgid "History Next"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-21 22:34:56 +08:00
#: tools/editor/plugins/script_editor_plugin.cpp:2453
2016-05-04 21:35:39 +08:00
msgid "Indent Left"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-21 22:34:56 +08:00
#: tools/editor/plugins/script_editor_plugin.cpp:2454
2016-05-04 21:35:39 +08:00
msgid "Indent Right"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-21 22:34:56 +08:00
#: tools/editor/plugins/script_editor_plugin.cpp:2455
2016-05-04 21:35:39 +08:00
msgid "Toggle Comment"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-21 22:34:56 +08:00
#: tools/editor/plugins/script_editor_plugin.cpp:2456
2016-05-04 21:35:39 +08:00
msgid "Clone Down"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-21 22:34:56 +08:00
#: tools/editor/plugins/script_editor_plugin.cpp:2459
2016-05-04 21:35:39 +08:00
msgid "Complete Symbol"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-21 22:34:56 +08:00
#: tools/editor/plugins/script_editor_plugin.cpp:2463
2016-05-21 07:18:35 +08:00
msgid "Trim Trailing Whitespace"
msgstr ""
2016-05-21 22:34:56 +08:00
#: tools/editor/plugins/script_editor_plugin.cpp:2464
2016-05-04 21:35:39 +08:00
msgid "Auto Indent"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-21 22:34:56 +08:00
#: tools/editor/plugins/script_editor_plugin.cpp:2475
2016-05-04 21:35:39 +08:00
msgid "Goto Function.."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-21 22:34:56 +08:00
#: tools/editor/plugins/script_editor_plugin.cpp:2490
2016-05-04 21:35:39 +08:00
msgid "Debug"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-21 22:34:56 +08:00
#: tools/editor/plugins/script_editor_plugin.cpp:2491
2016-05-04 21:35:39 +08:00
msgid "Toggle Breakpoint"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-21 22:34:56 +08:00
#: tools/editor/plugins/script_editor_plugin.cpp:2500
2016-05-04 21:35:39 +08:00
msgid "Keep Debugger Open"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-21 22:34:56 +08:00
#: tools/editor/plugins/script_editor_plugin.cpp:2512
2016-05-04 21:35:39 +08:00
msgid "Window"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-21 22:34:56 +08:00
#: tools/editor/plugins/script_editor_plugin.cpp:2515
2016-05-04 21:35:39 +08:00
msgid "Move Left"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-21 22:34:56 +08:00
#: tools/editor/plugins/script_editor_plugin.cpp:2516
2016-05-04 21:35:39 +08:00
msgid "Move Right"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-21 22:34:56 +08:00
#: tools/editor/plugins/script_editor_plugin.cpp:2524
2016-05-04 21:35:39 +08:00
msgid "Help"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-21 22:34:56 +08:00
#: tools/editor/plugins/script_editor_plugin.cpp:2525
2016-05-04 21:35:39 +08:00
msgid "Contextual"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-21 22:34:56 +08:00
#: tools/editor/plugins/script_editor_plugin.cpp:2542
2016-05-04 21:35:39 +08:00
msgid "Tutorials"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-21 22:34:56 +08:00
#: tools/editor/plugins/script_editor_plugin.cpp:2545
2016-05-19 06:19:26 +08:00
msgid "Open https://godotengine.org at tutorials section."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-21 22:34:56 +08:00
#: tools/editor/plugins/script_editor_plugin.cpp:2548
2016-05-04 21:35:39 +08:00
msgid "Classes"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-21 22:34:56 +08:00
#: tools/editor/plugins/script_editor_plugin.cpp:2551
2016-05-04 21:35:39 +08:00
msgid "Search the class hierarchy."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-21 22:34:56 +08:00
#: tools/editor/plugins/script_editor_plugin.cpp:2554
2016-05-04 21:35:39 +08:00
msgid "Search Help"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-21 22:34:56 +08:00
#: tools/editor/plugins/script_editor_plugin.cpp:2557
2016-05-04 21:35:39 +08:00
msgid "Search the reference documentation."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-21 22:34:56 +08:00
#: tools/editor/plugins/script_editor_plugin.cpp:2565
2016-05-04 21:35:39 +08:00
msgid "Go to previous edited document."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-21 22:34:56 +08:00
#: tools/editor/plugins/script_editor_plugin.cpp:2571
2016-05-04 21:35:39 +08:00
msgid "Go to next edited document."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-21 22:34:56 +08:00
#: tools/editor/plugins/script_editor_plugin.cpp:2585
2016-05-04 21:35:39 +08:00
msgid "Create Script"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-21 22:34:56 +08:00
#: tools/editor/plugins/script_editor_plugin.cpp:2603
2016-05-21 07:18:35 +08:00
msgid "The following files are newer on disk.\nWhat action should be taken?:"
msgstr ""
2016-05-21 22:34:56 +08:00
#: tools/editor/plugins/script_editor_plugin.cpp:2611
2016-05-04 21:35:39 +08:00
msgid "Reload"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-21 22:34:56 +08:00
#: tools/editor/plugins/script_editor_plugin.cpp:2613
2016-05-04 21:35:39 +08:00
msgid "Resave"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/style_box_editor_plugin.cpp:64
2016-05-04 21:35:39 +08:00
msgid "StyleBox Preview:"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/sample_editor_plugin.cpp:331
2016-05-19 06:19:26 +08:00
msgid "Length:"
msgstr ""
#: tools/editor/plugins/sample_editor_plugin.cpp:331
2016-05-21 22:34:56 +08:00
msgid "%d frames"
2016-05-19 06:19:26 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/shader_graph_editor_plugin.cpp:677
2016-05-04 21:35:39 +08:00
msgid "Change Scalar Constant"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/shader_graph_editor_plugin.cpp:695
2016-05-04 21:35:39 +08:00
msgid "Change Vec Constant"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/shader_graph_editor_plugin.cpp:708
2016-05-04 21:35:39 +08:00
msgid "Change RGB Constant"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/shader_graph_editor_plugin.cpp:721
2016-05-04 21:35:39 +08:00
msgid "Change Scalar Operator"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/shader_graph_editor_plugin.cpp:734
2016-05-04 21:35:39 +08:00
msgid "Change Vec Operator"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/shader_graph_editor_plugin.cpp:746
2016-05-19 06:19:26 +08:00
msgid "Change Vec Scalar Operator"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/shader_graph_editor_plugin.cpp:759
2016-05-04 21:35:39 +08:00
msgid "Change RGB Operator"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/shader_graph_editor_plugin.cpp:771
2016-05-04 21:35:39 +08:00
msgid "Toggle Rot Only"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/shader_graph_editor_plugin.cpp:784
2016-05-04 21:35:39 +08:00
msgid "Change Scalar Function"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/shader_graph_editor_plugin.cpp:796
2016-05-04 21:35:39 +08:00
msgid "Change Vec Function"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/shader_graph_editor_plugin.cpp:809
2016-05-04 21:35:39 +08:00
msgid "Change Scalar Uniform"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/shader_graph_editor_plugin.cpp:827
2016-05-04 21:35:39 +08:00
msgid "Change Vec Uniform"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/shader_graph_editor_plugin.cpp:865
2016-05-04 21:35:39 +08:00
msgid "Change RGB Uniform"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/shader_graph_editor_plugin.cpp:905
2016-05-19 06:19:26 +08:00
msgid "Change Default Value"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/shader_graph_editor_plugin.cpp:917
2016-05-04 21:35:39 +08:00
msgid "Change XForm Uniform"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/shader_graph_editor_plugin.cpp:940
2016-05-04 21:35:39 +08:00
msgid "Change Texture Uniform"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/shader_graph_editor_plugin.cpp:951
2016-05-04 21:35:39 +08:00
msgid "Change Cubemap Uniform"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/shader_graph_editor_plugin.cpp:965
2016-05-04 21:35:39 +08:00
msgid "Change Comment"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/shader_graph_editor_plugin.cpp:1005
2016-05-04 21:35:39 +08:00
msgid "Add/Remove to Color Ramp"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/shader_graph_editor_plugin.cpp:1007
2016-05-04 21:35:39 +08:00
msgid "Modify Color Ramp"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/shader_graph_editor_plugin.cpp:1041
2016-05-04 21:35:39 +08:00
msgid "Add/Remove to Curve Map"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/shader_graph_editor_plugin.cpp:1043
2016-05-04 21:35:39 +08:00
msgid "Modify Curve Map"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/shader_graph_editor_plugin.cpp:1061
2016-05-04 21:35:39 +08:00
msgid "Change Input Name"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/shader_graph_editor_plugin.cpp:1113
2016-05-04 21:35:39 +08:00
msgid "Connect Graph Nodes"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/shader_graph_editor_plugin.cpp:1155
2016-05-04 21:35:39 +08:00
msgid "Disconnect Graph Nodes"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/shader_graph_editor_plugin.cpp:1173
2016-05-04 21:35:39 +08:00
msgid "Remove Shader Graph Node"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/shader_graph_editor_plugin.cpp:1196
2016-05-04 21:35:39 +08:00
msgid "Move Shader Graph Node"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/shader_graph_editor_plugin.cpp:1238
2016-05-04 21:35:39 +08:00
msgid "Duplicate Graph Node(s)"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/shader_graph_editor_plugin.cpp:1275
2016-05-04 21:35:39 +08:00
msgid "Delete Shader Graph Node(s)"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-21 22:34:56 +08:00
#: tools/editor/plugins/shader_graph_editor_plugin.cpp:2517
2016-05-04 21:35:39 +08:00
msgid "Error: Cyclic Connection Link"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-21 22:34:56 +08:00
#: tools/editor/plugins/shader_graph_editor_plugin.cpp:2518
2016-05-04 21:35:39 +08:00
msgid "Error: Missing Input Connections"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-21 22:34:56 +08:00
#: tools/editor/plugins/shader_graph_editor_plugin.cpp:2677
2016-05-04 21:35:39 +08:00
msgid "Add Shader Graph Node"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/polygon_2d_editor_plugin.cpp:108
2016-05-04 21:35:39 +08:00
msgid "Create UV Map"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/polygon_2d_editor_plugin.cpp:551
2016-05-04 21:35:39 +08:00
msgid "Transform UV Map"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/polygon_2d_editor_plugin.cpp:854
2016-05-04 21:35:39 +08:00
msgid "Polygon 2D UV Editor"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-21 07:18:35 +08:00
#: tools/editor/plugins/polygon_2d_editor_plugin.cpp:871
msgid "Move Point"
msgstr ""
#: tools/editor/plugins/polygon_2d_editor_plugin.cpp:871
msgid "Ctrl: Rotate"
msgstr ""
#: tools/editor/plugins/polygon_2d_editor_plugin.cpp:871
msgid "Shift: Move All"
msgstr ""
#: tools/editor/plugins/polygon_2d_editor_plugin.cpp:871
msgid "Shift+Ctrl: Scale"
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/polygon_2d_editor_plugin.cpp:872
2016-05-04 21:35:39 +08:00
msgid "Move Polygon"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/polygon_2d_editor_plugin.cpp:873
2016-05-04 21:35:39 +08:00
msgid "Rotate Polygon"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/polygon_2d_editor_plugin.cpp:874
2016-05-04 21:35:39 +08:00
msgid "Scale Polygon"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/polygon_2d_editor_plugin.cpp:886
2016-05-04 21:35:39 +08:00
msgid "Polygon->UV"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/polygon_2d_editor_plugin.cpp:887
2016-05-04 21:35:39 +08:00
msgid "UV->Polygon"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/polygon_2d_editor_plugin.cpp:889
2016-05-04 21:35:39 +08:00
msgid "Clear UV"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/polygon_2d_editor_plugin.cpp:896
2016-05-04 21:35:39 +08:00
msgid "Snap"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/polygon_2d_editor_plugin.cpp:900
2016-05-04 21:35:39 +08:00
msgid "Enable Snap"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/polygon_2d_editor_plugin.cpp:905
2016-05-04 21:35:39 +08:00
msgid "Grid"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/sprite_region_editor_plugin.cpp:176
2016-05-04 21:35:39 +08:00
msgid "Set region_rect"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/sprite_region_editor_plugin.cpp:423
2016-05-04 21:35:39 +08:00
msgid "Sprite Region Editor"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/resource_preloader_editor_plugin.cpp:73
2016-05-04 21:35:39 +08:00
msgid "ERROR: Couldn't load resource!"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/resource_preloader_editor_plugin.cpp:90
2016-05-04 21:35:39 +08:00
msgid "Add Resource"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/resource_preloader_editor_plugin.cpp:137
2016-05-04 21:35:39 +08:00
msgid "Rename Resource"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/resource_preloader_editor_plugin.cpp:157
2016-05-04 21:35:39 +08:00
msgid "Delete Resource"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/resource_preloader_editor_plugin.cpp:170
2016-05-04 21:35:39 +08:00
msgid "Resource clipboard is empty!"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/resource_preloader_editor_plugin.cpp:412
2016-05-04 21:35:39 +08:00
msgid "Load Resource"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/sprite_frames_editor_plugin.cpp:79
2016-05-04 21:35:39 +08:00
msgid "ERROR: Couldn't load frame resource!"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/sprite_frames_editor_plugin.cpp:96
2016-05-04 21:35:39 +08:00
msgid "Add Frame"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/sprite_frames_editor_plugin.cpp:199
2016-05-04 21:35:39 +08:00
msgid "Resource clipboard is empty or not a texture!"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/sprite_frames_editor_plugin.cpp:208
2016-05-04 21:35:39 +08:00
msgid "Paste Frame"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/sprite_frames_editor_plugin.cpp:236
2016-05-04 21:35:39 +08:00
msgid "Add Empty"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/sprite_frames_editor_plugin.cpp:452
2016-05-18 01:29:22 +08:00
msgid "Change Animation Loop"
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/sprite_frames_editor_plugin.cpp:466
2016-05-18 01:29:22 +08:00
msgid "Change Animation FPS"
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/sprite_frames_editor_plugin.cpp:533
2016-05-19 06:19:26 +08:00
msgid "(empty)"
2016-05-18 01:29:22 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/sprite_frames_editor_plugin.cpp:736
2016-05-18 01:29:22 +08:00
msgid "Animations"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/sprite_frames_editor_plugin.cpp:763
2016-05-18 01:29:22 +08:00
msgid "Speed (FPS):"
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/sprite_frames_editor_plugin.cpp:770
2016-05-18 01:29:22 +08:00
msgid "Loop"
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/sprite_frames_editor_plugin.cpp:779
2016-05-18 01:29:22 +08:00
msgid "Animation Frames"
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/sprite_frames_editor_plugin.cpp:797
2016-05-04 21:35:39 +08:00
msgid "Insert Empty (Before)"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/sprite_frames_editor_plugin.cpp:801
2016-05-04 21:35:39 +08:00
msgid "Insert Empty (After)"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/sprite_frames_editor_plugin.cpp:805
2016-05-04 21:35:39 +08:00
msgid "Up"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/sprite_frames_editor_plugin.cpp:809
2016-05-04 21:35:39 +08:00
msgid "Down"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/navigation_polygon_editor_plugin.cpp:42
2016-05-04 21:35:39 +08:00
msgid "Create Navigation Polygon"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/navigation_polygon_editor_plugin.cpp:334
2016-05-04 21:35:39 +08:00
msgid "Remove Poly And Point"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/collision_shape_2d_editor_plugin.cpp:183
2016-05-04 21:35:39 +08:00
msgid "Set Handle"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/particles_2d_editor_plugin.cpp:69
2016-05-19 06:19:26 +08:00
msgid "Error loading image:"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/particles_2d_editor_plugin.cpp:95
2016-05-04 21:35:39 +08:00
msgid "No pixels with transparency > 128 in image.."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/particles_2d_editor_plugin.cpp:113
2016-05-04 21:35:39 +08:00
msgid "Set Emission Mask"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/particles_2d_editor_plugin.cpp:133
2016-05-04 21:35:39 +08:00
msgid "Clear Emission Mask"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/particles_2d_editor_plugin.cpp:174
2016-05-04 21:35:39 +08:00
msgid "Load Emission Mask"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/particles_2d_editor_plugin.cpp:193
2016-05-04 21:35:39 +08:00
msgid "Generated Point Count:"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/cube_grid_theme_editor_plugin.cpp:168
2016-05-04 21:35:39 +08:00
msgid "Creating Mesh Library"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/cube_grid_theme_editor_plugin.cpp:196
2016-05-04 21:35:39 +08:00
msgid "Thumbnail.."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/cube_grid_theme_editor_plugin.cpp:259
2016-05-21 22:34:56 +08:00
msgid "Remove item %d?"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/cube_grid_theme_editor_plugin.cpp:291
2016-05-04 21:35:39 +08:00
msgid "Import Scene"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/cube_grid_theme_editor_plugin.cpp:307
2016-05-04 21:35:39 +08:00
msgid "Remove Selected Item"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/cube_grid_theme_editor_plugin.cpp:309
2016-05-04 21:35:39 +08:00
msgid "Import from Scene"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/cube_grid_theme_editor_plugin.cpp:310
2016-05-04 21:35:39 +08:00
msgid "Update from Scene"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/particles_editor_plugin.cpp:60
2016-05-04 21:35:39 +08:00
msgid "Node does not contain geometry."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/particles_editor_plugin.cpp:69
2016-05-04 21:35:39 +08:00
msgid "Node does not contain geometry (faces)."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/particles_editor_plugin.cpp:222
2016-05-04 21:35:39 +08:00
msgid "Faces contain no area!"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/particles_editor_plugin.cpp:252
2016-05-19 06:19:26 +08:00
msgid "No faces!"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/particles_editor_plugin.cpp:352
2016-05-04 21:35:39 +08:00
msgid "Generate AABB"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/particles_editor_plugin.cpp:354
2016-05-04 21:35:39 +08:00
msgid "Create Emitter From Mesh"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/particles_editor_plugin.cpp:355
2016-05-04 21:35:39 +08:00
msgid "Create Emitter From Node"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/particles_editor_plugin.cpp:356
2016-05-04 21:35:39 +08:00
msgid "Clear Emitter"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/particles_editor_plugin.cpp:361
2016-05-04 21:35:39 +08:00
msgid "Create Emitter"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/particles_editor_plugin.cpp:365
2016-05-04 21:35:39 +08:00
msgid "Emission Positions:"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/particles_editor_plugin.cpp:382
2016-05-04 21:35:39 +08:00
msgid "Emission Fill:"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/particles_editor_plugin.cpp:389
2016-05-04 21:35:39 +08:00
msgid "Surface"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/particles_editor_plugin.cpp:390
2016-05-04 21:35:39 +08:00
msgid "Volume"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/item_list_editor_plugin.cpp:132
2016-05-21 22:34:56 +08:00
msgid "Item %d"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/item_list_editor_plugin.cpp:302
2016-05-04 21:35:39 +08:00
msgid "Items"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/item_list_editor_plugin.cpp:307
2016-05-04 21:35:39 +08:00
msgid "Item List Editor"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/color_ramp_editor_plugin.cpp:66
2016-05-04 21:35:39 +08:00
msgid "Add/Remove Color Ramp Point"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/path_editor_plugin.cpp:42
2016-05-04 21:35:39 +08:00
msgid "Curve Point #"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/path_editor_plugin.cpp:151
2016-05-04 21:35:39 +08:00
msgid "Set Curve Point Pos"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/path_editor_plugin.cpp:182
2016-05-04 21:35:39 +08:00
msgid "Set Curve In Pos"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/path_editor_plugin.cpp:194
2016-05-04 21:35:39 +08:00
msgid "Set Curve Out Pos"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/path_editor_plugin.cpp:369
2016-05-04 21:35:39 +08:00
msgid "Split Path"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/path_editor_plugin.cpp:389
2016-05-04 21:35:39 +08:00
msgid "Add Point to Curve"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/path_editor_plugin.cpp:414
2016-05-04 21:35:39 +08:00
msgid "Remove Path Point"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-19 06:19:26 +08:00
#: tools/editor/plugins/path_editor_plugin.cpp:549
msgid "Select Points"
msgstr ""
#: tools/editor/plugins/path_editor_plugin.cpp:549
msgid "Shift+Drag: Select Control Points"
msgstr ""
#: tools/editor/plugins/path_editor_plugin.cpp:549
msgid "Click: Add Point"
msgstr ""
#: tools/editor/plugins/path_editor_plugin.cpp:549
msgid "Right Click: Delete Point"
msgstr ""
#: tools/editor/plugins/path_editor_plugin.cpp:556
msgid "Add Point (in empty space)"
msgstr ""
#: tools/editor/plugins/path_editor_plugin.cpp:556
msgid "Split Segment (in curve)"
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/path_editor_plugin.cpp:563
2016-05-19 06:19:26 +08:00
msgid "Delete Point"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/path_editor_plugin.cpp:569
2016-05-04 21:35:39 +08:00
msgid "Close Curve"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/mesh_editor_plugin.cpp:30
2016-05-04 21:35:39 +08:00
msgid "Mesh is empty!"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/mesh_editor_plugin.cpp:59
2016-05-04 21:35:39 +08:00
msgid "Create Static Trimesh Body"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/mesh_editor_plugin.cpp:61
2016-05-04 21:35:39 +08:00
msgid "Create Static Convex Body"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/mesh_editor_plugin.cpp:113
2016-05-04 21:35:39 +08:00
msgid "This doesn't work on scene root!"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/mesh_editor_plugin.cpp:132
2016-05-04 21:35:39 +08:00
msgid "Create Trimesh Shape"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/mesh_editor_plugin.cpp:134
2016-05-04 21:35:39 +08:00
msgid "Create Convex Shape"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/mesh_editor_plugin.cpp:159
2016-05-04 21:35:39 +08:00
msgid "Create Navigation Mesh"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/mesh_editor_plugin.cpp:181
2016-05-04 21:35:39 +08:00
msgid "MeshInstance lacks a Mesh!"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/mesh_editor_plugin.cpp:189
2016-05-04 21:35:39 +08:00
msgid "Could not create outline!"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/mesh_editor_plugin.cpp:203
2016-05-04 21:35:39 +08:00
msgid "Create Outline"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/mesh_editor_plugin.cpp:228
2016-05-04 21:35:39 +08:00
msgid "Create Trimesh Static Body"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/mesh_editor_plugin.cpp:229
2016-05-04 21:35:39 +08:00
msgid "Create Convex Static Body"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/mesh_editor_plugin.cpp:231
2016-05-04 21:35:39 +08:00
msgid "Create Trimesh Collision Sibling"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/mesh_editor_plugin.cpp:232
2016-05-04 21:35:39 +08:00
msgid "Create Convex Collision Sibling"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/mesh_editor_plugin.cpp:236
2016-05-04 21:35:39 +08:00
msgid "Create Outline Mesh.."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/mesh_editor_plugin.cpp:241
2016-05-04 21:35:39 +08:00
msgid "Create Outline Mesh"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/mesh_editor_plugin.cpp:253
2016-05-04 21:35:39 +08:00
msgid "Outline Size:"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/tile_set_editor_plugin.cpp:178
2016-05-19 06:19:26 +08:00
msgid "Could not find tile:"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/tile_set_editor_plugin.cpp:197
2016-05-04 21:35:39 +08:00
msgid "Item name or ID:"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/tile_set_editor_plugin.cpp:202
2016-05-04 21:35:39 +08:00
msgid "Create from scene?"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/tile_set_editor_plugin.cpp:207
2016-05-04 21:35:39 +08:00
msgid "Merge from scene?"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/tile_set_editor_plugin.cpp:241
2016-05-04 21:35:39 +08:00
msgid "Create from Scene"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/tile_set_editor_plugin.cpp:242
2016-05-04 21:35:39 +08:00
msgid "Merge from Scene"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/path_2d_editor_plugin.cpp:116
2016-05-04 21:35:39 +08:00
msgid "Remove Point from Curve"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/path_2d_editor_plugin.cpp:193
2016-05-04 21:35:39 +08:00
msgid "Move Point in Curve"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/path_2d_editor_plugin.cpp:203
2016-05-04 21:35:39 +08:00
msgid "Move In-Control in Curve"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/path_2d_editor_plugin.cpp:213
2016-05-04 21:35:39 +08:00
msgid "Move Out-Control in Curve"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/plugins/path_2d_editor_plugin.cpp:646
2016-05-04 21:35:39 +08:00
msgid "Select Control Points (Shift+Drag)"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/io_plugins/editor_texture_import_plugin.cpp:176
2016-05-04 21:35:39 +08:00
msgid "Uncompressed"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/io_plugins/editor_texture_import_plugin.cpp:177
2016-05-04 21:35:39 +08:00
msgid "Compress Lossless (PNG)"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/io_plugins/editor_texture_import_plugin.cpp:178
2016-05-04 21:35:39 +08:00
msgid "Compress Lossy (WebP)"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/io_plugins/editor_texture_import_plugin.cpp:179
2016-05-04 21:35:39 +08:00
msgid "Compress (VRAM)"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/io_plugins/editor_texture_import_plugin.cpp:182
2016-05-04 21:35:39 +08:00
msgid "Texture Format"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/io_plugins/editor_texture_import_plugin.cpp:202
2016-05-04 21:35:39 +08:00
msgid "Texture Compression Quality (WebP):"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/io_plugins/editor_texture_import_plugin.cpp:224
2016-05-04 21:35:39 +08:00
msgid "Texture Options"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/io_plugins/editor_texture_import_plugin.cpp:227
2016-05-04 21:35:39 +08:00
msgid "NOTICE: You are not forced to import textures for 2D projects. Just copy your .jpg or .png files to your project, and change export options later. Atlases can be generated on export too."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/io_plugins/editor_texture_import_plugin.cpp:332
2016-05-04 21:35:39 +08:00
msgid "Please specify some files!"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/io_plugins/editor_texture_import_plugin.cpp:340
2016-05-04 21:35:39 +08:00
msgid "Target path is empty."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/io_plugins/editor_texture_import_plugin.cpp:346
2016-05-19 06:19:26 +08:00
msgid "Target path must be a complete resource path."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/io_plugins/editor_texture_import_plugin.cpp:353
2016-05-04 21:35:39 +08:00
msgid "Target path must exist."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/io_plugins/editor_texture_import_plugin.cpp:362
2016-05-04 21:35:39 +08:00
msgid "At least one file needed for Atlas."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/io_plugins/editor_texture_import_plugin.cpp:385
2016-05-19 06:19:26 +08:00
msgid "Error importing:"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/io_plugins/editor_texture_import_plugin.cpp:394
2016-05-19 06:19:26 +08:00
msgid "Only one file is required for large texture."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/io_plugins/editor_texture_import_plugin.cpp:539
2016-05-04 21:35:39 +08:00
msgid "Import Textures"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/io_plugins/editor_texture_import_plugin.cpp:549
2016-05-04 21:35:39 +08:00
msgid "Source Texture:"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/io_plugins/editor_texture_import_plugin.cpp:551
2016-05-04 21:35:39 +08:00
msgid "Source Texture(s):"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/io_plugins/editor_texture_import_plugin.cpp:562
2016-05-04 21:35:39 +08:00
msgid "Crop empty space."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/io_plugins/editor_texture_import_plugin.cpp:574
2016-05-04 21:35:39 +08:00
msgid "Target Path:"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/io_plugins/editor_texture_import_plugin.cpp:582
2016-05-19 06:19:26 +08:00
msgid "Max Texture Size:"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/io_plugins/editor_texture_import_plugin.cpp:585
2016-05-04 21:35:39 +08:00
msgid "Cell Size:"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-19 06:19:26 +08:00
#: tools/editor/io_plugins/editor_texture_import_plugin.cpp:615
msgid "Large Texture"
msgstr ""
#: tools/editor/io_plugins/editor_texture_import_plugin.cpp:617
msgid "Base Atlas Texture"
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/io_plugins/editor_texture_import_plugin.cpp:635
2016-05-04 21:35:39 +08:00
msgid "Accept"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/io_plugins/editor_texture_import_plugin.cpp:650
2016-05-04 21:35:39 +08:00
msgid "Import Textures for Atlas (2D)"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/io_plugins/editor_texture_import_plugin.cpp:657
2016-05-04 21:35:39 +08:00
msgid "Import Large Textures (2D)"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/io_plugins/editor_texture_import_plugin.cpp:665
2016-05-04 21:35:39 +08:00
msgid "Import Textures for 2D"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/io_plugins/editor_texture_import_plugin.cpp:672
2016-05-04 21:35:39 +08:00
msgid "Import Textures for 3D"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/io_plugins/editor_texture_import_plugin.cpp:1003
2016-05-04 21:35:39 +08:00
msgid "Import Large Texture"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/io_plugins/editor_texture_import_plugin.cpp:1005
2016-05-04 21:35:39 +08:00
msgid "Load Source Image"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/io_plugins/editor_texture_import_plugin.cpp:1012
2016-05-04 21:35:39 +08:00
msgid "Slicing"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/io_plugins/editor_texture_import_plugin.cpp:1041
2016-05-04 21:35:39 +08:00
msgid "Inserting"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/io_plugins/editor_texture_import_plugin.cpp:1056
2016-05-04 21:35:39 +08:00
msgid "Saving"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/io_plugins/editor_texture_import_plugin.cpp:1060
2016-05-19 06:19:26 +08:00
msgid "Couldn't save large texture:"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/io_plugins/editor_texture_import_plugin.cpp:1075
2016-05-19 06:19:26 +08:00
msgid "Build Atlas For:"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/io_plugins/editor_texture_import_plugin.cpp:1084
2016-05-19 06:19:26 +08:00
msgid "Loading Image:"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/io_plugins/editor_texture_import_plugin.cpp:1089
2016-05-19 06:19:26 +08:00
msgid "Couldn't load image:"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/io_plugins/editor_texture_import_plugin.cpp:1098
2016-05-04 21:35:39 +08:00
msgid "Converting Images"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/io_plugins/editor_texture_import_plugin.cpp:1157
2016-05-04 21:35:39 +08:00
msgid "Cropping Images"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/io_plugins/editor_texture_import_plugin.cpp:1181
2016-05-04 21:35:39 +08:00
msgid "Blitting Images"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/io_plugins/editor_texture_import_plugin.cpp:1294
2016-05-19 06:19:26 +08:00
msgid "Couldn't save atlas image:"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/io_plugins/editor_texture_import_plugin.cpp:1436
2016-05-19 06:19:26 +08:00
msgid "Couldn't save converted texture:"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/io_plugins/editor_translation_import_plugin.cpp:67
2016-05-04 21:35:39 +08:00
msgid "Invalid source!"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/io_plugins/editor_translation_import_plugin.cpp:78
2016-05-04 21:35:39 +08:00
msgid "Invalid translation source!"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/io_plugins/editor_translation_import_plugin.cpp:89
2016-05-04 21:35:39 +08:00
msgid "Column"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/io_plugins/editor_translation_import_plugin.cpp:234
2016-05-04 21:35:39 +08:00
msgid "No items to import!"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/io_plugins/editor_translation_import_plugin.cpp:239
2016-05-19 06:19:26 +08:00
msgid "No target path!"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/io_plugins/editor_translation_import_plugin.cpp:243
2016-05-04 21:35:39 +08:00
msgid "Import Translations"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/io_plugins/editor_translation_import_plugin.cpp:261
2016-05-19 06:19:26 +08:00
msgid "Couldn't import!"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/io_plugins/editor_translation_import_plugin.cpp:298
2016-05-04 21:35:39 +08:00
msgid "Import Translation"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/io_plugins/editor_translation_import_plugin.cpp:310
2016-05-04 21:35:39 +08:00
msgid "Source CSV:"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/io_plugins/editor_translation_import_plugin.cpp:316
2016-05-04 21:35:39 +08:00
msgid "Ignore First Row"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/io_plugins/editor_translation_import_plugin.cpp:342
2016-05-04 21:35:39 +08:00
msgid "Compress"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/io_plugins/editor_translation_import_plugin.cpp:347
2016-05-04 21:35:39 +08:00
msgid "Add to Project (engine.cfg)"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/io_plugins/editor_translation_import_plugin.cpp:374
2016-05-04 21:35:39 +08:00
msgid "Import Languages:"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/io_plugins/editor_scene_import_plugin.cpp:320
2016-05-04 21:35:39 +08:00
msgid "New Clip"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/io_plugins/editor_scene_import_plugin.cpp:444
2016-05-04 21:35:39 +08:00
msgid "Animation Options"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/io_plugins/editor_scene_import_plugin.cpp:449
2016-05-04 21:35:39 +08:00
msgid "Flags"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/io_plugins/editor_scene_import_plugin.cpp:469
2016-05-04 21:35:39 +08:00
msgid "Bake FPS:"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/io_plugins/editor_scene_import_plugin.cpp:480
2016-05-04 21:35:39 +08:00
msgid "Optimizer"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/io_plugins/editor_scene_import_plugin.cpp:490
2016-05-04 21:35:39 +08:00
msgid "Max Linear Error"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/io_plugins/editor_scene_import_plugin.cpp:497
2016-05-04 21:35:39 +08:00
msgid "Max Angular Error"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/io_plugins/editor_scene_import_plugin.cpp:504
2016-05-04 21:35:39 +08:00
msgid "Max Angle"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/io_plugins/editor_scene_import_plugin.cpp:513
2016-05-04 21:35:39 +08:00
msgid "Clips"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/io_plugins/editor_scene_import_plugin.cpp:525
2016-05-04 21:35:39 +08:00
msgid "Start(s)"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/io_plugins/editor_scene_import_plugin.cpp:526
2016-05-04 21:35:39 +08:00
msgid "End(s)"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/io_plugins/editor_scene_import_plugin.cpp:536
2016-05-04 21:35:39 +08:00
msgid "Filters"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/io_plugins/editor_scene_import_plugin.cpp:677
2016-05-04 21:35:39 +08:00
msgid "Source path is empty."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/io_plugins/editor_scene_import_plugin.cpp:724
2016-05-19 06:19:26 +08:00
msgid "Couldn't load post-import script."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/io_plugins/editor_scene_import_plugin.cpp:733
2016-05-19 06:19:26 +08:00
msgid "Invalid/broken script for post-import."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-21 07:18:35 +08:00
#: tools/editor/io_plugins/editor_scene_import_plugin.cpp:776
msgid "Error importing scene."
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/io_plugins/editor_scene_import_plugin.cpp:1038
2016-05-04 21:35:39 +08:00
msgid "Import 3D Scene"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/io_plugins/editor_scene_import_plugin.cpp:1048
2016-05-04 21:35:39 +08:00
msgid "Source Scene:"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/io_plugins/editor_scene_import_plugin.cpp:1074
2016-05-04 21:35:39 +08:00
msgid "Same as Target Scene"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/io_plugins/editor_scene_import_plugin.cpp:1075
2016-05-04 21:35:39 +08:00
msgid "Shared"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/io_plugins/editor_scene_import_plugin.cpp:1077
2016-05-04 21:35:39 +08:00
msgid "Target Texture Folder:"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-21 07:18:35 +08:00
#: tools/editor/io_plugins/editor_scene_import_plugin.cpp:1081
msgid "Options:"
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/io_plugins/editor_scene_import_plugin.cpp:1132
2016-05-04 21:35:39 +08:00
msgid "Post-Process Script:"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/io_plugins/editor_scene_import_plugin.cpp:1166
2016-05-04 21:35:39 +08:00
msgid "Overwrite Existing Scene"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-21 07:18:35 +08:00
#: tools/editor/io_plugins/editor_scene_import_plugin.cpp:1167
msgid "Overwrite Existing, Keep Materials"
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/io_plugins/editor_scene_import_plugin.cpp:1168
2016-05-04 21:35:39 +08:00
msgid "Keep Existing, Merge with New"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/io_plugins/editor_scene_import_plugin.cpp:1169
2016-05-04 21:35:39 +08:00
msgid "Keep Existing, Ignore New"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/io_plugins/editor_scene_import_plugin.cpp:1170
2016-05-04 21:35:39 +08:00
msgid "This Time:"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/io_plugins/editor_scene_import_plugin.cpp:1177
2016-05-04 21:35:39 +08:00
msgid "Next Time:"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/io_plugins/editor_scene_import_plugin.cpp:1214
2016-05-04 21:35:39 +08:00
msgid "The Following Files are Missing:"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/io_plugins/editor_scene_import_plugin.cpp:1216
2016-05-04 21:35:39 +08:00
msgid "Import Anyway"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-19 06:19:26 +08:00
#: tools/editor/io_plugins/editor_scene_import_plugin.cpp:1217
msgid "Cancel"
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/io_plugins/editor_scene_import_plugin.cpp:1222
2016-05-04 21:35:39 +08:00
msgid "Import & Open"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/io_plugins/editor_scene_import_plugin.cpp:1226
2016-05-04 21:35:39 +08:00
msgid "Edited scene has not been saved, open imported scene anyway?"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/io_plugins/editor_scene_import_plugin.cpp:2343
2016-05-04 21:35:39 +08:00
msgid "Importing Scene.."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/io_plugins/editor_scene_import_plugin.cpp:2729
2016-05-04 21:35:39 +08:00
msgid "Running Custom Script.."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/io_plugins/editor_scene_import_plugin.cpp:2738
2016-05-19 06:19:26 +08:00
msgid "Couldn't load post-import script:"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/io_plugins/editor_scene_import_plugin.cpp:2744
2016-05-19 06:19:26 +08:00
msgid "Invalid/broken script for post-import:"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/io_plugins/editor_scene_import_plugin.cpp:2754
2016-05-19 06:19:26 +08:00
msgid "Error running post-import script:"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/io_plugins/editor_scene_import_plugin.cpp:2783
2016-05-19 06:19:26 +08:00
msgid "Import Image:"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/io_plugins/editor_scene_import_plugin.cpp:2789
2016-05-19 06:19:26 +08:00
msgid "Can't import a file over itself:"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/io_plugins/editor_scene_import_plugin.cpp:2794
2016-05-19 06:19:26 +08:00
msgid "Couldn't localize path: %s (already local)"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/io_plugins/editor_scene_import_plugin.cpp:2854
2016-05-04 21:35:39 +08:00
msgid "Merging.."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/io_plugins/editor_scene_import_plugin.cpp:2903
2016-05-04 21:35:39 +08:00
msgid "Saving.."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/io_plugins/editor_font_import_plugin.cpp:512
2016-05-04 21:35:39 +08:00
msgid "No source font file!"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/io_plugins/editor_font_import_plugin.cpp:518
2016-05-04 21:35:39 +08:00
msgid "No target font resource!"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/io_plugins/editor_font_import_plugin.cpp:530
2016-05-19 06:19:26 +08:00
msgid "Can't load/process source font."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/io_plugins/editor_font_import_plugin.cpp:538
2016-05-04 21:35:39 +08:00
msgid "Couldn't save font."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/io_plugins/editor_font_import_plugin.cpp:627
2016-05-04 21:35:39 +08:00
msgid "Source Font:"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/io_plugins/editor_font_import_plugin.cpp:629
2016-05-04 21:35:39 +08:00
msgid "Source Font Size:"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/io_plugins/editor_font_import_plugin.cpp:644
2016-05-04 21:35:39 +08:00
msgid "Dest Resource:"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/io_plugins/editor_font_import_plugin.cpp:647
2016-05-04 21:35:39 +08:00
msgid "The quick brown fox jumps over the lazy dog."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/io_plugins/editor_font_import_plugin.cpp:660
2016-05-19 06:19:26 +08:00
msgid "Test:"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/io_plugins/editor_font_import_plugin.cpp:685
2016-05-04 21:35:39 +08:00
msgid "Font Import"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/io_plugins/editor_font_import_plugin.cpp:890
2016-05-19 06:19:26 +08:00
msgid "This file is already a Godot font file, please supply a BMFont type file instead."
msgstr ""
#: tools/editor/io_plugins/editor_font_import_plugin.cpp:898
msgid "Failed opening as BMFont file."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/io_plugins/editor_font_import_plugin.cpp:915
2016-05-04 21:35:39 +08:00
msgid "Error initializing FreeType."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/io_plugins/editor_font_import_plugin.cpp:922
2016-05-04 21:35:39 +08:00
msgid "Unknown font format."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/io_plugins/editor_font_import_plugin.cpp:926
2016-05-04 21:35:39 +08:00
msgid "Error loading font."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/io_plugins/editor_font_import_plugin.cpp:942
2016-05-19 06:19:26 +08:00
msgid "Invalid font size."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/io_plugins/editor_font_import_plugin.cpp:989
2016-05-19 06:19:26 +08:00
msgid "Invalid font custom source."
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/io_plugins/editor_sample_import_plugin.cpp:254
2016-05-04 21:35:39 +08:00
msgid "No samples to import!"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/io_plugins/editor_sample_import_plugin.cpp:295
2016-05-04 21:35:39 +08:00
msgid "Save path is empty!"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/io_plugins/editor_sample_import_plugin.cpp:334
2016-05-04 21:35:39 +08:00
msgid "Import Audio Samples"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/io_plugins/editor_sample_import_plugin.cpp:342
2016-05-04 21:35:39 +08:00
msgid "Source Sample(s):"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/io_plugins/editor_mesh_import_plugin.cpp:205
2016-05-04 21:35:39 +08:00
msgid "No meshes to import!"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/io_plugins/editor_mesh_import_plugin.cpp:264
2016-05-04 21:35:39 +08:00
msgid "Single Mesh Import"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/io_plugins/editor_mesh_import_plugin.cpp:272
2016-05-04 21:35:39 +08:00
msgid "Source Mesh(es):"
2016-05-04 20:47:34 +08:00
msgstr ""
2016-05-18 02:09:08 +08:00
#: tools/editor/io_plugins/editor_mesh_import_plugin.cpp:365
2016-05-21 22:34:56 +08:00
msgid "Surface %d"
2016-05-04 20:47:34 +08:00
msgstr ""