mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-02 17:29:22 +01:00
9ba21a1cad
runnning -> running
260 lines
6.4 KiB
Plaintext
260 lines
6.4 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-12-20 11:59+EET\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:47
|
|
msgid ""
|
|
"The \"progstats\" command can reveal potentially sensitive\n"
|
|
" information about your machine. Here's an example of its output:\n"
|
|
"\n"
|
|
" %s\n"
|
|
msgstr ""
|
|
|
|
#: config.py:51
|
|
msgid "Would you like to disable this command for non-owner users?"
|
|
msgstr ""
|
|
|
|
#: config.py:59
|
|
msgid ""
|
|
"Determines\n"
|
|
" what command will be called for the fortune command."
|
|
msgstr ""
|
|
|
|
#: config.py:62
|
|
msgid ""
|
|
"Determines whether only short fortunes will be\n"
|
|
" used if possible. This sends the -s option to the fortune program."
|
|
msgstr ""
|
|
|
|
#: config.py:65
|
|
msgid ""
|
|
"Determines whether fortune will give equal\n"
|
|
" weight to the different fortune databases. If false, then larger\n"
|
|
" databases will be given more weight. This sends the -e option to the\n"
|
|
" fortune program."
|
|
msgstr ""
|
|
|
|
#: config.py:70
|
|
msgid ""
|
|
"Determines whether fortune will retrieve\n"
|
|
" offensive fortunes along with the normal fortunes. This sends the -a\n"
|
|
" option to the fortune program."
|
|
msgstr ""
|
|
|
|
#: config.py:74
|
|
msgid ""
|
|
"Determines what specific file\n"
|
|
" (if any) will be used with the fortune command; if none is given, the\n"
|
|
" system-wide default will be used. Do note that this fortune file must be\n"
|
|
" placed with the rest of your system's fortune files."
|
|
msgstr ""
|
|
|
|
#: config.py:82
|
|
msgid ""
|
|
"Determines\n"
|
|
" what command will be called for the spell command."
|
|
msgstr ""
|
|
|
|
#: config.py:85
|
|
msgid ""
|
|
"Determines what aspell dictionary will be used\n"
|
|
" for spell checking."
|
|
msgstr ""
|
|
|
|
#: config.py:90
|
|
msgid ""
|
|
"Determines what\n"
|
|
" command will be called for the wtf command."
|
|
msgstr ""
|
|
|
|
#: plugin.py:74
|
|
#, docstring
|
|
msgid "Provides Utilities for Unix-like systems."
|
|
msgstr ""
|
|
|
|
#: plugin.py:78
|
|
#, docstring
|
|
msgid ""
|
|
"<error number or code>\n"
|
|
"\n"
|
|
" Returns the number of an errno code, or the errno code of a number.\n"
|
|
" "
|
|
msgstr ""
|
|
|
|
#: plugin.py:90
|
|
msgid "I can't find the errno number for that code."
|
|
msgstr ""
|
|
|
|
#: plugin.py:93
|
|
msgid "(unknown)"
|
|
msgstr ""
|
|
|
|
#: plugin.py:94
|
|
msgid "%s (#%i): %s"
|
|
msgstr ""
|
|
|
|
#: plugin.py:99
|
|
#, docstring
|
|
msgid ""
|
|
"takes no arguments\n"
|
|
"\n"
|
|
" Returns various unix-y information on the running supybot process.\n"
|
|
" "
|
|
msgstr ""
|
|
|
|
#: plugin.py:107
|
|
#, docstring
|
|
msgid ""
|
|
"takes no arguments\n"
|
|
"\n"
|
|
" Returns the current pid of the process for this Supybot.\n"
|
|
" "
|
|
msgstr ""
|
|
|
|
#: plugin.py:117
|
|
#, docstring
|
|
msgid ""
|
|
"<password> [<salt>]\n"
|
|
"\n"
|
|
" Returns the resulting of doing a crypt() on <password>. If <salt> is\n"
|
|
" not given, uses a random salt. If running on a glibc2 system,\n"
|
|
" prepending '$1$' to your salt will cause crypt to return an MD5sum\n"
|
|
" based crypt rather than the standard DES based crypt.\n"
|
|
" "
|
|
msgstr ""
|
|
|
|
#: plugin.py:136
|
|
#, docstring
|
|
msgid ""
|
|
"<word>\n"
|
|
"\n"
|
|
" Returns the result of passing <word> to aspell/ispell. The results\n"
|
|
" shown are sorted from best to worst in terms of being a likely match\n"
|
|
" for the spelling of <word>.\n"
|
|
" "
|
|
msgstr ""
|
|
|
|
#: plugin.py:145
|
|
msgid "The spell checking command is not configured. If one is installed, reconfigure supybot.plugins.Unix.spell.command appropriately."
|
|
msgstr ""
|
|
|
|
#: plugin.py:151
|
|
msgid "<word> must begin with an alphabet character."
|
|
msgstr ""
|
|
|
|
#: plugin.py:173
|
|
msgid "No results found."
|
|
msgstr ""
|
|
|
|
#: plugin.py:184
|
|
msgid "%q may be spelled correctly."
|
|
msgstr ""
|
|
|
|
#: plugin.py:186
|
|
msgid "I could not find an alternate spelling for %q"
|
|
msgstr ""
|
|
|
|
#: plugin.py:190
|
|
msgid "Possible spellings for %q: %L."
|
|
msgstr ""
|
|
|
|
#: plugin.py:193
|
|
msgid "Something unexpected was seen in the [ai]spell output."
|
|
msgstr ""
|
|
|
|
#: plugin.py:199
|
|
#, docstring
|
|
msgid ""
|
|
"takes no arguments\n"
|
|
"\n"
|
|
" Returns a fortune from the *nix fortune program.\n"
|
|
" "
|
|
msgstr ""
|
|
|
|
#: plugin.py:221
|
|
msgid "It seems the configured fortune command was not available."
|
|
msgstr ""
|
|
|
|
#: plugin.py:234
|
|
msgid "The fortune command is not configured. If fortune is installed on this system, reconfigure the supybot.plugins.Unix.fortune.command configuration variable appropriately."
|
|
msgstr ""
|
|
|
|
#: plugin.py:241
|
|
#, docstring
|
|
msgid ""
|
|
"[is] <something>\n"
|
|
"\n"
|
|
" Returns wtf <something> is. 'wtf' is a *nix command that first\n"
|
|
" appeared in NetBSD 1.5. In most *nices, it's available in some sort\n"
|
|
" of 'bsdgames' package.\n"
|
|
" "
|
|
msgstr ""
|
|
|
|
#: plugin.py:257
|
|
msgid "It seems the configured wtf command was not available."
|
|
msgstr ""
|
|
|
|
#: plugin.py:266
|
|
msgid "The wtf command is not configured. If it is installed on this system, reconfigure the supybot.plugins.Unix.wtf.command configuration variable appropriately."
|
|
msgstr ""
|
|
|
|
#: plugin.py:332
|
|
#, docstring
|
|
msgid ""
|
|
"takes no arguments\n"
|
|
"\n"
|
|
" Returns the uptime from the system the bot is running on.\n"
|
|
" "
|
|
msgstr ""
|
|
|
|
#: plugin.py:361
|
|
#, docstring
|
|
msgid ""
|
|
"takes no arguments\n"
|
|
"\n"
|
|
" Returns the uname -a from the system the bot is running on.\n"
|
|
" "
|
|
msgstr ""
|
|
|
|
#: plugin.py:390
|
|
#, docstring
|
|
msgid ""
|
|
"<command to call with any arguments>\n"
|
|
" Calls any command available on the system, and returns its output.\n"
|
|
" Requires owner capability.\n"
|
|
" Note that being restricted to owner, this command does not do any\n"
|
|
" sanity checking on input/output. So it is up to you to make sure\n"
|
|
" you don't run anything that will spamify your channel or that\n"
|
|
" will bring your machine to its knees.\n"
|
|
" "
|
|
msgstr ""
|
|
|
|
#: plugin.py:420
|
|
#, docstring
|
|
msgid ""
|
|
"<command to call with any arguments>\n"
|
|
" Calls any command available on the system using the shell\n"
|
|
" specified by the SHELL environment variable, and returns its\n"
|
|
" output.\n"
|
|
" Requires owner capability.\n"
|
|
" Note that being restricted to owner, this command does not do any\n"
|
|
" sanity checking on input/output. So it is up to you to make sure\n"
|
|
" you don't run anything that will spamify your channel or that\n"
|
|
" will bring your machine to its knees.\n"
|
|
" "
|
|
msgstr ""
|
|
|