Module: wine Branch: master Commit: cabff4e2213ee777645539edabdb1611d9d0a3e0 URL: http://source.winehq.org/git/wine.git/?a=commit;h=cabff4e2213ee777645539edab...
Author: Luca Bennati lucak3@gmail.com Date: Thu Jun 3 19:13:02 2010 +0200
shell32: Fix Italian translation.
---
dlls/shell32/shell32_It.rc | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/dlls/shell32/shell32_It.rc b/dlls/shell32/shell32_It.rc index 8efa8c6..a797fda 100644 --- a/dlls/shell32/shell32_It.rc +++ b/dlls/shell32/shell32_It.rc @@ -254,6 +254,12 @@ STRINGTABLE IDS_SHUTDOWN_TITLE "Termina sessione" IDS_SHUTDOWN_PROMPT "Vuoi terminare la sessione di Wine?"
+ /* Run File dialog */ + IDS_RUNDLG_ERROR "Impossibile mostrare la finestra Esegui File (errore interno)" + IDS_RUNDLG_BROWSE_ERROR "Impossibile mostrare la finestra Sfoglia (errore interno)" + IDS_RUNDLG_BROWSE_CAPTION "Sfoglia" + IDS_RUNDLG_BROWSE_FILTER "File eseguibili\0*.exe\0Tutti i files\0*.*\0\0" + /* shell folder path default values */ IDS_STARTMENU "Start Menu" IDS_PROGRAMS "Start Menu\Programmi"