[boinc] 04/08: Updated version 7.9.1+dfsg from 'upstream/7.9.1+dfsg'

Gianfranco Costamagna locutusofborg at moszumanska.debian.org
Wed Feb 14 15:02:02 UTC 2018


This is an automated email from the git hooks/post-receive script.

locutusofborg pushed a commit to branch master
in repository boinc.

commit 454b73b9b52618b875d1492bbca6728410435446
Merge: 93e2275 607ed80
Author: Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
Date:   Wed Feb 14 14:47:34 2018 +0100

    Updated version 7.9.1+dfsg from 'upstream/7.9.1+dfsg'
    
    with Debian dir 238dead665e50716e2f7c1a2f88cf0c5a31521b8

 .gitignore                                         |    1 +
 .travis.yml                                        |   55 +-
 3rdParty/buildLinuxDependencies.sh                 |    5 +-
 3rdParty/buildMacDependencies.sh                   |  164 +
 3rdParty/buildWxLinux.sh                           |    6 +-
 README.md                                          |    4 +-
 .../BOINC/app/src/main/res/values-az/strings.xml   |  357 ++
 .../BOINC/app/src/main/res/values-bg/strings.xml   |  127 +-
 .../BOINC/app/src/main/res/values-cs/strings.xml   |    1 +
 .../BOINC/app/src/main/res/values-da/strings.xml   |    1 +
 .../BOINC/app/src/main/res/values-de/strings.xml   |    2 +-
 .../BOINC/app/src/main/res/values-es/strings.xml   |    2 +-
 .../BOINC/app/src/main/res/values-fi/strings.xml   |  114 +-
 .../app/src/main/res/values-it-rIT/strings.xml     |   12 +-
 .../BOINC/app/src/main/res/values-lt/strings.xml   |  231 +-
 .../BOINC/app/src/main/res/values-pl/strings.xml   |    1 +
 .../app/src/main/res/values-pt-rBR/strings.xml     |    4 +-
 .../BOINC/app/src/main/res/values-ro/strings.xml   |    1 +
 .../BOINC/app/src/main/res/values-sl/strings.xml   |  251 +-
 .../app/src/main/res/values-sr at latin/strings.xml   |  294 +
 .../app/src/main/res/values-zh-rCN/strings.xml     |    4 +-
 api/boinc_api.cpp                                  |    3 +-
 api/graphics2.cpp                                  |    7 +-
 api/graphics2_unix.cpp                             |    8 +-
 api/macglutfix.m                                   |   58 +-
 api/x_opengl.h                                     |    1 -
 appveyor.yml                                       |   68 +
 client/Makefile.am                                 |    7 +-
 client/acct_mgr.cpp                                |   62 +-
 client/acct_mgr.h                                  |   21 +-
 client/acct_setup.cpp                              |  212 +-
 client/acct_setup.h                                |   16 +-
 client/app.cpp                                     |    3 +-
 client/app_config.cpp                              |    3 +-
 client/app_control.cpp                             |   12 +-
 client/app_start.cpp                               |    2 +-
 client/async_file.cpp                              |    4 +-
 client/boinc_cmd.cpp                               |   95 +-
 client/client_msgs.cpp                             |    5 +
 client/client_state.cpp                            |   70 +-
 client/client_state.h                              |   12 +-
 client/client_types.cpp                            |   22 +-
 client/client_types.h                              |   32 +-
 client/cpu_sched.cpp                               |    4 +-
 client/cs_benchmark.cpp                            |    1 +
 client/cs_cmdline.cpp                              |    2 +-
 client/cs_files.cpp                                |    4 +-
 client/cs_platforms.cpp                            |   10 +-
 client/cs_prefs.cpp                                |    8 +-
 client/cs_scheduler.cpp                            |    9 +-
 client/cs_statefile.cpp                            |    6 +-
 client/cs_trickle.cpp                              |    5 +-
 client/current_version.cpp                         |    2 +-
 client/file_names.h                                |    7 +
 client/gpu_detect.cpp                              |   16 +-
 client/gpu_opencl.cpp                              |   44 +-
 client/gui_rpc_server_ops.cpp                      |   44 +-
 client/hostinfo_unix.cpp                           |  395 +-
 client/hostinfo_unix_test.cpp                      |   60 +-
 client/log_flags.cpp                               |   14 +-
 client/mac_address.cpp                             |   26 +
 client/main.cpp                                    |   26 +-
 client/project.h                                   |    3 -
 client/project_list.cpp                            |   97 +
 api/x_opengl.h => client/project_list.h            |   58 +-
 client/scheduler_op.cpp                            |    3 +-
 client/scripts/Makefile.am                         |   22 +-
 client/scripts/boinc-client.service.in             |   19 +
 clientgui/AccountInfoPage.cpp                      |    7 -
 clientgui/AdvancedFrame.cpp                        |   67 +-
 clientgui/AsyncRPC.cpp                             |   31 +-
 clientgui/BOINCBaseFrame.cpp                       |   22 +-
 clientgui/BOINCGUIApp.cpp                          |    2 +-
 clientgui/BOINCTaskBar.cpp                         |   38 +-
 clientgui/BOINCTaskBar.h                           |    3 +-
 clientgui/BOINCTaskCtrl.cpp                        |    5 -
 clientgui/CompletionPage.cpp                       |    7 -
 clientgui/DlgAdvPreferences.cpp                    |   15 +
 clientgui/DlgAdvPreferencesBase.cpp                |    6 +-
 clientgui/DlgDiagnosticLogFlags.cpp                |    2 +-
 clientgui/DlgEventLog.cpp                          |   46 +-
 clientgui/DlgEventLogListCtrl.cpp                  |    5 -
 clientgui/DlgEventLogListCtrl.h                    |    3 -
 clientgui/DlgExclusiveApps.cpp                     |    4 +-
 clientgui/DlgHiddenColumns.cpp                     |    2 +-
 clientgui/DlgItemProperties.cpp                    |  154 +-
 clientgui/DlgItemProperties.h                      |   27 +-
 clientgui/DlgOptions.cpp                           |    8 +-
 clientgui/MainDocument.cpp                         |   28 +-
 clientgui/MainDocument.h                           |    2 +
 clientgui/NotFoundPage.cpp                         |    4 +
 clientgui/NoticeListCtrl.cpp                       |   70 +-
 clientgui/NoticeListCtrl.h                         |   11 +-
 clientgui/ViewResources.cpp                        |   20 +-
 clientgui/ViewStatistics.cpp                       |    7 +-
 clientgui/common/wxPieCtrl.cpp                     |    2 +-
 clientgui/sg_BoincSimpleFrame.cpp                  |    3 -
 clientgui/sg_DlgPreferences.cpp                    |    5 +-
 clientgui/sg_PanelBase.cpp                         |    5 -
 clientgui/sg_TaskPanel.cpp                         |    5 -
 clientgui/stdwx.h                                  |    2 +
 clientgui/wizardex.cpp                             |    2 +
 configure.ac                                       |   15 +-
 db/boinc_db.cpp                                    |   36 +-
 db/boinc_db.h                                      |    9 +-
 db/boinc_db_types.h                                |   10 +-
 db/schema.sql                                      |    4 +
 doc/account_managers.inc                           |   18 -
 doc/acct_mgt.png                                   |  Bin 22814 -> 0 bytes
 doc/acct_mgt.sxi                                   |  Bin 8912 -> 0 bytes
 doc/acct_mgt2.odg                                  |  Bin 9152 -> 0 bytes
 doc/acct_mgt2.png                                  |  Bin 5772 -> 0 bytes
 doc/addon_data.php                                 |  717 ---
 doc/addon_item.php                                 |   74 -
 doc/addons.php                                     |   76 -
 doc/boinc_basics.odg                               |  Bin 10295 -> 0 bytes
 doc/boinc_basics.png                               |  Bin 7034 -> 0 bytes
 doc/boinc_news.php                                 | 2118 -------
 doc/bolt/compare.png                               |  Bin 74225 -> 0 bytes
 doc/bolt/compare2.png                              |  Bin 69910 -> 0 bytes
 doc/bolt/ex.odg                                    |  Bin 7868 -> 0 bytes
 doc/bolt/ex.png                                    |  Bin 2214 -> 0 bytes
 doc/bolt/map.png                                   |  Bin 91853 -> 0 bytes
 doc/bolt/seq.odg                                   |  Bin 8898 -> 0 bytes
 doc/bolt/seq.png                                   |  Bin 4990 -> 0 bytes
 doc/bolt/xset.odg                                  |  Bin 9218 -> 0 bytes
 doc/bolt/xset.png                                  |  Bin 9359 -> 0 bytes
 doc/bossa.odg                                      |  Bin 11106 -> 0 bytes
 doc/bossa.png                                      |  Bin 13558 -> 0 bytes
 doc/build_client.php                               |   56 -
 doc/build_po.php                                   |   47 -
 doc/client.odg                                     |  Bin 9951 -> 0 bytes
 doc/client.png                                     |  Bin 9417 -> 0 bytes
 doc/client_dir.odg                                 |  Bin 11977 -> 0 bytes
 doc/client_dir.png                                 |  Bin 6115 -> 0 bytes
 doc/client_msgs.odg                                |  Bin 11470 -> 0 bytes
 doc/client_msgs.png                                |  Bin 4778 -> 0 bytes
 doc/comm.png                                       |  Bin 26030 -> 0 bytes
 doc/comm.sxd                                       |  Bin 7761 -> 0 bytes
 doc/comm_simple.png                                |  Bin 94880 -> 0 bytes
 doc/comm_simple.sxd                                |  Bin 26471 -> 0 bytes
 doc/comm_simple3.png                               |  Bin 115916 -> 0 bytes
 doc/components.odg                                 |  Bin 9073 -> 0 bytes
 doc/components.png                                 |  Bin 6736 -> 0 bytes
 doc/concierge.php                                  |  137 -
 doc/condor-b.odg                                   |  Bin 10020 -> 0 bytes
 doc/condor.odg                                     |  Bin 10865 -> 0 bytes
 doc/countries.php                                  |    9 -
 doc/credit.png                                     |  Bin 50335 -> 0 bytes
 doc/credit.sxd                                     |  Bin 16537 -> 0 bytes
 doc/debian_linux_install.txt                       |   45 -
 doc/dev_flow.odg                                   |  Bin 10293 -> 0 bytes
 doc/dev_flow.png                                   |  Bin 23707 -> 0 bytes
 doc/dg.php                                         |    8 -
 doc/docutil.php                                    |  230 -
 doc/download.php                                   |  239 -
 doc/download_all.php                               |  230 -
 doc/email_lists.php                                |   70 -
 doc/files.png                                      |  Bin 5589 -> 0 bytes
 doc/fortran_numerics.txt                           |   76 -
 doc/get_platforms.inc                              |  342 -
 doc/graphics.png                                   |  Bin 9412 -> 0 bytes
 doc/graphics.sxd                                   |  Bin 7666 -> 0 bytes
 doc/gui_auth.odg                                   |  Bin 10110 -> 0 bytes
 doc/gui_auth.png                                   |  Bin 4154 -> 0 bytes
 doc/gui_auth2.odg                                  |  Bin 9839 -> 0 bytes
 doc/gui_auth2.png                                  |  Bin 3493 -> 0 bytes
 doc/gui_auth3.odg                                  |  Bin 10176 -> 0 bytes
 doc/gui_auth3.png                                  |  Bin 6266 -> 0 bytes
 doc/help.php                                       |   58 -
 doc/help_db.php                                    |  181 -
 doc/help_funcs.php                                 |  148 -
 doc/help_lang.php                                  |  137 -
 doc/help_schema.sql                                |   40 -
 doc/help_vol.php                                   |  219 -
 doc/help_vol_edit.php                              |  223 -
 doc/host_measure.php                               |   43 -
 doc/hpux.html                                      |  382 --
 doc/icon-balloon.png                               |  Bin 7058 -> 0 bytes
 doc/icon-menu.png                                  |  Bin 6630 -> 0 bytes
 doc/iconsmall.ico                                  |  Bin 1406 -> 0 bytes
 doc/index.php                                      |  274 -
 doc/links.php                                      |  384 --
 doc/logo.php                                       |  304 -
 doc/logo/boinc128.bmp                              |  Bin 65592 -> 0 bytes
 doc/logo/boinc16.bmp                               |  Bin 1080 -> 0 bytes
 doc/logo/boinc256.bmp                              |  Bin 250936 -> 0 bytes
 doc/logo/boinc32.bmp                               |  Bin 4152 -> 0 bytes
 doc/logo/boinc48.bmp                               |  Bin 9272 -> 0 bytes
 doc/logo/boinc_logo.cdr                            |  Bin 89042 -> 0 bytes
 doc/logo/boinc_logo.pdf                            |  Bin 6010 -> 0 bytes
 doc/logo/boinc_logo.png                            |  Bin 45314 -> 0 bytes
 doc/logo/boinc_logo.wmf                            |  Bin 65366 -> 0 bytes
 doc/logo/splash_24bit.png                          |  Bin 77866 -> 0 bytes
 doc/logo/splash_8bit.png                           |  Bin 35894 -> 0 bytes
 doc/logo/www_logo.gif                              |  Bin 2331 -> 0 bytes
 doc/mac-menu-dock.png                              |  Bin 99883 -> 0 bytes
 doc/manager-views.png                              |  Bin 155585 -> 0 bytes
 doc/manager_links.php                              |  137 -
 doc/menubar.php                                    |  234 -
 doc/mgrdisk.png                                    |  Bin 26050 -> 0 bytes
 doc/mgrmessages.png                                |  Bin 32584 -> 0 bytes
 doc/mgroptionsgeneral.png                          |  Bin 12333 -> 0 bytes
 doc/mgroptionshttp.png                             |  Bin 10362 -> 0 bytes
 doc/mgroptionssocks.png                            |  Bin 10396 -> 0 bytes
 doc/mgrprojects.png                                |  Bin 30520 -> 0 bytes
 doc/mgrstatistics.png                              |  Bin 28094 -> 0 bytes
 doc/mgrsystrayballoon.png                          |  Bin 8371 -> 0 bytes
 doc/mgrsystraymenu.png                             |  Bin 6541 -> 0 bytes
 doc/mgrtransfers.png                               |  Bin 25324 -> 0 bytes
 doc/mgrwork.png                                    |  Bin 29912 -> 0 bytes
 doc/myers.txt                                      |  146 -
 doc/mysql_cluster.txt                              |   55 -
 doc/numbered-simpleview.png                        |  Bin 392959 -> 0 bytes
 doc/ogm.odg                                        |  Bin 11206 -> 0 bytes
 doc/ogm.png                                        |  Bin 10101 -> 0 bytes
 doc/old_news.php                                   |   13 -
 doc/other_platforms.php                            |   42 -
 doc/parallelize.php                                |   54 -
 doc/pc.jpg                                         |  Bin 9081 -> 0 bytes
 doc/project.fig                                    |  175 -
 doc/project.png                                    |  Bin 7408 -> 0 bytes
 doc/project_config.php                             |   96 -
 doc/project_list.php                               |   93 -
 doc/projects.inc                                   |  769 ---
 doc/projects.odg                                   |  Bin 8976 -> 0 bytes
 doc/projects.php                                   |  178 -
 doc/projects.png                                   |  Bin 7879 -> 0 bytes
 doc/result.fig                                     |   37 -
 doc/rr_sim.odg                                     |  Bin 11076 -> 0 bytes
 doc/rr_sim.png                                     |  Bin 7517 -> 0 bytes
 doc/sandbox.php                                    |  292 -
 doc/server.jpg                                     |  Bin 9981 -> 0 bytes
 doc/server_status.php                              |   53 -
 doc/set_language.php                               |   11 -
 doc/setiathome.jpg                                 |  Bin 291779 -> 0 bytes
 doc/sim/sim_control.php                            |  183 -
 doc/sim/sim_scenario.php                           |  158 -
 doc/sim/sim_util.inc                               |  243 -
 doc/sim/sim_web.php                                |  549 --
 doc/sim_form.php                                   |  146 -
 doc/sim_web.php                                    |    1 -
 doc/skin-example.png                               |  Bin 161739 -> 0 bytes
 doc/spoken_languages.php                           |   88 -
 doc/ssl_client_release_instructions.txt            |  182 -
 doc/stats.odg                                      |  Bin 9914 -> 0 bytes
 doc/stats.png                                      |  Bin 13681 -> 0 bytes
 doc/stats_user.php                                 |   14 -
 doc/storage.odg                                    |  Bin 9911 -> 0 bytes
 doc/storage.png                                    |  Bin 6186 -> 0 bytes
 doc/stripchart.txt                                 |  333 -
 doc/stripchart_data.php                            |   18 -
 doc/submit.odg                                     |  Bin 10660 -> 0 bytes
 doc/submit2.odg                                    |  Bin 9985 -> 0 bytes
 doc/taufer.txt                                     |   17 -
 doc/test.php                                       |  226 -
 doc/ui.txt                                         |  316 -
 doc/ui_impl.txt                                    |  158 -
 doc/update_translations.php                        |   17 -
 doc/validate_logic.txt                             |  135 -
 doc/vcsc.odg                                       |  Bin 11236 -> 0 bytes
 doc/vcsc.php                                       |   93 -
 doc/vcsc.png                                       |  Bin 20502 -> 0 bytes
 doc/versions.inc                                   |  436 --
 doc/volunteer.php                                  |    6 -
 doc/white.css                                      |  239 -
 doc/work_flow.odg                                  |  Bin 12799 -> 0 bytes
 doc/work_flow.png                                  |  Bin 10402 -> 0 bytes
 doc/wrapper.odg                                    |  Bin 10126 -> 0 bytes
 doc/wrapper.png                                    |  Bin 3516 -> 0 bytes
 .../boinc_standard.features.content.inc            |   75 +
 .../boinc_standard.features.fieldgroup.inc         |   60 +
 .../boinc_standard.features.user_permission.inc    |   15 +
 .../features/boinc_standard/boinc_standard.info    |  136 +
 .../boinc_standard.input_formats.inc               |   69 +-
 .../boinc_standard.pages_default.inc               |   12 +-
 .../boinc_standard/boinc_standard.strongarm.inc    | 1203 +++-
 .../boinc_standard.views_default.inc               |   58 +-
 ...obal_search_solr.features.fe_block_settings.inc |   45 +
 .../global_search_solr/global_search_solr.info     |    2 +
 .../sites/all/features/news/news.views_default.inc |    2 +-
 .../private_messages/private_messages.features.inc |    3 +
 .../private_messages.features.user_permission.inc  |    3 +-
 .../private_messages/private_messages.info         |    5 +
 .../private_messages.strongarm.inc                 |   39 +
 .../stats_charts/stats_charts.panels_default.inc   |    2 +-
 .../all/features/team_forums/team_forums.info      |    2 +
 .../team_forums/team_forums.pages_default.inc      |   12 +-
 .../features/team_forums/team_forums.strongarm.inc |    7 +
 drupal/sites/all/features/teams/teams.info         |    2 +
 .../all/features/teams/teams.pages_default.inc     |   44 +-
 .../sites/all/features/teams/teams.strongarm.inc   |    7 +
 .../all/features/teams/teams.views_default.inc     |  627 +-
 .../user_account_host_list.views_default.inc       |    4 +-
 .../user_profiles.features.content.inc             |    2 +-
 .../all/features/user_profiles/user_profiles.info  |    2 +
 .../user_profiles/user_profiles.strongarm.inc      |    7 +
 .../work_and_host_stats.pages_default.inc          |    2 +-
 .../work_and_host_stats.views_default.inc          |  315 +-
 .../boinc_solr_search/boinc_solr_search.info       |   10 +
 .../boinc_solr_search/boinc_solr_search.module     |   78 +
 .../boinc/modules/boinccore/boinccore.admin.inc    |   85 +-
 .../boinc/modules/boinccore/boinccore.module       |  114 +-
 .../modules/boinccore/includes/boinccore.forms.inc |   47 +
 .../boinc/modules/boincstats/boincstats.admin.inc  |    2 +-
 .../boinc/modules/boincteam/boincteam.module       |  135 +-
 .../boinc/modules/boincteam/boincteam_forum.module |    2 +-
 .../modules/boincteam/includes/boincteam.forms.inc |   33 +-
 .../boincteam/includes/boincteam.helpers.inc       |   42 +
 .../boinc/modules/boinctranslate/README.txt        |   62 +
 .../modules/boinctranslate/boinctranslate.module   | 1601 +----
 .../includes/boinctranslate.forms.inc              |   59 +
 .../boinctranslate.helpers.inc}                    |  312 +-
 .../boinc/modules/boincuser/boincuser.admin.inc    |   49 +-
 .../boinc/modules/boincuser/boincuser.module       |  294 +-
 .../modules/boincuser/includes/boincuser.forms.inc |    2 +-
 .../boincuser/includes/boincuser.helpers.inc       |   73 +-
 .../boinc/modules/boincwork/boincwork.module       |   83 +-
 .../boinc/modules/boincwork/boincwork.views.inc    |    2 +-
 .../modules/boincwork/includes/boincwork.forms.inc |   70 +-
 .../boincwork/includes/boincwork.helpers.inc       |  431 +-
 .../pm_email_notify/pm_email_notify.info           |    4 +-
 .../pm_email_notify/pm_email_notify.module         |    4 +-
 .../modules/contrib/privatemsg/privatemsg.info     |    4 +-
 .../modules/contrib/privatemsg/privatemsg.module   |   50 +-
 .../boinc/modules/contrib/views/includes/ajax.inc  |    2 +-
 .../views_handler_argument_term_node_tid.inc       |    2 +-
 .../taxonomy/views_handler_field_term_node_tid.inc |    4 +-
 .../views_handler_filter_term_node_tid.inc         |    8 +-
 .../views_handler_relationship_node_term_data.inc  |    2 +-
 ...iews_plugin_argument_validate_taxonomy_term.inc |   10 +-
 .../default/boinc/modules/contrib/views/views.info |    4 +-
 .../default/boinc/themes/boinc/css/comments.css    |    6 +-
 .../sites/default/boinc/themes/boinc/css/forms.css |    6 +
 .../sites/default/boinc/themes/boinc/css/pages.css |   24 +-
 .../sites/default/boinc/themes/boinc/css/tabs.css  |    7 +
 .../sites/default/boinc/themes/boinc/template.php  |   66 +-
 .../boinc/themes/boinc/templates/comment.tpl.php   |    7 +-
 .../themes/boinc/templates/forum-list.tpl.php      |    2 +-
 .../themes/boinc/templates/node-forum.tpl.php      |   45 +-
 .../themes/boinc/templates/node-team_forum.tpl.php |   40 +-
 .../boinc/themes/boinc/templates/node.tpl.php      |   23 +-
 .../boinc/themes/boinc/templates/page.tpl.php      |    1 -
 .../themes/boinc/templates/search-result.tpl.php   |    5 +-
 .../themes/boinc/templates/user-profile.tpl.php    |   50 +-
 ...ews-view-fields--boinc-friends--block-1.tpl.php |    6 +-
 .../boinc/templates/views-view-rss--news.tpl.php   |    2 +-
 ...--boinc-account-computers--panel-pane-1.tpl.php |    2 +-
 html/inc/account.inc                               |  151 +-
 html/inc/boinc_db.inc                              |   12 +-
 html/inc/bootstrap.inc                             |  158 +-
 html/inc/db_ops.inc                                |   69 +-
 html/inc/email.inc                                 |   11 +-
 html/inc/forum.inc                                 |   96 +-
 html/inc/forum_email.inc                           |    2 +
 html/inc/friend.inc                                |    6 +-
 html/inc/host.inc                                  |  158 +-
 html/inc/keywords.inc                              |  260 +
 html/inc/pm.inc                                    |   33 +-
 html/inc/prefs.inc                                 |   17 +-
 html/inc/profile.inc                               |    4 +-
 html/inc/result.inc                                |   17 +-
 html/inc/submit.inc                                |   64 +-
 html/inc/team.inc                                  |   65 +-
 html/inc/team_types.inc                            |    3 +-
 html/inc/user.inc                                  |  228 +-
 html/inc/user_util.inc                             |  250 +
 html/inc/util.inc                                  |   92 +-
 html/inc/util_ops.inc                              |   37 +-
 html/inc/web_rpc_api.inc                           |    9 +
 html/languages/translations/{zh_CN.po => az.po}    | 4919 +++++++--------
 html/languages/translations/ca.po                  | 4555 +++++++-------
 html/languages/translations/cs.po                  | 2223 +++----
 html/languages/translations/de.po                  | 2209 +++----
 .../languages/translations/es.po                   | 4614 +++++++-------
 .../languages/translations/fi.po                   | 4910 +++++++--------
 html/languages/translations/fr.po                  | 2221 +++----
 .../languages/translations/he.po                   | 4786 +++++++-------
 .../languages/translations/hu.po                   | 4841 +++++++-------
 html/languages/translations/it_IT.po               | 2245 +++----
 html/languages/translations/ja.po                  | 4547 +++++++-------
 html/languages/translations/ko.po                  | 2231 +++----
 .../languages/translations/nb.po                   | 4865 +++++++-------
 html/languages/translations/nl.po                  | 2252 +++----
 html/languages/translations/{zh_CN.po => pl.po}    | 4943 +++++++--------
 html/languages/translations/pt_BR.po               | 2368 ++++---
 html/languages/translations/pt_PT.po               | 2248 +++----
 html/languages/translations/ru.po                  | 2218 +++----
 html/languages/translations/sk.po                  | 2224 +++----
 html/languages/translations/sv.po                  | 2216 +++----
 html/languages/translations/tr.po                  | 2222 +++----
 html/languages/translations/uk.po                  | 6635 ++++++++++++++++++++
 html/languages/translations/zh_CN.po               | 2224 +++----
 html/languages/translations/zh_TW.po               | 4547 +++++++-------
 html/ops/badge_admin.php                           |   16 +-
 html/ops/create_boinc_wide_team.php                |   57 -
 html/ops/db_action.php                             |   14 +-
 html/ops/db_update.php                             |   22 +
 html/ops/delete_spammers.php                       |    4 +
 html/ops/get_versions.php                          |   10 +
 html/ops/manage_app_versions.php                   |    6 +-
 html/ops/manage_apps.php                           |   22 +-
 html/ops/team_export.php                           |    2 +-
 html/project.sample/project_specific_prefs.inc     |    2 +-
 html/user/account_finish_action.php                |    2 +-
 html/user/create_account.php                       |    2 +-
 html/user/create_account_action.php                |  118 +-
 html/user/create_account_form.php                  |   10 +-
 html/user/create_profile.php                       |    8 +-
 html/user/custom.css                               |   11 +-
 html/user/custom_dark.css                          |    2 +-
 html/user/download.php                             |  245 +-
 html/user/download_network.php                     |    4 +-
 html/user/edit_email_action.php                    |    4 +-
 html/user/edit_email_form.php                      |   20 +-
 html/user/edit_forum_preferences_form.php          |    4 +-
 html/user/edit_passwd_form.php                     |   15 +-
 html/user/edit_user_info_action.php                |    2 +-
 html/user/edit_user_info_form.php                  |    6 +-
 html/user/ffmail_action.php                        |    2 +-
 html/user/forum_banishment_vote.php                |    2 +-
 html/user/forum_edit.php                           |   16 +-
 html/user/forum_forum.php                          |    4 +-
 html/user/forum_help_desk.php                      |    2 +-
 html/user/forum_index.php                          |    2 +-
 html/user/forum_moderate_post.php                  |    4 +-
 html/user/forum_post.php                           |   10 +-
 html/user/forum_rate.php                           |    5 +-
 html/user/forum_reply.php                          |    8 +-
 html/user/forum_report_post.php                    |    2 +-
 html/user/forum_search.php                         |    2 +-
 html/user/forum_search_action.php                  |    2 +-
 html/user/forum_thread.php                         |   34 +-
 html/user/friend.php                               |   16 +-
 html/user/get_passwd.php                           |   65 +-
 html/user/get_project_config.php                   |    4 +
 html/user/home.php                                 |    2 +-
 html/user/info.php                                 |    6 +-
 html/user/join.php                                 |    4 +-
 html/user/language_select.php                      |    2 +-
 html/user/login_action.php                         |    6 +-
 doc/rss_main.php => html/user/login_auth.php       |   23 +-
 html/user/login_form.php                           |    2 +-
 html/user/login_token_lookup.php                   |   59 +
 html/user/mail_passwd.php                          |    9 +-
 html/user/moderation.php                           |   57 +-
 html/user/openid_login.php                         |    2 +-
 html/user/pm.php                                   |    2 +-
 html/user/prefs.php                                |    8 +-
 html/user/profile_menu.php                         |   12 +-
 html/user/register.php                             |   26 +-
 html/user/sample_index.php                         |    9 +-
 html/user/show_user.php                            |    7 +-
 html/user/stats.php                                |    4 +-
 html/user/submit.php                               |   16 +-
 html/user/submit_rpc_handler.php                   |  188 +-
 html/user/submit_status.php                        |    1 +
 html/user/team.php                                 |   10 +-
 html/user/team_change_founder_form.php             |    2 +-
 html/user/team_create_form.php                     |    2 +-
 html/user/team_forum.php                           |    2 +-
 html/user/team_founder_transfer_action.php         |    6 +-
 html/user/team_join.php                            |    2 +-
 html/user/team_join_form.php                       |    2 +-
 html/user/team_lookup.php                          |    2 +-
 html/user/team_manage.php                          |   22 +-
 html/user/team_quit_action.php                     |    2 +-
 html/user/team_quit_form.php                       |    2 +-
 html/user/team_search.php                          |    9 +-
 html/user/top_teams.php                            |    2 +-
 html/user/view_profile.php                         |    2 +-
 html/user/workunit.php                             |  114 +-
 lib/Makefile.am                                    |   36 +-
 lib/boinc_fcgi.cpp                                 |    2 +-
 lib/boinc_fcgi.h                                   |    2 +-
 lib/cc_config.cpp                                  |    6 +
 lib/common_defs.h                                  |    2 +
 lib/coproc.cpp                                     |    6 +-
 lib/diagnostics.cpp                                |    5 +-
 lib/diagnostics_win.cpp                            |    3 +-
 lib/filesys.cpp                                    |    2 +-
 lib/gui_rpc_client.cpp                             |    2 +-
 lib/gui_rpc_client.h                               |    5 +
 lib/gui_rpc_client_ops.cpp                         |    4 +
 lib/gui_rpc_client_print.cpp                       |   58 +-
 lib/keyword.cpp                                    |  159 +
 lib/keyword.h                                      |   99 +
 lib/mfile.cpp                                      |    1 -
 lib/miofile.cpp                                    |    5 +-
 lib/opencl_boinc.cpp                               |    4 +
 lib/opencl_boinc.h                                 |    4 +-
 lib/parse.cpp                                      |  127 +-
 lib/parse.h                                        |    2 +-
 lib/project_init.h                                 |   21 +-
 lib/remote_submit.cpp                              |    9 +-
 lib/remote_submit.h                                |    3 +-
 lib/str_util.h                                     |    4 +
 lib/submit_api.py                                  |   20 +-
 lib/url.cpp                                        |   42 +-
 lib/util.cpp                                       |    9 +-
 locale/Makefile.am                                 |   11 +-
 locale/ar/BOINC-Client.mo                          |  Bin 417 -> 0 bytes
 locale/ar/BOINC-Client.po                          |  159 -
 locale/ar/BOINC-Manager.mo                         |  Bin 44370 -> 0 bytes
 locale/ar/BOINC-Manager.po                         | 4744 --------------
 locale/ar/BOINC-Setup.mo                           |  Bin 447 -> 0 bytes
 locale/ar/BOINC-Setup.po                           |  115 -
 locale/ar/BOINC-Web.mo                             |  Bin 651 -> 0 bytes
 locale/ar/BOINC-Web.po                             | 1316 ----
 locale/az/BOINC-Client.mo                          |  Bin 0 -> 5483 bytes
 locale/az/BOINC-Client.po                          |  177 +
 locale/az/BOINC-Drupal.po                          | 4036 ++++++++++++
 locale/az/BOINC-Manager.mo                         |  Bin 0 -> 79097 bytes
 locale/{tr => az}/BOINC-Manager.po                 | 2968 ++++-----
 locale/az/BOINC-Setup.mo                           |  Bin 3046 -> 2833 bytes
 locale/az/BOINC-Setup.po                           |   72 +-
 locale/az/BOINC-Web.mo                             |  Bin 0 -> 34529 bytes
 locale/az/BOINC-Web.po                             |  957 +++
 locale/be/BOINC-Client.mo                          |  Bin 417 -> 0 bytes
 locale/be/BOINC-Client.po                          |  159 -
 locale/be/BOINC-Manager.mo                         |  Bin 41395 -> 0 bytes
 locale/be/BOINC-Manager.po                         | 5035 ---------------
 locale/be/BOINC-Setup.mo                           |  Bin 447 -> 0 bytes
 locale/be/BOINC-Setup.po                           |  115 -
 locale/be/BOINC-Web.mo                             |  Bin 660 -> 0 bytes
 locale/be/BOINC-Web.po                             | 1381 ----
 locale/bg/BOINC-Client.mo                          |  Bin 6670 -> 6797 bytes
 locale/bg/BOINC-Client.po                          |  103 +-
 locale/bg/BOINC-Manager.mo                         |  Bin 99986 -> 100091 bytes
 locale/bg/BOINC-Manager.po                         | 1637 ++---
 locale/bg/BOINC-Setup.mo                           |  Bin 4021 -> 3778 bytes
 locale/bg/BOINC-Setup.po                           |   77 +-
 locale/bg/BOINC-Web.mo                             |  Bin 51194 -> 42022 bytes
 locale/bg/BOINC-Web.po                             |  571 +-
 locale/ca/BOINC-Client.mo                          |  Bin 4914 -> 5301 bytes
 locale/ca/BOINC-Client.po                          |  116 +-
 locale/ca/BOINC-Manager.mo                         |  Bin 77060 -> 76482 bytes
 locale/ca/BOINC-Manager.po                         | 1538 ++---
 locale/ca/BOINC-Setup.mo                           |  Bin 3026 -> 2690 bytes
 locale/ca/BOINC-Setup.po                           |   72 +-
 locale/ca/BOINC-Web.mo                             |  Bin 36836 -> 25089 bytes
 locale/ca/BOINC-Web.po                             |  891 ++-
 locale/cs/BOINC-Client.mo                          |  Bin 5302 -> 5289 bytes
 locale/cs/BOINC-Client.po                          |   59 +-
 locale/cs/BOINC-Drupal.po                          | 4036 +++++++++---
 locale/cs/BOINC-Manager.mo                         |  Bin 76034 -> 75460 bytes
 locale/cs/BOINC-Manager.po                         | 1538 ++---
 locale/cs/BOINC-Setup.mo                           |  Bin 3131 -> 2975 bytes
 locale/cs/BOINC-Setup.po                           |   61 +-
 locale/cs/BOINC-Web.mo                             |  Bin 37516 -> 30726 bytes
 locale/cs/BOINC-Web.po                             |  458 +-
 locale/da/BOINC-Client.mo                          |  Bin 5198 -> 5194 bytes
 locale/da/BOINC-Client.po                          |   59 +-
 locale/da/BOINC-Manager.mo                         |  Bin 73519 -> 74173 bytes
 locale/da/BOINC-Manager.po                         | 1541 ++---
 locale/da/BOINC-Setup.mo                           |  Bin 3014 -> 2844 bytes
 locale/da/BOINC-Setup.po                           |   61 +-
 locale/da/BOINC-Web.mo                             |  Bin 36981 -> 30046 bytes
 locale/da/BOINC-Web.po                             |  460 +-
 locale/de/BOINC-Client.mo                          |  Bin 5341 -> 5341 bytes
 locale/de/BOINC-Client.po                          |   38 +-
 locale/de/BOINC-Drupal.po                          | 4021 +++++++++---
 locale/de/BOINC-Manager.mo                         |  Bin 79212 -> 79383 bytes
 locale/de/BOINC-Manager.po                         | 1551 ++---
 locale/de/BOINC-Setup.mo                           |  Bin 2979 -> 2979 bytes
 locale/de/BOINC-Setup.po                           |   20 +-
 locale/de/BOINC-Web.mo                             |  Bin 34281 -> 34375 bytes
 locale/de/BOINC-Web.po                             |  339 +-
 locale/el/BOINC-Client.mo                          |  Bin 6885 -> 7458 bytes
 locale/el/BOINC-Client.po                          |  124 +-
 locale/el/BOINC-Manager.mo                         |  Bin 78272 -> 0 bytes
 locale/el/BOINC-Manager.po                         | 4768 --------------
 locale/el/BOINC-Setup.mo                           |  Bin 3889 -> 3889 bytes
 locale/el/BOINC-Setup.po                           |   20 +-
 locale/el/BOINC-Web.mo                             |  Bin 10086 -> 0 bytes
 locale/el/BOINC-Web.po                             | 1807 ------
 locale/en/BOINC-Drupal.po                          | 1751 ------
 locale/en/BOINC-Manager.mo                         |  Bin 73609 -> 0 bytes
 locale/en/BOINC-Manager.po                         | 3914 ------------
 locale/en/BOINC-Web.mo                             |  Bin 34787 -> 0 bytes
 locale/en/BOINC-Web.po                             |  965 ---
 locale/{fi => eo}/BOINC-Client.mo                  |  Bin 5057 -> 5159 bytes
 locale/{fi => eo}/BOINC-Client.po                  |  118 +-
 locale/eo/BOINC-Manager.mo                         |  Bin 0 -> 75845 bytes
 locale/{nl => eo}/BOINC-Manager.po                 | 3020 ++++-----
 locale/es/BOINC-Client.mo                          |  Bin 5317 -> 5316 bytes
 locale/es/BOINC-Client.po                          |   42 +-
 locale/es/BOINC-Drupal.po                          | 4050 +++++++++---
 locale/es/BOINC-Manager.mo                         |  Bin 78169 -> 78354 bytes
 locale/es/BOINC-Manager.po                         | 1566 ++---
 locale/es/BOINC-Setup.mo                           |  Bin 2963 -> 2962 bytes
 locale/es/BOINC-Setup.po                           |   26 +-
 locale/es/BOINC-Web.mo                             |  Bin 33942 -> 34035 bytes
 locale/es/BOINC-Web.po                             |  351 +-
 locale/fa/BOINC-Client.mo                          |  Bin 417 -> 0 bytes
 locale/fa/BOINC-Client.po                          |  159 -
 locale/fa/BOINC-Manager.mo                         |  Bin 677 -> 0 bytes
 locale/fa/BOINC-Manager.po                         | 4077 ------------
 locale/fa/BOINC-Setup.mo                           |  Bin 447 -> 0 bytes
 locale/fa/BOINC-Setup.po                           |  115 -
 locale/fa/BOINC-Web.mo                             |  Bin 497 -> 0 bytes
 locale/fa/BOINC-Web.po                             |  891 ---
 locale/fa_IR/BOINC-Client.mo                       |  Bin 6118 -> 5425 bytes
 locale/fa_IR/BOINC-Client.po                       |  115 +-
 locale/fa_IR/BOINC-Setup.mo                        |  Bin 3666 -> 3235 bytes
 locale/fa_IR/BOINC-Setup.po                        |   72 +-
 locale/fi/BOINC-Client.mo                          |  Bin 5057 -> 5057 bytes
 locale/fi/BOINC-Client.po                          |   38 +-
 locale/fi/BOINC-Drupal.po                          | 4036 ++++++++++++
 locale/fi/BOINC-Manager.mo                         |  Bin 73976 -> 74156 bytes
 locale/fi/BOINC-Manager.po                         | 1538 ++---
 locale/fi/BOINC-Setup.mo                           |  Bin 2922 -> 2847 bytes
 locale/fi/BOINC-Setup.po                           |   71 +-
 locale/fi/BOINC-Web.mo                             |  Bin 34786 -> 22057 bytes
 locale/fi/BOINC-Web.po                             | 1120 ++--
 locale/fr/BOINC-Client.mo                          |  Bin 5513 -> 5513 bytes
 locale/fr/BOINC-Client.po                          |   40 +-
 locale/fr/BOINC-Drupal.po                          | 4056 +++++++++---
 locale/fr/BOINC-Manager.mo                         |  Bin 80651 -> 80818 bytes
 locale/fr/BOINC-Manager.po                         | 1588 ++---
 locale/fr/BOINC-Setup.mo                           |  Bin 3021 -> 3021 bytes
 locale/fr/BOINC-Setup.po                           |   20 +-
 locale/fr/BOINC-Web.mo                             |  Bin 34956 -> 35044 bytes
 locale/fr/BOINC-Web.po                             |  339 +-
 locale/gl/BOINC-Client.mo                          |  Bin 417 -> 0 bytes
 locale/gl/BOINC-Client.po                          |  159 -
 locale/gl/BOINC-Manager.mo                         |  Bin 45396 -> 0 bytes
 locale/gl/BOINC-Manager.po                         | 4815 --------------
 locale/gl/BOINC-Setup.mo                           |  Bin 447 -> 0 bytes
 locale/gl/BOINC-Setup.po                           |  115 -
 locale/gl/BOINC-Web.mo                             |  Bin 1600 -> 0 bytes
 locale/gl/BOINC-Web.po                             | 1344 ----
 locale/he/BOINC-Client.mo                          |  Bin 5703 -> 5703 bytes
 locale/he/BOINC-Client.po                          |   38 +-
 locale/he/BOINC-Drupal.po                          | 4034 +++++++++---
 locale/he/BOINC-Manager.mo                         |  Bin 70927 -> 79362 bytes
 locale/he/BOINC-Manager.po                         | 5187 +++++++--------
 locale/he/BOINC-Setup.mo                           |  Bin 3358 -> 3064 bytes
 locale/he/BOINC-Setup.po                           |   61 +-
 locale/he/BOINC-Web.mo                             |  Bin 7604 -> 33115 bytes
 locale/he/BOINC-Web.po                             | 1323 ++--
 locale/hr/BOINC-Client.mo                          |  Bin 694 -> 0 bytes
 locale/hr/BOINC-Client.po                          |  162 -
 locale/hr/BOINC-Manager.mo                         |  Bin 8055 -> 0 bytes
 locale/hr/BOINC-Manager.po                         | 4146 ------------
 locale/hr/BOINC-Setup.mo                           |  Bin 554 -> 0 bytes
 locale/hr/BOINC-Setup.po                           |  123 -
 locale/hr/BOINC-Web.mo                             |  Bin 643 -> 0 bytes
 locale/hr/BOINC-Web.po                             | 1370 ----
 locale/hu/BOINC-Client.mo                          |  Bin 5521 -> 5521 bytes
 locale/hu/BOINC-Client.po                          |   38 +-
 locale/hu/BOINC-Drupal.po                          | 4039 ++++++++++++
 locale/hu/BOINC-Manager.mo                         |  Bin 80017 -> 80178 bytes
 locale/hu/BOINC-Manager.po                         | 1551 ++---
 locale/hu/BOINC-Setup.mo                           |  Bin 3037 -> 3037 bytes
 locale/hu/BOINC-Setup.po                           |   20 +-
 locale/hu/BOINC-Web.mo                             |  Bin 35148 -> 35265 bytes
 locale/hu/BOINC-Web.po                             |  343 +-
 locale/it_IT/BOINC-Client.mo                       |  Bin 5474 -> 5478 bytes
 locale/it_IT/BOINC-Client.po                       |   40 +-
 locale/it_IT/BOINC-Drupal.po                       | 4154 +++++++++---
 locale/it_IT/BOINC-Manager.mo                      |  Bin 78172 -> 78363 bytes
 locale/it_IT/BOINC-Manager.po                      | 1572 ++---
 locale/it_IT/BOINC-Setup.mo                        |  Bin 2991 -> 2991 bytes
 locale/it_IT/BOINC-Setup.po                        |   20 +-
 locale/it_IT/BOINC-Web.mo                          |  Bin 34328 -> 34389 bytes
 locale/it_IT/BOINC-Web.po                          |  349 +-
 locale/ja/BOINC-Client.mo                          |  Bin 6287 -> 5985 bytes
 locale/ja/BOINC-Client.po                          |  116 +-
 locale/ja/BOINC-Drupal.po                          |  176 -
 locale/ja/BOINC-Manager.mo                         |  Bin 88197 -> 88107 bytes
 locale/ja/BOINC-Manager.po                         | 1544 ++---
 locale/ja/BOINC-Setup.mo                           |  Bin 3464 -> 3350 bytes
 locale/ja/BOINC-Setup.po                           |   74 +-
 locale/ja/BOINC-Web.mo                             |  Bin 40730 -> 27144 bytes
 locale/ja/BOINC-Web.po                             |  891 ++-
 locale/ka/BOINC-Client.mo                          |  Bin 8555 -> 8392 bytes
 locale/ka/BOINC-Client.po                          |   58 +-
 locale/ka/BOINC-Manager.mo                         |  Bin 0 -> 124928 bytes
 locale/ka/BOINC-Manager.po                         | 3863 ++++++++++++
 locale/ka/BOINC-Setup.mo                           |  Bin 4913 -> 4433 bytes
 locale/ka/BOINC-Setup.po                           |   60 +-
 locale/ko/BOINC-Client.mo                          |  Bin 5612 -> 5612 bytes
 locale/ko/BOINC-Client.po                          |   38 +-
 locale/ko/BOINC-Drupal.po                          | 4024 +++++++++---
 locale/ko/BOINC-Manager.mo                         |  Bin 80267 -> 81101 bytes
 locale/ko/BOINC-Manager.po                         | 1577 ++---
 locale/ko/BOINC-Setup.mo                           |  Bin 3323 -> 3124 bytes
 locale/ko/BOINC-Setup.po                           |   59 +-
 locale/ko/BOINC-Web.mo                             |  Bin 34706 -> 35115 bytes
 locale/ko/BOINC-Web.po                             |  340 +-
 locale/lt/BOINC-Client.mo                          |  Bin 4880 -> 4354 bytes
 locale/lt/BOINC-Client.po                          |  115 +-
 locale/lt/BOINC-Manager.mo                         |  Bin 43785 -> 0 bytes
 locale/lt/BOINC-Manager.po                         | 4486 -------------
 locale/lt/BOINC-Setup.mo                           |  Bin 1814 -> 0 bytes
 locale/lt/BOINC-Setup.po                           |  131 -
 locale/lt/BOINC-Web.mo                             |  Bin 8225 -> 0 bytes
 locale/lt/BOINC-Web.po                             | 1095 ----
 locale/lv/BOINC-Client.mo                          |  Bin 4778 -> 5255 bytes
 locale/lv/BOINC-Client.po                          |  116 +-
 locale/lv/BOINC-Manager.mo                         |  Bin 75429 -> 76486 bytes
 locale/lv/BOINC-Manager.po                         | 1548 ++---
 locale/lv/BOINC-Setup.mo                           |  Bin 3044 -> 2953 bytes
 locale/lv/BOINC-Setup.po                           |   72 +-
 locale/lv/BOINC-Web.mo                             |  Bin 643 -> 0 bytes
 locale/lv/BOINC-Web.po                             | 1370 ----
 locale/ms/BOINC-Client.mo                          |  Bin 418 -> 0 bytes
 locale/ms/BOINC-Client.po                          |  159 -
 locale/ms/BOINC-Manager.mo                         |  Bin 418 -> 0 bytes
 locale/ms/BOINC-Manager.po                         | 3705 -----------
 locale/ms/BOINC-Setup.mo                           |  Bin 418 -> 0 bytes
 locale/ms/BOINC-Setup.po                           |  119 -
 locale/ms/BOINC-Web.mo                             |  Bin 24728 -> 0 bytes
 locale/ms/BOINC-Web.po                             | 1073 ----
 locale/nb/BOINC-Client.mo                          |  Bin 4857 -> 4371 bytes
 locale/nb/BOINC-Client.po                          |  115 +-
 locale/nb/BOINC-Drupal.po                          | 4037 ++++++++++++
 locale/nb/BOINC-Manager.mo                         |  Bin 72888 -> 72404 bytes
 locale/nb/BOINC-Manager.po                         | 1538 ++---
 locale/nb/BOINC-Setup.mo                           |  Bin 3408 -> 2567 bytes
 locale/nb/BOINC-Setup.po                           |   77 +-
 locale/nl/BOINC-Client.mo                          |  Bin 5278 -> 5278 bytes
 locale/nl/BOINC-Client.po                          |   38 +-
 locale/nl/BOINC-Drupal.po                          | 4042 +++++++++---
 locale/nl/BOINC-Manager.mo                         |  Bin 75362 -> 76060 bytes
 locale/nl/BOINC-Manager.po                         | 1562 ++---
 locale/nl/BOINC-Setup.mo                           |  Bin 2832 -> 2832 bytes
 locale/nl/BOINC-Setup.po                           |   20 +-
 locale/nl/BOINC-Web.mo                             |  Bin 33908 -> 33994 bytes
 locale/nl/BOINC-Web.po                             |  339 +-
 locale/pl/BOINC-Client.mo                          |  Bin 5285 -> 5287 bytes
 locale/pl/BOINC-Client.po                          |   61 +-
 locale/pl/BOINC-Drupal.po                          | 4039 ++++++++++++
 locale/pl/BOINC-Manager.mo                         |  Bin 77171 -> 78719 bytes
 locale/pl/BOINC-Manager.po                         | 1710 ++---
 locale/pl/BOINC-Setup.mo                           |  Bin 3296 -> 3099 bytes
 locale/pl/BOINC-Setup.po                           |   66 +-
 locale/pl/BOINC-Web.mo                             |  Bin 23567 -> 33614 bytes
 locale/pl/BOINC-Web.po                             | 1919 ++----
 locale/pt_BR/BOINC-Client.mo                       |  Bin 5342 -> 5342 bytes
 locale/pt_BR/BOINC-Client.po                       |   38 +-
 locale/pt_BR/BOINC-Drupal.po                       | 4059 +++++++++---
 locale/pt_BR/BOINC-Manager.mo                      |  Bin 77790 -> 78022 bytes
 locale/pt_BR/BOINC-Manager.po                      | 1559 ++---
 locale/pt_BR/BOINC-Setup.mo                        |  Bin 3000 -> 3000 bytes
 locale/pt_BR/BOINC-Setup.po                        |   20 +-
 locale/pt_BR/BOINC-Web.mo                          |  Bin 33518 -> 33596 bytes
 locale/pt_BR/BOINC-Web.po                          |  345 +-
 locale/pt_PT/BOINC-Client.mo                       |  Bin 5460 -> 5460 bytes
 locale/pt_PT/BOINC-Client.po                       |   38 +-
 locale/pt_PT/BOINC-Drupal.po                       | 4136 +++++++++---
 locale/pt_PT/BOINC-Manager.mo                      |  Bin 78771 -> 79015 bytes
 locale/pt_PT/BOINC-Manager.po                      | 1640 ++---
 locale/pt_PT/BOINC-Setup.mo                        |  Bin 3016 -> 2993 bytes
 locale/pt_PT/BOINC-Setup.po                        |   26 +-
 locale/pt_PT/BOINC-Web.mo                          |  Bin 33949 -> 34086 bytes
 locale/pt_PT/BOINC-Web.po                          |  383 +-
 locale/ro/BOINC-Client.mo                          |  Bin 5471 -> 5461 bytes
 locale/ro/BOINC-Client.po                          |   59 +-
 locale/ro/BOINC-Manager.mo                         |  Bin 76237 -> 77689 bytes
 locale/ro/BOINC-Manager.po                         | 1557 ++---
 locale/ro/BOINC-Setup.mo                           |  Bin 3246 -> 3040 bytes
 locale/ro/BOINC-Setup.po                           |   61 +-
 locale/ro/BOINC-Web.mo                             |  Bin 36788 -> 34507 bytes
 locale/ro/BOINC-Web.po                             | 1897 ++----
 locale/ru/BOINC-Client.mo                          |  Bin 7155 -> 7155 bytes
 locale/ru/BOINC-Client.po                          |   38 +-
 locale/ru/BOINC-Drupal.po                          | 4036 +++++++++---
 locale/ru/BOINC-Manager.mo                         |  Bin 103959 -> 104259 bytes
 locale/ru/BOINC-Manager.po                         | 1548 ++---
 locale/ru/BOINC-Setup.mo                           |  Bin 3818 -> 3818 bytes
 locale/ru/BOINC-Setup.po                           |   20 +-
 locale/ru/BOINC-Web.mo                             |  Bin 45344 -> 45428 bytes
 locale/ru/BOINC-Web.po                             |  339 +-
 locale/sk/BOINC-Client.mo                          |  Bin 5255 -> 5255 bytes
 locale/sk/BOINC-Client.po                          |   38 +-
 locale/sk/BOINC-Drupal.po                          | 4028 +++++++++---
 locale/sk/BOINC-Manager.mo                         |  Bin 76791 -> 76944 bytes
 locale/sk/BOINC-Manager.po                         | 1552 ++---
 locale/sk/BOINC-Setup.mo                           |  Bin 2945 -> 2923 bytes
 locale/sk/BOINC-Setup.po                           |   22 +-
 locale/sk/BOINC-Web.mo                             |  Bin 32438 -> 32483 bytes
 locale/sk/BOINC-Web.po                             |  361 +-
 locale/sl/BOINC-Client.mo                          |  Bin 3021 -> 0 bytes
 locale/sl/BOINC-Client.po                          |  236 -
 locale/sl/BOINC-Manager.mo                         |  Bin 55070 -> 0 bytes
 locale/sl/BOINC-Manager.po                         | 4736 --------------
 locale/sl/BOINC-Setup.mo                           |  Bin 554 -> 0 bytes
 locale/sl/BOINC-Setup.po                           |  123 -
 locale/sl/BOINC-Web.mo                             |  Bin 7070 -> 0 bytes
 locale/sl/BOINC-Web.po                             | 1365 ----
 locale/sr at latin/BOINC-Client.mo                    |  Bin 4747 -> 4252 bytes
 locale/sr at latin/BOINC-Client.po                    |  119 +-
 locale/sr at latin/BOINC-Setup.mo                     |  Bin 3091 -> 2752 bytes
 locale/sr at latin/BOINC-Setup.po                     |   76 +-
 locale/sv/BOINC-Client.mo                          |  Bin 5168 -> 5168 bytes
 locale/sv/BOINC-Client.po                          |   38 +-
 locale/sv/BOINC-Drupal.po                          | 4050 +++++++++---
 locale/sv/BOINC-Manager.mo                         |  Bin 75257 -> 75417 bytes
 locale/sv/BOINC-Manager.po                         | 1550 ++---
 locale/sv/BOINC-Setup.mo                           |  Bin 2905 -> 2905 bytes
 locale/sv/BOINC-Setup.po                           |   20 +-
 locale/sv/BOINC-Web.mo                             |  Bin 32812 -> 32903 bytes
 locale/sv/BOINC-Web.po                             |  339 +-
 locale/templates/BOINC-Client.pot                  |   38 +-
 locale/templates/BOINC-Drupal.pot                  | 4080 ++++++++----
 locale/templates/BOINC-Manager.pot                 | 1485 ++---
 locale/templates/BOINC-Project-Generic.pot         | 2128 +++----
 locale/templates/BOINC-Setup.pot                   |   20 +-
 locale/templates/BOINC-Web.pot                     |  327 +-
 locale/th/BOINC-Setup.mo                           |  Bin 4558 -> 4142 bytes
 locale/th/BOINC-Setup.po                           |   60 +-
 locale/tr/BOINC-Client.mo                          |  Bin 5416 -> 5416 bytes
 locale/tr/BOINC-Client.po                          |   38 +-
 locale/tr/BOINC-Drupal.po                          | 4044 +++++++++---
 locale/tr/BOINC-Manager.mo                         |  Bin 79464 -> 78795 bytes
 locale/tr/BOINC-Manager.po                         | 1540 ++---
 locale/tr/BOINC-Setup.mo                           |  Bin 3025 -> 3025 bytes
 locale/tr/BOINC-Setup.po                           |   20 +-
 locale/tr/BOINC-Web.mo                             |  Bin 34179 -> 34253 bytes
 locale/tr/BOINC-Web.po                             |  341 +-
 locale/uk/BOINC-Client.mo                          |  Bin 6964 -> 6964 bytes
 locale/uk/BOINC-Client.po                          |   38 +-
 locale/uk/BOINC-Manager.mo                         |  Bin 103699 -> 103413 bytes
 locale/uk/BOINC-Manager.po                         | 1554 ++---
 locale/uk/BOINC-Setup.mo                           |  Bin 3789 -> 3789 bytes
 locale/uk/BOINC-Setup.po                           |   20 +-
 locale/uk/BOINC-Web.mo                             |  Bin 49070 -> 36317 bytes
 locale/uk/BOINC-Web.po                             | 1122 ++--
 locale/update_templates.sh                         |   18 +-
 locale/zh_CN/BOINC-Client.mo                       |  Bin 5195 -> 5192 bytes
 locale/zh_CN/BOINC-Client.po                       |   42 +-
 locale/zh_CN/BOINC-Drupal.po                       | 4109 +++++++++---
 locale/zh_CN/BOINC-Manager.mo                      |  Bin 71939 -> 72556 bytes
 locale/zh_CN/BOINC-Manager.po                      | 1582 ++---
 locale/zh_CN/BOINC-Setup.mo                        |  Bin 2872 -> 2703 bytes
 locale/zh_CN/BOINC-Setup.po                        |   62 +-
 locale/zh_CN/BOINC-Web.mo                          |  Bin 30345 -> 30341 bytes
 locale/zh_CN/BOINC-Web.po                          |  352 +-
 locale/zh_TW/BOINC-Client.mo                       |  Bin 4509 -> 4459 bytes
 locale/zh_TW/BOINC-Client.po                       |  116 +-
 locale/zh_TW/BOINC-Drupal.po                       | 4028 +++++++++---
 locale/zh_TW/BOINC-Manager.mo                      |  Bin 69909 -> 69310 bytes
 locale/zh_TW/BOINC-Manager.po                      | 1540 ++---
 locale/zh_TW/BOINC-Setup.mo                        |  Bin 2789 -> 2473 bytes
 locale/zh_TW/BOINC-Setup.po                        |   74 +-
 locale/zh_TW/BOINC-Web.mo                          |  Bin 32442 -> 23328 bytes
 locale/zh_TW/BOINC-Web.po                          |  893 ++-
 m4/boinc_wxwidgets.m4                              |   25 +-
 m4/sah_links.m4                                    |   15 +-
 mac3rdParty/buildMacTravis.sh                      |   74 -
 samples/condor/Makefile                            |   10 +-
 samples/condor/boinc_gahp.cpp                      |   17 +-
 samples/condor/boinc_gahp_protocol.txt             |  916 +++
 samples/gfx_html/mongoose.cpp                      |    3 +-
 samples/vboxwrapper/vbox52.tlb                     |  Bin 0 -> 292872 bytes
 samples/vboxwrapper/vbox_common.cpp                |  527 +-
 samples/vboxwrapper/vbox_common.h                  |  331 +-
 samples/vboxwrapper/vbox_mscom52.cpp               |   64 +
 .../vboxwrapper/vbox_mscom52.h                     |   22 +-
 samples/vboxwrapper/vbox_mscom_impl.cpp            |  152 +
 samples/vboxwrapper/vbox_mscom_impl.h              |    1 +
 samples/vboxwrapper/vbox_vboxmanage.cpp            | 2983 ++++-----
 samples/vboxwrapper/vbox_vboxmanage.h              |    1 +
 samples/vboxwrapper/vboxwrapper.cpp                |  495 +-
 samples/wrapper/wrapper.cpp                        |    6 +-
 sched/Makefile.am                                  |    3 +-
 sched/credit.cpp                                   |   12 +-
 sched/db_purge.cpp                                 |  507 +-
 sched/file_deleter.cpp                             |  103 +-
 sched/hr.cpp                                       |    4 +-
 sched/plan_class_spec.cpp                          |    1 -
 sched/sched_array.cpp                              |    2 +-
 sched/sched_check.cpp                              |   25 +-
 sched/sched_check.h                                |   10 +
 sched/sched_config.cpp                             |    3 +
 sched/sched_config.h                               |    5 +
 sched/sched_customize.cpp                          |   10 +-
 sched/sched_keyword.cpp                            |   92 +
 doc/rss_main.php => sched/sched_keyword.h          |   21 +-
 sched/sched_locality.cpp                           |    2 +-
 sched/sched_main.cpp                               |    4 +
 sched/sched_nci.cpp                                |    2 +-
 sched/sched_score.cpp                              |   26 +-
 sched/sched_score.h                                |    2 +-
 sched/sched_send.cpp                               |    8 +
 sched/sched_shmem.cpp                              |   28 +-
 sched/sched_shmem.h                                |    5 +
 sched/sched_types.cpp                              |   16 +-
 sched/sched_types.h                                |   10 +-
 sched/sched_version.cpp                            |   79 +-
 sched/transitioner.cpp                             |    4 +
 tools/backend_lib.cpp                              |   22 +-
 tools/create_work.cpp                              |   11 +-
 tools/submit_api_test.py                           |   14 +-
 tools/upgrade                                      |    3 +
 tools/xadd                                         |    4 +
 version.h.in                                       |    2 +-
 version.log                                        |    2 +-
 900 files changed, 172681 insertions(+), 177352 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-boinc/boinc.git



More information about the pkg-boinc-commits mailing list