OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-1989-gb8e7d61
Gerrit Code Review
gerrit@openafs.org
Thu, 15 Dec 2011 07:03:08 -0800 (PST)
The following commit has been merged in the master branch:
commit b8e7d61965564557160dcc69301e35ab62ea0510
Author: Jeffrey Altman <jaltman@secure-endpoints.com>
Date: Thu Dec 15 07:00:28 2011 -0800
Revert "Windows: cs_CZ localization"
This reverts commit 642153cae6700e855a8abcc20be207612e1e6b3c
cs_CZ localization cannot be committed to the repository until:
1. Resource DLLs for all components are built in the tree.
2. All built components have been successfully tested so that OpenAFS is not shipping code that caused executable components to crash in the cs_CZ locale.
Change-Id: Id287d150a4c63afdc3f4105d26c9faf211da5395
Reviewed-on: http://gerrit.openafs.org/6339
Reviewed-by: Jeffrey Altman <jaltman@secure-endpoints.com>
Tested-by: Jeffrey Altman <jaltman@secure-endpoints.com>
src/WINNT/afsapplib/lang/cs_CZ/afsapplib.rc | 363 ------
src/WINNT/client_config/NTMakefile | 8 +-
src/WINNT/client_config/lang/cs_CZ/afs_config.rc | 753 -------------
src/WINNT/client_cpa/NTMakefile | 8 +-
src/WINNT/client_cpa/lang/cs_CZ/afs_cpa.rc | 123 --
src/WINNT/client_exp/NTMakefile | 7 +-
src/WINNT/client_exp/lang/cs_CZ/afs_shl_ext.rc | 825 --------------
src/WINNT/install/wix/NTMakefile | 3 +-
src/WINNT/install/wix/feature.wxi | 19 +-
src/WINNT/install/wix/files.wxi | 123 +--
src/WINNT/install/wix/lang/cs_CZ/ActionText.wxi | 137 ---
src/WINNT/install/wix/lang/cs_CZ/Error.wxi | 263 -----
src/WINNT/install/wix/lang/cs_CZ/strings.wxl | 92 --
src/WINNT/install/wix/lang/cs_CZ/ui.wxi | 1308 ----------------------
src/WINNT/install/wix/language_config.wxi | 203 ++---
src/WINNT/install/wix/platform.wxi | 26 -
src/WINNT/netidmgr_plugin/NTMakefile | 19 +-
src/WINNT/netidmgr_plugin/lang/cs_cz/langres.aps | Bin 94324 -> 0 bytes
src/WINNT/netidmgr_plugin/lang/cs_cz/langres.rc | 316 ------
src/WINNT/netidmgr_plugin/lang/cs_cz/license.rtf | Bin 1850 -> 0 bytes
src/WINNT/netidmgr_plugin/lang/cs_cz/resource.h | 15 -
src/WINNT/netidmgr_plugin/main.c | 3 +-
src/WINNT/netidmgr_plugin/version.rc | 10 +-
src/config/NTLang.bat | 17 -
24 files changed, 123 insertions(+), 4518 deletions(-)
--
OpenAFS Master Repository