Sprankelprachtig aan/afmeldsysteem

en.yml 951B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. en:
  2. activities:
  3. singular: "Activity"
  4. plural: "Activities"
  5. new: "New activity"
  6. created: "Activity created."
  7. updated: "Activity updated."
  8. destroyed: "Activity destroyed."
  9. upcoming_yours: "Upcoming activities organized by you"
  10. yours: "Your activities"
  11. errors:
  12. must_be_before_start: "must be before start"
  13. must_be_after_start: "must be after start"
  14. already_in: "person already participates in activity"
  15. participant:
  16. singular: "participant"
  17. plural: "participants"
  18. notes: "Notes"
  19. add_notes: "Add notes"
  20. yourresponse: "Your response"
  21. state:
  22. need_response: "Need response"
  23. present: "Present"
  24. absent: "Absent"
  25. unknown: "Unknown"
  26. attrs:
  27. name: "Name"
  28. group: "Group"
  29. when: "When"
  30. where: "Where"
  31. actions: "Actions"
  32. organizers: "Organizers"
  33. description: "Description"
  34. deadline: "Deadline"