IRC refactoring: casemaps
[rbot] / po / zh_TW / rbot-alias.po
1 # Gettext template file for rbot
2 # Copyright (C) 2007 Tom Gilbert
3 # This file is distributed under the same license as the rbot package.
4 # Tom Gilbert <tom@linuxbrit.co.uk>, 2007.
5 #
6 msgid ""
7 msgstr ""
8 "Project-Id-Version: rbot\n"
9 "POT-Creation-Date: 2008-06-20 01:49+0200\n"
10 "PO-Revision-Date: 2007-07-09 01:24-0400\n"
11 "Last-Translator: Liang-Bin Hsueh <hlb@handlino.com>\n"
12 "Language-Team: Chinese\n"
13 "MIME-Version: 1.0\n"
14 "Content-Type: text/plain; charset=UTF-8\n"
15 "Content-Transfer-Encoding: 8bit\n"
16 "Plural-Forms: nplurals=1; plural=0;\n"
17
18 #: data/rbot/plugins/alias.rb:50
19 msgid "Data file is not found or corrupt, reinitializing data"
20 msgstr ""
21
22 #: data/rbot/plugins/alias.rb:58
23 msgid "Invalid alias entry %{alias} : %{command} in %{filename}: %{reason}"
24 msgstr ""
25
26 #: data/rbot/plugins/alias.rb:74
27 msgid "The definition you provided is invalid: %{reason}"
28 msgstr ""
29
30 #: data/rbot/plugins/alias.rb:85 data/rbot/plugins/alias.rb:102
31 msgid "No such alias is defined"
32 msgstr ""
33
34 #: data/rbot/plugins/alias.rb:91
35 msgid "No aliases defined"
36 msgstr ""
37
38 #: data/rbot/plugins/alias.rb:100
39 msgid "Alias of %{command}"
40 msgstr ""
41
42 #: data/rbot/plugins/alias.rb:112
43 msgid ""
44 "The arguments in alias must match the substitutions in command, and vice "
45 "versa"
46 msgstr ""
47
48 #: data/rbot/plugins/alias.rb:117
49 msgid "Error mapping %{text} as command: %{error}"
50 msgstr ""
51
52 #: data/rbot/plugins/alias.rb:138
53 msgid ""
54 "The alias seems to have caused infinite recursion. Please examine your alias "
55 "definitions"
56 msgstr ""
57
58 #: data/rbot/plugins/alias.rb:142
59 msgid ""
60 "Error handling the alias, The alias %{text} is not defined or has beeen "
61 "removed. I will stop responding to it after rescan,"
62 msgstr ""
63
64 #: data/rbot/plugins/alias.rb:154
65 msgid "Create and use aliases for commands. Topics: create, commands"
66 msgstr ""
67
68 #: data/rbot/plugins/alias.rb:163
69 msgid ""
70 "\"alias <text> => <command>\" => add text as an alias of command. Text can "
71 "contain placeholders marked with : or * for :words and *multiword arguments. "
72 "The command can contain placeholders enclosed with < > which will be "
73 "substituded with argument values. For example: alias googlerbot *terms => "
74 "google site:ruby-rbot.org <terms>"
75 msgstr ""
76
77 #: data/rbot/plugins/alias.rb:165
78 msgid ""
79 "alias list => list defined aliases | alias whatis <alias> => show definition "
80 "of the alias | alias remove <alias> => remove defined alias | see the "
81 "\"create\" topic about adding aliases"
82 msgstr ""