You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Rails also has hooks you can hook on to the process of saving, updating or deleting. Here the join_date is automatically filled in on creating a new member
213
207
# We also check for a duplicate study, and discard the duplicate if found.
214
208
# (Not doing this would lead to a database constraint violation.)
Copy file name to clipboardexpand all lines: config/locales/en.yml
+1-11
Original file line number
Diff line number
Diff line change
@@ -33,10 +33,9 @@ en:
33
33
description: Description
34
34
description_en: English description
35
35
description_nl: Dutch description
36
-
disclaimer: Data on this activity may be outdated, as it was addes as a one-time copy of the information given at that time. Up-to-date info can be found on Koala.
Copy file name to clipboardexpand all lines: config/locales/members.en.yml
+2-8
Original file line number
Diff line number
Diff line change
@@ -16,11 +16,6 @@ en:
16
16
unenroll: Unenroll
17
17
update_info: Update info
18
18
back_to_overview: Back to activity overview
19
-
calendar:
20
-
confirm_understand_icalendar:
21
-
confirm: I understand
22
-
text: Koala will maintain the icalendar feed you just copied, at all times. However, koala is only aware of activities for which you are enrolled through koala, and not trough some other platform (like Pretix or a Google form). Remember to add those activities to your calendar manually.
23
-
title: Warning
24
19
error:
25
20
edit: Could not edit!
26
21
enroll: Could not enroll!
@@ -30,16 +25,15 @@ en:
30
25
full: FULL!
31
26
index:
32
27
activities_calendar: Activities calendar
33
-
copy_ICS: Copy Webcal link for all activitites
34
-
copy_ICS_personal: Copy Personalised Webcal link
28
+
copy_ICS: Copy Webcal link
35
29
no_activities: There are no activities for which you can enroll at the moment
36
30
info:
37
31
more_info: More info
38
32
notes_mandatory: Extra info required!
39
33
home:
40
34
edit:
41
35
board: the board
42
-
board_only_change_info: Some data can't be edited by yourself (for example your name, date of birth and student number). If this needs to be updated please contact
36
+
board_only_change_info: Some data can't be edit by yourself (for example your name, date of birth and student number). If this needs to be updated please contact
Copy file name to clipboardexpand all lines: config/locales/members.nl.yml
+1-7
Original file line number
Diff line number
Diff line change
@@ -16,11 +16,6 @@ nl:
16
16
unenroll: Uitschrijven
17
17
update_info: Update info
18
18
back_to_overview: Terug naar overzicht
19
-
calendar:
20
-
confirm_understand_icalendar:
21
-
confirm: Ik begrijp het
22
-
text: Koala zal de icalendar feed die je zojuist hebt gekopieerd te allen tijde bijwerken. Echter, is koala alleen op de hoogte van activiteiten waarvoor je je via Koala hebt ingeschreven, en niet via een ander platform (zoals Pretix of een Google form). Vergeet niet om die activiteiten handmatig aan je agenda toe te voegen.
23
-
title: Waarschuwing
24
19
error:
25
20
edit: Kon niet bijwerken!
26
21
enroll: Kon niet inschrijven!
@@ -30,8 +25,7 @@ nl:
30
25
full: VOL!
31
26
index:
32
27
activities_calendar: Activiteitenkalender
33
-
copy_ICS: Kopieer Webcal link voor alle activiteiten
34
-
copy_ICS_personal: Kopieer gepersonaliseerde Webcal link
28
+
copy_ICS: Kopieer Webcal link
35
29
no_activities: Er zijn op het moment geen activiteiten waar je je voor kunt inschrijven
0 commit comments