liquid_feedback_frontend
view locale/translations.en.lua @ 7:3941792e8be6
Version beta3
Table allowed_policy is respected while creating new issues
Broken vote now/later link is not shown anymore (until it's implemented)
More user friendly error page
Minor spelling error corrected
Table allowed_policy is respected while creating new issues
Broken vote now/later link is not shown anymore (until it's implemented)
More user friendly error page
Minor spelling error corrected
author | bsw |
---|---|
date | Sat Jan 02 12:00:00 2010 +0100 (2010-01-02) |
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 }