[netinstall] Add disambiguation to labels
This commit is contained in:
parent
72f25f24ef
commit
f8345a09a2
@ -53,19 +53,19 @@ NetInstallViewStep::prettyName() const
|
||||
tr( "Browser software" );
|
||||
tr( "Browser package" );
|
||||
tr( "Web browser" );
|
||||
tr( "Kernel" );
|
||||
tr( "Services" );
|
||||
tr( "Login" );
|
||||
tr( "Desktop" );
|
||||
tr( "Kernel", "label for netinstall module, Linux kernel" );
|
||||
tr( "Services", "label for netinstall module, system services" );
|
||||
tr( "Login", "label for netinstall module, choose login manager" );
|
||||
tr( "Desktop", "label for netinstall module, choose desktop environment" );
|
||||
tr( "Applications" );
|
||||
tr( "Communication" );
|
||||
tr( "Development" );
|
||||
tr( "Office" );
|
||||
tr( "Multimedia" );
|
||||
tr( "Internet" );
|
||||
tr( "Theming" );
|
||||
tr( "Gaming" );
|
||||
tr( "Utilities" );
|
||||
tr( "Communication", "label for netinstall module" );
|
||||
tr( "Development", "label for netinstall module" );
|
||||
tr( "Office", "label for netinstall module" );
|
||||
tr( "Multimedia", "label for netinstall module" );
|
||||
tr( "Internet", "label for netinstall module" );
|
||||
tr( "Theming", "label for netinstall module" );
|
||||
tr( "Gaming", "label for netinstall module" );
|
||||
tr( "Utilities", "label for netinstall module" );
|
||||
#endif
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user