mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-23 23:58:02 -05:00
Exit script is now also localized
This commit is contained in:
parent
8e8b49708b
commit
74f8a469a5
7 changed files with 8 additions and 1 deletions
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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
|
Loading…
Reference in a new issue