summaryrefslogtreecommitdiff
path: root/po/cs.po
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2024-02-17 10:58:40 +0100
committerSébastien Helleu <flashcode@flashtux.org>2024-02-17 10:58:40 +0100
commit831dcac808800bfcc38fbde698c57181bbe0e039 (patch)
tree4fa840bbe6f63de5a2a7eb09bb4975c00a1b63e7 /po/cs.po
parent4e0f7dfd251cae844d09bfc5a7d83b6b0a187b3e (diff)
downloadweechat-831dcac808800bfcc38fbde698c57181bbe0e039.zip
core: list operators by order of priority in `/help eval` (issue #2005)
Diffstat (limited to 'po/cs.po')
-rw-r--r--po/cs.po46
1 files changed, 23 insertions, 23 deletions
diff --git a/po/cs.po b/po/cs.po
index 2ec6f286a..6ce44874e 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -21,7 +21,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
-"POT-Creation-Date: 2024-02-17 10:47+0100\n"
+"POT-Creation-Date: 2024-02-17 10:57+0100\n"
"PO-Revision-Date: 2024-02-17 10:07+0100\n"
"Last-Translator: Ondřej Súkup <mimi.vx@gmail.com>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -1998,7 +1998,7 @@ msgid ""
"function \"weechat_hdata_get\"."
msgstr ""
-msgid "Logical operators:"
+msgid "Logical operators (by order of priority):"
msgstr ""
msgid " && boolean \"and\""
@@ -2007,27 +2007,7 @@ msgstr ""
msgid " || boolean \"or\""
msgstr ""
-msgid "Comparison operators:"
-msgstr ""
-
-msgid " == equal"
-msgstr ""
-
-msgid " != not equal"
-msgstr ""
-
-msgid " <= less or equal"
-msgstr ""
-
-#, fuzzy
-#| msgid " file: %s"
-msgid " < less"
-msgstr " soubor: %s"
-
-msgid " >= greater or equal"
-msgstr ""
-
-msgid " > greater"
+msgid "Comparison operators (by order of priority):"
msgstr ""
msgid " =~ is matching POSIX extended regex"
@@ -2065,6 +2045,26 @@ msgstr ""
msgid " !- is NOT included, case insensitive"
msgstr ""
+msgid " == equal"
+msgstr ""
+
+msgid " != not equal"
+msgstr ""
+
+msgid " <= less or equal"
+msgstr ""
+
+#, fuzzy
+#| msgid " file: %s"
+msgid " < less"
+msgstr " soubor: %s"
+
+msgid " >= greater or equal"
+msgstr ""
+
+msgid " > greater"
+msgstr ""
+
msgid "Examples (simple strings):"
msgstr ""