From a99fc17d400b9931bdcbc49c53ab7ea4501a2306 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sat, 17 Sep 2022 10:44:21 +0200 Subject: spell: allow special dict value "-" to disable spell checking on a specific buffer (closes #1699) --- po/pl.po | 44 ++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 40 insertions(+), 4 deletions(-) (limited to 'po/pl.po') diff --git a/po/pl.po b/po/pl.po index 2695b2617..8d8878f07 100644 --- a/po/pl.po +++ b/po/pl.po @@ -22,7 +22,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2022-09-14 21:38+0200\n" +"POT-Creation-Date: 2022-09-17 09:34+0200\n" "PO-Revision-Date: 2022-06-18 16:12+0200\n" "Last-Translator: Krzysztof Korościk \n" "Language-Team: Polish \n" @@ -14626,6 +14626,11 @@ msgstr "" msgid "%s dictionaries list:" msgstr "%s lista słowników:" +#, fuzzy +#| msgid "Spell checking is disabled" +msgid "spell checking disabled" +msgstr "Sprawdzanie pisowni jest wyłączone" + #, c-format msgid "%s: \"%s\" removed" msgstr "%s: \"%s\" usunięty" @@ -14683,20 +14688,47 @@ msgstr "Sprawdzanie pisowni jest wyłączone" msgid "spell plugin configuration" msgstr "konfiguracja wtyczki spell" +#, fuzzy +#| msgid "" +#| "enable|disable|toggle || listdict || setdict [,...] || " +#| "deldict || addword [] " msgid "" -"enable|disable|toggle || listdict || setdict [,...] || deldict " +"enable|disable|toggle || listdict || setdict -|[,...] || deldict " "|| addword [] " msgstr "" "enable|disable|toggle || listdict || setdict [,...] || deldict " "|| addword [] " +#, fuzzy +#| msgid "" +#| " enable: enable spell checker\n" +#| " disable: disable spell checker\n" +#| " toggle: toggle spell checker\n" +#| "listdict: show installed dictionaries\n" +#| " setdict: set dictionary for current buffer (multiple dictionaries can be " +#| "separated by a comma)\n" +#| " deldict: delete dictionary used on current buffer\n" +#| " addword: add a word in personal dictionary\n" +#| "\n" +#| "Input line beginning with a '/' is not checked, except for some commands " +#| "(see /set spell.check.commands).\n" +#| "\n" +#| "To enable spell checker on all buffers, use option \"default_dict\", then " +#| "enable spell checker, for example:\n" +#| " /set spell.check.default_dict \"en\"\n" +#| " /spell enable\n" +#| "\n" +#| "To display a list of suggestions in a bar, use item \"spell_suggest\".\n" +#| "\n" +#| "Default key to toggle spell checker is alt-s." msgid "" " enable: enable spell checker\n" " disable: disable spell checker\n" " toggle: toggle spell checker\n" "listdict: show installed dictionaries\n" " setdict: set dictionary for current buffer (multiple dictionaries can be " -"separated by a comma)\n" +"separated by a comma, the special value \"-\" disables spell checking on " +"current buffer)\n" " deldict: delete dictionary used on current buffer\n" " addword: add a word in personal dictionary\n" "\n" @@ -14740,7 +14772,11 @@ msgstr "lista wszystkich wspieranych języków" msgid "list of installed dictionaries" msgstr "lista zainstalowanych słowników" -msgid "comma separated list of dictionaries to use on this buffer" +#, fuzzy +#| msgid "comma separated list of dictionaries to use on this buffer" +msgid "" +"comma separated list of dictionaries to use on this buffer (special value \"-" +"\" disables spell checking on this buffer)" msgstr "oddzielona przecinkami lista słowników do użycia w tym buforze" #, c-format -- cgit v1.2.3