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

« back to all changes in this revision

Viewing changes to src/menus/edit-copy.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-edit-copy' lang='en;de;fr;zh_CN'>
 
4
  <title lang="en">Copy</title>
 
5
  <title lang='de'>Kopieren</title>
 
6
  <title lang="fr">Copier</title>
 
7
  <title lang="zh_CN">复制</title>
 
8
  <indexterm>
 
9
    <primary lang="en">Copy</primary>
 
10
    <primary lang='de'>Kopieren</primary>
 
11
    <primary lang="fr">Copier</primary>
 
12
    <primary lang="zh_CN">复制</primary>
 
13
  </indexterm>
 
14
 
 
15
  <para lang='en'>
 
16
    This command can be accessed from an image menubar as 
 
17
    <menuchoice>
 
18
      <guimenu>Edit</guimenu>
 
19
      <guimenuitem>Copy</guimenuitem>
 
20
    </menuchoice>,
 
21
    or by using the keyboard shortcut
 
22
    <keycombo>
 
23
      <keycap>Ctrl</keycap>
 
24
      <keycap>C</keycap>
 
25
    </keycombo>.
 
26
  </para>
 
27
  <para lang='en'>
 
28
    The Copy command allows the user to make a copy of the current
 
29
    selection, which is then stored in The GIMP Clipboard .  The
 
30
    information can be recalled using the using the <link
 
31
    linkend='gimp-edit-paste'>Paste</link>, <link
 
32
    linkend='gimp-edit-paste-into'>Paste Into</link>, and <link
 
33
    linkend='gimp-edit-paste-as-new'>Paste As New</link> commands. If
 
34
    no selection has been made, the entire current layer will be
 
35
    copied.  "Copy" will only work on the current active layer. Any
 
36
    layers above or below the active one are ignored.
 
37
  </para>
 
38
 
 
39
  <para lang="de">
 
40
    Sie können Bildelemente mit dem Tastenkürzel
 
41
    <keycombo>
 
42
      <keycap>Strg</keycap>
 
43
      <keycap>C</keycap>
 
44
    </keycombo> kopieren. 
 
45
  </para>
 
46
  <para lang='de'>
 
47
    Mit der Kopieren Funktion können Sie Bildbestandteile
 
48
    duplizieren. Beim Kopieren, werden die kopieren Daten vorerst
 
49
    in der Zwischenablage belassen. Mit den Funktionen <link
 
50
    linkend='gimp-edit-paste'>Einfügen</link>, <link
 
51
    linkend='gimp-edit-paste-into'>In Auswahl einfügen</link> oder
 
52
    <link linkend='gimp-edit-paste-as-new'>Als neues Bild
 
53
    einfügen</link>können die Daten wieder in das Bild eingefügt
 
54
    werden.
 
55
  </para>
 
56
 
 
57
  <para lang="fr">
 
58
    La combinaison de
 
59
    touches 
 
60
    <keycombo>
 
61
      <keycap>Ctrl</keycap>
 
62
      <keycap>C</keycap>
 
63
    </keycombo> 
 
64
    activera la commande Copier.
 
65
  </para>
 
66
  <para lang='fr'>
 
67
    Cette commande se trouve dans 
 
68
    <guimenuitem>Image&gt;Édition/<accel>C</accel>opier...</guimenuitem>.
 
69
  </para>
 
70
  <para lang='fr'>
 
71
    La commande Copier permet à l'utilisateur de faire une copie de la 
 
72
    sélection active et de la stocker dans le presse-papier. Elle 
 
73
    pourra être rappelée ensuite à l'aide des commandes Coller, 
 
74
    Coller dans, et Coller en tant que nouveau. S'il n'y a pas de 
 
75
    sélection en cours, c'est l'ensemble du calque actif qui sera 
 
76
    copié.
 
77
  </para>
 
78
  <tip lang='fr'>
 
79
    Copier n'agit que sur le calque actif. Les calques situés 
 
80
    au-dessus ou en-dessous ne seront pas concernés.
 
81
  </tip>
 
82
 
 
83
  <para lang="zh_CN">
 
84
    该命令在图像菜单的
 
85
    <menuchoice>
 
86
      <guimenu>编辑</guimenu>
 
87
      <guimenuitem>复制</guimenuitem>
 
88
    </menuchoice>,或使用快捷键
 
89
    <keycombo>
 
90
      <keycap>Ctrl</keycap>
 
91
      <keycap>C</keycap>
 
92
    </keycombo>。
 
93
  </para>
 
94
  <para lang="zh_CN">
 
95
    “复制”命令让用户复制当前选区,并将其内容保存到 GIMP 的剪切板中,这样以后可以用<link linkend='gimp-edit-paste'>粘贴</link>,<link linkend='gimp-edit-paste-into'>粘贴入</link>或<link linkend='gimp-edit-paste-as-new'>粘贴为新图像</link>将其内容粘贴出来。如果没有选区,整个当前图层都会被复制。“复制”只影响当前活动图层,在其上下的其它图层则会被忽略。
 
96
  </para>    
 
97
 </sect2>