Added MSI Spanish resources.
This commit is contained in:
parent
43b2826714
commit
f151e9b174
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
}
|
Loading…
Reference in New Issue