summaryrefslogtreecommitdiffstats
path: root/help
diff options
context:
space:
mode:
authorrtognimp <rtognimp@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-10-06 19:54:37 +0000
committerrtognimp <rtognimp@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-10-06 19:54:37 +0000
commite1dc18eab8c41ec0b0139190f037ab55f34eb1fc (patch)
treee675a9c11851fe7dd08c777feb22a73e0d41638d /help
parent4efadabf5f4d2588efabdc5be4aae7e70e863392 (diff)
downloadmpv-e1dc18eab8c41ec0b0139190f037ab55f34eb1fc.tar.bz2
mpv-e1dc18eab8c41ec0b0139190f037ab55f34eb1fc.tar.xz
sync
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7639 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'help')
-rw-r--r--help/help_mp-it.h10
1 files changed, 8 insertions, 2 deletions
diff --git a/help/help_mp-it.h b/help/help_mp-it.h
index 8496f3df10..75b1f77aa0 100644
--- a/help/help_mp-it.h
+++ b/help/help_mp-it.h
@@ -1,7 +1,7 @@
// Translated by: Fabio Olimpieri <fabio.olimpieri@tin.it>
// Updated by: Roberto Togni <see AUTHORS for email address>
-// Updated to help_mp-en.h v1.61
+// Updated to help_mp-en.h v1.63
// Translated files should be uploaded to ftp://mplayerhq.hu/MPlayer/incoming
// and send a notify message to mplayer-dev-eng maillist.
@@ -101,11 +101,13 @@ static char help_text[]=
"!!! Possibili cause, problemi, soluzioni: \n"\
"- Nella maggior parte dei casi: driver audio corrotto/bacato. Soluzione: prova -ao sdl o usa\n"\
" ALSA 0.5 o l\'emulazione oss di ALSA 0.9. Leggi DOCS/sound.html per ulteriori suggerimenti!\n"\
+" Puoi anche provare con -autosync 30 o altri valori.\n"\
"- Output video lento. Prova un differente -vo driver (per la lista completa: -vo help) o prova\n"\
" con -framedrop ! Leggi DOCS/video.html per suggerimenti sulla regolazione/accelerazione del video.\n"\
"- Cpu lenta. Non provare a riprodurre grossi dvd/divx su cpu lente! Prova -hardframedrop\n"\
"- File corrotto. Prova varie combinazioni di: -nobps -ni -mc 0 -forceidx\n"\
-"- Stai usando -cache per riprodurre un file senza interleave? Prova con -nocache.\n"\
+"- Per riprodurre da dispositivi lenti (dischi nfs/smb, dvd, vcd etc) prova -cache 8192\n"\
+"- Stai usando -cache per riprodurre un file AVI senza interleave? Prova con -nocache.\n"\
"Se il problema non è in nessuno di questi casi, allora leggi DOCS/bugreports.html !\n\n"
#define MSGTR_NoGui "MPlayer è stato compilato senza il supporto della GUI!\n"
@@ -168,6 +170,10 @@ static char help_text[]=
#define MSGTR_ConnToServer "Connesso al server: %s\n"
#define MSGTR_FileNotFound "File non trovato: '%s'\n"
+#define MSGTR_SMBInitError "Impossibile inizializzare la libreria libsmbclient: %d\n"
+#define MSGTR_SMBFileNotFound "Impossibile aprire dalla rete: '%s'\n"
+#define MSGTR_SMBNotCompiled "MPlayer non è stato compilato con supporto di lettura da SMB\n"
+
#define MSGTR_CantOpenDVD "Impossibile aprire il dispositivo DVD: %s\n"
#define MSGTR_DVDwait "Leggo la struttura del disco, per favore aspetta...\n"
#define MSGTR_DVDnumTitles "Ci sono %d titoli su questo DVD.\n"