1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-25 15:37:42 +00:00

i18n: Improve a couple English strings

This commit is contained in:
Rémi Verschelde
2016-06-20 07:56:47 +02:00
parent 5e816fd8c8
commit 17f7065944
3 changed files with 16 additions and 22 deletions

View File

@@ -309,7 +309,7 @@ ConnectDialog::ConnectDialog() {
tree = memnew(SceneTreeEditor(false)); tree = memnew(SceneTreeEditor(false));
vbc_left->add_margin_child(TTR("Conect To Node:"),tree,true); vbc_left->add_margin_child(TTR("Connect To Node:"),tree,true);

View File

@@ -533,7 +533,7 @@ class EditorFontImportDialog : public ConfirmationDialog {
} }
if (dest->get_line_edit()->get_text().extension().to_lower() != "fnt") { if (dest->get_line_edit()->get_text().extension().to_lower() != "fnt") {
error_dialog->set_text(TTR("Invalid file extension. \nPlease use .fnt")); error_dialog->set_text(TTR("Invalid file extension.\nPlease use .fnt."));
error_dialog->popup_centered(Size2(200,100)); error_dialog->popup_centered(Size2(200,100));
return; return;
} }

View File

@@ -943,7 +943,7 @@ msgid "Method in target Node must be specified!"
msgstr "" msgstr ""
#: tools/editor/connections_dialog.cpp #: tools/editor/connections_dialog.cpp
msgid "Conect To Node:" msgid "Connect To Node:"
msgstr "" msgstr ""
#: tools/editor/connections_dialog.cpp tools/editor/groups_editor.cpp #: tools/editor/connections_dialog.cpp tools/editor/groups_editor.cpp
@@ -1526,17 +1526,13 @@ msgid "Save Layout"
msgstr "" msgstr ""
#: tools/editor/editor_node.cpp #: tools/editor/editor_node.cpp
msgid "Load Layout" msgid "Delete Layout"
msgstr "" msgstr ""
#: tools/editor/editor_node.cpp tools/editor/project_export.cpp #: tools/editor/editor_node.cpp tools/editor/project_export.cpp
msgid "Default" msgid "Default"
msgstr "" msgstr ""
#: tools/editor/editor_node.cpp
msgid "Delete Layout"
msgstr ""
#: tools/editor/editor_node.cpp #: tools/editor/editor_node.cpp
msgid "Switch Scene Tab" msgid "Switch Scene Tab"
msgstr "" msgstr ""
@@ -2108,6 +2104,12 @@ msgstr ""
msgid "No target font resource!" msgid "No target font resource!"
msgstr "" msgstr ""
#: tools/editor/io_plugins/editor_font_import_plugin.cpp
msgid ""
"Invalid file extension.\n"
"Please use .fnt."
msgstr ""
#: tools/editor/io_plugins/editor_font_import_plugin.cpp #: tools/editor/io_plugins/editor_font_import_plugin.cpp
msgid "Can't load/process source font." msgid "Can't load/process source font."
msgstr "" msgstr ""
@@ -5661,11 +5663,15 @@ msgid "Error duplicating scene to save it."
msgstr "" msgstr ""
#: tools/editor/scene_tree_dock.cpp #: tools/editor/scene_tree_dock.cpp
msgid "New Scene Root" msgid "Edit Groups"
msgstr "" msgstr ""
#: tools/editor/scene_tree_dock.cpp #: tools/editor/scene_tree_dock.cpp
msgid "Inherit Scene" msgid "Edit Connections"
msgstr ""
#: tools/editor/scene_tree_dock.cpp
msgid "Delete Node(s)"
msgstr "" msgstr ""
#: tools/editor/scene_tree_dock.cpp #: tools/editor/scene_tree_dock.cpp
@@ -5680,14 +5686,6 @@ msgstr ""
msgid "Change Type" msgid "Change Type"
msgstr "" msgstr ""
#: tools/editor/scene_tree_dock.cpp
msgid "Edit Groups"
msgstr ""
#: tools/editor/scene_tree_dock.cpp
msgid "Edit Connections"
msgstr ""
#: tools/editor/scene_tree_dock.cpp #: tools/editor/scene_tree_dock.cpp
msgid "Add Script" msgid "Add Script"
msgstr "" msgstr ""
@@ -5700,10 +5698,6 @@ msgstr ""
msgid "Save Branch as Scene" msgid "Save Branch as Scene"
msgstr "" msgstr ""
#: tools/editor/scene_tree_dock.cpp
msgid "Delete Node(s)"
msgstr ""
#: tools/editor/scene_tree_dock.cpp #: tools/editor/scene_tree_dock.cpp
msgid "Add/Create a New Node" msgid "Add/Create a New Node"
msgstr "" msgstr ""