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

« back to all changes in this revision

Viewing changes to src/menus/select-all.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
<sect2 id='gimp-selection-all' lang="de;en;fr;zh_CN">
 
4
  <title lang="en">Select All</title>
 
5
  <title lang="de">Alles auswählen</title>
 
6
  <title lang="fr">Tout</title>
 
7
  <title lang="zh_CN">全选</title>
 
8
 
 
9
  <indexterm>
 
10
    <primary lang="en">Selection</primary>
 
11
    <secondary lang="en">All</secondary>
 
12
    <primary lang="fr">Tout</primary>
 
13
    <primary lang="zh_CN">全部</primary>
 
14
  </indexterm>
 
15
 
 
16
  <para lang="en">
 
17
    This command is found at
 
18
    <menuchoice>
 
19
      <guimenu>Select</guimenu>
 
20
      <guimenuitem>All</guimenuitem>
 
21
    </menuchoice>
 
22
    in each image menu.
 
23
  </para>     
 
24
  <para lang="en">
 
25
    The Select All command will create a new selection that 
 
26
    encompasses everything on the active layer. 
 
27
  </para>
 
28
 
 
29
  <para lang="fr">
 
30
    Cette commande se trouve dans 
 
31
    <guimenuitem>Image&gt;Sélection/<accel>T</accel>out sélectionner</guimenuitem>.
 
32
  </para>     
 
33
  <para lang="fr">
 
34
    Tout sélectionner créera une nouvelle sélection comprenant 
 
35
    l'ensemble du calque actif
 
36
  </para>
 
37
 
 
38
  <para lang="zh_CN">
 
39
    该命令在<guimenuitem>图像&gt;选择/全部</guimenuitem>
 
40
  </para>
 
41
  <para lang="zh_CN">
 
42
    全选命令创建一个包括活动图层上所有内容的选区。
 
43
  </para>
 
44
 
 
45
  <simplesect>
 
46
    <title lang="en">Shortcut</title>
 
47
    <title lang="de">Tastaturkürzel</title>
 
48
    <title lang="fr">Raccourcis clavier</title>
 
49
    <title lang="zh_CN">快捷键</title>
 
50
 
 
51
    <para lang="en">
 
52
      The <keycap>Ctrl+A</keycap>
 
53
      will call the Select All function
 
54
    </para>
 
55
          
 
56
    <para lang="de">
 
57
 
 
58
    </para>
 
59
 
 
60
    <para lang="fr">
 
61
      La combinaison de touches <keycap>Ctrl+K</keycap>
 
62
      activera la fonction Tout sélectionner.
 
63
    </para>
 
64
 
 
65
    <para lang="zh_CN">
 
66
      <keycap>Ctrl+A</keycap>
 
67
    </para>
 
68
  </simplesect>
 
69
 
 
70
</sect2>