From 037e84ec7f511ca9255546286bd17fc49f6a3d9a Mon Sep 17 00:00:00 2001 From: Stanislav Motylkov Date: Sat, 15 Aug 2020 17:26:15 +0300 Subject: [PATCH] [SHELL32] Russian translation for "Problem with Shortcut" dialog Addendum to a3ec01c. CORE-16816 --- dll/win32/shell32/lang/ru-RU.rc | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/dll/win32/shell32/lang/ru-RU.rc b/dll/win32/shell32/lang/ru-RU.rc index 7c48ac992ff..52e20a39d8e 100644 --- a/dll/win32/shell32/lang/ru-RU.rc +++ b/dll/win32/shell32/lang/ru-RU.rc @@ -717,17 +717,17 @@ BEGIN END IDD_LINK_PROBLEM DIALOGEX 0, 0, 250, 140 -CAPTION "Problem with Shortcut" +CAPTION "Проблема с ярлыком" 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 + LTEXT "Элемент '%s', на который ссылается этот ярлык, был изменён или перемещён, поэтому ярлык не будет работать правильно.", IDC_LINK_PROBLEM_LABEL1, 35, 5, 210, 35 + LTEXT "Ближайшее совпадение по имени, типу, размеру, и дате:", IDC_LINK_PROBLEM_LABEL2, 35, 45, 210, 35 + LTEXT "Вы хотите исправить назначение этого ярлыка или просто удалить его?", -1, 35, 85, 210, 30 + DEFPUSHBUTTON "&Исправить", IDOK, 55, 120, 60, 15, WS_DISABLED + PUSHBUTTON "&Удалить", IDYES, 120, 120, 60, 15 + PUSHBUTTON "Отмена", IDCANCEL, 185, 120, 60, 15 END STRINGTABLE @@ -1004,5 +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." + IDS_LINK_INVALID "Элемент '%s', на который ссылается этот ярлык, был изменён или перемещён, поэтому ярлык не будет работать правильно." END