Module: wine
Branch: master
Commit: fb4bb588808ff82fb7d348af0d1b13d75eb1aced
URL: http://source.winehq.org/git/wine.git/?a=commit;h=fb4bb588808ff82fb7d348af0…
Author: Davide Pizzetti <erpizzo(a)alice.it>
Date: Wed Jul 21 23:47:36 2010 +0200
xcopy: Italian translation update.
---
programs/xcopy/It.rc | 26 +++++++++++++-------------
1 files changed, 13 insertions(+), 13 deletions(-)
diff --git a/programs/xcopy/It.rc b/programs/xcopy/It.rc
index 258cb3f..a3b742a 100644
--- a/programs/xcopy/It.rc
+++ b/programs/xcopy/It.rc
@@ -31,10 +31,10 @@ STRINGTABLE
STRING_INVPARMS, "Numero non valido di parametri - Digita xcopy /? per l'aiuto\n"
STRING_INVPARM, "Parametro '%s' non valido - Digita xcopy /? per l'aiuto\n"
STRING_PAUSE, "Premi Invio per iniziare a copiare\n"
- STRING_SIMCOPY, "%d file(s) sarebbero copiati\n"
- STRING_COPY, "%d file(s) copiati\n"
+ STRING_SIMCOPY, "%d file sarebbero copiati\n"
+ STRING_COPY, "%d file copiato/i\n"
STRING_QISDIR, "'%s' è il nome di un file o una cartella\n" \
- "sull'obiettivo?\n" \
+ "nell'obiettivo?\n" \
"(F - File, C - Cartella)\n"
STRING_SRCPROMPT,"%s? (Sì|No)\n"
STRING_OVERWRITE,"Sovrascrivere %s? (Sì|No|Tutti)\n"
@@ -56,27 +56,27 @@ XCOPY sorgente [destinazione] [/I] [/S] [/Q] [/F] [/L] [/W] [/T] [/N] [/U]\n\
\n\
Dove:\n\
\n\
-[/I] Assumi una cartella se la destinazione non esiste e sono copiati 2 o\n\
-\tpiù files\n\
+[/I] Assume una cartella se la destinazione non esiste e sono copiati 2 o\n\
+\tpiù file\n\
[/S] Copia le cartelle e le sottocartelle\n\
[/E] Copia le cartelle e le sottocartelle, includendo quelle vuote\n\
-[/Q] Non mostrare i nomi durante la copia, modalità silenziosa.\n\
+[/Q] Non mostra i nomi durante la copia, modalità silenziosa.\n\
[/F] Mostra i nomi completi della sorgente e della destinazione durante la copia\n\
[/L] Simula l'operazione, mostrando i nome che sarebbero copiati\n\
-[/W] Prompts before beginning the copy operation\n\
+[/W] Richiede prima di iniziare l'operazione di copia\n\
[/T] Crea la struttura di cartelle vuote ma non copia i files\n\
[/Y] Disabilita le conferme quando sono sovrascritti files\n\
[/-Y] Abilita le conferme quando sono sovrascritti files\n\
[/P] Chiede conferma per ogni file sorgente prima di copiare\n\
-[/N] Copia usando gli short names\n\
+[/N] Copia usando i nomi abbreviati\n\
[/U] Copia solo files che sono già presenti nella destinazione\n\
-[/R] Sovrascrivi ogni file che abbia l'attributo Sola Lettura\n\
-[/H] Includi files nascosti e di sistema nella copia\n\
+[/R] Sovrascrive ogni file che abbia l'attributo Sola Lettura\n\
+[/H] Include i file nascosti e di sistema nella copia\n\
[/C] Continua anche se accade un errore durante la copia\n\
-[/A] Copia solo files che abbiano l'attributo Archivio\n\
-[/M] Copia solo files che abbiano l'attributo Archivio, rimuovendo\n\
+[/A] Copia solo i file che abbiano l'attributo Archivio\n\
+[/M] Copia solo i file che abbiano l'attributo Archivio, rimuovendo\n\
\tl'attributo\n\
-[/D | /D:m-g-a] Copia i nuovi files o quelli modificati dopo la data fornita.\n\
+[/D | /D:m-g-a] Copia i nuovi file o quelli modificati dopo la data fornita.\n\
\t\tSe nessuna data è stata fornita, copia solo se la destinazione è più vecchia\n\
\t\tdella sorgente\n\n"
Module: wine
Branch: master
Commit: cf96f89ef0a1e680b01cbc26acb3c423e7641343
URL: http://source.winehq.org/git/wine.git/?a=commit;h=cf96f89ef0a1e680b01cbc26a…
Author: Davide Pizzetti <erpizzo(a)alice.it>
Date: Wed Jul 21 23:25:28 2010 +0200
winedbg: Italian translation update.
---
programs/winedbg/rsrc_It.rc | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/programs/winedbg/rsrc_It.rc b/programs/winedbg/rsrc_It.rc
index b74c31c..03c1265 100644
--- a/programs/winedbg/rsrc_It.rc
+++ b/programs/winedbg/rsrc_It.rc
@@ -40,13 +40,13 @@ FONT 8, "Tahoma"
BEGIN
LTEXT "",IDC_STATIC_BG,0,0,273,52,WS_BORDER,0
LTEXT "Il programma %s ha incontrato un errore e deve \
- chiudersi. Siamo spiacenti per l'inconveniente.",
+ essere chiuso. Siamo spiacenti per l'inconveniente.",
IDC_STATIC_TXT1,27,10,224,30
- LTEXT "Questo può essere causato da un problema nel programma o da una mancanza in Wine. \
+ LTEXT "Ciò può essere causato da un problema nel programma o da una mancanza di Wine. \
Potresti voler consultare http://appdb.winehq.org per consigli su \
questa applicazione.\n\n\
- Se questo problema non è presente sotto Windows e non è stato ancora riportato, \
- puoi riportarlo su http://bugs.winehq.org.",IDC_STATIC_TXT2,27,60,224,100
+ Se questo problema non è presente sotto Windows e non è stato ancora segnalato, \
+ puoi segnalarlo su http://bugs.winehq.org.",IDC_STATIC_TXT2,27,60,224,100
DEFPUSHBUTTON "Chiudi", IDOK, 205, 151, 60, 16, WS_TABSTOP
END
Module: wine
Branch: master
Commit: 068915a4f128985b0092bd0874f34cf9c88260b1
URL: http://source.winehq.org/git/wine.git/?a=commit;h=068915a4f128985b0092bd087…
Author: Stefan Dösinger <stefan(a)codeweavers.com>
Date: Tue Jul 20 21:29:54 2010 +0200
wined3d: Check the writemask before activating the oC0 optimization.
The comment above the code correctly mentions that this optimization
does not work if oC0 is written partially, but the code doesn't
actually check for this condition.
---
dlls/wined3d/shader.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/dlls/wined3d/shader.c b/dlls/wined3d/shader.c
index 66a81fb..209bae4 100644
--- a/dlls/wined3d/shader.c
+++ b/dlls/wined3d/shader.c
@@ -661,7 +661,8 @@ static HRESULT shader_get_registers_used(IWineD3DBaseShader *iface, const struct
* COLOROUT 0 is overwritten partially later, the marker is dropped again. */
ps->color0_mov = FALSE;
- if (ins.handler_idx == WINED3DSIH_MOV)
+ if (ins.handler_idx == WINED3DSIH_MOV
+ && dst_param.write_mask == WINED3DSP_WRITEMASK_ALL)
{
/* Used later when the source register is read. */
color0_mov = TRUE;