This is an automated email from the git hooks/post-receive script. t r a n s i f e x p u s h e d a c o m m i t t o b r a n c h m a s t e r in repository apps/catfish.
commit d21637cd94e2fc21b131a881b4d4e61877264ae1 Author: Emanuele Petriglia <[email protected]> Date: Wed Jul 24 00:30:58 2019 +0200 I18n: Update translation it (100%). 120 translated messages. Transifex (https://www.transifex.com/xfce/public/). --- po/it.po | 106 +++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 59 insertions(+), 47 deletions(-) diff --git a/po/it.po b/po/it.po index 063206f..95afec0 100644 --- a/po/it.po +++ b/po/it.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-03-05 20:20-0500\n" +"POT-Creation-Date: 2019-07-22 16:49-0400\n" "PO-Revision-Date: 2018-06-28 22:08+0000\n" "Last-Translator: Emanuele Petriglia <[email protected]>, 2019\n" "Language-Team: Italian (https://www.transifex.com/xfce/teams/16840/it/)\n" @@ -24,7 +24,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: ../org.xfce.Catfish.desktop.in.h:1 ../data/ui/CatfishWindow.ui.h:28 -#: ../catfish/CatfishWindow.py:666 +#: ../catfish/CatfishWindow.py:679 msgid "Catfish File Search" msgstr "Catfish ricerca di file" @@ -146,7 +146,7 @@ msgstr "Il database di ricerca è vecchio più di 7 giorni. Aggiornarlo ora?" msgid "File Type" msgstr "Tipo di File" -#: ../data/ui/CatfishWindow.ui.h:27 ../catfish/CatfishWindow.py:1133 +#: ../data/ui/CatfishWindow.ui.h:27 ../catfish/CatfishWindow.py:1215 msgid "Modified" msgstr "Modificato" @@ -239,45 +239,45 @@ msgstr "" "Per risultati più rapidi, il database di ricerca deve essere aggiornato.\n" "Questa azione richiede i privilegi di amministrazione." -#: ../catfish/__init__.py:37 +#: ../catfish/__init__.py:38 msgid "Usage: %prog [options] path query" msgstr "Uso: %prog [opzioni] percorso ricerca" -#: ../catfish/__init__.py:42 +#: ../catfish/__init__.py:43 msgid "Show debug messages (-vv will also debug catfish_lib)" msgstr "" "Mostra i messaggi di debug (-vv abiliterà il debug anche di catfish_lib)" -#: ../catfish/__init__.py:45 +#: ../catfish/__init__.py:46 msgid "Use large icons" msgstr "Usa icone grandi" -#: ../catfish/__init__.py:47 +#: ../catfish/__init__.py:48 msgid "Use thumbnails" msgstr "Usa miniature" -#: ../catfish/__init__.py:49 +#: ../catfish/__init__.py:50 msgid "Display time in ISO format" msgstr "Mostra l'ora in formato ISO" #. Translators: Do not translate PATH, it is a variable. -#: ../catfish/__init__.py:51 +#: ../catfish/__init__.py:52 msgid "Set the default search path" msgstr "Imposta il percorso di ricerca predefinito" -#: ../catfish/__init__.py:53 +#: ../catfish/__init__.py:54 msgid "Perform exact match" msgstr "Ricerca una corrispondenza esatta" -#: ../catfish/__init__.py:55 +#: ../catfish/__init__.py:56 msgid "Include hidden files" msgstr "Includi i file nascosti" -#: ../catfish/__init__.py:57 +#: ../catfish/__init__.py:58 msgid "Perform fulltext search" msgstr "Esegui una ricerca interna dei file di testo" -#: ../catfish/__init__.py:59 +#: ../catfish/__init__.py:60 msgid "" "If path and query are provided, start searching when the application is " "displayed." @@ -285,47 +285,52 @@ msgstr "" "Se sono forniti un percorso e una stringa, inizia la ricerca quando " "l'applicazione viene visualizzata." +#: ../catfish/__init__.py:77 +#, python-brace-format +msgid "Try GDK_BACKEND=x11 {0}\n" +msgstr "Prova GDK_BACKEND=x11 {0}\n" + #. Translators: this text is displayed next to #. a filename that is not utf-8 encoded. -#: ../catfish/CatfishWindow.py:84 +#: ../catfish/CatfishWindow.py:95 #, python-format msgid "%s (invalid encoding)" msgstr "%s (codifica non valida)" -#: ../catfish/CatfishWindow.py:238 +#: ../catfish/CatfishWindow.py:249 msgid "Unknown" msgstr "Sconosciuto" -#: ../catfish/CatfishWindow.py:242 +#: ../catfish/CatfishWindow.py:253 msgid "Never" msgstr "Mai" -#: ../catfish/CatfishWindow.py:634 +#: ../catfish/CatfishWindow.py:647 msgid "An error occurred while updating the database." msgstr "È stato riscontrato un errore nell'aggiornamento del database." -#: ../catfish/CatfishWindow.py:636 +#: ../catfish/CatfishWindow.py:649 msgid "Authentication failed." msgstr "Impossibile eseguire l'autenticazione." -#: ../catfish/CatfishWindow.py:642 +#: ../catfish/CatfishWindow.py:655 msgid "Authentication cancelled." msgstr "Autenticazione annullata." -#: ../catfish/CatfishWindow.py:648 +#: ../catfish/CatfishWindow.py:661 msgid "Search database updated successfully." msgstr "Il database di ricerca è stato aggiornato con successo." #. Set the dialog status to running. -#: ../catfish/CatfishWindow.py:723 +#: ../catfish/CatfishWindow.py:736 msgid "Updating..." msgstr "Aggiornamento in corso..." -#: ../catfish/CatfishWindow.py:757 +#: ../catfish/CatfishWindow.py:770 msgid "Stop Search" msgstr "Interrompi ricerca" -#: ../catfish/CatfishWindow.py:758 +#: ../catfish/CatfishWindow.py:771 msgid "" "Search is in progress...\n" "Press the cancel button or the Escape key to stop." @@ -333,31 +338,31 @@ msgstr "" "Ricerca in corso...\n" "Premere il bottone annulla od il tasto Esc per interrompere." -#: ../catfish/CatfishWindow.py:767 +#: ../catfish/CatfishWindow.py:780 msgid "Begin Search" msgstr "Inizio ricerca" -#: ../catfish/CatfishWindow.py:959 +#: ../catfish/CatfishWindow.py:1035 #, python-format msgid "\"%s\" could not be opened." msgstr "Impossibile aprire «%s»." -#: ../catfish/CatfishWindow.py:1005 +#: ../catfish/CatfishWindow.py:1087 #, python-format msgid "\"%s\" could not be saved." msgstr "Impossibile salvare «%s»." -#: ../catfish/CatfishWindow.py:1022 +#: ../catfish/CatfishWindow.py:1104 #, python-format msgid "\"%s\" could not be deleted." msgstr "Impossibile eliminare «%s»." -#: ../catfish/CatfishWindow.py:1062 +#: ../catfish/CatfishWindow.py:1144 #, python-format msgid "Save \"%s\" as..." msgstr "Salva «%s» come…" -#: ../catfish/CatfishWindow.py:1097 +#: ../catfish/CatfishWindow.py:1179 #, python-format msgid "" "Are you sure that you want to \n" @@ -366,7 +371,7 @@ msgstr "" "Davvero eliminare «%s» \n" "in modo parmanente?" -#: ../catfish/CatfishWindow.py:1101 +#: ../catfish/CatfishWindow.py:1183 #, python-format msgid "" "Are you sure that you want to \n" @@ -375,43 +380,43 @@ msgstr "" "Davvero eliminare i %i file selezionati \n" "in modo permanente?" -#: ../catfish/CatfishWindow.py:1104 +#: ../catfish/CatfishWindow.py:1186 msgid "If you delete a file, it is permanently lost." msgstr "Se si elimina un file, esso non sarà più recuperabile." -#: ../catfish/CatfishWindow.py:1127 +#: ../catfish/CatfishWindow.py:1209 msgid "Filename" msgstr "Nome file" -#: ../catfish/CatfishWindow.py:1129 +#: ../catfish/CatfishWindow.py:1211 msgid "Size" msgstr "Dimensione" -#: ../catfish/CatfishWindow.py:1131 +#: ../catfish/CatfishWindow.py:1213 msgid "Location" msgstr "Posizione" -#: ../catfish/CatfishWindow.py:1143 +#: ../catfish/CatfishWindow.py:1225 msgid "Preview" msgstr "Anteprima" -#: ../catfish/CatfishWindow.py:1151 +#: ../catfish/CatfishWindow.py:1233 msgid "Details" msgstr "Dettagli" -#: ../catfish/CatfishWindow.py:1374 +#: ../catfish/CatfishWindow.py:1456 msgid "Today" msgstr "Oggi" -#: ../catfish/CatfishWindow.py:1376 +#: ../catfish/CatfishWindow.py:1458 msgid "Yesterday" msgstr "Ieri" -#: ../catfish/CatfishWindow.py:1457 +#: ../catfish/CatfishWindow.py:1539 msgid "No files found." msgstr "Nessun file trovato." -#: ../catfish/CatfishWindow.py:1459 +#: ../catfish/CatfishWindow.py:1541 msgid "" "Try making your search less specific\n" "or try another directory." @@ -419,37 +424,44 @@ msgstr "" "Provare a fare una ricerca meno specifica\n" "o provare un'altra cartella." -#: ../catfish/CatfishWindow.py:1465 +#: ../catfish/CatfishWindow.py:1547 msgid "1 file found." msgstr "Trovato 1 file." -#: ../catfish/CatfishWindow.py:1467 +#: ../catfish/CatfishWindow.py:1549 #, python-format msgid "%i files found." msgstr "Trovati %i file." -#: ../catfish/CatfishWindow.py:1473 +#: ../catfish/CatfishWindow.py:1555 msgid "bytes" msgstr "byte" -#: ../catfish/CatfishWindow.py:1581 ../catfish/CatfishWindow.py:1590 +#: ../catfish/CatfishWindow.py:1663 ../catfish/CatfishWindow.py:1672 msgid "Searching..." msgstr "Ricerca in corso…" -#: ../catfish/CatfishWindow.py:1583 +#: ../catfish/CatfishWindow.py:1665 msgid "Results will be displayed as soon as they are found." msgstr "I risultati saranno mostrati non appena verranno trovati." -#: ../catfish/CatfishWindow.py:1588 +#: ../catfish/CatfishWindow.py:1670 #, python-format msgid "Searching for \"%s\"" msgstr "Ricerca di \"%s\"" -#: ../catfish/CatfishWindow.py:1678 +#: ../catfish/CatfishWindow.py:1760 #, python-format msgid "Search results for \"%s\"" msgstr "Risultati della ricerca di \"%s\"" +#: ../catfish/AboutCatfishDialog.py:37 +msgid "translator-credits" +msgstr "" +"Emanuele Petriglia <[email protected]>, 2018-2019\n" +"Cristian Marchi <[email protected]>, 2009\n" +"Gianluca Foddis <[email protected]>, 2009" + #: ../catfish_lib/SudoDialog.py:138 msgid "Password Required" msgstr "Password richiesta" -- To stop receiving notification emails like this one, please contact the administrator of this repository. _______________________________________________ Xfce4-commits mailing list [email protected] https://mail.xfce.org/mailman/listinfo/xfce4-commits
