View Issue Details

IDProjectCategoryView StatusLast Update
0000609CATS.cacert.orgUser Interfacepublic2012-12-27 17:30
Reporterjandd Assigned Tojandd  
PrioritynormalSeveritytrivialReproducibilityalways
Status closedResolutionfixed 
Summary0000609: English translation in svn is incomplete (constant Global_17 is not defined)
DescriptionAfter 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 InformationThe attached patch fixes this issue.
TagsNo tags attached.

Relationships

related to 0001107 new CACert CATS Manual has only one page, which is mostly empty 

Activities

2008-09-07 15:09

 

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 :");
patch_001.patch (516 bytes)   

Issue History

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