liquid_feedback_frontend
annotate locale/translations.en.lua @ 3:768faea1096d
Version alpha4
Members interested in an issue or supporting an initiative have a weight information attached. Browsing the members causing that weight is possible.
Initiatives may provide a link to an external discussion platform
Direct link on every initiative page to create an alternative initiative
Bugfix: No error when clicking "neutral", when "neutral" is currently selected
Members interested in an issue or supporting an initiative have a weight information attached. Browsing the members causing that weight is possible.
Initiatives may provide a link to an external discussion platform
Direct link on every initiative page to create an alternative initiative
Bugfix: No error when clicking "neutral", when "neutral" is currently selected
| author | bsw |
|---|---|
| date | Mon Nov 30 12:00:00 2009 +0100 (2009-11-30) |
| parents | 3bfb2fcf7ab9 |
| children | 00d1004545f1 |
| rev | line source |
|---|---|
| bsw/jbe@0 | 1 #!/usr/bin/env lua |
| bsw/jbe@0 | 2 return { |
| bsw/jbe@0 | 3 ["Error compile"] = false; |
| bsw/jbe@0 | 4 ["Error no file"] = false; |
| bsw/jbe@0 | 5 ["Error runtime"] = false; |
| bsw/jbe@0 | 6 ["Home"] = false; |
| bsw/jbe@0 | 7 ["Invalid username or password!"] = false; |
| bsw/jbe@0 | 8 ["Login"] = false; |
| bsw/jbe@0 | 9 ["Login successful!"] = false; |
| bsw/jbe@0 | 10 ["Logout"] = false; |
| bsw/jbe@0 | 11 ["Logout successful"] = false; |
| bsw/jbe@0 | 12 ["Password"] = false; |
| bsw/jbe@0 | 13 ["Password login"] = false; |
| bsw/jbe@0 | 14 ["Username"] = false; |
| bsw/jbe@0 | 15 } |