diff --git a/dlls/msi/msi.rc b/dlls/msi/msi.rc index 92d7fb94f68..397c1d18ed5 100644 --- a/dlls/msi/msi.rc +++ b/dlls/msi/msi.rc @@ -29,5 +29,6 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL #include "msi_De.rc" #include "msi_En.rc" +#include "msi_Es.rc" #include "msi_Fr.rc" #include "msi_Pt.rc" diff --git a/dlls/msi/msi_Es.rc b/dlls/msi/msi_Es.rc new file mode 100644 index 00000000000..3270f479eea --- /dev/null +++ b/dlls/msi/msi_Es.rc @@ -0,0 +1,33 @@ +/* + * Spanish resources for MSI + * + * Copyright 2005 José Manuel Ferrer Ortiz + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ + +LANGUAGE LANG_SPANISH, SUBLANG_DEFAULT + +STRINGTABLE DISCARDABLE +{ + 5 "ruta %s no encontrada" + 9 "inserte el disco %s" + 10 "parámetros incorrectos" + 11 "introduzca qué carpeta contiene %s" + 12 "instalar fuente para característica ausente" + 13 "unidad de red para característica ausente" + 14 "característica de:" + 15 "elija qué carpeta contiene %s" +}