[MPlayer-translations] CVS: main/help help_mp-it.h,1.62,1.63

Nico Sabbi nsabbi at tiscali.it
Thu Nov 3 08:43:00 CET 2005


Paolo Tresoldi (PaulTT) wrote:

>CVS change done by Paolo Tresoldi (PaulTT)
>
>Update of /cvsroot/mplayer/main/help
>In directory mail:/var2/tmp/cvs-serv22802/help
>
>Modified Files:
>	help_mp-it.h 
>Log Message:
>sync with 1.192 by PaulTT
>
>Index: help_mp-it.h
>===================================================================
>RCS file: /cvsroot/mplayer/main/help/help_mp-it.h,v
>retrieving revision 1.62
>retrieving revision 1.63
>diff -u -r1.62 -r1.63
>--- help_mp-it.h	19 Oct 2005 17:56:06 -0000	1.62
>+++ help_mp-it.h	3 Nov 2005 00:38:11 -0000	1.63
>@@ -2,7 +2,7 @@
> // Updated by: Roberto Togni <see AUTHORS for email address>
> // Updated by: PaulTT <paultt at hackerjournal.it>
> 
>-// Updated to help_mp-en.h v1.188
>+// Updated to help_mp-en.h v1.192
> 
> // TODO: change references to DOCS/HTML/en/... to DOCS/HTML/it/... when they will be updated
> //
>@@ -1026,7 +1026,7 @@
> 
> // ao_pcm.c
> #define MSGTR_AO_PCM_FileInfo "[AO PCM] File: %s (%s)\nPCM: Samplerate: %iHz Canali: %s Formato %s\n"
>-#define MSGTR_AO_PCM_HintInfo "[AO PCM] Info: un dump più veloce si ottiene con -vc dummy -vo null\nPCM: Info: per scrivere files WAVE usa -ao pcm:waveheader (default).\n"
>+#define MSGTR_AO_PCM_HintInfo "[AO PCM] Info: un dump più veloce si ottiene con -vc null -vo null\nPCM: Info: per scrivere files WAVE usa -ao pcm:waveheader (default).\n"
> #define MSGTR_AO_PCM_CantOpenOutputFile "[AO PCM] Non posso aprire %s in scrittura!\n"
> 
> // ao_sdl.c
>@@ -1110,3 +1110,42 @@
> #define MSGTR_AF_LADSPA_ErrControlBelow "%s: Il controllo di input #%d è sotto il limite inferiore di %0.4f.\n"
> #define MSGTR_AF_LADSPA_ErrControlAbove "%s: Il controllo di input #%d è sopra al limite superiore di %0.4f.\n"
> 
>+// ========================== INPUT =========================================
>+
>+// joystick.c
>+
>+#define MSGTR_INPUT_JOYSTICK_Opening "Apertura dispositivo joystick %s\n"
>+#define MSGTR_INPUT_JOYSTICK_CantOpen "Non posso aprire il dispositivo joystick %s: %s\n"
>+#define MSGTR_INPUT_JOYSTICK_ErrReading "Errore in lettura dispositivo joystick: %s\n"
>+#define MSGTR_INPUT_JOYSTICK_LoosingBytes "Joystick: persi %d byte di dati\n"
>+#define MSGTR_INPUT_JOYSTICK_WarnLostSync "Joystick: Avviso: evento in inizializzazione, persa sincronia col driver\n"
>+#define MSGTR_INPUT_JOYSTICK_WarnUnknownEvent "Joystick: Avviso: tipo di evento %d sconosciuto\n"
>+
>+// input.c
>+
>+#define MSGTR_INPUT_INPUT_ErrCantRegister2ManyCmdFds "Troppi descrittori comandi, non posso registrare il descrittore %d.\n"
>+#define MSGTR_INPUT_INPUT_ErrCantRegister2ManyKeyFds "Troppi descrittori tasti, non posso registrare il descrittore %d.\n"
>+#define MSGTR_INPUT_INPUT_ErrArgMustBeInt "Comando %s: l'argomento %d non è un'intero.\n"
>  
>

"un intero"

>+#define MSGTR_INPUT_INPUT_ErrArgMustBeFloat "Comando %s: l'argomento %d non è un decimale.\n"
>+#define MSGTR_INPUT_INPUT_ErrUnterminatedArg "Comando %s: l'argomento %d è indeterminato.\n"
>+#define MSGTR_INPUT_INPUT_ErrUnknownArg "Argomento %d sconosciuto\n"
>+#define MSGTR_INPUT_INPUT_Err2FewArgs "Il comando %s richiede almeno %d argomenti, trovati solo %d finora.\n"
>+#define MSGTR_INPUT_INPUT_ErrReadingCmdFd "Errore in lettura descrittore comandi %d: %s\n"
>+#define MSGTR_INPUT_INPUT_ErrCmdBufferFullDroppingContent "Il buffer cmd del descrittore %d è pieno: ne scarto il contenuto\n"
>+#define MSGTR_INPUT_INPUT_ErrInvalidCommandForKey "Controllo non valido legato al tasto '%s'"
>+#define MSGTR_INPUT_INPUT_ErrSelect "Errore selezione: %s\n"
>+#define MSGTR_INPUT_INPUT_ErrOnKeyInFd "Errore nel descrittore input tasto %d\n"
>+#define MSGTR_INPUT_INPUT_ErrDeadKeyOnFd "Input da tasto morto nel descrittore %d\n"
>+#define MSGTR_INPUT_INPUT_Err2ManyKeyDowns "Troppi eventi di tasto premuto contemporaneamente\n"
>  
>
it's ambigous: I'd say "di 'tasto premuto'" contemporaneamente, but it 
sucks nontheless.
I'm sure you can find better wording :)

>+#define MSGTR_INPUT_INPUT_ErrOnCmdFd "Errore nel descrittore comando %d\n"
>+#define MSGTR_INPUT_INPUT_ErrReadingInputConfig "Fallimento nella lettura del file di configurazione dell'input %s: %s\n"
>+#define MSGTR_INPUT_INPUT_ErrUnknownKey "Il tasto '%s' è sconosciuto\n"
>+#define MSGTR_INPUT_INPUT_ErrUnfinishedBinding "Legame %s non completato\n"
>+#define MSGTR_INPUT_INPUT_ErrBuffer2SmallForKeyName "Il buffer è troppo piccolo per questo nome tasto: %s\n"
>+#define MSGTR_INPUT_INPUT_ErrNoCmdForKey "Nessun comando trovato per il tasto %s"
>+#define MSGTR_INPUT_INPUT_ErrBuffer2SmallForCmd "Il buffer è troppo piccolo per il comando %s\n"
>+#define MSGTR_INPUT_INPUT_ErrWhyHere "Cosa ci stiamo facendo qui?\n"
>+#define MSGTR_INPUT_INPUT_ErrCantInitJoystick "Impossibile inizializzare i controlli del joystick\n"
>+#define MSGTR_INPUT_INPUT_ErrCantStatFile "Impossibile fare stat di %s: %s\n"
>+#define MSGTR_INPUT_INPUT_ErrCantOpenFile "Impossibile aprire %s: %s\n"
>+
>
>_______________________________________________
>MPlayer-translations mailing list
>MPlayer-translations at mplayerhq.hu
>http://mplayerhq.hu/mailman/listinfo/mplayer-translations
>
>  
>





More information about the MPlayer-translations mailing list