BOINC web: fix translation problems

- change build_po.php to included news.inc and omit poll stuff
- remote.po.inc files before generating them (otherwise we'll always append)
This commit is contained in:
David Anderson 2013-08-22 16:33:08 -07:00
parent a017f694a8
commit 17c8f90926
5 changed files with 128 additions and 134 deletions

View File

@ -34,7 +34,7 @@ HDR;
$out = fopen("BOINC-Web.pot", "w"); $out = fopen("BOINC-Web.pot", "w");
fwrite($out, $header); fwrite($out, $header);
$pipe = popen("xgettext --omit-header -o - --keyword=tra -L PHP $path/*.inc $path/*.php", "r"); $pipe = popen("xgettext --omit-header -o - --keyword=tra -L PHP *.inc *.php ../html/inc/news.inc", "r");
stream_copy_to_stream($pipe, $out); stream_copy_to_stream($pipe, $out);
fclose($pipe); fclose($pipe);
fclose($out); fclose($out);

View File

@ -1,26 +0,0 @@
<?php
require_once("docutil.php");
require_once("poll.inc");
require_once("../html/inc/translation.inc");
require_once("poll_data.inc");
mysql_pconnect("localhost", "boincadm", null);
mysql_select_db("poll");
session_set_cookie_params(86400*365);
session_start();
$uid = session_id();
$response = select_response($uid);
if ($response) {
header('Content-type: text/xml');
echo "<?xml version=\"1.0\" encoding=\"ISO-8859-1\" ?>\n";
echo "<response>
$response->xml
</response>
";
} else {
echo "no response";
}
?>

View File

@ -6,7 +6,10 @@ ini_set('display_startup_errors', true);
require_once("../html/inc/translation.inc"); require_once("../html/inc/translation.inc");
$lang_log_level = 0; $lang_log_level = 0;
buildLanguages($lang_language_dir,$lang_translations_dir, $lang_compiled_dir);
system("rm -f $lang_language_dir/$lang_compiled_dir/*");
buildLanguages($lang_language_dir, $lang_translations_dir, $lang_compiled_dir);
echo "update_translations finished\n"; echo "update_translations finished\n";
?> ?>

View File

@ -49,10 +49,8 @@ function getSupportedLanguages(){
// @param langdir The language base directory // @param langdir The language base directory
// @param transdir The location of the .po files to compile relative to langdir // @param transdir The location of the .po files to compile relative to langdir
// @param compdir The output location relative to langdir // @param compdir The output location relative to langdir
// @param append If true the function will only append to rather than replace the compiled files
// //
function buildLanguages($langdir,$transdir,$compdir){ function buildLanguages($langdir,$transdir,$compdir){
global $lang_project_default;
// Run through each language and compile their lookup arrays. // Run through each language and compile their lookup arrays.
if (is_dir($langdir.$transdir)) { if (is_dir($langdir.$transdir)) {

View File

@ -9,7 +9,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: BOINC $Id$\n" "Project-Id-Version: BOINC $Id$\n"
"Report-Msgid-Bugs-To: BOINC translation team <boinc_loc@ssl.berkeley.edu>\n" "Report-Msgid-Bugs-To: BOINC translation team <boinc_loc@ssl.berkeley.edu>\n"
"POT-Creation-Date: 2013-06-05 10:25 PDT\n" "POT-Creation-Date: 2013-08-22 16:22 PDT\n"
"Last-Translator: Generated automatically from source files\n" "Last-Translator: Generated automatically from source files\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n" "Content-Type: text/plain; charset=utf-8\n"
@ -60,8 +60,8 @@ msgstr ""
msgid "Cognitive science and artifical intelligence" msgid "Cognitive science and artifical intelligence"
msgstr "" msgstr ""
#: projects.inc:50 projects.inc:318 projects.inc:362 projects.inc:411 #: projects.inc:50 projects.inc:342 projects.inc:386 projects.inc:435
#: projects.inc:418 projects.inc:465 #: projects.inc:442 projects.inc:489
msgid "Private" msgid "Private"
msgstr "" msgstr ""
@ -131,15 +131,15 @@ msgid ""
"of novel pharmaceuticals." "of novel pharmaceuticals."
msgstr "" msgstr ""
#: projects.inc:95 #: projects.inc:103
msgid "Barcelona Biomedical Research Park (PRBB)" msgid "Barcelona Biomedical Research Park (PRBB)"
msgstr "" msgstr ""
#: projects.inc:96 #: projects.inc:104
msgid "Molecular simulations of proteins" msgid "Molecular simulations of proteins"
msgstr "" msgstr ""
#: projects.inc:97 #: projects.inc:105
msgid "" msgid ""
"GPUGrid.net opens novel computational scenarios by the first full-atom " "GPUGrid.net opens novel computational scenarios by the first full-atom "
"molecular dynamics code (CellMD) specially optimized to run on NVIDIA GPUs. " "molecular dynamics code (CellMD) specially optimized to run on NVIDIA GPUs. "
@ -147,31 +147,31 @@ msgid ""
"computational biology for biomedical research." "computational biology for biomedical research."
msgstr "" msgstr ""
#: projects.inc:103 #: projects.inc:111
msgid "Technion, Israel" msgid "Technion, Israel"
msgstr "" msgstr ""
#: projects.inc:104 #: projects.inc:112
msgid "Genetic linkage analysis" msgid "Genetic linkage analysis"
msgstr "" msgstr ""
#: projects.inc:105 #: projects.inc:113
msgid "" msgid ""
"Superlink@Technion helps geneticists all over the world find disease-" "Superlink@Technion helps geneticists all over the world find disease-"
"provoking genes causing some types of diabetes, hypertension (high blood " "provoking genes causing some types of diabetes, hypertension (high blood "
"pressure), cancer, schizophrenia and many others." "pressure), cancer, schizophrenia and many others."
msgstr "" msgstr ""
#: projects.inc:119 #: projects.inc:127
msgid "" msgid ""
"University of Maryland Center for Bioinformatics and Computational Biology" "University of Maryland Center for Bioinformatics and Computational Biology"
msgstr "" msgstr ""
#: projects.inc:120 #: projects.inc:128
msgid "Life science research" msgid "Life science research"
msgstr "" msgstr ""
#: projects.inc:121 #: projects.inc:129
msgid "" msgid ""
"The Lattice Project supplies computing power to scientists at the University " "The Lattice Project supplies computing power to scientists at the University "
"of Maryland studying evolutionary relationships based on DNA sequence data; " "of Maryland studying evolutionary relationships based on DNA sequence data; "
@ -179,15 +179,15 @@ msgid ""
"nature reserves. " "nature reserves. "
msgstr "" msgstr ""
#: projects.inc:127 #: projects.inc:135
msgid "The Swiss Tropical Institute" msgid "The Swiss Tropical Institute"
msgstr "" msgstr ""
#: projects.inc:128 #: projects.inc:136
msgid "Epidemiology" msgid "Epidemiology"
msgstr "" msgstr ""
#: projects.inc:129 #: projects.inc:137
msgid "" msgid ""
"Simulation models of the transmission dynamics and health effects of malaria " "Simulation models of the transmission dynamics and health effects of malaria "
"are an important tool for malaria control. They can be used to determine " "are an important tool for malaria control. They can be used to determine "
@ -198,15 +198,15 @@ msgid ""
"social factors that influence the distribution of the disease. " "social factors that influence the distribution of the disease. "
msgstr "" msgstr ""
#: projects.inc:151 #: projects.inc:159
msgid "University of Washington" msgid "University of Washington"
msgstr "" msgstr ""
#: projects.inc:152 projects.inc:160 #: projects.inc:160 projects.inc:168
msgid "Biology" msgid "Biology"
msgstr "" msgstr ""
#: projects.inc:153 #: projects.inc:161
msgid "" msgid ""
"Determine the 3-dimensional shapes of proteins in research that may " "Determine the 3-dimensional shapes of proteins in research that may "
"ultimately lead to finding cures for some major human diseases. By running " "ultimately lead to finding cures for some major human diseases. By running "
@ -216,30 +216,30 @@ msgid ""
"Cancer, and Alzheimer's" "Cancer, and Alzheimer's"
msgstr "" msgstr ""
#: projects.inc:159 #: projects.inc:167
msgid "University of Vienna" msgid "University of Vienna"
msgstr "" msgstr ""
#: projects.inc:161 #: projects.inc:169
msgid "" msgid ""
"Calculate similarities between proteins. SIMAP provides a public database of " "Calculate similarities between proteins. SIMAP provides a public database of "
"the resulting data, which plays a key role in many bioinformatics research " "the resulting data, which plays a key role in many bioinformatics research "
"projects." "projects."
msgstr "" msgstr ""
#: projects.inc:167 #: projects.inc:175
msgid "Earth Sciences" msgid "Earth Sciences"
msgstr "" msgstr ""
#: projects.inc:179 #: projects.inc:187
msgid "Oxford University" msgid "Oxford University"
msgstr "" msgstr ""
#: projects.inc:180 #: projects.inc:188
msgid "Climate study" msgid "Climate study"
msgstr "" msgstr ""
#: projects.inc:181 #: projects.inc:189
msgid "" msgid ""
"Investigate the approximations that have to be made in state-of-the-art " "Investigate the approximations that have to be made in state-of-the-art "
"climate models. By running the model thousands of times we hope to find out " "climate models. By running the model thousands of times we hope to find out "
@ -251,19 +251,33 @@ msgid ""
"century under a wide range of different scenarios." "century under a wide range of different scenarios."
msgstr "" msgstr ""
#: projects.inc:188 #: projects.inc:196
msgid "Astronomy, Physics, and Chemistry" msgid "Astronomy, Physics, and Chemistry"
msgstr "" msgstr ""
#: projects.inc:209 #: projects.inc:202 projects.inc:241 projects.inc:249
msgid "Astronomy"
msgstr ""
#: projects.inc:203
msgid ""
"We will combine the spectral coverage of GALEX, Pan-STARRS1, and WISE to "
"generate a multi-wavelength UV-optical-NIR galaxy atlas for the nearby "
"Universe. We will measure physical parameters (such as stellar mass surface "
"density, star formation rate surface density, attenuation, and first-order "
"star formation history) on a resolved pixel-by-pixel basis using spectral "
"energy distribution (SED) fitting techniques in a distributed computing mode."
msgstr ""
#: projects.inc:225
msgid "University of Texas at Austin" msgid "University of Texas at Austin"
msgstr "" msgstr ""
#: projects.inc:210 projects.inc:241 #: projects.inc:226 projects.inc:257
msgid "Chemistry" msgid "Chemistry"
msgstr "" msgstr ""
#: projects.inc:211 #: projects.inc:227
msgid "" msgid ""
"A common problem in theoretical chemistry, condensed matter physics and " "A common problem in theoretical chemistry, condensed matter physics and "
"materials science is the calculation of the time evolution of an atomic " "materials science is the calculation of the time evolution of an atomic "
@ -276,37 +290,33 @@ msgid ""
"interested in calculating the long time dynamics of systems." "interested in calculating the long time dynamics of systems."
msgstr "" msgstr ""
#: projects.inc:224 #: projects.inc:240
msgid "University of Illinois at Urbana-Champaign" msgid "University of Illinois at Urbana-Champaign"
msgstr "" msgstr ""
#: projects.inc:225 projects.inc:233 #: projects.inc:242
msgid "Astronomy"
msgstr ""
#: projects.inc:226
msgid "" msgid ""
"The goal of Cosmology@Home is to search for the model that best describes " "The goal of Cosmology@Home is to search for the model that best describes "
"our Universe and to find the range of models that agree with the available " "our Universe and to find the range of models that agree with the available "
"astronomical particle physics data." "astronomical particle physics data."
msgstr "" msgstr ""
#: projects.inc:232 #: projects.inc:248
msgid "Rensselaer Polytechnic Institute" msgid "Rensselaer Polytechnic Institute"
msgstr "" msgstr ""
#: projects.inc:234 #: projects.inc:250
msgid "" msgid ""
"The goal of Milkyway@Home is to create a highly accurate three dimensional " "The goal of Milkyway@Home is to create a highly accurate three dimensional "
"model of the Milky Way galaxy using data gathered by the Sloan Digital Sky " "model of the Milky Way galaxy using data gathered by the Sloan Digital Sky "
"Survey." "Survey."
msgstr "" msgstr ""
#: projects.inc:240 #: projects.inc:256
msgid "Leiden University, The Netherlands" msgid "Leiden University, The Netherlands"
msgstr "" msgstr ""
#: projects.inc:242 #: projects.inc:258
msgid "" msgid ""
"Surface science calculations using Classical Dynamics. Leiden Classical " "Surface science calculations using Classical Dynamics. Leiden Classical "
"allows volunteers, students and other scientist to submit their personal " "allows volunteers, students and other scientist to submit their personal "
@ -316,15 +326,15 @@ msgid ""
"simulations through the grid." "simulations through the grid."
msgstr "" msgstr ""
#: projects.inc:256 #: projects.inc:272
msgid "Univ. of Wisconsin - Milwaukee, Max Planck Institute" msgid "Univ. of Wisconsin - Milwaukee, Max Planck Institute"
msgstr "" msgstr ""
#: projects.inc:257 #: projects.inc:273
msgid "Astrophysics" msgid "Astrophysics"
msgstr "" msgstr ""
#: projects.inc:258 #: projects.inc:274
msgid "" msgid ""
"Search for spinning neutron stars (also called pulsars) using data from the " "Search for spinning neutron stars (also called pulsars) using data from the "
"LIGO and GEO gravitational wave detectors, and from the Arecibo radio " "LIGO and GEO gravitational wave detectors, and from the Arecibo radio "
@ -333,15 +343,15 @@ msgid ""
"international organizations." "international organizations."
msgstr "" msgstr ""
#: projects.inc:264 projects.inc:272 #: projects.inc:288 projects.inc:296
msgid "CERN (European Organization for Nuclear Research)" msgid "CERN (European Organization for Nuclear Research)"
msgstr "" msgstr ""
#: projects.inc:265 projects.inc:273 #: projects.inc:289 projects.inc:297
msgid "Physics" msgid "Physics"
msgstr "" msgstr ""
#: projects.inc:266 #: projects.inc:290
msgid "" msgid ""
"The Large Hadron Collider (LHC) is a particle accelerator at CERN, the " "The Large Hadron Collider (LHC) is a particle accelerator at CERN, the "
"European Organization for Nuclear Research, the world's largest particle " "European Organization for Nuclear Research, the world's largest particle "
@ -350,22 +360,22 @@ msgid ""
"the design of LHC and its detectors." "the design of LHC and its detectors."
msgstr "" msgstr ""
#: projects.inc:274 #: projects.inc:298
msgid "" msgid ""
"This project uses CERN-developed virtual machine technology for full-fledged " "This project uses CERN-developed virtual machine technology for full-fledged "
"LHC event physics simulation on volunteer computers. Requires that you " "LHC event physics simulation on volunteer computers. Requires that you "
"install VirtualBox on your computer" "install VirtualBox on your computer"
msgstr "" msgstr ""
#: projects.inc:280 #: projects.inc:304
msgid "University of California, Berkeley" msgid "University of California, Berkeley"
msgstr "" msgstr ""
#: projects.inc:281 #: projects.inc:305
msgid "Astrophysics, astrobiology" msgid "Astrophysics, astrobiology"
msgstr "" msgstr ""
#: projects.inc:282 #: projects.inc:306
msgid "" msgid ""
"SETI (Search for Extraterrestrial Intelligence) is a scientific area whose " "SETI (Search for Extraterrestrial Intelligence) is a scientific area whose "
"goal is to detect intelligent life outside Earth. One approach, known as " "goal is to detect intelligent life outside Earth. One approach, known as "
@ -374,15 +384,15 @@ msgid ""
"detection would provide evidence of extraterrestrial technology." "detection would provide evidence of extraterrestrial technology."
msgstr "" msgstr ""
#: projects.inc:296 #: projects.inc:320
msgid "Bielefeld University of Applied Sciences" msgid "Bielefeld University of Applied Sciences"
msgstr "" msgstr ""
#: projects.inc:297 #: projects.inc:321
msgid "Chemical engineering and nanotechnology" msgid "Chemical engineering and nanotechnology"
msgstr "" msgstr ""
#: projects.inc:298 #: projects.inc:322
msgid "" msgid ""
"The study of molecular magnets and controlled nanoscale magnetism. These " "The study of molecular magnets and controlled nanoscale magnetism. These "
"magnetic molecules may be used to develop tiny magnetic switches, with " "magnetic molecules may be used to develop tiny magnetic switches, with "
@ -390,44 +400,44 @@ msgid ""
"biotechnology." "biotechnology."
msgstr "" msgstr ""
#: projects.inc:305 #: projects.inc:329
msgid "Multiple applications" msgid "Multiple applications"
msgstr "" msgstr ""
#: projects.inc:310 #: projects.inc:334
msgid "Chinese Academy of Sciences" msgid "Chinese Academy of Sciences"
msgstr "" msgstr ""
#: projects.inc:311 #: projects.inc:335
msgid "Physics, biochemistry, and others" msgid "Physics, biochemistry, and others"
msgstr "" msgstr ""
#: projects.inc:312 #: projects.inc:336
msgid "" msgid ""
"The objective of CAS@home is to encourage and assist scientists in China to " "The objective of CAS@home is to encourage and assist scientists in China to "
"adopt the technologies of volunteer computing and volunteer thinking for " "adopt the technologies of volunteer computing and volunteer thinking for "
"their research." "their research."
msgstr "" msgstr ""
#: projects.inc:319 #: projects.inc:343
msgid "Mathematics, physics, evolution" msgid "Mathematics, physics, evolution"
msgstr "" msgstr ""
#: projects.inc:320 #: projects.inc:344
msgid "" msgid ""
"Yoyo@home is an adapter between BOINC and several existing volunteer " "Yoyo@home is an adapter between BOINC and several existing volunteer "
"computing projects: ECM, Muon, Evolution@home, and distributed.net" "computing projects: ECM, Muon, Evolution@home, and distributed.net"
msgstr "" msgstr ""
#: projects.inc:325 projects.inc:481 #: projects.inc:349 projects.inc:505
msgid "MTA-SZTAKI Laboratory of Parallel and Distributed Systems (Hungary)" msgid "MTA-SZTAKI Laboratory of Parallel and Distributed Systems (Hungary)"
msgstr "" msgstr ""
#: projects.inc:326 #: projects.inc:350
msgid "European research projects" msgid "European research projects"
msgstr "" msgstr ""
#: projects.inc:327 #: projects.inc:351
msgid "" msgid ""
"The EDGeS@Home Beta project integrates volunteer computing into the service " "The EDGeS@Home Beta project integrates volunteer computing into the service "
"grid network of Europe by allowing service grids to send workunits to be " "grid network of Europe by allowing service grids to send workunits to be "
@ -435,77 +445,78 @@ msgid ""
"by the project include math, physics, biology, etc." "by the project include math, physics, biology, etc."
msgstr "" msgstr ""
#: projects.inc:333 #: projects.inc:357
msgid "Spanish universities and research centers" msgid "Spanish universities and research centers"
msgstr "" msgstr ""
#: projects.inc:334 #: projects.inc:358
msgid "Various Spanish research projects" msgid "Various Spanish research projects"
msgstr "" msgstr ""
#: projects.inc:335 #: projects.inc:359
msgid "Research in physics, material science, and biomedicine" msgid "Research in physics, material science, and biomedicine"
msgstr "" msgstr ""
#: projects.inc:341 #: projects.inc:365
msgid "IBM Corporate Community Relations" msgid "IBM Corporate Citizenship"
msgstr "" msgstr ""
#: projects.inc:342 #: projects.inc:366
msgid "Humanitarian research on disease, natural disasters and hunger." msgid "Medical, environmental and other humanitarian research"
msgstr "" msgstr ""
#: projects.inc:343 #: projects.inc:367
msgid "" msgid ""
"To further critical non-profit research on some of humanity's most pressing " "To further critical non-profit research on some of humanity's most pressing "
"problems by creating the world's largest volunteer computing grid. Research " "problems by creating the world's largest volunteer computing grid. Research "
"includes HIV/AIDS, cancer, muscular dystrophy, dengue fever, and many more." "includes HIV-AIDS, cancer, tropical and neglected diseases, solar energy, "
"clean water and many more."
msgstr "" msgstr ""
#: projects.inc:349 #: projects.inc:373
msgid "Mathematics, computing, and games" msgid "Mathematics, computing, and games"
msgstr "" msgstr ""
#: projects.inc:355 #: projects.inc:379
msgid "Computer Science" msgid "Computer Science"
msgstr "" msgstr ""
#: projects.inc:363 #: projects.inc:387
msgid "Mathematics, Physics, Artificial Intelligence" msgid "Mathematics, Physics, Artificial Intelligence"
msgstr "" msgstr ""
#: projects.inc:364 #: projects.inc:388
msgid "Simulation of quantum computing; Goldbach's conjecture." msgid "Simulation of quantum computing; Goldbach's conjecture."
msgstr "" msgstr ""
#: projects.inc:404 projects.inc:412 projects.inc:466 #: projects.inc:428 projects.inc:436
msgid "Cryptography" msgid "Cryptography"
msgstr "" msgstr ""
#: projects.inc:413 #: projects.inc:437
msgid "" msgid ""
"Attempt to decode 3 original Enigma messages. The signals were intercepted " "Attempt to decode 3 original Enigma messages. The signals were intercepted "
"in the North Atlantic in 1942 and are believed to be unbroken." "in the North Atlantic in 1942 and are believed to be unbroken."
msgstr "" msgstr ""
#: projects.inc:419 projects.inc:458 projects.inc:474 projects.inc:482 #: projects.inc:443 projects.inc:482 projects.inc:490 projects.inc:498
#: projects.inc:522 #: projects.inc:506 projects.inc:546
msgid "Mathematics" msgid "Mathematics"
msgstr "" msgstr ""
#: projects.inc:420 #: projects.inc:444
msgid "Study the Collatz Conjecture, an unsolved conjecture in mathematics" msgid "Study the Collatz Conjecture, an unsolved conjecture in mathematics"
msgstr "" msgstr ""
#: projects.inc:425 #: projects.inc:449
msgid "California State University Fullerton" msgid "California State University Fullerton"
msgstr "" msgstr ""
#: projects.inc:426 #: projects.inc:450
msgid "Factorization of large integers" msgid "Factorization of large integers"
msgstr "" msgstr ""
#: projects.inc:427 #: projects.inc:451
msgid "" msgid ""
"NFS@Home is a research project that uses Internet-connected computers to do " "NFS@Home is a research project that uses Internet-connected computers to do "
"the lattice sieving step in the Number Field Sieve factorization of large " "the lattice sieving step in the Number Field Sieve factorization of large "
@ -515,17 +526,17 @@ msgid ""
"hundreds of digits long." "hundreds of digits long."
msgstr "" msgstr ""
#: projects.inc:433 #: projects.inc:457
msgid "" msgid ""
"Vilnius Gediminas Technical University and Kaunas University of Technology " "Vilnius Gediminas Technical University and Kaunas University of Technology "
"(Lithuania)" "(Lithuania)"
msgstr "" msgstr ""
#: projects.inc:434 #: projects.inc:458
msgid "Software testing" msgid "Software testing"
msgstr "" msgstr ""
#: projects.inc:435 #: projects.inc:459
msgid "" msgid ""
"The aim of this project is to provide a powerful distributed computing " "The aim of this project is to provide a powerful distributed computing "
"platform for scientists of Vilnius Gediminas Technical University (VGTU) as " "platform for scientists of Vilnius Gediminas Technical University (VGTU) as "
@ -533,11 +544,11 @@ msgid ""
"involve the study of Monte-Carlo based software testing." "involve the study of Monte-Carlo based software testing."
msgstr "" msgstr ""
#: projects.inc:457 #: projects.inc:481
msgid "Mathematical Institute of Leiden University / Kennislink" msgid "Mathematical Institute of Leiden University / Kennislink"
msgstr "" msgstr ""
#: projects.inc:459 #: projects.inc:483
msgid "" msgid ""
"Search for 'abc-triples': positive integers a,b,c such that a+b=c, a &lt; b " "Search for 'abc-triples': positive integers a,b,c such that a+b=c, a &lt; b "
"&lt; c, a,b,c have no common divisors and c > rad(abc), where rad(n) is the " "&lt; c, a,b,c have no common divisors and c > rad(abc), where rad(n) is the "
@ -548,24 +559,23 @@ msgid ""
"problems can be answered directly from it." "problems can be answered directly from it."
msgstr "" msgstr ""
#: projects.inc:467 #: projects.inc:491
msgid "" msgid ""
"Primegrid is generating a public sequential prime number database, and is " "Primegrid has multiple projects searching for different forms of very large "
"searching for large twin primes of the form k*2<sup>n</sup>+1 and k*2<sup>n</" "prime numbers, including searching for the largest known prime number."
"sup>-1"
msgstr "" msgstr ""
#: projects.inc:473 #: projects.inc:497
msgid "Hochschule RheinMain University of Applied Sciences" msgid "Hochschule RheinMain University of Applied Sciences"
msgstr "" msgstr ""
#: projects.inc:475 #: projects.inc:499
msgid "" msgid ""
"Search for counterexamples to two conjectures related to the identification " "Search for counterexamples to two conjectures related to the identification "
"of prime numbers" "of prime numbers"
msgstr "" msgstr ""
#: projects.inc:483 #: projects.inc:507
msgid "" msgid ""
"Find all the generalized binary number systems (in which bases are matrices " "Find all the generalized binary number systems (in which bases are matrices "
"and digits are vectors) up to dimension 11." "and digits are vectors) up to dimension 11."
@ -584,16 +594,16 @@ msgstr ""
msgid "This page is %stranslatable%s." msgid "This page is %stranslatable%s."
msgstr "" msgstr ""
#: download.php:40 #: download.php:38
msgid "Download BOINC" msgid "Download BOINC"
msgstr "" msgstr ""
#: download.php:42 #: download.php:40
#, php-format #, php-format
msgid "%s for %s (%s MB)" msgid "%s for %s (%s MB)"
msgstr "" msgstr ""
#: download.php:89 #: download.php:87
msgid "" msgid ""
"BOINC is a program that lets you donate your idle computer time to science " "BOINC is a program that lets you donate your idle computer time to science "
"projects like SETI@home, Climateprediction.net, Rosetta@home, World " "projects like SETI@home, Climateprediction.net, Rosetta@home, World "
@ -601,37 +611,37 @@ msgid ""
"computer, you can connect it to as many of these projects as you like." "computer, you can connect it to as many of these projects as you like."
msgstr "" msgstr ""
#: download.php:91 #: download.php:89
msgid "" msgid ""
"You may run this software on a computer only if you own the computer or have " "You may run this software on a computer only if you own the computer or have "
"the permission of its owner." "the permission of its owner."
msgstr "" msgstr ""
#: download.php:121 #: download.php:131
msgid "System requirements" msgid "System requirements"
msgstr "" msgstr ""
#: download.php:122 #: download.php:132
msgid "Release notes" msgid "Release notes"
msgstr "" msgstr ""
#: download.php:123 index.php:85 #: download.php:133 index.php:85
msgid "Help" msgid "Help"
msgstr "" msgstr ""
#: download.php:124 #: download.php:134
msgid "All versions" msgid "All versions"
msgstr "" msgstr ""
#: download.php:125 #: download.php:135
msgid "Version history" msgid "Version history"
msgstr "" msgstr ""
#: download.php:126 #: download.php:136
msgid "GPU computing" msgid "GPU computing"
msgstr "" msgstr ""
#: download.php:144 #: download.php:154
msgid "BOINC: compute for science" msgid "BOINC: compute for science"
msgstr "" msgstr ""
@ -869,3 +879,12 @@ msgstr ""
#: index.php:278 #: index.php:278
msgid "BOINC is based at The University of California, Berkeley" msgid "BOINC is based at The University of California, Berkeley"
msgstr "" msgstr ""
#: ../html/inc/news.inc:40
msgid "Comment"
msgstr ""
#: ../html/inc/news.inc:111
#, php-format
msgid "News is available as an %sRSS feed%s"
msgstr ""