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

« back to all changes in this revision

Viewing changes to src/menus/view-new.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-view-new_view' lang='en;fr;zh_CN'>
 
4
  <title lang="en">New View</title>
 
5
  <title lang="fr">Nouvelle vue</title>
 
6
  <title lang="zh_CN">新建视图</title>
 
7
  <indexterm>
 
8
    <primary lang="en">New View</primary>
 
9
    <primary lang="fr">Nouvelle vue</primary>
 
10
    <primary lang="zh_CN">新建视图</primary>
 
11
  </indexterm>
 
12
  <para lang='en'>
 
13
    This command can be accessed from an image menubar as 
 
14
    <menuchoice>
 
15
      <guimenu>View</guimenu>
 
16
      <guimenuitem><accel>N</accel>ew View</guimenuitem>
 
17
    </menuchoice>.
 
18
  </para>
 
19
  <para lang='en'>
 
20
    "New View" creates a new image window for the current image,
 
21
    which you can set up differently than the existing display.  You
 
22
    can create multiple displays of any image:  only the zoom level
 
23
    and other viewing options can differ, though.  Any other changes
 
24
    made in one view are reflected in any other displays that show
 
25
    the same image.  One common use for multiple views is if you are
 
26
    working on individual pixels, at a high zoom level:  it may be
 
27
    useful for you to see at the same time the effects of your
 
28
    changes on the image as it would normally be viewed.
 
29
  </para>
 
30
  <para lang='en'>
 
31
    You can delete a new view by closing the window it creates.
 
32
    Closing the last remaining display for an image will cause the
 
33
    image itself to be closed, but if this would lead to any loss of
 
34
    data, you will be asked to confirm that you really want to do
 
35
    it.
 
36
  </para>
 
37
 
 
38
  <para lang='fr'>
 
39
    Cette commande se trouve dans 
 
40
    <guimenuitem>Image&gt;Affichage/<accel>N</accel>ouvelle vue</guimenuitem>.
 
41
  </para>     
 
42
  <para lang='fr'>
 
43
    Elle crée une nouvelle fenêtre d'image, identique à la première. 
 
44
    Vous pouvez créer ainsi plusieurs répliques de l'image, numérotées 
 
45
    .1, .2, ...etc). 
 
46
    Seules les fonctions de zoom et d'affichage seront indépendantes 
 
47
    de la première vue; toutes les autres fonctions verront leur effet 
 
48
    répercuté sur les autres vues.  
 
49
  </para>
 
50
  <para lang='fr'>
 
51
    Cette fonction sert surtout quand vous travaillez au niveau du 
 
52
    pixel. Vous pouvez ainsi voir en temps réel ce que donne votre 
 
53
    travail en taille normale.
 
54
  </para>
 
55
  <note lang='fr'>
 
56
    <para>
 
57
     Cette nouvelle vue ne constitue pas un fichier séparé, ce n'est
 
58
     qu'un aspect différent du même fichier.
 
59
    </para>
 
60
  </note>
 
61
 
 
62
  <para lang="zh_CN">
 
63
    该命令在图像菜单的
 
64
    <menuchoice>
 
65
      <guimenu>查看</guimenu>
 
66
      <guimenuitem>新建视图</guimenuitem>
 
67
    </menuchoice>。
 
68
  </para>
 
69
  <para lang="zh_CN">
 
70
    “新建视图”新建一个当前图像的图像窗口。可以对任何图像创建多个显示:虽然只是缩放等级和其它查看选项不同。对其中一个视图的任何变动都会反应到相同图像的其它视图上。一个使用多个视图的常见用法就是,当您在高缩放等级下对单个像素进行处理时,
 
71
可以多开几个视图来观察您所作的变动。
 
72
  </para>
 
73
  <para lang="zh_CN">
 
74
    关闭新建的窗口时就删除了新建视图。当图像的最后一个视图被关闭时,图像自身也就关闭了。不过如果这样会造成数据损失的话,您就会被询问是否确认要这么做。
 
75
  </para> 
 
76
</sect2>