[netinstall] Expand the table of common-strings

When one of these common names for the netinstall page is used,
it gets pulled out of the standard translations, so that it
doesn't have to be translated in the per-distro config file.
These labels are common enough that they make sense for
everyone to have lying around.

FIXES #1367

(I say "fixed" but of course it's going to depend on the translation
workflow to make these available)
This commit is contained in:
Adriaan de Groot 2020-04-06 17:35:27 +02:00
parent 11aa6da1e9
commit 087c88753c

View File

@ -71,6 +71,14 @@ NetInstallViewStep::prettyName() const
tr( "Login" );
tr( "Desktop" );
tr( "Applications" );
tr( "Communication" );
tr( "Development" );
tr( "Office" );
tr( "Multimedia" );
tr( "Internet" );
tr( "Theming" );
tr( "Gaming" );
tr( "Utilities" );
#endif
}