[netinstall] Add disambiguation to labels

This commit is contained in:
Adriaan de Groot 2022-05-23 15:41:45 +02:00
parent 72f25f24ef
commit f8345a09a2

View File

@ -53,19 +53,19 @@ NetInstallViewStep::prettyName() const
tr( "Browser software" ); tr( "Browser software" );
tr( "Browser package" ); tr( "Browser package" );
tr( "Web browser" ); tr( "Web browser" );
tr( "Kernel" ); tr( "Kernel", "label for netinstall module, Linux kernel" );
tr( "Services" ); tr( "Services", "label for netinstall module, system services" );
tr( "Login" ); tr( "Login", "label for netinstall module, choose login manager" );
tr( "Desktop" ); tr( "Desktop", "label for netinstall module, choose desktop environment" );
tr( "Applications" ); tr( "Applications" );
tr( "Communication" ); tr( "Communication", "label for netinstall module" );
tr( "Development" ); tr( "Development", "label for netinstall module" );
tr( "Office" ); tr( "Office", "label for netinstall module" );
tr( "Multimedia" ); tr( "Multimedia", "label for netinstall module" );
tr( "Internet" ); tr( "Internet", "label for netinstall module" );
tr( "Theming" ); tr( "Theming", "label for netinstall module" );
tr( "Gaming" ); tr( "Gaming", "label for netinstall module" );
tr( "Utilities" ); tr( "Utilities", "label for netinstall module" );
#endif #endif
} }