Another test of the multilanguage features

svn path=/trunk/boinc/; revision=5359
This commit is contained in:
Janus B. Kristensen 2005-02-08 12:15:13 +00:00
parent 3b99622e22
commit 57d8c2e49d
4 changed files with 184 additions and 83 deletions

View File

@ -2,4 +2,31 @@ APPS_TITLE
APPS_DESCRIPTION
APPS_PLATFORM
APPS_VERSION
APPS_INSTALLTIME
APPS_INSTALLTIME
RULES_TITLE
RULES_ONLY_AUTH
RULES_ONLY_AUTH_TEXT
RULES_COMPUTER_USE
RULES_COMPUTER_USE_TEXT_A
RULES_COMPUTER_USE_TEXT_B
RULES_PRIVACY
RULES_PRIVACY_TEXT_A
RULES_PRIVACY_TEXT_B
RULES_PRIVACY_TEXT_C
RULES_SAFE
RULES_SAFE_TEXT_A
RULES_SAFE_TEXT_B
RULES_UTILITY_PROGRAM
RULES_SAFE_TEXT_C
RULES_LIABILITY
RULES_LIABILITY_TEXT
RULES_OTHER
RULES_OTHER_TEXT_A
RULES_OTHER_TEXT_B
CREATE_AC_TITLE
CREATE_AC_READ_RULES
CREATE_AC_ALREADY_GOT
AC_CREATED_TITLE

View File

@ -24,6 +24,12 @@ msgstr "Platform"
msgid "APPS_VERSION"
msgstr "Nuværende version"
msgid "RULES_ONLY_AUTH_TEXT"
msgstr "Run $PROJECT only on computers that you own, "
"or for which you have obtained the owner's permission. "
"Some companies and schools have policies that prohibit using their computers "
"for projects such as $PROJECT"
msgid "APPS_INSTALLTIME"
msgstr "Installeret"

View File

@ -8,6 +8,10 @@
# http://boinc.berkeley.edu/translate.html
##########################################
#########################################
# Apps page (apps.php)
#########################################
msgid "APPS_TITLE"
msgstr "Applications"
@ -27,3 +31,129 @@ msgstr "Current version"
msgid "APPS_INSTALLTIME"
msgstr "Installed"
#########################################
# Rules and Policies page (info.php)
#########################################
msgid "RULES_TITLE"
msgstr "Rules and Policies"
msgid "RULES_ONLY_AUTH"
msgstr "Run $PROJECT only on authorized computers"
msgid "RULES_ONLY_AUTH_TEXT"
msgstr "Run $PROJECT only on computers that you own, "
"or for which you have obtained the owner's permission. "
"Some companies and schools have policies that prohibit using their computers "
"for projects such as $PROJECT"
msgid "RULES_COMPUTER_USE"
msgstr "How $PROJECT will use your computer"
msgid "RULES_COMPUTER_USE_TEXT_A"
msgstr "When you run $PROJECT on your computer, "
"it will use part of the computer's CPU power, disk space, and network bandwidth. "
"You can control how much of your resources are used by $PROJECT, "
"and when it uses them."
msgid "RULES_COMPUTER_USE_TEXT_B"
msgstr "The work done by your computer contributes to the "
"goals of $PROJECT, as described on its web site. "
"The application programs may change from time to time."
msgid "RULES_PRIVACY"
msgstr "Privacy policy"
msgid "RULES_PRIVACY_TEXT_A"
msgstr "Your account on $PROJECT is identified by a name that you choose. "
"This name may be shown on the $PROJECT web site, along with a summary of "
"the work your computer has done for $PROJECT. "
"If you want to be anonymous, choose a name that doesn't reveal your identity."
msgid "RULES_PRIVACY_TEXT_B"
msgstr "If you participate in $PROJECT, information about your computer "
"(such as its processor type, amount of memory, etc.) "
"will be recorded by $PROJECT and used to decide what type of work to "
"assign to your computer. This information will also be shown on "
"$PROJECT's web site. "
"Nothing that reveals your computer's location (e.g. its domain name or "
"network address) will be shown."
msgid "RULES_PRIVACY_TEXT_C"
msgstr "To participate in $PROJECT, you must give an address where you receive email. "
"This address will not be shown on the $PROJECT web site or shared with organizations. "
"$PROJECT may send you periodic newsletters; however, you can opt out at any time."
msgid "RULES_SAFE"
msgstr "Is it safe to run $PROJECT ?"
msgid "RULES_SAFE_TEXT_A"
msgstr "Any time you download a program through the Internet you are taking a chance: "
"the program might have dangerous errors, "
"or the download server might have been hacked. "
"$PROJECT has made efforts to minimize these risks. "
"We have tested our applications carefully. "
"Our servers are behind a firewall and are configured for high security. "
"To ensure the integrity of program downloads, all executable files are digitally "
"signed on a secure computer not connected to the Internet."
msgid "RULES_SAFE_TEXT_B"
msgstr "The applications run by $PROJECT may cause some computers to overheat. "
"If this happens, stop running $PROJECT or use a %s that limits CPU usage."
msgid "RULES_UTILITY_PROGRAM"
msgstr "utility program"
msgid "RULES_SAFE_TEXT_C"
msgstr "$PROJECT was developed by %s. BOINC was developed at the University of "
"California."
msgid "RULES_LIABILITY"
msgstr "Liability"
msgid "RULES_LIABILITY_TEXT"
msgstr "$PROJECT and %s assume no liability for damage to your computer, "
"loss of data, or any other event or condition that may occur as a result of "
"participating in $PROJECT."
msgid "RULES_OTHER"
msgstr "Other BOINC projects"
msgid "RULES_OTHER_TEXT_A"
msgstr "Other projects use the same platform, BOINC, as $PROJECT. You may want "
"to consider participating in one or more of these projects. "
"By doing so, your computer will do useful work even when $PROJECT has no work "
"available for it."
msgid "RULES_OTHER_TEXT_B"
msgstr "These other projects are not associated with $PROJECT, and we cannot "
"vouch for their security practices or the nature of their research. Join them "
"at your own risk."
#########################################
# Create account form (create_account_form.php)
#########################################
msgid "CREATE_AC_TITLE"
msgstr "Create an account"
msgid "CREATE_AC_READ_RULES"
msgstr "Read the %s before creating an account."
msgid "CREATE_AC_ALREADY_GOT"
msgstr "If you already received an account ID, do not submit this form. "
"%s instead."
msgid "AC_CREATED_TITLE"
msgstr "Activate your account"
msgid ""
msgstr ""
msgid ""
msgstr ""
msgid ""
msgstr ""
msgid ""
msgstr ""

View File

@ -1,94 +1,32 @@
<?php
require_once('../inc/util.inc');
require_once('../inc/translation.inc');
page_head('Rules and Policies');
page_head(tr(RULES_TITLE));
echo "
<h3>Run ", PROJECT, " only on authorized computers</h3>
<h3>".tr(RULES_ONLY_AUTH)."</h3>
<p>".tr(RULES_ONLY_AUTH_TEXT)."
<p>
Run ", PROJECT, " only on computers that you own,
or for which you have obtained the owner's permission.
Some companies and schools have policies that prohibit using their computers
for projects such as ",PROJECT, ".
<h3>".tr(RULES_COMPUTER_USE)."</h3>
<p>".tr(RULES_COMPUTER_USE_TEXT_A)."
<p>".tr(RULES_COMPUTER_USE_TEXT_B)."
<h3>How ", PROJECT, " will use your computer</h3>
<h3>".tr(RULES_PRIVACY)."</h3>
<p>".tr(RULES_PRIVACY_TEXT_A)."
<p>".tr(RULES_PRIVACY_TEXT_B)."
<p>".tr(RULES_PRIVACY_TEXT_C)."
<p>
When you run ", PROJECT, " on your computer,
it will use part of the computer's CPU power, disk space, and network bandwidth.
You can control how much of your resources are used by ", PROJECT, ",
and when it uses them.
<h3>".tr(RULES_SAFE)."</h3>
<p>".tr(RULES_SAFE_TEXT_A)."
<p>"; printf(tr(RULES_SAFE_TEXT_B), "<a href=\"download_network.php\">".tr(RULES_UTILITY_PROGRAM)."</a>"); echo "
<p>"; printf(tr(RULES_SAFE_TEXT_C), COPYRIGHT_HOLDER); echo "
<p>
The work done by your computer contributes to the
goals of ", PROJECT, ",
as described on its web site.
The application programs may change from time to time.
<h3>".tr(RULES_LIABILITY)."</h3>
<p>"; printf(tr(RULES_LIABILITY_TEXT), COPYRIGHT_HOLDER); echo "
<h3>Privacy policy</h3>
<p>
Your account on ", PROJECT, " is identified by a name that you choose.
This name may be shown on the ", PROJECT, " web site,
along with a summary of the work your computer has done for ", PROJECT, ".
If you want to be anonymous, choose a name that doesn't reveal your identity.
<p>
If you participate in ", PROJECT, ", information about your computer
(such as its processor type, amount of memory, etc.)
will be recorded by ", PROJECT, " and used to decide
what type of work to assign to your computer.
This information will also be shown on ", PROJECT, "'s web site.
Nothing that reveals your computer's location
(e.g. its domain name or network address) will be shown.
<p>
To participate in ", PROJECT, ", you must give an address where you receive email.
This address will not be shown on the ", PROJECT, " web site or shared with organizations.
", PROJECT, " may send you periodic newsletters;
however, you can opt out at any time.
<h3>Is it safe to run ", PROJECT, " ?</h3>
<p>
Any time you download a program through the Internet you are taking a chance:
the program might have dangerous errors,
or the download server might have been hacked.
", PROJECT, " has made efforts to minimize these risks.
We have tested our applications carefully.
Our servers are behind a firewall and are configured for high security.
To ensure the integrity of program downloads,
all executable files are digitally signed on a secure computer
not connected to the Internet.
<p>
The applications run by ", PROJECT, " may cause some computers to overheat.
If this happens, stop running ", PROJECT ," or use a
<a href=download_network.php>utility program</a> that limits CPU usage.
<p>
", PROJECT, " was developed by ".COPYRIGHT_HOLDER.".
BOINC was developed at the University of California.
<h3>Liability</h3>
<p>
", PROJECT, " and ".COPYRIGHT_HOLDER."
assume no liability for damage to your computer,
loss of data, or any other event or condition that may occur
as a result of participating in ", PROJECT, ".
<h3>Other BOINC projects</h3>
<p>
Other projects use the same platform, BOINC, as ", PROJECT, ".
You may want to consider participating in one or more of these projects.
By doing so, your computer will do useful work even when ", PROJECT, " has no work available for it.
<p>
These other projects are not associated with ", PROJECT, ", and we cannot vouch for their security practices or the nature of their research.
Join them at your own risk.
";
<h3>".tr(RULES_OTHER)."</h3>
<p>".tr(RULES_OTHER_TEXT_A)."
<p>".tr(RULES_OTHER_TEXT_B);
page_tail();
?>