diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2022-09-17 10:44:21 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2022-09-17 10:44:21 +0200 |
commit | a99fc17d400b9931bdcbc49c53ab7ea4501a2306 (patch) | |
tree | 330f1f22f286343b0daee41781249b5c7e04b797 /po/pl.po | |
parent | 2b2ba62600562d93f974bf7d0bd9db3b804ee22b (diff) | |
download | weechat-a99fc17d400b9931bdcbc49c53ab7ea4501a2306.zip |
spell: allow special dict value "-" to disable spell checking on a specific buffer (closes #1699)
Diffstat (limited to 'po/pl.po')
-rw-r--r-- | po/pl.po | 44 |
1 files changed, 40 insertions, 4 deletions
@@ -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 <soltys@soltys.info>\n" "Language-Team: Polish <kde-i18n-doc@kde.org>\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 <dict>[,<dict>...] || " +#| "deldict || addword [<dict>] <word>" msgid "" -"enable|disable|toggle || listdict || setdict <dict>[,<dict>...] || deldict " +"enable|disable|toggle || listdict || setdict -|<dict>[,<dict>...] || deldict " "|| addword [<dict>] <word>" msgstr "" "enable|disable|toggle || listdict || setdict <język>[,<język>...] || deldict " "|| addword [<język>] <słowo>" +#, 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 |