Tibor Lajos Füzi
2608f280ea
[TRANSLATION] update hungarian translation of cpl/timedate, cpl/main, cpl/desk
2021-02-03 06:52:45 +01:00
Joachim Henze
d0c237a6ab
[SYSDM] Fix sunrise regression CORE-17451
...
This fixes a regression with the AlphaBlending on single left-click
on the ros logo in general tab.
That regression was introduced by
0.4.15-dev-178-g d635ce0cc0
So it can be seen as an addendum to (#2707 ).
We luckily did not have any affected releases yet.
2021-02-01 21:13:59 +01:00
Joachim Henze
2a321f6e3f
[SYSDM] Fix a glitch in ja-JP that was introduced by ( #3442 )
...
Remove an unintended control that was
introduced by 0.4.15-dev-1676-g 50a01ed170
2021-02-01 16:14:39 +01:00
Colin Finck
1509f0e536
[SYSDM] Increase label width for all languages
2021-02-01 07:32:14 +01:00
Colin Finck
50a01ed170
[SYSDM] Introduce KERNEL_VERSION_REVISION_RC and align system uptime string
2021-02-01 07:32:14 +01:00
Colin Finck
39b6643030
[SYSDM] Move IDS_DEVS to the LANG_NEUTRAL resources to deduplicate it.
...
It should still be updated at some point, maybe automatically, but this should serve us well for the moment.
Use UTF-8 for the deduplicated string.
2021-02-01 07:32:14 +01:00
Colin Finck
1adbae9bae
[SYSDM] Restore actual fix from 9a0246ef65
2021-02-01 07:32:14 +01:00
Colin Finck
c1356e8d47
Revert "[SYSDM] Fix version string cutoff CORE-17429"
...
This reverts commit be2518704e
.
2021-02-01 07:32:14 +01:00
Joachim Henze
f91efe1502
[SYSDM] Delete 2 forgotten defines
...
Addendum to 0.4.15-dev-1630-g be25187
(CORE-17429)
2021-01-30 20:07:30 +01:00
Joachim Henze
4e289ce0cc
[SYSDM] Addendum CORE-17429
...
This define in resource.h is also not needed anymore.
2021-01-20 03:42:39 +01:00
Joachim Henze
9a0246ef65
[SYSDM] Improve de-DE Uptime format translation
...
I tried initially to use Tag(e) but that does look too
crowded with the stuff after it. Since Windows is also not
consistent with the () for singular vs plural, I did chose
always plural "Tage".
Most often people will see "0 Tage" anyway, and that fits well.
2021-01-20 03:16:07 +01:00
Joachim Henze
be2518704e
[SYSDM] Fix version string cutoff CORE-17429
...
The version string cutoff started to happen when we switched from SVN
with its short revision number to git with the longer hashes.
0.4.7-dev-502-gc2c66af was the first git-only rev (2017-Oct-03)
This brings the dialogs layout closer to XP.
Also fixes some other truncations for specific languages.
And unifies the touched text controls sizes for all languages.
The credits have been moved to readme.txt where they are more present and
we can avoid having to groom all languages files each time we want to add
a new dev (and sysdm.cpl to grow each time). Less maintenance.
0.4.15-dev-1629-g9aa73da gcc 8.4.0 dbg RosBE2.2.1 I18N=all binary size
sysdm.cpl before: 925.696bytes after: 705.024bytes
readme.txt still fits into a single NTFS cluster afterwards with 3702bytes
2021-01-20 02:45:44 +01:00
Tibor Lajos Füzi
82f0061ddc
[TRANSLATION] Hungarian (hu-HU) translation update ( #3388 )
...
For mspaint, notepad, wordpad, cmd, cmdutils/help, appwiz, devmgr, newdev
Co-authored-by: Stanislav Motylkov <x86corez@gmail.com>
2020-12-31 01:42:34 +03:00
Erdem Ersoy
8a92b55649
[TRANSLATION] Update Turkish (tr-TR) translations of Control Panel applets ( #3367 )
2020-12-31 00:46:05 +03:00
Stanislav Motylkov
e9f9f83c0a
[SYSDM] If ProcessorNameString not found, fall back to Identifier
...
Also add a comment about CIM_Processor. CORE-17413
2020-12-30 19:38:14 +03:00
Eric Kohl
bb209e9010
[INTL] Broadcast a WM_SETTINGCHANGED message when settings have been changed.
2020-12-20 11:21:10 +01:00
Eric Kohl
497fe0a884
[INTL] Implement the selection of a property page by command line
2020-12-20 10:47:08 +01:00
Tibor Lajos Füzi
07cc0b5a2b
[TRANSLATION] Hungarian translation update for credui, devmgr, netid, sysdm ( #3285 )
2020-11-21 18:07:48 +01:00
Adam Słaboń
50ff453434
[TRANSLATION] Polish translation update ( #3233 )
2020-09-26 21:42:36 +03:00
Kyle Katarn
b9754fa5d6
[SETUP][MMSYS][SHELL32] Adding missing French translation (and update existing ones) ( #3232 )
...
Co-authored-by: Hermès BÉLUSCA - MAÏTO <hermes.belusca-maito@reactos.org>
2020-09-25 01:39:31 +02:00
Katayama Hirofumi MZ
d905dd5318
[APPWIZ] Add ES_AUTOHSCROLL to allow users to enter long text
...
CORE-17291
2020-09-19 13:50:58 +09:00
Aobi Chan CL
e160524395
[TRANSLATION] Chinese Traditional translation improvements ( #3085 )
...
- Add Chinese Traditional language support for CHARMAP_NEW, DRWTSN32, UTILMAN, CHKDSK.
- Improve translation for CLIPBRD, MSCONFIG(_NEW), NOTEPAD, SHUTDOWN, SNDREC32, WINHLP32, DISKPART, FORMAT, REGSVR32, RUNDLL32, USERINIT, DESK.CPL and TIMEDATE.CPL.
2020-09-18 00:50:27 +02:00
Omer I.S
bca076269f
[INPUT.CPL] Update Hebrew translation ( #3121 )
2020-09-08 23:01:56 +02:00
Omer Itzic S
49972f51c6
[INETCPL] Update Hebrew translation ( #3122 )
2020-09-03 15:00:08 +03:00
Stanislav Motylkov
22fb1e947d
[SYSDM] Add missing RegCloseKey function calls
...
Addendum to 06198c5
.
2020-08-26 23:22:57 +03:00
Stanislav Motylkov
06198c51ac
[SYSDM] Display system identifier when SMBIOS is not available
...
Actual for NEC PC-98 and Original Xbox ports.
2020-08-26 23:16:08 +03:00
Aobi Chan CL
018d4d39a3
[TRANSLATION] Chinese Traditional translation for "Problem with Shortcut" dialog and improvements ( #3079 )
...
- Translation for: setup-reactos, welcome, explorer, appwiz, hdwwiz, intl, mmsys, netid, shell32, syssetup, tapiui.
- Update zh-TW.rc of shell32 (#3075 )
- Just found more Simplified Chinese characters, fixed them. (装 > 裝)
2020-08-23 14:28:55 +02:00
Jose Carlos Jesus
4180592654
[TRANSLATION] Update Portuguese (Portugal) translation for CPL files ( #3062 )
2020-08-17 17:28:09 +03:00
Stanislav Motylkov
b65ff2084f
[SYSDM] Localize hardcoded megabyte units
...
CORE-12485 CORE-16915
2020-08-17 14:18:09 +03:00
Stanislav Motylkov
94ca261449
[SYSDM] Fix virtual memory dialog layouts
2020-08-17 04:26:31 +03:00
Stanislav Motylkov
79767e1bc6
[SYSDM] Add placeholders for simpler visual editing
2020-08-17 03:38:27 +03:00
Stanislav Motylkov
b5368185da
[SYSDM] Better formatting of user profile size
2020-08-17 03:18:01 +03:00
Stanislav Motylkov
1601afd0a6
[SYSDM] Whitespace fixes only
2020-08-17 03:16:07 +03:00
Thomas Faber
12186bec12
[TIMEDATE] Fix a broken function pointer cast.
2020-08-15 22:37:42 +02:00
Katayama Hirofumi MZ
90456e54a4
[APPWIZ] Don't hung up in Gecko download cancellation #3049
...
Do not call EndDialog outside the dialog procedure.
CORE-14538
2020-08-14 23:40:10 +09:00
Serge Gautherie
98bbe8358c
[REACTOS] Fix GetTokenInformation() usage ( #2997 )
...
The first call to GetTokenInformation is used to determine the size of a TokenInformation buffer.
It should fail and return ERROR_INSUFFICIENT_BUFFER
2020-07-21 15:39:11 +03:00
Jared Smudde
9e20be0fbf
[SYSDM] Set the proper icon in title bar
2020-06-27 10:22:07 +02:00
Amine Khaldi
139a3d6661
[CMAKE] Implement PCH builds with target_precompile_headers. CORE-16905
2020-06-06 21:58:41 +03:00
Serge Gautherie
03d5ff7f68
[MMSYS] OnHScroll(): Fix wrong '&&' operator ( #2855 )
...
CORE-17079
2020-05-25 19:57:52 +02:00
Piotr Hetnarowicz
35b5876a95
[APPWIZ] Polish translation update ( #2790 )
...
FIXED: dialogs, button, description
2020-05-23 15:43:56 +02:00
Kyle Katarn
4ce7081766
[SYSSETUP][MAIN] Fix Mouse Properties UI and improve French translation ( #2810 )
...
- PS2 Mouse Advanced Properties : Static control (frame) added
- PS2 Mouse Advanced Properties : French translation added and control layout adapted accordingly
- Mouse CPL > Wheel > Sroll line text box ES_NUMBER style added
- ReactOS Setup : French translation added
2020-05-22 22:49:27 +09:00
Jose Carlos Jesus
c3ab469e44
[ACCESS.CPL] Improvements to Portuguese translation ( #2800 )
2020-05-21 15:36:33 +02:00
Kyle Katarn
357b3fa858
[MAIN.CPL] Fix of Keyboard settings French translation ( #2812 )
2020-05-20 15:47:24 +02:00
Kyle Katarn
b8f7d4c56d
[TIMEDATE] French translation ( #2811 )
2020-05-20 15:45:47 +02:00
Kyle Katarn
fb2a9bb60d
[JOY] Fix missing UI elements and French translation ( #2808 )
...
Missing GUI elements added.
Improve French translation.
2020-05-19 19:09:05 +09:00
Jose Carlos Jesus
d5784d6345
[DESK][TIMEDATE] Update Portuguese translation ( #2801 )
2020-05-17 23:53:54 +02:00
Julen Urizar Compains
546862babc
[TRANSLATION] Update Spanish, and add Basque translation ( #2667 )
...
Add/update translation for:
charmap_new, logoff, mspaint, notepad, usetup, welcome,
hotplug.cpl, sysdm.cpl, aclui.dll, comctl32.dll, comdlg32.dll,
hhctrl.ocx, kernel32.dll, msi.dll, oledlg.dll, shell32.dll,
tapiui.dll, themeui.dll, wininet.dll, winmm.dll, wldap32.dll,
winsrv.dll.
2020-05-17 18:46:36 +02:00
Ricardo Hanke
0c5f367172
[OPENGLCFG] Empty list boxes if registry key is missing ( #2750 )
...
If the registry key that holds the names of installed opengl drivers is missing, all list boxes in openglcfg are empty. This is a minor code rearrangement to fix this behavior.
Co-authored-by: Hermès BÉLUSCA - MAÏTO <hermes.belusca-maito@reactos.org>
2020-05-14 14:47:48 +02:00
Kyle Katarn
bd79d1ec23
[SYSDM][USRMGR] French translation update ( #2765 )
...
CORE-16596
2020-05-14 15:24:13 +03:00
Erdem Ersoy
072be890f3
[TRANSLATIONS] Turkish translation updates ( #2724 )
...
* [TRANSLATIONS] Translate desk.cpl to Turkish
* Update file header
* [TRANSLATIONS]
* Update translations of syssteup
* Update translations of userenv
* Update translations of shell32 (partial)
* [TRANSLATION] Fix a translation
* [TRANSLATION] Translate Turkish strings to Turkish
for hivedef.inf
* Update Turkish translations of shell32 partially
* Update shell32 Turkish translations (partially)
* Update shell32 Turkish translations (partially)
* Fix translation for desk.cpl
2020-05-14 14:23:05 +02:00