|
@@ -82,6 +82,7 @@ en:
|
82
|
82
|
subject: "You have been assigned to subgroup %{subgroup} for %{activity}"
|
83
|
83
|
yoursubgroupis: "The upcoming activity %{activity} uses subgroups, and you have been assigned to subgroup %{subgroup}."
|
84
|
84
|
subgroupmembers: "The other people in this subgroup are: %{others}"
|
|
85
|
+ noothersinsubgroup: "There are no other people in this subgroup. :("
|
85
|
86
|
allsubgroups: "All subgroups (including yours):"
|
86
|
87
|
cannotdecline: "This email was sent when the deadline expired. If you find you cannot attend, please contact the Drerrie, or one of the organisers (%{organizers})."
|
87
|
88
|
|
|
@@ -91,6 +92,9 @@ en:
|
91
|
92
|
created: 'Subgroup created.'
|
92
|
93
|
create_failed: 'Could not create subgroup!'
|
93
|
94
|
|
|
95
|
+ edit: 'Edit subgroup division'
|
|
96
|
+ edited: 'Subgroup division updated.'
|
|
97
|
+
|
94
|
98
|
update: 'Update subgroup'
|
95
|
99
|
updated: 'Subgroup updated.'
|
96
|
100
|
update_failed: 'Could not update subgroup!'
|
|
@@ -98,3 +102,8 @@ en:
|
98
|
102
|
destroy: 'Destroy subgroup'
|
99
|
103
|
destroyed: 'Subgroup destroyed.'
|
100
|
104
|
none: 'There are no subgroups.'
|
|
105
|
+
|
|
106
|
+ filter_nogroup: 'Attending, no subgroup'
|
|
107
|
+ filter_nofilter: 'Show everyone'
|
|
108
|
+
|
|
109
|
+ only_present_people: "Only people who will attend are listed, because people who don't cannot be in a subgroup."
|