blob: 6eae7b317ca8c70468cc73361da9dfde9fb1be78 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
en:
time_table_combinations:
new:
title: Combine a calendar
success: "operation applied on timetable"
failure: "operation failed on timetable"
combined_type:
calendar: 'Calendars'
time_table: 'Time tables'
operations:
union: "merge"
intersection: "intersect"
disjunction: "disjoin"
combine_form:
time_tables: "Time table to combine with"
activemodel:
attributes:
time_table_combination:
combined_id: "Time table id"
operation: "operation"
time_table_id: "Search a calendar"
calendar_id: "Search a calendar"
|