~ubuntu-branches/ubuntu/precise/boinc/precise

« back to all changes in this revision

Viewing changes to html/user/prefs.php

Tags: 6.12.8+dfsg-1
* New upstream release.
* Simplified debian/rules

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
$columns = get_int("cols", true);
31
31
$updated = get_int("updated", true);
32
32
 
33
 
page_head(subset_name($subset)." preferences");
 
33
page_head(tra("%1 preferences", subset_name($subset)));
34
34
if (isset($updated)) {
35
35
        echo "<p style='color: red'>
36
 
        Your preferences have been updated.
37
 
        Client-related preferences
38
 
        will take effect when your computer communicates
39
 
        with ".PROJECT." or
40
 
        you issue the \"Update\" command from the BOINC client.
 
36
        ".tra("Your preferences have been updated, and
 
37
              will take effect when your computer communicates with %1
 
38
              or you issue the %2Update%3 command from the BOINC Manager.",
 
39
              PROJECT, "<strong>", "</strong>")."
41
40
        </p>
42
41
    ";
43
42
}
48
47
}
49
48
page_tail();
50
49
 
51
 
$cvs_version_tracker[]="\$Id: prefs.php 15758 2008-08-05 22:43:14Z davea $";  //Generated automatically - do not edit
 
50
$cvs_version_tracker[]="\$Id: prefs.php 22102 2010-08-03 03:56:13Z davea $";  //Generated automatically - do not edit
52
51
?>