OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-1977-g2df43a5

Gerrit Code Review gerrit@openafs.org
Wed, 14 Dec 2011 05:59:27 -0800 (PST)


The following commit has been merged in the master branch:
commit 2df43a5cb6add00eed05d70537b3172452f4674c
Author: Lukas Volf <jimm98y@hotmail.com>
Date:   Sun Dec 4 18:52:49 2011 -0500

    Windows: cs_CZ localization
    
    Resource conversion for the cs_CZ locale.  Does not include
    installer updates.
    
    Change-Id: Ifac0d7d9818dc662e584bc74701133cada9fbf33
    Reviewed-on: http://gerrit.openafs.org/6227
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Derrick Brashear <shadow@dementix.org>

 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 0 -> 94324 bytes
 src/WINNT/netidmgr_plugin/lang/cs_cz/langres.rc  |  316 ++++++
 src/WINNT/netidmgr_plugin/lang/cs_cz/license.rtf |  Bin 0 -> 1850 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, 4518 insertions(+), 123 deletions(-)

-- 
OpenAFS Master Repository