summaryrefslogtreecommitdiff
path: root/po/en/rbot-alias.po
blob: 1cee5eded89fd28b754d8195f954d3f568ed0113 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
# Gettext template file for rbot
# Copyright (C) 2007 Tom Gilbert
# This file is distributed under the same license as the rbot package.
# Yaohan Chen <yaohan.chen@gmail.com>, 2007.
#
msgid ""
msgstr ""
"Project-Id-Version: rbot\n"
"POT-Creation-Date: 2009-03-20 15:57+0100\n"
"PO-Revision-Date: 2007-07-14 00:06-0400\n"
"Last-Translator: Yaohan Chen <yaohan.chen@gmail.com>\n"
"Language-Team: English\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"

#: data/rbot/plugins/alias.rb:50
msgid "Data file is not found or corrupt, reinitializing data"
msgstr ""

#: data/rbot/plugins/alias.rb:58
msgid "Invalid alias entry %{alias} : %{command} in %{filename}: %{reason}"
msgstr ""

#: data/rbot/plugins/alias.rb:74
msgid "The definition you provided is invalid: %{reason}"
msgstr ""

#: data/rbot/plugins/alias.rb:85 data/rbot/plugins/alias.rb:102
msgid "No such alias is defined"
msgstr ""

#: data/rbot/plugins/alias.rb:91
msgid "No aliases defined"
msgstr ""

#: data/rbot/plugins/alias.rb:100
msgid "Alias of %{command}"
msgstr ""

#: data/rbot/plugins/alias.rb:112
msgid ""
"The arguments in alias must match the substitutions in command, and vice "
"versa"
msgstr ""

#: data/rbot/plugins/alias.rb:117
msgid "Error mapping %{text} as command: %{error}"
msgstr ""

#: data/rbot/plugins/alias.rb:138
msgid ""
"The alias seems to have caused infinite recursion. Please examine your alias "
"definitions"
msgstr ""

#: data/rbot/plugins/alias.rb:142
msgid ""
"Error handling the alias, The alias %{text} is not defined or has beeen "
"removed. I will stop responding to it after rescan,"
msgstr ""

#: data/rbot/plugins/alias.rb:154
msgid "Create and use aliases for commands. Topics: create, commands"
msgstr ""

#: data/rbot/plugins/alias.rb:163
msgid ""
"\"alias <text> => <command>\" => add text as an alias of command. Text can "
"contain placeholders marked with : or * for :words and *multiword arguments. "
"The command can contain placeholders enclosed with < > which will be "
"substituded with argument values. For example: alias googlerbot *terms => "
"google site:ruby-rbot.org <terms>"
msgstr ""

#: data/rbot/plugins/alias.rb:165
msgid ""
"alias list => list defined aliases | alias whatis <alias> => show definition "
"of the alias | alias remove <alias> => remove defined alias | see the "
"\"create\" topic about adding aliases"
msgstr ""