~ubuntu-branches/ubuntu/vivid/gimp-help/vivid

« back to all changes in this revision

Viewing changes to src/filters/color/smooth_palette.xml

  • Committer: Bazaar Package Importer
  • Author(s): Ari Pollak
  • Date: 2005-05-08 18:04:08 UTC
  • mfrom: (1.2.1 upstream) (2.1.1 hoary)
  • Revision ID: james.westby@ubuntu.com-20050508180408-mjwl3kmjczfnmu5v
Tags: 2+0.7-5
Fix doc-base entry for gimp-help-zh-cn to point to correct directory
name (Closes: #308228)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?xml version='1.0' encoding='UTF-8'?>
2
2
 
3
 
<sect2 id='plug-in-smooth-palette'>
 
3
<sect2 id='plug-in-smooth-palette' lang="en;fr;zh_CN">
4
4
  <title lang="en">Smooth Palette</title>
5
5
  <title lang="fr">Palette de lissage</title>
 
6
  <title lang="zh_CN">平滑色板</title>
6
7
 
7
8
  <indexterm>
8
9
    <primary lang="en">Filter</primary>
10
11
    <tertiary lang="en">Palette</tertiary>    
11
12
    
12
13
    <primary lang="fr">Filtre</primary>
13
 
    <tertiary lang="fr">Couleur</tertiary>
 
14
    <secondary lang="fr">Couleur</secondary>
14
15
    <tertiary lang="fr">Palette</tertiary>      
 
16
 
 
17
    <primary lang="zh_CN">滤镜</primary>
 
18
    <secondary lang="zh_CN">颜色</secondary>
 
19
    <tertiary lang="zh_CN">色板</tertiary>
15
20
  </indexterm>
16
21
 
17
 
  <mediaobject lang="en">
 
22
  <mediaobject lang="en;zh_CN">
18
23
    <imageobject>
19
 
      <imagedata fileref='../images/filters/filters-color-smoothpalette.png' format='png'/>
 
24
      <imagedata fileref='../images/filters/filters-color-smoothpalette.png' format="PNG"/>
20
25
    </imageobject>
21
26
  </mediaobject>
 
27
 
22
28
  <mediaobject lang="fr">
23
29
    <imageobject>
24
 
      <imagedata fileref='../images/filters/fr/filters-color-smoothpalette.png' format='png'/>
 
30
      <imagedata fileref='../images/filters/fr/filters-color-smoothpalette.png' format="PNG"/>
25
31
    </imageobject>
26
32
  </mediaobject>
27
33
  
28
34
  <simplesect>
29
35
    <title lang="en">Overview</title>
30
36
    <title lang="fr">Généralités</title>
 
37
    <title lang="zh_CN">概述</title>
31
38
    <para lang="en">
32
39
      This filter is found in 
33
40
      <guimenuitem>Image&gt;Filters/Colors/Smoo<accel>t</accel>h Palette</guimenuitem>
36
43
      It creates a striped palette from colors in active layer or selection. The main purpose of this 
37
44
      filter is to create colormaps to be used with Flame filter   <!--LINK-->.
38
45
    </para>
 
46
 
39
47
    <para lang="fr">
40
48
      Ce filtre se trouve à 
41
49
      <guimenuitem>Image&gt;Filtres/Couleurs/Palette de <accel>l</accel>issage</guimenuitem>
44
52
      Il crée une palette de couleurs disposées en bandes verticales et lissées à partir des couleurs de 
45
53
      la sélection ou du calque actif. Le but principal de ce filtre est la création de couleurs pour le 
46
54
      filtre Flamme   <!-- LIEN -->.
47
 
    </para> 
 
55
    </para>
 
56
 
 
57
    <para lang="zh_CN">
 
58
      该滤镜在<guimenuitem>图像&gt;滤镜/颜色/平滑色板</guimenuitem>。
 
59
    </para>
 
60
    <para lang="zh_CN">
 
61
      它从活动图层或选区的颜色中产生一个条纹色板。该滤镜主要目的是产生颜色表以便在火焰滤镜中使用。
 
62
    </para>
48
63
  </simplesect>
49
64
  
50
65
  <simplesect>
51
66
    <title lang="en">Options</title>
52
67
    <title lang="fr">Options</title>
 
68
    <title lang="zh_CN">选项</title>
53
69
    <variablelist>
54
70
      <varlistentry>
55
71
        <term lang="en">Parameter Settings</term>
56
72
        <term lang="fr">Paramètres de réglage</term>   
 
73
        <term lang="zh_CN">参数设置</term>
57
74
        <listitem>
58
75
          <para lang="en">
59
76
            You can set palette dimensions for <guilabel>Width></guilabel> and <guilabel>Height</guilabel>.
64
81
            <guilabel>Hauteur</guilabel>. La <guilabel>Chaîne</guilabel> non rompue lie les deux 
65
82
            dimensions. Vous pouvez aussi choisir l'unité de mesure.
66
83
          </para>
 
84
          <para lang="zh_CN">
 
85
            这里设置色板的<guilabel>宽度</guilabel>和<guilabel>高度</guilabel>。如果旁边的锁链没断,其高度和宽度就是同时变化的。旁边也可以设置其单位。
 
86
          </para>
67
87
        </listitem>
68
88
      </varlistentry>
69
89
  
70
90
      <varlistentry>
71
91
        <term lang="en">Search Depth</term>
72
92
        <term lang="fr">Temps de recherche</term>   
 
93
        <term lang="zh_CN">搜索深度</term>
73
94
        <listitem>
74
95
          <para lang="en">
75
96
            Increasing Search Depth (1 - 1024) will result in more shades in palette.
78
99
            En augmentant le temps de recherche (1 - 1024), vous augmentez le nombre de nuances sur la 
79
100
            palette.
80
101
          </para>
 
102
          <para lang="zh_CN">
 
103
            增加搜索深度 (1 - 1024) 会在色板中产生更多的阴影。
 
104
          </para>
81
105
        </listitem>         
82
106
      </varlistentry>
83
107
    </variablelist>