mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-02 17:29:22 +01:00
147 lines
3.0 KiB
Plaintext
147 lines
3.0 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: 2022-02-06 00:12+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"
|
|
|
|
|
|
#: config.py:51
|
|
msgid ""
|
|
"Determines whether users can read the\n"
|
|
" todo-list of another user."
|
|
msgstr ""
|
|
|
|
#: plugin.py:123
|
|
#, docstring
|
|
msgid ""
|
|
"This plugin allows you to create your own personal to-do list on\n"
|
|
" the bot."
|
|
msgstr ""
|
|
|
|
#: plugin.py:139
|
|
#, docstring
|
|
msgid ""
|
|
"[<username>] [<task id>]\n"
|
|
"\n"
|
|
" Retrieves a task for the given task id. If no task id is given, it\n"
|
|
" will return a list of task ids that that user has added to their todo\n"
|
|
" list.\n"
|
|
" "
|
|
msgstr ""
|
|
|
|
#: plugin.py:150
|
|
msgid "You are not allowed to see other users todo-list."
|
|
msgstr ""
|
|
|
|
#: plugin.py:157
|
|
msgid "#%i: %s"
|
|
msgstr ""
|
|
|
|
#: plugin.py:162
|
|
msgid "%s for %s: %L"
|
|
msgstr ""
|
|
|
|
#: plugin.py:166
|
|
msgid "That user has no tasks in their todo list."
|
|
msgstr ""
|
|
|
|
#: plugin.py:168
|
|
msgid "You have no tasks in your todo list."
|
|
msgstr ""
|
|
|
|
#: plugin.py:175
|
|
msgid "Active"
|
|
msgstr ""
|
|
|
|
#: plugin.py:177
|
|
msgid "Inactive"
|
|
msgstr ""
|
|
|
|
#: plugin.py:179
|
|
msgid ", priority: %i"
|
|
msgstr ""
|
|
|
|
#: plugin.py:182
|
|
msgid "%s todo for %s: %s (Added at %s)"
|
|
msgstr ""
|
|
|
|
#: plugin.py:186 plugin.py:270 plugin.py:284
|
|
msgid "task id"
|
|
msgstr ""
|
|
|
|
#: plugin.py:191
|
|
#, docstring
|
|
msgid ""
|
|
"[--priority=<num>] <text>\n"
|
|
"\n"
|
|
" Adds <text> as a task in your own personal todo list. The optional\n"
|
|
" priority argument allows you to set a task as a high or low priority.\n"
|
|
" Any integer is valid.\n"
|
|
" "
|
|
msgstr ""
|
|
|
|
#: plugin.py:202
|
|
msgid "(Todo #%i added)"
|
|
msgstr ""
|
|
|
|
#: plugin.py:208
|
|
#, docstring
|
|
msgid ""
|
|
"<task id> [<task id> ...]\n"
|
|
"\n"
|
|
" Removes <task id> from your personal todo list.\n"
|
|
" "
|
|
msgstr ""
|
|
|
|
#: plugin.py:219
|
|
msgid "Task %i could not be removed either because that id doesn't exist or it has been removed already."
|
|
msgstr ""
|
|
|
|
#: plugin.py:223
|
|
msgid "No tasks were removed because the following tasks could not be removed: %L."
|
|
msgstr ""
|
|
|
|
#: plugin.py:233
|
|
#, docstring
|
|
msgid ""
|
|
"[--{regexp} <value>] [<glob> <glob> ...]\n"
|
|
"\n"
|
|
" Searches your todos for tasks matching <glob>. If --regexp is given,\n"
|
|
" its associated value is taken as a regexp and matched against the\n"
|
|
" tasks.\n"
|
|
" "
|
|
msgstr ""
|
|
|
|
#: plugin.py:256
|
|
msgid "No tasks matched that query."
|
|
msgstr ""
|
|
|
|
#: plugin.py:262
|
|
#, docstring
|
|
msgid ""
|
|
"<id> <priority>\n"
|
|
"\n"
|
|
" Sets the priority of the todo with the given id to the specified value.\n"
|
|
" "
|
|
msgstr ""
|
|
|
|
#: plugin.py:276
|
|
#, docstring
|
|
msgid ""
|
|
"<task id> <regexp>\n"
|
|
"\n"
|
|
" Modify the task with the given id using the supplied regexp.\n"
|
|
" "
|
|
msgstr ""
|
|
|