class WINZIP_TEMPLATE_TEXTS
Localized texts for wzipse32 utility
note
description: "Localized texts for `wzipse32' utility"
author: "Finnian Reilly"
copyright: "Copyright (c) 2001-2017 Finnian Reilly"
contact: "finnian at eiffel hyphen loop dot com"
license: "MIT license (See: en.wikipedia.org/wiki/MIT_License)"
date: "2020-10-19 12:14:22 GMT (Monday 19th October 2020)"
revision: "1"
class
WINZIP_TEMPLATE_TEXTS
inherit
EL_REFLECTIVE_LOCALE_TEXTS
rename
case as Case_lower
end
create
make, make_with_locale
feature -- Access
installer_title: ZSTRING
installer_dialog_box: ZSTRING
unzip_installation: ZSTRING
feature {NONE} -- Constants
English_table: STRING = "[
installer_title:
%S Installation
installer_dialog_box:
Extracting %S application files ..
unzip_installation:
Unzip installation files for %S
]"
end