summaryrefslogtreecommitdiff
path: root/po/cs.po
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2010-08-11 15:43:20 +0200
committerSebastien Helleu <flashcode@flashtux.org>2010-08-11 15:43:20 +0200
commitd59d099e82378669a2bea5aac5c9d9862438f51e (patch)
tree21d0b98a4c3e0423b18b457be53f22ef17120ffe /po/cs.po
parent6f063c95f1ed3f0f3c7071aeb4a6e2094439bc23 (diff)
downloadweechat-d59d099e82378669a2bea5aac5c9d9862438f51e.zip
Add new plugin "rmodifier": alter modifier strings with regular expressions (bug #26964)
Diffstat (limited to 'po/cs.po')
-rw-r--r--po/cs.po113
1 files changed, 112 insertions, 1 deletions
diff --git a/po/cs.po b/po/cs.po
index 00baea2df..7db98f718 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -20,7 +20,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat 0.3.4-dev\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
-"POT-Creation-Date: 2010-08-06 20:08+0200\n"
+"POT-Creation-Date: 2010-08-11 14:49+0200\n"
"PO-Revision-Date: 2010-08-07 10:46+0200\n"
"Last-Translator: Jiri Golembiovsky <golemj@gmail.com>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -6062,6 +6062,109 @@ msgstr "%s: poslouchám na portu %d (přesměrování %s.%s, maximálně %d klie
msgid "%s%s: not enough memory for listening on new port"
msgstr "%s%s: nedostatek paměti pro poslouchání na portu"
+#, fuzzy, c-format
+msgid "%s%s: error compiling regular expression \"%s\""
+msgstr "%s%s: chyba při vytváření volby serveru \"%s\""
+
+#, fuzzy
+msgid "No rmodifier defined"
+msgstr "Žádné filtry zpráv nejsou definovány"
+
+#, fuzzy
+msgid "List of rmodifiers:"
+msgstr "seznam filtrů"
+
+#, fuzzy
+msgid "Default rmodifiers:"
+msgstr "Výchozí klávesové zkratky obnoveny"
+
+#, fuzzy, c-format
+msgid "%s%s: error creating rmodifier \"%s\""
+msgstr "%s%s: chyba při vytváření serveru \"%s\""
+
+#, fuzzy, c-format
+msgid "Rmodifier \"%s\" created"
+msgstr "Pole \"%s\" vytvořeno"
+
+#, fuzzy, c-format
+msgid "%d rmodifiers removed"
+msgstr " napojené modifikátory:"
+
+#, fuzzy, c-format
+msgid "Rmodifier \"%s\" removed"
+msgstr "Alias \"%s\" odebrán"
+
+#, fuzzy, c-format
+msgid "%sRmodifier \"%s\" not found"
+msgstr "%sChyba: filtr \"%s\" nenalezen"
+
+#, fuzzy
+msgid "Default rmodifiers restored:"
+msgstr "Výchozí klávesové zkratky obnoveny"
+
+#, fuzzy, c-format
+msgid ""
+"%sError: \"-yes\" argument is required for restoring default rmodifiers "
+"(security reason)"
+msgstr ""
+"%sChyba: \"-yes\" argument je požadován pro reset kaláves (bezpečnostní "
+"opatření)"
+
+#, fuzzy
+msgid "alter modifier strings with regular expressions"
+msgstr "%s%s: chyba při vytváření volby serveru \"%s\""
+
+#, fuzzy
+msgid ""
+"[list] | [listdefault] | [add name modifiers groups regex] | [del name|-all "
+"[name...]] | [default -yes]"
+msgstr ""
+"[list] | [enable|disable|toggle [name]] | [add jméno plugin.buffer tags "
+"regex] | [del name|-all]"
+
+msgid ""
+" list: list all rmodifiers\n"
+"listdefault: list default rmodifiers\n"
+" add: add a rmodifier\n"
+" name: name of rmodifier\n"
+" modifiers: comma separated list of modifiers\n"
+" groups: action on groups found: comma separated list of groups (from 1 "
+"to 9) with optional \"*\" after number to hide group\n"
+" regex: regular expression\n"
+" del: delete a rmodifier\n"
+" -all: delete all rmodifiers\n"
+" default: restore default rmodifiers\n"
+"\n"
+"Examples:\n"
+" hide everything typed after a command /password:\n"
+" /rmodifier add password input_text_display 1,2* ^(/password +)(.*)\n"
+" delete rmodifier \"password\":\n"
+" /rmodifier del password\n"
+" delete all rmodifiers:\n"
+" /rmodifier del -all"
+msgstr ""
+
+#, fuzzy
+msgid "list of rmodifiers"
+msgstr "seznam filtrů"
+
+#, fuzzy, c-format
+msgid "%s%s: error creating rmodifier \"%s\" => \"%s\""
+msgstr "%s%s: chyba vytváření \"%s\" => \"%s\""
+
+msgid "char used to hide part of a string"
+msgstr ""
+
+#, fuzzy
+msgid "rmodifier pointer (optional)"
+msgstr "ukazatel xfer (volitelné)"
+
+#, fuzzy
+msgid "rmodifier name (can start or end with \"*\" as joker) (optional)"
+msgstr ""
+"jméno filtru (může začínat nebo končit \"*\" jako zástupným znakem) "
+"(volitelné)"
+
#, c-format
msgid ""
"%s%s: unable to register script \"%s\" (another script already exists with "
@@ -6673,3 +6776,11 @@ msgstr "Argumenty"
msgid "Pointer"
msgstr "Ukazatel"
+
+#, fuzzy
+#~ msgid "list of regex modifiers"
+#~ msgstr "seznam xfer"
+
+#, fuzzy
+#~ msgid "List of regex modifiers:"
+#~ msgstr "Seznam proxy:"