summaryrefslogtreecommitdiff
path: root/doc/pl
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2017-04-01 12:26:48 +0200
committerSébastien Helleu <flashcode@flashtux.org>2017-04-01 12:26:48 +0200
commitb29f18d7eac0980adb60ac04597ce616d8e199fe (patch)
tree5d2fc1da476b9fc785f388e6add97d27b20aa4f9 /doc/pl
parent6ab7af705eff85ad63932f16b89fa7c555cf5e0d (diff)
downloadweechat-b29f18d7eac0980adb60ac04597ce616d8e199fe.zip
aspell: add options to control delimiters in suggestions (closes #940)
New options: - aspell.color.suggestion_delimiter_dict - aspell.color.suggestion_delimiter_word - aspell.look.suggestion_delimiter_dict - aspell.look.suggestion_delimiter_word Option renamed: - aspell.color.suggestions -> aspell.color.suggestion
Diffstat (limited to 'doc/pl')
-rw-r--r--doc/pl/autogen/user/aspell_options.adoc28
-rw-r--r--doc/pl/weechat_user.pl.adoc3
2 files changed, 28 insertions, 3 deletions
diff --git a/doc/pl/autogen/user/aspell_options.adoc b/doc/pl/autogen/user/aspell_options.adoc
index 6375ffb5d..c49bddbeb 100644
--- a/doc/pl/autogen/user/aspell_options.adoc
+++ b/doc/pl/autogen/user/aspell_options.adoc
@@ -50,8 +50,32 @@
** wartości: nazwa koloru WeeChat (default, black, (dark)gray, white, (light)red, (light)green, brown, yellow, (light)blue, (light)magenta, (light)cyan), numer koloru terminala albo alias; atrybuty dozwolone przed kolorem (tylko dla kolorów testu, nie tła): "*" pogrubienie, "!" odwrócenie, "/" pochylenie, "_" podkreślenie
** domyślna wartość: `+lightred+`
-* [[option_aspell.color.suggestions]] *aspell.color.suggestions*
-** opis: pass:none[kolor tekstu sugestii dla błędnie wprowadzonego słowa (pasek statusu)]
+* [[option_aspell.color.suggestion]] *aspell.color.suggestion*
+** opis: pass:none[text color for suggestion on a misspelled word in bar item "aspell_suggest"]
** typ: kolor
** wartości: nazwa koloru WeeChat (default, black, (dark)gray, white, (light)red, (light)green, brown, yellow, (light)blue, (light)magenta, (light)cyan), numer koloru terminala albo alias; atrybuty dozwolone przed kolorem (tylko dla kolorów testu, nie tła): "*" pogrubienie, "!" odwrócenie, "/" pochylenie, "_" podkreślenie
** domyślna wartość: `+default+`
+
+* [[option_aspell.color.suggestion_delimiter_dict]] *aspell.color.suggestion_delimiter_dict*
+** opis: pass:none[text color for delimiters displayed between two dictionaries in bar item "aspell_suggest"]
+** typ: kolor
+** wartości: nazwa koloru WeeChat (default, black, (dark)gray, white, (light)red, (light)green, brown, yellow, (light)blue, (light)magenta, (light)cyan), numer koloru terminala albo alias; atrybuty dozwolone przed kolorem (tylko dla kolorów testu, nie tła): "*" pogrubienie, "!" odwrócenie, "/" pochylenie, "_" podkreślenie
+** domyślna wartość: `+cyan+`
+
+* [[option_aspell.color.suggestion_delimiter_word]] *aspell.color.suggestion_delimiter_word*
+** opis: pass:none[text color for delimiters displayed between two words in bar item "aspell_suggest"]
+** typ: kolor
+** wartości: nazwa koloru WeeChat (default, black, (dark)gray, white, (light)red, (light)green, brown, yellow, (light)blue, (light)magenta, (light)cyan), numer koloru terminala albo alias; atrybuty dozwolone przed kolorem (tylko dla kolorów testu, nie tła): "*" pogrubienie, "!" odwrócenie, "/" pochylenie, "_" podkreślenie
+** domyślna wartość: `+cyan+`
+
+* [[option_aspell.look.suggestion_delimiter_dict]] *aspell.look.suggestion_delimiter_dict*
+** opis: pass:none[delimiter displayed between two dictionaries in bar item "aspell_suggest"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+" / "+`
+
+* [[option_aspell.look.suggestion_delimiter_word]] *aspell.look.suggestion_delimiter_word*
+** opis: pass:none[delimiter displayed between two words in bar item "aspell_suggest"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+","+`
diff --git a/doc/pl/weechat_user.pl.adoc b/doc/pl/weechat_user.pl.adoc
index 126b51ce7..9066599be 100644
--- a/doc/pl/weechat_user.pl.adoc
+++ b/doc/pl/weechat_user.pl.adoc
@@ -2056,6 +2056,7 @@ Sekcje:
| check | /set aspell.check.* | Opcje do kontrolowania sprawdzania pisowni.
| dict | <<command_aspell_aspell,/aspell setdict>> +
/set aspell.dict.* | Słowniki używane w buforze (opcje w tej sekcji mogą być dodawane/usuwane).
+| look | /set aspell.look.* | Wygląd.
| option | /set aspell.option.* | <<aspell_speller_options,Opcje słowników>> (opcje w tej sekcji mogą być dodawane/usuwane).
|===
@@ -2129,7 +2130,7 @@ Sekcje:
|===
| Sekcja | Komenda | Opis
| format | /set buflist.format.* | Formats used to display list of buffers.
-| look | /set buflist.look.* | Look and feel.
+| look | /set buflist.look.* | Wygląd.
|===
Opcje: