msgid "" msgstr "" "Project-Id-Version: Limnoria\n" "POT-Creation-Date: 2011-02-26 09:49+CET\n" "PO-Revision-Date: 2011-08-10 14:53+0200\n" "Last-Translator: skizzhg <skizzhg@gmx.com>\n" "Language-Team: Italian <skizzhg@gmx.com>\n" "Language: it\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: config.py:50 msgid "" "Determines whether users can read the\n" " todo-list of another user." msgstr "" "Determina se un utente possa leggere la lista delle cose da fare di un altro utente." #: plugin.py:135 #, 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 "" "[<utente>] [<id compito>]\n" "\n" " Recupera il compito corrispondente a <id compito> fornito. Se non è\n" " specificato alcun id, riporta un elenco degli id che quell'utente\n" " ha aggiunto alla sua lista delle cose da fare.\n" " " #: plugin.py:146 msgid "You are not allowed to see other users todo-list." msgstr "Non hai l'autorizzazione per leggere la lista delle cose da fare degli altri utenti." #: plugin.py:153 msgid "#%i: %s" msgstr "#%i: %s" #: plugin.py:158 msgid "%s for %s: %L" msgstr "%s per %s: %L" #: plugin.py:162 msgid "That user has no tasks in their todo list." msgstr "Questo utente non ha compiti nella sua lista delle cose da fare." #: plugin.py:164 msgid "You have no tasks in your todo list." msgstr "Non hai compiti nella tua lista delle cose da fare." #: plugin.py:171 msgid "Active" msgstr "Attivo" #: plugin.py:173 msgid "Inactive" msgstr "Inattivo" #: plugin.py:175 msgid ", priority: %i" msgstr ", priorità: %i" #: plugin.py:178 msgid "%s todo for %s: %s (Added at %s)" msgstr "%s compito per %s: %s (Aggiunto il %s)" #: plugin.py:182 plugin.py:263 plugin.py:277 msgid "task id" msgstr "id compito" #: plugin.py:187 #, 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 "" "[--priority=<numero>] <testo>\n" "\n" " Aggiunge <testo> come compito nella lista personale di cose da fare.\n" " L'argomento opzionale \"priority\" permette di definire un'alta o bassa priorità.\n" " Ogni numero intero è valido.\n" " " #: plugin.py:198 msgid "(Todo #%i added)" msgstr "(Compito #%i aggiunto)" #: plugin.py:204 #, docstring msgid "" "<task id> [<task id> ...]\n" "\n" " Removes <task id> from your personal todo list.\n" " " msgstr "" "<id compito> [<id compito> ...]\n" "\n" " Rimuove <id compito> dalla lista personale delle cose da fare.\n" " " #: plugin.py:215 msgid "Task %i could not be removed either because that id doesn't exist or it has been removed already." msgstr "Il compito %i non può essere rimosso in quanto l'id non esiste o è già stato rimosso." #: plugin.py:219 msgid "No tasks were removed because the following tasks could not be removed: %L." msgstr "Non è stato rimosso nessun compito perché i seguenti non possono essere rimossi: %L." #: plugin.py:229 #, 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 "" "[--{regexp} <valore>] [<globale> <globale> ...]\n" "\n" " Cerca i compiti che corrispondono a <globale> nella lista di cose da fare.\n" " Se --regexp è fornita, il suo valore associato è usato come regexp e confrontato con i compiti.\n" " " #: plugin.py:249 msgid "No tasks matched that query." msgstr "Nessun compito corrisponde alla richiesta." #: plugin.py:255 #, docstring msgid "" "<id> <priority>\n" "\n" " Sets the priority of the todo with the given id to the specified value.\n" " " msgstr "" "<id> <priorità>\n" "\n" " Imposta la priorità del compito con l'id fornito al valore specificato.\n" " " #: plugin.py:269 #, docstring msgid "" "<task id> <regexp>\n" "\n" " Modify the task with the given id using the supplied regexp.\n" " " msgstr "" "<id compito> <regexp>\n" "\n" " Modifica il compito con il dato id utilizzando una regexp.\n" " "