sleepy909 / cpassman

Automatically exported from code.google.com/p/cpassman
1 stars 0 forks source link

German Translations broken #290

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Download and install latest version
2. Install
3. Change language to german

What is the expected output? What do you see instead?
German Loginpage would be expected, but i see a blank page with following 
errormessage:
PHP Parse error:  syntax error, unexpected T_NS_SEPARATOR in 
/var/www/teampass/includes/language/german.php on line 244

What version of the product are you using?
2.1.16

On what operating system? With what Browser (IEx, FFx, ...)
Debian Latest with FF 19.0

Please provide any additional information below.

You can fix it with following diff:

diff /var/www/teampass/includes/language/german.php 
includes/language/german.php 
244c244
< $txt['email_body_item_updated'] = "Hallo,<br><br>das Passwort für 
'#item_label#' wurde geändert.<br /><br />Sie können es <a 
href=\"".@$_SESSION['settings']['cpassman_url']."/index.php?page=items&group=#it
em_category#&id=#item_id#\">HIER</a> einsehen.<br /><br />Gruß";

---
> $txt['email_body_item_updated'] = "Hallo,<br><br>das Passwort für 
'#item_label#' wurde geändert.<br /><br />Sie können es <a 
href=\\"\".@$_SESSION['settings']['cpassman_url'].\"/index.php?page=items&group=
#item_category#&id=#item_id#\\">HIER</a> einsehen.<br /><br />Gruß";

Original issue reported on code.google.com by andy71...@gmail.com on 18 Mar 2013 at 3:10