-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(save_as): add save_as button for snapshots
Allow to save snapshots with a different name and under a different location than specified in the configuration as default. Signed-off-by: Max Kunzelmann <[email protected]>
- Loading branch information
Showing
11 changed files
with
159 additions
and
64 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: swappy\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2020-06-21 21:57-0400\n" | ||
"POT-Creation-Date: 2022-08-01 15:29+0200\n" | ||
"PO-Revision-Date: 2020-11-19 18:03+0300\n" | ||
"Last-Translator: Brodi <[email protected]>\n" | ||
"Language-Team: none\n" | ||
|
@@ -17,34 +17,39 @@ msgstr "" | |
"Content-Transfer-Encoding: 8bit\n" | ||
"Plural-Forms: nplurals=2; plural=(n != 1);\n" | ||
|
||
#: res/swappy.glade:455 | ||
#: res/swappy.glade:461 | ||
msgid "Line Width" | ||
msgstr "Linienstärke" | ||
|
||
#: res/swappy.glade:525 | ||
#: res/swappy.glade:531 | ||
msgid "Text Size" | ||
msgstr "Textgröße" | ||
|
||
#: res/swappy.glade:641 | ||
#: res/swappy.glade:647 | ||
msgid "Toggle Paint Panel" | ||
msgstr "Farbtafel umschalten" | ||
|
||
#: res/swappy.glade:667 | ||
#: res/swappy.glade:673 | ||
msgid "Undo Last Paint" | ||
msgstr "Letzte Bemalung rückgängig machen" | ||
|
||
#: res/swappy.glade:686 | ||
#: res/swappy.glade:692 | ||
msgid "Redo Previous Paint" | ||
msgstr "Vorherige Bemalung wiederherstellen" | ||
|
||
#: res/swappy.glade:705 | ||
#: res/swappy.glade:711 | ||
msgid "Clear Paints" | ||
msgstr "Bemalung löschen" | ||
|
||
#: res/swappy.glade:733 | ||
#: res/swappy.glade:739 | ||
msgid "Copy Surface" | ||
msgstr "Fläche kopieren" | ||
|
||
#: res/swappy.glade:749 | ||
#: res/swappy.glade:755 | ||
msgid "Save Surface" | ||
msgstr "Fläche speichern" | ||
|
||
#: res/swappy.glade:771 | ||
#, fuzzy | ||
msgid "Save Surface As" | ||
msgstr "Fläche speichern" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: swappy\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2021-02-20 21:17-0500\n" | ||
"POT-Creation-Date: 2022-08-01 15:29+0200\n" | ||
"PO-Revision-Date: 2021-02-20 21:00-0500\n" | ||
"Last-Translator: Jeremy Attali <[email protected]>\n" | ||
"Language-Team: none\n" | ||
|
@@ -17,34 +17,39 @@ msgstr "" | |
"Content-Transfer-Encoding: 8bit\n" | ||
"Plural-Forms: nplurals=2; plural=(n > 1);\n" | ||
|
||
#: res/swappy.glade:455 | ||
#: res/swappy.glade:461 | ||
msgid "Line Width" | ||
msgstr "Epaisseur de ligne" | ||
|
||
#: res/swappy.glade:525 | ||
#: res/swappy.glade:531 | ||
msgid "Text Size" | ||
msgstr "Taille du texte" | ||
|
||
#: res/swappy.glade:641 | ||
#: res/swappy.glade:647 | ||
msgid "Toggle Paint Panel" | ||
msgstr "Afficher/Cacher le panneau de peinture" | ||
|
||
#: res/swappy.glade:667 | ||
#: res/swappy.glade:673 | ||
msgid "Undo Last Paint" | ||
msgstr "Annuler la dernière peinture" | ||
|
||
#: res/swappy.glade:686 | ||
#: res/swappy.glade:692 | ||
msgid "Redo Previous Paint" | ||
msgstr "Rétablir la dernière peinture" | ||
|
||
#: res/swappy.glade:705 | ||
#: res/swappy.glade:711 | ||
msgid "Clear Paints" | ||
msgstr "Supprimer les peintures" | ||
|
||
#: res/swappy.glade:733 | ||
#: res/swappy.glade:739 | ||
msgid "Copy Surface" | ||
msgstr "Copier la surface" | ||
|
||
#: res/swappy.glade:749 | ||
#: res/swappy.glade:755 | ||
msgid "Save Surface" | ||
msgstr "Sauvegarder la surface" | ||
|
||
#: res/swappy.glade:771 | ||
#, fuzzy | ||
msgid "Save Surface As" | ||
msgstr "Sauvegarder la surface" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,45 +7,50 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: swappy\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2020-06-21 21:57-0400\n" | ||
"POT-Creation-Date: 2022-08-01 15:29+0200\n" | ||
"PO-Revision-Date: 2021-02-14 20:38-0300\n" | ||
"Last-Translator: Gustavo Costa <[email protected]>\n" | ||
"Language-Team: \n" | ||
"Language: pt_BR\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
"X-Generator: Poedit 2.4.2\n" | ||
"Last-Translator: Gustavo Costa <[email protected]>\n" | ||
"Plural-Forms: nplurals=2; plural=(n > 1);\n" | ||
"Language: pt_BR\n" | ||
|
||
#: res/swappy.glade:455 | ||
#: res/swappy.glade:461 | ||
msgid "Line Width" | ||
msgstr "Espessura da linha" | ||
|
||
#: res/swappy.glade:525 | ||
#: res/swappy.glade:531 | ||
msgid "Text Size" | ||
msgstr "Tamanho do texto" | ||
|
||
#: res/swappy.glade:641 | ||
#: res/swappy.glade:647 | ||
msgid "Toggle Paint Panel" | ||
msgstr "Alternar painel de pintura" | ||
|
||
#: res/swappy.glade:667 | ||
#: res/swappy.glade:673 | ||
msgid "Undo Last Paint" | ||
msgstr "Desfazer última pintura" | ||
|
||
#: res/swappy.glade:686 | ||
#: res/swappy.glade:692 | ||
msgid "Redo Previous Paint" | ||
msgstr "Refazer pintura anterior" | ||
|
||
#: res/swappy.glade:705 | ||
#: res/swappy.glade:711 | ||
msgid "Clear Paints" | ||
msgstr "Limpar pinturas" | ||
|
||
#: res/swappy.glade:733 | ||
#: res/swappy.glade:739 | ||
msgid "Copy Surface" | ||
msgstr "Copiar superfície" | ||
|
||
#: res/swappy.glade:749 | ||
#: res/swappy.glade:755 | ||
msgid "Save Surface" | ||
msgstr "Salvar superfície" | ||
|
||
#: res/swappy.glade:771 | ||
#, fuzzy | ||
msgid "Save Surface As" | ||
msgstr "Salvar superfície" |
Oops, something went wrong.