Index: trunk/tools/toolserver-sso/web/WEB-INF/classes/i18n.properties |
— | — | @@ -1,3 +1,11 @@ |
| 2 | +# How to localise this file: |
| 3 | +# |
| 4 | +# - Copy it to i18n_xx.properties, where xx is the language code |
| 5 | +# - Edit as appropriate. |
| 6 | +# - Convert it to Latin-1. Or, run it through the Java tool native2ascii: |
| 7 | +# native2ascii <i18n_xx.properties.new >i18n_xx.properties |
| 8 | +# - Commit. |
| 9 | +# |
2 | 10 | frontpage.title=Toolserver Single Sign On |
3 | 11 | frontpage.errormsg=Error: {0} |
4 | 12 | frontpage.label.username=Username: |