QGIS/resources/context_help/QgsCopyrightLabelPluginGui-ru_RU
borysiasty bbe1ff1d02 Context help updates from Milena
git-svn-id: http://svn.osgeo.org/qgis/trunk@12446 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-12-14 01:01:14 +00:00

32 lines
1.2 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<h3>Знак авторского права</h3>
<i>Данный файл справки недоступен на вашем языке. Если вы хотите создать его, свяжитесь с командой разработки QGIS.</i><hr>
Draws a copyright label with information.<br/>
You can add any random text to the map not only a copyright label.
<p>
<a href="#howto">How to</a><br/>
<a href="#text">Text formatting</a><br/>
<a name="howto">
<h4>How to</h4>
</a>
<ol>
<li>Make sure the plugin is loaded.
<li>Click on <label>Plugins > Decorations > Copyright Label</label> or use the <label>Copyright Label</label> button from the Toolbar.
<li>Enter the text you want to place on the map. You can use HTML.
<li>Choose the placement of the label from the <label>Placement Bottom Right</label> drop-down box.
<li>Make sure the <label>Enable Copyright Label checkbox</label> is checked.
<li>Click <label>OK</label>.
</ol>
<a name="text">
<h4> Text formatting </h4>
</a>
This plugin supports basic HTML markup tags for formatting text. For example:
<ul>
<li>&lt;B&gt;<b> Bold text </b>&lt;/B&gt;
</li>
<li>&lt;I&gt;<i> Italics </i>&lt;/I&gt;
</li>
<li>&lt;U&gt;<u> Underlined text</u>&lt;/U&gt;
</li>
</ul>