liquid_feedback_frontend
view locale/translations.en.lua @ 11:77d58efe99fd
Version beta7
Important security fixes:
- Added missing HTML encoding to postal address of member
- Link to discussion URL only if it starts with http(s)://
Other bugfixes:
- Fixed wrong display of 2nd level delegating voters for an initiative
- Do not display invited initiators as initiators while voting
- Added missing translation
New features:
- Public message of the day
- Both direct and indirect supporter count is shown in tab heads
- Support shown in initiative lists
Language chooser at the login page has been added (again)
Important security fixes:
- Added missing HTML encoding to postal address of member
- Link to discussion URL only if it starts with http(s)://
Other bugfixes:
- Fixed wrong display of 2nd level delegating voters for an initiative
- Do not display invited initiators as initiators while voting
- Added missing translation
New features:
- Public message of the day
- Both direct and indirect supporter count is shown in tab heads
- Support shown in initiative lists
Language chooser at the login page has been added (again)
| author | bsw |
|---|---|
| date | Fri Jan 22 12:00:00 2010 +0100 (2010-01-22) |
| parents | 3bfb2fcf7ab9 |
| children | 00d1004545f1 |
line source
1 #!/usr/bin/env lua
2 return {
3 ["Error compile"] = false;
4 ["Error no file"] = false;
5 ["Error runtime"] = false;
6 ["Home"] = false;
7 ["Invalid username or password!"] = false;
8 ["Login"] = false;
9 ["Login successful!"] = false;
10 ["Logout"] = false;
11 ["Logout successful"] = false;
12 ["Password"] = false;
13 ["Password login"] = false;
14 ["Username"] = false;
15 }
