Restore module
|
include/restore/helps.ycp
|
Help texts of all the dialogs.
|
|
|
The help texts.
Local Functions
|
|
|
local ArchiveSelectionHelp () -> string
|
|
Help text for archive selection dialog
- Return value:
local ArchiveMultiSelectionHelp () -> string
|
|
Help text for multivolume archive dialog
- Return value:
local ArchivePropertyHelp () -> string
|
|
Help text for archive property dialog
- Return value:
local ArchiveContentHelp () -> string
|
|
Help text for archive content dialog
- Return value:
local RestoreOptionsHelp () -> string
|
|
Help text for options dialog
- Return value:
local RestorePackageHelp () -> string
|
|
Part of help text, it is used at more help texts
- Return value:
local InstallPackageHelp () -> string
|
|
Help text for install package selection dialog
- Return value:
local UninstallPackageHelp () -> string
|
|
Help text for uninstall package selection dialog
- Return value:
local RestoreSelectionHelp (boolean personal) -> string
|
|
Help text for package selection dialog
- Parameters:
personal |
If false, add partial selection help text |
- Return value:
local FileSelectionHelp () -> string
|
|
Help text for file selection dialog
- Return value:
local RestoreProgressHelp () -> string
|
|
Help text for progress dialog
- Return value:
local SummaryHelp () -> string
|
|
Help text for summary dialog
- Return value:
|