diff --git a/Scripts/Dialogs/ExportDialog.gd b/Scripts/Dialogs/ExportDialog.gd index 34e8834..d1c4fe6 100644 --- a/Scripts/Dialogs/ExportDialog.gd +++ b/Scripts/Dialogs/ExportDialog.gd @@ -321,6 +321,7 @@ func _on_ExportDialog_about_to_show() -> void: for child in $Popups.get_children(): # Set the theme for the popups child.theme = Global.control.theme + file_exists_alert = tr("File %s already exists. Overwrite?") # Update translation func _on_Tabs_tab_clicked(tab : int) -> void: current_tab = tab diff --git a/Translations/Translations.pot b/Translations/Translations.pot index c7c8dc2..a1a2715 100644 --- a/Translations/Translations.pot +++ b/Translations/Translations.pot @@ -55,12 +55,21 @@ msgstr "" msgid "Save as..." msgstr "" +msgid "Import" +msgstr "" + msgid "Import PNG..." msgstr "" msgid "Export" msgstr "" +msgid "Export..." +msgstr "" + +msgid "Export as..." +msgstr "" + msgid "Export PNG..." msgstr "" @@ -139,13 +148,43 @@ msgstr "" msgid "File Exists, Overwrite?" msgstr "" +msgid "File %s already exists. Overwrite?" +msgstr "" + +msgid "Directory path or file name is not valid!" +msgstr "" + msgid "Can't load file '%s'.\n" "Error code: %s" msgstr "" +msgid "Preview:" +msgstr "" + +msgid "Frame:" +msgstr "" + +msgid "Browse" +msgstr "" + msgid "Resize:" msgstr "" +msgid "Cancel Export" +msgstr "" + +msgid "Alert!" +msgstr "" + +msgid "Select Current Folder" +msgstr "" + +msgid "Open a Directory" +msgstr "" + +msgid "All frames as multiple files" +msgstr "" + msgid "EXPORT_CURRENT_FRAME_LABEL" msgstr "" @@ -158,9 +197,15 @@ msgstr "" msgid "Columns" msgstr "" +msgid "Columns:" +msgstr "" + msgid "Rows" msgstr "" +msgid "Rows:" +msgstr "" + msgid "Path:" msgstr ""