aboutsummaryrefslogtreecommitdiffstats
path: root/game/languages/English.ini (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix upper/lowercasek-m_schindler2016-01-061-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@3193 b956fd51-792f-4845-bead-9b4dfca2ff2c
* add About screenk-m_schindler2016-01-061-1/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@3192 b956fd51-792f-4845-bead-9b4dfca2ff2c
* add about, jukebox and credits buttons and rearrange the buttons in the main ↵k-m_schindler2016-01-051-1/+7
| | | | | | screen. The functions of the about and jukebox buttons are still off. git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@3191 b956fd51-792f-4845-bead-9b4dfca2ff2c
* * added texts and English+German translation for JukeBoxbasisbit2015-09-141-0/+15
| | | | | | | | | | * write to log if a skin-texture can't be found / loaded * implemented search-feature in jukebox-mode similar to the search feature in normal mode * fixed bunch of bugs in jukebox mode that existed in usdx wp * jukebox mode: start playing full playlist when user presses enter after doing a search without results instead of crashing * repeat playlist by default in jukebox mode git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@3137 b956fd51-792f-4845-bead-9b4dfca2ff2c
* adjust some minor issues and prepare for moving the threshold and mic-boost ↵k-m_schindler2014-01-011-2/+2
| | | | | | options from sound to record. git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@3067 b956fd51-792f-4845-bead-9b4dfca2ff2c
* add Gaelic/Scotish transalations. Still needs fixes of 2 screens.k-m_schindler2013-02-161-0/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2939 b956fd51-792f-4845-bead-9b4dfca2ff2c
* revert commenting of chinese and russian. they are present.k-m_schindler2012-03-011-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2835 b956fd51-792f-4845-bead-9b4dfca2ff2c
* add Romanian language file.k-m_schindler2012-03-011-2/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2834 b956fd51-792f-4845-bead-9b4dfca2ff2c
* added missing chinese language entry in English.ini and all other lang-filestobigun2010-11-081-0/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2716 b956fd51-792f-4845-bead-9b4dfca2ff2c
* Fix translation identifiers for the "Hold the Line" modulenexus892010-10-191-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2686 b956fd51-792f-4845-bead-9b4dfca2ff2c
* - updated language files again.canni02010-06-171-0/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2543 b956fd51-792f-4845-bead-9b4dfca2ff2c
* - corrected some small typoscanni02010-06-131-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2516 b956fd51-792f-4845-bead-9b4dfca2ff2c
* Czech language file added. Thanks to Oblack tobigun2010-06-111-0/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2494 b956fd51-792f-4845-bead-9b4dfca2ff2c
* English.ini updatetobigun2010-06-091-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2464 b956fd51-792f-4845-bead-9b4dfca2ff2c
* language file updatetobigun2010-06-091-1/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2462 b956fd51-792f-4845-bead-9b4dfca2ff2c
* - Now on sing-screen entry a check is performed if mics are assigned to all ↵tobigun2010-06-061-1/+2
| | | | | | | | | | | players. If not an error popup is displayed (but the sing-screen does not abort). - Player 1 is not assigned to the first detected audio device anymore - Previously the auto-detected one might have been a non-mic port of the internal sound card like mono or stereo mix - If the user has singstar mics he does not have to check for other automatically assigned devices for player 1 what caused many problems in the past -> Providing no default might be better (and the user can check the input volume, too) git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2449 b956fd51-792f-4845-bead-9b4dfca2ff2c
* add Hungarian + some minor fixes.k-m_schindler2010-05-241-0/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2418 b956fd51-792f-4845-bead-9b4dfca2ff2c
* validate microphone settings when leaving the record options and when USDX ↵tobigun2010-05-081-1/+2
| | | | | | | | | is started: - check if a user is assigned to multiple devices. If this is the case either do not leave the record options (if we already are there) or enter the record options (if USDX was started) - the check is performed by calling TAudioInputProcessor.ValidateSettings() git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2346 b956fd51-792f-4845-bead-9b4dfca2ff2c
* ERROR_NO_EDITOR added to language filestobigun2010-05-081-1/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2345 b956fd51-792f-4845-bead-9b4dfca2ff2c
* add name of icelandic to english language filewhiteshark02010-04-151-0/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2243 b956fd51-792f-4845-bead-9b4dfca2ff2c
* fix minor typowhiteshark02010-04-141-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2238 b956fd51-792f-4845-bead-9b4dfca2ff2c
* fixed typowhiteshark02010-03-181-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2208 b956fd51-792f-4845-bead-9b4dfca2ff2c
* merged lua into trunks_alexander2010-01-121-16/+32
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2071 b956fd51-792f-4845-bead-9b4dfca2ff2c
* Add Date to Score, Filter Players, Switch Difficulty - ID: 2901824s_alexander2009-12-061-1/+4
| | | | | | | | | | | | applied patch form sf.net bug tracker (id: 2901824) thanks to brunzelchen - Add a date-column to the score entries (UNIX-Timestamp); the date will be shown on Top5- und Stats Screen! - The Players on Top-5-Screen are now filtered: Every player with his best score! - You can switch through the difficulties on Top-5-Screen git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1972 b956fd51-792f-4845-bead-9b4dfca2ff2c
* merged unicode branch (r1931) into trunks_alexander2009-11-091-2/+14
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1939 b956fd51-792f-4845-bead-9b4dfca2ff2c
* Luxembourgish language addedwhiteshark02009-11-081-5/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1938 b956fd51-792f-4845-bead-9b4dfca2ff2c
* correct Italienisch to Italiank-m_schindler2009-11-071-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1936 b956fd51-792f-4845-bead-9b4dfca2ff2c
* typo correction: BALCK -> BLACK; thanks to zup3rvockk-m_schindler2009-07-011-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1844 b956fd51-792f-4845-bead-9b4dfca2ff2c
* Translation of the language settings. Part 2. Also the missing update of the ↵k-m_schindler2009-06-281-0/+15
| | | | | | japanese file for all the translations of the option settings done in the last few commits git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1835 b956fd51-792f-4845-bead-9b4dfca2ff2c
* new option valuesk-m_schindler2009-06-271-3/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1830 b956fd51-792f-4845-bead-9b4dfca2ff2c
* Translation of option values. part 1k-m_schindler2009-06-271-0/+60
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1828 b956fd51-792f-4845-bead-9b4dfca2ff2c
* - corrected string variable in all languagescanni02009-04-181-1/+1
| | | | | | - updated german language (thx to Michael for some suggestions) git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1679 b956fd51-792f-4845-bead-9b4dfca2ff2c
* Deluxe theme for Editor menu. Part 1k-m_schindler2008-11-301-1/+13
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1532 b956fd51-792f-4845-bead-9b4dfca2ff2c
* Errormessages during songload now translatablewhiteshark02008-10-091-1/+5
| | | | | | | | | | | German and English translations updated Added four new language strings: ERROR_CORRUPT_SONG_FILE_NOT_FOUND ERROR_CORRUPT_SONG_NO_NOTES ERROR_CORRUPT_SONG_NO_BREAKS ERROR_CORRUPT_SONG_UNKNOWN_IN_LINE git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1443 b956fd51-792f-4845-bead-9b4dfca2ff2c
* build-environment moved from root to game-dirtobigun2008-08-271-0/+306
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1317 b956fd51-792f-4845-bead-9b4dfca2ff2c