diff options
author | tobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2009-07-23 22:00:40 +0000 |
---|---|---|
committer | tobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2009-07-23 22:00:40 +0000 |
commit | a3c2e64c6959a210d8c3e0faa622805565f7bc21 (patch) | |
tree | 8a540eb1ca45a869fe1603d474e511ba4143257e | |
parent | 25e06fe0c8c6c6091653f5ff0d524e1022a98551 (diff) | |
download | usdx-a3c2e64c6959a210d8c3e0faa622805565f7bc21.tar.gz usdx-a3c2e64c6959a210d8c3e0faa622805565f7bc21.tar.xz usdx-a3c2e64c6959a210d8c3e0faa622805565f7bc21.zip |
new language strings added to english language file
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@1915 b956fd51-792f-4845-bead-9b4dfca2ff2c
-rw-r--r-- | unicode/game/languages/English.ini | 11 | ||||
-rw-r--r-- | unicode/src/screens/UScreenEditConvert.pas | 2 |
2 files changed, 12 insertions, 1 deletions
diff --git a/unicode/game/languages/English.ini b/unicode/game/languages/English.ini index aaf320b9..780ef1c0 100644 --- a/unicode/game/languages/English.ini +++ b/unicode/game/languages/English.ini @@ -384,7 +384,18 @@ STAT_DESC_BANDS=Most popular Bands STAT_DESC_BANDS_REVERSED=Least popular Bands STAT_FORMAT_BANDS=%0:s \n %1:dx Sung +SCREENSHOT_SAVED=Screenshot saved +SCREENSHOT_FAILED=Couldn''t save screenshot + +INFO_FILE_SAVED=File saved +ERROR_SAVE_FILE_FAILED=Couldn''t save file +ERROR_FILE_NOT_FOUND=File not found + +ENCODING_ERROR_ASK_FOR_UTF8=Cannot save changes in current encoding. Convert to UTF-8? +EDITOR_ERROR_NO_TRACK_SELECTED=No track selected + MSG_ERROR_TITLE=Error +MSG_INFO_TITLE=Information MSG_QUESTION_TITLE=Question MSG_QUIT_USDX=Really leave UltraStar? MSG_END_PARTY=Really end Party Mode? diff --git a/unicode/src/screens/UScreenEditConvert.pas b/unicode/src/screens/UScreenEditConvert.pas index b4417cc7..b2fb7773 100644 --- a/unicode/src/screens/UScreenEditConvert.pas +++ b/unicode/src/screens/UScreenEditConvert.pas @@ -251,7 +251,7 @@ begin end else begin - ScreenPopupError.ShowPopup(Language.Translate('ERROR_EDITOR_NO_TRACK_SELECTED')); + ScreenPopupError.ShowPopup(Language.Translate('EDITOR_ERROR_NO_TRACK_SELECTED')); end; {$ENDIF} end; |