blob: 3bf5e2a2435594d17b4664eafef96343f9f0e89f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<?php
return array(
'Calendar' => 'Kalendar',
// 'Calendar settings' => '',
// 'Project calendar view' => '',
// 'User calendar view' => '',
// 'My calendar' => '',
// 'Switch to the list view' => '',
// 'Show tasks based on the start date' => '',
// 'Subtasks time tracking' => '',
);
|