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.
 
 
 

18 lines
383 B

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