diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2023-09-15 08:43:37 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2023-09-15 08:43:37 +0200 |
commit | 85b5bacfe3d7343cb8695b8d7b0467732d8b8d53 (patch) | |
tree | 948c07233f9177ca637cf83967843af55b0a061b /po/cs.po | |
parent | e62ff286ff4141e276f22b834b09aa72ac509799 (diff) | |
download | weechat-85b5bacfe3d7343cb8695b8d7b0467732d8b8d53.zip |
script: rename parameters up/down/go to -up/-down/-go in command `/script`
Diffstat (limited to 'po/cs.po')
-rw-r--r-- | po/cs.po | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -21,7 +21,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2023-09-14 19:39+0200\n" +"POT-Creation-Date: 2023-09-15 08:41+0200\n" "PO-Revision-Date: 2023-09-06 19:13+0200\n" "Last-Translator: Ondřej Súkup <mimi.vx@gmail.com>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -13000,7 +13000,7 @@ msgid "" "list [-o|-ol|-i|-il] || search <text> || show <script> || load|unload|reload " "<script> [<script>...] || autoload|noautoload|toggleautoload <script> " "[<script>...] || install|remove|installremove|hold [-q] <script> " -"[<script>...] || upgrade || update || up|down [<number>] || go <line>|end" +"[<script>...] || upgrade || update || -up|-down [<number>] || -go <line>|end" msgstr "" "seznam [-o|-i] || hledej <text> || ukaž <script> || načti|uvolni|znovu načís " "<script> [<script>...] || automaticky načti|nenačítejtej automaticky|přepni " @@ -13035,9 +13035,9 @@ msgid "" " upgrade: upgrade all installed scripts which are obsolete (new " "version available)\n" " update: update local scripts cache\n" -" up: move the selected line up by \"number\" lines\n" -" down: move the selected line down by \"number\" lines\n" -" go: select a line by number, first line number is 0 (\"end\" to " +" -up: move the selected line up by \"number\" lines\n" +" -down: move the selected line down by \"number\" lines\n" +" -go: select a line by number, first line number is 0 (\"end\" to " "select the last line)\n" "\n" "Without argument, this command opens a buffer with list of scripts.\n" |