[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)
main
Adriaan de Groot 5 years ago
parent 11aa6da1e9
commit 087c88753c

@ -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
}

Loading…
Cancel
Save