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