2010-10-20 09:39:44 +02:00
|
|
|
# SOME DESCRIPTIVE TITLE.
|
|
|
|
# Copyright (C) YEAR ORGANIZATION
|
|
|
|
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
|
|
|
#
|
|
|
|
msgid ""
|
|
|
|
msgstr ""
|
|
|
|
"Project-Id-Version: PACKAGE VERSION\n"
|
2011-02-26 10:40:50 +01:00
|
|
|
"POT-Creation-Date: 2011-02-26 09:49+CET\n"
|
2010-10-20 09:39:44 +02:00
|
|
|
"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"
|
|
|
|
|
|
|
|
|
|
|
|
#: plugin.py:135
|
|
|
|
#, docstring
|
|
|
|
msgid ""
|
|
|
|
"[<username> [<task id>]|<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 "#%i: %s"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: plugin.py:155
|
|
|
|
msgid "%s for %s: %L"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: plugin.py:159
|
|
|
|
msgid "That user has no tasks in their todo list."
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: plugin.py:161
|
|
|
|
msgid "You have no tasks in your todo list."
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: plugin.py:168
|
|
|
|
msgid "Active"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: plugin.py:170
|
|
|
|
msgid "Inactive"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: plugin.py:172
|
|
|
|
msgid ", priority: %i"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: plugin.py:175
|
|
|
|
msgid "%s todo for %s: %s (Added at %s)"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: plugin.py:179 plugin.py:260 plugin.py:274
|
|
|
|
msgid "task id"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: plugin.py:184
|
|
|
|
#, 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:195
|
|
|
|
msgid "(Todo #%i added)"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: plugin.py:201
|
|
|
|
#, docstring
|
|
|
|
msgid ""
|
|
|
|
"<task id> [<task id> ...]\n"
|
|
|
|
"\n"
|
|
|
|
" Removes <task id> from your personal todo list.\n"
|
|
|
|
" "
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: plugin.py:212
|
|
|
|
msgid "Task %i could not be removed either because that id doesn't exist or it has been removed already."
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: plugin.py:216
|
|
|
|
msgid "No tasks were removed because the following tasks could not be removed: %L."
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: plugin.py:226
|
|
|
|
#, 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:246
|
|
|
|
msgid "No tasks matched that query."
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: plugin.py:252
|
|
|
|
#, docstring
|
|
|
|
msgid ""
|
|
|
|
"<id> <priority>\n"
|
|
|
|
"\n"
|
|
|
|
" Sets the priority of the todo with the given id to the specified value.\n"
|
|
|
|
" "
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: plugin.py:266
|
|
|
|
#, docstring
|
|
|
|
msgid ""
|
|
|
|
"<task id> <regexp>\n"
|
|
|
|
"\n"
|
|
|
|
" Modify the task with the given id using the supplied regexp.\n"
|
|
|
|
" "
|
|
|
|
msgstr ""
|
|
|
|
|