mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-06-25 11:34:43 -04:00
Add autosave feature with backup of unsaved new projects (#221)
* Add autosave feature with backup of unsaved new projects. * Fix wrong indentation on line 205. * Store backup for every opened file in user://. Some other improvements. * Remove unnecessary variable. * Update Translations.pot Co-authored-by: Manolis Papadeas <35376950+OverloadedOrama@users.noreply.github.com>
This commit is contained in:
parent
c82c54d096
commit
82fe186b65
6 changed files with 343 additions and 110 deletions
|
@ -909,6 +909,15 @@ msgstr ""
|
|||
msgid "File saved"
|
||||
msgstr ""
|
||||
|
||||
msgid "File autosaved"
|
||||
msgstr ""
|
||||
|
||||
msgid "File failed to open"
|
||||
msgstr ""
|
||||
|
||||
msgid "File failed to save"
|
||||
msgstr ""
|
||||
|
||||
msgid "File exported"
|
||||
msgstr ""
|
||||
|
||||
|
@ -1067,3 +1076,16 @@ msgstr ""
|
|||
|
||||
msgid "Creates multiple files but every file is stored in different directory that corresponds to its frame tag"
|
||||
msgstr ""
|
||||
|
||||
msgid "Close"
|
||||
msgstr ""
|
||||
|
||||
msgid "Delete"
|
||||
msgstr ""
|
||||
|
||||
msgid "Autosaved backup for %s was found."
|
||||
"Do you want to reload it?"
|
||||
msgstr ""
|
||||
|
||||
msgid "Backup reloaded"
|
||||
msgstr ""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue