Projects
Kolab:16:TestingLinked
roundcubemail-plugins-kolab
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 20
View file
roundcubemail-plugins-kolab.spec
Changed
@@ -29,7 +29,7 @@ %global tmpdir %{_var}/lib/roundcubemail Name: roundcubemail-plugins-kolab -Version: 3.3.4 +Version: 3.3.5 Release: 1%{?dist} Summary: Kolab Groupware plugins for Roundcube Webmail @@ -46,9 +46,6 @@ Source102: plesk.kolab_folders.inc.php Source103: plesk.libkolab.inc.php -Patch0001: 0001-Fix-regression-when-startup-method-of-some-by-role-p.patch -Patch0002: 0002-Workaround-libkolabxml-error-on-Etc-UTC-timezone-Bif.patch - Patch1001: roundcubemail-plugins-kolab-3.3-kolab-files-manticore-api.patch BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) @@ -861,9 +858,6 @@ cp -af %{SOURCE103} plugins/libkolab/config.inc.php.dist %endif -%patch0001 -p1 -%patch0002 -p1 - %patch1001 -p1 find -type d -name "helpdocs" -exec rm -rvf {} \; 2>/dev/null || : @@ -2024,6 +2018,12 @@ %defattr(-,root,root,-) %changelog +* Fri Jan 5 2018 Jeroen van Meeuwen <vanmeeuwen@kolabsys.com> - 3.3.5-2 +- Repack of 3.3.5 + +* Tue Nov 28 2017 Jeroen van Meeuwen <vanmeeuwen@kolabsys.com> - 3.3.5-1 +- Release of version 3.3.5 + * Fri Oct 6 2017 Jeroen van Meeuwen <vanmeeuwen@kolabsys.com> - 3.3.4-2 - Fix Etc/UTC timezone
View file
0001-Fix-regression-when-startup-method-of-some-by-role-p.patch
Deleted
@@ -1,28 +0,0 @@ -From 1abc73cf345ea5167a63b4e246f0c5bdd84eaf94 Mon Sep 17 00:00:00 2001 -From: Aleksander Machniak <machniak@kolabsys.com> -Date: Tue, 3 Oct 2017 10:13:10 +0200 -Subject: PATCH Fix regression when startup() method of some "by role - plugins" could be called when not expected, causing PHP errors - ---- - plugins/kolab_auth/kolab_auth.php | 4 ++-- - 1 file changed, 2 insertions(+), 2 deletions(-) - -diff --git a/plugins/kolab_auth/kolab_auth.php b/plugins/kolab_auth/kolab_auth.php -index 654ccc88..a2db8fe8 100644 ---- a/plugins/kolab_auth/kolab_auth.php -+++ b/plugins/kolab_auth/kolab_auth.php -@@ -331,8 +331,8 @@ class kolab_auth extends rcube_plugin - // Some plugins e.g. kolab_2fa use 'startup' hook to - // register other hooks, but when called on 'authenticate' hook - // we're already after 'startup', so we'll call it directly -- if ($loaded && $startup && ($plugin = $this->api->get_plugin($plugin)) -- && method_exists($plugin, 'startup') -+ if ($loaded && $startup && $plugin == 'kolab_2fa' -+ && ($plugin = $this->api->get_plugin($plugin)) - ) { - $plugin->startup(array('task' => $rcmail->task, 'action' => $rcmail->action)); - } --- -2.14.1 -
View file
0002-Workaround-libkolabxml-error-on-Etc-UTC-timezone-Bif.patch
Deleted
@@ -1,26 +0,0 @@ -From 02d375972470e30b487532a0ba663a7851af7290 Mon Sep 17 00:00:00 2001 -From: Aleksander Machniak <machniak@kolabsys.com> -Date: Fri, 6 Oct 2017 08:32:58 +0200 -Subject: PATCH 2/2 Workaround libkolabxml error on Etc/UTC timezone - (Bifrost#T43830) - ---- - plugins/libkolab/lib/kolab_format.php | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/plugins/libkolab/lib/kolab_format.php b/plugins/libkolab/lib/kolab_format.php -index 814800d2..4f55a502 100644 ---- a/plugins/libkolab/lib/kolab_format.php -+++ b/plugins/libkolab/lib/kolab_format.php -@@ -235,7 +235,7 @@ abstract class kolab_format - $result->setTime($datetime->format('G'), $datetime->format('i'), $datetime->format('s')); - - // libkolabxml throws errors on some deprecated timezone names -- $utc_aliases = array('UTC', 'GMT', '+00:00', 'Z', 'Etc/GMT'); -+ $utc_aliases = array('UTC', 'GMT', '+00:00', 'Z', 'Etc/GMT', 'Etc/UTC'); - - if ($tz && in_array($tz->getName(), $utc_aliases)) { - $result->setUTC(true); --- -2.14.1 -
View file
debian.changelog
Changed
@@ -1,3 +1,15 @@ +roundcubemail-plugins-kolab (1:3.3.5-0~kolab2) unstable; urgency=low + + * Release 3.3.5 + + -- Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> Fri, 5 Jan 2018 11:11:11 +0200 + +roundcubemail-plugins-kolab (1:3.3.5-0~kolab1) unstable; urgency=low + + * Release 3.3.5 + + -- Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> Tue, 28 Nov 2017 11:11:11 +0200 + roundcubemail-plugins-kolab (1:3.3.4-0~kolab3) unstable; urgency=low * Fix Etc/UTC timezone
View file
debian.series
Changed
@@ -1,3 +1,1 @@ roundcubemail-plugins-kolab-3.3-kolab-files-manticore-api.patch -p1 -0001-Fix-regression-when-startup-method-of-some-by-role-p.patch -p1 -0002-Workaround-libkolabxml-error-on-Etc-UTC-timezone-Bif.patch -p1
View file
roundcubemail-plugins-kolab-3.3.4.tar.gz/plugins/kolab_auth/localization/pl_PL.inc
Deleted
@@ -1,11 +0,0 @@ -<?php -/** - * Localizations for the Kolab Auth plugin - * - * Copyright (C) 2014, Kolab Systems AG - * - * For translation see https://www.transifex.com/projects/p/kolab/resource/kolab_auth/ - */ -$labels'loginas' = 'Zaloguj jako'; -$labels'loginasnotallowed' = 'Brak uprawnień do zalogowania jako $user'; -?>
View file
roundcubemail-plugins-kolab-3.3.4.tar.gz/plugins/calendar/calendar_ui.js -> roundcubemail-plugins-kolab-3.3.5.tar.gz/plugins/calendar/calendar_ui.js
Changed
@@ -3994,7 +3994,7 @@ $('#edit-allday').click(function(){ $('#edit-starttime, #edit-endtime')(this.checked?'hide':'show')(); event_times_changed(); }); // configure drop-down menu on time input fields based on jquery UI autocomplete - $('#edit-starttime, #edit-endtime, #eventedit input.edit-alarm-time').each(function() { + $('#edit-starttime, #edit-endtime').each(function() { me.init_time_autocomplete(this, { container: '#eventedit', change: event_times_changed
View file
roundcubemail-plugins-kolab-3.3.4.tar.gz/plugins/calendar/composer.json -> roundcubemail-plugins-kolab-3.3.5.tar.gz/plugins/calendar/composer.json
Changed
@@ -4,7 +4,7 @@ "description": "Calendar plugin", "homepage": "https://git.kolab.org/diffusion/RPK/", "license": "AGPLv3", - "version": "3.3.4", + "version": "3.3.5", "authors": { "name": "Thomas Bruederli",
View file
roundcubemail-plugins-kolab-3.3.4.tar.gz/plugins/calendar/config.inc.php.dist -> roundcubemail-plugins-kolab-3.3.5.tar.gz/plugins/calendar/config.inc.php.dist
Changed
@@ -138,8 +138,9 @@ $config'calendar_include_freebusy_data' = 1; // SMTP server host used to send (anonymous) itip messages. -// Set to '' in order to use PHP's mail() function for email delivery. // To override the SMTP port or connection method, provide a full URL like 'tls://somehost:587' +// This will add a link to invitation messages to allow users from outside +// to reply when their mail clients do not support iTip format. $config'calendar_itip_smtp_server' = null; // SMTP username used to send (anonymous) itip messages
View file
roundcubemail-plugins-kolab-3.3.4.tar.gz/plugins/calendar/helpdocs/locale/de_DE/LC_MESSAGES/importexport.po -> roundcubemail-plugins-kolab-3.3.5.tar.gz/plugins/calendar/helpdocs/locale/de_DE/LC_MESSAGES/importexport.po
Changed
@@ -11,7 +11,7 @@ "Project-Id-Version: Kolab Documentation\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2014-11-26 23:28+0100\n" -"PO-Revision-Date: 2016-07-26 13:49+0000\n" +"PO-Revision-Date: 2017-09-23 20:32+0000\n" "Last-Translator: Jeroen van Meeuwen <vanmeeuwen@kolabsys.com>\n" "Language-Team: German (http://www.transifex.com/kolab/kolab-documentation/language/de/)\n" "MIME-Version: 1.0\n"
View file
roundcubemail-plugins-kolab-3.3.4.tar.gz/plugins/calendar/helpdocs/locale/de_DE/LC_MESSAGES/index.po -> roundcubemail-plugins-kolab-3.3.5.tar.gz/plugins/calendar/helpdocs/locale/de_DE/LC_MESSAGES/index.po
Changed
@@ -9,7 +9,7 @@ "Project-Id-Version: Kolab Documentation\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2014-11-26 23:28+0100\n" -"PO-Revision-Date: 2016-07-26 13:49+0000\n" +"PO-Revision-Date: 2017-09-23 20:32+0000\n" "Last-Translator: Jeroen van Meeuwen <vanmeeuwen@kolabsys.com>\n" "Language-Team: German (http://www.transifex.com/kolab/kolab-documentation/language/de/)\n" "MIME-Version: 1.0\n"
View file
roundcubemail-plugins-kolab-3.3.4.tar.gz/plugins/calendar/helpdocs/locale/de_DE/LC_MESSAGES/invitations.po -> roundcubemail-plugins-kolab-3.3.5.tar.gz/plugins/calendar/helpdocs/locale/de_DE/LC_MESSAGES/invitations.po
Changed
@@ -9,7 +9,7 @@ "Project-Id-Version: Kolab Documentation\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2014-11-26 23:28+0100\n" -"PO-Revision-Date: 2016-07-26 13:49+0000\n" +"PO-Revision-Date: 2017-09-23 20:32+0000\n" "Last-Translator: Jeroen van Meeuwen <vanmeeuwen@kolabsys.com>\n" "Language-Team: German (http://www.transifex.com/kolab/kolab-documentation/language/de/)\n" "MIME-Version: 1.0\n"
View file
roundcubemail-plugins-kolab-3.3.4.tar.gz/plugins/calendar/helpdocs/locale/de_DE/LC_MESSAGES/manage.po -> roundcubemail-plugins-kolab-3.3.5.tar.gz/plugins/calendar/helpdocs/locale/de_DE/LC_MESSAGES/manage.po
Changed
@@ -9,7 +9,7 @@ "Project-Id-Version: Kolab Documentation\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2014-11-26 23:28+0100\n" -"PO-Revision-Date: 2016-07-26 13:49+0000\n" +"PO-Revision-Date: 2017-09-23 20:32+0000\n" "Last-Translator: Jeroen van Meeuwen <vanmeeuwen@kolabsys.com>\n" "Language-Team: German (http://www.transifex.com/kolab/kolab-documentation/language/de/)\n" "MIME-Version: 1.0\n"
View file
roundcubemail-plugins-kolab-3.3.4.tar.gz/plugins/calendar/helpdocs/locale/de_DE/LC_MESSAGES/overview.po -> roundcubemail-plugins-kolab-3.3.5.tar.gz/plugins/calendar/helpdocs/locale/de_DE/LC_MESSAGES/overview.po
Changed
@@ -9,7 +9,7 @@ "Project-Id-Version: Kolab Documentation\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2014-11-26 23:28+0100\n" -"PO-Revision-Date: 2016-07-26 13:49+0000\n" +"PO-Revision-Date: 2017-09-23 20:32+0000\n" "Last-Translator: Jeroen van Meeuwen <vanmeeuwen@kolabsys.com>\n" "Language-Team: German (http://www.transifex.com/kolab/kolab-documentation/language/de/)\n" "MIME-Version: 1.0\n"
View file
roundcubemail-plugins-kolab-3.3.4.tar.gz/plugins/calendar/helpdocs/locale/de_DE/LC_MESSAGES/settings.po -> roundcubemail-plugins-kolab-3.3.5.tar.gz/plugins/calendar/helpdocs/locale/de_DE/LC_MESSAGES/settings.po
Changed
@@ -9,7 +9,7 @@ "Project-Id-Version: Kolab Documentation\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2014-11-26 23:28+0100\n" -"PO-Revision-Date: 2016-07-26 13:49+0000\n" +"PO-Revision-Date: 2017-09-23 20:32+0000\n" "Last-Translator: Jeroen van Meeuwen <vanmeeuwen@kolabsys.com>\n" "Language-Team: German (http://www.transifex.com/kolab/kolab-documentation/language/de/)\n" "MIME-Version: 1.0\n"
View file
roundcubemail-plugins-kolab-3.3.4.tar.gz/plugins/calendar/helpdocs/locale/de_DE/LC_MESSAGES/sharing.po -> roundcubemail-plugins-kolab-3.3.5.tar.gz/plugins/calendar/helpdocs/locale/de_DE/LC_MESSAGES/sharing.po
Changed
@@ -11,7 +11,7 @@ "Project-Id-Version: Kolab Documentation\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2014-11-26 23:28+0100\n" -"PO-Revision-Date: 2016-12-13 09:46+0000\n" +"PO-Revision-Date: 2017-09-23 20:32+0000\n" "Last-Translator: Max Hellwig <max.hellwig@translating-energy.de>\n" "Language-Team: German (http://www.transifex.com/kolab/kolab-documentation/language/de/)\n" "MIME-Version: 1.0\n"
View file
roundcubemail-plugins-kolab-3.3.4.tar.gz/plugins/calendar/helpdocs/locale/en_US/LC_MESSAGES/importexport.po -> roundcubemail-plugins-kolab-3.3.5.tar.gz/plugins/calendar/helpdocs/locale/en_US/LC_MESSAGES/importexport.po
Changed
@@ -8,7 +8,7 @@ "Project-Id-Version: Kolab Documentation\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2014-11-26 23:28+0100\n" -"PO-Revision-Date: 2014-11-27 23:33+0000\n" +"PO-Revision-Date: 2017-09-21 17:03+0000\n" "Last-Translator: Torsten Grote <grote@kolabsys.com>\n" "Language-Team: English (http://www.transifex.com/kolab/kolab-documentation/language/en/)\n" "MIME-Version: 1.0\n"
View file
roundcubemail-plugins-kolab-3.3.4.tar.gz/plugins/calendar/helpdocs/locale/en_US/LC_MESSAGES/index.po -> roundcubemail-plugins-kolab-3.3.5.tar.gz/plugins/calendar/helpdocs/locale/en_US/LC_MESSAGES/index.po
Changed
@@ -8,7 +8,7 @@ "Project-Id-Version: Kolab Documentation\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2014-11-26 23:28+0100\n" -"PO-Revision-Date: 2014-11-27 23:33+0000\n" +"PO-Revision-Date: 2017-09-21 17:03+0000\n" "Last-Translator: Torsten Grote <grote@kolabsys.com>\n" "Language-Team: English (http://www.transifex.com/kolab/kolab-documentation/language/en/)\n" "MIME-Version: 1.0\n"
View file
roundcubemail-plugins-kolab-3.3.4.tar.gz/plugins/calendar/helpdocs/locale/en_US/LC_MESSAGES/invitations.po -> roundcubemail-plugins-kolab-3.3.5.tar.gz/plugins/calendar/helpdocs/locale/en_US/LC_MESSAGES/invitations.po
Changed
@@ -8,7 +8,7 @@ "Project-Id-Version: Kolab Documentation\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2014-11-26 23:28+0100\n" -"PO-Revision-Date: 2014-11-27 23:33+0000\n" +"PO-Revision-Date: 2017-09-21 17:03+0000\n" "Last-Translator: Torsten Grote <grote@kolabsys.com>\n" "Language-Team: English (http://www.transifex.com/kolab/kolab-documentation/language/en/)\n" "MIME-Version: 1.0\n"
View file
roundcubemail-plugins-kolab-3.3.4.tar.gz/plugins/calendar/helpdocs/locale/en_US/LC_MESSAGES/manage.po -> roundcubemail-plugins-kolab-3.3.5.tar.gz/plugins/calendar/helpdocs/locale/en_US/LC_MESSAGES/manage.po
Changed
@@ -8,7 +8,7 @@ "Project-Id-Version: Kolab Documentation\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2014-11-26 23:28+0100\n" -"PO-Revision-Date: 2014-11-27 23:33+0000\n" +"PO-Revision-Date: 2017-09-21 17:03+0000\n" "Last-Translator: Torsten Grote <grote@kolabsys.com>\n" "Language-Team: English (http://www.transifex.com/kolab/kolab-documentation/language/en/)\n" "MIME-Version: 1.0\n"
View file
roundcubemail-plugins-kolab-3.3.4.tar.gz/plugins/calendar/helpdocs/locale/en_US/LC_MESSAGES/overview.po -> roundcubemail-plugins-kolab-3.3.5.tar.gz/plugins/calendar/helpdocs/locale/en_US/LC_MESSAGES/overview.po
Changed
@@ -8,7 +8,7 @@ "Project-Id-Version: Kolab Documentation\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2014-11-26 23:28+0100\n" -"PO-Revision-Date: 2014-11-27 23:34+0000\n" +"PO-Revision-Date: 2017-09-21 17:03+0000\n" "Last-Translator: Torsten Grote <grote@kolabsys.com>\n" "Language-Team: English (http://www.transifex.com/kolab/kolab-documentation/language/en/)\n" "MIME-Version: 1.0\n"
View file
roundcubemail-plugins-kolab-3.3.4.tar.gz/plugins/calendar/helpdocs/locale/en_US/LC_MESSAGES/settings.po -> roundcubemail-plugins-kolab-3.3.5.tar.gz/plugins/calendar/helpdocs/locale/en_US/LC_MESSAGES/settings.po
Changed
@@ -8,7 +8,7 @@ "Project-Id-Version: Kolab Documentation\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2014-11-26 23:28+0100\n" -"PO-Revision-Date: 2014-11-27 23:34+0000\n" +"PO-Revision-Date: 2017-09-21 17:03+0000\n" "Last-Translator: Torsten Grote <grote@kolabsys.com>\n" "Language-Team: English (http://www.transifex.com/kolab/kolab-documentation/language/en/)\n" "MIME-Version: 1.0\n"
View file
roundcubemail-plugins-kolab-3.3.4.tar.gz/plugins/calendar/helpdocs/locale/en_US/LC_MESSAGES/sharing.po -> roundcubemail-plugins-kolab-3.3.5.tar.gz/plugins/calendar/helpdocs/locale/en_US/LC_MESSAGES/sharing.po
Changed
@@ -8,7 +8,7 @@ "Project-Id-Version: Kolab Documentation\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2014-11-26 23:28+0100\n" -"PO-Revision-Date: 2014-11-27 23:34+0000\n" +"PO-Revision-Date: 2017-09-21 17:03+0000\n" "Last-Translator: Torsten Grote <grote@kolabsys.com>\n" "Language-Team: English (http://www.transifex.com/kolab/kolab-documentation/language/en/)\n" "MIME-Version: 1.0\n"
View file
roundcubemail-plugins-kolab-3.3.4.tar.gz/plugins/calendar/helpdocs/locale/es_AR/LC_MESSAGES/index.po -> roundcubemail-plugins-kolab-3.3.5.tar.gz/plugins/calendar/helpdocs/locale/es_AR/LC_MESSAGES/index.po
Changed
@@ -9,7 +9,7 @@ "Project-Id-Version: Kolab Documentation\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2014-11-26 23:28+0100\n" -"PO-Revision-Date: 2016-06-30 12:22+0000\n" +"PO-Revision-Date: 2017-09-21 17:03+0000\n" "Last-Translator: alfvicente <alfvicente@yahoo.com.ar>\n" "Language-Team: Spanish (Argentina) (http://www.transifex.com/kolab/kolab-documentation/language/es_AR/)\n" "MIME-Version: 1.0\n"
View file
roundcubemail-plugins-kolab-3.3.4.tar.gz/plugins/calendar/helpdocs/locale/es_ES/LC_MESSAGES/importexport.po -> roundcubemail-plugins-kolab-3.3.5.tar.gz/plugins/calendar/helpdocs/locale/es_ES/LC_MESSAGES/importexport.po
Changed
@@ -9,7 +9,7 @@ "Project-Id-Version: Kolab Documentation\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2014-11-26 23:28+0100\n" -"PO-Revision-Date: 2017-03-07 16:08+0000\n" +"PO-Revision-Date: 2017-09-21 17:03+0000\n" "Last-Translator: Berta Narváez <bertanarvaez@hotmail.com>\n" "Language-Team: Spanish (http://www.transifex.com/kolab/kolab-documentation/language/es/)\n" "MIME-Version: 1.0\n"
View file
roundcubemail-plugins-kolab-3.3.4.tar.gz/plugins/calendar/helpdocs/locale/es_ES/LC_MESSAGES/index.po -> roundcubemail-plugins-kolab-3.3.5.tar.gz/plugins/calendar/helpdocs/locale/es_ES/LC_MESSAGES/index.po
Changed
@@ -9,7 +9,7 @@ "Project-Id-Version: Kolab Documentation\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2014-11-26 23:28+0100\n" -"PO-Revision-Date: 2017-03-07 12:39+0000\n" +"PO-Revision-Date: 2017-09-21 17:03+0000\n" "Last-Translator: Berta Narváez <bertanarvaez@hotmail.com>\n" "Language-Team: Spanish (http://www.transifex.com/kolab/kolab-documentation/language/es/)\n" "MIME-Version: 1.0\n"
View file
roundcubemail-plugins-kolab-3.3.4.tar.gz/plugins/calendar/helpdocs/locale/es_ES/LC_MESSAGES/invitations.po -> roundcubemail-plugins-kolab-3.3.5.tar.gz/plugins/calendar/helpdocs/locale/es_ES/LC_MESSAGES/invitations.po
Changed
@@ -9,7 +9,7 @@ "Project-Id-Version: Kolab Documentation\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2014-11-26 23:28+0100\n" -"PO-Revision-Date: 2017-03-07 16:14+0000\n" +"PO-Revision-Date: 2017-09-21 17:03+0000\n" "Last-Translator: Berta Narváez <bertanarvaez@hotmail.com>\n" "Language-Team: Spanish (http://www.transifex.com/kolab/kolab-documentation/language/es/)\n" "MIME-Version: 1.0\n"
View file
roundcubemail-plugins-kolab-3.3.4.tar.gz/plugins/calendar/helpdocs/locale/es_ES/LC_MESSAGES/manage.po -> roundcubemail-plugins-kolab-3.3.5.tar.gz/plugins/calendar/helpdocs/locale/es_ES/LC_MESSAGES/manage.po
Changed
@@ -9,7 +9,7 @@ "Project-Id-Version: Kolab Documentation\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2014-11-26 23:28+0100\n" -"PO-Revision-Date: 2017-03-07 16:15+0000\n" +"PO-Revision-Date: 2017-09-21 17:03+0000\n" "Last-Translator: Berta Narváez <bertanarvaez@hotmail.com>\n" "Language-Team: Spanish (http://www.transifex.com/kolab/kolab-documentation/language/es/)\n" "MIME-Version: 1.0\n"
View file
roundcubemail-plugins-kolab-3.3.4.tar.gz/plugins/calendar/helpdocs/locale/es_ES/LC_MESSAGES/overview.po -> roundcubemail-plugins-kolab-3.3.5.tar.gz/plugins/calendar/helpdocs/locale/es_ES/LC_MESSAGES/overview.po
Changed
@@ -9,7 +9,7 @@ "Project-Id-Version: Kolab Documentation\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2014-11-26 23:28+0100\n" -"PO-Revision-Date: 2017-03-07 16:16+0000\n" +"PO-Revision-Date: 2017-09-21 17:03+0000\n" "Last-Translator: Berta Narváez <bertanarvaez@hotmail.com>\n" "Language-Team: Spanish (http://www.transifex.com/kolab/kolab-documentation/language/es/)\n" "MIME-Version: 1.0\n"
View file
roundcubemail-plugins-kolab-3.3.4.tar.gz/plugins/calendar/helpdocs/locale/es_ES/LC_MESSAGES/settings.po -> roundcubemail-plugins-kolab-3.3.5.tar.gz/plugins/calendar/helpdocs/locale/es_ES/LC_MESSAGES/settings.po
Changed
@@ -9,7 +9,7 @@ "Project-Id-Version: Kolab Documentation\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2014-11-26 23:28+0100\n" -"PO-Revision-Date: 2017-03-07 16:17+0000\n" +"PO-Revision-Date: 2017-09-21 17:03+0000\n" "Last-Translator: Berta Narváez <bertanarvaez@hotmail.com>\n" "Language-Team: Spanish (http://www.transifex.com/kolab/kolab-documentation/language/es/)\n" "MIME-Version: 1.0\n"
View file
roundcubemail-plugins-kolab-3.3.4.tar.gz/plugins/calendar/helpdocs/locale/es_ES/LC_MESSAGES/sharing.po -> roundcubemail-plugins-kolab-3.3.5.tar.gz/plugins/calendar/helpdocs/locale/es_ES/LC_MESSAGES/sharing.po
Changed
@@ -9,7 +9,7 @@ "Project-Id-Version: Kolab Documentation\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2014-11-26 23:28+0100\n" -"PO-Revision-Date: 2017-03-07 16:18+0000\n" +"PO-Revision-Date: 2017-09-21 17:03+0000\n" "Last-Translator: Berta Narváez <bertanarvaez@hotmail.com>\n" "Language-Team: Spanish (http://www.transifex.com/kolab/kolab-documentation/language/es/)\n" "MIME-Version: 1.0\n"
View file
roundcubemail-plugins-kolab-3.3.4.tar.gz/plugins/calendar/helpdocs/locale/fr_FR/LC_MESSAGES/index.po -> roundcubemail-plugins-kolab-3.3.5.tar.gz/plugins/calendar/helpdocs/locale/fr_FR/LC_MESSAGES/index.po
Changed
@@ -8,7 +8,7 @@ "Project-Id-Version: Kolab Documentation\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2014-11-26 23:28+0100\n" -"PO-Revision-Date: 2014-11-27 23:47+0000\n" +"PO-Revision-Date: 2017-09-21 17:03+0000\n" "Last-Translator: Torsten Grote <grote@kolabsys.com>\n" "Language-Team: French (http://www.transifex.com/kolab/kolab-documentation/language/fr/)\n" "MIME-Version: 1.0\n"
View file
roundcubemail-plugins-kolab-3.3.4.tar.gz/plugins/calendar/helpdocs/locale/fr_FR/LC_MESSAGES/settings.po -> roundcubemail-plugins-kolab-3.3.5.tar.gz/plugins/calendar/helpdocs/locale/fr_FR/LC_MESSAGES/settings.po
Changed
@@ -8,7 +8,7 @@ "Project-Id-Version: Kolab Documentation\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2014-11-26 23:28+0100\n" -"PO-Revision-Date: 2014-11-28 00:17+0000\n" +"PO-Revision-Date: 2017-09-21 17:03+0000\n" "Last-Translator: Torsten Grote <grote@kolabsys.com>\n" "Language-Team: French (http://www.transifex.com/kolab/kolab-documentation/language/fr/)\n" "MIME-Version: 1.0\n"
View file
roundcubemail-plugins-kolab-3.3.4.tar.gz/plugins/calendar/helpdocs/locale/pl_PL/LC_MESSAGES/importexport.po -> roundcubemail-plugins-kolab-3.3.5.tar.gz/plugins/calendar/helpdocs/locale/pl_PL/LC_MESSAGES/importexport.po
Changed
@@ -15,7 +15,7 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: pl\n" -"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>=14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n" +"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n" #: ../../en_US/_plugins/calendar/importexport.rst:9 msgid "Import/Export"
View file
roundcubemail-plugins-kolab-3.3.4.tar.gz/plugins/calendar/helpdocs/locale/pl_PL/LC_MESSAGES/index.po -> roundcubemail-plugins-kolab-3.3.5.tar.gz/plugins/calendar/helpdocs/locale/pl_PL/LC_MESSAGES/index.po
Changed
@@ -15,7 +15,7 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: pl\n" -"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>=14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n" +"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n" #: ../../en_US/_plugins/calendar/index.rst:9 msgid "Calendar"
View file
roundcubemail-plugins-kolab-3.3.4.tar.gz/plugins/calendar/helpdocs/locale/pl_PL/LC_MESSAGES/invitations.po -> roundcubemail-plugins-kolab-3.3.5.tar.gz/plugins/calendar/helpdocs/locale/pl_PL/LC_MESSAGES/invitations.po
Changed
@@ -15,7 +15,7 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: pl\n" -"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>=14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n" +"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n" #: ../../en_US/_plugins/calendar/invitations.rst:8 msgid "Handle Event Invitations"
View file
roundcubemail-plugins-kolab-3.3.4.tar.gz/plugins/calendar/helpdocs/locale/pl_PL/LC_MESSAGES/manage.po -> roundcubemail-plugins-kolab-3.3.5.tar.gz/plugins/calendar/helpdocs/locale/pl_PL/LC_MESSAGES/manage.po
Changed
@@ -15,7 +15,7 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: pl\n" -"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>=14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n" +"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n" #: ../../en_US/_plugins/calendar/manage.rst:7 msgid "Manage Your Schedule"
View file
roundcubemail-plugins-kolab-3.3.4.tar.gz/plugins/calendar/helpdocs/locale/pl_PL/LC_MESSAGES/overview.po -> roundcubemail-plugins-kolab-3.3.5.tar.gz/plugins/calendar/helpdocs/locale/pl_PL/LC_MESSAGES/overview.po
Changed
@@ -15,7 +15,7 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: pl\n" -"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>=14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n" +"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n" #: ../../en_US/_plugins/calendar/overview.rst:6 msgid "Overview"
View file
roundcubemail-plugins-kolab-3.3.4.tar.gz/plugins/calendar/helpdocs/locale/pl_PL/LC_MESSAGES/settings.po -> roundcubemail-plugins-kolab-3.3.5.tar.gz/plugins/calendar/helpdocs/locale/pl_PL/LC_MESSAGES/settings.po
Changed
@@ -15,7 +15,7 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: pl\n" -"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>=14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n" +"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n" #: ../../en_US/_plugins/calendar/settings.rst:8 msgid "Calendar Preferences"
View file
roundcubemail-plugins-kolab-3.3.4.tar.gz/plugins/calendar/helpdocs/locale/pl_PL/LC_MESSAGES/sharing.po -> roundcubemail-plugins-kolab-3.3.5.tar.gz/plugins/calendar/helpdocs/locale/pl_PL/LC_MESSAGES/sharing.po
Changed
@@ -15,7 +15,7 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: pl\n" -"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>=14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n" +"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n" #: ../../en_US/_plugins/calendar/sharing.rst:11 msgid "Sharing Calendars"
View file
roundcubemail-plugins-kolab-3.3.4.tar.gz/plugins/calendar/helpdocs/locale/ru_RU/LC_MESSAGES/importexport.po -> roundcubemail-plugins-kolab-3.3.5.tar.gz/plugins/calendar/helpdocs/locale/ru_RU/LC_MESSAGES/importexport.po
Changed
@@ -9,7 +9,7 @@ "Project-Id-Version: Kolab Documentation\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2014-11-26 23:28+0100\n" -"PO-Revision-Date: 2015-04-05 16:01+0000\n" +"PO-Revision-Date: 2017-09-21 17:03+0000\n" "Last-Translator: Katherine Sidorova <ya-na-provode@yandex.ru>\n" "Language-Team: Russian (Russia) (http://www.transifex.com/kolab/kolab-documentation/language/ru_RU/)\n" "MIME-Version: 1.0\n"
View file
roundcubemail-plugins-kolab-3.3.4.tar.gz/plugins/calendar/helpdocs/locale/ru_RU/LC_MESSAGES/index.po -> roundcubemail-plugins-kolab-3.3.5.tar.gz/plugins/calendar/helpdocs/locale/ru_RU/LC_MESSAGES/index.po
Changed
@@ -9,7 +9,7 @@ "Project-Id-Version: Kolab Documentation\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2014-11-26 23:28+0100\n" -"PO-Revision-Date: 2015-04-05 15:14+0000\n" +"PO-Revision-Date: 2017-09-21 17:03+0000\n" "Last-Translator: Katherine Sidorova <ya-na-provode@yandex.ru>\n" "Language-Team: Russian (Russia) (http://www.transifex.com/kolab/kolab-documentation/language/ru_RU/)\n" "MIME-Version: 1.0\n"
View file
roundcubemail-plugins-kolab-3.3.4.tar.gz/plugins/calendar/helpdocs/locale/ru_RU/LC_MESSAGES/invitations.po -> roundcubemail-plugins-kolab-3.3.5.tar.gz/plugins/calendar/helpdocs/locale/ru_RU/LC_MESSAGES/invitations.po
Changed
@@ -9,7 +9,7 @@ "Project-Id-Version: Kolab Documentation\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2014-11-26 23:28+0100\n" -"PO-Revision-Date: 2015-04-10 13:14+0000\n" +"PO-Revision-Date: 2017-09-21 17:03+0000\n" "Last-Translator: Katherine Sidorova <ya-na-provode@yandex.ru>\n" "Language-Team: Russian (Russia) (http://www.transifex.com/kolab/kolab-documentation/language/ru_RU/)\n" "MIME-Version: 1.0\n"
View file
roundcubemail-plugins-kolab-3.3.4.tar.gz/plugins/calendar/localization/bg_BG.inc -> roundcubemail-plugins-kolab-3.3.5.tar.gz/plugins/calendar/localization/bg_BG.inc
Changed
@@ -74,6 +74,7 @@ $labels'status' = 'Статус'; $labels'status-confirmed' = 'Потвърдено'; $labels'status-cancelled' = 'Отхвърлено'; +$labels'status-tentative' = 'Предварително'; $labels'priority' = 'Приоритет'; $labels'sensitivity' = 'Поверителност'; $labels'public' = 'публично'; @@ -147,8 +148,6 @@ $labels'availunknown' = 'Няма информация'; $labels'availtentative' = 'Предварително'; $labels'availoutofoffice' = 'Извън офиса'; -$labels'delegatedto' = 'Делегирано към:'; -$labels'delegatedfrom' = 'Делегирано от:'; $labels'sendinvitations' = 'Изпращане на покани'; $labels'sendnotifications' = 'Известяване на участниците относно промените'; $labels'sendcancellation' = 'Известяване на участниците относно отмяна на събития';
View file
roundcubemail-plugins-kolab-3.3.4.tar.gz/plugins/calendar/localization/ca_ES.inc -> roundcubemail-plugins-kolab-3.3.5.tar.gz/plugins/calendar/localization/ca_ES.inc
Changed
@@ -75,6 +75,7 @@ $labels'status' = 'Estat'; $labels'status-confirmed' = 'Confirmat'; $labels'status-cancelled' = 'Cancel·lat'; +$labels'status-tentative' = 'Provisional'; $labels'priority' = 'Prioritat'; $labels'sensitivity' = 'Privadesa'; $labels'public' = 'públic'; @@ -151,8 +152,6 @@ $labels'availunknown' = 'Desconegut'; $labels'availtentative' = 'Provisional'; $labels'availoutofoffice' = 'Fora de l\'oficina'; -$labels'delegatedto' = 'Delegat a:'; -$labels'delegatedfrom' = 'Delegat de:'; $labels'scheduletime' = 'Cerca disponibilitat'; $labels'sendinvitations' = 'Envia invitacions'; $labels'sendnotifications' = 'Notifica als participants quan hi hagi modificacions'; @@ -164,7 +163,6 @@ $labels'suggestedslot' = 'Lloc suggerit'; $labels'noslotfound' = 'No s\'ha pogut trobar un espai de temps lliure'; $labels'invitationsubject' = 'Heu estat convidats a "$title"'; -$labels'invitationmailbody' = "*\$title*\n\nQuan: \$date\n\nConvidats: \$attendees\n\nSi us plau cerqueu el fitxer iCalendar adjunt dins dels detalls de l'esdeveniment per poder-lo importar a la vostra aplicació de calendari."; $labels'invitationattendlinks' = "En cas que el vostre client de correu electrònic no suporti peticions de tipus iTip, podeu fer servir el següent enllaç per acceptar o declinar aquesta invitació:\n\$url"; $labels'eventupdatesubject' = '"$title" ha estat actualitzat'; $labels'eventupdatesubjectempty' = 'Un esdeveniment que us afecta ha estat actualitzat';
View file
roundcubemail-plugins-kolab-3.3.4.tar.gz/plugins/calendar/localization/cs_CZ.inc -> roundcubemail-plugins-kolab-3.3.5.tar.gz/plugins/calendar/localization/cs_CZ.inc
Changed
@@ -75,6 +75,7 @@ $labels'status' = 'Stav'; $labels'status-confirmed' = 'Potvrzeno'; $labels'status-cancelled' = 'Zrušeno'; +$labels'status-tentative' = 'Nezávazně'; $labels'priority' = 'Přednost'; $labels'sensitivity' = 'Soukromí'; $labels'public' = 'veřejné'; @@ -151,8 +152,6 @@ $labels'availunknown' = 'Neznámý'; $labels'availtentative' = 'Nezávazně'; $labels'availoutofoffice' = 'Mimo kancelář'; -$labels'delegatedto' = 'Pověřený:'; -$labels'delegatedfrom' = 'Pověřující:'; $labels'scheduletime' = 'Najít dostupnost'; $labels'sendinvitations' = 'Poslat pozvánky'; $labels'sendnotifications' = 'Uvědomit účastníky o změnách'; @@ -164,7 +163,6 @@ $labels'suggestedslot' = 'Navržené místo v rozvrhu'; $labels'noslotfound' = 'Nelze najít volné místo v rozvrhu'; $labels'invitationsubject' = 'Byl(a) jste pozván(a) na událost "$title"'; -$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."; $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"; $labels'eventupdatesubject' = 'Událost "$title" byla aktualizována'; $labels'eventupdatesubjectempty' = 'Událost, která se vás týká, byla aktualizována';
View file
roundcubemail-plugins-kolab-3.3.4.tar.gz/plugins/calendar/localization/da_DK.inc -> roundcubemail-plugins-kolab-3.3.5.tar.gz/plugins/calendar/localization/da_DK.inc
Changed
@@ -75,6 +75,7 @@ $labels'status' = 'Status'; $labels'status-confirmed' = 'Bekræftet'; $labels'status-cancelled' = 'Annulleret'; +$labels'status-tentative' = 'Forsøgsvis'; $labels'priority' = 'Prioritet'; $labels'sensitivity' = 'Privatliv'; $labels'public' = 'offentlig'; @@ -151,8 +152,6 @@ $labels'availunknown' = 'Ukendt'; $labels'availtentative' = 'Forsøgsvis'; $labels'availoutofoffice' = 'Ikke på kontoret'; -$labels'delegatedto' = 'Delegere til:'; -$labels'delegatedfrom' = 'Delegere fra:'; $labels'scheduletime' = 'Find ledigt tidspunkt'; $labels'sendinvitations' = 'Send invitationer'; $labels'sendnotifications' = 'Gør deltagere opmærksom på ændringer'; @@ -164,7 +163,6 @@ $labels'suggestedslot' = 'Foreslået blok'; $labels'noslotfound' = 'Kunne ikke finde en ledig tidsblok'; $labels'invitationsubject' = 'Du er blevet inviteret til "$title"'; -$labels'invitationmailbody' = "*\$title*\n\nTidspunkt: \$date\n\nInviterede: \$attendees\n\nBemærk venligst vedhæftede iCalendar-fil med alle detaljer om arrangementet, som du kan importere til dit kalenderprogram."; $labels'invitationattendlinks' = "Hvis dit e-postprogram ikke understøtter iTip-forespørgsler, så kan du benytte følgende henvisning til enten at acceptere eller afvise denne invitation:\n\$url"; $labels'eventupdatesubject' = '"$title" er blevet opdateret'; $labels'eventupdatesubjectempty' = 'Et arrangement der vedrører dig er blevet opdateret';
View file
roundcubemail-plugins-kolab-3.3.4.tar.gz/plugins/calendar/localization/de_CH.inc -> roundcubemail-plugins-kolab-3.3.5.tar.gz/plugins/calendar/localization/de_CH.inc
Changed
@@ -75,6 +75,7 @@ $labels'status' = 'Status'; $labels'status-confirmed' = 'Bestätigt'; $labels'status-cancelled' = 'Gekündigt'; +$labels'status-tentative' = 'Mit Vorbehalt'; $labels'priority' = 'Priorität'; $labels'sensitivity' = 'Sichtbarkeit'; $labels'public' = 'öffentlich'; @@ -151,8 +152,6 @@ $labels'availunknown' = 'Unbekannt'; $labels'availtentative' = 'Mit Vorbehalt'; $labels'availoutofoffice' = 'Abwesend'; -$labels'delegatedto' = 'Delegiert an:'; -$labels'delegatedfrom' = 'Delegiert von:'; $labels'scheduletime' = 'Verfügbarkeit anzeigen'; $labels'sendinvitations' = 'Einladungen versenden'; $labels'sendnotifications' = 'Teilnehmer über die Änderungen informieren'; @@ -164,7 +163,7 @@ $labels'suggestedslot' = 'Empfohlener Terminplatz'; $labels'noslotfound' = 'Es konnten keine freien Zeiten gefunden werden'; $labels'invitationsubject' = 'Sie wurden zu "$title" eingeladen'; -$labels'invitationmailbody' = "*\$title*\n\nWann: \$date\n\nTeilnehmer: \$attendees\n\nIm Anhang finden Sie eine iCalendar-Datei mit allen Details des Termins. Diese können Sie in Ihre Kalenderanwendung importieren."; +$labels'invitationmailbody' = "*\$title*\n\nWann: \$date\n\nTeilnehmer: \$attendees\n\n\$description\n\nIm Anhang finden Sie eine iCalendar-Datei mit allen Details des Termins. Diese können Sie in Ihre Kalenderanwendung importieren."; $labels'invitationattendlinks' = "Falls Ihr E-Mail-Programm keine iTip-Anfragen unterstützt, können Sie den folgenden Link verwenden, um den Termin zu bestätigen oder abzulehnen:\n\$url"; $labels'eventupdatesubject' = '"$title" wurde aktualisiert'; $labels'eventupdatesubjectempty' = 'Termin wurde aktualisiert';
View file
roundcubemail-plugins-kolab-3.3.4.tar.gz/plugins/calendar/localization/de_DE.inc -> roundcubemail-plugins-kolab-3.3.5.tar.gz/plugins/calendar/localization/de_DE.inc
Changed
@@ -75,6 +75,7 @@ $labels'status' = 'Status'; $labels'status-confirmed' = 'Bestätigt'; $labels'status-cancelled' = 'Abgesagt'; +$labels'status-tentative' = 'Mit Vorbehalt'; $labels'priority' = 'Priorität'; $labels'sensitivity' = 'Sichtbarkeit'; $labels'public' = 'öffentlich'; @@ -151,8 +152,6 @@ $labels'availunknown' = 'Unbekannt'; $labels'availtentative' = 'Mit Vorbehalt'; $labels'availoutofoffice' = 'Abwesend'; -$labels'delegatedto' = 'Delegiert an:'; -$labels'delegatedfrom' = 'Delegiert von:'; $labels'scheduletime' = 'Verfügbarkeit anzeigen'; $labels'sendinvitations' = 'Einladungen versenden'; $labels'sendnotifications' = 'Teilnehmer über die Änderungen informieren'; @@ -164,7 +163,7 @@ $labels'suggestedslot' = 'Empfohlener Slot'; $labels'noslotfound' = 'Es konnten keine freien Zeiten gefunden werden'; $labels'invitationsubject' = 'Sie wurden zu »$title« eingeladen'; -$labels'invitationmailbody' = "*\$title*\n\nWann: \$date\n\nTeilnehmer: \$attendees\n\nIm Anhang finden Sie eine iCalendar-Datei mit allen Details des Termins. Diese können Sie in Ihre Kalenderanwendung importieren."; +$labels'invitationmailbody' = "*\$title*\n\nWann: \$date\n\nTeilnehmer: \$attendees\n\n\$description\n\nIm Anhang finden Sie eine iCalendar-Datei mit allen Details des Termins. Diese können Sie in Ihre Kalenderanwendung importieren."; $labels'invitationattendlinks' = "Falls Ihr E-Mail-Programm keine iTip-Anfragen unterstützt, können Sie den folgenden Link verwenden, um den Termin zu bestätigen oder abzulehnen:\n\$url"; $labels'eventupdatesubject' = '»$title« wurde aktualisiert'; $labels'eventupdatesubjectempty' = 'Termin wurde aktualisiert';
View file
roundcubemail-plugins-kolab-3.3.4.tar.gz/plugins/calendar/localization/en_US.inc -> roundcubemail-plugins-kolab-3.3.5.tar.gz/plugins/calendar/localization/en_US.inc
Changed
@@ -179,7 +179,7 @@ $labels'suggestedslot' = 'Suggested Slot'; $labels'noslotfound' = 'Unable to find a free time slot'; $labels'invitationsubject' = 'You\'ve been invited to "$title"'; -$labels'invitationmailbody' = "*\$title*\n\nWhen: \$date\n\nInvitees: \$attendees\n\nPlease find attached an iCalendar file with all the event details which you can import to your calendar application."; +$labels'invitationmailbody' = "*\$title*\n\nWhen: \$date\n\nInvitees: \$attendees\n\n\$description\n\nPlease find attached an iCalendar file with all the event details which you can import to your calendar application."; $labels'invitationattendlinks' = "In case your email client doesn't support iTip requests you can use the following link to either accept or decline this invitation:\n\$url"; $labels'eventupdatesubject' = '"$title" has been updated'; $labels'eventupdatesubjectempty' = 'An event that concerns you has been updated';
View file
roundcubemail-plugins-kolab-3.3.4.tar.gz/plugins/calendar/localization/es_AR.inc -> roundcubemail-plugins-kolab-3.3.5.tar.gz/plugins/calendar/localization/es_AR.inc
Changed
@@ -75,6 +75,7 @@ $labels'status' = 'Estado'; $labels'status-confirmed' = 'Confirmado'; $labels'status-cancelled' = 'Cancelado'; +$labels'status-tentative' = 'Tentativo'; $labels'priority' = 'Prioridad'; $labels'sensitivity' = 'Privacidad'; $labels'public' = 'público'; @@ -151,8 +152,6 @@ $labels'availunknown' = 'Desconocido'; $labels'availtentative' = 'Tentativo'; $labels'availoutofoffice' = 'Fuera de la oficina'; -$labels'delegatedto' = 'Delegado a:'; -$labels'delegatedfrom' = 'Delegado de:'; $labels'scheduletime' = 'Buscar disponibilidad'; $labels'sendinvitations' = 'Enviar invitaciones'; $labels'sendnotifications' = 'Notificar a los participantes sobre las modificaciones'; @@ -164,7 +163,6 @@ $labels'suggestedslot' = 'Espacio sugerido'; $labels'noslotfound' = 'Imposible encontrar un espacio libre'; $labels'invitationsubject' = 'Ha sido invitado a "$title"'; -$labels'invitationmailbody' = "*\$title*\n\nCuándo: \$date\n\nInvitados: \$attendees\n\nEncontrará adjunto un archivo iCalendar con todos los detalles del evento, el cual puede importar a su aplicación de calendario."; $labels'invitationattendlinks' = "En caso que su cliente de correo electrónico no soporte peticiones iTip puede usar el siguiente link para aceptar o declinar esta invitación:\n\$url"; $labels'eventupdatesubject' = '"$title" ha sido actualizado'; $labels'eventupdatesubjectempty' = 'Un evento que le interesa ha sido actualizado';
View file
roundcubemail-plugins-kolab-3.3.4.tar.gz/plugins/calendar/localization/es_ES.inc -> roundcubemail-plugins-kolab-3.3.5.tar.gz/plugins/calendar/localization/es_ES.inc
Changed
@@ -75,6 +75,7 @@ $labels'status' = 'Estado'; $labels'status-confirmed' = 'Confirmado'; $labels'status-cancelled' = 'Cancelado'; +$labels'status-tentative' = 'Provisional'; $labels'priority' = 'Prioridad'; $labels'sensitivity' = 'Privacidad'; $labels'public' = 'Pública'; @@ -151,8 +152,6 @@ $labels'availunknown' = 'Desconocido'; $labels'availtentative' = 'Provisional'; $labels'availoutofoffice' = 'Fuera de la oficina'; -$labels'delegatedto' = 'Delegar a: '; -$labels'delegatedfrom' = 'Delegado de:'; $labels'scheduletime' = 'Buscar disponibilidad'; $labels'sendinvitations' = 'Enviar invitaciones'; $labels'sendnotifications' = 'Notificar a los participantes acerca de las modificaciones'; @@ -164,7 +163,6 @@ $labels'suggestedslot' = 'Ranura sugerida'; $labels'noslotfound' = 'Incapaz de encontrar un intervalo de tiempo libre'; $labels'invitationsubject' = 'Usted sido invitado a "$title"'; -$labels'invitationmailbody' = "*\$title*\n\nWhen: \$date\n\nInvitees: \$attendees\n\nSe adjunta un archivo iCalendar con todos los detalles del evento que se puede importar a la aplicación de calendario."; $labels'invitationattendlinks' = "En caso de que su cliente de correo electrónico no admite solicitudes iTIP que puede utilizar el siguiente enlace para aceptar o rechazar esta invitación:\n\$url"; $labels'eventupdatesubject' = '"$title" Ha sido actualizado'; $labels'eventupdatesubjectempty' = 'Un evento que le concierne ha sido actualizado';
View file
roundcubemail-plugins-kolab-3.3.4.tar.gz/plugins/calendar/localization/fi_FI.inc -> roundcubemail-plugins-kolab-3.3.5.tar.gz/plugins/calendar/localization/fi_FI.inc
Changed
@@ -73,6 +73,7 @@ $labels'status' = 'Tila'; $labels'status-confirmed' = 'Vahvistettu'; $labels'status-cancelled' = 'Peruttu'; +$labels'status-tentative' = 'Alustava'; $labels'priority' = 'Tärkeys'; $labels'sensitivity' = 'Yksityisyys'; $labels'public' = 'julkinen'; @@ -149,8 +150,6 @@ $labels'availunknown' = 'Tuntematon'; $labels'availtentative' = 'Alustava'; $labels'availoutofoffice' = 'Ei toimistolla'; -$labels'delegatedto' = 'Delegoitu henkilölle:'; -$labels'delegatedfrom' = 'Delegoitus henkilöltä:'; $labels'scheduletime' = 'Etsi saatavuus'; $labels'sendinvitations' = 'Lähetä kutsut'; $labels'sendnotifications' = 'Ilmoita osallistujille muutoksista'; @@ -162,7 +161,6 @@ $labels'suggestedslot' = 'Ehdotettu ajankohta'; $labels'noslotfound' = 'Vapaata ajankohtaa ei löytynyt'; $labels'invitationsubject' = 'Sinut on kutsuttu tapahtumaan "$title"'; -$labels'invitationmailbody' = "*\$title*\n\nMilloin: \$date\n\nKutsutut: \$attendees\n\nOhessa iCalendar -tiedosto mistä löytyvät kaikki tapahtuman yksityistiedot. Voit tuoda tämän tiedoston kalenteriohjelmaasi."; $labels'invitationattendlinks' = "Mikäli sähköpostiohjelmasi ei tue iTip pyyntöjä, voit aina käyttää ao. osoitetta kutsun hyväksymiseen / hylkäämiseen:\n\$url"; $labels'eventupdatesubject' = '"$title" on päivitetty'; $labels'eventupdatesubjectempty' = 'Sinua koskeva tapahtuma on päivitetty';
View file
roundcubemail-plugins-kolab-3.3.4.tar.gz/plugins/calendar/localization/fr_FR.inc -> roundcubemail-plugins-kolab-3.3.5.tar.gz/plugins/calendar/localization/fr_FR.inc
Changed
@@ -75,6 +75,7 @@ $labels'status' = 'Statut'; $labels'status-confirmed' = 'Confirmé'; $labels'status-cancelled' = 'Annulé'; +$labels'status-tentative' = 'Provisoire'; $labels'priority' = 'Priorité'; $labels'sensitivity' = 'Diffusion'; $labels'public' = 'publique'; @@ -151,8 +152,6 @@ $labels'availunknown' = 'Inconnu'; $labels'availtentative' = 'Provisoire'; $labels'availoutofoffice' = 'Absent'; -$labels'delegatedto' = 'Délégué à :'; -$labels'delegatedfrom' = 'Délégué de :'; $labels'scheduletime' = 'Trouver les disponibilités'; $labels'sendinvitations' = 'Envoyer les invitations'; $labels'sendnotifications' = 'Informer les participants des modifications'; @@ -164,7 +163,6 @@ $labels'suggestedslot' = 'Emplacement suggéré'; $labels'noslotfound' = 'Impossible de trouver un créneau disponible'; $labels'invitationsubject' = 'Vous avez été invité à "$title"'; -$labels'invitationmailbody' = "*\$title*\n\nQuand: \$date\n\nParticipants: \$attendees\n\nVous trouverez ci-joint un fichier iCalendar avec tous les détails de l'événement que vous pourrez importer dans votre calendrier électronique."; $labels'invitationattendlinks' = "Dans le cas où votre application de messagerie ne gère pas les demandes \"iTip\", vous pouvez utiliser ce lien pour accepter ou refuser l'invitation : \n\$url"; $labels'eventupdatesubject' = '"$title" a été modifié'; $labels'eventupdatesubjectempty' = 'Un événement vous concernant a été modifié';
View file
roundcubemail-plugins-kolab-3.3.4.tar.gz/plugins/calendar/localization/hr_HR.inc -> roundcubemail-plugins-kolab-3.3.5.tar.gz/plugins/calendar/localization/hr_HR.inc
Changed
@@ -20,4 +20,5 @@ $labels'calendars' = 'Kalendari'; $labels'category' = 'Kategorija'; $labels'categories' = 'Kategorije'; +$labels'status-tentative' = 'Tentative'; ?>
View file
roundcubemail-plugins-kolab-3.3.4.tar.gz/plugins/calendar/localization/hu_HU.inc -> roundcubemail-plugins-kolab-3.3.5.tar.gz/plugins/calendar/localization/hu_HU.inc
Changed
@@ -66,6 +66,7 @@ $labels'status' = 'Stát.'; $labels'status-confirmed' = 'Confirmed'; $labels'status-cancelled' = 'Cancelled'; +$labels'status-tentative' = 'Feltételes'; $labels'priority' = 'Prioritás'; $labels'sensitivity' = 'Manánszféra'; $labels'public' = 'publikus'; @@ -130,8 +131,6 @@ $labels'availunknown' = 'Ismeretlen foglaltság'; $labels'availtentative' = 'Feltételes'; $labels'availoutofoffice' = 'Házon kívül'; -$labels'delegatedto' = 'Beosztva ide: '; -$labels'delegatedfrom' = 'Beosztva innen: '; $labels'scheduletime' = 'Elérhetőség'; $labels'sendinvitations' = 'Meghívók küldése'; $labels'sendnotifications' = 'Résztvevők értesítése a változásokról'; @@ -142,7 +141,6 @@ $labels'nextslot' = 'Következő idősáv'; $labels'noslotfound' = 'Nem sikerült szabad idősávot találni'; $labels'invitationsubject' = '$title'; -$labels'invitationmailbody' = "Meghívó érkezett '\$title' eseményre.\n\nIdőpont: \$date\nSzervező: \$organizer\nRésztvevők: \$attendees\n\n\nMellékletben egy iCalendar naptárbejegyzés, mely tetszőleges naptárprogramba importálható."; $labels'invitationattendlinks' = "Amennyiben a levelezőben nem lát elfogadó/elutasító gombokat (a levelező program nem támogatja az iTip üzeneteket), kattintson ide a meghívó elfogadására, vagy elutasítására:\n\$url"; $labels'eventupdatesubject' = '$title - módosítva'; $labels'eventupdatesubjectempty' = 'Egy Önt érintő esemény módosítva lett';
View file
roundcubemail-plugins-kolab-3.3.4.tar.gz/plugins/calendar/localization/it_IT.inc -> roundcubemail-plugins-kolab-3.3.5.tar.gz/plugins/calendar/localization/it_IT.inc
Changed
@@ -75,6 +75,7 @@ $labels'status' = 'Stato'; $labels'status-confirmed' = 'Confermato'; $labels'status-cancelled' = 'Cancellato'; +$labels'status-tentative' = 'Provvisorio'; $labels'priority' = 'Priorità'; $labels'sensitivity' = 'Privacy'; $labels'public' = 'pubblico'; @@ -151,8 +152,6 @@ $labels'availunknown' = 'Sconosciuto'; $labels'availtentative' = 'Provvisorio'; $labels'availoutofoffice' = 'Fuori sede'; -$labels'delegatedto' = 'Delegato a:'; -$labels'delegatedfrom' = 'Delegato da:'; $labels'scheduletime' = 'Trova disponibilità'; $labels'sendinvitations' = 'Manda inviti'; $labels'sendnotifications' = 'Notifica le modifiche ai partecipanti'; @@ -164,7 +163,6 @@ $labels'suggestedslot' = 'Spazio suggerito'; $labels'noslotfound' = 'Impossibile trovare uno spazio di tempo libero'; $labels'invitationsubject' = 'Sei stato invitato a "$title"'; -$labels'invitationmailbody' = "*\$title*\n\nQuando: \$date\n\nInvitati: \$attendees\n\nIn allegato un file iCalendar con tutti i dettagli dell'evento, che puoi importare nella tua applicazione calendario."; $labels'invitationattendlinks' = "Se il tuo client di posta elettronica non supporta le richieste iTip, puoi seguire il seguente collegamento per accettare o rifiutare l'invito:\n\$url"; $labels'eventupdatesubject' = '"$title" è stato aggiornato'; $labels'eventupdatesubjectempty' = 'Un evento che ti riguarda è stato aggiornato';
View file
roundcubemail-plugins-kolab-3.3.4.tar.gz/plugins/calendar/localization/ja_JP.inc -> roundcubemail-plugins-kolab-3.3.5.tar.gz/plugins/calendar/localization/ja_JP.inc
Changed
@@ -75,6 +75,7 @@ $labels'status' = '状態'; $labels'status-confirmed' = '確認済'; $labels'status-cancelled' = 'キャンセル済'; +$labels'status-tentative' = '仮'; $labels'priority' = '優先度'; $labels'sensitivity' = 'プライバシー'; $labels'public' = 'パブリック'; @@ -151,8 +152,6 @@ $labels'availunknown' = '不明'; $labels'availtentative' = '仮'; $labels'availoutofoffice' = '外出'; -$labels'delegatedto' = '委任先:'; -$labels'delegatedfrom' = '委任元:'; $labels'scheduletime' = '利用可検索'; $labels'sendinvitations' = '招待を送る'; $labels'sendnotifications' = '変更を参加者へ通知する'; @@ -164,7 +163,6 @@ $labels'suggestedslot' = '指示されたスロット'; $labels'noslotfound' = '空スロットを見つけられません'; $labels'invitationsubject' = '"$title" に招待されました'; -$labels'invitationmailbody' = "*\$title*\n\nいつ: \$date\n\n招待者: \$attendees\n\nあなたのカレンダーアプリケーションにインポートできる全イベントの詳細がインポートできる添付されたiカレンダーファイルを見つけてください。"; $labels'invitationattendlinks' = "この場合あなたのメールクライアントはiTip リクエストをサポートしてません、以下のリンクからこの招待を承諾もしくは辞退してください:\n\$url"; $labels'eventupdatesubject' = '"$title" はアップデートされました'; $labels'eventupdatesubjectempty' = 'あなたに関連するイベントが更新されました';
View file
roundcubemail-plugins-kolab-3.3.4.tar.gz/plugins/calendar/localization/ko_KR.inc -> roundcubemail-plugins-kolab-3.3.5.tar.gz/plugins/calendar/localization/ko_KR.inc
Changed
@@ -69,6 +69,7 @@ $labels'status' = '상태'; $labels'status-confirmed' = '확인됨'; $labels'status-cancelled' = '취소됨'; +$labels'status-tentative' = '임시'; $labels'priority' = '우선순위'; $labels'sensitivity' = '프라이버시'; $labels'public' = '공개'; @@ -135,8 +136,6 @@ $labels'availunknown' = '알 수 없는'; $labels'availtentative' = '임시'; $labels'availoutofoffice' = '부재중'; -$labels'delegatedto' = '위임 :'; -$labels'delegatedfrom' = '위임받음 :'; $labels'scheduletime' = '가능여부 확인'; $labels'sendinvitations' = '초대장 보내기'; $labels'sendnotifications' = '변경 사항을 참가자에게 알림';
View file
roundcubemail-plugins-kolab-3.3.4.tar.gz/plugins/calendar/localization/lv.inc -> roundcubemail-plugins-kolab-3.3.5.tar.gz/plugins/calendar/localization/lv.inc
Changed
@@ -75,6 +75,7 @@ $labels'status' = 'Statuss'; $labels'status-confirmed' = 'Apstiprināts'; $labels'status-cancelled' = 'Atcelts'; +$labels'status-tentative' = 'Varbūt'; $labels'priority' = 'Prioritāte'; $labels'sensitivity' = 'Privātums'; $labels'public' = 'publisks'; @@ -151,8 +152,6 @@ $labels'availunknown' = 'Nezināms'; $labels'availtentative' = 'Varbūt'; $labels'availoutofoffice' = 'Ārpus biroja'; -$labels'delegatedto' = 'Deleģēt:'; -$labels'delegatedfrom' = 'Deleģēts no:'; $labels'scheduletime' = 'Atrast brīvu laiku'; $labels'sendinvitations' = 'Nosūtīt uzaicinājumus'; $labels'sendnotifications' = 'Apziņot dalībniekus par izmaiņām'; @@ -164,7 +163,6 @@ $labels'suggestedslot' = 'Ieteicamā iedaļa'; $labels'noslotfound' = 'Nav brīvas laika iedaļas'; $labels'invitationsubject' = 'Jūs esat uzaicināts uz "$title"'; -$labels'invitationmailbody' = "*\$title*\n\nKad: \$date\n\nUzaicinātie: \$attendees\n\nLūdzu skatiet pievienoto iCalendar failu ar notikuma informācij, kuru jūs varat importēt savā kalendāra aplikācijā."; $labels'invitationattendlinks' = "Gadījumā ja jūsu e-pasta praogramma neatbalsta iTip pieprasījumus, tad jūs varat izmantot šo saiti, lai pieņemtu vai noraidītu šo uzaicinājumu:\n\$url"; $labels'eventupdatesubject' = '"$title" ir mainīts'; $labels'eventupdatesubjectempty' = 'Pasākums, kas attiecas uz jums ir mainīts';
View file
roundcubemail-plugins-kolab-3.3.4.tar.gz/plugins/calendar/localization/nl_NL.inc -> roundcubemail-plugins-kolab-3.3.5.tar.gz/plugins/calendar/localization/nl_NL.inc
Changed
@@ -75,6 +75,7 @@ $labels'status' = 'Status'; $labels'status-confirmed' = 'Bevestigd'; $labels'status-cancelled' = 'Geannuleerd'; +$labels'status-tentative' = 'Misschien'; $labels'priority' = 'Prioriteit'; $labels'sensitivity' = 'Privacy'; $labels'public' = 'openbaar'; @@ -151,8 +152,6 @@ $labels'availunknown' = 'Onbekend'; $labels'availtentative' = 'Misschien'; $labels'availoutofoffice' = 'Niet aanwezig'; -$labels'delegatedto' = 'Gedelegeerd aan:'; -$labels'delegatedfrom' = 'Gedelegeerd door:'; $labels'scheduletime' = 'Beschikbaarheid zoeken'; $labels'sendinvitations' = 'Uitnodigingen versturen'; $labels'sendnotifications' = 'Wijzigingen melden aan deelnemers'; @@ -164,7 +163,6 @@ $labels'suggestedslot' = 'Voorgesteld tijdstip'; $labels'noslotfound' = 'Geen beschikbaar tijdstip gevonden'; $labels'invitationsubject' = 'U bent uitgenodigd voor "$title"'; -$labels'invitationmailbody' = "*\$title*\n\nWanneer: \$date\n\nGenodigden: \$attendees\n\nAls bijlage vindt u een iCalendar-bestand met alle gegevens van de activiteit die u in uw agendaprogramma kunt importeren."; $labels'invitationattendlinks' = "In het geval dat uw e-mailprogramma geen iTip-verzoeken ondersteunt, kunt u de volgende koppeling gebruiken om deze uitnodiging te accepteren or af te slaan:\n\$url"; $labels'eventupdatesubject' = '"$title" is bijgewerkt'; $labels'eventupdatesubjectempty' = 'Een activiteit die u aangaat is bijgewerkt';
View file
roundcubemail-plugins-kolab-3.3.4.tar.gz/plugins/calendar/localization/pl_PL.inc -> roundcubemail-plugins-kolab-3.3.5.tar.gz/plugins/calendar/localization/pl_PL.inc
Changed
@@ -75,6 +75,7 @@ $labels'status' = 'Status'; $labels'status-confirmed' = 'Potwierdzony'; $labels'status-cancelled' = 'Anulowany'; +$labels'status-tentative' = 'Niepewny'; $labels'priority' = 'Priorytet'; $labels'sensitivity' = 'Poufność'; $labels'public' = 'publiczny'; @@ -151,8 +152,6 @@ $labels'availunknown' = 'Nieznany'; $labels'availtentative' = 'Niepewny'; $labels'availoutofoffice' = 'Poza biurem'; -$labels'delegatedto' = 'Oddelegowany do:'; -$labels'delegatedfrom' = 'Oddelegowany z:'; $labels'scheduletime' = 'Sprawdź dostępność'; $labels'sendinvitations' = 'Wyślij zaproszenia'; $labels'sendnotifications' = 'Powiadom uczestników o zmianach'; @@ -164,7 +163,7 @@ $labels'suggestedslot' = 'Sugerowany przedział'; $labels'noslotfound' = 'Nie znaleziono wolnego przedziału czasu'; $labels'invitationsubject' = 'Zostałeś zaproszony do "$title"'; -$labels'invitationmailbody' = "*\$title*\n\nKiedy: \$date\n\nZaproszeni: \$attendees\n\nW załączeniu plik w formacie iCalendar ze szczegółami zdarzenia, który możesz zaimportować do twojej aplikacji kalendarza."; +$labels'invitationmailbody' = "*\$title*\n\nKiedy: \$date\n\nZaproszeni: \$attendees\n\n\$description\n\nW załączeniu plik w formacie iCalendar ze szczegółami zdarzenia, który możesz zaimportować do twojej aplikacji kalendarza."; $labels'invitationattendlinks' = "W przypadku gdy klient poczty elektronicznej nie obsługuje rządań w formacie iTip, aby zaakceptować lub odrzucić to zaproszenie, można skorzystać z następującego linku:\n\$url "; $labels'eventupdatesubject' = '"$title" zostało zaktualizowane'; $labels'eventupdatesubjectempty' = 'Zdarzenie które cię dotyczy zostało zaktualizowane';
View file
roundcubemail-plugins-kolab-3.3.4.tar.gz/plugins/calendar/localization/pt_BR.inc -> roundcubemail-plugins-kolab-3.3.5.tar.gz/plugins/calendar/localization/pt_BR.inc
Changed
@@ -66,6 +66,7 @@ $labels'status' = 'Situação'; $labels'status-confirmed' = 'Confirmado'; $labels'status-cancelled' = 'Cancalado'; +$labels'status-tentative' = 'Tentativa'; $labels'priority' = 'Prioridade'; $labels'sensitivity' = 'Privacidade'; $labels'public' = 'público'; @@ -131,8 +132,6 @@ $labels'availunknown' = 'Desconhecido'; $labels'availtentative' = 'Tentativa'; $labels'availoutofoffice' = 'Fora de escritório'; -$labels'delegatedto' = 'Delegado para:'; -$labels'delegatedfrom' = 'Delegado de:'; $labels'scheduletime' = 'Procurar disponibilidade'; $labels'sendinvitations' = 'Enviar convites'; $labels'sendnotifications' = 'Avisar os participantes sobre as modificações'; @@ -143,7 +142,6 @@ $labels'nextslot' = 'Próximo espaço'; $labels'noslotfound' = 'Incapaz de encontrar um horário disponível'; $labels'invitationsubject' = 'Você foi convidado para "$title"'; -$labels'invitationmailbody' = "*\$title*\n\nQuando: \$date\n\nConvidados: \$attendees\n\nSegue em anexo um arquivo iCalendar com todos os detalhes do evento na qual você pode importar para sua aplicação de calendário."; $labels'invitationattendlinks' = "No caso do seu cliente de e-mail não suportar requisições iTIP você pode usar o link a seguir para aceitar ou recusar este convite:\n\$url"; $labels'eventupdatesubject' = '"$title" foi atualizado'; $labels'eventupdatesubjectempty' = 'Um evento do seu interesse foi atualizado';
View file
roundcubemail-plugins-kolab-3.3.4.tar.gz/plugins/calendar/localization/pt_PT.inc -> roundcubemail-plugins-kolab-3.3.5.tar.gz/plugins/calendar/localization/pt_PT.inc
Changed
@@ -75,6 +75,7 @@ $labels'status' = 'Estado'; $labels'status-confirmed' = 'Confirmado'; $labels'status-cancelled' = 'Cancelado'; +$labels'status-tentative' = 'Tentativa'; $labels'priority' = 'Prioridade'; $labels'sensitivity' = 'Privacidade'; $labels'public' = 'público'; @@ -151,8 +152,6 @@ $labels'availunknown' = 'Desconhecido'; $labels'availtentative' = 'Tentativa'; $labels'availoutofoffice' = 'Ausente'; -$labels'delegatedto' = 'Delegado a:'; -$labels'delegatedfrom' = 'Delegado de:'; $labels'scheduletime' = 'Procurar disponibilidade'; $labels'sendinvitations' = 'Enviar convites'; $labels'sendnotifications' = 'Avisar os participantes sobre as alterações'; @@ -164,7 +163,6 @@ $labels'suggestedslot' = 'Espaço sugerido'; $labels'noslotfound' = 'Incapaz de encontrar um horário disponível'; $labels'invitationsubject' = 'Foi convidado para "$title"'; -$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."; $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"; $labels'eventupdatesubject' = '"$title" foi atualizado.'; $labels'eventupdatesubjectempty' = 'Um evento do seu interesse foi atualizado';
View file
roundcubemail-plugins-kolab-3.3.4.tar.gz/plugins/calendar/localization/ru_RU.inc -> roundcubemail-plugins-kolab-3.3.5.tar.gz/plugins/calendar/localization/ru_RU.inc
Changed
@@ -75,6 +75,7 @@ $labels'status' = 'Статус'; $labels'status-confirmed' = 'Подтвеждённый'; $labels'status-cancelled' = 'Отмененные'; +$labels'status-tentative' = 'Неопределённо'; $labels'priority' = 'Приоритет'; $labels'sensitivity' = 'Секретность'; $labels'public' = 'общедоступная'; @@ -151,8 +152,6 @@ $labels'availunknown' = 'Неизвестно'; $labels'availtentative' = 'Предварительно'; $labels'availoutofoffice' = 'Вне офиса'; -$labels'delegatedto' = 'Поручено:'; -$labels'delegatedfrom' = 'Поручено от:'; $labels'scheduletime' = 'Найти доступность'; $labels'sendinvitations' = 'Отправить приглашения'; $labels'sendnotifications' = 'Уведомить участников об изменениях'; @@ -164,7 +163,6 @@ $labels'suggestedslot' = 'Предлагаемое время'; $labels'noslotfound' = 'Невозможно найти свободное время'; $labels'invitationsubject' = 'Вы приглашены на "$title"'; -$labels'invitationmailbody' = "*\$title*\n\nКогда: \$date\n\nПриглашенные: \$attendees\n\nВо вложении вы найдёте файл iCalendar со всеми деталями события, который Вы можете импортировать в Вашу программу-ежедневник."; $labels'invitationattendlinks' = "В случае, если Ваш почтовый клиент не поддерживает запросы iTip, Вы можете использовать ссылку данную ниже, чтобы принять или отклонить это приглашение:\n\$url"; $labels'eventupdatesubject' = '"$title" было обновлено'; $labels'eventupdatesubjectempty' = 'Событие, которое касается Вас, было обновлено';
View file
roundcubemail-plugins-kolab-3.3.4.tar.gz/plugins/calendar/localization/sk_SK.inc -> roundcubemail-plugins-kolab-3.3.5.tar.gz/plugins/calendar/localization/sk_SK.inc
Changed
@@ -70,6 +70,7 @@ $labels'status' = 'Stav'; $labels'status-confirmed' = 'Potvrdené'; $labels'status-cancelled' = 'Zrušené'; +$labels'status-tentative' = 'Nezáväzne'; $labels'priority' = 'Priorita'; $labels'importrange' = 'Udalosti z'; $labels'weekofyear' = 'Týždeň';
View file
roundcubemail-plugins-kolab-3.3.4.tar.gz/plugins/calendar/localization/sl_SI.inc -> roundcubemail-plugins-kolab-3.3.5.tar.gz/plugins/calendar/localization/sl_SI.inc
Changed
@@ -75,6 +75,7 @@ $labels'status' = 'Status'; $labels'status-confirmed' = 'Potrjeno'; $labels'status-cancelled' = 'Preklicano'; +$labels'status-tentative' = 'Pogojno'; $labels'priority' = 'Prednost'; $labels'sensitivity' = 'Zasebnost'; $labels'public' = 'javno'; @@ -151,8 +152,6 @@ $labels'availunknown' = 'Neznano'; $labels'availtentative' = 'Pogojno'; $labels'availoutofoffice' = 'Izven pisarne'; -$labels'delegatedto' = 'Preneseno na:'; -$labels'delegatedfrom' = 'Preneseno od:'; $labels'scheduletime' = 'Najdi razpoložljivost'; $labels'sendinvitations' = 'Pošlji vabila'; $labels'sendnotifications' = 'Sporoči udeležencem spremembe'; @@ -164,7 +163,6 @@ $labels'suggestedslot' = 'Predlagano mesto'; $labels'noslotfound' = 'Ne najdem prostega mesta'; $labels'invitationsubject' = 'Vabljeni ste v "$title"'; -$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."; $labels'invitationattendlinks' = "V kolikor vaš email klient ne podpira iTip zahtevkov lahko uporabite naslednjo povezavo za sprejem ali zavrnitev vabila:\n\$url"; $labels'eventupdatesubject' = '"$title" je bil posodobljen'; $labels'eventupdatesubjectempty' = 'Dogodek, ki vas zadeva je bil posodobljen';
View file
roundcubemail-plugins-kolab-3.3.4.tar.gz/plugins/calendar/localization/sv_SE.inc -> roundcubemail-plugins-kolab-3.3.5.tar.gz/plugins/calendar/localization/sv_SE.inc
Changed
@@ -75,6 +75,7 @@ $labels'status' = 'Status'; $labels'status-confirmed' = 'Bekräftad'; $labels'status-cancelled' = 'Inställd'; +$labels'status-tentative' = 'Preliminärt'; $labels'priority' = 'Prioritet'; $labels'sensitivity' = 'Integritet'; $labels'public' = 'publik'; @@ -151,8 +152,6 @@ $labels'availunknown' = 'Okänd'; $labels'availtentative' = 'Preliminärt'; $labels'availoutofoffice' = 'Frånvarande'; -$labels'delegatedto' = 'Delegerad till:'; -$labels'delegatedfrom' = 'Delegerad från:'; $labels'scheduletime' = 'Hitta tillgänglighet'; $labels'sendinvitations' = 'Skicka inbjudningar'; $labels'sendnotifications' = 'Meddela deltagare om ändringar'; @@ -164,7 +163,6 @@ $labels'suggestedslot' = 'Föreslagen lucka'; $labels'noslotfound' = 'Det gick inte att hitta en ledig tidslucka'; $labels'invitationsubject' = 'Du har blivit inbjuden till "$title"'; -$labels'invitationmailbody' = "*\$title*\n\nNär: \$date\n\nInbjudna: \$attendees\n\nHärmed bifogas en iCalendar-fil med alla detaljer om händelsen som du kan importera till din kalenderapplikation."; $labels'invitationattendlinks' = "Om din e-postklient inte stöder iTip-förfrågningar kan du använda följande länk för att antingen tacka ja eller eller nej till denna inbjudan:\n\$url"; $labels'eventupdatesubject' = '"$title" har uppdaterats'; $labels'eventupdatesubjectempty' = 'En händelse som berör dig har uppdaterats';
View file
roundcubemail-plugins-kolab-3.3.4.tar.gz/plugins/calendar/localization/th_TH.inc -> roundcubemail-plugins-kolab-3.3.5.tar.gz/plugins/calendar/localization/th_TH.inc
Changed
@@ -69,6 +69,7 @@ $labels'status' = 'สถานะ'; $labels'status-confirmed' = 'ยืนยัน'; $labels'status-cancelled' = 'ยกเลิก'; +$labels'status-tentative' = 'แนวโน้ม'; $labels'priority' = 'ความสำคัญ'; $labels'sensitivity' = 'ความเป็นส่วนตัว'; $labels'public' = 'สาธารณะ'; @@ -139,8 +140,6 @@ $labels'availunknown' = 'ไม่ทราบ'; $labels'availtentative' = 'แนวโน้ม'; $labels'availoutofoffice' = 'ไม่อยู่ออฟฟิศ'; -$labels'delegatedto' = 'มอบหมายให้'; -$labels'delegatedfrom' = 'รับมอบจาก'; $labels'scheduletime' = 'ค้นหาส่วนที่ว่าง'; $labels'sendinvitations' = 'ส่งคำเชิญ'; $labels'sendnotifications' = 'แจ้งเตือนผู้เข้าร่วมสำหรับการแก้ไข';
View file
roundcubemail-plugins-kolab-3.3.4.tar.gz/plugins/calendar/localization/uk_UA.inc -> roundcubemail-plugins-kolab-3.3.5.tar.gz/plugins/calendar/localization/uk_UA.inc
Changed
@@ -75,6 +75,7 @@ $labels'status' = 'Статус'; $labels'status-confirmed' = 'Підтверджений'; $labels'status-cancelled' = 'Відмінений'; +$labels'status-tentative' = 'Невизначений'; $labels'priority' = 'Пріоритет'; $labels'sensitivity' = 'Конфіденційність'; $labels'public' = 'публічна'; @@ -147,8 +148,6 @@ $labels'availunknown' = 'Невідомо'; $labels'availtentative' = 'Невизначений'; $labels'availoutofoffice' = 'Поза офісом'; -$labels'delegatedto' = 'Доручено:'; -$labels'delegatedfrom' = 'Доручено від:'; $labels'scheduletime' = 'Знайти доступних'; $labels'sendinvitations' = 'Запросити'; $labels'sendnotifications' = 'Повідомити учасників про зміни'; @@ -159,7 +158,6 @@ $labels'suggestedslot' = 'Пропонований час'; $labels'noslotfound' = 'Неможливо знайти вільний час'; $labels'invitationsubject' = 'Ви запрошені на '; -$labels'invitationmailbody' = "*\$title*\n\nКоли: \$date\n\nЗапрошені: \$attendees\n\nУ вкладенні Ви знайдете файл iCalendar з усіма деталями події, який Ви можете імпортувати у Вашу програму-щоденник."; $labels'invitationattendlinks' = "У разі, якщо Ваш поштовий клієнт не підтримує запити iTip, Ви можете використати дане нижче посилання, щоб прийняти або відхилити це запрошення:\n\$url"; $labels'eventupdatesubject' = '"$title" була оновлена'; $labels'eventupdatesubjectempty' = 'Подія, яка стосується Вас, була оновленна ';
View file
roundcubemail-plugins-kolab-3.3.4.tar.gz/plugins/calendar/localization/zh_CN.inc -> roundcubemail-plugins-kolab-3.3.5.tar.gz/plugins/calendar/localization/zh_CN.inc
Changed
@@ -59,6 +59,7 @@ $labels'status' = '状态'; $labels'status-confirmed' = '已确认'; $labels'status-cancelled' = '已取消'; +$labels'status-tentative' = '临时'; $labels'priority' = '优先级'; $labels'sensitivity' = '隐私'; $labels'public' = '公开';
View file
roundcubemail-plugins-kolab-3.3.4.tar.gz/plugins/kolab_addressbook/composer.json -> roundcubemail-plugins-kolab-3.3.5.tar.gz/plugins/kolab_addressbook/composer.json
Changed
@@ -4,7 +4,7 @@ "description": "Kolab addressbook", "homepage": "https://git.kolab.org/diffusion/RPK/", "license": "AGPLv3", - "version": "3.3.3", + "version": "3.3.5", "authors": { "name": "Thomas Bruederli",
View file
roundcubemail-plugins-kolab-3.3.4.tar.gz/plugins/kolab_addressbook/helpdocs/locale/de_DE/LC_MESSAGES/addressbook.po -> roundcubemail-plugins-kolab-3.3.5.tar.gz/plugins/kolab_addressbook/helpdocs/locale/de_DE/LC_MESSAGES/addressbook.po
Changed
@@ -11,7 +11,7 @@ "Project-Id-Version: Kolab Documentation\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2014-11-26 23:28+0100\n" -"PO-Revision-Date: 2016-10-07 11:41+0000\n" +"PO-Revision-Date: 2017-09-23 20:32+0000\n" "Last-Translator: Mads <mads@batmads.com>\n" "Language-Team: German (http://www.transifex.com/kolab/kolab-documentation/language/de/)\n" "MIME-Version: 1.0\n"
View file
roundcubemail-plugins-kolab-3.3.4.tar.gz/plugins/kolab_addressbook/helpdocs/locale/en_US/LC_MESSAGES/addressbook.po -> roundcubemail-plugins-kolab-3.3.5.tar.gz/plugins/kolab_addressbook/helpdocs/locale/en_US/LC_MESSAGES/addressbook.po
Changed
@@ -8,7 +8,7 @@ "Project-Id-Version: Kolab Documentation\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2014-11-26 23:28+0100\n" -"PO-Revision-Date: 2014-11-27 23:34+0000\n" +"PO-Revision-Date: 2017-09-21 17:03+0000\n" "Last-Translator: Torsten Grote <grote@kolabsys.com>\n" "Language-Team: English (http://www.transifex.com/kolab/kolab-documentation/language/en/)\n" "MIME-Version: 1.0\n"
View file
roundcubemail-plugins-kolab-3.3.4.tar.gz/plugins/kolab_addressbook/helpdocs/locale/es_ES/LC_MESSAGES/addressbook.po -> roundcubemail-plugins-kolab-3.3.5.tar.gz/plugins/kolab_addressbook/helpdocs/locale/es_ES/LC_MESSAGES/addressbook.po
Changed
@@ -9,7 +9,7 @@ "Project-Id-Version: Kolab Documentation\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2014-11-26 23:28+0100\n" -"PO-Revision-Date: 2017-03-07 16:18+0000\n" +"PO-Revision-Date: 2017-09-21 17:03+0000\n" "Last-Translator: Berta Narváez <bertanarvaez@hotmail.com>\n" "Language-Team: Spanish (http://www.transifex.com/kolab/kolab-documentation/language/es/)\n" "MIME-Version: 1.0\n"
View file
roundcubemail-plugins-kolab-3.3.4.tar.gz/plugins/kolab_addressbook/helpdocs/locale/pl_PL/LC_MESSAGES/addressbook.po -> roundcubemail-plugins-kolab-3.3.5.tar.gz/plugins/kolab_addressbook/helpdocs/locale/pl_PL/LC_MESSAGES/addressbook.po
Changed
@@ -15,7 +15,7 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: pl\n" -"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>=14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n" +"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n" #: ../../en_US/_plugins/kolab_addressbook/addressbook.rst:9 msgid "Sharing Address Books"
View file
roundcubemail-plugins-kolab-3.3.4.tar.gz/plugins/kolab_auth/composer.json -> roundcubemail-plugins-kolab-3.3.5.tar.gz/plugins/kolab_auth/composer.json
Changed
@@ -4,7 +4,7 @@ "description": "Kolab authentication", "homepage": "https://git.kolab.org/diffusion/RPK/", "license": "AGPLv3", - "version": "3.3.4", + "version": "3.3.5", "authors": { "name": "Thomas Bruederli",
View file
roundcubemail-plugins-kolab-3.3.4.tar.gz/plugins/kolab_auth/kolab_auth.php -> roundcubemail-plugins-kolab-3.3.5.tar.gz/plugins/kolab_auth/kolab_auth.php
Changed
@@ -97,7 +97,7 @@ if (!$uniqueid) { // Find user record in LDAP if (($ldap = self::ldap()) && $ldap->ready) { - if ($record = $ldap->get_user_record($rcmail->get_user_name())) { + if ($record = $ldap->get_user_record($rcmail->get_user_name(), $_SESSION'kolab_host')) { $uniqueid = $record'uniqueid'; } } @@ -331,8 +331,8 @@ // Some plugins e.g. kolab_2fa use 'startup' hook to // register other hooks, but when called on 'authenticate' hook // we're already after 'startup', so we'll call it directly - if ($loaded && $startup && ($plugin = $this->api->get_plugin($plugin)) - && method_exists($plugin, 'startup') + if ($loaded && $startup && $plugin == 'kolab_2fa' + && ($plugin = $this->api->get_plugin($plugin)) ) { $plugin->startup(array('task' => $rcmail->task, 'action' => $rcmail->action)); } @@ -630,6 +630,9 @@ // Store user unique identifier for freebusy_session_auth feature $_SESSION'kolab_auth_uniqueid' = is_array($record'uniqueid') ? $record'uniqueid'0 : $record'uniqueid'; + // Store also host as we need it for get_user_reacod() in 'ready' hook handler + $_SESSION'kolab_host' = $host; + // Set user login if ($login_attr) { $this->data'user_login' = is_array($record$login_attr) ? $record$login_attr0 : $record$login_attr;
View file
roundcubemail-plugins-kolab-3.3.5.tar.gz/plugins/kolab_auth/localization/sv_SE.inc
Added
@@ -0,0 +1,11 @@ +<?php +/** + * Localizations for the Kolab Auth plugin + * + * Copyright (C) 2014, Kolab Systems AG + * + * For translation see https://www.transifex.com/projects/p/kolab/resource/kolab_auth/ + */ +$labels'loginas' = 'Logga in som'; +$labels'loginasnotallowed' = 'Du har inte befogenhet att logga in som $user'; +?>
View file
roundcubemail-plugins-kolab-3.3.4.tar.gz/plugins/kolab_files/composer.json -> roundcubemail-plugins-kolab-3.3.5.tar.gz/plugins/kolab_files/composer.json
Changed
@@ -4,7 +4,7 @@ "description": "User interface for Kolab File Manager (Chwala)", "homepage": "https://git.kolab.org/diffusion/RPK/", "license": "AGPLv3", - "version": "3.3.4", + "version": "3.3.5", "authors": { "name": "Aleksander Machniak",
View file
roundcubemail-plugins-kolab-3.3.4.tar.gz/plugins/kolab_files/kolab_files.js -> roundcubemail-plugins-kolab-3.3.5.tar.gz/plugins/kolab_files/kolab_files.js
Changed
@@ -233,7 +233,7 @@ { // consider the token from parent window more reliable (fresher) than in framed window // it's because keep-alive is not requested in frames - return window.parent && parent.rcmail && parent.rcmail.env.files_token ? parent.rcmail.env.files_token : rcmail.env.files_token; + return rcmail.is_framed() && parent.rcmail.env.files_token ? parent.rcmail.env.files_token : rcmail.env.files_token; }; function kolab_files_from_cloud_widget(elem) @@ -552,13 +552,21 @@ rcmail.drivers_list_initialized = true; $('td.source', dialog).each(function() { - $(this).click(function() { + var td = $(this), + id = td.attr('id').replace('source-', ''), + meta = rcmail.env.external_sourcesid; + + $.each(meta.form_values || , function(i, v) { + td.find('#source-' + id + '-' + i).val(v); + }); + + td.click(function() { $('td.selected', dialog).removeClass('selected'); dialog.find('.driverform').hide(); $(this).addClass('selected').find('.driverform').show(); $('inputtype="radio"', this).prop('checked', true); - }); - }); + }); + }); } args.button_classes = 'mainaction'; @@ -882,9 +890,9 @@ }; // Hides dialog -function kolab_dialog_close(dialog) +function kolab_dialog_close(dialog, destroy) { - (rcmail.is_framed() ? window.parent : window).$(dialog).dialog('close'); + (rcmail.is_framed() ? window.parent : window).$(dialog).dialog(destroy ? 'destroy' : 'close'); }; // smart upload button @@ -1136,6 +1144,7 @@ } rcmail.command('files-move', rcmail.env.drag_target); + rcmail.env.drag_target = null; } } }; @@ -1983,7 +1992,7 @@ // try parent window if the list element does not exist // i.e. called from dialog in parent window - if (!elem.length && window.parent && parent.rcmail) { + if (!elem.length && rcmail.is_framed()) { body = window.parent.document.body; elem = $(list_selector, body); searchbox = $(search_selector, body); @@ -3018,7 +3027,7 @@ params.token = this.env.token; params.file = file; - rcmail.redirect(this.env.url + this.url('file_get', params)); + rcmail.redirect(this.env.url + this.url('file_get', params), false); }; // file(s) delete request @@ -3139,7 +3148,7 @@ this.file_move_ask_user = function(list, move) { var file = list0, buttons = {}, - text = rcmail.gettext('kolab_files.filemoveconfirm').replace('$file', file.dst) + text = rcmail.gettext('kolab_files.filemoveconfirm').replace('$file', file.dst), dialog = $('<div></div>'); buttonsrcmail.gettext('kolab_files.fileoverwrite') = function() { @@ -3149,7 +3158,8 @@ ffile.src = file.dst; file_api.file_move_ask_list = list; file_api.file_move_ask_mode = move; - dialog.dialog('destroy').remove(); + kolab_dialog_close(this, true); + file_api.req = file_api.set_busy(true, move ? 'kolab_files.filemoving' : 'kolab_files.filecopying'); file_api.request(action, {file: f, overwrite: 1}, 'file_move_ask_user_response'); }; @@ -3159,14 +3169,15 @@ var f = {}, action = move ? 'file_move' : 'file_copy'; $.each(list, function() { fthis.src = this.dst; }); - dialog.dialog('destroy').remove(); + kolab_dialog_close(this, true); + file_api.req = file_api.set_busy(true, move ? 'kolab_files.filemoving' : 'kolab_files.filecopying'); file_api.request(action, {file: f, overwrite: 1}, action + '_response'); }; var skip_func = function() { list.shift(); - dialog.dialog('destroy').remove(); + kolab_dialog_close(this, true); if (list.length) file_api.file_move_ask_user(list, move); @@ -3178,7 +3189,7 @@ if (list.length > 1) buttonsrcmail.gettext('kolab_files.fileskipall') = function() { - dialog.dialog('destroy').remove(); + kolab_dialog_close(this, true); if (move) file_api.file_list(); }; @@ -3187,6 +3198,7 @@ kolab_dialog_show(dialog.html(text), { close: skip_func, buttons: buttons, + height: 50, minWidth: 400, width: 400 }); @@ -3742,7 +3754,7 @@ parent = $('#' + id); // try parent window if the folder element does not exist - if (!parent.length && window.parent && window.parent.rcmail) { + if (!parent.length && rcmail.is_framed()) { parent = $('#' + id, window.parent.document.body); }
View file
roundcubemail-plugins-kolab-3.3.4.tar.gz/plugins/kolab_files/localization/el.inc -> roundcubemail-plugins-kolab-3.3.5.tar.gz/plugins/kolab_files/localization/el.inc
Changed
@@ -26,6 +26,7 @@ $labels'upload' = 'Μεταφόρτωση'; $labels'uploadfile' = 'Μεταφόρτωση αρχείου(ων)'; $labels'get' = 'Λήψη'; +$labels'getfile' = 'Λήψη αρχείου'; $labels'view' = 'Προβολή'; $labels'viewfile' = 'Προβολή αρχείου'; $labels'rename' = 'Μετονομασία'; @@ -52,6 +53,10 @@ $labels'folderdeleting' = 'Γίνεται διαγραφή φακέλου...'; $labels'fileupdating' = 'Γίνεται ενημέρωση αρχείου...'; $labels'filecreating' = 'Γίνεται δημιουργία αρχείου...'; +$labels'filemoving' = 'Μετακίνηση αρχείου(ων)...'; +$labels'filecopying' = 'Αντιγραφή αρχείου(ων)...'; +$labels'filedeleting' = 'Διαγραφή αρχείου(ων)...'; +$labels'filedeleteconfirm' = 'Θέλετε να διαγράψετε τα επιλεγμένα αρχεία;'; $labels'fileoverwrite' = 'Αντικατάσταση'; $labels'fileoverwriteall' = 'Αντικατάσταση όλων'; $labels'select' = 'Επιλογή'; @@ -66,4 +71,5 @@ $labels'arialabelfilelist' = 'Λίστα αρχείων'; $labels'arialabelfileprops' = 'Ιδιότητες αρχείου'; $labels'arialabelfilecontent' = 'Περιεχόμενο αρχείου'; +$labels'type.vndoasisopendocumenttext' = 'Αρχείο κειμένου (ODF)'; $labels'type.html' = 'Έγγραφο HTML';
View file
roundcubemail-plugins-kolab-3.3.4.tar.gz/plugins/kolab_folders/composer.json -> roundcubemail-plugins-kolab-3.3.5.tar.gz/plugins/kolab_folders/composer.json
Changed
@@ -4,7 +4,7 @@ "description": "Type-aware folder management/listing for Kolab", "homepage": "https://git.kolab.org/diffusion/RPK/", "license": "AGPLv3", - "version": "3.3.2", + "version": "3.3.5", "authors": { "name": "Aleksander Machniak",
View file
roundcubemail-plugins-kolab-3.3.4.tar.gz/plugins/kolab_folders/localization/en_US.inc -> roundcubemail-plugins-kolab-3.3.5.tar.gz/plugins/kolab_folders/localization/en_US.inc
Changed
@@ -30,7 +30,6 @@ $labels'junkemail' = 'Junk'; $labels'confidential' = 'Confidential'; $labels'private' = 'Private'; - $labels'folderexpire' = 'Delete messages older than'; $labels'xdays' = '$x days';
View file
roundcubemail-plugins-kolab-3.3.4.tar.gz/plugins/libcalendaring/composer.json -> roundcubemail-plugins-kolab-3.3.5.tar.gz/plugins/libcalendaring/composer.json
Changed
@@ -4,7 +4,7 @@ "description": "Library providing common functions for calendaring plugins", "homepage": "https://git.kolab.org/diffusion/RPK/", "license": "AGPLv3", - "version": "3.3.4", + "version": "3.3.5", "authors": { "name": "Thomas Bruederli",
View file
roundcubemail-plugins-kolab-3.3.4.tar.gz/plugins/libcalendaring/lib/libcalendaring_itip.php -> roundcubemail-plugins-kolab-3.3.5.tar.gz/plugins/libcalendaring/lib/libcalendaring_itip.php
Changed
@@ -44,7 +44,6 @@ array('identity' => $this->rc->user->list_emails(true))); $this->sender = $hook'identity'; - $this->plugin->add_hook('message_before_send', array($this, 'before_send_hook')); $this->plugin->add_hook('smtp_connect', array($this, 'smtp_connect_hook')); } @@ -95,8 +94,9 @@ */ public function send_itip_message($event, $method, $recipient, $subject, $bodytext, $message = null, $rsvp = true) { - if (!$this->sender'name') + if (!$this->sender'name') { $this->sender'name' = $this->sender'email'; + } if (!$message) { libcalendaring::identify_recurrence_instance($event); @@ -111,7 +111,7 @@ 'name' => $subject, 'vars' => array( 'title' => $event'title', - 'name' => $this->sender'name' + 'name' => $this->sender'name', ) )); @@ -134,20 +134,27 @@ $mailbody = $this->gettext(array( 'name' => $bodytext, 'vars' => array( - 'title' => $event'title', - 'date' => $this->lib->event_date_text($event, true) . $recurrence_info, - 'attendees' => join(",\n ", $attendees_list), - 'sender' => $this->sender'name', - 'organizer' => $this->sender'name', + 'title' => $event'title', + 'date' => $this->lib->event_date_text($event, true) . $recurrence_info, + 'attendees' => join(",\n ", $attendees_list), + 'sender' => $this->sender'name', + 'organizer' => $this->sender'name', + 'description' => $event'description', ) )); + // remove redundant empty lines (e.g. when an event description is empty) + $mailbody = preg_replace('/\n{3,}/', "\n\n", $mailbody); + // if (!empty($event'comment')) { // $mailbody .= "\n\n" . $this->gettext('itipsendercomment') . $event'comment'; // } // append links for direct invitation replies - if ($method == 'REQUEST' && $rsvp && ($token = $this->store_invitation($event, $recipient'email'))) { + if ($method == 'REQUEST' && $rsvp + && $this->rc->config->get('calendar_itip_smtp_server') + && ($token = $this->store_invitation($event, $recipient'email')) + ) { $mailbody .= "\n\n" . $this->gettext(array( 'name' => 'invitationattendlinks', 'vars' => array('url' => $this->plugin->get_url(array('action' => 'attend', 't' => $token))), @@ -173,20 +180,6 @@ } /** - * Plugin hook triggered by rcube::deliver_message() before delivering a message. - * Here we can set the 'smtp_server' config option to '' in order to use - * PHP's mail() function for unauthenticated email sending. - */ - public function before_send_hook($p) - { - if ($this->itip_send && !$this->rc->user->ID && $this->rc->config->get('calendar_itip_smtp_server', null) === '') { - $this->rc->config->set('smtp_server', ''); - } - - return $p; - } - - /** * Plugin hook to alter SMTP authentication. * This is used if iTip messages are to be sent from an unauthenticated session */
View file
roundcubemail-plugins-kolab-3.3.4.tar.gz/plugins/libcalendaring/libcalendaring.js -> roundcubemail-plugins-kolab-3.3.5.tar.gz/plugins/libcalendaring/libcalendaring.js
Changed
@@ -391,12 +391,13 @@ }); $(prefix+' select.edit-alarm-offset').change(function(){ var val = $(this).val(), parent = $(this).parent(); - parent.find('.edit-alarm-date, .edit-alarm-time')val == '@' ? 'show' : 'hide'(); + parent.find('.edit-alarm-date, .edit-alarm-time')val === '@' ? 'show' : 'hide'(); parent.find('.edit-alarm-value').prop('disabled', val === '@' || val === '0'); - parent.find('.edit-alarm-related')val == '@' ? 'hide' : 'show'(); + parent.find('.edit-alarm-related')val === '@' ? 'hide' : 'show'(); }); $(prefix+' .edit-alarm-date').removeClass('hasDatepicker').removeAttr('id').datepicker(datepicker_settings); + this.init_time_autocomplete($(prefix+' .edit-alarm-time')0, {}); $(prefix).on('click', 'a.delete-alarm', function(e){ if ($(this).closest('.edit-alarm-item').siblings().length > 0) { @@ -434,12 +435,11 @@ if (!alarm.action) alarm.action = 'DISPLAY'; - if (i == 0) { - domnode = $(prefix + ' .edit-alarm-item').eq(0); - } - else { - domnode = $(prefix + ' .edit-alarm-item').eq(0).clone(false).removeClass('first').appendTo(prefix); - this.init_alarms_edit(prefix + ' .edit-alarm-item:eq(' + i + ')', i); + domnode = $(prefix + ' .edit-alarm-item').eq(0); + + if (i > 0) { + domnode = domnode.clone(false).removeClass('first').appendTo(prefix); + this.init_alarms_edit(prefix + ' .edit-alarm-item:eq(' + i + ')', i); } $('select.edit-alarm-type', domnode).val(alarm.action); @@ -588,7 +588,7 @@ var default_props = { delay: 100, minLength: 1, - appendTo: props.container, + appendTo: props.container || $(elem).parents('form'), source: time_autocomplete_list, open: time_autocomplete_open, // change: time_autocomplete_change,
View file
roundcubemail-plugins-kolab-3.3.4.tar.gz/plugins/libkolab/composer.json -> roundcubemail-plugins-kolab-3.3.5.tar.gz/plugins/libkolab/composer.json
Changed
@@ -4,7 +4,7 @@ "description": "Plugin to setup a basic environment for the interaction with a Kolab server.", "homepage": "https://git.kolab.org/diffusion/RPK/", "license": "AGPLv3", - "version": "3.3.4", + "version": "3.3.5", "authors": { "name": "Thomas Bruederli",
View file
roundcubemail-plugins-kolab-3.3.4.tar.gz/plugins/libkolab/lib/kolab_format.php -> roundcubemail-plugins-kolab-3.3.5.tar.gz/plugins/libkolab/lib/kolab_format.php
Changed
@@ -235,7 +235,7 @@ $result->setTime($datetime->format('G'), $datetime->format('i'), $datetime->format('s')); // libkolabxml throws errors on some deprecated timezone names - $utc_aliases = array('UTC', 'GMT', '+00:00', 'Z', 'Etc/GMT'); + $utc_aliases = array('UTC', 'GMT', '+00:00', 'Z', 'Etc/GMT', 'Etc/UTC'); if ($tz && in_array($tz->getName(), $utc_aliases)) { $result->setUTC(true);
View file
roundcubemail-plugins-kolab-3.3.4.tar.gz/plugins/libkolab/lib/kolab_format_xcal.php -> roundcubemail-plugins-kolab-3.3.5.tar.gz/plugins/libkolab/lib/kolab_format_xcal.php
Changed
@@ -498,14 +498,22 @@ $this->obj->setRecurrenceDates($rdates); } - // save alarm + // save alarm(s) $valarms = new vectoralarm; + $valarm_hashes = array(); if ($object'valarms') { foreach ($object'valarms' as $valarm) { if (!array_key_exists($valarm'action', $this->alarm_type_map)) { continue; // skip unknown alarm types } + // Get rid of duplicates, some CalDAV clients can set them + $hash = serialize($valarm); + if (in_array($hash, $valarm_hashes)) { + continue; + } + $valarm_hashes = $hash; + if ($valarm'action' == 'EMAIL') { $recipients = new vectorcontactref; foreach (($valarm'attendees' ?: array($object'_owner')) as $email) { @@ -530,7 +538,15 @@ if (is_object($valarm'trigger') && $valarm'trigger' instanceof DateTime) { $alarm->setStart(self::get_datetime($valarm'trigger', new DateTimeZone('UTC'))); } + else if (preg_match('/^@(0-9+)$/', $valarm'trigger', $m)) { + $alarm->setStart(self::get_datetime($m1, new DateTimeZone('UTC'))); + } else { + // Support also interval in format without PT, e.g. -10M + if (preg_match('/^(-+*)(0-9+DHMS)$/', strtoupper($valarm'trigger'), $m)) { + $valarm'trigger' = $m1 . ($m2strlen($m2)-1 == 'D' ? 'P' : 'PT') . $m2; + } + try { $period = new DateInterval(preg_replace('/^0-9PTWDHMS/', '', $valarm'trigger')); $duration = new Duration($period->d, $period->h, $period->i, $period->s, $valarm'trigger'0 == '-');
View file
roundcubemail-plugins-kolab-3.3.4.tar.gz/plugins/libkolab/lib/kolab_storage.php -> roundcubemail-plugins-kolab-3.3.5.tar.gz/plugins/libkolab/lib/kolab_storage.php
Changed
@@ -576,10 +576,22 @@ */ public static function custom_displayname($folder) { + static $_metadata; + // find custom display name in folder METADATA if (self::$config->get('kolab_custom_display_names', true) && self::setup()) { - // For performance reasons ask for all folders, it will be cached as one cache entry - $metadata = self::$imap->get_metadata("*", array(self::NAME_KEY_PRIVATE, self::NAME_KEY_SHARED)); + if ($_metadata !== null) { + $metadata = $_metadata; + } + else { + // For performance reasons ask for all folders, it will be cached as one cache entry + $metadata = self::$imap->get_metadata("*", array(self::NAME_KEY_PRIVATE, self::NAME_KEY_SHARED)); + + // If cache is disabled store result in memory + if (!self::$config->get('imap_cache')) { + $_metadata = $metadata; + } + } if ($data = $metadata$folder) { if (($name = $dataself::NAME_KEY_PRIVATE) || ($name = $dataself::NAME_KEY_SHARED)) {
View file
roundcubemail-plugins-kolab-3.3.4.tar.gz/plugins/libkolab/lib/kolab_storage_folder_user.php -> roundcubemail-plugins-kolab-3.3.5.tar.gz/plugins/libkolab/lib/kolab_storage_folder_user.php
Changed
@@ -80,7 +80,7 @@ * * @return string The owner of this folder. */ - public function get_owner() + public function get_owner($fully_qualified = false) { return $this->ldaprec'mail'; }
View file
roundcubemail-plugins-kolab-3.3.4.tar.gz/plugins/tasklist/composer.json -> roundcubemail-plugins-kolab-3.3.5.tar.gz/plugins/tasklist/composer.json
Changed
@@ -4,7 +4,7 @@ "description": "Task management plugin", "homepage": "https://git.kolab.org/diffusion/RPK/", "license": "AGPLv3", - "version": "3.3.4", + "version": "3.3.5", "authors": { "name": "Thomas Bruederli",
View file
roundcubemail-plugins-kolab-3.3.4.tar.gz/plugins/tasklist/helpdocs/locale/de_DE/LC_MESSAGES/index.po -> roundcubemail-plugins-kolab-3.3.5.tar.gz/plugins/tasklist/helpdocs/locale/de_DE/LC_MESSAGES/index.po
Changed
@@ -9,7 +9,7 @@ "Project-Id-Version: Kolab Documentation\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2014-11-26 23:28+0100\n" -"PO-Revision-Date: 2016-07-28 07:59+0000\n" +"PO-Revision-Date: 2017-09-23 20:32+0000\n" "Last-Translator: Mads <mads@batmads.com>\n" "Language-Team: German (http://www.transifex.com/kolab/kolab-documentation/language/de/)\n" "MIME-Version: 1.0\n"
View file
roundcubemail-plugins-kolab-3.3.4.tar.gz/plugins/tasklist/helpdocs/locale/de_DE/LC_MESSAGES/manage.po -> roundcubemail-plugins-kolab-3.3.5.tar.gz/plugins/tasklist/helpdocs/locale/de_DE/LC_MESSAGES/manage.po
Changed
@@ -10,7 +10,7 @@ "Project-Id-Version: Kolab Documentation\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2014-11-26 23:28+0100\n" -"PO-Revision-Date: 2016-07-26 13:49+0000\n" +"PO-Revision-Date: 2017-09-23 20:32+0000\n" "Last-Translator: Jeroen van Meeuwen <vanmeeuwen@kolabsys.com>\n" "Language-Team: German (http://www.transifex.com/kolab/kolab-documentation/language/de/)\n" "MIME-Version: 1.0\n"
View file
roundcubemail-plugins-kolab-3.3.4.tar.gz/plugins/tasklist/helpdocs/locale/de_DE/LC_MESSAGES/overview.po -> roundcubemail-plugins-kolab-3.3.5.tar.gz/plugins/tasklist/helpdocs/locale/de_DE/LC_MESSAGES/overview.po
Changed
@@ -9,7 +9,7 @@ "Project-Id-Version: Kolab Documentation\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2014-11-26 23:28+0100\n" -"PO-Revision-Date: 2016-07-26 13:49+0000\n" +"PO-Revision-Date: 2017-09-23 20:32+0000\n" "Last-Translator: Jeroen van Meeuwen <vanmeeuwen@kolabsys.com>\n" "Language-Team: German (http://www.transifex.com/kolab/kolab-documentation/language/de/)\n" "MIME-Version: 1.0\n"
View file
roundcubemail-plugins-kolab-3.3.4.tar.gz/plugins/tasklist/helpdocs/locale/en_US/LC_MESSAGES/index.po -> roundcubemail-plugins-kolab-3.3.5.tar.gz/plugins/tasklist/helpdocs/locale/en_US/LC_MESSAGES/index.po
Changed
@@ -8,7 +8,7 @@ "Project-Id-Version: Kolab Documentation\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2014-11-26 23:28+0100\n" -"PO-Revision-Date: 2014-11-27 23:34+0000\n" +"PO-Revision-Date: 2017-09-21 17:03+0000\n" "Last-Translator: Torsten Grote <grote@kolabsys.com>\n" "Language-Team: English (http://www.transifex.com/kolab/kolab-documentation/language/en/)\n" "MIME-Version: 1.0\n"
View file
roundcubemail-plugins-kolab-3.3.4.tar.gz/plugins/tasklist/helpdocs/locale/en_US/LC_MESSAGES/manage.po -> roundcubemail-plugins-kolab-3.3.5.tar.gz/plugins/tasklist/helpdocs/locale/en_US/LC_MESSAGES/manage.po
Changed
@@ -8,7 +8,7 @@ "Project-Id-Version: Kolab Documentation\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2014-11-26 23:28+0100\n" -"PO-Revision-Date: 2014-11-27 23:34+0000\n" +"PO-Revision-Date: 2017-09-21 17:03+0000\n" "Last-Translator: Torsten Grote <grote@kolabsys.com>\n" "Language-Team: English (http://www.transifex.com/kolab/kolab-documentation/language/en/)\n" "MIME-Version: 1.0\n"
View file
roundcubemail-plugins-kolab-3.3.4.tar.gz/plugins/tasklist/helpdocs/locale/en_US/LC_MESSAGES/overview.po -> roundcubemail-plugins-kolab-3.3.5.tar.gz/plugins/tasklist/helpdocs/locale/en_US/LC_MESSAGES/overview.po
Changed
@@ -8,7 +8,7 @@ "Project-Id-Version: Kolab Documentation\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2014-11-26 23:28+0100\n" -"PO-Revision-Date: 2014-11-27 23:34+0000\n" +"PO-Revision-Date: 2017-09-21 17:03+0000\n" "Last-Translator: Torsten Grote <grote@kolabsys.com>\n" "Language-Team: English (http://www.transifex.com/kolab/kolab-documentation/language/en/)\n" "MIME-Version: 1.0\n"
View file
roundcubemail-plugins-kolab-3.3.4.tar.gz/plugins/tasklist/helpdocs/locale/es_ES/LC_MESSAGES/index.po -> roundcubemail-plugins-kolab-3.3.5.tar.gz/plugins/tasklist/helpdocs/locale/es_ES/LC_MESSAGES/index.po
Changed
@@ -9,7 +9,7 @@ "Project-Id-Version: Kolab Documentation\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2014-11-26 23:28+0100\n" -"PO-Revision-Date: 2017-03-07 16:19+0000\n" +"PO-Revision-Date: 2017-09-21 17:03+0000\n" "Last-Translator: Berta Narváez <bertanarvaez@hotmail.com>\n" "Language-Team: Spanish (http://www.transifex.com/kolab/kolab-documentation/language/es/)\n" "MIME-Version: 1.0\n"
View file
roundcubemail-plugins-kolab-3.3.4.tar.gz/plugins/tasklist/helpdocs/locale/es_ES/LC_MESSAGES/manage.po -> roundcubemail-plugins-kolab-3.3.5.tar.gz/plugins/tasklist/helpdocs/locale/es_ES/LC_MESSAGES/manage.po
Changed
@@ -9,7 +9,7 @@ "Project-Id-Version: Kolab Documentation\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2014-11-26 23:28+0100\n" -"PO-Revision-Date: 2017-03-07 16:19+0000\n" +"PO-Revision-Date: 2017-09-21 17:03+0000\n" "Last-Translator: Berta Narváez <bertanarvaez@hotmail.com>\n" "Language-Team: Spanish (http://www.transifex.com/kolab/kolab-documentation/language/es/)\n" "MIME-Version: 1.0\n"
View file
roundcubemail-plugins-kolab-3.3.4.tar.gz/plugins/tasklist/helpdocs/locale/es_ES/LC_MESSAGES/overview.po -> roundcubemail-plugins-kolab-3.3.5.tar.gz/plugins/tasklist/helpdocs/locale/es_ES/LC_MESSAGES/overview.po
Changed
@@ -9,7 +9,7 @@ "Project-Id-Version: Kolab Documentation\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2014-11-26 23:28+0100\n" -"PO-Revision-Date: 2017-03-07 16:21+0000\n" +"PO-Revision-Date: 2017-09-21 17:03+0000\n" "Last-Translator: Berta Narváez <bertanarvaez@hotmail.com>\n" "Language-Team: Spanish (http://www.transifex.com/kolab/kolab-documentation/language/es/)\n" "MIME-Version: 1.0\n"
View file
roundcubemail-plugins-kolab-3.3.4.tar.gz/plugins/tasklist/helpdocs/locale/fr_FR/LC_MESSAGES/index.po -> roundcubemail-plugins-kolab-3.3.5.tar.gz/plugins/tasklist/helpdocs/locale/fr_FR/LC_MESSAGES/index.po
Changed
@@ -8,7 +8,7 @@ "Project-Id-Version: Kolab Documentation\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2014-11-26 23:28+0100\n" -"PO-Revision-Date: 2014-11-28 00:21+0000\n" +"PO-Revision-Date: 2017-09-21 17:03+0000\n" "Last-Translator: Torsten Grote <grote@kolabsys.com>\n" "Language-Team: French (http://www.transifex.com/kolab/kolab-documentation/language/fr/)\n" "MIME-Version: 1.0\n"
View file
roundcubemail-plugins-kolab-3.3.4.tar.gz/plugins/tasklist/helpdocs/locale/fr_FR/LC_MESSAGES/overview.po -> roundcubemail-plugins-kolab-3.3.5.tar.gz/plugins/tasklist/helpdocs/locale/fr_FR/LC_MESSAGES/overview.po
Changed
@@ -8,7 +8,7 @@ "Project-Id-Version: Kolab Documentation\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2014-11-26 23:28+0100\n" -"PO-Revision-Date: 2014-11-28 00:21+0000\n" +"PO-Revision-Date: 2017-09-21 17:03+0000\n" "Last-Translator: Torsten Grote <grote@kolabsys.com>\n" "Language-Team: French (http://www.transifex.com/kolab/kolab-documentation/language/fr/)\n" "MIME-Version: 1.0\n"
View file
roundcubemail-plugins-kolab-3.3.4.tar.gz/plugins/tasklist/helpdocs/locale/nl_NL/LC_MESSAGES/index.po -> roundcubemail-plugins-kolab-3.3.5.tar.gz/plugins/tasklist/helpdocs/locale/nl_NL/LC_MESSAGES/index.po
Changed
@@ -9,7 +9,7 @@ "Project-Id-Version: Kolab Documentation\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2014-11-26 23:28+0100\n" -"PO-Revision-Date: 2016-07-07 12:16+0000\n" +"PO-Revision-Date: 2017-09-21 17:03+0000\n" "Last-Translator: Jeroen van Meeuwen <vanmeeuwen@kolabsys.com>\n" "Language-Team: Dutch (http://www.transifex.com/kolab/kolab-documentation/language/nl/)\n" "MIME-Version: 1.0\n"
View file
roundcubemail-plugins-kolab-3.3.4.tar.gz/plugins/tasklist/helpdocs/locale/pl_PL/LC_MESSAGES/index.po -> roundcubemail-plugins-kolab-3.3.5.tar.gz/plugins/tasklist/helpdocs/locale/pl_PL/LC_MESSAGES/index.po
Changed
@@ -15,7 +15,7 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: pl\n" -"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>=14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n" +"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n" #: ../../en_US/_plugins/tasks/index.rst:9 msgid "Tasks"
View file
roundcubemail-plugins-kolab-3.3.4.tar.gz/plugins/tasklist/helpdocs/locale/pl_PL/LC_MESSAGES/manage.po -> roundcubemail-plugins-kolab-3.3.5.tar.gz/plugins/tasklist/helpdocs/locale/pl_PL/LC_MESSAGES/manage.po
Changed
@@ -15,7 +15,7 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: pl\n" -"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>=14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n" +"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n" #: ../../en_US/_plugins/tasks/manage.rst:7 msgid "Managing Tasks"
View file
roundcubemail-plugins-kolab-3.3.4.tar.gz/plugins/tasklist/helpdocs/locale/pl_PL/LC_MESSAGES/overview.po -> roundcubemail-plugins-kolab-3.3.5.tar.gz/plugins/tasklist/helpdocs/locale/pl_PL/LC_MESSAGES/overview.po
Changed
@@ -15,7 +15,7 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: pl\n" -"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>=14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n" +"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n" #: ../../en_US/_plugins/tasks/overview.rst:6 msgid "Overview"
View file
roundcubemail-plugins-kolab-3.3.4.tar.gz/plugins/tasklist/helpdocs/locale/sv/LC_MESSAGES/overview.po -> roundcubemail-plugins-kolab-3.3.5.tar.gz/plugins/tasklist/helpdocs/locale/sv/LC_MESSAGES/overview.po
Changed
@@ -8,7 +8,7 @@ "Project-Id-Version: Kolab Documentation\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2014-11-26 23:28+0100\n" -"PO-Revision-Date: 2016-02-16 09:37+0000\n" +"PO-Revision-Date: 2017-09-22 02:42+0000\n" "Last-Translator: Thomas Bruederli <roundcube@gmail.com>\n" "Language-Team: Swedish (http://www.transifex.com/kolab/kolab-documentation/language/sv/)\n" "MIME-Version: 1.0\n"
View file
roundcubemail-plugins-kolab-3.3.4.tar.gz/plugins/tasklist/localization/bg_BG.inc -> roundcubemail-plugins-kolab-3.3.5.tar.gz/plugins/tasklist/localization/bg_BG.inc
Changed
@@ -129,7 +129,6 @@ $labels'sendnotifications' = 'Notify assignees about modifications'; $labels'sendcancellation' = 'Notify assignees about task cancellation'; $labels'invitationsubject' = 'You\'ve been assigned to "$title"'; -$labels'invitationmailbody' = "*\$title*\n\nDue: \$date\n\nAssignees: \$attendees\n\nPlease find attached an iCalendar file with all the task details which you can import to your tasks application."; $labels'itipupdatesubject' = '"$title" has been updated'; $labels'itipupdatesubjectempty' = 'A task that concerns you has been updated'; $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."; @@ -161,8 +160,6 @@ $labels'removefromcalendar' = 'Remove from my tasks'; $labels'delegateinvitation' = 'Delegate assignment'; $labels'andnmore' = '$nr повече...'; -$labels'delegatedto' = 'Delegated to: '; -$labels'delegatedfrom' = 'Delegated from: '; $labels'savetotasklist' = 'Запазване в задачи'; $labels'comment' = 'Comment'; $labels'errorimportingtask' = 'Failed to import task(s)';
View file
roundcubemail-plugins-kolab-3.3.4.tar.gz/plugins/tasklist/localization/ca_ES.inc -> roundcubemail-plugins-kolab-3.3.5.tar.gz/plugins/tasklist/localization/ca_ES.inc
Changed
@@ -125,7 +125,6 @@ $labels'sendnotifications' = 'Notify assignees about modifications'; $labels'sendcancellation' = 'Notify assignees about task cancellation'; $labels'invitationsubject' = 'You\'ve been assigned to "$title"'; -$labels'invitationmailbody' = "*\$title*\n\nDue: \$date\n\nAssignees: \$attendees\n\nPlease find attached an iCalendar file with all the task details which you can import to your tasks application."; $labels'itipupdatesubject' = '"$title" ha estat actualitzat'; $labels'itipupdatesubjectempty' = 'A task that concerns you has been updated'; $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."; @@ -159,8 +158,6 @@ $labels'removefromcalendar' = 'Remove from my tasks'; $labels'delegateinvitation' = 'Delegate assignment'; $labels'andnmore' = '$nr més...'; -$labels'delegatedto' = 'Delegat a:'; -$labels'delegatedfrom' = 'Delegat de:'; $labels'savetotasklist' = 'Save to tasks'; $labels'comment' = 'Comentari'; $labels'errorimportingtask' = 'Failed to import task(s)';
View file
roundcubemail-plugins-kolab-3.3.4.tar.gz/plugins/tasklist/localization/cs_CZ.inc -> roundcubemail-plugins-kolab-3.3.5.tar.gz/plugins/tasklist/localization/cs_CZ.inc
Changed
@@ -132,7 +132,6 @@ $labels'sendnotifications' = 'Uvědomit pověřence o změnách'; $labels'sendcancellation' = 'Uvědomit pověřence o zrušení úkolu'; $labels'invitationsubject' = 'Byl(a) jste přidělen(a) k "$title"'; -$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."; $labels'itipupdatesubject' = 'Událost "$title" byla aktualizována'; $labels'itipupdatesubjectempty' = 'Úkol, který se vás týká, byl aktualizován'; $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."; @@ -173,8 +172,6 @@ $labels'removefromcalendar' = 'Odstranit z mých úkolů'; $labels'delegateinvitation' = 'Delegovat přidělení'; $labels'andnmore' = 'dalších $nr...'; -$labels'delegatedto' = 'Pověřený:'; -$labels'delegatedfrom' = 'Pověřující:'; $labels'savetotasklist' = 'Uložit do úkolů'; $labels'comment' = 'Poznámka'; $labels'errorimportingtask' = 'Nepodařilo se zavést úkol(y)';
View file
roundcubemail-plugins-kolab-3.3.4.tar.gz/plugins/tasklist/localization/da_DK.inc -> roundcubemail-plugins-kolab-3.3.5.tar.gz/plugins/tasklist/localization/da_DK.inc
Changed
@@ -132,7 +132,6 @@ $labels'sendnotifications' = 'Informér erhververen om ændringer'; $labels'sendcancellation' = 'Informér erhververen om annullering af opgave'; $labels'invitationsubject' = 'Du er blevet tildet opgaven "$title"'; -$labels'invitationmailbody' = "*\$title*\n\nDue: \$date\n\nAssignees: \$attendees\n\nPlease find attached an iCalendar file with all the task details which you can import to your tasks application."; $labels'itipupdatesubject' = '"$title" er blevet opdateret'; $labels'itipupdatesubjectempty' = 'A task that concerns you has been updated'; $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."; @@ -173,8 +172,6 @@ $labels'removefromcalendar' = 'Remove from my tasks'; $labels'delegateinvitation' = 'Delegate assignment'; $labels'andnmore' = '$nr flere...'; -$labels'delegatedto' = 'Delegated to: '; -$labels'delegatedfrom' = 'Delegated from: '; $labels'savetotasklist' = 'Save to tasks'; $labels'comment' = 'Comment'; $labels'errorimportingtask' = 'Failed to import task(s)';
View file
roundcubemail-plugins-kolab-3.3.4.tar.gz/plugins/tasklist/localization/de_CH.inc -> roundcubemail-plugins-kolab-3.3.5.tar.gz/plugins/tasklist/localization/de_CH.inc
Changed
@@ -132,10 +132,10 @@ $labels'sendnotifications' = 'Beauftragte Teilnehmer über die Änderung informieren'; $labels'sendcancellation' = 'Beauftragte Teilnehmer über die Stornierung informieren'; $labels'invitationsubject' = 'Ihnen wurde "$title" zugewiesen'; -$labels'invitationmailbody' = "*\$title*\n\nFällig: \$date\n\nTeilnehmer: \$attendees\n\nAngehängt finden Sie eine iCalendar-Datei mit allen Aufgabendetails, welche in Ihre Aufgabenanwendung importiert werden kann."; +$labels'invitationmailbody' = "*\$title*\n\nFällig: \$date\n\nBeauftragte: \$attendees\n\n\$description\n\nAngehängt finden Sie eine iCalendar-Datei mit allen Aufgabendetails, welche in Ihre Aufgabenanwendung importiert werden kann."; $labels'itipupdatesubject' = '"$title" wurde aktualisiert'; $labels'itipupdatesubjectempty' = 'Eine ihrer Aufgabe wurde aktualisiert'; -$labels'itipupdatemailbody' = "*\$title*\n\nFällig: \$date\n\nTeilnehmer: \$attendees\n\nAngehängt finden Sie eine iCalendar-Datei mit den aktualisierten Aufgabendetails, welche in Ihre Aufgabenanwendung importiert werden kann."; +$labels'itipupdatemailbody' = "*\$title*\n\nFällig: \$date\n\nBeauftragte: \$attendees\n\nAngehängt finden Sie eine iCalendar-Datei mit den aktualisierten Aufgabendetails, welche in Ihre Aufgabenanwendung importiert werden kann."; $labels'itipcancelsubject' = '"$title" wurde abgesagt'; $labels'itipcancelmailbody' = "*\$title*\n\nFällig: \$date\n\nTeilnehmer: \$attendees\n\nDie Aufgabe wurde durch \$organizer storniert.\n\nAngehängt finden Sie eine iCalendar-Datei mit den aktualisierten Aufgabendetails."; $labels'saveintasklist' = 'speichern in'; @@ -173,8 +173,6 @@ $labels'removefromcalendar' = 'Aus meinen Aufgaben entfernen'; $labels'delegateinvitation' = 'Zuweisung delegieren'; $labels'andnmore' = '$nr weitere...'; -$labels'delegatedto' = 'Delegiert an:'; -$labels'delegatedfrom' = 'Delegiert von:'; $labels'savetotasklist' = 'In den Aufgaben speichern'; $labels'comment' = 'Kommentar'; $labels'errorimportingtask' = 'Fehler beim Importieren der Aufgabe(n)';
View file
roundcubemail-plugins-kolab-3.3.4.tar.gz/plugins/tasklist/localization/de_DE.inc -> roundcubemail-plugins-kolab-3.3.5.tar.gz/plugins/tasklist/localization/de_DE.inc
Changed
@@ -132,7 +132,7 @@ $labels'sendnotifications' = 'Beauftragte Teilnehmer über die Änderung informieren'; $labels'sendcancellation' = 'Beauftragte Teilnehmer über die Stornierung informieren'; $labels'invitationsubject' = 'Ihnen wurde "$title" zugewiesen'; -$labels'invitationmailbody' = "*\$title*\n\nFällig: \$date\n\nTeilnehmer: \$attendees\n\nAngehängt finden Sie eine iCalendar-Datei mit allen Aufgabendetails, welche in Ihre Aufgabenanwendung importiert werden kann."; +$labels'invitationmailbody' = "*\$title*\n\nFällig: \$date\n\nTeilnehmer: \$attendees\n\n\$description\n\nAngehängt finden Sie eine iCalendar-Datei mit allen Aufgabendetails, welche in Ihre Aufgabenanwendung importiert werden kann."; $labels'itipupdatesubject' = '"$title" wurde aktualisiert'; $labels'itipupdatesubjectempty' = 'Eine ihrer Aufgabe wurde aktualisiert'; $labels'itipupdatemailbody' = "*\$title*\n\nFällig: \$date\n\nTeilnehmer: \$attendees\n\nAngehängt finden Sie eine iCalendar-Datei mit den aktualisierten Aufgabendetails, welche in Ihre Aufgabenanwendung importiert werden kann."; @@ -173,8 +173,6 @@ $labels'removefromcalendar' = 'Aus meinen Aufgaben entfernen'; $labels'delegateinvitation' = 'Zuweisung delegieren'; $labels'andnmore' = '$nr weitere...'; -$labels'delegatedto' = 'Delegiert an:'; -$labels'delegatedfrom' = 'Delegiert von:'; $labels'savetotasklist' = 'In den Aufgaben speichern'; $labels'comment' = 'Kommentar'; $labels'errorimportingtask' = 'Fehler beim Importieren der Aufgabe(n)';
View file
roundcubemail-plugins-kolab-3.3.4.tar.gz/plugins/tasklist/localization/en_US.inc -> roundcubemail-plugins-kolab-3.3.5.tar.gz/plugins/tasklist/localization/en_US.inc
Changed
@@ -148,7 +148,7 @@ $labels'sendnotifications' = 'Notify assignees about modifications'; $labels'sendcancellation' = 'Notify assignees about task cancellation'; $labels'invitationsubject' = 'You\'ve been assigned to "$title"'; -$labels'invitationmailbody' = "*\$title*\n\nDue: \$date\n\nAssignees: \$attendees\n\nPlease find attached an iCalendar file with all the task details which you can import to your tasks application."; +$labels'invitationmailbody' = "*\$title*\n\nDue: \$date\n\nAssignees: \$attendees\n\n\$description\n\nPlease find attached an iCalendar file with all the task details which you can import to your tasks application."; $labels'itipupdatesubject' = '"$title" has been updated'; $labels'itipupdatesubjectempty' = 'A task that concerns you has been updated'; $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.";
View file
roundcubemail-plugins-kolab-3.3.4.tar.gz/plugins/tasklist/localization/es_AR.inc -> roundcubemail-plugins-kolab-3.3.5.tar.gz/plugins/tasklist/localization/es_AR.inc
Changed
@@ -132,7 +132,6 @@ $labels'sendnotifications' = 'Notificar a los asignados sobre las modificaciones'; $labels'sendcancellation' = 'Notificar a los asignados sobre la cancelación de la tarea'; $labels'invitationsubject' = 'Ha sido asignado a "$title"'; -$labels'invitationmailbody' = "*\$title*\n\nVencimiento: \$date\n\nAsignados: \$attendees\n\nEncontrará adjunto un archivo iCalendar con todos los detalles de la tarea, el cual puede importar a su aplicación de tareas."; $labels'itipupdatesubject' = '"$title" ha sido actualizado'; $labels'itipupdatesubjectempty' = 'Una tarea que le interesa ha sido actualizada'; $labels'itipupdatemailbody' = "*\$title*\n\nVencimiento: \$date\n\nAsignados: \$attendees\n\Encontrará adjunto un archivo iCalendar con todos los detalles de la tarea, el cual puede importar a su aplicación de tareas."; @@ -173,8 +172,6 @@ $labels'removefromcalendar' = 'Eliminar de mis tareas'; $labels'delegateinvitation' = 'Delegar asignación'; $labels'andnmore' = '$nr más...'; -$labels'delegatedto' = 'Delegado a:'; -$labels'delegatedfrom' = 'Delegado de:'; $labels'savetotasklist' = 'Guardar como tareas'; $labels'comment' = 'Comentario'; $labels'errorimportingtask' = 'Fallo al importar tarea(s)';
View file
roundcubemail-plugins-kolab-3.3.4.tar.gz/plugins/tasklist/localization/es_ES.inc -> roundcubemail-plugins-kolab-3.3.5.tar.gz/plugins/tasklist/localization/es_ES.inc
Changed
@@ -132,7 +132,6 @@ $labels'sendnotifications' = 'Notificar a los asignados sobre modificaciones'; $labels'sendcancellation' = 'Notificar a los asignados sobre la cancelación de tareas'; $labels'invitationsubject' = 'Usted ha sido asignado a "$title"'; -$labels'invitationmailbody' = "*\$title*\n\nDue: \$date\n\nAssignees: \$attendees\n\nSe adjunta un archivo iCalendar con todos los detalles de la tarea, el mismo se puede importar a la aplicación de tareas."; $labels'itipupdatesubject' = '"$title" ha sido actualizada'; $labels'itipupdatesubjectempty' = 'Una tarea que le concierne ha sido actualizada'; $labels'itipupdatemailbody' = "*\$title*\n\nDue: \$date\n\nAssignees: \$attendees\n\nSe adjunta un archivo iCalendar con los detalles de la tarea actualizada, el mismo se puede importar a la aplicación de tareas."; @@ -173,8 +172,6 @@ $labels'removefromcalendar' = 'Borrar de mis tareas'; $labels'delegateinvitation' = 'Delegar asignación'; $labels'andnmore' = '$nr más...'; -$labels'delegatedto' = 'Delegar a: '; -$labels'delegatedfrom' = 'Delegado de:'; $labels'savetotasklist' = 'Salvar a las tareas'; $labels'comment' = 'Comentario'; $labels'errorimportingtask' = 'Fallo al importar la(s) tarea(s)';
View file
roundcubemail-plugins-kolab-3.3.4.tar.gz/plugins/tasklist/localization/et_EE.inc -> roundcubemail-plugins-kolab-3.3.5.tar.gz/plugins/tasklist/localization/et_EE.inc
Changed
@@ -124,7 +124,6 @@ $labels'sendnotifications' = 'Notify assignees about modifications'; $labels'sendcancellation' = 'Notify assignees about task cancellation'; $labels'invitationsubject' = 'You\'ve been assigned to "$title"'; -$labels'invitationmailbody' = "*\$title*\n\nDue: \$date\n\nAssignees: \$attendees\n\nPlease find attached an iCalendar file with all the task details which you can import to your tasks application."; $labels'itipupdatesubject' = '"$title" has been updated'; $labels'itipupdatesubjectempty' = 'A task that concerns you has been updated'; $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."; @@ -155,8 +154,6 @@ $labels'removefromcalendar' = 'Remove from my tasks'; $labels'delegateinvitation' = 'Delegate assignment'; $labels'andnmore' = '$nr more...'; -$labels'delegatedto' = 'Delegated to: '; -$labels'delegatedfrom' = 'Delegated from: '; $labels'savetotasklist' = 'Save to tasks'; $labels'comment' = 'Kommentaar'; $labels'errorimportingtask' = 'Failed to import task(s)';
View file
roundcubemail-plugins-kolab-3.3.4.tar.gz/plugins/tasklist/localization/fi_FI.inc -> roundcubemail-plugins-kolab-3.3.5.tar.gz/plugins/tasklist/localization/fi_FI.inc
Changed
@@ -47,6 +47,7 @@ $labels'status-in-process' = 'Prosessissa'; $labels'status-completed' = 'Valmis'; $labels'status-cancelled' = 'Peruttu'; +$labels'assignedto' = 'Määritetty henkilölle'; $labels'created' = 'Luotu'; $labels'changed' = 'Viimeksi muokattu'; $labels'taskoptions' = 'Valinnat'; @@ -110,7 +111,9 @@ $labels'roleoptional' = 'Valinnainen'; $labels'rolechair' = 'Kutsuja'; $labels'sendinvitations' = 'Lähetä kutsut'; +$labels'invitationsubject' = 'Sinut on määritetty tehtävään "$title"'; $labels'itipupdatesubject' = '"$title" on päivitetty'; +$labels'itipupdatesubjectempty' = 'Sinua koskeva tehtävä on päivitetty'; $labels'itipcancelsubject' = '"$title" on peruttu'; $labels'taskhistory' = 'Historia'; $labels'objectchangelog' = 'Muutoshistoria'; @@ -122,8 +125,6 @@ $labels'itipcomment' = 'Kutsun/herätteen kommentit'; $labels'removefromcalendar' = 'Poista omista tehtävistä'; $labels'andnmore' = '$nr lisää...'; -$labels'delegatedto' = 'Delegoitu henkilölle:'; -$labels'delegatedfrom' = 'Delegoitus henkilöltä:'; $labels'savetotasklist' = 'Tallenna tehtäviin'; $labels'comment' = 'Kommentti'; $labels'errorimportingtask' = 'Tehtävien tuonti epäonnistui';
View file
roundcubemail-plugins-kolab-3.3.4.tar.gz/plugins/tasklist/localization/fr_FR.inc -> roundcubemail-plugins-kolab-3.3.5.tar.gz/plugins/tasklist/localization/fr_FR.inc
Changed
@@ -132,7 +132,6 @@ $labels'sendnotifications' = 'Avertir les utilisateurs des modifications'; $labels'sendcancellation' = 'Avertir les utilisateurs de l\'annulation de la tâche'; $labels'invitationsubject' = 'Vous avez été affecté à la tâche "$title"'; -$labels'invitationmailbody' = "*\$title*\n\nFin: \$date\n\nAffectée à : \$attendees\n\nVous trouverez en pièce jointe un objet de type iCalendar comprenant le détail de cette tâche, que vous pouvez importer dans votre gestionnaire de tâches."; $labels'itipupdatesubject' = '"$title" a été modifié'; $labels'itipupdatesubjectempty' = 'Une tâche vous concernant a été modifiée'; $labels'itipupdatemailbody' = "*\$title*\n\nFin : \$date\n\nAffectée à : \$attendees\n\nVous trouverez en attachement un objet de type iCalendar comprenant le détail de cette tâche modifiée et que vous pouvez importer dans votre gestionnaire de tâches."; @@ -173,8 +172,6 @@ $labels'removefromcalendar' = 'Supprimer de mes tâches'; $labels'delegateinvitation' = 'Déléguer l\'affectation'; $labels'andnmore' = '$nr de plus...'; -$labels'delegatedto' = 'Délégué à :'; -$labels'delegatedfrom' = 'Délégué de :'; $labels'savetotasklist' = 'Sauvegarde des tâches'; $labels'comment' = 'Commentaire'; $labels'errorimportingtask' = 'Importation impossible';
View file
roundcubemail-plugins-kolab-3.3.4.tar.gz/plugins/tasklist/localization/he_IL.inc -> roundcubemail-plugins-kolab-3.3.5.tar.gz/plugins/tasklist/localization/he_IL.inc
Changed
@@ -51,8 +51,6 @@ $labels'objectdiffnotavailable' = 'No comparison possible for the selected revisions'; $labels'itipcomment' = 'Invitation/notification comment'; $labels'andnmore' = '$nr more...'; -$labels'delegatedto' = 'Delegated to: '; -$labels'delegatedfrom' = 'Delegated from: '; $labels'comment' = 'Comment'; $labels'attendeupdateesuccess' = 'Successfully updated the participant\'s status'; $labels'itipinvalidrequest' = 'This invitation is no longer valid';
View file
roundcubemail-plugins-kolab-3.3.4.tar.gz/plugins/tasklist/localization/hr_HR.inc -> roundcubemail-plugins-kolab-3.3.5.tar.gz/plugins/tasklist/localization/hr_HR.inc
Changed
@@ -51,8 +51,6 @@ $labels'objectdiffnotavailable' = 'No comparison possible for the selected revisions'; $labels'itipcomment' = 'Invitation/notification comment'; $labels'andnmore' = '$nr more...'; -$labels'delegatedto' = 'Delegated to: '; -$labels'delegatedfrom' = 'Delegated from: '; $labels'comment' = 'Comment'; $labels'attendeupdateesuccess' = 'Successfully updated the participant\'s status'; $labels'itipinvalidrequest' = 'This invitation is no longer valid';
View file
roundcubemail-plugins-kolab-3.3.4.tar.gz/plugins/tasklist/localization/hu_HU.inc -> roundcubemail-plugins-kolab-3.3.5.tar.gz/plugins/tasklist/localization/hu_HU.inc
Changed
@@ -125,7 +125,6 @@ $labels'sendnotifications' = 'Notify assignees about modifications'; $labels'sendcancellation' = 'Notify assignees about task cancellation'; $labels'invitationsubject' = 'You\'ve been assigned to "$title"'; -$labels'invitationmailbody' = "*\$title*\n\nDue: \$date\n\nAssignees: \$attendees\n\nPlease find attached an iCalendar file with all the task details which you can import to your tasks application."; $labels'itipupdatesubject' = '$title - módosítva'; $labels'itipupdatesubjectempty' = 'A task that concerns you has been updated'; $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."; @@ -156,8 +155,6 @@ $labels'removefromcalendar' = 'Remove from my tasks'; $labels'delegateinvitation' = 'Delegate assignment'; $labels'andnmore' = 'még $nr ...'; -$labels'delegatedto' = 'Beosztva ide: '; -$labels'delegatedfrom' = 'Beosztva innen: '; $labels'savetotasklist' = 'Save to tasks'; $labels'comment' = 'Comment'; $labels'errorimportingtask' = 'Failed to import task(s)';
View file
roundcubemail-plugins-kolab-3.3.4.tar.gz/plugins/tasklist/localization/it_IT.inc -> roundcubemail-plugins-kolab-3.3.5.tar.gz/plugins/tasklist/localization/it_IT.inc
Changed
@@ -126,7 +126,6 @@ $labels'sendnotifications' = 'Informa gli assegnatari delle modifiche'; $labels'sendcancellation' = 'Informa gli assegnatari della cancellazione dell\'attività'; $labels'invitationsubject' = 'Sei stato assegnato a "$title"'; -$labels'invitationmailbody' = "*\$title*\n\nScadenza: \$date\n\nAssegnatari: \$attendees\n\nIn allegato un file iCalendar con tutti i dettagli dell'attività che puoi importare nella tua applicazione di attività."; $labels'itipupdatesubject' = '"$title" è stato aggiornato'; $labels'itipupdatesubjectempty' = 'Un\'attività che ti riguarda è stata aggiornata'; $labels'itipupdatemailbody' = "*\$title*\n\nScadenza: \$date\n\nAssegnatari: \$attendees\n\nIn allegato un file iCalendar con i dettagli dell'attività aggiornati che puoi importare nella tua applicazione di attività."; @@ -155,8 +154,6 @@ $labels'errornotifying' = 'Impossibile inviare notifiche agli assegnatari dell\'attività'; $labels'removefromcalendar' = 'Rimuovi dalle mie attività'; $labels'andnmore' = 'Altri $nr...'; -$labels'delegatedto' = 'Delegato a:'; -$labels'delegatedfrom' = 'Delegato da:'; $labels'savetotasklist' = 'Salva su attività'; $labels'comment' = 'Commento'; $labels'errorimportingtask' = 'Impossibile importare attività';
View file
roundcubemail-plugins-kolab-3.3.4.tar.gz/plugins/tasklist/localization/ja_JP.inc -> roundcubemail-plugins-kolab-3.3.5.tar.gz/plugins/tasklist/localization/ja_JP.inc
Changed
@@ -131,7 +131,6 @@ $labels'sendnotifications' = '変更を引受人に通知'; $labels'sendcancellation' = 'タスクの中止を引受人へ通知'; $labels'invitationsubject' = '"$title" へ割当られました'; -$labels'invitationmailbody' = "*\$title*\n\nいつ: \$date\n\n引受人: \$attendees\n\n添付されたあなたのタスクアプリケーションがインポート可能な全タスクの詳細を含むiカレンダーファイルを見つけてください。"; $labels'itipupdatesubject' = '"$title" はアップデートされました'; $labels'itipupdatesubjectempty' = 'あなたに関連するイベントが更新されました'; $labels'itipupdatemailbody' = "*\$title*\n\nいつ: \$date\n\n 引受人: \$attendees\n\n添付されたあなたのタスクアプリケーションにインポート可能なタスク更新の詳細を含むiカレンダーファイルを見つけてください。"; @@ -171,8 +170,6 @@ $labels'removefromcalendar' = 'Remove from my tasks'; $labels'delegateinvitation' = 'Delegate assignment'; $labels'andnmore' = '$nr さらに…'; -$labels'delegatedto' = 'Delegated to: '; -$labels'delegatedfrom' = 'Delegated from: '; $labels'savetotasklist' = 'Save to tasks'; $labels'comment' = 'Comment'; $labels'errorimportingtask' = 'Failed to import task(s)';
View file
roundcubemail-plugins-kolab-3.3.4.tar.gz/plugins/tasklist/localization/ko_KR.inc -> roundcubemail-plugins-kolab-3.3.5.tar.gz/plugins/tasklist/localization/ko_KR.inc
Changed
@@ -43,7 +43,5 @@ $labels'taskhistory' = '이력'; $labels'objectrestoreerror' = '이전 버전으로 복구하지 못하였습니다'; $labels'andnmore' = '$nr 더...'; -$labels'delegatedto' = '위임 :'; -$labels'delegatedfrom' = '위임받음 :'; $labels'comment' = '코멘트'; $labels'itipinvalidrequest' = '이 초대장은 더이상 유효하지 않습니다';
View file
roundcubemail-plugins-kolab-3.3.4.tar.gz/plugins/tasklist/localization/lv.inc -> roundcubemail-plugins-kolab-3.3.5.tar.gz/plugins/tasklist/localization/lv.inc
Changed
@@ -62,8 +62,6 @@ $labels'objectrestoreerror' = 'Kļūda atjaunojot veco versiju'; $labels'itipcomment' = 'Uzaicinājumam/paziņojuma komentārs'; $labels'andnmore' = 'vēl $nr ...'; -$labels'delegatedto' = 'Deleģēt:'; -$labels'delegatedfrom' = 'Deleģēts no:'; $labels'comment' = 'Komentārs'; $labels'attendeupdateesuccess' = 'Dalībnieku statusi veiksmīgi atjaunoti'; $labels'itipinvalidrequest' = 'Šis uzaicinājums vairs nav spēkā';
View file
roundcubemail-plugins-kolab-3.3.4.tar.gz/plugins/tasklist/localization/nl_NL.inc -> roundcubemail-plugins-kolab-3.3.5.tar.gz/plugins/tasklist/localization/nl_NL.inc
Changed
@@ -132,7 +132,6 @@ $labels'sendnotifications' = 'Wijzigingen melden aan toegewezen personen'; $labels'sendcancellation' = 'Annulering van activiteiten melden aan toegewezen personen'; $labels'invitationsubject' = '"$title" is toegewezen aan u'; -$labels'invitationmailbody' = "*\$title*\n\nEinde: \$date\n\nToegewezen personen: \$attendees\n\nAls bijlage vindt u een iCalendar-bestand met alle gegevens van de taak die u in uw programma voor taakbeheer kunt importeren."; $labels'itipupdatesubject' = '"$title" is bijgewerkt'; $labels'itipupdatesubjectempty' = 'Een taak die u aangaat is bijgewerkt'; $labels'itipupdatemailbody' = "*\$title*\n\nEinde: \$date\n\nToegewezen personen: \$attendees\n\nAls bijlage vindt u een iCalendar-bestand met de bijgewerkte gegevens van de taak die u in uw programma voor taakbeheer kunt importeren."; @@ -173,8 +172,6 @@ $labels'removefromcalendar' = 'Verwijderen uit mijn taken'; $labels'delegateinvitation' = 'Toegewezen taak delegeren'; $labels'andnmore' = 'Nog $nr..'; -$labels'delegatedto' = 'Gedelegeerd aan:'; -$labels'delegatedfrom' = 'Gedelegeerd door:'; $labels'savetotasklist' = 'Opslaan in taken'; $labels'comment' = 'Opmerking'; $labels'errorimportingtask' = 'Importeren van taken is mislukt';
View file
roundcubemail-plugins-kolab-3.3.4.tar.gz/plugins/tasklist/localization/pl_PL.inc -> roundcubemail-plugins-kolab-3.3.5.tar.gz/plugins/tasklist/localization/pl_PL.inc
Changed
@@ -89,8 +89,6 @@ $labels'objectrestoreerror' = 'Nie udało się przywrócić starej wersji'; $labels'itipcomment' = 'Komentarz zaproszenia/powiadomienia'; $labels'andnmore' = '$nr więcej...'; -$labels'delegatedto' = 'Oddelegowany do:'; -$labels'delegatedfrom' = 'Oddelegowany z:'; $labels'comment' = 'Komentarz'; $labels'attendeupdateesuccess' = 'Zaktualizowano status uczestnika.'; $labels'itipinvalidrequest' = 'To zaproszenie nie jest już aktualne.';
View file
roundcubemail-plugins-kolab-3.3.4.tar.gz/plugins/tasklist/localization/pt_BR.inc -> roundcubemail-plugins-kolab-3.3.5.tar.gz/plugins/tasklist/localization/pt_BR.inc
Changed
@@ -138,8 +138,6 @@ $labels'saveintasklist' = 'salvar em'; $labels'taskhistory' = 'Histórico'; $labels'objectchangelog' = 'Mudar Histórico'; -$labels'delegatedto' = 'Delegado para:'; -$labels'delegatedfrom' = 'Delegado de:'; $labels'comment' = 'Comentário'; $labels'attendeupdateesuccess' = 'O status do participante foi atualizado com sucesso.'; $labels'itipinvalidrequest' = 'Este convite não é mais válido';
View file
roundcubemail-plugins-kolab-3.3.4.tar.gz/plugins/tasklist/localization/pt_PT.inc -> roundcubemail-plugins-kolab-3.3.5.tar.gz/plugins/tasklist/localization/pt_PT.inc
Changed
@@ -58,8 +58,6 @@ $labels'objectrestoreerror' = 'Não foi possível repor a versão anterior.'; $labels'itipcomment' = 'Invitation/notification comment'; $labels'andnmore' = '$nr mais...'; -$labels'delegatedto' = 'Delegado para:'; -$labels'delegatedfrom' = 'Delegado de:'; $labels'comment' = 'Comentário'; $labels'attendeupdateesuccess' = 'O status do participante foi atualizado com sucesso.'; $labels'itipinvalidrequest' = 'Este convite não é mais válido';
View file
roundcubemail-plugins-kolab-3.3.4.tar.gz/plugins/tasklist/localization/ru_RU.inc -> roundcubemail-plugins-kolab-3.3.5.tar.gz/plugins/tasklist/localization/ru_RU.inc
Changed
@@ -132,7 +132,6 @@ $labels'sendnotifications' = 'Оповестить ответственных о изменениях'; $labels'sendcancellation' = 'Оповестить ответственных об отмене задачи'; $labels'invitationsubject' = 'Вас назначили ответственным за "$title"'; -$labels'invitationmailbody' = "*\$title*\n\nКогда: \$date\n\nОтветственные: \$attendees\n\nПожалуйста найдите вложения в iCalendar файл со всеми задачами которое Вы можете импортировать в вашу программу задач."; $labels'itipupdatesubject' = '"$title" было обновлено'; $labels'itipupdatesubjectempty' = 'Задача, касающаяся вас, была обновлена'; $labels'itipupdatemailbody' = "*\$title*\n\nКогда: \$date\n\nОтветственные: \$attendees\n\nПожалуйста найдите вложения в iCalendar файл со всеми деталями задач которое Вы можете импортировать в вашу программу задач."; @@ -173,8 +172,6 @@ $labels'removefromcalendar' = 'Удалить из моих задач'; $labels'delegateinvitation' = 'Назначение представителей'; $labels'andnmore' = '$nr больше...'; -$labels'delegatedto' = 'Поручено:'; -$labels'delegatedfrom' = 'Поручено от:'; $labels'savetotasklist' = 'Сохранить в задачи'; $labels'comment' = 'Комментарий'; $labels'errorimportingtask' = 'Не удалось импортировать задачи';
View file
roundcubemail-plugins-kolab-3.3.4.tar.gz/plugins/tasklist/localization/sl_SI.inc -> roundcubemail-plugins-kolab-3.3.5.tar.gz/plugins/tasklist/localization/sl_SI.inc
Changed
@@ -125,7 +125,6 @@ $labels'sendnotifications' = 'Pošlji dodanim osebam obvestila o spremembah'; $labels'sendcancellation' = 'Pošlji dodanim osebam obvestila o preklicu naloge'; $labels'invitationsubject' = 'Dodani ste bili nalogi "$title"'; -$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."; $labels'itipupdatesubject' = '"$title" je bil posodobljen'; $labels'itipupdatesubjectempty' = 'Zadevna naloga je bila posodobljena'; $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."; @@ -159,8 +158,6 @@ $labels'removefromcalendar' = 'Odstrani iz seznama'; $labels'delegateinvitation' = 'Prenesi nalogo'; $labels'andnmore' = '$nr več...'; -$labels'delegatedto' = 'Preneseno na:'; -$labels'delegatedfrom' = 'Preneseno od:'; $labels'savetotasklist' = 'Shrani kot nalogo'; $labels'comment' = 'Komentar'; $labels'errorimportingtask' = 'Napaka pri uvozu nalog(e)';
View file
roundcubemail-plugins-kolab-3.3.4.tar.gz/plugins/tasklist/localization/sv_SE.inc -> roundcubemail-plugins-kolab-3.3.5.tar.gz/plugins/tasklist/localization/sv_SE.inc
Changed
@@ -56,8 +56,6 @@ $labels'objectdiffnotavailable' = 'Ingen jämförelse möjlig för valda revisioner'; $labels'itipcomment' = 'Kommentar till inbjudan/meddelande'; $labels'andnmore' = '$nr fler ...'; -$labels'delegatedto' = 'Delegerad till:'; -$labels'delegatedfrom' = 'Delegerad från:'; $labels'comment' = 'Kommentar'; $labels'attendeupdateesuccess' = 'Uppdaterade deltagarens status'; $labels'itipinvalidrequest' = 'Denna inbjudan är inte längre giltig';
View file
roundcubemail-plugins-kolab-3.3.4.tar.gz/plugins/tasklist/localization/th_TH.inc -> roundcubemail-plugins-kolab-3.3.5.tar.gz/plugins/tasklist/localization/th_TH.inc
Changed
@@ -151,8 +151,6 @@ $labels'removefromcalendar' = 'ลบออกจากงานของฉัน'; $labels'delegateinvitation' = 'มอบหมายงาน'; $labels'andnmore' = 'มีอีก $nr รายการ'; -$labels'delegatedto' = 'มอบหมายให้'; -$labels'delegatedfrom' = 'รับมอบจาก'; $labels'savetotasklist' = 'บันทึกเป็นงาน'; $labels'comment' = 'ความคิดเห็น'; $labels'errorimportingtask' = 'การนำเข้างานเกิดข้อผิดพลาด';
View file
roundcubemail-plugins-kolab-3.3.4.tar.gz/plugins/tasklist/localization/uk_UA.inc -> roundcubemail-plugins-kolab-3.3.5.tar.gz/plugins/tasklist/localization/uk_UA.inc
Changed
@@ -50,6 +50,4 @@ $labels'objectchangelog' = 'Історія змін'; $labels'itipcomment' = 'Коментар до запрошення/повідомлення'; $labels'andnmore' = '$nr більше...'; -$labels'delegatedto' = 'Доручено:'; -$labels'delegatedfrom' = 'Доручено від:'; $labels'comment' = 'Коментарій';
View file
roundcubemail-plugins-kolab-3.3.4.tar.gz/plugins/tasklist/localization/vi_VN.inc -> roundcubemail-plugins-kolab-3.3.5.tar.gz/plugins/tasklist/localization/vi_VN.inc
Changed
@@ -52,8 +52,6 @@ $labels'objectdiffnotavailable' = 'No comparison possible for the selected revisions'; $labels'itipcomment' = 'Invitation/notification comment'; $labels'andnmore' = '$nr more...'; -$labels'delegatedto' = 'Delegated to: '; -$labels'delegatedfrom' = 'Delegated from: '; $labels'comment' = 'Comment'; $labels'attendeupdateesuccess' = 'Successfully updated the participant\'s status'; $labels'itipinvalidrequest' = 'This invitation is no longer valid';
View file
roundcubemail-plugins-kolab-3.3.4.tar.gz/plugins/tasklist/localization/zh_TW.inc -> roundcubemail-plugins-kolab-3.3.5.tar.gz/plugins/tasklist/localization/zh_TW.inc
Changed
@@ -51,8 +51,6 @@ $labels'objectdiffnotavailable' = 'No comparison possible for the selected revisions'; $labels'itipcomment' = 'Invitation/notification comment'; $labels'andnmore' = '$nr more...'; -$labels'delegatedto' = 'Delegated to: '; -$labels'delegatedfrom' = 'Delegated from: '; $labels'comment' = 'Comment'; $labels'attendeupdateesuccess' = 'Successfully updated the participant\'s status'; $labels'itipinvalidrequest' = 'This invitation is no longer valid';
View file
roundcubemail-plugins-kolab-3.3.4.tar.gz/plugins/tasklist/tasklist.js -> roundcubemail-plugins-kolab-3.3.5.tar.gz/plugins/tasklist/tasklist.js
Changed
@@ -733,7 +733,7 @@ }); // configure drop-down menu on time input fields based on jquery UI autocomplete - $('#taskedit-starttime, #taskedit-time, #taskedit input.edit-alarm-time').each(function() { + $('#taskedit-starttime, #taskedit-time').each(function() { me.init_time_autocomplete(this, {container: '#taskedit'}); }); }
View file
roundcubemail-plugins-kolab.dsc
Changed
@@ -2,7 +2,7 @@ Source: roundcubemail-plugins-kolab Binary: roundcubemail-plugins-kolab Architecture: all -Version: 1:3.3.4-0~kolab3 +Version: 1:3.3.5-0~kolab2 Maintainer: Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> Uploaders: Paul Klos <kolab@klos2day.nl> Standards-Version: 3.9.3 @@ -34,5 +34,5 @@ roundcubemail-plugin-tinymce-config deb web extra roundcubemail-plugin-wap-client deb web extra Files: - 00000000000000000000000000000000 0 roundcubemail-plugins-kolab-3.3.4.tar.gz + 00000000000000000000000000000000 0 roundcubemail-plugins-kolab-3.3.5.tar.gz 00000000000000000000000000000000 0 debian.tar.gz
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.