Correction for issue #5297

This commit is contained in:
Laurent Lyaudet 2023-07-03 21:04:56 +02:00 committed by GitHub
parent 9e4ec24c78
commit 31e5a600d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 0 deletions

View File

@ -156,5 +156,17 @@ CLocalization::CLocalization() {
m_strWCGResearchDesc =
_("Learn about the projects hosted at World Community Grid");
// Amicable numbers
m_strANHomePageName =
_("Home page");
m_strANMessageBoardsName =
_("Message boards");
m_strANYourAccountName =
_("Your account");
m_strANYourTasksName =
_("Your tasks");
m_strANYourTeamName =
_("Your team");
}