annotate mcabber/doc/help/nl/hlp_buffer.txt @ 1958:2fdb75cb3725

Update help files
author Mikael Berthe <mikael@lilotux.net>
date Mon, 14 Mar 2011 23:26:49 +0100
parents 00c4b7d07014
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1101
4c702f30ff2c Dutch translation of the help files (Eric Hameleers)
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
1
1532
eebeb4171232 Update documentation (help files)
Mikael Berthe <mikael@lilotux.net>
parents: 1473
diff changeset
2 /BUFFER clear|close|close_all|purge|list
1958
2fdb75cb3725 Update help files
Mikael Berthe <mikael@lilotux.net>
parents: 1550
diff changeset
3 /BUFFER top|bottom|date|%|readmark
2fdb75cb3725 Update help files
Mikael Berthe <mikael@lilotux.net>
parents: 1550
diff changeset
4 /BUFFER search_backward|search_forward
1532
eebeb4171232 Update documentation (help files)
Mikael Berthe <mikael@lilotux.net>
parents: 1473
diff changeset
5 /BUFFER scroll_lock|scroll_unlock|scroll_toggle
1550
00c4b7d07014 Update NL help files (Eric Hameleers)
Mikael Berthe <mikael@lilotux.net>
parents: 1532
diff changeset
6 /BUFFER save bestandsnaam
1101
4c702f30ff2c Dutch translation of the help files (Eric Hameleers)
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
7
4c702f30ff2c Dutch translation of the help files (Eric Hameleers)
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
8 Manipuleer de chat buffer van de actieve buddy. Je kunt bijvoorbeeld de buffer doorzoeken op "tekst", het chat venster wissen etc.
4c702f30ff2c Dutch translation of the help files (Eric Hameleers)
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
9
4c702f30ff2c Dutch translation of the help files (Eric Hameleers)
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
10 /buffer clear
4c702f30ff2c Dutch translation of the help files (Eric Hameleers)
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
11 Wis het chat venster van de actieve buddy
1279
8bbc764139ef Implement /buffer close|purge [jid]
Mikael Berthe <mikael@lilotux.net>
parents: 1143
diff changeset
12 /buffer close [jid]
1143
d48822e6586b Update documentation (nl) (Eric Hameleers)
Mikael Berthe <mikael@lilotux.net>
parents: 1101
diff changeset
13 Wis de volledige inhoud van de chat buffer en sluit het venster van de actieve buddy
d48822e6586b Update documentation (nl) (Eric Hameleers)
Mikael Berthe <mikael@lilotux.net>
parents: 1101
diff changeset
14 /buffer close_all
d48822e6586b Update documentation (nl) (Eric Hameleers)
Mikael Berthe <mikael@lilotux.net>
parents: 1101
diff changeset
15 Wis de volledige inhoud van alle chat buffers en sluit alle chat vensters
1279
8bbc764139ef Implement /buffer close|purge [jid]
Mikael Berthe <mikael@lilotux.net>
parents: 1143
diff changeset
16 /buffer purge [jid]
1101
4c702f30ff2c Dutch translation of the help files (Eric Hameleers)
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
17 Wis het chat venster van de actieve buddy en verwijder de volledige inhoud van de chat buffer
1464
ec5d5a9fef76 Update help files
Mikael Berthe <mikael@lilotux.net>
parents: 1279
diff changeset
18 /buffer list
1473
c8f0c7e2ced4 Update NL help files (Eric Hameleers)
Mikael Berthe <mikael@lilotux.net>
parents: 1464
diff changeset
19 Toon de lijst van bestaande buffers, met hun lengte (regels/blokken)
1143
d48822e6586b Update documentation (nl) (Eric Hameleers)
Mikael Berthe <mikael@lilotux.net>
parents: 1101
diff changeset
20 /buffer top
d48822e6586b Update documentation (nl) (Eric Hameleers)
Mikael Berthe <mikael@lilotux.net>
parents: 1101
diff changeset
21 Spring naar het begin van de chat buffer van de actieve buddy
1101
4c702f30ff2c Dutch translation of the help files (Eric Hameleers)
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
22 /buffer bottom
4c702f30ff2c Dutch translation of the help files (Eric Hameleers)
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
23 Spring naar het eind van de chat buffer van de actieve buddy
4c702f30ff2c Dutch translation of the help files (Eric Hameleers)
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
24 /buffer up [n]
4c702f30ff2c Dutch translation of the help files (Eric Hameleers)
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
25 Scroll de buffer [n] regels omhoog (standaard: een half scherm)
4c702f30ff2c Dutch translation of the help files (Eric Hameleers)
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
26 /buffer down [n]
4c702f30ff2c Dutch translation of the help files (Eric Hameleers)
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
27 Scroll de buffer [n] regels omlaag (standaard: een half scherm)
4c702f30ff2c Dutch translation of the help files (Eric Hameleers)
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
28 /buffer date [datum]
4c702f30ff2c Dutch translation of the help files (Eric Hameleers)
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
29 Spring naar de eerste regel na de aangeduide [datum] in de chat buffer (datum formaat: "YYYY-mm-dd")
4c702f30ff2c Dutch translation of the help files (Eric Hameleers)
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
30 /buffer % n
4c702f30ff2c Dutch translation of the help files (Eric Hameleers)
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
31 Spring naar positie %n in de buddy chat buffer
1958
2fdb75cb3725 Update help files
Mikael Berthe <mikael@lilotux.net>
parents: 1550
diff changeset
32 /buffer readmark
2fdb75cb3725 Update help files
Mikael Berthe <mikael@lilotux.net>
parents: 1550
diff changeset
33 Jump to the readmark (first unread line), if there is one
1101
4c702f30ff2c Dutch translation of the help files (Eric Hameleers)
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
34 /buffer search_backward tekst
4c702f30ff2c Dutch translation of the help files (Eric Hameleers)
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
35 Zoek achterwaarts naar [tekst] in de actieve buddy chat buffer
4c702f30ff2c Dutch translation of the help files (Eric Hameleers)
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
36 /buffer search_forward tekst
4c702f30ff2c Dutch translation of the help files (Eric Hameleers)
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
37 Zoek voorwaarts naar [tekst] in de actieve buddy chat buffer
4c702f30ff2c Dutch translation of the help files (Eric Hameleers)
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
38 /buffer scroll_lock
4c702f30ff2c Dutch translation of the help files (Eric Hameleers)
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
39 Blokkeer het scrollen van de buffer
4c702f30ff2c Dutch translation of the help files (Eric Hameleers)
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
40 /buffer scroll_unlock
4c702f30ff2c Dutch translation of the help files (Eric Hameleers)
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
41 Scrollen van de buffer toegestaan
4c702f30ff2c Dutch translation of the help files (Eric Hameleers)
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
42 /buffer scroll_toggle
4c702f30ff2c Dutch translation of the help files (Eric Hameleers)
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
43 Omschakelen van het scrollen van de buffer (toestaan/blokkeren)
1550
00c4b7d07014 Update NL help files (Eric Hameleers)
Mikael Berthe <mikael@lilotux.net>
parents: 1532
diff changeset
44 /buffer save bestandsnaam
00c4b7d07014 Update NL help files (Eric Hameleers)
Mikael Berthe <mikael@lilotux.net>
parents: 1532
diff changeset
45 Sla de chat buffer op in bestand met naam 'bestandsnaam'