]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/blob - po/rbot-alias.pot
each plugin uses its own po file
[user/henk/code/ruby/rbot.git] / 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: 2008-06-05 22:14-0400\n"
11 "PO-Revision-Date: 2008-06-05 22:14-0400\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 "The arguments in alias must match the substitutions in command, and vice versa"
45 msgstr ""
46
47 #: data/rbot/plugins/alias.rb:117
48 msgid "Error mapping %{text} as command: %{error}"
49 msgstr ""
50
51 #: data/rbot/plugins/alias.rb:138
52 msgid "The alias seems to have caused infinite recursion. Please examine your alias definitions"
53 msgstr ""
54
55 #: data/rbot/plugins/alias.rb:142
56 msgid "Error handling the alias, The alias %{text} is not defined or has beeen removed. I will stop responding to it after rescan,"
57 msgstr ""
58
59 #: data/rbot/plugins/alias.rb:154
60 msgid "Create and use aliases for commands. Topics: create, commands"
61 msgstr ""
62
63 #: data/rbot/plugins/alias.rb:163
64 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>"
65 msgstr ""
66
67 #: data/rbot/plugins/alias.rb:165
68 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"
69 msgstr ""