root/po/rbot-alias.pot

Revision 747c7c77c0b956b251a30f7024baadf530888e1f, 2.4 KB (checked in by Giuseppe Bilotta <giuseppe.bilotta@…>, 18 months ago)

BIG PO file update

  • Property mode set to 100644
Line 
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
7msgid ""
8msgstr ""
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
20msgid "Data file is not found or corrupt, reinitializing data"
21msgstr ""
22
23#: data/rbot/plugins/alias.rb:58
24msgid "Invalid alias entry %{alias} : %{command} in %{filename}: %{reason}"
25msgstr ""
26
27#: data/rbot/plugins/alias.rb:74
28msgid "The definition you provided is invalid: %{reason}"
29msgstr ""
30
31#: data/rbot/plugins/alias.rb:85 data/rbot/plugins/alias.rb:102
32msgid "No such alias is defined"
33msgstr ""
34
35#: data/rbot/plugins/alias.rb:91
36msgid "No aliases defined"
37msgstr ""
38
39#: data/rbot/plugins/alias.rb:100
40msgid "Alias of %{command}"
41msgstr ""
42
43#: data/rbot/plugins/alias.rb:112
44msgid ""
45"The arguments in alias must match the substitutions in command, and vice "
46"versa"
47msgstr ""
48
49#: data/rbot/plugins/alias.rb:117
50msgid "Error mapping %{text} as command: %{error}"
51msgstr ""
52
53#: data/rbot/plugins/alias.rb:138
54msgid ""
55"The alias seems to have caused infinite recursion. Please examine your alias "
56"definitions"
57msgstr ""
58
59#: data/rbot/plugins/alias.rb:142
60msgid ""
61"Error handling the alias, The alias %{text} is not defined or has beeen "
62"removed. I will stop responding to it after rescan,"
63msgstr ""
64
65#: data/rbot/plugins/alias.rb:154
66msgid "Create and use aliases for commands. Topics: create, commands"
67msgstr ""
68
69#: data/rbot/plugins/alias.rb:163
70msgid ""
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>"
76msgstr ""
77
78#: data/rbot/plugins/alias.rb:165
79msgid ""
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"
83msgstr ""
Note: See TracBrowser for help on using the browser.