From 2ae1cb54b55a5c41bed31145dc3065d6c8a64296 Mon Sep 17 00:00:00 2001 From: kamilburda <8431034+kamilburda@users.noreply.github.com> Date: Sun, 30 Oct 2022 23:21:42 +0100 Subject: [PATCH] Release 3.3.4 --- CHANGELOG.md | 4 +- README.md | 2 +- export_layers/config.py | 4 +- .../locale/gimp-plugin-export-layers.pot | 786 ++++++++++++++++++ 4 files changed, 791 insertions(+), 5 deletions(-) create mode 100644 export_layers/locale/gimp-plugin-export-layers.pot diff --git a/CHANGELOG.md b/CHANGELOG.md index 5dc49769..32d68cc5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ -3.3.4 (upcoming) -================ +3.3.4 +===== * Added option to not apply a procedure for previews. This is useful for very slow procedures having little effect on the exported image if you want to keep the preview updated automatically, or procedures that e.g. manipulate the file system (such as export procedures) to avoid saving previewed images. * Moved the source code repository to a new location: https://github.com/kamilburda/gimp-export-layers diff --git a/README.md b/README.md index b24ba978..07e4965b 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Features * Customize export with additional procedures and constraints -[**Download latest release**](https://github.com/kamilburda/gimp-export-layers/releases/tag/3.3.3) (3.3.3, October 23, 2022) +[**Download latest release**](https://github.com/kamilburda/gimp-export-layers/releases/tag/3.3.4) (3.3.4, October 30, 2022) See the [documentation](https://kamilburda.github.io/gimp-export-layers/sections) for information about installation, usage and known issues. diff --git a/export_layers/config.py b/export_layers/config.py index e41d06c7..6029d09c 100644 --- a/export_layers/config.py +++ b/export_layers/config.py @@ -17,8 +17,8 @@ c.LOG_MODE = 'exceptions' c.PLUGIN_TITLE = lambda: _('Export Layers') -c.PLUGIN_VERSION = '3.3.3' -c.PLUGIN_VERSION_RELEASE_DATE = 'October 23, 2022' +c.PLUGIN_VERSION = '3.3.4' +c.PLUGIN_VERSION_RELEASE_DATE = 'October 30, 2022' c.AUTHOR_NAME = 'Kamil Burda' c.COPYRIGHT_YEARS = '2013-2022' c.PAGE_URL = 'https://kamilburda.github.io/gimp-export-layers' diff --git a/export_layers/locale/gimp-plugin-export-layers.pot b/export_layers/locale/gimp-plugin-export-layers.pot new file mode 100644 index 00000000..5b02f803 --- /dev/null +++ b/export_layers/locale/gimp-plugin-export-layers.pot @@ -0,0 +1,786 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR Kamil Burda +# This file is distributed under the same license as the 'export_layers' package. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: 'export_layers' 3.3.4\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2022-10-30 23:21+0100\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: ../../export_layers/actions.py:67 +msgid "Background" +msgstr "" + +#: ../../export_layers/actions.py:68 +msgid "Foreground" +msgstr "" + +#: ../../export_layers/actions.py:330 +msgid "_More options" +msgstr "" + +#: ../../export_layers/actions.py:337 +msgid "Enable for previews" +msgstr "" + +#: ../../export_layers/builtin_constraints.py:64 +msgid "Include layers" +msgstr "" + +#: ../../export_layers/builtin_constraints.py:72 +msgid "Include layer groups" +msgstr "" + +#: ../../export_layers/builtin_constraints.py:80 +msgid "Include empty layer groups" +msgstr "" + +#: ../../export_layers/builtin_constraints.py:89 +msgid "Only visible layers" +msgstr "" + +#: ../../export_layers/builtin_constraints.py:95 +msgid "Only top-level layers" +msgstr "" + +#: ../../export_layers/builtin_constraints.py:109 +msgid "Only layers with tags" +msgstr "" + +#: ../../export_layers/builtin_constraints.py:123 +msgid "Only layers without tags" +msgstr "" + +#: ../../export_layers/builtin_constraints.py:129 +msgid "Only layers matching file extension" +msgstr "" + +#: ../../export_layers/builtin_constraints.py:143 +msgid "Only layers selected in preview" +msgstr "" + +#: ../../export_layers/builtin_procedures.py:160 +msgid "Autocrop background" +msgstr "" + +#: ../../export_layers/builtin_procedures.py:172 +msgid "Autocrop foreground" +msgstr "" + +#: ../../export_layers/builtin_procedures.py:184 +msgid "Ignore folder structure" +msgstr "" + +#: ../../export_layers/builtin_procedures.py:190 +msgid "Insert background layers" +msgstr "" + +#: ../../export_layers/builtin_procedures.py:202 +msgid "Insert foreground layers" +msgstr "" + +#: ../../export_layers/builtin_procedures.py:214 +msgid "Inherit transparency from layer groups" +msgstr "" + +#: ../../export_layers/builtin_procedures.py:219 +msgid "Rename layer" +msgstr "" + +#: ../../export_layers/builtin_procedures.py:226 +#: ../../export_layers/settings_plugin.py:88 +msgid "Layer filename pattern" +msgstr "" + +#: ../../export_layers/builtin_procedures.py:234 +msgid "Use file extension in layer name" +msgstr "" + +#: ../../export_layers/builtin_procedures.py:241 +msgid "Convert file extension to lowercase" +msgstr "" + +#: ../../export_layers/builtin_procedures.py:249 +msgid "Use layer size" +msgstr "" + +#: ../../export_layers/config.py:19 ../../export_layers/config_dev.py:19 +msgid "Export Layers" +msgstr "" + +#: ../../export_layers/exportlayers.py:469 +msgid "Creating empty directory \"{}\"" +msgstr "" + +#: ../../export_layers/exportlayers.py:598 +msgid "Saving \"{}\"" +msgstr "" + +#: ../../export_layers/exportlayers.py:889 +msgid "Layer:" +msgstr "" + +#: ../../export_layers/exportlayers.py:891 +msgid "File extension:" +msgstr "" + +#: ../../export_layers/gui/actions.py:270 +msgid "Procedure Browser" +msgstr "" + +#: ../../export_layers/gui/actions.py:299 +msgid "" +"Could not add procedure \"{}\" because the parameter type \"{}\" is not " +"supported." +msgstr "" + +#: ../../export_layers/gui/actions.py:304 +msgid "" +"You can help fix this issue by sending a report with the text above to one " +"of the sites below" +msgstr "" + +#: ../../export_layers/gui/actions.py:444 +msgid "_Reset" +msgstr "" + +#: ../../export_layers/gui/actions.py:563 +msgid "Cannot modify this parameter" +msgstr "" + +#: ../../export_layers/gui/main.py:52 +msgid "" +"Sorry, but the export was unsuccessful. You can try exporting again if you " +"fix the issue described below." +msgstr "" + +#: ../../export_layers/gui/main.py:70 +msgid "" +"Sorry, but the export was unsuccessful. Do not close the image when " +"exporting, keep it open until the export finishes successfully." +msgstr "" + +#: ../../export_layers/gui/main.py:74 +msgid "" +"If you believe this is a different error, you can help fix it by sending a " +"report with the text in the details to one of the sites below." +msgstr "" + +#: ../../export_layers/gui/main.py:94 +msgid "Are you sure you want to reset settings?" +msgstr "" + +#: ../../export_layers/gui/main.py:98 +msgid "Remove procedures and constraints" +msgstr "" + +#: ../../export_layers/gui/main.py:363 +msgid "Save in folder:" +msgstr "" + +#: ../../export_layers/gui/main.py:381 +msgid "Preview" +msgstr "" + +#: ../../export_layers/gui/main.py:413 +msgid "Save as" +msgstr "" + +#: ../../export_layers/gui/main.py:463 +msgid "Add P_rocedure..." +msgstr "" + +#: ../../export_layers/gui/main.py:464 +msgid "Edit Procedure" +msgstr "" + +#: ../../export_layers/gui/main.py:465 +msgid "Add Custom Procedure..." +msgstr "" + +#: ../../export_layers/gui/main.py:470 +msgid "Add C_onstraint..." +msgstr "" + +#: ../../export_layers/gui/main.py:471 +msgid "Edit Constraint" +msgstr "" + +#: ../../export_layers/gui/main.py:499 +msgid "_Export" +msgstr "" + +#: ../../export_layers/gui/main.py:503 +msgid "_Cancel" +msgstr "" + +#: ../../export_layers/gui/main.py:509 ../../export_layers/gui/main.py:965 +msgid "_Stop" +msgstr "" + +#: ../../export_layers/gui/main.py:512 +msgid "_Settings" +msgstr "" + +#: ../../export_layers/gui/main.py:524 +msgid "Show More Settings" +msgstr "" + +#: ../../export_layers/gui/main.py:525 +msgid "Save Settings" +msgstr "" + +#: ../../export_layers/gui/main.py:526 +msgid "Reset settings" +msgstr "" + +#: ../../export_layers/gui/main.py:540 +msgid "_Help" +msgstr "" + +#: ../../export_layers/gui/main.py:740 +msgid "Disabling automatic preview update." +msgstr "" + +#: ../../export_layers/gui/main.py:741 +msgid "" +"The preview takes too long to update. You may turn automatic updates back on " +"from the menu above the previewed image." +msgstr "" + +#: ../../export_layers/gui/main.py:758 +msgid "Settings successfully saved." +msgstr "" + +#: ../../export_layers/gui/main.py:782 +msgid "Settings reset." +msgstr "" + +#: ../../export_layers/gui/main.py:817 ../../export_layers/gui/main.py:1013 +msgid "No layers were exported." +msgstr "" + +#: ../../export_layers/gui/message_label.py:112 +msgid "_More" +msgstr "" + +#: ../../export_layers/gui/preview_image.py:37 +msgid "There was a problem with updating the image preview." +msgstr "" + +#: ../../export_layers/gui/preview_image.py:39 +msgid "" +"If you believe this is an error in the plug-in, you can help fix it by " +"sending a report with the text in the details to one of the sites below." +msgstr "" + +#: ../../export_layers/gui/preview_image.py:260 +msgid "Update Preview Automatically" +msgstr "" + +#: ../../export_layers/gui/preview_image.py:268 +msgid "Update Preview" +msgstr "" + +#: ../../export_layers/gui/preview_image.py:494 +msgid "No selection" +msgstr "" + +#: ../../export_layers/gui/preview_name.py:276 +msgid "Add New Tag..." +msgstr "" + +#: ../../export_layers/gui/preview_name.py:280 +msgid "Remove Tag" +msgstr "" + +#: ../../export_layers/gui/preview_name.py:438 +msgid "Tag Name:" +msgstr "" + +#: ../../export_layers/placeholders.py:49 +msgid "Current Image" +msgstr "" + +#: ../../export_layers/placeholders.py:50 +msgid "Current Layer" +msgstr "" + +#: ../../export_layers/placeholders.py:113 +msgid "Invalid placeholder." +msgstr "" + +#: ../../export_layers/pygimplib/gui/gimp_item_combo_box.py:60 +msgid "Layer" +msgstr "" + +#: ../../export_layers/pygimplib/gui/gimp_item_combo_box.py:66 +msgid "Channel" +msgstr "" + +#: ../../export_layers/pygimplib/gui/gimp_item_combo_box.py:72 +msgid "Vectors" +msgstr "" + +#: ../../export_layers/pygimplib/gui/item_box.py:319 +msgid "Size" +msgstr "" + +#: ../../export_layers/pygimplib/gui/item_box.py:531 +msgid "Element" +msgstr "" + +#: ../../export_layers/pygimplib/gui/overwrite_chooser.py:79 +msgid "_Apply action to all files" +msgstr "" + +#: ../../export_layers/pygimplib/gui/overwrite_chooser.py:106 +msgid "A file named \"{}\" already exists in \"{}\". " +msgstr "" + +#: ../../export_layers/pygimplib/gui/overwrite_chooser.py:109 +msgid "A file named \"{}\" already exists.\n" +msgstr "" + +#: ../../export_layers/pygimplib/gui/overwrite_chooser.py:111 +msgid "A file with the same name already exists.\n" +msgstr "" + +#: ../../export_layers/pygimplib/gui/overwrite_chooser.py:113 +msgid "What would you like to do?" +msgstr "" + +#: ../../export_layers/pygimplib/gui/parasite_box.py:66 +msgid "Name" +msgstr "" + +#: ../../export_layers/pygimplib/gui/parasite_box.py:74 +msgid "Flags" +msgstr "" + +#: ../../export_layers/pygimplib/gui/parasite_box.py:83 +msgid "Data" +msgstr "" + +#: ../../export_layers/pygimplib/path/validators.py:116 +msgid "Filename is not specified." +msgstr "" + +#: ../../export_layers/pygimplib/path/validators.py:118 +msgid "Filename contains invalid characters." +msgstr "" + +#: ../../export_layers/pygimplib/path/validators.py:120 +msgid "Filename cannot end with spaces." +msgstr "" + +#: ../../export_layers/pygimplib/path/validators.py:122 +msgid "Filename cannot end with a period." +msgstr "" + +#: ../../export_layers/pygimplib/path/validators.py:124 +msgid "\"{}\" is a reserved name that cannot be used in filenames.\n" +msgstr "" + +#: ../../export_layers/pygimplib/path/validators.py:177 +#: ../../export_layers/renamer.py:242 +msgid "Untitled" +msgstr "" + +#: ../../export_layers/pygimplib/path/validators.py:204 +msgid "File path is not specified." +msgstr "" + +#: ../../export_layers/pygimplib/path/validators.py:206 +#: ../../export_layers/pygimplib/path/validators.py:306 +msgid "Drive letter contains invalid characters." +msgstr "" + +#: ../../export_layers/pygimplib/path/validators.py:208 +msgid "File path contains invalid characters." +msgstr "" + +#: ../../export_layers/pygimplib/path/validators.py:210 +msgid "Path components in the file path cannot end with spaces." +msgstr "" + +#: ../../export_layers/pygimplib/path/validators.py:212 +msgid "Path components in the file path cannot end with a period." +msgstr "" + +#: ../../export_layers/pygimplib/path/validators.py:214 +msgid "\"{}\" is a reserved name that cannot be used in file paths.\n" +msgstr "" + +#: ../../export_layers/pygimplib/path/validators.py:304 +msgid "Directory path is not specified." +msgstr "" + +#: ../../export_layers/pygimplib/path/validators.py:308 +msgid "Directory path contains invalid characters." +msgstr "" + +#: ../../export_layers/pygimplib/path/validators.py:310 +msgid "Path components in the directory path cannot end with spaces." +msgstr "" + +#: ../../export_layers/pygimplib/path/validators.py:312 +msgid "Path components in the directory path cannot end with a period." +msgstr "" + +#: ../../export_layers/pygimplib/path/validators.py:314 +msgid "\"{}\" is a reserved name that cannot be used in directory paths.\n" +msgstr "" + +#: ../../export_layers/pygimplib/path/validators.py:316 +msgid "Specified path is not a directory path." +msgstr "" + +#: ../../export_layers/pygimplib/path/validators.py:349 +msgid "File extension is not specified." +msgstr "" + +#: ../../export_layers/pygimplib/path/validators.py:351 +msgid "File extension contains invalid characters." +msgstr "" + +#: ../../export_layers/pygimplib/path/validators.py:353 +msgid "File extension cannot end with spaces." +msgstr "" + +#: ../../export_layers/pygimplib/path/validators.py:355 +msgid "File extension cannot end with a period." +msgstr "" + +#: ../../export_layers/pygimplib/setting/settings.py:770 +msgid "Value cannot be less than {}." +msgstr "" + +#: ../../export_layers/pygimplib/setting/settings.py:772 +msgid "Value cannot be greater than {}." +msgstr "" + +#: ../../export_layers/pygimplib/setting/settings.py:953 +msgid "Invalid item value; valid values: {}" +msgstr "" + +#: ../../export_layers/pygimplib/setting/settings.py:1143 +msgid "Invalid image." +msgstr "" + +#: ../../export_layers/pygimplib/setting/settings.py:1176 +msgid "Invalid item." +msgstr "" + +#: ../../export_layers/pygimplib/setting/settings.py:1209 +msgid "Invalid drawable." +msgstr "" + +#: ../../export_layers/pygimplib/setting/settings.py:1242 +msgid "Invalid layer." +msgstr "" + +#: ../../export_layers/pygimplib/setting/settings.py:1275 +msgid "Invalid channel." +msgstr "" + +#: ../../export_layers/pygimplib/setting/settings.py:1333 +msgid "Invalid vectors." +msgstr "" + +#: ../../export_layers/pygimplib/setting/settings.py:1362 +msgid "Invalid color." +msgstr "" + +#: ../../export_layers/pygimplib/setting/settings.py:1395 +msgid "Invalid display." +msgstr "" + +#: ../../export_layers/pygimplib/setting/settings.py:1427 +msgid "Invalid parasite." +msgstr "" + +#: ../../export_layers/pygimplib/setting/settings.py:1620 +msgid "Invalid number of tuple elements (must be at most {})." +msgstr "" + +#: ../../export_layers/pygimplib/setting/settings.py:2017 +msgid "Number of elements in \"{}\"" +msgstr "" + +#: ../../export_layers/pygimplib/setting/settings.py:2032 +msgid "Not an array." +msgstr "" + +#: ../../export_layers/pygimplib/setting/settings.py:2034 +msgid "Minimum array size ({}) cannot be negative." +msgstr "" + +#: ../../export_layers/pygimplib/setting/settings.py:2036 +msgid "Minimum array size ({}) cannot be greater than maximum array size ({})." +msgstr "" + +#: ../../export_layers/pygimplib/setting/settings.py:2038 +msgid "" +"Minimum array size ({}) cannot be greater than the length of the value ({})." +msgstr "" + +#: ../../export_layers/pygimplib/setting/settings.py:2040 +msgid "" +"Maximum array size ({}) cannot be less than the length of the value ({})." +msgstr "" + +#: ../../export_layers/pygimplib/setting/settings.py:2042 +msgid "Cannot delete any more elements - array must have at least {} elements." +msgstr "" + +#: ../../export_layers/pygimplib/setting/settings.py:2044 +msgid "Cannot add any more elements - array must have at most {} elements." +msgstr "" + +#: ../../export_layers/pygimplib/setting/sources.py:72 +msgid "Could not find setting source \"{}\"." +msgstr "" + +#: ../../export_layers/pygimplib/setting/sources.py:89 +msgid "" +"The following settings could not be found:\n" +"{}" +msgstr "" + +#: ../../export_layers/pygimplib/setting/sources.py:190 +msgid "" +"Session-wide settings for this plug-in may be corrupt.\n" +"To fix this, save the settings again or reset them." +msgstr "" + +#: ../../export_layers/pygimplib/setting/sources.py:232 +msgid "" +"Settings for this plug-in stored in \"{}\" may be corrupt. This could happen " +"if the file was edited manually.\n" +"To fix this, save the settings again or reset them." +msgstr "" + +#: ../../export_layers/pygimplib/_gui_messages.py:123 +msgid "Plug-in" +msgstr "" + +#: ../../export_layers/pygimplib/_gui_messages.py:128 +msgid "Oops. Something went wrong." +msgstr "" + +#: ../../export_layers/pygimplib/_gui_messages.py:132 +#, python-brace-format +msgid "{0} encountered an unexpected error and has to close. Sorry about that!" +msgstr "" + +#: ../../export_layers/pygimplib/_gui_messages.py:137 +msgid "" +"You can help fix this error by sending a report with the text in the details " +"above to one of the following sites" +msgstr "" + +#: ../../export_layers/pygimplib/_gui_messages.py:149 +msgid "Details" +msgstr "" + +#: ../../export_layers/pygimplib/_gui_messages.py:157 +msgid "(right-click to copy link)" +msgstr "" + +#: ../../export_layers/renamer.py:90 +msgid "Examples" +msgstr "" + +#: ../../export_layers/renamer.py:395 +msgid "image001" +msgstr "" + +#: ../../export_layers/renamer.py:401 +msgid "To continue numbering across layer groups, use %n." +msgstr "" + +#: ../../export_layers/renamer.py:403 +#, python-format +msgid "To use descending numbers, use %d." +msgstr "" + +#: ../../export_layers/renamer.py:404 +msgid "Suppose that the number of layers to export is 5:" +msgstr "" + +#: ../../export_layers/renamer.py:413 +msgid "Layer name" +msgstr "" + +#: ../../export_layers/renamer.py:416 +msgid "" +"Suppose that a layer is named \"Frame.png\" and the file extension is \"png" +"\"." +msgstr "" + +#: ../../export_layers/renamer.py:420 +msgid "Suppose that a layer is named \"Frame.jpg\"." +msgstr "" + +#: ../../export_layers/renamer.py:430 +msgid "Image name" +msgstr "" + +#: ../../export_layers/renamer.py:433 +msgid "Suppose that the image is named \"Image.xcf\"." +msgstr "" + +#: ../../export_layers/renamer.py:442 +msgid "Layer path" +msgstr "" + +#: ../../export_layers/renamer.py:445 +msgid "" +"Suppose that a layer named \"Left\" has parent groups named \"Hands\" and " +"\"Body\"." +msgstr "" + +#: ../../export_layers/renamer.py:449 +msgid "" +"Suppose that the layer is named \"Left.jpg\" and the file extension is \"png" +"\"." +msgstr "" + +#: ../../export_layers/renamer.py:459 +msgid "Replace" +msgstr "" + +#: ../../export_layers/renamer.py:462 +msgid "Suppose that a layer is named \"Animal copy #1\"." +msgstr "" + +#: ../../export_layers/renamer.py:464 +msgid "" +"You can use the regular expression syntax as defined in the \"re\" module " +"for Python." +msgstr "" + +#: ../../export_layers/renamer.py:466 +msgid "" +"You can specify the number of replacements and flags as defined in the \"re" +"\" module for Python." +msgstr "" + +#: ../../export_layers/renamer.py:474 +msgid "Tags" +msgstr "" + +#: ../../export_layers/renamer.py:477 +msgid "Suppose that a layer has tags \"left\", \"middle\" and \"right\"." +msgstr "" + +#: ../../export_layers/renamer.py:488 +msgid "Current date" +msgstr "" + +#: ../../export_layers/renamer.py:492 +msgid "" +"Custom date format uses formatting as per the \"strftime\" function in " +"Python." +msgstr "" + +#: ../../export_layers/renamer.py:500 +msgid "Attributes" +msgstr "" + +#: ../../export_layers/renamer.py:503 +msgid "" +"Suppose that a layer has width, height, x-offset and y-offset\n" +"of 1000, 540, 0 and 40 pixels, respectively,\n" +"and the image has width and height of 1000 and 500 pixels, respectively." +msgstr "" + +#: ../../export_layers/settings_plugin.py:51 +msgid "The run mode" +msgstr "" + +#: ../../export_layers/settings_plugin.py:57 +msgid "Image" +msgstr "" + +#: ../../export_layers/settings_plugin.py:73 +msgid "File extension" +msgstr "" + +#: ../../export_layers/settings_plugin.py:80 +msgid "Output directory" +msgstr "" + +#: ../../export_layers/settings_plugin.py:89 +msgid "Layer filename pattern (empty string = layer name)" +msgstr "" + +#: ../../export_layers/settings_plugin.py:97 +#: ../../export_layers/settings_plugin.py:106 +msgid "Selected layers" +msgstr "" + +#: ../../export_layers/settings_plugin.py:115 +msgid "_Replace" +msgstr "" + +#: ../../export_layers/settings_plugin.py:116 +msgid "_Skip" +msgstr "" + +#: ../../export_layers/settings_plugin.py:117 +msgid "Rename _new file" +msgstr "" + +#: ../../export_layers/settings_plugin.py:118 +msgid "Rename _existing file" +msgstr "" + +#: ../../export_layers/settings_plugin.py:120 +msgid "Overwrite mode (non-interactive run mode only)" +msgstr "" + +#: ../../export_layers/settings_plugin.py:192 +msgid "" +"You need to specify default file extension for layers with invalid or no " +"extension." +msgstr "" + +#: ../../export_layers/update.py:90 +msgid "" +"Due to significant changes in the plug-in, settings need to be reset. " +"Proceed?" +msgstr "" + +#: ../../export_layers.py:36 +msgid "Export layers as separate images" +msgstr "" + +#: ../../export_layers.py:40 +msgid "E_xport Layers..." +msgstr "" + +#: ../../export_layers.py:64 +msgid "Run \"{}\" with the last values specified" +msgstr "" + +#: ../../export_layers.py:66 +msgid "" +"If the plug-in is run for the first time (i.e. no last values exist), " +"default values will be used." +msgstr "" + +#: ../../export_layers.py:71 +msgid "E_xport Layers (repeat)" +msgstr ""