[netinstall] Some more "standard" alternative labels
- Hide the labels from the compiler to avoid warnings - Add some more labels proposed by ArcoLinux
This commit is contained in:
parent
5dac67b710
commit
7cbc43616e
@ -56,16 +56,23 @@ NetInstallViewStep::prettyName() const
|
||||
{
|
||||
return m_sidebarLabel ? m_sidebarLabel->get() : tr( "Package selection" );
|
||||
|
||||
#if defined(TABLE_OF_TRANSLATIONS)
|
||||
NOTREACHED
|
||||
// This is a table of "standard" labels for this module. If you use them
|
||||
// in the label: sidebar: section of the config file, the existing
|
||||
// translations can be used.
|
||||
NOTREACHED
|
||||
tr( "Package selection" );
|
||||
tr( "Office software" );
|
||||
tr( "Office package" );
|
||||
tr( "Browser software" );
|
||||
tr( "Browser package" );
|
||||
tr( "Web browser" );
|
||||
tr( "Kernel" );
|
||||
tr( "Services" );
|
||||
tr( "Login" );
|
||||
tr( "Desktop" );
|
||||
tr( "Applications" );
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user