From 616ddbdf1d207b0de397ffbb0d03d6389e998db5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Sun, 9 Oct 2016 18:12:42 +0200 Subject: i18n: Sync template and translations with current code --- tools/translations/tools.pot | 213 +++++++++++++++++++++++++++++++++++++------ 1 file changed, 185 insertions(+), 28 deletions(-) (limited to 'tools/translations/tools.pot') diff --git a/tools/translations/tools.pot b/tools/translations/tools.pot index c86586a055..5453c5d9e2 100644 --- a/tools/translations/tools.pot +++ b/tools/translations/tools.pot @@ -25,6 +25,12 @@ msgstr "" msgid "step argument is zero!" msgstr "" +#: modules/gdscript/gd_functions.cpp +msgid "" +"Paths cannot start with '/', absolute paths must start with 'res://', " +"'user://', or 'local://'" +msgstr "" + #: modules/gdscript/gd_functions.cpp msgid "Not a script with an instance" msgstr "" @@ -147,6 +153,10 @@ msgstr "" msgid "Editing Signal:" msgstr "" +#: modules/visual_script/visual_script_editor.cpp +msgid "Change Expression" +msgstr "" + #: modules/visual_script/visual_script_editor.cpp msgid "Add Node" msgstr "" @@ -191,6 +201,43 @@ msgstr "" msgid "Add Setter Property" msgstr "" +#: modules/visual_script/visual_script_editor.cpp +msgid "Condition" +msgstr "" + +#: modules/visual_script/visual_script_editor.cpp +msgid "Sequence" +msgstr "" + +#: modules/visual_script/visual_script_editor.cpp +msgid "Switch" +msgstr "" + +#: modules/visual_script/visual_script_editor.cpp +msgid "Iterator" +msgstr "" + +#: modules/visual_script/visual_script_editor.cpp +msgid "While" +msgstr "" + +#: modules/visual_script/visual_script_editor.cpp +msgid "Return" +msgstr "" + +#: modules/visual_script/visual_script_editor.cpp tools/editor/call_dialog.cpp +msgid "Call" +msgstr "" + +#: modules/visual_script/visual_script_editor.cpp +msgid "Get" +msgstr "" + +#: modules/visual_script/visual_script_editor.cpp +#: tools/editor/property_editor.cpp +msgid "Set" +msgstr "" + #: modules/visual_script/visual_script_editor.cpp #: tools/editor/plugins/canvas_item_editor_plugin.cpp #: tools/editor/plugins/polygon_2d_editor_plugin.cpp @@ -320,6 +367,85 @@ msgid "" "(error)." msgstr "" +#: modules/visual_script/visual_script_nodes.cpp +msgid "just pressed" +msgstr "" + +#: modules/visual_script/visual_script_nodes.cpp +msgid "just released" +msgstr "" + +#: platform/winrt/export/export.cpp +msgid "" +"Couldn't read the certficate file. Are the path and password both correct?" +msgstr "" + +#: platform/winrt/export/export.cpp +msgid "Error creating the signature object." +msgstr "" + +#: platform/winrt/export/export.cpp +msgid "Error creating the package signature." +msgstr "" + +#: platform/winrt/export/export.cpp +msgid "" +"No export templates found.\n" +"Download and install export templates." +msgstr "" + +#: platform/winrt/export/export.cpp +msgid "Custom debug package not found." +msgstr "" + +#: platform/winrt/export/export.cpp +msgid "Custom release package not found." +msgstr "" + +#: platform/winrt/export/export.cpp +msgid "Invalid unique name." +msgstr "" + +#: platform/winrt/export/export.cpp +msgid "Invalid product GUID." +msgstr "" + +#: platform/winrt/export/export.cpp +msgid "Invalid publisher GUID." +msgstr "" + +#: platform/winrt/export/export.cpp +msgid "Invalid background color." +msgstr "" + +#: platform/winrt/export/export.cpp +msgid "Invalid Store Logo image dimensions (should be 50x50)." +msgstr "" + +#: platform/winrt/export/export.cpp +msgid "Invalid square 44x44 logo image dimensions (should be 44x44)." +msgstr "" + +#: platform/winrt/export/export.cpp +msgid "Invalid square 71x71 logo image dimensions (should be 71x71)." +msgstr "" + +#: platform/winrt/export/export.cpp +msgid "Invalid square 150x150 logo image dimensions (should be 150x150)." +msgstr "" + +#: platform/winrt/export/export.cpp +msgid "Invalid square 310x310 logo image dimensions (should be 310x310)." +msgstr "" + +#: platform/winrt/export/export.cpp +msgid "Invalid wide 310x150 logo image dimensions (should be 310x150)." +msgstr "" + +#: platform/winrt/export/export.cpp +msgid "Invalid splash screen image dimensions (should be 620x300)." +msgstr "" + #: scene/2d/animated_sprite.cpp msgid "" "A SpriteFrames resource must be created or set in the 'Frames' property in " @@ -462,6 +588,10 @@ msgid "" "It only provides navigation data." msgstr "" +#: scene/3d/remote_transform.cpp +msgid "Path property must point to a valid Spatial node to work." +msgstr "" + #: scene/3d/scenario_fx.cpp msgid "" "Only one WorldEnvironment is allowed per scene (or set of instanced scenes)." @@ -1098,10 +1228,6 @@ msgstr "" msgid "Method List For '%s':" msgstr "" -#: tools/editor/call_dialog.cpp -msgid "Call" -msgstr "" - #: tools/editor/call_dialog.cpp msgid "Method List:" msgstr "" @@ -1220,6 +1346,12 @@ msgstr "" msgid "Method in target Node must be specified!" msgstr "" +#: tools/editor/connections_dialog.cpp +msgid "" +"Target method not found! Specify a valid method or attach a script to target " +"Node." +msgstr "" + #: tools/editor/connections_dialog.cpp msgid "Connect To Node:" msgstr "" @@ -1296,6 +1428,15 @@ msgstr "" msgid "Create New" msgstr "" +#: tools/editor/create_dialog.cpp tools/editor/editor_file_dialog.cpp +#: tools/editor/filesystem_dock.cpp +msgid "Favorites:" +msgstr "" + +#: tools/editor/create_dialog.cpp tools/editor/editor_file_dialog.cpp +msgid "Recent:" +msgstr "" + #: tools/editor/create_dialog.cpp tools/editor/editor_help.cpp #: tools/editor/plugins/script_editor_plugin.cpp #: tools/editor/property_selector.cpp tools/editor/quick_open.cpp @@ -1565,14 +1706,6 @@ msgstr "" msgid "Move Favorite Down" msgstr "" -#: tools/editor/editor_file_dialog.cpp tools/editor/filesystem_dock.cpp -msgid "Favorites:" -msgstr "" - -#: tools/editor/editor_file_dialog.cpp -msgid "Recent:" -msgstr "" - #: tools/editor/editor_file_dialog.cpp msgid "Preview:" msgstr "" @@ -1966,14 +2099,6 @@ msgstr "" msgid "Go to previously opened scene." msgstr "" -#: tools/editor/editor_node.cpp -msgid "Fullscreen Mode" -msgstr "" - -#: tools/editor/editor_node.cpp -msgid "Distraction Free Mode" -msgstr "" - #: tools/editor/editor_node.cpp msgid "Next tab" msgstr "" @@ -2059,6 +2184,10 @@ msgstr "" msgid "Quit to Project List" msgstr "" +#: tools/editor/editor_node.cpp +msgid "Distraction Free Mode" +msgstr "" + #: tools/editor/editor_node.cpp msgid "Import assets to the project." msgstr "" @@ -2217,6 +2346,10 @@ msgstr "" msgid "Editor Layout" msgstr "" +#: tools/editor/editor_node.cpp +msgid "Toggle Fullscreen" +msgstr "" + #: tools/editor/editor_node.cpp msgid "Install Export Templates" msgstr "" @@ -2241,6 +2374,10 @@ msgstr "" msgid "Update Changes" msgstr "" +#: tools/editor/editor_node.cpp +msgid "Disable Update Spinner" +msgstr "" + #: tools/editor/editor_node.cpp msgid "Inspector" msgstr "" @@ -2281,6 +2418,10 @@ msgstr "" msgid "FileSystem" msgstr "" +#: tools/editor/editor_node.cpp tools/editor/node_dock.cpp +msgid "Node" +msgstr "" + #: tools/editor/editor_node.cpp msgid "Output" msgstr "" @@ -3109,10 +3250,6 @@ msgstr "" msgid "MultiNode Set" msgstr "" -#: tools/editor/node_dock.cpp -msgid "Node" -msgstr "" - #: tools/editor/node_dock.cpp msgid "Groups" msgstr "" @@ -3652,6 +3789,10 @@ msgstr "" msgid "Clear Bones" msgstr "" +#: tools/editor/plugins/canvas_item_editor_plugin.cpp +msgid "Show Bones" +msgstr "" + #: tools/editor/plugins/canvas_item_editor_plugin.cpp msgid "Make IK Chain" msgstr "" @@ -4390,6 +4531,10 @@ msgstr "" msgid "Close Docs" msgstr "" +#: tools/editor/plugins/script_editor_plugin.cpp +msgid "Close All" +msgstr "" + #: tools/editor/plugins/script_editor_plugin.cpp #: tools/editor/plugins/script_text_editor.cpp #: tools/editor/plugins/shader_editor_plugin.cpp @@ -4498,6 +4643,10 @@ msgid "" "Built-in scripts can only be edited when the scene they belong to is loaded" msgstr "" +#: tools/editor/plugins/script_text_editor.cpp +msgid "Pick Color" +msgstr "" + #: tools/editor/plugins/script_text_editor.cpp tools/editor/scene_tree_dock.cpp msgid "Move Up" msgstr "" @@ -4873,6 +5022,10 @@ msgstr "" msgid "Insert Animation Key" msgstr "" +#: tools/editor/plugins/spatial_editor_plugin.cpp +msgid "Focus Origin" +msgstr "" + #: tools/editor/plugins/spatial_editor_plugin.cpp msgid "Focus Selection" msgstr "" @@ -5138,6 +5291,10 @@ msgstr "" msgid "Remove Item" msgstr "" +#: tools/editor/plugins/theme_editor_plugin.cpp +msgid "Theme" +msgstr "" + #: tools/editor/plugins/theme_editor_plugin.cpp msgid "Add Class Items" msgstr "" @@ -5949,6 +6106,10 @@ msgstr "" msgid "Assign" msgstr "" +#: tools/editor/property_editor.cpp +msgid "New Script" +msgstr "" + #: tools/editor/property_editor.cpp msgid "Error loading file: Not a resource!" msgstr "" @@ -5965,10 +6126,6 @@ msgstr "" msgid "On" msgstr "" -#: tools/editor/property_editor.cpp -msgid "Set" -msgstr "" - #: tools/editor/property_editor.cpp msgid "Properties:" msgstr "" -- cgit v1.2.3