Blob Blame History Raw
<?xml version="1.0" encoding="utf-8"?>
<page xmlns="http://projectmallard.org/1.0/" xmlns:its="http://www.w3.org/2005/11/its" type="topic" style="task" id="plugin-color-picker" xml:lang="bg">

  <info>
    <link type="guide" xref="gedit-plugin-guide#gedit-additional-plugins"/> 
    <revision version="3.4" date="2013-02-24" status="review"/>

    <credit type="author">
      <name>Джим Къмпбел</name>
      <email its:translate="no">jwcampbell@gmail.com</email>
    </credit>

    <desc>Pick a color from a dialog and insert its hexadecimal representation.</desc>
  
    <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
      <mal:name>Ростислав „zbrox“ Райков</mal:name>
      <mal:email>zbrox@i-space.org</mal:email>
      <mal:years>2005</mal:years>
    </mal:credit>
  
    <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
      <mal:name>Красимир Чонов</mal:name>
      <mal:email>mk2616@abv.bg</mal:email>
      <mal:years>2011, 2012</mal:years>
    </mal:credit>
  
    <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
      <mal:name>Александър Шопов</mal:name>
      <mal:email>ash@kambanaria.org</mal:email>
      <mal:years>2012.</mal:years>
    </mal:credit>
  </info>

  <title>Color Picker</title>

  <p>The <app>Color Picker</app> plugin helps you to insert the character codes
  that represent a certain color. This can make it easier to choose and use the
  correct color in your programs.</p>
  
  <p>To enable the color picker plugin, select
  <guiseq><gui style="menu">gedit</gui><gui style="menuitem">Preferences</gui>
  <gui>Plugins</gui><gui>Color Picker</gui></guiseq>.</p>
  
  <steps>
    <title>Избиране на цвят:</title>
    <item>
      <p>Поставете курсора на място в документа, на което желаете да вмъкнете код на цвят.</p>
    </item>
    <item>
      <p>Select <guiseq><gui>Tools</gui><gui>Pick Color…</gui></guiseq>.  The
      color picker dialog will appear.</p>
    </item>
    <item>
      <p>Click on the desired color in the color picker window.</p>
    </item>
    <item>
      <p>The appropriate color code will be inserted where you had placed your
      cursor.</p>
    </item>
    <item>
      <p>За да затворите прозореца на приставката <app>Избор на цвят</app>, натиснете <gui>Затваряне</gui>.</p>
    </item>
  </steps>

  <!--TODO: Update this section for the "Custom" values -->
  <note style="tip">
    <p>Можете да направите фина настройка на цвета като промените стойностите за Нюанс, Наситеност, Стойност, Червено, Зелено или Синьо.</p>
    <p>Можете да запазите цвят като щракнете с десния бутон върху някоя от оцветените кутии и изберете <gui>Запазване на цветова схема</gui>. Така по-лесно ще можете да вмъквате често използвани кодове.</p>
  </note>     

</page>