diff options
Diffstat (limited to 'po/cs.po')
-rw-r--r-- | po/cs.po | 25 |
1 files changed, 24 insertions, 1 deletions
@@ -21,7 +21,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2022-07-10 12:31+0200\n" +"POT-Creation-Date: 2022-07-24 22:18+0200\n" "PO-Revision-Date: 2022-06-18 16:11+0200\n" "Last-Translator: Ondřej Súkup <mimi.vx@gmail.com>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -3344,6 +3344,29 @@ msgstr "" "čárkou oddělený seznam slov pro zvýraznění (neporovnává se velikost písmen, " "slova mohou začínat nebo končit \"*\" pro částečnou schodu)" +#, fuzzy +#| msgid "" +#| "POSIX extended regular expression used to check if a message has " +#| "highlight or not, at least one match in string must be surrounded by " +#| "delimiters (chars different from: alphanumeric, \"-\", \"_\" and \"|\"), " +#| "regular expression is case insensitive (use \"(?-i)\" at beginning to " +#| "make it case sensitive), examples: \"flashcode|flashy\", \"(?-i)FlashCode|" +#| "flashy\"" +msgid "" +"POSIX extended regular expression used to prevent any highlight from a " +"message: this option has higher priority over other highlight options (if " +"the string is found in the message, the highlight is disabled and the other " +"options are ignored), regular expression is case insensitive (use \"(?-i)\" " +"at beginning to make it case sensitive), examples: \"<flash.*>\", \"(?-" +"i)<Flash.*>\"" +msgstr "" +"POSIX rozšířené regulární výrazy používané k kontrole jestli má být zpráva " +"zvýrazněna nebo ne, alespoň jedno nalezení v řetězci musí být obklopeno " +"oddělovači (jiné znaky než: alfanumerické, \"-\", \"_\" a \"|\"), regulární " +"výraz není citlivý na velikost znaků (zkus \"(?-i)\" na začátku k přepnutí " +"na rozeznávání dle velikosti), například: \"flashcode|flashy\", \"(?-" +"i)FlashCode|flashy\"" + msgid "" "POSIX extended regular expression used to check if a message has highlight " "or not, at least one match in string must be surrounded by delimiters (chars " |