Exit script is now also localized

This commit is contained in:
Glen De Cauwsemaecker 2014-04-12 20:49:08 +02:00
parent 8e8b49708b
commit 74f8a469a5
7 changed files with 8 additions and 1 deletions

View file

@ -4,6 +4,7 @@
<native>Deutsch</native>
<description>German</description>
<tips>Before we start the installation, here are some tips:</tips>
<exit>Press any key to exit...</exit>
</global>
<language>
<choosen>You have choosen Deutsch as your language.</choosen>

View file

@ -4,6 +4,7 @@
<native>English</native>
<description>English</description>
<tips>Before we start the installation, here are some tips:</tips>
<exit>Press any key to exit...</exit>
</global>
<language>
<choosen>You have choosen English as your language.</choosen>

View file

@ -4,6 +4,7 @@
<native>Nederlands</native>
<description>Dutch</description>
<tips>Voor we verder gaan met de installatie hier volgen enkele tips:</tips>
<exit>Druk een willekeurige toets in om af te sluiten...</exit>
</global>
<language>
<choosen>Je hebt Nederlands gekozen als jouw taal naar keuze.</choosen>

View file

@ -4,6 +4,7 @@
<native>ðóññêèé</native>
<description>Russian</description>
<tips>Before we start the installation, here are some tips:</tips>
<exit>Press any key to exit...</exit>
</global>
<language>
<choosen>You have choosen ðóññêèé as your language.</choosen>

View file

@ -4,6 +4,7 @@
<native>简体中文</native>
<description>Traditional Chinese</description>
<tips>Before we start the installation, here are some tips:</tips>
<exit>Press any key to exit...</exit>
</global>
<language>
<choosen>You have choosen 简体中文 as your language.</choosen>

View file

@ -4,6 +4,7 @@
<native>繁体中文</native>
<description>Simplified Chinese</description>
<tips>Before we start the installation, here are some tips:</tips>
<exit>Press any key to exit...</exit>
</global>
<language>
<choosen>You have choosen 繁体中文 as your language.</choosen>

View file

@ -1,2 +1,3 @@
set /p res="Press any key to exit..."
call get_local_text global_exit global exit
set /p res="%global_exit%"
exit