Browse Source

Merge branch 'master' of https://github.com/godotengine/godot

Juan Linietsky 9 years ago
parent
commit
cf3575e0b4

BIN
platform/android/java/res/drawable/icon.png


BIN
platform/windows/godot.ico


BIN
tools/Godot.app/Contents/Resources/Godot.icns


BIN
tools/editor/icons/icon_godot.png


+ 10 - 10
tools/editor/io_plugins/editor_scene_import_plugin.cpp

@@ -1235,18 +1235,18 @@ EditorSceneImportDialog::EditorSceneImportDialog(EditorNode *p_editor, EditorSce
 
 
 	/*
 	/*
 	this_import = memnew( OptionButton );
 	this_import = memnew( OptionButton );
-	this_import->add_item(TTR("Overwrite Existing Scene"));
-	this_import->add_item(TTR("Overwrite Existing, Keep Materials"));
-	this_import->add_item(TTR("Keep Existing, Merge with New"));
-	this_import->add_item(TTR("Keep Existing, Ignore New"));
-	vbc->add_margin_child(TTR("This Time:"),this_import);
+	this_import->add_item("Overwrite Existing Scene");
+	this_import->add_item("Overwrite Existing, Keep Materials");
+	this_import->add_item("Keep Existing, Merge with New");
+	this_import->add_item("Keep Existing, Ignore New");
+	vbc->add_margin_child("This Time:",this_import);
 
 
 	next_import = memnew( OptionButton );
 	next_import = memnew( OptionButton );
-	next_import->add_item(TTR("Overwrite Existing Scene"));
-	next_import->add_item(TTR("Overwrite Existing, Keep Materials"));
-	next_import->add_item(TTR("Keep Existing, Merge with New"));
-	next_import->add_item(TTR("Keep Existing, Ignore New"));
-	vbc->add_margin_child(TTR("Next Time:"),next_import);
+	next_import->add_item("Overwrite Existing Scene");
+	next_import->add_item("Overwrite Existing, Keep Materials");
+	next_import->add_item("Keep Existing, Merge with New");
+	next_import->add_item("Keep Existing, Ignore New");
+	vbc->add_margin_child("Next Time:",next_import);
 */
 */
 	set_hide_on_ok(false);
 	set_hide_on_ok(false);
 
 

BIN
tools/osx_template.app/Contents/Resources/icon.icns


+ 3 - 1
tools/translations/extract.py

@@ -83,7 +83,9 @@ for fname in matches:
 				unique_loc[msg] = [location]
 				unique_loc[msg] = [location]
 			elif (not location in unique_loc[msg]):
 			elif (not location in unique_loc[msg]):
 				# Add additional location to previous occurence too
 				# Add additional location to previous occurence too
-				msg_pos = main_po.find('\nmsgid "' + msg)
+				msg_pos = main_po.find('\nmsgid "' + msg + '"')
+				if (msg_pos == -1):
+					print("Someone apparently thought writing Python was as easy as GDScript. Ping Akien.")
 				main_po = main_po[:msg_pos] + ' ' + location + main_po[msg_pos:]
 				main_po = main_po[:msg_pos] + ' ' + location + main_po[msg_pos:]
 				unique_loc[msg].append(location)
 				unique_loc[msg].append(location)
 
 

+ 216 - 105
tools/translations/fr.po

@@ -80,6 +80,26 @@ msgid ""
 "only provides navigation data."
 "only provides navigation data."
 msgstr ""
 msgstr ""
 
 
+#: scene/resources/dynamic_font.cpp
+#: tools/editor/io_plugins/editor_font_import_plugin.cpp
+msgid "Error initializing FreeType."
+msgstr "Erreur d'initialisation de Freetype."
+
+#: scene/resources/dynamic_font.cpp
+#: tools/editor/io_plugins/editor_font_import_plugin.cpp
+msgid "Unknown font format."
+msgstr "Format de police inconnu."
+
+#: scene/resources/dynamic_font.cpp
+#: tools/editor/io_plugins/editor_font_import_plugin.cpp
+msgid "Error loading font."
+msgstr "Erreur lors du chargement de la police."
+
+#: scene/resources/dynamic_font.cpp
+#: tools/editor/io_plugins/editor_font_import_plugin.cpp
+msgid "Invalid font size."
+msgstr "Taille de police invalide."
+
 #: scene/2d/particles_2d.cpp
 #: scene/2d/particles_2d.cpp
 msgid "Path property must point to a valid Particles2D node to work."
 msgid "Path property must point to a valid Particles2D node to work."
 msgstr ""
 msgstr ""
@@ -265,10 +285,6 @@ msgid ""
 msgstr ""
 msgstr ""
 
 
 #: tools/editor/project_export.cpp
 #: tools/editor/project_export.cpp
-#: tools/editor/plugins/canvas_item_editor_plugin.cpp
-#: tools/editor/plugins/shader_editor_plugin.cpp
-#: tools/editor/plugins/script_editor_plugin.cpp
-#: tools/editor/plugins/polygon_2d_editor_plugin.cpp
 msgid "Edit Script Options"
 msgid "Edit Script Options"
 msgstr "Modifier les options du script"
 msgstr "Modifier les options du script"
 
 
@@ -277,7 +293,6 @@ msgid "Please export outside the project folder!"
 msgstr "Veuillez exporter en dehors du dossier du projet !"
 msgstr "Veuillez exporter en dehors du dossier du projet !"
 
 
 #: tools/editor/project_export.cpp
 #: tools/editor/project_export.cpp
-#: tools/editor/plugins/tile_set_editor_plugin.cpp
 msgid "Error exporting project!"
 msgid "Error exporting project!"
 msgstr "Erreur d'exportation du projet !"
 msgstr "Erreur d'exportation du projet !"
 
 
@@ -297,7 +312,7 @@ msgstr "Inclure"
 msgid "Change Image Group"
 msgid "Change Image Group"
 msgstr "Changer le groupe d'images"
 msgstr "Changer le groupe d'images"
 
 
-#: tools/editor/project_export.cpp tools/editor/groups_editor.cpp
+#: tools/editor/project_export.cpp
 msgid "Group name can't be empty!"
 msgid "Group name can't be empty!"
 msgstr "Le nom du groupe ne peut pas être vide !"
 msgstr "Le nom du groupe ne peut pas être vide !"
 
 
@@ -309,14 +324,11 @@ msgstr "Caractère invalide dans le nom du groupe !"
 msgid "Group name already exists!"
 msgid "Group name already exists!"
 msgstr "Le nom du groupe existe déjà !"
 msgstr "Le nom du groupe existe déjà !"
 
 
-#: tools/editor/project_export.cpp tools/editor/project_settings.cpp
-#: tools/editor/groups_editor.cpp tools/editor/plugins/theme_editor_plugin.cpp
-#: tools/editor/plugins/item_list_editor_plugin.cpp
+#: tools/editor/project_export.cpp
 msgid "Add Image Group"
 msgid "Add Image Group"
 msgstr "Ajouter un groupe d'images"
 msgstr "Ajouter un groupe d'images"
 
 
-#: tools/editor/project_export.cpp tools/editor/scenes_dock.cpp
-#: tools/editor/editor_node.cpp tools/editor/plugins/item_list_editor_plugin.cpp
+#: tools/editor/project_export.cpp
 msgid "Delete Image Group"
 msgid "Delete Image Group"
 msgstr "Supprimer le groupe d'images"
 msgstr "Supprimer le groupe d'images"
 
 
@@ -336,7 +348,7 @@ msgstr "Paramètres d'exportation du projet"
 msgid "Target"
 msgid "Target"
 msgstr "Cible"
 msgstr "Cible"
 
 
-#: tools/editor/project_export.cpp tools/editor/editor_node.cpp
+#: tools/editor/project_export.cpp
 msgid "Export to Platform"
 msgid "Export to Platform"
 msgstr "Exporter vers la plate-forme"
 msgstr "Exporter vers la plate-forme"
 
 
@@ -461,7 +473,7 @@ msgstr "Atlas :"
 msgid "Shrink By:"
 msgid "Shrink By:"
 msgstr "Réduire de :"
 msgstr "Réduire de :"
 
 
-#: tools/editor/project_export.cpp tools/editor/plugins/camera_editor_plugin.cpp
+#: tools/editor/project_export.cpp
 msgid "Preview Atlas"
 msgid "Preview Atlas"
 msgstr "Aperçu de l'atlas"
 msgstr "Aperçu de l'atlas"
 
 
@@ -477,7 +489,7 @@ msgstr "Images :"
 msgid "Select None"
 msgid "Select None"
 msgstr "Ne rien sélectionner"
 msgstr "Ne rien sélectionner"
 
 
-#: tools/editor/project_export.cpp
+#: tools/editor/project_export.cpp tools/editor/groups_editor.cpp
 msgid "Group"
 msgid "Group"
 msgstr "Groupe"
 msgstr "Groupe"
 
 
@@ -509,6 +521,11 @@ msgstr "Rogner"
 msgid "Trailing Silence:"
 msgid "Trailing Silence:"
 msgstr "Silence de fin :"
 msgstr "Silence de fin :"
 
 
+#: tools/editor/project_export.cpp
+#, fuzzy
+msgid "Script"
+msgstr "Lancer le script"
+
 #: tools/editor/project_export.cpp
 #: tools/editor/project_export.cpp
 msgid "Script Export Mode:"
 msgid "Script Export Mode:"
 msgstr "Mode d'exportation des scripts :"
 msgstr "Mode d'exportation des scripts :"
@@ -557,7 +574,7 @@ msgstr "Exportation de projet"
 msgid "Export Preset:"
 msgid "Export Preset:"
 msgstr "Pré-réglage d'exportation :"
 msgstr "Pré-réglage d'exportation :"
 
 
-#: tools/editor/project_export.cpp
+#: tools/editor/project_export.cpp tools/editor/editor_node.cpp
 msgid "Export"
 msgid "Export"
 msgstr "Exporter"
 msgstr "Exporter"
 
 
@@ -569,6 +586,38 @@ msgstr "Aller à la ligne"
 msgid "Line Number:"
 msgid "Line Number:"
 msgstr "Numéro de ligne :"
 msgstr "Numéro de ligne :"
 
 
+#: tools/editor/code_editor.cpp
+#, fuzzy
+msgid "No Matches"
+msgstr "Correspondances :"
+
+#: tools/editor/code_editor.cpp
+#, fuzzy
+msgid "Replaced %d Ocurrence(s)."
+msgstr "%d occurrence(s) remplacée(s)."
+
+#: tools/editor/code_editor.cpp
+msgid "Replace"
+msgstr "Remplacer"
+
+#: tools/editor/code_editor.cpp
+#, fuzzy
+msgid "Replace All"
+msgstr "Remplacer"
+
+#: tools/editor/code_editor.cpp
+#, fuzzy
+msgid "Match Case"
+msgstr "Correspondances :"
+
+#: tools/editor/code_editor.cpp
+msgid "Whole Words"
+msgstr "Mots entiers"
+
+#: tools/editor/code_editor.cpp
+msgid "Selection Only"
+msgstr "Sélection uniquement"
+
 #: tools/editor/code_editor.cpp tools/editor/project_settings.cpp
 #: tools/editor/code_editor.cpp tools/editor/project_settings.cpp
 #: tools/editor/addon_editor_plugin.cpp tools/editor/editor_help.cpp
 #: tools/editor/addon_editor_plugin.cpp tools/editor/editor_help.cpp
 #: tools/editor/plugins/shader_editor_plugin.cpp
 #: tools/editor/plugins/shader_editor_plugin.cpp
@@ -580,10 +629,6 @@ msgstr "Rechercher"
 msgid "Find"
 msgid "Find"
 msgstr "Trouver"
 msgstr "Trouver"
 
 
-#: tools/editor/code_editor.cpp
-msgid "Replace"
-msgstr "Remplacer"
-
 #: tools/editor/code_editor.cpp
 #: tools/editor/code_editor.cpp
 msgid "Next"
 msgid "Next"
 msgstr "Suivant"
 msgstr "Suivant"
@@ -600,10 +645,6 @@ msgstr "Non trouvé !"
 msgid "Replace By"
 msgid "Replace By"
 msgstr "Remplacer par"
 msgstr "Remplacer par"
 
 
-#: tools/editor/code_editor.cpp
-msgid "Whole Words"
-msgstr "Mots entiers"
-
 #: tools/editor/code_editor.cpp
 #: tools/editor/code_editor.cpp
 msgid "Case Sensitive"
 msgid "Case Sensitive"
 msgstr "Sensible à la casse"
 msgstr "Sensible à la casse"
@@ -616,10 +657,6 @@ msgstr "À l'envers"
 msgid "Prompt On Replace"
 msgid "Prompt On Replace"
 msgstr "Avertir lors du remplacement"
 msgstr "Avertir lors du remplacement"
 
 
-#: tools/editor/code_editor.cpp
-msgid "Selection Only"
-msgstr "Sélection uniquement"
-
 #: tools/editor/code_editor.cpp
 #: tools/editor/code_editor.cpp
 msgid "Skip"
 msgid "Skip"
 msgstr "Passer"
 msgstr "Passer"
@@ -644,7 +681,9 @@ msgstr "Connecter au nœud :"
 msgid "Binds (Extra Params):"
 msgid "Binds (Extra Params):"
 msgstr ""
 msgstr ""
 
 
-#: tools/editor/connections_dialog.cpp
+#: tools/editor/connections_dialog.cpp tools/editor/project_settings.cpp
+#: tools/editor/groups_editor.cpp tools/editor/plugins/theme_editor_plugin.cpp
+#: tools/editor/plugins/item_list_editor_plugin.cpp
 msgid "Add"
 msgid "Add"
 msgstr "Ajouter"
 msgstr "Ajouter"
 
 
@@ -697,12 +736,7 @@ msgstr "Connecter"
 msgid "Connect '%s' to '%s'"
 msgid "Connect '%s' to '%s'"
 msgstr "Connecter « %s » à « %s »"
 msgstr "Connecter « %s » à « %s »"
 
 
-#: tools/editor/connections_dialog.cpp tools/editor/animation_editor.cpp
-#: tools/editor/project_manager.cpp tools/editor/create_dialog.cpp
-#: tools/editor/plugins/light_occluder_2d_editor_plugin.cpp
-#: tools/editor/plugins/mesh_instance_editor_plugin.cpp
-#: tools/editor/plugins/navigation_polygon_editor_plugin.cpp
-#: tools/editor/plugins/particles_editor_plugin.cpp
+#: tools/editor/connections_dialog.cpp
 msgid "Create Subscription"
 msgid "Create Subscription"
 msgstr ""
 msgstr ""
 
 
@@ -731,14 +765,7 @@ msgstr "Sélectionner les nœuds à importer"
 msgid "Scene Path:"
 msgid "Scene Path:"
 msgstr "Chemin de la scène :"
 msgstr "Chemin de la scène :"
 
 
-#: tools/editor/editor_sub_scene.cpp tools/editor/editor_node.cpp
-#: tools/editor/project_manager.cpp
-#: tools/editor/io_plugins/editor_texture_import_plugin.cpp
-#: tools/editor/io_plugins/editor_translation_import_plugin.cpp
-#: tools/editor/io_plugins/editor_scene_import_plugin.cpp
-#: tools/editor/io_plugins/editor_font_import_plugin.cpp
-#: tools/editor/io_plugins/editor_sample_import_plugin.cpp
-#: tools/editor/io_plugins/editor_mesh_import_plugin.cpp
+#: tools/editor/editor_sub_scene.cpp
 msgid "Import From Node:"
 msgid "Import From Node:"
 msgstr "Importer à partir d'un nœud :"
 msgstr "Importer à partir d'un nœud :"
 
 
@@ -775,10 +802,8 @@ msgid "Create Folder"
 msgstr "Créer un dossier"
 msgstr "Créer un dossier"
 
 
 #: tools/editor/editor_dir_dialog.cpp tools/editor/editor_plugin_settings.cpp
 #: tools/editor/editor_dir_dialog.cpp tools/editor/editor_plugin_settings.cpp
-#: tools/editor/editor_file_dialog.cpp tools/editor/project_manager.cpp
-#: tools/editor/plugins/sample_library_editor_plugin.cpp
+#: tools/editor/editor_file_dialog.cpp
 #: tools/editor/plugins/theme_editor_plugin.cpp
 #: tools/editor/plugins/theme_editor_plugin.cpp
-#: tools/editor/io_plugins/editor_scene_import_plugin.cpp
 msgid "Name:"
 msgid "Name:"
 msgstr "Nom :"
 msgstr "Nom :"
 
 
@@ -826,6 +851,17 @@ msgstr ""
 msgid "Dependencies"
 msgid "Dependencies"
 msgstr "Dépendances"
 msgstr "Dépendances"
 
 
+#: tools/editor/dependency_editor.cpp
+#, fuzzy
+msgid "Resource"
+msgstr "Ressources"
+
+#: tools/editor/dependency_editor.cpp tools/editor/project_settings.cpp
+#: tools/editor/project_manager.cpp
+#, fuzzy
+msgid "Path"
+msgstr "Chemin :"
+
 #: tools/editor/dependency_editor.cpp
 #: tools/editor/dependency_editor.cpp
 msgid "Dependencies:"
 msgid "Dependencies:"
 msgstr "Dépendances :"
 msgstr "Dépendances :"
@@ -846,6 +882,13 @@ msgstr ""
 msgid "Owners Of:"
 msgid "Owners Of:"
 msgstr "Propriétaires de :"
 msgstr "Propriétaires de :"
 
 
+#: tools/editor/dependency_editor.cpp
+msgid ""
+"The files being removed are required by other resources in order for them to "
+"work.\n"
+"Remove them anyway? (no undo)"
+msgstr ""
+
 #: tools/editor/dependency_editor.cpp
 #: tools/editor/dependency_editor.cpp
 msgid "Remove selected files from the project? (no undo)"
 msgid "Remove selected files from the project? (no undo)"
 msgstr ""
 msgstr ""
@@ -858,9 +901,7 @@ msgstr ""
 msgid "Scene failed to load due to missing dependencies:"
 msgid "Scene failed to load due to missing dependencies:"
 msgstr ""
 msgstr ""
 
 
-#: tools/editor/dependency_editor.cpp tools/editor/scenes_dock.cpp
-#: tools/editor/editor_file_dialog.cpp tools/editor/editor_node.cpp
-#: tools/editor/editor_help.cpp tools/editor/plugins/script_editor_plugin.cpp
+#: tools/editor/dependency_editor.cpp
 msgid "Open Anyway"
 msgid "Open Anyway"
 msgstr "Ouvrir quand même"
 msgstr "Ouvrir quand même"
 
 
@@ -898,7 +939,8 @@ msgstr "Explorateur de ressources orphelines"
 msgid "Delete selected files?"
 msgid "Delete selected files?"
 msgstr "Supprimer les fichiers sélectionnés ?"
 msgstr "Supprimer les fichiers sélectionnés ?"
 
 
-#: tools/editor/dependency_editor.cpp
+#: tools/editor/dependency_editor.cpp tools/editor/scenes_dock.cpp
+#: tools/editor/editor_node.cpp tools/editor/plugins/item_list_editor_plugin.cpp
 msgid "Delete"
 msgid "Delete"
 msgstr "Supprimer"
 msgstr "Supprimer"
 
 
@@ -1034,7 +1076,12 @@ msgstr "Chemin :"
 msgid "Create Node Script"
 msgid "Create Node Script"
 msgstr "Créer le script de nœud"
 msgstr "Créer le script de nœud"
 
 
-#: tools/editor/script_create_dialog.cpp
+#: tools/editor/script_create_dialog.cpp tools/editor/animation_editor.cpp
+#: tools/editor/project_manager.cpp tools/editor/create_dialog.cpp
+#: tools/editor/plugins/light_occluder_2d_editor_plugin.cpp
+#: tools/editor/plugins/mesh_instance_editor_plugin.cpp
+#: tools/editor/plugins/navigation_polygon_editor_plugin.cpp
+#: tools/editor/plugins/particles_editor_plugin.cpp
 msgid "Create"
 msgid "Create"
 msgstr "Créer"
 msgstr "Créer"
 
 
@@ -1347,6 +1394,7 @@ msgid "Warning"
 msgstr "Avertissement"
 msgstr "Avertissement"
 
 
 #: tools/editor/script_editor_debugger.cpp
 #: tools/editor/script_editor_debugger.cpp
+#: tools/editor/plugins/tile_set_editor_plugin.cpp
 msgid "Error"
 msgid "Error"
 msgstr "Erreur"
 msgstr "Erreur"
 
 
@@ -1655,7 +1703,6 @@ msgid "Error saving settings."
 msgstr "Erreur d'enregistrement des paramètres."
 msgstr "Erreur d'enregistrement des paramètres."
 
 
 #: tools/editor/project_settings.cpp
 #: tools/editor/project_settings.cpp
-#: tools/editor/plugins/spatial_editor_plugin.cpp
 msgid "Settings saved OK."
 msgid "Settings saved OK."
 msgstr "Paramètres enregistrés avec succès."
 msgstr "Paramètres enregistrés avec succès."
 
 
@@ -1813,7 +1860,9 @@ msgstr "Nom de nœud :"
 msgid "List:"
 msgid "List:"
 msgstr "Liste :"
 msgstr "Liste :"
 
 
-#: tools/editor/project_settings.cpp
+#: tools/editor/project_settings.cpp tools/editor/project_manager.cpp
+#: tools/editor/plugins/sample_library_editor_plugin.cpp
+#: tools/editor/io_plugins/editor_scene_import_plugin.cpp
 msgid "Name"
 msgid "Name"
 msgstr "Nom"
 msgstr "Nom"
 
 
@@ -1929,7 +1978,9 @@ msgstr ""
 msgid "Matches:"
 msgid "Matches:"
 msgstr "Correspondances :"
 msgstr "Correspondances :"
 
 
-#: tools/editor/quick_open.cpp
+#: tools/editor/quick_open.cpp tools/editor/scenes_dock.cpp
+#: tools/editor/editor_file_dialog.cpp tools/editor/editor_node.cpp
+#: tools/editor/editor_help.cpp tools/editor/plugins/script_editor_plugin.cpp
 msgid "Open"
 msgid "Open"
 msgstr "Ouvrir"
 msgstr "Ouvrir"
 
 
@@ -1941,9 +1992,7 @@ msgstr "Veuillez attendre la fin du scan."
 msgid "Current scene must be saved to re-import."
 msgid "Current scene must be saved to re-import."
 msgstr "La scène actuelle doit être enregistrée afin de pouvoir ré-importer."
 msgstr "La scène actuelle doit être enregistrée afin de pouvoir ré-importer."
 
 
-#: tools/editor/editor_reimport_dialog.cpp tools/editor/editor_node.cpp
-#: tools/editor/plugins/animation_player_editor_plugin.cpp
-#: tools/editor/plugins/script_editor_plugin.cpp
+#: tools/editor/editor_reimport_dialog.cpp
 msgid "Save & Re-Import"
 msgid "Save & Re-Import"
 msgstr "Enregistrer et ré-importer"
 msgstr "Enregistrer et ré-importer"
 
 
@@ -2037,14 +2086,31 @@ msgstr "Localisation pour le re-parentage (sélectionnez le nouveau parent) :"
 msgid "Keep Global Transform"
 msgid "Keep Global Transform"
 msgstr "Conserver la transformation globale"
 msgstr "Conserver la transformation globale"
 
 
-#: tools/editor/reparent_dialog.cpp
+#: tools/editor/reparent_dialog.cpp tools/editor/scene_tree_dock.cpp
 msgid "Reparent"
 msgid "Reparent"
 msgstr "Re-parenter"
 msgstr "Re-parenter"
 
 
+#: tools/editor/editor_plugin_settings.cpp
+msgid "Installed Plugins:"
+msgstr ""
+
 #: tools/editor/editor_plugin_settings.cpp tools/editor/editor_node.cpp
 #: tools/editor/editor_plugin_settings.cpp tools/editor/editor_node.cpp
 msgid "Update"
 msgid "Update"
 msgstr "Mettre à jour"
 msgstr "Mettre à jour"
 
 
+#: tools/editor/editor_plugin_settings.cpp
+#, fuzzy
+msgid "Version:"
+msgstr "Description :"
+
+#: tools/editor/editor_plugin_settings.cpp
+msgid "Author:"
+msgstr ""
+
+#: tools/editor/editor_plugin_settings.cpp
+msgid "Status:"
+msgstr ""
+
 #: tools/editor/scenes_dock.cpp tools/editor/editor_file_dialog.cpp
 #: tools/editor/scenes_dock.cpp tools/editor/editor_file_dialog.cpp
 msgid "Favorites:"
 msgid "Favorites:"
 msgstr "Favoris :"
 msgstr "Favoris :"
@@ -2081,7 +2147,7 @@ msgstr "Instance"
 msgid "Edit Dependencies.."
 msgid "Edit Dependencies.."
 msgstr "Modifier les dépendances..."
 msgstr "Modifier les dépendances..."
 
 
-#: tools/editor/scenes_dock.cpp tools/editor/plugins/spatial_editor_plugin.cpp
+#: tools/editor/scenes_dock.cpp
 msgid "View Owners.."
 msgid "View Owners.."
 msgstr "Voir les propriétaires..."
 msgstr "Voir les propriétaires..."
 
 
@@ -2173,7 +2239,9 @@ msgstr "Tous les fichiers reconnus"
 msgid "All Files (*)"
 msgid "All Files (*)"
 msgstr "Tous les fichiers (*)"
 msgstr "Tous les fichiers (*)"
 
 
-#: tools/editor/editor_file_dialog.cpp
+#: tools/editor/editor_file_dialog.cpp tools/editor/editor_node.cpp
+#: tools/editor/plugins/animation_player_editor_plugin.cpp
+#: tools/editor/plugins/script_editor_plugin.cpp
 msgid "Save"
 msgid "Save"
 msgstr "Enregistrer"
 msgstr "Enregistrer"
 
 
@@ -2298,7 +2366,14 @@ msgstr "Global"
 msgid "Sections:"
 msgid "Sections:"
 msgstr "Sections :"
 msgstr "Sections :"
 
 
-#: tools/editor/addon_editor_plugin.cpp
+#: tools/editor/addon_editor_plugin.cpp tools/editor/editor_node.cpp
+#: tools/editor/project_manager.cpp
+#: tools/editor/io_plugins/editor_texture_import_plugin.cpp
+#: tools/editor/io_plugins/editor_translation_import_plugin.cpp
+#: tools/editor/io_plugins/editor_scene_import_plugin.cpp
+#: tools/editor/io_plugins/editor_font_import_plugin.cpp
+#: tools/editor/io_plugins/editor_sample_import_plugin.cpp
+#: tools/editor/io_plugins/editor_mesh_import_plugin.cpp
 msgid "Import"
 msgid "Import"
 msgstr "Importer"
 msgstr "Importer"
 
 
@@ -2712,7 +2787,7 @@ msgstr "Formes de collision visibles"
 msgid "Visible Navigation"
 msgid "Visible Navigation"
 msgstr "Navigation visible"
 msgstr "Navigation visible"
 
 
-#: tools/editor/editor_node.cpp
+#: tools/editor/editor_node.cpp tools/editor/plugins/spatial_editor_plugin.cpp
 msgid "Settings"
 msgid "Settings"
 msgstr "Paramètres"
 msgstr "Paramètres"
 
 
@@ -2980,6 +3055,10 @@ msgid "Recent Projects:"
 msgstr "Projets récents :"
 msgstr "Projets récents :"
 
 
 #: tools/editor/project_manager.cpp
 #: tools/editor/project_manager.cpp
+#: tools/editor/plugins/canvas_item_editor_plugin.cpp
+#: tools/editor/plugins/shader_editor_plugin.cpp
+#: tools/editor/plugins/script_editor_plugin.cpp
+#: tools/editor/plugins/polygon_2d_editor_plugin.cpp
 msgid "Edit"
 msgid "Edit"
 msgstr "Modifier"
 msgstr "Modifier"
 
 
@@ -3144,6 +3223,7 @@ msgid "Move Down"
 msgstr "Déplacer vers le bas"
 msgstr "Déplacer vers le bas"
 
 
 #: tools/editor/scene_tree_dock.cpp
 #: tools/editor/scene_tree_dock.cpp
+#: tools/editor/plugins/tile_map_editor_plugin.cpp
 msgid "Duplicate"
 msgid "Duplicate"
 msgstr "Dupliquer"
 msgstr "Dupliquer"
 
 
@@ -3225,6 +3305,7 @@ msgid "Mono"
 msgstr "Mono"
 msgstr "Mono"
 
 
 #: tools/editor/plugins/sample_library_editor_plugin.cpp
 #: tools/editor/plugins/sample_library_editor_plugin.cpp
+#: tools/editor/plugins/camera_editor_plugin.cpp
 msgid "Preview"
 msgid "Preview"
 msgstr "Aperçu"
 msgstr "Aperçu"
 
 
@@ -3233,9 +3314,6 @@ msgid "Pitch"
 msgstr "Hauteur"
 msgstr "Hauteur"
 
 
 #: tools/editor/plugins/collision_polygon_editor_plugin.cpp
 #: tools/editor/plugins/collision_polygon_editor_plugin.cpp
-#: tools/editor/plugins/collision_polygon_2d_editor_plugin.cpp
-#: tools/editor/plugins/polygon_2d_editor_plugin.cpp
-#: tools/editor/plugins/navigation_polygon_editor_plugin.cpp
 msgid "Create Poly3D"
 msgid "Create Poly3D"
 msgstr "Créer un Poly3D"
 msgstr "Créer un Poly3D"
 
 
@@ -3412,7 +3490,15 @@ msgstr ""
 msgid "Cross-Animation Blend Times"
 msgid "Cross-Animation Blend Times"
 msgstr ""
 msgstr ""
 
 
+#: tools/editor/plugins/animation_player_editor_plugin.cpp
+#, fuzzy
+msgid "Animation"
+msgstr "Animations"
+
 #: tools/editor/plugins/light_occluder_2d_editor_plugin.cpp
 #: tools/editor/plugins/light_occluder_2d_editor_plugin.cpp
+#: tools/editor/plugins/collision_polygon_2d_editor_plugin.cpp
+#: tools/editor/plugins/polygon_2d_editor_plugin.cpp
+#: tools/editor/plugins/navigation_polygon_editor_plugin.cpp
 msgid "Create Poly"
 msgid "Create Poly"
 msgstr "Créer un polygone"
 msgstr "Créer un polygone"
 
 
@@ -3574,7 +3660,6 @@ msgid "Use Rotation Snap"
 msgstr "Rotation alignée"
 msgstr "Rotation alignée"
 
 
 #: tools/editor/plugins/canvas_item_editor_plugin.cpp
 #: tools/editor/plugins/canvas_item_editor_plugin.cpp
-#: tools/editor/plugins/sprite_region_editor_plugin.cpp
 msgid "Snap Relative"
 msgid "Snap Relative"
 msgstr "Alignement relatif"
 msgstr "Alignement relatif"
 
 
@@ -3612,6 +3697,7 @@ msgid "Clear IK Chain"
 msgstr "Effacer la chaîne IK"
 msgstr "Effacer la chaîne IK"
 
 
 #: tools/editor/plugins/canvas_item_editor_plugin.cpp
 #: tools/editor/plugins/canvas_item_editor_plugin.cpp
+#: tools/editor/plugins/spatial_editor_plugin.cpp
 msgid "View"
 msgid "View"
 msgstr "Affichage"
 msgstr "Affichage"
 
 
@@ -3975,6 +4061,11 @@ msgstr "Trouver..."
 msgid "Find Next"
 msgid "Find Next"
 msgstr "Trouver le suivant"
 msgstr "Trouver le suivant"
 
 
+#: tools/editor/plugins/shader_editor_plugin.cpp
+#: tools/editor/plugins/script_editor_plugin.cpp
+msgid "Find Previous"
+msgstr ""
+
 #: tools/editor/plugins/shader_editor_plugin.cpp
 #: tools/editor/plugins/shader_editor_plugin.cpp
 #: tools/editor/plugins/script_editor_plugin.cpp
 #: tools/editor/plugins/script_editor_plugin.cpp
 msgid "Replace.."
 msgid "Replace.."
@@ -4089,6 +4180,7 @@ msgid "Style"
 msgstr "Style"
 msgstr "Style"
 
 
 #: tools/editor/plugins/theme_editor_plugin.cpp
 #: tools/editor/plugins/theme_editor_plugin.cpp
+#: tools/editor/io_plugins/editor_font_import_plugin.cpp
 msgid "Font"
 msgid "Font"
 msgstr "Police"
 msgstr "Police"
 
 
@@ -4529,6 +4621,21 @@ msgstr "Débogage"
 msgid "Toggle Breakpoint"
 msgid "Toggle Breakpoint"
 msgstr "Placer un point d'arrêt"
 msgstr "Placer un point d'arrêt"
 
 
+#: tools/editor/plugins/script_editor_plugin.cpp
+#, fuzzy
+msgid "Remove All Breakpoints"
+msgstr "Placer un point d'arrêt"
+
+#: tools/editor/plugins/script_editor_plugin.cpp
+#, fuzzy
+msgid "Goto Next Breakpoint"
+msgstr "Placer un point d'arrêt"
+
+#: tools/editor/plugins/script_editor_plugin.cpp
+#, fuzzy
+msgid "Goto Previous Breakpoint"
+msgstr "Placer un point d'arrêt"
+
 #: tools/editor/plugins/script_editor_plugin.cpp
 #: tools/editor/plugins/script_editor_plugin.cpp
 msgid "Keep Debugger Open"
 msgid "Keep Debugger Open"
 msgstr "Garder le débogueur ouvert"
 msgstr "Garder le débogueur ouvert"
@@ -4863,6 +4970,7 @@ msgid "Clear UV"
 msgstr "Effacer l'UV"
 msgstr "Effacer l'UV"
 
 
 #: tools/editor/plugins/polygon_2d_editor_plugin.cpp
 #: tools/editor/plugins/polygon_2d_editor_plugin.cpp
+#: tools/editor/plugins/sprite_region_editor_plugin.cpp
 msgid "Snap"
 msgid "Snap"
 msgstr "Aligner"
 msgstr "Aligner"
 
 
@@ -4872,6 +4980,7 @@ msgid "Enable Snap"
 msgstr "Activer l'alignement"
 msgstr "Activer l'alignement"
 
 
 #: tools/editor/plugins/polygon_2d_editor_plugin.cpp
 #: tools/editor/plugins/polygon_2d_editor_plugin.cpp
+#: tools/editor/plugins/sprite_region_editor_plugin.cpp
 msgid "Grid"
 msgid "Grid"
 msgstr "Grille"
 msgstr "Grille"
 
 
@@ -5374,6 +5483,11 @@ msgstr "Chemin de destination :"
 msgid "Accept"
 msgid "Accept"
 msgstr "Accepter"
 msgstr "Accepter"
 
 
+#: tools/editor/io_plugins/editor_texture_import_plugin.cpp
+#, fuzzy
+msgid "Texture"
+msgstr "Grande texture"
+
 #: tools/editor/io_plugins/editor_texture_import_plugin.cpp
 #: tools/editor/io_plugins/editor_texture_import_plugin.cpp
 msgid "Import Large Texture"
 msgid "Import Large Texture"
 msgstr "Importer une grande texture"
 msgstr "Importer une grande texture"
@@ -5482,6 +5596,11 @@ msgstr "Ajouter au projet (engine.cfg)"
 msgid "Import Languages:"
 msgid "Import Languages:"
 msgstr "Importer les langues :"
 msgstr "Importer les langues :"
 
 
+#: tools/editor/io_plugins/editor_translation_import_plugin.cpp
+#, fuzzy
+msgid "Translation"
+msgstr "Traductions"
+
 #: tools/editor/io_plugins/editor_scene_import_plugin.cpp
 #: tools/editor/io_plugins/editor_scene_import_plugin.cpp
 msgid "New Clip"
 msgid "New Clip"
 msgstr "Nouvelle séquence"
 msgstr "Nouvelle séquence"
@@ -5581,30 +5700,6 @@ msgstr "Script de post-traitement :"
 msgid "Custom Root Node Type:"
 msgid "Custom Root Node Type:"
 msgstr ""
 msgstr ""
 
 
-#: tools/editor/io_plugins/editor_scene_import_plugin.cpp
-msgid "Overwrite Existing Scene"
-msgstr "Écraser la scène existante"
-
-#: tools/editor/io_plugins/editor_scene_import_plugin.cpp
-msgid "Overwrite Existing, Keep Materials"
-msgstr "Écraser l'existant, conserver les matériaux"
-
-#: tools/editor/io_plugins/editor_scene_import_plugin.cpp
-msgid "Keep Existing, Merge with New"
-msgstr "Conserver l'existant, fusionner avec les nouveautés"
-
-#: tools/editor/io_plugins/editor_scene_import_plugin.cpp
-msgid "Keep Existing, Ignore New"
-msgstr "Conserver l'existant, ignorer les nouveautés"
-
-#: tools/editor/io_plugins/editor_scene_import_plugin.cpp
-msgid "This Time:"
-msgstr "Cette fois :"
-
-#: tools/editor/io_plugins/editor_scene_import_plugin.cpp
-msgid "Next Time:"
-msgstr "Les prochaines fois :"
-
 #: tools/editor/io_plugins/editor_scene_import_plugin.cpp
 #: tools/editor/io_plugins/editor_scene_import_plugin.cpp
 msgid "The Following Files are Missing:"
 msgid "The Following Files are Missing:"
 msgstr "Les fichiers suivants sont manquants :"
 msgstr "Les fichiers suivants sont manquants :"
@@ -5663,6 +5758,11 @@ msgstr "Impossible de rendre le chemin local : %s (déjà local)"
 msgid "Saving.."
 msgid "Saving.."
 msgstr "Enregistrement..."
 msgstr "Enregistrement..."
 
 
+#: tools/editor/io_plugins/editor_scene_import_plugin.cpp
+#, fuzzy
+msgid "3D Scene Animation"
+msgstr "Renommer l'animation"
+
 #: tools/editor/io_plugins/editor_font_import_plugin.cpp
 #: tools/editor/io_plugins/editor_font_import_plugin.cpp
 msgid "No source font file!"
 msgid "No source font file!"
 msgstr "Pas de fichier de police source !"
 msgstr "Pas de fichier de police source !"
@@ -5715,22 +5815,6 @@ msgstr ""
 msgid "Failed opening as BMFont file."
 msgid "Failed opening as BMFont file."
 msgstr "Impossible d'ouvrir le fichier en tant que fichier BMFont."
 msgstr "Impossible d'ouvrir le fichier en tant que fichier BMFont."
 
 
-#: tools/editor/io_plugins/editor_font_import_plugin.cpp
-msgid "Error initializing FreeType."
-msgstr "Erreur d'initialisation de Freetype."
-
-#: tools/editor/io_plugins/editor_font_import_plugin.cpp
-msgid "Unknown font format."
-msgstr "Format de police inconnu."
-
-#: tools/editor/io_plugins/editor_font_import_plugin.cpp
-msgid "Error loading font."
-msgstr "Erreur lors du chargement de la police."
-
-#: tools/editor/io_plugins/editor_font_import_plugin.cpp
-msgid "Invalid font size."
-msgstr "Taille de police invalide."
-
 #: tools/editor/io_plugins/editor_font_import_plugin.cpp
 #: tools/editor/io_plugins/editor_font_import_plugin.cpp
 msgid "Invalid font custom source."
 msgid "Invalid font custom source."
 msgstr "Source personnalisée de police invalide."
 msgstr "Source personnalisée de police invalide."
@@ -5752,6 +5836,11 @@ msgstr "Importer des échantillons audio"
 msgid "Source Sample(s):"
 msgid "Source Sample(s):"
 msgstr "Échantillon(s) source :"
 msgstr "Échantillon(s) source :"
 
 
+#: tools/editor/io_plugins/editor_sample_import_plugin.cpp
+#, fuzzy
+msgid "Audio Sample"
+msgstr "Ajouter un échantillon"
+
 #: tools/editor/io_plugins/editor_mesh_import_plugin.cpp
 #: tools/editor/io_plugins/editor_mesh_import_plugin.cpp
 msgid "No meshes to import!"
 msgid "No meshes to import!"
 msgstr "Pas de maillages à importer !"
 msgstr "Pas de maillages à importer !"
@@ -5764,10 +5853,32 @@ msgstr "Importer un maillage"
 msgid "Source Mesh(es):"
 msgid "Source Mesh(es):"
 msgstr "Maillage(s) source :"
 msgstr "Maillage(s) source :"
 
 
+#: tools/editor/io_plugins/editor_mesh_import_plugin.cpp
+msgid "Mesh"
+msgstr ""
+
 #: tools/editor/io_plugins/editor_mesh_import_plugin.cpp
 #: tools/editor/io_plugins/editor_mesh_import_plugin.cpp
 msgid "Surface %d"
 msgid "Surface %d"
 msgstr "Surface %d"
 msgstr "Surface %d"
 
 
+#~ msgid "Overwrite Existing Scene"
+#~ msgstr "Écraser la scène existante"
+
+#~ msgid "Overwrite Existing, Keep Materials"
+#~ msgstr "Écraser l'existant, conserver les matériaux"
+
+#~ msgid "Keep Existing, Merge with New"
+#~ msgstr "Conserver l'existant, fusionner avec les nouveautés"
+
+#~ msgid "Keep Existing, Ignore New"
+#~ msgstr "Conserver l'existant, ignorer les nouveautés"
+
+#~ msgid "This Time:"
+#~ msgstr "Cette fois :"
+
+#~ msgid "Next Time:"
+#~ msgstr "Les prochaines fois :"
+
 #~ msgid "Scene Tree:"
 #~ msgid "Scene Tree:"
 #~ msgstr "Arbre des scènes :"
 #~ msgstr "Arbre des scènes :"
 
 

+ 182 - 105
tools/translations/tools.pot

@@ -61,6 +61,26 @@ msgid ""
 "only provides navigation data."
 "only provides navigation data."
 msgstr ""
 msgstr ""
 
 
+#: scene/resources/dynamic_font.cpp
+#: tools/editor/io_plugins/editor_font_import_plugin.cpp
+msgid "Error initializing FreeType."
+msgstr ""
+
+#: scene/resources/dynamic_font.cpp
+#: tools/editor/io_plugins/editor_font_import_plugin.cpp
+msgid "Unknown font format."
+msgstr ""
+
+#: scene/resources/dynamic_font.cpp
+#: tools/editor/io_plugins/editor_font_import_plugin.cpp
+msgid "Error loading font."
+msgstr ""
+
+#: scene/resources/dynamic_font.cpp
+#: tools/editor/io_plugins/editor_font_import_plugin.cpp
+msgid "Invalid font size."
+msgstr ""
+
 #: scene/2d/particles_2d.cpp
 #: scene/2d/particles_2d.cpp
 msgid "Path property must point to a valid Particles2D node to work."
 msgid "Path property must point to a valid Particles2D node to work."
 msgstr ""
 msgstr ""
@@ -217,10 +237,6 @@ msgid ""
 msgstr ""
 msgstr ""
 
 
 #: tools/editor/project_export.cpp
 #: tools/editor/project_export.cpp
-#: tools/editor/plugins/canvas_item_editor_plugin.cpp
-#: tools/editor/plugins/shader_editor_plugin.cpp
-#: tools/editor/plugins/script_editor_plugin.cpp
-#: tools/editor/plugins/polygon_2d_editor_plugin.cpp
 msgid "Edit Script Options"
 msgid "Edit Script Options"
 msgstr ""
 msgstr ""
 
 
@@ -229,7 +245,6 @@ msgid "Please export outside the project folder!"
 msgstr ""
 msgstr ""
 
 
 #: tools/editor/project_export.cpp
 #: tools/editor/project_export.cpp
-#: tools/editor/plugins/tile_set_editor_plugin.cpp
 msgid "Error exporting project!"
 msgid "Error exporting project!"
 msgstr ""
 msgstr ""
 
 
@@ -249,7 +264,7 @@ msgstr ""
 msgid "Change Image Group"
 msgid "Change Image Group"
 msgstr ""
 msgstr ""
 
 
-#: tools/editor/project_export.cpp tools/editor/groups_editor.cpp
+#: tools/editor/project_export.cpp
 msgid "Group name can't be empty!"
 msgid "Group name can't be empty!"
 msgstr ""
 msgstr ""
 
 
@@ -261,14 +276,11 @@ msgstr ""
 msgid "Group name already exists!"
 msgid "Group name already exists!"
 msgstr ""
 msgstr ""
 
 
-#: tools/editor/project_export.cpp tools/editor/project_settings.cpp
-#: tools/editor/groups_editor.cpp tools/editor/plugins/theme_editor_plugin.cpp
-#: tools/editor/plugins/item_list_editor_plugin.cpp
+#: tools/editor/project_export.cpp
 msgid "Add Image Group"
 msgid "Add Image Group"
 msgstr ""
 msgstr ""
 
 
-#: tools/editor/project_export.cpp tools/editor/scenes_dock.cpp
-#: tools/editor/editor_node.cpp tools/editor/plugins/item_list_editor_plugin.cpp
+#: tools/editor/project_export.cpp
 msgid "Delete Image Group"
 msgid "Delete Image Group"
 msgstr ""
 msgstr ""
 
 
@@ -288,7 +300,7 @@ msgstr ""
 msgid "Target"
 msgid "Target"
 msgstr ""
 msgstr ""
 
 
-#: tools/editor/project_export.cpp tools/editor/editor_node.cpp
+#: tools/editor/project_export.cpp
 msgid "Export to Platform"
 msgid "Export to Platform"
 msgstr ""
 msgstr ""
 
 
@@ -409,7 +421,7 @@ msgstr ""
 msgid "Shrink By:"
 msgid "Shrink By:"
 msgstr ""
 msgstr ""
 
 
-#: tools/editor/project_export.cpp tools/editor/plugins/camera_editor_plugin.cpp
+#: tools/editor/project_export.cpp
 msgid "Preview Atlas"
 msgid "Preview Atlas"
 msgstr ""
 msgstr ""
 
 
@@ -425,7 +437,7 @@ msgstr ""
 msgid "Select None"
 msgid "Select None"
 msgstr ""
 msgstr ""
 
 
-#: tools/editor/project_export.cpp
+#: tools/editor/project_export.cpp tools/editor/groups_editor.cpp
 msgid "Group"
 msgid "Group"
 msgstr ""
 msgstr ""
 
 
@@ -457,6 +469,10 @@ msgstr ""
 msgid "Trailing Silence:"
 msgid "Trailing Silence:"
 msgstr ""
 msgstr ""
 
 
+#: tools/editor/project_export.cpp
+msgid "Script"
+msgstr ""
+
 #: tools/editor/project_export.cpp
 #: tools/editor/project_export.cpp
 msgid "Script Export Mode:"
 msgid "Script Export Mode:"
 msgstr ""
 msgstr ""
@@ -505,7 +521,7 @@ msgstr ""
 msgid "Export Preset:"
 msgid "Export Preset:"
 msgstr ""
 msgstr ""
 
 
-#: tools/editor/project_export.cpp
+#: tools/editor/project_export.cpp tools/editor/editor_node.cpp
 msgid "Export"
 msgid "Export"
 msgstr ""
 msgstr ""
 
 
@@ -517,6 +533,34 @@ msgstr ""
 msgid "Line Number:"
 msgid "Line Number:"
 msgstr ""
 msgstr ""
 
 
+#: tools/editor/code_editor.cpp
+msgid "No Matches"
+msgstr ""
+
+#: tools/editor/code_editor.cpp
+msgid "Replaced %d Ocurrence(s)."
+msgstr ""
+
+#: tools/editor/code_editor.cpp
+msgid "Replace"
+msgstr ""
+
+#: tools/editor/code_editor.cpp
+msgid "Replace All"
+msgstr ""
+
+#: tools/editor/code_editor.cpp
+msgid "Match Case"
+msgstr ""
+
+#: tools/editor/code_editor.cpp
+msgid "Whole Words"
+msgstr ""
+
+#: tools/editor/code_editor.cpp
+msgid "Selection Only"
+msgstr ""
+
 #: tools/editor/code_editor.cpp tools/editor/project_settings.cpp
 #: tools/editor/code_editor.cpp tools/editor/project_settings.cpp
 #: tools/editor/addon_editor_plugin.cpp tools/editor/editor_help.cpp
 #: tools/editor/addon_editor_plugin.cpp tools/editor/editor_help.cpp
 #: tools/editor/plugins/shader_editor_plugin.cpp
 #: tools/editor/plugins/shader_editor_plugin.cpp
@@ -528,10 +572,6 @@ msgstr ""
 msgid "Find"
 msgid "Find"
 msgstr ""
 msgstr ""
 
 
-#: tools/editor/code_editor.cpp
-msgid "Replace"
-msgstr ""
-
 #: tools/editor/code_editor.cpp
 #: tools/editor/code_editor.cpp
 msgid "Next"
 msgid "Next"
 msgstr ""
 msgstr ""
@@ -548,10 +588,6 @@ msgstr ""
 msgid "Replace By"
 msgid "Replace By"
 msgstr ""
 msgstr ""
 
 
-#: tools/editor/code_editor.cpp
-msgid "Whole Words"
-msgstr ""
-
 #: tools/editor/code_editor.cpp
 #: tools/editor/code_editor.cpp
 msgid "Case Sensitive"
 msgid "Case Sensitive"
 msgstr ""
 msgstr ""
@@ -564,10 +600,6 @@ msgstr ""
 msgid "Prompt On Replace"
 msgid "Prompt On Replace"
 msgstr ""
 msgstr ""
 
 
-#: tools/editor/code_editor.cpp
-msgid "Selection Only"
-msgstr ""
-
 #: tools/editor/code_editor.cpp
 #: tools/editor/code_editor.cpp
 msgid "Skip"
 msgid "Skip"
 msgstr ""
 msgstr ""
@@ -592,7 +624,9 @@ msgstr ""
 msgid "Binds (Extra Params):"
 msgid "Binds (Extra Params):"
 msgstr ""
 msgstr ""
 
 
-#: tools/editor/connections_dialog.cpp
+#: tools/editor/connections_dialog.cpp tools/editor/project_settings.cpp
+#: tools/editor/groups_editor.cpp tools/editor/plugins/theme_editor_plugin.cpp
+#: tools/editor/plugins/item_list_editor_plugin.cpp
 msgid "Add"
 msgid "Add"
 msgstr ""
 msgstr ""
 
 
@@ -645,12 +679,7 @@ msgstr ""
 msgid "Connect '%s' to '%s'"
 msgid "Connect '%s' to '%s'"
 msgstr ""
 msgstr ""
 
 
-#: tools/editor/connections_dialog.cpp tools/editor/animation_editor.cpp
-#: tools/editor/project_manager.cpp tools/editor/create_dialog.cpp
-#: tools/editor/plugins/light_occluder_2d_editor_plugin.cpp
-#: tools/editor/plugins/mesh_instance_editor_plugin.cpp
-#: tools/editor/plugins/navigation_polygon_editor_plugin.cpp
-#: tools/editor/plugins/particles_editor_plugin.cpp
+#: tools/editor/connections_dialog.cpp
 msgid "Create Subscription"
 msgid "Create Subscription"
 msgstr ""
 msgstr ""
 
 
@@ -679,14 +708,7 @@ msgstr ""
 msgid "Scene Path:"
 msgid "Scene Path:"
 msgstr ""
 msgstr ""
 
 
-#: tools/editor/editor_sub_scene.cpp tools/editor/editor_node.cpp
-#: tools/editor/project_manager.cpp
-#: tools/editor/io_plugins/editor_texture_import_plugin.cpp
-#: tools/editor/io_plugins/editor_translation_import_plugin.cpp
-#: tools/editor/io_plugins/editor_scene_import_plugin.cpp
-#: tools/editor/io_plugins/editor_font_import_plugin.cpp
-#: tools/editor/io_plugins/editor_sample_import_plugin.cpp
-#: tools/editor/io_plugins/editor_mesh_import_plugin.cpp
+#: tools/editor/editor_sub_scene.cpp
 msgid "Import From Node:"
 msgid "Import From Node:"
 msgstr ""
 msgstr ""
 
 
@@ -723,10 +745,8 @@ msgid "Create Folder"
 msgstr ""
 msgstr ""
 
 
 #: tools/editor/editor_dir_dialog.cpp tools/editor/editor_plugin_settings.cpp
 #: tools/editor/editor_dir_dialog.cpp tools/editor/editor_plugin_settings.cpp
-#: tools/editor/editor_file_dialog.cpp tools/editor/project_manager.cpp
-#: tools/editor/plugins/sample_library_editor_plugin.cpp
+#: tools/editor/editor_file_dialog.cpp
 #: tools/editor/plugins/theme_editor_plugin.cpp
 #: tools/editor/plugins/theme_editor_plugin.cpp
-#: tools/editor/io_plugins/editor_scene_import_plugin.cpp
 msgid "Name:"
 msgid "Name:"
 msgstr ""
 msgstr ""
 
 
@@ -770,6 +790,15 @@ msgstr ""
 msgid "Dependencies"
 msgid "Dependencies"
 msgstr ""
 msgstr ""
 
 
+#: tools/editor/dependency_editor.cpp
+msgid "Resource"
+msgstr ""
+
+#: tools/editor/dependency_editor.cpp tools/editor/project_settings.cpp
+#: tools/editor/project_manager.cpp
+msgid "Path"
+msgstr ""
+
 #: tools/editor/dependency_editor.cpp
 #: tools/editor/dependency_editor.cpp
 msgid "Dependencies:"
 msgid "Dependencies:"
 msgstr ""
 msgstr ""
@@ -790,6 +819,13 @@ msgstr ""
 msgid "Owners Of:"
 msgid "Owners Of:"
 msgstr ""
 msgstr ""
 
 
+#: tools/editor/dependency_editor.cpp
+msgid ""
+"The files being removed are required by other resources in order for them to "
+"work.\n"
+"Remove them anyway? (no undo)"
+msgstr ""
+
 #: tools/editor/dependency_editor.cpp
 #: tools/editor/dependency_editor.cpp
 msgid "Remove selected files from the project? (no undo)"
 msgid "Remove selected files from the project? (no undo)"
 msgstr ""
 msgstr ""
@@ -802,9 +838,7 @@ msgstr ""
 msgid "Scene failed to load due to missing dependencies:"
 msgid "Scene failed to load due to missing dependencies:"
 msgstr ""
 msgstr ""
 
 
-#: tools/editor/dependency_editor.cpp tools/editor/scenes_dock.cpp
-#: tools/editor/editor_file_dialog.cpp tools/editor/editor_node.cpp
-#: tools/editor/editor_help.cpp tools/editor/plugins/script_editor_plugin.cpp
+#: tools/editor/dependency_editor.cpp
 msgid "Open Anyway"
 msgid "Open Anyway"
 msgstr ""
 msgstr ""
 
 
@@ -840,7 +874,8 @@ msgstr ""
 msgid "Delete selected files?"
 msgid "Delete selected files?"
 msgstr ""
 msgstr ""
 
 
-#: tools/editor/dependency_editor.cpp
+#: tools/editor/dependency_editor.cpp tools/editor/scenes_dock.cpp
+#: tools/editor/editor_node.cpp tools/editor/plugins/item_list_editor_plugin.cpp
 msgid "Delete"
 msgid "Delete"
 msgstr ""
 msgstr ""
 
 
@@ -976,7 +1011,12 @@ msgstr ""
 msgid "Create Node Script"
 msgid "Create Node Script"
 msgstr ""
 msgstr ""
 
 
-#: tools/editor/script_create_dialog.cpp
+#: tools/editor/script_create_dialog.cpp tools/editor/animation_editor.cpp
+#: tools/editor/project_manager.cpp tools/editor/create_dialog.cpp
+#: tools/editor/plugins/light_occluder_2d_editor_plugin.cpp
+#: tools/editor/plugins/mesh_instance_editor_plugin.cpp
+#: tools/editor/plugins/navigation_polygon_editor_plugin.cpp
+#: tools/editor/plugins/particles_editor_plugin.cpp
 msgid "Create"
 msgid "Create"
 msgstr ""
 msgstr ""
 
 
@@ -1289,6 +1329,7 @@ msgid "Warning"
 msgstr ""
 msgstr ""
 
 
 #: tools/editor/script_editor_debugger.cpp
 #: tools/editor/script_editor_debugger.cpp
+#: tools/editor/plugins/tile_set_editor_plugin.cpp
 msgid "Error"
 msgid "Error"
 msgstr ""
 msgstr ""
 
 
@@ -1596,7 +1637,6 @@ msgid "Error saving settings."
 msgstr ""
 msgstr ""
 
 
 #: tools/editor/project_settings.cpp
 #: tools/editor/project_settings.cpp
-#: tools/editor/plugins/spatial_editor_plugin.cpp
 msgid "Settings saved OK."
 msgid "Settings saved OK."
 msgstr ""
 msgstr ""
 
 
@@ -1748,7 +1788,9 @@ msgstr ""
 msgid "List:"
 msgid "List:"
 msgstr ""
 msgstr ""
 
 
-#: tools/editor/project_settings.cpp
+#: tools/editor/project_settings.cpp tools/editor/project_manager.cpp
+#: tools/editor/plugins/sample_library_editor_plugin.cpp
+#: tools/editor/io_plugins/editor_scene_import_plugin.cpp
 msgid "Name"
 msgid "Name"
 msgstr ""
 msgstr ""
 
 
@@ -1859,7 +1901,9 @@ msgstr ""
 msgid "Matches:"
 msgid "Matches:"
 msgstr ""
 msgstr ""
 
 
-#: tools/editor/quick_open.cpp
+#: tools/editor/quick_open.cpp tools/editor/scenes_dock.cpp
+#: tools/editor/editor_file_dialog.cpp tools/editor/editor_node.cpp
+#: tools/editor/editor_help.cpp tools/editor/plugins/script_editor_plugin.cpp
 msgid "Open"
 msgid "Open"
 msgstr ""
 msgstr ""
 
 
@@ -1871,9 +1915,7 @@ msgstr ""
 msgid "Current scene must be saved to re-import."
 msgid "Current scene must be saved to re-import."
 msgstr ""
 msgstr ""
 
 
-#: tools/editor/editor_reimport_dialog.cpp tools/editor/editor_node.cpp
-#: tools/editor/plugins/animation_player_editor_plugin.cpp
-#: tools/editor/plugins/script_editor_plugin.cpp
+#: tools/editor/editor_reimport_dialog.cpp
 msgid "Save & Re-Import"
 msgid "Save & Re-Import"
 msgstr ""
 msgstr ""
 
 
@@ -1967,14 +2009,30 @@ msgstr ""
 msgid "Keep Global Transform"
 msgid "Keep Global Transform"
 msgstr ""
 msgstr ""
 
 
-#: tools/editor/reparent_dialog.cpp
+#: tools/editor/reparent_dialog.cpp tools/editor/scene_tree_dock.cpp
 msgid "Reparent"
 msgid "Reparent"
 msgstr ""
 msgstr ""
 
 
+#: tools/editor/editor_plugin_settings.cpp
+msgid "Installed Plugins:"
+msgstr ""
+
 #: tools/editor/editor_plugin_settings.cpp tools/editor/editor_node.cpp
 #: tools/editor/editor_plugin_settings.cpp tools/editor/editor_node.cpp
 msgid "Update"
 msgid "Update"
 msgstr ""
 msgstr ""
 
 
+#: tools/editor/editor_plugin_settings.cpp
+msgid "Version:"
+msgstr ""
+
+#: tools/editor/editor_plugin_settings.cpp
+msgid "Author:"
+msgstr ""
+
+#: tools/editor/editor_plugin_settings.cpp
+msgid "Status:"
+msgstr ""
+
 #: tools/editor/scenes_dock.cpp tools/editor/editor_file_dialog.cpp
 #: tools/editor/scenes_dock.cpp tools/editor/editor_file_dialog.cpp
 msgid "Favorites:"
 msgid "Favorites:"
 msgstr ""
 msgstr ""
@@ -2011,7 +2069,7 @@ msgstr ""
 msgid "Edit Dependencies.."
 msgid "Edit Dependencies.."
 msgstr ""
 msgstr ""
 
 
-#: tools/editor/scenes_dock.cpp tools/editor/plugins/spatial_editor_plugin.cpp
+#: tools/editor/scenes_dock.cpp
 msgid "View Owners.."
 msgid "View Owners.."
 msgstr ""
 msgstr ""
 
 
@@ -2103,7 +2161,9 @@ msgstr ""
 msgid "All Files (*)"
 msgid "All Files (*)"
 msgstr ""
 msgstr ""
 
 
-#: tools/editor/editor_file_dialog.cpp
+#: tools/editor/editor_file_dialog.cpp tools/editor/editor_node.cpp
+#: tools/editor/plugins/animation_player_editor_plugin.cpp
+#: tools/editor/plugins/script_editor_plugin.cpp
 msgid "Save"
 msgid "Save"
 msgstr ""
 msgstr ""
 
 
@@ -2228,7 +2288,14 @@ msgstr ""
 msgid "Sections:"
 msgid "Sections:"
 msgstr ""
 msgstr ""
 
 
-#: tools/editor/addon_editor_plugin.cpp
+#: tools/editor/addon_editor_plugin.cpp tools/editor/editor_node.cpp
+#: tools/editor/project_manager.cpp
+#: tools/editor/io_plugins/editor_texture_import_plugin.cpp
+#: tools/editor/io_plugins/editor_translation_import_plugin.cpp
+#: tools/editor/io_plugins/editor_scene_import_plugin.cpp
+#: tools/editor/io_plugins/editor_font_import_plugin.cpp
+#: tools/editor/io_plugins/editor_sample_import_plugin.cpp
+#: tools/editor/io_plugins/editor_mesh_import_plugin.cpp
 msgid "Import"
 msgid "Import"
 msgstr ""
 msgstr ""
 
 
@@ -2633,7 +2700,7 @@ msgstr ""
 msgid "Visible Navigation"
 msgid "Visible Navigation"
 msgstr ""
 msgstr ""
 
 
-#: tools/editor/editor_node.cpp
+#: tools/editor/editor_node.cpp tools/editor/plugins/spatial_editor_plugin.cpp
 msgid "Settings"
 msgid "Settings"
 msgstr ""
 msgstr ""
 
 
@@ -2900,6 +2967,10 @@ msgid "Recent Projects:"
 msgstr ""
 msgstr ""
 
 
 #: tools/editor/project_manager.cpp
 #: tools/editor/project_manager.cpp
+#: tools/editor/plugins/canvas_item_editor_plugin.cpp
+#: tools/editor/plugins/shader_editor_plugin.cpp
+#: tools/editor/plugins/script_editor_plugin.cpp
+#: tools/editor/plugins/polygon_2d_editor_plugin.cpp
 msgid "Edit"
 msgid "Edit"
 msgstr ""
 msgstr ""
 
 
@@ -3062,6 +3133,7 @@ msgid "Move Down"
 msgstr ""
 msgstr ""
 
 
 #: tools/editor/scene_tree_dock.cpp
 #: tools/editor/scene_tree_dock.cpp
+#: tools/editor/plugins/tile_map_editor_plugin.cpp
 msgid "Duplicate"
 msgid "Duplicate"
 msgstr ""
 msgstr ""
 
 
@@ -3140,6 +3212,7 @@ msgid "Mono"
 msgstr ""
 msgstr ""
 
 
 #: tools/editor/plugins/sample_library_editor_plugin.cpp
 #: tools/editor/plugins/sample_library_editor_plugin.cpp
+#: tools/editor/plugins/camera_editor_plugin.cpp
 msgid "Preview"
 msgid "Preview"
 msgstr ""
 msgstr ""
 
 
@@ -3148,9 +3221,6 @@ msgid "Pitch"
 msgstr ""
 msgstr ""
 
 
 #: tools/editor/plugins/collision_polygon_editor_plugin.cpp
 #: tools/editor/plugins/collision_polygon_editor_plugin.cpp
-#: tools/editor/plugins/collision_polygon_2d_editor_plugin.cpp
-#: tools/editor/plugins/polygon_2d_editor_plugin.cpp
-#: tools/editor/plugins/navigation_polygon_editor_plugin.cpp
 msgid "Create Poly3D"
 msgid "Create Poly3D"
 msgstr ""
 msgstr ""
 
 
@@ -3327,7 +3397,14 @@ msgstr ""
 msgid "Cross-Animation Blend Times"
 msgid "Cross-Animation Blend Times"
 msgstr ""
 msgstr ""
 
 
+#: tools/editor/plugins/animation_player_editor_plugin.cpp
+msgid "Animation"
+msgstr ""
+
 #: tools/editor/plugins/light_occluder_2d_editor_plugin.cpp
 #: tools/editor/plugins/light_occluder_2d_editor_plugin.cpp
+#: tools/editor/plugins/collision_polygon_2d_editor_plugin.cpp
+#: tools/editor/plugins/polygon_2d_editor_plugin.cpp
+#: tools/editor/plugins/navigation_polygon_editor_plugin.cpp
 msgid "Create Poly"
 msgid "Create Poly"
 msgstr ""
 msgstr ""
 
 
@@ -3489,7 +3566,6 @@ msgid "Use Rotation Snap"
 msgstr ""
 msgstr ""
 
 
 #: tools/editor/plugins/canvas_item_editor_plugin.cpp
 #: tools/editor/plugins/canvas_item_editor_plugin.cpp
-#: tools/editor/plugins/sprite_region_editor_plugin.cpp
 msgid "Snap Relative"
 msgid "Snap Relative"
 msgstr ""
 msgstr ""
 
 
@@ -3527,6 +3603,7 @@ msgid "Clear IK Chain"
 msgstr ""
 msgstr ""
 
 
 #: tools/editor/plugins/canvas_item_editor_plugin.cpp
 #: tools/editor/plugins/canvas_item_editor_plugin.cpp
+#: tools/editor/plugins/spatial_editor_plugin.cpp
 msgid "View"
 msgid "View"
 msgstr ""
 msgstr ""
 
 
@@ -3890,6 +3967,11 @@ msgstr ""
 msgid "Find Next"
 msgid "Find Next"
 msgstr ""
 msgstr ""
 
 
+#: tools/editor/plugins/shader_editor_plugin.cpp
+#: tools/editor/plugins/script_editor_plugin.cpp
+msgid "Find Previous"
+msgstr ""
+
 #: tools/editor/plugins/shader_editor_plugin.cpp
 #: tools/editor/plugins/shader_editor_plugin.cpp
 #: tools/editor/plugins/script_editor_plugin.cpp
 #: tools/editor/plugins/script_editor_plugin.cpp
 msgid "Replace.."
 msgid "Replace.."
@@ -4004,6 +4086,7 @@ msgid "Style"
 msgstr ""
 msgstr ""
 
 
 #: tools/editor/plugins/theme_editor_plugin.cpp
 #: tools/editor/plugins/theme_editor_plugin.cpp
+#: tools/editor/io_plugins/editor_font_import_plugin.cpp
 msgid "Font"
 msgid "Font"
 msgstr ""
 msgstr ""
 
 
@@ -4435,6 +4518,18 @@ msgstr ""
 msgid "Toggle Breakpoint"
 msgid "Toggle Breakpoint"
 msgstr ""
 msgstr ""
 
 
+#: tools/editor/plugins/script_editor_plugin.cpp
+msgid "Remove All Breakpoints"
+msgstr ""
+
+#: tools/editor/plugins/script_editor_plugin.cpp
+msgid "Goto Next Breakpoint"
+msgstr ""
+
+#: tools/editor/plugins/script_editor_plugin.cpp
+msgid "Goto Previous Breakpoint"
+msgstr ""
+
 #: tools/editor/plugins/script_editor_plugin.cpp
 #: tools/editor/plugins/script_editor_plugin.cpp
 msgid "Keep Debugger Open"
 msgid "Keep Debugger Open"
 msgstr ""
 msgstr ""
@@ -4767,6 +4862,7 @@ msgid "Clear UV"
 msgstr ""
 msgstr ""
 
 
 #: tools/editor/plugins/polygon_2d_editor_plugin.cpp
 #: tools/editor/plugins/polygon_2d_editor_plugin.cpp
+#: tools/editor/plugins/sprite_region_editor_plugin.cpp
 msgid "Snap"
 msgid "Snap"
 msgstr ""
 msgstr ""
 
 
@@ -4776,6 +4872,7 @@ msgid "Enable Snap"
 msgstr ""
 msgstr ""
 
 
 #: tools/editor/plugins/polygon_2d_editor_plugin.cpp
 #: tools/editor/plugins/polygon_2d_editor_plugin.cpp
+#: tools/editor/plugins/sprite_region_editor_plugin.cpp
 msgid "Grid"
 msgid "Grid"
 msgstr ""
 msgstr ""
 
 
@@ -5272,6 +5369,10 @@ msgstr ""
 msgid "Accept"
 msgid "Accept"
 msgstr ""
 msgstr ""
 
 
+#: tools/editor/io_plugins/editor_texture_import_plugin.cpp
+msgid "Texture"
+msgstr ""
+
 #: tools/editor/io_plugins/editor_texture_import_plugin.cpp
 #: tools/editor/io_plugins/editor_texture_import_plugin.cpp
 msgid "Import Large Texture"
 msgid "Import Large Texture"
 msgstr ""
 msgstr ""
@@ -5380,6 +5481,10 @@ msgstr ""
 msgid "Import Languages:"
 msgid "Import Languages:"
 msgstr ""
 msgstr ""
 
 
+#: tools/editor/io_plugins/editor_translation_import_plugin.cpp
+msgid "Translation"
+msgstr ""
+
 #: tools/editor/io_plugins/editor_scene_import_plugin.cpp
 #: tools/editor/io_plugins/editor_scene_import_plugin.cpp
 msgid "New Clip"
 msgid "New Clip"
 msgstr ""
 msgstr ""
@@ -5479,30 +5584,6 @@ msgstr ""
 msgid "Custom Root Node Type:"
 msgid "Custom Root Node Type:"
 msgstr ""
 msgstr ""
 
 
-#: tools/editor/io_plugins/editor_scene_import_plugin.cpp
-msgid "Overwrite Existing Scene"
-msgstr ""
-
-#: tools/editor/io_plugins/editor_scene_import_plugin.cpp
-msgid "Overwrite Existing, Keep Materials"
-msgstr ""
-
-#: tools/editor/io_plugins/editor_scene_import_plugin.cpp
-msgid "Keep Existing, Merge with New"
-msgstr ""
-
-#: tools/editor/io_plugins/editor_scene_import_plugin.cpp
-msgid "Keep Existing, Ignore New"
-msgstr ""
-
-#: tools/editor/io_plugins/editor_scene_import_plugin.cpp
-msgid "This Time:"
-msgstr ""
-
-#: tools/editor/io_plugins/editor_scene_import_plugin.cpp
-msgid "Next Time:"
-msgstr ""
-
 #: tools/editor/io_plugins/editor_scene_import_plugin.cpp
 #: tools/editor/io_plugins/editor_scene_import_plugin.cpp
 msgid "The Following Files are Missing:"
 msgid "The Following Files are Missing:"
 msgstr ""
 msgstr ""
@@ -5559,6 +5640,10 @@ msgstr ""
 msgid "Saving.."
 msgid "Saving.."
 msgstr ""
 msgstr ""
 
 
+#: tools/editor/io_plugins/editor_scene_import_plugin.cpp
+msgid "3D Scene Animation"
+msgstr ""
+
 #: tools/editor/io_plugins/editor_font_import_plugin.cpp
 #: tools/editor/io_plugins/editor_font_import_plugin.cpp
 msgid "No source font file!"
 msgid "No source font file!"
 msgstr ""
 msgstr ""
@@ -5609,22 +5694,6 @@ msgstr ""
 msgid "Failed opening as BMFont file."
 msgid "Failed opening as BMFont file."
 msgstr ""
 msgstr ""
 
 
-#: tools/editor/io_plugins/editor_font_import_plugin.cpp
-msgid "Error initializing FreeType."
-msgstr ""
-
-#: tools/editor/io_plugins/editor_font_import_plugin.cpp
-msgid "Unknown font format."
-msgstr ""
-
-#: tools/editor/io_plugins/editor_font_import_plugin.cpp
-msgid "Error loading font."
-msgstr ""
-
-#: tools/editor/io_plugins/editor_font_import_plugin.cpp
-msgid "Invalid font size."
-msgstr ""
-
 #: tools/editor/io_plugins/editor_font_import_plugin.cpp
 #: tools/editor/io_plugins/editor_font_import_plugin.cpp
 msgid "Invalid font custom source."
 msgid "Invalid font custom source."
 msgstr ""
 msgstr ""
@@ -5646,6 +5715,10 @@ msgstr ""
 msgid "Source Sample(s):"
 msgid "Source Sample(s):"
 msgstr ""
 msgstr ""
 
 
+#: tools/editor/io_plugins/editor_sample_import_plugin.cpp
+msgid "Audio Sample"
+msgstr ""
+
 #: tools/editor/io_plugins/editor_mesh_import_plugin.cpp
 #: tools/editor/io_plugins/editor_mesh_import_plugin.cpp
 msgid "No meshes to import!"
 msgid "No meshes to import!"
 msgstr ""
 msgstr ""
@@ -5658,6 +5731,10 @@ msgstr ""
 msgid "Source Mesh(es):"
 msgid "Source Mesh(es):"
 msgstr ""
 msgstr ""
 
 
+#: tools/editor/io_plugins/editor_mesh_import_plugin.cpp
+msgid "Mesh"
+msgstr ""
+
 #: tools/editor/io_plugins/editor_mesh_import_plugin.cpp
 #: tools/editor/io_plugins/editor_mesh_import_plugin.cpp
 msgid "Surface %d"
 msgid "Surface %d"
 msgstr ""
 msgstr ""

File diff suppressed because it is too large
+ 1639 - 1620
tools/translations/zh_CN.po


Some files were not shown because too many files changed in this diff