From a3ec01cc28a69ccd2ae88b11382fe3449e32b5e1 Mon Sep 17 00:00:00 2001 From: Katayama Hirofumi MZ Date: Wed, 12 Aug 2020 14:16:25 +0900 Subject: [PATCH] [SHELL32] Add IDD_LINK_PROBLEM and IDS_LINK_INVALID (#3037) A resource dialog and a resource string for shortcut problem. CORE-16816 --- dll/win32/shell32/lang/bg-BG.rc | 15 +++++++++++++++ dll/win32/shell32/lang/ca-ES.rc | 15 +++++++++++++++ dll/win32/shell32/lang/cs-CZ.rc | 15 +++++++++++++++ dll/win32/shell32/lang/da-DK.rc | 15 +++++++++++++++ dll/win32/shell32/lang/de-DE.rc | 15 +++++++++++++++ dll/win32/shell32/lang/el-GR.rc | 15 +++++++++++++++ dll/win32/shell32/lang/en-GB.rc | 15 +++++++++++++++ dll/win32/shell32/lang/en-US.rc | 15 +++++++++++++++ dll/win32/shell32/lang/es-ES.rc | 15 +++++++++++++++ dll/win32/shell32/lang/et-EE.rc | 15 +++++++++++++++ dll/win32/shell32/lang/fi-FI.rc | 15 +++++++++++++++ dll/win32/shell32/lang/fr-FR.rc | 15 +++++++++++++++ dll/win32/shell32/lang/he-IL.rc | 15 +++++++++++++++ dll/win32/shell32/lang/hi-IN.rc | 15 +++++++++++++++ dll/win32/shell32/lang/hu-HU.rc | 15 +++++++++++++++ dll/win32/shell32/lang/id-ID.rc | 15 +++++++++++++++ dll/win32/shell32/lang/it-IT.rc | 15 +++++++++++++++ dll/win32/shell32/lang/ja-JP.rc | 15 +++++++++++++++ dll/win32/shell32/lang/ko-KR.rc | 15 +++++++++++++++ dll/win32/shell32/lang/nl-NL.rc | 15 +++++++++++++++ dll/win32/shell32/lang/no-NO.rc | 15 +++++++++++++++ dll/win32/shell32/lang/pl-PL.rc | 15 +++++++++++++++ dll/win32/shell32/lang/pt-BR.rc | 15 +++++++++++++++ dll/win32/shell32/lang/pt-PT.rc | 15 +++++++++++++++ dll/win32/shell32/lang/ro-RO.rc | 15 +++++++++++++++ dll/win32/shell32/lang/ru-RU.rc | 15 +++++++++++++++ dll/win32/shell32/lang/sk-SK.rc | 15 +++++++++++++++ dll/win32/shell32/lang/sl-SI.rc | 15 +++++++++++++++ dll/win32/shell32/lang/sq-AL.rc | 15 +++++++++++++++ dll/win32/shell32/lang/sv-SE.rc | 15 +++++++++++++++ dll/win32/shell32/lang/tr-TR.rc | 15 +++++++++++++++ dll/win32/shell32/lang/uk-UA.rc | 15 +++++++++++++++ dll/win32/shell32/lang/zh-CN.rc | 15 +++++++++++++++ dll/win32/shell32/lang/zh-TW.rc | 15 +++++++++++++++ dll/win32/shell32/shresdef.h | 7 +++++++ 35 files changed, 517 insertions(+) diff --git a/dll/win32/shell32/lang/bg-BG.rc b/dll/win32/shell32/lang/bg-BG.rc index 60dfdef12b6..9c1a859495c 100644 --- a/dll/win32/shell32/lang/bg-BG.rc +++ b/dll/win32/shell32/lang/bg-BG.rc @@ -710,6 +710,20 @@ BEGIN PUSHBUTTON "Change &Icon...", IDC_FOLDERCUST_CHANGE_ICON, 15, 210, 75, 15 END +IDD_LINK_PROBLEM DIALOGEX 0, 0, 250, 140 +CAPTION "Problem with Shortcut" +STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU +FONT 8, "MS Shell Dlg" +BEGIN + ICON 0, IDC_LINK_PROBLEM_ICON, 5, 5, 0, 0 + LTEXT "The item '%s' that this shortcut refers to has been changed or moved, so this shortcut will no longer work properly.", IDC_LINK_PROBLEM_LABEL1, 35, 5, 210, 35 + LTEXT "Nearest match based on name, type, size, and date:", IDC_LINK_PROBLEM_LABEL2, 35, 45, 210, 35 + LTEXT "Do you want to fix this shortcut to point to this target or do you just want to delete it?", -1, 35, 85, 210, 30 + DEFPUSHBUTTON "&Fix it", IDOK, 55, 120, 60, 15, WS_DISABLED + PUSHBUTTON "&Delete it", IDYES, 120, 120, 60, 15 + PUSHBUTTON "Cancel", IDCANCEL, 185, 120, 60, 15 +END + STRINGTABLE BEGIN /* columns in the shellview */ @@ -984,4 +998,5 @@ BEGIN IDS_EDITING_ACTION "Editing action for type: " IDS_NO_ICONS "The file '%s' contains no icons.\n\nChoose an icon from the list or specify a different file." IDS_FILE_NOT_FOUND "The file '%s' was not found." + IDS_LINK_INVALID "The item '%s' that this shortcut refers to has been changed or moved, so this shortcut will no longer work properly." END diff --git a/dll/win32/shell32/lang/ca-ES.rc b/dll/win32/shell32/lang/ca-ES.rc index eaa4ef533fa..13595784d31 100644 --- a/dll/win32/shell32/lang/ca-ES.rc +++ b/dll/win32/shell32/lang/ca-ES.rc @@ -709,6 +709,20 @@ BEGIN PUSHBUTTON "Change &Icon...", IDC_FOLDERCUST_CHANGE_ICON, 15, 210, 75, 15 END +IDD_LINK_PROBLEM DIALOGEX 0, 0, 250, 140 +CAPTION "Problem with Shortcut" +STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU +FONT 8, "MS Shell Dlg" +BEGIN + ICON 0, IDC_LINK_PROBLEM_ICON, 5, 5, 0, 0 + LTEXT "The item '%s' that this shortcut refers to has been changed or moved, so this shortcut will no longer work properly.", IDC_LINK_PROBLEM_LABEL1, 35, 5, 210, 35 + LTEXT "Nearest match based on name, type, size, and date:", IDC_LINK_PROBLEM_LABEL2, 35, 45, 210, 35 + LTEXT "Do you want to fix this shortcut to point to this target or do you just want to delete it?", -1, 35, 85, 210, 30 + DEFPUSHBUTTON "&Fix it", IDOK, 55, 120, 60, 15, WS_DISABLED + PUSHBUTTON "&Delete it", IDYES, 120, 120, 60, 15 + PUSHBUTTON "Cancel", IDCANCEL, 185, 120, 60, 15 +END + STRINGTABLE BEGIN /* columns in the shellview */ @@ -983,4 +997,5 @@ BEGIN IDS_EDITING_ACTION "Editing action for type: " IDS_NO_ICONS "The file '%s' contains no icons.\n\nChoose an icon from the list or specify a different file." IDS_FILE_NOT_FOUND "The file '%s' was not found." + IDS_LINK_INVALID "The item '%s' that this shortcut refers to has been changed or moved, so this shortcut will no longer work properly." END diff --git a/dll/win32/shell32/lang/cs-CZ.rc b/dll/win32/shell32/lang/cs-CZ.rc index eb22e09d24d..5e41d728b22 100644 --- a/dll/win32/shell32/lang/cs-CZ.rc +++ b/dll/win32/shell32/lang/cs-CZ.rc @@ -715,6 +715,20 @@ BEGIN PUSHBUTTON "Change &Icon...", IDC_FOLDERCUST_CHANGE_ICON, 15, 210, 75, 15 END +IDD_LINK_PROBLEM DIALOGEX 0, 0, 250, 140 +CAPTION "Problem with Shortcut" +STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU +FONT 8, "MS Shell Dlg" +BEGIN + ICON 0, IDC_LINK_PROBLEM_ICON, 5, 5, 0, 0 + LTEXT "The item '%s' that this shortcut refers to has been changed or moved, so this shortcut will no longer work properly.", IDC_LINK_PROBLEM_LABEL1, 35, 5, 210, 35 + LTEXT "Nearest match based on name, type, size, and date:", IDC_LINK_PROBLEM_LABEL2, 35, 45, 210, 35 + LTEXT "Do you want to fix this shortcut to point to this target or do you just want to delete it?", -1, 35, 85, 210, 30 + DEFPUSHBUTTON "&Fix it", IDOK, 55, 120, 60, 15, WS_DISABLED + PUSHBUTTON "&Delete it", IDYES, 120, 120, 60, 15 + PUSHBUTTON "Cancel", IDCANCEL, 185, 120, 60, 15 +END + STRINGTABLE BEGIN /* columns in the shellview */ @@ -989,4 +1003,5 @@ BEGIN IDS_EDITING_ACTION "Editing action for type: " IDS_NO_ICONS "The file '%s' contains no icons.\n\nChoose an icon from the list or specify a different file." IDS_FILE_NOT_FOUND "The file '%s' was not found." + IDS_LINK_INVALID "The item '%s' that this shortcut refers to has been changed or moved, so this shortcut will no longer work properly." END diff --git a/dll/win32/shell32/lang/da-DK.rc b/dll/win32/shell32/lang/da-DK.rc index 44024aa74a9..48abdf760b3 100644 --- a/dll/win32/shell32/lang/da-DK.rc +++ b/dll/win32/shell32/lang/da-DK.rc @@ -715,6 +715,20 @@ BEGIN PUSHBUTTON "Change &Icon...", IDC_FOLDERCUST_CHANGE_ICON, 15, 210, 75, 15 END +IDD_LINK_PROBLEM DIALOGEX 0, 0, 250, 140 +CAPTION "Problem with Shortcut" +STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU +FONT 8, "MS Shell Dlg" +BEGIN + ICON 0, IDC_LINK_PROBLEM_ICON, 5, 5, 0, 0 + LTEXT "The item '%s' that this shortcut refers to has been changed or moved, so this shortcut will no longer work properly.", IDC_LINK_PROBLEM_LABEL1, 35, 5, 210, 35 + LTEXT "Nearest match based on name, type, size, and date:", IDC_LINK_PROBLEM_LABEL2, 35, 45, 210, 35 + LTEXT "Do you want to fix this shortcut to point to this target or do you just want to delete it?", -1, 35, 85, 210, 30 + DEFPUSHBUTTON "&Fix it", IDOK, 55, 120, 60, 15, WS_DISABLED + PUSHBUTTON "&Delete it", IDYES, 120, 120, 60, 15 + PUSHBUTTON "Cancel", IDCANCEL, 185, 120, 60, 15 +END + STRINGTABLE BEGIN /* columns in the shellview */ @@ -989,4 +1003,5 @@ BEGIN IDS_EDITING_ACTION "Editing action for type: " IDS_NO_ICONS "The file '%s' contains no icons.\n\nChoose an icon from the list or specify a different file." IDS_FILE_NOT_FOUND "The file '%s' was not found." + IDS_LINK_INVALID "The item '%s' that this shortcut refers to has been changed or moved, so this shortcut will no longer work properly." END diff --git a/dll/win32/shell32/lang/de-DE.rc b/dll/win32/shell32/lang/de-DE.rc index 83e925a1c97..0fdce04259d 100644 --- a/dll/win32/shell32/lang/de-DE.rc +++ b/dll/win32/shell32/lang/de-DE.rc @@ -710,6 +710,20 @@ BEGIN PUSHBUTTON "Anderes &Symbol...", IDC_FOLDERCUST_CHANGE_ICON, 15, 210, 75, 15 END +IDD_LINK_PROBLEM DIALOGEX 0, 0, 250, 140 +CAPTION "Problem with Shortcut" +STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU +FONT 8, "MS Shell Dlg" +BEGIN + ICON 0, IDC_LINK_PROBLEM_ICON, 5, 5, 0, 0 + LTEXT "The item '%s' that this shortcut refers to has been changed or moved, so this shortcut will no longer work properly.", IDC_LINK_PROBLEM_LABEL1, 35, 5, 210, 35 + LTEXT "Nearest match based on name, type, size, and date:", IDC_LINK_PROBLEM_LABEL2, 35, 45, 210, 35 + LTEXT "Do you want to fix this shortcut to point to this target or do you just want to delete it?", -1, 35, 85, 210, 30 + DEFPUSHBUTTON "&Fix it", IDOK, 55, 120, 60, 15, WS_DISABLED + PUSHBUTTON "&Delete it", IDYES, 120, 120, 60, 15 + PUSHBUTTON "Cancel", IDCANCEL, 185, 120, 60, 15 +END + STRINGTABLE BEGIN /* columns in the shellview */ @@ -984,4 +998,5 @@ BEGIN IDS_EDITING_ACTION "Vorgang bearbeiten für Typ: " IDS_NO_ICONS "Die Datei '%s' enthält keine Symbole.\n\nWählen Sie ein Symbol aus der Liste oder wählen Sie eine andere Datei." IDS_FILE_NOT_FOUND "Die Datei '%s' wurde nicht gefunden." + IDS_LINK_INVALID "The item '%s' that this shortcut refers to has been changed or moved, so this shortcut will no longer work properly." END diff --git a/dll/win32/shell32/lang/el-GR.rc b/dll/win32/shell32/lang/el-GR.rc index c1aa53d59bd..cc9c8c15ba4 100644 --- a/dll/win32/shell32/lang/el-GR.rc +++ b/dll/win32/shell32/lang/el-GR.rc @@ -709,6 +709,20 @@ BEGIN PUSHBUTTON "Change &Icon...", IDC_FOLDERCUST_CHANGE_ICON, 15, 210, 75, 15 END +IDD_LINK_PROBLEM DIALOGEX 0, 0, 250, 140 +CAPTION "Problem with Shortcut" +STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU +FONT 8, "MS Shell Dlg" +BEGIN + ICON 0, IDC_LINK_PROBLEM_ICON, 5, 5, 0, 0 + LTEXT "The item '%s' that this shortcut refers to has been changed or moved, so this shortcut will no longer work properly.", IDC_LINK_PROBLEM_LABEL1, 35, 5, 210, 35 + LTEXT "Nearest match based on name, type, size, and date:", IDC_LINK_PROBLEM_LABEL2, 35, 45, 210, 35 + LTEXT "Do you want to fix this shortcut to point to this target or do you just want to delete it?", -1, 35, 85, 210, 30 + DEFPUSHBUTTON "&Fix it", IDOK, 55, 120, 60, 15, WS_DISABLED + PUSHBUTTON "&Delete it", IDYES, 120, 120, 60, 15 + PUSHBUTTON "Cancel", IDCANCEL, 185, 120, 60, 15 +END + STRINGTABLE BEGIN /* columns in the shellview */ @@ -983,4 +997,5 @@ BEGIN IDS_EDITING_ACTION "Editing action for type: " IDS_NO_ICONS "The file '%s' contains no icons.\n\nChoose an icon from the list or specify a different file." IDS_FILE_NOT_FOUND "The file '%s' was not found." + IDS_LINK_INVALID "The item '%s' that this shortcut refers to has been changed or moved, so this shortcut will no longer work properly." END diff --git a/dll/win32/shell32/lang/en-GB.rc b/dll/win32/shell32/lang/en-GB.rc index 4d22e4619a0..2fa65e383ed 100644 --- a/dll/win32/shell32/lang/en-GB.rc +++ b/dll/win32/shell32/lang/en-GB.rc @@ -709,6 +709,20 @@ BEGIN PUSHBUTTON "Change &Icon...", IDC_FOLDERCUST_CHANGE_ICON, 15, 210, 75, 15 END +IDD_LINK_PROBLEM DIALOGEX 0, 0, 250, 140 +CAPTION "Problem with Shortcut" +STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU +FONT 8, "MS Shell Dlg" +BEGIN + ICON 0, IDC_LINK_PROBLEM_ICON, 5, 5, 0, 0 + LTEXT "The item '%s' that this shortcut refers to has been changed or moved, so this shortcut will no longer work properly.", IDC_LINK_PROBLEM_LABEL1, 35, 5, 210, 35 + LTEXT "Nearest match based on name, type, size, and date:", IDC_LINK_PROBLEM_LABEL2, 35, 45, 210, 35 + LTEXT "Do you want to fix this shortcut to point to this target or do you just want to delete it?", -1, 35, 85, 210, 30 + DEFPUSHBUTTON "&Fix it", IDOK, 55, 120, 60, 15, WS_DISABLED + PUSHBUTTON "&Delete it", IDYES, 120, 120, 60, 15 + PUSHBUTTON "Cancel", IDCANCEL, 185, 120, 60, 15 +END + STRINGTABLE BEGIN /* columns in the shellview */ @@ -983,4 +997,5 @@ BEGIN IDS_EDITING_ACTION "Editing action for type: " IDS_NO_ICONS "The file '%s' contains no icons.\n\nChoose an icon from the list or specify a different file." IDS_FILE_NOT_FOUND "The file '%s' was not found." + IDS_LINK_INVALID "The item '%s' that this shortcut refers to has been changed or moved, so this shortcut will no longer work properly." END diff --git a/dll/win32/shell32/lang/en-US.rc b/dll/win32/shell32/lang/en-US.rc index 59e73d761b3..0af80340d2c 100644 --- a/dll/win32/shell32/lang/en-US.rc +++ b/dll/win32/shell32/lang/en-US.rc @@ -709,6 +709,20 @@ BEGIN PUSHBUTTON "Change &Icon...", IDC_FOLDERCUST_CHANGE_ICON, 15, 210, 75, 15 END +IDD_LINK_PROBLEM DIALOGEX 0, 0, 250, 140 +CAPTION "Problem with Shortcut" +STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU +FONT 8, "MS Shell Dlg" +BEGIN + ICON 0, IDC_LINK_PROBLEM_ICON, 5, 5, 0, 0 + LTEXT "The item '%s' that this shortcut refers to has been changed or moved, so this shortcut will no longer work properly.", IDC_LINK_PROBLEM_LABEL1, 35, 5, 210, 35 + LTEXT "Nearest match based on name, type, size, and date:", IDC_LINK_PROBLEM_LABEL2, 35, 45, 210, 35 + LTEXT "Do you want to fix this shortcut to point to this target or do you just want to delete it?", -1, 35, 85, 210, 30 + DEFPUSHBUTTON "&Fix it", IDOK, 55, 120, 60, 15, WS_DISABLED + PUSHBUTTON "&Delete it", IDYES, 120, 120, 60, 15 + PUSHBUTTON "Cancel", IDCANCEL, 185, 120, 60, 15 +END + STRINGTABLE BEGIN /* columns in the shellview */ @@ -983,4 +997,5 @@ BEGIN IDS_EDITING_ACTION "Editing action for type: " IDS_NO_ICONS "The file '%s' contains no icons.\n\nChoose an icon from the list or specify a different file." IDS_FILE_NOT_FOUND "The file '%s' was not found." + IDS_LINK_INVALID "The item '%s' that this shortcut refers to has been changed or moved, so this shortcut will no longer work properly." END diff --git a/dll/win32/shell32/lang/es-ES.rc b/dll/win32/shell32/lang/es-ES.rc index 5c318eb5398..8b2afe4f73c 100644 --- a/dll/win32/shell32/lang/es-ES.rc +++ b/dll/win32/shell32/lang/es-ES.rc @@ -718,6 +718,20 @@ BEGIN PUSHBUTTON "&Cambiar ícono...", IDC_FOLDERCUST_CHANGE_ICON, 15, 210, 75, 15 END +IDD_LINK_PROBLEM DIALOGEX 0, 0, 250, 140 +CAPTION "Problem with Shortcut" +STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU +FONT 8, "MS Shell Dlg" +BEGIN + ICON 0, IDC_LINK_PROBLEM_ICON, 5, 5, 0, 0 + LTEXT "The item '%s' that this shortcut refers to has been changed or moved, so this shortcut will no longer work properly.", IDC_LINK_PROBLEM_LABEL1, 35, 5, 210, 35 + LTEXT "Nearest match based on name, type, size, and date:", IDC_LINK_PROBLEM_LABEL2, 35, 45, 210, 35 + LTEXT "Do you want to fix this shortcut to point to this target or do you just want to delete it?", -1, 35, 85, 210, 30 + DEFPUSHBUTTON "&Fix it", IDOK, 55, 120, 60, 15, WS_DISABLED + PUSHBUTTON "&Delete it", IDYES, 120, 120, 60, 15 + PUSHBUTTON "Cancel", IDCANCEL, 185, 120, 60, 15 +END + STRINGTABLE BEGIN /* columns in the shellview */ @@ -992,4 +1006,5 @@ BEGIN IDS_EDITING_ACTION "Editar acción: " IDS_NO_ICONS "El archivo '%s' no contiene íconos.\n\nEscoja un ícono de la lista o seleccione otro archivo." IDS_FILE_NOT_FOUND "El archivo '%s' no pudo ser encontrado." + IDS_LINK_INVALID "The item '%s' that this shortcut refers to has been changed or moved, so this shortcut will no longer work properly." END diff --git a/dll/win32/shell32/lang/et-EE.rc b/dll/win32/shell32/lang/et-EE.rc index 6216de12c16..9f9703ca32a 100644 --- a/dll/win32/shell32/lang/et-EE.rc +++ b/dll/win32/shell32/lang/et-EE.rc @@ -716,6 +716,20 @@ BEGIN PUSHBUTTON "Muuda &ikooni...", IDC_FOLDERCUST_CHANGE_ICON, 15, 210, 75, 15 END +IDD_LINK_PROBLEM DIALOGEX 0, 0, 250, 140 +CAPTION "Problem with Shortcut" +STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU +FONT 8, "MS Shell Dlg" +BEGIN + ICON 0, IDC_LINK_PROBLEM_ICON, 5, 5, 0, 0 + LTEXT "The item '%s' that this shortcut refers to has been changed or moved, so this shortcut will no longer work properly.", IDC_LINK_PROBLEM_LABEL1, 35, 5, 210, 35 + LTEXT "Nearest match based on name, type, size, and date:", IDC_LINK_PROBLEM_LABEL2, 35, 45, 210, 35 + LTEXT "Do you want to fix this shortcut to point to this target or do you just want to delete it?", -1, 35, 85, 210, 30 + DEFPUSHBUTTON "&Fix it", IDOK, 55, 120, 60, 15, WS_DISABLED + PUSHBUTTON "&Delete it", IDYES, 120, 120, 60, 15 + PUSHBUTTON "Cancel", IDCANCEL, 185, 120, 60, 15 +END + STRINGTABLE BEGIN /* columns in the shellview */ @@ -990,4 +1004,5 @@ BEGIN IDS_EDITING_ACTION "Tegevuse redigeerimine tüübile: " IDS_NO_ICONS "Fail '%s' ei sisalda ühtegi ikooni.\n\nVali ikoon nimekirjast või määra teine fail." IDS_FILE_NOT_FOUND "Faili '%s' ei leitud." + IDS_LINK_INVALID "The item '%s' that this shortcut refers to has been changed or moved, so this shortcut will no longer work properly." END diff --git a/dll/win32/shell32/lang/fi-FI.rc b/dll/win32/shell32/lang/fi-FI.rc index 06a1f29be93..9b112922152 100644 --- a/dll/win32/shell32/lang/fi-FI.rc +++ b/dll/win32/shell32/lang/fi-FI.rc @@ -709,6 +709,20 @@ BEGIN PUSHBUTTON "Change &Icon...", IDC_FOLDERCUST_CHANGE_ICON, 15, 210, 75, 15 END +IDD_LINK_PROBLEM DIALOGEX 0, 0, 250, 140 +CAPTION "Problem with Shortcut" +STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU +FONT 8, "MS Shell Dlg" +BEGIN + ICON 0, IDC_LINK_PROBLEM_ICON, 5, 5, 0, 0 + LTEXT "The item '%s' that this shortcut refers to has been changed or moved, so this shortcut will no longer work properly.", IDC_LINK_PROBLEM_LABEL1, 35, 5, 210, 35 + LTEXT "Nearest match based on name, type, size, and date:", IDC_LINK_PROBLEM_LABEL2, 35, 45, 210, 35 + LTEXT "Do you want to fix this shortcut to point to this target or do you just want to delete it?", -1, 35, 85, 210, 30 + DEFPUSHBUTTON "&Fix it", IDOK, 55, 120, 60, 15, WS_DISABLED + PUSHBUTTON "&Delete it", IDYES, 120, 120, 60, 15 + PUSHBUTTON "Cancel", IDCANCEL, 185, 120, 60, 15 +END + STRINGTABLE BEGIN /* columns in the shellview */ @@ -983,4 +997,5 @@ BEGIN IDS_EDITING_ACTION "Editing action for type: " IDS_NO_ICONS "The file '%s' contains no icons.\n\nChoose an icon from the list or specify a different file." IDS_FILE_NOT_FOUND "The file '%s' was not found." + IDS_LINK_INVALID "The item '%s' that this shortcut refers to has been changed or moved, so this shortcut will no longer work properly." END diff --git a/dll/win32/shell32/lang/fr-FR.rc b/dll/win32/shell32/lang/fr-FR.rc index a6278672fa2..fc780633ed9 100644 --- a/dll/win32/shell32/lang/fr-FR.rc +++ b/dll/win32/shell32/lang/fr-FR.rc @@ -709,6 +709,20 @@ BEGIN PUSHBUTTON "Modifier l'&icône...", IDC_FOLDERCUST_CHANGE_ICON, 15, 210, 75, 15 END +IDD_LINK_PROBLEM DIALOGEX 0, 0, 250, 140 +CAPTION "Problem with Shortcut" +STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU +FONT 8, "MS Shell Dlg" +BEGIN + ICON 0, IDC_LINK_PROBLEM_ICON, 5, 5, 0, 0 + LTEXT "The item '%s' that this shortcut refers to has been changed or moved, so this shortcut will no longer work properly.", IDC_LINK_PROBLEM_LABEL1, 35, 5, 210, 35 + LTEXT "Nearest match based on name, type, size, and date:", IDC_LINK_PROBLEM_LABEL2, 35, 45, 210, 35 + LTEXT "Do you want to fix this shortcut to point to this target or do you just want to delete it?", -1, 35, 85, 210, 30 + DEFPUSHBUTTON "&Fix it", IDOK, 55, 120, 60, 15, WS_DISABLED + PUSHBUTTON "&Delete it", IDYES, 120, 120, 60, 15 + PUSHBUTTON "Cancel", IDCANCEL, 185, 120, 60, 15 +END + STRINGTABLE BEGIN /* columns in the shellview */ @@ -983,4 +997,5 @@ BEGIN IDS_EDITING_ACTION "Editer l'action : " IDS_NO_ICONS "Le fichier '%s' ne contient pas d'icônes.\n\nVeuillez choisir une icône dans la liste ou sélectionner un fichier différent." IDS_FILE_NOT_FOUND "Le fichier '%s' ne peut être trouvé." + IDS_LINK_INVALID "The item '%s' that this shortcut refers to has been changed or moved, so this shortcut will no longer work properly." END diff --git a/dll/win32/shell32/lang/he-IL.rc b/dll/win32/shell32/lang/he-IL.rc index 0efa91a6fd9..51e94334e7f 100644 --- a/dll/win32/shell32/lang/he-IL.rc +++ b/dll/win32/shell32/lang/he-IL.rc @@ -711,6 +711,20 @@ BEGIN PUSHBUTTON "&שינוי סמל...", IDC_FOLDERCUST_CHANGE_ICON, 15, 210, 75, 15 END +IDD_LINK_PROBLEM DIALOGEX 0, 0, 250, 140 +CAPTION "Problem with Shortcut" +STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU +FONT 8, "MS Shell Dlg" +BEGIN + ICON 0, IDC_LINK_PROBLEM_ICON, 5, 5, 0, 0 + LTEXT "The item '%s' that this shortcut refers to has been changed or moved, so this shortcut will no longer work properly.", IDC_LINK_PROBLEM_LABEL1, 35, 5, 210, 35 + LTEXT "Nearest match based on name, type, size, and date:", IDC_LINK_PROBLEM_LABEL2, 35, 45, 210, 35 + LTEXT "Do you want to fix this shortcut to point to this target or do you just want to delete it?", -1, 35, 85, 210, 30 + DEFPUSHBUTTON "&Fix it", IDOK, 55, 120, 60, 15, WS_DISABLED + PUSHBUTTON "&Delete it", IDYES, 120, 120, 60, 15 + PUSHBUTTON "Cancel", IDCANCEL, 185, 120, 60, 15 +END + STRINGTABLE BEGIN /* columns in the shellview */ @@ -985,4 +999,5 @@ BEGIN IDS_EDITING_ACTION "Editing action for type: " IDS_NO_ICONS "The file '%s' contains no icons.\n\nChoose an icon from the list or specify a different file." IDS_FILE_NOT_FOUND "לא ניתן למצוא את הקובץ '%s'." + IDS_LINK_INVALID "The item '%s' that this shortcut refers to has been changed or moved, so this shortcut will no longer work properly." END diff --git a/dll/win32/shell32/lang/hi-IN.rc b/dll/win32/shell32/lang/hi-IN.rc index 091a130073a..101d5b5c136 100644 --- a/dll/win32/shell32/lang/hi-IN.rc +++ b/dll/win32/shell32/lang/hi-IN.rc @@ -709,6 +709,20 @@ BEGIN PUSHBUTTON "&आइकॉन बदलें...", IDC_FOLDERCUST_CHANGE_ICON, 15, 210, 75, 15 END +IDD_LINK_PROBLEM DIALOGEX 0, 0, 250, 140 +CAPTION "Problem with Shortcut" +STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU +FONT 8, "MS Shell Dlg" +BEGIN + ICON 0, IDC_LINK_PROBLEM_ICON, 5, 5, 0, 0 + LTEXT "The item '%s' that this shortcut refers to has been changed or moved, so this shortcut will no longer work properly.", IDC_LINK_PROBLEM_LABEL1, 35, 5, 210, 35 + LTEXT "Nearest match based on name, type, size, and date:", IDC_LINK_PROBLEM_LABEL2, 35, 45, 210, 35 + LTEXT "Do you want to fix this shortcut to point to this target or do you just want to delete it?", -1, 35, 85, 210, 30 + DEFPUSHBUTTON "&Fix it", IDOK, 55, 120, 60, 15, WS_DISABLED + PUSHBUTTON "&Delete it", IDYES, 120, 120, 60, 15 + PUSHBUTTON "Cancel", IDCANCEL, 185, 120, 60, 15 +END + STRINGTABLE BEGIN /* columns in the shellview */ @@ -978,4 +992,5 @@ BEGIN IDS_EDITING_ACTION "प्रकार के लिए संपादन कार्रवाई:" IDS_NO_ICONS "फ़ाइल '%s' में कोई आइकन नहीं है।\n\nसूची से एक आइकन चुनें या एक अलग फ़ाइल निर्दिष्ट करें।" IDS_FILE_NOT_FOUND "फ़ाइल '%s' नहीं मिली।" + IDS_LINK_INVALID "The item '%s' that this shortcut refers to has been changed or moved, so this shortcut will no longer work properly." END diff --git a/dll/win32/shell32/lang/hu-HU.rc b/dll/win32/shell32/lang/hu-HU.rc index 40981a6d9d5..1b3a743f11e 100644 --- a/dll/win32/shell32/lang/hu-HU.rc +++ b/dll/win32/shell32/lang/hu-HU.rc @@ -708,6 +708,20 @@ BEGIN PUSHBUTTON "&Ikoncsere...", IDC_FOLDERCUST_CHANGE_ICON, 15, 210, 75, 15 END +IDD_LINK_PROBLEM DIALOGEX 0, 0, 250, 140 +CAPTION "Problem with Shortcut" +STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU +FONT 8, "MS Shell Dlg" +BEGIN + ICON 0, IDC_LINK_PROBLEM_ICON, 5, 5, 0, 0 + LTEXT "The item '%s' that this shortcut refers to has been changed or moved, so this shortcut will no longer work properly.", IDC_LINK_PROBLEM_LABEL1, 35, 5, 210, 35 + LTEXT "Nearest match based on name, type, size, and date:", IDC_LINK_PROBLEM_LABEL2, 35, 45, 210, 35 + LTEXT "Do you want to fix this shortcut to point to this target or do you just want to delete it?", -1, 35, 85, 210, 30 + DEFPUSHBUTTON "&Fix it", IDOK, 55, 120, 60, 15, WS_DISABLED + PUSHBUTTON "&Delete it", IDYES, 120, 120, 60, 15 + PUSHBUTTON "Cancel", IDCANCEL, 185, 120, 60, 15 +END + STRINGTABLE BEGIN /* columns in the shellview */ @@ -982,4 +996,5 @@ BEGIN IDS_EDITING_ACTION "Művelet szerkesztése ehhez: " IDS_NO_ICONS "A fájl ('%s') nem tartalmaz ikonokat.\n\nVálasszon egy ikont a listából, vagy adjon meg egy másik fájlt." IDS_FILE_NOT_FOUND "A fájl ('%s') nem található." + IDS_LINK_INVALID "The item '%s' that this shortcut refers to has been changed or moved, so this shortcut will no longer work properly." END diff --git a/dll/win32/shell32/lang/id-ID.rc b/dll/win32/shell32/lang/id-ID.rc index 98263fe8e29..90c22133c2b 100644 --- a/dll/win32/shell32/lang/id-ID.rc +++ b/dll/win32/shell32/lang/id-ID.rc @@ -706,6 +706,20 @@ BEGIN PUSHBUTTON "Ganti &Ikon...", IDC_FOLDERCUST_CHANGE_ICON, 15, 210, 75, 15 END +IDD_LINK_PROBLEM DIALOGEX 0, 0, 250, 140 +CAPTION "Problem with Shortcut" +STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU +FONT 8, "MS Shell Dlg" +BEGIN + ICON 0, IDC_LINK_PROBLEM_ICON, 5, 5, 0, 0 + LTEXT "The item '%s' that this shortcut refers to has been changed or moved, so this shortcut will no longer work properly.", IDC_LINK_PROBLEM_LABEL1, 35, 5, 210, 35 + LTEXT "Nearest match based on name, type, size, and date:", IDC_LINK_PROBLEM_LABEL2, 35, 45, 210, 35 + LTEXT "Do you want to fix this shortcut to point to this target or do you just want to delete it?", -1, 35, 85, 210, 30 + DEFPUSHBUTTON "&Fix it", IDOK, 55, 120, 60, 15, WS_DISABLED + PUSHBUTTON "&Delete it", IDYES, 120, 120, 60, 15 + PUSHBUTTON "Cancel", IDCANCEL, 185, 120, 60, 15 +END + STRINGTABLE BEGIN /* columns in the shellview */ @@ -979,4 +993,5 @@ BEGIN IDS_EDITING_ACTION "Edit tindakan untuk jenis: " IDS_NO_ICONS "Berkas '%s' tidak berisi ikon.\n\nPilih ikon dari daftar atau pilih berkas yang berbeda." IDS_FILE_NOT_FOUND "Berkas '%s' tidak ditemukan." + IDS_LINK_INVALID "The item '%s' that this shortcut refers to has been changed or moved, so this shortcut will no longer work properly." END diff --git a/dll/win32/shell32/lang/it-IT.rc b/dll/win32/shell32/lang/it-IT.rc index 2434c653566..b1bf68e20d7 100644 --- a/dll/win32/shell32/lang/it-IT.rc +++ b/dll/win32/shell32/lang/it-IT.rc @@ -709,6 +709,20 @@ BEGIN PUSHBUTTON "Change &Icon...", IDC_FOLDERCUST_CHANGE_ICON, 15, 210, 75, 15 END +IDD_LINK_PROBLEM DIALOGEX 0, 0, 250, 140 +CAPTION "Problem with Shortcut" +STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU +FONT 8, "MS Shell Dlg" +BEGIN + ICON 0, IDC_LINK_PROBLEM_ICON, 5, 5, 0, 0 + LTEXT "The item '%s' that this shortcut refers to has been changed or moved, so this shortcut will no longer work properly.", IDC_LINK_PROBLEM_LABEL1, 35, 5, 210, 35 + LTEXT "Nearest match based on name, type, size, and date:", IDC_LINK_PROBLEM_LABEL2, 35, 45, 210, 35 + LTEXT "Do you want to fix this shortcut to point to this target or do you just want to delete it?", -1, 35, 85, 210, 30 + DEFPUSHBUTTON "&Fix it", IDOK, 55, 120, 60, 15, WS_DISABLED + PUSHBUTTON "&Delete it", IDYES, 120, 120, 60, 15 + PUSHBUTTON "Cancel", IDCANCEL, 185, 120, 60, 15 +END + STRINGTABLE BEGIN /* columns in the shellview */ @@ -983,4 +997,5 @@ BEGIN IDS_EDITING_ACTION "Editing action for type: " IDS_NO_ICONS "The file '%s' contains no icons.\n\nChoose an icon from the list or specify a different file." IDS_FILE_NOT_FOUND "The file '%s' was not found." + IDS_LINK_INVALID "The item '%s' that this shortcut refers to has been changed or moved, so this shortcut will no longer work properly." END diff --git a/dll/win32/shell32/lang/ja-JP.rc b/dll/win32/shell32/lang/ja-JP.rc index fbbaab06efb..d385640dfdd 100644 --- a/dll/win32/shell32/lang/ja-JP.rc +++ b/dll/win32/shell32/lang/ja-JP.rc @@ -706,6 +706,20 @@ BEGIN PUSHBUTTON "アイコン変更(&I)...", IDC_FOLDERCUST_CHANGE_ICON, 15, 210, 75, 15 END +IDD_LINK_PROBLEM DIALOGEX 0, 0, 250, 140 +CAPTION "Problem with Shortcut" +STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU +FONT 8, "MS Shell Dlg" +BEGIN + ICON 0, IDC_LINK_PROBLEM_ICON, 5, 5, 0, 0 + LTEXT "The item '%s' that this shortcut refers to has been changed or moved, so this shortcut will no longer work properly.", IDC_LINK_PROBLEM_LABEL1, 35, 5, 210, 35 + LTEXT "Nearest match based on name, type, size, and date:", IDC_LINK_PROBLEM_LABEL2, 35, 45, 210, 35 + LTEXT "Do you want to fix this shortcut to point to this target or do you just want to delete it?", -1, 35, 85, 210, 30 + DEFPUSHBUTTON "&Fix it", IDOK, 55, 120, 60, 15, WS_DISABLED + PUSHBUTTON "&Delete it", IDYES, 120, 120, 60, 15 + PUSHBUTTON "Cancel", IDCANCEL, 185, 120, 60, 15 +END + STRINGTABLE BEGIN /* columns in the shellview */ @@ -980,4 +994,5 @@ BEGIN IDS_EDITING_ACTION "種類に対するアクションの編集: " IDS_NO_ICONS "ファイル '%s' にはアイコン データがありません。.\n\nリストからアイコンを選ぶか、別のファイルを指定して下さい。" IDS_FILE_NOT_FOUND "ファイル '%s' は見つかりませんでした。" + IDS_LINK_INVALID "The item '%s' that this shortcut refers to has been changed or moved, so this shortcut will no longer work properly." END diff --git a/dll/win32/shell32/lang/ko-KR.rc b/dll/win32/shell32/lang/ko-KR.rc index 443dc3a49a7..6fed522e97d 100644 --- a/dll/win32/shell32/lang/ko-KR.rc +++ b/dll/win32/shell32/lang/ko-KR.rc @@ -709,6 +709,20 @@ BEGIN PUSHBUTTON "Change &Icon...", IDC_FOLDERCUST_CHANGE_ICON, 15, 210, 75, 15 END +IDD_LINK_PROBLEM DIALOGEX 0, 0, 250, 140 +CAPTION "Problem with Shortcut" +STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU +FONT 8, "MS Shell Dlg" +BEGIN + ICON 0, IDC_LINK_PROBLEM_ICON, 5, 5, 0, 0 + LTEXT "The item '%s' that this shortcut refers to has been changed or moved, so this shortcut will no longer work properly.", IDC_LINK_PROBLEM_LABEL1, 35, 5, 210, 35 + LTEXT "Nearest match based on name, type, size, and date:", IDC_LINK_PROBLEM_LABEL2, 35, 45, 210, 35 + LTEXT "Do you want to fix this shortcut to point to this target or do you just want to delete it?", -1, 35, 85, 210, 30 + DEFPUSHBUTTON "&Fix it", IDOK, 55, 120, 60, 15, WS_DISABLED + PUSHBUTTON "&Delete it", IDYES, 120, 120, 60, 15 + PUSHBUTTON "Cancel", IDCANCEL, 185, 120, 60, 15 +END + STRINGTABLE BEGIN /* columns in the shellview */ @@ -983,4 +997,5 @@ BEGIN IDS_EDITING_ACTION "Editing action for type: " IDS_NO_ICONS "The file '%s' contains no icons.\n\nChoose an icon from the list or specify a different file." IDS_FILE_NOT_FOUND "The file '%s' was not found." + IDS_LINK_INVALID "The item '%s' that this shortcut refers to has been changed or moved, so this shortcut will no longer work properly." END diff --git a/dll/win32/shell32/lang/nl-NL.rc b/dll/win32/shell32/lang/nl-NL.rc index aec45c77f48..14181b2cc6a 100644 --- a/dll/win32/shell32/lang/nl-NL.rc +++ b/dll/win32/shell32/lang/nl-NL.rc @@ -709,6 +709,20 @@ BEGIN PUSHBUTTON "Change &Icon...", IDC_FOLDERCUST_CHANGE_ICON, 15, 210, 75, 15 END +IDD_LINK_PROBLEM DIALOGEX 0, 0, 250, 140 +CAPTION "Problem with Shortcut" +STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU +FONT 8, "MS Shell Dlg" +BEGIN + ICON 0, IDC_LINK_PROBLEM_ICON, 5, 5, 0, 0 + LTEXT "The item '%s' that this shortcut refers to has been changed or moved, so this shortcut will no longer work properly.", IDC_LINK_PROBLEM_LABEL1, 35, 5, 210, 35 + LTEXT "Nearest match based on name, type, size, and date:", IDC_LINK_PROBLEM_LABEL2, 35, 45, 210, 35 + LTEXT "Do you want to fix this shortcut to point to this target or do you just want to delete it?", -1, 35, 85, 210, 30 + DEFPUSHBUTTON "&Fix it", IDOK, 55, 120, 60, 15, WS_DISABLED + PUSHBUTTON "&Delete it", IDYES, 120, 120, 60, 15 + PUSHBUTTON "Cancel", IDCANCEL, 185, 120, 60, 15 +END + STRINGTABLE BEGIN /* columns in the shellview */ @@ -983,4 +997,5 @@ BEGIN IDS_EDITING_ACTION "Editing action for type: " IDS_NO_ICONS "The file '%s' contains no icons.\n\nChoose an icon from the list or specify a different file." IDS_FILE_NOT_FOUND "The file '%s' was not found." + IDS_LINK_INVALID "The item '%s' that this shortcut refers to has been changed or moved, so this shortcut will no longer work properly." END diff --git a/dll/win32/shell32/lang/no-NO.rc b/dll/win32/shell32/lang/no-NO.rc index 1fa6e372702..502648fef4e 100644 --- a/dll/win32/shell32/lang/no-NO.rc +++ b/dll/win32/shell32/lang/no-NO.rc @@ -709,6 +709,20 @@ BEGIN PUSHBUTTON "Change &Icon...", IDC_FOLDERCUST_CHANGE_ICON, 15, 210, 75, 15 END +IDD_LINK_PROBLEM DIALOGEX 0, 0, 250, 140 +CAPTION "Problem with Shortcut" +STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU +FONT 8, "MS Shell Dlg" +BEGIN + ICON 0, IDC_LINK_PROBLEM_ICON, 5, 5, 0, 0 + LTEXT "The item '%s' that this shortcut refers to has been changed or moved, so this shortcut will no longer work properly.", IDC_LINK_PROBLEM_LABEL1, 35, 5, 210, 35 + LTEXT "Nearest match based on name, type, size, and date:", IDC_LINK_PROBLEM_LABEL2, 35, 45, 210, 35 + LTEXT "Do you want to fix this shortcut to point to this target or do you just want to delete it?", -1, 35, 85, 210, 30 + DEFPUSHBUTTON "&Fix it", IDOK, 55, 120, 60, 15, WS_DISABLED + PUSHBUTTON "&Delete it", IDYES, 120, 120, 60, 15 + PUSHBUTTON "Cancel", IDCANCEL, 185, 120, 60, 15 +END + STRINGTABLE BEGIN /* columns in the shellview */ @@ -983,4 +997,5 @@ BEGIN IDS_EDITING_ACTION "Editing action for type: " IDS_NO_ICONS "The file '%s' contains no icons.\n\nChoose an icon from the list or specify a different file." IDS_FILE_NOT_FOUND "The file '%s' was not found." + IDS_LINK_INVALID "The item '%s' that this shortcut refers to has been changed or moved, so this shortcut will no longer work properly." END diff --git a/dll/win32/shell32/lang/pl-PL.rc b/dll/win32/shell32/lang/pl-PL.rc index 125fcb9662e..e2686b0938b 100644 --- a/dll/win32/shell32/lang/pl-PL.rc +++ b/dll/win32/shell32/lang/pl-PL.rc @@ -715,6 +715,20 @@ BEGIN PUSHBUTTON "Z&mień ikonę...", IDC_FOLDERCUST_CHANGE_ICON, 15, 210, 75, 15 END +IDD_LINK_PROBLEM DIALOGEX 0, 0, 250, 140 +CAPTION "Problem with Shortcut" +STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU +FONT 8, "MS Shell Dlg" +BEGIN + ICON 0, IDC_LINK_PROBLEM_ICON, 5, 5, 0, 0 + LTEXT "The item '%s' that this shortcut refers to has been changed or moved, so this shortcut will no longer work properly.", IDC_LINK_PROBLEM_LABEL1, 35, 5, 210, 35 + LTEXT "Nearest match based on name, type, size, and date:", IDC_LINK_PROBLEM_LABEL2, 35, 45, 210, 35 + LTEXT "Do you want to fix this shortcut to point to this target or do you just want to delete it?", -1, 35, 85, 210, 30 + DEFPUSHBUTTON "&Fix it", IDOK, 55, 120, 60, 15, WS_DISABLED + PUSHBUTTON "&Delete it", IDYES, 120, 120, 60, 15 + PUSHBUTTON "Cancel", IDCANCEL, 185, 120, 60, 15 +END + STRINGTABLE BEGIN /* columns in the shellview */ @@ -989,4 +1003,5 @@ BEGIN IDS_EDITING_ACTION "Edytowanie akcji dla typu: " IDS_NO_ICONS "Plik '%s' nie zawiera ikon.\n\nWybierz ikonę z listy lub określ inny plik." IDS_FILE_NOT_FOUND "Nie odnaleziono pliku '%s'." + IDS_LINK_INVALID "The item '%s' that this shortcut refers to has been changed or moved, so this shortcut will no longer work properly." END diff --git a/dll/win32/shell32/lang/pt-BR.rc b/dll/win32/shell32/lang/pt-BR.rc index 8cee41dbe22..0bca68bc3f4 100644 --- a/dll/win32/shell32/lang/pt-BR.rc +++ b/dll/win32/shell32/lang/pt-BR.rc @@ -709,6 +709,20 @@ BEGIN PUSHBUTTON "Change &Icon...", IDC_FOLDERCUST_CHANGE_ICON, 15, 210, 75, 15 END +IDD_LINK_PROBLEM DIALOGEX 0, 0, 250, 140 +CAPTION "Problem with Shortcut" +STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU +FONT 8, "MS Shell Dlg" +BEGIN + ICON 0, IDC_LINK_PROBLEM_ICON, 5, 5, 0, 0 + LTEXT "The item '%s' that this shortcut refers to has been changed or moved, so this shortcut will no longer work properly.", IDC_LINK_PROBLEM_LABEL1, 35, 5, 210, 35 + LTEXT "Nearest match based on name, type, size, and date:", IDC_LINK_PROBLEM_LABEL2, 35, 45, 210, 35 + LTEXT "Do you want to fix this shortcut to point to this target or do you just want to delete it?", -1, 35, 85, 210, 30 + DEFPUSHBUTTON "&Fix it", IDOK, 55, 120, 60, 15, WS_DISABLED + PUSHBUTTON "&Delete it", IDYES, 120, 120, 60, 15 + PUSHBUTTON "Cancel", IDCANCEL, 185, 120, 60, 15 +END + STRINGTABLE BEGIN /* columns in the shellview */ @@ -983,4 +997,5 @@ BEGIN IDS_EDITING_ACTION "Editing action for type: " IDS_NO_ICONS "The file '%s' contains no icons.\n\nChoose an icon from the list or specify a different file." IDS_FILE_NOT_FOUND "The file '%s' was not found." + IDS_LINK_INVALID "The item '%s' that this shortcut refers to has been changed or moved, so this shortcut will no longer work properly." END diff --git a/dll/win32/shell32/lang/pt-PT.rc b/dll/win32/shell32/lang/pt-PT.rc index 359bb4c79bd..1325c971be2 100644 --- a/dll/win32/shell32/lang/pt-PT.rc +++ b/dll/win32/shell32/lang/pt-PT.rc @@ -709,6 +709,20 @@ BEGIN PUSHBUTTON "Alterar &Icone.", IDC_FOLDERCUST_CHANGE_ICON, 15, 210, 75, 15 END +IDD_LINK_PROBLEM DIALOGEX 0, 0, 250, 140 +CAPTION "Problem with Shortcut" +STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU +FONT 8, "MS Shell Dlg" +BEGIN + ICON 0, IDC_LINK_PROBLEM_ICON, 5, 5, 0, 0 + LTEXT "The item '%s' that this shortcut refers to has been changed or moved, so this shortcut will no longer work properly.", IDC_LINK_PROBLEM_LABEL1, 35, 5, 210, 35 + LTEXT "Nearest match based on name, type, size, and date:", IDC_LINK_PROBLEM_LABEL2, 35, 45, 210, 35 + LTEXT "Do you want to fix this shortcut to point to this target or do you just want to delete it?", -1, 35, 85, 210, 30 + DEFPUSHBUTTON "&Fix it", IDOK, 55, 120, 60, 15, WS_DISABLED + PUSHBUTTON "&Delete it", IDYES, 120, 120, 60, 15 + PUSHBUTTON "Cancel", IDCANCEL, 185, 120, 60, 15 +END + STRINGTABLE BEGIN /* columns in the shellview */ @@ -983,4 +997,5 @@ BEGIN IDS_EDITING_ACTION "Editar acção para o tipo: " IDS_NO_ICONS "O arquivo '%s' não contém ícones.\n\nEscolha um ícone da lista ou especifique um arquivo diferente." IDS_FILE_NOT_FOUND "O arquivo '%s' não foi encontrado." + IDS_LINK_INVALID "The item '%s' that this shortcut refers to has been changed or moved, so this shortcut will no longer work properly." END diff --git a/dll/win32/shell32/lang/ro-RO.rc b/dll/win32/shell32/lang/ro-RO.rc index 42c613287fd..1cbf12ba8aa 100644 --- a/dll/win32/shell32/lang/ro-RO.rc +++ b/dll/win32/shell32/lang/ro-RO.rc @@ -711,6 +711,20 @@ BEGIN PUSHBUTTON "Schi&mbare pictogramă…", IDC_FOLDERCUST_CHANGE_ICON, 15, 210, 75, 15 END +IDD_LINK_PROBLEM DIALOGEX 0, 0, 250, 140 +CAPTION "Problem with Shortcut" +STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU +FONT 8, "MS Shell Dlg" +BEGIN + ICON 0, IDC_LINK_PROBLEM_ICON, 5, 5, 0, 0 + LTEXT "The item '%s' that this shortcut refers to has been changed or moved, so this shortcut will no longer work properly.", IDC_LINK_PROBLEM_LABEL1, 35, 5, 210, 35 + LTEXT "Nearest match based on name, type, size, and date:", IDC_LINK_PROBLEM_LABEL2, 35, 45, 210, 35 + LTEXT "Do you want to fix this shortcut to point to this target or do you just want to delete it?", -1, 35, 85, 210, 30 + DEFPUSHBUTTON "&Fix it", IDOK, 55, 120, 60, 15, WS_DISABLED + PUSHBUTTON "&Delete it", IDYES, 120, 120, 60, 15 + PUSHBUTTON "Cancel", IDCANCEL, 185, 120, 60, 15 +END + STRINGTABLE BEGIN /* columns in the shellview */ @@ -985,4 +999,5 @@ BEGIN IDS_EDITING_ACTION "Editează acțiune pentru tipul: " IDS_NO_ICONS "Fișierul „%s” nu conține pictograme.\n\nAlegeți o pictogramă din listă sau specificați un alt fișier." IDS_FILE_NOT_FOUND "Fișierul „%s” nu a fost găsit." + IDS_LINK_INVALID "The item '%s' that this shortcut refers to has been changed or moved, so this shortcut will no longer work properly." END diff --git a/dll/win32/shell32/lang/ru-RU.rc b/dll/win32/shell32/lang/ru-RU.rc index de203d29dc8..7c48ac992ff 100644 --- a/dll/win32/shell32/lang/ru-RU.rc +++ b/dll/win32/shell32/lang/ru-RU.rc @@ -716,6 +716,20 @@ BEGIN PUSHBUTTON "Сменить &значок...", IDC_FOLDERCUST_CHANGE_ICON, 15, 210, 75, 15 END +IDD_LINK_PROBLEM DIALOGEX 0, 0, 250, 140 +CAPTION "Problem with Shortcut" +STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU +FONT 8, "MS Shell Dlg" +BEGIN + ICON 0, IDC_LINK_PROBLEM_ICON, 5, 5, 0, 0 + LTEXT "The item '%s' that this shortcut refers to has been changed or moved, so this shortcut will no longer work properly.", IDC_LINK_PROBLEM_LABEL1, 35, 5, 210, 35 + LTEXT "Nearest match based on name, type, size, and date:", IDC_LINK_PROBLEM_LABEL2, 35, 45, 210, 35 + LTEXT "Do you want to fix this shortcut to point to this target or do you just want to delete it?", -1, 35, 85, 210, 30 + DEFPUSHBUTTON "&Fix it", IDOK, 55, 120, 60, 15, WS_DISABLED + PUSHBUTTON "&Delete it", IDYES, 120, 120, 60, 15 + PUSHBUTTON "Cancel", IDCANCEL, 185, 120, 60, 15 +END + STRINGTABLE BEGIN /* columns in the shellview */ @@ -990,4 +1004,5 @@ BEGIN IDS_EDITING_ACTION "Изменение действия для типа: " IDS_NO_ICONS "Файл '%s' не содержит значков.\n\nВыберите значок из списка или укажите другой файл." IDS_FILE_NOT_FOUND "Файл '%s' не найден." + IDS_LINK_INVALID "The item '%s' that this shortcut refers to has been changed or moved, so this shortcut will no longer work properly." END diff --git a/dll/win32/shell32/lang/sk-SK.rc b/dll/win32/shell32/lang/sk-SK.rc index a84187e4eb3..5fb69feaf1e 100644 --- a/dll/win32/shell32/lang/sk-SK.rc +++ b/dll/win32/shell32/lang/sk-SK.rc @@ -709,6 +709,20 @@ BEGIN PUSHBUTTON "Change &Icon...", IDC_FOLDERCUST_CHANGE_ICON, 15, 210, 75, 15 END +IDD_LINK_PROBLEM DIALOGEX 0, 0, 250, 140 +CAPTION "Problem with Shortcut" +STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU +FONT 8, "MS Shell Dlg" +BEGIN + ICON 0, IDC_LINK_PROBLEM_ICON, 5, 5, 0, 0 + LTEXT "The item '%s' that this shortcut refers to has been changed or moved, so this shortcut will no longer work properly.", IDC_LINK_PROBLEM_LABEL1, 35, 5, 210, 35 + LTEXT "Nearest match based on name, type, size, and date:", IDC_LINK_PROBLEM_LABEL2, 35, 45, 210, 35 + LTEXT "Do you want to fix this shortcut to point to this target or do you just want to delete it?", -1, 35, 85, 210, 30 + DEFPUSHBUTTON "&Fix it", IDOK, 55, 120, 60, 15, WS_DISABLED + PUSHBUTTON "&Delete it", IDYES, 120, 120, 60, 15 + PUSHBUTTON "Cancel", IDCANCEL, 185, 120, 60, 15 +END + STRINGTABLE BEGIN /* columns in the shellview */ @@ -983,4 +997,5 @@ BEGIN IDS_EDITING_ACTION "Editing action for type: " IDS_NO_ICONS "The file '%s' contains no icons.\n\nChoose an icon from the list or specify a different file." IDS_FILE_NOT_FOUND "The file '%s' was not found." + IDS_LINK_INVALID "The item '%s' that this shortcut refers to has been changed or moved, so this shortcut will no longer work properly." END diff --git a/dll/win32/shell32/lang/sl-SI.rc b/dll/win32/shell32/lang/sl-SI.rc index 55ba4f299c6..a8daae20a67 100644 --- a/dll/win32/shell32/lang/sl-SI.rc +++ b/dll/win32/shell32/lang/sl-SI.rc @@ -709,6 +709,20 @@ BEGIN PUSHBUTTON "Change &Icon...", IDC_FOLDERCUST_CHANGE_ICON, 15, 210, 75, 15 END +IDD_LINK_PROBLEM DIALOGEX 0, 0, 250, 140 +CAPTION "Problem with Shortcut" +STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU +FONT 8, "MS Shell Dlg" +BEGIN + ICON 0, IDC_LINK_PROBLEM_ICON, 5, 5, 0, 0 + LTEXT "The item '%s' that this shortcut refers to has been changed or moved, so this shortcut will no longer work properly.", IDC_LINK_PROBLEM_LABEL1, 35, 5, 210, 35 + LTEXT "Nearest match based on name, type, size, and date:", IDC_LINK_PROBLEM_LABEL2, 35, 45, 210, 35 + LTEXT "Do you want to fix this shortcut to point to this target or do you just want to delete it?", -1, 35, 85, 210, 30 + DEFPUSHBUTTON "&Fix it", IDOK, 55, 120, 60, 15, WS_DISABLED + PUSHBUTTON "&Delete it", IDYES, 120, 120, 60, 15 + PUSHBUTTON "Cancel", IDCANCEL, 185, 120, 60, 15 +END + STRINGTABLE BEGIN /* columns in the shellview */ @@ -983,4 +997,5 @@ BEGIN IDS_EDITING_ACTION "Editing action for type: " IDS_NO_ICONS "The file '%s' contains no icons.\n\nChoose an icon from the list or specify a different file." IDS_FILE_NOT_FOUND "The file '%s' was not found." + IDS_LINK_INVALID "The item '%s' that this shortcut refers to has been changed or moved, so this shortcut will no longer work properly." END diff --git a/dll/win32/shell32/lang/sq-AL.rc b/dll/win32/shell32/lang/sq-AL.rc index 8bccc16665a..36362694a9e 100644 --- a/dll/win32/shell32/lang/sq-AL.rc +++ b/dll/win32/shell32/lang/sq-AL.rc @@ -713,6 +713,20 @@ BEGIN PUSHBUTTON "Change &Icon...", IDC_FOLDERCUST_CHANGE_ICON, 15, 210, 75, 15 END +IDD_LINK_PROBLEM DIALOGEX 0, 0, 250, 140 +CAPTION "Problem with Shortcut" +STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU +FONT 8, "MS Shell Dlg" +BEGIN + ICON 0, IDC_LINK_PROBLEM_ICON, 5, 5, 0, 0 + LTEXT "The item '%s' that this shortcut refers to has been changed or moved, so this shortcut will no longer work properly.", IDC_LINK_PROBLEM_LABEL1, 35, 5, 210, 35 + LTEXT "Nearest match based on name, type, size, and date:", IDC_LINK_PROBLEM_LABEL2, 35, 45, 210, 35 + LTEXT "Do you want to fix this shortcut to point to this target or do you just want to delete it?", -1, 35, 85, 210, 30 + DEFPUSHBUTTON "&Fix it", IDOK, 55, 120, 60, 15, WS_DISABLED + PUSHBUTTON "&Delete it", IDYES, 120, 120, 60, 15 + PUSHBUTTON "Cancel", IDCANCEL, 185, 120, 60, 15 +END + STRINGTABLE BEGIN /* columns in the shellview */ @@ -987,4 +1001,5 @@ BEGIN IDS_EDITING_ACTION "Editing action for type: " IDS_NO_ICONS "The file '%s' contains no icons.\n\nChoose an icon from the list or specify a different file." IDS_FILE_NOT_FOUND "The file '%s' was not found." + IDS_LINK_INVALID "The item '%s' that this shortcut refers to has been changed or moved, so this shortcut will no longer work properly." END diff --git a/dll/win32/shell32/lang/sv-SE.rc b/dll/win32/shell32/lang/sv-SE.rc index 51bac8cb790..0eaf3eae9c9 100644 --- a/dll/win32/shell32/lang/sv-SE.rc +++ b/dll/win32/shell32/lang/sv-SE.rc @@ -709,6 +709,20 @@ BEGIN PUSHBUTTON "Change &Icon...", IDC_FOLDERCUST_CHANGE_ICON, 15, 210, 75, 15 END +IDD_LINK_PROBLEM DIALOGEX 0, 0, 250, 140 +CAPTION "Problem with Shortcut" +STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU +FONT 8, "MS Shell Dlg" +BEGIN + ICON 0, IDC_LINK_PROBLEM_ICON, 5, 5, 0, 0 + LTEXT "The item '%s' that this shortcut refers to has been changed or moved, so this shortcut will no longer work properly.", IDC_LINK_PROBLEM_LABEL1, 35, 5, 210, 35 + LTEXT "Nearest match based on name, type, size, and date:", IDC_LINK_PROBLEM_LABEL2, 35, 45, 210, 35 + LTEXT "Do you want to fix this shortcut to point to this target or do you just want to delete it?", -1, 35, 85, 210, 30 + DEFPUSHBUTTON "&Fix it", IDOK, 55, 120, 60, 15, WS_DISABLED + PUSHBUTTON "&Delete it", IDYES, 120, 120, 60, 15 + PUSHBUTTON "Cancel", IDCANCEL, 185, 120, 60, 15 +END + STRINGTABLE BEGIN /* columns in the shellview */ @@ -983,4 +997,5 @@ BEGIN IDS_EDITING_ACTION "Editing action for type: " IDS_NO_ICONS "The file '%s' contains no icons.\n\nChoose an icon from the list or specify a different file." IDS_FILE_NOT_FOUND "The file '%s' was not found." + IDS_LINK_INVALID "The item '%s' that this shortcut refers to has been changed or moved, so this shortcut will no longer work properly." END diff --git a/dll/win32/shell32/lang/tr-TR.rc b/dll/win32/shell32/lang/tr-TR.rc index 3a4faa12e0a..c4fda54ac1e 100644 --- a/dll/win32/shell32/lang/tr-TR.rc +++ b/dll/win32/shell32/lang/tr-TR.rc @@ -711,6 +711,20 @@ BEGIN PUSHBUTTON "&Simge Değiştir...", IDC_FOLDERCUST_CHANGE_ICON, 15, 210, 75, 15 END +IDD_LINK_PROBLEM DIALOGEX 0, 0, 250, 140 +CAPTION "Problem with Shortcut" +STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU +FONT 8, "MS Shell Dlg" +BEGIN + ICON 0, IDC_LINK_PROBLEM_ICON, 5, 5, 0, 0 + LTEXT "The item '%s' that this shortcut refers to has been changed or moved, so this shortcut will no longer work properly.", IDC_LINK_PROBLEM_LABEL1, 35, 5, 210, 35 + LTEXT "Nearest match based on name, type, size, and date:", IDC_LINK_PROBLEM_LABEL2, 35, 45, 210, 35 + LTEXT "Do you want to fix this shortcut to point to this target or do you just want to delete it?", -1, 35, 85, 210, 30 + DEFPUSHBUTTON "&Fix it", IDOK, 55, 120, 60, 15, WS_DISABLED + PUSHBUTTON "&Delete it", IDYES, 120, 120, 60, 15 + PUSHBUTTON "Cancel", IDCANCEL, 185, 120, 60, 15 +END + STRINGTABLE BEGIN /* columns in the shellview */ @@ -985,4 +999,5 @@ BEGIN IDS_EDITING_ACTION "Editing action for type: " IDS_NO_ICONS "The file '%s' contains no icons.\n\nChoose an icon from the list or specify a different file." IDS_FILE_NOT_FOUND "The file '%s' was not found." + IDS_LINK_INVALID "The item '%s' that this shortcut refers to has been changed or moved, so this shortcut will no longer work properly." END diff --git a/dll/win32/shell32/lang/uk-UA.rc b/dll/win32/shell32/lang/uk-UA.rc index 94405fdcd52..85b0ea6ee96 100644 --- a/dll/win32/shell32/lang/uk-UA.rc +++ b/dll/win32/shell32/lang/uk-UA.rc @@ -709,6 +709,20 @@ BEGIN PUSHBUTTON "Змінити &значок...", IDC_FOLDERCUST_CHANGE_ICON, 15, 210, 75, 15 END +IDD_LINK_PROBLEM DIALOGEX 0, 0, 250, 140 +CAPTION "Problem with Shortcut" +STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU +FONT 8, "MS Shell Dlg" +BEGIN + ICON 0, IDC_LINK_PROBLEM_ICON, 5, 5, 0, 0 + LTEXT "The item '%s' that this shortcut refers to has been changed or moved, so this shortcut will no longer work properly.", IDC_LINK_PROBLEM_LABEL1, 35, 5, 210, 35 + LTEXT "Nearest match based on name, type, size, and date:", IDC_LINK_PROBLEM_LABEL2, 35, 45, 210, 35 + LTEXT "Do you want to fix this shortcut to point to this target or do you just want to delete it?", -1, 35, 85, 210, 30 + DEFPUSHBUTTON "&Fix it", IDOK, 55, 120, 60, 15, WS_DISABLED + PUSHBUTTON "&Delete it", IDYES, 120, 120, 60, 15 + PUSHBUTTON "Cancel", IDCANCEL, 185, 120, 60, 15 +END + STRINGTABLE BEGIN /* columns in the shellview */ @@ -983,4 +997,5 @@ BEGIN IDS_EDITING_ACTION "Редагування дії для типу: " IDS_NO_ICONS "Файл '%s' не містить значків.\n\nВиберіть значок зі списку або відкрийте інший файл." IDS_FILE_NOT_FOUND "Файд '%s' не знайдено." + IDS_LINK_INVALID "The item '%s' that this shortcut refers to has been changed or moved, so this shortcut will no longer work properly." END diff --git a/dll/win32/shell32/lang/zh-CN.rc b/dll/win32/shell32/lang/zh-CN.rc index d280cb26a3f..70d68078cc4 100644 --- a/dll/win32/shell32/lang/zh-CN.rc +++ b/dll/win32/shell32/lang/zh-CN.rc @@ -717,6 +717,20 @@ BEGIN PUSHBUTTON "更改图标(&I)...", IDC_FOLDERCUST_CHANGE_ICON, 15, 210, 75, 15 END +IDD_LINK_PROBLEM DIALOGEX 0, 0, 250, 140 +CAPTION "Problem with Shortcut" +STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU +FONT 8, "MS Shell Dlg" +BEGIN + ICON 0, IDC_LINK_PROBLEM_ICON, 5, 5, 0, 0 + LTEXT "The item '%s' that this shortcut refers to has been changed or moved, so this shortcut will no longer work properly.", IDC_LINK_PROBLEM_LABEL1, 35, 5, 210, 35 + LTEXT "Nearest match based on name, type, size, and date:", IDC_LINK_PROBLEM_LABEL2, 35, 45, 210, 35 + LTEXT "Do you want to fix this shortcut to point to this target or do you just want to delete it?", -1, 35, 85, 210, 30 + DEFPUSHBUTTON "&Fix it", IDOK, 55, 120, 60, 15, WS_DISABLED + PUSHBUTTON "&Delete it", IDYES, 120, 120, 60, 15 + PUSHBUTTON "Cancel", IDCANCEL, 185, 120, 60, 15 +END + STRINGTABLE BEGIN /* columns in the shellview */ @@ -993,4 +1007,5 @@ BEGIN IDS_EDITING_ACTION "编辑操作类型: " IDS_NO_ICONS "文件 '%s' 不包含图标\n\n从列表中选择一个图标或指定其他文件。" IDS_FILE_NOT_FOUND "无法找到文件 '%s'。" + IDS_LINK_INVALID "The item '%s' that this shortcut refers to has been changed or moved, so this shortcut will no longer work properly." END diff --git a/dll/win32/shell32/lang/zh-TW.rc b/dll/win32/shell32/lang/zh-TW.rc index 292a780ebda..9f01928299a 100644 --- a/dll/win32/shell32/lang/zh-TW.rc +++ b/dll/win32/shell32/lang/zh-TW.rc @@ -718,6 +718,20 @@ BEGIN PUSHBUTTON "變更圖示...(&I)", IDC_FOLDERCUST_CHANGE_ICON, 15, 210, 75, 15 END +IDD_LINK_PROBLEM DIALOGEX 0, 0, 250, 140 +CAPTION "Problem with Shortcut" +STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU +FONT 8, "MS Shell Dlg" +BEGIN + ICON 0, IDC_LINK_PROBLEM_ICON, 5, 5, 0, 0 + LTEXT "The item '%s' that this shortcut refers to has been changed or moved, so this shortcut will no longer work properly.", IDC_LINK_PROBLEM_LABEL1, 35, 5, 210, 35 + LTEXT "Nearest match based on name, type, size, and date:", IDC_LINK_PROBLEM_LABEL2, 35, 45, 210, 35 + LTEXT "Do you want to fix this shortcut to point to this target or do you just want to delete it?", -1, 35, 85, 210, 30 + DEFPUSHBUTTON "&Fix it", IDOK, 55, 120, 60, 15, WS_DISABLED + PUSHBUTTON "&Delete it", IDYES, 120, 120, 60, 15 + PUSHBUTTON "Cancel", IDCANCEL, 185, 120, 60, 15 +END + STRINGTABLE BEGIN /* columns in the shellview */ @@ -994,4 +1008,5 @@ BEGIN IDS_EDITING_ACTION "Editing action for type: " IDS_NO_ICONS "The file '%s' contains no icons.\n\nChoose an icon from the list or specify a different file." IDS_FILE_NOT_FOUND "The file '%s' was not found." + IDS_LINK_INVALID "The item '%s' that this shortcut refers to has been changed or moved, so this shortcut will no longer work properly." END diff --git a/dll/win32/shell32/shresdef.h b/dll/win32/shell32/shresdef.h index 21c498e9ed7..2152134eefc 100644 --- a/dll/win32/shell32/shresdef.h +++ b/dll/win32/shell32/shresdef.h @@ -296,6 +296,7 @@ #define IDS_NO_ICONS 30529 #define IDS_FILE_NOT_FOUND 30530 +#define IDS_LINK_INVALID 30531 /* Dialogs */ @@ -456,6 +457,7 @@ #define IDD_EDITTYPE 36 #define IDD_ACTION 37 #define IDD_FOLDER_CUSTOMIZE 38 +#define IDD_LINK_PROBLEM 39 /* Control IDs for IDD_FOLDER_CUSTOMIZE dialog */ #define IDC_FOLDERCUST_COMBOBOX 14001 @@ -466,6 +468,11 @@ #define IDC_FOLDERCUST_ICON 14006 #define IDC_FOLDERCUST_CHANGE_ICON 14007 +/* Control IDs for IDD_LINK_PROBLEM dialog */ +#define IDC_LINK_PROBLEM_ICON 14008 +#define IDC_LINK_PROBLEM_LABEL1 14009 +#define IDC_LINK_PROBLEM_LABEL2 14010 + /* Not used dialogs */ #define IDD_SHUTDOWN 29 #define IDD_LOG_OFF 30