Jose Rostagno : shell32: Fix Spanish translation.
Module: wine Branch: master Commit: 15b6f4df03d53032a07687f5c86a63af62a59ea3 URL: http://source.winehq.org/git/wine.git/?a=commit;h=15b6f4df03d53032a07687f5c8... Author: Jose Rostagno <joserostagno(a)hotmail.com> Date: Tue Jun 8 14:29:08 2010 -0300 shell32: Fix Spanish translation. --- dlls/shell32/shell32_Es.rc | 8 +++++--- 1 files changed, 5 insertions(+), 3 deletions(-) diff --git a/dlls/shell32/shell32_Es.rc b/dlls/shell32/shell32_Es.rc index 176c677..9873c28 100644 --- a/dlls/shell32/shell32_Es.rc +++ b/dlls/shell32/shell32_Es.rc @@ -287,9 +287,11 @@ STRINGTABLE IDS_NEWFOLDER "Nueva carpeta" - IDS_CPANEL_TITLE "Wine Control Panel" - IDS_CPANEL_NAME "Name" - IDS_CPANEL_DESCRIPTION "Description" + IDS_CPANEL_TITLE "Panel de Control de Wine" + IDS_CPANEL_NAME "Nombre" + IDS_CPANEL_DESCRIPTION "Descripci�n" + + IDS_SHLEXEC_NOASSOC "No hay un programa de Windows configurado para abrir este tipo de archivo." } STRINGTABLE
participants (1)
-
Alexandre Julliard