changeset 2145:3956d1f207a3

Update help files for iline compl_fwd/compl_bwd
author Mikael Berthe <mikael@lilotux.net>
date Sun, 06 Jul 2014 14:51:31 +0200
parents d3348deb32bd
children b20fe7e1be96
files mcabber/doc/help/cs/hlp_iline.txt mcabber/doc/help/de/hlp_iline.txt mcabber/doc/help/en/hlp_iline.txt mcabber/doc/help/fr/hlp_iline.txt mcabber/doc/help/it/hlp_iline.txt mcabber/doc/help/nl/hlp_iline.txt mcabber/doc/help/pl/hlp_iline.txt mcabber/doc/help/ru/hlp_iline.txt mcabber/doc/help/uk/hlp_iline.txt
diffstat 9 files changed, 20 insertions(+), 20 deletions(-) [+]
line wrap: on
line diff
--- a/mcabber/doc/help/cs/hlp_iline.txt	Sun Jul 06 14:51:29 2014 +0200
+++ b/mcabber/doc/help/cs/hlp_iline.txt	Sun Jul 06 14:51:31 2014 +0200
@@ -8,7 +8,7 @@
  /ILINE iline_accept|iline_accept_down_hist
  /ILINE iline_insert
  /ILINE clear_history
- /ILINE compl_do|compl_cancel
+ /ILINE compl_do_fwd|compl_do_bwd|compl_cancel
  /ILINE send_multiline
 
 Zpracovává příkazy týkající se vstupního příkazového řádku.
@@ -61,7 +61,7 @@
  Insert text in the input line, at the current position.  Please note that quotes have to be escaped, and that the screen is not refreshed (use /screen_refresh).
 /iline clear_history
  Clear the command line history
-/iline compl_do
+/iline compl_do_fwd|compl_do_bwd
  Doplní aktuální slovo na příkazovém řádku.
 /iline compl_cancel
  Zruší doplňování.
--- a/mcabber/doc/help/de/hlp_iline.txt	Sun Jul 06 14:51:29 2014 +0200
+++ b/mcabber/doc/help/de/hlp_iline.txt	Sun Jul 06 14:51:31 2014 +0200
@@ -8,7 +8,7 @@
  /ILINE iline_accept|iline_accept_down_hist
  /ILINE iline_insert
  /ILINE clear_history
- /ILINE compl_do|compl_cancel
+ /ILINE compl_do_fwd|compl_do_bwd|compl_cancel
  /ILINE send_multiline
 
 Befehle für die Eingabezeile
@@ -63,7 +63,7 @@
 /iline clear_history
  Löscht die Befehlshistorie
  Clear the command line history
-/iline compl_do
+/iline compl_do_fwd|compl_do_bwd
  Das derzeitig ausgewählte Wort vervollständigen
 /iline compl_cancel
  Vervollständigen abbrechen
--- a/mcabber/doc/help/en/hlp_iline.txt	Sun Jul 06 14:51:29 2014 +0200
+++ b/mcabber/doc/help/en/hlp_iline.txt	Sun Jul 06 14:51:31 2014 +0200
@@ -8,7 +8,7 @@
  /ILINE iline_accept|iline_accept_down_hist
  /ILINE iline_insert
  /ILINE clear_history
- /ILINE compl_do|compl_cancel
+ /ILINE compl_do_fwd|compl_do_bwd|compl_cancel
  /ILINE send_multiline
 
 Input line commands
@@ -61,8 +61,8 @@
  Insert some text in the input line, at the current position.  Please note that quotes have to be escaped, and that the screen is not refreshed (use /screen_refresh).
 /iline clear_history
  Clear the command line history
-/iline compl_do
- Complete current word, in the input line
+/iline compl_do_fwd|compl_do_bwd
+ Complete (forward or backward) current word, in the input line
 /iline compl_cancel
  Cancel completion
 /iline send_multiline
--- a/mcabber/doc/help/fr/hlp_iline.txt	Sun Jul 06 14:51:29 2014 +0200
+++ b/mcabber/doc/help/fr/hlp_iline.txt	Sun Jul 06 14:51:31 2014 +0200
@@ -8,7 +8,7 @@
  /ILINE iline_accept|iline_accept_down_hist
  /ILINE iline_insert
  /ILINE clear_history
- /ILINE compl_do|compl_cancel
+ /ILINE compl_do_fwd|compl_do_bwd|compl_cancel
  /ILINE send_multiline
 
 Cette commande permet de manipuler la ligne de commandes. En général elle sera utilisée par l'intermédiaire de la commande "bind".
@@ -61,8 +61,8 @@
  Insérer le texte dans la ligne de commande, à la position du curseur. Notez que les guillemets doivent être protégés (\"), et que l'écran n'est pas rafraîchi (cf. /screen_refresh).
 /iline clear_history
  Efface l'historique de la ligne de commande
-/iline compl_do
- Compléter le mot actuel dans la ligne de commande
+/iline compl_do_fwd|compl_do_bwd
+ Compléter le mot actuel, en avant (fwd) ou en arrière (bwd), dans la ligne de commande
 /iline compl_cancel
  Annuler le complètement du mot
 /iline send_multiline
--- a/mcabber/doc/help/it/hlp_iline.txt	Sun Jul 06 14:51:29 2014 +0200
+++ b/mcabber/doc/help/it/hlp_iline.txt	Sun Jul 06 14:51:31 2014 +0200
@@ -8,7 +8,7 @@
  /ILINE iline_accept|iline_accept_down_hist
  /ILINE iline_insert
  /ILINE clear_history
- /ILINE compl_do|compl_cancel
+ /ILINE compl_do_fwd|compl_do_bwd|compl_cancel
  /ILINE send_multiline
 
 Comandi disponibili:
@@ -61,7 +61,7 @@
  Insert text in the input line, at the current position.  Please note that quotes have to be escaped, and that the screen is not refreshed (use /screen_refresh).
 /iline clear_history
  Clear the command line history
-/iline compl_do
+/iline compl_do_fwd|compl_do_bwd
  Completa la parola corrente nella riga di input
 /iline compl_cancel
  Cancella il completamento
--- a/mcabber/doc/help/nl/hlp_iline.txt	Sun Jul 06 14:51:29 2014 +0200
+++ b/mcabber/doc/help/nl/hlp_iline.txt	Sun Jul 06 14:51:31 2014 +0200
@@ -8,7 +8,7 @@
  /ILINE iline_accept|iline_accept_down_hist
  /ILINE iline_insert
  /ILINE clear_history
- /ILINE compl_do|compl_cancel
+ /ILINE compl_do_fwd|compl_do_bwd|compl_cancel
  /ILINE send_multiline
 
 Invoer-regel commando's
@@ -61,7 +61,7 @@
  Insert text in the input line, at the current position.  Please note that quotes have to be escaped, and that the screen is not refreshed (use /screen_refresh).
 /iline clear_history
  Clear the command line history
-/iline compl_do
+/iline compl_do_fwd|compl_do_bwd
  Completeer het huidige woord op de invoerregel
 /iline compl_cancel
  Stop het completeren
--- a/mcabber/doc/help/pl/hlp_iline.txt	Sun Jul 06 14:51:29 2014 +0200
+++ b/mcabber/doc/help/pl/hlp_iline.txt	Sun Jul 06 14:51:31 2014 +0200
@@ -8,7 +8,7 @@
  /ILINE iline_accept|iline_accept_down_hist
  /ILINE iline_insert
  /ILINE clear_history
- /ILINE compl_do|compl_cancel
+ /ILINE compl_do_fwd|compl_do_bwd|compl_cancel
  /ILINE send_multiline
 
 Polecenia do zarządzania linią komend.
@@ -61,7 +61,7 @@
  Insert text in the input line, at the current position.  Please note that quotes have to be escaped, and that the screen is not refreshed (use /screen_refresh).
 /iline clear_history
  Clear the command line history
-/iline compl_do
+/iline compl_do_fwd|compl_do_bwd
  Dopełnia aktualne słowo w linii komend
 /iline compl_cancel
  Anuluje dopełnienie
--- a/mcabber/doc/help/ru/hlp_iline.txt	Sun Jul 06 14:51:29 2014 +0200
+++ b/mcabber/doc/help/ru/hlp_iline.txt	Sun Jul 06 14:51:31 2014 +0200
@@ -8,7 +8,7 @@
  /ILINE iline_accept|iline_accept_down_hist
  /ILINE iline_insert
  /ILINE clear_history
- /ILINE compl_do|compl_cancel
+ /ILINE compl_do_fwd|compl_do_bwd|compl_cancel
  /ILINE send_multiline
 
 Команды строки ввода.
@@ -61,7 +61,7 @@
  Вставить текст в текущей позиции курсора.  Заметьте, что кавычки в тексте необходимо обезвредить с помощью '\', а также, что экран не будет обновлен автоматически (используйте /screen_refresh)
 /iline clear_history
  Очистить историю команд
-/iline compl_do
+/iline compl_do_fwd|compl_do_bwd
  Завершить текущее слово в строке ввода
 /iline compl_cancel
  Отменить завершение слова
--- a/mcabber/doc/help/uk/hlp_iline.txt	Sun Jul 06 14:51:29 2014 +0200
+++ b/mcabber/doc/help/uk/hlp_iline.txt	Sun Jul 06 14:51:31 2014 +0200
@@ -8,7 +8,7 @@
  /ILINE iline_accept|iline_accept_down_hist
  /ILINE iline_insert
  /ILINE clear_history
- /ILINE compl_do|compl_cancel
+ /ILINE compl_do_fwd|compl_do_bwd|compl_cancel
  /ILINE send_multiline
 
 Команди редагування рядка.
@@ -61,7 +61,7 @@
  Вставити вказаний текст у поточній позиції курсору.  Зауважте, що лапки у тексті мають бути знешкоджені за допомогою '\', а також, що екран не буде оновлено автоматично (скористайтеся /screen_refresh).
 /iline clear_history
  Спустошити історію командного рядка.
-/iline compl_do
+/iline compl_do_fwd|compl_do_bwd
  Доповнити поточне слово.
 /iline compl_cancel
  Скасувати попереднє доповнення.