Limnoria/plugins/Google/messages.pot

185 lines
4.3 KiB
Plaintext
Raw Normal View History

# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR ORGANIZATION
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2012-07-29 11:54+CEST\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: ENCODING\n"
"Generated-By: pygettext.py 1.5\n"
#: config.py:39
msgid ""
"The Google plugin has the functionality to watch for URLs\n"
" that match a specific pattern. (We call this a snarfer)\n"
" When supybot sees such a URL, it will parse the web page\n"
" for information and reply with the results."
msgstr ""
#: config.py:43
msgid "Do you want the Google search snarfer enabled by default?"
msgstr ""
2011-02-26 10:40:50 +01:00
#: config.py:89
#, docstring
msgid "Value must be 1 <= n <= 8"
msgstr ""
2011-02-26 10:40:50 +01:00
#: config.py:100
msgid ""
"Determines the URL that will be sent to Google for\n"
" the Referer field of the search requests. If this value is empty, a\n"
" Referer will be generated in the following format:\n"
" http://$server/$botName"
msgstr ""
2011-02-26 10:40:50 +01:00
#: config.py:105
msgid ""
"Determines whether the search snarfer is\n"
" enabled. If so, messages (even unaddressed ones) beginning with the word\n"
" 'google' will result in the first URL Google returns being sent to the\n"
" channel."
msgstr ""
2011-02-26 10:40:50 +01:00
#: config.py:110
msgid ""
"Determines whether the word 'google' in the\n"
" bot's output will be made colorful (like Google's logo)."
msgstr ""
2011-02-26 10:40:50 +01:00
#: config.py:113
msgid "Determines whether results are bolded."
msgstr ""
2011-02-26 10:40:50 +01:00
#: config.py:115
msgid ""
"Determines the maximum number of results returned\n"
" from the google command."
msgstr ""
2011-02-26 10:40:50 +01:00
#: config.py:118
msgid ""
"Determines what default language is used in\n"
" searches. If left empty, no specific language will be requested."
msgstr ""
2011-02-26 10:40:50 +01:00
#: config.py:118
msgid "en"
msgstr ""
2011-02-26 10:40:50 +01:00
#: config.py:121
msgid ""
"Determines what level of search filtering to use\n"
" by default. 'active' - most filtering, 'moderate' - default filtering,\n"
" 'off' - no filtering"
msgstr ""
#: plugin.py:101
#, docstring
msgid ""
"Perform a search using Google's AJAX API.\n"
" search(\"search phrase\", options={})\n"
"\n"
" Valid options are:\n"
" smallsearch - True/False (Default: False)\n"
" filter - {active,moderate,off} (Default: \"moderate\")\n"
" language - Restrict search to documents in the given language\n"
" (Default: \"lang_en\")\n"
" "
msgstr ""
2011-02-14 18:35:53 +01:00
#: plugin.py:141 plugin.py:200
msgid "We broke The Google!"
msgstr ""
#: plugin.py:161
msgid "No matches found."
msgstr ""
#: plugin.py:167
#, docstring
msgid ""
2011-02-14 18:35:53 +01:00
"[--snippet] <search>\n"
"\n"
" Does a google search, but only returns the first result.\n"
2011-02-14 18:35:53 +01:00
" If option --snippet is given, returns also the page text snippet.\n"
" "
msgstr ""
2011-02-14 18:35:53 +01:00
#: plugin.py:184
msgid "Google found nothing."
msgstr ""
2011-02-14 18:35:53 +01:00
#: plugin.py:189
#, docstring
msgid ""
"<search> [--{filter,language} <value>]\n"
"\n"
" Searches google.com for the given string. As many results as can fit\n"
" are included. --language accepts a language abbreviation; --filter\n"
" accepts a filtering level ('active', 'moderate', 'off').\n"
" "
msgstr ""
2011-02-14 18:35:53 +01:00
#: plugin.py:212
#, docstring
msgid ""
"<url>\n"
"\n"
" Returns a link to the cached version of <url> if it is available.\n"
" "
msgstr ""
2011-02-14 18:35:53 +01:00
#: plugin.py:223
msgid "Google seems to have no cache for that site."
msgstr ""
2011-02-14 18:35:53 +01:00
#: plugin.py:228
#, docstring
msgid ""
"<search string> <search string> [<search string> ...]\n"
"\n"
" Returns the results of each search, in order, from greatest number\n"
" of results to least.\n"
" "
msgstr ""
#: plugin.py:250
#, docstring
msgid "^google\\s+(.*)$"
msgstr ""
#: plugin.py:279
#, docstring
msgid ""
"<expression>\n"
"\n"
" Uses Google's calculator to calculate the value of <expression>.\n"
" "
msgstr ""
#: plugin.py:312
2012-03-11 22:06:19 +01:00
msgid "Google says: Error: %s."
msgstr ""
#: plugin.py:319
#, docstring
msgid ""
"<phone number>\n"
"\n"
" Looks <phone number> up on Google.\n"
" "
msgstr ""
#: plugin.py:333
msgid "Google's phonebook didn't come up with anything."
msgstr ""