Marat Nagayev
073607c237
[NET] Improve displaying status message ( #4096 )
...
- Simplify conditions
- Add application error translation function
[NET][MC] Add missing Russian (ru-RU) translation
2022-01-13 18:10:55 +03:00
Eric Kohl
6623b8d155
[ARP] Move the message file
...
Move the message file because we do not need to generate a global message header file for the arp utility.
2021-12-31 16:35:25 +01:00
Süleyman Poyraz
05c39d8d62
[TRANSLATION] Update Turkish (tr-TR) translations ( #3958 )
...
Reviewed-by: Can Taşan <ctasan99@hotmail.com >
Signed-off-by: Süleyman Poyraz <zaryob.dev@gmail.com >
2021-10-10 16:00:12 +03:00
Hermès Bélusca-Maïto
158a479a4e
[TRANSLATION] Replace '\r\n' by '\n' from displayed strings, when possible.
2021-09-13 03:52:23 +02:00
Hermès Bélusca-Maïto
bbabe2489e
[FORMATTING][TRANSLATION] Remove trailing whitespace. Addendum to 34593d93.
...
Excluded: 3rd-party code (incl. wine).
2021-09-13 03:52:21 +02:00
Hermès Bélusca-Maïto
290e5c9933
[TRANSLATION] Fix instances of strings with trailing whitespace before newlines.
2021-09-13 03:52:20 +02:00
Eric Kohl
560b66a2d5
[NET] Remove the NAME, PRINT and SEND options because we will most likely never have a messenger service
2021-02-07 13:45:25 +01:00
Adam Słaboń
50ff453434
[TRANSLATION] Polish translation update ( #3233 )
2020-09-26 21:42:36 +03:00
Piotr Hetnarowicz
17196cd208
[MC] Update Polish translation of netmsgmsg.mc ( #2691 )
...
Co-authored-by: Adam Słaboń <asaillen456esx@gmail.com >
Co-authored-by: Adam Stachowicz <saibamenppl@gmail.com >
Co-authored-by: Hermès BÉLUSCA - MAÏTO <hermes.belusca-maito@reactos.org >
2020-05-23 15:42:11 +02:00
Eric Kohl
e31069738f
[ARP] Improvements to ARP
...
- Print message on failed memory allocations.
- Functions return error code instead of exit code.
- Convert error code to exit code in the main function only.
- Always free the allocated memory.
- Fix bug from previous commit: Use _tprintf instead _putts to print messages.
2020-05-10 00:46:42 +02:00
Eric Kohl
ac01e4cd72
[ARP] Replace some hard-coded strings by message resources
2020-05-09 12:30:11 +02:00
Eric Kohl
16d136a63e
[NET][MC] Replace the last string resource by a message from netmsg.dll.
...
- Move translations to netmsg.dll.
- Keep italian translation as a comment because netmsg.dll does not have an italian translation yet.
- Remove obsolete resource files.
2020-05-01 10:27:26 +02:00
Hermès Bélusca-Maïto
478dbe3e23
[ERRCODES.MC] Change some occurrences of "Windows" to "ReactOS" where it makes the most sense.
2020-05-01 00:06:41 +02:00
Hermès Bélusca-Maïto
63bad3978d
[ERRCODES.MC] Remove the "ERROR_xxxx - " prefixes from each error message.
2020-05-01 00:06:40 +02:00
Piotr Hetnarowicz
c6680c99d9
[MC][NET] Polish translation update ( #2695 )
2020-04-30 09:20:15 +03:00
Adam Słaboń
db1ac630be
[TRANSLATION][MC] Polish translation update for errcodes.mc ( #2108 )
2019-11-30 16:31:28 +01:00
Eric Kohl
b8013fce52
[MC] Add syntax and help texts for the NET SHARE command.
2019-06-05 10:25:53 +02:00
Eric Kohl
fa63416d87
[MC] Add message tranlations. Supplement to 3acec58f.
2019-05-04 23:13:28 +02:00
Eric Kohl
29bf209767
[NET][MC] Move remaining generic strings from net.exe to netmsg.dll.
...
Translators, please check the translations!
2019-04-09 21:44:03 +02:00
Eric Kohl
88f899e132
[NET][MC] Move generic strings from net.exe to netmsg.dll.
...
Translators, please check the translations!
2019-04-08 22:48:06 +02:00
Eric Kohl
5563525ad4
[NET][MC] Move the remaining STATISTICS and USER strings from net.exe to netmsg.dll.
...
Translators, please check the translations!
2019-04-07 09:23:01 +02:00
Eric Kohl
cf16429c60
[NET][MC] Move STATISTICS SERVER strings from net.exe to netmsg.dll.
...
Translators, please check the translations!
2019-04-06 19:42:51 +02:00
Eric Kohl
050db4facb
[NET][MC] Move NET USER strings from net.exe to netmsg.dll.
...
Translators, please check the translations!
2019-04-06 15:42:10 +02:00
Eric Kohl
8120a5ec80
[NET][MC] Move NET CONFIG strings from net.exe to netmsg.dll.
...
Translators, please check the translations!
2019-04-06 13:39:42 +02:00
Timo Kreuzer
7cb02f432f
[MC] Add missing message translations by copying the english version
...
Note: always translate the whole file! It's easier (use a script or simply a regex replace) and required by Visual Studio 2019.
2019-04-06 09:01:34 +02:00
Eric Kohl
9f95e35ff3
[NET][MC] Replace strings for the ACCOUNTS, GROUP and LOCALGROUP commands by netmsg.dll messages.
2019-04-05 23:15:32 +02:00
Eric Kohl
a8dea717f2
[MC] Add spanisch, polish, romanian, turkish, chinese and taiwanese messages to the file by duplicating the english ones and translate messages that will be used by the NET ACCOUNTS command.
...
Translators, please check the translations.
2019-04-04 23:53:35 +02:00
Eric Kohl
e5904abf94
[NET] Move the remaining IDS_GENERIC_PAGE strings into the command messages and fix a size restriction of ConPrintf().
2019-03-10 09:55:15 +01:00
Eric Kohl
e2b8141eb6
[NET] Add help message for the NET USER command and move the IDS_GENERIC_PAGE string into the help messages.
2019-03-10 08:59:32 +01:00
Eric Kohl
eaee5e840b
[NET] Implement the NET SYNTAX pseudo command.
2019-03-10 01:04:26 +01:00
Hermès Bélusca-Maïto
1e74ca5075
[BUGCODES] Add WIN32K_INIT_OR_RIT_FAILURE to the list.
2019-02-10 22:44:23 +01:00
Eric Kohl
9703a42a6e
[MC] Fix the build
2018-12-24 18:19:58 +01:00
Eric Kohl
f0d096838b
[MC] Fix build issue?
2018-12-24 18:10:38 +01:00
Eric Kohl
4e28e65490
[NET] Move TIME, USE, USER, VIEW and NET command syntax and help texts into a message table and add the translators names to the message file.
2018-12-24 11:48:23 +01:00
Eric Kohl
4984e1b810
[NET] Move START, STATISTICS and STOP command syntax and help texts into a message table.
2018-12-24 10:20:44 +01:00
Eric Kohl
01af56140c
[NET] Move PAUSE, PRINT, SEND, SESSION and SHARE command syntax and help texts into a message table.
2018-12-24 01:25:30 +01:00
Eric Kohl
e560fa2741
[NET] Move HRELPMSG, LOVALGROUP and NAME command syntax and help texts into a message table.
2018-12-24 00:13:16 +01:00
Eric Kohl
e1824b5bd3
[NET] Move FILE, GROUP and HELP command syntax and help texts into a message table.
2018-12-23 21:42:49 +01:00
Eric Kohl
34e9290821
[NET] Move COMPUTER, CONFIG and CONTINUE command syntax and help texts into a message table.
2018-12-23 20:22:48 +01:00
Pierre Schweitzer
d0b263f26f
[SDK] Set proper lang IDs, aka fix build
2018-12-23 18:22:57 +01:00
Eric Kohl
7292af515d
[NET] Move ACCOUNTS command syntax and help text into a message table.
2018-12-23 16:50:25 +01:00
Eric Kohl
5c6eeb5018
[MC] Remove some useless quotation marks from message strings.
2018-12-22 19:04:54 +01:00
Eric Kohl
04f35dc8f5
[MC] Add messages 5770-5809 to netmsg.dll.
...
Netmsg.dll is complete! Translations welcome!
2018-12-01 15:16:10 +01:00
Eric Kohl
e6c4933c66
[MC] Add messages 5150-5296 to netmsg.dll.
2018-12-01 14:40:26 +01:00
Eric Kohl
54c123aa45
[MC] Add messages 5000-5104 to netmsg.dll.
2018-12-01 13:08:20 +01:00
Eric Kohl
4692f5f1cc
[MC] Add messages 4930-4999 to netmsg.dll.
2018-12-01 11:35:56 +01:00
Eric Kohl
792dd0dac5
[MC] Add messages 4800-4862 to netmsg.dll.
2018-11-30 23:58:59 +01:00
Eric Kohl
8bc141a9ad
[MC] Add messages 4700-4778 to netmsg.dll.
2018-11-29 21:27:31 +01:00
Eric Kohl
2eb652c0f8
[MC] Add messages 4600-4699 to netmsg.dll.
2018-11-28 23:13:00 +01:00
Eric Kohl
e486d8aaa6
[MC] Add messages 4450-4580 to netmsg.dll.
2018-11-27 22:56:10 +01:00