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

« back to all changes in this revision

Viewing changes to src/menus/menus-select.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
<?xml version='1.0' encoding="UTF-8" ?>
 
2
 
 
3
<sect1 id='gimp-imagewindow-menus-select' xmlns:xi="http://www.w3.org/2001/XInclude" lang="en;fr">
 
4
  <title lang="en">Select</title>
 
5
  <title lang="fr">Sélection</title>
 
6
 
 
7
  <indexterm>
 
8
    <primary lang="en">Image menu select</primary>
 
9
    <primary lang="fr">Image menu sélection</primary>
 
10
  </indexterm>
 
11
 
 
12
  <informalfigure lang='en'>
 
13
    <mediaobject lang="en">
 
14
      <imageobject>
 
15
        <imagedata
 
16
          fileref='../images/menus/menus-select.png'
 
17
          format="PNG"/>
 
18
       </imageobject>
 
19
       <caption>
 
20
         <para lang='en'>
 
21
           Contents of the Select menu
 
22
         </para>
 
23
      </caption>
 
24
    </mediaobject>
 
25
  </informalfigure>
 
26
 
 
27
  <informalfigure lang='fr'>
 
28
    <mediaobject lang="fr">
 
29
      <imageobject>
 
30
        <imagedata
 
31
          fileref='../images/menus/fr/menus-select.png'
 
32
          format="PNG"/>
 
33
       </imageobject>
 
34
       <caption>
 
35
         <para lang='fr'>
 
36
           Le contenu du menu Sélection
 
37
         </para>
 
38
      </caption>
 
39
    </mediaobject>
 
40
  </informalfigure>
 
41
 
 
42
  <xi:include href="select-all.xml" />    
 
43
  <xi:include href="select-none.xml" />    
 
44
  <xi:include href="select-invert.xml" />   
 
45
  <xi:include href="select-from-path.xml" />    
 
46
  <xi:include href="select-float.xml" />    
 
47
  <xi:include href="select-bycolor.xml" />    
 
48
  <xi:include href="select-feather.xml" />   
 
49
  <xi:include href="select-sharpen.xml" />    
 
50
  <xi:include href="select-shrink.xml" />    
 
51
  <xi:include href="select-grow.xml" /> 
 
52
  <xi:include href="select-border.xml" />    
 
53
  <xi:include href="select-toggle-qmask.xml" />   
 
54
  <xi:include href="select-save-to-channel.xml" />    
 
55
  <xi:include href="select-to-path.xml" />   
 
56
</sect1> 
 
57