From dfe1e5eb5d60ae5d40309c5f931f9b62adcc5718 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Sun, 17 Nov 2013 12:29:11 -0800 Subject: [PATCH] Manager: string tweaks - Let's use "web site" instead of "website" --- clientgui/AccountInfoPage.cpp | 2 +- clientgui/AccountManagerInfoPage.cpp | 2 +- clientgui/AdvancedFrame.cpp | 2 +- clientgui/ViewNotices.cpp | 16 +- clientgui/sg_BoincSimpleFrame.cpp | 2 +- clientgui/sg_BoincSimpleGUI.cpp | 2 +- clientgui/sg_ProjectPanel.cpp | 2 +- doc/build_po.php | 2 +- doc/projects.inc | 25 +- locale/templates/BOINC-Manager.pot | 1195 +++++++++++--------------- locale/templates/BOINC-Setup.pot | 38 +- 11 files changed, 556 insertions(+), 732 deletions(-) diff --git a/clientgui/AccountInfoPage.cpp b/clientgui/AccountInfoPage.cpp index 2bb5887dd5..1a0ca514f2 100644 --- a/clientgui/AccountInfoPage.cpp +++ b/clientgui/AccountInfoPage.cpp @@ -529,7 +529,7 @@ void CAccountInfoPage::OnPageChanged( wxWizardExEvent& event ) { _("If you have not yet registered with this account manager,\nplease do so before proceeding. Click on the link below\nto register or to retrieve a forgotten password." ) ); m_pAccountForgotPasswordCtrl->SetLabel( - _("Account manager website") + _("Account manager web site") ); m_pAccountForgotPasswordCtrl->SetURL( wxString(pWA->m_AccountManagerInfoPage->GetProjectURL()) diff --git a/clientgui/AccountManagerInfoPage.cpp b/clientgui/AccountManagerInfoPage.cpp index 42183e42d6..4d88ddd4c3 100644 --- a/clientgui/AccountManagerInfoPage.cpp +++ b/clientgui/AccountManagerInfoPage.cpp @@ -287,7 +287,7 @@ void CAccountManagerInfoPage::OnPageChanged( wxWizardExEvent& event ) { _("Open web page") ); - m_pOpenWebSiteButton->SetToolTip( _("Visit this account manager's website")); + m_pOpenWebSiteButton->SetToolTip( _("Visit this account manager's web site")); // Populate the list box with project information // diff --git a/clientgui/AdvancedFrame.cpp b/clientgui/AdvancedFrame.cpp index 8c79b950a6..39d639d733 100644 --- a/clientgui/AdvancedFrame.cpp +++ b/clientgui/AdvancedFrame.cpp @@ -654,7 +654,7 @@ bool CAdvancedFrame::CreateMenu() { // %s is the project name // i.e. 'BOINC', 'GridRepublic' strMenuName.Printf( - _("%s &website"), + _("%s &web site"), pSkinAdvanced->GetApplicationShortName().c_str() ); // %s is the application name diff --git a/clientgui/ViewNotices.cpp b/clientgui/ViewNotices.cpp index cb3c222640..349cf69cd8 100644 --- a/clientgui/ViewNotices.cpp +++ b/clientgui/ViewNotices.cpp @@ -54,17 +54,17 @@ CViewNotices::CViewNotices(wxNotebook* pNotebook) : itemFlexGridSizer->AddGrowableCol(0); m_FetchingNoticesText = new wxStaticText( - this, wxID_ANY, - _("Fetching notices; please wait..."), - wxPoint(20, 20), wxDefaultSize, 0 - ); + this, wxID_ANY, + _("Fetching notices; please wait..."), + wxPoint(20, 20), wxDefaultSize, 0 + ); itemFlexGridSizer->Add(m_FetchingNoticesText, 0, wxALL, 1); m_NoNoticesText = new wxStaticText( - this, wxID_ANY, - _("There are no notices at this time."), - wxPoint(20, 20), wxDefaultSize, 0 - ); + this, wxID_ANY, + _("There are no notices at this time."), + wxPoint(20, 20), wxDefaultSize, 0 + ); itemFlexGridSizer->Add(m_NoNoticesText, 0, wxALL, 1); m_pHtmlListPane = new CNoticeListCtrl(this); diff --git a/clientgui/sg_BoincSimpleFrame.cpp b/clientgui/sg_BoincSimpleFrame.cpp index f1e8b54e84..5793ba36dd 100755 --- a/clientgui/sg_BoincSimpleFrame.cpp +++ b/clientgui/sg_BoincSimpleFrame.cpp @@ -217,7 +217,7 @@ CSimpleFrame::CSimpleFrame(wxString title, wxIcon* icon, wxIcon* icon32, wxPoint // %s is the project name // i.e. 'BOINC', 'GridRepublic' strMenuName.Printf( - _("%s &website"), + _("%s &web site"), pSkinAdvanced->GetApplicationShortName().c_str() ); // %s is the application name diff --git a/clientgui/sg_BoincSimpleGUI.cpp b/clientgui/sg_BoincSimpleGUI.cpp index d8bcc1817b..6e068cdd4a 100644 --- a/clientgui/sg_BoincSimpleGUI.cpp +++ b/clientgui/sg_BoincSimpleGUI.cpp @@ -162,7 +162,7 @@ CSimpleFrame::CSimpleFrame(wxString title, wxIcon* icon, wxIcon* icon32, wxPoint // %s is the project name // i.e. 'BOINC', 'GridRepublic' strMenuName.Printf( - _("%s &website"), + _("%s &web site"), pSkinAdvanced->GetApplicationShortName().c_str() ); // %s is the application name diff --git a/clientgui/sg_ProjectPanel.cpp b/clientgui/sg_ProjectPanel.cpp index 80e45e5b1c..a3232612c9 100644 --- a/clientgui/sg_ProjectPanel.cpp +++ b/clientgui/sg_ProjectPanel.cpp @@ -264,7 +264,7 @@ void CSimpleProjectPanel::UpdateInterface() { m_TotalCreditValue->SetName(str); // For accessibility on Windows } projName = m_ProjectSelectionCtrl->GetStringSelection(); - str.Printf(_("Pop up a menu of websites for project %s"), projName.c_str()); + str.Printf(_("Pop up a menu of web sites for project %s"), projName.c_str()); m_ProjectWebSitesButton->SetToolTip(str); str.Printf(_("Pop up a menu of commands to apply to project %s"), projName.c_str()); m_ProjectCommandsButton->SetToolTip(str); diff --git a/doc/build_po.php b/doc/build_po.php index 43c37fd769..344e444c5f 100755 --- a/doc/build_po.php +++ b/doc/build_po.php @@ -41,5 +41,5 @@ stream_copy_to_stream($pipe, $out); fclose($pipe); fclose($out); -echo "Created BOINC-Web.pot. Move it to ../locale/templates\n"; +echo "Created BOINC-Web.pot. If it's OK, move it to ../locale/templates and commit\n"; ?> diff --git a/doc/projects.inc b/doc/projects.inc index 1f42b0fae7..62b117915b 100644 --- a/doc/projects.inc +++ b/doc/projects.inc @@ -44,16 +44,27 @@ $cogsci = array( "MindModeling@Home uses computational cognitive process modeling to better understand the human mind, and specifically to study the mechanisms and processes that enable and moderate human performance and learning.", "mmlogo.gif" ), -// array( -// "FreeHAL", -// "http://www.freehal.net/freehal_at_home/", -// tra("Private"), -// tra("Artificial intelligence"), -// tra("Parse and convert semantic nets for use in FreeHAL, an artificial intelligence that uses semantic networks, stemmers, part of speech databases, and part of speech taggers in order to imitate human behavior in conversations.") -// ), ), ); +// put projects here if +// - you don't want to show them in project list, but +// - you might want to show them in the future. +// That way their strings will still appear in the translation file +// +$dormant_projects = array( + array( + array( + "FreeHAL", + "http://www.freehal.net/freehal_at_home/", + tra("Private"), + tra("Artificial intelligence"), + tra("Parse and convert semantic nets for use in FreeHAL, an artificial intelligence that uses semantic networks, stemmers, part of speech databases, and part of speech taggers in order to imitate human behavior in conversations.") + ), + ), +); + + $biomed = array( tra("Biology and Medicine"), array( diff --git a/locale/templates/BOINC-Manager.pot b/locale/templates/BOINC-Manager.pot index be681bd4f4..91a3577017 100644 --- a/locale/templates/BOINC-Manager.pot +++ b/locale/templates/BOINC-Manager.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-10-15 22:26-0700\n" +"POT-Creation-Date: 2013-11-17 12:25-0800\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -59,11 +59,11 @@ msgstr "" msgid "Find login information" msgstr "" -#: AccountInfoPage.cpp:436 AccountInfoPage.cpp:642 +#: AccountInfoPage.cpp:436 AccountInfoPage.cpp:641 msgid "&Password:" msgstr "" -#: AccountInfoPage.cpp:443 AccountInfoPage.cpp:666 +#: AccountInfoPage.cpp:443 AccountInfoPage.cpp:665 msgid "Choose a &password:" msgstr "" @@ -101,7 +101,7 @@ msgid "" msgstr "" #: AccountInfoPage.cpp:532 -msgid "Account manager website" +msgid "Account manager web site" msgstr "" #: AccountInfoPage.cpp:574 WelcomePage.cpp:348 @@ -129,39 +129,51 @@ msgstr "" msgid "Please enter a password of at least %d characters." msgstr "" -#: AccountInfoPage.cpp:608 +#: AccountInfoPage.cpp:607 msgid "" "The password and confirmation password do not match. Please type them again." msgstr "" -#: AccountManagerInfoPage.cpp:248 +#: AccountManagerInfoPage.cpp:272 msgid "Choose an account manager" msgstr "" -#: AccountManagerInfoPage.cpp:251 +#: AccountManagerInfoPage.cpp:275 msgid "" "To choose an account manager, click its name or \n" "type its URL below." msgstr "" -#: AccountManagerInfoPage.cpp:254 -msgid "Account Manager &URL:" +#: AccountManagerInfoPage.cpp:279 +msgid "Account manager details:" msgstr "" -#: AccountManagerProcessingPage.cpp:188 AccountManagerPropertiesPage.cpp:194 +#: AccountManagerInfoPage.cpp:283 +msgid "Account manager &URL:" +msgstr "" + +#: AccountManagerInfoPage.cpp:287 +msgid "Open web page" +msgstr "" + +#: AccountManagerInfoPage.cpp:290 +msgid "Visit this account manager's web site" +msgstr "" + +#: AccountManagerProcessingPage.cpp:187 AccountManagerPropertiesPage.cpp:193 #, c-format msgid "Communicating with %s." msgstr "" -#: AccountManagerProcessingPage.cpp:195 AccountManagerPropertiesPage.cpp:201 +#: AccountManagerProcessingPage.cpp:194 AccountManagerPropertiesPage.cpp:200 msgid "Communicating with server." msgstr "" -#: AccountManagerProcessingPage.cpp:200 AccountManagerPropertiesPage.cpp:206 +#: AccountManagerProcessingPage.cpp:199 AccountManagerPropertiesPage.cpp:205 msgid "Please wait..." msgstr "" -#: AccountManagerProcessingPage.cpp:327 +#: AccountManagerProcessingPage.cpp:326 msgid "An internal server error has occurred.\n" msgstr "" @@ -173,336 +185,336 @@ msgstr "" msgid "Disconnected" msgstr "" -#: AdvancedFrame.cpp:315 sg_BoincSimpleFrame.cpp:112 sg_BoincSimpleGUI.cpp:103 +#: AdvancedFrame.cpp:318 sg_BoincSimpleFrame.cpp:115 sg_BoincSimpleGUI.cpp:103 #, c-format msgid "Close the %s window" msgstr "" -#: AdvancedFrame.cpp:318 sg_BoincSimpleFrame.cpp:115 sg_BoincSimpleGUI.cpp:106 +#: AdvancedFrame.cpp:321 sg_BoincSimpleFrame.cpp:118 sg_BoincSimpleGUI.cpp:106 msgid "&Close Window" msgstr "" -#: AdvancedFrame.cpp:329 AdvancedFrame.cpp:336 AdvancedFrame.cpp:343 +#: AdvancedFrame.cpp:332 AdvancedFrame.cpp:339 AdvancedFrame.cpp:346 #, c-format msgid "Exit %s" msgstr "" -#: AdvancedFrame.cpp:358 +#: AdvancedFrame.cpp:367 msgid "&Notices\tCtrl+Shift+N" msgstr "" -#: AdvancedFrame.cpp:359 +#: AdvancedFrame.cpp:368 msgid "Display notices" msgstr "" -#: AdvancedFrame.cpp:364 +#: AdvancedFrame.cpp:373 msgid "&Projects\tCtrl+Shift+P" msgstr "" -#: AdvancedFrame.cpp:365 +#: AdvancedFrame.cpp:374 msgid "Display projects" msgstr "" -#: AdvancedFrame.cpp:370 +#: AdvancedFrame.cpp:379 msgid "&Tasks\tCtrl+Shift+T" msgstr "" -#: AdvancedFrame.cpp:371 +#: AdvancedFrame.cpp:380 msgid "Display tasks" msgstr "" -#: AdvancedFrame.cpp:376 +#: AdvancedFrame.cpp:385 msgid "Trans&fers\tCtrl+Shift+X" msgstr "" -#: AdvancedFrame.cpp:377 +#: AdvancedFrame.cpp:386 msgid "Display transfers" msgstr "" -#: AdvancedFrame.cpp:382 +#: AdvancedFrame.cpp:391 msgid "&Statistics\tCtrl+Shift+S" msgstr "" -#: AdvancedFrame.cpp:383 +#: AdvancedFrame.cpp:392 msgid "Display statistics" msgstr "" -#: AdvancedFrame.cpp:388 +#: AdvancedFrame.cpp:397 msgid "&Disk usage\tCtrl+Shift+D" msgstr "" -#: AdvancedFrame.cpp:389 +#: AdvancedFrame.cpp:398 msgid "Display disk usage" msgstr "" -#: AdvancedFrame.cpp:396 +#: AdvancedFrame.cpp:405 msgid "Simple &View...\tCtrl+Shift+V" msgstr "" -#: AdvancedFrame.cpp:397 +#: AdvancedFrame.cpp:406 msgid "Display the simple graphical interface." msgstr "" -#: AdvancedFrame.cpp:411 +#: AdvancedFrame.cpp:420 msgid "&Add project or account manager..." msgstr "" -#: AdvancedFrame.cpp:412 sg_ProjectPanel.cpp:76 sg_ProjectsComponent.cpp:106 +#: AdvancedFrame.cpp:421 sg_ProjectPanel.cpp:76 sg_ProjectsComponent.cpp:106 msgid "Volunteer for any or all of 30+ projects in many areas of science" msgstr "" -#: AdvancedFrame.cpp:416 +#: AdvancedFrame.cpp:425 #, c-format msgid "&Synchronize with %s" msgstr "" -#: AdvancedFrame.cpp:420 +#: AdvancedFrame.cpp:429 #, c-format msgid "Get current settings from %s" msgstr "" -#: AdvancedFrame.cpp:430 +#: AdvancedFrame.cpp:439 msgid "&Add project..." msgstr "" -#: AdvancedFrame.cpp:431 +#: AdvancedFrame.cpp:440 msgid "Add a project" msgstr "" -#: AdvancedFrame.cpp:434 +#: AdvancedFrame.cpp:443 #, c-format msgid "S&top using %s..." msgstr "" -#: AdvancedFrame.cpp:440 +#: AdvancedFrame.cpp:449 msgid "Remove this computer from account manager control." msgstr "" -#: AdvancedFrame.cpp:445 sg_BoincSimpleFrame.cpp:165 +#: AdvancedFrame.cpp:454 sg_BoincSimpleFrame.cpp:174 msgid "&Options..." msgstr "" -#: AdvancedFrame.cpp:446 sg_BoincSimpleFrame.cpp:166 +#: AdvancedFrame.cpp:455 sg_BoincSimpleFrame.cpp:175 msgid "Configure display options and proxy settings" msgstr "" -#: AdvancedFrame.cpp:450 sg_BoincSimpleFrame.cpp:159 +#: AdvancedFrame.cpp:459 sg_BoincSimpleFrame.cpp:168 msgid "Computing &preferences..." msgstr "" -#: AdvancedFrame.cpp:451 sg_BoincSimpleFrame.cpp:160 +#: AdvancedFrame.cpp:460 sg_BoincSimpleFrame.cpp:169 msgid "Configure computing preferences" msgstr "" -#: AdvancedFrame.cpp:459 +#: AdvancedFrame.cpp:468 msgid "&Run always" msgstr "" -#: AdvancedFrame.cpp:460 +#: AdvancedFrame.cpp:469 msgid "Allow work regardless of preferences" msgstr "" -#: AdvancedFrame.cpp:464 +#: AdvancedFrame.cpp:473 msgid "Run based on &preferences" msgstr "" -#: AdvancedFrame.cpp:465 +#: AdvancedFrame.cpp:474 msgid "Allow work according to preferences" msgstr "" -#: AdvancedFrame.cpp:469 +#: AdvancedFrame.cpp:478 msgid "&Suspend" msgstr "" -#: AdvancedFrame.cpp:470 +#: AdvancedFrame.cpp:479 msgid "Stop work regardless of preferences" msgstr "" -#: AdvancedFrame.cpp:495 +#: AdvancedFrame.cpp:504 msgid "Use GPU always" msgstr "" -#: AdvancedFrame.cpp:496 +#: AdvancedFrame.cpp:505 msgid "Allow GPU work regardless of preferences" msgstr "" -#: AdvancedFrame.cpp:500 +#: AdvancedFrame.cpp:509 msgid "Use GPU based on preferences" msgstr "" -#: AdvancedFrame.cpp:501 +#: AdvancedFrame.cpp:510 msgid "Allow GPU work according to preferences" msgstr "" -#: AdvancedFrame.cpp:505 +#: AdvancedFrame.cpp:514 msgid "Suspend GPU" msgstr "" -#: AdvancedFrame.cpp:506 +#: AdvancedFrame.cpp:515 msgid "Stop GPU work regardless of preferences" msgstr "" -#: AdvancedFrame.cpp:530 +#: AdvancedFrame.cpp:539 msgid "Network activity always available" msgstr "" -#: AdvancedFrame.cpp:531 +#: AdvancedFrame.cpp:540 msgid "Allow network activity regardless of preferences" msgstr "" -#: AdvancedFrame.cpp:535 +#: AdvancedFrame.cpp:544 msgid "Network activity based on preferences" msgstr "" -#: AdvancedFrame.cpp:536 +#: AdvancedFrame.cpp:545 msgid "Allow network activity according to preferences" msgstr "" -#: AdvancedFrame.cpp:540 +#: AdvancedFrame.cpp:549 msgid "Network activity suspended" msgstr "" -#: AdvancedFrame.cpp:541 +#: AdvancedFrame.cpp:550 msgid "Stop BOINC network activity" msgstr "" -#: AdvancedFrame.cpp:551 +#: AdvancedFrame.cpp:560 #, c-format msgid "Connect to another computer running %s" msgstr "" -#: AdvancedFrame.cpp:556 +#: AdvancedFrame.cpp:565 msgid "Select computer..." msgstr "" -#: AdvancedFrame.cpp:561 +#: AdvancedFrame.cpp:570 msgid "Shut down connected client..." msgstr "" -#: AdvancedFrame.cpp:562 +#: AdvancedFrame.cpp:571 msgid "Shut down the currently connected client" msgstr "" -#: AdvancedFrame.cpp:566 +#: AdvancedFrame.cpp:575 msgid "Run CPU &benchmarks" msgstr "" -#: AdvancedFrame.cpp:567 +#: AdvancedFrame.cpp:576 msgid "Runs BOINC CPU benchmarks" msgstr "" -#: AdvancedFrame.cpp:571 +#: AdvancedFrame.cpp:580 msgid "Do network communication" msgstr "" -#: AdvancedFrame.cpp:572 +#: AdvancedFrame.cpp:581 msgid "Do all pending network communication" msgstr "" -#: AdvancedFrame.cpp:576 +#: AdvancedFrame.cpp:585 msgid "Read config files" msgstr "" -#: AdvancedFrame.cpp:577 +#: AdvancedFrame.cpp:586 msgid "Read configuration info from cc_config.xml and any app_config.xml files" msgstr "" -#: AdvancedFrame.cpp:581 +#: AdvancedFrame.cpp:590 msgid "Read local prefs file" msgstr "" -#: AdvancedFrame.cpp:582 +#: AdvancedFrame.cpp:591 msgid "Read preferences from global_prefs_override.xml." msgstr "" -#: AdvancedFrame.cpp:587 +#: AdvancedFrame.cpp:596 #, c-format msgid "Launch another instance of %s..." msgstr "" -#: AdvancedFrame.cpp:591 +#: AdvancedFrame.cpp:600 #, c-format msgid "Launch another %s" msgstr "" -#: AdvancedFrame.cpp:601 +#: AdvancedFrame.cpp:610 msgid "Event Log...\tCtrl+Shift+E" msgstr "" -#: AdvancedFrame.cpp:602 +#: AdvancedFrame.cpp:611 msgid "Display diagnostic messages." msgstr "" -#: AdvancedFrame.cpp:612 sg_BoincSimpleFrame.cpp:175 sg_BoincSimpleGUI.cpp:129 +#: AdvancedFrame.cpp:621 sg_BoincSimpleFrame.cpp:184 sg_BoincSimpleGUI.cpp:129 #, c-format msgid "%s &help" msgstr "" -#: AdvancedFrame.cpp:618 sg_BoincSimpleFrame.cpp:181 sg_BoincSimpleGUI.cpp:135 +#: AdvancedFrame.cpp:627 sg_BoincSimpleFrame.cpp:190 sg_BoincSimpleGUI.cpp:135 #, c-format msgid "Show information about %s" msgstr "" -#: AdvancedFrame.cpp:630 +#: AdvancedFrame.cpp:639 #, c-format msgid "&%s help" msgstr "" -#: AdvancedFrame.cpp:636 sg_BoincSimpleFrame.cpp:199 sg_BoincSimpleGUI.cpp:153 +#: AdvancedFrame.cpp:645 sg_BoincSimpleFrame.cpp:208 sg_BoincSimpleGUI.cpp:153 #, c-format msgid "Show information about the %s" msgstr "" -#: AdvancedFrame.cpp:648 sg_BoincSimpleFrame.cpp:211 sg_BoincSimpleGUI.cpp:165 +#: AdvancedFrame.cpp:657 sg_BoincSimpleFrame.cpp:220 sg_BoincSimpleGUI.cpp:165 #, c-format -msgid "%s &website" +msgid "%s &web site" msgstr "" -#: AdvancedFrame.cpp:654 sg_BoincSimpleFrame.cpp:217 sg_BoincSimpleGUI.cpp:171 +#: AdvancedFrame.cpp:663 sg_BoincSimpleFrame.cpp:226 sg_BoincSimpleGUI.cpp:171 #, c-format msgid "Show information about BOINC and %s" msgstr "" -#: AdvancedFrame.cpp:666 BOINCTaskBar.cpp:533 sg_BoincSimpleFrame.cpp:229 +#: AdvancedFrame.cpp:675 BOINCTaskBar.cpp:530 sg_BoincSimpleFrame.cpp:238 #, c-format msgid "&About %s..." msgstr "" -#: AdvancedFrame.cpp:672 sg_BoincSimpleFrame.cpp:235 +#: AdvancedFrame.cpp:681 sg_BoincSimpleFrame.cpp:244 msgid "Licensing and copyright information." msgstr "" -#: AdvancedFrame.cpp:679 sg_BoincSimpleFrame.cpp:242 sg_BoincSimpleGUI.cpp:194 +#: AdvancedFrame.cpp:688 sg_BoincSimpleFrame.cpp:251 sg_BoincSimpleGUI.cpp:194 msgid "&File" msgstr "" -#: AdvancedFrame.cpp:683 sg_BoincSimpleFrame.cpp:246 sg_BoincSimpleGUI.cpp:199 +#: AdvancedFrame.cpp:692 sg_BoincSimpleFrame.cpp:255 sg_BoincSimpleGUI.cpp:199 msgid "&View" msgstr "" -#: AdvancedFrame.cpp:687 sg_BoincSimpleFrame.cpp:250 +#: AdvancedFrame.cpp:696 sg_BoincSimpleFrame.cpp:259 msgid "&Tools" msgstr "" -#: AdvancedFrame.cpp:691 +#: AdvancedFrame.cpp:700 msgid "&Activity" msgstr "" -#: AdvancedFrame.cpp:695 +#: AdvancedFrame.cpp:704 msgid "A&dvanced" msgstr "" -#: AdvancedFrame.cpp:699 DlgEventLog.cpp:329 sg_BoincSimpleFrame.cpp:254 +#: AdvancedFrame.cpp:708 DlgEventLog.cpp:331 sg_BoincSimpleFrame.cpp:263 #: sg_BoincSimpleGUI.cpp:184 wizardex.cpp:374 wizardex.cpp:381 msgid "&Help" msgstr "" -#: AdvancedFrame.cpp:1178 +#: AdvancedFrame.cpp:1195 #, c-format msgid "%s - Stop using %s" msgstr "" -#: AdvancedFrame.cpp:1183 +#: AdvancedFrame.cpp:1200 #, c-format msgid "" "If you stop using %s,\n" @@ -512,39 +524,39 @@ msgid "" "Do you want to stop using %s?" msgstr "" -#: AdvancedFrame.cpp:1381 +#: AdvancedFrame.cpp:1397 #, c-format msgid "%s - Shut down the current client..." msgstr "" -#: AdvancedFrame.cpp:1390 +#: AdvancedFrame.cpp:1406 #, c-format msgid "" "%s will shut down the current client\n" "and prompt you for another host to connect to." msgstr "" -#: AdvancedFrame.cpp:1709 DlgAbout.cpp:119 +#: AdvancedFrame.cpp:1734 DlgAbout.cpp:119 #, c-format msgid "%s" msgstr "" -#: AdvancedFrame.cpp:1718 +#: AdvancedFrame.cpp:1743 #, c-format msgid "%s has successfully added %s" msgstr "" -#: AdvancedFrame.cpp:1860 +#: AdvancedFrame.cpp:1882 #, c-format msgid "%s - (%s)" msgstr "" -#: AdvancedFrame.cpp:1864 +#: AdvancedFrame.cpp:1886 #, c-format msgid "Connecting to %s" msgstr "" -#: AdvancedFrame.cpp:1867 +#: AdvancedFrame.cpp:1889 #, c-format msgid "Connected to %s (%s)" msgstr "" @@ -573,26 +585,26 @@ msgid "" "Please visit the project's web site and follow the instructions there." msgstr "" -#: AsyncRPC.cpp:1238 +#: AsyncRPC.cpp:1026 msgid "Communicating with BOINC client. Please wait ..." msgstr "" -#: AsyncRPC.cpp:1241 +#: AsyncRPC.cpp:1029 #, c-format msgid "&Quit %s" msgstr "" -#: AsyncRPC.cpp:1243 +#: AsyncRPC.cpp:1031 #, c-format msgid "E&xit %s" msgstr "" -#: AsyncRPC.cpp:1247 +#: AsyncRPC.cpp:1035 #, c-format msgid "%s - Communication" msgstr "" -#: AsyncRPC.cpp:1263 DlgAdvPreferencesBase.cpp:107 sg_DlgPreferences.cpp:452 +#: AsyncRPC.cpp:1051 DlgAdvPreferencesBase.cpp:107 sg_DlgPreferences.cpp:438 msgid "Cancel" msgstr "" @@ -668,16 +680,16 @@ msgid "" "To connect up to your local computer please use 'localhost' as the host name." msgstr "" -#: BOINCBaseView.cpp:774 +#: BOINCBaseView.cpp:779 msgid "Project web pages" msgstr "" -#: BOINCClientManager.cpp:573 +#: BOINCClientManager.cpp:575 #, c-format msgid "%s - Unexpected Exit" msgstr "" -#: BOINCClientManager.cpp:583 +#: BOINCClientManager.cpp:585 #, c-format msgid "" "The %s client has exited unexpectedly 3 times within the last %d minutes.\n" @@ -728,7 +740,7 @@ msgstr "" msgid "%s failed to disconnected from the Internet." msgstr "" -#: BOINCGUIApp.cpp:345 +#: BOINCGUIApp.cpp:342 #, c-format msgid "" "You currently are not authorized to manage the client.\n" @@ -741,162 +753,162 @@ msgid "" " user group." msgstr "" -#: BOINCGUIApp.cpp:351 +#: BOINCGUIApp.cpp:348 #, c-format msgid "" "%s ownership or permissions are not set properly; please reinstall %s.\n" "(Error code %d" msgstr "" -#: BOINCGUIApp.cpp:357 +#: BOINCGUIApp.cpp:354 msgid " at " msgstr "" -#: BOINCGUIApp.cpp:360 MainDocument.cpp:2472 MainDocument.cpp:2522 -#: MainDocument.cpp:2542 ViewTransfers.cpp:792 +#: BOINCGUIApp.cpp:357 MainDocument.cpp:2475 MainDocument.cpp:2525 +#: MainDocument.cpp:2545 ViewTransfers.cpp:803 msgid ")" msgstr "" -#: BOINCGUIApp.cpp:393 +#: BOINCGUIApp.cpp:387 msgid "" "A reboot is required in order for BOINC to run properly.\n" "Please reboot your computer and try again." msgstr "" -#: BOINCGUIApp.cpp:394 DlgAbout.cpp:153 +#: BOINCGUIApp.cpp:388 DlgAbout.cpp:153 msgid "BOINC Manager" msgstr "" -#: BOINCGUIApp.cpp:561 +#: BOINCGUIApp.cpp:571 msgid "BOINC Manager was started by the operating system automatically" msgstr "" -#: BOINCGUIApp.cpp:563 +#: BOINCGUIApp.cpp:573 msgid "Startup BOINC so only the system tray icon is visible" msgstr "" -#: BOINCGUIApp.cpp:565 +#: BOINCGUIApp.cpp:575 msgid "Directory containing the BOINC Client executable" msgstr "" -#: BOINCGUIApp.cpp:566 +#: BOINCGUIApp.cpp:576 msgid "BOINC data directory" msgstr "" -#: BOINCGUIApp.cpp:568 +#: BOINCGUIApp.cpp:578 msgid "Host name or IP address" msgstr "" -#: BOINCGUIApp.cpp:569 +#: BOINCGUIApp.cpp:579 msgid "GUI RPC port number" msgstr "" -#: BOINCGUIApp.cpp:570 +#: BOINCGUIApp.cpp:580 msgid "Password" msgstr "" -#: BOINCGUIApp.cpp:571 +#: BOINCGUIApp.cpp:581 msgid "Startup BOINC with these optional arguments" msgstr "" -#: BOINCGUIApp.cpp:572 +#: BOINCGUIApp.cpp:582 msgid "disable BOINC security users and permissions" msgstr "" -#: BOINCGUIApp.cpp:573 +#: BOINCGUIApp.cpp:583 msgid "set skin debugging mode to enable skin manager error messages" msgstr "" -#: BOINCGUIApp.cpp:574 +#: BOINCGUIApp.cpp:584 msgid "multiple instances of BOINC Manager allowed" msgstr "" -#: BOINCGUIApp.cpp:576 +#: BOINCGUIApp.cpp:586 msgid "Not used: workaround for bug in XCode 4.2" msgstr "" -#: BOINCGUIApp.cpp:794 +#: BOINCGUIApp.cpp:804 msgid "(Automatic Detection)" msgstr "" -#: BOINCGUIApp.cpp:795 +#: BOINCGUIApp.cpp:805 msgid "(Unknown)" msgstr "" -#: BOINCGUIApp.cpp:796 +#: BOINCGUIApp.cpp:806 msgid "(User Defined)" msgstr "" -#: BOINCTaskBar.cpp:511 +#: BOINCTaskBar.cpp:508 #, c-format msgid "Open %s Web..." msgstr "" -#: BOINCTaskBar.cpp:518 +#: BOINCTaskBar.cpp:515 #, c-format msgid "Open %s..." msgstr "" -#: BOINCTaskBar.cpp:525 BOINCTaskBar.cpp:621 BOINCTaskBar.cpp:629 +#: BOINCTaskBar.cpp:522 BOINCTaskBar.cpp:619 BOINCTaskBar.cpp:627 msgid "Snooze" msgstr "" -#: BOINCTaskBar.cpp:527 BOINCTaskBar.cpp:648 BOINCTaskBar.cpp:656 +#: BOINCTaskBar.cpp:524 BOINCTaskBar.cpp:646 BOINCTaskBar.cpp:654 msgid "Snooze GPU" msgstr "" -#: BOINCTaskBar.cpp:543 mac/MacSysMenu.cpp:225 +#: BOINCTaskBar.cpp:542 msgid "E&xit" msgstr "" -#: BOINCTaskBar.cpp:614 ViewProjects.cpp:708 ViewWork.cpp:784 -#: sg_BoincSimpleFrame.cpp:738 sg_ProjectCommandPopup.cpp:110 +#: BOINCTaskBar.cpp:612 ViewProjects.cpp:718 ViewWork.cpp:795 +#: sg_BoincSimpleFrame.cpp:754 sg_ProjectCommandPopup.cpp:110 #: sg_TaskCommandPopup.cpp:102 msgid "Resume" msgstr "" -#: BOINCTaskBar.cpp:641 +#: BOINCTaskBar.cpp:639 msgid "Resume GPU" msgstr "" -#: BOINCTaskBar.cpp:715 +#: BOINCTaskBar.cpp:713 msgid "Computing is enabled" msgstr "" -#: BOINCTaskBar.cpp:719 +#: BOINCTaskBar.cpp:717 msgid "Computing is suspended - " msgstr "" -#: BOINCTaskBar.cpp:729 +#: BOINCTaskBar.cpp:727 msgid "GPU computing is enabled" msgstr "" -#: BOINCTaskBar.cpp:732 +#: BOINCTaskBar.cpp:730 msgid "GPU computing is suspended - " msgstr "" -#: BOINCTaskBar.cpp:741 +#: BOINCTaskBar.cpp:739 msgid "Network is enabled" msgstr "" -#: BOINCTaskBar.cpp:744 +#: BOINCTaskBar.cpp:742 msgid "Network is suspended - " msgstr "" -#: BOINCTaskBar.cpp:752 +#: BOINCTaskBar.cpp:750 msgid "Reconnecting to client." msgstr "" -#: BOINCTaskBar.cpp:754 +#: BOINCTaskBar.cpp:752 msgid "Not connected to a client." msgstr "" -#: BOINCTaskBar.cpp:807 +#: BOINCTaskBar.cpp:805 #, c-format msgid "%s Notices" msgstr "" -#: BOINCTaskBar.cpp:813 +#: BOINCTaskBar.cpp:811 msgid "There are new notices - click to view." msgstr "" @@ -973,7 +985,7 @@ msgstr "" msgid "You are now using this account manager." msgstr "" -#: DlgAbout.cpp:113 mac/Mac_GUI.cpp:95 +#: DlgAbout.cpp:113 mac/Mac_GUI.cpp:96 #, c-format msgid "About %s" msgstr "" @@ -1064,11 +1076,11 @@ msgid "" "(This will not affect exclusive applications.)" msgstr "" -#: DlgAdvPreferences.cpp:990 sg_DlgPreferences.cpp:1032 +#: DlgAdvPreferences.cpp:990 sg_DlgPreferences.cpp:1035 msgid "Confirmation" msgstr "" -#: DlgAdvPreferencesBase.cpp:46 sg_DlgPreferences.cpp:948 +#: DlgAdvPreferencesBase.cpp:46 sg_DlgPreferences.cpp:951 #, c-format msgid "%s - Preferences" msgstr "" @@ -1080,11 +1092,11 @@ msgid "" "Click Clear to restore web-based settings (except exclusive apps)." msgstr "" -#: DlgAdvPreferencesBase.cpp:65 sg_DlgPreferences.cpp:447 +#: DlgAdvPreferencesBase.cpp:65 sg_DlgPreferences.cpp:433 msgid "Clear" msgstr "" -#: DlgAdvPreferencesBase.cpp:66 sg_DlgPreferences.cpp:448 +#: DlgAdvPreferencesBase.cpp:66 sg_DlgPreferences.cpp:434 msgid "clear all local preferences and close the dialog" msgstr "" @@ -1104,7 +1116,7 @@ msgstr "" msgid "exclusive applications" msgstr "" -#: DlgAdvPreferencesBase.cpp:102 sg_DlgPreferences.cpp:443 +#: DlgAdvPreferencesBase.cpp:102 sg_DlgPreferences.cpp:429 msgid "OK" msgstr "" @@ -1117,7 +1129,7 @@ msgid "close the dialog without saving" msgstr "" #: DlgAdvPreferencesBase.cpp:112 Localization.cpp:35 Localization.cpp:121 -#: Localization.cpp:139 sg_BoincSimpleFrame.cpp:774 sg_DlgPreferences.cpp:458 +#: Localization.cpp:139 sg_BoincSimpleFrame.cpp:790 sg_DlgPreferences.cpp:444 msgid "Help" msgstr "" @@ -1167,7 +1179,7 @@ msgid "" msgstr "" #: DlgAdvPreferencesBase.cpp:187 DlgAdvPreferencesBase.cpp:336 -#: sg_DlgPreferences.cpp:436 +#: sg_DlgPreferences.cpp:422 msgid "minutes" msgstr "" @@ -1192,7 +1204,7 @@ msgid "start work at this time" msgstr "" #: DlgAdvPreferencesBase.cpp:243 DlgAdvPreferencesBase.cpp:503 -#: sg_DlgPreferences.cpp:345 sg_DlgPreferences.cpp:367 +#: sg_DlgPreferences.cpp:331 sg_DlgPreferences.cpp:353 msgid "and" msgstr "" @@ -1442,7 +1454,7 @@ msgstr "" msgid "Add an application to this list" msgstr "" -#: DlgAdvPreferencesBase.cpp:727 ViewProjects.cpp:201 +#: DlgAdvPreferencesBase.cpp:727 ViewProjects.cpp:202 #: sg_ProjectCommandPopup.cpp:85 msgid "Remove" msgstr "" @@ -1455,72 +1467,72 @@ msgstr "" msgid "For advanced options, refer to " msgstr "" -#: DlgEventLog.cpp:217 +#: DlgEventLog.cpp:218 #, c-format msgid "%s - Event Log" msgstr "" -#: DlgEventLog.cpp:230 ViewMessages.cpp:117 ViewProjects.cpp:218 -#: ViewStatistics.cpp:427 ViewStatistics.cpp:1996 ViewTransfers.cpp:181 -#: ViewWork.cpp:231 +#: DlgEventLog.cpp:231 ViewMessages.cpp:117 ViewProjects.cpp:219 +#: ViewStatistics.cpp:435 ViewStatistics.cpp:2007 ViewTransfers.cpp:182 +#: ViewWork.cpp:232 msgid "Project" msgstr "" -#: DlgEventLog.cpp:231 ViewMessages.cpp:118 +#: DlgEventLog.cpp:232 ViewMessages.cpp:118 msgid "Time" msgstr "" -#: DlgEventLog.cpp:232 ViewMessages.cpp:119 +#: DlgEventLog.cpp:233 ViewMessages.cpp:119 msgid "Message" msgstr "" -#: DlgEventLog.cpp:287 DlgEventLog.cpp:351 +#: DlgEventLog.cpp:289 DlgEventLog.cpp:353 msgid "&Show only this project" msgstr "" -#: DlgEventLog.cpp:291 +#: DlgEventLog.cpp:293 msgid "Copy &All" msgstr "" -#: DlgEventLog.cpp:293 DlgEventLog.cpp:297 ViewMessages.cpp:89 +#: DlgEventLog.cpp:295 DlgEventLog.cpp:299 ViewMessages.cpp:89 msgid "Copy all the messages to the clipboard." msgstr "" -#: DlgEventLog.cpp:302 +#: DlgEventLog.cpp:304 msgid "Copy &Selected" msgstr "" -#: DlgEventLog.cpp:305 DlgEventLog.cpp:313 ViewMessages.cpp:97 +#: DlgEventLog.cpp:307 DlgEventLog.cpp:315 ViewMessages.cpp:97 msgid "" "Copy the selected messages to the clipboard. You can select multiple " "messages by holding down the shift or command key while clicking on messages." msgstr "" -#: DlgEventLog.cpp:307 DlgEventLog.cpp:315 ViewMessages.cpp:99 +#: DlgEventLog.cpp:309 DlgEventLog.cpp:317 ViewMessages.cpp:99 msgid "" "Copy the selected messages to the clipboard. You can select multiple " "messages by holding down the shift or control key while clicking on messages." msgstr "" -#: DlgEventLog.cpp:322 DlgItemProperties.cpp:66 +#: DlgEventLog.cpp:324 DlgItemProperties.cpp:66 msgid "&Close" msgstr "" -#: DlgEventLog.cpp:331 sg_BoincSimpleFrame.cpp:778 sg_DlgPreferences.cpp:461 +#: DlgEventLog.cpp:333 sg_BoincSimpleFrame.cpp:794 sg_DlgPreferences.cpp:447 #: sg_ProjectsComponent.cpp:142 #, c-format msgid "Get help with %s" msgstr "" -#: DlgEventLog.cpp:345 +#: DlgEventLog.cpp:347 msgid "Show all &messages" msgstr "" -#: DlgEventLog.cpp:346 DlgEventLog.cpp:348 +#: DlgEventLog.cpp:348 DlgEventLog.cpp:350 msgid "Show messages for all projects" msgstr "" -#: DlgEventLog.cpp:352 DlgEventLog.cpp:354 +#: DlgEventLog.cpp:354 DlgEventLog.cpp:356 msgid "Show only the messages for the selected project" msgstr "" @@ -1618,7 +1630,7 @@ msgstr "" msgid "Team name" msgstr "" -#: DlgItemProperties.cpp:216 ViewProjects.cpp:223 +#: DlgItemProperties.cpp:216 ViewProjects.cpp:224 msgid "Resource share" msgstr "" @@ -1721,7 +1733,7 @@ msgstr "" msgid "Properties of task " msgstr "" -#: DlgItemProperties.cpp:323 ViewWork.cpp:237 +#: DlgItemProperties.cpp:323 ViewWork.cpp:238 msgid "Application" msgstr "" @@ -1785,7 +1797,7 @@ msgstr "" msgid "Process ID" msgstr "" -#: DlgItemProperties.cpp:426 ViewWork.cpp:1021 sg_TaskPanel.cpp:807 +#: DlgItemProperties.cpp:426 ViewWork.cpp:1032 sg_TaskPanel.cpp:810 msgid "Local: " msgstr "" @@ -2067,8 +2079,8 @@ msgstr "" msgid "The home page of the GEO-600 project" msgstr "" -#: Localization.cpp:115 Localization.cpp:133 ViewProjects.cpp:220 -#: ViewStatistics.cpp:457 +#: Localization.cpp:115 Localization.cpp:133 ViewProjects.cpp:221 +#: ViewStatistics.cpp:465 msgid "Team" msgstr "" @@ -2140,197 +2152,197 @@ msgstr "" msgid "Connecting to client" msgstr "" -#: MainDocument.cpp:1183 +#: MainDocument.cpp:1186 msgid "Retrieving system state; please wait..." msgstr "" -#: MainDocument.cpp:1804 +#: MainDocument.cpp:1807 msgid "Missing application" msgstr "" -#: MainDocument.cpp:1805 +#: MainDocument.cpp:1808 msgid "" "Please download and install the CoRD application from http://cord." "sourceforge.net" msgstr "" -#: MainDocument.cpp:2420 +#: MainDocument.cpp:2423 msgid "on batteries" msgstr "" -#: MainDocument.cpp:2421 +#: MainDocument.cpp:2424 msgid "computer is in use" msgstr "" -#: MainDocument.cpp:2422 +#: MainDocument.cpp:2425 msgid "user request" msgstr "" -#: MainDocument.cpp:2423 +#: MainDocument.cpp:2426 msgid "time of day" msgstr "" -#: MainDocument.cpp:2424 +#: MainDocument.cpp:2427 msgid "CPU benchmarks in progress" msgstr "" -#: MainDocument.cpp:2425 +#: MainDocument.cpp:2428 msgid "need disk space - check preferences" msgstr "" -#: MainDocument.cpp:2426 +#: MainDocument.cpp:2429 msgid "computer is not in use" msgstr "" -#: MainDocument.cpp:2427 +#: MainDocument.cpp:2430 msgid "starting up" msgstr "" -#: MainDocument.cpp:2428 +#: MainDocument.cpp:2431 msgid "an exclusive app is running" msgstr "" -#: MainDocument.cpp:2429 +#: MainDocument.cpp:2432 msgid "CPU is busy" msgstr "" -#: MainDocument.cpp:2430 +#: MainDocument.cpp:2433 msgid "network bandwidth limit exceeded" msgstr "" -#: MainDocument.cpp:2431 +#: MainDocument.cpp:2434 msgid "requested by operating system" msgstr "" -#: MainDocument.cpp:2433 +#: MainDocument.cpp:2436 msgid "unknown reason" msgstr "" -#: MainDocument.cpp:2455 +#: MainDocument.cpp:2458 msgid "GPU missing, " msgstr "" -#: MainDocument.cpp:2462 +#: MainDocument.cpp:2465 msgid "New" msgstr "" -#: MainDocument.cpp:2466 +#: MainDocument.cpp:2469 msgid "Download failed" msgstr "" -#: MainDocument.cpp:2468 +#: MainDocument.cpp:2471 msgid "Downloading" msgstr "" -#: MainDocument.cpp:2470 MainDocument.cpp:2540 +#: MainDocument.cpp:2473 MainDocument.cpp:2543 msgid " (suspended - " msgstr "" -#: MainDocument.cpp:2478 +#: MainDocument.cpp:2481 msgid "Project suspended by user" msgstr "" -#: MainDocument.cpp:2480 +#: MainDocument.cpp:2483 msgid "Task suspended by user" msgstr "" -#: MainDocument.cpp:2482 +#: MainDocument.cpp:2485 msgid "Suspended - " msgstr "" -#: MainDocument.cpp:2488 +#: MainDocument.cpp:2491 msgid "GPU suspended - " msgstr "" -#: MainDocument.cpp:2495 +#: MainDocument.cpp:2498 msgid "Waiting for memory" msgstr "" -#: MainDocument.cpp:2497 +#: MainDocument.cpp:2500 msgid "Waiting for shared memory" msgstr "" -#: MainDocument.cpp:2500 +#: MainDocument.cpp:2503 msgid "Running, high priority" msgstr "" -#: MainDocument.cpp:2502 sg_ImageButton.cpp:88 +#: MainDocument.cpp:2505 sg_ImageButton.cpp:88 msgid "Running" msgstr "" -#: MainDocument.cpp:2505 +#: MainDocument.cpp:2508 msgid " (non-CPU-intensive)" msgstr "" -#: MainDocument.cpp:2508 +#: MainDocument.cpp:2511 msgid "Waiting to run" msgstr "" -#: MainDocument.cpp:2510 MainDocument.cpp:2516 +#: MainDocument.cpp:2513 MainDocument.cpp:2519 msgid "Ready to start" msgstr "" -#: MainDocument.cpp:2520 +#: MainDocument.cpp:2523 msgid " (Scheduler wait: " msgstr "" -#: MainDocument.cpp:2524 +#: MainDocument.cpp:2527 msgid " (Scheduler wait)" msgstr "" -#: MainDocument.cpp:2528 +#: MainDocument.cpp:2531 msgid " (Waiting for network access)" msgstr "" -#: MainDocument.cpp:2532 +#: MainDocument.cpp:2535 msgid "Computation error" msgstr "" -#: MainDocument.cpp:2536 +#: MainDocument.cpp:2539 msgid "Upload failed" msgstr "" -#: MainDocument.cpp:2538 +#: MainDocument.cpp:2541 msgid "Uploading" msgstr "" -#: MainDocument.cpp:2549 +#: MainDocument.cpp:2552 msgid "Aborted by user" msgstr "" -#: MainDocument.cpp:2552 +#: MainDocument.cpp:2555 msgid "Aborted by project" msgstr "" -#: MainDocument.cpp:2555 +#: MainDocument.cpp:2558 msgid "Aborted: not started by deadline" msgstr "" -#: MainDocument.cpp:2558 +#: MainDocument.cpp:2561 msgid "Aborted: disk limit exceeded" msgstr "" -#: MainDocument.cpp:2561 +#: MainDocument.cpp:2564 msgid "Aborted: run time limit exceeded" msgstr "" -#: MainDocument.cpp:2564 +#: MainDocument.cpp:2567 msgid "Aborted: memory limit exceeded" msgstr "" -#: MainDocument.cpp:2567 +#: MainDocument.cpp:2570 msgid "Aborted" msgstr "" -#: MainDocument.cpp:2572 +#: MainDocument.cpp:2575 msgid "Acknowledged" msgstr "" -#: MainDocument.cpp:2574 +#: MainDocument.cpp:2577 msgid "Ready to report" msgstr "" -#: MainDocument.cpp:2576 +#: MainDocument.cpp:2579 #, c-format msgid "Error: invalid state '%d'" msgstr "" @@ -2378,98 +2390,64 @@ msgstr "" msgid "Check the email address and password, and try again." msgstr "" -#: NoticeListCtrl.cpp:63 -msgid "Notice List" -msgstr "" - -#: NoticeListCtrl.cpp:185 -#, c-format -msgid "%s; received on %s" -msgstr "" - -#: NoticeListCtrl.cpp:187 -#, c-format -msgid "%s; received from %s; on %s" -msgstr "" - -#: NoticeListCtrl.cpp:284 ProjectListCtrl.cpp:282 -msgid "Click" -msgstr "" - -#: NoticeListCtrl.cpp:569 +#: NoticeListCtrl.cpp:221 msgid "more..." msgstr "" -#: ProjectInfoPage.cpp:451 ProjectInfoPage.cpp:739 ProjectInfoPage.cpp:743 +#: ProjectInfoPage.cpp:467 ProjectInfoPage.cpp:766 ProjectInfoPage.cpp:770 msgid "All" msgstr "" -#: ProjectInfoPage.cpp:582 +#: ProjectInfoPage.cpp:602 msgid "Choose a project" msgstr "" -#: ProjectInfoPage.cpp:586 +#: ProjectInfoPage.cpp:606 msgid "To choose a project, click its name or type its URL below." msgstr "" -#: ProjectInfoPage.cpp:590 +#: ProjectInfoPage.cpp:610 msgid "Categories:" msgstr "" -#: ProjectInfoPage.cpp:594 sg_ProjectPanel.cpp:89 +#: ProjectInfoPage.cpp:614 sg_ProjectPanel.cpp:89 msgid "Projects:" msgstr "" -#: ProjectInfoPage.cpp:598 +#: ProjectInfoPage.cpp:618 msgid "Project details" msgstr "" -#: ProjectInfoPage.cpp:602 +#: ProjectInfoPage.cpp:622 msgid "Research area:" msgstr "" -#: ProjectInfoPage.cpp:606 +#: ProjectInfoPage.cpp:626 msgid "Organization:" msgstr "" -#: ProjectInfoPage.cpp:610 +#: ProjectInfoPage.cpp:630 msgid "Web site:" msgstr "" -#: ProjectInfoPage.cpp:614 +#: ProjectInfoPage.cpp:634 msgid "Supported systems:" msgstr "" -#: ProjectInfoPage.cpp:618 +#: ProjectInfoPage.cpp:638 msgid "Project URL:" msgstr "" -#: ProjectInfoPage.cpp:787 +#: ProjectInfoPage.cpp:814 msgid "" "This project may not have work for your type of computer. Do you want to " "add it anyway?" msgstr "" -#: ProjectInfoPage.cpp:811 +#: ProjectInfoPage.cpp:838 msgid "You already added this project. Please choose a different project." msgstr "" -#: ProjectListCtrl.cpp:66 -msgid "Project List" -msgstr "" - -#: ProjectListCtrl.cpp:507 -msgid "Nvidia GPU Supported" -msgstr "" - -#: ProjectListCtrl.cpp:509 -msgid "ATI GPU Supported" -msgstr "" - -#: ProjectListCtrl.cpp:511 -msgid "Project Website" -msgstr "" - #: ProjectProcessingPage.cpp:321 msgid "Communicating with project." msgstr "" @@ -2637,8 +2615,8 @@ msgstr "" msgid "'%s' does not contain a valid path." msgstr "" -#: ViewMessages.cpp:84 ViewProjects.cpp:169 ViewStatistics.cpp:1965 -#: ViewTransfers.cpp:159 ViewWork.cpp:182 +#: ViewMessages.cpp:84 ViewProjects.cpp:170 ViewStatistics.cpp:1976 +#: ViewTransfers.cpp:160 ViewWork.cpp:183 msgid "Commands" msgstr "" @@ -2682,231 +2660,223 @@ msgstr "" msgid "Show messages for all projects." msgstr "" -#: ViewNotices.cpp:60 sg_DlgMessages.cpp:130 -msgid "One or more items failed to load from the Internet." -msgstr "" - -#: ViewNotices.cpp:68 sg_DlgMessages.cpp:138 -msgid "Retry now" -msgstr "" - -#: ViewNotices.cpp:91 sg_DlgMessages.cpp:171 +#: ViewNotices.cpp:58 sg_DlgMessages.cpp:124 msgid "Fetching notices; please wait..." msgstr "" -#: ViewNotices.cpp:97 sg_DlgMessages.cpp:178 +#: ViewNotices.cpp:65 sg_DlgMessages.cpp:132 msgid "There are no notices at this time." msgstr "" -#: ViewNotices.cpp:120 sg_BoincSimpleFrame.cpp:756 +#: ViewNotices.cpp:99 sg_BoincSimpleFrame.cpp:772 msgid "Notices" msgstr "" -#: ViewProjects.cpp:173 sg_ProjectCommandPopup.cpp:61 +#: ViewProjects.cpp:174 sg_ProjectCommandPopup.cpp:61 msgid "Update" msgstr "" -#: ViewProjects.cpp:174 sg_ProjectCommandPopup.cpp:62 +#: ViewProjects.cpp:175 sg_ProjectCommandPopup.cpp:62 msgid "" "Report all completed tasks, get latest credit, get latest preferences, and " "possibly get more tasks." msgstr "" -#: ViewProjects.cpp:180 ViewProjects.cpp:712 ViewWork.cpp:207 ViewWork.cpp:790 -#: sg_BoincSimpleFrame.cpp:737 sg_ProjectCommandPopup.cpp:67 +#: ViewProjects.cpp:181 ViewProjects.cpp:722 ViewWork.cpp:208 ViewWork.cpp:801 +#: sg_BoincSimpleFrame.cpp:753 sg_ProjectCommandPopup.cpp:67 #: sg_ProjectCommandPopup.cpp:113 sg_TaskCommandPopup.cpp:66 #: sg_TaskCommandPopup.cpp:106 msgid "Suspend" msgstr "" -#: ViewProjects.cpp:181 ViewProjects.cpp:712 sg_ProjectCommandPopup.cpp:68 +#: ViewProjects.cpp:182 ViewProjects.cpp:722 sg_ProjectCommandPopup.cpp:68 #: sg_ProjectCommandPopup.cpp:114 msgid "Suspend tasks for this project." msgstr "" -#: ViewProjects.cpp:187 ViewProjects.cpp:731 sg_ProjectCommandPopup.cpp:73 +#: ViewProjects.cpp:188 ViewProjects.cpp:741 sg_ProjectCommandPopup.cpp:73 #: sg_ProjectCommandPopup.cpp:121 msgid "No new tasks" msgstr "" -#: ViewProjects.cpp:188 sg_ProjectCommandPopup.cpp:74 +#: ViewProjects.cpp:189 sg_ProjectCommandPopup.cpp:74 msgid "Don't get new tasks for this project." msgstr "" -#: ViewProjects.cpp:194 sg_ProjectCommandPopup.cpp:79 +#: ViewProjects.cpp:195 sg_ProjectCommandPopup.cpp:79 msgid "Reset project" msgstr "" -#: ViewProjects.cpp:195 sg_ProjectCommandPopup.cpp:80 +#: ViewProjects.cpp:196 sg_ProjectCommandPopup.cpp:80 msgid "" "Delete all files and tasks associated with this project, and get new tasks. " "You can update the project first to report any completed tasks." msgstr "" -#: ViewProjects.cpp:202 sg_ProjectCommandPopup.cpp:86 +#: ViewProjects.cpp:203 sg_ProjectCommandPopup.cpp:86 msgid "" "Remove this project. Tasks in progress will be lost (use 'Update' first to " "report any completed tasks)." msgstr "" -#: ViewProjects.cpp:208 ViewWork.cpp:221 sg_ProjectCommandPopup.cpp:91 +#: ViewProjects.cpp:209 ViewWork.cpp:222 sg_ProjectCommandPopup.cpp:91 #: sg_TaskCommandPopup.cpp:78 msgid "Properties" msgstr "" -#: ViewProjects.cpp:209 sg_ProjectCommandPopup.cpp:92 +#: ViewProjects.cpp:210 sg_ProjectCommandPopup.cpp:92 msgid "Show project details." msgstr "" -#: ViewProjects.cpp:219 ViewStatistics.cpp:442 +#: ViewProjects.cpp:220 ViewStatistics.cpp:450 msgid "Account" msgstr "" -#: ViewProjects.cpp:221 +#: ViewProjects.cpp:222 msgid "Work done" msgstr "" -#: ViewProjects.cpp:222 +#: ViewProjects.cpp:223 msgid "Avg. work done" msgstr "" -#: ViewProjects.cpp:224 ViewTransfers.cpp:187 ViewWork.cpp:233 +#: ViewProjects.cpp:225 ViewTransfers.cpp:188 ViewWork.cpp:234 msgid "Status" msgstr "" -#: ViewProjects.cpp:249 +#: ViewProjects.cpp:250 msgid "Projects" msgstr "" -#: ViewProjects.cpp:301 +#: ViewProjects.cpp:302 msgid "Updating project..." msgstr "" -#: ViewProjects.cpp:343 +#: ViewProjects.cpp:344 msgid "Resuming project..." msgstr "" -#: ViewProjects.cpp:347 +#: ViewProjects.cpp:348 msgid "Suspending project..." msgstr "" -#: ViewProjects.cpp:384 +#: ViewProjects.cpp:385 msgid "Telling project to allow additional task downloads..." msgstr "" -#: ViewProjects.cpp:388 +#: ViewProjects.cpp:389 msgid "Telling project to not fetch any additional tasks..." msgstr "" -#: ViewProjects.cpp:424 +#: ViewProjects.cpp:425 msgid "Resetting project..." msgstr "" -#: ViewProjects.cpp:437 sg_ProjectCommandPopup.cpp:214 +#: ViewProjects.cpp:438 sg_ProjectCommandPopup.cpp:214 #, c-format msgid "Are you sure you want to reset project '%s'?" msgstr "" -#: ViewProjects.cpp:443 sg_ProjectCommandPopup.cpp:220 +#: ViewProjects.cpp:444 sg_ProjectCommandPopup.cpp:220 msgid "Reset Project" msgstr "" -#: ViewProjects.cpp:482 +#: ViewProjects.cpp:483 msgid "Removing project..." msgstr "" -#: ViewProjects.cpp:495 sg_ProjectCommandPopup.cpp:251 +#: ViewProjects.cpp:496 sg_ProjectCommandPopup.cpp:251 #: sg_StatImageLoader.cpp:192 #, c-format msgid "Are you sure you want to remove project '%s'?" msgstr "" -#: ViewProjects.cpp:501 sg_ProjectCommandPopup.cpp:257 +#: ViewProjects.cpp:502 sg_ProjectCommandPopup.cpp:257 #: sg_StatImageLoader.cpp:138 sg_StatImageLoader.cpp:198 msgid "Remove Project" msgstr "" -#: ViewProjects.cpp:542 ViewWork.cpp:598 +#: ViewProjects.cpp:543 ViewWork.cpp:599 msgid "Launching browser..." msgstr "" -#: ViewProjects.cpp:708 sg_ProjectCommandPopup.cpp:111 +#: ViewProjects.cpp:718 sg_ProjectCommandPopup.cpp:111 msgid "Resume tasks for this project." msgstr "" -#: ViewProjects.cpp:727 sg_ProjectCommandPopup.cpp:118 +#: ViewProjects.cpp:737 sg_ProjectCommandPopup.cpp:118 msgid "Allow new tasks" msgstr "" -#: ViewProjects.cpp:727 sg_ProjectCommandPopup.cpp:119 +#: ViewProjects.cpp:737 sg_ProjectCommandPopup.cpp:119 msgid "Allow fetching new tasks for this project." msgstr "" -#: ViewProjects.cpp:731 sg_ProjectCommandPopup.cpp:122 +#: ViewProjects.cpp:741 sg_ProjectCommandPopup.cpp:122 msgid "Don't fetch new tasks for this project." msgstr "" -#: ViewProjects.cpp:1048 +#: ViewProjects.cpp:1058 msgid "Requested by user" msgstr "" -#: ViewProjects.cpp:1049 +#: ViewProjects.cpp:1059 msgid "To fetch work" msgstr "" -#: ViewProjects.cpp:1050 +#: ViewProjects.cpp:1060 msgid "To report completed tasks" msgstr "" -#: ViewProjects.cpp:1051 +#: ViewProjects.cpp:1061 msgid "To send trickle-up message" msgstr "" -#: ViewProjects.cpp:1052 +#: ViewProjects.cpp:1062 msgid "Requested by account manager" msgstr "" -#: ViewProjects.cpp:1053 +#: ViewProjects.cpp:1063 msgid "Project initialization" msgstr "" -#: ViewProjects.cpp:1054 +#: ViewProjects.cpp:1064 msgid "Requested by project" msgstr "" -#: ViewProjects.cpp:1055 +#: ViewProjects.cpp:1065 msgid "Unknown reason" msgstr "" -#: ViewProjects.cpp:1069 +#: ViewProjects.cpp:1079 msgid "Suspended by user" msgstr "" -#: ViewProjects.cpp:1072 +#: ViewProjects.cpp:1082 msgid "Won't get new tasks" msgstr "" -#: ViewProjects.cpp:1075 +#: ViewProjects.cpp:1085 msgid "Project ended - OK to remove" msgstr "" -#: ViewProjects.cpp:1078 +#: ViewProjects.cpp:1088 msgid "Will remove when tasks done" msgstr "" -#: ViewProjects.cpp:1081 +#: ViewProjects.cpp:1091 msgid "Scheduler request pending" msgstr "" -#: ViewProjects.cpp:1087 +#: ViewProjects.cpp:1097 msgid "Scheduler request in progress" msgstr "" -#: ViewProjects.cpp:1090 +#: ViewProjects.cpp:1100 msgid "Trickle up message pending" msgstr "" -#: ViewProjects.cpp:1096 +#: ViewProjects.cpp:1106 msgid "Communication deferred " msgstr "" @@ -2946,201 +2916,201 @@ msgstr "" msgid "used by other programs: " msgstr "" -#: ViewStatistics.cpp:1195 +#: ViewStatistics.cpp:1203 msgid "User Total" msgstr "" -#: ViewStatistics.cpp:1196 +#: ViewStatistics.cpp:1204 msgid "User Average" msgstr "" -#: ViewStatistics.cpp:1197 +#: ViewStatistics.cpp:1205 msgid "Host Total" msgstr "" -#: ViewStatistics.cpp:1198 +#: ViewStatistics.cpp:1206 msgid "Host Average" msgstr "" -#: ViewStatistics.cpp:1345 +#: ViewStatistics.cpp:1353 #, c-format msgid "Last update: %.0f days ago" msgstr "" -#: ViewStatistics.cpp:1969 +#: ViewStatistics.cpp:1980 msgid "Show user total" msgstr "" -#: ViewStatistics.cpp:1970 +#: ViewStatistics.cpp:1981 msgid "Show total credit for user" msgstr "" -#: ViewStatistics.cpp:1976 +#: ViewStatistics.cpp:1987 msgid "Show user average" msgstr "" -#: ViewStatistics.cpp:1977 +#: ViewStatistics.cpp:1988 msgid "Show average credit for user" msgstr "" -#: ViewStatistics.cpp:1983 +#: ViewStatistics.cpp:1994 msgid "Show host total" msgstr "" -#: ViewStatistics.cpp:1984 +#: ViewStatistics.cpp:1995 msgid "Show total credit for host" msgstr "" -#: ViewStatistics.cpp:1990 +#: ViewStatistics.cpp:2001 msgid "Show host average" msgstr "" -#: ViewStatistics.cpp:1991 +#: ViewStatistics.cpp:2002 msgid "Show average credit for host" msgstr "" -#: ViewStatistics.cpp:2000 +#: ViewStatistics.cpp:2011 msgid "< &Previous project" msgstr "" -#: ViewStatistics.cpp:2001 +#: ViewStatistics.cpp:2012 msgid "Show chart for previous project" msgstr "" -#: ViewStatistics.cpp:2006 +#: ViewStatistics.cpp:2017 msgid "&Next project >" msgstr "" -#: ViewStatistics.cpp:2007 +#: ViewStatistics.cpp:2018 msgid "Show chart for next project" msgstr "" -#: ViewStatistics.cpp:2013 ViewStatistics.cpp:2410 +#: ViewStatistics.cpp:2024 ViewStatistics.cpp:2414 msgid "Hide project list" msgstr "" -#: ViewStatistics.cpp:2014 ViewStatistics.cpp:2410 +#: ViewStatistics.cpp:2025 ViewStatistics.cpp:2414 msgid "Use entire area for graphs" msgstr "" -#: ViewStatistics.cpp:2019 +#: ViewStatistics.cpp:2030 msgid "Mode view" msgstr "" -#: ViewStatistics.cpp:2023 +#: ViewStatistics.cpp:2034 msgid "One project" msgstr "" -#: ViewStatistics.cpp:2024 +#: ViewStatistics.cpp:2035 msgid "Show one chart with selected project" msgstr "" -#: ViewStatistics.cpp:2030 +#: ViewStatistics.cpp:2041 msgid "All projects (separate)" msgstr "" -#: ViewStatistics.cpp:2031 +#: ViewStatistics.cpp:2042 msgid "Show all projects, one chart per project" msgstr "" -#: ViewStatistics.cpp:2037 +#: ViewStatistics.cpp:2048 msgid "All projects (together)" msgstr "" -#: ViewStatistics.cpp:2038 +#: ViewStatistics.cpp:2049 msgid "Show one chart with all projects" msgstr "" -#: ViewStatistics.cpp:2044 +#: ViewStatistics.cpp:2055 msgid "All projects (sum)" msgstr "" -#: ViewStatistics.cpp:2045 +#: ViewStatistics.cpp:2056 msgid "Show one chart with sum of projects" msgstr "" -#: ViewStatistics.cpp:2073 +#: ViewStatistics.cpp:2077 msgid "Statistics" msgstr "" -#: ViewStatistics.cpp:2097 ViewStatistics.cpp:2118 ViewStatistics.cpp:2139 -#: ViewStatistics.cpp:2161 ViewStatistics.cpp:2182 ViewStatistics.cpp:2203 -#: ViewStatistics.cpp:2224 ViewStatistics.cpp:2245 ViewStatistics.cpp:2266 -#: ViewStatistics.cpp:2290 +#: ViewStatistics.cpp:2101 ViewStatistics.cpp:2122 ViewStatistics.cpp:2143 +#: ViewStatistics.cpp:2165 ViewStatistics.cpp:2186 ViewStatistics.cpp:2207 +#: ViewStatistics.cpp:2228 ViewStatistics.cpp:2249 ViewStatistics.cpp:2270 +#: ViewStatistics.cpp:2294 msgid "Updating charts..." msgstr "" -#: ViewStatistics.cpp:2414 +#: ViewStatistics.cpp:2418 msgid "Show project list" msgstr "" -#: ViewStatistics.cpp:2414 +#: ViewStatistics.cpp:2418 msgid "Uses smaller area for graphs" msgstr "" -#: ViewTransfers.cpp:163 +#: ViewTransfers.cpp:164 msgid "Retry Now" msgstr "" -#: ViewTransfers.cpp:164 +#: ViewTransfers.cpp:165 msgid "Retry the file transfer now" msgstr "" -#: ViewTransfers.cpp:170 +#: ViewTransfers.cpp:171 msgid "Abort Transfer" msgstr "" -#: ViewTransfers.cpp:171 +#: ViewTransfers.cpp:172 msgid "Abort this file transfer. You won't get credit for the task." msgstr "" -#: ViewTransfers.cpp:182 +#: ViewTransfers.cpp:183 msgid "File" msgstr "" -#: ViewTransfers.cpp:183 ViewWork.cpp:232 +#: ViewTransfers.cpp:184 ViewWork.cpp:233 msgid "Progress" msgstr "" -#: ViewTransfers.cpp:184 +#: ViewTransfers.cpp:185 msgid "Size" msgstr "" -#: ViewTransfers.cpp:185 +#: ViewTransfers.cpp:186 msgid "Elapsed Time" msgstr "" -#: ViewTransfers.cpp:186 +#: ViewTransfers.cpp:187 msgid "Speed" msgstr "" -#: ViewTransfers.cpp:212 +#: ViewTransfers.cpp:213 msgid "Transfers" msgstr "" -#: ViewTransfers.cpp:279 +#: ViewTransfers.cpp:280 msgid "Network activity is suspended - " msgstr "" -#: ViewTransfers.cpp:281 +#: ViewTransfers.cpp:282 msgid "" ".\n" "You can enable it using the Activity menu." msgstr "" -#: ViewTransfers.cpp:284 +#: ViewTransfers.cpp:285 msgid "BOINC" msgstr "" -#: ViewTransfers.cpp:291 +#: ViewTransfers.cpp:292 msgid "Retrying transfer now..." msgstr "" -#: ViewTransfers.cpp:329 +#: ViewTransfers.cpp:330 msgid "Aborting transfer..." msgstr "" -#: ViewTransfers.cpp:342 +#: ViewTransfers.cpp:343 #, c-format msgid "" "Are you sure you want to abort this file transfer '%s'?\n" @@ -3148,151 +3118,151 @@ msgid "" "will not receive credit for it." msgstr "" -#: ViewTransfers.cpp:348 +#: ViewTransfers.cpp:349 msgid "Abort File Transfer" msgstr "" -#: ViewTransfers.cpp:769 +#: ViewTransfers.cpp:780 msgid "Upload" msgstr "" -#: ViewTransfers.cpp:769 +#: ViewTransfers.cpp:780 msgid "Download" msgstr "" -#: ViewTransfers.cpp:773 +#: ViewTransfers.cpp:784 msgid "retry in " msgstr "" -#: ViewTransfers.cpp:775 +#: ViewTransfers.cpp:786 msgid "failed" msgstr "" -#: ViewTransfers.cpp:778 +#: ViewTransfers.cpp:789 msgid "suspended" msgstr "" -#: ViewTransfers.cpp:783 +#: ViewTransfers.cpp:794 msgid "active" msgstr "" -#: ViewTransfers.cpp:785 +#: ViewTransfers.cpp:796 msgid "pending" msgstr "" -#: ViewTransfers.cpp:792 +#: ViewTransfers.cpp:803 msgid " (project backoff: " msgstr "" -#: ViewWork.cpp:186 ViewWork.cpp:766 +#: ViewWork.cpp:187 ViewWork.cpp:777 msgid "Show active tasks" msgstr "" -#: ViewWork.cpp:187 ViewWork.cpp:767 +#: ViewWork.cpp:188 ViewWork.cpp:778 msgid "Show only active tasks." msgstr "" -#: ViewWork.cpp:193 sg_TaskCommandPopup.cpp:60 sg_ViewTabPage.cpp:424 +#: ViewWork.cpp:194 sg_TaskCommandPopup.cpp:60 sg_ViewTabPage.cpp:424 msgid "Show graphics" msgstr "" -#: ViewWork.cpp:194 sg_TaskCommandPopup.cpp:61 +#: ViewWork.cpp:195 sg_TaskCommandPopup.cpp:61 msgid "Show application graphics in a window." msgstr "" -#: ViewWork.cpp:200 +#: ViewWork.cpp:201 msgid "Show VM Console" msgstr "" -#: ViewWork.cpp:201 +#: ViewWork.cpp:202 msgid "Show VM Console in a window." msgstr "" -#: ViewWork.cpp:208 +#: ViewWork.cpp:209 msgid "Suspend work for this result." msgstr "" -#: ViewWork.cpp:214 sg_TaskCommandPopup.cpp:72 +#: ViewWork.cpp:215 sg_TaskCommandPopup.cpp:72 msgid "Abort" msgstr "" -#: ViewWork.cpp:215 +#: ViewWork.cpp:216 msgid "Abandon work on the result. You will get no credit for it." msgstr "" -#: ViewWork.cpp:222 sg_TaskCommandPopup.cpp:79 +#: ViewWork.cpp:223 sg_TaskCommandPopup.cpp:79 msgid "Show task details." msgstr "" -#: ViewWork.cpp:234 +#: ViewWork.cpp:235 msgid "Elapsed" msgstr "" -#: ViewWork.cpp:235 +#: ViewWork.cpp:236 msgid "Remaining (estimated)" msgstr "" -#: ViewWork.cpp:236 +#: ViewWork.cpp:237 msgid "Deadline" msgstr "" -#: ViewWork.cpp:238 +#: ViewWork.cpp:239 msgid "Name" msgstr "" -#: ViewWork.cpp:263 +#: ViewWork.cpp:264 msgid "Tasks" msgstr "" -#: ViewWork.cpp:356 +#: ViewWork.cpp:357 msgid "Resuming task..." msgstr "" -#: ViewWork.cpp:359 +#: ViewWork.cpp:360 msgid "Suspending task..." msgstr "" -#: ViewWork.cpp:388 +#: ViewWork.cpp:389 msgid "Showing graphics for task..." msgstr "" -#: ViewWork.cpp:425 +#: ViewWork.cpp:426 msgid "Showing VM console for task..." msgstr "" -#: ViewWork.cpp:478 +#: ViewWork.cpp:479 #, c-format msgid "" "Are you sure you want to abort this task '%s'?\n" "(Progress: %s, Status: %s)" msgstr "" -#: ViewWork.cpp:484 +#: ViewWork.cpp:485 #, c-format msgid "Are you sure you want to abort these %d tasks?" msgstr "" -#: ViewWork.cpp:489 sg_TaskCommandPopup.cpp:256 +#: ViewWork.cpp:490 sg_TaskCommandPopup.cpp:256 msgid "Abort task" msgstr "" -#: ViewWork.cpp:498 +#: ViewWork.cpp:499 msgid "Aborting task..." msgstr "" -#: ViewWork.cpp:760 +#: ViewWork.cpp:771 msgid "Show all tasks" msgstr "" -#: ViewWork.cpp:761 +#: ViewWork.cpp:772 msgid "Show all tasks." msgstr "" -#: ViewWork.cpp:785 sg_TaskCommandPopup.cpp:103 +#: ViewWork.cpp:796 sg_TaskCommandPopup.cpp:103 msgid "Resume work for this task." msgstr "" -#: ViewWork.cpp:791 sg_TaskCommandPopup.cpp:107 +#: ViewWork.cpp:802 sg_TaskCommandPopup.cpp:107 msgid "Suspend work for this task." msgstr "" @@ -3358,48 +3328,48 @@ msgstr "" msgid "Add projects run by other researchers or organizations" msgstr "" -#: WizardAttach.cpp:635 +#: WizardAttach.cpp:634 msgid "Do you really want to cancel?" msgstr "" -#: WizardAttach.cpp:636 +#: WizardAttach.cpp:635 msgid "Question" msgstr "" -#: sg_BoincSimpleFrame.cpp:136 sg_BoincSimpleGUI.cpp:119 +#: sg_BoincSimpleFrame.cpp:145 sg_BoincSimpleGUI.cpp:119 msgid "Advanced View...\tCtrl+Shift+A" msgstr "" -#: sg_BoincSimpleFrame.cpp:137 +#: sg_BoincSimpleFrame.cpp:146 msgid "Display the advanced graphical interface." msgstr "" -#: sg_BoincSimpleFrame.cpp:144 +#: sg_BoincSimpleFrame.cpp:153 msgid "Skin" msgstr "" -#: sg_BoincSimpleFrame.cpp:146 +#: sg_BoincSimpleFrame.cpp:155 msgid "Select the appearance of the user interface." msgstr "" -#: sg_BoincSimpleFrame.cpp:193 sg_BoincSimpleGUI.cpp:147 +#: sg_BoincSimpleFrame.cpp:202 sg_BoincSimpleGUI.cpp:147 #, c-format msgid "&%s" msgstr "" -#: sg_BoincSimpleFrame.cpp:369 +#: sg_BoincSimpleFrame.cpp:386 msgid "Default" msgstr "" -#: sg_BoincSimpleFrame.cpp:739 +#: sg_BoincSimpleFrame.cpp:755 msgid "Suspend Computing" msgstr "" -#: sg_BoincSimpleFrame.cpp:740 +#: sg_BoincSimpleFrame.cpp:756 msgid "Resume Computing" msgstr "" -#: sg_BoincSimpleFrame.cpp:757 +#: sg_BoincSimpleFrame.cpp:773 msgid "Open a window to view notices from projects or BOINC" msgstr "" @@ -3407,256 +3377,188 @@ msgstr "" msgid "Display the advanced (accessible) graphical interface." msgstr "" -#: sg_ClientStateIndicator.cpp:288 sg_TaskPanel.cpp:1207 +#: sg_ClientStateIndicator.cpp:288 sg_TaskPanel.cpp:1210 msgid "Retrieving current status." msgstr "" -#: sg_ClientStateIndicator.cpp:291 sg_TaskPanel.cpp:448 +#: sg_ClientStateIndicator.cpp:291 sg_TaskPanel.cpp:451 msgid "You don't have any projects. Please Add a Project." msgstr "" -#: sg_ClientStateIndicator.cpp:294 sg_TaskPanel.cpp:1213 +#: sg_ClientStateIndicator.cpp:294 sg_TaskPanel.cpp:1216 msgid "Downloading work from the server." msgstr "" -#: sg_ClientStateIndicator.cpp:299 sg_TaskPanel.cpp:1218 +#: sg_ClientStateIndicator.cpp:299 sg_TaskPanel.cpp:1221 msgid "Processing Suspended: Running On Batteries." msgstr "" -#: sg_ClientStateIndicator.cpp:301 sg_TaskPanel.cpp:1220 +#: sg_ClientStateIndicator.cpp:301 sg_TaskPanel.cpp:1223 msgid "Processing Suspended: User Active." msgstr "" -#: sg_ClientStateIndicator.cpp:303 sg_TaskPanel.cpp:1222 +#: sg_ClientStateIndicator.cpp:303 sg_TaskPanel.cpp:1225 msgid "Processing Suspended: User paused processing." msgstr "" -#: sg_ClientStateIndicator.cpp:305 sg_TaskPanel.cpp:1224 +#: sg_ClientStateIndicator.cpp:305 sg_TaskPanel.cpp:1227 msgid "Processing Suspended: Time of Day." msgstr "" -#: sg_ClientStateIndicator.cpp:307 sg_TaskPanel.cpp:1226 +#: sg_ClientStateIndicator.cpp:307 sg_TaskPanel.cpp:1229 msgid "Processing Suspended: Benchmarks Running." msgstr "" -#: sg_ClientStateIndicator.cpp:309 sg_TaskPanel.cpp:1228 +#: sg_ClientStateIndicator.cpp:309 sg_TaskPanel.cpp:1231 msgid "Processing Suspended." msgstr "" -#: sg_ClientStateIndicator.cpp:313 sg_TaskPanel.cpp:1232 +#: sg_ClientStateIndicator.cpp:313 sg_TaskPanel.cpp:1235 msgid "Waiting to contact project servers." msgstr "" #: sg_ClientStateIndicator.cpp:317 sg_ClientStateIndicator.cpp:325 -#: sg_TaskPanel.cpp:1236 sg_TaskPanel.cpp:1245 +#: sg_TaskPanel.cpp:1239 sg_TaskPanel.cpp:1248 msgid "Retrieving current status" msgstr "" -#: sg_ClientStateIndicator.cpp:320 sg_TaskPanel.cpp:1240 +#: sg_ClientStateIndicator.cpp:320 sg_TaskPanel.cpp:1243 msgid "No work available to process" msgstr "" -#: sg_ClientStateIndicator.cpp:322 sg_TaskPanel.cpp:1242 +#: sg_ClientStateIndicator.cpp:322 sg_TaskPanel.cpp:1245 msgid "Unable to connect to the core client" msgstr "" -#: sg_DlgMessages.cpp:164 +#: sg_DlgMessages.cpp:146 msgid "Close" msgstr "" -#: sg_DlgMessages.cpp:463 +#: sg_DlgMessages.cpp:389 #, c-format msgid "%s - Notices" msgstr "" -#: sg_DlgPreferences.cpp:94 -msgid "100 MB" -msgstr "" - -#: sg_DlgPreferences.cpp:95 -msgid "200 MB" -msgstr "" - -#: sg_DlgPreferences.cpp:96 -msgid "500 MB" -msgstr "" - -#: sg_DlgPreferences.cpp:97 -msgid "1 GB" -msgstr "" - -#: sg_DlgPreferences.cpp:98 -msgid "2 GB" -msgstr "" - -#: sg_DlgPreferences.cpp:99 -msgid "5 GB" -msgstr "" - -#: sg_DlgPreferences.cpp:100 -msgid "10 GB" -msgstr "" - -#: sg_DlgPreferences.cpp:101 -msgid "20 GB" -msgstr "" - -#: sg_DlgPreferences.cpp:102 -msgid "50 GB" -msgstr "" - -#: sg_DlgPreferences.cpp:103 -msgid "100 GB" -msgstr "" - -#: sg_DlgPreferences.cpp:134 -msgid "10%" -msgstr "" - -#: sg_DlgPreferences.cpp:135 -msgid "20%" -msgstr "" - -#: sg_DlgPreferences.cpp:136 -msgid "30%" -msgstr "" - -#: sg_DlgPreferences.cpp:137 -msgid "40%" -msgstr "" - -#: sg_DlgPreferences.cpp:138 -msgid "50%" -msgstr "" - -#: sg_DlgPreferences.cpp:139 -msgid "60%" -msgstr "" - -#: sg_DlgPreferences.cpp:140 -msgid "70%" -msgstr "" - -#: sg_DlgPreferences.cpp:141 -msgid "80%" -msgstr "" - -#: sg_DlgPreferences.cpp:142 -msgid "90%" -msgstr "" - -#: sg_DlgPreferences.cpp:143 -msgid "100%" -msgstr "" - -#: sg_DlgPreferences.cpp:168 -msgid "1" -msgstr "" - -#: sg_DlgPreferences.cpp:169 -msgid "3" -msgstr "" - -#: sg_DlgPreferences.cpp:170 -msgid "5" -msgstr "" - -#: sg_DlgPreferences.cpp:171 -msgid "10" -msgstr "" - -#: sg_DlgPreferences.cpp:172 -msgid "15" -msgstr "" - -#: sg_DlgPreferences.cpp:173 -msgid "30" -msgstr "" - -#: sg_DlgPreferences.cpp:174 -msgid "60" -msgstr "" - -#: sg_DlgPreferences.cpp:282 +#: sg_DlgPreferences.cpp:268 msgid "This dialog controls preferences for this computer only." msgstr "" -#: sg_DlgPreferences.cpp:287 +#: sg_DlgPreferences.cpp:273 msgid "Click OK to set preferences." msgstr "" -#: sg_DlgPreferences.cpp:292 +#: sg_DlgPreferences.cpp:278 msgid "Click Clear to restore web-based settings." msgstr "" -#: sg_DlgPreferences.cpp:299 +#: sg_DlgPreferences.cpp:285 msgid "For additional settings, select Computing Preferences in " msgstr "" -#: sg_DlgPreferences.cpp:304 +#: sg_DlgPreferences.cpp:290 msgid "the Advanced View." msgstr "" -#: sg_DlgPreferences.cpp:332 +#: sg_DlgPreferences.cpp:318 msgid "Do work only between:" msgstr "" -#: sg_DlgPreferences.cpp:354 +#: sg_DlgPreferences.cpp:340 msgid "Connect to internet only between:" msgstr "" -#: sg_DlgPreferences.cpp:376 sg_DlgPreferences.cpp:393 +#: sg_DlgPreferences.cpp:362 sg_DlgPreferences.cpp:379 msgid "Use no more than:" msgstr "" -#: sg_DlgPreferences.cpp:389 +#: sg_DlgPreferences.cpp:375 msgid "of disk space" msgstr "" -#: sg_DlgPreferences.cpp:406 +#: sg_DlgPreferences.cpp:392 msgid "of the processor" msgstr "" -#: sg_DlgPreferences.cpp:410 +#: sg_DlgPreferences.cpp:396 msgid "Do work while on battery?" msgstr "" -#: sg_DlgPreferences.cpp:423 +#: sg_DlgPreferences.cpp:409 msgid "Do work after idle for:" msgstr "" -#: sg_DlgPreferences.cpp:621 sg_DlgPreferences.cpp:624 -#: sg_DlgPreferences.cpp:683 sg_DlgPreferences.cpp:687 -#: sg_DlgPreferences.cpp:699 sg_DlgPreferences.cpp:703 -#: sg_DlgPreferences.cpp:846 sg_DlgPreferences.cpp:857 +#: sg_DlgPreferences.cpp:607 sg_DlgPreferences.cpp:610 +#: sg_DlgPreferences.cpp:686 sg_DlgPreferences.cpp:690 +#: sg_DlgPreferences.cpp:702 sg_DlgPreferences.cpp:706 +#: sg_DlgPreferences.cpp:849 sg_DlgPreferences.cpp:860 msgid "Anytime" msgstr "" -#: sg_DlgPreferences.cpp:719 +#: sg_DlgPreferences.cpp:643 +msgid "100 MB" +msgstr "" + +#: sg_DlgPreferences.cpp:644 +msgid "200 MB" +msgstr "" + +#: sg_DlgPreferences.cpp:645 +msgid "500 MB" +msgstr "" + +#: sg_DlgPreferences.cpp:646 +msgid "1 GB" +msgstr "" + +#: sg_DlgPreferences.cpp:647 +msgid "2 GB" +msgstr "" + +#: sg_DlgPreferences.cpp:648 +msgid "5 GB" +msgstr "" + +#: sg_DlgPreferences.cpp:649 +msgid "10 GB" +msgstr "" + +#: sg_DlgPreferences.cpp:650 +msgid "20 GB" +msgstr "" + +#: sg_DlgPreferences.cpp:651 +msgid "50 GB" +msgstr "" + +#: sg_DlgPreferences.cpp:652 +msgid "100 GB" +msgstr "" + +#: sg_DlgPreferences.cpp:722 #, c-format msgid "%d MB" msgstr "" -#: sg_DlgPreferences.cpp:721 +#: sg_DlgPreferences.cpp:724 #, c-format msgid "%4.2f GB" msgstr "" -#: sg_DlgPreferences.cpp:762 +#: sg_DlgPreferences.cpp:765 #, c-format msgid "%d%%" msgstr "" -#: sg_DlgPreferences.cpp:798 +#: sg_DlgPreferences.cpp:801 msgid "0 (Run Always)" msgstr "" -#: sg_DlgPreferences.cpp:801 +#: sg_DlgPreferences.cpp:804 #, c-format msgid "%d" msgstr "" -#: sg_DlgPreferences.cpp:1031 +#: sg_DlgPreferences.cpp:1034 msgid "Do you really want to clear all local preferences?\n" msgstr "" @@ -3726,7 +3628,7 @@ msgstr "" #: sg_ProjectPanel.cpp:267 #, c-format -msgid "Pop up a menu of websites for project %s" +msgid "Pop up a menu of web sites for project %s" msgstr "" #: sg_ProjectPanel.cpp:269 @@ -3778,63 +3680,63 @@ msgid "" "(Progress: %.1lf%%, Status: %s)" msgstr "" -#: sg_TaskPanel.cpp:449 +#: sg_TaskPanel.cpp:452 msgid "Not available" msgstr "" -#: sg_TaskPanel.cpp:460 +#: sg_TaskPanel.cpp:463 msgid "Tasks:" msgstr "" -#: sg_TaskPanel.cpp:466 +#: sg_TaskPanel.cpp:469 msgid "Select a task to access" msgstr "" -#: sg_TaskPanel.cpp:477 +#: sg_TaskPanel.cpp:480 msgid "From:" msgstr "" -#: sg_TaskPanel.cpp:531 +#: sg_TaskPanel.cpp:534 msgid "This task's progress" msgstr "" -#: sg_TaskPanel.cpp:549 +#: sg_TaskPanel.cpp:552 msgid "Task Commands" msgstr "" -#: sg_TaskPanel.cpp:550 +#: sg_TaskPanel.cpp:553 msgid "Pop up a menu of commands to apply to this task" msgstr "" -#: sg_TaskPanel.cpp:685 +#: sg_TaskPanel.cpp:688 #, c-format msgid "Application: %s" msgstr "" -#: sg_TaskPanel.cpp:708 +#: sg_TaskPanel.cpp:711 #, c-format msgid "%.3f%%" msgstr "" -#: sg_TaskPanel.cpp:716 +#: sg_TaskPanel.cpp:719 msgid "Application: Not available" msgstr "" -#: sg_TaskPanel.cpp:816 +#: sg_TaskPanel.cpp:819 msgid "Not Available" msgstr "" -#: sg_TaskPanel.cpp:831 +#: sg_TaskPanel.cpp:834 #, c-format msgid "Elapsed: %s" msgstr "" -#: sg_TaskPanel.cpp:845 +#: sg_TaskPanel.cpp:848 #, c-format msgid "Remaining (estimated): %s" msgstr "" -#: sg_TaskPanel.cpp:860 +#: sg_TaskPanel.cpp:863 #, c-format msgid "Status: %s" msgstr "" @@ -3877,117 +3779,28 @@ msgstr "" msgid "&Finish" msgstr "" -#: mac/MacAccessiblity.cpp:257 -msgid "" -"for accessibility support, please select advanced from the view menu or type " -"command shift a" -msgstr "" - -#: mac/MacAccessiblity.cpp:302 -msgid "This panel contains graphs showing user totals for projects" -msgstr "" - -#: mac/MacAccessiblity.cpp:726 -msgid "list headers" -msgstr "" - -#: mac/MacAccessiblity.cpp:732 -msgid "list of events" -msgstr "" - -#: mac/MacAccessiblity.cpp:734 -msgid "list of events is empty" -msgstr "" - -#: mac/MacAccessiblity.cpp:739 -#, c-format -msgid "list of %s" -msgstr "" - -#: mac/MacAccessiblity.cpp:741 -#, c-format -msgid "list of %s is empty" -msgstr "" - -#: mac/MacAccessiblity.cpp:843 -#, c-format -msgid "; current sort column %d of %d; descending order; " -msgstr "" - -#: mac/MacAccessiblity.cpp:845 -#, c-format -msgid "; current sort column %d of %d; ascending order; " -msgstr "" - -#: mac/MacAccessiblity.cpp:848 -#, c-format -msgid "; column %d of %d; " -msgstr "" - -#: mac/MacAccessiblity.cpp:855 -msgid "list is empty" -msgstr "" - -#: mac/MacAccessiblity.cpp:858 mac/MacAccessiblity.cpp:870 -#, c-format -msgid "; row %d; " -msgstr "" - -#: mac/MacAccessiblity.cpp:862 -#, c-format -msgid "; selected row %d of %d; " -msgstr "" - -#: mac/MacAccessiblity.cpp:864 -#, c-format -msgid "; selected row %d ; " -msgstr "" - -#: mac/MacAccessiblity.cpp:868 -#, c-format -msgid "; row %d of %d; " -msgstr "" - -#: mac/MacAccessiblity.cpp:881 -msgid "blank" -msgstr "" - -#: mac/MacAccessiblity.cpp:1523 -msgid "list of projects or account managers" -msgstr "" - -#: mac/MacAccessiblity.cpp:1575 -#, c-format -msgid "selected row %d of %d; " -msgstr "" - -#: mac/MacAccessiblity.cpp:1577 -#, c-format -msgid "row %d of %d; " -msgstr "" - -#: mac/Mac_GUI.cpp:109 +#: mac/Mac_GUI.cpp:110 msgid "Preferences…" msgstr "" -#: mac/Mac_GUI.cpp:121 +#: mac/Mac_GUI.cpp:122 msgid "Services" msgstr "" -#: mac/Mac_GUI.cpp:143 +#: mac/Mac_GUI.cpp:144 #, c-format msgid "Hide %s" msgstr "" -#: mac/Mac_GUI.cpp:157 +#: mac/Mac_GUI.cpp:158 msgid "Hide Others" msgstr "" -#: mac/Mac_GUI.cpp:171 +#: mac/Mac_GUI.cpp:172 msgid "Show All" msgstr "" -#: mac/Mac_GUI.cpp:185 +#: mac/Mac_GUI.cpp:186 #, c-format msgid "Quit %s" msgstr "" diff --git a/locale/templates/BOINC-Setup.pot b/locale/templates/BOINC-Setup.pot index 289a4d6f6f..5f012c4c48 100644 --- a/locale/templates/BOINC-Setup.pot +++ b/locale/templates/BOINC-Setup.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-10-15 22:27-0700\n" +"POT-Creation-Date: 2013-11-17 00:00-0800\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -16,24 +16,24 @@ msgstr "" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: 8bit\n" -#: Installer.cpp:132 +#: Installer.cpp:124 #, c-format -msgid "Sorry, this version of %s requires system 10.4 or higher." +msgid "Sorry, this version of %s requires system 10.5 or higher." msgstr "" -#: PostInstall.cpp:131 PostInstall.cpp:1211 +#: PostInstall.cpp:130 PostInstall.cpp:1136 msgid "Yes" msgstr "" -#: PostInstall.cpp:132 PostInstall.cpp:1212 +#: PostInstall.cpp:131 PostInstall.cpp:1137 msgid "No" msgstr "" -#: PostInstall.cpp:134 +#: PostInstall.cpp:133 msgid "Should BOINC run even when no user is logged in?" msgstr "" -#: PostInstall.cpp:1491 +#: PostInstall.cpp:1416 #, c-format msgid "" "Users who are permitted to administer this computer will automatically be " @@ -43,26 +43,26 @@ msgid "" "on this Mac?" msgstr "" -#: PostInstall.cpp:1519 +#: PostInstall.cpp:1444 #, c-format msgid "Do you want to set %s as the screensaver for all %s users on this Mac?" msgstr "" -#: uninstall.cpp:80 +#: uninstall.cpp:81 msgid "OK" msgstr "" -#: uninstall.cpp:130 +#: uninstall.cpp:131 msgid "Permission error after relaunch" msgstr "" -#: uninstall.cpp:135 +#: uninstall.cpp:136 msgid "" "Removal may take several minutes.\n" "Please be patient." msgstr "" -#: uninstall.cpp:150 +#: uninstall.cpp:151 #, c-format msgid "" "Are you sure you want to completely remove %s from your computer?\n" @@ -70,21 +70,21 @@ msgid "" "This will remove the executables but will not touch %s data files." msgstr "" -#: uninstall.cpp:157 +#: uninstall.cpp:158 #, c-format msgid "Canceled: %s has not been touched." msgstr "" -#: uninstall.cpp:168 +#: uninstall.cpp:169 #, c-format msgid "An error occurred: error code %d" msgstr "" -#: uninstall.cpp:224 +#: uninstall.cpp:225 msgid "name of user" msgstr "" -#: uninstall.cpp:261 +#: uninstall.cpp:262 #, c-format msgid "" "Removal completed.\n" @@ -96,7 +96,7 @@ msgid "" "\"%s\"." msgstr "" -#: uninstall.cpp:796 +#: uninstall.cpp:790 #, c-format msgid "" "Enter your administrator password to completely remove %s from you " @@ -104,10 +104,10 @@ msgid "" "\n" msgstr "" -#: uninstall.cpp:1555 +#: uninstall.cpp:1549 msgid "Cancel" msgstr "" -#: uninstall.cpp:1556 +#: uninstall.cpp:1550 msgid "Continue..." msgstr ""