You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

19 lines
418 B

  1. define([
  2. ], function(
  3. ) {
  4. return {
  5. login: {
  6. invalid: 'invalid name chosen',
  7. exists: 'username exists, please try another',
  8. allFields: 'please complete all fields',
  9. illegal: 'illegal characters in username/password',
  10. incorrect: 'invalid username and password',
  11. charExists: 'character name is taken'
  12. },
  13. createCharacter: {
  14. nameLength: 'name must be between 3 and 12 characters'
  15. }
  16. };
  17. });