Skip to content

Commit 8d80203

Browse files
committed
[SDK:MC] Fix basic english typos in some messages.
1 parent 135a9a9 commit 8d80203

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

sdk/include/reactos/mc/errcodes.mc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6145,16 +6145,16 @@ Severity=Success
61456145
Facility=System
61466146
SymbolicName=ERROR_FAILED_DRIVER_ENTRY
61476147
Language=English
6148-
The driver was not loaded because it failed it's initialization call.
6148+
The driver was not loaded because it failed its initialization call.
61496149
.
61506150
Language=Russian
6151-
The driver was not loaded because it failed it's initialization call.
6151+
The driver was not loaded because it failed its initialization call.
61526152
.
61536153
Language=Polish
61546154
Sterownik nie został załadowany, ponieważ nie powiodło się wywołanie jego inicjalizacji.
61556155
.
61566156
Language=Romanian
6157-
The driver was not loaded because it failed it's initialization call.
6157+
The driver was not loaded because it failed its initialization call.
61586158
.
61596159
Language=Japanese
61606160
ドライバの初期化コールに失敗したため、ドライバがロードされませんでした。
@@ -34540,16 +34540,16 @@ Severity=Success
3454034540
Facility=System
3454134541
SymbolicName=ERROR_DS_LDAP_SEND_QUEUE_FULL
3454234542
Language=English
34543-
The LDAP servers network send queue has filled up because the client is not processing the results of it's requests fast enough. No more requests will be processed until the client catches up. If the client does not catch up then it will be disconnected.
34543+
The LDAP servers network send queue has filled up because the client is not processing the results of its requests fast enough. No more requests will be processed until the client catches up. If the client does not catch up then it will be disconnected.
3454434544
.
3454534545
Language=Russian
34546-
The LDAP servers network send queue has filled up because the client is not processing the results of it's requests fast enough. No more requests will be processed until the client catches up. If the client does not catch up then it will be disconnected.
34546+
The LDAP servers network send queue has filled up because the client is not processing the results of its requests fast enough. No more requests will be processed until the client catches up. If the client does not catch up then it will be disconnected.
3454734547
.
3454834548
Language=Polish
3454934549
Kolejka odbiorcza sieci serwerów LDAP wypełniła się, ponieważ klient nie przetwarza odpowiednio szybko wyników swoich żądań. Żadne żądania nie będą przetwarzane do czasu wyrównania klienta. Jeżeli klient nie zostanie wyrównany, zostanie rozłączony.
3455034550
.
3455134551
Language=Romanian
34552-
The LDAP servers network send queue has filled up because the client is not processing the results of it's requests fast enough. No more requests will be processed until the client catches up. If the client does not catch up then it will be disconnected.
34552+
The LDAP servers network send queue has filled up because the client is not processing the results of its requests fast enough. No more requests will be processed until the client catches up. If the client does not catch up then it will be disconnected.
3455334553
.
3455434554
Language=Japanese
3455534555
クライアントが要求の結果を十分に速く処理できないため、LDAPサーバーのネットワーク送信キューがいっぱいになりました。クライアントが追いつくまで、これ以上のリクエストは処理されません。クライアントが追いつかない場合、クライアントは切断されます。

sdk/include/reactos/mc/ntstatus.mc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1045,7 +1045,7 @@ Severity=Warning
10451045
Facility=System
10461046
SymbolicName=STATUS_DEVICE_DOOR_OPEN
10471047
Language=English
1048-
The device has indicated that it's door is open. Further operations require it closed and secured.
1048+
The device has indicated that its door is open. Further operations require it closed and secured.
10491049
.
10501050
10511051
MessageId=0x1
@@ -4369,7 +4369,7 @@ Severity=Error
43694369
Facility=System
43704370
SymbolicName=STATUS_FAILED_DRIVER_ENTRY
43714371
Language=English
4372-
The driver was not loaded because it failed it's initialization call.
4372+
The driver was not loaded because it failed its initialization call.
43734373
.
43744374
43754375
MessageId=0x366

0 commit comments

Comments
 (0)