View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000609 | CATS.cacert.org | User Interface | public | 2008-09-07 15:09 | 2012-12-27 17:30 |
| Reporter | jandd | Assigned To | jandd | ||
| Priority | normal | Severity | trivial | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Summary | 0000609: English translation in svn is incomplete (constant Global_17 is not defined) | ||||
| Description | After installing CATS from svn locally and trying to login without a certificate I get 'Global_17'. The reason is a missing line in lang/english.php. | ||||
| Additional Information | The attached patch fixes this issue. | ||||
| Tags | No tags attached. | ||||
| Attached Files | patch_001.patch (516 bytes)
Index: lang/english.php
===================================================================
--- lang/english.php (revision 965)
+++ lang/english.php (working copy)
@@ -130,6 +130,7 @@
define("Global_15","answered correctly in %");
define("Global_16","You're not logged on at the moment");
define("Global_18","Question ID");
+define("Global_17","Login failed! A valid CAcert certificate is required.");
define("Global_19","Login failed");
define("Global_20","description");
define("Index_01","logged in as :");
| ||||
| related to | 0001107 | new | CACert CATS Manual has only one page, which is mostly empty |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2008-09-07 15:09 | jandd | New Issue | |
| 2008-09-07 15:09 | jandd | File Added: patch_001.patch | |
| 2008-09-08 21:06 | Ted | Status | new => needs work |
| 2008-09-08 21:06 | Ted | Assigned To | => jandd |
| 2008-09-08 21:06 | Ted | Status | needs work => solved? |
| 2008-09-08 21:06 | Ted | Resolution | open => fixed |
| 2008-10-27 23:01 | Ted | Status | solved? => closed |
| 2012-12-27 17:30 | Werner Dworak | Relationship added | related to 0001107 |