i18n: Update template with current source

This commit is contained in:
Rémi Verschelde 2017-04-07 21:22:11 +02:00
parent 990e8e00c7
commit 593149b1a0
1 changed files with 33 additions and 9 deletions

View File

@ -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 ""
@ -5568,6 +5572,10 @@ msgstr ""
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 ""
@ -5898,6 +5918,10 @@ msgstr ""
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 ""
@ -5910,16 +5934,16 @@ msgstr ""
msgid "Invalid base path"
msgstr ""
#: editor/script_create_dialog.cpp
msgid "File exists"
msgstr ""
#: editor/script_create_dialog.cpp
msgid "Invalid extension"
msgstr ""
#: editor/script_create_dialog.cpp
msgid "Valid path"
msgid "Create new script"
msgstr ""
#: editor/script_create_dialog.cpp
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