Skip to content

Commit

Permalink
v0.0.18: add general image format conversion action
Browse files Browse the repository at this point in the history
  • Loading branch information
Yann Büchau committed Jun 18, 2017
1 parent f34c164 commit 1fe304a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
4 changes: 2 additions & 2 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
thunar-custom-actions (0.0.18) UNRELEASED; urgency=medium
thunar-custom-actions (0.0.18) unstable; urgency=medium

* add image format conversion action
* remove useless radiobuttons from PDF conversion action which prevented
easy orientation selection via (double-)click

-- Yann Büchau <[email protected]> Sun, 18 Jun 2017 14:53:36 +0200
-- Yann Büchau <[email protected]> Sun, 18 Jun 2017 15:40:46 +0200

thunar-custom-actions (0.0.17) unstable; urgency=medium

Expand Down
9 changes: 7 additions & 2 deletions locale/de/LC_MESSAGES/thunar-custom-actions.po
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-06-18 15:17+0200\n"
"PO-Revision-Date: 2017-06-18 15:07+0200\n"
"POT-Creation-Date: 2017-06-18 15:59+0200\n"
"PO-Revision-Date: 2017-06-18 15:59+0200\n"
"Last-Translator: \n"
"Language-Team: \n"
"Language: de\n"
Expand Down Expand Up @@ -118,6 +118,11 @@ msgstr "Format"
msgid "Description"
msgstr "Beschreibung"

#: locale/tmp_only_uca_commands.sh:6
#, sh-format
msgid "Select format:"
msgstr "Format auswählen:"

#: locale/tmp_only_uca_commands.sh:6
#, sh-format
msgid "No format selected."
Expand Down
5 changes: 4 additions & 1 deletion share/thunar-custom-actions/system-uca/images.xml.m4
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ include(tuca.m4)dnl
--print-column=1 dnl
--column="TUCA_TRANSLATE(Format)" dnl
--column="TUCA_TRANSLATE(Description)" dnl
--text="TUCA_TRANSLATE(Select format:)" dnl
--title="TUCA_TRANSLATE(Format)" dnl
);dnl
if test $? -ne 0;then dnl
exit;dnl user aborted
Expand All @@ -81,8 +83,9 @@ include(tuca.m4)dnl
)</command>
<description xml:lang="en">The selected images are converted to a specified format.</description>
<description xml:lang="de">Die ausgewählten Bilder werden in ein angegebenes Format umgewandelt.</description>
<patterns>*</patterns>
<patterns>*.pdf;*.PDF;*</patterns>
<image-files/>
<other-files/>
</action>
<action>
<icon>applications-graphics-symbolic</icon>
Expand Down

0 comments on commit 1fe304a

Please sign in to comment.