diff --git a/checkin_notes b/checkin_notes index 1e76aaa4f3..b0af42e9e5 100755 --- a/checkin_notes +++ b/checkin_notes @@ -11208,3 +11208,11 @@ Kevin 18 Oct 2006 clientgui/ sg_ProjectsComponent.cpp +David 19 Oct 2006 + - core client: if can't rename state file, show "check permissions" message + - user web: certificate numeric units off by 1000 (from Carl C) + + client/ + cs_statefile.C + html/inc/ + cert.inc diff --git a/client/cs_statefile.C b/client/cs_statefile.C index f7bea5e534..22a94dd413 100644 --- a/client/cs_statefile.C +++ b/client/cs_statefile.C @@ -403,7 +403,7 @@ int CLIENT_STATE::write_state_file() { } if (retval) { msg_printf(0, MSG_ERROR, - "Can't rename state file: %s", boincerror(retval) + "Can't rename state file; check file and directory permissions" ); return ERR_RENAME; } diff --git a/html/inc/cert.inc b/html/inc/cert.inc index 09058d78de..9e7e6e07b1 100644 --- a/html/inc/cert.inc +++ b/html/inc/cert.inc @@ -1,21 +1,23 @@ total_credit*864)/1000; - $unit = "quadrillion"; - $ops = $ops_quadrillion; - if ($ops_quadrillion > 1000) { - $ops = $ops_quadrillion/1000; + // 100 units of credit is 86400*10^9 ops + // 1 unit of credit is 864*10^9 ops + $ops_trillion = ($user->total_credit*864)/1000; + $unit = "trillion"; + $ops = $ops_trillion; + if ($ops_trillion > 1000) { + $ops = $ops_trillion/1000; + $unit = "quadrillion"; + } + if ($ops_trillion > 1000000) { + $ops = $ops_trillion/1000000; $unit = "quintillion"; } - if ($ops_quadrillion > 1000000) { - $ops = $ops_quadrillion/1000000; + if ($ops_trillion > 1000000000) { + $ops = $ops_trillion/1000000000; $unit = "sextillion"; } - if ($ops_quadrillion > 1000000000) { - $ops = $ops_quadrillion/1000000000; - $unit = "septillion"; - } $ops = number_format($ops, 2); } diff --git a/languages/translations/fr.po b/languages/translations/fr.po index 17cdf5496c..faea68df3c 100644 --- a/languages/translations/fr.po +++ b/languages/translations/fr.po @@ -6,7 +6,7 @@ msgstr "" "Last-Translator: Thierry Drumel \n" "Language-Team: \n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=iso-8859-1\n" +"Content-Type: text/plain; charset=iso-8859-15\n" "Content-Transfer-Encoding: 8bit\n" ########################################## @@ -18,7 +18,7 @@ msgstr "" ########################################## # The charset used for the text in this file (please try to use UTF-8 if possible) msgid "CHARSET" -msgstr "iso-8859-1" +msgstr "iso-8859-15" # The name of this language in this language msgid "LANG_NAME_NATIVE" @@ -33,7 +33,17 @@ msgid "POLL_TITLE" msgstr "Enquête utilisateurs BOINC" msgid "POLL_INTRO" -msgstr "Certians projets de calculs distribués, incluant Climateprediction.net, Einstein@home et SETI@home, utilisent un logiciel appellé BOINC. If you participate in projects like this, we request that you answer the following questions. This will help BOINC-based projects increase participation and achieve greater scientific results.

Please answer as many questions as you want, then go to the bottom and click OK. If you previously completed the survey but your answers have changed, please complete it again - your new answers will replace the old ones.

La résultat de cette enquête se trouve ici.

L'enquête est aussi disponible en Anglais et en Japonais. " +msgstr "Certains projets de calculs distribués, incluant " +"Climateprediction.net, Einstein@home et SETI@home, utilisent un logiciel " +"appellé BOINC. Si vous participez à de tels projets, nous vous prions " +"de répondre aux questions ci-dessous. Elles aideront les projets basés " +"sur BOINC à accroître le taux participation et à améliorer leurs " +"recherches.

Répondez à autant de questions que vous le voudrez, et " +"cliquez sur le bouton OK en bas de page. Si vous avez déjà répondu à " +"cette enquête mais que vos réponses ont changé entre temps, nous vous " +"prions d'y répondre à nouveau - vos nouvelles réponses remplaceront les " +"anciennes.

La résultat de cette enquête se trouve ici.

" msgid "POLL_RUN" msgstr "Utilisez-vous BOINC?" @@ -385,7 +395,7 @@ msgid "DL_DOWNLOAD" msgstr "Télécharger BOINC" msgid "DL_VERSION_LNAME_SIZE" -msgstr "% pour %s (%s Mo)" +msgstr "%s pour %s (%s Mo)" msgid "DL_WHATS_BOINC" msgstr " BOINC est un logiciel qui vous permet de faire don du temps inutilisé de votre ordinateur à des projets scientifiques comme SETI@home, Climateprediction.net, Rosetta@home, World Community Grid, parmi bien d'autres.

Après avoir installé BOINC sur votre ordinateur, vous pouvez l'utiliser pour autant de projets que vous le désirerez.

" @@ -454,7 +464,7 @@ msgid "SRQ_APPLMAC_REQ_CPU" msgstr "Un ordinateur Macintosh avec un processeur Intel x86 ou PowerPC G3, G4, or G5" msgid "SRQ_APPLMAC_REQ_RAM" -msgstr "128 Mo de RAM (256 MB RAM ou plus recommandé)" +msgstr "128 Mo de RAM (256 Mo de RAM ou plus recommandé)" msgid "SRQ_APPLMAC_REQ_DISK" msgstr "200 Mo d'espace disque"