mirror of
https://github.com/progval/Limnoria.git
synced 2025-04-25 20:41:18 -05:00
112 lines
2.7 KiB
Plaintext
112 lines
2.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: 2024-12-06 11:00+0100\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=UTF-8\n"
|
|
"Content-Transfer-Encoding: 8bit\n"
|
|
"Generated-By: pygettext.py 1.5\n"
|
|
|
|
|
|
#: plugin.py:53
|
|
#, docstring
|
|
msgid "This plugin allows you to schedule commands to execute at a later time."
|
|
msgstr ""
|
|
|
|
#: plugin.py:143
|
|
#, docstring
|
|
msgid "Makes a function suitable for scheduling from command."
|
|
msgstr ""
|
|
|
|
#: plugin.py:162
|
|
#, docstring
|
|
msgid "Makes a function suitable for scheduling text"
|
|
msgstr ""
|
|
|
|
#: plugin.py:167
|
|
msgid "Reminder: %s"
|
|
msgstr ""
|
|
|
|
#: plugin.py:188
|
|
#, docstring
|
|
msgid ""
|
|
"<seconds> <command>\n"
|
|
"\n"
|
|
" Schedules the command string <command> to run <seconds> seconds in the\n"
|
|
" future. For example, 'scheduler add [seconds 30m] \"echo [cpu]\"' will\n"
|
|
" schedule the command \"cpu\" to be sent to the channel the schedule add\n"
|
|
" command was given in (with no prefixed nick, a consequence of using\n"
|
|
" echo). Do pay attention to the quotes in that example.\n"
|
|
" "
|
|
msgstr ""
|
|
|
|
#: plugin.py:198
|
|
msgid "Event #%i added."
|
|
msgstr ""
|
|
|
|
#: plugin.py:203
|
|
#, docstring
|
|
msgid ""
|
|
" <seconds> <text>\n"
|
|
"\n"
|
|
" Sets a reminder with string <text> to run <seconds> seconds in the\n"
|
|
" future. For example, 'scheduler remind [seconds 30m] \"Hello World\"'\n"
|
|
" will return '<nick> Reminder: Hello World' 30 minutes after being set.\n"
|
|
" "
|
|
msgstr ""
|
|
|
|
#: plugin.py:211
|
|
msgid "Reminder Event #%i added."
|
|
msgstr ""
|
|
|
|
#: plugin.py:216
|
|
#, docstring
|
|
msgid ""
|
|
"<id>\n"
|
|
"\n"
|
|
" Removes the event scheduled with id <id> from the schedule.\n"
|
|
" "
|
|
msgstr ""
|
|
|
|
#: plugin.py:230 plugin.py:232
|
|
msgid "Invalid event id."
|
|
msgstr ""
|
|
|
|
#: plugin.py:251
|
|
#, docstring
|
|
msgid ""
|
|
"[--delay <delay>] <name> <seconds> <command>\n"
|
|
"\n"
|
|
" Schedules the command <command> to run every <seconds> seconds,\n"
|
|
" starting now (i.e., the command runs now, and every <seconds> seconds\n"
|
|
" thereafter). <name> is a name by which the command can be\n"
|
|
" unscheduled.\n"
|
|
" If --delay is given, starts in <delay> seconds instead of now.\n"
|
|
" "
|
|
msgstr ""
|
|
|
|
#: plugin.py:262
|
|
msgid "There is already an event with that name, please choose another name."
|
|
msgstr ""
|
|
|
|
#: plugin.py:277
|
|
#, docstring
|
|
msgid ""
|
|
"takes no arguments\n"
|
|
"\n"
|
|
" Lists the currently scheduled events.\n"
|
|
" "
|
|
msgstr ""
|
|
|
|
#: plugin.py:297
|
|
msgid "There are currently no scheduled commands."
|
|
msgstr ""
|
|
|