~ubuntu-branches/ubuntu/trusty/gedit-plugins/trusty-proposed

« back to all changes in this revision

Viewing changes to help/hu/commander.page

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher
  • Date: 2013-12-12 16:35:11 UTC
  • mto: (7.3.7 sid)
  • mto: This revision was merged to the branch mainline in revision 70.
  • Revision ID: package-import@ubuntu.com-20131212163511-d7275l3drwdrw1qq
Tags: upstream-3.10.1
Import upstream version 3.10.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="utf-8"?>
 
2
<page xmlns="http://projectmallard.org/1.0/" xmlns:its="http://www.w3.org/2005/11/its" type="topic" style="task" id="plugin-commander" xml:lang="hu">
 
3
 
 
4
  <info>
 
5
    <link type="guide" xref="gedit-plugin-guide#gedit-additional-plugins"/> 
 
6
    <revision version="3.4" date="2013-02-24" status="review"/>
 
7
 
 
8
    <credit type="author">
 
9
      <name>Jim Campbell</name>
 
10
      <email its:translate="no">jwcampbell@gmail.com</email>
 
11
    </credit>
 
12
 
 
13
    <desc>Use a command-line interface for advanced editing.</desc>
 
14
  
 
15
    <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
 
16
      <mal:name>Kelemen Gábor</mal:name>
 
17
      <mal:email>kelemeng at gnome dot hu</mal:email>
 
18
      <mal:years>2007, 2008, 2009, 2010, 2011, 2012, 2013.</mal:years>
 
19
    </mal:credit>
 
20
  
 
21
    <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
 
22
      <mal:name>Őry Máté</mal:name>
 
23
      <mal:email>orymate at gmail dot com</mal:email>
 
24
      <mal:years>2007, 2008.</mal:years>
 
25
    </mal:credit>
 
26
  </info>
 
27
 
 
28
  <title>Parancssor</title>
 
29
 
 
30
  <p>The <app>Commander</app> plugin is a plugin for advanced <app>gedit</app>
 
31
  users that allows you to perform command-line actions on the current file. To
 
32
  enable the commander plugin, select
 
33
  <guiseq><gui style="menu">gedit</gui><gui style="menuitem">Preferences</gui>
 
34
  <gui>Plugins</gui><gui>Commander</gui></guiseq>.</p>
 
35
 
 
36
  <p>Once you have enabled the plugin, activate it by pressing
 
37
  <keyseq><key>Ctrl</key><key>.</key></keyseq>.</p>
 
38
  
 
39
  <note style="tip">
 
40
    <p>A fenti kombináció utolsó billentyűje a pont.</p>
 
41
  </note>
 
42
 
 
43
  <table frame="all" rules="all">
 
44
    <thead>
 
45
      <tr>
 
46
        <td><p>Action</p></td>
 
47
        <td><p>Keyboard shortcut</p></td>
 
48
      </tr>
 
49
    </thead>
 
50
    <tbody>
 
51
      <tr>
 
52
        <td><p>Az elérhető parancsok áttekintésének megjelenítése</p></td>
 
53
        <td><p><keyseq><key>Tab</key><key>Tab</key></keyseq></p></td>
 
54
      </tr>
 
55
      <tr>
 
56
        <td><p>Szó keresése az aktuális fájlban</p></td>
 
57
        <td>
 
58
          <p><key>/</key> <input>foo</input></p>
 
59
          <p>This will find the word <input>foo</input>.</p>
 
60
        </td>
 
61
      </tr>
 
62
      <tr>
 
63
        <td><p>Szó cseréje az aktuális fájlban</p></td>
 
64
        <td>
 
65
          <p><keyseq><key>/</key><key>/</key></keyseq>
 
66
          <input>foo bar</input></p>
 
67
          <p>This will replace <input>foo</input> with
 
68
          <input>bar</input>.</p>
 
69
        </td>
 
70
      </tr>
 
71
      <tr>
 
72
        <td><p>A kurzor mozgatása a fájl adott sorára</p></td>
 
73
        <td>
 
74
          <p>go <input>[line number]</input> <em>or</em> just <key>G</key>
 
75
          <input>[line number]</input></p>
 
76
        </td>
 
77
      </tr>
 
78
      <tr>
 
79
        <td><p>A könyvjelző be- vagy kikapcsolása az adott sorban</p></td>
 
80
        <td><p>bookmark <em>or</em> just <key>B</key></p></td>
 
81
      </tr>
 
82
    </tbody>
 
83
  </table>
 
84
  
 
85
  <note style="tip">
 
86
    <p>Egyes parancsok, mint például a <app>bookmark</app> parancs megköveteli a megfelelő bővítmény telepítését és aktiválását. Ha a megfelelő bővítmény nincs telepítve és aktiválva, akkor hibaüzenetet fog kapni.</p>
 
87
  </note>
 
88
 
 
89
</page>