summaryrefslogtreecommitdiffstats
path: root/help
diff options
context:
space:
mode:
authorptt <ptt@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-01-02 02:02:57 +0000
committerptt <ptt@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-01-02 02:02:57 +0000
commitccd1c554518299dbf6eec6051475ab53913e46a6 (patch)
treef1b631430563574b60870e59c9a52864815bad6e /help
parente1661cd170bb47048e1f71abb8dac2ad07fa81e5 (diff)
downloadmpv-ccd1c554518299dbf6eec6051475ab53913e46a6.tar.bz2
mpv-ccd1c554518299dbf6eec6051475ab53913e46a6.tar.xz
sync up to 1.216
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17283 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'help')
-rw-r--r--help/help_mp-it.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/help/help_mp-it.h b/help/help_mp-it.h
index cd1da16dd7..6c745c668d 100644
--- a/help/help_mp-it.h
+++ b/help/help_mp-it.h
@@ -2,7 +2,7 @@
// Updated by: Roberto Togni <see AUTHORS for email address>
// Updated by: PaulTT <paultt@hackerjournal.it>
-// Updated to help_mp-en.h v1.213
+// Updated to help_mp-en.h v1.216
// TODO: change references to DOCS/HTML/en/... to DOCS/HTML/it/... when they will be updated
//
@@ -242,6 +242,9 @@ static char help_text[]=
#define MSGTR_NoVideoEncoderSelected "\nNessun encoder video (-ovc) scelto! Selezionane uno (vedi -ovc help).\n"
#define MSGTR_CannotOpenOutputFile "Impossibile aprire il file di output '%s'.\n"
#define MSGTR_EncoderOpenFailed "Errore nell'apertura dell'encoder.\n"
+#define MSGTR_MencoderWrongFormatAVI "\nATTENZIONE: IL FORMATO DEL FILE DI OUTPUT È _AVI_. vedi -of help.\n"
+#define MSGTR_MencoderWrongFormatMPG "\nATTENZIONE: IL FORMATO DEL FILE DI OUTPUT È _MPEG_. vedi -of help.\n"
+#define MSGTR_MissingOutputFilename "Nessun file di output specificato, per favore verifica l'opzione -o"
#define MSGTR_ForcingOutputFourcc "Forzo il fourcc di output a %x [%.4s]\n"
#define MSGTR_ForcingOutputAudiofmtTag "Forzo la tag del formato audio a 0x%x\n"
#define MSGTR_DuplicateFrames "\n%d fotogramma/i duplicato/i!!! \n"
@@ -954,7 +957,7 @@ static char help_text[]=
// ======================= VO Video Output drivers ========================
#define MSGTR_VOincompCodec "Il dispositivo di uscita video_out scelto è incompatibile con questo codec.\n"\
- "Prova anche aggiungendo il filtro scale, per esempio -vf spp,scale invece di -vf spp.\n"
+ "Prova aggiungendo il filtro scale, per esempio -vf spp,scale invece di -vf spp.\n"
#define MSGTR_VO_GenericError "E' accaduto questo errore"
#define MSGTR_VO_UnableToAccess "Impossibile accedere a"
#define MSGTR_VO_ExistsButNoDirectory "già esiste, ma non è una directory."