1/* 2 * PROJECT: ReactOS msutb.dll 3 * LICENSE: LGPL-2.1-or-later (https://spdx.org/licenses/LGPL-2.1-or-later) 4 * PURPOSE: English (United States) resource file 5 * TRANSLATOR: Copyright 2023-2024 Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com> 6 */ 7 8LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US 9 10STRINGTABLE 11BEGIN 12 IDS_OK "OK" 13 IDS_CANCEL "Cancel" 14 IDS_ABORT "&Abort" 15 IDS_RETRY "&Retry" 16 IDS_IGNORE "&Ignore" 17 IDS_YES "&Yes" 18 IDS_NO "&No" 19 20 IDS_SETTINGS "S&ettings..." 21 IDS_RESTORELANGBAR "Restore the Language bar" 22 IDS_LANGUAGE "Language" 23 IDS_LANGUAGEBUTTON "Language Button" 24 IDS_TRANSPARENCY "&Transparency" 25 IDS_TEXTLABELS "Tex&t Labels" 26 IDS_MINIMIZE "&Minimize" 27 IDS_CLOSELANGBAR "&Close the Language bar" 28 IDS_EXTRAICONS "&Additional icons in taskbar" 29 IDS_LANGUAGEBAR "The Language bar" 30 IDS_RESTORELANGBAR2 "&Restore the Language bar" 31 IDS_MENUWND "Menu Window" 32 IDS_VERTICAL "&Vertical" 33 IDS_ADJUSTLANGBAND "&Adjust the Language band position" 34 IDS_LEFTCLICK "Left Click" 35END 36 37IDD_CLOSELANGBARNOBAND DIALOGEX 0, 0, 200, 105 38CAPTION "Language bar" 39STYLE WS_POPUPWINDOW | WS_CAPTION | DS_MODALFRAME 40FONT 8, "MS Shell Dlg" 41{ 42 LTEXT "You have closed the Language bar.\r\n\r\nTo use the Language bar later, check ""Show the Language bar on the desktop"" in the Language bar Settings dialog, which you can find within the Text Services control panel.", -1, 5, 5, 190, 60 43 AUTOCHECKBOX "&Don't show me this message again", IDC_CLOSELANGBAR_CHECK, 5, 70, 145, 10 44 DEFPUSHBUTTON "OK", IDOK, 80, 85, 55, 15 45 PUSHBUTTON "Cancel", IDCANCEL, 140, 85, 55, 15 46} 47 48IDD_CLOSELANGBAR DIALOGEX 0, 0, 200, 105 49CAPTION "Language bar" 50STYLE WS_POPUPWINDOW | WS_CAPTION | DS_MODALFRAME 51FONT 8, "MS Shell Dlg" 52{ 53 LTEXT "You have closed the Language bar.\r\n\r\nTo use the Language bar later, check ""Show the Language bar on the desktop"" in the Language bar Settings dialog, which you can find within the Regional and Language Options control panel.", -1, 5, 5, 190, 60 54 AUTOCHECKBOX "&Don't show me this message again", IDC_CLOSELANGBAR_CHECK, 5, 70, 145, 10 55 DEFPUSHBUTTON "OK", IDOK, 80, 85, 55, 15 56 PUSHBUTTON "Cancel", IDCANCEL, 140, 85, 55, 15 57} 58 59IDD_MINIMIZELANGBARNOBAND DIALOGEX 0, 0, 205, 124 60CAPTION "Language bar" 61STYLE WS_POPUPWINDOW | WS_CAPTION | DS_MODALFRAME 62FONT 8, "MS Shell Dlg" 63{ 64 LTEXT "You have minimized the Language bar. To restore it, just click the Language bar icon (near the clock) and select ""Restore the Language bar"" from the pop-up menu.", -1, 5, 5, 190, 50 65 CONTROL IDB_BITMAP154, -1, "STATIC", SS_BITMAP, 72, 63, 60, 60, WS_EX_STATICEDGE 66 AUTOCHECKBOX "Don't show me this message again", IDC_MINIMIZELANGBAR_CHECK, 5, 95, 142, 10 67 DEFPUSHBUTTON "OK", IDOK, 140, 105, 60, 15 68} 69 70IDD_MINIMIZELANGBAR DIALOGEX 0, 0, 205, 124 71CAPTION "Language bar" 72STYLE WS_POPUPWINDOW | WS_CAPTION | DS_MODALFRAME 73FONT 8, "MS Shell Dlg" 74{ 75 LTEXT "You have minimized the Language bar. To restore it, just click the Language bar icon (near the clock) and select ""Restore the Language bar"" from the pop-up menu.", -1, 5, 5, 190, 50 76 CONTROL IDB_BITMAP155, -1, "STATIC", SS_BITMAP, 53, 67, 60, 60, WS_EX_STATICEDGE 77 AUTOCHECKBOX "Don't show me this message again", IDC_MINIMIZELANGBAR_CHECK, 5, 95, 142, 10 78 DEFPUSHBUTTON "OK", IDOK, 140, 105, 60, 15 79} 80