Limnoria/plugins/Todo/locales/it.po

183 lines
4.6 KiB
Plaintext

msgid ""
msgstr ""
"Project-Id-Version: Limnoria\n"
"POT-Creation-Date: 2022-02-06 00:12+0100\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:51
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:123
msgid ""
"This plugin allows you to create your own personal to-do list on\n"
" the bot."
msgstr ""
#: plugin.py:139
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:150
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:157
msgid "#%i: %s"
msgstr "#%i: %s"
#: plugin.py:162
msgid "%s for %s: %L"
msgstr "%s per %s: %L"
#: plugin.py:166
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:168
msgid "You have no tasks in your todo list."
msgstr "Non hai compiti nella tua lista delle cose da fare."
#: plugin.py:175
msgid "Active"
msgstr "Attivo"
#: plugin.py:177
msgid "Inactive"
msgstr "Inattivo"
#: plugin.py:179
msgid ", priority: %i"
msgstr ", priorità: %i"
#: plugin.py:182
msgid "%s todo for %s: %s (Added at %s)"
msgstr "%s compito per %s: %s (Aggiunto il %s)"
#: plugin.py:186 plugin.py:270 plugin.py:284
msgid "task id"
msgstr "id compito"
#: plugin.py:191
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:202
msgid "(Todo #%i added)"
msgstr "(Compito #%i aggiunto)"
#: plugin.py:208
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:219
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:223
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:233
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:256
msgid "No tasks matched that query."
msgstr "Nessun compito corrisponde alla richiesta."
#: plugin.py:262
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:276
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"
" "