summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2016-05-21 20:37:13 +0200
committerRémi Verschelde <rverschelde@gmail.com>2016-05-21 20:37:13 +0200
commit87e8e8d37298a126214679dfdbe3ef7db3543fd5 (patch)
tree7f738be832e8303b0292c6bd4dd175cbf3b450d6
parent10a50853dfa65a70dc4c4ed1c95cfdb38f29436c (diff)
i18n: Add gettext header template to the POT
-rwxr-xr-xtools/translations/extract.py18
-rw-r--r--tools/translations/tools.pot528
2 files changed, 411 insertions, 135 deletions
diff --git a/tools/translations/extract.py b/tools/translations/extract.py
index 0ae856344a..195f45f637 100755
--- a/tools/translations/extract.py
+++ b/tools/translations/extract.py
@@ -35,7 +35,19 @@ for root, dirnames, filenames in os.walk('.'):
unique_str = []
unique_loc = {}
-main_po = ""
+main_po = """
+# LANGUAGE translation of the Godot Engine editor
+# Copyright (C) 2016 Juan Linietsky, Ariel Manzur and the Godot community
+# This file is distributed under the same license as the Godot source code.
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: Godot Engine editor\\n"
+"Content-Type: text/plain; charset=UTF-8\\n"
+"Content-Transfer-Encoding: 8-bit\\n"
+"""
print("Updating the tools.pot template...")
@@ -85,6 +97,10 @@ f = open("tools.pot", "wb")
f.write(main_po)
f.close()
+if (os.name == "posix"):
+ os.system("msgmerge -w80 tools.pot tools.pot > tools.pot.wrap")
+ shutil.move("tools.pot.wrap", "tools.pot")
+
shutil.move("tools.pot", "tools/translations/tools.pot")
# TODO: Make that in a portable way, if we care; if not, kudos to Unix users
diff --git a/tools/translations/tools.pot b/tools/translations/tools.pot
index 84c4fa13d7..41aba64129 100644
--- a/tools/translations/tools.pot
+++ b/tools/translations/tools.pot
@@ -1,18 +1,39 @@
+# LANGUAGE translation of the Godot Engine editor
+# Copyright (C) 2016 Juan Linietsky, Ariel Manzur and the Godot community
+# This file is distributed under the same license as the Godot source code.
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: Godot Engine editor\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8-bit\n"
#: scene/audio/sample_player.cpp scene/2d/sample_player_2d.cpp
-msgid "A SampleLibrary resource must be created or set in the 'samples' property in order for SamplePlayer to play sound."
+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
-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."
+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
-msgid "A shape must be provided for CollisionShape to function. Please create a shape resource for it!"
+msgid ""
+"A shape must be provided for CollisionShape to function. Please create a "
+"shape resource for it!"
msgstr ""
#: scene/3d/collision_polygon.cpp
-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."
+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
@@ -20,11 +41,14 @@ msgid "An empty CollisionPolygon has no effect on collision."
msgstr ""
#: scene/3d/scenario_fx.cpp
-msgid "Only one WorldEnvironment is allowed per scene (or set of instanced scenes)."
+msgid ""
+"Only one WorldEnvironment is allowed per scene (or set of instanced scenes)."
msgstr ""
#: scene/3d/spatial_sample_player.cpp
-msgid "A SampleLibrary resource must be created or set in the 'samples' property in order for SpatialSamplePlayer to play sound."
+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
@@ -32,7 +56,9 @@ msgid "A NavigationMesh resource must be set or created for this node to work."
msgstr ""
#: scene/3d/navigation_mesh.cpp
-msgid "NavigationMeshInstance must be a child or grandchild to a Navigation node. It only provides navigation data."
+msgid ""
+"NavigationMeshInstance must be a child or grandchild to a Navigation node. It "
+"only provides navigation data."
msgstr ""
#: scene/2d/particles_2d.cpp
@@ -40,15 +66,19 @@ msgid "Path property must point to a valid Particles2D node to work."
msgstr ""
#: scene/2d/parallax_layer.cpp
-msgid "ParallaxLayer node only works when set as child of a ParallaxBackground node."
+msgid ""
+"ParallaxLayer node only works when set as child of a ParallaxBackground node."
msgstr ""
#: scene/2d/visibility_notifier_2d.cpp
-msgid "VisibilityEnable2D works best when used with the edited scene root directly as parent."
+msgid ""
+"VisibilityEnable2D works best when used with the edited scene root directly "
+"as parent."
msgstr ""
#: scene/2d/light_occluder_2d.cpp
-msgid "An occluder polygon must be set (or drawn) for this occluder to take effect."
+msgid ""
+"An occluder polygon must be set (or drawn) for this occluder to take effect."
msgstr ""
#: scene/2d/light_occluder_2d.cpp
@@ -56,23 +86,34 @@ msgid "The occluder polygon for this occluder is empty. Please draw a polygon!"
msgstr ""
#: scene/2d/navigation_polygon.cpp
-msgid "A NavigationPolygon resource must be set or created for this node to work. Please set a property or draw a polygon."
+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
-msgid "NavigationPolygonInstance must be a child or grandchild to a Navigation2D node. It only provides navigation data."
+msgid ""
+"NavigationPolygonInstance must be a child or grandchild to a Navigation2D "
+"node. It only provides navigation data."
msgstr ""
#: scene/2d/sprite.cpp
-msgid "Path property must point to a valid Viewport node to work. Such Viewport must be set to 'render target' mode."
+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
-msgid "The Viewport set in the path property must be set as 'render target' in order for this sprite to work."
+msgid ""
+"The Viewport set in the path property must be set as 'render target' in order "
+"for this sprite to work."
msgstr ""
#: scene/2d/collision_polygon_2d.cpp
-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."
+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
@@ -84,11 +125,15 @@ msgid "PathFollow2D only works when set as a child of a Path2D node."
msgstr ""
#: scene/2d/canvas_modulate.cpp
-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."
+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."
msgstr ""
#: scene/2d/animated_sprite.cpp
-msgid "A SpriteFrames resource must be created or set in the 'Frames' property in order for AnimatedSprite to display frames."
+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
@@ -96,50 +141,86 @@ msgid "Path property must point to a valid Node2D node to work."
msgstr ""
#: scene/2d/collision_shape_2d.cpp
-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."
+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
-msgid "A shape must be provided for CollisionShape2D to function. Please create a shape resource for it!"
+msgid ""
+"A shape must be provided for CollisionShape2D to function. Please create a "
+"shape resource for it!"
msgstr ""
#: scene/2d/light_2d.cpp
-msgid "A texture with the shape of the light must be supplied to the 'texture' property."
+msgid ""
+"A texture with the shape of the light must be supplied to the 'texture' "
+"property."
msgstr ""
#: scene/gui/popup.cpp
-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."
+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 ""
-#: scene/gui/text_edit.cpp scene/gui/line_edit.cpp tools/editor/plugins/shader_editor_plugin.cpp tools/editor/plugins/script_editor_plugin.cpp
+#: scene/gui/text_edit.cpp scene/gui/line_edit.cpp
+#: tools/editor/plugins/shader_editor_plugin.cpp
+#: tools/editor/plugins/script_editor_plugin.cpp
msgid "Cut"
msgstr ""
-#: scene/gui/text_edit.cpp scene/gui/line_edit.cpp tools/editor/resources_dock.cpp tools/editor/property_editor.cpp tools/editor/plugins/shader_editor_plugin.cpp tools/editor/plugins/script_editor_plugin.cpp
+#: scene/gui/text_edit.cpp scene/gui/line_edit.cpp
+#: tools/editor/resources_dock.cpp tools/editor/property_editor.cpp
+#: tools/editor/plugins/shader_editor_plugin.cpp
+#: tools/editor/plugins/script_editor_plugin.cpp
msgid "Copy"
msgstr ""
-#: scene/gui/text_edit.cpp scene/gui/line_edit.cpp tools/editor/resources_dock.cpp tools/editor/property_editor.cpp tools/editor/plugins/shader_editor_plugin.cpp tools/editor/plugins/script_editor_plugin.cpp tools/editor/plugins/resource_preloader_editor_plugin.cpp tools/editor/plugins/sprite_frames_editor_plugin.cpp
+#: scene/gui/text_edit.cpp scene/gui/line_edit.cpp
+#: tools/editor/resources_dock.cpp tools/editor/property_editor.cpp
+#: tools/editor/plugins/shader_editor_plugin.cpp
+#: tools/editor/plugins/script_editor_plugin.cpp
+#: tools/editor/plugins/resource_preloader_editor_plugin.cpp
+#: tools/editor/plugins/sprite_frames_editor_plugin.cpp
msgid "Paste"
msgstr ""
-#: scene/gui/text_edit.cpp scene/gui/line_edit.cpp tools/editor/project_export.cpp tools/editor/plugins/shader_editor_plugin.cpp tools/editor/plugins/script_editor_plugin.cpp
+#: scene/gui/text_edit.cpp scene/gui/line_edit.cpp
+#: tools/editor/project_export.cpp tools/editor/plugins/shader_editor_plugin.cpp
+#: tools/editor/plugins/script_editor_plugin.cpp
msgid "Select All"
msgstr ""
-#: scene/gui/text_edit.cpp scene/gui/line_edit.cpp tools/editor/script_editor_debugger.cpp tools/editor/editor_log.cpp tools/editor/property_editor.cpp tools/editor/plugins/rich_text_editor_plugin.cpp tools/editor/plugins/animation_tree_editor_plugin.cpp
+#: scene/gui/text_edit.cpp scene/gui/line_edit.cpp
+#: tools/editor/script_editor_debugger.cpp tools/editor/editor_log.cpp
+#: tools/editor/property_editor.cpp
+#: tools/editor/plugins/rich_text_editor_plugin.cpp
+#: tools/editor/plugins/animation_tree_editor_plugin.cpp
msgid "Clear"
msgstr ""
-#: scene/gui/text_edit.cpp scene/gui/line_edit.cpp tools/editor/editor_node.cpp tools/editor/plugins/shader_editor_plugin.cpp tools/editor/plugins/script_editor_plugin.cpp
+#: scene/gui/text_edit.cpp scene/gui/line_edit.cpp tools/editor/editor_node.cpp
+#: tools/editor/plugins/shader_editor_plugin.cpp
+#: tools/editor/plugins/script_editor_plugin.cpp
msgid "Undo"
msgstr ""
#: scene/main/viewport.cpp
-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."
+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."
msgstr ""
-#: tools/editor/project_export.cpp tools/editor/plugins/canvas_item_editor_plugin.cpp tools/editor/plugins/shader_editor_plugin.cpp tools/editor/plugins/script_editor_plugin.cpp tools/editor/plugins/polygon_2d_editor_plugin.cpp
+#: tools/editor/project_export.cpp
+#: tools/editor/plugins/canvas_item_editor_plugin.cpp
+#: tools/editor/plugins/shader_editor_plugin.cpp
+#: tools/editor/plugins/script_editor_plugin.cpp
+#: tools/editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Edit Script Options"
msgstr ""
@@ -147,7 +228,8 @@ msgstr ""
msgid "Please export outside the project folder!"
msgstr ""
-#: tools/editor/project_export.cpp tools/editor/plugins/tile_set_editor_plugin.cpp
+#: tools/editor/project_export.cpp
+#: tools/editor/plugins/tile_set_editor_plugin.cpp
msgid "Error exporting project!"
msgstr ""
@@ -179,11 +261,14 @@ msgstr ""
msgid "Group name already exists!"
msgstr ""
-#: tools/editor/project_export.cpp tools/editor/project_settings.cpp tools/editor/groups_editor.cpp tools/editor/plugins/theme_editor_plugin.cpp tools/editor/plugins/item_list_editor_plugin.cpp
+#: tools/editor/project_export.cpp tools/editor/project_settings.cpp
+#: tools/editor/groups_editor.cpp tools/editor/plugins/theme_editor_plugin.cpp
+#: tools/editor/plugins/item_list_editor_plugin.cpp
msgid "Add Image Group"
msgstr ""
-#: tools/editor/project_export.cpp tools/editor/scenes_dock.cpp tools/editor/editor_node.cpp tools/editor/plugins/item_list_editor_plugin.cpp
+#: tools/editor/project_export.cpp tools/editor/scenes_dock.cpp
+#: tools/editor/editor_node.cpp tools/editor/plugins/item_list_editor_plugin.cpp
msgid "Delete Image Group"
msgstr ""
@@ -244,7 +329,8 @@ msgid "Action"
msgstr ""
#: tools/editor/project_export.cpp
-msgid "Filters to export non-resource files (comma-separated, e.g.: *.json, *.txt):"
+msgid ""
+"Filters to export non-resource files (comma-separated, e.g.: *.json, *.txt):"
msgstr ""
#: tools/editor/project_export.cpp
@@ -431,7 +517,10 @@ msgstr ""
msgid "Line Number:"
msgstr ""
-#: tools/editor/code_editor.cpp tools/editor/project_settings.cpp tools/editor/addon_editor_plugin.cpp tools/editor/editor_help.cpp tools/editor/plugins/shader_editor_plugin.cpp tools/editor/plugins/script_editor_plugin.cpp
+#: tools/editor/code_editor.cpp tools/editor/project_settings.cpp
+#: tools/editor/addon_editor_plugin.cpp tools/editor/editor_help.cpp
+#: tools/editor/plugins/shader_editor_plugin.cpp
+#: tools/editor/plugins/script_editor_plugin.cpp
msgid "Search"
msgstr ""
@@ -507,7 +596,10 @@ msgstr ""
msgid "Add"
msgstr ""
-#: tools/editor/connections_dialog.cpp tools/editor/dependency_editor.cpp tools/editor/project_manager.cpp tools/editor/plugins/animation_tree_editor_plugin.cpp tools/editor/plugins/theme_editor_plugin.cpp
+#: tools/editor/connections_dialog.cpp tools/editor/dependency_editor.cpp
+#: tools/editor/project_manager.cpp
+#: tools/editor/plugins/animation_tree_editor_plugin.cpp
+#: tools/editor/plugins/theme_editor_plugin.cpp
msgid "Remove"
msgstr ""
@@ -531,7 +623,17 @@ msgstr ""
msgid "Oneshot"
msgstr ""
-#: tools/editor/connections_dialog.cpp tools/editor/settings_config_dialog.cpp tools/editor/import_settings.cpp tools/editor/run_settings_dialog.cpp tools/editor/project_settings.cpp tools/editor/groups_editor.cpp tools/editor/property_editor.cpp tools/editor/addon_editor_plugin.cpp tools/editor/call_dialog.cpp tools/editor/plugins/sample_library_editor_plugin.cpp tools/editor/plugins/animation_player_editor_plugin.cpp tools/editor/plugins/canvas_item_editor_plugin.cpp tools/editor/plugins/script_editor_plugin.cpp tools/editor/plugins/resource_preloader_editor_plugin.cpp tools/editor/plugins/sprite_frames_editor_plugin.cpp
+#: tools/editor/connections_dialog.cpp tools/editor/settings_config_dialog.cpp
+#: tools/editor/import_settings.cpp tools/editor/run_settings_dialog.cpp
+#: tools/editor/project_settings.cpp tools/editor/groups_editor.cpp
+#: tools/editor/property_editor.cpp tools/editor/addon_editor_plugin.cpp
+#: tools/editor/call_dialog.cpp
+#: tools/editor/plugins/sample_library_editor_plugin.cpp
+#: tools/editor/plugins/animation_player_editor_plugin.cpp
+#: tools/editor/plugins/canvas_item_editor_plugin.cpp
+#: tools/editor/plugins/script_editor_plugin.cpp
+#: tools/editor/plugins/resource_preloader_editor_plugin.cpp
+#: tools/editor/plugins/sprite_frames_editor_plugin.cpp
msgid "Close"
msgstr ""
@@ -543,7 +645,12 @@ msgstr ""
msgid "Connect '%s' to '%s'"
msgstr ""
-#: tools/editor/connections_dialog.cpp tools/editor/animation_editor.cpp tools/editor/project_manager.cpp tools/editor/create_dialog.cpp tools/editor/plugins/light_occluder_2d_editor_plugin.cpp tools/editor/plugins/navigation_polygon_editor_plugin.cpp tools/editor/plugins/particles_editor_plugin.cpp tools/editor/plugins/mesh_editor_plugin.cpp
+#: tools/editor/connections_dialog.cpp tools/editor/animation_editor.cpp
+#: tools/editor/project_manager.cpp tools/editor/create_dialog.cpp
+#: tools/editor/plugins/light_occluder_2d_editor_plugin.cpp
+#: tools/editor/plugins/navigation_polygon_editor_plugin.cpp
+#: tools/editor/plugins/particles_editor_plugin.cpp
+#: tools/editor/plugins/mesh_editor_plugin.cpp
msgid "Create Subscription"
msgstr ""
@@ -551,7 +658,8 @@ msgstr ""
msgid "Connect.."
msgstr ""
-#: tools/editor/connections_dialog.cpp tools/editor/plugins/animation_tree_editor_plugin.cpp
+#: tools/editor/connections_dialog.cpp
+#: tools/editor/plugins/animation_tree_editor_plugin.cpp
msgid "Disconnect"
msgstr ""
@@ -571,7 +679,14 @@ msgstr ""
msgid "Scene Path:"
msgstr ""
-#: tools/editor/editor_sub_scene.cpp tools/editor/editor_node.cpp tools/editor/project_manager.cpp tools/editor/io_plugins/editor_texture_import_plugin.cpp tools/editor/io_plugins/editor_translation_import_plugin.cpp tools/editor/io_plugins/editor_scene_import_plugin.cpp tools/editor/io_plugins/editor_font_import_plugin.cpp tools/editor/io_plugins/editor_sample_import_plugin.cpp tools/editor/io_plugins/editor_mesh_import_plugin.cpp
+#: tools/editor/editor_sub_scene.cpp tools/editor/editor_node.cpp
+#: tools/editor/project_manager.cpp
+#: tools/editor/io_plugins/editor_texture_import_plugin.cpp
+#: tools/editor/io_plugins/editor_translation_import_plugin.cpp
+#: tools/editor/io_plugins/editor_scene_import_plugin.cpp
+#: tools/editor/io_plugins/editor_font_import_plugin.cpp
+#: tools/editor/io_plugins/editor_sample_import_plugin.cpp
+#: tools/editor/io_plugins/editor_mesh_import_plugin.cpp
msgid "Import From Node:"
msgstr ""
@@ -583,11 +698,15 @@ msgstr ""
msgid "General"
msgstr ""
-#: tools/editor/settings_config_dialog.cpp tools/editor/quick_open.cpp tools/editor/addon_editor_plugin.cpp tools/editor/editor_node.cpp tools/editor/editor_help.cpp tools/editor/create_dialog.cpp tools/editor/plugins/script_editor_plugin.cpp
+#: tools/editor/settings_config_dialog.cpp tools/editor/quick_open.cpp
+#: tools/editor/addon_editor_plugin.cpp tools/editor/editor_node.cpp
+#: tools/editor/editor_help.cpp tools/editor/create_dialog.cpp
+#: tools/editor/plugins/script_editor_plugin.cpp
msgid "Search:"
msgstr ""
-#: tools/editor/settings_config_dialog.cpp tools/editor/project_settings.cpp tools/editor/addon_editor_plugin.cpp
+#: tools/editor/settings_config_dialog.cpp tools/editor/project_settings.cpp
+#: tools/editor/addon_editor_plugin.cpp
msgid "Plugins"
msgstr ""
@@ -603,7 +722,11 @@ msgstr ""
msgid "Create Folder"
msgstr ""
-#: tools/editor/editor_dir_dialog.cpp tools/editor/editor_plugin_settings.cpp tools/editor/editor_file_dialog.cpp tools/editor/project_manager.cpp tools/editor/plugins/sample_library_editor_plugin.cpp tools/editor/plugins/theme_editor_plugin.cpp tools/editor/io_plugins/editor_scene_import_plugin.cpp
+#: tools/editor/editor_dir_dialog.cpp tools/editor/editor_plugin_settings.cpp
+#: tools/editor/editor_file_dialog.cpp tools/editor/project_manager.cpp
+#: tools/editor/plugins/sample_library_editor_plugin.cpp
+#: tools/editor/plugins/theme_editor_plugin.cpp
+#: tools/editor/io_plugins/editor_scene_import_plugin.cpp
msgid "Name:"
msgstr ""
@@ -632,11 +755,15 @@ msgid "Dependencies For:"
msgstr ""
#: tools/editor/dependency_editor.cpp
-msgid "Scene '%s' is currently being edited.\nChanges will not take effect unless reloaded."
+msgid ""
+"Scene '%s' is currently being edited.\n"
+"Changes will not take effect unless reloaded."
msgstr ""
#: tools/editor/dependency_editor.cpp
-msgid "Resource '%s' is in use.\nChanges will take effect when reloaded."
+msgid ""
+"Resource '%s' is in use.\n"
+"Changes will take effect when reloaded."
msgstr ""
#: tools/editor/dependency_editor.cpp
@@ -675,7 +802,9 @@ msgstr ""
msgid "Scene failed to load due to missing dependencies:"
msgstr ""
-#: tools/editor/dependency_editor.cpp tools/editor/scenes_dock.cpp tools/editor/editor_file_dialog.cpp tools/editor/editor_node.cpp tools/editor/editor_help.cpp tools/editor/plugins/script_editor_plugin.cpp
+#: tools/editor/dependency_editor.cpp tools/editor/scenes_dock.cpp
+#: tools/editor/editor_file_dialog.cpp tools/editor/editor_node.cpp
+#: tools/editor/editor_help.cpp tools/editor/plugins/script_editor_plugin.cpp
msgid "Open Anyway"
msgstr ""
@@ -815,15 +944,21 @@ msgstr ""
msgid "Class Name:"
msgstr ""
-#: tools/editor/script_create_dialog.cpp tools/editor/scene_tree_editor.cpp tools/editor/editor_help.cpp
+#: tools/editor/script_create_dialog.cpp tools/editor/scene_tree_editor.cpp
+#: tools/editor/editor_help.cpp
msgid "Inherits:"
msgstr ""
-#: tools/editor/script_create_dialog.cpp tools/editor/io_plugins/editor_translation_import_plugin.cpp
+#: tools/editor/script_create_dialog.cpp
+#: tools/editor/io_plugins/editor_translation_import_plugin.cpp
msgid "Language"
msgstr ""
-#: tools/editor/script_create_dialog.cpp tools/editor/property_editor.cpp tools/editor/plugins/sample_library_editor_plugin.cpp tools/editor/plugins/animation_player_editor_plugin.cpp tools/editor/plugins/resource_preloader_editor_plugin.cpp tools/editor/plugins/sprite_frames_editor_plugin.cpp
+#: tools/editor/script_create_dialog.cpp tools/editor/property_editor.cpp
+#: tools/editor/plugins/sample_library_editor_plugin.cpp
+#: tools/editor/plugins/animation_player_editor_plugin.cpp
+#: tools/editor/plugins/resource_preloader_editor_plugin.cpp
+#: tools/editor/plugins/sprite_frames_editor_plugin.cpp
msgid "Error!"
msgstr ""
@@ -831,7 +966,9 @@ msgstr ""
msgid "Built-In Script"
msgstr ""
-#: tools/editor/script_create_dialog.cpp tools/editor/project_settings.cpp tools/editor/editor_file_dialog.cpp tools/editor/io_plugins/editor_font_import_plugin.cpp
+#: tools/editor/script_create_dialog.cpp tools/editor/project_settings.cpp
+#: tools/editor/editor_file_dialog.cpp
+#: tools/editor/io_plugins/editor_font_import_plugin.cpp
msgid "Path:"
msgstr ""
@@ -935,7 +1072,8 @@ msgstr ""
msgid "Scale From Cursor"
msgstr ""
-#: tools/editor/animation_editor.cpp tools/editor/plugins/tile_map_editor_plugin.cpp tools/editor/plugins/tile_map_editor_plugin.cpp
+#: tools/editor/animation_editor.cpp
+#: tools/editor/plugins/tile_map_editor_plugin.cpp
msgid "Duplicate Selection"
msgstr ""
@@ -955,7 +1093,8 @@ msgstr ""
msgid "Linear"
msgstr ""
-#: tools/editor/animation_editor.cpp tools/editor/plugins/theme_editor_plugin.cpp
+#: tools/editor/animation_editor.cpp
+#: tools/editor/plugins/theme_editor_plugin.cpp
msgid "Constant"
msgstr ""
@@ -1139,7 +1278,9 @@ msgstr ""
msgid "Bytes:"
msgstr ""
-#: tools/editor/script_editor_debugger.cpp tools/editor/project_settings.cpp tools/editor/scene_tree_editor.cpp tools/editor/plugins/theme_editor_plugin.cpp
+#: tools/editor/script_editor_debugger.cpp tools/editor/project_settings.cpp
+#: tools/editor/scene_tree_editor.cpp
+#: tools/editor/plugins/theme_editor_plugin.cpp
msgid "Type:"
msgstr ""
@@ -1175,7 +1316,8 @@ msgstr ""
msgid "Errors"
msgstr ""
-#: tools/editor/script_editor_debugger.cpp tools/editor/plugins/script_editor_plugin.cpp
+#: tools/editor/script_editor_debugger.cpp
+#: tools/editor/plugins/script_editor_plugin.cpp
msgid "Debugger"
msgstr ""
@@ -1187,19 +1329,23 @@ msgstr ""
msgid "File:"
msgstr ""
-#: tools/editor/script_editor_debugger.cpp tools/editor/plugins/script_editor_plugin.cpp
+#: tools/editor/script_editor_debugger.cpp
+#: tools/editor/plugins/script_editor_plugin.cpp
msgid "Step Into"
msgstr ""
-#: tools/editor/script_editor_debugger.cpp tools/editor/plugins/script_editor_plugin.cpp
+#: tools/editor/script_editor_debugger.cpp
+#: tools/editor/plugins/script_editor_plugin.cpp
msgid "Step Over"
msgstr ""
-#: tools/editor/script_editor_debugger.cpp tools/editor/plugins/script_editor_plugin.cpp
+#: tools/editor/script_editor_debugger.cpp
+#: tools/editor/plugins/script_editor_plugin.cpp
msgid "Break"
msgstr ""
-#: tools/editor/script_editor_debugger.cpp tools/editor/plugins/script_editor_plugin.cpp
+#: tools/editor/script_editor_debugger.cpp
+#: tools/editor/plugins/script_editor_plugin.cpp
msgid "Continue"
msgstr ""
@@ -1255,7 +1401,8 @@ msgstr ""
msgid "Type"
msgstr ""
-#: tools/editor/script_editor_debugger.cpp tools/editor/plugins/sample_library_editor_plugin.cpp
+#: tools/editor/script_editor_debugger.cpp
+#: tools/editor/plugins/sample_library_editor_plugin.cpp
msgid "Format"
msgstr ""
@@ -1291,7 +1438,8 @@ msgstr ""
msgid "Imported Resources"
msgstr ""
-#: tools/editor/import_settings.cpp tools/editor/editor_reimport_dialog.cpp tools/editor/editor_node.cpp
+#: tools/editor/import_settings.cpp tools/editor/editor_reimport_dialog.cpp
+#: tools/editor/editor_node.cpp
msgid "Re-Import"
msgstr ""
@@ -1451,7 +1599,8 @@ msgstr ""
msgid "Error saving settings."
msgstr ""
-#: tools/editor/project_settings.cpp tools/editor/plugins/spatial_editor_plugin.cpp
+#: tools/editor/project_settings.cpp
+#: tools/editor/plugins/spatial_editor_plugin.cpp
msgid "Settings saved OK."
msgstr ""
@@ -1612,7 +1761,9 @@ msgid "Singleton"
msgstr ""
#: tools/editor/scene_tree_editor.cpp
-msgid "This item cannot be made visible because the parent is hidden. Unhide the parent first."
+msgid ""
+"This item cannot be made visible because the parent is hidden. Unhide the "
+"parent first."
msgstr ""
#: tools/editor/scene_tree_editor.cpp
@@ -1667,7 +1818,8 @@ msgstr ""
msgid "Select a Node"
msgstr ""
-#: tools/editor/quick_open.cpp tools/editor/editor_help.cpp tools/editor/create_dialog.cpp tools/editor/plugins/script_editor_plugin.cpp
+#: tools/editor/quick_open.cpp tools/editor/editor_help.cpp
+#: tools/editor/create_dialog.cpp tools/editor/plugins/script_editor_plugin.cpp
msgid "Matches:"
msgstr ""
@@ -1683,7 +1835,9 @@ msgstr ""
msgid "Current scene must be saved to re-import."
msgstr ""
-#: tools/editor/editor_reimport_dialog.cpp tools/editor/editor_node.cpp tools/editor/plugins/animation_player_editor_plugin.cpp tools/editor/plugins/script_editor_plugin.cpp
+#: tools/editor/editor_reimport_dialog.cpp tools/editor/editor_node.cpp
+#: tools/editor/plugins/animation_player_editor_plugin.cpp
+#: tools/editor/plugins/script_editor_plugin.cpp
msgid "Save & Re-Import"
msgstr ""
@@ -1695,7 +1849,8 @@ msgstr ""
msgid "Re-Import Changed Resources"
msgstr ""
-#: tools/editor/resources_dock.cpp tools/editor/editor_node.cpp tools/editor/plugins/animation_player_editor_plugin.cpp
+#: tools/editor/resources_dock.cpp tools/editor/editor_node.cpp
+#: tools/editor/plugins/animation_player_editor_plugin.cpp
msgid "Error saving resource!"
msgstr ""
@@ -1711,7 +1866,8 @@ msgstr ""
msgid "Save Resource"
msgstr ""
-#: tools/editor/resources_dock.cpp tools/editor/editor_node.cpp tools/editor/plugins/animation_player_editor_plugin.cpp
+#: tools/editor/resources_dock.cpp tools/editor/editor_node.cpp
+#: tools/editor/plugins/animation_player_editor_plugin.cpp
msgid "Save Resource As.."
msgstr ""
@@ -1763,7 +1919,7 @@ msgstr ""
msgid "Can't open file_type_cache.cch for writing, not saving file type cache!"
msgstr ""
-#: tools/editor/reparent_dialog.cpp tools/editor/scene_tree_dock.cpp tools/editor/scene_tree_dock.cpp
+#: tools/editor/reparent_dialog.cpp tools/editor/scene_tree_dock.cpp
msgid "Reparent Node"
msgstr ""
@@ -1987,7 +2143,8 @@ msgstr ""
msgid "Dir.."
msgstr ""
-#: tools/editor/property_editor.cpp tools/editor/plugins/script_editor_plugin.cpp
+#: tools/editor/property_editor.cpp
+#: tools/editor/plugins/script_editor_plugin.cpp
msgid "New"
msgstr ""
@@ -2096,7 +2253,8 @@ msgid "Creating Thumbnail"
msgstr ""
#: tools/editor/editor_node.cpp
-msgid "Couldn't save scene. Likely dependencies (instances) couldn't be satisfied."
+msgid ""
+"Couldn't save scene. Likely dependencies (instances) couldn't be satisfied."
msgstr ""
#: tools/editor/editor_node.cpp
@@ -2155,7 +2313,8 @@ msgstr ""
msgid "Set Params"
msgstr ""
-#: tools/editor/editor_node.cpp tools/editor/plugins/resource_preloader_editor_plugin.cpp
+#: tools/editor/editor_node.cpp
+#: tools/editor/plugins/resource_preloader_editor_plugin.cpp
msgid "Paste Resource"
msgstr ""
@@ -2264,7 +2423,9 @@ msgid "Ugh"
msgstr ""
#: tools/editor/editor_node.cpp
-msgid "Error loading scene, it must be inside the project path. Use 'Import' to open the scene, then save it inside the project path."
+msgid ""
+"Error loading scene, it must be inside the project path. Use 'Import' to open "
+"the scene, then save it inside the project path."
msgstr ""
#: tools/editor/editor_node.cpp
@@ -2355,7 +2516,8 @@ msgstr ""
msgid "TileSet.."
msgstr ""
-#: tools/editor/editor_node.cpp tools/editor/plugins/shader_editor_plugin.cpp tools/editor/plugins/script_editor_plugin.cpp
+#: tools/editor/editor_node.cpp tools/editor/plugins/shader_editor_plugin.cpp
+#: tools/editor/plugins/script_editor_plugin.cpp
msgid "Redo"
msgstr ""
@@ -2483,7 +2645,9 @@ msgstr ""
msgid "Save the currently edited resource."
msgstr ""
-#: tools/editor/editor_node.cpp tools/editor/plugins/animation_player_editor_plugin.cpp tools/editor/plugins/script_editor_plugin.cpp
+#: tools/editor/editor_node.cpp
+#: tools/editor/plugins/animation_player_editor_plugin.cpp
+#: tools/editor/plugins/script_editor_plugin.cpp
msgid "Save As.."
msgstr ""
@@ -2740,7 +2904,9 @@ msgid "Ok"
msgstr ""
#: tools/editor/scene_tree_dock.cpp
-msgid "Cannot instance the scene '%s' because the current scene exists within one of its nodes."
+msgid ""
+"Cannot instance the scene '%s' because the current scene exists within one of "
+"its nodes."
msgstr ""
#: tools/editor/scene_tree_dock.cpp
@@ -2804,7 +2970,9 @@ msgid "Create Node"
msgstr ""
#: tools/editor/scene_tree_dock.cpp
-msgid "Couldn't save new scene. Likely dependencies (instances) couldn't be satisfied."
+msgid ""
+"Couldn't save new scene. Likely dependencies (instances) couldn't be "
+"satisfied."
msgstr ""
#: tools/editor/scene_tree_dock.cpp
@@ -2847,11 +3015,13 @@ msgstr ""
msgid "Add Script"
msgstr ""
-#: tools/editor/scene_tree_dock.cpp tools/editor/plugins/script_editor_plugin.cpp
+#: tools/editor/scene_tree_dock.cpp
+#: tools/editor/plugins/script_editor_plugin.cpp
msgid "Move Up"
msgstr ""
-#: tools/editor/scene_tree_dock.cpp tools/editor/plugins/script_editor_plugin.cpp
+#: tools/editor/scene_tree_dock.cpp
+#: tools/editor/plugins/script_editor_plugin.cpp
msgid "Move Down"
msgstr ""
@@ -2872,7 +3042,9 @@ msgid "Add/Create a New Node"
msgstr ""
#: tools/editor/scene_tree_dock.cpp
-msgid "Instance a scene file as a Node. Creates an inherited scene if no root node exists."
+msgid ""
+"Instance a scene file as a Node. Creates an inherited scene if no root node "
+"exists."
msgstr ""
#: tools/editor/create_dialog.cpp
@@ -2911,19 +3083,23 @@ msgstr ""
msgid "Delete Sample"
msgstr ""
-#: tools/editor/plugins/sample_library_editor_plugin.cpp tools/editor/plugins/sample_editor_plugin.cpp
+#: tools/editor/plugins/sample_library_editor_plugin.cpp
+#: tools/editor/plugins/sample_editor_plugin.cpp
msgid "16 Bits"
msgstr ""
-#: tools/editor/plugins/sample_library_editor_plugin.cpp tools/editor/plugins/sample_editor_plugin.cpp
+#: tools/editor/plugins/sample_library_editor_plugin.cpp
+#: tools/editor/plugins/sample_editor_plugin.cpp
msgid "8 Bits"
msgstr ""
-#: tools/editor/plugins/sample_library_editor_plugin.cpp tools/editor/plugins/sample_editor_plugin.cpp
+#: tools/editor/plugins/sample_library_editor_plugin.cpp
+#: tools/editor/plugins/sample_editor_plugin.cpp
msgid "Stereo"
msgstr ""
-#: tools/editor/plugins/sample_library_editor_plugin.cpp tools/editor/plugins/sample_editor_plugin.cpp
+#: tools/editor/plugins/sample_library_editor_plugin.cpp
+#: tools/editor/plugins/sample_editor_plugin.cpp
msgid "Mono"
msgstr ""
@@ -2935,15 +3111,28 @@ msgstr ""
msgid "Pitch"
msgstr ""
-#: tools/editor/plugins/collision_polygon_editor_plugin.cpp tools/editor/plugins/collision_polygon_2d_editor_plugin.cpp tools/editor/plugins/polygon_2d_editor_plugin.cpp tools/editor/plugins/navigation_polygon_editor_plugin.cpp
+#: tools/editor/plugins/collision_polygon_editor_plugin.cpp
+#: tools/editor/plugins/collision_polygon_2d_editor_plugin.cpp
+#: tools/editor/plugins/polygon_2d_editor_plugin.cpp
+#: tools/editor/plugins/navigation_polygon_editor_plugin.cpp
msgid "Create Poly3D"
msgstr ""
-#: tools/editor/plugins/collision_polygon_editor_plugin.cpp tools/editor/plugins/light_occluder_2d_editor_plugin.cpp tools/editor/plugins/collision_polygon_2d_editor_plugin.cpp tools/editor/plugins/polygon_2d_editor_plugin.cpp tools/editor/plugins/navigation_polygon_editor_plugin.cpp tools/editor/plugins/path_2d_editor_plugin.cpp
+#: tools/editor/plugins/collision_polygon_editor_plugin.cpp
+#: tools/editor/plugins/light_occluder_2d_editor_plugin.cpp
+#: tools/editor/plugins/collision_polygon_2d_editor_plugin.cpp
+#: tools/editor/plugins/polygon_2d_editor_plugin.cpp
+#: tools/editor/plugins/navigation_polygon_editor_plugin.cpp
+#: tools/editor/plugins/path_2d_editor_plugin.cpp
msgid "Edit Poly"
msgstr ""
-#: tools/editor/plugins/collision_polygon_editor_plugin.cpp tools/editor/plugins/light_occluder_2d_editor_plugin.cpp tools/editor/plugins/collision_polygon_2d_editor_plugin.cpp tools/editor/plugins/polygon_2d_editor_plugin.cpp tools/editor/plugins/navigation_polygon_editor_plugin.cpp tools/editor/plugins/path_2d_editor_plugin.cpp
+#: tools/editor/plugins/collision_polygon_editor_plugin.cpp
+#: tools/editor/plugins/light_occluder_2d_editor_plugin.cpp
+#: tools/editor/plugins/collision_polygon_2d_editor_plugin.cpp
+#: tools/editor/plugins/polygon_2d_editor_plugin.cpp
+#: tools/editor/plugins/navigation_polygon_editor_plugin.cpp
+#: tools/editor/plugins/path_2d_editor_plugin.cpp
msgid "Edit Poly (Remove Point)"
msgstr ""
@@ -2963,7 +3152,8 @@ msgstr ""
msgid "Change Animation Name:"
msgstr ""
-#: tools/editor/plugins/animation_player_editor_plugin.cpp tools/editor/plugins/sprite_frames_editor_plugin.cpp
+#: tools/editor/plugins/animation_player_editor_plugin.cpp
+#: tools/editor/plugins/sprite_frames_editor_plugin.cpp
msgid "Remove Animation"
msgstr ""
@@ -2975,11 +3165,13 @@ msgstr ""
msgid "ERROR: Animation name already exists!"
msgstr ""
-#: tools/editor/plugins/animation_player_editor_plugin.cpp tools/editor/plugins/sprite_frames_editor_plugin.cpp
+#: tools/editor/plugins/animation_player_editor_plugin.cpp
+#: tools/editor/plugins/sprite_frames_editor_plugin.cpp
msgid "Rename Animation"
msgstr ""
-#: tools/editor/plugins/animation_player_editor_plugin.cpp tools/editor/plugins/sprite_frames_editor_plugin.cpp
+#: tools/editor/plugins/animation_player_editor_plugin.cpp
+#: tools/editor/plugins/sprite_frames_editor_plugin.cpp
msgid "Add Animation"
msgstr ""
@@ -3107,23 +3299,29 @@ msgstr ""
msgid "Create Occluder Polygon"
msgstr ""
-#: tools/editor/plugins/light_occluder_2d_editor_plugin.cpp tools/editor/plugins/collision_polygon_2d_editor_plugin.cpp tools/editor/plugins/navigation_polygon_editor_plugin.cpp
+#: tools/editor/plugins/light_occluder_2d_editor_plugin.cpp
+#: tools/editor/plugins/collision_polygon_2d_editor_plugin.cpp
+#: tools/editor/plugins/navigation_polygon_editor_plugin.cpp
msgid "Create a new polygon from scratch."
msgstr ""
-#: tools/editor/plugins/light_occluder_2d_editor_plugin.cpp tools/editor/plugins/navigation_polygon_editor_plugin.cpp
+#: tools/editor/plugins/light_occluder_2d_editor_plugin.cpp
+#: tools/editor/plugins/navigation_polygon_editor_plugin.cpp
msgid "Edit existing polygon:"
msgstr ""
-#: tools/editor/plugins/light_occluder_2d_editor_plugin.cpp tools/editor/plugins/navigation_polygon_editor_plugin.cpp
+#: tools/editor/plugins/light_occluder_2d_editor_plugin.cpp
+#: tools/editor/plugins/navigation_polygon_editor_plugin.cpp
msgid "LMB: Move Point."
msgstr ""
-#: tools/editor/plugins/light_occluder_2d_editor_plugin.cpp tools/editor/plugins/navigation_polygon_editor_plugin.cpp
+#: tools/editor/plugins/light_occluder_2d_editor_plugin.cpp
+#: tools/editor/plugins/navigation_polygon_editor_plugin.cpp
msgid "Ctrl+LMB: Split Segment."
msgstr ""
-#: tools/editor/plugins/light_occluder_2d_editor_plugin.cpp tools/editor/plugins/navigation_polygon_editor_plugin.cpp
+#: tools/editor/plugins/light_occluder_2d_editor_plugin.cpp
+#: tools/editor/plugins/navigation_polygon_editor_plugin.cpp
msgid "RMB: Erase Point."
msgstr ""
@@ -3131,11 +3329,15 @@ msgstr ""
msgid "Configure Snap"
msgstr ""
-#: tools/editor/plugins/canvas_item_editor_plugin.cpp tools/editor/plugins/polygon_2d_editor_plugin.cpp tools/editor/plugins/sprite_region_editor_plugin.cpp tools/editor/plugins/sprite_region_editor_plugin.cpp
+#: tools/editor/plugins/canvas_item_editor_plugin.cpp
+#: tools/editor/plugins/polygon_2d_editor_plugin.cpp
+#: tools/editor/plugins/sprite_region_editor_plugin.cpp
msgid "Grid Offset:"
msgstr ""
-#: tools/editor/plugins/canvas_item_editor_plugin.cpp tools/editor/plugins/polygon_2d_editor_plugin.cpp tools/editor/plugins/sprite_region_editor_plugin.cpp
+#: tools/editor/plugins/canvas_item_editor_plugin.cpp
+#: tools/editor/plugins/polygon_2d_editor_plugin.cpp
+#: tools/editor/plugins/sprite_region_editor_plugin.cpp
msgid "Grid Step:"
msgstr ""
@@ -3195,16 +3397,20 @@ msgstr ""
msgid "Alt+RMB: Depth list selection"
msgstr ""
-#: tools/editor/plugins/canvas_item_editor_plugin.cpp tools/editor/plugins/spatial_editor_plugin.cpp
+#: tools/editor/plugins/canvas_item_editor_plugin.cpp
+#: tools/editor/plugins/spatial_editor_plugin.cpp
msgid "Move Mode (W)"
msgstr ""
-#: tools/editor/plugins/canvas_item_editor_plugin.cpp tools/editor/plugins/spatial_editor_plugin.cpp
+#: tools/editor/plugins/canvas_item_editor_plugin.cpp
+#: tools/editor/plugins/spatial_editor_plugin.cpp
msgid "Rotate Mode (E)"
msgstr ""
#: tools/editor/plugins/canvas_item_editor_plugin.cpp
-msgid "Show a list of all objects at the position clicked\n(same as Alt+RMB in select mode)."
+msgid ""
+"Show a list of all objects at the position clicked\n"
+"(same as Alt+RMB in select mode)."
msgstr ""
#: tools/editor/plugins/canvas_item_editor_plugin.cpp
@@ -3231,11 +3437,14 @@ msgstr ""
msgid "Restores the object's children's ability to be selected."
msgstr ""
-#: tools/editor/plugins/canvas_item_editor_plugin.cpp tools/editor/plugins/spatial_editor_plugin.cpp
+#: tools/editor/plugins/canvas_item_editor_plugin.cpp
+#: tools/editor/plugins/spatial_editor_plugin.cpp
msgid "Use Snap"
msgstr ""
-#: tools/editor/plugins/canvas_item_editor_plugin.cpp tools/editor/plugins/polygon_2d_editor_plugin.cpp tools/editor/plugins/sprite_region_editor_plugin.cpp
+#: tools/editor/plugins/canvas_item_editor_plugin.cpp
+#: tools/editor/plugins/polygon_2d_editor_plugin.cpp
+#: tools/editor/plugins/sprite_region_editor_plugin.cpp
msgid "Show Grid"
msgstr ""
@@ -3243,11 +3452,13 @@ msgstr ""
msgid "Use Rotation Snap"
msgstr ""
-#: tools/editor/plugins/canvas_item_editor_plugin.cpp tools/editor/plugins/sprite_region_editor_plugin.cpp
+#: tools/editor/plugins/canvas_item_editor_plugin.cpp
+#: tools/editor/plugins/sprite_region_editor_plugin.cpp
msgid "Snap Relative"
msgstr ""
-#: tools/editor/plugins/canvas_item_editor_plugin.cpp tools/editor/plugins/spatial_editor_plugin.cpp
+#: tools/editor/plugins/canvas_item_editor_plugin.cpp
+#: tools/editor/plugins/spatial_editor_plugin.cpp
msgid "Configure Snap.."
msgstr ""
@@ -3395,7 +3606,8 @@ msgstr ""
msgid "New name:"
msgstr ""
-#: tools/editor/plugins/animation_tree_editor_plugin.cpp tools/editor/plugins/multimesh_editor_plugin.cpp
+#: tools/editor/plugins/animation_tree_editor_plugin.cpp
+#: tools/editor/plugins/multimesh_editor_plugin.cpp
msgid "Scale:"
msgstr ""
@@ -3431,7 +3643,8 @@ msgstr ""
msgid "Start!"
msgstr ""
-#: tools/editor/plugins/animation_tree_editor_plugin.cpp tools/editor/plugins/multimesh_editor_plugin.cpp
+#: tools/editor/plugins/animation_tree_editor_plugin.cpp
+#: tools/editor/plugins/multimesh_editor_plugin.cpp
msgid "Amount:"
msgstr ""
@@ -3631,19 +3844,23 @@ msgstr ""
msgid "Populate"
msgstr ""
-#: tools/editor/plugins/shader_editor_plugin.cpp tools/editor/plugins/script_editor_plugin.cpp
+#: tools/editor/plugins/shader_editor_plugin.cpp
+#: tools/editor/plugins/script_editor_plugin.cpp
msgid "Find.."
msgstr ""
-#: tools/editor/plugins/shader_editor_plugin.cpp tools/editor/plugins/script_editor_plugin.cpp
+#: tools/editor/plugins/shader_editor_plugin.cpp
+#: tools/editor/plugins/script_editor_plugin.cpp
msgid "Find Next"
msgstr ""
-#: tools/editor/plugins/shader_editor_plugin.cpp tools/editor/plugins/script_editor_plugin.cpp
+#: tools/editor/plugins/shader_editor_plugin.cpp
+#: tools/editor/plugins/script_editor_plugin.cpp
msgid "Replace.."
msgstr ""
-#: tools/editor/plugins/shader_editor_plugin.cpp tools/editor/plugins/script_editor_plugin.cpp
+#: tools/editor/plugins/shader_editor_plugin.cpp
+#: tools/editor/plugins/script_editor_plugin.cpp
msgid "Goto Line.."
msgstr ""
@@ -3663,7 +3880,9 @@ msgstr ""
msgid "Can't save theme to file:"
msgstr ""
-#: tools/editor/plugins/theme_editor_plugin.cpp tools/editor/plugins/cube_grid_theme_editor_plugin.cpp tools/editor/plugins/tile_set_editor_plugin.cpp
+#: tools/editor/plugins/theme_editor_plugin.cpp
+#: tools/editor/plugins/cube_grid_theme_editor_plugin.cpp
+#: tools/editor/plugins/tile_set_editor_plugin.cpp
msgid "Add Item"
msgstr ""
@@ -3675,7 +3894,8 @@ msgstr ""
msgid "Add All"
msgstr ""
-#: tools/editor/plugins/theme_editor_plugin.cpp tools/editor/plugins/tile_set_editor_plugin.cpp
+#: tools/editor/plugins/theme_editor_plugin.cpp
+#: tools/editor/plugins/tile_set_editor_plugin.cpp
msgid "Remove Item"
msgstr ""
@@ -4204,7 +4424,9 @@ msgid "Create Script"
msgstr ""
#: tools/editor/plugins/script_editor_plugin.cpp
-msgid "The following files are newer on disk.\nWhat action should be taken?:"
+msgid ""
+"The following files are newer on disk.\n"
+"What action should be taken?:"
msgstr ""
#: tools/editor/plugins/script_editor_plugin.cpp
@@ -4303,7 +4525,8 @@ msgstr ""
msgid "Add/Remove to Color Ramp"
msgstr ""
-#: tools/editor/plugins/shader_graph_editor_plugin.cpp tools/editor/plugins/color_ramp_editor_plugin.cpp
+#: tools/editor/plugins/shader_graph_editor_plugin.cpp
+#: tools/editor/plugins/color_ramp_editor_plugin.cpp
msgid "Modify Color Ramp"
msgstr ""
@@ -4411,7 +4634,8 @@ msgstr ""
msgid "Snap"
msgstr ""
-#: tools/editor/plugins/polygon_2d_editor_plugin.cpp tools/editor/plugins/sprite_region_editor_plugin.cpp
+#: tools/editor/plugins/polygon_2d_editor_plugin.cpp
+#: tools/editor/plugins/sprite_region_editor_plugin.cpp
msgid "Enable Snap"
msgstr ""
@@ -4439,7 +4663,8 @@ msgstr ""
msgid "Rename Resource"
msgstr ""
-#: tools/editor/plugins/resource_preloader_editor_plugin.cpp tools/editor/plugins/sprite_frames_editor_plugin.cpp
+#: tools/editor/plugins/resource_preloader_editor_plugin.cpp
+#: tools/editor/plugins/sprite_frames_editor_plugin.cpp
msgid "Delete Resource"
msgstr ""
@@ -4447,7 +4672,8 @@ msgstr ""
msgid "Resource clipboard is empty!"
msgstr ""
-#: tools/editor/plugins/resource_preloader_editor_plugin.cpp tools/editor/plugins/sprite_frames_editor_plugin.cpp
+#: tools/editor/plugins/resource_preloader_editor_plugin.cpp
+#: tools/editor/plugins/sprite_frames_editor_plugin.cpp
msgid "Load Resource"
msgstr ""
@@ -4491,7 +4717,8 @@ msgstr ""
msgid "Speed (FPS):"
msgstr ""
-#: tools/editor/plugins/sprite_frames_editor_plugin.cpp tools/editor/io_plugins/editor_scene_import_plugin.cpp
+#: tools/editor/plugins/sprite_frames_editor_plugin.cpp
+#: tools/editor/io_plugins/editor_scene_import_plugin.cpp
msgid "Loop"
msgstr ""
@@ -4563,7 +4790,8 @@ msgstr ""
msgid "Remove item %d?"
msgstr ""
-#: tools/editor/plugins/cube_grid_theme_editor_plugin.cpp tools/editor/io_plugins/editor_scene_import_plugin.cpp
+#: tools/editor/plugins/cube_grid_theme_editor_plugin.cpp
+#: tools/editor/io_plugins/editor_scene_import_plugin.cpp
msgid "Import Scene"
msgstr ""
@@ -4667,7 +4895,8 @@ msgstr ""
msgid "Split Path"
msgstr ""
-#: tools/editor/plugins/path_editor_plugin.cpp tools/editor/plugins/path_2d_editor_plugin.cpp
+#: tools/editor/plugins/path_editor_plugin.cpp
+#: tools/editor/plugins/path_2d_editor_plugin.cpp
msgid "Add Point to Curve"
msgstr ""
@@ -4675,35 +4904,43 @@ msgstr ""
msgid "Remove Path Point"
msgstr ""
-#: tools/editor/plugins/path_editor_plugin.cpp tools/editor/plugins/path_2d_editor_plugin.cpp
+#: tools/editor/plugins/path_editor_plugin.cpp
+#: tools/editor/plugins/path_2d_editor_plugin.cpp
msgid "Select Points"
msgstr ""
-#: tools/editor/plugins/path_editor_plugin.cpp tools/editor/plugins/path_2d_editor_plugin.cpp
+#: tools/editor/plugins/path_editor_plugin.cpp
+#: tools/editor/plugins/path_2d_editor_plugin.cpp
msgid "Shift+Drag: Select Control Points"
msgstr ""
-#: tools/editor/plugins/path_editor_plugin.cpp tools/editor/plugins/path_2d_editor_plugin.cpp
+#: tools/editor/plugins/path_editor_plugin.cpp
+#: tools/editor/plugins/path_2d_editor_plugin.cpp
msgid "Click: Add Point"
msgstr ""
-#: tools/editor/plugins/path_editor_plugin.cpp tools/editor/plugins/path_2d_editor_plugin.cpp
+#: tools/editor/plugins/path_editor_plugin.cpp
+#: tools/editor/plugins/path_2d_editor_plugin.cpp
msgid "Right Click: Delete Point"
msgstr ""
-#: tools/editor/plugins/path_editor_plugin.cpp tools/editor/plugins/path_2d_editor_plugin.cpp
+#: tools/editor/plugins/path_editor_plugin.cpp
+#: tools/editor/plugins/path_2d_editor_plugin.cpp
msgid "Add Point (in empty space)"
msgstr ""
-#: tools/editor/plugins/path_editor_plugin.cpp tools/editor/plugins/path_2d_editor_plugin.cpp
+#: tools/editor/plugins/path_editor_plugin.cpp
+#: tools/editor/plugins/path_2d_editor_plugin.cpp
msgid "Split Segment (in curve)"
msgstr ""
-#: tools/editor/plugins/path_editor_plugin.cpp tools/editor/plugins/path_2d_editor_plugin.cpp
+#: tools/editor/plugins/path_editor_plugin.cpp
+#: tools/editor/plugins/path_2d_editor_plugin.cpp
msgid "Delete Point"
msgstr ""
-#: tools/editor/plugins/path_editor_plugin.cpp tools/editor/plugins/path_2d_editor_plugin.cpp
+#: tools/editor/plugins/path_editor_plugin.cpp
+#: tools/editor/plugins/path_2d_editor_plugin.cpp
msgid "Close Curve"
msgstr ""
@@ -4848,22 +5085,31 @@ msgid "Texture Options"
msgstr ""
#: tools/editor/io_plugins/editor_texture_import_plugin.cpp
-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."
+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."
msgstr ""
#: tools/editor/io_plugins/editor_texture_import_plugin.cpp
msgid "Please specify some files!"
msgstr ""
-#: tools/editor/io_plugins/editor_texture_import_plugin.cpp tools/editor/io_plugins/editor_scene_import_plugin.cpp tools/editor/io_plugins/editor_sample_import_plugin.cpp
+#: tools/editor/io_plugins/editor_texture_import_plugin.cpp
+#: tools/editor/io_plugins/editor_scene_import_plugin.cpp
+#: tools/editor/io_plugins/editor_sample_import_plugin.cpp
msgid "Target path is empty."
msgstr ""
-#: tools/editor/io_plugins/editor_texture_import_plugin.cpp tools/editor/io_plugins/editor_scene_import_plugin.cpp tools/editor/io_plugins/editor_sample_import_plugin.cpp
+#: tools/editor/io_plugins/editor_texture_import_plugin.cpp
+#: tools/editor/io_plugins/editor_scene_import_plugin.cpp
+#: tools/editor/io_plugins/editor_sample_import_plugin.cpp
msgid "Target path must be a complete resource path."
msgstr ""
-#: tools/editor/io_plugins/editor_texture_import_plugin.cpp tools/editor/io_plugins/editor_scene_import_plugin.cpp tools/editor/io_plugins/editor_sample_import_plugin.cpp
+#: tools/editor/io_plugins/editor_texture_import_plugin.cpp
+#: tools/editor/io_plugins/editor_scene_import_plugin.cpp
+#: tools/editor/io_plugins/editor_sample_import_plugin.cpp
msgid "Target path must exist."
msgstr ""
@@ -4895,7 +5141,11 @@ msgstr ""
msgid "Crop empty space."
msgstr ""
-#: tools/editor/io_plugins/editor_texture_import_plugin.cpp tools/editor/io_plugins/editor_translation_import_plugin.cpp tools/editor/io_plugins/editor_scene_import_plugin.cpp tools/editor/io_plugins/editor_sample_import_plugin.cpp tools/editor/io_plugins/editor_mesh_import_plugin.cpp
+#: tools/editor/io_plugins/editor_texture_import_plugin.cpp
+#: tools/editor/io_plugins/editor_translation_import_plugin.cpp
+#: tools/editor/io_plugins/editor_scene_import_plugin.cpp
+#: tools/editor/io_plugins/editor_sample_import_plugin.cpp
+#: tools/editor/io_plugins/editor_mesh_import_plugin.cpp
msgid "Target Path:"
msgstr ""
@@ -4915,7 +5165,11 @@ msgstr ""
msgid "Base Atlas Texture"
msgstr ""
-#: tools/editor/io_plugins/editor_texture_import_plugin.cpp tools/editor/io_plugins/editor_translation_import_plugin.cpp tools/editor/io_plugins/editor_scene_import_plugin.cpp tools/editor/io_plugins/editor_font_import_plugin.cpp tools/editor/io_plugins/editor_sample_import_plugin.cpp
+#: tools/editor/io_plugins/editor_texture_import_plugin.cpp
+#: tools/editor/io_plugins/editor_translation_import_plugin.cpp
+#: tools/editor/io_plugins/editor_scene_import_plugin.cpp
+#: tools/editor/io_plugins/editor_font_import_plugin.cpp
+#: tools/editor/io_plugins/editor_sample_import_plugin.cpp
msgid "Accept"
msgstr ""
@@ -5127,7 +5381,10 @@ msgstr ""
msgid "Target Texture Folder:"
msgstr ""
-#: tools/editor/io_plugins/editor_scene_import_plugin.cpp tools/editor/io_plugins/editor_font_import_plugin.cpp tools/editor/io_plugins/editor_sample_import_plugin.cpp tools/editor/io_plugins/editor_mesh_import_plugin.cpp
+#: tools/editor/io_plugins/editor_scene_import_plugin.cpp
+#: tools/editor/io_plugins/editor_font_import_plugin.cpp
+#: tools/editor/io_plugins/editor_sample_import_plugin.cpp
+#: tools/editor/io_plugins/editor_mesh_import_plugin.cpp
msgid "Options:"
msgstr ""
@@ -5260,7 +5517,9 @@ msgid "Font Import"
msgstr ""
#: tools/editor/io_plugins/editor_font_import_plugin.cpp
-msgid "This file is already a Godot font file, please supply a BMFont type file instead."
+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
@@ -5291,7 +5550,8 @@ msgstr ""
msgid "No samples to import!"
msgstr ""
-#: tools/editor/io_plugins/editor_sample_import_plugin.cpp tools/editor/io_plugins/editor_mesh_import_plugin.cpp
+#: tools/editor/io_plugins/editor_sample_import_plugin.cpp
+#: tools/editor/io_plugins/editor_mesh_import_plugin.cpp
msgid "Save path is empty!"
msgstr ""