[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:
Adriaan de Groot 2020-02-19 17:21:12 +01:00
parent 5dac67b710
commit 7cbc43616e

View File

@ -56,16 +56,23 @@ NetInstallViewStep::prettyName() const
{ {
return m_sidebarLabel ? m_sidebarLabel->get() : tr( "Package selection" ); 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 // 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 // in the label: sidebar: section of the config file, the existing
// translations can be used. // translations can be used.
NOTREACHED
tr( "Package selection" ); tr( "Package selection" );
tr( "Office software" ); tr( "Office software" );
tr( "Office package" ); tr( "Office package" );
tr( "Browser software" ); tr( "Browser software" );
tr( "Browser package" ); tr( "Browser package" );
tr( "Web browser" ); tr( "Web browser" );
tr( "Kernel" );
tr( "Services" );
tr( "Login" );
tr( "Desktop" );
tr( "Applications" );
#endif
} }