History log of /reactos/dll/win32/browseui/lang/es-ES.rc (Results 1 – 25 of 37)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 960a305e 01-Aug-2024 Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com>

[BROWSEUI][SHDOCVW] Move CExplorerBand to shdocvw (#7163)

CExplorerBand should be
implemented in shdocvw.dll.
https://github.com/reactos/reactos/blob/894ad4f17d119d312d4ae816cb41db12369389e8/modul

[BROWSEUI][SHDOCVW] Move CExplorerBand to shdocvw (#7163)

CExplorerBand should be
implemented in shdocvw.dll.
https://github.com/reactos/reactos/blob/894ad4f17d119d312d4ae816cb41db12369389e8/modules/rostests/apitests/com/shdocvw.c#L37
JIRA issue: CORE-19698
- Move CExplorerBand code
from browseui to shdocvw.
- Delete IDS_FOLDERSLABEL
resource string from browseui.
- Add IDS_FOLDERSLABEL
resource string to shdocvw.
- Adapt code to these changes.
- Add sdk/include/reactos/
shdocvw_undoc.h.
- Implement IEILIsEqual function.

show more ...


# 2f6b1759 13-Mar-2024 Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com>

[BROWSEUI] Delete WS_BORDER and owner-drawing from IDC_SEARCH_COMBOBOX (#6610)

Related to #6609.
Delete WM_BORDER and CBS_OWNERDRAWFIXED
styles from IDC_SEARCH_COMBOBOX.
JIRA issue: N/A


# 9c8924c1 12-Mar-2024 Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com>

[BROWSEUI] Search: Add WS_BORDER to IDC_SEARCH_COMBOBOX (#6609)

Fix a minor UI problem. IDC_SEARCH_COMBOBOX was border-less.
It was wrong.
JIRA issue: N/A
- Add WS_BORDER window style to IDC_SEAR

[BROWSEUI] Search: Add WS_BORDER to IDC_SEARCH_COMBOBOX (#6609)

Fix a minor UI problem. IDC_SEARCH_COMBOBOX was border-less.
It was wrong.
JIRA issue: N/A
- Add WS_BORDER window style to IDC_SEARCH_COMBOBOX
combo box in IDD_SEARCH_DLG dialog resource.

show more ...


# 2e67c18d 10-Oct-2022 Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com>

[BROWSEUI][INCLUDE] Localize 'Address' on CBandSiteMenu (#4767)

- Add IDS_ADDRESSMENUTEXT resource string (whose ID matchs the string of addressband.rgs).
- Add SHLoadRegUIStringA/W function protot

[BROWSEUI][INCLUDE] Localize 'Address' on CBandSiteMenu (#4767)

- Add IDS_ADDRESSMENUTEXT resource string (whose ID matchs the string of addressband.rgs).
- Add SHLoadRegUIStringA/W function prototype to <shlwapi_undoc.h>.
- Use SHLoadRegUIStringW to load MenuTextPUI.
CORE-18394

show more ...


Revision tags: 0.4.14-release
# bbabe248 12-Sep-2021 Hermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>

[FORMATTING][TRANSLATION] Remove trailing whitespace. Addendum to 34593d93.

Excluded: 3rd-party code (incl. wine).


Revision tags: 0.4.15-dev, 0.4.14-RC
# d8e47d61 19-Apr-2020 Charles Ambrye <giawa@hotmail.com>

[BROWSEUI] Display an error message if the path or drive don't exist (CORE-10989)

The return result of ParseNow was never checked, but contained useful information on what type of error may have occ

[BROWSEUI] Display an error message if the path or drive don't exist (CORE-10989)

The return result of ParseNow was never checked, but contained useful information on what type of error may have occurred. If the error is an issue with the path not existing the explorer will now show an error message notifying the user of the problem instead of silently failing.
Note: Shell32 does not properly return ERROR_INVALID_DRIVE when the drive path does not exist. For that reason, it is still possible to browse to a non-existent drive. However, once shell32 is patched this code will work properly, as it checks for both ERROR_INVALID_DRIVE and ERROR_FILE_NOT_FOUND.

show more ...


# ac29d292 16-Apr-2020 Stanislav Motylkov <x86corez@gmail.com>

[BROWSEUI] Localize "Search Results" shell folder name

Also update French and Russian translations. CORE-16810


# d7a632a0 15-Apr-2020 Julen Urizar Compains <julenuri@hotmail.com>

[TRANSLATION] Spanish minor fixes (#2547)

Translations for:
- Applications: clipbrd, dxdiag, rapps,
- cmdutils: attrib, find, help, label, reg, xcopy
- usetup
- dlls: browseui, shell32, syssetup

[TRANSLATION] Spanish minor fixes (#2547)

Translations for:
- Applications: clipbrd, dxdiag, rapps,
- cmdutils: attrib, find, help, label, reg, xcopy
- usetup
- dlls: browseui, shell32, syssetup

- Add Spanish translation for Accesibility Utility (utilman).

Update for the "Choose product options" strings in syssetup:

Originally "ProductType" and "ProductSuite" (typesetted without spaces) were the registry value names where these settings would go, but since it's meaningless to show these values it's better instead to use human-readable names with correct translation and spacing.

Co-authored-by: Hermès BÉLUSCA - MAÏTO <hermes.belusca-maito@reactos.org>

show more ...


Revision tags: 0.4.13-release
# 103c87d2 13-Oct-2019 Doug Lyons <douglyons@douglyons.com>

[SHELLFIND] Add Hidden Files & Folders Selection. CORE-16427


Revision tags: 0.4.14-dev, 0.4.13-RC, 0.4.12-release
# 80f67b11 25-Aug-2019 Brock Mammen <brockmammen@gmail.com>

[BROWSEUI] Add search strings to all language resources


# e32b88be 25-Aug-2019 Brock Mammen <brockmammen@gmail.com>

[BROWSEUI] Add search dialog to all language resources


Revision tags: 0.4.12-RC, 0.4.13-dev, 0.4.11-release
# 1e141573 02-Jan-2019 Julio Carchi <contacto@julcar.info.tm>

[TRANSLATION] Spanish translations (#944)


# f222e89d 14-Dec-2018 Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com>

[SHELL32] Localize caption of Folder Options

CORE-15247


Revision tags: 0.4.11-RC, 0.4.12-dev, 0.4.10-release, 0.4.11-dev, 0.4.10-RC
# d3045af9 31-Jul-2018 Julio Carchi <contacto@julcar.info.tm>

[TRANSLATIONS] Fix some Spanish translations (#715)

Also added some new ones.


Revision tags: 0.4.9-release, 0.4.10-dev, 0.4.9-RC
# 73f79962 01-May-2018 Hermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>

[TRANSLATION] Minor translation update.


Revision tags: 0.4.8-release, 0.4.8-RC, 0.4.9-dev, 0.4.7-release, v0.4.7
# 06919cde 10-Nov-2017 Stanislav Motylkov <x86corez@gmail.com>

[BROWSEUI] [TRANSLATION] Improve english, polish and russian translation


# e12763d5 11-Nov-2017 Stanislav Motylkov <x86corez@gmail.com>

[BROWSEUI] CISFBand: Add "Open Folder" feature

CORE-13996 #resolve


# f01e6ed6 06-Nov-2017 Stanislav Motylkov <x86corez@gmail.com>

[BROWSEUI] CBandSiteMenu: Show Toolbar error on failure


Revision tags: 0.4.8-dev, 0.4.7-rc1
# 3e812a66 20-Oct-2017 Giannis Adamopoulos <gadamopoulos@reactos.org>

[BROWSEUI] Enable the menu items for the toolbars submenu of the CBandSiteMenu. Also add a new string which will be used in the next commit.


# f0f1e5ff 16-Oct-2017 Giannis Adamopoulos <johnyadams@outlook.com>

[QCKLNCH] Remove qcklnch (#61)

- Move CIFSBand to the shellbars static lib which is linked to browseui and rshell.
- Move CQuickLaunchBand to rshell.
- Make nescessary adjustments so that they can

[QCKLNCH] Remove qcklnch (#61)

- Move CIFSBand to the shellbars static lib which is linked to browseui and rshell.
- Move CQuickLaunchBand to rshell.
- Make nescessary adjustments so that they can both be registered and instantiated.

show more ...


# c2c66aff 03-Oct-2017 Colin Finck <colin@reactos.org>

Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys.


Revision tags: backups/GSoC_2017/rapps@75905, ReactOS-0.4.6, backups/ros-branch-0_4_6@75728, 0.4.7-dev, ReactOS-0.4.5, backups/ros-branch-0_4_5@74569, ReactOS-0.4.4-CLT2017, backups/ReactOS-0.4.4-CLT2017@74182, ReactOS-0.4.4, backups/ros-branch-0_4_4@74002, ReactOS-0.4.4-FOSDEM2017, backups/ReactOS-0.4.4-FOSDEM2017@73667, ReactOS-0.4.3, backups/ros-branch-0_4_3@73437, backups/sndblst@72664, ReactOS-0.4.2, backups/ros-branch-0_4_2@73087, ReactOS-0.4.1, backups/ros-branch-0_4_1@71718
# 321bcc05 24-Apr-2016 Pierre Schweitzer <pierre@reactos.org>

Create the AHCI branch for Aman's work

svn path=/branches/GSoC_2016/AHCI/; revision=71203


Revision tags: ReactOS-0.4.0-CLT2016, backups/ReactOS-0.4.0-CLT2016@71719, ReactOS-0.4.0-FOSDEM2016, backups/ReactOS-0.4.0-FOSDEM2016@70667, ReactOS-0.4.0, backups/ros-branch-0_4_0@70757, backups/colins-printing-for-freedom@73041, ReactOS-0.3.17-CLT2015, backups/ReactOS-0.3.17-CLT2015@66843, ReactOS-0.3.17, ReactOS-0.3.17-FOSDEM2015, backups/ReactOS-0.3.17-FOSDEM2015@66122, backups/shell-experiments@75904, backups/tcpip_revolution@71025, backups/0.3.17@66124, backups/ros-branch-0_3_16-clt2014@63729
# b819608e 02-May-2014 Hermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>

Create a branch for console restructuration work.

svn path=/branches/condrv_restructure/; revision=63104


Revision tags: ReactOS-0.3.16-CLT2014, ReactOS-0.3.16, backups/ReactOS-0.3.16@62476
# 527f2f90 02-Feb-2014 Amine Khaldi <amine.khaldi@reactos.org>

[SHELL/EXPERIMENTS]
* Create a branch for some evul shell experiments.

svn path=/branches/shell-experiments/; revision=61927


Revision tags: backups/vs_jc@60583, backups/vs_jc@59301
# 4f0b8d3d 16-Jun-2013 Hermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>

Create a branch for Aleksandar Andrejevic for his work on NTVDM. See http://jira.reactos.org/browse/CORE-7250 for more details.

svn path=/branches/ntvdm/; revision=59241


12