From a3c2e64c6959a210d8c3e0faa622805565f7bc21 Mon Sep 17 00:00:00 2001 From: tobigun Date: Thu, 23 Jul 2009 22:00:40 +0000 Subject: 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 --- unicode/game/languages/English.ini | 11 +++++++++++ unicode/src/screens/UScreenEditConvert.pas | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) (limited to 'unicode') 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; -- cgit v1.2.3