Updated strings for translation

This commit is contained in:
OverloadedOrama 2020-03-25 04:29:23 +02:00
parent d858be72c3
commit 873808d6c1
2 changed files with 46 additions and 0 deletions

View file

@ -321,6 +321,7 @@ func _on_ExportDialog_about_to_show() -> void:
for child in $Popups.get_children(): # Set the theme for the popups for child in $Popups.get_children(): # Set the theme for the popups
child.theme = Global.control.theme child.theme = Global.control.theme
file_exists_alert = tr("File %s already exists. Overwrite?") # Update translation
func _on_Tabs_tab_clicked(tab : int) -> void: func _on_Tabs_tab_clicked(tab : int) -> void:
current_tab = tab current_tab = tab

View file

@ -55,12 +55,21 @@ msgstr ""
msgid "Save as..." msgid "Save as..."
msgstr "" msgstr ""
msgid "Import"
msgstr ""
msgid "Import PNG..." msgid "Import PNG..."
msgstr "" msgstr ""
msgid "Export" msgid "Export"
msgstr "" msgstr ""
msgid "Export..."
msgstr ""
msgid "Export as..."
msgstr ""
msgid "Export PNG..." msgid "Export PNG..."
msgstr "" msgstr ""
@ -139,13 +148,43 @@ msgstr ""
msgid "File Exists, Overwrite?" msgid "File Exists, Overwrite?"
msgstr "" 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" msgid "Can't load file '%s'.\n"
"Error code: %s" "Error code: %s"
msgstr "" msgstr ""
msgid "Preview:"
msgstr ""
msgid "Frame:"
msgstr ""
msgid "Browse"
msgstr ""
msgid "Resize:" msgid "Resize:"
msgstr "" 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" msgid "EXPORT_CURRENT_FRAME_LABEL"
msgstr "" msgstr ""
@ -158,9 +197,15 @@ msgstr ""
msgid "Columns" msgid "Columns"
msgstr "" msgstr ""
msgid "Columns:"
msgstr ""
msgid "Rows" msgid "Rows"
msgstr "" msgstr ""
msgid "Rows:"
msgstr ""
msgid "Path:" msgid "Path:"
msgstr "" msgstr ""