Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrsuen2007-09-29 02:07:09 +0000
committerrsuen2007-09-29 02:07:09 +0000
commit9281e8f4c613a9380644dcc6a36534aebd4caaea (patch)
tree63d6a277b1cb1ef936392a12084a6b1e10b40a2e /applications/kosmos/bundles/org.eclipse.ecf.presence.bot.kosmos/src/org/eclipse/ecf/internal/presence/bot/kosmos/custom.properties
parent15ab693ce35d2fadd6cd8f6e59690be779a8e1b3 (diff)
downloadorg.eclipse.ecf-9281e8f4c613a9380644dcc6a36534aebd4caaea.tar.gz
org.eclipse.ecf-9281e8f4c613a9380644dcc6a36534aebd4caaea.tar.xz
org.eclipse.ecf-9281e8f4c613a9380644dcc6a36534aebd4caaea.zip
Initial commit.
Diffstat (limited to 'applications/kosmos/bundles/org.eclipse.ecf.presence.bot.kosmos/src/org/eclipse/ecf/internal/presence/bot/kosmos/custom.properties')
-rw-r--r--applications/kosmos/bundles/org.eclipse.ecf.presence.bot.kosmos/src/org/eclipse/ecf/internal/presence/bot/kosmos/custom.properties45
1 files changed, 45 insertions, 0 deletions
diff --git a/applications/kosmos/bundles/org.eclipse.ecf.presence.bot.kosmos/src/org/eclipse/ecf/internal/presence/bot/kosmos/custom.properties b/applications/kosmos/bundles/org.eclipse.ecf.presence.bot.kosmos/src/org/eclipse/ecf/internal/presence/bot/kosmos/custom.properties
new file mode 100644
index 000000000..87fc39d2b
--- /dev/null
+++ b/applications/kosmos/bundles/org.eclipse.ecf.presence.bot.kosmos/src/org/eclipse/ecf/internal/presence/bot/kosmos/custom.properties
@@ -0,0 +1,45 @@
+################################################################################
+# Copyright (c) 2007 Remy Suen and others.
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Eclipse Public License v1.0
+# which accompanies this distribution, and is available at
+# http://www.eclipse.org/legal/epl-v10.html
+#
+# Contributors:
+# Remy Suen <remy.suen@gmail.com> - initial API and implementation
+################################################################################
+
+No_Operation_Privileges = Your name is not in my database of trusted users. You cannot tell me what to do.
+Learn_Failure = An error has occurred while performing on a change on the keyword "{0}". I need a maintenance scheduled to review the cause of this error. Please contact rcjsuen.
+Learn_Reply = The new keyword "{0}" has been stored. In the future, you can ask me about "{0}" and I will respond.
+Learn_Conflict = The keyword "{0}" conflicts with a known command. You must use '~set' to replace the existing response, which is currently set to: {1}
+Learn_Update = The keyword "{0}" has been updated with the new reply in my database.
+Learn_Remove = The keyword "{0}" and its reply has been removed from my data bank.
+
+# ~bug[0-9]+|~[0-9]+
+Bug = See bug {0} - {1}
+Bug_Reply = {0}: See bug {1} - {2}
+
+# ~bug[0-9]+c[0-9]+|~[0-9]+c[0-9]+
+BugContent = Bug {0} - {1} - {2}
+BugContent_Reply = {0}: Bug {1} - {2} - {3}
+
+# ~javadoc|~api
+Javadoc_NotFound = No javadocs found for {0}.
+Javadoc_ResultsUnknown = The javadoc search results could not be processed.
+
+# ~news .*|~newsgroup .*
+NewsgroupSearch = Newsgroup search URL - http://www.eclipse.org/search/search.cgi?q={0}&cmd=Search%21&form=extended&wf=574a74&ps=10&m=all&t=5&ul=%2Fnewslists%2Fnews.{1}&wm=wrd&t=News&t=Mail
+NewsgroupSearch_Reply = {0}: Newsgroup search URL - http://www.eclipse.org/search/search.cgi?q={1}&cmd=Search%21&form=extended&wf=574a74&ps=10&m=all&t=5&ul=%2Fnewslists%2Fnews.{2}&wm=wrd&t=News&t=Mail
+
+# ~g .*
+Google = Try googling - http://google.com/search?q={0}
+Google_Reply = {0}: Try googling - http://google.com/search?q={1}
+
+# ~wiki .*
+Wiki = Check out this wiki article - http://wiki.eclipse.org/index.php/{0}
+Wiki_Reply = {0}: Check out this wiki article - http://wiki.eclipse.org/index.php/{1}
+
+# ~eh .*
+EclipseHelp = Check out the fine manual - http://help.eclipse.org/help32/advanced/searchView.jsp?&searchWord={0}
+EclipseHelp_Reply = {0}: Check out the fine manual - http://help.eclipse.org/help32/advanced/searchView.jsp?searchWord={1}

Back to the top