Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
 
 

31 righe
823 B

  1. /**
  2. * Created by Benny on 12.10.2014.
  3. */
  4. "use strict";
  5. var TB = TB || {};
  6. TB.Config = TB.Config || {};
  7. TB.Config.General = {
  8. team_categories : [
  9. 'American Football', 'Angeln', 'Aerobic',
  10. 'Baseball', 'Basketball', 'Beachvolleyball', 'Billiard', 'Bowling', 'Badminton',
  11. 'Cheerleading', 'Curling',
  12. 'Drachenboot', 'Darts',
  13. 'Eishockey', 'E-Sport',
  14. 'Fußball', 'Freiwillige Feuerwehr',
  15. 'Golf', 'Gymnastik',
  16. 'Handball', 'Hockey',
  17. 'Inline Hockey',
  18. 'Kanu fahren', 'Klettern', 'Karneval', 'Kegeln',
  19. 'Laufen',
  20. 'Musikchor',
  21. 'Pilates',
  22. 'Segeln',
  23. 'Tennis', 'Tischtennis', 'Tanzen',
  24. 'Rugby', 'Radfahren',
  25. 'Volleyball',
  26. 'Wasserball',
  27. 'Yoga'
  28. ]
  29. };