summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2016-05-17 19:29:22 +0200
committerRémi Verschelde <rverschelde@gmail.com>2016-05-17 19:29:32 +0200
commit3a26e14a2bab777c9ba6aedceff6e4ef2666faf0 (patch)
tree124f3dfe9f3c9d3e2220c0449317108376554914
parent433de90564ed76c4069f5fb0193136bf34894847 (diff)
i18n: Simple extract.py improvements
Also sync the template with current source.
-rwxr-xr-x[-rw-r--r--]tools/translations/extract.py16
-rw-r--r--tools/translations/tools.pot950
2 files changed, 531 insertions, 435 deletions
diff --git a/tools/translations/extract.py b/tools/translations/extract.py
index ad78a9da60..fc72c76bf3 100644..100755
--- a/tools/translations/extract.py
+++ b/tools/translations/extract.py
@@ -3,6 +3,11 @@
import fnmatch
import os
import re
+import shutil
+import subprocess
+
+if (not os.path.exists("tools")):
+ os.sys.exit("ERROR: This script should be started from the root of the git repo.")
matches = []
for root, dirnames, filenames in os.walk('.'):
@@ -19,6 +24,8 @@ for root, dirnames, filenames in os.walk('.'):
unique_str=[]
main_po=""
+print("Updating the tools.pot template...")
+
for fname in matches:
f = open(fname,"rb")
@@ -56,3 +63,12 @@ for fname in matches:
f = open("tools.pot","wb")
f.write(main_po)
f.close()
+
+shutil.move("tools.pot", "tools/translations/tools.pot")
+
+# TODO: Make that in a portable way, if we care; if not, kudos to Unix users
+if (os.name == "posix"):
+ added = subprocess.check_output("git diff tools/translations/tools.pot | grep \+msgid | wc -l", shell=True)
+ removed = subprocess.check_output("git diff tools/translations/tools.pot | grep \\\-msgid | wc -l", shell=True)
+ print("Template changes compared to the staged status:")
+ print(" Additions: %s msgids.\n Deletions: %s msgids." % (int(added), int(removed)))
diff --git a/tools/translations/tools.pot b/tools/translations/tools.pot
index e18754edae..6bef30c21a 100644
--- a/tools/translations/tools.pot
+++ b/tools/translations/tools.pot
@@ -1,4 +1,28 @@
+#:./scene/gui/text_edit.cpp:4401
+msgid "Cut"
+msgstr ""
+
+#:./scene/gui/text_edit.cpp:4402
+msgid "Copy"
+msgstr ""
+
+#:./scene/gui/text_edit.cpp:4403
+msgid "Paste"
+msgstr ""
+
+#:./scene/gui/text_edit.cpp:4405
+msgid "Select All"
+msgstr ""
+
+#:./scene/gui/text_edit.cpp:4406
+msgid "Clear"
+msgstr ""
+
+#:./scene/gui/text_edit.cpp:4408
+msgid "Undo"
+msgstr ""
+
#:./tools/editor/project_export.cpp:261
msgid "Edit Script Options"
msgstr ""
@@ -47,10 +71,6 @@ msgstr ""
msgid "Delete Image Group"
msgstr ""
-#:./tools/editor/project_export.cpp:965
-msgid "Select All"
-msgstr ""
-
#:./tools/editor/project_export.cpp:1064
msgid "Error saving atlas! "
msgstr ""
@@ -175,155 +195,155 @@ msgstr ""
msgid "Compress Mode:"
msgstr ""
-#:./tools/editor/project_export.cpp:1315
+#:./tools/editor/project_export.cpp:1323
msgid "Lossy Quality:"
msgstr ""
-#:./tools/editor/project_export.cpp:1320
+#:./tools/editor/project_export.cpp:1327
msgid "Atlas:"
msgstr ""
-#:./tools/editor/project_export.cpp:1328
+#:./tools/editor/project_export.cpp:1335
msgid "Shrink By:"
msgstr ""
-#:./tools/editor/project_export.cpp:1332
+#:./tools/editor/project_export.cpp:1339
msgid "Preview Atlas"
msgstr ""
-#:./tools/editor/project_export.cpp:1347
+#:./tools/editor/project_export.cpp:1354
msgid "Image Filter:"
msgstr ""
-#:./tools/editor/project_export.cpp:1353
+#:./tools/editor/project_export.cpp:1360
msgid "Images:"
msgstr ""
-#:./tools/editor/project_export.cpp:1361
+#:./tools/editor/project_export.cpp:1368
msgid "Select None"
msgstr ""
-#:./tools/editor/project_export.cpp:1381
+#:./tools/editor/project_export.cpp:1388
msgid "Group"
msgstr ""
-#:./tools/editor/project_export.cpp:1408
+#:./tools/editor/project_export.cpp:1415
msgid "Samples"
msgstr ""
-#:./tools/editor/project_export.cpp:1411
+#:./tools/editor/project_export.cpp:1418
msgid "Sample Conversion Mode: (.wav files):"
msgstr ""
-#:./tools/editor/project_export.cpp:1412
+#:./tools/editor/project_export.cpp:1419
msgid "Keep"
msgstr ""
-#:./tools/editor/project_export.cpp:1413
+#:./tools/editor/project_export.cpp:1420
msgid "Compress (RAM - IMA-ADPCM)"
msgstr ""
-#:./tools/editor/project_export.cpp:1417
+#:./tools/editor/project_export.cpp:1424
msgid "Sampling Rate Limit: (hz)"
msgstr ""
-#:./tools/editor/project_export.cpp:1419
+#:./tools/editor/project_export.cpp:1426
msgid "Trim"
msgstr ""
-#:./tools/editor/project_export.cpp:1420
+#:./tools/editor/project_export.cpp:1427
msgid "Trailing Silence:"
msgstr ""
-#:./tools/editor/project_export.cpp:1426
+#:./tools/editor/project_export.cpp:1433
msgid "Script Export Mode:"
msgstr ""
-#:./tools/editor/project_export.cpp:1427
+#:./tools/editor/project_export.cpp:1434
msgid "Text"
msgstr ""
-#:./tools/editor/project_export.cpp:1428
+#:./tools/editor/project_export.cpp:1435
msgid "Compiled"
msgstr ""
-#:./tools/editor/project_export.cpp:1429
+#:./tools/editor/project_export.cpp:1436
msgid "Encrypted (Provide Key Below)"
msgstr ""
-#:./tools/editor/project_export.cpp:1431
+#:./tools/editor/project_export.cpp:1438
msgid "Script Encryption Key (256-bits as hex):"
msgstr ""
-#:./tools/editor/project_export.cpp:1444
+#:./tools/editor/project_export.cpp:1451
msgid "Export PCK/Zip"
msgstr ""
-#:./tools/editor/project_export.cpp:1454
+#:./tools/editor/project_export.cpp:1461
msgid "Export Project"
msgstr ""
-#:./tools/editor/project_export.cpp:1460
+#:./tools/editor/project_export.cpp:1467
msgid "Password:"
msgstr ""
-#:./tools/editor/project_export.cpp:1465
+#:./tools/editor/project_export.cpp:1472
msgid "Export Project PCK"
msgstr ""
-#:./tools/editor/project_export.cpp:1471
+#:./tools/editor/project_export.cpp:1478
msgid "Export.."
msgstr ""
-#:./tools/editor/project_export.cpp:1525
+#:./tools/editor/project_export.cpp:1532
msgid "Export path empty, see export options"
msgstr ""
-#:./tools/editor/project_export.cpp:1547
+#:./tools/editor/project_export.cpp:1554
msgid "Corrupted export data.."
msgstr ""
-#:./tools/editor/project_export.cpp:1549
+#:./tools/editor/project_export.cpp:1556
msgid "Corrupted export data..."
msgstr ""
-#:./tools/editor/project_export.cpp:1702
+#:./tools/editor/project_export.cpp:1709
msgid "Cannot make dir: "
msgstr ""
-#:./tools/editor/project_export.cpp:1710
+#:./tools/editor/project_export.cpp:1717
msgid "Cannot change to dir: "
msgstr ""
-#:./tools/editor/project_export.cpp:1738
+#:./tools/editor/project_export.cpp:1745
msgid "Unknown optimizer preset: "
msgstr ""
-#:./tools/editor/project_export.cpp:1759
+#:./tools/editor/project_export.cpp:1766
msgid "Preset '"
msgstr ""
-#:./tools/editor/project_export.cpp:1803
+#:./tools/editor/project_export.cpp:1810
msgid "Errr loading resource to optimize: "
msgstr ""
-#:./tools/editor/project_export.cpp:1826
+#:./tools/editor/project_export.cpp:1833
msgid "Errr saving optimized resource: "
msgstr ""
-#:./tools/editor/project_export.cpp:1849
+#:./tools/editor/project_export.cpp:1856
msgid "Error copying from: "
msgstr ""
-#:./tools/editor/project_export.cpp:1901
+#:./tools/editor/project_export.cpp:1908
msgid "Project Export"
msgstr ""
-#:./tools/editor/project_export.cpp:1903
+#:./tools/editor/project_export.cpp:1910
msgid "Export Preset:"
msgstr ""
-#:./tools/editor/project_export.cpp:1907
+#:./tools/editor/project_export.cpp:1914
msgid "Export"
msgstr ""
@@ -1247,10 +1267,6 @@ msgstr ""
msgid "Set From Tree"
msgstr ""
-#:./tools/editor/script_editor_debugger.cpp:1429
-msgid "Clear"
-msgstr ""
-
#:./tools/editor/script_editor_debugger.cpp:1444
msgid "Scene Tree:"
msgstr ""
@@ -1595,39 +1611,39 @@ msgstr ""
msgid "Instance: "
msgstr ""
-#:./tools/editor/scene_tree_editor.cpp:669
+#:./tools/editor/scene_tree_editor.cpp:682
msgid "Rename Node"
msgstr ""
-#:./tools/editor/scene_tree_editor.cpp:836
+#:./tools/editor/scene_tree_editor.cpp:1008
msgid "Scene Tree (Nodes):"
msgstr ""
-#:./tools/editor/scene_tree_editor.cpp:866
+#:./tools/editor/scene_tree_editor.cpp:1045
msgid "Editable Children"
msgstr ""
-#:./tools/editor/scene_tree_editor.cpp:867
+#:./tools/editor/scene_tree_editor.cpp:1046
msgid "Load As Placeholder"
msgstr ""
-#:./tools/editor/scene_tree_editor.cpp:869
+#:./tools/editor/scene_tree_editor.cpp:1048
msgid "Open in Editor"
msgstr ""
-#:./tools/editor/scene_tree_editor.cpp:874
+#:./tools/editor/scene_tree_editor.cpp:1053
msgid "Clear Inheritance"
msgstr ""
-#:./tools/editor/scene_tree_editor.cpp:882
+#:./tools/editor/scene_tree_editor.cpp:1061
msgid "Clear Inheritance? (No Undo!)"
msgstr ""
-#:./tools/editor/scene_tree_editor.cpp:883
+#:./tools/editor/scene_tree_editor.cpp:1062
msgid "Clear!"
msgstr ""
-#:./tools/editor/scene_tree_editor.cpp:949
+#:./tools/editor/scene_tree_editor.cpp:1128
msgid "Select a Node"
msgstr ""
@@ -1691,14 +1707,6 @@ msgstr ""
msgid "Make Local"
msgstr ""
-#:./tools/editor/resources_dock.cpp:378
-msgid "Copy"
-msgstr ""
-
-#:./tools/editor/resources_dock.cpp:379
-msgid "Paste"
-msgstr ""
-
#:./tools/editor/editor_run_script.cpp:12
msgid "EditorScript::add_root_node : Write your logic in the _run() method."
msgstr ""
@@ -1755,83 +1763,79 @@ msgstr ""
msgid "Favorites:"
msgstr ""
-#:./tools/editor/scenes_dock.cpp:454
-msgid "ResizedFolder"
-msgstr ""
-
-#:./tools/editor/scenes_dock.cpp:465
-msgid "ResizedFile"
-msgstr ""
-
-#:./tools/editor/scenes_dock.cpp:718
+#:./tools/editor/scenes_dock.cpp:805
msgid "Same source and destination files, doing nothing."
msgstr ""
-#:./tools/editor/scenes_dock.cpp:765
+#:./tools/editor/scenes_dock.cpp:852
msgid "Same source and destination paths, doing nothing."
msgstr ""
-#:./tools/editor/scenes_dock.cpp:775
+#:./tools/editor/scenes_dock.cpp:862
msgid "Can't move directories to within themselves"
msgstr ""
-#:./tools/editor/scenes_dock.cpp:879
+#:./tools/editor/scenes_dock.cpp:1020
msgid "Can't operate on '..'"
msgstr ""
-#:./tools/editor/scenes_dock.cpp:898
+#:./tools/editor/scenes_dock.cpp:1039
msgid "Pick New Name and Location For: "
msgstr ""
-#:./tools/editor/scenes_dock.cpp:921
+#:./tools/editor/scenes_dock.cpp:1062
msgid "No files selected!"
msgstr ""
-#:./tools/editor/scenes_dock.cpp:1114
-msgid "Previous Directory"
+#:./tools/editor/scenes_dock.cpp:1400
+msgid "Instance"
msgstr ""
-#:./tools/editor/scenes_dock.cpp:1121
-msgid "Next Directory"
+#:./tools/editor/scenes_dock.cpp:1406
+msgid "Edit Dependencies.."
msgstr ""
-#:./tools/editor/scenes_dock.cpp:1128
-msgid "Re-Scan Filesystem"
+#:./tools/editor/scenes_dock.cpp:1407
+msgid "View Owners.."
msgstr ""
-#:./tools/editor/scenes_dock.cpp:1137
-msgid "Move Favorite Up"
+#:./tools/editor/scenes_dock.cpp:1412
+msgid "Rename or Move.."
msgstr ""
-#:./tools/editor/scenes_dock.cpp:1144
-msgid "Move Favorite Down"
+#:./tools/editor/scenes_dock.cpp:1414
+msgid "Move To.."
msgstr ""
-#:./tools/editor/scenes_dock.cpp:1151
-msgid "Toggle folder status as Favorite"
+#:./tools/editor/scenes_dock.cpp:1470
+msgid "Previous Directory"
msgstr ""
-#:./tools/editor/scenes_dock.cpp:1173
-msgid "Instance the selected scene(s) as child of the selected node."
+#:./tools/editor/scenes_dock.cpp:1477
+msgid "Next Directory"
+msgstr ""
+
+#:./tools/editor/scenes_dock.cpp:1484
+msgid "Re-Scan Filesystem"
msgstr ""
-#:./tools/editor/scenes_dock.cpp:1178
-msgid "Rename or Move"
+#:./tools/editor/scenes_dock.cpp:1493
+msgid "Move Favorite Up"
msgstr ""
-#:./tools/editor/scenes_dock.cpp:1181
-msgid "Edit Dependencies"
+#:./tools/editor/scenes_dock.cpp:1500
+msgid "Move Favorite Down"
msgstr ""
-#:./tools/editor/scenes_dock.cpp:1182
-msgid "View Owners"
+#:./tools/editor/scenes_dock.cpp:1507
+msgid "Toggle folder status as Favorite"
msgstr ""
-#:./tools/editor/scenes_dock.cpp:1186
-msgid "Miscenaneous options related to resources on disk."
+#:./tools/editor/scenes_dock.cpp:1529
+msgid "Instance the selected scene(s) as child of the selected node."
msgstr ""
-#:./tools/editor/scenes_dock.cpp:1243
+#:./tools/editor/scenes_dock.cpp:1615
msgid "Move"
msgstr ""
@@ -1867,11 +1871,11 @@ msgstr ""
msgid "EditorSettings"
msgstr ""
-#:./tools/editor/editor_settings.cpp:465
+#:./tools/editor/editor_settings.cpp:472
msgid "Default (Same as Editor)"
msgstr ""
-#:./tools/editor/editor_settings.cpp:501
+#:./tools/editor/editor_settings.cpp:508
msgid "PVRTC/fast_conversion"
msgstr ""
@@ -1931,99 +1935,99 @@ msgstr ""
msgid "Node Group(s)"
msgstr ""
-#:./tools/editor/property_editor.cpp:350
+#:./tools/editor/property_editor.cpp:355
msgid "Preset.."
msgstr ""
-#:./tools/editor/property_editor.cpp:353
+#:./tools/editor/property_editor.cpp:358
msgid "Ease In"
msgstr ""
-#:./tools/editor/property_editor.cpp:354
+#:./tools/editor/property_editor.cpp:359
msgid "Ease Out"
msgstr ""
-#:./tools/editor/property_editor.cpp:356
+#:./tools/editor/property_editor.cpp:361
msgid "Zero"
msgstr ""
-#:./tools/editor/property_editor.cpp:357
+#:./tools/editor/property_editor.cpp:362
msgid "Easing In-Out"
msgstr ""
-#:./tools/editor/property_editor.cpp:358
+#:./tools/editor/property_editor.cpp:363
msgid "Easing Out-In"
msgstr ""
-#:./tools/editor/property_editor.cpp:396
+#:./tools/editor/property_editor.cpp:401
msgid "File.."
msgstr ""
-#:./tools/editor/property_editor.cpp:403
+#:./tools/editor/property_editor.cpp:408
msgid "Dir.."
msgstr ""
-#:./tools/editor/property_editor.cpp:637
+#:./tools/editor/property_editor.cpp:642
msgid "New"
msgstr ""
-#:./tools/editor/property_editor.cpp:638
+#:./tools/editor/property_editor.cpp:643
msgid "Load"
msgstr ""
-#:./tools/editor/property_editor.cpp:646
+#:./tools/editor/property_editor.cpp:651
msgid "Assign"
msgstr ""
-#:./tools/editor/property_editor.cpp:692
+#:./tools/editor/property_editor.cpp:697
msgid "New "
msgstr ""
-#:./tools/editor/property_editor.cpp:833
+#:./tools/editor/property_editor.cpp:838
msgid "Error loading file: Not a resource!"
msgstr ""
-#:./tools/editor/property_editor.cpp:845
+#:./tools/editor/property_editor.cpp:850
msgid "Couldn't load image"
msgstr ""
-#:./tools/editor/property_editor.cpp:934
+#:./tools/editor/property_editor.cpp:939
msgid "ArrayPropertyEdit"
msgstr ""
-#:./tools/editor/property_editor.cpp:1730
+#:./tools/editor/property_editor.cpp:1735
msgid "Bit "
msgstr ""
-#:./tools/editor/property_editor.cpp:2468
+#:./tools/editor/property_editor.cpp:2661
msgid "Property"
msgstr ""
-#:./tools/editor/property_editor.cpp:2577
+#:./tools/editor/property_editor.cpp:2770
msgid "Class: "
msgstr ""
-#:./tools/editor/property_editor.cpp:2674
+#:./tools/editor/property_editor.cpp:2867
msgid "Property: "
msgstr ""
-#:./tools/editor/property_editor.cpp:2705
+#:./tools/editor/property_editor.cpp:2898
msgid "On"
msgstr ""
-#:./tools/editor/property_editor.cpp:3243
+#:./tools/editor/property_editor.cpp:3436
msgid "Set "
msgstr ""
-#:./tools/editor/property_editor.cpp:3755
+#:./tools/editor/property_editor.cpp:3952
msgid "Properties:"
msgstr ""
-#:./tools/editor/property_editor.cpp:4006
+#:./tools/editor/property_editor.cpp:4205
msgid "Global"
msgstr ""
-#:./tools/editor/property_editor.cpp:4029
+#:./tools/editor/property_editor.cpp:4228
msgid "Sections:"
msgstr ""
@@ -2043,563 +2047,567 @@ msgstr ""
msgid "Re-Import.."
msgstr ""
-#:./tools/editor/editor_node.cpp:589
+#:./tools/editor/editor_node.cpp:603
msgid "I see.."
msgstr ""
-#:./tools/editor/editor_node.cpp:595
+#:./tools/editor/editor_node.cpp:609
msgid "Can't open file for writing: "
msgstr ""
-#:./tools/editor/editor_node.cpp:599
+#:./tools/editor/editor_node.cpp:613
msgid "File format requested unknown: "
msgstr ""
-#:./tools/editor/editor_node.cpp:603
+#:./tools/editor/editor_node.cpp:617
msgid "Error Saving."
msgstr ""
-#:./tools/editor/editor_node.cpp:899
+#:./tools/editor/editor_node.cpp:913
msgid "Saving Scene"
msgstr ""
-#:./tools/editor/editor_node.cpp:900
+#:./tools/editor/editor_node.cpp:914
msgid "Analyzing"
msgstr ""
-#:./tools/editor/editor_node.cpp:913
+#:./tools/editor/editor_node.cpp:927
msgid "Creating Thumbnail"
msgstr ""
-#:./tools/editor/editor_node.cpp:1010
+#:./tools/editor/editor_node.cpp:1024
msgid "Couldn't save scene. Likely dependencies (instances) couldn't be satisfied."
msgstr ""
-#:./tools/editor/editor_node.cpp:1060
+#:./tools/editor/editor_node.cpp:1074
msgid "Ugh"
msgstr ""
-#:./tools/editor/editor_node.cpp:1061
+#:./tools/editor/editor_node.cpp:1075
msgid "Error importing scene."
msgstr ""
-#:./tools/editor/editor_node.cpp:1077
+#:./tools/editor/editor_node.cpp:1091
msgid "Error load scene to update."
msgstr ""
-#:./tools/editor/editor_node.cpp:1159
+#:./tools/editor/editor_node.cpp:1173
msgid "Failed to load resource."
msgstr ""
-#:./tools/editor/editor_node.cpp:1240
+#:./tools/editor/editor_node.cpp:1254
msgid "Can't load MeshLibrary for merging!."
msgstr ""
-#:./tools/editor/editor_node.cpp:1257
+#:./tools/editor/editor_node.cpp:1271
msgid "Error saving MeshLibrary!."
msgstr ""
-#:./tools/editor/editor_node.cpp:1275
+#:./tools/editor/editor_node.cpp:1289
msgid "Can't load TileSet for merging!."
msgstr ""
-#:./tools/editor/editor_node.cpp:1293
+#:./tools/editor/editor_node.cpp:1307
msgid "Error saving TileSet!."
msgstr ""
-#:./tools/editor/editor_node.cpp:1310
+#:./tools/editor/editor_node.cpp:1324
msgid "Can't open export templates zip."
msgstr ""
-#:./tools/editor/editor_node.cpp:1327
+#:./tools/editor/editor_node.cpp:1341
msgid "Loading Export Templates"
msgstr ""
-#:./tools/editor/editor_node.cpp:1357
+#:./tools/editor/editor_node.cpp:1371
msgid "Importing: "
msgstr ""
-#:./tools/editor/editor_node.cpp:1400
+#:./tools/editor/editor_node.cpp:1414
msgid "Error trying to save layout!"
msgstr ""
-#:./tools/editor/editor_node.cpp:1412
+#:./tools/editor/editor_node.cpp:1426
msgid "Default editor layout overridden."
msgstr ""
-#:./tools/editor/editor_node.cpp:1426
+#:./tools/editor/editor_node.cpp:1440
msgid "Layout name not found!"
msgstr ""
-#:./tools/editor/editor_node.cpp:1443
+#:./tools/editor/editor_node.cpp:1457
msgid "Restored Default layout to base settings."
msgstr ""
-#:./tools/editor/editor_node.cpp:1722
+#:./tools/editor/editor_node.cpp:1736
msgid "Copy Params"
msgstr ""
-#:./tools/editor/editor_node.cpp:1723
+#:./tools/editor/editor_node.cpp:1737
msgid "Set Params"
msgstr ""
-#:./tools/editor/editor_node.cpp:1725
+#:./tools/editor/editor_node.cpp:1739
msgid "Paste Resource"
msgstr ""
-#:./tools/editor/editor_node.cpp:1727
+#:./tools/editor/editor_node.cpp:1741
msgid "Copy Resource"
msgstr ""
-#:./tools/editor/editor_node.cpp:1728
+#:./tools/editor/editor_node.cpp:1742
msgid "Make Built-In"
msgstr ""
-#:./tools/editor/editor_node.cpp:1731
+#:./tools/editor/editor_node.cpp:1745
msgid "Make Sub-Resources Unique"
msgstr ""
-#:./tools/editor/editor_node.cpp:1758
+#:./tools/editor/editor_node.cpp:1772
msgid "All Methods"
msgstr ""
-#:./tools/editor/editor_node.cpp:1821
+#:./tools/editor/editor_node.cpp:1835
msgid "No scene to run exists."
msgstr ""
-#:./tools/editor/editor_node.cpp:1885
+#:./tools/editor/editor_node.cpp:1899
msgid "Current scene was never saved, please save scene before running."
msgstr ""
-#:./tools/editor/editor_node.cpp:1913
+#:./tools/editor/editor_node.cpp:1927
msgid "Could not start subprocess!"
msgstr ""
-#:./tools/editor/editor_node.cpp:1989
+#:./tools/editor/editor_node.cpp:2003
msgid "Yes"
msgstr ""
-#:./tools/editor/editor_node.cpp:1991
+#:./tools/editor/editor_node.cpp:2005
msgid "Start a New Scene? (Current will be lost)"
msgstr ""
-#:./tools/editor/editor_node.cpp:2026
+#:./tools/editor/editor_node.cpp:2040
msgid "Open Scene"
msgstr ""
-#:./tools/editor/editor_node.cpp:2033
+#:./tools/editor/editor_node.cpp:2040
+msgid "Open Base Scene"
+msgstr ""
+
+#:./tools/editor/editor_node.cpp:2047
msgid "Quick Open Scene.."
msgstr ""
-#:./tools/editor/editor_node.cpp:2040
+#:./tools/editor/editor_node.cpp:2054
msgid "Quick Open Script.."
msgstr ""
-#:./tools/editor/editor_node.cpp:2047
+#:./tools/editor/editor_node.cpp:2061
msgid "Quick Search File.."
msgstr ""
-#:./tools/editor/editor_node.cpp:2067
+#:./tools/editor/editor_node.cpp:2082
msgid "Close scene? (Unsaved changes will be lost)"
msgstr ""
-#:./tools/editor/editor_node.cpp:2144
+#:./tools/editor/editor_node.cpp:2159
msgid "Save Scene As.."
msgstr ""
-#:./tools/editor/editor_node.cpp:2151
+#:./tools/editor/editor_node.cpp:2166
msgid "This scene has never been saved. Save before running?"
msgstr ""
-#:./tools/editor/editor_node.cpp:2187
+#:./tools/editor/editor_node.cpp:2202
msgid "Please save the scene first."
msgstr ""
-#:./tools/editor/editor_node.cpp:2198
+#:./tools/editor/editor_node.cpp:2213
msgid "Save Translatable Strings"
msgstr ""
-#:./tools/editor/editor_node.cpp:2284
+#:./tools/editor/editor_node.cpp:2299
msgid "Export Mesh Library"
msgstr ""
-#:./tools/editor/editor_node.cpp:2298
+#:./tools/editor/editor_node.cpp:2313
msgid "Export Tile Set"
msgstr ""
-#:./tools/editor/editor_node.cpp:2329
+#:./tools/editor/editor_node.cpp:2344
msgid "Quit"
msgstr ""
-#:./tools/editor/editor_node.cpp:2331
+#:./tools/editor/editor_node.cpp:2346
msgid "Exit the Editor?"
msgstr ""
-#:./tools/editor/editor_node.cpp:2347
+#:./tools/editor/editor_node.cpp:2362
msgid "Current scene not saved. Open anyway?"
msgstr ""
-#:./tools/editor/editor_node.cpp:2399
+#:./tools/editor/editor_node.cpp:2414
msgid "Can't reload a scene that was never saved.."
msgstr ""
-#:./tools/editor/editor_node.cpp:2404
+#:./tools/editor/editor_node.cpp:2419
msgid "Revert"
msgstr ""
-#:./tools/editor/editor_node.cpp:2405
+#:./tools/editor/editor_node.cpp:2420
msgid "This action cannot be undone. Revert anyway?"
msgstr ""
-#:./tools/editor/editor_node.cpp:2453
+#:./tools/editor/editor_node.cpp:2468
msgid "Error loading scene from "
msgstr ""
-#:./tools/editor/editor_node.cpp:2461
+#:./tools/editor/editor_node.cpp:2476
msgid "Instance Scene"
msgstr ""
-#:./tools/editor/editor_node.cpp:2615
+#:./tools/editor/editor_node.cpp:2630
msgid "Quick Run Scene.."
msgstr ""
-#:./tools/editor/editor_node.cpp:2696
+#:./tools/editor/editor_node.cpp:2711
msgid "Enable File Server"
msgstr ""
-#:./tools/editor/editor_node.cpp:2700
+#:./tools/editor/editor_node.cpp:2715
msgid "Disable File Server"
msgstr ""
-#:./tools/editor/editor_node.cpp:2814
+#:./tools/editor/editor_node.cpp:2829
msgid "Current scene changed, save and re-import ?"
msgstr ""
-#:./tools/editor/editor_node.cpp:2828
+#:./tools/editor/editor_node.cpp:2843
msgid "Can't import if edited scene was not saved."
msgstr ""
-#:./tools/editor/editor_node.cpp:3244
+#:./tools/editor/editor_node.cpp:3259
msgid "No scene to optimize (loading failed?"
msgstr ""
-#:./tools/editor/editor_node.cpp:3270
+#:./tools/editor/editor_node.cpp:3285
msgid "Optimizer preset not found: "
msgstr ""
-#:./tools/editor/editor_node.cpp:3339
+#:./tools/editor/editor_node.cpp:3354
msgid "Error saving optimized scene: "
msgstr ""
-#:./tools/editor/editor_node.cpp:3563
+#:./tools/editor/editor_node.cpp:3581
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:3592
+#:./tools/editor/editor_node.cpp:3610
msgid "Error loading scene."
msgstr ""
-#:./tools/editor/editor_node.cpp:4592
+#:./tools/editor/editor_node.cpp:4603
msgid "Save Layout"
msgstr ""
-#:./tools/editor/editor_node.cpp:4593
+#:./tools/editor/editor_node.cpp:4604
msgid "Delete Layout"
msgstr ""
-#:./tools/editor/editor_node.cpp:4705
+#:./tools/editor/editor_node.cpp:4716
msgid "Switch Scene Tab"
msgstr ""
-#:./tools/editor/editor_node.cpp:5040
+#:./tools/editor/editor_node.cpp:4957
+msgid "More File(s)"
+msgstr ""
+
+#:./tools/editor/editor_node.cpp:4988
+msgid "More File(s) and/or Directory(s)"
+msgstr ""
+
+#:./tools/editor/editor_node.cpp:5159
msgid "BodyVolumeConvexPolygon"
msgstr ""
-#:./tools/editor/editor_node.cpp:5313
+#:./tools/editor/editor_node.cpp:5432
msgid "Scene"
msgstr ""
-#:./tools/editor/editor_node.cpp:5319
+#:./tools/editor/editor_node.cpp:5438
msgid "Go to previously opened scene."
msgstr ""
-#:./tools/editor/editor_node.cpp:5330
+#:./tools/editor/editor_node.cpp:5449
msgid "Operations with scene files."
msgstr ""
-#:./tools/editor/editor_node.cpp:5332
+#:./tools/editor/editor_node.cpp:5451
msgid "New Scene"
msgstr ""
-#:./tools/editor/editor_node.cpp:5333
+#:./tools/editor/editor_node.cpp:5452
msgid "New Inherited Scene.."
msgstr ""
-#:./tools/editor/editor_node.cpp:5334
+#:./tools/editor/editor_node.cpp:5453
msgid "Open Scene.."
msgstr ""
-#:./tools/editor/editor_node.cpp:5336
+#:./tools/editor/editor_node.cpp:5455
msgid "Save Scene"
msgstr ""
-#:./tools/editor/editor_node.cpp:5339
+#:./tools/editor/editor_node.cpp:5458
msgid "Close Scene"
msgstr ""
-#:./tools/editor/editor_node.cpp:5341
+#:./tools/editor/editor_node.cpp:5460
msgid "Close Goto Prev. Scene"
msgstr ""
-#:./tools/editor/editor_node.cpp:5342
+#:./tools/editor/editor_node.cpp:5461
msgid "Open Recent"
msgstr ""
-#:./tools/editor/editor_node.cpp:5352
+#:./tools/editor/editor_node.cpp:5471
msgid "Convert To.."
msgstr ""
-#:./tools/editor/editor_node.cpp:5353
+#:./tools/editor/editor_node.cpp:5472
msgid "Translatable Strings.."
msgstr ""
-#:./tools/editor/editor_node.cpp:5355
+#:./tools/editor/editor_node.cpp:5474
msgid "MeshLibrary.."
msgstr ""
-#:./tools/editor/editor_node.cpp:5356
+#:./tools/editor/editor_node.cpp:5475
msgid "TileSet.."
msgstr ""
-#:./tools/editor/editor_node.cpp:5360
-msgid "Undo"
-msgstr ""
-
-#:./tools/editor/editor_node.cpp:5361
+#:./tools/editor/editor_node.cpp:5480
msgid "Redo"
msgstr ""
-#:./tools/editor/editor_node.cpp:5363
+#:./tools/editor/editor_node.cpp:5482
msgid "Run Script"
msgstr ""
-#:./tools/editor/editor_node.cpp:5365
+#:./tools/editor/editor_node.cpp:5484
msgid "Project Settings"
msgstr ""
-#:./tools/editor/editor_node.cpp:5367
+#:./tools/editor/editor_node.cpp:5486
msgid "Revert Scene"
msgstr ""
-#:./tools/editor/editor_node.cpp:5370
+#:./tools/editor/editor_node.cpp:5489
msgid "Quit to Project List"
msgstr ""
-#:./tools/editor/editor_node.cpp:5402
-msgid "Instance"
-msgstr ""
-
-#:./tools/editor/editor_node.cpp:5405
+#:./tools/editor/editor_node.cpp:5524
msgid "Move Up"
msgstr ""
-#:./tools/editor/editor_node.cpp:5406
+#:./tools/editor/editor_node.cpp:5525
msgid "Move Down"
msgstr ""
-#:./tools/editor/editor_node.cpp:5408
+#:./tools/editor/editor_node.cpp:5527
msgid "Duplicate"
msgstr ""
-#:./tools/editor/editor_node.cpp:5410
+#:./tools/editor/editor_node.cpp:5529
msgid "Remove (Branch)"
msgstr ""
-#:./tools/editor/editor_node.cpp:5411
+#:./tools/editor/editor_node.cpp:5530
msgid "Remove (Element)"
msgstr ""
-#:./tools/editor/editor_node.cpp:5413
+#:./tools/editor/editor_node.cpp:5532
msgid "Edit Subscriptions.."
msgstr ""
-#:./tools/editor/editor_node.cpp:5414
+#:./tools/editor/editor_node.cpp:5533
msgid "Edit Groups.."
msgstr ""
-#:./tools/editor/editor_node.cpp:5423
+#:./tools/editor/editor_node.cpp:5542
msgid "Import assets to the project."
msgstr ""
-#:./tools/editor/editor_node.cpp:5432
+#:./tools/editor/editor_node.cpp:5551
msgid "Miscelaneous project or scene wide tools."
msgstr ""
-#:./tools/editor/editor_node.cpp:5433
+#:./tools/editor/editor_node.cpp:5552
msgid "Tools"
msgstr ""
-#:./tools/editor/editor_node.cpp:5443
+#:./tools/editor/editor_node.cpp:5562
msgid "Export the project to many platforms."
msgstr ""
-#:./tools/editor/editor_node.cpp:5477
+#:./tools/editor/editor_node.cpp:5596
msgid "Play the project (F5)."
msgstr ""
-#:./tools/editor/editor_node.cpp:5487
+#:./tools/editor/editor_node.cpp:5606
msgid "Pause the scene (F7)."
msgstr ""
-#:./tools/editor/editor_node.cpp:5495
+#:./tools/editor/editor_node.cpp:5614
msgid "Stop the scene (F8)."
msgstr ""
-#:./tools/editor/editor_node.cpp:5515
+#:./tools/editor/editor_node.cpp:5634
msgid "Play the edited scene (F6)."
msgstr ""
-#:./tools/editor/editor_node.cpp:5523
+#:./tools/editor/editor_node.cpp:5642
msgid "Play custom scene ("
msgstr ""
-#:./tools/editor/editor_node.cpp:5532
+#:./tools/editor/editor_node.cpp:5651
msgid "Debug Options"
msgstr ""
-#:./tools/editor/editor_node.cpp:5535
+#:./tools/editor/editor_node.cpp:5654
msgid "Live Editing"
msgstr ""
-#:./tools/editor/editor_node.cpp:5536
+#:./tools/editor/editor_node.cpp:5655
msgid "File Server"
msgstr ""
-#:./tools/editor/editor_node.cpp:5538
+#:./tools/editor/editor_node.cpp:5657
msgid "Deploy Remote Debug"
msgstr ""
-#:./tools/editor/editor_node.cpp:5539
+#:./tools/editor/editor_node.cpp:5658
msgid "Deploy File Server Clients"
msgstr ""
-#:./tools/editor/editor_node.cpp:5541
+#:./tools/editor/editor_node.cpp:5660
msgid "Visible Collision Shapes"
msgstr ""
-#:./tools/editor/editor_node.cpp:5542
+#:./tools/editor/editor_node.cpp:5661
msgid "Visible Navigation"
msgstr ""
-#:./tools/editor/editor_node.cpp:5605
+#:./tools/editor/editor_node.cpp:5724
msgid "Settings"
msgstr ""
-#:./tools/editor/editor_node.cpp:5610
+#:./tools/editor/editor_node.cpp:5729
msgid "Export Settings"
msgstr ""
-#:./tools/editor/editor_node.cpp:5612
+#:./tools/editor/editor_node.cpp:5731
msgid "Optimization Presets"
msgstr ""
-#:./tools/editor/editor_node.cpp:5618
+#:./tools/editor/editor_node.cpp:5737
msgid "Editor Layout"
msgstr ""
-#:./tools/editor/editor_node.cpp:5620
+#:./tools/editor/editor_node.cpp:5739
msgid "Install Export Templates"
msgstr ""
-#:./tools/editor/editor_node.cpp:5622
+#:./tools/editor/editor_node.cpp:5741
msgid "About"
msgstr ""
-#:./tools/editor/editor_node.cpp:5634
+#:./tools/editor/editor_node.cpp:5753
msgid "Alerts when an external resource has changed."
msgstr ""
-#:./tools/editor/editor_node.cpp:5637
+#:./tools/editor/editor_node.cpp:5756
msgid "Spins when the editor window repaints!"
msgstr ""
-#:./tools/editor/editor_node.cpp:5641
+#:./tools/editor/editor_node.cpp:5760
msgid "Update Always"
msgstr ""
-#:./tools/editor/editor_node.cpp:5642
+#:./tools/editor/editor_node.cpp:5761
msgid "Update Changes"
msgstr ""
-#:./tools/editor/editor_node.cpp:5696
+#:./tools/editor/editor_node.cpp:5815
msgid "Inspector"
msgstr ""
-#:./tools/editor/editor_node.cpp:5704
+#:./tools/editor/editor_node.cpp:5823
msgid "Create a new resource in memory and edit it"
msgstr ""
-#:./tools/editor/editor_node.cpp:5711
+#:./tools/editor/editor_node.cpp:5830
msgid "Load an existing resource from disk and edit it"
msgstr ""
-#:./tools/editor/editor_node.cpp:5718
+#:./tools/editor/editor_node.cpp:5837
msgid "Save the currently edited resource"
msgstr ""
-#:./tools/editor/editor_node.cpp:5722
+#:./tools/editor/editor_node.cpp:5841
msgid "Save As.."
msgstr ""
-#:./tools/editor/editor_node.cpp:5732
+#:./tools/editor/editor_node.cpp:5851
msgid "Go to the previous edited object in history."
msgstr ""
-#:./tools/editor/editor_node.cpp:5740
+#:./tools/editor/editor_node.cpp:5859
msgid "Go to the next edited object in history."
msgstr ""
-#:./tools/editor/editor_node.cpp:5747
+#:./tools/editor/editor_node.cpp:5866
msgid "History of recently edited objects"
msgstr ""
-#:./tools/editor/editor_node.cpp:5771
+#:./tools/editor/editor_node.cpp:5890
msgid "Object properties."
msgstr ""
-#:./tools/editor/editor_node.cpp:5809
+#:./tools/editor/editor_node.cpp:5928
msgid "FileSystem"
msgstr ""
-#:./tools/editor/editor_node.cpp:5847
+#:./tools/editor/editor_node.cpp:5966
msgid "Output"
msgstr ""
-#:./tools/editor/editor_node.cpp:5968
+#:./tools/editor/editor_node.cpp:6087
msgid "Thanks so Much!"
msgstr ""
-#:./tools/editor/editor_node.cpp:5970
+#:./tools/editor/editor_node.cpp:6089
msgid "Thanks!"
msgstr ""
-#:./tools/editor/editor_node.cpp:5988
+#:./tools/editor/editor_node.cpp:6107
msgid "Import Templates from ZIP file"
msgstr ""
-#:./tools/editor/editor_node.cpp:6008
+#:./tools/editor/editor_node.cpp:6127
msgid "Export Library"
msgstr ""
-#:./tools/editor/editor_node.cpp:6012
+#:./tools/editor/editor_node.cpp:6131
msgid "Merge With Existing"
msgstr ""
-#:./tools/editor/editor_node.cpp:6027
+#:./tools/editor/editor_node.cpp:6146
msgid "Open & Run a Script"
msgstr ""
-#:./tools/editor/editor_node.cpp:6224
+#:./tools/editor/editor_node.cpp:6343
msgid "Load Errors"
msgstr ""
@@ -2787,115 +2795,167 @@ msgstr ""
msgid "Exit"
msgstr ""
-#:./tools/editor/scene_tree_dock.cpp:66
+#:./tools/editor/scene_tree_dock.cpp:69
msgid "Ok :( "
msgstr ""
-#:./tools/editor/scene_tree_dock.cpp:67
+#:./tools/editor/scene_tree_dock.cpp:70
msgid "No parent to instance a child at."
msgstr ""
-#:./tools/editor/scene_tree_dock.cpp:95
+#:./tools/editor/scene_tree_dock.cpp:113
+msgid "Error instancing scene from "
+msgstr ""
+
+#:./tools/editor/scene_tree_dock.cpp:124
msgid "Ok"
msgstr ""
-#:./tools/editor/scene_tree_dock.cpp:96
+#:./tools/editor/scene_tree_dock.cpp:125
msgid "Cannot instance the scene '"
msgstr ""
-#:./tools/editor/scene_tree_dock.cpp:291
+#:./tools/editor/scene_tree_dock.cpp:125
+msgid "' because the current scene exists within one of its' nodes."
+msgstr ""
+
+#:./tools/editor/scene_tree_dock.cpp:148
+msgid "Instance Scene(s)"
+msgstr ""
+
+#:./tools/editor/scene_tree_dock.cpp:344
msgid "Move Node In Parent"
msgstr ""
-#:./tools/editor/scene_tree_dock.cpp:292
+#:./tools/editor/scene_tree_dock.cpp:345
msgid "Move Nodes In Parent"
msgstr ""
-#:./tools/editor/scene_tree_dock.cpp:338
+#:./tools/editor/scene_tree_dock.cpp:391
msgid "Duplicate Node(s)"
msgstr ""
-#:./tools/editor/scene_tree_dock.cpp:487
+#:./tools/editor/scene_tree_dock.cpp:540
msgid "Delete Node(s)?"
msgstr ""
-#:./tools/editor/scene_tree_dock.cpp:507
+#:./tools/editor/scene_tree_dock.cpp:560
msgid "This operation requires a single selected node."
msgstr ""
-#:./tools/editor/scene_tree_dock.cpp:538
+#:./tools/editor/scene_tree_dock.cpp:591
msgid "Save New Scene As.."
msgstr ""
-#:./tools/editor/scene_tree_dock.cpp:922
+#:./tools/editor/scene_tree_dock.cpp:977
msgid "Makes Sense!"
msgstr ""
-#:./tools/editor/scene_tree_dock.cpp:923
+#:./tools/editor/scene_tree_dock.cpp:978
msgid "Can't operate on nodes from a foreign scene!"
msgstr ""
-#:./tools/editor/scene_tree_dock.cpp:932
+#:./tools/editor/scene_tree_dock.cpp:987
msgid "Can't operate on nodes the current scene inherits from!"
msgstr ""
-#:./tools/editor/scene_tree_dock.cpp:1103
+#:./tools/editor/scene_tree_dock.cpp:1181
msgid "Remove Node(s)"
msgstr ""
-#:./tools/editor/scene_tree_dock.cpp:1233
+#:./tools/editor/scene_tree_dock.cpp:1316
msgid "Create Node"
msgstr ""
-#:./tools/editor/scene_tree_dock.cpp:1371
+#:./tools/editor/scene_tree_dock.cpp:1454
msgid "Import Subscene"
msgstr ""
-#:./tools/editor/scene_tree_dock.cpp:1405
+#:./tools/editor/scene_tree_dock.cpp:1488
msgid "Couldn't save new scene. Likely dependencies (instances) couldn't be satisfied."
msgstr ""
-#:./tools/editor/scene_tree_dock.cpp:1420
+#:./tools/editor/scene_tree_dock.cpp:1503
msgid "Error saving scene."
msgstr ""
-#:./tools/editor/scene_tree_dock.cpp:1427
+#:./tools/editor/scene_tree_dock.cpp:1510
msgid "Error duplicating scene to save it."
msgstr ""
-#:./tools/editor/scene_tree_dock.cpp:1481
+#:./tools/editor/scene_tree_dock.cpp:1701
+msgid "New Scene Root"
+msgstr ""
+
+#:./tools/editor/scene_tree_dock.cpp:1702
+msgid "Inherit Scene"
+msgstr ""
+
+#:./tools/editor/scene_tree_dock.cpp:1719
+msgid "Add Child Node"
+msgstr ""
+
+#:./tools/editor/scene_tree_dock.cpp:1720
+msgid "Instance Child Scene"
+msgstr ""
+
+#:./tools/editor/scene_tree_dock.cpp:1722
+msgid "Change Type"
+msgstr ""
+
+#:./tools/editor/scene_tree_dock.cpp:1724
+msgid "Edit Groups"
+msgstr ""
+
+#:./tools/editor/scene_tree_dock.cpp:1725
+msgid "Edit Connections"
+msgstr ""
+
+#:./tools/editor/scene_tree_dock.cpp:1727
+msgid "Add Script"
+msgstr ""
+
+#:./tools/editor/scene_tree_dock.cpp:1738
+msgid "Save Branch as Scene"
+msgstr ""
+
+#:./tools/editor/scene_tree_dock.cpp:1742
+msgid "Delete Node(s)"
+msgstr ""
+
+#:./tools/editor/scene_tree_dock.cpp:1819
msgid "Instance a scene file as a Node."
msgstr ""
-#:./tools/editor/scene_tree_dock.cpp:1487
+#:./tools/editor/scene_tree_dock.cpp:1825
msgid "Replace a Node by Another Node Type"
msgstr ""
-#:./tools/editor/scene_tree_dock.cpp:1495
+#:./tools/editor/scene_tree_dock.cpp:1833
msgid "Edit the Node Connections"
msgstr ""
-#:./tools/editor/scene_tree_dock.cpp:1501
+#:./tools/editor/scene_tree_dock.cpp:1839
msgid "Edit the Node Groups"
msgstr ""
-#:./tools/editor/scene_tree_dock.cpp:1507
+#:./tools/editor/scene_tree_dock.cpp:1845
msgid "Edit/Create the Node Script"
msgstr ""
-#:./tools/editor/scene_tree_dock.cpp:1549
+#:./tools/editor/scene_tree_dock.cpp:1902
msgid "Reparent Selected Node(s)"
msgstr ""
-#:./tools/editor/scene_tree_dock.cpp:1557
+#:./tools/editor/scene_tree_dock.cpp:1910
msgid "Create New Scene From Node(s)"
msgstr ""
-#:./tools/editor/scene_tree_dock.cpp:1563
+#:./tools/editor/scene_tree_dock.cpp:1916
msgid "Multi-Edit Selected Nodes"
msgstr ""
-#:./tools/editor/scene_tree_dock.cpp:1569
+#:./tools/editor/scene_tree_dock.cpp:1922
msgid "Erase Selected Node(s)"
msgstr ""
@@ -2943,7 +3003,7 @@ msgstr ""
msgid "IMA-ADPCM,"
msgstr ""
-#:./tools/editor/plugins/sample_library_editor_plugin.cpp:335
+#:./tools/editor/plugins/sample_library_editor_plugin.cpp:457
msgid "Preview"
msgstr ""
@@ -2999,131 +3059,135 @@ msgstr ""
msgid "Add Animation"
msgstr ""
-#:./tools/editor/plugins/animation_player_editor_plugin.cpp:608
+#:./tools/editor/plugins/animation_player_editor_plugin.cpp:546
+msgid "Blend Next Changed"
+msgstr ""
+
+#:./tools/editor/plugins/animation_player_editor_plugin.cpp:629
msgid "Change Blend Time"
msgstr ""
-#:./tools/editor/plugins/animation_player_editor_plugin.cpp:720
+#:./tools/editor/plugins/animation_player_editor_plugin.cpp:741
msgid "Load Animation"
msgstr ""
-#:./tools/editor/plugins/animation_player_editor_plugin.cpp:913
+#:./tools/editor/plugins/animation_player_editor_plugin.cpp:934
msgid "Duplicate Animation"
msgstr ""
-#:./tools/editor/plugins/animation_player_editor_plugin.cpp:1003
+#:./tools/editor/plugins/animation_player_editor_plugin.cpp:1025
msgid "Store anim in editor"
msgstr ""
-#:./tools/editor/plugins/animation_player_editor_plugin.cpp:1044
+#:./tools/editor/plugins/animation_player_editor_plugin.cpp:1066
msgid "Add Animation From Editor"
msgstr ""
-#:./tools/editor/plugins/animation_player_editor_plugin.cpp:1111
+#:./tools/editor/plugins/animation_player_editor_plugin.cpp:1133
msgid "ERROR: No animation to copy!"
msgstr ""
-#:./tools/editor/plugins/animation_player_editor_plugin.cpp:1126
+#:./tools/editor/plugins/animation_player_editor_plugin.cpp:1148
msgid "ERROR: No animation resource on clipboard!"
msgstr ""
-#:./tools/editor/plugins/animation_player_editor_plugin.cpp:1133
+#:./tools/editor/plugins/animation_player_editor_plugin.cpp:1155
msgid "Pasted Animation"
msgstr ""
-#:./tools/editor/plugins/animation_player_editor_plugin.cpp:1144
+#:./tools/editor/plugins/animation_player_editor_plugin.cpp:1166
msgid "Paste Animation"
msgstr ""
-#:./tools/editor/plugins/animation_player_editor_plugin.cpp:1158
+#:./tools/editor/plugins/animation_player_editor_plugin.cpp:1180
msgid "ERROR: No animation to edit!"
msgstr ""
-#:./tools/editor/plugins/animation_player_editor_plugin.cpp:1279
+#:./tools/editor/plugins/animation_player_editor_plugin.cpp:1301
msgid "Animation Player:"
msgstr ""
-#:./tools/editor/plugins/animation_player_editor_plugin.cpp:1287
+#:./tools/editor/plugins/animation_player_editor_plugin.cpp:1309
msgid "Play backwards selected animation from current pos. (A)"
msgstr ""
-#:./tools/editor/plugins/animation_player_editor_plugin.cpp:1291
+#:./tools/editor/plugins/animation_player_editor_plugin.cpp:1313
msgid "Play backwards selected animation from end. (Shift+A)"
msgstr ""
-#:./tools/editor/plugins/animation_player_editor_plugin.cpp:1297
+#:./tools/editor/plugins/animation_player_editor_plugin.cpp:1319
msgid "Stop animation playback. (S)"
msgstr ""
-#:./tools/editor/plugins/animation_player_editor_plugin.cpp:1300
+#:./tools/editor/plugins/animation_player_editor_plugin.cpp:1322
msgid "Play selected animation from start. (Shift+D)"
msgstr ""
-#:./tools/editor/plugins/animation_player_editor_plugin.cpp:1305
+#:./tools/editor/plugins/animation_player_editor_plugin.cpp:1327
msgid "Play selected animation from current pos. (D)"
msgstr ""
-#:./tools/editor/plugins/animation_player_editor_plugin.cpp:1318
+#:./tools/editor/plugins/animation_player_editor_plugin.cpp:1340
msgid "Animation position (in seconds)."
msgstr ""
-#:./tools/editor/plugins/animation_player_editor_plugin.cpp:1326
+#:./tools/editor/plugins/animation_player_editor_plugin.cpp:1348
msgid "Scale animation playback globally for the node."
msgstr ""
-#:./tools/editor/plugins/animation_player_editor_plugin.cpp:1331
+#:./tools/editor/plugins/animation_player_editor_plugin.cpp:1353
msgid "Create new animation in player."
msgstr ""
-#:./tools/editor/plugins/animation_player_editor_plugin.cpp:1337
+#:./tools/editor/plugins/animation_player_editor_plugin.cpp:1359
msgid "Load an animation from disk."
msgstr ""
-#:./tools/editor/plugins/animation_player_editor_plugin.cpp:1341
+#:./tools/editor/plugins/animation_player_editor_plugin.cpp:1363
msgid "Save the current animation"
msgstr ""
-#:./tools/editor/plugins/animation_player_editor_plugin.cpp:1368
+#:./tools/editor/plugins/animation_player_editor_plugin.cpp:1390
msgid "Display list of animations in player."
msgstr ""
-#:./tools/editor/plugins/animation_player_editor_plugin.cpp:1372
+#:./tools/editor/plugins/animation_player_editor_plugin.cpp:1394
msgid "Autoplay On Load"
msgstr ""
-#:./tools/editor/plugins/animation_player_editor_plugin.cpp:1378
+#:./tools/editor/plugins/animation_player_editor_plugin.cpp:1400
msgid "Edit Target Blend Times"
msgstr ""
-#:./tools/editor/plugins/animation_player_editor_plugin.cpp:1382
+#:./tools/editor/plugins/animation_player_editor_plugin.cpp:1404
msgid "Animation Tools"
msgstr ""
-#:./tools/editor/plugins/animation_player_editor_plugin.cpp:1383
+#:./tools/editor/plugins/animation_player_editor_plugin.cpp:1405
msgid "Copy Animation"
msgstr ""
-#:./tools/editor/plugins/animation_player_editor_plugin.cpp:1386
+#:./tools/editor/plugins/animation_player_editor_plugin.cpp:1408
msgid "Edit Anim Resource"
msgstr ""
-#:./tools/editor/plugins/animation_player_editor_plugin.cpp:1406
+#:./tools/editor/plugins/animation_player_editor_plugin.cpp:1428
msgid "Create New Animation"
msgstr ""
-#:./tools/editor/plugins/animation_player_editor_plugin.cpp:1417
+#:./tools/editor/plugins/animation_player_editor_plugin.cpp:1439
msgid "Animation Name:"
msgstr ""
-#:./tools/editor/plugins/animation_player_editor_plugin.cpp:1440
+#:./tools/editor/plugins/animation_player_editor_plugin.cpp:1462
msgid "Blend Times: "
msgstr ""
-#:./tools/editor/plugins/animation_player_editor_plugin.cpp:1442
+#:./tools/editor/plugins/animation_player_editor_plugin.cpp:1464
msgid "Next (Auto Queue):"
msgstr ""
-#:./tools/editor/plugins/animation_player_editor_plugin.cpp:1443
+#:./tools/editor/plugins/animation_player_editor_plugin.cpp:1465
msgid "Cross-Animation Blend Times"
msgstr ""
@@ -3163,179 +3227,179 @@ msgstr ""
msgid "Move Pivot"
msgstr ""
-#:./tools/editor/plugins/canvas_item_editor_plugin.cpp:648
+#:./tools/editor/plugins/canvas_item_editor_plugin.cpp:650
msgid "Move Action"
msgstr ""
-#:./tools/editor/plugins/canvas_item_editor_plugin.cpp:1196
+#:./tools/editor/plugins/canvas_item_editor_plugin.cpp:1198
msgid "Edit IK Chain"
msgstr ""
-#:./tools/editor/plugins/canvas_item_editor_plugin.cpp:1212
+#:./tools/editor/plugins/canvas_item_editor_plugin.cpp:1214
msgid "Edit CanvasItem"
msgstr ""
-#:./tools/editor/plugins/canvas_item_editor_plugin.cpp:1907
+#:./tools/editor/plugins/canvas_item_editor_plugin.cpp:1909
msgid "EditorFocus"
msgstr ""
-#:./tools/editor/plugins/canvas_item_editor_plugin.cpp:2230
+#:./tools/editor/plugins/canvas_item_editor_plugin.cpp:2232
msgid "Align Top Left"
msgstr ""
-#:./tools/editor/plugins/canvas_item_editor_plugin.cpp:2465
+#:./tools/editor/plugins/canvas_item_editor_plugin.cpp:2467
msgid "Change Anchors"
msgstr ""
-#:./tools/editor/plugins/canvas_item_editor_plugin.cpp:2544
+#:./tools/editor/plugins/canvas_item_editor_plugin.cpp:2546
msgid "Zoom (%):"
msgstr ""
-#:./tools/editor/plugins/canvas_item_editor_plugin.cpp:2899
+#:./tools/editor/plugins/canvas_item_editor_plugin.cpp:2901
msgid "Paste Pose"
msgstr ""
-#:./tools/editor/plugins/canvas_item_editor_plugin.cpp:3293
+#:./tools/editor/plugins/canvas_item_editor_plugin.cpp:3295
msgid "Move Mode (W)"
msgstr ""
-#:./tools/editor/plugins/canvas_item_editor_plugin.cpp:3299
+#:./tools/editor/plugins/canvas_item_editor_plugin.cpp:3301
msgid "Rotate Mode (E)"
msgstr ""
-#:./tools/editor/plugins/canvas_item_editor_plugin.cpp:3313
+#:./tools/editor/plugins/canvas_item_editor_plugin.cpp:3315
msgid "Click to change object's rotation pivot"
msgstr ""
-#:./tools/editor/plugins/canvas_item_editor_plugin.cpp:3319
+#:./tools/editor/plugins/canvas_item_editor_plugin.cpp:3321
msgid "Pan Mode"
msgstr ""
-#:./tools/editor/plugins/canvas_item_editor_plugin.cpp:3332
+#:./tools/editor/plugins/canvas_item_editor_plugin.cpp:3334
msgid "Unlock the selected object (can be moved)."
msgstr ""
-#:./tools/editor/plugins/canvas_item_editor_plugin.cpp:3353
+#:./tools/editor/plugins/canvas_item_editor_plugin.cpp:3355
msgid "Use Snap"
msgstr ""
-#:./tools/editor/plugins/canvas_item_editor_plugin.cpp:3354
+#:./tools/editor/plugins/canvas_item_editor_plugin.cpp:3356
msgid "Show Grid"
msgstr ""
-#:./tools/editor/plugins/canvas_item_editor_plugin.cpp:3355
+#:./tools/editor/plugins/canvas_item_editor_plugin.cpp:3357
msgid "Use Rotation Snap"
msgstr ""
-#:./tools/editor/plugins/canvas_item_editor_plugin.cpp:3356
+#:./tools/editor/plugins/canvas_item_editor_plugin.cpp:3358
msgid "Snap Relative"
msgstr ""
-#:./tools/editor/plugins/canvas_item_editor_plugin.cpp:3357
+#:./tools/editor/plugins/canvas_item_editor_plugin.cpp:3359
msgid "Configure Snap.."
msgstr ""
-#:./tools/editor/plugins/canvas_item_editor_plugin.cpp:3359
+#:./tools/editor/plugins/canvas_item_editor_plugin.cpp:3361
msgid "Use Pixel Snap"
msgstr ""
-#:./tools/editor/plugins/canvas_item_editor_plugin.cpp:3361
+#:./tools/editor/plugins/canvas_item_editor_plugin.cpp:3363
msgid "Expand to Parent"
msgstr ""
-#:./tools/editor/plugins/canvas_item_editor_plugin.cpp:3363
+#:./tools/editor/plugins/canvas_item_editor_plugin.cpp:3365
msgid "Skeleton.."
msgstr ""
-#:./tools/editor/plugins/canvas_item_editor_plugin.cpp:3367
+#:./tools/editor/plugins/canvas_item_editor_plugin.cpp:3369
msgid "Make Bones"
msgstr ""
-#:./tools/editor/plugins/canvas_item_editor_plugin.cpp:3368
+#:./tools/editor/plugins/canvas_item_editor_plugin.cpp:3370
msgid "Clear Bones"
msgstr ""
-#:./tools/editor/plugins/canvas_item_editor_plugin.cpp:3370
+#:./tools/editor/plugins/canvas_item_editor_plugin.cpp:3372
msgid "Make IK Chain"
msgstr ""
-#:./tools/editor/plugins/canvas_item_editor_plugin.cpp:3371
+#:./tools/editor/plugins/canvas_item_editor_plugin.cpp:3373
msgid "Clear IK Chain"
msgstr ""
-#:./tools/editor/plugins/canvas_item_editor_plugin.cpp:3376
+#:./tools/editor/plugins/canvas_item_editor_plugin.cpp:3378
msgid "Align Horizontal"
msgstr ""
-#:./tools/editor/plugins/canvas_item_editor_plugin.cpp:3377
+#:./tools/editor/plugins/canvas_item_editor_plugin.cpp:3379
msgid "Align Vertical"
msgstr ""
-#:./tools/editor/plugins/canvas_item_editor_plugin.cpp:3378
+#:./tools/editor/plugins/canvas_item_editor_plugin.cpp:3380
msgid "Space Horizontal"
msgstr ""
-#:./tools/editor/plugins/canvas_item_editor_plugin.cpp:3379
+#:./tools/editor/plugins/canvas_item_editor_plugin.cpp:3381
msgid "Space Vertical"
msgstr ""
-#:./tools/editor/plugins/canvas_item_editor_plugin.cpp:3382
+#:./tools/editor/plugins/canvas_item_editor_plugin.cpp:3384
msgid "View"
msgstr ""
-#:./tools/editor/plugins/canvas_item_editor_plugin.cpp:3388
+#:./tools/editor/plugins/canvas_item_editor_plugin.cpp:3390
msgid "Zoom In"
msgstr ""
-#:./tools/editor/plugins/canvas_item_editor_plugin.cpp:3389
+#:./tools/editor/plugins/canvas_item_editor_plugin.cpp:3391
msgid "Zoom Out"
msgstr ""
-#:./tools/editor/plugins/canvas_item_editor_plugin.cpp:3390
+#:./tools/editor/plugins/canvas_item_editor_plugin.cpp:3392
msgid "Zoom Reset"
msgstr ""
-#:./tools/editor/plugins/canvas_item_editor_plugin.cpp:3391
+#:./tools/editor/plugins/canvas_item_editor_plugin.cpp:3393
msgid "Zoom Set.."
msgstr ""
-#:./tools/editor/plugins/canvas_item_editor_plugin.cpp:3393
+#:./tools/editor/plugins/canvas_item_editor_plugin.cpp:3395
msgid "Center Selection"
msgstr ""
-#:./tools/editor/plugins/canvas_item_editor_plugin.cpp:3394
+#:./tools/editor/plugins/canvas_item_editor_plugin.cpp:3396
msgid "Frame Selection"
msgstr ""
-#:./tools/editor/plugins/canvas_item_editor_plugin.cpp:3397
+#:./tools/editor/plugins/canvas_item_editor_plugin.cpp:3399
msgid "Anchor"
msgstr ""
-#:./tools/editor/plugins/canvas_item_editor_plugin.cpp:3437
+#:./tools/editor/plugins/canvas_item_editor_plugin.cpp:3439
msgid "Insert Keys (Insert)"
msgstr ""
-#:./tools/editor/plugins/canvas_item_editor_plugin.cpp:3448
+#:./tools/editor/plugins/canvas_item_editor_plugin.cpp:3450
msgid "Insert Key"
msgstr ""
-#:./tools/editor/plugins/canvas_item_editor_plugin.cpp:3449
+#:./tools/editor/plugins/canvas_item_editor_plugin.cpp:3451
msgid "Insert Key (Existing Tracks)"
msgstr ""
-#:./tools/editor/plugins/canvas_item_editor_plugin.cpp:3451
+#:./tools/editor/plugins/canvas_item_editor_plugin.cpp:3453
msgid "Copy Pose"
msgstr ""
-#:./tools/editor/plugins/canvas_item_editor_plugin.cpp:3453
+#:./tools/editor/plugins/canvas_item_editor_plugin.cpp:3455
msgid "Clear Pose"
msgstr ""
-#:./tools/editor/plugins/canvas_item_editor_plugin.cpp:3460
+#:./tools/editor/plugins/canvas_item_editor_plugin.cpp:3462
msgid "Set a Value"
msgstr ""
-#:./tools/editor/plugins/canvas_item_editor_plugin.cpp:3465
+#:./tools/editor/plugins/canvas_item_editor_plugin.cpp:3467
msgid "Snap (Pixels):"
msgstr ""
@@ -3627,39 +3691,35 @@ msgstr ""
msgid "Populate"
msgstr ""
-#:./tools/editor/plugins/shader_editor_plugin.cpp:488
-msgid "Cut"
-msgstr ""
-
-#:./tools/editor/plugins/shader_editor_plugin.cpp:500
+#:./tools/editor/plugins/shader_editor_plugin.cpp:506
msgid "Find.."
msgstr ""
-#:./tools/editor/plugins/shader_editor_plugin.cpp:501
+#:./tools/editor/plugins/shader_editor_plugin.cpp:507
msgid "Find Next"
msgstr ""
-#:./tools/editor/plugins/shader_editor_plugin.cpp:502
+#:./tools/editor/plugins/shader_editor_plugin.cpp:508
msgid "Replace.."
msgstr ""
-#:./tools/editor/plugins/shader_editor_plugin.cpp:504
+#:./tools/editor/plugins/shader_editor_plugin.cpp:510
msgid "Locate Symbol.."
msgstr ""
-#:./tools/editor/plugins/shader_editor_plugin.cpp:505
+#:./tools/editor/plugins/shader_editor_plugin.cpp:511
msgid "Goto Line.."
msgstr ""
-#:./tools/editor/plugins/shader_editor_plugin.cpp:524
+#:./tools/editor/plugins/shader_editor_plugin.cpp:530
msgid "Vertex"
msgstr ""
-#:./tools/editor/plugins/shader_editor_plugin.cpp:528
+#:./tools/editor/plugins/shader_editor_plugin.cpp:534
msgid "Fragment"
msgstr ""
-#:./tools/editor/plugins/shader_editor_plugin.cpp:532
+#:./tools/editor/plugins/shader_editor_plugin.cpp:538
msgid "Lighting"
msgstr ""
@@ -4087,123 +4147,123 @@ msgstr ""
msgid "Post"
msgstr ""
-#:./tools/editor/plugins/script_editor_plugin.cpp:2408
+#:./tools/editor/plugins/script_editor_plugin.cpp:2412
msgid "Save All"
msgstr ""
-#:./tools/editor/plugins/script_editor_plugin.cpp:2410
+#:./tools/editor/plugins/script_editor_plugin.cpp:2414
msgid "History Prev"
msgstr ""
-#:./tools/editor/plugins/script_editor_plugin.cpp:2411
+#:./tools/editor/plugins/script_editor_plugin.cpp:2415
msgid "History Next"
msgstr ""
-#:./tools/editor/plugins/script_editor_plugin.cpp:2430
+#:./tools/editor/plugins/script_editor_plugin.cpp:2434
msgid "Indent Left"
msgstr ""
-#:./tools/editor/plugins/script_editor_plugin.cpp:2431
+#:./tools/editor/plugins/script_editor_plugin.cpp:2435
msgid "Indent Right"
msgstr ""
-#:./tools/editor/plugins/script_editor_plugin.cpp:2432
+#:./tools/editor/plugins/script_editor_plugin.cpp:2436
msgid "Toggle Comment"
msgstr ""
-#:./tools/editor/plugins/script_editor_plugin.cpp:2433
+#:./tools/editor/plugins/script_editor_plugin.cpp:2437
msgid "Clone Down"
msgstr ""
-#:./tools/editor/plugins/script_editor_plugin.cpp:2436
+#:./tools/editor/plugins/script_editor_plugin.cpp:2440
msgid "Complete Symbol"
msgstr ""
-#:./tools/editor/plugins/script_editor_plugin.cpp:2441
+#:./tools/editor/plugins/script_editor_plugin.cpp:2445
msgid "Auto Indent"
msgstr ""
-#:./tools/editor/plugins/script_editor_plugin.cpp:2452
+#:./tools/editor/plugins/script_editor_plugin.cpp:2456
msgid "Goto Function.."
msgstr ""
-#:./tools/editor/plugins/script_editor_plugin.cpp:2467
+#:./tools/editor/plugins/script_editor_plugin.cpp:2471
msgid "Debug"
msgstr ""
-#:./tools/editor/plugins/script_editor_plugin.cpp:2468
+#:./tools/editor/plugins/script_editor_plugin.cpp:2472
msgid "Toggle Breakpoint"
msgstr ""
-#:./tools/editor/plugins/script_editor_plugin.cpp:2476
+#:./tools/editor/plugins/script_editor_plugin.cpp:2480
msgid "Show Debugger"
msgstr ""
-#:./tools/editor/plugins/script_editor_plugin.cpp:2477
+#:./tools/editor/plugins/script_editor_plugin.cpp:2481
msgid "Keep Debugger Open"
msgstr ""
-#:./tools/editor/plugins/script_editor_plugin.cpp:2489
+#:./tools/editor/plugins/script_editor_plugin.cpp:2493
msgid "Window"
msgstr ""
-#:./tools/editor/plugins/script_editor_plugin.cpp:2492
+#:./tools/editor/plugins/script_editor_plugin.cpp:2496
msgid "Move Left"
msgstr ""
-#:./tools/editor/plugins/script_editor_plugin.cpp:2493
+#:./tools/editor/plugins/script_editor_plugin.cpp:2497
msgid "Move Right"
msgstr ""
-#:./tools/editor/plugins/script_editor_plugin.cpp:2501
+#:./tools/editor/plugins/script_editor_plugin.cpp:2505
msgid "Help"
msgstr ""
-#:./tools/editor/plugins/script_editor_plugin.cpp:2502
+#:./tools/editor/plugins/script_editor_plugin.cpp:2506
msgid "Contextual"
msgstr ""
-#:./tools/editor/plugins/script_editor_plugin.cpp:2519
+#:./tools/editor/plugins/script_editor_plugin.cpp:2523
msgid "Tutorials"
msgstr ""
-#:./tools/editor/plugins/script_editor_plugin.cpp:2522
+#:./tools/editor/plugins/script_editor_plugin.cpp:2526
msgid "Open http://www.godotengine.org at tutorials section."
msgstr ""
-#:./tools/editor/plugins/script_editor_plugin.cpp:2525
+#:./tools/editor/plugins/script_editor_plugin.cpp:2529
msgid "Classes"
msgstr ""
-#:./tools/editor/plugins/script_editor_plugin.cpp:2528
+#:./tools/editor/plugins/script_editor_plugin.cpp:2532
msgid "Search the class hierarchy."
msgstr ""
-#:./tools/editor/plugins/script_editor_plugin.cpp:2531
+#:./tools/editor/plugins/script_editor_plugin.cpp:2535
msgid "Search Help"
msgstr ""
-#:./tools/editor/plugins/script_editor_plugin.cpp:2534
+#:./tools/editor/plugins/script_editor_plugin.cpp:2538
msgid "Search the reference documentation."
msgstr ""
-#:./tools/editor/plugins/script_editor_plugin.cpp:2542
+#:./tools/editor/plugins/script_editor_plugin.cpp:2546
msgid "Go to previous edited document."
msgstr ""
-#:./tools/editor/plugins/script_editor_plugin.cpp:2548
+#:./tools/editor/plugins/script_editor_plugin.cpp:2552
msgid "Go to next edited document."
msgstr ""
-#:./tools/editor/plugins/script_editor_plugin.cpp:2562
+#:./tools/editor/plugins/script_editor_plugin.cpp:2566
msgid "Create Script"
msgstr ""
-#:./tools/editor/plugins/script_editor_plugin.cpp:2588
+#:./tools/editor/plugins/script_editor_plugin.cpp:2592
msgid "Reload"
msgstr ""
-#:./tools/editor/plugins/script_editor_plugin.cpp:2590
+#:./tools/editor/plugins/script_editor_plugin.cpp:2594
msgid "Resave"
msgstr ""
@@ -4623,47 +4683,71 @@ msgstr ""
msgid "Cancel"
msgstr ""
-#:./tools/editor/plugins/resource_preloader_editor_plugin.cpp:305
+#:./tools/editor/plugins/resource_preloader_editor_plugin.cpp:412
msgid "Load Resource"
msgstr ""
-#:./tools/editor/plugins/sprite_frames_editor_plugin.cpp:75
+#:./tools/editor/plugins/sprite_frames_editor_plugin.cpp:79
msgid "ERROR: Couldn't load frame resource!"
msgstr ""
-#:./tools/editor/plugins/sprite_frames_editor_plugin.cpp:92
+#:./tools/editor/plugins/sprite_frames_editor_plugin.cpp:96
msgid "Add Frame"
msgstr ""
-#:./tools/editor/plugins/sprite_frames_editor_plugin.cpp:187
+#:./tools/editor/plugins/sprite_frames_editor_plugin.cpp:199
msgid "Resource clipboard is empty or not a texture!"
msgstr ""
-#:./tools/editor/plugins/sprite_frames_editor_plugin.cpp:196
+#:./tools/editor/plugins/sprite_frames_editor_plugin.cpp:208
msgid "Paste Frame"
msgstr ""
-#:./tools/editor/plugins/sprite_frames_editor_plugin.cpp:223
+#:./tools/editor/plugins/sprite_frames_editor_plugin.cpp:236
msgid "Add Empty"
msgstr ""
-#:./tools/editor/plugins/sprite_frames_editor_plugin.cpp:345
-msgid "Frame "
+#:./tools/editor/plugins/sprite_frames_editor_plugin.cpp:452
+msgid "Change Animation Loop"
+msgstr ""
+
+#:./tools/editor/plugins/sprite_frames_editor_plugin.cpp:466
+msgid "Change Animation FPS"
+msgstr ""
+
+#:./tools/editor/plugins/sprite_frames_editor_plugin.cpp:533
+msgid ": (empty)"
+msgstr ""
+
+#:./tools/editor/plugins/sprite_frames_editor_plugin.cpp:736
+msgid "Animations"
msgstr ""
-#:./tools/editor/plugins/sprite_frames_editor_plugin.cpp:419
+#:./tools/editor/plugins/sprite_frames_editor_plugin.cpp:763
+msgid "Speed (FPS):"
+msgstr ""
+
+#:./tools/editor/plugins/sprite_frames_editor_plugin.cpp:770
+msgid "Loop"
+msgstr ""
+
+#:./tools/editor/plugins/sprite_frames_editor_plugin.cpp:779
+msgid "Animation Frames"
+msgstr ""
+
+#:./tools/editor/plugins/sprite_frames_editor_plugin.cpp:797
msgid "Insert Empty (Before)"
msgstr ""
-#:./tools/editor/plugins/sprite_frames_editor_plugin.cpp:423
+#:./tools/editor/plugins/sprite_frames_editor_plugin.cpp:801
msgid "Insert Empty (After)"
msgstr ""
-#:./tools/editor/plugins/sprite_frames_editor_plugin.cpp:427
+#:./tools/editor/plugins/sprite_frames_editor_plugin.cpp:805
msgid "Up"
msgstr ""
-#:./tools/editor/plugins/sprite_frames_editor_plugin.cpp:431
+#:./tools/editor/plugins/sprite_frames_editor_plugin.cpp:809
msgid "Down"
msgstr ""
@@ -5283,10 +5367,6 @@ msgstr ""
msgid "End(s)"
msgstr ""
-#:./tools/editor/io_plugins/editor_scene_import_plugin.cpp:527
-msgid "Loop"
-msgstr ""
-
#:./tools/editor/io_plugins/editor_scene_import_plugin.cpp:536
msgid "Filters"
msgstr ""