mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-02 17:29:22 +01:00
203 lines
4.7 KiB
Plaintext
203 lines
4.7 KiB
Plaintext
# SOME DESCRIPTIVE TITLE.
|
|
# Copyright (C) YEAR ORGANIZATION
|
|
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
|
#
|
|
msgid ""
|
|
msgstr ""
|
|
"Project-Id-Version: PACKAGE VERSION\n"
|
|
"POT-Creation-Date: 2014-01-22 07:53+CET\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 ""
|
|
|
|
#: config.py:89
|
|
#, docstring
|
|
msgid "Value must be 1 <= n <= 8"
|
|
msgstr ""
|
|
|
|
#: 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 ""
|
|
|
|
#: config.py:105
|
|
msgid ""
|
|
"Determines the base URL used for\n"
|
|
" requests."
|
|
msgstr ""
|
|
|
|
#: config.py:108
|
|
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 ""
|
|
|
|
#: config.py:113
|
|
msgid ""
|
|
"Determines whether the word 'google' in the\n"
|
|
" bot's output will be made colorful (like Google's logo)."
|
|
msgstr ""
|
|
|
|
#: config.py:116
|
|
msgid "Determines whether results are bolded."
|
|
msgstr ""
|
|
|
|
#: config.py:118
|
|
msgid ""
|
|
"Determines whether results are sent in\n"
|
|
" different lines or all in the same one."
|
|
msgstr ""
|
|
|
|
#: config.py:121
|
|
msgid ""
|
|
"Determines the maximum number of results returned\n"
|
|
" from the google command."
|
|
msgstr ""
|
|
|
|
#: config.py:124
|
|
msgid ""
|
|
"Determines what default language is used in\n"
|
|
" searches. If left empty, no specific language will be requested."
|
|
msgstr ""
|
|
|
|
#: config.py:124
|
|
msgid "en"
|
|
msgstr ""
|
|
|
|
#: config.py:127
|
|
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:84
|
|
#, 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 ""
|
|
|
|
#: plugin.py:123 plugin.py:189
|
|
msgid "We broke The Google!"
|
|
msgstr ""
|
|
|
|
#: plugin.py:148
|
|
msgid "No matches found."
|
|
msgstr ""
|
|
|
|
#: plugin.py:156
|
|
#, docstring
|
|
msgid ""
|
|
"[--snippet] <search>\n"
|
|
"\n"
|
|
" Does a google search, but only returns the first result.\n"
|
|
" If option --snippet is given, returns also the page text snippet.\n"
|
|
" "
|
|
msgstr ""
|
|
|
|
#: plugin.py:173
|
|
msgid "Google found nothing."
|
|
msgstr ""
|
|
|
|
#: plugin.py:178
|
|
#, 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 ""
|
|
|
|
#: plugin.py:206
|
|
#, docstring
|
|
msgid ""
|
|
"<url>\n"
|
|
"\n"
|
|
" Returns a link to the cached version of <url> if it is available.\n"
|
|
" "
|
|
msgstr ""
|
|
|
|
#: plugin.py:217
|
|
msgid "Google seems to have no cache for that site."
|
|
msgstr ""
|
|
|
|
#: plugin.py:222
|
|
#, 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:245
|
|
#, docstring
|
|
msgid ""
|
|
"<source language> [to] <target language> <text>\n"
|
|
"\n"
|
|
" Returns <text> translated from <source language> into <target\n"
|
|
" language>.\n"
|
|
" "
|
|
msgstr ""
|
|
|
|
#: plugin.py:283
|
|
#, docstring
|
|
msgid "^google\\s+(.*)$"
|
|
msgstr ""
|
|
|
|
#: plugin.py:310
|
|
#, docstring
|
|
msgid ""
|
|
"<expression>\n"
|
|
"\n"
|
|
" Uses Google's calculator to calculate the value of <expression>.\n"
|
|
" "
|
|
msgstr ""
|
|
|
|
#: plugin.py:345
|
|
#, docstring
|
|
msgid ""
|
|
"<phone number>\n"
|
|
"\n"
|
|
" Looks <phone number> up on Google.\n"
|
|
" "
|
|
msgstr ""
|
|
|
|
#: plugin.py:362
|
|
msgid "Google's phonebook didn't come up with anything."
|
|
msgstr ""
|
|
|