added support for Spanish
This commit is contained in:
parent
b0ddb60612
commit
f98bd1db35
3 changed files with 5 additions and 2 deletions
|
@ -20,8 +20,8 @@
|
||||||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
# Author : $Author: maroy $
|
# Author : $Author: fgerlits $
|
||||||
# Version : $Revision: 1.37 $
|
# Version : $Revision: 1.38 $
|
||||||
# Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/products/gLiveSupport/etc/Makefile.in,v $
|
# Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/products/gLiveSupport/etc/Makefile.in,v $
|
||||||
#
|
#
|
||||||
# @configure_input@
|
# @configure_input@
|
||||||
|
@ -206,6 +206,7 @@ G_LIVESUPPORT_OBJS = ${TMP_DIR}/GLiveSupport.o \
|
||||||
|
|
||||||
G_LIVESUPPORT_RES = ${TMP_DIR}/${PACKAGE_NAME}_root.res \
|
G_LIVESUPPORT_RES = ${TMP_DIR}/${PACKAGE_NAME}_root.res \
|
||||||
${TMP_DIR}/${PACKAGE_NAME}_en.res \
|
${TMP_DIR}/${PACKAGE_NAME}_en.res \
|
||||||
|
${TMP_DIR}/${PACKAGE_NAME}_es.res \
|
||||||
${TMP_DIR}/${PACKAGE_NAME}_hu.res
|
${TMP_DIR}/${PACKAGE_NAME}_hu.res
|
||||||
|
|
||||||
G_LIVESUPPORT_EXE_OBJS = ${TMP_DIR}/main.o
|
G_LIVESUPPORT_EXE_OBJS = ${TMP_DIR}/main.o
|
||||||
|
|
|
@ -100,6 +100,7 @@
|
||||||
|
|
||||||
<supportedLanguages>
|
<supportedLanguages>
|
||||||
<language locale="en" name="English"/>
|
<language locale="en" name="English"/>
|
||||||
|
<language locale="es" name="Español"/>
|
||||||
<language locale="hu" name="Magyar"/>
|
<language locale="hu" name="Magyar"/>
|
||||||
</supportedLanguages>
|
</supportedLanguages>
|
||||||
|
|
||||||
|
|
|
@ -100,6 +100,7 @@
|
||||||
|
|
||||||
<supportedLanguages>
|
<supportedLanguages>
|
||||||
<language locale="en" name="English"/>
|
<language locale="en" name="English"/>
|
||||||
|
<language locale="es" name="Español"/>
|
||||||
<language locale="hu" name="Magyar"/>
|
<language locale="hu" name="Magyar"/>
|
||||||
</supportedLanguages>
|
</supportedLanguages>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue