diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2016-08-20 15:11:08 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2016-08-20 15:11:08 +0200 |
commit | cb612a12b952e349b96d427645aaeb55d15f509a (patch) | |
tree | f29298f41d2a7ea2a976616243aca64c2c2547ce /help/hu/other-plugins.page | |
parent | e7be93745e4a2ff3aa255227bef7b9d3b733aafa (diff) | |
parent | 143bfc9f801c84428074312d661f8e08803df83b (diff) |
Merge tag 'upstream/0.23.5'
Upstream version 0.23.5
Diffstat (limited to 'help/hu/other-plugins.page')
-rw-r--r-- | help/hu/other-plugins.page | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/help/hu/other-plugins.page b/help/hu/other-plugins.page new file mode 100644 index 0000000..e3b1b87 --- /dev/null +++ b/help/hu/other-plugins.page @@ -0,0 +1,27 @@ +<?xml version="1.0" encoding="utf-8"?> +<page xmlns="http://projectmallard.org/1.0/" type="guide" id="other-plugins" xml:lang="hu"> + + <info> + <link type="guide" xref="index#other"/> + <desc>Extend Shotwell's functionality dynamically.</desc> + + <link type="next" xref="other-missing"/> + </info> + + <title>Bővítmények</title> + <p> + Shotwell can be used with <em>plugins</em>, which are companion shared libraries that can + add support for new publishing destinations or new slideshow transitions. + </p> + + <p> + To see a list of installed plugins, choose <guiseq><gui>Edit</gui><gui>Preferences</gui></guiseq>, + and in the <gui>Preferences</gui> window, click on the <gui>Plugins</gui> tab. You'll see a list + of currently-installed plugins, each with a checkbox by it, and you may enable or disable each by + selecting or deselecting the checkbox by its name. + </p> + + <note style="advanced"><p>Full documentation on how to develop new plugins is available at + <link href="http://redmine.yorba.org/projects/shotwell/wiki/ShotwellArchWritingPlugins">http://redmine.yorba.org/projects/shotwell/wiki/ShotwellArchWritingPlugins</link></p></note> + +</page> |