diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2013-07-18 19:58:29 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2013-07-18 19:58:29 +0200 |
commit | fb86f21a5fb3ec516c3226cd1578d5b4d3ff2ec5 (patch) | |
tree | 298089d3f669c97403b7022658a7a9dd464e62e3 /po/tr.po | |
parent | 7389514c0977f3c85faf0cd52db5b9e9759cc5f6 (diff) | |
download | weechat-fb86f21a5fb3ec516c3226cd1578d5b4d3ff2ec5.zip |
irc: add support of wildcards in commands (de)op/halfop/voice (task #9221)
Diffstat (limited to 'po/tr.po')
-rw-r--r-- | po/tr.po | 49 |
1 files changed, 44 insertions, 5 deletions
@@ -20,8 +20,8 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat 0.4.2-dev\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2013-07-15 18:33+0200\n" -"PO-Revision-Date: 2013-06-28 13:51+0200\n" +"POT-Creation-Date: 2013-07-18 19:50+0200\n" +"PO-Revision-Date: 2013-07-18 19:52+0200\n" "Last-Translator: Hasan Kiran <sunder67@hotmail.com>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" "Language: tr\n" @@ -3437,6 +3437,12 @@ msgid "%s%s%s %s(%s%s%s)%s is back on server" msgstr "" #, c-format +msgid "" +"%s%s: \"-yes\" argument is required for nick \"*\" (security reason), see /" +"help %s" +msgstr "" + +#, c-format msgid "%s: future away: %s" msgstr "" @@ -3856,12 +3862,33 @@ msgstr "" msgid "<nick> [<nick>...]" msgstr "<rumuz> [<rumuz>...]" +msgid "" +"nick: nick or mask (can start or end with \"*\" as wildcard)\n" +" *: remove channel half-operator status from everybody on channel except " +"yourself" +msgstr "" + msgid "remove channel operator status from nick(s)" msgstr "" +#, fuzzy +msgid "<nick> [<nick>...] || * -yes" +msgstr "<rumuz> [<rumuz>...]" + +msgid "" +"nick: nick or mask (can start or end with \"*\" as wildcard)\n" +" *: remove channel operator status from everybody on channel except " +"yourself" +msgstr "" + msgid "remove voice from nick(s)" msgstr "" +msgid "" +"nick: nick or mask (can start or end with \"*\" as wildcard)\n" +" *: remove voice from everybody on channel" +msgstr "" + msgid "shutdown the server" msgstr "" @@ -3884,6 +3911,11 @@ msgstr "" msgid "give channel half-operator status to nick(s)" msgstr "" +msgid "" +"nick: nick or mask (can start or end with \"*\" as wildcard)\n" +" *: give channel half-operator status to everybody on channel" +msgstr "" + msgid "ignore nicks/hosts from servers or channels" msgstr "" @@ -4169,6 +4201,11 @@ msgstr "" msgid "give channel operator status to nick(s)" msgstr "" +msgid "" +"nick: nick or mask (can start or end with \"*\" as wildcard)\n" +" *: give channel operator status to everybody on channel" +msgstr "" + msgid "get operator privileges" msgstr "" @@ -4514,6 +4551,11 @@ msgstr "" msgid "give voice to nick(s)" msgstr "" +msgid "" +"nick: nick or mask (can start or end with \"*\" as wildcard)\n" +" *: give voice to everybody on channel" +msgstr "" + msgid "send a notice to channel ops" msgstr "" @@ -8000,6 +8042,3 @@ msgstr "Tür" msgid "Constants" msgstr "" - -#~ msgid "%s default keys (context: \"%s\"):\n" -#~ msgstr "%s default keys (context: \"%s\"):\n" |