Overview
Request 834 (accepted)
Check in 3.2.6
- Created by vanmeeuwen about 10 years ago
- In state accepted
-
Open review for
Admin
Submit package Kolab:Development / roundcubem...gins-kolab to package Kolab:3.4 / roundcubemail-plugins-kolab
roundcubemail-plugins-kolab.spec
Changed
x
1
2
%global tmpdir %{_var}/lib/roundcubemail
3
4
Name: roundcubemail-plugins-kolab
5
-Version: 3.2.5
6
-Release: 2%{?dist}
7
+Version: 3.2.6
8
+Release: 1%{?dist}
9
Summary: Kolab Groupware plugins for Roundcube Webmail
10
11
Group: Applications/Internet
12
13
%description -n roundcubemail-plugin-kolab_notes
14
Plugin kolab_notes
15
16
+%package -n roundcubemail-plugin-kolab_shortcuts
17
+Summary: Plugin kolab_shortcuts
18
+Group: Applications/Internet
19
+Requires: roundcubemail(core) >= %{roundcube_version}
20
+Requires: roundcubemail(plugin-kolab_shortcuts-assets) = %{?epoch:%{epoch}:}%{version}-%{release}
21
+Provides: roundcubemail(plugin-kolab_shortcuts) = %{?epoch:%{epoch}:}%{version}-%{release}
22
+
23
+%description -n roundcubemail-plugin-kolab_shortcuts
24
+Plugin kolab_shortcuts
25
+
26
%package -n roundcubemail-plugin-kolab_tags
27
Summary: Plugin kolab_tags
28
Group: Applications/Internet
29
30
%description -n roundcubemail-plugin-kolab_notes-assets
31
Plugin kolab_notes Assets
32
33
+%package -n roundcubemail-plugin-kolab_shortcuts-assets
34
+Summary: Plugin kolab_shortcuts Assets
35
+Group: Applications/Internet
36
+Provides: roundcubemail(plugin-kolab_shortcuts-assets) = %{?epoch:%{epoch}:}%{version}-%{release}
37
+
38
+%description -n roundcubemail-plugin-kolab_shortcuts-assets
39
+Plugin kolab_shortcuts Assets
40
+
41
%package -n roundcubemail-plugin-kolab_tags-assets
42
Summary: Plugin kolab_tags Assets
43
Group: Applications/Internet
44
45
%{__rm} -f "%{_localstatedir}/lib/rpm-state/roundcubemail/httpd.restarted"
46
fi
47
48
+%pre -n roundcubemail-plugin-kolab_shortcuts
49
+if [ -f "%{_localstatedir}/lib/rpm-state/roundcubemail/httpd.restarted" ]; then
50
+ %{__rm} -f "%{_localstatedir}/lib/rpm-state/roundcubemail/httpd.restarted"
51
+fi
52
+
53
%pre -n roundcubemail-plugin-kolab_tags
54
if [ -f "%{_localstatedir}/lib/rpm-state/roundcubemail/httpd.restarted" ]; then
55
%{__rm} -f "%{_localstatedir}/lib/rpm-state/roundcubemail/httpd.restarted"
56
57
touch %{_localstatedir}/lib/rpm-state/roundcubemail/httpd.restarted
58
fi
59
60
+%posttrans -n roundcubemail-plugin-kolab_shortcuts
61
+if [ ! -f "%{_localstatedir}/lib/rpm-state/roundcubemail/httpd.restarted" ]; then
62
+ if [ -f "%{php_inidir}/apc.ini" ]; then
63
+ if [ ! -z "$(grep ^apc.enabled=1 %{php_inidir}/apc.ini)" ]; then
64
+%if 0%{?with_systemd}
65
+ /bin/systemctl condrestart %{httpd_name}.service
66
+%else
67
+ /sbin/service %{httpd_name} condrestart
68
+%endif
69
+ fi
70
+ fi
71
+ %{__mkdir_p} %{_localstatedir}/lib/rpm-state/roundcubemail/
72
+ touch %{_localstatedir}/lib/rpm-state/roundcubemail/httpd.restarted
73
+fi
74
+
75
%posttrans -n roundcubemail-plugin-kolab_tags
76
if [ ! -f "%{_localstatedir}/lib/rpm-state/roundcubemail/httpd.restarted" ]; then
77
if [ -f "%{php_inidir}/apc.ini" ]; then
78
79
%files -n roundcubemail-plugin-kolab_notes -f plugin-kolab_notes.files
80
%defattr(-,root,root,-)
81
82
+%files -n roundcubemail-plugin-kolab_shortcuts -f plugin-kolab_shortcuts.files
83
+%defattr(-,root,root,-)
84
+
85
%files -n roundcubemail-plugin-kolab_tags -f plugin-kolab_tags.files
86
%defattr(-,root,root,-)
87
88
89
%files -n roundcubemail-plugin-kolab_notes-assets -f plugin-kolab_notes-assets.files
90
%defattr(-,root,root,-)
91
92
+%files -n roundcubemail-plugin-kolab_shortcuts-assets -f plugin-kolab_shortcuts-assets.files
93
+%defattr(-,root,root,-)
94
+
95
%files -n roundcubemail-plugin-kolab_tags-assets -f plugin-kolab_tags-assets.files
96
%defattr(-,root,root,-)
97
98
debian.changelog
Changed
11
1
2
+roundcubemail-plugins-kolab (1:3.2.6-0~kolab1) unstable; urgency=low
3
+
4
+ * Release of version 3.2.6
5
+
6
+ -- Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> Sun, 22 Feb 2015 18:41:13 +0200
7
+
8
roundcubemail-plugins-kolab (1:3.2.5-0~kolab2) unstable; urgency=low
9
10
* Removed tmpdir+symlink for odfviewer
11
roundcubemail-plugins-kolab-3.2.5.tar.gz/plugins/calendar/calendar.php -> roundcubemail-plugins-kolab-3.2.6.tar.gz/plugins/calendar/calendar.php
Changed
441
1
2
$event = rcube_utils::get_input_value('e', rcube_utils::INPUT_POST, true);
3
$success = $reload = $got_msg = false;
4
5
- // don't notify if modifying a recurring instance (really?)
6
- if ($event['_savemode'] && in_array($event['_savemode'], array('current','future')) && $event['_notify'] && $action != 'remove')
7
- unset($event['_notify']);
8
// force notify if hidden + active
9
- else if ((int)$this->rc->config->get('calendar_itip_send_option', $this->defaults['calendar_itip_send_option']) === 1)
10
+ if ((int)$this->rc->config->get('calendar_itip_send_option', $this->defaults['calendar_itip_send_option']) === 1)
11
$event['_notify'] = 1;
12
13
// read old event data in order to find changes
14
- if (($event['_notify'] || $event['decline']) && $action != 'new')
15
+ if (($event['_notify'] || $event['_decline']) && $action != 'new') {
16
$old = $this->driver->get_event($event);
17
18
+ // load main event when savemode is 'all'
19
+ if ($event['_savemode'] == 'all' && $old['recurrence_id']) {
20
+ $old['id'] = $old['recurrence_id'];
21
+ $old = $this->driver->get_event($old);
22
+ }
23
+ }
24
+
25
switch ($action) {
26
case "new":
27
// create UID for new event
28
29
$this->write_preprocess($event, $action);
30
if ($success = $this->driver->new_event($event)) {
31
$event['id'] = $event['uid'];
32
+ $event['_savemode'] = 'all';
33
$this->cleanup_event($event);
34
+ $this->event_save_success($event, null, $action, true);
35
}
36
$reload = $success && $event['recurrence'] ? 2 : 1;
37
break;
38
39
$this->write_preprocess($event, $action);
40
if ($success = $this->driver->edit_event($event)) {
41
$this->cleanup_event($event);
42
- if ($success !== true) {
43
- $event['id'] = $success;
44
- $old = null;
45
- }
46
+ $this->event_save_success($event, $old, $action, $success);
47
}
48
- $reload = $success && ($event['recurrence'] || $event['_savemode'] || $event['_fromcalendar']) ? 2 : 1;
49
+ $reload = $success && ($event['recurrence'] || $event['_savemode'] || $event['_fromcalendar']) ? 2 : 1;
50
break;
51
52
case "resize":
53
$this->write_preprocess($event, $action);
54
if ($success = $this->driver->resize_event($event)) {
55
- if ($success !== true) {
56
- $event['id'] = $success;
57
- $old = null;
58
- }
59
+ $this->event_save_success($event, $old, $action, $success);
60
}
61
$reload = $event['_savemode'] ? 2 : 1;
62
break;
63
64
case "move":
65
$this->write_preprocess($event, $action);
66
if ($success = $this->driver->move_event($event)) {
67
- if ($success !== true) {
68
- $event['id'] = $success;
69
- $old = null;
70
- }
71
+ $this->event_save_success($event, $old, $action, $success);
72
}
73
$reload = $success && $event['_savemode'] ? 2 : 1;
74
break;
75
76
$got_msg = true;
77
}
78
79
+ // send cancellation for the main event
80
+ if ($event['_savemode'] == 'all')
81
+ unset($old['_instance'], $old['recurrence_date'], $old['recurrence_id']);
82
+ else if ($event['_savemode'] == 'future')
83
+ $old['thisandfuture'] = true;
84
+
85
// send iTIP reply that participant has declined the event
86
- if ($success && $event['decline']) {
87
+ if ($success && $event['_decline']) {
88
$emails = $this->get_user_emails();
89
foreach ($old['attendees'] as $i => $attendee) {
90
if ($attendee['role'] == 'ORGANIZER')
91
92
$reply_sender = $attendee['email'];
93
}
94
}
95
-
96
+
97
$itip = $this->load_itip();
98
$itip->set_sender_email($reply_sender);
99
if ($organizer && $itip->send_itip_message($old, 'REPLY', $organizer, 'itipsubjectdeclined', 'itipmailbodydeclined'))
100
101
else
102
$this->rc->output->command('display_message', $this->gettext('itipresponseerror'), 'error');
103
}
104
+ else if ($success) {
105
+ $this->event_save_success($event, $old, $action, $success);
106
+ }
107
break;
108
109
case "undo":
110
111
112
case "rsvp":
113
$itip_sending = $this->rc->config->get('calendar_itip_send_option', $this->defaults['calendar_itip_send_option']);
114
- $status = rcube_utils::get_input_value('status', rcube_utils::INPUT_GPC);
115
+ $status = rcube_utils::get_input_value('status', rcube_utils::INPUT_POST);
116
+ $attendees = rcube_utils::get_input_value('attendees', rcube_utils::INPUT_POST);
117
$reply_comment = $event['comment'];
118
119
$this->write_preprocess($event, 'edit');
120
$ev = $this->driver->get_event($event);
121
$ev['attendees'] = $event['attendees'];
122
$ev['free_busy'] = $event['free_busy'];
123
+ $ev['_savemode'] = $event['_savemode'];
124
125
// send invitation to delegatee + add it as attendee
126
if ($status == 'delegated' && $event['to']) {
127
$itip = $this->load_itip();
128
- if ($itip->delegate_to($ev, $event['to'], (bool)$event['rsvp'])) {
129
+ if ($itip->delegate_to($ev, $event['to'], (bool)$event['rsvp'], $attendees)) {
130
$this->rc->output->show_message('calendar.itipsendsuccess', 'confirmation');
131
$noreply = false;
132
}
133
134
135
$event = $ev;
136
137
- if ($success = $this->driver->edit_rsvp($event, $status)) {
138
+ // compose a list of attendees affected by this change
139
+ $updated_attendees = array_filter(array_map(function($j) use ($event) {
140
+ return $event['attendees'][$j];
141
+ }, $attendees));
142
+
143
+ if ($success = $this->driver->edit_rsvp($event, $status, $updated_attendees)) {
144
$noreply = rcube_utils::get_input_value('noreply', rcube_utils::INPUT_GPC);
145
$noreply = intval($noreply) || $status == 'needs-action' || $itip_sending === 0;
146
- $reload = $event['calendar'] != $ev['calendar'] ? 2 : 1;
147
+ $reload = $event['calendar'] != $ev['calendar'] || $event['recurrence'] ? 2 : 1;
148
$organizer = null;
149
$emails = $this->get_user_emails();
150
151
152
$itip = $this->load_itip();
153
$itip->set_sender_email($reply_sender);
154
$event['comment'] = $reply_comment;
155
+ $event['thisandfuture'] = $event['_savemode'] == 'future';
156
if ($organizer && $itip->send_itip_message($event, 'REPLY', $organizer, 'itipsubject' . $status, 'itipmailbody' . $status))
157
$this->rc->output->command('display_message', $this->gettext(array('name' => 'sentresponseto', 'vars' => array('mailto' => $organizer['name'] ? $organizer['name'] : $organizer['email']))), 'confirmation');
158
else
159
$this->rc->output->command('display_message', $this->gettext('itipresponseerror'), 'error');
160
}
161
+
162
+ // refresh all calendars
163
+ if ($event['calendar'] != $ev['calendar']) {
164
+ $this->rc->output->command('plugin.refresh_calendar', array('source' => null, 'refetch' => true));
165
+ $reload = 0;
166
+ }
167
}
168
break;
169
170
171
$this->rc->output->show_message('calendar.errorsaving', 'error');
172
}
173
174
- // send out notifications
175
- if ($success && $event['_notify'] && ($event['attendees'] || $old['attendees'])) {
176
- // make sure we have the complete record
177
- $event = $action == 'remove' ? $old : $this->driver->get_event($event);
178
-
179
- // sending notification on a recurrence instance -> re-send the main event
180
- if ($event['recurrence_id']) {
181
- $event = $this->driver->get_event(array('id' => $event['recurrence_id'], 'cal' => $event['calendar']));
182
- $action = 'edit';
183
- }
184
-
185
- // only notify if data really changed (TODO: do diff check on client already)
186
- if (!$old || $action == 'remove' || self::event_diff($event, $old)) {
187
- $sent = $this->notify_attendees($event, $old, $action, $event['_comment']);
188
- if ($sent > 0)
189
- $this->rc->output->show_message('calendar.itipsendsuccess', 'confirmation');
190
- else if ($sent < 0)
191
- $this->rc->output->show_message('calendar.errornotifying', 'error');
192
- }
193
- }
194
-
195
// unlock client
196
$this->rc->output->command('plugin.unlock_saving');
197
198
199
}
200
201
/**
202
+ * Helper method sending iTip notifications after successful event updates
203
+ */
204
+ private function event_save_success(&$event, $old, $action, $success)
205
+ {
206
+ // $success is a new event ID
207
+ if ($success !== true) {
208
+ // send update notification on the main event
209
+ if ($event['_savemode'] == 'future' && $event['_notify'] && $old['attendees'] && $old['recurrence_id']) {
210
+ $master = $this->driver->get_event(array('id' => $old['recurrence_id'], 'calendar' => $old['calendar']));
211
+ unset($master['_instance'], $master['recurrence_date']);
212
+
213
+ $sent = $this->notify_attendees($master, null, $action, $event['_comment']);
214
+ if ($sent < 0)
215
+ $this->rc->output->show_message('calendar.errornotifying', 'error');
216
+
217
+ $event['attendees'] = $master['attendees']; // this tricks us into the next if clause
218
+ }
219
+
220
+ $event['id'] = $success;
221
+ $event['_savemode'] = 'all';
222
+ $old = null;
223
+ }
224
+
225
+ // send out notifications
226
+ if ($event['_notify'] && ($event['attendees'] || $old['attendees'])) {
227
+ $_savemode = $event['_savemode'];
228
+
229
+ // send notification for the main event when savemode is 'all'
230
+ if ($action != 'remove' && $_savemode == 'all' && ($event['recurrence_id'] || $old['recurrence_id'] || ($old && $old['id'] != $event['id']))) {
231
+ $event['id'] = $event['recurrence_id'] ?: ($old['recurrence_id'] ?: $old['id']);
232
+ $event = $this->driver->get_event($event);
233
+ unset($event['_instance'], $event['recurrence_date']);
234
+ }
235
+ else {
236
+ // make sure we have the complete record
237
+ $event = $action == 'remove' ? $old : $this->driver->get_event($event);
238
+ }
239
+
240
+ $event['_savemode'] = $_savemode;
241
+
242
+ if ($old) {
243
+ $old['thisandfuture'] = $_savemode == 'future';
244
+ }
245
+
246
+ // only notify if data really changed (TODO: do diff check on client already)
247
+ if (!$old || $action == 'remove' || self::event_diff($event, $old)) {
248
+ $sent = $this->notify_attendees($event, $old, $action, $event['_comment']);
249
+ if ($sent > 0)
250
+ $this->rc->output->show_message('calendar.itipsendsuccess', 'confirmation');
251
+ else if ($sent < 0)
252
+ $this->rc->output->show_message('calendar.errornotifying', 'error');
253
+ }
254
+ }
255
+ }
256
+
257
+ /**
258
* Handler for load-requests from fullcalendar
259
* This will return pure JSON formatted output
260
*/
261
262
if ($event['recurrence']) {
263
$event['recurrence_text'] = $this->lib->recurrence_text($event['recurrence']);
264
$event['recurrence'] = $this->lib->to_client_recurrence($event['recurrence'], $event['allday']);
265
+ unset($event['recurrence_date']);
266
}
267
268
foreach ((array)$event['attachments'] as $k => $attachment) {
269
270
if ($attendee['status'] == 'DELEGATED' && $attendee['rsvp'] == false) {
271
$event['attendees'][$i]['noreply'] = true;
272
}
273
+ else {
274
+ unset($event['attendees'][$i]['noreply']);
275
+ }
276
}
277
278
if ($organizer === null && !empty($event['organizer'])) {
279
280
// add comment to the iTip attachment
281
$event['comment'] = $comment;
282
283
+ // set a valid recurrence-id if this is a recurrence instance
284
+ libcalendaring::identify_recurrence_instance($event);
285
+
286
// compose multipart message using PEAR:Mail_Mime
287
$method = $action == 'remove' ? 'CANCEL' : 'REQUEST';
288
$message = $itip->compose_itip_message($event, $method, $event['sequence'] > $old['sequence']);
289
290
$sent = -100;
291
}
292
293
+ // TODO: on change of a recurring (main) event, also send updates to differing attendess of recurrence exceptions
294
+
295
// send CANCEL message to removed attendees
296
foreach ((array)$old['attendees'] as $attendee) {
297
if ($attendee['ROLE'] == 'ORGANIZER' || !$attendee['email'] || in_array(strtolower($attendee['email']), $current))
298
299
public static function event_diff($a, $b)
300
{
301
$diff = array();
302
- $ignore = array('changed' => 1, 'attachments' => 1, 'recurrence' => 1, '_notify' => 1, '_owner' => 1);
303
+ $ignore = array('changed' => 1, 'attachments' => 1, '_notify' => 1, '_owner' => 1, '_savemode' => 1);
304
foreach (array_unique(array_merge(array_keys($a), array_keys($b))) as $key) {
305
if (!$ignore[$key] && $a[$key] != $b[$key])
306
$diff[] = $key;
307
308
*/
309
function event_itip_remove()
310
{
311
- $success = false;
312
- $uid = rcube_utils::get_input_value('uid', rcube_utils::INPUT_POST);
313
+ $success = false;
314
+ $uid = rcube_utils::get_input_value('uid', rcube_utils::INPUT_POST);
315
+ $instance = rcube_utils::get_input_value('_instance', rcube_utils::INPUT_POST);
316
+ $savemode = rcube_utils::get_input_value('_savemode', rcube_utils::INPUT_POST);
317
318
// search for event if only UID is given
319
- if ($event = $this->driver->get_event(array('uid' => $uid), true)) {
320
+ if ($event = $this->driver->get_event(array('uid' => $uid, '_instance' => $instance), true)) {
321
+ $event['_savemode'] = $savemode;
322
$success = $this->driver->remove_event($event, true);
323
}
324
325
326
$delete = intval(rcube_utils::get_input_value('_del', rcube_utils::INPUT_POST));
327
$noreply = intval(rcube_utils::get_input_value('_noreply', rcube_utils::INPUT_POST));
328
$noreply = $noreply || $status == 'needs-action' || $itip_sending === 0;
329
+ $instance = rcube_utils::get_input_value('_instance', rcube_utils::INPUT_POST);
330
+ $savemode = rcube_utils::get_input_value('_savemode', rcube_utils::INPUT_POST);
331
332
$error_msg = $this->gettext('errorimportingevent');
333
$success = false;
334
335
336
// save to calendar
337
if ($calendar && !$calendar['readonly']) {
338
- $event['calendar'] = $calendar['id'];
339
-
340
- // check for existing event with the same UID
341
- $existing = $this->driver->get_event($event['uid'], true, false, true);
342
-
343
+ // check for existing event with the same UID
344
+ $existing = $this->driver->get_event($event, true, false, true);
345
+
346
if ($existing) {
347
+ // forward savemode for correct updates of recurring events
348
+ $existing['_savemode'] = $savemode ?: $event['_savemode'];
349
+
350
// only update attendee status
351
if ($event['_method'] == 'REPLY') {
352
// try to identify the attendee using the email sender address
353
354
}
355
}
356
$event_attendee = null;
357
+ $update_attendees = array();
358
foreach ($event['attendees'] as $attendee) {
359
if ($event['_sender'] && ($attendee['email'] == $event['_sender'] || $attendee['email'] == $event['_sender_utf'])) {
360
$event_attendee = $attendee;
361
+ $update_attendees[] = $attendee;
362
$metadata['fallback'] = $attendee['status'];
363
$metadata['attendee'] = $attendee['email'];
364
$metadata['rsvp'] = $attendee['rsvp'] || $attendee['role'] != 'NON-PARTICIPANT';
365
366
}
367
// also copy delegate attendee
368
else if (!empty($attendee['delegated-from']) &&
369
- (stripos($attendee['delegated-from'], $event['_sender']) !== false || stripos($attendee['delegated-from'], $event['_sender_utf']) !== false) &&
370
- (!in_array($attendee['email'], $existing_attendee_emails))) {
371
- $existing['attendees'][] = $attendee;
372
+ (stripos($attendee['delegated-from'], $event['_sender']) !== false ||
373
+ stripos($attendee['delegated-from'], $event['_sender_utf']) !== false)) {
374
+ $update_attendees[] = $attendee;
375
+ if (!in_array($attendee['email'], $existing_attendee_emails)) {
376
+ $existing['attendees'][] = $attendee;
377
+ }
378
}
379
}
380
381
382
// found matching attendee entry in both existing and new events
383
if ($existing_attendee >= 0 && $event_attendee) {
384
$existing['attendees'][$existing_attendee] = $event_attendee;
385
- $success = $this->driver->edit_event($existing);
386
+ $success = $this->driver->update_attendees($existing, $update_attendees);
387
}
388
// update the entire attendees block
389
else if (($event['sequence'] >= $existing['sequence'] || $event['changed'] >= $existing['changed']) && $event_attendee) {
390
$existing['attendees'][] = $event_attendee;
391
- $success = $this->driver->edit_event($existing);
392
+ $success = $this->driver->update_attendees($existing, $update_attendees);
393
}
394
else {
395
$error_msg = $this->gettext('newerversionexists');
396
397
if ($status == 'declined' || $event['status'] == 'CANCELLED' || $event_attendee['role'] == 'NON-PARTICIPANT') {
398
$event['free_busy'] = 'free';
399
}
400
- $success = $this->driver->new_event($event);
401
+
402
+ // if the RSVP reply only refers to a single instance:
403
+ // store unmodified master event with current instance as exception
404
+ if (!empty($instance) && !empty($savemode) && $savemode != 'all') {
405
+ $master = $this->lib->mail_get_itip_object($mbox, $uid, $mime_id, 'event');
406
+ if ($master['recurrence'] && !$master['_instance']) {
407
+ // compute recurring events until this instance's date
408
+ if ($recurrence_date = rcube_utils::anytodatetime($instance, $master['start']->getTimezone())) {
409
+ $recurrence_date->setTime(23,59,59);
410
+
411
+ foreach ($this->driver->get_recurring_events($master, $master['start'], $recurrence_date) as $recurring) {
412
+ if ($recurring['_instance'] == $instance) {
413
+ // copy attendees block with my partstat to exception
414
+ $recurring['attendees'] = $event['attendees'];
415
+ $master['recurrence']['EXCEPTIONS'][] = $recurring;
416
+ $event = $recurring; // set reference for iTip reply
417
+ break;
418
+ }
419
+ }
420
+
421
+ $master['calendar'] = $event['calendar'] = $calendar['id'];
422
+ $success = $this->driver->new_event($master);
423
+ }
424
+ else {
425
+ $master = null;
426
+ }
427
+ }
428
+ else {
429
+ $master = null;
430
+ }
431
+ }
432
+
433
+ // save to the selected/default calendar
434
+ if (!$master) {
435
+ $event['calendar'] = $calendar['id'];
436
+ $success = $this->driver->new_event($event);
437
+ }
438
}
439
else if ($status == 'declined')
440
$error_msg = null;
441
roundcubemail-plugins-kolab-3.2.5.tar.gz/plugins/calendar/calendar_ui.js -> roundcubemail-plugins-kolab-3.2.6.tar.gz/plugins/calendar/calendar_ui.js
Changed
241
1
2
3
$('#event-rsvp a.reply-comment-toggle').show();
4
$('#event-rsvp .itip-reply-comment textarea').hide().val('');
5
+
6
+ if (event.recurrence && event.id) {
7
+ var sel = event._savemode || (event.thisandfuture ? 'future' : (event.isexception ? 'current' : 'all'));
8
+ $('#event-rsvp .rsvp-buttons').addClass('recurring');
9
+ }
10
+ else {
11
+ $('#event-rsvp .rsvp-buttons').removeClass('recurring');
12
+ }
13
}
14
15
var buttons = [];
16
17
},
18
close: function() {
19
$dialog.dialog('destroy').attr('aria-hidden', 'true').hide();
20
- rcmail.command('menu-close','eventoptionsmenu')
21
+ rcmail.command('menu-close','eventoptionsmenu');
22
+ $('.libcal-rsvp-replymode').hide();
23
},
24
dragStart: function() {
25
- rcmail.command('menu-close','eventoptionsmenu')
26
+ rcmail.command('menu-close','eventoptionsmenu');
27
+ $('.libcal-rsvp-replymode').hide();
28
},
29
resizeStart: function() {
30
- rcmail.command('menu-close','eventoptionsmenu')
31
+ rcmail.command('menu-close','eventoptionsmenu');
32
+ $('.libcal-rsvp-replymode').hide();
33
},
34
buttons: buttons,
35
minWidth: 320,
36
37
38
// reset dialog first
39
$('#eventtabs').get(0).reset();
40
+ $('#event-panel-recurrence input, #event-panel-recurrence select, #event-panel-attachments input').prop('disabled', false);
41
+ $('#event-panel-recurrence, #event-panel-attachments').removeClass('disabled');
42
43
// allow other plugins to do actions when event form is opened
44
rcmail.triggerEvent('calendar-event-init', {o: event});
45
46
47
// show warning if editing a recurring event
48
if (event.id && event.recurrence) {
49
- var allow_exceptions = !has_attendees(event) || !is_organizer(event),
50
- sel = event._savemode || (allow_exceptions && event.thisandfuture ? 'future' : (allow_exceptions && event.isexception ? 'current' : 'all'));
51
+ var sel = event._savemode || (event.thisandfuture ? 'future' : (event.isexception ? 'current' : 'all'));
52
$('#edit-recurring-warning').show();
53
- $('input.edit-recurring-savemode[value="'+sel+'"]').prop('checked', true);
54
- $('input.edit-recurring-savemode[value="current"], input.edit-recurring-savemode[value="future"]').prop('disabled', !allow_exceptions);
55
+ $('input.edit-recurring-savemode[value="'+sel+'"]').prop('checked', true).change();
56
}
57
else
58
$('#edit-recurring-warning').hide();
59
60
// attachments
61
var load_attachments_tab = function()
62
{
63
- rcmail.enable_command('remove-attachment', !calendar.readonly);
64
+ rcmail.enable_command('remove-attachment', !calendar.readonly && !event.recurrence_id);
65
rcmail.env.deleted_attachments = [];
66
// we're sharing some code for uploads handling with app.js
67
rcmail.env.attachments = [];
68
69
}
70
71
// when the user accepts or declines an event invitation
72
- var event_rsvp = function(response, delegate)
73
+ var event_rsvp = function(response, delegate, replymode)
74
{
75
+ var btn;
76
+ if (typeof response == 'object') {
77
+ btn = $(response);
78
+ response = btn.attr('rel')
79
+ }
80
+ else {
81
+ btn = $('#event-rsvp input.button[rel='+response+']');
82
+ }
83
+
84
+ // show menu to select rsvp reply mode (current or all)
85
+ if (me.selected_event && me.selected_event.recurrence && !replymode) {
86
+ rcube_libcalendaring.itip_rsvp_recurring(btn, function(resp, mode) {
87
+ event_rsvp(resp, null, mode);
88
+ });
89
+ return;
90
+ }
91
+
92
if (me.selected_event && me.selected_event.attendees && response) {
93
// bring up delegation dialog
94
if (response == 'delegated' && !delegate) {
95
rcube_libcalendaring.itip_delegate_dialog(function(data) {
96
data.rsvp = data.rsvp ? 1 : '';
97
- event_rsvp('delegated', data);
98
+ event_rsvp('delegated', data, replymode);
99
});
100
return;
101
}
102
103
// update attendee status
104
+ attendees = [];
105
for (var data, i=0; i < me.selected_event.attendees.length; i++) {
106
data = me.selected_event.attendees[i];
107
if (settings.identity.emails.indexOf(';'+String(data.email).toLowerCase()) >= 0) {
108
109
110
if (data.status == 'DELEGATED') {
111
data['delegated-to'] = delegate.to;
112
+ data.rsvp = delegate.rsvp
113
}
114
else {
115
if (data['delegated-to']) {
116
117
data.role = 'REQ-PARTICIPANT';
118
}
119
}
120
+
121
+ attendees.push(i)
122
+ }
123
+ else if (response != 'DELEGATED' && data['delegated-from'] &&
124
+ settings.identity.emails.indexOf(';'+String(data['delegated-from']).toLowerCase()) >= 0) {
125
+ delete data['delegated-from'];
126
}
127
128
// set free_busy status to transparent if declined (#4425)
129
130
}
131
132
// submit status change to server
133
- var submit_data = $.extend({}, me.selected_event, { source:null, comment:$('#reply-comment-event-rsvp').val() }, (delegate || {})),
134
+ var submit_data = $.extend({}, me.selected_event, { source:null, comment:$('#reply-comment-event-rsvp').val(), _savemode: replymode || 'all' }, (delegate || {})),
135
noreply = $('#noreply-event-rsvp:checked').length ? 1 : 0;
136
137
// import event from mail (temporary iTip event)
138
139
_to: (delegate ? delegate.to : null),
140
_rsvp: (delegate && delegate.rsvp) ? 1 : 0,
141
_noreply: noreply,
142
- _comment: submit_data.comment
143
+ _comment: submit_data.comment,
144
+ _instance: submit_data._instance,
145
+ _savemode: submit_data._savemode
146
});
147
}
148
else if (settings.invitation_calendars) {
149
- update_event('rsvp', submit_data, { status:response, noreply:noreply });
150
+ update_event('rsvp', submit_data, { status:response, noreply:noreply, attendees:attendees });
151
}
152
else {
153
me.saving_lock = rcmail.set_busy(true, 'calendar.savingdata');
154
- rcmail.http_post('event', { action:'rsvp', e:submit_data, status:response, noreply:noreply });
155
+ rcmail.http_post('event', { action:'rsvp', e:submit_data, status:response, attendees:attendees, noreply:noreply });
156
}
157
158
event_show_dialog(me.selected_event);
159
160
161
// mark all recurring instances as temp
162
if (event.recurrence || event.recurrence_id) {
163
- var base_id = event.recurrence_id ? event.recurrence_id.replace(/-\d+$/, '') : event.id;
164
+ var base_id = event.recurrence_id ? event.recurrence_id.replace(/-\d+(T\d{6})?$/, '') : event.id;
165
$.each(fc.fullCalendar('clientEvents', function(e){ return e.id == base_id || e.recurrence_id == base_id; }), function(i,ev) {
166
ev.temp = true;
167
ev.editable = false;
168
169
170
// recurring event: user needs to select the savemode
171
if (event.recurrence) {
172
- var disabled_state = '', message_label = (action == 'remove' ? 'removerecurringeventwarning' : 'changerecurringeventwarning');
173
+ var future_disabled = '', message_label = (action == 'remove' ? 'removerecurringeventwarning' : 'changerecurringeventwarning');
174
175
- if (_has_attendees) {
176
- if (action == 'remove') {
177
- if (!_is_organizer) {
178
- message_label = 'removerecurringallonly';
179
- disabled_state = ' disabled';
180
- }
181
- }
182
- else if (is_organizer(event)) {
183
- disabled_state = ' disabled';
184
- }
185
+ // disable the 'future' savemode if attendees are involved
186
+ // reason: no calendaring system supports the thisandfuture range parameter
187
+ if (action == 'remove' && _has_attendees && is_organizer(event)) {
188
+ future_disabled = ' disabled';
189
}
190
191
html += '<div class="message"><span class="ui-icon ui-icon-alert"></span>' +
192
rcmail.gettext(message_label, 'calendar') + '</div>' +
193
'<div class="savemode">' +
194
- '<a href="#current" class="button' + disabled_state + '">' + rcmail.gettext('currentevent', 'calendar') + '</a>' +
195
- '<a href="#future" class="button' + disabled_state + '">' + rcmail.gettext('futurevents', 'calendar') + '</a>' +
196
+ '<a href="#current" class="button">' + rcmail.gettext('currentevent', 'calendar') + '</a>' +
197
+ '<a href="#future" class="button' + future_disabled + '">' + rcmail.gettext('futurevents', 'calendar') + '</a>' +
198
'<a href="#all" class="button">' + rcmail.gettext('allevents', 'calendar') + '</a>' +
199
(action != 'remove' ? '<a href="#new" class="button">' + rcmail.gettext('saveasnew', 'calendar') + '</a>' : '') +
200
'</div>';
201
202
else {
203
if ($dialog.find('input.confirm-attendees-donotify').length)
204
data._notify = $dialog.find('input.confirm-attendees-donotify').get(0).checked ? 1 : 0;
205
- if (decline && $dialog.find('input.confirm-attendees-decline:checked').length)
206
- data.decline = 1;
207
+ if (decline) {
208
+ data._decline = $dialog.find('input.confirm-attendees-decline:checked').length;
209
+ data._notify = 0;
210
+ }
211
update_event(action, data);
212
}
213
214
215
text: rcmail.gettext((action == 'remove' ? 'delete' : 'save'), 'calendar'),
216
click: function() {
217
data._notify = notify && $dialog.find('input.confirm-attendees-donotify:checked').length ? 1 : 0;
218
- data.decline = decline && $dialog.find('input.confirm-attendees-decline:checked').length ? 1 : 0;
219
+ data._decline = decline && $dialog.find('input.confirm-attendees-decline:checked').length ? 1 : 0;
220
update_event(action, data);
221
$(this).dialog("close");
222
}
223
224
});
225
226
$('#event-rsvp input.button').click(function(e) {
227
- event_rsvp($(this).attr('rel'))
228
+ event_rsvp(this)
229
});
230
231
+ $('#eventedit input.edit-recurring-savemode').change(function(e) {
232
+ var sel = $('input.edit-recurring-savemode:checked').val(),
233
+ disabled = sel == 'current' || sel == 'future';
234
+ $('#event-panel-recurrence input, #event-panel-recurrence select, #event-panel-attachments input').prop('disabled', disabled);
235
+ $('#event-panel-recurrence, #event-panel-attachments')[(disabled?'addClass':'removeClass')]('disabled');
236
+ })
237
+
238
$('#eventshow .changersvp').click(function(e) {
239
var d = $('#eventshow'),
240
h = -$(this).closest('.event-line').toggle().height();
241
roundcubemail-plugins-kolab-3.2.5.tar.gz/plugins/calendar/composer.json -> roundcubemail-plugins-kolab-3.2.6.tar.gz/plugins/calendar/composer.json
Changed
18
1
2
"description": "Calendar plugin",
3
"homepage": "http://git.kolab.org/roundcubemail-plugins-kolab/",
4
"license": "AGPLv3",
5
- "version": "3.2.5",
6
+ "version": "3.2.6",
7
"authors": [
8
{
9
"name": "Thomas Bruederli",
10
11
"require": {
12
"php": ">=5.3.0",
13
"roundcube/plugin-installer": ">=0.1.3",
14
- "kolab/libcalendaring": ">=3.2.5"
15
+ "kolab/libcalendaring": ">=3.2.6"
16
}
17
}
18
roundcubemail-plugins-kolab-3.2.5.tar.gz/plugins/calendar/drivers/calendar_driver.php -> roundcubemail-plugins-kolab-3.2.6.tar.gz/plugins/calendar/drivers/calendar_driver.php
Changed
65
1
2
* 'EXCEPTIONS' => array(<event>), list of event objects which denote exceptions in the recurrence chain
3
* ),
4
* 'recurrence_id' => 'ID of the recurrence group', // usually the ID of the starting event
5
+ * '_instance' => 'ID of the recurring instance', // identifies an instance within a recurrence chain
6
* 'categories' => 'Event category',
7
* 'free_busy' => 'free|busy|outofoffice|tentative', // Show time as
8
* 'status' => 'TENTATIVE|CONFIRMED|CANCELLED', // event status according to RFC 2445
9
10
*
11
* @param array Hash array with event properties
12
* @param string New participant status
13
+ * @param array List of hash arrays with updated attendees
14
* @return boolean True on success, False on error
15
*/
16
- public function edit_rsvp(&$event, $status)
17
+ public function edit_rsvp(&$event, $status, $attendees)
18
+ {
19
+ return $this->edit_event($event);
20
+ }
21
+
22
+ /**
23
+ * Update the participant status for the given attendee
24
+ *
25
+ * @param array Hash array with event properties
26
+ * @param array List of hash arrays each represeting an updated attendee
27
+ * @return boolean True on success, False on error
28
+ */
29
+ public function update_attendees(&$event, $attendees)
30
{
31
return $this->edit_event($event);
32
}
33
34
35
$rcmail = rcmail::get_instance();
36
$recurrence = new calendar_recurrence($rcmail->plugins->get_plugin('calendar'), $event);
37
+ $recurrence_id_format = $event['allday'] ? 'Ymd' : 'Ymd\THis';
38
39
// determine a reasonable end date if none given
40
if (!$end) {
41
42
43
$i = 0;
44
while ($next_event = $recurrence->next_instance()) {
45
- $next_event['uid'] = $event['uid'] . '-' . ++$i;
46
// add to output if in range
47
if (($next_event['start'] <= $end && $next_event['end'] >= $start)) {
48
- $next_event['id'] = $next_event['uid'];
49
+ $next_event['_instance'] = $next_event['start']->format($recurrence_id_format);
50
+ $next_event['id'] = $next_event['uid'] . '-' . $exception['_instance'];
51
$next_event['recurrence_id'] = $event['uid'];
52
- $next_event['_instance'] = $i;
53
$events[] = $next_event;
54
}
55
else if ($next_event['start'] > $end) { // stop loop if out of range
56
57
}
58
59
// avoid endless recursion loops
60
- if ($i > 1000) {
61
+ if (++$i > 1000) {
62
break;
63
}
64
}
65
roundcubemail-plugins-kolab-3.2.5.tar.gz/plugins/calendar/drivers/kolab/kolab_calendar.php -> roundcubemail-plugins-kolab-3.2.6.tar.gz/plugins/calendar/drivers/kolab/kolab_calendar.php
Changed
291
1
2
if ($master_id != $id && ($record = $this->storage->get_object($master_id)))
3
$this->events[$master_id] = $this->_to_rcube_event($record);
4
5
- if (($master = $this->events[$master_id]) && $master['recurrence']) {
6
+ // check for match on the first instance already
7
+ if (($_instance = $this->events[$master_id]['_instance']) && $id == $master_id . '-' . $_instance) {
8
+ $this->events[$id] = $this->events[$master_id];
9
+ }
10
+ else if (($master = $this->events[$master_id]) && $master['recurrence']) {
11
$this->get_recurring_events($record, $master['start'], null, $id);
12
}
13
}
14
15
$query[] = array('dtstart', '<=', $end);
16
$query[] = array('dtend', '>=', $start);
17
18
- // add query to exclude pending/declined invitations
19
- if (empty($filter_query) && $this->get_namespace() != 'other') {
20
- foreach ($user_emails as $email) {
21
- $query[] = array('tags', '!=', 'x-partstat:' . $email . ':needs-action');
22
- $query[] = array('tags', '!=', 'x-partstat:' . $email . ':declined');
23
- }
24
- }
25
- else if (is_array($filter_query)) {
26
+ if (is_array($filter_query)) {
27
$query = array_merge($query, $filter_query);
28
}
29
30
if (!empty($search)) {
31
$search = mb_strtolower($search);
32
+ $words = rcube_utils::tokenize_string($search, 1);
33
foreach (rcube_utils::normalize_string($search, true) as $word) {
34
$query[] = array('words', 'LIKE', $word);
35
}
36
}
37
+ else {
38
+ $words = array();
39
+ }
40
+
41
+ // set partstat filter to skip pending and declined invitations
42
+ if (empty($filter_query) && $this->get_namespace() != 'other') {
43
+ $partstat_exclude = array('NEEDS-ACTION','DECLINED');
44
+ }
45
+ else {
46
+ $partstat_exclude = array();
47
+ }
48
49
$events = array();
50
foreach ($this->storage->select($query) as $record) {
51
- // post-filter events to skip pending and declined invitations
52
- if (empty($filter_query) && is_array($record['attendees']) && $this->get_namespace() != 'other') {
53
- foreach ($record['attendees'] as $attendee) {
54
- if (in_array($attendee['email'], $user_emails) && in_array($attendee['status'], array('NEEDS-ACTION','DECLINED'))) {
55
- continue 2;
56
- }
57
- }
58
- }
59
-
60
$event = $this->_to_rcube_event($record);
61
$this->events[$event['id']] = $event;
62
63
64
if ($event['categories'])
65
$this->categories[$event['categories']]++;
66
67
- // filter events by search query
68
- if (!empty($search)) {
69
- $hits = 0;
70
- $words = rcube_utils::tokenize_string($search, 1);
71
- foreach ($words as $word) {
72
- $hits += $this->_fulltext_match($event, $word);
73
- }
74
-
75
- if ($hits < count($words)) // skip this event if not match with search term
76
- continue;
77
- }
78
-
79
// list events in requested time window
80
if ($event['start'] <= $end && $event['end'] >= $start) {
81
unset($event['_attendees']);
82
$add = true;
83
84
// skip the first instance of a recurring event if listed in exdate
85
- if ($virtual && (!empty($event['recurrence']['EXDATE']) || !empty($event['recurrence']['EXCEPTIONS']))) {
86
+ if ($virtual && !empty($event['recurrence']['EXDATE'])) {
87
$event_date = $event['start']->format('Ymd');
88
$exdates = (array)$event['recurrence']['EXDATE'];
89
90
- // add dates from exceptions to list
91
- if (is_array($event['recurrence']['EXCEPTIONS'])) {
92
- foreach ($event['recurrence']['EXCEPTIONS'] as $exception) {
93
- $exdates[] = clone $exception['start'];
94
- }
95
- }
96
-
97
foreach ($exdates as $exdate) {
98
if ($exdate->format('Ymd') == $event_date) {
99
$add = false;
100
101
}
102
}
103
104
+ // find and merge exception for the first instance
105
+ if ($virtual && !empty($event['recurrence']) && is_array($event['recurrence']['EXCEPTIONS'])) {
106
+ $event_date = $event['start']->format('Ymd');
107
+ foreach ($event['recurrence']['EXCEPTIONS'] as $exception) {
108
+ $exdate = $exception['recurrence_date'] ? $exception['recurrence_date']->format('Ymd') : substr($exception['_instance'], 0, 8);
109
+ if ($exdate == $event_date) {
110
+ $event['_instance'] = $exception['_instance'];
111
+ kolab_driver::merge_exception_data($event, $exception);
112
+ }
113
+ }
114
+ }
115
+
116
if ($add)
117
$events[] = $event;
118
}
119
-
120
+
121
// resolve recurring events
122
if ($record['recurrence'] && $virtual == 1) {
123
$events = array_merge($events, $this->get_recurring_events($record, $start, $end));
124
+ }
125
+ }
126
127
- // when searching, only recurrence exceptions may match the query so post-filter the results again
128
- if (!empty($search) && $record['recurrence']['EXCEPTIONS']) {
129
- $me = $this;
130
- $events = array_filter($events, function($event) use ($words, $me) {
131
- $hits = 0;
132
- foreach ($words as $word) {
133
- $hits += $me->_fulltext_match($event, $word, false);
134
- }
135
- return $hits >= count($words);
136
- });
137
+ // post-filter all events by fulltext search and partstat values
138
+ $me = $this;
139
+ $events = array_filter($events, function($event) use ($words, $partstat_exclude, $user_emails, $me) {
140
+ // fulltext search
141
+ if (count($words)) {
142
+ $hits = 0;
143
+ foreach ($words as $word) {
144
+ $hits += $me->_fulltext_match($event, $word, false);
145
+ }
146
+ if ($hits < count($words)) {
147
+ return false;
148
+ }
149
+ }
150
+
151
+ // partstat filter
152
+ if (count($partstat_exclude) && is_array($event['attendees'])) {
153
+ foreach ($event['attendees'] as $attendee) {
154
+ if (in_array($attendee['email'], $user_emails) && in_array($attendee['status'], $partstat_exclude)) {
155
+ return false;
156
+ }
157
}
158
}
159
- }
160
+
161
+ return true;
162
+ });
163
164
// avoid session race conditions that will loose temporary subscriptions
165
$this->cal->rc->session->nowrite = true;
166
167
$rec_event['id'] = $event['uid'] . '-' . $exception['_instance'];
168
$rec_event['isexception'] = 1;
169
170
- // found the specifically requested instance, exiting...
171
- if ($rec_event['id'] == $event_id) {
172
+ // found the specifically requested instance: register exception (single occurrence wins)
173
+ if ($rec_event['id'] == $event_id && (!$this->events[$event_id] || $this->events[$event_id]['thisandfuture'])) {
174
$rec_event['recurrence'] = $recurrence_rule;
175
$rec_event['recurrence_id'] = $event['uid'];
176
- $events[] = $rec_event;
177
$this->events[$rec_event['id']] = $rec_event;
178
- return $events;
179
}
180
181
// remember this exception's date
182
$exdate = substr($exception['_instance'], 0, 8);
183
- $exdata[$exdate] = $rec_event;
184
+ if (!$exdata[$exdate] || $exdata[$exdate]['thisandfuture']) {
185
+ $exdata[$exdate] = $rec_event;
186
+ }
187
if ($rec_event['thisandfuture']) {
188
$futuredata[$exdate] = $rec_event;
189
}
190
}
191
}
192
193
+ // found the specifically requested instance, exiting...
194
+ if ($event_id && !empty($this->events[$event_id])) {
195
+ return array($this->events[$event_id]);
196
+ }
197
+
198
// use libkolab to compute recurring events
199
if (class_exists('kolabcalendaring')) {
200
$recurrence = new kolab_date_recurrence($object);
201
202
if (($next_event['start'] <= $end && $next_event['end'] >= $start) || ($event_id && $rec_id == $event_id)) {
203
$rec_event = $this->_to_rcube_event($next_event);
204
$rec_event['_instance'] = $instance_id;
205
+ $rec_event['_count'] = $i + 1;
206
207
if ($overlay_data || $exdata[$datestr]) // copy data from exception
208
- $this->_merge_event_data($rec_event, $exdata[$datestr] ?: $overlay_data);
209
+ kolab_driver::merge_exception_data($rec_event, $exdata[$datestr] ?: $overlay_data);
210
211
$rec_event['id'] = $rec_id;
212
$rec_event['recurrence_id'] = $event['uid'];
213
214
}
215
216
/**
217
- * Merge certain properties from the overlay event to the base event object
218
- *
219
- * @param array The event object to be altered
220
- * @param array The overlay event object to be merged over $event
221
- */
222
- private function _merge_event_data(&$event, $overlay)
223
- {
224
- static $forbidden = array('id','uid','created','changed','recurrence','organizer','attendees','sequence');
225
-
226
- foreach ($overlay as $prop => $value) {
227
- // adjust time of the recurring event instance
228
- if ($prop == 'start' || $prop == 'end') {
229
- if (is_object($event[$prop]) && is_a($event[$prop], 'DateTime')) {
230
- $event[$prop]->setTime($value->format('G'), intval($value->format('i')), intval($value->format('s')));
231
- // set date value if overlay is an exception of the current instance
232
- if (substr($overlay['_instance'], 0, 8) == substr($event['_instance'], 0, 8)) {
233
- $event[$prop]->setDate(intval($value->format('Y')), intval($value->format('n')), intval($value->format('j')));
234
- }
235
- }
236
- }
237
- else if ($prop[0] != '_' && !in_array($prop, $forbidden))
238
- $event[$prop] = $value;
239
- }
240
- }
241
-
242
- /**
243
* Convert from Kolab_Format to internal representation
244
*/
245
private function _to_rcube_event($record)
246
{
247
- $record['id'] = $record['uid'];
248
$record['calendar'] = $this->id;
249
$record['links'] = $this->get_links($record['uid']);
250
251
252
*/
253
private function _from_rcube_event($event, $old = array())
254
{
255
- // in kolab_storage attachments are indexed by content-id
256
- $event['_attachments'] = array();
257
- if (is_array($event['attachments'])) {
258
- foreach ($event['attachments'] as $attachment) {
259
- $key = null;
260
- // Roundcube ID has nothing to do with the storage ID, remove it
261
- if ($attachment['content'] || $attachment['path']) {
262
- unset($attachment['id']);
263
- }
264
- else {
265
- foreach ((array)$old['_attachments'] as $cid => $oldatt) {
266
- if ($attachment['id'] == $oldatt['id'])
267
- $key = $cid;
268
- }
269
- }
270
-
271
- // flagged for deletion => set to false
272
- if ($attachment['_deleted']) {
273
- $event['_attachments'][$key] = false;
274
- }
275
- // replace existing entry
276
- else if ($key) {
277
- $event['_attachments'][$key] = $attachment;
278
- }
279
- // append as new attachment
280
- else {
281
- $event['_attachments'][] = $attachment;
282
- }
283
- }
284
-
285
- unset($event['attachments']);
286
- }
287
+ $event = kolab_driver::from_rcube_event($event, $old);
288
289
// set current user as ORGANIZER
290
$identity = $this->cal->rc->user->list_emails(true);
291
roundcubemail-plugins-kolab-3.2.5.tar.gz/plugins/calendar/drivers/kolab/kolab_driver.php -> roundcubemail-plugins-kolab-3.2.6.tar.gz/plugins/calendar/drivers/kolab/kolab_driver.php
Changed
674
1
2
public function get_event($event, $writeable = false, $active = false, $personal = false)
3
{
4
if (is_array($event)) {
5
- $id = $event['id'] ? $event['id'] : $event['uid'];
6
+ $id = $event['id'] ?: $event['uid'];
7
$cal = $event['calendar'];
8
+
9
+ // we're looking for a recurring instance: expand the ID to our internal convention for recurring instances
10
+ if (!$event['id'] && $event['_instance']) {
11
+ $id .= '-' . $event['_instance'];
12
+ }
13
}
14
else {
15
$id = $event;
16
17
18
if ($cal) {
19
if ($storage = $this->get_calendar($cal)) {
20
- return $storage->get_event($id);
21
+ $result = $storage->get_event($id);
22
+ if (is_array($result))
23
+ self::clean_rcube_event_out($result);
24
+ return $result;
25
}
26
// get event from the address books birthday calendar
27
else if ($cal == self::BIRTHDAY_CALENDAR_ID) {
28
29
else {
30
foreach ($this->filter_calendars($writeable, $active, $personal) as $calendar) {
31
if ($result = $calendar->get_event($id)) {
32
+ self::clean_rcube_event_out($result);
33
return $result;
34
}
35
}
36
37
* @param string New participant status
38
* @return boolean True on success, False on error
39
*/
40
- public function edit_rsvp(&$event, $status)
41
+ public function edit_rsvp(&$event, $status, $attendees)
42
{
43
- if (($ret = $this->update_event($event)) && $this->rc->config->get('kolab_invitation_calendars')) {
44
+ $update_event = $event;
45
+
46
+ // apply changes to master (and all exceptions)
47
+ if ($event['_savemode'] == 'all' && $event['recurrence_id']) {
48
+ if ($storage = $this->get_calendar($event['calendar'])) {
49
+ $update_event = $storage->get_event($event['recurrence_id']);
50
+ $update_event['_savemode'] = $event['_savemode'];
51
+ unset($update_event['recurrence_id']);
52
+ self::merge_attendee_data($update_event, $attendees);
53
+ }
54
+ }
55
+
56
+ if (($ret = $this->update_attendees($update_event, $attendees)) && $this->rc->config->get('kolab_invitation_calendars')) {
57
// re-assign to the according (virtual) calendar
58
if (strtoupper($status) == 'DECLINED')
59
$event['calendar'] = self::INVITATIONS_CALENDAR_DECLINED;
60
61
return $ret;
62
}
63
64
+ /**
65
+ * Update the participant status for the given attendees
66
+ *
67
+ * @see calendar_driver::update_attendees()
68
+ */
69
+ public function update_attendees(&$event, $attendees)
70
+ {
71
+ // for this-and-future updates, merge the updated attendees onto all exceptions in range
72
+ if (($event['_savemode'] == 'future' && $event['recurrence_id']) || (!empty($event['recurrence']) && !$event['recurrence_id'])) {
73
+ if (!($storage = $this->get_calendar($event['calendar'])))
74
+ return false;
75
+
76
+ // load master event
77
+ $master = $event['recurrence_id'] ? $storage->get_event($event['recurrence_id']) : $event;
78
+
79
+ // apply attendee update to each existing exception
80
+ if ($master['recurrence'] && !empty($master['recurrence']['EXCEPTIONS'])) {
81
+ $saved = false;
82
+ foreach ($master['recurrence']['EXCEPTIONS'] as $i => $exception) {
83
+ // merge the new event properties onto future exceptions
84
+ if ($exception['_instance'] >= $event['_instance']) {
85
+ self::merge_attendee_data($master['recurrence']['EXCEPTIONS'][$i], $attendees);
86
+ }
87
+ // update a specific instance
88
+ if ($exception['_instance'] == $event['_instance'] && $exception['thisandfuture']) {
89
+ $saved = true;
90
+ }
91
+ }
92
+
93
+ // add the given event as new exception
94
+ if (!$saved && $event['id'] != $master['id']) {
95
+ $event['thisandfuture'] = true;
96
+ $master['recurrence']['EXCEPTIONS'][] = $event;
97
+ }
98
+
99
+ return $this->update_event($master);
100
+ }
101
+ }
102
+
103
+ // just update the given event (instance)
104
+ return $this->update_event($event);
105
+ }
106
107
/**
108
* Move a single event
109
110
{
111
if (($storage = $this->get_calendar($event['calendar'])) && ($ev = $storage->get_event($event['id']))) {
112
unset($ev['sequence']);
113
+ self::clear_attandee_noreply($ev);
114
return $this->update_event($event + $ev);
115
}
116
117
118
{
119
if (($storage = $this->get_calendar($event['calendar'])) && ($ev = $storage->get_event($event['id']))) {
120
unset($ev['sequence']);
121
+ self::clear_attandee_noreply($ev);
122
return $this->update_event($event + $ev);
123
}
124
125
126
// read master if deleting a recurring event
127
if ($event['recurrence'] || $event['recurrence_id']) {
128
$master = $event['recurrence_id'] ? $storage->get_event($event['recurrence_id']) : $event;
129
- $savemode = $event['_savemode'];
130
+ $savemode = $event['_savemode'] ?: ($event['_instance'] ? 'current' : 'all');
131
}
132
133
// removing an exception instance
134
- if ($event['recurrence_id']) {
135
+ if ($event['recurrence_id'] && $master['recurrence'] && is_array($master['recurrence']['EXCEPTIONS'])) {
136
foreach ($master['recurrence']['EXCEPTIONS'] as $i => $exception) {
137
if ($exception['_instance'] == $event['_instance']) {
138
unset($master['recurrence']['EXCEPTIONS'][$i]);
139
140
// modify a recurring event, check submitted savemode to do the right things
141
if ($old['recurrence'] || $old['recurrence_id']) {
142
$master = $old['recurrence_id'] ? $fromcalendar->get_event($old['recurrence_id']) : $old;
143
- $savemode = $event['_savemode'];
144
+ $savemode = $event['_savemode'] ?: ($old['recurrence_id'] ? 'current' : 'all');
145
+
146
+ // this-and-future on the first instance equals to 'all'
147
+ if (!$old['recurrence_id'] && $savemode == 'future')
148
+ $savemode = 'all';
149
}
150
151
// check if update affects scheduling and update attendee status accordingly
152
153
else if ($old['recurrence']['EXCEPTIONS'])
154
$event['recurrence']['EXCEPTIONS'] = $old['recurrence']['EXCEPTIONS'];
155
156
+ // remove some internal properties which should not be saved
157
+ unset($event['_savemode'], $event['_fromcalendar'], $event['_identity'], $event['_owner'],
158
+ $event['_notify'], $event['_method'], $event['_sender'], $event['_sender_utf'], $event['_size']);
159
+
160
switch ($savemode) {
161
case 'new':
162
// save submitted data as new (non-recurring) event
163
$event['recurrence'] = array();
164
+ $event['_copyfrom'] = $master['_msguid'];
165
+ $event['_mailbox'] = $master['_mailbox'];
166
$event['uid'] = $this->cal->generate_uid();
167
- unset($event['recurrence_id'], $event['id'], $event['_savemode'], $event['_fromcalendar'], $event['_identity'], $event['_notify']);
168
+ unset($event['recurrence_id'], $event['recurrence_date'], $event['_instance'], $event['id']);
169
170
- // copy attachment data to new event
171
- foreach ((array)$event['attachments'] as $idx => $attachment) {
172
- if (!$attachment['content'])
173
- $event['attachments'][$idx]['content'] = $this->get_attachment_body($attachment['id'], $master);
174
- }
175
+ // copy attachment metadata to new event
176
+ $event = self::from_rcube_event($event, $master);
177
178
+ self::clear_attandee_noreply($event);
179
if ($success = $storage->insert_event($event))
180
$success = $event['uid'];
181
break;
182
183
case 'future':
184
+ // create a new recurring event
185
+ $event['_copyfrom'] = $master['_msguid'];
186
+ $event['_mailbox'] = $master['_mailbox'];
187
+ $event['uid'] = $this->cal->generate_uid();
188
+ unset($event['recurrence_id'], $event['recurrence_date'], $event['_instance'], $event['id']);
189
+
190
+ // copy attachment metadata to new event
191
+ $event = self::from_rcube_event($event, $master);
192
+
193
+ // remove recurrence exceptions on re-scheduling
194
+ if ($reschedule) {
195
+ unset($event['recurrence']['EXCEPTIONS'], $master['recurrence']['EXDATE']);
196
+ }
197
+ else if (is_array($event['recurrence']['EXCEPTIONS'])) {
198
+ // only keep relevant exceptions
199
+ $event['recurrence']['EXCEPTIONS'] = array_filter($event['recurrence']['EXCEPTIONS'], function($exception) use ($event) {
200
+ return $exception['start'] > $event['start'];
201
+ });
202
+ if (is_array($event['recurrence']['EXDATE'])) {
203
+ $event['recurrence']['EXDATE'] = array_filter($event['recurrence']['EXDATE'], function($exdate) use ($event) {
204
+ return $exdate > $event['start'];
205
+ });
206
+ }
207
+ }
208
+
209
+ // compute remaining occurrences
210
+ if ($event['recurrence']['COUNT']) {
211
+ if (!$old['_count'])
212
+ $old['_count'] = $this->get_recurrence_count($master, $old['start']);
213
+ $event['recurrence']['COUNT'] -= intval($old['_count']);
214
+ }
215
+
216
+ // remove fixed weekday when date changed
217
+ if ($old['start']->format('Y-m-d') != $event['start']->format('Y-m-d')) {
218
+ if (strlen($event['recurrence']['BYDAY']) == 2)
219
+ unset($event['recurrence']['BYDAY']);
220
+ if ($old['recurrence']['BYMONTH'] == $old['start']->format('n'))
221
+ unset($event['recurrence']['BYMONTH']);
222
+ }
223
+
224
+ // set until-date on master event
225
+ $master['recurrence']['UNTIL'] = clone $old['start'];
226
+ $master['recurrence']['UNTIL']->sub(new DateInterval('P1D'));
227
+ unset($master['recurrence']['COUNT']);
228
+
229
+ // remove all exceptions after $event['start']
230
+ if (is_array($master['recurrence']['EXCEPTIONS'])) {
231
+ $master['recurrence']['EXCEPTIONS'] = array_filter($master['recurrence']['EXCEPTIONS'], function($exception) use ($event) {
232
+ return $exception['start'] < $event['start'];
233
+ });
234
+ }
235
+ if (is_array($master['recurrence']['EXDATE'])) {
236
+ $master['recurrence']['EXDATE'] = array_filter($master['recurrence']['EXDATE'], function($exdate) use ($event) {
237
+ return $exdate < $event['start'];
238
+ });
239
+ }
240
+
241
+ // save new event
242
+ if ($success = $storage->insert_event($event)) {
243
+ $success = $event['uid'];
244
+
245
+ // update master event (no rescheduling!)
246
+ self::clear_attandee_noreply($master);
247
+ $udated = $storage->update_event($master);
248
+ }
249
+ break;
250
+
251
case 'current':
252
- // recurring instances shall not store recurrence rules
253
+ // recurring instances shall not store recurrence rules and attachments
254
$event['recurrence'] = array();
255
$event['thisandfuture'] = $savemode == 'future';
256
+ unset($event['attachments'], $event['id']);
257
258
// increment sequence of this instance if scheduling is affected
259
if ($reschedule) {
260
- $event['sequence'] = $old['sequence'] + 1;
261
+ $event['sequence'] = max($old['sequence'], $master['sequence']) + 1;
262
+ }
263
+ else if (!isset($event['sequence'])) {
264
+ $event['sequence'] = $master['sequence'];
265
}
266
-
267
- // remove some internal properties which should not be saved
268
- unset($event['id'], $event['_savemode'], $event['_fromcalendar'], $event['_identity'], $event['_notify']);
269
270
// save properties to a recurrence exception instance
271
- if ($old['recurrence_id'] && is_array($master['recurrence']['EXCEPTIONS'])) {
272
- foreach ($master['recurrence']['EXCEPTIONS'] as $i => $exception) {
273
- if ($exception['_instance'] == $old['_instance']) {
274
- $event['_instance'] = $old['_instance'];
275
- $event['recurrence_date'] = $old['recurrence_date'];
276
- $master['recurrence']['EXCEPTIONS'][$i] = $event;
277
- $success = $storage->update_event($master, $old['id']);
278
- break 2;
279
- }
280
+ if ($old['_instance'] && is_array($master['recurrence']['EXCEPTIONS'])) {
281
+ if ($this->update_recurrence_exceptions($master, $event, $old, $savemode)) {
282
+ $success = $storage->update_event($master, $old['id']);
283
+ break;
284
}
285
}
286
287
288
// save as new exception to master event
289
if ($add_exception) {
290
$event['_instance'] = $old['_instance'];
291
+ $event['recurrence_date'] = $old['recurrence_date'] ?: $old['start'];
292
$master['recurrence']['EXCEPTIONS'][] = $event;
293
}
294
$success = $storage->update_event($master);
295
296
$event['end'] = $master['end'];
297
}
298
299
- // adjust recurrence-id when start changed and therefore the entire recurrence chain changes
300
- if (($old_start_date != $new_start_date || $old_start_time != $new_start_time) &&
301
- is_array($event['recurrence']) && is_array($event['recurrence']['EXCEPTIONS']) && !$with_exceptions) {
302
- $recurrence_id_format = $event['allday'] ? 'Ymd' : 'Ymd\THis';
303
+ // when saving an instance in 'all' mode, copy recurrence exceptions over
304
+ if ($old['recurrence_id']) {
305
+ $event['recurrence']['EXCEPTIONS'] = $master['recurrence']['EXCEPTIONS'];
306
+ }
307
+
308
+ // TODO: forward changes to exceptions (which do not yet have differing values stored)
309
+ if (is_array($event['recurrence']) && is_array($event['recurrence']['EXCEPTIONS']) && !$with_exceptions) {
310
+ // determine added and removed attendees
311
+ $old_attendees = $current_attendees = $added_attendees = array();
312
+ foreach ((array)$old['attendees'] as $attendee) {
313
+ $old_attendees[] = $attendee['email'];
314
+ }
315
+ foreach ((array)$event['attendees'] as $attendee) {
316
+ $current_attendees[] = $attendee['email'];
317
+ if (!in_array($attendee['email'], $old_attendees)) {
318
+ $added_attendees[] = $attendee;
319
+ }
320
+ }
321
+ $removed_attendees = array_diff($old_attendees, $current_attendees);
322
+
323
foreach ($event['recurrence']['EXCEPTIONS'] as $i => $exception) {
324
- $recurrence_id = is_a($exception['recurrence_date'], 'DateTime') ? $exception['recurrence_date'] :
325
- rcube_utils::anytodatetime($exception['_instance'], $old['start']->getTimezone());
326
- if (is_a($recurrence_id, 'DateTime')) {
327
- $recurrence_id->add($date_shift);
328
- $event['recurrence']['EXCEPTIONS'][$i]['recurrence_date'] = $recurrence_id;
329
- $event['recurrence']['EXCEPTIONS'][$i]['_instance'] = $recurrence_id->format($recurrence_id_format);
330
+ self::merge_attendee_data($event['recurrence']['EXCEPTIONS'][$i], $added_attendees, $removed_attendees);
331
+ }
332
+
333
+ // adjust recurrence-id when start changed and therefore the entire recurrence chain changes
334
+ if ($old_start_date != $new_start_date || $old_start_time != $new_start_time) {
335
+ $recurrence_id_format = $event['allday'] ? 'Ymd' : 'Ymd\THis';
336
+ foreach ($event['recurrence']['EXCEPTIONS'] as $i => $exception) {
337
+ $recurrence_id = is_a($exception['recurrence_date'], 'DateTime') ? $exception['recurrence_date'] :
338
+ rcube_utils::anytodatetime($exception['_instance'], $old['start']->getTimezone());
339
+ if (is_a($recurrence_id, 'DateTime')) {
340
+ $recurrence_id->add($date_shift);
341
+ $event['recurrence']['EXCEPTIONS'][$i]['recurrence_date'] = $recurrence_id;
342
+ $event['recurrence']['EXCEPTIONS'][$i]['_instance'] = $recurrence_id->format($recurrence_id_format);
343
+ }
344
}
345
}
346
}
347
348
*/
349
public function check_scheduling(&$event, $old, $update = true)
350
{
351
- $reschedule = false;
352
-
353
// skip this check when importing iCal/iTip events
354
if (isset($event['sequence']) || !empty($event['_method'])) {
355
- return $reschedule;
356
+ return false;
357
}
358
359
// iterate through the list of properties considered 'significant' for scheduling
360
- foreach (kolab_format_event::$scheduling_properties as $prop) {
361
- $a = $old[$prop];
362
- $b = $event[$prop];
363
- if ($event['allday'] && ($prop == 'start' || $prop == 'end') && $a instanceof DateTime && $b instanceof DateTime) {
364
- $a = $a->format('Y-m-d');
365
- $b = $b->format('Y-m-d');
366
- }
367
- if ($a != $b) {
368
- $reschedule = true;
369
- break;
370
- }
371
- }
372
+ $kolab_event = $old['_formatobj'] ?: new kolab_format_event();
373
+ $reschedule = $kolab_event->check_rescheduling($event, $old);
374
375
// reset all attendee status to needs-action (#4360)
376
if ($update && $reschedule && is_array($event['attendees'])) {
377
378
}
379
380
/**
381
+ * Apply the given changes to already existing exceptions
382
+ */
383
+ protected function update_recurrence_exceptions(&$master, $event, $old, $savemode)
384
+ {
385
+ $saved = false;
386
+ $existing = null;
387
+
388
+ // determine added and removed attendees
389
+ $added_attendees = $removed_attendees = array();
390
+ if ($savemode == 'future') {
391
+ $old_attendees = $current_attendees = array();
392
+ foreach ((array)$old['attendees'] as $attendee) {
393
+ $old_attendees[] = $attendee['email'];
394
+ }
395
+ foreach ((array)$event['attendees'] as $attendee) {
396
+ $current_attendees[] = $attendee['email'];
397
+ if (!in_array($attendee['email'], $old_attendees)) {
398
+ $added_attendees[] = $attendee;
399
+ }
400
+ }
401
+ $removed_attendees = array_diff($old_attendees, $current_attendees);
402
+ }
403
+
404
+ foreach ($master['recurrence']['EXCEPTIONS'] as $i => $exception) {
405
+ // update a specific instance
406
+ if ($exception['_instance'] == $old['_instance']) {
407
+ $existing = $i;
408
+
409
+ // check savemode against existing exception mode.
410
+ // if matches, we can update this existing exception
411
+ if ((bool)$exception['thisandfuture'] === ($savemode == 'future')) {
412
+ $event['_instance'] = $old['_instance'];
413
+ $event['thisandfuture'] = $old['thisandfuture'];
414
+ $event['recurrence_date'] = $old['recurrence_date'];
415
+ $master['recurrence']['EXCEPTIONS'][$i] = $event;
416
+ $saved = true;
417
+ }
418
+ }
419
+ // merge the new event properties onto future exceptions
420
+ if ($savemode == 'future' && $exception['_instance'] >= $old['_instance']) {
421
+ unset($event['thisandfuture']);
422
+ self::merge_exception_data($master['recurrence']['EXCEPTIONS'][$i], $event, array('attendees'));
423
+
424
+ if (!empty($added_attendees) || !empty($removed_attendees)) {
425
+ self::merge_attendee_data($master['recurrence']['EXCEPTIONS'][$i], $added_attendees, $removed_attendees);
426
+ }
427
+ }
428
+ }
429
+/*
430
+ // we could not update the existing exception due to savemode mismatch...
431
+ if (!$saved && $existing !== null && $master['recurrence']['EXCEPTIONS'][$existing]['thisandfuture']) {
432
+ // ... try to move the existing this-and-future exception to the next occurrence
433
+ foreach ($this->get_recurring_events($master, $existing['start']) as $candidate) {
434
+ // our old this-and-future exception is obsolete
435
+ if ($candidate['thisandfuture']) {
436
+ unset($master['recurrence']['EXCEPTIONS'][$existing]);
437
+ $saved = true;
438
+ break;
439
+ }
440
+ // this occurrence doesn't yet have an exception
441
+ else if (!$candidate['isexception']) {
442
+ $event['_instance'] = $candidate['_instance'];
443
+ $event['recurrence_date'] = $candidate['recurrence_date'];
444
+ $master['recurrence']['EXCEPTIONS'][$i] = $event;
445
+ $saved = true;
446
+ break;
447
+ }
448
+ }
449
+ }
450
+*/
451
+
452
+ // returning false here will add a new exception
453
+ return $saved;
454
+ }
455
+
456
+ /**
457
+ * Remove the noreply flags from attendees
458
+ */
459
+ public static function clear_attandee_noreply(&$event)
460
+ {
461
+ foreach ((array)$event['attendees'] as $i => $attendee) {
462
+ unset($event['attendees'][$i]['noreply']);
463
+ }
464
+ }
465
+
466
+
467
+ /**
468
+ * Merge certain properties from the overlay event to the base event object
469
+ *
470
+ * @param array The event object to be altered
471
+ * @param array The overlay event object to be merged over $event
472
+ * @param array List of properties not allowed to be overwritten
473
+ */
474
+ public static function merge_exception_data(&$event, $overlay, $blacklist = null)
475
+ {
476
+ $forbidden = array('id','uid','recurrence','recurrence_date','thisandfuture','organizer','_attachments');
477
+
478
+ if (is_array($blacklist))
479
+ $forbidden = array_merge($forbidden, $blacklist);
480
+
481
+ // compute date offset from the exception
482
+ if ($overlay['start'] instanceof DateTime && $overlay['recurrence_date'] instanceof DateTime) {
483
+ $date_offset = $overlay['recurrence_date']->diff($overlay['start']);
484
+ }
485
+
486
+ foreach ($overlay as $prop => $value) {
487
+ if ($prop == 'start' || $prop == 'end') {
488
+ if (is_object($event[$prop]) && $event[$prop] instanceof DateTime) {
489
+ // set date value if overlay is an exception of the current instance
490
+ if (substr($overlay['_instance'], 0, 8) == substr($event['_instance'], 0, 8)) {
491
+ $event[$prop]->setDate(intval($value->format('Y')), intval($value->format('n')), intval($value->format('j')));
492
+ }
493
+ // apply date offset
494
+ else if ($date_offset) {
495
+ $event[$prop]->add($date_offset);
496
+ }
497
+ // adjust time of the recurring event instance
498
+ $event[$prop]->setTime($value->format('G'), intval($value->format('i')), intval($value->format('s')));
499
+ }
500
+ }
501
+ else if ($prop == 'thisandfuture' && $overlay['_instance'] == $event['_instance']) {
502
+ $event[$prop] = $value;
503
+ }
504
+ else if ($prop[0] != '_' && !in_array($prop, $forbidden))
505
+ $event[$prop] = $value;
506
+ }
507
+ }
508
+
509
+ /**
510
+ * Update attendee properties on the given event object
511
+ *
512
+ * @param array The event object to be altered
513
+ * @param array List of hash arrays each represeting an updated/added attendee
514
+ */
515
+ public static function merge_attendee_data(&$event, $attendees, $removed = null)
516
+ {
517
+ if (!empty($attendees) && !is_array($attendees[0])) {
518
+ $attendees = array($attendees);
519
+ }
520
+
521
+ foreach ($attendees as $attendee) {
522
+ $found = false;
523
+
524
+ foreach ($event['attendees'] as $i => $candidate) {
525
+ if ($candidate['email'] == $attendee['email']) {
526
+ $event['attendees'][$i] = $attendee;
527
+ $found = true;
528
+ break;
529
+ }
530
+ }
531
+
532
+ if (!$found) {
533
+ $event['attendees'][] = $attendee;
534
+ }
535
+ }
536
+
537
+ // filter out removed attendees
538
+ if (!empty($removed)) {
539
+ $event['attendees'] = array_filter($event['attendees'], function($attendee) use ($removed) {
540
+ return !in_array($attendee['email'], $removed);
541
+ });
542
+ }
543
+ }
544
+
545
+ /**
546
* Get events from source.
547
*
548
* @param integer Event's new start (unix timestamp)
549
550
$this->rc->user->save_prefs(array('calendar_categories' => $old_categories));
551
}
552
553
+ array_walk($events, 'kolab_driver::clean_rcube_event_out');
554
return $events;
555
}
556
557
558
}
559
560
/**
561
+ *
562
+ */
563
+ private function get_recurrence_count($event, $dtstart)
564
+ {
565
+ // use libkolab to compute recurring events
566
+ if (class_exists('kolabcalendaring') && $event['_formatobj']) {
567
+ $recurrence = new kolab_date_recurrence($event['_formatobj']);
568
+ }
569
+ else {
570
+ // fallback to local recurrence implementation
571
+ require_once($this->cal->home . '/lib/calendar_recurrence.php');
572
+ $recurrence = new calendar_recurrence($this->cal, $event);
573
+ }
574
+
575
+ $count = 0;
576
+ while (($next_event = $recurrence->next_instance()) && $next_event['start'] <= $dtstart && $count < 1000) {
577
+ $count++;
578
+ }
579
+
580
+ return $count;
581
+ }
582
+
583
+ /**
584
* Fetch free/busy information from a person within the given range
585
*/
586
public function get_freebusy_list($email, $start, $end)
587
588
$record['end']->add(new DateInterval('PT1H'));
589
}
590
591
+ // translate internal '_attachments' to external 'attachments' list
592
if (!empty($record['_attachments'])) {
593
foreach ($record['_attachments'] as $key => $attachment) {
594
if ($attachment !== false) {
595
596
if (empty($record['recurrence']))
597
unset($record['recurrence']);
598
599
- // remove internals
600
- unset($record['_mailbox'], $record['_msguid'], $record['_formatobj'], $record['_attachments'], $record['x-custom']);
601
+ // add instance identifier to first occurrence (master event)
602
+ // do not add 'recurrence_date' though in order to keep the master even being exported as such
603
+ if ($record['recurrence'] && !$record['recurrence_id'] && !$record['_instance']) {
604
+ $recurrence_id_format = $record['allday'] ? 'Ymd' : 'Ymd\THis';
605
+ $record['_instance'] = $record['start']->format($recurrence_id_format);
606
+ }
607
+
608
+ // clean up exception data
609
+ if (is_array($record['recurrence']['EXCEPTIONS'])) {
610
+ array_walk($record['recurrence']['EXCEPTIONS'], function(&$exception) {
611
+ unset($exception['_mailbox'], $exception['_msguid'], $exception['_formatobj'], $exception['_attachments']);
612
+ });
613
+ }
614
615
return $record;
616
}
617
618
/**
619
+ * Remove some internal properties before sending to event out to the calendar app
620
+ */
621
+ public static function clean_rcube_event_out(&$record)
622
+ {
623
+ unset($record['_mailbox'], $record['_msguid'], $record['_type'], $record['_size'],
624
+ $record['_formatobj'], $record['_attachments'], $record['x-custom']);
625
+ }
626
+
627
+ /**
628
+ *
629
+ */
630
+ public static function from_rcube_event($event, $old = array())
631
+ {
632
+ // in kolab_storage attachments are indexed by content-id
633
+ if (is_array($event['attachments'])) {
634
+ $event['_attachments'] = array();
635
+
636
+ foreach ($event['attachments'] as $attachment) {
637
+ $key = null;
638
+ // Roundcube ID has nothing to do with the storage ID, remove it
639
+ if ($attachment['content'] || $attachment['path']) {
640
+ unset($attachment['id']);
641
+ }
642
+ else {
643
+ foreach ((array)$old['_attachments'] as $cid => $oldatt) {
644
+ if ($attachment['id'] == $oldatt['id'])
645
+ $key = $cid;
646
+ }
647
+ }
648
+
649
+ // flagged for deletion => set to false
650
+ if ($attachment['_deleted']) {
651
+ $event['_attachments'][$key] = false;
652
+ }
653
+ // replace existing entry
654
+ else if ($key) {
655
+ $event['_attachments'][$key] = $attachment;
656
+ }
657
+ // append as new attachment
658
+ else {
659
+ $event['_attachments'][] = $attachment;
660
+ }
661
+ }
662
+
663
+ unset($event['attachments']);
664
+ }
665
+
666
+ return $event;
667
+ }
668
+
669
+
670
+ /**
671
* Set CSS class according to the event's attendde partstat
672
*/
673
public static function add_partstat_class($event, $partstats, $user = null)
674
roundcubemail-plugins-kolab-3.2.5.tar.gz/plugins/calendar/helpdocs/locale/cs_CZ/LC_MESSAGES/importexport.po -> roundcubemail-plugins-kolab-3.2.6.tar.gz/plugins/calendar/helpdocs/locale/cs_CZ/LC_MESSAGES/importexport.po
Changed
15
1
2
"POT-Creation-Date: 2014-11-26 23:28+0100\n"
3
"PO-Revision-Date: 2014-11-27 23:33+0000\n"
4
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
5
-"Language-Team: Czech (Czech Republic) (http://www.transifex.com/projects/p/kolab-documentation/language/cs_CZ/)\n"
6
+"Language-Team: Czech (http://www.transifex.com/projects/p/kolab-documentation/language/cs/)\n"
7
"MIME-Version: 1.0\n"
8
"Content-Type: text/plain; charset=UTF-8\n"
9
"Content-Transfer-Encoding: 8bit\n"
10
-"Language: cs_CZ\n"
11
+"Language: cs\n"
12
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
13
14
#: ../../en_US/_plugins/calendar/importexport.rst:9
15
roundcubemail-plugins-kolab-3.2.5.tar.gz/plugins/calendar/helpdocs/locale/cs_CZ/LC_MESSAGES/index.po -> roundcubemail-plugins-kolab-3.2.6.tar.gz/plugins/calendar/helpdocs/locale/cs_CZ/LC_MESSAGES/index.po
Changed
15
1
2
"POT-Creation-Date: 2014-11-26 23:28+0100\n"
3
"PO-Revision-Date: 2014-11-27 23:33+0000\n"
4
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
5
-"Language-Team: Czech (Czech Republic) (http://www.transifex.com/projects/p/kolab-documentation/language/cs_CZ/)\n"
6
+"Language-Team: Czech (http://www.transifex.com/projects/p/kolab-documentation/language/cs/)\n"
7
"MIME-Version: 1.0\n"
8
"Content-Type: text/plain; charset=UTF-8\n"
9
"Content-Transfer-Encoding: 8bit\n"
10
-"Language: cs_CZ\n"
11
+"Language: cs\n"
12
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
13
14
#: ../../en_US/_plugins/calendar/index.rst:9
15
roundcubemail-plugins-kolab-3.2.5.tar.gz/plugins/calendar/helpdocs/locale/cs_CZ/LC_MESSAGES/invitations.po -> roundcubemail-plugins-kolab-3.2.6.tar.gz/plugins/calendar/helpdocs/locale/cs_CZ/LC_MESSAGES/invitations.po
Changed
15
1
2
"POT-Creation-Date: 2014-11-26 23:28+0100\n"
3
"PO-Revision-Date: 2014-11-27 23:33+0000\n"
4
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
5
-"Language-Team: Czech (Czech Republic) (http://www.transifex.com/projects/p/kolab-documentation/language/cs_CZ/)\n"
6
+"Language-Team: Czech (http://www.transifex.com/projects/p/kolab-documentation/language/cs/)\n"
7
"MIME-Version: 1.0\n"
8
"Content-Type: text/plain; charset=UTF-8\n"
9
"Content-Transfer-Encoding: 8bit\n"
10
-"Language: cs_CZ\n"
11
+"Language: cs\n"
12
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
13
14
#: ../../en_US/_plugins/calendar/invitations.rst:8
15
roundcubemail-plugins-kolab-3.2.5.tar.gz/plugins/calendar/helpdocs/locale/cs_CZ/LC_MESSAGES/manage.po -> roundcubemail-plugins-kolab-3.2.6.tar.gz/plugins/calendar/helpdocs/locale/cs_CZ/LC_MESSAGES/manage.po
Changed
15
1
2
"POT-Creation-Date: 2014-11-26 23:28+0100\n"
3
"PO-Revision-Date: 2014-11-27 23:33+0000\n"
4
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
5
-"Language-Team: Czech (Czech Republic) (http://www.transifex.com/projects/p/kolab-documentation/language/cs_CZ/)\n"
6
+"Language-Team: Czech (http://www.transifex.com/projects/p/kolab-documentation/language/cs/)\n"
7
"MIME-Version: 1.0\n"
8
"Content-Type: text/plain; charset=UTF-8\n"
9
"Content-Transfer-Encoding: 8bit\n"
10
-"Language: cs_CZ\n"
11
+"Language: cs\n"
12
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
13
14
#: ../../en_US/_plugins/calendar/manage.rst:7
15
roundcubemail-plugins-kolab-3.2.5.tar.gz/plugins/calendar/helpdocs/locale/cs_CZ/LC_MESSAGES/overview.po -> roundcubemail-plugins-kolab-3.2.6.tar.gz/plugins/calendar/helpdocs/locale/cs_CZ/LC_MESSAGES/overview.po
Changed
15
1
2
"POT-Creation-Date: 2014-11-26 23:28+0100\n"
3
"PO-Revision-Date: 2014-11-27 23:33+0000\n"
4
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
5
-"Language-Team: Czech (Czech Republic) (http://www.transifex.com/projects/p/kolab-documentation/language/cs_CZ/)\n"
6
+"Language-Team: Czech (http://www.transifex.com/projects/p/kolab-documentation/language/cs/)\n"
7
"MIME-Version: 1.0\n"
8
"Content-Type: text/plain; charset=UTF-8\n"
9
"Content-Transfer-Encoding: 8bit\n"
10
-"Language: cs_CZ\n"
11
+"Language: cs\n"
12
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
13
14
#: ../../en_US/_plugins/calendar/overview.rst:6
15
roundcubemail-plugins-kolab-3.2.5.tar.gz/plugins/calendar/helpdocs/locale/cs_CZ/LC_MESSAGES/settings.po -> roundcubemail-plugins-kolab-3.2.6.tar.gz/plugins/calendar/helpdocs/locale/cs_CZ/LC_MESSAGES/settings.po
Changed
15
1
2
"POT-Creation-Date: 2014-11-26 23:28+0100\n"
3
"PO-Revision-Date: 2014-11-27 23:34+0000\n"
4
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
5
-"Language-Team: Czech (Czech Republic) (http://www.transifex.com/projects/p/kolab-documentation/language/cs_CZ/)\n"
6
+"Language-Team: Czech (http://www.transifex.com/projects/p/kolab-documentation/language/cs/)\n"
7
"MIME-Version: 1.0\n"
8
"Content-Type: text/plain; charset=UTF-8\n"
9
"Content-Transfer-Encoding: 8bit\n"
10
-"Language: cs_CZ\n"
11
+"Language: cs\n"
12
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
13
14
#: ../../en_US/_plugins/calendar/settings.rst:8
15
roundcubemail-plugins-kolab-3.2.5.tar.gz/plugins/calendar/helpdocs/locale/cs_CZ/LC_MESSAGES/sharing.po -> roundcubemail-plugins-kolab-3.2.6.tar.gz/plugins/calendar/helpdocs/locale/cs_CZ/LC_MESSAGES/sharing.po
Changed
15
1
2
"POT-Creation-Date: 2014-11-26 23:28+0100\n"
3
"PO-Revision-Date: 2014-11-27 23:34+0000\n"
4
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
5
-"Language-Team: Czech (Czech Republic) (http://www.transifex.com/projects/p/kolab-documentation/language/cs_CZ/)\n"
6
+"Language-Team: Czech (http://www.transifex.com/projects/p/kolab-documentation/language/cs/)\n"
7
"MIME-Version: 1.0\n"
8
"Content-Type: text/plain; charset=UTF-8\n"
9
"Content-Transfer-Encoding: 8bit\n"
10
-"Language: cs_CZ\n"
11
+"Language: cs\n"
12
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
13
14
#: ../../en_US/_plugins/calendar/sharing.rst:11
15
roundcubemail-plugins-kolab-3.2.5.tar.gz/plugins/calendar/helpdocs/locale/es_ES/LC_MESSAGES/importexport.po -> roundcubemail-plugins-kolab-3.2.6.tar.gz/plugins/calendar/helpdocs/locale/es_ES/LC_MESSAGES/importexport.po
Changed
15
1
2
"POT-Creation-Date: 2014-11-26 23:28+0100\n"
3
"PO-Revision-Date: 2014-11-27 23:33+0000\n"
4
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
5
-"Language-Team: Spanish (Spain) (http://www.transifex.com/projects/p/kolab-documentation/language/es_ES/)\n"
6
+"Language-Team: Spanish (http://www.transifex.com/projects/p/kolab-documentation/language/es/)\n"
7
"MIME-Version: 1.0\n"
8
"Content-Type: text/plain; charset=UTF-8\n"
9
"Content-Transfer-Encoding: 8bit\n"
10
-"Language: es_ES\n"
11
+"Language: es\n"
12
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
13
14
#: ../../en_US/_plugins/calendar/importexport.rst:9
15
roundcubemail-plugins-kolab-3.2.5.tar.gz/plugins/calendar/helpdocs/locale/es_ES/LC_MESSAGES/index.po -> roundcubemail-plugins-kolab-3.2.6.tar.gz/plugins/calendar/helpdocs/locale/es_ES/LC_MESSAGES/index.po
Changed
15
1
2
"POT-Creation-Date: 2014-11-26 23:28+0100\n"
3
"PO-Revision-Date: 2014-11-27 23:33+0000\n"
4
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
5
-"Language-Team: Spanish (Spain) (http://www.transifex.com/projects/p/kolab-documentation/language/es_ES/)\n"
6
+"Language-Team: Spanish (http://www.transifex.com/projects/p/kolab-documentation/language/es/)\n"
7
"MIME-Version: 1.0\n"
8
"Content-Type: text/plain; charset=UTF-8\n"
9
"Content-Transfer-Encoding: 8bit\n"
10
-"Language: es_ES\n"
11
+"Language: es\n"
12
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
13
14
#: ../../en_US/_plugins/calendar/index.rst:9
15
roundcubemail-plugins-kolab-3.2.5.tar.gz/plugins/calendar/helpdocs/locale/es_ES/LC_MESSAGES/invitations.po -> roundcubemail-plugins-kolab-3.2.6.tar.gz/plugins/calendar/helpdocs/locale/es_ES/LC_MESSAGES/invitations.po
Changed
15
1
2
"POT-Creation-Date: 2014-11-26 23:28+0100\n"
3
"PO-Revision-Date: 2014-11-27 23:33+0000\n"
4
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
5
-"Language-Team: Spanish (Spain) (http://www.transifex.com/projects/p/kolab-documentation/language/es_ES/)\n"
6
+"Language-Team: Spanish (http://www.transifex.com/projects/p/kolab-documentation/language/es/)\n"
7
"MIME-Version: 1.0\n"
8
"Content-Type: text/plain; charset=UTF-8\n"
9
"Content-Transfer-Encoding: 8bit\n"
10
-"Language: es_ES\n"
11
+"Language: es\n"
12
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
13
14
#: ../../en_US/_plugins/calendar/invitations.rst:8
15
roundcubemail-plugins-kolab-3.2.5.tar.gz/plugins/calendar/helpdocs/locale/es_ES/LC_MESSAGES/manage.po -> roundcubemail-plugins-kolab-3.2.6.tar.gz/plugins/calendar/helpdocs/locale/es_ES/LC_MESSAGES/manage.po
Changed
15
1
2
"POT-Creation-Date: 2014-11-26 23:28+0100\n"
3
"PO-Revision-Date: 2014-11-27 23:33+0000\n"
4
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
5
-"Language-Team: Spanish (Spain) (http://www.transifex.com/projects/p/kolab-documentation/language/es_ES/)\n"
6
+"Language-Team: Spanish (http://www.transifex.com/projects/p/kolab-documentation/language/es/)\n"
7
"MIME-Version: 1.0\n"
8
"Content-Type: text/plain; charset=UTF-8\n"
9
"Content-Transfer-Encoding: 8bit\n"
10
-"Language: es_ES\n"
11
+"Language: es\n"
12
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
13
14
#: ../../en_US/_plugins/calendar/manage.rst:7
15
roundcubemail-plugins-kolab-3.2.5.tar.gz/plugins/calendar/helpdocs/locale/es_ES/LC_MESSAGES/overview.po -> roundcubemail-plugins-kolab-3.2.6.tar.gz/plugins/calendar/helpdocs/locale/es_ES/LC_MESSAGES/overview.po
Changed
15
1
2
"POT-Creation-Date: 2014-11-26 23:28+0100\n"
3
"PO-Revision-Date: 2014-11-27 23:33+0000\n"
4
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
5
-"Language-Team: Spanish (Spain) (http://www.transifex.com/projects/p/kolab-documentation/language/es_ES/)\n"
6
+"Language-Team: Spanish (http://www.transifex.com/projects/p/kolab-documentation/language/es/)\n"
7
"MIME-Version: 1.0\n"
8
"Content-Type: text/plain; charset=UTF-8\n"
9
"Content-Transfer-Encoding: 8bit\n"
10
-"Language: es_ES\n"
11
+"Language: es\n"
12
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
13
14
#: ../../en_US/_plugins/calendar/overview.rst:6
15
roundcubemail-plugins-kolab-3.2.5.tar.gz/plugins/calendar/helpdocs/locale/es_ES/LC_MESSAGES/settings.po -> roundcubemail-plugins-kolab-3.2.6.tar.gz/plugins/calendar/helpdocs/locale/es_ES/LC_MESSAGES/settings.po
Changed
15
1
2
"POT-Creation-Date: 2014-11-26 23:28+0100\n"
3
"PO-Revision-Date: 2014-11-27 23:34+0000\n"
4
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
5
-"Language-Team: Spanish (Spain) (http://www.transifex.com/projects/p/kolab-documentation/language/es_ES/)\n"
6
+"Language-Team: Spanish (http://www.transifex.com/projects/p/kolab-documentation/language/es/)\n"
7
"MIME-Version: 1.0\n"
8
"Content-Type: text/plain; charset=UTF-8\n"
9
"Content-Transfer-Encoding: 8bit\n"
10
-"Language: es_ES\n"
11
+"Language: es\n"
12
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
13
14
#: ../../en_US/_plugins/calendar/settings.rst:8
15
roundcubemail-plugins-kolab-3.2.5.tar.gz/plugins/calendar/helpdocs/locale/es_ES/LC_MESSAGES/sharing.po -> roundcubemail-plugins-kolab-3.2.6.tar.gz/plugins/calendar/helpdocs/locale/es_ES/LC_MESSAGES/sharing.po
Changed
15
1
2
"POT-Creation-Date: 2014-11-26 23:28+0100\n"
3
"PO-Revision-Date: 2014-11-27 23:34+0000\n"
4
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
5
-"Language-Team: Spanish (Spain) (http://www.transifex.com/projects/p/kolab-documentation/language/es_ES/)\n"
6
+"Language-Team: Spanish (http://www.transifex.com/projects/p/kolab-documentation/language/es/)\n"
7
"MIME-Version: 1.0\n"
8
"Content-Type: text/plain; charset=UTF-8\n"
9
"Content-Transfer-Encoding: 8bit\n"
10
-"Language: es_ES\n"
11
+"Language: es\n"
12
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
13
14
#: ../../en_US/_plugins/calendar/sharing.rst:11
15
roundcubemail-plugins-kolab-3.2.5.tar.gz/plugins/calendar/lib/calendar_recurrence.php -> roundcubemail-plugins-kolab-3.2.6.tar.gz/plugins/calendar/lib/calendar_recurrence.php
Changed
20
1
2
{
3
if ($next_start = $this->next()) {
4
$next = $this->event;
5
- $next['recurrence_id'] = $next_start->format('Y-m-d');
6
$next['start'] = $next_start;
7
8
if ($this->duration) {
9
10
$next['end']->add($this->duration);
11
}
12
13
+ $recurrence_id_format = $next['allday'] ? 'Ymd' : 'Ymd\THis';
14
+ $next['recurrence_date'] = clone $next_start;
15
+ $next['_instance'] = $next_start->format($recurrence_id_format);
16
+
17
unset($next['_formatobj']);
18
19
return $next;
20
roundcubemail-plugins-kolab-3.2.5.tar.gz/plugins/calendar/localization/bg_BG.inc -> roundcubemail-plugins-kolab-3.2.6.tar.gz/plugins/calendar/localization/bg_BG.inc
Changed
16
1
2
$labels['public'] = 'публично';
3
$labels['private'] = 'частно';
4
$labels['confidential'] = 'конфиденциално';
5
+$labels['links'] = 'Reference';
6
$labels['alarms'] = 'Напомняне';
7
$labels['comment'] = 'Comment';
8
$labels['created'] = 'Created';
9
$labels['changed'] = 'Last Modified';
10
$labels['unknown'] = 'Неизвестно';
11
$labels['generated'] = 'генерирано в';
12
+$labels['removelink'] = 'Remove email reference';
13
$labels['printdescriptions'] = 'Печат на описанията';
14
$labels['parentcalendar'] = 'Внасяне вътре';
15
$labels['searchearlierdates'] = '« Търсене за по- стари събития';
16
roundcubemail-plugins-kolab-3.2.5.tar.gz/plugins/calendar/localization/ca_ES.inc -> roundcubemail-plugins-kolab-3.2.6.tar.gz/plugins/calendar/localization/ca_ES.inc
Changed
17
1
2
$labels['public'] = 'públic';
3
$labels['private'] = 'privat';
4
$labels['confidential'] = 'confidencial';
5
+$labels['links'] = 'Reference';
6
$labels['alarms'] = 'Recordatori';
7
$labels['comment'] = 'Comentari';
8
$labels['created'] = 'Creat';
9
10
$labels['eventoptions'] = 'Opcions';
11
$labels['generated'] = 'generat a';
12
$labels['eventhistory'] = 'Historial';
13
+$labels['removelink'] = 'Remove email reference';
14
$labels['printdescriptions'] = 'Imprimeix descripcions';
15
$labels['parentcalendar'] = 'Insereix dins';
16
$labels['searchearlierdates'] = '« Cerca els esdeveniments d\'abans';
17
roundcubemail-plugins-kolab-3.2.5.tar.gz/plugins/calendar/localization/cs_CZ.inc -> roundcubemail-plugins-kolab-3.2.6.tar.gz/plugins/calendar/localization/cs_CZ.inc
Changed
235
1
2
*/
3
$labels['default_view'] = 'Výchozí pohled';
4
$labels['time_format'] = 'Formát data';
5
-$labels['timeslots'] = 'Time slots per hour';
6
+$labels['timeslots'] = 'Míst v rozvrhu na hodinu';
7
$labels['first_day'] = 'První den v týdnu';
8
$labels['first_hour'] = 'První hodina k zobrazení';
9
$labels['workinghours'] = 'Pracovní hodiny';
10
11
$labels['afterdelete'] = 'Smazat zprávu';
12
$labels['afterflagdeleted'] = 'Označit jako smazané';
13
$labels['aftermoveto'] = 'Přesunout do...';
14
+$labels['itipoptions'] = 'Pozvání na událost';
15
+$labels['afteraction'] = 'Poté co jsou pozvání nebo aktualizace zprávy zpracovány';
16
$labels['calendar'] = 'Kalendář';
17
$labels['calendars'] = 'Kalendáře';
18
$labels['category'] = 'Kategorie';
19
20
$labels['title'] = 'Souhrn';
21
$labels['description'] = 'Popis';
22
$labels['all-day'] = 'celý den';
23
-$labels['export'] = 'Exportovat do ICS';
24
-$labels['exporttitle'] = 'Exportovat souhrn do ICS';
25
+$labels['export'] = 'Uložit jako ICS';
26
+$labels['exporttitle'] = 'Uložit jako iCalendar';
27
$labels['exportrange'] = 'Události od';
28
-$labels['exportattachments'] = 'With attachments';
29
-$labels['customdate'] = 'Custom date';
30
+$labels['exportattachments'] = 'S přílohami';
31
+$labels['customdate'] = 'Vlastní datum';
32
$labels['location'] = 'Místo';
33
$labels['url'] = 'URL';
34
$labels['date'] = 'Datum';
35
36
$labels['endtime'] = 'Čas konce';
37
$labels['repeat'] = 'Opakování';
38
$labels['selectdate'] = 'Vyberte datum';
39
-$labels['freebusy'] = 'Zobrazovat časový úsek jako';
40
+$labels['freebusy'] = 'Zobrazovat mě jako';
41
$labels['free'] = 'volno';
42
$labels['busy'] = 'obsazeno';
43
$labels['outofoffice'] = 'mimo kancelář';
44
45
$labels['status'] = 'Stav';
46
$labels['status-confirmed'] = 'Potvrzeno';
47
$labels['status-cancelled'] = 'Zrušeno';
48
-$labels['priority'] = 'Priorita';
49
+$labels['priority'] = 'Přednost';
50
$labels['sensitivity'] = 'Soukromí';
51
$labels['public'] = 'veřejné';
52
$labels['private'] = 'soukromé';
53
$labels['confidential'] = 'důvěrné';
54
+$labels['links'] = 'Odkaz';
55
$labels['alarms'] = 'Připomenutí';
56
$labels['comment'] = 'Poznámka';
57
$labels['created'] = 'Vytvořeno';
58
$labels['changed'] = 'Naposledy změněno';
59
-$labels['unknown'] = 'neznámý';
60
+$labels['unknown'] = 'Neznámý';
61
$labels['eventoptions'] = 'Volby';
62
-$labels['generated'] = 'vygenerováno';
63
+$labels['generated'] = 'vytvořeno';
64
$labels['eventhistory'] = 'Historie';
65
+$labels['removelink'] = 'Odstranit odkaz na e-mail';
66
$labels['printdescriptions'] = 'Vytisknout popisy';
67
$labels['parentcalendar'] = 'Vložit dovnitř';
68
$labels['searchearlierdates'] = '« Hledat dřívější události';
69
$labels['searchlaterdates'] = 'Hledat pozdější události »';
70
$labels['andnmore'] = 'dalších $nr...';
71
-$labels['togglerole'] = 'Klikněte k přepnutí role';
72
+$labels['togglerole'] = 'Klepněte k přepnutí role';
73
$labels['createfrommail'] = 'Uložit jako událost';
74
-$labels['importevents'] = 'Importovat události';
75
+$labels['importevents'] = 'Zavést události';
76
$labels['importrange'] = 'Události od';
77
$labels['onemonthback'] = '1 měsíc nazpátek';
78
$labels['nmonthsback'] = '$nr měsíců nazpátek';
79
-$labels['showurl'] = 'Ukázat URL kalendáře';
80
+$labels['showurl'] = 'Ukázat adresu (URL) kalendáře';
81
$labels['showurldescription'] = 'Tuto adresu použijte pro přístup (jen ke čtení) ke kalendáři z jiných aplikací. Můžete ji zkopírovat a vložit do jakéhokoli kalendářového softwaru, který podporuje formát iCal.';
82
-$labels['caldavurldescription'] = 'Copy this address to a <a href="http://en.wikipedia.org/wiki/CalDAV" target="_blank">CalDAV</a> client application (e.g. Evolution or Mozilla Thunderbird) to fully synchronize this specific calendar with your computer or mobile device.';
83
+$labels['caldavurldescription'] = 'Zkopírujte tuto adresu do aplikace <a href="http://en.wikipedia.org/wiki/CalDAV" target="_blank">CalDAV</a> klienta (např. Evolution nebo Mozilla Thunderbird) pro úplné synchronizování tohoto adresáře s vaším počítačem nebo mobilním zařízením.';
84
$labels['findcalendars'] = 'Najít kalendáře...';
85
$labels['searchterms'] = 'Hledané výrazy';
86
$labels['calsearchresults'] = 'Dostupné kalendáře';
87
88
$labels['weekofyear'] = 'Týden';
89
$labels['pastevents'] = 'Minulost';
90
$labels['futureevents'] = 'Budoucnost';
91
-$labels['showalarms'] = 'Show reminders';
92
+$labels['showalarms'] = 'Ukázat připomenutí';
93
$labels['defaultalarmtype'] = 'Výchozí nastavení připomenutí';
94
$labels['defaultalarmoffset'] = 'Výchozí čas připomenutí';
95
$labels['attendee'] = 'Účastník';
96
97
$labels['roleorganizer'] = 'Organizátor';
98
$labels['rolerequired'] = 'Povinný';
99
$labels['roleoptional'] = 'Nepovinný';
100
-$labels['rolechair'] = 'Chair';
101
-$labels['rolenonparticipant'] = 'Absent';
102
-$labels['cutypeindividual'] = 'Individual';
103
+$labels['rolechair'] = 'Předsednictví';
104
+$labels['rolenonparticipant'] = 'Nepřítomný';
105
+$labels['cutypeindividual'] = 'Jednotlivec';
106
$labels['cutypegroup'] = 'Skupina';
107
$labels['cutyperesource'] = 'Zdroj';
108
$labels['cutyperoom'] = 'Místnost';
109
-$labels['availfree'] = 'volno';
110
-$labels['availbusy'] = 'obsazeno';
111
-$labels['availunknown'] = 'neznámý';
112
-$labels['availtentative'] = 'nezávazně';
113
-$labels['availoutofoffice'] = 'mimo kancelář';
114
+$labels['availfree'] = 'Volno';
115
+$labels['availbusy'] = 'Obsazeno';
116
+$labels['availunknown'] = 'Neznámý';
117
+$labels['availtentative'] = 'Nezávazně';
118
+$labels['availoutofoffice'] = 'Mimo kancelář';
119
$labels['delegatedto'] = 'Pověřený:';
120
$labels['delegatedfrom'] = 'Pověřující:';
121
$labels['scheduletime'] = 'Najít dostupnost';
122
123
$labels['sendcancellation'] = 'Uvědomit účastníky o zrušení události';
124
$labels['onlyworkinghours'] = 'Najít dostupnost v mé pracovní době';
125
$labels['reqallattendees'] = 'Povinní/všichni účastníci';
126
-$labels['prevslot'] = 'Předchozí slot';
127
-$labels['nextslot'] = 'Další slot';
128
-$labels['noslotfound'] = 'Nelze najít volný slot';
129
+$labels['prevslot'] = 'Předchozí místo v rozvrhu';
130
+$labels['nextslot'] = 'Další místo v rozvrhu';
131
+$labels['suggestedslot'] = 'Navržené místo v rozvrhu';
132
+$labels['noslotfound'] = 'Nelze najít volné místo v rozvrhu';
133
$labels['invitationsubject'] = 'Byl(a) jste pozván(a) na událost "$title"';
134
-$labels['invitationmailbody'] = "*\$title*\n\nKdy: \$date\n\nPozváni: \$attendees\n\nPodrobnosti o události najdete v přiloženém souboru typu iCalendar. Můžete si ho naimportovat do kalendářového programu.";
135
+$labels['invitationmailbody'] = "*\$title*\n\nKdy: \$date\n\nPozváni: \$attendees\n\nPodrobnosti o události najdete v přiloženém souboru typu iCalendar. Můžete si ho zavést do kalendářového programu.";
136
$labels['invitationattendlinks'] = "Pokud váš poštovní klient nepodporuje pozvánky iTip, použijte prosím následující odkaz k potvrzení nebo odmítnutí pozvání:\n\$url";
137
$labels['eventupdatesubject'] = 'Událost "$title" byla aktualizována';
138
$labels['eventupdatesubjectempty'] = 'Událost, která se vás týká, byla aktualizována';
139
-$labels['eventupdatemailbody'] = "*\$title*\n\nKdy: \$date\n\nPozváni: \$attendees\n\nPodrobnosti o aktualizované události najdete v přiloženém souboru typu iCalendar. Můžete si ho naimportovat do kalendářového programu.";
140
+$labels['eventupdatemailbody'] = "*\$title*\n\nKdy: \$date\n\nPozváni: \$attendees\n\nPodrobnosti o aktualizované události najdete v přiloženém souboru typu iCalendar. Můžete si ho zavést do kalendářového programu.";
141
$labels['eventcancelsubject'] = 'Událost "$title" byla zrušena';
142
$labels['eventcancelmailbody'] = "*\$title*\n\nKdy: \$date\n\nPozváni: \$attendees\n\nUdálost byla zrušena organizátorem (\$organizer).\n\nPodrobnosti najdete v přiloženém souboru ve formátu iCalendar.";
143
+$labels['itipobjectnotfound'] = 'Událost, na který tato zpráva odkazuje, nebyl nalezen ve vašem kalendáři.';
144
$labels['itipmailbodyaccepted'] = "\$sender přijal(a) pozvání na tuto událost:\n\n*\$title*\n\nKdy: \$date\n\nPozváni: \$attendees";
145
$labels['itipmailbodytentative'] = "\$sender nezávazně přijal(a) pozvání na tuto událost:\n\n*\$title*\n\nKdy: \$date\n\nPozváni: \$attendees";
146
$labels['itipmailbodydeclined'] = "\$sender odmítl(a) pozvání na tuto událost:\n\n*\$title*\n\nKdy: \$date\n\nPozváni: \$attendees";
147
+$labels['itipmailbodycancel'] = "\$sender odmítl vaši účast na následující události:\n\n*\$title*\n\nTermín: \$date";
148
+$labels['itipmailbodydelegated'] = "\$sender delegoval účast na následující události:\n\n*\$title*\n\nTermín: \$date";
149
+$labels['itipmailbodydelegatedto'] = "\$sender delegoval účast na následující události na vás:\n\n*\$title*\n\nTermín: \$date";
150
$labels['itipdeclineevent'] = 'Opravdu chcete odmítnout pozvání na tuto událost?';
151
$labels['declinedeleteconfirm'] = 'Chcete také ze svého kalendáře smazat tuto odmítnutou událost?';
152
$labels['itipcomment'] = 'Poznámka k pozvání/oznámení';
153
+$labels['itipcommenttitle'] = 'Tato poznámka bude připojena ke zprávě s pozváním/oznámením poslané účastníkům';
154
$labels['notanattendee'] = 'Nejste na seznamu účastníků této události';
155
$labels['eventcancelled'] = 'Tato událost byla zrušena';
156
$labels['saveincalendar'] = 'uložit do';
157
+$labels['updatemycopy'] = 'Aktualizovat v mém kalendáři';
158
$labels['savetocalendar'] = 'Uložit do kalenáře';
159
$labels['openpreview'] = 'Ověřit kalendář';
160
$labels['noearlierevents'] = 'Žádné dřívější události';
161
162
$labels['deleteventconfirm'] = 'Opravdu chcete smazat tuto událost?';
163
$labels['deletecalendarconfirm'] = 'Opravdu chcete smazat tento kalendář se všemi událostmi?';
164
$labels['deletecalendarconfirmrecursive'] = 'Do you really want to delete this calendar with all its events and sub-calendars?';
165
-$labels['savingdata'] = 'Ukládám data...';
166
+$labels['savingdata'] = 'Ukládají se data...';
167
$labels['errorsaving'] = 'Nelze uložit změny.';
168
$labels['operationfailed'] = 'Požavovaná operace selhala.';
169
$labels['invalideventdates'] = 'Vložená data nejsou platná! Zkontrolujte prosím zadávané údaje.';
170
171
$labels['successremoval'] = 'Událost byla úspěšně smazána.';
172
$labels['successrestore'] = 'Událost byla úspěšně obnovena.';
173
$labels['errornotifying'] = 'Nelze odeslat notifikace účastníkům události';
174
-$labels['errorimportingevent'] = 'Nelze naimportovat událost';
175
+$labels['errorimportingevent'] = 'Událost se nepodařilo zavést';
176
$labels['importwarningexists'] = 'Kopie této události již ve vašem kalendáři existuje.';
177
$labels['newerversionexists'] = 'Existuje již novější verze této události! Operace byla zrušena.';
178
$labels['nowritecalendarfound'] = 'Nebyl nalezen žádný kalendář, do kterého by šlo uložit tuto událost.';
179
180
$labels['itipresponseerror'] = 'Nelze odeslat odpověď na tuto pozvánku';
181
$labels['itipinvalidrequest'] = 'Tato pozvánka již není platná';
182
$labels['sentresponseto'] = 'Odpověď na pozvánku byla úspěšně odeslána na adresu $mailto';
183
-$labels['localchangeswarning'] = 'You are about to make changes that will only be reflected on your calendar and not be sent to the organizer of the event.';
184
-$labels['importsuccess'] = 'Úspěšně importováno $nr událostí';
185
-$labels['importnone'] = 'Nebyly nalezeny žádné události k importu';
186
-$labels['importerror'] = 'Při importu došlo k chybě';
187
+$labels['localchangeswarning'] = 'Chystáte se provést změny, které se projeví jen ve vašem vlastním kalendáři a nebudou poslány organizátorovi události.';
188
+$labels['importsuccess'] = 'Úspěšně zavedeno $nr událostí';
189
+$labels['importnone'] = 'Nebyly nalezeny žádné události k zavedení';
190
+$labels['importerror'] = 'Při zavádění došlo k chybě';
191
$labels['aclnorights'] = 'Nemáte administrátorská práva k tomuto kalendáři.';
192
$labels['changeeventconfirm'] = 'Změnit událost';
193
$labels['removeeventconfirm'] = 'Smazat událost';
194
$labels['changerecurringeventwarning'] = 'Toto je opakovaná událost. Chcete upravit jen toto konání, toto a všechna následující konání, úplně všechna konání nebo uložit událost jako novou?';
195
-$labels['currentevent'] = 'Aktuální';
196
+$labels['removerecurringeventwarning'] = 'Toto je opakovaná událost. Chcete smazat jen toto konání, toto a všechna následující konání, nebo úplně všechna konání?';
197
+$labels['currentevent'] = 'Nynější';
198
$labels['futurevents'] = 'Budoucí';
199
-$labels['allevents'] = 'Všechny';
200
+$labels['allevents'] = 'Vše';
201
$labels['saveasnew'] = 'Uložit jako novou';
202
$labels['birthdays'] = 'Narozeniny';
203
$labels['birthdayscalendar'] = 'Kalendář narozenin';
204
-$labels['displaybirthdayscalendar'] = 'Display birthdays calendar';
205
-$labels['birthdayscalendarsources'] = 'From these address books';
206
-$labels['birthdayeventtitle'] = '$name\'s Birthday';
207
+$labels['displaybirthdayscalendar'] = 'Zobrazit kalendář narozenin';
208
+$labels['birthdayscalendarsources'] = 'Z těchto adresářů';
209
+$labels['birthdayeventtitle'] = 'Narozeniny $name';
210
$labels['birthdayage'] = 'Věk $age';
211
$labels['eventchangelog'] = 'Historie změn';
212
$labels['eventdiff'] = 'Změny od verze $rev';
213
$labels['revision'] = 'Verze';
214
$labels['user'] = 'Uživatel';
215
-$labels['operation'] = 'Akce';
216
+$labels['operation'] = 'Činnost';
217
$labels['actionappend'] = 'Uloženo';
218
$labels['actionmove'] = 'Přesunuto';
219
$labels['actiondelete'] = 'Smazáno';
220
221
$labels['eventnotfound'] = 'Nepodařilo se nahrát data události';
222
$labels['eventchangelognotavailable'] = 'Historie změn není pro tuto událost dostupná';
223
$labels['eventdiffnotavailable'] = 'Pro vybrané verze není žádné srovnání možné';
224
+$labels['eventrestoreconfirm'] = 'Opravdu chcete obnovit změnu $rev této události? Tímto dojde k nahrazení nynější události starou verzí.';
225
$labels['arialabelminical'] = 'Výběr data v kalendáři';
226
$labels['arialabelcalendarview'] = 'Pohled na kalendář';
227
$labels['arialabelsearchform'] = 'Hledání události';
228
$labels['arialabelquicksearchbox'] = 'Zadání hledání události';
229
$labels['arialabelcalsearchform'] = 'Hledání kalendářů';
230
-$labels['calendaractions'] = 'Akce v kalendáři';
231
+$labels['calendaractions'] = 'Činnosti v kalendáři';
232
$labels['arialabeleventattendees'] = 'Seznam účastníků události';
233
$labels['arialabeleventresources'] = 'Seznam zdrojů události';
234
$labels['arialabelresourcesearchform'] = 'Hledání zdrojů';
235
roundcubemail-plugins-kolab-3.2.5.tar.gz/plugins/calendar/localization/da_DK.inc -> roundcubemail-plugins-kolab-3.2.6.tar.gz/plugins/calendar/localization/da_DK.inc
Changed
23
1
2
$labels['public'] = 'offentlig';
3
$labels['private'] = 'privat';
4
$labels['confidential'] = 'fortrolig';
5
+$labels['links'] = 'Reference';
6
$labels['alarms'] = 'Påmindelse';
7
$labels['comment'] = 'Comment';
8
$labels['created'] = 'Created';
9
10
$labels['unknown'] = 'Ukendt';
11
$labels['eventoptions'] = 'Tilvalg';
12
$labels['generated'] = 'oprettet per';
13
+$labels['removelink'] = 'Remove email reference';
14
$labels['printdescriptions'] = 'Udskriv beskrivelser';
15
$labels['parentcalendar'] = 'Indsæt indeni';
16
$labels['searchearlierdates'] = '« Søg efter tidligere arrangementer';
17
18
$labels['saveasnew'] = 'Gem som ny';
19
$labels['user'] = 'Bruger';
20
$labels['actiondelete'] = 'Slettet';
21
+$labels['compare'] = 'Sammenlign';
22
?>
23
roundcubemail-plugins-kolab-3.2.5.tar.gz/plugins/calendar/localization/de_DE.inc -> roundcubemail-plugins-kolab-3.2.6.tar.gz/plugins/calendar/localization/de_DE.inc
Changed
50
1
2
$labels['mystatus'] = 'Mein Status';
3
$labels['status'] = 'Status';
4
$labels['status-confirmed'] = 'Bestätigt';
5
-$labels['status-cancelled'] = 'Gekündigt';
6
+$labels['status-cancelled'] = 'Abgesagt';
7
$labels['priority'] = 'Priorität';
8
$labels['sensitivity'] = 'Sichtbarkeit';
9
$labels['public'] = 'öffentlich';
10
$labels['private'] = 'privat';
11
$labels['confidential'] = 'vertraulich';
12
+$labels['links'] = 'Referenz';
13
$labels['alarms'] = 'Erinnerung';
14
$labels['comment'] = 'Kommentar';
15
$labels['created'] = 'Erstellt';
16
17
$labels['eventoptions'] = 'Optionen';
18
$labels['generated'] = 'erstellt am';
19
$labels['eventhistory'] = 'Historie';
20
+$labels['removelink'] = 'E-Mail-Referenz entfernen';
21
$labels['printdescriptions'] = 'Beschreibung drucken';
22
$labels['parentcalendar'] = 'Erstellen in';
23
$labels['searchearlierdates'] = '« Frühere Termine suchen';
24
25
$labels['nrcalendarsfound'] = '$nr Kalender gefunden';
26
$labels['quickview'] = 'Nur diesen Kalender anzeigen';
27
$labels['invitationspending'] = 'Ausstehende Einladungen';
28
-$labels['invitationsdeclined'] = 'Abgelehnte Einladunen';
29
+$labels['invitationsdeclined'] = 'Abgelehnte Einladungen';
30
$labels['changepartstat'] = 'Teilnehmerstatus ändern';
31
$labels['rsvpcomment'] = 'Einladungstext';
32
$labels['listrange'] = 'Angezeigter Bereich:';
33
34
$labels['itipmailbodytentative'] = "\$sender hat die Einladung mit Vorbehalt zum folgenden Termin angenommen:\n\n*\$title*\n\nWann: \$date\n\nTeilnehmer: \$attendees";
35
$labels['itipmailbodydeclined'] = "\$sender hat die Einladung zum folgenden Termin abgelehnt:\n\n*\$title*\n\nWann: \$date\n\nTeilnehmer: \$attendees";
36
$labels['itipmailbodycancel'] = "\$sender hat Deine Teilnahme bei der folgenden Veranstaltung zurückgewiesen:\n\n*\$title*\n\nam: \$date";
37
+$labels['itipmailbodydelegated'] = "\$sender hat die Teilnahme an folgendem Event delegiert:\n\n*\$title*\n\nWhen: \$date";
38
+$labels['itipmailbodydelegatedto'] = "\$sender hat die Teilnahme an folgendem Event an Sie delegiert:\n\n*\$title*\n\nWhen: \$date";
39
$labels['itipdeclineevent'] = 'Möchten Sie die Einladung zu diesem Termin ablehnen?';
40
$labels['declinedeleteconfirm'] = 'Soll der abgelehnte Termin zusätzlich aus dem Kalender gelöscht werden?';
41
$labels['itipcomment'] = 'Kommentar zur Einladungs-/Benachrichtigungsnachricht';
42
43
$labels['removeeventconfirm'] = 'Ereignis löschen';
44
$labels['changerecurringeventwarning'] = 'Dies ist eine Terminreihe. Möchten Sie nur den aktuellen, diesen und alle zukünftigen oder alle Termine bearbeiten oder die Änderungen als neuen Termin speichern?';
45
$labels['removerecurringeventwarning'] = 'Dies ist ein wiederkehrender Termin. Wollen Sie nur diesen Termin bearbeiten oder alle zukünftigen Vorkommen? Alternativ können auch alle Vorkommen bearbeitet werden.';
46
+$labels['removerecurringallonly'] = 'Dieses ist ein wiederkehrender Termin. Als ein Teilnehmer können Sie nur den gesamten Termin inklusive aller Wiederholungen löschen.';
47
$labels['currentevent'] = 'Aktuellen';
48
$labels['futurevents'] = 'Zukünftige';
49
$labels['allevents'] = 'Alle';
50
roundcubemail-plugins-kolab-3.2.5.tar.gz/plugins/calendar/localization/es_ES.inc -> roundcubemail-plugins-kolab-3.2.6.tar.gz/plugins/calendar/localization/es_ES.inc
Changed
17
1
2
$labels['public'] = 'public';
3
$labels['private'] = 'private';
4
$labels['confidential'] = 'confidential';
5
+$labels['links'] = 'Reference';
6
$labels['alarms'] = 'Reminder';
7
$labels['comment'] = 'Comentario';
8
$labels['created'] = 'Created';
9
10
$labels['unknown'] = 'Unknown';
11
$labels['eventoptions'] = 'Opciones';
12
$labels['generated'] = 'generated at';
13
+$labels['removelink'] = 'Remove email reference';
14
$labels['printdescriptions'] = 'Print descriptions';
15
$labels['parentcalendar'] = 'Insert inside';
16
$labels['searchearlierdates'] = '« Search for earlier events';
17
roundcubemail-plugins-kolab-3.2.5.tar.gz/plugins/calendar/localization/et_EE.inc -> roundcubemail-plugins-kolab-3.2.6.tar.gz/plugins/calendar/localization/et_EE.inc
Changed
16
1
2
$labels['public'] = 'public';
3
$labels['private'] = 'private';
4
$labels['confidential'] = 'confidential';
5
+$labels['links'] = 'Reference';
6
$labels['alarms'] = 'Reminder';
7
$labels['comment'] = 'Kommentaar';
8
$labels['created'] = 'Created';
9
$labels['changed'] = 'Last Modified';
10
$labels['unknown'] = 'Unknown';
11
$labels['generated'] = 'generated at';
12
+$labels['removelink'] = 'Remove email reference';
13
$labels['printdescriptions'] = 'Print descriptions';
14
$labels['parentcalendar'] = 'Insert inside';
15
$labels['searchearlierdates'] = '« Search for earlier events';
16
roundcubemail-plugins-kolab-3.2.5.tar.gz/plugins/calendar/localization/fi_FI.inc -> roundcubemail-plugins-kolab-3.2.6.tar.gz/plugins/calendar/localization/fi_FI.inc
Changed
42
1
2
$labels['afterflagdeleted'] = 'Merkitse poistettavaksi';
3
$labels['aftermoveto'] = 'Siirrä...';
4
$labels['itipoptions'] = 'Tapahtuman kutsut';
5
+$labels['afteraction'] = 'Kun kutsu tai päivitysviesti on käsitelty';
6
$labels['calendar'] = 'Kalenteri';
7
$labels['calendars'] = 'Kalenterit';
8
$labels['category'] = 'Luokka';
9
10
$labels['public'] = 'julkinen';
11
$labels['private'] = 'yksityinen';
12
$labels['confidential'] = 'luottamuksellinen';
13
+$labels['links'] = 'Viittaus';
14
$labels['alarms'] = 'Muistutus';
15
$labels['comment'] = 'Kommentti';
16
$labels['created'] = 'Luotu';
17
18
$labels['eventoptions'] = 'Valinnat';
19
$labels['generated'] = 'generoitu';
20
$labels['eventhistory'] = 'Historia';
21
+$labels['removelink'] = 'Poista sähköpostiviittaus';
22
$labels['printdescriptions'] = 'Tulosta kuvaukset';
23
$labels['searchearlierdates'] = '« Etsi aiempia tapahtumia';
24
$labels['searchlaterdates'] = 'Etsi myöhempiä tapahtumia »';
25
26
$labels['changeeventconfirm'] = 'Vaihda tapahtuma';
27
$labels['removeeventconfirm'] = 'Poista tapahtuma';
28
$labels['changerecurringeventwarning'] = 'Tämä on tuistuva tapahtuma. Haluatko muokata vain tätä ajankohtaa, tätä ja tulevia tapahtuman ajankohtia, kaikkia tapahtuman ajankohtia vai tallentaa kokonaan uutena tapahtumana? ';
29
+$labels['removerecurringeventwarning'] = 'Tämä on toistuva tapahtuma. Haluatko poistaa vain nykyisen tapahtuman, nykyisen tapahtuman ja tulevaisuuden tapahtumat vai kaikki tapahtumaan liittyvät merkinnät?';
30
+$labels['removerecurringallonly'] = 'Tämä on toistuva tapahtuma. Osallistujana voit poistaa vain koko tapahtuman kaikkine toistumiskertoineen.';
31
$labels['currentevent'] = 'Nykyinen';
32
$labels['futurevents'] = 'Tulevat';
33
$labels['allevents'] = 'Kaikki';
34
35
$labels['eventnotfound'] = 'Tapahtumadatan lataus epäonnistui';
36
$labels['eventchangelognotavailable'] = 'Tapahtuman muutoshistoria ei ole saatavilla';
37
$labels['eventdiffnotavailable'] = 'Vertailu ei ole saatavilla valittujen versioiden välillä';
38
+$labels['eventrestoreconfirm'] = 'Haluatko varmasti palauttaa tämän tapahtuman version $rev? Nykyinen tapahtuma korvataan vanhalla versiolla.';
39
$labels['arialabelminical'] = 'Kalenterin ajankohdan valinta';
40
$labels['arialabelcalendarview'] = 'Kalenterinäkymä';
41
$labels['arialabelsearchform'] = 'Tapahtumahaun lomake';
42
roundcubemail-plugins-kolab-3.2.5.tar.gz/plugins/calendar/localization/fr_FR.inc -> roundcubemail-plugins-kolab-3.2.6.tar.gz/plugins/calendar/localization/fr_FR.inc
Changed
17
1
2
$labels['public'] = 'publique';
3
$labels['private'] = 'privée';
4
$labels['confidential'] = 'Confidentiel';
5
+$labels['links'] = 'Référence';
6
$labels['alarms'] = 'Rappel';
7
$labels['comment'] = 'Commentaire';
8
$labels['created'] = 'Créée';
9
10
$labels['eventoptions'] = 'Options';
11
$labels['generated'] = 'généré à';
12
$labels['eventhistory'] = 'Historique';
13
+$labels['removelink'] = 'Enlever référence d\'e-mail';
14
$labels['printdescriptions'] = 'Imprimer les descriptions';
15
$labels['parentcalendar'] = 'Ajouter à l\'intérieur';
16
$labels['searchearlierdates'] = '« Chercher des évènements plus ancien';
17
roundcubemail-plugins-kolab-3.2.5.tar.gz/plugins/calendar/localization/hu_HU.inc -> roundcubemail-plugins-kolab-3.2.6.tar.gz/plugins/calendar/localization/hu_HU.inc
Changed
16
1
2
$labels['public'] = 'publikus';
3
$labels['private'] = 'privát';
4
$labels['confidential'] = 'titkos';
5
+$labels['links'] = 'Reference';
6
$labels['alarms'] = 'Emlékeztető';
7
$labels['comment'] = 'Megjegyzés';
8
$labels['created'] = 'Created';
9
$labels['changed'] = 'Last Modified';
10
$labels['unknown'] = 'Ismeretlen foglaltság';
11
$labels['generated'] = 'készítve:';
12
+$labels['removelink'] = 'Remove email reference';
13
$labels['printdescriptions'] = 'Leírás nyomtatása';
14
$labels['parentcalendar'] = 'Szülőnaptár';
15
$labels['searchearlierdates'] = '< Korábbi események keresése';
16
roundcubemail-plugins-kolab-3.2.5.tar.gz/plugins/calendar/localization/it_IT.inc -> roundcubemail-plugins-kolab-3.2.6.tar.gz/plugins/calendar/localization/it_IT.inc
Changed
17
1
2
$labels['public'] = 'pubblico';
3
$labels['private'] = 'privato';
4
$labels['confidential'] = 'confidenziale';
5
+$labels['links'] = 'Riferimento';
6
$labels['alarms'] = 'Promemoria';
7
$labels['comment'] = 'Commento';
8
$labels['created'] = 'Creato';
9
10
$labels['eventoptions'] = 'Opzioni';
11
$labels['generated'] = 'generato il';
12
$labels['eventhistory'] = 'Storico';
13
+$labels['removelink'] = 'Rimuovi riferimento email';
14
$labels['printdescriptions'] = 'Stampa descrizioni';
15
$labels['parentcalendar'] = 'Inserisci dentro';
16
$labels['searchearlierdates'] = '« Cerca eventi precedenti';
17
roundcubemail-plugins-kolab-3.2.5.tar.gz/plugins/calendar/localization/ja_JP.inc -> roundcubemail-plugins-kolab-3.2.6.tar.gz/plugins/calendar/localization/ja_JP.inc
Changed
17
1
2
$labels['public'] = 'パブリック';
3
$labels['private'] = 'プライベート';
4
$labels['confidential'] = '親展';
5
+$labels['links'] = 'Reference';
6
$labels['alarms'] = '通知';
7
$labels['comment'] = 'Comment';
8
$labels['created'] = 'Created';
9
10
$labels['unknown'] = '不明';
11
$labels['eventoptions'] = 'オプション';
12
$labels['generated'] = '生成';
13
+$labels['removelink'] = 'Remove email reference';
14
$labels['printdescriptions'] = '説明印刷';
15
$labels['parentcalendar'] = '内に挿入';
16
$labels['searchearlierdates'] = '<< 以前のイベントを検索';
17
roundcubemail-plugins-kolab-3.2.5.tar.gz/plugins/calendar/localization/nl_NL.inc -> roundcubemail-plugins-kolab-3.2.6.tar.gz/plugins/calendar/localization/nl_NL.inc
Changed
17
1
2
$labels['public'] = 'publiek';
3
$labels['private'] = 'prive';
4
$labels['confidential'] = 'vertrouwelijk';
5
+$labels['links'] = 'Reference';
6
$labels['alarms'] = 'Herinnering';
7
$labels['comment'] = 'Opmerking';
8
$labels['created'] = 'Created';
9
10
$labels['unknown'] = 'Onbekend';
11
$labels['eventoptions'] = 'Opties';
12
$labels['generated'] = 'gegenereerd op';
13
+$labels['removelink'] = 'Remove email reference';
14
$labels['printdescriptions'] = 'Print beschrijvingen';
15
$labels['parentcalendar'] = 'Voeg toe in';
16
$labels['searchearlierdates'] = '« Zoek voor eerdere afspraken';
17
roundcubemail-plugins-kolab-3.2.6.tar.gz/plugins/calendar/localization/pl.inc
Added
105
1
2
+<?php
3
+/**
4
+ * Localizations for Kolab Calendar plugin
5
+ *
6
+ * Copyright (C) 2014, Kolab Systems AG
7
+ *
8
+ * For translation see https://www.transifex.com/projects/p/kolab/resource/calendar/
9
+ */
10
+$labels['default_view'] = 'Domyślny widok';
11
+$labels['time_format'] = 'Format czasu';
12
+$labels['first_day'] = 'Pierwszy dzień tygodnia';
13
+$labels['first_hour'] = 'Pierwsza godzina do wyświetlenia';
14
+$labels['workinghours'] = 'Godziny pracy';
15
+$labels['add_category'] = 'Dodaj kategorię';
16
+$labels['remove_category'] = 'Usuń kategorię';
17
+$labels['afternothing'] = 'Nie rób nic';
18
+$labels['aftertrash'] = 'Przenieś do kosza';
19
+$labels['afterdelete'] = 'Usuń wiadomość';
20
+$labels['afterflagdeleted'] = 'Oznacz jako usunięte';
21
+$labels['aftermoveto'] = 'Przenieś do...';
22
+$labels['calendar'] = 'Kalendarz';
23
+$labels['calendars'] = 'Kalendarze';
24
+$labels['category'] = 'Kategoria';
25
+$labels['categories'] = 'Kategorie';
26
+$labels['createcalendar'] = 'Utwórz nowy kalendarz';
27
+$labels['editcalendar'] = 'Edytuj właściwości kalendarza';
28
+$labels['name'] = 'Nazwa';
29
+$labels['color'] = 'Kolor';
30
+$labels['day'] = 'Dzień';
31
+$labels['week'] = 'Tydzień';
32
+$labels['month'] = 'Miesiąc';
33
+$labels['new'] = 'Nowy';
34
+$labels['new_event'] = 'Nowe zdarzenie';
35
+$labels['edit_event'] = 'Edytuj zdarzenie';
36
+$labels['edit'] = 'Edytuj';
37
+$labels['save'] = 'Zapisz';
38
+$labels['removelist'] = 'Usuń z listy';
39
+$labels['cancel'] = 'Anuluj';
40
+$labels['print'] = 'Drukuj';
41
+$labels['printtitle'] = 'Drukuj kalendarze';
42
+$labels['title'] = 'Podsumowanie';
43
+$labels['description'] = 'Opis';
44
+$labels['export'] = 'Eksport';
45
+$labels['exporttitle'] = 'Eksport do iCalendar';
46
+$labels['url'] = 'URL';
47
+$labels['date'] = 'Data';
48
+$labels['start'] = 'Start';
49
+$labels['end'] = 'Koniec';
50
+$labels['repeat'] = 'Powtórz';
51
+$labels['selectdate'] = 'Wybierz datę';
52
+$labels['free'] = 'Wolny';
53
+$labels['busy'] = 'Zajęty';
54
+$labels['outofoffice'] = 'Poza biurem';
55
+$labels['status-cancelled'] = 'Anulowane';
56
+$labels['priority'] = 'Priorytet';
57
+$labels['sensitivity'] = 'Prywatność';
58
+$labels['created'] = 'Utworzone';
59
+$labels['changed'] = 'Ostatnia modyfikacja';
60
+$labels['unknown'] = 'Nieznane';
61
+$labels['eventoptions'] = 'Opcje';
62
+$labels['eventhistory'] = 'Historia';
63
+$labels['andnmore'] = '$nr więcej...';
64
+$labels['createfrommail'] = 'Zapisz jako zdarzenie';
65
+$labels['importevents'] = 'Importuj zdarzenia';
66
+$labels['showurl'] = 'Pokaż URL kalendarza';
67
+$labels['calsearchresults'] = 'Dostępne Kalendarze';
68
+$labels['nocalendarsfound'] = 'Nie znaleziono kalendarzy';
69
+$labels['quickview'] = 'Pokaż tylko ten kalendarz';
70
+$labels['today'] = 'Dzisiaj';
71
+$labels['tomorrow'] = 'Jutro';
72
+$labels['thisweek'] = 'Ten tydzień';
73
+$labels['nextweek'] = 'Następny tydzień';
74
+$labels['prevweek'] = 'Poprzedni tydzień';
75
+$labels['thismonth'] = 'Ten miesiąc';
76
+$labels['nextmonth'] = 'Następny miesiąc';
77
+$labels['weekofyear'] = 'Tydzień';
78
+$labels['rolerequired'] = 'Wymagane';
79
+$labels['availfree'] = 'Wolny';
80
+$labels['availbusy'] = 'Zajęty';
81
+$labels['availunknown'] = 'Nieznane';
82
+$labels['availoutofoffice'] = 'Poza biurem';
83
+$labels['saveincalendar'] = 'zapisz w';
84
+$labels['savetocalendar'] = 'Zapisz w kalendarzu';
85
+$labels['openpreview'] = 'Sprawdź kalendarz';
86
+$labels['noearlierevents'] = 'Brak wcześniejszych zdarzeń';
87
+$labels['nolaterevents'] = 'Brak późniejszych zdarzeń';
88
+$labels['resourcedetails'] = 'Szczegóły';
89
+$labels['resourceavailability'] = 'Dostępność';
90
+$labels['resourceowner'] = 'Właściciel';
91
+$labels['tabsummary'] = 'Podsumowanie';
92
+$labels['deleteobjectconfirm'] = 'Czy na pewno chcesz usunąć to zdarzenie?';
93
+$labels['deleteventconfirm'] = 'Czy na pewno chcesz usunąć to zdarzenie?';
94
+$labels['deletecalendarconfirm'] = 'Czy na pewno chcesz usunąć ten kalendarz i wszystkie jego zdarzenia?';
95
+$labels['changeeventconfirm'] = 'Zmodyfikuj zdarzenie';
96
+$labels['removeeventconfirm'] = 'Usuń zdarzenie';
97
+$labels['allevents'] = 'Wszystko';
98
+$labels['saveasnew'] = 'Zapisz jako nowy';
99
+$labels['birthdays'] = 'Urodziny';
100
+$labels['birthdayscalendar'] = 'Kalendarz urodzin';
101
+$labels['displaybirthdayscalendar'] = 'Wyświetl kalendarz urodzin';
102
+$labels['birthdayage'] = 'Wiek $age';
103
+$labels['user'] = 'Użytkownik';
104
+?>
105
roundcubemail-plugins-kolab-3.2.5.tar.gz/plugins/calendar/localization/pl_PL.inc -> roundcubemail-plugins-kolab-3.2.6.tar.gz/plugins/calendar/localization/pl_PL.inc
Changed
81
1
2
$labels['edit_event'] = 'Edytuj zdarzenie';
3
$labels['edit'] = 'Edytuj';
4
$labels['save'] = 'Zapisz';
5
-$labels['removelist'] = 'Remove from list';
6
+$labels['removelist'] = 'Usuń z listy';
7
$labels['cancel'] = 'Anuluj';
8
$labels['select'] = 'Wybierz';
9
$labels['print'] = 'Drukuj';
10
11
$labels['public'] = 'publiczny';
12
$labels['private'] = 'prywatny';
13
$labels['confidential'] = 'poufny';
14
+$labels['links'] = 'Reference';
15
$labels['alarms'] = 'Przypomnienie';
16
$labels['comment'] = 'Komentarz';
17
$labels['created'] = 'Utworzono';
18
19
$labels['eventoptions'] = 'Opcje';
20
$labels['generated'] = 'wygenerowano';
21
$labels['eventhistory'] = 'Historia';
22
+$labels['removelink'] = 'Remove email reference';
23
$labels['printdescriptions'] = 'Drukuj opisy';
24
$labels['parentcalendar'] = 'Wstaw wewnątrz';
25
$labels['searchearlierdates'] = '« Szukaj wcześniejszych zdarzeń';
26
27
$labels['weekofyear'] = 'Tydzień';
28
$labels['pastevents'] = 'Przeszłe';
29
$labels['futureevents'] = 'Przyszłe';
30
-$labels['showalarms'] = 'Show reminders';
31
+$labels['showalarms'] = 'Pokaż powiadomienia';
32
$labels['defaultalarmtype'] = 'Domyślne powiadomienie';
33
$labels['defaultalarmoffset'] = 'Domyślny czas powiadomienia';
34
$labels['attendee'] = 'Uczestnik';
35
36
$labels['rolerequired'] = 'Wymagany';
37
$labels['roleoptional'] = 'Opcjonalny';
38
$labels['rolechair'] = 'Przewodniczący';
39
-$labels['rolenonparticipant'] = 'Absent';
40
+$labels['rolenonparticipant'] = 'Nieobecny';
41
$labels['cutypeindividual'] = 'Osoba';
42
$labels['cutypegroup'] = 'Grupa';
43
$labels['cutyperesource'] = 'Zasób';
44
45
$labels['saveincalendar'] = 'zapisz w';
46
$labels['updatemycopy'] = 'Uaktualnij w moim kalendarzu';
47
$labels['savetocalendar'] = 'Zapisz do kalendarza';
48
+$labels['openpreview'] = 'Sprawdź kalendarz';
49
+$labels['noearlierevents'] = 'Brak wcześniejszych zdarzeń';
50
+$labels['nolaterevents'] = '« Brak póżniejszych zdarzeń';
51
$labels['resource'] = 'Zasób';
52
$labels['addresource'] = 'Rezerwuj zasób';
53
$labels['findresources'] = 'Wyszukaj zasoby';
54
55
$labels['importerror'] = 'Wystąpił błąd podczas importu.';
56
$labels['aclnorights'] = 'Nie masz uprawnień administracyjnych dla tego kalendarza.';
57
$labels['changeeventconfirm'] = 'Zmień zdarzenie';
58
+$labels['removeeventconfirm'] = 'Usuń zdarzenie';
59
$labels['changerecurringeventwarning'] = 'To jest zdarzenie powtarzalne. Czy chcesz zmienić bieżące zdarzenie, bieżące i przyszłe, wszystkie, a może zapisać je jako nowe zdarzenie?';
60
+$labels['removerecurringeventwarning'] = 'Jest to zdarzenie cykliczne. Czy chcesz usunąć wyłącznie bieżące zdarzenie i jego przyszłe wystąpienia, czy wszystkie wystąpienia tego zdarzenia?';
61
+$labels['removerecurringallonly'] = 'Jest to zdarzenie cykliczne. Jako uczestnik, możesz jedynie usunąć całe zdarzenie ze wszystkimi jego wystąpieniami.';
62
$labels['currentevent'] = 'Bieżące';
63
$labels['futurevents'] = 'Przyszłe';
64
$labels['allevents'] = 'Wszystkie';
65
$labels['saveasnew'] = 'Zapisz jako nowe';
66
-$labels['birthdays'] = 'Birthdays';
67
-$labels['birthdayscalendar'] = 'Birthdays Calendar';
68
-$labels['displaybirthdayscalendar'] = 'Display birthdays calendar';
69
-$labels['birthdayscalendarsources'] = 'From these address books';
70
-$labels['birthdayeventtitle'] = '$name\'s Birthday';
71
-$labels['birthdayage'] = 'Age $age';
72
+$labels['birthdays'] = 'Uruodziny';
73
+$labels['birthdayscalendar'] = 'Kalendarz Urodzin';
74
+$labels['displaybirthdayscalendar'] = 'Wyświetl kalendarz urodzin';
75
+$labels['birthdayscalendarsources'] = 'Z tych książek adresowych';
76
+$labels['birthdayeventtitle'] = 'Urodziny $name\'s';
77
+$labels['birthdayage'] = 'Wiek $age';
78
$labels['eventchangelog'] = 'Historia zmian';
79
$labels['eventdiff'] = 'Zmiany od wersji $rev';
80
$labels['revision'] = 'Wersja';
81
roundcubemail-plugins-kolab-3.2.5.tar.gz/plugins/calendar/localization/pt_BR.inc -> roundcubemail-plugins-kolab-3.2.6.tar.gz/plugins/calendar/localization/pt_BR.inc
Changed
17
1
2
$labels['public'] = 'público';
3
$labels['private'] = 'privado';
4
$labels['confidential'] = 'confidencial';
5
+$labels['links'] = 'Reference';
6
$labels['alarms'] = 'Lembrete';
7
$labels['comment'] = 'Comentário';
8
$labels['created'] = 'Created';
9
10
$labels['unknown'] = 'Desconhecido';
11
$labels['eventoptions'] = 'Opções';
12
$labels['generated'] = 'gerado em';
13
+$labels['removelink'] = 'Remove email reference';
14
$labels['printdescriptions'] = 'Descrições de impressão';
15
$labels['parentcalendar'] = 'Inserir dentro';
16
$labels['searchearlierdates'] = '« Procurar por eventos anteriores';
17
roundcubemail-plugins-kolab-3.2.6.tar.gz/plugins/calendar/localization/pt_PT.inc
Added
277
1
2
+<?php
3
+/**
4
+ * Localizations for Kolab Calendar plugin
5
+ *
6
+ * Copyright (C) 2014, Kolab Systems AG
7
+ *
8
+ * For translation see https://www.transifex.com/projects/p/kolab/resource/calendar/
9
+ */
10
+$labels['default_view'] = 'Visualização padrão';
11
+$labels['time_format'] = 'Formato da hora';
12
+$labels['timeslots'] = 'Entradas por hora';
13
+$labels['first_day'] = 'Primeiro dia da semana';
14
+$labels['first_hour'] = 'Primeira hora a mostrar';
15
+$labels['workinghours'] = 'Horário de trabalho';
16
+$labels['add_category'] = 'Adicionar categoria';
17
+$labels['remove_category'] = 'Remover categoria';
18
+$labels['defaultcalendar'] = 'Criar novos eventos em';
19
+$labels['eventcoloring'] = 'Cores dos eventos';
20
+$labels['coloringmode0'] = 'De acordo com o calendário';
21
+$labels['coloringmode1'] = 'De acordo com a categoria';
22
+$labels['coloringmode2'] = 'Calendário para esboço, categoria para conteúdo';
23
+$labels['coloringmode3'] = 'Categoria para esboço, calendário para conteúdo';
24
+$labels['afternothing'] = 'Manter';
25
+$labels['aftertrash'] = 'Enviar para o lixo';
26
+$labels['afterdelete'] = 'Eliminar a mensagem';
27
+$labels['afterflagdeleted'] = 'Marcar como eliminada';
28
+$labels['aftermoveto'] = 'Mover para...';
29
+$labels['itipoptions'] = 'Convites de eventos';
30
+$labels['afteraction'] = 'Depois do processamento de um convite ou mensagem de alteração';
31
+$labels['calendar'] = 'Calendário';
32
+$labels['calendars'] = 'Calendários';
33
+$labels['category'] = 'Categoria';
34
+$labels['categories'] = 'Categorias';
35
+$labels['createcalendar'] = 'Criar um novo calendário';
36
+$labels['editcalendar'] = 'Alterar propriedades do calendário';
37
+$labels['name'] = 'Nome';
38
+$labels['color'] = 'Cor';
39
+$labels['day'] = 'Dia';
40
+$labels['week'] = 'Semana';
41
+$labels['month'] = 'Mês';
42
+$labels['agenda'] = 'Agenda';
43
+$labels['new'] = 'Novo';
44
+$labels['new_event'] = 'Novo evento';
45
+$labels['edit_event'] = 'Alterar evento';
46
+$labels['edit'] = 'Alterar';
47
+$labels['save'] = 'Guardar';
48
+$labels['removelist'] = 'Remover da lista';
49
+$labels['cancel'] = 'Cancelar';
50
+$labels['select'] = 'Selecionar';
51
+$labels['print'] = 'Imprimir';
52
+$labels['printtitle'] = 'Imprimir calendários';
53
+$labels['title'] = 'Sumário';
54
+$labels['description'] = 'Descrição';
55
+$labels['all-day'] = 'dia todo';
56
+$labels['export'] = 'Exportar';
57
+$labels['exporttitle'] = 'Exportar para iCalendar';
58
+$labels['exportrange'] = 'Eventos de';
59
+$labels['exportattachments'] = 'Incluir anexos';
60
+$labels['customdate'] = 'Definir data';
61
+$labels['location'] = 'Local';
62
+$labels['url'] = 'Endereço web';
63
+$labels['date'] = 'Data';
64
+$labels['start'] = 'Início';
65
+$labels['starttime'] = 'Hora de início';
66
+$labels['end'] = 'Fim';
67
+$labels['endtime'] = 'Hora de fim';
68
+$labels['repeat'] = 'Repetir';
69
+$labels['selectdate'] = 'Escolher data';
70
+$labels['freebusy'] = 'Mostrar-me como';
71
+$labels['free'] = 'Livre';
72
+$labels['busy'] = 'Ocupado';
73
+$labels['outofoffice'] = 'Ausente';
74
+$labels['tentative'] = 'Tentativa';
75
+$labels['mystatus'] = 'O meu estado';
76
+$labels['status'] = 'Estado';
77
+$labels['status-confirmed'] = 'Confirmado';
78
+$labels['status-cancelled'] = 'Cancelado';
79
+$labels['priority'] = 'Prioridade';
80
+$labels['sensitivity'] = 'Privacidade';
81
+$labels['public'] = 'público';
82
+$labels['private'] = 'privado';
83
+$labels['confidential'] = 'confidencial';
84
+$labels['links'] = 'Referência';
85
+$labels['alarms'] = 'Lembrete';
86
+$labels['comment'] = 'Comentário';
87
+$labels['created'] = 'Criado em';
88
+$labels['changed'] = 'Alterado em';
89
+$labels['unknown'] = 'Desconhecido';
90
+$labels['eventoptions'] = 'Opções';
91
+$labels['generated'] = 'produzido a';
92
+$labels['eventhistory'] = 'Histórico';
93
+$labels['removelink'] = 'Remover referência de email ';
94
+$labels['printdescriptions'] = 'Descrições de impressão';
95
+$labels['parentcalendar'] = 'Inserir dentro';
96
+$labels['searchearlierdates'] = '« Procurar eventos anteriores';
97
+$labels['searchlaterdates'] = 'Procurar eventos posteriores »';
98
+$labels['andnmore'] = '$nr mais...';
99
+$labels['togglerole'] = 'Clique para alternar o papel';
100
+$labels['createfrommail'] = 'Salvar como evento';
101
+$labels['importevents'] = 'Importar eventos';
102
+$labels['importrange'] = 'Eventos de';
103
+$labels['onemonthback'] = '1 mês atrás';
104
+$labels['nmonthsback'] = '$nr meses atrás';
105
+$labels['showurl'] = 'Mostrar URL do calendário';
106
+$labels['showurldescription'] = 'Use o seguinte endereço para obter acesso (somente leitura) ao seu calendário com outras aplicações. Para isso pode copiar e colar este endereço em qualquer software que suporte o formato iCal.';
107
+$labels['caldavurldescription'] = 'Para sincronizar este calendário com o seu computador ou dispositivos móveis deverá copiar este endereço <a href="http://en.wikipedia.org/wiki/CalDAV" target="_blank">CalDAV</a> para a aplicação cliente. (ex. Evolution ou Mozilla Thunderbird)';
108
+$labels['findcalendars'] = 'Procurar calendários...';
109
+$labels['searchterms'] = 'Procurar termos';
110
+$labels['calsearchresults'] = 'Calendários disponíveis';
111
+$labels['calendarsubscribe'] = 'Listar sempre';
112
+$labels['nocalendarsfound'] = 'Não foram encontrados calendários';
113
+$labels['nrcalendarsfound'] = '$nr calendários encontrados';
114
+$labels['quickview'] = 'Só mostrar este calendário';
115
+$labels['invitationspending'] = 'Convites pendentes';
116
+$labels['invitationsdeclined'] = 'Convites recusados';
117
+$labels['changepartstat'] = 'Mudar estado de participante';
118
+$labels['rsvpcomment'] = 'Mensagem de convite';
119
+$labels['listrange'] = 'Intervalo para exibir:';
120
+$labels['listsections'] = 'Dividir em:';
121
+$labels['smartsections'] = 'Seções inteligentes';
122
+$labels['until'] = 'até';
123
+$labels['today'] = 'Hoje';
124
+$labels['tomorrow'] = 'Amanhã';
125
+$labels['thisweek'] = 'Esta semana';
126
+$labels['nextweek'] = 'Próxima semana';
127
+$labels['prevweek'] = 'Semana anterior';
128
+$labels['thismonth'] = 'Este mês';
129
+$labels['nextmonth'] = 'Próximo mês';
130
+$labels['weekofyear'] = 'Semana';
131
+$labels['pastevents'] = 'Passado';
132
+$labels['futureevents'] = 'Futuro';
133
+$labels['showalarms'] = 'Mostrar lembretes';
134
+$labels['defaultalarmtype'] = 'Configuração padrão de lembrete';
135
+$labels['defaultalarmoffset'] = 'Horário padrão de lembrete';
136
+$labels['attendee'] = 'Participante';
137
+$labels['role'] = 'Papel';
138
+$labels['availability'] = 'Disp.';
139
+$labels['confirmstate'] = 'Estado';
140
+$labels['addattendee'] = 'Adicionar participante';
141
+$labels['roleorganizer'] = 'Organizador';
142
+$labels['rolerequired'] = 'Obrigatório';
143
+$labels['roleoptional'] = 'Facultativo';
144
+$labels['rolechair'] = 'Responsável';
145
+$labels['rolenonparticipant'] = 'Ausente';
146
+$labels['cutypeindividual'] = 'Individual';
147
+$labels['cutypegroup'] = 'Grupo';
148
+$labels['cutyperesource'] = 'Recurso';
149
+$labels['cutyperoom'] = 'Sala';
150
+$labels['availfree'] = 'Disponível';
151
+$labels['availbusy'] = 'Ocupado';
152
+$labels['availunknown'] = 'Desconhecido';
153
+$labels['availtentative'] = 'Tentativa';
154
+$labels['availoutofoffice'] = 'Ausente';
155
+$labels['delegatedto'] = 'Delegado a:';
156
+$labels['delegatedfrom'] = 'Delegado de:';
157
+$labels['scheduletime'] = 'Procurar disponibilidade';
158
+$labels['sendinvitations'] = 'Enviar convites';
159
+$labels['sendnotifications'] = 'Avisar os participantes sobre as alterações';
160
+$labels['sendcancellation'] = 'Avisar os participantes sobre o cancelamento do evento';
161
+$labels['onlyworkinghours'] = 'Procurar disponibilidade dentro do meu horário de trabalho';
162
+$labels['reqallattendees'] = 'Necessário/todos os participantes';
163
+$labels['prevslot'] = 'Espaço anterior';
164
+$labels['nextslot'] = 'Próximo espaço';
165
+$labels['suggestedslot'] = 'Espaço sugerido';
166
+$labels['noslotfound'] = 'Incapaz de encontrar um horário disponível';
167
+$labels['invitationsubject'] = 'Foi convidado para "$title"';
168
+$labels['invitationmailbody'] = "*\$title*\n\nQuando: \$date\n\nConvidados: \$attendees\n\nSegue em anexo um arquivo iCalendar com todos os detalhes de um evento, o qual pode importar para o seu calendário.";
169
+$labels['invitationattendlinks'] = "No caso do seu cliente de e-mail não suportar pedidos do tipo iTIP, pode usar o seguinte link para aceitar ou recusar este convite:\n\$url";
170
+$labels['eventupdatesubject'] = '"$title" foi atualizado.';
171
+$labels['eventupdatesubjectempty'] = 'Um evento do seu interesse foi atualizado';
172
+$labels['eventupdatemailbody'] = "*\$title*\n\nQuando: \$date\n\nConvidados: \$attendees\n\nSegue em anexo um arquivo iCalendar atualizado com os detalhes de um evento, o qual pode importar para o seu calendário.";
173
+$labels['eventcancelsubject'] = '"$title" foi cancelado.';
174
+$labels['eventcancelmailbody'] = "*\$title*\n\nQuando: \$date\n\nConvidados: \$attendees\n\nO evento foi cancelado por \$organizer.\n\nSegue em anexo um arquivo iCalendar com os detalhes atualizados do evento.";
175
+$labels['itipobjectnotfound'] = 'O evento citado nesta mensagem não foi encontrado no seu calendário.';
176
+$labels['itipmailbodyaccepted'] = "\$sender aceitou o convite para o seguinte evento:\n\n*\$title*\n\nQuando: \$date\n\nConvidados: \$attendees";
177
+$labels['itipmailbodytentative'] = "\$sender aceitou o convite como \"tentativa\" para o seguinte evento:\n\n*\$title*\n\nQuando: \$date\n\nConvidados: \$attendees";
178
+$labels['itipmailbodydeclined'] = "\$sender recusou o convite para o seguinte evento:\n\n*\$title*\n\nQuando: \$date\n\nConvidados: \$attendees";
179
+$labels['itipmailbodycancel'] = "\$sender rejeitou a sua participação no seguinte evento:\n\n*\$title*\n\nQuando: \$date";
180
+$labels['itipmailbodydelegated'] = "\$sender delegou a participação no seguinte evento:\n\n*\$title*\n\nWhen: \$date";
181
+$labels['itipmailbodydelegatedto'] = "\$sender delegou a sua participação no seguinte evento:\n\n*\$title*\n\nWhen: \$date";
182
+$labels['itipdeclineevent'] = 'Deseja recusar o convite para este evento?';
183
+$labels['declinedeleteconfirm'] = 'Também deseja apagar o evento recusado do seu calendário?';
184
+$labels['itipcomment'] = 'Observações — Convite/notificação';
185
+$labels['itipcommenttitle'] = 'Estas observações serão enviadas com o convite/notificação aos participantes.';
186
+$labels['notanattendee'] = 'Não está listado como participante neste evento';
187
+$labels['eventcancelled'] = 'O evento foi cancelado';
188
+$labels['saveincalendar'] = 'guardar em';
189
+$labels['updatemycopy'] = 'Atualizar no meu calendário';
190
+$labels['savetocalendar'] = 'Guardar no calendário';
191
+$labels['openpreview'] = 'Verificar calendário';
192
+$labels['noearlierevents'] = 'Sem eventos anteriores';
193
+$labels['nolaterevents'] = 'Sem eventos posteriores';
194
+$labels['resource'] = 'Recurso';
195
+$labels['addresource'] = 'Livro de recursos';
196
+$labels['findresources'] = 'Encontrar recursos';
197
+$labels['resourcedetails'] = 'Detalhes';
198
+$labels['resourceavailability'] = 'Disponibilidade';
199
+$labels['resourceowner'] = 'Dono';
200
+$labels['resourceadded'] = 'O recurso foi adicionado ao seu evento';
201
+$labels['tabsummary'] = 'Sumário';
202
+$labels['tabrecurrence'] = 'Repetição';
203
+$labels['tabattendees'] = 'Participantes';
204
+$labels['tabresources'] = 'Recursos';
205
+$labels['tabattachments'] = 'Anexos';
206
+$labels['tabsharing'] = 'Partilha';
207
+$labels['deleteobjectconfirm'] = 'Tem a certeza que quer eliminar este evento?';
208
+$labels['deleteventconfirm'] = 'Tem a certeza que quer eliminar este evento?';
209
+$labels['deletecalendarconfirm'] = 'Tem a certeza que quer eliminar este calendário e todos os seus eventos?';
210
+$labels['deletecalendarconfirmrecursive'] = 'Tem a certeza que quer eliminar este calendário com todos os seus eventos e sub-calendários?';
211
+$labels['savingdata'] = 'A guardar os dados...';
212
+$labels['errorsaving'] = 'Falha ao guardar as alterações.';
213
+$labels['operationfailed'] = 'A operação pedida falhou.';
214
+$labels['invalideventdates'] = 'As datas são inválidas! Por favor, verifique novamente.';
215
+$labels['invalidcalendarproperties'] = 'Propriedades de calendário inválidas! Por favor defina um nome válido.';
216
+$labels['searchnoresults'] = 'Nenhum evento encontrado nos calendários selecionados.';
217
+$labels['successremoval'] = 'O evento foi excluído com sucesso.';
218
+$labels['successrestore'] = 'O evento foi restaurado com sucesso.';
219
+$labels['errornotifying'] = 'Falha ao enviar notificações para os participantes do evento.';
220
+$labels['errorimportingevent'] = 'Falha ao importar evento';
221
+$labels['importwarningexists'] = 'Uma cópia deste evento já existe em seu calendário.';
222
+$labels['newerversionexists'] = 'Já existe uma nova versão deste evento! Abortado.';
223
+$labels['nowritecalendarfound'] = 'Nenhum calendário encontrado para salvar o evento';
224
+$labels['importedsuccessfully'] = 'O evento foi adicionado com sucesso em \'$calendar\'';
225
+$labels['updatedsuccessfully'] = 'O evento foi atualizado com sucesso em \'$calendar\'.';
226
+$labels['attendeupdateesuccess'] = 'O status do participante foi atualizado com sucesso.';
227
+$labels['itipsendsuccess'] = 'Convite enviado aos participantes.';
228
+$labels['itipresponseerror'] = 'Falha ao enviar a resposta para este convite de evento';
229
+$labels['itipinvalidrequest'] = 'Este convite já não é válido';
230
+$labels['sentresponseto'] = 'Resposta de convite enviada com sucesso para $mailto';
231
+$labels['localchangeswarning'] = 'As alterações que pretende efetuar só serão válidas no seu calendário e não serão enviadas ao organizador do evento.';
232
+$labels['importsuccess'] = 'Importado com sucesso $nr eventos';
233
+$labels['importnone'] = 'Não há eventos a serem importados';
234
+$labels['importerror'] = 'Ocorreu um erro na importação';
235
+$labels['aclnorights'] = 'Não tem permissão de administrador neste calendário.';
236
+$labels['changeeventconfirm'] = 'Alterar evento';
237
+$labels['removeeventconfirm'] = 'Eliminar evento';
238
+$labels['changerecurringeventwarning'] = 'Este evento é recorrente. Deseja alterar a ocorrência atual, esta e todas as futuras ocorrências ou guardar como um novo evento?';
239
+$labels['removerecurringeventwarning'] = 'Este evento é recorrente. Deseja eliminar a ocorrência atual, esta e todas as futuras ocorrências ou todas as ocorrências do evento?';
240
+$labels['removerecurringallonly'] = 'Este evento é recorrente. Como participante, só pode apagar apagar o evento com todas as ocorrências.';
241
+$labels['currentevent'] = 'Atual';
242
+$labels['futurevents'] = 'Futuro';
243
+$labels['allevents'] = 'Todos';
244
+$labels['saveasnew'] = 'Guardar como';
245
+$labels['birthdays'] = 'Aniversários';
246
+$labels['birthdayscalendar'] = 'Calendário de aniversários';
247
+$labels['displaybirthdayscalendar'] = 'Mostrar calendário de aniversários';
248
+$labels['birthdayscalendarsources'] = 'From these address books';
249
+$labels['birthdayeventtitle'] = 'Aniversário de $name';
250
+$labels['birthdayage'] = 'Idade $age';
251
+$labels['eventchangelog'] = 'Alterar histórico';
252
+$labels['eventdiff'] = 'Changes from revisions $rev';
253
+$labels['revision'] = 'Revisão';
254
+$labels['user'] = 'Utilizador';
255
+$labels['operation'] = 'Ação';
256
+$labels['actionappend'] = 'Guardado';
257
+$labels['actionmove'] = 'Movido';
258
+$labels['actiondelete'] = 'Eliminado';
259
+$labels['compare'] = 'Comparar';
260
+$labels['showrevision'] = 'Mostrar esta versão';
261
+$labels['restore'] = 'Restaurar esta versão';
262
+$labels['eventnotfound'] = 'Falha ao ler os dados do evento';
263
+$labels['eventchangelognotavailable'] = 'Não é possível alterar o histórico deste evento';
264
+$labels['eventdiffnotavailable'] = 'Não é possível comparar as revisões selecionadas';
265
+$labels['eventrestoreconfirm'] = 'Confirma o restauro da revisão $rev deste evento? Os dados atuais serão substituídos pelos da versão anterior.';
266
+$labels['arialabelminical'] = 'Seleção da data do calendário';
267
+$labels['arialabelcalendarview'] = 'Vista do calendário';
268
+$labels['arialabelsearchform'] = 'Quadro de pesquisa de eventos';
269
+$labels['arialabelquicksearchbox'] = 'Pesquisa de eventos';
270
+$labels['arialabelcalsearchform'] = 'Quadro de pesquisa de calendários';
271
+$labels['calendaractions'] = 'Ações do calendário';
272
+$labels['arialabeleventattendees'] = 'Lista de participantes do evento';
273
+$labels['arialabeleventresources'] = 'Lista de recursos para eventos';
274
+$labels['arialabelresourcesearchform'] = 'Quadro de pesquisa de recursos';
275
+$labels['arialabelresourceselection'] = 'Recursos disponíveis';
276
+?>
277
roundcubemail-plugins-kolab-3.2.5.tar.gz/plugins/calendar/localization/ru_RU.inc -> roundcubemail-plugins-kolab-3.2.6.tar.gz/plugins/calendar/localization/ru_RU.inc
Changed
25
1
2
$labels['public'] = 'общедоступная';
3
$labels['private'] = 'личная';
4
$labels['confidential'] = 'конфиденциальная';
5
+$labels['links'] = 'Ссылка';
6
$labels['alarms'] = 'Напоминание';
7
$labels['comment'] = 'Комментарий';
8
$labels['created'] = 'Создана';
9
10
$labels['eventoptions'] = 'Опции';
11
$labels['generated'] = 'создан';
12
$labels['eventhistory'] = 'История';
13
+$labels['removelink'] = 'Удалить ссылку на письмо';
14
$labels['printdescriptions'] = 'Печатать описания';
15
$labels['parentcalendar'] = 'Вставить внутри';
16
$labels['searchearlierdates'] = '« Искать события раньше';
17
18
$labels['removeeventconfirm'] = 'Удалить событие';
19
$labels['changerecurringeventwarning'] = 'Это - повторяющееся событие. Хотели бы Вы редактировать только текущее событие, это и все будущие повторения, все события или сохранять его как новое событие?';
20
$labels['removerecurringeventwarning'] = 'Это - повторяющееся событие. Хотели бы Вы удалить только текущее событие, это и все будущие события или все эти события?';
21
+$labels['removerecurringallonly'] = 'Это - повторяющееся событие. Как участник, Вы можете удалить всё событие вместе с всеми повторениями.';
22
$labels['currentevent'] = 'Текущее';
23
$labels['futurevents'] = 'Будущие';
24
$labels['allevents'] = 'Все';
25
roundcubemail-plugins-kolab-3.2.5.tar.gz/plugins/calendar/localization/sk.inc -> roundcubemail-plugins-kolab-3.2.6.tar.gz/plugins/calendar/localization/sk.inc
Changed
69
1
2
*
3
* For translation see https://www.transifex.com/projects/p/kolab/resource/calendar/
4
*/
5
+$labels['default_view'] = 'Prednastavené zobrazenie';
6
+$labels['time_format'] = 'Formát času';
7
+$labels['timeslots'] = 'Časových úsekov za hodinu';
8
+$labels['first_day'] = 'Prvý deň v týždni';
9
+$labels['first_hour'] = 'Prvá hodina na zobrazenie';
10
+$labels['workinghours'] = 'Pracovný čas';
11
+$labels['add_category'] = 'Pridať kategóriu';
12
+$labels['remove_category'] = 'Odstrániť kategóriu';
13
+$labels['defaultcalendar'] = 'Vytvoriť novú udalosť v';
14
+$labels['eventcoloring'] = 'Farba udalosti';
15
+$labels['afternothing'] = 'Neurobiť nič';
16
+$labels['aftertrash'] = 'Presunúť do koša';
17
+$labels['afterdelete'] = 'Vymazať správu';
18
+$labels['afterflagdeleted'] = 'Označiť ako vymazané';
19
$labels['aftermoveto'] = 'Presunúť do...';
20
+$labels['itipoptions'] = 'Pozvánky na udalosť';
21
$labels['calendar'] = 'Kalendár';
22
$labels['calendars'] = 'Kalendáre';
23
$labels['category'] = 'Kategória';
24
25
$labels['edit_event'] = 'Upraviť udalosť';
26
$labels['edit'] = 'Upraviť';
27
$labels['save'] = 'Uložiť';
28
+$labels['removelist'] = 'Odstrániť zo zoznamu';
29
+$labels['cancel'] = 'Zrušiť';
30
+$labels['select'] = 'Vybrať';
31
+$labels['print'] = 'Vytlačiť';
32
+$labels['printtitle'] = 'Vytlačiť kalendáre';
33
+$labels['title'] = 'Sumár';
34
+$labels['description'] = 'Popis';
35
+$labels['all-day'] = 'celý deň';
36
+$labels['export'] = 'Exportovať';
37
+$labels['exporttitle'] = 'Exportovať do iCalendar';
38
+$labels['exportrange'] = 'Udalosti z';
39
+$labels['exportattachments'] = 'S prílohami';
40
+$labels['customdate'] = 'Používateľský dátum';
41
+$labels['location'] = 'Poloha';
42
+$labels['url'] = 'URL';
43
+$labels['date'] = 'Dátum';
44
+$labels['start'] = 'Začiatok';
45
+$labels['starttime'] = 'Čas začiatku';
46
+$labels['end'] = 'Koniec';
47
+$labels['endtime'] = 'Čas konca';
48
+$labels['repeat'] = 'Opakovať';
49
+$labels['selectdate'] = 'Vyberte dátum';
50
+$labels['freebusy'] = 'Zobraziť ako';
51
+$labels['free'] = 'Voľný';
52
+$labels['busy'] = 'Zaneprázdnený';
53
+$labels['outofoffice'] = 'Mimo kancelárie';
54
+$labels['tentative'] = 'Nezáväzne';
55
+$labels['mystatus'] = 'Môj stav';
56
+$labels['status'] = 'Stav';
57
+$labels['status-confirmed'] = 'Potvrdené';
58
+$labels['status-cancelled'] = 'Zrušené';
59
+$labels['priority'] = 'Priorita';
60
+$labels['importrange'] = 'Udalosti z';
61
$labels['weekofyear'] = 'Týždeň';
62
+$labels['confirmstate'] = 'Stav';
63
+$labels['availfree'] = 'Voľný';
64
+$labels['availbusy'] = 'Zaneprázdnený';
65
+$labels['availtentative'] = 'Nezáväzne';
66
+$labels['availoutofoffice'] = 'Mimo kancelárie';
67
+$labels['tabsummary'] = 'Sumár';
68
?>
69
roundcubemail-plugins-kolab-3.2.6.tar.gz/plugins/calendar/localization/sl.inc
Added
276
1
2
+<?php
3
+/**
4
+ * Localizations for Kolab Calendar plugin
5
+ *
6
+ * Copyright (C) 2014, Kolab Systems AG
7
+ *
8
+ * For translation see https://www.transifex.com/projects/p/kolab/resource/calendar/
9
+ */
10
+$labels['default_view'] = 'Privzeti pogled';
11
+$labels['time_format'] = 'Format časa';
12
+$labels['timeslots'] = 'Časovnih oken na uro';
13
+$labels['first_day'] = 'Prvi dan v tednu';
14
+$labels['first_hour'] = 'Prva ura za prikaz';
15
+$labels['workinghours'] = 'Ure dela';
16
+$labels['add_category'] = 'Dodaj kategorijo';
17
+$labels['remove_category'] = 'Odstrani kategorijo';
18
+$labels['defaultcalendar'] = 'Ustvari nove dogodke v';
19
+$labels['eventcoloring'] = 'Barva dogodka';
20
+$labels['coloringmode0'] = 'Po koledarju';
21
+$labels['coloringmode1'] = 'Po kategoriji';
22
+$labels['coloringmode2'] = 'Koledar za prikaz, kategorija za vsebino';
23
+$labels['coloringmode3'] = 'Kategorija za prikaz, koledar za vsebino';
24
+$labels['afternothing'] = 'Ne naredi ničesar';
25
+$labels['aftertrash'] = 'Premakni v koš';
26
+$labels['afterdelete'] = 'Izbriši sporočilo';
27
+$labels['afterflagdeleted'] = 'Označi kot izbrisano';
28
+$labels['aftermoveto'] = 'Premakni v...';
29
+$labels['itipoptions'] = 'Vabila za dogodek';
30
+$labels['afteraction'] = 'Po obdelavi vabila ali posodobljenega sporočila';
31
+$labels['calendar'] = 'Koledar';
32
+$labels['calendars'] = 'Koledarji';
33
+$labels['category'] = 'Kategorija';
34
+$labels['categories'] = 'Kategorije';
35
+$labels['createcalendar'] = 'Ustvari nov koledar';
36
+$labels['editcalendar'] = 'Uredi nastavitve koledarja';
37
+$labels['name'] = 'Ime';
38
+$labels['color'] = 'Barva';
39
+$labels['day'] = 'Dan';
40
+$labels['week'] = 'Teden';
41
+$labels['month'] = 'Mesec';
42
+$labels['agenda'] = 'Urnik';
43
+$labels['new'] = 'Nov';
44
+$labels['new_event'] = 'Nov dogodek';
45
+$labels['edit_event'] = 'Uredi dogodek';
46
+$labels['edit'] = 'Uredi';
47
+$labels['save'] = 'Shrani';
48
+$labels['removelist'] = 'Odstrani iz seznama';
49
+$labels['cancel'] = 'Prekliči';
50
+$labels['select'] = 'Izberi';
51
+$labels['print'] = 'Natisni';
52
+$labels['printtitle'] = 'Natisni koledarje';
53
+$labels['title'] = 'Pregled';
54
+$labels['description'] = 'Opis';
55
+$labels['all-day'] = 'cel dan';
56
+$labels['export'] = 'Izvozi';
57
+$labels['exporttitle'] = 'Izvozi v iCalendar';
58
+$labels['exportrange'] = 'Dogodki od';
59
+$labels['exportattachments'] = 'S priponkami';
60
+$labels['customdate'] = 'Poljubni datum';
61
+$labels['location'] = 'Lokacija';
62
+$labels['url'] = 'URL';
63
+$labels['date'] = 'Datum';
64
+$labels['start'] = 'Začetek';
65
+$labels['starttime'] = 'Čas začetka';
66
+$labels['end'] = 'Konec';
67
+$labels['endtime'] = 'Čas konca';
68
+$labels['repeat'] = 'Ponovi';
69
+$labels['selectdate'] = 'Izberi datum';
70
+$labels['freebusy'] = 'Prikaži me kot';
71
+$labels['free'] = 'Prost';
72
+$labels['busy'] = 'Zaseden';
73
+$labels['outofoffice'] = 'Izven pisarne';
74
+$labels['tentative'] = 'Pogojno';
75
+$labels['mystatus'] = 'Moj status';
76
+$labels['status'] = 'Status';
77
+$labels['status-confirmed'] = 'Potrjeno';
78
+$labels['status-cancelled'] = 'Preklicano';
79
+$labels['priority'] = 'Prednost';
80
+$labels['sensitivity'] = 'Zasebnost';
81
+$labels['public'] = 'javno';
82
+$labels['private'] = 'zasebno';
83
+$labels['confidential'] = 'zaupno';
84
+$labels['links'] = 'Sklic';
85
+$labels['alarms'] = 'Opomnik';
86
+$labels['comment'] = 'Komentar';
87
+$labels['created'] = 'Ustvarjeno';
88
+$labels['changed'] = 'Nazadnje urejeno';
89
+$labels['unknown'] = 'Neznano';
90
+$labels['eventoptions'] = 'Nastavitve';
91
+$labels['generated'] = 'generirano ob';
92
+$labels['eventhistory'] = 'Zgodovina';
93
+$labels['removelink'] = 'Odstrani email povezavo';
94
+$labels['printdescriptions'] = 'Opis za tisk';
95
+$labels['parentcalendar'] = 'Vstavi';
96
+$labels['searchearlierdates'] = '« Išči po prejšnjih dogodkih';
97
+$labels['searchlaterdates'] = 'Išči po kasnejših dogodkih »';
98
+$labels['andnmore'] = '$nr več...';
99
+$labels['togglerole'] = 'Klikni za prikaz vloge';
100
+$labels['createfrommail'] = 'Shrani kot dogodek';
101
+$labels['importevents'] = 'Uvozi dogodke';
102
+$labels['importrange'] = 'Dogodki od';
103
+$labels['onemonthback'] = '1 mesec nazaj';
104
+$labels['nmonthsback'] = '$nr mesecev nazaj';
105
+$labels['showurl'] = 'Prikaži URL koledarja';
106
+$labels['showurldescription'] = 'Za dostop do koledarja (samo za branje) iz drugih aplikacij uporabi naslednji naslov. Funkcija kopiraj in prilepi deluje z vsakim koledarjem v iCal formatu.';
107
+$labels['caldavurldescription'] = 'Za sinhronizacijo tega koledarja z vašim računalnikom ali mobilno napravo, v podprto aplikacijo (npr. Evolution ali Mozilla Thunderbird) kopirajte ta naslov <a href="http://en.wikipedia.org/wiki/CalDAV" target="_blank">CalDAV</a> .';
108
+$labels['findcalendars'] = 'Išči koledarje...';
109
+$labels['searchterms'] = 'Iskalni pogoji';
110
+$labels['calsearchresults'] = 'Razpoložljivi koledarji';
111
+$labels['calendarsubscribe'] = 'Označi za vedno';
112
+$labels['nocalendarsfound'] = 'Ni najdenih koledarjev';
113
+$labels['nrcalendarsfound'] = '$nr najdenih koledarjev';
114
+$labels['quickview'] = 'Prikaži samo ta koledar';
115
+$labels['invitationspending'] = 'Vabila za dogodek';
116
+$labels['invitationsdeclined'] = 'Zavrnjena vabila';
117
+$labels['changepartstat'] = 'Spremeni status sodelujočega';
118
+$labels['rsvpcomment'] = 'Sporočilo vabila';
119
+$labels['listrange'] = 'Prikaži v razponu:';
120
+$labels['listsections'] = 'Razdeli v:';
121
+$labels['smartsections'] = 'Pametni razdelki';
122
+$labels['until'] = 'do';
123
+$labels['today'] = 'Danes';
124
+$labels['tomorrow'] = 'Jutri';
125
+$labels['thisweek'] = 'Ta teden';
126
+$labels['nextweek'] = 'Naslednji teden';
127
+$labels['prevweek'] = 'Prejšnji teden';
128
+$labels['thismonth'] = 'Ta mesec';
129
+$labels['nextmonth'] = 'Naslednji mesec';
130
+$labels['weekofyear'] = 'Teden';
131
+$labels['pastevents'] = 'Pretekli';
132
+$labels['futureevents'] = 'Prihodnji';
133
+$labels['showalarms'] = 'Prikaži opomnike';
134
+$labels['defaultalarmtype'] = 'Privzeta nastavitev opomnika';
135
+$labels['defaultalarmoffset'] = 'Privzeti čas opomnika';
136
+$labels['attendee'] = 'Udeleženec';
137
+$labels['role'] = 'Vloga';
138
+$labels['availability'] = 'Razpol.';
139
+$labels['confirmstate'] = 'Status';
140
+$labels['addattendee'] = 'Dodaj udeleženca';
141
+$labels['roleorganizer'] = 'Organizator';
142
+$labels['rolerequired'] = 'Zahtevano';
143
+$labels['roleoptional'] = 'Neobvezno';
144
+$labels['rolechair'] = 'Vodja sestanka';
145
+$labels['rolenonparticipant'] = 'Odsoten';
146
+$labels['cutypeindividual'] = 'Osebni';
147
+$labels['cutypegroup'] = 'Skupina';
148
+$labels['cutyperesource'] = 'Vir';
149
+$labels['cutyperoom'] = 'Soba';
150
+$labels['availfree'] = 'Prost';
151
+$labels['availbusy'] = 'Zaseden';
152
+$labels['availunknown'] = 'Neznano';
153
+$labels['availtentative'] = 'Pogojno';
154
+$labels['availoutofoffice'] = 'Izven pisarne';
155
+$labels['delegatedto'] = 'Preneseno na:';
156
+$labels['delegatedfrom'] = 'Preneseno od:';
157
+$labels['scheduletime'] = 'Najdi razpoložljivost';
158
+$labels['sendinvitations'] = 'Pošlji vabila';
159
+$labels['sendnotifications'] = 'Sporoči udeležencem spremembe';
160
+$labels['sendcancellation'] = 'Sporoči udeležencem odpoved dogodka';
161
+$labels['onlyworkinghours'] = 'Najdi razpoložljivost med mojim delavnikom';
162
+$labels['reqallattendees'] = 'Zahtevano/vsi udeleženci';
163
+$labels['prevslot'] = 'Prejšnje mesto';
164
+$labels['nextslot'] = 'Naslednje mesto';
165
+$labels['suggestedslot'] = 'Predlagano mesto';
166
+$labels['noslotfound'] = 'Ne najdem prostega mesta';
167
+$labels['invitationsubject'] = 'Vabljeni ste v "$title"';
168
+$labels['invitationmailbody'] = "*\$title*\n\nWhen: \$date\n\nInvitees: \$attendees\n\nProsim preglejte pripeto iCalendar datoteko z vsemi informacijami o dogodku. Datoteko lahko uvozite v vašo koledar aplikacijo.";
169
+$labels['invitationattendlinks'] = "V kolikor vaš email klient ne podpira iTip zahtevkov lahko uporabite naslednjo povezavo za sprejem ali zavrnitev vabila:\n\$url";
170
+$labels['eventupdatesubject'] = '"$title" je bil posodobljen';
171
+$labels['eventupdatesubjectempty'] = 'Dogodek, ki vas zadeva je bil posodobljen';
172
+$labels['eventupdatemailbody'] = "*\$title*\n\nWhen: \$date\n\nInvitees: \$attendees\n\nProsim preglejte pripeto iCalendar datoteko s posodobljenimi informacijami o dogodku. Datoteko lahko uvozite v vašo koledar aplikacijo.";
173
+$labels['eventcancelsubject'] = '"$title" je bil preklican';
174
+$labels['eventcancelmailbody'] = "*\$title*\n\nWhen: \$date\n\nInvitees: \$attendees\n\nDogodek je bil preklican s strani \$organizer.\n\nProsim preglejte pripeto iCalendar datoteko s posodobljenimi informacijami o dogodku.";
175
+$labels['itipobjectnotfound'] = 'Dogodek, na katerega se nanaša to sporočilo, ni bil najden v vašem koledarju.';
176
+$labels['itipmailbodyaccepted'] = "\$sender je sprejel vabilo na dogodek:\n\n*\$title*\n\nWhen: \$date\n\nInvitees: \$attendees";
177
+$labels['itipmailbodytentative'] = "\$sender je okvirno sprejel vabilo na dogodek:\n\n*\$title*\n\nWhen: \$date\n\nInvitees: \$attendees";
178
+$labels['itipmailbodydeclined'] = "\$sender ni sprejel vabila na dogodek:\n\n*\$title*\n\nWhen: \$date\n\nInvitees: \$attendees";
179
+$labels['itipmailbodycancel'] = "\$sender je zavrnil vaše sodelovanje pri dogodku:\n\n*\$title*\n\nWhen: \$date";
180
+$labels['itipmailbodydelegated'] = "\$sender je prenesel sodelovanje na dogodku:\n\n*\$title*\n\nWhen: \$date";
181
+$labels['itipmailbodydelegatedto'] = "\$sender je na vas prenesel sodelovanje na dogodku:\n\n*\$title*\n\nWhen: \$date";
182
+$labels['itipdeclineevent'] = 'Želite zavrniti vabilo na ta dogodek?';
183
+$labels['declinedeleteconfirm'] = 'Ali želite tudi izbrisati zavrnjeni dogodek iz vašega koledarja?';
184
+$labels['itipcomment'] = 'Komentar vabila/obvestila';
185
+$labels['itipcommenttitle'] = 'Komentar bo dodan k vabilu/obvestilu, ki bo poslano sodelujočim';
186
+$labels['notanattendee'] = 'Niste označeni kot sodelujoči na tem sestanku';
187
+$labels['eventcancelled'] = 'Ta dogodek je bil preklican';
188
+$labels['saveincalendar'] = 'shrani v';
189
+$labels['updatemycopy'] = 'Posodobi v mojem koledarju';
190
+$labels['savetocalendar'] = 'Shrani v koledar';
191
+$labels['openpreview'] = 'Preveri Koledar';
192
+$labels['noearlierevents'] = 'Ni predhodnjih dogodkov';
193
+$labels['nolaterevents'] = 'Ni kasnejših dogodkov';
194
+$labels['resource'] = 'Vir';
195
+$labels['addresource'] = 'Označi vir';
196
+$labels['findresources'] = 'Poišči vire';
197
+$labels['resourcedetails'] = 'Podrobnosti';
198
+$labels['resourceavailability'] = 'Razpoložljivost';
199
+$labels['resourceowner'] = 'Lastnik';
200
+$labels['resourceadded'] = 'Vir je bil dodan v vašem dogodku';
201
+$labels['tabsummary'] = 'Pregled';
202
+$labels['tabrecurrence'] = 'Ponovitev';
203
+$labels['tabattendees'] = 'Sodelujoči';
204
+$labels['tabresources'] = 'Viri';
205
+$labels['tabattachments'] = 'Priponke';
206
+$labels['tabsharing'] = 'Deli z ostalimi';
207
+$labels['deleteobjectconfirm'] = 'Ali želite potrditi brisanje tega dogodka?';
208
+$labels['deleteventconfirm'] = 'Ali želite potrditi brisanje tega dogodka?';
209
+$labels['deletecalendarconfirm'] = 'Ali želite izbrisati ta koledar z vsemi dogodki?';
210
+$labels['deletecalendarconfirmrecursive'] = 'Ali želite izbrisati to koledar z vsemi dogodki in pod-koledarji?';
211
+$labels['savingdata'] = 'Shranjujem...';
212
+$labels['errorsaving'] = 'Napaka pri shranjevanju sprememb.';
213
+$labels['operationfailed'] = 'Zahtevana operacija ni uspela.';
214
+$labels['invalideventdates'] = 'Vnos datumov napačen! Prosim preverite vaš vnos.';
215
+$labels['invalidcalendarproperties'] = 'Napačne nastavitve koledarja! Prosim nastavite pravilno ime.';
216
+$labels['searchnoresults'] = 'V izbranih koledarjih ni dogodkov.';
217
+$labels['successremoval'] = 'Dogodek je bil uspešno izbrisan.';
218
+$labels['successrestore'] = 'Dogodek je bil uspešno obnovljen.';
219
+$labels['errornotifying'] = 'Napaka. Pošiljanje obvestil sodelujočim ni bilo uspešno.';
220
+$labels['errorimportingevent'] = 'Napaka pri uvozu dogodka';
221
+$labels['importwarningexists'] = 'Različica tega dogodka že obstaja v vašem koledarju.';
222
+$labels['newerversionexists'] = 'Obstaja novejša verzija tega dogodka!';
223
+$labels['nowritecalendarfound'] = 'Za shranjevanje dogodka ni na voljo nobenega koledarja';
224
+$labels['importedsuccessfully'] = 'Dogodek je bil uspešno dodan v \'$calendar\'';
225
+$labels['updatedsuccessfully'] = 'Dogodek je bil uspešno posodobljen v \'$calendar\'';
226
+$labels['attendeupdateesuccess'] = 'Posodabljanje statusa sodelujočega uspešno';
227
+$labels['itipsendsuccess'] = 'Vabilo sodelujočim poslano';
228
+$labels['itipresponseerror'] = 'Napaka. Pošiljanje odgovora na vabilo ni bilo uspešno';
229
+$labels['itipinvalidrequest'] = 'To vabilo ni več veljavno';
230
+$labels['sentresponseto'] = 'Odgovor je bil uspešno poslan na naslov $mailto';
231
+$labels['localchangeswarning'] = 'Spremembe bodo vidne samo v vašem koledarju in ne bodo poslane organizatorju dogodka';
232
+$labels['importsuccess'] = 'Uspešno uvoženih $nr dogodkov';
233
+$labels['importnone'] = 'Ne najdem dogodkov za uvoz';
234
+$labels['importerror'] = 'Pri uvozu je prišlo do napake';
235
+$labels['aclnorights'] = 'Na tem koledarju nimate administratorskih pravic';
236
+$labels['changeeventconfirm'] = 'Spremeni dogodek';
237
+$labels['removeeventconfirm'] = 'Izbriši dogodek';
238
+$labels['changerecurringeventwarning'] = 'To je ponavljajoč dogodek. Ali želite urediti samo trenutni dogodek, trenutni in vse prihodnje dogodke, vse ponavljajoče dogodke ali shraniti kot nov dogodek?';
239
+$labels['removerecurringeventwarning'] = 'To je ponavljajoč dogodek. Ali želite izbrisati trenutni dogodek, trenutni in vse prihodnje dogodke ali vsa ponavljanja tega dogodka?';
240
+$labels['currentevent'] = 'Trenutni';
241
+$labels['futurevents'] = 'Prihodnji';
242
+$labels['allevents'] = 'Vsi';
243
+$labels['saveasnew'] = 'Shrani kot nov';
244
+$labels['birthdays'] = 'Rojstni dnevi';
245
+$labels['birthdayscalendar'] = 'Koledar rojstnih dnevov';
246
+$labels['displaybirthdayscalendar'] = 'Prikaži koledar rojstnih dnevov';
247
+$labels['birthdayscalendarsources'] = 'Iz teh imenikov';
248
+$labels['birthdayeventtitle'] = 'Rojstni dan osebe $name';
249
+$labels['birthdayage'] = 'Starost $age';
250
+$labels['eventchangelog'] = 'Spremeni Zgodovino';
251
+$labels['eventdiff'] = 'Spremembe iz verzij $rev';
252
+$labels['revision'] = 'Verzija';
253
+$labels['user'] = 'Uporabnik';
254
+$labels['operation'] = 'Dejanje';
255
+$labels['actionappend'] = 'Shranjeno';
256
+$labels['actionmove'] = 'Premaknjeno';
257
+$labels['actiondelete'] = 'Izbrisano';
258
+$labels['compare'] = 'Primerjaj';
259
+$labels['showrevision'] = 'Prikaži to verzijo';
260
+$labels['restore'] = 'Obnovi to verzijo';
261
+$labels['eventnotfound'] = 'Napaka pri nalaganju podatkov o dogodku';
262
+$labels['eventchangelognotavailable'] = 'Sprememba zgodovine za ta dogodek ni na voljo';
263
+$labels['eventdiffnotavailable'] = 'Primerjava za izbrane verzije ni na voljo';
264
+$labels['eventrestoreconfirm'] = 'Ali želite obnoviti verzijo $rev tega dogodka? To bo nadomestilo trenutni dogodek s starejšo verzijo.';
265
+$labels['arialabelminical'] = 'Izbira datuma v koledarju';
266
+$labels['arialabelcalendarview'] = 'Prikaz koledarja';
267
+$labels['arialabelsearchform'] = 'Obrazec za iskanje dogodkov';
268
+$labels['arialabelquicksearchbox'] = 'Vnos iskanja dogodkov';
269
+$labels['arialabelcalsearchform'] = 'Obrazec za iskanje koledarjev';
270
+$labels['calendaractions'] = 'Dejanja koledarja';
271
+$labels['arialabeleventattendees'] = 'Seznam sodelujočih na dogodku';
272
+$labels['arialabeleventresources'] = 'Seznam virov za dogodek';
273
+$labels['arialabelresourcesearchform'] = 'Obrazec za iskanje virov';
274
+$labels['arialabelresourceselection'] = 'Viri na voljo';
275
+?>
276
roundcubemail-plugins-kolab-3.2.5.tar.gz/plugins/calendar/localization/sv_SE.inc -> roundcubemail-plugins-kolab-3.2.6.tar.gz/plugins/calendar/localization/sv_SE.inc
Changed
17
1
2
$labels['public'] = 'publik';
3
$labels['private'] = 'privat';
4
$labels['confidential'] = 'konfidentiell';
5
+$labels['links'] = 'Referens';
6
$labels['alarms'] = 'Påminnelse';
7
$labels['comment'] = 'Kommentar';
8
$labels['created'] = 'Skapad';
9
10
$labels['eventoptions'] = 'Alternativ';
11
$labels['generated'] = 'genererad vid';
12
$labels['eventhistory'] = 'Historik';
13
+$labels['removelink'] = 'Ta bort e-postreferens';
14
$labels['printdescriptions'] = 'Skriv ut beskrivning';
15
$labels['parentcalendar'] = 'Infoga inuti';
16
$labels['searchearlierdates'] = '« Sök efter tidigare händelser';
17
roundcubemail-plugins-kolab-3.2.6.tar.gz/plugins/calendar/localization/th.inc
Added
260
1
2
+<?php
3
+/**
4
+ * Localizations for Kolab Calendar plugin
5
+ *
6
+ * Copyright (C) 2014, Kolab Systems AG
7
+ *
8
+ * For translation see https://www.transifex.com/projects/p/kolab/resource/calendar/
9
+ */
10
+$labels['default_view'] = 'มุมมองเริ่มต้น';
11
+$labels['time_format'] = 'รูปแบบของการแสดงเวลา';
12
+$labels['timeslots'] = 'จำนวนช่องเวลาต่อชั่วโมง';
13
+$labels['first_day'] = 'วันแรกของสัปดาห์';
14
+$labels['first_hour'] = 'ชั่วโมงแรกที่เริ่มแสดงผล';
15
+$labels['workinghours'] = 'ชั่วโมงทำงาน';
16
+$labels['add_category'] = 'เพิ่มหมวดหมู่';
17
+$labels['remove_category'] = 'ลบหมวดหมู่';
18
+$labels['defaultcalendar'] = 'เพิ่มนัดหมายใหม่ใน';
19
+$labels['eventcoloring'] = 'การให้สีเหตุการณ์ต่างๆ';
20
+$labels['coloringmode0'] = 'ตามปฎิทิน';
21
+$labels['coloringmode1'] = 'ตามหมวดหมู่';
22
+$labels['afternothing'] = 'ไม่ต้องทำอะไร';
23
+$labels['aftertrash'] = 'ย้ายลงถังขยะ';
24
+$labels['afterdelete'] = 'ลบข้อความ';
25
+$labels['afterflagdeleted'] = 'ติดธงว่าลบแล้ว';
26
+$labels['aftermoveto'] = 'ย้ายไปยัง...';
27
+$labels['itipoptions'] = 'เชิญเข้าร่วมนัดหมาย';
28
+$labels['afteraction'] = 'ภายหลังการประมวลผลข้อความ คำเชิญ หรือ ปรับปรุงสถานภาพ';
29
+$labels['calendar'] = 'ปฎิทิน';
30
+$labels['calendars'] = 'ปฎิทิน';
31
+$labels['category'] = 'หมวดหมู่';
32
+$labels['categories'] = 'หมวดหมู่';
33
+$labels['createcalendar'] = 'สร้างปฎิทินฉบับใหม่';
34
+$labels['editcalendar'] = 'แก้ไขคุณสมบัติของปฎิทิน';
35
+$labels['name'] = 'ชื่อ';
36
+$labels['color'] = 'สี';
37
+$labels['day'] = 'วัน';
38
+$labels['week'] = 'สัปดาห์';
39
+$labels['month'] = 'เดือน';
40
+$labels['new'] = 'เพิ่ม';
41
+$labels['new_event'] = 'เพิ่มนัดหมาย';
42
+$labels['edit_event'] = 'แก้ไขนัดหมาย';
43
+$labels['edit'] = 'แก้ไข';
44
+$labels['save'] = 'บันทึก';
45
+$labels['removelist'] = 'นำออกจากรายการ';
46
+$labels['cancel'] = 'ยกเลิก';
47
+$labels['select'] = 'เลือก';
48
+$labels['print'] = 'พิมพ์';
49
+$labels['printtitle'] = 'พิมพ์ปฎิทิน';
50
+$labels['title'] = 'สรุป';
51
+$labels['description'] = 'คำอธิบาย';
52
+$labels['all-day'] = 'ทั้งวัน';
53
+$labels['export'] = 'ส่งออก';
54
+$labels['exporttitle'] = 'ส่งออกไปยัง iCalendar';
55
+$labels['exportrange'] = 'เหตุการณ์จาก';
56
+$labels['exportattachments'] = 'พร้อมสิ่งที่แนบมาด้วย';
57
+$labels['location'] = 'สถานที่';
58
+$labels['date'] = 'วันที่';
59
+$labels['start'] = 'เริ่ม';
60
+$labels['starttime'] = 'เวลาเริ่ม';
61
+$labels['end'] = 'จบ';
62
+$labels['endtime'] = 'กำหนดเสร็จ';
63
+$labels['repeat'] = 'เกิดซ้ำ';
64
+$labels['selectdate'] = 'เลือกวันที่';
65
+$labels['free'] = 'ว่าง';
66
+$labels['busy'] = 'ติดธุระ';
67
+$labels['outofoffice'] = 'อยู่นอกออฟฟิศ';
68
+$labels['tentative'] = 'แนวโน้ม';
69
+$labels['mystatus'] = 'สถานะของฉัน';
70
+$labels['status'] = 'สถานะ';
71
+$labels['status-confirmed'] = 'ยืนยัน';
72
+$labels['status-cancelled'] = 'ยกเลิก';
73
+$labels['priority'] = 'ความสำคัญ';
74
+$labels['sensitivity'] = 'ความเป็นส่วนตัว';
75
+$labels['public'] = 'สาธารณะ';
76
+$labels['private'] = 'ส่วนตัว';
77
+$labels['confidential'] = 'ลับเฉพาะ';
78
+$labels['links'] = 'อ้างอิง';
79
+$labels['alarms'] = 'คำแจ้งเตือน';
80
+$labels['comment'] = 'ความคิดเห็น';
81
+$labels['created'] = 'สร้างเมื่อ';
82
+$labels['changed'] = 'แก้ไขครั้งสุดท้ายเมื่อ';
83
+$labels['unknown'] = 'ไม่ทราบ';
84
+$labels['eventoptions'] = 'ทางเลือก';
85
+$labels['eventhistory'] = 'ประวัติ';
86
+$labels['printdescriptions'] = 'พิมพ์คำอธิบาย';
87
+$labels['parentcalendar'] = 'เพิ่มเข้าภายใต้';
88
+$labels['searchearlierdates'] = '« ค้นหากำหนดการณ์ที่เกิดชึ้นก่อนหน้า';
89
+$labels['searchlaterdates'] = 'ค้นหากำหนดการณ์ที่เกิดขึ้นหลังจาก »';
90
+$labels['andnmore'] = 'มีอีก $nr';
91
+$labels['togglerole'] = 'กดเพื่อเปลี่ยนสลับบทบาท';
92
+$labels['createfrommail'] = 'บันทึกเป็นเหตุการณ์';
93
+$labels['importevents'] = 'นำเข้าเหตุการณ์';
94
+$labels['importrange'] = 'เหตุการณ์จาก';
95
+$labels['onemonthback'] = 'ย้อนหลัง 1 เดือน';
96
+$labels['nmonthsback'] = 'ย้อนหลัง $nr เดือน';
97
+$labels['showurl'] = 'แสดงลิงค์ปฎิทิน';
98
+$labels['showurldescription'] = 'ใช้ลิงค์ที่อยู่ต่อไปนี้เพื่อเข้าถึง (อ่านเท่านั้น) ปฎิทินของคุณจากโปรแกรมอื่น คุณสามารถคัดลอกและนำไปวางไว้ในซอฟท์แวร์ปฎิทินที่รับรองรูปแบบ iCal';
99
+$labels['caldavurldescription'] = 'คัดลอกลิงค์ที่อยู่นี้ไปยัง <a href="http://en.wikipedia.org/wiki/CalDAV" target="_blank">CalDAV</a> โปรแกรมในเครื่องลูกข่าย (เช่น Evolution หรือ Mozilla Thunderbird) เพื่อซิงค์ข้อมูลปฎิทินฉบับนี้กับคอมพิวเตอร์หรืออุปกรณ์มือถือของคุณ';
100
+$labels['findcalendars'] = 'ค้นหาปฎิทิน...';
101
+$labels['searchterms'] = 'ข้อความที่ต้องการค้นหา';
102
+$labels['calsearchresults'] = 'ปฎิทินที่มีให้เลือก';
103
+$labels['calendarsubscribe'] = 'แสดงเป็นรายการถาวร';
104
+$labels['nocalendarsfound'] = 'ไม่พบปฎิทิน';
105
+$labels['nrcalendarsfound'] = 'พบปฎิทิน $nr ฉบับ';
106
+$labels['quickview'] = 'ดูเฉพาะปฎิทินฉบับนี้';
107
+$labels['invitationspending'] = 'จดหมายเชิญที่ยังค้างอยู่';
108
+$labels['invitationsdeclined'] = 'ปฎิเสธคำเชิญ';
109
+$labels['changepartstat'] = 'เปลี่ยนสถานะของผู้เข้าร่วม';
110
+$labels['rsvpcomment'] = 'คำเชิญ';
111
+$labels['listrange'] = 'ขอบเขตุที่แสดง';
112
+$labels['listsections'] = 'แบ่งเป็น:';
113
+$labels['until'] = 'จนถึง';
114
+$labels['today'] = 'วันนี้';
115
+$labels['tomorrow'] = 'พรุ่งนี้';
116
+$labels['thisweek'] = 'สัปดาห์นี้';
117
+$labels['nextweek'] = 'สัปดาห์หน้า';
118
+$labels['prevweek'] = 'สัปดาห์ที่แล้ว';
119
+$labels['thismonth'] = 'เดือนนี้';
120
+$labels['nextmonth'] = 'เดือนหน้า';
121
+$labels['weekofyear'] = 'สัปดาห์';
122
+$labels['pastevents'] = 'อดีต';
123
+$labels['futureevents'] = 'อนาคต';
124
+$labels['showalarms'] = 'แสดงข้อความเตือน';
125
+$labels['defaultalarmtype'] = 'ค่าการแจ้งเตือนเริ่มต้น';
126
+$labels['attendee'] = 'ผู้เข้าร่วม';
127
+$labels['role'] = 'บทบาท';
128
+$labels['confirmstate'] = 'สถานะ';
129
+$labels['addattendee'] = 'เพิ่มผู้เข้าร่วม';
130
+$labels['roleorganizer'] = 'ผู้จัดงาน';
131
+$labels['rolerequired'] = 'บังคับ';
132
+$labels['roleoptional'] = 'เลือกได้';
133
+$labels['rolenonparticipant'] = 'ขาด';
134
+$labels['cutypeindividual'] = 'บุคคล';
135
+$labels['cutypegroup'] = 'กลุ่ม';
136
+$labels['cutyperesource'] = 'ทรัพยากร';
137
+$labels['cutyperoom'] = 'ห้อง';
138
+$labels['availfree'] = 'ว่าง';
139
+$labels['availbusy'] = 'ติดธุระ';
140
+$labels['availunknown'] = 'ไม่ทราบ';
141
+$labels['availtentative'] = 'แนวโน้ม';
142
+$labels['availoutofoffice'] = 'ไม่อยู่ออฟฟิศ';
143
+$labels['delegatedto'] = 'มอบหมายให้';
144
+$labels['delegatedfrom'] = 'รับมอบจาก';
145
+$labels['scheduletime'] = 'ค้นหาส่วนที่ว่าง';
146
+$labels['sendinvitations'] = 'ส่งคำเชิญ';
147
+$labels['sendnotifications'] = 'แจ้งเตือนผู้เข้าร่วมสำหรับการแก้ไข';
148
+$labels['sendcancellation'] = 'แจ้งเตือนผู้เข้าร่วมเกี่ยวกับการยกเลิก';
149
+$labels['onlyworkinghours'] = 'ค้นหาเวลาว่างในช่วงชั่วโมงการทำงานของฉัน';
150
+$labels['reqallattendees'] = 'บังคับ/ผู้เข้าร่วมทุกคน';
151
+$labels['prevslot'] = 'ช่องว่างก่อนหน้านี้';
152
+$labels['nextslot'] = 'ช่องว่า่งถัดจากนี้';
153
+$labels['suggestedslot'] = 'แนะนำช่องว่าง';
154
+$labels['noslotfound'] = 'ไม่สามารถหาช่วงเวลาที่ว่าง';
155
+$labels['invitationsubject'] = 'คุณได้รับเชิญไปยัง "$title"';
156
+$labels['invitationattendlinks'] = "ในกรณีที่โปรแกรมอีเมล์ของคุณไม่รองรับ 'การร้องขอ iTip' คุณสามารถใช้ลิงค์ต่อไปนี้ในการตอบรับหรือปฎิเสธจดหมายเชิญฉบับนี้ :\n\$url";
157
+$labels['eventupdatesubject'] = '"$title" ได้รับการปรับปรุงสถานะ';
158
+$labels['eventupdatesubjectempty'] = 'เหตุการณ์ที่คุณเป็นห่วงได้ถูกปรับปรุงสถานะแล้ว';
159
+$labels['eventcancelsubject'] = '"$title" ถูกยกเลิก';
160
+$labels['eventcancelmailbody'] = "*\$title*\n\nเมื่อ: \$date\n\nInvitees: \$attendees\n\n เหตุการณ์ได้ถูกยกเลิกโดย \$organizer.\n\n ไฟล์ iCalendar ที่แนบมาด้วย ได้รับการปรับปรุงรายละเอียดเรียบร้อยแล้ว";
161
+$labels['itipobjectnotfound'] = 'เหตุการณ์ที่อ้างถึงโดยข้อความนี้ไม่ถูกตรวจพบในปฎิทินของคุณ';
162
+$labels['itipmailbodyaccepted'] = "\$sender ได้ตอบรับคำเชิญสำหรับเหตุการณ์ต่อไปนี้:\n\n*\$title*\n\nเมื่อ: \$date\n\nInvitees: \$attendees";
163
+$labels['itipmailbodytentative'] = "\$sender มีแนวโน้มที่จะตอบรับคำเชิญสำหรับเหตุการณ์ต่อไปนี้:\n\n*\$title*\n\nเมื่อ: \$date\n\nInvitees: \$attendees";
164
+$labels['itipmailbodydeclined'] = "\$sender ได้ปฎิเสธคำเชิญสำหรับเหตุการณ์ต่อไปนี้ :\n\n*\$title*\n\nเมื่อ: \$date\n\nInvitees: \$attendees";
165
+$labels['itipmailbodycancel'] = "\$sender ปฎิเสธการเข้าร่วมของคุณในเหตุการณ์ต่อไปนี้:\n\n*\$title*\n\nเมื่อ: \$date";
166
+$labels['itipmailbodydelegated'] = "\$sender ได้มอบหมายการเข้าร่วมเหตุการณ์ต่อไปนี้:\n\n*\$title*\n\nเมื่อ: \$date";
167
+$labels['itipmailbodydelegatedto'] = "\$sender ได้มอบหมายให้คุณเข้าร่วมเหตุการณ์ต่อไปนี้:\n\n*\$title*\n\nเมื่อ: \$date";
168
+$labels['itipdeclineevent'] = 'คุณต้องการปฎิเสธคำเชิญสำหรับเหตุการณ์นี้หรือไม่';
169
+$labels['declinedeleteconfirm'] = 'คุณต้องการลบเหตุการณ์ที่ปฎิเสธนี้ออกจากปฎิทินของคุณหรือไม่';
170
+$labels['itipcomment'] = 'ความคิดเห็น คำเชิญ/คำแจ้งเตือน';
171
+$labels['itipcommenttitle'] = 'ความคิดเห็นนี้จะถูกแนบไปพร้อมกับข้อความ คำเชิญ/คำแจ้งเตือน ไปยังผู้เข้าร่วม';
172
+$labels['notanattendee'] = 'คุณไม่อยู่ในรายชื่อผุ้เข้าร่วมสำหรับเหตุการณ์นี้';
173
+$labels['eventcancelled'] = 'เหตุการณ์ได้ถูกยกเลิก';
174
+$labels['saveincalendar'] = 'บันทึกใน';
175
+$labels['updatemycopy'] = 'ปรับปรุงปฎิทินของฉัน';
176
+$labels['savetocalendar'] = 'บันทึกไปยังปฎิทินของฉัน';
177
+$labels['openpreview'] = 'ตรวจสอบปฎิทิน';
178
+$labels['noearlierevents'] = 'ไม่มีเหตุการณ์ก่อนหน้า';
179
+$labels['nolaterevents'] = 'ไม่มีเหตุการณ์หลังจากนั้น';
180
+$labels['resource'] = 'ทรัพยากร';
181
+$labels['addresource'] = 'จองทรัพยากร';
182
+$labels['findresources'] = 'ค้นหาทรัพยากร';
183
+$labels['resourcedetails'] = 'รายละเอียด';
184
+$labels['resourceavailability'] = 'ยังว่างอยู่';
185
+$labels['resourceowner'] = 'เจ้าของ';
186
+$labels['resourceadded'] = 'ทรัพยากรได้ถูกเพิ่มไปยังเหตุการณ์ของคุณ';
187
+$labels['tabsummary'] = 'สรุป';
188
+$labels['tabrecurrence'] = 'การเกิดซ้ำ';
189
+$labels['tabattendees'] = 'ผู้เข้าร่วม';
190
+$labels['tabresources'] = 'ทรัพยากร';
191
+$labels['tabattachments'] = 'สิ่งที่แนบมาด้วย';
192
+$labels['tabsharing'] = 'แบ่งปัน';
193
+$labels['deleteobjectconfirm'] = 'คุณต้องการลบเหตุการณ์นี้หรือไม่';
194
+$labels['deleteventconfirm'] = 'คุณต้องการลบเหตุการณ์นี้หรือไม่';
195
+$labels['deletecalendarconfirm'] = 'คุณต้องการลบปฎิทินฉบับนี้พร้อมกับเหตุการณ์ทั้งหมดหรือไม่';
196
+$labels['deletecalendarconfirmrecursive'] = 'คุณต้องการลบปฎิทินฉบับนี้พร้อมเหตุการณ์และปฎิทินย่อยทั้งหมดหรือไม่';
197
+$labels['savingdata'] = 'บันทึกข้อมูล';
198
+$labels['errorsaving'] = 'การบันทึกการเปลี่ยนแปลงล้มเหลว';
199
+$labels['operationfailed'] = 'การทำตามคำร้องล้มเหลว';
200
+$labels['invalideventdates'] = 'วันที่ที่ป้อนเข้ามาไม่ถูกต้อง โปรดตรวจสอบการป้อนข้อมูลของท่าน';
201
+$labels['invalidcalendarproperties'] = 'การตั้งค่าคุณสมบัติปฎิทินไม่ถูกต้อง โปรดตั้งชื่อให้ถูกต้อง';
202
+$labels['searchnoresults'] = 'ไม่พบเหตุการณ์ในปฎิทินฉบับที่เลือก';
203
+$labels['successremoval'] = 'เหตุการณ์ได้ถูกลบเรียบร้อยแล้ว';
204
+$labels['successrestore'] = 'การกู้เหตุการณ์เรียบร้อยแล้ว';
205
+$labels['errornotifying'] = 'เกิดข้อผิดพลาดในการส่งข้อความเตือนไปยังผู้เข้าร่วมเหตุการณ์';
206
+$labels['errorimportingevent'] = 'การนำเข้าเหตุการณ์เกิดข้อผิดพลาด';
207
+$labels['importwarningexists'] = 'มีเหตุการณ์นี้อยู่ในปฎิทินของคุณอยู่แล้ว';
208
+$labels['newerversionexists'] = 'มีเหตุการณ์ที่มีรุ่นควบคุมที่ใหม่กว่าอยู่แล้ว ยกเลิกการนำเข้า';
209
+$labels['nowritecalendarfound'] = 'ไม่พบปฎิทินที่จะบันทึกเหตุการณ์นี้';
210
+$labels['importedsuccessfully'] = 'เหตุการณ์ได้ถูกเพิ่มไปยัง \'$calendar\' เรียบร้อยแล้ว';
211
+$labels['updatedsuccessfully'] = 'เหตุการณ์ได้ถูกปรับปรุงไปยัง \'$calendar\' เรียบร้อยแล้ว';
212
+$labels['attendeupdateesuccess'] = 'การปรับปรุงสถานะของผู้เข้าร่วมเรียบร้อยแล้ว';
213
+$labels['itipsendsuccess'] = 'คำเชิญถูกส่งไปยังผู้เข้าร่วมแล้ว';
214
+$labels['itipresponseerror'] = 'การส่งคำตอบรับสำหรับคำเชิญเหตุการณ์นี้ล้มเหลว';
215
+$labels['itipinvalidrequest'] = 'คำเชิญนี้ไม่มีผลแล้ว';
216
+$labels['sentresponseto'] = 'การส่งคำตอบรับสำหรับคำเชิญไปยัง $mailto เรียบร้อยแล้ว';
217
+$labels['localchangeswarning'] = 'คุณกำลังปรับเปลี่ยนรายละเอียดซึ่งมีผลกับปฎิทินของคุณเท่านั้น และ การปรับเปลี่ยนจะไม่ถูกส่งไปยังผู้จัดของเหตุการณ์นี้';
218
+$labels['importsuccess'] = 'นำเข้า $nr เหตุการณ์เรียบร้อยแล้ว';
219
+$labels['importnone'] = 'ไม่พบเหตุการณ์ที่จะนำเข้า';
220
+$labels['importerror'] = 'พบข้อผิดพลาดในระหว่างนำเข้า';
221
+$labels['aclnorights'] = 'คุณไม่มีสิทธิของผู้ดูแลระบบของปฎิทินฉบับนี้';
222
+$labels['changeeventconfirm'] = 'เปลี่ยนเหตุการณ์';
223
+$labels['removeeventconfirm'] = 'ลบเหตุการณ์';
224
+$labels['changerecurringeventwarning'] = 'เหตุการณ์นี้เป็นเหตุการณ์ที่เกิดซ้ำ คุณต้องการแก้ไขเฉพาะเหตุการณ์ปัจจุบันเท่านั้น เหตุการณ์ปัจจุบันรวมทั้งในอนาคต หรือ เหตุการณ์ทั้งหมด หรือ บันทึกเป็นเหตุการณ์ใหม่';
225
+$labels['removerecurringeventwarning'] = 'เหตุการณ์นี้เป็นเหตุการณ์ที่เกิดซ้ำ คุณต้องการลบเฉพาะเหตุการณ์ปัจจุบันเท่านั้น เหตุการณ์ปัจจุบันรวมทั้งในอนาคต หรือ เหตุการณ์ทั้งหมด';
226
+$labels['removerecurringallonly'] = 'เหตุการณ์นี้เป็นเหตุการณ์ที่เกิดซ้ำ ในฐานะผู้เข้าร่วม คุณสามารถทำการลบได้เฉพาะแบบเหตุการณ์ทั้งหมด พร้อม กำหนดการที่จะเกิดขึ้นทั้งหมดเท่านั้น';
227
+$labels['currentevent'] = 'ปัจจุบัน';
228
+$labels['futurevents'] = 'อนาคต';
229
+$labels['allevents'] = 'ทั้งหมด';
230
+$labels['saveasnew'] = 'บันทึกเป็นเหตุการณ์ใหม่';
231
+$labels['birthdays'] = 'วันเกิด';
232
+$labels['birthdayscalendar'] = 'ปฎิทินวันเกิด';
233
+$labels['displaybirthdayscalendar'] = 'แสดงปฎิทินวันเกิด';
234
+$labels['birthdayscalendarsources'] = 'จากสมุดที่อยู่เหล่านี้';
235
+$labels['birthdayeventtitle'] = 'วันเกิดของ $name';
236
+$labels['birthdayage'] = 'อายุ $age ปี';
237
+$labels['eventchangelog'] = 'ประวัติการปรับเปลี่ยน';
238
+$labels['eventdiff'] = 'สิ่งที่เปลี่ยนจาก รุ่นการปรับปรุง $rev';
239
+$labels['revision'] = 'รุ่นการปรับปรุง';
240
+$labels['user'] = 'ผู้ใช้';
241
+$labels['operation'] = 'การกระทำ';
242
+$labels['actionappend'] = 'บันทึกเรียบร้อย';
243
+$labels['actionmove'] = 'ย้ายเรียบร้อย';
244
+$labels['actiondelete'] = 'ลบเรียบร้อย';
245
+$labels['compare'] = 'เปรียบเทียบ';
246
+$labels['showrevision'] = 'แสดงรุ่นการปรับปรุงนี้';
247
+$labels['restore'] = 'ย้อนกลับไปยังรุ่นการปรับปรุงนี้';
248
+$labels['eventnotfound'] = 'การโหลดข้อมูลของเหตุการณ์ล้มเหลว';
249
+$labels['eventchangelognotavailable'] = 'ไม่มีประวัติการปรับเปลี่ยนสำหรับเหตุการณ์นี้';
250
+$labels['eventdiffnotavailable'] = 'ไม่สามารถเปรียบเทียบรุ่นการปรับปรุงที่เลือกได้';
251
+$labels['eventrestoreconfirm'] = 'คุณต้องการกู้คืนรุ่นการปรับปรุง $rev ของเหตุการณ์นี้หรือ นี่จะเป็นการเขียนทับข้อมูลปัจจุบันด้วยข้อมูลที่เก่ากว่า';
252
+$labels['arialabelcalendarview'] = 'มุมมองปฎิทิน';
253
+$labels['arialabelquicksearchbox'] = 'ป้อนข้อมูลเพื่อค้นหาเหตุการณ์';
254
+$labels['arialabelcalsearchform'] = 'ฟอร์มค้นหาปฎิทิน';
255
+$labels['arialabeleventattendees'] = 'รายชื่อผู้เข้าร่วมเหตุการณ์';
256
+$labels['arialabeleventresources'] = 'รายการทรัพยากรที่ใช้ในเหตุการณ์';
257
+$labels['arialabelresourcesearchform'] = 'ฟอร์มค้นหาทรัพยากร';
258
+$labels['arialabelresourceselection'] = 'ทรัพยากรที่ยังว่าง';
259
+?>
260
roundcubemail-plugins-kolab-3.2.5.tar.gz/plugins/calendar/localization/zh_CN.inc -> roundcubemail-plugins-kolab-3.2.6.tar.gz/plugins/calendar/localization/zh_CN.inc
Changed
73
1
2
*
3
* For translation see https://www.transifex.com/projects/p/kolab/resource/calendar/
4
*/
5
+$labels['default_view'] = '默认视图';
6
+$labels['time_format'] = '时间格式';
7
+$labels['workinghours'] = '工作时间';
8
+$labels['add_category'] = '增加分类';
9
+$labels['remove_category'] = '移除分类';
10
+$labels['aftertrash'] = '移到回收站';
11
+$labels['afterdelete'] = '删除此信息';
12
+$labels['afterflagdeleted'] = '被删除标签';
13
+$labels['aftermoveto'] = '移到...';
14
+$labels['category'] = '分类';
15
+$labels['categories'] = '类别';
16
+$labels['name'] = '名称';
17
+$labels['color'] = '颜色';
18
+$labels['day'] = '天';
19
+$labels['week'] = '周';
20
+$labels['month'] = '月';
21
+$labels['agenda'] = '议程表';
22
+$labels['new'] = '新建';
23
+$labels['new_event'] = '新建事件';
24
+$labels['edit_event'] = '编辑事件';
25
+$labels['edit'] = '编辑';
26
+$labels['save'] = '保存';
27
+$labels['removelist'] = '从列表中移除';
28
+$labels['cancel'] = '取消';
29
+$labels['select'] = '选择';
30
+$labels['print'] = '打印';
31
+$labels['title'] = '汇总';
32
$labels['description'] = '描述';
33
+$labels['export'] = '导出';
34
+$labels['exporttitle'] = '导出到ICalendar';
35
+$labels['date'] = '日期';
36
+$labels['start'] = '开始';
37
+$labels['starttime'] = '开始时间';
38
+$labels['end'] = '结束';
39
+$labels['endtime'] = '结束时间';
40
+$labels['repeat'] = '循环';
41
+$labels['selectdate'] = '选择日期';
42
+$labels['free'] = '空闲';
43
+$labels['busy'] = '忙碌';
44
+$labels['outofoffice'] = '外出';
45
+$labels['tentative'] = '临时';
46
+$labels['mystatus'] = '我的状态';
47
+$labels['status'] = '状态';
48
+$labels['status-confirmed'] = '已确认';
49
+$labels['status-cancelled'] = '已取消';
50
+$labels['priority'] = '优先级';
51
+$labels['sensitivity'] = '隐私';
52
+$labels['public'] = '公开';
53
+$labels['private'] = '私人';
54
+$labels['confidential'] = '保密的';
55
+$labels['links'] = '参考';
56
+$labels['alarms'] = '提醒';
57
+$labels['comment'] = '注释';
58
+$labels['created'] = '已创建';
59
+$labels['changed'] = '最后更改';
60
+$labels['unknown'] = '未知';
61
+$labels['eventoptions'] = '选项';
62
+$labels['weekofyear'] = '周';
63
+$labels['confirmstate'] = '状态';
64
+$labels['availfree'] = '空闲';
65
+$labels['availbusy'] = '忙碌';
66
+$labels['availunknown'] = '未知';
67
+$labels['availtentative'] = '临时';
68
+$labels['availoutofoffice'] = '外出';
69
+$labels['tabsummary'] = '汇总';
70
+$labels['tabsharing'] = '分享';
71
+$labels['savingdata'] = '保存数据...';
72
?>
73
roundcubemail-plugins-kolab-3.2.5.tar.gz/plugins/calendar/print.js -> roundcubemail-plugins-kolab-3.2.6.tar.gz/plugins/calendar/print.js
Changed
11
1
2
var src, event_sources = [];
3
var add_url = (rcmail.env.search ? '&q='+escape(rcmail.env.search) : '');
4
for (var id in rcmail.env.calendars) {
5
+ if (!rcmail.env.calendars[id].active)
6
+ continue;
7
+
8
source = $.extend({
9
url: "./?_task=calendar&_action=load_events&source=" + escape(id) + add_url,
10
className: 'fc-event-cal-'+id,
11
roundcubemail-plugins-kolab-3.2.5.tar.gz/plugins/calendar/skins/larry/calendar.css -> roundcubemail-plugins-kolab-3.2.6.tar.gz/plugins/calendar/skins/larry/calendar.css
Changed
39
1
2
outline: none;
3
}
4
5
+#event-panel-attachments.disabled .attachmentslist li a.delete {
6
+ visibility: hidden;
7
+}
8
+
9
.event-attendees span.attendee {
10
padding-right: 18px;
11
margin-right: 0.5em;
12
13
text-align: center;
14
}
15
16
+.libcal-rsvp-replymode li a {
17
+ cursor: default;
18
+}
19
+
20
#event-rsvp,
21
#edit-attendees-notify {
22
margin: 0.6em 0 0.3em 0;
23
24
font-weight: bold;
25
}
26
27
+div.calendar-invitebox td.recurrence-id {
28
+ text-transform: uppercase;
29
+ font-style: italic;
30
+}
31
+
32
+div.calendar-invitebox td em {
33
+ font-weight: bold;
34
+}
35
+
36
#event-rsvp .rsvp-buttons,
37
div.calendar-invitebox .itip-buttons div {
38
margin-top: 0.5em;
39
roundcubemail-plugins-kolab-3.2.5.tar.gz/plugins/calendar/skins/larry/print.css -> roundcubemail-plugins-kolab-3.2.6.tar.gz/plugins/calendar/skins/larry/print.css
Changed
54
1
2
/*** Printing styles for Calendar plugin ***/
3
4
body {
5
- margin: 0;
6
+ margin: 0 0 1em 0;
7
color: #000;
8
background: #fff;
9
}
10
11
}
12
13
#calendarlist {
14
- list-style-type: square;
15
+ list-style: none;
16
margin: 2em 0;
17
padding-left: 1em;
18
}
19
20
+#calendarlist ul {
21
+ float: left;
22
+ list-style: none;
23
+ padding-left: 0;
24
+}
25
+
26
#calendarlist li {
27
+ float: left;
28
padding-left: 0;
29
- padding-right: 3em;
30
+ padding-right: 0;
31
margin-left: 0;
32
font-weight: bold;
33
}
34
35
+#calendarlist li div {
36
+ float: left;
37
+ padding-right: 3em;
38
+ padding-bottom: 1em;
39
+}
40
+
41
#calendarlist input,
42
#calendarlist .handle {
43
display: none;
44
45
font-style: italic;
46
}
47
48
+.fc-view-month .fc-event-hori .fc-event-inner {
49
+ background: #fff !important;
50
+}
51
52
.fc-view-table col.fc-event-location {
53
width: 20%;
54
roundcubemail-plugins-kolab-3.2.5.tar.gz/plugins/calendar/skins/larry/templates/print.html -> roundcubemail-plugins-kolab-3.2.6.tar.gz/plugins/calendar/skins/larry/templates/print.html
Changed
9
1
2
3
<div class="calwidth">
4
<roundcube:object name="plugin.calendar_list" activeonly="true" id="calendarlist" />
5
+ <br style="clear:both">
6
</div>
7
8
<roundcube:object name="plugin.calendar_css" printmode="true" />
9
roundcubemail-plugins-kolab-3.2.5.tar.gz/plugins/kolab_activesync/composer.json -> roundcubemail-plugins-kolab-3.2.6.tar.gz/plugins/kolab_activesync/composer.json
Changed
18
1
2
"description": "ActiveSync configuration utility for Kolab accounts",
3
"homepage": "http://git.kolab.org/roundcubemail-plugins-kolab/",
4
"license": "AGPLv3",
5
- "version": "3.2.5",
6
+ "version": "3.2.6",
7
"authors": [
8
{
9
"name": "Thomas Bruederli",
10
11
"require": {
12
"php": ">=5.3.0",
13
"roundcube/plugin-installer": ">=0.1.3",
14
- "kolab/libkolab": ">=3.2.5"
15
+ "kolab/libkolab": ">=3.2.6"
16
}
17
}
18
roundcubemail-plugins-kolab-3.2.6.tar.gz/plugins/kolab_activesync/localization/pl.inc
Added
6
1
2
+<?php
3
+$labels['event'] = 'Kalendarze';
4
+$labels['task'] = 'Zadania';
5
+?>
6
roundcubemail-plugins-kolab-3.2.5.tar.gz/plugins/kolab_activesync/localization/pl_PL.inc -> roundcubemail-plugins-kolab-3.2.6.tar.gz/plugins/kolab_activesync/localization/pl_PL.inc
Changed
10
1
2
$labels['devicenotfound'] = 'Nie można odczytać konfiguracji urządzenia';
3
$labels['devicetype'] = 'Typ urządzenia';
4
$labels['acsversion'] = 'Wersja protokołu';
5
-$labels['useragent'] = 'User-agent';
6
+$labels['useragent'] = 'Klient';
7
$labels['friendlyname'] = 'Przyjazna nazwa';
8
$labels['os'] = 'System operacyjny';
9
$labels['oslanguage'] = 'Język systemu';
10
roundcubemail-plugins-kolab-3.2.6.tar.gz/plugins/kolab_activesync/localization/pt_PT.inc
Added
6
1
2
+<?php
3
+$labels['event'] = 'Calendários';
4
+$labels['savingdata'] = 'Salvando dados...';
5
+?>
6
roundcubemail-plugins-kolab-3.2.6.tar.gz/plugins/kolab_activesync/localization/sl.inc
Added
11
1
2
+<?php
3
+$labels['mail'] = 'Email';
4
+$labels['contact'] = 'Imeniki';
5
+$labels['event'] = 'Koledarji';
6
+$labels['task'] = 'Naloge';
7
+$labels['note'] = 'Zapiski';
8
+$labels['configuration'] = 'Nastavitve';
9
+$labels['savingdata'] = 'Shranjujem...';
10
+?>
11
roundcubemail-plugins-kolab-3.2.5.tar.gz/plugins/kolab_activesync/localization/sv_SE.inc -> roundcubemail-plugins-kolab-3.2.6.tar.gz/plugins/kolab_activesync/localization/sv_SE.inc
Changed
35
1
2
<?php
3
+$labels['tabtitle'] = 'Activesync';
4
+$labels['activesynctitle'] = 'Hantera Activesync-enheter';
5
+$labels['devices'] = 'Enheter';
6
+$labels['devicealias'] = 'Enhetsnamn';
7
+$labels['synchronize'] = 'Synkronisera';
8
+$labels['withalarms'] = 'Med alarm';
9
+$labels['syncsettings'] = 'Synkronisera inställningar';
10
+$labels['deviceconfig'] = 'Enhetskonfiguration';
11
+$labels['folderstosync'] = 'Mappar att synkronisera';
12
$labels['mail'] = 'E-post';
13
+$labels['contact'] = 'Adressböcker';
14
$labels['event'] = 'Kalendrar';
15
$labels['task'] = 'Uppgifter';
16
$labels['note'] = 'Anteckningar';
17
$labels['configuration'] = 'Konfiguration';
18
+$labels['deletedevice'] = 'Ta bort enhet';
19
+$labels['nodevices'] = 'Det finns för närvarande inga enheter registrerade.<br/><br/>För att registrera en enhet, anslut den till servern först, enligt <a href="http://wiki.kolab.org/Setup_ActiveSync">instruktionerna i wikin </a>. Efteråt bör enheten bli tillgänglig för konfiguration här.';
20
$labels['savingdata'] = 'Sparar data ...';
21
+$labels['savingerror'] = 'Misslyckades att spara konfiguration';
22
+$labels['notsupported'] = 'Din server stöder inte metadata/annoteringar';
23
+$labels['devicedeleteconfirm'] = 'Vill du verkligen ta bort konfigurationen för denna enhet?';
24
+$labels['successfullydeleted'] = 'Enhetskonfigurationen togs bort';
25
+$labels['devicenotfound'] = 'Kan inte läsa enhetskonfiguration';
26
+$labels['devicetype'] = 'Enhetstyp';
27
+$labels['acsversion'] = 'Protokollversion';
28
+$labels['useragent'] = 'Användaragent';
29
+$labels['friendlyname'] = 'Enkelt namn';
30
+$labels['os'] = 'Operativsystem';
31
+$labels['oslanguage'] = 'OS-språk';
32
+$labels['phonenumber'] = 'Telefonnummer';
33
+$labels['arialabeldeviceframe'] = 'Inställningsformulär för enhetssynkronisering';
34
?>
35
roundcubemail-plugins-kolab-3.2.6.tar.gz/plugins/kolab_activesync/localization/th.inc
Added
33
1
2
+<?php
3
+$labels['tabtitle'] = 'Activesync';
4
+$labels['activesynctitle'] = 'จัดการอุปกรณ์ที่ใช้ Activesync';
5
+$labels['devices'] = 'อุปกรณ์';
6
+$labels['devicealias'] = 'ชื่ออุปกรณ์';
7
+$labels['synchronize'] = 'ปรับปรุงให้สอดคล้องกัน';
8
+$labels['syncsettings'] = 'การตั้งค่าการปรับปรุงให้สอดคล้องกัน';
9
+$labels['deviceconfig'] = 'การตั้งค่าอุปกรณ์';
10
+$labels['folderstosync'] = 'แฟ้มที่ต้องการปรับปรุง';
11
+$labels['mail'] = 'อีเมล์';
12
+$labels['contact'] = 'สมุดรายชื่อ';
13
+$labels['event'] = 'ปฎิทิน';
14
+$labels['task'] = 'งาน';
15
+$labels['note'] = 'สมุดจด';
16
+$labels['configuration'] = 'ค่าคุณสมบัติ';
17
+$labels['deletedevice'] = 'ลบอุปกรณ์';
18
+$labels['nodevices'] = 'ปัจจุบันไม่มีอุปกรณ์ที่ขึ้นทะเบียนไว้<br/><br/>ในขั้นตอนการขึ้นทะเบียน กรุณาต่ออุปกรณ์เข้ากับเซิฟเวอร์ก่อน โดยใช้ <a href="http://wiki.kolab.org/Setup_ActiveSync"> ขั้นตอนปฎิบัติในวิกี</a> หลังจากนั้น อุปกรณ์ควรจะปรากฎอยู่ในรายชื่ออุปกรณ์เพื่อปรับแต่งคุณสมบัติตรงนี้';
19
+$labels['savingdata'] = 'บันทึกข้อมูล';
20
+$labels['savingerror'] = 'การบันทึกค่าคุณสมบัติล้มเหลว';
21
+$labels['notsupported'] = 'เซิฟเวอร์ของคุณไม่รองรับ metadata/annotations';
22
+$labels['devicedeleteconfirm'] = 'คุณต้องการลบค่าคุณสมบัติของอุปกรณ์นี้หรือ';
23
+$labels['successfullydeleted'] = 'ค่าคุณสมบัติของอุปกรณ์นี้ได้ถูกลบเรียบร้อยแล้ว';
24
+$labels['devicenotfound'] = 'ไม่สามารถอ่านค่าคุณสมบัติของอุปกรณ์ได้';
25
+$labels['devicetype'] = 'ชนิดของอุปกรณ์';
26
+$labels['acsversion'] = 'โปรโตคอล รุ่นที่';
27
+$labels['friendlyname'] = 'ชื่อที่เรียกง่าย';
28
+$labels['os'] = 'ระบบปฎิบัติการ';
29
+$labels['oslanguage'] = 'ภาษาของระบบปฎิบัติการ';
30
+$labels['phonenumber'] = 'หมายเลขโทรศัพท์';
31
+$labels['arialabeldeviceframe'] = 'ฟอร์มการตั้งค่าการปรับปรุงให้สอดคล้องของอุปกรณ์';
32
+?>
33
roundcubemail-plugins-kolab-3.2.5.tar.gz/plugins/kolab_activesync/localization/zh_CN.inc -> roundcubemail-plugins-kolab-3.2.6.tar.gz/plugins/kolab_activesync/localization/zh_CN.inc
Changed
6
1
2
<?php
3
+$labels['note'] = '笔记';
4
+$labels['savingdata'] = '保存数据...';
5
?>
6
roundcubemail-plugins-kolab-3.2.5.tar.gz/plugins/kolab_addressbook/composer.json -> roundcubemail-plugins-kolab-3.2.6.tar.gz/plugins/kolab_addressbook/composer.json
Changed
18
1
2
"description": "Kolab addressbook",
3
"homepage": "http://git.kolab.org/roundcubemail-plugins-kolab/",
4
"license": "AGPLv3",
5
- "version": "3.2.5",
6
+ "version": "3.2.6",
7
"authors": [
8
{
9
"name": "Thomas Bruederli",
10
11
"require": {
12
"php": ">=5.3.0",
13
"roundcube/plugin-installer": ">=0.1.3",
14
- "kolab/libkolab": ">=3.2.5"
15
+ "kolab/libkolab": ">=3.2.6"
16
}
17
}
18
roundcubemail-plugins-kolab-3.2.5.tar.gz/plugins/kolab_addressbook/helpdocs/locale/cs_CZ/LC_MESSAGES/addressbook.po -> roundcubemail-plugins-kolab-3.2.6.tar.gz/plugins/kolab_addressbook/helpdocs/locale/cs_CZ/LC_MESSAGES/addressbook.po
Changed
15
1
2
"POT-Creation-Date: 2014-11-26 23:28+0100\n"
3
"PO-Revision-Date: 2014-11-27 23:34+0000\n"
4
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
5
-"Language-Team: Czech (Czech Republic) (http://www.transifex.com/projects/p/kolab-documentation/language/cs_CZ/)\n"
6
+"Language-Team: Czech (http://www.transifex.com/projects/p/kolab-documentation/language/cs/)\n"
7
"MIME-Version: 1.0\n"
8
"Content-Type: text/plain; charset=UTF-8\n"
9
"Content-Transfer-Encoding: 8bit\n"
10
-"Language: cs_CZ\n"
11
+"Language: cs\n"
12
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
13
14
#: ../../en_US/_plugins/kolab_addressbook/addressbook.rst:9
15
roundcubemail-plugins-kolab-3.2.5.tar.gz/plugins/kolab_addressbook/helpdocs/locale/es_ES/LC_MESSAGES/addressbook.po -> roundcubemail-plugins-kolab-3.2.6.tar.gz/plugins/kolab_addressbook/helpdocs/locale/es_ES/LC_MESSAGES/addressbook.po
Changed
15
1
2
"POT-Creation-Date: 2014-11-26 23:28+0100\n"
3
"PO-Revision-Date: 2014-11-27 23:34+0000\n"
4
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
5
-"Language-Team: Spanish (Spain) (http://www.transifex.com/projects/p/kolab-documentation/language/es_ES/)\n"
6
+"Language-Team: Spanish (http://www.transifex.com/projects/p/kolab-documentation/language/es/)\n"
7
"MIME-Version: 1.0\n"
8
"Content-Type: text/plain; charset=UTF-8\n"
9
"Content-Transfer-Encoding: 8bit\n"
10
-"Language: es_ES\n"
11
+"Language: es\n"
12
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
13
14
#: ../../en_US/_plugins/kolab_addressbook/addressbook.rst:9
15
roundcubemail-plugins-kolab-3.2.5.tar.gz/plugins/kolab_addressbook/localization/da_DK.inc -> roundcubemail-plugins-kolab-3.2.6.tar.gz/plugins/kolab_addressbook/localization/da_DK.inc
Changed
15
1
2
$labels['globalfirst'] = 'Globale adressebøger først';
3
$labels['personalonly'] = 'Kun personlige adresse';
4
$labels['globalonly'] = 'Kun globale adressebøger';
5
+$labels['findaddressbooks'] = 'Find adressebøger';
6
$labels['searchterms'] = 'Search terms';
7
+$labels['listsearchresults'] = 'Yderligere adressebøger';
8
+$labels['foldersearchform'] = 'Søgeformular for adressebog';
9
$labels['foldersubscribe'] = 'List permanently';
10
+$labels['nraddressbooksfound'] = 'Der blev fundet $nr adressebøger ';
11
+$labels['noaddressbooksfound'] = 'Fandt ingen adressebøger';
12
$messages['bookdeleteconfirm'] = 'Vil du virkelig slette den valgte adressebog og alle kontakterne i den?';
13
$messages['bookdeleting'] = 'Sletter adressebog...';
14
$messages['booksaving'] = 'Gemmer adressebog...';
15
roundcubemail-plugins-kolab-3.2.6.tar.gz/plugins/kolab_addressbook/localization/pl.inc
Added
12
1
2
+<?php
3
+/**
4
+ * Localizations for the Kolab Address Book plugin
5
+ *
6
+ * Copyright (C) 2014, Kolab Systems AG
7
+ *
8
+ * For translation see https://www.transifex.com/projects/p/kolab/resource/kolab_addressbook/
9
+ */
10
+$labels['bookremove'] = 'Usuń z listy';
11
+?>
12
roundcubemail-plugins-kolab-3.2.6.tar.gz/plugins/kolab_addressbook/localization/pt_PT.inc
Added
14
1
2
+<?php
3
+/**
4
+ * Localizations for the Kolab Address Book plugin
5
+ *
6
+ * Copyright (C) 2014, Kolab Systems AG
7
+ *
8
+ * For translation see https://www.transifex.com/projects/p/kolab/resource/kolab_addressbook/
9
+ */
10
+$labels['bookremove'] = 'Remove from list';
11
+$labels['searchterms'] = 'Search terms';
12
+$labels['foldersubscribe'] = 'Listar permanentemente';
13
+?>
14
roundcubemail-plugins-kolab-3.2.5.tar.gz/plugins/kolab_addressbook/localization/sk.inc -> roundcubemail-plugins-kolab-3.2.6.tar.gz/plugins/kolab_addressbook/localization/sk.inc
Changed
7
1
2
*
3
* For translation see https://www.transifex.com/projects/p/kolab/resource/kolab_addressbook/
4
*/
5
+$labels['bookremove'] = 'Odstrániť zo zoznamu';
6
?>
7
roundcubemail-plugins-kolab-3.2.6.tar.gz/plugins/kolab_addressbook/localization/sl.inc
Added
14
1
2
+<?php
3
+/**
4
+ * Localizations for the Kolab Address Book plugin
5
+ *
6
+ * Copyright (C) 2014, Kolab Systems AG
7
+ *
8
+ * For translation see https://www.transifex.com/projects/p/kolab/resource/kolab_addressbook/
9
+ */
10
+$labels['bookremove'] = 'Odstrani iz seznama';
11
+$labels['searchterms'] = 'Iskalni pogoji';
12
+$labels['foldersubscribe'] = 'Označi za vedno';
13
+?>
14
roundcubemail-plugins-kolab-3.2.5.tar.gz/plugins/kolab_addressbook/localization/sv_SE.inc -> roundcubemail-plugins-kolab-3.2.6.tar.gz/plugins/kolab_addressbook/localization/sv_SE.inc
Changed
54
1
2
* For translation see https://www.transifex.com/projects/p/kolab/resource/kolab_addressbook/
3
*/
4
$labels['initials'] = 'Initialer';
5
+$labels['profession'] = 'Yrke';
6
+$labels['officelocation'] = 'Kontorsadress';
7
+$labels['children'] = 'Barn';
8
+$labels['pgppublickey'] = 'Publik PGP-nyckel';
9
+$labels['pkcs7publickey'] = 'Publik S/MIME-nyckel';
10
+$labels['freebusyurl'] = 'Ledig-upptagen-URL';
11
+$labels['typebusiness'] = 'Företag';
12
+$labels['typebusinessfax'] = 'Företagsfax';
13
$labels['typecompany'] = 'Företag';
14
+$labels['typeprimary'] = 'Primär';
15
+$labels['typetelex'] = 'Telex';
16
+$labels['typeradio'] = 'Radio';
17
+$labels['typeisdn'] = 'ISDN';
18
+$labels['typettytdd'] = 'TTY/TDD';
19
+$labels['typecallback'] = 'Återuppringning';
20
$labels['settings'] = 'Inställningar';
21
+$labels['bookcreate'] = 'Skapa adressbok';
22
+$labels['bookedit'] = 'Redigera adressbok';
23
+$labels['bookdelete'] = 'Ta bort adressbok';
24
$labels['bookremove'] = 'Ta bort från lista';
25
+$labels['bookproperties'] = 'Egenskaper för adressbok';
26
+$labels['bookname'] = 'Bokens namn';
27
+$labels['parentbook'] = 'Överordnad bok';
28
+$labels['bookshowurl'] = 'Visa CardDAV-URL';
29
+$labels['carddavurldescription'] = 'Kopiera denna adress till ett <a href="http://en.wikipedia.org/wiki/CardDAV" target="_blank"> CardDAV</a>-klientprogram för att fullt ut synkronisera denna specifika adressbok med din dator eller mobila enhet .';
30
+$labels['addressbookprio'] = 'Val/beteenden för adressbok(böcker) ';
31
+$labels['personalfirst'] = 'Personliga adressböcker först';
32
+$labels['globalfirst'] = 'Globala adressböcker först';
33
+$labels['personalonly'] = 'Personliga adressböcker enbart';
34
+$labels['globalonly'] = 'Globala adressböcker enbart';
35
+$labels['findaddressbooks'] = 'Hitta adressböcker';
36
$labels['searchterms'] = 'Sökord';
37
+$labels['listsearchresults'] = 'Ytterligare adressböcker';
38
+$labels['foldersearchform'] = 'Sökformulär för adressböcker';
39
$labels['foldersubscribe'] = 'Lista permanent';
40
+$labels['nraddressbooksfound'] = '$nr adressböcker hittades';
41
+$labels['noaddressbooksfound'] = 'Inga adressböcker hittades';
42
+$messages['bookdeleteconfirm'] = 'Vill du verkligen ta bort den valda adressboken och alla kontakter i den?';
43
+$messages['bookdeleting'] = 'Tar bort adressbok ...';
44
+$messages['booksaving'] = 'Sparar adressbok ...';
45
+$messages['bookdeleted'] = 'Adressbok borttagen.';
46
+$messages['bookupdated'] = 'Adressbok uppdaterad.';
47
+$messages['bookcreated'] = 'Adressbok skapad.';
48
+$messages['bookdeleteerror'] = 'Ett fel uppstod vid borttagning av adressbok.';
49
+$messages['bookupdateerror'] = 'Ett fel uppstod vid uppdatering av adressbok.';
50
+$messages['bookcreateerror'] = 'Ett fel uppstod vid skapandet av adressbok.';
51
+$messages['nobooknamewarning'] = 'Vänligen ange adressbokens namn.';
52
+$messages['noemailnamewarning'] = 'Vänligen ange e-postadress eller kontaktnamn.';
53
?>
54
roundcubemail-plugins-kolab-3.2.6.tar.gz/plugins/kolab_addressbook/localization/th.inc
Added
53
1
2
+<?php
3
+/**
4
+ * Localizations for the Kolab Address Book plugin
5
+ *
6
+ * Copyright (C) 2014, Kolab Systems AG
7
+ *
8
+ * For translation see https://www.transifex.com/projects/p/kolab/resource/kolab_addressbook/
9
+ */
10
+$labels['initials'] = 'ชื่อย่อ';
11
+$labels['profession'] = 'อาชีพ';
12
+$labels['officelocation'] = 'สถานที่ที่ทำงาน';
13
+$labels['pgppublickey'] = 'กุญแจ PGP สาธารณะ';
14
+$labels['pkcs7publickey'] = 'กุญแจ S/MIME สาธารธะ';
15
+$labels['freebusyurl'] = 'ลิงค์ ว่าง-ติดธุระ';
16
+$labels['typebusiness'] = 'ธุรกิจ';
17
+$labels['typebusinessfax'] = 'โทรสาร ธุรกิจ';
18
+$labels['typecompany'] = 'บริษัท';
19
+$labels['typetelex'] = 'เทเลกซ์';
20
+$labels['typeradio'] = 'วิทยุ';
21
+$labels['typeisdn'] = 'รหัส ISDN';
22
+$labels['typecallback'] = 'บริการเรียกกลับ';
23
+$labels['settings'] = 'การตั้งค่า';
24
+$labels['bookcreate'] = 'สร้างสมุดรายชื่อ';
25
+$labels['bookedit'] = 'แก้ไขสมุดรายชื่อ';
26
+$labels['bookdelete'] = 'ลบสมุดรายชื่อ';
27
+$labels['bookremove'] = 'ลบออกจากรายชื่อ';
28
+$labels['bookproperties'] = 'คุณสมบัติของสมุดรายชื่อ';
29
+$labels['bookname'] = 'ชื่อสมุด';
30
+$labels['bookshowurl'] = 'แสดงลิงค์ CardDAV';
31
+$labels['carddavurldescription'] = 'คัดลอกลิงค์ที่อยู่นี้ไปยัง <a href="http://en.wikipedia.org/wiki/CardDAV" target="_blank">CardDAV</a> โปรแกรมที่เครื่องลูกข่ายเพื่อซิงค์ข้อมูลในสมุดที่อยู่ฉบับนี้กับคอมพิวเตอร์หรืออุปกรณ์มือถือของท่าน';
32
+$labels['personalfirst'] = 'สมุดที่อยู่ส่วนตัวก่อน';
33
+$labels['personalonly'] = 'สมุดที่อยู่ส่วนตัวเท่านั้น';
34
+$labels['findaddressbooks'] = 'ค้นหาสมุดที่อยู่';
35
+$labels['searchterms'] = 'ข้อความที่ต้องการค้นหา';
36
+$labels['listsearchresults'] = 'สมุดที่อยู่เพิ่มเติม';
37
+$labels['foldersearchform'] = 'ฟอร์มค้นหาสมุดที่อยู่';
38
+$labels['foldersubscribe'] = 'แสดงเป็นรายการถาวร';
39
+$labels['nraddressbooksfound'] = 'พบ สมุดที่อยุ่จำนวน $nr เล่ม';
40
+$labels['noaddressbooksfound'] = 'ไม่พบสมุดที่อยุ่';
41
+$messages['bookdeleteconfirm'] = 'คุณต้องการลบสมุดที่อยู่ดังกล่าวพร้อมรายชื่อผู้ติดต่อในนั้นหรือ';
42
+$messages['bookdeleting'] = 'ลบสมุดที่อยู่';
43
+$messages['booksaving'] = 'บันทึกสมุดที่อยุ่';
44
+$messages['bookdeleted'] = 'ลบสมุดที่อยู่เรียบร้อยแล้ว';
45
+$messages['bookupdated'] = 'ปรับปรุงสมุดที่อยู่เรียบร้อยแล้ว';
46
+$messages['bookcreated'] = 'สร้างสมุดที่อยู่เรียบร้อยแล้ว';
47
+$messages['bookdeleteerror'] = 'เกิดข้อผิดพลาดในระหว่างลบสมุดที่อยู่';
48
+$messages['bookupdateerror'] = 'เกิดข้อผิดพลาดในระหว่า่งปรับปรุงสมุดที่อยู่';
49
+$messages['bookcreateerror'] = 'เกิดข้อผิดพลาดในระหว่างสร้างสมุดที่อยุ่';
50
+$messages['nobooknamewarning'] = 'กรุณาป้อนชื่อสมุดบันทึกที่อยู่';
51
+$messages['noemailnamewarning'] = 'กรุณาป้อน อีเมล์ และ ชื่อผู้ติดต่อ';
52
+?>
53
roundcubemail-plugins-kolab-3.2.5.tar.gz/plugins/kolab_addressbook/localization/zh_CN.inc -> roundcubemail-plugins-kolab-3.2.6.tar.gz/plugins/kolab_addressbook/localization/zh_CN.inc
Changed
7
1
2
*
3
* For translation see https://www.transifex.com/projects/p/kolab/resource/kolab_addressbook/
4
*/
5
+$labels['bookremove'] = '从列表中移除';
6
?>
7
roundcubemail-plugins-kolab-3.2.5.tar.gz/plugins/kolab_auth/localization/pl_PL.inc -> roundcubemail-plugins-kolab-3.2.6.tar.gz/plugins/kolab_auth/localization/pl_PL.inc
Changed
7
1
2
* For translation see https://www.transifex.com/projects/p/kolab/resource/kolab_auth/
3
*/
4
$labels['loginas'] = 'Zaloguj jako';
5
+$labels['loginasnotallowed'] = 'Brak uprawnień do zalogowania jako $user';
6
?>
7
roundcubemail-plugins-kolab-3.2.6.tar.gz/plugins/kolab_auth/localization/th.inc
Added
13
1
2
+<?php
3
+/**
4
+ * Localizations for the Kolab Auth plugin
5
+ *
6
+ * Copyright (C) 2014, Kolab Systems AG
7
+ *
8
+ * For translation see https://www.transifex.com/projects/p/kolab/resource/kolab_auth/
9
+ */
10
+$labels['loginas'] = 'เข้าระบบด้วยชื่อ..';
11
+$labels['loginasnotallowed'] = 'ไม่มีสิทธิเข้าระบบด้วยชื่อผู้ใช้ $user';
12
+?>
13
roundcubemail-plugins-kolab-3.2.5.tar.gz/plugins/kolab_config/composer.json -> roundcubemail-plugins-kolab-3.2.6.tar.gz/plugins/kolab_config/composer.json
Changed
18
1
2
"description": "Kolab configuration storage",
3
"homepage": "http://git.kolab.org/roundcubemail-plugins-kolab/",
4
"license": "AGPLv3",
5
- "version": "3.2.5",
6
+ "version": "3.2.6",
7
"authors": [
8
{
9
"name": "Aleksander Machniak",
10
11
"require": {
12
"php": ">=5.3.0",
13
"roundcube/plugin-installer": ">=0.1.3",
14
- "kolab/libkolab": ">=3.2.5"
15
+ "kolab/libkolab": ">=3.2.6"
16
}
17
}
18
roundcubemail-plugins-kolab-3.2.5.tar.gz/plugins/kolab_delegation/composer.json -> roundcubemail-plugins-kolab-3.2.6.tar.gz/plugins/kolab_delegation/composer.json
Changed
19
1
2
"description": "Kolab delegation feature",
3
"homepage": "http://git.kolab.org/roundcubemail-plugins-kolab/",
4
"license": "AGPLv3",
5
- "version": "3.2.5",
6
+ "version": "3.2.6",
7
"authors": [
8
{
9
"name": "Aleksander Machniak",
10
11
"require": {
12
"php": ">=5.3.0",
13
"roundcube/plugin-installer": ">=0.1.3",
14
- "kolab/libkolab": ">=3.2.5",
15
+ "kolab/libkolab": ">=3.2.6",
16
"kolab/kolab_auth": ">=3.2.2"
17
}
18
}
19
roundcubemail-plugins-kolab-3.2.6.tar.gz/plugins/kolab_delegation/localization/pl.inc
Added
13
1
2
+<?php
3
+/**
4
+ * Localizations for the Kolab Delegation plugin
5
+ *
6
+ * Copyright (C) 2014, Kolab Systems AG
7
+ *
8
+ * For translation see https://www.transifex.com/projects/p/kolab/resource/kolab_delegation/
9
+ */
10
+$labels['event'] = 'Kalendarze';
11
+$labels['task'] = 'Zadania';
12
+?>
13
roundcubemail-plugins-kolab-3.2.6.tar.gz/plugins/kolab_delegation/localization/pt_PT.inc
Added
13
1
2
+<?php
3
+/**
4
+ * Localizations for the Kolab Delegation plugin
5
+ *
6
+ * Copyright (C) 2014, Kolab Systems AG
7
+ *
8
+ * For translation see https://www.transifex.com/projects/p/kolab/resource/kolab_delegation/
9
+ */
10
+$labels['event'] = 'Calendários';
11
+$labels['savingdata'] = 'Salvando dados...';
12
+?>
13
roundcubemail-plugins-kolab-3.2.6.tar.gz/plugins/kolab_delegation/localization/sl.inc
Added
38
1
2
+<?php
3
+/**
4
+ * Localizations for the Kolab Delegation plugin
5
+ *
6
+ * Copyright (C) 2014, Kolab Systems AG
7
+ *
8
+ * For translation see https://www.transifex.com/projects/p/kolab/resource/kolab_delegation/
9
+ */
10
+$labels['tabtitle'] = 'Prenos nalog';
11
+$labels['delegationtitle'] = 'Uredi sodelujoče';
12
+$labels['delegates'] = 'Sodelujoči';
13
+$labels['delegate'] = 'Sodelujoč';
14
+$labels['mail'] = 'Email';
15
+$labels['contact'] = 'Imeniki';
16
+$labels['event'] = 'Koledarji';
17
+$labels['task'] = 'Naloge';
18
+$labels['note'] = 'Zapiski';
19
+$labels['yes'] = 'Da';
20
+$labels['no'] = 'Ne';
21
+$labels['read'] = 'Samo za branje';
22
+$labels['write'] = 'Zapiši';
23
+$labels['adddelegate'] = 'Dodaj sodelujočega';
24
+$labels['deletedelegate'] = 'Izbriši sodelujočega';
25
+$labels['savingdata'] = 'Shranjujem...';
26
+$labels['delegatedeleteconfirm'] = 'Ali želite potrditi brisanje sodelujočega?';
27
+$labels['delegateremoveacl'] = 'odstrani pravice za dostop do mape za tega uporabnika';
28
+$labels['deleteconfirm'] = 'Potrditev';
29
+$labels['deletesuccess'] = 'Ta sodelujoči je bil uspešno odstranjen.';
30
+$labels['deleteerror'] = 'Napaka. Ne morem odstraniti sodelujočega.';
31
+$labels['updatesuccess'] = 'Stanje sodelujočega je bilo uspešno posodobljeno.';
32
+$labels['updateerror'] = 'Ne morem posodobiti stanja sodelujočega.';
33
+$labels['createsuccess'] = 'Sodelujoči je bil uspešno dodan.';
34
+$labels['createerror'] = 'Ne morem dodati sodelujočega.';
35
+$labels['arialabeldelegatedelete'] = 'Izbrisani dogodki s sodelujočim';
36
+$labels['arialabeldelegateform'] = 'Obrazec za nastavitve sodelujočih';
37
+?>
38
roundcubemail-plugins-kolab-3.2.5.tar.gz/plugins/kolab_delegation/localization/sv_SE.inc -> roundcubemail-plugins-kolab-3.2.6.tar.gz/plugins/kolab_delegation/localization/sv_SE.inc
Changed
33
1
2
*
3
* For translation see https://www.transifex.com/projects/p/kolab/resource/kolab_delegation/
4
*/
5
+$labels['tabtitle'] = 'Delegering';
6
+$labels['delegationtitle'] = 'Hantera ombud';
7
+$labels['delegates'] = 'Ombud';
8
+$labels['delegate'] = 'Delegera';
9
$labels['mail'] = 'E-post';
10
+$labels['contact'] = 'Adressböcker';
11
$labels['event'] = 'Kalendrar';
12
$labels['task'] = 'Uppgifter';
13
$labels['note'] = 'Anteckningar';
14
+$labels['yes'] = 'Ja';
15
+$labels['no'] = 'Nej';
16
+$labels['read'] = 'Endast läsbar';
17
$labels['write'] = 'Skriv';
18
+$labels['adddelegate'] = 'Lägg till ombud';
19
+$labels['deletedelegate'] = 'Ta bort ombud';
20
$labels['savingdata'] = 'Sparar data ...';
21
+$labels['delegatedeleteconfirm'] = 'Vill du verkligen ta bort detta ombud?';
22
+$labels['delegateremoveacl'] = 'ta bort åtkomsträttigheter för mappar som tilldelats denna användare';
23
+$labels['deleteconfirm'] = 'Bekräftelse';
24
+$labels['deletesuccess'] = 'Ombudet togs bort.';
25
+$labels['deleteerror'] = 'Ombudet kunde inte tas bort.';
26
+$labels['updatesuccess'] = 'Detta ombud uppdaterades.';
27
+$labels['updateerror'] = 'Ombudet kunde inte uppdateras.';
28
+$labels['createsuccess'] = 'Ombudet lades till.';
29
+$labels['createerror'] = 'Ombudet kunde inte läggas till.';
30
+$labels['arialabeldelegatedelete'] = 'Borttagningsdialog för ombud';
31
+$labels['arialabeldelegateform'] = 'Egenskapsformulär för ombud';
32
?>
33
roundcubemail-plugins-kolab-3.2.6.tar.gz/plugins/kolab_delegation/localization/th.inc
Added
34
1
2
+<?php
3
+/**
4
+ * Localizations for the Kolab Delegation plugin
5
+ *
6
+ * Copyright (C) 2014, Kolab Systems AG
7
+ *
8
+ * For translation see https://www.transifex.com/projects/p/kolab/resource/kolab_delegation/
9
+ */
10
+$labels['tabtitle'] = 'การมอบหมายงาน';
11
+$labels['delegationtitle'] = 'การจัดการการมอบหมายงาน';
12
+$labels['mail'] = 'อีเมล์';
13
+$labels['contact'] = 'สมุดรายชื่อ';
14
+$labels['event'] = 'ปฎิทิน';
15
+$labels['task'] = 'งาน';
16
+$labels['note'] = 'บันทึก';
17
+$labels['yes'] = 'ใช่';
18
+$labels['no'] = 'ไม่';
19
+$labels['read'] = 'อ่านเท่านั้น';
20
+$labels['write'] = 'เขียน';
21
+$labels['adddelegate'] = 'เพิ่ม(ผู้รับ/การ)มอบงาน';
22
+$labels['deletedelegate'] = 'ลบ(ผู้รับ/การ)มอบงาน';
23
+$labels['savingdata'] = 'บันทึกข้อมูล';
24
+$labels['delegatedeleteconfirm'] = 'คุณแน่ใจว่าต้องการยกเลิก(ผู้รับ/การ)มอบงานนี้หรือ';
25
+$labels['delegateremoveacl'] = 'ยกเลิกสิทธิการเข้าถึงแฟ้มของผู้ใช้รายนี้';
26
+$labels['deleteconfirm'] = 'การยืนยัน';
27
+$labels['deletesuccess'] = '(ผู้รับ/การ)มอบงานถูกลบเรียบร้อยแล้ว';
28
+$labels['deleteerror'] = 'ไม่สามารถลบการมอบหมายงานได้';
29
+$labels['updatesuccess'] = '(ผู้รับ/การ)มอบงานถูกปรับปรุงเรียบร้อยแล้ว';
30
+$labels['updateerror'] = 'ไม่สามารถปรับปรุง(ผู้รับ/การ)มอบงานได้';
31
+$labels['createsuccess'] = '(ผู้รับ/การ)มอบงานถูกเพิ่มเรียบร้อยแล้ว';
32
+$labels['createerror'] = 'ไม่สามารถเพิ่ม(ผู้รับ/การ)มอบงานได้';
33
+?>
34
roundcubemail-plugins-kolab-3.2.5.tar.gz/plugins/kolab_delegation/localization/zh_CN.inc -> roundcubemail-plugins-kolab-3.2.6.tar.gz/plugins/kolab_delegation/localization/zh_CN.inc
Changed
8
1
2
*
3
* For translation see https://www.transifex.com/projects/p/kolab/resource/kolab_delegation/
4
*/
5
+$labels['note'] = '笔记';
6
+$labels['savingdata'] = '保存数据...';
7
?>
8
roundcubemail-plugins-kolab-3.2.5.tar.gz/plugins/kolab_files/composer.json -> roundcubemail-plugins-kolab-3.2.6.tar.gz/plugins/kolab_files/composer.json
Changed
18
1
2
"description": "User interface for Kolab File Manager (Chwala)",
3
"homepage": "http://git.kolab.org/roundcubemail-plugins-kolab/",
4
"license": "AGPLv3",
5
- "version": "3.2.5",
6
+ "version": "3.2.6",
7
"authors": [
8
{
9
"name": "Aleksander Machniak",
10
11
"require": {
12
"php": ">=5.3.0",
13
"roundcube/plugin-installer": ">=0.1.3",
14
- "kolab/libkolab": ">=3.2.5"
15
+ "kolab/libkolab": ">=3.2.6"
16
}
17
}
18
roundcubemail-plugins-kolab-3.2.5.tar.gz/plugins/kolab_files/localization/da_DK.inc -> roundcubemail-plugins-kolab-3.2.6.tar.gz/plugins/kolab_files/localization/da_DK.inc
Changed
23
1
2
$labels['collection_document'] = 'Dokumenter';
3
$labels['uploading'] = 'Overfører fil(er)..';
4
$labels['attaching'] = 'Vedhæfter fil(er)..';
5
+$labels['authenticating'] = 'Godkender ...';
6
$labels['foldercreating'] = 'Opretter mappe...';
7
$labels['folderdeleting'] = 'Sletter mappe...';
8
$labels['folderdeleteconfirm'] = 'Er du sikker på at du vil slette valgte mappe?';
9
$labels['folderdeletenotice'] = 'Sletningen af mappe blev gennemført.';
10
$labels['foldercreatenotice'] = 'Oprettelsen af mappe blev gennemført.';
11
+$labels['folderauthtitle'] = 'Log på $title';
12
$labels['saveallnotice'] = 'Gennemførte lagring af $n fil(er).';
13
$labels['saveallerror'] = 'Lagringen af $n fil(er) mislykkedes.';
14
$labels['attacherror'] = 'Mislykkedes med at vedhæfte fil(er) fra skyen';
15
16
$labels['fileoverwrite'] = 'Overskriv';
17
$labels['fileoverwriteall'] = 'Overskriv alle';
18
$labels['filemoveconfirm'] = 'Denne handling vil overskrive destinationsfilen: <b>$file</b>.';
19
+$labels['storepasswords'] = 'husk adgangskode';
20
+$labels['storepasswordsdesc'] = 'Gemte adgangskoder vil blive krypteret. Slå dette til, hvis du ikke ønsker at blive spurgt om adgangskoden ved hvert login, eller hvis du ønsker at denne lagerplads skal være tilgængelig gennem WebDAV.';
21
$labels['arialabelfileprops'] = 'Filegenskaber';
22
?>
23
roundcubemail-plugins-kolab-3.2.5.tar.gz/plugins/kolab_files/localization/de_DE.inc -> roundcubemail-plugins-kolab-3.2.6.tar.gz/plugins/kolab_files/localization/de_DE.inc
Changed
46
1
2
$labels['selectfiles'] = 'Datei(en) zum Anhängen auswählen...';
3
$labels['attachsel'] = 'Ausgewählte anhängen';
4
$labels['foldercreate'] = 'Ordner erstellen';
5
+$labels['folderedit'] = 'Verzeichnis ändern';
6
+$labels['foldermount'] = 'Speicher hinzufügen';
7
$labels['folderdelete'] = 'Ordner löschen';
8
$labels['folderinside'] = 'Erstellen in';
9
$labels['foldername'] = 'Ordnername';
10
11
$labels['collection_document'] = 'Dokumente';
12
$labels['uploading'] = 'Lade Datei(en) hoch...';
13
$labels['attaching'] = 'Hänge Datei(en) an...';
14
+$labels['authenticating'] = 'Authentifiziere...';
15
$labels['foldercreating'] = 'Erstelle Ordner...';
16
+$labels['folderupdating'] = 'Aktualisiere Verzeichnis...';
17
+$labels['foldermounting'] = 'Hinzufügen externen Speichers...';
18
$labels['folderdeleting'] = 'Lösche Ordner...';
19
$labels['folderdeleteconfirm'] = 'Sind Sie sicher, dass Sie den gewählten Ordner löschen möchten?';
20
$labels['folderdeletenotice'] = 'Ordner erfolgreich gelöscht.';
21
+$labels['folderupdatenotice'] = 'Verzeichnis erfolgreich aktualisiert.';
22
$labels['foldercreatenotice'] = 'Ordner erfolgreich erstellt.';
23
+$labels['foldermountnotice'] = 'Speicher erfolgreich hinzugefügt.';
24
+$labels['folderauthtitle'] = 'Einloggen zu $title';
25
$labels['saveallnotice'] = '$n Datei(en) erfolgreich gespeichert.';
26
$labels['saveallerror'] = 'Speichern von $n Datei(en) fehlgeschlagen.';
27
$labels['attacherror'] = 'Anhängen von Datei(en) aus der Cloud fehlgeschlagen.';
28
29
$labels['fileoverwrite'] = 'Überschreiben';
30
$labels['fileoverwriteall'] = 'Alle überschreiben';
31
$labels['filemoveconfirm'] = 'Diese Aktion wird die Zieldatei <b>$file</b> überschreiben.';
32
+$labels['storepasswords'] = 'Passwort merken';
33
+$labels['storepasswordsdesc'] = 'Gespeicherte Passwörter werden verschlüsselt. Aktivieren Sie dies, wenn Sie nicht bei jedem Login nach dem Passwort gefragt werden möchten oder wenn dieser Speicher via WebDAV verfügbar sein soll.';
34
$labels['arialabelsearchform'] = 'Suchformular für Dateien';
35
$labels['arialabelquicksearchbox'] = 'Sucheingabe';
36
$labels['arialabellistoptions'] = 'Dateilisten Optionen';
37
$labels['arialabelfolderoptions'] = 'Ordner Aktionen';
38
$labels['arialabelfileeditform'] = 'Datei Bearbeiten Maske';
39
$labels['arialabelfoldercreateform'] = 'Ordner Erstellen Maske';
40
+$labels['arialabelfoldereditform'] = 'Formular Verzeichnis ändern';
41
+$labels['arialabelfoldermountform'] = 'Formular Externer Speicher';
42
+$labels['arialabelfolderauthform'] = 'Formular Authentifizierung Externer Speicher';
43
$labels['arialabelfolderlist'] = 'Ordner / Sammlungs Auswahl';
44
$labels['arialabelfileselectdialog'] = 'Datei Auswahl Dialog';
45
$labels['arialabelattachmentoptions'] = 'Anhänge speichern Optionen';
46
roundcubemail-plugins-kolab-3.2.5.tar.gz/plugins/kolab_files/localization/fr_FR.inc -> roundcubemail-plugins-kolab-3.2.6.tar.gz/plugins/kolab_files/localization/fr_FR.inc
Changed
21
1
2
$labels['uploading'] = 'Téléversement de(s) fichier(s)...';
3
$labels['attaching'] = 'Attachement de fichier(s)...';
4
$labels['foldercreating'] = 'Création d\'un répertoire...';
5
+$labels['folderupdating'] = 'Mise à jour d\'un répertoire...';
6
$labels['folderdeleting'] = 'Suppression d\'un répertoire...';
7
$labels['folderdeleteconfirm'] = 'Êtes-vous sûr de de vouloir supprimer le répertoire sélectionné ?';
8
$labels['folderdeletenotice'] = 'Le répertoire a été supprimé.';
9
+$labels['folderupdatenotice'] = 'Le répertoire a été mis à jour.';
10
$labels['foldercreatenotice'] = 'Le répertoire a été créé.';
11
$labels['saveallnotice'] = '$n fichier(s) ont été sauvegardé(s)';
12
$labels['saveallerror'] = 'La sauvegarde de $n fichier(s) a échoué.';
13
14
$labels['arialabelfolderoptions'] = 'Actions de dossier';
15
$labels['arialabelfileeditform'] = 'Zone d\'édition de fichier';
16
$labels['arialabelfoldercreateform'] = 'Zone de création de dossier';
17
+$labels['arialabelfoldereditform'] = 'Zone d\'édition de dossier';
18
$labels['arialabelfolderlist'] = 'Sélection de dossier';
19
$labels['arialabelfileselectdialog'] = ' Fenêtre de dialogue de sélection de fichier.';
20
$labels['arialabelattachmentoptions'] = 'Options d\'enregistrement des pièces jointes';
21
roundcubemail-plugins-kolab-3.2.6.tar.gz/plugins/kolab_files/localization/pl.inc
Added
46
1
2
+<?php
3
+/**
4
+ * Localizations for the Kolab Files plugin
5
+ *
6
+ * Copyright (C) 2014, Kolab Systems AG
7
+ *
8
+ * For translation see https://www.transifex.com/projects/p/kolab/resource/kolab_files/
9
+ */
10
+$labels['files'] = 'Pliki';
11
+$labels['filepreview'] = 'Podgląd pliku';
12
+$labels['saveas'] = 'Zapisz jako:';
13
+$labels['create'] = 'Utwórz';
14
+$labels['save'] = 'Zapisz';
15
+$labels['cancel'] = 'Anuluj';
16
+$labels['name'] = 'Nazwa';
17
+$labels['mtime'] = 'Zmodyfikowano';
18
+$labels['type'] = 'Typ';
19
+$labels['get'] = 'Pobierz';
20
+$labels['getfile'] = 'Pobierz plik';
21
+$labels['rename'] = 'Zmień nazwę';
22
+$labels['deletefile'] = 'Usuń plik(i)';
23
+$labels['edit'] = 'Edytuj';
24
+$labels['editfile'] = 'Edytuj plik';
25
+$labels['save'] = 'Zapisz';
26
+$labels['savefile'] = 'Zapisz plik';
27
+$labels['printfile'] = 'Wydrukuj plik';
28
+$labels['fileedit'] = 'Właściwości';
29
+$labels['collection_audio'] = 'Audio';
30
+$labels['collection_video'] = 'Video';
31
+$labels['collection_image'] = 'Obrazy';
32
+$labels['collection_document'] = 'Dokumenty';
33
+$labels['authenticating'] = 'Uwierzytelnianie...';
34
+$labels['foldercreating'] = 'Utwórz folder...';
35
+$labels['folderupdating'] = 'Aktualizacja folderu...';
36
+$labels['folderdeleting'] = 'Usuwanie folderu...';
37
+$labels['folderauthtitle'] = 'Zaloguj do $title';
38
+$labels['uploadsizeerror'] = 'Maksymalny rozmiar pliku ($size) przekroczony!';
39
+$labels['fileskip'] = 'Pomiń';
40
+$labels['fileskipall'] = 'Pomiń wszystko';
41
+$labels['fileoverwrite'] = 'Nadpisz';
42
+$labels['fileoverwriteall'] = 'Nadpisz wszystko';
43
+$labels['storepasswords'] = 'zapamiętaj hasło';
44
+$labels['arialabelfileprops'] = 'Właściwości';
45
+?>
46
roundcubemail-plugins-kolab-3.2.5.tar.gz/plugins/kolab_files/localization/pl_PL.inc -> roundcubemail-plugins-kolab-3.2.6.tar.gz/plugins/kolab_files/localization/pl_PL.inc
Changed
43
1
2
$labels['selectfiles'] = 'Wybierz pliki do załączenia...';
3
$labels['attachsel'] = 'Załącz wybrane';
4
$labels['foldercreate'] = 'Utwórz folder';
5
+$labels['folderedit'] = 'Edytuj folder';
6
+$labels['foldermount'] = 'Dodaj przestrzeń';
7
$labels['folderdelete'] = 'Usuń folder';
8
$labels['folderinside'] = 'Wstaw wewnątrz';
9
$labels['foldername'] = 'Nazwa folderu';
10
11
$labels['collection_document'] = 'Dokumenty';
12
$labels['uploading'] = 'Zapisywanie plików...';
13
$labels['attaching'] = 'Załączanie plików...';
14
+$labels['authenticating'] = 'Uwierzytelnianie...';
15
$labels['foldercreating'] = 'Tworzenie folderu...';
16
+$labels['folderupdating'] = 'Aktualizowanie folderu...';
17
+$labels['foldermounting'] = 'Dodawanie przestrzeni zewnętrznej...';
18
$labels['folderdeleting'] = 'Usuwanie folderu...';
19
$labels['folderdeleteconfirm'] = 'Czy na pewno chcesz usunąć wybrany folder?';
20
$labels['folderdeletenotice'] = 'Folder został usunięty.';
21
+$labels['folderupdatenotice'] = 'Folder został zaktualizowany.';
22
$labels['foldercreatenotice'] = 'Folder został utworzony.';
23
+$labels['foldermountnotice'] = 'Przestrzeń dodana pomyślnie.';
24
$labels['saveallnotice'] = 'Pomyślnie zapisano $n plików.';
25
$labels['saveallerror'] = 'Nie można zapisać $n plików.';
26
$labels['attacherror'] = 'Nie udało się załączenie plików z chmury';
27
28
$labels['fileoverwrite'] = 'Nadpisz';
29
$labels['fileoverwriteall'] = 'Nadpisz wszystkie';
30
$labels['filemoveconfirm'] = 'Akcja ta nadpisze docelowy plik: <b>$file</b>.';
31
+$labels['storepasswords'] = 'zapamiętaj hasło';
32
$labels['arialabelsearchform'] = 'Formularz wyszukiwania plików';
33
$labels['arialabelquicksearchbox'] = 'Fraza wyszukiwania';
34
$labels['arialabellistoptions'] = 'Opcje listy plików';
35
$labels['arialabelfolderoptions'] = 'Akcje folderów';
36
$labels['arialabelfileeditform'] = 'Formularz edycji pliku';
37
$labels['arialabelfoldercreateform'] = 'Formularz tworzenia folderów';
38
+$labels['arialabelfoldereditform'] = 'Formularz edycji folderów';
39
+$labels['arialabelfoldermountform'] = 'Formularz zewnętrznego przechowywania';
40
$labels['arialabelfolderlist'] = 'Wybór foldera/kolekcji';
41
$labels['arialabelfileselectdialog'] = 'Okno wyboru pliku';
42
$labels['arialabelattachmentoptions'] = 'Opcje zapisu załączników';
43
roundcubemail-plugins-kolab-3.2.6.tar.gz/plugins/kolab_files/localization/pt_PT.inc
Added
17
1
2
+<?php
3
+/**
4
+ * Localizations for the Kolab Files plugin
5
+ *
6
+ * Copyright (C) 2014, Kolab Systems AG
7
+ *
8
+ * For translation see https://www.transifex.com/projects/p/kolab/resource/kolab_files/
9
+ */
10
+$labels['save'] = 'Gravar';
11
+$labels['cancel'] = 'Cancelar';
12
+$labels['folderinside'] = 'Inserir dentro';
13
+$labels['name'] = 'Nome';
14
+$labels['edit'] = 'Editar';
15
+$labels['save'] = 'Gravar';
16
+?>
17
roundcubemail-plugins-kolab-3.2.5.tar.gz/plugins/kolab_files/localization/sk.inc -> roundcubemail-plugins-kolab-3.2.6.tar.gz/plugins/kolab_files/localization/sk.inc
Changed
9
1
2
* For translation see https://www.transifex.com/projects/p/kolab/resource/kolab_files/
3
*/
4
$labels['save'] = 'Uložiť';
5
+$labels['cancel'] = 'Zrušiť';
6
$labels['name'] = 'Meno';
7
$labels['edit'] = 'Upraviť';
8
$labels['save'] = 'Uložiť';
9
roundcubemail-plugins-kolab-3.2.6.tar.gz/plugins/kolab_files/localization/sl.inc
Added
18
1
2
+<?php
3
+/**
4
+ * Localizations for the Kolab Files plugin
5
+ *
6
+ * Copyright (C) 2014, Kolab Systems AG
7
+ *
8
+ * For translation see https://www.transifex.com/projects/p/kolab/resource/kolab_files/
9
+ */
10
+$labels['files'] = 'Dokumenti';
11
+$labels['save'] = 'Shrani';
12
+$labels['cancel'] = 'Prekliči';
13
+$labels['folderinside'] = 'Vstavi';
14
+$labels['name'] = 'Ime';
15
+$labels['edit'] = 'Uredi';
16
+$labels['save'] = 'Shrani';
17
+?>
18
roundcubemail-plugins-kolab-3.2.5.tar.gz/plugins/kolab_files/localization/sv_SE.inc -> roundcubemail-plugins-kolab-3.2.6.tar.gz/plugins/kolab_files/localization/sv_SE.inc
Changed
62
1
2
$labels['cancel'] = 'Avbryt';
3
$labels['fromcloud'] = 'Från moln ...';
4
$labels['selectfiles'] = 'Välj fil(er) att bifoga ...';
5
+$labels['attachsel'] = 'Bifoga vald(a)';
6
$labels['foldercreate'] = 'Skapa mapp';
7
$labels['folderedit'] = 'Redigera mapp';
8
$labels['foldermount'] = 'Lägg till lagring';
9
10
$labels['collection_video'] = 'Video';
11
$labels['collection_image'] = 'Bilder';
12
$labels['collection_document'] = 'Dokument';
13
+$labels['uploading'] = 'Laddar upp fil(er) ...';
14
+$labels['attaching'] = 'Bifogar fil(er) ...';
15
$labels['authenticating'] = 'Autentiserar ...';
16
+$labels['foldercreating'] = 'Skapar mapp ...';
17
+$labels['folderupdating'] = 'Uppdaterar mapp ...';
18
+$labels['foldermounting'] = 'Lägger till extern lagring ...';
19
+$labels['folderdeleting'] = 'Tar bort mapp ...';
20
+$labels['folderdeleteconfirm'] = 'Vill du verkligen ta bort vald mapp?';
21
+$labels['folderdeletenotice'] = 'Mapp borttagen.';
22
+$labels['folderupdatenotice'] = 'Mapp uppdaterad.';
23
+$labels['foldercreatenotice'] = 'Mapp skapad.';
24
+$labels['foldermountnotice'] = 'Lagring lades till.';
25
$labels['folderauthtitle'] = 'Logga in på';
26
+$labels['saveallnotice'] = 'Sparade $n fil(er).';
27
+$labels['saveallerror'] = 'Sparar $n fil(er) misslyckades.';
28
+$labels['attacherror'] = 'Misslyckades att bifoga fil(er) från molnet';
29
+$labels['fileupdating'] = 'Uppdaterar fil ...';
30
+$labels['filemoving'] = 'Flyttar fil(er) ...';
31
+$labels['filecopying'] = 'Kopierar fil(er) ...';
32
+$labels['filedeleting'] = 'Tar bort fil(er) ...';
33
+$labels['filedeleteconfirm'] = 'Vill du verkligen ta bort valda filer?';
34
+$labels['filedeletenotice'] = 'Fil(er) borttagna.';
35
+$labels['filemovenotice'] = 'Fil(er) flyttade.';
36
+$labels['filecopynotice'] = 'Fil(er) kopierade.';
37
+$labels['uploadsizeerror'] = 'Maximal filstorlek ($size) överskriden!';
38
+$labels['allfolders'] = 'sök i alla mappar';
39
$labels['fileskip'] = 'Hoppa över';
40
$labels['fileskipall'] = 'Hoppa över alla';
41
$labels['fileoverwrite'] = 'Skriv över';
42
43
$labels['filemoveconfirm'] = 'Denna åtgärd kommer att skriva över målfilen: <b>$file</b>.';
44
$labels['storepasswords'] = 'kom ihåg lösenord';
45
$labels['storepasswordsdesc'] = 'Lagrade lösenord kommer att krypteras. Aktivera det här om du inte vill bli tillfrågad om lösenordet vid varje inloggning eller om du vill att denna lagring ska vara tillgänglig via WebDAV.';
46
+$labels['arialabelsearchform'] = 'Sökformulär för filer';
47
+$labels['arialabelquicksearchbox'] = 'Sökinmatning';
48
+$labels['arialabellistoptions'] = 'Fillistningsval';
49
+$labels['arialabelfolderoptions'] = 'Mappåtgärd';
50
+$labels['arialabelfileeditform'] = 'Filredigeringsformulär';
51
+$labels['arialabelfoldercreateform'] = 'Formulär för skapa-mapp';
52
+$labels['arialabelfoldereditform'] = 'Formulär för mappredigering';
53
+$labels['arialabelfoldermountform'] = 'Formulär för extern lagring';
54
+$labels['arialabelfolderauthform'] = 'Autentiseringsformulär för extern lagring';
55
+$labels['arialabelfolderlist'] = 'Mapp-/samlingsurval';
56
+$labels['arialabelfileselectdialog'] = 'Filurvalsdialog';
57
+$labels['arialabelattachmentoptions'] = 'Alternativ för att spara bilagor';
58
+$labels['arialabelfilesavedialog'] = 'Dialog för atta spara fil(er)';
59
$labels['arialabelfileprops'] = 'Filegenskaper';
60
+$labels['arialabelfilecontent'] = 'Filinnehåll';
61
?>
62
roundcubemail-plugins-kolab-3.2.6.tar.gz/plugins/kolab_files/localization/th.inc
Added
92
1
2
+<?php
3
+/**
4
+ * Localizations for the Kolab Files plugin
5
+ *
6
+ * Copyright (C) 2014, Kolab Systems AG
7
+ *
8
+ * For translation see https://www.transifex.com/projects/p/kolab/resource/kolab_files/
9
+ */
10
+$labels['files'] = 'ไฟล์';
11
+$labels['filepreview'] = 'ดูไฟล์ก่อน';
12
+$labels['saveall'] = 'บันทึกทั้งหมดไปบนคลาวน์';
13
+$labels['saveto'] = 'บันทึกไปบนคลาวน์';
14
+$labels['saveas'] = 'บันทึกเป็น';
15
+$labels['create'] = 'สร้าง';
16
+$labels['save'] = 'บันทึก';
17
+$labels['cancel'] = 'ยกเลิก';
18
+$labels['fromcloud'] = 'จากคลาวน์';
19
+$labels['selectfiles'] = 'เลือกไฟล์ที่จะแนบ';
20
+$labels['foldercreate'] = 'สร้างแฟ้ม';
21
+$labels['folderedit'] = 'แก้ไขแฟ้ม';
22
+$labels['foldermount'] = 'เพิ่มพื้นที่จัดเก็บ';
23
+$labels['folderdelete'] = 'ลบแฟ้ม';
24
+$labels['folderinside'] = 'ใส่เข้าภายใต้';
25
+$labels['foldername'] = 'ชื่อแฟ้ม';
26
+$labels['name'] = 'ชื่อ';
27
+$labels['mtime'] = 'แก้ไข';
28
+$labels['type'] = 'ชนิด';
29
+$labels['upload'] = 'นำขึ้น';
30
+$labels['uploadfile'] = 'นำขึ้นไฟล์';
31
+$labels['get'] = 'นำกลับ';
32
+$labels['getfile'] = 'นำกลับไฟล์';
33
+$labels['view'] = 'มุมมอง';
34
+$labels['viewfile'] = 'ดูไฟล์';
35
+$labels['rename'] = 'เปลี่ยนชื่อไฟล์';
36
+$labels['deletefile'] = 'ลบไฟล์';
37
+$labels['edit'] = 'แก้ไข';
38
+$labels['editfile'] = 'แก้ไขไฟล์';
39
+$labels['save'] = 'บันทึก';
40
+$labels['savefile'] = 'บันทึกไฟล์';
41
+$labels['printfile'] = 'พิมพ์ไฟล์';
42
+$labels['fileedit'] = 'คุณสมบัติของไฟล์';
43
+$labels['collection_audio'] = 'เสียง';
44
+$labels['collection_video'] = 'วีดีโอ';
45
+$labels['collection_image'] = 'ภาพ';
46
+$labels['collection_document'] = 'เอกสาร';
47
+$labels['uploading'] = 'กำลังอัพโหลดไฟล์...';
48
+$labels['attaching'] = 'กำลังแนบไฟล์...';
49
+$labels['authenticating'] = 'กำลังพิสูจน์ตัวตน...';
50
+$labels['foldercreating'] = 'กำลังสร้างแฟ้ม...';
51
+$labels['folderupdating'] = 'กำลังปรับปรุงแฟ้ม...';
52
+$labels['foldermounting'] = 'กำลังเพิ่มพื้นที่จัดเก็บภายนอก...';
53
+$labels['folderdeleting'] = 'กำลังลบแฟ้ม...';
54
+$labels['folderdeleteconfirm'] = 'คุณแน่ใจว่าคุณต้องการลบแฟ้มที่เลือกนี้หรือ';
55
+$labels['folderdeletenotice'] = 'แฟ้มถูกลบเรียบร้อยแล้ว';
56
+$labels['folderupdatenotice'] = 'แฟ้มถูกปรับปรุงเรียบร้อยแล้ว';
57
+$labels['foldercreatenotice'] = 'แฟ้มถูกสร้างเรียบร้อยแล้ว';
58
+$labels['foldermountnotice'] = 'พื้นที่จัดเก็บถูกเพิ่มเรียบร้อยแล้ว';
59
+$labels['saveallnotice'] = 'บันทึกไฟล์จำนวน $n ไฟล์ เรียบร้อยแล้ว';
60
+$labels['saveallerror'] = 'บันทึกไฟล์จำนวน $n ไฟล์ ล้มเหลว';
61
+$labels['attacherror'] = 'การแนบไฟล์จากคลาวน์ล้มเหลว';
62
+$labels['fileupdating'] = 'กำลังปรับปรุงไฟล์...';
63
+$labels['filemoving'] = 'กำลังเคลื่อนย้ายไฟล์...';
64
+$labels['filecopying'] = 'กำลังคัดลอกไฟล์...';
65
+$labels['filedeleting'] = 'กำลังลบไฟล์...';
66
+$labels['filedeleteconfirm'] = 'คุณแน่ใจว่าคุณต้องการลบไฟล์ที่ถูกเลือกหรือ';
67
+$labels['filedeletenotice'] = 'ไฟล์ถูกลบเรียบร้อยแล้ว';
68
+$labels['filemovenotice'] = 'ไฟล์ถูกเคลื่อนย้ายเรียบร้อยแล้ว';
69
+$labels['filecopynotice'] = 'ไฟล์ถูกคัดลอกเรียบร้อยแล้ว';
70
+$labels['uploadsizeerror'] = 'ไฟล์มีขนาดเกินกว่าขนาดสูงสุด ($size)';
71
+$labels['allfolders'] = 'ค้นหาในทุกแฟ้ม';
72
+$labels['fileskip'] = 'ข้าม';
73
+$labels['fileskipall'] = 'ข้ามทั้งหมด';
74
+$labels['fileoverwrite'] = 'เขียนทับ';
75
+$labels['fileoverwriteall'] = 'เขียนทับทั้งหมด';
76
+$labels['filemoveconfirm'] = 'การดำเนินการนี้จะเขียนทับไฟล์ที่ปลายทาง <b>$file</b>';
77
+$labels['storepasswords'] = 'จดจำรหัสผ่าน';
78
+$labels['storepasswordsdesc'] = 'พาสเวิสด์ที่จัดเก็บจะถูกเข้ารหัส เปิดใช้สิ่งนี้หากคุณไม่ต้องการถูกถามพาสเวิสด์ทุกครั้งที่เข้าระบบ หรือ หากคุณต้องการให้พื้นที่จัดเก็บเข้าถึงได้จาก WebDAV';
79
+$labels['arialabelsearchform'] = 'ฟอร์มค้นหาไฟล์';
80
+$labels['arialabelquicksearchbox'] = 'ข้อมูลที่ต้องการค้นหา';
81
+$labels['arialabellistoptions'] = 'ทางเลือกรายชื่อไฟล์';
82
+$labels['arialabelfileeditform'] = 'ฟอร์มแก้ไขไฟล์';
83
+$labels['arialabelfoldercreateform'] = 'ฟอร์มสร้างแฟ้ม';
84
+$labels['arialabelfoldereditform'] = 'ฟอร์มแก้ไขแฟ้ม';
85
+$labels['arialabelfoldermountform'] = 'ฟอร์มพื้นที่จัดเก็บภายนอก';
86
+$labels['arialabelfolderauthform'] = 'ฟอร์มยืนยันตัวตนสำหรับพื้นที่จัดเก็บภายนอก';
87
+$labels['arialabelattachmentoptions'] = 'ทางเลือกของการบันทึกสิ่งที่แนบมาด้วย';
88
+$labels['arialabelfilesavedialog'] = 'dialog สำหรับการบันทึกไฟล์';
89
+$labels['arialabelfileprops'] = 'คุณสมบัติของไฟล์';
90
+$labels['arialabelfilecontent'] = 'เนื้อหาในไฟล์';
91
+?>
92
roundcubemail-plugins-kolab-3.2.5.tar.gz/plugins/kolab_files/localization/zh_CN.inc -> roundcubemail-plugins-kolab-3.2.6.tar.gz/plugins/kolab_files/localization/zh_CN.inc
Changed
11
1
2
*
3
* For translation see https://www.transifex.com/projects/p/kolab/resource/kolab_files/
4
*/
5
+$labels['save'] = '保存';
6
+$labels['cancel'] = '取消';
7
+$labels['name'] = '名称';
8
+$labels['edit'] = '编辑';
9
+$labels['save'] = '保存';
10
?>
11
roundcubemail-plugins-kolab-3.2.5.tar.gz/plugins/kolab_folders/composer.json -> roundcubemail-plugins-kolab-3.2.6.tar.gz/plugins/kolab_folders/composer.json
Changed
18
1
2
"description": "Type-aware folder management/listing for Kolab",
3
"homepage": "http://git.kolab.org/roundcubemail-plugins-kolab/",
4
"license": "AGPLv3",
5
- "version": "3.2.5",
6
+ "version": "3.2.6",
7
"authors": [
8
{
9
"name": "Aleksander Machniak",
10
11
"require": {
12
"php": ">=5.3.0",
13
"roundcube/plugin-installer": ">=0.1.3",
14
- "kolab/libkolab": ">=3.2.5"
15
+ "kolab/libkolab": ">=3.2.6"
16
}
17
}
18
roundcubemail-plugins-kolab-3.2.6.tar.gz/plugins/kolab_folders/localization/pl.inc
Added
14
1
2
+<?php
3
+/**
4
+ * Localizations for the Kolab Folders plugin
5
+ *
6
+ * Copyright (C) 2014, Kolab Systems AG
7
+ *
8
+ * For translation see https://www.transifex.com/projects/p/kolab/resource/kolab_folders/
9
+ */
10
+$labels['foldertypeevent'] = 'Kalendarz';
11
+$labels['foldertypetask'] = 'Zadania';
12
+$labels['foldertypefile'] = 'Pliki';
13
+?>
14
roundcubemail-plugins-kolab-3.2.5.tar.gz/plugins/kolab_folders/localization/pl_PL.inc -> roundcubemail-plugins-kolab-3.2.6.tar.gz/plugins/kolab_folders/localization/pl_PL.inc
Changed
9
1
2
$labels['outbox'] = 'Poczta wychodząca';
3
$labels['wastebasket'] = 'Kosz';
4
$labels['junkemail'] = 'Spam';
5
-$labels['confidential'] = 'Confidential';
6
+$labels['confidential'] = 'Poufne';
7
$messages['defaultfolderexists'] = 'Folder domyślny wybranego typu już istnieje';
8
?>
9
roundcubemail-plugins-kolab-3.2.6.tar.gz/plugins/kolab_folders/localization/pt_PT.inc
Added
12
1
2
+<?php
3
+/**
4
+ * Localizations for the Kolab Folders plugin
5
+ *
6
+ * Copyright (C) 2014, Kolab Systems AG
7
+ *
8
+ * For translation see https://www.transifex.com/projects/p/kolab/resource/kolab_folders/
9
+ */
10
+$labels['foldertypeevent'] = 'Calendário';
11
+?>
12
roundcubemail-plugins-kolab-3.2.6.tar.gz/plugins/kolab_folders/localization/sl.inc
Added
30
1
2
+<?php
3
+/**
4
+ * Localizations for the Kolab Folders plugin
5
+ *
6
+ * Copyright (C) 2014, Kolab Systems AG
7
+ *
8
+ * For translation see https://www.transifex.com/projects/p/kolab/resource/kolab_folders/
9
+ */
10
+$labels['folderctype'] = 'Vrsta vsebine';
11
+$labels['foldertypemail'] = 'Pošta';
12
+$labels['foldertypeevent'] = 'Koledar';
13
+$labels['foldertypejournal'] = 'Dnevnik';
14
+$labels['foldertypetask'] = 'Naloge';
15
+$labels['foldertypenote'] = 'Zapiski';
16
+$labels['foldertypecontact'] = 'Kontakti';
17
+$labels['foldertypeconfiguration'] = 'Nastavitve';
18
+$labels['foldertypefile'] = 'Dokumenti';
19
+$labels['foldertypefreebusy'] = 'Prost-Zaseden';
20
+$labels['default'] = 'Privzet';
21
+$labels['inbox'] = 'Dohodna pošta';
22
+$labels['drafts'] = 'Osnutki';
23
+$labels['sentitems'] = 'Poslano';
24
+$labels['outbox'] = 'Izhodna pošta';
25
+$labels['wastebasket'] = 'Koš';
26
+$labels['junkemail'] = 'Smeti';
27
+$labels['confidential'] = 'Zaupno';
28
+$messages['defaultfolderexists'] = 'Privzeta mapa izbranega tipa že obstaja';
29
+?>
30
roundcubemail-plugins-kolab-3.2.6.tar.gz/plugins/kolab_folders/localization/th.inc
Added
29
1
2
+<?php
3
+/**
4
+ * Localizations for the Kolab Folders plugin
5
+ *
6
+ * Copyright (C) 2014, Kolab Systems AG
7
+ *
8
+ * For translation see https://www.transifex.com/projects/p/kolab/resource/kolab_folders/
9
+ */
10
+$labels['folderctype'] = 'ชนิดของเนื่้อหา';
11
+$labels['foldertypemail'] = 'จดหมาย';
12
+$labels['foldertypeevent'] = 'ปฎิทิน';
13
+$labels['foldertypetask'] = 'งาน';
14
+$labels['foldertypenote'] = 'บันทึก';
15
+$labels['foldertypecontact'] = 'รายชื้อผู้ติดต่อ';
16
+$labels['foldertypeconfiguration'] = 'ค่าคุณสมบัติ';
17
+$labels['foldertypefile'] = 'ไฟล์';
18
+$labels['foldertypefreebusy'] = 'ว่าง-ติดธุระ';
19
+$labels['default'] = 'ค่าเริ่มต้น';
20
+$labels['inbox'] = 'กล่องขาเข้า';
21
+$labels['drafts'] = 'จดหมายร่าง';
22
+$labels['sentitems'] = 'จัดส่งแล้ว';
23
+$labels['outbox'] = 'กล่องขาออก';
24
+$labels['wastebasket'] = 'ถ้งขยะ';
25
+$labels['junkemail'] = 'ขยะ';
26
+$labels['confidential'] = 'ลับเฉพาะ';
27
+$messages['defaultfolderexists'] = 'มีแฟ้มสำหรับเก็บข้อมูลขนิดดังกล่าวแล้ว';
28
+?>
29
roundcubemail-plugins-kolab-3.2.5.tar.gz/plugins/kolab_folders/localization/zh_CN.inc -> roundcubemail-plugins-kolab-3.2.6.tar.gz/plugins/kolab_folders/localization/zh_CN.inc
Changed
7
1
2
*
3
* For translation see https://www.transifex.com/projects/p/kolab/resource/kolab_folders/
4
*/
5
+$labels['foldertypenote'] = '笔记';
6
?>
7
roundcubemail-plugins-kolab-3.2.5.tar.gz/plugins/kolab_notes/composer.json -> roundcubemail-plugins-kolab-3.2.6.tar.gz/plugins/kolab_notes/composer.json
Changed
19
1
2
"description": "Notes module for Roundcube connecting to a Kolab server for storage",
3
"homepage": "http://git.kolab.org/roundcubemail-plugins-kolab/",
4
"license": "AGPLv3",
5
- "version": "3.2.5",
6
+ "version": "3.2.6",
7
"authors": [
8
{
9
"name": "Thomas Bruederli",
10
11
"require": {
12
"php": ">=5.3.0",
13
"roundcube/plugin-installer": ">=0.1.3",
14
- "kolab/libkolab": ">=3.2.5",
15
+ "kolab/libkolab": ">=3.2.6",
16
"roundcube/jqueryui": ">=1.10.4"
17
}
18
}
19
roundcubemail-plugins-kolab-3.2.5.tar.gz/plugins/kolab_notes/localization/cs_CZ.inc -> roundcubemail-plugins-kolab-3.2.6.tar.gz/plugins/kolab_notes/localization/cs_CZ.inc
Changed
10
1
2
$labels['nonotebooksfound'] = 'Nenalezeny žádné zápisníky';
3
$labels['removelist'] = 'Odstranit ze seznamu';
4
$labels['removelink'] = 'Odstranit odkaz na e-mail';
5
-$labels['savingdata'] = 'Ukládám data...';
6
+$labels['savingdata'] = 'Ukládají se data...';
7
$labels['recordnotfound'] = 'Záznam nenalezen';
8
$labels['norecordsfound'] = 'Nenalezeny žádné poznámky';
9
$labels['nochanges'] = 'Žádné změny k uložení';
10
roundcubemail-plugins-kolab-3.2.5.tar.gz/plugins/kolab_notes/localization/fi_FI.inc -> roundcubemail-plugins-kolab-3.2.6.tar.gz/plugins/kolab_notes/localization/fi_FI.inc
Changed
7
1
2
$labels['abort'] = 'Keskeytä';
3
$labels['foldersubscribe'] = 'Luetteloi pysyvästi';
4
$labels['removelist'] = 'Poista listasta';
5
+$labels['removelink'] = 'Poista sähköpostiviittaus';
6
$labels['savingdata'] = 'Tallennetaan tietoja...';
7
roundcubemail-plugins-kolab-3.2.6.tar.gz/plugins/kolab_notes/localization/pl.inc
Added
9
1
2
+<?php
3
+$labels['tags'] = 'Tagi';
4
+$labels['created'] = 'Utworzone';
5
+$labels['changed'] = 'Ostatnia modyfikacja';
6
+$labels['title'] = 'Tytuł';
7
+$labels['listname'] = 'Nazwa';
8
+$labels['removelist'] = 'Usuń z listy';
9
roundcubemail-plugins-kolab-3.2.6.tar.gz/plugins/kolab_notes/localization/pt_PT.inc
Added
11
1
2
+<?php
3
+$labels['created'] = 'Created';
4
+$labels['changed'] = 'Last Modified';
5
+$labels['listname'] = 'Nome';
6
+$labels['tabsharing'] = 'Compartilhamento';
7
+$labels['foldersubscribe'] = 'Listar permanentemente';
8
+$labels['removelist'] = 'Remove from list';
9
+$labels['removelink'] = 'Remove email reference';
10
+$labels['savingdata'] = 'Salvando dados...';
11
roundcubemail-plugins-kolab-3.2.5.tar.gz/plugins/kolab_notes/localization/sk.inc -> roundcubemail-plugins-kolab-3.2.6.tar.gz/plugins/kolab_notes/localization/sk.inc
Changed
5
1
2
<?php
3
$labels['listname'] = 'Meno';
4
+$labels['removelist'] = 'Odstrániť zo zoznamu';
5
roundcubemail-plugins-kolab-3.2.6.tar.gz/plugins/kolab_notes/localization/sl.inc
Added
57
1
2
+<?php
3
+$labels['navtitle'] = 'Zapiski';
4
+$labels['tags'] = 'Tagi';
5
+$labels['lists'] = 'Beležke';
6
+$labels['notes'] = 'Zapiski';
7
+$labels['create'] = 'Nov zapisek';
8
+$labels['createnote'] = 'Ustvari nov zapis';
9
+$labels['send'] = 'Pošlji';
10
+$labels['sendnote'] = 'Pošlji zapisek v emailu';
11
+$labels['newnote'] = 'Nov zapisek';
12
+$labels['notags'] = 'Ni tagov';
13
+$labels['removetag'] = 'Odstrani tag';
14
+$labels['created'] = 'Ustvarjeno';
15
+$labels['changed'] = 'Nazadnje urejeno';
16
+$labels['title'] = 'Naslov';
17
+$labels['now'] = 'Zdaj';
18
+$labels['sortby'] = 'Sortiraj po';
19
+$labels['newnotebook'] = 'Ustvari novo beležko';
20
+$labels['addnotebook'] = 'Dodaj beležko';
21
+$labels['editlist'] = 'Uredi beležko';
22
+$labels['listname'] = 'Ime';
23
+$labels['tabsharing'] = 'Deli z ostalimi';
24
+$labels['discard'] = 'Prekliči';
25
+$labels['abort'] = 'Prekini';
26
+$labels['unsavedchanges'] = 'Neshranjene Spremembe!';
27
+$labels['appendnote'] = 'Dodaj zapisek';
28
+$labels['editnote'] = 'Uredi zapisek';
29
+$labels['savein'] = 'Shrani v';
30
+$labels['foldersubscribe'] = 'Označi za vedno';
31
+$labels['findnotebooks'] = 'Poišči beležke...';
32
+$labels['listsearchresults'] = 'Dodatne beležke';
33
+$labels['nrnotebooksfound'] = '$nr najdenih beležk';
34
+$labels['nonotebooksfound'] = 'Ni najdenih beležk';
35
+$labels['removelist'] = 'Odstrani iz seznama';
36
+$labels['removelink'] = 'Odstrani email povezavo';
37
+$labels['savingdata'] = 'Shranjujem...';
38
+$labels['recordnotfound'] = 'Zapis ni bil najden';
39
+$labels['norecordsfound'] = 'Ni najdenih zapiskov';
40
+$labels['nochanges'] = 'Ni sprememb za shranjevanje';
41
+$labels['entertitle'] = 'Prosim vnesite naslov zapiska!';
42
+$labels['deletenotesconfirm'] = 'Ali želite potrditi brisanje zapiska?';
43
+$labels['deletenotebookconfirm'] = 'Ali želite potrditi brisanje beležke z vsemi zapiski? Izbris je dokončen.';
44
+$labels['discardunsavedchanges'] = 'Trenutni zapisek še ni bil shranjen. Prekličem spremembe?';
45
+$labels['invalidlistproperties'] = 'Napačne nastavitve beležke! Prosim vnesite pravilno ime.';
46
+$labels['entertitle'] = 'Prosim vnesite naslov zapiska!';
47
+$labels['aclnorights'] = 'Nimate administratorskih pravic na tej beležki.';
48
+$labels['arialabelnoteslist'] = 'Seznam zapiskov';
49
+$labels['arialabelnotesearchform'] = 'Obrazec za iskanje zapiskov';
50
+$labels['arialabelnotesquicksearchbox'] = 'Vnos iskanja po zapiskih';
51
+$labels['arialabelnotessortmenu'] = 'Nastavitve za sortiranje zapiskov';
52
+$labels['arialabelnotesoptionsmenu'] = 'Ukazni meni za beležke';
53
+$labels['arialabelnotebookform'] = 'Nastavitve beležke';
54
+$labels['arialabelmessagereferences'] = 'Povezana email sporočila';
55
+$labels['arialabelfolderearchform'] = 'Obrazec za iskanje beležk';
56
+$labels['arialabelnoteform'] = 'Obrazec za urejanje zapiska';
57
roundcubemail-plugins-kolab-3.2.5.tar.gz/plugins/kolab_notes/localization/sv_SE.inc -> roundcubemail-plugins-kolab-3.2.6.tar.gz/plugins/kolab_notes/localization/sv_SE.inc
Changed
57
1
2
<?php
3
$labels['navtitle'] = 'Anteckningar';
4
$labels['tags'] = 'Etiketter';
5
+$labels['lists'] = 'Anteckningsböcker';
6
$labels['notes'] = 'Anteckningar';
7
+$labels['create'] = 'Ny anteckning';
8
+$labels['createnote'] = 'Skapa en ny anteckning';
9
+$labels['send'] = 'Skicka';
10
+$labels['sendnote'] = 'Skicka anteckning med e-post';
11
+$labels['newnote'] = 'Ny anteckning';
12
+$labels['notags'] = 'Inga etiketter';
13
+$labels['removetag'] = 'Ta bort etikett';
14
$labels['created'] = 'Skapad';
15
$labels['changed'] = 'Senast ändrad';
16
$labels['title'] = 'Titel';
17
+$labels['now'] = 'Nu';
18
+$labels['sortby'] = 'Sortera enligt';
19
+$labels['newnotebook'] = 'Skapa en ny anteckningsbok';
20
+$labels['addnotebook'] = 'Lägg till anteckningsbok';
21
+$labels['editlist'] = 'Redigera anteckningsbok';
22
$labels['listname'] = 'Namn';
23
$labels['tabsharing'] = 'Delning';
24
+$labels['discard'] = 'Kassera';
25
+$labels['abort'] = 'Avbryt';
26
+$labels['unsavedchanges'] = 'Ej sparade ändringar!';
27
+$labels['appendnote'] = 'Lägg till en anteckning';
28
+$labels['editnote'] = 'Redigera anteckning';
29
+$labels['savein'] = 'Spara i';
30
$labels['foldersubscribe'] = 'Lista permanent';
31
+$labels['findnotebooks'] = 'Hitta anteckningsböcker ...';
32
+$labels['listsearchresults'] = 'Ytterligare anteckningsböcker';
33
+$labels['nrnotebooksfound'] = '$nr anteckningsböcker hittades';
34
+$labels['nonotebooksfound'] = 'Inga anteckningsböcker hittades';
35
$labels['removelist'] = 'Ta bort från lista';
36
+$labels['removelink'] = 'Ta bort e-postreferens';
37
$labels['savingdata'] = 'Sparar data ...';
38
+$labels['recordnotfound'] = 'Hittade inte post';
39
+$labels['norecordsfound'] = 'Inga anteckningar hittades';
40
+$labels['nochanges'] = 'Inga ändringar att spara';
41
+$labels['entertitle'] = 'Vänligen ange en titel för denna anteckning!';
42
+$labels['deletenotesconfirm'] = 'Vill du verkligen ta bort valda anteckningar?';
43
+$labels['deletenotebookconfirm'] = 'Vill du verkligen ta denna anteckningsbok med alla anteckningar? Denna åtgärd kan inte ångras.';
44
+$labels['discardunsavedchanges'] = 'Den nuvarande anteckningen har inte sparats än. Ignorera ändringarna?';
45
+$labels['invalidlistproperties'] = 'Ogiltiga egenskaper för anteckningsbok! Vänligen ange ett giltigt namn.';
46
+$labels['entertitle'] = 'Vänligen ange en titel för denna anteckning!';
47
+$labels['aclnorights'] = 'Du har inte administratörsrättigheter för denna anteckningsbok.';
48
+$labels['arialabelnoteslist'] = 'Lista med anteckningar';
49
+$labels['arialabelnotesearchform'] = 'Sökformulär för anteckningar';
50
+$labels['arialabelnotesquicksearchbox'] = 'Sökinmatning för anteckningar';
51
+$labels['arialabelnotessortmenu'] = 'Sorteringsalternativ för anteckningslista';
52
+$labels['arialabelnotesoptionsmenu'] = 'Åtgärdsmeny för anteckningsbok';
53
+$labels['arialabelnotebookform'] = 'Egenskaper för anteckningsbok';
54
+$labels['arialabelmessagereferences'] = 'Länkade e-postmeddelanden';
55
+$labels['arialabelfolderearchform'] = 'Sökformulär för anteckningsböcker';
56
+$labels['arialabelnoteform'] = 'Redigeringsformulär för anteckning';
57
roundcubemail-plugins-kolab-3.2.6.tar.gz/plugins/kolab_notes/localization/th.inc
Added
54
1
2
+<?php
3
+$labels['navtitle'] = 'สมุดจด';
4
+$labels['tags'] = 'แท็ก';
5
+$labels['lists'] = 'สมุดบันทึก';
6
+$labels['notes'] = 'บันทึก';
7
+$labels['create'] = 'บันทึกใหม่';
8
+$labels['createnote'] = 'สร้างบันทึกใหม่';
9
+$labels['send'] = 'จัดส่ง';
10
+$labels['sendnote'] = 'ส่งบันทึกทางอีเมล์';
11
+$labels['newnote'] = 'สร้างบันทึกใหม่';
12
+$labels['removetag'] = 'ยกเลิกแท็ก';
13
+$labels['created'] = 'สร้างเมื่อ';
14
+$labels['changed'] = 'แก้ไขครั้งสุดท้ายเมื่อ';
15
+$labels['title'] = 'หัวข้อ';
16
+$labels['now'] = 'ขณะนี้';
17
+$labels['sortby'] = 'จัดเรียงโดย';
18
+$labels['newnotebook'] = 'สร้างสมุดบันทึกใหม่';
19
+$labels['addnotebook'] = 'เพิ่่มสมุดบันทึก';
20
+$labels['editlist'] = 'แก้ไขสมุดบันทึก';
21
+$labels['listname'] = 'ชื่อ';
22
+$labels['tabsharing'] = 'แบ่งปัน';
23
+$labels['discard'] = 'โยนทิ้ง';
24
+$labels['abort'] = 'ยกเลิก';
25
+$labels['unsavedchanges'] = 'การเปลี่ยนที่ยังไม่รับรับการบันทึก';
26
+$labels['appendnote'] = 'เพิ่มบันทึก';
27
+$labels['editnote'] = 'แก้ไขบันทึก';
28
+$labels['savein'] = 'จัดเก็บใน';
29
+$labels['foldersubscribe'] = 'แสดงเป็นรายการถาวร';
30
+$labels['findnotebooks'] = 'ค้นหาสมุดบันทึก...';
31
+$labels['listsearchresults'] = 'สมุดบันทึกเพิ่มเติม';
32
+$labels['nrnotebooksfound'] = 'พบสมุดบันทึก $nr เล่ม';
33
+$labels['nonotebooksfound'] = 'ไม่พบสมุดบันทึก';
34
+$labels['removelist'] = 'ลบออกจากรายการ';
35
+$labels['savingdata'] = 'กำลังจัดเก็บข้อมูล...';
36
+$labels['recordnotfound'] = 'ไม่พบข้อมูล';
37
+$labels['norecordsfound'] = 'ไม่พบบันทึกข้อความ';
38
+$labels['nochanges'] = 'ไม่มีการเปลี่ยนแปลงให้บันทึก';
39
+$labels['entertitle'] = 'โปรดป้อนหัวข้อสำหรับบันทึกฉบับนี้';
40
+$labels['deletenotesconfirm'] = 'คุณต้องการลบบันทีกที่เลือกนี้จริง ๆ หรือ';
41
+$labels['deletenotebookconfirm'] = 'คุณต้องการลบสมุดบันทึกพร้อมบันทึกทั้งหมดหรือ การทำครั้งนี้จะไม่สามารถกู้คืนได้';
42
+$labels['discardunsavedchanges'] = 'บันทึกแผ่นนี้ยังไม่ถูกจัดเก็บ ยกเลิกการเปลี่ยนแปลง';
43
+$labels['invalidlistproperties'] = 'คุณสมบัติของสมุดบันทึกไม่ถูกต้อง โปรดตั้งชื่อให้ถูกต้อง';
44
+$labels['entertitle'] = 'โปรดป้อนหัวข้อสำหรับบันทึกฉบับนี้';
45
+$labels['aclnorights'] = 'คุณไม่มีสิทธของผู้ดูแลระบบสำหรับสมุดบันทึกเล่มนี้';
46
+$labels['arialabelnoteslist'] = 'รายการบันทึก';
47
+$labels['arialabelnotesearchform'] = 'ฟอร์มการค้นหาบันทึก';
48
+$labels['arialabelnotesquicksearchbox'] = 'ข้อมูลสำหรับค้นหาบันทึก';
49
+$labels['arialabelnotessortmenu'] = 'ทางเลือกการจัดเรียงบันทึก';
50
+$labels['arialabelnotebookform'] = 'คุณสมบัติของสมุดบันทึก';
51
+$labels['arialabelmessagereferences'] = 'ข้อความอีเมล์ที่เชื่อมต่อ';
52
+$labels['arialabelfolderearchform'] = 'ฟอร์มการค้นหาสมุดบันทึก';
53
+$labels['arialabelnoteform'] = 'ฟอร์มการแก้ไขบันทึก';
54
roundcubemail-plugins-kolab-3.2.5.tar.gz/plugins/kolab_notes/localization/zh_CN.inc -> roundcubemail-plugins-kolab-3.2.6.tar.gz/plugins/kolab_notes/localization/zh_CN.inc
Changed
44
1
2
<?php
3
+$labels['navtitle'] = '笔记';
4
+$labels['tags'] = '标签';
5
+$labels['lists'] = '笔记本';
6
+$labels['notes'] = '笔记';
7
+$labels['create'] = '新笔记';
8
+$labels['createnote'] = '新建备忘录';
9
+$labels['send'] = '发送';
10
+$labels['sendnote'] = '通过邮件发送备忘录';
11
+$labels['newnote'] = '新备忘录';
12
+$labels['notags'] = '无标签';
13
+$labels['removetag'] = '移除标签';
14
+$labels['created'] = '已创建';
15
+$labels['changed'] = '最后更改';
16
+$labels['title'] = '标题';
17
+$labels['now'] = '现在';
18
+$labels['sortby'] = '按此排序';
19
+$labels['newnotebook'] = '创建新笔记本';
20
+$labels['addnotebook'] = '增加笔记本';
21
+$labels['editlist'] = '编辑笔记本';
22
+$labels['listname'] = '名称';
23
+$labels['tabsharing'] = '分享';
24
+$labels['discard'] = '放弃';
25
+$labels['abort'] = '退出';
26
+$labels['unsavedchanges'] = '更改未保存';
27
+$labels['appendnote'] = '增加新笔记';
28
+$labels['editnote'] = '编辑笔记';
29
+$labels['savein'] = '保存为';
30
+$labels['removelist'] = '从列表中移除';
31
+$labels['savingdata'] = '保存数据...';
32
+$labels['recordnotfound'] = '未找到记录';
33
+$labels['norecordsfound'] = '未找到笔记';
34
+$labels['nochanges'] = '未更改内容';
35
+$labels['entertitle'] = '请为此笔记输入标题';
36
+$labels['deletenotesconfirm'] = '是否删除所选笔记?';
37
+$labels['deletenotebookconfirm'] = '是否删除所选笔记下的所有记录?此步骤无法恢复。';
38
+$labels['discardunsavedchanges'] = '当前笔记未保存。是否放弃更改?';
39
+$labels['invalidlistproperties'] = '无效的笔记本属性!请输入一个有效的名称。';
40
+$labels['entertitle'] = '请为此笔记输入标题';
41
+$labels['aclnorights'] = '您无此笔记本的管理权限。';
42
+$labels['arialabelnoteslist'] = '列出笔记';
43
+$labels['arialabelnotebookform'] = '笔记本属性';
44
roundcubemail-plugins-kolab-3.2.6.tar.gz/plugins/kolab_shortcuts
Added
2
1
+(directory)
2
roundcubemail-plugins-kolab-3.2.6.tar.gz/plugins/kolab_shortcuts/LICENSE
Added
663
1
2
+ GNU AFFERO GENERAL PUBLIC LICENSE
3
+ Version 3, 19 November 2007
4
+
5
+ Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
6
+ Everyone is permitted to copy and distribute verbatim copies
7
+ of this license document, but changing it is not allowed.
8
+
9
+ Preamble
10
+
11
+ The GNU Affero General Public License is a free, copyleft license for
12
+software and other kinds of works, specifically designed to ensure
13
+cooperation with the community in the case of network server software.
14
+
15
+ The licenses for most software and other practical works are designed
16
+to take away your freedom to share and change the works. By contrast,
17
+our General Public Licenses are intended to guarantee your freedom to
18
+share and change all versions of a program--to make sure it remains free
19
+software for all its users.
20
+
21
+ When we speak of free software, we are referring to freedom, not
22
+price. Our General Public Licenses are designed to make sure that you
23
+have the freedom to distribute copies of free software (and charge for
24
+them if you wish), that you receive source code or can get it if you
25
+want it, that you can change the software or use pieces of it in new
26
+free programs, and that you know you can do these things.
27
+
28
+ Developers that use our General Public Licenses protect your rights
29
+with two steps: (1) assert copyright on the software, and (2) offer
30
+you this License which gives you legal permission to copy, distribute
31
+and/or modify the software.
32
+
33
+ A secondary benefit of defending all users' freedom is that
34
+improvements made in alternate versions of the program, if they
35
+receive widespread use, become available for other developers to
36
+incorporate. Many developers of free software are heartened and
37
+encouraged by the resulting cooperation. However, in the case of
38
+software used on network servers, this result may fail to come about.
39
+The GNU General Public License permits making a modified version and
40
+letting the public access it on a server without ever releasing its
41
+source code to the public.
42
+
43
+ The GNU Affero General Public License is designed specifically to
44
+ensure that, in such cases, the modified source code becomes available
45
+to the community. It requires the operator of a network server to
46
+provide the source code of the modified version running there to the
47
+users of that server. Therefore, public use of a modified version, on
48
+a publicly accessible server, gives the public access to the source
49
+code of the modified version.
50
+
51
+ An older license, called the Affero General Public License and
52
+published by Affero, was designed to accomplish similar goals. This is
53
+a different license, not a version of the Affero GPL, but Affero has
54
+released a new version of the Affero GPL which permits relicensing under
55
+this license.
56
+
57
+ The precise terms and conditions for copying, distribution and
58
+modification follow.
59
+
60
+ TERMS AND CONDITIONS
61
+
62
+ 0. Definitions.
63
+
64
+ "This License" refers to version 3 of the GNU Affero General Public License.
65
+
66
+ "Copyright" also means copyright-like laws that apply to other kinds of
67
+works, such as semiconductor masks.
68
+
69
+ "The Program" refers to any copyrightable work licensed under this
70
+License. Each licensee is addressed as "you". "Licensees" and
71
+"recipients" may be individuals or organizations.
72
+
73
+ To "modify" a work means to copy from or adapt all or part of the work
74
+in a fashion requiring copyright permission, other than the making of an
75
+exact copy. The resulting work is called a "modified version" of the
76
+earlier work or a work "based on" the earlier work.
77
+
78
+ A "covered work" means either the unmodified Program or a work based
79
+on the Program.
80
+
81
+ To "propagate" a work means to do anything with it that, without
82
+permission, would make you directly or secondarily liable for
83
+infringement under applicable copyright law, except executing it on a
84
+computer or modifying a private copy. Propagation includes copying,
85
+distribution (with or without modification), making available to the
86
+public, and in some countries other activities as well.
87
+
88
+ To "convey" a work means any kind of propagation that enables other
89
+parties to make or receive copies. Mere interaction with a user through
90
+a computer network, with no transfer of a copy, is not conveying.
91
+
92
+ An interactive user interface displays "Appropriate Legal Notices"
93
+to the extent that it includes a convenient and prominently visible
94
+feature that (1) displays an appropriate copyright notice, and (2)
95
+tells the user that there is no warranty for the work (except to the
96
+extent that warranties are provided), that licensees may convey the
97
+work under this License, and how to view a copy of this License. If
98
+the interface presents a list of user commands or options, such as a
99
+menu, a prominent item in the list meets this criterion.
100
+
101
+ 1. Source Code.
102
+
103
+ The "source code" for a work means the preferred form of the work
104
+for making modifications to it. "Object code" means any non-source
105
+form of a work.
106
+
107
+ A "Standard Interface" means an interface that either is an official
108
+standard defined by a recognized standards body, or, in the case of
109
+interfaces specified for a particular programming language, one that
110
+is widely used among developers working in that language.
111
+
112
+ The "System Libraries" of an executable work include anything, other
113
+than the work as a whole, that (a) is included in the normal form of
114
+packaging a Major Component, but which is not part of that Major
115
+Component, and (b) serves only to enable use of the work with that
116
+Major Component, or to implement a Standard Interface for which an
117
+implementation is available to the public in source code form. A
118
+"Major Component", in this context, means a major essential component
119
+(kernel, window system, and so on) of the specific operating system
120
+(if any) on which the executable work runs, or a compiler used to
121
+produce the work, or an object code interpreter used to run it.
122
+
123
+ The "Corresponding Source" for a work in object code form means all
124
+the source code needed to generate, install, and (for an executable
125
+work) run the object code and to modify the work, including scripts to
126
+control those activities. However, it does not include the work's
127
+System Libraries, or general-purpose tools or generally available free
128
+programs which are used unmodified in performing those activities but
129
+which are not part of the work. For example, Corresponding Source
130
+includes interface definition files associated with source files for
131
+the work, and the source code for shared libraries and dynamically
132
+linked subprograms that the work is specifically designed to require,
133
+such as by intimate data communication or control flow between those
134
+subprograms and other parts of the work.
135
+
136
+ The Corresponding Source need not include anything that users
137
+can regenerate automatically from other parts of the Corresponding
138
+Source.
139
+
140
+ The Corresponding Source for a work in source code form is that
141
+same work.
142
+
143
+ 2. Basic Permissions.
144
+
145
+ All rights granted under this License are granted for the term of
146
+copyright on the Program, and are irrevocable provided the stated
147
+conditions are met. This License explicitly affirms your unlimited
148
+permission to run the unmodified Program. The output from running a
149
+covered work is covered by this License only if the output, given its
150
+content, constitutes a covered work. This License acknowledges your
151
+rights of fair use or other equivalent, as provided by copyright law.
152
+
153
+ You may make, run and propagate covered works that you do not
154
+convey, without conditions so long as your license otherwise remains
155
+in force. You may convey covered works to others for the sole purpose
156
+of having them make modifications exclusively for you, or provide you
157
+with facilities for running those works, provided that you comply with
158
+the terms of this License in conveying all material for which you do
159
+not control copyright. Those thus making or running the covered works
160
+for you must do so exclusively on your behalf, under your direction
161
+and control, on terms that prohibit them from making any copies of
162
+your copyrighted material outside their relationship with you.
163
+
164
+ Conveying under any other circumstances is permitted solely under
165
+the conditions stated below. Sublicensing is not allowed; section 10
166
+makes it unnecessary.
167
+
168
+ 3. Protecting Users' Legal Rights From Anti-Circumvention Law.
169
+
170
+ No covered work shall be deemed part of an effective technological
171
+measure under any applicable law fulfilling obligations under article
172
+11 of the WIPO copyright treaty adopted on 20 December 1996, or
173
+similar laws prohibiting or restricting circumvention of such
174
+measures.
175
+
176
+ When you convey a covered work, you waive any legal power to forbid
177
+circumvention of technological measures to the extent such circumvention
178
+is effected by exercising rights under this License with respect to
179
+the covered work, and you disclaim any intention to limit operation or
180
+modification of the work as a means of enforcing, against the work's
181
+users, your or third parties' legal rights to forbid circumvention of
182
+technological measures.
183
+
184
+ 4. Conveying Verbatim Copies.
185
+
186
+ You may convey verbatim copies of the Program's source code as you
187
+receive it, in any medium, provided that you conspicuously and
188
+appropriately publish on each copy an appropriate copyright notice;
189
+keep intact all notices stating that this License and any
190
+non-permissive terms added in accord with section 7 apply to the code;
191
+keep intact all notices of the absence of any warranty; and give all
192
+recipients a copy of this License along with the Program.
193
+
194
+ You may charge any price or no price for each copy that you convey,
195
+and you may offer support or warranty protection for a fee.
196
+
197
+ 5. Conveying Modified Source Versions.
198
+
199
+ You may convey a work based on the Program, or the modifications to
200
+produce it from the Program, in the form of source code under the
201
+terms of section 4, provided that you also meet all of these conditions:
202
+
203
+ a) The work must carry prominent notices stating that you modified
204
+ it, and giving a relevant date.
205
+
206
+ b) The work must carry prominent notices stating that it is
207
+ released under this License and any conditions added under section
208
+ 7. This requirement modifies the requirement in section 4 to
209
+ "keep intact all notices".
210
+
211
+ c) You must license the entire work, as a whole, under this
212
+ License to anyone who comes into possession of a copy. This
213
+ License will therefore apply, along with any applicable section 7
214
+ additional terms, to the whole of the work, and all its parts,
215
+ regardless of how they are packaged. This License gives no
216
+ permission to license the work in any other way, but it does not
217
+ invalidate such permission if you have separately received it.
218
+
219
+ d) If the work has interactive user interfaces, each must display
220
+ Appropriate Legal Notices; however, if the Program has interactive
221
+ interfaces that do not display Appropriate Legal Notices, your
222
+ work need not make them do so.
223
+
224
+ A compilation of a covered work with other separate and independent
225
+works, which are not by their nature extensions of the covered work,
226
+and which are not combined with it such as to form a larger program,
227
+in or on a volume of a storage or distribution medium, is called an
228
+"aggregate" if the compilation and its resulting copyright are not
229
+used to limit the access or legal rights of the compilation's users
230
+beyond what the individual works permit. Inclusion of a covered work
231
+in an aggregate does not cause this License to apply to the other
232
+parts of the aggregate.
233
+
234
+ 6. Conveying Non-Source Forms.
235
+
236
+ You may convey a covered work in object code form under the terms
237
+of sections 4 and 5, provided that you also convey the
238
+machine-readable Corresponding Source under the terms of this License,
239
+in one of these ways:
240
+
241
+ a) Convey the object code in, or embodied in, a physical product
242
+ (including a physical distribution medium), accompanied by the
243
+ Corresponding Source fixed on a durable physical medium
244
+ customarily used for software interchange.
245
+
246
+ b) Convey the object code in, or embodied in, a physical product
247
+ (including a physical distribution medium), accompanied by a
248
+ written offer, valid for at least three years and valid for as
249
+ long as you offer spare parts or customer support for that product
250
+ model, to give anyone who possesses the object code either (1) a
251
+ copy of the Corresponding Source for all the software in the
252
+ product that is covered by this License, on a durable physical
253
+ medium customarily used for software interchange, for a price no
254
+ more than your reasonable cost of physically performing this
255
+ conveying of source, or (2) access to copy the
256
+ Corresponding Source from a network server at no charge.
257
+
258
+ c) Convey individual copies of the object code with a copy of the
259
+ written offer to provide the Corresponding Source. This
260
+ alternative is allowed only occasionally and noncommercially, and
261
+ only if you received the object code with such an offer, in accord
262
+ with subsection 6b.
263
+
264
+ d) Convey the object code by offering access from a designated
265
+ place (gratis or for a charge), and offer equivalent access to the
266
+ Corresponding Source in the same way through the same place at no
267
+ further charge. You need not require recipients to copy the
268
+ Corresponding Source along with the object code. If the place to
269
+ copy the object code is a network server, the Corresponding Source
270
+ may be on a different server (operated by you or a third party)
271
+ that supports equivalent copying facilities, provided you maintain
272
+ clear directions next to the object code saying where to find the
273
+ Corresponding Source. Regardless of what server hosts the
274
+ Corresponding Source, you remain obligated to ensure that it is
275
+ available for as long as needed to satisfy these requirements.
276
+
277
+ e) Convey the object code using peer-to-peer transmission, provided
278
+ you inform other peers where the object code and Corresponding
279
+ Source of the work are being offered to the general public at no
280
+ charge under subsection 6d.
281
+
282
+ A separable portion of the object code, whose source code is excluded
283
+from the Corresponding Source as a System Library, need not be
284
+included in conveying the object code work.
285
+
286
+ A "User Product" is either (1) a "consumer product", which means any
287
+tangible personal property which is normally used for personal, family,
288
+or household purposes, or (2) anything designed or sold for incorporation
289
+into a dwelling. In determining whether a product is a consumer product,
290
+doubtful cases shall be resolved in favor of coverage. For a particular
291
+product received by a particular user, "normally used" refers to a
292
+typical or common use of that class of product, regardless of the status
293
+of the particular user or of the way in which the particular user
294
+actually uses, or expects or is expected to use, the product. A product
295
+is a consumer product regardless of whether the product has substantial
296
+commercial, industrial or non-consumer uses, unless such uses represent
297
+the only significant mode of use of the product.
298
+
299
+ "Installation Information" for a User Product means any methods,
300
+procedures, authorization keys, or other information required to install
301
+and execute modified versions of a covered work in that User Product from
302
+a modified version of its Corresponding Source. The information must
303
+suffice to ensure that the continued functioning of the modified object
304
+code is in no case prevented or interfered with solely because
305
+modification has been made.
306
+
307
+ If you convey an object code work under this section in, or with, or
308
+specifically for use in, a User Product, and the conveying occurs as
309
+part of a transaction in which the right of possession and use of the
310
+User Product is transferred to the recipient in perpetuity or for a
311
+fixed term (regardless of how the transaction is characterized), the
312
+Corresponding Source conveyed under this section must be accompanied
313
+by the Installation Information. But this requirement does not apply
314
+if neither you nor any third party retains the ability to install
315
+modified object code on the User Product (for example, the work has
316
+been installed in ROM).
317
+
318
+ The requirement to provide Installation Information does not include a
319
+requirement to continue to provide support service, warranty, or updates
320
+for a work that has been modified or installed by the recipient, or for
321
+the User Product in which it has been modified or installed. Access to a
322
+network may be denied when the modification itself materially and
323
+adversely affects the operation of the network or violates the rules and
324
+protocols for communication across the network.
325
+
326
+ Corresponding Source conveyed, and Installation Information provided,
327
+in accord with this section must be in a format that is publicly
328
+documented (and with an implementation available to the public in
329
+source code form), and must require no special password or key for
330
+unpacking, reading or copying.
331
+
332
+ 7. Additional Terms.
333
+
334
+ "Additional permissions" are terms that supplement the terms of this
335
+License by making exceptions from one or more of its conditions.
336
+Additional permissions that are applicable to the entire Program shall
337
+be treated as though they were included in this License, to the extent
338
+that they are valid under applicable law. If additional permissions
339
+apply only to part of the Program, that part may be used separately
340
+under those permissions, but the entire Program remains governed by
341
+this License without regard to the additional permissions.
342
+
343
+ When you convey a copy of a covered work, you may at your option
344
+remove any additional permissions from that copy, or from any part of
345
+it. (Additional permissions may be written to require their own
346
+removal in certain cases when you modify the work.) You may place
347
+additional permissions on material, added by you to a covered work,
348
+for which you have or can give appropriate copyright permission.
349
+
350
+ Notwithstanding any other provision of this License, for material you
351
+add to a covered work, you may (if authorized by the copyright holders of
352
+that material) supplement the terms of this License with terms:
353
+
354
+ a) Disclaiming warranty or limiting liability differently from the
355
+ terms of sections 15 and 16 of this License; or
356
+
357
+ b) Requiring preservation of specified reasonable legal notices or
358
+ author attributions in that material or in the Appropriate Legal
359
+ Notices displayed by works containing it; or
360
+
361
+ c) Prohibiting misrepresentation of the origin of that material, or
362
+ requiring that modified versions of such material be marked in
363
+ reasonable ways as different from the original version; or
364
+
365
+ d) Limiting the use for publicity purposes of names of licensors or
366
+ authors of the material; or
367
+
368
+ e) Declining to grant rights under trademark law for use of some
369
+ trade names, trademarks, or service marks; or
370
+
371
+ f) Requiring indemnification of licensors and authors of that
372
+ material by anyone who conveys the material (or modified versions of
373
+ it) with contractual assumptions of liability to the recipient, for
374
+ any liability that these contractual assumptions directly impose on
375
+ those licensors and authors.
376
+
377
+ All other non-permissive additional terms are considered "further
378
+restrictions" within the meaning of section 10. If the Program as you
379
+received it, or any part of it, contains a notice stating that it is
380
+governed by this License along with a term that is a further
381
+restriction, you may remove that term. If a license document contains
382
+a further restriction but permits relicensing or conveying under this
383
+License, you may add to a covered work material governed by the terms
384
+of that license document, provided that the further restriction does
385
+not survive such relicensing or conveying.
386
+
387
+ If you add terms to a covered work in accord with this section, you
388
+must place, in the relevant source files, a statement of the
389
+additional terms that apply to those files, or a notice indicating
390
+where to find the applicable terms.
391
+
392
+ Additional terms, permissive or non-permissive, may be stated in the
393
+form of a separately written license, or stated as exceptions;
394
+the above requirements apply either way.
395
+
396
+ 8. Termination.
397
+
398
+ You may not propagate or modify a covered work except as expressly
399
+provided under this License. Any attempt otherwise to propagate or
400
+modify it is void, and will automatically terminate your rights under
401
+this License (including any patent licenses granted under the third
402
+paragraph of section 11).
403
+
404
+ However, if you cease all violation of this License, then your
405
+license from a particular copyright holder is reinstated (a)
406
+provisionally, unless and until the copyright holder explicitly and
407
+finally terminates your license, and (b) permanently, if the copyright
408
+holder fails to notify you of the violation by some reasonable means
409
+prior to 60 days after the cessation.
410
+
411
+ Moreover, your license from a particular copyright holder is
412
+reinstated permanently if the copyright holder notifies you of the
413
+violation by some reasonable means, this is the first time you have
414
+received notice of violation of this License (for any work) from that
415
+copyright holder, and you cure the violation prior to 30 days after
416
+your receipt of the notice.
417
+
418
+ Termination of your rights under this section does not terminate the
419
+licenses of parties who have received copies or rights from you under
420
+this License. If your rights have been terminated and not permanently
421
+reinstated, you do not qualify to receive new licenses for the same
422
+material under section 10.
423
+
424
+ 9. Acceptance Not Required for Having Copies.
425
+
426
+ You are not required to accept this License in order to receive or
427
+run a copy of the Program. Ancillary propagation of a covered work
428
+occurring solely as a consequence of using peer-to-peer transmission
429
+to receive a copy likewise does not require acceptance. However,
430
+nothing other than this License grants you permission to propagate or
431
+modify any covered work. These actions infringe copyright if you do
432
+not accept this License. Therefore, by modifying or propagating a
433
+covered work, you indicate your acceptance of this License to do so.
434
+
435
+ 10. Automatic Licensing of Downstream Recipients.
436
+
437
+ Each time you convey a covered work, the recipient automatically
438
+receives a license from the original licensors, to run, modify and
439
+propagate that work, subject to this License. You are not responsible
440
+for enforcing compliance by third parties with this License.
441
+
442
+ An "entity transaction" is a transaction transferring control of an
443
+organization, or substantially all assets of one, or subdividing an
444
+organization, or merging organizations. If propagation of a covered
445
+work results from an entity transaction, each party to that
446
+transaction who receives a copy of the work also receives whatever
447
+licenses to the work the party's predecessor in interest had or could
448
+give under the previous paragraph, plus a right to possession of the
449
+Corresponding Source of the work from the predecessor in interest, if
450
+the predecessor has it or can get it with reasonable efforts.
451
+
452
+ You may not impose any further restrictions on the exercise of the
453
+rights granted or affirmed under this License. For example, you may
454
+not impose a license fee, royalty, or other charge for exercise of
455
+rights granted under this License, and you may not initiate litigation
456
+(including a cross-claim or counterclaim in a lawsuit) alleging that
457
+any patent claim is infringed by making, using, selling, offering for
458
+sale, or importing the Program or any portion of it.
459
+
460
+ 11. Patents.
461
+
462
+ A "contributor" is a copyright holder who authorizes use under this
463
+License of the Program or a work on which the Program is based. The
464
+work thus licensed is called the contributor's "contributor version".
465
+
466
+ A contributor's "essential patent claims" are all patent claims
467
+owned or controlled by the contributor, whether already acquired or
468
+hereafter acquired, that would be infringed by some manner, permitted
469
+by this License, of making, using, or selling its contributor version,
470
+but do not include claims that would be infringed only as a
471
+consequence of further modification of the contributor version. For
472
+purposes of this definition, "control" includes the right to grant
473
+patent sublicenses in a manner consistent with the requirements of
474
+this License.
475
+
476
+ Each contributor grants you a non-exclusive, worldwide, royalty-free
477
+patent license under the contributor's essential patent claims, to
478
+make, use, sell, offer for sale, import and otherwise run, modify and
479
+propagate the contents of its contributor version.
480
+
481
+ In the following three paragraphs, a "patent license" is any express
482
+agreement or commitment, however denominated, not to enforce a patent
483
+(such as an express permission to practice a patent or covenant not to
484
+sue for patent infringement). To "grant" such a patent license to a
485
+party means to make such an agreement or commitment not to enforce a
486
+patent against the party.
487
+
488
+ If you convey a covered work, knowingly relying on a patent license,
489
+and the Corresponding Source of the work is not available for anyone
490
+to copy, free of charge and under the terms of this License, through a
491
+publicly available network server or other readily accessible means,
492
+then you must either (1) cause the Corresponding Source to be so
493
+available, or (2) arrange to deprive yourself of the benefit of the
494
+patent license for this particular work, or (3) arrange, in a manner
495
+consistent with the requirements of this License, to extend the patent
496
+license to downstream recipients. "Knowingly relying" means you have
497
+actual knowledge that, but for the patent license, your conveying the
498
+covered work in a country, or your recipient's use of the covered work
499
+in a country, would infringe one or more identifiable patents in that
500
+country that you have reason to believe are valid.
501
+
502
+ If, pursuant to or in connection with a single transaction or
503
+arrangement, you convey, or propagate by procuring conveyance of, a
504
+covered work, and grant a patent license to some of the parties
505
+receiving the covered work authorizing them to use, propagate, modify
506
+or convey a specific copy of the covered work, then the patent license
507
+you grant is automatically extended to all recipients of the covered
508
+work and works based on it.
509
+
510
+ A patent license is "discriminatory" if it does not include within
511
+the scope of its coverage, prohibits the exercise of, or is
512
+conditioned on the non-exercise of one or more of the rights that are
513
+specifically granted under this License. You may not convey a covered
514
+work if you are a party to an arrangement with a third party that is
515
+in the business of distributing software, under which you make payment
516
+to the third party based on the extent of your activity of conveying
517
+the work, and under which the third party grants, to any of the
518
+parties who would receive the covered work from you, a discriminatory
519
+patent license (a) in connection with copies of the covered work
520
+conveyed by you (or copies made from those copies), or (b) primarily
521
+for and in connection with specific products or compilations that
522
+contain the covered work, unless you entered into that arrangement,
523
+or that patent license was granted, prior to 28 March 2007.
524
+
525
+ Nothing in this License shall be construed as excluding or limiting
526
+any implied license or other defenses to infringement that may
527
+otherwise be available to you under applicable patent law.
528
+
529
+ 12. No Surrender of Others' Freedom.
530
+
531
+ If conditions are imposed on you (whether by court order, agreement or
532
+otherwise) that contradict the conditions of this License, they do not
533
+excuse you from the conditions of this License. If you cannot convey a
534
+covered work so as to satisfy simultaneously your obligations under this
535
+License and any other pertinent obligations, then as a consequence you may
536
+not convey it at all. For example, if you agree to terms that obligate you
537
+to collect a royalty for further conveying from those to whom you convey
538
+the Program, the only way you could satisfy both those terms and this
539
+License would be to refrain entirely from conveying the Program.
540
+
541
+ 13. Remote Network Interaction; Use with the GNU General Public License.
542
+
543
+ Notwithstanding any other provision of this License, if you modify the
544
+Program, your modified version must prominently offer all users
545
+interacting with it remotely through a computer network (if your version
546
+supports such interaction) an opportunity to receive the Corresponding
547
+Source of your version by providing access to the Corresponding Source
548
+from a network server at no charge, through some standard or customary
549
+means of facilitating copying of software. This Corresponding Source
550
+shall include the Corresponding Source for any work covered by version 3
551
+of the GNU General Public License that is incorporated pursuant to the
552
+following paragraph.
553
+
554
+ Notwithstanding any other provision of this License, you have
555
+permission to link or combine any covered work with a work licensed
556
+under version 3 of the GNU General Public License into a single
557
+combined work, and to convey the resulting work. The terms of this
558
+License will continue to apply to the part which is the covered work,
559
+but the work with which it is combined will remain governed by version
560
+3 of the GNU General Public License.
561
+
562
+ 14. Revised Versions of this License.
563
+
564
+ The Free Software Foundation may publish revised and/or new versions of
565
+the GNU Affero General Public License from time to time. Such new versions
566
+will be similar in spirit to the present version, but may differ in detail to
567
+address new problems or concerns.
568
+
569
+ Each version is given a distinguishing version number. If the
570
+Program specifies that a certain numbered version of the GNU Affero General
571
+Public License "or any later version" applies to it, you have the
572
+option of following the terms and conditions either of that numbered
573
+version or of any later version published by the Free Software
574
+Foundation. If the Program does not specify a version number of the
575
+GNU Affero General Public License, you may choose any version ever published
576
+by the Free Software Foundation.
577
+
578
+ If the Program specifies that a proxy can decide which future
579
+versions of the GNU Affero General Public License can be used, that proxy's
580
+public statement of acceptance of a version permanently authorizes you
581
+to choose that version for the Program.
582
+
583
+ Later license versions may give you additional or different
584
+permissions. However, no additional obligations are imposed on any
585
+author or copyright holder as a result of your choosing to follow a
586
+later version.
587
+
588
+ 15. Disclaimer of Warranty.
589
+
590
+ THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
591
+APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
592
+HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
593
+OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
594
+THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
595
+PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
596
+IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
597
+ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
598
+
599
+ 16. Limitation of Liability.
600
+
601
+ IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
602
+WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
603
+THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
604
+GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
605
+USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
606
+DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
607
+PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
608
+EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
609
+SUCH DAMAGES.
610
+
611
+ 17. Interpretation of Sections 15 and 16.
612
+
613
+ If the disclaimer of warranty and limitation of liability provided
614
+above cannot be given local legal effect according to their terms,
615
+reviewing courts shall apply local law that most closely approximates
616
+an absolute waiver of all civil liability in connection with the
617
+Program, unless a warranty or assumption of liability accompanies a
618
+copy of the Program in return for a fee.
619
+
620
+ END OF TERMS AND CONDITIONS
621
+
622
+ How to Apply These Terms to Your New Programs
623
+
624
+ If you develop a new program, and you want it to be of the greatest
625
+possible use to the public, the best way to achieve this is to make it
626
+free software which everyone can redistribute and change under these terms.
627
+
628
+ To do so, attach the following notices to the program. It is safest
629
+to attach them to the start of each source file to most effectively
630
+state the exclusion of warranty; and each file should have at least
631
+the "copyright" line and a pointer to where the full notice is found.
632
+
633
+ <one line to give the program's name and a brief idea of what it does.>
634
+ Copyright (C) <year> <name of author>
635
+
636
+ This program is free software: you can redistribute it and/or modify
637
+ it under the terms of the GNU Affero General Public License as published by
638
+ the Free Software Foundation, either version 3 of the License, or
639
+ (at your option) any later version.
640
+
641
+ This program is distributed in the hope that it will be useful,
642
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
643
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
644
+ GNU Affero General Public License for more details.
645
+
646
+ You should have received a copy of the GNU Affero General Public License
647
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
648
+
649
+Also add information on how to contact you by electronic and paper mail.
650
+
651
+ If your software can interact with users remotely through a computer
652
+network, you should also make sure that it provides a way for users to
653
+get its source. For example, if your program is a web application, its
654
+interface could display a "Source" link that leads users to an archive
655
+of the code. There are many ways you could offer source, and different
656
+solutions will be better for different programs; see section 13 for the
657
+specific requirements.
658
+
659
+ You should also get your employer (if you work as a programmer) or school,
660
+if any, to sign a "copyright disclaimer" for the program, if necessary.
661
+For more information on this, and how to apply and follow the GNU AGPL, see
662
+<http://www.gnu.org/licenses/>.
663
roundcubemail-plugins-kolab-3.2.6.tar.gz/plugins/kolab_shortcuts/composer.json
Added
27
1
2
+{
3
+ "name": "kolab/kolab_shortcuts",
4
+ "type": "roundcube-plugin",
5
+ "description": "Keyboard shortcuts compatible with Kontact",
6
+ "homepage": "http://git.kolab.org/roundcubemail-plugins-kolab/",
7
+ "license": "AGPLv3",
8
+ "version": "3.2.6",
9
+ "authors": [
10
+ {
11
+ "name": "Aleksander Machniak",
12
+ "email": "machniak@kolabsys.com",
13
+ "role": "Lead"
14
+ }
15
+ ],
16
+ "repositories": [
17
+ {
18
+ "type": "composer",
19
+ "url": "http://plugins.roundcube.net"
20
+ }
21
+ ],
22
+ "require": {
23
+ "php": ">=5.3.0",
24
+ "roundcube/plugin-installer": ">=0.1.3"
25
+ }
26
+}
27
roundcubemail-plugins-kolab-3.2.6.tar.gz/plugins/kolab_shortcuts/kolab_shortcuts.js
Added
251
1
2
+/**
3
+ * Kolab keyboard shortcuts
4
+ *
5
+ * @author Aleksander Machniak <machniak@kolabsys.com>
6
+ *
7
+ * @licstart The following is the entire license notice for the
8
+ * JavaScript code in this file.
9
+ *
10
+ * Copyright (C) 2015, Kolab Systems AG <contact@kolabsys.com>
11
+ *
12
+ * This program is free software: you can redistribute it and/or modify
13
+ * it under the terms of the GNU Affero General Public License as
14
+ * published by the Free Software Foundation, either version 3 of the
15
+ * License, or (at your option) any later version.
16
+ *
17
+ * This program is distributed in the hope that it will be useful,
18
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
19
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20
+ * GNU Affero General Public License for more details.
21
+ *
22
+ * You should have received a copy of the GNU Affero General Public License
23
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
24
+ *
25
+ * @licend The above is the entire license notice
26
+ * for the JavaScript code in this file.
27
+ */
28
+
29
+var kolab_shortcuts = {
30
+ 'mail.refresh': {
31
+ key: 108, // Ctrl+L
32
+ ctrl: true,
33
+ active: function(e) { return rcmail.task == 'mail'; },
34
+ action: function(e) { return rcmail.command('checkmail', '', e.target, e); }
35
+ },
36
+ 'mail.copy': {
37
+ key: 99, // c
38
+ active: function(e) { return rcmail.task == 'mail'; },
39
+ action: function(e) {
40
+ e = kolab_shortcuts_menu_target(e);
41
+ e.rcmail.command('copy', '', e.target, e);
42
+ e.target.remove();
43
+ }
44
+ },
45
+ 'mail.edit': {
46
+ key: 116, // t
47
+ active: function(e) { return rcmail.task == 'mail'; },
48
+ action: function(e) {
49
+ var mode = rcmail.env.mailbox == rcmail.env.drafts_mailbox ? '' : 'new';
50
+ return rcmail.command('edit', mode, e.target, e);
51
+ }
52
+ },
53
+ 'mail.expand-all-threads': {
54
+ key: 46, // Ctrl+.
55
+ ctrl: true,
56
+ active: function(e) { return rcmail.task == 'mail'; },
57
+ action: function(e) {
58
+ return rcmail.command('expand-all', '', e.target, e);
59
+ }
60
+ },
61
+ 'mail.expand-thread': {
62
+ key: 46, // .
63
+ active: function(e) { return rcmail.task == 'mail'; },
64
+ action: function(e) {
65
+ if (rcmail.message_list) {
66
+ var row, uid = rcmail.message_list.get_single_selection();
67
+ if (uid && (row = rcmail.message_list.rows[uid])) {
68
+ rcmail.message_list.expand_all(row);
69
+ }
70
+ }
71
+ }
72
+ },
73
+ 'mail.collapse-all-threads': {
74
+ key: 44, // Ctrl+,
75
+ ctrl: true,
76
+ active: function(e) { return rcmail.task == 'mail'; },
77
+ action: function(e) {
78
+ return rcmail.command('collapse-all', '', e.target, e);
79
+ }
80
+ },
81
+ 'mail.collapse-thread': {
82
+ key: 44, // ,
83
+ active: function(e) { return rcmail.task == 'mail'; },
84
+ action: function(e) {
85
+ if (rcmail.message_list) {
86
+ var row, uid = rcmail.message_list.get_single_selection();
87
+ if (uid && (row = rcmail.message_list.rows[uid])) {
88
+ rcmail.message_list.collapse_all(row);
89
+ }
90
+ }
91
+ }
92
+ },
93
+ 'search.focus': {
94
+ key: 115, // s
95
+ active: function(e) { return true; },
96
+ action: function(e) {
97
+ if (!rcmail.is_framed())
98
+ $('#quicksearchbox').focus();
99
+ else if (window.parent && window.parent.$)
100
+ window.parent.$('#quicksearchbox').focus();
101
+ }
102
+ },
103
+ 'mail.move': {
104
+ key: 109, // m
105
+ active: function(e) { return rcmail.task == 'mail'; },
106
+ action: function(e) {
107
+ e = kolab_shortcuts_menu_target(e);
108
+ e.rcmail.command('move', '', e.target, e);
109
+ e.target.remove();
110
+ }
111
+ },
112
+ 'mail.next-msg': {
113
+ key: 110, // n
114
+ active: function(e) { return rcmail.task == 'mail'; },
115
+ action: function(e) {
116
+ if (rcmail.message_list)
117
+ return rcmail.message_list.select_next();
118
+ else
119
+ return rcmail.command('nextmessage', '', '', e);
120
+ }
121
+ },
122
+ 'mail.prev-msg': {
123
+ key: 112, // p
124
+ active: function(e) { return rcmail.task == 'mail'; },
125
+ action: function(e) {
126
+ if (rcmail.message_list)
127
+ return rcmail.message_list.use_arrow_key(38, false);
128
+ else
129
+ return rcmail.command('previousmessage', '', '', e);
130
+ }
131
+ },
132
+ 'mail.replyall': {
133
+ key: 97, // a
134
+ active: function(e) { return rcmail.task == 'mail'; },
135
+ action: function(e) { return rcmail.command('reply-all', 'sub', e.target, e); }
136
+ },
137
+ 'mail.replylist': {
138
+ key: 108, // l
139
+ active: function(e) { return rcmail.task == 'mail'; },
140
+ action: function(e) {
141
+ return rcmail.commands['reply-list'] ? rcmail.command('reply-list', '', e.target, e) : false;
142
+ }
143
+ },
144
+ 'mail.reply': {
145
+ key: 114, // r
146
+ active: function(e) { return rcmail.task == 'mail'; },
147
+ action: function(e) { return rcmail.command('reply', '', e.target, e); }
148
+ },
149
+ 'mail.forward-attachment': {
150
+ key: 102, // f
151
+ active: function(e) { return rcmail.task == 'mail'; },
152
+ action: function(e) { return rcmail.command('forward-attachment', 'sub', e.target, e); }
153
+ },
154
+ 'mail.forward-inline': {
155
+ key: 70, // F
156
+ active: function(e) { return rcmail.task == 'mail'; },
157
+ action: function(e) { return rcmail.command('forward-inline', 'sub', e.target, e); }
158
+ },
159
+ 'mail.html2text': {
160
+ key: 72, // H
161
+ active: function(e) { return rcmail.task == 'mail'; },
162
+ action: function(e) {
163
+ var rc = rcmail;
164
+
165
+ // we're in list mode, get reference to preview window
166
+ if (rc.env.contentframe) {
167
+ var win = rc.get_frame_window(rc.env.contentframe);
168
+ if (!win || !win.rcmail)
169
+ return false;
170
+ rc = win.rcmail;
171
+ }
172
+
173
+ if (rc.env.optional_format) {
174
+ var format = rc.env.optional_format == 'html' ? 'html' : 'text';
175
+ return rc.command('change-format', format, e.target, e);
176
+ }
177
+ }
178
+ }
179
+};
180
+
181
+// create a fake element centered on the page,
182
+// so folder selector popupup appears in the center
183
+var kolab_shortcuts_menu_target = function(e)
184
+{
185
+ var rc, target,
186
+ css = {visibility: 'hidden', width: 10, height: 10, margin: 'auto'};
187
+
188
+ if (rcmail.is_framed()) {
189
+ rc = parent.rcmail;
190
+ target = parent.$('<div>').css(css).appendTo(parent.$('body'));
191
+ }
192
+ else {
193
+ rc = rcmail;
194
+ target = $('<div>').css(css).appendTo($('body'));
195
+ }
196
+
197
+ e.target = target;
198
+ e.rcmail = rc;
199
+
200
+ return e;
201
+};
202
+
203
+var kolab_shortcuts_keypress = function(e)
204
+{
205
+ var i, handler, key = e.which, alt = e.altKey, ctrl = e.ctrlKey;
206
+
207
+ //console.log(e.which);
208
+
209
+ // do nothing on input elements
210
+ if ($(e.target).is('textarea,input')) {
211
+ return true;
212
+ }
213
+
214
+ // do nothing if any popup menu is displayed
215
+ if ($('.popupmenu:visible').length) {
216
+ return true;
217
+ }
218
+
219
+ for (i in kolab_shortcuts) {
220
+ handler = kolab_shortcuts[i];
221
+
222
+ // check if presses key(s) match
223
+ if (handler.key == key
224
+ && ((handler.ctrl && ctrl) || (!handler.ctrl && !ctrl))
225
+ && ((handler.alt && alt) || (!handler.alt && !alt))
226
+ ) {
227
+ // ... and action is active here
228
+ if (handler.active(e)) {
229
+ // execute action, the real check if action is active
230
+ // will be done in .action() or in rcmail.command()
231
+ handler.action(e);
232
+ e.preventDefault();
233
+ return false;
234
+ }
235
+
236
+ // we can break here, there can be only one handler
237
+ // for the specified shortcut
238
+ break;
239
+ }
240
+ }
241
+
242
+ return true;
243
+};
244
+
245
+// register the keypress handler
246
+window.rcmail && $(document).ready(function() {
247
+ $(document).on('keypress.kolab_shortcuts', function(e) {
248
+ return kolab_shortcuts_keypress(e);
249
+ });
250
+});
251
roundcubemail-plugins-kolab-3.2.6.tar.gz/plugins/kolab_shortcuts/kolab_shortcuts.php
Added
38
1
2
+<?php
3
+
4
+/**
5
+ * Kolab keyboard shortcuts
6
+ *
7
+ * @author Aleksander Machniak <machniak@kolabsys.com>
8
+ *
9
+ * Copyright (C) 2015, Kolab Systems AG <contact@kolabsys.com>
10
+ *
11
+ * This program is free software: you can redistribute it and/or modify
12
+ * it under the terms of the GNU Affero General Public License as
13
+ * published by the Free Software Foundation, either version 3 of the
14
+ * License, or (at your option) any later version.
15
+ *
16
+ * This program is distributed in the hope that it will be useful,
17
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
18
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19
+ * GNU Affero General Public License for more details.
20
+ *
21
+ * You should have received a copy of the GNU Affero General Public License
22
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
23
+ */
24
+
25
+class kolab_shortcuts extends rcube_plugin
26
+{
27
+ // all task excluding 'login' and 'logout'
28
+ public $task = '?(?!login|logout).*';
29
+ // we've got no ajax handlers
30
+ public $noajax = true;
31
+
32
+
33
+ function init()
34
+ {
35
+ $this->include_script('kolab_shortcuts.js');
36
+ }
37
+}
38
roundcubemail-plugins-kolab-3.2.5.tar.gz/plugins/kolab_tags/composer.json -> roundcubemail-plugins-kolab-3.2.6.tar.gz/plugins/kolab_tags/composer.json
Changed
18
1
2
"description": "Email tags plugin",
3
"homepage": "http://git.kolab.org/roundcubemail-plugins-kolab/",
4
"license": "AGPLv3",
5
- "version": "3.2.5",
6
+ "version": "3.2.6",
7
"authors": [
8
{
9
"name": "Aleksander Machniak",
10
11
"require": {
12
"php": ">=5.3.0",
13
"roundcube/plugin-installer": ">=0.1.3",
14
- "kolab/libkolab": ">=3.2.5"
15
+ "kolab/libkolab": ">=3.2.6"
16
}
17
}
18
roundcubemail-plugins-kolab-3.2.5.tar.gz/plugins/kolab_tags/localization/en_US.inc -> roundcubemail-plugins-kolab-3.2.6.tar.gz/plugins/kolab_tags/localization/en_US.inc
Changed
10
1
2
$labels['delete'] = 'Delete';
3
$labels['tagname'] = 'Name';
4
$labels['tagcolor'] = 'Color';
5
-$labels['newtag'] = 'New tag';
6
-$labels['tagsearchnew'] = 'Enter text to search or create a new tag';
7
$labels['nameempty'] = 'Tag name cannot be empty!';
8
$labels['nameexists'] = 'Tag with specified name already exists!';
9
$labels['colorinvalid'] = 'Invalid color specification!';
10
roundcubemail-plugins-kolab-3.2.6.tar.gz/plugins/kolab_tags/localization/pl.inc
Added
15
1
2
+<?php
3
+/**
4
+ * Localizations for the Kolab Tags plugin
5
+ *
6
+ * Copyright (C) 2014, Kolab Systems AG
7
+ *
8
+ * For translation see https://www.transifex.com/projects/p/kolab/resource/kolab_tags/
9
+ */
10
+$labels['tags'] = 'Tagi';
11
+$labels['edit'] = 'Edytuj';
12
+$labels['delete'] = 'Usuń';
13
+$labels['tagname'] = 'Nazwa';
14
+$labels['tagcolor'] = 'Kolor';
15
roundcubemail-plugins-kolab-3.2.6.tar.gz/plugins/kolab_tags/localization/pt_PT.inc
Added
14
1
2
+<?php
3
+/**
4
+ * Localizations for the Kolab Tags plugin
5
+ *
6
+ * Copyright (C) 2014, Kolab Systems AG
7
+ *
8
+ * For translation see https://www.transifex.com/projects/p/kolab/resource/kolab_tags/
9
+ */
10
+$labels['edit'] = 'Editar';
11
+$labels['tagname'] = 'Nome';
12
+$labels['tagcolor'] = 'Cor';
13
+$labels['saving'] = 'Salvando dados...';
14
roundcubemail-plugins-kolab-3.2.6.tar.gz/plugins/kolab_tags/localization/sl.inc
Added
33
1
2
+<?php
3
+/**
4
+ * Localizations for the Kolab Tags plugin
5
+ *
6
+ * Copyright (C) 2014, Kolab Systems AG
7
+ *
8
+ * For translation see https://www.transifex.com/projects/p/kolab/resource/kolab_tags/
9
+ */
10
+$labels['tags'] = 'Tagi';
11
+$labels['unset'] = 'Odznači vse';
12
+$labels['manage'] = 'Uredi tage...';
13
+$labels['tagactions'] = 'Možnosti taga...';
14
+$labels['tagadd'] = 'Označi kot tag...';
15
+$labels['tagremove'] = 'Odstrani tag...';
16
+$labels['untag'] = 'Odstrani tag';
17
+$labels['tagremoveall'] = 'Odstrani vse tage';
18
+$labels['add'] = 'Dodaj';
19
+$labels['edit'] = 'Uredi';
20
+$labels['delete'] = 'Izbriši';
21
+$labels['tagname'] = 'Ime';
22
+$labels['tagcolor'] = 'Barva';
23
+$labels['nameempty'] = 'Ime taga ne more biti prazno!';
24
+$labels['nameexists'] = 'Tag z izbranim imenom že obstaja!';
25
+$labels['colorinvalid'] = 'Napačna izbira barve!';
26
+$labels['saving'] = 'Shranjujem...';
27
+$labels['updatesuccess'] = 'Tagi so bili uspešno posodobljeni.';
28
+$labels['updateerror'] = 'Napaka. Posodabljanje tagov ni uspelo.';
29
+$labels['taggingsuccess'] = 'Tagi so bili uspešno dodeljeni.';
30
+$labels['taggingerror'] = 'Napaka. Tagi niso bili dodeljeni.';
31
+$labels['untaggingsuccess'] = 'Tag(i) so bili uspešno odstranjeni.';
32
+$labels['untaggingerror'] = 'Napaka. Tagi nalog niso bili odstranjeni.';
33
roundcubemail-plugins-kolab-3.2.5.tar.gz/plugins/kolab_tags/localization/sv_SE.inc -> roundcubemail-plugins-kolab-3.2.6.tar.gz/plugins/kolab_tags/localization/sv_SE.inc
Changed
27
1
2
* For translation see https://www.transifex.com/projects/p/kolab/resource/kolab_tags/
3
*/
4
$labels['tags'] = 'Etiketter';
5
+$labels['unset'] = 'Avmarkera alla';
6
+$labels['manage'] = 'Hantera etiketter ...';
7
+$labels['tagactions'] = 'Åtgärder för etiketter ...';
8
+$labels['tagadd'] = 'Etikettera som ...';
9
+$labels['tagremove'] = 'Ta bort etikett ...';
10
+$labels['untag'] = 'Ta bort etikett';
11
+$labels['tagremoveall'] = 'Ta bort alla etiketter';
12
$labels['add'] = 'Lägg till';
13
$labels['edit'] = 'Redigera';
14
$labels['delete'] = 'Ta bort';
15
$labels['tagname'] = 'Namn';
16
$labels['tagcolor'] = 'Färg';
17
+$labels['nameempty'] = 'Etikettens namn kan inte vara tomt!';
18
+$labels['nameexists'] = 'Etikett med angivet namn finns redan!';
19
+$labels['colorinvalid'] = 'Ogiltig färgspecifikation!';
20
$labels['saving'] = 'Sparar data ...';
21
+$labels['updatesuccess'] = 'Etiketter har uppdaterats.';
22
+$labels['updateerror'] = 'Misslyckades att uppdatera etikettinformation.';
23
+$labels['taggingsuccess'] = 'Etiketter har blivit tilldelade.';
24
+$labels['taggingerror'] = 'Misslyckades att tilldela etiketter.';
25
+$labels['untaggingsuccess'] = 'Etikett(er) har tagits bort.';
26
+$labels['untaggingerror'] = 'Misslyckades att ta bort etikettilldelningar.';
27
roundcubemail-plugins-kolab-3.2.6.tar.gz/plugins/kolab_tags/localization/th.inc
Added
30
1
2
+<?php
3
+/**
4
+ * Localizations for the Kolab Tags plugin
5
+ *
6
+ * Copyright (C) 2014, Kolab Systems AG
7
+ *
8
+ * For translation see https://www.transifex.com/projects/p/kolab/resource/kolab_tags/
9
+ */
10
+$labels['tags'] = 'แท็ก';
11
+$labels['unset'] = 'ยกเลิกการเลือกทั้งหมด';
12
+$labels['manage'] = 'จัดการ แท็ก...';
13
+$labels['tagremove'] = 'ยกเลิก แท็ก...';
14
+$labels['untag'] = 'ยกเลิกแท็ก';
15
+$labels['tagremoveall'] = 'ยกเลิกแท็กทั้งหมด';
16
+$labels['add'] = 'เพิ่ม';
17
+$labels['edit'] = 'แก้ไข';
18
+$labels['delete'] = 'ลบ';
19
+$labels['tagname'] = 'ชื่อ';
20
+$labels['tagcolor'] = 'สี';
21
+$labels['nameempty'] = 'ชื่อของแท็กต้องไม่ว่างเปล่า';
22
+$labels['nameexists'] = 'แท็กชื่อนี้มีอยู่แล้ว';
23
+$labels['colorinvalid'] = 'ข้อมูลสีไม่ถูกต้อง';
24
+$labels['saving'] = 'กำลังจัดเก็บข้อมูล...';
25
+$labels['updatesuccess'] = 'แท็กถูกปรับปรุงเรียบร้อยแล้ว';
26
+$labels['updateerror'] = 'การปรับปรุงข้อมูลแท็กล้มเหลว';
27
+$labels['taggingsuccess'] = 'การติดตั้งแท็กเรียบร้อยแล้ว';
28
+$labels['taggingerror'] = 'การติดตั้งแท็กล้มเหลว';
29
+$labels['untaggingsuccess'] = 'แท็กถูกลบเรียบร้อยแล้ว';
30
roundcubemail-plugins-kolab-3.2.5.tar.gz/plugins/kolab_tags/localization/zh_CN.inc -> roundcubemail-plugins-kolab-3.2.6.tar.gz/plugins/kolab_tags/localization/zh_CN.inc
Changed
11
1
2
*
3
* For translation see https://www.transifex.com/projects/p/kolab/resource/kolab_tags/
4
*/
5
+$labels['tags'] = '标签';
6
+$labels['untag'] = '移除标签';
7
+$labels['edit'] = '编辑';
8
+$labels['tagname'] = '名称';
9
+$labels['tagcolor'] = '颜色';
10
+$labels['saving'] = '保存数据...';
11
roundcubemail-plugins-kolab-3.2.5.tar.gz/plugins/libcalendaring/composer.json -> roundcubemail-plugins-kolab-3.2.6.tar.gz/plugins/libcalendaring/composer.json
Changed
10
1
2
"description": "Library providing common functions for calendaring plugins",
3
"homepage": "http://git.kolab.org/roundcubemail-plugins-kolab/",
4
"license": "AGPLv3",
5
- "version": "3.2.5",
6
+ "version": "3.2.6",
7
"authors": [
8
{
9
"name": "Thomas Bruederli",
10
roundcubemail-plugins-kolab-3.2.5.tar.gz/plugins/libcalendaring/lib/libcalendaring_itip.php -> roundcubemail-plugins-kolab-3.2.6.tar.gz/plugins/libcalendaring/lib/libcalendaring_itip.php
Changed
171
1
2
if (!$this->sender['name'])
3
$this->sender['name'] = $this->sender['email'];
4
5
- if (!$message)
6
+ if (!$message) {
7
+ libcalendaring::identify_recurrence_instance($event);
8
$message = $this->compose_itip_message($event, $method, $rsvp);
9
+ }
10
11
$mailto = rcube_idn_to_ascii($recipient['email']);
12
13
14
($attendee['name'] ? $attendee['name'] : $attendee['email']);
15
}
16
17
+ $recurrence_info = '';
18
+ if (!empty($event['recurrence_id'])) {
19
+ $recurrence_info = "\n\n** " . $this->gettext($event['thisandfuture'] ? 'itipmessagefutureoccurrence' : 'itipmessagesingleoccurrence') . ' **';
20
+ }
21
+ else if (!empty($event['recurrence'])) {
22
+ $recurrence_info = sprintf("\n%s: %s", $this->gettext('recurring'), $this->lib->recurrence_text($event['recurrence']));
23
+ }
24
+
25
$mailbody = $this->gettext(array(
26
'name' => $bodytext,
27
'vars' => array(
28
'title' => $event['title'],
29
- 'date' => $this->lib->event_date_text($event, true) .
30
- (empty($event['recurrence']) ? '' : sprintf("\n%s: %s", $this->gettext('recurring'), $this->lib->recurrence_text($event['recurrence']))),
31
+ 'date' => $this->lib->event_date_text($event, true) . $recurrence_info,
32
'attendees' => join(",\n ", $attendees_list),
33
'sender' => $this->sender['name'],
34
'organizer' => $this->sender['name'],
35
36
$message->headers($headers, true);
37
$message->setTXTBody(rcube_mime::format_flowed($mailbody, 79));
38
39
+ if ($this->rc->config->get('libcalendaring_itip_debug', false)) {
40
+ console('iTip ' . $method, $message->txtHeaders() . "\n\r" . $message->get());
41
+ }
42
+
43
// finally send the message
44
$this->itip_send = true;
45
$sent = $this->rc->deliver_message($message, $headers['X-Sender'], $mailto, $smtp_error);
46
47
array_unshift($reply_attendees, $replying_attendee);
48
$event['attendees'] = $reply_attendees;
49
}
50
+ if ($event['recurrence']) {
51
+ unset($event['recurrence']['EXCEPTIONS']);
52
+ }
53
}
54
// set RSVP for every attendee
55
else if ($method == 'REQUEST') {
56
foreach ($event['attendees'] as $i => $attendee) {
57
if ($attendee['status'] != 'DELEGATED') {
58
- $event['attendees'][$i]['rsvp']= $rsvp ? true : null;
59
+ $event['attendees'][$i]['rsvp']= (bool)$rsvp;
60
}
61
}
62
}
63
+ else if ($method == 'CANCEL') {
64
+ if ($event['recurrence']) {
65
+ unset($event['recurrence']['EXCEPTIONS']);
66
+ }
67
+ }
68
69
// compose multipart message using PEAR:Mail_Mime
70
$message = new Mail_mime("\r\n");
71
72
* @param array Event object to delegate
73
* @param mixed Delegatee as string or hash array with keys 'name' and 'mailto'
74
* @param boolean The delegator's RSVP flag
75
+ * @param array List with indexes of new/updated attendees
76
* @return boolean True on success, False on failure
77
*/
78
- public function delegate_to(&$event, $delegate, $rsvp = false)
79
+ public function delegate_to(&$event, $delegate, $rsvp = false, &$attendees = array())
80
{
81
if (is_string($delegate)) {
82
$delegates = rcube_mime::decode_address_list($delegate, 1, false);
83
84
$delegate_attendee['delegated-from'] = $me['email'];
85
$event['attendees'][$delegate_index] = $delegate_attendee;
86
87
+ $attendees[] = $delegate_index;
88
+
89
$this->set_sender_email($me['email']);
90
return $this->send_itip_message($event, 'REQUEST', $delegate_attendee, 'itipsubjectdelegatedto', 'itipmailbodydelegatedto');
91
}
92
93
94
// check if the given itip object matches the last state
95
if ($existing) {
96
- $latest = (isset($event['sequence']) && $existing['sequence'] == $event['sequence']) ||
97
+ $latest = (isset($event['sequence']) && intval($existing['sequence']) == intval($event['sequence'])) ||
98
(!isset($event['sequence']) && $existing['changed'] && $existing['changed'] >= $event['changed']);
99
}
100
101
102
$changed = is_object($event['changed']) ? $event['changed'] : $message_date;
103
$metadata = array(
104
'uid' => $event['uid'],
105
+ '_instance' => $event['_instance'],
106
'changed' => $changed ? $changed->format('U') : 0,
107
'sequence' => intval($event['sequence']),
108
'method' => $method,
109
110
// for CANCEL messages, we can:
111
else if ($method == 'CANCEL') {
112
$title = $this->gettext('itipcancellation');
113
+ $event_prop = array_filter(array(
114
+ 'uid' => $event['uid'],
115
+ '_instance' => $event['_instance'],
116
+ '_savemode' => $event['_savemode'],
117
+ ));
118
119
// 1. remove the event from our calendar
120
$button_remove = html::tag('input', array(
121
'type' => 'button',
122
'class' => 'button',
123
- 'onclick' => "rcube_libcalendaring.remove_from_itip('" . JQ($event['uid']) . "', '$task', '" . JQ($event['title']) . "')",
124
+ 'onclick' => "rcube_libcalendaring.remove_from_itip(" . rcube_output::json_serialize($event_prop) . ", '$task', '" . JQ($event['title']) . "')",
125
'value' => $this->gettext('removefromcalendar'),
126
));
127
128
129
));
130
}
131
132
- $buttons .= html::div('itip-reply-controls', $this->itip_rsvp_options_ui($attrib['id']));
133
-
134
// add localized texts for the delegation dialog
135
if (in_array('delegated', $actions)) {
136
foreach (array('itipdelegated','itipcomment','delegateinvitation',
137
138
}
139
}
140
141
+ foreach (array('all','current','future') as $mode) {
142
+ $this->rc->output->command('add_label', "rsvpmode$mode", $this->gettext("rsvpmode$mode"));
143
+ }
144
+
145
+ $savemode_radio = new html_radiobutton(array('name' => '_rsvpmode', 'class' => 'rsvp-replymode'));
146
+
147
return html::div($attrib,
148
html::div('label', $this->gettext('acceptinvitation')) .
149
- html::div('rsvp-buttons', $buttons));
150
+ html::div('rsvp-buttons',
151
+ $buttons .
152
+ html::div('itip-reply-controls', $this->itip_rsvp_options_ui($attrib['id']))
153
+ )
154
+ );
155
}
156
157
/**
158
159
$table->add('label', $this->gettext('date'));
160
$table->add('date', Q($this->lib->event_date_text($event)));
161
}
162
- if (!empty($event['recurrence'])) {
163
+ if (!empty($event['recurrence_date'])) {
164
+ $table->add('label', '');
165
+ $table->add('recurrence-id', $this->gettext($event['thisandfuture'] ? 'itipfutureoccurrence' : 'itipsingleoccurrence'));
166
+ }
167
+ else if (!empty($event['recurrence'])) {
168
$table->add('label', $this->gettext('recurring'));
169
$table->add('recurrence', $this->lib->recurrence_text($event['recurrence']));
170
}
171
roundcubemail-plugins-kolab-3.2.5.tar.gz/plugins/libcalendaring/libcalendaring.js -> roundcubemail-plugins-kolab-3.2.6.tar.gz/plugins/libcalendaring/libcalendaring.js
Changed
51
1
2
};
3
4
/**
5
+ * Show a menu for selecting the RSVP reply mode
6
+ */
7
+rcube_libcalendaring.itip_rsvp_recurring = function(btn, callback)
8
+{
9
+ var mnu = $('<ul></ul>').addClass('popupmenu libcal-rsvp-replymode');
10
+
11
+ $.each(['all','current'/*,'future'*/], function(i, mode) {
12
+ $('<li><a>' + rcmail.get_label('rsvpmode'+mode, 'libcalendaring') + '</a>')
13
+ .addClass('ui-menu-item')
14
+ .attr('rel', mode)
15
+ .appendTo(mnu);
16
+ });
17
+
18
+ var action = btn.attr('rel');
19
+
20
+ // open the mennu
21
+ mnu.menu({
22
+ select: function(event, ui) {
23
+ callback(action, ui.item.attr('rel'));
24
+ }
25
+ })
26
+ .appendTo(document.body)
27
+ .position({ my: 'left top', at: 'left bottom+2', of: btn })
28
+ .data('action', action);
29
+
30
+ setTimeout(function() {
31
+ $(document).one('click', function() {
32
+ mnu.menu('destroy');
33
+ mnu.remove();
34
+ });
35
+ }, 100);
36
+};
37
+
38
+/**
39
*
40
*/
41
-rcube_libcalendaring.remove_from_itip = function(uid, task, title)
42
+rcube_libcalendaring.remove_from_itip = function(event, task, title)
43
{
44
if (confirm(rcmail.gettext('itip.deleteobjectconfirm').replace('$title', title))) {
45
rcmail.http_post(task + '/itip-remove',
46
- { uid: uid },
47
+ event,
48
rcmail.set_busy(true, 'itip.savingdata')
49
);
50
}
51
roundcubemail-plugins-kolab-3.2.5.tar.gz/plugins/libcalendaring/libcalendaring.php -> roundcubemail-plugins-kolab-3.2.6.tar.gz/plugins/libcalendaring/libcalendaring.php
Changed
56
1
2
$charset = $part->ctype_parameters['charset'] ?: RCMAIL_CHARSET;
3
$this->mail_ical_parser->import($this->ical_message->get_part_body($mime_id, true), $charset);
4
5
+ // check if the parsed object is an instance of a recurring event/task
6
+ array_walk($this->mail_ical_parser->objects, 'libcalendaring::identify_recurrence_instance');
7
+
8
// stop on the part that has an iTip method specified
9
if (count($this->mail_ical_parser->objects) && $this->mail_ical_parser->method) {
10
$this->mail_ical_parser->message_date = $this->ical_message->headers->date;
11
12
$object['_sender'] = preg_match(self::$email_regex, $headers->from, $m) ? $m[1] : '';
13
$object['_sender_utf'] = rcube_utils::idn_to_utf8($object['_sender']);
14
15
+ // check if this is an instance of a recurring event/task
16
+ self::identify_recurrence_instance($object);
17
+
18
return $object;
19
}
20
21
22
);
23
}
24
25
+ /**
26
+ * Single occourrences of recurring events are identified by their RECURRENCE-ID property
27
+ * in iCal which is represented as 'recurrence_date' in our internal data structure.
28
+ *
29
+ * Check if such a property exists and derive the '_instance' identifier and '_savemode'
30
+ * attributes which are used in the storage backend to identify the nested exception item.
31
+ */
32
+ public static function identify_recurrence_instance(&$object)
33
+ {
34
+ // for savemode=all, remove recurrence instance identifiers
35
+ if (!empty($object['_savemode']) && $object['_savemode'] == 'all' && $object['recurrence']) {
36
+ unset($object['_instance'], $object['recurrence_date']);
37
+ }
38
+ // set instance and 'savemode' according to recurrence-id
39
+ else if (!empty($object['recurrence_date']) && is_a($object['recurrence_date'], 'DateTime')) {
40
+ $recurrence_id_format = $object['allday'] ? 'Ymd' : 'Ymd\THis';
41
+ $object['_instance'] = $object['recurrence_date']->format($recurrence_id_format);
42
+ $object['_savemode'] = $object['thisandfuture'] ? 'future' : 'current';
43
+ }
44
+ else if (!empty($object['recurrence_id']) || !empty($object['_instance'])) {
45
+ if (strlen($object['_instance']) > 4) {
46
+ $object['recurrence_date'] = rcube_utils::anytodatetime($object['_instance'], $object['start']->getTimezone());
47
+ }
48
+ else {
49
+ $object['recurrence_date'] = clone $object['start'];
50
+ }
51
+ }
52
+ }
53
54
/********* Attendee handling functions *********/
55
56
roundcubemail-plugins-kolab-3.2.5.tar.gz/plugins/libcalendaring/libvcalendar.php -> roundcubemail-plugins-kolab-3.2.6.tar.gz/plugins/libcalendaring/libvcalendar.php
Changed
51
1
2
{
3
private $timezone;
4
private $attach_uri = null;
5
- private $prodid = '-//Roundcube//Roundcube libcalendaring//Sabre//Sabre VObject//EN';
6
+ private $prodid = '-//Roundcube libcalendaring//Sabre//Sabre VObject//EN';
7
private $type_component_map = array('event' => 'VEVENT', 'task' => 'VTODO');
8
private $attendee_keymap = array('name' => 'CN', 'status' => 'PARTSTAT', 'role' => 'ROLE',
9
'cutype' => 'CUTYPE', 'rsvp' => 'RSVP', 'delegated-from' => 'DELEGATED-FROM', 'delegated-to' => 'DELEGATED-TO');
10
11
function __construct($tz = null)
12
{
13
$this->timezone = $tz;
14
- $this->prodid = '-//Roundcube//Roundcube libcalendaring ' . RCUBE_VERSION . '//Sabre//Sabre VObject ' . VObject\Version::VERSION . '//EN';
15
+ $this->prodid = '-//Roundcube libcalendaring ' . RCUBE_VERSION . '//Sabre//Sabre VObject ' . VObject\Version::VERSION . '//EN';
16
}
17
18
/**
19
20
21
case 'ATTENDEE':
22
case 'ORGANIZER':
23
- $params = array();
24
+ $params = array('rsvp' => false);
25
foreach ($prop->parameters as $param) {
26
switch ($param->name) {
27
case 'RSVP': $params[$param->name] = strtolower($param->value) == 'true'; break;
28
29
if (!empty($event['due']))
30
$ve->add($this->datetime_prop('DUE', $event['due'], false));
31
32
+ // we're exporting a recurrence instance only
33
+ if (!$recurrence_id && $event['recurrence_date'] && $event['recurrence_date'] instanceof DateTime) {
34
+ $recurrence_id = $this->datetime_prop('RECURRENCE-ID', $event['recurrence_date'], false, (bool)$event['allday']);
35
+ if ($event['thisandfuture'])
36
+ $recurrence_id->add('RANGE', 'THISANDFUTURE');
37
+ }
38
+
39
if ($recurrence_id)
40
$ve->add($recurrence_id);
41
42
43
}
44
else if (!empty($attendee['email'])) {
45
if (isset($attendee['rsvp']))
46
- $attendee['rsvp'] = $attendee['rsvp'] ? 'TRUE' : 'FALSE';
47
+ $attendee['rsvp'] = $attendee['rsvp'] ? 'TRUE' : null;
48
$ve->add('ATTENDEE', 'mailto:' . $attendee['email'], array_filter(self::map_keys($attendee, $this->attendee_keymap)));
49
}
50
}
51
roundcubemail-plugins-kolab-3.2.5.tar.gz/plugins/libcalendaring/localization/da_DK.inc -> roundcubemail-plugins-kolab-3.2.6.tar.gz/plugins/libcalendaring/localization/da_DK.inc
Changed
9
1
2
$labels['repeattomorrow'] = 'Gentag i morgen';
3
$labels['repeatinweek'] = 'Gentag om en uge';
4
$labels['showmore'] = 'Vis mere ...';
5
+$labels['recurring'] = 'Gentages';
6
$labels['frequency'] = 'Gentag';
7
$labels['never'] = 'aldrig';
8
$labels['daily'] = 'dagligt';
9
roundcubemail-plugins-kolab-3.2.5.tar.gz/plugins/libcalendaring/localization/de_DE.inc -> roundcubemail-plugins-kolab-3.2.6.tar.gz/plugins/libcalendaring/localization/de_DE.inc
Changed
29
1
2
$labels['repeattomorrow'] = 'Wiederholung morgen';
3
$labels['repeatinweek'] = 'Wiederholung in einer Woche';
4
$labels['showmore'] = 'Mehr anzeigen...';
5
+$labels['recurring'] = 'Wiederholungen';
6
$labels['frequency'] = 'Wiederholung';
7
$labels['never'] = 'nie';
8
$labels['daily'] = 'täglich';
9
10
$labels['itipsubjectin-process'] = '"$title" ist nun in Bearbeitung von $name';
11
$labels['itipsubjectcompleted'] = '"$title" wurde vom $name fertiggestellt';
12
$labels['itipsubjectcancel'] = 'Ihre Teilnahme in "$title" wurde aufgehoben';
13
+$labels['itipsubjectdelegated'] = '"$title" wurde durch $name delegiert';
14
+$labels['itipsubjectdelegatedto'] = '"$title" wurde durch $name an Sie delegiert';
15
$labels['itipnewattendee'] = 'Dies ist eine Antwort von einem neuen Teilnehmer';
16
$labels['updateattendeestatus'] = 'Teilnehmerstatus aktualisieren';
17
$labels['acceptinvitation'] = 'Möchten Sie die Einladung zu diesem Termin annehmen?';
18
19
$labels['openpreview'] = 'Vorschau öffnen';
20
$labels['deleteobjectconfirm'] = 'Möchten Sie dieses Objekt wirklich löschen?';
21
$labels['declinedeleteconfirm'] = 'Soll das abgelehnte Objekt ebenfalls aus Ihrem Konto gelöscht werden?';
22
+$labels['delegateinvitation'] = 'Einladung delegieren';
23
+$labels['delegateto'] = 'Delegieren an';
24
+$labels['delegatersvpme'] = 'Informiere mich über Aktualisierungen dieses Termins';
25
+$labels['delegateinvalidaddress'] = 'Geben Sie eine gültige E-Mail-Adresse für den Delegierten ein';
26
$labels['savingdata'] = 'Speichere...';
27
$labels['expandattendeegroup'] = 'Mit Gruppenmitgliedern ersetzen';
28
$labels['expandattendeegroupnodata'] = 'Diese Gruppe konnte nicht ersetzt werden. Keine Gruppenmitglieder gefunden.';
29
roundcubemail-plugins-kolab-3.2.5.tar.gz/plugins/libcalendaring/localization/en_US.inc -> roundcubemail-plugins-kolab-3.2.6.tar.gz/plugins/libcalendaring/localization/en_US.inc
Changed
16
1
2
$labels['acceptattendee'] = 'Accept participant';
3
$labels['declineattendee'] = 'Decline participant';
4
$labels['declineattendeeconfirm'] = 'Enter a message to the declined participant (optional):';
5
+$labels['rsvpmodeall'] = 'The entire series';
6
+$labels['rsvpmodecurrent'] = 'This occurrence only';
7
+$labels['rsvpmodefuture'] = 'This and future occurrences';
8
+
9
+$labels['itipsingleoccurrence'] = 'This is a <em>single occurrence</em> out of a series of events';
10
+$labels['itipfutureoccurrence'] = 'Refers to <em>this and all future occurrences</em> of a series of events';
11
+$labels['itipmessagesingleoccurrence'] = 'The message only refers to this single occurrence';
12
+$labels['itipmessagefutureoccurrence'] = 'The message refers to this and all future occurrences';
13
14
$labels['youhaveaccepted'] = 'You have accepted this invitation';
15
$labels['youhavetentative'] = 'You have tentatively accepted this invitation';
16
roundcubemail-plugins-kolab-3.2.5.tar.gz/plugins/libcalendaring/localization/fi_FI.inc -> roundcubemail-plugins-kolab-3.2.6.tar.gz/plugins/libcalendaring/localization/fi_FI.inc
Changed
116
1
2
$labels['alarmdisplayoption'] = 'Viesti';
3
$labels['alarmemailoption'] = 'Sähköposti';
4
$labels['alarmaudiooption'] = 'Ääni';
5
+$labels['alarmat'] = '$datetime';
6
+$labels['trigger@'] = 'päivänä';
7
$labels['trigger-M'] = 'minuuttia ennen';
8
$labels['trigger-H'] = 'tuntia ennen';
9
$labels['trigger-D'] = 'päivää ennen';
10
+$labels['trigger+M'] = 'minuuttia jälkeen';
11
+$labels['trigger+H'] = 'tuntia jälkeen';
12
+$labels['trigger+D'] = 'päivää jälkeen';
13
+$labels['triggerattime'] = 'kellonaikana';
14
+$labels['addalarm'] = 'Lisää heräte';
15
+$labels['removealarm'] = 'Poista heräte';
16
$labels['alarmtitle'] = 'Tulevat tapahtumat';
17
$labels['dismissall'] = 'Hylkää kaikki';
18
$labels['dismiss'] = 'Hylkää';
19
20
$labels['repeattomorrow'] = 'Toista huomenna';
21
$labels['repeatinweek'] = 'Toista viikon päästä';
22
$labels['showmore'] = 'Näytä lisää...';
23
+$labels['recurring'] = 'Toistuu';
24
$labels['frequency'] = 'Toista';
25
$labels['never'] = 'ei koskaan';
26
$labels['daily'] = 'päivittäin';
27
$labels['weekly'] = 'viikottain';
28
$labels['monthly'] = 'kuukausittain';
29
$labels['yearly'] = 'vuosittain';
30
+$labels['rdate'] = 'päivinä';
31
+$labels['every'] = 'Joka';
32
+$labels['days'] = 'päivä(ä)';
33
+$labels['weeks'] = 'viikko(a)';
34
+$labels['months'] = 'kuukausi(-tta)';
35
+$labels['years'] = 'vuosi(-tta)';
36
+$labels['each'] = 'Joka';
37
+$labels['onevery'] = 'Jokaisena';
38
+$labels['onsamedate'] = 'Samana päivänä';
39
$labels['forever'] = 'ikuisesti';
40
$labels['recurrencend'] = 'kunnes';
41
+$labels['untilenddate'] = 'pvm saakka';
42
+$labels['forntimes'] = '$nr kerta(a)';
43
+$labels['first'] = 'ensimmäinen';
44
+$labels['second'] = 'toinen';
45
+$labels['third'] = 'kolmas';
46
+$labels['fourth'] = 'neljäs';
47
+$labels['last'] = 'viimeinen';
48
+$labels['dayofmonth'] = 'Kuukaudenpäivä';
49
+$labels['addrdate'] = 'Lisää toiston pvm';
50
+$labels['except'] = 'paitsi';
51
+$labels['itipinvitation'] = 'Kutsu';
52
+$labels['itipupdate'] = 'Päivitys';
53
$labels['itipcancellation'] = 'Peruttu:';
54
+$labels['itipreply'] = 'Vastaus';
55
$labels['itipaccepted'] = 'Hyväksy';
56
$labels['itiptentative'] = 'Ehkä';
57
$labels['itipdeclined'] = 'Kieltäydy';
58
$labels['itipdelegated'] = 'Edustaja';
59
+$labels['itipneeds-action'] = 'Viivästetty';
60
$labels['itipcomment'] = 'Oma vastaus';
61
$labels['itipeditresponse'] = 'Kirjoita vastausteksti';
62
$labels['itipsendercomment'] = 'Lähettäjän kommentti:';
63
$labels['itipsuppressreply'] = 'Älä lähetä vastausta';
64
+$labels['itipobjectnotfound'] = 'Tässä viestissä viittattua kohdetta ei löydy tunnuksestasi';
65
$labels['itipsubjectaccepted'] = '$name on hyväksynyt tapahtuman "$title"';
66
$labels['itipsubjecttentative'] = '$name on alustavasti hyväkstynyt tapahtuman "$title"';
67
$labels['itipsubjectdeclined'] = '$name on kieltäytynyt osallistumasta tapahtumaan "$title"';
68
+$labels['itipsubjectin-process'] = '"$title" on prosessissa $name kautta';
69
+$labels['itipsubjectcompleted'] = '$title on valmis $name kautta';
70
+$labels['itipsubjectcancel'] = 'Osallistumisesi "$title" on peruttu';
71
+$labels['itipsubjectdelegated'] = '"$title" on delegoitu $name kautta';
72
+$labels['itipsubjectdelegatedto'] = '"$title" on delegoitu sinulle $name kautta';
73
+$labels['itipnewattendee'] = 'Tämä on vastaus uudelta osallistujalta';
74
+$labels['updateattendeestatus'] = 'Päivitä osallistujien status';
75
$labels['acceptinvitation'] = 'Hyväksytkö tämän kutsun?';
76
+$labels['acceptattendee'] = 'Hyväksy osallistuja';
77
+$labels['declineattendee'] = 'Estä osallistuja';
78
+$labels['declineattendeeconfirm'] = 'Anna viesti estetylle osallistujalle (vaihtoehtoinen):';
79
$labels['youhaveaccepted'] = 'Olet hyväksynyt tämän kutsun';
80
$labels['youhavetentative'] = 'Olet hyväksynyt tämän kutsun alustavasti';
81
$labels['youhavedeclined'] = 'Olet kieltäytynyt tästä kutsusta';
82
+$labels['youhavedelegated'] = 'Olet delegoitu tähän kutsuun';
83
+$labels['youhavein-process'] = 'Työskentelet tämän tehtävän parissa';
84
+$labels['youhavecompleted'] = 'Olet suorittanut tämän tehtävän';
85
+$labels['youhaveneeds-action'] = 'Vastauksesi tähän kutsuun on yhä jonossa';
86
+$labels['youhavepreviouslyaccepted'] = 'Olet aiemmin hyväksynyt tämän kutsun';
87
+$labels['youhavepreviouslytentative'] = 'Olet aiemmin hyväksynyt tämän kutsun varauksella';
88
+$labels['youhavepreviouslydeclined'] = 'Sinut on aiemmin estetty tästä kutsusta';
89
+$labels['youhavepreviouslydelegated'] = 'Sinut on aiemmin delegoitu tähän kutsuun';
90
+$labels['youhavepreviouslyin-process'] = 'Sinut on aiemmin raportoitu työskentelevän tämän tehtävän parissa';
91
+$labels['youhavepreviouslycompleted'] = 'Olet aiemmin suorittanut tämän tehtävän';
92
+$labels['youhavepreviouslyneeds-action'] = 'Vastauksesi tähän kutsuun on yhä jonossa';
93
+$labels['attendeeaccepted'] = 'Osallistuja on hyväksynyt';
94
+$labels['attendeetentative'] = 'Osallistuja on hyväksynyt varauksella';
95
+$labels['attendeedeclined'] = 'Osallistuja on hylännyt';
96
+$labels['attendeedelegated'] = 'Osallistuja on delegoitu $delegatedto';
97
+$labels['attendeein-process'] = 'Osallistuja on prosessissa';
98
+$labels['attendeecompleted'] = 'Osallistuja on suorittanut';
99
+$labels['notanattendee'] = 'Sinua ei ole listattu osallistujaksi tähän kohteeseen';
100
+$labels['outdatedinvitation'] = 'Kutsu on korvattu uudemmalla versiolla';
101
$labels['importtocalendar'] = 'Tallenna omaan kalenteriin';
102
$labels['removefromcalendar'] = 'Poista omasta kalenterista';
103
+$labels['updatemycopy'] = 'Päivitä kopioni';
104
+$labels['openpreview'] = 'Avaa esikatselu';
105
+$labels['deleteobjectconfirm'] = 'Haluatko todella poistaa tämän kohteen?';
106
+$labels['declinedeleteconfirm'] = 'Haluatko poistaa tämän hylätyn kohteen tunnukseltasi?';
107
+$labels['delegateinvitation'] = 'Delegoi kutsu';
108
+$labels['delegateto'] = 'Delegoi henkilölle';
109
+$labels['delegatersvpme'] = 'Pidä minut ajan tasalla tämän tapauksen päivityksistä';
110
+$labels['delegateinvalidaddress'] = 'Anna valiidi sähköpostiosoite delegoiaksesi';
111
$labels['savingdata'] = 'Tallennetaan tietoja...';
112
+$labels['expandattendeegroup'] = 'Korvaa ryhmän jäsenillä';
113
+$labels['expandattendeegroupnodata'] = 'Korvaaminen ryhmän jäsenillä ei onnistu. Yhtään jäsentä ei löydy.';
114
+$labels['expandattendeegrouperror'] = 'Korvaaminen ryhmän jäsenillä ei onnistu. Tämä saattaa sisältää liian monta jäsentä.';
115
+$labels['expandattendeegroupsizelimit'] = 'Tämä ryhmä sisältää liian monta jäsentä korvaamiseen';
116
roundcubemail-plugins-kolab-3.2.5.tar.gz/plugins/libcalendaring/localization/fr_FR.inc -> roundcubemail-plugins-kolab-3.2.6.tar.gz/plugins/libcalendaring/localization/fr_FR.inc
Changed
21
1
2
$labels['itipsubjectin-process'] = '"$title" est en cours de traitement par $name';
3
$labels['itipsubjectcompleted'] = '"$title" a été traité par $name';
4
$labels['itipsubjectcancel'] = 'Votre affectation à "$title" a été annulée';
5
+$labels['itipsubjectdelegated'] = '"$title$ a été délégué par $name';
6
+$labels['itipsubjectdelegatedto'] = '"$title" vous a été délégué par $name';
7
$labels['itipnewattendee'] = 'Ceci est une réponse d\'un nouveau participant';
8
$labels['updateattendeestatus'] = 'Modifier le statut des participants';
9
$labels['acceptinvitation'] = 'Acceptez-vous cette invitation?';
10
11
$labels['openpreview'] = 'Ouvrir la prévisualisation';
12
$labels['deleteobjectconfirm'] = 'Voulez-vous vraiment supprimer cet objet ?';
13
$labels['declinedeleteconfirm'] = 'Voulez-vous supprimer cet objet décliné de votre compte ?';
14
+$labels['delegateinvitation'] = 'Invitation à déléguer';
15
+$labels['delegateto'] = 'Déléguer à ';
16
+$labels['delegatersvpme'] = 'Me tenir informé des mises à jours de cet effet';
17
+$labels['delegateinvalidaddress'] = 'Entrer une adresse électronique valide pour le délégué';
18
$labels['savingdata'] = 'Enregistrer...';
19
$labels['expandattendeegroup'] = 'Remplacement par les membres du groupe';
20
$labels['expandattendeegroupnodata'] = 'Impossible de substituer ce groupe, il ne contient aucun membre.';
21
roundcubemail-plugins-kolab-3.2.5.tar.gz/plugins/libcalendaring/localization/pl_PL.inc -> roundcubemail-plugins-kolab-3.2.6.tar.gz/plugins/libcalendaring/localization/pl_PL.inc
Changed
33
1
2
$labels['repeattomorrow'] = 'Powtórz jutro';
3
$labels['repeatinweek'] = 'Powtórz za tydzień';
4
$labels['showmore'] = 'Pokaż więcej...';
5
+$labels['recurring'] = 'Powtórzenia';
6
$labels['frequency'] = 'Powtórz';
7
$labels['never'] = 'nigdy';
8
$labels['daily'] = 'codziennie';
9
10
$labels['attendeetentative'] = 'Uczestnik zaakceptował warunkowo';
11
$labels['attendeedeclined'] = 'Uczestnik odrzucił';
12
$labels['attendeedelegated'] = 'Uczestnik oddelegował do $delegatedto';
13
-$labels['attendeein-process'] = 'Participant is in-process';
14
-$labels['attendeecompleted'] = 'Participant has completed';
15
+$labels['attendeein-process'] = 'Uczestnik pracuje';
16
+$labels['attendeecompleted'] = 'Uczestnik ukończył';
17
$labels['notanattendee'] = 'Nie jesteś na liście uczestników tego zdarzenia';
18
$labels['outdatedinvitation'] = 'To zaproszenie zostało zastąpione nową wersją';
19
$labels['importtocalendar'] = 'Zapisz w moim kalendarzu';
20
$labels['removefromcalendar'] = 'Usuń z mojego kalendarza';
21
$labels['updatemycopy'] = 'Uaktualnij moją kopię';
22
-$labels['openpreview'] = 'Open Preview';
23
+$labels['openpreview'] = 'Otwórz podgląd';
24
$labels['deleteobjectconfirm'] = 'Czy na pewno chcesz usunąć ten obiekt?';
25
-$labels['declinedeleteconfirm'] = 'Do you also want to delete this declined object from your account?';
26
+$labels['declinedeleteconfirm'] = 'Czy chcesz także usunąć ten odrzucony obiekt ze swojego konta?';
27
$labels['delegateinvitation'] = 'Delegate Invitation';
28
-$labels['delegateto'] = 'Delegate to';
29
+$labels['delegateto'] = 'Oddeleguj do';
30
$labels['delegatersvpme'] = 'Keep me informed about updates of this incidence';
31
$labels['delegateinvalidaddress'] = 'Please enter a valid email address for the delegate';
32
$labels['savingdata'] = 'Zapisuję dane...';
33
roundcubemail-plugins-kolab-3.2.6.tar.gz/plugins/libcalendaring/localization/pt_PT.inc
Added
14
1
2
+<?php
3
+/**
4
+ * Localizations for the Kolab calendaring utilities plugin
5
+ *
6
+ * Copyright (C) 2014, Kolab Systems AG
7
+ *
8
+ * For translation see https://www.transifex.com/projects/p/kolab/resource/libcalendaring/
9
+ */
10
+$labels['until'] = 'até';
11
+$labels['frequency'] = 'Repetir';
12
+$labels['recurrencend'] = 'até';
13
+$labels['savingdata'] = 'Salvando dados...';
14
roundcubemail-plugins-kolab-3.2.5.tar.gz/plugins/libcalendaring/localization/ru_RU.inc -> roundcubemail-plugins-kolab-3.2.6.tar.gz/plugins/libcalendaring/localization/ru_RU.inc
Changed
9
1
2
$labels['repeattomorrow'] = 'Повторить завтра';
3
$labels['repeatinweek'] = 'Повторить через неделю';
4
$labels['showmore'] = 'Показать больше...';
5
+$labels['recurring'] = 'Совпадения';
6
$labels['frequency'] = 'Повторить';
7
$labels['never'] = 'никогда';
8
$labels['daily'] = 'ежедневно';
9
roundcubemail-plugins-kolab-3.2.5.tar.gz/plugins/libcalendaring/localization/sk.inc -> roundcubemail-plugins-kolab-3.2.6.tar.gz/plugins/libcalendaring/localization/sk.inc
Changed
6
1
2
*
3
* For translation see https://www.transifex.com/projects/p/kolab/resource/libcalendaring/
4
*/
5
+$labels['frequency'] = 'Opakovať';
6
roundcubemail-plugins-kolab-3.2.6.tar.gz/plugins/libcalendaring/localization/sl.inc
Added
17
1
2
+<?php
3
+/**
4
+ * Localizations for the Kolab calendaring utilities plugin
5
+ *
6
+ * Copyright (C) 2014, Kolab Systems AG
7
+ *
8
+ * For translation see https://www.transifex.com/projects/p/kolab/resource/libcalendaring/
9
+ */
10
+$labels['until'] = 'do';
11
+$labels['at'] = 'ob';
12
+$labels['alarmemailoption'] = 'Email';
13
+$labels['frequency'] = 'Ponovi';
14
+$labels['recurrencend'] = 'do';
15
+$labels['itipdelegated'] = 'Sodelujoč';
16
+$labels['savingdata'] = 'Shranjujem...';
17
roundcubemail-plugins-kolab-3.2.5.tar.gz/plugins/libcalendaring/localization/sv_SE.inc -> roundcubemail-plugins-kolab-3.2.6.tar.gz/plugins/libcalendaring/localization/sv_SE.inc
Changed
127
1
2
* For translation see https://www.transifex.com/projects/p/kolab/resource/libcalendaring/
3
*/
4
$labels['until'] = 'tills';
5
+$labels['at'] = ' ';
6
+$labels['alarmemail'] = 'Skicka e-post';
7
+$labels['alarmdisplay'] = 'Visa meddelande';
8
+$labels['alarmaudio'] = 'Spela ljud';
9
+$labels['alarmdisplayoption'] = 'Meddelande';
10
$labels['alarmemailoption'] = 'E-post';
11
+$labels['alarmaudiooption'] = 'Ljud';
12
+$labels['alarmat'] = '$datetime';
13
+$labels['trigger@'] = 'datum';
14
+$labels['trigger-M'] = 'minuter före';
15
+$labels['trigger-H'] = 'timmar före';
16
+$labels['trigger-D'] = 'dagar före';
17
+$labels['trigger+M'] = 'minuter efter';
18
+$labels['trigger+H'] = 'timmar efter';
19
+$labels['trigger+D'] = 'dagar efter';
20
+$labels['triggerattime'] = 'tid';
21
+$labels['addalarm'] = 'Lägg till alarm';
22
+$labels['removealarm'] = 'Ta bort alarm';
23
+$labels['alarmtitle'] = 'Kommande händelser';
24
+$labels['dismissall'] = 'Avvisa alla';
25
+$labels['dismiss'] = 'Avvisa';
26
+$labels['snooze'] = 'Vila';
27
+$labels['repeatinmin'] = 'Upprepa om $min minuter';
28
+$labels['repeatinhr'] = 'Upprepa om 1 timme';
29
+$labels['repeatinhrs'] = 'Upprepa om $hrs timmar';
30
+$labels['repeattomorrow'] = 'Upprepa imorgon';
31
+$labels['repeatinweek'] = 'Upprepa om en vecka';
32
+$labels['showmore'] = 'Visa fler ...';
33
$labels['frequency'] = 'Upprepa';
34
+$labels['never'] = 'aldrig';
35
+$labels['daily'] = 'dagligen';
36
+$labels['weekly'] = 'veckovis';
37
+$labels['monthly'] = 'månadsvis';
38
+$labels['yearly'] = 'årligen';
39
+$labels['rdate'] = 'på datum';
40
+$labels['every'] = 'Varje';
41
+$labels['days'] = 'dag(ar)';
42
+$labels['weeks'] = 'vecka(or)';
43
+$labels['months'] = 'månad(er)';
44
+$labels['years'] = 'år';
45
+$labels['bydays'] = 'På';
46
+$labels['untildate'] = 'den';
47
+$labels['each'] = 'Varje';
48
+$labels['onevery'] = 'På varje';
49
+$labels['onsamedate'] = 'På samma datum';
50
+$labels['forever'] = 'för alltid';
51
$labels['recurrencend'] = 'tills';
52
+$labels['untilenddate'] = 'tills datum';
53
+$labels['forntimes'] = '$nr gång(er)';
54
+$labels['first'] = 'första';
55
+$labels['second'] = 'andra';
56
+$labels['third'] = 'tredje';
57
+$labels['fourth'] = 'fjärde';
58
+$labels['last'] = 'sista';
59
+$labels['dayofmonth'] = 'Dag i månad';
60
+$labels['addrdate'] = 'Lägg till datum för upprepning';
61
+$labels['except'] = 'Förutom';
62
+$labels['itipinvitation'] = 'Inbjudan till';
63
+$labels['itipupdate'] = 'Uppdatering av';
64
+$labels['itipcancellation'] = 'Ställts in:';
65
+$labels['itipreply'] = 'Svara till';
66
+$labels['itipaccepted'] = 'Acceptera';
67
+$labels['itiptentative'] = 'Kanske';
68
+$labels['itipdeclined'] = 'Avböj';
69
+$labels['itipdelegated'] = 'Delegera';
70
+$labels['itipneeds-action'] = 'Skjut upp';
71
+$labels['itipcomment'] = 'Ditt svar';
72
+$labels['itipeditresponse'] = 'Ange ett svar';
73
+$labels['itipsendercomment'] = 'Avsändarens kommentar:';
74
+$labels['itipsuppressreply'] = 'Skicka inget svar';
75
+$labels['itipobjectnotfound'] = 'Objektet som refererats av detta meddelande hittades inte i ditt konto.';
76
+$labels['itipsubjectaccepted'] = '"$title" har accepterats av $name';
77
+$labels['itipsubjecttentative'] = '"$title" har preliminärt accepterats av $name';
78
+$labels['itipsubjectdeclined'] = '$name har tackat nej till "$title"';
79
+$labels['itipsubjectin-process'] = '"$title" bearbetas av $name';
80
+$labels['itipsubjectcompleted'] = '"$title" har slutförts av $name';
81
+$labels['itipsubjectcancel'] = 'Ditt deltagande i "$title" har ställts in';
82
+$labels['itipsubjectdelegated'] = '"$title" har delegerats av $name';
83
+$labels['itipsubjectdelegatedto'] = '"$title" har delegerats till dig av $name';
84
+$labels['itipnewattendee'] = 'Detta är ett svar från en ny deltagare';
85
+$labels['updateattendeestatus'] = 'Uppdatera deltagarens status';
86
+$labels['acceptinvitation'] = 'Accepterar du denna inbjudan?';
87
+$labels['acceptattendee'] = 'Acceptera deltagare';
88
+$labels['declineattendee'] = 'Neka deltagare';
89
+$labels['declineattendeeconfirm'] = 'Skriv ett meddelande till den nekade deltagaren (valfritt):';
90
+$labels['youhaveaccepted'] = 'Du har accepterat denna inbjudan';
91
+$labels['youhavetentative'] = 'Du har preliminärt accepterat denna inbjudan';
92
+$labels['youhavedeclined'] = 'Du har tackat nej till denna inbjudan';
93
+$labels['youhavedelegated'] = 'Du har delegerat denna inbjudan';
94
+$labels['youhavein-process'] = 'Du arbetar med denna uppgift';
95
+$labels['youhavecompleted'] = 'Du har slutfört denna uppgift';
96
+$labels['youhaveneeds-action'] = 'Ditt svar till denna inbjudan har ännu inte skickats';
97
+$labels['youhavepreviouslyaccepted'] = 'Du har tidigare accepterat denna inbjudan';
98
+$labels['youhavepreviouslytentative'] = 'Du har tidigare preliminärt accepterat denna inbjudan';
99
+$labels['youhavepreviouslydeclined'] = 'Du har tidigare tackat nej till denna inbjudan';
100
+$labels['youhavepreviouslydelegated'] = 'Du har tidigare delegerat denna inbjudan';
101
+$labels['youhavepreviouslyin-process'] = 'Du har tidigare rapporterat att du arbetar med denna uppgift';
102
+$labels['youhavepreviouslycompleted'] = 'Du har tidigare slutfört denna uppgift';
103
+$labels['youhavepreviouslyneeds-action'] = 'Ditt svar på denna inbjudan har ännu inte skickats';
104
+$labels['attendeeaccepted'] = 'Deltagare har accepterat';
105
+$labels['attendeetentative'] = 'Deltagare har preliminärt accepterat';
106
+$labels['attendeedeclined'] = 'Deltagare har tackat nej';
107
+$labels['attendeedelegated'] = 'Deltagare har delegerat till $delegatedto';
108
+$labels['attendeein-process'] = 'Deltagare är i bearbetningsfas';
109
+$labels['attendeecompleted'] = 'Deltagare har slutfört';
110
+$labels['notanattendee'] = 'Du är inte listad som en deltagare av detta objekt';
111
+$labels['outdatedinvitation'] = 'Denna inbjudan har ersatts av en nyare version';
112
+$labels['importtocalendar'] = 'Spara till min kalender';
113
+$labels['removefromcalendar'] = 'Ta bort från min kalender';
114
+$labels['updatemycopy'] = 'Uppdatera min kopia';
115
+$labels['openpreview'] = 'Öppna förhandsgranskning';
116
+$labels['deleteobjectconfirm'] = 'Vill du verkligen ta bort detta objekt?';
117
+$labels['declinedeleteconfirm'] = 'Vill du också vill ta bort detta objekt, som du tackat nej till, från ditt konto?';
118
+$labels['delegateinvitation'] = 'Delegera inbjudan';
119
+$labels['delegateto'] = 'Delegera till';
120
+$labels['delegatersvpme'] = 'Håll mig informerad om uppdateringar angående denna incident';
121
+$labels['delegateinvalidaddress'] = 'Vänligen ange en giltig e-postadress för ombudet';
122
$labels['savingdata'] = 'Sparar data ...';
123
+$labels['expandattendeegroup'] = 'Ersättare med gruppmedlemmar';
124
+$labels['expandattendeegroupnodata'] = 'Det går inte att ersätta denna grupp. Inga medlemmar hittades.';
125
+$labels['expandattendeegrouperror'] = 'Det går inte att ersätta denna grupp. Den kan innehålla för många medlemmar.';
126
+$labels['expandattendeegroupsizelimit'] = 'Denna grupp innehåller för många medlemmar för att ersätta.';
127
roundcubemail-plugins-kolab-3.2.6.tar.gz/plugins/libcalendaring/localization/th.inc
Added
82
1
2
+<?php
3
+/**
4
+ * Localizations for the Kolab calendaring utilities plugin
5
+ *
6
+ * Copyright (C) 2014, Kolab Systems AG
7
+ *
8
+ * For translation see https://www.transifex.com/projects/p/kolab/resource/libcalendaring/
9
+ */
10
+$labels['until'] = 'จนถึง';
11
+$labels['alarmemail'] = 'ส่ง อีเมล์';
12
+$labels['alarmdisplay'] = 'แสดงข้อความ';
13
+$labels['alarmaudio'] = 'เล่นเสียง';
14
+$labels['alarmdisplayoption'] = 'ข้อความ';
15
+$labels['alarmemailoption'] = 'อีเมล์';
16
+$labels['alarmaudiooption'] = 'เสียง';
17
+$labels['alarmat'] = 'เมื่อ $datetime';
18
+$labels['trigger@'] = 'ณ วันที่';
19
+$labels['trigger-M'] = 'นาที ก่อน';
20
+$labels['trigger-H'] = 'ชั่วโมง ก่อน';
21
+$labels['trigger-D'] = 'วัน ก่อน';
22
+$labels['trigger+M'] = 'นาที หลัง';
23
+$labels['trigger+H'] = 'ชั่วโมง หลัง';
24
+$labels['trigger+D'] = 'วัน หลัง';
25
+$labels['triggerattime'] = 'เมื่อเวลา';
26
+$labels['addalarm'] = 'เพิ่มการเตือน';
27
+$labels['removealarm'] = 'ลบการเตือน';
28
+$labels['alarmtitle'] = 'เหตุการณ์ที่กำลังจะถึง';
29
+$labels['dismissall'] = 'ยกเลิกทั้งหมด';
30
+$labels['dismiss'] = 'ยกเลิก';
31
+$labels['snooze'] = 'ปิดชั่วคราว';
32
+$labels['repeatinmin'] = 'ทำซ้ำใน $min นาที';
33
+$labels['repeatinhr'] = 'ทำซ้ำใน 1 ชั่วโมง';
34
+$labels['repeatinhrs'] = 'ทำซ้ำใน $hrs ชั่วโมง';
35
+$labels['repeattomorrow'] = 'ทำซ้ำพรุ่งนี้';
36
+$labels['repeatinweek'] = 'ทำซ้ำใน 1 สัปดาห์';
37
+$labels['showmore'] = 'แสดง มากกว่านี้...';
38
+$labels['recurring'] = 'ทำซ้ำ';
39
+$labels['frequency'] = 'ทำซ้ำ';
40
+$labels['never'] = 'ไม่มีทาง';
41
+$labels['daily'] = 'ทุกวัน';
42
+$labels['weekly'] = 'ทุกสัปดาห์';
43
+$labels['monthly'] = 'ทุกเดือน';
44
+$labels['yearly'] = 'ทุกปี';
45
+$labels['rdate'] = 'ณ วันที่';
46
+$labels['every'] = 'ทุก ๆ';
47
+$labels['days'] = 'วัน';
48
+$labels['weeks'] = 'สัปดาห์';
49
+$labels['months'] = 'เดือน';
50
+$labels['years'] = 'ปี';
51
+$labels['each'] = 'แต่ละ';
52
+$labels['forever'] = 'ตลอดไป';
53
+$labels['recurrencend'] = 'จนถึง';
54
+$labels['untilenddate'] = 'จนถึงวันที่';
55
+$labels['forntimes'] = 'จำนวน $nr ครั้ง';
56
+$labels['first'] = 'ครั้งที่ 1';
57
+$labels['second'] = 'ครั้งที่ 2';
58
+$labels['third'] = 'ครั้งที่ 3';
59
+$labels['fourth'] = 'ครั้งที่ 4';
60
+$labels['last'] = 'ครั้งสุดท้าย';
61
+$labels['addrdate'] = 'เพิ่มวันที่ทำซ้ำ';
62
+$labels['except'] = 'ยกเว้น';
63
+$labels['itipinvitation'] = 'คำเชิญถึง';
64
+$labels['itipcancellation'] = 'ยกเลิก:';
65
+$labels['itipreply'] = 'ตอบกลับไปยัง';
66
+$labels['itipaccepted'] = 'ยอมรับ';
67
+$labels['itiptentative'] = 'อาจจะ';
68
+$labels['itipdeclined'] = 'ปฎิเสธ';
69
+$labels['itipneeds-action'] = 'เลื่อน';
70
+$labels['itipcomment'] = 'ข้อความตอบกลับของคุณ';
71
+$labels['itipeditresponse'] = 'ป้อนข้อความตอบกลับ';
72
+$labels['itipsendercomment'] = 'ความคิดเห็นของผู้ส่ง:';
73
+$labels['itipsuppressreply'] = 'ไม่ส่งข้อความตอบกลับ';
74
+$labels['itipobjectnotfound'] = 'ไม่พบวัตถุที่อ้างถึงโดยข้อความนี้ในบัญชีของคุณ';
75
+$labels['itipsubjectaccepted'] = '"$title" ถูกตอบรับโดย $name';
76
+$labels['itipsubjecttentative'] = '"$title" มีแนวโน้มที่จะได้รับการตอบรับโดย $name';
77
+$labels['itipsubjectdeclined'] = '"$title" ถูกปฎิเสธโดย $name';
78
+$labels['itipsubjectin-process'] = '"$title" อยู่ระหว่างการจัดเตรียมโดย $name';
79
+$labels['itipsubjectcompleted'] = '"$title" ถูกทำให้สมบูรณ์โดย $name';
80
+$labels['itipsubjectcancel'] = 'การเข้าร่วมของคุณใน "$title" ถูกยกเลิก';
81
+$labels['savingdata'] = 'บันทึกข้อมูล';
82
roundcubemail-plugins-kolab-3.2.5.tar.gz/plugins/libcalendaring/localization/zh_CN.inc -> roundcubemail-plugins-kolab-3.2.6.tar.gz/plugins/libcalendaring/localization/zh_CN.inc
Changed
7
1
2
*
3
* For translation see https://www.transifex.com/projects/p/kolab/resource/libcalendaring/
4
*/
5
+$labels['frequency'] = '循环';
6
+$labels['savingdata'] = '保存数据...';
7
roundcubemail-plugins-kolab-3.2.5.tar.gz/plugins/libkolab/composer.json -> roundcubemail-plugins-kolab-3.2.6.tar.gz/plugins/libkolab/composer.json
Changed
10
1
2
"description": "Plugin to setup a basic environment for the interaction with a Kolab server.",
3
"homepage": "http://git.kolab.org/roundcubemail-plugins-kolab/",
4
"license": "AGPLv3",
5
- "version": "3.2.5",
6
+ "version": "3.2.6",
7
"authors": [
8
{
9
"name": "Thomas Bruederli",
10
roundcubemail-plugins-kolab-3.2.5.tar.gz/plugins/libkolab/config.inc.php.dist -> roundcubemail-plugins-kolab-3.2.6.tar.gz/plugins/libkolab/config.inc.php.dist
Changed
10
1
2
3
// These event properties contribute to a significant revision to the calendar component
4
// and if changed will increment the sequence number relevant for scheduling according to RFC 5545
5
-$config['kolab_event_scheduling_properties'] = array('start', 'end', 'allday', 'location', 'status', 'cancelled');
6
+$config['kolab_event_scheduling_properties'] = array('start', 'end', 'allday', 'recurrence', 'location', 'status', 'cancelled');
7
8
// These task properties contribute to a significant revision to the calendar component
9
// and if changed will increment the sequence number relevant for scheduling according to RFC 5545
10
roundcubemail-plugins-kolab-3.2.5.tar.gz/plugins/libkolab/lib/kolab_date_recurrence.php -> roundcubemail-plugins-kolab-3.2.6.tar.gz/plugins/libkolab/lib/kolab_date_recurrence.php
Changed
16
1
2
$next_end->add($this->duration);
3
4
$next = $this->object->to_array();
5
- $next['recurrence_id'] = $next_start->format('Y-m-d');
6
$next['start'] = $next_start;
7
$next['end'] = $next_end;
8
+
9
+ $recurrence_id_format = $next['allday'] ? 'Ymd' : 'Ymd\THis';
10
+ $next['recurrence_date'] = clone $next_start;
11
+ $next['_instance'] = $next_start->format($recurrence_id_format);
12
+
13
unset($next['_formatobj']);
14
15
return $next;
16
roundcubemail-plugins-kolab-3.2.5.tar.gz/plugins/libkolab/lib/kolab_format_event.php -> roundcubemail-plugins-kolab-3.2.6.tar.gz/plugins/libkolab/lib/kolab_format_event.php
Changed
69
1
2
{
3
public $CTYPEv2 = 'application/x-vnd.kolab.event';
4
5
- public static $scheduling_properties = array('start', 'end', 'allday', 'location', 'status', 'cancelled');
6
+ public static $scheduling_properties = array('start', 'end', 'allday', 'recurrence', 'location', 'status', 'cancelled');
7
8
protected $objclass = 'Event';
9
protected $read_func = 'readEvent';
10
11
$this->obj = $data;
12
$this->loaded = true;
13
}
14
+
15
+ // copy static property overriden by this class
16
+ $this->_scheduling_properties = self::$scheduling_properties;
17
}
18
19
/**
20
21
$vexceptions->push($exevent->obj);
22
23
// write cleaned-up exception data back to memory/cache
24
- $object['recurrence']['EXCEPTIONS'][$i] = $this->expand_exception($compacted, $object);
25
+ $object['recurrence']['EXCEPTIONS'][$i] = $this->expand_exception($exevent->data, $object);
26
}
27
$this->obj->setExceptions($vexceptions);
28
}
29
+ else if ($object['recurrence_date'] && $object['recurrence_date'] instanceof DateTime) {
30
+ $this->obj->setRecurrenceID(self::get_datetime($object['recurrence_date'], null, $object['allday']), (bool)$object['thisandfuture']);
31
+ }
32
33
// cache this data
34
$this->data = $object;
35
36
*
37
* @return array List of tags to save in cache
38
*/
39
- public function get_tags()
40
+ public function get_tags($obj = null)
41
{
42
- $tags = parent::get_tags();
43
+ $tags = parent::get_tags($obj);
44
+ $object = $obj ?: $this->data;
45
46
- foreach ((array)$this->data['categories'] as $cat) {
47
+ foreach ((array)$object['categories'] as $cat) {
48
$tags[] = rcube_utils::normalize_string($cat);
49
}
50
51
- return $tags;
52
+ return array_unique($tags);
53
}
54
55
/**
56
57
}
58
}
59
60
- foreach ($master as $prop => $value) {
61
- if (isset($exception[$prop]) && gettype($exception[$prop]) == gettype($value) && $exception[$prop] == $value) {
62
- unset($exception[$prop]);
63
- }
64
- }
65
-
66
// preserve this property for date serialization
67
$exception['allday'] = $master['allday'];
68
69
roundcubemail-plugins-kolab-3.2.5.tar.gz/plugins/libkolab/lib/kolab_format_task.php -> roundcubemail-plugins-kolab-3.2.6.tar.gz/plugins/libkolab/lib/kolab_format_task.php
Changed
47
1
2
protected $read_func = 'readTodo';
3
protected $write_func = 'writeTodo';
4
5
+ /**
6
+ * Default constructor
7
+ */
8
+ function __construct($data = null, $version = 3.0)
9
+ {
10
+ parent::__construct(is_string($data) ? $data : null, $version);
11
+
12
+ // copy static property overriden by this class
13
+ $this->_scheduling_properties = self::$scheduling_properties;
14
+ }
15
16
/**
17
* Set properties to the kolabformat object
18
19
*
20
* @return array List of tags to save in cache
21
*/
22
- public function get_tags()
23
+ public function get_tags($obj = null)
24
{
25
- $tags = parent::get_tags();
26
+ $tags = parent::get_tags($obj);
27
+ $object = $obj ?: $this->data;
28
29
- if ($this->data['status'] == 'COMPLETED' || ($this->data['complete'] == 100 && empty($this->data['status'])))
30
+ if ($object['status'] == 'COMPLETED' || ($object['complete'] == 100 && empty($object['status'])))
31
$tags[] = 'x-complete';
32
33
- if ($this->data['priority'] == 1)
34
+ if ($object['priority'] == 1)
35
$tags[] = 'x-flagged';
36
37
- if ($this->data['parent_id'])
38
- $tags[] = 'x-parent:' . $this->data['parent_id'];
39
+ if ($object['parent_id'])
40
+ $tags[] = 'x-parent:' . $object['parent_id'];
41
42
- return $tags;
43
+ return array_unique($tags);
44
}
45
+
46
}
47
roundcubemail-plugins-kolab-3.2.5.tar.gz/plugins/libkolab/lib/kolab_format_xcal.php -> roundcubemail-plugins-kolab-3.2.6.tar.gz/plugins/libkolab/lib/kolab_format_xcal.php
Changed
125
1
2
3
public static $scheduling_properties = array('start', 'end', 'location');
4
5
+ protected $_scheduling_properties = null;
6
+
7
protected $sensitivity_map = array(
8
'public' => kolabformat::ClassPublic,
9
'private' => kolabformat::ClassPrivate,
10
11
}
12
else {
13
$object['sequence'] = $old_sequence;
14
- $old = $this->data['uid'] ? $this->data : $this->to_array();
15
16
// increment sequence when updating properties relevant for scheduling.
17
// RFC 5545: "It is incremented [...] each time the Organizer makes a significant revision to the calendar component."
18
- foreach (self::$scheduling_properties as $prop) {
19
- $a = $old[$prop];
20
- $b = $object[$prop];
21
- if ($object['allday'] && ($prop == 'start' || $prop == 'end') && $a instanceof DateTime && $b instanceof DateTime) {
22
- $a = $a->format('Y-m-d');
23
- $b = $b->format('Y-m-d');
24
- }
25
- if ($a != $b) {
26
- $object['sequence']++;
27
- break;
28
- }
29
+ if ($this->check_rescheduling($object)) {
30
+ $object['sequence']++;
31
}
32
}
33
}
34
35
36
// set attendee RSVP if missing
37
if (!isset($attendee['rsvp'])) {
38
- $object['attendees'][$i]['rsvp'] = $attendee['rsvp'] = true;
39
+ $object['attendees'][$i]['rsvp'] = $attendee['rsvp'] = $reschedule;
40
}
41
42
$att = new Attendee;
43
44
*
45
* @return array List of tags to save in cache
46
*/
47
- public function get_tags()
48
+ public function get_tags($obj = null)
49
{
50
$tags = array();
51
+ $object = $obj ?: $this->data;
52
53
- if (!empty($this->data['valarms'])) {
54
+ if (!empty($object['valarms'])) {
55
$tags[] = 'x-has-alarms';
56
}
57
58
// create tags reflecting participant status
59
- if (is_array($this->data['attendees'])) {
60
- foreach ($this->data['attendees'] as $attendee) {
61
+ if (is_array($object['attendees'])) {
62
+ foreach ($object['attendees'] as $attendee) {
63
if (!empty($attendee['email']) && !empty($attendee['status']))
64
$tags[] = 'x-partstat:' . $attendee['email'] . ':' . strtolower($attendee['status']);
65
}
66
}
67
68
- return $tags;
69
+ // collect tags from recurrence exceptions
70
+ if (is_array($object['recurrence']) && $object['recurrence']['EXCEPTIONS']) {
71
+ foreach((array)$object['recurrence']['EXCEPTIONS'] as $exception) {
72
+ $tags = array_merge($tags, $this->get_tags($exception));
73
+ }
74
+ }
75
+
76
+ return array_unique($tags);
77
+ }
78
+
79
+ /**
80
+ * Identify changes considered relevant for scheduling
81
+ *
82
+ * @param array Hash array with NEW object properties
83
+ * @param array Hash array with OLD object properties
84
+ *
85
+ * @return boolean True if changes affect scheduling, False otherwise
86
+ */
87
+ public function check_rescheduling($object, $old = null)
88
+ {
89
+ $reschedule = false;
90
+
91
+ if (!is_array($old)) {
92
+ $old = $this->data['uid'] ? $this->data : $this->to_array();
93
+ }
94
+
95
+ foreach ($this->_scheduling_properties ?: self::$scheduling_properties as $prop) {
96
+ $a = $old[$prop];
97
+ $b = $object[$prop];
98
+ if ($object['allday'] && ($prop == 'start' || $prop == 'end') && $a instanceof DateTime && $b instanceof DateTime) {
99
+ $a = $a->format('Y-m-d');
100
+ $b = $b->format('Y-m-d');
101
+ }
102
+ if ($prop == 'recurrence' && is_array($a) && is_array($b)) {
103
+ unset($a['EXCEPTIONS'], $b['EXCEPTIONS']);
104
+ $a = array_filter($a);
105
+ $b = array_filter($b);
106
+
107
+ // advanced rrule comparison: no rescheduling if series was shortened
108
+ if ($a['COUNT'] && $b['COUNT'] && $b['COUNT'] < $a['COUNT']) {
109
+ unset($a['COUNT'], $b['COUNT']);
110
+ }
111
+ else if ($a['UNTIL'] && $b['UNTIL'] && $b['UNTIL'] < $a['UNTIL']) {
112
+ unset($a['UNTIL'], $b['UNTIL']);
113
+ }
114
+ }
115
+ if ($a != $b) {
116
+ $reschedule = true;
117
+ break;
118
+ }
119
+ }
120
+
121
+ return $reschedule;
122
}
123
}
124
\ No newline at end of file
125
roundcubemail-plugins-kolab-3.2.5.tar.gz/plugins/libkolab/lib/kolab_storage_folder.php -> roundcubemail-plugins-kolab-3.2.6.tar.gz/plugins/libkolab/lib/kolab_storage_folder.php
Changed
29
1
2
$type = $this->type;
3
4
// copy attachments from old message
5
- if (!empty($object['_msguid']) && ($old = $this->cache->get($object['_msguid'], $type, $object['_mailbox']))) {
6
+ $copyfrom = $object['_copyfrom'] ?: $object['_msguid'];
7
+ if (!empty($copyfrom) && ($old = $this->cache->get($copyfrom, $type, $object['_mailbox']))) {
8
foreach ((array)$old['_attachments'] as $key => $att) {
9
if (!isset($object['_attachments'][$key])) {
10
$object['_attachments'][$key] = $old['_attachments'][$key];
11
12
// load photo.attachment from old Kolab2 format to be directly embedded in xcard block
13
else if ($type == 'contact' && ($key == 'photo.attachment' || $key == 'kolab-picture.png') && $att['id']) {
14
if (!isset($object['photo']))
15
- $object['photo'] = $this->get_attachment($object['_msguid'], $att['id'], $object['_mailbox']);
16
+ $object['photo'] = $this->get_attachment($copyfrom, $att['id'], $object['_mailbox']);
17
unset($object['_attachments'][$key]);
18
}
19
}
20
21
foreach ((array)$object['_attachments'] as $key => $att) {
22
if (empty($att['content']) && !empty($att['id'])) {
23
// @TODO: use IMAP CATENATE to skip attachment fetch+push operation
24
- $msguid = !empty($object['_msguid']) ? $object['_msguid'] : $object['uid'];
25
+ $msguid = $object['_copyfrom'] ?: ($object['_msguid'] ?: $object['uid']);
26
if ($is_file) {
27
$att['path'] = tempnam($temp_dir, 'rcmAttmnt');
28
if (($fp = fopen($att['path'], 'w')) && $this->get_attachment($msguid, $att['id'], $object['_mailbox'], false, $fp, true)) {
29
roundcubemail-plugins-kolab-3.2.5.tar.gz/plugins/libkolab/libkolab.php -> roundcubemail-plugins-kolab-3.2.6.tar.gz/plugins/libkolab/libkolab.php
Changed
12
1
2
$http_config = array_merge($http_config, $config);
3
}
4
5
+ // force CURL adapter, this allows to handle correctly
6
+ // compressed responses with SplObserver registered (kolab_files) (#4507)
7
+ $http_config['adapter'] = 'HTTP_Request2_Adapter_Curl';
8
+
9
$key = md5(serialize($http_config));
10
11
if (!($request = self::$http_requests[$key])) {
12
roundcubemail-plugins-kolab-3.2.6.tar.gz/plugins/owncloud/localization/pl.inc
Added
5
1
2
+<?php
3
+$labels['owncloud'] = 'Pliki';
4
+?>
5
roundcubemail-plugins-kolab-3.2.6.tar.gz/plugins/owncloud/localization/sl.inc
Added
5
1
2
+<?php
3
+$labels['owncloud'] = 'Dokumenti';
4
+?>
5
roundcubemail-plugins-kolab-3.2.6.tar.gz/plugins/owncloud/localization/th.inc
Added
5
1
2
+<?php
3
+$labels['owncloud'] = 'ไฟล์';
4
+?>
5
roundcubemail-plugins-kolab-3.2.5.tar.gz/plugins/tasklist/composer.json -> roundcubemail-plugins-kolab-3.2.6.tar.gz/plugins/tasklist/composer.json
Changed
19
1
2
"description": "Task management plugin",
3
"homepage": "http://git.kolab.org/roundcubemail-plugins-kolab/",
4
"license": "AGPLv3",
5
- "version": "3.2.5",
6
+ "version": "3.2.6",
7
"authors": [
8
{
9
"name": "Thomas Bruederli",
10
11
"require": {
12
"php": ">=5.3.0",
13
"roundcube/plugin-installer": ">=0.1.3",
14
- "kolab/libcalendaring": ">=3.2.5",
15
+ "kolab/libcalendaring": ">=3.2.6",
16
"roundcube/jqueryui": ">=1.10.4"
17
}
18
}
19
roundcubemail-plugins-kolab-3.2.5.tar.gz/plugins/tasklist/drivers/kolab/tasklist_kolab_driver.php -> roundcubemail-plugins-kolab-3.2.6.tar.gz/plugins/tasklist/drivers/kolab/tasklist_kolab_driver.php
Changed
14
1
2
}
3
4
// allow sequence increments if I'm the organizer
5
- if ($this->plugin->is_organizer($object)) {
6
+ if ($this->plugin->is_organizer($object) && empty($object['_method'])) {
7
unset($object['sequence']);
8
}
9
- else if (isset($old['sequence'])) {
10
+ else if (isset($old['sequence']) && empty($object['_method'])) {
11
$object['sequence'] = $old['sequence'];
12
}
13
14
roundcubemail-plugins-kolab-3.2.5.tar.gz/plugins/tasklist/helpdocs/locale/cs_CZ/LC_MESSAGES/index.po -> roundcubemail-plugins-kolab-3.2.6.tar.gz/plugins/tasklist/helpdocs/locale/cs_CZ/LC_MESSAGES/index.po
Changed
15
1
2
"POT-Creation-Date: 2014-11-26 23:28+0100\n"
3
"PO-Revision-Date: 2014-11-27 23:34+0000\n"
4
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
5
-"Language-Team: Czech (Czech Republic) (http://www.transifex.com/projects/p/kolab-documentation/language/cs_CZ/)\n"
6
+"Language-Team: Czech (http://www.transifex.com/projects/p/kolab-documentation/language/cs/)\n"
7
"MIME-Version: 1.0\n"
8
"Content-Type: text/plain; charset=UTF-8\n"
9
"Content-Transfer-Encoding: 8bit\n"
10
-"Language: cs_CZ\n"
11
+"Language: cs\n"
12
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
13
14
#: ../../en_US/_plugins/tasks/index.rst:9
15
roundcubemail-plugins-kolab-3.2.5.tar.gz/plugins/tasklist/helpdocs/locale/cs_CZ/LC_MESSAGES/manage.po -> roundcubemail-plugins-kolab-3.2.6.tar.gz/plugins/tasklist/helpdocs/locale/cs_CZ/LC_MESSAGES/manage.po
Changed
15
1
2
"POT-Creation-Date: 2014-11-26 23:28+0100\n"
3
"PO-Revision-Date: 2014-11-27 23:34+0000\n"
4
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
5
-"Language-Team: Czech (Czech Republic) (http://www.transifex.com/projects/p/kolab-documentation/language/cs_CZ/)\n"
6
+"Language-Team: Czech (http://www.transifex.com/projects/p/kolab-documentation/language/cs/)\n"
7
"MIME-Version: 1.0\n"
8
"Content-Type: text/plain; charset=UTF-8\n"
9
"Content-Transfer-Encoding: 8bit\n"
10
-"Language: cs_CZ\n"
11
+"Language: cs\n"
12
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
13
14
#: ../../en_US/_plugins/tasks/manage.rst:7
15
roundcubemail-plugins-kolab-3.2.5.tar.gz/plugins/tasklist/helpdocs/locale/cs_CZ/LC_MESSAGES/overview.po -> roundcubemail-plugins-kolab-3.2.6.tar.gz/plugins/tasklist/helpdocs/locale/cs_CZ/LC_MESSAGES/overview.po
Changed
15
1
2
"POT-Creation-Date: 2014-11-26 23:28+0100\n"
3
"PO-Revision-Date: 2014-11-27 23:34+0000\n"
4
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
5
-"Language-Team: Czech (Czech Republic) (http://www.transifex.com/projects/p/kolab-documentation/language/cs_CZ/)\n"
6
+"Language-Team: Czech (http://www.transifex.com/projects/p/kolab-documentation/language/cs/)\n"
7
"MIME-Version: 1.0\n"
8
"Content-Type: text/plain; charset=UTF-8\n"
9
"Content-Transfer-Encoding: 8bit\n"
10
-"Language: cs_CZ\n"
11
+"Language: cs\n"
12
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
13
14
#: ../../en_US/_plugins/tasks/overview.rst:6
15
roundcubemail-plugins-kolab-3.2.5.tar.gz/plugins/tasklist/helpdocs/locale/es_ES/LC_MESSAGES/index.po -> roundcubemail-plugins-kolab-3.2.6.tar.gz/plugins/tasklist/helpdocs/locale/es_ES/LC_MESSAGES/index.po
Changed
15
1
2
"POT-Creation-Date: 2014-11-26 23:28+0100\n"
3
"PO-Revision-Date: 2014-11-27 23:34+0000\n"
4
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
5
-"Language-Team: Spanish (Spain) (http://www.transifex.com/projects/p/kolab-documentation/language/es_ES/)\n"
6
+"Language-Team: Spanish (http://www.transifex.com/projects/p/kolab-documentation/language/es/)\n"
7
"MIME-Version: 1.0\n"
8
"Content-Type: text/plain; charset=UTF-8\n"
9
"Content-Transfer-Encoding: 8bit\n"
10
-"Language: es_ES\n"
11
+"Language: es\n"
12
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
13
14
#: ../../en_US/_plugins/tasks/index.rst:9
15
roundcubemail-plugins-kolab-3.2.5.tar.gz/plugins/tasklist/helpdocs/locale/es_ES/LC_MESSAGES/manage.po -> roundcubemail-plugins-kolab-3.2.6.tar.gz/plugins/tasklist/helpdocs/locale/es_ES/LC_MESSAGES/manage.po
Changed
15
1
2
"POT-Creation-Date: 2014-11-26 23:28+0100\n"
3
"PO-Revision-Date: 2014-11-27 23:34+0000\n"
4
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
5
-"Language-Team: Spanish (Spain) (http://www.transifex.com/projects/p/kolab-documentation/language/es_ES/)\n"
6
+"Language-Team: Spanish (http://www.transifex.com/projects/p/kolab-documentation/language/es/)\n"
7
"MIME-Version: 1.0\n"
8
"Content-Type: text/plain; charset=UTF-8\n"
9
"Content-Transfer-Encoding: 8bit\n"
10
-"Language: es_ES\n"
11
+"Language: es\n"
12
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
13
14
#: ../../en_US/_plugins/tasks/manage.rst:7
15
roundcubemail-plugins-kolab-3.2.5.tar.gz/plugins/tasklist/helpdocs/locale/es_ES/LC_MESSAGES/overview.po -> roundcubemail-plugins-kolab-3.2.6.tar.gz/plugins/tasklist/helpdocs/locale/es_ES/LC_MESSAGES/overview.po
Changed
15
1
2
"POT-Creation-Date: 2014-11-26 23:28+0100\n"
3
"PO-Revision-Date: 2014-11-27 23:34+0000\n"
4
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
5
-"Language-Team: Spanish (Spain) (http://www.transifex.com/projects/p/kolab-documentation/language/es_ES/)\n"
6
+"Language-Team: Spanish (http://www.transifex.com/projects/p/kolab-documentation/language/es/)\n"
7
"MIME-Version: 1.0\n"
8
"Content-Type: text/plain; charset=UTF-8\n"
9
"Content-Transfer-Encoding: 8bit\n"
10
-"Language: es_ES\n"
11
+"Language: es\n"
12
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
13
14
#: ../../en_US/_plugins/tasks/overview.rst:6
15
roundcubemail-plugins-kolab-3.2.5.tar.gz/plugins/tasklist/localization/cs_CZ.inc -> roundcubemail-plugins-kolab-3.2.6.tar.gz/plugins/tasklist/localization/cs_CZ.inc
Changed
20
1
2
$labels['sendnotifications'] = 'Uvědomit pověřence o změnách';
3
$labels['sendcancellation'] = 'Uvědomit pověřence o zrušení úkolu';
4
$labels['invitationsubject'] = 'Byl(a) jste přidělen(a) k "$title"';
5
+$labels['invitationmailbody'] = "*\$title*\n\nDokdy: \$date\n\nPřiděleno: \$attendees\n\nPodrobnosti o úkolu najdete v přiloženém souboru typu iCalendar. Můžete si ho nahrát do programu na úkoly.";
6
$labels['itipupdatesubject'] = 'Událost "$title" byla aktualizována';
7
$labels['itipupdatesubjectempty'] = 'Úkol, který se vás týká, byl aktualizován';
8
+$labels['itipupdatemailbody'] = "*\$title*\n\nDokdy: \$date\n\nPřiděleno: \$attendees\n\nAktualizované podrobnosti o úkolu najdete v přiloženém souboru typu iCalendar. Můžete si ho nahrát do programu na úkoly.";
9
$labels['itipcancelsubject'] = 'Událost "$title" byla zrušena';
10
+$labels['itipcancelmailbody'] = "*\$title*\n\nDokdy: \$date\n\nPřiděleno: \$attendees\n\nÚkol byl zrušen \$organizer.\n\nAktualizované podrobnosti o úkolu najdete v přiloženém souboru typu iCalendar.";
11
$labels['saveintasklist'] = 'uložit do';
12
$labels['itipobjectnotfound'] = 'Úkol, na který tato zpráva odkazuje nebyl nalezen ve vašem seznamu úkolů.';
13
$labels['itipmailbodyaccepted'] = "\$sender přijal přidělení úkolu:\n\n*\$title*\n\nTermín: \$date\n\nZadávající: \$attendees";
14
+$labels['itipmailbodytentative'] = "\$sender předběžně přijal přidělení k následujícímu úkolu:\n\n*\$title*\n\nTermín: \$date\n\nPřiděleno: \$attendees";
15
+$labels['itipmailbodydeclined'] = "\$sender odmítl přidělení k následujícímu úkolu:\n\n*\$title*\n\nTermín: \$date\n\nPřiděleno: \$attendees";
16
+$labels['itipmailbodycancel'] = "\$sender odmítl vaše přidělení k následujícímu úkolu:\n\n*\$title*\n\nTermín: \$date";
17
$labels['itipmailbodyin-process'] = "\$sender nastavil stav následujícího úkolu na probíhající:\n\n*\$title*\n\nTermín: \$date";
18
$labels['itipmailbodycompleted'] = "\$sender dokončil tento úkol:\n\n*\$title*\n\nTermín: \$date";
19
$labels['itipmailbodydelegated'] = "\$sender delegoval následující úkol:\n\n*\$title*\n\nTermín: \$date";
20
roundcubemail-plugins-kolab-3.2.5.tar.gz/plugins/tasklist/localization/de_DE.inc -> roundcubemail-plugins-kolab-3.2.6.tar.gz/plugins/tasklist/localization/de_DE.inc
Changed
66
1
2
$labels['status'] = 'Status';
3
$labels['status-needs-action'] = 'Braucht Aktion';
4
$labels['status-in-process'] = 'In Bearbeitung';
5
-$labels['status-completed'] = 'Erledigt';
6
-$labels['status-cancelled'] = 'Gekündigt';
7
+$labels['status-completed'] = 'Abgeschlossen';
8
+$labels['status-cancelled'] = 'Hinfällig';
9
$labels['assignedto'] = 'Zugewiesen an';
10
$labels['created'] = 'Erstellt';
11
$labels['changed'] = 'Geändert';
12
13
$labels['sendinvitations'] = 'Einladungen versenden';
14
$labels['sendnotifications'] = 'Beauftragte Teilnehmer über die Änderung informieren';
15
$labels['sendcancellation'] = 'Beauftragte Teilnehmer über die Stornierung informieren';
16
+$labels['invitationsubject'] = 'Ihnen wurde "$title" zugewiesen';
17
+$labels['invitationmailbody'] = "*\$title*\n\nDue: \$date\n\nAssignees: \$attendees\n\nAngehängt finden Sie eine iCalendar-Datei mit allen Aufgabendetails, welche in Ihre Aufgabenanwendung importiert werden kann.";
18
$labels['itipupdatesubject'] = '"$title" wurde aktualisiert';
19
+$labels['itipupdatesubjectempty'] = 'Eine ihrer Aufgabe wurde aktualisiert';
20
+$labels['itipupdatemailbody'] = "*\$title*\n\nDue: \$date\n\nAssignees: \$attendees\n\nAngehängt finden Sie eine iCalendar-Datei mit den aktualisierten Aufgabendetails, welche in Ihre Aufgabenanwendung importiert werden kann.";
21
$labels['itipcancelsubject'] = '"$title" wurde abgesagt';
22
+$labels['itipcancelmailbody'] = "*\$title*\n\nDue: \$date\n\nAssignees: \$attendees\n\nDie Aufgabe wurde durch \$organizer storniert.\n\nAngehängt finden Sie eine iCalendar-Datei mit den aktualisierten Aufgabendetails.";
23
$labels['saveintasklist'] = 'speichern in';
24
+$labels['itipobjectnotfound'] = 'Die Aufgabe, auf welche sich diese Nachricht bezieht, wurde nicht in Ihrer Aufgabenliste gefunden.';
25
+$labels['itipmailbodyaccepted'] = "\$sender hat die Zuweisung folgender Aufgabe akzeptiert:\n\n*\$title*\n\nFällig: \$date\n\nVerantwortlich: \$attendees";
26
+$labels['itipmailbodytentative'] = "\$sender hat die Zuweisung folgender Aufgabe unter Vorbehalt akzeptiert:\n\n*\$title*\n\nFällig: \$date\n\nVerantwortlich: \$attendees";
27
+$labels['itipmailbodydeclined'] = "\$sender hat die Zuweisung folgender Aufgabe abgeleht:\n\n*\$title*\n\nFällig: \$date\n\nVerantwortlich: \$attendees";
28
+$labels['itipmailbodycancel'] = "\$sender hat die Zuweisung folgender Aufgabe abgeleht:\n\n*\$title*\n\nFällig: \$date";
29
+$labels['itipmailbodyin-process'] = "\$sender hat den Status folgender Aufgabe auf in-Bearbeitung gesetzt:\n\n*\$title*\n\nFällig: \$date";
30
+$labels['itipmailbodycompleted'] = "\$sender hat folgende Aufgabe abgeschlossen:\n\n*\$title*\n\nFällig: \$date";
31
+$labels['itipmailbodydelegated'] = "\$sender hat folgende Aufgabe delegiert:\n\n*\$title*\n\nFällig: \$date";
32
+$labels['itipmailbodydelegatedto'] = "\$sender hat folgende Aufgabe an Sie delegiert:\n\n*\$title*\n\nFällig: \$date";
33
+$labels['attendeeaccepted'] = 'Delegierter hat akzeptiert';
34
+$labels['attendeetentative'] = 'Delegierter hat unter Vorbehalt akzeptiert';
35
+$labels['attendeedeclined'] = 'Delegierter hat abgelehnt';
36
+$labels['attendeedelegated'] = 'Zugewiesener hat zu $delegatedto delegiert';
37
+$labels['attendeein-process'] = 'Delegierter ist in Bearbeitung ';
38
+$labels['attendeecompleted'] = 'Delegierter hat abgeschlossen';
39
+$labels['acceptinvitation'] = 'Akzeptieren Sie die Zuweisung?';
40
+$labels['itipdeclinetask'] = 'Lehnen Sie to Zuweisung dieser Aufgabe ab';
41
+$labels['declinedeleteconfirm'] = 'Möchten Sie diese abgelehnete Aufgabe aus Ihrer Aufgabenliste löschen?';
42
$labels['itipcomment'] = 'Kommentar zur Einladungs-/Benachrichtigungsnachricht';
43
+$labels['itipcommenttitle'] = 'Dieser Kommentar wird der Benachrichtigung an andere Delegierte hinzugefügt';
44
+$labels['itipsendsuccess'] = 'Benachrichtigung an Delegierte gesendet';
45
+$labels['errornotifying'] = 'Senden der Benachrichtigung an Delegierte fehlgeschlagen';
46
$labels['removefromcalendar'] = 'Aus meinen Aufgaben entfernen';
47
+$labels['delegateinvitation'] = 'Zuweisung delegieren';
48
$labels['andnmore'] = '$nr weitere...';
49
$labels['delegatedto'] = 'Delegiert an:';
50
$labels['delegatedfrom'] = 'Delegiert von:';
51
$labels['savetotasklist'] = 'In den Aufgaben speichern';
52
$labels['comment'] = 'Kommentar';
53
$labels['errorimportingtask'] = 'Fehler beim Importieren der Aufgabe(n)';
54
+$labels['importwarningexists'] = 'Eine Kopie dieser Aufgabe exisistiert bereits in Ihrer Aufgabenliste';
55
$labels['importsuccess'] = '$nr Aufgaben erfolgreich importiert';
56
+$labels['newerversionexists'] = 'Eine neuere Version dieser Aufgabe existiert bereits! Abbruch.';
57
+$labels['nowritetasklistfound'] = 'Keine Aufgabenliste zum Speichern der Aufgabe gefunden';
58
+$labels['importedsuccessfully'] = 'Die Aufgabe wurde erfolgreich unter \'$list\' gespeichert';
59
+$labels['updatedsuccessfully'] = 'Die Aufgabe wurde erfolgreich in \'$list\' aktualisiert';
60
$labels['attendeupdateesuccess'] = 'Teilnehmerstatus erfolgreich aktualisiert';
61
+$labels['itipresponseerror'] = 'Senden der Antwort auf diese Aufgabenzuweisung fehlgeschlagen';
62
$labels['itipinvalidrequest'] = 'Diese Einladung ist nicht mehr gültig.';
63
+$labels['sentresponseto'] = 'Antwort auf Aufgabenzuweisung erfolgreich an $mailto versendet';
64
$labels['successremoval'] = 'Diese Aufgabe wurde erfolgreich gelöscht.';
65
$labels['arialabelsortmenu'] = 'Aufgaben-Sortierungsoptionen';
66
roundcubemail-plugins-kolab-3.2.5.tar.gz/plugins/tasklist/localization/fi_FI.inc -> roundcubemail-plugins-kolab-3.2.6.tar.gz/plugins/tasklist/localization/fi_FI.inc
Changed
17
1
2
$labels['starttime'] = 'Aloitusaika';
3
$labels['alarms'] = 'Muistutus';
4
$labels['repeat'] = 'Toista';
5
+$labels['links'] = 'Viittaus';
6
$labels['status'] = 'Tila';
7
$labels['status-cancelled'] = 'Peruttu';
8
$labels['created'] = 'Luotu';
9
10
$labels['mytaskstitle'] = 'Sinulle määritetyt tehtävät';
11
$labels['nodate'] = 'ei päivää';
12
$labels['removetag'] = 'Poista';
13
+$labels['removelink'] = 'Poista sähköpostiviittaus';
14
$labels['taskdetails'] = 'Tiedot';
15
$labels['newtask'] = 'Uusi tehtävä';
16
$labels['edittask'] = 'Muokkaa tehtävää';
17
roundcubemail-plugins-kolab-3.2.5.tar.gz/plugins/tasklist/localization/it_IT.inc -> roundcubemail-plugins-kolab-3.2.6.tar.gz/plugins/tasklist/localization/it_IT.inc
Changed
35
1
2
$labels['itipcancelsubject'] = '"$title" è stato annullato';
3
$labels['itipcancelmailbody'] = "*\$title*\n\nScadenza: \$date\n\nAssegnatari: \$attendees\n\nL'attività è stata cancellata da \$organizer.\n\nIn allegato un file iCalendar con i dettagli dell'attività aggiornati ";
4
$labels['saveintasklist'] = 'Salva in';
5
+$labels['itipobjectnotfound'] = 'L\'attività riportata da questo messaggio non è stata trovata nella tua lista attività.';
6
+$labels['itipmailbodyaccepted'] = "\$sender ha accettato l'assegnazione alla seguente attività:\n\n*\$title*\n\nScadenza: \$date\n\nAssegnatari: \$attendees";
7
+$labels['itipmailbodytentative'] = "\$sender ha provvisoriamente accettato l'assegnazione alla seguente attività:\n\n*\$title*\n\nScadenza:\$date\n\nAssegnatari: \$attendees";
8
+$labels['itipmailbodydeclined'] = "\$sender ha rifiutato l'assegnazione alla seguente attività:\n\n*\$title*\n\nScadenza: \$date\n\nAssegnatari: \$attendees";
9
+$labels['itipmailbodycancel'] = "\$sender ha rifiutato la tua assegnazione alla seguente attività:\n\n*\$title*\n\nScadenza: \$date";
10
+$labels['itipmailbodyin-process'] = "\$sender ha impostato lo stato della seguente attività a in corso:\n\n*\$title*\n\nScadenza: \$date";
11
+$labels['itipmailbodycompleted'] = "\$sender ha completato la seguente attività:\n\n*\$title*\n\nScadenza: \$date";
12
+$labels['itipmailbodydelegated'] = "\$sender ha delegato la seguente attività:\n\n*\$title*\n\nScadenza: \$date";
13
+$labels['itipmailbodydelegatedto'] = "\$sender ha delegato a te la seguente attività:\n\n*\$title*\n\nScadenza: \$date";
14
$labels['attendeeaccepted'] = 'L\'assegnatario ha accettato';
15
+$labels['attendeetentative'] = 'L\'assegnatario ha provvisoriamente accettato';
16
+$labels['attendeedeclined'] = 'L\'assegnatario ha rifiutato';
17
+$labels['attendeedelegated'] = 'L\'assegnatario ha delegato a $delegatedto';
18
+$labels['acceptinvitation'] = 'Accetti questa assegnazione?';
19
$labels['itipcomment'] = 'Commento all\'invito/notifica';
20
$labels['itipcommenttitle'] = 'Questo commento verrà allegato al messaggio di invito/notifica inviato agli assegnatari';
21
$labels['itipsendsuccess'] = 'Notifica inviata agli assegnatari';
22
23
$labels['errorimportingtask'] = 'Impossibile importare attività';
24
$labels['importwarningexists'] = 'Una copia di questa attività esiste già nella tua lista attività.';
25
$labels['importsuccess'] = 'Importate con successo $nr attività';
26
+$labels['newerversionexists'] = 'Una versione più recente di questa attività esiste già! Interrotto.';
27
+$labels['nowritetasklistfound'] = 'Nessuna lista attività trovata nella quale salvare l\'attività';
28
$labels['importedsuccessfully'] = 'L\'attività è stata aggiunta con successo a \'$list\'';
29
$labels['updatedsuccessfully'] = 'L\'attività è stata aggiornata con successo in \'$list\'';
30
$labels['attendeupdateesuccess'] = 'Stato dei partecipanti aggiornato correttamente';
31
+$labels['itipresponseerror'] = 'Impossibile spedire la risposta a questa assegnazione attività';
32
$labels['itipinvalidrequest'] = 'Questo invito non è più valido';
33
$labels['successremoval'] = 'L\'attività è stata cancellata con successo.';
34
$labels['arialabelsortmenu'] = 'Opzioni ordinamento attività';
35
roundcubemail-plugins-kolab-3.2.6.tar.gz/plugins/tasklist/localization/pl.inc
Added
60
1
2
+<?php
3
+/**
4
+ * Localizations for the Kolab Tasks plugin
5
+ *
6
+ * Copyright (C) 2014, Kolab Systems AG
7
+ *
8
+ * For translation see https://www.transifex.com/projects/p/kolab/resource/tasklist/
9
+ */
10
+$labels['navtitle'] = 'Zadania';
11
+$labels['lists'] = 'Lista zadań';
12
+$labels['list'] = 'Lista zadań';
13
+$labels['tags'] = 'Tagi';
14
+$labels['listsearchresults'] = 'Dostępne listy zadań';
15
+$labels['findlists'] = 'Szukaj list zadań...';
16
+$labels['notasklistsfound'] = 'Nie znaleziono list zadań';
17
+$labels['removelist'] = 'Usuń z listy';
18
+$labels['newtask'] = 'Nowe zadanie';
19
+$labels['createtask'] = 'Utwórz zadanie <Enter>';
20
+$labels['createnewtask'] = 'Utwórz nowe zadanie (np sobota, zrobić zakupy)';
21
+$labels['createfrommail'] = 'Zapisz jako zadanie';
22
+$labels['edit'] = 'Edytuj';
23
+$labels['delete'] = 'Usuń';
24
+$labels['title'] = 'Tytuł';
25
+$labels['description'] = 'Opis';
26
+$labels['start'] = 'Start';
27
+$labels['repeat'] = 'Powtórz';
28
+$labels['status-cancelled'] = 'Anulowane';
29
+$labels['created'] = 'Utworzone';
30
+$labels['changed'] = 'Ostatnia modyfikacja';
31
+$labels['all'] = 'Wszystko';
32
+$labels['today'] = 'Dzisiaj';
33
+$labels['tomorrow'] = 'Jutro';
34
+$labels['next7days'] = 'Następne 7 dni';
35
+$labels['later'] = 'Później';
36
+$labels['assigned'] = 'Przydzielone';
37
+$labels['mytasks'] = 'Moje zadania';
38
+$labels['mytaskstitle'] = 'Zadania przypisane do Ciebie';
39
+$labels['nodate'] = 'brak daty';
40
+$labels['removetag'] = 'Usuń';
41
+$labels['auto'] = 'Auto';
42
+$labels['taskdetails'] = 'Szczegóły';
43
+$labels['newtask'] = 'Nowe zadanie';
44
+$labels['edittask'] = 'Edytuj zadanie';
45
+$labels['save'] = 'Zapisz';
46
+$labels['cancel'] = 'Anuluj';
47
+$labels['addsubtask'] = 'Dodaj podzadanie';
48
+$labels['deletetask'] = 'Usuń zadanie';
49
+$labels['deletethisonly'] = 'Usuń tylko to zadanie';
50
+$labels['deletewithchilds'] = 'Usuń wraz z podzadaniami';
51
+$labels['taskactions'] = 'Opcje zadania';
52
+$labels['tabsummary'] = 'Podsumowanie';
53
+$labels['editlist'] = 'Edytuj listę';
54
+$labels['createlist'] = 'Dodaj listę';
55
+$labels['listactions'] = 'Opcje listy...';
56
+$labels['listname'] = 'Nazwa';
57
+$labels['import'] = 'Importuj';
58
+$labels['rolerequired'] = 'Wymagane';
59
+$labels['andnmore'] = '$nr więcej...';
60
roundcubemail-plugins-kolab-3.2.5.tar.gz/plugins/tasklist/localization/pl_PL.inc -> roundcubemail-plugins-kolab-3.2.6.tar.gz/plugins/tasklist/localization/pl_PL.inc
Changed
121
1
2
$labels['searchterms'] = 'Szukana fraza';
3
$labels['notasklistsfound'] = 'Nie znaleziono żanych list zadań';
4
$labels['nrtasklistsfound'] = 'Znaleziono $nr list zadań';
5
-$labels['removelist'] = 'Remove from list';
6
+$labels['removelist'] = 'Usuń z listy';
7
$labels['newtask'] = 'Nowe zadanie';
8
$labels['createtask'] = 'Utwórz zadanie <Enter>';
9
$labels['createnewtask'] = 'Utwórz nowe zadanie (n.p. sobota, skosić trawnik)';
10
11
$labels['repeat'] = 'Powtórz';
12
$labels['links'] = 'Reference';
13
$labels['status'] = 'Status';
14
-$labels['status-needs-action'] = 'Needs action';
15
-$labels['status-in-process'] = 'In process';
16
-$labels['status-completed'] = 'Completed';
17
+$labels['status-needs-action'] = 'Wymagane działanie';
18
+$labels['status-in-process'] = 'W trakcie';
19
+$labels['status-completed'] = 'Ukończone';
20
$labels['status-cancelled'] = 'Anulowany';
21
$labels['assignedto'] = 'Przypisane do';
22
$labels['created'] = 'Utworzono';
23
24
$labels['mytaskstitle'] = 'Zadania przypisane do ciebie';
25
$labels['nodate'] = 'Bez daty';
26
$labels['removetag'] = 'Usuń';
27
-$labels['removelink'] = 'Remove email reference';
28
+$labels['removelink'] = 'Usuń odnośnik e-mail';
29
$labels['auto'] = 'Automatycznie';
30
$labels['taskdetails'] = 'Szczegóły';
31
$labels['newtask'] = 'Nowe zadanie';
32
33
$labels['createlist'] = 'Dodaj listę';
34
$labels['listactions'] = 'Opcje listy...';
35
$labels['listname'] = 'Nazwa';
36
-$labels['showalarms'] = 'Show reminders';
37
+$labels['showalarms'] = 'Pokaż powiadomienia';
38
$labels['import'] = 'Importuj';
39
$labels['viewactions'] = 'Podgląd akcji';
40
$labels['focusview'] = 'Pokaż tylko tę listę';
41
42
$labels['invitationsubject'] = 'Zostałeś przypisany do "$title"';
43
$labels['invitationmailbody'] = "*\$title*\n\nDo kiedy: \$date\n\nPrzypisani: \$attendees\n\nW załączeniu plik w formacie iCalendar ze szczegółami zadania, który możesz zaimportować do twojej aplikacji listy zadań.";
44
$labels['itipupdatesubject'] = '"$title" zostało zaktualizowane';
45
-$labels['itipupdatesubjectempty'] = 'A task that concerns you has been updated';
46
+$labels['itipupdatesubjectempty'] = 'Zadanie które cię dotyczy zostało zaktualizowane';
47
$labels['itipupdatemailbody'] = "*\$title*\n\nDue: \$date\n\nAssignees: \$attendees\n\nPlease find attached an iCalendar file with the updated task details which you can import to your tasks application.";
48
$labels['itipcancelsubject'] = '"$title" zostało anulowane';
49
$labels['itipcancelmailbody'] = "*\$title*\n\nDue: \$date\n\nAssignees: \$attendees\n\nThe task has been cancelled by \$organizer.\n\nPlease find attached an iCalendar file with the updated task details.";
50
-$labels['saveintasklist'] = 'save in ';
51
-$labels['itipobjectnotfound'] = 'The task referred by this message was not found in your tasks list.';
52
-$labels['itipmailbodyaccepted'] = "\$sender has accepted the assignment to the following task:\n\n*\$title*\n\nDue: \$date\n\nAssignees: \$attendees";
53
-$labels['itipmailbodytentative'] = "\$sender has tentatively accepted the assignment to the following task:\n\n*\$title*\n\nDue: \$date\n\nAssignees: \$attendees";
54
-$labels['itipmailbodydeclined'] = "\$sender has declined the assignment to the following task:\n\n*\$title*\n\nDue: \$date\n\nAssignees: \$attendees";
55
-$labels['itipmailbodycancel'] = "\$sender has rejected your assignment to the following task:\n\n*\$title*\n\nDue: \$date";
56
-$labels['itipmailbodyin-process'] = "\$sender has set the status of the following task to in-process:\n\n*\$title*\n\nDue: \$date";
57
+$labels['saveintasklist'] = 'zapisz w';
58
+$labels['itipobjectnotfound'] = 'W twojej liście zadań nie znaleziono zadania związanego z tą wiadomością';
59
+$labels['itipmailbodyaccepted'] = "\$sender zaakceptował przydzielenie do następującego zadania:\n\n*\$title*\n\nTermin: \$date\n\nUczestnicy: \$attendees";
60
+$labels['itipmailbodytentative'] = "\$sender wstęnie zaakceptował przydzielenie do następującego zadania:\n\n*\$title*\n\nTermin: \$date\n\nUczestnicy: \$attendees";
61
+$labels['itipmailbodydeclined'] = "\$sender obniżył przydzielenie do następującego zadania:\n\n*\$title*\n\nTermin: \$date\n\nUczestnicy: \$attendees";
62
+$labels['itipmailbodycancel'] = "\$sender odrzucił przydzielenie do następującego zadania:\n\n*\$title*\n\nTermin: \$date";
63
+$labels['itipmailbodyin-process'] = "\$sender ustanowił status następującego zadania na w trakcie:\n\n*\$title*\n\nTermin: \$date";
64
$labels['itipmailbodycompleted'] = "\$sender has completed the following task:\n\n*\$title*\n\nDue: \$date";
65
$labels['itipmailbodydelegated'] = "\$sender has delegated the following task:\n\n*\$title*\n\nDue: \$date";
66
$labels['itipmailbodydelegatedto'] = "\$sender has delegated the following task to you:\n\n*\$title*\n\nDue: \$date";
67
-$labels['attendeeaccepted'] = 'Assignee has accepted';
68
-$labels['attendeetentative'] = 'Assignee has tentatively accepted';
69
-$labels['attendeedeclined'] = 'Assignee has declined';
70
-$labels['attendeedelegated'] = 'Assignee has delegated to $delegatedto';
71
-$labels['attendeein-process'] = 'Assignee is in-process';
72
-$labels['attendeecompleted'] = 'Assignee has completed';
73
-$labels['acceptinvitation'] = 'Do you accept this assignment?';
74
+$labels['attendeeaccepted'] = 'Przydzielenie zaakceptowane';
75
+$labels['attendeetentative'] = 'Przydzielenie warunkowo zaakceptowane';
76
+$labels['attendeedeclined'] = 'Przydzielenie obniżone';
77
+$labels['attendeedelegated'] = 'Przydzielenie oddelegowane do $delegatedto';
78
+$labels['attendeein-process'] = 'Przydzielenie w trakcie';
79
+$labels['attendeecompleted'] = 'Przydzielenie zakończone';
80
+$labels['acceptinvitation'] = 'Zatwierdzasz to przydzielenie?';
81
$labels['itipdeclinetask'] = 'Decline your assignment to this task to the organizer';
82
$labels['declinedeleteconfirm'] = 'Do you also want to delete this declined task from your tasks list?';
83
$labels['itipcomment'] = 'Komentarz zaproszenia/powiadomienia';
84
$labels['itipcommenttitle'] = 'This comment will be attached to the invitation/notification message sent to assignees';
85
-$labels['itipsendsuccess'] = 'Notification sent to assignees';
86
-$labels['errornotifying'] = 'Failed to send notifications to task assignees';
87
-$labels['removefromcalendar'] = 'Remove from my tasks';
88
-$labels['delegateinvitation'] = 'Delegate assignment';
89
+$labels['itipsendsuccess'] = 'Powiadomienie wysłane do beneficjentów';
90
+$labels['errornotifying'] = 'Nie można wysłać wiadomości do beneficjentów zadania';
91
+$labels['removefromcalendar'] = 'Usuń z moich zadań';
92
+$labels['delegateinvitation'] = 'Oddelegowanie przydzieleń';
93
$labels['andnmore'] = '$nr więcej...';
94
$labels['delegatedto'] = 'Oddelegowany do:';
95
$labels['delegatedfrom'] = 'Oddelegowany z:';
96
-$labels['savetotasklist'] = 'Save to tasks';
97
+$labels['savetotasklist'] = 'Zapisz w zadaniach';
98
$labels['comment'] = 'Komentarz';
99
-$labels['errorimportingtask'] = 'Failed to import task(s)';
100
-$labels['importwarningexists'] = 'A copy of this task already exists in your tasklist.';
101
-$labels['importsuccess'] = 'Successfully imported $nr tasks';
102
-$labels['newerversionexists'] = 'A newer version of this task already exists! Aborted.';
103
-$labels['nowritetasklistfound'] = 'No tasklist found to save the task';
104
-$labels['importedsuccessfully'] = 'The task was successfully added to \'$list\'';
105
-$labels['updatedsuccessfully'] = 'The task was successfully updated in \'$list\'';
106
+$labels['errorimportingtask'] = 'Nie można dokonać importu zadań(ia) ';
107
+$labels['importwarningexists'] = 'Kopia tego zadania już istnieje w twojej liście zadań';
108
+$labels['importsuccess'] = 'Pomyślnie zaimportowano $nr zadań';
109
+$labels['newerversionexists'] = 'Nowsza wersja tego zadania już istnieje! Przerwano';
110
+$labels['nowritetasklistfound'] = 'Nie znaleziono listy zadań do zapisu zadania.';
111
+$labels['importedsuccessfully'] = 'Zadanie zostało pomyślnie dodane do \'$list\'';
112
+$labels['updatedsuccessfully'] = 'Zadanie zostało pomyślnie zaktualizowane w \'$list\'';
113
$labels['attendeupdateesuccess'] = 'Zaktualizowano status uczestnika.';
114
$labels['itipresponseerror'] = 'Failed to send the response to this task assignment';
115
$labels['itipinvalidrequest'] = 'To zaproszenie nie jest już aktualne.';
116
$labels['sentresponseto'] = 'Successfully sent assignment response to $mailto';
117
-$labels['successremoval'] = 'The task has been deleted successfully.';
118
-$labels['arialabelsortmenu'] = 'Tasks sorting options';
119
+$labels['successremoval'] = 'Zadanie zostało pomyślnie usunięte.';
120
+$labels['arialabelsortmenu'] = 'Opcje sortowania zadań';
121
roundcubemail-plugins-kolab-3.2.6.tar.gz/plugins/tasklist/localization/pt_PT.inc
Added
55
1
2
+<?php
3
+/**
4
+ * Localizations for the Kolab Tasks plugin
5
+ *
6
+ * Copyright (C) 2014, Kolab Systems AG
7
+ *
8
+ * For translation see https://www.transifex.com/projects/p/kolab/resource/tasklist/
9
+ */
10
+$labels['tasklistsubscribe'] = 'Listar permanentemente';
11
+$labels['searchterms'] = 'Search terms';
12
+$labels['removelist'] = 'Remove from list';
13
+$labels['edit'] = 'Editar';
14
+$labels['description'] = 'Descrição';
15
+$labels['start'] = 'Início';
16
+$labels['starttime'] = 'Start time';
17
+$labels['alarms'] = 'Lembrete';
18
+$labels['repeat'] = 'Repetir';
19
+$labels['links'] = 'Reference';
20
+$labels['status'] = 'Situação';
21
+$labels['status-cancelled'] = 'Cancalado';
22
+$labels['created'] = 'Created';
23
+$labels['changed'] = 'Last Modified';
24
+$labels['all'] = 'Todos';
25
+$labels['today'] = 'Hoje';
26
+$labels['tomorrow'] = 'Amanhã';
27
+$labels['removelink'] = 'Remove email reference';
28
+$labels['taskdetails'] = 'Detalhes';
29
+$labels['save'] = 'Gravar';
30
+$labels['cancel'] = 'Cancelar';
31
+$labels['tabsummary'] = 'Sumário';
32
+$labels['tabrecurrence'] = 'Repetição';
33
+$labels['tabattachments'] = 'Anexos';
34
+$labels['tabsharing'] = 'Compartilhamento';
35
+$labels['listname'] = 'Nome';
36
+$labels['showalarms'] = 'Show reminders';
37
+$labels['savingdata'] = 'Salvando dados...';
38
+$labels['role'] = 'Papel';
39
+$labels['availability'] = 'Disp.';
40
+$labels['confirmstate'] = 'Situação';
41
+$labels['roleorganizer'] = 'Organizador';
42
+$labels['rolerequired'] = 'Obrigatório';
43
+$labels['roleoptional'] = 'Opcional';
44
+$labels['rolechair'] = 'Chair';
45
+$labels['sendinvitations'] = 'Enviar convites';
46
+$labels['itipupdatesubject'] = '"$title" foi atualizado';
47
+$labels['itipcancelsubject'] = '"$title" foi cancelado';
48
+$labels['itipcomment'] = 'Invitation/notification comment';
49
+$labels['andnmore'] = '$nr mais...';
50
+$labels['delegatedto'] = 'Delegado para:';
51
+$labels['delegatedfrom'] = 'Delegado de:';
52
+$labels['comment'] = 'Comentário';
53
+$labels['attendeupdateesuccess'] = 'O status do participante foi atualizado com sucesso.';
54
+$labels['itipinvalidrequest'] = 'Este convite não é mais válido';
55
roundcubemail-plugins-kolab-3.2.5.tar.gz/plugins/tasklist/localization/sk.inc -> roundcubemail-plugins-kolab-3.2.6.tar.gz/plugins/tasklist/localization/sk.inc
Changed
18
1
2
*
3
* For translation see https://www.transifex.com/projects/p/kolab/resource/tasklist/
4
*/
5
+$labels['removelist'] = 'Odstrániť zo zoznamu';
6
$labels['edit'] = 'Upraviť';
7
+$labels['description'] = 'Popis';
8
+$labels['start'] = 'Začiatok';
9
+$labels['starttime'] = 'Čas začiatku';
10
+$labels['repeat'] = 'Opakovať';
11
+$labels['status'] = 'Stav';
12
+$labels['status-cancelled'] = 'Zrušené';
13
$labels['save'] = 'Uložiť';
14
+$labels['cancel'] = 'Zrušiť';
15
+$labels['tabsummary'] = 'Sumár';
16
$labels['listname'] = 'Meno';
17
+$labels['confirmstate'] = 'Stav';
18
roundcubemail-plugins-kolab-3.2.6.tar.gz/plugins/tasklist/localization/sl.inc
Added
173
1
2
+<?php
3
+/**
4
+ * Localizations for the Kolab Tasks plugin
5
+ *
6
+ * Copyright (C) 2014, Kolab Systems AG
7
+ *
8
+ * For translation see https://www.transifex.com/projects/p/kolab/resource/tasklist/
9
+ */
10
+$labels['navtitle'] = 'Naloge';
11
+$labels['lists'] = 'Seznami nalog';
12
+$labels['list'] = 'Seznam nalog';
13
+$labels['tags'] = 'Tagi';
14
+$labels['tasklistsubscribe'] = 'Označi za vedno';
15
+$labels['listsearchresults'] = 'Seznami nalog na voljo';
16
+$labels['findlists'] = 'Poišči sezname nalog...';
17
+$labels['searchterms'] = 'Iskalni pogoji';
18
+$labels['notasklistsfound'] = 'Ne najdem seznamov nalog';
19
+$labels['nrtasklistsfound'] = '$nr najdenih seznamov';
20
+$labels['removelist'] = 'Odstrani iz seznama';
21
+$labels['newtask'] = 'Nova naloga';
22
+$labels['createtask'] = 'Nova naloga <Enter>';
23
+$labels['createnewtask'] = 'Nova naloga (npr. Sobota, Košnja trave)';
24
+$labels['createfrommail'] = 'Shrani kot nalogo';
25
+$labels['mark'] = 'Označi';
26
+$labels['unmark'] = 'Odznači';
27
+$labels['edit'] = 'Uredi';
28
+$labels['delete'] = 'Izbriši';
29
+$labels['title'] = 'Naslov';
30
+$labels['description'] = 'Opis';
31
+$labels['datetime'] = 'Poteklo';
32
+$labels['duetime'] = 'Datum poteka';
33
+$labels['start'] = 'Začetek';
34
+$labels['starttime'] = 'Čas začetka';
35
+$labels['alarms'] = 'Opomnik';
36
+$labels['repeat'] = 'Ponovi';
37
+$labels['links'] = 'Sklic';
38
+$labels['status'] = 'Status';
39
+$labels['status-needs-action'] = 'Potrebuje pozornost';
40
+$labels['status-in-process'] = 'V procesu';
41
+$labels['status-completed'] = 'Opravljeno';
42
+$labels['status-cancelled'] = 'Preklicano';
43
+$labels['assignedto'] = 'Dodeljeno osebi';
44
+$labels['created'] = 'Ustvarjeno';
45
+$labels['changed'] = 'Nazadnje urejeno';
46
+$labels['all'] = 'Vsi';
47
+$labels['flagged'] = 'Označeno z zastavico';
48
+$labels['complete'] = 'Opravi';
49
+$labels['completeness'] = 'Napredek';
50
+$labels['overdue'] = 'Poteče';
51
+$labels['today'] = 'Danes';
52
+$labels['tomorrow'] = 'Jutri';
53
+$labels['next7days'] = 'V naslednjih 7 dneh';
54
+$labels['later'] = 'Kasneje';
55
+$labels['assigned'] = 'Dodeljeno';
56
+$labels['assignedtitle'] = 'Naloge, ki ste jih dodelili ostalim';
57
+$labels['mytasks'] = 'Moje naloge';
58
+$labels['mytaskstitle'] = 'Naloge, ki so dodeljene vam';
59
+$labels['nodate'] = 'brez datuma';
60
+$labels['removetag'] = 'Odstrani';
61
+$labels['removelink'] = 'Odstrani email povezavo';
62
+$labels['auto'] = 'Auto';
63
+$labels['taskdetails'] = 'Podrobnosti';
64
+$labels['newtask'] = 'Nova naloga';
65
+$labels['edittask'] = 'Uredi nalogo';
66
+$labels['save'] = 'Shrani';
67
+$labels['cancel'] = 'Prekliči';
68
+$labels['saveandnotify'] = 'Shrani in pošlji obvestila';
69
+$labels['addsubtask'] = 'Dodatna naloga';
70
+$labels['deletetask'] = 'Izbriši nalogo';
71
+$labels['deletethisonly'] = 'Izbriši samo to nalogo';
72
+$labels['deletewithchilds'] = 'Izbriši skupaj z vsemi dodanimi nalogami';
73
+$labels['taskactions'] = 'Nastavitve naloge...';
74
+$labels['tabsummary'] = 'Pregled';
75
+$labels['tabrecurrence'] = 'Ponovitev';
76
+$labels['tabassignments'] = 'Dodeljene naloge';
77
+$labels['tabattachments'] = 'Priponke';
78
+$labels['tabsharing'] = 'Deli z ostalimi';
79
+$labels['editlist'] = 'Uredi seznam';
80
+$labels['createlist'] = 'Dodaj seznam';
81
+$labels['listactions'] = 'Nastavitve seznama...';
82
+$labels['listname'] = 'Ime';
83
+$labels['showalarms'] = 'Prikaži opomnike';
84
+$labels['import'] = 'Uvozi';
85
+$labels['viewactions'] = 'Prikaži možnosti';
86
+$labels['focusview'] = 'Prikaži samo ta seznam';
87
+$labels['on'] = 'dne';
88
+$labels['at'] = 'ob';
89
+$labels['this'] = 'ta';
90
+$labels['next'] = 'naslednji';
91
+$labels['savingdata'] = 'Shranjujem...';
92
+$labels['errorsaving'] = 'Napaka pri shranjevanju podatkov.';
93
+$labels['notasksfound'] = 'Ne najdem nalog z izbranimi iskalnimi kriteriji';
94
+$labels['invalidstartduedates'] = 'Datum začetka ne sme biti poznejši od datuma konca.';
95
+$labels['deletetasktconfirm'] = 'Potrdi izbris naloge?';
96
+$labels['deleteparenttasktconfirm'] = 'Potrdi izbris naloge in vseh dodanih nalog?';
97
+$labels['deletelistconfirm'] = 'Potrdi izbris seznama z vsemi nalogami?';
98
+$labels['deletelistconfirmrecursive'] = 'Potrdi izbris seznama z vsemi pod seznami in nalogami?';
99
+$labels['aclnorights'] = 'Nimate administratorskih pravic na tem seznamu.';
100
+$labels['changetaskconfirm'] = 'Posodobi nalogo';
101
+$labels['changeconfirmnotifications'] = 'Ali želite o spremembi obvestiti udeležence?';
102
+$labels['partstatupdatenotification'] = 'Ali želite o spremembah obvestiti organizatorja dogodka?';
103
+$labels['quickaddinput'] = 'Nov datum naloge in naslov';
104
+$labels['arialabelquickaddbox'] = 'Hitro dodajanje nove naloge';
105
+$labels['arialabelsearchform'] = 'Obrazec za iskanje nalog';
106
+$labels['arialabelquicksearchbox'] = 'Vnos iskanja po nalogah';
107
+$labels['arialabellistsearchform'] = 'Obrazec za iskanje po seznamih';
108
+$labels['arialabeltaskselector'] = 'Način seznama';
109
+$labels['arialabeltasklisting'] = 'Prikaz seznamov nalog';
110
+$labels['attendee'] = 'Dodeljeno osebi';
111
+$labels['role'] = 'Vloga';
112
+$labels['availability'] = 'Razpol.';
113
+$labels['confirmstate'] = 'Status';
114
+$labels['addattendee'] = 'Dodaj osebo';
115
+$labels['roleorganizer'] = 'Organizator';
116
+$labels['rolerequired'] = 'Zahtevano';
117
+$labels['roleoptional'] = 'Neobvezno';
118
+$labels['rolechair'] = 'Vodja sestanka';
119
+$labels['rolenonparticipant'] = 'Opazovalec';
120
+$labels['sendinvitations'] = 'Pošlji vabila';
121
+$labels['sendnotifications'] = 'Pošlji dodanim osebam obvestila o spremembah';
122
+$labels['sendcancellation'] = 'Pošlji dodanim osebam obvestila o preklicu naloge';
123
+$labels['invitationsubject'] = 'Dodani ste bili nalogi "$title"';
124
+$labels['invitationmailbody'] = "*\$title*\n\nPoteče: \$date\n\nAssignees: \$attendees\n\nProsim preglejte iCalendar datoteko v priponki z vsemi podrobnostmi naloge. Datoteko lahko uvozite v vašo aplikacijo.";
125
+$labels['itipupdatesubject'] = '"$title" je bil posodobljen';
126
+$labels['itipupdatesubjectempty'] = 'Zadevna naloga je bila posodobljena';
127
+$labels['itipupdatemailbody'] = "*\$title*\n\nPoteče: \$date\n\nAssignees: \$attendees\n\nProsim preglejte iCalendar datoteko v priponki z vsemi podrobnostmi glede naloge. Datoteko lahko uvozite v vašo aplikacijo.";
128
+$labels['itipcancelsubject'] = '"$title" je bil preklican';
129
+$labels['itipcancelmailbody'] = "*\$title*\n\nPoteče: \$date\n\nAssignees: \$attendees\n\nNaloga je bila preklicana s strani \$organizer.\n\nProsim preglejte iCalendar datoteko z posodobljenimi podrobnostmi naloge.";
130
+$labels['saveintasklist'] = 'shrani v';
131
+$labels['itipobjectnotfound'] = 'Naloga, na katero se nanaša to sporočilo, ni bila najdena na vašem seznamu.';
132
+$labels['itipmailbodyaccepted'] = "\$sender je sprejel vabilo na nalogo:\n\n*\$title*\n\nPoteče: \$date\n\nDodeljeno: \$attendees";
133
+$labels['itipmailbodytentative'] = "\$sender je okvirno sprejel vabilo na nalogo:\n\n*\$title*\n\nPoteče: \$date\n\nDodeljeno: \$attendees";
134
+$labels['itipmailbodydeclined'] = "\$sender ni sprejel vabila na nalogo:\n\n*\$title*\n\nPoteče: \$date\n\nDodeljeno: \$attendees";
135
+$labels['itipmailbodycancel'] = "\$sender je zavrnil vašo dodelitev k nalogi:\n\n*\$title*\n\nPoteče: \$date";
136
+$labels['itipmailbodyin-process'] = "\$sender je spremenil stanje naloge na: v obdelavi:\n\n*\$title*\n\nPoteče: \$date";
137
+$labels['itipmailbodycompleted'] = "\$sender je opravil nalogo:\n\n*\$title*\n\nPoteče: \$date";
138
+$labels['itipmailbodydelegated'] = "\$sender je prenesel nalogo:\n\n*\$title*\n\nPoteče: \$date";
139
+$labels['itipmailbodydelegatedto'] = "\$sender je prenesel nalogo na vas:\n\n*\$title*\n\nPoteče: \$date";
140
+$labels['attendeeaccepted'] = 'Dodeljena oseba je sprejela';
141
+$labels['attendeetentative'] = 'Dodeljena oseba je okvirno sprejela';
142
+$labels['attendeedeclined'] = 'Dodeljena oseba je preklicala';
143
+$labels['attendeedelegated'] = 'Dodeljena oseba je prenesla sodelovanje na $delegatedto';
144
+$labels['attendeein-process'] = 'Dodeljena oseba je v procesu';
145
+$labels['attendeecompleted'] = 'Dodeljena oseba je opravila nalogo';
146
+$labels['acceptinvitation'] = 'Ali sprejmete to nalogo?';
147
+$labels['itipdeclinetask'] = 'Zavrnite dodelitev k tej nalogi';
148
+$labels['declinedeleteconfirm'] = 'Ali želite tudi izbrisati zavrnjeno nalogo iz vašega seznama?';
149
+$labels['itipcomment'] = 'Komentar vabila/obvestila';
150
+$labels['itipcommenttitle'] = 'Komentar bo dodan k vabilu/obvestilu, ki bo poslano sodelujočim';
151
+$labels['itipsendsuccess'] = 'Vabilo sodelujočim poslano';
152
+$labels['errornotifying'] = 'Napaka. Pošiljanje obvestil sodelujočim ni bilo uspešno.';
153
+$labels['removefromcalendar'] = 'Odstrani iz seznama';
154
+$labels['delegateinvitation'] = 'Prenesi nalogo';
155
+$labels['andnmore'] = '$nr več...';
156
+$labels['delegatedto'] = 'Preneseno na:';
157
+$labels['delegatedfrom'] = 'Preneseno od:';
158
+$labels['savetotasklist'] = 'Shrani kot nalogo';
159
+$labels['comment'] = 'Komentar';
160
+$labels['errorimportingtask'] = 'Napaka pri uvozu nalog(e)';
161
+$labels['importwarningexists'] = 'Različica te naloge že obstaja na vašem seznamu.';
162
+$labels['importsuccess'] = 'Uspešno uvoženih $nr nalog';
163
+$labels['newerversionexists'] = 'Obstaja novejša verzija te naloge!';
164
+$labels['nowritetasklistfound'] = 'Za shranitev naloge ne najdem seznamov';
165
+$labels['importedsuccessfully'] = 'Naloga je bila uspešno dodana na \'$list\'';
166
+$labels['updatedsuccessfully'] = 'Naloga je bila uspešno posodobljena na \'$list\'';
167
+$labels['attendeupdateesuccess'] = 'Posodabljanje statusa sodelujočega uspešno';
168
+$labels['itipresponseerror'] = 'Napaka. Pošiljanje odgovora na dodelitev naloge ni bilo uspešno.';
169
+$labels['itipinvalidrequest'] = 'To vabilo ni več veljavno';
170
+$labels['sentresponseto'] = 'Odgovor je bil uspešno poslan na naslov $mailto';
171
+$labels['successremoval'] = 'Naloga je bila uspešno izbrisana.';
172
+$labels['arialabelsortmenu'] = 'Nastavitve za sortiranje';
173
roundcubemail-plugins-kolab-3.2.5.tar.gz/plugins/tasklist/localization/sv_SE.inc -> roundcubemail-plugins-kolab-3.2.6.tar.gz/plugins/tasklist/localization/sv_SE.inc
Changed
140
1
2
$labels['createtask'] = 'Skapa uppgift';
3
$labels['createnewtask'] = 'Skapa ny uppgift (t.ex. lördag, klipp gräsmattan)';
4
$labels['createfrommail'] = 'Spara som uppgift';
5
+$labels['mark'] = 'Märk';
6
+$labels['unmark'] = 'Avmarkera';
7
$labels['edit'] = 'Redigera';
8
$labels['delete'] = 'Ta bort';
9
$labels['title'] = 'Titel';
10
11
$labels['starttime'] = 'Starttid';
12
$labels['alarms'] = 'Påminnelse';
13
$labels['repeat'] = 'Upprepa';
14
+$labels['links'] = 'Referens';
15
$labels['status'] = 'Status';
16
$labels['status-needs-action'] = 'Kräver åtgärd';
17
$labels['status-in-process'] = 'Pågående';
18
19
$labels['all'] = 'Alla';
20
$labels['flagged'] = 'Markerade';
21
$labels['complete'] = 'Slutförda';
22
+$labels['completeness'] = 'Förlopp';
23
$labels['overdue'] = 'Försenade';
24
$labels['today'] = 'Idag';
25
$labels['tomorrow'] = 'Imorgon';
26
27
$labels['mytaskstitle'] = 'Uppgifter tilldelade dig';
28
$labels['nodate'] = 'inget datum';
29
$labels['removetag'] = 'Ta bort';
30
+$labels['removelink'] = 'Ta bort e-postreferens';
31
$labels['auto'] = 'Automatisk';
32
$labels['taskdetails'] = 'Detaljer';
33
$labels['newtask'] = 'Ny uppgift';
34
35
$labels['saveandnotify'] = 'Spara och notifiera';
36
$labels['addsubtask'] = 'Lägg till deluppgift';
37
$labels['deletetask'] = 'Ta bort uppgift';
38
+$labels['deletethisonly'] = 'Ta endast bort denna uppgift';
39
+$labels['deletewithchilds'] = 'Ta bort med alla deluppgifter';
40
+$labels['taskactions'] = 'Alternativ för uppgift';
41
$labels['tabsummary'] = 'Sammanfattning';
42
$labels['tabrecurrence'] = 'Återkommande';
43
$labels['tabassignments'] = 'Tilldelningar';
44
$labels['tabattachments'] = 'Bilagor';
45
$labels['tabsharing'] = 'Delning';
46
+$labels['editlist'] = 'Redigera lista';
47
+$labels['createlist'] = 'Lägg till lista';
48
+$labels['listactions'] = 'Alternativ för lista';
49
$labels['listname'] = 'Namn';
50
$labels['showalarms'] = 'Visa påminnelser';
51
$labels['import'] = 'Importera';
52
+$labels['viewactions'] = 'Visa åtgärder';
53
$labels['focusview'] = 'Visa endast denna lista';
54
+$labels['on'] = 'på';
55
+$labels['at'] = ' ';
56
+$labels['this'] = 'denna';
57
+$labels['next'] = 'nästa';
58
$labels['savingdata'] = 'Sparar data ...';
59
+$labels['errorsaving'] = 'Misslyckades att spara data.';
60
+$labels['notasksfound'] = 'Inga uppgifter hittades med angivna kriterier';
61
+$labels['invalidstartduedates'] = 'Startdatum måste vara större än förfallodatum';
62
+$labels['deletetasktconfirm'] = 'Vill du verkligen ta bort denna uppgift?';
63
+$labels['deleteparenttasktconfirm'] = 'Vill du verkligen ta bort denna uppgift och alla dess deluppgifter?';
64
+$labels['deletelistconfirm'] = 'Vill du verkligen ta bort denna lista med alla dess uppgifter?';
65
+$labels['deletelistconfirmrecursive'] = 'Vill du verkligen ta bort denna lista med alla dellistor och uppgifter?';
66
+$labels['aclnorights'] = 'Du har inte administratörsrättigheter för denna uppgiftslista.';
67
$labels['changetaskconfirm'] = 'Uppdatera uppgift';
68
+$labels['changeconfirmnotifications'] = 'Vill du meddela deltagarna om ändringen?';
69
+$labels['partstatupdatenotification'] = 'Vill du meddela organisatören om statusförändringen?';
70
+$labels['quickaddinput'] = 'Nytt uppgiftsdatum och ny titel';
71
+$labels['arialabelquickaddbox'] = 'Snabb-lägg-till ny uppgift';
72
+$labels['arialabelsearchform'] = 'Sökformulär för uppgifter';
73
+$labels['arialabelquicksearchbox'] = 'Sökinmatning för uppgifter';
74
+$labels['arialabellistsearchform'] = 'Sökformulär för uppgiftslistor';
75
+$labels['arialabeltaskselector'] = 'Listläge';
76
+$labels['arialabeltasklisting'] = 'Uppgiftslistning';
77
+$labels['attendee'] = 'Tilldelad';
78
$labels['role'] = 'Roll';
79
$labels['availability'] = 'Tillg.';
80
$labels['confirmstate'] = 'Status';
81
+$labels['addattendee'] = 'Lägg till förvärvare';
82
$labels['roleorganizer'] = 'Organisatör';
83
$labels['rolerequired'] = 'Obligatorisk';
84
$labels['roleoptional'] = 'Valfritt';
85
$labels['rolechair'] = 'Stol';
86
+$labels['rolenonparticipant'] = 'Observatör';
87
$labels['sendinvitations'] = 'Skicka inbjudningar';
88
+$labels['sendnotifications'] = 'Meddela förvärvare om ändringar';
89
+$labels['sendcancellation'] = 'Meddela förvärvare om annullering av uppgift';
90
+$labels['invitationsubject'] = 'Du har blivit tilldelad "$title"';
91
+$labels['invitationmailbody'] = "*\$title*\n\nFörfaller: \$date\n\nTilldelade: \$attendees\n\nVänligen se bifogad iCalendar-fil, med alla detaljer om uppgiften, som du kan importera till ditt program för uppgifter.";
92
$labels['itipupdatesubject'] = '"$title" har uppdaterats';
93
$labels['itipupdatesubjectempty'] = 'En uppgift som berör dig har uppdaterats';
94
+$labels['itipupdatemailbody'] = "*\$title*\n\nFörfaller: \$date\n\nTilldelade: \$attendees\n\nVänligen se bifogad iCalendar-fil, med uppdaterade detaljer om uppgiften, som du kan importera till ditt program för uppgifter.";
95
$labels['itipcancelsubject'] = '"$title" har ställts in';
96
+$labels['itipcancelmailbody'] = "*\$title*\n\nFörfaller: \$date\n\nTilldelade: \$attendees\n\nUppgiften har ställts in av \$organizer.\n\nVänligen se bifogad iCalendar-fil med uppdaterade detaljer angående uppgiften.";
97
+$labels['saveintasklist'] = 'spara i';
98
+$labels['itipobjectnotfound'] = 'Uppgiften som refererats av detta meddelande hittades inte i din uppgiftslista.';
99
+$labels['itipmailbodyaccepted'] = "\$sender har accepterat att tilldelas följande uppgift:\n\n*\$title*\n\nFörfaller: \$date\n\nTilldelade: \$attendees";
100
+$labels['itipmailbodytentative'] = "\$sender har preliminärt accepterat att tilldelas följande uppgift:\n\n*\$title*\n\nFörfaller: \$date\n\nTilldelade: \$attendees";
101
+$labels['itipmailbodydeclined'] = "\$sender har avböjt att tilldelas följande uppgift:\n\n*\$title*\n\nFörfaller: \$date\n\nTilldelade: \$attendees";
102
+$labels['itipmailbodycancel'] = "\$sender har avvisat din tilldelning av följande uppgift:\n\n*\$title*\n\nFörfaller: \$date";
103
+$labels['itipmailbodyin-process'] = "\$sender har satt status för följande uppgift till i bearbetningsfas:\n\n*\$title*\n\nFörfaller: \$date";
104
+$labels['itipmailbodycompleted'] = "\$sender har slutfört följande uppgift:\n\n*\$title*\n\nFörfaller: \$date";
105
+$labels['itipmailbodydelegated'] = "\$sender har delegerat följande uppgift:\n\n*\$title*\n\nFörfaller: \$date";
106
+$labels['itipmailbodydelegatedto'] = "\$sender har delegerat följande uppgift till dig:\n\n*\$title*\n\nFörfaller: \$date";
107
+$labels['attendeeaccepted'] = 'Den tilldelade har accepterat';
108
+$labels['attendeetentative'] = 'Den tilldelade har preliminärt accepterat';
109
+$labels['attendeedeclined'] = 'Den tilldelade har tackat nej';
110
+$labels['attendeedelegated'] = 'Den tilldelade har delegerat till $delegatedto';
111
+$labels['attendeein-process'] = 'Den tilldelade är i bearbetningsfas';
112
+$labels['attendeecompleted'] = 'Förvärvare har slutfört';
113
+$labels['acceptinvitation'] = 'Accepterar du denna tilldelade uppgift?';
114
+$labels['itipdeclinetask'] = 'Avböj denna, till dig tilldelade, uppgift till organisatören';
115
+$labels['declinedeleteconfirm'] = 'Vill du även ta bort denna avböjda uppgift från din uppgiftslista?';
116
$labels['itipcomment'] = 'Kommentar till inbjudan/meddelande';
117
+$labels['itipcommenttitle'] = 'Denna kommentar kommer att bifogas till inbjudnings-/notifieringsmeddelandet som skickas till de tilldelade';
118
+$labels['itipsendsuccess'] = 'Meddelande har skickats till förvärvare';
119
+$labels['errornotifying'] = 'Misslyckades att skicka notifieringar till uppgiftsförvärvare';
120
$labels['removefromcalendar'] = 'Ta bort från mina uppgifter';
121
+$labels['delegateinvitation'] = 'Delegera uppgift';
122
$labels['andnmore'] = '$nr fler ...';
123
$labels['delegatedto'] = 'Delegerad till:';
124
$labels['delegatedfrom'] = 'Delegerad från:';
125
$labels['savetotasklist'] = 'Spara till uppgifter';
126
$labels['comment'] = 'Kommentar';
127
$labels['errorimportingtask'] = 'Det gick inte att importera uppgift(er)';
128
+$labels['importwarningexists'] = 'En kopia av denna uppgift finns redan i din uppgiftslista.';
129
$labels['importsuccess'] = '$nr uppgifter har importerats';
130
+$labels['newerversionexists'] = 'En nyare version av denna uppgift finns redan! Åtgärd avbruten.';
131
+$labels['nowritetasklistfound'] = 'Ingen uppgiftslista hittades att spara uppgiften till';
132
+$labels['importedsuccessfully'] = 'Uppgiften lades till \'$list\'';
133
+$labels['updatedsuccessfully'] = 'Uppgiften uppdaterades i \'$list\'';
134
$labels['attendeupdateesuccess'] = 'Uppdaterade deltagarens status';
135
+$labels['itipresponseerror'] = 'Misslyckades att skicka ett svar på tilldelandet av denna uppgift';
136
$labels['itipinvalidrequest'] = 'Denna inbjudan är inte längre giltig';
137
+$labels['sentresponseto'] = 'Skickade respons på uppgift till $mailto';
138
$labels['successremoval'] = 'Uppgiften har tagits bort.';
139
+$labels['arialabelsortmenu'] = 'Alternativ för sortering av uppgifter';
140
roundcubemail-plugins-kolab-3.2.6.tar.gz/plugins/tasklist/localization/th.inc
Added
164
1
2
+<?php
3
+/**
4
+ * Localizations for the Kolab Tasks plugin
5
+ *
6
+ * Copyright (C) 2014, Kolab Systems AG
7
+ *
8
+ * For translation see https://www.transifex.com/projects/p/kolab/resource/tasklist/
9
+ */
10
+$labels['navtitle'] = 'งาน';
11
+$labels['lists'] = 'รายการงาน';
12
+$labels['list'] = 'รายการงาน';
13
+$labels['tags'] = 'แท๊ก';
14
+$labels['tasklistsubscribe'] = 'จัดแสดงถาวร';
15
+$labels['listsearchresults'] = 'รายการงานที่มีอยู่';
16
+$labels['findlists'] = 'ค้นหารายการงาน';
17
+$labels['searchterms'] = 'ข้อความที่ต้องการค้นหา';
18
+$labels['notasklistsfound'] = 'ไม่พบรายการงานที่ค้นหา';
19
+$labels['nrtasklistsfound'] = 'พบรายการงานจำนวน $nr รายการ';
20
+$labels['removelist'] = 'ลบออกจากรายการ';
21
+$labels['newtask'] = 'งานใหม่';
22
+$labels['createtask'] = 'สร้างงาน<เอนเตอร์>';
23
+$labels['createnewtask'] = 'สร้างงานใหม่ (เช่น วันเสาร์, ตัดหญ้าในสนาม)';
24
+$labels['createfrommail'] = 'บันทึกเป็นงาน';
25
+$labels['mark'] = 'ทำเครื่องหมาย';
26
+$labels['unmark'] = 'ยกเลิกการทำเครื่องหมาย';
27
+$labels['edit'] = 'แก้ไข';
28
+$labels['delete'] = 'ลบ';
29
+$labels['title'] = 'หัวข้อ';
30
+$labels['description'] = 'คำอธิบาย';
31
+$labels['datetime'] = 'ครบกำหนด';
32
+$labels['duetime'] = 'กำหนดเสร็จ';
33
+$labels['start'] = 'เริ่ม';
34
+$labels['starttime'] = 'เวลาเริ่มต้น';
35
+$labels['alarms'] = 'แจ้งเตือน';
36
+$labels['repeat'] = 'ทำซ้ำ';
37
+$labels['links'] = 'อ้างอิง';
38
+$labels['status'] = 'สถานะ';
39
+$labels['status-needs-action'] = 'ต้องทำอะไรสักอย่าง';
40
+$labels['status-in-process'] = 'อยุ่ระหว่างดำเนินการ';
41
+$labels['status-completed'] = 'เสร็จเรียบร้อย';
42
+$labels['status-cancelled'] = 'ยกเลิก';
43
+$labels['assignedto'] = 'มอบหมายให้';
44
+$labels['created'] = 'สร้าง';
45
+$labels['changed'] = 'แก้ไขครั้งสุดท้าย';
46
+$labels['all'] = 'ทั้งหมด';
47
+$labels['flagged'] = 'ติดธง';
48
+$labels['complete'] = 'เสร็จ';
49
+$labels['completeness'] = 'ความคืบหน้า';
50
+$labels['overdue'] = 'เลยกำหนด';
51
+$labels['today'] = 'วันนี้';
52
+$labels['tomorrow'] = 'พรุ่งนี้';
53
+$labels['next7days'] = 'อีก 7 วัน';
54
+$labels['later'] = 'ภายหลัง';
55
+$labels['assigned'] = 'มอบหมายแล้ว';
56
+$labels['assignedtitle'] = 'งานที่ท่านมอบหมายให้ผู้อื่น';
57
+$labels['mytasks'] = 'งานของฉัน';
58
+$labels['mytaskstitle'] = 'งานที่ท่านได้รับมอบหมาย';
59
+$labels['nodate'] = 'ไม่มีกำหนด';
60
+$labels['removetag'] = 'เอาออก';
61
+$labels['auto'] = 'อัตโนมัติ';
62
+$labels['taskdetails'] = 'รายละเอียด';
63
+$labels['newtask'] = 'งานใหม่';
64
+$labels['edittask'] = 'แก้ไขงาน';
65
+$labels['save'] = 'บันทึก';
66
+$labels['cancel'] = 'ยกเลิก';
67
+$labels['saveandnotify'] = 'บันทึกและแจ้งเตือน';
68
+$labels['addsubtask'] = 'เพิ่มงานย่อย';
69
+$labels['deletetask'] = 'ลบงาน';
70
+$labels['deletethisonly'] = 'ลบงานนี้เท่านั้น';
71
+$labels['deletewithchilds'] = 'ลบพร้อมงานย่อย';
72
+$labels['taskactions'] = 'งาน ทางเลือก...';
73
+$labels['tabsummary'] = 'สรุป';
74
+$labels['tabrecurrence'] = 'การเกิดซ้ำ';
75
+$labels['tabassignments'] = 'งานที่ได้รับมอบหมาย';
76
+$labels['tabattachments'] = 'สิ่งที่แนบมาด้วย';
77
+$labels['tabsharing'] = 'แบ่งปัน';
78
+$labels['editlist'] = 'แก้ไขรายการ';
79
+$labels['createlist'] = 'เพิ่มรายการ';
80
+$labels['listactions'] = 'แสดงรายการทางเลือก...';
81
+$labels['listname'] = 'ชื่อ';
82
+$labels['showalarms'] = 'แสดงการแจ้งเตือน';
83
+$labels['import'] = 'นำเข้า';
84
+$labels['viewactions'] = 'แสดงการปฎิบัติ';
85
+$labels['focusview'] = 'ดูเฉพาะรายการนี้';
86
+$labels['on'] = 'เปิด';
87
+$labels['at'] = 'ที่';
88
+$labels['this'] = 'นี้';
89
+$labels['next'] = 'ถัดไป';
90
+$labels['savingdata'] = 'บันทึกข้อมูล';
91
+$labels['errorsaving'] = 'การบันทึกข้อมูลเกิดข้อผิดพลาด';
92
+$labels['notasksfound'] = 'ไม่พบงานสำหรับเงื่อนไขที่กำหนด';
93
+$labels['invalidstartduedates'] = 'กำหนดเริ่มต้องมาก่อนกำหนดเสร็จ';
94
+$labels['deletetasktconfirm'] = 'ท่านต้องการลบงานนี้ใช่ไหม';
95
+$labels['deleteparenttasktconfirm'] = 'ท่านต้องการลบงานนี้พร้อมงานย่อยทั้งหมดใช่ไหม';
96
+$labels['deletelistconfirm'] = 'ท่านต้องการลบรายการงานนี้พร้อมงานทั้งหมดใช่ไหม';
97
+$labels['deletelistconfirmrecursive'] = 'ท่านต้องการลบรายการงานพร้อมรายการย่อยและงานทั้งหมดใช่ไหม';
98
+$labels['aclnorights'] = 'ท่านไม่มีสิทธิของผู้ดูแลระบบสำหรับรายการงานชุดนี้';
99
+$labels['changetaskconfirm'] = 'ปรับปรุงงาน';
100
+$labels['changeconfirmnotifications'] = 'ท่านต้องการแจ้งเตือนผู้เข้าร่วมทั้งหมดสำหรับการแก้ไขนี้หรือไม่';
101
+$labels['partstatupdatenotification'] = 'ท่านต้องการแจ้งเตือนผู้จัดงานสำหรับการเปลี่ยนสถานะครั้งนี้หรือไม่';
102
+$labels['quickaddinput'] = 'งานใหม่ วันที่และหัวข้อ';
103
+$labels['arialabelquickaddbox'] = 'เพิ่มงานใหม่อย่างรวดเร็ว';
104
+$labels['arialabelsearchform'] = 'ฟอร์มสำหรับค้นหางาน';
105
+$labels['arialabelquicksearchbox'] = 'การป้อนข้อมูลค้นหางาน';
106
+$labels['arialabellistsearchform'] = 'ฟอร์มสำหรับค้นหารายการงาน';
107
+$labels['arialabeltaskselector'] = 'รูปแบบการแสดงรายการ';
108
+$labels['attendee'] = 'ผู้รับมอบ';
109
+$labels['role'] = 'บทบาท';
110
+$labels['confirmstate'] = 'สถานะ';
111
+$labels['addattendee'] = 'เพิ่มผู้รับมอบงาน';
112
+$labels['roleorganizer'] = 'ผู้จัดงาน';
113
+$labels['rolerequired'] = 'บังคับ';
114
+$labels['roleoptional'] = 'ทางเลือก';
115
+$labels['rolenonparticipant'] = 'ผู้เฝ้าติดตาม';
116
+$labels['sendinvitations'] = 'ส่งบัตรเชิญ';
117
+$labels['sendnotifications'] = 'แจ้งเตือนผู้รับมอบเกี่ยวกับการแก้ไข';
118
+$labels['sendcancellation'] = 'แจ้งเตือนผู้รับมอบเกี่ยวกับการยกเลิกงาน';
119
+$labels['invitationsubject'] = 'ท่านได้รับมอบหมายให้เป็น "$title"';
120
+$labels['itipupdatesubject'] = '"$title" ได้รับการปรับปรุงสถานะ';
121
+$labels['itipupdatesubjectempty'] = 'งานที่ทำให้คุณกังวลได้รับการปรับปรุงสถานะ';
122
+$labels['itipcancelsubject'] = '"$title" ถูกยกเลิก';
123
+$labels['saveintasklist'] = 'บันทึกใน';
124
+$labels['itipobjectnotfound'] = 'งานที่ถูกอ้างถึงในข้อความนี้ไม่ถูกตรวจพบในรายการงานของคุณ';
125
+$labels['itipmailbodyaccepted'] = "\$sender ยอมรับการมอบหมายงานหัวข้อ\n\n*\$title*\n\nมีกำหนดเสร็จ \$date\n\nผู้รับผิด่ชอบงาน: \$attendees";
126
+$labels['itipmailbodycancel'] = "\$sender ปฎิเสธการมอบหมายงานของคุณสำหรับงานต่อไปนี้ :\n\n*\$title*\n\nกำหนดเสร็จ: \$date";
127
+$labels['itipmailbodyin-process'] = "\$sender เปลี่ยนสถานะของงานต่อไปนี้เป็น\"อยู่ระหว่าดำเนินการ\":\n\n*\$title*\n\nกำหนดเสร็จ: \$date";
128
+$labels['itipmailbodycompleted'] = "\$sender ได้ทำงานต่อไปนี้เสร็จเรียบร้อยแล้ว:\n\n*\$title*\n\nมีกำหนดเสร็จ: \$date";
129
+$labels['itipmailbodydelegated'] = "\$sender ได้มอบหมายงานต่อไปนี้:\n\n*\$title*\n\nกำหนดเสร็จ: \$date";
130
+$labels['itipmailbodydelegatedto'] = "\$sender ได้มอบหมายงานต่อไปนี้ให้คุณ:\n\n*\$title*\n\nมีกำหนดเสร็จ: \$date";
131
+$labels['attendeeaccepted'] = 'ผู้รับมอบตกลงรับงานแล้ว';
132
+$labels['attendeetentative'] = 'ผู้รับมอบมีแนวโน้มที่จะรับงาน';
133
+$labels['attendeedeclined'] = 'ผู้รับมอบปฎิเสธรับงาน';
134
+$labels['attendeedelegated'] = 'ผู้รับมอบได้มอบงานต่อให้ $delegatedto';
135
+$labels['attendeein-process'] = 'ผู้รรับมอบอยู่ระหว่างดำเนินการ';
136
+$labels['attendeecompleted'] = 'ผู้รับมอบได้ทำงานเสร็จเรียบร้อย';
137
+$labels['acceptinvitation'] = 'คุณจะรับมอบงานหรือไม่';
138
+$labels['itipdeclinetask'] = 'ปฎิเสธการมอบหมายงานนี้ให้คุณไปยังผู้จัด';
139
+$labels['declinedeleteconfirm'] = 'คุณต้องการลบงานที่ปฎิเสธออกจากรายการงานของคุณหรือไม่';
140
+$labels['itipcomment'] = 'ความคิดเห็น คำเชิญ/คำแจ้งเตือน';
141
+$labels['itipcommenttitle'] = 'ความคิดเห็นนี้จะถูกแนบไปกับข้อความ คำเชิญ/คำแจ้งเตือน ที่ส่งไปยังผู้รับมอบ';
142
+$labels['itipsendsuccess'] = 'คำแจ้งเตือนถูกส่งไปให้ผู้รับมอบแล้ว';
143
+$labels['errornotifying'] = 'การจัดส่งคำแจ้งเตือนไปยังผู้รับมอบงานเกิดข้อผิดพลาด';
144
+$labels['removefromcalendar'] = 'ลบออกจากงานของฉัน';
145
+$labels['delegateinvitation'] = 'มอบหมายงาน';
146
+$labels['andnmore'] = 'มีอีก $nr รายการ';
147
+$labels['delegatedto'] = 'มอบหมายให้';
148
+$labels['delegatedfrom'] = 'รับมอบจาก';
149
+$labels['savetotasklist'] = 'บันทึกเป็นงาน';
150
+$labels['comment'] = 'ความคิดเห็น';
151
+$labels['errorimportingtask'] = 'การนำเข้างานเกิดข้อผิดพลาด';
152
+$labels['importwarningexists'] = 'สำเนาของงานนี้มีอยู่ในรายการงานของคุณแล้ว';
153
+$labels['importsuccess'] = 'การนำเข้างานจำนวน $nr รายการเรียบร้อยแล้ว';
154
+$labels['newerversionexists'] = ' มีข้อมูลงานที่ทันสมัยกว่าอยู่แล้ว...ยกเลิก';
155
+$labels['nowritetasklistfound'] = 'ไม่พบรายการงานที่จะบันทึกงาน';
156
+$labels['importedsuccessfully'] = 'งานได้ถูกเพิ่มไปยัง \'$list\' เรียบร้อยแล้ว';
157
+$labels['updatedsuccessfully'] = 'งานได้ถูกปรับปรุงไปยัง \'$list\' เรียบร้อยแล้ว';
158
+$labels['attendeupdateesuccess'] = 'การปรับปรุงสถานะของผู้เข้าร่วมเรียบร้อยแล้ว';
159
+$labels['itipresponseerror'] = 'การส่งคำตอบสำหรับงานที่ได้รับมอบหมายนี้เกิดข้อผิดพลาด';
160
+$labels['itipinvalidrequest'] = 'คำเชิญนี้ถูกยกเลิก';
161
+$labels['sentresponseto'] = 'คำตอบเรื่องการรับมอบงานได้ถูกส่งไปยัง $mailto เรียบร้อยแล้ว';
162
+$labels['successremoval'] = 'งานถูกลบเรียบร้อยแล้ว';
163
+$labels['arialabelsortmenu'] = 'ทางเลือกการจัดเรียงงาน';
164
roundcubemail-plugins-kolab-3.2.5.tar.gz/plugins/tasklist/localization/zh_CN.inc -> roundcubemail-plugins-kolab-3.2.6.tar.gz/plugins/tasklist/localization/zh_CN.inc
Changed
27
1
2
*
3
* For translation see https://www.transifex.com/projects/p/kolab/resource/tasklist/
4
*/
5
+$labels['tags'] = '标签';
6
+$labels['removelist'] = '从列表中移除';
7
+$labels['edit'] = '编辑';
8
+$labels['title'] = '标题';
9
$labels['description'] = '描述';
10
+$labels['start'] = '开始';
11
+$labels['starttime'] = '开始时间';
12
+$labels['alarms'] = '提醒';
13
+$labels['repeat'] = '循环';
14
+$labels['links'] = '参考';
15
+$labels['status'] = '状态';
16
+$labels['status-cancelled'] = '已取消';
17
+$labels['created'] = '已创建';
18
+$labels['changed'] = '最后更改';
19
+$labels['save'] = '保存';
20
+$labels['cancel'] = '取消';
21
+$labels['tabsummary'] = '汇总';
22
+$labels['tabsharing'] = '分享';
23
+$labels['listname'] = '名称';
24
+$labels['savingdata'] = '保存数据...';
25
+$labels['confirmstate'] = '状态';
26
+$labels['comment'] = '注释';
27
roundcubemail-plugins-kolab-3.2.6.tar.gz/plugins/tasklist/skins/larry/print.css
Added
96
1
2
+/*** Printing styles for Tasklist plugin ***/
3
+
4
+body {
5
+ margin: 0;
6
+ color: #000;
7
+ background: #fff;
8
+}
9
+
10
+body, td, th, div, p, h3, select, input, textarea {
11
+ font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
12
+ font-size: 8pt;
13
+}
14
+
15
+#tasks {
16
+ position: relative;
17
+ top: 0;
18
+ left: 0;
19
+ height: auto;
20
+ margin: 5em auto 0 auto;
21
+ overflow: visible;
22
+}
23
+
24
+#printconfig {
25
+ position: fixed;
26
+ top: 0;
27
+ left: 0;
28
+ width: 100%;
29
+ z-index: 10000;
30
+ padding: 0.5em;
31
+ background: #ebebeb;
32
+ border-bottom: 1px solid #999;
33
+ box-shadow: 0 3px 4px #ccc;
34
+ -moz-box-shadow: 0 3px 4px #ccc;
35
+ -webkit-box-shadow: 0 3px 4px #ccc;
36
+}
37
+
38
+#printconfig .prop {
39
+ padding-right: 2em;
40
+}
41
+
42
+#message {
43
+ position: absolute;
44
+ top: 5.5em;
45
+ left: 1em;
46
+}
47
+
48
+#message div.loading {
49
+ color: #666;
50
+ font-style: italic;
51
+}
52
+
53
+#tasklist {
54
+ margin: 0;
55
+ padding: 0 10px;
56
+}
57
+
58
+.pagewidth {
59
+ width: 700px;
60
+ margin: 0 auto;
61
+}
62
+
63
+.rightalign {
64
+ float: right;
65
+ padding-top: 0.3em;
66
+}
67
+
68
+@media print {
69
+ .noprint,
70
+ .fc-header-right span {
71
+ display: none;
72
+ }
73
+
74
+ #tasks {
75
+ margin-top: 0;
76
+ }
77
+}
78
+
79
+#tasklist .description {
80
+ display: block;
81
+ white-space: pre;
82
+}
83
+
84
+#tasklist .title {
85
+ font-weight: bold;
86
+}
87
+
88
+.taskhead {
89
+ border-radius: 0;
90
+ border: 0;
91
+ border-bottom: 1px solid #bbb;
92
+ box-shadow: none;
93
+ -webkit-box-shadow: none;
94
+ -moz-box-shadow: none;
95
+}
96
roundcubemail-plugins-kolab-3.2.5.tar.gz/plugins/tasklist/skins/larry/templates/mainview.html -> roundcubemail-plugins-kolab-3.2.6.tar.gz/plugins/tasklist/skins/larry/templates/mainview.html
Changed
9
1
2
<h2 id="aria-label-toolbar" class="voice"><roundcube:label name="arialabeltoolbar" /></h2>
3
<div id="taskstoolbar" class="toolbar" role="toolbar" aria-labelledby="aria-label-toolbar">
4
<roundcube:button command="newtask" type="link" class="button newtask disabled" classAct="button newtask" classSel="button newtask pressed" label="tasklist.newtask" title="tasklist.newtask" />
5
+ <roundcube:button command="print" type="link" class="button print disabled" classAct="button print" classSel="button print pressed" label="print" title="tasklist.printtitle" />
6
<roundcube:container name="toolbar" id="taskstoolbar" />
7
</div>
8
9
roundcubemail-plugins-kolab-3.2.6.tar.gz/plugins/tasklist/skins/larry/templates/print.html
Added
25
1
2
+<roundcube:object name="doctype" value="html5" />
3
+<html>
4
+<head>
5
+<title><roundcube:object name="pagetitle" /></title>
6
+</head>
7
+<body class="taskprint">
8
+
9
+<div id="printconfig" class="noprint">
10
+ <div class="pagewidth">
11
+ <a href="#close" onclick="window.close()" class="rightalign"><roundcube:label name="close" /></a>
12
+ <span class="prop"><input type="button" id="printme" value="<roundcube:label name='print' />" onclick="window.print()"></span>
13
+ <span class="prop"><label><input type="checkbox" id="propdescription" checked="checked" onclick="$('#tasklist .description')[this.checked ? 'show' : 'hide']()" /> <roundcube:label name="tasklist.printdescriptions" /></label></span>
14
+ </div>
15
+</div>
16
+
17
+<roundcube:object name="message" id="message" class="noprint" />
18
+
19
+<div id="tasks" class="pagewidth">
20
+ <roundcube:object name="plugin.tasklist_print" id="tasklist" />
21
+</div>
22
+
23
+</body>
24
+</html>
25
roundcubemail-plugins-kolab-3.2.5.tar.gz/plugins/tasklist/tasklist.js -> roundcubemail-plugins-kolab-3.2.6.tar.gz/plugins/tasklist/tasklist.js
Changed
109
1
2
/* public methods */
3
this.init = init;
4
this.edit_task = task_edit_dialog;
5
+ this.print_tasks = print_tasks;
6
this.delete_task = delete_task;
7
this.add_childtask = add_childtask;
8
this.quicksearch = quicksearch;
9
10
*/
11
function init()
12
{
13
+ if (rcmail.env.action == 'print' && rcmail.task == 'tasks') {
14
+ data_ready({data: rcmail.env.tasks});
15
+ return;
16
+ }
17
+
18
// initialize task list selectors
19
for (var id in me.tasklists) {
20
if (settings.selected_list && me.tasklists[settings.selected_list] && !me.tasklists[settings.selected_list].active) {
21
22
id = listindex[i];
23
rec = listdata[id];
24
if (match_filter(rec, cache)) {
25
+ if (rcmail.env.action == 'print') {
26
+ render_task_printmode(rec);
27
+ continue;
28
+ }
29
+
30
render_task(rec);
31
count++;
32
33
34
}
35
}
36
37
+ if (rcmail.env.action == 'print')
38
+ return;
39
+
40
fix_tree_toggles();
41
update_tagcloud(activetags);
42
43
44
}
45
46
/**
47
+ * Render the given task into the tasks list (in print mode)
48
+ */
49
+ function render_task_printmode(rec)
50
+ {
51
+ var label_id = rcmail.html_identifier(rec.id) + '-title',
52
+ div = $('<div>').addClass('taskhead')
53
+ .append($('<span class="title">').attr('id', label_id).text(rec.title)),
54
+ parent = rec.parent_id ? $('li[rel="'+rec.parent_id+'"] > ul.childtasks', rcmail.gui_objects.resultlist) : null,
55
+ li = $('<li role="treeitem">').attr('rel', rec.id).addClass('taskitem')
56
+ .append(div)
57
+ .append('<ul class="childtasks" role="group"></ul>');
58
+
59
+ if (rec.description)
60
+ div.append($('<span class="description">').text(rec.description));
61
+/*
62
+ if (is_complete(rec))
63
+ div.addClass('complete');
64
+ if (rec.flagged)
65
+ div.addClass('flagged');
66
+ if (!rec.date)
67
+ div.addClass('nodate');
68
+ if (rec.mask & FILTER_MASK_OVERDUE)
69
+ div.addClass('overdue');
70
+*/
71
+ if (!parent || !parent.length)
72
+ li.appendTo(rcmail.gui_objects.resultlist);
73
+ else
74
+ li.appendTo(parent);
75
+ }
76
+
77
+ /**
78
* Move the given task item to the right place in the list
79
*/
80
function resort_task(rec, li, animated)
81
82
}
83
84
85
+ // method to show the print dialog.
86
+ function print_tasks()
87
+ {
88
+ var param = {}, active = active_lists();
89
+
90
+ if (active.length) {
91
+ param = {filter: filtermask, lists: active.join(','), q: search_query};
92
+ rcmail.open_window(rcmail.url('print', param), true, true);
93
+ }
94
+ };
95
+
96
+
97
/**** Utility functions ****/
98
99
// same as str.split(delimiter) but it ignores delimiters within quoted strings
100
101
102
// register button commands
103
rcmail.register_command('newtask', function(){ rctasks.edit_task(null, 'new', {}); }, true);
104
- //rcmail.register_command('print', function(){ rctasks.print_list(); }, true);
105
+ rcmail.register_command('print', function(){ rctasks.print_tasks(); }, true);
106
107
rcmail.register_command('list-create', function(){ rctasks.list_edit_dialog(null); }, true);
108
rcmail.register_command('list-edit', function(){ rctasks.list_edit_dialog(rctasks.selected_list); }, false);
109
roundcubemail-plugins-kolab-3.2.5.tar.gz/plugins/tasklist/tasklist.php -> roundcubemail-plugins-kolab-3.2.6.tar.gz/plugins/tasklist/tasklist.php
Changed
67
1
2
$this->register_action('tasklist', array($this, 'tasklist_action'));
3
$this->register_action('counts', array($this, 'fetch_counts'));
4
$this->register_action('fetch', array($this, 'fetch_tasks'));
5
+ $this->register_action('print', array($this, 'print_tasks'));
6
$this->register_action('inlineui', array($this, 'get_inline_ui'));
7
$this->register_action('mail2task', array($this, 'mail_message2task'));
8
$this->register_action('get-attachment', array($this, 'attachment_get'));
9
10
if (isset($rec['attendees']) && !is_array($rec['attendees']))
11
$rec['attendees'] = array();
12
13
+ foreach ((array)$rec['attendees'] as $i => $attendee) {
14
+ if (is_string($attendee['rsvp'])) {
15
+ $rec['attendees'][$i]['rsvp'] = $attendee['rsvp'] == 'true' || $attendee['rsvp'] == '1';
16
+ }
17
+ }
18
+
19
// copy the task status to my attendee partstat
20
if (!empty($rec['_reportpartstat'])) {
21
if (($idx = $this->is_attendee($rec)) !== false) {
22
23
}
24
25
/**
26
+ * Handler for printing calendars
27
+ */
28
+ public function print_tasks()
29
+ {
30
+ // Add CSS stylesheets to the page header
31
+ $skin_path = $this->local_skin_path();
32
+
33
+ $this->include_stylesheet($skin_path . '/print.css');
34
+ $this->include_script('tasklist.js');
35
+
36
+ $this->rc->output->add_handlers(array(
37
+ 'plugin.tasklist_print' => array($this, 'print_tasks_list'),
38
+ ));
39
+
40
+ $this->rc->output->set_pagetitle($this->gettext('print'));
41
+ $this->rc->output->send('tasklist.print');
42
+ }
43
+
44
+ /**
45
+ * Handler for printing calendars
46
+ */
47
+ public function print_tasks_list($attrib)
48
+ {
49
+ $f = intval(rcube_utils::get_input_value('filter', rcube_utils::INPUT_GPC));
50
+ $search = rcube_utils::get_input_value('q', rcube_utils::INPUT_GPC);
51
+ $lists = rcube_utils::get_input_value('lists', rcube_utils::INPUT_GPC);
52
+ $filter = array('mask' => $f, 'search' => $search);
53
+
54
+ $data = $this->tasks_data($this->driver->list_tasks($filter, $lists), $f);
55
+
56
+ // we'll build the tasks table in javascript on page load
57
+ // where we have sorting methods, etc.
58
+ $this->rc->output->set_env('tasks', $data);
59
+
60
+ return $this->ui->tasks_resultview($attrib);
61
+ }
62
+
63
+ /**
64
* Prepare and sort the given task records to be sent to the client
65
*/
66
private function tasks_data($records, $f)
67
roundcubemail-plugins-kolab.dsc
Changed
17
1
2
Source: roundcubemail-plugins-kolab
3
Binary: roundcubemail-plugins-kolab
4
Architecture: all
5
-Version: 1:3.2.5-0~kolab2
6
+Version: 1:3.2.6-0~kolab1
7
Maintainer: Christoph Wickert <wickert@kolabsys.com>
8
Uploaders: Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com>, Paul Klos <kolab@klos2day.nl>
9
Standards-Version: 3.9.3
10
11
Package-List:
12
roundcubemail-plugins-kolab deb web extra
13
Files:
14
- 00000000000000000000000000000000 0 roundcubemail-plugins-kolab-3.2.5.tar.gz
15
+ 00000000000000000000000000000000 0 roundcubemail-plugins-kolab-3.2.6.tar.gz
16
00000000000000000000000000000000 0 debian.tar.gz
17
Refresh
No build results available
Refresh
No rpmlint results available
Login required, please
login
in order to comment
Request History
vanmeeuwen created request about 10 years ago
Check in 3.2.6
dhoffend accepted review about 10 years ago
dhoffend accepted request about 10 years ago
Please add a comment