https://git.reactos.org/?p=reactos.git;a=commitdiff;h=037e84ec7f511ca925554…
commit 037e84ec7f511ca9255546286bd17fc49f6a3d9a
Author: Stanislav Motylkov <x86corez(a)gmail.com>
AuthorDate: Sat Aug 15 17:26:15 2020 +0300
Commit: Stanislav Motylkov <x86corez(a)gmail.com>
CommitDate: Sat Aug 15 17:26:15 2020 +0300
[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
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=3d9ab23ef066a18584b57…
commit 3d9ab23ef066a18584b57ae7d6dcfd5bc7f77c4c
Author: Stanislav Motylkov <x86corez(a)gmail.com>
AuthorDate: Sat Aug 15 15:30:08 2020 +0300
Commit: Stanislav Motylkov <x86corez(a)gmail.com>
CommitDate: Sat Aug 15 15:30:08 2020 +0300
[BOOTDATA] Add display name and description for Browser Service
Also add Russian translation.
Addendum to 1b90e54. CORE-17201
---
boot/bootdata/hivesys.inf | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/boot/bootdata/hivesys.inf b/boot/bootdata/hivesys.inf
index d3041b676a0..fd212c03001 100644
--- a/boot/bootdata/hivesys.inf
+++ b/boot/bootdata/hivesys.inf
@@ -2246,6 +2246,9 @@ AUDIO_SERVICE_DESCRIPTION="Provides audio facilities to applications"
BITS_SERVICE="Background Intelligent Transfer Service"
BITS_SERVICE_DESCRIPTION="Transfers files in the background using idle network bandwidth."
+BROWSER_SERVICE="Computer Browser"
+BROWSER_SERVICE_DESCRIPTION="Maintains an updated list of computers on the network and supplies this list to computers designated as browsers."
+
DCOMLAUNCH_SERVICE="DcomLaunch service"
DCOMLAUNCH_SERVICE_DESCRIPTION="DcomLaunch service stub."
@@ -2696,6 +2699,9 @@ AUDIO_SERVICE_DESCRIPTION="Обеспечивает звуковыми устр
BITS_SERVICE="Фоновая интеллектуальная служба передачи (BITS)"
BITS_SERVICE_DESCRIPTION="Обеспечивает передачу данных между клиентами и серверами в фоновом режиме с использованием пропускной способности простаивающей сети."
+BROWSER_SERVICE="Обозреватель компьютеров"
+BROWSER_SERVICE_DESCRIPTION="Обслуживает список компьютеров в сети и выдает его программам по запросу."
+
DCOMLAUNCH_SERVICE="DcomLaunch service"
DCOMLAUNCH_SERVICE_DESCRIPTION="DcomLaunch service stub."
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=011a9e2ae87b90cc6deca…
commit 011a9e2ae87b90cc6deca8c4f2cfb1cf49954c6e
Author: Joachim Henze <Joachim.Henze(a)reactos.org>
AuthorDate: Sat Aug 15 12:50:03 2020 +0200
Commit: Joachim Henze <Joachim.Henze(a)reactos.org>
CommitDate: Sat Aug 15 12:50:45 2020 +0200
[SCSIPORT] Demote a noisy DPRINT1 to DPRINT CORE-17200
It started to spam when more components of the MountMgr
were coded during 0.4.14dev.
According to Victor Perevertkin it is not crucial for us
to see it, as those are 'optional MountMgr features'.
Imho this points towards unimplemented stuff.
No official ros release has been affected, because I did
revert most of the new MountMgr features for 0.4.14release
earlier.
---
drivers/storage/port/scsiport/scsiport.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/storage/port/scsiport/scsiport.c b/drivers/storage/port/scsiport/scsiport.c
index bc4fe7d85e6..f0adf12384e 100644
--- a/drivers/storage/port/scsiport/scsiport.c
+++ b/drivers/storage/port/scsiport/scsiport.c
@@ -2887,7 +2887,7 @@ ScsiPortDeviceControl(IN PDEVICE_OBJECT DeviceObject,
DPRINT1("Got unexpected IOCTL_MOUNTDEV_QUERY_UNIQUE_ID\n");
break;
default:
- DPRINT1(" got ioctl intended for the mount manager: 0x%lX\n", Stack->Parameters.DeviceIoControl.IoControlCode);
+ DPRINT(" got ioctl intended for the mount manager: 0x%lX\n", Stack->Parameters.DeviceIoControl.IoControlCode);
break;
}
} else {
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=9170432c8f54404d65244…
commit 9170432c8f54404d65244e43f20535be2dd9ad23
Author: Piotr Hetnarowicz <40692062+pithwz(a)users.noreply.github.com>
AuthorDate: Fri Aug 14 19:07:32 2020 +0200
Commit: GitHub <noreply(a)github.com>
CommitDate: Sat Aug 15 02:07:32 2020 +0900
[SHELL32] Polish translation for "Problem with Shortcut" dialog (#3043)
pl-pl Polish translation update for new dialog with SHORTCUT
---
dll/win32/shell32/lang/pl-PL.rc | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/dll/win32/shell32/lang/pl-PL.rc b/dll/win32/shell32/lang/pl-PL.rc
index e2686b0938b..1b5de4427d8 100644
--- a/dll/win32/shell32/lang/pl-PL.rc
+++ b/dll/win32/shell32/lang/pl-PL.rc
@@ -716,17 +716,17 @@ BEGIN
END
IDD_LINK_PROBLEM DIALOGEX 0, 0, 250, 140
-CAPTION "Problem with Shortcut"
+CAPTION "Problem ze skrótem"
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 "Element '%s', do którego odwołuje się ten skrót, został zmieniony lub przeniesiony i dlatego skrót ten nie będzie działał poprawnie.", IDC_LINK_PROBLEM_LABEL1, 35, 5, 210, 35
+ LTEXT "Najbliższy odpowiednik pod względem nazwy, typu, rozmiaru i daty:", IDC_LINK_PROBLEM_LABEL2, 35, 45, 210, 35
+ LTEXT "Chcesz naprawić ten skrót, tak aby wskazywał ten element docelowy, czy chcesz go usunąć?", -1, 35, 85, 210, 30
+ DEFPUSHBUTTON "&Napraw", IDOK, 55, 120, 60, 15, WS_DISABLED
+ PUSHBUTTON "&Usuń", IDYES, 120, 120, 60, 15
+ PUSHBUTTON "Anuluj", IDCANCEL, 185, 120, 60, 15
END
STRINGTABLE
@@ -1003,5 +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."
+ IDS_LINK_INVALID "Element '%s', do którego odwołuje się ten skrót, został zmieniony lub przeniesiony i dlatego skrót ten nie będzie działał poprawnie."
END