aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--editor/translations/editor.pot38
1 files changed, 31 insertions, 7 deletions
diff --git a/editor/translations/editor.pot b/editor/translations/editor.pot
index b254b855a..8e8f8954f 100644
--- a/editor/translations/editor.pot
+++ b/editor/translations/editor.pot
@@ -1302,7 +1302,7 @@ msgid "Pick a Main Scene"
msgstr ""
#: editor/editor_node.cpp editor/plugins/canvas_item_editor_plugin.cpp
-#: editor/scene_tree_dock.cpp
+#: editor/scene_tree_dock.cpp editor/script_create_dialog.cpp
msgid "Ugh"
msgstr ""
@@ -3812,6 +3812,10 @@ msgstr ""
msgid "Pitch"
msgstr ""
+#: editor/plugins/sample_library_editor_plugin.cpp
+msgid "Priority"
+msgstr ""
+
#: editor/plugins/script_editor_plugin.cpp
msgid "Error while saving theme"
msgstr ""
@@ -5560,7 +5564,7 @@ msgstr ""
msgid "Dir.."
msgstr ""
-#: editor/property_editor.cpp
+#: editor/property_editor.cpp editor/script_create_dialog.cpp
msgid "Load"
msgstr ""
@@ -5569,6 +5573,10 @@ msgid "Assign"
msgstr ""
#: editor/property_editor.cpp
+msgid "New Script"
+msgstr ""
+
+#: editor/property_editor.cpp
msgid "Error loading file: Not a resource!"
msgstr ""
@@ -5777,7 +5785,11 @@ msgid "Change Type"
msgstr ""
#: editor/scene_tree_dock.cpp
-msgid "Add Script"
+msgid "Attach Script"
+msgstr ""
+
+#: editor/scene_tree_dock.cpp
+msgid "Clear Script"
msgstr ""
#: editor/scene_tree_dock.cpp
@@ -5806,6 +5818,14 @@ msgid ""
"exists."
msgstr ""
+#: editor/scene_tree_dock.cpp
+msgid "Attach a new or existing script for the selected node."
+msgstr ""
+
+#: editor/scene_tree_dock.cpp
+msgid "Clear a script for the selected node."
+msgstr ""
+
#: editor/scene_tree_editor.cpp
msgid "Toggle Spatial Visible"
msgstr ""
@@ -5899,6 +5919,10 @@ msgid "Could not create script in filesystem."
msgstr ""
#: editor/script_create_dialog.cpp
+msgid "Error loading script from %s"
+msgstr ""
+
+#: editor/script_create_dialog.cpp
msgid "Path is empty"
msgstr ""
@@ -5911,15 +5935,15 @@ msgid "Invalid base path"
msgstr ""
#: editor/script_create_dialog.cpp
-msgid "File exists"
+msgid "Invalid extension"
msgstr ""
#: editor/script_create_dialog.cpp
-msgid "Invalid extension"
+msgid "Create new script"
msgstr ""
#: editor/script_create_dialog.cpp
-msgid "Valid path"
+msgid "Load existing script"
msgstr ""
#: editor/script_create_dialog.cpp
@@ -5931,7 +5955,7 @@ msgid "Built-In Script"
msgstr ""
#: editor/script_create_dialog.cpp
-msgid "Create Node Script"
+msgid "Attach Node Script"
msgstr ""
#: editor/script_editor_debugger.cpp