mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-02 17:29:22 +01:00
140 lines
2.8 KiB
Plaintext
140 lines
2.8 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-03-22 12:23+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:50
|
|
msgid ""
|
|
"Determines whether users can read the\n"
|
|
" todo-list of another user."
|
|
msgstr ""
|
|
|
|
#: plugin.py:136
|
|
#, 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:147
|
|
msgid "You are not allowed to see other users todo-list."
|
|
msgstr ""
|
|
|
|
#: plugin.py:154
|
|
msgid "#%i: %s"
|
|
msgstr ""
|
|
|
|
#: plugin.py:159
|
|
msgid "%s for %s: %L"
|
|
msgstr ""
|
|
|
|
#: plugin.py:163
|
|
msgid "That user has no tasks in their todo list."
|
|
msgstr ""
|
|
|
|
#: plugin.py:165
|
|
msgid "You have no tasks in your todo list."
|
|
msgstr ""
|
|
|
|
#: plugin.py:172
|
|
msgid "Active"
|
|
msgstr ""
|
|
|
|
#: plugin.py:174
|
|
msgid "Inactive"
|
|
msgstr ""
|
|
|
|
#: plugin.py:176
|
|
msgid ", priority: %i"
|
|
msgstr ""
|
|
|
|
#: plugin.py:179
|
|
msgid "%s todo for %s: %s (Added at %s)"
|
|
msgstr ""
|
|
|
|
#: plugin.py:183 plugin.py:267 plugin.py:281
|
|
msgid "task id"
|
|
msgstr ""
|
|
|
|
#: plugin.py:188
|
|
#, 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:199
|
|
msgid "(Todo #%i added)"
|
|
msgstr ""
|
|
|
|
#: plugin.py:205
|
|
#, docstring
|
|
msgid ""
|
|
"<task id> [<task id> ...]\n"
|
|
"\n"
|
|
" Removes <task id> from your personal todo list.\n"
|
|
" "
|
|
msgstr ""
|
|
|
|
#: plugin.py:216
|
|
msgid "Task %i could not be removed either because that id doesn't exist or it has been removed already."
|
|
msgstr ""
|
|
|
|
#: plugin.py:220
|
|
msgid "No tasks were removed because the following tasks could not be removed: %L."
|
|
msgstr ""
|
|
|
|
#: plugin.py:230
|
|
#, 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:253
|
|
msgid "No tasks matched that query."
|
|
msgstr ""
|
|
|
|
#: plugin.py:259
|
|
#, docstring
|
|
msgid ""
|
|
"<id> <priority>\n"
|
|
"\n"
|
|
" Sets the priority of the todo with the given id to the specified value.\n"
|
|
" "
|
|
msgstr ""
|
|
|
|
#: plugin.py:273
|
|
#, docstring
|
|
msgid ""
|
|
"<task id> <regexp>\n"
|
|
"\n"
|
|
" Modify the task with the given id using the supplied regexp.\n"
|
|
" "
|
|
msgstr ""
|
|
|