~ubuntu-branches/ubuntu/precise/boinc/precise

« back to all changes in this revision

Viewing changes to clientgui/Localization.cpp

Tags: 6.12.8+dfsg-1
* New upstream release.
* Simplified debian/rules

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
// Berkeley Open Infrastructure for Network Computing
2
 
// http://boinc.berkeley.edu
3
 
// Copyright (C) 2005 University of California
4
 
//
5
 
// This is free software; you can redistribute it and/or
6
 
// modify it under the terms of the GNU Lesser General Public
7
 
// License as published by the Free Software Foundation;
8
 
// either version 2.1 of the License, or (at your option) any later version.
9
 
//
10
 
// This software is distributed in the hope that it will be useful,
11
 
// but WITHOUT ANY WARRANTY; without even the implied warranty of
12
 
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
13
 
// See the GNU Lesser General Public License for more details.
14
 
//
15
 
// To view the GNU Lesser General Public License visit
16
 
// http://www.gnu.org/copyleft/lesser.html
17
 
// or write to the Free Software Foundation, Inc.,
18
 
// 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
19
 
 
20
 
#if defined(__GNUG__) && !defined(__APPLE__)
21
 
#pragma implementation "Localization.h"
22
 
#endif
23
 
 
24
 
#include "stdwx.h"
25
 
#include "BOINCGUIApp.h"
26
 
#include "Localization.h"
27
 
 
28
 
 
29
 
CLocalization::CLocalization() {
30
 
 
31
 
        // SETI@home
32
 
    m_strSAHMessageBoardsName =
33
 
        _("Message boards");
34
 
    m_strSAHMessageBoardsDescription =
35
 
        _("Correspond with other users on the SETI@home message boards");
36
 
    m_strSAHHelpName =
37
 
        _("Help");
38
 
    m_strSAHHelpDescription =
39
 
        _("Ask questions and report problems");
40
 
    m_strSAHYourAccuontName = 
41
 
        _("Your account");
42
 
    m_strSAHYourAccuontDescription =
43
 
        _("View your account information and credit totals");
44
 
    m_strSAHYourPreferencesName =
45
 
        _("Your preferences");
46
 
    m_strSAHYourPreferencesDescription =
47
 
        _("View and modify your SETI@home account profile and preferences");
48
 
    m_strSAHYourResultsName =
49
 
        _("Your results");
50
 
    m_strSAHYourResultsDescription =
51
 
        _("View your last week (or more) of computational results and work");
52
 
    m_strSAHYourComputersName =
53
 
        _("Your computers");
54
 
    m_strSAHYourComputersDescription =
55
 
        _("View a listing of all the computers on which you are running SETI@Home");
56
 
    m_strSAHYourTeamName =
57
 
        _("Your team");
58
 
    m_strSAHYourTeamDescription =
59
 
        _("View information about your team");
60
 
 
61
 
        // Einstein@home
62
 
    m_strEAHCommonQuestionsName =
63
 
        _("Common questions");
64
 
    m_strEAHCommonQuestionsDesc =
65
 
        _("Read the Einstein@Home Frequently Asked Question list");
66
 
    m_strEAHSceensaverInfoName =
67
 
        _("Screensaver info");
68
 
    m_strEAHSceensaverInfoDesc =
69
 
        _("Read a detailed description of the Einstein@Home screensaver");
70
 
    m_strEAHMessageBoardsName =
71
 
        _("Message boards");
72
 
    m_strEAHMessageBoardsDesc =
73
 
        _("Correspond with admins and other users on the Einstein@Home message boards");
74
 
        m_strEAHEinsteinStatusName =
75
 
        _("Einstein status");
76
 
    m_strEAHEinsteinStatusDesc =
77
 
        _("Current status of the Einstein@Home server");
78
 
    m_strEAHReportProblemsName =
79
 
        _("Report problems");
80
 
    m_strEAHReportProblemsDesc =
81
 
        _("A link to the Einstein@Home problems and bug reports message board");
82
 
    m_strEAHYourAccountName =
83
 
        _("Your account");
84
 
    m_strEAHYourAccountDesc =
85
 
        _("View and modify your Einstein@Home account profile and preferences");
86
 
        m_strEAHAccountSummaryName =
87
 
        _("Account summary");
88
 
    m_strEAHAccountSummaryDesc =
89
 
        _("View your account information and credit totals");
90
 
    m_strEAHYourResultsName =
91
 
        _("Your results");
92
 
    m_strEAHYourResultsDescription =
93
 
        _("View your last week (or more) of computational results and work");
94
 
        m_strEAHYourComputersName =
95
 
        _("Your computers");
96
 
    m_strEAHYourComputersDesc =
97
 
        _("View a listing of all the computers on which you are running Einstein@Home");
98
 
    m_strEAHYourTeamName =
99
 
        _("Your team");
100
 
    m_strEAHYourTeamDescription =
101
 
        _("View information about your team");
102
 
        m_strEAHLIGOProjectName =
103
 
        _("LIGO project");
104
 
    m_strEAHLIGOProjectDesc =
105
 
        _("The home page of the Laser Interferometer Gravitational-wave Observatory (LIGO) project");
106
 
    m_strEAHGEO600ProjectName =
107
 
        _("GEO-600 project");
108
 
    m_strEAHGEO600ProjectDesc =
109
 
        _("The home page of the GEO-600 project");
110
 
 
111
 
    // Predictor@home
112
 
    m_strPAHYourAccountName =
113
 
        _("Your account");
114
 
    m_strPAHYourAccountDesc =
115
 
        _("View your account information and credit totals");
116
 
        m_strPAHTeamName =
117
 
        _("Team");
118
 
    m_strPAHTeamDesc =
119
 
        _("Info about your Team");
120
 
 
121
 
    // ClimatePrediciton.net
122
 
    m_strCPDNHelpName =
123
 
        _("Help");
124
 
    m_strCPDNHelpDesc =
125
 
        _("Get help for climateprediction.net");
126
 
        m_strCPDNNewsName =
127
 
        _("News");
128
 
    m_strCPDNNewsDesc =
129
 
        _("climateprediction.net News");
130
 
        m_strCPDNYourAccountName =
131
 
        _("Your account");
132
 
    m_strCPDNYourAccountDesc =
133
 
        _("View your account information, credits, and trickles");
134
 
        m_strCPDNTeamName =
135
 
        _("Team");
136
 
    m_strCPDNTeamDesc =
137
 
        _("Info about your team");
138
 
 
139
 
    // World Community Grid
140
 
    m_strWCGHelpName =
141
 
        _("Help");
142
 
    m_strWCGHelpDesc =
143
 
        _("Search for help in our help system");
144
 
    m_strWCGGlobalStatsName =
145
 
        _("Global Statistics");
146
 
    m_strWCGGlobalStatsDesc =
147
 
        _("Summary statistics for World Community Grid");
148
 
    m_strWCGMyGridName =
149
 
        _("My Grid");
150
 
    m_strWCGMyGridDesc =
151
 
        _("Your statistics and settings");
152
 
    m_strWCGYourStatsName =
153
 
        _("Device Profiles");
154
 
    m_strWCGYourStatsDesc =
155
 
        _("Update your device settings");
156
 
    m_strWCGResearchName =
157
 
        _("Research");
158
 
    m_strWCGResearchDesc =
159
 
        _("Learn about the projects hosted at World Community Grid");
160
 
 
161
 
}
162
 
 
163
 
const char *BOINC_RCSID_4632804e37="$Id: Localization.cpp 13804 2007-10-09 11:35:47Z fthomas $";
 
1
// This file is part of BOINC.
 
2
// http://boinc.berkeley.edu
 
3
// Copyright (C) 2008 University of California
 
4
//
 
5
// BOINC is free software; you can redistribute it and/or modify it
 
6
// under the terms of the GNU Lesser General Public License
 
7
// as published by the Free Software Foundation,
 
8
// either version 3 of the License, or (at your option) any later version.
 
9
//
 
10
// BOINC is distributed in the hope that it will be useful,
 
11
// but WITHOUT ANY WARRANTY; without even the implied warranty of
 
12
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 
13
// See the GNU Lesser General Public License for more details.
 
14
//
 
15
// You should have received a copy of the GNU Lesser General Public License
 
16
// along with BOINC.  If not, see <http://www.gnu.org/licenses/>.
 
17
 
 
18
#if defined(__GNUG__) && !defined(__APPLE__)
 
19
#pragma implementation "Localization.h"
 
20
#endif
 
21
 
 
22
#include "stdwx.h"
 
23
#include "BOINCGUIApp.h"
 
24
#include "Localization.h"
 
25
 
 
26
 
 
27
CLocalization::CLocalization() {
 
28
 
 
29
        // SETI@home
 
30
    m_strSAHMessageBoardsName =
 
31
        _("Message boards");
 
32
    m_strSAHMessageBoardsDescription =
 
33
        _("Correspond with other users on the SETI@home message boards");
 
34
    m_strSAHHelpName =
 
35
        _("Help");
 
36
    m_strSAHHelpDescription =
 
37
        _("Ask questions and report problems");
 
38
    m_strSAHYourAccuontName = 
 
39
        _("Your account");
 
40
    m_strSAHYourAccuontDescription =
 
41
        _("View your account information and credit totals");
 
42
    m_strSAHYourPreferencesName =
 
43
        _("Your preferences");
 
44
    m_strSAHYourPreferencesDescription =
 
45
        _("View and modify your SETI@home account profile and preferences");
 
46
    m_strSAHYourResultsName =
 
47
        _("Your results");
 
48
    m_strSAHYourResultsDescription =
 
49
        _("View your last week (or more) of computational results and work");
 
50
    m_strSAHYourComputersName =
 
51
        _("Your computers");
 
52
    m_strSAHYourComputersDescription =
 
53
        _("View a listing of all the computers on which you are running SETI@Home");
 
54
    m_strSAHYourTeamName =
 
55
        _("Your team");
 
56
    m_strSAHYourTeamDescription =
 
57
        _("View information about your team");
 
58
 
 
59
        // Einstein@home
 
60
    m_strEAHCommonQuestionsName =
 
61
        _("Common questions");
 
62
    m_strEAHCommonQuestionsDesc =
 
63
        _("Read the Einstein@Home Frequently Asked Question list");
 
64
    m_strEAHSceensaverInfoName =
 
65
        _("Screensaver info");
 
66
    m_strEAHSceensaverInfoDesc =
 
67
        _("Read a detailed description of the Einstein@Home screensaver");
 
68
    m_strEAHMessageBoardsName =
 
69
        _("Message boards");
 
70
    m_strEAHMessageBoardsDesc =
 
71
        _("Correspond with admins and other users on the Einstein@Home message boards");
 
72
        m_strEAHEinsteinStatusName =
 
73
        _("Einstein status");
 
74
    m_strEAHEinsteinStatusDesc =
 
75
        _("Current status of the Einstein@Home server");
 
76
    m_strEAHReportProblemsName =
 
77
        _("Report problems");
 
78
    m_strEAHReportProblemsDesc =
 
79
        _("A link to the Einstein@Home problems and bug reports message board");
 
80
    m_strEAHYourAccountName =
 
81
        _("Your account");
 
82
    m_strEAHYourAccountDesc =
 
83
        _("View and modify your Einstein@Home account profile and preferences");
 
84
        m_strEAHAccountSummaryName =
 
85
        _("Account summary");
 
86
    m_strEAHAccountSummaryDesc =
 
87
        _("View your account information and credit totals");
 
88
    m_strEAHYourResultsName =
 
89
        _("Your results");
 
90
    m_strEAHYourResultsDescription =
 
91
        _("View your last week (or more) of computational results and work");
 
92
        m_strEAHYourComputersName =
 
93
        _("Your computers");
 
94
    m_strEAHYourComputersDesc =
 
95
        _("View a listing of all the computers on which you are running Einstein@Home");
 
96
    m_strEAHYourTeamName =
 
97
        _("Your team");
 
98
    m_strEAHYourTeamDescription =
 
99
        _("View information about your team");
 
100
        m_strEAHLIGOProjectName =
 
101
        _("LIGO project");
 
102
    m_strEAHLIGOProjectDesc =
 
103
        _("The home page of the Laser Interferometer Gravitational-wave Observatory (LIGO) project");
 
104
    m_strEAHGEO600ProjectName =
 
105
        _("GEO-600 project");
 
106
    m_strEAHGEO600ProjectDesc =
 
107
        _("The home page of the GEO-600 project");
 
108
 
 
109
    // Predictor@home
 
110
    m_strPAHYourAccountName =
 
111
        _("Your account");
 
112
    m_strPAHYourAccountDesc =
 
113
        _("View your account information and credit totals");
 
114
        m_strPAHTeamName =
 
115
        _("Team");
 
116
    m_strPAHTeamDesc =
 
117
        _("Info about your Team");
 
118
 
 
119
    // ClimatePrediciton.net
 
120
    m_strCPDNHelpName =
 
121
        _("Help");
 
122
    m_strCPDNHelpDesc =
 
123
        _("Get help for climateprediction.net");
 
124
        m_strCPDNNewsName =
 
125
        _("News");
 
126
    m_strCPDNNewsDesc =
 
127
        _("climateprediction.net News");
 
128
        m_strCPDNYourAccountName =
 
129
        _("Your account");
 
130
    m_strCPDNYourAccountDesc =
 
131
        _("View your account information, credits, and trickles");
 
132
        m_strCPDNTeamName =
 
133
        _("Team");
 
134
    m_strCPDNTeamDesc =
 
135
        _("Info about your team");
 
136
 
 
137
    // World Community Grid
 
138
    m_strWCGHelpName =
 
139
        _("Help");
 
140
    m_strWCGHelpDesc =
 
141
        _("Search for help in our help system");
 
142
    m_strWCGGlobalStatsName =
 
143
        _("Global Statistics");
 
144
    m_strWCGGlobalStatsDesc =
 
145
        _("Summary statistics for World Community Grid");
 
146
    m_strWCGMyGridName =
 
147
        _("My Grid");
 
148
    m_strWCGMyGridDesc =
 
149
        _("Your statistics and settings");
 
150
    m_strWCGYourStatsName =
 
151
        _("Device Profiles");
 
152
    m_strWCGYourStatsDesc =
 
153
        _("Update your device settings");
 
154
    m_strWCGResearchName =
 
155
        _("Research");
 
156
    m_strWCGResearchDesc =
 
157
        _("Learn about the projects hosted at World Community Grid");
 
158
 
 
159
}
 
160
 
 
161
const char *BOINC_RCSID_4632804e37="$Id: Localization.cpp 15762 2008-08-06 18:36:30Z davea $";