diff --git a/locale/de/LC_MESSAGES/about/guam/building.po b/locale/de/LC_MESSAGES/about/guam/building.po index 43ea00d1..1ef0d50c 100644 --- a/locale/de/LC_MESSAGES/about/guam/building.po +++ b/locale/de/LC_MESSAGES/about/guam/building.po @@ -1,54 +1,53 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/about/guam/building.rst:89 msgid "Building" msgstr "" #: ../../source/about/guam/building.rst:92 msgid "Build Requirements" msgstr "" #: ../../source/about/guam/building.rst:94 msgid "The following requirements need to be fulfilled to build Guam:" msgstr "" #: ../../source/about/guam/rpm-buildrequires.txt:15 msgid "erlang" msgstr "" #: ../../source/about/guam/rpm-buildrequires.txt:16 msgid "erlang-eimap >= 0.1.5" msgstr "" #: ../../source/about/guam/rpm-buildrequires.txt:17 msgid "erlang-goldrush" msgstr "" #: ../../source/about/guam/rpm-buildrequires.txt:18 msgid "erlang-lager >= 2.1.0" msgstr "" #: ../../source/about/guam/rpm-buildrequires.txt:19 msgid "erlang-rebar >= 2.5.1" msgstr "" #: ../../source/about/guam/building.rst:99 msgid "Build Instructions" msgstr "" diff --git a/locale/de/LC_MESSAGES/about/guam/configuration.po b/locale/de/LC_MESSAGES/about/guam/configuration.po index 0acf98b6..0bcf30e8 100644 --- a/locale/de/LC_MESSAGES/about/guam/configuration.po +++ b/locale/de/LC_MESSAGES/about/guam/configuration.po @@ -1,136 +1,135 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/about/guam/configuration.rst:89 msgid "Configuration" msgstr "" #: ../../source/about/guam/configuration.rst:91 msgid "" "The **Guam** configuration lives in :file:`rel/kolab_guam/releases/*/sys." "config` when running from source directly, and in :file:`/etc/guam/sys." "config` for installation from packages." msgstr "" #: ../../source/about/guam/configuration.rst:95 msgid "" "The configuration file consists of sections for each of the applications to " "configure, where it needs to be understood that **kolab_guam** is one such " "application, and **lager** for logging, and **sasl** for authentication, are " "two of the other sections." msgstr "" #: ../../source/about/guam/configuration.rst:100 msgid "" "This documentation only involves the **kolab_guam** section, and we refer " "you to the documentation upstream for the others." msgstr "" #: ../../source/about/guam/configuration.rst:103 msgid "" "Since **Guam** is a reverse IMAP proxy, it needs to be configured against an " "IMAP server (the backend \"imap_servers\"), and it needs to be configured to " "receive client connections (the \"listeners\")." msgstr "" #: ../../source/about/guam/configuration.rst:108 msgid "IMAP (backend) Server Configuration" msgstr "" #: ../../source/about/guam/configuration.rst:110 msgid "The default configuration for **imap_servers** looks as follows:" msgstr "" #: ../../source/about/guam/configuration.rst:134 msgid "" "On line *4* and line *11* each start the configuration for a new backend " "server, named *imap* and *imaps* respectively." msgstr "" #: ../../source/about/guam/configuration.rst:139 msgid "" "Strictly speaking, only one backend is required. The default configuration " "only uses two to show how multiple backends could be configured. One could " "configure completely different backends (say, 'kolabnow.com' and 'myhome." "dyndns.org' for example)." msgstr "" #: ../../source/about/guam/configuration.rst:144 msgid "" "The *imap* backend connects to host `127.0.0.1` on port `143` and is " "configured to use `STARTTLS`." msgstr "" #: ../../source/about/guam/configuration.rst:147 msgid "" "The *imaps* backend however connects to host `127.0.0.1` on port `993` and " "is configured to use implicit SSL/TLS." msgstr "" #: ../../source/about/guam/configuration.rst:151 msgid "Listener Configuration" msgstr "" #: ../../source/about/guam/configuration.rst:153 msgid "The following **listeners** are configured by default:" msgstr "" #: ../../source/about/guam/configuration.rst:196 msgid "" "Again, each listener is provided with an identity (*imap* and *imaps* " "respectively), listens on a different port (*9143* and *9993* respectively), " "with subtly different configuration;" msgstr "" #: ../../source/about/guam/configuration.rst:200 msgid "" "The *imap* listener on port *9143* is supposed to be used by clients that " "are configured to use `STARTTLS`," msgstr "" #: ../../source/about/guam/configuration.rst:203 msgid "" "The *imaps* listener on port *9993* is supposed to be used by clients that " "are configured to use implicit SSL/TLS (hence the `{ implicit_tls, true }` " "on line *22*." msgstr "" #: ../../source/about/guam/configuration.rst:207 msgid "" "The **imap_server** configuration for each of the listeners contains the " "name of the backend IMAP server configuration to use." msgstr "" #: ../../source/about/guam/configuration.rst:212 msgid "" "Note that a plaintext, STARTTLS and implicit SSL/TLS **listener** can, each " "of them separately, use a plaintext, STARTTLS and/or implicit SSL/TLS " "backend IMAP server (configured in the **imap_servers** section)." msgstr "" #: ../../source/about/guam/configuration.rst:217 msgid "Configuration in a Kolab Groupware Setup" msgstr "" #: ../../source/about/guam/configuration.rst:219 msgid "" "In a Kolab Groupware setup, **Guam** is configured with **listeners** on " "ports `143` and `993`, against an **imaps** IMAP server on `localhost` port " "`9993`." msgstr "" diff --git a/locale/de/LC_MESSAGES/about/guam/contributing.po b/locale/de/LC_MESSAGES/about/guam/contributing.po index 6aa29ac6..3d088f35 100644 --- a/locale/de/LC_MESSAGES/about/guam/contributing.po +++ b/locale/de/LC_MESSAGES/about/guam/contributing.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/about/guam/contributing.rst:89 msgid "Contributing" msgstr "" diff --git a/locale/de/LC_MESSAGES/about/guam/index.po b/locale/de/LC_MESSAGES/about/guam/index.po index 1d5bbe69..066d5dad 100644 --- a/locale/de/LC_MESSAGES/about/guam/index.po +++ b/locale/de/LC_MESSAGES/about/guam/index.po @@ -1,61 +1,60 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/about/guam/index.rst:92 msgid "Guam" msgstr "" #: ../../source/about/guam/index.rst:94 msgid "" "**Guam** is an intelligent reverse IMAP proxy that applies rulesets to " "commands, command results and payload, provided context." msgstr "" #: ../../source/about/guam/index.rst:97 msgid "" "Current features include filtering groupware folders from IMAP folder " "operations, such that IMAP clients that do not understand Kolab Groupware " "folders are not shown those folders." msgstr "" #: ../../source/about/guam/index.rst:101 msgid "" "Future features include Data-Loss Prevention (DLP) capabilities and Audit " "Trail integration." msgstr "" #: ../../source/about/guam/index.rst:104 msgid "**Guam** is a Kolab product hosted at `Phabricator`_:" msgstr "" #: ../../source/about/guam/index.rst:106 msgid "Project URL: https://git.kolab.org/tag/guam/" msgstr "" #: ../../source/about/guam/index.rst:108 msgid "Git URL (anonymous): https://git.kolab.org/diffusion/G/guam.git" msgstr "" #: ../../source/about/guam/index.rst:110 msgid "Git URL (authorized): ssh://git@git.kolab.org/diffusion/G/guam.git" msgstr "" #: ../../source/about/guam/index.rst:113 msgid "Further Information" msgstr "" diff --git a/locale/de/LC_MESSAGES/about/guam/installation.po b/locale/de/LC_MESSAGES/about/guam/installation.po index bb461808..b68530a8 100644 --- a/locale/de/LC_MESSAGES/about/guam/installation.po +++ b/locale/de/LC_MESSAGES/about/guam/installation.po @@ -1,102 +1,101 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/about/guam/installation.rst:89 msgid "Installation" msgstr "" #: ../../source/about/guam/rpm-requires.txt:31 msgid ":ref:`about-erlang-eimap` >= 0.1.2" msgstr "" #: ../../source/about/guam/rpm-requires.txt:32 msgid ":ref:`about-erlang-goldrush`" msgstr "" #: ../../source/about/guam/rpm-requires.txt:33 msgid ":ref:`about-erlang-lager` >= 2.1.0" msgstr "" #: ../../source/about/guam/rpm-requires.txt:34 msgid ":ref:`about-erlang` >= 17.4" msgstr "" #: ../../source/about/guam/rpm-requires.txt:35 msgid "bash" msgstr "" #: ../../source/about/guam/rpm-requires.txt:36 msgid "coreutils" msgstr "" #: ../../source/about/guam/rpm-requires.txt:37 msgid "glibc" msgstr "" #: ../../source/about/guam/rpm-requires.txt:38 msgid "libgcc" msgstr "" #: ../../source/about/guam/rpm-requires.txt:39 msgid "libstdc++" msgstr "" #: ../../source/about/guam/rpm-requires.txt:40 msgid "mesa-libGL" msgstr "" #: ../../source/about/guam/rpm-requires.txt:41 msgid "mesa-libGLU" msgstr "" #: ../../source/about/guam/rpm-requires.txt:42 msgid "ncurses-libs" msgstr "" #: ../../source/about/guam/rpm-requires.txt:43 msgid "openssl-libs" msgstr "" #: ../../source/about/guam/rpm-requires.txt:44 msgid "shadow-utils" msgstr "" #: ../../source/about/guam/rpm-requires.txt:45 msgid "systemd" msgstr "" #: ../../source/about/guam/rpm-requires.txt:46 msgid "systemd-libs" msgstr "" #: ../../source/about/guam/rpm-requires.txt:47 msgid "wxBase" msgstr "" #: ../../source/about/guam/rpm-requires.txt:48 msgid "wxGTK" msgstr "" #: ../../source/about/guam/rpm-requires.txt:49 msgid "wxGTK-gl" msgstr "" #: ../../source/about/guam/rpm-requires.txt:50 msgid "zlib" msgstr "" diff --git a/locale/de/LC_MESSAGES/about/guam/packaging.po b/locale/de/LC_MESSAGES/about/guam/packaging.po index a566f3dd..1f2096a8 100644 --- a/locale/de/LC_MESSAGES/about/guam/packaging.po +++ b/locale/de/LC_MESSAGES/about/guam/packaging.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/about/guam/packaging.rst:89 msgid "Packaging" msgstr "" diff --git a/locale/de/LC_MESSAGES/about/guam/troubleshooting.po b/locale/de/LC_MESSAGES/about/guam/troubleshooting.po index f3b0cc55..60a09c02 100644 --- a/locale/de/LC_MESSAGES/about/guam/troubleshooting.po +++ b/locale/de/LC_MESSAGES/about/guam/troubleshooting.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/about/guam/troubleshooting.rst:89 msgid "Troubleshooting" msgstr "" diff --git a/locale/de/LC_MESSAGES/about/guam/version-matrix.po b/locale/de/LC_MESSAGES/about/guam/version-matrix.po index 2e8a9945..16acccb3 100644 --- a/locale/de/LC_MESSAGES/about/guam/version-matrix.po +++ b/locale/de/LC_MESSAGES/about/guam/version-matrix.po @@ -1,100 +1,99 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/about/guam/version-matrix.rst:91 msgid "Version Matrix" msgstr "" #: ../../source/about/guam/version-matrix.rst msgid "Version Table for guam" msgstr "" #: ../../source/about/guam/version-matrix.rst:96 msgid "Kolab Version(s)" msgstr "" #: ../../source/about/guam/version-matrix.rst:96 msgid "Platform(s)" msgstr "" #: ../../source/about/guam/version-matrix.rst:96 msgid "Version" msgstr "" #: ../../source/about/guam/version-matrix.rst:98 msgid "Kolab:Winterfell" msgstr "" #: ../../source/about/guam/version-matrix.rst:98 #: ../../source/about/guam/version-matrix.rst:112 #: ../../source/about/guam/version-matrix.rst:116 msgid "CentOS_7" msgstr "" #: ../../source/about/guam/version-matrix.rst:98 #: ../../source/about/guam/version-matrix.rst:100 #: ../../source/about/guam/version-matrix.rst:102 #: ../../source/about/guam/version-matrix.rst:104 #: ../../source/about/guam/version-matrix.rst:106 #: ../../source/about/guam/version-matrix.rst:108 #: ../../source/about/guam/version-matrix.rst:110 msgid "0.8-7" msgstr "" #: ../../source/about/guam/version-matrix.rst:100 msgid "Debian_8.0" msgstr "" #: ../../source/about/guam/version-matrix.rst:102 msgid "Debian_9.0" msgstr "" #: ../../source/about/guam/version-matrix.rst:104 msgid "Fedora_23" msgstr "" #: ../../source/about/guam/version-matrix.rst:106 msgid "Ubuntu_14.04" msgstr "" #: ../../source/about/guam/version-matrix.rst:108 msgid "Ubuntu_16.04" msgstr "" #: ../../source/about/guam/version-matrix.rst:110 msgid "openSUSE_13.2" msgstr "" #: ../../source/about/guam/version-matrix.rst:112 msgid "Kolab:16" msgstr "" #: ../../source/about/guam/version-matrix.rst:112 #: ../../source/about/guam/version-matrix.rst:114 #: ../../source/about/guam/version-matrix.rst:116 msgid "0.7.2-2" msgstr "" #: ../../source/about/guam/version-matrix.rst:114 msgid "Kolab:14" msgstr "" #: ../../source/about/guam/version-matrix.rst:114 msgid "CentOS_6" msgstr "" diff --git a/locale/de/LC_MESSAGES/about/index.po b/locale/de/LC_MESSAGES/about/index.po index 676efa03..2befec65 100644 --- a/locale/de/LC_MESSAGES/about/index.po +++ b/locale/de/LC_MESSAGES/about/index.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/about/index.rst:92 msgid "Kolab Groupware Software Index" msgstr "" diff --git a/locale/de/LC_MESSAGES/administrator-guide/md5-sasl-mechs.po b/locale/de/LC_MESSAGES/administrator-guide/md5-sasl-mechs.po index ca34b6d2..3224af85 100644 --- a/locale/de/LC_MESSAGES/administrator-guide/md5-sasl-mechs.po +++ b/locale/de/LC_MESSAGES/administrator-guide/md5-sasl-mechs.po @@ -1,118 +1,117 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/administrator-guide/md5-sasl-mechs.rst:90 msgid "The CRAM-MD5 and DIGEST-MD5 SASL Authentication Mechanisms" msgstr "" #: ../../source/administrator-guide/md5-sasl-mechs.rst:92 msgid "" "These two credential exchange mechanisms depend on the tip of the iceberg " "being a shared secret, that both parties have available to them in " "plaintext, prior to the actual exchange of credentials." msgstr "" #: ../../source/administrator-guide/md5-sasl-mechs.rst:96 msgid "" "Starting at such tip, the mechanisms basically describe a methodology for " "the server and the client to each end up with an iceberg of the same " "dimensions, so that it can be compared, and matched." msgstr "" #: ../../source/administrator-guide/md5-sasl-mechs.rst:100 msgid "" "The principle of storing a shared secret at any one location -- let alone at " "multiple individual, stand-alone locations -- that also harbors the attack " "surface of a service is a virtual no-go. Storing the shared secret in " "plaintext is one type of offence, and storing the shared secret in a reverse-" "cryptable fashion is another type of offence." msgstr "" #: ../../source/administrator-guide/md5-sasl-mechs.rst:106 msgid "" "However, some networks may have, in the past, some long time ago, " "consciously or otherwise, decided that running a PKI was just slightly too " "inconvenient, and perhaps unprotected traffic would therefore need not " "exchange any user's credentials in humanly legible form. Enter secrecy for " "the wire, but obscurity for the client and the server both." msgstr "" #: ../../source/administrator-guide/md5-sasl-mechs.rst:114 msgid "" "It MUST be very clear by now, such CAN NOT sustain an environment with the " "continued support of Kolab." msgstr "" #: ../../source/administrator-guide/md5-sasl-mechs.rst:117 msgid "" "If it is not yet all that clear though, please feel free to contact your " "friendly consultant at Kolab Systems AG." msgstr "" #: ../../source/administrator-guide/md5-sasl-mechs.rst:120 msgid "" "To migrate such environments, one might enable CRAM-MD5 and/or DIGEST-MD5 " "authentication credential exchange mechanisms. The assumption is that either " "you use :file:`/etc/sasldb2` and have the means to synchronize password " "changes over however many systems, or that you already use a plugin allowing " "you to centralize the storage so it can be reached by multiple systems, over " "the network. Re-apply whichever logic to your Kolab servers, and you should " "be fine and live happily ever after -- you get rid of plain text copies of " "users' passwords on your servers." msgstr "" #: ../../source/administrator-guide/md5-sasl-mechs.rst:129 msgid "In :file:`/etc/imapd.conf`, ensure the following is set:" msgstr "" #: ../../source/administrator-guide/md5-sasl-mechs.rst:135 msgid "Add to :file:`/etc/imapd.conf`, if it doesn't already exist:" msgstr "" #: ../../source/administrator-guide/md5-sasl-mechs.rst:141 msgid "" "Ensure (albeit contrary to the aforementioned advice) you have the **cyrus-" "sasl-md5** package installed:" msgstr "" #: ../../source/administrator-guide/md5-sasl-mechs.rst:147 msgid "" "Entertain Postfix with a similar set of configuration items in :file:`/etc/" "sasl2/smtpd.conf`:" msgstr "" #: ../../source/administrator-guide/md5-sasl-mechs.rst:155 msgid "Restart services as you deem appropriate." msgstr "" #: ../../source/administrator-guide/md5-sasl-mechs.rst:157 msgid "Now you can test the functionality as follows:" msgstr "" #: ../../source/administrator-guide/md5-sasl-mechs.rst:163 msgid "Add this user with a different password, to the local sasldb:" msgstr "" #: ../../source/administrator-guide/md5-sasl-mechs.rst:169 msgid "And run again:" msgstr "" #: ../../source/administrator-guide/md5-sasl-mechs.rst:175 msgid "Also run:" msgstr "" diff --git a/locale/de/LC_MESSAGES/administrator-guide/sender-bcc-maps.po b/locale/de/LC_MESSAGES/administrator-guide/sender-bcc-maps.po index dfc21874..fd9ad65e 100644 --- a/locale/de/LC_MESSAGES/administrator-guide/sender-bcc-maps.po +++ b/locale/de/LC_MESSAGES/administrator-guide/sender-bcc-maps.po @@ -1,61 +1,60 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/administrator-guide/sender-bcc-maps.rst:90 msgid "Sender BCC Maps" msgstr "" #: ../../source/administrator-guide/sender-bcc-maps.rst:92 msgid "" "When a shared folder is used by a number of people, each of them " "individually sending new messages and responding to existing threads, it is " "important to be able to let the other people be aware of the contents of the " "entire thread." msgstr "" #: ../../source/administrator-guide/sender-bcc-maps.rst:96 msgid "" "Suppose John and Jane are both responsible for the shared mail folder " "`shared/info@example.org` -- the recipient for all `info@example.org` " "traffic." msgstr "" #: ../../source/administrator-guide/sender-bcc-maps.rst:99 msgid "" "Now suppose that John and Jane both have been delegated the authority to " "submit messages with an envelope sender address of `info@example.org`." msgstr "" #: ../../source/administrator-guide/sender-bcc-maps.rst:102 msgid "" "The following configuration will enable responses and new messages that John " "or Jane send, using the `info@example.org` identity they have been delegated " "authority for, to be stored as part of the ongoing conversation in `shared/" "info@example.org`." msgstr "" #: ../../source/administrator-guide/sender-bcc-maps.rst:107 msgid "" "Add a lookup table :file:`/etc/postfix/ldap/sender_bcc_maps_sharedfolders." "cf`:" msgstr "" #: ../../source/administrator-guide/sender-bcc-maps.rst:125 msgid "Configure **postfix** to use this lookup table:" msgstr "" diff --git a/locale/de/LC_MESSAGES/administrator-guide/smtp-content-filtering.po b/locale/de/LC_MESSAGES/administrator-guide/smtp-content-filtering.po index c49f078c..ed73269c 100644 --- a/locale/de/LC_MESSAGES/administrator-guide/smtp-content-filtering.po +++ b/locale/de/LC_MESSAGES/administrator-guide/smtp-content-filtering.po @@ -1,336 +1,335 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/administrator-guide/smtp-content-filtering.rst:91 msgid "Enabling SMTP Content Filters" msgstr "" #: ../../source/administrator-guide/smtp-content-filtering.rst:93 msgid "" ":ref:`and_mta_wallace` is a Kolab Groupware content-filter, adding " "functionality to the SMTP message pipeline like resource scheduling, " "enforcement of invitation policies, appending of footers and signatures, etc." msgstr "" #: ../../source/administrator-guide/smtp-content-filtering.rst:101 msgid "Invitation policies" msgstr "" #: ../../source/administrator-guide/smtp-content-filtering.rst:103 msgid "" "The :ref:`invitationpolicy module ` of " "Wallace processes incoming iTip invitations or replies which address a local " "user. Depending on the recipient's invitation policy settings or the global " "default, the iTip message is either automatically processed or forwarded to " "the user's inbox or calendar for manual confirmation." msgstr "" #: ../../source/administrator-guide/smtp-content-filtering.rst:108 msgid "" "To enable the resource scheduling module, add ``invitationpolicy`` to the " "list of active wallace modules in ``/etc/kolab/kolab.conf``:" msgstr "" #: ../../source/administrator-guide/smtp-content-filtering.rst:116 msgid "" "A user's invitation policy settings are stored in LDAP using the " "``kolabInvitationPolicy`` which can contain multiple values which are " "processed from top to bottom until one matches the situation. A global " "default can be defined in ``/etc/kolab/kolab.conf`` with" msgstr "" #: ../../source/administrator-guide/smtp-content-filtering.rst:127 msgid "The following values can be used to compose the invitation policy set:" msgstr "" #: ../../source/administrator-guide/smtp-content-filtering.rst:132 msgid "General invitation policy settings" msgstr "" #: ../../source/administrator-guide/smtp-content-filtering.rst:134 msgid "(apply to all iTip object types)" msgstr "" #: ../../source/administrator-guide/smtp-content-filtering.rst:136 msgid "``ALL_MANUAL``" msgstr "" #: ../../source/administrator-guide/smtp-content-filtering.rst:138 msgid "" "Forwards the message to the user's inbox for manual processing in the client." msgstr "" #: ../../source/administrator-guide/smtp-content-filtering.rst:140 msgid "``ALL_ACCEPT``" msgstr "" #: ../../source/administrator-guide/smtp-content-filtering.rst:142 msgid "" "Always accepts the event invitation or task assignment. This will reply to " "the organizer with ``PARTSTAT=ACCEPTED`` and store the event in the user's " "default calendar or tasklist respectively." msgstr "" #: ../../source/administrator-guide/smtp-content-filtering.rst:146 msgid "``ALL_REJECT``" msgstr "" #: ../../source/administrator-guide/smtp-content-filtering.rst:148 msgid "" "Always rejects the invitation or assignment. This will also store a copy of " "the rejected invitation in the user's default calendar for later reference." msgstr "" #: ../../source/administrator-guide/smtp-content-filtering.rst:151 msgid "``ALL_UPDATE``" msgstr "" #: ../../source/administrator-guide/smtp-content-filtering.rst:153 msgid "" "When receiving an iTip REPLY, this policy automatically updates the copy of " "the referring object in the user's personal folders with the updated " "participant status of the replying user. This also reacts on iTip CANCEL " "messages by updating the object's status to CANCELLED and the transparency " "to TRANSPARENT." msgstr "" #: ../../source/administrator-guide/smtp-content-filtering.rst:158 msgid "``ALL_UPDATE_AND_NOTIFY``" msgstr "" #: ../../source/administrator-guide/smtp-content-filtering.rst:160 msgid "" "Same as ``ACT_UPDATE`` but with an additional notification email being sent " "to the recipient reporting the updated participants status or object " "properties which have changed." msgstr "" #: ../../source/administrator-guide/smtp-content-filtering.rst:164 msgid "``ALL_SAVE_TO_FOLDER``" msgstr "" #: ../../source/administrator-guide/smtp-content-filtering.rst:166 msgid "" "No automatic accepting or rejecting is being done for iTip invitations here " "but the invitation is being saved in the user's default calendar or tasklist " "respectively and the iTip message is not forwarded to the user's email inbox." msgstr "" #: ../../source/administrator-guide/smtp-content-filtering.rst:170 msgid "``ALL_SAVE_AND_FORWARD``" msgstr "" #: ../../source/administrator-guide/smtp-content-filtering.rst:172 msgid "" "Same as ``ALL_SAVE_TO_FOLDER`` but forwarding the original iTip message to " "the user's email inbox for notification purposes." msgstr "" #: ../../source/administrator-guide/smtp-content-filtering.rst:175 msgid "``ALL_CANCEL_DELETE``" msgstr "" #: ../../source/administrator-guide/smtp-content-filtering.rst:177 msgid "" "When receiving an iTip CANCEL message, this policy removes the copy of the " "referring object from the user's personal folders." msgstr "" #: ../../source/administrator-guide/smtp-content-filtering.rst:180 msgid "``ALL_CANCEL_DELETE_AND_NOTIFY``" msgstr "" #: ../../source/administrator-guide/smtp-content-filtering.rst:182 msgid "" "Same as ``ALL_CANCEL_DELETE`` but with an additional notification email " "being sent to the recipient reporting removal of the referred object." msgstr "" #: ../../source/administrator-guide/smtp-content-filtering.rst:187 msgid "Event-specific policy settings" msgstr "" #: ../../source/administrator-guide/smtp-content-filtering.rst:189 msgid "``EVENT_ACCEPT``" msgstr "" #: ../../source/administrator-guide/smtp-content-filtering.rst:191 msgid "Same as ``ALL_ACCEPT`` but only applies for event invitations." msgstr "" #: ../../source/administrator-guide/smtp-content-filtering.rst:193 msgid "``EVENT_ACCEPT_IF_NO_CONFLICT``" msgstr "" #: ../../source/administrator-guide/smtp-content-filtering.rst:195 msgid "" "Same as ``EVENT_ACCEPT`` but only if the invitation doesn't conflict with an " "existing event in the user's calendar(s)." msgstr "" #: ../../source/administrator-guide/smtp-content-filtering.rst:198 msgid "``EVENT_TENTATIVE``" msgstr "" #: ../../source/administrator-guide/smtp-content-filtering.rst:200 msgid "Same as ``EVENT_ACCEPT`` but replying with ``PARTSTAT=TENTATIVE``." msgstr "" #: ../../source/administrator-guide/smtp-content-filtering.rst:202 msgid "``EVENT_TENTATIVE_IF_NO_CONFLICT``" msgstr "" #: ../../source/administrator-guide/smtp-content-filtering.rst:204 msgid "" "Same as ``EVENT_TENTATIVE_IF_NO_CONFLICT`` but replying with " "``PARTSTAT=TENTATIVE``." msgstr "" #: ../../source/administrator-guide/smtp-content-filtering.rst:206 msgid "``EVENT_REJECT``" msgstr "" #: ../../source/administrator-guide/smtp-content-filtering.rst:208 msgid "Same as ``ALL_REJECT`` but only applies for event invitations." msgstr "" #: ../../source/administrator-guide/smtp-content-filtering.rst:210 msgid "``EVENT_REJECT_IF_CONFLICT``" msgstr "" #: ../../source/administrator-guide/smtp-content-filtering.rst:212 msgid "" "Same as ``ACT_REJECT`` but only rejects invitations if they conflict with an " "existing event in the user's calendar(s)." msgstr "" #: ../../source/administrator-guide/smtp-content-filtering.rst:215 msgid "``EVENT_SAVE_TO_FOLDER``" msgstr "" #: ../../source/administrator-guide/smtp-content-filtering.rst:217 msgid "Same as ``ALL_SAVE_TO_FOLDER`` but only applies for event invitations." msgstr "" #: ../../source/administrator-guide/smtp-content-filtering.rst:219 msgid "``EVENT_SAVE_AND_FORWARD``" msgstr "" #: ../../source/administrator-guide/smtp-content-filtering.rst:221 msgid "" "Same as ``ALL_SAVE_AND_FORWARD`` but only applies for event invitations." msgstr "" #: ../../source/administrator-guide/smtp-content-filtering.rst:225 msgid "Task-specific policy settings" msgstr "" #: ../../source/administrator-guide/smtp-content-filtering.rst:227 msgid "" "Basically all values from the :ref:`admin_wallace-invitation-policy-global-" "values` but with the ``TASK_`` prefix instead of ``ALL_``." msgstr "" #: ../../source/administrator-guide/smtp-content-filtering.rst:232 msgid "Per sender invitation policies" msgstr "" #: ../../source/administrator-guide/smtp-content-filtering.rst:234 msgid "" "Each policy identifier can have a sender filter appended with ``:" "[sender@]domain.tld``. If present, the policy will only be applied if the " "sender of the iTip message matches the given domain or email address " "substring. Otherwise the entry will be ignored and the process continues " "with the next entry in the list." msgstr "" #: ../../source/administrator-guide/smtp-content-filtering.rst:242 msgid "Auto-updating all participant's calendars" msgstr "" #: ../../source/administrator-guide/smtp-content-filtering.rst:244 msgid "" "Along with the ``ALL_UPDATE`` policy, :ref:`Wallace ` can " "also update copies of the referenced event in all the participant's " "calendars. With the regular iTip workflow, an iTip REPLY will only inform " "the organizer about the participation status of an individual. Enabling the " "following config option in ``/etc/kolab/kolab.conf`` will instruct the " "server to automatically update the status in the personal calendars of each " "listed participant." msgstr "" #: ../../source/administrator-guide/smtp-content-filtering.rst:259 msgid "" "Auto-updating of all event copies is only executed if the event organizer " "receiving the iTip reply has activated the ``ALL_UPDATE`` invitation policy." msgstr "" #: ../../source/administrator-guide/smtp-content-filtering.rst:264 msgid "Resource scheduling" msgstr "" #: ../../source/administrator-guide/smtp-content-filtering.rst:266 msgid "" "The :ref:`resource scheduling ` module " "of Wallace can pick up incoming messages and identify iTip invitations which " "address a resource. The invited resource's calendar is then consulted and " "the invitation is either accepted or declined depending on the resource's " "availability for the requested time." msgstr "" #: ../../source/administrator-guide/smtp-content-filtering.rst:271 msgid "" "To enable the resource scheduling module, add ``resources`` to the list of " "active wallace modules in ``/etc/kolab/kolab.conf``:" msgstr "" #: ../../source/administrator-guide/smtp-content-filtering.rst:283 msgid "Footers and signatures" msgstr "" #: ../../source/administrator-guide/smtp-content-filtering.rst:285 msgid "" "Another Wallace module can append footers or signatures to outgoing " "messages. Enable this module by adding ``footer`` to the list of active " "wallace modules in ``/etc/kolab/kolab.conf``:" msgstr "" #: ../../source/administrator-guide/smtp-content-filtering.rst:295 msgid "The module requires the following additional config options:" msgstr "" #: ../../source/administrator-guide/smtp-content-filtering.rst:297 msgid "``footer_text``" msgstr "" #: ../../source/administrator-guide/smtp-content-filtering.rst:299 msgid "" "Absolute path to a text file holding the contents of the footer to be added " "to plain text messages." msgstr "" #: ../../source/administrator-guide/smtp-content-filtering.rst:302 msgid "``footer_html``" msgstr "" #: ../../source/administrator-guide/smtp-content-filtering.rst:304 msgid "" "Absolute path to a text file holding the HTML formatted contents of the " "footer to be added to outgoing HTML messages." msgstr "" diff --git a/locale/de/LC_MESSAGES/administrator-guide/troubleshooting.po b/locale/de/LC_MESSAGES/administrator-guide/troubleshooting.po index d7399ee2..c28cd160 100644 --- a/locale/de/LC_MESSAGES/administrator-guide/troubleshooting.po +++ b/locale/de/LC_MESSAGES/administrator-guide/troubleshooting.po @@ -1,164 +1,163 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/administrator-guide/troubleshooting.rst:89 msgid "Troubleshooting for HTTP-based services" msgstr "" #: ../../source/administrator-guide/troubleshooting.rst:91 msgid "" "A good first start to troubleshoot an issue with a HTTP-based service is to " "check your webserver's error log. For Apache this usually resides in :file:`/" "var/log/apache2/` or :file:`/var/log/httpd/`." msgstr "" #: ../../source/administrator-guide/troubleshooting.rst:94 msgid "" "Often, you will be able to find some useful information about your problem " "which enables you to fix it yourself. Doing an internet search for the error " "message is also a good idea. If you do not find anything about your problem, " "you might ask on the `Kolab users mailing list `_ about it. Please include the version number of the " "package that is causing the issue." msgstr "" #: ../../source/administrator-guide/troubleshooting.rst:100 msgid "" "If you are sure that you have found something that needs fixing from Kolab's " "developers, you can as `file an issue `_ in the public tracker after checking that it has not been reported " "already." msgstr "" #: ../../source/administrator-guide/troubleshooting.rst:107 msgid "Enable General Error Logging" msgstr "" #: ../../source/administrator-guide/troubleshooting.rst:109 msgid "" "Before you start to debug your problem, please make sure that you actually " "have error logging enabled." msgstr "" #: ../../source/administrator-guide/troubleshooting.rst:112 msgid "" "You would edit the file :file:`/etc/roundcubemail/config.inc.php` and verify " "that the debug level is set correctly." msgstr "" #: ../../source/administrator-guide/troubleshooting.rst:119 msgid "" "The :command:`tail -f` command can be helpful in identifying the right " "message during incoming requests. It displays changes to the log file on the " "screen as the log messages come in." msgstr "" #: ../../source/administrator-guide/troubleshooting.rst:123 msgid "Kolab Webclient" msgstr "" #: ../../source/administrator-guide/troubleshooting.rst:125 #: ../../source/administrator-guide/troubleshooting.rst:182 msgid "" "After :ref:`enabling general error logging `, " "you should already find some messages in your webserver's error log." msgstr "" #: ../../source/administrator-guide/troubleshooting.rst:128 msgid "" "Additionally, the following configuration options are available for specific " "debugging." msgstr "" #: ../../source/administrator-guide/troubleshooting.rst:149 msgid "" "It is also possible to debug the Kolab Webclient for individual users only " "by creating a :file:`/var/log/roundcubemail//` folder and setting " "the following configuration parameter." msgstr "" #: ../../source/administrator-guide/troubleshooting.rst:156 #: ../../source/administrator-guide/troubleshooting.rst:177 #: ../../source/administrator-guide/troubleshooting.rst:200 msgid "Please make sure that this location is writeable by your webserver." msgstr "" #: ../../source/administrator-guide/troubleshooting.rst:159 msgid "ActiveSync" msgstr "" #: ../../source/administrator-guide/troubleshooting.rst:161 msgid "" "For debugging ActiveSync issues, you would add the following to :file:`/etc/" "roundcubemail/config.inc.php`:" msgstr "" #: ../../source/administrator-guide/troubleshooting.rst:167 msgid "" "Useful messages should then appear in the :file:`/var/log/kolab-syncroton/" "console` file. If there is no such file, please make sure that your " "webserver actually has the rights to create this file." msgstr "" #: ../../source/administrator-guide/troubleshooting.rst:170 msgid "" "It is also possible to debug ActiveSync sessions of individual users only by " "creating a :file:`/var/log/syncroton//` folder and setting the " "following configuration parameter." msgstr "" #: ../../source/administrator-guide/troubleshooting.rst:180 msgid "iRony" msgstr "" #: ../../source/administrator-guide/troubleshooting.rst:185 msgid "" "Additionally, you can enable the debug console that shows the internal " "function calls triggered by HTTP requests." msgstr "" #: ../../source/administrator-guide/troubleshooting.rst:191 msgid "This will write debug log messages to :file:`/var/log/iRony/console`." msgstr "" #: ../../source/administrator-guide/troubleshooting.rst:193 msgid "" "It is also possible to debug DAV sessions of individual users only by " "creating a :file:`/var/log/iRony//` folder and setting the " "following configuration parameter." msgstr "" #: ../../source/administrator-guide/troubleshooting.rst:202 msgid "" "Sometimes it can be useful to track the full HTTP payload of DAV requests. " "In order to do this, add the following setting." msgstr "" #: ../../source/administrator-guide/troubleshooting.rst:209 msgid "" "In order to enable full HTTP payload logging for single users only, you can " "change the configuration as such:" msgstr "" #: ../../source/administrator-guide/troubleshooting.rst:216 msgid "" "Then create the file :file:`/var/log/iRony//httpraw` and make it " "writeable by the webserver user. The existence of this file will enable HTTP " "request/response logging for this user while it is disabled for all others." msgstr "" diff --git a/locale/de/LC_MESSAGES/architecture-and-design/bonnie-extra.po b/locale/de/LC_MESSAGES/architecture-and-design/bonnie-extra.po index 99730bcb..4216c2d5 100644 --- a/locale/de/LC_MESSAGES/architecture-and-design/bonnie-extra.po +++ b/locale/de/LC_MESSAGES/architecture-and-design/bonnie-extra.po @@ -1,1111 +1,1110 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/architecture-and-design/bonnie-extra.rst:90 msgid "Archival, Backup, Data-Loss Prevention and e-Discovery" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:92 msgid "" "Different challenges could potentially be resolved by implementing a single " "solution, providing each of the functional aspects in an integrated fashion." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:96 msgid "A brief overview of the functional components:" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:98 msgid "**Archival**" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:100 msgid "" "Archival is the retention of business records, in a fashion that allows them " "to be used as evidence." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:103 msgid "" "Many archival solutions only include actual communications that descend over " "an SMTP server that can keep the archival solution in the loop." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:107 msgid "**Backup**" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:109 msgid "" "Backup is the lesser part to the ability to restore, a frequently occuring, " "everyday event." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:112 msgid "" "It is often requested backup happens on a per-mailbox or even per-message " "level." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:115 msgid "**Data-Loss Prevention**" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:117 msgid "**e-Discovery**" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:119 msgid "" "Maintenance of a changelog on object entries that can change state (email " "read/deleted), or are volatile (changes to an appointment)." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:123 msgid "Functional Requirements" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:125 msgid "**Audit Trail**" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:127 msgid "**Item Changelog**" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:129 msgid "A per-item changelog, of whom changed what, to what item, and when." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:131 msgid "**Queue ID Chasing**" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:133 msgid "" "Chase so-called Queue IDs for messages being exchanged with the outside " "world, and internally between systems throughout the deployment." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:137 msgid "**Standard Component Integration**" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:139 msgid "" "The integration of standard components already in use for centralized " "logging, log analysis and storage allows Bonnie to be supplemental to a " "standard infrastructure with the thinnest footprint and the least overhead." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:145 msgid "Functional Design" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:148 msgid "Archictural Overview of Components" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:150 msgid "" "The following diagram outlines the functional components for an industry-" "standard infrastructure with common components used for log centralization, " "analysis and storage." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:170 msgid "" "Under these circumstances, the features offered by the centralized logging " "system include;" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:173 msgid "" "Prevention of the loss of valuable log messages should individual systems be " "lost or discarded," msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:176 msgid "" "Centralized availability of log messages, so iterating over systems to find " "out which one may have participated in an application's flow is no longer " "necessary," msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:180 msgid "" "Log analysis to allow system administrators to query for correlated log " "messages." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:209 msgid "Functional Components" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:211 msgid "**Broker**" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:213 msgid "" "A broker retrieves the notifications from the message bus or queue, and " "acknowledges having received the event notification." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:216 msgid "" "The event notification is put in to a persistent queue, awaiting workers to " "become ready for handling the event notification." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:219 msgid "**Collector**" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:221 msgid "" "The collector daemon is an optional component subscribing to requests for " "additional information that can only reliably be obtained from a Cyrus IMAP " "backend spool directory." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:225 msgid "**Dealer**" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:227 msgid "" "A dealer is a script executed once for each event notification, used to " "receive the initial event notification from Cyrus IMAP 2.5, and broadcast " "the event on to the message bus or queue." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:231 msgid "" "The dealer awaits confirmation of a broker having received the event " "notification." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:234 msgid "**Worker**" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:236 msgid "" "The worker is where the processing happens -- one can have as many workers " "as necessary, or as few as required." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:239 msgid "" "The worker announces its presence to the broker, which subsequently assigns " "jobs to the worker [#]_." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:242 msgid "" "The worker may require additional information to be obtained, such as the " "message payload [#]_." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:245 msgid "**System Log Centralization**" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:247 msgid "" "The centralization of system log files such as :file:`/var/log/maillog` aids " "in tracing the exchange of messages as they descend across infrastructure, " "and helps in associating, for example, a Login event to an IMAP frontend " "with the corresponding web server session [#]_." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:254 msgid "Operational Requirements" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:309 msgid "Broker -- Worker Interaction" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:311 msgid "When the broker starts up, it creates three listener sockets:" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:313 msgid "A client router," msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:315 msgid "used for incoming event notifications from IMAP servers." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:317 msgid "A worker router," msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:319 msgid "used to exchange job information with workers." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:321 msgid "A control router," msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:323 msgid "used to exchange worker and job state information." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:325 msgid "" "When the worker starts, it connects to both the control router and worker " "router." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:328 msgid "" "Using the controller channel, the worker let's the broker know it is ready " "to receive a job." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:344 msgid "The broker adds the worker to its list of workers." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:346 msgid "" "The broker will continue to receive occasional messages from the worker to " "allow it to determine whether or not it is still available." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:350 msgid "" "The broker, maintaining a queue of jobs to assign to workers, let's the " "worker know about a job -- again using the controller channel." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:366 msgid "" "The worker internally triggers the retrieval of the job using the worker " "channel." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:382 msgid "" "The worker is now in state BUSY and must respond within a set interval or " "the broker will set the job back in to PENDING state, and mark the worker as " "unavailable." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:389 msgid "Worker Design" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:391 msgid "" "The worker is built out of plugins, that subscribe to an event type, where " "event types available are listed in :ref:`and-bonnie-event-notification-" "types`." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:395 msgid "" "Each event type individually may require handling -- for example, a logout " "event is associated with the corresponding login event." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:398 msgid "The following components will be pluggable and configurable:" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:400 msgid "" "subscribing to a message bus or queue, as ``inputs``, initially including " "only ``zmq``." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:403 msgid "" "event handling, as ``handlers``, initially including only ``changelog``, " "``freebusy``, and one handler per event notification type." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:407 msgid "" "result output, as ``output``, initially including only ``elasticsearch``." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:410 msgid "" "storage for transactions pending, as ``storage``, initialy including only " "``elasticsearch``." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:413 msgid "" "Assuming an installation path of :file:`bonnie/worker/`, the following " "depicts its tree layout:" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:430 msgid "" "To take the changelog and freebusy handlers as an example, the following " "event notification types may need to be subscribed to." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:433 #: ../../source/architecture-and-design/bonnie-extra.rst:706 msgid ":ref:`and-bonnie-event-mailboxcreate`" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:435 msgid "A new mailbox that is an event folder may have been created." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:437 msgid "" "The initial event is handled by the base handler for the event notification " "type." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:440 msgid "" "Passing this event right through to the changelog handler would make it " "require obtaining the ``/shared/vendor/kolab/folder-type`` and/or ``/private/" "vendor/kolab/folder-type`` metadata value(s) in order to determine whether " "the folder indeed is an event folder." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:445 msgid "" "However, the setting of metadata is an event separate from the mailbox " "creation, and at the moment the handler receives the initial event " "notification, the metadata may not have been set yet." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:451 msgid "" "At the time of this writing, no separate event notification for setting " "folder-level METADATA exists." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:454 #: ../../source/architecture-and-design/bonnie-extra.rst:707 msgid ":ref:`and-bonnie-event-mailboxdelete`" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:456 msgid "A mailbox that was an event folder may have been deleted." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:458 #: ../../source/architecture-and-design/bonnie-extra.rst:708 msgid ":ref:`and-bonnie-event-mailboxrename`" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:460 msgid "A mailbox that was an event folder may have been renamed." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:462 #: ../../source/architecture-and-design/bonnie-extra.rst:711 msgid ":ref:`and-bonnie-event-messageappend`" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:464 msgid "" "Only applicable to event folders, this depicts a new or updated version of " "an existing event has been appended." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:467 #: ../../source/architecture-and-design/bonnie-extra.rst:712 msgid ":ref:`and-bonnie-event-messagecopy`" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:469 msgid "" "One or more events may have been copied from an event folder into another " "event folder." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:472 #: ../../source/architecture-and-design/bonnie-extra.rst:715 msgid ":ref:`and-bonnie-event-messagemove`" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:474 msgid "" "One or more events may have been moved from one event folder into another " "event folder." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:479 msgid "" "Plugins that are interested in the vendor/kolab/folder-type METADATA " "value(s) of a folder should register a hook into the various mailbox related " "event handlers, which can then be made responsible of retrieving the " "associated information and issuing a callback." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:501 msgid "Architectural Overview" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:503 msgid "" "The following diagram depicts an architectural overview of a Bonnie- based " "environment, with functional components split up in such matter, that they " "can be made redundant, high-available, and also balance load." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:507 msgid "The benefits of this environment are:" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:509 msgid "" "Least risk at congestion at any point messages pass through, with congestion " "potentially resulting loss of messages and therefore corruption of the audit " "trail," msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:513 msgid "" "Least risk of component failure and loss of data through component failure," msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:516 msgid "Near real-time processing of environment messages," msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:698 msgid "Event Notification Types" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:700 msgid "Event types available include, in alphabetical order:" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:702 msgid ":ref:`and-bonnie-event-flagsclear`" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:703 msgid ":ref:`and-bonnie-event-flagsset`" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:704 msgid ":ref:`and-bonnie-event-login`" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:705 msgid ":ref:`and-bonnie-event-logout`" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:709 msgid ":ref:`and-bonnie-event-mailboxsubscribe`" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:710 msgid ":ref:`and-bonnie-event-mailboxunsubscribe`" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:713 msgid ":ref:`and-bonnie-event-messageexpire`" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:714 msgid ":ref:`and-bonnie-event-messageexpunge`" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:716 msgid ":ref:`and-bonnie-event-messagenew`" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:717 msgid ":ref:`and-bonnie-event-messageread`" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:718 msgid ":ref:`and-bonnie-event-messagetrash`" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:719 msgid ":ref:`and-bonnie-event-quotaexceeded`" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:720 msgid ":ref:`and-bonnie-event-quotawithin`" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:721 msgid ":ref:`and-bonnie-event-quotachange`" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:726 msgid "FlagsClear" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:728 msgid "" "This event notification type indicates one or more messages have had its " "flags cleared." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:731 msgid "" "Flags having been cleared may include ``\\Seen``, but also ``\\Deleted``, " "and any custom other flag on an IMAP message." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:734 #: ../../source/architecture-and-design/bonnie-extra.rst:744 #: ../../source/architecture-and-design/bonnie-extra.rst:764 #: ../../source/architecture-and-design/bonnie-extra.rst:773 msgid "Subscribe to this notification for:" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:736 #: ../../source/architecture-and-design/bonnie-extra.rst:746 msgid "Backup/Restore" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:737 #: ../../source/architecture-and-design/bonnie-extra.rst:747 #: ../../source/architecture-and-design/bonnie-extra.rst:766 #: ../../source/architecture-and-design/bonnie-extra.rst:775 msgid "e-Discovery" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:742 msgid "FlagsSet" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:752 msgid "Login" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:754 msgid "Additional information to obtain for this event notification type:" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:756 msgid "The persistent unique attribute for the user object." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:757 msgid "Additional LDAP object attributes." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:759 msgid "Information storage:" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:761 msgid "" "This event needs to be stored until it can be associated with a :ref:`and-" "bonnie-event-logout` event notification type." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:771 msgid "Logout" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:780 msgid "MailboxCreate" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:782 msgid "Additional information to obtain" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:787 msgid "MailboxDelete" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:792 msgid "MailboxRename" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:797 msgid "MailboxSubscribe" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:802 msgid "MailboxUnsubscribe" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:807 msgid "MessageAppend" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:812 msgid "MessageCopy" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:817 msgid "MessageExpire" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:822 msgid "MessageExpunge" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:827 msgid "MessageMove" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:832 msgid "MessageNew" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:837 msgid "MessageRead" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:842 msgid "MessageTrash" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:847 msgid "QuotaExceeded" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:852 msgid "QuotaWithin" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:857 msgid "QuotaChange" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:860 msgid "An Integrated Solution" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:862 msgid "The following aspects of an environment need to be tracked;" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:864 msgid "" "Logs such as ``/var/log/maillog``, which contain the information about " "exchange of messages between internal and external systems and software " "(Postfix/LMTP -> Cyrus IMAP)." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:868 msgid "Cyrus IMAP 2.5 Events broadcasted." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:905 msgid "" "In this picture, IMAP (using Cyrus IMAP 2.5) issues so-called :term:`event " "notifications` to a message bus, that can be picked up by the appropriate " "subscribers." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:909 msgid "" "Note that the subscribers are different components to plug in and enable, or " "leave out -- not everyone has a need for Archival and e-Discovery " "capabilities." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:912 msgid "" "As such, a component plugged in could announce its presence, and start " "working backwards as well as start collecting the relevant subsets of data " "in a retro- active manner." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:938 msgid "" "To allow scaling, the intermediate medium is likely a message bus such as " "ActiveMQ, AMQP, ZeroMQ, etc." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:941 msgid "" "Between Cyrus IMAP 2.5 and the message bus must be a thin application that " "is capable of:" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:944 msgid "Retrieving the payload of the message(s) involved if necessary," msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:945 msgid "Submit the remainder to a message bus." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:947 msgid "This is because Cyrus IMAP 2.5:" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:949 msgid "" "at the time of this writing, does not support submitting the event " "notifications to a message bus directly [#]_," msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:952 msgid "" "the size of the message payload is likely to exceed the maximum size of an " "event notification datagram [#]_." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:955 msgid "" "Processing of inbound messages must happen real-time or near-time, but " "should also be post-processed:" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:958 msgid "" "e-Discovery requires post-processing to sufficiently associate the message " "in its context, and contains an audit trail." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:961 msgid "" "Archival and Backup require payload, and may also use post-processing to " "facilitate Restore." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:965 msgid "Event Notifications" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:967 msgid "The following events trigger notifications:" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1002 msgid "" "In addition, Kolab Groupware makes available the following event " "notifications:" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1012 msgid "This means the following event notifications are lacking:" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1014 msgid "METADATA change notification" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1016 msgid "" "It is possible to run Cyrus IMAP 2.5 notifications in a blocking fashion, " "allowing the (post-)processing operation(s) to complete in full before the " "IMAP session is allowed to continue / confirms the modification/mutation." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1021 msgid "Application Logic and Database Design Considerations" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1024 msgid "Database Technology" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1026 msgid "" "NoSQL storing key value pairs, trick is to store as many keys as is " "necessary to get to the related value." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1029 msgid "" "Relationships problematic. Possibly for data only, use ORM for relationships." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1032 msgid "Object Relationship Manager" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1034 msgid "User" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1036 msgid "" "An individual human being with physical presence (in the here and now, past " "and/or future)." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1039 msgid "Group" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1041 msgid "A group of individual User objects." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1043 msgid "Role" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1045 msgid "" "A role attached to one or more User objects, functionally the inverse of a " "Group." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1048 msgid "IMAP Folder" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1050 msgid "METADATA, including:" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1052 msgid "Unique ID (persistent)" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1053 msgid "Shared seen, important to Read/Unread status tracking," msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1056 msgid "ACL" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1057 msgid "Payload" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1060 msgid "Change Recording in ORM" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1062 msgid "" "Rather than recording the changes to objects explicitly, it is more " "effective to define the objects themselves as volatile objects, in such a " "way that updates to them imply a changelog record be created." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1066 msgid "" "In summary, it is better to reduce the processor's workload and code base " "from:" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1088 msgid "to:" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1110 msgid "The basis of this implementation is simple (in Python):" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1112 msgid "Declare a class for individual change records," msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1113 msgid "" "Declare a declarative class inherited by individual object table definitions," msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1115 msgid "" "Use the declarative class in addition to the declarative base class in the " "definition of the individual object table class," msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1117 msgid "Use ``__setattr__()`` to catch any changes to existing objects," msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1118 msgid "Process the current value of the object that is being changed, if any," msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1119 msgid "" "Record the object name, object id, current value (if any), and the value it " "is about to change to," msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1121 msgid "Insert the new changelog record in to the current transaction." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1196 msgid "Users are Volatile and Groups do not Exist" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1198 msgid "" "Usernames as issued by Cyrus IMAP 2.5 notifications are volatile, in that " "the same physical human being (jane.gi@example.org) could change email " "addresses for any of many unrelated causes (jane.doe@example.org)." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1202 msgid "It is therefore mandatory to:" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1204 msgid "resolve IMAP login usernames to canonified IMAP login usernames," msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1206 msgid "" "User ``jdoe2`` could in fact be the same physical human being as ``j." "doe2@example.org`` and ``jane.doe@example.org``." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1209 msgid "" "relate canonified IMAP login usernames to persistent user attribute values," msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1210 msgid "" "relate mail folder names, paths and URIs in personal namespaces to " "persistent user attribute values," msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1212 msgid "" "resolve IMAP ACE subject entries to their persistent attribute values, for " "both users and groups," msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1214 msgid "store membership information about groups at the time of an event," msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1215 msgid "store roles attached to users." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1217 msgid "" "This needs to happen in a timely fashion, for intermediate changes to the " "authoritative, canonical user and group information database, in the period " "of time between the event notification and the collection of information, " "could invalidate the permanent record." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1254 msgid "Queries and Information Distribution" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1257 msgid "ZeroMQ" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1281 msgid "Client <-> Broker <-> Worker Message Exchange" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1283 msgid "" "Modelled after an article about tracking worker status at http://rfc.zeromq." "org/spec:14" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1315 msgid "**Client - Broker Concerns**" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1317 msgid "" "The client is queuing without a high-water mark and without a local swap " "defined. It is only after the broker is available this queue is flushed. " "This could introduce a loss of notifications." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1321 msgid "" "The client is not awaiting confirmation in the sense that it will replay the " "submission if needed, such as after the client has been restarted. This too " "could introduce a loss of notifications." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1325 msgid "" "The client is certainly not awaiting confirmation from any worker that the " "notification had been submitted to for handling." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1328 msgid "" "The client is a sub-process of the cyrus-imapd service, and should this " "service be restarted, is not handling such signals to preserve state." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1331 msgid "**Broker Concerns**" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1333 msgid "The broker is keeping the job queue in memory." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1418 msgid "Footnotes" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1421 msgid "" "The worker shall be a multi-threaded daemon (using multiprocessing.Pool), " "that is a pluggable application." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1426 msgid ":ref:`and-bonnie-worker-design`" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1427 msgid ":ref:`and-bonnie-broker-worker-interaction`" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1431 msgid "" "The worker shall determine based on functional features enabled, and " "existing data, whether or not it requires a copy of the original message " "payload." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1437 msgid "" "It is assumed we'll be working with RSyslog, Logstash and Elastic Search." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1442 msgid "" "http://git.cyrusimap.org/cyrus-imapd/tree/notifyd?" "id=8bdaeae3f891ba2a748ba91a4c324ee11346e292" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1446 msgid "" "Needs further investigation, for the actual maximum size of a datagram may " "have ceased to be hard-coded. Yet, to submit a large message through the " "notification daemon while the notification target is eligible to pick up the " "message contents from the filesystem seems like duplication." msgstr "" diff --git a/locale/de/LC_MESSAGES/articles/calendaring-in-large-environments-with-discretionary-access-control/index.po b/locale/de/LC_MESSAGES/articles/calendaring-in-large-environments-with-discretionary-access-control/index.po index 4fd01b8f..4593eb6d 100644 --- a/locale/de/LC_MESSAGES/articles/calendaring-in-large-environments-with-discretionary-access-control/index.po +++ b/locale/de/LC_MESSAGES/articles/calendaring-in-large-environments-with-discretionary-access-control/index.po @@ -1,838 +1,837 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:90 msgid "Calendaring in (Large) Environments with Discretionary Access Control" msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:92 msgid "" "In larger environments with possibly tens of thousands of users, exercising " "control over who has access to what calendar is a policy challenge, " "especially considering the fact that Kolab Groupware's access control is " "discretionary." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:97 msgid "" "It is not uncommon for new consumers of Kolab Groupware to need to adapt the " "Kolab Groupware solution to behave in a fashion that increases the user " "acceptance, for these consumers may have previously worked with another " "calendaring solution, and its users may have gotten used to how said " "calendaring solution behaves." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:103 msgid "To illustrate, a previous calendaring solution may have;" msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:105 msgid "offered only one (flat) calendar per user," msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:107 msgid "" "based on :term:`mandatory access control`, or lack of any actual access " "control, allowed all users read- and/or write-access to all other user's " "calendars," msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:111 msgid "" "This builds a scenario in which users may have gotten acquainted with a " "certain specific workflow, including;" msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:114 msgid "" "Meetings are not scheduled based on sending invitations around, let alone " "whether such invitations required a response [#]_," msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:117 msgid "" "All details of all events in all calendars are visible to all users [#]_," msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:120 msgid "" "A single copy of the event details exist, that is updated by other users, " "not on the basis of iTip responses, but on the basis of writing back a new " "version of the event to the calendar in which the event already existed [#]_," msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:125 msgid "" "Availability information of other users is available based on the actual " "contents of a calendar -- with all details -- and not based on actual " "availability information (aka. Free/Busy) [#]_," msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:129 msgid "" "It may have been the user interface application implementing the aspects of;" msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:132 msgid "" "A comprehensible view of an individual user's calendaring through filtering " "and/or selecting subsets of the available scheduling information," msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:136 msgid "" "Filtering a user's view on items for display purposes, in a flawed attempt " "to implement access control, including the suppression of details of certain " "events, or the suppression of certain other people, in a flawed attempt to " "implement a form of invitation policy control." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:142 msgid "" "Maintaining -- as much as possible -- the desired workflow of the users, in " "order to increase the user acceptance, using Kolab Groupware while it " "maintains :term:`discretionary access control` [#]_ builds the following " "challenges to overcome;" msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:147 msgid "" "The owner of a calendar can remove entries from the access control list, " "revoking access to that calendar to certain or all other users [#]_." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:151 msgid "" "Users can create new calendars that do not have the policy applied, and not " "apply the access rights the organization's policy prescribes." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:155 msgid "" "Events that have a level of confidentiallity or that are private could be " "disclosed the details of unintentionally [#]_." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:158 msgid "" "Should users have gotten used to be able to write to one another's " "calendar(s), a level of automation using invitation policies in Kolab " "Groupware may unintentionally save new events with a level of " "confidentiality or that are private, in a calendar that is shared." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:163 msgid "These challenges can be addressed as follows:" msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:165 msgid "" "Implement an invitation policy framework that allows for the automation of " "iTip message exchange processing, in full or in part." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:168 msgid "" "Allow rules used in the automated processing to control to which user's " "calendar a processed event should be saved," msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:171 msgid "Make Kolab clients work based on the assumptions that;" msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:173 msgid "Each user may have access to all other user's calendars [#]_," msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:175 msgid "" "Each user likely does not have access to any other user's calendars, let " "alone all other user's calendars [#]_ -- both applicable to an individual " "user's calendars and the collective of user's calendars." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:180 msgid "" "If the environment wants to offer its users the opportunity to quickly " "schedule meetings with other people, or simply check someone's availability, " "but maintain control over who maintains access to what information, the " "following is a suggested design for the resolution of this conundrum;" msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:186 msgid "" "With Kolab Groupware, in principle, no person other than the owner of a " "calendar has access to that calendar, unless the owner has explicitly " "delegated authority over that calendar, partly or in full -- shared " "calendars notwithstanding. Kolab Groupware uses a concept of multiple " "calendars to allow each calendar to have separate, different access control " "applied to them, such that a user could have the following calendars," msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:194 msgid "**Personal**" msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:196 msgid "" "A personal calendar, which may hold events such as Thursday evening's soccer " "practice and the Tuesday-morning dropping off of kids at school (and hence " "be at work a little later?)." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:200 msgid "" "A human being might feel inclined to schedule these events in the groupware " "environment provided by their employer, but will then likely also feel " "inclined to not share the details with anyone else." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:204 msgid "" "Therefore, such calendar would, typically, not be shared with anyone else." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:207 msgid "**Work**" msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:209 msgid "" "One or more work calendars, which may hold your typical meetings and other " "work-related agenda items." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:212 msgid "" "Such calendars are typically shared only with (some (direct)) colleagues, " "but some of them may not be shared at all (such as one of manager's " "calendars that holds appointments with details to be kept confidential)." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:217 msgid "" "While the division of calendars across multiple folders may not seem like a " "feature to be used all that extensively, to some people, please note that " "each individual calendar can separately be enabled or disabled alarms and/or " "mobile synchronization for. A user might block out his or her day off " "(Friday) in an extra work calendar, but opt not to synchronize this calendar " "to his or her mobile phone." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:224 msgid "" "Such calendars with specific, special intentions tend to also *not* be " "shared (although you could, there's little relevant information in them for " "other people to subscribe to)." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:228 msgid "" "It is therefore understood that any particular user of the groupware " "environment does **not** likely have direct (read-)access to all calendars " "bearing potentially relevant information of the subjects for whom scheduling " "information and/or availability is to be displayed." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:234 msgid "Scheduling a New Event" msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:236 msgid "" "When a user *Jane* wants to schedule a meeting with a user *John*, one of " "two action paths can be used;" msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:239 msgid "" "*Jane* opens the scheduling dialog, adds *John* as an attendee and " "subsequently assesses *John*'s availability using Free/Busy information." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:243 msgid "" "*Jane* searches for *John*'s scheduling information, displays the scheduling " "information as part of her own calendar view, and finds a time slot where " "both parties are available." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:247 msgid "" "It is understood that the first methodology is much more scalable, and much " "more accurate -- because Free/Busy information is the most complete set of " "information concerning a person's availability." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:251 msgid "" "When not one, but fifteen people need to be invited, the scheduling dialog " "allows *Jane* to not have to choose a time slot first. This is illustrated " "in `Figure #1`_ and also `Figure #2`_." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:261 msgid "" "**Figure #1**: *View of the initial scheduling dialog with many attendees*" msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:270 msgid "" "**Figure #2**: *View of availability information to find slots available*" msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:274 msgid "Quickly Checking Availability" msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:276 msgid "" "Under certain circumstances, a user may be inclined to (attempt to) open a " "user's calendar(s) as opposed to scheduling a new meeting with attendees." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:280 msgid "" "Making use of the search box, contacts can be searched and their agenda " "displayed quickly and efficiently." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:283 msgid "" "After all, not all use-cases of opening up somebody else's calendar have to " "do with actually scheduling a new event -- such as answering the question, " "\"Is *Herta* in the office on Thursday morning?\"." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:287 msgid "" "Referring back to the nature of :term:`discretionary access control`, and " "the variety of use-cases to use multiple calendar folders and sometimes not " "share any let alone all of them, quickly opening somebody's calendar must " "give the user the most complete view in two senses;" msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:293 msgid "" "Availability information as the most complete view on somebody's time " "allocation," msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:296 msgid "" "Any calendar the user does have (read-)access to for any details of the " "events as supplemental information." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:299 msgid "" "In the following example, *Yvonne* has wanted to display *Herta*'s calendar." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:308 msgid "**Figure #3**: *Quickly open another person's Calendar*" msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:310 msgid "" "As shown in `Figure #3`_, where in this case the user does not have access " "to any of the *Herta*'s calendars, the selection of a contact's entry found " "does not currently result in the availability information for said contact " "to be displayed as part of the current view, while availability information " "is in fact available (`Figure #4`_)." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:316 msgid "" "To view the availability inforation dialog, an icon representing an eyeball " "is located near the right-hand side of the list item in the calendars list, " "but shown only when the mouse hovers over the list item." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:320 msgid "" "The icons tooltip says *\"View only this calendar\"*, which does not " "accurately represent what it actually does -- both not in the current " "implementation nor in the target implementation." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:330 msgid "**Figure #4**: *Actual availability of another person*" msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:332 msgid "" "In this scenario, *Yvonne* will initially be lead to believe that *Herta*'s " "calendar is empty for the week, which users will usually be able to conclude " "themselves is factually incorrect, but unless the dialog displaying " "availability information for *Herta* is opened, no information is made " "available. The information being one extra step away will deter users." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:339 msgid "" "While the availability information can only be viewed on a contact-by- " "contact basis (ie. one at a time), this does not allow *Yvonne* to schedule " "an event by looking at a combined calendar view of multiple contacts' " "availability information. The now iterative process of viewing people's " "availability one by one, rmembering what timeslots were available for " "individual people, endlessly clicking to open and close availability " "information views, will deter users." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:347 msgid "" "Should *Yvonne* have had access to one or more of *Herta*'s calendars " "however, the information that is currently displayed is still incomplete " "(see `Figure #5`_) but since some events are displayed, it is **less** " "likely to lead the user to determine the information is incomplete, and is " "therefore even more misleading. As such, this implementation works counter-" "intuitive, and will deter users." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:360 msgid "" "**Figure #5**: *Misleading, incomplete information display when selecting " "contact with user having access to calendar(s)*" msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:363 msgid "" "Note that in this scenario, *Herta* initially appears to have nothing " "scheduled for Thursday-morning, and *Yvonne* will not feel inclined to open " "up the special view that uses the more authoritative availability " "information, being mislead to believe the displayed contents are the events " "in *Herta*'s agenda." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:369 msgid "" "At this point, *Yvonne* may feel ready to respond to the question about " "*Herta* being in the office on Thursday-morning -- perhaps falsely so." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:372 msgid "" "*Yvonne* will have to realize that the information is likely incomplete, " "separately open the availability information view for *Herta*." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:375 msgid "" "This will suffice for the original question about *Herta* being in the " "office on Thursday-morning, but will not suffice when attempting to " "determine who's available on what day and at what time." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:379 msgid "" "Here too, while the availability information can only be viewed on a contact-" "by-contact basis (ie. one at a time), this does not allow *Yvonne* to " "schedule an event by looking at a combined calendar view of multiple " "contacts' availability information. In this scenario, some timeslots that " "are \"blocked\" in the availability information correspond with events that " "*Yvonne* can view the details for, since she has access to some of *Herta*'s " "calendars." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:387 msgid "" "`Figure #6`_ shows *Herta* is in fact not available on Thursday-morning, and " "further illustrates that both workflows depicted in `Figure #3`_ and `Figure " "#5`_ contain incomplete information, not allowing the user to find a free " "timeslot among multiple contact's all that easily." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:399 msgid "" "**Figure #6**: *Cluttered Calendar view despite not also including " "availability information*" msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:402 msgid "" "When ultimately the actual scheduling dialog is now opened [#]_, which " "*Yvonne* might do on the premises that *Herta* is available on Thursday-" "morning, *Yvonne* will only discover too late, that the availability " "information is fundamentally different from the contents of calendars " "displayed (`Figure #7`_, `Figure #8`_)." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:408 msgid "" "*Yvonne* will conclude the original view on *Herta*'s calendar contained " "false or incomplete information but have no idea why, and feel it is a " "software bug. A call to the helpdesk or a general feeling of dissatisfaction " "with the groupware solution may be the result, and even after *Yvonne* has " "been explained the intricacies of the particular behaviour she is " "experiencing, there may be a ever lingering question of *\"But, why?\"*." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:416 msgid "" "It has been argued that the integration of a contact's availability " "information in to the calendar view already available is likely to clutter " "the interface, but it must be acknowledged that similar clutter already " "occurs when only calendar contents are displayed (`Figure #7`_)." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:421 msgid "" "See `Figure #3`_ for the initial results should *Yvonne* not have access to " "any of *Herta*'s calendars, and `Figure #5`_ for the initial results should " "*Yvonne* have access to one of two of *Herta*'s calendars." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:425 msgid "" "`Figure #5`_ will lead *Yvonne* to believe that *Herta* is available on " "Thursday-morning, only to discover that *Herta* is not when creating a new " "event for the timeslot (`Figure #8`_, `Figure #9`_)." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:435 msgid "**Figure #7**: *Discover the attendee is busy after all (1)*" msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:443 msgid "**Figure #8**: *Discover the attendee is busy after all (2)*" msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:451 msgid "" "**Figure #9**: *Cluttered Calendar view despite not also including " "availability information*" msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:458 msgid "The Quick Display Feature" msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:460 msgid "" "The *Quick Display Feature* is a feature that addresses scalability issues " "in the user interface, when large sets of calendars and/or availability " "information are available to an individual user." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:464 msgid "" "The former modus operandi for Kolab Groupware was based on the following " "aspects [with functionality projected on to the current web interface design " "and layout];" msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:468 msgid "" "In version 2.3 of the Kolab Groupware solution, if the user had access to a " "calendar, this calendar would be listed in the lower left-hand list of " "calendars." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:472 msgid "" "This proved problematic when (icw. :term:`discretionary access control`) " "users started to give ``anyone`` read-access [#]_, and the calendar would " "solely therefore be included in the list of available calendars, with no " "possibility for the (consuming) user to remove the calendar in question from " "said list." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:479 msgid "" "As of Kolab 3.0, a global setting controlled whether or not views on " "groupware content in the web client should use access rights or subscription " "status of folders to include in lists [#]_." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:483 msgid "" "That is to say, with this setting enabled, if the user had access to a " "calendar folder, this folder must first be subscribed and would then be " "displayed in the lower left-hand list of calendars." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:487 msgid "" "This proved to be problematic because users with access to many calendars " "have had to navigate to the folder management settings interface, subscribe " "a calendar folder, go back to the calendar view, and display the calendar's " "contents. The inverse series of actions removed the calendar from the list." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:493 msgid "" "In addition, the desktop client also maintained its list of calendars to " "synchronize (for off-line availability) based on the server-side " "subscriptions to folders. When a user unsubscribed a folder in the web " "client (in attempt to remove it from the list of calendars in the lower left-" "hand corner, which may have become cluttered), the calendar would therefore " "dissappear from the list of calendars in the desktop client." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:501 msgid "" "In all versions of Kolab prior to 3.3, each calendar in the lower left-hand " "list of calendars would have a checkbox, controlling whether or not the " "contents of said calendar are displayed as part of the current view." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:506 msgid "" "This naturally scales only for a limited number of calendars included in " "said list, but still only includes calendars the user actually has access to." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:510 msgid "" "In addition, these implementations were subject to the problem outlined in " "[8]_, where no user could establish whether or not the set of information " "displayed was a complete set or a subset." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:514 msgid "" "The *Quick Display Feature* therefore implements the following logic to " "facilitate a user's workflow in large-scale environments;" msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:517 msgid "" "Only display calendars in the list that are subscribed IMAP folders, " "effectively establishing a list of persistent \"favorites\"," msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:520 msgid "For managers, these could be the calendars of subordinates," msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:522 msgid "For colleagues, these could be the calendars of close colleagues," msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:525 msgid "and those that have been selected during previous searches." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:527 msgid "" "Introduce a search dialog that searches the address book for contact entries " "[#]_," msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:530 msgid "Allow the display of availability information for these contacts [#]_," msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:533 msgid "" "When a contact entry is selected for inclusion in to the current display, " "where applicable [#]_, determine whether access to any IMAP folders " "containing scheduling information exists, and if so;" msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:537 msgid "" "Display the event details for those timeslots in the availability " "information of the contact that match timeslots for events found, " "substituting the UI element that blocked the timeslot on the basis of " "availability information," msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:542 msgid "" "If not, however, the Free/Busy information for the contact entry should be " "displayed." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:545 msgid "" "Subscribe the virtual folder temporarily -- for the duration of the session, " "or until the virtual folder is explicitly removed," msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:548 msgid "" "Allow the user to execute subsequent searches for additional contacts, so " "that an aggregate view can be created composed of the availability " "information of multiple users, perhaps (incidentally) also with some event " "details (for those timeslots that have a corresponding event in any folder " "the user has access to)." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:554 msgid "" "Where contacts correspond with IMAP folders available for subscription, " "allow the contact entry to be expanded in to its individual components;" msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:558 msgid "Availability information for the contact," msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:560 msgid "Each calendar folder in a hierarchy." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:562 msgid "" "so that individual folders can be subscribed separately from the contact's " "entry," msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:565 msgid "" "Where a user's calendars a user has access to have been selected (ie. the " "IMAP folders have been subscribed), continue to display the person selection " "entry not solely as a shortcut to enable display for all nested calendar " "folders, but also display complete information based on availability " "information." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:572 msgid "Footnotes" msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:575 msgid "Also called an RSVP -- Répondez S'il Vous Plaît." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:579 msgid "" "This would include events that are classified as private or confidential, " "while admittedly it may have been the user interface retrieving a (fully " "detailed copy of) the data choosing to suppress certain details -- leading " "users to believe mistakenly, the details are not visible to them." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:587 msgid "" "Writing back to one authoritative copy of the event directly implies that " "all event's attendees are aware of eachother's participant status." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:593 msgid "" "Availability information or Free/Busy is a published state of availability, " "that is stripped of all details of events that are not the timeslots of said " "event." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:597 msgid "" "Here too it may have been the user interface retrieving all details of all " "events but suppressing details, essentially faking an implementation of Free/" "Busy." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:603 msgid "" "A certain set of settings can result in mandatory access control, by " "revoking certain rights on all IMAP folders, but the user would not be able " "to create any new folders." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:609 msgid "" "The right to control a folder's ACL is the (a)dmin right, which also implies " "the right to control one's own access. While the ``a`` right can be revoked " "on calendar folders, other rights control whether the user is allowed to " "create new folders -- which inherit the rights of the parent folder. Should " "the ``a`` right be revoked on a calendar folder, a user will create a new " "calendar folder outside of the existing (tree of) calendar folder(s), and/or " "delete and recreate, and/or relocate the calendar folder in question. See :" "ref:`admin_imap-access-rights-reference` for a full list of rights available " "in IMAP to-date." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:622 msgid "" "Users may be better acquainted with the semantics of having access to " "eachother's calendars, and/or an organization's policies may be in the " "interest of transparency." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:628 msgid "" "Since each user may have access to any or all of other user's calendars " "[8]_, in larger organizations this may lead a user to have access to tens of " "thousands of calendars. This presents a scalability problem in the user " "interface that is addressed with a :ref:`and-calendaring-quick-display` " "interface." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:636 msgid "" "Using Kolab Groupware, the only credentials used to view content are the " "individual user's credentials. As such, the user may have access to a number " "of calendars, but will never be able to determine whether or not those are " "**all** calendars. The user is therefore unable to determine whether the set " "of information pulled from the calendars the user does have access to is a " "complete set of information." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:646 msgid "" "Note that both the button *\"New event\"* as well as clicking on an empty " "space in the calendar opens up this dialog. It is very common for users, " "however, to use the latter method, and poke directly at an open timeslot." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:653 msgid "" "It is possible to not allow individual users to make use of the ``anyone`` " "access control subject identifier, but this does not address the underlying " "UI scalability issue -- under the eventuality clause, eventually someone " "will have access to too many folders." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:660 msgid "" "This setting is :ref:`admin_roundcube-settings-" "plugin_libkolab_kolab_use_subscriptions`." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:664 msgid "" "The dialog is specifically geared towards searching for contacts, as opposed " "to IMAP folders the user has access to, for the complete set of items " "retrievable includes the Free/Busy status of any contact -- both internally, " "as well as externally should the address book entry have the ``FBURL`` " "property set." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:670 msgid "" "Searching for address book entries addresses both [8]_ as well as the need " "for users to schedule appointment with other parties." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:675 msgid "" "The availability information may in fact be available external to the " "organization, and supplement a contact's information using the ``FBURL`` " "property in vCard/xCard." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:681 msgid "" "Users in the same authorization realm -- when the groupware environment is " "homogeneous." msgstr "" diff --git a/locale/de/LC_MESSAGES/articles/standard-multi-domain-and-hosted/index.po b/locale/de/LC_MESSAGES/articles/standard-multi-domain-and-hosted/index.po index 4bda787d..81746d7d 100644 --- a/locale/de/LC_MESSAGES/articles/standard-multi-domain-and-hosted/index.po +++ b/locale/de/LC_MESSAGES/articles/standard-multi-domain-and-hosted/index.po @@ -1,136 +1,135 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/articles/standard-multi-domain-and-hosted/index.rst:92 msgid "Standard, Multi-Domain and Hosted Kolab" msgstr "" #: ../../source/articles/standard-multi-domain-and-hosted/index.rst:94 msgid "" "Kolab Groupware is a flexible collaboration suite and in addition to its " "standard deployment, also supports both *multi-domain* and *hosted* " "deployments." msgstr "" #: ../../source/articles/standard-multi-domain-and-hosted/index.rst:98 msgid "" "The difference between a standard Kolab Groupware environment, a multi-" "domain, and a hosted deployments is as follows:" msgstr "" #: ../../source/articles/standard-multi-domain-and-hosted/index.rst:101 msgid "**Standard**" msgstr "" #: ../../source/articles/standard-multi-domain-and-hosted/index.rst:103 msgid "" "A standard deployment of Kolab Groupware is designed to serve a single " "organization's collaboration needs." msgstr "" #: ../../source/articles/standard-multi-domain-and-hosted/index.rst:106 msgid "" "This includes features such as Shared Folders and Resource Management, " "Invitation Policies and Delegation, and Recipient Policies and Distribution " "Groups." msgstr "" #: ../../source/articles/standard-multi-domain-and-hosted/index.rst:110 msgid "" "A *standard* Kolab Groupware deployment also supports :term:`alias domain " "name spaces`, meaning that a setup for a domain name space of ``example." "org`` can let its users have additional recipient email addresses in an " "alias domain name space of ``beispiel.de``, ``voorbeeld.nl`` and/or " "``exemple.ch``." msgstr "" #: ../../source/articles/standard-multi-domain-and-hosted/index.rst:116 msgid "**Multi-Domain**" msgstr "" #: ../../source/articles/standard-multi-domain-and-hosted/index.rst:118 msgid "" "A multi-domain deployment of Kolab Groupware is designed to serve multiple " "organizations' collaboration needs based on a single deployment of Kolab " "Groupware." msgstr "" #: ../../source/articles/standard-multi-domain-and-hosted/index.rst:122 msgid "" "This is to say that an organization such as **Business, Inc.** with a " "primary domain name space of ``business.co.uk`` can use the same " "infrastructure as an organization **Competitor, Ltd.** with a primary domain " "name space of ``competitor.de``." msgstr "" #: ../../source/articles/standard-multi-domain-and-hosted/index.rst:127 msgid "" "Each of these organizations may, aside from their primary domain name space, " "hold one or more alias domain name spaces (rendering the primary domain name " "space a :term:`parent domain name space`)." msgstr "" #: ../../source/articles/standard-multi-domain-and-hosted/index.rst:131 msgid "" "While the two organizations use the same deployment and the same " "infrastructure, information of neither organization may become available to " "the other organization -- accidentally nor otherwise." msgstr "" #: ../../source/articles/standard-multi-domain-and-hosted/index.rst:135 msgid "" "**Multi-domain** deployments are designed specifically such that there is a " "clear boundary between the spaces in which the users of each organization " "collaborate." msgstr "" #: ../../source/articles/standard-multi-domain-and-hosted/index.rst:139 msgid "" "However, not all of the most recent features added to Kolab Groupware are " "immediately also available to multi-domain environments. Resource Management " "for example is one of such recent features. This is why a default setup is " "not already configured to be or become a multi-domain setup, and the HOWTO " "for multi-domain is community-contributed." msgstr "" #: ../../source/articles/standard-multi-domain-and-hosted/index.rst:146 msgid "**Hosted Kolab**" msgstr "" #: ../../source/articles/standard-multi-domain-and-hosted/index.rst:148 msgid "" "A hosted Kolab Groupware deployment is very similar to a *multi-domain* " "deployment, but allows users (customers) to register accounts and domains " "themselves, and adds revenue to the deployment by invoicing the customers." msgstr "" #: ../../source/articles/standard-multi-domain-and-hosted/index.rst:153 msgid "" "Allowing customers to create accounts brings with it a set of additional " "requirements, such as new users confirming either one of the identifying " "pieces of information (a phone number, an email address or even just a " "physical address), which in your jurisdiction you may or may not be required " "to request." msgstr "" #: ../../source/articles/standard-multi-domain-and-hosted/index.rst:159 msgid "" "Furthermore, for customers that register a domain name space, you'll need to " "be able to confirm the customer's ownership of that domain name space." msgstr "" diff --git a/locale/de/LC_MESSAGES/articles/what-goes-in-to-a-document-root-and-what-does-not-belong-there/example-drupal-configuration.po b/locale/de/LC_MESSAGES/articles/what-goes-in-to-a-document-root-and-what-does-not-belong-there/example-drupal-configuration.po index 6e151b41..09827921 100644 --- a/locale/de/LC_MESSAGES/articles/what-goes-in-to-a-document-root-and-what-does-not-belong-there/example-drupal-configuration.po +++ b/locale/de/LC_MESSAGES/articles/what-goes-in-to-a-document-root-and-what-does-not-belong-there/example-drupal-configuration.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/articles/what-goes-in-to-a-document-root-and-what-does-not-belong-there/example-drupal-configuration.rst:91 msgid "Example Drupal Configuration" msgstr "" diff --git a/locale/de/LC_MESSAGES/articles/what-goes-in-to-a-document-root-and-what-does-not-belong-there/index.po b/locale/de/LC_MESSAGES/articles/what-goes-in-to-a-document-root-and-what-does-not-belong-there/index.po index 3ad30e74..17b967e0 100644 --- a/locale/de/LC_MESSAGES/articles/what-goes-in-to-a-document-root-and-what-does-not-belong-there/index.po +++ b/locale/de/LC_MESSAGES/articles/what-goes-in-to-a-document-root-and-what-does-not-belong-there/index.po @@ -1,258 +1,257 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/articles/what-goes-in-to-a-document-root-and-what-does-not-belong-there/index.rst:92 msgid "What Goes in to a Document Root and What Does Not Belong There?" msgstr "" #: ../../source/articles/what-goes-in-to-a-document-root-and-what-does-not-belong-there/index.rst:94 msgid "" "Security is a big issue and in this article, we explain how to prevent " "accidental disclosure of program code and system settings for web " "applications." msgstr "" #: ../../source/articles/what-goes-in-to-a-document-root-and-what-does-not-belong-there/index.rst:98 msgid "" "A document root is normally the directory hierarchy that is published on the " "web. This is to say, that everything in the document root is published, and " "is therefore considered to be public -- unless of course it is locked down " "by other means, such as password protection." msgstr "" #: ../../source/articles/what-goes-in-to-a-document-root-and-what-does-not-belong-there/index.rst:103 msgid "" "Imagine for example a public website ``www.example.org``, running Drupal." msgstr "" #: ../../source/articles/what-goes-in-to-a-document-root-and-what-does-not-belong-there/index.rst:106 msgid "" "Drupal is one of many web applications that comes in a tarball you extract " "the contents of, and you typically dump those contents inside the directory " "hierarchy of a document root. As such, Drupal is a good **example** to get " "started with, examining what exactly is put in to the document root (and " "would therefore be considered \"published\"), what information is in these " "files, who has access to them, why this could be considered bad, how to " "protect the deployment of such an application, and how to develop web " "applications in such a way that the level of protection on a server-side " "configuration level may not need to be as complex." msgstr "" #: ../../source/articles/what-goes-in-to-a-document-root-and-what-does-not-belong-there/index.rst:118 msgid "Document Root Content Review (for a Drupal Site)" msgstr "" #: ../../source/articles/what-goes-in-to-a-document-root-and-what-does-not-belong-there/index.rst:120 msgid "" "Imagine, if you will, the document root is :file:`/var/www/html/`, and you " "have put Drupal in :file:`/var/www/html/drupal-$x.$y/`." msgstr "" #: ../../source/articles/what-goes-in-to-a-document-root-and-what-does-not-belong-there/index.rst:125 msgid "" "We assume a default configuration of one's webserver, with Apache's *httpd* " "version series *2.4*, that comes with certain defaults such as " "``AllowOverride None``, preventing any ``.htaccess`` file from modifying " "access levels and other settings." msgstr "" #: ../../source/articles/what-goes-in-to-a-document-root-and-what-does-not-belong-there/index.rst:130 msgid "What you intend to publish may be limited to:" msgstr "" #: ../../source/articles/what-goes-in-to-a-document-root-and-what-does-not-belong-there/index.rst:132 msgid ":file:`drupal-$x.$y/favicon.ico`" msgstr "" #: ../../source/articles/what-goes-in-to-a-document-root-and-what-does-not-belong-there/index.rst:133 msgid ":file:`drupal-$x.$y/index.php`" msgstr "" #: ../../source/articles/what-goes-in-to-a-document-root-and-what-does-not-belong-there/index.rst:134 msgid ":file:`drupal-$x.$y/misc/*.css`" msgstr "" #: ../../source/articles/what-goes-in-to-a-document-root-and-what-does-not-belong-there/index.rst:135 msgid ":file:`drupal-$x.$y/misc/*.gif`" msgstr "" #: ../../source/articles/what-goes-in-to-a-document-root-and-what-does-not-belong-there/index.rst:136 msgid ":file:`drupal-$x.$y/misc/*.ico`" msgstr "" #: ../../source/articles/what-goes-in-to-a-document-root-and-what-does-not-belong-there/index.rst:137 msgid ":file:`drupal-$x.$y/misc/*.js`" msgstr "" #: ../../source/articles/what-goes-in-to-a-document-root-and-what-does-not-belong-there/index.rst:138 msgid ":file:`drupal-$x.$y/misc/*.png`" msgstr "" #: ../../source/articles/what-goes-in-to-a-document-root-and-what-does-not-belong-there/index.rst:139 msgid ":file:`drupal-$x.$y/misc/farbtastic/`" msgstr "" #: ../../source/articles/what-goes-in-to-a-document-root-and-what-does-not-belong-there/index.rst:140 msgid ":file:`drupal-$x.$y/misc/ui/`" msgstr "" #: ../../source/articles/what-goes-in-to-a-document-root-and-what-does-not-belong-there/index.rst:141 msgid ":file:`drupal-$x.$y/modules/` (assets only)" msgstr "" #: ../../source/articles/what-goes-in-to-a-document-root-and-what-does-not-belong-there/index.rst:142 msgid ":file:`drupal-$x.$y/xmlrpc.php`" msgstr "" #: ../../source/articles/what-goes-in-to-a-document-root-and-what-does-not-belong-there/index.rst:143 msgid ":file:`drupal-$x.$y/themes/garland/*.css`" msgstr "" #: ../../source/articles/what-goes-in-to-a-document-root-and-what-does-not-belong-there/index.rst:144 msgid ":file:`drupal-$x.$y/themes/garland/color/*.css`" msgstr "" #: ../../source/articles/what-goes-in-to-a-document-root-and-what-does-not-belong-there/index.rst:145 msgid ":file:`drupal-$x.$y/themes/garland/color/*.png`" msgstr "" #: ../../source/articles/what-goes-in-to-a-document-root-and-what-does-not-belong-there/index.rst:146 msgid ":file:`drupal-$x.$y/sites/all/modules/` (assets only)" msgstr "" #: ../../source/articles/what-goes-in-to-a-document-root-and-what-does-not-belong-there/index.rst:147 msgid ":file:`drupal-$x.$y/sites/default/files/`" msgstr "" #: ../../source/articles/what-goes-in-to-a-document-root-and-what-does-not-belong-there/index.rst:148 msgid ":file:`drupal-$x.$y/sites/default/modules/` (assets only)" msgstr "" #: ../../source/articles/what-goes-in-to-a-document-root-and-what-does-not-belong-there/index.rst:150 msgid "" "But what is actually considered \"published\" -- since it is in the document " "root, includes (among others), the following files:" msgstr "" #: ../../source/articles/what-goes-in-to-a-document-root-and-what-does-not-belong-there/index.rst:153 msgid "**drupal-$x.$y/modules/\\*/\\*.info**" msgstr "" #: ../../source/articles/what-goes-in-to-a-document-root-and-what-does-not-belong-there/index.rst:155 msgid "" "Part of the Drupal core modules, these files contain the exact version " "number of Drupal modules, usually the same version number as the Drupal core." msgstr "" #: ../../source/articles/what-goes-in-to-a-document-root-and-what-does-not-belong-there/index.rst:159 msgid "" "Should an attack vector exist against a particular Drupal version, which is " "not an uncommon occurence, then disclosing the version number aids attackers " "in narrowing their attempts to include only the ones the attacker considers " "valid." msgstr "" #: ../../source/articles/what-goes-in-to-a-document-root-and-what-does-not-belong-there/index.rst:164 msgid "**drupal-$x.$y/modules/\\*/\\*.inc**," msgstr "" #: ../../source/articles/what-goes-in-to-a-document-root-and-what-does-not-belong-there/index.rst:166 msgid "**drupal-$x.$y/modules/\\*/\\*.module**" msgstr "" #: ../../source/articles/what-goes-in-to-a-document-root-and-what-does-not-belong-there/index.rst:168 msgid "" "Contain the program logic of a module, and would be served in plain- text " "unless access is specifically prevented." msgstr "" #: ../../source/articles/what-goes-in-to-a-document-root-and-what-does-not-belong-there/index.rst:171 msgid "Example: www.example.org/modules/openid/openid.info" msgstr "" #: ../../source/articles/what-goes-in-to-a-document-root-and-what-does-not-belong-there/index.rst:187 msgid "" "In addition to the aforementioned files that are usually part of stock " "versions of Drupal core, modules and themes, most of which are likely " "publicly available elsewhere (not on your site), you may also load custom " "modules and themes, and/or patch certain aspects of the stock versions to " "make something work for your deployment. You will have even less desire to " "unintentionally publish this custom code." msgstr "" #: ../../source/articles/what-goes-in-to-a-document-root-and-what-does-not-belong-there/index.rst:194 msgid "" "Furthermore, at a lower risk of disclosure but with a greater risk of " "compromising the site if not the server, Drupal by default retains the " "site's settings inside the document root -- at :file:`/var/www/html/drupal-" "$x.$y/sites/default/settings.php` in our example." msgstr "" #: ../../source/articles/what-goes-in-to-a-document-root-and-what-does-not-belong-there/index.rst:200 msgid "" "This ``.php`` file is normally handled by the PHP module loaded in to the " "webserver, but if it is not -- through genuine misconfiguration of the web " "server software -- your database address, name and access credentials would " "be out in the open. Even if the database is not publicly accessible, the " "site administrator may have been configured with the same passphrase, and " "the settings disclose the database technology used -- such that the use of " "SQLite could be exploited in a DoS attack." msgstr "" #: ../../source/articles/what-goes-in-to-a-document-root-and-what-does-not-belong-there/index.rst:210 msgid "How to Protect a Document Root?" msgstr "" #: ../../source/articles/what-goes-in-to-a-document-root-and-what-does-not-belong-there/index.rst:212 msgid "" "Under the working assumption that everything in a document root is " "published, and with Apache's httpd 2.4 defaults including ``AllowOverride " "None``, your means of protection are limited to server-side configuration, " "most commonly limited to privileged system accounts (such as the ``root`` " "user)." msgstr "" #: ../../source/articles/what-goes-in-to-a-document-root-and-what-does-not-belong-there/index.rst:220 msgid "" "Some web hosting technologies allow you to specify and tweak certain aspects " "of the web server configuration through an ``Include`` or an " "``IncludeOptional`` statement that includes configuration from a location " "where you can write, and/or negate a default of ``AllowOverride None`` by " "specifying which aspects may be configured in a ``.htaccess`` file." msgstr "" #: ../../source/articles/what-goes-in-to-a-document-root-and-what-does-not-belong-there/index.rst:227 msgid "" "A common approach to preventing access to a set of files of which the exact " "name, path or location is unknown, or under circumstances where such list of " "files is dynamic, is to block everything by default and create a whilelist " "for content that is to be published, rather than block access to each known " "file individually." msgstr "" #: ../../source/articles/what-goes-in-to-a-document-root-and-what-does-not-belong-there/index.rst:233 msgid "" "An example whitelist configuration for a Drupal installation could look as " "follows in the :ref:`article-what-goes-in-to-a-document-root-and-what-does-" "not-belong-there-example-drupal-configuration`." msgstr "" #: ../../source/articles/what-goes-in-to-a-document-root-and-what-does-not-belong-there/index.rst:238 msgid "Kolab Groupware Software Components and DocumentRoots" msgstr "" diff --git a/locale/de/LC_MESSAGES/authors.po b/locale/de/LC_MESSAGES/authors.po index fad78ae5..29777d32 100644 --- a/locale/de/LC_MESSAGES/authors.po +++ b/locale/de/LC_MESSAGES/authors.po @@ -1,30 +1,29 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/authors.rst:90 msgid "Authors" msgstr "" #: ../../source/authors.rst:95 msgid "**Jeroen van Meeuwen**, Systems Architect, Kolab Systems" msgstr "" #: ../../source/authors.rst:97 msgid "About me." msgstr "" diff --git a/locale/de/LC_MESSAGES/client-configuration/index.po b/locale/de/LC_MESSAGES/client-configuration/index.po index f0ed5468..9c642262 100644 --- a/locale/de/LC_MESSAGES/client-configuration/index.po +++ b/locale/de/LC_MESSAGES/client-configuration/index.po @@ -1,29 +1,28 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/client-configuration/index.rst:93 msgid "Client Configuration" msgstr "" #: ../../source/client-configuration/index.rst:95 msgid "" "The following instructions will show you how to configure client " "applications to directly connect to |service_name|. Please choose your " "operating system and client application:" msgstr "" diff --git a/locale/de/LC_MESSAGES/configuration-guide/index.po b/locale/de/LC_MESSAGES/configuration-guide/index.po index d9ba179a..38edb69c 100644 --- a/locale/de/LC_MESSAGES/configuration-guide/index.po +++ b/locale/de/LC_MESSAGES/configuration-guide/index.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/configuration-guide/index.rst:90 msgid "Configuration Guide" msgstr "" diff --git a/locale/de/LC_MESSAGES/contributor-guide/bug-reporting-casual.po b/locale/de/LC_MESSAGES/contributor-guide/bug-reporting-casual.po index 4e828907..b647aa2e 100644 --- a/locale/de/LC_MESSAGES/contributor-guide/bug-reporting-casual.po +++ b/locale/de/LC_MESSAGES/contributor-guide/bug-reporting-casual.po @@ -1,75 +1,74 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/contributor-guide/bug-reporting-casual.rst:90 msgid "Reporting Bugs Against Kolab" msgstr "" #: ../../source/contributor-guide/bug-reporting-casual.rst:92 msgid "" "For the version of Kolab you are running, it is assumed that the issue you " "are running in to exists in both your version, and the next version of Kolab " "(i.e. the development version)." msgstr "" #: ../../source/contributor-guide/bug-reporting-casual.rst:96 msgid "" "At the time of this writing, this can be |K16| (stable) or |winterfell| " "(development)." msgstr "" #: ../../source/contributor-guide/bug-reporting-casual.rst:99 msgid "" "Therefore, `report a bug`_ against Kolab in `Phabricator`_. You'll describe " "what it is you did, what the expected results are, what results you got, and " "how those results do not meet your expectations." msgstr "" #: ../../source/contributor-guide/bug-reporting-casual.rst:103 msgid "" "It is assumed all bugs are issues in the development of Kolab, for two main " "reasons:" msgstr "" #: ../../source/contributor-guide/bug-reporting-casual.rst:106 msgid "" "Development teams need to ensure the next version of the software is tested " "for the issue you find." msgstr "" #: ../../source/contributor-guide/bug-reporting-casual.rst:109 msgid "" "The bug zappers are able to assist you with troubleshooting, suggesting work-" "arounds, configuration, and providing the necessary information." msgstr "" #: ../../source/contributor-guide/bug-reporting-casual.rst:112 msgid "" "They are also aware of the software projects involved, such that a single " "bug may include up to as many as 6 individual software projects." msgstr "" #: ../../source/contributor-guide/bug-reporting-casual.rst:117 msgid ":ref:`contributor-guide-structured-contributions-reporting-bugs`" msgstr "" #: ../../source/contributor-guide/bug-reporting-casual.rst:119 msgid "" "Return to other :ref:`contributor-guide-casual-contributions` you could make." msgstr "" diff --git a/locale/de/LC_MESSAGES/contributor-guide/bug-reporting-structured.po b/locale/de/LC_MESSAGES/contributor-guide/bug-reporting-structured.po index bafe7b34..63e6d8a4 100644 --- a/locale/de/LC_MESSAGES/contributor-guide/bug-reporting-structured.po +++ b/locale/de/LC_MESSAGES/contributor-guide/bug-reporting-structured.po @@ -1,319 +1,318 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/contributor-guide/bug-reporting-structured.rst:92 msgid "Reporting Bugs Against (Long-Term) Supported Kolab Versions" msgstr "" #: ../../source/contributor-guide/bug-reporting-structured.rst:94 msgid "" "Long-term support versions of Kolab maintain larger sets of different " "versions of software, and it becomes important to ensure that the fix for an " "issue in `foo-1.0` does not require a properly entitled customer to upgrade " "to a later version of Kolab, or even a later version of `foo`." msgstr "" #: ../../source/contributor-guide/bug-reporting-structured.rst:99 msgid "" "The stability requirements imply that support be able to track issues with " "specific versions of the software, targets these issues to be resolved in " "certain newer versions of the software, and trusts the resolution of the " "issue to be verifiable against multiple versions of the software collection." msgstr "" #: ../../source/contributor-guide/bug-reporting-structured.rst:105 #: ../../source/contributor-guide/bug-reporting-structured.rst:202 msgid "Example" msgstr "" #: ../../source/contributor-guide/bug-reporting-structured.rst:107 msgid "" "The following table depicts the versions of the |roundcubemail| package, and " "the |roundcubemail-plugins-kolab| package, as distributed for each product " "stream." msgstr "" #: ../../source/contributor-guide/bug-reporting-structured.rst msgid "Version table for Roundcubemail and Kolab Plugins" msgstr "" #: ../../source/contributor-guide/bug-reporting-structured.rst:114 msgid "|roundcubemail|" msgstr "" #: ../../source/contributor-guide/bug-reporting-structured.rst:114 msgid "|roundcubemail-plugins-kolab|" msgstr "" #: ../../source/contributor-guide/bug-reporting-structured.rst:116 msgid "|KE13|" msgstr "" #: ../../source/contributor-guide/bug-reporting-structured.rst:116 msgid "`1.0.4`" msgstr "" #: ../../source/contributor-guide/bug-reporting-structured.rst:116 msgid "`3.1.16`" msgstr "" #: ../../source/contributor-guide/bug-reporting-structured.rst:118 msgid "|KE14|" msgstr "" #: ../../source/contributor-guide/bug-reporting-structured.rst:118 msgid "`1.1.4`" msgstr "" #: ../../source/contributor-guide/bug-reporting-structured.rst:118 msgid "`3.2.11`" msgstr "" #: ../../source/contributor-guide/bug-reporting-structured.rst:120 msgid "|K16|" msgstr "" #: ../../source/contributor-guide/bug-reporting-structured.rst:120 #: ../../source/contributor-guide/bug-reporting-structured.rst:122 msgid "`1.2`" msgstr "" #: ../../source/contributor-guide/bug-reporting-structured.rst:120 #: ../../source/contributor-guide/bug-reporting-structured.rst:122 msgid "`3.3`" msgstr "" #: ../../source/contributor-guide/bug-reporting-structured.rst:122 msgid "|Winterfell|" msgstr "" #: ../../source/contributor-guide/bug-reporting-structured.rst:125 msgid "Stability requirements for |KE13| demand the following:" msgstr "" #: ../../source/contributor-guide/bug-reporting-structured.rst:127 msgid "" "The version of |roundcubemail| shipped to the product stream is one of the " "**1.0 series** of upstream releases," msgstr "" #: ../../source/contributor-guide/bug-reporting-structured.rst:130 msgid "Upstream maintains a **stable** 1.0 series for |roundcubemail|," msgstr "" #: ../../source/contributor-guide/bug-reporting-structured.rst:132 msgid "" "The version of |roundcubemail-plugins-kolab| shipped to the product stream " "is one of the **3.1 series** of upstream releases," msgstr "" #: ../../source/contributor-guide/bug-reporting-structured.rst:135 msgid "" "Upstream maintains a **stable** 3.1 series for |roundcubemail-plugins-kolab|," msgstr "" #: ../../source/contributor-guide/bug-reporting-structured.rst:138 msgid "" "Future versions of |roundcubemail| in the 1.0 series remain backward " "compatibility for consumers of its API (such as |roundcubemail-plugins-" "kolab|)," msgstr "" #: ../../source/contributor-guide/bug-reporting-structured.rst:142 msgid "" "Added functionality in |roundcubemail-plugins-kolab|, if any, does not " "require any changes in |roundcubemail| that would break other compatibility," msgstr "" #: ../../source/contributor-guide/bug-reporting-structured.rst:146 msgid "The aforementioned conditions all last for up to 5 years," msgstr "" #: ../../source/contributor-guide/bug-reporting-structured.rst:148 msgid "For a large number of target platforms." msgstr "" #: ../../source/contributor-guide/bug-reporting-structured.rst:150 msgid "" "The same conditions apply to |KE14| and |K16| -- with different version " "series, different timelines and sometimes different stacks." msgstr "" #: ../../source/contributor-guide/bug-reporting-structured.rst:153 msgid "" "Further down the dependency stack, this includes maintenance for " "**libkolabxml**, **libkolab** and **libcalendaring**." msgstr "" #: ../../source/contributor-guide/bug-reporting-structured.rst:156 msgid "" "In the future, this will extend up to 6 product streams that will need to be " "maintained." msgstr "" #: ../../source/contributor-guide/bug-reporting-structured.rst:159 msgid "" "It is therefore important that an issue logged against a version 1.0.1, with " "the current version in the 1.0 series perhaps being 1.0.10, needs to go " "through the following stages:" msgstr "" #: ../../source/contributor-guide/bug-reporting-structured.rst:163 msgid "" "Is the issue reproducible in the unstable development version of the " "software suite?" msgstr "" #: ../../source/contributor-guide/bug-reporting-structured.rst:166 msgid "If it is, it is a development issue; `report a bug`_ in Phabricator." msgstr "" #: ../../source/contributor-guide/bug-reporting-structured.rst:168 msgid "" "Developer teams become responsible for testing the resolution of the issue " "first, and fixing the issue second (see :ref:`contributor-guide-test-driven-" "development`)." msgstr "" #: ../../source/contributor-guide/bug-reporting-structured.rst:172 msgid "" "For each of the product streams in between current development and the " "original issue report, create a ticket in `bugzilla`_." msgstr "" #: ../../source/contributor-guide/bug-reporting-structured.rst:177 msgid "Something about backporting with the verification included." msgstr "" #: ../../source/contributor-guide/bug-reporting-structured.rst:179 msgid "If it is not, in what product stream can the issue still be reproduced?" msgstr "" #: ../../source/contributor-guide/bug-reporting-structured.rst:181 msgid "" "This process can be a very costly lather-rinse-repeat exercise, and " "therefore needs to be covered ahead of time, through :ref:`contributor-guide-" "test-driven-development`." msgstr "" #: ../../source/contributor-guide/bug-reporting-structured.rst:185 msgid "Create a `bugzilla`_ ticket for the appropriate" msgstr "" #: ../../source/contributor-guide/bug-reporting-structured.rst:189 msgid "Something about constructive troubleshooting efforts" msgstr "" #: ../../source/contributor-guide/bug-reporting-structured.rst:191 msgid "" "Using the input of 1) and outcome of 1a) or 1b), describe the range of " "targets;" msgstr "" #: ../../source/contributor-guide/bug-reporting-structured.rst:194 msgid "branch 1.2 for |K16|: yes or no?" msgstr "" #: ../../source/contributor-guide/bug-reporting-structured.rst:195 msgid "branch 1.1 for |KE14|: yes or no?" msgstr "" #: ../../source/contributor-guide/bug-reporting-structured.rst:196 msgid "etc." msgstr "" #: ../../source/contributor-guide/bug-reporting-structured.rst:198 msgid "" "Each becomes a separate `bugzilla`_ ticket, each of them depending on the " "resolution of the more recent product stream('s software version)." msgstr "" #: ../../source/contributor-guide/bug-reporting-structured.rst:204 msgid "Let's assume \"yay\" fails on all versions of Roundcube." msgstr "" #: ../../source/contributor-guide/bug-reporting-structured.rst:206 msgid "Issue:" msgstr "" #: ../../source/contributor-guide/bug-reporting-structured.rst:208 msgid "*Yay fails on Roundcube 1.0.1 on* |santiago|" msgstr "" #: ../../source/contributor-guide/bug-reporting-structured.rst:210 msgid "" "This is an original ticket. The intended milestone for the resolution is " "`1.0-next`." msgstr "" #: ../../source/contributor-guide/bug-reporting-structured.rst:213 msgid "Support:" msgstr "" #: ../../source/contributor-guide/bug-reporting-structured.rst:215 msgid "*Does yay fail in* |Winterfell| *on* |maipo| *?*" msgstr "" #: ../../source/contributor-guide/bug-reporting-structured.rst:217 msgid "" "Yes, this is a new development issue; `Report a bug`_. Add a project tag " "for :orange:`Winterfell`" msgstr "" #: ../../source/contributor-guide/bug-reporting-structured.rst:220 msgid "*Does yay fail in* |K16| *on* |maipo| *?*" msgstr "" #: ../../source/contributor-guide/bug-reporting-structured.rst:222 msgid "Yes, and |K16| is on the same software version series as |Winterfell|;" msgstr "" #: ../../source/contributor-guide/bug-reporting-structured.rst:224 msgid "" "It is thus a new development issue; `Report a bug`_ and have it blocked by " "the bug created in 2.1)." msgstr "" #: ../../source/contributor-guide/bug-reporting-structured.rst:227 msgid "Associate the |K16| release target with the bug." msgstr "" #: ../../source/contributor-guide/bug-reporting-structured.rst:229 msgid "" "Also create a `bugzilla`_ ticket. The milestone here is `1.2-next`. Refer to " "the task created in Phabricator." msgstr "" #: ../../source/contributor-guide/bug-reporting-structured.rst:232 msgid "*Does yay fail in* |KE14| *on* |santiago| *?*" msgstr "" #: ../../source/contributor-guide/bug-reporting-structured.rst:234 msgid "" "Yes, create a `bugzilla`_ ticket and block it with the ticket created in " "2.2). The milestone here is `1.1-next`." msgstr "" #: ../../source/contributor-guide/bug-reporting-structured.rst:237 msgid "*Does yay fail in* |KE13| *on* |santiago| *using version 1.0.4?*" msgstr "" #: ../../source/contributor-guide/bug-reporting-structured.rst:239 msgid "Yes, block the original ticket in 1) with the ticket from 2.3)." msgstr "" diff --git a/locale/de/LC_MESSAGES/contributor-guide/continuous-integration.po b/locale/de/LC_MESSAGES/contributor-guide/continuous-integration.po index ca8df081..657b4ad6 100644 --- a/locale/de/LC_MESSAGES/contributor-guide/continuous-integration.po +++ b/locale/de/LC_MESSAGES/contributor-guide/continuous-integration.po @@ -1,31 +1,30 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/contributor-guide/continuous-integration.rst:90 msgid "(Ab)using Continuous Integration" msgstr "" #: ../../source/contributor-guide/continuous-integration.rst:92 msgid "This page still needs to be authored, see :task:`1117`." msgstr "" #: ../../source/contributor-guide/continuous-integration.rst:94 msgid "" "Return to other :ref:`contributor-guide-casual-contributions` you could make." msgstr "" diff --git a/locale/de/LC_MESSAGES/contributor-guide/docker-containers.po b/locale/de/LC_MESSAGES/contributor-guide/docker-containers.po index 300c6ec3..05c4167a 100644 --- a/locale/de/LC_MESSAGES/contributor-guide/docker-containers.po +++ b/locale/de/LC_MESSAGES/contributor-guide/docker-containers.po @@ -1,31 +1,30 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/contributor-guide/docker-containers.rst:90 msgid "Run Kolab Using Docker Containers" msgstr "" #: ../../source/contributor-guide/docker-containers.rst:92 msgid "This page still needs to be authored, see :task:`1116`." msgstr "" #: ../../source/contributor-guide/docker-containers.rst:94 msgid "" "Return to other :ref:`contributor-guide-casual-contributions` you could make." msgstr "" diff --git a/locale/de/LC_MESSAGES/contributor-guide/documentation/index.po b/locale/de/LC_MESSAGES/contributor-guide/documentation/index.po index c71c6aa7..a0d3dda0 100644 --- a/locale/de/LC_MESSAGES/contributor-guide/documentation/index.po +++ b/locale/de/LC_MESSAGES/contributor-guide/documentation/index.po @@ -1,87 +1,86 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/contributor-guide/documentation/index.rst:92 msgid "Contributing to the Documentation" msgstr "" #: ../../source/contributor-guide/documentation/index.rst:94 msgid "" "This documentation can easily be contributed to by cloning the following git " "repository." msgstr "" #: ../../source/contributor-guide/documentation/index.rst:97 msgid "https://git.kolab.org/diffusion/D/docs.git" msgstr "" #: ../../source/contributor-guide/documentation/index.rst:101 msgid "" "The documentation is only as good as your willingness to contribute to it." msgstr "" #: ../../source/contributor-guide/documentation/index.rst:104 msgid "Other documentation included here:" msgstr "" #: ../../source/contributor-guide/documentation/index.rst:113 msgid "Building the Documentation" msgstr "" #: ../../source/contributor-guide/documentation/index.rst:115 msgid "" "Most of our more regular contributors clone the repository to their local " "workstation, and then build the documentation before pushing back changes to " "their fork of kolab-docs. To build the documentation, you need to have " "`Sphinx`_ installed. You can also find some hints, tips and tricks on their " "website, with regards to the `reStructuredText`_ format the documentation is " "written in." msgstr "" #: ../../source/contributor-guide/documentation/index.rst:122 msgid "Naturally, first clone the git repository." msgstr "" #: ../../source/contributor-guide/documentation/index.rst:128 msgid "Navigate in to the fresh clone:" msgstr "" #: ../../source/contributor-guide/documentation/index.rst:134 msgid "To build the documentation, issue the following command:" msgstr "" #: ../../source/contributor-guide/documentation/index.rst:140 msgid "Make some changes, and build and view the result:" msgstr "" #: ../../source/contributor-guide/documentation/index.rst:147 msgid "" "When you are satisfied, commit the results and submit a `Differential`_:" msgstr "" #: ../../source/contributor-guide/documentation/index.rst:154 msgid "" "Push your changes back into our Phabricator instance. Timotheus wrote `a " "good tutorial on how to do that `_." msgstr "" #: ../../source/contributor-guide/documentation/index.rst:157 msgid "Enjoy and thanks for contributing to Kolab!" msgstr "" diff --git a/locale/de/LC_MESSAGES/contributor-guide/documentation/todolist.po b/locale/de/LC_MESSAGES/contributor-guide/documentation/todolist.po index 0f552309..b3904830 100644 --- a/locale/de/LC_MESSAGES/contributor-guide/documentation/todolist.po +++ b/locale/de/LC_MESSAGES/contributor-guide/documentation/todolist.po @@ -1,33 +1,32 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/contributor-guide/documentation/todolist.rst:89 msgid "Possible Contributions" msgstr "" #: ../../source/contributor-guide/documentation/todolist.rst:91 msgid "" "The following list is a collection of all the places where a todo item was " "included, because there is more work to do. Please consider picking one of " "those up helping to complete the documentation." msgstr "" #: ../../source/contributor-guide/documentation/todolist.rst:96 msgid "That's left to do:" msgstr "" diff --git a/locale/de/LC_MESSAGES/contributor-guide/documentation/writing-documentation.po b/locale/de/LC_MESSAGES/contributor-guide/documentation/writing-documentation.po index d27010f6..02d92ecd 100644 --- a/locale/de/LC_MESSAGES/contributor-guide/documentation/writing-documentation.po +++ b/locale/de/LC_MESSAGES/contributor-guide/documentation/writing-documentation.po @@ -1,83 +1,82 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/contributor-guide/documentation/writing-documentation.rst:92 msgid "Writing Documentation" msgstr "" #: ../../source/contributor-guide/documentation/writing-documentation.rst:94 msgid "" "The Kolab community has a reference implementation of its releases, which " "can best be described as a **next-next-finish** installation [#]_ of a " "**single node** [#]_ running **Enterprise Linux 7** [#]_." msgstr "" #: ../../source/contributor-guide/documentation/writing-documentation.rst:98 msgid "" "For writing documentation, this means that all documented commands and file " "paths mentioned need to match that specific implementation [#]_ of Kolab " "installed on Enterprise Linux 7, and that every HOWTO needs to start at the " "aforementioned *null* situation." msgstr "" #: ../../source/contributor-guide/documentation/writing-documentation.rst:103 msgid "" "This sounds harsh, and it probably is, but here's how you can work with it:" msgstr "" #: ../../source/contributor-guide/documentation/writing-documentation.rst:106 msgid "" "When you create a HOWTO for something on Debian, your HOWTO should probably " "be titled: *HOWTO: Achieve Greatness (on Debian Wheezy)*." msgstr "" #: ../../source/contributor-guide/documentation/writing-documentation.rst:109 msgid "" "When you do write a generic HOWTO, you can re-iterate the commands issued " "for different distributions::" msgstr "" #: ../../source/contributor-guide/documentation/writing-documentation.rst:125 msgid "Footnotes" msgstr "" #: ../../source/contributor-guide/documentation/writing-documentation.rst:128 msgid "" "This means to confirm the default settings (other than perhaps the " "passwords) during :ref:`installation-guide-setup-kolab`, including but not " "limited to the characters used in the passwords chosen -- while we have " "learned of issues when using passwords with special characters, which relate " "to third party application defaults." msgstr "" #: ../../source/contributor-guide/documentation/writing-documentation.rst:136 msgid "" "A single node is a single operating system instance; physical, virtual, " "docked or contained." msgstr "" #: ../../source/contributor-guide/documentation/writing-documentation.rst:141 msgid "" "In the family of Enterprise Linux 7 distributions that we provide packages " "for are Red Hat Enterprise Linux and CentOS." msgstr "" #: ../../source/contributor-guide/documentation/writing-documentation.rst:146 msgid "The specific implementation is a single-node deployment topology." msgstr "" diff --git a/locale/de/LC_MESSAGES/contributor-guide/feature-requests/index.po b/locale/de/LC_MESSAGES/contributor-guide/feature-requests/index.po index d4bb0b61..d64a18fd 100644 --- a/locale/de/LC_MESSAGES/contributor-guide/feature-requests/index.po +++ b/locale/de/LC_MESSAGES/contributor-guide/feature-requests/index.po @@ -1,373 +1,372 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/contributor-guide/feature-requests/index.rst:92 msgid "Feature Requests" msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:95 msgid "The Definition of a Feature Request" msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:97 msgid "" "A feature request is a description of a problem space for which we may seek " "the resolution to be provided within, or with the help of, Kolab." msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:100 msgid "" "Such a problem space is articulated in and by itself, and allows for " "understanding to be formed and interpretation to be fine-tuned over the " "course of a process with multiple parties contributing." msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:106 msgid "" "Using **problem spaces** re-inforces the importance of the human experience " "for the final product enhancement." msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:109 msgid "A bad example of a feature request would be:" msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:111 msgid "*Make the button background red.*" msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:113 msgid "" "This example neither addresses the actual problem, nor the potential value " "of a resolution." msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:116 msgid "A better example would be:" msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:118 msgid "*The contrast between the button background and page is too low.*" msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:120 msgid "" "Any target use-case or workflow described must be considered only as a " "context establishing a higher level of comprehension in elaboration, about " "the dimensions of the problem space. Per the existing example:" msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:124 msgid "" "*Color vision deficiencies do not allow some people to distinguish the " "button from the background.*" msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:127 msgid "" "This would allow us to clarify whether a high-contrast UI is needed, or a " "slight adjustment suffices. We would also get to cover other angles." msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:130 msgid "" "Feature requests without a sufficiently accurate or encompassing description " "of the problem space to address will not be accepted." msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:134 msgid "Where Do Feature Requests Go?" msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:136 msgid "" "Feature requests can be entered in to the Kolab development platform using " "`this form `_." msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:139 msgid "It's submitted to the backlog of the :red:`Architecture & Design` team." msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:141 msgid "" "The `Architecture & Design`_ team evaluates the enhancement requests, " "requests additional feedback if needed, and assigns the priority should the " "request be promoted." msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:145 msgid "" "The responsibility of this team is to ensure that, in the inception phase, " "and before the elaboration phase;" msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:148 msgid "we have an accurate and full problem space description, and" msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:150 msgid "we understand the scope and dimensions of the problem space, and" msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:152 msgid "we can successfully determine where the problem should be resolved, and" msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:154 msgid "" "we can determine the resolution to this problem space makes sense for the " "product that is Kolab, or" msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:157 msgid "" "we can determine that the problem space is better addressed by existing, " "external tooling, and find a means for that external tooling to be " "integrated with Kolab, or" msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:161 msgid "" "we can determine that addressing the problem space does not enhance the " "Kolab product, and" msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:164 msgid "an estimate value of resolving the problem space can be established." msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:166 msgid "" "This leads to a common understanding of scope of delivery, the definition of " "done, and the way to verify the results." msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:169 msgid "**Backlog**" msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:171 msgid "" "All feature enhancement requests put forth. Mostly with wishlist priority." msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:173 msgid "**Inception**" msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:175 msgid "Would this change the world? How would this change the world?" msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:177 msgid "**Elaboration**" msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:179 msgid "How do we change the world?" msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:181 msgid "**Construction**" msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:183 msgid "The hardhats get to putting the brick and mortar in place." msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:185 msgid "**Transition**" msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:190 msgid "Inception Phase" msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:192 msgid "" "During the inception phase, the case for the feature is evaluated by the " "Product Owner(-ship). The scope and interactions are discussed and a high-" "level decision is made about the design. Use cases and described and it is " "discussed how the feature is relating to the general vision of the product." msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:197 msgid "" "The case can include success criteria, risk assessment, Business context, " "and an estimate of resources needed." msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:200 msgid "Decisions are documented in the Phabricator task." msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:202 msgid "The outcome of the inception phase is:" msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:204 msgid "An initial use-case" msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:206 msgid "An initial case for the feature." msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:208 msgid "An initial understanding of the requirements" msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:210 msgid "" "The feature may be cancelled or considerably re-thought during this phase." msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:213 msgid "Elaboration Phase" msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:215 msgid "" "The purpose of the elaboration phase is to analyze the problem domain, " "establish a sound architectural foundation, and eliminate the highest risk " "elements." msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:219 msgid "" "To accomplish these objectives, an understanding of the whole system needs " "to be achieved. The Product Owner is working with Architects, developers and " "other stakeholders to describe the feature in details, and perhaps build an " "executable architecture prototype in one or more iterations, depending on " "the scope, size, risk, and novelty of the feature. The result could address " "the critical use cases identified in the inception phase, which typically " "expose the major technical risks." msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:227 msgid "" "While an evolutionary prototype of a production-quality component is always " "the goal, this does not exclude the development of one or more throwaway " "prototypes to mitigate specific risks such as design/requirements trade-" "offs, component feasibility study, or demonstrations to customers and end-" "users." msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:232 msgid "The outcome of the elaboration phase is:" msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:234 msgid "" "All use cases and actors have been identified, and most use-case details " "have been defined." msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:237 msgid "" "A set of subtasks in phabricator which reflects a full overview of " "requirements and the Architecture." msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:240 msgid "(Possibly) An executable architectural prototype." msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:242 msgid "" "A revision of the original task in phabricator that reflects the revised " "envision of the feature." msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:245 msgid "A skeleton development plan for the progress of the feature." msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:247 msgid "Possibly the first iteration of documentation." msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:250 msgid "Construction Phase" msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:252 msgid "" "During the construction phase, all components are developed and integrated " "into the feature, and the feature is thoroughly tested together with all " "other features that has been touched in the same realm." msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:256 msgid "" "The construction phase is, in one sense, the manufacturing process. The work " "on the feature is pushed through one or more sprints, and the outcome of the " "is a product ready to packaged and delivered. At minimum, it consists of:" msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:260 msgid "The software product integrated on the appropriate platforms." msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:262 msgid "The user manual (docs.kolab.org)." msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:264 msgid "A description of the current release (..to become errata)." msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:267 msgid "Transition Phase" msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:269 msgid "" "The purpose of the transition phase is to package the software, and " "transition it to the user community." msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:272 msgid "" "Once the feature has been packaged (most possibly together with other " "features in a bigger package), tested, and delivered to the end users, " "issues usually arise that require you to develop new releases, correct some " "problems, or finish subfeatures (subtasks) that were postponed." msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:277 msgid "The Transition phase results in:" msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:279 msgid "" "A (set of) package(s) ready for end user consumption available on the Kolab " "Systems mirror." msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:282 msgid "" "An update to the documentation about the feature containing upgrade or " "install guide for the feature." msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:285 msgid "Updated errata delivered together with the package." msgstr "" diff --git a/locale/de/LC_MESSAGES/contributor-guide/getting-started.po b/locale/de/LC_MESSAGES/contributor-guide/getting-started.po index 7dc82577..ff2a2b5a 100644 --- a/locale/de/LC_MESSAGES/contributor-guide/getting-started.po +++ b/locale/de/LC_MESSAGES/contributor-guide/getting-started.po @@ -1,207 +1,206 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/contributor-guide/getting-started.rst:92 msgid "Getting Started with Phabricator" msgstr "" #: ../../source/contributor-guide/getting-started.rst:94 msgid "Navigate to https://git.kolab.org. We recommend you use a browser." msgstr "" #: ../../source/contributor-guide/getting-started.rst:96 msgid "" "Determine whether you are a Kolab Systems employee, and act accordingly;" msgstr "" #: ../../source/contributor-guide/getting-started.rst:98 msgid "" "If you are a Kolab Systems employee, use your corporate credentials to login " "using LDAP." msgstr "" #: ../../source/contributor-guide/getting-started.rst:101 msgid "" "If you are not a Kolab Systems employee, create yourself an account if you " "have not already done so. You can use any of the forms except for the one " "that requests LDAP credentials." msgstr "" #: ../../source/contributor-guide/getting-started.rst:105 msgid "" "`Set your date-time notation format `_." msgstr "" #: ../../source/contributor-guide/getting-started.rst:107 msgid "Set your profile picture." msgstr "" #: ../../source/contributor-guide/getting-started.rst:109 msgid "" "`Upload an SSH public key `_." msgstr "" #: ../../source/contributor-guide/getting-started.rst:111 msgid "" "`Set your text-area font to fixed width `_." msgstr "" #: ../../source/contributor-guide/getting-started.rst:113 msgid "" "`Configure email notifications `_, especially the ones for actions you place yourself." msgstr "" #: ../../source/contributor-guide/getting-started.rst:116 msgid ":ref:`contributor-guide-setup-tools`." msgstr "" #: ../../source/contributor-guide/getting-started.rst:118 msgid "Hook up **arcanist** to your Phabricator account:" msgstr "" #: ../../source/contributor-guide/getting-started.rst:125 msgid "Projects" msgstr "" #: ../../source/contributor-guide/getting-started.rst:127 msgid "" "Software development projects use a communication icon (envelope) in :blue:" "`blue`." msgstr "" #: ../../source/contributor-guide/getting-started.rst:130 msgid "" "Each software development project is provided a workboard, such they could, " "at their option, visualize a roadmap." msgstr "" #: ../../source/contributor-guide/getting-started.rst:135 msgid "The use of sub-projects and milestones in Phabricator is under review." msgstr "" #: ../../source/contributor-guide/getting-started.rst:138 msgid "Teams" msgstr "" #: ../../source/contributor-guide/getting-started.rst:140 msgid "" "Teams include groups of people that work on software development projects, " "or form the :red:`Architecture & Design` team, :red:`Release Managers`, etc." msgstr "" #: ../../source/contributor-guide/getting-started.rst:143 msgid "" "Membership of these teams usually provides you with commit access to a GIT " "repository, and is used to authorize differentials in :ref:`contributor-" "guide-peer-review`." msgstr "" #: ../../source/contributor-guide/getting-started.rst:147 msgid "" "Software developer teams are used to authorize commit access, and use a " "group icon in :red:`red`." msgstr "" #: ../../source/contributor-guide/getting-started.rst:150 msgid "You need to request membership from one of the existing members." msgstr "" #: ../../source/contributor-guide/getting-started.rst:152 msgid "" "You only need membership in order to push to the GIT repositories directly." msgstr "" #: ../../source/contributor-guide/getting-started.rst:155 msgid "Sprints" msgstr "" #: ../../source/contributor-guide/getting-started.rst:157 msgid "" "Sprints are time-boxed team efforts with the duration of exactly one week -- " "running from Monday morning to Friday afternoon." msgstr "" #: ../../source/contributor-guide/getting-started.rst:160 msgid "" "In Phabricator, sprints are projects named using the year and week number, " "such as :green:`Sprint 201610`." msgstr "" #: ../../source/contributor-guide/getting-started.rst:163 msgid "" "On Monday mornings, at 10:00 in the morning (Europe/Zurich timezone), a " "sprint planning meeting is held, with all participants in the sprint " "attending. The goal is to reiterate the priority of tasks for the sprint, " "raise doubts where there are any, but also assign tasks and give them story " "points." msgstr "" #: ../../source/contributor-guide/getting-started.rst:168 msgid "" "We use a sprint-specific backlog for the sprint planning, since the global " "product backlog is just much too large to discuss." msgstr "" #: ../../source/contributor-guide/getting-started.rst:171 msgid "" "That said, all users of Phabricator are encouraged to propose tasks to " "include in the next sprint, as well as go ahead and seed the information for " "the tickets they know are going to be assigned to them, and provide feedback " "on others." msgstr "" #: ../../source/contributor-guide/getting-started.rst:175 msgid "" "At or near the end of the sprint, a meeting is held that shows off " "functional software, also called a retrospective. To allow us to show " "functional software a merge window is used between Thursday afternoon (at " "about 15:00 to 17:00 in the Europe/Zurich timezone) all the way through " "Friday up to the retrospective." msgstr "" #: ../../source/contributor-guide/getting-started.rst:180 msgid "" "At this point, all tickets in Review can be moved to Done, which happens on " "the premises the differential associated with the ticket is accepted, " "merged, pushed, tested (continuous integration) and delivered (packaging)." msgstr "" #: ../../source/contributor-guide/getting-started.rst:185 msgid "Release Targets" msgstr "" #: ../../source/contributor-guide/getting-started.rst:187 msgid "" "Release targets are irrelevant for developers. The only release target that " "is relevant for developers is |Winterfell|." msgstr "" #: ../../source/contributor-guide/getting-started.rst:191 msgid "Distributions" msgstr "" #: ../../source/contributor-guide/getting-started.rst:193 msgid "" "Distributions (target platforms) are irrelevant for developers. The only " "target platform relevant to developers is the reference platform |maipo| " "(Enterprise Linux 7)." msgstr "" diff --git a/locale/de/LC_MESSAGES/contributor-guide/git-flow-workflow.po b/locale/de/LC_MESSAGES/contributor-guide/git-flow-workflow.po index ae775bf6..627f9053 100644 --- a/locale/de/LC_MESSAGES/contributor-guide/git-flow-workflow.po +++ b/locale/de/LC_MESSAGES/contributor-guide/git-flow-workflow.po @@ -1,19 +1,18 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" diff --git a/locale/de/LC_MESSAGES/contributor-guide/index.po b/locale/de/LC_MESSAGES/contributor-guide/index.po index adab5dff..828bec9c 100644 --- a/locale/de/LC_MESSAGES/contributor-guide/index.po +++ b/locale/de/LC_MESSAGES/contributor-guide/index.po @@ -1,62 +1,61 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/contributor-guide/index.rst:92 msgid "Contributor Guide" msgstr "" #: ../../source/contributor-guide/index.rst:94 msgid "" "Kolab Groupware development largely follows an iterative and incremental " "agile software development metholodogy also known as `Scrum`_." msgstr "" #: ../../source/contributor-guide/index.rst:97 msgid "" "In summary, the development process is divided into stages, with different " "teams participating in getting tasks to the next stage of the process." msgstr "" #: ../../source/contributor-guide/index.rst:100 msgid "" "Kolab Groupware is a collaboration suite consisting of many components, each " "of them separate software development projects, some of them dependent on " "third-party software development projects, and some of them separate " "altogether." msgstr "" #: ../../source/contributor-guide/index.rst:108 msgid "Casual Contributions" msgstr "" #: ../../source/contributor-guide/index.rst:110 msgid "" "The following guides are intended for casual contributors and contributions, " "such as a one-time 5-line patch for that one itch to scratch." msgstr "" #: ../../source/contributor-guide/index.rst:126 msgid "Structured Contributions" msgstr "" #: ../../source/contributor-guide/index.rst:128 msgid "" "The following guides set you up for regular, structured contributions to " "Kolab, such as continued development and participation in sprints." msgstr "" diff --git a/locale/de/LC_MESSAGES/contributor-guide/packaging.po b/locale/de/LC_MESSAGES/contributor-guide/packaging.po index 0de24778..2a98eeb9 100644 --- a/locale/de/LC_MESSAGES/contributor-guide/packaging.po +++ b/locale/de/LC_MESSAGES/contributor-guide/packaging.po @@ -1,31 +1,30 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/contributor-guide/packaging.rst:90 msgid "Packaging and Continuous Delivery" msgstr "" #: ../../source/contributor-guide/packaging.rst:92 msgid "This page still needs to be authored, see :task:`1118`." msgstr "" #: ../../source/contributor-guide/packaging.rst:94 msgid "" "Return to other :ref:`contributor-guide-casual-contributions` you could make." msgstr "" diff --git a/locale/de/LC_MESSAGES/contributor-guide/packaging/casual.po b/locale/de/LC_MESSAGES/contributor-guide/packaging/casual.po index 7384b916..c952ac62 100644 --- a/locale/de/LC_MESSAGES/contributor-guide/packaging/casual.po +++ b/locale/de/LC_MESSAGES/contributor-guide/packaging/casual.po @@ -1,31 +1,30 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/contributor-guide/packaging/casual.rst:90 msgid "Fixing Packaging Issues" msgstr "" #: ../../source/contributor-guide/packaging/casual.rst:92 msgid "This page still needs to be authored, see :task:`1114`." msgstr "" #: ../../source/contributor-guide/packaging/casual.rst:94 msgid "" "Return to other :ref:`contributor-guide-casual-contributions` you could make." msgstr "" diff --git a/locale/de/LC_MESSAGES/contributor-guide/peer-review.po b/locale/de/LC_MESSAGES/contributor-guide/peer-review.po index dcdb5296..3af7ae8d 100644 --- a/locale/de/LC_MESSAGES/contributor-guide/peer-review.po +++ b/locale/de/LC_MESSAGES/contributor-guide/peer-review.po @@ -1,280 +1,279 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/contributor-guide/peer-review.rst:92 msgid "Peer Review" msgstr "" #: ../../source/contributor-guide/peer-review.rst:94 msgid "" "Peer review is a process in which code changes are submitted to a staging " "environment, so that fellow developers have the opportunity to review the " "work before the code changes are submitted back to the source code " "management repository." msgstr "" #: ../../source/contributor-guide/peer-review.rst:99 msgid "" "Peer view is assisted by `Differential`_. To use `Differential`_ " "effectively, you must install **arcanist** and set it up." msgstr "" #: ../../source/contributor-guide/peer-review.rst:104 msgid ":ref:`contributor-guide-setup-your-development-environment`" msgstr "" #: ../../source/contributor-guide/peer-review.rst:106 msgid "" "For structured contributions, and for sprint participants, the use of " "`Differential`_ is obligatory, and further facilitates the process of :ref:" "`contributor-guide-test-driven-development`." msgstr "" #: ../../source/contributor-guide/peer-review.rst:110 msgid "" "Post-poning destabilizing changes stabilizes the day-to-day use of |" "Winterfell|, and allows multiple changesets to land at once (enabling a " "single feature to span multiple software projects)." msgstr "" #: ../../source/contributor-guide/peer-review.rst:115 msgid "The Process" msgstr "" #: ../../source/contributor-guide/peer-review.rst:117 msgid "" "A task in a sprint should consist of a bite-size chunk of development work." msgstr "" #: ../../source/contributor-guide/peer-review.rst:119 msgid "" "When you start work on the task, you write the tests first (and those tests " "would fail, because they have not been backed by code changes)." msgstr "" #: ../../source/contributor-guide/peer-review.rst:122 msgid "" "You submit your differential at the earliest opportunity, however incomplete " "your coverage may be at that point. This ensures peers can participate in " "feedback cycles early, and shows progress being made as it is made." msgstr "" #: ../../source/contributor-guide/peer-review.rst:127 msgid "Creating a Differential for Review" msgstr "" #: ../../source/contributor-guide/peer-review.rst:129 msgid "" "Your development takes place against the **master** branch, unless you find " "yourself running in circles, interrupted by a support request." msgstr "" #: ../../source/contributor-guide/peer-review.rst:132 msgid "" "Thus, make sure you have **master** checked out, and for the sake of " "preventing superfluous merge and rebase exercises, ensure it's in sync with " "upstream:" msgstr "" #: ../../source/contributor-guide/peer-review.rst:141 msgid "" "Provided a ticket, such as :task:`1037`, you should branch off the GIT " "repository;" msgstr "" #: ../../source/contributor-guide/peer-review.rst:149 msgid "" "This will allow you to keep your changes out of a tracking working copy, and " "allows you to switch back over to other work without stacking the changes on " "top of one another." msgstr "" #: ../../source/contributor-guide/peer-review.rst:153 msgid "" "Make your changes, and commit them in however many commits you think is " "reasonable." msgstr "" #: ../../source/contributor-guide/peer-review.rst:156 msgid "Then, create the `Differential`_:" msgstr "" #: ../../source/contributor-guide/peer-review.rst:171 msgid "" "You will now be requested to provide some information about your proposed " "changes." msgstr "" #: ../../source/contributor-guide/peer-review.rst:174 msgid "" "The first line of the differential submission is the title for the " "differential." msgstr "" #: ../../source/contributor-guide/peer-review.rst:177 msgid "" "The template offers a ``Summary:`` line, and you are to make that line " "include the phrase ``Resolves T1037``. This causes the differential to be " "associated with the ticket, and will cause the ticket to change status to " "resolved when the differential is accepted, merged and pushed back." msgstr "" #: ../../source/contributor-guide/peer-review.rst:182 msgid "" "Use the remainder of the space under ``Summary: Resolves T1037`` to spout " "any thoughts or comments." msgstr "" #: ../../source/contributor-guide/peer-review.rst:185 msgid "" "In ``Test Plan:``, you list the steps needed to verify the work. This could " "be:" msgstr "" #: ../../source/contributor-guide/peer-review.rst:193 msgid "" "In ``Reviewers:``, you list the development team associated with the project " "(such as :red:`PyKolab Developers` or :red:`Documentation Authors`). You are " "to use hashtags here, so they would be ``#pykolab_developers`` or " "``#documentation_authors``. **arcanist** will validate the entries and " "prompt you if they do not exist." msgstr "" #: ../../source/contributor-guide/peer-review.rst:199 msgid "" "In ``Subscribers:``, you may either not list anyone, or list the username(s) " "of people you wish to be notified when the differential changes. Here too, " "**arcanist** validates the input." msgstr "" #: ../../source/contributor-guide/peer-review.rst:218 msgid "Review Process" msgstr "" #: ../../source/contributor-guide/peer-review.rst:220 msgid "" "A reviewer must ensure code changes are verifiable, and validate unit, " "functional and integration tests for the code changes before accepting the " "differential." msgstr "" #: ../../source/contributor-guide/peer-review.rst:224 msgid "" "A reviewer will want these tests to be automated, or ends up spending a lot " "of time and effort on verifying the changes made." msgstr "" #: ../../source/contributor-guide/peer-review.rst:229 msgid "" "Exceptions to this rule should only be made in extreme cases, and require " "even more pairs of eyeballs." msgstr "" #: ../../source/contributor-guide/peer-review.rst:232 msgid "" "A reviewer must also verify there is a ticket associated with the " "differential, and that the ticket associated with the differential will be " "closed automatically, should the differential be accepted and merged." msgstr "" #: ../../source/contributor-guide/peer-review.rst:236 msgid "" "Accepting the differential does not mean the code changes are automatically " "merged, however. Acceptance of a differential outside of the merge window is " "therefore allowed." msgstr "" #: ../../source/contributor-guide/peer-review.rst:240 msgid "" "Your changes need to be reviewed by at least one other person, who is a " "software development project member." msgstr "" #: ../../source/contributor-guide/peer-review.rst:243 msgid "" "In :ref:`contributor-guide-test-driven-development`, the submission of the " "differential associated with your review process aides in the staging of the " "code changes." msgstr "" #: ../../source/contributor-guide/peer-review.rst:247 msgid "" "The changes submitted should be reviewed on Thursday afternoons at the " "latest, at which point of the :red:`Release Managers` team can pick them up " "and merge the proposed changes with all the applicable branches." msgstr "" #: ../../source/contributor-guide/peer-review.rst:251 msgid "" "The combined code changes and test should make the lives of :red:`Release " "Managers` a lot easier -- the functionality of the backported changes should " "be available for automated verification." msgstr "" #: ../../source/contributor-guide/peer-review.rst:256 msgid "Landing a Differential Revision" msgstr "" #: ../../source/contributor-guide/peer-review.rst:260 msgid "This documentation applies to :red:`Release Managers` only." msgstr "" #: ../../source/contributor-guide/peer-review.rst:262 msgid "Take the review column of the `current sprint`_." msgstr "" #: ../../source/contributor-guide/peer-review.rst:264 msgid "Examine the tickets and their associated differentials." msgstr "" #: ../../source/contributor-guide/peer-review.rst:266 msgid "" "Move the tickets and differentials that have code changes depending on code " "changes to other projects that have not yet made it on to the next sprint, " "however, attempt to not negatively impact the team's velocity in doing so;" msgstr "" #: ../../source/contributor-guide/peer-review.rst:270 msgid "" "You could close the current ticket in review and move it to the Done column, " "and create a ticket for the next sprint associated with your own team, at " "about 1-2 story points." msgstr "" #: ../../source/contributor-guide/peer-review.rst:274 msgid "" "Merge the code changes in order of the differential numbers, in a best " "effort to merge stacked changes as easily as possible. Those that fail to be " "applied need to be merged manually, or otherwise reassigned to the developer " "in question for the next sprint (the task is rebase). Again, do not impact " "the team's velocity too much, and consider splitting the original " "development effort with the rebase/merge attempt." msgstr "" #: ../../source/contributor-guide/peer-review.rst:281 msgid "Congratulate each developer on a job well done." msgstr "" #: ../../source/contributor-guide/peer-review.rst:283 msgid "Ensure merged code is available in |Winterfell|." msgstr "" #: ../../source/contributor-guide/peer-review.rst:285 msgid "Congratulate yourself on a job well done." msgstr "" diff --git a/locale/de/LC_MESSAGES/contributor-guide/scrum.po b/locale/de/LC_MESSAGES/contributor-guide/scrum.po index bd549fd3..4aa4ba56 100644 --- a/locale/de/LC_MESSAGES/contributor-guide/scrum.po +++ b/locale/de/LC_MESSAGES/contributor-guide/scrum.po @@ -1,32 +1,31 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/contributor-guide/scrum.rst:90 msgid "SCRUM" msgstr "" #: ../../source/contributor-guide/scrum.rst:92 msgid "" "Our agile development process resolves around sprints; time-boxed team " "efforts." msgstr "" #: ../../source/contributor-guide/scrum.rst:94 msgid "The following documentation aides in facilitating that process." msgstr "" diff --git a/locale/de/LC_MESSAGES/contributor-guide/scrum/during-the-sprint.po b/locale/de/LC_MESSAGES/contributor-guide/scrum/during-the-sprint.po index 4565dad5..eb6c4b74 100644 --- a/locale/de/LC_MESSAGES/contributor-guide/scrum/during-the-sprint.po +++ b/locale/de/LC_MESSAGES/contributor-guide/scrum/during-the-sprint.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/contributor-guide/scrum/during-the-sprint.rst:90 msgid "During the Sprint" msgstr "" diff --git a/locale/de/LC_MESSAGES/contributor-guide/scrum/end-of-sprint-checklist.po b/locale/de/LC_MESSAGES/contributor-guide/scrum/end-of-sprint-checklist.po index a12fcc81..b3f1ab4b 100644 --- a/locale/de/LC_MESSAGES/contributor-guide/scrum/end-of-sprint-checklist.po +++ b/locale/de/LC_MESSAGES/contributor-guide/scrum/end-of-sprint-checklist.po @@ -1,97 +1,96 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/contributor-guide/scrum/end-of-sprint-checklist.rst:90 msgid "End of Sprint Checklist" msgstr "" #: ../../source/contributor-guide/scrum/end-of-sprint-checklist.rst:92 msgid "At or near the end of a sprint:" msgstr "" #: ../../source/contributor-guide/scrum/end-of-sprint-checklist.rst:94 msgid "" "The `current sprint`_ must be archived after Friday, 17:00 Europe/Zurich." msgstr "" #: ../../source/contributor-guide/scrum/end-of-sprint-checklist.rst:96 msgid "" "The `current sprint`_ must have its additional ``sprint_current`` hashtag " "removed." msgstr "" #: ../../source/contributor-guide/scrum/end-of-sprint-checklist.rst:99 msgid "" "Tickets that remain open in the `current sprint`_ must be moved forward on " "to the `next sprint`_." msgstr "" #: ../../source/contributor-guide/scrum/end-of-sprint-checklist.rst:104 msgid "" "The column for these tickets in the `current sprint`_ should be reflected in " "the `next sprint`_, which requires manual intervention." msgstr "" #: ../../source/contributor-guide/scrum/end-of-sprint-checklist.rst:107 msgid "" "Click the downward facing arrow on each of the relevant columns, and choose " "*Batch Edit Tasks...*." msgstr "" #: ../../source/contributor-guide/scrum/end-of-sprint-checklist.rst:110 msgid "Associate the project tag for the next sprint." msgstr "" #: ../../source/contributor-guide/scrum/end-of-sprint-checklist.rst:112 msgid "The `next sprint`_ becomes the current sprint, and thus:" msgstr "" #: ../../source/contributor-guide/scrum/end-of-sprint-checklist.rst:114 msgid "Remove the additional hashtag ``sprint_next``," msgstr "" #: ../../source/contributor-guide/scrum/end-of-sprint-checklist.rst:116 msgid "Add the additional hashtag ``sprint_current``." msgstr "" #: ../../source/contributor-guide/scrum/end-of-sprint-checklist.rst:118 msgid "The sprint after the next sprint needs to be created;" msgstr "" #: ../../source/contributor-guide/scrum/end-of-sprint-checklist.rst:120 msgid "" "The sprint runs from a Monday 09:00 AM to the following Friday 05:00 PM." msgstr "" #: ../../source/contributor-guide/scrum/end-of-sprint-checklist.rst:123 msgid "" "Ensure the dates selected for the Monday and the Friday are those for the " "week number of the sprint (as opposed to the defaults)." msgstr "" #: ../../source/contributor-guide/scrum/end-of-sprint-checklist.rst:126 msgid "Use an additional hashtag of ``sprint_next``." msgstr "" #: ../../source/contributor-guide/scrum/end-of-sprint-checklist.rst:128 msgid "" "Verify the (now) `current sprint`_ (but actually next week's) actually has " "sufficient tickets in its backlog, because idling is for jet engines with " "reverse thrusters deployed while in flight." msgstr "" diff --git a/locale/de/LC_MESSAGES/contributor-guide/scrum/sprints.po b/locale/de/LC_MESSAGES/contributor-guide/scrum/sprints.po index 710adfed..5943dfa0 100644 --- a/locale/de/LC_MESSAGES/contributor-guide/scrum/sprints.po +++ b/locale/de/LC_MESSAGES/contributor-guide/scrum/sprints.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/contributor-guide/scrum/sprints.rst:90 msgid "Sprints" msgstr "" diff --git a/locale/de/LC_MESSAGES/contributor-guide/scrum/start-of-sprint-checklist.po b/locale/de/LC_MESSAGES/contributor-guide/scrum/start-of-sprint-checklist.po index 8b5f0117..b72d9405 100644 --- a/locale/de/LC_MESSAGES/contributor-guide/scrum/start-of-sprint-checklist.po +++ b/locale/de/LC_MESSAGES/contributor-guide/scrum/start-of-sprint-checklist.po @@ -1,34 +1,33 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/contributor-guide/scrum/start-of-sprint-checklist.rst:90 msgid "Start of Sprint Checklist" msgstr "" #: ../../source/contributor-guide/scrum/start-of-sprint-checklist.rst:92 msgid "Contributors assign story points to the tickets in the backlog." msgstr "" #: ../../source/contributor-guide/scrum/start-of-sprint-checklist.rst:94 msgid "Product owners prioritize tickets." msgstr "" #: ../../source/contributor-guide/scrum/start-of-sprint-checklist.rst:96 msgid "A sprint planning meeting provides the opportunity to talk things over." msgstr "" diff --git a/locale/de/LC_MESSAGES/contributor-guide/setup-development-environment.po b/locale/de/LC_MESSAGES/contributor-guide/setup-development-environment.po index 484aaa0f..fefa9366 100644 --- a/locale/de/LC_MESSAGES/contributor-guide/setup-development-environment.po +++ b/locale/de/LC_MESSAGES/contributor-guide/setup-development-environment.po @@ -1,182 +1,181 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/contributor-guide/setup-development-environment.rst:92 msgid "Setup Your Development Environment" msgstr "" #: ../../source/contributor-guide/setup-development-environment.rst:94 msgid "" "This guide sets you up a development workstation to contribute to Kolab " "Groupware development on `Phabricator`_." msgstr "" #: ../../source/contributor-guide/setup-development-environment.rst:97 msgid ":ref:`contributor-guide-setup-tools`" msgstr "" #: ../../source/contributor-guide/setup-development-environment.rst:102 msgid "Install the Tools" msgstr "" #: ../../source/contributor-guide/setup-development-environment.rst:104 msgid "Ensure you have our Tools repository configured." msgstr "" #: ../../source/contributor-guide/setup-development-environment.rst:110 msgid "For **Fedora 23**:" msgstr "" #: ../../source/contributor-guide/setup-development-environment.rst:116 msgid "For **Fedora 22**:" msgstr "" #: ../../source/contributor-guide/setup-development-environment.rst:122 #: ../../source/contributor-guide/setup-development-environment.rst:142 msgid "For **Red Hat Enterprise Linux 7**:" msgstr "" #: ../../source/contributor-guide/setup-development-environment.rst:128 msgid "Import the GPG public key the packages are signed with:" msgstr "" #: ../../source/contributor-guide/setup-development-environment.rst:134 msgid "Install **arcanist**:" msgstr "" #: ../../source/contributor-guide/setup-development-environment.rst:136 msgid "For **Fedora 22** and **Fedora 23**:" msgstr "" #: ../../source/contributor-guide/setup-development-environment.rst:148 msgid "Hook up arcanist to Phabricator:" msgstr "" #: ../../source/contributor-guide/setup-development-environment.rst:155 msgid "And follow the instructions." msgstr "" #: ../../source/contributor-guide/setup-development-environment.rst:160 msgid "Recommended Configuration" msgstr "" #: ../../source/contributor-guide/setup-development-environment.rst:162 msgid "**SSH Configuration**" msgstr "" #: ../../source/contributor-guide/setup-development-environment.rst:164 msgid "" "Configure SSH to use the correct username and SSH identity when you use " "``git.kolab.org``:" msgstr "" #: ../../source/contributor-guide/setup-development-environment.rst:174 msgid "**BASH Completion**" msgstr "" #: ../../source/contributor-guide/setup-development-environment.rst:176 msgid "Say something about bash completion and how great it is." msgstr "" #: ../../source/contributor-guide/setup-development-environment.rst:178 msgid "**GIT Prompt**" msgstr "" #: ../../source/contributor-guide/setup-development-environment.rst:180 msgid "Say something about the git prompt." msgstr "" #: ../../source/contributor-guide/setup-development-environment.rst:182 msgid "**GIT Configuration**" msgstr "" #: ../../source/contributor-guide/setup-development-environment.rst:184 msgid "For each repository separately, or otherwise globally:" msgstr "" #: ../../source/contributor-guide/setup-development-environment.rst:193 msgid "**~/.bashrc**" msgstr "" #: ../../source/contributor-guide/setup-development-environment.rst:195 msgid "A recommended snippet for `~/.bashrc` to assist you visually:" msgstr "" #: ../../source/contributor-guide/setup-development-environment.rst:221 msgid "" "This makes your shell navigating in to a GIT repository appear as follows:" msgstr "" #: ../../source/contributor-guide/setup-development-environment.rst:223 msgid ":command:`cd` in to a GIT repository:" msgstr "" #: ../../source/contributor-guide/setup-development-environment.rst:230 msgid "This means a clean working copy." msgstr "" #: ../../source/contributor-guide/setup-development-environment.rst:232 msgid "Create an untracked file:" msgstr "" #: ../../source/contributor-guide/setup-development-environment.rst:239 msgid "THe `%` means untracked files exist in the directory hierarchy." msgstr "" #: ../../source/contributor-guide/setup-development-environment.rst:241 msgid "Add the untracked file:" msgstr "" #: ../../source/contributor-guide/setup-development-environment.rst:248 msgid "" "The `+` means tracked, uncommitted files exist in the directory hierarchy." msgstr "" #: ../../source/contributor-guide/setup-development-environment.rst:250 msgid "Change a file:" msgstr "" #: ../../source/contributor-guide/setup-development-environment.rst:257 msgid "" "The `*` means uncommitted changes to tracked files exist. The `+` still " "indicates a tracked file is not yet committed." msgstr "" #: ../../source/contributor-guide/setup-development-environment.rst:260 msgid "" "Checkout another branch. In this example, it is specifically made dirty to " "show off:" msgstr "" #: ../../source/contributor-guide/setup-development-environment.rst:273 msgid "" "This means we have 4 commits to our local working copy not yet in the remote " "tracked, and 65 commits in the remote tracked not yet in our local working " "copy." msgstr "" #: ../../source/contributor-guide/setup-development-environment.rst:277 msgid "Attempt to rebase on top of the tracked remote:" msgstr "" #: ../../source/contributor-guide/setup-development-environment.rst:288 msgid "" "You'll notice the `+` again stands for the tracked, not yet committed file :" "file:`something`." msgstr "" diff --git a/locale/de/LC_MESSAGES/contributor-guide/test-driven-development.po b/locale/de/LC_MESSAGES/contributor-guide/test-driven-development.po index cda97d5f..94fcb861 100644 --- a/locale/de/LC_MESSAGES/contributor-guide/test-driven-development.po +++ b/locale/de/LC_MESSAGES/contributor-guide/test-driven-development.po @@ -1,48 +1,47 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/contributor-guide/test-driven-development.rst:92 msgid "Test-Driven Development" msgstr "" #: ../../source/contributor-guide/test-driven-development.rst:94 msgid "" "Test-driven development is a process in the :ref:`contributor-guide-phases-" "construction`." msgstr "" #: ../../source/contributor-guide/test-driven-development.rst:97 msgid "" "The process of development driven by testing can be transcribed as follows:" msgstr "" #: ../../source/contributor-guide/test-driven-development.rst:99 msgid "" "You get handed a set of clear requirements -- mostly in the form of user " "stories you can verify, and documentation on the design -- architecture and " "mockups." msgstr "" #: ../../source/contributor-guide/test-driven-development.rst:103 msgid "You write the tests that verify those requirements are implemented." msgstr "" #: ../../source/contributor-guide/test-driven-development.rst:105 msgid "You write the code that makes the tests succeed." msgstr "" diff --git a/locale/de/LC_MESSAGES/contributor-guide/testing.po b/locale/de/LC_MESSAGES/contributor-guide/testing.po index bb312989..071cd33a 100644 --- a/locale/de/LC_MESSAGES/contributor-guide/testing.po +++ b/locale/de/LC_MESSAGES/contributor-guide/testing.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/contributor-guide/testing.rst:90 msgid "Testing Kolab" msgstr "" diff --git a/locale/de/LC_MESSAGES/contributor-guide/translations.po b/locale/de/LC_MESSAGES/contributor-guide/translations.po index db2a4e60..f8383c79 100644 --- a/locale/de/LC_MESSAGES/contributor-guide/translations.po +++ b/locale/de/LC_MESSAGES/contributor-guide/translations.po @@ -1,31 +1,30 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/contributor-guide/translations.rst:90 msgid "Translation: Localization and Internationalization" msgstr "" #: ../../source/contributor-guide/translations.rst:92 msgid "This page still needs to be authored, see :task:`1113`." msgstr "" #: ../../source/contributor-guide/translations.rst:94 msgid "" "Return to other :ref:`contributor-guide-casual-contributions` you could make." msgstr "" diff --git a/locale/de/LC_MESSAGES/desktop-clients/index.po b/locale/de/LC_MESSAGES/desktop-clients/index.po index 41bcfc54..1cb9149f 100644 --- a/locale/de/LC_MESSAGES/desktop-clients/index.po +++ b/locale/de/LC_MESSAGES/desktop-clients/index.po @@ -1,54 +1,53 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/desktop-clients/index.rst:90 msgid "Desktop Clients" msgstr "" #: ../../source/desktop-clients/index.rst:93 msgid "Kontact (aka. KDE PIM)" msgstr "" #: ../../source/desktop-clients/index.rst:95 msgid "**Kontact:4.13**" msgstr "" #: ../../source/desktop-clients/index.rst msgid "Todo" msgstr "" #: ../../source/desktop-clients/index.rst:99 msgid "Include git repository locations and branches." msgstr "" #: ../../source/desktop-clients/index.rst:100 msgid "Include build order." msgstr "" #: ../../source/desktop-clients/index.rst:101 msgid "Include a kdesrc-build configuration file." msgstr "" #: ../../source/desktop-clients/index.rst:103 msgid "**Kontact:4.13:Development**" msgstr "" #: ../../source/desktop-clients/index.rst:105 msgid "**Kontact:Development**" msgstr "" diff --git a/locale/de/LC_MESSAGES/developer-guide/documentation/todolist.po b/locale/de/LC_MESSAGES/developer-guide/documentation/todolist.po index 0eaa9647..b06093ad 100644 --- a/locale/de/LC_MESSAGES/developer-guide/documentation/todolist.po +++ b/locale/de/LC_MESSAGES/developer-guide/documentation/todolist.po @@ -1,33 +1,32 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/developer-guide/documentation/todolist.rst:89 msgid "Possible Contributions" msgstr "" #: ../../source/developer-guide/documentation/todolist.rst:91 msgid "" "The following list is a collection of all the places where a todo item was " "included, because there is more work to do. Please consider picking one of " "those up helping to complete the documentation." msgstr "" #: ../../source/developer-guide/documentation/todolist.rst:96 msgid "That's left to do:" msgstr "" diff --git a/locale/de/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/packages/arcanist.po b/locale/de/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/packages/arcanist.po index aa6bc334..63678799 100644 --- a/locale/de/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/packages/arcanist.po +++ b/locale/de/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/packages/arcanist.po @@ -1,32 +1,31 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/arcanist.rst:88 msgid "" "The **arcanist** package is a utility to operate against the `Phabricator`_ " "development platform that Kolab Groupware uses." msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/arcanist.rst:93 msgid ":ref:`developer-guide-process`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/arcanist.rst:94 msgid ":ref:`developer-guide-using-arcanist`" msgstr "" diff --git a/locale/de/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/packages/cunit.po b/locale/de/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/packages/cunit.po index d38b1aad..fae8be8e 100644 --- a/locale/de/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/packages/cunit.po +++ b/locale/de/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/packages/cunit.po @@ -1,24 +1,23 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/cunit.rst:88 msgid "" "The **cunit** package is a build dependency of the :ref:`package-cyrus-" "imapd` package's unit tests." msgstr "" diff --git a/locale/de/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/packages/gyp.po b/locale/de/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/packages/gyp.po index 827a957a..090aa5e7 100644 --- a/locale/de/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/packages/gyp.po +++ b/locale/de/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/packages/gyp.po @@ -1,26 +1,25 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/gyp.rst:88 msgid "" "The **gyp** package is provided because it is a build-dependency for the :" "ref:`package-nodejs` package, which in turn is required for building :ref:" "`package-nodejs-less`, which in turn is required to build the :ref:`package-" "roundcubemail-skin-chameleon` package." msgstr "" diff --git a/locale/de/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/packages/kolab-autoconf.po b/locale/de/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/packages/kolab-autoconf.po index 7b591f6f..62af3b99 100644 --- a/locale/de/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/packages/kolab-autoconf.po +++ b/locale/de/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/packages/kolab-autoconf.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/kolab-autoconf.rst:88 msgid "**kolab-autoconf** replaces :ref:`package-kolab-autodiscover`." msgstr "" diff --git a/locale/de/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/packages/kolab-autodiscover.po b/locale/de/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/packages/kolab-autodiscover.po index c8dbfd66..4791c9b3 100644 --- a/locale/de/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/packages/kolab-autodiscover.po +++ b/locale/de/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/packages/kolab-autodiscover.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/kolab-autodiscover.rst:88 msgid "**kolab-autodiscover** is replaced by :ref:`package-kolab-autoconf`." msgstr "" diff --git a/locale/de/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/packages/libphutil.po b/locale/de/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/packages/libphutil.po index 7b351431..9e806501 100644 --- a/locale/de/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/packages/libphutil.po +++ b/locale/de/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/packages/libphutil.po @@ -1,24 +1,23 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/libphutil.rst:88 msgid "" "The **libphutil** package is a run-time dependency of the :ref:`package-" "arcanist` package." msgstr "" diff --git a/locale/de/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/packages/roundcubemail-plugin-threading_as_default.po b/locale/de/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/packages/roundcubemail-plugin-threading_as_default.po index 0fb3def2..a13b4a0f 100644 --- a/locale/de/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/packages/roundcubemail-plugin-threading_as_default.po +++ b/locale/de/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/packages/roundcubemail-plugin-threading_as_default.po @@ -1,24 +1,23 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/roundcubemail-plugin-threading_as_default.rst:88 msgid "" "The **roundcubemail-plugin-threading_as_default** package has been obsoleted " "by :ref:`package-roundcubemail` >= 1.0." msgstr "" diff --git a/locale/de/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/packages/roundcubemail.po b/locale/de/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/packages/roundcubemail.po index 6f1f8c96..79a30520 100644 --- a/locale/de/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/packages/roundcubemail.po +++ b/locale/de/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/packages/roundcubemail.po @@ -1,253 +1,252 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/roundcubemail.rst:88 msgid "" "The |roundcubemail| package contains the upstream web-application used for " "the webmail interface in Kolab Groupware." msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/roundcubemail.rst:91 msgid "" "It's packaging is rather complex, with one tarball resulting in some 100 sub-" "packages." msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/roundcubemail.rst:94 msgid "" "The generic package |roundcubemail| is a so-called meta-package, that " "depends on a set of sub-packages. As such, a :command:`yum install " "roundcubemail` results in a fully function, minimal installation of " "Roundcube (with only the core, few required plugins, and one skin)." msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/roundcubemail.rst:100 msgid "" "Among the Roundcube sources are three generic categories of source code that " "are packaged separately -- the core, the plugins and the skins." msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/roundcubemail.rst:103 msgid "" "The core program and each plugin may contain static files (assets) for the " "core program or the plugin to function, that are independent of the skin " "being used, but may also contain static files (assets) that are specific to " "a particular skin being used." msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/roundcubemail.rst:108 msgid "" "Program code, skins and assets are all packaged separately, so that a " "particular server system can be made to serve only static contents." msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/roundcubemail.rst:113 msgid "" ":ref:`article-what-goes-in-to-a-documentroot-and-what-does-not-belong-there`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/roundcubemail.rst:115 msgid "**Core Roundcube Library and Program**" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/roundcubemail.rst:117 msgid "" "The core Roundcube library contains generic program code shared between " "applications such as :ref:`package-chwala`, :ref:`package-irony`, :ref:" "`package-kolab-freebusy` and :ref:`package-kolab-syncroton`." msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/roundcubemail.rst:122 msgid "" "In packaging, the core Roundcube library is deployed to :file:`/usr/share/" "roundcubemail/program/lib/Roundcube/`, and configured using :file:`/etc/" "roundcubemail/config.inc.php` and :file:`/etc/roundcubemail/defaults.inc." "php`." msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/roundcubemail.rst:127 msgid "" "The core Roundcube program wraps up the core library, required plugins and " "the available skins in to the full webmail interface." msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/roundcubemail.rst:130 msgid "" "The core is packaged as **roundcubemail-core**, providing a virtual " "capability of *roundcubemail(core) = %{version}-%{release}* that other " "packages depend on." msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/roundcubemail.rst:134 msgid "" "This package also depends on the plugins that are required, and at least one " "skin (referred to by the virtual provides *roundcubemail(skin)*)." msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/roundcubemail.rst:138 msgid "**Required Plugins**" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/roundcubemail.rst:140 msgid "Required plugins are packaged separately, and include:" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/roundcubemail.rst:142 msgid "``filesystem_attachments``" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/roundcubemail.rst:143 msgid "``jqueryui``" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/roundcubemail.rst:145 msgid "**Additional Plugins**" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/roundcubemail.rst:147 msgid "``acl``" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/roundcubemail.rst:148 msgid "``additional_message_headers``" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/roundcubemail.rst:149 msgid "``archive``" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/roundcubemail.rst:150 msgid "``attachment_reminder``" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/roundcubemail.rst:151 msgid "``autologon``" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/roundcubemail.rst:152 msgid "``database_attachments``" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/roundcubemail.rst:153 msgid "``debug_logger``" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/roundcubemail.rst:154 msgid "``emoticons``" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/roundcubemail.rst:155 msgid "``enigma``" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/roundcubemail.rst:156 msgid "``example_addressbook``" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/roundcubemail.rst:157 msgid "``help``" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/roundcubemail.rst:158 msgid "``hide_blockquote``" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/roundcubemail.rst:159 msgid "``http_authentication``" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/roundcubemail.rst:160 msgid "``identity_select``" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/roundcubemail.rst:161 msgid "``legacy_browser``" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/roundcubemail.rst:162 msgid "``managesieve``" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/roundcubemail.rst:163 msgid "``markasjunk``" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/roundcubemail.rst:164 msgid "``new_user_dialog``" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/roundcubemail.rst:165 msgid "``new_user_identity``" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/roundcubemail.rst:166 msgid "``newmail_notifier``" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/roundcubemail.rst:167 msgid "``password``" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/roundcubemail.rst:168 msgid "``redundant_attachments``" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/roundcubemail.rst:169 msgid "``show_additional_headers``" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/roundcubemail.rst:170 msgid "``squirrelmail_usercopy``" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/roundcubemail.rst:171 msgid "``subscriptions_option``" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/roundcubemail.rst:172 msgid "``userinfo``" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/roundcubemail.rst:173 msgid "``vcard_attachments``" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/roundcubemail.rst:174 msgid "``virtuser_file``" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/roundcubemail.rst:175 msgid "``virtuser_query``" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/roundcubemail.rst:176 msgid "``zipdownload``" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/roundcubemail.rst:178 msgid "**Skins**" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/roundcubemail.rst:180 msgid "``classic``" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/roundcubemail.rst:181 msgid "``larry``" msgstr "" diff --git a/locale/de/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/packages/systemd.po b/locale/de/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/packages/systemd.po index cce946cb..9a1a3949 100644 --- a/locale/de/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/packages/systemd.po +++ b/locale/de/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/packages/systemd.po @@ -1,25 +1,24 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/systemd.rst:88 msgid "" "The **systemd** package is solely included to allow build roots to be " "created in *tmpfs*. It is not published and as such the builds in the OBS " "are not included on your system." msgstr "" diff --git a/locale/de/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/packages/v8.po b/locale/de/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/packages/v8.po index 48b2d5be..b7f2da41 100644 --- a/locale/de/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/packages/v8.po +++ b/locale/de/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/packages/v8.po @@ -1,26 +1,25 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/v8.rst:88 msgid "" "The **v8** package is provided because it is a build-dependency for the :ref:" "`package-nodejs` package, which in turn is required for building :ref:" "`package-nodejs-less`, which in turn is required to build the :ref:`package-" "roundcubemail-skin-chameleon` package." msgstr "" diff --git a/locale/de/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.po b/locale/de/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.po index 415b2da0..c4ba8762 100644 --- a/locale/de/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.po +++ b/locale/de/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.po @@ -1,294 +1,293 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:91 msgid "Kolab:14:Fasttrack" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:94 msgid "Version Matrices per Target Platform" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:96 msgid ":ref:`product-kolab-14-fasttrack-centos_6`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:97 msgid ":ref:`product-kolab-14-fasttrack-centos_7`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:98 msgid ":ref:`product-kolab-14-fasttrack-debian_7.0`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:99 msgid ":ref:`product-kolab-14-fasttrack-ucs_4.0`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:100 msgid ":ref:`product-kolab-14-fasttrack-ubuntu_14.04`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:101 msgid ":ref:`product-kolab-14-fasttrack-opensuse_12.3`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:102 msgid ":ref:`product-kolab-14-fasttrack-opensuse_13.1`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:107 msgid "CentOS_6" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst msgid "Version Matrix for CentOS_6" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:112 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:161 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:174 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:187 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:200 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:213 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:226 msgid "Package Name(s)" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:112 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:161 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:174 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:187 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:200 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:213 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:226 msgid "Version" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:114 msgid ":ref:`package-apr`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:114 msgid "1.5.1-4" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:116 msgid ":ref:`package-apr-util`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:116 msgid "1.5.3-4" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:118 msgid ":ref:`package-httpd`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:118 msgid "2.4.10-25" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:120 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:163 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:176 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:189 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:202 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:215 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:228 msgid ":ref:`package-kolab-freebusy`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:120 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:163 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:176 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:189 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:202 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:215 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:228 msgid "1.0.8-3" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:122 msgid ":ref:`package-libcalendaring`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:122 msgid "4.9.1-3" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:124 msgid ":ref:`package-libkolab`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:124 msgid "0.6.0-8" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:126 msgid ":ref:`package-libkolabxml`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:126 msgid "1.1.0-5" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:128 msgid ":ref:`package-openssl`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:128 msgid "1.0.1e-26" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:130 msgid ":ref:`package-php`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:130 msgid "5.4.37-24" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:132 msgid ":ref:`package-php-pecl-apc`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:132 msgid "3.1.15-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:134 msgid ":ref:`package-php-pecl-apcu`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:134 msgid "4.0.7-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:136 msgid ":ref:`package-php-pecl-memcache`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:136 msgid "3.0.8-8" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:138 msgid ":ref:`package-php-pecl-xdebug`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:138 msgid "2.3.2-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:140 msgid ":ref:`package-php-sabre-dav`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:140 msgid "2.1.3-3" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:142 msgid ":ref:`package-php-sabre-event`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:142 msgid "1.0.1-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:144 msgid ":ref:`package-php-sabre-http`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:144 msgid "2.0.4-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:146 msgid ":ref:`package-php-sabre-vobject`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:146 msgid "3.2.4-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:148 msgid ":ref:`package-swig`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:148 msgid "2.0.11-8.2" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:150 msgid ":ref:`package-xsd`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:150 msgid "3.3.0.1-24.2" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:156 msgid "CentOS_7" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst msgid "Version Matrix for CentOS_7" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:169 msgid "Debian_7.0" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst msgid "Version Matrix for Debian_7.0" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:182 msgid "UCS_4.0" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst msgid "Version Matrix for UCS_4.0" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:195 msgid "Ubuntu_14.04" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst msgid "Version Matrix for Ubuntu_14.04" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:208 msgid "openSUSE_12.3" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst msgid "Version Matrix for openSUSE_12.3" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:221 msgid "openSUSE_13.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst msgid "Version Matrix for openSUSE_13.1" msgstr "" diff --git a/locale/de/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/product/kolab-16-enterprise.po b/locale/de/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/product/kolab-16-enterprise.po index 80844317..83426cb3 100644 --- a/locale/de/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/product/kolab-16-enterprise.po +++ b/locale/de/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/product/kolab-16-enterprise.po @@ -1,134 +1,133 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16-enterprise.rst:91 msgid "Kolab:16:Enterprise" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16-enterprise.rst:94 msgid "Version Matrices per Target Platform" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16-enterprise.rst:96 msgid ":ref:`product-kolab-16-enterprise-centos_7`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16-enterprise.rst:101 msgid "CentOS_7" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16-enterprise.rst msgid "Version Matrix for CentOS_7" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16-enterprise.rst:106 msgid "Package Name(s)" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16-enterprise.rst:106 msgid "Version" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16-enterprise.rst:108 msgid ":ref:`package-apr`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16-enterprise.rst:108 msgid "1.5.2-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16-enterprise.rst:110 msgid ":ref:`package-apr-util`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16-enterprise.rst:110 msgid "1.5.4-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16-enterprise.rst:112 msgid ":ref:`package-haproxy`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16-enterprise.rst:112 msgid "1.5.15-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16-enterprise.rst:114 msgid ":ref:`package-httpd`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16-enterprise.rst:114 msgid "2.4.18-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16-enterprise.rst:116 msgid ":ref:`package-mod_nss`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16-enterprise.rst:116 msgid "1.0.11-4" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16-enterprise.rst:118 msgid ":ref:`package-mod_security`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16-enterprise.rst:118 msgid "2.7.5-2" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16-enterprise.rst:120 msgid ":ref:`package-mod_wsgi`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16-enterprise.rst:120 msgid "3.4-10" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16-enterprise.rst:122 msgid ":ref:`package-php`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16-enterprise.rst:122 msgid "5.4.44-5" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16-enterprise.rst:124 msgid ":ref:`package-roundcubemail`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16-enterprise.rst:124 msgid "1.2-5" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16-enterprise.rst:126 msgid ":ref:`package-roundcubemail-skin-enterprise`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16-enterprise.rst:126 msgid "0.3.4-3" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16-enterprise.rst:128 msgid ":ref:`package-roundcubemail-skin-now`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16-enterprise.rst:128 msgid "0.3.3-2" msgstr "" diff --git a/locale/de/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/product/kolab-16.po b/locale/de/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/product/kolab-16.po index df999369..68505091 100644 --- a/locale/de/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/product/kolab-16.po +++ b/locale/de/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/product/kolab-16.po @@ -1,447 +1,446 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:91 msgid "Kolab:16" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:94 msgid "Version Matrices per Target Platform" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:96 msgid ":ref:`product-kolab-16-centos_7`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:101 msgid "CentOS_7" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst msgid "Version Matrix for CentOS_7" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:106 msgid "Package Name(s)" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:106 msgid "Version" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:108 msgid ":ref:`package-chwala`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:108 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:142 msgid "0.4-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:110 msgid ":ref:`package-composer`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:110 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:190 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:192 msgid "1.0.0-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:112 msgid ":ref:`package-cyrus-imapd`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:112 msgid "2.5.7-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:114 msgid ":ref:`package-erlang`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:114 msgid "17.4-2" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:116 msgid ":ref:`package-erlang-eimap`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:116 msgid "0.1.5-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:118 msgid ":ref:`package-erlang-erlydtl`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:118 msgid "0.7.0-5" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:120 msgid ":ref:`package-erlang-getopt`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:120 msgid "0.8.2-2" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:122 msgid ":ref:`package-erlang-gettext`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:122 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:126 msgid "2.1.0-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:124 msgid ":ref:`package-erlang-goldrush`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:124 msgid "0.1.6-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:126 msgid ":ref:`package-erlang-lager`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:128 msgid ":ref:`package-erlang-lfe`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:128 msgid "0.9.2-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:130 msgid ":ref:`package-erlang-mustache`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:130 msgid "0.1.0-8" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:132 msgid ":ref:`package-erlang-neotoma`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:132 msgid "1.7.2-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:134 msgid ":ref:`package-erlang-protobuffs`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:134 msgid "0.8.0-5" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:136 msgid ":ref:`package-erlang-rebar`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:136 msgid "2.5.1-10" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:138 msgid ":ref:`package-erlang-rpm-macros`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:138 msgid "0.1.4-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:140 msgid ":ref:`package-guam`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:140 msgid "0.7.1-3" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:142 msgid ":ref:`package-irony`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:144 msgid ":ref:`package-kolab`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:144 msgid "16.0.1-3" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:146 msgid ":ref:`package-kolab-autoconf`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:146 msgid "1-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:148 msgid ":ref:`package-kolab-freebusy`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:148 msgid "1.1-2" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:150 msgid ":ref:`package-kolab-release`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:150 msgid "16.7-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:152 msgid ":ref:`package-kolab-schema`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:152 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:208 msgid "3.3-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:154 msgid ":ref:`package-kolab-syncroton`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:154 msgid "2.3.2-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:156 msgid ":ref:`package-kolab-utils`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:156 msgid "3.1-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:158 msgid ":ref:`package-kolab-webadmin`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:158 msgid "3.2.11-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:160 msgid ":ref:`package-libcalendaring`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:160 msgid "4.9.2-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:162 msgid ":ref:`package-libkolab`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:162 msgid "2.0-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:164 msgid ":ref:`package-libkolabxml`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:164 msgid "1.2-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:166 msgid ":ref:`package-manticore`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:166 msgid "0.1.1-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:168 msgid ":ref:`package-mozldap`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:168 msgid "6.0.5-11" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:170 msgid ":ref:`package-nodejs`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:170 msgid "0.12.8-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:172 msgid ":ref:`package-phantomjs`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:172 msgid "2.0.0-2" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:174 msgid ":ref:`package-php-christianriesen-base32`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:174 msgid "1.2.1-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:176 msgid ":ref:`package-php-endroid-qrcode`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:176 msgid "1.5.4-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:178 msgid ":ref:`package-php-enygma-yubikey`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:178 msgid "3.2-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:180 msgid ":ref:`package-php-pear-net-ldap3`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:180 msgid "1.0.4-2" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:182 msgid ":ref:`package-php-sabre-dav`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:182 msgid "2.1.6-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:184 msgid ":ref:`package-php-sabre-event`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:184 msgid "1.0.1-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:186 msgid ":ref:`package-php-sabre-http`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:186 msgid "2.0.4-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:188 msgid ":ref:`package-php-sabre-vobject`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:188 msgid "3.4.5-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:190 msgid ":ref:`package-php-seld-cli-prompt`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:192 msgid ":ref:`package-php-seld-phar-utils`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:194 msgid ":ref:`package-php-spomky-labs-otphp`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:194 msgid "4.0.2-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:196 msgid ":ref:`package-pykolab`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:196 msgid "0.8.0-4" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:198 msgid ":ref:`package-python-icalendar`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:198 msgid "3.8.2-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:200 msgid ":ref:`package-python-selenium`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:200 msgid "2.45.0-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:202 msgid ":ref:`package-python-sievelib`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:202 msgid "0.5.2-2" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:204 msgid ":ref:`package-roundcubemail`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:204 msgid "1.2-3" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:206 msgid ":ref:`package-roundcubemail-plugin-contextmenu`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:206 msgid "2.1.1-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:208 msgid ":ref:`package-roundcubemail-plugins-kolab`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:210 msgid ":ref:`package-roundcubemail-skin-chameleon`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:210 msgid "0.3.7-1" msgstr "" diff --git a/locale/de/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.po b/locale/de/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.po index 0f3bdb67..73287999 100644 --- a/locale/de/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.po +++ b/locale/de/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.po @@ -1,421 +1,420 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:91 msgid "Kolab:3.4:Updates" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:94 msgid "Version Matrices per Target Platform" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:96 msgid ":ref:`product-kolab-3.4-updates-centos_6`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:97 msgid ":ref:`product-kolab-3.4-updates-centos_7`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:98 msgid ":ref:`product-kolab-3.4-updates-debian_7.0`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:99 msgid ":ref:`product-kolab-3.4-updates-debian_8.0`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:100 msgid ":ref:`product-kolab-3.4-updates-fedora_21`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:101 msgid ":ref:`product-kolab-3.4-updates-ubuntu_12.04`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:102 msgid ":ref:`product-kolab-3.4-updates-ubuntu_14.04`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:103 msgid ":ref:`product-kolab-3.4-updates-opensuse_12.3`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:104 msgid ":ref:`product-kolab-3.4-updates-opensuse_13.1`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:109 msgid "CentOS_6" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst msgid "Version Matrix for CentOS_6" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:114 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:145 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:174 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:209 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:238 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:267 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:298 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:329 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:362 msgid "Package Name(s)" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:114 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:145 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:174 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:209 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:238 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:267 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:298 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:329 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:362 msgid "Version" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:116 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:147 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:180 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:211 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:240 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:271 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:302 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:333 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:366 msgid ":ref:`package-kolab`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:116 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:147 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:180 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:211 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:240 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:271 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:302 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:333 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:366 msgid "3.1.9-3.4" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:118 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:149 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:182 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:213 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:242 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:273 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:304 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:335 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:368 msgid ":ref:`package-kolab-utils`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:118 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:149 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:242 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:335 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:368 msgid "3.1-14.3" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:120 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:151 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:184 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:215 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:244 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:275 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:306 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:337 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:370 msgid ":ref:`package-kolab-webadmin`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:120 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:151 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:184 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:215 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:244 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:275 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:306 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:337 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:370 msgid "3.2.6-4.5" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:122 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:153 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:186 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:217 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:246 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:277 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:308 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:339 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:372 msgid ":ref:`package-libcalendaring`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:122 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:153 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:186 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:217 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:246 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:277 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:308 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:339 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:372 msgid "4.9.1-4" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:124 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:155 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:188 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:219 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:248 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:279 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:310 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:341 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:374 msgid ":ref:`package-libkolab`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:124 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:155 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:188 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:219 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:248 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:279 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:310 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:341 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:374 msgid "0.6.0-3" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:126 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:190 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:343 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:376 msgid ":ref:`package-php-pear-mail-mime`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:126 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:190 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:343 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:376 msgid "1.8.7-21.3" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:128 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:157 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:192 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:221 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:250 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:281 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:312 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:345 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:378 msgid ":ref:`package-pykolab`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:128 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:157 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:192 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:221 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:250 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:281 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:312 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:345 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:378 msgid "0.7.10-4" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:130 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:159 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:194 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:223 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:252 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:283 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:314 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:347 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:380 msgid ":ref:`package-roundcubemail`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:130 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:159 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:252 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:347 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:380 msgid "1.1.2-4.8" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:132 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:161 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:196 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:225 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:254 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:285 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:316 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:349 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:382 msgid ":ref:`package-roundcubemail-plugin-contextmenu`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:132 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:161 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:196 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:225 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:254 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:285 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:316 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:349 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:382 msgid "2.1.1-5.3" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:134 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:163 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:198 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:227 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:256 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:287 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:318 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:351 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:384 msgid ":ref:`package-roundcubemail-plugins-kolab`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:134 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:163 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:256 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:351 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:384 msgid "3.2.7-10" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:140 msgid "CentOS_7" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst msgid "Version Matrix for CentOS_7" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:169 msgid "Debian_7.0" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst msgid "Version Matrix for Debian_7.0" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:176 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:331 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:364 msgid ":ref:`package-389-ds-base`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:176 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:331 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:364 msgid "1.2.11.30-6.3" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:178 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:269 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:300 msgid ":ref:`package-httpd`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:178 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:269 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:300 msgid "2.2.22-13.5" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:182 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:213 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:273 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:304 msgid "3.1~dev20140624-14.3" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:194 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:223 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:283 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:314 msgid "1:1.1.2-4.8" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:198 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:227 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:287 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:318 msgid "1:3.2.7-10" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:204 msgid "Debian_8.0" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst msgid "Version Matrix for Debian_8.0" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:233 msgid "Fedora_21" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst msgid "Version Matrix for Fedora_21" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:262 msgid "Ubuntu_12.04" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst msgid "Version Matrix for Ubuntu_12.04" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:293 msgid "Ubuntu_14.04" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst msgid "Version Matrix for Ubuntu_14.04" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:324 msgid "openSUSE_12.3" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst msgid "Version Matrix for openSUSE_12.3" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:357 msgid "openSUSE_13.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst msgid "Version Matrix for openSUSE_13.1" msgstr "" diff --git a/locale/de/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.po b/locale/de/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.po index 2a85ed5d..b160f18d 100644 --- a/locale/de/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.po +++ b/locale/de/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.po @@ -1,1363 +1,1362 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:91 msgid "Kolab:3.4" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:94 msgid "Version Matrices per Target Platform" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:96 msgid ":ref:`product-kolab-3.4-centos_6`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:97 msgid ":ref:`product-kolab-3.4-centos_7`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:98 msgid ":ref:`product-kolab-3.4-debian_7.0`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:99 msgid ":ref:`product-kolab-3.4-debian_8.0`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:100 msgid ":ref:`product-kolab-3.4-fedora_21`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:101 msgid ":ref:`product-kolab-3.4-ucs_4.0`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:102 msgid ":ref:`product-kolab-3.4-ubuntu_12.04`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:103 msgid ":ref:`product-kolab-3.4-ubuntu_14.04`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:104 msgid ":ref:`product-kolab-3.4-opensuse_12.3`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:105 msgid ":ref:`product-kolab-3.4-opensuse_13.1`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:110 msgid "CentOS_6" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst msgid "Version Matrix for CentOS_6" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:115 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:214 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:285 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:384 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:443 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:500 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:565 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:642 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:705 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:824 msgid "Package Name(s)" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:115 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:214 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:285 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:384 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:443 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:500 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:565 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:642 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:705 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:824 msgid "Version" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:117 msgid ":ref:`package-bonnie`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:117 msgid "0.3.2-2.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:119 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:216 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:299 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:386 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:445 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:502 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:567 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:644 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:719 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:838 msgid ":ref:`package-chwala`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:119 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:216 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:299 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:386 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:445 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:502 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:567 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:644 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:719 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:838 msgid "0.3.0-8.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:121 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:218 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:301 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:388 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:447 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:504 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:569 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:646 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:723 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:842 msgid ":ref:`package-cyrus-imapd`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:121 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:218 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:447 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:723 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:842 msgid "2.5-108.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:123 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:220 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:307 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:392 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:449 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:508 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:573 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:650 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:725 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:844 msgid ":ref:`package-irony`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:123 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:220 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:307 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:392 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:449 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:508 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:573 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:650 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:725 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:844 msgid "0.3.0-3.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:125 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:311 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:575 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:729 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:848 msgid ":ref:`package-jansson`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:125 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:311 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:575 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:729 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:848 msgid "2.4-20.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:127 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:222 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:313 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:394 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:451 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:510 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:577 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:652 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:733 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:852 msgid ":ref:`package-kolab`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:127 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:222 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:313 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:394 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:451 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:510 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:577 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:652 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:733 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:852 msgid "3.1.9-3.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:129 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:224 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:453 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:735 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:854 msgid ":ref:`package-kolab-autodiscover`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:129 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:224 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:453 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:735 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:854 msgid "0.1-4.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:131 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:226 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:315 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:396 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:455 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:512 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:579 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:654 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:737 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:856 msgid ":ref:`package-kolab-freebusy`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:131 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:226 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:315 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:396 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:455 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:512 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:579 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:654 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:737 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:856 msgid "1.0.7-2.2" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:133 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:228 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:317 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:398 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:457 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:514 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:581 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:656 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:739 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:858 msgid ":ref:`package-kolab-schema`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:133 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:228 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:317 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:398 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:457 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:514 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:581 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:656 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:739 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:858 msgid "3.2-2.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:135 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:230 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:319 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:400 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:459 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:516 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:583 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:658 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:741 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:860 msgid ":ref:`package-kolab-syncroton`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:135 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:230 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:319 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:400 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:459 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:516 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:583 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:658 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:741 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:860 msgid "2.3.1-4.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:137 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:232 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:321 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:402 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:461 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:518 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:585 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:660 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:743 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:862 msgid ":ref:`package-kolab-utils`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:137 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:232 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:461 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:743 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:862 msgid "3.1-14.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:139 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:234 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:323 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:404 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:587 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:662 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:745 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:864 msgid ":ref:`package-kolab-webadmin`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:139 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:234 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:323 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:404 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:587 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:662 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:745 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:864 msgid "3.2.6-4.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:141 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:236 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:327 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:406 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:463 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:520 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:589 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:664 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:749 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:868 msgid ":ref:`package-libcalendaring`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:141 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:236 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:327 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:406 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:463 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:520 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:589 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:664 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:749 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:868 msgid "4.9.1-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:143 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:238 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:329 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:408 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:465 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:522 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:591 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:666 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:751 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:870 msgid ":ref:`package-libkolab`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:143 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:238 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:329 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:408 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:465 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:522 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:591 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:666 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:751 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:870 msgid "0.6.0-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:145 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:240 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:331 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:410 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:467 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:524 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:593 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:668 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:753 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:872 msgid ":ref:`package-libkolabxml`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:145 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:240 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:331 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:410 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:467 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:524 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:593 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:668 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:753 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:872 msgid "1.1.git.1422810799-29.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:147 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:242 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:335 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:412 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:597 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:670 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:757 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:874 msgid ":ref:`package-mozldap`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:147 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:242 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:335 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:412 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:597 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:670 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:757 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:874 msgid "6.0.5-37.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:149 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:343 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:599 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:761 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:878 msgid ":ref:`package-php-smarty`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:149 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:343 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:599 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:761 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:878 msgid "3.1.13-14.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:151 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:345 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:530 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:601 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:769 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:886 msgid ":ref:`package-php-pear-http-request2`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:151 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:345 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:530 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:601 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:769 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:886 msgid "2.2.1-4.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:153 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:532 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:775 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:892 msgid ":ref:`package-php-pear-mail-mime`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:153 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:532 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:775 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:892 msgid "1.8.7-21.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:155 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:246 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:469 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:779 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:896 msgid ":ref:`package-php-pear-net-ldap2`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:155 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:246 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:469 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:779 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:896 msgid "2.0.12-20.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:157 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:248 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:347 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:416 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:471 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:534 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:603 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:674 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:781 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:898 msgid ":ref:`package-php-pear-net-ldap3`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:157 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:248 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:347 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:416 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:471 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:534 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:603 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:674 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:781 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:898 msgid "1.0.2-2.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:159 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:605 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:789 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:906 msgid ":ref:`package-php-pear-net-url2`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:159 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:605 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:789 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:906 msgid "2.1.1-2.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:161 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:250 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:349 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:418 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:473 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:536 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:607 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:676 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:791 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:908 msgid ":ref:`package-pykolab`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:161 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:250 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:349 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:418 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:473 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:536 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:607 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:676 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:791 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:908 msgid "0.7.10-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:163 msgid ":ref:`package-python-elasticsearch`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:163 msgid "1.0.0-8.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:165 msgid ":ref:`package-python-flask-babel`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:165 msgid "0.9-5.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:167 msgid ":ref:`package-python-flask-bootstrap`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:167 msgid "3.2.0.2-3.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:169 msgid ":ref:`package-python-flask-httpauth`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:169 msgid "2.3.0-2.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:171 msgid ":ref:`package-python-flask-script`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:171 msgid "2.0.5-4.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:173 msgid ":ref:`package-python-flask-sqlalchemy`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:173 msgid "1.0-7.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:175 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:254 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:351 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:538 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:609 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:678 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:795 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:910 msgid ":ref:`package-python-icalendar`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:175 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:254 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:351 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:538 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:609 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:678 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:795 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:910 msgid "3.8.2-7.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:177 msgid ":ref:`package-python-jinja2`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:177 msgid "2.7.3-2.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:179 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:611 msgid ":ref:`package-python-ldap`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:179 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:611 msgid "2.4.6-20.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:181 msgid ":ref:`package-python-pyasn1`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:181 msgid "0.1.2-18.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:183 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:256 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:355 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:420 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:475 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:542 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:615 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:680 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:797 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:912 msgid ":ref:`package-python-sievelib`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:183 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:256 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:355 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:420 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:475 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:542 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:615 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:680 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:797 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:912 msgid "0.5.2-13.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:185 msgid ":ref:`package-python-sqlalchemy`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:185 msgid "0.8.0-2.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:187 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:258 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:357 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:422 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:477 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:544 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:617 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:682 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:799 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:914 msgid ":ref:`package-roundcubemail`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:187 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:258 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:477 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:799 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:914 msgid "1.1.0-4.4" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:189 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:260 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:479 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:801 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:916 msgid ":ref:`package-roundcubemail-plugin-composeaddressbook`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:189 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:260 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:479 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:801 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:916 msgid "5.0-24.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:191 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:262 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:359 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:424 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:481 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:546 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:619 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:684 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:803 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:918 msgid ":ref:`package-roundcubemail-plugin-contextmenu`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:191 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:262 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:481 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:803 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:918 msgid "2.1-5.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:193 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:264 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:361 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:426 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:483 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:548 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:621 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:686 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:805 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:920 msgid ":ref:`package-roundcubemail-plugin-converse`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:193 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:264 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:483 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:805 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:920 msgid "0.0-13.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:195 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:266 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:363 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:428 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:485 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:550 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:623 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:688 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:807 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:922 msgid ":ref:`package-roundcubemail-plugin-dblog`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:195 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:266 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:363 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:428 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:485 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:550 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:623 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:688 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:807 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:922 msgid "2.0-21.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:197 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:268 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:365 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:430 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:487 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:552 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:625 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:690 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:809 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:924 msgid ":ref:`package-roundcubemail-plugins-kolab`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:197 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:268 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:487 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:809 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:924 msgid "3.2.7-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:199 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:270 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:367 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:432 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:489 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:554 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:627 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:692 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:811 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:926 msgid ":ref:`package-roundcubemail-skin-chameleon`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:199 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:270 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:367 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:432 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:489 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:554 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:627 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:692 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:811 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:926 msgid "0.3.5-2" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:201 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:272 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:371 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:631 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:813 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:928 msgid ":ref:`package-swig`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:201 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:272 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:371 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:631 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:813 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:928 msgid "2.0.11-10.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:203 msgid ":ref:`package-thrift`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:203 msgid "0.9.1-22.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:209 msgid "CentOS_7" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst msgid "Version Matrix for CentOS_7" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:244 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:763 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:880 msgid ":ref:`package-php-zendframework`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:244 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:763 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:880 msgid "1.12.5-11.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:252 msgid ":ref:`package-python-cssmin`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:252 msgid "0.2.0-10.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:274 msgid ":ref:`package-xsd`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:274 msgid "3.3.0.1-26.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:280 msgid "Debian_7.0" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst msgid "Version Matrix for Debian_7.0" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:287 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:707 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:826 msgid ":ref:`package-389-admin`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:287 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:707 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:826 msgid "1.1.31-20.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:289 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:709 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:828 msgid ":ref:`package-389-admin-console`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:289 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:709 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:828 msgid "1.1.8-16.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:291 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:713 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:832 msgid ":ref:`package-389-console`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:291 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:713 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:832 msgid "1.1.7-17.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:293 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:715 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:834 msgid ":ref:`package-389-ds-base`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:293 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:715 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:834 msgid "1.2.11.30-6.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:295 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:717 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:836 msgid ":ref:`package-389-ds-console`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:295 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:717 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:836 msgid "1.2.7-6.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:297 msgid ":ref:`package-389-dsgw`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:297 msgid "1.1.9-10.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:301 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:388 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:504 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:569 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:646 msgid "2.5~dev2015021301-108.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:303 msgid ":ref:`package-gyp`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:303 msgid "0.1~svn1729-2.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:305 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:390 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:506 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:571 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:648 msgid ":ref:`package-httpd`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:305 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:390 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:506 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:571 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:648 msgid "2.2.22-13.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:309 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:727 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:846 msgid ":ref:`package-idm-console-framework`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:309 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:727 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:846 msgid "1.1.7-16.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:321 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:402 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:518 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:585 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:660 msgid "3.1~dev20140624-14.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:325 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:747 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:866 msgid ":ref:`package-ldapjdk`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:325 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:747 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:866 msgid "4.18-17.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:333 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:595 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:755 msgid ":ref:`package-mod_nss`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:333 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:595 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:755 msgid "1.0.8-30.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:337 msgid ":ref:`package-nodejs`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:337 msgid "0.10.29~dfsg-2.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:339 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:414 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:526 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:672 msgid ":ref:`package-nodejs-less`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:339 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:414 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:526 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:672 msgid "1.7.0-4.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:341 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:759 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:876 msgid ":ref:`package-perl-mozilla-ldap`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:341 msgid "1.5.3+nmu1-17.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:353 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:540 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:613 msgid ":ref:`package-python-pyasn1-modules`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:353 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:540 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:613 msgid "0.0.4-13.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:357 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:422 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:544 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:617 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:682 msgid "1:1.1.0-4.4" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:359 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:424 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:546 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:619 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:684 msgid "2.1~dev20140906-5.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:361 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:426 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:548 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:621 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:686 msgid "0.1~dev20140214-13.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:365 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:430 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:552 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:625 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:690 msgid "1:3.2.7-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:369 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:629 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:694 msgid ":ref:`package-svrcore`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:369 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:629 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:694 msgid "1:4.0.4-16.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:373 msgid ":ref:`package-v8`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:373 msgid "3.14.5.8-2.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:379 msgid "Debian_8.0" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst msgid "Version Matrix for Debian_8.0" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:438 msgid "Fedora_21" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst msgid "Version Matrix for Fedora_21" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:495 msgid "UCS_4.0" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst msgid "Version Matrix for UCS_4.0" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:528 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:765 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:882 msgid ":ref:`package-php-pear-auth-sasl`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:528 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:765 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:882 msgid "1.0.6-19.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:560 msgid "Ubuntu_12.04" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst msgid "Version Matrix for Ubuntu_12.04" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:637 msgid "Ubuntu_14.04" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst msgid "Version Matrix for Ubuntu_14.04" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:700 msgid "openSUSE_12.3" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst msgid "Version Matrix for openSUSE_12.3" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:711 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:830 msgid ":ref:`package-389-adminutil`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:711 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:830 msgid "1.1.20-6.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:721 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:840 msgid ":ref:`package-cunit`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:721 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:840 msgid "2.1.3-5.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:731 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:850 msgid ":ref:`package-jss`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:731 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:850 msgid "4.3.2-19.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:759 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:876 msgid "1.5.3-17.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:767 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:884 msgid ":ref:`package-php-pear-db`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:767 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:884 msgid "1.7.14-17.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:771 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:888 msgid ":ref:`package-php-pear-mdb2`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:771 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:888 msgid "2.5.0b5-19.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:773 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:890 msgid ":ref:`package-php-pear-mdb2-driver-mysqli`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:773 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:890 msgid "1.5.0b4-17.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:777 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:894 msgid ":ref:`package-php-pear-mail-mimedecode`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:777 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:894 msgid "1.5.5-18.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:783 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:900 msgid ":ref:`package-php-pear-net-smtp`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:783 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:900 msgid "1.6.1-17.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:785 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:902 msgid ":ref:`package-php-pear-net-sieve`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:785 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:902 msgid "1.3.2-17.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:787 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:904 msgid ":ref:`package-php-pear-net-socket`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:787 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:904 msgid "1.0.10-18.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:793 msgid ":ref:`package-python-augeas`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:793 msgid "0.4.1-8.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:819 msgid "openSUSE_13.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst msgid "Version Matrix for openSUSE_13.1" msgstr "" diff --git a/locale/de/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.po b/locale/de/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.po index 7da66eec..4ae32776 100644 --- a/locale/de/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.po +++ b/locale/de/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.po @@ -1,1684 +1,1683 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:91 msgid "Kolab:Winterfell" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:94 msgid "Version Matrices per Target Platform" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:96 msgid ":ref:`product-kolab-winterfell-centos_7`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:97 msgid ":ref:`product-kolab-winterfell-debian_8.0`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:98 msgid ":ref:`product-kolab-winterfell-fedora_23`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:99 msgid ":ref:`product-kolab-winterfell-ubuntu_14.04`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:100 msgid ":ref:`product-kolab-winterfell-ubuntu_16.04`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:101 msgid ":ref:`product-kolab-winterfell-opensuse_13.2`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:106 msgid "CentOS_7" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst msgid "Version Matrix for CentOS_7" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:111 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:398 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:461 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:646 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:711 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:768 msgid "Package Name(s)" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:111 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:398 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:461 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:646 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:711 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:768 msgid "Version" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:113 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:463 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:770 msgid ":ref:`package-arcanist`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:113 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:463 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:770 msgid "20151230.gitb3e68c9-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:115 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:465 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:772 msgid ":ref:`package-bonnie`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:115 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:465 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:772 msgid "0.3.2-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:117 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:467 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:774 msgid ":ref:`package-bonnie-flask`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:117 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:467 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:774 msgid "0.3-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:119 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:400 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:469 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:648 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:713 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:776 msgid ":ref:`package-chwala`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:119 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:259 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:469 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:565 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:776 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:788 msgid "0.4-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:121 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:402 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:650 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:778 msgid ":ref:`package-composer`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:121 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:317 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:319 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:335 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:402 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:434 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:650 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:680 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:743 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:778 msgid "1.0.0-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:123 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:471 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:780 msgid ":ref:`package-copenhagen`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:123 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:471 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:780 msgid "0.0.2-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:125 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:404 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:473 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:652 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:715 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:782 msgid ":ref:`package-cyrus-imapd`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:125 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:404 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:473 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:652 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:715 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:782 msgid "2.5.7-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:127 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:475 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:784 msgid ":ref:`package-egara`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:127 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:149 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:475 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:489 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:784 msgid "0.2-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:129 msgid ":ref:`package-erlang`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:129 msgid "17.4-2" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:131 msgid ":ref:`package-erlang-basho_stats`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:131 msgid "1.0.3-5" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:133 msgid ":ref:`package-erlang-bear`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:133 msgid "0.1.3-5" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:135 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:477 msgid ":ref:`package-erlang-bitcask`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:135 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:219 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:239 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:241 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:477 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:535 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:553 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:555 msgid "2.0.1-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:137 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:479 msgid ":ref:`package-erlang-canola`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:137 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:205 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:479 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:523 msgid "2.0.0-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:139 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:481 msgid ":ref:`package-erlang-clique`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:139 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:481 msgid "0.3.0-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:141 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:483 msgid ":ref:`package-erlang-cluster_info`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:141 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:483 msgid "2.0.2-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:143 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:485 msgid ":ref:`package-erlang-cuttlefish`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:143 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:187 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:485 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:515 msgid "2.0.3-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:145 msgid ":ref:`package-erlang-ebloom`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:145 msgid "2.0.0-3" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:147 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:487 msgid ":ref:`package-erlang-edown`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:147 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:487 msgid "0.7-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:149 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:489 msgid ":ref:`package-erlang-eimap`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:151 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:491 msgid ":ref:`package-erlang-eleveldb`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:151 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:491 msgid "2.1.2-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:153 msgid ":ref:`package-erlang-eper`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:153 msgid "0.78-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:155 msgid ":ref:`package-erlang-erlydtl`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:155 msgid "0.7.0-5" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:157 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:493 msgid ":ref:`package-erlang-eunit_formatters`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:157 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:493 msgid "0.1.2-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:159 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:495 msgid ":ref:`package-erlang-exometer_core`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:159 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:495 msgid "1.4-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:161 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:497 msgid ":ref:`package-erlang-folsom`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:161 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:497 msgid "0.8.2-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:163 msgid ":ref:`package-erlang-getopt`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:163 msgid "0.8.2-2" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:165 msgid ":ref:`package-erlang-gettext`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:165 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:185 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:225 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:227 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:231 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:233 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:255 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:357 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:513 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:541 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:543 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:545 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:547 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:561 msgid "2.1.0-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:167 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:499 msgid ":ref:`package-erlang-goldrush`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:167 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:499 msgid "0.1.6-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:169 msgid ":ref:`package-erlang-gtknode`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:169 msgid "0.32-9" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:171 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:501 msgid ":ref:`package-erlang-hamcrest`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:171 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:501 msgid "0.1.0-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:173 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:503 msgid ":ref:`package-erlang-ibrowse`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:173 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:321 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:503 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:609 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:856 msgid "4.0.2-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:175 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:505 msgid ":ref:`package-erlang-inert`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:175 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:209 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:331 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:505 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:527 msgid "0.6.1-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:177 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:507 msgid ":ref:`package-erlang-iso8601`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:177 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:507 msgid "1.2-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:179 msgid ":ref:`package-erlang-js`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:179 msgid "1.3.0-2" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:181 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:509 msgid ":ref:`package-erlang-jsx`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:181 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:509 msgid "2.4.0-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:183 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:511 msgid ":ref:`package-erlang-kvc`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:183 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:511 msgid "1.5.0-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:185 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:513 msgid ":ref:`package-erlang-lager`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:187 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:515 msgid ":ref:`package-erlang-lager_syslog`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:189 msgid ":ref:`package-erlang-lfe`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:189 msgid "0.9.2-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:191 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:517 msgid ":ref:`package-erlang-meck`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:191 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:517 msgid "0.8.2-7" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:193 msgid ":ref:`package-erlang-merge_index`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:193 msgid "1.3.0-5" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:195 msgid ":ref:`package-erlang-mochiweb`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:195 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:203 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:521 msgid "2.9.2-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:197 msgid ":ref:`package-erlang-mustache`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:197 msgid "0.1.0-8" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:199 msgid ":ref:`package-erlang-neotoma`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:199 msgid "1.7.2-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:201 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:519 msgid ":ref:`package-erlang-node_package`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:201 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:519 msgid "2.0.3-2" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:203 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:521 msgid ":ref:`package-erlang-parse_trans`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:205 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:523 msgid ":ref:`package-erlang-pbkdf2`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:207 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:525 msgid ":ref:`package-erlang-poolboy`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:207 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:525 msgid "1.4.2-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:209 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:527 msgid ":ref:`package-erlang-procket`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:211 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:529 msgid ":ref:`package-erlang-proper`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:211 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:265 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:529 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:571 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:796 msgid "1.1-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:213 msgid ":ref:`package-erlang-protobuffs`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:213 msgid "0.8.0-5" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:215 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:531 msgid ":ref:`package-erlang-rebar`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:215 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:531 msgid "2.5.1-5" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:217 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:533 msgid ":ref:`package-erlang-riak_api`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:217 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:221 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:235 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:237 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:379 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:442 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:533 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:537 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:549 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:551 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:627 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:690 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:749 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:846 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:868 msgid "2.1.1-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:219 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:535 msgid ":ref:`package-erlang-riak_auth_mods`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:221 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:537 msgid ":ref:`package-erlang-riak_control`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:223 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:539 msgid ":ref:`package-erlang-riak_core`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:223 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:539 msgid "2.1.1-4" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:225 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:541 msgid ":ref:`package-erlang-riak_dt`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:227 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:543 msgid ":ref:`package-erlang-riak_ensemble`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:229 msgid ":ref:`package-erlang-riak_err`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:229 msgid "1.0.1-8" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:231 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:545 msgid ":ref:`package-erlang-riak_kv`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:233 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:547 msgid ":ref:`package-erlang-riak_pipe`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:235 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:549 msgid ":ref:`package-erlang-riak_search`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:237 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:551 msgid ":ref:`package-erlang-riak_sysmon`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:239 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:553 msgid ":ref:`package-erlang-riakc`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:241 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:555 msgid ":ref:`package-erlang-riaknostic`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:243 msgid ":ref:`package-erlang-rpm-macros`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:243 msgid "0.1.4-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:245 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:557 msgid ":ref:`package-erlang-setup`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:245 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:557 msgid "1.5-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:247 msgid ":ref:`package-erlang-sext`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:247 msgid "1.1-5" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:249 msgid ":ref:`package-erlang-sidejob`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:249 msgid "0.2.0-5" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:251 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:559 msgid ":ref:`package-erlang-syslog`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:251 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:559 msgid "1.0.3-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:253 msgid ":ref:`package-erlang-webmachine`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:253 msgid "1.10.8-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:255 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:561 msgid ":ref:`package-erlang-yokozuna`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:257 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:563 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:786 msgid ":ref:`package-guam`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:257 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:563 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:786 msgid "0.8-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:259 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:406 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:565 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:654 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:717 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:788 msgid ":ref:`package-irony`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:261 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:408 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:567 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:656 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:719 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:792 msgid ":ref:`package-kolab`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:261 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:408 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:567 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:656 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:719 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:792 msgid "16.0.1-4" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:263 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:569 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:794 msgid ":ref:`package-kolab-autoconf`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:263 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:569 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:794 msgid "1-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:265 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:410 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:571 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:658 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:721 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:796 msgid ":ref:`package-kolab-freebusy`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:267 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:412 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:573 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:660 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:723 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:798 msgid ":ref:`package-kolab-schema`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:267 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:385 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:412 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:573 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:633 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:660 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:723 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:798 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:874 msgid "3.3-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:269 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:414 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:575 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:662 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:725 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:800 msgid ":ref:`package-kolab-syncroton`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:269 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:414 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:575 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:662 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:725 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:800 msgid "2.3.2-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:271 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:416 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:577 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:664 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:727 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:802 msgid ":ref:`package-kolab-utils`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:271 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:577 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:802 msgid "3.1-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:273 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:418 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:579 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:666 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:729 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:804 msgid ":ref:`package-kolab-webadmin`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:273 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:579 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:804 msgid "3.2.11-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:275 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:581 msgid ":ref:`package-leveldb`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:275 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:581 msgid "2.0.7-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:277 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:420 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:583 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:668 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:731 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:806 msgid ":ref:`package-libcalendaring`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:277 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:583 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:806 msgid "4.9.2-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:279 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:422 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:585 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:670 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:733 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:808 msgid ":ref:`package-libkolab`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:279 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:383 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:446 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:585 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:631 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:694 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:753 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:808 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:872 msgid "2.0-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:281 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:424 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:587 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:672 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:735 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:810 msgid ":ref:`package-libkolabxml`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:281 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:375 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:587 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:623 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:810 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:864 msgid "1.2-3" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:283 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:589 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:812 msgid ":ref:`package-libphutil`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:283 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:589 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:812 msgid "20151230.git14765d3-2" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:285 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:591 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:814 msgid ":ref:`package-manticore`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:285 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:591 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:814 msgid "0.1.1-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:287 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:426 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:674 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:737 msgid ":ref:`package-mozldap`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:287 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:426 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:674 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:737 msgid "6.0.5-11" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:289 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:428 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:593 msgid ":ref:`package-nodejs`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:289 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:428 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:593 msgid "0.12.8-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:291 msgid ":ref:`package-obs-worker`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:291 msgid "2.5.6-2" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:293 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:595 msgid ":ref:`package-phantomjs`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:293 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:595 msgid "2.0.0-2" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:295 msgid ":ref:`package-php-jsonschema`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:295 msgid "1.4.1-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:297 msgid ":ref:`package-php-zendframework`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:297 msgid "1.12.5-2" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:299 msgid ":ref:`package-php-christianriesen-base32`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:299 msgid "1.2.1-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:301 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:597 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:818 msgid ":ref:`package-php-endroid-qrcode`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:301 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:597 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:818 msgid "1.5.4-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:303 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:599 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:820 msgid ":ref:`package-php-enygma-yubikey`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:303 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:599 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:820 msgid "3.2-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:305 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:836 msgid ":ref:`package-php-pear-net-ldap2`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:305 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:836 msgid "2.0.12-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:307 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:432 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:601 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:678 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:741 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:838 msgid ":ref:`package-php-pear-net-ldap3`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:307 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:432 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:601 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:678 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:741 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:838 msgid "1.0.4-2" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:309 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:603 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:848 msgid ":ref:`package-php-sabre-dav`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:309 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:603 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:848 msgid "2.1.6-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:311 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:850 msgid ":ref:`package-php-sabre-event`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:311 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:850 msgid "1.0.1-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:313 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:605 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:852 msgid ":ref:`package-php-sabre-http`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:313 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:605 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:852 msgid "2.0.4-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:315 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:607 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:854 msgid ":ref:`package-php-sabre-vobject`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:315 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:607 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:854 msgid "3.4.5-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:317 msgid ":ref:`package-php-seld-cli-prompt`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:319 msgid ":ref:`package-php-seld-phar-utils`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:321 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:609 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:856 msgid ":ref:`package-php-spomky-labs-otphp`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:323 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:611 msgid ":ref:`package-protobuf`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:323 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:611 msgid "2.6.1-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:325 msgid ":ref:`package-pyopenssl`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:325 msgid "0.14-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:327 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:436 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:613 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:682 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:745 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:858 msgid ":ref:`package-pykolab`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:327 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:436 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:613 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:682 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:745 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:858 msgid "0.8.0-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:329 msgid ":ref:`package-python-cryptography`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:329 msgid "0.6.1-2" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:331 msgid ":ref:`package-python-cryptography-vectors`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:333 msgid ":ref:`package-python-cssmin`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:333 msgid "0.2.0-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:335 msgid ":ref:`package-python-elasticsearch`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:337 msgid ":ref:`package-python-flask`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:337 msgid "0.10.1-5" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:339 msgid ":ref:`package-python-flask-bootstrap`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:339 msgid "3.2.0.2-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:341 msgid ":ref:`package-python-flask-httpauth`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:341 msgid "2.3.0-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:343 msgid ":ref:`package-python-flask-login`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:343 msgid "0.2.11-3" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:345 msgid ":ref:`package-python-flask-script`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:345 msgid "2.0.5-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:347 msgid ":ref:`package-python-gflags`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:347 msgid "2.0-2" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:349 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:615 msgid ":ref:`package-python-google-apputils`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:349 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:615 msgid "0.4.1-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:351 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:684 msgid ":ref:`package-python-icalendar`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:351 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:684 msgid "3.8.2-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:353 msgid ":ref:`package-python-itsdangerous`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:353 msgid "0.24-3" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:355 msgid ":ref:`package-python-pycparser`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:355 msgid "2.10-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:357 msgid ":ref:`package-python-riak`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:359 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:860 msgid ":ref:`package-python-selenium`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:359 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:860 msgid "2.45.0-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:361 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:617 msgid ":ref:`package-python-setuptools`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:361 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:617 msgid "19.1.1-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:363 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:438 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:686 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:862 msgid ":ref:`package-python-sievelib`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:363 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:438 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:686 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:862 msgid "0.5.2-2" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:365 msgid ":ref:`package-python-six`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:365 msgid "1.9.0-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:367 msgid ":ref:`package-python-werkzeug`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:367 msgid "0.9.6-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:369 msgid ":ref:`package-pytz`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:369 msgid "2015.7-2" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:371 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:619 msgid ":ref:`package-riak`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:371 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:619 msgid "2.1.3-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:373 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:621 msgid ":ref:`package-riak_pb`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:373 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:621 msgid "2.1.0.2-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:375 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:440 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:623 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:688 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:747 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:864 msgid ":ref:`package-roundcubemail`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:377 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:625 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:866 msgid ":ref:`package-roundcubemail-plugin-composeaddressbook`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:377 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:625 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:866 msgid "5.0-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:379 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:442 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:627 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:690 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:749 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:868 msgid ":ref:`package-roundcubemail-plugin-contextmenu`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:381 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:444 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:629 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:692 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:751 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:870 msgid ":ref:`package-roundcubemail-plugin-converse`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:381 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:629 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:870 msgid "0.0-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:383 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:446 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:631 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:694 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:753 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:872 msgid ":ref:`package-roundcubemail-plugin-dblog`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:385 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:448 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:633 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:696 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:755 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:874 msgid ":ref:`package-roundcubemail-plugins-kolab`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:387 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:450 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:635 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:698 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:757 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:876 msgid ":ref:`package-roundcubemail-skin-chameleon`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:387 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:450 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:635 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:698 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:757 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:876 msgid "0.3.7-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:393 msgid "Debian_8.0" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst msgid "Version Matrix for Debian_8.0" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:400 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:648 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:713 msgid "0.4~dev20160122-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:406 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:654 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:717 msgid "0.4~dev20150721-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:410 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:658 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:721 msgid "1.1~dev20150706-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:416 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:664 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:727 msgid "3.1~dev20140624-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:418 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:666 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:729 msgid "3.2.11~dev20151020-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:420 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:668 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:731 msgid "4.9.2~dev20150623-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:422 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:670 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:733 msgid "2.0~dev20151230-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:424 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:672 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:735 msgid "1.2~dev20151230-3" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:430 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:676 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:739 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:816 msgid ":ref:`package-nodejs-less`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:430 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:676 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:739 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:816 msgid "1.7.5-2" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:434 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:680 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:743 msgid ":ref:`package-php-pecl-krb5`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:440 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:688 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:747 msgid "1:1.2~dev20160119-3" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:444 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:692 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:751 msgid "0.1~dev20140214-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:448 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:696 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:755 msgid "1:3.3~dev20160111-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:456 msgid "Fedora_23" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst msgid "Version Matrix for Fedora_23" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:641 msgid "Ubuntu_14.04" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst msgid "Version Matrix for Ubuntu_14.04" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:700 msgid ":ref:`package-svrcore`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:700 msgid "1:4.0.4-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:706 msgid "Ubuntu_16.04" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst msgid "Version Matrix for Ubuntu_16.04" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:763 msgid "openSUSE_13.2" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst msgid "Version Matrix for openSUSE_13.2" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:790 msgid ":ref:`package-jansson`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:790 msgid "2.4-2" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:822 msgid ":ref:`package-php-pear-auth-sasl`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:822 msgid "1.0.6-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:824 msgid ":ref:`package-php-pear-db`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:824 msgid "1.7.14-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:826 msgid ":ref:`package-php-pear-http-request2`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:826 msgid "2.2.1-2" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:828 msgid ":ref:`package-php-pear-mdb2`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:828 msgid "2.5.0b5-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:830 msgid ":ref:`package-php-pear-mdb2-driver-mysqli`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:830 msgid "1.5.0b4-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:832 msgid ":ref:`package-php-pear-mail-mime`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:832 msgid "1.8.7-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:834 msgid ":ref:`package-php-pear-mail-mimedecode`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:834 msgid "1.5.5-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:840 msgid ":ref:`package-php-pear-net-smtp`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:840 msgid "1.6.1-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:842 msgid ":ref:`package-php-pear-net-sieve`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:842 msgid "1.3.2-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:844 msgid ":ref:`package-php-pear-net-socket`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:844 msgid "1.0.10-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:846 msgid ":ref:`package-php-pear-net-url2`" msgstr "" diff --git a/locale/de/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/products.po b/locale/de/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/products.po index ac5f3032..87415e06 100644 --- a/locale/de/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/products.po +++ b/locale/de/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/products.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/developer-guide/packaging/obs-for-kolab/products.rst:90 msgid "Products" msgstr "" diff --git a/locale/de/LC_MESSAGES/developer-guide/troubleshooting-101.po b/locale/de/LC_MESSAGES/developer-guide/troubleshooting-101.po index d213660a..8d5a3563 100644 --- a/locale/de/LC_MESSAGES/developer-guide/troubleshooting-101.po +++ b/locale/de/LC_MESSAGES/developer-guide/troubleshooting-101.po @@ -1,185 +1,184 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/developer-guide/troubleshooting-101.rst:90 msgid "Troubleshooting 101" msgstr "" #: ../../source/developer-guide/troubleshooting-101.rst:92 msgid "This is a generic troubleshooting guide for Kolab Groupware." msgstr "" #: ../../source/developer-guide/troubleshooting-101.rst:94 msgid "" "The first step in troubleshooting is to attempt to get to a most complete " "description of the symptoms. See also the :ref:`troubleshooting-101-example-" "case-no-calendars`." msgstr "" #: ../../source/developer-guide/troubleshooting-101.rst:98 msgid "" "The second step is to attempt to assess where a certain set of symptoms of " "an issue **might** be caused. Note that the list of components needs to be " "*inclusive*, rather than exclusive, so that you include all possible suspect " "components however unlikely you think they are the cause." msgstr "" #: ../../source/developer-guide/troubleshooting-101.rst:104 msgid "" "Next, from the list of all components involved, you build an ordered list of " "suspects more likely to cause the problem, vs. those that are less likely, " "taking in to account that some of the suspects may be really easy to " "eliminate than others, that may be extremely difficult to eliminate." msgstr "" #: ../../source/developer-guide/troubleshooting-101.rst:113 msgid "Example Case: \"No calendars in Roundcube\"" msgstr "" #: ../../source/developer-guide/troubleshooting-101.rst:115 msgid "" "While the symptoms might describe no calendars are available in Roundcube, " "this may just be the initial thought of a user, and therefore not " "necessarily amount to the full set of symptoms." msgstr "" #: ../../source/developer-guide/troubleshooting-101.rst:119 msgid "First is to establish which components are involved:" msgstr "" #: ../../source/developer-guide/troubleshooting-101.rst:121 msgid "The client browser," msgstr "" #: ../../source/developer-guide/troubleshooting-101.rst:122 #: ../../source/developer-guide/troubleshooting-101.rst:136 msgid "The Roundcube webclient," msgstr "" #: ../../source/developer-guide/troubleshooting-101.rst:123 #: ../../source/developer-guide/troubleshooting-101.rst:149 msgid "Cyrus IMAP," msgstr "" #: ../../source/developer-guide/troubleshooting-101.rst:124 #: ../../source/developer-guide/troubleshooting-101.rst:156 msgid "The Kolab SASL Authentication daemon," msgstr "" #: ../../source/developer-guide/troubleshooting-101.rst:125 #: ../../source/developer-guide/troubleshooting-101.rst:157 msgid "LDAP" msgstr "" #: ../../source/developer-guide/troubleshooting-101.rst:127 msgid "" "When zooming in on each of those, we get to a more inclusive list of " "suspects:" msgstr "" #: ../../source/developer-guide/troubleshooting-101.rst:130 msgid "The client browser;" msgstr "" #: ../../source/developer-guide/troubleshooting-101.rst:132 msgid "" "However an unlikely suspect, naturally using ``lynx`` won't work. You will " "want to completely eliminate this suspect first, because it is (by far) the " "easiest." msgstr "" #: ../../source/developer-guide/troubleshooting-101.rst:138 msgid "" "Its handling of configuration settings, such as using ``LSUB`` or ``LIST``, " "but also the list of plugins," msgstr "" #: ../../source/developer-guide/troubleshooting-101.rst:141 msgid "Its IMAP caches in memcached, APC or the SQL database," msgstr "" #: ../../source/developer-guide/troubleshooting-101.rst:143 msgid "" "Its compatibility with the server-side implementation of ANNOTATEMORE and/or " "METADATA," msgstr "" #: ../../source/developer-guide/troubleshooting-101.rst:146 msgid "Its parsing of the results of ANNOTATEMORE and/or METADATA commands," msgstr "" #: ../../source/developer-guide/troubleshooting-101.rst:151 msgid "" "Its compatibility with the client-side implementation of ANNOTATEMORE and/or " "METADATA," msgstr "" #: ../../source/developer-guide/troubleshooting-101.rst:154 msgid "The functional implementation of ANNOTATEMORE and/or METADATA," msgstr "" #: ../../source/developer-guide/troubleshooting-101.rst:161 msgid "Debugging Cyrus IMAP" msgstr "" #: ../../source/developer-guide/troubleshooting-101.rst:163 msgid "" "In :file:`/etc/cyrus.conf`, to each of the programs listed in the *START* " "and *SERVICE* sections, add the ``-D`` flag:" msgstr "" #: ../../source/developer-guide/troubleshooting-101.rst:172 msgid "becomes:" msgstr "" #: ../../source/developer-guide/troubleshooting-101.rst:180 msgid "In :file:`/etc/imapd.conf`, add the following settings:" msgstr "" #: ../../source/developer-guide/troubleshooting-101.rst:188 msgid "Install the ``-debuginfo`` package needed:" msgstr "" #: ../../source/developer-guide/troubleshooting-101.rst:194 msgid "Restart the Cyrus IMAP service:" msgstr "" #: ../../source/developer-guide/troubleshooting-101.rst:201 msgid "Debugging ``ctl_mboxlist {-m,-d}``" msgstr "" #: ../../source/developer-guide/troubleshooting-101.rst:203 msgid "Run:" msgstr "" #: ../../source/developer-guide/troubleshooting-101.rst:209 msgid "Start the program with either the ``-d`` or the ``-m`` parameter:" msgstr "" #: ../../source/developer-guide/troubleshooting-101.rst:215 msgid "GDB will insert a temporary breakpoint in the programs main() function." msgstr "" #: ../../source/developer-guide/troubleshooting-101.rst:218 msgid "Continue the program:" msgstr "" #: ../../source/developer-guide/troubleshooting-101.rst:229 msgid "Should the program have failed, get a backtrace:" msgstr "" diff --git a/locale/de/LC_MESSAGES/howtos/dnssec.po b/locale/de/LC_MESSAGES/howtos/dnssec.po index a8ef35da..a75d502a 100644 --- a/locale/de/LC_MESSAGES/howtos/dnssec.po +++ b/locale/de/LC_MESSAGES/howtos/dnssec.po @@ -1,80 +1,79 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/howtos/dnssec.rst:90 msgid "HOWTO: Implement DNSSEC" msgstr "" #: ../../source/howtos/dnssec.rst:92 msgid "" "This HOWTO outlines the implementation of DNSSEC, for both inbound and " "outbound queries." msgstr "" #: ../../source/howtos/dnssec.rst:96 msgid "About DNSSEC" msgstr "" #: ../../source/howtos/dnssec.rst:98 msgid "" "DNSSEC (*Domain Name System Security Extensions*) provides a means to sign " "DNS *Resource Records* (RRs), in turn providing DNS clients to verify the " "authenticity of the results to their queries." msgstr "" #: ../../source/howtos/dnssec.rst:102 msgid "" "The keys with which the records are signed can be published via either of " "the following two ways;" msgstr "" #: ../../source/howtos/dnssec.rst:105 msgid "The TLD owner publishes the key for your domain," msgstr "" #: ../../source/howtos/dnssec.rst:107 msgid "The ISC DLV look-aside repository." msgstr "" #: ../../source/howtos/dnssec.rst:110 msgid "Hidden Master Topology" msgstr "" #: ../../source/howtos/dnssec.rst:112 msgid "" "A so-called *hidden master* is a Start of Authority (*SOA*) name server, " "that is not available for querying -- as such, it is not mentioned in the " "list of name server records (NS RRs) for a zone." msgstr "" #: ../../source/howtos/dnssec.rst:116 msgid "" "Imagine your domain name is ``example.org``, and you wish to implement a " "hidden master topology." msgstr "" #: ../../source/howtos/dnssec.rst:138 msgid "" "Your zones would list ``ns.example.org`` as the start of authority, and ``ns." "example.org`` would not resolve to any IP address." msgstr "" #: ../../source/howtos/dnssec.rst:142 msgid "Generating the KSK and ZSK Keys" msgstr "" diff --git a/locale/de/LC_MESSAGES/howtos/freeipa-integration.po b/locale/de/LC_MESSAGES/howtos/freeipa-integration.po index a585f1e3..63c83be8 100644 --- a/locale/de/LC_MESSAGES/howtos/freeipa-integration.po +++ b/locale/de/LC_MESSAGES/howtos/freeipa-integration.po @@ -1,74 +1,73 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/howtos/freeipa-integration.rst:90 msgid "HOWTO: Kolab and FreeIPA Integration" msgstr "" #: ../../source/howtos/freeipa-integration.rst:92 msgid "" "This HOWTO assumes a clean Enterprise Linux 6 system, and results in a quick " "demonstration Kolab Groupware integrated with FreeIPA." msgstr "" #: ../../source/howtos/freeipa-integration.rst:95 msgid "First, install the related packages in addition to Kolab itself:" msgstr "" #: ../../source/howtos/freeipa-integration.rst:101 msgid "Second, run the **ipa-server-install** installation script:" msgstr "" #: ../../source/howtos/freeipa-integration.rst:107 msgid "Change the following settings in :file:`/etc/kolab/kolab.conf`:" msgstr "" #: ../../source/howtos/freeipa-integration.rst:167 msgid "Run :command:`setup-kolab imap`:" msgstr "" #: ../../source/howtos/freeipa-integration.rst:173 msgid "Change the following settings in :file:`/etc/imapd.conf`:" msgstr "" #: ../../source/howtos/freeipa-integration.rst:182 msgid ":command:`ipa service-add imap/kolab.example.org`" msgstr "" #: ../../source/howtos/freeipa-integration.rst:184 msgid "" ":command:`ipa-getkeytab -s kolab.example.org -p imap/kolab.example.org -k /" "etc/cyrus.keytab`" msgstr "" #: ../../source/howtos/freeipa-integration.rst:185 msgid ":command:`chown cyrus:mail /etc/cyrus.keytab`" msgstr "" #: ../../source/howtos/freeipa-integration.rst:186 msgid ":command:`chmod 600 /etc/cyrus.keytab`" msgstr "" #: ../../source/howtos/freeipa-integration.rst:192 msgid ":command:`service cyrus-imapd restart`" msgstr "" #: ../../source/howtos/freeipa-integration.rst:194 msgid "Result:" msgstr "" diff --git a/locale/de/LC_MESSAGES/howtos/kerberos-authentication.po b/locale/de/LC_MESSAGES/howtos/kerberos-authentication.po index 7ce21b44..a40c3745 100644 --- a/locale/de/LC_MESSAGES/howtos/kerberos-authentication.po +++ b/locale/de/LC_MESSAGES/howtos/kerberos-authentication.po @@ -1,114 +1,113 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/howtos/kerberos-authentication.rst:90 msgid "HOWTO: Enable Kerberos Authentication" msgstr "" #: ../../source/howtos/kerberos-authentication.rst:92 msgid "" "This HOWTO assumes a clean Enterprise Linux 6 system, and demonstrates the " "use of Kerberos authentication using the GSSAPI SASL mechanism." msgstr "" #: ../../source/howtos/kerberos-authentication.rst:95 msgid "First, install the related packages in addition to Kolab itself:" msgstr "" #: ../../source/howtos/kerberos-authentication.rst:101 msgid "Next, copy the LDAP schema extensions for Kerberos:" msgstr "" #: ../../source/howtos/kerberos-authentication.rst:108 msgid "Run **setup-kolab**:" msgstr "" #: ../../source/howtos/kerberos-authentication.rst msgid "Todo" msgstr "" #: ../../source/howtos/kerberos-authentication.rst:116 msgid "Document any LDAP ACL changes:" msgstr "" #: ../../source/howtos/kerberos-authentication.rst:118 msgid "" "olcAccess: to attrs=userPassword,shadowLastChange,krbPrincipalKey by dn=" "\"cn=admin,dc=example,dc=com\" write by anonymous auth by self write by * " "none" msgstr "" #: ../../source/howtos/kerberos-authentication.rst:119 msgid "olcAccess: to dn.base=\"\" by * read" msgstr "" #: ../../source/howtos/kerberos-authentication.rst:120 msgid "olcAccess: to * by dn=\"cn=admin,dc=example,dc=com\" write by * read" msgstr "" #: ../../source/howtos/kerberos-authentication.rst:123 msgid "" "[root@kolab ~]# imtest -t \"\" -u john.doe@example.org -a root/admin@EXAMPLE." "ORG -m GSSAPI kolab.example.org S: * OK [CAPABILITY IMAP4rev1 LITERAL+ ID " "ENABLE STARTTLS LOGINDISABLED AUTH=GSSAPI SASL-IR] kolab.example.org Cyrus " "IMAP git2.5+0-Kolab-2.5-17.el6.kolab_3.3 server ready C: S01 STARTTLS S: S01 " "OK Begin TLS negotiation now verify error:num=18:self signed certificate TLS " "connection established: TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits) " "C: C01 CAPABILITY S: * CAPABILITY IMAP4rev1 LITERAL+ ID ENABLE ACL " "RIGHTS=kxten QUOTA MAILBOX-REFERRALS NAMESPACE UIDPLUS NO_ATOMIC_RENAME " "UNSELECT CHILDREN MULTIAPPEND BINARY CATENATE CONDSTORE ESEARCH SEARCH=FUZZY " "SORT SORT=MODSEQ SORT=DISPLAY SORT=UID THREAD=ORDEREDSUBJECT " "THREAD=REFERENCES ANNOTATEMORE ANNOTATE-EXPERIMENT-1 METADATA LIST-EXTENDED " "LIST-STATUS LIST-MYRIGHTS WITHIN QRESYNC SCAN XLIST XMOVE MOVE SPECIAL-USE " "CREATE-SPECIAL-USE DIGEST=SHA1 URLAUTH URLAUTH=BINARY X-NETSCAPE AUTH=GSSAPI " "SASL-IR COMPRESS=DEFLATE X-QUOTA=STORAGE X-QUOTA=MESSAGE X-QUOTA=X-" "ANNOTATION-STORAGE X-QUOTA=X-NUM-FOLDERS IDLE S: C01 OK Completed C: A01 " "AUTHENTICATE GSSAPI " "YIICdgYJKoZIhvcSAQICAQBuggJlMIICYaADAgEFoQMCAQ6iBwMFACAAAACjggFzYYIBbzCCAWugAwIBBaENGwtFWEFNUExFLk9SR6IkMCKgAwIBA6EbMBkbBGltYXAbEWtvbGFiLmV4YW1wbGUub3Jno4IBLTCCASmgAwIBEqEDAgECooIBGwSCARd4hQ98+V8Bs9wgE" "+nFKPhqzIqjV0cqJu2wqIc1x+ZcOgJ" "+TWHBNu8sCdoQywQ1780RfTJYgLrPPdSYTU8qPk2AmGSh2iD5K4e9seUcV2DcuoJAjpvDyNlIppxoM3EM9Zsmn6Fkwer" "+SyoyTIjIdgL9thY+f6L40MOWUQGFf+EY3BdTFZT+WLegGJfsuQAeT/" "zUKmFbv5RhONnkkAU278o1zOqXycsymBeiySxFKoAGh/jV1l1JxRvPy2PcHyq1/" "xgV3nIZ6q4fbml2NvCMVHyHpHK7I26SnRFVmMzuT8ddyd71C2SEVyBetgpsI1vBUunMQFMw7wYg8zx1GYBf2eUO5k" "+C9GzNV4IqO3TVBcjRj+/HNd/" "HS3ukgdQwgdGgAwIBEqKByQSBxvVU76NXjSGuJXgmnGSfWM1lO200FR6ng/bqDqw4/" "Dv8BYfS4nOYOGfaVWp/pbNpB1IxIPnZHfbKj9flup8kGxvnIfSb/Ol" "+TwtfIovhMpBJHjrGZwYueIMlG4bl1Ad1HO5VG3htQY8+zR" "+6U1VC7McfqBhgBMbUcwIxTV6uZOtatwRVc5oq/" "msY5jlzFSL3XATc9O9amozUj2HSa2U17acTArXOEPmsj9O8PmHBErPeDtfFqjwCs8yPpVmw3jk2c9CMp82RFw== " "S: + YIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvmnX2bR4/" "IBLmm2FWhkbR" "+YRbJdmuDe/4147C4vjjaERpp7kzLCwFi7ZFgxbI5JXf0R9MoH8rEXIRgQ96i4TcSNAo7Cr" "+VhQVDCEv47V3w7gzowBMk1WawU7CdKPQVyku+kNY828Kf1ipZa+2hZGD C: S: + BQQF/" "wAMAAAAAAAAFlLHWgEAEACAMIX5eddMqeR/W2U= C: BQQE/wAMAAAAAAAAMf" "+nMAEABABqb2huLmRvZUBleGFtcGxlLm9yZ6HXgARievZjLB1/2Q== S: A01 OK [CAPABILITY " "IMAP4rev1 LITERAL+ ID ENABLE ACL RIGHTS=kxten QUOTA MAILBOX-REFERRALS " "NAMESPACE UIDPLUS NO_ATOMIC_RENAME UNSELECT CHILDREN MULTIAPPEND BINARY " "CATENATE CONDSTORE ESEARCH SEARCH=FUZZY SORT SORT=MODSEQ SORT=DISPLAY " "SORT=UID THREAD=ORDEREDSUBJECT THREAD=REFERENCES ANNOTATEMORE ANNOTATE-" "EXPERIMENT-1 METADATA LIST-EXTENDED LIST-STATUS LIST-MYRIGHTS WITHIN QRESYNC " "SCAN XLIST XMOVE MOVE SPECIAL-USE CREATE-SPECIAL-USE DIGEST=SHA1 URLAUTH " "URLAUTH=BINARY X-NETSCAPE LOGINDISABLED COMPRESS=DEFLATE X-QUOTA=STORAGE X-" "QUOTA=MESSAGE X-QUOTA=X-ANNOTATION-STORAGE X-QUOTA=X-NUM-FOLDERS IDLE] " "Success (tls protection) SESSIONID= " "Authenticated. Security strength factor: 256 . LIST \"\" \"*\" * LIST " "(\\Noinferiors \\HasNoChildren) \"/\" INBOX . OK Completed (0.000 secs 2 " "calls) C: Q01 LOGOUT * BYE LOGOUT received Q01 OK Completed Connection " "closed." msgstr "" diff --git a/locale/de/LC_MESSAGES/howtos/logstash-and-elasticsearch.po b/locale/de/LC_MESSAGES/howtos/logstash-and-elasticsearch.po index 27c18259..b85275a2 100644 --- a/locale/de/LC_MESSAGES/howtos/logstash-and-elasticsearch.po +++ b/locale/de/LC_MESSAGES/howtos/logstash-and-elasticsearch.po @@ -1,54 +1,53 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/howtos/logstash-and-elasticsearch.rst:91 msgid "Logstash & Elasticsearch" msgstr "" #: ../../source/howtos/logstash-and-elasticsearch.rst:93 msgid "" "It is expensive to, in distributed deployment topologies, analyze logs since " "they too are distributed." msgstr "" #: ../../source/howtos/logstash-and-elasticsearch.rst:96 msgid "" "Even in an environment where session persistence is used (i.e. one user's " "request has a greater likelihood to end up on the same application server, " "as the previous or next request from that same user), collecting logs from " "across distributed systems is essential -- one user may have multiple " "devices, and may simply therefore be hitting multiple application servers." msgstr "" #: ../../source/howtos/logstash-and-elasticsearch.rst:103 msgid "" "Furthermore, self-referring applications (such as the ``kolab_files`` plugin " "referring back to ``webmail.example.org/chwala``) can cause a single user to " "hit any or all application servers." msgstr "" #: ../../source/howtos/logstash-and-elasticsearch.rst:109 msgid "Goals" msgstr "" #: ../../source/howtos/logstash-and-elasticsearch.rst:111 msgid "" "Provide a light-weight means to forward the logs from the local application " "server for central analysis." msgstr "" diff --git a/locale/de/LC_MESSAGES/howtos/use-seafile-with-chwala.po b/locale/de/LC_MESSAGES/howtos/use-seafile-with-chwala.po index 4d2a2e84..7b3d04e0 100644 --- a/locale/de/LC_MESSAGES/howtos/use-seafile-with-chwala.po +++ b/locale/de/LC_MESSAGES/howtos/use-seafile-with-chwala.po @@ -1,153 +1,152 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/howtos/use-seafile-with-chwala.rst:91 msgid "HOWTO: Use Seafile with Chwala" msgstr "" #: ../../source/howtos/use-seafile-with-chwala.rst:93 msgid "" "`Seafile `_ is GPL v3-licensed software designed to host " "files privately and securely on the Web, in a similar fashion as some " "popular proprietary solutions. As of Kolab version 3.4, Chwala (the file " "storage component of Kolab) can use Seafile as a backend to store files." msgstr "" #: ../../source/howtos/use-seafile-with-chwala.rst:95 msgid "" "This document outlines the steps needed to interface Chwala with Seafile." msgstr "" #: ../../source/howtos/use-seafile-with-chwala.rst:98 msgid "Prequisites" msgstr "" #: ../../source/howtos/use-seafile-with-chwala.rst:100 msgid "Kolab Groupware, version 3.4 or later" msgstr "" #: ../../source/howtos/use-seafile-with-chwala.rst:101 msgid "" "Seafile version 4 or later, running on a top level domain (``files.example." "com`` in this guide)" msgstr "" #: ../../source/howtos/use-seafile-with-chwala.rst:103 msgid "" "In case the services reside on different hosts, the Seafile instance needs " "to be accessible via port 80/443 from the host running Kolab." msgstr "" #: ../../source/howtos/use-seafile-with-chwala.rst:107 msgid "Configuring Seafile to interface with LDAP" msgstr "" #: ../../source/howtos/use-seafile-with-chwala.rst:109 msgid "" "As a first step, Seafile needs to be able to authenticate against Kolab's " "LDAP database. Locate the ``ccnet.conf`` file in the ``ccnet`` subdirectory " "of your Seafile root installation (for example, ``/home/seafile/ccnet/ccnet." "conf``), and add the following lines at the bottom:" msgstr "" #: ../../source/howtos/use-seafile-with-chwala.rst:123 msgid "" "Restart Seafile by issuing ``/path/to/seafile/seafile-server-latest/seafile." "sh restart``." msgstr "" #: ../../source/howtos/use-seafile-with-chwala.rst:126 msgid "Configuring Roundcube to access Seafile" msgstr "" #: ../../source/howtos/use-seafile-with-chwala.rst:128 msgid "" "Once Seafile can authenticate against LDAP, integration can be configured " "with two different methods:" msgstr "" #: ../../source/howtos/use-seafile-with-chwala.rst:130 msgid "Using Seafile as the sole storage mechanism;" msgstr "" #: ../../source/howtos/use-seafile-with-chwala.rst:131 msgid "Using Seafile as an add-on to the existing storage." msgstr "" #: ../../source/howtos/use-seafile-with-chwala.rst:133 msgid "" "The first method has the advantage of being set by default for all users, " "but it depends on the Seafile instance being always accessible. The second " "still relies on Kolab core components and is easier to set up, but requires " "users to manually add their Seafile storage." msgstr "" #: ../../source/howtos/use-seafile-with-chwala.rst:135 msgid "" "In *both* cases, you will have to make **at least one login** to the Seafile " "instance for the integration to work." msgstr "" #: ../../source/howtos/use-seafile-with-chwala.rst:138 msgid "Using Seafile as an exclusive storage mechanism" msgstr "" #: ../../source/howtos/use-seafile-with-chwala.rst:140 msgid "" "Edit ``/etc/roundcubemail/config.inc.php`` and add the following lines, " "adjusting them to match your setup:" msgstr "" #: ../../source/howtos/use-seafile-with-chwala.rst:153 msgid "" "The next time you will try to access files in Roundcube, Kolab will attempt " "to authenticate with Seafile with the same username / password combination " "as your account and use Seafile as storage. In case of errors, change " "``fileapi_seafile_debug`` to ``true`` and inspect Roundcube logs." msgstr "" #: ../../source/howtos/use-seafile-with-chwala.rst:157 msgid "Using Seafile as an add-on to the existing Kolab storage" msgstr "" #: ../../source/howtos/use-seafile-with-chwala.rst:159 msgid "" "Edit ``/etc/roundcubemail/config.inc.php`` as above, adding these lines:" msgstr "" #: ../../source/howtos/use-seafile-with-chwala.rst:173 msgid "" "An additional step is required to access Seafile, that is, Chwala needs to " "be made aware of the additional storage. Access your Roundcube webmail and " "go to the Files component. Click on the gearbox icon and select *Add " "additional storage*. Fill in all the necessary details and click on OK. A " "new ``Seafile`` folder will be made available, pointing at your Seafile " "library." msgstr "" #: ../../source/howtos/use-seafile-with-chwala.rst:176 msgid "Debugging" msgstr "" #: ../../source/howtos/use-seafile-with-chwala.rst:178 msgid "" "In case of errors, set ``$config['fileapi_seafile_debug']`` to ``true`` and " "information on the Chwala-Seafile interactions will be recorded in ``/var/" "log/chwala/``." msgstr "" diff --git a/locale/de/LC_MESSAGES/installation-guide/centos-7.po b/locale/de/LC_MESSAGES/installation-guide/centos-7.po index 86a374c7..90116ba6 100644 --- a/locale/de/LC_MESSAGES/installation-guide/centos-7.po +++ b/locale/de/LC_MESSAGES/installation-guide/centos-7.po @@ -1,62 +1,61 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/installation-guide/centos-7.rst:92 msgid "Installation of Kolab 16 on CentOS 7" msgstr "" #: ../../source/installation-guide/centos-7.rst:94 msgid "" "The installation of Kolab Groupware on CentOS installs a number of " "additional packages, from the :term:`EPEL` software repository." msgstr "" #: ../../source/installation-guide/centos-7.rst:99 msgid "Installation Procedure" msgstr "" #: ../../source/installation-guide/centos-7.rst:101 msgid "Install the :term:`EPEL` repository:" msgstr "" #: ../../source/installation-guide/centos-7.rst:107 msgid "Install the Kolab Groupware repository configuration:" msgstr "" #: ../../source/installation-guide/centos-7.rst:114 msgid "Import the GPG key used to sign the packages:" msgstr "" #: ../../source/installation-guide/centos-7.rst:120 msgid "Install the **yum-plugin-priorities** package:" msgstr "" #: ../../source/installation-guide/centos-7.rst:126 msgid "" "Make sure that the packages from the Kolab repositories have a higher " "priority than eg. the :term:`EPEL` packages:" msgstr "" #: ../../source/installation-guide/centos-7.rst:132 msgid "Install Kolab Groupware:" msgstr "" #: ../../source/installation-guide/centos-7.rst:138 msgid "Continue to :ref:`installation-guide-setup-kolab`." msgstr "" diff --git a/locale/de/LC_MESSAGES/installation-guide/kolab-13/centos-6-enterprise-13.po b/locale/de/LC_MESSAGES/installation-guide/kolab-13/centos-6-enterprise-13.po index 8eb6cf12..376d71e6 100644 --- a/locale/de/LC_MESSAGES/installation-guide/kolab-13/centos-6-enterprise-13.po +++ b/locale/de/LC_MESSAGES/installation-guide/kolab-13/centos-6-enterprise-13.po @@ -1,96 +1,95 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/installation-guide/kolab-13/centos-6-enterprise-13.rst:92 msgid "Installation of Kolab Enterprise 13 on CentOS 6" msgstr "" #: ../../source/installation-guide/kolab-13/centos-6-enterprise-13.rst:94 msgid "" "The installation of Kolab Groupware on CentOS installs a number of " "additional packages, from the :term:`EPEL` software repository, and the " "repositories for the Kolab Enterprise edition, provided by `Kolab Systems " "AG`_." msgstr "" #: ../../source/installation-guide/kolab-13/centos-6-enterprise-13.rst:100 msgid "Installation Procedure" msgstr "" #: ../../source/installation-guide/kolab-13/centos-6-enterprise-13.rst:102 msgid "" "Copy the client SSL certificate and key you have obtained from `Kolab " "Systems AG`_ as per the instructions listed on [#]_, summarized here for " "your convenience:" msgstr "" #: ../../source/installation-guide/kolab-13/centos-6-enterprise-13.rst:106 msgid "Remove the passphrase from the SSL certificate key:" msgstr "" #: ../../source/installation-guide/kolab-13/centos-6-enterprise-13.rst:113 msgid "" "Concatenate the certificate file and the new key file without passphrase:" msgstr "" #: ../../source/installation-guide/kolab-13/centos-6-enterprise-13.rst:121 msgid "" "Place the file :file:`mirror.kolabsys.com.ca.cert` in :file:`/etc/pki/tls/" "certs/`." msgstr "" #: ../../source/installation-guide/kolab-13/centos-6-enterprise-13.rst:124 msgid "" "Place the file :file:`mirror.kolabsys.client.pem` in :file:`/etc/pki/tls/" "private/`, and correct the permissions:" msgstr "" #: ../../source/installation-guide/kolab-13/centos-6-enterprise-13.rst:132 msgid "Install the :term:`EPEL` repository:" msgstr "" #: ../../source/installation-guide/kolab-13/centos-6-enterprise-13.rst:138 msgid "Import this signature in to the RPM database:" msgstr "" #: ../../source/installation-guide/kolab-13/centos-6-enterprise-13.rst:144 msgid "Install the Kolab Enterprise repository configuration package:" msgstr "" #: ../../source/installation-guide/kolab-13/centos-6-enterprise-13.rst:150 msgid "Install Kolab Enterprise:" msgstr "" #: ../../source/installation-guide/kolab-13/centos-6-enterprise-13.rst:156 msgid "Do not forget to also execute :command:`yum update`." msgstr "" #: ../../source/installation-guide/kolab-13/centos-6-enterprise-13.rst:158 msgid "Continue to :ref:`installation-guide-setup-kolab`." msgstr "" #: ../../source/installation-guide/kolab-13/centos-6-enterprise-13.rst:161 msgid "Footnotes" msgstr "" #: ../../source/installation-guide/kolab-13/centos-6-enterprise-13.rst:164 msgid "" "https://support.kolabsys.com/Obtaining," "_Renewing_and_Using_a_Client_SSL_Certificate#Using_a_Customer_or_Partner_Client_SSL_Certificate" msgstr "" diff --git a/locale/de/LC_MESSAGES/installation-guide/kolab-13/index.po b/locale/de/LC_MESSAGES/installation-guide/kolab-13/index.po index ca96c5f5..bd609400 100644 --- a/locale/de/LC_MESSAGES/installation-guide/kolab-13/index.po +++ b/locale/de/LC_MESSAGES/installation-guide/kolab-13/index.po @@ -1,26 +1,25 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/installation-guide/kolab-13/index.rst:92 msgid "Installation Instructions for Kolab Enterprise 13" msgstr "" #: ../../source/installation-guide/kolab-13/index.rst:96 msgid "Kolab 13 is outdated and the latest release is Kolab 16." msgstr "" diff --git a/locale/de/LC_MESSAGES/installation-guide/kolab-13/rhel-6-enterprise-13.po b/locale/de/LC_MESSAGES/installation-guide/kolab-13/rhel-6-enterprise-13.po index dca3d9ee..bef23c1b 100644 --- a/locale/de/LC_MESSAGES/installation-guide/kolab-13/rhel-6-enterprise-13.po +++ b/locale/de/LC_MESSAGES/installation-guide/kolab-13/rhel-6-enterprise-13.po @@ -1,96 +1,95 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/installation-guide/kolab-13/rhel-6-enterprise-13.rst:92 msgid "Installation of Kolab Enterprise 13 on Red Hat Enterprise Linux 6" msgstr "" #: ../../source/installation-guide/kolab-13/rhel-6-enterprise-13.rst:94 msgid "" "The installation of Kolab Groupware on Red Hat Enterprise Linux installs a " "number of additional packages, from the :term:`EPEL` software repository, " "and the repositories for the Kolab Enterprise edition, provided by `Kolab " "Systems AG`_." msgstr "" #: ../../source/installation-guide/kolab-13/rhel-6-enterprise-13.rst:100 msgid "Installation Procedure" msgstr "" #: ../../source/installation-guide/kolab-13/rhel-6-enterprise-13.rst:102 msgid "" "Copy the client SSL certificate and key you have obtained from `Kolab " "Systems AG`_ as per the instructions listed on [#]_, summarized here for " "your convenience:" msgstr "" #: ../../source/installation-guide/kolab-13/rhel-6-enterprise-13.rst:106 msgid "Remove the passphrase from the SSL certificate key:" msgstr "" #: ../../source/installation-guide/kolab-13/rhel-6-enterprise-13.rst:113 msgid "" "Concatenate the certificate file and the new key file without passphrase:" msgstr "" #: ../../source/installation-guide/kolab-13/rhel-6-enterprise-13.rst:121 msgid "" "Place the file :file:`mirror.kolabsys.com.ca.cert` in :file:`/etc/pki/tls/" "certs/`." msgstr "" #: ../../source/installation-guide/kolab-13/rhel-6-enterprise-13.rst:124 msgid "" "Place the file :file:`mirror.kolabsys.client.pem` in :file:`/etc/pki/tls/" "private/`, and correct the permissions:" msgstr "" #: ../../source/installation-guide/kolab-13/rhel-6-enterprise-13.rst:132 msgid "Install the :term:`EPEL` repository:" msgstr "" #: ../../source/installation-guide/kolab-13/rhel-6-enterprise-13.rst:138 msgid "Obtain a copy of the GPG signature used to sign packages:" msgstr "" #: ../../source/installation-guide/kolab-13/rhel-6-enterprise-13.rst:144 msgid "Install the Kolab Enterprise repository configuration package:" msgstr "" #: ../../source/installation-guide/kolab-13/rhel-6-enterprise-13.rst:150 msgid "Install Kolab Enterprise:" msgstr "" #: ../../source/installation-guide/kolab-13/rhel-6-enterprise-13.rst:156 msgid "Do not forget to also execute :command:`yum update`." msgstr "" #: ../../source/installation-guide/kolab-13/rhel-6-enterprise-13.rst:158 msgid "Continue to :ref:`installation-guide-setup-kolab`." msgstr "" #: ../../source/installation-guide/kolab-13/rhel-6-enterprise-13.rst:161 msgid "Footnotes" msgstr "" #: ../../source/installation-guide/kolab-13/rhel-6-enterprise-13.rst:164 msgid "" "https://support.kolabsys.com/Obtaining," "_Renewing_and_Using_a_Client_SSL_Certificate#Using_a_Customer_or_Partner_Client_SSL_Certificate" msgstr "" diff --git a/locale/de/LC_MESSAGES/installation-guide/kolab-13/ucs-3-enterprise-13.po b/locale/de/LC_MESSAGES/installation-guide/kolab-13/ucs-3-enterprise-13.po index 3598ecd0..ee460d4d 100644 --- a/locale/de/LC_MESSAGES/installation-guide/kolab-13/ucs-3-enterprise-13.po +++ b/locale/de/LC_MESSAGES/installation-guide/kolab-13/ucs-3-enterprise-13.po @@ -1,86 +1,85 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/installation-guide/kolab-13/ucs-3-enterprise-13.rst:92 msgid "Installation of Kolab Enterprise 13 on Univention Corporate Server 3" msgstr "" #: ../../source/installation-guide/kolab-13/ucs-3-enterprise-13.rst:96 msgid "" "There are **multiple versions** of Kolab for UCS. Make sure you choose the " "correct version for your requirements." msgstr "" #: ../../source/installation-guide/kolab-13/ucs-3-enterprise-13.rst:100 msgid "App Center Edition" msgstr "" #: ../../source/installation-guide/kolab-13/ucs-3-enterprise-13.rst:102 msgid "" "An evaluation version of Kolab is available in the Univention App Center. " "This edition does *not* provide you with bugfix, security or enhancement " "updates." msgstr "" #: ../../source/installation-guide/kolab-13/ucs-3-enterprise-13.rst:107 msgid "Kolab Enterprise 13" msgstr "" #: ../../source/installation-guide/kolab-13/ucs-3-enterprise-13.rst:109 msgid "" "To install the Enterprise edition under Kolab Systems support, execute the " "following process:" msgstr "" #: ../../source/installation-guide/kolab-13/ucs-3-enterprise-13.rst:112 msgid "" "Configure your UCS system to obtain the repository configuration packages:" msgstr "" #: ../../source/installation-guide/kolab-13/ucs-3-enterprise-13.rst:124 msgid "" "Install the client certificate you have obtained from Kolab Systems in the " "following location:" msgstr "" #: ../../source/installation-guide/kolab-13/ucs-3-enterprise-13.rst:131 msgid "" "If you do not have an SSL client certificate from Kolab Systems, contact " "sales@kolabsys.com." msgstr "" #: ../../source/installation-guide/kolab-13/ucs-3-enterprise-13.rst:134 msgid "Install the repository configuration package:" msgstr "" #: ../../source/installation-guide/kolab-13/ucs-3-enterprise-13.rst:140 msgid "" "When the installation complains the package cannot be verified, type [y] and " "[Enter] to continue:" msgstr "" #: ../../source/installation-guide/kolab-13/ucs-3-enterprise-13.rst:149 msgid "Install kolab:" msgstr "" #: ../../source/installation-guide/kolab-13/ucs-3-enterprise-13.rst:157 msgid "" "The Kolab Groupware packages for Univention Corporate Server are configured " "automatically. There is no need to run any setup." msgstr "" diff --git a/locale/de/LC_MESSAGES/installation-guide/kolab-14/centos-6-enterprise-14.po b/locale/de/LC_MESSAGES/installation-guide/kolab-14/centos-6-enterprise-14.po index 18782334..88fd854b 100644 --- a/locale/de/LC_MESSAGES/installation-guide/kolab-14/centos-6-enterprise-14.po +++ b/locale/de/LC_MESSAGES/installation-guide/kolab-14/centos-6-enterprise-14.po @@ -1,96 +1,95 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/installation-guide/kolab-14/centos-6-enterprise-14.rst:92 msgid "Installation of Kolab Enterprise 14 on CentOS 6" msgstr "" #: ../../source/installation-guide/kolab-14/centos-6-enterprise-14.rst:94 msgid "" "The installation of Kolab Groupware on CentOS installs a number of " "additional packages, from the :term:`EPEL` software repository, and the " "repositories for the Kolab Enterprise edition, provided by `Kolab Systems " "AG`_." msgstr "" #: ../../source/installation-guide/kolab-14/centos-6-enterprise-14.rst:100 msgid "Installation Procedure" msgstr "" #: ../../source/installation-guide/kolab-14/centos-6-enterprise-14.rst:102 msgid "" "Copy the client SSL certificate and key you have obtained from `Kolab " "Systems AG`_ as per the instructions listed on [1]_, summarized here for " "your convenience:" msgstr "" #: ../../source/installation-guide/kolab-14/centos-6-enterprise-14.rst:106 msgid "Remove the passphrase from the SSL certificate key:" msgstr "" #: ../../source/installation-guide/kolab-14/centos-6-enterprise-14.rst:113 msgid "" "Concatenate the certificate file and the new key file without passphrase:" msgstr "" #: ../../source/installation-guide/kolab-14/centos-6-enterprise-14.rst:121 msgid "" "Place the file :file:`mirror.kolabsys.com.ca.cert` in :file:`/etc/pki/tls/" "certs/`." msgstr "" #: ../../source/installation-guide/kolab-14/centos-6-enterprise-14.rst:124 msgid "" "Place the file :file:`mirror.kolabsys.client.pem` in :file:`/etc/pki/tls/" "private/`, and correct the permissions:" msgstr "" #: ../../source/installation-guide/kolab-14/centos-6-enterprise-14.rst:132 msgid "Install the :term:`EPEL` repository:" msgstr "" #: ../../source/installation-guide/kolab-14/centos-6-enterprise-14.rst:138 msgid "Import this signature in to the RPM database:" msgstr "" #: ../../source/installation-guide/kolab-14/centos-6-enterprise-14.rst:144 msgid "Install the Kolab Enterprise repository configuration package:" msgstr "" #: ../../source/installation-guide/kolab-14/centos-6-enterprise-14.rst:150 msgid "Install Kolab Enterprise:" msgstr "" #: ../../source/installation-guide/kolab-14/centos-6-enterprise-14.rst:156 msgid "Do not forget to also execute :command:`yum update`." msgstr "" #: ../../source/installation-guide/kolab-14/centos-6-enterprise-14.rst:158 msgid "Continue to :ref:`installation-guide-setup-kolab`." msgstr "" #: ../../source/installation-guide/kolab-14/centos-6-enterprise-14.rst:161 msgid "Footnotes" msgstr "" #: ../../source/installation-guide/kolab-14/centos-6-enterprise-14.rst:164 msgid "" "https://support.kolabsys.com/Obtaining," "_Renewing_and_Using_a_Client_SSL_Certificate#Using_a_Customer_or_Partner_Client_SSL_Certificate" msgstr "" diff --git a/locale/de/LC_MESSAGES/installation-guide/kolab-14/centos-7-enterprise-14.po b/locale/de/LC_MESSAGES/installation-guide/kolab-14/centos-7-enterprise-14.po index c3ef1b45..cc7ae0ad 100644 --- a/locale/de/LC_MESSAGES/installation-guide/kolab-14/centos-7-enterprise-14.po +++ b/locale/de/LC_MESSAGES/installation-guide/kolab-14/centos-7-enterprise-14.po @@ -1,96 +1,95 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/installation-guide/kolab-14/centos-7-enterprise-14.rst:92 msgid "Installation of Kolab Enterprise 14 on CentOS 7" msgstr "" #: ../../source/installation-guide/kolab-14/centos-7-enterprise-14.rst:94 msgid "" "The installation of Kolab Groupware on CentOS installs a number of " "additional packages, from the :term:`EPEL` software repository, and the " "repositories for the Kolab Enterprise edition, provided by `Kolab Systems " "AG`_." msgstr "" #: ../../source/installation-guide/kolab-14/centos-7-enterprise-14.rst:100 msgid "Installation Procedure" msgstr "" #: ../../source/installation-guide/kolab-14/centos-7-enterprise-14.rst:102 msgid "" "Copy the client SSL certificate and key you have obtained from `Kolab " "Systems AG`_ as per the instructions listed on [#]_, summarized here for " "your convenience:" msgstr "" #: ../../source/installation-guide/kolab-14/centos-7-enterprise-14.rst:106 msgid "Remove the passphrase from the SSL certificate key:" msgstr "" #: ../../source/installation-guide/kolab-14/centos-7-enterprise-14.rst:113 msgid "" "Concatenate the certificate file and the new key file without passphrase:" msgstr "" #: ../../source/installation-guide/kolab-14/centos-7-enterprise-14.rst:121 msgid "" "Place the file :file:`mirror.kolabsys.com.ca.cert` in :file:`/etc/pki/tls/" "certs/`." msgstr "" #: ../../source/installation-guide/kolab-14/centos-7-enterprise-14.rst:124 msgid "" "Place the file :file:`mirror.kolabsys.client.pem` in :file:`/etc/pki/tls/" "private/`, and correct the permissions:" msgstr "" #: ../../source/installation-guide/kolab-14/centos-7-enterprise-14.rst:132 msgid "Install the :term:`EPEL` repository:" msgstr "" #: ../../source/installation-guide/kolab-14/centos-7-enterprise-14.rst:138 msgid "Import this signature in to the RPM database:" msgstr "" #: ../../source/installation-guide/kolab-14/centos-7-enterprise-14.rst:144 msgid "Install the Kolab Enterprise repository configuration package:" msgstr "" #: ../../source/installation-guide/kolab-14/centos-7-enterprise-14.rst:150 msgid "Install Kolab Enterprise:" msgstr "" #: ../../source/installation-guide/kolab-14/centos-7-enterprise-14.rst:156 msgid "Do not forget to also execute :command:`yum update`." msgstr "" #: ../../source/installation-guide/kolab-14/centos-7-enterprise-14.rst:158 msgid "Continue to :ref:`installation-guide-setup-kolab`." msgstr "" #: ../../source/installation-guide/kolab-14/centos-7-enterprise-14.rst:161 msgid "Footnotes" msgstr "" #: ../../source/installation-guide/kolab-14/centos-7-enterprise-14.rst:164 msgid "" "https://support.kolabsys.com/Obtaining," "_Renewing_and_Using_a_Client_SSL_Certificate#Using_a_Customer_or_Partner_Client_SSL_Certificate" msgstr "" diff --git a/locale/de/LC_MESSAGES/installation-guide/kolab-14/debian-7-enterprise-14.po b/locale/de/LC_MESSAGES/installation-guide/kolab-14/debian-7-enterprise-14.po index cadef1a1..205f11b1 100644 --- a/locale/de/LC_MESSAGES/installation-guide/kolab-14/debian-7-enterprise-14.po +++ b/locale/de/LC_MESSAGES/installation-guide/kolab-14/debian-7-enterprise-14.po @@ -1,91 +1,90 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/installation-guide/kolab-14/debian-7-enterprise-14.rst:92 msgid "Installation of Kolab Enterprise 14 on Debian 7 (Wheezy)" msgstr "" #: ../../source/installation-guide/kolab-14/debian-7-enterprise-14.rst:94 msgid "Install the **apt-transport-https** package:" msgstr "" #: ../../source/installation-guide/kolab-14/debian-7-enterprise-14.rst:100 msgid "Add the following two lines to ``/etc/apt/sources.list.d/kolab.list``:" msgstr "" #: ../../source/installation-guide/kolab-14/debian-7-enterprise-14.rst:107 msgid "" "To ensure the Kolab packages have priority over the Debian packages, such as " "must be the case for PHP as well as Cyrus IMAP, please make sure the APT " "preferences pin the mirror.kolabsys.com origin as a preferred source." msgstr "" #: ../../source/installation-guide/kolab-14/debian-7-enterprise-14.rst:111 msgid "Put the following in ``/etc/apt/preferences.d/kolab``:" msgstr "" #: ../../source/installation-guide/kolab-14/debian-7-enterprise-14.rst:119 msgid "Install the client certificate and certificate authority files:" msgstr "" #: ../../source/installation-guide/kolab-14/debian-7-enterprise-14.rst:121 msgid "Remove the passphrase from the SSL certificate key:" msgstr "" #: ../../source/installation-guide/kolab-14/debian-7-enterprise-14.rst:128 msgid "" "Concatenate the certificate file and the new key file without passphrase:" msgstr "" #: ../../source/installation-guide/kolab-14/debian-7-enterprise-14.rst:136 msgid "" "Place the file :file:`mirror.kolabsys.client.pem` in :file:`/etc/apt/certs/`." msgstr "" #: ../../source/installation-guide/kolab-14/debian-7-enterprise-14.rst:139 msgid "Download the kolabenterprice mirror certificate:" msgstr "" #: ../../source/installation-guide/kolab-14/debian-7-enterprise-14.rst:146 msgid "Correct the permissions on the private key:" msgstr "" #: ../../source/installation-guide/kolab-14/debian-7-enterprise-14.rst:153 msgid "" "Configure **APT** to use the certificates installed in step 4 by creating a " "file ``/etc/apt/apt.conf.d/71kolab`` with the following contents:" msgstr "" #: ../../source/installation-guide/kolab-14/debian-7-enterprise-14.rst:172 msgid "Update the repository metadata:" msgstr "" #: ../../source/installation-guide/kolab-14/debian-7-enterprise-14.rst:178 msgid "Start the installation of the base package as follows:" msgstr "" #: ../../source/installation-guide/kolab-14/debian-7-enterprise-14.rst:184 msgid "" "When asked to confirm you want to install the package and its dependencies, " "press Enter." msgstr "" #: ../../source/installation-guide/kolab-14/debian-7-enterprise-14.rst:186 msgid "Continue to :ref:`installation-guide-setup-kolab`." msgstr "" diff --git a/locale/de/LC_MESSAGES/installation-guide/kolab-14/debian-8-enterprise-14.po b/locale/de/LC_MESSAGES/installation-guide/kolab-14/debian-8-enterprise-14.po index 13c6b4eb..482f2ade 100644 --- a/locale/de/LC_MESSAGES/installation-guide/kolab-14/debian-8-enterprise-14.po +++ b/locale/de/LC_MESSAGES/installation-guide/kolab-14/debian-8-enterprise-14.po @@ -1,91 +1,90 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/installation-guide/kolab-14/debian-8-enterprise-14.rst:92 msgid "Installation of Kolab Enterprise 14 on Debian 8 (jessie)" msgstr "" #: ../../source/installation-guide/kolab-14/debian-8-enterprise-14.rst:94 msgid "Install the **apt-transport-https** package:" msgstr "" #: ../../source/installation-guide/kolab-14/debian-8-enterprise-14.rst:100 msgid "Add the following two lines to ``/etc/apt/sources.list.d/kolab.list``:" msgstr "" #: ../../source/installation-guide/kolab-14/debian-8-enterprise-14.rst:107 msgid "" "To ensure the Kolab packages have priority over the Debian packages, such as " "must be the case for PHP as well as Cyrus IMAP, please make sure the APT " "preferences pin the mirror.kolabsys.com origin as a preferred source." msgstr "" #: ../../source/installation-guide/kolab-14/debian-8-enterprise-14.rst:111 msgid "Put the following in ``/etc/apt/preferences.d/kolab``:" msgstr "" #: ../../source/installation-guide/kolab-14/debian-8-enterprise-14.rst:119 msgid "Install the client certificate and certificate authority files:" msgstr "" #: ../../source/installation-guide/kolab-14/debian-8-enterprise-14.rst:121 msgid "Remove the passphrase from the SSL certificate key:" msgstr "" #: ../../source/installation-guide/kolab-14/debian-8-enterprise-14.rst:128 msgid "" "Concatenate the certificate file and the new key file without passphrase:" msgstr "" #: ../../source/installation-guide/kolab-14/debian-8-enterprise-14.rst:136 msgid "" "Place the file :file:`mirror.kolabsys.client.pem` in :file:`/etc/apt/certs/`." msgstr "" #: ../../source/installation-guide/kolab-14/debian-8-enterprise-14.rst:139 msgid "Download the kolabenterprice mirror certificate:" msgstr "" #: ../../source/installation-guide/kolab-14/debian-8-enterprise-14.rst:146 msgid "Correct the permissions on the private key:" msgstr "" #: ../../source/installation-guide/kolab-14/debian-8-enterprise-14.rst:153 msgid "" "Configure **APT** to use the certificates installed in step 4 by creating a " "file ``/etc/apt/apt.conf.d/81kolab`` with the following contents:" msgstr "" #: ../../source/installation-guide/kolab-14/debian-8-enterprise-14.rst:172 msgid "Update the repository metadata:" msgstr "" #: ../../source/installation-guide/kolab-14/debian-8-enterprise-14.rst:178 msgid "Start the installation of the base package as follows:" msgstr "" #: ../../source/installation-guide/kolab-14/debian-8-enterprise-14.rst:184 msgid "" "When asked to confirm you want to install the package and its dependencies, " "press Enter." msgstr "" #: ../../source/installation-guide/kolab-14/debian-8-enterprise-14.rst:186 msgid "Continue to :ref:`installation-guide-setup-kolab`." msgstr "" diff --git a/locale/de/LC_MESSAGES/installation-guide/kolab-14/index.po b/locale/de/LC_MESSAGES/installation-guide/kolab-14/index.po index b5629a7a..83e2f03f 100644 --- a/locale/de/LC_MESSAGES/installation-guide/kolab-14/index.po +++ b/locale/de/LC_MESSAGES/installation-guide/kolab-14/index.po @@ -1,26 +1,25 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/installation-guide/kolab-14/index.rst:92 msgid "Installation Instructions for Kolab Enterprise 14" msgstr "" #: ../../source/installation-guide/kolab-14/index.rst:96 msgid "Kolab 14 is outdated and the latest release is Kolab 16." msgstr "" diff --git a/locale/de/LC_MESSAGES/installation-guide/kolab-14/rhel-6-enterprise-14.po b/locale/de/LC_MESSAGES/installation-guide/kolab-14/rhel-6-enterprise-14.po index 6f81be23..08e6f046 100644 --- a/locale/de/LC_MESSAGES/installation-guide/kolab-14/rhel-6-enterprise-14.po +++ b/locale/de/LC_MESSAGES/installation-guide/kolab-14/rhel-6-enterprise-14.po @@ -1,96 +1,95 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/installation-guide/kolab-14/rhel-6-enterprise-14.rst:92 msgid "Installation of Kolab Enterprise 14 on Red Hat Enterprise Linux 6" msgstr "" #: ../../source/installation-guide/kolab-14/rhel-6-enterprise-14.rst:94 msgid "" "The installation of Kolab Groupware on Red Hat Enterprise Linux installs a " "number of additional packages, from the :term:`EPEL` software repository, " "and the repositories for the Kolab Enterprise edition, provided by `Kolab " "Systems AG`_." msgstr "" #: ../../source/installation-guide/kolab-14/rhel-6-enterprise-14.rst:100 msgid "Installation Procedure" msgstr "" #: ../../source/installation-guide/kolab-14/rhel-6-enterprise-14.rst:102 msgid "" "Copy the client SSL certificate and key you have obtained from `Kolab " "Systems AG`_ as per the instructions listed on [1]_, summarized here for " "your convenience:" msgstr "" #: ../../source/installation-guide/kolab-14/rhel-6-enterprise-14.rst:106 msgid "Remove the passphrase from the SSL certificate key:" msgstr "" #: ../../source/installation-guide/kolab-14/rhel-6-enterprise-14.rst:113 msgid "" "Concatenate the certificate file and the new key file without passphrase:" msgstr "" #: ../../source/installation-guide/kolab-14/rhel-6-enterprise-14.rst:121 msgid "" "Place the file :file:`mirror.kolabsys.com.ca.cert` in :file:`/etc/pki/tls/" "certs/`." msgstr "" #: ../../source/installation-guide/kolab-14/rhel-6-enterprise-14.rst:124 msgid "" "Place the file :file:`mirror.kolabsys.client.pem` in :file:`/etc/pki/tls/" "private/`, and correct the permissions:" msgstr "" #: ../../source/installation-guide/kolab-14/rhel-6-enterprise-14.rst:132 msgid "Install the :term:`EPEL` repository" msgstr "" #: ../../source/installation-guide/kolab-14/rhel-6-enterprise-14.rst:138 msgid "Import this signature in to the RPM database:" msgstr "" #: ../../source/installation-guide/kolab-14/rhel-6-enterprise-14.rst:144 msgid "Install the Kolab Enterprise repository configuration package:" msgstr "" #: ../../source/installation-guide/kolab-14/rhel-6-enterprise-14.rst:150 msgid "Install Kolab Enterprise:" msgstr "" #: ../../source/installation-guide/kolab-14/rhel-6-enterprise-14.rst:156 msgid "Do not forget to also execute :command:`yum update`." msgstr "" #: ../../source/installation-guide/kolab-14/rhel-6-enterprise-14.rst:158 msgid "Continue to :ref:`installation-guide-setup-kolab`." msgstr "" #: ../../source/installation-guide/kolab-14/rhel-6-enterprise-14.rst:161 msgid "Footnotes" msgstr "" #: ../../source/installation-guide/kolab-14/rhel-6-enterprise-14.rst:164 msgid "" "https://support.kolabsys.com/Obtaining," "_Renewing_and_Using_a_Client_SSL_Certificate#Using_a_Customer_or_Partner_Client_SSL_Certificate." msgstr "" diff --git a/locale/de/LC_MESSAGES/installation-guide/kolab-14/rhel-7-enterprise-14.po b/locale/de/LC_MESSAGES/installation-guide/kolab-14/rhel-7-enterprise-14.po index 9d31b802..5afe4e40 100644 --- a/locale/de/LC_MESSAGES/installation-guide/kolab-14/rhel-7-enterprise-14.po +++ b/locale/de/LC_MESSAGES/installation-guide/kolab-14/rhel-7-enterprise-14.po @@ -1,96 +1,95 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/installation-guide/kolab-14/rhel-7-enterprise-14.rst:92 msgid "Installation of Kolab Enterprise 14 on Red Hat Enterprise Linux 7" msgstr "" #: ../../source/installation-guide/kolab-14/rhel-7-enterprise-14.rst:94 msgid "" "The installation of Kolab Groupware on Red Hat Enterprise Linux installs a " "number of additional packages, from the :term:`EPEL` software repository, " "and the repositories for the Kolab Enterprise edition, provided by `Kolab " "Systems AG`_." msgstr "" #: ../../source/installation-guide/kolab-14/rhel-7-enterprise-14.rst:100 msgid "Installation Procedure" msgstr "" #: ../../source/installation-guide/kolab-14/rhel-7-enterprise-14.rst:102 msgid "" "Copy the client SSL certificate and key you have obtained from `Kolab " "Systems AG`_ as per the instructions listed on [#]_, summarized here for " "your convenience:" msgstr "" #: ../../source/installation-guide/kolab-14/rhel-7-enterprise-14.rst:106 msgid "Remove the passphrase from the SSL certificate key:" msgstr "" #: ../../source/installation-guide/kolab-14/rhel-7-enterprise-14.rst:113 msgid "" "Concatenate the certificate file and the new key file without passphrase:" msgstr "" #: ../../source/installation-guide/kolab-14/rhel-7-enterprise-14.rst:121 msgid "" "Place the file :file:`mirror.kolabsys.com.ca.cert` in :file:`/etc/pki/tls/" "certs/`." msgstr "" #: ../../source/installation-guide/kolab-14/rhel-7-enterprise-14.rst:124 msgid "" "Place the file :file:`mirror.kolabsys.client.pem` in :file:`/etc/pki/tls/" "private/`, and correct the permissions:" msgstr "" #: ../../source/installation-guide/kolab-14/rhel-7-enterprise-14.rst:132 msgid "Install the :term:`EPEL` repository\"" msgstr "" #: ../../source/installation-guide/kolab-14/rhel-7-enterprise-14.rst:138 msgid "Import this signature in to the RPM database:" msgstr "" #: ../../source/installation-guide/kolab-14/rhel-7-enterprise-14.rst:144 msgid "Install the Kolab Enterprise repository configuration package:" msgstr "" #: ../../source/installation-guide/kolab-14/rhel-7-enterprise-14.rst:150 msgid "Install Kolab Enterprise:" msgstr "" #: ../../source/installation-guide/kolab-14/rhel-7-enterprise-14.rst:156 msgid "Do not forget to also execute :command:`yum update`." msgstr "" #: ../../source/installation-guide/kolab-14/rhel-7-enterprise-14.rst:158 msgid "Continue to :ref:`installation-guide-setup-kolab`." msgstr "" #: ../../source/installation-guide/kolab-14/rhel-7-enterprise-14.rst:161 msgid "Footnotes" msgstr "" #: ../../source/installation-guide/kolab-14/rhel-7-enterprise-14.rst:164 msgid "" "https://support.kolabsys.com/Obtaining," "_Renewing_and_Using_a_Client_SSL_Certificate#Using_a_Customer_or_Partner_Client_SSL_Certificate." msgstr "" diff --git a/locale/de/LC_MESSAGES/installation-guide/kolab-14/ucs-4-enterprise-14.po b/locale/de/LC_MESSAGES/installation-guide/kolab-14/ucs-4-enterprise-14.po index 81f2b13a..6c9124bb 100644 --- a/locale/de/LC_MESSAGES/installation-guide/kolab-14/ucs-4-enterprise-14.po +++ b/locale/de/LC_MESSAGES/installation-guide/kolab-14/ucs-4-enterprise-14.po @@ -1,86 +1,85 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/installation-guide/kolab-14/ucs-4-enterprise-14.rst:92 msgid "Installation of Kolab Enterprise 14 on Univention Corporate Server 4" msgstr "" #: ../../source/installation-guide/kolab-14/ucs-4-enterprise-14.rst:96 msgid "" "There are **multiple versions** of Kolab for UCS. Make sure you choose the " "correct version for your requirements." msgstr "" #: ../../source/installation-guide/kolab-14/ucs-4-enterprise-14.rst:100 msgid "App Center Edition" msgstr "" #: ../../source/installation-guide/kolab-14/ucs-4-enterprise-14.rst:102 msgid "" "An evaluation version of Kolab is available in the Univention App Center. " "This edition does *not* provide you with bugfix, security or enhancement " "updates." msgstr "" #: ../../source/installation-guide/kolab-14/ucs-4-enterprise-14.rst:107 msgid "Kolab Enterprise 14" msgstr "" #: ../../source/installation-guide/kolab-14/ucs-4-enterprise-14.rst:109 msgid "" "To install the Enterprise edition under Kolab Systems support, execute the " "following process:" msgstr "" #: ../../source/installation-guide/kolab-14/ucs-4-enterprise-14.rst:112 msgid "" "Configure your UCS system to obtain the repository configuration packages:" msgstr "" #: ../../source/installation-guide/kolab-14/ucs-4-enterprise-14.rst:124 msgid "" "Install the client certificate you have obtained from Kolab Systems in the " "following location:" msgstr "" #: ../../source/installation-guide/kolab-14/ucs-4-enterprise-14.rst:131 msgid "" "If you do not have an SSL client certificate from Kolab Systems, contact " "sales@kolabsys.com." msgstr "" #: ../../source/installation-guide/kolab-14/ucs-4-enterprise-14.rst:134 msgid "Install the repository configuration package:" msgstr "" #: ../../source/installation-guide/kolab-14/ucs-4-enterprise-14.rst:140 msgid "" "When the installation complains the package cannot be verified, type [y] and " "[Enter] to continue:" msgstr "" #: ../../source/installation-guide/kolab-14/ucs-4-enterprise-14.rst:149 msgid "Install kolab:" msgstr "" #: ../../source/installation-guide/kolab-14/ucs-4-enterprise-14.rst:157 msgid "" "The Kolab Groupware packages for Univention Corporate Server are configured " "automatically. There is no need to run any setup." msgstr "" diff --git a/locale/de/LC_MESSAGES/installation-guide/kolab-3.3/centos-community.po b/locale/de/LC_MESSAGES/installation-guide/kolab-3.3/centos-community.po index e4ccd461..8bc999eb 100644 --- a/locale/de/LC_MESSAGES/installation-guide/kolab-3.3/centos-community.po +++ b/locale/de/LC_MESSAGES/installation-guide/kolab-3.3/centos-community.po @@ -1,42 +1,41 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/installation-guide/kolab-3.3/centos-community.rst:90 msgid "Installation on CentOS" msgstr "" #: ../../source/installation-guide/kolab-3.3/centos-community.rst:92 msgid "Install the :term:`EPEL`_ repository:" msgstr "" #: ../../source/installation-guide/kolab-3.3/centos-community.rst:98 msgid "Install the Kolab Groupware repository configuration:" msgstr "" #: ../../source/installation-guide/kolab-3.3/centos-community.rst:106 msgid "Import the GPG key used to sign the packages:" msgstr "" #: ../../source/installation-guide/kolab-3.3/centos-community.rst:112 msgid "4. 4. Install Kolab Groupware:" msgstr "" #: ../../source/installation-guide/kolab-3.3/centos-community.rst:119 msgid "Continue to :ref:`installation-guide-setup-kolab`." msgstr "" diff --git a/locale/de/LC_MESSAGES/installation-guide/kolab-3.3/debian.po b/locale/de/LC_MESSAGES/installation-guide/kolab-3.3/debian.po index 7388728c..3bff17e1 100644 --- a/locale/de/LC_MESSAGES/installation-guide/kolab-3.3/debian.po +++ b/locale/de/LC_MESSAGES/installation-guide/kolab-3.3/debian.po @@ -1,83 +1,82 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/installation-guide/kolab-3.3/debian.rst:90 msgid "Installation on Debian" msgstr "" #: ../../source/installation-guide/kolab-3.3/debian.rst:93 msgid "Debian Wheezy" msgstr "" #: ../../source/installation-guide/kolab-3.3/debian.rst:95 msgid "Add the following two lines to ``/etc/apt/sources.list.d/kolab.list``:" msgstr "" #: ../../source/installation-guide/kolab-3.3/debian.rst:97 msgid "For Debian Wheezy:" msgstr "" #: ../../source/installation-guide/kolab-3.3/debian.rst:104 msgid "For Debian Jessie:" msgstr "" #: ../../source/installation-guide/kolab-3.3/debian.rst:108 msgid "" "The packages for Debian Jessie are in an experimental stage, as is Jessie " "itself, and the packages are provided solely on popular demand." msgstr "" #: ../../source/installation-guide/kolab-3.3/debian.rst:117 msgid "Import the GPG key used to sign the packages:" msgstr "" #: ../../source/installation-guide/kolab-3.3/debian.rst:127 msgid "" "The key's fingerprint is: ``79D8 6A05 FDE6 C9FB 4E43 A6C5 830C 2BCF 446D " "5A45``" msgstr "" #: ../../source/installation-guide/kolab-3.3/debian.rst:133 msgid "" "To ensure the Kolab packages have priority over the Debian packages, such as " "must be the case for PHP as well as Cyrus IMAP, please make sure the APT " "preferences pin the obs.kolabsys.com origin as a preferred source." msgstr "" #: ../../source/installation-guide/kolab-3.3/debian.rst:137 msgid "Put the following in ``/etc/apt/preferences.d/kolab``:" msgstr "" #: ../../source/installation-guide/kolab-3.3/debian.rst:145 msgid "Update the repository metadata:" msgstr "" #: ../../source/installation-guide/kolab-3.3/debian.rst:151 msgid "Start the installation of the base package as follows:" msgstr "" #: ../../source/installation-guide/kolab-3.3/debian.rst:157 msgid "" "When asked to confirm you want to install the package and its dependencies, " "press Enter." msgstr "" #: ../../source/installation-guide/kolab-3.3/debian.rst:159 msgid "Continue to :ref:`installation-guide-setup-kolab`." msgstr "" diff --git a/locale/de/LC_MESSAGES/installation-guide/kolab-3.3/fedora.po b/locale/de/LC_MESSAGES/installation-guide/kolab-3.3/fedora.po index e70fa7f5..4b541783 100644 --- a/locale/de/LC_MESSAGES/installation-guide/kolab-3.3/fedora.po +++ b/locale/de/LC_MESSAGES/installation-guide/kolab-3.3/fedora.po @@ -1,48 +1,47 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/installation-guide/kolab-3.3/fedora.rst:90 msgid "Installation on Fedora" msgstr "" #: ../../source/installation-guide/kolab-3.3/fedora.rst:92 msgid "Install the Kolab Groupware repository configuration:" msgstr "" #: ../../source/installation-guide/kolab-3.3/fedora.rst:94 msgid "For Fedora 20 (Heisenburg):" msgstr "" #: ../../source/installation-guide/kolab-3.3/fedora.rst:102 msgid "Import the GPG key used to sign the packages:" msgstr "" #: ../../source/installation-guide/kolab-3.3/fedora.rst:112 msgid "" "The key's fingerprint is: ``79D8 6A05 FDE6 C9FB 4E43 A6C5 830C 2BCF 446D " "5A45``" msgstr "" #: ../../source/installation-guide/kolab-3.3/fedora.rst:119 msgid "Install Kolab Groupware:" msgstr "" #: ../../source/installation-guide/kolab-3.3/fedora.rst:125 msgid "Continue to :ref:`installation-guide-setup-kolab`." msgstr "" diff --git a/locale/de/LC_MESSAGES/installation-guide/kolab-3.3/index.po b/locale/de/LC_MESSAGES/installation-guide/kolab-3.3/index.po index 38956d22..3cf30432 100644 --- a/locale/de/LC_MESSAGES/installation-guide/kolab-3.3/index.po +++ b/locale/de/LC_MESSAGES/installation-guide/kolab-3.3/index.po @@ -1,26 +1,25 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/installation-guide/kolab-3.3/index.rst:89 msgid "Installation Instructions for Kolab 3.3" msgstr "" #: ../../source/installation-guide/kolab-3.3/index.rst:93 msgid "Kolab 3.3 is outdated and the latest release is Kolab 3.4." msgstr "" diff --git a/locale/de/LC_MESSAGES/installation-guide/kolab-3.3/opensuse.po b/locale/de/LC_MESSAGES/installation-guide/kolab-3.3/opensuse.po index beddd37d..936e214e 100644 --- a/locale/de/LC_MESSAGES/installation-guide/kolab-3.3/opensuse.po +++ b/locale/de/LC_MESSAGES/installation-guide/kolab-3.3/opensuse.po @@ -1,52 +1,51 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/installation-guide/kolab-3.3/opensuse.rst:90 msgid "Installation on openSUSE" msgstr "" #: ../../source/installation-guide/kolab-3.3/opensuse.rst:92 msgid "Install the Kolab Groupware repositories:" msgstr "" #: ../../source/installation-guide/kolab-3.3/opensuse.rst:94 msgid "For openSUSE 13.1:" msgstr "" #: ../../source/installation-guide/kolab-3.3/opensuse.rst:101 msgid "For openSUSE 12.3:" msgstr "" #: ../../source/installation-guide/kolab-3.3/opensuse.rst:108 msgid "Import the GPG key used to sign the packages:" msgstr "" #: ../../source/installation-guide/kolab-3.3/opensuse.rst:118 msgid "" "The key's fingerprint is: ``79D8 6A05 FDE6 C9FB 4E43 A6C5 830C 2BCF 446D " "5A45``" msgstr "" #: ../../source/installation-guide/kolab-3.3/opensuse.rst:125 msgid "Install Kolab Groupware:" msgstr "" #: ../../source/installation-guide/kolab-3.3/opensuse.rst:131 msgid "Continue to :ref:`installation-guide-setup-kolab`." msgstr "" diff --git a/locale/de/LC_MESSAGES/installation-guide/kolab-3.3/rhel-community.po b/locale/de/LC_MESSAGES/installation-guide/kolab-3.3/rhel-community.po index b5b17518..70cbcbf1 100644 --- a/locale/de/LC_MESSAGES/installation-guide/kolab-3.3/rhel-community.po +++ b/locale/de/LC_MESSAGES/installation-guide/kolab-3.3/rhel-community.po @@ -1,66 +1,65 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/installation-guide/kolab-3.3/rhel-community.rst:90 msgid "Installation on Red Hat Enterprise Linux" msgstr "" #: ../../source/installation-guide/kolab-3.3/rhel-community.rst:92 msgid "" "Install the `EPEL repository `_ " "configuration using the RPM package linked to from:" msgstr "" #: ../../source/installation-guide/kolab-3.3/rhel-community.rst:95 msgid "`EPEL for CentOS 7`_" msgstr "" #: ../../source/installation-guide/kolab-3.3/rhel-community.rst:97 msgid "`EPEL for CentOS 6`_" msgstr "" #: ../../source/installation-guide/kolab-3.3/rhel-community.rst:103 msgid "Install the Kolab Groupware repository configuration:" msgstr "" #: ../../source/installation-guide/kolab-3.3/rhel-community.rst:105 msgid "For CentOS 7:" msgstr "" #: ../../source/installation-guide/kolab-3.3/rhel-community.rst:113 msgid "For CentOS 6:" msgstr "" #: ../../source/installation-guide/kolab-3.3/rhel-community.rst:121 msgid "Import the GPG key used to sign the packages:" msgstr "" #: ../../source/installation-guide/kolab-3.3/rhel-community.rst:131 msgid "" "The key's fingerprint is: ``79D8 6A05 FDE6 C9FB 4E43 A6C5 830C 2BCF 446D " "5A45``" msgstr "" #: ../../source/installation-guide/kolab-3.3/rhel-community.rst:138 msgid "Install Kolab Groupware:" msgstr "" #: ../../source/installation-guide/kolab-3.3/rhel-community.rst:144 msgid "Continue to :ref:`installation-guide-setup-kolab`." msgstr "" diff --git a/locale/de/LC_MESSAGES/installation-guide/kolab-3.3/suse.po b/locale/de/LC_MESSAGES/installation-guide/kolab-3.3/suse.po index 645c7503..8304601e 100644 --- a/locale/de/LC_MESSAGES/installation-guide/kolab-3.3/suse.po +++ b/locale/de/LC_MESSAGES/installation-guide/kolab-3.3/suse.po @@ -1,35 +1,34 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/installation-guide/kolab-3.3/suse.rst:90 msgid "Installation on SUSE Linux Enterprise Server" msgstr "" #: ../../source/installation-guide/kolab-3.3/suse.rst msgid "Todo" msgstr "" #: ../../source/installation-guide/kolab-3.3/suse.rst:94 msgid "" "The installation chapter for SUSE Linux Enterprise Server should be written." msgstr "" #: ../../source/installation-guide/kolab-3.3/suse.rst:96 msgid "Continue to :ref:`installation-guide-setup-kolab`." msgstr "" diff --git a/locale/de/LC_MESSAGES/installation-guide/kolab-3.3/ubuntu.po b/locale/de/LC_MESSAGES/installation-guide/kolab-3.3/ubuntu.po index 65bbce4a..bb4e17c7 100644 --- a/locale/de/LC_MESSAGES/installation-guide/kolab-3.3/ubuntu.po +++ b/locale/de/LC_MESSAGES/installation-guide/kolab-3.3/ubuntu.po @@ -1,77 +1,76 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/installation-guide/kolab-3.3/ubuntu.rst:90 msgid "Installation on Ubuntu" msgstr "" #: ../../source/installation-guide/kolab-3.3/ubuntu.rst:92 msgid "Add the following two lines to ``/etc/apt/sources.list.d/kolab.list``:" msgstr "" #: ../../source/installation-guide/kolab-3.3/ubuntu.rst:94 msgid "For Ubuntu 12.04:" msgstr "" #: ../../source/installation-guide/kolab-3.3/ubuntu.rst:101 msgid "For Ubuntu 13.10:" msgstr "" #: ../../source/installation-guide/kolab-3.3/ubuntu.rst:108 msgid "For Ubuntu 14.04:" msgstr "" #: ../../source/installation-guide/kolab-3.3/ubuntu.rst:115 msgid "Import the GPG key used to sign the packages:" msgstr "" #: ../../source/installation-guide/kolab-3.3/ubuntu.rst:125 msgid "" "The key's fingerprint is: ``79D8 6A05 FDE6 C9FB 4E43 A6C5 830C 2BCF 446D " "5A45``" msgstr "" #: ../../source/installation-guide/kolab-3.3/ubuntu.rst:131 msgid "" "To ensure the Kolab packages have priority over the Ubuntu packages, such as " "must be the case for PHP as well as Cyrus IMAP, please make sure the APT " "preferences pin the obs.kolabsys.com origin as a preferred source." msgstr "" #: ../../source/installation-guide/kolab-3.3/ubuntu.rst:135 msgid "Put the following in ``/etc/apt/preferences.d/kolab``:" msgstr "" #: ../../source/installation-guide/kolab-3.3/ubuntu.rst:143 msgid "Update the repository metadata:" msgstr "" #: ../../source/installation-guide/kolab-3.3/ubuntu.rst:149 msgid "Start the installation of the base package as follows:" msgstr "" #: ../../source/installation-guide/kolab-3.3/ubuntu.rst:155 msgid "" "When asked to confirm you want to install the package and its dependencies, " "press Enter." msgstr "" #: ../../source/installation-guide/kolab-3.3/ubuntu.rst:157 msgid "Continue to :ref:`installation-guide-setup-kolab`." msgstr "" diff --git a/locale/de/LC_MESSAGES/installation-guide/kolab-3.4/centos-7-community-3.4.po b/locale/de/LC_MESSAGES/installation-guide/kolab-3.4/centos-7-community-3.4.po index fdfab17b..9a77c55f 100644 --- a/locale/de/LC_MESSAGES/installation-guide/kolab-3.4/centos-7-community-3.4.po +++ b/locale/de/LC_MESSAGES/installation-guide/kolab-3.4/centos-7-community-3.4.po @@ -1,52 +1,51 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/installation-guide/kolab-3.4/centos-7-community-3.4.rst:92 msgid "Installation of Kolab 3.4 on CentOS 7" msgstr "" #: ../../source/installation-guide/kolab-3.4/centos-7-community-3.4.rst:94 msgid "Install the :term:`EPEL` repository:" msgstr "" #: ../../source/installation-guide/kolab-3.4/centos-7-community-3.4.rst:100 msgid "Install the Kolab Groupware repository configuration:" msgstr "" #: ../../source/installation-guide/kolab-3.4/centos-7-community-3.4.rst:108 msgid "Install the **yum-plugin-priorities** package:" msgstr "" #: ../../source/installation-guide/kolab-3.4/centos-7-community-3.4.rst:114 msgid "" "Make sure that the packages from the Kolab repositories have a higher " "priority than eg. the Epel packages:" msgstr "" #: ../../source/installation-guide/kolab-3.4/centos-7-community-3.4.rst:120 msgid "Import the GPG key used to sign the packages:" msgstr "" #: ../../source/installation-guide/kolab-3.4/centos-7-community-3.4.rst:126 msgid "Install Kolab Groupware:" msgstr "" #: ../../source/installation-guide/kolab-3.4/centos-7-community-3.4.rst:132 msgid "Continue to :ref:`installation-guide-setup-kolab`." msgstr "" diff --git a/locale/de/LC_MESSAGES/installation-guide/kolab-3.4/debian-7-community-3.4.po b/locale/de/LC_MESSAGES/installation-guide/kolab-3.4/debian-7-community-3.4.po index f297a2f6..87a3f334 100644 --- a/locale/de/LC_MESSAGES/installation-guide/kolab-3.4/debian-7-community-3.4.po +++ b/locale/de/LC_MESSAGES/installation-guide/kolab-3.4/debian-7-community-3.4.po @@ -1,65 +1,64 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/installation-guide/kolab-3.4/debian-7-community-3.4.rst:92 msgid "Installation of Kolab 3.4 on Debian 7" msgstr "" #: ../../source/installation-guide/kolab-3.4/debian-7-community-3.4.rst:94 msgid "Add the following two lines to ``/etc/apt/sources.list.d/kolab.list``:" msgstr "" #: ../../source/installation-guide/kolab-3.4/debian-7-community-3.4.rst:101 msgid "Import the GPG key used to sign the packages:" msgstr "" #: ../../source/installation-guide/kolab-3.4/debian-7-community-3.4.rst:111 msgid "" "The key's fingerprint is: ``79D8 6A05 FDE6 C9FB 4E43 A6C5 830C 2BCF 446D " "5A45``" msgstr "" #: ../../source/installation-guide/kolab-3.4/debian-7-community-3.4.rst:117 msgid "" "To ensure the Kolab packages have priority over the Debian packages, such as " "must be the case for PHP as well as Cyrus IMAP, please make sure the APT " "preferences pin the obs.kolabsys.com origin as a preferred source." msgstr "" #: ../../source/installation-guide/kolab-3.4/debian-7-community-3.4.rst:121 msgid "Put the following in ``/etc/apt/preferences.d/kolab``:" msgstr "" #: ../../source/installation-guide/kolab-3.4/debian-7-community-3.4.rst:129 msgid "Update the repository metadata:" msgstr "" #: ../../source/installation-guide/kolab-3.4/debian-7-community-3.4.rst:135 msgid "Start the installation of the base package as follows:" msgstr "" #: ../../source/installation-guide/kolab-3.4/debian-7-community-3.4.rst:141 msgid "" "When asked to confirm you want to install the package and its dependencies, " "press Enter." msgstr "" #: ../../source/installation-guide/kolab-3.4/debian-7-community-3.4.rst:143 msgid "Continue to :ref:`installation-guide-setup-kolab`." msgstr "" diff --git a/locale/de/LC_MESSAGES/installation-guide/kolab-3.4/debian-8-community-3.4.po b/locale/de/LC_MESSAGES/installation-guide/kolab-3.4/debian-8-community-3.4.po index 780cd9e0..8050f825 100644 --- a/locale/de/LC_MESSAGES/installation-guide/kolab-3.4/debian-8-community-3.4.po +++ b/locale/de/LC_MESSAGES/installation-guide/kolab-3.4/debian-8-community-3.4.po @@ -1,65 +1,64 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/installation-guide/kolab-3.4/debian-8-community-3.4.rst:92 msgid "Installation of Kolab 3.4 on Debian 8" msgstr "" #: ../../source/installation-guide/kolab-3.4/debian-8-community-3.4.rst:94 msgid "Add the following two lines to ``/etc/apt/sources.list.d/kolab.list``:" msgstr "" #: ../../source/installation-guide/kolab-3.4/debian-8-community-3.4.rst:101 msgid "Import the GPG key used to sign the packages:" msgstr "" #: ../../source/installation-guide/kolab-3.4/debian-8-community-3.4.rst:111 msgid "" "The key's fingerprint is: ``79D8 6A05 FDE6 C9FB 4E43 A6C5 830C 2BCF 446D " "5A45``" msgstr "" #: ../../source/installation-guide/kolab-3.4/debian-8-community-3.4.rst:117 msgid "" "To ensure the Kolab packages have priority over the Debian packages, such as " "must be the case for PHP as well as Cyrus IMAP, please make sure the APT " "preferences pin the obs.kolabsys.com origin as a preferred source." msgstr "" #: ../../source/installation-guide/kolab-3.4/debian-8-community-3.4.rst:121 msgid "Put the following in ``/etc/apt/preferences.d/kolab``:" msgstr "" #: ../../source/installation-guide/kolab-3.4/debian-8-community-3.4.rst:129 msgid "Update the repository metadata:" msgstr "" #: ../../source/installation-guide/kolab-3.4/debian-8-community-3.4.rst:135 msgid "Start the installation of the base package as follows:" msgstr "" #: ../../source/installation-guide/kolab-3.4/debian-8-community-3.4.rst:141 msgid "" "When asked to confirm you want to install the package and its dependencies, " "press Enter." msgstr "" #: ../../source/installation-guide/kolab-3.4/debian-8-community-3.4.rst:143 msgid "Continue to :ref:`installation-guide-setup-kolab`." msgstr "" diff --git a/locale/de/LC_MESSAGES/installation-guide/kolab-3.4/index.po b/locale/de/LC_MESSAGES/installation-guide/kolab-3.4/index.po index a05a5ce2..09c2e36a 100644 --- a/locale/de/LC_MESSAGES/installation-guide/kolab-3.4/index.po +++ b/locale/de/LC_MESSAGES/installation-guide/kolab-3.4/index.po @@ -1,26 +1,25 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/installation-guide/kolab-3.4/index.rst:90 msgid "Installation Instructions for Kolab 3.4" msgstr "" #: ../../source/installation-guide/kolab-3.4/index.rst:94 msgid "Kolab 3.4 is outdated and the latest release is Kolab 16." msgstr "" diff --git a/locale/de/LC_MESSAGES/installation-guide/kolab-3.4/rhel-7-community-3.4.po b/locale/de/LC_MESSAGES/installation-guide/kolab-3.4/rhel-7-community-3.4.po index 078be08d..7e8e82c6 100644 --- a/locale/de/LC_MESSAGES/installation-guide/kolab-3.4/rhel-7-community-3.4.po +++ b/locale/de/LC_MESSAGES/installation-guide/kolab-3.4/rhel-7-community-3.4.po @@ -1,52 +1,51 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/installation-guide/kolab-3.4/rhel-7-community-3.4.rst:92 msgid "Installation of Kolab 3.4 on Red Hat Enterprise Linux 7" msgstr "" #: ../../source/installation-guide/kolab-3.4/rhel-7-community-3.4.rst:94 msgid "Install the :term:`EPEL`_ repository:" msgstr "" #: ../../source/installation-guide/kolab-3.4/rhel-7-community-3.4.rst:100 msgid "Install the Kolab Groupware repository configuration:" msgstr "" #: ../../source/installation-guide/kolab-3.4/rhel-7-community-3.4.rst:108 msgid "Import the GPG key used to sign the packages:" msgstr "" #: ../../source/installation-guide/kolab-3.4/rhel-7-community-3.4.rst:114 msgid "" "Make sure that the packages from the Kolab repositories have a higher " "priority than eg. the Epel packages:" msgstr "" #: ../../source/installation-guide/kolab-3.4/rhel-7-community-3.4.rst:120 msgid "Install the **yum-plugin-priorities** package:" msgstr "" #: ../../source/installation-guide/kolab-3.4/rhel-7-community-3.4.rst:126 msgid "Install Kolab Groupware:" msgstr "" #: ../../source/installation-guide/kolab-3.4/rhel-7-community-3.4.rst:132 msgid "Continue to :ref:`installation-guide-setup-kolab`." msgstr "" diff --git a/locale/de/LC_MESSAGES/installation-guide/kolab-3.4/ucs-4-community-3.4.po b/locale/de/LC_MESSAGES/installation-guide/kolab-3.4/ucs-4-community-3.4.po index 42d75f00..a3ff2129 100644 --- a/locale/de/LC_MESSAGES/installation-guide/kolab-3.4/ucs-4-community-3.4.po +++ b/locale/de/LC_MESSAGES/installation-guide/kolab-3.4/ucs-4-community-3.4.po @@ -1,87 +1,86 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/installation-guide/kolab-3.4/ucs-4-community-3.4.rst:92 msgid "Installation of Kolab 3.4 on Univention Corporate Server 4" msgstr "" #: ../../source/installation-guide/kolab-3.4/ucs-4-community-3.4.rst:94 msgid "" "Kolab Groupware is available in the App Center included with Univention " "Corporate Server. The edition in the Univention Corporate Server App Center " "is the recommended edition of Kolab Groupware unless you have a support " "contract with `Kolab Systems`_ -- in which case you will want to install the " "enterprise edition as documented in :ref:`installation-ucs-enterprise`." msgstr "" #: ../../source/installation-guide/kolab-3.4/ucs-4-community-3.4.rst:103 msgid "" "There are **multiple versions** of Kolab for UCS. Make sure you choose the " "correct version for your requirements." msgstr "" #: ../../source/installation-guide/kolab-3.4/ucs-4-community-3.4.rst:107 msgid "Kolab Groupware from the OBS" msgstr "" #: ../../source/installation-guide/kolab-3.4/ucs-4-community-3.4.rst:111 msgid "" "This is a community version of Kolab Groupware, and it is not recommended " "you run this version in production. Instead, for production systems, use " "Kolab Enterprise from Kolab Systems." msgstr "" #: ../../source/installation-guide/kolab-3.4/ucs-4-community-3.4.rst:115 msgid "Add the following two lines to ``/etc/apt/sources.list.d/kolab.list``:" msgstr "" #: ../../source/installation-guide/kolab-3.4/ucs-4-community-3.4.rst:122 msgid "Import the GPG key used to sign the packages:" msgstr "" #: ../../source/installation-guide/kolab-3.4/ucs-4-community-3.4.rst:132 msgid "" "The key's fingerprint is: ``79D8 6A05 FDE6 C9FB 4E43 A6C5 830C 2BCF 446D " "5A45``" msgstr "" #: ../../source/installation-guide/kolab-3.4/ucs-4-community-3.4.rst:138 msgid "" "To ensure the Kolab packages have priority over the Debian packages, such as " "must be the case for PHP as well as Cyrus IMAP, please make sure the APT " "preferences pin the obs.kolabsys.com origin as a preferred source." msgstr "" #: ../../source/installation-guide/kolab-3.4/ucs-4-community-3.4.rst:142 msgid "Put the following in ``/etc/apt/preferences.d/kolab``:" msgstr "" #: ../../source/installation-guide/kolab-3.4/ucs-4-community-3.4.rst:150 msgid "Enable the unmaintained UCS software repositories:" msgstr "" #: ../../source/installation-guide/kolab-3.4/ucs-4-community-3.4.rst:156 msgid "Update the repository metadata and install Kolab:" msgstr "" #: ../../source/installation-guide/kolab-3.4/ucs-4-community-3.4.rst:164 msgid "" "The Kolab Groupware packages for Univention Corporate Server are configured " "automatically. There is no need to run any setup." msgstr "" diff --git a/locale/de/LC_MESSAGES/installation-guide/kontact-centos.po b/locale/de/LC_MESSAGES/installation-guide/kontact-centos.po index a119973f..d71f2a16 100644 --- a/locale/de/LC_MESSAGES/installation-guide/kontact-centos.po +++ b/locale/de/LC_MESSAGES/installation-guide/kontact-centos.po @@ -1,52 +1,51 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/installation-guide/kontact-centos.rst:90 msgid "Installation on CentOS" msgstr "" #: ../../source/installation-guide/kontact-centos.rst:92 msgid "Activate the EPEL repository:" msgstr "" #: ../../source/installation-guide/kontact-centos.rst:98 msgid "Install the Kontact repository configuration:" msgstr "" #: ../../source/installation-guide/kontact-centos.rst:100 msgid "For CentOS 7:" msgstr "" #: ../../source/installation-guide/kontact-centos.rst:107 msgid "" "Make sure that the Kolab Kontact repositories get a higher priority, eg. we " "need kdepimlibs to be installed from Kolab rather than from CentOS:" msgstr "" #: ../../source/installation-guide/kontact-centos.rst:117 msgid "Import the GPG key used to sign the packages:" msgstr "" #: ../../source/installation-guide/kontact-centos.rst:123 msgid "Install the Kolab Desktop Client" msgstr "" #: ../../source/installation-guide/kontact-centos.rst:129 msgid "Continue to :ref:`_settings-clientconfig-kontact`." msgstr "" diff --git a/locale/de/LC_MESSAGES/installation-guide/kontact-fedora.po b/locale/de/LC_MESSAGES/installation-guide/kontact-fedora.po index f83cc66f..b8058c98 100644 --- a/locale/de/LC_MESSAGES/installation-guide/kontact-fedora.po +++ b/locale/de/LC_MESSAGES/installation-guide/kontact-fedora.po @@ -1,52 +1,51 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/installation-guide/kontact-fedora.rst:90 msgid "Installation on Fedora" msgstr "" #: ../../source/installation-guide/kontact-fedora.rst:92 msgid "Install the Kontact repository configuration:" msgstr "" #: ../../source/installation-guide/kontact-fedora.rst:94 msgid "For Fedora 23 (Twenty Three):" msgstr "" #: ../../source/installation-guide/kontact-fedora.rst:101 msgid "For Fedora 22 (Twenty Two):" msgstr "" #: ../../source/installation-guide/kontact-fedora.rst:108 msgid "" "Make sure that the Kolab Kontact repositories get a higher priority, eg. we " "need kdepimlibs to be installed from Kolab rather than from Fedora:" msgstr "" #: ../../source/installation-guide/kontact-fedora.rst:118 msgid "Import the GPG key used to sign the packages:" msgstr "" #: ../../source/installation-guide/kontact-fedora.rst:124 msgid "Install the Kolab Desktop Client" msgstr "" #: ../../source/installation-guide/kontact-fedora.rst:130 msgid "Continue to :ref:`_settings-clientconfig-kontact`." msgstr "" diff --git a/locale/de/LC_MESSAGES/installation-guide/kontact-ubuntu.po b/locale/de/LC_MESSAGES/installation-guide/kontact-ubuntu.po index 6af46f05..9fcf3563 100644 --- a/locale/de/LC_MESSAGES/installation-guide/kontact-ubuntu.po +++ b/locale/de/LC_MESSAGES/installation-guide/kontact-ubuntu.po @@ -1,50 +1,49 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/installation-guide/kontact-ubuntu.rst:92 msgid "Installation on Ubuntu 14.04" msgstr "" #: ../../source/installation-guide/kontact-ubuntu.rst:94 msgid "Add the following line to ``/etc/apt/sources.list.d/kolab.list``:" msgstr "" #: ../../source/installation-guide/kontact-ubuntu.rst:100 msgid "Download the release key:" msgstr "" #: ../../source/installation-guide/kontact-ubuntu.rst:106 msgid "Add key to valid keys:" msgstr "" #: ../../source/installation-guide/kontact-ubuntu.rst:112 msgid "Update the sources:" msgstr "" #: ../../source/installation-guide/kontact-ubuntu.rst:118 msgid "Install kolab-desktop-client:" msgstr "" #: ../../source/installation-guide/kontact-ubuntu.rst:124 msgid "Start the Kolab Desktop Client:" msgstr "" #: ../../source/installation-guide/kontact-ubuntu.rst:130 msgid "Continue to :ref:`_settings-clientconfig-kontact`." msgstr "" diff --git a/locale/de/LC_MESSAGES/installation-guide/kontact-windows.po b/locale/de/LC_MESSAGES/installation-guide/kontact-windows.po index 8c77b34a..8e20fae6 100644 --- a/locale/de/LC_MESSAGES/installation-guide/kontact-windows.po +++ b/locale/de/LC_MESSAGES/installation-guide/kontact-windows.po @@ -1,106 +1,105 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/installation-guide/kontact-windows.rst:90 msgid "Installation on Windows" msgstr "" #: ../../source/installation-guide/kontact-windows.rst:92 msgid "The Windows version of Kontact is depending on the two tools:" msgstr "" #: ../../source/installation-guide/kontact-windows.rst:94 msgid "`MSVC2013 Redistributable x86`_" msgstr "" #: ../../source/installation-guide/kontact-windows.rst:95 msgid "`GPG4Win 2.2.0 Vanilla`_" msgstr "" #: ../../source/installation-guide/kontact-windows.rst:97 msgid "" "The installer is interactively offering to install these two dependencies " "(point 8. and 9.)." msgstr "" #: ../../source/installation-guide/kontact-windows.rst:100 msgid "Installation" msgstr "" #: ../../source/installation-guide/kontact-windows.rst:102 msgid "Download the latest installer_." msgstr "" #: ../../source/installation-guide/kontact-windows.rst:104 msgid "" "Navigate to the file in the file browser. Double click the file, or Right " "click and select \"Run\"." msgstr "" #: ../../source/installation-guide/kontact-windows.rst:106 msgid "" "Virus protection might not recognize the file as legitimate. Reply: \"Run " "the file anyway\"." msgstr "" #: ../../source/installation-guide/kontact-windows.rst:108 msgid "" "Flash screen: \" Welcome to the installation of Kontact E14\". Click \"Next" "\"." msgstr "" #: ../../source/installation-guide/kontact-windows.rst:111 msgid "Language selection dialogue" msgstr "" #: ../../source/installation-guide/kontact-windows.rst:114 msgid "Install location selection dialogue" msgstr "" #: ../../source/installation-guide/kontact-windows.rst:117 msgid "Install options dialogue" msgstr "" #: ../../source/installation-guide/kontact-windows.rst:120 msgid "Let the installer install GPG4WIN." msgstr "" #: ../../source/installation-guide/kontact-windows.rst:123 msgid "Let the installer install Visual Studio Redistributable 2013." msgstr "" #: ../../source/installation-guide/kontact-windows.rst:126 msgid "Installation progress bar" msgstr "" #: ../../source/installation-guide/kontact-windows.rst:129 msgid "" "When the Completion Screen is showing up, the installation is finished. " "Click \"Finish\"." msgstr "" #: ../../source/installation-guide/kontact-windows.rst:132 msgid "" "With the first start of the tool, the account setup wizard is starting to " "guide the user through the setup of the first account." msgstr "" #: ../../source/installation-guide/kontact-windows.rst:135 msgid "Proceed to \"First\"." msgstr "" diff --git a/locale/de/LC_MESSAGES/installation-guide/rhel-7.po b/locale/de/LC_MESSAGES/installation-guide/rhel-7.po index 12f8b081..a00db490 100644 --- a/locale/de/LC_MESSAGES/installation-guide/rhel-7.po +++ b/locale/de/LC_MESSAGES/installation-guide/rhel-7.po @@ -1,62 +1,61 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/installation-guide/rhel-7.rst:92 msgid "Installation of Kolab 16 on Red Hat Enterprise Linux 7" msgstr "" #: ../../source/installation-guide/rhel-7.rst:94 msgid "" "The installation of Kolab Groupware on Red Hat Enterprise Linux installs a " "number of additional packages, from the :term:`EPEL` software repository." msgstr "" #: ../../source/installation-guide/rhel-7.rst:99 msgid "Installation Procedure" msgstr "" #: ../../source/installation-guide/rhel-7.rst:101 msgid "Install the :term:`EPEL` repository:" msgstr "" #: ../../source/installation-guide/rhel-7.rst:107 msgid "Install the Kolab Groupware repository configuration:" msgstr "" #: ../../source/installation-guide/rhel-7.rst:114 msgid "Import the GPG key used to sign the packages:" msgstr "" #: ../../source/installation-guide/rhel-7.rst:120 msgid "Install the **yum-plugin-priorities** package:" msgstr "" #: ../../source/installation-guide/rhel-7.rst:126 msgid "" "Make sure that the packages from the Kolab repositories have a higher " "priority than eg. the :term:`EPEL` packages:" msgstr "" #: ../../source/installation-guide/rhel-7.rst:132 msgid "Install Kolab Groupware:" msgstr "" #: ../../source/installation-guide/rhel-7.rst:138 msgid "Continue to :ref:`installation-guide-setup-kolab`." msgstr "" diff --git a/locale/de/LC_MESSAGES/installation-guide/winterfell/centos-7.po b/locale/de/LC_MESSAGES/installation-guide/winterfell/centos-7.po index 02754fa8..4b08bcf6 100644 --- a/locale/de/LC_MESSAGES/installation-guide/winterfell/centos-7.po +++ b/locale/de/LC_MESSAGES/installation-guide/winterfell/centos-7.po @@ -1,58 +1,57 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/installation-guide/winterfell/centos-7.rst:92 msgid "Installation of Kolab Winterfell on CentOS 7" msgstr "" #: ../../source/installation-guide/winterfell/centos-7.rst:96 msgid "" "Kolab Winterfell eats babies, for breakfast. There is potential data-loss " "included." msgstr "" #: ../../source/installation-guide/winterfell/centos-7.rst:98 msgid "Install the :term:`EPEL` repository:" msgstr "" #: ../../source/installation-guide/winterfell/centos-7.rst:104 msgid "Install the Kolab Groupware repository configuration:" msgstr "" #: ../../source/installation-guide/winterfell/centos-7.rst:111 msgid "Import the GPG key used to sign the packages:" msgstr "" #: ../../source/installation-guide/winterfell/centos-7.rst:117 msgid "Install the **yum-plugin-priorities** package:" msgstr "" #: ../../source/installation-guide/winterfell/centos-7.rst:123 msgid "" "Make sure that the packages from the Kolab repositories have a higher " "priority than eg. the Epel packages:" msgstr "" #: ../../source/installation-guide/winterfell/centos-7.rst:129 msgid "Install Kolab Groupware:" msgstr "" #: ../../source/installation-guide/winterfell/centos-7.rst:135 msgid "Continue to :ref:`installation-guide-setup-kolab`." msgstr "" diff --git a/locale/de/LC_MESSAGES/installation-guide/winterfell/debian-8.po b/locale/de/LC_MESSAGES/installation-guide/winterfell/debian-8.po index 7d5b3112..528c7164 100644 --- a/locale/de/LC_MESSAGES/installation-guide/winterfell/debian-8.po +++ b/locale/de/LC_MESSAGES/installation-guide/winterfell/debian-8.po @@ -1,59 +1,58 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/installation-guide/winterfell/debian-8.rst:92 msgid "Installation of Kolab Winterfell on Debian 8" msgstr "" #: ../../source/installation-guide/winterfell/debian-8.rst:96 msgid "" "Kolab Winterfell eats babies, for breakfast. There is potential data-loss " "included." msgstr "" #: ../../source/installation-guide/winterfell/debian-8.rst:98 msgid "Add the following two lines to ``/etc/apt/sources.list.d/kolab.list``:" msgstr "" #: ../../source/installation-guide/winterfell/debian-8.rst:105 msgid "Import the GPG key used to sign the packages:" msgstr "" #: ../../source/installation-guide/winterfell/debian-8.rst:111 msgid "" "To ensure the Kolab packages have priority over the Debian packages, such as " "must be the case for PHP as well as Cyrus IMAP, please make sure the APT " "preferences pin the obs.kolabsys.com origin as a preferred source." msgstr "" #: ../../source/installation-guide/winterfell/debian-8.rst:115 msgid "Put the following in ``/etc/apt/preferences.d/kolab``:" msgstr "" #: ../../source/installation-guide/winterfell/debian-8.rst:123 msgid "Update the repository metadata:" msgstr "" #: ../../source/installation-guide/winterfell/debian-8.rst:129 msgid "Start the installation of the base package as follows:" msgstr "" #: ../../source/installation-guide/winterfell/debian-8.rst:135 msgid "Continue to :ref:`installation-guide-setup-kolab`." msgstr "" diff --git a/locale/de/LC_MESSAGES/installation-guide/winterfell/fedora-23.po b/locale/de/LC_MESSAGES/installation-guide/winterfell/fedora-23.po index 63fd00ad..6700559a 100644 --- a/locale/de/LC_MESSAGES/installation-guide/winterfell/fedora-23.po +++ b/locale/de/LC_MESSAGES/installation-guide/winterfell/fedora-23.po @@ -1,50 +1,49 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/installation-guide/winterfell/fedora-23.rst:92 msgid "Installation of Kolab Winterfell on Fedora 23" msgstr "" #: ../../source/installation-guide/winterfell/fedora-23.rst:96 msgid "" "Kolab Winterfell eats babies, for breakfast. There is potential data-loss " "included." msgstr "" #: ../../source/installation-guide/winterfell/fedora-23.rst:98 msgid "Install the Kolab Groupware repository configuration:" msgstr "" #: ../../source/installation-guide/winterfell/fedora-23.rst:105 msgid "Import the GPG key used to sign the packages:" msgstr "" #: ../../source/installation-guide/winterfell/fedora-23.rst:111 msgid "" "Make sure that the packages from the Kolab repositories have a higher " "priority than the stock repositories:" msgstr "" #: ../../source/installation-guide/winterfell/fedora-23.rst:117 msgid "Install Kolab Groupware:" msgstr "" #: ../../source/installation-guide/winterfell/fedora-23.rst:123 msgid "Continue to :ref:`installation-guide-setup-kolab`." msgstr "" diff --git a/locale/de/LC_MESSAGES/installation-guide/winterfell/index.po b/locale/de/LC_MESSAGES/installation-guide/winterfell/index.po index 24e0a4ec..23d94c6d 100644 --- a/locale/de/LC_MESSAGES/installation-guide/winterfell/index.po +++ b/locale/de/LC_MESSAGES/installation-guide/winterfell/index.po @@ -1,50 +1,49 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/installation-guide/winterfell/index.rst:92 msgid "Installing Kolab Winterfell" msgstr "" #: ../../source/installation-guide/winterfell/index.rst:94 msgid "" "A word of caution is justified. Please, pretty please, puppy-face and all " "that included:" msgstr "" #: ../../source/installation-guide/winterfell/index.rst:97 msgid "**Kolab Winterfell eats babies, for breakfast.**" msgstr "" #: ../../source/installation-guide/winterfell/index.rst:99 msgid "" "We expect consumers of Winterfell to be experienced contributors, or #YOLO " "believers." msgstr "" #: ../../source/installation-guide/winterfell/index.rst:101 msgid "" "To clarify, this means that while Winterfell is tested through continuous " "integration before updates land in the repositories, there is **NO** " "guarantee on current CI dealing with technical debt appropriately, nor a " "functional upgrade path having been provided." msgstr "" #: ../../source/installation-guide/winterfell/index.rst:106 msgid "You've been warned." msgstr "" diff --git a/locale/de/LC_MESSAGES/installation-guide/winterfell/rhel-7.po b/locale/de/LC_MESSAGES/installation-guide/winterfell/rhel-7.po index f2a7a74b..e47c2a60 100644 --- a/locale/de/LC_MESSAGES/installation-guide/winterfell/rhel-7.po +++ b/locale/de/LC_MESSAGES/installation-guide/winterfell/rhel-7.po @@ -1,58 +1,57 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/installation-guide/winterfell/rhel-7.rst:92 msgid "Installation of Kolab Winterfell on Red Hat Enterprise Linux 7" msgstr "" #: ../../source/installation-guide/winterfell/rhel-7.rst:96 msgid "" "Kolab Winterfell eats babies, for breakfast. There is potential data-loss " "included." msgstr "" #: ../../source/installation-guide/winterfell/rhel-7.rst:98 msgid "Install the :term:`EPEL` repository:" msgstr "" #: ../../source/installation-guide/winterfell/rhel-7.rst:104 msgid "Install the Kolab Groupware repository configuration:" msgstr "" #: ../../source/installation-guide/winterfell/rhel-7.rst:111 msgid "Import the GPG key used to sign the packages:" msgstr "" #: ../../source/installation-guide/winterfell/rhel-7.rst:117 msgid "Install the **yum-plugin-priorities** package:" msgstr "" #: ../../source/installation-guide/winterfell/rhel-7.rst:123 msgid "" "Make sure that the packages from the Kolab repositories have a higher " "priority than eg. the :term:`EPEL` packages:" msgstr "" #: ../../source/installation-guide/winterfell/rhel-7.rst:129 msgid "Install Kolab Groupware:" msgstr "" #: ../../source/installation-guide/winterfell/rhel-7.rst:135 msgid "Continue to :ref:`installation-guide-setup-kolab`." msgstr "" diff --git a/locale/de/LC_MESSAGES/installation-guide/winterfell/ubuntu-14.04.po b/locale/de/LC_MESSAGES/installation-guide/winterfell/ubuntu-14.04.po index c726b779..4e24f9bc 100644 --- a/locale/de/LC_MESSAGES/installation-guide/winterfell/ubuntu-14.04.po +++ b/locale/de/LC_MESSAGES/installation-guide/winterfell/ubuntu-14.04.po @@ -1,59 +1,58 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/installation-guide/winterfell/ubuntu-14.04.rst:92 msgid "Installation of Kolab Winterfell on Ubuntu 14.04" msgstr "" #: ../../source/installation-guide/winterfell/ubuntu-14.04.rst:96 msgid "" "Kolab Winterfell eats babies, for breakfast. There is potential data-loss " "included." msgstr "" #: ../../source/installation-guide/winterfell/ubuntu-14.04.rst:98 msgid "Add the following two lines to ``/etc/apt/sources.list.d/kolab.list``:" msgstr "" #: ../../source/installation-guide/winterfell/ubuntu-14.04.rst:105 msgid "Import the GPG key used to sign the packages:" msgstr "" #: ../../source/installation-guide/winterfell/ubuntu-14.04.rst:111 msgid "" "To ensure the Kolab packages have priority over the Ubuntu packages, such as " "must be the case for PHP as well as Cyrus IMAP, please make sure the APT " "preferences pin the obs.kolabsys.com origin as a preferred source." msgstr "" #: ../../source/installation-guide/winterfell/ubuntu-14.04.rst:115 msgid "Put the following in ``/etc/apt/preferences.d/kolab``:" msgstr "" #: ../../source/installation-guide/winterfell/ubuntu-14.04.rst:123 msgid "Update the repository metadata:" msgstr "" #: ../../source/installation-guide/winterfell/ubuntu-14.04.rst:129 msgid "Start the installation of the base package as follows:" msgstr "" #: ../../source/installation-guide/winterfell/ubuntu-14.04.rst:135 msgid "Continue to :ref:`installation-guide-setup-kolab`." msgstr "" diff --git a/locale/de/LC_MESSAGES/installation-guide/winterfell/ubuntu-16.04.po b/locale/de/LC_MESSAGES/installation-guide/winterfell/ubuntu-16.04.po index 91273d51..24521bf3 100644 --- a/locale/de/LC_MESSAGES/installation-guide/winterfell/ubuntu-16.04.po +++ b/locale/de/LC_MESSAGES/installation-guide/winterfell/ubuntu-16.04.po @@ -1,59 +1,58 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/installation-guide/winterfell/ubuntu-16.04.rst:92 msgid "Installation of Kolab Winterfell on Ubuntu 16.04" msgstr "" #: ../../source/installation-guide/winterfell/ubuntu-16.04.rst:96 msgid "" "Kolab Winterfell eats babies, for breakfast. There is potential data-loss " "included." msgstr "" #: ../../source/installation-guide/winterfell/ubuntu-16.04.rst:98 msgid "Add the following two lines to ``/etc/apt/sources.list.d/kolab.list``:" msgstr "" #: ../../source/installation-guide/winterfell/ubuntu-16.04.rst:105 msgid "Import the GPG key used to sign the packages:" msgstr "" #: ../../source/installation-guide/winterfell/ubuntu-16.04.rst:111 msgid "" "To ensure the Kolab packages have priority over the Ubuntu packages, such as " "must be the case for PHP as well as Cyrus IMAP, please make sure the APT " "preferences pin the obs.kolabsys.com origin as a preferred source." msgstr "" #: ../../source/installation-guide/winterfell/ubuntu-16.04.rst:115 msgid "Put the following in ``/etc/apt/preferences.d/kolab``:" msgstr "" #: ../../source/installation-guide/winterfell/ubuntu-16.04.rst:123 msgid "Update the repository metadata:" msgstr "" #: ../../source/installation-guide/winterfell/ubuntu-16.04.rst:129 msgid "Start the installation of the base package as follows:" msgstr "" #: ../../source/installation-guide/winterfell/ubuntu-16.04.rst:135 msgid "Continue to :ref:`installation-guide-setup-kolab`." msgstr "" diff --git a/locale/de/LC_MESSAGES/introduction/advantages-of-subscription.po b/locale/de/LC_MESSAGES/introduction/advantages-of-subscription.po index b32b2f00..e882f264 100644 --- a/locale/de/LC_MESSAGES/introduction/advantages-of-subscription.po +++ b/locale/de/LC_MESSAGES/introduction/advantages-of-subscription.po @@ -1,151 +1,150 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/introduction/advantages-of-subscription.rst:92 msgid "The Advantages of Having A Kolab Subscription" msgstr "" #: ../../source/introduction/advantages-of-subscription.rst:94 msgid "" "Subscription-based support is available for Kolab from `Kolab Systems AG`_. " "Kolab Systems is the primary developer and maintainer of Kolab, and provides " "enterprise-level design, deployment, development, and support for Kolab " "installations to public and private organizations of all sizes. " "Subscriptions are offered on a per-seat basis, and provide subscribers with " "distinct advantages." msgstr "" #: ../../source/introduction/advantages-of-subscription.rst:100 msgid "The Benefits of Having a Kolab Subscription" msgstr "" #: ../../source/introduction/advantages-of-subscription.rst:102 msgid "" "Subscriptions are an excellent way to support the ongoing development of " "Kolab, as proceeds go directly into infrastructure Kolab development relies " "on as well as the employment of the core Kolab technical team." msgstr "" #: ../../source/introduction/advantages-of-subscription.rst:106 msgid "" "But the most compelling aspect of subscriptions are the exclusive benefits " "that come with them. These advantages reliably lower the cost of ownership " "and increase overall reliability for the customer, including:" msgstr "" #: ../../source/introduction/advantages-of-subscription.rst:109 msgid "Access to rolling security and bugfix updates" msgstr "" #: ../../source/introduction/advantages-of-subscription.rst:111 msgid "" "Non-subscribers will need to update their Kolab installations annually to " "get the last year's worth of fixes and improvements. Subscribers, on the " "other hand, benefit immediately from fixes as they become available between " "releases. Along with releases, all updates are cryptographically signed with " "Kolab System's private GPG key allowing verification of the binaries." msgstr "" #: ../../source/introduction/advantages-of-subscription.rst:116 msgid "Five years of extended support for each release" msgstr "" #: ../../source/introduction/advantages-of-subscription.rst:118 msgid "" "This is vitally important for production deployments, as significant changes " "may occur from one annual release to the next. Performing “update the world” " "upgrades to production systems every year can be a significant task and " "induce risk, both of which incur costs. Subscribers, on the other hand, can " "upgrade when it fits their interests best, secure in the knowledge that the " "version of Kolab they are currently running will be supported for years to " "come in that configuration." msgstr "" #: ../../source/introduction/advantages-of-subscription.rst:124 msgid "" "And of course, all released packages are kept in perpetuity, which grants " "additional management flexibility, such as being able to downgrade specific " "components via the package manager if needed." msgstr "" #: ../../source/introduction/advantages-of-subscription.rst:127 msgid "Professional support from Kolab Systems" msgstr "" #: ../../source/introduction/advantages-of-subscription.rst:129 msgid "" "If problems are encountered during setup, deployment, migration or " "production usage, you can access the expertise of Kolab Systems' technical " "support team through your subscription privileges, such as access to our " "internal ticketing system. Subscribers also receive greater priority in the " "community support forums and other communication channels Kolab Systems " "maintains." msgstr "" #: ../../source/introduction/advantages-of-subscription.rst:135 msgid "Professional services" msgstr "" #: ../../source/introduction/advantages-of-subscription.rst:137 msgid "" "Kolab Systems' “Tiger Team” of specialists may be retained by those with " "active Kolab subscriptions. Services which are available on a per-project " "basis include deployment planning and management, infrastructure integration " "(e.g. with existing directory services, including Active Directory), custom " "development, and white-labeling. For deployments with special requirements " "or that need to scale reliably, this expertise in high-availability, load-" "balancing, cluster/cloud deployment, and integration is invaluable." msgstr "" #: ../../source/introduction/advantages-of-subscription.rst:143 msgid "" "Subscribers also have greater influence over where Kolab Systems focuses " "development resources for upcoming releases in general." msgstr "" #: ../../source/introduction/advantages-of-subscription.rst:146 msgid "Access to optimized system packages" msgstr "" #: ../../source/introduction/advantages-of-subscription.rst:148 msgid "" "By default, Kolab uses the stock packages for PHP, Apache HTTPD, MariaDB, " "openSSL and others that come with the base operating system. Kolab Systems " "engineers have made many improvements to the configuration and builds of " "these packages that are available exclusively to subscribers." msgstr "" #: ../../source/introduction/advantages-of-subscription.rst:152 msgid "" "These optimizations ensure, for instance, that Roundcube scales well and " "that encryption is set up in the most secure way possible for Kolab's needs. " "Every production environment benefits from this tuning and fitness work, and " "is only available to Kolab subscribers." msgstr "" #: ../../source/introduction/advantages-of-subscription.rst:157 msgid "Have Questions or Comments?" msgstr "" #: ../../source/introduction/advantages-of-subscription.rst:159 msgid "" "We welcome feedback from our users, customers and partners. If you have any " "questions, concerns or comments about the information in this briefing, " "please do not hesitate to contact us by email at info@kolabsystems.com." msgstr "" diff --git a/locale/de/LC_MESSAGES/introduction/do-it-yourself-or-kolab.po b/locale/de/LC_MESSAGES/introduction/do-it-yourself-or-kolab.po index cff10cde..1b8a3f85 100644 --- a/locale/de/LC_MESSAGES/introduction/do-it-yourself-or-kolab.po +++ b/locale/de/LC_MESSAGES/introduction/do-it-yourself-or-kolab.po @@ -1,158 +1,157 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/introduction/do-it-yourself-or-kolab.rst:92 msgid "Do It Yourself, or Kolab?" msgstr "" #: ../../source/introduction/do-it-yourself-or-kolab.rst:96 msgid "" "While we put an emphasis on the benefits of using Kolab Groupware rather " "than you DIY groupware server, please do not feel discouraged to pursue a " "DIY groupware server on your own -- we believe that once you have, you may " "appreciate Kolab Groupware more, rather than less." msgstr "" #: ../../source/introduction/do-it-yourself-or-kolab.rst:102 msgid "" "Should you choose to DIY a groupware server, you would typically start with " "choosing a series of components that are available to you that could be made " "to provide you with the set of features you desire. A suggested set of such " "components might include:" msgstr "" #: ../../source/introduction/do-it-yourself-or-kolab.rst:107 msgid "A Mail Transfer Agent (MTA) such as **Postfix**," msgstr "" #: ../../source/introduction/do-it-yourself-or-kolab.rst:109 msgid "An IMAP server such as **Cyrus IMAP**," msgstr "" #: ../../source/introduction/do-it-yourself-or-kolab.rst:111 msgid "A web client such as **Roundcube**," msgstr "" #: ../../source/introduction/do-it-yourself-or-kolab.rst:113 msgid "An LDAP server such as **389 Directory Server**." msgstr "" #: ../../source/introduction/do-it-yourself-or-kolab.rst:115 msgid "" "You would be able to hook up Postfix to Cyrus IMAP, hook up Postfix to LDAP " "for recipient email address verification and authentication, hook up Cyrus " "IMAP to LDAP for authentication and authorization, and hook up the web " "client to Postfix, Cyrus IMAP and LDAP, providing you with a basic " "infrastructure to exchange emails." msgstr "" #: ../../source/introduction/do-it-yourself-or-kolab.rst:121 msgid "" "Even just the initial setup can appear quite daunting -- something as " "seemingly straight-forward as SMTP turns out to become quite complex when " "you keep security and integrity in mind, but you want to enable your users " "to send using an envelope sender address that is not their authorization ID " "(i.e. their login username)." msgstr "" #: ../../source/introduction/do-it-yourself-or-kolab.rst:127 msgid "" "Additional configuration could be applied to provide the web client with a " "Global Address Book for auto-completion and distribution groups, and " "probably also a few other features of the software. However it could not be " "set up to include additional user identities, alias sender email addresses, " "delegation nor managed shared folders." msgstr "" #: ../../source/introduction/do-it-yourself-or-kolab.rst:133 msgid "" "This may leave some items to be desired, but perhaps not all of them are " "equally important to you personally;" msgstr "" #: ../../source/introduction/do-it-yourself-or-kolab.rst:136 msgid "In the category of **automation**:" msgstr "" #: ../../source/introduction/do-it-yourself-or-kolab.rst:138 msgid "" "The initial setup may lead you to read many, very many HOWTOs and more (or " "less) detailed documentation spread across the web, to see what components " "to use/prefer/choose for the set of functionality you desire, and how to " "configure the individual components in such a way they function together." msgstr "" #: ../../source/introduction/do-it-yourself-or-kolab.rst:144 msgid "" "After you create a user in LDAP, you may still need to create a mailbox." msgstr "" #: ../../source/introduction/do-it-yourself-or-kolab.rst:147 msgid "" "When you change a user's name or email address, those changes may still need " "to be reflected elsewhere, such as access control lists on IMAP folders, the " "user's INBOX path, the user's web client profile name, etc." msgstr "" #: ../../source/introduction/do-it-yourself-or-kolab.rst:152 msgid "" "You may have to update your configuration each time you add a new domain." msgstr "" #: ../../source/introduction/do-it-yourself-or-kolab.rst:155 msgid "" "When you're done, you may still only have a mail server and not a groupware " "server." msgstr "" #: ../../source/introduction/do-it-yourself-or-kolab.rst:158 msgid "" "As such, a DIY groupware server might benefit from a little **glue** to tie " "together the various components -- Kolab Groupware is that glue." msgstr "" #: ../../source/introduction/do-it-yourself-or-kolab.rst:161 msgid "In the category of **features**:" msgstr "" #: ../../source/introduction/do-it-yourself-or-kolab.rst:163 msgid "" "You may wish to be able to provide calendaring, address books, task lists, " "and other such nifty groupware features to your users," msgstr "" #: ../../source/introduction/do-it-yourself-or-kolab.rst:166 msgid "" "You may then also wish to be able to provide this content to various desktop " "clients, that may speak IMAP, CardDAV and/or CalDAV," msgstr "" #: ../../source/introduction/do-it-yourself-or-kolab.rst:170 msgid "" "You may desire mobile device synchronization, such as your phone, phablet or " "tablet." msgstr "" #: ../../source/introduction/do-it-yourself-or-kolab.rst:173 msgid "" "As such, to wrangle a full-featured groupware server yourself could become " "cumbersome. An enjoyable learning experience perhaps, but cumbersome " "nonetheless. Kolab Groupware provides these features, among many others, out " "of the box." msgstr "" diff --git a/locale/de/LC_MESSAGES/introduction/index.po b/locale/de/LC_MESSAGES/introduction/index.po index 4391cbdd..07b6a621 100644 --- a/locale/de/LC_MESSAGES/introduction/index.po +++ b/locale/de/LC_MESSAGES/introduction/index.po @@ -1,38 +1,37 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/introduction/index.rst:92 msgid "Introduction to Kolab Groupware" msgstr "" #: ../../source/introduction/index.rst:94 msgid "Welcome to Kolab Groupware!" msgstr "" #: ../../source/introduction/index.rst:96 msgid "" "The community appreciates your interest in Kolab, since the Kolab community " "in turn has an interest in you -- but not in a stalker-like way of course." msgstr "" #: ../../source/introduction/index.rst:100 msgid "" "I expect you are reading this article to learn about Kolab Groupware, so " "please dive right in." msgstr "" diff --git a/locale/de/LC_MESSAGES/introduction/what-is-kolab-groupware.po b/locale/de/LC_MESSAGES/introduction/what-is-kolab-groupware.po index 8402be8c..a459dfb2 100644 --- a/locale/de/LC_MESSAGES/introduction/what-is-kolab-groupware.po +++ b/locale/de/LC_MESSAGES/introduction/what-is-kolab-groupware.po @@ -1,68 +1,67 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/introduction/what-is-kolab-groupware.rst:90 msgid "What is Kolab Groupware?" msgstr "" #: ../../source/introduction/what-is-kolab-groupware.rst:92 msgid "" "Kolab Groupware is a secure, scalable, reliable, flexible, full-featured " "collaboration suite." msgstr "" #: ../../source/introduction/what-is-kolab-groupware.rst:95 msgid "" "Kolab is entirely **Free and Open Source Software** (a.k.a. FOSS), and uses " "**Open Standards**. We'll get to why this is important to us, and hope that " "it is important to you thereafter." msgstr "" #: ../../source/introduction/what-is-kolab-groupware.rst:99 msgid "" "The Kolab Groupware community has been around for well over a decade, and is " "a vibrant mixture of people from all breeds of life -- including technical, " "artistic, political, medical, legal, logistical, military and what-have-you." msgstr "" #: ../../source/introduction/what-is-kolab-groupware.rst:104 msgid "" "Kolab Groupware is the glue between the various pieces of software you would " "choose to Do-It-Yourself (*DIY*) your own mail server, and adds to that " "collaboration capabilities, mobile phone synchronization, native integration " "in to desktop operating system platforms such as Mac OS X, Linux and Windows " "-- in a ready-to-go, integrated offering with a uniquely uniform look and " "feel." msgstr "" #: ../../source/introduction/what-is-kolab-groupware.rst:111 msgid "" "This is built from the ground up with **security**, **privacy** and **user " "control** in mind, reusing the best of Free Software where already " "available. As such, Kolab Groupware is unique in that it is both secure and " "completely Free Software. Our community motto is therefore to *\"Do it right " "or not at all\"*." msgstr "" #: ../../source/introduction/what-is-kolab-groupware.rst:117 msgid "" "Please feel free to continue with :ref:`introduction-do-it-yourself-or-" "kolab`, dive right in to it with the :ref:`installation-guide`, or go back " "to the :ref:`introduction`." msgstr "" diff --git a/locale/de/LC_MESSAGES/introduction/what-is-the-recommended-distribution.po b/locale/de/LC_MESSAGES/introduction/what-is-the-recommended-distribution.po index 0f1d48dd..7709e88c 100644 --- a/locale/de/LC_MESSAGES/introduction/what-is-the-recommended-distribution.po +++ b/locale/de/LC_MESSAGES/introduction/what-is-the-recommended-distribution.po @@ -1,184 +1,183 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/introduction/what-is-the-recommended-distribution.rst:90 msgid "What is the Recommended Distribution?" msgstr "" #: ../../source/introduction/what-is-the-recommended-distribution.rst:92 msgid "" "When people first come around looking for Kolab, and they get in touch, we " "often receive questions along the lines of;" msgstr "" #: ../../source/introduction/what-is-the-recommended-distribution.rst:95 msgid "*What distribution can you recommend for Kolab?*" msgstr "" #: ../../source/introduction/what-is-the-recommended-distribution.rst:97 msgid "Our answer is always a sound;" msgstr "" #: ../../source/introduction/what-is-the-recommended-distribution.rst:99 msgid "*Enterprise Linux 7.*" msgstr "" #: ../../source/introduction/what-is-the-recommended-distribution.rst:101 msgid "In our book, this means CentOS or Red Hat Enterprise Linux." msgstr "" #: ../../source/introduction/what-is-the-recommended-distribution.rst:103 msgid "" "This may sound like a very narrow recommendation, and Kolab has been, " "currently is, will soon, and will continue to be available to wide variety " "of future versions of many more (GNU/)Linux distributions." msgstr "" #: ../../source/introduction/what-is-the-recommended-distribution.rst:108 msgid "Why it is the Recommended Distribution" msgstr "" #: ../../source/introduction/what-is-the-recommended-distribution.rst:110 msgid "" "There are several reasons for an upstream project like Kolab to choose a " "reference implementation -- these are, to a larger or a lesser extent;" msgstr "" #: ../../source/introduction/what-is-the-recommended-distribution.rst:113 msgid "" "It functions as the minimum bar for the product to work on, before " "development is considered principally feature-complete [#]_," msgstr "" #: ../../source/introduction/what-is-the-recommended-distribution.rst:116 msgid "" "It allows continued focus on the existing facilities of the chosen reference " "implementation, allowing for quick repetition of tasks such as deployment " "(for development, quality assurance, etc.)," msgstr "" #: ../../source/introduction/what-is-the-recommended-distribution.rst:120 msgid "" "A reference implementation increases contributors' familiarity with the " "platform, which includes the versions of Python, PHP, MySQL, GCC, cmake, Qt, " "Postfix, Cyrus IMAP, OpenSSL, 389 Directory Server, httpd, and the many " "other languages, build requirements and components included with a Kolab " "Groupware deployment and its development," msgstr "" #: ../../source/introduction/what-is-the-recommended-distribution.rst:127 msgid "" "A common default implementation allows contributors to ultimately work " "(together) yet a little quicker, since all of them are looking at very much " "the same thing, at the same file paths, with the same default configuration, " "and all of them have gathered experience over time, and all of them can help " "one another," msgstr "" #: ../../source/introduction/what-is-the-recommended-distribution.rst:133 msgid "" "Packaging and release management can focus on achieving one thing first, " "before scarse time is spent on all things at the same time," msgstr "" #: ../../source/introduction/what-is-the-recommended-distribution.rst:136 msgid "" "Documentation can be unified around a single primary platform, with all " "others becoming exceptions to the rule. This includes but is not limited to;" msgstr "" #: ../../source/introduction/what-is-the-recommended-distribution.rst:140 msgid "names of software packages," msgstr "" #: ../../source/introduction/what-is-the-recommended-distribution.rst:141 msgid "paths to configuration files," msgstr "" #: ../../source/introduction/what-is-the-recommended-distribution.rst:142 msgid "payload locations such as an IMAP spool or MariaDB database." msgstr "" #: ../../source/introduction/what-is-the-recommended-distribution.rst:144 msgid "" "That said, this is naturally subject to lacking automated deployment and " "quality assurance -- which could then be extended and repeated on other " "platforms, or continuous integration with functional testing, but still a " "build error on a platform that is not the reference implementation could be " "considered a *bug* rather than a *release blocker*." msgstr "" #: ../../source/introduction/what-is-the-recommended-distribution.rst:150 msgid "As to why Enterprise Linux specifically is the distribution of choice;" msgstr "" #: ../../source/introduction/what-is-the-recommended-distribution.rst:152 msgid "" "The majority of Kolab Systems employees is, and has been for a long time, " "intimately familiar with the Fedora Project in participatory fashion, and at " "leadership levels." msgstr "" #: ../../source/introduction/what-is-the-recommended-distribution.rst:156 msgid "" "The majority of system engineers employed by Kolab Systems is RHCE certified." msgstr "" #: ../../source/introduction/what-is-the-recommended-distribution.rst:159 msgid "The support cycle for the distribution is a predictable decade." msgstr "" #: ../../source/introduction/what-is-the-recommended-distribution.rst:161 msgid "" "With running Fedora on our workstations, we become intimately familiar with " "the next generation of Enterprise Linux even before its vendor, Red Hat, " "Inc., is aware of the scope of delivery of their next generation of " "Enterprise Linux." msgstr "" #: ../../source/introduction/what-is-the-recommended-distribution.rst:166 msgid "" "There's both a freely accessible version of it (CentOS), and a proper " "version under support (Red Hat Enterprise Linux). Both the community at " "large, businesses and individuals included, as well as organizations meaning " "serious business have a choice without the two distributions causing head-" "ache." msgstr "" #: ../../source/introduction/what-is-the-recommended-distribution.rst:172 msgid "The platform has a very predictable life-cycle." msgstr "" #: ../../source/introduction/what-is-the-recommended-distribution.rst:174 msgid "The subscription model does not lock you in with a particular version." msgstr "" #: ../../source/introduction/what-is-the-recommended-distribution.rst:177 msgid "The platform has a very predictable release cycle." msgstr "" #: ../../source/introduction/what-is-the-recommended-distribution.rst:180 msgid "Footnotes" msgstr "" #: ../../source/introduction/what-is-the-recommended-distribution.rst:183 msgid "" "For a development cycle to be *feature-complete* is not to say the product " "is *bug-free* or *portable*." msgstr "" diff --git a/locale/de/LC_MESSAGES/kolab-enterprise-13.po b/locale/de/LC_MESSAGES/kolab-enterprise-13.po index dd5c7096..9405065f 100644 --- a/locale/de/LC_MESSAGES/kolab-enterprise-13.po +++ b/locale/de/LC_MESSAGES/kolab-enterprise-13.po @@ -1,191 +1,190 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/kolab-enterprise-13.rst:90 msgid "Kolab Enterprise 13" msgstr "" #: ../../source/kolab-enterprise-13.rst:92 msgid "Kolab Groupware core features:" msgstr "" #: ../../source/kolab-enterprise-13.rst:94 msgid "**Open Standards**" msgstr "" #: ../../source/kolab-enterprise-13.rst:96 msgid "" "Standards documented in open Requests For Comments (RFCs) are used to store " "your data, allowing you to easily update, upgrade or walk away with your " "personal data intact." msgstr "" #: ../../source/kolab-enterprise-13.rst:100 msgid "**Kolab SMTP Access Policy**" msgstr "" #: ../../source/kolab-enterprise-13.rst:102 msgid "" "Protecting the integrity of your communications, providing delegation " "features (\"send on behalf of\") and optionally apply sender/recipient " "policies." msgstr "" #: ../../source/kolab-enterprise-13.rst:106 msgid "**Recipient Policy**" msgstr "" #: ../../source/kolab-enterprise-13.rst:108 msgid "" "For the effortless, consistent application of naming conventions, including " "seemless transliteration of locale-specific characters to representative " "ASCII equivalents (*Möller* in German becomes *Moeller* in ASCII)." msgstr "" #: ../../source/kolab-enterprise-13.rst:112 msgid "**Web Administration Panel** (WAP)" msgstr "" #: ../../source/kolab-enterprise-13.rst:114 msgid "**Administration Panel API**" msgstr "" #: ../../source/kolab-enterprise-13.rst:116 msgid "**Free/Busy**" msgstr "" #: ../../source/kolab-enterprise-13.rst:118 msgid "Calendar" msgstr "" #: ../../source/kolab-enterprise-13.rst:119 msgid "Task List" msgstr "" #: ../../source/kolab-enterprise-13.rst:120 msgid "Address Book" msgstr "" #: ../../source/kolab-enterprise-13.rst:122 msgid "**Global Address Book**" msgstr "" #: ../../source/kolab-enterprise-13.rst:124 msgid "" "Enhanced LDAP interfaces and Kolab Systems expertise allow Global Address " "Books from LDAP to scale up to millions of entries without loss of " "performance in browsing, navigating and searching entries, and auto-" "completion of addresses continues to perform well (< 2ms response times for " "fuzzy 3-character searches over 4 attributes for 1 million entries)." msgstr "" #: ../../source/kolab-enterprise-13.rst:130 msgid "Folding groups / nested groups / advanced group navigation" msgstr "" #: ../../source/kolab-enterprise-13.rst:132 msgid "**The World's Most Popular Webmail Client**" msgstr "" #: ../../source/kolab-enterprise-13.rst:134 msgid "" "The world's most popular webmail client, Roundcube, has hundreds of " "thousands installations around the globe, serving millions of users." msgstr "" #: ../../source/kolab-enterprise-13.rst:137 msgid "**CalDAV and CardDAV**" msgstr "" #: ../../source/kolab-enterprise-13.rst:139 msgid "" "Access your personal data via CalDAV and CardDAV, for integration with " "native Mac OS X and iOS applications, client applications including GNOME " "Evolution and Thunderbird (with the Lightning extension), and Microsoft " "Outlook." msgstr "" #: ../../source/kolab-enterprise-13.rst:144 msgid "**File Cloud**" msgstr "" #: ../../source/kolab-enterprise-13.rst:146 msgid "" "Glorified WebDAV done right, with modular application Chwala seemlessly " "integrating Kolab Groupware security and scalability in to the web client" msgstr "" #: ../../source/kolab-enterprise-13.rst:149 msgid "**Multi-domain Support**" msgstr "" #: ../../source/kolab-enterprise-13.rst:151 msgid "Without manual intervention." msgstr "" #: ../../source/kolab-enterprise-13.rst:155 msgid "Features exclusive to the Enterprise Edition:" msgstr "" #: ../../source/kolab-enterprise-13.rst:157 msgid "" "Perfect Forward Secrecy (PFS), through httpd 2.4+ and openssl 1.0.1e " "(rebuilt with Elliptic Curve encryption enabled, which may otherwise not be " "exported from the U.S.)." msgstr "" #: ../../source/kolab-enterprise-13.rst:160 msgid "Hosted Kolab Customer Control Panel (HKCCP)" msgstr "" #: ../../source/kolab-enterprise-13.rst:161 msgid "DRBD" msgstr "" #: ../../source/kolab-enterprise-13.rst:162 msgid "GlusterFS" msgstr "" #: ../../source/kolab-enterprise-13.rst:163 msgid "NGINX" msgstr "" #: ../../source/kolab-enterprise-13.rst:165 msgid "Additional Optional Features:" msgstr "" #: ../../source/kolab-enterprise-13.rst:167 msgid "MySQL 5.5 (for improved InnoDB performance) (?)" msgstr "" #: ../../source/kolab-enterprise-13.rst:168 msgid "Postgres (?)" msgstr "" #: ../../source/kolab-enterprise-13.rst:170 msgid "debuginfo packages for development" msgstr "" #: ../../source/kolab-enterprise-13.rst:171 msgid "multilib package repositories" msgstr "" #: ../../source/kolab-enterprise-13.rst:172 msgid "every package released remains available (rollback)" msgstr "" diff --git a/locale/de/LC_MESSAGES/kolab-enterprise-14.po b/locale/de/LC_MESSAGES/kolab-enterprise-14.po index de6eb5e0..c0db21ee 100644 --- a/locale/de/LC_MESSAGES/kolab-enterprise-14.po +++ b/locale/de/LC_MESSAGES/kolab-enterprise-14.po @@ -1,191 +1,190 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/kolab-enterprise-14.rst:90 msgid "Kolab Enterprise 14" msgstr "" #: ../../source/kolab-enterprise-14.rst:92 msgid "Kolab Groupware core features:" msgstr "" #: ../../source/kolab-enterprise-14.rst:94 msgid "**Open Standards**" msgstr "" #: ../../source/kolab-enterprise-14.rst:96 msgid "" "Standards documented in open Requests For Comments (RFCs) are used to store " "your data, allowing you to easily update, upgrade or walk away with your " "personal data intact." msgstr "" #: ../../source/kolab-enterprise-14.rst:100 msgid "**Kolab SMTP Access Policy**" msgstr "" #: ../../source/kolab-enterprise-14.rst:102 msgid "" "Protecting the integrity of your communications, providing delegation " "features (\"send on behalf of\") and optionally apply sender/recipient " "policies." msgstr "" #: ../../source/kolab-enterprise-14.rst:106 msgid "**Recipient Policy**" msgstr "" #: ../../source/kolab-enterprise-14.rst:108 msgid "" "For the effortless, consistent application of naming conventions, including " "seemless transliteration of locale-specific characters to representative " "ASCII equivalents (*Möller* in German becomes *Moeller* in ASCII)." msgstr "" #: ../../source/kolab-enterprise-14.rst:112 msgid "**Web Administration Panel** (WAP)" msgstr "" #: ../../source/kolab-enterprise-14.rst:114 msgid "**Administration Panel API**" msgstr "" #: ../../source/kolab-enterprise-14.rst:116 msgid "**Free/Busy**" msgstr "" #: ../../source/kolab-enterprise-14.rst:118 msgid "Calendar" msgstr "" #: ../../source/kolab-enterprise-14.rst:119 msgid "Task List" msgstr "" #: ../../source/kolab-enterprise-14.rst:120 msgid "Address Book" msgstr "" #: ../../source/kolab-enterprise-14.rst:122 msgid "**Global Address Book**" msgstr "" #: ../../source/kolab-enterprise-14.rst:124 msgid "" "Enhanced LDAP interfaces and Kolab Systems expertise allow Global Address " "Books from LDAP to scale up to millions of entries without loss of " "performance in browsing, navigating and searching entries, and auto-" "completion of addresses continues to perform well (< 2ms response times for " "fuzzy 3-character searches over 4 attributes for 1 million entries)." msgstr "" #: ../../source/kolab-enterprise-14.rst:130 msgid "Folding groups / nested groups / advanced group navigation" msgstr "" #: ../../source/kolab-enterprise-14.rst:132 msgid "**The World's Most Popular Webmail Client**" msgstr "" #: ../../source/kolab-enterprise-14.rst:134 msgid "" "The world's most popular webmail client, Roundcube, has hundreds of " "thousands installations around the globe, serving millions of users." msgstr "" #: ../../source/kolab-enterprise-14.rst:137 msgid "**CalDAV and CardDAV**" msgstr "" #: ../../source/kolab-enterprise-14.rst:139 msgid "" "Access your personal data via CalDAV and CardDAV, for integration with " "native Mac OS X and iOS applications, client applications including GNOME " "Evolution and Thunderbird (with the Lightning extension), and Microsoft " "Outlook." msgstr "" #: ../../source/kolab-enterprise-14.rst:144 msgid "**File Cloud**" msgstr "" #: ../../source/kolab-enterprise-14.rst:146 msgid "" "Glorified WebDAV done right, with modular application Chwala seemlessly " "integrating Kolab Groupware security and scalability in to the web client" msgstr "" #: ../../source/kolab-enterprise-14.rst:149 msgid "**Multi-domain Support**" msgstr "" #: ../../source/kolab-enterprise-14.rst:151 msgid "Without manual intervention." msgstr "" #: ../../source/kolab-enterprise-14.rst:155 msgid "Features exclusive to the Enterprise Edition:" msgstr "" #: ../../source/kolab-enterprise-14.rst:157 msgid "" "Perfect Forward Secrecy (PFS), through httpd 2.4+ and openssl 1.0.1e " "(rebuilt with Elliptic Curve encryption enabled, which may otherwise not be " "exported from the U.S.)." msgstr "" #: ../../source/kolab-enterprise-14.rst:160 msgid "Hosted Kolab Customer Control Panel (HKCCP)" msgstr "" #: ../../source/kolab-enterprise-14.rst:161 msgid "DRBD" msgstr "" #: ../../source/kolab-enterprise-14.rst:162 msgid "GlusterFS" msgstr "" #: ../../source/kolab-enterprise-14.rst:163 msgid "NGINX" msgstr "" #: ../../source/kolab-enterprise-14.rst:165 msgid "Additional Optional Features:" msgstr "" #: ../../source/kolab-enterprise-14.rst:167 msgid "MySQL 5.5 (for improved InnoDB performance) (?)" msgstr "" #: ../../source/kolab-enterprise-14.rst:168 msgid "Postgres (?)" msgstr "" #: ../../source/kolab-enterprise-14.rst:170 msgid "debuginfo packages for development" msgstr "" #: ../../source/kolab-enterprise-14.rst:171 msgid "multilib package repositories" msgstr "" #: ../../source/kolab-enterprise-14.rst:172 msgid "every package released remains available (rollback)" msgstr "" diff --git a/locale/de/LC_MESSAGES/puppet/howto/scale-puppet-environments.po b/locale/de/LC_MESSAGES/puppet/howto/scale-puppet-environments.po index 3a833592..1dcaa05d 100644 --- a/locale/de/LC_MESSAGES/puppet/howto/scale-puppet-environments.po +++ b/locale/de/LC_MESSAGES/puppet/howto/scale-puppet-environments.po @@ -1,174 +1,173 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/puppet/howto/scale-puppet-environments.rst:90 msgid "Scale Puppet Environments" msgstr "" #: ../../source/puppet/howto/scale-puppet-environments.rst:92 msgid "In this HOWTO:" msgstr "" #: ../../source/puppet/howto/scale-puppet-environments.rst:94 msgid "Using Puppet with Git and GlusterFS" msgstr "" #: ../../source/puppet/howto/scale-puppet-environments.rst:95 #: ../../source/puppet/howto/scale-puppet-environments.rst:101 msgid "Load-balancing Puppet Masters" msgstr "" #: ../../source/puppet/howto/scale-puppet-environments.rst:96 msgid "Cascading Puppet Masters" msgstr "" #: ../../source/puppet/howto/scale-puppet-environments.rst:97 msgid "Separating the Dashboard UI interface" msgstr "" #: ../../source/puppet/howto/scale-puppet-environments.rst:98 msgid "Separating the Reporting" msgstr "" #: ../../source/puppet/howto/scale-puppet-environments.rst:103 msgid "" "Initially, one Puppet master may suffice for environment, though the Puppet " "master may become very busy serving:" msgstr "" #: ../../source/puppet/howto/scale-puppet-environments.rst:106 msgid "The Puppet master catalog server," msgstr "" #: ../../source/puppet/howto/scale-puppet-environments.rst:107 msgid "The Puppet certificate authority," msgstr "" #: ../../source/puppet/howto/scale-puppet-environments.rst:108 msgid "Git repositories (two per domain, one per module)," msgstr "" #: ../../source/puppet/howto/scale-puppet-environments.rst:109 msgid "The Puppet reporting URL (puppet-dashboard)," msgstr "" #: ../../source/puppet/howto/scale-puppet-environments.rst:110 msgid "The Puppet database (puppetdb)," msgstr "" #: ../../source/puppet/howto/scale-puppet-environments.rst:111 msgid "MySQL for the Puppet dashboard," msgstr "" #: ../../source/puppet/howto/scale-puppet-environments.rst:112 msgid "The Puppet dashboard user interface (dynamic pages)," msgstr "" #: ../../source/puppet/howto/scale-puppet-environments.rst:113 msgid "The Puppet dashboard user interface (static contents)" msgstr "" #: ../../source/puppet/howto/scale-puppet-environments.rst:116 msgid "Double the Puppet Masters" msgstr "" #: ../../source/puppet/howto/scale-puppet-environments.rst:118 msgid "" "In a simplified overview, the connection model between the components that " "make up a Puppet environment, looks as follows:" msgstr "" #: ../../source/puppet/howto/scale-puppet-environments.rst:145 msgid "" "A simple extension to this environment is to supply multiple Puppet masters." msgstr "" #: ../../source/puppet/howto/scale-puppet-environments.rst:148 msgid "A pre-requisite becomes to either;" msgstr "" #: ../../source/puppet/howto/scale-puppet-environments.rst:150 msgid "Split the Puppet certificate authority," msgstr "" #: ../../source/puppet/howto/scale-puppet-environments.rst:152 msgid "Share (at least) :file:`/var/lib/puppet/ssl/` between Puppet masters." msgstr "" #: ../../source/puppet/howto/scale-puppet-environments.rst:155 msgid "" "Note, however, it is recommended to not only share :file:`/var/lib/puppet/" "ssl/`, but other directories as well. One example is :file:`/var/lib/puppet/" "environments/`, which is were your environments are served from, and another " "example is :file:`/var/lib/puppet/files/`, the location of your private and/" "or sensitive files." msgstr "" #: ../../source/puppet/howto/scale-puppet-environments.rst:162 msgid "" "Not sharing :file:`/var/lib/puppet/ssl/` requires you to separate the Puppet " "certificate authority, for otherwise certificates will fail to validate and " "agents have a semi-random chance of hitting the certificate authority that " "does trust the agent's client certificate." msgstr "" #: ../../source/puppet/howto/scale-puppet-environments.rst:167 msgid "" "Failing to share the additional directories -- in addition to :file:`/var/" "lib/puppet/ssl/` -- creates a scenario in which an agent hitting one Puppet " "master then another receives two different catalogs (and depending on your " "environment settings may apply changes effectively going back and forth " "between two versions of its desired state)." msgstr "" #: ../../source/puppet/howto/scale-puppet-environments.rst:174 msgid "" "It is perfectly possible to balance traffic between multiple Puppet masters " "without using proper load-balancing techniques; A ``puppet`` IN A DNS RR " "could hold the IP addresses of the extra Puppet masters in addition to the " "original one." msgstr "" #: ../../source/puppet/howto/scale-puppet-environments.rst:181 msgid "" "Note however such environment does not introduce high-availability through " "load-balancing." msgstr "" #: ../../source/puppet/howto/scale-puppet-environments.rst:184 msgid "" "If a Puppet master becomes unavailable, agents will still be attempting to " "connect to it." msgstr "" #: ../../source/puppet/howto/scale-puppet-environments.rst:194 msgid "The environment would look as follows (new components in green):" msgstr "" #: ../../source/puppet/howto/scale-puppet-environments.rst:235 msgid "" "For true scalability, each component needs be separated from each other " "component, scale up (or down) by itself, and remain available." msgstr "" #: ../../source/puppet/howto/scale-puppet-environments.rst:238 msgid "" "Further, it is recommended to back up the Puppet DB with PostgreSQL for " "larger environments (>= 100 nodes)." msgstr "" diff --git a/locale/de/LC_MESSAGES/puppet/module/basics.po b/locale/de/LC_MESSAGES/puppet/module/basics.po index d8ff218c..257d88a6 100644 --- a/locale/de/LC_MESSAGES/puppet/module/basics.po +++ b/locale/de/LC_MESSAGES/puppet/module/basics.po @@ -1,32 +1,31 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/puppet/module/basics.rst:88 msgid ":tocdepth:2" msgstr "" #: ../../source/puppet/module/basics.rst:94 msgid "Puppet Module Basics" msgstr "" #: ../../source/puppet/module/basics.rst:96 msgid "" "The Puppet modules provided by `Kolab Systems AG`_ form a coherent unit of " "modules" msgstr "" diff --git a/locale/de/LC_MESSAGES/puppet/workstations.po b/locale/de/LC_MESSAGES/puppet/workstations.po index dd807ce6..33d67598 100644 --- a/locale/de/LC_MESSAGES/puppet/workstations.po +++ b/locale/de/LC_MESSAGES/puppet/workstations.po @@ -1,38 +1,37 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/puppet/workstations.rst:90 msgid "Puppet for Workstations" msgstr "" #: ../../source/puppet/workstations.rst:93 msgid "Setting the Desktop Manager" msgstr "" #: ../../source/puppet/workstations.rst:96 msgid "Removing the Userlist from the GDM Login Screen" msgstr "" #: ../../source/puppet/workstations.rst:99 msgid "Disallowing Fingerprint Authentication in GDM" msgstr "" #: ../../source/puppet/workstations.rst:102 msgid "Enforcing a Desktop Locks after x Minutes of Inactivity" msgstr "" diff --git a/locale/de/LC_MESSAGES/reference-implementation-architecture/index.po b/locale/de/LC_MESSAGES/reference-implementation-architecture/index.po index 132b1cc0..d8912125 100644 --- a/locale/de/LC_MESSAGES/reference-implementation-architecture/index.po +++ b/locale/de/LC_MESSAGES/reference-implementation-architecture/index.po @@ -1,460 +1,459 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/reference-implementation-architecture/index.rst:90 msgid "Reference Implementation Architecture" msgstr "" #: ../../source/reference-implementation-architecture/index.rst:92 msgid "" "This is the reference implementation architecture documentation for Kolab " "Groupware." msgstr "" #: ../../source/reference-implementation-architecture/index.rst:95 msgid "" "It consists of a certain network topology on top of a completely virtualized " "environment, with an opportunity to create a :term:`Policy Enforcement " "Point` between all separate functional components." msgstr "" #: ../../source/reference-implementation-architecture/index.rst:101 msgid "Environment Outline" msgstr "" #: ../../source/reference-implementation-architecture/index.rst:103 msgid "" "At least two KVM hypervisors running Red Hat Enterprise Linux 6 or above," msgstr "" #: ../../source/reference-implementation-architecture/index.rst:106 msgid "**libvirt** for management," msgstr "" #: ../../source/reference-implementation-architecture/index.rst:107 msgid "**openvswitch** for networking," msgstr "" #: ../../source/reference-implementation-architecture/index.rst:109 msgid "Shared storage for the hypervisors," msgstr "" #: ../../source/reference-implementation-architecture/index.rst:111 msgid "To facilitate live migration," msgstr "" #: ../../source/reference-implementation-architecture/index.rst:112 msgid "Clustered LVM volume groups," msgstr "" #: ../../source/reference-implementation-architecture/index.rst:113 msgid "SAN locking," msgstr "" #: ../../source/reference-implementation-architecture/index.rst:115 msgid "Redundant, high-availability firewalls with three ethernet interfaces," msgstr "" #: ../../source/reference-implementation-architecture/index.rst:118 msgid "Exclusive use of private IP space for the internal networks," msgstr "" #: ../../source/reference-implementation-architecture/index.rst:120 msgid "Port-Address-Translation (PAT)," msgstr "" #: ../../source/reference-implementation-architecture/index.rst:122 msgid "System provisioning with Cobbler," msgstr "" #: ../../source/reference-implementation-architecture/index.rst:124 msgid "Configuration Management with Puppet," msgstr "" #: ../../source/reference-implementation-architecture/index.rst:126 msgid "Monitoring with Nagios," msgstr "" #: ../../source/reference-implementation-architecture/index.rst:128 msgid "Trending with Munin," msgstr "" #: ../../source/reference-implementation-architecture/index.rst:130 msgid "Centralized logging with RSyslog, Logstash, Redis and ElasticSearch," msgstr "" #: ../../source/reference-implementation-architecture/index.rst:132 msgid "Split Horizing DNS," msgstr "" #: ../../source/reference-implementation-architecture/index.rst:135 msgid "Split Horizon DNS" msgstr "" #: ../../source/reference-implementation-architecture/index.rst:137 msgid "" "Externally, or from the Internet, your services will be located at (at " "least) one IP address (each)." msgstr "" #: ../../source/reference-implementation-architecture/index.rst:140 msgid "Let's suppose you have the following DNS addresses:" msgstr "" #: ../../source/reference-implementation-architecture/index.rst:142 msgid "activesync" msgstr "" #: ../../source/reference-implementation-architecture/index.rst:143 msgid "admin" msgstr "" #: ../../source/reference-implementation-architecture/index.rst:144 msgid "autodiscover" msgstr "" #: ../../source/reference-implementation-architecture/index.rst:145 msgid "caldav" msgstr "" #: ../../source/reference-implementation-architecture/index.rst:146 msgid "carddav" msgstr "" #: ../../source/reference-implementation-architecture/index.rst:147 msgid "cockpit" msgstr "" #: ../../source/reference-implementation-architecture/index.rst:149 msgid "files" msgstr "" #: ../../source/reference-implementation-architecture/index.rst:150 msgid "freebusy" msgstr "" #: ../../source/reference-implementation-architecture/index.rst:151 msgid "imap" msgstr "" #: ../../source/reference-implementation-architecture/index.rst:152 msgid "smtp" msgstr "" #: ../../source/reference-implementation-architecture/index.rst:153 msgid "webdav" msgstr "" #: ../../source/reference-implementation-architecture/index.rst:154 msgid "webmail" msgstr "" #: ../../source/reference-implementation-architecture/index.rst:155 msgid "www" msgstr "" #: ../../source/reference-implementation-architecture/index.rst:157 msgid "every one of those may simply resolve to:" msgstr "" #: ../../source/reference-implementation-architecture/index.rst:159 msgid "A single IP address, for example ``98.98.98.98``." msgstr "" #: ../../source/reference-implementation-architecture/index.rst:161 msgid "" "A set of IP addresses (in a single IP address range), for example " "``98.98.98.96``, ``98.98.98.97``, ``98.98.98.98``, etc." msgstr "" #: ../../source/reference-implementation-architecture/index.rst:164 msgid "" "This would make a single client (semi-)randomly hit either of the one " "inbound IP address. When using an **iptables** firewall with PAT toward a " "range of IP addresses, using multiple inbound addresses randomizes the " "access patterns of the client -- while normally the PAT forwarding of a " "single client IP session is :term:`sticky`." msgstr "" #: ../../source/reference-implementation-architecture/index.rst:170 msgid "" "A distincively different set of IP addresses -- IP addresses in different " "address ranges." msgstr "" #: ../../source/reference-implementation-architecture/index.rst:173 msgid "This tends to be the case with geographically distributed environments." msgstr "" #: ../../source/reference-implementation-architecture/index.rst:176 msgid "" "However, all IP addresses are *routable*; Consider a single web server with " "the Roundcube web client installed; This webserver addresses IMAP, LDAP, " "SQL, SMTP and other web applications." msgstr "" #: ../../source/reference-implementation-architecture/index.rst:180 msgid "" "Should you not use a Split Horizon DNS topology, then either (all) the " "internal connections are routed through the external gateway, or you " "disclose the internal IP space to the general public." msgstr "" #: ../../source/reference-implementation-architecture/index.rst:184 msgid "" "A few other considerations in favor of using a split horizon DNS topology " "are, that the internal use of services can be directed and balanced " "differently, that the update policies per *view* can be different, and that " "the environment can work on the principle of disclosing the least amount of " "information to individual systems." msgstr "" #: ../../source/reference-implementation-architecture/index.rst:190 msgid "" "For example, when the application running on ``webmail.example.org`` " "connects to ``imap.example.org``, the IP address(es) that ``imap.example." "org`` resolves to -- and thus the systems that the application connects to " "-- can be a different (set of) IP address(es) from what the web application " "on ``activesync.example.org`` connects to." msgstr "" #: ../../source/reference-implementation-architecture/index.rst:196 msgid "Two major perspectives:" msgstr "" #: ../../source/reference-implementation-architecture/index.rst:198 msgid "Internal," msgstr "" #: ../../source/reference-implementation-architecture/index.rst:199 msgid "Internet (authoritative)." msgstr "" #: ../../source/reference-implementation-architecture/index.rst:201 msgid "DNSSEC for Internet \"Hidden master\" topology for both," msgstr "" #: ../../source/reference-implementation-architecture/index.rst:204 msgid "Multi-view for Internal." msgstr "" #: ../../source/reference-implementation-architecture/index.rst:206 msgid "Internal view for Internet nameservers." msgstr "" #: ../../source/reference-implementation-architecture/index.rst:209 msgid "Centralized Logging" msgstr "" #: ../../source/reference-implementation-architecture/index.rst:211 msgid "" "A separate channel is created for each log type. It is critically important " "to allow the environment to scale. Some mere 30 completely idle nodes are " "generally expected to easily generate over a million log entries per day." msgstr "" #: ../../source/reference-implementation-architecture/index.rst:216 msgid "Brief overview / checklist:" msgstr "" #: ../../source/reference-implementation-architecture/index.rst:218 msgid "" "Eliminate the need for **logrotate** by adjusting the :manpage:`rsyslog." "conf(5)` configuration." msgstr "" #: ../../source/reference-implementation-architecture/index.rst:221 msgid "" "Forward logs to a central (set of) server(s) using UDP, and use one or more " "load-balanced and highly available listener addresses to prevent losses." msgstr "" #: ../../source/reference-implementation-architecture/index.rst:227 msgid "UDP output in logstash itself is extremely unreliable." msgstr "" #: ../../source/reference-implementation-architecture/index.rst:231 msgid "TCP output in logstash itself is extremely unreliable." msgstr "" #: ../../source/reference-implementation-architecture/index.rst:233 msgid "To-Do" msgstr "" #: ../../source/reference-implementation-architecture/index.rst:235 msgid "" "Find a write-only medium to transfer httpd logfiles from the individual web " "server to a central (buffer) location." msgstr "" #: ../../source/reference-implementation-architecture/index.rst:259 msgid "Configuration for **rsyslog**" msgstr "" #: ../../source/reference-implementation-architecture/index.rst:261 msgid "We are using **rsyslog** on each individual computing node to;" msgstr "" #: ../../source/reference-implementation-architecture/index.rst:263 msgid "catch the log entries issued locally," msgstr "" #: ../../source/reference-implementation-architecture/index.rst:264 msgid "write the entries out to the local filesystem," msgstr "" #: ../../source/reference-implementation-architecture/index.rst:265 msgid "forward the entries to a central Logstash server." msgstr "" #: ../../source/reference-implementation-architecture/index.rst:267 msgid "" "Make sure the rsyslog compability level is *5*, by adjusting :file:`/etc/" "sysconfig/rsyslog`:" msgstr "" #: ../../source/reference-implementation-architecture/index.rst:274 msgid "" "Make sure both the file and forward format are consistent across all " "systems, by adjusting :file:`/etc/rsyslog.conf`:" msgstr "" #: ../../source/reference-implementation-architecture/index.rst:282 msgid "" "Make sure log files are \"rotated\" automatically, by setting the following " "filename templates -- this only replaces the defaults for default facilities " "and severities to end up in dated files:" msgstr "" #: ../../source/reference-implementation-architecture/index.rst:303 msgid "Forward to a logstash server using UDP [#]_, [#]_:" msgstr "" #: ../../source/reference-implementation-architecture/index.rst:309 msgid "" "Eliminate **logrotate** from rotating the system log files by removing the " "contents of :file:`/etc/logrotate.d/syslog`. Do NOT remove this file, for it " "will be written out again by a subsequent update to the **rsyslog** package." msgstr "" #: ../../source/reference-implementation-architecture/index.rst:315 msgid "Configuration for **httpd**" msgstr "" #: ../../source/reference-implementation-architecture/index.rst:317 msgid "" "The Apache **httpd** webserver is configured to use **rotatelogs** to log to " "\"daily\" logfiles. This;" msgstr "" #: ../../source/reference-implementation-architecture/index.rst:320 msgid "prevents **lograte** from needing to be used," msgstr "" #: ../../source/reference-implementation-architecture/index.rst:321 msgid "" "therefore prevents **httpd** from being restarted/reloaded needlessly, when :" "file:`/etc/logrotate.d/httpd` is emptied out [#]_," msgstr "" #: ../../source/reference-implementation-architecture/index.rst:323 msgid "prevents open file descriptors from lingering, and" msgstr "" #: ../../source/reference-implementation-architecture/index.rst:324 msgid "" "ensures the log entries end up in log files with the correct datestamp [#]_." msgstr "" #: ../../source/reference-implementation-architecture/index.rst:327 msgid "For the global :manpage:`httpd.conf(5)` configuration file:" msgstr "" #: ../../source/reference-implementation-architecture/index.rst:334 msgid "For the non-SSL virtualhost [#]_:" msgstr "" #: ../../source/reference-implementation-architecture/index.rst:341 msgid "For the SSL virtualhost:" msgstr "" #: ../../source/reference-implementation-architecture/index.rst:350 msgid "Configuration for **logstash**" msgstr "" #: ../../source/reference-implementation-architecture/index.rst:353 msgid "Notes on Using Multiple Redis Input with Batch Counts" msgstr "" #: ../../source/reference-implementation-architecture/index.rst:357 msgid "" "A single batch_count can saturate the number of filter workers configured." msgstr "" #: ../../source/reference-implementation-architecture/index.rst:360 msgid "Parser Configuration" msgstr "" #: ../../source/reference-implementation-architecture/index.rst:879 msgid "Environment Diagram" msgstr "" #: ../../source/reference-implementation-architecture/index.rst:916 msgid "Footnotes" msgstr "" #: ../../source/reference-implementation-architecture/index.rst:919 msgid "" "Use UDP to ensure one packet consists of one message, and avoid the " "uncontrollable TCP buffer. Use load-balancing and high-availability " "techniques to ensure one or more nodes are on the receiving end of messages." msgstr "" #: ../../source/reference-implementation-architecture/index.rst:926 msgid "" "Even though rsyslog may have an output module for Redis, the node forwarding " "its logs should not be allowed to read from the output channel." msgstr "" #: ../../source/reference-implementation-architecture/index.rst:932 msgid "" "You must not remove :file:`/etc/logrotate.d/httpd`, for it will be written " "out upon updating the **httpd** package." msgstr "" #: ../../source/reference-implementation-architecture/index.rst:935 msgid "" "This file is marked as a configuration file, with a parameter of \"noreplace" "\", meaning that an empty :file:`/etc/logrotate.d/httpd` file will not be " "overwritten, and instead a new file :file:`/etc/logrotate.d/httpd.rpmnew` " "will be created." msgstr "" #: ../../source/reference-implementation-architecture/index.rst:942 msgid "" "The **logrotate** job never runs at midnight precisely, and it is generally " "recommended to not run logrotate across all of the environment's computing " "nodes at the same time -- but instead use a randomized pattern." msgstr "" #: ../../source/reference-implementation-architecture/index.rst:949 msgid "" "Non-SSL virtual hosts are expected to redirect all traffic to the SSL " "virtual hosts." msgstr "" diff --git a/locale/de/LC_MESSAGES/upgrade-guide/index.po b/locale/de/LC_MESSAGES/upgrade-guide/index.po index f7fa7c7e..693809f9 100644 --- a/locale/de/LC_MESSAGES/upgrade-guide/index.po +++ b/locale/de/LC_MESSAGES/upgrade-guide/index.po @@ -1,39 +1,38 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/upgrade-guide/index.rst:90 msgid "Upgrade Guide" msgstr "" #: ../../source/upgrade-guide/index.rst:92 msgid "" "The following upgrade guides are contributed to by community volunteers." msgstr "" #: ../../source/upgrade-guide/index.rst:95 msgid "" "They certainly offer you some guidance, but do not provide you with " "guarantees." msgstr "" #: ../../source/upgrade-guide/index.rst:98 msgid "" "Do not just execute commands unless you know what you are doing, or where to " "find someone who does." msgstr "" diff --git a/locale/de/LC_MESSAGES/upgrade-guide/kolab-16.po b/locale/de/LC_MESSAGES/upgrade-guide/kolab-16.po index 6b40cb18..27fd3c7a 100644 --- a/locale/de/LC_MESSAGES/upgrade-guide/kolab-16.po +++ b/locale/de/LC_MESSAGES/upgrade-guide/kolab-16.po @@ -1,123 +1,122 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/upgrade-guide/kolab-16.rst:90 msgid "Upgrade Notes from Kolab 3.4 to 16" msgstr "" #: ../../source/upgrade-guide/kolab-16.rst:92 msgid "" "The purpose of this document is, to describe the procedure of upgrading a " "Kolab Goupware installation from a default installed Kolab 3.4 (last " "\"community verison\") to Kolab 16." msgstr "" #: ../../source/upgrade-guide/kolab-16.rst:96 msgid "Upgrade Procedure" msgstr "" #: ../../source/upgrade-guide/kolab-16.rst:98 msgid "Install the Kolab Groupware repository configuration:" msgstr "" #: ../../source/upgrade-guide/kolab-16.rst:105 msgid "Remove the existing Kolab 3.4 repositories:" msgstr "" #: ../../source/upgrade-guide/kolab-16.rst:112 msgid "" "Make sure that the packages from the Kolab repositories have a higher " "priority than eg. the :term:`EPEL` packages:" msgstr "" #: ../../source/upgrade-guide/kolab-16.rst:119 msgid "Replace php-mysql with php-mysqlnd:" msgstr "" #: ../../source/upgrade-guide/kolab-16.rst:130 msgid "Update all:" msgstr "" #: ../../source/upgrade-guide/kolab-16.rst:137 msgid "During the cleanup, you might see the message:" msgstr "" #: ../../source/upgrade-guide/kolab-16.rst:147 msgid "" "This is a warning, and the Cyrus-imapd package will be updated. This can be " "checked after the update with the command:" msgstr "" #: ../../source/upgrade-guide/kolab-16.rst:156 msgid "Updating the Configuration" msgstr "" #: ../../source/upgrade-guide/kolab-16.rst:158 msgid "" "After upgrading the packages to Kolab 16 repository, the configuration needs " "to be updated." msgstr "" #: ../../source/upgrade-guide/kolab-16.rst:160 msgid "Configure the new module \"Guam\":" msgstr "" #: ../../source/upgrade-guide/kolab-16.rst:166 msgid "Configure the new module \"Manticore\":" msgstr "" #: ../../source/upgrade-guide/kolab-16.rst:174 msgid "" "If the Kolab 3.4 installation was a standard installation with no changes to " "the defaults, then the following 2 commands can be run at no risk (The " "correct password for the current roundcube database user is still needed for " "verification)." msgstr "" #: ../../source/upgrade-guide/kolab-16.rst:176 msgid "" "However, if changes were made to the defaults, the original configuration " "should be copied off for later compare with the newly written configuration." msgstr "" #: ../../source/upgrade-guide/kolab-16.rst:178 msgid "Update the roundcube configuration:" msgstr "" #: ../../source/upgrade-guide/kolab-16.rst:182 msgid "" "As setup-kolab is unable to write to the already existing mysql database, an " "error message will show:" msgstr "" #: ../../source/upgrade-guide/kolab-16.rst:189 msgid "" "The new and updated config file will however be written and restart the " "appropriate services." msgstr "" #: ../../source/upgrade-guide/kolab-16.rst:191 msgid "" "The correct password for the current roundcube database user is still needed " "for verification." msgstr "" #: ../../source/upgrade-guide/kolab-16.rst:199 msgid "Update the imap configuration:" msgstr "" diff --git a/locale/de/LC_MESSAGES/upgrade-guide/kolab-2.3.po b/locale/de/LC_MESSAGES/upgrade-guide/kolab-2.3.po index f733a62f..7b0f7ab1 100644 --- a/locale/de/LC_MESSAGES/upgrade-guide/kolab-2.3.po +++ b/locale/de/LC_MESSAGES/upgrade-guide/kolab-2.3.po @@ -1,304 +1,303 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/upgrade-guide/kolab-2.3.rst:90 msgid "Upgrading from Kolab 2.3" msgstr "" #: ../../source/upgrade-guide/kolab-2.3.rst:92 msgid "" "As Kolab Groupware used to be distributed as an OpenPKG stack, with " "different locations for files, the upgrade of a Kolab 2 server to a Kolab 3 " "server is a largely manual process." msgstr "" #: ../../source/upgrade-guide/kolab-2.3.rst:96 msgid "" "The Kolab 3 server used here has been set up for the same domain name space " "as the Kolab 2 server. No users have been created on the Kolab 3 server. " "kolab2.example.org refers to the Kolab 2 server, kolab3.example.org refers " "to the Kolab 3 server." msgstr "" #: ../../source/upgrade-guide/kolab-2.3.rst:99 msgid "Preparations" msgstr "" #: ../../source/upgrade-guide/kolab-2.3.rst:100 msgid "During the migration, the Kolab 2 server cannot be allowed to;" msgstr "" #: ../../source/upgrade-guide/kolab-2.3.rst:102 msgid "Receive new email." msgstr "" #: ../../source/upgrade-guide/kolab-2.3.rst:103 msgid "Let users post/submit new data." msgstr "" #: ../../source/upgrade-guide/kolab-2.3.rst:105 msgid "" "The easiest way to prevent any of this happening is to shut down all Kolab " "Groupware related services on kolab2.example.org:" msgstr "" #: ../../source/upgrade-guide/kolab-2.3.rst:111 msgid "Create a backup of the data from kolab2.example.org." msgstr "" #: ../../source/upgrade-guide/kolab-2.3.rst:112 msgid "Shut down the Cyrus IMAP service on kolab3.example.org:" msgstr "" #: ../../source/upgrade-guide/kolab-2.3.rst:118 msgid "Shut down the Kolab daemon on kolab3.example.org:" msgstr "" #: ../../source/upgrade-guide/kolab-2.3.rst:124 msgid "" "Update the settings related to the recipient policy in /etc/kolab/kolab." "conf. The following settings are important:" msgstr "" #: ../../source/upgrade-guide/kolab-2.3.rst:126 msgid "The primary_mail setting in the [$domain] section." msgstr "" #: ../../source/upgrade-guide/kolab-2.3.rst:127 msgid "" "The policy MUST[2] either match the former convention used, if any, or not " "be enabled at all. See Example 1.1, “Example Migration of example.org” for " "an example and some more gotchas." msgstr "" #: ../../source/upgrade-guide/kolab-2.3.rst:131 msgid "" "In case the recipient policy is not to be applied, consider updating the " "user_types as per the instructions in Section 5.1, “Editing user_types”. The " "secondary_mail setting in the [$domain] section." msgstr "" #: ../../source/upgrade-guide/kolab-2.3.rst:134 msgid "" "This part of the policy does not apply should the primary_mail setting " "already have been disabled." msgstr "" #: ../../source/upgrade-guide/kolab-2.3.rst:137 msgid "Example Migration of example.org" msgstr "" #: ../../source/upgrade-guide/kolab-2.3.rst:138 msgid "" "Our first example has had a running Kolab 2.3 on OpenPKG server, with a " "general email address convention of \"surname\"@example.org." msgstr "" #: ../../source/upgrade-guide/kolab-2.3.rst:140 msgid "" "By default, a Kolab 3.0 Groupware server will apply a recipient policy for " "the mail attribute value of \"givenname\".\"surname\"@example.org. The " "recipient policy must therefore be adjusted." msgstr "" #: ../../source/upgrade-guide/kolab-2.3.rst:142 msgid "" "In the [example.org] section in /etc/kolab/kolab.conf, the primary_mail " "setting must be adjusted to match the \"surname\"@example.org convention:" msgstr "" #: ../../source/upgrade-guide/kolab-2.3.rst:151 msgid "" "Now, users that are created will get a mail attribute value of \"surname" "\"@example.org assigned." msgstr "" #: ../../source/upgrade-guide/kolab-2.3.rst:153 msgid "" "First adding user John Doe will give him a mail attribute value of " "doe@example.org, but should you have a Jane Doe as well, she would get " "doe2@example.org. It is therefore important to add users in order." msgstr "" #: ../../source/upgrade-guide/kolab-2.3.rst:156 msgid "Migration of LDAP" msgstr "" #: ../../source/upgrade-guide/kolab-2.3.rst:158 msgid "This section has not been authored yet." msgstr "" #: ../../source/upgrade-guide/kolab-2.3.rst:161 msgid "Migration and Upgrade of Data" msgstr "" #: ../../source/upgrade-guide/kolab-2.3.rst:164 msgid "Migrate the Data Through Copying" msgstr "" #: ../../source/upgrade-guide/kolab-2.3.rst:166 msgid "Login to kolab3.example.org to execute the steps in this procedure." msgstr "" #: ../../source/upgrade-guide/kolab-2.3.rst:168 msgid "" "Copy mailboxes.db and annotations.db. These files are located in /kolab/var/" "imapd/ on your Kolab 2 server." msgstr "" #: ../../source/upgrade-guide/kolab-2.3.rst:179 msgid "" "If cyrus can't start with these files with a message like the following, you " "need to convert the files instead of copying." msgstr "" #: ../../source/upgrade-guide/kolab-2.3.rst:188 msgid "" "Use the following commands to convert the files from Berkeley DB to skiplist:" msgstr "" #: ../../source/upgrade-guide/kolab-2.3.rst:195 msgid "After the conversion, copy the files to the new kolab3 server:" msgstr "" #: ../../source/upgrade-guide/kolab-2.3.rst:204 msgid "Migrate the mail spool:" msgstr "" #: ../../source/upgrade-guide/kolab-2.3.rst:213 msgid "Migrate the seen and subscription databases:" msgstr "" #: ../../source/upgrade-guide/kolab-2.3.rst:226 msgid "Ensure the filesystem permissions are correct:" msgstr "" #: ../../source/upgrade-guide/kolab-2.3.rst:232 msgid "" "Ensure only the cyrus user can read and write, and the mail group can read " "the contents of either directory tree:" msgstr "" #: ../../source/upgrade-guide/kolab-2.3.rst:242 msgid "" "If your find doesn't have the -print0 option or your xargs command doesn't " "know -0, you can use the much slower commands below:" msgstr "" #: ../../source/upgrade-guide/kolab-2.3.rst:249 msgid "" "As the seen databases are particularly hard for Cyrus IMAP 2.4 to upgrade " "real-time, convert the seen databases with, for example:" msgstr "" #: ../../source/upgrade-guide/kolab-2.3.rst:263 msgid "Stop the Kolab daemon:" msgstr "" #: ../../source/upgrade-guide/kolab-2.3.rst:269 msgid "Start the Cyrus IMAP service on kolab3.example.org:" msgstr "" #: ../../source/upgrade-guide/kolab-2.3.rst:276 msgid "" "Users should not yet be allowed to interact with the system at this point. " "We suggest closing access to the system through the firewall." msgstr "" #: ../../source/upgrade-guide/kolab-2.3.rst:278 msgid "Prepare some environment variables" msgstr "" #: ../../source/upgrade-guide/kolab-2.3.rst:280 msgid "" "We need the cyrus-admin user and associated password for the following " "steps, so we put them in environment variables:" msgstr "" #: ../../source/upgrade-guide/kolab-2.3.rst:289 msgid "Upgrade the Format" msgstr "" #: ../../source/upgrade-guide/kolab-2.3.rst:291 msgid "" "Use the Cyrus IMAP administrator account to select all mailboxes, to make " "sure the format upgrade is not taking place while the user is attempting to " "login / select a mailbox." msgstr "" #: ../../source/upgrade-guide/kolab-2.3.rst:293 msgid "" "Average sized mailboxes (those restricted with a reasonable quota such as " "2GB) can take about 2 minutes to upgrade. A single folder can upgrade as " "fast as 5 seconds. Mailboxes that contain a lot of messages (such as a " "shared lists folder that also functions as an archive) can take up to 2-4 " "minutes to upgrade (approximately 40.000 messages)." msgstr "" #: ../../source/upgrade-guide/kolab-2.3.rst:297 msgid "" "Optionally, if errors are expected enable full so-called telemetry logging " "so that issues can be backtracked. On the IMAP server, issue the following " "commands:" msgstr "" #: ../../source/upgrade-guide/kolab-2.3.rst:315 msgid "or, alternatively;" msgstr "" #: ../../source/upgrade-guide/kolab-2.3.rst:347 msgid "" "On your console display, you will see some errors stating NO Permission " "Denied. These errors you can ignore. You'll see messages such as the " "following appear in ``/var/log/maillog``:" msgstr "" #: ../../source/upgrade-guide/kolab-2.3.rst:355 msgid "" "The annotations database may not have been upgraded correctly, causing some " "annotations to miss the first 4 characters of their value. The easiest way " "to fix the issue, that is known to work, is to get the annotation values as " "they were on the old (Kolab 2) IMAP server, and set them on the new (Kolab " "3) IMAP server." msgstr "" #: ../../source/upgrade-guide/kolab-2.3.rst:402 msgid "Fix'em:" msgstr "" #: ../../source/upgrade-guide/kolab-2.3.rst:451 msgid "" "Upgrade all messages from Kolab Format version 2 to Kolab Format version 3 " "using kolab-formatupgrade. This command is run in two parts. The first will " "upgrade all mailbox contents in the personal namespace:" msgstr "" #: ../../source/upgrade-guide/kolab-2.3.rst:467 msgid "" "The second part upgrades the contents of shared folders. Shared folders have " "no designated owners, and we can therefore not login as a designated user to " "upgrade the format." msgstr "" #: ../../source/upgrade-guide/kolab-2.3.rst:469 msgid "" "As the user cyrus-admin normally does not have the necessary privileges to " "insert new messages into mail folders, so we're going to have to give out " "the rights first. We'll delete them again afterwards." msgstr "" diff --git a/locale/de/LC_MESSAGES/upgrade-guide/kolab-3.1.po b/locale/de/LC_MESSAGES/upgrade-guide/kolab-3.1.po index f64c519d..09996977 100644 --- a/locale/de/LC_MESSAGES/upgrade-guide/kolab-3.1.po +++ b/locale/de/LC_MESSAGES/upgrade-guide/kolab-3.1.po @@ -1,289 +1,288 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/upgrade-guide/kolab-3.1.rst:90 msgid "Upgrading from Kolab 3.0" msgstr "" #: ../../source/upgrade-guide/kolab-3.1.rst:92 msgid "" "This chapter contains the upgrade notes for moving forward from Kolab 3.0 to " "Kolab 3.1." msgstr "" #: ../../source/upgrade-guide/kolab-3.1.rst:96 msgid "ChangeLog" msgstr "" #: ../../source/upgrade-guide/kolab-3.1.rst:98 msgid "" "Kolab 3.1 compared to Kolab 3.0 ships the following additional components:" msgstr "" #: ../../source/upgrade-guide/kolab-3.1.rst:100 msgid "**iRony**" msgstr "" #: ../../source/upgrade-guide/kolab-3.1.rst:102 msgid "" "A DAV access provider for groupware, including WebDAV with help of the " "**chwala** API, and CardDAV and CalDAV." msgstr "" #: ../../source/upgrade-guide/kolab-3.1.rst:105 msgid "**chwala**" msgstr "" #: ../../source/upgrade-guide/kolab-3.1.rst:107 msgid "" "A properly designed and integrated file storage management layer, primarily " "for integration into other web applications through it's self-reliant UI " "component builder functions (JavaScript) obtaining information from its own " "API." msgstr "" #: ../../source/upgrade-guide/kolab-3.1.rst:112 msgid "``kolab_files`` for |roundcubemail-plugins-kolab|" msgstr "" #: ../../source/upgrade-guide/kolab-3.1.rst:114 msgid "" "One implementation of the integration of **chwala** into the Roundcube web " "client." msgstr "" #: ../../source/upgrade-guide/kolab-3.1.rst:117 msgid "Further software updates address the following issues:" msgstr "" #: ../../source/upgrade-guide/kolab-3.1.rst:119 msgid "" "The Kolab Web Administration Panel has been enhanced to address duplicate " "surname issues, which in Kolab 3.0 would generate duplicate ``uid`` " "attributes." msgstr "" #: ../../source/upgrade-guide/kolab-3.1.rst:123 msgid "" "The way the ``uid`` is composed can now be configured with the introduction " "of a ``policy_uid`` setting in the ``[kolab_wap]`` section of :manpage:" "`kolab.conf(5)`." msgstr "" #: ../../source/upgrade-guide/kolab-3.1.rst:127 msgid "" "The **postfix** MTA is now configured to strip the ``Received from:`` " "headers that could otherwise disclose a user's geographical location." msgstr "" #: ../../source/upgrade-guide/kolab-3.1.rst:130 msgid "" "The **postfix** MTA is now configured to reject inbound email traffic that " "already has headers set to indicate a spam message." msgstr "" #: ../../source/upgrade-guide/kolab-3.1.rst:133 msgid "" "The **postfix** MTA is now configured to strip additional ``Received from: " "localhost [127.0.0.1] headers`` from emails that pass through Amavis." msgstr "" #: ../../source/upgrade-guide/kolab-3.1.rst:136 msgid "" "A new annotation ``/vendor/kolab/displayname`` was introduced to provide a " "compatibility layer with CardDAV and CalDAV access layers, neither of which " "understand IMAP folder hierarchy." msgstr "" #: ../../source/upgrade-guide/kolab-3.1.rst:140 msgid "" "A new annotation ``/vendor/kolab/uniqueid`` was introducted to provide a " "compatibility layer with CardDAV and CalDAV access layers, neither of which " "would have otherwise allowed an IMAP folder to be renamed or relocated in " "the IMAP folder hierarchy." msgstr "" #: ../../source/upgrade-guide/kolab-3.1.rst:147 msgid "" "This annotation is only used if ``/vendor/cmu/cyrus-imapd/uniqueid`` is not " "available. This Cyrus IMAP annotation became available in Cyrus IMAP 2.5." msgstr "" #: ../../source/upgrade-guide/kolab-3.1.rst:151 #, python-format msgid "" "The ``kolab_auth`` plugin for Roundcube was enhanced to allow the use of a " "placeholder ``%dc`` to be substituted by the root dn for a supplied domain " "name." msgstr "" #: ../../source/upgrade-guide/kolab-3.1.rst:155 msgid "" "This enhances the Hosted Kolab Groupware deployment capabilities " "significantly." msgstr "" #: ../../source/upgrade-guide/kolab-3.1.rst:158 msgid "" "The **kolab-webadmin** software was enhanced to allow input of *KB*, *MB* " "and *GB* input for ``mailQuota``." msgstr "" #: ../../source/upgrade-guide/kolab-3.1.rst:161 msgid "" "The **kolab-webadmin** software was enhanced to allow *Shared Folders* to be " "created through the web administration panel." msgstr "" #: ../../source/upgrade-guide/kolab-3.1.rst:164 msgid "" "The **kolab-webadmin** software was enhanced to allow the configuration of " "*Dynamic Mail-enabled Distribution Groups*." msgstr "" #: ../../source/upgrade-guide/kolab-3.1.rst:168 msgid "Updates to Cyrus IMAP" msgstr "" #: ../../source/upgrade-guide/kolab-3.1.rst:170 msgid "" "Updates to the Cyrus IMAP configuration can be applied automatically, by " "executing:" msgstr "" #: ../../source/upgrade-guide/kolab-3.1.rst:179 msgid "" "Executing the aforementioned command assumes you had not made any changes " "to :manpage:`cyrus.conf(5)` nor :manpage:`imapd.conf(5)`." msgstr "" #: ../../source/upgrade-guide/kolab-3.1.rst:182 msgid "" "If you had, either read the sections for :ref:`admin_upgrade-3.0_cyrus.conf` " "and :ref:`admin_upgrade-3.0_imapd.conf` or re-apply the changes you need " "after executing the aforementioned setup command." msgstr "" #: ../../source/upgrade-guide/kolab-3.1.rst:190 msgid ":manpage:`cyrus.conf(5)` (at :file:`/etc/cyrus.conf`)" msgstr "" #: ../../source/upgrade-guide/kolab-3.1.rst:193 msgid "Underscores in START, SERVICES and EVENTS Item Names" msgstr "" #: ../../source/upgrade-guide/kolab-3.1.rst:195 msgid "" "The version of Cyrus IMAP shipped with Kolab 3.1 is incompatible with the " "use of underscore ('_') characters in the names for the START, SERVICES and " "EVENTS items." msgstr "" #: ../../source/upgrade-guide/kolab-3.1.rst:199 msgid "The EVENTS section in **cyrus.conf(5)** may have looked as follows:" msgstr "" #: ../../source/upgrade-guide/kolab-3.1.rst:225 msgid "This will need to become:" msgstr "" #: ../../source/upgrade-guide/kolab-3.1.rst:252 msgid "The Use of Squatter" msgstr "" #: ../../source/upgrade-guide/kolab-3.1.rst:254 msgid "" "Squatter is used to periodically create full-text indexes for messages in " "mailboxes." msgstr "" #: ../../source/upgrade-guide/kolab-3.1.rst:257 msgid "" "At the time of this writing, however, headers that are relevant for Kolab " "Groupware data searches are not included in such indexes." msgstr "" #: ../../source/upgrade-guide/kolab-3.1.rst:260 msgid "" "To circumvent this problem, remove running squatter from the EVENTS section " "in :file:`/etc/cyrus.conf`." msgstr "" #: ../../source/upgrade-guide/kolab-3.1.rst:263 msgid "" "To prevent existing squatter indexes from getting in the way, remove all " "files named **cyrus.squat** from your IMAP spools:" msgstr "" #: ../../source/upgrade-guide/kolab-3.1.rst:275 msgid ":manpage:`imapd.conf(5)` (at :file:`/etc/imapd.conf`)" msgstr "" #: ../../source/upgrade-guide/kolab-3.1.rst:277 msgid "" "A few additional settings are needed for Cyrus IMAP to feature message " "traffic directly into shared folders." msgstr "" #: ../../source/upgrade-guide/kolab-3.1.rst:280 msgid "" "If not already set, add the following setting to :file:`/etc/imapd.conf`:" msgstr "" #: ../../source/upgrade-guide/kolab-3.1.rst:287 msgid "New Features in Cyrus IMAP" msgstr "" #: ../../source/upgrade-guide/kolab-3.1.rst:289 msgid "" "Event notifications. See the architecture and design document on Bonnie." msgstr "" #: ../../source/upgrade-guide/kolab-3.1.rst:290 msgid "Multi-master replication" msgstr "" #: ../../source/upgrade-guide/kolab-3.1.rst:293 msgid "Removing old and Adding new Plugins for Roundcube" msgstr "" #: ../../source/upgrade-guide/kolab-3.1.rst:295 msgid "The following plugins are no longer included:" msgstr "" #: ../../source/upgrade-guide/kolab-3.1.rst:297 msgid "``kolab_core``" msgstr "" #: ../../source/upgrade-guide/kolab-3.1.rst msgid "Todo" msgstr "" #: ../../source/upgrade-guide/kolab-3.1.rst:301 #: ../../source/upgrade-guide/kolab-3.1.rst:309 msgid "Is this list complete?" msgstr "" #: ../../source/upgrade-guide/kolab-3.1.rst:303 msgid "The following plugins are new:" msgstr "" #: ../../source/upgrade-guide/kolab-3.1.rst:305 msgid "``kolab_files``" msgstr "" diff --git a/locale/de/LC_MESSAGES/upgrade-guide/kolab-3.3.po b/locale/de/LC_MESSAGES/upgrade-guide/kolab-3.3.po index ad22487d..e547fb55 100644 --- a/locale/de/LC_MESSAGES/upgrade-guide/kolab-3.3.po +++ b/locale/de/LC_MESSAGES/upgrade-guide/kolab-3.3.po @@ -1,497 +1,496 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/upgrade-guide/kolab-3.3.rst:90 msgid "Upgrade Notes from Kolab 3.1 to 3.3" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:92 msgid "" "This chapter contains some upgrade notes for moving forward from Kolab 3.1 " "to Kolab 3.3. You can use this guide aswell for upgrading from Kolab 3.2 to " "3.3. The differences aren't that many." msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:97 msgid "ChangeLog" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:99 msgid "" "While Kolab 3.2 mostly included backend and groundlaying changes for " "upcoming realases due to switching to Cyrus IMAPd 2.5, Kolab 3.3 now ships " "with couple new and updated frontend and admin modules." msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:103 msgid "" "Kolab 3.3 compared to Kolab 3.1 ships the following additional components:" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:105 msgid "**Birthday Calender**" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:107 msgid "This feature was already incuded in Kolab Groupware 3.2" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:109 msgid "**New roundcube release**" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:111 msgid "" "The folder structure has changed. Roundcube has moved their public web " "content into a *public_html/* folder. While it tries to be backwards " "compatible, you might want to check your virtual host configuration if " "you've actually modified it." msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:116 msgid "**E-Mail Tagging**" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:118 msgid "The roundcube plugin *kolab_tags* supports taggging of e-mails" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:120 msgid "**Notes**" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:122 msgid "" "The roundcube plugin *kolab_notes* supports writing and sharing notes. Via " "syncroton these notes can be managed via the active sync protocol as well." msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:126 msgid "You can also create shared notesfolders for groups." msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:128 msgid "**Resource Management**" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:130 msgid "" "While managing resources was already included in the Kolab Webadmin GUI, the " "roundcube frontend was missing a component to search, check and book " "resources. This part makes use of freebusy informations to actually show the " "availabilities." msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:135 msgid "**Freebusy**" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:137 msgid "" "The freebusy web daemon now supports caching of freebusy informations and " "resources. You might want to update/replace your configuation to support " "resources, etc." msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:141 msgid "**Wallace**" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:143 msgid "" "The wallace daemon now includes modules for checking iTip invitations and " "resource booking requests. Wallace is now enabled by default in new Kolab " "3.3 installations. If you want to make use of it, you must integrate it in " "the postfix mail flow." msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:148 msgid "**IMAP ACL editor (kolab-webadmin)**" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:150 msgid "" "You can now create share folders within the kolab-webadmin and manage and " "enforce initial access control lists for those folders." msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:153 msgid "**Organizatioal Unit Editor (kolab-webadmin)**" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:155 msgid "" "Those installations that make use of bigger LDAP Directories or manage " "corporation addressbooks within LDAP can now make use of the OU Editor " "instead of relying on external LDAP Editors. The ou management includes an " "ACL Editor for LDAP targets." msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:163 msgid "Updating the system" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:165 msgid "" "These update procecures are just an example. They don't differ too much from " "a basic installation." msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:170 msgid "CentOS 6" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:172 #: ../../source/upgrade-guide/kolab-3.3.rst:191 msgid "Update the repo to the new location" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:181 msgid "run the upgrade process" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:189 msgid "Debian 7" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:198 msgid "Import the new Release Keys" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:205 msgid "" "If you've don't have set a correct apt-pinning, please check the " "Installation Guide." msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:207 msgid "Update and Upgrade the system" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:216 msgid "" "You'll get ask if you want to replace your configuration files! DON'T " "overwrite them! You'll lose your configuration and credentials and end up " "with a broken frontend." msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:221 msgid "Update your configuration files" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:223 msgid "" "If you want to check want configuration files have changed, the best way is " "to compare the previous and current version in the GIT repository." msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:226 msgid "" "You can find most of the configuration file that have changed when you " "compare the templates of pykolab/setup-kolab." msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:229 msgid "" "http://cgit.kolab.org/pykolab/diff/share/templates/?" "id=pykolab-0.7.1&id2=pykolab-0.6.10" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:232 msgid "/etc/kolab/kolab.conf" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:234 #: ../../source/upgrade-guide/kolab-3.3.rst:273 #: ../../source/upgrade-guide/kolab-3.3.rst:302 #: ../../source/upgrade-guide/kolab-3.3.rst:332 #: ../../source/upgrade-guide/kolab-3.3.rst:360 #: ../../source/upgrade-guide/kolab-3.3.rst:403 msgid "You can see the configuration differences here:" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:236 msgid "" "http://cgit.kolab.org/pykolab/diff/conf/kolab.conf?" "id=pykolab-0.7.1&id2=pykolab-0.6.10" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:238 msgid "" "These are the values that have been updated. Please change them in your " "configuration depending on your installation and needs" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:259 msgid "" "If you're planning to make use of wallace please make sure wallace is " "enabled to start using :command:`chkconfig` on RHEL/Centos or :file:`/etc/" "default/wallace` on debian." msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:262 msgid "Restart the services" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:271 msgid "/etc/kolab-freebusy/config.ini" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:275 msgid "" "http://git.kolab.org/kolab-freebusy/diff/config/config.ini.sample?id=kolab-" "freebusy-1.0.5&id2=kolab-freebusy-1.0.3" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:277 msgid "" "Instead of editing the configuration by hand it's easier to just recreate " "the configuration using the setup-kolab tool." msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:280 #: ../../source/upgrade-guide/kolab-3.3.rst:368 msgid "For Redhat/CentOS" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:286 #: ../../source/upgrade-guide/kolab-3.3.rst:374 msgid "For Debian" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:292 msgid "Recreatae the configuation:" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:300 msgid "/etc/roundcubemail/config.inc.php" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:304 msgid "" "http://cgit.kolab.org/pykolab/diff/share/templates/roundcubemail/config.inc." "php.tpl?id=pykolab-0.7.1&id2=pykolab-0.6.10 http://cgit.kolab.org/pykolab/" "commit/?id=57a48ed5e5fed38b4bbbb088fc9425a4b407c0b0" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:307 msgid "Change the plugin load order the follwing way:" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:309 msgid "move *kolab_auth* to the top position" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:310 msgid "move *kolab_config* after *kolab_addressbook*" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:311 msgid "add *kolab_notes* after *kolab_folders*" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:312 msgid "add *kolab_tags* after *kolab_notes*" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:314 msgid "add 2 more $config entries" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:323 msgid "" "Keep in mind that some of those configuration changes are requiring an " "updated apache configuration. Roundcube 1.1 introduced a seperate " "public_html/ folder to seperate webroot and application files. Keep this in " "mind i you've customized your webserver configuration." msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:330 msgid "/etc/roundcubemail/password.inc.php" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:334 msgid "" "http://cgit.kolab.org/pykolab/diff/share/templates/roundcubemail/password." "inc.php.tpl?id=pykolab-0.7.1&id2=pykolab-0.6.10" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:336 msgid "Change the password driver from **ldap** to **ldap_simple**." msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:344 msgid "/etc/roundcubemail/kolab_files.inc.php" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:346 msgid "You can see the configuration change here:" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:348 msgid "" "http://cgit.kolab.org/pykolab/commit/?" "id=172545ebeba5c73cbb502fcae859b27df7aafed2" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:350 msgid "Update the kolab_files_url to /chwala/ to be protocol independent." msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:358 msgid "/etc/iRony/dav.inc.php" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:362 msgid "" "http://cgit.kolab.org/iRony/diff/config/dav.inc.php.sample?" "id=54802da29dd4e77ca8c716f6c24c1aabef3a3c1f&id2=iRony-0.2.4" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:364 msgid "" "The iRony configuration doesn't have anything special configurations. You " "might want to consider just to take the new default config file or change it " "based on the differences between the previous version." msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:382 msgid "/etc/postfix/ldap/virtual_alias_maps_sharedfolders.cf" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:384 msgid "" "To fix the handling of resource invitations you've to adjust your existing " "virtual alias maps, otherwise you end up with non-delivery-reports." msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:387 msgid "Please update your filter with this new default configuration:" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:393 #: ../../source/upgrade-guide/kolab-3.3.rst:420 msgid "Restart the postfix daemon" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:401 msgid "/etc/postfix/master.cf" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:405 msgid "" "http://cgit.kolab.org/pykolab/diff/share/templates/master.cf.tpl?" "id=pykolab-0.7.1&id2=pykolab-0.6.10" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:407 msgid "" "This will put wallace as the next content-filter after the mail has been " "returned from amavis to postfix. If you're don't want to make use of iTip " "processing or resource management you can skip this section." msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:426 msgid "The mail flow will be the following:" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:428 msgid "postfix receives mail (running on port :25 and port :587)" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:429 msgid "postfix sends mail to amavisd (running on port 127.0.0.1:10024)" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:430 msgid "amavisd checks mail" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:431 msgid "amavisd sends mail to postfix (running on port 127.0.0.1:10025)" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:432 msgid "postfix sends mail to wallace (running on port 127.0.0.1:10026)" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:433 msgid "wallace checks the message for itip, resources, etc" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:434 msgid "wallace sens mail to postfix (running on port 127.0.0.1:10026)" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:435 msgid "postfix will start delivering the mail (external or internal)" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:439 msgid "mysql database: kolab" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:441 msgid "" "A couple new features are relying new tables (organizational units). The " "shared folder have been extended to make use of the **acl** editor." msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:444 msgid "You can find the full sql file here:" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:446 msgid "" "web: http://cgit.kolab.org/webadmin/tree/doc/kolab_wap.sql?id=kolab-" "webadmin-3.2.1" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:447 msgid "locally: :file:`/usr/share/doc/kolab-webadmin/kolab_wap.sql`" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:449 msgid "" "The kolab-webadmin package doesn't provide auto updates or upgrade files for " "your database. Here's a summary of what has been changed." msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:452 msgid "" "If you've made changes on the shared folder types you might want to change " "the types manually in the settings section of kolab-webadmin." msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:455 msgid "Open the mysql cli:" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:461 msgid "" "and apply the followin changes: The tables will be deleted and recreated. " "Don't forget: if you've made changes to shared folder types, please update " "them manually!" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:524 msgid "" "After the database update has been applied. Logout from the kolab-webadmin " "interface and login back in to load the new changes." msgstr "" diff --git a/locale/de/LC_MESSAGES/upgrade-guide/kolab-3.4.po b/locale/de/LC_MESSAGES/upgrade-guide/kolab-3.4.po index e29dbf4c..d4738331 100644 --- a/locale/de/LC_MESSAGES/upgrade-guide/kolab-3.4.po +++ b/locale/de/LC_MESSAGES/upgrade-guide/kolab-3.4.po @@ -1,474 +1,473 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/upgrade-guide/kolab-3.4.rst:90 msgid "Upgrade Notes from Kolab 3.3 to 3.4" msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:93 msgid "ChangeLog" msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:95 msgid "**New skin for Roundcube: Chameleon**" msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:97 msgid "" "**Chameleon** is the new default skin for Kolab Groupware and replaces the " "default **larry** skin." msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:100 msgid "**Freebusy now supports resource collections**" msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:102 msgid "" "If you have a resource collection of multiple resources freebusy can now " "provide an aggregated view on the data from all its members" msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:105 msgid "**CSRF is now enabled by default for Debian**" msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:107 msgid "" "In the previous release the CSRF patch was only enabled within the RPM " "packages. With Kolab 3.4 this security patch has been applied to the Debian " "packages as well. So make sure your webserver configuration needs to be " "adjusted in case you modified it." msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:112 msgid "**Kolab Webadmin provides a 'Default' Type**" msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:114 msgid "" "You no longer have to switch from 'Contact' to 'Kolab User' when creating a " "new user." msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:117 msgid "**Lots Of Bugfixes**" msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:120 msgid "Updating the system" msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:122 msgid "" "These update procecures are just an example. They don't differ too much from " "a basic installation." msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:127 msgid "CentOS 6" msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:129 #: ../../source/upgrade-guide/kolab-3.4.rst:148 msgid "Update the repo to the new location" msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:138 msgid "run the upgrade process" msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:146 msgid "Debian 7" msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:155 msgid "" "If you've don't have set a correct apt-pinning or release keys, please check " "the Installation Guide." msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:157 msgid "Update and Upgrade the system" msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:166 msgid "" "You'll get ask if you want to replace your configuration files! DON'T " "overwrite them! You'll lose your configuration and credentials and end up " "with a broken frontend." msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:171 msgid "Update your configuration files" msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:173 msgid "" "If you want to check want configuration files have changed, the best way is " "to compare the previous and current version in the GIT repository." msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:177 msgid "/etc/imapd.conf" msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:179 msgid "" "With the most recent upstream cyrus-imapd version a few config parameters " "have changed." msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:182 msgid "" "http://cgit.kolab.org/pykolab/diff/share/templates/imapd.conf.tpl?" "id=pykolab-0.7.6&id2=pykolab-0.7.1" msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:184 msgid "The following parameters have been renamed:" msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:192 msgid "" "If you don't use server or client certificate validation feel free to remove " "the ``tls_ca_file`` parameter and/or consult the cyrus-imapd 2.5 " "documentation for clarification." msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:196 msgid "" "Additionally we can enable 2 more sieve_extensions (date + index) and remove " "the flushseenstate option." msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:206 msgid "/etc/postfix/ldap/virtual_alias_maps_sharedfolders.cf" msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:210 msgid "" "This fix applies to other sharedfolders.cf configuration files as well (in a " "multidomain environment)" msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:213 msgid "" "Change the result_format to be enclosed by quotes otherwise you can't " "deliver mail messages to shared mailboxes that contains spaces in the " "mailbox name." msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:220 msgid "**Background**" msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:222 msgid "" "There's a mailbox that's called ``The A Team`` with a delivery address of " "``team@example.org``. The resulting IMAP Folder would/should be ``shared/The " "A Team@example.org``." msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:225 msgid "" "If you now send an email to ``team@example.org`` it will get remapped to ``" "\"shared+shared/The A Team@example.org\"@example.org``. Without the quotes " "you get 3 non-delivery-reports because whitespace would be considered a " "delimiter." msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:231 msgid "/etc/kolab/kolab.conf" msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:233 #: ../../source/upgrade-guide/kolab-3.4.rst:267 #: ../../source/upgrade-guide/kolab-3.4.rst:298 #: ../../source/upgrade-guide/kolab-3.4.rst:338 #: ../../source/upgrade-guide/kolab-3.4.rst:364 msgid "You can see the configuration differences here:" msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:235 msgid "" "http://cgit.kolab.org/pykolab/diff/conf/kolab.conf?" "id=pykolab-0.7.6&id2=pykolab-0.7.1" msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:237 msgid "" "We only have one new option for wallace, which can be ignored if you don't " "use wallace for resource management. Restart wallace and kolab-server after " "upgrading all python modules should be done anyway." msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:247 msgid "Don't forget to restart the wallace service" msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:249 msgid "**On Debian**" msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:256 msgid "**On CentOS**" msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:265 msgid "/etc/kolab-freebusy/config.ini" msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:269 msgid "" "http://git.kolab.org/kolab-freebusy/diff/config/config.ini.sample?id=kolab-" "freebusy-1.0.6&id2=kolab-freebusy-1.0.5" msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:271 msgid "" "Instead of editing the configuration by hand it's easier to just recreate " "the configuration using the setup-kolab tool. The :command:`setup-kolab " "freebusy` command has been fixed to generate a working default configuration " "right of the box." msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:276 #: ../../source/upgrade-guide/kolab-3.4.rst:372 msgid "For Redhat/CentOS" msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:282 #: ../../source/upgrade-guide/kolab-3.4.rst:378 msgid "For Debian" msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:288 msgid "Recreate the configuation:" msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:296 msgid "/etc/roundcubemail/config.inc.php" msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:300 msgid "" "http://cgit.kolab.org/pykolab/diff/share/templates/roundcubemail/config.inc." "php.tpl?id=pykolab-0.7.6&id2=pykolab-0.7.1" msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:302 msgid "" "The 'threading_as_default' no longer exists and therfore don't need to be " "loaded. So you can safely remove it." msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:313 msgid "add or update the following $config entries" msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:321 msgid "" "With Kolab Groupware having now it's own skin you can savely remove the " "skin_logo configuration." msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:330 msgid "" "Keep in mind that the CSRF patch has now been applied to the Debian packages " "as well. Make sure to update your webserver configuration and rewrite rules. " "Otherwise consider disabling **use_secure_urls**." msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:336 msgid "/etc/roundcubemail/managesieve.inc.php" msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:340 msgid "" "http://cgit.kolab.org/pykolab/diff/share/templates/roundcubemail/managesieve." "inc.php.tpl?id=HEAD&id2=pykolab-0.7.1" msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:342 msgid "Turn of debugging and add 2 additional entries:" msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:352 msgid "/etc/roundcubemail/libkolab.inc.php" msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:354 msgid "You can savely switch to a relative url for freebusy." msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:362 msgid "/etc/iRony/dav.inc.php" msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:366 msgid "" "http://cgit.kolab.org/iRony/diff/config/dav.inc.php.sample?" "id=iRony-0.3.0&id2=iRony-0.2.8" msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:368 msgid "" "If you use the global addressbook <> CardDAV gateway you might want to take " "a look on the changes, otherwise you can just take the default configuration." msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:386 msgid "Webserver" msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:388 msgid "" "Check for new versions of the apache configuration files (in case you " "modified) them." msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:391 msgid "**For Centos / RHEL**" msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:397 msgid "**For Debian / Ubuntu**" msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:404 msgid "" "If you're running a different webserver configuration (like nginx) please " "check the howto or the configuration files for any changes and apply them to " "your setup accordingly." msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:410 msgid "Database" msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:413 msgid "mysql database: kolab" msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:415 msgid "The admin database got a few minor updates:" msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:417 msgid "You can find the full sql file here:" msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:419 msgid "" "web: http://cgit.kolab.org/webadmin/tree/doc/kolab_wap.sql?id=kolab-" "webadmin-3.2.6" msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:420 msgid "locally: :file:`/usr/share/doc/kolab-webadmin/kolab_wap.sql`" msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:422 msgid "" "The kolab-webadmin package doesn't provide auto updates or upgrade files for " "your database. Here's a summary of what has been changed." msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:425 msgid "" "If you've made changes on the shared folder types you might want to change " "the types manually in the settings section of kolab-webadmin." msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:428 msgid "Open the mysql cli or your favorite database administration frontend." msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:434 msgid "" "and apply the followin changes: The tables will be deleted and recreated. " "Don't forget: if you've made changes to shared folder types, please update " "them manually!" msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:440 msgid "" "Don't forget to make **backups** of your database before applying the " "changes!" msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:443 msgid "Fix the name field length." msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:454 msgid "" "The old kolab was still in the latin1 format. We should unify everything " "into the utf-8 format." msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:466 msgid "" "A new field got introduced to mark the default type (for example 'Kolab " "User')." msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:479 msgid "" "After the database update has been applied. Logout from the kolab-webadmin " "interface and login back in to load the new changes." msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:483 msgid "mysql database: roundcube" msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:485 msgid "" "The libkolab plugin had some changes. These changes are effecting the " "``kolab_cache*`` tables. SQL upgrades are usually run during the package " "installation." msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:489 msgid "" "Please verify that we the tables have been upgraded to the lastest version." msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:502 msgid "" "The initial Kolab 3.4 |roundcubemail-plugins-kolab| rpm packages had this " "upgrade database procedure missing." msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:505 msgid "" "Under some circumstances it can be possible that his upgrade couldn't be " "applied as expected. If you experience probems with your mysql database " "check if the database was updated correctly and apply the pathces using the " "following command and verify the result:" msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:521 msgid "" "If you still have problems or the sql upgrade didn't went through as " "expected. It is save to recreate the libkolab tables (kolab_folders, " "kolab_cache_*) as they're only used to cache items from the imap storage." msgstr "" diff --git a/locale/de/LC_MESSAGES/upgrade-guide/kolab-3.5.po b/locale/de/LC_MESSAGES/upgrade-guide/kolab-3.5.po index 524df323..84e56bd9 100644 --- a/locale/de/LC_MESSAGES/upgrade-guide/kolab-3.5.po +++ b/locale/de/LC_MESSAGES/upgrade-guide/kolab-3.5.po @@ -1,194 +1,193 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/upgrade-guide/kolab-3.5.rst:90 msgid "Upgrade Notes from Kolab 3.4 to 3.5" msgstr "" #: ../../source/upgrade-guide/kolab-3.5.rst:93 msgid "This is work in progress! Kolab 3.5 has not been released yet..." msgstr "" #: ../../source/upgrade-guide/kolab-3.5.rst:96 msgid "ChangeLog" msgstr "" #: ../../source/upgrade-guide/kolab-3.5.rst:98 msgid "**empty**" msgstr "" #: ../../source/upgrade-guide/kolab-3.5.rst:100 msgid "**Lots Of Bugfixes**" msgstr "" #: ../../source/upgrade-guide/kolab-3.5.rst:103 msgid "Updating the system" msgstr "" #: ../../source/upgrade-guide/kolab-3.5.rst:105 msgid "" "These update procecures are just an example. They don't differ too much from " "a basic installation." msgstr "" #: ../../source/upgrade-guide/kolab-3.5.rst:110 msgid "CentOS 6" msgstr "" #: ../../source/upgrade-guide/kolab-3.5.rst:112 #: ../../source/upgrade-guide/kolab-3.5.rst:131 msgid "Update the repo to the new location" msgstr "" #: ../../source/upgrade-guide/kolab-3.5.rst:121 msgid "run the upgrade process" msgstr "" #: ../../source/upgrade-guide/kolab-3.5.rst:129 msgid "Debian 7" msgstr "" #: ../../source/upgrade-guide/kolab-3.5.rst:138 msgid "" "If you've don't have set a correct apt-pinning or release keys, please check " "the Installation Guide." msgstr "" #: ../../source/upgrade-guide/kolab-3.5.rst:140 msgid "Update and Upgrade the system" msgstr "" #: ../../source/upgrade-guide/kolab-3.5.rst:149 msgid "" "You'll get ask if you want to replace your configuration files! DON'T " "overwrite them! You'll lose your configuration and credentials and end up " "with a broken frontend." msgstr "" #: ../../source/upgrade-guide/kolab-3.5.rst:154 msgid "Database" msgstr "" #: ../../source/upgrade-guide/kolab-3.5.rst:157 msgid "mysql database: kolab" msgstr "" #: ../../source/upgrade-guide/kolab-3.5.rst:159 msgid "The admin database got a few minor updates:" msgstr "" #: ../../source/upgrade-guide/kolab-3.5.rst:161 msgid "You can find the full sql file here:" msgstr "" #: ../../source/upgrade-guide/kolab-3.5.rst:163 msgid "" "XXX FIXME #. web: http://git.kolab.org/kolab-wap/tree/doc/kolab_wap.sql?" "id=kolab-webadmin-3.2.6 #. locally: :file:`/usr/share/doc/kolab-webadmin/" "kolab_wap.sql`" msgstr "" #: ../../source/upgrade-guide/kolab-3.5.rst:169 msgid "" "Don't forget to make **backups** of your database before applying the " "changes!" msgstr "" #: ../../source/upgrade-guide/kolab-3.5.rst:173 msgid "" "The kolab-webadmin package doesn't provide auto updates or upgrade files for " "your database. Here's a summary of what has been changed." msgstr "" #: ../../source/upgrade-guide/kolab-3.5.rst:176 msgid "" "Field for mail.alias is not a list for Mail-enabled POSIX user in kolab-" "webadmin (#2219) https://issues.kolab.org/show_bug.cgi?id=2219 http://cgit." "kolab.org/webadmin/commit/?id=47653cb71fc68c083ef2cc95a97790f64f0b590e " "http://cgit.kolab.org/webadmin/commit/?" "id=250f5938c1bd0cf021d01125e01eebe7e212ed0c http://cgit.kolab.org/webadmin/" "commit/?id=d8dc3e2f241d66fb36126416c44f8303df36ba41" msgstr "" #: ../../source/upgrade-guide/kolab-3.5.rst:183 msgid "" "Warn when two Users have the same secondary mail address (#2983) https://" "issues.kolab.org/show_bug.cgi?id=2983 http://cgit.kolab.org/webadmin/commit/?" "id=e484198c037a919a42d9c5a52dec107def982d27" msgstr "" #: ../../source/upgrade-guide/kolab-3.5.rst:187 msgid "" "If you've made changes on the user types you might want to change the types " "manually in the settings section of kolab-webadmin (see below for details). " "Otherwise you can refresh the user_types table:" msgstr "" #: ../../source/upgrade-guide/kolab-3.5.rst:191 msgid "You can find the sample php script here:" msgstr "" #: ../../source/upgrade-guide/kolab-3.5.rst:193 msgid "" "XXX FIXME #. web: http://git.kolab.org/kolab-wap/tree/doc/kolab_wap.sql?" "id=kolab-webadmin-3.2.6 #. locally: :file:`/usr/share/doc/kolab-webadmin/" "sample-insert-user_types.php.gz`" msgstr "" #: ../../source/upgrade-guide/kolab-3.5.rst:204 msgid "Manually changing the user_types in the kolab-webadmin interface" msgstr "" #: ../../source/upgrade-guide/kolab-3.5.rst:206 msgid "" "Log on to the kolab-webadmin interface using \"cn=Directory Manager\". " "Select \"Settings\" (Einstellungen) and select object type \"User" "\" (Benutzer). You need to apply the following changes to each of \"Kolab " "User\" and \"Mail enabled POSIX User\"." msgstr "" #: ../../source/upgrade-guide/kolab-3.5.rst:211 msgid "" "Switch to the tab \"attributes\", search the line \"alias\" and click the " "pencil symbol to edit. Apply the following changes:" msgstr "" #: ../../source/upgrade-guide/kolab-3.5.rst:214 msgid "field_type select \"list\"" msgstr "" #: ../../source/upgrade-guide/kolab-3.5.rst:215 msgid "validate select \"extended\"" msgstr "" #: ../../source/upgrade-guide/kolab-3.5.rst:216 msgid "tick \"optional\"" msgstr "" #: ../../source/upgrade-guide/kolab-3.5.rst:218 msgid "" "To save your changes press \"save\", scroll to the bottom of the page, and " "press \"send\"." msgstr "" #: ../../source/upgrade-guide/kolab-3.5.rst:221 msgid "" "After the database update has been applied. Logout from the kolab-webadmin " "interface and login back in to load the new changes." msgstr "" diff --git a/locale/de/LC_MESSAGES/upgrade-guide/kolab-enterprise-14.po b/locale/de/LC_MESSAGES/upgrade-guide/kolab-enterprise-14.po index c6af7c2d..1d348d55 100644 --- a/locale/de/LC_MESSAGES/upgrade-guide/kolab-enterprise-14.po +++ b/locale/de/LC_MESSAGES/upgrade-guide/kolab-enterprise-14.po @@ -1,426 +1,425 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:90 msgid "Upgrade Guide from Kolab Enterprise 13 to 14" msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:92 msgid "" "This document guides you through the process of upgrading Kolab Enterprise " "13 to Kolab Enterprise 14. We recommend to try this upgrade on a test system " "before upgrading your production installation to ensure that everything will " "work smoothly with your specific setup." msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:97 msgid "ChangeLog" msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:99 msgid "" "Kolab Enterprise 14 compared to Kolab Enterprise 14 ships the following " "additional components:" msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:101 msgid "**Birthday Calender**" msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:103 msgid "" "Users may opt to show the birthdays of their contacts in the Kolab Web " "Application." msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:105 msgid "**Web Application Paths**" msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:107 msgid "" "The folder structure has changed. The web application has moved its public " "web content into a *public_html/* folder. While it tries to be backwards " "compatible, you might want to check your virtual host configuration to match " "the new paths." msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:111 msgid "**E-Mail Tagging**" msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:113 msgid "The roundcube plugin *kolab_tags* supports tanging of e-mails" msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:115 msgid "**Notes**" msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:117 msgid "" "The roundcube plugin *kolab_notes* supports writing and sharing notes. Via " "syncroton these notes can be synchronised via the ActiveSync protocol." msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:120 msgid "You can also create shared Notes folders for groups." msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:122 msgid "**Resource Management**" msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:124 msgid "" "While managing resources was already included in the Kolab Webadmin GUI, the " "roundcube received a new component to search, check and book resources. This " "part makes use of freebusy information to actually show the available " "resources." msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:129 msgid "**Freebusy**" msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:131 msgid "" "The freebusy web daemon now supports caching of freebusy informations and " "resources. You might want to update/replace your configuration to support " "resources, etc." msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:135 msgid "**Wallace**" msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:137 msgid "" "The wallace daemon now includes modules for checking iTip invitations and " "resource booking requests automatically. Wallace is now enabled by default " "in new installations. If you want to make use of it, you must integrate it " "in the postfix mail flow." msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:142 msgid "**IMAP ACL editor (kolab-webadmin)**" msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:144 msgid "" "You can now create share folders within the kolab-webadmin and manage and " "enforce initial access control lists for those folders." msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:147 msgid "**Organizatioal Unit Editor (kolab-webadmin)**" msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:149 msgid "" "Those installations that make use of bigger LDAP Directories or manage " "corporate address books within LDAP can now make use of the OU Editor " "instead of relying on external LDAP Editors. The ou management includes an " "ACL Editor for LDAP targets." msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:155 msgid "Updating Kolab Enterprise" msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:157 msgid "" "These procedures are meant as an example to show you how an upgrade could " "work. They don't differ too much from a basic installation." msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:161 msgid "RHEL 6 & CentOS 6" msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:163 msgid "Update the Kolab Enterprise repository to the new location:" msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:172 msgid "Run the upgrade process:" msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:180 msgid "Updating Configuration Files" msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:183 msgid "/etc/kolab/kolab.conf" msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:185 msgid "" "These values have been updated. Please change them in your configuration " "depending on your installation and needs:" msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:205 msgid "" "If you're planning to make use of wallace please make sure wallace is " "enabled to start using :command:`chkconfig` on RHEL/Centos." msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:208 msgid "Restart the services" msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:216 msgid "/etc/kolab-freebusy/config.ini" msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:218 msgid "" "Instead of editing the configuration by hand, it can be easier to just " "recreate the configuration using the setup-kolab tool if you have not a " "specific configuration." msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:221 #: ../../source/upgrade-guide/kolab-enterprise-14.rst:296 msgid "For Redhat/CentOS" msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:227 msgid "Recreatae the configuation:" msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:234 msgid "/etc/roundcubemail/config.inc.php" msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:236 msgid "Change the plugin load order the following way:" msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:238 msgid "move *kolab_auth* to the top position" msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:239 msgid "move *kolab_config* after *kolab_addressbook*" msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:240 msgid "add *kolab_notes* after *kolab_folders*" msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:241 msgid "add *kolab_tags* after *kolab_notes*" msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:243 msgid "" "If you want to make use of the new secure URLs feature, add 2 more $config " "entries" msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:250 msgid "" "And adjust the asset path to where your webserver makes the assets available." msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:254 msgid "" "Keep in mind that some of those configuration changes are requiring an " "updated apache configuration. Kolab Enterprise 14 introduced a seperate " "public_html/ folder to seperate webroot and application files. Keep this in " "mind if you've customized your webserver configuration and adjust it " "accordingly. Please pay special attention to the rewrite rules in place." msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:262 msgid "/etc/roundcubemail/password.inc.php" msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:264 msgid "Change the password driver from **ldap** to **ldap_simple**." msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:272 msgid "/etc/roundcubemail/kolab_files.inc.php" msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:274 msgid "Update the kolab_files_url to /chwala/ to be protocol independent." msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:281 msgid "/etc/roundcubemail/managesieve.inc.php" msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:283 msgid "" "If you want to include the dedicated vacation settings, please add this " "setting:" msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:290 msgid "/etc/iRony/dav.inc.php" msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:292 msgid "" "The iRony configuration doesn't have anything special configurations. You " "might want to consider just to take the new default config file or change it " "based on the differences between the previous version." msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:304 msgid "" "You can now expose the global address list via CalDAV by defining " "$config['kolabdav_ldap_directory'] for your installation. The URL for users " "to access this address book is https:///iRony/addressbooks/" "/ldap-directory while specifics depend on your web server " "configuration." msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:311 msgid "/etc/postfix/ldap/virtual_alias_maps_sharedfolders.cf" msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:313 msgid "" "To fix the handling of resource invitations you've to adjust your existing " "virtual alias maps, otherwise you end up with non-delivery-reports." msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:316 msgid "Please update your filter with this new default configuration:" msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:322 #: ../../source/upgrade-guide/kolab-enterprise-14.rst:345 msgid "Restart the postfix daemon" msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:329 msgid "/etc/postfix/master.cf" msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:331 msgid "" "Here, you can optionally enable wallace if you want it to handle resource " "booking and invitations automatically. This will put wallace as the next " "content-filter after the mail has been returned from amavis to postfix. If " "you're don't want to make use of iTip processing or resource management you " "can skip this section." msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:351 msgid "The mail flow will be the following:" msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:353 msgid "postfix receives mail (running on port :25 and port :587)" msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:354 msgid "postfix sends mail to amavisd (running on port 127.0.0.1:10024)" msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:355 msgid "amavisd checks mail" msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:356 msgid "amavisd sends mail to postfix (running on port 127.0.0.1:10025)" msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:357 msgid "postfix sends mail to wallace (running on port 127.0.0.1:10026)" msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:358 msgid "wallace checks the message for itip, resources, etc" msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:359 msgid "wallace sens mail to postfix (running on port 127.0.0.1:10026)" msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:360 msgid "postfix will start delivering the mail (external or internal)" msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:364 msgid "mysql database: kolab" msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:366 msgid "" "A couple new features are relying new tables (organizational units). The " "shared folder have been extended to make use of the **acl** editor." msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:369 msgid "You can find the full sql file here:" msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:371 msgid "" "web: https://git.kolab.org/diffusion/WAP/browse/master/doc/kolab_wap.sql;" "kolab-webadmin-3.2.1" msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:372 msgid "locally: :file:`/usr/share/doc/kolab-webadmin/kolab_wap.sql`" msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:374 msgid "" "To not mess with your existing configuration, the kolab-webadmin package " "doesn't provide auto updates or upgrade files for your database. Here's a " "summary of what has been changed." msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:378 msgid "" "If you've made changes on the shared folder types you might want to change " "the types manually in the settings section of kolab-webadmin." msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:381 msgid "Open the mysql cli:" msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:387 msgid "" "and apply the following changes: The tables will be deleted and recreated. " "Don't forget: if you've made changes to shared folder types, please update " "them manually!" msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:450 msgid "" "After the database update has been applied. Logout from the kolab-webadmin " "interface and login back in to load the new changes." msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:453 msgid "" "Congratulations, your Kolab Enterprise 13 installation should now be " "upgraded sucessfully. If you encounter any problems during the upgrade, " "please `file a support ticket `__." msgstr "" diff --git a/locale/de/LC_MESSAGES/webmail-user-guide/roundcubemail/_plugins/calendar/importexport.po b/locale/de/LC_MESSAGES/webmail-user-guide/roundcubemail/_plugins/calendar/importexport.po index 27f49efe..5a10b03b 100644 --- a/locale/de/LC_MESSAGES/webmail-user-guide/roundcubemail/_plugins/calendar/importexport.po +++ b/locale/de/LC_MESSAGES/webmail-user-guide/roundcubemail/_plugins/calendar/importexport.po @@ -1,146 +1,145 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-25 17:12+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" # 8f1e26506c07445089da1714e5cc5ca4 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/importexport.rst:93 msgid "Import/Export" msgstr "Importieren/Exportieren" # b8016df3d79347c7a9c1e99fadc95bc9 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/importexport.rst:95 msgid "" "Event data is usually exchanged using the standard |iCal|_ format which is " "supported for import and export." msgstr "" "Ereignisdaten werden normalerweise im normierten |iCal|_ Format " "ausgetauscht, das für Im- und Export unterstützt wird." # 4fc89c9f640e44b0801def34964c4a93 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/importexport.rst:100 msgid "Importing Events" msgstr "Ereignisse importieren " # 687c9bd03c8747959dd5d02593db6a20 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/importexport.rst:102 msgid "This is how to add events from an |iCal|_ (.ics) file:" msgstr "So fügt man Ereignisse von einer |iCal|_ (.ics) Datei hinzu:" # c8c6836310f0484082a9cd4a2b13cd1f #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/importexport.rst:104 msgid "Click the *Import* toolbar button in the calendar view." msgstr "" "Klicken Sie auf die *Importieren*-Werkzeugleisten-Schaltfläche in der " "Kalenderansicht." # eb5761d25a944e48a89eeca5a1486858 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/importexport.rst:105 msgid "Then select the file to import from your computer's hard drive." msgstr "" "Wählen Sie dann die von der Festplatte Ihres Computers zu importierende " "Datei aus." # f256764e819142129eb80a59aa965b2c #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/importexport.rst:106 msgid "Select the calendar to import the events to." msgstr "Wählen Sie den Kalender, in den Sie die Ereignisse importieren wollen." # df64f26f156b41c58a1ee4bd0ebd2ab2 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/importexport.rst:107 msgid "Select the threshold for old events to be imported." msgstr "Wählen Sie den Schwellenwert für zu importierende alte Ereignisse." # d70fe3043ce944fa9ae98411a859362e #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/importexport.rst:108 msgid "Click *Import* and wait for the upload to finish." msgstr "" "Klicken Sie auf *Importieren* und warten Sie, dass der Hochladevorgang " "beendet ist." # ab5fd970c84e4b49b742a40b73ed7da0 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/importexport.rst:110 -#, fuzzy msgid "" "The calendar view will be refreshed to display the newly imported events. " "Verify that the according calendar is active if you don't see them." msgstr " " # c34506f6d86f4792bc4767c426757add #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/importexport.rst:118 msgid "Exporting Events" msgstr "Ereignisse exportieren " # d18716b924a8481d91084dd033be7f59 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/importexport.rst:120 msgid "" "Events from your calendars can be exported and downloaded in the |iCal|_ " "format." msgstr "" "Ereignisse aus Ihrem Kalender können exportiert und im |iCal|_ Format " "heruntergeladen werden." # 3dc30361135e4f8f95c823c28b61591d #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/importexport.rst:122 msgid "Click the *Export* toolbar button in the calendar view." msgstr "" "Klicken Sie auf die *Exportieren*-Werkzeugleisten-Schaltfläche in der " "Kalenderansicht." # e382437cba5246219d8f323b3a4a45d9 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/importexport.rst:123 msgid "Select the calendar where events should be exported from." msgstr "Wählen Sie den Kalender, in den Ereignisse exportiert werden sollen." # 8ffaaad74edc40a887e5e0025ba610f0 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/importexport.rst:124 msgid "" "With the *Events from* selector you choose the time constraints for " "exporting." msgstr "" "Mit dem *Ereignisse ab*-Wähler können Sie den Exportzeitrau eingrenzen." # 43d1fa16d83a44f89a05cb1a450dad18 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/importexport.rst:125 msgid "Click the *Export* button to start the export." msgstr "" "Klicken Sie auf die *Exportieren*-Schaltfläche, um mit dem Export zu " "beginnen." # 3b88b24e309047678911706b36cec433 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/importexport.rst:126 msgid "" "Choose where to save the exported .ics file if prompted, otherwise check the " "\"Downloads\" folder on your computer." msgstr "" "Wählen Sie, wo die exportierte .ics Datei gespeichert werden soll, wenn Sie " "dazu aufgefordert werden, anderenfalls sehen Sie im Downloadordner Ihres " "Computers nach." # 32aed55bca92466fab5e8cf84f55079c #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/importexport.rst:88 msgid "Import" msgstr "" # 32aed55bca92466fab5e8cf84f55079c #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/importexport.rst:88 msgid "iCal" msgstr "" # b1ba1d417fd3455aa6485f6d9b0c4584 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/importexport.rst:114 msgid "Export" msgstr "" diff --git a/locale/de/LC_MESSAGES/webmail-user-guide/roundcubemail/_plugins/calendar/invitations.po b/locale/de/LC_MESSAGES/webmail-user-guide/roundcubemail/_plugins/calendar/invitations.po index baa49aaf..95347689 100644 --- a/locale/de/LC_MESSAGES/webmail-user-guide/roundcubemail/_plugins/calendar/invitations.po +++ b/locale/de/LC_MESSAGES/webmail-user-guide/roundcubemail/_plugins/calendar/invitations.po @@ -1,184 +1,183 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-25 17:12+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" # aa3292db1c26474d8095ae7d782accd8 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/invitations.rst:92 msgid "Handle Event Invitations" msgstr "Umgang mit Ereigniseinladungen " # 06f7ae1cc3d646cf964f34369efaa543 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/invitations.rst:94 msgid "" "In chapter :ref:`calendar-event-participants` we have learned how to invite " "other people to an event. This will send out invitation emails to all the " "participants with the event data attached. That allows one to directly " "accept or decline an event invitation." msgstr "" # d173e750ec4a42bba4e2a7a7018049d9 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/invitations.rst:101 msgid "Receive Event Invitations" msgstr "Ereigniseinladungen erhalten" # 145564a1bcfe4a0181c4a160b6569e40 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/invitations.rst:103 msgid "" "When the webmail system opens an invitation email with event data attached, " "it'll display a yellow box in the preview pane or the email view:" msgstr "" "Wenn das Webmail-System eine Einladungs-Mail mit angehängten Ereignisdaten " "öffnet, zeigt es einen gelben Kasten im Vorschaubereich oder in der E-Mail " "Ansicht:" # 7e1023b1231648039a8b3a2ff1845dd5 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/invitations.rst:109 msgid "Accept/Decline Invitations" msgstr "Einladungen annehmen/ablehnen" # feb6d0ae05dd4a688304f9271c5a4a76 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/invitations.rst:111 msgid "" "Right in the box shown above, you can accept or decline the invitation by " "clicking the according button. This will send an automated response to the " "event organizer informing her about your decision and letting her update " "your participant status in her calendar." msgstr "" # 07aa1f269c1f4723b0910ce5f8071159 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/invitations.rst:115 -#, fuzzy msgid "" "In case you accept, by either clicking *Accept* or *Maybe*, this will also " "copy the event into your personal calendar. The selector right next to the " "buttons lets you choose the right one." msgstr "" "Wenn Sie annehmen, indem Sie entweder *Akzeptieren* oder *Vielleicht* " "anklicken, wird auch eine Kopie des Ereignisses in Ihren persönlich Kalender " "kopiert. " # 7b38066373a24f5bb582f52a58c18a01 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/invitations.rst:119 msgid "" "The copy in your calendar now knows about the invitation and its original " "sender. If you now delete it from your calendar, you'll be asked whether " "this should send a declination message to the person who organizes the event." msgstr "" # 27772fdf21f24f09bdb3f6e0c3c6b02c #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/invitations.rst:123 msgid "" "After acceping or declining, the email message containing the invitation can " "be deleted." msgstr "" "Nach dem Annehmen oder Ablehnen kann die E-Mail-Nachricht mit der Einladung " "gelöscht werden." # 7125d577d59d42d8a43a9d927152247f #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/invitations.rst:127 msgid "Process Invitation Replies" msgstr "Einladungsantworten-Prozess " # d782602a1ec74b8489f49ec1d4b52445 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/invitations.rst:129 msgid "" "As an organizer who has invited others to an event, you'll receive responses " "to the automatically sent invitations when the attendees either accept or " "decline them." msgstr "" "Als Organisator, der Andere zu einem Ereignis eingeladen hat, erhalten Sie " "Antworten auf die automatisch versendeten Einladungen, wenn die Teilnehmer " "entweder annehmen oder ablehnen." # 280464498eb44c18897a2fdcc91a8122 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/invitations.rst:132 msgid "" "Such messages are also identified by the webmail system and again a yellow " "box appears in the message view:" msgstr "" "Solche Nachrichten werden auch durch das Webmail-System identifiziert und " "wieder erscheint ein gelber Kasten in der Nachrichten-Ansicht:" # 67b38e42484b4fae93cf2d49a485212a #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/invitations.rst:137 msgid "" "By clicking the *Update the participant's status* button, the original event " "in your calendar will be updated with the RSVP status from the person who " "responded here." msgstr "" "Durch Klicken auf die *Teilnahmestatus updaten*-Schaltfläche wird das " "ursprüngliche Ereignis in Ihrem Kalender auf den u.A.w.g.-Status der hier " "antwortenden Person aktualisiert. " # 4e061d29d81149d4aa28acc244abcc39 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/invitations.rst:140 msgid "" "When you now look at the event details in the calendar view, the status " "icons next to each participant now displays the new status." msgstr "" "Wenn Sie jetzt die Ereignisdetails in der Kalenderansicht ansehen, zeigen " "die Statusicons neben jedem Teilnehmer den neuen Status an." # 481278b8af4943d79d81356b75750ddd #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/invitations.rst:88 msgid "Invitation" msgstr "" # 481278b8af4943d79d81356b75750ddd #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/invitations.rst:88 msgid "RSVP" msgstr "" #~ msgid "" #~ "In chapter :ref:`calendar-event-participants` we have learned how to " #~ "invite other people to an event. " #~ msgid_plural "" #~ "That allows one to directly accept or decline an event invitation." #~ msgstr[0] "" #~ "Im Kapitel :ref:„Kalenderereignis-Teilnehmer " #~ "\" haben wir gelernt, wie man Andere zu einem Ereignis einlädt. " #~ msgstr[1] "" #~ "So kann man ein eine Ereigniseinladung direkt annehmen oder ablehnen." #~ msgid "" #~ "Right in the box shown above, you can accept or decline the invitation by " #~ "clicking the according button. " #~ msgid_plural "" #~ "This will send an automated response to the event organizer informing her " #~ "about your decision and letting her update your participant status in her " #~ "calendar." #~ msgstr[0] "" #~ "Sie können die Einladung direkt im oben gezeigten Kasten annehmen oder " #~ "ablehnen, indem Sie die entsprechende Schaltfläche anklicken. " #~ msgstr[1] "" #~ "Eine automatische Antwort an den Organisator des Ereignisses gesendet, " #~ "die sie über Ihre Entscheidung informiert und sie Ihren Teilnahmestatus " #~ "in ihrem Kalender updaten lässt." #~ msgid "" #~ "The copy in your calendar now knows about the invitation and its original " #~ "sender. " #~ msgid_plural "" #~ "If you now delete it from your calendar, you'll be asked whether this " #~ "should send a declination message to the person who organizes the event." #~ msgstr[0] "" #~ "Die Kopie in Ihrem Kalender weiß jetzt über die Einladung und ihre " #~ "ursprüngliche Absenderin Bescheid. " #~ msgstr[1] "" #~ "Wenn Sie es jetzt aus Ihrem Kalender löschen, werden Sie gefragt, ob eine " #~ "Ablehnungsnachricht an die Person gesendet werden soll, die das Ereignis " #~ "organisiert." diff --git a/locale/de/LC_MESSAGES/webmail-user-guide/roundcubemail/_plugins/calendar/manage.po b/locale/de/LC_MESSAGES/webmail-user-guide/roundcubemail/_plugins/calendar/manage.po index 01909d8f..22732578 100644 --- a/locale/de/LC_MESSAGES/webmail-user-guide/roundcubemail/_plugins/calendar/manage.po +++ b/locale/de/LC_MESSAGES/webmail-user-guide/roundcubemail/_plugins/calendar/manage.po @@ -1,626 +1,615 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-25 17:12+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" # e052fee083c14d909fbe663ccb46a84f #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:91 msgid "Manage Your Schedule" msgstr "Ihren Terminplan verwalten " # 17827c770c7f4cfd94205c49b7ffe390 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:93 msgid "" "All functions to maintain your events are accessible from the main calendar " "view." msgstr "" "Alle Funktionen zum Verwalten Ihrer Ereignisse sind über die Haupt-" "Kalenderansicht zugänglich." # d0c0ebee467f4f1c97d1398b166848f3 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:97 msgid "Add Events to a Calendar" msgstr "Ereignisse zum Kalender hinzufügen" # dd8b141a33c24102b7f73f3c7fa9090a #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:102 msgid "**Via toolbar**" msgstr "**Über die Werkzeugleiste**" # bdc626cbdac545aab9461fce987c9949 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:100 -#, fuzzy msgid "" "Click the *New event* button in the toolbar to get an empty dialog where you " "enter the :ref:`event properties ` such as summary, " "date/time, reminders, etc. Click *Save* to finally add it to the selected " "calendar." msgstr "" "Klicken Sie auf die *Neues Ereignis*-Schaltfläche in der Werkzeugleiste, um " "einen leeren Dialog zu erhalten, in den Sie die :ref:„Ereigniseigenschaften " "\" wie Zusammenfassung, Datum/Zeit, " "Erinnerungen, usw. eingeben. " # 60f0d347f95a4389a5ec70c5f2298390 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:111 msgid "**At a specific date/time**" msgstr "**An einem bestimmten Datum / zu einer bestimmten Zeit**" # 8741af13b45349c28a3172bdb4bffffd #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:105 msgid "" "Navigate the calendar view to the date you want to add an event for. Then " "mark the range of time (or dates in month view) with the mouse by pressing " "the button at the time the event should start and releasing it again at time " "it finishes. This will open the :ref:`event dialog ` " "with the selected date/time range already filled in." msgstr "" # b12d4a3c1c834055bf290a9f37863b70 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:110 msgid "" "In order to create new all-day events, double-click the desired day in the " "calendar view." msgstr "" "Um neue ganztägige Ereignisse zu erstellen, doppelklicken Sie den " "erwünschten Tag in der Kalenderansicht." # 9004a92aab564ea5b38e0f92c81462b2 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:117 msgid "Edit and Reschedule Events" msgstr "Ereignisse bearbeiten und verschieben" # 0e230b9ce25940ca8dbf6ec7eaeb5cb2 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:120 msgid "The Event Dialog" msgstr "Der Ereignisdialog" # 6a3ede42ef274763958296b94173e138 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:122 -#, fuzzy msgid "" "When clicking an event in the calendar view, a dialog showing its details is " "displayed. Clicking the *Edit* button in that dialog opens the form to edit " "all properties of the selected event." msgstr "" "Wenn Sie ein Ereignis in der Kalenderansicht anklicken, wird ein Dialog mit " "seinen Details angezeigt. " # 12f17dfe4dad4ffb871e586d4c871842 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:125 msgid "" "The edit form is divided into different section which can be switched using " "the tabs on top of the dialog:" msgstr "" "Die Bearbeiten-Maske ist in mehrere Abschnitte unterteilt, zwischen denen " "Sie mit den Reitern im oberen Bereich des Dialogs wechseln können:" # 9b9b932246c44bfdb47d2c72eefcd2d7 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:128 msgid "**Summary**" msgstr "**Zusammenfassung**" # 156cb27f322f4afbbc6d3667a9ac708d #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:130 -#, fuzzy msgid "" "This general section has text fields and selectors for various properties of " "an event. Here's a description of all the possible values:" msgstr "" "Dieser allgemeine Abschnitt hat Textfelder und Optionsschaltflächen für " "verschiedene Eigenschaften eines Ereignisses. " # e3e3926f9db44a20a5379f723b5365da #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:133 msgid "" "``Summary``: The title of the event. This is what you will see in the " "calendar view." msgstr "" "„Zusammenfassung\": Der Titel des Ereignisses; dies sehen Sie in der " "Kalenderansicht." # cd30e78b9975419096b0f07298542fc1 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:134 msgid "``Location``: Where the event will be taking place." msgstr "„Standort\": wo das Ereignis stattfindet" # 48ad1419283f4a7cbd4c1dbe3e90ea95 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:135 msgid "``Description``: Any text that describes the event." msgstr "„Beschreibung\": Text, der das Ereignis beschreibt " # 2a7fcd175896434d90a08e049707ab93 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:136 msgid "``URL``: A link to more information about this event." msgstr "„URL\": ein Link zu mehr Informationen über das Ereignis" # 298cca01f17f4636a877bf8f985aa7f6 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:137 msgid "``Start``: Date and time when the event starts." msgstr "„Beginn\": Datum und Zeit, zu dem ein Ereignis beginnt" # b042339f5b5e478e84775d45464563ed #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:138 msgid "``End``: Date and time when the event starts." msgstr "„Ende\": Datum und Zeit, zu dem Ereignis endet" # 429850442c7942768801c40ea4182562 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:139 msgid "``all-day``: Check this if the event has no start/end time." msgstr "" "„ganztägig\": Setzen Sie hier ein Häkchen, wenn das Ereignis keinen Beginn " "oder Ende hat." # 62aa6cd25fce4bc8a8d25444058c4010 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:140 msgid "" "``Reminder``: Will pop up with a notification at a the specified time before " "the event. It is possible to select 'Message' (default) or 'Sound'. When " "Sound is selected, a sound will be played at the selected time. This setting " "requires the host to be able to play sounds." msgstr "" # daa36d0b1d094281a3df3087ee893679 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:141 msgid "" "``Calendar``: The calendar the event is saved in. Change it to move an event " "from one calendar to another." msgstr "" "„Kalender\": Der Kalender, in dem das Ereignis gespeichert ist; ändern Sie " "dies, um ein Ereignis von einem Kalender in einen anderen zu verschieben." # b2907e68b9584899bd372796043878bd #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:142 msgid "" "``Category``: The type of event. Categories can also be used for :ref:" "`coloring `." msgstr "" "„Kategorie\": Die Art des Ereignisses; Kategorien können auch zum :ref:" "„Einfärben \" benutzt werden." # b71b490521ed41d6a12411fb7c4c6bcd #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:143 msgid "" "``Show me as``: The representation in your free/busy scheduling calendar " "visible to others." msgstr "" "„Mich anzeigen als\": die Darstellung in Ihrem Beschäftigt/Unbeschäftigt-" "Planungs-Kalender, wie sie für Andere sichtbar ist" # aad6e1316ef8424287740c5975a9d182 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:144 msgid "``Priority``: The priority value of the event." msgstr "„Priorität\": der Prioritätswert des Ereignisses" # 3cb1164b9c1046b8851a758138986ec3 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:145 msgid "" "``Privacy``: Flag an event as \"private\" or \"confidential\" when sharing " "your calendar with others." msgstr "" "„Privatsphäre\": Markieren Sie ein Ereignis als „privat\" oder „vertraulich" "\", wenn Sie Ihren Kalender mit Anderen teilen." # be31769fba3a401794e99c54609706d7 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:147 msgid "**Recurrence**" msgstr "**Wiederholung**" # b3688dd1806d4667ba9363b8b80d81ec #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:149 msgid "" "For periodically recurring event series, this tabs has the settings how an " "event is repeated over time." msgstr "" "Bei einer Serie regelmäßig wiederkehrender Ereignisse, hält dieser Reiter " "die Einstellungen, wie ein Ereignis sich über eine Zeit hinweg wiederholt." # f99cdb6ee7a041478bce7fff9afc4fec #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:152 msgid "``Repeat``: Start with selecting a repetition interval (e.g. monthly)" msgstr "" "„Wiederholen\": Beginnen Sie mit der Auswahl eines Wiederholungsintervalls " "(z. B. monatlich)." # 1043a5b2f71d460986d3cbb80aa40f4c #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:153 msgid "" "``Every``: How often the frequency will be relevant. For example, for an " "event that takes place every other week choose Weekly and then 2. If you " "choose a frequency of weekly or monthly you can select which days of the " "week or month the event will occur." msgstr "" # 4418cb8f964449b69c3928dd3ca09547 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:155 msgid "" "``Until``: Determines the duration of the repetition. The recurrence can " "either run forever, for a number it times or until a specific date." msgstr "" # 68d953ff436b403fb3897d722b90d545 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:157 msgid "**Participants**" msgstr "**Teilnehmer**" # 566c6357c70448fcbe334d6d9ff75589 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:159 msgid "" "An important part of managing your schedule is to invite others to events " "and track their RSVP. In this part of the edit dialog you can manage the " "participants of an event. Read more about this further down in the :ref:" "`calendar-event-participants` section." msgstr "" # 02c4c150246c4452aa8c3cb0f69b7df6 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:163 msgid "**Resources**" msgstr "**Hilfsmittel**" # aa24bfa9546448598e45180402df21f3 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:165 -#, fuzzy msgid "" "As with participants, it is possible to manage the provided resources needed " "for the planned event. The tab is showing a list of the resources reserved " "for the current event." msgstr "" "Wie bei Teilnehmern ist es möglich, die gegebenen Hilfsmittel, die für ein " "Ereignis benötigt werden, zu verwalten. " # 0594d9958f974dfca159a7bd14d790f2 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:167 msgid "" "``Book Resource``: If the name of the resource is known, it can be typed " "into the textfield, and will be booked when the Book Resource button is " "pushed." msgstr "" "„Hilfsmittel buchen\": Wenn der Name des Hilfsmittels bekannt ist, kann er " "in das Textfeld eingetippt werden und wird gebucht werden, wenn die " "Hilfsmittel buchen-Schaltfläche angeklickt wird." # 0f3a4aaa8c1c4bd096f2c0ccb040fffc #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:168 msgid "" "``Find Resource``: If the name of the resource is not known, the Find " "Resource button is an option. It will open a new popup window showing a list " "of available resources, The FreeBusy information for these, and the Book " "Resource button." msgstr "" # 7350feaf876e4f5b9b82c75d2f149756 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:170 msgid "**Attachments**" msgstr "**Anhänge**" # 1028621eac344c1d9d1a1e5e4a95f33d #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:172 msgid "" "Sometimes a description text isn't enough to collect information for a " "specific event. Switch to this tab to attach files to the current event or " "to remove them again. Adding files works pretty much the same as :ref:" "`attaching them to email messages `: first select " "a file from your local disk and click *Upload* in order to attach it." msgstr "" # bf92a19f8d2741c59440af58131c454e #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:177 -#, fuzzy msgid "" "Don't forget to finally save the changes by clicking *Save* in the event " "edit dialog. Even switching back and forth the tabs will not yet save the " "data." msgstr "" "Vergessen Sie nicht, abschließend die Änderungen zu speichern, indem Sie " "*Speichern* im Ereignis-bearbeiten-Dialog anklicken. " # 0c128ef7f67b4f1fb328d91ef5157a87 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:184 msgid "Moving and Resizing with the Mouse" msgstr "Mit der Maus verschieben und die Dauer anpassen" # ea3e937509684705a91b4cd8cb0f2b87 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:190 -#, fuzzy msgid "" "If an existing event shall be rescheduled to another time or date, you'll " "find it handy to do that directly in the calendar view without opening the " "edit form. Simply grab the event block with the mouse and move it to the new " "date or time. Release the mouse button to complete." msgstr "" "Wenn ein bestehendes Ereignis auf eine andere Zeit oder ein anderes Datum " "verschoben werden soll, ist es praktisch, dies direkt in der Kalenderansicht " "zu tun, ohne die Bearbeiten-Maske zu öffnen. " # 46eb598ea94b43caa6c203fc03722d17 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:194 -#, fuzzy msgid "" "In *Month* and *Day* view, the event blocks have a small handle at the " "bottom. Drag this with the mouse in order to resize the event meaning to " "adjust its duration." msgstr "" "In der *Monat*- und *Tag*-Ansicht haben die Ereignisblöcke unten einen " "kleinen Griff. " # 3a1d3bffb4cd4c3c9b6db66e3cb650ae #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:202 msgid "Get Notifications" msgstr "Benachrichtigungen erhalten" # bd362cfe867e447885e62f6c186d0120 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:208 msgid "" "While logged in to the webmail, event reminders will be displayed with pop-" "up boxes at the specified time before the event starts. You can specify if " "you want to see alarms for every calendar individually. Enable or disable " "reminders in :ref:`Calendar Settings ` from the :" "ref:`calendar-lists`." msgstr "" # 33fb2c197feb4ce08fd1e20700155cba #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:213 msgid "Dismiss or Snooze Reminders" msgstr "Erinnerungen verwerfen oder verschieben" # 658ad00e4ffa4fba9bf6386b62d41208 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:215 -#, fuzzy msgid "" "When a reminder box pops up, you can either dismiss the notification for all " "events or each one individually. When dismissed, no further reminders will " "be displayed. Choose a time from the *Snooze* menu to get another reminder " "after the selected time." msgstr "" "Wenn ein Erinnerungsfeld erscheint, können Sie die Benachrichtigung entweder " "für alle Ereignisse oder für jedes einzeln verwerfen. " # 1264fa28c22e4b2cbf25b5dfd2a10a38 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:224 msgid "Inviting Other People" msgstr "Andere einladen" # 59e2e19ac4da4ff9ae290213e8f432c0 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:226 msgid "" "If you need to set up a meeting, and keep track of who's attending and who " "is not, the calendar can do this as well as you to automatically send " "invitations and read their responses." msgstr "" "Wenn Sie eine Besprechung einberufen müssen und im Auge behalten wollen, wer " "teilnimmt und wer nicht, kann der Kalender dies so gut wie Sie auch und " "sendet automatisch Einladungen und liest die Antworten." # 48a9c4059dc848b78ac1e7ec94d12e2e #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:229 -#, fuzzy msgid "" "When creating a new event, switch to the *Participants* tab. You're already " "listed as the organizer of the event." msgstr "" "Wenn man ein neues Ereignis erstellt, wechseln Sie zum *Teilnehmer*-Reiter. " # 27f2e6efbb154958bd4bd8b4edfe5eb4 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:233 msgid "" "Enter the name or email address of the person to invite. Contacts from the " "address book are suggested as you type. In order to send invitations, make " "sure the entered contact has an email address. Type it in the form ``Person " "Name ``." msgstr "" # f3d132ed495a425dbc7907a3ee255965 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:236 msgid "Click *Add participant* to add the person to the list." msgstr "" "Klicken Sie auf *Teilnehmer hinzufügen*, um die Person der Liste " "hinzuzufügen." # 4576bcb70a1f44a98f84e8af170f6ff9 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:237 msgid "Select a *Role* (e.g. required or optional) for this person." msgstr "" "Wählen Sie eine *Rolle* (z. B. erforderlich oder optional) für diese Person." # 07d22906fdc147d6bff7057b475f9946 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:238 msgid "Repeat 1-3 for further participants." msgstr "Wiederholen Sie Schritte 1-3 für weitere Teilnehmer." # 9dd56337737f48c88a7b540652ec19d0 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:239 msgid "" "Check the *Send invitations* box if the application should send out " "invitation emails." msgstr "" "Setzen Sie bei *Einladungen versenden* ein Häkchen, wenn die Anwendung " "Einladungs-E-Mails versenden soll." # 636a6ad9cf724e459fbf30b335fe926e #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:241 msgid "" "Invitations will be sent out when you click *Save* and the event is created." msgstr "" "Einladungen werden rausgeschickt, wenn Sie *Speichern* anklicken und das " "Ereignis erstellt worden ist." # 3ca046cd5dd94f67abf01835148ac960 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:261 msgid "Receive Event Invitations" msgstr "Ereigniseinladungen erhalten " # 2ef5b0f1e9de43de9edf9f7947de4a92 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:263 msgid "" "How to process incoming event invitations is described in chapter :ref:" "`calendar-invitations`." msgstr "" "Wie man Ereigniseinladungen verarbeitet, ist im :ref:„Kalendereinladungen " "\"-Kapitel beschrieben." # 26959318433648229f3bc892eb3c56e6 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:113 msgid "Recurring events" msgstr "" # 26959318433648229f3bc892eb3c56e6 # d91a0c50e05e4f6a81dd3c1f6a358117 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:113 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:220 -#, fuzzy msgid "Participants" msgstr "**Teilnehmer**" # 7df6f623062b4cd4ac46558059ffce4b #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:181 msgid "Move" msgstr "" # 7df6f623062b4cd4ac46558059ffce4b #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:181 msgid "Drag & Drop" msgstr "" # 6f79c04ec16746afa36de8ba5c0592d4 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:198 -#, fuzzy msgid "Notifications" msgstr "Benachrichtigungen erhalten" # 6f79c04ec16746afa36de8ba5c0592d4 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:198 msgid "Reminders" msgstr "" # 6f79c04ec16746afa36de8ba5c0592d4 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:198 msgid "Alarms" msgstr "" # d91a0c50e05e4f6a81dd3c1f6a358117 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:220 msgid "Invite" msgstr "" # d91a0c50e05e4f6a81dd3c1f6a358117 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:220 msgid "Attendees" msgstr "" #~ msgid "" #~ "Navigate the calendar view to the date you want to add an event for. " #~ msgid_plural "" #~ "This will open the :ref:`event dialog ` with the " #~ "selected date/time range already filled in." #~ msgstr[0] "" #~ "Gehen Sie in der Kalenderansicht zu dem Datum, an dem Sie ein Ereignis " #~ "hinzufügen wollen. " #~ msgstr[1] "" #~ "Dies öffnet den :ref:„Ereignisdialog \", " #~ "der den ausgewählten Zeitraum schon eingetragen hat." #~ msgid "" #~ "``Reminder``: Will pop up with a notification at a the specified time " #~ "before the event. " #~ msgid_plural "This setting requires the host to be able to play sounds." #~ msgstr[0] "" #~ "„Erinnerung\": wird zu einer vorbestimmten Zeit vor dem Ereignis mit " #~ "einer Benachrichtigung erscheinen. " #~ msgstr[1] "" #~ "Diese Einstellung erfordert, dass der Host in der Lage ist, Klänge " #~ "abzuspielen." #~ msgid "``Every``: How often the frequency will be relevant. " #~ msgid_plural "" #~ "If you choose a frequency of weekly or monthly you can select which days " #~ "of the week or month the event will occur." #~ msgstr[0] "„Jede(n)\": Die Art des Intervalls; " #~ msgstr[1] "" #~ "Wenn Sie ein wöchentliches oder monatliches Intervall wählen, können Sie " #~ "wählen, an welchen Tagen in der Woche oder im Monat ein Ereignis " #~ "vorkommt. " #~ msgid "``Until``: Determines the duration of the repetition. " #~ msgid_plural "" #~ "The recurrence can either run forever, for a number it times or until a " #~ "specific date." #~ msgstr[0] "„Bis\": bestimmt die Dauer der Wiederholung. " #~ msgstr[1] "" #~ "Die Wiederholung kann entweder für immer, für eine mitgezählte Anzahl von " #~ "Malen oder bis zu einem bestimmten Datum laufen." #~ msgid "" #~ "An important part of managing your schedule is to invite others to events " #~ "and track their RSVP. " #~ msgid_plural "" #~ "Read more about this further down in the :ref:`calendar-event-" #~ "participants` section." #~ msgstr[0] "" #~ "Ein wichtiger Teil der Verwaltung Ihres Zeitplans ist es, Andere zu " #~ "Ereignissen einzuladen und Ihre Antworten nachzuverfolgen. " #~ msgstr[1] "" #~ "Lesen Sie weiter unten im :ref:„Kalenderereignis-Teilnehmer \" Abschnitt mehr dazu." #~ msgid "" #~ "``Find Resource``: If the name of the resource is not known, the Find " #~ "Resource button is an option. \n" #~ msgid_plural "" #~ "It will open a new popup window showing a list of available resources, " #~ "The FreeBusy information for these, and the Book Resource button." #~ msgstr[0] "" #~ "„Hilfsmittel finden\": Wenn der Name des Hilfsmittels nicht bekannt ist, " #~ "könnte man z. B. die Hilfsmittel finden-Schaltfläche benutzen. " #~ msgstr[1] "" #~ "Es öffnet ein neues Überlagerungsfenster, das eine Liste verfügbarer " #~ "Hilfsmittel anzeigt, deren Beschäftigt/Unbeschäftigt-Informationen und " #~ "die Hilfsmittel buchen-Schaltfläche." #~ msgid "" #~ "Sometimes a description text isn't enough to collect information for a " #~ "specific event. " #~ msgid_plural "" #~ "first select a file from your local disk and click *Upload* in order to " #~ "attach it." #~ msgstr[0] "" #~ "Manchmal ist ein beschreibender Text nicht genug, um Informationen zu " #~ "einem bestimmten Ereignis zu sammeln. " #~ msgstr[1] "" #~ "Wählen Sie zuerst eine Datei von Ihrer Festplatte aus und klicken Sie auf " #~ "*Upload*, um sie anzuhängen." #~ msgid "" #~ "While logged in to the webmail, event reminders will be displayed with " #~ "pop-up boxes at the specified time before the event starts. " #~ msgid_plural "" #~ "Enable or disable reminders in :ref:`Calendar Settings ` from the :ref:`calendar-lists`." #~ msgstr[0] "" #~ "Während Sie beim Webmail-Dienst angemeldet sind werden " #~ "Ereigniserinnerungen mit Überlagerungsfeldern zur festgelegten Zeit bevor " #~ "das Ereignis beginnt angezeigt. \n" #~ msgstr[1] "" #~ "Aktivieren oder deaktivieren Sie Erinnerungen in den :ref:" #~ "„Kalendereinstellungen \" aus den :ref:" #~ "„Kalenderlisten \"." #~ msgid "Enter the name or email address of the person to invite. " #~ msgid_plural " Type it in the form ``Person Name ``." #~ msgstr[0] "" #~ "Tragen Sie den Namen oder die E-Mail-Adresse der Person ein, die Sie " #~ "einladen möchten. " #~ msgstr[1] "" #~ "Tragen Sie sie in die „Personenname \"-Maske ein." diff --git a/locale/de/LC_MESSAGES/webmail-user-guide/roundcubemail/_plugins/calendar/overview.po b/locale/de/LC_MESSAGES/webmail-user-guide/roundcubemail/_plugins/calendar/overview.po index 1df02916..da0257cd 100644 --- a/locale/de/LC_MESSAGES/webmail-user-guide/roundcubemail/_plugins/calendar/overview.po +++ b/locale/de/LC_MESSAGES/webmail-user-guide/roundcubemail/_plugins/calendar/overview.po @@ -1,470 +1,459 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-25 17:12+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" # 0fb74e93aa394d1e87c494d736eadfbc #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/overview.rst:90 msgid "Overview" msgstr "Übersicht" # 197ae25e28554e2495f6a1d87f8eec2e #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/overview.rst:92 msgid "" "The screen of the calendar module presents the following parts: the :ref:" "`Calendar View ` itself, a small :ref:`Calendar Widget " "` the :ref:`calendar-lists` as well as the usual " "toolbar and search box." msgstr "" # dfe2fcdf0f054f30a963e71e2662b7cd #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/overview.rst:101 msgid "Calendar View" msgstr "Kalenderansicht" # 6fa7353d870e492c86864121d521defa #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/overview.rst:103 msgid "" "The central part of the screen displays the schedule with events from the " "active calendars matching the current date range. The active date range is " "displayed above the calendar in the toolbar area and can be moved forward or " "backward in time using the arrow buttons right next to the title." msgstr "" # 101e21916e8a461f96b71b6c19cb9c73 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/overview.rst:111 msgid "Change Views" msgstr "Ansicht ändern" # a8bd99e60913469aa0786fa5db9ddee8 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/overview.rst:113 -#, fuzzy msgid "" "You can view your calendar events in Day, Week, Month or Agenda view. Toggle " "the view mode using the toolbar buttons above the calendar view." msgstr "" "Sie können Ihre Kalender-Ereignisse in Tag-, Wochen-, Monats- oder " "Terminansicht betrachten. " # 71c222ed605c4272894bcce2817d8539 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/overview.rst:118 msgid "**Day**" msgstr "**Tag**" # 630ce11cd50d483f949616f1e8595fce #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/overview.rst:117 -#, fuzzy msgid "" "All events of a single day appear at the time the begin and spawn a box " "until their end time. The time scale is displayed in the left side of the " "view. All-day events appear at the top." msgstr "" "Alle Ereignisse eines einzelnen Tages erscheinen zu der Zeit, zu der sie " "beginnen und ein Fenster wird bis zum Endzeitpunkt angezeigt. " # 6cc6af3ec5284908be35c76233226975 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/overview.rst:121 msgid "**Week**" msgstr "**Woche**" # a47c96cf99004120b024c7ee45e42d40 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/overview.rst:121 -#, fuzzy msgid "" "Similar to the day view but lists all days of the week horizontally. All-day " "events again appear at the top." msgstr "Ähnlich der Tagesansicht, listet aber die Wochentage horizontal auf; " # 57a0bdf310af487f863f5c7835699744 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/overview.rst:126 msgid "**Month**" msgstr "**Monat**" # 67db9cabc0ad45d1b43589bcd487697a #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/overview.rst:124 msgid "" "Shows all events of the selected month at a time. Each event only appears as " "a single line and if there are more events in a day than can be listed, a " "number at the bottom of the day field indicates that. Click that link to " "open a zoomed view of that single day." msgstr "" # cc18de31914341bb8c0b4c85a72913ac #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/overview.rst:131 msgid "**Agenda**" msgstr "**Termin**" # d14edddfe7d34fe8b3db27b991fae671 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/overview.rst:129 -#, fuzzy msgid "" "The agenda view shows a list of events for the selected range in a " "chronological order and divided by headers denoting either days, weeks or " "months. Both the number of the days considered for the listing as well as " "the mode how to divide list can be adjusted with the controls at the bottom " "of the agenda view." msgstr "" "Die Terminansicht zeigt eine Liste von Ereignissen für den ausgewählten " "Zeitraum in chronologischer Reihenfolge und durch Kopfzeilen geteilt, die " "entweder Tage, Wochen oder Monate anzeigen. " # a6991f328c1048ae92e620d7808a64ef #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/overview.rst:135 msgid "" "For all the views, the small calendar on the left highlights the currently " "listed days." msgstr "Der kleine Kalender links hebt die derzeit aufgelisteten Tage hervor." # ff386656a5b54e6f98776dbf9ee2acd3 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/overview.rst:138 msgid "Go to a specific Date" msgstr "Zu einem bestimmten Datum wechseln" # 1ec1a9215a324aa2b82e596d057cb003 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/overview.rst:140 msgid "" "Use the mini calendar widget on the left to jump to a specific date. Simply " "click a date and the date range of the current view moves to include the " "selected day. The left/right arrows in the mini calendar's header quickly " "cycle through the months. Use the drop-down menus hidden under the month and " "year display in the widget header to directly jump to another month or year." msgstr "" # ec174eebeff545dabf1e855db7ea48c2 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/overview.rst:144 msgid "" "A shortcut to switch the calendar view back to today or the current week " "provides the *Today* button located in the toolbar." msgstr "" "Die *Heute*-Schaltfläche in der Werkzeugleiste bietet eine Abkürzung, um die " "Kalenderansicht zurück auf heute oder die laufende Woche zu schalten." # c6f9bc221e7b4cd4a4e26f08bc0a98ce #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/overview.rst:148 msgid "Show Event Details" msgstr "Ereignis Details anzeigen" # 2e4ee721abaa41dbb35f04cda38507c7 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/overview.rst:150 msgid "" "Click an event box in the calendar view to open a dialog displaying all " "details of the event." msgstr "" "Klicken Sie auf ein Ereignisfeld in der Kalenderansicht, um einen Dialog mit " "allen Details des Ereignisses zu öffnen." # 7011a91a812743fda6253daece805709 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/overview.rst:154 msgid "Searching Events" msgstr "Ereignisse suchen" # 17a40b1800b74ab29271bcf59101a9de #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/overview.rst:156 msgid "" "The search box above the calendar view lets you quickly get a list of events " "matching the entered keyword in either the title, location, description or " "attendees. Enter the search term into the box and press on your " "keyboard to start the search. The calendar view will switch to *Agenda* mode " "in order to display a list of matches. Of course you can switch the view " "again to display the search results differently." msgstr "" # 91cc153aee084456948d5890511b3592 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/overview.rst:161 msgid "" "Events are searched within a certain date reange only which is displayed " "above the calendar view. Use the mini calendar widget or the arrow toolbar " "buttons and the range selector below the agenda view to adjust the time " "frame to search in." msgstr "" # 82c75c2e622e49d0acbe54b785410c91 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/overview.rst:165 -#, fuzzy msgid "" "For searching as well as for normal views, only events from active calendars " "are displayed. Use the checkboxes in the :ref:`calendar-lists` to add or " "hide events from different calendars." msgstr "" "Beim Suchen, wie auch bei normalen Ansichten, werden nur Ereignisse aus " "aktiven Kalendern angezeigt. " # 05cd4f7ca0ba4c4489471e7f6aaee170 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/overview.rst:168 -#, fuzzy msgid "" "Reset the search by clicking the *Reset search* icon on the right border of " "the search box. This will also switch the calendar view to whatever mode you " "had before the search." msgstr "" "Setzen Sie die Suche durch Klicken auf das *Zurücksetzen *-Icon am rechten " "Rand des Suchfelds zurück. " # 23f6b862c5cc4ba6b9656edfd2a6d14c #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/overview.rst:177 msgid "Calendars List" msgstr "Kalenderliste" # 1c1a34b2b045414a902998d70968d84a #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/overview.rst:179 -#, fuzzy msgid "" "Events can be organized in different calendars which are all displayed in " "the lower left list. Use the checkboxes in that list to show or hide events " "from the specific calendars in the main view." msgstr "" "Ereignisse können in verschiedenen Kalendern organisiert werden, die alle in " "der Liste links unten angezeigt werden. " # 7277244b53c04db98b475c37a4e20bec #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/overview.rst:190 msgid "Colorized Events" msgstr "Eingefärbte Ereignisse" # 02b935ea38574a91a5a6c5cf48bbeefe #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/overview.rst:192 -#, fuzzy msgid "" "In order to better distinguish the events from various calendars in the " "calendar view, calendars have a color assigned which is used to colorize the " "events on the screen. Check the :ref:`settings-calendar` for more advanced " "options how to colorize events in the calendar view." msgstr "" "Um Ereignisse aus verschiedenen Kalendern in der Kalenderansicht besser " "auseinanderhalten zu können, ist Kalendern eine Farbe zugeordnet, die " "genutzt wird, um Ereignisse am Bildschirm einzufärben. " # 2e731fc99fcc404eaf29d31832e5c533 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/overview.rst:196 msgid "" "You can create any number of calendars to store all your events and name " "them individually." msgstr "" "Sie können eine beliebige Anzahl Kalender erstellen, die alle Ihre " "Ereignisse speichern und individuell benennen." # eafc854679fa4c8f9cbc8461d32a9aca #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/overview.rst:200 msgid "Create a New Calendar" msgstr "Neuen Kalender erstellen" # 40a05739fb6a4d14ae6f4c45e328a339 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/overview.rst:202 msgid "Click the + icon in the calendars list footer." msgstr "Klicken Sie auf das +-Icon in der Fußzeile der Kalenderliste." # 155b426f736d4a07a53ab10ce3181dd0 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/overview.rst:203 msgid "In the dialog, give the new calendar a unique name and assign a color." msgstr "" "Geben Sie dem neuen Kalender im erscheinenden Dialog einen einmaligen Name " "und weisen Sie ihm eine Farbe zu." # 6938ecd594de4deca27bfc5dea85efe1 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/overview.rst:204 msgid "Click *Save* to create it." msgstr "Klicken Sie auf *Speichern*, um ihn zu erstellen. " # fd2581f5d4564ad6a29f44afc38de2f0 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/overview.rst:206 msgid "The calendar view will reload and list the new calendar on the left." msgstr "" "Die Kalenderansicht wird neu laden und den neuen Kalender links auflisten." # ef38c8dc52ed4566b42c44719c3deb8e #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/overview.rst:211 msgid "Edit Calendar Names and Settings" msgstr "Kalendernamen und -einstellungen bearbeiten" # 829fd867c07f4f44822815633b0ca452 # de313f38669e474787a32ad288872c25 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/overview.rst:213 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/overview.rst:221 msgid "Select the calendar to edit by clicking it in the list." msgstr "" "Wählen Sie den Kalender, den Sie bearbeiten möchten, indem Sie ihn in der " "Liste anklicken." # 794505f539a44d88a4f4b17db8687dcc #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/overview.rst:214 msgid "" "Click the gear icon in the calendars list footer and select *Edit* from the " "options menu." msgstr "" "Klicken Sie auf das Zahnradicon in der Fußzeile des Kalenders und wählen Sie " "*Bearbeiten* aus dem Optionsmenü." # 37ba6b2e49744d09b23d790e4ae730fa #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/overview.rst:215 msgid "Adjust name, color or reminders settings in the edit dialog." msgstr "" "Passen Sie Namen, Farbe oder Erinnerungseinstellungen im Bearbeiten-Dialog " "an." # aee40063e7584649b1c32241474d6d4a #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/overview.rst:216 msgid "Click *Save* to finally update the calendar." msgstr "" "Klicken Sie auf *Speichern*, um den Kalender schließlich zu aktualisieren." # 031448a657734d699f8bf79d1fb82edb #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/overview.rst:219 msgid "Remove entire Calendars" msgstr "Ganze Kalender entfernen" # 383a6fc53ccd46aab059cbaa148db046 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/overview.rst:222 msgid "" "Click the gear icon in the calendars list footer and select *Remove* from " "the options menu." msgstr "" "Klicken Sie auf das Zahnradicon in der Fußzeile des Kalenders und wählen Sie " "*Entfernen* aus dem Optionsmenü." # dc565544b8194a2486558769fcfde090 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/overview.rst:223 -#, fuzzy msgid "" "After a confirmation dialog, the selected calendar with all its events will " "be deleted. Caution: This action cannot be undone!" msgstr "" "Nach einem Bestätigungsdialog wird der ausgewählte Kalender mit allen seinen " "Ereignisse gelöscht werden. " # 1d826f07d40145939868084625cd94c4 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/overview.rst:227 msgid "Special Calendars" msgstr "Besondere Kalender" # ab6ae164247c4e31b0dff8820b09abd1 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/overview.rst:229 msgid "" "A number of special calendars are prepared a default: * ``Birthdays``: This " "calendar is listing birthdays of contacts as selected in the :ref:`settings-" "calendar`. * ``Pending Invitations``: All pending invitations are listed in " "this calendar. * ``Declined Invitations``: When invitations are declined, " "the events are listed in this calendar." msgstr "" # e7ccf4f2225b46c18ace728c8b66d460 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/overview.rst:97 msgid "Month View" msgstr "" # e7ccf4f2225b46c18ace728c8b66d460 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/overview.rst:97 msgid "Week View" msgstr "" # e7ccf4f2225b46c18ace728c8b66d460 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/overview.rst:97 msgid "Day View" msgstr "" # e7ccf4f2225b46c18ace728c8b66d460 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/overview.rst:97 -#, fuzzy msgid "Agenda" msgstr "**Termin**" # 2710ecc4c68c4ae49c5b107381911774 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/overview.rst:173 -#, fuzzy msgid "Calendars" msgstr "Kalenderliste" #~ msgid "The screen of the calendar module presents the following parts: " #~ msgid_plural "" #~ "the :ref:`Calendar View ` itself, a small :ref:`Calendar " #~ "Widget ` the :ref:`calendar-lists` as well as the " #~ "usual toolbar and search box." #~ msgstr[0] "Der Bildschirm des Kalendermoduls hat die folgenden Elemente: " #~ msgstr[1] "" #~ "die :ref:„Kalenderansicht \" selbst, ein kleines :ref:" #~ "„Kalenderwidget \", die :ref:„Kalenderlisten " #~ "\" sowie die Werkzeugleiste und das Suchfeld, wie üblich." #~ msgid "" #~ "The central part of the screen displays the schedule with events from the " #~ "active calendars matching the current date range. " #~ msgid_plural "" #~ "The active date range is displayed above the calendar in the toolbar area " #~ "and can be moved forward or backward in time using the arrow buttons " #~ "right next to the title." #~ msgstr[0] "" #~ "Der zentrale Teil des Bildschirms zeigt den Terminplan mit Ereignissen " #~ "aus dem aktiven Kalender entsprechend dem aktuellen Zeitraum. " #~ msgstr[1] "" #~ "Der aktive Zeitraum wird über dem Kalender im Werkzeugleistenbereich " #~ "angezeigt und kann mit den Pfeiltasten direkt neben dem Titel zeitlich " #~ "vor oder zurück geschoben werden." #~ msgid "Shows all events of the selected month at a time. " #~ msgid_plural "Click that link to open a zoomed view of that single day." #~ msgstr[0] "Zeigt alle Ereignisse des ausgewählten Monats gleichzeitig. " #~ msgstr[1] "" #~ "Klicken Sie diesen Link, um eine vergrößerte Ansicht des Tages zu öffnen." #~ msgid "" #~ "Use the mini calendar widget on the left to jump to a specific date. " #~ msgid_plural "" #~ "Use the drop-down menus hidden under the month and year display in the " #~ "widget header to directly jump to another month or year." #~ msgstr[0] "" #~ "Benutzen Sie das Minikalender-Widget links, um zu einem bestimmten Datum " #~ "zu wechseln. " #~ msgstr[1] "" #~ "Benutzen Sie das unter der Monats- und Jahresanzeige verborgene " #~ "Dropdownmenü in der Kopfzeile des Widgets, um direkt zu einem anderen " #~ "Monat oder Jahr zu wechseln." #~ msgid "" #~ "The search box above the calendar view lets you quickly get a list of " #~ "events matching the entered keyword in either the title, location, " #~ "description or attendees. " #~ msgid_plural "" #~ "Of course you can switch the view again to display the search results " #~ "differently." #~ msgstr[0] "" #~ "Über das Suchfeld über der Kalenderansicht bekommen Sie schnell eine " #~ "Liste mit Ereignissen, die dem eingegebenen Schlüsselwort entweder im " #~ "Titel, Ort, Beschreibung oder Teilnehmern entsprechen. " #~ msgstr[1] "" #~ "Natürlich können sie die Ansicht erneut wechseln, um die Suchergebnisse " #~ "anders darzustellen." #~ msgid "" #~ "Events are searched within a certain date reange only which is displayed " #~ "above the calendar view. " #~ msgid_plural "" #~ "Use the mini calendar widget or the arrow toolbar buttons and the range " #~ "selector below the agenda view to adjust the time frame to search in." #~ msgstr[0] "" #~ "Ereignisse werden nur innerhalb eines bestimmten Datumsbereich " #~ "durchsucht, der über der Kalenderansicht angezeigt wird. " #~ msgstr[1] "" #~ "Benutzen Sie das Minikalender-Widget oder die Pfeilschaltflächen in der " #~ "Werkzeugleiste und den Bereichswähler unter der Terminansicht, um den " #~ "Zeitraum, in dem gesucht werden soll, anzupassen." #~ msgid "A number of special calendars are prepared a default: " #~ msgid_plural "" #~ "* ``Declined Invitations``: When invitations are declined, the events are " #~ "listed in this calendar." #~ msgstr[0] "Es gibt standardmäßig einige besondere Kalender: " #~ msgstr[1] "" #~ "*„Abgelehnte Einladungen\": Wenn Einladungen abgelehnt werden, befinden " #~ "sich die Ereignisse in diesem Kalender." diff --git a/locale/de/LC_MESSAGES/webmail-user-guide/roundcubemail/_plugins/calendar/printing.po b/locale/de/LC_MESSAGES/webmail-user-guide/roundcubemail/_plugins/calendar/printing.po index d17c3056..6f5376d8 100644 --- a/locale/de/LC_MESSAGES/webmail-user-guide/roundcubemail/_plugins/calendar/printing.po +++ b/locale/de/LC_MESSAGES/webmail-user-guide/roundcubemail/_plugins/calendar/printing.po @@ -1,76 +1,72 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-25 17:12+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" # 231fb2562fed4b9ea9776557ab1b5bcd #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/printing.rst:93 msgid "Printing" msgstr "Drucken" # e1ee531935cd46c8be26cf6521d11abf #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/printing.rst:95 msgid "" "The calendar(s) currently shown in the main view can be printed to the " "default printer:" msgstr "" "Der/die derzeitig in der Hauptansicht angezeigten Kalender können mit dem " "Standarddrucker gedruckt werden:" # 919d7d1b4b544710b1feef62e76b539d #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/printing.rst:97 msgid "Select the desired calendar view." msgstr "Wählen Sie die erwünschte Kalenderansicht." # 3dfcda6d29fd434a8e112367fdca3368 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/printing.rst:98 -#, fuzzy msgid "Push the *Printer* icon in the toolbar." msgstr "Drücken Sie das *Drucker*-Icon |printer| im Blockmenü (Icon..)." # 319b3043c2784df2985031efb2b4f770 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/printing.rst:99 -#, fuzzy msgid "A new print preview page will open." msgstr "Eine neue Druckvorschauseite öffnet sich. " # c0ae4f77fc6e4b8c9f18ca0911fdc0f4 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/printing.rst:100 -#, fuzzy msgid "" "Push the *Print* button in the top left corner of the print preview page." msgstr "" "4. Drücken Sie die Drucken-Schaltfläche in der oberen linken Ecke der " "Druckvorschau-Seite. .. |printer| image:: _static/_skin/printer.png" # ad24ed70ef2646f88b67e311ee69d6bc #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/printing.rst:105 msgid "Calendar toolbar" msgstr "" # 2a33be72608a4adb9df614af24246758 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/printing.rst:111 msgid "Print view page" msgstr "Ansichtsseite drucken" # 3711902f5852401baa638886f105d3f2 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/printing.rst:88 -#, fuzzy msgid "Print" msgstr "Drucken" #~ msgid "Calendar view" #~ msgstr "Kalenderansicht" diff --git a/locale/de/LC_MESSAGES/webmail-user-guide/roundcubemail/_plugins/calendar/settings.po b/locale/de/LC_MESSAGES/webmail-user-guide/roundcubemail/_plugins/calendar/settings.po index ab786ff6..a127ff4c 100644 --- a/locale/de/LC_MESSAGES/webmail-user-guide/roundcubemail/_plugins/calendar/settings.po +++ b/locale/de/LC_MESSAGES/webmail-user-guide/roundcubemail/_plugins/calendar/settings.po @@ -1,246 +1,241 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-25 17:12+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" # 34c1711de2494d6d8029d149e57e5ac2 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/settings.rst:92 msgid "Calendar Preferences" msgstr "Kalender-Voreinstellungen" # db274ecdb9744b83bd541dc4ffb70c57 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/settings.rst:94 msgid "" "The settings for the calendar module are listed in *Settings > Preferences* " "and are grouped by the following sections:" msgstr "" "Diese Einstellungen für das Kalendermodul sind unter *Einstellungen > " "Voreinstellungen* aufgelistet und in die folgenden Abschnitte gruppiert:" # e347aff979174083b7a34ac8dd52f6aa #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/settings.rst:98 msgid "Main Options" msgstr "Hauptoptionen" # e85c1927545149a1aea0cd3bdd80286f #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/settings.rst:101 msgid "**Default view**" msgstr "**Standardansicht**" # 94c1e5d6702144c38b98b8a6fcc09e9d #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/settings.rst:101 msgid "" "Lets you select the :ref:`calendar-view` which is visible by default when " "opening the calendar." msgstr "" "Hier können Sie die :ref:„Kalenderansicht\" auswählen, die standardmäßig " "sichtbar ist, wenn der Kalender geöffnet wird." # a7fcd282b84d4a7ba7cb1e4908e857af #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/settings.rst:105 msgid "**Time slots per hour**" msgstr "**Zeitfenster pro Stunde**" # 1fea7ffaa10146d4a56d4e5bd1d25778 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/settings.rst:104 msgid "" "How one hour in day and week view is divided vertically. If for example set " "to 2, you will see events displayed in 30 minute blocks." msgstr "" # e96143247d1743fd8aada48f5b56853f #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/settings.rst:108 msgid "**First weekday**" msgstr "**Erster Wochentag**" # 0ad31f35b7464f9f9642c29b907498eb #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/settings.rst:108 msgid "Which weekday to begin the week view with." msgstr "mit welchem Wochentag die Wochenansicht beginnt" # 56cc0bdda7b8440e9c49957088f310ff #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/settings.rst:112 msgid "**First hour to show**" msgstr "**Erste angezeigte Stunde**" # e0cb54a74a164e599d304f098bb0b27c #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/settings.rst:111 -#, fuzzy msgid "" "When opening the day or week view, the listing of events starts at this " "time. Of course all hours of a day are visible by scrolling further up." msgstr "" "Wenn Sie die Tages- oder Wochenansicht öffnen, beginnt die Auflistung der " "Ereignisse mit dieser Zeit. " # e6d68f8d18054adb88380ea2a92585e5 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/settings.rst:124 msgid "**Event coloring**" msgstr "**Ereignisfarbe**" # 16b300c0689849f7b3aaff7d95e82e0f #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/settings.rst:121 -#, fuzzy msgid "" "The coloring of the title of an event block (\"outline\") as well as the " "background color of the box (\"content\") in day and week views is " "influenced by the color of the calendar an event belongs to and/or the color " "of the category it is assigned to. This setting lets you control which " "source for coloring to use or if you even want a combined coloring that " "reflects both, the assignment of calendars and categories." msgstr "" "Die Farbe des Titels eines Ereignisblocks („Rahmen\"), sowie die " "Hintergrundfarbe eines Feldes („Inhalt\") in der Tages- und Wochenansicht " "wird von der Farbe des Kalenders, zu dem ein Ereignis gehört und/oder der " "Farbe der Kategorie, der er zugeordnet wird, beeinflusst. " # 3a6bd5530fd542a5b93f4a0a80463f73 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/settings.rst:127 msgid "**Default reminder setting**" msgstr "**Standard-Erinnerungseinstellung**" # ad58d0c10fa44512896a54f278a8db14 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/settings.rst:127 msgid "" "When creating new events, they'll have this type of reminder set by default." msgstr "" "Wenn Sie neue Ereignisse erstellen, haben sie diese Art von Erinnerung als " "Standard." # b2f14e862e7b41f9b8591b298ff9fbf1 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/settings.rst:130 msgid "**Default reminder time**" msgstr "**Standard-Erinnerungszeit**" # e3e4998007a74f9f87e33a29a56b12e4 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/settings.rst:130 msgid "When enabling reminders in a new event, use this preset as default." msgstr "" "Wenn Sie Erinnerungen für einem neuen Ereignis aktivieren, benutzen Sie " "standardmäßig diese Voreinstellung." # f8cc4403edb8479aa55d536727e8053e #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/settings.rst:135 msgid "**Create new events in**" msgstr "**Neue Ereignisse erstellen in**" # f6de57eecebc485cbd812a230eff5a94 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/settings.rst:133 msgid "" "This is the default selection for saving new events. Used in both the " "calendar view and when accepting event invitations." msgstr "" # fc02c58910c447c9b92213edceee2955 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/settings.rst:138 msgid "Categories" msgstr "Kategorien" # 120ab731ee844d5495b33cc98ca2d2ca #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/settings.rst:140 -#, fuzzy msgid "" "This block allows the management of categories used in your calendar and " "assign colors to them. Use the color picker to change the color by clicking " "on the square color box in the categories list." msgstr "" "Mit diesem Block können Sie Kategorien verwalten, die in Ihrem Kalender " "genutzt werden und ihnen Farben zuweisen. " # ade2429042914e76bd4cb4f97b37dd41 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/settings.rst:143 -#, fuzzy msgid "" "To add a new category, enter its unique name into the text box below the " "listing and then click the *Add category** button to add it. Note that you " "still need to click the *Save* button at the bottom of the preferences panel " "in order to finally register the new categories." msgstr "" "Um eine neue Kategorie hinzuzufügen, geben Sie einen einmaligen Name in das " "Textfeld unter der Liste ein und klicken Sie auf die *Kategorie hinzufügen**-" "Schaltfläche, um sie hinzuzufügen. " # 2813f568b1af476a9a07ba008ed86af6 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/settings.rst:149 msgid "Birthdays Calendar" msgstr "Geburtstagskalender" # e32c407e701d4b13b3e1fb50f802d1fa #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/settings.rst:151 -#, fuzzy msgid "" "The calendar view and also display birthdays from contacts saved in your " "address book. This block controls how this is done." msgstr "" "Die Kalenderansicht kann auch Geburtstage von in Ihrem Adressbuch " "gespeicherten Kontakten darstellen. " # 45ed3d36d07f46b6846301f0d016695e #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/settings.rst:155 msgid "**Display birthdays calendar**" msgstr "**Geburtstagskalender anzeigen**" # a28192cada694b3cb366754fb9751d11 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/settings.rst:155 msgid "Enable the birthdays calendar feature with this checkbox." msgstr "" "Aktivieren Sie das Geburtstagskalender-Feature mit diesem Kontrollkästchen." # e6d08d5c64e94488a037f8650ef0565d #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/settings.rst:158 msgid "**From these address books**" msgstr "**Aus diesen Adressbüchern**" # 2729b791ed54496cb9d2850772ec37ed #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/settings.rst:158 msgid "" "Choose from which address books you'd like to see birthdays in your calendar." msgstr "" "Wählen Sie, aus welchen Adressbüchern Sie Geburtstage in Ihrem Kalender " "sehen wollen." # 9cd497b842d6448292500507d6b62630 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/settings.rst:161 msgid "**Show reminders**" msgstr "**Erinnerungen anzeigen**" # 765544b3b49342b4867b0d828bbe5443 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/settings.rst:161 msgid "" "This option controls whether and when to display reminder notifications for " "upcoming birthdays." msgstr "" "Diese Option regelt, ob und wann Erinnerungs-Benachrichtigungen für " "bevorstehende Geburtstage darzustellen sind." #~ msgid "How one hour in day and week view is divided vertically. " #~ msgid_plural "" #~ "If for example set to 2, you will see events displayed in 30 minute " #~ "blocks." #~ msgstr[0] "" #~ "Wie eine Stunde in der Tages- und Wochenansicht vertikal unterteilt " #~ "wird.; " #~ msgstr[1] "" #~ "wenn dies z. B. auf 2 gesetzt ist, werden Ereignisse in 30-Minutenblöcken " #~ "angezeigt. " #~ msgid "This is the default selection for saving new events. " #~ msgid_plural "" #~ "Used in both the calendar view and when accepting event invitations." #~ msgstr[0] "Dies ist die Standardauswahl für neue Ereignisse. " #~ msgstr[1] "" #~ "Sie wird sowohl in der Kalenderansicht und wenn Sie Ereigniseinladungen " #~ "annehmen benutzt." diff --git a/locale/de/LC_MESSAGES/webmail-user-guide/roundcubemail/_plugins/kolab_addressbook/addressbook.po b/locale/de/LC_MESSAGES/webmail-user-guide/roundcubemail/_plugins/kolab_addressbook/addressbook.po index 9a236553..c713361d 100644 --- a/locale/de/LC_MESSAGES/webmail-user-guide/roundcubemail/_plugins/kolab_addressbook/addressbook.po +++ b/locale/de/LC_MESSAGES/webmail-user-guide/roundcubemail/_plugins/kolab_addressbook/addressbook.po @@ -1,121 +1,119 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-25 17:12+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" # cd6df2ec8956477881ccee68753bcb54 #: ../../source/webmail-user-guide/roundcubemail/_plugins/kolab_addressbook/addressbook.rst:93 msgid "Sharing Address Books" msgstr "Adressbücher teilen" # ca680268a5574dfe8ff72967bf619878 #: ../../source/webmail-user-guide/roundcubemail/_plugins/kolab_addressbook/addressbook.rst:95 msgid "" "Just like calendars or regular email folders, personal address books can " "also be shared with other users in your workgroup." msgstr "" "Persönliche Adressbücher können genauso wie Kalender oder normale E-Mail-" "Ordner mit anderen Nutzern Ihrer Arbeitsgruppe geteilt werden. " # fbdcc90dff5f44fd9a151127e6aadabc #: ../../source/webmail-user-guide/roundcubemail/_plugins/kolab_addressbook/addressbook.rst:100 msgid "Share Contacts with others" msgstr "Kontakte mit Anderen teilen" # e214f5930e0c485c8dc17cacfe6200ad #: ../../source/webmail-user-guide/roundcubemail/_plugins/kolab_addressbook/addressbook.rst:106 msgid "" "Settings for sharing is controlled through the address book properties " "accessible through the *More actions* menu behind the gear icon the footer " "in the :ref:`addressbook-groups` list." msgstr "" "Die Einstellungen zum Teilen werden über die Eigenschaften des Adressbuchs " "gemacht, die durch das *Weitere Tätigkeiten*-Menü hinter dem Zahnradicon in " "der Fußzeile der :ref: „Adressbuchgruppen \"-Liste zu " "erreichen sind. " # 5eaf34b763994112ba24c472d4935e67 #: ../../source/webmail-user-guide/roundcubemail/_plugins/kolab_addressbook/addressbook.rst:109 msgid "Select the address book you want to share." msgstr "Wählen Sie das Adressbuch, das Sie teilen möchten. " # 13770ff0b0f74fd38adbb091623f8434 #: ../../source/webmail-user-guide/roundcubemail/_plugins/kolab_addressbook/addressbook.rst:110 msgid "Choose *Edit address book* from the actions menu." msgstr "Wählen Sie *Adressbuch bearbeiten* aus dem Tätigkeitenmenü. " # 88015f71a9e64d8184040a36b524719e #: ../../source/webmail-user-guide/roundcubemail/_plugins/kolab_addressbook/addressbook.rst:111 msgid "Switch to the *Sharing* tab in the properties form on the right." msgstr "" "Wechseln Sie auf den *Teilen*-Reiter in der Eigenschaftenmaske rechts. " # a41854330a8b4de380419c2ba8a9e32f #: ../../source/webmail-user-guide/roundcubemail/_plugins/kolab_addressbook/addressbook.rst:113 -#, fuzzy msgid "" "The table displays who already has permission to see and modify the selected " "address book. Here you can manage permissions the same way as :ref:`Sharing " "a Folder `." msgstr "" "Die Tabelle zeigt an, wer schon die Erlaubnis hat, das ausgewählte " "Adressbuch zu sehen und verändern " # 904a3362f487495a8b52114925e20083 #: ../../source/webmail-user-guide/roundcubemail/_plugins/kolab_addressbook/addressbook.rst:118 msgid "Subscribe to Shared Address Books" msgstr "Geteilte Adressbücher abonnieren" # 637ca468c7ed4c26be91675006393ebf #: ../../source/webmail-user-guide/roundcubemail/_plugins/kolab_addressbook/addressbook.rst:120 msgid "" "Address books shared by others are not showing up right away in the " "directories list of the web client. Switch to :ref:`Settings > Folders " "` to see all resources you can access. There's a shortcut " "to this: click *Manage folders* in the actions menu behind the gear icon " "located the footer of the directory list." msgstr "" # 3a652dd8adc24f7ab001e5a5eec79d18 #: ../../source/webmail-user-guide/roundcubemail/_plugins/kolab_addressbook/addressbook.rst:125 -#, fuzzy msgid "" "In order to make a shared address book appear in the address book view, " "locate it in the folder manager and check the *Subscribed* mark in the list. " "Only subscribed directories are visible in the address book view." msgstr "" "Um ein geteiltes Adressbuch in der Adressbuchansicht anzuzeigen, wählen Sie " "es in der Ordnerverwaltung aus und setzen Sie bei *Abonniert* ein Häkchen in " "der Liste. " # d02f6e3b400c4fba903d2060acf87a99 #: ../../source/webmail-user-guide/roundcubemail/_plugins/kolab_addressbook/addressbook.rst:88 msgid "Sharing" msgstr "" #~ msgid "" #~ "Address books shared by others are not showing up right away in the " #~ "directories list of the web client. " #~ msgid_plural "" #~ "There's a shortcut to this: click *Manage folders* in the actions menu " #~ "behind the gear icon located the footer of the directory list." #~ msgstr[0] "" #~ "Adressbücher, die von anderen geteilt wurden, werden nicht sofort in der " #~ "Verzeichnisliste des Webclients angezeigt. " #~ msgstr[1] "" #~ "Es gibt einen schnelleren Weg dorthin: Klicken Sie auf *Ordner verwalten* " #~ "im Tätigkeitenmenü hinter dem Zahnradicon in der Fußzeile der " #~ "Verzeichnisliste. " diff --git a/locale/de/LC_MESSAGES/webmail-user-guide/roundcubemail/_plugins/kolab_delegation/settings.po b/locale/de/LC_MESSAGES/webmail-user-guide/roundcubemail/_plugins/kolab_delegation/settings.po index 0a31f881..622f55bd 100644 --- a/locale/de/LC_MESSAGES/webmail-user-guide/roundcubemail/_plugins/kolab_delegation/settings.po +++ b/locale/de/LC_MESSAGES/webmail-user-guide/roundcubemail/_plugins/kolab_delegation/settings.po @@ -1,108 +1,107 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-25 17:12+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" # c35f093dbfc24bb0adcc6320d7800cee #: ../../source/webmail-user-guide/roundcubemail/_plugins/kolab_delegation/settings.rst:92 msgid "Delegation" msgstr "Delegieren" # 249c7c3a60544c74a07d54a6e48b48bb #: ../../source/webmail-user-guide/roundcubemail/_plugins/kolab_delegation/settings.rst:94 msgid "" "This is the place where you can give another person (in your organization) a " "responsibility for your mailboxes, calendars or task lists. Delegated person " "will have access to selected folders (write or read-only) and will have " "possibility to act in your behalf, e.g. reply to email, create events/tasks, " "handle invitations." msgstr "" # 424f2cb162814bc3bf865f6e63714189 #: ../../source/webmail-user-guide/roundcubemail/_plugins/kolab_delegation/settings.rst:99 msgid "" "To add a new user delegation use \"Add delegate\" button, type user name in " "the form on the right (wait for auto-completion and select the user from the " "list) and select folders to share." msgstr "" "Um eine neue Benutzer-Delegierung hinzuzufügen, benutzen Sie die " "„Delegierten hinzufügen\"-Schaltfläche, tippen Sie den Benutzernamen in die " "Maske rechts (warten Sie auf die Autovervollständigung und wählen Sie den " "Benutzer aus der Liste aus) und wählen Sie die zu teilenden Ordner." # c39fcec4a1984a9a9799343fe1ef226c #: ../../source/webmail-user-guide/roundcubemail/_plugins/kolab_delegation/settings.rst:102 msgid "" "You can modify access rights at any time, remember to use *Save* button." msgstr "" "Sie können den Zugriff jederzeit ändern, denken Sie daran die *Speichern*-" "Schaltfläche zu benutzen." # f62e0fb2b1bc4aaa81363c45f472432a #: ../../source/webmail-user-guide/roundcubemail/_plugins/kolab_delegation/settings.rst:104 -#, fuzzy msgid "" "When removing delegation you'll be asked if you want to remove also access " "rights to folders that previously were given access to. So, you can remove " "delegation but keep folder permissions for this person." msgstr "" "Wenn Sie eine Delegierung entfernen, werden Sie gefragt, ob Sie auch die " "Zugriffsrechte auf Ordner entfernen wollen, die vorher gewährt wurden. " # 0778145c543242a882263784eeb68f67 #: ../../source/webmail-user-guide/roundcubemail/_plugins/kolab_delegation/settings.rst:109 msgid "You can always change folder permissions in *Settings > Folders*." msgstr "" "Sie können Ordnerfreigaben immer unter *Einstellungen > Ordner* ändern." # 28097760af134f1c8f192837b9d5a074 #: ../../source/webmail-user-guide/roundcubemail/_plugins/kolab_delegation/settings.rst:112 msgid "" "The delegation feature to fully work requires from the delegated user to re-" "login. In this process new identities will be created on delegated user " "account. They will be removed when the delegator removes the delegation " "(depending on server configuration)." msgstr "" #~ msgid "" #~ "This is the place where you can give another person (in your " #~ "organization) a responsibility for your mailboxes, calendars or task " #~ "lists. " #~ msgid_plural "" #~ "Delegated person will have access to selected folders (write or read-" #~ "only) and will have possibility to act in your behalf, e.g. reply to " #~ "email, create events/tasks, handle invitations." #~ msgstr[0] "" #~ "An dieser Stelle können Sie einer anderen Person (innerhalb Ihrer " #~ "Organisation) die Verantwortung für Ihre Eingangs-, Kalender- oder " #~ "Aufgabenlisten abgeben. " #~ msgstr[1] "" #~ "Der Delegierte hat Zugang zu ausgewählten Ordnern (schreibgeschützt oder " #~ "nicht) und hat die Möglichkeit in Ihrem Namen zu handeln, z. B. E-Mails " #~ "beantworten, Ereignisse/Aufgaben erstellen, Einladungen handhaben." #~ msgid "" #~ "The delegation feature to fully work requires from the delegated user to " #~ "re-login. " #~ msgid_plural "" #~ "They will be removed when the delegator removes the delegation (depending " #~ "on server configuration)." #~ msgstr[0] "" #~ "Um korrekt zu funktionieren, erfordert das Delegierungs-Feature, dass der " #~ "delegierte Benutzer sich neu anmeldet. " #~ msgstr[1] "" #~ "Sie werden entfernt, wenn der Delegierende die Delegierung entfernt " #~ "(abhängig von der Serverkonfiguration)." diff --git a/locale/de/LC_MESSAGES/webmail-user-guide/roundcubemail/_plugins/managesieve/settings-filters.po b/locale/de/LC_MESSAGES/webmail-user-guide/roundcubemail/_plugins/managesieve/settings-filters.po index 9e65277c..7d94a446 100644 --- a/locale/de/LC_MESSAGES/webmail-user-guide/roundcubemail/_plugins/managesieve/settings-filters.po +++ b/locale/de/LC_MESSAGES/webmail-user-guide/roundcubemail/_plugins/managesieve/settings-filters.po @@ -1,215 +1,213 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-25 17:12+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" # 1a71895cb3a743b19dc4e60ce180fc78 # 1790cc0547274ea384c80d5d5b057d89 #: ../../source/webmail-user-guide/roundcubemail/_plugins/managesieve/settings-filters.rst:88 #: ../../source/webmail-user-guide/roundcubemail/_plugins/managesieve/settings-filters.rst:93 msgid "Filters" msgstr "Filter" # 6f7f77d7682f45e8b7981013ffbd2075 #: ../../source/webmail-user-guide/roundcubemail/_plugins/managesieve/settings-filters.rst:95 msgid "" "Incoming mail is automatically processed by the server and handled/organized " "according to defined criteria. For example you can tell the server to move " "the message to specified folder, redirect it to another account, send a " "reply, discard, delete, etc." msgstr "" # c8c087b1c40b42a9a65c30976e858b11 #: ../../source/webmail-user-guide/roundcubemail/_plugins/managesieve/settings-filters.rst:99 -#, fuzzy msgid "" "Filtering is based on `Sieve `_ " "language, which means that under the hood all filters are stored as a Sieve " "script on the server. This interface allows you to define rules in easy way " "without the need to know the language." msgstr "" "Es wird auf Grundlage der „Sieve " "\"_-Sprache gefiltert, was bedeutet, dass alle Filter unter einer Haube als " "Sieve-Skript auf dem Server gespeichert werden. " # 2fe3891428ee4dd8bb716576a5c0827e #: ../../source/webmail-user-guide/roundcubemail/_plugins/managesieve/settings-filters.rst:103 msgid "" "Each filter definition has a name and set of rules and actions. Usually the " "number of definitions is unlimited and they can be grouped into sets " "(scripts) for convenience." msgstr "" # 0edf8f58b8af4028bff9e172ad62e0ba #: ../../source/webmail-user-guide/roundcubemail/_plugins/managesieve/settings-filters.rst:109 msgid "Filter sets" msgstr "Filtersätze" # 91f68af36ba24c1a9872b762fb72cf3e #: ../../source/webmail-user-guide/roundcubemail/_plugins/managesieve/settings-filters.rst:111 msgid "" "Filter definitions can be grouped into sets. These can be activated or " "disactivated. Depending on server configuration there can be none, one or " "more active sets at the same time. They need to have a unique name." msgstr "" # 706014a088b34fb78337df0da815b2ee #: ../../source/webmail-user-guide/roundcubemail/_plugins/managesieve/settings-filters.rst:115 msgid "" "New sets can be created as empty or as a copy of an existing set. It is also " "possible to import them from a text file containing Sieve script. Sets in " "form of a script can be also downloaded e.g. for backup or migration " "purposes." msgstr "" # 4f135d11ba7047918751f9229cc53bae #: ../../source/webmail-user-guide/roundcubemail/_plugins/managesieve/settings-filters.rst:121 msgid "Filter definition" msgstr "Filterdefinition" # 8fb3ab7ec82d45068074fccbe36dc522 #: ../../source/webmail-user-guide/roundcubemail/_plugins/managesieve/settings-filters.rst:123 msgid "" "Every filter can be active or inactive, which is convenient if you want to " "disable some actions temporarily." msgstr "" "Jeder Filter kann aktiv oder inaktiv sein, was praktisch ist, wenn Sie " "einige Tätigkeiten vorübergehend deaktivieren wollen." # 449902ac6dcd4d63a2e1b22b9160bff5 #: ../../source/webmail-user-guide/roundcubemail/_plugins/managesieve/settings-filters.rst:126 msgid "" "Because filters are executed in specified order (from top to bottom as you " "see them on the list) you can use drag-and-drop technique to rearange " "filters on the list." msgstr "" "Da Filter in einer bestimmten Reihenfolge ausgeführt werden (von oben nach " "unten, wie Sie sie in der Liste sehen) können Sie Filter durch Ziehen in der " "Liste neu ordnen." # 0014ce55fa2745daa537db2db454de4f #: ../../source/webmail-user-guide/roundcubemail/_plugins/managesieve/settings-filters.rst:129 msgid "" "Every filter definition contains at least one rule and one action. Depending " "on server capabilities a rule can be based e.g. on message headers, body, " "date or size." msgstr "" # b8086ed6e391476aa7aafdf05a37031c #: ../../source/webmail-user-guide/roundcubemail/_plugins/managesieve/settings-filters.rst:132 -#, fuzzy msgid "" "A set of actions also depends on server capabilities. Most servers support:" msgstr "Ein Satz Tätigkeiten hängt auch von den Fähigkeiten des Servers ab. " # c08069173d154f20bb969456ecd0f3de #: ../../source/webmail-user-guide/roundcubemail/_plugins/managesieve/settings-filters.rst:134 msgid "moving/copying messages to specified folder" msgstr "Verschieben/Kopieren von Nachrichten in bestimmte Ordner" # 458add3919574badb7abea694b54ffe9 #: ../../source/webmail-user-guide/roundcubemail/_plugins/managesieve/settings-filters.rst:135 msgid "redirecting/copying messages to another account" msgstr "Umleiten/Kopieren von Nachrichten zu einem anderen Konto" # c4f7d3efdd974f848216390c5e020d0c #: ../../source/webmail-user-guide/roundcubemail/_plugins/managesieve/settings-filters.rst:136 msgid "discarding messages with specified error message" msgstr "Verwerfen von Nachrichten mit einer bestimmten Fehlermeldung" # 4f83d3a1e37b423180d786ac8d77291a #: ../../source/webmail-user-guide/roundcubemail/_plugins/managesieve/settings-filters.rst:137 msgid "replying (vacation)" msgstr "Antworten (Urlaub)" # 4af92ad08db0411ca1b89cbd5f902817 #: ../../source/webmail-user-guide/roundcubemail/_plugins/managesieve/settings-filters.rst:138 msgid "deleting (ignoring) messages" msgstr "Löschen (Ignorieren) von Nachrichten" # 4286116735df4653a71f3f202c0c1c4f #: ../../source/webmail-user-guide/roundcubemail/_plugins/managesieve/settings-filters.rst:139 msgid "setting flags (e.g. marking as Read)" msgstr "Markieren (z. B. als gelesen)" # 1893592772ab4189af56309b19756856 #: ../../source/webmail-user-guide/roundcubemail/_plugins/managesieve/settings-filters.rst:141 msgid "" "Note: Some actions stop filtering process, some do not. Use *Stop evaluating " "rules* and *Keep message in Inbox* actions to have more control on this." msgstr "" #~ msgid "" #~ "Incoming mail is automatically processed by the server and handled/" #~ "organized according to defined criteria. " #~ msgid_plural "" #~ "For example you can tell the server to move the message to specified " #~ "folder, redirect it to another account, send a reply, discard, delete, " #~ "etc." #~ msgstr[0] "" #~ "Eingehende Mails werden automatisch vom Server verarbeitet und " #~ "entsprechend festgelegter Kriterien bearbeitet / organisiert. " #~ msgstr[1] "" #~ "Z. B. können können Sie dem Server sagen, dass die Nachricht in einen " #~ "bestimmten Ordner verschoben, zu einem anderen Konto umgeleitet, " #~ "beantwortet, verworfen, gelöscht usw. werden soll. " #~ msgid "Each filter definition has a name and set of rules and actions. " #~ msgid_plural "" #~ "Usually the number of definitions is unlimited and they can be grouped " #~ "into sets (scripts) for convenience." #~ msgstr[0] "" #~ "Jede Filterdefinition hat einen Name und einen Satz von Regeln und " #~ "Tätigkeiten. " #~ msgstr[1] "" #~ "Normalerweise ist die Anzahl von Definitionen unbegrenzt und sie können " #~ "der Einfachheit halber zu Sätzen (Skripten) gruppiert werden." #~ msgid "Filter definitions can be grouped into sets. " #~ msgid_plural "They need to have a unique name." #~ msgstr[0] "Filterdefinitionen können zu Sätzen gruppiert werden. " #~ msgstr[1] "Sie müssen einen einmaligen Name haben." #~ msgid "New sets can be created as empty or as a copy of an existing set. " #~ msgid_plural "" #~ "Sets in form of a script can be also downloaded e.g. for backup or " #~ "migration purposes." #~ msgstr[0] "" #~ "Neue Sätze können leer oder als Kopie eines bestehenden Satzes erstellt " #~ "werden. " #~ msgstr[1] "" #~ "Sätze in Form eines Skripts können auch heruntergeladen werden, z. B. als " #~ "Sicherungskopie oder zu Migrierungszwecken." #~ msgid "Every filter definition contains at least one rule and one action. " #~ msgid_plural "" #~ "Depending on server capabilities a rule can be based e.g. on message " #~ "headers, body, date or size." #~ msgstr[0] "" #~ "Jede Filterdefinition enthält mindestens eine Regel und eine Tätigkeit. " #~ msgstr[1] "" #~ "Je nach den Fähigkeiten des Servers, kann eine Regel z. B. auf " #~ "Nachrichten-Kopfzeilen, -Textkörper, -Datum oder -Größe basieren." #~ msgid "Note: Some actions stop filtering process, some do not. " #~ msgid_plural "" #~ "Use *Stop evaluating rules* and *Keep message in Inbox* actions to have " #~ "more control on this." #~ msgstr[0] "" #~ "Hinweis: Einige Tätigkeiten halten das Filtern an, einige nicht. " #~ msgstr[1] "" #~ "Benutzen Sie die *Regeln Bewerten anhalten* und *Nachricht im Eingang " #~ "behalten*-Tätigkeiten, um mehr Kontrolle hierüber zu haben. " diff --git a/locale/de/LC_MESSAGES/webmail-user-guide/roundcubemail/_plugins/managesieve/settings-vacation.po b/locale/de/LC_MESSAGES/webmail-user-guide/roundcubemail/_plugins/managesieve/settings-vacation.po index 7bd7d8b2..f1c5ef12 100644 --- a/locale/de/LC_MESSAGES/webmail-user-guide/roundcubemail/_plugins/managesieve/settings-vacation.po +++ b/locale/de/LC_MESSAGES/webmail-user-guide/roundcubemail/_plugins/managesieve/settings-vacation.po @@ -1,216 +1,215 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-25 17:12+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" # b0e7c15c9a194d52b9b1407c8cbeff21 # a3a667fe88dd482693b3eb903c978f25 #: ../../source/webmail-user-guide/roundcubemail/_plugins/managesieve/settings-vacation.rst:88 #: ../../source/webmail-user-guide/roundcubemail/_plugins/managesieve/settings-vacation.rst:93 msgid "Vacation" msgstr "Urlaub" # dfb772fcd6724d499992d4068bb225db #: ../../source/webmail-user-guide/roundcubemail/_plugins/managesieve/settings-vacation.rst:95 msgid "" "The vacation autoresponder's purpose is to provide correspondents with " "notification that the user is away for an extended period of time and that " "they should not expect quick responses." msgstr "" "Der Zweck der automatischen Urlaubs-Antwortfunktion ist es, Mail-Partnern " "eine Benachrichtigung zu geben, dass der Benutzer für einen längeren " "Zeitraum fort sein wird und sie keine schnellen Antworten erwarten sollten." # e60bd806154d43e7bb75e9ed46c8699e #: ../../source/webmail-user-guide/roundcubemail/_plugins/managesieve/settings-vacation.rst:99 msgid "" "**Vacation** is used to respond to an incoming message with another message." msgstr "" "**Urlaub** wird benutzt, um auf eine ankommende Nachricht mit einer anderen " "Nachricht zu antworten." # 06fa43200a40419c8f5ad0488e3551c0 #: ../../source/webmail-user-guide/roundcubemail/_plugins/managesieve/settings-vacation.rst:101 msgid "" "This interface is part of :ref:`settings-managesieve-filters` functionality " "and provides a simple way to manage vacation responses." msgstr "" "Diese Schnittstelle ist Teil der :ref:„Sieve-Filtereinstellungen \"-Funktion und bietet eine einfache Möglichkeit, " "Urlaubs-Antworten zu verwalten." # 9f5f5ad5d7024a039d2b36c66a59f0fb #: ../../source/webmail-user-guide/roundcubemail/_plugins/managesieve/settings-vacation.rst:106 msgid "Vacation message" msgstr "Urlaubs-Nachricht" # a936eee7e7d24902a69ecb676b73d609 #: ../../source/webmail-user-guide/roundcubemail/_plugins/managesieve/settings-vacation.rst:108 msgid "" "To enable the autoresponder you have to set at least the response body and " "change the status to *On*." msgstr "" "Um die automatische Antwortfunktion zu aktivieren, müsse Sie mindestens den " "Textkörper der Antwort eingestellt haben und den Status auf *An* ändern. " # 06ef6bfb9acc45a6b357e246fbd84328 #: ../../source/webmail-user-guide/roundcubemail/_plugins/managesieve/settings-vacation.rst:113 msgid "**Subject**" msgstr "**Betreff**" # 0e52fff8d2a844c69e70d6e5473bace3 #: ../../source/webmail-user-guide/roundcubemail/_plugins/managesieve/settings-vacation.rst:112 msgid "" "Response subject is optional. By default the reply subject will be set to " "*Auto: *" msgstr "" # 5523b6fdb08847eba148632acb477a55 #: ../../source/webmail-user-guide/roundcubemail/_plugins/managesieve/settings-vacation.rst:117 msgid "**Body**" msgstr "**Textkörper**" # bb60cd9b76a64bdf8adb415fb1235352 #: ../../source/webmail-user-guide/roundcubemail/_plugins/managesieve/settings-vacation.rst:116 msgid "" "Response body. Here you put the reason of your absence or any other text " "that will be send to sender." msgstr "" "Textkörper der Antwort; hier können Sie den Grund Ihrer Abwesenheit oder " "jeglichen anderen Text eingeben, der der Absenderin gesendet wird." # a4a125512bb34e3d95787afd0f464d85 #: ../../source/webmail-user-guide/roundcubemail/_plugins/managesieve/settings-vacation.rst:120 msgid "**Vacation start/end**" msgstr "**Anfang/Ende des Urlaubs**" # 622d77722b404e7b98897bc0c32cbfa2 #: ../../source/webmail-user-guide/roundcubemail/_plugins/managesieve/settings-vacation.rst:120 msgid "These fields define when the vacation rule is active and are optional." msgstr "" "Diese Felder legen fest, wann die Urlaubsregel aktiv ist und sind optional." # fc96a7daf964458ba456b4ce90697a31 #: ../../source/webmail-user-guide/roundcubemail/_plugins/managesieve/settings-vacation.rst:125 msgid "**Status**" msgstr "**Status**" # 2723c9de9f124cb78098ea318b451a46 #: ../../source/webmail-user-guide/roundcubemail/_plugins/managesieve/settings-vacation.rst:123 msgid "" "This field activates the rule. If you always use the same response body it " "is convenient to disable the vacation rule when it's not needed and enable " "again another time." msgstr "" # f7b30809e50844dfbdc6bd0434690bb4 #: ../../source/webmail-user-guide/roundcubemail/_plugins/managesieve/settings-vacation.rst:128 msgid "Advanced settings" msgstr "Erweiterte Einstellungen" # 153eb3e4ad694dc49061ae11868f4041 #: ../../source/webmail-user-guide/roundcubemail/_plugins/managesieve/settings-vacation.rst:131 msgid "**Reply sender address**" msgstr "**Antwort-Absenderadresse**" # ee0489482fba40a69582a6146f183456 #: ../../source/webmail-user-guide/roundcubemail/_plugins/managesieve/settings-vacation.rst:131 msgid "" "This is an email address that will be used as sender of the vacation reply." msgstr "" "Dies ist eine E-Mail-Adresse, die als Absender der Urlaubsantwort benutzt " "wird." # 61aed2c29f4d45289c876d87f847b8f5 #: ../../source/webmail-user-guide/roundcubemail/_plugins/managesieve/settings-vacation.rst:136 msgid "**My email addresses**" msgstr "**Meine E-Mail-Adressen**" # 335f24cb8ef54ea69e933c7fecb71f1f #: ../../source/webmail-user-guide/roundcubemail/_plugins/managesieve/settings-vacation.rst:134 -#, fuzzy msgid "" "Normally the vacation response is send if recipient address of the incoming " "message is one of your addresses known to the server. Here you can add more " "addresses." msgstr "" "Normalerweise wird die Urlaubsantwort versendet, wenn die Empfängeradresse " "der ankommenden Nachricht eine der dem Server bekannten Adressen ist. " # 425de48736524bb19165ddaaf9ba715c #: ../../source/webmail-user-guide/roundcubemail/_plugins/managesieve/settings-vacation.rst:141 msgid "**Reply interval**" msgstr "**Antworthäufigkeit**" # af26a4ad83c34659a5e325fa01977b3a #: ../../source/webmail-user-guide/roundcubemail/_plugins/managesieve/settings-vacation.rst:139 msgid "" "This parameter defines how often the reply to the same sender is generated. " "When you receive a lot of messages from the same sender in short time, " "usually you don't want to reply to all of them. By default reply is send " "once a day." msgstr "" # 7403474ef0a349958575f0028afe85ec #: ../../source/webmail-user-guide/roundcubemail/_plugins/managesieve/settings-vacation.rst:144 msgid "**Incoming message action**" msgstr "** Tätigkeit bei eingehender Nachricht**" # d6194c2badb64d1abfef75a665f0f941 #: ../../source/webmail-user-guide/roundcubemail/_plugins/managesieve/settings-vacation.rst:144 msgid "" "This field defines an action taken on the incoming message. You can discard " "or keep it or redirect/copy to another account (so it can be handled by " "another person)." msgstr "" #~ msgid "Response subject is optional. " #~ msgid_plural "" #~ "By default the reply subject will be set to *Auto: *" #~ msgstr[0] "Der Betreff der Antwort ist optional. " #~ msgstr[1] "" #~ "Standardmäßig ist der Betreff der Antwort auf *Auto: * eingestellt. " #~ msgid "This field activates the rule. " #~ msgid_plural "" #~ "If you always use the same response body it is convenient to disable the " #~ "vacation rule when it's not needed and enable again another time." #~ msgstr[0] "Dieses Feld aktiviert die Regel. " #~ msgstr[1] "" #~ "Wenn Sie immer denselben Antwort-Textkörper benutzen, ist es praktisch " #~ "die Urlaubsregel zu deaktivieren, wenn sie nicht benötigt wird und zu " #~ "anderer Zeit wieder zu aktivieren." #~ msgid "" #~ "This parameter defines how often the reply to the same sender is " #~ "generated. " #~ msgid_plural "By default reply is send once a day." #~ msgstr[0] "" #~ "Dieser Parameter legt fest, wie oft die Antwort an die Absenderin " #~ "versendet wird. " #~ msgstr[1] "Standardmäßig wird die Antwort einmal am Tag versendet." #~ msgid "This field defines an action taken on the incoming message. " #~ msgid_plural "" #~ "You can discard or keep it or redirect/copy to another account (so it can " #~ "be handled by another person)." #~ msgstr[0] "" #~ "Dieses Feld legt eine bei ankommenden Nachrichten vorzunehmende Tätigkeit " #~ "fest. " #~ msgstr[1] "" #~ "Sie können sie verwerfen, behalten oder an ein anderes Konto umleiten/" #~ "kopieren (damit sie von einer anderen Person bearbeitet werden können)." diff --git a/locale/de/LC_MESSAGES/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.po b/locale/de/LC_MESSAGES/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.po index afd37c7b..58023b20 100644 --- a/locale/de/LC_MESSAGES/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.po +++ b/locale/de/LC_MESSAGES/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.po @@ -1,679 +1,665 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-25 17:12+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" # e4444e8def05411dbd61f9631f7a0957 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:91 msgid "Managing Tasks" msgstr "Aufgaben verwalten " # 6a47bc254b954ce1a1f3a98149929529 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:93 msgid "" "All the described functions to manage your tasks are accessible from the " "main task view." msgstr "" "Alle beschriebenen Funktionen zum Verwalten Ihrer Aufgaben sind von der " "Haupt-Aufgabenansicht zugänglich." # 3b91ce3cb835409e9b25ea9e5761c913 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:97 msgid "Create new Tasks" msgstr "Erstellen neuer Aufgaben" # b581aa04eaad446083a23425789979f1 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:103 msgid "**The New Task Dialog**" msgstr "**Der Neue-Aufgabe-Dialog**" # 3dacfd3d182d4f2b9ef11a3478e8e4e2 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:100 msgid "" "Click the *New task* button in the toolbar to get an empty dialog where you " "enter the tasks properties like title, description, start/due dates and " "reminder settings." msgstr "" "Klicken Sie auf die *Neue Aufgabe*-Schaltfläche in der Werkzeugleiste, um " "einen leeren Dialog zu erhalten, in den Sie die Eigenschaften der Aufgabe, " "wie Titel, Beschreibung, Anfangs-/Fälligkeitsdatum und " "Erinnerungseinstellungen eintragen können." # 2e11c7a33744490786b2ecf477e7c060 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:103 msgid "Click *Save* to finally add it to the selected task list." msgstr "" "Klicken Sie *Speichern*, um sie schließlich zur ausgewählten Aufgabenliste " "hinzuzufügen." # 6e1b023e55cf4ee19c0d4fb97b9ca1d7 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:112 msgid "**Quick Entry**" msgstr "**Schnelleintrag**" # 7a2afa26e6ef4baab10dd59491c886f6 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:106 -#, fuzzy msgid "" "The text box in the centre of the toolbar area lets you add new tasks very " "fast by simply entering a title and then press on the keyboard. " "Tasks will be created in the currently selected list." msgstr "" "Mit dem Textfeld in der Mitte des Werkzeugleisten-Bereichs können Sie sehr " "schnell neue Aufgaben durch einfaches Eingeben eines Titels und Drücken von " " auf der Tastatur hinzufügen. " # 05cff31357e2449e95363b32d842cdba #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:110 msgid "" "Begin the quick entry with a date or time description like \"Tomorrow\" or " "\"Monday at 16:00\" to directly assign a due date to the task." msgstr "" "Beginnen Sie den Schnelleintrag mit einem Datum oder einer Zeitbeschreibung " "wie „morgen\" oder „Montag um 16:00\" ein Fälligkeitsdatum direkt der " "Aufgabe zuzuordnen." # eb09926d5ad0404d9d77c35812c35d89 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:117 msgid "Edit Tasks" msgstr "Aufgaben bearbeiten" # e4f88fbcd53f44f7b7c8434866dc3b27 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:120 msgid "The Edit Dialog" msgstr "Der Bearbeiten-Dialog" # 652c05ed21b141be8843c2f74cd004ec #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:122 -#, fuzzy msgid "" "When clicking a task item in list a dialog showing its details is displayed. " "Clicking the Edit button in that dialog opens the form to edit all " "properties of the selected task." msgstr "" "Wenn man ein Aufgabenobjekt in der Liste anklickt, wird ein Dialog mit ihren " "Details angezeigt. " # ae6b8477b0244cb588bbeafd0ab2bcff #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:125 msgid "" "The edit form is divided into different section which can be switched using " "the tabs on top of the dialog:" msgstr "" "Die Bearbeiten-Maske ist in mehrere Abschnitte unterteilt, zwischen denen " "man mit den Reitern über dem Dialog hin- und herwechseln kann:" # 8c8416c021de45babbf771bdcbd45791 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:127 msgid "**Summary**" msgstr "**Zusammenfassung**" # 3239151245d94962b24dee892d760bc9 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:129 -#, fuzzy msgid "" "This general section has text fields and selectors for various properties. " "Here’s a description of all the possible values:" msgstr "" "Dieser allgemeine Abschnitt hat Textfelder und Optionsschaltflächen für " "verschiedene Eigenschaften. " # ea1ec51ed5104ec6906b4133e6a26ca2 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:131 -#, fuzzy msgid "" "``Title``: The title of the task. This is what you will see in the list." msgstr "„Titel\": Titel der Aufgabe; " # 3bb0f8cf14284fb1aca0f388726d96ab #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:132 msgid "" "``Description``: Any text that describes the task. Links and email addresses " "will be become clickable." msgstr "" "„Beschreibung\": Text, der die Aufgabe beschreibt; Links und E-Mail Adressen " "werden anklickbar." # af70ecb8594b4fc69b4b57598e1840fb #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:133 msgid "" "``Tags``: A list of tags assigned to this task. Add one by typing to the " "text box and hit ." msgstr "" "„Tags\": Eine Liste von Tags, die der Aufgabe zugewiesen sind; fügen Sie " "durch Tippen ins Textfeld und Drücken von eins hinzu." # 30620d62733e438c9a12f24c82f7281c #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:134 msgid "``Start``: The date/time, the task is supposed to be worked on." msgstr "" "„Anfang\": das Datum und die Zeit, zu der die Aufgabe bearbeitet werden soll" # 33e7342cd0da42dba8e20ecb1333a05f #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:135 msgid "" "``Due``: The date/time this job is due. Define a time when setting a " "reminder for this task." msgstr "" "„Fälligkeit\": das Datum und die Zeit, zu der die Aufgabe fällig ist; legen " "Sie eine Zeit fest, wenn sie eine Erinnerung für diese Aufgabe einstellen." # 4c82252633dd47918ab1da7283be1799 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:136 msgid "" "``Reminder``: Will pop up with a notification at a the specified time before " "the task is due. It is possible to select 'Message' (default) or 'Sound'. " "When 'Sound' is selected, a sound will be played at the selected time. This " "setting requires the host to be able to play sounds." msgstr "" # 4284505fbfda4b80a2eb643b78d994e6 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:137 -#, fuzzy msgid "" "``Complete``: The completeness state of a task in percent. Use the slider or " "enter a number." msgstr "„Vollständig\": Vollständigkeit der Aufgabe in Prozent " # b2fc009be0d24b0bad284e62d116e08c #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:138 -#, fuzzy msgid "" "``Tasklist``: The list the task is saved in. Change it to move an event from " "one list to another." msgstr "„Aufgabenliste\": Die Liste, in der die Aufgabe gespeichert ist; " # 4f1efae84dbd4e7486af980e48dcbe83 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:146 msgid "" "For periodically recurring task series, this tab has the settings how a task " "is repeated over time." msgstr "" "Bei einer Serie regelmäßig wiederkehrender Aufgaben, hält dieser Reiter die " "Einstellungen, wie eine Aufgabe sich über eine Zeit hinweg wiederholt." # 79873b3fd5344f76abba182abe309dcf #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:149 msgid "``Repeat``: Start with selecting a repetition interval (e.g. monthly)" msgstr "" "„Wiederholen\": Beginnen Sie mit der Auswahl eines Wiederholungsintervalls " "(z. B. monatlich)." # 7c5914c3bd4e4287b1797d4eddf49ac0 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:150 msgid "" "``Every``: How often the frequency will be relevant. For example, for a task " "that takes place every other week choose Weekly and then 2." msgstr "" # 393a0da1feb747a0ae99ca6e60d7b56f #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:151 -#, fuzzy msgid "" "If you choose a frequency of weekly or monthly you can select which days of " "the week or month the task will occur. * ``Until``: Determines the duration " "of the repetition. The recurrence can either run forever, for a number of " "times or until a specific date." msgstr "" "Wenn Sie ein wöchentliches oder monatliches Intervall wählen, können Sie " "wählen, an welchen Tagen in der Woche oder im Monat eine Aufgabe vorkommt. " # 1f472b7343ac4d63bf31472777bff8a7 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:154 msgid "**Assignments**" msgstr "**Zuordnungen**" # 60b8386a7a73450ab906fa7856f2ef5d #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:156 -#, fuzzy msgid "" "One, or a list of, users can be assigned to the task. The list is managed in " "this tab." msgstr "" "Ein Benutzer oder eine Liste von Benutzern können einer Aufgabe zugeordnet " "werden. " # ecbb393c144342d7ac784a38f51be587 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:158 msgid "" "``Organizer``: The user organizing (creating) the task. This is set to the " "default identity of the logged in user, but a diferent identity for this " "user can be selected." msgstr "" # 86d95089b92d4014b3d65eebfcc0fddf #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:159 -#, fuzzy msgid "" "``Add Assignee``: Type three letters of the username, and the search box " "will show a dropdown list of relevant users. Then clieck the 'Add Assignee' " "button." msgstr "" "„Beauftragte hinzufügen\": Tippen Sie drei Buchstaben des Benutzernamens und " "das Suchfeld wird eine Aufklappliste passender Benutzer zeigen. " # 7175ebba73f440e699f58488b68f0ddd #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:160 -#, fuzzy msgid "" "``Invitation/notification comment``: When a user is assigned to a task, an " "email notificatino is sent out. This field is giving the opportunity to add " "extra test to this mail notification." msgstr "" "„Einladungs-/Benachrichtigungskommentar\": Wird ein Benutzer einer Aufgabe " "zugewiesen, wird eine E-Mail-Benachrichtigung versendet. " # 82d285dd577c4ad5b44c8ad3e05fef75 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:162 msgid "**Attachments**" msgstr "**Anhänge**" # 25c37e45b6e3418187a606f6263c1947 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:164 msgid "" "Sometimes a description text isn't enough to collect information for a " "specific task. Switch to this tab to attach files to the current task or to " "remove them again. Adding files works pretty much the same as :ref:" "`attaching them to email messages `: first select " "a file from your local disk and click *Upload* in order to attach it." msgstr "" # a96bca0c1c6d4b7494f0aca187cbf4d8 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:169 -#, fuzzy msgid "" "Don't forget to finally save the changes by clicking *Save* in the task edit " "dialog. Switching back and forth between the tabs will not yet save the data." msgstr "" "Vergessen Sie nicht, abschließend die Änderungen zu speichern, indem Sie " "*Speichern* im Aufgabe-bearbeiten-Dialog anklicken. " # 0c13bbb030e249db9619207a552c7ff6 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:176 msgid "Assign Tags" msgstr "Tags zuweisen" # e4cb08b2449541fcbb060eaa8f2b3f5c #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:178 msgid "" "Tags help you organize your tasks in the list view. Open the :ref:`Edit " "Dialog ` and enter tags into the according text box:" msgstr "" # 349f02191479427ebc71463640268e4f #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:183 msgid "" "Append a tag by hitting and continue typing to add more. While " "typing, a suggestion of already used tags will be shown. Use the arrow keys " "on the keyboard to select one and press to select." msgstr "" # c00cc9abc7854da3a5e116a6fc084644 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:186 msgid "Remove tags with a click on the *Remove* icon." msgstr "Entfernen Sie Tags mit einem Klick auf das *Entfernen*-Icon." # 166abf4dc8684af0aa37665f41b1b7de #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:188 msgid "**Drag & Drop Tags**" msgstr "**Drag & Drop von Tags**" # c8b3af6a6f444b0b99611ffd879759dc #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:190 msgid "" "Existing tags listed in the tags box on the left can also be assigned to " "tasks directly in the list view by simply dragging the tag from the box and " "drop it on a task bar." msgstr "" "Bestehende Tags aus dem Tagfeld links können auch Aufgaben direkt in der " "Listenansicht zugeordnet werden, indem Sie einfach das Tag aus dem Feld auf " "die Aufgabenleiste ziehen." # af82188564024ecc8073ddd684b225e0 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:197 msgid "Set Due Dates" msgstr "Fälligkeitsdatum setzen" # 17cc50fcb7914725a6e11a93f2bacfd1 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:199 msgid "" "Assign due dates to your tasks to not miss your deadlines and to enable " "reminder notifications for them. The due dates with time can be entered in " "the :ref:`Edit Dialog `. When entering the input field, " "a small calendar widget will help you to quickly select a date." msgstr "" # 334c5bf849f9477884778fa6e48a26cb #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:203 msgid "" "Due dates can also be entered or changed directly in the list view without " "going to the edit dialog. Click the due date or the \"no date\" area on the " "right end of a task bar and select a date from the calendar widget. The " "change will be saved immediately." msgstr "" # 4aedf1328d294f2cb6acbb482859cef2 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:211 msgid "Mark Tasks as Complete" msgstr "Aufgaben als abgeschlossen markieren" # 20d2fe2d97424186896b06044f28d129 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:213 -#, fuzzy msgid "" "In the :ref:`tasklist-edit-task` section we learned how to set a percentage " "value for a task's completeness. Until a task isn't fully completed, the " "percentage is displayed as a think horizontal line in the list view." msgstr "" "Im :ref:„Aufgabe bearbeiten \"-Abschnitt haben wir " "gelernt, wie man einen Prozentwert für die Vollständigkeit einer Aufgabe " "setzt. " # f21637246fb24fdbbfad12a073728af3 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:217 msgid "" "In order to mark a task as complete, simply click the checkbox in the list " "view. The task is now grayed out and moved to the bottom of the list. After " "some time or when refreshing the list, completed tasks will be removed from " "the view. You can still find them with the *Complete* quick filter. Uncheck " "the box to bring it back to the normal list." msgstr "" # 461326ae0b6f4ef1857ab2cce2556673 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:224 msgid "Organize Tasks in Groups" msgstr "Aufgaben in Gruppen organisieren" # 8d39bd739e4f4d169a45803d46cf6578 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:226 msgid "" "For bigger jobs or entire projects, tasks can be divided into subtasks and " "organized hierarchically to visualize dependencies." msgstr "" "Bei größeren Aufgaben bzw. ganzen Projekten, können Aufgaben in " "Unteraufgaben aufgeteilt und hierarchisch organisiert werden." # 17ca1477b2d04cb08bf43b3bbb336cbf #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:230 msgid "Create a Subtask" msgstr "Unteraufgabe Erstellen" # 51826804c3084b799ea8d5598fa3924f # 2bcb390a004343a3a2d5066c93e6fb3f #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:236 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:276 msgid "" "Open the options menu of a task from the arrow icon on the far right of the " "task bar." msgstr "" "Öffnen Sie das Optionsmenü einer Aufgabe aus dem Pfeilicon ganz rechts auf " "der Aufgabenleiste. " # 092859f40932400ba561d9906062f369 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:237 msgid "Select *Add subtask*" msgstr "Wählen Sie *Unteraufgabe hinzufügen*. " # 3819a6170bbb429cb3c1224b71375f13 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:238 msgid "" "Enter the subtask properties in the :ref:`Edit Dialog `" msgstr "" "Geben Sie die Unteraufgaben-Eigenschaften in den :ref:„Bearbeiten-Dialog " "\" ein." # ec6c62b1000d4900b03901da08a04bde #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:239 msgid "Press *Save* to insert it" msgstr "Drücken Sie *Speichern*, um sie einzufügen. " # ae3e52eb88514ead9a08a3dc8008f844 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:245 msgid "Re-organize Groups" msgstr "Gruppen neu organisieren" # d2c91c7bf57c4ee79a60f732b66bdb3e #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:247 msgid "" "The hierarchical nesting of tasks and subtasks can be changed at any time. " "Simple grab a task with the mouse and drop onto another one to make it a " "subtask. This works for entire subtrees equally well. While dragging, a " "possible drop target is highlighted when moving over it." msgstr "" # cd2d15e3b67e4bc5949ff919853b8d72 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:251 msgid "" "Drop a task onto the small bar on top of the tasks list to make it a main " "task again." msgstr "" "Legen Sie eine Aufgabe auf der kleinen Leiste über der Aufgabenliste ab, um " "sie wieder zu einer Hauptaufgabe zu machen." # eff5d3da439143a38c40c340d67d3573 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:253 msgid "" "If you organize your tasks in different lists, dropping a task onto a task " "list in the box on the left moves it (and all child tasks) to that " "particular list." msgstr "" "Wenn Sie eine Aufgabe auf eine Aufgabenliste im Feld links ablegen, wird sie " "(und ihre Unteraufgaben) in diese Liste verschoben, falls Sie Ihre Aufgaben " "in verschiedenen Listen organisieren." # 4b08a89670df42908c175b25c34e451e #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:261 msgid "Get Notifications" msgstr "Benachrichtigungen erhalten" # 4c02761e26ac41e7b35426050e2f6226 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:263 -#, fuzzy msgid "" "While logged in to the webmail, reminders about soon-to-be due tasks will be " "displayed with pop-up boxes at the specified time before the task is due. " "You can specify if you want to see reminders for every task list " "individually. Enable or disable reminders in :ref:`Task List Settings " "` from the :ref:`tasklist-lists`." msgstr "" "Wenn Sie beim Webmail-Dienst eingeloggt sind, werden Erinnerungen an bald " "fällige Aufgaben mit Überlagerungsfenstern zur festgelegten Zeit, bevor die " "Aufgabe fällig ist, angezeigt. " # 5ccda3bc3af74cf6af3a16c77dd39d40 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:267 msgid "" "Read how to :ref:`Dismiss or Snooze Reminders ` in " "the calendar section." msgstr "" ":ref:„Erinnerungen verwerfen oder verschieben \" " "können Sie im Kalenderabschnitt lernen." # 4333ddf88860401b96e1393a28f59c1d #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:271 msgid "Delete Tasks" msgstr "Aufgaben löschen" # a23dcd581d974aafa5e5bd9396235478 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:273 msgid "" "Usually finished tasks are marked as complete. But there are still " "situations where you might want to actually delete a task." msgstr "" # dd5581942c9640b1b2f2132ed9f46be9 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:277 msgid "Select *Delete*." msgstr "Wählen Sie *Löschen*." # f70b0ad855844a92a8407004ef264f88 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:278 msgid "Click *Delete* again in the confirmation dialog." msgstr "Klicken Sie im Bestätigungsdialog erneut auf *Löschen*." # 581d39ebc8c343b1825a2b08f4729b8e #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:173 msgid "Tags" msgstr "" # 34087dffcf87472a8ab13edcf4a18526 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:194 msgid "Due Date" msgstr "" # 2a880865960244c1a41660a53241ee83 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:208 msgid "Complete" msgstr "" # afbd37141ac140f38d124bfab7f59412 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:242 msgid "Move" msgstr "" # afbd37141ac140f38d124bfab7f59412 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:242 msgid "Drag & Drop" msgstr "" # dacc856b4d034b008bfb9f0ba8b5fb65 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:257 -#, fuzzy msgid "Notifications" msgstr "Benachrichtigungen erhalten" # dacc856b4d034b008bfb9f0ba8b5fb65 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:257 msgid "Reminders" msgstr "" #~ msgid "" #~ "``Reminder``: Will pop up with a notification at a the specified time " #~ "before the task is due. " #~ msgid_plural "This setting requires the host to be able to play sounds." #~ msgstr[0] "" #~ "„Erinnerung\": Wird zur vorbestimmten Zeit bevor die Aufgabe fällig ist " #~ "mit einer Benachrichtigung erscheinen. " #~ msgstr[1] "" #~ "Diese Einstellung erfordert, dass der Host in der Lage ist, Klänge " #~ "abzuspielen." #~ msgid "``Every``: How often the frequency will be relevant. " #~ msgid_plural "" #~ "For example, for a task that takes place every other week choose Weekly " #~ "and then 2." #~ msgstr[0] "„Jede(n)\": Die Art des Intervalls; " #~ msgstr[1] "" #~ "z. B. wählen Sie bei einem Ereignis, das jede zweite Woche stattfindet " #~ "Wöchentlich und dann 2. " #~ msgid "``Organizer``: The user organizing (creating) the task. " #~ msgid_plural "" #~ "This is set to the default identity of the logged in user, but a diferent " #~ "identity for this user can be selected." #~ msgstr[0] "" #~ "„Organisator\": der Benutzer, der die Aufgabe organisiert (erstellt); " #~ msgstr[1] "" #~ "dies ist standardmäßig auf die Identität des angemeldeten Benutzers " #~ "eingestellt, aber eine andere Identität für diesen Benutzer kann " #~ "ausgewählt werden." #~ msgid "" #~ "Sometimes a description text isn't enough to collect information for a " #~ "specific task. " #~ msgid_plural "" #~ "first select a file from your local disk and click *Upload* in order to " #~ "attach it." #~ msgstr[0] "" #~ "Manchmal ist ein beschreibender Text nicht genug, um Informationen zu " #~ "einer bestimmten Aufgabe zu sammeln. " #~ msgstr[1] "" #~ "Wählen Sie zuerst eine Datei von Ihrer Festplatte aus und klicken Sie auf " #~ "*Upload*, um sie anzuhängen. " #~ msgid "Tags help you organize your tasks in the list view. " #~ msgid_plural "" #~ "Open the :ref:`Edit Dialog ` and enter tags into the " #~ "according text box:" #~ msgstr[0] "" #~ "Tags helfen Ihnen, Ihre Aufgaben in der Listenansicht zu organisieren. " #~ msgstr[1] "" #~ "Öffnen Sie den :ref:„Bearbeiten-Dialog \" und geben " #~ "Sie Tags ins entsprechende Textfeld ein:" #~ msgid "Append a tag by hitting and continue typing to add more. " #~ msgid_plural "" #~ "Use the arrow keys on the keyboard to select one and press to " #~ "select." #~ msgstr[0] "" #~ "Hängen Sie ein Tag durch Drücken von an und fahren Sie mit dem " #~ "Tippen fort, um mehr hinzuzufügen. " #~ msgstr[1] "" #~ "Benutzen Sie die Pfeiltasten der Tastatur um eins auszuwählen und drücken " #~ "Sie , um es auswählen." #~ msgid "" #~ "Assign due dates to your tasks to not miss your deadlines and to enable " #~ "reminder notifications for them. " #~ msgid_plural "" #~ "When entering the input field, a small calendar widget will help you to " #~ "quickly select a date." #~ msgstr[0] "" #~ "Weisen Sie Fälligkeitdaten Ihren Aufgaben zu, um Ihre Fristen nicht zu " #~ "verpassen und um Erinnerungs-Benachrichtigungen für sie zu aktivieren. \n" #~ msgstr[1] "" #~ "Wenn Sie das Eingabefeld ausfüllen, hilft Ihnen ein kleines " #~ "Kalenderwidget, schnell ein Datum auszuwählen." #~ msgid "" #~ "Due dates can also be entered or changed directly in the list view " #~ "without going to the edit dialog. " #~ msgid_plural "The change will be saved immediately." #~ msgstr[0] "" #~ "Fälligkeitsdaten können auch ohne den Bearbeiten-Dialog direkt in der " #~ "Listenansicht eingegeben bzw. geändert werden. " #~ msgstr[1] "Die Änderung wird sofort gespeichert." #~ msgid "" #~ "In order to mark a task as complete, simply click the checkbox in the " #~ "list view. " #~ msgid_plural "Uncheck the box to bring it back to the normal list." #~ msgstr[0] "" #~ "Um eine Aufgabe als abgeschlossen zu markieren, klicken Sie einfach das " #~ "Kontrollkästchen in der Listenansicht an. \n" #~ msgstr[1] "" #~ "Entfernen Sie das Häkchen, um sie zurück in die normale Liste zu bringen." #~ msgid "" #~ "The hierarchical nesting of tasks and subtasks can be changed at any " #~ "time. " #~ msgid_plural "" #~ "While dragging, a possible drop target is highlighted when moving over it." #~ msgstr[0] "" #~ "Die hierarchische Verschachtelung der Aufgaben und Unteraufgaben können " #~ "jederzeit geändert werden. " #~ msgstr[1] "" #~ "Beim Ziehen werden mögliche Ablageziele hervorgehoben, wenn Sie sie " #~ "darüberbewegen." #~ msgid "Usually finished tasks are marked as complete. " #~ msgid_plural "" #~ "But there are still situations where you might want to actually delete a " #~ "task." #~ msgstr[0] "Normalerweise sind fertige Aufgaben als abgeschlossen markiert. " #~ msgstr[1] "" #~ "Aber es gibt immer noch Situationen, in denen Sie tatsächlich eine " #~ "Aufgabe löschen wollen." diff --git a/locale/de/LC_MESSAGES/webmail-user-guide/roundcubemail/_plugins/tasklist/overview.po b/locale/de/LC_MESSAGES/webmail-user-guide/roundcubemail/_plugins/tasklist/overview.po index 68bd910a..c00d7b83 100644 --- a/locale/de/LC_MESSAGES/webmail-user-guide/roundcubemail/_plugins/tasklist/overview.po +++ b/locale/de/LC_MESSAGES/webmail-user-guide/roundcubemail/_plugins/tasklist/overview.po @@ -1,337 +1,331 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-25 17:12+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" # 89df76b67db2471faca4ccb841510848 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/overview.rst:90 msgid "Overview" msgstr "Übersicht" # 94772bb2cf394b35bf6e33c09b89d74b #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/overview.rst:92 msgid "" "The content area of the tasks screen is divided into three areas: the :ref:" "`Tasks ` itself, the :ref:`Tags ` and the :" "ref:`Tasklist Selector `." msgstr "" # d7fe6eb03795434f8db9ebd0d5673f10 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/overview.rst:100 msgid "The Tasks List" msgstr "Die Aufgabenliste" # 1afe17fcd171456a9c660c0f0c637a0b #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/overview.rst:102 -#, fuzzy msgid "" "The main content are lists the task items that match the current selection " "of active lists, filters and tags. The listed tasks are sorted by due date " "(ascending) and completed ones move to the bottom." msgstr "" "Der Hauptinhalt listet die Aufgabepunkte auf, die zur aktuellen Auswahl von " "aktiven Listen, Filtern und Tags passen. " # 8b5d97338ff84a5f8b867d82cbfc415a #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/overview.rst:109 msgid "" "Tasks can be organized hierarchically and the list appears like a tree " "structure. A small arrow icon on the left side of a task bar indicates " "subordinated tasks and expands or collapses the tree upon click." msgstr "" # b8ab2ade13ae4956b602e286d4880872 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/overview.rst:113 msgid "" "Some basic editing like flagging, assigning a due date as well as completing " "tasks can directly be done in the list by clicking the checkbox, the flag " "icon or the date selector." msgstr "" "Einige grundlegende Bearbeitungsmöglichkeiten wie Markieren, Zuweisen von " "Fälligkeitsdaten sowie Abschließen von Aufgaben können direkt in der Liste " "durch Klicken auf das Kontrollkästchen, Icon oder Datums-Wähler erledigt " "werden." # e78f417aadbd4044b993442fb162e1a3 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/overview.rst:116 -#, fuzzy msgid "" "A single click anywhere else on a task bar displays all details in a dialog " "box. Hit on the keyboard or click the close icon to hide it again." msgstr "" "Ein einzelner Klick irgendwo sonst auf die Aufgabenleiste zeigt Details in " "einem Dialogfeld an. " # 8184d542da0f41cab74c82257e4f02ec #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/overview.rst:119 msgid "Double-clicks open the clicked task item for full detail editing." msgstr "" "Doppelklicken öffnet das angeklickte Aufgabenobjekt für vollständige " "Detailbearbeitung." # 44f836d0d82047419e514415a6a961dd #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/overview.rst:123 msgid "Control the List" msgstr "Liste beaufsichtigen" # cd494e00763e468580b4818465afeedf #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/overview.rst:126 msgid "Quick Filters" msgstr "Schnellfilter" # 03534e7c7ac744709b57178c8afe98ea #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/overview.rst:128 -#, fuzzy msgid "" "The selection your tasks displayed on the screen can be refined in various " "ways. Use the quick filters above the list to reduce the listed tasks " "according to their status or due date." msgstr "" "Die Auswahl, die Ihre Aufgaben auf dem Bildschirm angezeigt haben, können " "auf verschiedene Weise gefiltert werden. " # 51eb0aa40f634a6dad446b26aa408467 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/overview.rst:134 msgid "Tags" msgstr "Tags" # f5caae3184bd42d4a83c3734873d17b3 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/overview.rst:136 msgid "" "The tags list on the left is another way to display a selection of tasks. " "Click a tag to only display tasks with this tag assigned. Click it again to " "show all. Hold down the key on the the keyboard to select mutliple " "tags and further reduce the selection." msgstr "" # 8cc14787db3949b0b12512c287f83ff0 # 426a1eca9aae435fa61e5fb2e182c7fc #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/overview.rst:141 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/overview.rst:167 msgid "Task Lists" msgstr "Aufgabenlisten" # bbb755b9f78f44398df53b6186364ef8 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/overview.rst:143 msgid "" "The checkboxes in the :ref:`tasklist-lists` box control whether tasks from " "the according list are currently displayed. Use the *Quick View* icon |" "quickview| in the list to quickly reduce the view to tasks from a single " "list. This can also be used when the according list isn't activated. Click " "it again to turn off quick view mode and return to regular display of active " "lists." msgstr "" # dec61574ea45411ba2fe17b4c1c45424 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/overview.rst:152 msgid "Searching Tasks" msgstr "Aufgaben suchen" # 601f0700f3b540209c2571f6f7e67bb3 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/overview.rst:154 -#, fuzzy msgid "" "The search box above the calendar view lets you quickly get a list of events " "matching the entered keyword in either the title or the description text. " "Enter the search term into the box and press on your keyboard to " "start the search." msgstr "" "Über das Suchfeld über der Kalenderansicht bekommen Sie schnell eine Liste " "mit Ereignissen, die dem eingegebenen Schlüsselwort entweder im Titel oder " "dem Beschreibungstext entsprechen. " # e2f1ab00990e4438a8002a38b24d6243 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/overview.rst:157 msgid "" "After searching, you can still use the filters and tags as explained above " "to hide some results." msgstr "" "Nach dem Suchen können Sie immernoch die Filter und Tags wie oben erklärt " "benutzen, um einige Suchergebnisse zu verbergen." # d2423f42357a4fb3b38b45c94cde4944 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/overview.rst:159 msgid "" "Reset the search by clicking the *Reset search* icon on the right border of " "the search box." msgstr "" "Setzen Sie die Suche durch Klicken auf das *Suche zurücksetzen*-Icon am " "rechten Rand des Suchfelds zurück." # 0b943e0c54e54f47a5edd7900c993bc6 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/overview.rst:169 msgid "" "Organize your tasks in various lists. All of your personal task lists as " "well as those shared by others are listed in the box in the lower left area " "of the screen." msgstr "" # 13048c4278944d8586f1ca2c4072c10a #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/overview.rst:172 msgid "" "You can create any number of lists to store and manage all your tasks and " "name them individually." msgstr "" "Sie können eine beliebige Anzahl Listen zum Speichern und verwalten aller " "Ihrer Aufgaben erstellen und sie individuell benennen." # 3d806760a4794208b511db57e69dfe8b #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/overview.rst:176 msgid "Create a Task List" msgstr "Aufgabenliste erstellen" # 5f2892ab361848a2b645e4240de1d15f #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/overview.rst:178 msgid "Click the + icon in the tasklists box footer." msgstr "Klicken Sie auf das +-Icon in der Fußzeile des Aufgabenlisten-Felds." # e63db15e627f46679c06b10864fcabc5 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/overview.rst:179 msgid "In the dialog, give the new list a unique name." msgstr "Geben Sie im folgenden Dialog der neuen Liste einen einmaligen Namen." # 10b1510e7d414b65b47bdaf5c21ed515 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/overview.rst:180 msgid "Click *Save* to create it." msgstr "Klicken Sie auf *Speichern*, um ihn zu erstellen. " # 88ec3c9c91d64e3f985f5d458eddbae6 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/overview.rst:185 msgid "Edit List Names and Settings" msgstr "Listennamen und -einstellungen bearbeiten" # 538f9b7f5d084246adf29ed4d663093d # 9e5cb7e1c37a4e1ca355d35d0ba33f02 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/overview.rst:187 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/overview.rst:195 msgid "Select the task list to edit by clicking the name in the box." msgstr "" "Wählen Sie die zu bearbeitende Aufgabenliste durch Klicken auf den Namen im " "Feld. " # 8252f8dd547941aaac00700b84431f4b #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/overview.rst:188 msgid "" "Click the gear icon in the box footer and select *Edit* from the options " "menu." msgstr "" "Klicken Sie auf das Zahnradicon in der Fußzeile des Feldes und wählen Sie " "*Bearbeiten* aus dem Optionsmenü." # 790d4e3cc15642bf986534861099045e #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/overview.rst:189 msgid "Adjust name or reminders settings in the edit dialog." msgstr "" "Passen Sie den Namen oder die Erinnerungs-Einstellungen im Bearbeiten-Dialog " "an." # 8660ade99a75439682fc89f974443eaa #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/overview.rst:190 msgid "Click *Save* to finally update the list." msgstr "" "Klicken Sie auf *Speichern*, um die Liste schließlich zu aktualisieren." # 7e52c0b88d1a4ce08cf56797e179f4d4 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/overview.rst:193 msgid "Remove entire Task Lists" msgstr "Ganze Aufgabenlisten entfernen" # 550170d765db44d08bcc3d5611eb990e #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/overview.rst:196 msgid "" "Click the gear icon in the box footer and select *Remove* from the options " "menu." msgstr "" "Klicken Sie auf das Zahnradicon in der Fußzeile des Feldes und wählen Sie " "*Entfernen* aus dem Optionsmenü." # c09d6d348dc4438f99f1800d98d837d9 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/overview.rst:197 -#, fuzzy msgid "" "After a confirmation dialog, the selected list with all its tasks will be " "deleted. Caution: This action cannot be undone!" msgstr "" "Nach einem Bestätigungsdialog wird die ausgewählte Liste mit allen Ihren " "Aufgaben gelöscht. " # 8f190787ef6a4cf7a0ab99efda8bbf34 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/overview.rst:96 msgid "Tasks" msgstr "" # 3d68fbcc57c44ac6847d5c48a4d37601 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/overview.rst:163 -#, fuzzy msgid "Tasklist" msgstr "Aufgabenlisten" #~ msgid "The content area of the tasks screen is divided into three areas: " #~ msgid_plural "" #~ "the :ref:`Tasks ` itself, the :ref:`Tags ` and the :ref:`Tasklist Selector `." #~ msgstr[0] "" #~ "Der Content-Bereich des Aufgaben-Bildschirms ist in drei Bereiche " #~ "geteilt: " #~ msgstr[1] "" #~ "die :ref:„Aufgaben \" selbst, die :ref:„Tags \" und der :ref:„Aufgabenlistenwähler \"." #~ msgid "" #~ "Tasks can be organized hierarchically and the list appears like a tree " #~ "structure. " #~ msgid_plural "" #~ "A small arrow icon on the left side of a task bar indicates subordinated " #~ "tasks and expands or collapses the tree upon click." #~ msgstr[0] "" #~ "Aufgaben können hierarchisch organisiert werden und die Liste wird als " #~ "Baumstruktur dargestellt. " #~ msgstr[1] "" #~ "Ein kleiner Pfeilicon auf der linken Seite einer Aufgabenleiste zeigt " #~ "untergeordnete Aufgaben an und klappt den Baum beim anklicken auf oder zu." #~ msgid "" #~ "The tags list on the left is another way to display a selection of tasks. " #~ msgid_plural "" #~ "Hold down the key on the the keyboard to select mutliple tags and " #~ "further reduce the selection." #~ msgstr[0] " " #~ msgstr[1] "" #~ "Halten die -Taste der Tastatur gedrückt, um mehrere Tags " #~ "auszuwählen und die Auswahl weiter zu verringern." #~ msgid "" #~ "The checkboxes in the :ref:`tasklist-lists` box control whether tasks " #~ "from the according list are currently displayed. " #~ msgid_plural "" #~ "Click it again to turn off quick view mode and return to regular display " #~ "of active lists." #~ msgstr[0] "" #~ "Die Kontrollkästchen im :ref:„Aufgabenlistenlisten \"-" #~ "Feld steuern, ob Aufgaben aus der entsprechenden Liste derzeit angezeigt " #~ "werden. " #~ msgstr[1] "" #~ "Klicken Sie es erneut an, um den Schnellansichts-Modus abzuschalten und " #~ "zur regulären Ansicht von aktiven Listen zurückzukehren." #~ msgid "Organize your tasks in various lists. " #~ msgid_plural "" #~ "All of your personal task lists as well as those shared by others are " #~ "listed in the box in the lower left area of the screen." #~ msgstr[0] "Organisieren Sie Ihre Aufgaben in verschiedenen Listen. " #~ msgstr[1] "" #~ "Alle Ihre persönlichen Aufgabelisten, sowie jene, die von Anderen geteilt " #~ "wurden, sind im unteren linken Bereich des Bildschirms aufgelistet." diff --git a/locale/de/LC_MESSAGES/webmail-user-guide/roundcubemail/addressbook/addressbookview.po b/locale/de/LC_MESSAGES/webmail-user-guide/roundcubemail/addressbook/addressbookview.po index fdb183c2..c279ad0b 100644 --- a/locale/de/LC_MESSAGES/webmail-user-guide/roundcubemail/addressbook/addressbookview.po +++ b/locale/de/LC_MESSAGES/webmail-user-guide/roundcubemail/addressbook/addressbookview.po @@ -1,504 +1,501 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-25 17:12+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" # 7002c8da99b54cfe9ac13cb9a10c1e04 #: ../../source/webmail-user-guide/roundcubemail/addressbook/addressbookview.rst:88 msgid "" "The content area of the address book screen is divided into three areas: :" "ref:`addressbook-groups`, :ref:`addressbook-contacts-list` and the :ref:" "`addressbook-contact-details`." msgstr "" "Der Content-Bereich des Adressbuch-Bildschirms ist in drei Bereiche " "geteilt: :ref:„Adressbuchgruppen \", : ref:„Adressbuch-" "Kontaktliste \" und :ref:„Adressbuch-" "Kontaktdetails \"." # 3af6becefb234b34abd397f146dc81da #: ../../source/webmail-user-guide/roundcubemail/addressbook/addressbookview.rst:96 msgid "Directories and Groups" msgstr "Verzeichnisse und Gruppen" # 0493e56752594d058a68ab676c1df5d9 #: ../../source/webmail-user-guide/roundcubemail/addressbook/addressbookview.rst:98 msgid "" "The leftmost pane displays a list of address directories and contact groups " "within each of the directories. Depending on your server configuration and " "installed plugins you might see multiple directories but there's at least " "one directory which contains your personal contacts." msgstr "" # 083056d28aee433e8e223a129283cd22 #: ../../source/webmail-user-guide/roundcubemail/addressbook/addressbookview.rst:102 msgid "" "Contact groups are handy to organize your contacts. They can also be " "selected when composing an email message and will enter all members as a " "recipient. Groups will also appear in the :ref:`auto-completion ` list when you start typing in the recipient field. A " "contact can be assigned to multiple groups." msgstr "" # 694236ae383d43e390ce2fa0cd35a0d4 #: ../../source/webmail-user-guide/roundcubemail/addressbook/addressbookview.rst:106 -#, fuzzy msgid "" "Click a directory or a group in the list to show the contained contacts in " "the list on the right. The currently selected directory or group is " "highlighted in the list." msgstr "" "Klicken Sie auf ein Verzeichnis oder eine Gruppe aus der Liste, um die in " "der Liste enthaltenen Kontakte rechts anzuzeigen. " # 46fe4b5193ae4ac59f5b026c3065bdd9 #: ../../source/webmail-user-guide/roundcubemail/addressbook/addressbookview.rst:111 msgid "Create a Contact Group" msgstr "Eine Kontaktgruppe erstellen" # 76a015f7837940ab9cd4e8205e56c82f #: ../../source/webmail-user-guide/roundcubemail/addressbook/addressbookview.rst:113 msgid "" "In order to create a new contact group, first select the directory you want " "the group being created in. Then use the + icon on the groups list footer to " "get you an input field for the group name. Enter a unique name for the new " "group and hit to finally create it." msgstr "" # da5600742d05474abeba491354ff9b46 #: ../../source/webmail-user-guide/roundcubemail/addressbook/addressbookview.rst:117 msgid "" "The creation action can be aborted by pressing the key while entering " "the group name." msgstr "" "Die Erstellung kann durch drücken der -Taste während der Eingabe des " "Gruppennamens abgebrochen werden." # 7e631edda3274b2791853512b7094381 #: ../../source/webmail-user-guide/roundcubemail/addressbook/addressbookview.rst:123 msgid "Assigning Contacts to Groups" msgstr "Kontakte Gruppen zuweisen" # c1dc35bd6947492da89a178ef5b7a165 #: ../../source/webmail-user-guide/roundcubemail/addressbook/addressbookview.rst:125 msgid "" "Contacts can be assigned to groups by dragging & dropping them with the " "mouse. Select one or multiple contacts in the list and drop them onto the " "desired group. It's a simple as that." msgstr "" # bd416cc249a74f86bc06dc7e0281100e #: ../../source/webmail-user-guide/roundcubemail/addressbook/addressbookview.rst:130 msgid "Remove Contacts from a Group" msgstr "Entfernen von Kontakte aus einer Gruppe" # 263178bfea044580b4bd563fcbf40d7b #: ../../source/webmail-user-guide/roundcubemail/addressbook/addressbookview.rst:132 msgid "List mode:" msgstr "Listenmodus:" # 91377b9bbd70421bb9501c35356c8767 #: ../../source/webmail-user-guide/roundcubemail/addressbook/addressbookview.rst:134 msgid "Select the group in the list on the left" msgstr "Wählen Sie die Gruppe aus der linken Liste. " # bab4e7053556414d80a5caaed06c3030 #: ../../source/webmail-user-guide/roundcubemail/addressbook/addressbookview.rst:135 msgid "Select one or mutliple contacts to be removed from that group" msgstr "" "Wählen Sie einen oder mehrere Kontakte, die aus der Gruppe entfernt werden " "sollen. " # ee4c4523a52c471eba6a7aeb2e61933f #: ../../source/webmail-user-guide/roundcubemail/addressbook/addressbookview.rst:136 msgid "" "Click the *Remove selected contacts from group* button in the contact list " "footer" msgstr "" "Klicken Sie auf die *Ausgewählte Kontakte aus Gruppe entfernen*-Schaltfläche " "in der Kontaktlisten-Fußzeile. " # 770d3f10af9e41419446f9c10e97e734 #: ../../source/webmail-user-guide/roundcubemail/addressbook/addressbookview.rst:138 msgid "Single mode:" msgstr "Einzelmodus:" # 4f04061123f54d04bcf0ef31316b6337 #: ../../source/webmail-user-guide/roundcubemail/addressbook/addressbookview.rst:140 msgid "Select a contact in the contacts list" msgstr "Wählen Sie einen Kontakt aus der Kontakte. " # 33a139be3e4e4915bd1bd379e29e244e #: ../../source/webmail-user-guide/roundcubemail/addressbook/addressbookview.rst:141 msgid "" "Switch to the *Groups* tab in the :ref:`addressbook-contact-details` area on " "the right" msgstr "" "Wechseln Sie zum *Gruppen*-Reiter im :ref:„Adressbuch-Kontaktdetails " "\" Bereich rechts. " # b2909f0f698f4d8580728b8981e62f2b #: ../../source/webmail-user-guide/roundcubemail/addressbook/addressbookview.rst:142 msgid "Uncheck the Group(s) you want it to remove from" msgstr "" "Entfernen Sie das Häkchen von der Gruppe / den Gruppen aus denen Sie den " "Kontakt entfernen wollen. " # 0a356367f10346c091cca27caa129c42 #: ../../source/webmail-user-guide/roundcubemail/addressbook/addressbookview.rst:146 msgid "More actions" msgstr "Weitere Tätigkeiten" # e4bf0b9e65a341da839e946d5452cf74 #: ../../source/webmail-user-guide/roundcubemail/addressbook/addressbookview.rst:148 msgid "" "Also in the footer of the groups list, the gear icon shows a menu with " "actions related to the selected directory or group." msgstr "" "In der Fußzeile der Gruppenliste gibt es auch ein Zahnradicon, das ein Menü " "mit Tätigkeiten aus dem ausgewählten Verzeichnis oder der Gruppe zeigt." # 39582b4981c4497da689f91c954d2e29 #: ../../source/webmail-user-guide/roundcubemail/addressbook/addressbookview.rst:151 msgid "**Rename Group**" msgstr "**Gruppe umbenennen**" # bffcdca3c78646faaf5751281d441983 #: ../../source/webmail-user-guide/roundcubemail/addressbook/addressbookview.rst:151 msgid "" "Only enabled when a contact group is selected in the list above, this will " "let you enter a new name for that group." msgstr "" "Mit dieser Funktion können Sie den Namen dieser Gruppe ändern; sie ist nur " "aktiv, wenn eine Kontaktgruppe in der Liste darüber gewählt ist. " # 97a2e515f8424e5faaf4e203c08d44c6 #: ../../source/webmail-user-guide/roundcubemail/addressbook/addressbookview.rst:154 msgid "**Delete group**" msgstr "**Löschen einer Gruppe**" # 268bcdebb89e4152bd6f29ed49065e18 #: ../../source/webmail-user-guide/roundcubemail/addressbook/addressbookview.rst:154 msgid "" "Deletes the group selected in the list above. Note that the contacts " "assigned to that group will NOT be deleted." msgstr "" # 7c5807f30a884dd194acd2c52f6ef5d5 #: ../../source/webmail-user-guide/roundcubemail/addressbook/addressbookview.rst:157 msgid "**Save search**" msgstr "**Suche speichern**" # 91e8f900c3dc4ae2b9f0f9af7a364289 #: ../../source/webmail-user-guide/roundcubemail/addressbook/addressbookview.rst:157 msgid "" "If you executed an :ref:`address book search ` " "before, this option will let you save it as a filter for later use." msgstr "" "Wenn Sie vorher eine :ref:„Adressbuchsuche \" " "durchgeführt haben, können Sie mit dieser Option einen Filter für später " "speichern." # e9ff7f60f5d84fe383ecea696d8d7229 #: ../../source/webmail-user-guide/roundcubemail/addressbook/addressbookview.rst:161 msgid "**Delete search**" msgstr "**Suche löschen**" # d04696244eab46c5aa1e23f9c955ece3 #: ../../source/webmail-user-guide/roundcubemail/addressbook/addressbookview.rst:160 msgid "" "Only available when a saved search is selected in the list above, this will " "delete that search filter." msgstr "" "Diese Funktion löscht den Suchfilter; nur verfügbar, wenn eine gespeicherte " "Suche in der Liste darüber ausgewählt ist." # 2ae6d5602bdf49c4804fd2094e933ab2 #: ../../source/webmail-user-guide/roundcubemail/addressbook/addressbookview.rst:167 msgid "Contacts List" msgstr "Kontaktliste" # f79d4c34cfd841c7bce090873f778f0a #: ../../source/webmail-user-guide/roundcubemail/addressbook/addressbookview.rst:169 msgid "" "The contacts of the selected address directory or group are presented in " "this list with their names. The total number of contacts in the particular " "directory or group is stated right below the list as well as the set that is " "currently displayed. Use the arrow buttons in the list header to navigate " "through the pages." msgstr "" # fff48b1704df420c948bb70148b28c59 #: ../../source/webmail-user-guide/roundcubemail/addressbook/addressbookview.rst:173 msgid "" "you can change the way and order the contacts are listed here in the :ref:" "`Address Book ` section of the user preferences." msgstr "" "Sie können Art und Reihenfolge, wie die Kontakte hier aufgelistet, im :ref:" "„Adressbuch \"-Abschnitt der Benutzer-" "Voreinstellungen ändern." # 91459af92f694b779b290524ee90deb2 #: ../../source/webmail-user-guide/roundcubemail/addressbook/addressbookview.rst:179 msgid "Contact List Actions" msgstr "Kontaktlisten-Tätigkeiten" # cc7ff2af7f2b433e90a8bf0ec8b4b7d8 #: ../../source/webmail-user-guide/roundcubemail/addressbook/addressbookview.rst:181 msgid "" "The footer of the contacts list provides buttons that operate on the list or " "the current selection of contacts relatively:" msgstr "" "Die Fußzeile der Kontaktliste hat Schaltflächen, mit denen die Liste oder " "aktuelle Kontaktauswahl relativ bedient werden können:" # 2cb51d0503f04f3786cd3e0116663922 #: ../../source/webmail-user-guide/roundcubemail/addressbook/addressbookview.rst:184 msgid "**Create new contact (+)**" msgstr "**Neuen Kontakt erstellen (+)**" # e88a3a88e38e445891680376013b7064 #: ../../source/webmail-user-guide/roundcubemail/addressbook/addressbookview.rst:184 msgid "" "Opens the form to :ref:`add a new contact ` to the " "selected directory." msgstr "" "Öffnet die Maske, um dem ausgewählten Verzeichnis einen :ref:„Neuen Kontakt " "\" hinzuzufügen." # aef14d389f1341c694fb1da431cd0768 #: ../../source/webmail-user-guide/roundcubemail/addressbook/addressbookview.rst:187 msgid "**Delete selected contacts**" msgstr "**Ausgewählte Kontakte löschen**" # 85cbfaa064ba43818a6b3e1e07728e56 #: ../../source/webmail-user-guide/roundcubemail/addressbook/addressbookview.rst:187 msgid "Deletes the contacts selected in the list above permanently." msgstr "" "Löscht die Kontakte, die in der Liste darüber ausgewählt sind, dauerhaft." # e46de2bcef7740fb99050a60eae07a39 #: ../../source/webmail-user-guide/roundcubemail/addressbook/addressbookview.rst:191 msgid "**Remove selected contacts from group**" msgstr "**Ausgewählte Kontakte aus Gruppe entfernen**" # 85836a7f8ad7412f81155d755d8baf99 #: ../../source/webmail-user-guide/roundcubemail/addressbook/addressbookview.rst:190 msgid "Removes the selected contacts from the currently selected group." msgstr "" "Entfernt die ausgewählten Kontakte aus der derzeitig ausgewählten Gruppe." # b55e3a0fd21d4fa1b670f10aef09efb3 #: ../../source/webmail-user-guide/roundcubemail/addressbook/addressbookview.rst:194 msgid "Send Email to Selected Contacts" msgstr "Ausgewählten Kontakten eine E-Mail senden" # 9409c448a7f444759634c90f2192061a #: ../../source/webmail-user-guide/roundcubemail/addressbook/addressbookview.rst:196 msgid "" "The address book is not only to manage your contacts but you can also search " "and select contacts you want to write a new email message to. The *Compose* " "icon on the toolbar above is activated as soon as you selected at least one " "contact or a contact group. Click it to open the compose screen with the " "selected contacts filled in as recipients." msgstr "" # 02098d86447b450994ec92347f6252eb #: ../../source/webmail-user-guide/roundcubemail/addressbook/addressbookview.rst:200 msgid "" "To start writing an email to a single contact, you can also click the email " "address in the :ref:`addressbook-contact-details` area on the right." msgstr "" "Um eine E-Mail an einen einzelnen Kontakt zu schreiben, können Sie auch die " "E-Mail-Adresse im :ref:„Adressbuch-Kontakt-Details \" Bereich anklicken." # 2596ef3bc50842deaaf25df873a47fd4 #: ../../source/webmail-user-guide/roundcubemail/addressbook/addressbookview.rst:205 msgid "Copying Contacts" msgstr "Kontakte kopieren" # 54829a08295f4b80ae61cdf0332abd75 #: ../../source/webmail-user-guide/roundcubemail/addressbook/addressbookview.rst:207 msgid "" "Contacts can be copied from one directory to another in a similar way as " "assigning them to groups. Simply drag one or multiple selected contacts with " "the mouse and drop them onto the target directory. Please note that some " "properties might be saved into other fields or not be copied at all if the " "address directories have different schemas." msgstr "" # 7f4253a09b3246cea00cf8663a9ce01d #: ../../source/webmail-user-guide/roundcubemail/addressbook/addressbookview.rst:216 msgid "Contact Details" msgstr "Kontaktdetails" # c78ccd8d3d104e0095a4ac7282a6ff71 #: ../../source/webmail-user-guide/roundcubemail/addressbook/addressbookview.rst:218 msgid "" "The full details of a contact are displayed in the rightmost box of the " "address book screen. Select a single contact in the list in order to see the " "details here. Contact properties are structured with tabs and boxes grouping " "similar properties like phone numbers, postal or email addresses." msgstr "" # a8ff2dd4b1cf40a39bd63c2f33edb644 #: ../../source/webmail-user-guide/roundcubemail/addressbook/addressbookview.rst:222 msgid "" "The groups tab allows direct assignment or removal for the contact to/from " "contacts groups." msgstr "" "Der Gruppenreiter macht eine direkte Zuweisung oder Entfernung des Kontakts " "an/aus Kontaktgruppen möglich." # d8848bd1f90b48b5baa4d89f9c7b9077 #: ../../source/webmail-user-guide/roundcubemail/addressbook/addressbookview.rst:92 msgid "Groups" msgstr "" # d8848bd1f90b48b5baa4d89f9c7b9077 #: ../../source/webmail-user-guide/roundcubemail/addressbook/addressbookview.rst:92 msgid "Direcotries" msgstr "" # d3842a67681d4fa6a198a36c39c2c3d2 #: ../../source/webmail-user-guide/roundcubemail/addressbook/addressbookview.rst:120 msgid "Assign Groups" msgstr "" # d3842a67681d4fa6a198a36c39c2c3d2 #: ../../source/webmail-user-guide/roundcubemail/addressbook/addressbookview.rst:120 msgid "Drag & Drop" msgstr "" # 5503caf81742486cb39e07e7866a08bd #: ../../source/webmail-user-guide/roundcubemail/addressbook/addressbookview.rst:163 -#, fuzzy msgid "Contacts" msgstr "Kontaktliste" # 80614dc04f9a4db693f3ddb2bd0dffcf #: ../../source/webmail-user-guide/roundcubemail/addressbook/addressbookview.rst:176 -#, fuzzy msgid "Delete Contact" msgstr "**Ausgewählte Kontakte löschen**" # b3f2ae08c1c54dae8a4b71fb00072077 #: ../../source/webmail-user-guide/roundcubemail/addressbook/addressbookview.rst:212 msgid "Preview" msgstr "" #~ msgid "" #~ "The leftmost pane displays a list of address directories and contact " #~ "groups within each of the directories. " #~ msgid_plural "" #~ "Depending on your server configuration and installed plugins you might " #~ "see multiple directories but there's at least one directory which " #~ "contains your personal contacts." #~ msgstr[0] "" #~ "Das Feld ganz links zeigt eine Liste von Adressverzeichnissen und " #~ "Kontaktgruppen innerhalb jedes Verzeichnisses. \n" #~ msgstr[1] "" #~ "Je nach Ihrer Serverkonfiguration und installierten Plugins sehen Sie " #~ "mehrere Verzeichnisse, aber es gibt mindestens ein Verzeichnis, das Ihre " #~ "persönlichen Kontakte enthält." #~ msgid "Contact groups are handy to organize your contacts. " #~ msgid_plural "A contact can be assigned to multiple groups." #~ msgstr[0] "" #~ "Kontaktgruppen sind praktisch, um Ihre Kontakte zu organisieren. " #~ msgstr[1] "Ein Kontakt kann mehreren Gruppen zugewiesen werden." #~ msgid "" #~ "In order to create a new contact group, first select the directory you " #~ "want the group being created in. " #~ msgid_plural "" #~ "Enter a unique name for the new group and hit to finally create " #~ "it." #~ msgstr[0] "" #~ "Um eine neue Kontaktgruppe zu erstellen, wählen Sie zuerst das " #~ "Verzeichnis, in dem die Gruppe erstellt werden soll. " #~ msgstr[1] "" #~ "Geben Sie einen einmaligen Namen für die neue Gruppe ein und drücken Sie " #~ ", um es zu guter Letzt zu erstellen." #~ msgid "" #~ "Contacts can be assigned to groups by dragging & dropping them with the " #~ "mouse. " #~ msgid_plural "It's a simple as that." #~ msgstr[0] "Kontakte können Gruppen durch Drag & Drop zugewiesen werden. " #~ msgstr[1] "So einfach ist das." #~ msgid "Deletes the group selected in the list above. " #~ msgid_plural "" #~ "Note that the contacts assigned to that group will NOT be deleted." #~ msgstr[0] "Löscht die in der Liste darüber ausgewählte Gruppe. " #~ msgstr[1] "" #~ "Es sollte bemerkt werden, dass Kontakte, die der Gruppe zugewiesen sind, " #~ "NICHT gelöscht werden." #~ msgid "" #~ "The contacts of the selected address directory or group are presented in " #~ "this list with their names." #~ msgid_plural "" #~ "Use the arrow buttons in the list header to navigate through the pages." #~ msgstr[0] "" #~ "Die Kontakte aus dem ausgewählten Adressverzeichnis oder -gruppe sind in " #~ "dieser Liste mit Ihren Namen dargestellt." #~ msgstr[1] "" #~ "Benutzen Sie die Pfeiltasten in der Kopfzeile der Liste, um durch die " #~ "Seiten zu navigieren." #~ msgid "" #~ "The address book is not only to manage your contacts but you can also " #~ "search and select contacts you want to write a new email message to." #~ msgid_plural "" #~ "Click it to open the compose screen with the selected contacts filled in " #~ "as recipients." #~ msgstr[0] "" #~ "Das Adressbuch ist nicht nur zum verwalten von Kontakten, sondern auch " #~ "zum Suchen und Auswählen von Kontakten, denen sie eine neue E-Mail-" #~ "Nachricht schreiben wollen." #~ msgstr[1] "" #~ "Klicken Sie ihn an, um den Verfassen-Bildschirm mit den ausgewählten " #~ "Kontakten, die Sie als Empfängerin ausgewählt haben, zu öffnen." #~ msgid "" #~ "Contacts can be copied from one directory to another in a similar way as " #~ "assigning them to groups. " #~ msgid_plural "" #~ "Please note that some properties might be saved into other fields or not " #~ "be copied at all if the address directories have different schemas." #~ msgstr[0] "" #~ "Kontakte können auf ähnliche Weise von einem Verzeichnis zu einem anderen " #~ "kopiert werden, wie sie Gruppen zugewiesen werden. " #~ msgstr[1] "" #~ "Bitte bedenken Sie, dass einige Eigenschaften in andere Felder " #~ "gespeichert oder überhaupt nicht kopiert werden könnten, wenn die " #~ "Adressverzeichnisse verschiedene Schemata haben." #~ msgid "" #~ "The full details of a contact are displayed in the rightmost box of the " #~ "address book screen. " #~ msgid_plural "" #~ "Contact properties are structured with tabs and boxes grouping similar " #~ "properties like phone numbers, postal or email addresses." #~ msgstr[0] "" #~ "Die vollständigen Details eines Kontakts werden in dem Feld auf dem " #~ "Adressbuch-Bildschirm ganz rechts angezeigt. \n" #~ msgstr[1] "" #~ "Kontakteigenschaften sind mit Reitern und Feldern strukturiert, die " #~ "ähnliche Eigenschaften wie Telefonnummern oder E-Mail- oder Postadressen " #~ "gruppieren." diff --git a/locale/de/LC_MESSAGES/webmail-user-guide/roundcubemail/addressbook/editing.po b/locale/de/LC_MESSAGES/webmail-user-guide/roundcubemail/addressbook/editing.po index 70b1b2c7..e18c3893 100644 --- a/locale/de/LC_MESSAGES/webmail-user-guide/roundcubemail/addressbook/editing.po +++ b/locale/de/LC_MESSAGES/webmail-user-guide/roundcubemail/addressbook/editing.po @@ -1,193 +1,188 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-25 17:12+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" # 25fcd71e37034c6aad2028530bcca7f0 #: ../../source/webmail-user-guide/roundcubemail/addressbook/editing.rst:93 msgid "Creating and Editing Contacts" msgstr "Kontakte erstellen und bearbeiten" # 6e5ae4f8b41440d1b580e08e5a0c6ca5 #: ../../source/webmail-user-guide/roundcubemail/addressbook/editing.rst:95 msgid "" "Select a contact from the contacts list and then press the *Edit contact* " "button in the contact properties area on the right to start editing it." msgstr "" "Wählen Sie einen Kontakt aus der Kontaktliste und klicken Sie auf die " "*Kontakt bearbeiten*-Schaltfläche im Kontakteigenschaften-Bereich rechts, um " "mit der Bearbeitung zu beginnen." # c596ad04901f4fa4b617a50d637b2fce #: ../../source/webmail-user-guide/roundcubemail/addressbook/editing.rst:98 msgid "" "In the upper part of the contact edit area are the name and organization " "fields as well as the contact picture to be uploaded." msgstr "" "Im oberen Teil der Kontakt-Bearbeiten-Bereich gibt es Namen- und " "Organisationsfelder, sowie ein Kontaktbild, das hochgeladen werden muss." # ac9de8b537114a2e9ba9587fe5f22de0 #: ../../source/webmail-user-guide/roundcubemail/addressbook/editing.rst:101 msgid "" "The lower part shows the same groups of contact properties as the :ref:" "`addressbook-contact-details` structured with tabs and boxes." msgstr "" "Der untere Teil zeigt Gruppen von Kontakteigenschaften als :ref:„Adressbuch-" "Kontaktdetails \", die mit Reitern und Feldern " "strukturiert sind." # 8b0bfdd5fc8245b9a9faf00c851c1db0 #: ../../source/webmail-user-guide/roundcubemail/addressbook/editing.rst:104 -#, fuzzy msgid "" "Some properties have a type selector drop-down where you can select what " "type of email address (e.g. home or work) this is. Remove a contact property " "by either clearing the input field(s) or by clicking the *Delete* icon right " "next to it." msgstr "" "Einige Eigenschaften haben einen Dropdownmenü, mit dem Sie wählen können um " "welche Art von E-Mail-Adresse (z. B. Privat oder Arbeit) es sich handelt. " # 5abd92b879a14b898fc53b80cc3395f6 #: ../../source/webmail-user-guide/roundcubemail/addressbook/editing.rst:108 -#, fuzzy msgid "" "When done with editing, save your changes by clicking the *Save* button " "below the form. Abort editing and discard your changes with the *Cancel* " "button." msgstr "" "Wenn Sie mit der Bearbeitung fertig sind, speichern Sie Ihre Änderungen " "durch Klicken auf die *Speichern*-Schaltfläche unter der Maske. " # 881485a5e605477da4b58121b8a9b2cd #: ../../source/webmail-user-guide/roundcubemail/addressbook/editing.rst:113 msgid "Add more contact properties" msgstr "Mehr Kontakteigenschaften hinzufügen " # 575be5a53be54d52a6974f2eab0fc177 #: ../../source/webmail-user-guide/roundcubemail/addressbook/editing.rst:115 -#, fuzzy msgid "" "To add another property field, select one from the *Add field...* drop-down " "menu located below the form. The similar drop-down below the name fields in " "the header lets you add more name-related fields." msgstr "" "Um ein neues Eigenschaftenfeld hinzuzufügen, wählen Sie eines aus dem *Feld " "hinzufügen...*-Dropdownmenü unter der Maske. " # a01604f4e86a45e7b69c5dca58120ef7 #: ../../source/webmail-user-guide/roundcubemail/addressbook/editing.rst:118 msgid "" "depending on what directory the contact belongs so, the list of properties " "you can add to a contact can differ." msgstr "" "Die Eigenschaften, die Sie zu einem Kontakt hinzufügen können, können sich " "je nachdem, zu welchem Verzeichnis der Kontakt gehört, unterscheiden." # c44609e2943043e09c86486ba97b3a2a #: ../../source/webmail-user-guide/roundcubemail/addressbook/editing.rst:125 msgid "Upload a Contact Photo" msgstr "Kontaktfoto hochladen" # 00a404a572df41d4b607a9438d62427d #: ../../source/webmail-user-guide/roundcubemail/addressbook/editing.rst:127 msgid "" "Contacts have have a picture assigned which is also displayed in the email " "task of the application if the sender of the message is saved with a picture " "in one of your address books." msgstr "" "Kontakten ist ein Bild zugewiesen, dass auch im E-Mail-Task der Anwendung " "angezeigt wird, wenn der Absender der Nachricht mit einem Bild in einem " "Ihrer Adressbücher gespeichert ist." # b896aa56863a4a1bb82642e1a4dbc09a #: ../../source/webmail-user-guide/roundcubemail/addressbook/editing.rst:130 msgid "" "To add or replace a contact picture, click the *Add* (or *Replace* if the " "contact already has a picture) button right below the picture placeholder in " "the edit form. Then select an image on your computer using the file picker " "dialog that appears. Once selected, the picture will be uploaded and shown " "immediately as a preview. Note that the new picture will be stored with the " "contact only after you saved the contact." msgstr "" # 26356ada76c2469abf23259687410a25 #: ../../source/webmail-user-guide/roundcubemail/addressbook/editing.rst:135 msgid "" "In order to remove the currently assigned picture from a contact, use the " "*Delete* button right below the picture and save the contact to apply the " "changes." msgstr "" "Um das derzeitig dem Kontakt zugewiesene Bild zu entfernen, benutzen Sie die " "*Löschen*-Schaltfläche direkt unter Bild und speichern Sie den Kontakt, um " "die Änderungen wirksam zu machen." # da09933bbe894f08a156ae4aa049fc37 #: ../../source/webmail-user-guide/roundcubemail/addressbook/editing.rst:142 msgid "Create a New Contact" msgstr "Neuen Kontakt erstellen" # be8461b2c99d4aac816bea145f341d3d #: ../../source/webmail-user-guide/roundcubemail/addressbook/editing.rst:144 -#, fuzzy msgid "" "A new contact can be added to the currently selected address directly by " "clicking the *Create new contact* button (+) in the footer of the :ref:" "`addressbook-contacts-list`. The form to add names and properties is the " "same as for editing. Finally create the new contact by clicking the *Save* " "button below the form." msgstr "" "Ein neuer Kontakt kann der derzeitig ausgewählten Adresse hinzugefügt durch " "Klicken auf die *Neuen Kontakt erstellen*-Schaltfläche in der Fußzeile der :" "ref:„Adressbuch-Kontakte-Liste \" hinzugefügt " "werden. " # b6c8f640b37e4445b621fab4dc7da850 #: ../../source/webmail-user-guide/roundcubemail/addressbook/editing.rst:88 -#, fuzzy msgid "Create Contact" msgstr "Neuen Kontakt erstellen" # b6c8f640b37e4445b621fab4dc7da850 #: ../../source/webmail-user-guide/roundcubemail/addressbook/editing.rst:88 msgid "Edit Contact" msgstr "" # 7730438623e14a768163f4ac6a74d5b2 #: ../../source/webmail-user-guide/roundcubemail/addressbook/editing.rst:122 msgid "Photo" msgstr "" # 7730438623e14a768163f4ac6a74d5b2 #: ../../source/webmail-user-guide/roundcubemail/addressbook/editing.rst:122 msgid "Picture" msgstr "" #~ msgid "" #~ "To add or replace a contact picture, click the *Add* (or *Replace* if the " #~ "contact already has a picture) button right below the picture placeholder " #~ "in the edit form. " #~ msgid_plural "" #~ "Note that the new picture will be stored with the contact only after you " #~ "saved the contact." #~ msgstr[0] "" #~ "Um ein Kontaktbild hinzuzufügen oder ersetzen, klicken Sie auf " #~ "*Hinzufügen*- (oder *Ersetzen*, wenn der Kontakt schon ein Bild hat)-" #~ "Schaltfläche direkt unter dem Bildplatzhalter in der Bearbeiten-Maske. " #~ msgstr[1] "" #~ "Bedenken Sie, dass das neue Bild nur mit dem Kontakt gespeichert wird, " #~ "nachdem Sie den Kontakt gespeichert haben." diff --git a/locale/de/LC_MESSAGES/webmail-user-guide/roundcubemail/addressbook/importexport.po b/locale/de/LC_MESSAGES/webmail-user-guide/roundcubemail/addressbook/importexport.po index 0bfef2df..f5076d3a 100644 --- a/locale/de/LC_MESSAGES/webmail-user-guide/roundcubemail/addressbook/importexport.po +++ b/locale/de/LC_MESSAGES/webmail-user-guide/roundcubemail/addressbook/importexport.po @@ -1,174 +1,172 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-25 17:12+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" # 3e417ec11f1743169b3b4bf7e679383a #: ../../source/webmail-user-guide/roundcubemail/addressbook/importexport.rst:93 msgid "Import/Export" msgstr "Importieren/Exportieren" # 14adacf431bf461f9352d77b4e2ef75f #: ../../source/webmail-user-guide/roundcubemail/addressbook/importexport.rst:96 msgid "Importing Contacts" msgstr "Kontakte importieren" # 31c33a9c48014cb0ab48656774cf9511 #: ../../source/webmail-user-guide/roundcubemail/addressbook/importexport.rst:98 msgid "" "Contacts can be imported into the Roundcube address books from `vCard " "`_ and `CSV `_ files." msgstr "" "Kontakte können in die Roundcube-Adressbücher von „vCard \" _ und „CSV `_ Dateien importiert werden." # eab46a670fc4498a9c810fa2083fdcc1 #: ../../source/webmail-user-guide/roundcubemail/addressbook/importexport.rst:101 msgid "" "Click the *Import* button from the top toolbar in the address book view to " "open the import wizard." msgstr "" "Klicken Sie auf die *Importieren*-Schaltfläche der oberen Werkzeugleiste in " "der Adressbuchansicht, um den Importassistenten zu öffnen." # 4b0290a6d0a14c9390d8de0b9066448f #: ../../source/webmail-user-guide/roundcubemail/addressbook/importexport.rst:102 -#, fuzzy msgid "" "Then select the file to import from your computer's hard drive. Make sure " "it's either .vcf or .csv file." msgstr "" "Wählen Sie dann die von der Festplatte Ihres Computers zu importierende " "Datei aus. " # b3c47edf951c4beaa47a7ccea8991ba1 #: ../../source/webmail-user-guide/roundcubemail/addressbook/importexport.rst:103 msgid "" "Select which address book the contacts should be imported to. The checkbox " "let's you delete all contacts from the selected address book before " "importing. Be careful with this, the deletion cannot be undone!" msgstr "" # 99fb2f03a2e0444296f264b28e31bfa3 #: ../../source/webmail-user-guide/roundcubemail/addressbook/importexport.rst:106 msgid "Click the *Import* button to start the importing process." msgstr "" "Klicken Sie auf die *Importieren*-Schaltfläche, um mit dem Importieren zu " "beginnen." # 6dac091bd62b471ea8c4cf0742e92c0d #: ../../source/webmail-user-guide/roundcubemail/addressbook/importexport.rst:108 -#, fuzzy msgid "" "The next screen will display the results of the import process. Click *Done* " "to get back to the address book view and see the imported contacts." msgstr "Der nächste Bildschirm zeigt die Ergebnisse des Imports an. " # 48bf693cedc94aa081f74f2ad82fd57c #: ../../source/webmail-user-guide/roundcubemail/addressbook/importexport.rst:116 msgid "Exporting Contacts" msgstr "Kontakte exportieren" # 4757fe8edb734d9f97a876d41703a2b3 #: ../../source/webmail-user-guide/roundcubemail/addressbook/importexport.rst:118 msgid "" "Contacts from Roundcube address books are exported in the `vCard `_ format only." msgstr "" "Kontakte aus den Roundcube-Adressbüchern werden nur im „vCard < https://de." "wikipedia.org/wiki/VCard>\"_ Format exportiert." # afcbb65aebe9419394c76a1d871c8223 #: ../../source/webmail-user-guide/roundcubemail/addressbook/importexport.rst:120 msgid "Select the address book or group you want to export." msgstr "" "Wählen Sie das Adressbuch oder die Gruppe, die Sie exportieren möchten." # ba20c637623e4451ac60a053a06cc9d6 #: ../../source/webmail-user-guide/roundcubemail/addressbook/importexport.rst:121 msgid "Click the *Export* button in the top toolbar." msgstr "" "Klicken Sie auf die *Exportieren*-Schaltfläche in der oberen Werkzeugleiste." # f2b4f2841c76409081b89c76c4e2897c #: ../../source/webmail-user-guide/roundcubemail/addressbook/importexport.rst:122 msgid "" "Choose where to save the exported .vcf file if prompted, otherwise check the " "\"Downloads\" folder on your computer for a file named \"roundcube_contacts." "vcf\"." msgstr "" "Wählen Sie, wo die exportierte .vcf Datei gespeichert werden soll, wenn Sie " "dazu aufgefordert werden, anderenfalls sehen Sie im Downloadordner Ihres " "Computers nach einer Datei mit dem Namen „roundcube_contacts.vcf\"." # 82625419009d4121817f0b779028927a #: ../../source/webmail-user-guide/roundcubemail/addressbook/importexport.rst:125 msgid "The *Export* toolbar button offers the following two options:" msgstr "" "Die *Exportieren*-Werkzeugleisten-Schaltfläche bietet die beiden folgenden " "Optionen an:" # 2c7bc2ff5e044e0caa55e3ba3277aa76 #: ../../source/webmail-user-guide/roundcubemail/addressbook/importexport.rst:128 msgid "**Export all**" msgstr "**Alle exportieren**" # 91db9c69c2014fd5ac2a2ab9e51ea8f6 #: ../../source/webmail-user-guide/roundcubemail/addressbook/importexport.rst:128 msgid "" "That's the default action of the button and will pack all contacts currently " "listed into the vcard file." msgstr "" "Dies ist die standardmäßige Tätigkeit der Schaltfläche und speichert alle " "derzeitig aufgelisteten Kontakte in die vCard Datei." # ba4a93ed9ca74ec6bddcf477ff42da56 #: ../../source/webmail-user-guide/roundcubemail/addressbook/importexport.rst:133 msgid "**Export selected**" msgstr "**Ausgewählte exportieren**" # a1bc0d78e87042f5bc46e479bb8f7277 #: ../../source/webmail-user-guide/roundcubemail/addressbook/importexport.rst:131 msgid "" "If there's one or more contacts selected in the list (do this by holding " "down the *Shift* or *Ctrl* keys of your keyboard while clicking individual " "contacts), this option will generate a .vcf file with only the selected " "contacts." msgstr "" "Wenn einer oder mehrere Kontakte in der Liste ausgewählt sind (durch Halten " "der * Umschalt*- oder *Strg*-Tasten Ihrer Tastatur und Anklicken der " "einzelnen Kontakte), diese Option erstellt eine .vcf Datei, die nur die " "ausgewählten Kontakte enthält." # f812c210fbf44a78b70d73cf055b80cc #: ../../source/webmail-user-guide/roundcubemail/addressbook/importexport.rst:88 msgid "Import" msgstr "" # a058f1922ed749adbdcdf70f526b7580 #: ../../source/webmail-user-guide/roundcubemail/addressbook/importexport.rst:112 msgid "Export" msgstr "" #~ msgid "Select which address book the contacts should be imported to. " #~ msgid_plural "Be careful with this, the deletion cannot be undone!" #~ msgstr[0] "" #~ "Wählen Sie das Adressbuch, in das die Kontakte importiert werden sollen. " #~ msgstr[1] "" #~ "Seien Sie damit vorsichtig, das Löschen kann nicht rückgängig gemacht " #~ "werden!" diff --git a/locale/de/LC_MESSAGES/webmail-user-guide/roundcubemail/addressbook/searching.po b/locale/de/LC_MESSAGES/webmail-user-guide/roundcubemail/addressbook/searching.po index acc58cf9..c4d2ce9f 100644 --- a/locale/de/LC_MESSAGES/webmail-user-guide/roundcubemail/addressbook/searching.po +++ b/locale/de/LC_MESSAGES/webmail-user-guide/roundcubemail/addressbook/searching.po @@ -1,266 +1,261 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-25 17:12+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" # 7c7f7644c5bf4ef0a4996b7996c87b38 #: ../../source/webmail-user-guide/roundcubemail/addressbook/searching.rst:93 msgid "Searching Contacts" msgstr "Kontakte durchsuchen" # 2bbd858e2de74b9cafe9850b4171bc02 #: ../../source/webmail-user-guide/roundcubemail/addressbook/searching.rst:95 msgid "" "For searching contacts enter name or email address into the search box above " "the in the toolbar area and press on your keyboard to start the " "search. Search results will be displayed in the contact list in the middle. " "The number of contacts mathing your query is displayed in the footer area of " "the contact list and in case the results span multiple pages, use the arrow " "button in the list header to brwose through them." msgstr "" # 1c07381abe3c467088ed769c6bad29dd #: ../../source/webmail-user-guide/roundcubemail/addressbook/searching.rst:100 msgid "" "Reset the search by clicking the *Reset search* icon on the right border of " "the search box." msgstr "" "Setzen Sie die Suche durch Klicken auf das *Suche zurücksetzen*-Icon am " "rechten Rand des Suchfelds zurück." # 800fb5eda8944364addc26ba1305e169 #: ../../source/webmail-user-guide/roundcubemail/addressbook/searching.rst:102 msgid "" "Searching covers all directories and the results are mixed together from all " "sources. Which directory a particular contact belongs to is displayed at the " "top of the contact properties box, right above the contact's picture and " "name." msgstr "" # 9b7fc085efaa41df9f4e1b0857a26e16 #: ../../source/webmail-user-guide/roundcubemail/addressbook/searching.rst:108 msgid "Choose what properties to search" msgstr "Wählen Sie, nach welchen Eigenschaften Sie suchen wollen. " # 1872e5880c3b4017add655a517029ed4 #: ../../source/webmail-user-guide/roundcubemail/addressbook/searching.rst:114 -#, fuzzy msgid "" "Open the search options menu by clicking the search icon on the left side " "within the search box. You can select which properties of a contact should " "be searched for the entered term. Check *All fields* to search them all." msgstr "" "Öffnen Sie das Suchoptionsmenü durch Klicken auf den Suchicon an der linken " "Seite des Suchfelds. " # bd954b19a9a14460b0347bee05d20b28 #: ../../source/webmail-user-guide/roundcubemail/addressbook/searching.rst:123 msgid "Advanced Search Form" msgstr "Erweiterte Suchmaske" # 1f9f8aeaba7d4f38959c11ed0e5b81c6 #: ../../source/webmail-user-guide/roundcubemail/addressbook/searching.rst:125 msgid "" "While the simple search box in the toolbar area just searches for the " "entered words across all contact properties, the advanced search function " "allows a more specifc query on the address book." msgstr "" "Während die einfache Suche im Werkzeugleistenbereich nur nach den eingegeben " "Wörtern in allen Kontakteigenschaften sucht, macht die erweiterte " "Suchfunktion eine spezifischere Suchanfrage im Adressbuch möglich." # 5000cdede74042939d2dc7b12f2a5753 #: ../../source/webmail-user-guide/roundcubemail/addressbook/searching.rst:128 msgid "" "Click the *Advanced* toolbar button and the search form appears in the " "contact area on the right. Here you can enter search parameters for the " "individual contact fields. For example you can search for all contacts named " "\"Paul\" (First Name) who are living in \"New York\" (Address)." msgstr "" # 3c6b912f6d0d4bd6ae73c302b8e3e5f9 #: ../../source/webmail-user-guide/roundcubemail/addressbook/searching.rst:132 msgid "" "Start the search by pressing the *Search* button below the form. The contact " "list in the middle will show all contacts matching **all** the criterias " "entered. If none is listed, the :ref:`Status Display ` will " "display an according message." msgstr "" # 286ac02def0c4326a8869b8aed006aff #: ../../source/webmail-user-guide/roundcubemail/addressbook/searching.rst:141 msgid "Saved Searches" msgstr "Gespeichert Suchen" # f3961cc4003a404f9c857dd852497e2c #: ../../source/webmail-user-guide/roundcubemail/addressbook/searching.rst:143 msgid "" "When having access to huge address directories, searching is probably the " "preferred way to navigate through them. Beside organizing contacts in " "groups, you can also create filters aka \"saved searches\". Such a filter " "remembers the parameters used when searching for contacts and executes that " "search again when recalled." msgstr "" # 4dee4e46271946ff9e2b2676599b4456 #: ../../source/webmail-user-guide/roundcubemail/addressbook/searching.rst:149 msgid "Create a Saved Search" msgstr "Erstellen einer gespeicherten Suche" # 89e8a0bada1949b695a01b67ab2f8b1a #: ../../source/webmail-user-guide/roundcubemail/addressbook/searching.rst:151 msgid "" "Search the address book either by using the simple search box or the " "advanced search function." msgstr "" "Durchsuchen Sie das Adressbuch entweder, indem Sie das einfache Suchfeld " "oder die erweiterte Suchfunktion benutzen." # 0e3925c4a56a48cc8eeab7e9edda1911 #: ../../source/webmail-user-guide/roundcubemail/addressbook/searching.rst:152 msgid "" "Select *Save search* from the options menu of the :ref:`Groups ` list on the left." msgstr "" "Wählen Sie *Suche speichern* aus dem Optionsmenü der :ref:„Gruppen " "\" Liste links." # 8ad05e1a992d4681b14525e5a8371a79 #: ../../source/webmail-user-guide/roundcubemail/addressbook/searching.rst:153 -#, fuzzy msgid "" "Give that saved search a name and press on your keyboard to save it. " "This will add an item to the :ref:`Groups ` list on the " "left." msgstr "" "Geben Sie dieser gespeicherten Suche einen Namen und drücken Sie " "auf Ihrer Tastatur, um sie zu speichern. " # 2310b30085ab4ce9a74eb77baab131e4 #: ../../source/webmail-user-guide/roundcubemail/addressbook/searching.rst:155 msgid "" "Click it to execute the search again and to see the results in the contact " "list." msgstr "" "Klicken Sie es an, um die Suche erneut auszuführen und Sie sehen die " "Ergebnisse in der Kontaktliste." # 6e86f31479364ae7b6070539e6c7d509 #: ../../source/webmail-user-guide/roundcubemail/addressbook/searching.rst:158 msgid "Delete a Saved Search" msgstr "Gespeicherte Suche löschen" # faeffceb91ec46c1a034aaf6436ede58 #: ../../source/webmail-user-guide/roundcubemail/addressbook/searching.rst:160 msgid "Select a saved search query in the leftmost pane." msgstr "Wählen Sie eine gespeicherte Suchanfrage aus dem Feld ganz links." # 52cfe512acb54e3d8d27f8c0e260f247 #: ../../source/webmail-user-guide/roundcubemail/addressbook/searching.rst:161 -#, fuzzy msgid "" "Open the options menu in the list footer and then click *Delete search* to " "remove it. This won't delete any contacts but only the saved filter." msgstr "" "Öffnen Sie das Optionsmenü in der Fußzeile der Liste und Klicken Sie auf " "*Suche löschen*, um sie zu entfernen. " # b59f9fe7104c4cb185fd90d3969f7d7d #: ../../source/webmail-user-guide/roundcubemail/addressbook/searching.rst:88 msgid "Search" msgstr "" # b0b8b2dee618496eadff666c50ca9d00 #: ../../source/webmail-user-guide/roundcubemail/addressbook/searching.rst:120 -#, fuzzy msgid "Advanced Search" msgstr "Erweiterte Suchmaske" # 808fdb47e38141b69da11f5e6c5cc5d7 #: ../../source/webmail-user-guide/roundcubemail/addressbook/searching.rst:138 -#, fuzzy msgid "Saved Search" msgstr "Gespeichert Suchen" #~ msgid "" #~ "For searching contacts enter name or email address into the search box " #~ "above the in the toolbar area and press on your keyboard to start " #~ "the search. " #~ msgid_plural "" #~ "The number of contacts mathing your query is displayed in the footer area " #~ "of the contact list and in case the results span multiple pages, use the " #~ "arrow button in the list header to brwose through them." #~ msgstr[0] "" #~ "Um die Kontakte zu durchsuchen, geben Sie einen Namen oder eine E-Mail-" #~ "Adresse in das Suchfeld über dem Werkzeugleistenbereich ein und drücken " #~ "Sie auf Ihrer Tastatur, um zu suchen zu beginnen. " #~ msgstr[1] "" #~ "Die Anzahl von Kontakten, die Ihrer Suchanfrage entsprechen, wird im " #~ "Fußzeilenbereich der Kontaktliste angezeigt. Falls die Ergebnisse mehrere " #~ "Seiten umfassen, benutzen Sie die Pfeil-Schaltfläche in der " #~ "Listenkopfzeile sie zu durchblättern." #~ msgid "" #~ "Searching covers all directories and the results are mixed together from " #~ "all sources. " #~ msgid_plural "" #~ "Which directory a particular contact belongs to is displayed at the top " #~ "of the contact properties box, right above the contact's picture and name." #~ msgstr[0] "" #~ "Suchen deckt alle Verzeichnisse ab und die Ergebnisse stammen aus allen " #~ "Quellen. " #~ msgstr[1] "" #~ "Zu welchem Verzeichnis ein bestimmter Kontakt gehört, wird an der Spitze " #~ "des Kontakteigenschaften-Felds angezeigt, direkt über dem Bild und Namen " #~ "des Kontakts." #~ msgid "" #~ "Click the *Advanced* toolbar button and the search form appears in the " #~ "contact area on the right. " #~ msgid_plural "" #~ "For example you can search for all contacts named \"Paul\" (First Name) " #~ "who are living in \"New York\" (Address)." #~ msgstr[0] "" #~ "Klicken Sie auf die *Erweitert*-Werkzeugleisten-Schaltfläche und die " #~ "Suchmaske erscheint im Kontaktbereich rechts. " #~ msgstr[1] "" #~ "Sie können z. B. nach allen Kontakten namens „Paul\" (Vorname) suchen, " #~ "die in „New York\" (Adresse) leben." #~ msgid "Start the search by pressing the *Search* button below the form. " #~ msgid_plural "" #~ "If none is listed, the :ref:`Status Display ` will display " #~ "an according message." #~ msgstr[0] "" #~ "Beginnen Sie die Suche, indem Sie auf die *Suche*-Schaltfläche unter der " #~ "Maske klicken. " #~ msgstr[1] "" #~ "Wenn keine aufgelistet wird, zeigt die :ref:„Statusanzeige " #~ "\" eine entsprechende Nachricht an." #~ msgid "" #~ "When having access to huge address directories, searching is probably the " #~ "preferred way to navigate through them. " #~ msgid_plural "" #~ "Such a filter remembers the parameters used when searching for contacts " #~ "and executes that search again when recalled." #~ msgstr[0] "" #~ "Wenn Sie Zugang zu riesigen Adressverzeichnissen haben, ist Suchen " #~ "wahrscheinlich die bevorzugte Methode, durch sie zu navigieren. " #~ msgstr[1] "" #~ "Solch ein Filter merkt sich die Parameter, die beim Suchen nach Kontakte " #~ "benutzt wurden und führt diese Suche erneut durch, wenn sie wieder " #~ "aufgerufen wird." diff --git a/locale/de/LC_MESSAGES/webmail-user-guide/roundcubemail/general index.po b/locale/de/LC_MESSAGES/webmail-user-guide/roundcubemail/general index.po index 1cc01758..b94434b8 100644 --- a/locale/de/LC_MESSAGES/webmail-user-guide/roundcubemail/general index.po +++ b/locale/de/LC_MESSAGES/webmail-user-guide/roundcubemail/general index.po @@ -1,38 +1,37 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 14:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/webmail-user-guide/roundcubemail/en_US/index.rst:93 msgid "Roundcube Webmail User Guide for Version |version|" msgstr "Roundcube Webmail-Benutzerleitfaden für Version |version|" #: ../../source/webmail-user-guide/roundcubemail/en_US/index.rst:98 msgid "Table Of Contents" msgstr "Inhaltsverzeichnis" #: ../../source/webmail-user-guide/roundcubemail/en_US/index.rst:113 msgid "Indices and Tables" msgstr "Indizes und Tabellen" #: ../../source/webmail-user-guide/roundcubemail/en_US/index.rst:115 msgid ":ref:`genindex`" msgstr ":ref:„genindex\"" #: ../../source/webmail-user-guide/roundcubemail/en_US/index.rst:116 msgid ":ref:`search`" msgstr ":ref:„suchen \"" diff --git a/locale/de/LC_MESSAGES/webmail-user-guide/roundcubemail/mail/compose.po b/locale/de/LC_MESSAGES/webmail-user-guide/roundcubemail/mail/compose.po index f8f763a2..05728676 100644 --- a/locale/de/LC_MESSAGES/webmail-user-guide/roundcubemail/mail/compose.po +++ b/locale/de/LC_MESSAGES/webmail-user-guide/roundcubemail/mail/compose.po @@ -1,673 +1,657 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-25 17:12+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" # 73c172d0c6fe44109dce725563627ed1 #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:93 msgid "Sending Email Messages" msgstr "E-Mail-Nachrichten verschicken" # 8b116c1751fc4564940524a0730536f3 #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:97 msgid "Composing a New Message" msgstr "Neue Nachricht verfassen" # a3a2a0ee1f244892a7f99dab721ae2b5 #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:99 -#, fuzzy msgid "" "Click on the *Compose* toolbar icon opens the message compose screen. " "Depending on your settings it opens in the current browser tab or in a new " "window." msgstr "" "Wenn Sie auf den *Verfassen*-Werkzeugleistenicon klicken, öffnet sich der " "Nachricht verfassen-Bildschirm. " # 7aa9773701004067af84f0e0c9b8691b #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:102 msgid "" "Enter at least one recipient address or select them from the address book, " "type in a subject and the message text and click the *Send* button in the " "toolbar when you're ready to send the message." msgstr "" "Geben Sie mindestens eine Empfängeradresse ein oder wählen Sie diese aus dem " "Adressbuch, geben Sie einen Betreff und den Nachrichtentext ein und klicken " "Sie auf die *Senden*-Schaltfläche in der Werkzeugleiste, wenn Sie bereit " "sind, die Nachricht abzuschicken." # cde0d379fe844f3b81bb7372b9a18ad9 #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:106 -#, fuzzy msgid "" "Save it as *Draft* (toolbar icon) if the message is not yet complete and " "you'd like to finish and send it at a later time. The email will be stored " "in the *Drafts* folder and can be double-clicked there in order to resume " "composition." msgstr "" "Speichern Sie sie als *Entwurf* (Werkzeugleistenicon), wenn die Nachricht " "noch nicht vollständig ist und Sie sie zu späterer Zeit abschicken wollen. " # bb2202b3609744b1a1d33b9645cdc111 #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:110 msgid "" "While composing a message, copies are periodically saved to the drafts " "folder to avoid unintentional loss. In case the session terminates " "unexpectedly or your computer or browser crashes, you'll find a copy of the " "message on the *Drafts* folder. You can configure the automatic saving " "interval in the :ref:`User Preferences `." msgstr "" # 5125ef70a6bd4d999de793a018a97832 #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:119 msgid "Reply to a Message" msgstr "Auf eine Nachricht antworten" # 83a67d8124da4db7bfa584ffec1290bb #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:121 -#, fuzzy msgid "" "If you want to respond on a received message, click the *Reply* or the " "*Reply all* button in the toolbar or the equivalent buttons in the :ref:" "`Preview Pane `. This will also open the compose screen " "but with a quote of the message you're replying to and with the recipient(s) " "pre-filled." msgstr "" "Wenn sie auf eine erhaltene Nachricht antworten wollen, klicken Sie auf die " "*Antworten*- oder *Allen antworten*-Schaltfläche in der Werkzeugleiste oder " "auf die entsprechenden Schaltflächen im :ref:`Vorschaufeld `. " # 34e483a3636a4ff0a6ce4df79bf6f48f #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:125 msgid "" "While *Reply* will copy the sender address into *To* field, *Reply all* will " "add all recipients of the original message to the *To* and *Cc* fields." msgstr "" "Während *Antworten* die Absenderadresse ins *An*-Feld kopiert, fügt *Allen " "antworten* alle Empfängerinnen der ursprünglichen Nachricht in den *An*- und " "*Cc*-Feldern ein." # a2e5051c497141c9a5020ebed86e6562 #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:132 msgid "Forwarding Messages" msgstr "Nachrichten weiterleiten" # fc36de0439a04c5caf63fc2ca0c33ead #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:134 msgid "" "Messages can also be forwarded to somebody by clicking the *Forward* button " "in the toolbar. The compose screen will contain the message text and all " "attachments already added. You can still add more attachments or remove some " "you don't want to forward." msgstr "" # 547f53598e1c42ca820a5b430c95156a #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:138 msgid "The *Forward* toolbar button offers the following options:" msgstr "" "Die *Weiterleiten*-Werkzeugleisten-Schaltfläche bietet die folgenden " "Optionen:" # 976b8259721b4ff6ac65f67ea4ad7010 #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:143 msgid "**Forward inline**" msgstr "**Direktes Weiterleiten**" # 3292f4b1b8c743a8b231a7adbc293307 #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:141 msgid "" "In this (default) mode, the content of the original message is copied to the " "message text editor and can be altered or deleted. Also attachments of the " "original message are copied to the new message and can be removed " "individually. Attention: this mode can truncate or re-format HTML formatted " "messages." msgstr "" # b64ab725ee2b44e682185d3114cd3644 #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:148 msgid "**Forward as attachment**" msgstr "**Als Anhang weiterleiten**" # 9cd29660371d42b6be4accf7a6c4e3b4 #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:146 -#, fuzzy msgid "" "With this option, the original message is copied as attachment to the " "forwarding message. This will preserve the message with all its formatting " "and attachments and doesn't allow you to alter anything." msgstr "" "Mit dieser Option wird die ursprüngliche Nachricht an die weiterzuleitende " "Nachricht angehängt. " # 944894169495463c9881f6709a5b01b9 #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:154 msgid "Selecting Recipients from Address Books" msgstr "Empfängerinnen aus Adressbüchern auswählen" # 71a49123697b4ce8934265ba0b9f0be8 #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:156 -#, fuzzy msgid "" "The recipients of the composed message can be freely entered into the *To* " "or *Cc* fields in the header section of the compose screen. Separate " "multiple addresses with a coma (,). Make sure you enter full and valid email " "addresses." msgstr "" "Die Empfängerinnen der verfassten Nachricht können frei in die *An*- oder " "*Cc*-Felder im Kopfzeilenabschnitt des Verfassen-Bildschirms eingegeben " "werden. " # 039c6e0cb3ab44e3b1dd0d228e2f924f #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:162 msgid "Address Book Autocompletion" msgstr "Adressbuch-Autovervollständigung" # e61152d1e9a1493e90e7c5d1e9d1bf2f #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:164 -#, fuzzy msgid "" "While typing a recipient address, the app continuously searched your address " "book and suggests matching entries right below the input field. Use the " "cursor keys (up/down) on the keyboard to select one and then hit or " " to copy the highlighted address into the recipient field." msgstr "" "Während Sie eine Empfängeradresse eingeben, sucht die App stetig in Ihrem " "Adressbuch und schlägt passende Einträge direkt unter dem Eingabefeld vor. " # be8864a8879b464884ca57e4c29447f1 #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:168 msgid "Using the Address Book Widget" msgstr "Benutzung des Adressbuch-Widgets" # 10377e9fd2ad4a70b15bf8009512caf4 #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:170 msgid "" "If you prefer to select recipients from a list of contacts, use the address " "book widget on the left side to look them up. First, select the address book " "to browse on the upper part of the widget and see the contacts listed below. " "Only a limited number of contacts is displayed at a time so use the arrow " "buttons in the widget header to jump to the next page of contacts." msgstr "" # e6b81dd132814aaf82f5c5bae644ea33 #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:174 -#, fuzzy msgid "" "Select one or more contacts in the list and then click either one of the " "buttons below (*To+*, *Cc+*, *Bcc+*) in order to copy the selected contacts " "to the according recipient field. Double-click a contact in the list to have " "it added to the *To* field immediately." msgstr "" "Wählen Sie einen oder mehrere Kontakte aus der Liste und klicken Sie dann " "entweder auf eine der Schaltflächen darunter (*An*, *Cc+*, *Bcc+*), um die " "ausgewählten Kontakte in das entsprechende Empfängerfeld zu kopieren. " # e02fd1240a0a40c6afc3da1ca80d3751 #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:182 msgid "Adding Attachments" msgstr "Anhänge hinzufügen" # b21f0f72657b4fec99946a9f2f75ddf9 #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:184 -#, fuzzy msgid "" "In order to attach files to the message, click the *Attach* button in the " "toolbar and then select the file on your computer using the file picker " "dialog that opens. Attachments to be sent with the message are listed on the " "right and can be removed again by clicking the *Delete* icon of the " "according file." msgstr "" "Um Dateien an die Nachricht anzuhängen, klicken Sie auf die *Anhängen*-" "Schaltfläche in der Werkzeugleiste und wählen Sie dann mit dem Dateiauswahl-" "Dialog, der sich öffnet, die Datei von Ihrem Computer aus. " # 024e6e55dd414acebd6fc4477ac722f8 #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:192 msgid "" "If your browser supports HTML5, you'll see the file-drop icon at the bottom " "of the attachment list. That means you can drag a file from your computer's " "file explorer with the mouse onto that icon in order to attach it to the " "message." msgstr "" # 2bb1aef35a574a83a7f98a3b8575a156 #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:200 msgid "Composing Formatted (HTML) Messages" msgstr "Formatierte (HTML) Nachrichten verfassen" # 07b4f3f8aaad49389d8ba7bd1696b90f #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:202 msgid "" "Depending on your settings, the compose screen shows a simple text field to " "enter the message or a rich text editor with a toolbar that enables text " "formatting, bullet lists, image embedding and more." msgstr "" "Je nach Ihren Einstellungen, zeigt der Verfassen-Bildschirm ein einfaches " "Textfeld, um Nachrichten einzugeben oder einen Rich-Text-Editor mit einer " "Werkzeugleiste, mit der Text formatiert, Aufzählungslisten erstellt, Bilder " "eingebunden werden können und mehr." # c131df59bf2542d38bbaa3cdead8b111 #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:205 -#, fuzzy msgid "" "You can toggle the composition mode between plain and rich text (HTML) with " "the *Editor Type* selector which is hidden in the sending options bar. " "Expand the :ref:`Sending Options ` by clicking the " "down-arrow on the left border of the message headers block." msgstr "" "Sie können den Verfassen-Modus mit der *Editortyp*-Optionsschaltfläche, die " "in der Optionsleiste verborgen ist, zwischen einfach und Rich-Text (HTML) " "umschalten. " # c2d23b99d59f4cd8b1a0f26995e4cf45 #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:212 msgid "Embedding Images" msgstr "Bilder einbinden" # 2e789ad976114d7bb2363426a1073c2e #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:214 -#, fuzzy msgid "" "When in HTML editor mode, you can embed images right into the message text. " "And here's how to do that:" msgstr "" "Wenn Sie sich im HTML-Editor-Modus befinden, können Sie Bilder direkt in den " "Nachrichtentext einbinden. " # b7be9054ec844ed18ed133972c93e74f #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:216 msgid "" "Add the image as :ref:`attachment ` to the message." msgstr "" "Fügen Sie das Bild als :ref:„Anhang \" an die " "Nachricht an." # 92f978ec5d7746a7b567a87c74de3344 #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:217 msgid "Click the *Insert/Edit Image* icon in the editor's toolbar" msgstr "" "Klicken Sie auf den *Bild einfügen/bearbeiten*-Icon in der Werkzeugleiste " "des Editors. " # a388644450744002a291bbc49d910ad6 #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:218 msgid "Select the image from the *Image List* drop-down menu in the dialog" msgstr "" "Wählen Sie das Bild aus der *Bilderliste* des Dropdownmenüs im Dialog aus. " # 6e8406b9689540b19cf21a6fc064a41e #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:219 msgid "Hit the *Insert* button" msgstr "Klicken Sie auf die *Einfügen*-Schaltfläche. " # a70b9c41ea4c4c6787d35da17ec7c8db #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:220 msgid "Resize the image in the text area if necessary" msgstr "Passen Sie die Größe des Bilds im Textfeld an, wenn nötig. " # 178405cb19aa4a3c9bc89e8937b09b99 #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:227 msgid "Using Prepared Responses" msgstr "Vorgefertigte Antworten verwenden " # edc888b53e904fec8046bd66c7d3fab8 #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:229 msgid "" "Saved responses can be handy when repeatedly writing emails with the same " "text, e.g. when answering support requests or sending invitations with " "always the same introduction." msgstr "" "Gespeicherte Antworten können praktisch sein, wenn man wiederholt E-Mails " "mit dem selben Text schreibt, z. B. wenn man Supportanfragen beantwortet " "oder Einladungen mit immer der gleichen Einführung versendet." # a5f7b6ed83c341d79cc59e263bfa9ea6 #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:232 -#, fuzzy msgid "" "The *Responses* button in the compose screen toolbar holds your personal set " "of \"canned responses\" which can be inserted into the message body by a " "single click. Note: these are only text snippets that can be inserted " "anywhere and **not message templates** with subject, text or attachments." msgstr "" "Die *Antworten*-Schaltfläche in der Werkzeugleiste des Verfassen-Bildschirms " "enthält Ihren persönlichen Satz an vorgespeicherten Antworten, die mit einem " "einzelnen Klick in den Textkörper der Nachricht eingefügt werden können. " # baf2b462455f493b87a7a89468bb5fad #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:237 msgid "Insert a Response" msgstr "Einfügen einer Antwort" # 372b891427e842e0bad6a19eca0d632c #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:239 msgid "" "Clicking the *Responses* button opens a menu that lists all the saved " "boilerplate texts by name. Simply click on one and the saved text will be " "inserted into the message at the position of the cursor, exactly where you " "stopped typing. If you selected some part of the message text with the mouse " "before, the saved response text will replace the selection." msgstr "" # 44445313764e473a9d753358669bac16 #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:245 msgid "Save a new Response" msgstr "Eine neue Antwort speichern" # b0fdeae0e10f42d3a173dcc94d5793a1 #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:247 msgid "" "When typing the same text for the second time already you might want to " "store it for future email writing. In order to save a new response, first " "select the section of the message text that should be saved with the mouse " "and click *Create new response* from the menu behind the *Responses* button. " "This will open a dialog where you can review the text before saving. Give " "the new response a snappy name and click *Save*. It's now added to the list " "of snippets to be inserted." msgstr "" # 5a911d76db964cc5a02627c931ba0c31 #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:255 msgid "Edit Responses" msgstr "Antworten bearbeiten" # 88a6f849aebb44d3b9bb736a97f928fa #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:257 msgid "" "Switch to the :ref:`Settings section ` where you can " "manage all the saved responses." msgstr "" "Wechseln Sie zum :ref:„Einstellungsabschnitt \", wo Sie " "alle gespeicherten Antworten verwalten können." # 0e4ae238ae89436d88fd1525f38ac48a #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:265 msgid "Other Message Sending Options" msgstr "Andere Sendeoptionen für Nachrichten " # 3dc2de25ebb3416d8787f584b5f01fb2 #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:271 msgid "" "The message sending options are hidden by default and first need to be " "expanded by clicking the down-arrow on the left border of the message " "headers block." msgstr "" "Die Sendeoptionen für Nachrichten sind standardmäßig verborgen und müssen " "erst durch Klicken auf den herunter-Pfeil am linken Rand des Nachricht-" "Kopfzeilenblocks erweitert werden." # be5b7972cf884e3589fcd39d2050f437 #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:274 msgid "" "There you can switch the editor type to :ref:`compose html messages ` and adjust other settings concerning the message delivery." msgstr "" "Dort können Sie den Editortypen auf :ref:„HTML-Nachrichten verfassen \" umschalten und andere Einstellungen hinsichtlich der " "Nachrichtenzustellung anpassen." # 381722aa60fe4fa5b2af466e1f4b162d #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:278 msgid "**Priority**" msgstr "**Priorität**" # a26d5723819445d0ac9456a2b05c2c03 #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:278 -#, fuzzy msgid "" "The priority flag of the message to be send. This will be displayed in the " "recipient's mailbox." msgstr "Prioritätsmarkierung der zu versendenden Nachricht; " # b0750b672af44d2e8f3a478231f6a0d7 #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:282 msgid "**Return receipt**" msgstr "**Empfangsbestätigung**" # 1f48c05fe2154c05a975f5dbca30b33d #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:281 -#, fuzzy msgid "" "Request the recipient to return a receipt confirmation when opening the " "message. This will be sent by the recipient's email program if she confirms " "it." msgstr "" "Bitten Sie die Empfängerin, eine Empfangsbestätigung zurückzuschicken, wenn " "er die Nachricht öffnet. " # de31cc5a49d0434db1b92e17878a6926 #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:286 msgid "**Delivery status notification**" msgstr "**Zustellungsstatusmeldung**" # 732ec7cc58e346dcb3ae489113793fd7 #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:285 msgid "" "Request a notification message when the message is delivered. This will be " "send by the email server upon message delivery. Please note that this " "doesn't confirm that the actual recipient has received the message." msgstr "" # 15672dd08b2440c2b569fdc3c79878e4 #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:289 msgid "**Save sent message in**" msgstr "**Gesendete Nachricht speichern unter**" # 5d0742b65b31468990ecf1b13c0b0d52 #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:289 msgid "" "Select the folder where to save a copy of the message after sending it. This " "defaults to the *Sent* folder and can be changed here. Select *don't save* " "to just send the message without saving a copy." msgstr "" # 338710e49ee24370a4cd1f47945612fa #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:88 msgid "Compose Email" msgstr "" # f13a23b9a98344a982f5cbb4aa28d47b #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:115 msgid "Reply" msgstr "" # b81093c79f5a4163a720785708d59329 #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:128 msgid "Forward" msgstr "" # efe4145d84b44ff88a936e28596be74c #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:150 msgid "Recipients" msgstr "" # efe4145d84b44ff88a936e28596be74c #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:150 msgid "CC" msgstr "" # efe4145d84b44ff88a936e28596be74c #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:150 msgid "Bcc" msgstr "" # 5d298304de9d4557bfc75c6bca47011e #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:159 msgid "Autocomplete" msgstr "" # cd08b0f665d2422a9f29b58ed5de8e2a #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:178 -#, fuzzy msgid "Attachments" msgstr "Anhänge hinzufügen" # 40c057f38be0481dac9597eeaf3ac401 #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:196 msgid "HTML" msgstr "" # 40c057f38be0481dac9597eeaf3ac401 #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:196 msgid "Formatted" msgstr "" # 8947b244944e49258795a8a2e57a9062 #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:209 msgid "Images" msgstr "" # 2f528b6b74d5444191ecf69246c61d32 #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:223 -#, fuzzy msgid "Responses" msgstr "Antworten bearbeiten" # 2f528b6b74d5444191ecf69246c61d32 #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:223 msgid "Boilerplate" msgstr "" # 34727960f7964ea196f4caab86c827bc #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:261 -#, fuzzy msgid "Priority" msgstr "**Priorität**" # 34727960f7964ea196f4caab86c827bc #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:261 msgid "Receipt" msgstr "" # 34727960f7964ea196f4caab86c827bc #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:261 msgid "DSN" msgstr "" #~ msgid "" #~ "While composing a message, copies are periodically saved to the drafts " #~ "folder to avoid unintentional loss. " #~ msgid_plural "" #~ "You can configure the automatic saving interval in the :ref:`User " #~ "Preferences `." #~ msgstr[0] "" #~ "Während dem Verfassen einer Nachricht werden regelmäßig Kopien im " #~ "Entwürfe-Ordner gespeichert, um zu vermeiden, dass sie aus Versehen " #~ "verloren geht. \n" #~ msgstr[1] "" #~ "Sie können das automatische Speicherintervall in den :ref:„Benutzer-" #~ "Voreinstellungen \" einstellen." #~ msgid "" #~ "Messages can also be forwarded to somebody by clicking the *Forward* " #~ "button in the toolbar. " #~ msgid_plural "" #~ "You can still add more attachments or remove some you don't want to " #~ "forward." #~ msgstr[0] "" #~ "Nachrichten können auch an jemanden weitergeleitet werden, indem man auf " #~ "die *Weiterleiten*-Schaltfläche in der Werkzeugleiste klickt. " #~ msgstr[1] "" #~ "Sie können immernoch mehr Anhänge hinzufügen oder einige entfernen, die " #~ "Sie nicht weiterleiten wollen." #~ msgid "" #~ "In this (default) mode, the content of the original message is copied to " #~ "the message text editor and can be altered or deleted. " #~ msgid_plural "" #~ "Attention: this mode can truncate or re-format HTML formatted messages." #~ msgstr[0] "" #~ "In diesem (standardmäßigen) Modus wird der Inhalt der ursprünglichen " #~ "Nachricht in den Nachrichtentext-Editor kopiert und kann geändert oder " #~ "gelöscht werden. " #~ msgstr[1] "" #~ "Achtung: Dieser Modus kann HTML-formatierte Nachrichten beschneiden oder " #~ "neu formatieren." #~ msgid "" #~ "If you prefer to select recipients from a list of contacts, use the " #~ "address book widget on the left side to look them up. " #~ msgid_plural "" #~ "Only a limited number of contacts is displayed at a time so use the arrow " #~ "buttons in the widget header to jump to the next page of contacts." #~ msgstr[0] "" #~ "Wenn Sie lieber Empfängerinnen aus einer Liste von Kontakten auswählen, " #~ "benutzen Sie das Adressbuch-Widget an der linken Seite, um sie " #~ "nachzuschlagen. " #~ msgstr[1] "" #~ "Nur eine beschränkte Anzahl von Kontakten wird gleichzeitig angezeigt. " #~ "Benutzen Sie die Pfeiltasten in der Kopfzeile des Widgets, um zur " #~ "nächsten Seite von Kontakten zu wechseln." #~ msgid "" #~ "If your browser supports q, you'll see the file-drop icon at the bottom " #~ "of the attachment list. " #~ msgid_plural "" #~ "That means you can drag a file from your computer's file explorer with " #~ "the mouse onto that icon in order to attach it to the message." #~ msgstr[0] "" #~ "Wenn Ihr Browser HTML5 unterstützt, sehen Sie das Dateiablage-Icon am " #~ "Ende der Anhangliste. " #~ msgstr[1] "" #~ "D.h., Sie können eine Datei vom Dateiexplorer Ihres Computers mit der " #~ "Maus auf dieses Icon ziehen, um sie der Nachricht anzuhängen." #~ msgid "" #~ "Clicking the *Responses* button opens a menu that lists all the saved " #~ "boilerplate texts by name. " #~ msgid_plural "" #~ "If you selected some part of the message text with the mouse before, the " #~ "saved response text will replace the selection." #~ msgstr[0] "" #~ "Klicken auf die *Antworten*-Schaltfläche öffnet ein Menü, in dem alle " #~ "gespeicherten Textbausteine nach Namen gespeichert sind. " #~ msgstr[1] "" #~ "Wenn Sie vorher einen Teil des Nachrichtentexts mit der Maus ausgewählt " #~ "haben, ersetzt der gespeicherte Antworttext die Auswahl." #~ msgid "" #~ "When typing the same text for the second time already you might want to " #~ "store it for future email writing. " #~ msgid_plural "It's now added to the list of snippets to be inserted." #~ msgstr[0] "" #~ "Wenn Sie den selben Text schon zum zweiten Mal eingeben, könnte es sein, " #~ "dass Sie ihn für zukünftige E-Mails speichern wollen. " #~ msgstr[1] "" #~ "Sie wurde der Liste von Schnipseln hinzugefügt und kann eingefügt werden." #~ msgid "Request a notification message when the message is delivered. " #~ msgid_plural "" #~ "Please note that this doesn't confirm that the actual recipient has " #~ "received the message." #~ msgstr[0] "" #~ "Bitten Sie um eine Benachrichtigungsnachricht, wenn die Nachricht " #~ "zugestellt wurde. \n" #~ msgstr[1] "" #~ "Bitte bedenken Sie, dass dies nicht bedeutet, dass die tatsächliche " #~ "Empfängerin die Nachricht erhalten hat." #~ msgid "" #~ "Select the folder where to save a copy of the message after sending it. " #~ msgid_plural "" #~ "Select *don't save* to just send the message without saving a copy." #~ msgstr[0] "" #~ "Wählen Sie den Ordner, in dem eine Kopie der Nachricht nach dem Senden " #~ "gespeichert werden soll. " #~ msgstr[1] "" #~ "Wählen Sie *nicht speichern*, um die Nachricht abzuschicken, ohne eine " #~ "Kopie zu speichern." diff --git a/locale/de/LC_MESSAGES/webmail-user-guide/roundcubemail/mail/importexport.po b/locale/de/LC_MESSAGES/webmail-user-guide/roundcubemail/mail/importexport.po index 6159fb52..18f72b69 100644 --- a/locale/de/LC_MESSAGES/webmail-user-guide/roundcubemail/mail/importexport.po +++ b/locale/de/LC_MESSAGES/webmail-user-guide/roundcubemail/mail/importexport.po @@ -1,131 +1,129 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-25 17:12+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" # 8a82cb0d614940bab8c9b11a13517337 #: ../../source/webmail-user-guide/roundcubemail/mail/importexport.rst:93 msgid "Import/Export" msgstr "Importieren/Exportieren" # 55e9420b7c1540be836e83e6c0e8eefd #: ../../source/webmail-user-guide/roundcubemail/mail/importexport.rst:95 msgid "" "The common exchange formats for email are `MIME `_ (.eml) and `Mbox `_ (.mbox) " "which are both supported for import." msgstr "" "Die üblichen Austauschformate für E-Mails sind „MIME \"_ (.eml) und „mbox \"_ (.mbox) und werden beide beim Import " "unterstützt." # b5560a5cde5147738215c1bcbff23a55 #: ../../source/webmail-user-guide/roundcubemail/mail/importexport.rst:100 msgid "Importing Email Messages" msgstr "E-Mail-Nachrichten importieren" # 113795100c534cffb2241be6603ad4c8 #: ../../source/webmail-user-guide/roundcubemail/mail/importexport.rst:102 msgid "" "One or multiple files with either MIME or Mbox data can be uploaded to add " "email messages to the currently selected folder:" msgstr "" "Eine oder mehrere Dateien mit entweder MIME- oder mbox-Daten können " "hochgeladen werden, um E-Mail-Nachrichten dem derzeitig ausgewählten Ordner " "hinzuzufügen:" # 3919429412664ee58a7fa0f7c7e2427c #: ../../source/webmail-user-guide/roundcubemail/mail/importexport.rst:105 msgid "Click the folder where the imported messages should be added." msgstr "" "Klicken Sie auf den Ordner, in dem die importierten Nachrichten hinzugefügt " "werden sollen." # 7ab4dc7a1d8240959c7c4ef12970c9b0 #: ../../source/webmail-user-guide/roundcubemail/mail/importexport.rst:106 msgid "" "Select *Import messages* from the Folder actions menu behind the gear icon " "in the folders list footer." msgstr "" "Wählen Sie *Nachrichten importieren* aus dem Tätigkeitsmenü des Ordners " "hinter dem Zahnrad-Icon in der Fußzeile der Ordnerliste." # a764c124777d4af394a39ae53a42c794 #: ../../source/webmail-user-guide/roundcubemail/mail/importexport.rst:107 msgid "" "Select the file to import from your computer’s hard drive. You can select " "multiple files in the file picker dialog by holding down the Shift or Ctrl " "keys while selecting a file." msgstr "" # bf77d62c44d84cd5a2d84fc679a3448a #: ../../source/webmail-user-guide/roundcubemail/mail/importexport.rst:109 msgid "Press *Upload* to start the import process." msgstr "Klicken Sie auf *Hochladen*, um mit dem Importieren zu beginnen." # 8dc201ede22e42e9bb0725bdcc38af41 #: ../../source/webmail-user-guide/roundcubemail/mail/importexport.rst:116 msgid "Exporting Email Messages" msgstr "E-Mail-Nachrichten exportieren " # e7a3afaf3511441e8b4a52ff8ab46630 #: ../../source/webmail-user-guide/roundcubemail/mail/importexport.rst:118 -#, fuzzy msgid "" "Messages from your inbox or any other folder can be downloaded to your " "computer for archiving or backup. When exporting, messages will be saved as " "single .eml files." msgstr "" "Nachrichten aus Ihrem Eingangsordner oder jeglichem anderen Ordner können " "auf Ihren Computer zum Archivieren oder Sichern heruntergeladen werden. " # 9a0a8f2f5fc14efe901ecb82511e7e45 #: ../../source/webmail-user-guide/roundcubemail/mail/importexport.rst:122 msgid "Download a Single Message" msgstr "Eine einzelne Nachricht herunterladen" # 721a5023e95f4ccf92ff746d4d2a1d6b #: ../../source/webmail-user-guide/roundcubemail/mail/importexport.rst:124 -#, fuzzy msgid "" "To download an email message, first select a message in the :ref:`mail-" "messages-list` and then choose *Download (.eml)* from the *More* menu in the " "toolbar. Choose where to save the exported .eml file if prompted, otherwise " "find the file in the \"Downloads\" folder on your computer." msgstr "" "messages-list>\" und dann *Herunterladen (.eml)* aus dem Mehr-Menü in der " "Werkzeugleiste. " # 8dbaf6818eed4ab09e77e3ed947fa44b #: ../../source/webmail-user-guide/roundcubemail/mail/importexport.rst:88 msgid "Import" msgstr "" # 8afefec621f540b1953d58f344d6b7ad #: ../../source/webmail-user-guide/roundcubemail/mail/importexport.rst:112 msgid "Export" msgstr "" #~ msgid "Select the file to import from your computer’s hard drive. " #~ msgid_plural "" #~ "You can select multiple files in the file picker dialog by holding down " #~ "the Shift or Ctrl keys while selecting a file." #~ msgstr[0] "" #~ "Wählen Sie die von der Festplatte Ihres Computers zu importierende Datei. " #~ msgstr[1] "" #~ "Sie können im Dateiauswahl-Dialog mehrere Dateien durch gleichzeitiges " #~ "Gedrückthalten der Umschalt- oder Strg-Tasten Datei auswählen." diff --git a/locale/de/LC_MESSAGES/webmail-user-guide/roundcubemail/mail/index.po b/locale/de/LC_MESSAGES/webmail-user-guide/roundcubemail/mail/index.po index aac424a8..5f7e0e04 100644 --- a/locale/de/LC_MESSAGES/webmail-user-guide/roundcubemail/mail/index.po +++ b/locale/de/LC_MESSAGES/webmail-user-guide/roundcubemail/mail/index.po @@ -1,39 +1,38 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-25 17:12+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" # 3271da7f31d04980886ed531070f5f6a # b396ef5d82084936a47f96a54e1a9e98 #: ../../source/webmail-user-guide/roundcubemail/mail/index.rst:88 #: ../../source/webmail-user-guide/roundcubemail/mail/index.rst:93 msgid "Email" msgstr "E-mail" # 59238b35b18e467e9e35c1c0330a23da #: ../../source/webmail-user-guide/roundcubemail/mail/index.rst:95 msgid "" "The *Email* task provides all functions to read, write and organize email " "messages." msgstr "" "Das *E-Mail*-Task bietet alle Funktionen, um E-Mail Nachrichten zu lesen, " "schreiben und organisieren." # b396ef5d82084936a47f96a54e1a9e98 #: ../../source/webmail-user-guide/roundcubemail/mail/index.rst:88 -#, fuzzy msgid "Mail" msgstr "E-mail" diff --git a/locale/de/LC_MESSAGES/webmail-user-guide/roundcubemail/mail/mailview.po b/locale/de/LC_MESSAGES/webmail-user-guide/roundcubemail/mail/mailview.po index c54e097f..05d91c43 100644 --- a/locale/de/LC_MESSAGES/webmail-user-guide/roundcubemail/mail/mailview.po +++ b/locale/de/LC_MESSAGES/webmail-user-guide/roundcubemail/mail/mailview.po @@ -1,569 +1,555 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-25 17:12+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" # d7ffcffcdf3442668c509ab283dc3dd1 #: ../../source/webmail-user-guide/roundcubemail/mail/mailview.rst:88 msgid "" "The content area of the screen shows three areas: :ref:`mail-folders`, :ref:" "`mail-messages-list` and the :ref:`Preview Pane ` which " "can be toggled." msgstr "" "Der Content-Bereich auf dem Bildschirm ist in drei Bereiche geteilt: :ref:" "„Mail-Ordner \", :ref:„Mail-Nachrichtenliste \" und :ref:„Vorschaufeld \", zwischen denen " "umhergeschaltet werden kann." # 43bdff51fce54fe58859e9023c9a3a9b #: ../../source/webmail-user-guide/roundcubemail/mail/mailview.rst:96 msgid "Messages List" msgstr "Nachrichtenliste" # 4af8991ba2734d2eaac09da10bca8d5d #: ../../source/webmail-user-guide/roundcubemail/mail/mailview.rst:98 msgid "" "This part of the screen is displaying the list of all messages in the " "currently selected folder. The number of messages displayed in the list and " "the total number of messages in that folder is stated right below the list. " "According to your settings, this list only displays a limited number of " "messages at a time. Use the allow buttons below the list to browse through " "the multiple \"pages\"." msgstr "" # 74e61ae098ec4d9ba0296fbfed3a27bc #: ../../source/webmail-user-guide/roundcubemail/mail/mailview.rst:103 -#, fuzzy msgid "" "The application periodically checks for new messages and will update the " "display if new emails arrived. You can force this check manually by clicking " "the *Refresh* button in the email view toolbar." msgstr "" "Die Anwendung prüft in regelmäßigen Abständen auf neue Nachrichten und " "aktualisiert die Anzeige wenn neue E-Mails angekommen sind. " # 40a439b381184ee491c7b079a5fd66d1 #: ../../source/webmail-user-guide/roundcubemail/mail/mailview.rst:110 msgid "Open a Message for Reading" msgstr "Eine Nachricht zum Lesen öffnen" # 2fd0d781676049baabef769477c671c0 #: ../../source/webmail-user-guide/roundcubemail/mail/mailview.rst:111 msgid "" "If the :ref:`Preview Pane ` is visible, a single click on " "a message will display it in the preview right below the list. In order to " "open a message in full view or a new window (depending on your settings), " "double-click it with the mouse. Another way to open a message in a new " "browser tab or window is to right-click on the subject and then choose " "\"Open Link in New Tab/Window\" from the browser's context menu." msgstr "" # e22a4f01c2eb42409c6b9c2cdd8fdefc #: ../../source/webmail-user-guide/roundcubemail/mail/mailview.rst:116 msgid "" "Selecting a message in the list will also activate toolbar buttons that " "offer further actions related to the selected message, such as replying, " "forwarding or deleting it." msgstr "" "Wenn man eine Nachricht aus der Liste wählt, aktiviert das auch " "Werkzeugleistenschaltflächen, die weitere Tätigkeiten für die ausgewählte " "Nachricht anbieten, wie z. B. Antworten, Weiterleiten oder Löschen." # 80bfee08a6ba4724ae7129cb8844586e #: ../../source/webmail-user-guide/roundcubemail/mail/mailview.rst:122 msgid "Mark Messages as Read or Flagged" msgstr "Nachrichten markieren oder als gelesen markieren" # 955e1d46beba4bb28db41255cc20be58 #: ../../source/webmail-user-guide/roundcubemail/mail/mailview.rst:123 msgid "" "When opening an unread message for reading it'll automatically be marked as " "*read*. This can also be done directly in the list by clicking the unread " "star in front of the subject. Click it again to mark the message as *unread*." msgstr "" # 5f57a0cf17c842a4bc58f7192ea5e213 #: ../../source/webmail-user-guide/roundcubemail/mail/mailview.rst:126 -#, fuzzy msgid "" "If the flag column is visible (see :ref:`mail-list-columns`) you can flag/" "unflag a message by clicking on the flag column of the message row. " "Furthermore there's the *Mark* menu in the toolbar that allows you to flag " "all selected messages with one click." msgstr "" "Wenn die Markierungsspalte sichtbar ist (s. :ref:„Maillistenspalten \"), können Sie eine Nachricht markieren/demarkieren, indem Sie " "auf die Markierungsspalte der Nachrichtenzeile klicken. " # 8e612cc44ca7470b909bfcce0f220aad #: ../../source/webmail-user-guide/roundcubemail/mail/mailview.rst:132 msgid "Change messages list sorting" msgstr "Nachrichtenlisten-Sortierung ändern " # 76db98cf760d49fabce4f9a0ea6e140a #: ../../source/webmail-user-guide/roundcubemail/mail/mailview.rst:133 -#, fuzzy msgid "" "The sorting order of the messages can be changed by clicking the column in " "the list header which you'd like the messages being sorted by. Click it once " "more to reverse the order. The column used for sorting is highlighted in the " "list header." msgstr "" "Die Sortierung der Nachrichten kann durch Klicken auf die Spalte in der " "Listenkopfzeile, nach der Sie die Nachrichten sortieren möchten, geändert " "werden. " # c2e0513d7fe74ca1ad37f38c76bec0ac #: ../../source/webmail-user-guide/roundcubemail/mail/mailview.rst:140 msgid "Threaded message listing" msgstr "Nachrichten als Threads darstellen" # a5373e7379bf4306877cb0b0964b2300 #: ../../source/webmail-user-guide/roundcubemail/mail/mailview.rst:141 msgid "" "Instead of sorting messages by their date or subject, conversations spawning " "multiple messages can be grouped together as \"Threads\". Use the switch " "buttons on the left in the message list footer to toggle between *List* or " "*Threads* view. When in thread mode, groups of messages can be collapsed or " "expanded using the arrow icons in the leftmost column of the message list." msgstr "" # 405d7bb1297b400da63ac962ccb80651 #: ../../source/webmail-user-guide/roundcubemail/mail/mailview.rst:152 msgid "Change message list columns" msgstr "Spalten der Nachrichtenliste ändern" # 038be8de22fd490da151483f2c0dbd59 #: ../../source/webmail-user-guide/roundcubemail/mail/mailview.rst:153 -#, fuzzy msgid "" "The columns displayed in the list can be adjusted by clicking the *List " "Options* icon in the leftmost column of the message list header. This opens " "a dialog where you can select which columns to display and how to sort " "messages. Click *Save* to apply the changes and to close the dialog." msgstr "" "Die in der Liste angezeigten Spalten können durch Klicken auf den " "*Listenoptionen*-Icon in der Spalte am linken Rand der Nachrichtenlisten-" "Kopfzeile eingestellt werden. " # 795813d797bf4021b2ea5352c0cb2b49 #: ../../source/webmail-user-guide/roundcubemail/mail/mailview.rst:157 msgid "" "The \"From/To\" column is a magic column that displays the sender of the " "message *or* the recipient when you switch to the Sent or Drafts folder." msgstr "" "Die „Von/An\"-Spalte ist eine magische Spalte, die die Absenderin einer " "Nachricht *oder* die Empfängerin anzeigt, wenn Sie zum Gesendet- oder " "Entwürfe-Ordner wechseln." # 7d0bc7b98ec740208be9ae8aa378242d #: ../../source/webmail-user-guide/roundcubemail/mail/mailview.rst:160 msgid "" "The position of the columns in list can also be adjusted by dragging the " "header of a specific column with the mouse and dropping it at where you'd " "like it to appear." msgstr "" "Die Position der Spalten in der Liste kann auch angepasst werden, indem Sie " "die Kopfzeile einer bestimmten Spalte mit der Maus dorthin ziehen, wo Sie " "sie haben wollen." # 56fd8fb43bd7493daf4974c56c01f39c #: ../../source/webmail-user-guide/roundcubemail/mail/mailview.rst:167 msgid "Selecting Multiple Messages" msgstr "Mehrere Nachrichten auswählen" # 8ca1c62d2362414d9ebca96fca6ba0fa #: ../../source/webmail-user-guide/roundcubemail/mail/mailview.rst:168 msgid "" "With a single click on a row in the messages list, the according message is " "selected and highlighted. By pressing either the Shift or Ctrl keys on your " "keyboard while clicking on a message, you can select multiple messages or " "unselect them." msgstr "" # 557cf24c93244166990bc2096ccc831d #: ../../source/webmail-user-guide/roundcubemail/mail/mailview.rst:171 -#, fuzzy msgid "" "There are also selection helpers hidden in the *Select* drop-down menu " "located in the message footer. The menu allows you to select all unread or " "flagged messages at once or to invert or reset the current selection." msgstr "" "Es sind auch Auswahlhelfer im *Auswählen*-Dropdownmenü der Nachrichten-" "Fußzeile verborgen. " # e542618cc08f470397441eb335a7979b #: ../../source/webmail-user-guide/roundcubemail/mail/mailview.rst:179 msgid "Mailbox folders" msgstr "Eingangsordner" # d3b43ab413324116becb9765433030ae #: ../../source/webmail-user-guide/roundcubemail/mail/mailview.rst:180 msgid "" "On the left side you see a hierarchical list of all folders in your mailbox. " "Folders can be used to file email messages by topic, sender or whatever you " "choose for organization." msgstr "" # c50ae3b1365e4210a102ea6f9f7396fa #: ../../source/webmail-user-guide/roundcubemail/mail/mailview.rst:184 msgid "" "Incoming messages usually appear in the Inbox folder which is the first item " "in the folder list. There are some special folders which are used by the " "system to store sent (*Sent*) or deleted (*Trash*) messages and where not-" "yet-sent message drafts (*Drafts*) are saved. These system folders are " "indicated with special icons." msgstr "" # cf6476b31fd8490b8ec238dcba2ecb8e #: ../../source/webmail-user-guide/roundcubemail/mail/mailview.rst:188 msgid "" "The number of unread messages in each folder is displayed at the right " "border of the folder list." msgstr "" "Die Anzahl ungelesener Nachrichten in jedem Ordner wird am rechten Rand der " "Ordnerliste angezeigt." # 738ec7af240f4d7ab6ebc1db10383376 #: ../../source/webmail-user-guide/roundcubemail/mail/mailview.rst:190 -#, fuzzy msgid "" "Click a folder in the list to show the contained messages in the message " "list on the right. The currently selected folder is highlighted in the list." msgstr "" "Klicken Sie auf einen Ordner in der Liste, um die enthaltenen Nachrichten in " "der Nachrichtenliste rechts anzuzeigen. " # 8d9985568fee4c17af6b685aef860245 #: ../../source/webmail-user-guide/roundcubemail/mail/mailview.rst:193 msgid "" "Folders with hidden subfolders are indicated with a small [+] icon which can " "be clocked to expand or collapse the folder tree." msgstr "" "Ordner mit verborgenen Unterordnern sind mit einem kleinen [+]-Icon " "versehen, der angeklickt werden kann, um den Ordnerbaum auf- oder " "zuzuklappen." # 45c7e015b43b42f886c89c19c6b392e4 #: ../../source/webmail-user-guide/roundcubemail/mail/mailview.rst:199 msgid "Folder operations" msgstr "Ordner-Tätigkeiten" # 0034554f8c774a84b71aa322435d98db #: ../../source/webmail-user-guide/roundcubemail/mail/mailview.rst:200 -#, fuzzy msgid "" "In the footer of the folder list, the *Folder actions* icon shows a list of " "folder-related actions when clicked. Most of the actions in the menu affect " "the currently selected folder." msgstr "" "In der Fußzeile der Ordnerliste, zeigt das *Ordner-Tätigkeiten*-Icon eine " "Liste von ordnerbezogenen Tätigkeiten, wenn man es anklickt. " # 0d95b9bd22d94118b49a18aefe50a06d #: ../../source/webmail-user-guide/roundcubemail/mail/mailview.rst:204 msgid "**Compact**" msgstr "**Komprimieren**" # cb77dd71176c449380b895ed65044c47 #: ../../source/webmail-user-guide/roundcubemail/mail/mailview.rst:204 msgid "" "This action will compress the folder size by finally deleting messages that " "have been marked for deletion." msgstr "" "Dies komprimiert die Ordnergröße durch Löschen von Nachrichten, die zum " "Löschen markiert wurden." # d4b302d2b5f14cff884cc3d2041e0919 #: ../../source/webmail-user-guide/roundcubemail/mail/mailview.rst:208 msgid "**Empty**" msgstr "**Leeren**" # 37fc8caf1ac642ad963c01483f4fc4b9 #: ../../source/webmail-user-guide/roundcubemail/mail/mailview.rst:207 msgid "" "This will delete all messages in the selected folder permanently. Be very " "careful with this operation as it cannot be undone. For security reasons, " "this action is only available for the Trash and Junk folders." msgstr "" # c0917320ac444349807b93d442afd97d #: ../../source/webmail-user-guide/roundcubemail/mail/mailview.rst:213 msgid "**Manage folders**" msgstr "**Ordner verwalten**" # e83464b56069408784e4874d55ef4114 #: ../../source/webmail-user-guide/roundcubemail/mail/mailview.rst:211 -#, fuzzy msgid "" "This menu item will take you the :ref:`settings section ` " "when you can manage the mailbox folders. This is where you can create, " "delete, rename or re-organize your email folders." msgstr "folders>\", wo Sie die E-Mail-Ordner verwalten können. " # 7b70564326404707b7c6c8c0d6951600 #: ../../source/webmail-user-guide/roundcubemail/mail/mailview.rst:218 msgid "Quota display" msgstr "Quotenanzeige" # 01c459d84f104911b9d77dd6e0de12ea #: ../../source/webmail-user-guide/roundcubemail/mail/mailview.rst:220 -#, fuzzy msgid "" "If your mailbox is limited by a maximum size, the quota display located in " "the footer of the folder list indicates the current usage of the available " "disk space. Move the mouse pointer over the percentage display to see the " "real numbers of your quota usage." msgstr "" "Wenn Ihr E-Mail-Eingang auf eine Maximalgröße beschränkt ist, führt die " "Quotenanzeige in der Fußzeile der Ordnerliste die aktuelle Verwendung " "verfügbaren Speicherplatzes an. " # 24269d3b70054672985aed952ef80609 #: ../../source/webmail-user-guide/roundcubemail/mail/mailview.rst:230 msgid "Preview Pane" msgstr "Vorschaufeld" # 485d5c5ca99543b296ace9aa6a90c743 #: ../../source/webmail-user-guide/roundcubemail/mail/mailview.rst:231 -#, fuzzy msgid "" "If enabled, the preview pane below the message list displays the currently " "selected message right in the main email view. In order to open it, click " "the toggle icon |previewtoggle| in the message list footer. Clicking the " "same icon again will hide the preview pane." msgstr "" "Wenn aktiviert, zeigt der Vorschaubereich unter der Nachrichtenliste die " "derzeitig ausgewählte Nachricht in der Haupt-E-Mail-Ansicht an." # 3b3b3a36ffef4f00847ba117c71f2dea #: ../../source/webmail-user-guide/roundcubemail/mail/mailview.rst:238 msgid "Shortcut Functions" msgstr "Tastaturbefehle" # eda2b3b72b2440c3a90980bfd099212e #: ../../source/webmail-user-guide/roundcubemail/mail/mailview.rst:239 msgid "" "In the upper right corner of the preview pane are buttons for often used " "actions like reply or forward the message." msgstr "" "In der oberen rechten Ecke des Vorschaubereichs gibt es Schaltflächen für " "häufig benutzte Tätigkeiten wie Nachricht Beantworten oder Weiterleiten." # 02dbfb381fd04a34ad21fb408ae60fcd #: ../../source/webmail-user-guide/roundcubemail/mail/mailview.rst:241 msgid "" "The rightmost icon |button-extwin| will open the message in a new window to " "have a full-size view on the entire message." msgstr "" "Das Icon ganz rechts |button-extwin| öffnet die Nachricht in einem neuen " "Fenster, um die vollständige Ansicht der Nachricht zu erhalten." # dc9ab3d8e19b4e5a84b5f11bb6c5114e #: ../../source/webmail-user-guide/roundcubemail/mail/mailview.rst:247 msgid "Expanding the Message Headers" msgstr "Nachrichtenkopfzeilen erweitern" # c257315704da4eff9755dafe88d1efec #: ../../source/webmail-user-guide/roundcubemail/mail/mailview.rst:253 msgid "" "The preview pane is meant to give you a quick view of the message. Thus only " "important message fields such as sender and date are displayed right away. " "The header part of the preview can be expanded with click on the down-arrow " "at the left of the header." msgstr "" # 04d15ac3d7904957ac30d69dc67e4352 #: ../../source/webmail-user-guide/roundcubemail/mail/mailview.rst:92 -#, fuzzy msgid "Messages" msgstr "Nachrichtenliste" # 04d15ac3d7904957ac30d69dc67e4352 #: ../../source/webmail-user-guide/roundcubemail/mail/mailview.rst:92 msgid "List" msgstr "" # a43ee9e8b5784526aac170d286cce390 #: ../../source/webmail-user-guide/roundcubemail/mail/mailview.rst:107 msgid "Read" msgstr "" # 1345099f354a4bc2b945578b7e2222ba #: ../../source/webmail-user-guide/roundcubemail/mail/mailview.rst:119 msgid "Unread" msgstr "" # 1345099f354a4bc2b945578b7e2222ba #: ../../source/webmail-user-guide/roundcubemail/mail/mailview.rst:119 msgid "Flag" msgstr "" # fde2721fc4604d3cb4bfad1d2cea0ebd #: ../../source/webmail-user-guide/roundcubemail/mail/mailview.rst:129 msgid "Sort" msgstr "" # fa6422f6187545d586e0159937d8d80f #: ../../source/webmail-user-guide/roundcubemail/mail/mailview.rst:136 msgid "Threads" msgstr "" # ab7367f9402a4fb9b8e6cfee6a886880 #: ../../source/webmail-user-guide/roundcubemail/mail/mailview.rst:148 msgid "Columns" msgstr "" # efdebee838384880bfde1c8008c98b12 #: ../../source/webmail-user-guide/roundcubemail/mail/mailview.rst:163 msgid "Select" msgstr "" # 58bc0ad305d04b1fae9f7022d89fc2a3 #: ../../source/webmail-user-guide/roundcubemail/mail/mailview.rst:175 -#, fuzzy msgid "Folders" msgstr "Eingangsordner" # fe70e2ebc7d74d749a036fe671aa6cea #: ../../source/webmail-user-guide/roundcubemail/mail/mailview.rst:196 -#, fuzzy msgid "Compact" msgstr "**Komprimieren**" # fe70e2ebc7d74d749a036fe671aa6cea #: ../../source/webmail-user-guide/roundcubemail/mail/mailview.rst:196 msgid "Empty" msgstr "" # a593eaa42c6e47728beee7aad305af14 #: ../../source/webmail-user-guide/roundcubemail/mail/mailview.rst:215 msgid "Quota" msgstr "" # 95845eeed72649dcbcf82e1872b1f82f #: ../../source/webmail-user-guide/roundcubemail/mail/mailview.rst:226 -#, fuzzy msgid "Preview" msgstr "Vorschaufeld" #~ msgid "" #~ "This part of the screen is displaying the list of all messages in the " #~ "currently selected folder. " #~ msgid_plural "" #~ "Use the allow buttons below the list to browse through the multiple " #~ "\"pages\"." #~ msgstr[0] "" #~ "Dieser Teil des Bildschirms zeigt die Liste aller Nachrichten im " #~ "derzeitig ausgewählten Ordner an. " #~ msgstr[1] "" #~ "Mit den Zulassen-Schaltflächen unter der Liste können Sie durch mehrere " #~ "„Seiten\" blättern." #~ msgid "" #~ "If the :ref:`Preview Pane ` is visible, a single click " #~ "on a message will display it in the preview right below the list. " #~ msgid_plural "" #~ "Another way to open a message in a new browser tab or window is to right-" #~ "click on the subject and then choose \"Open Link in New Tab/Window\" from " #~ "the browser's context menu." #~ msgstr[0] "" #~ "Wenn das :ref:„Vorschaufeld \" sichtbar ist, zeigt ein " #~ "einzelner Klick auf eine Nachricht sie in der Vorschau direkt unter der " #~ "Liste an. " #~ msgstr[1] "" #~ "Eine andere Möglichkeit, eine Nachricht in einem neuen Browsertab oder -" #~ "fenster zu öffnen, ist, den Betreff rechtszuklicken und dann \"Link in " #~ "neuem Tab/Fenster öffnen\" vom Kontextmenü des Browsers zu wählen." #~ msgid "" #~ "When opening an unread message for reading it'll automatically be marked " #~ "as *read*. " #~ msgid_plural "Click it again to mark the message as *unread*." #~ msgstr[0] "" #~ "Wenn man eine ungelesene Nachricht zum Lesen öffnet, wird diese " #~ "automatisch als *gelesen* markiert. " #~ msgstr[1] "" #~ "Klicken Sie ihn erneut an, um eine Nachricht als *ungelesen* zu markieren." #~ msgid "" #~ "Instead of sorting messages by their date or subject, conversations " #~ "spawning multiple messages can be grouped together as \"Threads\". " #~ msgid_plural "" #~ "When in thread mode, groups of messages can be collapsed or expanded " #~ "using the arrow icons in the leftmost column of the message list." #~ msgstr[0] "" #~ "Statt Nachrichten nach Datum oder Betreff zu sortieren, können " #~ "Unterhaltungen, die aus mehreren Nachrichten bestehen, als Threads " #~ "gruppiert werden. " #~ msgstr[1] "" #~ "Im Threadmodus können Gruppen von Nachrichten mit den Pfeilicons in der " #~ "Spalte am linken Rand der Nachrichtenliste auf- oder zugeklappt werden." #~ msgid "" #~ "With a single click on a row in the messages list, the according message " #~ "is selected and highlighted. " #~ msgid_plural "" #~ "By pressing either the Shift or Ctrl keys on your keyboard while clicking " #~ "on a message, you can select multiple messages or unselect them." #~ msgstr[0] "" #~ "Mit einem einzelnen Klick auf eine Zeile in der Nachrichtenliste, wird " #~ "die entsprechende Nachricht ausgewählt und hervorgehoben. " #~ msgstr[1] "" #~ "Durch Drücken entweder der Umschalt- oder Strg-Taste auf Ihrer Tastatur " #~ "während Sie eine Nachricht anklicken, können mehrere Nachrichten " #~ "ausgewählt oder aus der Auswahl entfernt werden. " #~ msgid "" #~ "On the left side you see a hierarchical list of all folders in your " #~ "mailbox. " #~ msgid_plural "" #~ "Folders can be used to file email messages by topic, sender or whatever " #~ "you choose for organization." #~ msgstr[0] "" #~ "Auf der linken Seite sehen Sie eine hierarchische Liste aller Ordner in " #~ "Ihrem E-Mail-Eingang. " #~ msgstr[1] "" #~ "Ordner können benutzt werden, um E-Mail-Nachrichten nach Thema, Absender " #~ "oder was auch immer Sie zum Organisieren wählen, archiviert werden." #~ msgid "" #~ "Incoming messages usually appear in the Inbox folder which is the first " #~ "item in the folder list. " #~ msgid_plural "These system folders are indicated with special icons." #~ msgstr[0] "" #~ "Eingehende Nachrichten erscheinen normalerweise im Eingangsordner, der " #~ "der erste Punkt in der Ordnerliste ist. " #~ msgstr[1] "Diese Systemordner sind mit besonderen Icons ausgewiesen." #~ msgid "This will delete all messages in the selected folder permanently. " #~ msgid_plural "" #~ "For security reasons, this action is only available for the Trash and " #~ "Junk folders." #~ msgstr[0] "Dies löscht alle Nachrichten im ausgewählten Ordner dauerhaft. " #~ msgstr[1] "" #~ "Aus Sicherheitsgründen ist diese Tätigkeit nur für Papierkorb und Spam-" #~ "Ordner verfügbar." #~ msgid "The preview pane is meant to give you a quick view of the message. " #~ msgid_plural "" #~ "The header part of the preview can be expanded with click on the down-" #~ "arrow at the left of the header." #~ msgstr[0] "" #~ "Der Vorschaubereich soll Ihnen eine Schnellansicht der Nachricht geben. " #~ msgstr[1] "" #~ "Die Kopfzeile kann in der Vorschau durch Anklicken des Herunter-Pfeils " #~ "auf der linken Seite der Kopfzeile erweitert werden." diff --git a/locale/de/LC_MESSAGES/webmail-user-guide/roundcubemail/mail/organization.po b/locale/de/LC_MESSAGES/webmail-user-guide/roundcubemail/mail/organization.po index 10e5b6b5..709d6c7b 100644 --- a/locale/de/LC_MESSAGES/webmail-user-guide/roundcubemail/mail/organization.po +++ b/locale/de/LC_MESSAGES/webmail-user-guide/roundcubemail/mail/organization.po @@ -1,277 +1,270 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-25 17:12+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" # 203a1bbb36eb4c8a920db14c6bfc8823 #: ../../source/webmail-user-guide/roundcubemail/mail/organization.rst:93 msgid "Organizing your Email Messages" msgstr "Organisieren Ihrer E-Mail-Nachrichten" # a1d83a1e51f148c993b5fb50e90e3618 #: ../../source/webmail-user-guide/roundcubemail/mail/organization.rst:95 -#, fuzzy msgid "" "The :ref:`folder list ` in the email view lists all folder " "that can be used to sort emails into for temporary or final storage. You " "manage the folders in the :ref:`settings section ` and " "freely choose the hierarchy of the folder tree." msgstr "" "Die :ref:„Ordnerliste \" in der E-Mail-Ansicht listet alle " "Ordner auf, die benutzt werden können, um E-Mails provisorisch bzw. " "dauerhaft abzulegen. " # e2f4760ab32445e1a1a58e14b77ec830 #: ../../source/webmail-user-guide/roundcubemail/mail/organization.rst:103 msgid "Special System Folders" msgstr "Besondere Systemordner" # 43234bc8318c4643979f4d68d1535d8c #: ../../source/webmail-user-guide/roundcubemail/mail/organization.rst:105 -#, fuzzy msgid "" "Some of the folders have a special meaning and are used by the system to " "place messages in. These special folders are indicated with an individual " "icon in the list and usually cannot be deleted or renamed." msgstr "" "Einige Ordner haben besondere Bedeutung und werden vom System genutzt, um " "Nachrichten abzulegen. " # c01eb7d753194334a9fa1267d08395cf #: ../../source/webmail-user-guide/roundcubemail/mail/organization.rst:109 msgid "**Inbox**" msgstr "**Eingang**" # e6e9e4975efb473ebec523d7996aa1c2 #: ../../source/webmail-user-guide/roundcubemail/mail/organization.rst:109 msgid "This is where new messages arrive." msgstr "Neue Nachrichten kommen hier an." # 84195754336949b4af58e004406cffda #: ../../source/webmail-user-guide/roundcubemail/mail/organization.rst:113 msgid "**Drafts**" msgstr "**Entwürfe**" # 96142bf19e4441d98df2a6b158484369 #: ../../source/webmail-user-guide/roundcubemail/mail/organization.rst:112 -#, fuzzy msgid "" "When :ref:`composing messages ` you can save them temporarily " "as draft. Such messages are stored in this folder an can be picked up for " "editing here." msgstr "" "Wenn Sie :ref:„Nachrichten verfassen \", können Sie sie " "vorübergehend als Entwurf speichern. " # d2643cad58f6472fb5e09d73b3115436 #: ../../source/webmail-user-guide/roundcubemail/mail/organization.rst:117 msgid "**Sent**" msgstr "**Gesendet**" # 8866f154f5ee48e9bd9cd180222d93e8 #: ../../source/webmail-user-guide/roundcubemail/mail/organization.rst:116 msgid "" "Unless configured otherwise, a copy of each message you compose and send to " "others will be saved to this folder." msgstr "" "Wenn nicht anders eingestellt, wird eine Kopie jeder Nachricht, die Sie " "verfassen und versenden, in diesem Ordner gespeichert." # a934cb419d39429d892b02f3a7422e64 #: ../../source/webmail-user-guide/roundcubemail/mail/organization.rst:122 msgid "**Trash**" msgstr "**Papierkorb**" # 44be01fe7b84412a904393f1e36d35a4 #: ../../source/webmail-user-guide/roundcubemail/mail/organization.rst:120 msgid "" "When you delete a message it is moved to this folder and not deleted " "immediately. Depending on the email server's settings, trashed messages will " "automatically be removed from this folder after a certain time. You can also " "empty the trash folder manually with the *Empty* command from the :ref:" "`Folder actions menu `." msgstr "" # 4a0be9ce379446ea95bcfdebc23a335a #: ../../source/webmail-user-guide/roundcubemail/mail/organization.rst:124 msgid "" "The assignment of special folders can be changed in :ref:`Preferences > " "Special Folders `." msgstr "" "Die Zuordnung von Spezialordnern kann unter :ref:„Voreinstellungen > " "Spezialordner \" geändert werden." # 467c0314bdcf4076ba7813d7c8dd0492 #: ../../source/webmail-user-guide/roundcubemail/mail/organization.rst:131 msgid "How to Move Messages to Folders" msgstr "Wie man Nachrichten in Ordner verschiebt" # 03d46ec0666340b38028fbc5319f478e #: ../../source/webmail-user-guide/roundcubemail/mail/organization.rst:133 -#, fuzzy msgid "" "Filing messages to specific folders is as simple as dragging a message from " "the list with the mouse and dropping it on the folder you want it moved to. " "That also works with :ref:`multiple messages selected `." msgstr "" "Um Nachrichten in einen bestimmten Ordner abzulegen, ziehen Sie die " "Nachricht einfach mit der Maus von der Liste auf den Ordner, in den Sie sie " "verschieben wollen. " # 6749c428fd80407687129474efca68e4 #: ../../source/webmail-user-guide/roundcubemail/mail/organization.rst:136 -#, fuzzy msgid "" "If the target folder is a subfolder and not currently visible, just hold the " "mouse over the parent folder while dragging and it'll expand automatically " "after two seconds. Move the mouse (while dragging) over the folder list " "footer to let it scroll until the target folder moves into sight." msgstr "" "Wenn der Zielordner ein Unterordner ist und derzeit nicht sichtbar, halten " "Sie einfach die Maus auf den übergeordneten Ordner während Sie die Datei " "ziehen und nach zwei Sekunden erweitert er sich automatisch. " # a16d734dba5d406d88e325637eb8e9ea #: ../../source/webmail-user-guide/roundcubemail/mail/organization.rst:141 msgid "Copy instead of moving" msgstr "Kopieren statt Verschieben" # 4d7376fb2e2e4163870aa4619264064e #: ../../source/webmail-user-guide/roundcubemail/mail/organization.rst:143 msgid "" "There's also the possibility to copy a message into another folder instead " "of moving it there. Holding down the Shift key on the keyboard while " "dropping one or multiple messages on the destination folder will open a menu " "where you can choose to either *Move* or *Copy* them." msgstr "" # 419b7d77947d463688e242143081e6d3 #: ../../source/webmail-user-guide/roundcubemail/mail/organization.rst:148 msgid "Moving from the Message View Screen" msgstr "Vom Nachrichtenansicht-Bildschirm aus verschieben" # 74b293fd0b094ba58edea2cb232e8a1d #: ../../source/webmail-user-guide/roundcubemail/mail/organization.rst:150 -#, fuzzy msgid "" "When reading a message in the full message view screen, you'll find a drop-" "down menu labelled *Move to...* in the toolbar on top. Select a folder from " "that menu and the message will be moved there. The message view screen will " "then load the next message in the list of the current folder." msgstr "" "Wenn Sie eine Nachricht Nachrichten-Vollansichts-Bildschirm lesen, sehen Sie " "ein Dropdownmenü namens *Verschieben nach...* in der Werkzeugleiste oben. " # 0889604b882a47f7b9f5cf48b4e6d555 #: ../../source/webmail-user-guide/roundcubemail/mail/organization.rst:176 msgid "Delete Messages" msgstr "Nachrichten löschen" # f4a0e39a5ef549e7be73573d819bf48c #: ../../source/webmail-user-guide/roundcubemail/mail/organization.rst:178 msgid "" "The selected message(s) can be deleted from the current folder by clicking " "the *Delete* icon in the toolbar or by hitting the (or Backspace on " "Mac) key on your keybaord. This will by default move the message to the " "Trash folder and not delete it right away unless you do this for messages in " "the Trash folder. In order to immediately delete the message in first place, " "hold down the Shift key on your keyboard while clicking the *Delete* button " "or when pressing ." msgstr "" # 6102c96afade4ef48a653a5f91906add #: ../../source/webmail-user-guide/roundcubemail/mail/organization.rst:184 msgid "" "There's a preference in :ref:`Settings > Preferences > Server Settings " "` where the default behavior of message deletion can " "be changed." msgstr "" "Es gibt unter :ref:„Einstellungen > Voreinstellungen > Server-Einstellungen " "\" eine Voreinstellung, wo das standardmäßige " "Verhalten beim Löschen von Nachrichten geändert werden kann." # 72f8f291e3bf4390a8dd5838dc9be976 #: ../../source/webmail-user-guide/roundcubemail/mail/organization.rst:88 msgid "Folders" msgstr "" # d3fddf0f4e944d18820ae318c805f916 #: ../../source/webmail-user-guide/roundcubemail/mail/organization.rst:127 msgid "Move" msgstr "" # d3fddf0f4e944d18820ae318c805f916 #: ../../source/webmail-user-guide/roundcubemail/mail/organization.rst:127 msgid "Copy" msgstr "" # d3fddf0f4e944d18820ae318c805f916 #: ../../source/webmail-user-guide/roundcubemail/mail/organization.rst:127 msgid "Drag & Drop" msgstr "" # 4b3402c883de487cb765fd38f751262b #: ../../source/webmail-user-guide/roundcubemail/mail/organization.rst:173 -#, fuzzy msgid "Delete Message" msgstr "Nachrichten löschen" #~ msgid "" #~ "When you delete a message it is moved to this folder and not deleted " #~ "immediately. " #~ msgid_plural "" #~ "You can also empty the trash folder manually with the *Empty* command " #~ "from the :ref:`Folder actions menu `." #~ msgstr[0] "" #~ "Wenn Sie eine Nachricht löschen, wird Sie in diesen Ordner verschoben und " #~ "nicht sofort gelöscht. " #~ msgstr[1] "" #~ "Sie können den Papierkorb auch manuell mit dem *Leeren*-Befehl aus dem :" #~ "ref:„Ordner-Tätigkeiten-Menü \" leeren." #~ msgid "" #~ "There's also the possibility to copy a message into another folder " #~ "instead of moving it there. " #~ msgid_plural "" #~ "Holding down the Shift key on the keyboard while dropping one or multiple " #~ "messages on the destination folder will open a menu where you can choose " #~ "to either *Move* or *Copy* them." #~ msgstr[0] "" #~ "Es gibt auch die Möglichkeit, eine Nachricht in einen anderen Ordner zu " #~ "kopieren statt sie dorthin zu verschieben. " #~ msgstr[1] "" #~ "Wenn Sie die Umschalttaste der Tastatur beim Ziehen einer oder mehrerer " #~ "Nachrichten in den Zielordner gedrückt halten, öffnet sich ein Menü, in " #~ "dem Sie wählen können, ob Sie die Dateien entweder *Verschieben* oder " #~ "*Kopieren* wollen." #~ msgid "" #~ "The selected message(s) can be deleted from the current folder by " #~ "clicking the *Delete* icon in the toolbar or by hitting the (or " #~ "Backspace on Mac) key on your keyboard. " #~ msgid_plural "" #~ "In order to immediately delete the message in first place, hold down the " #~ "Shift key on your keyboard while clicking the *Delete* button or when " #~ "pressing ." #~ msgstr[0] "" #~ "Die ausgewählten Nachrichten können aus dem aktuellen Ordner durch " #~ "Anklicken des *Löschen*-Icons in der Werkzeugleiste oder durch Drücken " #~ "der -Taste (bzw. der Rücksetztaste beim Mac) auf Ihrer Tastatur " #~ "gelöscht werden. " #~ msgstr[1] "" #~ "Um die Nachricht sofort zu löschen, halten Sie die Umschalttaste auf " #~ "Ihrer Tastatur beim Anklicken der *Löschen*-Schaltfläche bzw. beim " #~ "Drücken von gedrückt." diff --git a/locale/de/LC_MESSAGES/webmail-user-guide/roundcubemail/mail/reading.po b/locale/de/LC_MESSAGES/webmail-user-guide/roundcubemail/mail/reading.po index e62b4b5d..440a9715 100644 --- a/locale/de/LC_MESSAGES/webmail-user-guide/roundcubemail/mail/reading.po +++ b/locale/de/LC_MESSAGES/webmail-user-guide/roundcubemail/mail/reading.po @@ -1,229 +1,225 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-25 17:12+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" # ecef19eba981428bb82e9e6c555fffb9 #: ../../source/webmail-user-guide/roundcubemail/mail/reading.rst:93 msgid "Viewing Emails and Attachments" msgstr "E-Mails und Anhänge betrachten" # 98cc64a4c8534419af4ab91a7ff66b4b #: ../../source/webmail-user-guide/roundcubemail/mail/reading.rst:95 msgid "" "Double-clicking a message in the list opens it in full size or in a new " "window, depending on your :ref:`message display preferences `." msgstr "" "Doppelklicken auf eine Nachricht in der Liste öffnet diese in voller Größe " "oder in einem neuen Fenster, Je nach Ihren :ref:„Nachrichtanzeige-" "Voreinstellungen \"." # 208f6d0d4dd243119279d9062d4cf0ac #: ../../source/webmail-user-guide/roundcubemail/mail/reading.rst:98 msgid "" "The header block now shows all message headers including a photo of the " "sender if one is found in your address book." msgstr "" "Der Kopfzeilenblock zeigt jetzt alle Nachrichtenköpfe einschließlich eines " "Fotos der Absenderin an, wenn eines in Ihrem Adressbuch gefunden wird." # 403878af30ab463aab4da8bf5e3b70e5 #: ../../source/webmail-user-guide/roundcubemail/mail/reading.rst:103 msgid "Open in a New Window" msgstr "In neuem Fenster öffnen" # 8edcbfcc0f104cb1b417eaaf480d63c1 #: ../../source/webmail-user-guide/roundcubemail/mail/reading.rst:105 msgid "" "While looking at a message in the preview pane, it can be opened in a new " "window by pressing the |button-extwin| button." msgstr "" "Wenn Sie eine Nachricht im Vorschaubereich ansehen, kann sie in einem neuen " "Fenster geöffnet werden, indem die |button-extwin|-Schaltfläche gedrückt " "wird." # 00db0e197e77465c96b31428995f5766 #: ../../source/webmail-user-guide/roundcubemail/mail/reading.rst:110 msgid "" "When opening a message in full-size view, the toolbar above shows buttons " "for possible actions to choose for this message." msgstr "" "Wenn eine Nachricht in Vollansicht geöffnet wird, zeigt die Werkzeugleiste " "darüber Schaltflächen für mögliche Tätigkeiten für diese Nachricht." # 7899e71a47324f4fae618d62ed547815 #: ../../source/webmail-user-guide/roundcubemail/mail/reading.rst:115 msgid "Move to Another Folder" msgstr "In einen anderen Ordner verschieben" # 366608459c7d40a2a3e7bb43225a3b75 #: ../../source/webmail-user-guide/roundcubemail/mail/reading.rst:117 msgid "" "Use the drop-down list on the top right of the toolbar to move the current " "message to another folder. When a folder is selected from that list, the " "message is moved there right away and the window will display the next " "message in the list." msgstr "" # 1d01a29348b8416fb94e4f269cd26e6e #: ../../source/webmail-user-guide/roundcubemail/mail/reading.rst:123 msgid "Jump to the Next or Previous Message" msgstr "Zur nächsten oder vorherig Nachricht wechseln" # 5bbc5e1fdb4047dab132eec442dbbc14 #: ../../source/webmail-user-guide/roundcubemail/mail/reading.rst:125 -#, fuzzy msgid "" "Use the arrow buttons on the right side of the headers box to jump to the " "next or previous message on the folder. If there's no next or previous " "message, the buttons will be disabled." msgstr "" "Benutzen Sie die Pfeiltasten auf der rechten Seite des Kopfzeilenfeldes, um " "zur nächsten oder vorherigen Nachricht im Ordner zu wechseln. " # 755eacb0af574d6c98a17fbcd35fc8d8 #: ../../source/webmail-user-guide/roundcubemail/mail/reading.rst:130 msgid "Add Contacts to your Address Book" msgstr "Kontakte zu Ihrem Adressbuch hinzufügen" # 0832b4df9b9543a0b1aad8d48e15bd7a #: ../../source/webmail-user-guide/roundcubemail/mail/reading.rst:132 -#, fuzzy msgid "" "Every email address referenced in the current message, either as sender or " "recipient, can be saved to the address book with a single click on the *Add " "contact* |icon-addcontact| icon right next to it. Of course it won't be " "saved twice if a contact with that email address already exists in the " "address book." msgstr "" "Jede E-Mail-Adresse, auf die die aktuelle Nachricht Bezug nimmt, entweder " "als Absenderin oder Empfängerin, kann im Adressbuch mit einem einfachen " "Klick auf den *Kontakt hinzufügen* |icon-addcontact|-Icon direkt daneben " "gespeichert werden. " # ab54467cfada4eeba13cb97a85c3ed49 #: ../../source/webmail-user-guide/roundcubemail/mail/reading.rst:143 msgid "View or Download Attachments" msgstr "Anhänge betrachten oder herunterladen" # e8529c18275c4be0acac4c69ec7e61d3 #: ../../source/webmail-user-guide/roundcubemail/mail/reading.rst:145 msgid "" "If the opened message has any files attached, these are listed on the right, " "next to the message text. Click on the file name to open or download it. If " "the file can be displayed directly in the web browser, a preview window will " "be opened showing the attachment. This will happen for images, text files " "and PDFs if your browser indicates being able to display them." msgstr "" # a549ae690c664026b69f443dffa0d800 #: ../../source/webmail-user-guide/roundcubemail/mail/reading.rst:150 -#, fuzzy msgid "" "Otherwise clicking the file name will initiate the download process and a " "dialog will most likely appear, asking you where to save the file. If that " "doesn't happen, check the default \"Downloads\" folder on your computer for " "the attachment file." msgstr "" "Anderenfalls wird das Klicken auf den Dateiname, den Download einleiten und " "höchstwahrscheinlich wird ein Dialog erscheinen, in dem Sie aufgefordert " "werden, einen Speicherort für Datei zu wählen. " # c8026de859f544a5a38d95731a88cedd #: ../../source/webmail-user-guide/roundcubemail/mail/reading.rst:155 msgid "Forcing Attachment Download" msgstr "Anhang-Download erzwingen" # e7eed170b34c467989431442019c266d #: ../../source/webmail-user-guide/roundcubemail/mail/reading.rst:157 msgid "" "For files being opened in the browser directly, you can force download by " "either clicking on the *Download* link in the preview window or by right-" "clicking the attachment file name in the message view and then choosing " "\"Save Link As...\" from the browser's context menu." msgstr "" "Bei Dateien, die direkt im Browser geöffnet werden, können Sie den Download " "erzwingen, indem Sie entweder auf den *Herunterladen*-Link im " "Vorschaufenster klicken oder indem Sie den Dateinamen des Anhangs in der " "Nachrichtenansicht rechtsklicken und „Link speichern unter\" aus dem " "Kontextmenü des Browsers wählen." # 23a51b039f504547a6806af06665482f #: ../../source/webmail-user-guide/roundcubemail/mail/reading.rst:162 msgid "Image Previews" msgstr "Bildvorschau" # 91aa32df960c4b26bf43b70c53bd6e3f #: ../../source/webmail-user-guide/roundcubemail/mail/reading.rst:164 -#, fuzzy msgid "" "If enabled in the :ref:`Preferences ` images " "attached to the message are listed as previews (aka \"thumbnails\") right " "below the message text. Each image has links right next to it which let you " "either open the image in full size (*Show*) or *Download* it to your " "computer's hard drive." msgstr "" "Wenn es in den :ref:„Voreinstellungen \" aktiviert " "ist, werden an die Nachricht angehängte Bilder als Vorschau (bzw. „Thumbnails" "\") direkt unter dem Nachrichtentext aufgelistet. " # 0608378d2b7544d1a98d12032135809e #: ../../source/webmail-user-guide/roundcubemail/mail/reading.rst:88 msgid "Read" msgstr "" # b9a25854fe3c4f69a4789790ebcd78df #: ../../source/webmail-user-guide/roundcubemail/mail/reading.rst:139 msgid "Attachments" msgstr "" # b9a25854fe3c4f69a4789790ebcd78df #: ../../source/webmail-user-guide/roundcubemail/mail/reading.rst:139 msgid "Download" msgstr "" # b9a25854fe3c4f69a4789790ebcd78df #: ../../source/webmail-user-guide/roundcubemail/mail/reading.rst:139 msgid "Preview" msgstr "" #~ msgid "" #~ "Use the drop-down list on the top right of the toolbar to move the " #~ "current message to another folder. " #~ msgid_plural "" #~ "When a folder is selected from that list, the message is moved there " #~ "right away and the window will display the next message in the list." #~ msgstr[0] "" #~ "Benutzen Sie die Dropdownliste rechts von der Werkzeugleiste, um die " #~ "aktuelle Nachricht in einen anderen Ordner zu verschieben. " #~ msgstr[1] "" #~ "Wenn ein Ordner aus dieser Liste ausgewählt wird, wird die Nachricht " #~ "sofort dorthin verschoben und das Fenster wird die nächste Nachricht in " #~ "der Liste anzeigen." #~ msgid "" #~ "If the opened message has any files attached, these are listed on the " #~ "right, next to the message text. " #~ msgid_plural "" #~ "This will happen for images, text files and PDFs if your browser " #~ "indicates being able to display them." #~ msgstr[0] "" #~ "Wenn der geöffneten Nachricht irgendwelche Dateien angehängt sind, werden " #~ "diese rechts neben dem Nachrichtentext aufgelistet. " #~ msgstr[1] "" #~ "Dies ist der Fall bei Bildern, Textdateien und PDFs, wenn Ihr Browser " #~ "diese darstellen kann." diff --git a/locale/de/LC_MESSAGES/webmail-user-guide/roundcubemail/mail/searching.po b/locale/de/LC_MESSAGES/webmail-user-guide/roundcubemail/mail/searching.po index d881bcbe..e95d30a7 100644 --- a/locale/de/LC_MESSAGES/webmail-user-guide/roundcubemail/mail/searching.po +++ b/locale/de/LC_MESSAGES/webmail-user-guide/roundcubemail/mail/searching.po @@ -1,193 +1,189 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-25 17:12+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" # 2088b4c5d18844f29941a956a6c9b7e8 #: ../../source/webmail-user-guide/roundcubemail/mail/searching.rst:93 msgid "Searching Email Messages" msgstr "E-Mail-Nachrichten durchsuchen" # cbb3acdea9104f339afa639a38927697 #: ../../source/webmail-user-guide/roundcubemail/mail/searching.rst:95 msgid "" "For searching email messages, first select the folder you want to search in " "the :ref:`mail-folders` list on the left. Then enter the search term into " "the search box above the message list and press on your keyboard to " "start the search. Search results will be displayed in the message list." msgstr "" # 9b3abe8f0da242ebbf21f92f17fe0284 #: ../../source/webmail-user-guide/roundcubemail/mail/searching.rst:99 -#, fuzzy msgid "" "Reset the search by clicking the *Reset search* icon on the right border of " "the search box. Switching to another folder will also reset the search and " "clear the search box." msgstr "" "Setzen Sie die Suche durch Klicken auf das *Suche zurücksetzen*-Icon am " "rechten Rand des Suchfelds zurück. " # 9f40b789ca144d81a528d167222e31a7 #: ../../source/webmail-user-guide/roundcubemail/mail/searching.rst:104 msgid "Choose what parts to search" msgstr "Wählen Sie welche Teile Sie durchsuchen wollen. " # de70b89ac511450ba91dbaff8574a4d6 #: ../../source/webmail-user-guide/roundcubemail/mail/searching.rst:110 msgid "" "Open the search options menu by clicking the search icon left in the search " "box. You can select which parts of the message should be searched for the " "entered term. Check *Entire message* to search them all." msgstr "" # 378efd156d224724ac6c29a414cb3a2a #: ../../source/webmail-user-guide/roundcubemail/mail/searching.rst:114 -#, fuzzy msgid "" "You can also type specific search criteria directly into the box, such as " "\"from:Scott\" or \"subject:Conference.\" Supported criteria keywords are:" msgstr "" "Sie können auch spezifische Suchkriterien direkt in das Feld tippen, wie " "„von:Scott\" oder \"Betreff:Konferenz\". " # 2874af92f69a4da491eb91fafc3593c5 #: ../../source/webmail-user-guide/roundcubemail/mail/searching.rst:117 msgid "from:" msgstr "von:" # 9cd8120a0f2a4ece83667008b801f253 #: ../../source/webmail-user-guide/roundcubemail/mail/searching.rst:118 msgid "to:" msgstr "an:" # f2e77402c6cd4bcdbad14594db941958 #: ../../source/webmail-user-guide/roundcubemail/mail/searching.rst:119 msgid "cc:" msgstr "cc:" # f53581f1b19e411e8c00eb8fc86b6514 #: ../../source/webmail-user-guide/roundcubemail/mail/searching.rst:120 msgid "bcc:" msgstr "bcc:" # ae1d0b1465bf4a6b9095315ab617a6b6 #: ../../source/webmail-user-guide/roundcubemail/mail/searching.rst:121 msgid "subject:" msgstr "Betreff:" # 03331e669bdb42be96d36b49f66099ae #: ../../source/webmail-user-guide/roundcubemail/mail/searching.rst:122 msgid "body:" msgstr "Textkörper:" # 534539ffa18742b3ae3e791f8614fa79 #: ../../source/webmail-user-guide/roundcubemail/mail/searching.rst:129 msgid "Choose where to search" msgstr "Wählen Sie, wo gesucht werden soll. " # 69faf67dc2cb486dae0fe7a387e3e0d4 #: ../../source/webmail-user-guide/roundcubemail/mail/searching.rst:131 -#, fuzzy msgid "" "Also located in the search options menu, the \"Scope\" selector controls " "whether messages are searched in the currently selected folders, including " "subfolders or accross all folders. If a search query is already active, " "changing the scope in this menu will immediately execute the search again " "and update the results in the message list." msgstr "" "Auch im Suchoptionsmenü finden Sie den „Umfang\"-Wähler, der regelt, ob " "Nachrichten im derzeitig ausgewählten Ordner einschließlich Unterordnern " "bzw. in allen Ordnern gesucht werden. " # 13a40ed8c8bc4c0fb934b18ed93c6616 #: ../../source/webmail-user-guide/roundcubemail/mail/searching.rst:140 msgid "Message List Filters" msgstr "Nachrichtenliste-Filter" # 8ddaace0e4f54d41a306d77fa938fc61 #: ../../source/webmail-user-guide/roundcubemail/mail/searching.rst:142 msgid "" "The drop-down menu next to the search box offers some predefined filters to " "quickly reduceg the messages listed to their status or priority." msgstr "" "Das Dropdownmenü neben dem Suchfeld bietet einige vordefinierte Filter zum " "schnellen Reduzieren der nach ihrem Status oder ihrer Priorität " "aufgelisteten Nachrichten." # d939245736cb47cdb79b198ded3a9eae #: ../../source/webmail-user-guide/roundcubemail/mail/searching.rst:145 msgid "" "The filter rules selected here are applied in addition to the search term " "entered in the search box. For example you can choose to only list " "unanswered messages from Paul by selecting the filter *Unanswered* and enter " "\"from:Paul\" in the search box." msgstr "" # 27076c292c264cacab6af8ba92eb5b98 #: ../../source/webmail-user-guide/roundcubemail/mail/searching.rst:151 -#, fuzzy msgid "" "The message filters also depend on the :ref:`\"Scope\" ` " "selected in the search options menu. Change the scope if you want to expand " "the active filter to list matching messages from all folders." msgstr "" "Die Nachrichtenfilter hängen auch vom :ref:„„Umfang\" \", " "den Sie im Suchoptionsmenü ausgewählt haben, ab. " # 96e57121880c446787f8ded87e312b46 #: ../../source/webmail-user-guide/roundcubemail/mail/searching.rst:88 msgid "Search" msgstr "" # 4e5f1cef6c334c3bb40788e12361adc3 #: ../../source/webmail-user-guide/roundcubemail/mail/searching.rst:137 msgid "Filter" msgstr "" #~ msgid "" #~ "For searching email messages, first select the folder you want to search " #~ "in the :ref:`mail-folders` list on the left. " #~ msgid_plural "Search results will be displayed in the message list." #~ msgstr[0] "" #~ "Um E-Mail-Nachrichten zu durchsuchen, wählen Sie zuerst den Ordner, in " #~ "dem suchen wollen, in der :ref:„Mail-Ordner \" Liste links. " #~ msgstr[1] "Suchergebnisse werden in der Nachrichtenliste angezeigt." #~ msgid "" #~ "Open the search options menu by clicking the search icon left in the " #~ "search box. " #~ msgid_plural "Check *Entire message* to search them all." #~ msgstr[0] "" #~ "Öffnen Sie das Suchoptionsmenü durch Klicken auf das Suchicon links im " #~ "Suchfeld. " #~ msgstr[1] "" #~ "Setzen Sie ein Häkchen bei *Ganze Nachricht*, um alles zu durchsuchen." #~ msgid "" #~ "The filter rules selected here are applied in addition to the search term " #~ "entered in the search box. " #~ msgid_plural "" #~ "For example you can choose to only list unanswered messages from Paul by " #~ "selecting the filter *Unanswered* and enter \"from:Paul\" in the search " #~ "box." #~ msgstr[0] "" #~ "Die Filterregeln, die hier ausgewählt werden, werden zusätzlich zu dem im " #~ "Suchfeld eingegeben Suchbegriff angewendet. " #~ msgstr[1] "" #~ "Z. B. können Sie wählen, dass nur unbeantwortete Nachrichten von Paul " #~ "aufgelistet werden, indem sie den Filter *Unbeantwortet* wählen und \"von:" #~ "Paul\" ins Suchfeld eingeben." diff --git a/locale/de/LC_MESSAGES/webmail-user-guide/roundcubemail/overview.po b/locale/de/LC_MESSAGES/webmail-user-guide/roundcubemail/overview.po index 6f5c2e7a..70c3e594 100644 --- a/locale/de/LC_MESSAGES/webmail-user-guide/roundcubemail/overview.po +++ b/locale/de/LC_MESSAGES/webmail-user-guide/roundcubemail/overview.po @@ -1,251 +1,245 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-25 17:12+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" # 6e3faf8825ac4ed195cfd3199b380fbc #: ../../source/webmail-user-guide/roundcubemail/overview.rst:92 msgid "Getting Started" msgstr "Erste Schritte" # 3d112f1b0bd04bbe84caadc22c33347c #: ../../source/webmail-user-guide/roundcubemail/overview.rst:97 msgid "General Overview of the User Interface" msgstr "Allgemeine Übersicht über die Benutzeroberfläche" # 26ac960789984c8b920fd93394c659c4 #: ../../source/webmail-user-guide/roundcubemail/overview.rst:99 msgid "" "Once authenticated, the screen of Roundcube webmail is divided into " "functional parts which are explained here:" msgstr "" "Sobald Sie authentifiziert sind, wird Roundcube-Webmail in funktionelle " "Teile geteilt, die im Folgenden beschrieben werden:" # c88fb91afd3f4b1c94e5d0ae9e59b4c5 #: ../../source/webmail-user-guide/roundcubemail/overview.rst:107 msgid "(1) Application Tasks" msgstr "" # d02535f2d15e426c991a3df64a4e54c6 #: ../../source/webmail-user-guide/roundcubemail/overview.rst:108 msgid "" "The webmail application provides different main tasks such as Email, Address " "Book, Settings, etc. Use this list to switch from one task to another. That " "will reload the screen with a specific view for the selected task. Instead " "of switching back and forth, task screens can be opened in individual " "browser windows or tabs. Right-click on a task icon in the list and then " "choose \"Open Link in New Tab/Window\" from the browser's context menu to do " "so." msgstr "" # c36619589eae4899aaac79cab54d65d0 #: ../../source/webmail-user-guide/roundcubemail/overview.rst:114 msgid "" "Beside the main tasks, the button to terminate the current session " "(*Logout*) is also located here." msgstr "" "Neben den Hauptanwendungen gibt es hier auch die Schaltfläche, um die " "aktuelle Sitzung zu beenden (*Ausloggen*)." # 88792ecd1b5d41de8bd3485ee5ec72c9 #: ../../source/webmail-user-guide/roundcubemail/overview.rst:121 msgid "(2) Status Display" msgstr "" # 8a9be463d56d467b8bd422dc02cb94f8 #: ../../source/webmail-user-guide/roundcubemail/overview.rst:122 -#, fuzzy msgid "" "This area of the screen is dedicated to display status notifications (e.g. " "confirmations, warnings, errors) about the success or failure of the " "operations you just executed in the application. While the app is working or " "loading data, a notification is displayed here as well." msgstr "" "Dieser Bereich des Bildschirms stellt Statusbenachrichtigungen (z. B. " "Bestätigungen, Warnungen, Fehler) über den Erfolg oder das Scheitern der " "Arbeitsabläufe dar, die Sie gerade in dem Dienst ausgeführt haben. " # 34f891494fcb4bd09b03e7915432a351 #: ../../source/webmail-user-guide/roundcubemail/overview.rst:130 msgid "(3) Toolbar" msgstr "" # 979fdd0f06ea4742b09cad04e0a94013 #: ../../source/webmail-user-guide/roundcubemail/overview.rst:131 -#, fuzzy msgid "" "The main toolbar is always located above the content area and allow you to " "perform different actions, depending on what is being shown or selected in " "the content part of the window. If buttons are grayed out, the according " "action is not available for the current selection. If a toolbar icon shows a " "small arrow on its right side, clicking that arrow will present you " "variations of the action to be executed." msgstr "" "Die Hauptwerkzeugleiste befindet sich immer über dem Content-Bereich und " "lässt Sie in Abhängigkeit von dem, was im Content-Teil des Fensters " "angezeigt oder ausgewählt wird, verschiedene Tätigkeiten verrichten. " # 3b4590934dfd4bbbab63191d2ee5283f #: ../../source/webmail-user-guide/roundcubemail/overview.rst:136 msgid "" "Additional actions can be found by clicking the *More* button (if available)." msgstr "" "Zusätzliche Tätigkeiten können durch Klicken auf die *Mehr*-Schaltfläche " "(wenn verfügbar) gefunden werden." # 19319411b90a4c4cb9519cbf8dd8f61d #: ../../source/webmail-user-guide/roundcubemail/overview.rst:142 msgid "(4) List Operations" msgstr "" # 51e5a5453ca64d0f95d012546568c796 #: ../../source/webmail-user-guide/roundcubemail/overview.rst:143 -#, fuzzy msgid "" "The icons in the footer area of a list provide actions that influence the " "list above or the currently selected element of the list respectively. The " "gear icon usually opens a menu with additional actions." msgstr "" "Die Icons im Fußzeilenbereich einer Liste bieten Tätigkeiten an, die die " "Liste darüber bzw. die derzeitig ausgewählte Liste beeinflussen. " # dc411f8e5f9a455c9360852fe7c8b616 #: ../../source/webmail-user-guide/roundcubemail/overview.rst:150 msgid "(5) Search Box" msgstr "" # ce6e28943b8d481b8bb2ad1b3fef32e1 #: ../../source/webmail-user-guide/roundcubemail/overview.rst:151 -#, fuzzy msgid "" "If the currently selected task allows searching for data (e.g. for email " "messages or contacts), a search box is located in the upper right corner " "above the main content area. Enter a search term and press on the " "keyboard to start searching. To reset the search, click the clear icon on " "the right border of the search box." msgstr "" "Wenn die derzeit ausgewählt Anwendung das Suchen nach Daten (z. B. nach E-" "Mail-Nachrichten oder Kontakten) ermöglicht, gibt es ein Suchfeld in der " "rechten oberen Ecke über dem Haupt-Content-Bereich. " # aba2804787724e13b1421fa5c5bfcf58 #: ../../source/webmail-user-guide/roundcubemail/overview.rst:155 msgid "" "There might be search options hidden in a drop-down menu that open when " "clicking the search icon left in the search box." msgstr "" "Es könnten Suchoptionen in einem Dropdownmenü verborgen sein, das sich " "öffnet, wenn das Suchicon links im Suchfeld angeklickt wird." # 9b49b1d88eb844a0b7b1f1bc644bb1ab #: ../../source/webmail-user-guide/roundcubemail/overview.rst:159 msgid "Resizing content boxes" msgstr "Größe von Contentfeldern anpassen" # eecca114b4994e3cb917a6da83220029 #: ../../source/webmail-user-guide/roundcubemail/overview.rst:160 -#, fuzzy msgid "" "Some boxes filling the main content area of the screen can be resized. Find " "the resize handle |splitter| between two boxes and drag it with the mouse." msgstr "" "Einige Felder im Haupt-Content-Bereich des Bildschirms können in ihrer Größe " "angepasst werden. " # 856da818bee14e1c96d052525d3768c6 #: ../../source/webmail-user-guide/roundcubemail/overview.rst:170 msgid "Terminating the Session" msgstr "Sitzung beenden" # f4be8d3223894177b9cc0dd210b9c4ab #: ../../source/webmail-user-guide/roundcubemail/overview.rst:171 -#, fuzzy msgid "" "Once your work is done on the webmail application, it's important that you " "properly terminate the current session by clicking the *Logout* icon in (1). " "This will make sure that no other person accessing your computer can read or " "delete your emails or send them on your behalf. Simply closing the browser " "window is not enough to log-out!" msgstr " " # fc6d39c987984f539cb8dacc82b2d309 #: ../../source/webmail-user-guide/roundcubemail/overview.rst:104 msgid "Tasks" msgstr "" # ad5dd0ce65624dbb944c4fe4a79ffcb3 #: ../../source/webmail-user-guide/roundcubemail/overview.rst:117 msgid "Status" msgstr "" # 95aca511154c4d219c46d5580b932a06 #: ../../source/webmail-user-guide/roundcubemail/overview.rst:127 msgid "Toolbar" msgstr "" # dea4cf62f0db426a96e8b689b894f892 #: ../../source/webmail-user-guide/roundcubemail/overview.rst:139 msgid "List" msgstr "" # 5ad5edc5c5904266a238a01186973954 #: ../../source/webmail-user-guide/roundcubemail/overview.rst:147 msgid "Search" msgstr "" # bd508464b55f45a6bfd1c711fcf21631 #: ../../source/webmail-user-guide/roundcubemail/overview.rst:167 msgid "Logout" msgstr "" #~ msgid "(1) " #~ msgid_plural "Application Tasks" #~ msgstr[0] "(1) " #~ msgstr[1] "Anwendungen" #~ msgid "" #~ "The webmail application provides different main tasks such as Email, " #~ "Address Book, Settings, etc. " #~ msgid_plural "" #~ "Right-click on a task icon in the list and then choose \"Open Link in New " #~ "Tab/Window\" from the browser's context menu to do so." #~ msgstr[0] "" #~ "Der Webmail-Dienst bietet verschiedene Hauptanwendungen wie E-Mail, " #~ "Adressbuch, Einstellungen usw. " #~ msgstr[1] "" #~ "Rechtsklicken Sie ein Anwendungs-Icon in der Liste und wählen Sie dann " #~ "\"Link in neuem Tab/Fenster öffnen\" aus dem Kontextmenü des Browsers." #~ msgid "(2) " #~ msgid_plural "Status Display" #~ msgstr[0] "(2) " #~ msgstr[1] "Statusanzeige" #~ msgid "(3) " #~ msgid_plural "Toolbar" #~ msgstr[0] "(3) " #~ msgstr[1] "Werkzeugleiste" #~ msgid "(4) " #~ msgid_plural "List Operations" #~ msgstr[0] "(4) " #~ msgstr[1] "Listentätigkeiten" #~ msgid "(5) " #~ msgid_plural "Search Box" #~ msgstr[0] "(5) " #~ msgstr[1] "Suchfeld" diff --git a/locale/de/LC_MESSAGES/webmail-user-guide/roundcubemail/settings/folders.po b/locale/de/LC_MESSAGES/webmail-user-guide/roundcubemail/settings/folders.po index f0a993b6..882840ff 100644 --- a/locale/de/LC_MESSAGES/webmail-user-guide/roundcubemail/settings/folders.po +++ b/locale/de/LC_MESSAGES/webmail-user-guide/roundcubemail/settings/folders.po @@ -1,244 +1,237 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-25 17:12+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" # c77281528c4048a59382d1a7cc64ed9a #: ../../source/webmail-user-guide/roundcubemail/settings/folders.rst:93 msgid "Managing Folders" msgstr "Ordner verwalten" # 2abf4b6ce77149b5bb310611ce38c607 #: ../../source/webmail-user-guide/roundcubemail/settings/folders.rst:95 msgid "" "This section of the settings task allows you to manage the tree of mailbox " "folders." msgstr "" "Dieser Abschnitt des Einstellungen-Tasks lässt Sie den Baum von E-Mail-" "Eingangs-Ordnern verwalten." # 86e46f3922e74d79968b929f325d7162 #: ../../source/webmail-user-guide/roundcubemail/settings/folders.rst:97 -#, fuzzy msgid "" "The hierarchical folder tree is displayed in the middle list widget where " "you can select a single folder by clicking it. Folder information and some " "settings then appear in the right properties pane." msgstr "" "Der hierarchische Ordnerbaum wird im mittleren Listen-Widget angezeigt, wo " "Sie einen Ordner durch Anklicken auswählen können. " # d9143ce843644df0848b040df61e6de2 #: ../../source/webmail-user-guide/roundcubemail/settings/folders.rst:100 -#, fuzzy msgid "" "There might be folders which are grayed out and which cannot be edited nor " "deleted or renamed. Such folders are \"virtual\" folders which are only " "there for structuring but which cannot contain any messages." msgstr "" "Es könnte Ordner geben, die grau überlegt sind und nicht bearbeitet, " "gelöscht oder umbenannt werden können. " # 625553545efe48c3ae0235f0550500f1 #: ../../source/webmail-user-guide/roundcubemail/settings/folders.rst:103 msgid "" "Some :ref:`Special System Folders ` cannot be renamed or " "unsubscribed because they have special purposes and are used by system " "processes." msgstr "" "Einige :ref:„besondere Systemordner \" können nicht umbenannt " "oder abbestellt werden, da sie besondere Zwecke haben und von " "Systemprozessen benutzt werden." # e261cc42cbf6474f98c675d72a569df2 #: ../../source/webmail-user-guide/roundcubemail/settings/folders.rst:111 msgid "Subscribe to Folders" msgstr "Ordner abonnieren" # f4106a7056e64391a3bffe82a74f659f #: ../../source/webmail-user-guide/roundcubemail/settings/folders.rst:113 msgid "" "In the folder list, the right column indicates whether a folder is " "subscribed and by clicking the checkbox, the subscription for that folder " "can be changed." msgstr "" "In der Ordnerliste zeigt die rechte Spalte an, ob ein Ordner abonniert ist. " "Durch Klicken auf das Kontrollkästchen kann das Abonnement dieses Ordners " "geändert werden." # 03e526181ade44ab8ef3513965d6f1ed #: ../../source/webmail-user-guide/roundcubemail/settings/folders.rst:116 msgid "" "Subscribed folders appear in the :ref:`email view ` whereas " "unsubscribed ones are hidden and only visible here." msgstr "" "Abonnierte Ordner erscheinen in der :ref:„E-Mail-Ansicht \", " "wohingegen Abbestellte verborgen und nur hier sichtbar sind." # 3199aa7b6c8b471685b05fdca7d123b6 #: ../../source/webmail-user-guide/roundcubemail/settings/folders.rst:124 msgid "Create a new Folder" msgstr "Neuen Ordner erstellen" # 9749d2bbcea141cb8f9d89c0053e9503 #: ../../source/webmail-user-guide/roundcubemail/settings/folders.rst:126 msgid "Click the *Create new Folder* icon (+) in the list footer" msgstr "" "Klicken Sie auf das *Neuen Ordner Erstellen*-Icon in der Fußzeile der Liste. " # e880ef059a1941eb9e30c2a2576c3465 #: ../../source/webmail-user-guide/roundcubemail/settings/folders.rst:127 msgid "Enter a name for the new folder in the properties form on the right" msgstr "" "Geben Sie einen Namen für den neuen Ordner in die Eigenschaftenmaske rechts " "ein. " # b65ce6b41b8f44f0a12fd74e7a5e076d #: ../../source/webmail-user-guide/roundcubemail/settings/folders.rst:128 msgid "Select a parent folder or --- to create the folder on top level" msgstr "" "Wählen Sie einen übergeordneten Ordner oder ---, um den Ordner auf der " "höchsten Ebene zu erstellen. " # eb0b6f39a16f40638593303eb981a6c6 #: ../../source/webmail-user-guide/roundcubemail/settings/folders.rst:129 msgid "Click the *Save* button below the form to finally create it" msgstr "" "Klicken Sie auf die *Speichern*-Schaltfläche unter der Maske, um es zu " "erstellen. " # 4c456a00bb3e4ce586b37e50db48bef0 #: ../../source/webmail-user-guide/roundcubemail/settings/folders.rst:132 msgid "" "The *Parent folder* field is already pre-selected whith the folder currently " "selected in the folder list on the left." msgstr "" "Das *Übergeordneter Ordner*-Feld ist in Form des derzeitig in der " "Ordnerliste links ausgewählten Ordners schon vorausgewählt." # 78452b6d03024e2b824cc98b64e3bacb #: ../../source/webmail-user-guide/roundcubemail/settings/folders.rst:137 msgid "Manage the Folder Hierarchy" msgstr "Ordnerhierarchie verwalten" # 70bf63248acf483192ad31d9300c8634 #: ../../source/webmail-user-guide/roundcubemail/settings/folders.rst:139 -#, fuzzy msgid "" "Folders can be nested to build a hierarchical structure to store your " "emails. Even an existing folder can be made a subfolder of another one or " "moved to the top level." msgstr "" "Ordner können verschachtelt werden, um eine hierarchische Struktur zum " "Speichern Ihrer E-Mails aufzubauen. " # 59c67517b5ad42acbd69a825fb411e78 #: ../../source/webmail-user-guide/roundcubemail/settings/folders.rst:142 msgid "" "To move a folder simply drag & drop it with the mouse from the list onto the " "desired parent folder." msgstr "" "Um einen Ordner zu verschieben, ziehen Sie ihn einfach mit der Maus von der " "Liste auf den erwünschten übergeordneten Ordner." # 1522f1823d4e4897b933db42d0d68adc #: ../../source/webmail-user-guide/roundcubemail/settings/folders.rst:144 msgid "" "Alternatively the parent folder can be selected in the property form in the " "right and by hitting *Save* the currently selected folder is moved to its " "new parent." msgstr "" "Alternativ kann der übergeordnete Ordner aus der Eigenschaftenmaske rechts " "ausgewählt werden und durch Klicken auf *Speichern* wird der derzeitig " "ausgewählte Ordner in seinen neuen übergeordneten Ordner verschoben." # e8d8744e8fd845e5a17a2d7b61921007 #: ../../source/webmail-user-guide/roundcubemail/settings/folders.rst:151 msgid "Delete Folders" msgstr "Ordner löschen" # be8417b562124ae18221531d7b031c26 #: ../../source/webmail-user-guide/roundcubemail/settings/folders.rst:153 msgid "Select a folder in the list" msgstr "Wählen Sie einen Ordner aus der Liste. " # acaa50b3598b457fb3b84bf31fa85f06 #: ../../source/webmail-user-guide/roundcubemail/settings/folders.rst:154 msgid "Open the *Folder Actions* menu in the list footer and click *Delete*" msgstr "" "Öffnen Sie das *Ordnertätigkeiten*-Menü in der Fußzeile der Liste und " "klicken Sie auf *Löschen*. " # b60293cec10745f7a55bb3d79e209052 #: ../../source/webmail-user-guide/roundcubemail/settings/folders.rst:155 msgid "Confirm the deletion" msgstr "Bestätigen Sie das Löschen. " # edf1ba9d208645df845fdca10a8f1027 #: ../../source/webmail-user-guide/roundcubemail/settings/folders.rst:200 msgid "Search for Folders" msgstr "Nach Ordnern suchen" # 69599ff031f54a2e99d0667350189956 #: ../../source/webmail-user-guide/roundcubemail/settings/folders.rst:202 -#, fuzzy msgid "" "If the list of folders happens to be very long, a search box can be unfolded " "from the magnifier glass icon in the header of the folder list. The folder " "tree is reduced to matching folders as you type in the search box." msgstr "" "Falls die Ordnerliste sehr lang ist, kann ein Suchfeld vom Lupen-Icon in der " "Kopfzeile der Ordnerliste ausgeklappt werden. " # ce1d747512d149e5a8d896e36ef47dde #: ../../source/webmail-user-guide/roundcubemail/settings/folders.rst:205 -#, fuzzy msgid "" "Right above the search box, a drop-down menu provides ways to reduce the " "folder list to common scopes (aka \"namespaces\") like \"Personal\", \"Shared" "\" or \"Other users\". The selection may vary with the capabilities of your " "email server." msgstr "" "Direkt über dem Suchfeld bietet ein Dropdownmenü Möglichkeiten an, um die " "Ordnerliste auf übliche Bereiche (bzw. „Namensräume\") wie „persönlich\", " "„geteilt\" oder „andere Benutzer\" zu reduzieren. " # e314f713f0624387854d289b954d1b9b #: ../../source/webmail-user-guide/roundcubemail/settings/folders.rst:88 msgid "Folders" msgstr "" # 51c8aab4163c403b86c7e4a8d8dccc93 #: ../../source/webmail-user-guide/roundcubemail/settings/folders.rst:107 msgid "Subscribe" msgstr "" # 51c8aab4163c403b86c7e4a8d8dccc93 #: ../../source/webmail-user-guide/roundcubemail/settings/folders.rst:107 msgid "Subscription" msgstr "" # 104639e75152429e88255ea424136bba #: ../../source/webmail-user-guide/roundcubemail/settings/folders.rst:120 -#, fuzzy msgid "Create Folder" msgstr "Neuen Ordner erstellen" # 39dcd3c56d69450fa988ad3365ecfc79 #: ../../source/webmail-user-guide/roundcubemail/settings/folders.rst:148 -#, fuzzy msgid "Delete Folder" msgstr "Ordner löschen" diff --git a/locale/de/LC_MESSAGES/webmail-user-guide/roundcubemail/settings/identities.po b/locale/de/LC_MESSAGES/webmail-user-guide/roundcubemail/settings/identities.po index 7e9d9381..c4fd7009 100644 --- a/locale/de/LC_MESSAGES/webmail-user-guide/roundcubemail/settings/identities.po +++ b/locale/de/LC_MESSAGES/webmail-user-guide/roundcubemail/settings/identities.po @@ -1,315 +1,309 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-25 17:12+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" # beec587afe564d848186b081d65c5662 #: ../../source/webmail-user-guide/roundcubemail/settings/identities.rst:93 msgid "Sender Identities" msgstr "Absenderidentitäten" # d3c1a0cce602409ba00f626fe7b87956 #: ../../source/webmail-user-guide/roundcubemail/settings/identities.rst:95 -#, fuzzy msgid "" "The settings here control the name(s) and email address(es) stated as sender " "when you send out email messages. Depending on the server configuration, you " "can define multiple sender identities or only adjust the name and other " "control fields." msgstr "" "Diese Einstellungen kontrollieren Namen und E-Mail-Adresse(n), die als " "Absender beim Versenden von E-Mail-Nachrichten angegeben werden. " # 6be2358cad5c4f748cfc5b5bab8387b7 #: ../../source/webmail-user-guide/roundcubemail/settings/identities.rst:101 msgid "Settings" msgstr "Einstellungen" # b35309995aba40cbae2f60f25816ccd5 #: ../../source/webmail-user-guide/roundcubemail/settings/identities.rst:103 msgid "" "This first block contains general properties for the selected sender " "identity:" msgstr "" "Der erste Block enthält allgemeine Eigenschaften der ausgewählten " "Absenderidentität:" # 477fe7d0037b4ce482f08f4a9a932588 #: ../../source/webmail-user-guide/roundcubemail/settings/identities.rst:106 msgid "**Display name**" msgstr "**Anzeigename**" # 6b8131da48fb4e7e80f0f801a825538c #: ../../source/webmail-user-guide/roundcubemail/settings/identities.rst:106 msgid "" "The full name displayed in the recipient's email program upon receiving your " "message" msgstr "" "Der vollständige Name, der im E-Mail-Programm der Empfängerin angezeigt " "wird, wenn sie Ihre Nachricht erhält. " # 1a8e6b99031b4ce88b03f1cd6b7fa8bc #: ../../source/webmail-user-guide/roundcubemail/settings/identities.rst:111 msgid "**Email**" msgstr "**E-Mail**" # 4545a00f52df453188f12e0389af3249 #: ../../source/webmail-user-guide/roundcubemail/settings/identities.rst:109 msgid "" "The email address stated as sender of email messages you send with this " "identity. Please enter a valid email address that is handled by your " "Roundcube email account. Otherwise message sending might fail because of an " "invalid sender address." msgstr "" # 7959ab749f0e4118a7bae8effeafa99b #: ../../source/webmail-user-guide/roundcubemail/settings/identities.rst:113 msgid "" "The Email field might not be visible or editable. This is no malfunction but " "a restriction set by the server administrator to prevent users from sending " "email with faked sender addresses." msgstr "" # 9d3338b6f248462693e2359e4b24ec01 #: ../../source/webmail-user-guide/roundcubemail/settings/identities.rst:119 msgid "**Organization**" msgstr "**Organisation**" # ffd42f5f29094caeacd7c2f0af45be63 #: ../../source/webmail-user-guide/roundcubemail/settings/identities.rst:118 msgid "" "Some email programs display the organization field when receiving messages " "from you with this filled out." msgstr "" "Einige E-Mail-Programme zeigen ein Organisationsfeld an, wenn Nachrichten " "von Ihnen empfangen werden, in denen es ausgefüllt ist." # fe767f9685bb491cbd8238a823cb0aa0 #: ../../source/webmail-user-guide/roundcubemail/settings/identities.rst:123 msgid "**Reply-to**" msgstr "**Antworten an**" # d6d4e23d60804ab6906c78a4707f94c4 #: ../../source/webmail-user-guide/roundcubemail/settings/identities.rst:122 msgid "" "Enter an email address that differs from the identity's email address here " "in order to force recipients to send answers to that address instead of the " "sender email address." msgstr "" "Geben Sie hier eine E-Mail-Adresse ein, die von der E-Mail-Adresse der " "Identität abweicht, um Empfängerinnen zu zwingen, Antworten an diese Adresse " "statt der Absender-E-Mail-Adresse zu schicken." # 45238eb75713440d8005eb6e53866b25 #: ../../source/webmail-user-guide/roundcubemail/settings/identities.rst:127 msgid "**Bcc**" msgstr "**Bcc**" # 23eacccfdd784270a0a75704317e3a61 #: ../../source/webmail-user-guide/roundcubemail/settings/identities.rst:126 msgid "" "Specify an email address here that will receive blind copies of every " "message you send with this identity." msgstr "" "Geben Sie hier eine E-Mail-Adresse an, die Blindkopien jeder Nachricht, die " "Sie mit dieser Identität verschicken, erhalten soll." # c052d6402e2c408f8bbc8fcb4a27fd9a #: ../../source/webmail-user-guide/roundcubemail/settings/identities.rst:132 msgid "**Set default**" msgstr "**Als Standard setzen**" # 047999a4877345f19a70424c38c3ea9d #: ../../source/webmail-user-guide/roundcubemail/settings/identities.rst:130 -#, fuzzy msgid "" "Check this box to make the current identity the default selection when " "writing new messages. You can still chose another sender identity while " "composing a message, though." msgstr "" "Setzen Sie hier ein Häkchen, um die aktuelle Identität zur Standardauswahl " "beim Schreiben neuer Nachrichten zu machen. " # c5f9b6c7660a448e99bca223398ecff4 # d64e12e3c18744e6bbe10cfba8730cc1 #: ../../source/webmail-user-guide/roundcubemail/settings/identities.rst:134 #: ../../source/webmail-user-guide/roundcubemail/settings/identities.rst:137 msgid "Signature" msgstr "Signatur" # 0c1c422644494194a4ee8bc99e876c70 #: ../../source/webmail-user-guide/roundcubemail/settings/identities.rst:139 -#, fuzzy msgid "" "Every sender identity can have its own signature text which will be appended " "to the message text when you start writing a new email message. Visit :ref:" "`Settings > Preferences > Composing Messages ` to " "configure when and how signatures are inserted." msgstr "" "Jede Absenderidentität kann seinen eigenen Signaturtext haben, der dem " "Nachrichtentext angehängt wird, wenn Sie beginnen eine neue E-Mail-Nachricht " "zu schreiben. " # 31a4e0da2bab464197497378f3f9407d #: ../../source/webmail-user-guide/roundcubemail/settings/identities.rst:144 msgid "**Signature**" msgstr "**Signatur**" # 0a3673778b2147218b8e1093d26179ab #: ../../source/webmail-user-guide/roundcubemail/settings/identities.rst:144 msgid "Enter the signature text here." msgstr "Geben Sie hier einen Signaturtext ein." # eab8ef0e72674af38ff8a23c3dc7e808 #: ../../source/webmail-user-guide/roundcubemail/settings/identities.rst:148 msgid "**HTML signature**" msgstr "**HTML-Signatur**" # 13731cc36a914cef8c59cfade7802af5 #: ../../source/webmail-user-guide/roundcubemail/settings/identities.rst:147 -#, fuzzy msgid "" "Check this option if you mainly send formatted (HTML) messages and to enable " "formatting of your signature. The text box above will then show a toolbar to " "adjust formatting." msgstr "" "Setzen Sie bei dieser Option ein Häkchen, wenn Sie vor allem formatierte " "(HTML-) Nachrichten versenden und die Formatierung Ihrer Signatur zu " "aktivieren." # 1cc82d53c8a044d49ffa93a96fdc1131 #: ../../source/webmail-user-guide/roundcubemail/settings/identities.rst:153 msgid "Adding Images to a Signature" msgstr "Einer Signatur Bilder hinzufügen" # 8767100452ad42bd97d47825bad4e786 #: ../../source/webmail-user-guide/roundcubemail/settings/identities.rst:155 msgid "" "HTML formatted signatures also allow to embed images which are sent with " "outgoing messages. To add an image to your signature, first check the *HTML " "signature* box. Then find an image file on your computer and drag & drop it " "into the signature box. The image can be moved around or resized within the " "editor box using the mouse." msgstr "" # a8ff0a43c61f44478e63812d9dd57fbf #: ../../source/webmail-user-guide/roundcubemail/settings/identities.rst:162 msgid "" "Instead of dragging an image file into the editor, you can also paste an " "image from your clipboard after copying it from another application or " "browser window." msgstr "" "Statt eine Bilddatei in den Editor zu ziehen, können Sie auch ein Bild aus " "der Zwischenablage einfügen, nachdem Sie es aus einer anderen Anwendung oder " "einem andere Browserfenster kopiert haben." # 16bc27d7963343778689866e1b1792cf #: ../../source/webmail-user-guide/roundcubemail/settings/identities.rst:165 msgid "" "Open the image in an image viewer or browser window, then press *Ctrl+C* to " "copy it, click into the signature text box at the position where you want " "the image to appear and press *Ctrl+V* to insert it from the clipboard." msgstr "" "Öffnen Sie das Bild in einem Bildbetrachtungsprogramm oder Browserfenster " "und drücken Sie dann *Strg+C*, um es zu kopieren, klicken Sie an der " "Position in das Signatur-Textfeld, an der das Bild erscheinen soll, und " "drücken Sie *Strg+V*, um es aus der Zwischenablage einzufügen. " # e46f0ec39870444a9703f9c1d2dff872 #: ../../source/webmail-user-guide/roundcubemail/settings/identities.rst:171 msgid "Managing Multiple Sender Identities" msgstr "Mehrere Absenderidentitäten verwalten" # 5ee4b22076424158b247b9e8f5aae036 #: ../../source/webmail-user-guide/roundcubemail/settings/identities.rst:173 msgid "" "Unless restricted by the server administrator, the identity list has control " "buttons for adding and deleting sender identities. If present, click the + " "icon in the identity list footer to create a new identity. Fill out the form " "and click *Save* to create it. The new identity is now added to the list and " "can be edited or deleted from there." msgstr "" # 5b452b1d4dbd4ed58a2d875165503dd5 #: ../../source/webmail-user-guide/roundcubemail/settings/identities.rst:178 msgid "" "The *Delete* button also located in the identities list footer will delete " "the currently selected identity after displaying a confirmation dialog." msgstr "" "Die *Löschen*-Schaltfläche, die sich auch in der Fußzeile der " "Identitätenliste befindet, löscht die derzeitig ausgewählte Identität nach " "dem Anzeigen eines Bestätigungsdialogs." # e74f189196e744a380c8df3bd30c6211 #: ../../source/webmail-user-guide/roundcubemail/settings/identities.rst:88 -#, fuzzy msgid "Identities" msgstr "Absenderidentitäten" # e74f189196e744a380c8df3bd30c6211 #: ../../source/webmail-user-guide/roundcubemail/settings/identities.rst:88 -#, fuzzy msgid "Sender Identity" msgstr "Absenderidentitäten" #~ msgid "" #~ "The email address stated as sender of email messages you send with this " #~ "identity. " #~ msgid_plural "" #~ "Otherwise message sending might fail because of an invalid sender address." #~ msgstr[0] "" #~ "Die als Absender von E-Mail-Nachrichten, die Sie mit dieser Identität " #~ "versenden, angegebene E-Mail-Adresse; " #~ msgstr[1] "" #~ "Ansonsten kann das Senden von Nachrichten aufgrund einer ungültigen " #~ "Absenderadresse fehlschlagen." #~ msgid "The Email field might not be visible or editable. " #~ msgid_plural "" #~ "This is no malfunction but a restriction set by the server administrator " #~ "to prevent users from sending email with faked sender addresses." #~ msgstr[0] "Das E-Mai-Feld könnte nicht sichtbar oder bearbeitbar sein. " #~ msgstr[1] "" #~ "Das ist keine Fehlfunktion, sondern eine Beschränkung vom " #~ "Serveradministrator, um zu verhindern, dass Benutzer E-Mails mit " #~ "gefälschten Absenderadressen verschicken." #~ msgid "" #~ "HTML formatted signatures also allow to embed images which are sent with " #~ "outgoing messages. " #~ msgid_plural "" #~ "The image can be moved around or resized within the editor box using the " #~ "mouse." #~ msgstr[0] "" #~ "HTML-formatiert Signaturen erlauben auch das Einbinden von Bildern in " #~ "abgehende Nachrichten. " #~ msgstr[1] "" #~ "Das Bild kann innerhalb des Editors mit der Maus herumgeschoben oder in " #~ "seiner Größe angepasst werden." #~ msgid "" #~ "Unless restricted by the server administrator, the identity list has " #~ "control buttons for adding and deleting sender identities. " #~ msgid_plural "" #~ "The new identity is now added to the list and can be edited or deleted " #~ "from there." #~ msgstr[0] "" #~ "Wenn nicht vom Serveradministrator eingeschränkt, hat die " #~ "Identitätenliste Kontroll-Schaltflächen zum Hinzufügen und Löschen von " #~ "Absenderidentitäten. " #~ msgstr[1] "" #~ "Die neue Identität wurde der Liste hinzugefügt und kann von dort " #~ "bearbeitet oder gelöscht werden." diff --git a/locale/de/LC_MESSAGES/webmail-user-guide/roundcubemail/settings/index.po b/locale/de/LC_MESSAGES/webmail-user-guide/roundcubemail/settings/index.po index 6cdff5e1..89ff720d 100644 --- a/locale/de/LC_MESSAGES/webmail-user-guide/roundcubemail/settings/index.po +++ b/locale/de/LC_MESSAGES/webmail-user-guide/roundcubemail/settings/index.po @@ -1,35 +1,34 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-25 17:12+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" # 5f41a176f2804d388c3fc06079ec23f9 # da0c7823691441faad5276b694aad06a #: ../../source/webmail-user-guide/roundcubemail/settings/index.rst:88 #: ../../source/webmail-user-guide/roundcubemail/settings/index.rst:93 msgid "Settings" msgstr "Einstellungen" # a23327fd5e124995a9c6731629991c51 #: ../../source/webmail-user-guide/roundcubemail/settings/index.rst:95 -#, fuzzy msgid "" "The behavior as well as the look-and feel of the application can be adjusted " "in various ways. The *Settings* task holds all the switches and panels to " "configure your personal webmail." msgstr "" "Das Verhalten sowie das Aussehen und die Haptik der Anwendung kann auf " "verschiedene Weisen eingestellt werden. " diff --git a/locale/de/LC_MESSAGES/webmail-user-guide/roundcubemail/settings/preferences.po b/locale/de/LC_MESSAGES/webmail-user-guide/roundcubemail/settings/preferences.po index ddfd4d94..bd821dc3 100644 --- a/locale/de/LC_MESSAGES/webmail-user-guide/roundcubemail/settings/preferences.po +++ b/locale/de/LC_MESSAGES/webmail-user-guide/roundcubemail/settings/preferences.po @@ -1,885 +1,874 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-25 17:12+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" # 523a5f4fd16347c986817bf3e3d42279 # fcba66dd6a8b4ea0a25ea7734184a3c9 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:88 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:93 msgid "Preferences" msgstr "Voreinstellungen" # d6fdc12a70c94137b0d26c03d0625875 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:95 -#, fuzzy msgid "" "The user preferences let you adjust various options and settings that " "control the behavior and the UI of the webmail application. The numerous " "settings are grouped by the following sections:" msgstr "" "Mit den Benutzer-Voreinstellungen können Sie verschiedene Optionen und " "Einstellungen anpassen, die das Verhalten und die Benutzeroberfläche des " "Webmail-Dienstes steuern. " # 322666e7cf524cae8d74fc417813b414 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:98 msgid "" "After changing preferences, don't forget to save them by clicking the *Save* " "button below the settings form." msgstr "" "Vergessen Sie nicht, nach dem Ändern von Voreinstellungen zu speichern, " "indem Sie auf die *Speichern*-Schaltfläche unter der Einstellungen-Maske " "klicken." # 04b154a65cbb43fb801c2da0dc01bb74 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:104 msgid "User Interface" msgstr "Benutzeroberfläche" # 1d4518857d6c49b3a4827ce2c05a6a42 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:108 msgid "**Language**" msgstr "**Sprache**" # 563781886daf4b4489ccde7a371cf0d4 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:107 msgid "" "The webmail is available in numerous languages. Switch it here if you like. " "When accessing the application, the language is automatically chosen from " "your computer's operating system language." msgstr "" # 846737f996e24f47b1fe31471fd97382 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:112 msgid "**Time zone**" msgstr "**Zeitzone**" # 40c4ab4ac09b4fd3999ee046363bbc5c #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:111 -#, fuzzy msgid "" "Dates displayed anywhere (e.g. when a message is sent) will be automatically " "translated into your local time zone. Set this to *Auto* to let the system " "use your computer's time zone settings or select a specific time zone from " "the list." msgstr "" "Daten, die irgendwo angezeigt werden (z. B. wenn eine Nachricht versendet " "wird), werden automatisch in Ihre örtliche Zeitzone übertragen. " # 6686b64d0fb24930836c98ea1ae28f71 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:115 msgid "**Time format**" msgstr "**Zeitformat**" # 974fb7b59c394c3ca6a2ad0f059f1cbf #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:115 msgid "Select how time (hours, minutes) are displayed." msgstr "Wählen Sie, wie Zeit (Stunden, Minuten) angezeigt wird." # 633747b002b54f6099598b96ecf61dff #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:118 msgid "**Date format**" msgstr "**Datumsformat**" # a9987bcca7014fd183b8fa7286466ba3 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:118 msgid "Select the format how dates should be displayed." msgstr "Wählen Sie, in welchem Format Daten angezeigt werden sollen." # 603e114cacff410cb0c4477a593ed964 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:121 msgid "**Pretty dates**" msgstr "**Hübsche Daten**" # b601a421a36c40fb95e64a4bccb5b1b2 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:121 msgid "" "With this option checked, dates close to today will be translated into " "relative terms like \"Today\", \"Yesterday\", etc." msgstr "" "Wenn Sie an dieser Option ein Häkchen setzen, werden Daten, die dicht an " "Heute liegen, in relative Begriffe wie \"Heute\", \"Gestern\", usw. " "übertragen. " # cfbf6bc60d5440a29f726ee13581f450 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:124 msgid "**Refresh**" msgstr "**Aktualisieren**" # 5e1e1c97240e47a394301709e16e8d49 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:124 msgid "" "Set the interval you want the system to check for updates (e.g. for new " "messages arrived)" msgstr "" "Stellen Sie das Intervall, in dem das System z. B. neue nagekommene " "Nachrichten aktualisieren soll, ein. " # d0f4a09d48dc45a897b77c080fab568d #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:127 msgid "**Interface Skin**" msgstr "**Schnittstellenskin**" # 36dff6a5a59046278b0dc0b19cbb3705 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:127 msgid "" "Choose the visual appearance of the user interface from a selection of " "themes." msgstr "" "Wählen Sie das Aussehen der Benutzeroberfläche aus einer Auswahl von Motiven" # 83547041b29645be92fd606d2a7c4b8d #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:133 msgid "**Handle popups as standard windows**" msgstr "**Popups als gewöhnlich Fenster behandeln**" # 14ecc9ce4d3b4492a5aaf7dc72cc2a57 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:130 -#, fuzzy msgid "" "When Roundcube opens messages or the compose form in a new window, this can " "either be a detached window with a smaller size and without toolbar buttons " "or, with this option activated, be a regular browser window or even just " "anther tab in your current window. If enabled, all windows opened by the " "webmail application obey the settings of your browser." msgstr "" "Wenn Roundcube Nachrichten oder die Verfassen-Maske in einem neuen Fenster " "öffnet, kann dies entweder ein eigenes Fenster kleinerer Größe und ohne " "Werkzeugleisten-Schaltflächen sein oder, wenn diese Option aktiviert ist, " "ein normales Browserfenster oder sogar nur ein weiteres Tab in Ihrem " "aktuellen Fenster. " # 32695b8ab0874050b859dd12332d07ad #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:137 msgid "**Register protocol handler**" msgstr "**Protokollhandler registrieren**" # 6efba5822f9c4edba41c11e9901fac36 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:136 msgid "" "You can register this webmail app to be opened when ever you click an email " "link somewhere on the web." msgstr "" "Sie können diesen Webmail-Dienst registrieren, damit er geöffnet wird, wenn " "Sie irgendwo im Netz einen E-Mail-Link anklicken." # 34cec0e7ad214fe39bb8c3e9e26e8f78 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:142 msgid "Mailbox View" msgstr "Eingangsansicht" # 89723b897f4642fd9301685fb34df1e0 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:145 msgid "**Show preview pane**" msgstr "**Vorschaubereich anzeigen**" # aa29826e97814e14baa6c45c470238c1 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:145 msgid "This shows or hides the :ref:`mail-preview-pane` in the mail view." msgstr "" "Dies zeigt oder verbirgt das :ref:„Mail-Vorschaufeld \" " "in der Mailansicht." # a1fe97f259f94bfd9e3fe1e73f573377 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:148 msgid "**Mark previewed messages read**" msgstr "**Vorgeprüfte Nachrichten als gelesen markieren**" # a13a98385cb9438db52f2ec9ea81e2f5 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:148 msgid "" "Select the delay to mark new messages as \"read\" when opening them in the " "preview pane." msgstr "" "Wählen Sie die Verzögerung, mit der neue Nachrichten als „gelesen\" markiert " "werden, wenn sie im Vorschaubereich geöffnet werden." # 913113997d754f2a826ba7efa0c3a866 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:151 msgid "**Request for receipts**" msgstr "**Empfangsbestätigung anfragen**" # 6417c27988e04840b3a3397f8301d771 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:151 msgid "" "This option controls the behavior when you open a message for which the " "sender requested a read receipt." msgstr "" "Diese Option regelt das Verhalten, wenn Sie eine Nachricht öffnen, für die " "die Absenderin eine Empfangsbestätigung angefragt hat." # 2c5e191983a74dd8b02816738c79dc9d #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:155 msgid "**Expand message threads**" msgstr "**Nachrichtenthreads erweitern**" # f071d113d185480da2e7ea24c508272e #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:154 msgid "" "When listing messages in :ref:`threads `, this option " "controls how conversation groups are expanded in the list." msgstr "" "Wenn Nachrichten als :ref:„Threads \" aufgelistet werden, " "regelt diese Option, wie Konversationsgruppen in der Liste erweitert werden." # 6d703d0a1da9489a8226e0a454266fde # dc07e6e88b064f1683acbbf12150d099 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:159 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:278 msgid "**Rows per page**" msgstr "**Zeilen pro Seite**" # ac033aec061a4b94b108ed87ddb6bfd0 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:158 -#, fuzzy msgid "" "The messages list displays this number of messages at a time (aka a \"page" "\"). Increasing this number may result in longer loading times when opening " "a mailbox folder." msgstr "" "Die Nachrichtenliste zeigt diese Anzahl Nachrichten (bzw. eine „Seite\") " "gleichzeitig an. " # 04e76c80f60f485bb8b4dc8f3b873e40 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:164 msgid "**Check all folders for new messages**" msgstr "**Alle Ordner auf neue Nachrichten überprüfen**" # 77fc2214125b4222ae135249f0d6f6b8 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:162 msgid "" "By default, only the Inbox is checked for new messages periodically. If you " "have server-side filters installed that will move incoming messages to other " "folders, you should check this option." msgstr "" # a170cbfef2c64276b94a224f6bab1592 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:169 msgid "Displaying Messages" msgstr "Nachrichten anzeigen" # 2ceb300b9fdd4da18eda46b08ced3454 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:173 msgid "**Open message in a new window**" msgstr "**Nachricht in einem neuen Fenster öffnen**" # 4af554b7ce6e44749f61fa1e1d1cc427 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:172 msgid "" "With this option checked, double-clicking a message in the email view will " "open it in a new window instead of the current browser window/tab." msgstr "" "Wenn diese Option mit einem Häkchen versehen ist, öffnet Doppelklicken auf " "eine Nachricht in der E-Mail-Ansicht sie in einem neuen Fenster statt des " "aktuellen Browserfensters/-tabs." # f45606aca48248e1bef6390b16651207 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:177 msgid "**Display HTML**" msgstr "**HTML anzeigen**" # c4470763f3544df1b5d14df67fb7f197 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:176 -#, fuzzy msgid "" "Check this option to display formatted messages as the sender intended it. " "When disabled, formatted emails will be converted to plain text." msgstr "" "Setzen Sie bei dieser Option ein Häkchen, um formatierte Nachrichten " "darzustellen, wie es die Absenderin vorhatte. " # 9c7f5b8a08bc453990377b327c8cc4b8 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:182 msgid "**Display remote inline images**" msgstr "**Eingebundene externe Bilder anzeigen**" # 85d9f7e6bd1a404f9ef8e3c8aa183f1a #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:180 msgid "" "Formatted (HTML) messages can contain references to images which have to be " "loaded from a remote server. This can harm your privacy and reveal to the " "sender that you opened the message. This technique is often used by spammers " "to verify that your email address works and you may receive more spam." msgstr "" # de8010093ea04571829987bb92d00510 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:185 msgid "**Display attached images below the message**" msgstr "**Angehängte Bilder unter der Nachricht anzeigen**" # 9d6c92db127549aea7a4d69cb3d6dcb1 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:185 msgid "" "Enable this option if you want image attachments to be displayed below the " "message text." msgstr "" "Aktivieren Sie diese Option, wenn Sie wollen, dass Bildanhänge unter dem " "Nachrichtentext angezeigt werden." # 8d2b36d70c0b4fd5b9ad482523ca4273 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:189 msgid "**After message delete/move display the next message**" msgstr "**Nach dem Löschen/Verschieben nächste Nachricht anzeigen**" # ab1a0ce8227a460e9625cd2267d0335f #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:188 msgid "" "Controls whether the screen should jump to the next message in the list when " "opening an email message (not in the preview pane) and then move or delete " "it." msgstr "" "Regelt, ob die Anzeige zur nächsten Nachricht in der Liste wechseln soll, " "wenn eine E-Mail-Nachricht (nicht im Vorschaubereich) geöffnet und dann " "verschoben oder gelöscht wird." # 417d694610e04cecb62c7ea435dd502a # 170ee77393114a7cb8b03d85bd9aa7f0 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:192 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:252 msgid "Advanced options" msgstr "Erweiterte Optionen" # b3a8ac13c55c47ab860467695687defe #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:199 msgid "**Default Character Set**" msgstr "**Standard-Zeichensatz**" # d56ac72ba4a2446a857f93c44b588ff3 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:195 msgid "" "Some email systems do not specify the character set when sending messages. " "In such rare cases the receiver (your webmail application) has to make an " "assumption how to display the special characters (e.g. éäç) and therefore " "uses this setting. Select the character set/language the majority of your " "email correspondents use." msgstr "" # 84077a13ecce45508bf0d5b0ef5b5461 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:204 msgid "Composing Messages" msgstr "Nachrichten verfassen" # d60f8e5170bd460e8de879503e53d75e #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:208 msgid "**Compose in a new window**" msgstr "**In einem neuen Fenster verfassen**" # ea0b1157ce9c4d598998ad8638040b3d #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:207 msgid "" "With this option checked, the message compose form will open in a new window " "instead of the current browser window/tab." msgstr "" "Wenn diese Option mit einem Häkchen versehen ist, öffnet sich die Nachricht-" "Verfassen-Maske in einem neuen Fenster statt des aktuellen Browserfensters/-" "tabs." # 33059a55c1e64562bc545ce689f8be3d #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:213 msgid "**Compose HTML messages**" msgstr "**HTML-Nachrichten verfassen**" # d88b03fbaa41464d97e68d8043b762dc #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:211 msgid "" "Check this option to enable the rich text (HTML) editor when composing a new " "message. This is only the default setting for HTML message composing. It can " "be :ref:`toggled ` at any time while composing." msgstr "" # 605f8bed68d8418b95594c3439968b01 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:217 msgid "**Automatically save draft**" msgstr "**Entwurf automatisch speichern**" # 5c38273f6c65481b93d3fe4a382fbe1e #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:216 -#, fuzzy msgid "" "While you write a new message, a copy will be saved to the Drafts folder " "ever few minutes. Select the interval or disable the automatic saving here." msgstr "" "Während Sie eine neue Nachricht schreiben, wird alle paar Minuten eine Kopie " "im Entwürfe-Ordner gespeichert. " # 1d1772a0bf864f1092d05f948f64f471 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:220 msgid "**Always request a return receipt**" msgstr "**Immer eine Empfangsbestätigung anfordern**" # 223bede9b64c41b69df7d5eff0cfd2a2 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:220 msgid "" "Activate the \"Return receipt\" :ref:`sending option ` " "by default for new messages." msgstr "" "Aktivieren Sie die :ref:„Sendeoption \" für " "„Empfangsbestätigungen\" standardmäßig für neue Nachrichten." # 9ad19385abe34640b854d331c2425391 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:223 msgid "**Always request a delivery status notification**" msgstr "**Immer eine Zustellungsstatusmeldung anfordern**" # ee2b5afb9d66482bbdb6abaa7390ae1f #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:223 msgid "" "Activate the \"Delivery status notification\" :ref:`sending option ` by default for new messages." msgstr "" "Aktivieren Sie die :ref:„Sendeoption \" für " "„Zustellungsstatusmeldungen\" standardmäßig für neue Nachrichten." # ad736e28cb794d2c935d22657c66044d #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:226 msgid "**Place replies in the folder of the message being replied to**" msgstr "**Antworten im Ordner der beantworteten Nachricht speichern**" # 8cbdf461c9004a82a6e303d1ffbe2ea9 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:226 msgid "" "Choose the current folder for saving the reply message to instead of saving " "it to the \"Sent\" folder." msgstr "" "Wählen Sie den aktuellen Ordner zum Speichern von Antwort-Nachrichten statt " "sie im „Gesendet\"-Ordner zu speichern." # b4d2c831636043368b15f4db69412dfa #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:229 msgid "**When replying**" msgstr "**Beim Antworten**" # 6816e250f89c40f589e0eae7f2967fd5 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:229 msgid "" "This option controls whether and where to place the quoted original text " "when replying to a message." msgstr "" "Diese Option regelt, ob und wo der zu zitierende Originaltext stehen soll, " "wenn auf eine Nachricht geantwortet wird." # a8a3a645814841e1857e4a995e46ba39 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:233 msgid "**Messages forwarding**" msgstr "**Nachrichten weiterleiten**" # 8f3ac06d580145299a0bb9240e07d2f0 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:232 msgid "" "Controls the :ref:`mode ` how messages are forwarded " "by default when clicking the *Forward* button without choosing a forward " "mode." msgstr "" "Dies regelt den :ref:„Modus \", in dem " "Nachrichten standardmäßig weitergeleitet werden, wenn die *Weiterleiten*-" "Schaltfläche ohne Wahl eines Weiterleiten-Modus angeklickt wird." # 7a5a9a8134fe4b5b9e3badd248ca7633 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:236 msgid "**Default font of HTML message**" msgstr "**Standardschriftart einer HTML-Nachricht**" # e9d7db819e1c4d1b892deb1ebc648317 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:236 msgid "" "When writing a formatted (HTML) message, this font face and size is used for " "the default text formatting." msgstr "" "Wenn Sie eine formatierte (HTML-) Nachricht schreiben, werden diese " "Schriftart und -größe für die standardmäßige Textformatierung benutzt." # c257dd54acf24398ac1ccc44259c1f4c #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:239 msgid "**Default action of the \"Reply all\" button**" msgstr "**Standardfunktion der „Allen antworten\"-Schaltfläche**" # 73922c623de04d248cec320bc7b7c18e #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:239 msgid "" "When replying to messages coming from mailing lists, this setting controls " "how to reply to them." msgstr "" "Wenn man auf Nachrichten von Verteilern antwortet, regelt diese Einstellung, " "wie man auf sie antwortet." # f3b50497e34c47f79483bf928d5ff6ca #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:242 msgid "**Automatically add signature**" msgstr "**Signatur automatisch hinzufügen**" # 82a25655454f4532b0b99dd58fbd08d1 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:242 msgid "" "Select in which cases the signature text from your sender identity is added " "to a new message." msgstr "" "Wählen Sie, in welchen Fällen der Signaturtext Ihrer Absenderidentität einer " "neuen Nachricht hinzugefügt wird." # d872f07c8c56421fae46b2e1b2a7737a #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:246 msgid "**When replying remove original signature**" msgstr "**Ursprüngliche Signatur beim Antworten entfernen**" # 6b1872217de04cf28004c048bb8adbe7 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:245 msgid "" "As the name suggests, this setting removes detected signatures from the " "original message when citing it in the reply." msgstr "" "Wie der Name sagt, entfernt diese Einstellung erkannte Signaturen aus der " "ursprünglichen Nachricht, wenn sie in der Antwort zitiert wird." # 73277710feb1417fa2a13774c9a6df68 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:249 msgid "**Spellcheck Options**" msgstr "**Rechtschreibprüfungsoptionen**" # aa478ad6380043bfb794fa3a2d05c71b #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:249 msgid "These checkboxes control the behavior of the spell checker function." msgstr "Diese Kontrollkästchen steuern das Verhalten der Rechtschreibprüfung." # 9ff23e14b15f4933a625939a90a709f7 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:256 msgid "**Attachment names**" msgstr "**Anhangsnamen**" # 66a18202816c4059ad3d8821f0f33c11 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:255 -#, fuzzy msgid "" "Sometimes receivers of your email messages have difficulties to correctly " "see the names of attached files. Adjust this setting in case you get " "complaints about garbled attachment names." msgstr "" "Manchmal haben Empfänger Ihrer E-Mail-Nachrichten Schwierigkeiten, die Namen " "der angehängten Dateien richtig zu sehen. " # bd1eb10e761349d1988d11e94be45323 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:261 msgid "**Use MIME encoding for 8-bit characters**" msgstr "**MIME für 8-bit Zeichen benutzen**" # 26b7a266582444958b4ceb9ab964907d #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:259 -#, fuzzy msgid "" "This enables sending message texts the \"safe\" way but slightly increases " "the amount of data to be sent. Activate this option in case people cannot " "properly read message you send out." msgstr "" "Dies aktiviert das Versenden von Nachrichtentexten auf „sichere\" Weise, " "erhöht aber die zu versendende Datenmenge ein wenig. " # 5b4bba55b98140a18f4bf9aac6606606 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:266 msgid "Address Book" msgstr "Adressbuch" # 52b3dba594fe40ccab8e6721d1f6fa66 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:269 msgid "**Default address book**" msgstr "**Standardadressbuch**" # 77fdc91fc4f7472a91b18fe34162009d #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:269 msgid "" "Select the default address book where new contacts are saved to when adding " "them from the mail view." msgstr "" "Wählen Sie das Standardadressbuch aus, in dem neue Kontakte gespeichert " "werden, wenn sie aus der Mailansicht hinzugefügt werden." # 8c00a8095fdf4f3a9838b6d8166f9a8f #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:272 msgid "**List contacts as**" msgstr "**Kontakte auflisten als**" # ed955c1165e9448692b51ee14f858e35 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:272 msgid "Choose how names are displayed in the contact list." msgstr "Wählen Sie, wie Namen in der Kontaktliste angezeigt werden." # 33491ddcc1a24fcaba0ab830a2988554 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:275 msgid "**Sorting column**" msgstr "**Sortierspalte**" # 995c87d1a6494bee8f8077e769617358 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:275 msgid "Select the contact attribute used for sorting the contacts in the list." msgstr "" "Wählen Sie das Kontaktattribut, das für die Sortierung der Kontakte in der " "Liste genutzt werden soll;" # 433498648fcf4c589ef65fc7a68c5efe #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:278 msgid "" "The number of contacts displayed at a time (aka a \"page\") in the contact " "list." msgstr "" "die Anzahl der in der Kontaktliste gleichzeitig angezeigten Kontakte (bzw. " "eine „Seite\")." # ff50a108db7a40299cd1df2bfe60a17c #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:284 msgid "**Skip alternative email addresses in autocompletion**" msgstr "" "**Alternative E-Mail-Adressen bei der Autovervollständigung überspringen**" # eb78da701d9749e992a50df36abc26ca #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:281 -#, fuzzy msgid "" "With this option checked, every contact will only appear once in the " "autocompletion list that appears when you start typing in the recipient " "field. The first email address of the selected contact will then be " "inserted. If disabled, all email addresses of a matching contact are " "displayed for selection." msgstr "" "Wenn diese Option mit einem Häkchen versehen ist, erscheint jeder Kontakt " "nur einmal in der Autovervollständigungs-Liste, die erscheint, wenn Sie " "beginnen, in das Empfängerfeld zu tippen. " # 73fd33bf11d444bbbc01443bf40a4a16 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:289 msgid "Special Folders" msgstr "Spezialordner " # 7c7fb5c9936248ff867ba3e771f8caf1 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:291 -#, fuzzy msgid "" "Some folders have :ref:`special purposes ` " "and are used by system processes to store messages. This form allows you to " "choose which folders are used to store *Drafts*, *Sent* or deleted messages " "(*Trash*)." msgstr "" "Einige Ordner haben :ref:„besondere Zwecke \" " "und werden von Systemprozessen genutzt, um Nachrichten zu speichern. " # e6da8ad26c8b45339326e33cd4653ff4 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:296 msgid "**Show real names for special folders**" msgstr "**Echte Namen für Spezialordner anzeigen**" # 11a80456b42d4a47a11eb12a856ee36d #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:295 msgid "" "With this setting enabled, the original names of the assigned special " "folders are displayed in the folder list instead of localized names." msgstr "" "Wenn diese Einstellung aktiviert ist, werden die ursprünglichen Namen der " "zugeordneten Spezialordner statt lokalisierter Namen in der Ordnerliste " "angezeigt." # dd4007791ec045de9c2469de943d348c #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:314 msgid "Server Settings" msgstr "Server-Einstellungen" # 36b61c1806f841d486ae83d8e3d93a8d #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:316 msgid "" "This section provides more advanced settings that control how messages are " "treated by the email server." msgstr "" "Dieser Abschnitt bietet erweiterte Einstellungen, die regeln, wie " "Nachrichten vom E-Mail-Server behandelt werden." # 1448fc0d6b16410bb57836c3c3c2bff4 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:319 msgid "**Mark the message as read on delete**" msgstr "**Nachricht beim Löschen als gelesen markieren**" # 58647bac0e1445efb2b662fb2615a057 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:319 msgid "" "With this option enabled, unread messages are also flagged as read when " "deleting them right away." msgstr "" "Wenn diese Option aktiviert ist, werden ungelesene Nachrichten auch als " "gelesen markiert, wenn sie sofort gelöscht werden." # 17e565f6dd2f498693ddaf602fafdf90 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:323 msgid "**Flag the message for deletion instead of delete**" msgstr "**Nachricht fürs Löschen Markieren statt zu löschen**" # 91b542b21c2b4628ae79e6825c108c8e #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:322 msgid "" "Email messages can be flagged as deleted first before they're finally " "removed from a folder. That also allows to \"undelete\" them later on. In " "order to finally delete them, use the *Compact* command from the :ref:`mail-" "folders` operations menu." msgstr "" # 09b1c77efc9f4819a404d5a17b7a4d56 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:326 msgid "**Do not show deleted messages**" msgstr "**Gelöschte Nachrichten nicht anzeigen**" # 3d813114b59248a395d42bc5040a226a #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:326 msgid "This option suppresses messages flagged as deleted from being listed." msgstr "" "Diese Option unterdrückt Nachrichten, die als gelöscht markiert wurden, in " "der Liste." # 32f02aac46c14458b9127d7806e86986 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:330 msgid "**If moving messages to Trash fails, delete them**" msgstr "" "**Nachrichten löschen, wenn Verschieben in den Papierkorb fehlschlägt**" # f884f6131a284536a2f8d8529a3ca6f1 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:329 msgid "" "Moving to Trash can fail if the Trash folder isn't selected or over quota. " "With this option enabled, messages are deleted from the current folder when " "you attempt to move them to Trash." msgstr "" # fdfb67538ed540e784ce47e2ac1ea672 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:334 msgid "**Directly delete messages in Junk**" msgstr "**Nachrichten im Spam direkt löschen**" # 4ab35f2208d14c6489f6a36ef9db9a37 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:333 -#, fuzzy msgid "" "Messages in the *Junk* folder are also move to the *Trash* first when " "deleting them. Skip that step by enabling this option." msgstr "" "Nachrichten im *Spam*-Ordner werden auch zuerst in den *Papierkorb* " "verschoben, wenn sie gelöscht werden. " # bca0507ad6e74caa87873097177ddd5e #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:337 msgid "**Clear Trash on logout**" msgstr "**Papierkorb beim Ausloggen leeren**" # 9d533f58e8674e7b9b863efbf2507f75 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:337 msgid "" "As the option name says, this will empty the Trash folder when you :ref:" "`terminate the session `." msgstr "" "Wie der Name der Option sagt, leert dies den Papierkorb, wenn Sie die :ref:" "„Sitzung beenden \"." # 7bc7d50704cc4213a6fbcf02c639894d #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:340 msgid "**Compact Inbox on logout**" msgstr "**Eingang beim Ausloggen komprimieren**" # a686273fbeb84817b71ac6a5f0d576b4 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:340 msgid "" "This will remove all messages flagged for deletion from the Inbox when you :" "ref:`log-off `." msgstr "" "Dies entfernt alle Nachrichten, die zum Löschen markiert sind aus dem " "Eingang wenn Sie sich :ref:„ausloggen \"." #~ msgid "The webmail is available in numerous languages. " #~ msgid_plural "" #~ "When accessing the application, the language is automatically chosen from " #~ "your computer's operating system language." #~ msgstr[0] "Der Webmail-Dienst ist in zahlreichen Sprachen verfügbar. " #~ msgstr[1] "" #~ "Wenn Sie auf den Dienst zugreifen, wird die Sprache automatisch aus dem " #~ "Betriebssystem Ihres Computer ausgewählt." #~ msgid "" #~ "By default, only the Inbox is checked for new messages periodically. " #~ msgid_plural "" #~ "If you have server-side filters installed that will move incoming " #~ "messages to other folders, you should check this option." #~ msgstr[0] "" #~ "Standardmäßig wird nur der Eingang auf neue Nachrichten überprüft. " #~ msgstr[1] "" #~ "Wenn Sie serverseitige Filter installiert haben, die eingehende " #~ "Nachrichten in andere Ordner verschieben, sollten Sie diese Option mit " #~ "einem Häkchen versehen." #~ msgid "" #~ "Formatted (HTML) messages can contain references to images which have to " #~ "be loaded from a remote server. " #~ msgid_plural "" #~ "This technique is often used by spammers to verify that your email " #~ "address works and you may receive more spam." #~ msgstr[0] "" #~ "Formatierte (HTML-) Nachrichten können Verweise auf Bilder enthalten, die " #~ "von einem Remoteserver geladen werden müssen. " #~ msgstr[1] "" #~ "Diese Technik wird häufig von Spammern benutzt, um zu bestätigen, dass " #~ "Ihre E-Mail-Adresse funktioniert und Sie könnten mehr Spam erhalten." #~ msgid "" #~ "Some email systems do not specify the character set when sending " #~ "messages. " #~ msgid_plural "" #~ "Select the character set/language the majority of your email " #~ "correspondents use." #~ msgstr[0] "" #~ "Einige E-Mail-Systeme legen keinen Zeichensatz fest, wenn sie Nachrichten " #~ "versenden. " #~ msgstr[1] "" #~ "Wählen Sie den Zeichensatz / die Sprache, den die meisten Ihrer E-Mail-" #~ "Partner benutzen." #~ msgid "" #~ "Check this option to enable the rich text (HTML) editor when composing a " #~ "new message. " #~ msgid_plural "" #~ "It can be :ref:`toggled ` at any time while composing." #~ msgstr[0] "" #~ "Setzen Sie bei dieser Option ein Häkchen, um den Rich-Text (HTML)-Editor " #~ "zu aktivieren, wenn Sie eine neue Nachricht verfassen. " #~ msgstr[1] "" #~ "Sie kann jederzeit :ref:„umgeschaltet \" werden, " #~ "während Sie eine Nachricht verfassen." #~ msgid "" #~ "Email messages can be flagged as deleted first before they're finally " #~ "removed from a folder. " #~ msgid_plural "" #~ "In order to finally delete them, use the *Compact* command from the :ref:" #~ "`mail-folders` operations menu." #~ msgstr[0] "" #~ "E-Mail Nachrichten können zuerst als gelöscht markiert werden bevor sie " #~ "schließlich aus einem Ordner entfernt werden. " #~ msgstr[1] "" #~ "Um sie schließlich doch zu löschen, benutzen Sie den *Komprimieren*-" #~ "Befehl aus dem :ref:„Mail-Ordner \"-Tätigkeitenmenü." #~ msgid "" #~ "Moving to Trash can fail if the Trash folder isn't selected or over " #~ "quota. " #~ msgid_plural "" #~ "With this option enabled, messages are deleted from the current folder " #~ "when you attempt to move them to Trash." #~ msgstr[0] "" #~ "Das Verschieben in den Papierkorb kann fehlschlagen, wenn der Papierkorb " #~ "nicht ausgewählt oder über seiner Quote ist. " #~ msgstr[1] "" #~ "Wenn diese Option aktiviert ist, werden Nachrichten aus dem aktuellen " #~ "Ordner gelöscht, wenn man versucht, sie in den Papierkorb zu verschieben." diff --git a/locale/de/LC_MESSAGES/webmail-user-guide/roundcubemail/settings/responses.po b/locale/de/LC_MESSAGES/webmail-user-guide/roundcubemail/settings/responses.po index e7fc438b..c7904bfa 100644 --- a/locale/de/LC_MESSAGES/webmail-user-guide/roundcubemail/settings/responses.po +++ b/locale/de/LC_MESSAGES/webmail-user-guide/roundcubemail/settings/responses.po @@ -1,118 +1,116 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-25 17:12+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" # 65d771f227504ab5ada7cbf5a41106f7 # 100a1513cd44410293e15623e7ecd25e #: ../../source/webmail-user-guide/roundcubemail/settings/responses.rst:88 #: ../../source/webmail-user-guide/roundcubemail/settings/responses.rst:93 msgid "Canned Responses" msgstr "Vorgespeicherte Antworten" # cfc97166f69c4906a4022c16f7bb3625 #: ../../source/webmail-user-guide/roundcubemail/settings/responses.rst:95 msgid "" "This settings section lets you manage your personal boilerplates (aka " "\"canned responses\") which are handy when replying to messages with :ref:" "`prepared responses`." msgstr "" "Mit diesem Einstellungsabschnitt verwalten Sie Ihre persönlichen Vorlagen " "(bzw. vorgefertigte Antworten), die praktisch sind, wenn Sie auf Nachrichten " "mit :ref:„vorbereiteten Antworten\" antworten." # 3db4290168b7469aafc38f55b4329c66 #: ../../source/webmail-user-guide/roundcubemail/settings/responses.rst:100 msgid "Edit Reponses" msgstr "Antworten bearbeiten" # 8036ec03141f4e7982cab50883e80fd9 #: ../../source/webmail-user-guide/roundcubemail/settings/responses.rst:102 msgid "" "The middle pane displays a list of saved responses. Select one to see its " "name and text in the form on the right. You can right away edit both and " "save the changes by clicking the *Save* button." msgstr "" # bb085fe966ea492398b6425e8c511c36 #: ../../source/webmail-user-guide/roundcubemail/settings/responses.rst:106 msgid "" "If the fields are not editable and there's no *Save* button below, this is a " "global response defined by the system administrator which cannot be edited." msgstr "" "Wenn die Felder nicht bearbeitbar sind und es darunter keine *Speichern*-" "Schaltfläche gibt, handelt es sich um eine globale, vom System-Administrator " "festgelegte Antwort, die nicht bearbeitet werden kann. " # 0c1699694ec5445b85821d6d8d1ff952 #: ../../source/webmail-user-guide/roundcubemail/settings/responses.rst:112 msgid "Create a New Response" msgstr "Neue Antwort erstellen" # 506965ed55a94d8db1f31129754225c7 #: ../../source/webmail-user-guide/roundcubemail/settings/responses.rst:114 -#, fuzzy msgid "" "Click the + icon in the response list footer to create a new response. Give " "it a name, enter the response text and finish with clicking the *Save* " "button." msgstr "" "Klicken Sie auf das +-Icon in der Antwortlistenfußzeile, um eine neue " "Antwort zu erstellen. " # 264fa07ac36c4497b0d32715e6f8758d #: ../../source/webmail-user-guide/roundcubemail/settings/responses.rst:120 msgid "Delete a Reponse" msgstr "Eine Antwort löschen" # 480c9571743c4ce6a6391339a18e9254 #: ../../source/webmail-user-guide/roundcubemail/settings/responses.rst:122 msgid "" "The *Delete* button also located in the response list footer will delete the " "currently selected item after displaying a confirmation dialog." msgstr "" "Die *Löschen*-Schaltfläche, die sich auch in der Antwortlistenfußzeile " "befindet, löscht nach dem Anzeigen eines Bestätigungs-Dialogs das derzeitig " "ausgewählt Objekt." # 5cf80b8b0a5a42ceba10cdf3bb4f25c4 #: ../../source/webmail-user-guide/roundcubemail/settings/responses.rst:125 msgid "" "The button may be grayed out for global responses managed by the system " "administrator." msgstr "" "Die Schaltfläche könnte bei globalen, vom System-Administrator festgelegten " "Antworten grau überlegt sein." # 100a1513cd44410293e15623e7ecd25e #: ../../source/webmail-user-guide/roundcubemail/settings/responses.rst:88 -#, fuzzy msgid "Responses" msgstr "Vorgespeicherte Antworten" # 100a1513cd44410293e15623e7ecd25e #: ../../source/webmail-user-guide/roundcubemail/settings/responses.rst:88 msgid "Boilerplate" msgstr "" #~ msgid "The middle pane displays a list of saved responses. " #~ msgid_plural "" #~ "You can right away edit both and save the changes by clicking the *Save* " #~ "button." #~ msgstr[0] "Das mittlere Feld zeigt eine Liste gespeicherter Antworten an. " #~ msgstr[1] "" #~ "Sie können sofort beide bearbeiten und die Änderungen durch Klicken auf " #~ "die *Speichern*-Schaltfläche speichern." diff --git a/locale/fr/LC_MESSAGES/about/guam/building.po b/locale/fr/LC_MESSAGES/about/guam/building.po index 43ea00d1..1ef0d50c 100644 --- a/locale/fr/LC_MESSAGES/about/guam/building.po +++ b/locale/fr/LC_MESSAGES/about/guam/building.po @@ -1,54 +1,53 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/about/guam/building.rst:89 msgid "Building" msgstr "" #: ../../source/about/guam/building.rst:92 msgid "Build Requirements" msgstr "" #: ../../source/about/guam/building.rst:94 msgid "The following requirements need to be fulfilled to build Guam:" msgstr "" #: ../../source/about/guam/rpm-buildrequires.txt:15 msgid "erlang" msgstr "" #: ../../source/about/guam/rpm-buildrequires.txt:16 msgid "erlang-eimap >= 0.1.5" msgstr "" #: ../../source/about/guam/rpm-buildrequires.txt:17 msgid "erlang-goldrush" msgstr "" #: ../../source/about/guam/rpm-buildrequires.txt:18 msgid "erlang-lager >= 2.1.0" msgstr "" #: ../../source/about/guam/rpm-buildrequires.txt:19 msgid "erlang-rebar >= 2.5.1" msgstr "" #: ../../source/about/guam/building.rst:99 msgid "Build Instructions" msgstr "" diff --git a/locale/fr/LC_MESSAGES/about/guam/configuration.po b/locale/fr/LC_MESSAGES/about/guam/configuration.po index 0acf98b6..0bcf30e8 100644 --- a/locale/fr/LC_MESSAGES/about/guam/configuration.po +++ b/locale/fr/LC_MESSAGES/about/guam/configuration.po @@ -1,136 +1,135 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/about/guam/configuration.rst:89 msgid "Configuration" msgstr "" #: ../../source/about/guam/configuration.rst:91 msgid "" "The **Guam** configuration lives in :file:`rel/kolab_guam/releases/*/sys." "config` when running from source directly, and in :file:`/etc/guam/sys." "config` for installation from packages." msgstr "" #: ../../source/about/guam/configuration.rst:95 msgid "" "The configuration file consists of sections for each of the applications to " "configure, where it needs to be understood that **kolab_guam** is one such " "application, and **lager** for logging, and **sasl** for authentication, are " "two of the other sections." msgstr "" #: ../../source/about/guam/configuration.rst:100 msgid "" "This documentation only involves the **kolab_guam** section, and we refer " "you to the documentation upstream for the others." msgstr "" #: ../../source/about/guam/configuration.rst:103 msgid "" "Since **Guam** is a reverse IMAP proxy, it needs to be configured against an " "IMAP server (the backend \"imap_servers\"), and it needs to be configured to " "receive client connections (the \"listeners\")." msgstr "" #: ../../source/about/guam/configuration.rst:108 msgid "IMAP (backend) Server Configuration" msgstr "" #: ../../source/about/guam/configuration.rst:110 msgid "The default configuration for **imap_servers** looks as follows:" msgstr "" #: ../../source/about/guam/configuration.rst:134 msgid "" "On line *4* and line *11* each start the configuration for a new backend " "server, named *imap* and *imaps* respectively." msgstr "" #: ../../source/about/guam/configuration.rst:139 msgid "" "Strictly speaking, only one backend is required. The default configuration " "only uses two to show how multiple backends could be configured. One could " "configure completely different backends (say, 'kolabnow.com' and 'myhome." "dyndns.org' for example)." msgstr "" #: ../../source/about/guam/configuration.rst:144 msgid "" "The *imap* backend connects to host `127.0.0.1` on port `143` and is " "configured to use `STARTTLS`." msgstr "" #: ../../source/about/guam/configuration.rst:147 msgid "" "The *imaps* backend however connects to host `127.0.0.1` on port `993` and " "is configured to use implicit SSL/TLS." msgstr "" #: ../../source/about/guam/configuration.rst:151 msgid "Listener Configuration" msgstr "" #: ../../source/about/guam/configuration.rst:153 msgid "The following **listeners** are configured by default:" msgstr "" #: ../../source/about/guam/configuration.rst:196 msgid "" "Again, each listener is provided with an identity (*imap* and *imaps* " "respectively), listens on a different port (*9143* and *9993* respectively), " "with subtly different configuration;" msgstr "" #: ../../source/about/guam/configuration.rst:200 msgid "" "The *imap* listener on port *9143* is supposed to be used by clients that " "are configured to use `STARTTLS`," msgstr "" #: ../../source/about/guam/configuration.rst:203 msgid "" "The *imaps* listener on port *9993* is supposed to be used by clients that " "are configured to use implicit SSL/TLS (hence the `{ implicit_tls, true }` " "on line *22*." msgstr "" #: ../../source/about/guam/configuration.rst:207 msgid "" "The **imap_server** configuration for each of the listeners contains the " "name of the backend IMAP server configuration to use." msgstr "" #: ../../source/about/guam/configuration.rst:212 msgid "" "Note that a plaintext, STARTTLS and implicit SSL/TLS **listener** can, each " "of them separately, use a plaintext, STARTTLS and/or implicit SSL/TLS " "backend IMAP server (configured in the **imap_servers** section)." msgstr "" #: ../../source/about/guam/configuration.rst:217 msgid "Configuration in a Kolab Groupware Setup" msgstr "" #: ../../source/about/guam/configuration.rst:219 msgid "" "In a Kolab Groupware setup, **Guam** is configured with **listeners** on " "ports `143` and `993`, against an **imaps** IMAP server on `localhost` port " "`9993`." msgstr "" diff --git a/locale/fr/LC_MESSAGES/about/guam/contributing.po b/locale/fr/LC_MESSAGES/about/guam/contributing.po index 6aa29ac6..3d088f35 100644 --- a/locale/fr/LC_MESSAGES/about/guam/contributing.po +++ b/locale/fr/LC_MESSAGES/about/guam/contributing.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/about/guam/contributing.rst:89 msgid "Contributing" msgstr "" diff --git a/locale/fr/LC_MESSAGES/about/guam/index.po b/locale/fr/LC_MESSAGES/about/guam/index.po index 1d5bbe69..066d5dad 100644 --- a/locale/fr/LC_MESSAGES/about/guam/index.po +++ b/locale/fr/LC_MESSAGES/about/guam/index.po @@ -1,61 +1,60 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/about/guam/index.rst:92 msgid "Guam" msgstr "" #: ../../source/about/guam/index.rst:94 msgid "" "**Guam** is an intelligent reverse IMAP proxy that applies rulesets to " "commands, command results and payload, provided context." msgstr "" #: ../../source/about/guam/index.rst:97 msgid "" "Current features include filtering groupware folders from IMAP folder " "operations, such that IMAP clients that do not understand Kolab Groupware " "folders are not shown those folders." msgstr "" #: ../../source/about/guam/index.rst:101 msgid "" "Future features include Data-Loss Prevention (DLP) capabilities and Audit " "Trail integration." msgstr "" #: ../../source/about/guam/index.rst:104 msgid "**Guam** is a Kolab product hosted at `Phabricator`_:" msgstr "" #: ../../source/about/guam/index.rst:106 msgid "Project URL: https://git.kolab.org/tag/guam/" msgstr "" #: ../../source/about/guam/index.rst:108 msgid "Git URL (anonymous): https://git.kolab.org/diffusion/G/guam.git" msgstr "" #: ../../source/about/guam/index.rst:110 msgid "Git URL (authorized): ssh://git@git.kolab.org/diffusion/G/guam.git" msgstr "" #: ../../source/about/guam/index.rst:113 msgid "Further Information" msgstr "" diff --git a/locale/fr/LC_MESSAGES/about/guam/installation.po b/locale/fr/LC_MESSAGES/about/guam/installation.po index bb461808..b68530a8 100644 --- a/locale/fr/LC_MESSAGES/about/guam/installation.po +++ b/locale/fr/LC_MESSAGES/about/guam/installation.po @@ -1,102 +1,101 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/about/guam/installation.rst:89 msgid "Installation" msgstr "" #: ../../source/about/guam/rpm-requires.txt:31 msgid ":ref:`about-erlang-eimap` >= 0.1.2" msgstr "" #: ../../source/about/guam/rpm-requires.txt:32 msgid ":ref:`about-erlang-goldrush`" msgstr "" #: ../../source/about/guam/rpm-requires.txt:33 msgid ":ref:`about-erlang-lager` >= 2.1.0" msgstr "" #: ../../source/about/guam/rpm-requires.txt:34 msgid ":ref:`about-erlang` >= 17.4" msgstr "" #: ../../source/about/guam/rpm-requires.txt:35 msgid "bash" msgstr "" #: ../../source/about/guam/rpm-requires.txt:36 msgid "coreutils" msgstr "" #: ../../source/about/guam/rpm-requires.txt:37 msgid "glibc" msgstr "" #: ../../source/about/guam/rpm-requires.txt:38 msgid "libgcc" msgstr "" #: ../../source/about/guam/rpm-requires.txt:39 msgid "libstdc++" msgstr "" #: ../../source/about/guam/rpm-requires.txt:40 msgid "mesa-libGL" msgstr "" #: ../../source/about/guam/rpm-requires.txt:41 msgid "mesa-libGLU" msgstr "" #: ../../source/about/guam/rpm-requires.txt:42 msgid "ncurses-libs" msgstr "" #: ../../source/about/guam/rpm-requires.txt:43 msgid "openssl-libs" msgstr "" #: ../../source/about/guam/rpm-requires.txt:44 msgid "shadow-utils" msgstr "" #: ../../source/about/guam/rpm-requires.txt:45 msgid "systemd" msgstr "" #: ../../source/about/guam/rpm-requires.txt:46 msgid "systemd-libs" msgstr "" #: ../../source/about/guam/rpm-requires.txt:47 msgid "wxBase" msgstr "" #: ../../source/about/guam/rpm-requires.txt:48 msgid "wxGTK" msgstr "" #: ../../source/about/guam/rpm-requires.txt:49 msgid "wxGTK-gl" msgstr "" #: ../../source/about/guam/rpm-requires.txt:50 msgid "zlib" msgstr "" diff --git a/locale/fr/LC_MESSAGES/about/guam/packaging.po b/locale/fr/LC_MESSAGES/about/guam/packaging.po index a566f3dd..1f2096a8 100644 --- a/locale/fr/LC_MESSAGES/about/guam/packaging.po +++ b/locale/fr/LC_MESSAGES/about/guam/packaging.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/about/guam/packaging.rst:89 msgid "Packaging" msgstr "" diff --git a/locale/fr/LC_MESSAGES/about/guam/troubleshooting.po b/locale/fr/LC_MESSAGES/about/guam/troubleshooting.po index f3b0cc55..60a09c02 100644 --- a/locale/fr/LC_MESSAGES/about/guam/troubleshooting.po +++ b/locale/fr/LC_MESSAGES/about/guam/troubleshooting.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/about/guam/troubleshooting.rst:89 msgid "Troubleshooting" msgstr "" diff --git a/locale/fr/LC_MESSAGES/about/guam/version-matrix.po b/locale/fr/LC_MESSAGES/about/guam/version-matrix.po index 2e8a9945..16acccb3 100644 --- a/locale/fr/LC_MESSAGES/about/guam/version-matrix.po +++ b/locale/fr/LC_MESSAGES/about/guam/version-matrix.po @@ -1,100 +1,99 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/about/guam/version-matrix.rst:91 msgid "Version Matrix" msgstr "" #: ../../source/about/guam/version-matrix.rst msgid "Version Table for guam" msgstr "" #: ../../source/about/guam/version-matrix.rst:96 msgid "Kolab Version(s)" msgstr "" #: ../../source/about/guam/version-matrix.rst:96 msgid "Platform(s)" msgstr "" #: ../../source/about/guam/version-matrix.rst:96 msgid "Version" msgstr "" #: ../../source/about/guam/version-matrix.rst:98 msgid "Kolab:Winterfell" msgstr "" #: ../../source/about/guam/version-matrix.rst:98 #: ../../source/about/guam/version-matrix.rst:112 #: ../../source/about/guam/version-matrix.rst:116 msgid "CentOS_7" msgstr "" #: ../../source/about/guam/version-matrix.rst:98 #: ../../source/about/guam/version-matrix.rst:100 #: ../../source/about/guam/version-matrix.rst:102 #: ../../source/about/guam/version-matrix.rst:104 #: ../../source/about/guam/version-matrix.rst:106 #: ../../source/about/guam/version-matrix.rst:108 #: ../../source/about/guam/version-matrix.rst:110 msgid "0.8-7" msgstr "" #: ../../source/about/guam/version-matrix.rst:100 msgid "Debian_8.0" msgstr "" #: ../../source/about/guam/version-matrix.rst:102 msgid "Debian_9.0" msgstr "" #: ../../source/about/guam/version-matrix.rst:104 msgid "Fedora_23" msgstr "" #: ../../source/about/guam/version-matrix.rst:106 msgid "Ubuntu_14.04" msgstr "" #: ../../source/about/guam/version-matrix.rst:108 msgid "Ubuntu_16.04" msgstr "" #: ../../source/about/guam/version-matrix.rst:110 msgid "openSUSE_13.2" msgstr "" #: ../../source/about/guam/version-matrix.rst:112 msgid "Kolab:16" msgstr "" #: ../../source/about/guam/version-matrix.rst:112 #: ../../source/about/guam/version-matrix.rst:114 #: ../../source/about/guam/version-matrix.rst:116 msgid "0.7.2-2" msgstr "" #: ../../source/about/guam/version-matrix.rst:114 msgid "Kolab:14" msgstr "" #: ../../source/about/guam/version-matrix.rst:114 msgid "CentOS_6" msgstr "" diff --git a/locale/fr/LC_MESSAGES/about/index.po b/locale/fr/LC_MESSAGES/about/index.po index 676efa03..2befec65 100644 --- a/locale/fr/LC_MESSAGES/about/index.po +++ b/locale/fr/LC_MESSAGES/about/index.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/about/index.rst:92 msgid "Kolab Groupware Software Index" msgstr "" diff --git a/locale/fr/LC_MESSAGES/administrator-guide/md5-sasl-mechs.po b/locale/fr/LC_MESSAGES/administrator-guide/md5-sasl-mechs.po index ca34b6d2..3224af85 100644 --- a/locale/fr/LC_MESSAGES/administrator-guide/md5-sasl-mechs.po +++ b/locale/fr/LC_MESSAGES/administrator-guide/md5-sasl-mechs.po @@ -1,118 +1,117 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/administrator-guide/md5-sasl-mechs.rst:90 msgid "The CRAM-MD5 and DIGEST-MD5 SASL Authentication Mechanisms" msgstr "" #: ../../source/administrator-guide/md5-sasl-mechs.rst:92 msgid "" "These two credential exchange mechanisms depend on the tip of the iceberg " "being a shared secret, that both parties have available to them in " "plaintext, prior to the actual exchange of credentials." msgstr "" #: ../../source/administrator-guide/md5-sasl-mechs.rst:96 msgid "" "Starting at such tip, the mechanisms basically describe a methodology for " "the server and the client to each end up with an iceberg of the same " "dimensions, so that it can be compared, and matched." msgstr "" #: ../../source/administrator-guide/md5-sasl-mechs.rst:100 msgid "" "The principle of storing a shared secret at any one location -- let alone at " "multiple individual, stand-alone locations -- that also harbors the attack " "surface of a service is a virtual no-go. Storing the shared secret in " "plaintext is one type of offence, and storing the shared secret in a reverse-" "cryptable fashion is another type of offence." msgstr "" #: ../../source/administrator-guide/md5-sasl-mechs.rst:106 msgid "" "However, some networks may have, in the past, some long time ago, " "consciously or otherwise, decided that running a PKI was just slightly too " "inconvenient, and perhaps unprotected traffic would therefore need not " "exchange any user's credentials in humanly legible form. Enter secrecy for " "the wire, but obscurity for the client and the server both." msgstr "" #: ../../source/administrator-guide/md5-sasl-mechs.rst:114 msgid "" "It MUST be very clear by now, such CAN NOT sustain an environment with the " "continued support of Kolab." msgstr "" #: ../../source/administrator-guide/md5-sasl-mechs.rst:117 msgid "" "If it is not yet all that clear though, please feel free to contact your " "friendly consultant at Kolab Systems AG." msgstr "" #: ../../source/administrator-guide/md5-sasl-mechs.rst:120 msgid "" "To migrate such environments, one might enable CRAM-MD5 and/or DIGEST-MD5 " "authentication credential exchange mechanisms. The assumption is that either " "you use :file:`/etc/sasldb2` and have the means to synchronize password " "changes over however many systems, or that you already use a plugin allowing " "you to centralize the storage so it can be reached by multiple systems, over " "the network. Re-apply whichever logic to your Kolab servers, and you should " "be fine and live happily ever after -- you get rid of plain text copies of " "users' passwords on your servers." msgstr "" #: ../../source/administrator-guide/md5-sasl-mechs.rst:129 msgid "In :file:`/etc/imapd.conf`, ensure the following is set:" msgstr "" #: ../../source/administrator-guide/md5-sasl-mechs.rst:135 msgid "Add to :file:`/etc/imapd.conf`, if it doesn't already exist:" msgstr "" #: ../../source/administrator-guide/md5-sasl-mechs.rst:141 msgid "" "Ensure (albeit contrary to the aforementioned advice) you have the **cyrus-" "sasl-md5** package installed:" msgstr "" #: ../../source/administrator-guide/md5-sasl-mechs.rst:147 msgid "" "Entertain Postfix with a similar set of configuration items in :file:`/etc/" "sasl2/smtpd.conf`:" msgstr "" #: ../../source/administrator-guide/md5-sasl-mechs.rst:155 msgid "Restart services as you deem appropriate." msgstr "" #: ../../source/administrator-guide/md5-sasl-mechs.rst:157 msgid "Now you can test the functionality as follows:" msgstr "" #: ../../source/administrator-guide/md5-sasl-mechs.rst:163 msgid "Add this user with a different password, to the local sasldb:" msgstr "" #: ../../source/administrator-guide/md5-sasl-mechs.rst:169 msgid "And run again:" msgstr "" #: ../../source/administrator-guide/md5-sasl-mechs.rst:175 msgid "Also run:" msgstr "" diff --git a/locale/fr/LC_MESSAGES/administrator-guide/sender-bcc-maps.po b/locale/fr/LC_MESSAGES/administrator-guide/sender-bcc-maps.po index dfc21874..fd9ad65e 100644 --- a/locale/fr/LC_MESSAGES/administrator-guide/sender-bcc-maps.po +++ b/locale/fr/LC_MESSAGES/administrator-guide/sender-bcc-maps.po @@ -1,61 +1,60 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/administrator-guide/sender-bcc-maps.rst:90 msgid "Sender BCC Maps" msgstr "" #: ../../source/administrator-guide/sender-bcc-maps.rst:92 msgid "" "When a shared folder is used by a number of people, each of them " "individually sending new messages and responding to existing threads, it is " "important to be able to let the other people be aware of the contents of the " "entire thread." msgstr "" #: ../../source/administrator-guide/sender-bcc-maps.rst:96 msgid "" "Suppose John and Jane are both responsible for the shared mail folder " "`shared/info@example.org` -- the recipient for all `info@example.org` " "traffic." msgstr "" #: ../../source/administrator-guide/sender-bcc-maps.rst:99 msgid "" "Now suppose that John and Jane both have been delegated the authority to " "submit messages with an envelope sender address of `info@example.org`." msgstr "" #: ../../source/administrator-guide/sender-bcc-maps.rst:102 msgid "" "The following configuration will enable responses and new messages that John " "or Jane send, using the `info@example.org` identity they have been delegated " "authority for, to be stored as part of the ongoing conversation in `shared/" "info@example.org`." msgstr "" #: ../../source/administrator-guide/sender-bcc-maps.rst:107 msgid "" "Add a lookup table :file:`/etc/postfix/ldap/sender_bcc_maps_sharedfolders." "cf`:" msgstr "" #: ../../source/administrator-guide/sender-bcc-maps.rst:125 msgid "Configure **postfix** to use this lookup table:" msgstr "" diff --git a/locale/fr/LC_MESSAGES/administrator-guide/smtp-content-filtering.po b/locale/fr/LC_MESSAGES/administrator-guide/smtp-content-filtering.po index c49f078c..ed73269c 100644 --- a/locale/fr/LC_MESSAGES/administrator-guide/smtp-content-filtering.po +++ b/locale/fr/LC_MESSAGES/administrator-guide/smtp-content-filtering.po @@ -1,336 +1,335 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/administrator-guide/smtp-content-filtering.rst:91 msgid "Enabling SMTP Content Filters" msgstr "" #: ../../source/administrator-guide/smtp-content-filtering.rst:93 msgid "" ":ref:`and_mta_wallace` is a Kolab Groupware content-filter, adding " "functionality to the SMTP message pipeline like resource scheduling, " "enforcement of invitation policies, appending of footers and signatures, etc." msgstr "" #: ../../source/administrator-guide/smtp-content-filtering.rst:101 msgid "Invitation policies" msgstr "" #: ../../source/administrator-guide/smtp-content-filtering.rst:103 msgid "" "The :ref:`invitationpolicy module ` of " "Wallace processes incoming iTip invitations or replies which address a local " "user. Depending on the recipient's invitation policy settings or the global " "default, the iTip message is either automatically processed or forwarded to " "the user's inbox or calendar for manual confirmation." msgstr "" #: ../../source/administrator-guide/smtp-content-filtering.rst:108 msgid "" "To enable the resource scheduling module, add ``invitationpolicy`` to the " "list of active wallace modules in ``/etc/kolab/kolab.conf``:" msgstr "" #: ../../source/administrator-guide/smtp-content-filtering.rst:116 msgid "" "A user's invitation policy settings are stored in LDAP using the " "``kolabInvitationPolicy`` which can contain multiple values which are " "processed from top to bottom until one matches the situation. A global " "default can be defined in ``/etc/kolab/kolab.conf`` with" msgstr "" #: ../../source/administrator-guide/smtp-content-filtering.rst:127 msgid "The following values can be used to compose the invitation policy set:" msgstr "" #: ../../source/administrator-guide/smtp-content-filtering.rst:132 msgid "General invitation policy settings" msgstr "" #: ../../source/administrator-guide/smtp-content-filtering.rst:134 msgid "(apply to all iTip object types)" msgstr "" #: ../../source/administrator-guide/smtp-content-filtering.rst:136 msgid "``ALL_MANUAL``" msgstr "" #: ../../source/administrator-guide/smtp-content-filtering.rst:138 msgid "" "Forwards the message to the user's inbox for manual processing in the client." msgstr "" #: ../../source/administrator-guide/smtp-content-filtering.rst:140 msgid "``ALL_ACCEPT``" msgstr "" #: ../../source/administrator-guide/smtp-content-filtering.rst:142 msgid "" "Always accepts the event invitation or task assignment. This will reply to " "the organizer with ``PARTSTAT=ACCEPTED`` and store the event in the user's " "default calendar or tasklist respectively." msgstr "" #: ../../source/administrator-guide/smtp-content-filtering.rst:146 msgid "``ALL_REJECT``" msgstr "" #: ../../source/administrator-guide/smtp-content-filtering.rst:148 msgid "" "Always rejects the invitation or assignment. This will also store a copy of " "the rejected invitation in the user's default calendar for later reference." msgstr "" #: ../../source/administrator-guide/smtp-content-filtering.rst:151 msgid "``ALL_UPDATE``" msgstr "" #: ../../source/administrator-guide/smtp-content-filtering.rst:153 msgid "" "When receiving an iTip REPLY, this policy automatically updates the copy of " "the referring object in the user's personal folders with the updated " "participant status of the replying user. This also reacts on iTip CANCEL " "messages by updating the object's status to CANCELLED and the transparency " "to TRANSPARENT." msgstr "" #: ../../source/administrator-guide/smtp-content-filtering.rst:158 msgid "``ALL_UPDATE_AND_NOTIFY``" msgstr "" #: ../../source/administrator-guide/smtp-content-filtering.rst:160 msgid "" "Same as ``ACT_UPDATE`` but with an additional notification email being sent " "to the recipient reporting the updated participants status or object " "properties which have changed." msgstr "" #: ../../source/administrator-guide/smtp-content-filtering.rst:164 msgid "``ALL_SAVE_TO_FOLDER``" msgstr "" #: ../../source/administrator-guide/smtp-content-filtering.rst:166 msgid "" "No automatic accepting or rejecting is being done for iTip invitations here " "but the invitation is being saved in the user's default calendar or tasklist " "respectively and the iTip message is not forwarded to the user's email inbox." msgstr "" #: ../../source/administrator-guide/smtp-content-filtering.rst:170 msgid "``ALL_SAVE_AND_FORWARD``" msgstr "" #: ../../source/administrator-guide/smtp-content-filtering.rst:172 msgid "" "Same as ``ALL_SAVE_TO_FOLDER`` but forwarding the original iTip message to " "the user's email inbox for notification purposes." msgstr "" #: ../../source/administrator-guide/smtp-content-filtering.rst:175 msgid "``ALL_CANCEL_DELETE``" msgstr "" #: ../../source/administrator-guide/smtp-content-filtering.rst:177 msgid "" "When receiving an iTip CANCEL message, this policy removes the copy of the " "referring object from the user's personal folders." msgstr "" #: ../../source/administrator-guide/smtp-content-filtering.rst:180 msgid "``ALL_CANCEL_DELETE_AND_NOTIFY``" msgstr "" #: ../../source/administrator-guide/smtp-content-filtering.rst:182 msgid "" "Same as ``ALL_CANCEL_DELETE`` but with an additional notification email " "being sent to the recipient reporting removal of the referred object." msgstr "" #: ../../source/administrator-guide/smtp-content-filtering.rst:187 msgid "Event-specific policy settings" msgstr "" #: ../../source/administrator-guide/smtp-content-filtering.rst:189 msgid "``EVENT_ACCEPT``" msgstr "" #: ../../source/administrator-guide/smtp-content-filtering.rst:191 msgid "Same as ``ALL_ACCEPT`` but only applies for event invitations." msgstr "" #: ../../source/administrator-guide/smtp-content-filtering.rst:193 msgid "``EVENT_ACCEPT_IF_NO_CONFLICT``" msgstr "" #: ../../source/administrator-guide/smtp-content-filtering.rst:195 msgid "" "Same as ``EVENT_ACCEPT`` but only if the invitation doesn't conflict with an " "existing event in the user's calendar(s)." msgstr "" #: ../../source/administrator-guide/smtp-content-filtering.rst:198 msgid "``EVENT_TENTATIVE``" msgstr "" #: ../../source/administrator-guide/smtp-content-filtering.rst:200 msgid "Same as ``EVENT_ACCEPT`` but replying with ``PARTSTAT=TENTATIVE``." msgstr "" #: ../../source/administrator-guide/smtp-content-filtering.rst:202 msgid "``EVENT_TENTATIVE_IF_NO_CONFLICT``" msgstr "" #: ../../source/administrator-guide/smtp-content-filtering.rst:204 msgid "" "Same as ``EVENT_TENTATIVE_IF_NO_CONFLICT`` but replying with " "``PARTSTAT=TENTATIVE``." msgstr "" #: ../../source/administrator-guide/smtp-content-filtering.rst:206 msgid "``EVENT_REJECT``" msgstr "" #: ../../source/administrator-guide/smtp-content-filtering.rst:208 msgid "Same as ``ALL_REJECT`` but only applies for event invitations." msgstr "" #: ../../source/administrator-guide/smtp-content-filtering.rst:210 msgid "``EVENT_REJECT_IF_CONFLICT``" msgstr "" #: ../../source/administrator-guide/smtp-content-filtering.rst:212 msgid "" "Same as ``ACT_REJECT`` but only rejects invitations if they conflict with an " "existing event in the user's calendar(s)." msgstr "" #: ../../source/administrator-guide/smtp-content-filtering.rst:215 msgid "``EVENT_SAVE_TO_FOLDER``" msgstr "" #: ../../source/administrator-guide/smtp-content-filtering.rst:217 msgid "Same as ``ALL_SAVE_TO_FOLDER`` but only applies for event invitations." msgstr "" #: ../../source/administrator-guide/smtp-content-filtering.rst:219 msgid "``EVENT_SAVE_AND_FORWARD``" msgstr "" #: ../../source/administrator-guide/smtp-content-filtering.rst:221 msgid "" "Same as ``ALL_SAVE_AND_FORWARD`` but only applies for event invitations." msgstr "" #: ../../source/administrator-guide/smtp-content-filtering.rst:225 msgid "Task-specific policy settings" msgstr "" #: ../../source/administrator-guide/smtp-content-filtering.rst:227 msgid "" "Basically all values from the :ref:`admin_wallace-invitation-policy-global-" "values` but with the ``TASK_`` prefix instead of ``ALL_``." msgstr "" #: ../../source/administrator-guide/smtp-content-filtering.rst:232 msgid "Per sender invitation policies" msgstr "" #: ../../source/administrator-guide/smtp-content-filtering.rst:234 msgid "" "Each policy identifier can have a sender filter appended with ``:" "[sender@]domain.tld``. If present, the policy will only be applied if the " "sender of the iTip message matches the given domain or email address " "substring. Otherwise the entry will be ignored and the process continues " "with the next entry in the list." msgstr "" #: ../../source/administrator-guide/smtp-content-filtering.rst:242 msgid "Auto-updating all participant's calendars" msgstr "" #: ../../source/administrator-guide/smtp-content-filtering.rst:244 msgid "" "Along with the ``ALL_UPDATE`` policy, :ref:`Wallace ` can " "also update copies of the referenced event in all the participant's " "calendars. With the regular iTip workflow, an iTip REPLY will only inform " "the organizer about the participation status of an individual. Enabling the " "following config option in ``/etc/kolab/kolab.conf`` will instruct the " "server to automatically update the status in the personal calendars of each " "listed participant." msgstr "" #: ../../source/administrator-guide/smtp-content-filtering.rst:259 msgid "" "Auto-updating of all event copies is only executed if the event organizer " "receiving the iTip reply has activated the ``ALL_UPDATE`` invitation policy." msgstr "" #: ../../source/administrator-guide/smtp-content-filtering.rst:264 msgid "Resource scheduling" msgstr "" #: ../../source/administrator-guide/smtp-content-filtering.rst:266 msgid "" "The :ref:`resource scheduling ` module " "of Wallace can pick up incoming messages and identify iTip invitations which " "address a resource. The invited resource's calendar is then consulted and " "the invitation is either accepted or declined depending on the resource's " "availability for the requested time." msgstr "" #: ../../source/administrator-guide/smtp-content-filtering.rst:271 msgid "" "To enable the resource scheduling module, add ``resources`` to the list of " "active wallace modules in ``/etc/kolab/kolab.conf``:" msgstr "" #: ../../source/administrator-guide/smtp-content-filtering.rst:283 msgid "Footers and signatures" msgstr "" #: ../../source/administrator-guide/smtp-content-filtering.rst:285 msgid "" "Another Wallace module can append footers or signatures to outgoing " "messages. Enable this module by adding ``footer`` to the list of active " "wallace modules in ``/etc/kolab/kolab.conf``:" msgstr "" #: ../../source/administrator-guide/smtp-content-filtering.rst:295 msgid "The module requires the following additional config options:" msgstr "" #: ../../source/administrator-guide/smtp-content-filtering.rst:297 msgid "``footer_text``" msgstr "" #: ../../source/administrator-guide/smtp-content-filtering.rst:299 msgid "" "Absolute path to a text file holding the contents of the footer to be added " "to plain text messages." msgstr "" #: ../../source/administrator-guide/smtp-content-filtering.rst:302 msgid "``footer_html``" msgstr "" #: ../../source/administrator-guide/smtp-content-filtering.rst:304 msgid "" "Absolute path to a text file holding the HTML formatted contents of the " "footer to be added to outgoing HTML messages." msgstr "" diff --git a/locale/fr/LC_MESSAGES/administrator-guide/troubleshooting.po b/locale/fr/LC_MESSAGES/administrator-guide/troubleshooting.po index d7399ee2..c28cd160 100644 --- a/locale/fr/LC_MESSAGES/administrator-guide/troubleshooting.po +++ b/locale/fr/LC_MESSAGES/administrator-guide/troubleshooting.po @@ -1,164 +1,163 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/administrator-guide/troubleshooting.rst:89 msgid "Troubleshooting for HTTP-based services" msgstr "" #: ../../source/administrator-guide/troubleshooting.rst:91 msgid "" "A good first start to troubleshoot an issue with a HTTP-based service is to " "check your webserver's error log. For Apache this usually resides in :file:`/" "var/log/apache2/` or :file:`/var/log/httpd/`." msgstr "" #: ../../source/administrator-guide/troubleshooting.rst:94 msgid "" "Often, you will be able to find some useful information about your problem " "which enables you to fix it yourself. Doing an internet search for the error " "message is also a good idea. If you do not find anything about your problem, " "you might ask on the `Kolab users mailing list `_ about it. Please include the version number of the " "package that is causing the issue." msgstr "" #: ../../source/administrator-guide/troubleshooting.rst:100 msgid "" "If you are sure that you have found something that needs fixing from Kolab's " "developers, you can as `file an issue `_ in the public tracker after checking that it has not been reported " "already." msgstr "" #: ../../source/administrator-guide/troubleshooting.rst:107 msgid "Enable General Error Logging" msgstr "" #: ../../source/administrator-guide/troubleshooting.rst:109 msgid "" "Before you start to debug your problem, please make sure that you actually " "have error logging enabled." msgstr "" #: ../../source/administrator-guide/troubleshooting.rst:112 msgid "" "You would edit the file :file:`/etc/roundcubemail/config.inc.php` and verify " "that the debug level is set correctly." msgstr "" #: ../../source/administrator-guide/troubleshooting.rst:119 msgid "" "The :command:`tail -f` command can be helpful in identifying the right " "message during incoming requests. It displays changes to the log file on the " "screen as the log messages come in." msgstr "" #: ../../source/administrator-guide/troubleshooting.rst:123 msgid "Kolab Webclient" msgstr "" #: ../../source/administrator-guide/troubleshooting.rst:125 #: ../../source/administrator-guide/troubleshooting.rst:182 msgid "" "After :ref:`enabling general error logging `, " "you should already find some messages in your webserver's error log." msgstr "" #: ../../source/administrator-guide/troubleshooting.rst:128 msgid "" "Additionally, the following configuration options are available for specific " "debugging." msgstr "" #: ../../source/administrator-guide/troubleshooting.rst:149 msgid "" "It is also possible to debug the Kolab Webclient for individual users only " "by creating a :file:`/var/log/roundcubemail//` folder and setting " "the following configuration parameter." msgstr "" #: ../../source/administrator-guide/troubleshooting.rst:156 #: ../../source/administrator-guide/troubleshooting.rst:177 #: ../../source/administrator-guide/troubleshooting.rst:200 msgid "Please make sure that this location is writeable by your webserver." msgstr "" #: ../../source/administrator-guide/troubleshooting.rst:159 msgid "ActiveSync" msgstr "" #: ../../source/administrator-guide/troubleshooting.rst:161 msgid "" "For debugging ActiveSync issues, you would add the following to :file:`/etc/" "roundcubemail/config.inc.php`:" msgstr "" #: ../../source/administrator-guide/troubleshooting.rst:167 msgid "" "Useful messages should then appear in the :file:`/var/log/kolab-syncroton/" "console` file. If there is no such file, please make sure that your " "webserver actually has the rights to create this file." msgstr "" #: ../../source/administrator-guide/troubleshooting.rst:170 msgid "" "It is also possible to debug ActiveSync sessions of individual users only by " "creating a :file:`/var/log/syncroton//` folder and setting the " "following configuration parameter." msgstr "" #: ../../source/administrator-guide/troubleshooting.rst:180 msgid "iRony" msgstr "" #: ../../source/administrator-guide/troubleshooting.rst:185 msgid "" "Additionally, you can enable the debug console that shows the internal " "function calls triggered by HTTP requests." msgstr "" #: ../../source/administrator-guide/troubleshooting.rst:191 msgid "This will write debug log messages to :file:`/var/log/iRony/console`." msgstr "" #: ../../source/administrator-guide/troubleshooting.rst:193 msgid "" "It is also possible to debug DAV sessions of individual users only by " "creating a :file:`/var/log/iRony//` folder and setting the " "following configuration parameter." msgstr "" #: ../../source/administrator-guide/troubleshooting.rst:202 msgid "" "Sometimes it can be useful to track the full HTTP payload of DAV requests. " "In order to do this, add the following setting." msgstr "" #: ../../source/administrator-guide/troubleshooting.rst:209 msgid "" "In order to enable full HTTP payload logging for single users only, you can " "change the configuration as such:" msgstr "" #: ../../source/administrator-guide/troubleshooting.rst:216 msgid "" "Then create the file :file:`/var/log/iRony//httpraw` and make it " "writeable by the webserver user. The existence of this file will enable HTTP " "request/response logging for this user while it is disabled for all others." msgstr "" diff --git a/locale/fr/LC_MESSAGES/architecture-and-design/bonnie-extra.po b/locale/fr/LC_MESSAGES/architecture-and-design/bonnie-extra.po index 99730bcb..4216c2d5 100644 --- a/locale/fr/LC_MESSAGES/architecture-and-design/bonnie-extra.po +++ b/locale/fr/LC_MESSAGES/architecture-and-design/bonnie-extra.po @@ -1,1111 +1,1110 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/architecture-and-design/bonnie-extra.rst:90 msgid "Archival, Backup, Data-Loss Prevention and e-Discovery" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:92 msgid "" "Different challenges could potentially be resolved by implementing a single " "solution, providing each of the functional aspects in an integrated fashion." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:96 msgid "A brief overview of the functional components:" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:98 msgid "**Archival**" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:100 msgid "" "Archival is the retention of business records, in a fashion that allows them " "to be used as evidence." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:103 msgid "" "Many archival solutions only include actual communications that descend over " "an SMTP server that can keep the archival solution in the loop." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:107 msgid "**Backup**" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:109 msgid "" "Backup is the lesser part to the ability to restore, a frequently occuring, " "everyday event." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:112 msgid "" "It is often requested backup happens on a per-mailbox or even per-message " "level." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:115 msgid "**Data-Loss Prevention**" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:117 msgid "**e-Discovery**" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:119 msgid "" "Maintenance of a changelog on object entries that can change state (email " "read/deleted), or are volatile (changes to an appointment)." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:123 msgid "Functional Requirements" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:125 msgid "**Audit Trail**" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:127 msgid "**Item Changelog**" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:129 msgid "A per-item changelog, of whom changed what, to what item, and when." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:131 msgid "**Queue ID Chasing**" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:133 msgid "" "Chase so-called Queue IDs for messages being exchanged with the outside " "world, and internally between systems throughout the deployment." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:137 msgid "**Standard Component Integration**" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:139 msgid "" "The integration of standard components already in use for centralized " "logging, log analysis and storage allows Bonnie to be supplemental to a " "standard infrastructure with the thinnest footprint and the least overhead." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:145 msgid "Functional Design" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:148 msgid "Archictural Overview of Components" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:150 msgid "" "The following diagram outlines the functional components for an industry-" "standard infrastructure with common components used for log centralization, " "analysis and storage." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:170 msgid "" "Under these circumstances, the features offered by the centralized logging " "system include;" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:173 msgid "" "Prevention of the loss of valuable log messages should individual systems be " "lost or discarded," msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:176 msgid "" "Centralized availability of log messages, so iterating over systems to find " "out which one may have participated in an application's flow is no longer " "necessary," msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:180 msgid "" "Log analysis to allow system administrators to query for correlated log " "messages." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:209 msgid "Functional Components" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:211 msgid "**Broker**" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:213 msgid "" "A broker retrieves the notifications from the message bus or queue, and " "acknowledges having received the event notification." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:216 msgid "" "The event notification is put in to a persistent queue, awaiting workers to " "become ready for handling the event notification." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:219 msgid "**Collector**" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:221 msgid "" "The collector daemon is an optional component subscribing to requests for " "additional information that can only reliably be obtained from a Cyrus IMAP " "backend spool directory." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:225 msgid "**Dealer**" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:227 msgid "" "A dealer is a script executed once for each event notification, used to " "receive the initial event notification from Cyrus IMAP 2.5, and broadcast " "the event on to the message bus or queue." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:231 msgid "" "The dealer awaits confirmation of a broker having received the event " "notification." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:234 msgid "**Worker**" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:236 msgid "" "The worker is where the processing happens -- one can have as many workers " "as necessary, or as few as required." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:239 msgid "" "The worker announces its presence to the broker, which subsequently assigns " "jobs to the worker [#]_." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:242 msgid "" "The worker may require additional information to be obtained, such as the " "message payload [#]_." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:245 msgid "**System Log Centralization**" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:247 msgid "" "The centralization of system log files such as :file:`/var/log/maillog` aids " "in tracing the exchange of messages as they descend across infrastructure, " "and helps in associating, for example, a Login event to an IMAP frontend " "with the corresponding web server session [#]_." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:254 msgid "Operational Requirements" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:309 msgid "Broker -- Worker Interaction" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:311 msgid "When the broker starts up, it creates three listener sockets:" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:313 msgid "A client router," msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:315 msgid "used for incoming event notifications from IMAP servers." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:317 msgid "A worker router," msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:319 msgid "used to exchange job information with workers." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:321 msgid "A control router," msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:323 msgid "used to exchange worker and job state information." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:325 msgid "" "When the worker starts, it connects to both the control router and worker " "router." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:328 msgid "" "Using the controller channel, the worker let's the broker know it is ready " "to receive a job." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:344 msgid "The broker adds the worker to its list of workers." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:346 msgid "" "The broker will continue to receive occasional messages from the worker to " "allow it to determine whether or not it is still available." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:350 msgid "" "The broker, maintaining a queue of jobs to assign to workers, let's the " "worker know about a job -- again using the controller channel." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:366 msgid "" "The worker internally triggers the retrieval of the job using the worker " "channel." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:382 msgid "" "The worker is now in state BUSY and must respond within a set interval or " "the broker will set the job back in to PENDING state, and mark the worker as " "unavailable." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:389 msgid "Worker Design" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:391 msgid "" "The worker is built out of plugins, that subscribe to an event type, where " "event types available are listed in :ref:`and-bonnie-event-notification-" "types`." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:395 msgid "" "Each event type individually may require handling -- for example, a logout " "event is associated with the corresponding login event." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:398 msgid "The following components will be pluggable and configurable:" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:400 msgid "" "subscribing to a message bus or queue, as ``inputs``, initially including " "only ``zmq``." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:403 msgid "" "event handling, as ``handlers``, initially including only ``changelog``, " "``freebusy``, and one handler per event notification type." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:407 msgid "" "result output, as ``output``, initially including only ``elasticsearch``." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:410 msgid "" "storage for transactions pending, as ``storage``, initialy including only " "``elasticsearch``." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:413 msgid "" "Assuming an installation path of :file:`bonnie/worker/`, the following " "depicts its tree layout:" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:430 msgid "" "To take the changelog and freebusy handlers as an example, the following " "event notification types may need to be subscribed to." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:433 #: ../../source/architecture-and-design/bonnie-extra.rst:706 msgid ":ref:`and-bonnie-event-mailboxcreate`" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:435 msgid "A new mailbox that is an event folder may have been created." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:437 msgid "" "The initial event is handled by the base handler for the event notification " "type." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:440 msgid "" "Passing this event right through to the changelog handler would make it " "require obtaining the ``/shared/vendor/kolab/folder-type`` and/or ``/private/" "vendor/kolab/folder-type`` metadata value(s) in order to determine whether " "the folder indeed is an event folder." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:445 msgid "" "However, the setting of metadata is an event separate from the mailbox " "creation, and at the moment the handler receives the initial event " "notification, the metadata may not have been set yet." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:451 msgid "" "At the time of this writing, no separate event notification for setting " "folder-level METADATA exists." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:454 #: ../../source/architecture-and-design/bonnie-extra.rst:707 msgid ":ref:`and-bonnie-event-mailboxdelete`" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:456 msgid "A mailbox that was an event folder may have been deleted." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:458 #: ../../source/architecture-and-design/bonnie-extra.rst:708 msgid ":ref:`and-bonnie-event-mailboxrename`" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:460 msgid "A mailbox that was an event folder may have been renamed." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:462 #: ../../source/architecture-and-design/bonnie-extra.rst:711 msgid ":ref:`and-bonnie-event-messageappend`" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:464 msgid "" "Only applicable to event folders, this depicts a new or updated version of " "an existing event has been appended." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:467 #: ../../source/architecture-and-design/bonnie-extra.rst:712 msgid ":ref:`and-bonnie-event-messagecopy`" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:469 msgid "" "One or more events may have been copied from an event folder into another " "event folder." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:472 #: ../../source/architecture-and-design/bonnie-extra.rst:715 msgid ":ref:`and-bonnie-event-messagemove`" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:474 msgid "" "One or more events may have been moved from one event folder into another " "event folder." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:479 msgid "" "Plugins that are interested in the vendor/kolab/folder-type METADATA " "value(s) of a folder should register a hook into the various mailbox related " "event handlers, which can then be made responsible of retrieving the " "associated information and issuing a callback." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:501 msgid "Architectural Overview" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:503 msgid "" "The following diagram depicts an architectural overview of a Bonnie- based " "environment, with functional components split up in such matter, that they " "can be made redundant, high-available, and also balance load." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:507 msgid "The benefits of this environment are:" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:509 msgid "" "Least risk at congestion at any point messages pass through, with congestion " "potentially resulting loss of messages and therefore corruption of the audit " "trail," msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:513 msgid "" "Least risk of component failure and loss of data through component failure," msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:516 msgid "Near real-time processing of environment messages," msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:698 msgid "Event Notification Types" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:700 msgid "Event types available include, in alphabetical order:" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:702 msgid ":ref:`and-bonnie-event-flagsclear`" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:703 msgid ":ref:`and-bonnie-event-flagsset`" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:704 msgid ":ref:`and-bonnie-event-login`" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:705 msgid ":ref:`and-bonnie-event-logout`" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:709 msgid ":ref:`and-bonnie-event-mailboxsubscribe`" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:710 msgid ":ref:`and-bonnie-event-mailboxunsubscribe`" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:713 msgid ":ref:`and-bonnie-event-messageexpire`" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:714 msgid ":ref:`and-bonnie-event-messageexpunge`" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:716 msgid ":ref:`and-bonnie-event-messagenew`" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:717 msgid ":ref:`and-bonnie-event-messageread`" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:718 msgid ":ref:`and-bonnie-event-messagetrash`" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:719 msgid ":ref:`and-bonnie-event-quotaexceeded`" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:720 msgid ":ref:`and-bonnie-event-quotawithin`" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:721 msgid ":ref:`and-bonnie-event-quotachange`" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:726 msgid "FlagsClear" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:728 msgid "" "This event notification type indicates one or more messages have had its " "flags cleared." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:731 msgid "" "Flags having been cleared may include ``\\Seen``, but also ``\\Deleted``, " "and any custom other flag on an IMAP message." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:734 #: ../../source/architecture-and-design/bonnie-extra.rst:744 #: ../../source/architecture-and-design/bonnie-extra.rst:764 #: ../../source/architecture-and-design/bonnie-extra.rst:773 msgid "Subscribe to this notification for:" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:736 #: ../../source/architecture-and-design/bonnie-extra.rst:746 msgid "Backup/Restore" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:737 #: ../../source/architecture-and-design/bonnie-extra.rst:747 #: ../../source/architecture-and-design/bonnie-extra.rst:766 #: ../../source/architecture-and-design/bonnie-extra.rst:775 msgid "e-Discovery" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:742 msgid "FlagsSet" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:752 msgid "Login" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:754 msgid "Additional information to obtain for this event notification type:" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:756 msgid "The persistent unique attribute for the user object." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:757 msgid "Additional LDAP object attributes." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:759 msgid "Information storage:" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:761 msgid "" "This event needs to be stored until it can be associated with a :ref:`and-" "bonnie-event-logout` event notification type." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:771 msgid "Logout" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:780 msgid "MailboxCreate" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:782 msgid "Additional information to obtain" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:787 msgid "MailboxDelete" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:792 msgid "MailboxRename" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:797 msgid "MailboxSubscribe" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:802 msgid "MailboxUnsubscribe" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:807 msgid "MessageAppend" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:812 msgid "MessageCopy" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:817 msgid "MessageExpire" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:822 msgid "MessageExpunge" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:827 msgid "MessageMove" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:832 msgid "MessageNew" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:837 msgid "MessageRead" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:842 msgid "MessageTrash" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:847 msgid "QuotaExceeded" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:852 msgid "QuotaWithin" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:857 msgid "QuotaChange" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:860 msgid "An Integrated Solution" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:862 msgid "The following aspects of an environment need to be tracked;" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:864 msgid "" "Logs such as ``/var/log/maillog``, which contain the information about " "exchange of messages between internal and external systems and software " "(Postfix/LMTP -> Cyrus IMAP)." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:868 msgid "Cyrus IMAP 2.5 Events broadcasted." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:905 msgid "" "In this picture, IMAP (using Cyrus IMAP 2.5) issues so-called :term:`event " "notifications` to a message bus, that can be picked up by the appropriate " "subscribers." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:909 msgid "" "Note that the subscribers are different components to plug in and enable, or " "leave out -- not everyone has a need for Archival and e-Discovery " "capabilities." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:912 msgid "" "As such, a component plugged in could announce its presence, and start " "working backwards as well as start collecting the relevant subsets of data " "in a retro- active manner." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:938 msgid "" "To allow scaling, the intermediate medium is likely a message bus such as " "ActiveMQ, AMQP, ZeroMQ, etc." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:941 msgid "" "Between Cyrus IMAP 2.5 and the message bus must be a thin application that " "is capable of:" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:944 msgid "Retrieving the payload of the message(s) involved if necessary," msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:945 msgid "Submit the remainder to a message bus." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:947 msgid "This is because Cyrus IMAP 2.5:" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:949 msgid "" "at the time of this writing, does not support submitting the event " "notifications to a message bus directly [#]_," msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:952 msgid "" "the size of the message payload is likely to exceed the maximum size of an " "event notification datagram [#]_." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:955 msgid "" "Processing of inbound messages must happen real-time or near-time, but " "should also be post-processed:" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:958 msgid "" "e-Discovery requires post-processing to sufficiently associate the message " "in its context, and contains an audit trail." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:961 msgid "" "Archival and Backup require payload, and may also use post-processing to " "facilitate Restore." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:965 msgid "Event Notifications" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:967 msgid "The following events trigger notifications:" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1002 msgid "" "In addition, Kolab Groupware makes available the following event " "notifications:" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1012 msgid "This means the following event notifications are lacking:" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1014 msgid "METADATA change notification" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1016 msgid "" "It is possible to run Cyrus IMAP 2.5 notifications in a blocking fashion, " "allowing the (post-)processing operation(s) to complete in full before the " "IMAP session is allowed to continue / confirms the modification/mutation." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1021 msgid "Application Logic and Database Design Considerations" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1024 msgid "Database Technology" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1026 msgid "" "NoSQL storing key value pairs, trick is to store as many keys as is " "necessary to get to the related value." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1029 msgid "" "Relationships problematic. Possibly for data only, use ORM for relationships." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1032 msgid "Object Relationship Manager" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1034 msgid "User" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1036 msgid "" "An individual human being with physical presence (in the here and now, past " "and/or future)." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1039 msgid "Group" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1041 msgid "A group of individual User objects." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1043 msgid "Role" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1045 msgid "" "A role attached to one or more User objects, functionally the inverse of a " "Group." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1048 msgid "IMAP Folder" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1050 msgid "METADATA, including:" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1052 msgid "Unique ID (persistent)" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1053 msgid "Shared seen, important to Read/Unread status tracking," msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1056 msgid "ACL" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1057 msgid "Payload" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1060 msgid "Change Recording in ORM" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1062 msgid "" "Rather than recording the changes to objects explicitly, it is more " "effective to define the objects themselves as volatile objects, in such a " "way that updates to them imply a changelog record be created." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1066 msgid "" "In summary, it is better to reduce the processor's workload and code base " "from:" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1088 msgid "to:" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1110 msgid "The basis of this implementation is simple (in Python):" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1112 msgid "Declare a class for individual change records," msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1113 msgid "" "Declare a declarative class inherited by individual object table definitions," msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1115 msgid "" "Use the declarative class in addition to the declarative base class in the " "definition of the individual object table class," msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1117 msgid "Use ``__setattr__()`` to catch any changes to existing objects," msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1118 msgid "Process the current value of the object that is being changed, if any," msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1119 msgid "" "Record the object name, object id, current value (if any), and the value it " "is about to change to," msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1121 msgid "Insert the new changelog record in to the current transaction." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1196 msgid "Users are Volatile and Groups do not Exist" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1198 msgid "" "Usernames as issued by Cyrus IMAP 2.5 notifications are volatile, in that " "the same physical human being (jane.gi@example.org) could change email " "addresses for any of many unrelated causes (jane.doe@example.org)." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1202 msgid "It is therefore mandatory to:" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1204 msgid "resolve IMAP login usernames to canonified IMAP login usernames," msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1206 msgid "" "User ``jdoe2`` could in fact be the same physical human being as ``j." "doe2@example.org`` and ``jane.doe@example.org``." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1209 msgid "" "relate canonified IMAP login usernames to persistent user attribute values," msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1210 msgid "" "relate mail folder names, paths and URIs in personal namespaces to " "persistent user attribute values," msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1212 msgid "" "resolve IMAP ACE subject entries to their persistent attribute values, for " "both users and groups," msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1214 msgid "store membership information about groups at the time of an event," msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1215 msgid "store roles attached to users." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1217 msgid "" "This needs to happen in a timely fashion, for intermediate changes to the " "authoritative, canonical user and group information database, in the period " "of time between the event notification and the collection of information, " "could invalidate the permanent record." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1254 msgid "Queries and Information Distribution" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1257 msgid "ZeroMQ" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1281 msgid "Client <-> Broker <-> Worker Message Exchange" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1283 msgid "" "Modelled after an article about tracking worker status at http://rfc.zeromq." "org/spec:14" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1315 msgid "**Client - Broker Concerns**" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1317 msgid "" "The client is queuing without a high-water mark and without a local swap " "defined. It is only after the broker is available this queue is flushed. " "This could introduce a loss of notifications." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1321 msgid "" "The client is not awaiting confirmation in the sense that it will replay the " "submission if needed, such as after the client has been restarted. This too " "could introduce a loss of notifications." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1325 msgid "" "The client is certainly not awaiting confirmation from any worker that the " "notification had been submitted to for handling." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1328 msgid "" "The client is a sub-process of the cyrus-imapd service, and should this " "service be restarted, is not handling such signals to preserve state." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1331 msgid "**Broker Concerns**" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1333 msgid "The broker is keeping the job queue in memory." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1418 msgid "Footnotes" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1421 msgid "" "The worker shall be a multi-threaded daemon (using multiprocessing.Pool), " "that is a pluggable application." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1426 msgid ":ref:`and-bonnie-worker-design`" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1427 msgid ":ref:`and-bonnie-broker-worker-interaction`" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1431 msgid "" "The worker shall determine based on functional features enabled, and " "existing data, whether or not it requires a copy of the original message " "payload." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1437 msgid "" "It is assumed we'll be working with RSyslog, Logstash and Elastic Search." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1442 msgid "" "http://git.cyrusimap.org/cyrus-imapd/tree/notifyd?" "id=8bdaeae3f891ba2a748ba91a4c324ee11346e292" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1446 msgid "" "Needs further investigation, for the actual maximum size of a datagram may " "have ceased to be hard-coded. Yet, to submit a large message through the " "notification daemon while the notification target is eligible to pick up the " "message contents from the filesystem seems like duplication." msgstr "" diff --git a/locale/fr/LC_MESSAGES/articles/calendaring-in-large-environments-with-discretionary-access-control/index.po b/locale/fr/LC_MESSAGES/articles/calendaring-in-large-environments-with-discretionary-access-control/index.po index 4fd01b8f..4593eb6d 100644 --- a/locale/fr/LC_MESSAGES/articles/calendaring-in-large-environments-with-discretionary-access-control/index.po +++ b/locale/fr/LC_MESSAGES/articles/calendaring-in-large-environments-with-discretionary-access-control/index.po @@ -1,838 +1,837 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:90 msgid "Calendaring in (Large) Environments with Discretionary Access Control" msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:92 msgid "" "In larger environments with possibly tens of thousands of users, exercising " "control over who has access to what calendar is a policy challenge, " "especially considering the fact that Kolab Groupware's access control is " "discretionary." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:97 msgid "" "It is not uncommon for new consumers of Kolab Groupware to need to adapt the " "Kolab Groupware solution to behave in a fashion that increases the user " "acceptance, for these consumers may have previously worked with another " "calendaring solution, and its users may have gotten used to how said " "calendaring solution behaves." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:103 msgid "To illustrate, a previous calendaring solution may have;" msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:105 msgid "offered only one (flat) calendar per user," msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:107 msgid "" "based on :term:`mandatory access control`, or lack of any actual access " "control, allowed all users read- and/or write-access to all other user's " "calendars," msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:111 msgid "" "This builds a scenario in which users may have gotten acquainted with a " "certain specific workflow, including;" msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:114 msgid "" "Meetings are not scheduled based on sending invitations around, let alone " "whether such invitations required a response [#]_," msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:117 msgid "" "All details of all events in all calendars are visible to all users [#]_," msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:120 msgid "" "A single copy of the event details exist, that is updated by other users, " "not on the basis of iTip responses, but on the basis of writing back a new " "version of the event to the calendar in which the event already existed [#]_," msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:125 msgid "" "Availability information of other users is available based on the actual " "contents of a calendar -- with all details -- and not based on actual " "availability information (aka. Free/Busy) [#]_," msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:129 msgid "" "It may have been the user interface application implementing the aspects of;" msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:132 msgid "" "A comprehensible view of an individual user's calendaring through filtering " "and/or selecting subsets of the available scheduling information," msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:136 msgid "" "Filtering a user's view on items for display purposes, in a flawed attempt " "to implement access control, including the suppression of details of certain " "events, or the suppression of certain other people, in a flawed attempt to " "implement a form of invitation policy control." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:142 msgid "" "Maintaining -- as much as possible -- the desired workflow of the users, in " "order to increase the user acceptance, using Kolab Groupware while it " "maintains :term:`discretionary access control` [#]_ builds the following " "challenges to overcome;" msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:147 msgid "" "The owner of a calendar can remove entries from the access control list, " "revoking access to that calendar to certain or all other users [#]_." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:151 msgid "" "Users can create new calendars that do not have the policy applied, and not " "apply the access rights the organization's policy prescribes." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:155 msgid "" "Events that have a level of confidentiallity or that are private could be " "disclosed the details of unintentionally [#]_." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:158 msgid "" "Should users have gotten used to be able to write to one another's " "calendar(s), a level of automation using invitation policies in Kolab " "Groupware may unintentionally save new events with a level of " "confidentiality or that are private, in a calendar that is shared." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:163 msgid "These challenges can be addressed as follows:" msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:165 msgid "" "Implement an invitation policy framework that allows for the automation of " "iTip message exchange processing, in full or in part." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:168 msgid "" "Allow rules used in the automated processing to control to which user's " "calendar a processed event should be saved," msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:171 msgid "Make Kolab clients work based on the assumptions that;" msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:173 msgid "Each user may have access to all other user's calendars [#]_," msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:175 msgid "" "Each user likely does not have access to any other user's calendars, let " "alone all other user's calendars [#]_ -- both applicable to an individual " "user's calendars and the collective of user's calendars." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:180 msgid "" "If the environment wants to offer its users the opportunity to quickly " "schedule meetings with other people, or simply check someone's availability, " "but maintain control over who maintains access to what information, the " "following is a suggested design for the resolution of this conundrum;" msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:186 msgid "" "With Kolab Groupware, in principle, no person other than the owner of a " "calendar has access to that calendar, unless the owner has explicitly " "delegated authority over that calendar, partly or in full -- shared " "calendars notwithstanding. Kolab Groupware uses a concept of multiple " "calendars to allow each calendar to have separate, different access control " "applied to them, such that a user could have the following calendars," msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:194 msgid "**Personal**" msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:196 msgid "" "A personal calendar, which may hold events such as Thursday evening's soccer " "practice and the Tuesday-morning dropping off of kids at school (and hence " "be at work a little later?)." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:200 msgid "" "A human being might feel inclined to schedule these events in the groupware " "environment provided by their employer, but will then likely also feel " "inclined to not share the details with anyone else." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:204 msgid "" "Therefore, such calendar would, typically, not be shared with anyone else." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:207 msgid "**Work**" msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:209 msgid "" "One or more work calendars, which may hold your typical meetings and other " "work-related agenda items." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:212 msgid "" "Such calendars are typically shared only with (some (direct)) colleagues, " "but some of them may not be shared at all (such as one of manager's " "calendars that holds appointments with details to be kept confidential)." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:217 msgid "" "While the division of calendars across multiple folders may not seem like a " "feature to be used all that extensively, to some people, please note that " "each individual calendar can separately be enabled or disabled alarms and/or " "mobile synchronization for. A user might block out his or her day off " "(Friday) in an extra work calendar, but opt not to synchronize this calendar " "to his or her mobile phone." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:224 msgid "" "Such calendars with specific, special intentions tend to also *not* be " "shared (although you could, there's little relevant information in them for " "other people to subscribe to)." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:228 msgid "" "It is therefore understood that any particular user of the groupware " "environment does **not** likely have direct (read-)access to all calendars " "bearing potentially relevant information of the subjects for whom scheduling " "information and/or availability is to be displayed." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:234 msgid "Scheduling a New Event" msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:236 msgid "" "When a user *Jane* wants to schedule a meeting with a user *John*, one of " "two action paths can be used;" msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:239 msgid "" "*Jane* opens the scheduling dialog, adds *John* as an attendee and " "subsequently assesses *John*'s availability using Free/Busy information." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:243 msgid "" "*Jane* searches for *John*'s scheduling information, displays the scheduling " "information as part of her own calendar view, and finds a time slot where " "both parties are available." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:247 msgid "" "It is understood that the first methodology is much more scalable, and much " "more accurate -- because Free/Busy information is the most complete set of " "information concerning a person's availability." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:251 msgid "" "When not one, but fifteen people need to be invited, the scheduling dialog " "allows *Jane* to not have to choose a time slot first. This is illustrated " "in `Figure #1`_ and also `Figure #2`_." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:261 msgid "" "**Figure #1**: *View of the initial scheduling dialog with many attendees*" msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:270 msgid "" "**Figure #2**: *View of availability information to find slots available*" msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:274 msgid "Quickly Checking Availability" msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:276 msgid "" "Under certain circumstances, a user may be inclined to (attempt to) open a " "user's calendar(s) as opposed to scheduling a new meeting with attendees." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:280 msgid "" "Making use of the search box, contacts can be searched and their agenda " "displayed quickly and efficiently." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:283 msgid "" "After all, not all use-cases of opening up somebody else's calendar have to " "do with actually scheduling a new event -- such as answering the question, " "\"Is *Herta* in the office on Thursday morning?\"." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:287 msgid "" "Referring back to the nature of :term:`discretionary access control`, and " "the variety of use-cases to use multiple calendar folders and sometimes not " "share any let alone all of them, quickly opening somebody's calendar must " "give the user the most complete view in two senses;" msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:293 msgid "" "Availability information as the most complete view on somebody's time " "allocation," msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:296 msgid "" "Any calendar the user does have (read-)access to for any details of the " "events as supplemental information." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:299 msgid "" "In the following example, *Yvonne* has wanted to display *Herta*'s calendar." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:308 msgid "**Figure #3**: *Quickly open another person's Calendar*" msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:310 msgid "" "As shown in `Figure #3`_, where in this case the user does not have access " "to any of the *Herta*'s calendars, the selection of a contact's entry found " "does not currently result in the availability information for said contact " "to be displayed as part of the current view, while availability information " "is in fact available (`Figure #4`_)." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:316 msgid "" "To view the availability inforation dialog, an icon representing an eyeball " "is located near the right-hand side of the list item in the calendars list, " "but shown only when the mouse hovers over the list item." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:320 msgid "" "The icons tooltip says *\"View only this calendar\"*, which does not " "accurately represent what it actually does -- both not in the current " "implementation nor in the target implementation." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:330 msgid "**Figure #4**: *Actual availability of another person*" msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:332 msgid "" "In this scenario, *Yvonne* will initially be lead to believe that *Herta*'s " "calendar is empty for the week, which users will usually be able to conclude " "themselves is factually incorrect, but unless the dialog displaying " "availability information for *Herta* is opened, no information is made " "available. The information being one extra step away will deter users." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:339 msgid "" "While the availability information can only be viewed on a contact-by- " "contact basis (ie. one at a time), this does not allow *Yvonne* to schedule " "an event by looking at a combined calendar view of multiple contacts' " "availability information. The now iterative process of viewing people's " "availability one by one, rmembering what timeslots were available for " "individual people, endlessly clicking to open and close availability " "information views, will deter users." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:347 msgid "" "Should *Yvonne* have had access to one or more of *Herta*'s calendars " "however, the information that is currently displayed is still incomplete " "(see `Figure #5`_) but since some events are displayed, it is **less** " "likely to lead the user to determine the information is incomplete, and is " "therefore even more misleading. As such, this implementation works counter-" "intuitive, and will deter users." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:360 msgid "" "**Figure #5**: *Misleading, incomplete information display when selecting " "contact with user having access to calendar(s)*" msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:363 msgid "" "Note that in this scenario, *Herta* initially appears to have nothing " "scheduled for Thursday-morning, and *Yvonne* will not feel inclined to open " "up the special view that uses the more authoritative availability " "information, being mislead to believe the displayed contents are the events " "in *Herta*'s agenda." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:369 msgid "" "At this point, *Yvonne* may feel ready to respond to the question about " "*Herta* being in the office on Thursday-morning -- perhaps falsely so." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:372 msgid "" "*Yvonne* will have to realize that the information is likely incomplete, " "separately open the availability information view for *Herta*." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:375 msgid "" "This will suffice for the original question about *Herta* being in the " "office on Thursday-morning, but will not suffice when attempting to " "determine who's available on what day and at what time." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:379 msgid "" "Here too, while the availability information can only be viewed on a contact-" "by-contact basis (ie. one at a time), this does not allow *Yvonne* to " "schedule an event by looking at a combined calendar view of multiple " "contacts' availability information. In this scenario, some timeslots that " "are \"blocked\" in the availability information correspond with events that " "*Yvonne* can view the details for, since she has access to some of *Herta*'s " "calendars." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:387 msgid "" "`Figure #6`_ shows *Herta* is in fact not available on Thursday-morning, and " "further illustrates that both workflows depicted in `Figure #3`_ and `Figure " "#5`_ contain incomplete information, not allowing the user to find a free " "timeslot among multiple contact's all that easily." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:399 msgid "" "**Figure #6**: *Cluttered Calendar view despite not also including " "availability information*" msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:402 msgid "" "When ultimately the actual scheduling dialog is now opened [#]_, which " "*Yvonne* might do on the premises that *Herta* is available on Thursday-" "morning, *Yvonne* will only discover too late, that the availability " "information is fundamentally different from the contents of calendars " "displayed (`Figure #7`_, `Figure #8`_)." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:408 msgid "" "*Yvonne* will conclude the original view on *Herta*'s calendar contained " "false or incomplete information but have no idea why, and feel it is a " "software bug. A call to the helpdesk or a general feeling of dissatisfaction " "with the groupware solution may be the result, and even after *Yvonne* has " "been explained the intricacies of the particular behaviour she is " "experiencing, there may be a ever lingering question of *\"But, why?\"*." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:416 msgid "" "It has been argued that the integration of a contact's availability " "information in to the calendar view already available is likely to clutter " "the interface, but it must be acknowledged that similar clutter already " "occurs when only calendar contents are displayed (`Figure #7`_)." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:421 msgid "" "See `Figure #3`_ for the initial results should *Yvonne* not have access to " "any of *Herta*'s calendars, and `Figure #5`_ for the initial results should " "*Yvonne* have access to one of two of *Herta*'s calendars." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:425 msgid "" "`Figure #5`_ will lead *Yvonne* to believe that *Herta* is available on " "Thursday-morning, only to discover that *Herta* is not when creating a new " "event for the timeslot (`Figure #8`_, `Figure #9`_)." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:435 msgid "**Figure #7**: *Discover the attendee is busy after all (1)*" msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:443 msgid "**Figure #8**: *Discover the attendee is busy after all (2)*" msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:451 msgid "" "**Figure #9**: *Cluttered Calendar view despite not also including " "availability information*" msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:458 msgid "The Quick Display Feature" msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:460 msgid "" "The *Quick Display Feature* is a feature that addresses scalability issues " "in the user interface, when large sets of calendars and/or availability " "information are available to an individual user." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:464 msgid "" "The former modus operandi for Kolab Groupware was based on the following " "aspects [with functionality projected on to the current web interface design " "and layout];" msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:468 msgid "" "In version 2.3 of the Kolab Groupware solution, if the user had access to a " "calendar, this calendar would be listed in the lower left-hand list of " "calendars." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:472 msgid "" "This proved problematic when (icw. :term:`discretionary access control`) " "users started to give ``anyone`` read-access [#]_, and the calendar would " "solely therefore be included in the list of available calendars, with no " "possibility for the (consuming) user to remove the calendar in question from " "said list." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:479 msgid "" "As of Kolab 3.0, a global setting controlled whether or not views on " "groupware content in the web client should use access rights or subscription " "status of folders to include in lists [#]_." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:483 msgid "" "That is to say, with this setting enabled, if the user had access to a " "calendar folder, this folder must first be subscribed and would then be " "displayed in the lower left-hand list of calendars." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:487 msgid "" "This proved to be problematic because users with access to many calendars " "have had to navigate to the folder management settings interface, subscribe " "a calendar folder, go back to the calendar view, and display the calendar's " "contents. The inverse series of actions removed the calendar from the list." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:493 msgid "" "In addition, the desktop client also maintained its list of calendars to " "synchronize (for off-line availability) based on the server-side " "subscriptions to folders. When a user unsubscribed a folder in the web " "client (in attempt to remove it from the list of calendars in the lower left-" "hand corner, which may have become cluttered), the calendar would therefore " "dissappear from the list of calendars in the desktop client." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:501 msgid "" "In all versions of Kolab prior to 3.3, each calendar in the lower left-hand " "list of calendars would have a checkbox, controlling whether or not the " "contents of said calendar are displayed as part of the current view." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:506 msgid "" "This naturally scales only for a limited number of calendars included in " "said list, but still only includes calendars the user actually has access to." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:510 msgid "" "In addition, these implementations were subject to the problem outlined in " "[8]_, where no user could establish whether or not the set of information " "displayed was a complete set or a subset." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:514 msgid "" "The *Quick Display Feature* therefore implements the following logic to " "facilitate a user's workflow in large-scale environments;" msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:517 msgid "" "Only display calendars in the list that are subscribed IMAP folders, " "effectively establishing a list of persistent \"favorites\"," msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:520 msgid "For managers, these could be the calendars of subordinates," msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:522 msgid "For colleagues, these could be the calendars of close colleagues," msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:525 msgid "and those that have been selected during previous searches." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:527 msgid "" "Introduce a search dialog that searches the address book for contact entries " "[#]_," msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:530 msgid "Allow the display of availability information for these contacts [#]_," msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:533 msgid "" "When a contact entry is selected for inclusion in to the current display, " "where applicable [#]_, determine whether access to any IMAP folders " "containing scheduling information exists, and if so;" msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:537 msgid "" "Display the event details for those timeslots in the availability " "information of the contact that match timeslots for events found, " "substituting the UI element that blocked the timeslot on the basis of " "availability information," msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:542 msgid "" "If not, however, the Free/Busy information for the contact entry should be " "displayed." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:545 msgid "" "Subscribe the virtual folder temporarily -- for the duration of the session, " "or until the virtual folder is explicitly removed," msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:548 msgid "" "Allow the user to execute subsequent searches for additional contacts, so " "that an aggregate view can be created composed of the availability " "information of multiple users, perhaps (incidentally) also with some event " "details (for those timeslots that have a corresponding event in any folder " "the user has access to)." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:554 msgid "" "Where contacts correspond with IMAP folders available for subscription, " "allow the contact entry to be expanded in to its individual components;" msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:558 msgid "Availability information for the contact," msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:560 msgid "Each calendar folder in a hierarchy." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:562 msgid "" "so that individual folders can be subscribed separately from the contact's " "entry," msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:565 msgid "" "Where a user's calendars a user has access to have been selected (ie. the " "IMAP folders have been subscribed), continue to display the person selection " "entry not solely as a shortcut to enable display for all nested calendar " "folders, but also display complete information based on availability " "information." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:572 msgid "Footnotes" msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:575 msgid "Also called an RSVP -- Répondez S'il Vous Plaît." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:579 msgid "" "This would include events that are classified as private or confidential, " "while admittedly it may have been the user interface retrieving a (fully " "detailed copy of) the data choosing to suppress certain details -- leading " "users to believe mistakenly, the details are not visible to them." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:587 msgid "" "Writing back to one authoritative copy of the event directly implies that " "all event's attendees are aware of eachother's participant status." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:593 msgid "" "Availability information or Free/Busy is a published state of availability, " "that is stripped of all details of events that are not the timeslots of said " "event." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:597 msgid "" "Here too it may have been the user interface retrieving all details of all " "events but suppressing details, essentially faking an implementation of Free/" "Busy." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:603 msgid "" "A certain set of settings can result in mandatory access control, by " "revoking certain rights on all IMAP folders, but the user would not be able " "to create any new folders." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:609 msgid "" "The right to control a folder's ACL is the (a)dmin right, which also implies " "the right to control one's own access. While the ``a`` right can be revoked " "on calendar folders, other rights control whether the user is allowed to " "create new folders -- which inherit the rights of the parent folder. Should " "the ``a`` right be revoked on a calendar folder, a user will create a new " "calendar folder outside of the existing (tree of) calendar folder(s), and/or " "delete and recreate, and/or relocate the calendar folder in question. See :" "ref:`admin_imap-access-rights-reference` for a full list of rights available " "in IMAP to-date." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:622 msgid "" "Users may be better acquainted with the semantics of having access to " "eachother's calendars, and/or an organization's policies may be in the " "interest of transparency." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:628 msgid "" "Since each user may have access to any or all of other user's calendars " "[8]_, in larger organizations this may lead a user to have access to tens of " "thousands of calendars. This presents a scalability problem in the user " "interface that is addressed with a :ref:`and-calendaring-quick-display` " "interface." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:636 msgid "" "Using Kolab Groupware, the only credentials used to view content are the " "individual user's credentials. As such, the user may have access to a number " "of calendars, but will never be able to determine whether or not those are " "**all** calendars. The user is therefore unable to determine whether the set " "of information pulled from the calendars the user does have access to is a " "complete set of information." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:646 msgid "" "Note that both the button *\"New event\"* as well as clicking on an empty " "space in the calendar opens up this dialog. It is very common for users, " "however, to use the latter method, and poke directly at an open timeslot." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:653 msgid "" "It is possible to not allow individual users to make use of the ``anyone`` " "access control subject identifier, but this does not address the underlying " "UI scalability issue -- under the eventuality clause, eventually someone " "will have access to too many folders." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:660 msgid "" "This setting is :ref:`admin_roundcube-settings-" "plugin_libkolab_kolab_use_subscriptions`." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:664 msgid "" "The dialog is specifically geared towards searching for contacts, as opposed " "to IMAP folders the user has access to, for the complete set of items " "retrievable includes the Free/Busy status of any contact -- both internally, " "as well as externally should the address book entry have the ``FBURL`` " "property set." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:670 msgid "" "Searching for address book entries addresses both [8]_ as well as the need " "for users to schedule appointment with other parties." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:675 msgid "" "The availability information may in fact be available external to the " "organization, and supplement a contact's information using the ``FBURL`` " "property in vCard/xCard." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:681 msgid "" "Users in the same authorization realm -- when the groupware environment is " "homogeneous." msgstr "" diff --git a/locale/fr/LC_MESSAGES/articles/standard-multi-domain-and-hosted/index.po b/locale/fr/LC_MESSAGES/articles/standard-multi-domain-and-hosted/index.po index 4bda787d..81746d7d 100644 --- a/locale/fr/LC_MESSAGES/articles/standard-multi-domain-and-hosted/index.po +++ b/locale/fr/LC_MESSAGES/articles/standard-multi-domain-and-hosted/index.po @@ -1,136 +1,135 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/articles/standard-multi-domain-and-hosted/index.rst:92 msgid "Standard, Multi-Domain and Hosted Kolab" msgstr "" #: ../../source/articles/standard-multi-domain-and-hosted/index.rst:94 msgid "" "Kolab Groupware is a flexible collaboration suite and in addition to its " "standard deployment, also supports both *multi-domain* and *hosted* " "deployments." msgstr "" #: ../../source/articles/standard-multi-domain-and-hosted/index.rst:98 msgid "" "The difference between a standard Kolab Groupware environment, a multi-" "domain, and a hosted deployments is as follows:" msgstr "" #: ../../source/articles/standard-multi-domain-and-hosted/index.rst:101 msgid "**Standard**" msgstr "" #: ../../source/articles/standard-multi-domain-and-hosted/index.rst:103 msgid "" "A standard deployment of Kolab Groupware is designed to serve a single " "organization's collaboration needs." msgstr "" #: ../../source/articles/standard-multi-domain-and-hosted/index.rst:106 msgid "" "This includes features such as Shared Folders and Resource Management, " "Invitation Policies and Delegation, and Recipient Policies and Distribution " "Groups." msgstr "" #: ../../source/articles/standard-multi-domain-and-hosted/index.rst:110 msgid "" "A *standard* Kolab Groupware deployment also supports :term:`alias domain " "name spaces`, meaning that a setup for a domain name space of ``example." "org`` can let its users have additional recipient email addresses in an " "alias domain name space of ``beispiel.de``, ``voorbeeld.nl`` and/or " "``exemple.ch``." msgstr "" #: ../../source/articles/standard-multi-domain-and-hosted/index.rst:116 msgid "**Multi-Domain**" msgstr "" #: ../../source/articles/standard-multi-domain-and-hosted/index.rst:118 msgid "" "A multi-domain deployment of Kolab Groupware is designed to serve multiple " "organizations' collaboration needs based on a single deployment of Kolab " "Groupware." msgstr "" #: ../../source/articles/standard-multi-domain-and-hosted/index.rst:122 msgid "" "This is to say that an organization such as **Business, Inc.** with a " "primary domain name space of ``business.co.uk`` can use the same " "infrastructure as an organization **Competitor, Ltd.** with a primary domain " "name space of ``competitor.de``." msgstr "" #: ../../source/articles/standard-multi-domain-and-hosted/index.rst:127 msgid "" "Each of these organizations may, aside from their primary domain name space, " "hold one or more alias domain name spaces (rendering the primary domain name " "space a :term:`parent domain name space`)." msgstr "" #: ../../source/articles/standard-multi-domain-and-hosted/index.rst:131 msgid "" "While the two organizations use the same deployment and the same " "infrastructure, information of neither organization may become available to " "the other organization -- accidentally nor otherwise." msgstr "" #: ../../source/articles/standard-multi-domain-and-hosted/index.rst:135 msgid "" "**Multi-domain** deployments are designed specifically such that there is a " "clear boundary between the spaces in which the users of each organization " "collaborate." msgstr "" #: ../../source/articles/standard-multi-domain-and-hosted/index.rst:139 msgid "" "However, not all of the most recent features added to Kolab Groupware are " "immediately also available to multi-domain environments. Resource Management " "for example is one of such recent features. This is why a default setup is " "not already configured to be or become a multi-domain setup, and the HOWTO " "for multi-domain is community-contributed." msgstr "" #: ../../source/articles/standard-multi-domain-and-hosted/index.rst:146 msgid "**Hosted Kolab**" msgstr "" #: ../../source/articles/standard-multi-domain-and-hosted/index.rst:148 msgid "" "A hosted Kolab Groupware deployment is very similar to a *multi-domain* " "deployment, but allows users (customers) to register accounts and domains " "themselves, and adds revenue to the deployment by invoicing the customers." msgstr "" #: ../../source/articles/standard-multi-domain-and-hosted/index.rst:153 msgid "" "Allowing customers to create accounts brings with it a set of additional " "requirements, such as new users confirming either one of the identifying " "pieces of information (a phone number, an email address or even just a " "physical address), which in your jurisdiction you may or may not be required " "to request." msgstr "" #: ../../source/articles/standard-multi-domain-and-hosted/index.rst:159 msgid "" "Furthermore, for customers that register a domain name space, you'll need to " "be able to confirm the customer's ownership of that domain name space." msgstr "" diff --git a/locale/fr/LC_MESSAGES/articles/what-goes-in-to-a-document-root-and-what-does-not-belong-there/example-drupal-configuration.po b/locale/fr/LC_MESSAGES/articles/what-goes-in-to-a-document-root-and-what-does-not-belong-there/example-drupal-configuration.po index 6e151b41..09827921 100644 --- a/locale/fr/LC_MESSAGES/articles/what-goes-in-to-a-document-root-and-what-does-not-belong-there/example-drupal-configuration.po +++ b/locale/fr/LC_MESSAGES/articles/what-goes-in-to-a-document-root-and-what-does-not-belong-there/example-drupal-configuration.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/articles/what-goes-in-to-a-document-root-and-what-does-not-belong-there/example-drupal-configuration.rst:91 msgid "Example Drupal Configuration" msgstr "" diff --git a/locale/fr/LC_MESSAGES/articles/what-goes-in-to-a-document-root-and-what-does-not-belong-there/index.po b/locale/fr/LC_MESSAGES/articles/what-goes-in-to-a-document-root-and-what-does-not-belong-there/index.po index 3ad30e74..17b967e0 100644 --- a/locale/fr/LC_MESSAGES/articles/what-goes-in-to-a-document-root-and-what-does-not-belong-there/index.po +++ b/locale/fr/LC_MESSAGES/articles/what-goes-in-to-a-document-root-and-what-does-not-belong-there/index.po @@ -1,258 +1,257 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/articles/what-goes-in-to-a-document-root-and-what-does-not-belong-there/index.rst:92 msgid "What Goes in to a Document Root and What Does Not Belong There?" msgstr "" #: ../../source/articles/what-goes-in-to-a-document-root-and-what-does-not-belong-there/index.rst:94 msgid "" "Security is a big issue and in this article, we explain how to prevent " "accidental disclosure of program code and system settings for web " "applications." msgstr "" #: ../../source/articles/what-goes-in-to-a-document-root-and-what-does-not-belong-there/index.rst:98 msgid "" "A document root is normally the directory hierarchy that is published on the " "web. This is to say, that everything in the document root is published, and " "is therefore considered to be public -- unless of course it is locked down " "by other means, such as password protection." msgstr "" #: ../../source/articles/what-goes-in-to-a-document-root-and-what-does-not-belong-there/index.rst:103 msgid "" "Imagine for example a public website ``www.example.org``, running Drupal." msgstr "" #: ../../source/articles/what-goes-in-to-a-document-root-and-what-does-not-belong-there/index.rst:106 msgid "" "Drupal is one of many web applications that comes in a tarball you extract " "the contents of, and you typically dump those contents inside the directory " "hierarchy of a document root. As such, Drupal is a good **example** to get " "started with, examining what exactly is put in to the document root (and " "would therefore be considered \"published\"), what information is in these " "files, who has access to them, why this could be considered bad, how to " "protect the deployment of such an application, and how to develop web " "applications in such a way that the level of protection on a server-side " "configuration level may not need to be as complex." msgstr "" #: ../../source/articles/what-goes-in-to-a-document-root-and-what-does-not-belong-there/index.rst:118 msgid "Document Root Content Review (for a Drupal Site)" msgstr "" #: ../../source/articles/what-goes-in-to-a-document-root-and-what-does-not-belong-there/index.rst:120 msgid "" "Imagine, if you will, the document root is :file:`/var/www/html/`, and you " "have put Drupal in :file:`/var/www/html/drupal-$x.$y/`." msgstr "" #: ../../source/articles/what-goes-in-to-a-document-root-and-what-does-not-belong-there/index.rst:125 msgid "" "We assume a default configuration of one's webserver, with Apache's *httpd* " "version series *2.4*, that comes with certain defaults such as " "``AllowOverride None``, preventing any ``.htaccess`` file from modifying " "access levels and other settings." msgstr "" #: ../../source/articles/what-goes-in-to-a-document-root-and-what-does-not-belong-there/index.rst:130 msgid "What you intend to publish may be limited to:" msgstr "" #: ../../source/articles/what-goes-in-to-a-document-root-and-what-does-not-belong-there/index.rst:132 msgid ":file:`drupal-$x.$y/favicon.ico`" msgstr "" #: ../../source/articles/what-goes-in-to-a-document-root-and-what-does-not-belong-there/index.rst:133 msgid ":file:`drupal-$x.$y/index.php`" msgstr "" #: ../../source/articles/what-goes-in-to-a-document-root-and-what-does-not-belong-there/index.rst:134 msgid ":file:`drupal-$x.$y/misc/*.css`" msgstr "" #: ../../source/articles/what-goes-in-to-a-document-root-and-what-does-not-belong-there/index.rst:135 msgid ":file:`drupal-$x.$y/misc/*.gif`" msgstr "" #: ../../source/articles/what-goes-in-to-a-document-root-and-what-does-not-belong-there/index.rst:136 msgid ":file:`drupal-$x.$y/misc/*.ico`" msgstr "" #: ../../source/articles/what-goes-in-to-a-document-root-and-what-does-not-belong-there/index.rst:137 msgid ":file:`drupal-$x.$y/misc/*.js`" msgstr "" #: ../../source/articles/what-goes-in-to-a-document-root-and-what-does-not-belong-there/index.rst:138 msgid ":file:`drupal-$x.$y/misc/*.png`" msgstr "" #: ../../source/articles/what-goes-in-to-a-document-root-and-what-does-not-belong-there/index.rst:139 msgid ":file:`drupal-$x.$y/misc/farbtastic/`" msgstr "" #: ../../source/articles/what-goes-in-to-a-document-root-and-what-does-not-belong-there/index.rst:140 msgid ":file:`drupal-$x.$y/misc/ui/`" msgstr "" #: ../../source/articles/what-goes-in-to-a-document-root-and-what-does-not-belong-there/index.rst:141 msgid ":file:`drupal-$x.$y/modules/` (assets only)" msgstr "" #: ../../source/articles/what-goes-in-to-a-document-root-and-what-does-not-belong-there/index.rst:142 msgid ":file:`drupal-$x.$y/xmlrpc.php`" msgstr "" #: ../../source/articles/what-goes-in-to-a-document-root-and-what-does-not-belong-there/index.rst:143 msgid ":file:`drupal-$x.$y/themes/garland/*.css`" msgstr "" #: ../../source/articles/what-goes-in-to-a-document-root-and-what-does-not-belong-there/index.rst:144 msgid ":file:`drupal-$x.$y/themes/garland/color/*.css`" msgstr "" #: ../../source/articles/what-goes-in-to-a-document-root-and-what-does-not-belong-there/index.rst:145 msgid ":file:`drupal-$x.$y/themes/garland/color/*.png`" msgstr "" #: ../../source/articles/what-goes-in-to-a-document-root-and-what-does-not-belong-there/index.rst:146 msgid ":file:`drupal-$x.$y/sites/all/modules/` (assets only)" msgstr "" #: ../../source/articles/what-goes-in-to-a-document-root-and-what-does-not-belong-there/index.rst:147 msgid ":file:`drupal-$x.$y/sites/default/files/`" msgstr "" #: ../../source/articles/what-goes-in-to-a-document-root-and-what-does-not-belong-there/index.rst:148 msgid ":file:`drupal-$x.$y/sites/default/modules/` (assets only)" msgstr "" #: ../../source/articles/what-goes-in-to-a-document-root-and-what-does-not-belong-there/index.rst:150 msgid "" "But what is actually considered \"published\" -- since it is in the document " "root, includes (among others), the following files:" msgstr "" #: ../../source/articles/what-goes-in-to-a-document-root-and-what-does-not-belong-there/index.rst:153 msgid "**drupal-$x.$y/modules/\\*/\\*.info**" msgstr "" #: ../../source/articles/what-goes-in-to-a-document-root-and-what-does-not-belong-there/index.rst:155 msgid "" "Part of the Drupal core modules, these files contain the exact version " "number of Drupal modules, usually the same version number as the Drupal core." msgstr "" #: ../../source/articles/what-goes-in-to-a-document-root-and-what-does-not-belong-there/index.rst:159 msgid "" "Should an attack vector exist against a particular Drupal version, which is " "not an uncommon occurence, then disclosing the version number aids attackers " "in narrowing their attempts to include only the ones the attacker considers " "valid." msgstr "" #: ../../source/articles/what-goes-in-to-a-document-root-and-what-does-not-belong-there/index.rst:164 msgid "**drupal-$x.$y/modules/\\*/\\*.inc**," msgstr "" #: ../../source/articles/what-goes-in-to-a-document-root-and-what-does-not-belong-there/index.rst:166 msgid "**drupal-$x.$y/modules/\\*/\\*.module**" msgstr "" #: ../../source/articles/what-goes-in-to-a-document-root-and-what-does-not-belong-there/index.rst:168 msgid "" "Contain the program logic of a module, and would be served in plain- text " "unless access is specifically prevented." msgstr "" #: ../../source/articles/what-goes-in-to-a-document-root-and-what-does-not-belong-there/index.rst:171 msgid "Example: www.example.org/modules/openid/openid.info" msgstr "" #: ../../source/articles/what-goes-in-to-a-document-root-and-what-does-not-belong-there/index.rst:187 msgid "" "In addition to the aforementioned files that are usually part of stock " "versions of Drupal core, modules and themes, most of which are likely " "publicly available elsewhere (not on your site), you may also load custom " "modules and themes, and/or patch certain aspects of the stock versions to " "make something work for your deployment. You will have even less desire to " "unintentionally publish this custom code." msgstr "" #: ../../source/articles/what-goes-in-to-a-document-root-and-what-does-not-belong-there/index.rst:194 msgid "" "Furthermore, at a lower risk of disclosure but with a greater risk of " "compromising the site if not the server, Drupal by default retains the " "site's settings inside the document root -- at :file:`/var/www/html/drupal-" "$x.$y/sites/default/settings.php` in our example." msgstr "" #: ../../source/articles/what-goes-in-to-a-document-root-and-what-does-not-belong-there/index.rst:200 msgid "" "This ``.php`` file is normally handled by the PHP module loaded in to the " "webserver, but if it is not -- through genuine misconfiguration of the web " "server software -- your database address, name and access credentials would " "be out in the open. Even if the database is not publicly accessible, the " "site administrator may have been configured with the same passphrase, and " "the settings disclose the database technology used -- such that the use of " "SQLite could be exploited in a DoS attack." msgstr "" #: ../../source/articles/what-goes-in-to-a-document-root-and-what-does-not-belong-there/index.rst:210 msgid "How to Protect a Document Root?" msgstr "" #: ../../source/articles/what-goes-in-to-a-document-root-and-what-does-not-belong-there/index.rst:212 msgid "" "Under the working assumption that everything in a document root is " "published, and with Apache's httpd 2.4 defaults including ``AllowOverride " "None``, your means of protection are limited to server-side configuration, " "most commonly limited to privileged system accounts (such as the ``root`` " "user)." msgstr "" #: ../../source/articles/what-goes-in-to-a-document-root-and-what-does-not-belong-there/index.rst:220 msgid "" "Some web hosting technologies allow you to specify and tweak certain aspects " "of the web server configuration through an ``Include`` or an " "``IncludeOptional`` statement that includes configuration from a location " "where you can write, and/or negate a default of ``AllowOverride None`` by " "specifying which aspects may be configured in a ``.htaccess`` file." msgstr "" #: ../../source/articles/what-goes-in-to-a-document-root-and-what-does-not-belong-there/index.rst:227 msgid "" "A common approach to preventing access to a set of files of which the exact " "name, path or location is unknown, or under circumstances where such list of " "files is dynamic, is to block everything by default and create a whilelist " "for content that is to be published, rather than block access to each known " "file individually." msgstr "" #: ../../source/articles/what-goes-in-to-a-document-root-and-what-does-not-belong-there/index.rst:233 msgid "" "An example whitelist configuration for a Drupal installation could look as " "follows in the :ref:`article-what-goes-in-to-a-document-root-and-what-does-" "not-belong-there-example-drupal-configuration`." msgstr "" #: ../../source/articles/what-goes-in-to-a-document-root-and-what-does-not-belong-there/index.rst:238 msgid "Kolab Groupware Software Components and DocumentRoots" msgstr "" diff --git a/locale/fr/LC_MESSAGES/authors.po b/locale/fr/LC_MESSAGES/authors.po index fad78ae5..29777d32 100644 --- a/locale/fr/LC_MESSAGES/authors.po +++ b/locale/fr/LC_MESSAGES/authors.po @@ -1,30 +1,29 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/authors.rst:90 msgid "Authors" msgstr "" #: ../../source/authors.rst:95 msgid "**Jeroen van Meeuwen**, Systems Architect, Kolab Systems" msgstr "" #: ../../source/authors.rst:97 msgid "About me." msgstr "" diff --git a/locale/fr/LC_MESSAGES/client-configuration/android.po b/locale/fr/LC_MESSAGES/client-configuration/android.po index f3c4e2c1..c771c859 100644 --- a/locale/fr/LC_MESSAGES/client-configuration/android.po +++ b/locale/fr/LC_MESSAGES/client-configuration/android.po @@ -1,305 +1,304 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2013, Jeroen van Meeuwen # This file is distributed under the same license as the Kolab Groupware # package. # # Translators: msgid "" msgstr "" "Project-Id-Version: Kolab Documentation\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: 2014-12-09 05:27+0000\n" "Last-Translator: Torsten Grote \n" "Language-Team: French (http://www.transifex.com/projects/p/kolab-" "documentation/language/fr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/client-configuration/android.rst:92 msgid "Android" msgstr "Androïde" #: ../../source/client-configuration/android.rst:97 #, python-format msgid "" "This page describes how you can access your data from your |service_name| " "account with your `Android `__ mobile phone or tablet. Everything will be " "synchronized and keep the same state across all your devices." msgstr "" "Cette page décrit comment vous pouvez accéder à vos données depuis votre |" "service_name| compte avec votre `Androïde `__ téléphone mobile ou tablette. Tous sera " "synchronisé et maintiendra le même état sur tous les appareils." #: ../../source/client-configuration/android.rst:103 msgid "" "Please follow the instructions below closely and keep in mind that we have " "no influence over the specific app or Android version that you might be " "using." msgstr "" "Veuillez bien suivre les instructions ci-dessous et assurez-vous que nous " "n'avons aucune influence sur le app spécifique ou la version d’Androïde que " "vous utiliser." #: ../../source/client-configuration/android.rst:110 msgid "K-9 Mail" msgstr "K-9 Mail" #: ../../source/client-configuration/android.rst:112 msgid "" "We recommend to use the IMAP protocol for email. The standard email app on " "Android supports it, so do most other apps. However, we found that `K-9 Mail " "`__ works best " "and therefore provide the instructions below for that. You can still use any " "other IMAP capable app like the default email application." msgstr "" "Nous recommandons l'utilisation de protocol IMAP pour e-mail. L'app standard " "de mail sur Androïde soutien ceci, ainsi que plupart d'autres apps. " "Néanmoins, nous avons remarque que `K-9 Mail `__ est plus efficace et donc fourni les " "instructions ci-dessous pour cela. Vous pouvez tout de même utiliser tout " "autre app qui est compatible avec IMAP comme l'application émail par défaut." #: ../../source/client-configuration/android.rst:119 -#, fuzzy msgid "" "In order to set up your K-9 Mail, just add a new account and provide your |" "service_name| email address as well as your password." msgstr "" "Pour pouvoir configurer votre K-9 Mail, il suffit juste d'ajouter un nouvel " "compte et fournir votre |service_nom| adresse émail et votre mot de passe. " "Ceci découvrira automatiquement toutes les paramètres nécessaires comme " "montré dans les captures d'écran ci-dessous." #: ../../source/client-configuration/android.rst:122 msgid "" "It will disover all necessary settings automatically as shown in the " "screenshots below." msgstr "" #: ../../source/client-configuration/android.rst:154 msgid "Your account is now set up!" msgstr "Votre compte est désormais configuré!" #: ../../source/client-configuration/android.rst:156 msgid "" "If the settings could **not** be discovered automatically for some reason, " "please choose *Manual Setup* and follow the instructions below." msgstr "" "Si les paramètres **not** pas pu être découvrir automatiquement pour une " "raison ou l'autre, veuillez choisir *Configuration Manuelle* et suivre les " "instructions ci-dessous." #: ../../source/client-configuration/android.rst:159 msgid "Choose *IMAP* as account type." msgstr "Choisissez *IMAP* comme type de compte" #: ../../source/client-configuration/android.rst:161 #: ../../source/client-configuration/android.rst:181 msgid "" "Username: Provide your primary and full email address here, e.g. |" "**useremail**|" msgstr "" "Nom d'utilisateur: Entrez votre adresse e-mail principale et complète ici, " "par exemple |**useremail**|" #: ../../source/client-configuration/android.rst:164 msgid "IMAP server: |**imap_host**|" msgstr "Serveur IMAP: |**imap_host**|" #: ../../source/client-configuration/android.rst:166 msgid "Security: |**imap_ssl**|" msgstr "Sécurité: |**imap_ssl**|" #: ../../source/client-configuration/android.rst:168 msgid "Authentication: **Normal pasword**" msgstr "Authentification: **Mot de passe normal**" #: ../../source/client-configuration/android.rst:170 msgid "Port: |**imap_port**|" msgstr "Port: |**imap_port**|" #: ../../source/client-configuration/android.rst:172 msgid "" "Then press next and enter the following information for the outgoing server " "settings:" msgstr "" "Puis appuyer sur suivant et entrer l'information suivant pour les paramètres " "du serveur sortant." #: ../../source/client-configuration/android.rst:175 msgid "SMTP server: |**smtp_host**|" msgstr "Serveur SMTP: |**smtp_host**|" #: ../../source/client-configuration/android.rst:177 msgid "Security: |**smtp_ssl**|" msgstr "Sécurité: |**smtp_ssl**|" #: ../../source/client-configuration/android.rst:179 msgid "Port: |**smtp_port**|" msgstr "Port: |**smtp_port**|" #~ msgid "DAVdroid for Calendars and Contacts" #~ msgstr "DAVdroid pour Calendriers et les Contacts" #~ msgid "" #~ "This section describes how you can get your calendars and contacts from |" #~ "service_name| on your Android device using the Free Software `DAVdroid " #~ "app `__. You can also use " #~ "other apps that can do CalDAV/CardDAV like the non-free `CaldDAV-sync and " #~ "CardDAV-Sync apps `__. But we generally recommend to " #~ "use software that respects your freedom. Another possibility is using the " #~ "built-in Active Sync support. Please see :ref:`settings-clientconfig-" #~ "android-activesync` for more information." #~ msgstr "" #~ "Cette section décrit comment vous pouvez avoir vos calendries et contacts " #~ "de |service_name| sur votre appareil Androïde en utilisant le Logiciel " #~ "Libre `DAVdroid app `__. " #~ "Vous pouvez également utiliser les autres apps gratuites qui soutiennent " #~ "CalDAV/CardDAV comme le `CaldDAV-sync et CardDAV-Sync apps `__. Mais en générale nous recommandons l'utilisation d'un logiciel " #~ "qui respect votre liberté. Une autre possibilité est d'utiliser le " #~ "support d'Active Sync intégré. Veuillez voir :ref:`settings-clientconfig-" #~ "android-activesync` pour plus d'information." #~ msgid "" #~ "You can get DAVdroid from `Google Play `__ or the `F-Droid app repository " #~ "`__." #~ msgstr "" #~ "Vous pouvez obtenir DAVdroid de `Google Play `__ ou le `F-Droid app " #~ "repositoire `__." #~ msgid "" #~ "After installing, it will appear in your list of apps. Please open the " #~ "app." #~ msgstr "" #~ "Après avoir installé, cela apparaîtra dans votre liste d'apps. Veuillez " #~ "ouvrir l'app." #~ msgid "" #~ "On the welcome screen, please click the little key icon with the plus to " #~ "set up your |service_name| account." #~ msgstr "" #~ "Sur l'écran d'accueil, veuillez cliquez sur la petite icône en forme de " #~ "clé avec le signe plus pour configurer votre |service_name| compte." #~ msgid "" #~ "Choose DAVdroid in the next screen and then click *Log in with email " #~ "address*." #~ msgstr "" #~ "Sélectionnez DAVdroid dans l'écran prochain et cliquez après sur *Log in " #~ "with email address*." #~ msgid "" #~ "Provide your full and primary |service_name| address as well as your " #~ "password." #~ msgstr "" #~ "Donnez votre adresse principale et complète |service_name| ainsi que " #~ "votre mot de passe." #~ msgid "" #~ "The next screen shows all your calendars and address books. Select those " #~ "that you want to synchronize to your Android device. Please note that as " #~ "of now, Android only allows one address book per account. You can add " #~ "more by just adding the same account again later." #~ msgstr "" #~ "L'écran prochain montre tout vos calendriers et carnet d'adresses. " #~ "Sélectionnez ceux que vous aimerais synchroniser vers votre appareil " #~ "Androïde. Veuillez noter que pour l'instant, Androïde permet un seul " #~ "carnet d'adresse par compte. Vous pouvez en ajouter plus si vous ajouter " #~ "encore le même compte plus tard. " #~ msgid "" #~ "On the next screen, please provide the email address you use for calendar " #~ "invitations with this account." #~ msgstr "" #~ "Sur l'écran prochain, veuillez fournir l'adresse émail que vous avez " #~ "utiliser pour l'invitation du calendrier avec ce compte." #~ msgid "" #~ "After clicking *Add Account* in the top right corner, your account is " #~ "created and will now synchronize your contacts and events." #~ msgstr "" #~ "Après avoir cliqué *Add Account* dans le coin droit en haut, votre compte " #~ "est crée et synchronisera maintenant vos contacts et événements." #~ msgid "" #~ "If the auto-discovery at step 4 did not work, then choose *Login with URL " #~ "and user name* instead. In the next screen enter |**caldav_host**| in the " #~ "server URL and make sure to use **https**. Afterwards, you can continue " #~ "with step 6 above." #~ msgstr "" #~ "Si l'auto-détection à l'étape 4 n'a pas marche, choisissez *Login with " #~ "URL and user name* à la place. Sur le prochain écran entrez |" #~ "**caldav_host**| dans le serveur URL et assurez d'utiliser **https**. " #~ "Vous pouvez ensuite continuer avec l'étape 6 ci-dessus." #~ msgid "ActiveSync for Calendars and Contacts" #~ msgstr "ActiveSnyc pour Calendriers et les Contacts" #~ msgid "" #~ "This section describes how you can get your calendars and contacts from |" #~ "service_name| on your Android device. It assumes that you will use Mobile " #~ "Synchronization with *ActiveSync* which will integrate nicely into your " #~ "default Android apps. Another possibility is using CalDAV/CardDAV. Please " #~ "see :ref:`settings-clientconfig-android-davdroid` for more information." #~ msgstr "" #~ "Cette section décrit comment vous pouvez avoir vos calendries et contacts " #~ "de |service_nom| sur votre appareil Androïde. Il présume que vous " #~ "utilisera Synchronisation Mobile avec *ActiveSync* qui s’intégra " #~ "parfaitement dans vos app d'Androide par défault. Une autre possibilité " #~ "est l'utilisation de CalDAV/CardDAV. Veuillez voir :ref:`settings-" #~ "clientconfig-android` pour plus d'information." #~ msgid "Please go to *Settings* -> *Account* -> *Add Account*" #~ msgstr "Allez dans *Settings* -> *Account* -> *Add Account*" #~ msgid "Then choose either *Exchange* or *Corporate*." #~ msgstr "Puis choisissez soit *Exchange* ou *Corporate*." #~ msgid "" #~ "Afterwards, please provider your primary and full email address, e.g. |" #~ "**useremail**|" #~ msgstr "" #~ "Ensuite, fournissez s'il vous plaît votre adresse e-mail principale et " #~ "complète par exemple |**useremail**|" #~ msgid "" #~ "When asked for incoming server settings, please also give your full email " #~ "address as username. Older versions of Android might require you to " #~ "provide the username in the form of **domain.tld\\\\user** where " #~ "**user@domain.tld** is your primary email address." #~ msgstr "" #~ "Quand les paramètres du serveur entrant sont demandés, veuillez donner " #~ "également votre adresse e-mail principale et complète comme nom " #~ "d'utilisateur. L'ancienne version d’Androïde peut vous demander de " #~ "fournir le nom d'utilisateur en forme de **domain.tld\\\\user** où " #~ "**user@domain.tld** est votre adresse émail principale." #~ msgid "In the server field, please enter: |**activesync_host**|" #~ msgstr "Dans le champ serveur, veuillez entrer: |**activesync_host**|" #~ msgid "" #~ "Set the account options as you like. We recommend to use IMAP for email " #~ "(see :ref:`settings-clientconfig-android-k9`), but you can activate email " #~ "here as well." #~ msgstr "" #~ "Configurez les options de compte comme vous les désirer. Nous " #~ "recommandons l'utilisation de protocol IMAP pour e-mail. (voir :ref:" #~ "`settings-clientconfig-android-k9`), mais vous pouvez également activer e-" #~ "mail ici." #~ msgid "" #~ "After successful account creation, you should select which data shall be " #~ "synchronized in the webmail settings (see last screenshot)." #~ msgstr "" #~ "Après avoir créé votre compte avec succès, vous devez sélectionner les " #~ "données qui doivent être synchronisées dans les paramètres webmail (voir " #~ "la dernière capture d'écran). " diff --git a/locale/fr/LC_MESSAGES/client-configuration/index.po b/locale/fr/LC_MESSAGES/client-configuration/index.po index f0ed5468..9c642262 100644 --- a/locale/fr/LC_MESSAGES/client-configuration/index.po +++ b/locale/fr/LC_MESSAGES/client-configuration/index.po @@ -1,29 +1,28 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/client-configuration/index.rst:93 msgid "Client Configuration" msgstr "" #: ../../source/client-configuration/index.rst:95 msgid "" "The following instructions will show you how to configure client " "applications to directly connect to |service_name|. Please choose your " "operating system and client application:" msgstr "" diff --git a/locale/fr/LC_MESSAGES/configuration-guide/index.po b/locale/fr/LC_MESSAGES/configuration-guide/index.po index d9ba179a..38edb69c 100644 --- a/locale/fr/LC_MESSAGES/configuration-guide/index.po +++ b/locale/fr/LC_MESSAGES/configuration-guide/index.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/configuration-guide/index.rst:90 msgid "Configuration Guide" msgstr "" diff --git a/locale/fr/LC_MESSAGES/contributor-guide/bug-reporting-casual.po b/locale/fr/LC_MESSAGES/contributor-guide/bug-reporting-casual.po index 4e828907..b647aa2e 100644 --- a/locale/fr/LC_MESSAGES/contributor-guide/bug-reporting-casual.po +++ b/locale/fr/LC_MESSAGES/contributor-guide/bug-reporting-casual.po @@ -1,75 +1,74 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/contributor-guide/bug-reporting-casual.rst:90 msgid "Reporting Bugs Against Kolab" msgstr "" #: ../../source/contributor-guide/bug-reporting-casual.rst:92 msgid "" "For the version of Kolab you are running, it is assumed that the issue you " "are running in to exists in both your version, and the next version of Kolab " "(i.e. the development version)." msgstr "" #: ../../source/contributor-guide/bug-reporting-casual.rst:96 msgid "" "At the time of this writing, this can be |K16| (stable) or |winterfell| " "(development)." msgstr "" #: ../../source/contributor-guide/bug-reporting-casual.rst:99 msgid "" "Therefore, `report a bug`_ against Kolab in `Phabricator`_. You'll describe " "what it is you did, what the expected results are, what results you got, and " "how those results do not meet your expectations." msgstr "" #: ../../source/contributor-guide/bug-reporting-casual.rst:103 msgid "" "It is assumed all bugs are issues in the development of Kolab, for two main " "reasons:" msgstr "" #: ../../source/contributor-guide/bug-reporting-casual.rst:106 msgid "" "Development teams need to ensure the next version of the software is tested " "for the issue you find." msgstr "" #: ../../source/contributor-guide/bug-reporting-casual.rst:109 msgid "" "The bug zappers are able to assist you with troubleshooting, suggesting work-" "arounds, configuration, and providing the necessary information." msgstr "" #: ../../source/contributor-guide/bug-reporting-casual.rst:112 msgid "" "They are also aware of the software projects involved, such that a single " "bug may include up to as many as 6 individual software projects." msgstr "" #: ../../source/contributor-guide/bug-reporting-casual.rst:117 msgid ":ref:`contributor-guide-structured-contributions-reporting-bugs`" msgstr "" #: ../../source/contributor-guide/bug-reporting-casual.rst:119 msgid "" "Return to other :ref:`contributor-guide-casual-contributions` you could make." msgstr "" diff --git a/locale/fr/LC_MESSAGES/contributor-guide/bug-reporting-structured.po b/locale/fr/LC_MESSAGES/contributor-guide/bug-reporting-structured.po index bafe7b34..63e6d8a4 100644 --- a/locale/fr/LC_MESSAGES/contributor-guide/bug-reporting-structured.po +++ b/locale/fr/LC_MESSAGES/contributor-guide/bug-reporting-structured.po @@ -1,319 +1,318 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/contributor-guide/bug-reporting-structured.rst:92 msgid "Reporting Bugs Against (Long-Term) Supported Kolab Versions" msgstr "" #: ../../source/contributor-guide/bug-reporting-structured.rst:94 msgid "" "Long-term support versions of Kolab maintain larger sets of different " "versions of software, and it becomes important to ensure that the fix for an " "issue in `foo-1.0` does not require a properly entitled customer to upgrade " "to a later version of Kolab, or even a later version of `foo`." msgstr "" #: ../../source/contributor-guide/bug-reporting-structured.rst:99 msgid "" "The stability requirements imply that support be able to track issues with " "specific versions of the software, targets these issues to be resolved in " "certain newer versions of the software, and trusts the resolution of the " "issue to be verifiable against multiple versions of the software collection." msgstr "" #: ../../source/contributor-guide/bug-reporting-structured.rst:105 #: ../../source/contributor-guide/bug-reporting-structured.rst:202 msgid "Example" msgstr "" #: ../../source/contributor-guide/bug-reporting-structured.rst:107 msgid "" "The following table depicts the versions of the |roundcubemail| package, and " "the |roundcubemail-plugins-kolab| package, as distributed for each product " "stream." msgstr "" #: ../../source/contributor-guide/bug-reporting-structured.rst msgid "Version table for Roundcubemail and Kolab Plugins" msgstr "" #: ../../source/contributor-guide/bug-reporting-structured.rst:114 msgid "|roundcubemail|" msgstr "" #: ../../source/contributor-guide/bug-reporting-structured.rst:114 msgid "|roundcubemail-plugins-kolab|" msgstr "" #: ../../source/contributor-guide/bug-reporting-structured.rst:116 msgid "|KE13|" msgstr "" #: ../../source/contributor-guide/bug-reporting-structured.rst:116 msgid "`1.0.4`" msgstr "" #: ../../source/contributor-guide/bug-reporting-structured.rst:116 msgid "`3.1.16`" msgstr "" #: ../../source/contributor-guide/bug-reporting-structured.rst:118 msgid "|KE14|" msgstr "" #: ../../source/contributor-guide/bug-reporting-structured.rst:118 msgid "`1.1.4`" msgstr "" #: ../../source/contributor-guide/bug-reporting-structured.rst:118 msgid "`3.2.11`" msgstr "" #: ../../source/contributor-guide/bug-reporting-structured.rst:120 msgid "|K16|" msgstr "" #: ../../source/contributor-guide/bug-reporting-structured.rst:120 #: ../../source/contributor-guide/bug-reporting-structured.rst:122 msgid "`1.2`" msgstr "" #: ../../source/contributor-guide/bug-reporting-structured.rst:120 #: ../../source/contributor-guide/bug-reporting-structured.rst:122 msgid "`3.3`" msgstr "" #: ../../source/contributor-guide/bug-reporting-structured.rst:122 msgid "|Winterfell|" msgstr "" #: ../../source/contributor-guide/bug-reporting-structured.rst:125 msgid "Stability requirements for |KE13| demand the following:" msgstr "" #: ../../source/contributor-guide/bug-reporting-structured.rst:127 msgid "" "The version of |roundcubemail| shipped to the product stream is one of the " "**1.0 series** of upstream releases," msgstr "" #: ../../source/contributor-guide/bug-reporting-structured.rst:130 msgid "Upstream maintains a **stable** 1.0 series for |roundcubemail|," msgstr "" #: ../../source/contributor-guide/bug-reporting-structured.rst:132 msgid "" "The version of |roundcubemail-plugins-kolab| shipped to the product stream " "is one of the **3.1 series** of upstream releases," msgstr "" #: ../../source/contributor-guide/bug-reporting-structured.rst:135 msgid "" "Upstream maintains a **stable** 3.1 series for |roundcubemail-plugins-kolab|," msgstr "" #: ../../source/contributor-guide/bug-reporting-structured.rst:138 msgid "" "Future versions of |roundcubemail| in the 1.0 series remain backward " "compatibility for consumers of its API (such as |roundcubemail-plugins-" "kolab|)," msgstr "" #: ../../source/contributor-guide/bug-reporting-structured.rst:142 msgid "" "Added functionality in |roundcubemail-plugins-kolab|, if any, does not " "require any changes in |roundcubemail| that would break other compatibility," msgstr "" #: ../../source/contributor-guide/bug-reporting-structured.rst:146 msgid "The aforementioned conditions all last for up to 5 years," msgstr "" #: ../../source/contributor-guide/bug-reporting-structured.rst:148 msgid "For a large number of target platforms." msgstr "" #: ../../source/contributor-guide/bug-reporting-structured.rst:150 msgid "" "The same conditions apply to |KE14| and |K16| -- with different version " "series, different timelines and sometimes different stacks." msgstr "" #: ../../source/contributor-guide/bug-reporting-structured.rst:153 msgid "" "Further down the dependency stack, this includes maintenance for " "**libkolabxml**, **libkolab** and **libcalendaring**." msgstr "" #: ../../source/contributor-guide/bug-reporting-structured.rst:156 msgid "" "In the future, this will extend up to 6 product streams that will need to be " "maintained." msgstr "" #: ../../source/contributor-guide/bug-reporting-structured.rst:159 msgid "" "It is therefore important that an issue logged against a version 1.0.1, with " "the current version in the 1.0 series perhaps being 1.0.10, needs to go " "through the following stages:" msgstr "" #: ../../source/contributor-guide/bug-reporting-structured.rst:163 msgid "" "Is the issue reproducible in the unstable development version of the " "software suite?" msgstr "" #: ../../source/contributor-guide/bug-reporting-structured.rst:166 msgid "If it is, it is a development issue; `report a bug`_ in Phabricator." msgstr "" #: ../../source/contributor-guide/bug-reporting-structured.rst:168 msgid "" "Developer teams become responsible for testing the resolution of the issue " "first, and fixing the issue second (see :ref:`contributor-guide-test-driven-" "development`)." msgstr "" #: ../../source/contributor-guide/bug-reporting-structured.rst:172 msgid "" "For each of the product streams in between current development and the " "original issue report, create a ticket in `bugzilla`_." msgstr "" #: ../../source/contributor-guide/bug-reporting-structured.rst:177 msgid "Something about backporting with the verification included." msgstr "" #: ../../source/contributor-guide/bug-reporting-structured.rst:179 msgid "If it is not, in what product stream can the issue still be reproduced?" msgstr "" #: ../../source/contributor-guide/bug-reporting-structured.rst:181 msgid "" "This process can be a very costly lather-rinse-repeat exercise, and " "therefore needs to be covered ahead of time, through :ref:`contributor-guide-" "test-driven-development`." msgstr "" #: ../../source/contributor-guide/bug-reporting-structured.rst:185 msgid "Create a `bugzilla`_ ticket for the appropriate" msgstr "" #: ../../source/contributor-guide/bug-reporting-structured.rst:189 msgid "Something about constructive troubleshooting efforts" msgstr "" #: ../../source/contributor-guide/bug-reporting-structured.rst:191 msgid "" "Using the input of 1) and outcome of 1a) or 1b), describe the range of " "targets;" msgstr "" #: ../../source/contributor-guide/bug-reporting-structured.rst:194 msgid "branch 1.2 for |K16|: yes or no?" msgstr "" #: ../../source/contributor-guide/bug-reporting-structured.rst:195 msgid "branch 1.1 for |KE14|: yes or no?" msgstr "" #: ../../source/contributor-guide/bug-reporting-structured.rst:196 msgid "etc." msgstr "" #: ../../source/contributor-guide/bug-reporting-structured.rst:198 msgid "" "Each becomes a separate `bugzilla`_ ticket, each of them depending on the " "resolution of the more recent product stream('s software version)." msgstr "" #: ../../source/contributor-guide/bug-reporting-structured.rst:204 msgid "Let's assume \"yay\" fails on all versions of Roundcube." msgstr "" #: ../../source/contributor-guide/bug-reporting-structured.rst:206 msgid "Issue:" msgstr "" #: ../../source/contributor-guide/bug-reporting-structured.rst:208 msgid "*Yay fails on Roundcube 1.0.1 on* |santiago|" msgstr "" #: ../../source/contributor-guide/bug-reporting-structured.rst:210 msgid "" "This is an original ticket. The intended milestone for the resolution is " "`1.0-next`." msgstr "" #: ../../source/contributor-guide/bug-reporting-structured.rst:213 msgid "Support:" msgstr "" #: ../../source/contributor-guide/bug-reporting-structured.rst:215 msgid "*Does yay fail in* |Winterfell| *on* |maipo| *?*" msgstr "" #: ../../source/contributor-guide/bug-reporting-structured.rst:217 msgid "" "Yes, this is a new development issue; `Report a bug`_. Add a project tag " "for :orange:`Winterfell`" msgstr "" #: ../../source/contributor-guide/bug-reporting-structured.rst:220 msgid "*Does yay fail in* |K16| *on* |maipo| *?*" msgstr "" #: ../../source/contributor-guide/bug-reporting-structured.rst:222 msgid "Yes, and |K16| is on the same software version series as |Winterfell|;" msgstr "" #: ../../source/contributor-guide/bug-reporting-structured.rst:224 msgid "" "It is thus a new development issue; `Report a bug`_ and have it blocked by " "the bug created in 2.1)." msgstr "" #: ../../source/contributor-guide/bug-reporting-structured.rst:227 msgid "Associate the |K16| release target with the bug." msgstr "" #: ../../source/contributor-guide/bug-reporting-structured.rst:229 msgid "" "Also create a `bugzilla`_ ticket. The milestone here is `1.2-next`. Refer to " "the task created in Phabricator." msgstr "" #: ../../source/contributor-guide/bug-reporting-structured.rst:232 msgid "*Does yay fail in* |KE14| *on* |santiago| *?*" msgstr "" #: ../../source/contributor-guide/bug-reporting-structured.rst:234 msgid "" "Yes, create a `bugzilla`_ ticket and block it with the ticket created in " "2.2). The milestone here is `1.1-next`." msgstr "" #: ../../source/contributor-guide/bug-reporting-structured.rst:237 msgid "*Does yay fail in* |KE13| *on* |santiago| *using version 1.0.4?*" msgstr "" #: ../../source/contributor-guide/bug-reporting-structured.rst:239 msgid "Yes, block the original ticket in 1) with the ticket from 2.3)." msgstr "" diff --git a/locale/fr/LC_MESSAGES/contributor-guide/continuous-integration.po b/locale/fr/LC_MESSAGES/contributor-guide/continuous-integration.po index ca8df081..657b4ad6 100644 --- a/locale/fr/LC_MESSAGES/contributor-guide/continuous-integration.po +++ b/locale/fr/LC_MESSAGES/contributor-guide/continuous-integration.po @@ -1,31 +1,30 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/contributor-guide/continuous-integration.rst:90 msgid "(Ab)using Continuous Integration" msgstr "" #: ../../source/contributor-guide/continuous-integration.rst:92 msgid "This page still needs to be authored, see :task:`1117`." msgstr "" #: ../../source/contributor-guide/continuous-integration.rst:94 msgid "" "Return to other :ref:`contributor-guide-casual-contributions` you could make." msgstr "" diff --git a/locale/fr/LC_MESSAGES/contributor-guide/docker-containers.po b/locale/fr/LC_MESSAGES/contributor-guide/docker-containers.po index 300c6ec3..05c4167a 100644 --- a/locale/fr/LC_MESSAGES/contributor-guide/docker-containers.po +++ b/locale/fr/LC_MESSAGES/contributor-guide/docker-containers.po @@ -1,31 +1,30 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/contributor-guide/docker-containers.rst:90 msgid "Run Kolab Using Docker Containers" msgstr "" #: ../../source/contributor-guide/docker-containers.rst:92 msgid "This page still needs to be authored, see :task:`1116`." msgstr "" #: ../../source/contributor-guide/docker-containers.rst:94 msgid "" "Return to other :ref:`contributor-guide-casual-contributions` you could make." msgstr "" diff --git a/locale/fr/LC_MESSAGES/contributor-guide/documentation/index.po b/locale/fr/LC_MESSAGES/contributor-guide/documentation/index.po index c71c6aa7..a0d3dda0 100644 --- a/locale/fr/LC_MESSAGES/contributor-guide/documentation/index.po +++ b/locale/fr/LC_MESSAGES/contributor-guide/documentation/index.po @@ -1,87 +1,86 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/contributor-guide/documentation/index.rst:92 msgid "Contributing to the Documentation" msgstr "" #: ../../source/contributor-guide/documentation/index.rst:94 msgid "" "This documentation can easily be contributed to by cloning the following git " "repository." msgstr "" #: ../../source/contributor-guide/documentation/index.rst:97 msgid "https://git.kolab.org/diffusion/D/docs.git" msgstr "" #: ../../source/contributor-guide/documentation/index.rst:101 msgid "" "The documentation is only as good as your willingness to contribute to it." msgstr "" #: ../../source/contributor-guide/documentation/index.rst:104 msgid "Other documentation included here:" msgstr "" #: ../../source/contributor-guide/documentation/index.rst:113 msgid "Building the Documentation" msgstr "" #: ../../source/contributor-guide/documentation/index.rst:115 msgid "" "Most of our more regular contributors clone the repository to their local " "workstation, and then build the documentation before pushing back changes to " "their fork of kolab-docs. To build the documentation, you need to have " "`Sphinx`_ installed. You can also find some hints, tips and tricks on their " "website, with regards to the `reStructuredText`_ format the documentation is " "written in." msgstr "" #: ../../source/contributor-guide/documentation/index.rst:122 msgid "Naturally, first clone the git repository." msgstr "" #: ../../source/contributor-guide/documentation/index.rst:128 msgid "Navigate in to the fresh clone:" msgstr "" #: ../../source/contributor-guide/documentation/index.rst:134 msgid "To build the documentation, issue the following command:" msgstr "" #: ../../source/contributor-guide/documentation/index.rst:140 msgid "Make some changes, and build and view the result:" msgstr "" #: ../../source/contributor-guide/documentation/index.rst:147 msgid "" "When you are satisfied, commit the results and submit a `Differential`_:" msgstr "" #: ../../source/contributor-guide/documentation/index.rst:154 msgid "" "Push your changes back into our Phabricator instance. Timotheus wrote `a " "good tutorial on how to do that `_." msgstr "" #: ../../source/contributor-guide/documentation/index.rst:157 msgid "Enjoy and thanks for contributing to Kolab!" msgstr "" diff --git a/locale/fr/LC_MESSAGES/contributor-guide/documentation/todolist.po b/locale/fr/LC_MESSAGES/contributor-guide/documentation/todolist.po index 0f552309..b3904830 100644 --- a/locale/fr/LC_MESSAGES/contributor-guide/documentation/todolist.po +++ b/locale/fr/LC_MESSAGES/contributor-guide/documentation/todolist.po @@ -1,33 +1,32 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/contributor-guide/documentation/todolist.rst:89 msgid "Possible Contributions" msgstr "" #: ../../source/contributor-guide/documentation/todolist.rst:91 msgid "" "The following list is a collection of all the places where a todo item was " "included, because there is more work to do. Please consider picking one of " "those up helping to complete the documentation." msgstr "" #: ../../source/contributor-guide/documentation/todolist.rst:96 msgid "That's left to do:" msgstr "" diff --git a/locale/fr/LC_MESSAGES/contributor-guide/documentation/writing-documentation.po b/locale/fr/LC_MESSAGES/contributor-guide/documentation/writing-documentation.po index d27010f6..02d92ecd 100644 --- a/locale/fr/LC_MESSAGES/contributor-guide/documentation/writing-documentation.po +++ b/locale/fr/LC_MESSAGES/contributor-guide/documentation/writing-documentation.po @@ -1,83 +1,82 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/contributor-guide/documentation/writing-documentation.rst:92 msgid "Writing Documentation" msgstr "" #: ../../source/contributor-guide/documentation/writing-documentation.rst:94 msgid "" "The Kolab community has a reference implementation of its releases, which " "can best be described as a **next-next-finish** installation [#]_ of a " "**single node** [#]_ running **Enterprise Linux 7** [#]_." msgstr "" #: ../../source/contributor-guide/documentation/writing-documentation.rst:98 msgid "" "For writing documentation, this means that all documented commands and file " "paths mentioned need to match that specific implementation [#]_ of Kolab " "installed on Enterprise Linux 7, and that every HOWTO needs to start at the " "aforementioned *null* situation." msgstr "" #: ../../source/contributor-guide/documentation/writing-documentation.rst:103 msgid "" "This sounds harsh, and it probably is, but here's how you can work with it:" msgstr "" #: ../../source/contributor-guide/documentation/writing-documentation.rst:106 msgid "" "When you create a HOWTO for something on Debian, your HOWTO should probably " "be titled: *HOWTO: Achieve Greatness (on Debian Wheezy)*." msgstr "" #: ../../source/contributor-guide/documentation/writing-documentation.rst:109 msgid "" "When you do write a generic HOWTO, you can re-iterate the commands issued " "for different distributions::" msgstr "" #: ../../source/contributor-guide/documentation/writing-documentation.rst:125 msgid "Footnotes" msgstr "" #: ../../source/contributor-guide/documentation/writing-documentation.rst:128 msgid "" "This means to confirm the default settings (other than perhaps the " "passwords) during :ref:`installation-guide-setup-kolab`, including but not " "limited to the characters used in the passwords chosen -- while we have " "learned of issues when using passwords with special characters, which relate " "to third party application defaults." msgstr "" #: ../../source/contributor-guide/documentation/writing-documentation.rst:136 msgid "" "A single node is a single operating system instance; physical, virtual, " "docked or contained." msgstr "" #: ../../source/contributor-guide/documentation/writing-documentation.rst:141 msgid "" "In the family of Enterprise Linux 7 distributions that we provide packages " "for are Red Hat Enterprise Linux and CentOS." msgstr "" #: ../../source/contributor-guide/documentation/writing-documentation.rst:146 msgid "The specific implementation is a single-node deployment topology." msgstr "" diff --git a/locale/fr/LC_MESSAGES/contributor-guide/feature-requests/index.po b/locale/fr/LC_MESSAGES/contributor-guide/feature-requests/index.po index d4bb0b61..d64a18fd 100644 --- a/locale/fr/LC_MESSAGES/contributor-guide/feature-requests/index.po +++ b/locale/fr/LC_MESSAGES/contributor-guide/feature-requests/index.po @@ -1,373 +1,372 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/contributor-guide/feature-requests/index.rst:92 msgid "Feature Requests" msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:95 msgid "The Definition of a Feature Request" msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:97 msgid "" "A feature request is a description of a problem space for which we may seek " "the resolution to be provided within, or with the help of, Kolab." msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:100 msgid "" "Such a problem space is articulated in and by itself, and allows for " "understanding to be formed and interpretation to be fine-tuned over the " "course of a process with multiple parties contributing." msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:106 msgid "" "Using **problem spaces** re-inforces the importance of the human experience " "for the final product enhancement." msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:109 msgid "A bad example of a feature request would be:" msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:111 msgid "*Make the button background red.*" msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:113 msgid "" "This example neither addresses the actual problem, nor the potential value " "of a resolution." msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:116 msgid "A better example would be:" msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:118 msgid "*The contrast between the button background and page is too low.*" msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:120 msgid "" "Any target use-case or workflow described must be considered only as a " "context establishing a higher level of comprehension in elaboration, about " "the dimensions of the problem space. Per the existing example:" msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:124 msgid "" "*Color vision deficiencies do not allow some people to distinguish the " "button from the background.*" msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:127 msgid "" "This would allow us to clarify whether a high-contrast UI is needed, or a " "slight adjustment suffices. We would also get to cover other angles." msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:130 msgid "" "Feature requests without a sufficiently accurate or encompassing description " "of the problem space to address will not be accepted." msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:134 msgid "Where Do Feature Requests Go?" msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:136 msgid "" "Feature requests can be entered in to the Kolab development platform using " "`this form `_." msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:139 msgid "It's submitted to the backlog of the :red:`Architecture & Design` team." msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:141 msgid "" "The `Architecture & Design`_ team evaluates the enhancement requests, " "requests additional feedback if needed, and assigns the priority should the " "request be promoted." msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:145 msgid "" "The responsibility of this team is to ensure that, in the inception phase, " "and before the elaboration phase;" msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:148 msgid "we have an accurate and full problem space description, and" msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:150 msgid "we understand the scope and dimensions of the problem space, and" msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:152 msgid "we can successfully determine where the problem should be resolved, and" msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:154 msgid "" "we can determine the resolution to this problem space makes sense for the " "product that is Kolab, or" msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:157 msgid "" "we can determine that the problem space is better addressed by existing, " "external tooling, and find a means for that external tooling to be " "integrated with Kolab, or" msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:161 msgid "" "we can determine that addressing the problem space does not enhance the " "Kolab product, and" msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:164 msgid "an estimate value of resolving the problem space can be established." msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:166 msgid "" "This leads to a common understanding of scope of delivery, the definition of " "done, and the way to verify the results." msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:169 msgid "**Backlog**" msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:171 msgid "" "All feature enhancement requests put forth. Mostly with wishlist priority." msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:173 msgid "**Inception**" msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:175 msgid "Would this change the world? How would this change the world?" msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:177 msgid "**Elaboration**" msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:179 msgid "How do we change the world?" msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:181 msgid "**Construction**" msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:183 msgid "The hardhats get to putting the brick and mortar in place." msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:185 msgid "**Transition**" msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:190 msgid "Inception Phase" msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:192 msgid "" "During the inception phase, the case for the feature is evaluated by the " "Product Owner(-ship). The scope and interactions are discussed and a high-" "level decision is made about the design. Use cases and described and it is " "discussed how the feature is relating to the general vision of the product." msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:197 msgid "" "The case can include success criteria, risk assessment, Business context, " "and an estimate of resources needed." msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:200 msgid "Decisions are documented in the Phabricator task." msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:202 msgid "The outcome of the inception phase is:" msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:204 msgid "An initial use-case" msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:206 msgid "An initial case for the feature." msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:208 msgid "An initial understanding of the requirements" msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:210 msgid "" "The feature may be cancelled or considerably re-thought during this phase." msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:213 msgid "Elaboration Phase" msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:215 msgid "" "The purpose of the elaboration phase is to analyze the problem domain, " "establish a sound architectural foundation, and eliminate the highest risk " "elements." msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:219 msgid "" "To accomplish these objectives, an understanding of the whole system needs " "to be achieved. The Product Owner is working with Architects, developers and " "other stakeholders to describe the feature in details, and perhaps build an " "executable architecture prototype in one or more iterations, depending on " "the scope, size, risk, and novelty of the feature. The result could address " "the critical use cases identified in the inception phase, which typically " "expose the major technical risks." msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:227 msgid "" "While an evolutionary prototype of a production-quality component is always " "the goal, this does not exclude the development of one or more throwaway " "prototypes to mitigate specific risks such as design/requirements trade-" "offs, component feasibility study, or demonstrations to customers and end-" "users." msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:232 msgid "The outcome of the elaboration phase is:" msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:234 msgid "" "All use cases and actors have been identified, and most use-case details " "have been defined." msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:237 msgid "" "A set of subtasks in phabricator which reflects a full overview of " "requirements and the Architecture." msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:240 msgid "(Possibly) An executable architectural prototype." msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:242 msgid "" "A revision of the original task in phabricator that reflects the revised " "envision of the feature." msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:245 msgid "A skeleton development plan for the progress of the feature." msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:247 msgid "Possibly the first iteration of documentation." msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:250 msgid "Construction Phase" msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:252 msgid "" "During the construction phase, all components are developed and integrated " "into the feature, and the feature is thoroughly tested together with all " "other features that has been touched in the same realm." msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:256 msgid "" "The construction phase is, in one sense, the manufacturing process. The work " "on the feature is pushed through one or more sprints, and the outcome of the " "is a product ready to packaged and delivered. At minimum, it consists of:" msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:260 msgid "The software product integrated on the appropriate platforms." msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:262 msgid "The user manual (docs.kolab.org)." msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:264 msgid "A description of the current release (..to become errata)." msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:267 msgid "Transition Phase" msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:269 msgid "" "The purpose of the transition phase is to package the software, and " "transition it to the user community." msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:272 msgid "" "Once the feature has been packaged (most possibly together with other " "features in a bigger package), tested, and delivered to the end users, " "issues usually arise that require you to develop new releases, correct some " "problems, or finish subfeatures (subtasks) that were postponed." msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:277 msgid "The Transition phase results in:" msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:279 msgid "" "A (set of) package(s) ready for end user consumption available on the Kolab " "Systems mirror." msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:282 msgid "" "An update to the documentation about the feature containing upgrade or " "install guide for the feature." msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:285 msgid "Updated errata delivered together with the package." msgstr "" diff --git a/locale/fr/LC_MESSAGES/contributor-guide/getting-started.po b/locale/fr/LC_MESSAGES/contributor-guide/getting-started.po index 7dc82577..ff2a2b5a 100644 --- a/locale/fr/LC_MESSAGES/contributor-guide/getting-started.po +++ b/locale/fr/LC_MESSAGES/contributor-guide/getting-started.po @@ -1,207 +1,206 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/contributor-guide/getting-started.rst:92 msgid "Getting Started with Phabricator" msgstr "" #: ../../source/contributor-guide/getting-started.rst:94 msgid "Navigate to https://git.kolab.org. We recommend you use a browser." msgstr "" #: ../../source/contributor-guide/getting-started.rst:96 msgid "" "Determine whether you are a Kolab Systems employee, and act accordingly;" msgstr "" #: ../../source/contributor-guide/getting-started.rst:98 msgid "" "If you are a Kolab Systems employee, use your corporate credentials to login " "using LDAP." msgstr "" #: ../../source/contributor-guide/getting-started.rst:101 msgid "" "If you are not a Kolab Systems employee, create yourself an account if you " "have not already done so. You can use any of the forms except for the one " "that requests LDAP credentials." msgstr "" #: ../../source/contributor-guide/getting-started.rst:105 msgid "" "`Set your date-time notation format `_." msgstr "" #: ../../source/contributor-guide/getting-started.rst:107 msgid "Set your profile picture." msgstr "" #: ../../source/contributor-guide/getting-started.rst:109 msgid "" "`Upload an SSH public key `_." msgstr "" #: ../../source/contributor-guide/getting-started.rst:111 msgid "" "`Set your text-area font to fixed width `_." msgstr "" #: ../../source/contributor-guide/getting-started.rst:113 msgid "" "`Configure email notifications `_, especially the ones for actions you place yourself." msgstr "" #: ../../source/contributor-guide/getting-started.rst:116 msgid ":ref:`contributor-guide-setup-tools`." msgstr "" #: ../../source/contributor-guide/getting-started.rst:118 msgid "Hook up **arcanist** to your Phabricator account:" msgstr "" #: ../../source/contributor-guide/getting-started.rst:125 msgid "Projects" msgstr "" #: ../../source/contributor-guide/getting-started.rst:127 msgid "" "Software development projects use a communication icon (envelope) in :blue:" "`blue`." msgstr "" #: ../../source/contributor-guide/getting-started.rst:130 msgid "" "Each software development project is provided a workboard, such they could, " "at their option, visualize a roadmap." msgstr "" #: ../../source/contributor-guide/getting-started.rst:135 msgid "The use of sub-projects and milestones in Phabricator is under review." msgstr "" #: ../../source/contributor-guide/getting-started.rst:138 msgid "Teams" msgstr "" #: ../../source/contributor-guide/getting-started.rst:140 msgid "" "Teams include groups of people that work on software development projects, " "or form the :red:`Architecture & Design` team, :red:`Release Managers`, etc." msgstr "" #: ../../source/contributor-guide/getting-started.rst:143 msgid "" "Membership of these teams usually provides you with commit access to a GIT " "repository, and is used to authorize differentials in :ref:`contributor-" "guide-peer-review`." msgstr "" #: ../../source/contributor-guide/getting-started.rst:147 msgid "" "Software developer teams are used to authorize commit access, and use a " "group icon in :red:`red`." msgstr "" #: ../../source/contributor-guide/getting-started.rst:150 msgid "You need to request membership from one of the existing members." msgstr "" #: ../../source/contributor-guide/getting-started.rst:152 msgid "" "You only need membership in order to push to the GIT repositories directly." msgstr "" #: ../../source/contributor-guide/getting-started.rst:155 msgid "Sprints" msgstr "" #: ../../source/contributor-guide/getting-started.rst:157 msgid "" "Sprints are time-boxed team efforts with the duration of exactly one week -- " "running from Monday morning to Friday afternoon." msgstr "" #: ../../source/contributor-guide/getting-started.rst:160 msgid "" "In Phabricator, sprints are projects named using the year and week number, " "such as :green:`Sprint 201610`." msgstr "" #: ../../source/contributor-guide/getting-started.rst:163 msgid "" "On Monday mornings, at 10:00 in the morning (Europe/Zurich timezone), a " "sprint planning meeting is held, with all participants in the sprint " "attending. The goal is to reiterate the priority of tasks for the sprint, " "raise doubts where there are any, but also assign tasks and give them story " "points." msgstr "" #: ../../source/contributor-guide/getting-started.rst:168 msgid "" "We use a sprint-specific backlog for the sprint planning, since the global " "product backlog is just much too large to discuss." msgstr "" #: ../../source/contributor-guide/getting-started.rst:171 msgid "" "That said, all users of Phabricator are encouraged to propose tasks to " "include in the next sprint, as well as go ahead and seed the information for " "the tickets they know are going to be assigned to them, and provide feedback " "on others." msgstr "" #: ../../source/contributor-guide/getting-started.rst:175 msgid "" "At or near the end of the sprint, a meeting is held that shows off " "functional software, also called a retrospective. To allow us to show " "functional software a merge window is used between Thursday afternoon (at " "about 15:00 to 17:00 in the Europe/Zurich timezone) all the way through " "Friday up to the retrospective." msgstr "" #: ../../source/contributor-guide/getting-started.rst:180 msgid "" "At this point, all tickets in Review can be moved to Done, which happens on " "the premises the differential associated with the ticket is accepted, " "merged, pushed, tested (continuous integration) and delivered (packaging)." msgstr "" #: ../../source/contributor-guide/getting-started.rst:185 msgid "Release Targets" msgstr "" #: ../../source/contributor-guide/getting-started.rst:187 msgid "" "Release targets are irrelevant for developers. The only release target that " "is relevant for developers is |Winterfell|." msgstr "" #: ../../source/contributor-guide/getting-started.rst:191 msgid "Distributions" msgstr "" #: ../../source/contributor-guide/getting-started.rst:193 msgid "" "Distributions (target platforms) are irrelevant for developers. The only " "target platform relevant to developers is the reference platform |maipo| " "(Enterprise Linux 7)." msgstr "" diff --git a/locale/fr/LC_MESSAGES/contributor-guide/git-flow-workflow.po b/locale/fr/LC_MESSAGES/contributor-guide/git-flow-workflow.po index ae775bf6..627f9053 100644 --- a/locale/fr/LC_MESSAGES/contributor-guide/git-flow-workflow.po +++ b/locale/fr/LC_MESSAGES/contributor-guide/git-flow-workflow.po @@ -1,19 +1,18 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" diff --git a/locale/fr/LC_MESSAGES/contributor-guide/index.po b/locale/fr/LC_MESSAGES/contributor-guide/index.po index adab5dff..828bec9c 100644 --- a/locale/fr/LC_MESSAGES/contributor-guide/index.po +++ b/locale/fr/LC_MESSAGES/contributor-guide/index.po @@ -1,62 +1,61 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/contributor-guide/index.rst:92 msgid "Contributor Guide" msgstr "" #: ../../source/contributor-guide/index.rst:94 msgid "" "Kolab Groupware development largely follows an iterative and incremental " "agile software development metholodogy also known as `Scrum`_." msgstr "" #: ../../source/contributor-guide/index.rst:97 msgid "" "In summary, the development process is divided into stages, with different " "teams participating in getting tasks to the next stage of the process." msgstr "" #: ../../source/contributor-guide/index.rst:100 msgid "" "Kolab Groupware is a collaboration suite consisting of many components, each " "of them separate software development projects, some of them dependent on " "third-party software development projects, and some of them separate " "altogether." msgstr "" #: ../../source/contributor-guide/index.rst:108 msgid "Casual Contributions" msgstr "" #: ../../source/contributor-guide/index.rst:110 msgid "" "The following guides are intended for casual contributors and contributions, " "such as a one-time 5-line patch for that one itch to scratch." msgstr "" #: ../../source/contributor-guide/index.rst:126 msgid "Structured Contributions" msgstr "" #: ../../source/contributor-guide/index.rst:128 msgid "" "The following guides set you up for regular, structured contributions to " "Kolab, such as continued development and participation in sprints." msgstr "" diff --git a/locale/fr/LC_MESSAGES/contributor-guide/packaging.po b/locale/fr/LC_MESSAGES/contributor-guide/packaging.po index 0de24778..2a98eeb9 100644 --- a/locale/fr/LC_MESSAGES/contributor-guide/packaging.po +++ b/locale/fr/LC_MESSAGES/contributor-guide/packaging.po @@ -1,31 +1,30 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/contributor-guide/packaging.rst:90 msgid "Packaging and Continuous Delivery" msgstr "" #: ../../source/contributor-guide/packaging.rst:92 msgid "This page still needs to be authored, see :task:`1118`." msgstr "" #: ../../source/contributor-guide/packaging.rst:94 msgid "" "Return to other :ref:`contributor-guide-casual-contributions` you could make." msgstr "" diff --git a/locale/fr/LC_MESSAGES/contributor-guide/packaging/casual.po b/locale/fr/LC_MESSAGES/contributor-guide/packaging/casual.po index 7384b916..c952ac62 100644 --- a/locale/fr/LC_MESSAGES/contributor-guide/packaging/casual.po +++ b/locale/fr/LC_MESSAGES/contributor-guide/packaging/casual.po @@ -1,31 +1,30 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/contributor-guide/packaging/casual.rst:90 msgid "Fixing Packaging Issues" msgstr "" #: ../../source/contributor-guide/packaging/casual.rst:92 msgid "This page still needs to be authored, see :task:`1114`." msgstr "" #: ../../source/contributor-guide/packaging/casual.rst:94 msgid "" "Return to other :ref:`contributor-guide-casual-contributions` you could make." msgstr "" diff --git a/locale/fr/LC_MESSAGES/contributor-guide/peer-review.po b/locale/fr/LC_MESSAGES/contributor-guide/peer-review.po index dcdb5296..3af7ae8d 100644 --- a/locale/fr/LC_MESSAGES/contributor-guide/peer-review.po +++ b/locale/fr/LC_MESSAGES/contributor-guide/peer-review.po @@ -1,280 +1,279 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/contributor-guide/peer-review.rst:92 msgid "Peer Review" msgstr "" #: ../../source/contributor-guide/peer-review.rst:94 msgid "" "Peer review is a process in which code changes are submitted to a staging " "environment, so that fellow developers have the opportunity to review the " "work before the code changes are submitted back to the source code " "management repository." msgstr "" #: ../../source/contributor-guide/peer-review.rst:99 msgid "" "Peer view is assisted by `Differential`_. To use `Differential`_ " "effectively, you must install **arcanist** and set it up." msgstr "" #: ../../source/contributor-guide/peer-review.rst:104 msgid ":ref:`contributor-guide-setup-your-development-environment`" msgstr "" #: ../../source/contributor-guide/peer-review.rst:106 msgid "" "For structured contributions, and for sprint participants, the use of " "`Differential`_ is obligatory, and further facilitates the process of :ref:" "`contributor-guide-test-driven-development`." msgstr "" #: ../../source/contributor-guide/peer-review.rst:110 msgid "" "Post-poning destabilizing changes stabilizes the day-to-day use of |" "Winterfell|, and allows multiple changesets to land at once (enabling a " "single feature to span multiple software projects)." msgstr "" #: ../../source/contributor-guide/peer-review.rst:115 msgid "The Process" msgstr "" #: ../../source/contributor-guide/peer-review.rst:117 msgid "" "A task in a sprint should consist of a bite-size chunk of development work." msgstr "" #: ../../source/contributor-guide/peer-review.rst:119 msgid "" "When you start work on the task, you write the tests first (and those tests " "would fail, because they have not been backed by code changes)." msgstr "" #: ../../source/contributor-guide/peer-review.rst:122 msgid "" "You submit your differential at the earliest opportunity, however incomplete " "your coverage may be at that point. This ensures peers can participate in " "feedback cycles early, and shows progress being made as it is made." msgstr "" #: ../../source/contributor-guide/peer-review.rst:127 msgid "Creating a Differential for Review" msgstr "" #: ../../source/contributor-guide/peer-review.rst:129 msgid "" "Your development takes place against the **master** branch, unless you find " "yourself running in circles, interrupted by a support request." msgstr "" #: ../../source/contributor-guide/peer-review.rst:132 msgid "" "Thus, make sure you have **master** checked out, and for the sake of " "preventing superfluous merge and rebase exercises, ensure it's in sync with " "upstream:" msgstr "" #: ../../source/contributor-guide/peer-review.rst:141 msgid "" "Provided a ticket, such as :task:`1037`, you should branch off the GIT " "repository;" msgstr "" #: ../../source/contributor-guide/peer-review.rst:149 msgid "" "This will allow you to keep your changes out of a tracking working copy, and " "allows you to switch back over to other work without stacking the changes on " "top of one another." msgstr "" #: ../../source/contributor-guide/peer-review.rst:153 msgid "" "Make your changes, and commit them in however many commits you think is " "reasonable." msgstr "" #: ../../source/contributor-guide/peer-review.rst:156 msgid "Then, create the `Differential`_:" msgstr "" #: ../../source/contributor-guide/peer-review.rst:171 msgid "" "You will now be requested to provide some information about your proposed " "changes." msgstr "" #: ../../source/contributor-guide/peer-review.rst:174 msgid "" "The first line of the differential submission is the title for the " "differential." msgstr "" #: ../../source/contributor-guide/peer-review.rst:177 msgid "" "The template offers a ``Summary:`` line, and you are to make that line " "include the phrase ``Resolves T1037``. This causes the differential to be " "associated with the ticket, and will cause the ticket to change status to " "resolved when the differential is accepted, merged and pushed back." msgstr "" #: ../../source/contributor-guide/peer-review.rst:182 msgid "" "Use the remainder of the space under ``Summary: Resolves T1037`` to spout " "any thoughts or comments." msgstr "" #: ../../source/contributor-guide/peer-review.rst:185 msgid "" "In ``Test Plan:``, you list the steps needed to verify the work. This could " "be:" msgstr "" #: ../../source/contributor-guide/peer-review.rst:193 msgid "" "In ``Reviewers:``, you list the development team associated with the project " "(such as :red:`PyKolab Developers` or :red:`Documentation Authors`). You are " "to use hashtags here, so they would be ``#pykolab_developers`` or " "``#documentation_authors``. **arcanist** will validate the entries and " "prompt you if they do not exist." msgstr "" #: ../../source/contributor-guide/peer-review.rst:199 msgid "" "In ``Subscribers:``, you may either not list anyone, or list the username(s) " "of people you wish to be notified when the differential changes. Here too, " "**arcanist** validates the input." msgstr "" #: ../../source/contributor-guide/peer-review.rst:218 msgid "Review Process" msgstr "" #: ../../source/contributor-guide/peer-review.rst:220 msgid "" "A reviewer must ensure code changes are verifiable, and validate unit, " "functional and integration tests for the code changes before accepting the " "differential." msgstr "" #: ../../source/contributor-guide/peer-review.rst:224 msgid "" "A reviewer will want these tests to be automated, or ends up spending a lot " "of time and effort on verifying the changes made." msgstr "" #: ../../source/contributor-guide/peer-review.rst:229 msgid "" "Exceptions to this rule should only be made in extreme cases, and require " "even more pairs of eyeballs." msgstr "" #: ../../source/contributor-guide/peer-review.rst:232 msgid "" "A reviewer must also verify there is a ticket associated with the " "differential, and that the ticket associated with the differential will be " "closed automatically, should the differential be accepted and merged." msgstr "" #: ../../source/contributor-guide/peer-review.rst:236 msgid "" "Accepting the differential does not mean the code changes are automatically " "merged, however. Acceptance of a differential outside of the merge window is " "therefore allowed." msgstr "" #: ../../source/contributor-guide/peer-review.rst:240 msgid "" "Your changes need to be reviewed by at least one other person, who is a " "software development project member." msgstr "" #: ../../source/contributor-guide/peer-review.rst:243 msgid "" "In :ref:`contributor-guide-test-driven-development`, the submission of the " "differential associated with your review process aides in the staging of the " "code changes." msgstr "" #: ../../source/contributor-guide/peer-review.rst:247 msgid "" "The changes submitted should be reviewed on Thursday afternoons at the " "latest, at which point of the :red:`Release Managers` team can pick them up " "and merge the proposed changes with all the applicable branches." msgstr "" #: ../../source/contributor-guide/peer-review.rst:251 msgid "" "The combined code changes and test should make the lives of :red:`Release " "Managers` a lot easier -- the functionality of the backported changes should " "be available for automated verification." msgstr "" #: ../../source/contributor-guide/peer-review.rst:256 msgid "Landing a Differential Revision" msgstr "" #: ../../source/contributor-guide/peer-review.rst:260 msgid "This documentation applies to :red:`Release Managers` only." msgstr "" #: ../../source/contributor-guide/peer-review.rst:262 msgid "Take the review column of the `current sprint`_." msgstr "" #: ../../source/contributor-guide/peer-review.rst:264 msgid "Examine the tickets and their associated differentials." msgstr "" #: ../../source/contributor-guide/peer-review.rst:266 msgid "" "Move the tickets and differentials that have code changes depending on code " "changes to other projects that have not yet made it on to the next sprint, " "however, attempt to not negatively impact the team's velocity in doing so;" msgstr "" #: ../../source/contributor-guide/peer-review.rst:270 msgid "" "You could close the current ticket in review and move it to the Done column, " "and create a ticket for the next sprint associated with your own team, at " "about 1-2 story points." msgstr "" #: ../../source/contributor-guide/peer-review.rst:274 msgid "" "Merge the code changes in order of the differential numbers, in a best " "effort to merge stacked changes as easily as possible. Those that fail to be " "applied need to be merged manually, or otherwise reassigned to the developer " "in question for the next sprint (the task is rebase). Again, do not impact " "the team's velocity too much, and consider splitting the original " "development effort with the rebase/merge attempt." msgstr "" #: ../../source/contributor-guide/peer-review.rst:281 msgid "Congratulate each developer on a job well done." msgstr "" #: ../../source/contributor-guide/peer-review.rst:283 msgid "Ensure merged code is available in |Winterfell|." msgstr "" #: ../../source/contributor-guide/peer-review.rst:285 msgid "Congratulate yourself on a job well done." msgstr "" diff --git a/locale/fr/LC_MESSAGES/contributor-guide/scrum.po b/locale/fr/LC_MESSAGES/contributor-guide/scrum.po index bd549fd3..4aa4ba56 100644 --- a/locale/fr/LC_MESSAGES/contributor-guide/scrum.po +++ b/locale/fr/LC_MESSAGES/contributor-guide/scrum.po @@ -1,32 +1,31 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/contributor-guide/scrum.rst:90 msgid "SCRUM" msgstr "" #: ../../source/contributor-guide/scrum.rst:92 msgid "" "Our agile development process resolves around sprints; time-boxed team " "efforts." msgstr "" #: ../../source/contributor-guide/scrum.rst:94 msgid "The following documentation aides in facilitating that process." msgstr "" diff --git a/locale/fr/LC_MESSAGES/contributor-guide/scrum/during-the-sprint.po b/locale/fr/LC_MESSAGES/contributor-guide/scrum/during-the-sprint.po index 4565dad5..eb6c4b74 100644 --- a/locale/fr/LC_MESSAGES/contributor-guide/scrum/during-the-sprint.po +++ b/locale/fr/LC_MESSAGES/contributor-guide/scrum/during-the-sprint.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/contributor-guide/scrum/during-the-sprint.rst:90 msgid "During the Sprint" msgstr "" diff --git a/locale/fr/LC_MESSAGES/contributor-guide/scrum/end-of-sprint-checklist.po b/locale/fr/LC_MESSAGES/contributor-guide/scrum/end-of-sprint-checklist.po index a12fcc81..b3f1ab4b 100644 --- a/locale/fr/LC_MESSAGES/contributor-guide/scrum/end-of-sprint-checklist.po +++ b/locale/fr/LC_MESSAGES/contributor-guide/scrum/end-of-sprint-checklist.po @@ -1,97 +1,96 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/contributor-guide/scrum/end-of-sprint-checklist.rst:90 msgid "End of Sprint Checklist" msgstr "" #: ../../source/contributor-guide/scrum/end-of-sprint-checklist.rst:92 msgid "At or near the end of a sprint:" msgstr "" #: ../../source/contributor-guide/scrum/end-of-sprint-checklist.rst:94 msgid "" "The `current sprint`_ must be archived after Friday, 17:00 Europe/Zurich." msgstr "" #: ../../source/contributor-guide/scrum/end-of-sprint-checklist.rst:96 msgid "" "The `current sprint`_ must have its additional ``sprint_current`` hashtag " "removed." msgstr "" #: ../../source/contributor-guide/scrum/end-of-sprint-checklist.rst:99 msgid "" "Tickets that remain open in the `current sprint`_ must be moved forward on " "to the `next sprint`_." msgstr "" #: ../../source/contributor-guide/scrum/end-of-sprint-checklist.rst:104 msgid "" "The column for these tickets in the `current sprint`_ should be reflected in " "the `next sprint`_, which requires manual intervention." msgstr "" #: ../../source/contributor-guide/scrum/end-of-sprint-checklist.rst:107 msgid "" "Click the downward facing arrow on each of the relevant columns, and choose " "*Batch Edit Tasks...*." msgstr "" #: ../../source/contributor-guide/scrum/end-of-sprint-checklist.rst:110 msgid "Associate the project tag for the next sprint." msgstr "" #: ../../source/contributor-guide/scrum/end-of-sprint-checklist.rst:112 msgid "The `next sprint`_ becomes the current sprint, and thus:" msgstr "" #: ../../source/contributor-guide/scrum/end-of-sprint-checklist.rst:114 msgid "Remove the additional hashtag ``sprint_next``," msgstr "" #: ../../source/contributor-guide/scrum/end-of-sprint-checklist.rst:116 msgid "Add the additional hashtag ``sprint_current``." msgstr "" #: ../../source/contributor-guide/scrum/end-of-sprint-checklist.rst:118 msgid "The sprint after the next sprint needs to be created;" msgstr "" #: ../../source/contributor-guide/scrum/end-of-sprint-checklist.rst:120 msgid "" "The sprint runs from a Monday 09:00 AM to the following Friday 05:00 PM." msgstr "" #: ../../source/contributor-guide/scrum/end-of-sprint-checklist.rst:123 msgid "" "Ensure the dates selected for the Monday and the Friday are those for the " "week number of the sprint (as opposed to the defaults)." msgstr "" #: ../../source/contributor-guide/scrum/end-of-sprint-checklist.rst:126 msgid "Use an additional hashtag of ``sprint_next``." msgstr "" #: ../../source/contributor-guide/scrum/end-of-sprint-checklist.rst:128 msgid "" "Verify the (now) `current sprint`_ (but actually next week's) actually has " "sufficient tickets in its backlog, because idling is for jet engines with " "reverse thrusters deployed while in flight." msgstr "" diff --git a/locale/fr/LC_MESSAGES/contributor-guide/scrum/sprints.po b/locale/fr/LC_MESSAGES/contributor-guide/scrum/sprints.po index 710adfed..5943dfa0 100644 --- a/locale/fr/LC_MESSAGES/contributor-guide/scrum/sprints.po +++ b/locale/fr/LC_MESSAGES/contributor-guide/scrum/sprints.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/contributor-guide/scrum/sprints.rst:90 msgid "Sprints" msgstr "" diff --git a/locale/fr/LC_MESSAGES/contributor-guide/scrum/start-of-sprint-checklist.po b/locale/fr/LC_MESSAGES/contributor-guide/scrum/start-of-sprint-checklist.po index 8b5f0117..b72d9405 100644 --- a/locale/fr/LC_MESSAGES/contributor-guide/scrum/start-of-sprint-checklist.po +++ b/locale/fr/LC_MESSAGES/contributor-guide/scrum/start-of-sprint-checklist.po @@ -1,34 +1,33 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/contributor-guide/scrum/start-of-sprint-checklist.rst:90 msgid "Start of Sprint Checklist" msgstr "" #: ../../source/contributor-guide/scrum/start-of-sprint-checklist.rst:92 msgid "Contributors assign story points to the tickets in the backlog." msgstr "" #: ../../source/contributor-guide/scrum/start-of-sprint-checklist.rst:94 msgid "Product owners prioritize tickets." msgstr "" #: ../../source/contributor-guide/scrum/start-of-sprint-checklist.rst:96 msgid "A sprint planning meeting provides the opportunity to talk things over." msgstr "" diff --git a/locale/fr/LC_MESSAGES/contributor-guide/setup-development-environment.po b/locale/fr/LC_MESSAGES/contributor-guide/setup-development-environment.po index 484aaa0f..fefa9366 100644 --- a/locale/fr/LC_MESSAGES/contributor-guide/setup-development-environment.po +++ b/locale/fr/LC_MESSAGES/contributor-guide/setup-development-environment.po @@ -1,182 +1,181 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/contributor-guide/setup-development-environment.rst:92 msgid "Setup Your Development Environment" msgstr "" #: ../../source/contributor-guide/setup-development-environment.rst:94 msgid "" "This guide sets you up a development workstation to contribute to Kolab " "Groupware development on `Phabricator`_." msgstr "" #: ../../source/contributor-guide/setup-development-environment.rst:97 msgid ":ref:`contributor-guide-setup-tools`" msgstr "" #: ../../source/contributor-guide/setup-development-environment.rst:102 msgid "Install the Tools" msgstr "" #: ../../source/contributor-guide/setup-development-environment.rst:104 msgid "Ensure you have our Tools repository configured." msgstr "" #: ../../source/contributor-guide/setup-development-environment.rst:110 msgid "For **Fedora 23**:" msgstr "" #: ../../source/contributor-guide/setup-development-environment.rst:116 msgid "For **Fedora 22**:" msgstr "" #: ../../source/contributor-guide/setup-development-environment.rst:122 #: ../../source/contributor-guide/setup-development-environment.rst:142 msgid "For **Red Hat Enterprise Linux 7**:" msgstr "" #: ../../source/contributor-guide/setup-development-environment.rst:128 msgid "Import the GPG public key the packages are signed with:" msgstr "" #: ../../source/contributor-guide/setup-development-environment.rst:134 msgid "Install **arcanist**:" msgstr "" #: ../../source/contributor-guide/setup-development-environment.rst:136 msgid "For **Fedora 22** and **Fedora 23**:" msgstr "" #: ../../source/contributor-guide/setup-development-environment.rst:148 msgid "Hook up arcanist to Phabricator:" msgstr "" #: ../../source/contributor-guide/setup-development-environment.rst:155 msgid "And follow the instructions." msgstr "" #: ../../source/contributor-guide/setup-development-environment.rst:160 msgid "Recommended Configuration" msgstr "" #: ../../source/contributor-guide/setup-development-environment.rst:162 msgid "**SSH Configuration**" msgstr "" #: ../../source/contributor-guide/setup-development-environment.rst:164 msgid "" "Configure SSH to use the correct username and SSH identity when you use " "``git.kolab.org``:" msgstr "" #: ../../source/contributor-guide/setup-development-environment.rst:174 msgid "**BASH Completion**" msgstr "" #: ../../source/contributor-guide/setup-development-environment.rst:176 msgid "Say something about bash completion and how great it is." msgstr "" #: ../../source/contributor-guide/setup-development-environment.rst:178 msgid "**GIT Prompt**" msgstr "" #: ../../source/contributor-guide/setup-development-environment.rst:180 msgid "Say something about the git prompt." msgstr "" #: ../../source/contributor-guide/setup-development-environment.rst:182 msgid "**GIT Configuration**" msgstr "" #: ../../source/contributor-guide/setup-development-environment.rst:184 msgid "For each repository separately, or otherwise globally:" msgstr "" #: ../../source/contributor-guide/setup-development-environment.rst:193 msgid "**~/.bashrc**" msgstr "" #: ../../source/contributor-guide/setup-development-environment.rst:195 msgid "A recommended snippet for `~/.bashrc` to assist you visually:" msgstr "" #: ../../source/contributor-guide/setup-development-environment.rst:221 msgid "" "This makes your shell navigating in to a GIT repository appear as follows:" msgstr "" #: ../../source/contributor-guide/setup-development-environment.rst:223 msgid ":command:`cd` in to a GIT repository:" msgstr "" #: ../../source/contributor-guide/setup-development-environment.rst:230 msgid "This means a clean working copy." msgstr "" #: ../../source/contributor-guide/setup-development-environment.rst:232 msgid "Create an untracked file:" msgstr "" #: ../../source/contributor-guide/setup-development-environment.rst:239 msgid "THe `%` means untracked files exist in the directory hierarchy." msgstr "" #: ../../source/contributor-guide/setup-development-environment.rst:241 msgid "Add the untracked file:" msgstr "" #: ../../source/contributor-guide/setup-development-environment.rst:248 msgid "" "The `+` means tracked, uncommitted files exist in the directory hierarchy." msgstr "" #: ../../source/contributor-guide/setup-development-environment.rst:250 msgid "Change a file:" msgstr "" #: ../../source/contributor-guide/setup-development-environment.rst:257 msgid "" "The `*` means uncommitted changes to tracked files exist. The `+` still " "indicates a tracked file is not yet committed." msgstr "" #: ../../source/contributor-guide/setup-development-environment.rst:260 msgid "" "Checkout another branch. In this example, it is specifically made dirty to " "show off:" msgstr "" #: ../../source/contributor-guide/setup-development-environment.rst:273 msgid "" "This means we have 4 commits to our local working copy not yet in the remote " "tracked, and 65 commits in the remote tracked not yet in our local working " "copy." msgstr "" #: ../../source/contributor-guide/setup-development-environment.rst:277 msgid "Attempt to rebase on top of the tracked remote:" msgstr "" #: ../../source/contributor-guide/setup-development-environment.rst:288 msgid "" "You'll notice the `+` again stands for the tracked, not yet committed file :" "file:`something`." msgstr "" diff --git a/locale/fr/LC_MESSAGES/contributor-guide/test-driven-development.po b/locale/fr/LC_MESSAGES/contributor-guide/test-driven-development.po index cda97d5f..94fcb861 100644 --- a/locale/fr/LC_MESSAGES/contributor-guide/test-driven-development.po +++ b/locale/fr/LC_MESSAGES/contributor-guide/test-driven-development.po @@ -1,48 +1,47 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/contributor-guide/test-driven-development.rst:92 msgid "Test-Driven Development" msgstr "" #: ../../source/contributor-guide/test-driven-development.rst:94 msgid "" "Test-driven development is a process in the :ref:`contributor-guide-phases-" "construction`." msgstr "" #: ../../source/contributor-guide/test-driven-development.rst:97 msgid "" "The process of development driven by testing can be transcribed as follows:" msgstr "" #: ../../source/contributor-guide/test-driven-development.rst:99 msgid "" "You get handed a set of clear requirements -- mostly in the form of user " "stories you can verify, and documentation on the design -- architecture and " "mockups." msgstr "" #: ../../source/contributor-guide/test-driven-development.rst:103 msgid "You write the tests that verify those requirements are implemented." msgstr "" #: ../../source/contributor-guide/test-driven-development.rst:105 msgid "You write the code that makes the tests succeed." msgstr "" diff --git a/locale/fr/LC_MESSAGES/contributor-guide/testing.po b/locale/fr/LC_MESSAGES/contributor-guide/testing.po index bb312989..071cd33a 100644 --- a/locale/fr/LC_MESSAGES/contributor-guide/testing.po +++ b/locale/fr/LC_MESSAGES/contributor-guide/testing.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/contributor-guide/testing.rst:90 msgid "Testing Kolab" msgstr "" diff --git a/locale/fr/LC_MESSAGES/contributor-guide/translations.po b/locale/fr/LC_MESSAGES/contributor-guide/translations.po index db2a4e60..f8383c79 100644 --- a/locale/fr/LC_MESSAGES/contributor-guide/translations.po +++ b/locale/fr/LC_MESSAGES/contributor-guide/translations.po @@ -1,31 +1,30 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/contributor-guide/translations.rst:90 msgid "Translation: Localization and Internationalization" msgstr "" #: ../../source/contributor-guide/translations.rst:92 msgid "This page still needs to be authored, see :task:`1113`." msgstr "" #: ../../source/contributor-guide/translations.rst:94 msgid "" "Return to other :ref:`contributor-guide-casual-contributions` you could make." msgstr "" diff --git a/locale/fr/LC_MESSAGES/desktop-clients/index.po b/locale/fr/LC_MESSAGES/desktop-clients/index.po index 41bcfc54..1cb9149f 100644 --- a/locale/fr/LC_MESSAGES/desktop-clients/index.po +++ b/locale/fr/LC_MESSAGES/desktop-clients/index.po @@ -1,54 +1,53 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/desktop-clients/index.rst:90 msgid "Desktop Clients" msgstr "" #: ../../source/desktop-clients/index.rst:93 msgid "Kontact (aka. KDE PIM)" msgstr "" #: ../../source/desktop-clients/index.rst:95 msgid "**Kontact:4.13**" msgstr "" #: ../../source/desktop-clients/index.rst msgid "Todo" msgstr "" #: ../../source/desktop-clients/index.rst:99 msgid "Include git repository locations and branches." msgstr "" #: ../../source/desktop-clients/index.rst:100 msgid "Include build order." msgstr "" #: ../../source/desktop-clients/index.rst:101 msgid "Include a kdesrc-build configuration file." msgstr "" #: ../../source/desktop-clients/index.rst:103 msgid "**Kontact:4.13:Development**" msgstr "" #: ../../source/desktop-clients/index.rst:105 msgid "**Kontact:Development**" msgstr "" diff --git a/locale/fr/LC_MESSAGES/developer-guide/documentation/todolist.po b/locale/fr/LC_MESSAGES/developer-guide/documentation/todolist.po index 0eaa9647..b06093ad 100644 --- a/locale/fr/LC_MESSAGES/developer-guide/documentation/todolist.po +++ b/locale/fr/LC_MESSAGES/developer-guide/documentation/todolist.po @@ -1,33 +1,32 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/developer-guide/documentation/todolist.rst:89 msgid "Possible Contributions" msgstr "" #: ../../source/developer-guide/documentation/todolist.rst:91 msgid "" "The following list is a collection of all the places where a todo item was " "included, because there is more work to do. Please consider picking one of " "those up helping to complete the documentation." msgstr "" #: ../../source/developer-guide/documentation/todolist.rst:96 msgid "That's left to do:" msgstr "" diff --git a/locale/fr/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/packages/arcanist.po b/locale/fr/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/packages/arcanist.po index aa6bc334..63678799 100644 --- a/locale/fr/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/packages/arcanist.po +++ b/locale/fr/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/packages/arcanist.po @@ -1,32 +1,31 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/arcanist.rst:88 msgid "" "The **arcanist** package is a utility to operate against the `Phabricator`_ " "development platform that Kolab Groupware uses." msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/arcanist.rst:93 msgid ":ref:`developer-guide-process`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/arcanist.rst:94 msgid ":ref:`developer-guide-using-arcanist`" msgstr "" diff --git a/locale/fr/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/packages/cunit.po b/locale/fr/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/packages/cunit.po index d38b1aad..fae8be8e 100644 --- a/locale/fr/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/packages/cunit.po +++ b/locale/fr/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/packages/cunit.po @@ -1,24 +1,23 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/cunit.rst:88 msgid "" "The **cunit** package is a build dependency of the :ref:`package-cyrus-" "imapd` package's unit tests." msgstr "" diff --git a/locale/fr/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/packages/gyp.po b/locale/fr/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/packages/gyp.po index 827a957a..090aa5e7 100644 --- a/locale/fr/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/packages/gyp.po +++ b/locale/fr/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/packages/gyp.po @@ -1,26 +1,25 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/gyp.rst:88 msgid "" "The **gyp** package is provided because it is a build-dependency for the :" "ref:`package-nodejs` package, which in turn is required for building :ref:" "`package-nodejs-less`, which in turn is required to build the :ref:`package-" "roundcubemail-skin-chameleon` package." msgstr "" diff --git a/locale/fr/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/packages/kolab-autoconf.po b/locale/fr/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/packages/kolab-autoconf.po index 7b591f6f..62af3b99 100644 --- a/locale/fr/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/packages/kolab-autoconf.po +++ b/locale/fr/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/packages/kolab-autoconf.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/kolab-autoconf.rst:88 msgid "**kolab-autoconf** replaces :ref:`package-kolab-autodiscover`." msgstr "" diff --git a/locale/fr/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/packages/kolab-autodiscover.po b/locale/fr/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/packages/kolab-autodiscover.po index c8dbfd66..4791c9b3 100644 --- a/locale/fr/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/packages/kolab-autodiscover.po +++ b/locale/fr/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/packages/kolab-autodiscover.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/kolab-autodiscover.rst:88 msgid "**kolab-autodiscover** is replaced by :ref:`package-kolab-autoconf`." msgstr "" diff --git a/locale/fr/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/packages/libphutil.po b/locale/fr/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/packages/libphutil.po index 7b351431..9e806501 100644 --- a/locale/fr/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/packages/libphutil.po +++ b/locale/fr/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/packages/libphutil.po @@ -1,24 +1,23 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/libphutil.rst:88 msgid "" "The **libphutil** package is a run-time dependency of the :ref:`package-" "arcanist` package." msgstr "" diff --git a/locale/fr/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/packages/roundcubemail-plugin-threading_as_default.po b/locale/fr/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/packages/roundcubemail-plugin-threading_as_default.po index 0fb3def2..a13b4a0f 100644 --- a/locale/fr/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/packages/roundcubemail-plugin-threading_as_default.po +++ b/locale/fr/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/packages/roundcubemail-plugin-threading_as_default.po @@ -1,24 +1,23 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/roundcubemail-plugin-threading_as_default.rst:88 msgid "" "The **roundcubemail-plugin-threading_as_default** package has been obsoleted " "by :ref:`package-roundcubemail` >= 1.0." msgstr "" diff --git a/locale/fr/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/packages/roundcubemail.po b/locale/fr/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/packages/roundcubemail.po index 6f1f8c96..79a30520 100644 --- a/locale/fr/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/packages/roundcubemail.po +++ b/locale/fr/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/packages/roundcubemail.po @@ -1,253 +1,252 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/roundcubemail.rst:88 msgid "" "The |roundcubemail| package contains the upstream web-application used for " "the webmail interface in Kolab Groupware." msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/roundcubemail.rst:91 msgid "" "It's packaging is rather complex, with one tarball resulting in some 100 sub-" "packages." msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/roundcubemail.rst:94 msgid "" "The generic package |roundcubemail| is a so-called meta-package, that " "depends on a set of sub-packages. As such, a :command:`yum install " "roundcubemail` results in a fully function, minimal installation of " "Roundcube (with only the core, few required plugins, and one skin)." msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/roundcubemail.rst:100 msgid "" "Among the Roundcube sources are three generic categories of source code that " "are packaged separately -- the core, the plugins and the skins." msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/roundcubemail.rst:103 msgid "" "The core program and each plugin may contain static files (assets) for the " "core program or the plugin to function, that are independent of the skin " "being used, but may also contain static files (assets) that are specific to " "a particular skin being used." msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/roundcubemail.rst:108 msgid "" "Program code, skins and assets are all packaged separately, so that a " "particular server system can be made to serve only static contents." msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/roundcubemail.rst:113 msgid "" ":ref:`article-what-goes-in-to-a-documentroot-and-what-does-not-belong-there`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/roundcubemail.rst:115 msgid "**Core Roundcube Library and Program**" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/roundcubemail.rst:117 msgid "" "The core Roundcube library contains generic program code shared between " "applications such as :ref:`package-chwala`, :ref:`package-irony`, :ref:" "`package-kolab-freebusy` and :ref:`package-kolab-syncroton`." msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/roundcubemail.rst:122 msgid "" "In packaging, the core Roundcube library is deployed to :file:`/usr/share/" "roundcubemail/program/lib/Roundcube/`, and configured using :file:`/etc/" "roundcubemail/config.inc.php` and :file:`/etc/roundcubemail/defaults.inc." "php`." msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/roundcubemail.rst:127 msgid "" "The core Roundcube program wraps up the core library, required plugins and " "the available skins in to the full webmail interface." msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/roundcubemail.rst:130 msgid "" "The core is packaged as **roundcubemail-core**, providing a virtual " "capability of *roundcubemail(core) = %{version}-%{release}* that other " "packages depend on." msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/roundcubemail.rst:134 msgid "" "This package also depends on the plugins that are required, and at least one " "skin (referred to by the virtual provides *roundcubemail(skin)*)." msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/roundcubemail.rst:138 msgid "**Required Plugins**" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/roundcubemail.rst:140 msgid "Required plugins are packaged separately, and include:" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/roundcubemail.rst:142 msgid "``filesystem_attachments``" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/roundcubemail.rst:143 msgid "``jqueryui``" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/roundcubemail.rst:145 msgid "**Additional Plugins**" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/roundcubemail.rst:147 msgid "``acl``" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/roundcubemail.rst:148 msgid "``additional_message_headers``" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/roundcubemail.rst:149 msgid "``archive``" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/roundcubemail.rst:150 msgid "``attachment_reminder``" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/roundcubemail.rst:151 msgid "``autologon``" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/roundcubemail.rst:152 msgid "``database_attachments``" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/roundcubemail.rst:153 msgid "``debug_logger``" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/roundcubemail.rst:154 msgid "``emoticons``" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/roundcubemail.rst:155 msgid "``enigma``" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/roundcubemail.rst:156 msgid "``example_addressbook``" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/roundcubemail.rst:157 msgid "``help``" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/roundcubemail.rst:158 msgid "``hide_blockquote``" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/roundcubemail.rst:159 msgid "``http_authentication``" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/roundcubemail.rst:160 msgid "``identity_select``" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/roundcubemail.rst:161 msgid "``legacy_browser``" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/roundcubemail.rst:162 msgid "``managesieve``" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/roundcubemail.rst:163 msgid "``markasjunk``" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/roundcubemail.rst:164 msgid "``new_user_dialog``" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/roundcubemail.rst:165 msgid "``new_user_identity``" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/roundcubemail.rst:166 msgid "``newmail_notifier``" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/roundcubemail.rst:167 msgid "``password``" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/roundcubemail.rst:168 msgid "``redundant_attachments``" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/roundcubemail.rst:169 msgid "``show_additional_headers``" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/roundcubemail.rst:170 msgid "``squirrelmail_usercopy``" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/roundcubemail.rst:171 msgid "``subscriptions_option``" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/roundcubemail.rst:172 msgid "``userinfo``" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/roundcubemail.rst:173 msgid "``vcard_attachments``" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/roundcubemail.rst:174 msgid "``virtuser_file``" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/roundcubemail.rst:175 msgid "``virtuser_query``" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/roundcubemail.rst:176 msgid "``zipdownload``" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/roundcubemail.rst:178 msgid "**Skins**" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/roundcubemail.rst:180 msgid "``classic``" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/roundcubemail.rst:181 msgid "``larry``" msgstr "" diff --git a/locale/fr/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/packages/systemd.po b/locale/fr/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/packages/systemd.po index cce946cb..9a1a3949 100644 --- a/locale/fr/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/packages/systemd.po +++ b/locale/fr/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/packages/systemd.po @@ -1,25 +1,24 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/systemd.rst:88 msgid "" "The **systemd** package is solely included to allow build roots to be " "created in *tmpfs*. It is not published and as such the builds in the OBS " "are not included on your system." msgstr "" diff --git a/locale/fr/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/packages/v8.po b/locale/fr/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/packages/v8.po index 48b2d5be..b7f2da41 100644 --- a/locale/fr/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/packages/v8.po +++ b/locale/fr/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/packages/v8.po @@ -1,26 +1,25 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/v8.rst:88 msgid "" "The **v8** package is provided because it is a build-dependency for the :ref:" "`package-nodejs` package, which in turn is required for building :ref:" "`package-nodejs-less`, which in turn is required to build the :ref:`package-" "roundcubemail-skin-chameleon` package." msgstr "" diff --git a/locale/fr/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.po b/locale/fr/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.po index 415b2da0..c4ba8762 100644 --- a/locale/fr/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.po +++ b/locale/fr/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.po @@ -1,294 +1,293 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:91 msgid "Kolab:14:Fasttrack" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:94 msgid "Version Matrices per Target Platform" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:96 msgid ":ref:`product-kolab-14-fasttrack-centos_6`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:97 msgid ":ref:`product-kolab-14-fasttrack-centos_7`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:98 msgid ":ref:`product-kolab-14-fasttrack-debian_7.0`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:99 msgid ":ref:`product-kolab-14-fasttrack-ucs_4.0`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:100 msgid ":ref:`product-kolab-14-fasttrack-ubuntu_14.04`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:101 msgid ":ref:`product-kolab-14-fasttrack-opensuse_12.3`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:102 msgid ":ref:`product-kolab-14-fasttrack-opensuse_13.1`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:107 msgid "CentOS_6" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst msgid "Version Matrix for CentOS_6" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:112 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:161 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:174 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:187 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:200 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:213 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:226 msgid "Package Name(s)" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:112 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:161 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:174 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:187 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:200 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:213 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:226 msgid "Version" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:114 msgid ":ref:`package-apr`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:114 msgid "1.5.1-4" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:116 msgid ":ref:`package-apr-util`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:116 msgid "1.5.3-4" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:118 msgid ":ref:`package-httpd`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:118 msgid "2.4.10-25" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:120 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:163 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:176 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:189 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:202 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:215 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:228 msgid ":ref:`package-kolab-freebusy`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:120 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:163 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:176 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:189 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:202 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:215 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:228 msgid "1.0.8-3" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:122 msgid ":ref:`package-libcalendaring`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:122 msgid "4.9.1-3" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:124 msgid ":ref:`package-libkolab`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:124 msgid "0.6.0-8" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:126 msgid ":ref:`package-libkolabxml`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:126 msgid "1.1.0-5" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:128 msgid ":ref:`package-openssl`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:128 msgid "1.0.1e-26" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:130 msgid ":ref:`package-php`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:130 msgid "5.4.37-24" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:132 msgid ":ref:`package-php-pecl-apc`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:132 msgid "3.1.15-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:134 msgid ":ref:`package-php-pecl-apcu`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:134 msgid "4.0.7-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:136 msgid ":ref:`package-php-pecl-memcache`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:136 msgid "3.0.8-8" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:138 msgid ":ref:`package-php-pecl-xdebug`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:138 msgid "2.3.2-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:140 msgid ":ref:`package-php-sabre-dav`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:140 msgid "2.1.3-3" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:142 msgid ":ref:`package-php-sabre-event`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:142 msgid "1.0.1-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:144 msgid ":ref:`package-php-sabre-http`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:144 msgid "2.0.4-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:146 msgid ":ref:`package-php-sabre-vobject`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:146 msgid "3.2.4-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:148 msgid ":ref:`package-swig`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:148 msgid "2.0.11-8.2" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:150 msgid ":ref:`package-xsd`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:150 msgid "3.3.0.1-24.2" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:156 msgid "CentOS_7" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst msgid "Version Matrix for CentOS_7" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:169 msgid "Debian_7.0" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst msgid "Version Matrix for Debian_7.0" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:182 msgid "UCS_4.0" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst msgid "Version Matrix for UCS_4.0" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:195 msgid "Ubuntu_14.04" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst msgid "Version Matrix for Ubuntu_14.04" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:208 msgid "openSUSE_12.3" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst msgid "Version Matrix for openSUSE_12.3" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:221 msgid "openSUSE_13.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst msgid "Version Matrix for openSUSE_13.1" msgstr "" diff --git a/locale/fr/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/product/kolab-16-enterprise.po b/locale/fr/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/product/kolab-16-enterprise.po index 80844317..83426cb3 100644 --- a/locale/fr/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/product/kolab-16-enterprise.po +++ b/locale/fr/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/product/kolab-16-enterprise.po @@ -1,134 +1,133 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16-enterprise.rst:91 msgid "Kolab:16:Enterprise" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16-enterprise.rst:94 msgid "Version Matrices per Target Platform" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16-enterprise.rst:96 msgid ":ref:`product-kolab-16-enterprise-centos_7`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16-enterprise.rst:101 msgid "CentOS_7" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16-enterprise.rst msgid "Version Matrix for CentOS_7" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16-enterprise.rst:106 msgid "Package Name(s)" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16-enterprise.rst:106 msgid "Version" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16-enterprise.rst:108 msgid ":ref:`package-apr`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16-enterprise.rst:108 msgid "1.5.2-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16-enterprise.rst:110 msgid ":ref:`package-apr-util`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16-enterprise.rst:110 msgid "1.5.4-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16-enterprise.rst:112 msgid ":ref:`package-haproxy`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16-enterprise.rst:112 msgid "1.5.15-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16-enterprise.rst:114 msgid ":ref:`package-httpd`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16-enterprise.rst:114 msgid "2.4.18-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16-enterprise.rst:116 msgid ":ref:`package-mod_nss`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16-enterprise.rst:116 msgid "1.0.11-4" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16-enterprise.rst:118 msgid ":ref:`package-mod_security`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16-enterprise.rst:118 msgid "2.7.5-2" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16-enterprise.rst:120 msgid ":ref:`package-mod_wsgi`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16-enterprise.rst:120 msgid "3.4-10" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16-enterprise.rst:122 msgid ":ref:`package-php`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16-enterprise.rst:122 msgid "5.4.44-5" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16-enterprise.rst:124 msgid ":ref:`package-roundcubemail`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16-enterprise.rst:124 msgid "1.2-5" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16-enterprise.rst:126 msgid ":ref:`package-roundcubemail-skin-enterprise`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16-enterprise.rst:126 msgid "0.3.4-3" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16-enterprise.rst:128 msgid ":ref:`package-roundcubemail-skin-now`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16-enterprise.rst:128 msgid "0.3.3-2" msgstr "" diff --git a/locale/fr/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/product/kolab-16.po b/locale/fr/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/product/kolab-16.po index df999369..68505091 100644 --- a/locale/fr/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/product/kolab-16.po +++ b/locale/fr/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/product/kolab-16.po @@ -1,447 +1,446 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:91 msgid "Kolab:16" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:94 msgid "Version Matrices per Target Platform" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:96 msgid ":ref:`product-kolab-16-centos_7`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:101 msgid "CentOS_7" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst msgid "Version Matrix for CentOS_7" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:106 msgid "Package Name(s)" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:106 msgid "Version" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:108 msgid ":ref:`package-chwala`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:108 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:142 msgid "0.4-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:110 msgid ":ref:`package-composer`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:110 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:190 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:192 msgid "1.0.0-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:112 msgid ":ref:`package-cyrus-imapd`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:112 msgid "2.5.7-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:114 msgid ":ref:`package-erlang`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:114 msgid "17.4-2" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:116 msgid ":ref:`package-erlang-eimap`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:116 msgid "0.1.5-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:118 msgid ":ref:`package-erlang-erlydtl`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:118 msgid "0.7.0-5" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:120 msgid ":ref:`package-erlang-getopt`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:120 msgid "0.8.2-2" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:122 msgid ":ref:`package-erlang-gettext`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:122 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:126 msgid "2.1.0-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:124 msgid ":ref:`package-erlang-goldrush`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:124 msgid "0.1.6-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:126 msgid ":ref:`package-erlang-lager`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:128 msgid ":ref:`package-erlang-lfe`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:128 msgid "0.9.2-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:130 msgid ":ref:`package-erlang-mustache`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:130 msgid "0.1.0-8" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:132 msgid ":ref:`package-erlang-neotoma`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:132 msgid "1.7.2-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:134 msgid ":ref:`package-erlang-protobuffs`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:134 msgid "0.8.0-5" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:136 msgid ":ref:`package-erlang-rebar`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:136 msgid "2.5.1-10" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:138 msgid ":ref:`package-erlang-rpm-macros`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:138 msgid "0.1.4-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:140 msgid ":ref:`package-guam`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:140 msgid "0.7.1-3" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:142 msgid ":ref:`package-irony`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:144 msgid ":ref:`package-kolab`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:144 msgid "16.0.1-3" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:146 msgid ":ref:`package-kolab-autoconf`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:146 msgid "1-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:148 msgid ":ref:`package-kolab-freebusy`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:148 msgid "1.1-2" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:150 msgid ":ref:`package-kolab-release`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:150 msgid "16.7-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:152 msgid ":ref:`package-kolab-schema`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:152 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:208 msgid "3.3-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:154 msgid ":ref:`package-kolab-syncroton`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:154 msgid "2.3.2-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:156 msgid ":ref:`package-kolab-utils`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:156 msgid "3.1-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:158 msgid ":ref:`package-kolab-webadmin`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:158 msgid "3.2.11-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:160 msgid ":ref:`package-libcalendaring`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:160 msgid "4.9.2-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:162 msgid ":ref:`package-libkolab`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:162 msgid "2.0-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:164 msgid ":ref:`package-libkolabxml`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:164 msgid "1.2-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:166 msgid ":ref:`package-manticore`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:166 msgid "0.1.1-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:168 msgid ":ref:`package-mozldap`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:168 msgid "6.0.5-11" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:170 msgid ":ref:`package-nodejs`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:170 msgid "0.12.8-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:172 msgid ":ref:`package-phantomjs`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:172 msgid "2.0.0-2" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:174 msgid ":ref:`package-php-christianriesen-base32`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:174 msgid "1.2.1-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:176 msgid ":ref:`package-php-endroid-qrcode`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:176 msgid "1.5.4-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:178 msgid ":ref:`package-php-enygma-yubikey`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:178 msgid "3.2-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:180 msgid ":ref:`package-php-pear-net-ldap3`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:180 msgid "1.0.4-2" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:182 msgid ":ref:`package-php-sabre-dav`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:182 msgid "2.1.6-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:184 msgid ":ref:`package-php-sabre-event`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:184 msgid "1.0.1-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:186 msgid ":ref:`package-php-sabre-http`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:186 msgid "2.0.4-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:188 msgid ":ref:`package-php-sabre-vobject`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:188 msgid "3.4.5-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:190 msgid ":ref:`package-php-seld-cli-prompt`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:192 msgid ":ref:`package-php-seld-phar-utils`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:194 msgid ":ref:`package-php-spomky-labs-otphp`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:194 msgid "4.0.2-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:196 msgid ":ref:`package-pykolab`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:196 msgid "0.8.0-4" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:198 msgid ":ref:`package-python-icalendar`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:198 msgid "3.8.2-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:200 msgid ":ref:`package-python-selenium`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:200 msgid "2.45.0-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:202 msgid ":ref:`package-python-sievelib`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:202 msgid "0.5.2-2" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:204 msgid ":ref:`package-roundcubemail`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:204 msgid "1.2-3" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:206 msgid ":ref:`package-roundcubemail-plugin-contextmenu`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:206 msgid "2.1.1-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:208 msgid ":ref:`package-roundcubemail-plugins-kolab`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:210 msgid ":ref:`package-roundcubemail-skin-chameleon`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:210 msgid "0.3.7-1" msgstr "" diff --git a/locale/fr/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.po b/locale/fr/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.po index 0f3bdb67..73287999 100644 --- a/locale/fr/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.po +++ b/locale/fr/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.po @@ -1,421 +1,420 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:91 msgid "Kolab:3.4:Updates" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:94 msgid "Version Matrices per Target Platform" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:96 msgid ":ref:`product-kolab-3.4-updates-centos_6`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:97 msgid ":ref:`product-kolab-3.4-updates-centos_7`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:98 msgid ":ref:`product-kolab-3.4-updates-debian_7.0`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:99 msgid ":ref:`product-kolab-3.4-updates-debian_8.0`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:100 msgid ":ref:`product-kolab-3.4-updates-fedora_21`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:101 msgid ":ref:`product-kolab-3.4-updates-ubuntu_12.04`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:102 msgid ":ref:`product-kolab-3.4-updates-ubuntu_14.04`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:103 msgid ":ref:`product-kolab-3.4-updates-opensuse_12.3`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:104 msgid ":ref:`product-kolab-3.4-updates-opensuse_13.1`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:109 msgid "CentOS_6" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst msgid "Version Matrix for CentOS_6" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:114 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:145 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:174 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:209 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:238 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:267 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:298 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:329 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:362 msgid "Package Name(s)" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:114 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:145 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:174 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:209 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:238 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:267 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:298 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:329 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:362 msgid "Version" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:116 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:147 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:180 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:211 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:240 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:271 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:302 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:333 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:366 msgid ":ref:`package-kolab`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:116 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:147 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:180 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:211 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:240 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:271 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:302 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:333 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:366 msgid "3.1.9-3.4" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:118 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:149 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:182 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:213 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:242 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:273 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:304 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:335 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:368 msgid ":ref:`package-kolab-utils`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:118 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:149 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:242 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:335 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:368 msgid "3.1-14.3" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:120 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:151 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:184 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:215 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:244 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:275 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:306 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:337 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:370 msgid ":ref:`package-kolab-webadmin`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:120 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:151 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:184 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:215 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:244 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:275 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:306 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:337 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:370 msgid "3.2.6-4.5" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:122 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:153 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:186 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:217 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:246 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:277 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:308 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:339 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:372 msgid ":ref:`package-libcalendaring`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:122 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:153 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:186 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:217 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:246 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:277 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:308 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:339 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:372 msgid "4.9.1-4" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:124 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:155 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:188 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:219 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:248 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:279 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:310 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:341 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:374 msgid ":ref:`package-libkolab`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:124 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:155 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:188 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:219 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:248 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:279 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:310 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:341 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:374 msgid "0.6.0-3" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:126 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:190 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:343 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:376 msgid ":ref:`package-php-pear-mail-mime`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:126 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:190 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:343 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:376 msgid "1.8.7-21.3" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:128 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:157 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:192 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:221 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:250 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:281 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:312 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:345 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:378 msgid ":ref:`package-pykolab`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:128 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:157 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:192 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:221 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:250 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:281 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:312 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:345 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:378 msgid "0.7.10-4" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:130 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:159 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:194 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:223 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:252 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:283 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:314 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:347 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:380 msgid ":ref:`package-roundcubemail`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:130 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:159 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:252 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:347 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:380 msgid "1.1.2-4.8" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:132 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:161 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:196 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:225 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:254 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:285 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:316 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:349 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:382 msgid ":ref:`package-roundcubemail-plugin-contextmenu`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:132 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:161 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:196 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:225 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:254 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:285 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:316 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:349 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:382 msgid "2.1.1-5.3" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:134 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:163 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:198 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:227 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:256 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:287 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:318 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:351 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:384 msgid ":ref:`package-roundcubemail-plugins-kolab`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:134 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:163 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:256 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:351 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:384 msgid "3.2.7-10" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:140 msgid "CentOS_7" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst msgid "Version Matrix for CentOS_7" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:169 msgid "Debian_7.0" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst msgid "Version Matrix for Debian_7.0" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:176 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:331 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:364 msgid ":ref:`package-389-ds-base`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:176 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:331 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:364 msgid "1.2.11.30-6.3" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:178 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:269 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:300 msgid ":ref:`package-httpd`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:178 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:269 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:300 msgid "2.2.22-13.5" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:182 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:213 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:273 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:304 msgid "3.1~dev20140624-14.3" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:194 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:223 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:283 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:314 msgid "1:1.1.2-4.8" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:198 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:227 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:287 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:318 msgid "1:3.2.7-10" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:204 msgid "Debian_8.0" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst msgid "Version Matrix for Debian_8.0" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:233 msgid "Fedora_21" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst msgid "Version Matrix for Fedora_21" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:262 msgid "Ubuntu_12.04" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst msgid "Version Matrix for Ubuntu_12.04" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:293 msgid "Ubuntu_14.04" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst msgid "Version Matrix for Ubuntu_14.04" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:324 msgid "openSUSE_12.3" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst msgid "Version Matrix for openSUSE_12.3" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:357 msgid "openSUSE_13.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst msgid "Version Matrix for openSUSE_13.1" msgstr "" diff --git a/locale/fr/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.po b/locale/fr/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.po index 2a85ed5d..b160f18d 100644 --- a/locale/fr/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.po +++ b/locale/fr/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.po @@ -1,1363 +1,1362 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:91 msgid "Kolab:3.4" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:94 msgid "Version Matrices per Target Platform" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:96 msgid ":ref:`product-kolab-3.4-centos_6`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:97 msgid ":ref:`product-kolab-3.4-centos_7`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:98 msgid ":ref:`product-kolab-3.4-debian_7.0`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:99 msgid ":ref:`product-kolab-3.4-debian_8.0`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:100 msgid ":ref:`product-kolab-3.4-fedora_21`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:101 msgid ":ref:`product-kolab-3.4-ucs_4.0`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:102 msgid ":ref:`product-kolab-3.4-ubuntu_12.04`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:103 msgid ":ref:`product-kolab-3.4-ubuntu_14.04`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:104 msgid ":ref:`product-kolab-3.4-opensuse_12.3`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:105 msgid ":ref:`product-kolab-3.4-opensuse_13.1`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:110 msgid "CentOS_6" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst msgid "Version Matrix for CentOS_6" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:115 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:214 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:285 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:384 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:443 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:500 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:565 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:642 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:705 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:824 msgid "Package Name(s)" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:115 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:214 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:285 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:384 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:443 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:500 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:565 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:642 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:705 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:824 msgid "Version" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:117 msgid ":ref:`package-bonnie`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:117 msgid "0.3.2-2.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:119 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:216 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:299 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:386 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:445 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:502 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:567 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:644 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:719 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:838 msgid ":ref:`package-chwala`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:119 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:216 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:299 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:386 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:445 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:502 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:567 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:644 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:719 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:838 msgid "0.3.0-8.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:121 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:218 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:301 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:388 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:447 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:504 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:569 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:646 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:723 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:842 msgid ":ref:`package-cyrus-imapd`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:121 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:218 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:447 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:723 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:842 msgid "2.5-108.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:123 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:220 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:307 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:392 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:449 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:508 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:573 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:650 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:725 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:844 msgid ":ref:`package-irony`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:123 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:220 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:307 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:392 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:449 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:508 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:573 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:650 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:725 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:844 msgid "0.3.0-3.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:125 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:311 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:575 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:729 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:848 msgid ":ref:`package-jansson`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:125 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:311 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:575 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:729 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:848 msgid "2.4-20.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:127 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:222 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:313 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:394 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:451 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:510 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:577 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:652 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:733 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:852 msgid ":ref:`package-kolab`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:127 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:222 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:313 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:394 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:451 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:510 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:577 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:652 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:733 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:852 msgid "3.1.9-3.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:129 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:224 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:453 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:735 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:854 msgid ":ref:`package-kolab-autodiscover`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:129 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:224 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:453 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:735 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:854 msgid "0.1-4.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:131 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:226 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:315 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:396 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:455 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:512 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:579 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:654 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:737 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:856 msgid ":ref:`package-kolab-freebusy`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:131 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:226 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:315 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:396 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:455 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:512 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:579 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:654 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:737 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:856 msgid "1.0.7-2.2" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:133 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:228 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:317 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:398 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:457 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:514 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:581 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:656 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:739 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:858 msgid ":ref:`package-kolab-schema`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:133 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:228 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:317 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:398 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:457 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:514 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:581 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:656 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:739 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:858 msgid "3.2-2.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:135 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:230 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:319 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:400 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:459 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:516 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:583 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:658 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:741 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:860 msgid ":ref:`package-kolab-syncroton`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:135 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:230 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:319 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:400 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:459 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:516 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:583 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:658 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:741 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:860 msgid "2.3.1-4.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:137 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:232 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:321 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:402 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:461 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:518 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:585 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:660 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:743 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:862 msgid ":ref:`package-kolab-utils`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:137 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:232 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:461 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:743 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:862 msgid "3.1-14.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:139 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:234 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:323 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:404 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:587 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:662 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:745 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:864 msgid ":ref:`package-kolab-webadmin`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:139 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:234 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:323 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:404 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:587 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:662 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:745 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:864 msgid "3.2.6-4.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:141 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:236 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:327 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:406 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:463 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:520 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:589 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:664 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:749 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:868 msgid ":ref:`package-libcalendaring`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:141 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:236 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:327 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:406 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:463 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:520 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:589 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:664 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:749 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:868 msgid "4.9.1-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:143 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:238 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:329 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:408 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:465 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:522 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:591 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:666 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:751 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:870 msgid ":ref:`package-libkolab`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:143 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:238 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:329 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:408 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:465 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:522 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:591 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:666 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:751 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:870 msgid "0.6.0-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:145 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:240 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:331 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:410 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:467 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:524 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:593 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:668 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:753 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:872 msgid ":ref:`package-libkolabxml`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:145 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:240 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:331 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:410 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:467 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:524 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:593 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:668 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:753 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:872 msgid "1.1.git.1422810799-29.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:147 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:242 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:335 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:412 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:597 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:670 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:757 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:874 msgid ":ref:`package-mozldap`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:147 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:242 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:335 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:412 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:597 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:670 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:757 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:874 msgid "6.0.5-37.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:149 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:343 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:599 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:761 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:878 msgid ":ref:`package-php-smarty`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:149 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:343 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:599 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:761 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:878 msgid "3.1.13-14.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:151 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:345 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:530 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:601 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:769 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:886 msgid ":ref:`package-php-pear-http-request2`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:151 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:345 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:530 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:601 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:769 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:886 msgid "2.2.1-4.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:153 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:532 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:775 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:892 msgid ":ref:`package-php-pear-mail-mime`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:153 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:532 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:775 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:892 msgid "1.8.7-21.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:155 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:246 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:469 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:779 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:896 msgid ":ref:`package-php-pear-net-ldap2`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:155 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:246 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:469 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:779 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:896 msgid "2.0.12-20.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:157 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:248 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:347 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:416 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:471 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:534 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:603 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:674 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:781 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:898 msgid ":ref:`package-php-pear-net-ldap3`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:157 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:248 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:347 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:416 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:471 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:534 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:603 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:674 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:781 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:898 msgid "1.0.2-2.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:159 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:605 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:789 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:906 msgid ":ref:`package-php-pear-net-url2`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:159 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:605 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:789 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:906 msgid "2.1.1-2.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:161 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:250 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:349 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:418 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:473 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:536 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:607 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:676 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:791 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:908 msgid ":ref:`package-pykolab`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:161 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:250 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:349 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:418 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:473 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:536 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:607 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:676 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:791 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:908 msgid "0.7.10-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:163 msgid ":ref:`package-python-elasticsearch`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:163 msgid "1.0.0-8.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:165 msgid ":ref:`package-python-flask-babel`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:165 msgid "0.9-5.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:167 msgid ":ref:`package-python-flask-bootstrap`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:167 msgid "3.2.0.2-3.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:169 msgid ":ref:`package-python-flask-httpauth`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:169 msgid "2.3.0-2.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:171 msgid ":ref:`package-python-flask-script`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:171 msgid "2.0.5-4.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:173 msgid ":ref:`package-python-flask-sqlalchemy`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:173 msgid "1.0-7.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:175 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:254 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:351 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:538 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:609 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:678 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:795 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:910 msgid ":ref:`package-python-icalendar`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:175 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:254 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:351 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:538 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:609 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:678 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:795 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:910 msgid "3.8.2-7.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:177 msgid ":ref:`package-python-jinja2`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:177 msgid "2.7.3-2.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:179 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:611 msgid ":ref:`package-python-ldap`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:179 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:611 msgid "2.4.6-20.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:181 msgid ":ref:`package-python-pyasn1`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:181 msgid "0.1.2-18.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:183 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:256 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:355 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:420 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:475 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:542 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:615 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:680 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:797 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:912 msgid ":ref:`package-python-sievelib`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:183 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:256 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:355 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:420 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:475 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:542 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:615 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:680 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:797 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:912 msgid "0.5.2-13.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:185 msgid ":ref:`package-python-sqlalchemy`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:185 msgid "0.8.0-2.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:187 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:258 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:357 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:422 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:477 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:544 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:617 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:682 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:799 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:914 msgid ":ref:`package-roundcubemail`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:187 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:258 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:477 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:799 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:914 msgid "1.1.0-4.4" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:189 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:260 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:479 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:801 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:916 msgid ":ref:`package-roundcubemail-plugin-composeaddressbook`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:189 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:260 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:479 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:801 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:916 msgid "5.0-24.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:191 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:262 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:359 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:424 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:481 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:546 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:619 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:684 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:803 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:918 msgid ":ref:`package-roundcubemail-plugin-contextmenu`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:191 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:262 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:481 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:803 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:918 msgid "2.1-5.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:193 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:264 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:361 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:426 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:483 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:548 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:621 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:686 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:805 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:920 msgid ":ref:`package-roundcubemail-plugin-converse`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:193 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:264 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:483 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:805 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:920 msgid "0.0-13.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:195 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:266 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:363 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:428 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:485 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:550 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:623 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:688 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:807 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:922 msgid ":ref:`package-roundcubemail-plugin-dblog`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:195 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:266 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:363 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:428 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:485 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:550 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:623 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:688 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:807 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:922 msgid "2.0-21.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:197 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:268 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:365 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:430 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:487 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:552 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:625 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:690 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:809 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:924 msgid ":ref:`package-roundcubemail-plugins-kolab`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:197 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:268 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:487 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:809 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:924 msgid "3.2.7-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:199 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:270 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:367 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:432 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:489 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:554 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:627 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:692 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:811 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:926 msgid ":ref:`package-roundcubemail-skin-chameleon`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:199 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:270 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:367 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:432 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:489 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:554 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:627 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:692 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:811 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:926 msgid "0.3.5-2" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:201 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:272 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:371 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:631 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:813 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:928 msgid ":ref:`package-swig`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:201 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:272 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:371 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:631 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:813 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:928 msgid "2.0.11-10.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:203 msgid ":ref:`package-thrift`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:203 msgid "0.9.1-22.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:209 msgid "CentOS_7" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst msgid "Version Matrix for CentOS_7" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:244 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:763 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:880 msgid ":ref:`package-php-zendframework`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:244 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:763 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:880 msgid "1.12.5-11.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:252 msgid ":ref:`package-python-cssmin`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:252 msgid "0.2.0-10.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:274 msgid ":ref:`package-xsd`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:274 msgid "3.3.0.1-26.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:280 msgid "Debian_7.0" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst msgid "Version Matrix for Debian_7.0" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:287 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:707 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:826 msgid ":ref:`package-389-admin`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:287 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:707 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:826 msgid "1.1.31-20.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:289 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:709 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:828 msgid ":ref:`package-389-admin-console`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:289 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:709 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:828 msgid "1.1.8-16.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:291 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:713 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:832 msgid ":ref:`package-389-console`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:291 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:713 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:832 msgid "1.1.7-17.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:293 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:715 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:834 msgid ":ref:`package-389-ds-base`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:293 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:715 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:834 msgid "1.2.11.30-6.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:295 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:717 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:836 msgid ":ref:`package-389-ds-console`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:295 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:717 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:836 msgid "1.2.7-6.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:297 msgid ":ref:`package-389-dsgw`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:297 msgid "1.1.9-10.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:301 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:388 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:504 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:569 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:646 msgid "2.5~dev2015021301-108.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:303 msgid ":ref:`package-gyp`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:303 msgid "0.1~svn1729-2.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:305 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:390 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:506 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:571 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:648 msgid ":ref:`package-httpd`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:305 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:390 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:506 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:571 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:648 msgid "2.2.22-13.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:309 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:727 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:846 msgid ":ref:`package-idm-console-framework`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:309 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:727 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:846 msgid "1.1.7-16.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:321 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:402 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:518 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:585 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:660 msgid "3.1~dev20140624-14.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:325 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:747 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:866 msgid ":ref:`package-ldapjdk`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:325 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:747 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:866 msgid "4.18-17.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:333 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:595 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:755 msgid ":ref:`package-mod_nss`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:333 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:595 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:755 msgid "1.0.8-30.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:337 msgid ":ref:`package-nodejs`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:337 msgid "0.10.29~dfsg-2.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:339 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:414 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:526 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:672 msgid ":ref:`package-nodejs-less`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:339 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:414 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:526 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:672 msgid "1.7.0-4.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:341 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:759 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:876 msgid ":ref:`package-perl-mozilla-ldap`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:341 msgid "1.5.3+nmu1-17.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:353 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:540 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:613 msgid ":ref:`package-python-pyasn1-modules`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:353 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:540 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:613 msgid "0.0.4-13.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:357 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:422 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:544 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:617 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:682 msgid "1:1.1.0-4.4" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:359 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:424 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:546 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:619 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:684 msgid "2.1~dev20140906-5.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:361 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:426 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:548 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:621 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:686 msgid "0.1~dev20140214-13.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:365 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:430 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:552 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:625 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:690 msgid "1:3.2.7-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:369 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:629 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:694 msgid ":ref:`package-svrcore`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:369 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:629 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:694 msgid "1:4.0.4-16.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:373 msgid ":ref:`package-v8`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:373 msgid "3.14.5.8-2.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:379 msgid "Debian_8.0" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst msgid "Version Matrix for Debian_8.0" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:438 msgid "Fedora_21" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst msgid "Version Matrix for Fedora_21" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:495 msgid "UCS_4.0" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst msgid "Version Matrix for UCS_4.0" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:528 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:765 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:882 msgid ":ref:`package-php-pear-auth-sasl`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:528 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:765 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:882 msgid "1.0.6-19.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:560 msgid "Ubuntu_12.04" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst msgid "Version Matrix for Ubuntu_12.04" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:637 msgid "Ubuntu_14.04" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst msgid "Version Matrix for Ubuntu_14.04" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:700 msgid "openSUSE_12.3" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst msgid "Version Matrix for openSUSE_12.3" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:711 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:830 msgid ":ref:`package-389-adminutil`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:711 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:830 msgid "1.1.20-6.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:721 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:840 msgid ":ref:`package-cunit`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:721 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:840 msgid "2.1.3-5.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:731 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:850 msgid ":ref:`package-jss`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:731 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:850 msgid "4.3.2-19.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:759 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:876 msgid "1.5.3-17.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:767 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:884 msgid ":ref:`package-php-pear-db`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:767 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:884 msgid "1.7.14-17.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:771 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:888 msgid ":ref:`package-php-pear-mdb2`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:771 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:888 msgid "2.5.0b5-19.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:773 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:890 msgid ":ref:`package-php-pear-mdb2-driver-mysqli`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:773 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:890 msgid "1.5.0b4-17.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:777 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:894 msgid ":ref:`package-php-pear-mail-mimedecode`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:777 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:894 msgid "1.5.5-18.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:783 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:900 msgid ":ref:`package-php-pear-net-smtp`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:783 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:900 msgid "1.6.1-17.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:785 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:902 msgid ":ref:`package-php-pear-net-sieve`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:785 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:902 msgid "1.3.2-17.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:787 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:904 msgid ":ref:`package-php-pear-net-socket`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:787 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:904 msgid "1.0.10-18.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:793 msgid ":ref:`package-python-augeas`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:793 msgid "0.4.1-8.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:819 msgid "openSUSE_13.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst msgid "Version Matrix for openSUSE_13.1" msgstr "" diff --git a/locale/fr/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.po b/locale/fr/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.po index 7da66eec..4ae32776 100644 --- a/locale/fr/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.po +++ b/locale/fr/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.po @@ -1,1684 +1,1683 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:91 msgid "Kolab:Winterfell" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:94 msgid "Version Matrices per Target Platform" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:96 msgid ":ref:`product-kolab-winterfell-centos_7`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:97 msgid ":ref:`product-kolab-winterfell-debian_8.0`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:98 msgid ":ref:`product-kolab-winterfell-fedora_23`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:99 msgid ":ref:`product-kolab-winterfell-ubuntu_14.04`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:100 msgid ":ref:`product-kolab-winterfell-ubuntu_16.04`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:101 msgid ":ref:`product-kolab-winterfell-opensuse_13.2`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:106 msgid "CentOS_7" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst msgid "Version Matrix for CentOS_7" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:111 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:398 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:461 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:646 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:711 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:768 msgid "Package Name(s)" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:111 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:398 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:461 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:646 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:711 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:768 msgid "Version" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:113 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:463 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:770 msgid ":ref:`package-arcanist`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:113 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:463 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:770 msgid "20151230.gitb3e68c9-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:115 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:465 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:772 msgid ":ref:`package-bonnie`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:115 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:465 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:772 msgid "0.3.2-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:117 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:467 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:774 msgid ":ref:`package-bonnie-flask`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:117 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:467 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:774 msgid "0.3-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:119 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:400 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:469 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:648 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:713 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:776 msgid ":ref:`package-chwala`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:119 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:259 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:469 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:565 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:776 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:788 msgid "0.4-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:121 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:402 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:650 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:778 msgid ":ref:`package-composer`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:121 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:317 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:319 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:335 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:402 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:434 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:650 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:680 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:743 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:778 msgid "1.0.0-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:123 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:471 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:780 msgid ":ref:`package-copenhagen`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:123 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:471 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:780 msgid "0.0.2-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:125 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:404 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:473 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:652 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:715 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:782 msgid ":ref:`package-cyrus-imapd`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:125 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:404 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:473 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:652 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:715 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:782 msgid "2.5.7-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:127 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:475 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:784 msgid ":ref:`package-egara`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:127 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:149 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:475 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:489 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:784 msgid "0.2-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:129 msgid ":ref:`package-erlang`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:129 msgid "17.4-2" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:131 msgid ":ref:`package-erlang-basho_stats`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:131 msgid "1.0.3-5" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:133 msgid ":ref:`package-erlang-bear`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:133 msgid "0.1.3-5" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:135 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:477 msgid ":ref:`package-erlang-bitcask`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:135 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:219 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:239 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:241 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:477 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:535 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:553 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:555 msgid "2.0.1-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:137 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:479 msgid ":ref:`package-erlang-canola`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:137 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:205 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:479 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:523 msgid "2.0.0-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:139 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:481 msgid ":ref:`package-erlang-clique`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:139 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:481 msgid "0.3.0-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:141 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:483 msgid ":ref:`package-erlang-cluster_info`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:141 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:483 msgid "2.0.2-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:143 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:485 msgid ":ref:`package-erlang-cuttlefish`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:143 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:187 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:485 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:515 msgid "2.0.3-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:145 msgid ":ref:`package-erlang-ebloom`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:145 msgid "2.0.0-3" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:147 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:487 msgid ":ref:`package-erlang-edown`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:147 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:487 msgid "0.7-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:149 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:489 msgid ":ref:`package-erlang-eimap`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:151 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:491 msgid ":ref:`package-erlang-eleveldb`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:151 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:491 msgid "2.1.2-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:153 msgid ":ref:`package-erlang-eper`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:153 msgid "0.78-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:155 msgid ":ref:`package-erlang-erlydtl`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:155 msgid "0.7.0-5" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:157 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:493 msgid ":ref:`package-erlang-eunit_formatters`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:157 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:493 msgid "0.1.2-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:159 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:495 msgid ":ref:`package-erlang-exometer_core`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:159 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:495 msgid "1.4-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:161 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:497 msgid ":ref:`package-erlang-folsom`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:161 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:497 msgid "0.8.2-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:163 msgid ":ref:`package-erlang-getopt`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:163 msgid "0.8.2-2" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:165 msgid ":ref:`package-erlang-gettext`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:165 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:185 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:225 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:227 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:231 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:233 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:255 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:357 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:513 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:541 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:543 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:545 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:547 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:561 msgid "2.1.0-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:167 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:499 msgid ":ref:`package-erlang-goldrush`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:167 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:499 msgid "0.1.6-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:169 msgid ":ref:`package-erlang-gtknode`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:169 msgid "0.32-9" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:171 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:501 msgid ":ref:`package-erlang-hamcrest`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:171 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:501 msgid "0.1.0-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:173 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:503 msgid ":ref:`package-erlang-ibrowse`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:173 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:321 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:503 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:609 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:856 msgid "4.0.2-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:175 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:505 msgid ":ref:`package-erlang-inert`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:175 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:209 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:331 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:505 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:527 msgid "0.6.1-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:177 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:507 msgid ":ref:`package-erlang-iso8601`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:177 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:507 msgid "1.2-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:179 msgid ":ref:`package-erlang-js`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:179 msgid "1.3.0-2" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:181 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:509 msgid ":ref:`package-erlang-jsx`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:181 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:509 msgid "2.4.0-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:183 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:511 msgid ":ref:`package-erlang-kvc`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:183 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:511 msgid "1.5.0-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:185 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:513 msgid ":ref:`package-erlang-lager`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:187 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:515 msgid ":ref:`package-erlang-lager_syslog`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:189 msgid ":ref:`package-erlang-lfe`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:189 msgid "0.9.2-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:191 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:517 msgid ":ref:`package-erlang-meck`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:191 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:517 msgid "0.8.2-7" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:193 msgid ":ref:`package-erlang-merge_index`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:193 msgid "1.3.0-5" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:195 msgid ":ref:`package-erlang-mochiweb`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:195 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:203 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:521 msgid "2.9.2-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:197 msgid ":ref:`package-erlang-mustache`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:197 msgid "0.1.0-8" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:199 msgid ":ref:`package-erlang-neotoma`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:199 msgid "1.7.2-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:201 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:519 msgid ":ref:`package-erlang-node_package`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:201 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:519 msgid "2.0.3-2" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:203 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:521 msgid ":ref:`package-erlang-parse_trans`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:205 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:523 msgid ":ref:`package-erlang-pbkdf2`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:207 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:525 msgid ":ref:`package-erlang-poolboy`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:207 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:525 msgid "1.4.2-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:209 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:527 msgid ":ref:`package-erlang-procket`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:211 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:529 msgid ":ref:`package-erlang-proper`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:211 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:265 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:529 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:571 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:796 msgid "1.1-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:213 msgid ":ref:`package-erlang-protobuffs`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:213 msgid "0.8.0-5" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:215 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:531 msgid ":ref:`package-erlang-rebar`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:215 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:531 msgid "2.5.1-5" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:217 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:533 msgid ":ref:`package-erlang-riak_api`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:217 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:221 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:235 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:237 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:379 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:442 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:533 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:537 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:549 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:551 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:627 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:690 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:749 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:846 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:868 msgid "2.1.1-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:219 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:535 msgid ":ref:`package-erlang-riak_auth_mods`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:221 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:537 msgid ":ref:`package-erlang-riak_control`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:223 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:539 msgid ":ref:`package-erlang-riak_core`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:223 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:539 msgid "2.1.1-4" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:225 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:541 msgid ":ref:`package-erlang-riak_dt`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:227 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:543 msgid ":ref:`package-erlang-riak_ensemble`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:229 msgid ":ref:`package-erlang-riak_err`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:229 msgid "1.0.1-8" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:231 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:545 msgid ":ref:`package-erlang-riak_kv`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:233 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:547 msgid ":ref:`package-erlang-riak_pipe`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:235 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:549 msgid ":ref:`package-erlang-riak_search`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:237 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:551 msgid ":ref:`package-erlang-riak_sysmon`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:239 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:553 msgid ":ref:`package-erlang-riakc`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:241 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:555 msgid ":ref:`package-erlang-riaknostic`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:243 msgid ":ref:`package-erlang-rpm-macros`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:243 msgid "0.1.4-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:245 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:557 msgid ":ref:`package-erlang-setup`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:245 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:557 msgid "1.5-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:247 msgid ":ref:`package-erlang-sext`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:247 msgid "1.1-5" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:249 msgid ":ref:`package-erlang-sidejob`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:249 msgid "0.2.0-5" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:251 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:559 msgid ":ref:`package-erlang-syslog`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:251 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:559 msgid "1.0.3-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:253 msgid ":ref:`package-erlang-webmachine`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:253 msgid "1.10.8-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:255 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:561 msgid ":ref:`package-erlang-yokozuna`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:257 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:563 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:786 msgid ":ref:`package-guam`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:257 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:563 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:786 msgid "0.8-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:259 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:406 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:565 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:654 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:717 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:788 msgid ":ref:`package-irony`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:261 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:408 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:567 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:656 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:719 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:792 msgid ":ref:`package-kolab`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:261 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:408 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:567 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:656 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:719 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:792 msgid "16.0.1-4" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:263 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:569 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:794 msgid ":ref:`package-kolab-autoconf`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:263 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:569 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:794 msgid "1-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:265 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:410 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:571 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:658 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:721 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:796 msgid ":ref:`package-kolab-freebusy`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:267 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:412 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:573 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:660 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:723 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:798 msgid ":ref:`package-kolab-schema`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:267 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:385 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:412 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:573 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:633 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:660 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:723 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:798 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:874 msgid "3.3-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:269 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:414 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:575 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:662 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:725 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:800 msgid ":ref:`package-kolab-syncroton`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:269 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:414 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:575 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:662 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:725 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:800 msgid "2.3.2-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:271 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:416 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:577 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:664 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:727 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:802 msgid ":ref:`package-kolab-utils`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:271 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:577 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:802 msgid "3.1-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:273 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:418 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:579 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:666 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:729 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:804 msgid ":ref:`package-kolab-webadmin`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:273 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:579 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:804 msgid "3.2.11-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:275 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:581 msgid ":ref:`package-leveldb`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:275 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:581 msgid "2.0.7-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:277 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:420 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:583 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:668 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:731 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:806 msgid ":ref:`package-libcalendaring`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:277 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:583 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:806 msgid "4.9.2-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:279 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:422 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:585 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:670 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:733 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:808 msgid ":ref:`package-libkolab`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:279 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:383 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:446 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:585 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:631 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:694 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:753 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:808 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:872 msgid "2.0-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:281 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:424 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:587 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:672 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:735 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:810 msgid ":ref:`package-libkolabxml`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:281 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:375 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:587 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:623 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:810 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:864 msgid "1.2-3" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:283 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:589 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:812 msgid ":ref:`package-libphutil`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:283 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:589 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:812 msgid "20151230.git14765d3-2" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:285 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:591 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:814 msgid ":ref:`package-manticore`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:285 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:591 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:814 msgid "0.1.1-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:287 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:426 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:674 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:737 msgid ":ref:`package-mozldap`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:287 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:426 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:674 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:737 msgid "6.0.5-11" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:289 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:428 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:593 msgid ":ref:`package-nodejs`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:289 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:428 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:593 msgid "0.12.8-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:291 msgid ":ref:`package-obs-worker`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:291 msgid "2.5.6-2" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:293 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:595 msgid ":ref:`package-phantomjs`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:293 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:595 msgid "2.0.0-2" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:295 msgid ":ref:`package-php-jsonschema`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:295 msgid "1.4.1-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:297 msgid ":ref:`package-php-zendframework`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:297 msgid "1.12.5-2" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:299 msgid ":ref:`package-php-christianriesen-base32`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:299 msgid "1.2.1-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:301 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:597 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:818 msgid ":ref:`package-php-endroid-qrcode`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:301 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:597 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:818 msgid "1.5.4-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:303 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:599 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:820 msgid ":ref:`package-php-enygma-yubikey`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:303 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:599 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:820 msgid "3.2-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:305 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:836 msgid ":ref:`package-php-pear-net-ldap2`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:305 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:836 msgid "2.0.12-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:307 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:432 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:601 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:678 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:741 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:838 msgid ":ref:`package-php-pear-net-ldap3`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:307 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:432 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:601 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:678 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:741 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:838 msgid "1.0.4-2" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:309 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:603 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:848 msgid ":ref:`package-php-sabre-dav`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:309 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:603 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:848 msgid "2.1.6-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:311 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:850 msgid ":ref:`package-php-sabre-event`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:311 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:850 msgid "1.0.1-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:313 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:605 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:852 msgid ":ref:`package-php-sabre-http`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:313 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:605 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:852 msgid "2.0.4-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:315 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:607 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:854 msgid ":ref:`package-php-sabre-vobject`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:315 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:607 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:854 msgid "3.4.5-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:317 msgid ":ref:`package-php-seld-cli-prompt`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:319 msgid ":ref:`package-php-seld-phar-utils`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:321 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:609 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:856 msgid ":ref:`package-php-spomky-labs-otphp`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:323 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:611 msgid ":ref:`package-protobuf`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:323 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:611 msgid "2.6.1-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:325 msgid ":ref:`package-pyopenssl`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:325 msgid "0.14-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:327 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:436 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:613 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:682 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:745 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:858 msgid ":ref:`package-pykolab`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:327 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:436 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:613 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:682 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:745 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:858 msgid "0.8.0-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:329 msgid ":ref:`package-python-cryptography`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:329 msgid "0.6.1-2" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:331 msgid ":ref:`package-python-cryptography-vectors`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:333 msgid ":ref:`package-python-cssmin`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:333 msgid "0.2.0-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:335 msgid ":ref:`package-python-elasticsearch`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:337 msgid ":ref:`package-python-flask`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:337 msgid "0.10.1-5" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:339 msgid ":ref:`package-python-flask-bootstrap`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:339 msgid "3.2.0.2-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:341 msgid ":ref:`package-python-flask-httpauth`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:341 msgid "2.3.0-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:343 msgid ":ref:`package-python-flask-login`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:343 msgid "0.2.11-3" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:345 msgid ":ref:`package-python-flask-script`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:345 msgid "2.0.5-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:347 msgid ":ref:`package-python-gflags`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:347 msgid "2.0-2" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:349 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:615 msgid ":ref:`package-python-google-apputils`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:349 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:615 msgid "0.4.1-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:351 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:684 msgid ":ref:`package-python-icalendar`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:351 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:684 msgid "3.8.2-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:353 msgid ":ref:`package-python-itsdangerous`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:353 msgid "0.24-3" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:355 msgid ":ref:`package-python-pycparser`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:355 msgid "2.10-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:357 msgid ":ref:`package-python-riak`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:359 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:860 msgid ":ref:`package-python-selenium`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:359 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:860 msgid "2.45.0-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:361 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:617 msgid ":ref:`package-python-setuptools`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:361 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:617 msgid "19.1.1-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:363 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:438 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:686 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:862 msgid ":ref:`package-python-sievelib`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:363 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:438 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:686 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:862 msgid "0.5.2-2" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:365 msgid ":ref:`package-python-six`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:365 msgid "1.9.0-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:367 msgid ":ref:`package-python-werkzeug`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:367 msgid "0.9.6-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:369 msgid ":ref:`package-pytz`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:369 msgid "2015.7-2" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:371 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:619 msgid ":ref:`package-riak`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:371 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:619 msgid "2.1.3-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:373 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:621 msgid ":ref:`package-riak_pb`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:373 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:621 msgid "2.1.0.2-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:375 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:440 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:623 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:688 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:747 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:864 msgid ":ref:`package-roundcubemail`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:377 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:625 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:866 msgid ":ref:`package-roundcubemail-plugin-composeaddressbook`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:377 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:625 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:866 msgid "5.0-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:379 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:442 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:627 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:690 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:749 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:868 msgid ":ref:`package-roundcubemail-plugin-contextmenu`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:381 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:444 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:629 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:692 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:751 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:870 msgid ":ref:`package-roundcubemail-plugin-converse`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:381 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:629 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:870 msgid "0.0-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:383 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:446 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:631 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:694 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:753 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:872 msgid ":ref:`package-roundcubemail-plugin-dblog`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:385 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:448 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:633 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:696 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:755 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:874 msgid ":ref:`package-roundcubemail-plugins-kolab`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:387 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:450 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:635 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:698 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:757 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:876 msgid ":ref:`package-roundcubemail-skin-chameleon`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:387 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:450 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:635 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:698 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:757 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:876 msgid "0.3.7-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:393 msgid "Debian_8.0" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst msgid "Version Matrix for Debian_8.0" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:400 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:648 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:713 msgid "0.4~dev20160122-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:406 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:654 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:717 msgid "0.4~dev20150721-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:410 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:658 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:721 msgid "1.1~dev20150706-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:416 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:664 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:727 msgid "3.1~dev20140624-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:418 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:666 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:729 msgid "3.2.11~dev20151020-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:420 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:668 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:731 msgid "4.9.2~dev20150623-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:422 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:670 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:733 msgid "2.0~dev20151230-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:424 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:672 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:735 msgid "1.2~dev20151230-3" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:430 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:676 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:739 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:816 msgid ":ref:`package-nodejs-less`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:430 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:676 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:739 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:816 msgid "1.7.5-2" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:434 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:680 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:743 msgid ":ref:`package-php-pecl-krb5`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:440 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:688 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:747 msgid "1:1.2~dev20160119-3" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:444 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:692 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:751 msgid "0.1~dev20140214-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:448 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:696 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:755 msgid "1:3.3~dev20160111-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:456 msgid "Fedora_23" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst msgid "Version Matrix for Fedora_23" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:641 msgid "Ubuntu_14.04" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst msgid "Version Matrix for Ubuntu_14.04" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:700 msgid ":ref:`package-svrcore`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:700 msgid "1:4.0.4-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:706 msgid "Ubuntu_16.04" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst msgid "Version Matrix for Ubuntu_16.04" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:763 msgid "openSUSE_13.2" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst msgid "Version Matrix for openSUSE_13.2" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:790 msgid ":ref:`package-jansson`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:790 msgid "2.4-2" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:822 msgid ":ref:`package-php-pear-auth-sasl`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:822 msgid "1.0.6-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:824 msgid ":ref:`package-php-pear-db`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:824 msgid "1.7.14-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:826 msgid ":ref:`package-php-pear-http-request2`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:826 msgid "2.2.1-2" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:828 msgid ":ref:`package-php-pear-mdb2`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:828 msgid "2.5.0b5-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:830 msgid ":ref:`package-php-pear-mdb2-driver-mysqli`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:830 msgid "1.5.0b4-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:832 msgid ":ref:`package-php-pear-mail-mime`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:832 msgid "1.8.7-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:834 msgid ":ref:`package-php-pear-mail-mimedecode`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:834 msgid "1.5.5-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:840 msgid ":ref:`package-php-pear-net-smtp`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:840 msgid "1.6.1-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:842 msgid ":ref:`package-php-pear-net-sieve`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:842 msgid "1.3.2-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:844 msgid ":ref:`package-php-pear-net-socket`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:844 msgid "1.0.10-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:846 msgid ":ref:`package-php-pear-net-url2`" msgstr "" diff --git a/locale/fr/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/products.po b/locale/fr/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/products.po index ac5f3032..87415e06 100644 --- a/locale/fr/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/products.po +++ b/locale/fr/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/products.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/developer-guide/packaging/obs-for-kolab/products.rst:90 msgid "Products" msgstr "" diff --git a/locale/fr/LC_MESSAGES/developer-guide/troubleshooting-101.po b/locale/fr/LC_MESSAGES/developer-guide/troubleshooting-101.po index d213660a..8d5a3563 100644 --- a/locale/fr/LC_MESSAGES/developer-guide/troubleshooting-101.po +++ b/locale/fr/LC_MESSAGES/developer-guide/troubleshooting-101.po @@ -1,185 +1,184 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/developer-guide/troubleshooting-101.rst:90 msgid "Troubleshooting 101" msgstr "" #: ../../source/developer-guide/troubleshooting-101.rst:92 msgid "This is a generic troubleshooting guide for Kolab Groupware." msgstr "" #: ../../source/developer-guide/troubleshooting-101.rst:94 msgid "" "The first step in troubleshooting is to attempt to get to a most complete " "description of the symptoms. See also the :ref:`troubleshooting-101-example-" "case-no-calendars`." msgstr "" #: ../../source/developer-guide/troubleshooting-101.rst:98 msgid "" "The second step is to attempt to assess where a certain set of symptoms of " "an issue **might** be caused. Note that the list of components needs to be " "*inclusive*, rather than exclusive, so that you include all possible suspect " "components however unlikely you think they are the cause." msgstr "" #: ../../source/developer-guide/troubleshooting-101.rst:104 msgid "" "Next, from the list of all components involved, you build an ordered list of " "suspects more likely to cause the problem, vs. those that are less likely, " "taking in to account that some of the suspects may be really easy to " "eliminate than others, that may be extremely difficult to eliminate." msgstr "" #: ../../source/developer-guide/troubleshooting-101.rst:113 msgid "Example Case: \"No calendars in Roundcube\"" msgstr "" #: ../../source/developer-guide/troubleshooting-101.rst:115 msgid "" "While the symptoms might describe no calendars are available in Roundcube, " "this may just be the initial thought of a user, and therefore not " "necessarily amount to the full set of symptoms." msgstr "" #: ../../source/developer-guide/troubleshooting-101.rst:119 msgid "First is to establish which components are involved:" msgstr "" #: ../../source/developer-guide/troubleshooting-101.rst:121 msgid "The client browser," msgstr "" #: ../../source/developer-guide/troubleshooting-101.rst:122 #: ../../source/developer-guide/troubleshooting-101.rst:136 msgid "The Roundcube webclient," msgstr "" #: ../../source/developer-guide/troubleshooting-101.rst:123 #: ../../source/developer-guide/troubleshooting-101.rst:149 msgid "Cyrus IMAP," msgstr "" #: ../../source/developer-guide/troubleshooting-101.rst:124 #: ../../source/developer-guide/troubleshooting-101.rst:156 msgid "The Kolab SASL Authentication daemon," msgstr "" #: ../../source/developer-guide/troubleshooting-101.rst:125 #: ../../source/developer-guide/troubleshooting-101.rst:157 msgid "LDAP" msgstr "" #: ../../source/developer-guide/troubleshooting-101.rst:127 msgid "" "When zooming in on each of those, we get to a more inclusive list of " "suspects:" msgstr "" #: ../../source/developer-guide/troubleshooting-101.rst:130 msgid "The client browser;" msgstr "" #: ../../source/developer-guide/troubleshooting-101.rst:132 msgid "" "However an unlikely suspect, naturally using ``lynx`` won't work. You will " "want to completely eliminate this suspect first, because it is (by far) the " "easiest." msgstr "" #: ../../source/developer-guide/troubleshooting-101.rst:138 msgid "" "Its handling of configuration settings, such as using ``LSUB`` or ``LIST``, " "but also the list of plugins," msgstr "" #: ../../source/developer-guide/troubleshooting-101.rst:141 msgid "Its IMAP caches in memcached, APC or the SQL database," msgstr "" #: ../../source/developer-guide/troubleshooting-101.rst:143 msgid "" "Its compatibility with the server-side implementation of ANNOTATEMORE and/or " "METADATA," msgstr "" #: ../../source/developer-guide/troubleshooting-101.rst:146 msgid "Its parsing of the results of ANNOTATEMORE and/or METADATA commands," msgstr "" #: ../../source/developer-guide/troubleshooting-101.rst:151 msgid "" "Its compatibility with the client-side implementation of ANNOTATEMORE and/or " "METADATA," msgstr "" #: ../../source/developer-guide/troubleshooting-101.rst:154 msgid "The functional implementation of ANNOTATEMORE and/or METADATA," msgstr "" #: ../../source/developer-guide/troubleshooting-101.rst:161 msgid "Debugging Cyrus IMAP" msgstr "" #: ../../source/developer-guide/troubleshooting-101.rst:163 msgid "" "In :file:`/etc/cyrus.conf`, to each of the programs listed in the *START* " "and *SERVICE* sections, add the ``-D`` flag:" msgstr "" #: ../../source/developer-guide/troubleshooting-101.rst:172 msgid "becomes:" msgstr "" #: ../../source/developer-guide/troubleshooting-101.rst:180 msgid "In :file:`/etc/imapd.conf`, add the following settings:" msgstr "" #: ../../source/developer-guide/troubleshooting-101.rst:188 msgid "Install the ``-debuginfo`` package needed:" msgstr "" #: ../../source/developer-guide/troubleshooting-101.rst:194 msgid "Restart the Cyrus IMAP service:" msgstr "" #: ../../source/developer-guide/troubleshooting-101.rst:201 msgid "Debugging ``ctl_mboxlist {-m,-d}``" msgstr "" #: ../../source/developer-guide/troubleshooting-101.rst:203 msgid "Run:" msgstr "" #: ../../source/developer-guide/troubleshooting-101.rst:209 msgid "Start the program with either the ``-d`` or the ``-m`` parameter:" msgstr "" #: ../../source/developer-guide/troubleshooting-101.rst:215 msgid "GDB will insert a temporary breakpoint in the programs main() function." msgstr "" #: ../../source/developer-guide/troubleshooting-101.rst:218 msgid "Continue the program:" msgstr "" #: ../../source/developer-guide/troubleshooting-101.rst:229 msgid "Should the program have failed, get a backtrace:" msgstr "" diff --git a/locale/fr/LC_MESSAGES/howtos/dnssec.po b/locale/fr/LC_MESSAGES/howtos/dnssec.po index a8ef35da..a75d502a 100644 --- a/locale/fr/LC_MESSAGES/howtos/dnssec.po +++ b/locale/fr/LC_MESSAGES/howtos/dnssec.po @@ -1,80 +1,79 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/howtos/dnssec.rst:90 msgid "HOWTO: Implement DNSSEC" msgstr "" #: ../../source/howtos/dnssec.rst:92 msgid "" "This HOWTO outlines the implementation of DNSSEC, for both inbound and " "outbound queries." msgstr "" #: ../../source/howtos/dnssec.rst:96 msgid "About DNSSEC" msgstr "" #: ../../source/howtos/dnssec.rst:98 msgid "" "DNSSEC (*Domain Name System Security Extensions*) provides a means to sign " "DNS *Resource Records* (RRs), in turn providing DNS clients to verify the " "authenticity of the results to their queries." msgstr "" #: ../../source/howtos/dnssec.rst:102 msgid "" "The keys with which the records are signed can be published via either of " "the following two ways;" msgstr "" #: ../../source/howtos/dnssec.rst:105 msgid "The TLD owner publishes the key for your domain," msgstr "" #: ../../source/howtos/dnssec.rst:107 msgid "The ISC DLV look-aside repository." msgstr "" #: ../../source/howtos/dnssec.rst:110 msgid "Hidden Master Topology" msgstr "" #: ../../source/howtos/dnssec.rst:112 msgid "" "A so-called *hidden master* is a Start of Authority (*SOA*) name server, " "that is not available for querying -- as such, it is not mentioned in the " "list of name server records (NS RRs) for a zone." msgstr "" #: ../../source/howtos/dnssec.rst:116 msgid "" "Imagine your domain name is ``example.org``, and you wish to implement a " "hidden master topology." msgstr "" #: ../../source/howtos/dnssec.rst:138 msgid "" "Your zones would list ``ns.example.org`` as the start of authority, and ``ns." "example.org`` would not resolve to any IP address." msgstr "" #: ../../source/howtos/dnssec.rst:142 msgid "Generating the KSK and ZSK Keys" msgstr "" diff --git a/locale/fr/LC_MESSAGES/howtos/freeipa-integration.po b/locale/fr/LC_MESSAGES/howtos/freeipa-integration.po index a585f1e3..63c83be8 100644 --- a/locale/fr/LC_MESSAGES/howtos/freeipa-integration.po +++ b/locale/fr/LC_MESSAGES/howtos/freeipa-integration.po @@ -1,74 +1,73 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/howtos/freeipa-integration.rst:90 msgid "HOWTO: Kolab and FreeIPA Integration" msgstr "" #: ../../source/howtos/freeipa-integration.rst:92 msgid "" "This HOWTO assumes a clean Enterprise Linux 6 system, and results in a quick " "demonstration Kolab Groupware integrated with FreeIPA." msgstr "" #: ../../source/howtos/freeipa-integration.rst:95 msgid "First, install the related packages in addition to Kolab itself:" msgstr "" #: ../../source/howtos/freeipa-integration.rst:101 msgid "Second, run the **ipa-server-install** installation script:" msgstr "" #: ../../source/howtos/freeipa-integration.rst:107 msgid "Change the following settings in :file:`/etc/kolab/kolab.conf`:" msgstr "" #: ../../source/howtos/freeipa-integration.rst:167 msgid "Run :command:`setup-kolab imap`:" msgstr "" #: ../../source/howtos/freeipa-integration.rst:173 msgid "Change the following settings in :file:`/etc/imapd.conf`:" msgstr "" #: ../../source/howtos/freeipa-integration.rst:182 msgid ":command:`ipa service-add imap/kolab.example.org`" msgstr "" #: ../../source/howtos/freeipa-integration.rst:184 msgid "" ":command:`ipa-getkeytab -s kolab.example.org -p imap/kolab.example.org -k /" "etc/cyrus.keytab`" msgstr "" #: ../../source/howtos/freeipa-integration.rst:185 msgid ":command:`chown cyrus:mail /etc/cyrus.keytab`" msgstr "" #: ../../source/howtos/freeipa-integration.rst:186 msgid ":command:`chmod 600 /etc/cyrus.keytab`" msgstr "" #: ../../source/howtos/freeipa-integration.rst:192 msgid ":command:`service cyrus-imapd restart`" msgstr "" #: ../../source/howtos/freeipa-integration.rst:194 msgid "Result:" msgstr "" diff --git a/locale/fr/LC_MESSAGES/howtos/kerberos-authentication.po b/locale/fr/LC_MESSAGES/howtos/kerberos-authentication.po index 7ce21b44..a40c3745 100644 --- a/locale/fr/LC_MESSAGES/howtos/kerberos-authentication.po +++ b/locale/fr/LC_MESSAGES/howtos/kerberos-authentication.po @@ -1,114 +1,113 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/howtos/kerberos-authentication.rst:90 msgid "HOWTO: Enable Kerberos Authentication" msgstr "" #: ../../source/howtos/kerberos-authentication.rst:92 msgid "" "This HOWTO assumes a clean Enterprise Linux 6 system, and demonstrates the " "use of Kerberos authentication using the GSSAPI SASL mechanism." msgstr "" #: ../../source/howtos/kerberos-authentication.rst:95 msgid "First, install the related packages in addition to Kolab itself:" msgstr "" #: ../../source/howtos/kerberos-authentication.rst:101 msgid "Next, copy the LDAP schema extensions for Kerberos:" msgstr "" #: ../../source/howtos/kerberos-authentication.rst:108 msgid "Run **setup-kolab**:" msgstr "" #: ../../source/howtos/kerberos-authentication.rst msgid "Todo" msgstr "" #: ../../source/howtos/kerberos-authentication.rst:116 msgid "Document any LDAP ACL changes:" msgstr "" #: ../../source/howtos/kerberos-authentication.rst:118 msgid "" "olcAccess: to attrs=userPassword,shadowLastChange,krbPrincipalKey by dn=" "\"cn=admin,dc=example,dc=com\" write by anonymous auth by self write by * " "none" msgstr "" #: ../../source/howtos/kerberos-authentication.rst:119 msgid "olcAccess: to dn.base=\"\" by * read" msgstr "" #: ../../source/howtos/kerberos-authentication.rst:120 msgid "olcAccess: to * by dn=\"cn=admin,dc=example,dc=com\" write by * read" msgstr "" #: ../../source/howtos/kerberos-authentication.rst:123 msgid "" "[root@kolab ~]# imtest -t \"\" -u john.doe@example.org -a root/admin@EXAMPLE." "ORG -m GSSAPI kolab.example.org S: * OK [CAPABILITY IMAP4rev1 LITERAL+ ID " "ENABLE STARTTLS LOGINDISABLED AUTH=GSSAPI SASL-IR] kolab.example.org Cyrus " "IMAP git2.5+0-Kolab-2.5-17.el6.kolab_3.3 server ready C: S01 STARTTLS S: S01 " "OK Begin TLS negotiation now verify error:num=18:self signed certificate TLS " "connection established: TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits) " "C: C01 CAPABILITY S: * CAPABILITY IMAP4rev1 LITERAL+ ID ENABLE ACL " "RIGHTS=kxten QUOTA MAILBOX-REFERRALS NAMESPACE UIDPLUS NO_ATOMIC_RENAME " "UNSELECT CHILDREN MULTIAPPEND BINARY CATENATE CONDSTORE ESEARCH SEARCH=FUZZY " "SORT SORT=MODSEQ SORT=DISPLAY SORT=UID THREAD=ORDEREDSUBJECT " "THREAD=REFERENCES ANNOTATEMORE ANNOTATE-EXPERIMENT-1 METADATA LIST-EXTENDED " "LIST-STATUS LIST-MYRIGHTS WITHIN QRESYNC SCAN XLIST XMOVE MOVE SPECIAL-USE " "CREATE-SPECIAL-USE DIGEST=SHA1 URLAUTH URLAUTH=BINARY X-NETSCAPE AUTH=GSSAPI " "SASL-IR COMPRESS=DEFLATE X-QUOTA=STORAGE X-QUOTA=MESSAGE X-QUOTA=X-" "ANNOTATION-STORAGE X-QUOTA=X-NUM-FOLDERS IDLE S: C01 OK Completed C: A01 " "AUTHENTICATE GSSAPI " "YIICdgYJKoZIhvcSAQICAQBuggJlMIICYaADAgEFoQMCAQ6iBwMFACAAAACjggFzYYIBbzCCAWugAwIBBaENGwtFWEFNUExFLk9SR6IkMCKgAwIBA6EbMBkbBGltYXAbEWtvbGFiLmV4YW1wbGUub3Jno4IBLTCCASmgAwIBEqEDAgECooIBGwSCARd4hQ98+V8Bs9wgE" "+nFKPhqzIqjV0cqJu2wqIc1x+ZcOgJ" "+TWHBNu8sCdoQywQ1780RfTJYgLrPPdSYTU8qPk2AmGSh2iD5K4e9seUcV2DcuoJAjpvDyNlIppxoM3EM9Zsmn6Fkwer" "+SyoyTIjIdgL9thY+f6L40MOWUQGFf+EY3BdTFZT+WLegGJfsuQAeT/" "zUKmFbv5RhONnkkAU278o1zOqXycsymBeiySxFKoAGh/jV1l1JxRvPy2PcHyq1/" "xgV3nIZ6q4fbml2NvCMVHyHpHK7I26SnRFVmMzuT8ddyd71C2SEVyBetgpsI1vBUunMQFMw7wYg8zx1GYBf2eUO5k" "+C9GzNV4IqO3TVBcjRj+/HNd/" "HS3ukgdQwgdGgAwIBEqKByQSBxvVU76NXjSGuJXgmnGSfWM1lO200FR6ng/bqDqw4/" "Dv8BYfS4nOYOGfaVWp/pbNpB1IxIPnZHfbKj9flup8kGxvnIfSb/Ol" "+TwtfIovhMpBJHjrGZwYueIMlG4bl1Ad1HO5VG3htQY8+zR" "+6U1VC7McfqBhgBMbUcwIxTV6uZOtatwRVc5oq/" "msY5jlzFSL3XATc9O9amozUj2HSa2U17acTArXOEPmsj9O8PmHBErPeDtfFqjwCs8yPpVmw3jk2c9CMp82RFw== " "S: + YIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvmnX2bR4/" "IBLmm2FWhkbR" "+YRbJdmuDe/4147C4vjjaERpp7kzLCwFi7ZFgxbI5JXf0R9MoH8rEXIRgQ96i4TcSNAo7Cr" "+VhQVDCEv47V3w7gzowBMk1WawU7CdKPQVyku+kNY828Kf1ipZa+2hZGD C: S: + BQQF/" "wAMAAAAAAAAFlLHWgEAEACAMIX5eddMqeR/W2U= C: BQQE/wAMAAAAAAAAMf" "+nMAEABABqb2huLmRvZUBleGFtcGxlLm9yZ6HXgARievZjLB1/2Q== S: A01 OK [CAPABILITY " "IMAP4rev1 LITERAL+ ID ENABLE ACL RIGHTS=kxten QUOTA MAILBOX-REFERRALS " "NAMESPACE UIDPLUS NO_ATOMIC_RENAME UNSELECT CHILDREN MULTIAPPEND BINARY " "CATENATE CONDSTORE ESEARCH SEARCH=FUZZY SORT SORT=MODSEQ SORT=DISPLAY " "SORT=UID THREAD=ORDEREDSUBJECT THREAD=REFERENCES ANNOTATEMORE ANNOTATE-" "EXPERIMENT-1 METADATA LIST-EXTENDED LIST-STATUS LIST-MYRIGHTS WITHIN QRESYNC " "SCAN XLIST XMOVE MOVE SPECIAL-USE CREATE-SPECIAL-USE DIGEST=SHA1 URLAUTH " "URLAUTH=BINARY X-NETSCAPE LOGINDISABLED COMPRESS=DEFLATE X-QUOTA=STORAGE X-" "QUOTA=MESSAGE X-QUOTA=X-ANNOTATION-STORAGE X-QUOTA=X-NUM-FOLDERS IDLE] " "Success (tls protection) SESSIONID= " "Authenticated. Security strength factor: 256 . LIST \"\" \"*\" * LIST " "(\\Noinferiors \\HasNoChildren) \"/\" INBOX . OK Completed (0.000 secs 2 " "calls) C: Q01 LOGOUT * BYE LOGOUT received Q01 OK Completed Connection " "closed." msgstr "" diff --git a/locale/fr/LC_MESSAGES/howtos/logstash-and-elasticsearch.po b/locale/fr/LC_MESSAGES/howtos/logstash-and-elasticsearch.po index 27c18259..b85275a2 100644 --- a/locale/fr/LC_MESSAGES/howtos/logstash-and-elasticsearch.po +++ b/locale/fr/LC_MESSAGES/howtos/logstash-and-elasticsearch.po @@ -1,54 +1,53 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/howtos/logstash-and-elasticsearch.rst:91 msgid "Logstash & Elasticsearch" msgstr "" #: ../../source/howtos/logstash-and-elasticsearch.rst:93 msgid "" "It is expensive to, in distributed deployment topologies, analyze logs since " "they too are distributed." msgstr "" #: ../../source/howtos/logstash-and-elasticsearch.rst:96 msgid "" "Even in an environment where session persistence is used (i.e. one user's " "request has a greater likelihood to end up on the same application server, " "as the previous or next request from that same user), collecting logs from " "across distributed systems is essential -- one user may have multiple " "devices, and may simply therefore be hitting multiple application servers." msgstr "" #: ../../source/howtos/logstash-and-elasticsearch.rst:103 msgid "" "Furthermore, self-referring applications (such as the ``kolab_files`` plugin " "referring back to ``webmail.example.org/chwala``) can cause a single user to " "hit any or all application servers." msgstr "" #: ../../source/howtos/logstash-and-elasticsearch.rst:109 msgid "Goals" msgstr "" #: ../../source/howtos/logstash-and-elasticsearch.rst:111 msgid "" "Provide a light-weight means to forward the logs from the local application " "server for central analysis." msgstr "" diff --git a/locale/fr/LC_MESSAGES/howtos/use-seafile-with-chwala.po b/locale/fr/LC_MESSAGES/howtos/use-seafile-with-chwala.po index 4d2a2e84..7b3d04e0 100644 --- a/locale/fr/LC_MESSAGES/howtos/use-seafile-with-chwala.po +++ b/locale/fr/LC_MESSAGES/howtos/use-seafile-with-chwala.po @@ -1,153 +1,152 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/howtos/use-seafile-with-chwala.rst:91 msgid "HOWTO: Use Seafile with Chwala" msgstr "" #: ../../source/howtos/use-seafile-with-chwala.rst:93 msgid "" "`Seafile `_ is GPL v3-licensed software designed to host " "files privately and securely on the Web, in a similar fashion as some " "popular proprietary solutions. As of Kolab version 3.4, Chwala (the file " "storage component of Kolab) can use Seafile as a backend to store files." msgstr "" #: ../../source/howtos/use-seafile-with-chwala.rst:95 msgid "" "This document outlines the steps needed to interface Chwala with Seafile." msgstr "" #: ../../source/howtos/use-seafile-with-chwala.rst:98 msgid "Prequisites" msgstr "" #: ../../source/howtos/use-seafile-with-chwala.rst:100 msgid "Kolab Groupware, version 3.4 or later" msgstr "" #: ../../source/howtos/use-seafile-with-chwala.rst:101 msgid "" "Seafile version 4 or later, running on a top level domain (``files.example." "com`` in this guide)" msgstr "" #: ../../source/howtos/use-seafile-with-chwala.rst:103 msgid "" "In case the services reside on different hosts, the Seafile instance needs " "to be accessible via port 80/443 from the host running Kolab." msgstr "" #: ../../source/howtos/use-seafile-with-chwala.rst:107 msgid "Configuring Seafile to interface with LDAP" msgstr "" #: ../../source/howtos/use-seafile-with-chwala.rst:109 msgid "" "As a first step, Seafile needs to be able to authenticate against Kolab's " "LDAP database. Locate the ``ccnet.conf`` file in the ``ccnet`` subdirectory " "of your Seafile root installation (for example, ``/home/seafile/ccnet/ccnet." "conf``), and add the following lines at the bottom:" msgstr "" #: ../../source/howtos/use-seafile-with-chwala.rst:123 msgid "" "Restart Seafile by issuing ``/path/to/seafile/seafile-server-latest/seafile." "sh restart``." msgstr "" #: ../../source/howtos/use-seafile-with-chwala.rst:126 msgid "Configuring Roundcube to access Seafile" msgstr "" #: ../../source/howtos/use-seafile-with-chwala.rst:128 msgid "" "Once Seafile can authenticate against LDAP, integration can be configured " "with two different methods:" msgstr "" #: ../../source/howtos/use-seafile-with-chwala.rst:130 msgid "Using Seafile as the sole storage mechanism;" msgstr "" #: ../../source/howtos/use-seafile-with-chwala.rst:131 msgid "Using Seafile as an add-on to the existing storage." msgstr "" #: ../../source/howtos/use-seafile-with-chwala.rst:133 msgid "" "The first method has the advantage of being set by default for all users, " "but it depends on the Seafile instance being always accessible. The second " "still relies on Kolab core components and is easier to set up, but requires " "users to manually add their Seafile storage." msgstr "" #: ../../source/howtos/use-seafile-with-chwala.rst:135 msgid "" "In *both* cases, you will have to make **at least one login** to the Seafile " "instance for the integration to work." msgstr "" #: ../../source/howtos/use-seafile-with-chwala.rst:138 msgid "Using Seafile as an exclusive storage mechanism" msgstr "" #: ../../source/howtos/use-seafile-with-chwala.rst:140 msgid "" "Edit ``/etc/roundcubemail/config.inc.php`` and add the following lines, " "adjusting them to match your setup:" msgstr "" #: ../../source/howtos/use-seafile-with-chwala.rst:153 msgid "" "The next time you will try to access files in Roundcube, Kolab will attempt " "to authenticate with Seafile with the same username / password combination " "as your account and use Seafile as storage. In case of errors, change " "``fileapi_seafile_debug`` to ``true`` and inspect Roundcube logs." msgstr "" #: ../../source/howtos/use-seafile-with-chwala.rst:157 msgid "Using Seafile as an add-on to the existing Kolab storage" msgstr "" #: ../../source/howtos/use-seafile-with-chwala.rst:159 msgid "" "Edit ``/etc/roundcubemail/config.inc.php`` as above, adding these lines:" msgstr "" #: ../../source/howtos/use-seafile-with-chwala.rst:173 msgid "" "An additional step is required to access Seafile, that is, Chwala needs to " "be made aware of the additional storage. Access your Roundcube webmail and " "go to the Files component. Click on the gearbox icon and select *Add " "additional storage*. Fill in all the necessary details and click on OK. A " "new ``Seafile`` folder will be made available, pointing at your Seafile " "library." msgstr "" #: ../../source/howtos/use-seafile-with-chwala.rst:176 msgid "Debugging" msgstr "" #: ../../source/howtos/use-seafile-with-chwala.rst:178 msgid "" "In case of errors, set ``$config['fileapi_seafile_debug']`` to ``true`` and " "information on the Chwala-Seafile interactions will be recorded in ``/var/" "log/chwala/``." msgstr "" diff --git a/locale/fr/LC_MESSAGES/installation-guide/centos-7.po b/locale/fr/LC_MESSAGES/installation-guide/centos-7.po index 86a374c7..90116ba6 100644 --- a/locale/fr/LC_MESSAGES/installation-guide/centos-7.po +++ b/locale/fr/LC_MESSAGES/installation-guide/centos-7.po @@ -1,62 +1,61 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/installation-guide/centos-7.rst:92 msgid "Installation of Kolab 16 on CentOS 7" msgstr "" #: ../../source/installation-guide/centos-7.rst:94 msgid "" "The installation of Kolab Groupware on CentOS installs a number of " "additional packages, from the :term:`EPEL` software repository." msgstr "" #: ../../source/installation-guide/centos-7.rst:99 msgid "Installation Procedure" msgstr "" #: ../../source/installation-guide/centos-7.rst:101 msgid "Install the :term:`EPEL` repository:" msgstr "" #: ../../source/installation-guide/centos-7.rst:107 msgid "Install the Kolab Groupware repository configuration:" msgstr "" #: ../../source/installation-guide/centos-7.rst:114 msgid "Import the GPG key used to sign the packages:" msgstr "" #: ../../source/installation-guide/centos-7.rst:120 msgid "Install the **yum-plugin-priorities** package:" msgstr "" #: ../../source/installation-guide/centos-7.rst:126 msgid "" "Make sure that the packages from the Kolab repositories have a higher " "priority than eg. the :term:`EPEL` packages:" msgstr "" #: ../../source/installation-guide/centos-7.rst:132 msgid "Install Kolab Groupware:" msgstr "" #: ../../source/installation-guide/centos-7.rst:138 msgid "Continue to :ref:`installation-guide-setup-kolab`." msgstr "" diff --git a/locale/fr/LC_MESSAGES/installation-guide/kolab-13/centos-6-enterprise-13.po b/locale/fr/LC_MESSAGES/installation-guide/kolab-13/centos-6-enterprise-13.po index 8eb6cf12..376d71e6 100644 --- a/locale/fr/LC_MESSAGES/installation-guide/kolab-13/centos-6-enterprise-13.po +++ b/locale/fr/LC_MESSAGES/installation-guide/kolab-13/centos-6-enterprise-13.po @@ -1,96 +1,95 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/installation-guide/kolab-13/centos-6-enterprise-13.rst:92 msgid "Installation of Kolab Enterprise 13 on CentOS 6" msgstr "" #: ../../source/installation-guide/kolab-13/centos-6-enterprise-13.rst:94 msgid "" "The installation of Kolab Groupware on CentOS installs a number of " "additional packages, from the :term:`EPEL` software repository, and the " "repositories for the Kolab Enterprise edition, provided by `Kolab Systems " "AG`_." msgstr "" #: ../../source/installation-guide/kolab-13/centos-6-enterprise-13.rst:100 msgid "Installation Procedure" msgstr "" #: ../../source/installation-guide/kolab-13/centos-6-enterprise-13.rst:102 msgid "" "Copy the client SSL certificate and key you have obtained from `Kolab " "Systems AG`_ as per the instructions listed on [#]_, summarized here for " "your convenience:" msgstr "" #: ../../source/installation-guide/kolab-13/centos-6-enterprise-13.rst:106 msgid "Remove the passphrase from the SSL certificate key:" msgstr "" #: ../../source/installation-guide/kolab-13/centos-6-enterprise-13.rst:113 msgid "" "Concatenate the certificate file and the new key file without passphrase:" msgstr "" #: ../../source/installation-guide/kolab-13/centos-6-enterprise-13.rst:121 msgid "" "Place the file :file:`mirror.kolabsys.com.ca.cert` in :file:`/etc/pki/tls/" "certs/`." msgstr "" #: ../../source/installation-guide/kolab-13/centos-6-enterprise-13.rst:124 msgid "" "Place the file :file:`mirror.kolabsys.client.pem` in :file:`/etc/pki/tls/" "private/`, and correct the permissions:" msgstr "" #: ../../source/installation-guide/kolab-13/centos-6-enterprise-13.rst:132 msgid "Install the :term:`EPEL` repository:" msgstr "" #: ../../source/installation-guide/kolab-13/centos-6-enterprise-13.rst:138 msgid "Import this signature in to the RPM database:" msgstr "" #: ../../source/installation-guide/kolab-13/centos-6-enterprise-13.rst:144 msgid "Install the Kolab Enterprise repository configuration package:" msgstr "" #: ../../source/installation-guide/kolab-13/centos-6-enterprise-13.rst:150 msgid "Install Kolab Enterprise:" msgstr "" #: ../../source/installation-guide/kolab-13/centos-6-enterprise-13.rst:156 msgid "Do not forget to also execute :command:`yum update`." msgstr "" #: ../../source/installation-guide/kolab-13/centos-6-enterprise-13.rst:158 msgid "Continue to :ref:`installation-guide-setup-kolab`." msgstr "" #: ../../source/installation-guide/kolab-13/centos-6-enterprise-13.rst:161 msgid "Footnotes" msgstr "" #: ../../source/installation-guide/kolab-13/centos-6-enterprise-13.rst:164 msgid "" "https://support.kolabsys.com/Obtaining," "_Renewing_and_Using_a_Client_SSL_Certificate#Using_a_Customer_or_Partner_Client_SSL_Certificate" msgstr "" diff --git a/locale/fr/LC_MESSAGES/installation-guide/kolab-13/index.po b/locale/fr/LC_MESSAGES/installation-guide/kolab-13/index.po index ca96c5f5..bd609400 100644 --- a/locale/fr/LC_MESSAGES/installation-guide/kolab-13/index.po +++ b/locale/fr/LC_MESSAGES/installation-guide/kolab-13/index.po @@ -1,26 +1,25 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/installation-guide/kolab-13/index.rst:92 msgid "Installation Instructions for Kolab Enterprise 13" msgstr "" #: ../../source/installation-guide/kolab-13/index.rst:96 msgid "Kolab 13 is outdated and the latest release is Kolab 16." msgstr "" diff --git a/locale/fr/LC_MESSAGES/installation-guide/kolab-13/rhel-6-enterprise-13.po b/locale/fr/LC_MESSAGES/installation-guide/kolab-13/rhel-6-enterprise-13.po index dca3d9ee..bef23c1b 100644 --- a/locale/fr/LC_MESSAGES/installation-guide/kolab-13/rhel-6-enterprise-13.po +++ b/locale/fr/LC_MESSAGES/installation-guide/kolab-13/rhel-6-enterprise-13.po @@ -1,96 +1,95 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/installation-guide/kolab-13/rhel-6-enterprise-13.rst:92 msgid "Installation of Kolab Enterprise 13 on Red Hat Enterprise Linux 6" msgstr "" #: ../../source/installation-guide/kolab-13/rhel-6-enterprise-13.rst:94 msgid "" "The installation of Kolab Groupware on Red Hat Enterprise Linux installs a " "number of additional packages, from the :term:`EPEL` software repository, " "and the repositories for the Kolab Enterprise edition, provided by `Kolab " "Systems AG`_." msgstr "" #: ../../source/installation-guide/kolab-13/rhel-6-enterprise-13.rst:100 msgid "Installation Procedure" msgstr "" #: ../../source/installation-guide/kolab-13/rhel-6-enterprise-13.rst:102 msgid "" "Copy the client SSL certificate and key you have obtained from `Kolab " "Systems AG`_ as per the instructions listed on [#]_, summarized here for " "your convenience:" msgstr "" #: ../../source/installation-guide/kolab-13/rhel-6-enterprise-13.rst:106 msgid "Remove the passphrase from the SSL certificate key:" msgstr "" #: ../../source/installation-guide/kolab-13/rhel-6-enterprise-13.rst:113 msgid "" "Concatenate the certificate file and the new key file without passphrase:" msgstr "" #: ../../source/installation-guide/kolab-13/rhel-6-enterprise-13.rst:121 msgid "" "Place the file :file:`mirror.kolabsys.com.ca.cert` in :file:`/etc/pki/tls/" "certs/`." msgstr "" #: ../../source/installation-guide/kolab-13/rhel-6-enterprise-13.rst:124 msgid "" "Place the file :file:`mirror.kolabsys.client.pem` in :file:`/etc/pki/tls/" "private/`, and correct the permissions:" msgstr "" #: ../../source/installation-guide/kolab-13/rhel-6-enterprise-13.rst:132 msgid "Install the :term:`EPEL` repository:" msgstr "" #: ../../source/installation-guide/kolab-13/rhel-6-enterprise-13.rst:138 msgid "Obtain a copy of the GPG signature used to sign packages:" msgstr "" #: ../../source/installation-guide/kolab-13/rhel-6-enterprise-13.rst:144 msgid "Install the Kolab Enterprise repository configuration package:" msgstr "" #: ../../source/installation-guide/kolab-13/rhel-6-enterprise-13.rst:150 msgid "Install Kolab Enterprise:" msgstr "" #: ../../source/installation-guide/kolab-13/rhel-6-enterprise-13.rst:156 msgid "Do not forget to also execute :command:`yum update`." msgstr "" #: ../../source/installation-guide/kolab-13/rhel-6-enterprise-13.rst:158 msgid "Continue to :ref:`installation-guide-setup-kolab`." msgstr "" #: ../../source/installation-guide/kolab-13/rhel-6-enterprise-13.rst:161 msgid "Footnotes" msgstr "" #: ../../source/installation-guide/kolab-13/rhel-6-enterprise-13.rst:164 msgid "" "https://support.kolabsys.com/Obtaining," "_Renewing_and_Using_a_Client_SSL_Certificate#Using_a_Customer_or_Partner_Client_SSL_Certificate" msgstr "" diff --git a/locale/fr/LC_MESSAGES/installation-guide/kolab-13/ucs-3-enterprise-13.po b/locale/fr/LC_MESSAGES/installation-guide/kolab-13/ucs-3-enterprise-13.po index 3598ecd0..ee460d4d 100644 --- a/locale/fr/LC_MESSAGES/installation-guide/kolab-13/ucs-3-enterprise-13.po +++ b/locale/fr/LC_MESSAGES/installation-guide/kolab-13/ucs-3-enterprise-13.po @@ -1,86 +1,85 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/installation-guide/kolab-13/ucs-3-enterprise-13.rst:92 msgid "Installation of Kolab Enterprise 13 on Univention Corporate Server 3" msgstr "" #: ../../source/installation-guide/kolab-13/ucs-3-enterprise-13.rst:96 msgid "" "There are **multiple versions** of Kolab for UCS. Make sure you choose the " "correct version for your requirements." msgstr "" #: ../../source/installation-guide/kolab-13/ucs-3-enterprise-13.rst:100 msgid "App Center Edition" msgstr "" #: ../../source/installation-guide/kolab-13/ucs-3-enterprise-13.rst:102 msgid "" "An evaluation version of Kolab is available in the Univention App Center. " "This edition does *not* provide you with bugfix, security or enhancement " "updates." msgstr "" #: ../../source/installation-guide/kolab-13/ucs-3-enterprise-13.rst:107 msgid "Kolab Enterprise 13" msgstr "" #: ../../source/installation-guide/kolab-13/ucs-3-enterprise-13.rst:109 msgid "" "To install the Enterprise edition under Kolab Systems support, execute the " "following process:" msgstr "" #: ../../source/installation-guide/kolab-13/ucs-3-enterprise-13.rst:112 msgid "" "Configure your UCS system to obtain the repository configuration packages:" msgstr "" #: ../../source/installation-guide/kolab-13/ucs-3-enterprise-13.rst:124 msgid "" "Install the client certificate you have obtained from Kolab Systems in the " "following location:" msgstr "" #: ../../source/installation-guide/kolab-13/ucs-3-enterprise-13.rst:131 msgid "" "If you do not have an SSL client certificate from Kolab Systems, contact " "sales@kolabsys.com." msgstr "" #: ../../source/installation-guide/kolab-13/ucs-3-enterprise-13.rst:134 msgid "Install the repository configuration package:" msgstr "" #: ../../source/installation-guide/kolab-13/ucs-3-enterprise-13.rst:140 msgid "" "When the installation complains the package cannot be verified, type [y] and " "[Enter] to continue:" msgstr "" #: ../../source/installation-guide/kolab-13/ucs-3-enterprise-13.rst:149 msgid "Install kolab:" msgstr "" #: ../../source/installation-guide/kolab-13/ucs-3-enterprise-13.rst:157 msgid "" "The Kolab Groupware packages for Univention Corporate Server are configured " "automatically. There is no need to run any setup." msgstr "" diff --git a/locale/fr/LC_MESSAGES/installation-guide/kolab-14/centos-6-enterprise-14.po b/locale/fr/LC_MESSAGES/installation-guide/kolab-14/centos-6-enterprise-14.po index 18782334..88fd854b 100644 --- a/locale/fr/LC_MESSAGES/installation-guide/kolab-14/centos-6-enterprise-14.po +++ b/locale/fr/LC_MESSAGES/installation-guide/kolab-14/centos-6-enterprise-14.po @@ -1,96 +1,95 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/installation-guide/kolab-14/centos-6-enterprise-14.rst:92 msgid "Installation of Kolab Enterprise 14 on CentOS 6" msgstr "" #: ../../source/installation-guide/kolab-14/centos-6-enterprise-14.rst:94 msgid "" "The installation of Kolab Groupware on CentOS installs a number of " "additional packages, from the :term:`EPEL` software repository, and the " "repositories for the Kolab Enterprise edition, provided by `Kolab Systems " "AG`_." msgstr "" #: ../../source/installation-guide/kolab-14/centos-6-enterprise-14.rst:100 msgid "Installation Procedure" msgstr "" #: ../../source/installation-guide/kolab-14/centos-6-enterprise-14.rst:102 msgid "" "Copy the client SSL certificate and key you have obtained from `Kolab " "Systems AG`_ as per the instructions listed on [1]_, summarized here for " "your convenience:" msgstr "" #: ../../source/installation-guide/kolab-14/centos-6-enterprise-14.rst:106 msgid "Remove the passphrase from the SSL certificate key:" msgstr "" #: ../../source/installation-guide/kolab-14/centos-6-enterprise-14.rst:113 msgid "" "Concatenate the certificate file and the new key file without passphrase:" msgstr "" #: ../../source/installation-guide/kolab-14/centos-6-enterprise-14.rst:121 msgid "" "Place the file :file:`mirror.kolabsys.com.ca.cert` in :file:`/etc/pki/tls/" "certs/`." msgstr "" #: ../../source/installation-guide/kolab-14/centos-6-enterprise-14.rst:124 msgid "" "Place the file :file:`mirror.kolabsys.client.pem` in :file:`/etc/pki/tls/" "private/`, and correct the permissions:" msgstr "" #: ../../source/installation-guide/kolab-14/centos-6-enterprise-14.rst:132 msgid "Install the :term:`EPEL` repository:" msgstr "" #: ../../source/installation-guide/kolab-14/centos-6-enterprise-14.rst:138 msgid "Import this signature in to the RPM database:" msgstr "" #: ../../source/installation-guide/kolab-14/centos-6-enterprise-14.rst:144 msgid "Install the Kolab Enterprise repository configuration package:" msgstr "" #: ../../source/installation-guide/kolab-14/centos-6-enterprise-14.rst:150 msgid "Install Kolab Enterprise:" msgstr "" #: ../../source/installation-guide/kolab-14/centos-6-enterprise-14.rst:156 msgid "Do not forget to also execute :command:`yum update`." msgstr "" #: ../../source/installation-guide/kolab-14/centos-6-enterprise-14.rst:158 msgid "Continue to :ref:`installation-guide-setup-kolab`." msgstr "" #: ../../source/installation-guide/kolab-14/centos-6-enterprise-14.rst:161 msgid "Footnotes" msgstr "" #: ../../source/installation-guide/kolab-14/centos-6-enterprise-14.rst:164 msgid "" "https://support.kolabsys.com/Obtaining," "_Renewing_and_Using_a_Client_SSL_Certificate#Using_a_Customer_or_Partner_Client_SSL_Certificate" msgstr "" diff --git a/locale/fr/LC_MESSAGES/installation-guide/kolab-14/centos-7-enterprise-14.po b/locale/fr/LC_MESSAGES/installation-guide/kolab-14/centos-7-enterprise-14.po index c3ef1b45..cc7ae0ad 100644 --- a/locale/fr/LC_MESSAGES/installation-guide/kolab-14/centos-7-enterprise-14.po +++ b/locale/fr/LC_MESSAGES/installation-guide/kolab-14/centos-7-enterprise-14.po @@ -1,96 +1,95 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/installation-guide/kolab-14/centos-7-enterprise-14.rst:92 msgid "Installation of Kolab Enterprise 14 on CentOS 7" msgstr "" #: ../../source/installation-guide/kolab-14/centos-7-enterprise-14.rst:94 msgid "" "The installation of Kolab Groupware on CentOS installs a number of " "additional packages, from the :term:`EPEL` software repository, and the " "repositories for the Kolab Enterprise edition, provided by `Kolab Systems " "AG`_." msgstr "" #: ../../source/installation-guide/kolab-14/centos-7-enterprise-14.rst:100 msgid "Installation Procedure" msgstr "" #: ../../source/installation-guide/kolab-14/centos-7-enterprise-14.rst:102 msgid "" "Copy the client SSL certificate and key you have obtained from `Kolab " "Systems AG`_ as per the instructions listed on [#]_, summarized here for " "your convenience:" msgstr "" #: ../../source/installation-guide/kolab-14/centos-7-enterprise-14.rst:106 msgid "Remove the passphrase from the SSL certificate key:" msgstr "" #: ../../source/installation-guide/kolab-14/centos-7-enterprise-14.rst:113 msgid "" "Concatenate the certificate file and the new key file without passphrase:" msgstr "" #: ../../source/installation-guide/kolab-14/centos-7-enterprise-14.rst:121 msgid "" "Place the file :file:`mirror.kolabsys.com.ca.cert` in :file:`/etc/pki/tls/" "certs/`." msgstr "" #: ../../source/installation-guide/kolab-14/centos-7-enterprise-14.rst:124 msgid "" "Place the file :file:`mirror.kolabsys.client.pem` in :file:`/etc/pki/tls/" "private/`, and correct the permissions:" msgstr "" #: ../../source/installation-guide/kolab-14/centos-7-enterprise-14.rst:132 msgid "Install the :term:`EPEL` repository:" msgstr "" #: ../../source/installation-guide/kolab-14/centos-7-enterprise-14.rst:138 msgid "Import this signature in to the RPM database:" msgstr "" #: ../../source/installation-guide/kolab-14/centos-7-enterprise-14.rst:144 msgid "Install the Kolab Enterprise repository configuration package:" msgstr "" #: ../../source/installation-guide/kolab-14/centos-7-enterprise-14.rst:150 msgid "Install Kolab Enterprise:" msgstr "" #: ../../source/installation-guide/kolab-14/centos-7-enterprise-14.rst:156 msgid "Do not forget to also execute :command:`yum update`." msgstr "" #: ../../source/installation-guide/kolab-14/centos-7-enterprise-14.rst:158 msgid "Continue to :ref:`installation-guide-setup-kolab`." msgstr "" #: ../../source/installation-guide/kolab-14/centos-7-enterprise-14.rst:161 msgid "Footnotes" msgstr "" #: ../../source/installation-guide/kolab-14/centos-7-enterprise-14.rst:164 msgid "" "https://support.kolabsys.com/Obtaining," "_Renewing_and_Using_a_Client_SSL_Certificate#Using_a_Customer_or_Partner_Client_SSL_Certificate" msgstr "" diff --git a/locale/fr/LC_MESSAGES/installation-guide/kolab-14/debian-7-enterprise-14.po b/locale/fr/LC_MESSAGES/installation-guide/kolab-14/debian-7-enterprise-14.po index cadef1a1..205f11b1 100644 --- a/locale/fr/LC_MESSAGES/installation-guide/kolab-14/debian-7-enterprise-14.po +++ b/locale/fr/LC_MESSAGES/installation-guide/kolab-14/debian-7-enterprise-14.po @@ -1,91 +1,90 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/installation-guide/kolab-14/debian-7-enterprise-14.rst:92 msgid "Installation of Kolab Enterprise 14 on Debian 7 (Wheezy)" msgstr "" #: ../../source/installation-guide/kolab-14/debian-7-enterprise-14.rst:94 msgid "Install the **apt-transport-https** package:" msgstr "" #: ../../source/installation-guide/kolab-14/debian-7-enterprise-14.rst:100 msgid "Add the following two lines to ``/etc/apt/sources.list.d/kolab.list``:" msgstr "" #: ../../source/installation-guide/kolab-14/debian-7-enterprise-14.rst:107 msgid "" "To ensure the Kolab packages have priority over the Debian packages, such as " "must be the case for PHP as well as Cyrus IMAP, please make sure the APT " "preferences pin the mirror.kolabsys.com origin as a preferred source." msgstr "" #: ../../source/installation-guide/kolab-14/debian-7-enterprise-14.rst:111 msgid "Put the following in ``/etc/apt/preferences.d/kolab``:" msgstr "" #: ../../source/installation-guide/kolab-14/debian-7-enterprise-14.rst:119 msgid "Install the client certificate and certificate authority files:" msgstr "" #: ../../source/installation-guide/kolab-14/debian-7-enterprise-14.rst:121 msgid "Remove the passphrase from the SSL certificate key:" msgstr "" #: ../../source/installation-guide/kolab-14/debian-7-enterprise-14.rst:128 msgid "" "Concatenate the certificate file and the new key file without passphrase:" msgstr "" #: ../../source/installation-guide/kolab-14/debian-7-enterprise-14.rst:136 msgid "" "Place the file :file:`mirror.kolabsys.client.pem` in :file:`/etc/apt/certs/`." msgstr "" #: ../../source/installation-guide/kolab-14/debian-7-enterprise-14.rst:139 msgid "Download the kolabenterprice mirror certificate:" msgstr "" #: ../../source/installation-guide/kolab-14/debian-7-enterprise-14.rst:146 msgid "Correct the permissions on the private key:" msgstr "" #: ../../source/installation-guide/kolab-14/debian-7-enterprise-14.rst:153 msgid "" "Configure **APT** to use the certificates installed in step 4 by creating a " "file ``/etc/apt/apt.conf.d/71kolab`` with the following contents:" msgstr "" #: ../../source/installation-guide/kolab-14/debian-7-enterprise-14.rst:172 msgid "Update the repository metadata:" msgstr "" #: ../../source/installation-guide/kolab-14/debian-7-enterprise-14.rst:178 msgid "Start the installation of the base package as follows:" msgstr "" #: ../../source/installation-guide/kolab-14/debian-7-enterprise-14.rst:184 msgid "" "When asked to confirm you want to install the package and its dependencies, " "press Enter." msgstr "" #: ../../source/installation-guide/kolab-14/debian-7-enterprise-14.rst:186 msgid "Continue to :ref:`installation-guide-setup-kolab`." msgstr "" diff --git a/locale/fr/LC_MESSAGES/installation-guide/kolab-14/debian-8-enterprise-14.po b/locale/fr/LC_MESSAGES/installation-guide/kolab-14/debian-8-enterprise-14.po index 13c6b4eb..482f2ade 100644 --- a/locale/fr/LC_MESSAGES/installation-guide/kolab-14/debian-8-enterprise-14.po +++ b/locale/fr/LC_MESSAGES/installation-guide/kolab-14/debian-8-enterprise-14.po @@ -1,91 +1,90 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/installation-guide/kolab-14/debian-8-enterprise-14.rst:92 msgid "Installation of Kolab Enterprise 14 on Debian 8 (jessie)" msgstr "" #: ../../source/installation-guide/kolab-14/debian-8-enterprise-14.rst:94 msgid "Install the **apt-transport-https** package:" msgstr "" #: ../../source/installation-guide/kolab-14/debian-8-enterprise-14.rst:100 msgid "Add the following two lines to ``/etc/apt/sources.list.d/kolab.list``:" msgstr "" #: ../../source/installation-guide/kolab-14/debian-8-enterprise-14.rst:107 msgid "" "To ensure the Kolab packages have priority over the Debian packages, such as " "must be the case for PHP as well as Cyrus IMAP, please make sure the APT " "preferences pin the mirror.kolabsys.com origin as a preferred source." msgstr "" #: ../../source/installation-guide/kolab-14/debian-8-enterprise-14.rst:111 msgid "Put the following in ``/etc/apt/preferences.d/kolab``:" msgstr "" #: ../../source/installation-guide/kolab-14/debian-8-enterprise-14.rst:119 msgid "Install the client certificate and certificate authority files:" msgstr "" #: ../../source/installation-guide/kolab-14/debian-8-enterprise-14.rst:121 msgid "Remove the passphrase from the SSL certificate key:" msgstr "" #: ../../source/installation-guide/kolab-14/debian-8-enterprise-14.rst:128 msgid "" "Concatenate the certificate file and the new key file without passphrase:" msgstr "" #: ../../source/installation-guide/kolab-14/debian-8-enterprise-14.rst:136 msgid "" "Place the file :file:`mirror.kolabsys.client.pem` in :file:`/etc/apt/certs/`." msgstr "" #: ../../source/installation-guide/kolab-14/debian-8-enterprise-14.rst:139 msgid "Download the kolabenterprice mirror certificate:" msgstr "" #: ../../source/installation-guide/kolab-14/debian-8-enterprise-14.rst:146 msgid "Correct the permissions on the private key:" msgstr "" #: ../../source/installation-guide/kolab-14/debian-8-enterprise-14.rst:153 msgid "" "Configure **APT** to use the certificates installed in step 4 by creating a " "file ``/etc/apt/apt.conf.d/81kolab`` with the following contents:" msgstr "" #: ../../source/installation-guide/kolab-14/debian-8-enterprise-14.rst:172 msgid "Update the repository metadata:" msgstr "" #: ../../source/installation-guide/kolab-14/debian-8-enterprise-14.rst:178 msgid "Start the installation of the base package as follows:" msgstr "" #: ../../source/installation-guide/kolab-14/debian-8-enterprise-14.rst:184 msgid "" "When asked to confirm you want to install the package and its dependencies, " "press Enter." msgstr "" #: ../../source/installation-guide/kolab-14/debian-8-enterprise-14.rst:186 msgid "Continue to :ref:`installation-guide-setup-kolab`." msgstr "" diff --git a/locale/fr/LC_MESSAGES/installation-guide/kolab-14/index.po b/locale/fr/LC_MESSAGES/installation-guide/kolab-14/index.po index b5629a7a..83e2f03f 100644 --- a/locale/fr/LC_MESSAGES/installation-guide/kolab-14/index.po +++ b/locale/fr/LC_MESSAGES/installation-guide/kolab-14/index.po @@ -1,26 +1,25 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/installation-guide/kolab-14/index.rst:92 msgid "Installation Instructions for Kolab Enterprise 14" msgstr "" #: ../../source/installation-guide/kolab-14/index.rst:96 msgid "Kolab 14 is outdated and the latest release is Kolab 16." msgstr "" diff --git a/locale/fr/LC_MESSAGES/installation-guide/kolab-14/rhel-6-enterprise-14.po b/locale/fr/LC_MESSAGES/installation-guide/kolab-14/rhel-6-enterprise-14.po index 6f81be23..08e6f046 100644 --- a/locale/fr/LC_MESSAGES/installation-guide/kolab-14/rhel-6-enterprise-14.po +++ b/locale/fr/LC_MESSAGES/installation-guide/kolab-14/rhel-6-enterprise-14.po @@ -1,96 +1,95 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/installation-guide/kolab-14/rhel-6-enterprise-14.rst:92 msgid "Installation of Kolab Enterprise 14 on Red Hat Enterprise Linux 6" msgstr "" #: ../../source/installation-guide/kolab-14/rhel-6-enterprise-14.rst:94 msgid "" "The installation of Kolab Groupware on Red Hat Enterprise Linux installs a " "number of additional packages, from the :term:`EPEL` software repository, " "and the repositories for the Kolab Enterprise edition, provided by `Kolab " "Systems AG`_." msgstr "" #: ../../source/installation-guide/kolab-14/rhel-6-enterprise-14.rst:100 msgid "Installation Procedure" msgstr "" #: ../../source/installation-guide/kolab-14/rhel-6-enterprise-14.rst:102 msgid "" "Copy the client SSL certificate and key you have obtained from `Kolab " "Systems AG`_ as per the instructions listed on [1]_, summarized here for " "your convenience:" msgstr "" #: ../../source/installation-guide/kolab-14/rhel-6-enterprise-14.rst:106 msgid "Remove the passphrase from the SSL certificate key:" msgstr "" #: ../../source/installation-guide/kolab-14/rhel-6-enterprise-14.rst:113 msgid "" "Concatenate the certificate file and the new key file without passphrase:" msgstr "" #: ../../source/installation-guide/kolab-14/rhel-6-enterprise-14.rst:121 msgid "" "Place the file :file:`mirror.kolabsys.com.ca.cert` in :file:`/etc/pki/tls/" "certs/`." msgstr "" #: ../../source/installation-guide/kolab-14/rhel-6-enterprise-14.rst:124 msgid "" "Place the file :file:`mirror.kolabsys.client.pem` in :file:`/etc/pki/tls/" "private/`, and correct the permissions:" msgstr "" #: ../../source/installation-guide/kolab-14/rhel-6-enterprise-14.rst:132 msgid "Install the :term:`EPEL` repository" msgstr "" #: ../../source/installation-guide/kolab-14/rhel-6-enterprise-14.rst:138 msgid "Import this signature in to the RPM database:" msgstr "" #: ../../source/installation-guide/kolab-14/rhel-6-enterprise-14.rst:144 msgid "Install the Kolab Enterprise repository configuration package:" msgstr "" #: ../../source/installation-guide/kolab-14/rhel-6-enterprise-14.rst:150 msgid "Install Kolab Enterprise:" msgstr "" #: ../../source/installation-guide/kolab-14/rhel-6-enterprise-14.rst:156 msgid "Do not forget to also execute :command:`yum update`." msgstr "" #: ../../source/installation-guide/kolab-14/rhel-6-enterprise-14.rst:158 msgid "Continue to :ref:`installation-guide-setup-kolab`." msgstr "" #: ../../source/installation-guide/kolab-14/rhel-6-enterprise-14.rst:161 msgid "Footnotes" msgstr "" #: ../../source/installation-guide/kolab-14/rhel-6-enterprise-14.rst:164 msgid "" "https://support.kolabsys.com/Obtaining," "_Renewing_and_Using_a_Client_SSL_Certificate#Using_a_Customer_or_Partner_Client_SSL_Certificate." msgstr "" diff --git a/locale/fr/LC_MESSAGES/installation-guide/kolab-14/rhel-7-enterprise-14.po b/locale/fr/LC_MESSAGES/installation-guide/kolab-14/rhel-7-enterprise-14.po index 9d31b802..5afe4e40 100644 --- a/locale/fr/LC_MESSAGES/installation-guide/kolab-14/rhel-7-enterprise-14.po +++ b/locale/fr/LC_MESSAGES/installation-guide/kolab-14/rhel-7-enterprise-14.po @@ -1,96 +1,95 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/installation-guide/kolab-14/rhel-7-enterprise-14.rst:92 msgid "Installation of Kolab Enterprise 14 on Red Hat Enterprise Linux 7" msgstr "" #: ../../source/installation-guide/kolab-14/rhel-7-enterprise-14.rst:94 msgid "" "The installation of Kolab Groupware on Red Hat Enterprise Linux installs a " "number of additional packages, from the :term:`EPEL` software repository, " "and the repositories for the Kolab Enterprise edition, provided by `Kolab " "Systems AG`_." msgstr "" #: ../../source/installation-guide/kolab-14/rhel-7-enterprise-14.rst:100 msgid "Installation Procedure" msgstr "" #: ../../source/installation-guide/kolab-14/rhel-7-enterprise-14.rst:102 msgid "" "Copy the client SSL certificate and key you have obtained from `Kolab " "Systems AG`_ as per the instructions listed on [#]_, summarized here for " "your convenience:" msgstr "" #: ../../source/installation-guide/kolab-14/rhel-7-enterprise-14.rst:106 msgid "Remove the passphrase from the SSL certificate key:" msgstr "" #: ../../source/installation-guide/kolab-14/rhel-7-enterprise-14.rst:113 msgid "" "Concatenate the certificate file and the new key file without passphrase:" msgstr "" #: ../../source/installation-guide/kolab-14/rhel-7-enterprise-14.rst:121 msgid "" "Place the file :file:`mirror.kolabsys.com.ca.cert` in :file:`/etc/pki/tls/" "certs/`." msgstr "" #: ../../source/installation-guide/kolab-14/rhel-7-enterprise-14.rst:124 msgid "" "Place the file :file:`mirror.kolabsys.client.pem` in :file:`/etc/pki/tls/" "private/`, and correct the permissions:" msgstr "" #: ../../source/installation-guide/kolab-14/rhel-7-enterprise-14.rst:132 msgid "Install the :term:`EPEL` repository\"" msgstr "" #: ../../source/installation-guide/kolab-14/rhel-7-enterprise-14.rst:138 msgid "Import this signature in to the RPM database:" msgstr "" #: ../../source/installation-guide/kolab-14/rhel-7-enterprise-14.rst:144 msgid "Install the Kolab Enterprise repository configuration package:" msgstr "" #: ../../source/installation-guide/kolab-14/rhel-7-enterprise-14.rst:150 msgid "Install Kolab Enterprise:" msgstr "" #: ../../source/installation-guide/kolab-14/rhel-7-enterprise-14.rst:156 msgid "Do not forget to also execute :command:`yum update`." msgstr "" #: ../../source/installation-guide/kolab-14/rhel-7-enterprise-14.rst:158 msgid "Continue to :ref:`installation-guide-setup-kolab`." msgstr "" #: ../../source/installation-guide/kolab-14/rhel-7-enterprise-14.rst:161 msgid "Footnotes" msgstr "" #: ../../source/installation-guide/kolab-14/rhel-7-enterprise-14.rst:164 msgid "" "https://support.kolabsys.com/Obtaining," "_Renewing_and_Using_a_Client_SSL_Certificate#Using_a_Customer_or_Partner_Client_SSL_Certificate." msgstr "" diff --git a/locale/fr/LC_MESSAGES/installation-guide/kolab-14/ucs-4-enterprise-14.po b/locale/fr/LC_MESSAGES/installation-guide/kolab-14/ucs-4-enterprise-14.po index 81f2b13a..6c9124bb 100644 --- a/locale/fr/LC_MESSAGES/installation-guide/kolab-14/ucs-4-enterprise-14.po +++ b/locale/fr/LC_MESSAGES/installation-guide/kolab-14/ucs-4-enterprise-14.po @@ -1,86 +1,85 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/installation-guide/kolab-14/ucs-4-enterprise-14.rst:92 msgid "Installation of Kolab Enterprise 14 on Univention Corporate Server 4" msgstr "" #: ../../source/installation-guide/kolab-14/ucs-4-enterprise-14.rst:96 msgid "" "There are **multiple versions** of Kolab for UCS. Make sure you choose the " "correct version for your requirements." msgstr "" #: ../../source/installation-guide/kolab-14/ucs-4-enterprise-14.rst:100 msgid "App Center Edition" msgstr "" #: ../../source/installation-guide/kolab-14/ucs-4-enterprise-14.rst:102 msgid "" "An evaluation version of Kolab is available in the Univention App Center. " "This edition does *not* provide you with bugfix, security or enhancement " "updates." msgstr "" #: ../../source/installation-guide/kolab-14/ucs-4-enterprise-14.rst:107 msgid "Kolab Enterprise 14" msgstr "" #: ../../source/installation-guide/kolab-14/ucs-4-enterprise-14.rst:109 msgid "" "To install the Enterprise edition under Kolab Systems support, execute the " "following process:" msgstr "" #: ../../source/installation-guide/kolab-14/ucs-4-enterprise-14.rst:112 msgid "" "Configure your UCS system to obtain the repository configuration packages:" msgstr "" #: ../../source/installation-guide/kolab-14/ucs-4-enterprise-14.rst:124 msgid "" "Install the client certificate you have obtained from Kolab Systems in the " "following location:" msgstr "" #: ../../source/installation-guide/kolab-14/ucs-4-enterprise-14.rst:131 msgid "" "If you do not have an SSL client certificate from Kolab Systems, contact " "sales@kolabsys.com." msgstr "" #: ../../source/installation-guide/kolab-14/ucs-4-enterprise-14.rst:134 msgid "Install the repository configuration package:" msgstr "" #: ../../source/installation-guide/kolab-14/ucs-4-enterprise-14.rst:140 msgid "" "When the installation complains the package cannot be verified, type [y] and " "[Enter] to continue:" msgstr "" #: ../../source/installation-guide/kolab-14/ucs-4-enterprise-14.rst:149 msgid "Install kolab:" msgstr "" #: ../../source/installation-guide/kolab-14/ucs-4-enterprise-14.rst:157 msgid "" "The Kolab Groupware packages for Univention Corporate Server are configured " "automatically. There is no need to run any setup." msgstr "" diff --git a/locale/fr/LC_MESSAGES/installation-guide/kolab-3.3/centos-community.po b/locale/fr/LC_MESSAGES/installation-guide/kolab-3.3/centos-community.po index e4ccd461..8bc999eb 100644 --- a/locale/fr/LC_MESSAGES/installation-guide/kolab-3.3/centos-community.po +++ b/locale/fr/LC_MESSAGES/installation-guide/kolab-3.3/centos-community.po @@ -1,42 +1,41 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/installation-guide/kolab-3.3/centos-community.rst:90 msgid "Installation on CentOS" msgstr "" #: ../../source/installation-guide/kolab-3.3/centos-community.rst:92 msgid "Install the :term:`EPEL`_ repository:" msgstr "" #: ../../source/installation-guide/kolab-3.3/centos-community.rst:98 msgid "Install the Kolab Groupware repository configuration:" msgstr "" #: ../../source/installation-guide/kolab-3.3/centos-community.rst:106 msgid "Import the GPG key used to sign the packages:" msgstr "" #: ../../source/installation-guide/kolab-3.3/centos-community.rst:112 msgid "4. 4. Install Kolab Groupware:" msgstr "" #: ../../source/installation-guide/kolab-3.3/centos-community.rst:119 msgid "Continue to :ref:`installation-guide-setup-kolab`." msgstr "" diff --git a/locale/fr/LC_MESSAGES/installation-guide/kolab-3.3/debian.po b/locale/fr/LC_MESSAGES/installation-guide/kolab-3.3/debian.po index 7388728c..3bff17e1 100644 --- a/locale/fr/LC_MESSAGES/installation-guide/kolab-3.3/debian.po +++ b/locale/fr/LC_MESSAGES/installation-guide/kolab-3.3/debian.po @@ -1,83 +1,82 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/installation-guide/kolab-3.3/debian.rst:90 msgid "Installation on Debian" msgstr "" #: ../../source/installation-guide/kolab-3.3/debian.rst:93 msgid "Debian Wheezy" msgstr "" #: ../../source/installation-guide/kolab-3.3/debian.rst:95 msgid "Add the following two lines to ``/etc/apt/sources.list.d/kolab.list``:" msgstr "" #: ../../source/installation-guide/kolab-3.3/debian.rst:97 msgid "For Debian Wheezy:" msgstr "" #: ../../source/installation-guide/kolab-3.3/debian.rst:104 msgid "For Debian Jessie:" msgstr "" #: ../../source/installation-guide/kolab-3.3/debian.rst:108 msgid "" "The packages for Debian Jessie are in an experimental stage, as is Jessie " "itself, and the packages are provided solely on popular demand." msgstr "" #: ../../source/installation-guide/kolab-3.3/debian.rst:117 msgid "Import the GPG key used to sign the packages:" msgstr "" #: ../../source/installation-guide/kolab-3.3/debian.rst:127 msgid "" "The key's fingerprint is: ``79D8 6A05 FDE6 C9FB 4E43 A6C5 830C 2BCF 446D " "5A45``" msgstr "" #: ../../source/installation-guide/kolab-3.3/debian.rst:133 msgid "" "To ensure the Kolab packages have priority over the Debian packages, such as " "must be the case for PHP as well as Cyrus IMAP, please make sure the APT " "preferences pin the obs.kolabsys.com origin as a preferred source." msgstr "" #: ../../source/installation-guide/kolab-3.3/debian.rst:137 msgid "Put the following in ``/etc/apt/preferences.d/kolab``:" msgstr "" #: ../../source/installation-guide/kolab-3.3/debian.rst:145 msgid "Update the repository metadata:" msgstr "" #: ../../source/installation-guide/kolab-3.3/debian.rst:151 msgid "Start the installation of the base package as follows:" msgstr "" #: ../../source/installation-guide/kolab-3.3/debian.rst:157 msgid "" "When asked to confirm you want to install the package and its dependencies, " "press Enter." msgstr "" #: ../../source/installation-guide/kolab-3.3/debian.rst:159 msgid "Continue to :ref:`installation-guide-setup-kolab`." msgstr "" diff --git a/locale/fr/LC_MESSAGES/installation-guide/kolab-3.3/fedora.po b/locale/fr/LC_MESSAGES/installation-guide/kolab-3.3/fedora.po index e70fa7f5..4b541783 100644 --- a/locale/fr/LC_MESSAGES/installation-guide/kolab-3.3/fedora.po +++ b/locale/fr/LC_MESSAGES/installation-guide/kolab-3.3/fedora.po @@ -1,48 +1,47 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/installation-guide/kolab-3.3/fedora.rst:90 msgid "Installation on Fedora" msgstr "" #: ../../source/installation-guide/kolab-3.3/fedora.rst:92 msgid "Install the Kolab Groupware repository configuration:" msgstr "" #: ../../source/installation-guide/kolab-3.3/fedora.rst:94 msgid "For Fedora 20 (Heisenburg):" msgstr "" #: ../../source/installation-guide/kolab-3.3/fedora.rst:102 msgid "Import the GPG key used to sign the packages:" msgstr "" #: ../../source/installation-guide/kolab-3.3/fedora.rst:112 msgid "" "The key's fingerprint is: ``79D8 6A05 FDE6 C9FB 4E43 A6C5 830C 2BCF 446D " "5A45``" msgstr "" #: ../../source/installation-guide/kolab-3.3/fedora.rst:119 msgid "Install Kolab Groupware:" msgstr "" #: ../../source/installation-guide/kolab-3.3/fedora.rst:125 msgid "Continue to :ref:`installation-guide-setup-kolab`." msgstr "" diff --git a/locale/fr/LC_MESSAGES/installation-guide/kolab-3.3/index.po b/locale/fr/LC_MESSAGES/installation-guide/kolab-3.3/index.po index 38956d22..3cf30432 100644 --- a/locale/fr/LC_MESSAGES/installation-guide/kolab-3.3/index.po +++ b/locale/fr/LC_MESSAGES/installation-guide/kolab-3.3/index.po @@ -1,26 +1,25 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/installation-guide/kolab-3.3/index.rst:89 msgid "Installation Instructions for Kolab 3.3" msgstr "" #: ../../source/installation-guide/kolab-3.3/index.rst:93 msgid "Kolab 3.3 is outdated and the latest release is Kolab 3.4." msgstr "" diff --git a/locale/fr/LC_MESSAGES/installation-guide/kolab-3.3/opensuse.po b/locale/fr/LC_MESSAGES/installation-guide/kolab-3.3/opensuse.po index beddd37d..936e214e 100644 --- a/locale/fr/LC_MESSAGES/installation-guide/kolab-3.3/opensuse.po +++ b/locale/fr/LC_MESSAGES/installation-guide/kolab-3.3/opensuse.po @@ -1,52 +1,51 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/installation-guide/kolab-3.3/opensuse.rst:90 msgid "Installation on openSUSE" msgstr "" #: ../../source/installation-guide/kolab-3.3/opensuse.rst:92 msgid "Install the Kolab Groupware repositories:" msgstr "" #: ../../source/installation-guide/kolab-3.3/opensuse.rst:94 msgid "For openSUSE 13.1:" msgstr "" #: ../../source/installation-guide/kolab-3.3/opensuse.rst:101 msgid "For openSUSE 12.3:" msgstr "" #: ../../source/installation-guide/kolab-3.3/opensuse.rst:108 msgid "Import the GPG key used to sign the packages:" msgstr "" #: ../../source/installation-guide/kolab-3.3/opensuse.rst:118 msgid "" "The key's fingerprint is: ``79D8 6A05 FDE6 C9FB 4E43 A6C5 830C 2BCF 446D " "5A45``" msgstr "" #: ../../source/installation-guide/kolab-3.3/opensuse.rst:125 msgid "Install Kolab Groupware:" msgstr "" #: ../../source/installation-guide/kolab-3.3/opensuse.rst:131 msgid "Continue to :ref:`installation-guide-setup-kolab`." msgstr "" diff --git a/locale/fr/LC_MESSAGES/installation-guide/kolab-3.3/rhel-community.po b/locale/fr/LC_MESSAGES/installation-guide/kolab-3.3/rhel-community.po index b5b17518..70cbcbf1 100644 --- a/locale/fr/LC_MESSAGES/installation-guide/kolab-3.3/rhel-community.po +++ b/locale/fr/LC_MESSAGES/installation-guide/kolab-3.3/rhel-community.po @@ -1,66 +1,65 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/installation-guide/kolab-3.3/rhel-community.rst:90 msgid "Installation on Red Hat Enterprise Linux" msgstr "" #: ../../source/installation-guide/kolab-3.3/rhel-community.rst:92 msgid "" "Install the `EPEL repository `_ " "configuration using the RPM package linked to from:" msgstr "" #: ../../source/installation-guide/kolab-3.3/rhel-community.rst:95 msgid "`EPEL for CentOS 7`_" msgstr "" #: ../../source/installation-guide/kolab-3.3/rhel-community.rst:97 msgid "`EPEL for CentOS 6`_" msgstr "" #: ../../source/installation-guide/kolab-3.3/rhel-community.rst:103 msgid "Install the Kolab Groupware repository configuration:" msgstr "" #: ../../source/installation-guide/kolab-3.3/rhel-community.rst:105 msgid "For CentOS 7:" msgstr "" #: ../../source/installation-guide/kolab-3.3/rhel-community.rst:113 msgid "For CentOS 6:" msgstr "" #: ../../source/installation-guide/kolab-3.3/rhel-community.rst:121 msgid "Import the GPG key used to sign the packages:" msgstr "" #: ../../source/installation-guide/kolab-3.3/rhel-community.rst:131 msgid "" "The key's fingerprint is: ``79D8 6A05 FDE6 C9FB 4E43 A6C5 830C 2BCF 446D " "5A45``" msgstr "" #: ../../source/installation-guide/kolab-3.3/rhel-community.rst:138 msgid "Install Kolab Groupware:" msgstr "" #: ../../source/installation-guide/kolab-3.3/rhel-community.rst:144 msgid "Continue to :ref:`installation-guide-setup-kolab`." msgstr "" diff --git a/locale/fr/LC_MESSAGES/installation-guide/kolab-3.3/suse.po b/locale/fr/LC_MESSAGES/installation-guide/kolab-3.3/suse.po index 645c7503..8304601e 100644 --- a/locale/fr/LC_MESSAGES/installation-guide/kolab-3.3/suse.po +++ b/locale/fr/LC_MESSAGES/installation-guide/kolab-3.3/suse.po @@ -1,35 +1,34 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/installation-guide/kolab-3.3/suse.rst:90 msgid "Installation on SUSE Linux Enterprise Server" msgstr "" #: ../../source/installation-guide/kolab-3.3/suse.rst msgid "Todo" msgstr "" #: ../../source/installation-guide/kolab-3.3/suse.rst:94 msgid "" "The installation chapter for SUSE Linux Enterprise Server should be written." msgstr "" #: ../../source/installation-guide/kolab-3.3/suse.rst:96 msgid "Continue to :ref:`installation-guide-setup-kolab`." msgstr "" diff --git a/locale/fr/LC_MESSAGES/installation-guide/kolab-3.3/ubuntu.po b/locale/fr/LC_MESSAGES/installation-guide/kolab-3.3/ubuntu.po index 65bbce4a..bb4e17c7 100644 --- a/locale/fr/LC_MESSAGES/installation-guide/kolab-3.3/ubuntu.po +++ b/locale/fr/LC_MESSAGES/installation-guide/kolab-3.3/ubuntu.po @@ -1,77 +1,76 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/installation-guide/kolab-3.3/ubuntu.rst:90 msgid "Installation on Ubuntu" msgstr "" #: ../../source/installation-guide/kolab-3.3/ubuntu.rst:92 msgid "Add the following two lines to ``/etc/apt/sources.list.d/kolab.list``:" msgstr "" #: ../../source/installation-guide/kolab-3.3/ubuntu.rst:94 msgid "For Ubuntu 12.04:" msgstr "" #: ../../source/installation-guide/kolab-3.3/ubuntu.rst:101 msgid "For Ubuntu 13.10:" msgstr "" #: ../../source/installation-guide/kolab-3.3/ubuntu.rst:108 msgid "For Ubuntu 14.04:" msgstr "" #: ../../source/installation-guide/kolab-3.3/ubuntu.rst:115 msgid "Import the GPG key used to sign the packages:" msgstr "" #: ../../source/installation-guide/kolab-3.3/ubuntu.rst:125 msgid "" "The key's fingerprint is: ``79D8 6A05 FDE6 C9FB 4E43 A6C5 830C 2BCF 446D " "5A45``" msgstr "" #: ../../source/installation-guide/kolab-3.3/ubuntu.rst:131 msgid "" "To ensure the Kolab packages have priority over the Ubuntu packages, such as " "must be the case for PHP as well as Cyrus IMAP, please make sure the APT " "preferences pin the obs.kolabsys.com origin as a preferred source." msgstr "" #: ../../source/installation-guide/kolab-3.3/ubuntu.rst:135 msgid "Put the following in ``/etc/apt/preferences.d/kolab``:" msgstr "" #: ../../source/installation-guide/kolab-3.3/ubuntu.rst:143 msgid "Update the repository metadata:" msgstr "" #: ../../source/installation-guide/kolab-3.3/ubuntu.rst:149 msgid "Start the installation of the base package as follows:" msgstr "" #: ../../source/installation-guide/kolab-3.3/ubuntu.rst:155 msgid "" "When asked to confirm you want to install the package and its dependencies, " "press Enter." msgstr "" #: ../../source/installation-guide/kolab-3.3/ubuntu.rst:157 msgid "Continue to :ref:`installation-guide-setup-kolab`." msgstr "" diff --git a/locale/fr/LC_MESSAGES/installation-guide/kolab-3.4/centos-7-community-3.4.po b/locale/fr/LC_MESSAGES/installation-guide/kolab-3.4/centos-7-community-3.4.po index fdfab17b..9a77c55f 100644 --- a/locale/fr/LC_MESSAGES/installation-guide/kolab-3.4/centos-7-community-3.4.po +++ b/locale/fr/LC_MESSAGES/installation-guide/kolab-3.4/centos-7-community-3.4.po @@ -1,52 +1,51 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/installation-guide/kolab-3.4/centos-7-community-3.4.rst:92 msgid "Installation of Kolab 3.4 on CentOS 7" msgstr "" #: ../../source/installation-guide/kolab-3.4/centos-7-community-3.4.rst:94 msgid "Install the :term:`EPEL` repository:" msgstr "" #: ../../source/installation-guide/kolab-3.4/centos-7-community-3.4.rst:100 msgid "Install the Kolab Groupware repository configuration:" msgstr "" #: ../../source/installation-guide/kolab-3.4/centos-7-community-3.4.rst:108 msgid "Install the **yum-plugin-priorities** package:" msgstr "" #: ../../source/installation-guide/kolab-3.4/centos-7-community-3.4.rst:114 msgid "" "Make sure that the packages from the Kolab repositories have a higher " "priority than eg. the Epel packages:" msgstr "" #: ../../source/installation-guide/kolab-3.4/centos-7-community-3.4.rst:120 msgid "Import the GPG key used to sign the packages:" msgstr "" #: ../../source/installation-guide/kolab-3.4/centos-7-community-3.4.rst:126 msgid "Install Kolab Groupware:" msgstr "" #: ../../source/installation-guide/kolab-3.4/centos-7-community-3.4.rst:132 msgid "Continue to :ref:`installation-guide-setup-kolab`." msgstr "" diff --git a/locale/fr/LC_MESSAGES/installation-guide/kolab-3.4/debian-7-community-3.4.po b/locale/fr/LC_MESSAGES/installation-guide/kolab-3.4/debian-7-community-3.4.po index f297a2f6..87a3f334 100644 --- a/locale/fr/LC_MESSAGES/installation-guide/kolab-3.4/debian-7-community-3.4.po +++ b/locale/fr/LC_MESSAGES/installation-guide/kolab-3.4/debian-7-community-3.4.po @@ -1,65 +1,64 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/installation-guide/kolab-3.4/debian-7-community-3.4.rst:92 msgid "Installation of Kolab 3.4 on Debian 7" msgstr "" #: ../../source/installation-guide/kolab-3.4/debian-7-community-3.4.rst:94 msgid "Add the following two lines to ``/etc/apt/sources.list.d/kolab.list``:" msgstr "" #: ../../source/installation-guide/kolab-3.4/debian-7-community-3.4.rst:101 msgid "Import the GPG key used to sign the packages:" msgstr "" #: ../../source/installation-guide/kolab-3.4/debian-7-community-3.4.rst:111 msgid "" "The key's fingerprint is: ``79D8 6A05 FDE6 C9FB 4E43 A6C5 830C 2BCF 446D " "5A45``" msgstr "" #: ../../source/installation-guide/kolab-3.4/debian-7-community-3.4.rst:117 msgid "" "To ensure the Kolab packages have priority over the Debian packages, such as " "must be the case for PHP as well as Cyrus IMAP, please make sure the APT " "preferences pin the obs.kolabsys.com origin as a preferred source." msgstr "" #: ../../source/installation-guide/kolab-3.4/debian-7-community-3.4.rst:121 msgid "Put the following in ``/etc/apt/preferences.d/kolab``:" msgstr "" #: ../../source/installation-guide/kolab-3.4/debian-7-community-3.4.rst:129 msgid "Update the repository metadata:" msgstr "" #: ../../source/installation-guide/kolab-3.4/debian-7-community-3.4.rst:135 msgid "Start the installation of the base package as follows:" msgstr "" #: ../../source/installation-guide/kolab-3.4/debian-7-community-3.4.rst:141 msgid "" "When asked to confirm you want to install the package and its dependencies, " "press Enter." msgstr "" #: ../../source/installation-guide/kolab-3.4/debian-7-community-3.4.rst:143 msgid "Continue to :ref:`installation-guide-setup-kolab`." msgstr "" diff --git a/locale/fr/LC_MESSAGES/installation-guide/kolab-3.4/debian-8-community-3.4.po b/locale/fr/LC_MESSAGES/installation-guide/kolab-3.4/debian-8-community-3.4.po index 780cd9e0..8050f825 100644 --- a/locale/fr/LC_MESSAGES/installation-guide/kolab-3.4/debian-8-community-3.4.po +++ b/locale/fr/LC_MESSAGES/installation-guide/kolab-3.4/debian-8-community-3.4.po @@ -1,65 +1,64 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/installation-guide/kolab-3.4/debian-8-community-3.4.rst:92 msgid "Installation of Kolab 3.4 on Debian 8" msgstr "" #: ../../source/installation-guide/kolab-3.4/debian-8-community-3.4.rst:94 msgid "Add the following two lines to ``/etc/apt/sources.list.d/kolab.list``:" msgstr "" #: ../../source/installation-guide/kolab-3.4/debian-8-community-3.4.rst:101 msgid "Import the GPG key used to sign the packages:" msgstr "" #: ../../source/installation-guide/kolab-3.4/debian-8-community-3.4.rst:111 msgid "" "The key's fingerprint is: ``79D8 6A05 FDE6 C9FB 4E43 A6C5 830C 2BCF 446D " "5A45``" msgstr "" #: ../../source/installation-guide/kolab-3.4/debian-8-community-3.4.rst:117 msgid "" "To ensure the Kolab packages have priority over the Debian packages, such as " "must be the case for PHP as well as Cyrus IMAP, please make sure the APT " "preferences pin the obs.kolabsys.com origin as a preferred source." msgstr "" #: ../../source/installation-guide/kolab-3.4/debian-8-community-3.4.rst:121 msgid "Put the following in ``/etc/apt/preferences.d/kolab``:" msgstr "" #: ../../source/installation-guide/kolab-3.4/debian-8-community-3.4.rst:129 msgid "Update the repository metadata:" msgstr "" #: ../../source/installation-guide/kolab-3.4/debian-8-community-3.4.rst:135 msgid "Start the installation of the base package as follows:" msgstr "" #: ../../source/installation-guide/kolab-3.4/debian-8-community-3.4.rst:141 msgid "" "When asked to confirm you want to install the package and its dependencies, " "press Enter." msgstr "" #: ../../source/installation-guide/kolab-3.4/debian-8-community-3.4.rst:143 msgid "Continue to :ref:`installation-guide-setup-kolab`." msgstr "" diff --git a/locale/fr/LC_MESSAGES/installation-guide/kolab-3.4/index.po b/locale/fr/LC_MESSAGES/installation-guide/kolab-3.4/index.po index a05a5ce2..09c2e36a 100644 --- a/locale/fr/LC_MESSAGES/installation-guide/kolab-3.4/index.po +++ b/locale/fr/LC_MESSAGES/installation-guide/kolab-3.4/index.po @@ -1,26 +1,25 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/installation-guide/kolab-3.4/index.rst:90 msgid "Installation Instructions for Kolab 3.4" msgstr "" #: ../../source/installation-guide/kolab-3.4/index.rst:94 msgid "Kolab 3.4 is outdated and the latest release is Kolab 16." msgstr "" diff --git a/locale/fr/LC_MESSAGES/installation-guide/kolab-3.4/rhel-7-community-3.4.po b/locale/fr/LC_MESSAGES/installation-guide/kolab-3.4/rhel-7-community-3.4.po index 078be08d..7e8e82c6 100644 --- a/locale/fr/LC_MESSAGES/installation-guide/kolab-3.4/rhel-7-community-3.4.po +++ b/locale/fr/LC_MESSAGES/installation-guide/kolab-3.4/rhel-7-community-3.4.po @@ -1,52 +1,51 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/installation-guide/kolab-3.4/rhel-7-community-3.4.rst:92 msgid "Installation of Kolab 3.4 on Red Hat Enterprise Linux 7" msgstr "" #: ../../source/installation-guide/kolab-3.4/rhel-7-community-3.4.rst:94 msgid "Install the :term:`EPEL`_ repository:" msgstr "" #: ../../source/installation-guide/kolab-3.4/rhel-7-community-3.4.rst:100 msgid "Install the Kolab Groupware repository configuration:" msgstr "" #: ../../source/installation-guide/kolab-3.4/rhel-7-community-3.4.rst:108 msgid "Import the GPG key used to sign the packages:" msgstr "" #: ../../source/installation-guide/kolab-3.4/rhel-7-community-3.4.rst:114 msgid "" "Make sure that the packages from the Kolab repositories have a higher " "priority than eg. the Epel packages:" msgstr "" #: ../../source/installation-guide/kolab-3.4/rhel-7-community-3.4.rst:120 msgid "Install the **yum-plugin-priorities** package:" msgstr "" #: ../../source/installation-guide/kolab-3.4/rhel-7-community-3.4.rst:126 msgid "Install Kolab Groupware:" msgstr "" #: ../../source/installation-guide/kolab-3.4/rhel-7-community-3.4.rst:132 msgid "Continue to :ref:`installation-guide-setup-kolab`." msgstr "" diff --git a/locale/fr/LC_MESSAGES/installation-guide/kolab-3.4/ucs-4-community-3.4.po b/locale/fr/LC_MESSAGES/installation-guide/kolab-3.4/ucs-4-community-3.4.po index 42d75f00..a3ff2129 100644 --- a/locale/fr/LC_MESSAGES/installation-guide/kolab-3.4/ucs-4-community-3.4.po +++ b/locale/fr/LC_MESSAGES/installation-guide/kolab-3.4/ucs-4-community-3.4.po @@ -1,87 +1,86 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/installation-guide/kolab-3.4/ucs-4-community-3.4.rst:92 msgid "Installation of Kolab 3.4 on Univention Corporate Server 4" msgstr "" #: ../../source/installation-guide/kolab-3.4/ucs-4-community-3.4.rst:94 msgid "" "Kolab Groupware is available in the App Center included with Univention " "Corporate Server. The edition in the Univention Corporate Server App Center " "is the recommended edition of Kolab Groupware unless you have a support " "contract with `Kolab Systems`_ -- in which case you will want to install the " "enterprise edition as documented in :ref:`installation-ucs-enterprise`." msgstr "" #: ../../source/installation-guide/kolab-3.4/ucs-4-community-3.4.rst:103 msgid "" "There are **multiple versions** of Kolab for UCS. Make sure you choose the " "correct version for your requirements." msgstr "" #: ../../source/installation-guide/kolab-3.4/ucs-4-community-3.4.rst:107 msgid "Kolab Groupware from the OBS" msgstr "" #: ../../source/installation-guide/kolab-3.4/ucs-4-community-3.4.rst:111 msgid "" "This is a community version of Kolab Groupware, and it is not recommended " "you run this version in production. Instead, for production systems, use " "Kolab Enterprise from Kolab Systems." msgstr "" #: ../../source/installation-guide/kolab-3.4/ucs-4-community-3.4.rst:115 msgid "Add the following two lines to ``/etc/apt/sources.list.d/kolab.list``:" msgstr "" #: ../../source/installation-guide/kolab-3.4/ucs-4-community-3.4.rst:122 msgid "Import the GPG key used to sign the packages:" msgstr "" #: ../../source/installation-guide/kolab-3.4/ucs-4-community-3.4.rst:132 msgid "" "The key's fingerprint is: ``79D8 6A05 FDE6 C9FB 4E43 A6C5 830C 2BCF 446D " "5A45``" msgstr "" #: ../../source/installation-guide/kolab-3.4/ucs-4-community-3.4.rst:138 msgid "" "To ensure the Kolab packages have priority over the Debian packages, such as " "must be the case for PHP as well as Cyrus IMAP, please make sure the APT " "preferences pin the obs.kolabsys.com origin as a preferred source." msgstr "" #: ../../source/installation-guide/kolab-3.4/ucs-4-community-3.4.rst:142 msgid "Put the following in ``/etc/apt/preferences.d/kolab``:" msgstr "" #: ../../source/installation-guide/kolab-3.4/ucs-4-community-3.4.rst:150 msgid "Enable the unmaintained UCS software repositories:" msgstr "" #: ../../source/installation-guide/kolab-3.4/ucs-4-community-3.4.rst:156 msgid "Update the repository metadata and install Kolab:" msgstr "" #: ../../source/installation-guide/kolab-3.4/ucs-4-community-3.4.rst:164 msgid "" "The Kolab Groupware packages for Univention Corporate Server are configured " "automatically. There is no need to run any setup." msgstr "" diff --git a/locale/fr/LC_MESSAGES/installation-guide/kontact-centos.po b/locale/fr/LC_MESSAGES/installation-guide/kontact-centos.po index a119973f..d71f2a16 100644 --- a/locale/fr/LC_MESSAGES/installation-guide/kontact-centos.po +++ b/locale/fr/LC_MESSAGES/installation-guide/kontact-centos.po @@ -1,52 +1,51 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/installation-guide/kontact-centos.rst:90 msgid "Installation on CentOS" msgstr "" #: ../../source/installation-guide/kontact-centos.rst:92 msgid "Activate the EPEL repository:" msgstr "" #: ../../source/installation-guide/kontact-centos.rst:98 msgid "Install the Kontact repository configuration:" msgstr "" #: ../../source/installation-guide/kontact-centos.rst:100 msgid "For CentOS 7:" msgstr "" #: ../../source/installation-guide/kontact-centos.rst:107 msgid "" "Make sure that the Kolab Kontact repositories get a higher priority, eg. we " "need kdepimlibs to be installed from Kolab rather than from CentOS:" msgstr "" #: ../../source/installation-guide/kontact-centos.rst:117 msgid "Import the GPG key used to sign the packages:" msgstr "" #: ../../source/installation-guide/kontact-centos.rst:123 msgid "Install the Kolab Desktop Client" msgstr "" #: ../../source/installation-guide/kontact-centos.rst:129 msgid "Continue to :ref:`_settings-clientconfig-kontact`." msgstr "" diff --git a/locale/fr/LC_MESSAGES/installation-guide/kontact-fedora.po b/locale/fr/LC_MESSAGES/installation-guide/kontact-fedora.po index f83cc66f..b8058c98 100644 --- a/locale/fr/LC_MESSAGES/installation-guide/kontact-fedora.po +++ b/locale/fr/LC_MESSAGES/installation-guide/kontact-fedora.po @@ -1,52 +1,51 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/installation-guide/kontact-fedora.rst:90 msgid "Installation on Fedora" msgstr "" #: ../../source/installation-guide/kontact-fedora.rst:92 msgid "Install the Kontact repository configuration:" msgstr "" #: ../../source/installation-guide/kontact-fedora.rst:94 msgid "For Fedora 23 (Twenty Three):" msgstr "" #: ../../source/installation-guide/kontact-fedora.rst:101 msgid "For Fedora 22 (Twenty Two):" msgstr "" #: ../../source/installation-guide/kontact-fedora.rst:108 msgid "" "Make sure that the Kolab Kontact repositories get a higher priority, eg. we " "need kdepimlibs to be installed from Kolab rather than from Fedora:" msgstr "" #: ../../source/installation-guide/kontact-fedora.rst:118 msgid "Import the GPG key used to sign the packages:" msgstr "" #: ../../source/installation-guide/kontact-fedora.rst:124 msgid "Install the Kolab Desktop Client" msgstr "" #: ../../source/installation-guide/kontact-fedora.rst:130 msgid "Continue to :ref:`_settings-clientconfig-kontact`." msgstr "" diff --git a/locale/fr/LC_MESSAGES/installation-guide/kontact-ubuntu.po b/locale/fr/LC_MESSAGES/installation-guide/kontact-ubuntu.po index 6af46f05..9fcf3563 100644 --- a/locale/fr/LC_MESSAGES/installation-guide/kontact-ubuntu.po +++ b/locale/fr/LC_MESSAGES/installation-guide/kontact-ubuntu.po @@ -1,50 +1,49 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/installation-guide/kontact-ubuntu.rst:92 msgid "Installation on Ubuntu 14.04" msgstr "" #: ../../source/installation-guide/kontact-ubuntu.rst:94 msgid "Add the following line to ``/etc/apt/sources.list.d/kolab.list``:" msgstr "" #: ../../source/installation-guide/kontact-ubuntu.rst:100 msgid "Download the release key:" msgstr "" #: ../../source/installation-guide/kontact-ubuntu.rst:106 msgid "Add key to valid keys:" msgstr "" #: ../../source/installation-guide/kontact-ubuntu.rst:112 msgid "Update the sources:" msgstr "" #: ../../source/installation-guide/kontact-ubuntu.rst:118 msgid "Install kolab-desktop-client:" msgstr "" #: ../../source/installation-guide/kontact-ubuntu.rst:124 msgid "Start the Kolab Desktop Client:" msgstr "" #: ../../source/installation-guide/kontact-ubuntu.rst:130 msgid "Continue to :ref:`_settings-clientconfig-kontact`." msgstr "" diff --git a/locale/fr/LC_MESSAGES/installation-guide/kontact-windows.po b/locale/fr/LC_MESSAGES/installation-guide/kontact-windows.po index 8c77b34a..8e20fae6 100644 --- a/locale/fr/LC_MESSAGES/installation-guide/kontact-windows.po +++ b/locale/fr/LC_MESSAGES/installation-guide/kontact-windows.po @@ -1,106 +1,105 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/installation-guide/kontact-windows.rst:90 msgid "Installation on Windows" msgstr "" #: ../../source/installation-guide/kontact-windows.rst:92 msgid "The Windows version of Kontact is depending on the two tools:" msgstr "" #: ../../source/installation-guide/kontact-windows.rst:94 msgid "`MSVC2013 Redistributable x86`_" msgstr "" #: ../../source/installation-guide/kontact-windows.rst:95 msgid "`GPG4Win 2.2.0 Vanilla`_" msgstr "" #: ../../source/installation-guide/kontact-windows.rst:97 msgid "" "The installer is interactively offering to install these two dependencies " "(point 8. and 9.)." msgstr "" #: ../../source/installation-guide/kontact-windows.rst:100 msgid "Installation" msgstr "" #: ../../source/installation-guide/kontact-windows.rst:102 msgid "Download the latest installer_." msgstr "" #: ../../source/installation-guide/kontact-windows.rst:104 msgid "" "Navigate to the file in the file browser. Double click the file, or Right " "click and select \"Run\"." msgstr "" #: ../../source/installation-guide/kontact-windows.rst:106 msgid "" "Virus protection might not recognize the file as legitimate. Reply: \"Run " "the file anyway\"." msgstr "" #: ../../source/installation-guide/kontact-windows.rst:108 msgid "" "Flash screen: \" Welcome to the installation of Kontact E14\". Click \"Next" "\"." msgstr "" #: ../../source/installation-guide/kontact-windows.rst:111 msgid "Language selection dialogue" msgstr "" #: ../../source/installation-guide/kontact-windows.rst:114 msgid "Install location selection dialogue" msgstr "" #: ../../source/installation-guide/kontact-windows.rst:117 msgid "Install options dialogue" msgstr "" #: ../../source/installation-guide/kontact-windows.rst:120 msgid "Let the installer install GPG4WIN." msgstr "" #: ../../source/installation-guide/kontact-windows.rst:123 msgid "Let the installer install Visual Studio Redistributable 2013." msgstr "" #: ../../source/installation-guide/kontact-windows.rst:126 msgid "Installation progress bar" msgstr "" #: ../../source/installation-guide/kontact-windows.rst:129 msgid "" "When the Completion Screen is showing up, the installation is finished. " "Click \"Finish\"." msgstr "" #: ../../source/installation-guide/kontact-windows.rst:132 msgid "" "With the first start of the tool, the account setup wizard is starting to " "guide the user through the setup of the first account." msgstr "" #: ../../source/installation-guide/kontact-windows.rst:135 msgid "Proceed to \"First\"." msgstr "" diff --git a/locale/fr/LC_MESSAGES/installation-guide/rhel-7.po b/locale/fr/LC_MESSAGES/installation-guide/rhel-7.po index 12f8b081..a00db490 100644 --- a/locale/fr/LC_MESSAGES/installation-guide/rhel-7.po +++ b/locale/fr/LC_MESSAGES/installation-guide/rhel-7.po @@ -1,62 +1,61 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/installation-guide/rhel-7.rst:92 msgid "Installation of Kolab 16 on Red Hat Enterprise Linux 7" msgstr "" #: ../../source/installation-guide/rhel-7.rst:94 msgid "" "The installation of Kolab Groupware on Red Hat Enterprise Linux installs a " "number of additional packages, from the :term:`EPEL` software repository." msgstr "" #: ../../source/installation-guide/rhel-7.rst:99 msgid "Installation Procedure" msgstr "" #: ../../source/installation-guide/rhel-7.rst:101 msgid "Install the :term:`EPEL` repository:" msgstr "" #: ../../source/installation-guide/rhel-7.rst:107 msgid "Install the Kolab Groupware repository configuration:" msgstr "" #: ../../source/installation-guide/rhel-7.rst:114 msgid "Import the GPG key used to sign the packages:" msgstr "" #: ../../source/installation-guide/rhel-7.rst:120 msgid "Install the **yum-plugin-priorities** package:" msgstr "" #: ../../source/installation-guide/rhel-7.rst:126 msgid "" "Make sure that the packages from the Kolab repositories have a higher " "priority than eg. the :term:`EPEL` packages:" msgstr "" #: ../../source/installation-guide/rhel-7.rst:132 msgid "Install Kolab Groupware:" msgstr "" #: ../../source/installation-guide/rhel-7.rst:138 msgid "Continue to :ref:`installation-guide-setup-kolab`." msgstr "" diff --git a/locale/fr/LC_MESSAGES/installation-guide/winterfell/centos-7.po b/locale/fr/LC_MESSAGES/installation-guide/winterfell/centos-7.po index 02754fa8..4b08bcf6 100644 --- a/locale/fr/LC_MESSAGES/installation-guide/winterfell/centos-7.po +++ b/locale/fr/LC_MESSAGES/installation-guide/winterfell/centos-7.po @@ -1,58 +1,57 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/installation-guide/winterfell/centos-7.rst:92 msgid "Installation of Kolab Winterfell on CentOS 7" msgstr "" #: ../../source/installation-guide/winterfell/centos-7.rst:96 msgid "" "Kolab Winterfell eats babies, for breakfast. There is potential data-loss " "included." msgstr "" #: ../../source/installation-guide/winterfell/centos-7.rst:98 msgid "Install the :term:`EPEL` repository:" msgstr "" #: ../../source/installation-guide/winterfell/centos-7.rst:104 msgid "Install the Kolab Groupware repository configuration:" msgstr "" #: ../../source/installation-guide/winterfell/centos-7.rst:111 msgid "Import the GPG key used to sign the packages:" msgstr "" #: ../../source/installation-guide/winterfell/centos-7.rst:117 msgid "Install the **yum-plugin-priorities** package:" msgstr "" #: ../../source/installation-guide/winterfell/centos-7.rst:123 msgid "" "Make sure that the packages from the Kolab repositories have a higher " "priority than eg. the Epel packages:" msgstr "" #: ../../source/installation-guide/winterfell/centos-7.rst:129 msgid "Install Kolab Groupware:" msgstr "" #: ../../source/installation-guide/winterfell/centos-7.rst:135 msgid "Continue to :ref:`installation-guide-setup-kolab`." msgstr "" diff --git a/locale/fr/LC_MESSAGES/installation-guide/winterfell/debian-8.po b/locale/fr/LC_MESSAGES/installation-guide/winterfell/debian-8.po index 7d5b3112..528c7164 100644 --- a/locale/fr/LC_MESSAGES/installation-guide/winterfell/debian-8.po +++ b/locale/fr/LC_MESSAGES/installation-guide/winterfell/debian-8.po @@ -1,59 +1,58 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/installation-guide/winterfell/debian-8.rst:92 msgid "Installation of Kolab Winterfell on Debian 8" msgstr "" #: ../../source/installation-guide/winterfell/debian-8.rst:96 msgid "" "Kolab Winterfell eats babies, for breakfast. There is potential data-loss " "included." msgstr "" #: ../../source/installation-guide/winterfell/debian-8.rst:98 msgid "Add the following two lines to ``/etc/apt/sources.list.d/kolab.list``:" msgstr "" #: ../../source/installation-guide/winterfell/debian-8.rst:105 msgid "Import the GPG key used to sign the packages:" msgstr "" #: ../../source/installation-guide/winterfell/debian-8.rst:111 msgid "" "To ensure the Kolab packages have priority over the Debian packages, such as " "must be the case for PHP as well as Cyrus IMAP, please make sure the APT " "preferences pin the obs.kolabsys.com origin as a preferred source." msgstr "" #: ../../source/installation-guide/winterfell/debian-8.rst:115 msgid "Put the following in ``/etc/apt/preferences.d/kolab``:" msgstr "" #: ../../source/installation-guide/winterfell/debian-8.rst:123 msgid "Update the repository metadata:" msgstr "" #: ../../source/installation-guide/winterfell/debian-8.rst:129 msgid "Start the installation of the base package as follows:" msgstr "" #: ../../source/installation-guide/winterfell/debian-8.rst:135 msgid "Continue to :ref:`installation-guide-setup-kolab`." msgstr "" diff --git a/locale/fr/LC_MESSAGES/installation-guide/winterfell/fedora-23.po b/locale/fr/LC_MESSAGES/installation-guide/winterfell/fedora-23.po index 63fd00ad..6700559a 100644 --- a/locale/fr/LC_MESSAGES/installation-guide/winterfell/fedora-23.po +++ b/locale/fr/LC_MESSAGES/installation-guide/winterfell/fedora-23.po @@ -1,50 +1,49 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/installation-guide/winterfell/fedora-23.rst:92 msgid "Installation of Kolab Winterfell on Fedora 23" msgstr "" #: ../../source/installation-guide/winterfell/fedora-23.rst:96 msgid "" "Kolab Winterfell eats babies, for breakfast. There is potential data-loss " "included." msgstr "" #: ../../source/installation-guide/winterfell/fedora-23.rst:98 msgid "Install the Kolab Groupware repository configuration:" msgstr "" #: ../../source/installation-guide/winterfell/fedora-23.rst:105 msgid "Import the GPG key used to sign the packages:" msgstr "" #: ../../source/installation-guide/winterfell/fedora-23.rst:111 msgid "" "Make sure that the packages from the Kolab repositories have a higher " "priority than the stock repositories:" msgstr "" #: ../../source/installation-guide/winterfell/fedora-23.rst:117 msgid "Install Kolab Groupware:" msgstr "" #: ../../source/installation-guide/winterfell/fedora-23.rst:123 msgid "Continue to :ref:`installation-guide-setup-kolab`." msgstr "" diff --git a/locale/fr/LC_MESSAGES/installation-guide/winterfell/index.po b/locale/fr/LC_MESSAGES/installation-guide/winterfell/index.po index 24e0a4ec..23d94c6d 100644 --- a/locale/fr/LC_MESSAGES/installation-guide/winterfell/index.po +++ b/locale/fr/LC_MESSAGES/installation-guide/winterfell/index.po @@ -1,50 +1,49 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/installation-guide/winterfell/index.rst:92 msgid "Installing Kolab Winterfell" msgstr "" #: ../../source/installation-guide/winterfell/index.rst:94 msgid "" "A word of caution is justified. Please, pretty please, puppy-face and all " "that included:" msgstr "" #: ../../source/installation-guide/winterfell/index.rst:97 msgid "**Kolab Winterfell eats babies, for breakfast.**" msgstr "" #: ../../source/installation-guide/winterfell/index.rst:99 msgid "" "We expect consumers of Winterfell to be experienced contributors, or #YOLO " "believers." msgstr "" #: ../../source/installation-guide/winterfell/index.rst:101 msgid "" "To clarify, this means that while Winterfell is tested through continuous " "integration before updates land in the repositories, there is **NO** " "guarantee on current CI dealing with technical debt appropriately, nor a " "functional upgrade path having been provided." msgstr "" #: ../../source/installation-guide/winterfell/index.rst:106 msgid "You've been warned." msgstr "" diff --git a/locale/fr/LC_MESSAGES/installation-guide/winterfell/rhel-7.po b/locale/fr/LC_MESSAGES/installation-guide/winterfell/rhel-7.po index f2a7a74b..e47c2a60 100644 --- a/locale/fr/LC_MESSAGES/installation-guide/winterfell/rhel-7.po +++ b/locale/fr/LC_MESSAGES/installation-guide/winterfell/rhel-7.po @@ -1,58 +1,57 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/installation-guide/winterfell/rhel-7.rst:92 msgid "Installation of Kolab Winterfell on Red Hat Enterprise Linux 7" msgstr "" #: ../../source/installation-guide/winterfell/rhel-7.rst:96 msgid "" "Kolab Winterfell eats babies, for breakfast. There is potential data-loss " "included." msgstr "" #: ../../source/installation-guide/winterfell/rhel-7.rst:98 msgid "Install the :term:`EPEL` repository:" msgstr "" #: ../../source/installation-guide/winterfell/rhel-7.rst:104 msgid "Install the Kolab Groupware repository configuration:" msgstr "" #: ../../source/installation-guide/winterfell/rhel-7.rst:111 msgid "Import the GPG key used to sign the packages:" msgstr "" #: ../../source/installation-guide/winterfell/rhel-7.rst:117 msgid "Install the **yum-plugin-priorities** package:" msgstr "" #: ../../source/installation-guide/winterfell/rhel-7.rst:123 msgid "" "Make sure that the packages from the Kolab repositories have a higher " "priority than eg. the :term:`EPEL` packages:" msgstr "" #: ../../source/installation-guide/winterfell/rhel-7.rst:129 msgid "Install Kolab Groupware:" msgstr "" #: ../../source/installation-guide/winterfell/rhel-7.rst:135 msgid "Continue to :ref:`installation-guide-setup-kolab`." msgstr "" diff --git a/locale/fr/LC_MESSAGES/installation-guide/winterfell/ubuntu-14.04.po b/locale/fr/LC_MESSAGES/installation-guide/winterfell/ubuntu-14.04.po index c726b779..4e24f9bc 100644 --- a/locale/fr/LC_MESSAGES/installation-guide/winterfell/ubuntu-14.04.po +++ b/locale/fr/LC_MESSAGES/installation-guide/winterfell/ubuntu-14.04.po @@ -1,59 +1,58 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/installation-guide/winterfell/ubuntu-14.04.rst:92 msgid "Installation of Kolab Winterfell on Ubuntu 14.04" msgstr "" #: ../../source/installation-guide/winterfell/ubuntu-14.04.rst:96 msgid "" "Kolab Winterfell eats babies, for breakfast. There is potential data-loss " "included." msgstr "" #: ../../source/installation-guide/winterfell/ubuntu-14.04.rst:98 msgid "Add the following two lines to ``/etc/apt/sources.list.d/kolab.list``:" msgstr "" #: ../../source/installation-guide/winterfell/ubuntu-14.04.rst:105 msgid "Import the GPG key used to sign the packages:" msgstr "" #: ../../source/installation-guide/winterfell/ubuntu-14.04.rst:111 msgid "" "To ensure the Kolab packages have priority over the Ubuntu packages, such as " "must be the case for PHP as well as Cyrus IMAP, please make sure the APT " "preferences pin the obs.kolabsys.com origin as a preferred source." msgstr "" #: ../../source/installation-guide/winterfell/ubuntu-14.04.rst:115 msgid "Put the following in ``/etc/apt/preferences.d/kolab``:" msgstr "" #: ../../source/installation-guide/winterfell/ubuntu-14.04.rst:123 msgid "Update the repository metadata:" msgstr "" #: ../../source/installation-guide/winterfell/ubuntu-14.04.rst:129 msgid "Start the installation of the base package as follows:" msgstr "" #: ../../source/installation-guide/winterfell/ubuntu-14.04.rst:135 msgid "Continue to :ref:`installation-guide-setup-kolab`." msgstr "" diff --git a/locale/fr/LC_MESSAGES/installation-guide/winterfell/ubuntu-16.04.po b/locale/fr/LC_MESSAGES/installation-guide/winterfell/ubuntu-16.04.po index 91273d51..24521bf3 100644 --- a/locale/fr/LC_MESSAGES/installation-guide/winterfell/ubuntu-16.04.po +++ b/locale/fr/LC_MESSAGES/installation-guide/winterfell/ubuntu-16.04.po @@ -1,59 +1,58 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/installation-guide/winterfell/ubuntu-16.04.rst:92 msgid "Installation of Kolab Winterfell on Ubuntu 16.04" msgstr "" #: ../../source/installation-guide/winterfell/ubuntu-16.04.rst:96 msgid "" "Kolab Winterfell eats babies, for breakfast. There is potential data-loss " "included." msgstr "" #: ../../source/installation-guide/winterfell/ubuntu-16.04.rst:98 msgid "Add the following two lines to ``/etc/apt/sources.list.d/kolab.list``:" msgstr "" #: ../../source/installation-guide/winterfell/ubuntu-16.04.rst:105 msgid "Import the GPG key used to sign the packages:" msgstr "" #: ../../source/installation-guide/winterfell/ubuntu-16.04.rst:111 msgid "" "To ensure the Kolab packages have priority over the Ubuntu packages, such as " "must be the case for PHP as well as Cyrus IMAP, please make sure the APT " "preferences pin the obs.kolabsys.com origin as a preferred source." msgstr "" #: ../../source/installation-guide/winterfell/ubuntu-16.04.rst:115 msgid "Put the following in ``/etc/apt/preferences.d/kolab``:" msgstr "" #: ../../source/installation-guide/winterfell/ubuntu-16.04.rst:123 msgid "Update the repository metadata:" msgstr "" #: ../../source/installation-guide/winterfell/ubuntu-16.04.rst:129 msgid "Start the installation of the base package as follows:" msgstr "" #: ../../source/installation-guide/winterfell/ubuntu-16.04.rst:135 msgid "Continue to :ref:`installation-guide-setup-kolab`." msgstr "" diff --git a/locale/fr/LC_MESSAGES/introduction/advantages-of-subscription.po b/locale/fr/LC_MESSAGES/introduction/advantages-of-subscription.po index b32b2f00..e882f264 100644 --- a/locale/fr/LC_MESSAGES/introduction/advantages-of-subscription.po +++ b/locale/fr/LC_MESSAGES/introduction/advantages-of-subscription.po @@ -1,151 +1,150 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/introduction/advantages-of-subscription.rst:92 msgid "The Advantages of Having A Kolab Subscription" msgstr "" #: ../../source/introduction/advantages-of-subscription.rst:94 msgid "" "Subscription-based support is available for Kolab from `Kolab Systems AG`_. " "Kolab Systems is the primary developer and maintainer of Kolab, and provides " "enterprise-level design, deployment, development, and support for Kolab " "installations to public and private organizations of all sizes. " "Subscriptions are offered on a per-seat basis, and provide subscribers with " "distinct advantages." msgstr "" #: ../../source/introduction/advantages-of-subscription.rst:100 msgid "The Benefits of Having a Kolab Subscription" msgstr "" #: ../../source/introduction/advantages-of-subscription.rst:102 msgid "" "Subscriptions are an excellent way to support the ongoing development of " "Kolab, as proceeds go directly into infrastructure Kolab development relies " "on as well as the employment of the core Kolab technical team." msgstr "" #: ../../source/introduction/advantages-of-subscription.rst:106 msgid "" "But the most compelling aspect of subscriptions are the exclusive benefits " "that come with them. These advantages reliably lower the cost of ownership " "and increase overall reliability for the customer, including:" msgstr "" #: ../../source/introduction/advantages-of-subscription.rst:109 msgid "Access to rolling security and bugfix updates" msgstr "" #: ../../source/introduction/advantages-of-subscription.rst:111 msgid "" "Non-subscribers will need to update their Kolab installations annually to " "get the last year's worth of fixes and improvements. Subscribers, on the " "other hand, benefit immediately from fixes as they become available between " "releases. Along with releases, all updates are cryptographically signed with " "Kolab System's private GPG key allowing verification of the binaries." msgstr "" #: ../../source/introduction/advantages-of-subscription.rst:116 msgid "Five years of extended support for each release" msgstr "" #: ../../source/introduction/advantages-of-subscription.rst:118 msgid "" "This is vitally important for production deployments, as significant changes " "may occur from one annual release to the next. Performing “update the world” " "upgrades to production systems every year can be a significant task and " "induce risk, both of which incur costs. Subscribers, on the other hand, can " "upgrade when it fits their interests best, secure in the knowledge that the " "version of Kolab they are currently running will be supported for years to " "come in that configuration." msgstr "" #: ../../source/introduction/advantages-of-subscription.rst:124 msgid "" "And of course, all released packages are kept in perpetuity, which grants " "additional management flexibility, such as being able to downgrade specific " "components via the package manager if needed." msgstr "" #: ../../source/introduction/advantages-of-subscription.rst:127 msgid "Professional support from Kolab Systems" msgstr "" #: ../../source/introduction/advantages-of-subscription.rst:129 msgid "" "If problems are encountered during setup, deployment, migration or " "production usage, you can access the expertise of Kolab Systems' technical " "support team through your subscription privileges, such as access to our " "internal ticketing system. Subscribers also receive greater priority in the " "community support forums and other communication channels Kolab Systems " "maintains." msgstr "" #: ../../source/introduction/advantages-of-subscription.rst:135 msgid "Professional services" msgstr "" #: ../../source/introduction/advantages-of-subscription.rst:137 msgid "" "Kolab Systems' “Tiger Team” of specialists may be retained by those with " "active Kolab subscriptions. Services which are available on a per-project " "basis include deployment planning and management, infrastructure integration " "(e.g. with existing directory services, including Active Directory), custom " "development, and white-labeling. For deployments with special requirements " "or that need to scale reliably, this expertise in high-availability, load-" "balancing, cluster/cloud deployment, and integration is invaluable." msgstr "" #: ../../source/introduction/advantages-of-subscription.rst:143 msgid "" "Subscribers also have greater influence over where Kolab Systems focuses " "development resources for upcoming releases in general." msgstr "" #: ../../source/introduction/advantages-of-subscription.rst:146 msgid "Access to optimized system packages" msgstr "" #: ../../source/introduction/advantages-of-subscription.rst:148 msgid "" "By default, Kolab uses the stock packages for PHP, Apache HTTPD, MariaDB, " "openSSL and others that come with the base operating system. Kolab Systems " "engineers have made many improvements to the configuration and builds of " "these packages that are available exclusively to subscribers." msgstr "" #: ../../source/introduction/advantages-of-subscription.rst:152 msgid "" "These optimizations ensure, for instance, that Roundcube scales well and " "that encryption is set up in the most secure way possible for Kolab's needs. " "Every production environment benefits from this tuning and fitness work, and " "is only available to Kolab subscribers." msgstr "" #: ../../source/introduction/advantages-of-subscription.rst:157 msgid "Have Questions or Comments?" msgstr "" #: ../../source/introduction/advantages-of-subscription.rst:159 msgid "" "We welcome feedback from our users, customers and partners. If you have any " "questions, concerns or comments about the information in this briefing, " "please do not hesitate to contact us by email at info@kolabsystems.com." msgstr "" diff --git a/locale/fr/LC_MESSAGES/introduction/do-it-yourself-or-kolab.po b/locale/fr/LC_MESSAGES/introduction/do-it-yourself-or-kolab.po index cff10cde..1b8a3f85 100644 --- a/locale/fr/LC_MESSAGES/introduction/do-it-yourself-or-kolab.po +++ b/locale/fr/LC_MESSAGES/introduction/do-it-yourself-or-kolab.po @@ -1,158 +1,157 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/introduction/do-it-yourself-or-kolab.rst:92 msgid "Do It Yourself, or Kolab?" msgstr "" #: ../../source/introduction/do-it-yourself-or-kolab.rst:96 msgid "" "While we put an emphasis on the benefits of using Kolab Groupware rather " "than you DIY groupware server, please do not feel discouraged to pursue a " "DIY groupware server on your own -- we believe that once you have, you may " "appreciate Kolab Groupware more, rather than less." msgstr "" #: ../../source/introduction/do-it-yourself-or-kolab.rst:102 msgid "" "Should you choose to DIY a groupware server, you would typically start with " "choosing a series of components that are available to you that could be made " "to provide you with the set of features you desire. A suggested set of such " "components might include:" msgstr "" #: ../../source/introduction/do-it-yourself-or-kolab.rst:107 msgid "A Mail Transfer Agent (MTA) such as **Postfix**," msgstr "" #: ../../source/introduction/do-it-yourself-or-kolab.rst:109 msgid "An IMAP server such as **Cyrus IMAP**," msgstr "" #: ../../source/introduction/do-it-yourself-or-kolab.rst:111 msgid "A web client such as **Roundcube**," msgstr "" #: ../../source/introduction/do-it-yourself-or-kolab.rst:113 msgid "An LDAP server such as **389 Directory Server**." msgstr "" #: ../../source/introduction/do-it-yourself-or-kolab.rst:115 msgid "" "You would be able to hook up Postfix to Cyrus IMAP, hook up Postfix to LDAP " "for recipient email address verification and authentication, hook up Cyrus " "IMAP to LDAP for authentication and authorization, and hook up the web " "client to Postfix, Cyrus IMAP and LDAP, providing you with a basic " "infrastructure to exchange emails." msgstr "" #: ../../source/introduction/do-it-yourself-or-kolab.rst:121 msgid "" "Even just the initial setup can appear quite daunting -- something as " "seemingly straight-forward as SMTP turns out to become quite complex when " "you keep security and integrity in mind, but you want to enable your users " "to send using an envelope sender address that is not their authorization ID " "(i.e. their login username)." msgstr "" #: ../../source/introduction/do-it-yourself-or-kolab.rst:127 msgid "" "Additional configuration could be applied to provide the web client with a " "Global Address Book for auto-completion and distribution groups, and " "probably also a few other features of the software. However it could not be " "set up to include additional user identities, alias sender email addresses, " "delegation nor managed shared folders." msgstr "" #: ../../source/introduction/do-it-yourself-or-kolab.rst:133 msgid "" "This may leave some items to be desired, but perhaps not all of them are " "equally important to you personally;" msgstr "" #: ../../source/introduction/do-it-yourself-or-kolab.rst:136 msgid "In the category of **automation**:" msgstr "" #: ../../source/introduction/do-it-yourself-or-kolab.rst:138 msgid "" "The initial setup may lead you to read many, very many HOWTOs and more (or " "less) detailed documentation spread across the web, to see what components " "to use/prefer/choose for the set of functionality you desire, and how to " "configure the individual components in such a way they function together." msgstr "" #: ../../source/introduction/do-it-yourself-or-kolab.rst:144 msgid "" "After you create a user in LDAP, you may still need to create a mailbox." msgstr "" #: ../../source/introduction/do-it-yourself-or-kolab.rst:147 msgid "" "When you change a user's name or email address, those changes may still need " "to be reflected elsewhere, such as access control lists on IMAP folders, the " "user's INBOX path, the user's web client profile name, etc." msgstr "" #: ../../source/introduction/do-it-yourself-or-kolab.rst:152 msgid "" "You may have to update your configuration each time you add a new domain." msgstr "" #: ../../source/introduction/do-it-yourself-or-kolab.rst:155 msgid "" "When you're done, you may still only have a mail server and not a groupware " "server." msgstr "" #: ../../source/introduction/do-it-yourself-or-kolab.rst:158 msgid "" "As such, a DIY groupware server might benefit from a little **glue** to tie " "together the various components -- Kolab Groupware is that glue." msgstr "" #: ../../source/introduction/do-it-yourself-or-kolab.rst:161 msgid "In the category of **features**:" msgstr "" #: ../../source/introduction/do-it-yourself-or-kolab.rst:163 msgid "" "You may wish to be able to provide calendaring, address books, task lists, " "and other such nifty groupware features to your users," msgstr "" #: ../../source/introduction/do-it-yourself-or-kolab.rst:166 msgid "" "You may then also wish to be able to provide this content to various desktop " "clients, that may speak IMAP, CardDAV and/or CalDAV," msgstr "" #: ../../source/introduction/do-it-yourself-or-kolab.rst:170 msgid "" "You may desire mobile device synchronization, such as your phone, phablet or " "tablet." msgstr "" #: ../../source/introduction/do-it-yourself-or-kolab.rst:173 msgid "" "As such, to wrangle a full-featured groupware server yourself could become " "cumbersome. An enjoyable learning experience perhaps, but cumbersome " "nonetheless. Kolab Groupware provides these features, among many others, out " "of the box." msgstr "" diff --git a/locale/fr/LC_MESSAGES/introduction/index.po b/locale/fr/LC_MESSAGES/introduction/index.po index 4391cbdd..07b6a621 100644 --- a/locale/fr/LC_MESSAGES/introduction/index.po +++ b/locale/fr/LC_MESSAGES/introduction/index.po @@ -1,38 +1,37 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/introduction/index.rst:92 msgid "Introduction to Kolab Groupware" msgstr "" #: ../../source/introduction/index.rst:94 msgid "Welcome to Kolab Groupware!" msgstr "" #: ../../source/introduction/index.rst:96 msgid "" "The community appreciates your interest in Kolab, since the Kolab community " "in turn has an interest in you -- but not in a stalker-like way of course." msgstr "" #: ../../source/introduction/index.rst:100 msgid "" "I expect you are reading this article to learn about Kolab Groupware, so " "please dive right in." msgstr "" diff --git a/locale/fr/LC_MESSAGES/introduction/what-is-kolab-groupware.po b/locale/fr/LC_MESSAGES/introduction/what-is-kolab-groupware.po index 8402be8c..a459dfb2 100644 --- a/locale/fr/LC_MESSAGES/introduction/what-is-kolab-groupware.po +++ b/locale/fr/LC_MESSAGES/introduction/what-is-kolab-groupware.po @@ -1,68 +1,67 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/introduction/what-is-kolab-groupware.rst:90 msgid "What is Kolab Groupware?" msgstr "" #: ../../source/introduction/what-is-kolab-groupware.rst:92 msgid "" "Kolab Groupware is a secure, scalable, reliable, flexible, full-featured " "collaboration suite." msgstr "" #: ../../source/introduction/what-is-kolab-groupware.rst:95 msgid "" "Kolab is entirely **Free and Open Source Software** (a.k.a. FOSS), and uses " "**Open Standards**. We'll get to why this is important to us, and hope that " "it is important to you thereafter." msgstr "" #: ../../source/introduction/what-is-kolab-groupware.rst:99 msgid "" "The Kolab Groupware community has been around for well over a decade, and is " "a vibrant mixture of people from all breeds of life -- including technical, " "artistic, political, medical, legal, logistical, military and what-have-you." msgstr "" #: ../../source/introduction/what-is-kolab-groupware.rst:104 msgid "" "Kolab Groupware is the glue between the various pieces of software you would " "choose to Do-It-Yourself (*DIY*) your own mail server, and adds to that " "collaboration capabilities, mobile phone synchronization, native integration " "in to desktop operating system platforms such as Mac OS X, Linux and Windows " "-- in a ready-to-go, integrated offering with a uniquely uniform look and " "feel." msgstr "" #: ../../source/introduction/what-is-kolab-groupware.rst:111 msgid "" "This is built from the ground up with **security**, **privacy** and **user " "control** in mind, reusing the best of Free Software where already " "available. As such, Kolab Groupware is unique in that it is both secure and " "completely Free Software. Our community motto is therefore to *\"Do it right " "or not at all\"*." msgstr "" #: ../../source/introduction/what-is-kolab-groupware.rst:117 msgid "" "Please feel free to continue with :ref:`introduction-do-it-yourself-or-" "kolab`, dive right in to it with the :ref:`installation-guide`, or go back " "to the :ref:`introduction`." msgstr "" diff --git a/locale/fr/LC_MESSAGES/introduction/what-is-the-recommended-distribution.po b/locale/fr/LC_MESSAGES/introduction/what-is-the-recommended-distribution.po index 0f1d48dd..7709e88c 100644 --- a/locale/fr/LC_MESSAGES/introduction/what-is-the-recommended-distribution.po +++ b/locale/fr/LC_MESSAGES/introduction/what-is-the-recommended-distribution.po @@ -1,184 +1,183 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/introduction/what-is-the-recommended-distribution.rst:90 msgid "What is the Recommended Distribution?" msgstr "" #: ../../source/introduction/what-is-the-recommended-distribution.rst:92 msgid "" "When people first come around looking for Kolab, and they get in touch, we " "often receive questions along the lines of;" msgstr "" #: ../../source/introduction/what-is-the-recommended-distribution.rst:95 msgid "*What distribution can you recommend for Kolab?*" msgstr "" #: ../../source/introduction/what-is-the-recommended-distribution.rst:97 msgid "Our answer is always a sound;" msgstr "" #: ../../source/introduction/what-is-the-recommended-distribution.rst:99 msgid "*Enterprise Linux 7.*" msgstr "" #: ../../source/introduction/what-is-the-recommended-distribution.rst:101 msgid "In our book, this means CentOS or Red Hat Enterprise Linux." msgstr "" #: ../../source/introduction/what-is-the-recommended-distribution.rst:103 msgid "" "This may sound like a very narrow recommendation, and Kolab has been, " "currently is, will soon, and will continue to be available to wide variety " "of future versions of many more (GNU/)Linux distributions." msgstr "" #: ../../source/introduction/what-is-the-recommended-distribution.rst:108 msgid "Why it is the Recommended Distribution" msgstr "" #: ../../source/introduction/what-is-the-recommended-distribution.rst:110 msgid "" "There are several reasons for an upstream project like Kolab to choose a " "reference implementation -- these are, to a larger or a lesser extent;" msgstr "" #: ../../source/introduction/what-is-the-recommended-distribution.rst:113 msgid "" "It functions as the minimum bar for the product to work on, before " "development is considered principally feature-complete [#]_," msgstr "" #: ../../source/introduction/what-is-the-recommended-distribution.rst:116 msgid "" "It allows continued focus on the existing facilities of the chosen reference " "implementation, allowing for quick repetition of tasks such as deployment " "(for development, quality assurance, etc.)," msgstr "" #: ../../source/introduction/what-is-the-recommended-distribution.rst:120 msgid "" "A reference implementation increases contributors' familiarity with the " "platform, which includes the versions of Python, PHP, MySQL, GCC, cmake, Qt, " "Postfix, Cyrus IMAP, OpenSSL, 389 Directory Server, httpd, and the many " "other languages, build requirements and components included with a Kolab " "Groupware deployment and its development," msgstr "" #: ../../source/introduction/what-is-the-recommended-distribution.rst:127 msgid "" "A common default implementation allows contributors to ultimately work " "(together) yet a little quicker, since all of them are looking at very much " "the same thing, at the same file paths, with the same default configuration, " "and all of them have gathered experience over time, and all of them can help " "one another," msgstr "" #: ../../source/introduction/what-is-the-recommended-distribution.rst:133 msgid "" "Packaging and release management can focus on achieving one thing first, " "before scarse time is spent on all things at the same time," msgstr "" #: ../../source/introduction/what-is-the-recommended-distribution.rst:136 msgid "" "Documentation can be unified around a single primary platform, with all " "others becoming exceptions to the rule. This includes but is not limited to;" msgstr "" #: ../../source/introduction/what-is-the-recommended-distribution.rst:140 msgid "names of software packages," msgstr "" #: ../../source/introduction/what-is-the-recommended-distribution.rst:141 msgid "paths to configuration files," msgstr "" #: ../../source/introduction/what-is-the-recommended-distribution.rst:142 msgid "payload locations such as an IMAP spool or MariaDB database." msgstr "" #: ../../source/introduction/what-is-the-recommended-distribution.rst:144 msgid "" "That said, this is naturally subject to lacking automated deployment and " "quality assurance -- which could then be extended and repeated on other " "platforms, or continuous integration with functional testing, but still a " "build error on a platform that is not the reference implementation could be " "considered a *bug* rather than a *release blocker*." msgstr "" #: ../../source/introduction/what-is-the-recommended-distribution.rst:150 msgid "As to why Enterprise Linux specifically is the distribution of choice;" msgstr "" #: ../../source/introduction/what-is-the-recommended-distribution.rst:152 msgid "" "The majority of Kolab Systems employees is, and has been for a long time, " "intimately familiar with the Fedora Project in participatory fashion, and at " "leadership levels." msgstr "" #: ../../source/introduction/what-is-the-recommended-distribution.rst:156 msgid "" "The majority of system engineers employed by Kolab Systems is RHCE certified." msgstr "" #: ../../source/introduction/what-is-the-recommended-distribution.rst:159 msgid "The support cycle for the distribution is a predictable decade." msgstr "" #: ../../source/introduction/what-is-the-recommended-distribution.rst:161 msgid "" "With running Fedora on our workstations, we become intimately familiar with " "the next generation of Enterprise Linux even before its vendor, Red Hat, " "Inc., is aware of the scope of delivery of their next generation of " "Enterprise Linux." msgstr "" #: ../../source/introduction/what-is-the-recommended-distribution.rst:166 msgid "" "There's both a freely accessible version of it (CentOS), and a proper " "version under support (Red Hat Enterprise Linux). Both the community at " "large, businesses and individuals included, as well as organizations meaning " "serious business have a choice without the two distributions causing head-" "ache." msgstr "" #: ../../source/introduction/what-is-the-recommended-distribution.rst:172 msgid "The platform has a very predictable life-cycle." msgstr "" #: ../../source/introduction/what-is-the-recommended-distribution.rst:174 msgid "The subscription model does not lock you in with a particular version." msgstr "" #: ../../source/introduction/what-is-the-recommended-distribution.rst:177 msgid "The platform has a very predictable release cycle." msgstr "" #: ../../source/introduction/what-is-the-recommended-distribution.rst:180 msgid "Footnotes" msgstr "" #: ../../source/introduction/what-is-the-recommended-distribution.rst:183 msgid "" "For a development cycle to be *feature-complete* is not to say the product " "is *bug-free* or *portable*." msgstr "" diff --git a/locale/fr/LC_MESSAGES/kolab-enterprise-13.po b/locale/fr/LC_MESSAGES/kolab-enterprise-13.po index dd5c7096..9405065f 100644 --- a/locale/fr/LC_MESSAGES/kolab-enterprise-13.po +++ b/locale/fr/LC_MESSAGES/kolab-enterprise-13.po @@ -1,191 +1,190 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/kolab-enterprise-13.rst:90 msgid "Kolab Enterprise 13" msgstr "" #: ../../source/kolab-enterprise-13.rst:92 msgid "Kolab Groupware core features:" msgstr "" #: ../../source/kolab-enterprise-13.rst:94 msgid "**Open Standards**" msgstr "" #: ../../source/kolab-enterprise-13.rst:96 msgid "" "Standards documented in open Requests For Comments (RFCs) are used to store " "your data, allowing you to easily update, upgrade or walk away with your " "personal data intact." msgstr "" #: ../../source/kolab-enterprise-13.rst:100 msgid "**Kolab SMTP Access Policy**" msgstr "" #: ../../source/kolab-enterprise-13.rst:102 msgid "" "Protecting the integrity of your communications, providing delegation " "features (\"send on behalf of\") and optionally apply sender/recipient " "policies." msgstr "" #: ../../source/kolab-enterprise-13.rst:106 msgid "**Recipient Policy**" msgstr "" #: ../../source/kolab-enterprise-13.rst:108 msgid "" "For the effortless, consistent application of naming conventions, including " "seemless transliteration of locale-specific characters to representative " "ASCII equivalents (*Möller* in German becomes *Moeller* in ASCII)." msgstr "" #: ../../source/kolab-enterprise-13.rst:112 msgid "**Web Administration Panel** (WAP)" msgstr "" #: ../../source/kolab-enterprise-13.rst:114 msgid "**Administration Panel API**" msgstr "" #: ../../source/kolab-enterprise-13.rst:116 msgid "**Free/Busy**" msgstr "" #: ../../source/kolab-enterprise-13.rst:118 msgid "Calendar" msgstr "" #: ../../source/kolab-enterprise-13.rst:119 msgid "Task List" msgstr "" #: ../../source/kolab-enterprise-13.rst:120 msgid "Address Book" msgstr "" #: ../../source/kolab-enterprise-13.rst:122 msgid "**Global Address Book**" msgstr "" #: ../../source/kolab-enterprise-13.rst:124 msgid "" "Enhanced LDAP interfaces and Kolab Systems expertise allow Global Address " "Books from LDAP to scale up to millions of entries without loss of " "performance in browsing, navigating and searching entries, and auto-" "completion of addresses continues to perform well (< 2ms response times for " "fuzzy 3-character searches over 4 attributes for 1 million entries)." msgstr "" #: ../../source/kolab-enterprise-13.rst:130 msgid "Folding groups / nested groups / advanced group navigation" msgstr "" #: ../../source/kolab-enterprise-13.rst:132 msgid "**The World's Most Popular Webmail Client**" msgstr "" #: ../../source/kolab-enterprise-13.rst:134 msgid "" "The world's most popular webmail client, Roundcube, has hundreds of " "thousands installations around the globe, serving millions of users." msgstr "" #: ../../source/kolab-enterprise-13.rst:137 msgid "**CalDAV and CardDAV**" msgstr "" #: ../../source/kolab-enterprise-13.rst:139 msgid "" "Access your personal data via CalDAV and CardDAV, for integration with " "native Mac OS X and iOS applications, client applications including GNOME " "Evolution and Thunderbird (with the Lightning extension), and Microsoft " "Outlook." msgstr "" #: ../../source/kolab-enterprise-13.rst:144 msgid "**File Cloud**" msgstr "" #: ../../source/kolab-enterprise-13.rst:146 msgid "" "Glorified WebDAV done right, with modular application Chwala seemlessly " "integrating Kolab Groupware security and scalability in to the web client" msgstr "" #: ../../source/kolab-enterprise-13.rst:149 msgid "**Multi-domain Support**" msgstr "" #: ../../source/kolab-enterprise-13.rst:151 msgid "Without manual intervention." msgstr "" #: ../../source/kolab-enterprise-13.rst:155 msgid "Features exclusive to the Enterprise Edition:" msgstr "" #: ../../source/kolab-enterprise-13.rst:157 msgid "" "Perfect Forward Secrecy (PFS), through httpd 2.4+ and openssl 1.0.1e " "(rebuilt with Elliptic Curve encryption enabled, which may otherwise not be " "exported from the U.S.)." msgstr "" #: ../../source/kolab-enterprise-13.rst:160 msgid "Hosted Kolab Customer Control Panel (HKCCP)" msgstr "" #: ../../source/kolab-enterprise-13.rst:161 msgid "DRBD" msgstr "" #: ../../source/kolab-enterprise-13.rst:162 msgid "GlusterFS" msgstr "" #: ../../source/kolab-enterprise-13.rst:163 msgid "NGINX" msgstr "" #: ../../source/kolab-enterprise-13.rst:165 msgid "Additional Optional Features:" msgstr "" #: ../../source/kolab-enterprise-13.rst:167 msgid "MySQL 5.5 (for improved InnoDB performance) (?)" msgstr "" #: ../../source/kolab-enterprise-13.rst:168 msgid "Postgres (?)" msgstr "" #: ../../source/kolab-enterprise-13.rst:170 msgid "debuginfo packages for development" msgstr "" #: ../../source/kolab-enterprise-13.rst:171 msgid "multilib package repositories" msgstr "" #: ../../source/kolab-enterprise-13.rst:172 msgid "every package released remains available (rollback)" msgstr "" diff --git a/locale/fr/LC_MESSAGES/kolab-enterprise-14.po b/locale/fr/LC_MESSAGES/kolab-enterprise-14.po index de6eb5e0..c0db21ee 100644 --- a/locale/fr/LC_MESSAGES/kolab-enterprise-14.po +++ b/locale/fr/LC_MESSAGES/kolab-enterprise-14.po @@ -1,191 +1,190 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/kolab-enterprise-14.rst:90 msgid "Kolab Enterprise 14" msgstr "" #: ../../source/kolab-enterprise-14.rst:92 msgid "Kolab Groupware core features:" msgstr "" #: ../../source/kolab-enterprise-14.rst:94 msgid "**Open Standards**" msgstr "" #: ../../source/kolab-enterprise-14.rst:96 msgid "" "Standards documented in open Requests For Comments (RFCs) are used to store " "your data, allowing you to easily update, upgrade or walk away with your " "personal data intact." msgstr "" #: ../../source/kolab-enterprise-14.rst:100 msgid "**Kolab SMTP Access Policy**" msgstr "" #: ../../source/kolab-enterprise-14.rst:102 msgid "" "Protecting the integrity of your communications, providing delegation " "features (\"send on behalf of\") and optionally apply sender/recipient " "policies." msgstr "" #: ../../source/kolab-enterprise-14.rst:106 msgid "**Recipient Policy**" msgstr "" #: ../../source/kolab-enterprise-14.rst:108 msgid "" "For the effortless, consistent application of naming conventions, including " "seemless transliteration of locale-specific characters to representative " "ASCII equivalents (*Möller* in German becomes *Moeller* in ASCII)." msgstr "" #: ../../source/kolab-enterprise-14.rst:112 msgid "**Web Administration Panel** (WAP)" msgstr "" #: ../../source/kolab-enterprise-14.rst:114 msgid "**Administration Panel API**" msgstr "" #: ../../source/kolab-enterprise-14.rst:116 msgid "**Free/Busy**" msgstr "" #: ../../source/kolab-enterprise-14.rst:118 msgid "Calendar" msgstr "" #: ../../source/kolab-enterprise-14.rst:119 msgid "Task List" msgstr "" #: ../../source/kolab-enterprise-14.rst:120 msgid "Address Book" msgstr "" #: ../../source/kolab-enterprise-14.rst:122 msgid "**Global Address Book**" msgstr "" #: ../../source/kolab-enterprise-14.rst:124 msgid "" "Enhanced LDAP interfaces and Kolab Systems expertise allow Global Address " "Books from LDAP to scale up to millions of entries without loss of " "performance in browsing, navigating and searching entries, and auto-" "completion of addresses continues to perform well (< 2ms response times for " "fuzzy 3-character searches over 4 attributes for 1 million entries)." msgstr "" #: ../../source/kolab-enterprise-14.rst:130 msgid "Folding groups / nested groups / advanced group navigation" msgstr "" #: ../../source/kolab-enterprise-14.rst:132 msgid "**The World's Most Popular Webmail Client**" msgstr "" #: ../../source/kolab-enterprise-14.rst:134 msgid "" "The world's most popular webmail client, Roundcube, has hundreds of " "thousands installations around the globe, serving millions of users." msgstr "" #: ../../source/kolab-enterprise-14.rst:137 msgid "**CalDAV and CardDAV**" msgstr "" #: ../../source/kolab-enterprise-14.rst:139 msgid "" "Access your personal data via CalDAV and CardDAV, for integration with " "native Mac OS X and iOS applications, client applications including GNOME " "Evolution and Thunderbird (with the Lightning extension), and Microsoft " "Outlook." msgstr "" #: ../../source/kolab-enterprise-14.rst:144 msgid "**File Cloud**" msgstr "" #: ../../source/kolab-enterprise-14.rst:146 msgid "" "Glorified WebDAV done right, with modular application Chwala seemlessly " "integrating Kolab Groupware security and scalability in to the web client" msgstr "" #: ../../source/kolab-enterprise-14.rst:149 msgid "**Multi-domain Support**" msgstr "" #: ../../source/kolab-enterprise-14.rst:151 msgid "Without manual intervention." msgstr "" #: ../../source/kolab-enterprise-14.rst:155 msgid "Features exclusive to the Enterprise Edition:" msgstr "" #: ../../source/kolab-enterprise-14.rst:157 msgid "" "Perfect Forward Secrecy (PFS), through httpd 2.4+ and openssl 1.0.1e " "(rebuilt with Elliptic Curve encryption enabled, which may otherwise not be " "exported from the U.S.)." msgstr "" #: ../../source/kolab-enterprise-14.rst:160 msgid "Hosted Kolab Customer Control Panel (HKCCP)" msgstr "" #: ../../source/kolab-enterprise-14.rst:161 msgid "DRBD" msgstr "" #: ../../source/kolab-enterprise-14.rst:162 msgid "GlusterFS" msgstr "" #: ../../source/kolab-enterprise-14.rst:163 msgid "NGINX" msgstr "" #: ../../source/kolab-enterprise-14.rst:165 msgid "Additional Optional Features:" msgstr "" #: ../../source/kolab-enterprise-14.rst:167 msgid "MySQL 5.5 (for improved InnoDB performance) (?)" msgstr "" #: ../../source/kolab-enterprise-14.rst:168 msgid "Postgres (?)" msgstr "" #: ../../source/kolab-enterprise-14.rst:170 msgid "debuginfo packages for development" msgstr "" #: ../../source/kolab-enterprise-14.rst:171 msgid "multilib package repositories" msgstr "" #: ../../source/kolab-enterprise-14.rst:172 msgid "every package released remains available (rollback)" msgstr "" diff --git a/locale/fr/LC_MESSAGES/puppet/howto/scale-puppet-environments.po b/locale/fr/LC_MESSAGES/puppet/howto/scale-puppet-environments.po index 3a833592..1dcaa05d 100644 --- a/locale/fr/LC_MESSAGES/puppet/howto/scale-puppet-environments.po +++ b/locale/fr/LC_MESSAGES/puppet/howto/scale-puppet-environments.po @@ -1,174 +1,173 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/puppet/howto/scale-puppet-environments.rst:90 msgid "Scale Puppet Environments" msgstr "" #: ../../source/puppet/howto/scale-puppet-environments.rst:92 msgid "In this HOWTO:" msgstr "" #: ../../source/puppet/howto/scale-puppet-environments.rst:94 msgid "Using Puppet with Git and GlusterFS" msgstr "" #: ../../source/puppet/howto/scale-puppet-environments.rst:95 #: ../../source/puppet/howto/scale-puppet-environments.rst:101 msgid "Load-balancing Puppet Masters" msgstr "" #: ../../source/puppet/howto/scale-puppet-environments.rst:96 msgid "Cascading Puppet Masters" msgstr "" #: ../../source/puppet/howto/scale-puppet-environments.rst:97 msgid "Separating the Dashboard UI interface" msgstr "" #: ../../source/puppet/howto/scale-puppet-environments.rst:98 msgid "Separating the Reporting" msgstr "" #: ../../source/puppet/howto/scale-puppet-environments.rst:103 msgid "" "Initially, one Puppet master may suffice for environment, though the Puppet " "master may become very busy serving:" msgstr "" #: ../../source/puppet/howto/scale-puppet-environments.rst:106 msgid "The Puppet master catalog server," msgstr "" #: ../../source/puppet/howto/scale-puppet-environments.rst:107 msgid "The Puppet certificate authority," msgstr "" #: ../../source/puppet/howto/scale-puppet-environments.rst:108 msgid "Git repositories (two per domain, one per module)," msgstr "" #: ../../source/puppet/howto/scale-puppet-environments.rst:109 msgid "The Puppet reporting URL (puppet-dashboard)," msgstr "" #: ../../source/puppet/howto/scale-puppet-environments.rst:110 msgid "The Puppet database (puppetdb)," msgstr "" #: ../../source/puppet/howto/scale-puppet-environments.rst:111 msgid "MySQL for the Puppet dashboard," msgstr "" #: ../../source/puppet/howto/scale-puppet-environments.rst:112 msgid "The Puppet dashboard user interface (dynamic pages)," msgstr "" #: ../../source/puppet/howto/scale-puppet-environments.rst:113 msgid "The Puppet dashboard user interface (static contents)" msgstr "" #: ../../source/puppet/howto/scale-puppet-environments.rst:116 msgid "Double the Puppet Masters" msgstr "" #: ../../source/puppet/howto/scale-puppet-environments.rst:118 msgid "" "In a simplified overview, the connection model between the components that " "make up a Puppet environment, looks as follows:" msgstr "" #: ../../source/puppet/howto/scale-puppet-environments.rst:145 msgid "" "A simple extension to this environment is to supply multiple Puppet masters." msgstr "" #: ../../source/puppet/howto/scale-puppet-environments.rst:148 msgid "A pre-requisite becomes to either;" msgstr "" #: ../../source/puppet/howto/scale-puppet-environments.rst:150 msgid "Split the Puppet certificate authority," msgstr "" #: ../../source/puppet/howto/scale-puppet-environments.rst:152 msgid "Share (at least) :file:`/var/lib/puppet/ssl/` between Puppet masters." msgstr "" #: ../../source/puppet/howto/scale-puppet-environments.rst:155 msgid "" "Note, however, it is recommended to not only share :file:`/var/lib/puppet/" "ssl/`, but other directories as well. One example is :file:`/var/lib/puppet/" "environments/`, which is were your environments are served from, and another " "example is :file:`/var/lib/puppet/files/`, the location of your private and/" "or sensitive files." msgstr "" #: ../../source/puppet/howto/scale-puppet-environments.rst:162 msgid "" "Not sharing :file:`/var/lib/puppet/ssl/` requires you to separate the Puppet " "certificate authority, for otherwise certificates will fail to validate and " "agents have a semi-random chance of hitting the certificate authority that " "does trust the agent's client certificate." msgstr "" #: ../../source/puppet/howto/scale-puppet-environments.rst:167 msgid "" "Failing to share the additional directories -- in addition to :file:`/var/" "lib/puppet/ssl/` -- creates a scenario in which an agent hitting one Puppet " "master then another receives two different catalogs (and depending on your " "environment settings may apply changes effectively going back and forth " "between two versions of its desired state)." msgstr "" #: ../../source/puppet/howto/scale-puppet-environments.rst:174 msgid "" "It is perfectly possible to balance traffic between multiple Puppet masters " "without using proper load-balancing techniques; A ``puppet`` IN A DNS RR " "could hold the IP addresses of the extra Puppet masters in addition to the " "original one." msgstr "" #: ../../source/puppet/howto/scale-puppet-environments.rst:181 msgid "" "Note however such environment does not introduce high-availability through " "load-balancing." msgstr "" #: ../../source/puppet/howto/scale-puppet-environments.rst:184 msgid "" "If a Puppet master becomes unavailable, agents will still be attempting to " "connect to it." msgstr "" #: ../../source/puppet/howto/scale-puppet-environments.rst:194 msgid "The environment would look as follows (new components in green):" msgstr "" #: ../../source/puppet/howto/scale-puppet-environments.rst:235 msgid "" "For true scalability, each component needs be separated from each other " "component, scale up (or down) by itself, and remain available." msgstr "" #: ../../source/puppet/howto/scale-puppet-environments.rst:238 msgid "" "Further, it is recommended to back up the Puppet DB with PostgreSQL for " "larger environments (>= 100 nodes)." msgstr "" diff --git a/locale/fr/LC_MESSAGES/puppet/module/basics.po b/locale/fr/LC_MESSAGES/puppet/module/basics.po index d8ff218c..257d88a6 100644 --- a/locale/fr/LC_MESSAGES/puppet/module/basics.po +++ b/locale/fr/LC_MESSAGES/puppet/module/basics.po @@ -1,32 +1,31 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/puppet/module/basics.rst:88 msgid ":tocdepth:2" msgstr "" #: ../../source/puppet/module/basics.rst:94 msgid "Puppet Module Basics" msgstr "" #: ../../source/puppet/module/basics.rst:96 msgid "" "The Puppet modules provided by `Kolab Systems AG`_ form a coherent unit of " "modules" msgstr "" diff --git a/locale/fr/LC_MESSAGES/puppet/workstations.po b/locale/fr/LC_MESSAGES/puppet/workstations.po index dd807ce6..33d67598 100644 --- a/locale/fr/LC_MESSAGES/puppet/workstations.po +++ b/locale/fr/LC_MESSAGES/puppet/workstations.po @@ -1,38 +1,37 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/puppet/workstations.rst:90 msgid "Puppet for Workstations" msgstr "" #: ../../source/puppet/workstations.rst:93 msgid "Setting the Desktop Manager" msgstr "" #: ../../source/puppet/workstations.rst:96 msgid "Removing the Userlist from the GDM Login Screen" msgstr "" #: ../../source/puppet/workstations.rst:99 msgid "Disallowing Fingerprint Authentication in GDM" msgstr "" #: ../../source/puppet/workstations.rst:102 msgid "Enforcing a Desktop Locks after x Minutes of Inactivity" msgstr "" diff --git a/locale/fr/LC_MESSAGES/reference-implementation-architecture/index.po b/locale/fr/LC_MESSAGES/reference-implementation-architecture/index.po index 132b1cc0..d8912125 100644 --- a/locale/fr/LC_MESSAGES/reference-implementation-architecture/index.po +++ b/locale/fr/LC_MESSAGES/reference-implementation-architecture/index.po @@ -1,460 +1,459 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/reference-implementation-architecture/index.rst:90 msgid "Reference Implementation Architecture" msgstr "" #: ../../source/reference-implementation-architecture/index.rst:92 msgid "" "This is the reference implementation architecture documentation for Kolab " "Groupware." msgstr "" #: ../../source/reference-implementation-architecture/index.rst:95 msgid "" "It consists of a certain network topology on top of a completely virtualized " "environment, with an opportunity to create a :term:`Policy Enforcement " "Point` between all separate functional components." msgstr "" #: ../../source/reference-implementation-architecture/index.rst:101 msgid "Environment Outline" msgstr "" #: ../../source/reference-implementation-architecture/index.rst:103 msgid "" "At least two KVM hypervisors running Red Hat Enterprise Linux 6 or above," msgstr "" #: ../../source/reference-implementation-architecture/index.rst:106 msgid "**libvirt** for management," msgstr "" #: ../../source/reference-implementation-architecture/index.rst:107 msgid "**openvswitch** for networking," msgstr "" #: ../../source/reference-implementation-architecture/index.rst:109 msgid "Shared storage for the hypervisors," msgstr "" #: ../../source/reference-implementation-architecture/index.rst:111 msgid "To facilitate live migration," msgstr "" #: ../../source/reference-implementation-architecture/index.rst:112 msgid "Clustered LVM volume groups," msgstr "" #: ../../source/reference-implementation-architecture/index.rst:113 msgid "SAN locking," msgstr "" #: ../../source/reference-implementation-architecture/index.rst:115 msgid "Redundant, high-availability firewalls with three ethernet interfaces," msgstr "" #: ../../source/reference-implementation-architecture/index.rst:118 msgid "Exclusive use of private IP space for the internal networks," msgstr "" #: ../../source/reference-implementation-architecture/index.rst:120 msgid "Port-Address-Translation (PAT)," msgstr "" #: ../../source/reference-implementation-architecture/index.rst:122 msgid "System provisioning with Cobbler," msgstr "" #: ../../source/reference-implementation-architecture/index.rst:124 msgid "Configuration Management with Puppet," msgstr "" #: ../../source/reference-implementation-architecture/index.rst:126 msgid "Monitoring with Nagios," msgstr "" #: ../../source/reference-implementation-architecture/index.rst:128 msgid "Trending with Munin," msgstr "" #: ../../source/reference-implementation-architecture/index.rst:130 msgid "Centralized logging with RSyslog, Logstash, Redis and ElasticSearch," msgstr "" #: ../../source/reference-implementation-architecture/index.rst:132 msgid "Split Horizing DNS," msgstr "" #: ../../source/reference-implementation-architecture/index.rst:135 msgid "Split Horizon DNS" msgstr "" #: ../../source/reference-implementation-architecture/index.rst:137 msgid "" "Externally, or from the Internet, your services will be located at (at " "least) one IP address (each)." msgstr "" #: ../../source/reference-implementation-architecture/index.rst:140 msgid "Let's suppose you have the following DNS addresses:" msgstr "" #: ../../source/reference-implementation-architecture/index.rst:142 msgid "activesync" msgstr "" #: ../../source/reference-implementation-architecture/index.rst:143 msgid "admin" msgstr "" #: ../../source/reference-implementation-architecture/index.rst:144 msgid "autodiscover" msgstr "" #: ../../source/reference-implementation-architecture/index.rst:145 msgid "caldav" msgstr "" #: ../../source/reference-implementation-architecture/index.rst:146 msgid "carddav" msgstr "" #: ../../source/reference-implementation-architecture/index.rst:147 msgid "cockpit" msgstr "" #: ../../source/reference-implementation-architecture/index.rst:149 msgid "files" msgstr "" #: ../../source/reference-implementation-architecture/index.rst:150 msgid "freebusy" msgstr "" #: ../../source/reference-implementation-architecture/index.rst:151 msgid "imap" msgstr "" #: ../../source/reference-implementation-architecture/index.rst:152 msgid "smtp" msgstr "" #: ../../source/reference-implementation-architecture/index.rst:153 msgid "webdav" msgstr "" #: ../../source/reference-implementation-architecture/index.rst:154 msgid "webmail" msgstr "" #: ../../source/reference-implementation-architecture/index.rst:155 msgid "www" msgstr "" #: ../../source/reference-implementation-architecture/index.rst:157 msgid "every one of those may simply resolve to:" msgstr "" #: ../../source/reference-implementation-architecture/index.rst:159 msgid "A single IP address, for example ``98.98.98.98``." msgstr "" #: ../../source/reference-implementation-architecture/index.rst:161 msgid "" "A set of IP addresses (in a single IP address range), for example " "``98.98.98.96``, ``98.98.98.97``, ``98.98.98.98``, etc." msgstr "" #: ../../source/reference-implementation-architecture/index.rst:164 msgid "" "This would make a single client (semi-)randomly hit either of the one " "inbound IP address. When using an **iptables** firewall with PAT toward a " "range of IP addresses, using multiple inbound addresses randomizes the " "access patterns of the client -- while normally the PAT forwarding of a " "single client IP session is :term:`sticky`." msgstr "" #: ../../source/reference-implementation-architecture/index.rst:170 msgid "" "A distincively different set of IP addresses -- IP addresses in different " "address ranges." msgstr "" #: ../../source/reference-implementation-architecture/index.rst:173 msgid "This tends to be the case with geographically distributed environments." msgstr "" #: ../../source/reference-implementation-architecture/index.rst:176 msgid "" "However, all IP addresses are *routable*; Consider a single web server with " "the Roundcube web client installed; This webserver addresses IMAP, LDAP, " "SQL, SMTP and other web applications." msgstr "" #: ../../source/reference-implementation-architecture/index.rst:180 msgid "" "Should you not use a Split Horizon DNS topology, then either (all) the " "internal connections are routed through the external gateway, or you " "disclose the internal IP space to the general public." msgstr "" #: ../../source/reference-implementation-architecture/index.rst:184 msgid "" "A few other considerations in favor of using a split horizon DNS topology " "are, that the internal use of services can be directed and balanced " "differently, that the update policies per *view* can be different, and that " "the environment can work on the principle of disclosing the least amount of " "information to individual systems." msgstr "" #: ../../source/reference-implementation-architecture/index.rst:190 msgid "" "For example, when the application running on ``webmail.example.org`` " "connects to ``imap.example.org``, the IP address(es) that ``imap.example." "org`` resolves to -- and thus the systems that the application connects to " "-- can be a different (set of) IP address(es) from what the web application " "on ``activesync.example.org`` connects to." msgstr "" #: ../../source/reference-implementation-architecture/index.rst:196 msgid "Two major perspectives:" msgstr "" #: ../../source/reference-implementation-architecture/index.rst:198 msgid "Internal," msgstr "" #: ../../source/reference-implementation-architecture/index.rst:199 msgid "Internet (authoritative)." msgstr "" #: ../../source/reference-implementation-architecture/index.rst:201 msgid "DNSSEC for Internet \"Hidden master\" topology for both," msgstr "" #: ../../source/reference-implementation-architecture/index.rst:204 msgid "Multi-view for Internal." msgstr "" #: ../../source/reference-implementation-architecture/index.rst:206 msgid "Internal view for Internet nameservers." msgstr "" #: ../../source/reference-implementation-architecture/index.rst:209 msgid "Centralized Logging" msgstr "" #: ../../source/reference-implementation-architecture/index.rst:211 msgid "" "A separate channel is created for each log type. It is critically important " "to allow the environment to scale. Some mere 30 completely idle nodes are " "generally expected to easily generate over a million log entries per day." msgstr "" #: ../../source/reference-implementation-architecture/index.rst:216 msgid "Brief overview / checklist:" msgstr "" #: ../../source/reference-implementation-architecture/index.rst:218 msgid "" "Eliminate the need for **logrotate** by adjusting the :manpage:`rsyslog." "conf(5)` configuration." msgstr "" #: ../../source/reference-implementation-architecture/index.rst:221 msgid "" "Forward logs to a central (set of) server(s) using UDP, and use one or more " "load-balanced and highly available listener addresses to prevent losses." msgstr "" #: ../../source/reference-implementation-architecture/index.rst:227 msgid "UDP output in logstash itself is extremely unreliable." msgstr "" #: ../../source/reference-implementation-architecture/index.rst:231 msgid "TCP output in logstash itself is extremely unreliable." msgstr "" #: ../../source/reference-implementation-architecture/index.rst:233 msgid "To-Do" msgstr "" #: ../../source/reference-implementation-architecture/index.rst:235 msgid "" "Find a write-only medium to transfer httpd logfiles from the individual web " "server to a central (buffer) location." msgstr "" #: ../../source/reference-implementation-architecture/index.rst:259 msgid "Configuration for **rsyslog**" msgstr "" #: ../../source/reference-implementation-architecture/index.rst:261 msgid "We are using **rsyslog** on each individual computing node to;" msgstr "" #: ../../source/reference-implementation-architecture/index.rst:263 msgid "catch the log entries issued locally," msgstr "" #: ../../source/reference-implementation-architecture/index.rst:264 msgid "write the entries out to the local filesystem," msgstr "" #: ../../source/reference-implementation-architecture/index.rst:265 msgid "forward the entries to a central Logstash server." msgstr "" #: ../../source/reference-implementation-architecture/index.rst:267 msgid "" "Make sure the rsyslog compability level is *5*, by adjusting :file:`/etc/" "sysconfig/rsyslog`:" msgstr "" #: ../../source/reference-implementation-architecture/index.rst:274 msgid "" "Make sure both the file and forward format are consistent across all " "systems, by adjusting :file:`/etc/rsyslog.conf`:" msgstr "" #: ../../source/reference-implementation-architecture/index.rst:282 msgid "" "Make sure log files are \"rotated\" automatically, by setting the following " "filename templates -- this only replaces the defaults for default facilities " "and severities to end up in dated files:" msgstr "" #: ../../source/reference-implementation-architecture/index.rst:303 msgid "Forward to a logstash server using UDP [#]_, [#]_:" msgstr "" #: ../../source/reference-implementation-architecture/index.rst:309 msgid "" "Eliminate **logrotate** from rotating the system log files by removing the " "contents of :file:`/etc/logrotate.d/syslog`. Do NOT remove this file, for it " "will be written out again by a subsequent update to the **rsyslog** package." msgstr "" #: ../../source/reference-implementation-architecture/index.rst:315 msgid "Configuration for **httpd**" msgstr "" #: ../../source/reference-implementation-architecture/index.rst:317 msgid "" "The Apache **httpd** webserver is configured to use **rotatelogs** to log to " "\"daily\" logfiles. This;" msgstr "" #: ../../source/reference-implementation-architecture/index.rst:320 msgid "prevents **lograte** from needing to be used," msgstr "" #: ../../source/reference-implementation-architecture/index.rst:321 msgid "" "therefore prevents **httpd** from being restarted/reloaded needlessly, when :" "file:`/etc/logrotate.d/httpd` is emptied out [#]_," msgstr "" #: ../../source/reference-implementation-architecture/index.rst:323 msgid "prevents open file descriptors from lingering, and" msgstr "" #: ../../source/reference-implementation-architecture/index.rst:324 msgid "" "ensures the log entries end up in log files with the correct datestamp [#]_." msgstr "" #: ../../source/reference-implementation-architecture/index.rst:327 msgid "For the global :manpage:`httpd.conf(5)` configuration file:" msgstr "" #: ../../source/reference-implementation-architecture/index.rst:334 msgid "For the non-SSL virtualhost [#]_:" msgstr "" #: ../../source/reference-implementation-architecture/index.rst:341 msgid "For the SSL virtualhost:" msgstr "" #: ../../source/reference-implementation-architecture/index.rst:350 msgid "Configuration for **logstash**" msgstr "" #: ../../source/reference-implementation-architecture/index.rst:353 msgid "Notes on Using Multiple Redis Input with Batch Counts" msgstr "" #: ../../source/reference-implementation-architecture/index.rst:357 msgid "" "A single batch_count can saturate the number of filter workers configured." msgstr "" #: ../../source/reference-implementation-architecture/index.rst:360 msgid "Parser Configuration" msgstr "" #: ../../source/reference-implementation-architecture/index.rst:879 msgid "Environment Diagram" msgstr "" #: ../../source/reference-implementation-architecture/index.rst:916 msgid "Footnotes" msgstr "" #: ../../source/reference-implementation-architecture/index.rst:919 msgid "" "Use UDP to ensure one packet consists of one message, and avoid the " "uncontrollable TCP buffer. Use load-balancing and high-availability " "techniques to ensure one or more nodes are on the receiving end of messages." msgstr "" #: ../../source/reference-implementation-architecture/index.rst:926 msgid "" "Even though rsyslog may have an output module for Redis, the node forwarding " "its logs should not be allowed to read from the output channel." msgstr "" #: ../../source/reference-implementation-architecture/index.rst:932 msgid "" "You must not remove :file:`/etc/logrotate.d/httpd`, for it will be written " "out upon updating the **httpd** package." msgstr "" #: ../../source/reference-implementation-architecture/index.rst:935 msgid "" "This file is marked as a configuration file, with a parameter of \"noreplace" "\", meaning that an empty :file:`/etc/logrotate.d/httpd` file will not be " "overwritten, and instead a new file :file:`/etc/logrotate.d/httpd.rpmnew` " "will be created." msgstr "" #: ../../source/reference-implementation-architecture/index.rst:942 msgid "" "The **logrotate** job never runs at midnight precisely, and it is generally " "recommended to not run logrotate across all of the environment's computing " "nodes at the same time -- but instead use a randomized pattern." msgstr "" #: ../../source/reference-implementation-architecture/index.rst:949 msgid "" "Non-SSL virtual hosts are expected to redirect all traffic to the SSL " "virtual hosts." msgstr "" diff --git a/locale/fr/LC_MESSAGES/upgrade-guide/index.po b/locale/fr/LC_MESSAGES/upgrade-guide/index.po index f7fa7c7e..693809f9 100644 --- a/locale/fr/LC_MESSAGES/upgrade-guide/index.po +++ b/locale/fr/LC_MESSAGES/upgrade-guide/index.po @@ -1,39 +1,38 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/upgrade-guide/index.rst:90 msgid "Upgrade Guide" msgstr "" #: ../../source/upgrade-guide/index.rst:92 msgid "" "The following upgrade guides are contributed to by community volunteers." msgstr "" #: ../../source/upgrade-guide/index.rst:95 msgid "" "They certainly offer you some guidance, but do not provide you with " "guarantees." msgstr "" #: ../../source/upgrade-guide/index.rst:98 msgid "" "Do not just execute commands unless you know what you are doing, or where to " "find someone who does." msgstr "" diff --git a/locale/fr/LC_MESSAGES/upgrade-guide/kolab-16.po b/locale/fr/LC_MESSAGES/upgrade-guide/kolab-16.po index 6b40cb18..27fd3c7a 100644 --- a/locale/fr/LC_MESSAGES/upgrade-guide/kolab-16.po +++ b/locale/fr/LC_MESSAGES/upgrade-guide/kolab-16.po @@ -1,123 +1,122 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/upgrade-guide/kolab-16.rst:90 msgid "Upgrade Notes from Kolab 3.4 to 16" msgstr "" #: ../../source/upgrade-guide/kolab-16.rst:92 msgid "" "The purpose of this document is, to describe the procedure of upgrading a " "Kolab Goupware installation from a default installed Kolab 3.4 (last " "\"community verison\") to Kolab 16." msgstr "" #: ../../source/upgrade-guide/kolab-16.rst:96 msgid "Upgrade Procedure" msgstr "" #: ../../source/upgrade-guide/kolab-16.rst:98 msgid "Install the Kolab Groupware repository configuration:" msgstr "" #: ../../source/upgrade-guide/kolab-16.rst:105 msgid "Remove the existing Kolab 3.4 repositories:" msgstr "" #: ../../source/upgrade-guide/kolab-16.rst:112 msgid "" "Make sure that the packages from the Kolab repositories have a higher " "priority than eg. the :term:`EPEL` packages:" msgstr "" #: ../../source/upgrade-guide/kolab-16.rst:119 msgid "Replace php-mysql with php-mysqlnd:" msgstr "" #: ../../source/upgrade-guide/kolab-16.rst:130 msgid "Update all:" msgstr "" #: ../../source/upgrade-guide/kolab-16.rst:137 msgid "During the cleanup, you might see the message:" msgstr "" #: ../../source/upgrade-guide/kolab-16.rst:147 msgid "" "This is a warning, and the Cyrus-imapd package will be updated. This can be " "checked after the update with the command:" msgstr "" #: ../../source/upgrade-guide/kolab-16.rst:156 msgid "Updating the Configuration" msgstr "" #: ../../source/upgrade-guide/kolab-16.rst:158 msgid "" "After upgrading the packages to Kolab 16 repository, the configuration needs " "to be updated." msgstr "" #: ../../source/upgrade-guide/kolab-16.rst:160 msgid "Configure the new module \"Guam\":" msgstr "" #: ../../source/upgrade-guide/kolab-16.rst:166 msgid "Configure the new module \"Manticore\":" msgstr "" #: ../../source/upgrade-guide/kolab-16.rst:174 msgid "" "If the Kolab 3.4 installation was a standard installation with no changes to " "the defaults, then the following 2 commands can be run at no risk (The " "correct password for the current roundcube database user is still needed for " "verification)." msgstr "" #: ../../source/upgrade-guide/kolab-16.rst:176 msgid "" "However, if changes were made to the defaults, the original configuration " "should be copied off for later compare with the newly written configuration." msgstr "" #: ../../source/upgrade-guide/kolab-16.rst:178 msgid "Update the roundcube configuration:" msgstr "" #: ../../source/upgrade-guide/kolab-16.rst:182 msgid "" "As setup-kolab is unable to write to the already existing mysql database, an " "error message will show:" msgstr "" #: ../../source/upgrade-guide/kolab-16.rst:189 msgid "" "The new and updated config file will however be written and restart the " "appropriate services." msgstr "" #: ../../source/upgrade-guide/kolab-16.rst:191 msgid "" "The correct password for the current roundcube database user is still needed " "for verification." msgstr "" #: ../../source/upgrade-guide/kolab-16.rst:199 msgid "Update the imap configuration:" msgstr "" diff --git a/locale/fr/LC_MESSAGES/upgrade-guide/kolab-2.3.po b/locale/fr/LC_MESSAGES/upgrade-guide/kolab-2.3.po index f733a62f..7b0f7ab1 100644 --- a/locale/fr/LC_MESSAGES/upgrade-guide/kolab-2.3.po +++ b/locale/fr/LC_MESSAGES/upgrade-guide/kolab-2.3.po @@ -1,304 +1,303 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/upgrade-guide/kolab-2.3.rst:90 msgid "Upgrading from Kolab 2.3" msgstr "" #: ../../source/upgrade-guide/kolab-2.3.rst:92 msgid "" "As Kolab Groupware used to be distributed as an OpenPKG stack, with " "different locations for files, the upgrade of a Kolab 2 server to a Kolab 3 " "server is a largely manual process." msgstr "" #: ../../source/upgrade-guide/kolab-2.3.rst:96 msgid "" "The Kolab 3 server used here has been set up for the same domain name space " "as the Kolab 2 server. No users have been created on the Kolab 3 server. " "kolab2.example.org refers to the Kolab 2 server, kolab3.example.org refers " "to the Kolab 3 server." msgstr "" #: ../../source/upgrade-guide/kolab-2.3.rst:99 msgid "Preparations" msgstr "" #: ../../source/upgrade-guide/kolab-2.3.rst:100 msgid "During the migration, the Kolab 2 server cannot be allowed to;" msgstr "" #: ../../source/upgrade-guide/kolab-2.3.rst:102 msgid "Receive new email." msgstr "" #: ../../source/upgrade-guide/kolab-2.3.rst:103 msgid "Let users post/submit new data." msgstr "" #: ../../source/upgrade-guide/kolab-2.3.rst:105 msgid "" "The easiest way to prevent any of this happening is to shut down all Kolab " "Groupware related services on kolab2.example.org:" msgstr "" #: ../../source/upgrade-guide/kolab-2.3.rst:111 msgid "Create a backup of the data from kolab2.example.org." msgstr "" #: ../../source/upgrade-guide/kolab-2.3.rst:112 msgid "Shut down the Cyrus IMAP service on kolab3.example.org:" msgstr "" #: ../../source/upgrade-guide/kolab-2.3.rst:118 msgid "Shut down the Kolab daemon on kolab3.example.org:" msgstr "" #: ../../source/upgrade-guide/kolab-2.3.rst:124 msgid "" "Update the settings related to the recipient policy in /etc/kolab/kolab." "conf. The following settings are important:" msgstr "" #: ../../source/upgrade-guide/kolab-2.3.rst:126 msgid "The primary_mail setting in the [$domain] section." msgstr "" #: ../../source/upgrade-guide/kolab-2.3.rst:127 msgid "" "The policy MUST[2] either match the former convention used, if any, or not " "be enabled at all. See Example 1.1, “Example Migration of example.org” for " "an example and some more gotchas." msgstr "" #: ../../source/upgrade-guide/kolab-2.3.rst:131 msgid "" "In case the recipient policy is not to be applied, consider updating the " "user_types as per the instructions in Section 5.1, “Editing user_types”. The " "secondary_mail setting in the [$domain] section." msgstr "" #: ../../source/upgrade-guide/kolab-2.3.rst:134 msgid "" "This part of the policy does not apply should the primary_mail setting " "already have been disabled." msgstr "" #: ../../source/upgrade-guide/kolab-2.3.rst:137 msgid "Example Migration of example.org" msgstr "" #: ../../source/upgrade-guide/kolab-2.3.rst:138 msgid "" "Our first example has had a running Kolab 2.3 on OpenPKG server, with a " "general email address convention of \"surname\"@example.org." msgstr "" #: ../../source/upgrade-guide/kolab-2.3.rst:140 msgid "" "By default, a Kolab 3.0 Groupware server will apply a recipient policy for " "the mail attribute value of \"givenname\".\"surname\"@example.org. The " "recipient policy must therefore be adjusted." msgstr "" #: ../../source/upgrade-guide/kolab-2.3.rst:142 msgid "" "In the [example.org] section in /etc/kolab/kolab.conf, the primary_mail " "setting must be adjusted to match the \"surname\"@example.org convention:" msgstr "" #: ../../source/upgrade-guide/kolab-2.3.rst:151 msgid "" "Now, users that are created will get a mail attribute value of \"surname" "\"@example.org assigned." msgstr "" #: ../../source/upgrade-guide/kolab-2.3.rst:153 msgid "" "First adding user John Doe will give him a mail attribute value of " "doe@example.org, but should you have a Jane Doe as well, she would get " "doe2@example.org. It is therefore important to add users in order." msgstr "" #: ../../source/upgrade-guide/kolab-2.3.rst:156 msgid "Migration of LDAP" msgstr "" #: ../../source/upgrade-guide/kolab-2.3.rst:158 msgid "This section has not been authored yet." msgstr "" #: ../../source/upgrade-guide/kolab-2.3.rst:161 msgid "Migration and Upgrade of Data" msgstr "" #: ../../source/upgrade-guide/kolab-2.3.rst:164 msgid "Migrate the Data Through Copying" msgstr "" #: ../../source/upgrade-guide/kolab-2.3.rst:166 msgid "Login to kolab3.example.org to execute the steps in this procedure." msgstr "" #: ../../source/upgrade-guide/kolab-2.3.rst:168 msgid "" "Copy mailboxes.db and annotations.db. These files are located in /kolab/var/" "imapd/ on your Kolab 2 server." msgstr "" #: ../../source/upgrade-guide/kolab-2.3.rst:179 msgid "" "If cyrus can't start with these files with a message like the following, you " "need to convert the files instead of copying." msgstr "" #: ../../source/upgrade-guide/kolab-2.3.rst:188 msgid "" "Use the following commands to convert the files from Berkeley DB to skiplist:" msgstr "" #: ../../source/upgrade-guide/kolab-2.3.rst:195 msgid "After the conversion, copy the files to the new kolab3 server:" msgstr "" #: ../../source/upgrade-guide/kolab-2.3.rst:204 msgid "Migrate the mail spool:" msgstr "" #: ../../source/upgrade-guide/kolab-2.3.rst:213 msgid "Migrate the seen and subscription databases:" msgstr "" #: ../../source/upgrade-guide/kolab-2.3.rst:226 msgid "Ensure the filesystem permissions are correct:" msgstr "" #: ../../source/upgrade-guide/kolab-2.3.rst:232 msgid "" "Ensure only the cyrus user can read and write, and the mail group can read " "the contents of either directory tree:" msgstr "" #: ../../source/upgrade-guide/kolab-2.3.rst:242 msgid "" "If your find doesn't have the -print0 option or your xargs command doesn't " "know -0, you can use the much slower commands below:" msgstr "" #: ../../source/upgrade-guide/kolab-2.3.rst:249 msgid "" "As the seen databases are particularly hard for Cyrus IMAP 2.4 to upgrade " "real-time, convert the seen databases with, for example:" msgstr "" #: ../../source/upgrade-guide/kolab-2.3.rst:263 msgid "Stop the Kolab daemon:" msgstr "" #: ../../source/upgrade-guide/kolab-2.3.rst:269 msgid "Start the Cyrus IMAP service on kolab3.example.org:" msgstr "" #: ../../source/upgrade-guide/kolab-2.3.rst:276 msgid "" "Users should not yet be allowed to interact with the system at this point. " "We suggest closing access to the system through the firewall." msgstr "" #: ../../source/upgrade-guide/kolab-2.3.rst:278 msgid "Prepare some environment variables" msgstr "" #: ../../source/upgrade-guide/kolab-2.3.rst:280 msgid "" "We need the cyrus-admin user and associated password for the following " "steps, so we put them in environment variables:" msgstr "" #: ../../source/upgrade-guide/kolab-2.3.rst:289 msgid "Upgrade the Format" msgstr "" #: ../../source/upgrade-guide/kolab-2.3.rst:291 msgid "" "Use the Cyrus IMAP administrator account to select all mailboxes, to make " "sure the format upgrade is not taking place while the user is attempting to " "login / select a mailbox." msgstr "" #: ../../source/upgrade-guide/kolab-2.3.rst:293 msgid "" "Average sized mailboxes (those restricted with a reasonable quota such as " "2GB) can take about 2 minutes to upgrade. A single folder can upgrade as " "fast as 5 seconds. Mailboxes that contain a lot of messages (such as a " "shared lists folder that also functions as an archive) can take up to 2-4 " "minutes to upgrade (approximately 40.000 messages)." msgstr "" #: ../../source/upgrade-guide/kolab-2.3.rst:297 msgid "" "Optionally, if errors are expected enable full so-called telemetry logging " "so that issues can be backtracked. On the IMAP server, issue the following " "commands:" msgstr "" #: ../../source/upgrade-guide/kolab-2.3.rst:315 msgid "or, alternatively;" msgstr "" #: ../../source/upgrade-guide/kolab-2.3.rst:347 msgid "" "On your console display, you will see some errors stating NO Permission " "Denied. These errors you can ignore. You'll see messages such as the " "following appear in ``/var/log/maillog``:" msgstr "" #: ../../source/upgrade-guide/kolab-2.3.rst:355 msgid "" "The annotations database may not have been upgraded correctly, causing some " "annotations to miss the first 4 characters of their value. The easiest way " "to fix the issue, that is known to work, is to get the annotation values as " "they were on the old (Kolab 2) IMAP server, and set them on the new (Kolab " "3) IMAP server." msgstr "" #: ../../source/upgrade-guide/kolab-2.3.rst:402 msgid "Fix'em:" msgstr "" #: ../../source/upgrade-guide/kolab-2.3.rst:451 msgid "" "Upgrade all messages from Kolab Format version 2 to Kolab Format version 3 " "using kolab-formatupgrade. This command is run in two parts. The first will " "upgrade all mailbox contents in the personal namespace:" msgstr "" #: ../../source/upgrade-guide/kolab-2.3.rst:467 msgid "" "The second part upgrades the contents of shared folders. Shared folders have " "no designated owners, and we can therefore not login as a designated user to " "upgrade the format." msgstr "" #: ../../source/upgrade-guide/kolab-2.3.rst:469 msgid "" "As the user cyrus-admin normally does not have the necessary privileges to " "insert new messages into mail folders, so we're going to have to give out " "the rights first. We'll delete them again afterwards." msgstr "" diff --git a/locale/fr/LC_MESSAGES/upgrade-guide/kolab-3.1.po b/locale/fr/LC_MESSAGES/upgrade-guide/kolab-3.1.po index f64c519d..09996977 100644 --- a/locale/fr/LC_MESSAGES/upgrade-guide/kolab-3.1.po +++ b/locale/fr/LC_MESSAGES/upgrade-guide/kolab-3.1.po @@ -1,289 +1,288 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/upgrade-guide/kolab-3.1.rst:90 msgid "Upgrading from Kolab 3.0" msgstr "" #: ../../source/upgrade-guide/kolab-3.1.rst:92 msgid "" "This chapter contains the upgrade notes for moving forward from Kolab 3.0 to " "Kolab 3.1." msgstr "" #: ../../source/upgrade-guide/kolab-3.1.rst:96 msgid "ChangeLog" msgstr "" #: ../../source/upgrade-guide/kolab-3.1.rst:98 msgid "" "Kolab 3.1 compared to Kolab 3.0 ships the following additional components:" msgstr "" #: ../../source/upgrade-guide/kolab-3.1.rst:100 msgid "**iRony**" msgstr "" #: ../../source/upgrade-guide/kolab-3.1.rst:102 msgid "" "A DAV access provider for groupware, including WebDAV with help of the " "**chwala** API, and CardDAV and CalDAV." msgstr "" #: ../../source/upgrade-guide/kolab-3.1.rst:105 msgid "**chwala**" msgstr "" #: ../../source/upgrade-guide/kolab-3.1.rst:107 msgid "" "A properly designed and integrated file storage management layer, primarily " "for integration into other web applications through it's self-reliant UI " "component builder functions (JavaScript) obtaining information from its own " "API." msgstr "" #: ../../source/upgrade-guide/kolab-3.1.rst:112 msgid "``kolab_files`` for |roundcubemail-plugins-kolab|" msgstr "" #: ../../source/upgrade-guide/kolab-3.1.rst:114 msgid "" "One implementation of the integration of **chwala** into the Roundcube web " "client." msgstr "" #: ../../source/upgrade-guide/kolab-3.1.rst:117 msgid "Further software updates address the following issues:" msgstr "" #: ../../source/upgrade-guide/kolab-3.1.rst:119 msgid "" "The Kolab Web Administration Panel has been enhanced to address duplicate " "surname issues, which in Kolab 3.0 would generate duplicate ``uid`` " "attributes." msgstr "" #: ../../source/upgrade-guide/kolab-3.1.rst:123 msgid "" "The way the ``uid`` is composed can now be configured with the introduction " "of a ``policy_uid`` setting in the ``[kolab_wap]`` section of :manpage:" "`kolab.conf(5)`." msgstr "" #: ../../source/upgrade-guide/kolab-3.1.rst:127 msgid "" "The **postfix** MTA is now configured to strip the ``Received from:`` " "headers that could otherwise disclose a user's geographical location." msgstr "" #: ../../source/upgrade-guide/kolab-3.1.rst:130 msgid "" "The **postfix** MTA is now configured to reject inbound email traffic that " "already has headers set to indicate a spam message." msgstr "" #: ../../source/upgrade-guide/kolab-3.1.rst:133 msgid "" "The **postfix** MTA is now configured to strip additional ``Received from: " "localhost [127.0.0.1] headers`` from emails that pass through Amavis." msgstr "" #: ../../source/upgrade-guide/kolab-3.1.rst:136 msgid "" "A new annotation ``/vendor/kolab/displayname`` was introduced to provide a " "compatibility layer with CardDAV and CalDAV access layers, neither of which " "understand IMAP folder hierarchy." msgstr "" #: ../../source/upgrade-guide/kolab-3.1.rst:140 msgid "" "A new annotation ``/vendor/kolab/uniqueid`` was introducted to provide a " "compatibility layer with CardDAV and CalDAV access layers, neither of which " "would have otherwise allowed an IMAP folder to be renamed or relocated in " "the IMAP folder hierarchy." msgstr "" #: ../../source/upgrade-guide/kolab-3.1.rst:147 msgid "" "This annotation is only used if ``/vendor/cmu/cyrus-imapd/uniqueid`` is not " "available. This Cyrus IMAP annotation became available in Cyrus IMAP 2.5." msgstr "" #: ../../source/upgrade-guide/kolab-3.1.rst:151 #, python-format msgid "" "The ``kolab_auth`` plugin for Roundcube was enhanced to allow the use of a " "placeholder ``%dc`` to be substituted by the root dn for a supplied domain " "name." msgstr "" #: ../../source/upgrade-guide/kolab-3.1.rst:155 msgid "" "This enhances the Hosted Kolab Groupware deployment capabilities " "significantly." msgstr "" #: ../../source/upgrade-guide/kolab-3.1.rst:158 msgid "" "The **kolab-webadmin** software was enhanced to allow input of *KB*, *MB* " "and *GB* input for ``mailQuota``." msgstr "" #: ../../source/upgrade-guide/kolab-3.1.rst:161 msgid "" "The **kolab-webadmin** software was enhanced to allow *Shared Folders* to be " "created through the web administration panel." msgstr "" #: ../../source/upgrade-guide/kolab-3.1.rst:164 msgid "" "The **kolab-webadmin** software was enhanced to allow the configuration of " "*Dynamic Mail-enabled Distribution Groups*." msgstr "" #: ../../source/upgrade-guide/kolab-3.1.rst:168 msgid "Updates to Cyrus IMAP" msgstr "" #: ../../source/upgrade-guide/kolab-3.1.rst:170 msgid "" "Updates to the Cyrus IMAP configuration can be applied automatically, by " "executing:" msgstr "" #: ../../source/upgrade-guide/kolab-3.1.rst:179 msgid "" "Executing the aforementioned command assumes you had not made any changes " "to :manpage:`cyrus.conf(5)` nor :manpage:`imapd.conf(5)`." msgstr "" #: ../../source/upgrade-guide/kolab-3.1.rst:182 msgid "" "If you had, either read the sections for :ref:`admin_upgrade-3.0_cyrus.conf` " "and :ref:`admin_upgrade-3.0_imapd.conf` or re-apply the changes you need " "after executing the aforementioned setup command." msgstr "" #: ../../source/upgrade-guide/kolab-3.1.rst:190 msgid ":manpage:`cyrus.conf(5)` (at :file:`/etc/cyrus.conf`)" msgstr "" #: ../../source/upgrade-guide/kolab-3.1.rst:193 msgid "Underscores in START, SERVICES and EVENTS Item Names" msgstr "" #: ../../source/upgrade-guide/kolab-3.1.rst:195 msgid "" "The version of Cyrus IMAP shipped with Kolab 3.1 is incompatible with the " "use of underscore ('_') characters in the names for the START, SERVICES and " "EVENTS items." msgstr "" #: ../../source/upgrade-guide/kolab-3.1.rst:199 msgid "The EVENTS section in **cyrus.conf(5)** may have looked as follows:" msgstr "" #: ../../source/upgrade-guide/kolab-3.1.rst:225 msgid "This will need to become:" msgstr "" #: ../../source/upgrade-guide/kolab-3.1.rst:252 msgid "The Use of Squatter" msgstr "" #: ../../source/upgrade-guide/kolab-3.1.rst:254 msgid "" "Squatter is used to periodically create full-text indexes for messages in " "mailboxes." msgstr "" #: ../../source/upgrade-guide/kolab-3.1.rst:257 msgid "" "At the time of this writing, however, headers that are relevant for Kolab " "Groupware data searches are not included in such indexes." msgstr "" #: ../../source/upgrade-guide/kolab-3.1.rst:260 msgid "" "To circumvent this problem, remove running squatter from the EVENTS section " "in :file:`/etc/cyrus.conf`." msgstr "" #: ../../source/upgrade-guide/kolab-3.1.rst:263 msgid "" "To prevent existing squatter indexes from getting in the way, remove all " "files named **cyrus.squat** from your IMAP spools:" msgstr "" #: ../../source/upgrade-guide/kolab-3.1.rst:275 msgid ":manpage:`imapd.conf(5)` (at :file:`/etc/imapd.conf`)" msgstr "" #: ../../source/upgrade-guide/kolab-3.1.rst:277 msgid "" "A few additional settings are needed for Cyrus IMAP to feature message " "traffic directly into shared folders." msgstr "" #: ../../source/upgrade-guide/kolab-3.1.rst:280 msgid "" "If not already set, add the following setting to :file:`/etc/imapd.conf`:" msgstr "" #: ../../source/upgrade-guide/kolab-3.1.rst:287 msgid "New Features in Cyrus IMAP" msgstr "" #: ../../source/upgrade-guide/kolab-3.1.rst:289 msgid "" "Event notifications. See the architecture and design document on Bonnie." msgstr "" #: ../../source/upgrade-guide/kolab-3.1.rst:290 msgid "Multi-master replication" msgstr "" #: ../../source/upgrade-guide/kolab-3.1.rst:293 msgid "Removing old and Adding new Plugins for Roundcube" msgstr "" #: ../../source/upgrade-guide/kolab-3.1.rst:295 msgid "The following plugins are no longer included:" msgstr "" #: ../../source/upgrade-guide/kolab-3.1.rst:297 msgid "``kolab_core``" msgstr "" #: ../../source/upgrade-guide/kolab-3.1.rst msgid "Todo" msgstr "" #: ../../source/upgrade-guide/kolab-3.1.rst:301 #: ../../source/upgrade-guide/kolab-3.1.rst:309 msgid "Is this list complete?" msgstr "" #: ../../source/upgrade-guide/kolab-3.1.rst:303 msgid "The following plugins are new:" msgstr "" #: ../../source/upgrade-guide/kolab-3.1.rst:305 msgid "``kolab_files``" msgstr "" diff --git a/locale/fr/LC_MESSAGES/upgrade-guide/kolab-3.3.po b/locale/fr/LC_MESSAGES/upgrade-guide/kolab-3.3.po index ad22487d..e547fb55 100644 --- a/locale/fr/LC_MESSAGES/upgrade-guide/kolab-3.3.po +++ b/locale/fr/LC_MESSAGES/upgrade-guide/kolab-3.3.po @@ -1,497 +1,496 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/upgrade-guide/kolab-3.3.rst:90 msgid "Upgrade Notes from Kolab 3.1 to 3.3" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:92 msgid "" "This chapter contains some upgrade notes for moving forward from Kolab 3.1 " "to Kolab 3.3. You can use this guide aswell for upgrading from Kolab 3.2 to " "3.3. The differences aren't that many." msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:97 msgid "ChangeLog" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:99 msgid "" "While Kolab 3.2 mostly included backend and groundlaying changes for " "upcoming realases due to switching to Cyrus IMAPd 2.5, Kolab 3.3 now ships " "with couple new and updated frontend and admin modules." msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:103 msgid "" "Kolab 3.3 compared to Kolab 3.1 ships the following additional components:" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:105 msgid "**Birthday Calender**" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:107 msgid "This feature was already incuded in Kolab Groupware 3.2" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:109 msgid "**New roundcube release**" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:111 msgid "" "The folder structure has changed. Roundcube has moved their public web " "content into a *public_html/* folder. While it tries to be backwards " "compatible, you might want to check your virtual host configuration if " "you've actually modified it." msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:116 msgid "**E-Mail Tagging**" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:118 msgid "The roundcube plugin *kolab_tags* supports taggging of e-mails" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:120 msgid "**Notes**" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:122 msgid "" "The roundcube plugin *kolab_notes* supports writing and sharing notes. Via " "syncroton these notes can be managed via the active sync protocol as well." msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:126 msgid "You can also create shared notesfolders for groups." msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:128 msgid "**Resource Management**" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:130 msgid "" "While managing resources was already included in the Kolab Webadmin GUI, the " "roundcube frontend was missing a component to search, check and book " "resources. This part makes use of freebusy informations to actually show the " "availabilities." msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:135 msgid "**Freebusy**" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:137 msgid "" "The freebusy web daemon now supports caching of freebusy informations and " "resources. You might want to update/replace your configuation to support " "resources, etc." msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:141 msgid "**Wallace**" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:143 msgid "" "The wallace daemon now includes modules for checking iTip invitations and " "resource booking requests. Wallace is now enabled by default in new Kolab " "3.3 installations. If you want to make use of it, you must integrate it in " "the postfix mail flow." msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:148 msgid "**IMAP ACL editor (kolab-webadmin)**" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:150 msgid "" "You can now create share folders within the kolab-webadmin and manage and " "enforce initial access control lists for those folders." msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:153 msgid "**Organizatioal Unit Editor (kolab-webadmin)**" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:155 msgid "" "Those installations that make use of bigger LDAP Directories or manage " "corporation addressbooks within LDAP can now make use of the OU Editor " "instead of relying on external LDAP Editors. The ou management includes an " "ACL Editor for LDAP targets." msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:163 msgid "Updating the system" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:165 msgid "" "These update procecures are just an example. They don't differ too much from " "a basic installation." msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:170 msgid "CentOS 6" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:172 #: ../../source/upgrade-guide/kolab-3.3.rst:191 msgid "Update the repo to the new location" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:181 msgid "run the upgrade process" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:189 msgid "Debian 7" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:198 msgid "Import the new Release Keys" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:205 msgid "" "If you've don't have set a correct apt-pinning, please check the " "Installation Guide." msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:207 msgid "Update and Upgrade the system" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:216 msgid "" "You'll get ask if you want to replace your configuration files! DON'T " "overwrite them! You'll lose your configuration and credentials and end up " "with a broken frontend." msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:221 msgid "Update your configuration files" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:223 msgid "" "If you want to check want configuration files have changed, the best way is " "to compare the previous and current version in the GIT repository." msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:226 msgid "" "You can find most of the configuration file that have changed when you " "compare the templates of pykolab/setup-kolab." msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:229 msgid "" "http://cgit.kolab.org/pykolab/diff/share/templates/?" "id=pykolab-0.7.1&id2=pykolab-0.6.10" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:232 msgid "/etc/kolab/kolab.conf" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:234 #: ../../source/upgrade-guide/kolab-3.3.rst:273 #: ../../source/upgrade-guide/kolab-3.3.rst:302 #: ../../source/upgrade-guide/kolab-3.3.rst:332 #: ../../source/upgrade-guide/kolab-3.3.rst:360 #: ../../source/upgrade-guide/kolab-3.3.rst:403 msgid "You can see the configuration differences here:" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:236 msgid "" "http://cgit.kolab.org/pykolab/diff/conf/kolab.conf?" "id=pykolab-0.7.1&id2=pykolab-0.6.10" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:238 msgid "" "These are the values that have been updated. Please change them in your " "configuration depending on your installation and needs" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:259 msgid "" "If you're planning to make use of wallace please make sure wallace is " "enabled to start using :command:`chkconfig` on RHEL/Centos or :file:`/etc/" "default/wallace` on debian." msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:262 msgid "Restart the services" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:271 msgid "/etc/kolab-freebusy/config.ini" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:275 msgid "" "http://git.kolab.org/kolab-freebusy/diff/config/config.ini.sample?id=kolab-" "freebusy-1.0.5&id2=kolab-freebusy-1.0.3" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:277 msgid "" "Instead of editing the configuration by hand it's easier to just recreate " "the configuration using the setup-kolab tool." msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:280 #: ../../source/upgrade-guide/kolab-3.3.rst:368 msgid "For Redhat/CentOS" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:286 #: ../../source/upgrade-guide/kolab-3.3.rst:374 msgid "For Debian" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:292 msgid "Recreatae the configuation:" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:300 msgid "/etc/roundcubemail/config.inc.php" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:304 msgid "" "http://cgit.kolab.org/pykolab/diff/share/templates/roundcubemail/config.inc." "php.tpl?id=pykolab-0.7.1&id2=pykolab-0.6.10 http://cgit.kolab.org/pykolab/" "commit/?id=57a48ed5e5fed38b4bbbb088fc9425a4b407c0b0" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:307 msgid "Change the plugin load order the follwing way:" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:309 msgid "move *kolab_auth* to the top position" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:310 msgid "move *kolab_config* after *kolab_addressbook*" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:311 msgid "add *kolab_notes* after *kolab_folders*" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:312 msgid "add *kolab_tags* after *kolab_notes*" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:314 msgid "add 2 more $config entries" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:323 msgid "" "Keep in mind that some of those configuration changes are requiring an " "updated apache configuration. Roundcube 1.1 introduced a seperate " "public_html/ folder to seperate webroot and application files. Keep this in " "mind i you've customized your webserver configuration." msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:330 msgid "/etc/roundcubemail/password.inc.php" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:334 msgid "" "http://cgit.kolab.org/pykolab/diff/share/templates/roundcubemail/password." "inc.php.tpl?id=pykolab-0.7.1&id2=pykolab-0.6.10" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:336 msgid "Change the password driver from **ldap** to **ldap_simple**." msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:344 msgid "/etc/roundcubemail/kolab_files.inc.php" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:346 msgid "You can see the configuration change here:" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:348 msgid "" "http://cgit.kolab.org/pykolab/commit/?" "id=172545ebeba5c73cbb502fcae859b27df7aafed2" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:350 msgid "Update the kolab_files_url to /chwala/ to be protocol independent." msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:358 msgid "/etc/iRony/dav.inc.php" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:362 msgid "" "http://cgit.kolab.org/iRony/diff/config/dav.inc.php.sample?" "id=54802da29dd4e77ca8c716f6c24c1aabef3a3c1f&id2=iRony-0.2.4" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:364 msgid "" "The iRony configuration doesn't have anything special configurations. You " "might want to consider just to take the new default config file or change it " "based on the differences between the previous version." msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:382 msgid "/etc/postfix/ldap/virtual_alias_maps_sharedfolders.cf" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:384 msgid "" "To fix the handling of resource invitations you've to adjust your existing " "virtual alias maps, otherwise you end up with non-delivery-reports." msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:387 msgid "Please update your filter with this new default configuration:" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:393 #: ../../source/upgrade-guide/kolab-3.3.rst:420 msgid "Restart the postfix daemon" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:401 msgid "/etc/postfix/master.cf" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:405 msgid "" "http://cgit.kolab.org/pykolab/diff/share/templates/master.cf.tpl?" "id=pykolab-0.7.1&id2=pykolab-0.6.10" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:407 msgid "" "This will put wallace as the next content-filter after the mail has been " "returned from amavis to postfix. If you're don't want to make use of iTip " "processing or resource management you can skip this section." msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:426 msgid "The mail flow will be the following:" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:428 msgid "postfix receives mail (running on port :25 and port :587)" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:429 msgid "postfix sends mail to amavisd (running on port 127.0.0.1:10024)" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:430 msgid "amavisd checks mail" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:431 msgid "amavisd sends mail to postfix (running on port 127.0.0.1:10025)" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:432 msgid "postfix sends mail to wallace (running on port 127.0.0.1:10026)" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:433 msgid "wallace checks the message for itip, resources, etc" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:434 msgid "wallace sens mail to postfix (running on port 127.0.0.1:10026)" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:435 msgid "postfix will start delivering the mail (external or internal)" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:439 msgid "mysql database: kolab" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:441 msgid "" "A couple new features are relying new tables (organizational units). The " "shared folder have been extended to make use of the **acl** editor." msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:444 msgid "You can find the full sql file here:" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:446 msgid "" "web: http://cgit.kolab.org/webadmin/tree/doc/kolab_wap.sql?id=kolab-" "webadmin-3.2.1" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:447 msgid "locally: :file:`/usr/share/doc/kolab-webadmin/kolab_wap.sql`" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:449 msgid "" "The kolab-webadmin package doesn't provide auto updates or upgrade files for " "your database. Here's a summary of what has been changed." msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:452 msgid "" "If you've made changes on the shared folder types you might want to change " "the types manually in the settings section of kolab-webadmin." msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:455 msgid "Open the mysql cli:" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:461 msgid "" "and apply the followin changes: The tables will be deleted and recreated. " "Don't forget: if you've made changes to shared folder types, please update " "them manually!" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:524 msgid "" "After the database update has been applied. Logout from the kolab-webadmin " "interface and login back in to load the new changes." msgstr "" diff --git a/locale/fr/LC_MESSAGES/upgrade-guide/kolab-3.4.po b/locale/fr/LC_MESSAGES/upgrade-guide/kolab-3.4.po index e29dbf4c..d4738331 100644 --- a/locale/fr/LC_MESSAGES/upgrade-guide/kolab-3.4.po +++ b/locale/fr/LC_MESSAGES/upgrade-guide/kolab-3.4.po @@ -1,474 +1,473 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/upgrade-guide/kolab-3.4.rst:90 msgid "Upgrade Notes from Kolab 3.3 to 3.4" msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:93 msgid "ChangeLog" msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:95 msgid "**New skin for Roundcube: Chameleon**" msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:97 msgid "" "**Chameleon** is the new default skin for Kolab Groupware and replaces the " "default **larry** skin." msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:100 msgid "**Freebusy now supports resource collections**" msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:102 msgid "" "If you have a resource collection of multiple resources freebusy can now " "provide an aggregated view on the data from all its members" msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:105 msgid "**CSRF is now enabled by default for Debian**" msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:107 msgid "" "In the previous release the CSRF patch was only enabled within the RPM " "packages. With Kolab 3.4 this security patch has been applied to the Debian " "packages as well. So make sure your webserver configuration needs to be " "adjusted in case you modified it." msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:112 msgid "**Kolab Webadmin provides a 'Default' Type**" msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:114 msgid "" "You no longer have to switch from 'Contact' to 'Kolab User' when creating a " "new user." msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:117 msgid "**Lots Of Bugfixes**" msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:120 msgid "Updating the system" msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:122 msgid "" "These update procecures are just an example. They don't differ too much from " "a basic installation." msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:127 msgid "CentOS 6" msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:129 #: ../../source/upgrade-guide/kolab-3.4.rst:148 msgid "Update the repo to the new location" msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:138 msgid "run the upgrade process" msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:146 msgid "Debian 7" msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:155 msgid "" "If you've don't have set a correct apt-pinning or release keys, please check " "the Installation Guide." msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:157 msgid "Update and Upgrade the system" msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:166 msgid "" "You'll get ask if you want to replace your configuration files! DON'T " "overwrite them! You'll lose your configuration and credentials and end up " "with a broken frontend." msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:171 msgid "Update your configuration files" msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:173 msgid "" "If you want to check want configuration files have changed, the best way is " "to compare the previous and current version in the GIT repository." msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:177 msgid "/etc/imapd.conf" msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:179 msgid "" "With the most recent upstream cyrus-imapd version a few config parameters " "have changed." msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:182 msgid "" "http://cgit.kolab.org/pykolab/diff/share/templates/imapd.conf.tpl?" "id=pykolab-0.7.6&id2=pykolab-0.7.1" msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:184 msgid "The following parameters have been renamed:" msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:192 msgid "" "If you don't use server or client certificate validation feel free to remove " "the ``tls_ca_file`` parameter and/or consult the cyrus-imapd 2.5 " "documentation for clarification." msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:196 msgid "" "Additionally we can enable 2 more sieve_extensions (date + index) and remove " "the flushseenstate option." msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:206 msgid "/etc/postfix/ldap/virtual_alias_maps_sharedfolders.cf" msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:210 msgid "" "This fix applies to other sharedfolders.cf configuration files as well (in a " "multidomain environment)" msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:213 msgid "" "Change the result_format to be enclosed by quotes otherwise you can't " "deliver mail messages to shared mailboxes that contains spaces in the " "mailbox name." msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:220 msgid "**Background**" msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:222 msgid "" "There's a mailbox that's called ``The A Team`` with a delivery address of " "``team@example.org``. The resulting IMAP Folder would/should be ``shared/The " "A Team@example.org``." msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:225 msgid "" "If you now send an email to ``team@example.org`` it will get remapped to ``" "\"shared+shared/The A Team@example.org\"@example.org``. Without the quotes " "you get 3 non-delivery-reports because whitespace would be considered a " "delimiter." msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:231 msgid "/etc/kolab/kolab.conf" msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:233 #: ../../source/upgrade-guide/kolab-3.4.rst:267 #: ../../source/upgrade-guide/kolab-3.4.rst:298 #: ../../source/upgrade-guide/kolab-3.4.rst:338 #: ../../source/upgrade-guide/kolab-3.4.rst:364 msgid "You can see the configuration differences here:" msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:235 msgid "" "http://cgit.kolab.org/pykolab/diff/conf/kolab.conf?" "id=pykolab-0.7.6&id2=pykolab-0.7.1" msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:237 msgid "" "We only have one new option for wallace, which can be ignored if you don't " "use wallace for resource management. Restart wallace and kolab-server after " "upgrading all python modules should be done anyway." msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:247 msgid "Don't forget to restart the wallace service" msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:249 msgid "**On Debian**" msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:256 msgid "**On CentOS**" msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:265 msgid "/etc/kolab-freebusy/config.ini" msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:269 msgid "" "http://git.kolab.org/kolab-freebusy/diff/config/config.ini.sample?id=kolab-" "freebusy-1.0.6&id2=kolab-freebusy-1.0.5" msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:271 msgid "" "Instead of editing the configuration by hand it's easier to just recreate " "the configuration using the setup-kolab tool. The :command:`setup-kolab " "freebusy` command has been fixed to generate a working default configuration " "right of the box." msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:276 #: ../../source/upgrade-guide/kolab-3.4.rst:372 msgid "For Redhat/CentOS" msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:282 #: ../../source/upgrade-guide/kolab-3.4.rst:378 msgid "For Debian" msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:288 msgid "Recreate the configuation:" msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:296 msgid "/etc/roundcubemail/config.inc.php" msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:300 msgid "" "http://cgit.kolab.org/pykolab/diff/share/templates/roundcubemail/config.inc." "php.tpl?id=pykolab-0.7.6&id2=pykolab-0.7.1" msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:302 msgid "" "The 'threading_as_default' no longer exists and therfore don't need to be " "loaded. So you can safely remove it." msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:313 msgid "add or update the following $config entries" msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:321 msgid "" "With Kolab Groupware having now it's own skin you can savely remove the " "skin_logo configuration." msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:330 msgid "" "Keep in mind that the CSRF patch has now been applied to the Debian packages " "as well. Make sure to update your webserver configuration and rewrite rules. " "Otherwise consider disabling **use_secure_urls**." msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:336 msgid "/etc/roundcubemail/managesieve.inc.php" msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:340 msgid "" "http://cgit.kolab.org/pykolab/diff/share/templates/roundcubemail/managesieve." "inc.php.tpl?id=HEAD&id2=pykolab-0.7.1" msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:342 msgid "Turn of debugging and add 2 additional entries:" msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:352 msgid "/etc/roundcubemail/libkolab.inc.php" msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:354 msgid "You can savely switch to a relative url for freebusy." msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:362 msgid "/etc/iRony/dav.inc.php" msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:366 msgid "" "http://cgit.kolab.org/iRony/diff/config/dav.inc.php.sample?" "id=iRony-0.3.0&id2=iRony-0.2.8" msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:368 msgid "" "If you use the global addressbook <> CardDAV gateway you might want to take " "a look on the changes, otherwise you can just take the default configuration." msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:386 msgid "Webserver" msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:388 msgid "" "Check for new versions of the apache configuration files (in case you " "modified) them." msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:391 msgid "**For Centos / RHEL**" msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:397 msgid "**For Debian / Ubuntu**" msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:404 msgid "" "If you're running a different webserver configuration (like nginx) please " "check the howto or the configuration files for any changes and apply them to " "your setup accordingly." msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:410 msgid "Database" msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:413 msgid "mysql database: kolab" msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:415 msgid "The admin database got a few minor updates:" msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:417 msgid "You can find the full sql file here:" msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:419 msgid "" "web: http://cgit.kolab.org/webadmin/tree/doc/kolab_wap.sql?id=kolab-" "webadmin-3.2.6" msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:420 msgid "locally: :file:`/usr/share/doc/kolab-webadmin/kolab_wap.sql`" msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:422 msgid "" "The kolab-webadmin package doesn't provide auto updates or upgrade files for " "your database. Here's a summary of what has been changed." msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:425 msgid "" "If you've made changes on the shared folder types you might want to change " "the types manually in the settings section of kolab-webadmin." msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:428 msgid "Open the mysql cli or your favorite database administration frontend." msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:434 msgid "" "and apply the followin changes: The tables will be deleted and recreated. " "Don't forget: if you've made changes to shared folder types, please update " "them manually!" msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:440 msgid "" "Don't forget to make **backups** of your database before applying the " "changes!" msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:443 msgid "Fix the name field length." msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:454 msgid "" "The old kolab was still in the latin1 format. We should unify everything " "into the utf-8 format." msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:466 msgid "" "A new field got introduced to mark the default type (for example 'Kolab " "User')." msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:479 msgid "" "After the database update has been applied. Logout from the kolab-webadmin " "interface and login back in to load the new changes." msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:483 msgid "mysql database: roundcube" msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:485 msgid "" "The libkolab plugin had some changes. These changes are effecting the " "``kolab_cache*`` tables. SQL upgrades are usually run during the package " "installation." msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:489 msgid "" "Please verify that we the tables have been upgraded to the lastest version." msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:502 msgid "" "The initial Kolab 3.4 |roundcubemail-plugins-kolab| rpm packages had this " "upgrade database procedure missing." msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:505 msgid "" "Under some circumstances it can be possible that his upgrade couldn't be " "applied as expected. If you experience probems with your mysql database " "check if the database was updated correctly and apply the pathces using the " "following command and verify the result:" msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:521 msgid "" "If you still have problems or the sql upgrade didn't went through as " "expected. It is save to recreate the libkolab tables (kolab_folders, " "kolab_cache_*) as they're only used to cache items from the imap storage." msgstr "" diff --git a/locale/fr/LC_MESSAGES/upgrade-guide/kolab-3.5.po b/locale/fr/LC_MESSAGES/upgrade-guide/kolab-3.5.po index 524df323..84e56bd9 100644 --- a/locale/fr/LC_MESSAGES/upgrade-guide/kolab-3.5.po +++ b/locale/fr/LC_MESSAGES/upgrade-guide/kolab-3.5.po @@ -1,194 +1,193 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/upgrade-guide/kolab-3.5.rst:90 msgid "Upgrade Notes from Kolab 3.4 to 3.5" msgstr "" #: ../../source/upgrade-guide/kolab-3.5.rst:93 msgid "This is work in progress! Kolab 3.5 has not been released yet..." msgstr "" #: ../../source/upgrade-guide/kolab-3.5.rst:96 msgid "ChangeLog" msgstr "" #: ../../source/upgrade-guide/kolab-3.5.rst:98 msgid "**empty**" msgstr "" #: ../../source/upgrade-guide/kolab-3.5.rst:100 msgid "**Lots Of Bugfixes**" msgstr "" #: ../../source/upgrade-guide/kolab-3.5.rst:103 msgid "Updating the system" msgstr "" #: ../../source/upgrade-guide/kolab-3.5.rst:105 msgid "" "These update procecures are just an example. They don't differ too much from " "a basic installation." msgstr "" #: ../../source/upgrade-guide/kolab-3.5.rst:110 msgid "CentOS 6" msgstr "" #: ../../source/upgrade-guide/kolab-3.5.rst:112 #: ../../source/upgrade-guide/kolab-3.5.rst:131 msgid "Update the repo to the new location" msgstr "" #: ../../source/upgrade-guide/kolab-3.5.rst:121 msgid "run the upgrade process" msgstr "" #: ../../source/upgrade-guide/kolab-3.5.rst:129 msgid "Debian 7" msgstr "" #: ../../source/upgrade-guide/kolab-3.5.rst:138 msgid "" "If you've don't have set a correct apt-pinning or release keys, please check " "the Installation Guide." msgstr "" #: ../../source/upgrade-guide/kolab-3.5.rst:140 msgid "Update and Upgrade the system" msgstr "" #: ../../source/upgrade-guide/kolab-3.5.rst:149 msgid "" "You'll get ask if you want to replace your configuration files! DON'T " "overwrite them! You'll lose your configuration and credentials and end up " "with a broken frontend." msgstr "" #: ../../source/upgrade-guide/kolab-3.5.rst:154 msgid "Database" msgstr "" #: ../../source/upgrade-guide/kolab-3.5.rst:157 msgid "mysql database: kolab" msgstr "" #: ../../source/upgrade-guide/kolab-3.5.rst:159 msgid "The admin database got a few minor updates:" msgstr "" #: ../../source/upgrade-guide/kolab-3.5.rst:161 msgid "You can find the full sql file here:" msgstr "" #: ../../source/upgrade-guide/kolab-3.5.rst:163 msgid "" "XXX FIXME #. web: http://git.kolab.org/kolab-wap/tree/doc/kolab_wap.sql?" "id=kolab-webadmin-3.2.6 #. locally: :file:`/usr/share/doc/kolab-webadmin/" "kolab_wap.sql`" msgstr "" #: ../../source/upgrade-guide/kolab-3.5.rst:169 msgid "" "Don't forget to make **backups** of your database before applying the " "changes!" msgstr "" #: ../../source/upgrade-guide/kolab-3.5.rst:173 msgid "" "The kolab-webadmin package doesn't provide auto updates or upgrade files for " "your database. Here's a summary of what has been changed." msgstr "" #: ../../source/upgrade-guide/kolab-3.5.rst:176 msgid "" "Field for mail.alias is not a list for Mail-enabled POSIX user in kolab-" "webadmin (#2219) https://issues.kolab.org/show_bug.cgi?id=2219 http://cgit." "kolab.org/webadmin/commit/?id=47653cb71fc68c083ef2cc95a97790f64f0b590e " "http://cgit.kolab.org/webadmin/commit/?" "id=250f5938c1bd0cf021d01125e01eebe7e212ed0c http://cgit.kolab.org/webadmin/" "commit/?id=d8dc3e2f241d66fb36126416c44f8303df36ba41" msgstr "" #: ../../source/upgrade-guide/kolab-3.5.rst:183 msgid "" "Warn when two Users have the same secondary mail address (#2983) https://" "issues.kolab.org/show_bug.cgi?id=2983 http://cgit.kolab.org/webadmin/commit/?" "id=e484198c037a919a42d9c5a52dec107def982d27" msgstr "" #: ../../source/upgrade-guide/kolab-3.5.rst:187 msgid "" "If you've made changes on the user types you might want to change the types " "manually in the settings section of kolab-webadmin (see below for details). " "Otherwise you can refresh the user_types table:" msgstr "" #: ../../source/upgrade-guide/kolab-3.5.rst:191 msgid "You can find the sample php script here:" msgstr "" #: ../../source/upgrade-guide/kolab-3.5.rst:193 msgid "" "XXX FIXME #. web: http://git.kolab.org/kolab-wap/tree/doc/kolab_wap.sql?" "id=kolab-webadmin-3.2.6 #. locally: :file:`/usr/share/doc/kolab-webadmin/" "sample-insert-user_types.php.gz`" msgstr "" #: ../../source/upgrade-guide/kolab-3.5.rst:204 msgid "Manually changing the user_types in the kolab-webadmin interface" msgstr "" #: ../../source/upgrade-guide/kolab-3.5.rst:206 msgid "" "Log on to the kolab-webadmin interface using \"cn=Directory Manager\". " "Select \"Settings\" (Einstellungen) and select object type \"User" "\" (Benutzer). You need to apply the following changes to each of \"Kolab " "User\" and \"Mail enabled POSIX User\"." msgstr "" #: ../../source/upgrade-guide/kolab-3.5.rst:211 msgid "" "Switch to the tab \"attributes\", search the line \"alias\" and click the " "pencil symbol to edit. Apply the following changes:" msgstr "" #: ../../source/upgrade-guide/kolab-3.5.rst:214 msgid "field_type select \"list\"" msgstr "" #: ../../source/upgrade-guide/kolab-3.5.rst:215 msgid "validate select \"extended\"" msgstr "" #: ../../source/upgrade-guide/kolab-3.5.rst:216 msgid "tick \"optional\"" msgstr "" #: ../../source/upgrade-guide/kolab-3.5.rst:218 msgid "" "To save your changes press \"save\", scroll to the bottom of the page, and " "press \"send\"." msgstr "" #: ../../source/upgrade-guide/kolab-3.5.rst:221 msgid "" "After the database update has been applied. Logout from the kolab-webadmin " "interface and login back in to load the new changes." msgstr "" diff --git a/locale/fr/LC_MESSAGES/upgrade-guide/kolab-enterprise-14.po b/locale/fr/LC_MESSAGES/upgrade-guide/kolab-enterprise-14.po index c6af7c2d..1d348d55 100644 --- a/locale/fr/LC_MESSAGES/upgrade-guide/kolab-enterprise-14.po +++ b/locale/fr/LC_MESSAGES/upgrade-guide/kolab-enterprise-14.po @@ -1,426 +1,425 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:90 msgid "Upgrade Guide from Kolab Enterprise 13 to 14" msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:92 msgid "" "This document guides you through the process of upgrading Kolab Enterprise " "13 to Kolab Enterprise 14. We recommend to try this upgrade on a test system " "before upgrading your production installation to ensure that everything will " "work smoothly with your specific setup." msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:97 msgid "ChangeLog" msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:99 msgid "" "Kolab Enterprise 14 compared to Kolab Enterprise 14 ships the following " "additional components:" msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:101 msgid "**Birthday Calender**" msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:103 msgid "" "Users may opt to show the birthdays of their contacts in the Kolab Web " "Application." msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:105 msgid "**Web Application Paths**" msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:107 msgid "" "The folder structure has changed. The web application has moved its public " "web content into a *public_html/* folder. While it tries to be backwards " "compatible, you might want to check your virtual host configuration to match " "the new paths." msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:111 msgid "**E-Mail Tagging**" msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:113 msgid "The roundcube plugin *kolab_tags* supports tanging of e-mails" msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:115 msgid "**Notes**" msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:117 msgid "" "The roundcube plugin *kolab_notes* supports writing and sharing notes. Via " "syncroton these notes can be synchronised via the ActiveSync protocol." msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:120 msgid "You can also create shared Notes folders for groups." msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:122 msgid "**Resource Management**" msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:124 msgid "" "While managing resources was already included in the Kolab Webadmin GUI, the " "roundcube received a new component to search, check and book resources. This " "part makes use of freebusy information to actually show the available " "resources." msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:129 msgid "**Freebusy**" msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:131 msgid "" "The freebusy web daemon now supports caching of freebusy informations and " "resources. You might want to update/replace your configuration to support " "resources, etc." msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:135 msgid "**Wallace**" msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:137 msgid "" "The wallace daemon now includes modules for checking iTip invitations and " "resource booking requests automatically. Wallace is now enabled by default " "in new installations. If you want to make use of it, you must integrate it " "in the postfix mail flow." msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:142 msgid "**IMAP ACL editor (kolab-webadmin)**" msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:144 msgid "" "You can now create share folders within the kolab-webadmin and manage and " "enforce initial access control lists for those folders." msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:147 msgid "**Organizatioal Unit Editor (kolab-webadmin)**" msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:149 msgid "" "Those installations that make use of bigger LDAP Directories or manage " "corporate address books within LDAP can now make use of the OU Editor " "instead of relying on external LDAP Editors. The ou management includes an " "ACL Editor for LDAP targets." msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:155 msgid "Updating Kolab Enterprise" msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:157 msgid "" "These procedures are meant as an example to show you how an upgrade could " "work. They don't differ too much from a basic installation." msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:161 msgid "RHEL 6 & CentOS 6" msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:163 msgid "Update the Kolab Enterprise repository to the new location:" msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:172 msgid "Run the upgrade process:" msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:180 msgid "Updating Configuration Files" msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:183 msgid "/etc/kolab/kolab.conf" msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:185 msgid "" "These values have been updated. Please change them in your configuration " "depending on your installation and needs:" msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:205 msgid "" "If you're planning to make use of wallace please make sure wallace is " "enabled to start using :command:`chkconfig` on RHEL/Centos." msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:208 msgid "Restart the services" msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:216 msgid "/etc/kolab-freebusy/config.ini" msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:218 msgid "" "Instead of editing the configuration by hand, it can be easier to just " "recreate the configuration using the setup-kolab tool if you have not a " "specific configuration." msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:221 #: ../../source/upgrade-guide/kolab-enterprise-14.rst:296 msgid "For Redhat/CentOS" msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:227 msgid "Recreatae the configuation:" msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:234 msgid "/etc/roundcubemail/config.inc.php" msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:236 msgid "Change the plugin load order the following way:" msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:238 msgid "move *kolab_auth* to the top position" msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:239 msgid "move *kolab_config* after *kolab_addressbook*" msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:240 msgid "add *kolab_notes* after *kolab_folders*" msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:241 msgid "add *kolab_tags* after *kolab_notes*" msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:243 msgid "" "If you want to make use of the new secure URLs feature, add 2 more $config " "entries" msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:250 msgid "" "And adjust the asset path to where your webserver makes the assets available." msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:254 msgid "" "Keep in mind that some of those configuration changes are requiring an " "updated apache configuration. Kolab Enterprise 14 introduced a seperate " "public_html/ folder to seperate webroot and application files. Keep this in " "mind if you've customized your webserver configuration and adjust it " "accordingly. Please pay special attention to the rewrite rules in place." msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:262 msgid "/etc/roundcubemail/password.inc.php" msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:264 msgid "Change the password driver from **ldap** to **ldap_simple**." msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:272 msgid "/etc/roundcubemail/kolab_files.inc.php" msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:274 msgid "Update the kolab_files_url to /chwala/ to be protocol independent." msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:281 msgid "/etc/roundcubemail/managesieve.inc.php" msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:283 msgid "" "If you want to include the dedicated vacation settings, please add this " "setting:" msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:290 msgid "/etc/iRony/dav.inc.php" msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:292 msgid "" "The iRony configuration doesn't have anything special configurations. You " "might want to consider just to take the new default config file or change it " "based on the differences between the previous version." msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:304 msgid "" "You can now expose the global address list via CalDAV by defining " "$config['kolabdav_ldap_directory'] for your installation. The URL for users " "to access this address book is https:///iRony/addressbooks/" "/ldap-directory while specifics depend on your web server " "configuration." msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:311 msgid "/etc/postfix/ldap/virtual_alias_maps_sharedfolders.cf" msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:313 msgid "" "To fix the handling of resource invitations you've to adjust your existing " "virtual alias maps, otherwise you end up with non-delivery-reports." msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:316 msgid "Please update your filter with this new default configuration:" msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:322 #: ../../source/upgrade-guide/kolab-enterprise-14.rst:345 msgid "Restart the postfix daemon" msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:329 msgid "/etc/postfix/master.cf" msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:331 msgid "" "Here, you can optionally enable wallace if you want it to handle resource " "booking and invitations automatically. This will put wallace as the next " "content-filter after the mail has been returned from amavis to postfix. If " "you're don't want to make use of iTip processing or resource management you " "can skip this section." msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:351 msgid "The mail flow will be the following:" msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:353 msgid "postfix receives mail (running on port :25 and port :587)" msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:354 msgid "postfix sends mail to amavisd (running on port 127.0.0.1:10024)" msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:355 msgid "amavisd checks mail" msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:356 msgid "amavisd sends mail to postfix (running on port 127.0.0.1:10025)" msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:357 msgid "postfix sends mail to wallace (running on port 127.0.0.1:10026)" msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:358 msgid "wallace checks the message for itip, resources, etc" msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:359 msgid "wallace sens mail to postfix (running on port 127.0.0.1:10026)" msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:360 msgid "postfix will start delivering the mail (external or internal)" msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:364 msgid "mysql database: kolab" msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:366 msgid "" "A couple new features are relying new tables (organizational units). The " "shared folder have been extended to make use of the **acl** editor." msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:369 msgid "You can find the full sql file here:" msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:371 msgid "" "web: https://git.kolab.org/diffusion/WAP/browse/master/doc/kolab_wap.sql;" "kolab-webadmin-3.2.1" msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:372 msgid "locally: :file:`/usr/share/doc/kolab-webadmin/kolab_wap.sql`" msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:374 msgid "" "To not mess with your existing configuration, the kolab-webadmin package " "doesn't provide auto updates or upgrade files for your database. Here's a " "summary of what has been changed." msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:378 msgid "" "If you've made changes on the shared folder types you might want to change " "the types manually in the settings section of kolab-webadmin." msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:381 msgid "Open the mysql cli:" msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:387 msgid "" "and apply the following changes: The tables will be deleted and recreated. " "Don't forget: if you've made changes to shared folder types, please update " "them manually!" msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:450 msgid "" "After the database update has been applied. Logout from the kolab-webadmin " "interface and login back in to load the new changes." msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:453 msgid "" "Congratulations, your Kolab Enterprise 13 installation should now be " "upgraded sucessfully. If you encounter any problems during the upgrade, " "please `file a support ticket `__." msgstr "" diff --git a/locale/fr/LC_MESSAGES/webmail-user-guide/index.po b/locale/fr/LC_MESSAGES/webmail-user-guide/index.po index f5cd8bd5..3a36dae7 100644 --- a/locale/fr/LC_MESSAGES/webmail-user-guide/index.po +++ b/locale/fr/LC_MESSAGES/webmail-user-guide/index.po @@ -1,23 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-25 16:34+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 1.3\n" # d11cf110156441448b9ffb05c8ed4d9a #: ../../source/webmail-user-guide/index.rst:90 msgid "Webmail User Guide" msgstr "" diff --git a/locale/fr/LC_MESSAGES/webmail-user-guide/roundcubemail/_plugins/calendar/importexport.po b/locale/fr/LC_MESSAGES/webmail-user-guide/roundcubemail/_plugins/calendar/importexport.po index 40625b95..36b2cae9 100644 --- a/locale/fr/LC_MESSAGES/webmail-user-guide/roundcubemail/_plugins/calendar/importexport.po +++ b/locale/fr/LC_MESSAGES/webmail-user-guide/roundcubemail/_plugins/calendar/importexport.po @@ -1,128 +1,127 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-25 16:34+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 1.3\n" # 5850c24c554d421d86c286616ec52fe6 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/importexport.rst:93 msgid "Import/Export" msgstr "" # b4026f3fd7fb423fabeb81fff5e26ec6 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/importexport.rst:95 msgid "" "Event data is usually exchanged using the standard |iCal|_ format which is " "supported for import and export." msgstr "" # be1d2cc5b7044010acb7b92d0ea35a5e #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/importexport.rst:100 msgid "Importing Events" msgstr "" # 96ff970245294947938295ec98c3325c #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/importexport.rst:102 msgid "This is how to add events from an |iCal|_ (.ics) file:" msgstr "" # 5ab24817d54b4730a5b7131005a641cb #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/importexport.rst:104 msgid "Click the *Import* toolbar button in the calendar view." msgstr "" # c8e360e7c7c4440ca124cccd060347a9 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/importexport.rst:105 msgid "Then select the file to import from your computer's hard drive." msgstr "" # ef06c671e9314fa8ae97e771a5d1ecc6 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/importexport.rst:106 msgid "Select the calendar to import the events to." msgstr "" # 7c0985b6beda4a4f85eb7300aeeb3194 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/importexport.rst:107 msgid "Select the threshold for old events to be imported." msgstr "" # 520ca442dd7a413fb6cc97a5eedd6416 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/importexport.rst:108 msgid "Click *Import* and wait for the upload to finish." msgstr "" # 3c23c4b23bbe4921ab0244bbe3928468 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/importexport.rst:110 msgid "" "The calendar view will be refreshed to display the newly imported events. " "Verify that the according calendar is active if you don't see them." msgstr "" # 0855317482cc4ed2b964b9d83ac252b6 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/importexport.rst:118 msgid "Exporting Events" msgstr "" # b612a279b4d9459ba15cf119de683c20 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/importexport.rst:120 msgid "" "Events from your calendars can be exported and downloaded in the |iCal|_ " "format." msgstr "" # dd161c5791ff49e3af163fb197a903c8 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/importexport.rst:122 msgid "Click the *Export* toolbar button in the calendar view." msgstr "" # acb8c818a990439a8acdde7eae07c86d #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/importexport.rst:123 msgid "Select the calendar where events should be exported from." msgstr "" # 7ffd2d3bbe804dcc977b71472eaed967 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/importexport.rst:124 msgid "" "With the *Events from* selector you choose the time constraints for " "exporting." msgstr "" # 4f3669adbf664ae1b75aaede5723374a #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/importexport.rst:125 msgid "Click the *Export* button to start the export." msgstr "" # b3ea4819300347d899b4eb7694487e7e #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/importexport.rst:126 msgid "" "Choose where to save the exported .ics file if prompted, otherwise check the " "\"Downloads\" folder on your computer." msgstr "" # 78b6e9e05ffd4334aa363ebc8245c326 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/importexport.rst:88 msgid "Import" msgstr "" # 78b6e9e05ffd4334aa363ebc8245c326 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/importexport.rst:88 msgid "iCal" msgstr "" # 910e83d9833d4e6e9be62afddeb33964 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/importexport.rst:114 msgid "Export" msgstr "" diff --git a/locale/fr/LC_MESSAGES/webmail-user-guide/roundcubemail/_plugins/calendar/index.po b/locale/fr/LC_MESSAGES/webmail-user-guide/roundcubemail/_plugins/calendar/index.po index 0d968ef0..99c983e2 100644 --- a/locale/fr/LC_MESSAGES/webmail-user-guide/roundcubemail/_plugins/calendar/index.po +++ b/locale/fr/LC_MESSAGES/webmail-user-guide/roundcubemail/_plugins/calendar/index.po @@ -1,32 +1,31 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-25 16:34+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 1.3\n" # f6e1e32391b844ca954a9c9bda6f9aea # 5115c28533ec4dd19e4380b33f2bb718 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/index.rst:93 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/index.rst:88 msgid "Calendar" msgstr "" # 1f0a85d3f48b45a695267a441c50d5e9 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/index.rst:95 msgid "" "The *Calendar* gives you access to your personal and shared calendar and " "scheduling functions." msgstr "" diff --git a/locale/fr/LC_MESSAGES/webmail-user-guide/roundcubemail/_plugins/calendar/invitations.po b/locale/fr/LC_MESSAGES/webmail-user-guide/roundcubemail/_plugins/calendar/invitations.po index 4cd11656..653095df 100644 --- a/locale/fr/LC_MESSAGES/webmail-user-guide/roundcubemail/_plugins/calendar/invitations.po +++ b/locale/fr/LC_MESSAGES/webmail-user-guide/roundcubemail/_plugins/calendar/invitations.po @@ -1,126 +1,125 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-25 16:34+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 1.3\n" # 33bc42a913784f5b91966e0a1e4f50ca #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/invitations.rst:92 msgid "Handle Event Invitations" msgstr "" # 9d33d643051546b7a90f77566fea6d46 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/invitations.rst:94 msgid "" "In chapter :ref:`calendar-event-participants` we have learned how to invite " "other people to an event. This will send out invitation emails to all the " "participants with the event data attached. That allows one to directly " "accept or decline an event invitation." msgstr "" # f1c8a23ad7a34d5b85472b1d4a766863 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/invitations.rst:101 msgid "Receive Event Invitations" msgstr "" # e35c42aa1ec046f880f2e2a05f246c50 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/invitations.rst:103 msgid "" "When the webmail system opens an invitation email with event data attached, " "it'll display a yellow box in the preview pane or the email view:" msgstr "" # a76bcf5745034009acc75888d2c650a5 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/invitations.rst:109 msgid "Accept/Decline Invitations" msgstr "" # 39045d622e8c44808b5a317af95b6bfb #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/invitations.rst:111 msgid "" "Right in the box shown above, you can accept or decline the invitation by " "clicking the according button. This will send an automated response to the " "event organizer informing her about your decision and letting her update " "your participant status in her calendar." msgstr "" # f15153d74e0844a6b13e0af45b0c7fa4 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/invitations.rst:115 msgid "" "In case you accept, by either clicking *Accept* or *Maybe*, this will also " "copy the event into your personal calendar. The selector right next to the " "buttons lets you choose the right one." msgstr "" # 0b9ca9f8380743608a77d579b92e86dd #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/invitations.rst:119 msgid "" "The copy in your calendar now knows about the invitation and its original " "sender. If you now delete it from your calendar, you'll be asked whether " "this should send a declination message to the person who organizes the event." msgstr "" # 3b9a9e80ed8240acbaebeef04e90396a #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/invitations.rst:123 msgid "" "After acceping or declining, the email message containing the invitation can " "be deleted." msgstr "" # 7939d05f5b49476eab3c3c69d4716b0b #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/invitations.rst:127 msgid "Process Invitation Replies" msgstr "" # a115f9a2e4414725a41f1b418310005a #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/invitations.rst:129 msgid "" "As an organizer who has invited others to an event, you'll receive responses " "to the automatically sent invitations when the attendees either accept or " "decline them." msgstr "" # 8e726897158a422c80b963805ab374ff #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/invitations.rst:132 msgid "" "Such messages are also identified by the webmail system and again a yellow " "box appears in the message view:" msgstr "" # b2fee4a1f03f489c87eb1194cfad81df #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/invitations.rst:137 msgid "" "By clicking the *Update the participant's status* button, the original event " "in your calendar will be updated with the RSVP status from the person who " "responded here." msgstr "" # 7de9bd3265664222894db671df833a96 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/invitations.rst:140 msgid "" "When you now look at the event details in the calendar view, the status " "icons next to each participant now displays the new status." msgstr "" # 062b57796fac4f599ddff0d87411bddb #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/invitations.rst:88 msgid "Invitation" msgstr "" # 062b57796fac4f599ddff0d87411bddb #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/invitations.rst:88 msgid "RSVP" msgstr "" diff --git a/locale/fr/LC_MESSAGES/webmail-user-guide/roundcubemail/_plugins/calendar/manage.po b/locale/fr/LC_MESSAGES/webmail-user-guide/roundcubemail/_plugins/calendar/manage.po index a8930a58..d6bda9d6 100644 --- a/locale/fr/LC_MESSAGES/webmail-user-guide/roundcubemail/_plugins/calendar/manage.po +++ b/locale/fr/LC_MESSAGES/webmail-user-guide/roundcubemail/_plugins/calendar/manage.po @@ -1,454 +1,453 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-25 16:34+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 1.3\n" # 40d757b7398b48ba97cdba76e9307b29 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:91 msgid "Manage Your Schedule" msgstr "" # 4a8716d802224b0fb95030aa82e07d91 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:93 msgid "" "All functions to maintain your events are accessible from the main calendar " "view." msgstr "" # b59485678ac3427b81192a59641053e5 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:97 msgid "Add Events to a Calendar" msgstr "" # 5da255c95eed417db2575690425b50d7 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:102 msgid "**Via toolbar**" msgstr "" # 3e0c6e64f3e14a5fbe16e8063d953ac0 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:100 msgid "" "Click the *New event* button in the toolbar to get an empty dialog where you " "enter the :ref:`event properties ` such as summary, " "date/time, reminders, etc. Click *Save* to finally add it to the selected " "calendar." msgstr "" # cfb1c850129c4bc59c2c6a13df95b247 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:111 msgid "**At a specific date/time**" msgstr "" # 8bbf335034bd43c689b9288307b0515f #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:105 msgid "" "Navigate the calendar view to the date you want to add an event for. Then " "mark the range of time (or dates in month view) with the mouse by pressing " "the button at the time the event should start and releasing it again at time " "it finishes. This will open the :ref:`event dialog ` " "with the selected date/time range already filled in." msgstr "" # c94a63d373864ffdb1efd89f41993082 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:110 msgid "" "In order to create new all-day events, double-click the desired day in the " "calendar view." msgstr "" # e70d1d9431544672b9625b0976b0a2f3 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:117 msgid "Edit and Reschedule Events" msgstr "" # a51bfda0bf5343bb965fff329859cba4 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:120 msgid "The Event Dialog" msgstr "" # d8b325c02d2043578b501568264d0535 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:122 msgid "" "When clicking an event in the calendar view, a dialog showing its details is " "displayed. Clicking the *Edit* button in that dialog opens the form to edit " "all properties of the selected event." msgstr "" # 59edf5949b304208b021683c68bc133e #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:125 msgid "" "The edit form is divided into different section which can be switched using " "the tabs on top of the dialog:" msgstr "" # 9ab08f9b10df453ca93d72947bbd6391 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:128 msgid "**Summary**" msgstr "" # af6ef4233972449aabe845d16a60b1fd #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:130 msgid "" "This general section has text fields and selectors for various properties of " "an event. Here's a description of all the possible values:" msgstr "" # 8017ca7448ca430b99374a704ca7f93e #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:133 msgid "" "``Summary``: The title of the event. This is what you will see in the " "calendar view." msgstr "" # 53960bd900894ffb99736b18bf0e313a #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:134 msgid "``Location``: Where the event will be taking place." msgstr "" # e190d64a809f40deb90ad555c7809733 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:135 msgid "``Description``: Any text that describes the event." msgstr "" # 3e56da7901f641059c46b5d47bbbcfa4 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:136 msgid "``URL``: A link to more information about this event." msgstr "" # 055562982bd24f5c9cba9db63c6e4378 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:137 msgid "``Start``: Date and time when the event starts." msgstr "" # 1f18af22184049c9bdeb47a0d905c005 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:138 msgid "``End``: Date and time when the event starts." msgstr "" # aea9e3b5463b4c6ab7de3f86cee44e90 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:139 msgid "``all-day``: Check this if the event has no start/end time." msgstr "" # 6eb34b2bc73b4e4e95191b86ab361c70 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:140 msgid "" "``Reminder``: Will pop up with a notification at a the specified time before " "the event. It is possible to select 'Message' (default) or 'Sound'. When " "Sound is selected, a sound will be played at the selected time. This setting " "requires the host to be able to play sounds." msgstr "" # d29a6ca3cfeb426b932fb6c5523b52a6 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:141 msgid "" "``Calendar``: The calendar the event is saved in. Change it to move an event " "from one calendar to another." msgstr "" # f5ed600dd9a84c929bd081844c4e138d #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:142 msgid "" "``Category``: The type of event. Categories can also be used for :ref:" "`coloring `." msgstr "" # 215b7d6b00cf45deb219a0fe403245b2 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:143 msgid "" "``Show me as``: The representation in your free/busy scheduling calendar " "visible to others." msgstr "" # ca4361d8d1d145439d47aae221cc8097 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:144 msgid "``Priority``: The priority value of the event." msgstr "" # 8965b6ecda0140b598b933dd1d14e5c1 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:145 msgid "" "``Privacy``: Flag an event as \"private\" or \"confidential\" when sharing " "your calendar with others." msgstr "" # df8b08b100e849f7833aa1b461b3ae3c #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:147 msgid "**Recurrence**" msgstr "" # ba30e787842c4c10849331c006e996c3 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:149 msgid "" "For periodically recurring event series, this tabs has the settings how an " "event is repeated over time." msgstr "" # 2dadbc09301e498d9ffad52c61e684a0 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:152 msgid "``Repeat``: Start with selecting a repetition interval (e.g. monthly)" msgstr "" # dcbb522cb0804c2faa008f8e17a81cc7 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:153 msgid "" "``Every``: How often the frequency will be relevant. For example, for an " "event that takes place every other week choose Weekly and then 2. If you " "choose a frequency of weekly or monthly you can select which days of the " "week or month the event will occur." msgstr "" # 40fc73d0902c44ceab2c583405579df9 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:155 msgid "" "``Until``: Determines the duration of the repetition. The recurrence can " "either run forever, for a number it times or until a specific date." msgstr "" # 156025e89229470f9e5640cb2b22daf6 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:157 msgid "**Participants**" msgstr "" # 9d3fb1eea96349b1b9aff203df6d61f6 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:159 msgid "" "An important part of managing your schedule is to invite others to events " "and track their RSVP. In this part of the edit dialog you can manage the " "participants of an event. Read more about this further down in the :ref:" "`calendar-event-participants` section." msgstr "" # 176100aaf1434e239f02ba6dcb175026 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:163 msgid "**Resources**" msgstr "" # 363a462657f74b78a491a06fa393082a #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:165 msgid "" "As with participants, it is possible to manage the provided resources needed " "for the planned event. The tab is showing a list of the resources reserved " "for the current event." msgstr "" # c7f281bce0d74c22bc1f74dbc6e55b56 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:167 msgid "" "``Book Resource``: If the name of the resource is known, it can be typed " "into the textfield, and will be booked when the Book Resource button is " "pushed." msgstr "" # fc24cecec8264e14864cee25920a8a9d #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:168 msgid "" "``Find Resource``: If the name of the resource is not known, the Find " "Resource button is an option. It will open a new popup window showing a list " "of available resources, The FreeBusy information for these, and the Book " "Resource button." msgstr "" # fa5e3d714b3a4f548bd4063b471eb6f6 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:170 msgid "**Attachments**" msgstr "" # 97464c8a79914a1389ce2e7310067dfb #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:172 msgid "" "Sometimes a description text isn't enough to collect information for a " "specific event. Switch to this tab to attach files to the current event or " "to remove them again. Adding files works pretty much the same as :ref:" "`attaching them to email messages `: first select " "a file from your local disk and click *Upload* in order to attach it." msgstr "" # 5187fa75ca394a1c956fa3fcc6daed41 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:177 msgid "" "Don't forget to finally save the changes by clicking *Save* in the event " "edit dialog. Even switching back and forth the tabs will not yet save the " "data." msgstr "" # 6b23bd80041240c1a560309d5ed19fae #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:184 msgid "Moving and Resizing with the Mouse" msgstr "" # 40609560be83476daef09b6f8e7c578e #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:190 msgid "" "If an existing event shall be rescheduled to another time or date, you'll " "find it handy to do that directly in the calendar view without opening the " "edit form. Simply grab the event block with the mouse and move it to the new " "date or time. Release the mouse button to complete." msgstr "" # b796de0e6bb7416da129d3e2ec32e1bc #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:194 msgid "" "In *Month* and *Day* view, the event blocks have a small handle at the " "bottom. Drag this with the mouse in order to resize the event meaning to " "adjust its duration." msgstr "" # 088494a5d8f54631a492d2ce1266882a #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:202 msgid "Get Notifications" msgstr "" # fc589bb834024e28b0886a236ad03937 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:208 msgid "" "While logged in to the webmail, event reminders will be displayed with pop-" "up boxes at the specified time before the event starts. You can specify if " "you want to see alarms for every calendar individually. Enable or disable " "reminders in :ref:`Calendar Settings ` from the :" "ref:`calendar-lists`." msgstr "" # 2e098192b5f24abf85e6e3151d7b58df #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:213 msgid "Dismiss or Snooze Reminders" msgstr "" # 6c75929d75aa40e0987166c875442f3a #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:215 msgid "" "When a reminder box pops up, you can either dismiss the notification for all " "events or each one individually. When dismissed, no further reminders will " "be displayed. Choose a time from the *Snooze* menu to get another reminder " "after the selected time." msgstr "" # c7292d1c48b7405c8d02afb84260e10e #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:224 msgid "Inviting Other People" msgstr "" # 75db9b8fec6541a5b6c0111bf98c5c41 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:226 msgid "" "If you need to set up a meeting, and keep track of who's attending and who " "is not, the calendar can do this as well as you to automatically send " "invitations and read their responses." msgstr "" # bba6f99596a444aeba5fd672fca4cb0c #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:229 msgid "" "When creating a new event, switch to the *Participants* tab. You're already " "listed as the organizer of the event." msgstr "" # df3c0caddf4543c49315a070544cf235 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:233 msgid "" "Enter the name or email address of the person to invite. Contacts from the " "address book are suggested as you type. In order to send invitations, make " "sure the entered contact has an email address. Type it in the form ``Person " "Name ``." msgstr "" # bc5fa70acfcb44b0b7288c30411a22cf #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:236 msgid "Click *Add participant* to add the person to the list." msgstr "" # 4b2affba370242f0953a420618ae8fb7 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:237 msgid "Select a *Role* (e.g. required or optional) for this person." msgstr "" # 869c2f787e244c6489e94ddf2869ab46 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:238 msgid "Repeat 1-3 for further participants." msgstr "" # f7227d361c864fe7bc79582289eb0b6d #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:239 msgid "" "Check the *Send invitations* box if the application should send out " "invitation emails." msgstr "" # c8617f951dc64323991ed8f9ca3bcab5 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:241 msgid "" "Invitations will be sent out when you click *Save* and the event is created." msgstr "" # e418b726e8bb4fd4a5873d9c924c76a2 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:261 msgid "Receive Event Invitations" msgstr "" # 6193243963914c04ac562387aa02a063 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:263 msgid "" "How to process incoming event invitations is described in chapter :ref:" "`calendar-invitations`." msgstr "" # 68c4cc6d681344be8553695734ef09b0 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:113 msgid "Recurring events" msgstr "" # 68c4cc6d681344be8553695734ef09b0 # 1996ddceab5849a29501b60541af7c31 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:113 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:220 msgid "Participants" msgstr "" # fa51eebe036d44f1b2b77ca13b101969 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:181 msgid "Move" msgstr "" # fa51eebe036d44f1b2b77ca13b101969 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:181 msgid "Drag & Drop" msgstr "" # c8b2cd2afa6e4dd697ea698a31f5e435 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:198 msgid "Notifications" msgstr "" # c8b2cd2afa6e4dd697ea698a31f5e435 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:198 msgid "Reminders" msgstr "" # c8b2cd2afa6e4dd697ea698a31f5e435 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:198 msgid "Alarms" msgstr "" # 1996ddceab5849a29501b60541af7c31 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:220 msgid "Invite" msgstr "" # 1996ddceab5849a29501b60541af7c31 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:220 msgid "Attendees" msgstr "" diff --git a/locale/fr/LC_MESSAGES/webmail-user-guide/roundcubemail/_plugins/calendar/overview.po b/locale/fr/LC_MESSAGES/webmail-user-guide/roundcubemail/_plugins/calendar/overview.po index 60be81bc..6574dbc6 100644 --- a/locale/fr/LC_MESSAGES/webmail-user-guide/roundcubemail/_plugins/calendar/overview.po +++ b/locale/fr/LC_MESSAGES/webmail-user-guide/roundcubemail/_plugins/calendar/overview.po @@ -1,341 +1,340 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-25 16:34+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 1.3\n" # 95e27dddd5fd4cfa867a638e1f7f8730 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/overview.rst:90 msgid "Overview" msgstr "" # 6a7fb2b87c6e4aaa8f53b5788fc58696 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/overview.rst:92 msgid "" "The screen of the calendar module presents the following parts: the :ref:" "`Calendar View ` itself, a small :ref:`Calendar Widget " "` the :ref:`calendar-lists` as well as the usual " "toolbar and search box." msgstr "" # d5d5173ba721474eb6f3cd2a6263e414 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/overview.rst:101 msgid "Calendar View" msgstr "" # d488f40dbf4246f191469be929b152a9 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/overview.rst:103 msgid "" "The central part of the screen displays the schedule with events from the " "active calendars matching the current date range. The active date range is " "displayed above the calendar in the toolbar area and can be moved forward or " "backward in time using the arrow buttons right next to the title." msgstr "" # 2965b3f50b02401f981604128ffc5f5a #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/overview.rst:111 msgid "Change Views" msgstr "" # d7db6e1ff16a46bdaf789d5d6a2a5ae0 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/overview.rst:113 msgid "" "You can view your calendar events in Day, Week, Month or Agenda view. Toggle " "the view mode using the toolbar buttons above the calendar view." msgstr "" # 4f1d22d4007c42e38a4c8621e1db2bad #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/overview.rst:118 msgid "**Day**" msgstr "" # c203bd03675243f4a1d874c3b3f15c6d #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/overview.rst:117 msgid "" "All events of a single day appear at the time the begin and spawn a box " "until their end time. The time scale is displayed in the left side of the " "view. All-day events appear at the top." msgstr "" # 947fcdd606d2459492ada20d8c1c224e #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/overview.rst:121 msgid "**Week**" msgstr "" # 4d105d42e882438d9c20222377ca85c6 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/overview.rst:121 msgid "" "Similar to the day view but lists all days of the week horizontally. All-day " "events again appear at the top." msgstr "" # 3484868a0ee54389a4c716730f9e7631 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/overview.rst:126 msgid "**Month**" msgstr "" # c8876c4a31e84e0e9d2ee35c169c4de3 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/overview.rst:124 msgid "" "Shows all events of the selected month at a time. Each event only appears as " "a single line and if there are more events in a day than can be listed, a " "number at the bottom of the day field indicates that. Click that link to " "open a zoomed view of that single day." msgstr "" # 124cd88ad1f44caeb7c74ee3843e5cbc #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/overview.rst:131 msgid "**Agenda**" msgstr "" # 43205c39cd344166bdb38a102ddc3edf #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/overview.rst:129 msgid "" "The agenda view shows a list of events for the selected range in a " "chronological order and divided by headers denoting either days, weeks or " "months. Both the number of the days considered for the listing as well as " "the mode how to divide list can be adjusted with the controls at the bottom " "of the agenda view." msgstr "" # 979cd755a2b34ed3870894ac7c281b6e #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/overview.rst:135 msgid "" "For all the views, the small calendar on the left highlights the currently " "listed days." msgstr "" # 685cd0f6fe8c43e180167929b89771ed #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/overview.rst:138 msgid "Go to a specific Date" msgstr "" # a76fbb5edce04fac89a1a38ea437a577 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/overview.rst:140 msgid "" "Use the mini calendar widget on the left to jump to a specific date. Simply " "click a date and the date range of the current view moves to include the " "selected day. The left/right arrows in the mini calendar's header quickly " "cycle through the months. Use the drop-down menus hidden under the month and " "year display in the widget header to directly jump to another month or year." msgstr "" # fb7f8d41ff7b41af9de9f13e7ad16d7a #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/overview.rst:144 msgid "" "A shortcut to switch the calendar view back to today or the current week " "provides the *Today* button located in the toolbar." msgstr "" # e3e46cbd006a403596953881dec33e08 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/overview.rst:148 msgid "Show Event Details" msgstr "" # ca8b1279cf07456b8104046aad286459 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/overview.rst:150 msgid "" "Click an event box in the calendar view to open a dialog displaying all " "details of the event." msgstr "" # 6b2ac3440bc54a319280bf9622f67140 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/overview.rst:154 msgid "Searching Events" msgstr "" # 03a17a64f12f46f49c8be20422c55c80 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/overview.rst:156 msgid "" "The search box above the calendar view lets you quickly get a list of events " "matching the entered keyword in either the title, location, description or " "attendees. Enter the search term into the box and press on your " "keyboard to start the search. The calendar view will switch to *Agenda* mode " "in order to display a list of matches. Of course you can switch the view " "again to display the search results differently." msgstr "" # f80aab7e4664405c8093a2247ea7b2b9 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/overview.rst:161 msgid "" "Events are searched within a certain date reange only which is displayed " "above the calendar view. Use the mini calendar widget or the arrow toolbar " "buttons and the range selector below the agenda view to adjust the time " "frame to search in." msgstr "" # c5070acb3e964d25914349d6be146038 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/overview.rst:165 msgid "" "For searching as well as for normal views, only events from active calendars " "are displayed. Use the checkboxes in the :ref:`calendar-lists` to add or " "hide events from different calendars." msgstr "" # 35cc3238f9dd4d46ab75edfeb2f17ca7 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/overview.rst:168 msgid "" "Reset the search by clicking the *Reset search* icon on the right border of " "the search box. This will also switch the calendar view to whatever mode you " "had before the search." msgstr "" # e69a2fc838f14ab9a720c83e89d1b56b #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/overview.rst:177 msgid "Calendars List" msgstr "" # d47f49d30ede4bfc9fa1ede43ec8d490 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/overview.rst:179 msgid "" "Events can be organized in different calendars which are all displayed in " "the lower left list. Use the checkboxes in that list to show or hide events " "from the specific calendars in the main view." msgstr "" # d5d72cee8f8640ef821890b9e933b66e #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/overview.rst:190 msgid "Colorized Events" msgstr "" # eb3d1231be3b4b31a43e481807638bf4 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/overview.rst:192 msgid "" "In order to better distinguish the events from various calendars in the " "calendar view, calendars have a color assigned which is used to colorize the " "events on the screen. Check the :ref:`settings-calendar` for more advanced " "options how to colorize events in the calendar view." msgstr "" # 3d6abe9990f748eabc060cf83e7ec702 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/overview.rst:196 msgid "" "You can create any number of calendars to store all your events and name " "them individually." msgstr "" # f467c4dfcbf14e94b6d4f550f936d15d #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/overview.rst:200 msgid "Create a New Calendar" msgstr "" # 5857765ae4a34d13877337af5ece0bbc #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/overview.rst:202 msgid "Click the + icon in the calendars list footer." msgstr "" # 76e2debe23044b668e2cd0fcbfac1588 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/overview.rst:203 msgid "In the dialog, give the new calendar a unique name and assign a color." msgstr "" # 9f7e490e70a74d399425a60f09114b6d #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/overview.rst:204 msgid "Click *Save* to create it." msgstr "" # dc7470bd091f4c35a7c712f60b8f1383 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/overview.rst:206 msgid "The calendar view will reload and list the new calendar on the left." msgstr "" # 49b3d87d0b444dbf94fef27d460eaf3c #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/overview.rst:211 msgid "Edit Calendar Names and Settings" msgstr "" # d3108b00ea964895a70b3f1dab89edac # ecaa3c9fd2504155a64d15ab38d6f677 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/overview.rst:213 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/overview.rst:221 msgid "Select the calendar to edit by clicking it in the list." msgstr "" # 8880548a51b943d583b59473378fb55e #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/overview.rst:214 msgid "" "Click the gear icon in the calendars list footer and select *Edit* from the " "options menu." msgstr "" # cba1a7816fc34a9792c59f999b1193e0 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/overview.rst:215 msgid "Adjust name, color or reminders settings in the edit dialog." msgstr "" # b5bbaa80360b4694b0db4d401a2e60db #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/overview.rst:216 msgid "Click *Save* to finally update the calendar." msgstr "" # f71f7f0750a946a784ed41fa5ebeda88 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/overview.rst:219 msgid "Remove entire Calendars" msgstr "" # 233adf31c78c46ea9fa1b9b21c731de9 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/overview.rst:222 msgid "" "Click the gear icon in the calendars list footer and select *Remove* from " "the options menu." msgstr "" # 40e64910c2b44dca87b29360bcf633fa #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/overview.rst:223 msgid "" "After a confirmation dialog, the selected calendar with all its events will " "be deleted. Caution: This action cannot be undone!" msgstr "" # bd03c95bb49d414e8fb8072fb0b08350 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/overview.rst:227 msgid "Special Calendars" msgstr "" # 4ae75c6fb1814c6dbda530224ca4c707 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/overview.rst:229 msgid "" "A number of special calendars are prepared a default: * ``Birthdays``: This " "calendar is listing birthdays of contacts as selected in the :ref:`settings-" "calendar`. * ``Pending Invitations``: All pending invitations are listed in " "this calendar. * ``Declined Invitations``: When invitations are declined, " "the events are listed in this calendar." msgstr "" # ee179bcc1376481abed959aca595a2fc #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/overview.rst:97 msgid "Month View" msgstr "" # ee179bcc1376481abed959aca595a2fc #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/overview.rst:97 msgid "Week View" msgstr "" # ee179bcc1376481abed959aca595a2fc #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/overview.rst:97 msgid "Day View" msgstr "" # ee179bcc1376481abed959aca595a2fc #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/overview.rst:97 msgid "Agenda" msgstr "" # 199b349db8d8459993ee544a19d78c0b #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/overview.rst:173 msgid "Calendars" msgstr "" diff --git a/locale/fr/LC_MESSAGES/webmail-user-guide/roundcubemail/_plugins/calendar/printing.po b/locale/fr/LC_MESSAGES/webmail-user-guide/roundcubemail/_plugins/calendar/printing.po index 3c0bd524..39ef56fb 100644 --- a/locale/fr/LC_MESSAGES/webmail-user-guide/roundcubemail/_plugins/calendar/printing.po +++ b/locale/fr/LC_MESSAGES/webmail-user-guide/roundcubemail/_plugins/calendar/printing.po @@ -1,66 +1,65 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-25 16:34+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 1.3\n" # 17a04cef696849f8a6faa0722ed1e410 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/printing.rst:93 msgid "Printing" msgstr "" # af7fd649c3d749728c74ca7710bba94e #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/printing.rst:95 msgid "" "The calendar(s) currently shown in the main view can be printed to the " "default printer:" msgstr "" # 59d3539b695e4c5f9c683ef8466768d7 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/printing.rst:97 msgid "Select the desired calendar view." msgstr "" # b59b1020ddec40ffb4b2406619b195a1 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/printing.rst:98 msgid "Push the *Printer* icon in the toolbar." msgstr "" # 2f905386431b48e28b6e27df0948be92 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/printing.rst:99 msgid "A new print preview page will open." msgstr "" # c5435d9fc393480aa36842f8aab28e5e #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/printing.rst:100 msgid "" "Push the *Print* button in the top left corner of the print preview page." msgstr "" # abfbb571e4854941aba1902d4ce89f7e #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/printing.rst:105 msgid "Calendar toolbar" msgstr "" # 1f229ae9516041f1bdd0ef56a633bbe8 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/printing.rst:111 msgid "Print view page" msgstr "" # 1c6d1db4948742f58dd6b563afd39052 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/printing.rst:88 msgid "Print" msgstr "" diff --git a/locale/fr/LC_MESSAGES/webmail-user-guide/roundcubemail/_plugins/calendar/settings.po b/locale/fr/LC_MESSAGES/webmail-user-guide/roundcubemail/_plugins/calendar/settings.po index eda8a0ad..16e63871 100644 --- a/locale/fr/LC_MESSAGES/webmail-user-guide/roundcubemail/_plugins/calendar/settings.po +++ b/locale/fr/LC_MESSAGES/webmail-user-guide/roundcubemail/_plugins/calendar/settings.po @@ -1,197 +1,196 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-25 16:34+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 1.3\n" # 0c311486e6054f819ced064f09e2e62e #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/settings.rst:92 msgid "Calendar Preferences" msgstr "" # 28768db0108f45d1ae58ec13cca164f9 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/settings.rst:94 msgid "" "The settings for the calendar module are listed in *Settings > Preferences* " "and are grouped by the following sections:" msgstr "" # 38386e92e1c54c4580abd1c76d7aefcf #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/settings.rst:98 msgid "Main Options" msgstr "" # eb84f77b1ee04b52a4ca241aeed180c5 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/settings.rst:101 msgid "**Default view**" msgstr "" # 02ee194f1c5647978ed03850475164ea #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/settings.rst:101 msgid "" "Lets you select the :ref:`calendar-view` which is visible by default when " "opening the calendar." msgstr "" # 44bc7fb186ba4e70805c8c328446832e #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/settings.rst:105 msgid "**Time slots per hour**" msgstr "" # 51e28fb5515444378e0d067769993150 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/settings.rst:104 msgid "" "How one hour in day and week view is divided vertically. If for example set " "to 2, you will see events displayed in 30 minute blocks." msgstr "" # 371118125b3f4df29ed2661f2d78dc68 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/settings.rst:108 msgid "**First weekday**" msgstr "" # 192fd72f62da4deebc631a84dea118bb #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/settings.rst:108 msgid "Which weekday to begin the week view with." msgstr "" # 9e581f66e7ec4948bae8de2450813323 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/settings.rst:112 msgid "**First hour to show**" msgstr "" # 73f14508441b4e90b0dc67244da6d507 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/settings.rst:111 msgid "" "When opening the day or week view, the listing of events starts at this " "time. Of course all hours of a day are visible by scrolling further up." msgstr "" # b7e881422a95483fb71c391ace5676a8 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/settings.rst:124 msgid "**Event coloring**" msgstr "" # cb8180e01ece4c98ba9f951c37b7829d #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/settings.rst:121 msgid "" "The coloring of the title of an event block (\"outline\") as well as the " "background color of the box (\"content\") in day and week views is " "influenced by the color of the calendar an event belongs to and/or the color " "of the category it is assigned to. This setting lets you control which " "source for coloring to use or if you even want a combined coloring that " "reflects both, the assignment of calendars and categories." msgstr "" # 476f242f14de488aaae7e9b671c6441c #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/settings.rst:127 msgid "**Default reminder setting**" msgstr "" # f38fe3caaaf1433a9ccf3dba6bc3a0f7 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/settings.rst:127 msgid "" "When creating new events, they'll have this type of reminder set by default." msgstr "" # 5f3afd9f101443d8b5931ec08bb01114 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/settings.rst:130 msgid "**Default reminder time**" msgstr "" # 17d2dcc61049429da2dca0d919ebcc23 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/settings.rst:130 msgid "When enabling reminders in a new event, use this preset as default." msgstr "" # 851eccb260224d78908937da820fb78d #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/settings.rst:135 msgid "**Create new events in**" msgstr "" # 36bf794b8c8f4baa8fafeb2207e9d015 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/settings.rst:133 msgid "" "This is the default selection for saving new events. Used in both the " "calendar view and when accepting event invitations." msgstr "" # b08b0878f5f94d1da8f77ae4f38b67b5 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/settings.rst:138 msgid "Categories" msgstr "" # d8e0dc1c03214956a96285f29b503261 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/settings.rst:140 msgid "" "This block allows the management of categories used in your calendar and " "assign colors to them. Use the color picker to change the color by clicking " "on the square color box in the categories list." msgstr "" # a8c90868afd243fa955ae1dd3c8c77ba #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/settings.rst:143 msgid "" "To add a new category, enter its unique name into the text box below the " "listing and then click the *Add category** button to add it. Note that you " "still need to click the *Save* button at the bottom of the preferences panel " "in order to finally register the new categories." msgstr "" # bf5959b050c64c6a80c08e4c3bb6364a #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/settings.rst:149 msgid "Birthdays Calendar" msgstr "" # 836825001b314e2b81369fa56fa9cd5d #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/settings.rst:151 msgid "" "The calendar view and also display birthdays from contacts saved in your " "address book. This block controls how this is done." msgstr "" # 1b68219ff3674c6da7849775f3775e71 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/settings.rst:155 msgid "**Display birthdays calendar**" msgstr "" # 9ede2d5838754896865ea8588b75e7e9 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/settings.rst:155 msgid "Enable the birthdays calendar feature with this checkbox." msgstr "" # cb4cb71319224aa2aea688dbd20a85d5 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/settings.rst:158 msgid "**From these address books**" msgstr "" # 2eb0b220665547e4978ec72e12efcb42 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/settings.rst:158 msgid "" "Choose from which address books you'd like to see birthdays in your calendar." msgstr "" # 42dafaf575ca43e0bb3f18c22fdc3a74 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/settings.rst:161 msgid "**Show reminders**" msgstr "" # e498e124da304a05ae4747359240c1fd #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/settings.rst:161 msgid "" "This option controls whether and when to display reminder notifications for " "upcoming birthdays." msgstr "" diff --git a/locale/fr/LC_MESSAGES/webmail-user-guide/roundcubemail/_plugins/calendar/sharing.po b/locale/fr/LC_MESSAGES/webmail-user-guide/roundcubemail/_plugins/calendar/sharing.po index ce4f8b14..407ca3cc 100644 --- a/locale/fr/LC_MESSAGES/webmail-user-guide/roundcubemail/_plugins/calendar/sharing.po +++ b/locale/fr/LC_MESSAGES/webmail-user-guide/roundcubemail/_plugins/calendar/sharing.po @@ -1,19 +1,18 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-25 16:34+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 1.3\n" diff --git a/locale/fr/LC_MESSAGES/webmail-user-guide/roundcubemail/_plugins/kolab_addressbook/addressbook.po b/locale/fr/LC_MESSAGES/webmail-user-guide/roundcubemail/_plugins/kolab_addressbook/addressbook.po index 90fb892d..eae82552 100644 --- a/locale/fr/LC_MESSAGES/webmail-user-guide/roundcubemail/_plugins/kolab_addressbook/addressbook.po +++ b/locale/fr/LC_MESSAGES/webmail-user-guide/roundcubemail/_plugins/kolab_addressbook/addressbook.po @@ -1,94 +1,93 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-25 16:34+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 1.3\n" # da008e8b83ee483c98ffbcbec576908f #: ../../source/webmail-user-guide/roundcubemail/_plugins/kolab_addressbook/addressbook.rst:93 msgid "Sharing Address Books" msgstr "" # 4bbfecbdfc6f4ec6bd9c848ecedf21d3 #: ../../source/webmail-user-guide/roundcubemail/_plugins/kolab_addressbook/addressbook.rst:95 msgid "" "Just like calendars or regular email folders, personal address books can " "also be shared with other users in your workgroup." msgstr "" # e8bb3c39de5546af9ce442c9893383c0 #: ../../source/webmail-user-guide/roundcubemail/_plugins/kolab_addressbook/addressbook.rst:100 msgid "Share Contacts with others" msgstr "" # f086c5c93a7340fc8f904f76398ab511 #: ../../source/webmail-user-guide/roundcubemail/_plugins/kolab_addressbook/addressbook.rst:106 msgid "" "Settings for sharing is controlled through the address book properties " "accessible through the *More actions* menu behind the gear icon the footer " "in the :ref:`addressbook-groups` list." msgstr "" # 313544f20e66433190ea8325f34b2163 #: ../../source/webmail-user-guide/roundcubemail/_plugins/kolab_addressbook/addressbook.rst:109 msgid "Select the address book you want to share." msgstr "" # 831fa264e1fc4d549ab8c7590f512d7c #: ../../source/webmail-user-guide/roundcubemail/_plugins/kolab_addressbook/addressbook.rst:110 msgid "Choose *Edit address book* from the actions menu." msgstr "" # b03553ac864449ebb25f3892e0fe4466 #: ../../source/webmail-user-guide/roundcubemail/_plugins/kolab_addressbook/addressbook.rst:111 msgid "Switch to the *Sharing* tab in the properties form on the right." msgstr "" # cdf37702aa364f3a92f9d36186712ddf #: ../../source/webmail-user-guide/roundcubemail/_plugins/kolab_addressbook/addressbook.rst:113 msgid "" "The table displays who already has permission to see and modify the selected " "address book. Here you can manage permissions the same way as :ref:`Sharing " "a Folder `." msgstr "" # 259cc066aab34c92b74532451c976fef #: ../../source/webmail-user-guide/roundcubemail/_plugins/kolab_addressbook/addressbook.rst:118 msgid "Subscribe to Shared Address Books" msgstr "" # 7af0ed4bab254e0b8d8c67d8b3a9fcdd #: ../../source/webmail-user-guide/roundcubemail/_plugins/kolab_addressbook/addressbook.rst:120 msgid "" "Address books shared by others are not showing up right away in the " "directories list of the web client. Switch to :ref:`Settings > Folders " "` to see all resources you can access. There's a shortcut " "to this: click *Manage folders* in the actions menu behind the gear icon " "located the footer of the directory list." msgstr "" # 6c111a008c074143853ebc2c51fb5f4b #: ../../source/webmail-user-guide/roundcubemail/_plugins/kolab_addressbook/addressbook.rst:125 msgid "" "In order to make a shared address book appear in the address book view, " "locate it in the folder manager and check the *Subscribed* mark in the list. " "Only subscribed directories are visible in the address book view." msgstr "" # 44daba1cee484786a6bdd05757814219 #: ../../source/webmail-user-guide/roundcubemail/_plugins/kolab_addressbook/addressbook.rst:88 msgid "Sharing" msgstr "" diff --git a/locale/fr/LC_MESSAGES/webmail-user-guide/roundcubemail/_plugins/kolab_delegation/settings.po b/locale/fr/LC_MESSAGES/webmail-user-guide/roundcubemail/_plugins/kolab_delegation/settings.po index 11189356..86c3578d 100644 --- a/locale/fr/LC_MESSAGES/webmail-user-guide/roundcubemail/_plugins/kolab_delegation/settings.po +++ b/locale/fr/LC_MESSAGES/webmail-user-guide/roundcubemail/_plugins/kolab_delegation/settings.po @@ -1,69 +1,68 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-25 16:34+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 1.3\n" # 863fee71f9d447589cbccad82ca93ee6 #: ../../source/webmail-user-guide/roundcubemail/_plugins/kolab_delegation/settings.rst:92 msgid "Delegation" msgstr "" # f88214d572644c509a57c74da0ea969b #: ../../source/webmail-user-guide/roundcubemail/_plugins/kolab_delegation/settings.rst:94 msgid "" "This is the place where you can give another person (in your organization) a " "responsibility for your mailboxes, calendars or task lists. Delegated person " "will have access to selected folders (write or read-only) and will have " "possibility to act in your behalf, e.g. reply to email, create events/tasks, " "handle invitations." msgstr "" # 5128e5710b584b04be12b693602a37d4 #: ../../source/webmail-user-guide/roundcubemail/_plugins/kolab_delegation/settings.rst:99 msgid "" "To add a new user delegation use \"Add delegate\" button, type user name in " "the form on the right (wait for auto-completion and select the user from the " "list) and select folders to share." msgstr "" # 0d2abc6fc7a04133b766e1b6fbbb5df2 #: ../../source/webmail-user-guide/roundcubemail/_plugins/kolab_delegation/settings.rst:102 msgid "" "You can modify access rights at any time, remember to use *Save* button." msgstr "" # aab441d0a42745a89c85dac52748b961 #: ../../source/webmail-user-guide/roundcubemail/_plugins/kolab_delegation/settings.rst:104 msgid "" "When removing delegation you'll be asked if you want to remove also access " "rights to folders that previously were given access to. So, you can remove " "delegation but keep folder permissions for this person." msgstr "" # c3ab2202babf4d5bb5b5c05ed48a2d86 #: ../../source/webmail-user-guide/roundcubemail/_plugins/kolab_delegation/settings.rst:109 msgid "You can always change folder permissions in *Settings > Folders*." msgstr "" # a0aaf79c6e564b64b868a8198e95f295 #: ../../source/webmail-user-guide/roundcubemail/_plugins/kolab_delegation/settings.rst:112 msgid "" "The delegation feature to fully work requires from the delegated user to re-" "login. In this process new identities will be created on delegated user " "account. They will be removed when the delegator removes the delegation " "(depending on server configuration)." msgstr "" diff --git a/locale/fr/LC_MESSAGES/webmail-user-guide/roundcubemail/_plugins/kolab_tags/mail.po b/locale/fr/LC_MESSAGES/webmail-user-guide/roundcubemail/_plugins/kolab_tags/mail.po index 6543a4e8..f3816baa 100644 --- a/locale/fr/LC_MESSAGES/webmail-user-guide/roundcubemail/_plugins/kolab_tags/mail.po +++ b/locale/fr/LC_MESSAGES/webmail-user-guide/roundcubemail/_plugins/kolab_tags/mail.po @@ -1,102 +1,101 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-25 16:34+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 1.3\n" # 408b63d550a649b990f006979304afc6 # e93720f48e1449058050ce22e281d04b #: ../../source/webmail-user-guide/roundcubemail/_plugins/kolab_tags/mail.rst:93 #: ../../source/webmail-user-guide/roundcubemail/_plugins/kolab_tags/mail.rst:88 msgid "Tags" msgstr "" # 6e19ac5750c743ffb1559d00b914c6cc #: ../../source/webmail-user-guide/roundcubemail/_plugins/kolab_tags/mail.rst:95 msgid "" "Like folders, tags is a way to separate and organize Emails. Tags are " "showing up as a colored reference in the subject line of the referenced " "Emails." msgstr "" # 71df554ad82f4967a9353124b4a4efc3 #: ../../source/webmail-user-guide/roundcubemail/_plugins/kolab_tags/mail.rst:99 msgid "" "Tags can be reused across the Kolab components - Email, Calendar, Notes, " "Files and Tasks." msgstr "" # e5d0ce6e0199418b86343d45a2f8c665 #: ../../source/webmail-user-guide/roundcubemail/_plugins/kolab_tags/mail.rst:103 msgid "" "When a tag is associated with a number of Emails, these Emails can be listed " "by clicking the tag in the tag-cloud. It is possible to select more than one " "tag using CTRL key. This way one can display messages associated with all " "selected tags." msgstr "" # 926d4ca7c32e4f848141e5bdb522b211 #: ../../source/webmail-user-guide/roundcubemail/_plugins/kolab_tags/mail.rst:106 msgid "" "The tag-cloud can be found under the :ref:`folder list ` in " "the Email view. It is showing all available tags." msgstr "" # 4cba38224ad34fb3b5e57b2fd11e4f22 #: ../../source/webmail-user-guide/roundcubemail/_plugins/kolab_tags/mail.rst:112 msgid "Creating a tag" msgstr "" # 2dc33917ce0b4ba8a3818f03b7db4476 #: ../../source/webmail-user-guide/roundcubemail/_plugins/kolab_tags/mail.rst:114 msgid "" "Tags can be created, either from the manage menu (see above) or from the " "dropdown menu in the mail view. Rightclick on an Email in the list, and " "select \"Mark -> Tag as...\"." msgstr "" # d69bc0943dd04a168cfe699bef8b4491 #: ../../source/webmail-user-guide/roundcubemail/_plugins/kolab_tags/mail.rst:120 msgid "Managing tags" msgstr "" # 0c736085d57b4f8895cc81e6d4321ceb #: ../../source/webmail-user-guide/roundcubemail/_plugins/kolab_tags/mail.rst:122 msgid "" "Tags can be managed through the menu in the tag-cloud. The menu is opened by " "clicking the wheel in the buttom of the tag-cloud. Here you can add/remove " "tags or modify their name and color." msgstr "" # 47a033711efe4b568c4a298c0fd7dcea #: ../../source/webmail-user-guide/roundcubemail/_plugins/kolab_tags/mail.rst:125 msgid "" "Tags are associated to Email messages via the drop-down menu in the Email " "list." msgstr "" # 38168bf8d6c140f695d49309a7a6c0af #: ../../source/webmail-user-guide/roundcubemail/_plugins/kolab_tags/mail.rst:129 msgid "Deleting tags" msgstr "" # abf57885685b4d8eae3b3493703ca65e #: ../../source/webmail-user-guide/roundcubemail/_plugins/kolab_tags/mail.rst:131 msgid "" "A tag which is no longer needed can be removed via the tag-cloud menu. This " "will remove the tag from the cloud and the references to the associated " "Emails. The Emails will however remain." msgstr "" diff --git a/locale/fr/LC_MESSAGES/webmail-user-guide/roundcubemail/_plugins/managesieve/settings-filters.po b/locale/fr/LC_MESSAGES/webmail-user-guide/roundcubemail/_plugins/managesieve/settings-filters.po index d22b4c15..b4a46f3d 100644 --- a/locale/fr/LC_MESSAGES/webmail-user-guide/roundcubemail/_plugins/managesieve/settings-filters.po +++ b/locale/fr/LC_MESSAGES/webmail-user-guide/roundcubemail/_plugins/managesieve/settings-filters.po @@ -1,144 +1,143 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-25 16:34+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 1.3\n" # e30c1544674948c890e1be0f748ca889 # 75f2482ae883468e8e1a76b3a96418c3 #: ../../source/webmail-user-guide/roundcubemail/_plugins/managesieve/settings-filters.rst:93 #: ../../source/webmail-user-guide/roundcubemail/_plugins/managesieve/settings-filters.rst:88 msgid "Filters" msgstr "" # 1b863869579341b5b309eec007602a0b #: ../../source/webmail-user-guide/roundcubemail/_plugins/managesieve/settings-filters.rst:95 msgid "" "Incoming mail is automatically processed by the server and handled/organized " "according to defined criteria. For example you can tell the server to move " "the message to specified folder, redirect it to another account, send a " "reply, discard, delete, etc." msgstr "" # a0ed455a753e46b98aef4b6d5f5a3725 #: ../../source/webmail-user-guide/roundcubemail/_plugins/managesieve/settings-filters.rst:99 msgid "" "Filtering is based on `Sieve `_ " "language, which means that under the hood all filters are stored as a Sieve " "script on the server. This interface allows you to define rules in easy way " "without the need to know the language." msgstr "" # dc432fa8a2a74a529be2853fe9e277df #: ../../source/webmail-user-guide/roundcubemail/_plugins/managesieve/settings-filters.rst:103 msgid "" "Each filter definition has a name and set of rules and actions. Usually the " "number of definitions is unlimited and they can be grouped into sets " "(scripts) for convenience." msgstr "" # 37d224e299c64e5bb8fd5c5dc6391191 #: ../../source/webmail-user-guide/roundcubemail/_plugins/managesieve/settings-filters.rst:109 msgid "Filter sets" msgstr "" # 4441f889647542ae958c3a6f0af78187 #: ../../source/webmail-user-guide/roundcubemail/_plugins/managesieve/settings-filters.rst:111 msgid "" "Filter definitions can be grouped into sets. These can be activated or " "disactivated. Depending on server configuration there can be none, one or " "more active sets at the same time. They need to have a unique name." msgstr "" # fc104f43105c46d1b7a6887db3f51a02 #: ../../source/webmail-user-guide/roundcubemail/_plugins/managesieve/settings-filters.rst:115 msgid "" "New sets can be created as empty or as a copy of an existing set. It is also " "possible to import them from a text file containing Sieve script. Sets in " "form of a script can be also downloaded e.g. for backup or migration " "purposes." msgstr "" # 2d5d6cc72369417a90c42917cd72a496 #: ../../source/webmail-user-guide/roundcubemail/_plugins/managesieve/settings-filters.rst:121 msgid "Filter definition" msgstr "" # d85175e8397244f7abf7f97d766156fd #: ../../source/webmail-user-guide/roundcubemail/_plugins/managesieve/settings-filters.rst:123 msgid "" "Every filter can be active or inactive, which is convenient if you want to " "disable some actions temporarily." msgstr "" # 9b75db663d894c2fb25bb118020d3a33 #: ../../source/webmail-user-guide/roundcubemail/_plugins/managesieve/settings-filters.rst:126 msgid "" "Because filters are executed in specified order (from top to bottom as you " "see them on the list) you can use drag-and-drop technique to rearange " "filters on the list." msgstr "" # e2d650be016f480dac9b74e8eee31dea #: ../../source/webmail-user-guide/roundcubemail/_plugins/managesieve/settings-filters.rst:129 msgid "" "Every filter definition contains at least one rule and one action. Depending " "on server capabilities a rule can be based e.g. on message headers, body, " "date or size." msgstr "" # 8cd60a56453646259ee3766711497907 #: ../../source/webmail-user-guide/roundcubemail/_plugins/managesieve/settings-filters.rst:132 msgid "" "A set of actions also depends on server capabilities. Most servers support:" msgstr "" # 605731b9be384cf69f7e9fa90eb7ab35 #: ../../source/webmail-user-guide/roundcubemail/_plugins/managesieve/settings-filters.rst:134 msgid "moving/copying messages to specified folder" msgstr "" # 20338ca617db4768858bf48d47615f91 #: ../../source/webmail-user-guide/roundcubemail/_plugins/managesieve/settings-filters.rst:135 msgid "redirecting/copying messages to another account" msgstr "" # f4535425021249f2ba2aa8ddb255cfee #: ../../source/webmail-user-guide/roundcubemail/_plugins/managesieve/settings-filters.rst:136 msgid "discarding messages with specified error message" msgstr "" # 36490aab86214964ba73b7f60fe7af92 #: ../../source/webmail-user-guide/roundcubemail/_plugins/managesieve/settings-filters.rst:137 msgid "replying (vacation)" msgstr "" # 43ce65f464d0464ab9d2bee597129c10 #: ../../source/webmail-user-guide/roundcubemail/_plugins/managesieve/settings-filters.rst:138 msgid "deleting (ignoring) messages" msgstr "" # 78b64cfaf3cd485bb126e953a664ba89 #: ../../source/webmail-user-guide/roundcubemail/_plugins/managesieve/settings-filters.rst:139 msgid "setting flags (e.g. marking as Read)" msgstr "" # 5d7666f45e6942f3bda5d282027d2d52 #: ../../source/webmail-user-guide/roundcubemail/_plugins/managesieve/settings-filters.rst:141 msgid "" "Note: Some actions stop filtering process, some do not. Use *Stop evaluating " "rules* and *Keep message in Inbox* actions to have more control on this." msgstr "" diff --git a/locale/fr/LC_MESSAGES/webmail-user-guide/roundcubemail/_plugins/managesieve/settings-vacation.po b/locale/fr/LC_MESSAGES/webmail-user-guide/roundcubemail/_plugins/managesieve/settings-vacation.po index b9c38065..fc445c9b 100644 --- a/locale/fr/LC_MESSAGES/webmail-user-guide/roundcubemail/_plugins/managesieve/settings-vacation.po +++ b/locale/fr/LC_MESSAGES/webmail-user-guide/roundcubemail/_plugins/managesieve/settings-vacation.po @@ -1,161 +1,160 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-25 16:34+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 1.3\n" # 2aeda702192d4380b966b8213cc2d1f6 # 6640b3649fc14085bb03489bdbbc9a52 #: ../../source/webmail-user-guide/roundcubemail/_plugins/managesieve/settings-vacation.rst:93 #: ../../source/webmail-user-guide/roundcubemail/_plugins/managesieve/settings-vacation.rst:88 msgid "Vacation" msgstr "" # 50526b8acdf5470893103f26c6e2d9d5 #: ../../source/webmail-user-guide/roundcubemail/_plugins/managesieve/settings-vacation.rst:95 msgid "" "The vacation autoresponder's purpose is to provide correspondents with " "notification that the user is away for an extended period of time and that " "they should not expect quick responses." msgstr "" # 4ee01ce8182241cc8dd30059d7bc4106 #: ../../source/webmail-user-guide/roundcubemail/_plugins/managesieve/settings-vacation.rst:99 msgid "" "**Vacation** is used to respond to an incoming message with another message." msgstr "" # adcbe837dc4f46c5a9b27b0d21dffddc #: ../../source/webmail-user-guide/roundcubemail/_plugins/managesieve/settings-vacation.rst:101 msgid "" "This interface is part of :ref:`settings-managesieve-filters` functionality " "and provides a simple way to manage vacation responses." msgstr "" # 53074f9c81734348838b1ce1fe043c4b #: ../../source/webmail-user-guide/roundcubemail/_plugins/managesieve/settings-vacation.rst:106 msgid "Vacation message" msgstr "" # ff59e3fa6edd474a9d1407b561ae86ba #: ../../source/webmail-user-guide/roundcubemail/_plugins/managesieve/settings-vacation.rst:108 msgid "" "To enable the autoresponder you have to set at least the response body and " "change the status to *On*." msgstr "" # 7e06dbbea4f24667bb3c1a262845eebf #: ../../source/webmail-user-guide/roundcubemail/_plugins/managesieve/settings-vacation.rst:113 msgid "**Subject**" msgstr "" # 8bab27dde869490f85d38b8044bd1d4a #: ../../source/webmail-user-guide/roundcubemail/_plugins/managesieve/settings-vacation.rst:112 msgid "" "Response subject is optional. By default the reply subject will be set to " "*Auto: *" msgstr "" # f168971b7910419787b06918c9137e6b #: ../../source/webmail-user-guide/roundcubemail/_plugins/managesieve/settings-vacation.rst:117 msgid "**Body**" msgstr "" # 224531b79a9e4ba59e782c5b3a7c72fe #: ../../source/webmail-user-guide/roundcubemail/_plugins/managesieve/settings-vacation.rst:116 msgid "" "Response body. Here you put the reason of your absence or any other text " "that will be send to sender." msgstr "" # ee48c0037a8f43d1b2b44be7b66433ce #: ../../source/webmail-user-guide/roundcubemail/_plugins/managesieve/settings-vacation.rst:120 msgid "**Vacation start/end**" msgstr "" # a80d8a739639405f81a6d9d3bf4cadff #: ../../source/webmail-user-guide/roundcubemail/_plugins/managesieve/settings-vacation.rst:120 msgid "These fields define when the vacation rule is active and are optional." msgstr "" # 6568b40cc1fd4a78a7555249e4beb5b3 #: ../../source/webmail-user-guide/roundcubemail/_plugins/managesieve/settings-vacation.rst:125 msgid "**Status**" msgstr "" # 1e38573832f3437a89a6c006b7f32a24 #: ../../source/webmail-user-guide/roundcubemail/_plugins/managesieve/settings-vacation.rst:123 msgid "" "This field activates the rule. If you always use the same response body it " "is convenient to disable the vacation rule when it's not needed and enable " "again another time." msgstr "" # a6899a8d32df4ca6acce0edab3bf0271 #: ../../source/webmail-user-guide/roundcubemail/_plugins/managesieve/settings-vacation.rst:128 msgid "Advanced settings" msgstr "" # d8a4b816783b43818e35986bbcd087f6 #: ../../source/webmail-user-guide/roundcubemail/_plugins/managesieve/settings-vacation.rst:131 msgid "**Reply sender address**" msgstr "" # dca5c5cde1e243cdb2ee842b011b644a #: ../../source/webmail-user-guide/roundcubemail/_plugins/managesieve/settings-vacation.rst:131 msgid "" "This is an email address that will be used as sender of the vacation reply." msgstr "" # df530afd9e5e4293a20eea217aee659a #: ../../source/webmail-user-guide/roundcubemail/_plugins/managesieve/settings-vacation.rst:136 msgid "**My email addresses**" msgstr "" # 64592cf6f4374e32922051f8d8cefbc9 #: ../../source/webmail-user-guide/roundcubemail/_plugins/managesieve/settings-vacation.rst:134 msgid "" "Normally the vacation response is send if recipient address of the incoming " "message is one of your addresses known to the server. Here you can add more " "addresses." msgstr "" # 209eb22e32fb414b93fce8ee38bcfdb5 #: ../../source/webmail-user-guide/roundcubemail/_plugins/managesieve/settings-vacation.rst:141 msgid "**Reply interval**" msgstr "" # 5278a163a483498aa07cf33ce63a0427 #: ../../source/webmail-user-guide/roundcubemail/_plugins/managesieve/settings-vacation.rst:139 msgid "" "This parameter defines how often the reply to the same sender is generated. " "When you receive a lot of messages from the same sender in short time, " "usually you don't want to reply to all of them. By default reply is send " "once a day." msgstr "" # 37c9d2bbb62c47b8ad5033b1a2e89585 #: ../../source/webmail-user-guide/roundcubemail/_plugins/managesieve/settings-vacation.rst:144 msgid "**Incoming message action**" msgstr "" # 9f87580996014e9eb5bbbb1666adca9e #: ../../source/webmail-user-guide/roundcubemail/_plugins/managesieve/settings-vacation.rst:144 msgid "" "This field defines an action taken on the incoming message. You can discard " "or keep it or redirect/copy to another account (so it can be handled by " "another person)." msgstr "" diff --git a/locale/fr/LC_MESSAGES/webmail-user-guide/roundcubemail/_plugins/tasklist/index.po b/locale/fr/LC_MESSAGES/webmail-user-guide/roundcubemail/_plugins/tasklist/index.po index 6389698f..c106b23c 100644 --- a/locale/fr/LC_MESSAGES/webmail-user-guide/roundcubemail/_plugins/tasklist/index.po +++ b/locale/fr/LC_MESSAGES/webmail-user-guide/roundcubemail/_plugins/tasklist/index.po @@ -1,32 +1,31 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-25 16:34+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 1.3\n" # b692767a79fb42cea520876ce1866389 # 50f6a61e98ba4f7d9dee3809d6593c35 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/index.rst:93 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/index.rst:88 msgid "Tasks" msgstr "" # eae75f5fd7e448ab93b324147e4f3add #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/index.rst:95 msgid "" "The *Tasks* module helps you organize your daily jobs and ToDo's and will " "alert you about upcoming deadlines." msgstr "" diff --git a/locale/fr/LC_MESSAGES/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.po b/locale/fr/LC_MESSAGES/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.po index 17305da0..7ff385c2 100644 --- a/locale/fr/LC_MESSAGES/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.po +++ b/locale/fr/LC_MESSAGES/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.po @@ -1,485 +1,484 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-25 16:34+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 1.3\n" # 68f32f65f6d64bdfb66129384c5ef45a #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:91 msgid "Managing Tasks" msgstr "" # 12fdb09e35124ec1addd4f53b3db0598 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:93 msgid "" "All the described functions to manage your tasks are accessible from the " "main task view." msgstr "" # 69fdab8ae1d3458fa9225b4e2ac4f7b5 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:97 msgid "Create new Tasks" msgstr "" # c075f3617ece40d4a1fbd93ca610cb43 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:103 msgid "**The New Task Dialog**" msgstr "" # dac99279bb6248ffb312c90d30596bb4 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:100 msgid "" "Click the *New task* button in the toolbar to get an empty dialog where you " "enter the tasks properties like title, description, start/due dates and " "reminder settings." msgstr "" # 8bbec55cb7ca4ce8b8631ad10322bbf7 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:103 msgid "Click *Save* to finally add it to the selected task list." msgstr "" # b4f78ef99bef401caf9c2632cd977224 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:112 msgid "**Quick Entry**" msgstr "" # d583bac58d5740488e055e3e6f93e390 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:106 msgid "" "The text box in the centre of the toolbar area lets you add new tasks very " "fast by simply entering a title and then press on the keyboard. " "Tasks will be created in the currently selected list." msgstr "" # 712459f95c70482285d69b55a783591b #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:110 msgid "" "Begin the quick entry with a date or time description like \"Tomorrow\" or " "\"Monday at 16:00\" to directly assign a due date to the task." msgstr "" # 5451f8acdaee4d458ace33bb8173a444 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:117 msgid "Edit Tasks" msgstr "" # 8445cad7a7c84cb78fb4ffe4217dd53f #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:120 msgid "The Edit Dialog" msgstr "" # 0aa8b646843d4a6ab9456f2a9ccfc83d #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:122 msgid "" "When clicking a task item in list a dialog showing its details is displayed. " "Clicking the Edit button in that dialog opens the form to edit all " "properties of the selected task." msgstr "" # 7640173169a54319935a6a931bc85d24 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:125 msgid "" "The edit form is divided into different section which can be switched using " "the tabs on top of the dialog:" msgstr "" # 360b84b4bef346298d8198bfc702cafc #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:127 msgid "**Summary**" msgstr "" # 7fa4ec8ceef2440d9f08c07b55edd042 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:129 msgid "" "This general section has text fields and selectors for various properties. " "Here’s a description of all the possible values:" msgstr "" # 3988bf6991ba4967914bb5434c356174 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:131 msgid "" "``Title``: The title of the task. This is what you will see in the list." msgstr "" # de7bad139e664cd494583720a31e832a #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:132 msgid "" "``Description``: Any text that describes the task. Links and email addresses " "will be become clickable." msgstr "" # 470d8d5cb51c4c60a387b27ad4a7f078 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:133 msgid "" "``Tags``: A list of tags assigned to this task. Add one by typing to the " "text box and hit ." msgstr "" # b3a833bcee734958bc88331e55860293 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:134 msgid "``Start``: The date/time, the task is supposed to be worked on." msgstr "" # 0cb09754dba54c7ea5fb144ce945240e #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:135 msgid "" "``Due``: The date/time this job is due. Define a time when setting a " "reminder for this task." msgstr "" # 79e6098cf1824380b22b9ff86b2d091e #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:136 msgid "" "``Reminder``: Will pop up with a notification at a the specified time before " "the task is due. It is possible to select 'Message' (default) or 'Sound'. " "When 'Sound' is selected, a sound will be played at the selected time. This " "setting requires the host to be able to play sounds." msgstr "" # 14381b96cd874174987e3cc12d462be8 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:137 msgid "" "``Complete``: The completeness state of a task in percent. Use the slider or " "enter a number." msgstr "" # cff9a5fe77a645599aa77556041bcda4 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:138 msgid "" "``Tasklist``: The list the task is saved in. Change it to move an event from " "one list to another." msgstr "" # 5b3cf60b751943108b80014606b57de1 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:146 msgid "" "For periodically recurring task series, this tab has the settings how a task " "is repeated over time." msgstr "" # b4d03e657db942bbb189df73df852c43 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:149 msgid "``Repeat``: Start with selecting a repetition interval (e.g. monthly)" msgstr "" # 829de74de82e49e48a788f99915b88f2 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:150 msgid "" "``Every``: How often the frequency will be relevant. For example, for a task " "that takes place every other week choose Weekly and then 2." msgstr "" # a679738553f141f793fe5415293c8cb9 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:151 msgid "" "If you choose a frequency of weekly or monthly you can select which days of " "the week or month the task will occur. * ``Until``: Determines the duration " "of the repetition. The recurrence can either run forever, for a number of " "times or until a specific date." msgstr "" # 52666ff793a6402a9de9865a82e3a59f #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:154 msgid "**Assignments**" msgstr "" # 5bac77a5c1e0494ea504374ceffb7a79 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:156 msgid "" "One, or a list of, users can be assigned to the task. The list is managed in " "this tab." msgstr "" # 8a8b6baa13a24a65819189535eacdec2 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:158 msgid "" "``Organizer``: The user organizing (creating) the task. This is set to the " "default identity of the logged in user, but a diferent identity for this " "user can be selected." msgstr "" # 37ab8d09a47f4ca8b1a6013bef23d2e2 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:159 msgid "" "``Add Assignee``: Type three letters of the username, and the search box " "will show a dropdown list of relevant users. Then clieck the 'Add Assignee' " "button." msgstr "" # 66e9d5822f554313bd5a4ec6b6be619b #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:160 msgid "" "``Invitation/notification comment``: When a user is assigned to a task, an " "email notificatino is sent out. This field is giving the opportunity to add " "extra test to this mail notification." msgstr "" # 0138dfabd5404160b25072645c32557e #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:162 msgid "**Attachments**" msgstr "" # f1348134ff894b2393c5362b574e149d #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:164 msgid "" "Sometimes a description text isn't enough to collect information for a " "specific task. Switch to this tab to attach files to the current task or to " "remove them again. Adding files works pretty much the same as :ref:" "`attaching them to email messages `: first select " "a file from your local disk and click *Upload* in order to attach it." msgstr "" # a70370f238c44031afcee9e1cfdcb671 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:169 msgid "" "Don't forget to finally save the changes by clicking *Save* in the task edit " "dialog. Switching back and forth between the tabs will not yet save the data." msgstr "" # 72670d361aee45498f9620e3d47adc41 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:176 msgid "Assign Tags" msgstr "" # 0b7279e1906541d2bd78f25dc293e529 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:178 msgid "" "Tags help you organize your tasks in the list view. Open the :ref:`Edit " "Dialog ` and enter tags into the according text box:" msgstr "" # 38fcf583348043929c83d0e5ef70e816 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:183 msgid "" "Append a tag by hitting and continue typing to add more. While " "typing, a suggestion of already used tags will be shown. Use the arrow keys " "on the keyboard to select one and press to select." msgstr "" # cb380f2bc24b442d941489ec6f215cde #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:186 msgid "Remove tags with a click on the *Remove* icon." msgstr "" # 19627c90510a4616b6be142d8f710ec4 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:188 msgid "**Drag & Drop Tags**" msgstr "" # 3e017b4b3b3b4311bff58b8beccf68b3 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:190 msgid "" "Existing tags listed in the tags box on the left can also be assigned to " "tasks directly in the list view by simply dragging the tag from the box and " "drop it on a task bar." msgstr "" # 0a19641347b84829a199bd702ddc187e #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:197 msgid "Set Due Dates" msgstr "" # 1859df5d43da404ca96a5a8037979a9d #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:199 msgid "" "Assign due dates to your tasks to not miss your deadlines and to enable " "reminder notifications for them. The due dates with time can be entered in " "the :ref:`Edit Dialog `. When entering the input field, " "a small calendar widget will help you to quickly select a date." msgstr "" # c2906ccb99254e48929a41079279c2fb #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:203 msgid "" "Due dates can also be entered or changed directly in the list view without " "going to the edit dialog. Click the due date or the \"no date\" area on the " "right end of a task bar and select a date from the calendar widget. The " "change will be saved immediately." msgstr "" # baed275f421d4a2082307c58f826105d #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:211 msgid "Mark Tasks as Complete" msgstr "" # b108a5543a714eabbbf948676a0ebba8 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:213 msgid "" "In the :ref:`tasklist-edit-task` section we learned how to set a percentage " "value for a task's completeness. Until a task isn't fully completed, the " "percentage is displayed as a think horizontal line in the list view." msgstr "" # 785ffa64f2cd44b9a0376de30083e1ea #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:217 msgid "" "In order to mark a task as complete, simply click the checkbox in the list " "view. The task is now grayed out and moved to the bottom of the list. After " "some time or when refreshing the list, completed tasks will be removed from " "the view. You can still find them with the *Complete* quick filter. Uncheck " "the box to bring it back to the normal list." msgstr "" # 3716f125d14845868178782de9e13da3 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:224 msgid "Organize Tasks in Groups" msgstr "" # 4724ee57bb624fe5a0ea27a72d700ce0 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:226 msgid "" "For bigger jobs or entire projects, tasks can be divided into subtasks and " "organized hierarchically to visualize dependencies." msgstr "" # a2b3dcbc36974271b2619684441176b3 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:230 msgid "Create a Subtask" msgstr "" # 5b35d8f0ee01416f8d4d7b100af44f6b # b29c0e2c4618463a96acbb5637d2d7f7 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:236 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:276 msgid "" "Open the options menu of a task from the arrow icon on the far right of the " "task bar." msgstr "" # e71a68a7596147d0a2588bc63ff30fc6 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:237 msgid "Select *Add subtask*" msgstr "" # d6e2ab7776464277b763c3b1177be805 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:238 msgid "" "Enter the subtask properties in the :ref:`Edit Dialog `" msgstr "" # 1e6c11ef932543f698b63eb97aba6f59 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:239 msgid "Press *Save* to insert it" msgstr "" # f43fd7e698e64e37b872bb56d9d96a65 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:245 msgid "Re-organize Groups" msgstr "" # d2d1aa6e2b654785b6c62f2ac0156ae2 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:247 msgid "" "The hierarchical nesting of tasks and subtasks can be changed at any time. " "Simple grab a task with the mouse and drop onto another one to make it a " "subtask. This works for entire subtrees equally well. While dragging, a " "possible drop target is highlighted when moving over it." msgstr "" # 66faa3e6d43b496dacf82b26facf717a #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:251 msgid "" "Drop a task onto the small bar on top of the tasks list to make it a main " "task again." msgstr "" # ba9c3fb26c3047b9ab702b5295ed4531 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:253 msgid "" "If you organize your tasks in different lists, dropping a task onto a task " "list in the box on the left moves it (and all child tasks) to that " "particular list." msgstr "" # fb42507821a743579366c21b522d9cbb #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:261 msgid "Get Notifications" msgstr "" # 5564ac89f8dd4f15886c00a74ffc8d84 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:263 msgid "" "While logged in to the webmail, reminders about soon-to-be due tasks will be " "displayed with pop-up boxes at the specified time before the task is due. " "You can specify if you want to see reminders for every task list " "individually. Enable or disable reminders in :ref:`Task List Settings " "` from the :ref:`tasklist-lists`." msgstr "" # d40c2168ca764998bdad8f7a3a8943ad #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:267 msgid "" "Read how to :ref:`Dismiss or Snooze Reminders ` in " "the calendar section." msgstr "" # f45c35c923bb42f7b72141f075adfa02 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:271 msgid "Delete Tasks" msgstr "" # 15802e7d2018473a9f65cc4b55fb6e66 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:273 msgid "" "Usually finished tasks are marked as complete. But there are still " "situations where you might want to actually delete a task." msgstr "" # 46865aeb6bba4d9a96969450d33c61e1 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:277 msgid "Select *Delete*." msgstr "" # d0984e5b1e9c49f593f043de82bc73c8 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:278 msgid "Click *Delete* again in the confirmation dialog." msgstr "" # 68278525ab1f4e83beef4f52beac1bbd #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:173 msgid "Tags" msgstr "" # 10c941290eda44729f6e720f8ca33ab8 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:194 msgid "Due Date" msgstr "" # 7c660fdae3fe46e683d93a08a91d72e2 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:208 msgid "Complete" msgstr "" # c0e7fb3d78b349adac0a8792e2d6b64a #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:242 msgid "Move" msgstr "" # c0e7fb3d78b349adac0a8792e2d6b64a #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:242 msgid "Drag & Drop" msgstr "" # fb526366338f4dff86d2398f1b9d4080 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:257 msgid "Notifications" msgstr "" # fb526366338f4dff86d2398f1b9d4080 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:257 msgid "Reminders" msgstr "" diff --git a/locale/fr/LC_MESSAGES/webmail-user-guide/roundcubemail/_plugins/tasklist/overview.po b/locale/fr/LC_MESSAGES/webmail-user-guide/roundcubemail/_plugins/tasklist/overview.po index 33ceaf52..1c4a4e8e 100644 --- a/locale/fr/LC_MESSAGES/webmail-user-guide/roundcubemail/_plugins/tasklist/overview.po +++ b/locale/fr/LC_MESSAGES/webmail-user-guide/roundcubemail/_plugins/tasklist/overview.po @@ -1,243 +1,242 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-25 16:34+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 1.3\n" # 52f9931670694bf49a0d7a7d2c77837f #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/overview.rst:90 msgid "Overview" msgstr "" # aca5ea2d8d59425693a0827ec0aab24d #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/overview.rst:92 msgid "" "The content area of the tasks screen is divided into three areas: the :ref:" "`Tasks ` itself, the :ref:`Tags ` and the :" "ref:`Tasklist Selector `." msgstr "" # 2b55c090045e4390ac613bdf4bd8d611 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/overview.rst:100 msgid "The Tasks List" msgstr "" # a8384cac1bd546f6a583f76669c33f6b #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/overview.rst:102 msgid "" "The main content are lists the task items that match the current selection " "of active lists, filters and tags. The listed tasks are sorted by due date " "(ascending) and completed ones move to the bottom." msgstr "" # 104abd3c3d174055ae39d2add0ccd4b8 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/overview.rst:109 msgid "" "Tasks can be organized hierarchically and the list appears like a tree " "structure. A small arrow icon on the left side of a task bar indicates " "subordinated tasks and expands or collapses the tree upon click." msgstr "" # 9cc584e0667246da92bfe6a221e32102 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/overview.rst:113 msgid "" "Some basic editing like flagging, assigning a due date as well as completing " "tasks can directly be done in the list by clicking the checkbox, the flag " "icon or the date selector." msgstr "" # 3340770357f24c9c9a400c071c1853f4 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/overview.rst:116 msgid "" "A single click anywhere else on a task bar displays all details in a dialog " "box. Hit on the keyboard or click the close icon to hide it again." msgstr "" # c232b23663c14fabb18bc47a6c4d61aa #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/overview.rst:119 msgid "Double-clicks open the clicked task item for full detail editing." msgstr "" # bde3aaef26c0452e9f9986eec1fc1896 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/overview.rst:123 msgid "Control the List" msgstr "" # 0625188cecee466095e8cda0c3aba5d4 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/overview.rst:126 msgid "Quick Filters" msgstr "" # cbbc8dd7fccf4b5785dd2dc38897b49d #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/overview.rst:128 msgid "" "The selection your tasks displayed on the screen can be refined in various " "ways. Use the quick filters above the list to reduce the listed tasks " "according to their status or due date." msgstr "" # e6f27ff7b2f44d21ae40d3d8993f395e #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/overview.rst:134 msgid "Tags" msgstr "" # 86343d552dbd4bb689d5db314eef57aa #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/overview.rst:136 msgid "" "The tags list on the left is another way to display a selection of tasks. " "Click a tag to only display tasks with this tag assigned. Click it again to " "show all. Hold down the key on the the keyboard to select mutliple " "tags and further reduce the selection." msgstr "" # aff21a36361b4798aca855a0387bbf7f # 7452920e37084d938aaa5719a59b5809 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/overview.rst:141 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/overview.rst:167 msgid "Task Lists" msgstr "" # 3e61425423984dbabbf2aa3e0cde0030 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/overview.rst:143 msgid "" "The checkboxes in the :ref:`tasklist-lists` box control whether tasks from " "the according list are currently displayed. Use the *Quick View* icon |" "quickview| in the list to quickly reduce the view to tasks from a single " "list. This can also be used when the according list isn't activated. Click " "it again to turn off quick view mode and return to regular display of active " "lists." msgstr "" # 48d60613b4e84402bcbffc1159e0c8c5 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/overview.rst:152 msgid "Searching Tasks" msgstr "" # ea49b53596e44fc2a9c232dc495cc2b3 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/overview.rst:154 msgid "" "The search box above the calendar view lets you quickly get a list of events " "matching the entered keyword in either the title or the description text. " "Enter the search term into the box and press on your keyboard to " "start the search." msgstr "" # dd6ece37d24e494ca40eb53c28d821bc #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/overview.rst:157 msgid "" "After searching, you can still use the filters and tags as explained above " "to hide some results." msgstr "" # 6ed0575e345e47f08a3ab9ea004a318a #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/overview.rst:159 msgid "" "Reset the search by clicking the *Reset search* icon on the right border of " "the search box." msgstr "" # cc782baed1e8451fa8db145a0053cec3 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/overview.rst:169 msgid "" "Organize your tasks in various lists. All of your personal task lists as " "well as those shared by others are listed in the box in the lower left area " "of the screen." msgstr "" # fd0bfe0fc6d14f64ad58c926f4394867 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/overview.rst:172 msgid "" "You can create any number of lists to store and manage all your tasks and " "name them individually." msgstr "" # c5edf35a95774afbb115d2e1f30f0302 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/overview.rst:176 msgid "Create a Task List" msgstr "" # 9279309d4fa246deab8bed65a6011e8e #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/overview.rst:178 msgid "Click the + icon in the tasklists box footer." msgstr "" # 2f9df2ca76204231818909a70ccddf8e #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/overview.rst:179 msgid "In the dialog, give the new list a unique name." msgstr "" # ac6d3271d6d9429fbf25f19efd85e28e #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/overview.rst:180 msgid "Click *Save* to create it." msgstr "" # 5c70b91f3b714db59e41519f0ffb4679 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/overview.rst:185 msgid "Edit List Names and Settings" msgstr "" # e5c9c2551ea64a23b61ea0199699036f # eaa82398908b4a978c1f099bd1f7ee67 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/overview.rst:187 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/overview.rst:195 msgid "Select the task list to edit by clicking the name in the box." msgstr "" # 716237bf50b2497b92ba930fe4146b56 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/overview.rst:188 msgid "" "Click the gear icon in the box footer and select *Edit* from the options " "menu." msgstr "" # cf34843af00d4ce2a276da976183a00d #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/overview.rst:189 msgid "Adjust name or reminders settings in the edit dialog." msgstr "" # f46dfabd7c6c45f6a44573edc3d9bbc5 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/overview.rst:190 msgid "Click *Save* to finally update the list." msgstr "" # 519eda61774041f2bba76227519c932f #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/overview.rst:193 msgid "Remove entire Task Lists" msgstr "" # 040ee90731f14ce6939f6cf413f98c6a #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/overview.rst:196 msgid "" "Click the gear icon in the box footer and select *Remove* from the options " "menu." msgstr "" # 78efeec787c84d5bbddf0c3433b1f39b #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/overview.rst:197 msgid "" "After a confirmation dialog, the selected list with all its tasks will be " "deleted. Caution: This action cannot be undone!" msgstr "" # 0cc3426962c64506ba8b3e2f21cd31d6 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/overview.rst:96 msgid "Tasks" msgstr "" # 2f5404a2b3c94416880ba3f925007d5c #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/overview.rst:163 msgid "Tasklist" msgstr "" diff --git a/locale/fr/LC_MESSAGES/webmail-user-guide/roundcubemail/addressbook/addressbookview.po b/locale/fr/LC_MESSAGES/webmail-user-guide/roundcubemail/addressbook/addressbookview.po index 37f90e5c..7a0ed7d8 100644 --- a/locale/fr/LC_MESSAGES/webmail-user-guide/roundcubemail/addressbook/addressbookview.po +++ b/locale/fr/LC_MESSAGES/webmail-user-guide/roundcubemail/addressbook/addressbookview.po @@ -1,360 +1,359 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-25 16:34+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 1.3\n" # 566939a49ef94aeea72412df2da6325a #: ../../source/webmail-user-guide/roundcubemail/addressbook/addressbookview.rst:88 msgid "" "The content area of the address book screen is divided into three areas: :" "ref:`addressbook-groups`, :ref:`addressbook-contacts-list` and the :ref:" "`addressbook-contact-details`." msgstr "" # 70c8e14c3e8d4bbdbf3c6615608cf80d #: ../../source/webmail-user-guide/roundcubemail/addressbook/addressbookview.rst:96 msgid "Directories and Groups" msgstr "" # 4ec8ac21c2dd4108bcb848af8fbf589a #: ../../source/webmail-user-guide/roundcubemail/addressbook/addressbookview.rst:98 msgid "" "The leftmost pane displays a list of address directories and contact groups " "within each of the directories. Depending on your server configuration and " "installed plugins you might see multiple directories but there's at least " "one directory which contains your personal contacts." msgstr "" # 39512802953f4e928bf71dd339205190 #: ../../source/webmail-user-guide/roundcubemail/addressbook/addressbookview.rst:102 msgid "" "Contact groups are handy to organize your contacts. They can also be " "selected when composing an email message and will enter all members as a " "recipient. Groups will also appear in the :ref:`auto-completion ` list when you start typing in the recipient field. A " "contact can be assigned to multiple groups." msgstr "" # a7c749a8591f4e11b13def0b6c1eccb9 #: ../../source/webmail-user-guide/roundcubemail/addressbook/addressbookview.rst:106 msgid "" "Click a directory or a group in the list to show the contained contacts in " "the list on the right. The currently selected directory or group is " "highlighted in the list." msgstr "" # 0c8b181c22c84ecea23045adf74d7dbc #: ../../source/webmail-user-guide/roundcubemail/addressbook/addressbookview.rst:111 msgid "Create a Contact Group" msgstr "" # b5f2d61b16b14fe287bf6987a1763499 #: ../../source/webmail-user-guide/roundcubemail/addressbook/addressbookview.rst:113 msgid "" "In order to create a new contact group, first select the directory you want " "the group being created in. Then use the + icon on the groups list footer to " "get you an input field for the group name. Enter a unique name for the new " "group and hit to finally create it." msgstr "" # 07c6cb04da2f491491d8170cd09f8b30 #: ../../source/webmail-user-guide/roundcubemail/addressbook/addressbookview.rst:117 msgid "" "The creation action can be aborted by pressing the key while entering " "the group name." msgstr "" # fae29ab69af64cb28d490e48c72c3518 #: ../../source/webmail-user-guide/roundcubemail/addressbook/addressbookview.rst:123 msgid "Assigning Contacts to Groups" msgstr "" # 90535e697de2415084c9ec20a2d3417e #: ../../source/webmail-user-guide/roundcubemail/addressbook/addressbookview.rst:125 msgid "" "Contacts can be assigned to groups by dragging & dropping them with the " "mouse. Select one or multiple contacts in the list and drop them onto the " "desired group. It's a simple as that." msgstr "" # dbdd8afb3aa042a09013b00e34ce1627 #: ../../source/webmail-user-guide/roundcubemail/addressbook/addressbookview.rst:130 msgid "Remove Contacts from a Group" msgstr "" # b069b8b9a2a54d6ba3d8d52a26eec3df #: ../../source/webmail-user-guide/roundcubemail/addressbook/addressbookview.rst:132 msgid "List mode:" msgstr "" # ef5ac3debaac47b5a583eea30b7063c7 #: ../../source/webmail-user-guide/roundcubemail/addressbook/addressbookview.rst:134 msgid "Select the group in the list on the left" msgstr "" # 964cd60b4f234bf28850bfface67ecb4 #: ../../source/webmail-user-guide/roundcubemail/addressbook/addressbookview.rst:135 msgid "Select one or mutliple contacts to be removed from that group" msgstr "" # e819c69218a142b9a22cc01f9c8e2732 #: ../../source/webmail-user-guide/roundcubemail/addressbook/addressbookview.rst:136 msgid "" "Click the *Remove selected contacts from group* button in the contact list " "footer" msgstr "" # 71e722b13dd14af69b65cce359209f4f #: ../../source/webmail-user-guide/roundcubemail/addressbook/addressbookview.rst:138 msgid "Single mode:" msgstr "" # 5e4663074c554c4c9020ee0b416e8d88 #: ../../source/webmail-user-guide/roundcubemail/addressbook/addressbookview.rst:140 msgid "Select a contact in the contacts list" msgstr "" # 0e3dd968d7e045a5ae46383f9ca7980a #: ../../source/webmail-user-guide/roundcubemail/addressbook/addressbookview.rst:141 msgid "" "Switch to the *Groups* tab in the :ref:`addressbook-contact-details` area on " "the right" msgstr "" # 8bc59f45405d4a4f8bf3dcb33b10f111 #: ../../source/webmail-user-guide/roundcubemail/addressbook/addressbookview.rst:142 msgid "Uncheck the Group(s) you want it to remove from" msgstr "" # 22f6d07cc71e4cedad72c8729747c212 #: ../../source/webmail-user-guide/roundcubemail/addressbook/addressbookview.rst:146 msgid "More actions" msgstr "" # cf74a24c05bb421095123949c5760ec1 #: ../../source/webmail-user-guide/roundcubemail/addressbook/addressbookview.rst:148 msgid "" "Also in the footer of the groups list, the gear icon shows a menu with " "actions related to the selected directory or group." msgstr "" # 7fe23cab6ab94cc5bee1b85f28a94f4c #: ../../source/webmail-user-guide/roundcubemail/addressbook/addressbookview.rst:151 msgid "**Rename Group**" msgstr "" # 21561a925aaa4d11b3e9880d3a392f01 #: ../../source/webmail-user-guide/roundcubemail/addressbook/addressbookview.rst:151 msgid "" "Only enabled when a contact group is selected in the list above, this will " "let you enter a new name for that group." msgstr "" # d4ac72bdfbb94cde80c8fd9e06fc7648 #: ../../source/webmail-user-guide/roundcubemail/addressbook/addressbookview.rst:154 msgid "**Delete group**" msgstr "" # 5e24b8393a9b49a7b128d504de53472a #: ../../source/webmail-user-guide/roundcubemail/addressbook/addressbookview.rst:154 msgid "" "Deletes the group selected in the list above. Note that the contacts " "assigned to that group will NOT be deleted." msgstr "" # 5e4c1414142a42668703fc70f966346f #: ../../source/webmail-user-guide/roundcubemail/addressbook/addressbookview.rst:157 msgid "**Save search**" msgstr "" # 571dd469e0484fcc82b2f52e54b100ef #: ../../source/webmail-user-guide/roundcubemail/addressbook/addressbookview.rst:157 msgid "" "If you executed an :ref:`address book search ` " "before, this option will let you save it as a filter for later use." msgstr "" # 8119efec674947fb97cc92ab1b5e2cf2 #: ../../source/webmail-user-guide/roundcubemail/addressbook/addressbookview.rst:161 msgid "**Delete search**" msgstr "" # 8bdcab85603a409e9dcb06c2b29e9109 #: ../../source/webmail-user-guide/roundcubemail/addressbook/addressbookview.rst:160 msgid "" "Only available when a saved search is selected in the list above, this will " "delete that search filter." msgstr "" # 73be8cf0c7cd4e80a557cc540708b611 #: ../../source/webmail-user-guide/roundcubemail/addressbook/addressbookview.rst:167 msgid "Contacts List" msgstr "" # 0baaf6b7d09f48abbb25d420ab8a7f46 #: ../../source/webmail-user-guide/roundcubemail/addressbook/addressbookview.rst:169 msgid "" "The contacts of the selected address directory or group are presented in " "this list with their names. The total number of contacts in the particular " "directory or group is stated right below the list as well as the set that is " "currently displayed. Use the arrow buttons in the list header to navigate " "through the pages." msgstr "" # f5a5c3a33be348c69edfc32bf6952852 #: ../../source/webmail-user-guide/roundcubemail/addressbook/addressbookview.rst:173 msgid "" "you can change the way and order the contacts are listed here in the :ref:" "`Address Book ` section of the user preferences." msgstr "" # c98515e8db944659948adcee56b067bd #: ../../source/webmail-user-guide/roundcubemail/addressbook/addressbookview.rst:179 msgid "Contact List Actions" msgstr "" # c286f9c73ffa4a49a150aaedff96500d #: ../../source/webmail-user-guide/roundcubemail/addressbook/addressbookview.rst:181 msgid "" "The footer of the contacts list provides buttons that operate on the list or " "the current selection of contacts relatively:" msgstr "" # 8eb2e42431ab4055aa04a84d56d0311f #: ../../source/webmail-user-guide/roundcubemail/addressbook/addressbookview.rst:184 msgid "**Create new contact (+)**" msgstr "" # 767152fa4b534f29a14bc6a918e3db28 #: ../../source/webmail-user-guide/roundcubemail/addressbook/addressbookview.rst:184 msgid "" "Opens the form to :ref:`add a new contact ` to the " "selected directory." msgstr "" # 8c0d2cbc87d54f3b89065b1730117480 #: ../../source/webmail-user-guide/roundcubemail/addressbook/addressbookview.rst:187 msgid "**Delete selected contacts**" msgstr "" # 2b33f429e84747aba56e298cf6af3c9b #: ../../source/webmail-user-guide/roundcubemail/addressbook/addressbookview.rst:187 msgid "Deletes the contacts selected in the list above permanently." msgstr "" # 956526b9b65d4ca5b1b6a8d0d4823663 #: ../../source/webmail-user-guide/roundcubemail/addressbook/addressbookview.rst:191 msgid "**Remove selected contacts from group**" msgstr "" # f7874cfd24d24ada9f4759afb8f9a1f3 #: ../../source/webmail-user-guide/roundcubemail/addressbook/addressbookview.rst:190 msgid "Removes the selected contacts from the currently selected group." msgstr "" # 80e9ad66f94d44f78a4c6c487fb862d3 #: ../../source/webmail-user-guide/roundcubemail/addressbook/addressbookview.rst:194 msgid "Send Email to Selected Contacts" msgstr "" # 59c30f3ab87d414aac99db5b6a6870f3 #: ../../source/webmail-user-guide/roundcubemail/addressbook/addressbookview.rst:196 msgid "" "The address book is not only to manage your contacts but you can also search " "and select contacts you want to write a new email message to. The *Compose* " "icon on the toolbar above is activated as soon as you selected at least one " "contact or a contact group. Click it to open the compose screen with the " "selected contacts filled in as recipients." msgstr "" # 5b3eb5cf6dce48fa98b960109d9fad51 #: ../../source/webmail-user-guide/roundcubemail/addressbook/addressbookview.rst:200 msgid "" "To start writing an email to a single contact, you can also click the email " "address in the :ref:`addressbook-contact-details` area on the right." msgstr "" # 8989164d273343a3b72e7e7f674d076d #: ../../source/webmail-user-guide/roundcubemail/addressbook/addressbookview.rst:205 msgid "Copying Contacts" msgstr "" # 53b3a2613d36445c83d02240359ea81a #: ../../source/webmail-user-guide/roundcubemail/addressbook/addressbookview.rst:207 msgid "" "Contacts can be copied from one directory to another in a similar way as " "assigning them to groups. Simply drag one or multiple selected contacts with " "the mouse and drop them onto the target directory. Please note that some " "properties might be saved into other fields or not be copied at all if the " "address directories have different schemas." msgstr "" # e085387e1ee34b769b3cfc606f60bf0d #: ../../source/webmail-user-guide/roundcubemail/addressbook/addressbookview.rst:216 msgid "Contact Details" msgstr "" # 6015939680fe44e692318d3a4c2f6b60 #: ../../source/webmail-user-guide/roundcubemail/addressbook/addressbookview.rst:218 msgid "" "The full details of a contact are displayed in the rightmost box of the " "address book screen. Select a single contact in the list in order to see the " "details here. Contact properties are structured with tabs and boxes grouping " "similar properties like phone numbers, postal or email addresses." msgstr "" # 63d3582473a3438db16895b0e34b487a #: ../../source/webmail-user-guide/roundcubemail/addressbook/addressbookview.rst:222 msgid "" "The groups tab allows direct assignment or removal for the contact to/from " "contacts groups." msgstr "" # c39bdd0c2bf54287945f6bd08e43e96c #: ../../source/webmail-user-guide/roundcubemail/addressbook/addressbookview.rst:92 msgid "Groups" msgstr "" # c39bdd0c2bf54287945f6bd08e43e96c #: ../../source/webmail-user-guide/roundcubemail/addressbook/addressbookview.rst:92 msgid "Direcotries" msgstr "" # 011c705cdf2c45148ecdb6926741f68b #: ../../source/webmail-user-guide/roundcubemail/addressbook/addressbookview.rst:120 msgid "Assign Groups" msgstr "" # 011c705cdf2c45148ecdb6926741f68b #: ../../source/webmail-user-guide/roundcubemail/addressbook/addressbookview.rst:120 msgid "Drag & Drop" msgstr "" # 9ca0c1a0ef944f3cb40f6e912d441019 #: ../../source/webmail-user-guide/roundcubemail/addressbook/addressbookview.rst:163 msgid "Contacts" msgstr "" # 2129a1f191434f90adee647a4ef6d563 #: ../../source/webmail-user-guide/roundcubemail/addressbook/addressbookview.rst:176 msgid "Delete Contact" msgstr "" # cd892d2afb65414d806875e8449ae017 #: ../../source/webmail-user-guide/roundcubemail/addressbook/addressbookview.rst:212 msgid "Preview" msgstr "" diff --git a/locale/fr/LC_MESSAGES/webmail-user-guide/roundcubemail/addressbook/editing.po b/locale/fr/LC_MESSAGES/webmail-user-guide/roundcubemail/addressbook/editing.po index a4856d99..27d372fc 100644 --- a/locale/fr/LC_MESSAGES/webmail-user-guide/roundcubemail/addressbook/editing.po +++ b/locale/fr/LC_MESSAGES/webmail-user-guide/roundcubemail/addressbook/editing.po @@ -1,148 +1,147 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-25 16:34+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 1.3\n" # b7bcd25a9154401c9a79d74837a899e9 #: ../../source/webmail-user-guide/roundcubemail/addressbook/editing.rst:93 msgid "Creating and Editing Contacts" msgstr "" # 431f5bb7eea84b9abd1fee99c6d1d4d9 #: ../../source/webmail-user-guide/roundcubemail/addressbook/editing.rst:95 msgid "" "Select a contact from the contacts list and then press the *Edit contact* " "button in the contact properties area on the right to start editing it." msgstr "" # 1ee602fc74bf478986f7fa390f0fabc9 #: ../../source/webmail-user-guide/roundcubemail/addressbook/editing.rst:98 msgid "" "In the upper part of the contact edit area are the name and organization " "fields as well as the contact picture to be uploaded." msgstr "" # 1ed3656881e7475c80d98471c68da21c #: ../../source/webmail-user-guide/roundcubemail/addressbook/editing.rst:101 msgid "" "The lower part shows the same groups of contact properties as the :ref:" "`addressbook-contact-details` structured with tabs and boxes." msgstr "" # f96df51972664579b3e452c20df9b5dc #: ../../source/webmail-user-guide/roundcubemail/addressbook/editing.rst:104 msgid "" "Some properties have a type selector drop-down where you can select what " "type of email address (e.g. home or work) this is. Remove a contact property " "by either clearing the input field(s) or by clicking the *Delete* icon right " "next to it." msgstr "" # 6a6992af8b4f48b496357a666928e114 #: ../../source/webmail-user-guide/roundcubemail/addressbook/editing.rst:108 msgid "" "When done with editing, save your changes by clicking the *Save* button " "below the form. Abort editing and discard your changes with the *Cancel* " "button." msgstr "" # 4fafe04be5f6455aba8c4be4d7cf06af #: ../../source/webmail-user-guide/roundcubemail/addressbook/editing.rst:113 msgid "Add more contact properties" msgstr "" # 64dd3aa1afd64b878ec4b19160541988 #: ../../source/webmail-user-guide/roundcubemail/addressbook/editing.rst:115 msgid "" "To add another property field, select one from the *Add field...* drop-down " "menu located below the form. The similar drop-down below the name fields in " "the header lets you add more name-related fields." msgstr "" # cd4c5acf66ed46f880a4063d1214e0a6 #: ../../source/webmail-user-guide/roundcubemail/addressbook/editing.rst:118 msgid "" "depending on what directory the contact belongs so, the list of properties " "you can add to a contact can differ." msgstr "" # 5678185442c741ae9e6eceb304a0f3ed #: ../../source/webmail-user-guide/roundcubemail/addressbook/editing.rst:125 msgid "Upload a Contact Photo" msgstr "" # bf58f8c017ec41be97173121109172d2 #: ../../source/webmail-user-guide/roundcubemail/addressbook/editing.rst:127 msgid "" "Contacts have have a picture assigned which is also displayed in the email " "task of the application if the sender of the message is saved with a picture " "in one of your address books." msgstr "" # b360790175cc4407ba7664fc1894eb15 #: ../../source/webmail-user-guide/roundcubemail/addressbook/editing.rst:130 msgid "" "To add or replace a contact picture, click the *Add* (or *Replace* if the " "contact already has a picture) button right below the picture placeholder in " "the edit form. Then select an image on your computer using the file picker " "dialog that appears. Once selected, the picture will be uploaded and shown " "immediately as a preview. Note that the new picture will be stored with the " "contact only after you saved the contact." msgstr "" # ab8aced10c904a73bf79a5f838ce2f2a #: ../../source/webmail-user-guide/roundcubemail/addressbook/editing.rst:135 msgid "" "In order to remove the currently assigned picture from a contact, use the " "*Delete* button right below the picture and save the contact to apply the " "changes." msgstr "" # 946da893b1a545a8877fd7eb7fe54277 #: ../../source/webmail-user-guide/roundcubemail/addressbook/editing.rst:142 msgid "Create a New Contact" msgstr "" # 01c78e9fe5db4ab5b222aa46b1490cc6 #: ../../source/webmail-user-guide/roundcubemail/addressbook/editing.rst:144 msgid "" "A new contact can be added to the currently selected address directly by " "clicking the *Create new contact* button (+) in the footer of the :ref:" "`addressbook-contacts-list`. The form to add names and properties is the " "same as for editing. Finally create the new contact by clicking the *Save* " "button below the form." msgstr "" # c7d9bfdb6bc74e4fbdc62731c8c9de0a #: ../../source/webmail-user-guide/roundcubemail/addressbook/editing.rst:88 msgid "Create Contact" msgstr "" # c7d9bfdb6bc74e4fbdc62731c8c9de0a #: ../../source/webmail-user-guide/roundcubemail/addressbook/editing.rst:88 msgid "Edit Contact" msgstr "" # d39204b6e96642da88e2f57fed24b26f #: ../../source/webmail-user-guide/roundcubemail/addressbook/editing.rst:122 msgid "Photo" msgstr "" # d39204b6e96642da88e2f57fed24b26f #: ../../source/webmail-user-guide/roundcubemail/addressbook/editing.rst:122 msgid "Picture" msgstr "" diff --git a/locale/fr/LC_MESSAGES/webmail-user-guide/roundcubemail/addressbook/importexport.po b/locale/fr/LC_MESSAGES/webmail-user-guide/roundcubemail/addressbook/importexport.po index 074dd7de..cb19fabd 100644 --- a/locale/fr/LC_MESSAGES/webmail-user-guide/roundcubemail/addressbook/importexport.po +++ b/locale/fr/LC_MESSAGES/webmail-user-guide/roundcubemail/addressbook/importexport.po @@ -1,141 +1,140 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-25 16:34+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 1.3\n" # a98cf2e62b7144e8b3fc0cade622a907 #: ../../source/webmail-user-guide/roundcubemail/addressbook/importexport.rst:93 msgid "Import/Export" msgstr "" # 00e4b62c5f894ba7aedd71f004a709f5 #: ../../source/webmail-user-guide/roundcubemail/addressbook/importexport.rst:96 msgid "Importing Contacts" msgstr "" # 1c263305c8564539aef62a02ebac23ab #: ../../source/webmail-user-guide/roundcubemail/addressbook/importexport.rst:98 msgid "" "Contacts can be imported into the Roundcube address books from `vCard " "`_ and `CSV `_ files." msgstr "" # aebb930e06be496dbd04aaf059898396 #: ../../source/webmail-user-guide/roundcubemail/addressbook/importexport.rst:101 msgid "" "Click the *Import* button from the top toolbar in the address book view to " "open the import wizard." msgstr "" # 06dc05fcc10440ac9db310485d09df4f #: ../../source/webmail-user-guide/roundcubemail/addressbook/importexport.rst:102 msgid "" "Then select the file to import from your computer's hard drive. Make sure " "it's either .vcf or .csv file." msgstr "" # cb3cf18c326e4b0492e30b11d3d09661 #: ../../source/webmail-user-guide/roundcubemail/addressbook/importexport.rst:103 msgid "" "Select which address book the contacts should be imported to. The checkbox " "let's you delete all contacts from the selected address book before " "importing. Be careful with this, the deletion cannot be undone!" msgstr "" # 32900793b3df4496ae288e39cf8eb08c #: ../../source/webmail-user-guide/roundcubemail/addressbook/importexport.rst:106 msgid "Click the *Import* button to start the importing process." msgstr "" # dbc648e016b747b6b6a30e2137a571c7 #: ../../source/webmail-user-guide/roundcubemail/addressbook/importexport.rst:108 msgid "" "The next screen will display the results of the import process. Click *Done* " "to get back to the address book view and see the imported contacts." msgstr "" # b4ad1261e9694ab4a2c57232ea70f575 #: ../../source/webmail-user-guide/roundcubemail/addressbook/importexport.rst:116 msgid "Exporting Contacts" msgstr "" # 528564643ef94afe9a1a304fc2b36c10 #: ../../source/webmail-user-guide/roundcubemail/addressbook/importexport.rst:118 msgid "" "Contacts from Roundcube address books are exported in the `vCard `_ format only." msgstr "" # 5e6536989d32413cbb0dd85242e10b91 #: ../../source/webmail-user-guide/roundcubemail/addressbook/importexport.rst:120 msgid "Select the address book or group you want to export." msgstr "" # b9d972a12d4a4bdb96d306abd9f87f76 #: ../../source/webmail-user-guide/roundcubemail/addressbook/importexport.rst:121 msgid "Click the *Export* button in the top toolbar." msgstr "" # 947efaa1ce26453d95b677b760d73072 #: ../../source/webmail-user-guide/roundcubemail/addressbook/importexport.rst:122 msgid "" "Choose where to save the exported .vcf file if prompted, otherwise check the " "\"Downloads\" folder on your computer for a file named \"roundcube_contacts." "vcf\"." msgstr "" # 3347b8c05a2f4400ad7457c01a4cf97f #: ../../source/webmail-user-guide/roundcubemail/addressbook/importexport.rst:125 msgid "The *Export* toolbar button offers the following two options:" msgstr "" # c735358061064c8881febc645dad6c8c #: ../../source/webmail-user-guide/roundcubemail/addressbook/importexport.rst:128 msgid "**Export all**" msgstr "" # 9189a13d86af4f6aa28ef27456073969 #: ../../source/webmail-user-guide/roundcubemail/addressbook/importexport.rst:128 msgid "" "That's the default action of the button and will pack all contacts currently " "listed into the vcard file." msgstr "" # 6ad24cecd62942f7ba10d135ea8e8ffc #: ../../source/webmail-user-guide/roundcubemail/addressbook/importexport.rst:133 msgid "**Export selected**" msgstr "" # be49dbbde06c4687aac3214285f0191b #: ../../source/webmail-user-guide/roundcubemail/addressbook/importexport.rst:131 msgid "" "If there's one or more contacts selected in the list (do this by holding " "down the *Shift* or *Ctrl* keys of your keyboard while clicking individual " "contacts), this option will generate a .vcf file with only the selected " "contacts." msgstr "" # c6586c4b34424a169ff5c38f77a46381 #: ../../source/webmail-user-guide/roundcubemail/addressbook/importexport.rst:88 msgid "Import" msgstr "" # 6fd32c75bef449329d4087d63e5fc0bf #: ../../source/webmail-user-guide/roundcubemail/addressbook/importexport.rst:112 msgid "Export" msgstr "" diff --git a/locale/fr/LC_MESSAGES/webmail-user-guide/roundcubemail/addressbook/index.po b/locale/fr/LC_MESSAGES/webmail-user-guide/roundcubemail/addressbook/index.po index 0bf1574c..7d0af48c 100644 --- a/locale/fr/LC_MESSAGES/webmail-user-guide/roundcubemail/addressbook/index.po +++ b/locale/fr/LC_MESSAGES/webmail-user-guide/roundcubemail/addressbook/index.po @@ -1,37 +1,36 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-25 16:34+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 1.3\n" # d3ddf0073f4041d6b08a3b872216fef6 # b6080c0b105747d5b9110dd024e50f22 #: ../../source/webmail-user-guide/roundcubemail/addressbook/index.rst:93 #: ../../source/webmail-user-guide/roundcubemail/addressbook/index.rst:88 msgid "Address Book" msgstr "" # 8074022b2f404657851dd21fa18cd2af #: ../../source/webmail-user-guide/roundcubemail/addressbook/index.rst:95 msgid "" "The *Address Book* task provides access to contact data saved in your " "personal or shared address books and a rich interface to manage them." msgstr "" # b6080c0b105747d5b9110dd024e50f22 #: ../../source/webmail-user-guide/roundcubemail/addressbook/index.rst:88 msgid "Addresses" msgstr "" diff --git a/locale/fr/LC_MESSAGES/webmail-user-guide/roundcubemail/addressbook/searching.po b/locale/fr/LC_MESSAGES/webmail-user-guide/roundcubemail/addressbook/searching.po index 4b082756..e5e1d13e 100644 --- a/locale/fr/LC_MESSAGES/webmail-user-guide/roundcubemail/addressbook/searching.po +++ b/locale/fr/LC_MESSAGES/webmail-user-guide/roundcubemail/addressbook/searching.po @@ -1,175 +1,174 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-25 16:34+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 1.3\n" # e5fd3a71edb24c8d872974018ca9af8a #: ../../source/webmail-user-guide/roundcubemail/addressbook/searching.rst:93 msgid "Searching Contacts" msgstr "" # 80d49a694dad4cc1a1ef7d7fe4c8ad54 #: ../../source/webmail-user-guide/roundcubemail/addressbook/searching.rst:95 msgid "" "For searching contacts enter name or email address into the search box above " "the in the toolbar area and press on your keyboard to start the " "search. Search results will be displayed in the contact list in the middle. " "The number of contacts mathing your query is displayed in the footer area of " "the contact list and in case the results span multiple pages, use the arrow " "button in the list header to brwose through them." msgstr "" # bde7bcfd66b74b27af0c09755d3e2a93 #: ../../source/webmail-user-guide/roundcubemail/addressbook/searching.rst:100 msgid "" "Reset the search by clicking the *Reset search* icon on the right border of " "the search box." msgstr "" # 04ab5a12b17f40d4b628aaad71957e95 #: ../../source/webmail-user-guide/roundcubemail/addressbook/searching.rst:102 msgid "" "Searching covers all directories and the results are mixed together from all " "sources. Which directory a particular contact belongs to is displayed at the " "top of the contact properties box, right above the contact's picture and " "name." msgstr "" # 8d3112a8897843e590494107ebe54a10 #: ../../source/webmail-user-guide/roundcubemail/addressbook/searching.rst:108 msgid "Choose what properties to search" msgstr "" # 38418fb5a6af424596a31bb8754e3c12 #: ../../source/webmail-user-guide/roundcubemail/addressbook/searching.rst:114 msgid "" "Open the search options menu by clicking the search icon on the left side " "within the search box. You can select which properties of a contact should " "be searched for the entered term. Check *All fields* to search them all." msgstr "" # 1aa812203eb149b1a852e4a99a17fe60 #: ../../source/webmail-user-guide/roundcubemail/addressbook/searching.rst:123 msgid "Advanced Search Form" msgstr "" # 6af8f0f0c6904fb79510c3c25ecf8dbc #: ../../source/webmail-user-guide/roundcubemail/addressbook/searching.rst:125 msgid "" "While the simple search box in the toolbar area just searches for the " "entered words across all contact properties, the advanced search function " "allows a more specifc query on the address book." msgstr "" # 11c3abd6bcf94064922385e795191ba0 #: ../../source/webmail-user-guide/roundcubemail/addressbook/searching.rst:128 msgid "" "Click the *Advanced* toolbar button and the search form appears in the " "contact area on the right. Here you can enter search parameters for the " "individual contact fields. For example you can search for all contacts named " "\"Paul\" (First Name) who are living in \"New York\" (Address)." msgstr "" # 427d28d6f656474ab279a89c9c480e3c #: ../../source/webmail-user-guide/roundcubemail/addressbook/searching.rst:132 msgid "" "Start the search by pressing the *Search* button below the form. The contact " "list in the middle will show all contacts matching **all** the criterias " "entered. If none is listed, the :ref:`Status Display ` will " "display an according message." msgstr "" # 6c02445224df4800a718d60658651d75 #: ../../source/webmail-user-guide/roundcubemail/addressbook/searching.rst:141 msgid "Saved Searches" msgstr "" # faf7d4aedf60463ca26a5057ace65cc1 #: ../../source/webmail-user-guide/roundcubemail/addressbook/searching.rst:143 msgid "" "When having access to huge address directories, searching is probably the " "preferred way to navigate through them. Beside organizing contacts in " "groups, you can also create filters aka \"saved searches\". Such a filter " "remembers the parameters used when searching for contacts and executes that " "search again when recalled." msgstr "" # aa29e09413914b49aafeeb9960619bde #: ../../source/webmail-user-guide/roundcubemail/addressbook/searching.rst:149 msgid "Create a Saved Search" msgstr "" # d204367b26184f3bb4da53dc82245f0e #: ../../source/webmail-user-guide/roundcubemail/addressbook/searching.rst:151 msgid "" "Search the address book either by using the simple search box or the " "advanced search function." msgstr "" # fef17e877fc24348a06b216b805c8d64 #: ../../source/webmail-user-guide/roundcubemail/addressbook/searching.rst:152 msgid "" "Select *Save search* from the options menu of the :ref:`Groups ` list on the left." msgstr "" # 57bebaab3ad1433ab2a504a80d5c4007 #: ../../source/webmail-user-guide/roundcubemail/addressbook/searching.rst:153 msgid "" "Give that saved search a name and press on your keyboard to save it. " "This will add an item to the :ref:`Groups ` list on the " "left." msgstr "" # 1ec47a8893194a3db948c86d06179136 #: ../../source/webmail-user-guide/roundcubemail/addressbook/searching.rst:155 msgid "" "Click it to execute the search again and to see the results in the contact " "list." msgstr "" # 8f36ebb172b64ce982134b07d837417d #: ../../source/webmail-user-guide/roundcubemail/addressbook/searching.rst:158 msgid "Delete a Saved Search" msgstr "" # 0e10f0bf12ff4af783e081623a5e5ece #: ../../source/webmail-user-guide/roundcubemail/addressbook/searching.rst:160 msgid "Select a saved search query in the leftmost pane." msgstr "" # d17530e458a74577856cf2eb29be9f9d #: ../../source/webmail-user-guide/roundcubemail/addressbook/searching.rst:161 msgid "" "Open the options menu in the list footer and then click *Delete search* to " "remove it. This won't delete any contacts but only the saved filter." msgstr "" # 9b042d794aa54201ace9ba8e7116e6ac #: ../../source/webmail-user-guide/roundcubemail/addressbook/searching.rst:88 msgid "Search" msgstr "" # be572b0f8c9b403ebb553a4adcdbae33 #: ../../source/webmail-user-guide/roundcubemail/addressbook/searching.rst:120 msgid "Advanced Search" msgstr "" # 477938ac8ded4a6081378d4fbca94d2a #: ../../source/webmail-user-guide/roundcubemail/addressbook/searching.rst:138 msgid "Saved Search" msgstr "" diff --git a/locale/fr/LC_MESSAGES/webmail-user-guide/roundcubemail/index.po b/locale/fr/LC_MESSAGES/webmail-user-guide/roundcubemail/index.po index bd11a883..fb80ff75 100644 --- a/locale/fr/LC_MESSAGES/webmail-user-guide/roundcubemail/index.po +++ b/locale/fr/LC_MESSAGES/webmail-user-guide/roundcubemail/index.po @@ -1,43 +1,42 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-25 16:34+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 1.3\n" # 6d6a5159d73543ab9f8c06f2d1ce732b #: ../../source/webmail-user-guide/roundcubemail/index.rst:93 msgid "Roundcube Webmail User Guide for Version |version|" msgstr "" # 81a04901d12e456aae4afb5fc3bef1d6 #: ../../source/webmail-user-guide/roundcubemail/index.rst:98 msgid "Table Of Contents" msgstr "" # c697bfe70e4e4db88da02232c4ed6535 #: ../../source/webmail-user-guide/roundcubemail/index.rst:113 msgid "Indices and Tables" msgstr "" # 2cfc08c24de649239e1677fc40ce55ea #: ../../source/webmail-user-guide/roundcubemail/index.rst:115 msgid ":ref:`genindex`" msgstr "" # 38ca2c2becd24c3285f5a670a856d8eb #: ../../source/webmail-user-guide/roundcubemail/index.rst:116 msgid ":ref:`search`" msgstr "" diff --git a/locale/fr/LC_MESSAGES/webmail-user-guide/roundcubemail/login.po b/locale/fr/LC_MESSAGES/webmail-user-guide/roundcubemail/login.po index 92e3c946..37943fe2 100644 --- a/locale/fr/LC_MESSAGES/webmail-user-guide/roundcubemail/login.po +++ b/locale/fr/LC_MESSAGES/webmail-user-guide/roundcubemail/login.po @@ -1,33 +1,32 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-25 16:34+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 1.3\n" # 796e499842344389927758604bcf1c90 #: ../../source/webmail-user-guide/roundcubemail/login.rst:92 msgid "Login to the Webmail" msgstr "" # 8796e4f73ec441c383ebdab0ba8aba90 #: ../../source/webmail-user-guide/roundcubemail/login.rst:94 msgid "" "Open the URL given to you by the system administrator in your web browser. " "The site shows the Login screen, which is used to authenticate a user. Type " "in your email account username (usually your email address) and password " "into the according fields. Hit the *Login* button or press on your " "keyboard to authenticate." msgstr "" diff --git a/locale/fr/LC_MESSAGES/webmail-user-guide/roundcubemail/mail/compose.po b/locale/fr/LC_MESSAGES/webmail-user-guide/roundcubemail/mail/compose.po index 4ee99603..32bc0b78 100644 --- a/locale/fr/LC_MESSAGES/webmail-user-guide/roundcubemail/mail/compose.po +++ b/locale/fr/LC_MESSAGES/webmail-user-guide/roundcubemail/mail/compose.po @@ -1,485 +1,484 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-25 16:34+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 1.3\n" # 4e8f0bb8b84c4b04a46565c81fb9600b #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:93 msgid "Sending Email Messages" msgstr "" # 1dcf6160115c468aa144736519269477 #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:97 msgid "Composing a New Message" msgstr "" # 78e202b3c2fe4a84a490e8a2d8caf1ad #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:99 msgid "" "Click on the *Compose* toolbar icon opens the message compose screen. " "Depending on your settings it opens in the current browser tab or in a new " "window." msgstr "" # b39c3b31cca94ca1a8a7b5b8e101eb8d #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:102 msgid "" "Enter at least one recipient address or select them from the address book, " "type in a subject and the message text and click the *Send* button in the " "toolbar when you're ready to send the message." msgstr "" # 4bdf8abaebb74d53a0d63dc179b5c299 #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:106 msgid "" "Save it as *Draft* (toolbar icon) if the message is not yet complete and " "you'd like to finish and send it at a later time. The email will be stored " "in the *Drafts* folder and can be double-clicked there in order to resume " "composition." msgstr "" # 08172f171e8e49b0b026115386ec788b #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:110 msgid "" "While composing a message, copies are periodically saved to the drafts " "folder to avoid unintentional loss. In case the session terminates " "unexpectedly or your computer or browser crashes, you'll find a copy of the " "message on the *Drafts* folder. You can configure the automatic saving " "interval in the :ref:`User Preferences `." msgstr "" # 7a457f106fe24ad0b13be0d819abee20 #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:119 msgid "Reply to a Message" msgstr "" # 0a2b27fb28614450a72591a31f2bc104 #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:121 msgid "" "If you want to respond on a received message, click the *Reply* or the " "*Reply all* button in the toolbar or the equivalent buttons in the :ref:" "`Preview Pane `. This will also open the compose screen " "but with a quote of the message you're replying to and with the recipient(s) " "pre-filled." msgstr "" # f16619e79e274f559e69e4adf0591829 #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:125 msgid "" "While *Reply* will copy the sender address into *To* field, *Reply all* will " "add all recipients of the original message to the *To* and *Cc* fields." msgstr "" # 5d7afaeaf6d1435892aa6d9af2313f92 #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:132 msgid "Forwarding Messages" msgstr "" # 76d80cb05e814b199eba23eb43076a65 #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:134 msgid "" "Messages can also be forwarded to somebody by clicking the *Forward* button " "in the toolbar. The compose screen will contain the message text and all " "attachments already added. You can still add more attachments or remove some " "you don't want to forward." msgstr "" # a47f72d6fb9a493e85bd3e5cfaa8e949 #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:138 msgid "The *Forward* toolbar button offers the following options:" msgstr "" # 77720a0abd44465ba4a4d9bf4d84d85a #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:143 msgid "**Forward inline**" msgstr "" # 9df060ed6cae4ca29e86b5821e9db853 #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:141 msgid "" "In this (default) mode, the content of the original message is copied to the " "message text editor and can be altered or deleted. Also attachments of the " "original message are copied to the new message and can be removed " "individually. Attention: this mode can truncate or re-format HTML formatted " "messages." msgstr "" # a0fb30debf2845fcba073e8bf77409ca #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:148 msgid "**Forward as attachment**" msgstr "" # 0d64e778c02d48e89138ce56fcdbba5a #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:146 msgid "" "With this option, the original message is copied as attachment to the " "forwarding message. This will preserve the message with all its formatting " "and attachments and doesn't allow you to alter anything." msgstr "" # ce22aa9d146a4a26868ba865cef139dc #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:154 msgid "Selecting Recipients from Address Books" msgstr "" # 46836472f3734a8c8fc0984d6cdf3bcd #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:156 msgid "" "The recipients of the composed message can be freely entered into the *To* " "or *Cc* fields in the header section of the compose screen. Separate " "multiple addresses with a coma (,). Make sure you enter full and valid email " "addresses." msgstr "" # 616626cee6f64d80a6c27d8c04ac7086 #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:162 msgid "Address Book Autocompletion" msgstr "" # 35e145104fca4451b067f8105790ad93 #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:164 msgid "" "While typing a recipient address, the app continuously searched your address " "book and suggests matching entries right below the input field. Use the " "cursor keys (up/down) on the keyboard to select one and then hit or " " to copy the highlighted address into the recipient field." msgstr "" # 92b5e169ecf845ebafae0beda5909bfd #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:168 msgid "Using the Address Book Widget" msgstr "" # 8f30a9f5fb0e40de89a85cad15d40f20 #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:170 msgid "" "If you prefer to select recipients from a list of contacts, use the address " "book widget on the left side to look them up. First, select the address book " "to browse on the upper part of the widget and see the contacts listed below. " "Only a limited number of contacts is displayed at a time so use the arrow " "buttons in the widget header to jump to the next page of contacts." msgstr "" # ae65e718389f47e5be0d51d9954945f9 #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:174 msgid "" "Select one or more contacts in the list and then click either one of the " "buttons below (*To+*, *Cc+*, *Bcc+*) in order to copy the selected contacts " "to the according recipient field. Double-click a contact in the list to have " "it added to the *To* field immediately." msgstr "" # 55c6c02a18d642eca0b4265a8857058c #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:182 msgid "Adding Attachments" msgstr "" # ad62a0d89ba04a1c97be028aa586e533 #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:184 msgid "" "In order to attach files to the message, click the *Attach* button in the " "toolbar and then select the file on your computer using the file picker " "dialog that opens. Attachments to be sent with the message are listed on the " "right and can be removed again by clicking the *Delete* icon of the " "according file." msgstr "" # 5faa1db5f84a4bb5bd54ca701269dcf1 #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:192 msgid "" "If your browser supports HTML5, you'll see the file-drop icon at the bottom " "of the attachment list. That means you can drag a file from your computer's " "file explorer with the mouse onto that icon in order to attach it to the " "message." msgstr "" # 805a62797ad74b02a26a1c4fd050db18 #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:200 msgid "Composing Formatted (HTML) Messages" msgstr "" # 1fa1408f309a4a66aed800300b11c51a #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:202 msgid "" "Depending on your settings, the compose screen shows a simple text field to " "enter the message or a rich text editor with a toolbar that enables text " "formatting, bullet lists, image embedding and more." msgstr "" # 44640092288a427aa2a361de94b50474 #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:205 msgid "" "You can toggle the composition mode between plain and rich text (HTML) with " "the *Editor Type* selector which is hidden in the sending options bar. " "Expand the :ref:`Sending Options ` by clicking the " "down-arrow on the left border of the message headers block." msgstr "" # 224286d3f7b14015b00b3bd608be83d6 #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:212 msgid "Embedding Images" msgstr "" # dea2cd54403e4756addef973aeb11887 #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:214 msgid "" "When in HTML editor mode, you can embed images right into the message text. " "And here's how to do that:" msgstr "" # 7eb742caeea94904ac5dc8e26c712d9a #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:216 msgid "" "Add the image as :ref:`attachment ` to the message." msgstr "" # fd36844c48fb4081aa14836243094ddf #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:217 msgid "Click the *Insert/Edit Image* icon in the editor's toolbar" msgstr "" # 504251d1eaf343e7b915b834f8760986 #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:218 msgid "Select the image from the *Image List* drop-down menu in the dialog" msgstr "" # d36a200aeae04cf99ce49e07c607471c #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:219 msgid "Hit the *Insert* button" msgstr "" # 13e5b150a7bb40bcbb19cc293bd44c29 #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:220 msgid "Resize the image in the text area if necessary" msgstr "" # 247c01e16a414af582aa68803983a28a #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:227 msgid "Using Prepared Responses" msgstr "" # 0afffc411de94a75ba6f7bbf5be3d511 #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:229 msgid "" "Saved responses can be handy when repeatedly writing emails with the same " "text, e.g. when answering support requests or sending invitations with " "always the same introduction." msgstr "" # 6029ddb1fccf4fb7b3514e1cf739b18c #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:232 msgid "" "The *Responses* button in the compose screen toolbar holds your personal set " "of \"canned responses\" which can be inserted into the message body by a " "single click. Note: these are only text snippets that can be inserted " "anywhere and **not message templates** with subject, text or attachments." msgstr "" # 8f2a06ccc0ec42dc8d86fdc5282e23e1 #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:237 msgid "Insert a Response" msgstr "" # ba6ab69053764c57bc944fabbd1743ba #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:239 msgid "" "Clicking the *Responses* button opens a menu that lists all the saved " "boilerplate texts by name. Simply click on one and the saved text will be " "inserted into the message at the position of the cursor, exactly where you " "stopped typing. If you selected some part of the message text with the mouse " "before, the saved response text will replace the selection." msgstr "" # 28a86b2c08e84236a6ee00e510af6e7b #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:245 msgid "Save a new Response" msgstr "" # 74a943fb116643a893ab39add524d2f8 #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:247 msgid "" "When typing the same text for the second time already you might want to " "store it for future email writing. In order to save a new response, first " "select the section of the message text that should be saved with the mouse " "and click *Create new response* from the menu behind the *Responses* button. " "This will open a dialog where you can review the text before saving. Give " "the new response a snappy name and click *Save*. It's now added to the list " "of snippets to be inserted." msgstr "" # 6e2862c708334f75bc3cee9d8c763229 #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:255 msgid "Edit Responses" msgstr "" # 4a76a53032c84ad4a78ab6a3ce260846 #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:257 msgid "" "Switch to the :ref:`Settings section ` where you can " "manage all the saved responses." msgstr "" # f1d8eed2fe574d82bfc651bbf7249186 #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:265 msgid "Other Message Sending Options" msgstr "" # bbc761d729fa4e91b7d95b0f80b1a5c3 #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:271 msgid "" "The message sending options are hidden by default and first need to be " "expanded by clicking the down-arrow on the left border of the message " "headers block." msgstr "" # ef2a2a77726b42e38e9d6635ccea58bb #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:274 msgid "" "There you can switch the editor type to :ref:`compose html messages ` and adjust other settings concerning the message delivery." msgstr "" # 2991e251ad744f21ba9e15ced0a0f28a #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:278 msgid "**Priority**" msgstr "" # 64ecc8ec8bbc4ae3835e7e230c3e06ab #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:278 msgid "" "The priority flag of the message to be send. This will be displayed in the " "recipient's mailbox." msgstr "" # 46054524102f4989b5c9bc6f91a37ebf #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:282 msgid "**Return receipt**" msgstr "" # e6ea592a53cb49fe942de6ed9db4f0f6 #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:281 msgid "" "Request the recipient to return a receipt confirmation when opening the " "message. This will be sent by the recipient's email program if she confirms " "it." msgstr "" # 92aaa2331d7a45768f4cb2a9e7f7357a #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:286 msgid "**Delivery status notification**" msgstr "" # 6ccf11ac3daf431ebc4ae6ba1e97d50d #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:285 msgid "" "Request a notification message when the message is delivered. This will be " "send by the email server upon message delivery. Please note that this " "doesn't confirm that the actual recipient has received the message." msgstr "" # bf58b7cce5404ed9bea29bcd8f11889c #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:289 msgid "**Save sent message in**" msgstr "" # d574892d7caa45998f917cb76d3997ba #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:289 msgid "" "Select the folder where to save a copy of the message after sending it. This " "defaults to the *Sent* folder and can be changed here. Select *don't save* " "to just send the message without saving a copy." msgstr "" # e1dc81e98b884c16bf480b1753825d23 #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:88 msgid "Compose Email" msgstr "" # cfa64cd87a274d36a796f92b7997682e #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:115 msgid "Reply" msgstr "" # 905c6764cf684e1fa13466ecff39d358 #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:128 msgid "Forward" msgstr "" # 533d9c3cdf604a89959a7dade5ec1f98 #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:150 msgid "Recipients" msgstr "" # 533d9c3cdf604a89959a7dade5ec1f98 #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:150 msgid "CC" msgstr "" # 533d9c3cdf604a89959a7dade5ec1f98 #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:150 msgid "Bcc" msgstr "" # a77a414e0ce9406d9449a490a56480f4 #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:159 msgid "Autocomplete" msgstr "" # 18479220a0f3413a8cdad40f30e5ae33 #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:178 msgid "Attachments" msgstr "" # dc3fed45406a4952aad48f1529fe3b62 #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:196 msgid "HTML" msgstr "" # dc3fed45406a4952aad48f1529fe3b62 #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:196 msgid "Formatted" msgstr "" # 17aedd7a14f2420f8df46b4fb9b1a26b #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:209 msgid "Images" msgstr "" # 598fbc2d0ab14c149e6190528e51e910 #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:223 msgid "Responses" msgstr "" # 598fbc2d0ab14c149e6190528e51e910 #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:223 msgid "Boilerplate" msgstr "" # 967e8417730544a1900bb370b3982826 #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:261 msgid "Priority" msgstr "" # 967e8417730544a1900bb370b3982826 #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:261 msgid "Receipt" msgstr "" # 967e8417730544a1900bb370b3982826 #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:261 msgid "DSN" msgstr "" diff --git a/locale/fr/LC_MESSAGES/webmail-user-guide/roundcubemail/mail/importexport.po b/locale/fr/LC_MESSAGES/webmail-user-guide/roundcubemail/mail/importexport.po index 740d2fc1..c394faa6 100644 --- a/locale/fr/LC_MESSAGES/webmail-user-guide/roundcubemail/mail/importexport.po +++ b/locale/fr/LC_MESSAGES/webmail-user-guide/roundcubemail/mail/importexport.po @@ -1,105 +1,104 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-25 16:34+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 1.3\n" # 495b3a80a5ce4d4c9b8500206408b198 #: ../../source/webmail-user-guide/roundcubemail/mail/importexport.rst:93 msgid "Import/Export" msgstr "" # 3fc5a4821d2647b39c15d0b0f628c2d7 #: ../../source/webmail-user-guide/roundcubemail/mail/importexport.rst:95 msgid "" "The common exchange formats for email are `MIME `_ (.eml) and `Mbox `_ (.mbox) " "which are both supported for import." msgstr "" # d05987e592ba44d9b9b667e0a62e499e #: ../../source/webmail-user-guide/roundcubemail/mail/importexport.rst:100 msgid "Importing Email Messages" msgstr "" # 22cb165f904c4f58845fde453a4846e1 #: ../../source/webmail-user-guide/roundcubemail/mail/importexport.rst:102 msgid "" "One or multiple files with either MIME or Mbox data can be uploaded to add " "email messages to the currently selected folder:" msgstr "" # 43dd023d830640938f83cc91cef6fb0d #: ../../source/webmail-user-guide/roundcubemail/mail/importexport.rst:105 msgid "Click the folder where the imported messages should be added." msgstr "" # 02f19006f350411c91d63983f617d02e #: ../../source/webmail-user-guide/roundcubemail/mail/importexport.rst:106 msgid "" "Select *Import messages* from the Folder actions menu behind the gear icon " "in the folders list footer." msgstr "" # dc2ce842058a4fa2a8a3ac6d489ef42a #: ../../source/webmail-user-guide/roundcubemail/mail/importexport.rst:107 msgid "" "Select the file to import from your computer’s hard drive. You can select " "multiple files in the file picker dialog by holding down the Shift or Ctrl " "keys while selecting a file." msgstr "" # 5a7d79c6dc73485485de2a5b522efbdf #: ../../source/webmail-user-guide/roundcubemail/mail/importexport.rst:109 msgid "Press *Upload* to start the import process." msgstr "" # 5be53c7c4ef54c6eb0c52c0d5b6ddc7f #: ../../source/webmail-user-guide/roundcubemail/mail/importexport.rst:116 msgid "Exporting Email Messages" msgstr "" # 492a8c50773648aea7c836377d17c746 #: ../../source/webmail-user-guide/roundcubemail/mail/importexport.rst:118 msgid "" "Messages from your inbox or any other folder can be downloaded to your " "computer for archiving or backup. When exporting, messages will be saved as " "single .eml files." msgstr "" # e4bca424b6ea4dbea5c3f5fcca9b463d #: ../../source/webmail-user-guide/roundcubemail/mail/importexport.rst:122 msgid "Download a Single Message" msgstr "" # 0ad4b4f345514ba9b1b6d07bba0e6a0d #: ../../source/webmail-user-guide/roundcubemail/mail/importexport.rst:124 msgid "" "To download an email message, first select a message in the :ref:`mail-" "messages-list` and then choose *Download (.eml)* from the *More* menu in the " "toolbar. Choose where to save the exported .eml file if prompted, otherwise " "find the file in the \"Downloads\" folder on your computer." msgstr "" # 4e289e457d7249fd8aa6e079e94884ff #: ../../source/webmail-user-guide/roundcubemail/mail/importexport.rst:88 msgid "Import" msgstr "" # dd0739134f77404caf59666edd598c2e #: ../../source/webmail-user-guide/roundcubemail/mail/importexport.rst:112 msgid "Export" msgstr "" diff --git a/locale/fr/LC_MESSAGES/webmail-user-guide/roundcubemail/mail/index.po b/locale/fr/LC_MESSAGES/webmail-user-guide/roundcubemail/mail/index.po index d7d1003c..5f4aa2a9 100644 --- a/locale/fr/LC_MESSAGES/webmail-user-guide/roundcubemail/mail/index.po +++ b/locale/fr/LC_MESSAGES/webmail-user-guide/roundcubemail/mail/index.po @@ -1,37 +1,36 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-25 16:34+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 1.3\n" # 1fa7e76e875d4d16adec057b2253fe23 # 946cb28289aa420995e4754440bea98a #: ../../source/webmail-user-guide/roundcubemail/mail/index.rst:93 #: ../../source/webmail-user-guide/roundcubemail/mail/index.rst:88 msgid "Email" msgstr "" # 628cf0b8e74b42f4a1dddb53342b58a2 #: ../../source/webmail-user-guide/roundcubemail/mail/index.rst:95 msgid "" "The *Email* task provides all functions to read, write and organize email " "messages." msgstr "" # 946cb28289aa420995e4754440bea98a #: ../../source/webmail-user-guide/roundcubemail/mail/index.rst:88 msgid "Mail" msgstr "" diff --git a/locale/fr/LC_MESSAGES/webmail-user-guide/roundcubemail/mail/mailview.po b/locale/fr/LC_MESSAGES/webmail-user-guide/roundcubemail/mail/mailview.po index cadec17e..cbc0841d 100644 --- a/locale/fr/LC_MESSAGES/webmail-user-guide/roundcubemail/mail/mailview.po +++ b/locale/fr/LC_MESSAGES/webmail-user-guide/roundcubemail/mail/mailview.po @@ -1,402 +1,401 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-25 16:34+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 1.3\n" # ff8af9906975447a8ea85893db060b88 #: ../../source/webmail-user-guide/roundcubemail/mail/mailview.rst:88 msgid "" "The content area of the screen shows three areas: :ref:`mail-folders`, :ref:" "`mail-messages-list` and the :ref:`Preview Pane ` which " "can be toggled." msgstr "" # c41a9517562e4507a01d6f73aeb0b045 #: ../../source/webmail-user-guide/roundcubemail/mail/mailview.rst:96 msgid "Messages List" msgstr "" # 3929b57bf8a84791bf369bb969690169 #: ../../source/webmail-user-guide/roundcubemail/mail/mailview.rst:98 msgid "" "This part of the screen is displaying the list of all messages in the " "currently selected folder. The number of messages displayed in the list and " "the total number of messages in that folder is stated right below the list. " "According to your settings, this list only displays a limited number of " "messages at a time. Use the allow buttons below the list to browse through " "the multiple \"pages\"." msgstr "" # 94f56720edf346d682c54991edf1b2a1 #: ../../source/webmail-user-guide/roundcubemail/mail/mailview.rst:103 msgid "" "The application periodically checks for new messages and will update the " "display if new emails arrived. You can force this check manually by clicking " "the *Refresh* button in the email view toolbar." msgstr "" # cbef0b2e46e243abb2a1cb3fd6674a68 #: ../../source/webmail-user-guide/roundcubemail/mail/mailview.rst:110 msgid "Open a Message for Reading" msgstr "" # 3c8081c1bc624d71be07a6278bc4bf2d #: ../../source/webmail-user-guide/roundcubemail/mail/mailview.rst:111 msgid "" "If the :ref:`Preview Pane ` is visible, a single click on " "a message will display it in the preview right below the list. In order to " "open a message in full view or a new window (depending on your settings), " "double-click it with the mouse. Another way to open a message in a new " "browser tab or window is to right-click on the subject and then choose " "\"Open Link in New Tab/Window\" from the browser's context menu." msgstr "" # f86955a9a94343f4921819c3635ae963 #: ../../source/webmail-user-guide/roundcubemail/mail/mailview.rst:116 msgid "" "Selecting a message in the list will also activate toolbar buttons that " "offer further actions related to the selected message, such as replying, " "forwarding or deleting it." msgstr "" # 4c9053f6e05b466cba56d4962bbfba82 #: ../../source/webmail-user-guide/roundcubemail/mail/mailview.rst:122 msgid "Mark Messages as Read or Flagged" msgstr "" # cf34175524df4096a121e059aa65e0bb #: ../../source/webmail-user-guide/roundcubemail/mail/mailview.rst:123 msgid "" "When opening an unread message for reading it'll automatically be marked as " "*read*. This can also be done directly in the list by clicking the unread " "star in front of the subject. Click it again to mark the message as *unread*." msgstr "" # 892842ef28ed42bca55796ca8fd11ce7 #: ../../source/webmail-user-guide/roundcubemail/mail/mailview.rst:126 msgid "" "If the flag column is visible (see :ref:`mail-list-columns`) you can flag/" "unflag a message by clicking on the flag column of the message row. " "Furthermore there's the *Mark* menu in the toolbar that allows you to flag " "all selected messages with one click." msgstr "" # 38099baa801b453aa60095da9db76cf5 #: ../../source/webmail-user-guide/roundcubemail/mail/mailview.rst:132 msgid "Change messages list sorting" msgstr "" # a8c055823dcd4ae987958f327ff6654b #: ../../source/webmail-user-guide/roundcubemail/mail/mailview.rst:133 msgid "" "The sorting order of the messages can be changed by clicking the column in " "the list header which you'd like the messages being sorted by. Click it once " "more to reverse the order. The column used for sorting is highlighted in the " "list header." msgstr "" # 289abcad61ac45ecb62d89176bbc8f1c #: ../../source/webmail-user-guide/roundcubemail/mail/mailview.rst:140 msgid "Threaded message listing" msgstr "" # 920977d6a56e4479b2def38a0bb38b26 #: ../../source/webmail-user-guide/roundcubemail/mail/mailview.rst:141 msgid "" "Instead of sorting messages by their date or subject, conversations spawning " "multiple messages can be grouped together as \"Threads\". Use the switch " "buttons on the left in the message list footer to toggle between *List* or " "*Threads* view. When in thread mode, groups of messages can be collapsed or " "expanded using the arrow icons in the leftmost column of the message list." msgstr "" # 9dbf8c6ee9e24d30a0d11f0787dee60c #: ../../source/webmail-user-guide/roundcubemail/mail/mailview.rst:152 msgid "Change message list columns" msgstr "" # 082de9e8d7364b4db07afeb3642db216 #: ../../source/webmail-user-guide/roundcubemail/mail/mailview.rst:153 msgid "" "The columns displayed in the list can be adjusted by clicking the *List " "Options* icon in the leftmost column of the message list header. This opens " "a dialog where you can select which columns to display and how to sort " "messages. Click *Save* to apply the changes and to close the dialog." msgstr "" # 082a6e69b3f24e238c4b7d609ae40aef #: ../../source/webmail-user-guide/roundcubemail/mail/mailview.rst:157 msgid "" "The \"From/To\" column is a magic column that displays the sender of the " "message *or* the recipient when you switch to the Sent or Drafts folder." msgstr "" # 41d59e61d2624f30b3f706924ae687a2 #: ../../source/webmail-user-guide/roundcubemail/mail/mailview.rst:160 msgid "" "The position of the columns in list can also be adjusted by dragging the " "header of a specific column with the mouse and dropping it at where you'd " "like it to appear." msgstr "" # 4ea1685a805346e4a2afd461755c0436 #: ../../source/webmail-user-guide/roundcubemail/mail/mailview.rst:167 msgid "Selecting Multiple Messages" msgstr "" # 691a829eb1474c989a1d7d1503e4e5cb #: ../../source/webmail-user-guide/roundcubemail/mail/mailview.rst:168 msgid "" "With a single click on a row in the messages list, the according message is " "selected and highlighted. By pressing either the Shift or Ctrl keys on your " "keyboard while clicking on a message, you can select multiple messages or " "unselect them." msgstr "" # 6f54f481db644ecabbcd659a9d8a9cc7 #: ../../source/webmail-user-guide/roundcubemail/mail/mailview.rst:171 msgid "" "There are also selection helpers hidden in the *Select* drop-down menu " "located in the message footer. The menu allows you to select all unread or " "flagged messages at once or to invert or reset the current selection." msgstr "" # ee36699db7a04b1dab526628cf0fff59 #: ../../source/webmail-user-guide/roundcubemail/mail/mailview.rst:179 msgid "Mailbox folders" msgstr "" # 10a254fae38e44f4b2af8e7c3dcca2fc #: ../../source/webmail-user-guide/roundcubemail/mail/mailview.rst:180 msgid "" "On the left side you see a hierarchical list of all folders in your mailbox. " "Folders can be used to file email messages by topic, sender or whatever you " "choose for organization." msgstr "" # 6ad06475af7f46349e1a75ce8f265637 #: ../../source/webmail-user-guide/roundcubemail/mail/mailview.rst:184 msgid "" "Incoming messages usually appear in the Inbox folder which is the first item " "in the folder list. There are some special folders which are used by the " "system to store sent (*Sent*) or deleted (*Trash*) messages and where not-" "yet-sent message drafts (*Drafts*) are saved. These system folders are " "indicated with special icons." msgstr "" # 3596de7f5ab547dcaa8e224869b1a322 #: ../../source/webmail-user-guide/roundcubemail/mail/mailview.rst:188 msgid "" "The number of unread messages in each folder is displayed at the right " "border of the folder list." msgstr "" # 2d38817553d34e65956579c404e8bd0d #: ../../source/webmail-user-guide/roundcubemail/mail/mailview.rst:190 msgid "" "Click a folder in the list to show the contained messages in the message " "list on the right. The currently selected folder is highlighted in the list." msgstr "" # 2cc7dae36c2d47e7a442a87fd84fb7d4 #: ../../source/webmail-user-guide/roundcubemail/mail/mailview.rst:193 msgid "" "Folders with hidden subfolders are indicated with a small [+] icon which can " "be clocked to expand or collapse the folder tree." msgstr "" # ca03145e0e5d41abac8e670a802a04f3 #: ../../source/webmail-user-guide/roundcubemail/mail/mailview.rst:199 msgid "Folder operations" msgstr "" # 171877f9a43641798bfa1993eb6cd6e8 #: ../../source/webmail-user-guide/roundcubemail/mail/mailview.rst:200 msgid "" "In the footer of the folder list, the *Folder actions* icon shows a list of " "folder-related actions when clicked. Most of the actions in the menu affect " "the currently selected folder." msgstr "" # 751911df7acd4d7d954d03d13910b77a #: ../../source/webmail-user-guide/roundcubemail/mail/mailview.rst:204 msgid "**Compact**" msgstr "" # 8918807f77994b7da1c5830630e541d1 #: ../../source/webmail-user-guide/roundcubemail/mail/mailview.rst:204 msgid "" "This action will compress the folder size by finally deleting messages that " "have been marked for deletion." msgstr "" # 319a2149b39946339fc1428c65298120 #: ../../source/webmail-user-guide/roundcubemail/mail/mailview.rst:208 msgid "**Empty**" msgstr "" # 866c843dd3ee4862bf2d69351ee6fd87 #: ../../source/webmail-user-guide/roundcubemail/mail/mailview.rst:207 msgid "" "This will delete all messages in the selected folder permanently. Be very " "careful with this operation as it cannot be undone. For security reasons, " "this action is only available for the Trash and Junk folders." msgstr "" # 6fcb2be2a315481c8ee9b2ac74502603 #: ../../source/webmail-user-guide/roundcubemail/mail/mailview.rst:213 msgid "**Manage folders**" msgstr "" # 8448216f875442beb5be3d42873aa261 #: ../../source/webmail-user-guide/roundcubemail/mail/mailview.rst:211 msgid "" "This menu item will take you the :ref:`settings section ` " "when you can manage the mailbox folders. This is where you can create, " "delete, rename or re-organize your email folders." msgstr "" # a64954d0f8844652ab25b012387fc5e9 #: ../../source/webmail-user-guide/roundcubemail/mail/mailview.rst:218 msgid "Quota display" msgstr "" # 082bcbcaa79148a2971b15c4da97a2d7 #: ../../source/webmail-user-guide/roundcubemail/mail/mailview.rst:220 msgid "" "If your mailbox is limited by a maximum size, the quota display located in " "the footer of the folder list indicates the current usage of the available " "disk space. Move the mouse pointer over the percentage display to see the " "real numbers of your quota usage." msgstr "" # e2fce93bed264fc8a363fc031e735010 #: ../../source/webmail-user-guide/roundcubemail/mail/mailview.rst:230 msgid "Preview Pane" msgstr "" # cfc22ef0865a4287ae2b627e4795f581 #: ../../source/webmail-user-guide/roundcubemail/mail/mailview.rst:231 msgid "" "If enabled, the preview pane below the message list displays the currently " "selected message right in the main email view. In order to open it, click " "the toggle icon |previewtoggle| in the message list footer. Clicking the " "same icon again will hide the preview pane." msgstr "" # 612dbbea194946ec94de81b8c603efb9 #: ../../source/webmail-user-guide/roundcubemail/mail/mailview.rst:238 msgid "Shortcut Functions" msgstr "" # e0bb8c090f0a40d399647bc12781341a #: ../../source/webmail-user-guide/roundcubemail/mail/mailview.rst:239 msgid "" "In the upper right corner of the preview pane are buttons for often used " "actions like reply or forward the message." msgstr "" # 5f43d77cae9b43848788583b94730418 #: ../../source/webmail-user-guide/roundcubemail/mail/mailview.rst:241 msgid "" "The rightmost icon |button-extwin| will open the message in a new window to " "have a full-size view on the entire message." msgstr "" # d9f858a04f944fd68c7b7a7d042d2632 #: ../../source/webmail-user-guide/roundcubemail/mail/mailview.rst:247 msgid "Expanding the Message Headers" msgstr "" # 5fee9e52698f4a538d3c22150fb9a4ec #: ../../source/webmail-user-guide/roundcubemail/mail/mailview.rst:253 msgid "" "The preview pane is meant to give you a quick view of the message. Thus only " "important message fields such as sender and date are displayed right away. " "The header part of the preview can be expanded with click on the down-arrow " "at the left of the header." msgstr "" # ea725ddfdc3143ec889956095ed6dcca #: ../../source/webmail-user-guide/roundcubemail/mail/mailview.rst:92 msgid "Messages" msgstr "" # ea725ddfdc3143ec889956095ed6dcca #: ../../source/webmail-user-guide/roundcubemail/mail/mailview.rst:92 msgid "List" msgstr "" # 7736b92b54c741bda8cc42810ee42c2a #: ../../source/webmail-user-guide/roundcubemail/mail/mailview.rst:107 msgid "Read" msgstr "" # 2a77998ca254473a9908fd742ae7e08c #: ../../source/webmail-user-guide/roundcubemail/mail/mailview.rst:119 msgid "Unread" msgstr "" # 2a77998ca254473a9908fd742ae7e08c #: ../../source/webmail-user-guide/roundcubemail/mail/mailview.rst:119 msgid "Flag" msgstr "" # 5ee4e8e703844488b45d2d33a45578af #: ../../source/webmail-user-guide/roundcubemail/mail/mailview.rst:129 msgid "Sort" msgstr "" # c4d0d847ee21404c8a6a62e24c59a205 #: ../../source/webmail-user-guide/roundcubemail/mail/mailview.rst:136 msgid "Threads" msgstr "" # 6a7ac6768fe744a0a7db8e3be6d035d6 #: ../../source/webmail-user-guide/roundcubemail/mail/mailview.rst:148 msgid "Columns" msgstr "" # 10b09f47ef464394a89b9a9efcafb1c5 #: ../../source/webmail-user-guide/roundcubemail/mail/mailview.rst:163 msgid "Select" msgstr "" # b206b1a22095497d8d848a2ae24e6945 #: ../../source/webmail-user-guide/roundcubemail/mail/mailview.rst:175 msgid "Folders" msgstr "" # 58f310ff9e6146dfaedf5c2db673b388 #: ../../source/webmail-user-guide/roundcubemail/mail/mailview.rst:196 msgid "Compact" msgstr "" # 58f310ff9e6146dfaedf5c2db673b388 #: ../../source/webmail-user-guide/roundcubemail/mail/mailview.rst:196 msgid "Empty" msgstr "" # a091d3c202cd4cf1a98131675ae12218 #: ../../source/webmail-user-guide/roundcubemail/mail/mailview.rst:215 msgid "Quota" msgstr "" # 24827e5e52d3455e84742c7794ace08e #: ../../source/webmail-user-guide/roundcubemail/mail/mailview.rst:226 msgid "Preview" msgstr "" diff --git a/locale/fr/LC_MESSAGES/webmail-user-guide/roundcubemail/mail/organization.po b/locale/fr/LC_MESSAGES/webmail-user-guide/roundcubemail/mail/organization.po index 825858bf..2f819cc8 100644 --- a/locale/fr/LC_MESSAGES/webmail-user-guide/roundcubemail/mail/organization.po +++ b/locale/fr/LC_MESSAGES/webmail-user-guide/roundcubemail/mail/organization.po @@ -1,202 +1,201 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-25 16:34+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 1.3\n" # 39eb537420fc4dd8a78574b73cff8cb9 #: ../../source/webmail-user-guide/roundcubemail/mail/organization.rst:93 msgid "Organizing your Email Messages" msgstr "" # 71175aa7034a4cfaad1055b919a20a24 #: ../../source/webmail-user-guide/roundcubemail/mail/organization.rst:95 msgid "" "The :ref:`folder list ` in the email view lists all folder " "that can be used to sort emails into for temporary or final storage. You " "manage the folders in the :ref:`settings section ` and " "freely choose the hierarchy of the folder tree." msgstr "" # 5ec62a21b64a4f2eab596995664b3cd9 #: ../../source/webmail-user-guide/roundcubemail/mail/organization.rst:103 msgid "Special System Folders" msgstr "" # 7b8c748c98a24f5e855828d440597349 #: ../../source/webmail-user-guide/roundcubemail/mail/organization.rst:105 msgid "" "Some of the folders have a special meaning and are used by the system to " "place messages in. These special folders are indicated with an individual " "icon in the list and usually cannot be deleted or renamed." msgstr "" # 81ecaddcec8b4660881990b3531364b2 #: ../../source/webmail-user-guide/roundcubemail/mail/organization.rst:109 msgid "**Inbox**" msgstr "" # 92ab973e6c1946b997d717ee69450561 #: ../../source/webmail-user-guide/roundcubemail/mail/organization.rst:109 msgid "This is where new messages arrive." msgstr "" # 2e3a955dc9274045927463b488547c23 #: ../../source/webmail-user-guide/roundcubemail/mail/organization.rst:113 msgid "**Drafts**" msgstr "" # d039ffe8c06a4ad5a84f52d4a0cc5e19 #: ../../source/webmail-user-guide/roundcubemail/mail/organization.rst:112 msgid "" "When :ref:`composing messages ` you can save them temporarily " "as draft. Such messages are stored in this folder an can be picked up for " "editing here." msgstr "" # 631b3874fb694648ae8aa930557e9316 #: ../../source/webmail-user-guide/roundcubemail/mail/organization.rst:117 msgid "**Sent**" msgstr "" # 045170a2484b42ff91051f5616482969 #: ../../source/webmail-user-guide/roundcubemail/mail/organization.rst:116 msgid "" "Unless configured otherwise, a copy of each message you compose and send to " "others will be saved to this folder." msgstr "" # c22ddfc501d449388aae2dc384e76efa #: ../../source/webmail-user-guide/roundcubemail/mail/organization.rst:122 msgid "**Trash**" msgstr "" # 2ad12e69ac724c31a93b030ee43ddafc #: ../../source/webmail-user-guide/roundcubemail/mail/organization.rst:120 msgid "" "When you delete a message it is moved to this folder and not deleted " "immediately. Depending on the email server's settings, trashed messages will " "automatically be removed from this folder after a certain time. You can also " "empty the trash folder manually with the *Empty* command from the :ref:" "`Folder actions menu `." msgstr "" # a32e1eae00f34f4e964925902f37ee15 #: ../../source/webmail-user-guide/roundcubemail/mail/organization.rst:124 msgid "" "The assignment of special folders can be changed in :ref:`Preferences > " "Special Folders `." msgstr "" # 6129f215915048b2b39c322ea897b562 #: ../../source/webmail-user-guide/roundcubemail/mail/organization.rst:131 msgid "How to Move Messages to Folders" msgstr "" # aa0b5c303aa142fa807ba58963d844cc #: ../../source/webmail-user-guide/roundcubemail/mail/organization.rst:133 msgid "" "Filing messages to specific folders is as simple as dragging a message from " "the list with the mouse and dropping it on the folder you want it moved to. " "That also works with :ref:`multiple messages selected `." msgstr "" # a09ae2ad9cce4cb9971e9ff4561f13a6 #: ../../source/webmail-user-guide/roundcubemail/mail/organization.rst:136 msgid "" "If the target folder is a subfolder and not currently visible, just hold the " "mouse over the parent folder while dragging and it'll expand automatically " "after two seconds. Move the mouse (while dragging) over the folder list " "footer to let it scroll until the target folder moves into sight." msgstr "" # 24a2224a87a8437aa113deac6df0dc53 #: ../../source/webmail-user-guide/roundcubemail/mail/organization.rst:141 msgid "Copy instead of moving" msgstr "" # a704df243acc4ad3b93da72428985807 #: ../../source/webmail-user-guide/roundcubemail/mail/organization.rst:143 msgid "" "There's also the possibility to copy a message into another folder instead " "of moving it there. Holding down the Shift key on the keyboard while " "dropping one or multiple messages on the destination folder will open a menu " "where you can choose to either *Move* or *Copy* them." msgstr "" # 20e846599375494ca2c577acf6450ecd #: ../../source/webmail-user-guide/roundcubemail/mail/organization.rst:148 msgid "Moving from the Message View Screen" msgstr "" # 47d2991f82ba4b2c9e770fa890cb48e7 #: ../../source/webmail-user-guide/roundcubemail/mail/organization.rst:150 msgid "" "When reading a message in the full message view screen, you'll find a drop-" "down menu labelled *Move to...* in the toolbar on top. Select a folder from " "that menu and the message will be moved there. The message view screen will " "then load the next message in the list of the current folder." msgstr "" # 7558d5cc34544998bda7b87545c4214d #: ../../source/webmail-user-guide/roundcubemail/mail/organization.rst:176 msgid "Delete Messages" msgstr "" # f4de34eca8dc414980fd87694cf555b4 #: ../../source/webmail-user-guide/roundcubemail/mail/organization.rst:178 msgid "" "The selected message(s) can be deleted from the current folder by clicking " "the *Delete* icon in the toolbar or by hitting the (or Backspace on " "Mac) key on your keybaord. This will by default move the message to the " "Trash folder and not delete it right away unless you do this for messages in " "the Trash folder. In order to immediately delete the message in first place, " "hold down the Shift key on your keyboard while clicking the *Delete* button " "or when pressing ." msgstr "" # 00387079f4ab448a86c4886b03f4b84f #: ../../source/webmail-user-guide/roundcubemail/mail/organization.rst:184 msgid "" "There's a preference in :ref:`Settings > Preferences > Server Settings " "` where the default behavior of message deletion can " "be changed." msgstr "" # 15bc8eb14c9446239416737998093b90 #: ../../source/webmail-user-guide/roundcubemail/mail/organization.rst:88 msgid "Folders" msgstr "" # 1ffcb238aaa04d2a907ac09ccdce6f27 #: ../../source/webmail-user-guide/roundcubemail/mail/organization.rst:127 msgid "Move" msgstr "" # 1ffcb238aaa04d2a907ac09ccdce6f27 #: ../../source/webmail-user-guide/roundcubemail/mail/organization.rst:127 msgid "Copy" msgstr "" # 1ffcb238aaa04d2a907ac09ccdce6f27 #: ../../source/webmail-user-guide/roundcubemail/mail/organization.rst:127 msgid "Drag & Drop" msgstr "" # 94fac04f896e4e05a405b685f9432b2d #: ../../source/webmail-user-guide/roundcubemail/mail/organization.rst:173 msgid "Delete Message" msgstr "" diff --git a/locale/fr/LC_MESSAGES/webmail-user-guide/roundcubemail/mail/reading.po b/locale/fr/LC_MESSAGES/webmail-user-guide/roundcubemail/mail/reading.po index 85e578dd..963c0bdf 100644 --- a/locale/fr/LC_MESSAGES/webmail-user-guide/roundcubemail/mail/reading.po +++ b/locale/fr/LC_MESSAGES/webmail-user-guide/roundcubemail/mail/reading.po @@ -1,172 +1,171 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-25 16:34+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 1.3\n" # ae2e1caf41084c708b54a9f7d63133b0 #: ../../source/webmail-user-guide/roundcubemail/mail/reading.rst:93 msgid "Viewing Emails and Attachments" msgstr "" # d7108f45f9d64761b4cb76bfe50a2ad8 #: ../../source/webmail-user-guide/roundcubemail/mail/reading.rst:95 msgid "" "Double-clicking a message in the list opens it in full size or in a new " "window, depending on your :ref:`message display preferences `." msgstr "" # a67dd110ba664e2c858135b333803f91 #: ../../source/webmail-user-guide/roundcubemail/mail/reading.rst:98 msgid "" "The header block now shows all message headers including a photo of the " "sender if one is found in your address book." msgstr "" # d976d0c2062d4b26ad213cb8dc526dee #: ../../source/webmail-user-guide/roundcubemail/mail/reading.rst:103 msgid "Open in a New Window" msgstr "" # 1114350f497046d9bf480c1c857cf1b3 #: ../../source/webmail-user-guide/roundcubemail/mail/reading.rst:105 msgid "" "While looking at a message in the preview pane, it can be opened in a new " "window by pressing the |button-extwin| button." msgstr "" # f306b8b46316429a8d0548431e101ba8 #: ../../source/webmail-user-guide/roundcubemail/mail/reading.rst:110 msgid "" "When opening a message in full-size view, the toolbar above shows buttons " "for possible actions to choose for this message." msgstr "" # 220c5a8dcb3e4fb0a354fcfe40d6da58 #: ../../source/webmail-user-guide/roundcubemail/mail/reading.rst:115 msgid "Move to Another Folder" msgstr "" # eff6b5a95232413a9b373983c8bc2312 #: ../../source/webmail-user-guide/roundcubemail/mail/reading.rst:117 msgid "" "Use the drop-down list on the top right of the toolbar to move the current " "message to another folder. When a folder is selected from that list, the " "message is moved there right away and the window will display the next " "message in the list." msgstr "" # 4609ea13ee66499c88035c059fcef632 #: ../../source/webmail-user-guide/roundcubemail/mail/reading.rst:123 msgid "Jump to the Next or Previous Message" msgstr "" # 4c85bd69794145648cca1fbf4e8515c0 #: ../../source/webmail-user-guide/roundcubemail/mail/reading.rst:125 msgid "" "Use the arrow buttons on the right side of the headers box to jump to the " "next or previous message on the folder. If there's no next or previous " "message, the buttons will be disabled." msgstr "" # d2a182d33eb444c29ca1c6cabebf3f53 #: ../../source/webmail-user-guide/roundcubemail/mail/reading.rst:130 msgid "Add Contacts to your Address Book" msgstr "" # 7770a308775a44098b9d8db995cd770e #: ../../source/webmail-user-guide/roundcubemail/mail/reading.rst:132 msgid "" "Every email address referenced in the current message, either as sender or " "recipient, can be saved to the address book with a single click on the *Add " "contact* |icon-addcontact| icon right next to it. Of course it won't be " "saved twice if a contact with that email address already exists in the " "address book." msgstr "" # 50f0db29ee404cefbc58073b9f81c30d #: ../../source/webmail-user-guide/roundcubemail/mail/reading.rst:143 msgid "View or Download Attachments" msgstr "" # 17e9fd59758440b6b9e6800e332b43ba #: ../../source/webmail-user-guide/roundcubemail/mail/reading.rst:145 msgid "" "If the opened message has any files attached, these are listed on the right, " "next to the message text. Click on the file name to open or download it. If " "the file can be displayed directly in the web browser, a preview window will " "be opened showing the attachment. This will happen for images, text files " "and PDFs if your browser indicates being able to display them." msgstr "" # eb5d15d5795e405ea510bd3025bad6b8 #: ../../source/webmail-user-guide/roundcubemail/mail/reading.rst:150 msgid "" "Otherwise clicking the file name will initiate the download process and a " "dialog will most likely appear, asking you where to save the file. If that " "doesn't happen, check the default \"Downloads\" folder on your computer for " "the attachment file." msgstr "" # 69f8f121a5d04b048e4810f19f295069 #: ../../source/webmail-user-guide/roundcubemail/mail/reading.rst:155 msgid "Forcing Attachment Download" msgstr "" # ee66d2b2f44748aa96913c477bdfa6ff #: ../../source/webmail-user-guide/roundcubemail/mail/reading.rst:157 msgid "" "For files being opened in the browser directly, you can force download by " "either clicking on the *Download* link in the preview window or by right-" "clicking the attachment file name in the message view and then choosing " "\"Save Link As...\" from the browser's context menu." msgstr "" # c17349f38d724f9b869879d1d4d62cb1 #: ../../source/webmail-user-guide/roundcubemail/mail/reading.rst:162 msgid "Image Previews" msgstr "" # 0f863eaf3e714aea8a85d35295d20d6e #: ../../source/webmail-user-guide/roundcubemail/mail/reading.rst:164 msgid "" "If enabled in the :ref:`Preferences ` images " "attached to the message are listed as previews (aka \"thumbnails\") right " "below the message text. Each image has links right next to it which let you " "either open the image in full size (*Show*) or *Download* it to your " "computer's hard drive." msgstr "" # bd19744bdbe641a7a1f25c08f7ce3791 #: ../../source/webmail-user-guide/roundcubemail/mail/reading.rst:88 msgid "Read" msgstr "" # 1c6c44a42dd345f1861919c30c23b0ef #: ../../source/webmail-user-guide/roundcubemail/mail/reading.rst:139 msgid "Attachments" msgstr "" # 1c6c44a42dd345f1861919c30c23b0ef #: ../../source/webmail-user-guide/roundcubemail/mail/reading.rst:139 msgid "Download" msgstr "" # 1c6c44a42dd345f1861919c30c23b0ef #: ../../source/webmail-user-guide/roundcubemail/mail/reading.rst:139 msgid "Preview" msgstr "" diff --git a/locale/fr/LC_MESSAGES/webmail-user-guide/roundcubemail/mail/searching.po b/locale/fr/LC_MESSAGES/webmail-user-guide/roundcubemail/mail/searching.po index dc84dd52..5fcf564f 100644 --- a/locale/fr/LC_MESSAGES/webmail-user-guide/roundcubemail/mail/searching.po +++ b/locale/fr/LC_MESSAGES/webmail-user-guide/roundcubemail/mail/searching.po @@ -1,144 +1,143 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-25 16:34+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 1.3\n" # 00bcab2980a34fdaa5b16e18b37aedd9 #: ../../source/webmail-user-guide/roundcubemail/mail/searching.rst:93 msgid "Searching Email Messages" msgstr "" # e181777c9420496b8fabe314aa40abf0 #: ../../source/webmail-user-guide/roundcubemail/mail/searching.rst:95 msgid "" "For searching email messages, first select the folder you want to search in " "the :ref:`mail-folders` list on the left. Then enter the search term into " "the search box above the message list and press on your keyboard to " "start the search. Search results will be displayed in the message list." msgstr "" # aacf6c2d02c641978b339db49ad9221a #: ../../source/webmail-user-guide/roundcubemail/mail/searching.rst:99 msgid "" "Reset the search by clicking the *Reset search* icon on the right border of " "the search box. Switching to another folder will also reset the search and " "clear the search box." msgstr "" # 45041ffef9fa4e3f8b3c46071f4a40fb #: ../../source/webmail-user-guide/roundcubemail/mail/searching.rst:104 msgid "Choose what parts to search" msgstr "" # df55cc4c424a4a35a5e5599b37370894 #: ../../source/webmail-user-guide/roundcubemail/mail/searching.rst:110 msgid "" "Open the search options menu by clicking the search icon left in the search " "box. You can select which parts of the message should be searched for the " "entered term. Check *Entire message* to search them all." msgstr "" # af1fc902333e41a5a4394eb8e4010bbe #: ../../source/webmail-user-guide/roundcubemail/mail/searching.rst:114 msgid "" "You can also type specific search criteria directly into the box, such as " "\"from:Scott\" or \"subject:Conference.\" Supported criteria keywords are:" msgstr "" # f8fb5198bd46478d82d8082c0d1bcb46 #: ../../source/webmail-user-guide/roundcubemail/mail/searching.rst:117 msgid "from:" msgstr "" # deed2c5d341f4f4a8273f7635e501b35 #: ../../source/webmail-user-guide/roundcubemail/mail/searching.rst:118 msgid "to:" msgstr "" # b16fb985e0974dbc99fc701fef35741b #: ../../source/webmail-user-guide/roundcubemail/mail/searching.rst:119 msgid "cc:" msgstr "" # a6811e6c46f0496faf6fd160dcacca63 #: ../../source/webmail-user-guide/roundcubemail/mail/searching.rst:120 msgid "bcc:" msgstr "" # 3419e65316cb4f70a25cecc062b13312 #: ../../source/webmail-user-guide/roundcubemail/mail/searching.rst:121 msgid "subject:" msgstr "" # ff02fd6cae38400d9612a6e373fec8e7 #: ../../source/webmail-user-guide/roundcubemail/mail/searching.rst:122 msgid "body:" msgstr "" # d403f6521cb14c6183403d9ad99762c0 #: ../../source/webmail-user-guide/roundcubemail/mail/searching.rst:129 msgid "Choose where to search" msgstr "" # 3003298f8e714b1887c1c322a7bb20ba #: ../../source/webmail-user-guide/roundcubemail/mail/searching.rst:131 msgid "" "Also located in the search options menu, the \"Scope\" selector controls " "whether messages are searched in the currently selected folders, including " "subfolders or accross all folders. If a search query is already active, " "changing the scope in this menu will immediately execute the search again " "and update the results in the message list." msgstr "" # d4890f66251a490b9032494877da06f9 #: ../../source/webmail-user-guide/roundcubemail/mail/searching.rst:140 msgid "Message List Filters" msgstr "" # b4d746fb3ac945bda96bd2e44390529f #: ../../source/webmail-user-guide/roundcubemail/mail/searching.rst:142 msgid "" "The drop-down menu next to the search box offers some predefined filters to " "quickly reduceg the messages listed to their status or priority." msgstr "" # 5fc22408bffa42bcb7f4d3a7c753f0c3 #: ../../source/webmail-user-guide/roundcubemail/mail/searching.rst:145 msgid "" "The filter rules selected here are applied in addition to the search term " "entered in the search box. For example you can choose to only list " "unanswered messages from Paul by selecting the filter *Unanswered* and enter " "\"from:Paul\" in the search box." msgstr "" # 31ce558619a44686b4445e2f4bb1097a #: ../../source/webmail-user-guide/roundcubemail/mail/searching.rst:151 msgid "" "The message filters also depend on the :ref:`\"Scope\" ` " "selected in the search options menu. Change the scope if you want to expand " "the active filter to list matching messages from all folders." msgstr "" # 81b21f559761427794d190fce93a52b7 #: ../../source/webmail-user-guide/roundcubemail/mail/searching.rst:88 msgid "Search" msgstr "" # da434329fd4841f48c5ed5f1df845e79 #: ../../source/webmail-user-guide/roundcubemail/mail/searching.rst:137 msgid "Filter" msgstr "" diff --git a/locale/fr/LC_MESSAGES/webmail-user-guide/roundcubemail/overview.po b/locale/fr/LC_MESSAGES/webmail-user-guide/roundcubemail/overview.po index 342bbda4..fab94f05 100644 --- a/locale/fr/LC_MESSAGES/webmail-user-guide/roundcubemail/overview.po +++ b/locale/fr/LC_MESSAGES/webmail-user-guide/roundcubemail/overview.po @@ -1,187 +1,186 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-25 16:34+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 1.3\n" # bf34665ad95548fe819a754df469ef6b #: ../../source/webmail-user-guide/roundcubemail/overview.rst:92 msgid "Getting Started" msgstr "" # 23fc24d0cfde4d249fd372fc5831d3a5 #: ../../source/webmail-user-guide/roundcubemail/overview.rst:97 msgid "General Overview of the User Interface" msgstr "" # 2c3c81f46d864a61a8c96939de6a5c88 #: ../../source/webmail-user-guide/roundcubemail/overview.rst:99 msgid "" "Once authenticated, the screen of Roundcube webmail is divided into " "functional parts which are explained here:" msgstr "" # b600309438e5462aaeb8f2f37772bcda #: ../../source/webmail-user-guide/roundcubemail/overview.rst:107 msgid "(1) Application Tasks" msgstr "" # da7d656e4e094719adb1b80e9c270747 #: ../../source/webmail-user-guide/roundcubemail/overview.rst:108 msgid "" "The webmail application provides different main tasks such as Email, Address " "Book, Settings, etc. Use this list to switch from one task to another. That " "will reload the screen with a specific view for the selected task. Instead " "of switching back and forth, task screens can be opened in individual " "browser windows or tabs. Right-click on a task icon in the list and then " "choose \"Open Link in New Tab/Window\" from the browser's context menu to do " "so." msgstr "" # d13252076ac3487e9f4f6713af9a7c8e #: ../../source/webmail-user-guide/roundcubemail/overview.rst:114 msgid "" "Beside the main tasks, the button to terminate the current session " "(*Logout*) is also located here." msgstr "" # cb85c65e5d8a45c19e8a8a38983a1737 #: ../../source/webmail-user-guide/roundcubemail/overview.rst:121 msgid "(2) Status Display" msgstr "" # d93f98999d1f45849cc04fd387111124 #: ../../source/webmail-user-guide/roundcubemail/overview.rst:122 msgid "" "This area of the screen is dedicated to display status notifications (e.g. " "confirmations, warnings, errors) about the success or failure of the " "operations you just executed in the application. While the app is working or " "loading data, a notification is displayed here as well." msgstr "" # a95ddd3ae19d48d38bf31e063131c8b3 #: ../../source/webmail-user-guide/roundcubemail/overview.rst:130 msgid "(3) Toolbar" msgstr "" # f9d9b13f1c174d729f9e1bb681bccd2b #: ../../source/webmail-user-guide/roundcubemail/overview.rst:131 msgid "" "The main toolbar is always located above the content area and allow you to " "perform different actions, depending on what is being shown or selected in " "the content part of the window. If buttons are grayed out, the according " "action is not available for the current selection. If a toolbar icon shows a " "small arrow on its right side, clicking that arrow will present you " "variations of the action to be executed." msgstr "" # 7ca4ec8c7c524e1f845b50e9fa323458 #: ../../source/webmail-user-guide/roundcubemail/overview.rst:136 msgid "" "Additional actions can be found by clicking the *More* button (if available)." msgstr "" # 29533e4b840046bb87c3a087dae1bd4f #: ../../source/webmail-user-guide/roundcubemail/overview.rst:142 msgid "(4) List Operations" msgstr "" # cfb5b4788df54d29be464800d03c0e42 #: ../../source/webmail-user-guide/roundcubemail/overview.rst:143 msgid "" "The icons in the footer area of a list provide actions that influence the " "list above or the currently selected element of the list respectively. The " "gear icon usually opens a menu with additional actions." msgstr "" # f5e9cd397e4b427c820a1d64eb2313d1 #: ../../source/webmail-user-guide/roundcubemail/overview.rst:150 msgid "(5) Search Box" msgstr "" # 59036a50428b49d1a4a7e1f441c225b2 #: ../../source/webmail-user-guide/roundcubemail/overview.rst:151 msgid "" "If the currently selected task allows searching for data (e.g. for email " "messages or contacts), a search box is located in the upper right corner " "above the main content area. Enter a search term and press on the " "keyboard to start searching. To reset the search, click the clear icon on " "the right border of the search box." msgstr "" # ff81289c149b4fd3999a2826185fede2 #: ../../source/webmail-user-guide/roundcubemail/overview.rst:155 msgid "" "There might be search options hidden in a drop-down menu that open when " "clicking the search icon left in the search box." msgstr "" # 1b8f5f61cf6848bb85cfc5ef9a501dac #: ../../source/webmail-user-guide/roundcubemail/overview.rst:159 msgid "Resizing content boxes" msgstr "" # a9120b051ee546718b1ecfe3fc8ff4bd #: ../../source/webmail-user-guide/roundcubemail/overview.rst:160 msgid "" "Some boxes filling the main content area of the screen can be resized. Find " "the resize handle |splitter| between two boxes and drag it with the mouse." msgstr "" # a4303c5182194d86b8adebfb65b6c2de #: ../../source/webmail-user-guide/roundcubemail/overview.rst:170 msgid "Terminating the Session" msgstr "" # 44d4af5d7e4f4c13ab05b4c6595d44a3 #: ../../source/webmail-user-guide/roundcubemail/overview.rst:171 msgid "" "Once your work is done on the webmail application, it's important that you " "properly terminate the current session by clicking the *Logout* icon in (1). " "This will make sure that no other person accessing your computer can read or " "delete your emails or send them on your behalf. Simply closing the browser " "window is not enough to log-out!" msgstr "" # 0289772fa35a4c9d823d1ecec54abe96 #: ../../source/webmail-user-guide/roundcubemail/overview.rst:104 msgid "Tasks" msgstr "" # b7c43a991c2143488de29b542b821dd5 #: ../../source/webmail-user-guide/roundcubemail/overview.rst:117 msgid "Status" msgstr "" # b42db9fd7393429a87af93c0fc9cb7ae #: ../../source/webmail-user-guide/roundcubemail/overview.rst:127 msgid "Toolbar" msgstr "" # 9c067549110143a8b3468f35fec06936 #: ../../source/webmail-user-guide/roundcubemail/overview.rst:139 msgid "List" msgstr "" # b305e457cfc64d869d67d97335b26b37 #: ../../source/webmail-user-guide/roundcubemail/overview.rst:147 msgid "Search" msgstr "" # 281fd20fde574eda9d70a55e7761501c #: ../../source/webmail-user-guide/roundcubemail/overview.rst:167 msgid "Logout" msgstr "" diff --git a/locale/fr/LC_MESSAGES/webmail-user-guide/roundcubemail/settings/folders.po b/locale/fr/LC_MESSAGES/webmail-user-guide/roundcubemail/settings/folders.po index 167735fe..6d2e0cef 100644 --- a/locale/fr/LC_MESSAGES/webmail-user-guide/roundcubemail/settings/folders.po +++ b/locale/fr/LC_MESSAGES/webmail-user-guide/roundcubemail/settings/folders.po @@ -1,201 +1,200 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-25 16:34+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 1.3\n" # 9f32579bfd5d47eea07b32243d9716e0 #: ../../source/webmail-user-guide/roundcubemail/settings/folders.rst:93 msgid "Managing Folders" msgstr "" # 533b0ff64fb9407db9ec0e5e345e4181 #: ../../source/webmail-user-guide/roundcubemail/settings/folders.rst:95 msgid "" "This section of the settings task allows you to manage the tree of mailbox " "folders." msgstr "" # 45ed88ecbafa47bbbb6796f979c06c1d #: ../../source/webmail-user-guide/roundcubemail/settings/folders.rst:97 msgid "" "The hierarchical folder tree is displayed in the middle list widget where " "you can select a single folder by clicking it. Folder information and some " "settings then appear in the right properties pane." msgstr "" # 0df4363adf3b432bb87130e9902eec51 #: ../../source/webmail-user-guide/roundcubemail/settings/folders.rst:100 msgid "" "There might be folders which are grayed out and which cannot be edited nor " "deleted or renamed. Such folders are \"virtual\" folders which are only " "there for structuring but which cannot contain any messages." msgstr "" # e5c52c3a3de044a0b2417959d1e675a8 #: ../../source/webmail-user-guide/roundcubemail/settings/folders.rst:103 msgid "" "Some :ref:`Special System Folders ` cannot be renamed or " "unsubscribed because they have special purposes and are used by system " "processes." msgstr "" # 71248c8846ae496497ce702d5b653baa #: ../../source/webmail-user-guide/roundcubemail/settings/folders.rst:111 msgid "Subscribe to Folders" msgstr "" # 075e82434ba347acbc3964f0d2ad1891 #: ../../source/webmail-user-guide/roundcubemail/settings/folders.rst:113 msgid "" "In the folder list, the right column indicates whether a folder is " "subscribed and by clicking the checkbox, the subscription for that folder " "can be changed." msgstr "" # 7c26abe6ba8c44d0aedb4589e42fa8d3 #: ../../source/webmail-user-guide/roundcubemail/settings/folders.rst:116 msgid "" "Subscribed folders appear in the :ref:`email view ` whereas " "unsubscribed ones are hidden and only visible here." msgstr "" # a828ea92484e423ba77130e57d6aa468 #: ../../source/webmail-user-guide/roundcubemail/settings/folders.rst:124 msgid "Create a new Folder" msgstr "" # 07d6fd9a0ab64c8196b254383ab34d0b #: ../../source/webmail-user-guide/roundcubemail/settings/folders.rst:126 msgid "Click the *Create new Folder* icon (+) in the list footer" msgstr "" # 5c818aee9a8b4dc3b4f780f600498a37 #: ../../source/webmail-user-guide/roundcubemail/settings/folders.rst:127 msgid "Enter a name for the new folder in the properties form on the right" msgstr "" # b9f2e99f72ac4a18bc323c2e8002989d #: ../../source/webmail-user-guide/roundcubemail/settings/folders.rst:128 msgid "Select a parent folder or --- to create the folder on top level" msgstr "" # 7b9090bcfe4a4695afb6b781a564ecaf #: ../../source/webmail-user-guide/roundcubemail/settings/folders.rst:129 msgid "Click the *Save* button below the form to finally create it" msgstr "" # bbfe4608f05f47c995eba442c3b517fa #: ../../source/webmail-user-guide/roundcubemail/settings/folders.rst:132 msgid "" "The *Parent folder* field is already pre-selected whith the folder currently " "selected in the folder list on the left." msgstr "" # 03745af403df4d0186154f2190c56a98 #: ../../source/webmail-user-guide/roundcubemail/settings/folders.rst:137 msgid "Manage the Folder Hierarchy" msgstr "" # ac5a06bf2b2045fcac439a3cf67a7d10 #: ../../source/webmail-user-guide/roundcubemail/settings/folders.rst:139 msgid "" "Folders can be nested to build a hierarchical structure to store your " "emails. Even an existing folder can be made a subfolder of another one or " "moved to the top level." msgstr "" # 3c4466f1af03490eb8b291c7290f8915 #: ../../source/webmail-user-guide/roundcubemail/settings/folders.rst:142 msgid "" "To move a folder simply drag & drop it with the mouse from the list onto the " "desired parent folder." msgstr "" # 2ba74cd7963a49c4aed8c0087bd55d1f #: ../../source/webmail-user-guide/roundcubemail/settings/folders.rst:144 msgid "" "Alternatively the parent folder can be selected in the property form in the " "right and by hitting *Save* the currently selected folder is moved to its " "new parent." msgstr "" # d9ab9204b6f04a5e85a922a86cfd8eaa #: ../../source/webmail-user-guide/roundcubemail/settings/folders.rst:151 msgid "Delete Folders" msgstr "" # 7bbc045555834ca7b31ebe6051dc2d33 #: ../../source/webmail-user-guide/roundcubemail/settings/folders.rst:153 msgid "Select a folder in the list" msgstr "" # 478e9d6a49f6486e84ba784c5c085c30 #: ../../source/webmail-user-guide/roundcubemail/settings/folders.rst:154 msgid "Open the *Folder Actions* menu in the list footer and click *Delete*" msgstr "" # 2d54b8da2e1048da8cb94a629a67d780 #: ../../source/webmail-user-guide/roundcubemail/settings/folders.rst:155 msgid "Confirm the deletion" msgstr "" # e657d80a13d64a38ac28b49e2da1ba95 #: ../../source/webmail-user-guide/roundcubemail/settings/folders.rst:200 msgid "Search for Folders" msgstr "" # 28b23506aa3546cfba616c69367336b2 #: ../../source/webmail-user-guide/roundcubemail/settings/folders.rst:202 msgid "" "If the list of folders happens to be very long, a search box can be unfolded " "from the magnifier glass icon in the header of the folder list. The folder " "tree is reduced to matching folders as you type in the search box." msgstr "" # 3ba20b87184946a9b44dcf957be1ed96 #: ../../source/webmail-user-guide/roundcubemail/settings/folders.rst:205 msgid "" "Right above the search box, a drop-down menu provides ways to reduce the " "folder list to common scopes (aka \"namespaces\") like \"Personal\", \"Shared" "\" or \"Other users\". The selection may vary with the capabilities of your " "email server." msgstr "" # 007461293afd450a9a093d7e2ba93360 #: ../../source/webmail-user-guide/roundcubemail/settings/folders.rst:88 msgid "Folders" msgstr "" # f3d867f299a8454092317ae9b958017a #: ../../source/webmail-user-guide/roundcubemail/settings/folders.rst:107 msgid "Subscribe" msgstr "" # f3d867f299a8454092317ae9b958017a #: ../../source/webmail-user-guide/roundcubemail/settings/folders.rst:107 msgid "Subscription" msgstr "" # 4f97d90670674329a048ae6e997d9d0a #: ../../source/webmail-user-guide/roundcubemail/settings/folders.rst:120 msgid "Create Folder" msgstr "" # 5d31d46f7a474662b1f5e04f2eda3b45 #: ../../source/webmail-user-guide/roundcubemail/settings/folders.rst:148 msgid "Delete Folder" msgstr "" diff --git a/locale/fr/LC_MESSAGES/webmail-user-guide/roundcubemail/settings/identities.po b/locale/fr/LC_MESSAGES/webmail-user-guide/roundcubemail/settings/identities.po index 9e89d25f..e5b2499b 100644 --- a/locale/fr/LC_MESSAGES/webmail-user-guide/roundcubemail/settings/identities.po +++ b/locale/fr/LC_MESSAGES/webmail-user-guide/roundcubemail/settings/identities.po @@ -1,230 +1,229 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-25 16:34+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 1.3\n" # 6659a16112fb462984ecc30e0142e5c9 #: ../../source/webmail-user-guide/roundcubemail/settings/identities.rst:93 msgid "Sender Identities" msgstr "" # 12b45ebea59c4520ad83ac164188e5f3 #: ../../source/webmail-user-guide/roundcubemail/settings/identities.rst:95 msgid "" "The settings here control the name(s) and email address(es) stated as sender " "when you send out email messages. Depending on the server configuration, you " "can define multiple sender identities or only adjust the name and other " "control fields." msgstr "" # e609dbed68ef40d2afa3e40b7339d328 #: ../../source/webmail-user-guide/roundcubemail/settings/identities.rst:101 msgid "Settings" msgstr "" # 3c677c790f454637bfc633d3e43000ff #: ../../source/webmail-user-guide/roundcubemail/settings/identities.rst:103 msgid "" "This first block contains general properties for the selected sender " "identity:" msgstr "" # 43197cfbea3541139821e0cad717d9c0 #: ../../source/webmail-user-guide/roundcubemail/settings/identities.rst:106 msgid "**Display name**" msgstr "" # 0a9061cebc3d44aeaf2aa614bf53a8a4 #: ../../source/webmail-user-guide/roundcubemail/settings/identities.rst:106 msgid "" "The full name displayed in the recipient's email program upon receiving your " "message" msgstr "" # 319c7eb95db14f3289a85fea4dca6ec1 #: ../../source/webmail-user-guide/roundcubemail/settings/identities.rst:111 msgid "**Email**" msgstr "" # 6441b12d2d3b426cb4dc20a506b82949 #: ../../source/webmail-user-guide/roundcubemail/settings/identities.rst:109 msgid "" "The email address stated as sender of email messages you send with this " "identity. Please enter a valid email address that is handled by your " "Roundcube email account. Otherwise message sending might fail because of an " "invalid sender address." msgstr "" # dcc6fa8673894e83868b9dbfb883f708 #: ../../source/webmail-user-guide/roundcubemail/settings/identities.rst:113 msgid "" "The Email field might not be visible or editable. This is no malfunction but " "a restriction set by the server administrator to prevent users from sending " "email with faked sender addresses." msgstr "" # 4a873849f114439da5c15313cf5fa93a #: ../../source/webmail-user-guide/roundcubemail/settings/identities.rst:119 msgid "**Organization**" msgstr "" # 83cfc48ad36148c6bda749d036c03c57 #: ../../source/webmail-user-guide/roundcubemail/settings/identities.rst:118 msgid "" "Some email programs display the organization field when receiving messages " "from you with this filled out." msgstr "" # f3d727d3544d4af78d4c656212254fe7 #: ../../source/webmail-user-guide/roundcubemail/settings/identities.rst:123 msgid "**Reply-to**" msgstr "" # 367341aa696d4b0ab035c31c1d8df694 #: ../../source/webmail-user-guide/roundcubemail/settings/identities.rst:122 msgid "" "Enter an email address that differs from the identity's email address here " "in order to force recipients to send answers to that address instead of the " "sender email address." msgstr "" # aa09b397d6b84b8ab849cc9af74729ca #: ../../source/webmail-user-guide/roundcubemail/settings/identities.rst:127 msgid "**Bcc**" msgstr "" # 52f1d6b2e66545be9abc9aaf9e622382 #: ../../source/webmail-user-guide/roundcubemail/settings/identities.rst:126 msgid "" "Specify an email address here that will receive blind copies of every " "message you send with this identity." msgstr "" # 5a6fcfeda0aa4e9e91da8f3b4898c6cd #: ../../source/webmail-user-guide/roundcubemail/settings/identities.rst:132 msgid "**Set default**" msgstr "" # be5b2259426d4c92af2ef837791b9ea4 #: ../../source/webmail-user-guide/roundcubemail/settings/identities.rst:130 msgid "" "Check this box to make the current identity the default selection when " "writing new messages. You can still chose another sender identity while " "composing a message, though." msgstr "" # c77aea0e7aa64173ba1febd2a180270d # 171c9a4234d0418198f347a4685b4b7d #: ../../source/webmail-user-guide/roundcubemail/settings/identities.rst:137 #: ../../source/webmail-user-guide/roundcubemail/settings/identities.rst:134 msgid "Signature" msgstr "" # ffe78d734cb94ff4810876fc6ddaf109 #: ../../source/webmail-user-guide/roundcubemail/settings/identities.rst:139 msgid "" "Every sender identity can have its own signature text which will be appended " "to the message text when you start writing a new email message. Visit :ref:" "`Settings > Preferences > Composing Messages ` to " "configure when and how signatures are inserted." msgstr "" # b5057fae99a941669dbbffd963790c38 #: ../../source/webmail-user-guide/roundcubemail/settings/identities.rst:144 msgid "**Signature**" msgstr "" # 01bec36992744d02a1fde8f5394ab318 #: ../../source/webmail-user-guide/roundcubemail/settings/identities.rst:144 msgid "Enter the signature text here." msgstr "" # 998f7c36ebb748ceb21696a56fc94825 #: ../../source/webmail-user-guide/roundcubemail/settings/identities.rst:148 msgid "**HTML signature**" msgstr "" # 0e8716f21cc54b1d9cc4d4fad72870ac #: ../../source/webmail-user-guide/roundcubemail/settings/identities.rst:147 msgid "" "Check this option if you mainly send formatted (HTML) messages and to enable " "formatting of your signature. The text box above will then show a toolbar to " "adjust formatting." msgstr "" # 2e46fc04ed2e40119fa885c4d1864229 #: ../../source/webmail-user-guide/roundcubemail/settings/identities.rst:153 msgid "Adding Images to a Signature" msgstr "" # a208455830da472eb3eaab00b2318fd7 #: ../../source/webmail-user-guide/roundcubemail/settings/identities.rst:155 msgid "" "HTML formatted signatures also allow to embed images which are sent with " "outgoing messages. To add an image to your signature, first check the *HTML " "signature* box. Then find an image file on your computer and drag & drop it " "into the signature box. The image can be moved around or resized within the " "editor box using the mouse." msgstr "" # 0f2240905a854f83b3d3601d4f79fa83 #: ../../source/webmail-user-guide/roundcubemail/settings/identities.rst:162 msgid "" "Instead of dragging an image file into the editor, you can also paste an " "image from your clipboard after copying it from another application or " "browser window." msgstr "" # c1b81b4ca2624d04a1a7009e4942ede6 #: ../../source/webmail-user-guide/roundcubemail/settings/identities.rst:165 msgid "" "Open the image in an image viewer or browser window, then press *Ctrl+C* to " "copy it, click into the signature text box at the position where you want " "the image to appear and press *Ctrl+V* to insert it from the clipboard." msgstr "" # ef0e2924d9f141ff8d24e5a93d291cce #: ../../source/webmail-user-guide/roundcubemail/settings/identities.rst:171 msgid "Managing Multiple Sender Identities" msgstr "" # bc21dca572094bd0b8ecbcca709419df #: ../../source/webmail-user-guide/roundcubemail/settings/identities.rst:173 msgid "" "Unless restricted by the server administrator, the identity list has control " "buttons for adding and deleting sender identities. If present, click the + " "icon in the identity list footer to create a new identity. Fill out the form " "and click *Save* to create it. The new identity is now added to the list and " "can be edited or deleted from there." msgstr "" # adcf418a929d41248102f8c6ce255788 #: ../../source/webmail-user-guide/roundcubemail/settings/identities.rst:178 msgid "" "The *Delete* button also located in the identities list footer will delete " "the currently selected identity after displaying a confirmation dialog." msgstr "" # 166d41443d6c4c789296421c42667de8 #: ../../source/webmail-user-guide/roundcubemail/settings/identities.rst:88 msgid "Identities" msgstr "" # 166d41443d6c4c789296421c42667de8 #: ../../source/webmail-user-guide/roundcubemail/settings/identities.rst:88 msgid "Sender Identity" msgstr "" diff --git a/locale/fr/LC_MESSAGES/webmail-user-guide/roundcubemail/settings/index.po b/locale/fr/LC_MESSAGES/webmail-user-guide/roundcubemail/settings/index.po index 9998e856..18232125 100644 --- a/locale/fr/LC_MESSAGES/webmail-user-guide/roundcubemail/settings/index.po +++ b/locale/fr/LC_MESSAGES/webmail-user-guide/roundcubemail/settings/index.po @@ -1,33 +1,32 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-25 16:34+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 1.3\n" # 2595c54d4c21425bb468a8b56c20c2e5 # a85ff2226690456fb709565c8c2065f9 #: ../../source/webmail-user-guide/roundcubemail/settings/index.rst:93 #: ../../source/webmail-user-guide/roundcubemail/settings/index.rst:88 msgid "Settings" msgstr "" # 86500629bef2438ab207756afff174e0 #: ../../source/webmail-user-guide/roundcubemail/settings/index.rst:95 msgid "" "The behavior as well as the look-and feel of the application can be adjusted " "in various ways. The *Settings* task holds all the switches and panels to " "configure your personal webmail." msgstr "" diff --git a/locale/fr/LC_MESSAGES/webmail-user-guide/roundcubemail/settings/preferences.po b/locale/fr/LC_MESSAGES/webmail-user-guide/roundcubemail/settings/preferences.po index 94a8faed..02d74711 100644 --- a/locale/fr/LC_MESSAGES/webmail-user-guide/roundcubemail/settings/preferences.po +++ b/locale/fr/LC_MESSAGES/webmail-user-guide/roundcubemail/settings/preferences.po @@ -1,693 +1,692 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-25 16:34+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 1.3\n" # 412f856aea794190a16e0e1a5b2b569c # c11414a4554443bd9285c4542b469753 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:93 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:88 msgid "Preferences" msgstr "" # 7f3c80ca6f9d408b8236bf4df4235579 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:95 msgid "" "The user preferences let you adjust various options and settings that " "control the behavior and the UI of the webmail application. The numerous " "settings are grouped by the following sections:" msgstr "" # d964eb252b6043eaab00bdcce42c02b6 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:98 msgid "" "After changing preferences, don't forget to save them by clicking the *Save* " "button below the settings form." msgstr "" # 2b7b45e49e92425383d8ad5a96fe79f3 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:104 msgid "User Interface" msgstr "" # 6930ea652bc0493fbdc44f9002a4382c #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:108 msgid "**Language**" msgstr "" # 716747d7e7b64aac96515c6513e51147 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:107 msgid "" "The webmail is available in numerous languages. Switch it here if you like. " "When accessing the application, the language is automatically chosen from " "your computer's operating system language." msgstr "" # bbab501e3dfe4921994550058623dd6a #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:112 msgid "**Time zone**" msgstr "" # 3a3a7987a02c4aa5b97260609a923f6c #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:111 msgid "" "Dates displayed anywhere (e.g. when a message is sent) will be automatically " "translated into your local time zone. Set this to *Auto* to let the system " "use your computer's time zone settings or select a specific time zone from " "the list." msgstr "" # 0276222aba8c419d964bdb1e22a54fcd #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:115 msgid "**Time format**" msgstr "" # c802b4c556b3470a9dcd6d8b7bf56797 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:115 msgid "Select how time (hours, minutes) are displayed." msgstr "" # d53ea144401f4ef1a0317c94a0c381b3 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:118 msgid "**Date format**" msgstr "" # ff2c9f6cd098470c9041d7e44586cd42 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:118 msgid "Select the format how dates should be displayed." msgstr "" # 37507bbb55084b9b8ca045d34e293a07 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:121 msgid "**Pretty dates**" msgstr "" # b9c26e4860ea4546b67a94be31d8fc98 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:121 msgid "" "With this option checked, dates close to today will be translated into " "relative terms like \"Today\", \"Yesterday\", etc." msgstr "" # d913f7d3de494ffaa89e663806541adb #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:124 msgid "**Refresh**" msgstr "" # 73239a7942ed4917b8fa71a61f9e9c94 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:124 msgid "" "Set the interval you want the system to check for updates (e.g. for new " "messages arrived)" msgstr "" # 56078a8bcdb24424be37747d7a1d5290 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:127 msgid "**Interface Skin**" msgstr "" # 0248c1315a714e5aa44b9b5d05e04587 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:127 msgid "" "Choose the visual appearance of the user interface from a selection of " "themes." msgstr "" # 3837d2aedf6f497a8e36a6f78b60b5e9 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:133 msgid "**Handle popups as standard windows**" msgstr "" # d610a359d50f4609a1f6f4993c8e6cac #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:130 msgid "" "When Roundcube opens messages or the compose form in a new window, this can " "either be a detached window with a smaller size and without toolbar buttons " "or, with this option activated, be a regular browser window or even just " "anther tab in your current window. If enabled, all windows opened by the " "webmail application obey the settings of your browser." msgstr "" # 109a634ead314bbcaa210d74107fad35 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:137 msgid "**Register protocol handler**" msgstr "" # b5cdb006231b4c288f9cca4b23c614a2 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:136 msgid "" "You can register this webmail app to be opened when ever you click an email " "link somewhere on the web." msgstr "" # 565054f62af54bacb7d3d01ef09b1d7f #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:142 msgid "Mailbox View" msgstr "" # 466526c1187a4ef68562f8fdc9a1dd6b #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:145 msgid "**Show preview pane**" msgstr "" # 25d4a920ee22456fafa88b3daa6ebedf #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:145 msgid "This shows or hides the :ref:`mail-preview-pane` in the mail view." msgstr "" # 56d2603559fb426d89baa10b15017d81 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:148 msgid "**Mark previewed messages read**" msgstr "" # 3d8de447187a491cafc78a85454fbbdd #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:148 msgid "" "Select the delay to mark new messages as \"read\" when opening them in the " "preview pane." msgstr "" # 8c88346455b04f07b8467f1adc2a32a9 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:151 msgid "**Request for receipts**" msgstr "" # 5f62b1d4d56e45f6bdc1c1a13954cdc7 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:151 msgid "" "This option controls the behavior when you open a message for which the " "sender requested a read receipt." msgstr "" # 24b175a382cb4e17b742c98163bb459c #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:155 msgid "**Expand message threads**" msgstr "" # da2d5ce0ed134f6d8c149b3bb4c39a16 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:154 msgid "" "When listing messages in :ref:`threads `, this option " "controls how conversation groups are expanded in the list." msgstr "" # 5364498f63e441fe8774d92eed78cc25 # 8b102f9b2ae84edaa16078e8048995b3 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:159 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:278 msgid "**Rows per page**" msgstr "" # be4e9ef618f9465baf5a977b209e4737 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:158 msgid "" "The messages list displays this number of messages at a time (aka a \"page" "\"). Increasing this number may result in longer loading times when opening " "a mailbox folder." msgstr "" # 8d2bd34027d14dcb9456023267b2ff5f #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:164 msgid "**Check all folders for new messages**" msgstr "" # 16c885bae3a8437c8f3646d53765c630 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:162 msgid "" "By default, only the Inbox is checked for new messages periodically. If you " "have server-side filters installed that will move incoming messages to other " "folders, you should check this option." msgstr "" # 5c852c3f182f422f80722f4f42d5f40c #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:169 msgid "Displaying Messages" msgstr "" # f3dde120408f46659a6d543efb6b6426 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:173 msgid "**Open message in a new window**" msgstr "" # 53d98ed9102b48fb9a973ff8fcd50a03 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:172 msgid "" "With this option checked, double-clicking a message in the email view will " "open it in a new window instead of the current browser window/tab." msgstr "" # 469d4326755a44aa93783d37448f2855 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:177 msgid "**Display HTML**" msgstr "" # fd3f76aff95f439eb33e04ac69d21d63 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:176 msgid "" "Check this option to display formatted messages as the sender intended it. " "When disabled, formatted emails will be converted to plain text." msgstr "" # ca208d4ae9fa41fa923bda4b12c16668 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:182 msgid "**Display remote inline images**" msgstr "" # a2112dac683e42268188a753d5e2f59f #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:180 msgid "" "Formatted (HTML) messages can contain references to images which have to be " "loaded from a remote server. This can harm your privacy and reveal to the " "sender that you opened the message. This technique is often used by spammers " "to verify that your email address works and you may receive more spam." msgstr "" # e598fa19170042be9312c36241cae2bb #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:185 msgid "**Display attached images below the message**" msgstr "" # ded5cd961f2e4f809fc1f26ce53eea6d #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:185 msgid "" "Enable this option if you want image attachments to be displayed below the " "message text." msgstr "" # d7503e01d7b84ea3986647b93ead31f1 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:189 msgid "**After message delete/move display the next message**" msgstr "" # 777c9dedcc954f938f877bb0c7d44bd7 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:188 msgid "" "Controls whether the screen should jump to the next message in the list when " "opening an email message (not in the preview pane) and then move or delete " "it." msgstr "" # 18cf07f3be07496eb11550f523cff348 # 645ddf71c03d4677bda062c0fba3770c #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:192 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:252 msgid "Advanced options" msgstr "" # e7182011504242369c3163948f143415 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:199 msgid "**Default Character Set**" msgstr "" # 90a0652638e842a2acd19cf5d8231b1c #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:195 msgid "" "Some email systems do not specify the character set when sending messages. " "In such rare cases the receiver (your webmail application) has to make an " "assumption how to display the special characters (e.g. éäç) and therefore " "uses this setting. Select the character set/language the majority of your " "email correspondents use." msgstr "" # 054df28578a14d36aa28ba79124cd8f3 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:204 msgid "Composing Messages" msgstr "" # fa3d765a7c884b9e831037b6b2f6e9dc #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:208 msgid "**Compose in a new window**" msgstr "" # 9e8d74b2bc86469d9d4b36980ed6e1e6 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:207 msgid "" "With this option checked, the message compose form will open in a new window " "instead of the current browser window/tab." msgstr "" # d54c793b61dd40f28c42b4e12a98222b #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:213 msgid "**Compose HTML messages**" msgstr "" # a88802d55fc34993aef46c45746aaedf #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:211 msgid "" "Check this option to enable the rich text (HTML) editor when composing a new " "message. This is only the default setting for HTML message composing. It can " "be :ref:`toggled ` at any time while composing." msgstr "" # 027917eb9f0b418cab632014cd102f22 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:217 msgid "**Automatically save draft**" msgstr "" # c875c590264c4c7f8aab1cabb92d9905 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:216 msgid "" "While you write a new message, a copy will be saved to the Drafts folder " "ever few minutes. Select the interval or disable the automatic saving here." msgstr "" # 4a9fa826066e4769bc04097893f38204 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:220 msgid "**Always request a return receipt**" msgstr "" # 3ab524853a7e41b8b7a074b9102a1680 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:220 msgid "" "Activate the \"Return receipt\" :ref:`sending option ` " "by default for new messages." msgstr "" # 39298baaabff49d3b0672d72e92f9e45 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:223 msgid "**Always request a delivery status notification**" msgstr "" # 2101e48cd21944ee8e1b5faaf03a975e #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:223 msgid "" "Activate the \"Delivery status notification\" :ref:`sending option ` by default for new messages." msgstr "" # d06c0bb6b1c4497c8cb3a58083140e85 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:226 msgid "**Place replies in the folder of the message being replied to**" msgstr "" # 1e55eb9e9e3441869dbf0c68f0424740 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:226 msgid "" "Choose the current folder for saving the reply message to instead of saving " "it to the \"Sent\" folder." msgstr "" # 4579af67f72f402c94887e12ed96a56b #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:229 msgid "**When replying**" msgstr "" # 1e60ab8147b34a03abeed4126dd47407 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:229 msgid "" "This option controls whether and where to place the quoted original text " "when replying to a message." msgstr "" # 717e93ac34584354b4f23b31a20104b6 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:233 msgid "**Messages forwarding**" msgstr "" # de382ea20c0c4228b39dc0901607c6cd #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:232 msgid "" "Controls the :ref:`mode ` how messages are forwarded " "by default when clicking the *Forward* button without choosing a forward " "mode." msgstr "" # 48fd5370970a45449e7fbba05ddf3c26 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:236 msgid "**Default font of HTML message**" msgstr "" # 14bb64d921d34f42b4eb31929146bdd6 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:236 msgid "" "When writing a formatted (HTML) message, this font face and size is used for " "the default text formatting." msgstr "" # 89b68e2fc4114ac18e639eb5344d6c79 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:239 msgid "**Default action of the \"Reply all\" button**" msgstr "" # a69f659c3bf340f680b70e6be2c64b1e #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:239 msgid "" "When replying to messages coming from mailing lists, this setting controls " "how to reply to them." msgstr "" # 45be2778610847f98b0576f3a263c090 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:242 msgid "**Automatically add signature**" msgstr "" # 3c517c4d4101463280c47673316832b9 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:242 msgid "" "Select in which cases the signature text from your sender identity is added " "to a new message." msgstr "" # 2c4bd3b3d14749c5aa281cc69952849b #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:246 msgid "**When replying remove original signature**" msgstr "" # fb58466e44214dc68a4fe18aa9b125c2 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:245 msgid "" "As the name suggests, this setting removes detected signatures from the " "original message when citing it in the reply." msgstr "" # 13808651cee440479f8f2e04e88adb9b #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:249 msgid "**Spellcheck Options**" msgstr "" # c86ba32cfa2947c5bfc921e7a49db610 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:249 msgid "These checkboxes control the behavior of the spell checker function." msgstr "" # d7d1ced8d7b84635b7ec54af69bde587 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:256 msgid "**Attachment names**" msgstr "" # d0820c83d3584d2da56ba1552cc2f140 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:255 msgid "" "Sometimes receivers of your email messages have difficulties to correctly " "see the names of attached files. Adjust this setting in case you get " "complaints about garbled attachment names." msgstr "" # 5349a5d7a4e34effa0e65cb911233d6f #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:261 msgid "**Use MIME encoding for 8-bit characters**" msgstr "" # a686f3675e12479a8ecf3d05c7acf03f #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:259 msgid "" "This enables sending message texts the \"safe\" way but slightly increases " "the amount of data to be sent. Activate this option in case people cannot " "properly read message you send out." msgstr "" # bd350fb26b414f52b4800e9e49676af9 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:266 msgid "Address Book" msgstr "" # 13bb4f7718ab4d8d8272bed8bccddbb0 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:269 msgid "**Default address book**" msgstr "" # 3bb831b24e1f44aa911920bd25e2ee97 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:269 msgid "" "Select the default address book where new contacts are saved to when adding " "them from the mail view." msgstr "" # 73e5bf30bfed41dc969f451784a38412 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:272 msgid "**List contacts as**" msgstr "" # bef9085a30424aa5869e4d0d3fc6e4e7 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:272 msgid "Choose how names are displayed in the contact list." msgstr "" # bdd0d6fc3f2d4b70a8fc447b8d916e8f #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:275 msgid "**Sorting column**" msgstr "" # 5a12b0a54ba04d9099ff4f03cc10f636 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:275 msgid "Select the contact attribute used for sorting the contacts in the list." msgstr "" # 9f4efefbea1d47dda72d97d2fde283b0 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:278 msgid "" "The number of contacts displayed at a time (aka a \"page\") in the contact " "list." msgstr "" # 62707b715692417b8eb423ac38f82511 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:284 msgid "**Skip alternative email addresses in autocompletion**" msgstr "" # 52b44782701c4aaab9849112379da7c3 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:281 msgid "" "With this option checked, every contact will only appear once in the " "autocompletion list that appears when you start typing in the recipient " "field. The first email address of the selected contact will then be " "inserted. If disabled, all email addresses of a matching contact are " "displayed for selection." msgstr "" # 063f72706f40462d948cf16d36045bf7 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:289 msgid "Special Folders" msgstr "" # 4e2d08bb5fe84fc0892f1fc8e5f79a74 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:291 msgid "" "Some folders have :ref:`special purposes ` " "and are used by system processes to store messages. This form allows you to " "choose which folders are used to store *Drafts*, *Sent* or deleted messages " "(*Trash*)." msgstr "" # 126d804574c8493d8b40f3d5c6c1b4dc #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:296 msgid "**Show real names for special folders**" msgstr "" # 354a6e75f59042899f53a8b39a51fee6 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:295 msgid "" "With this setting enabled, the original names of the assigned special " "folders are displayed in the folder list instead of localized names." msgstr "" # cdf0f9b0a9354d42977928f1c504039b #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:314 msgid "Server Settings" msgstr "" # 3dcfc9bf1adc44e090b749d9d76b93fb #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:316 msgid "" "This section provides more advanced settings that control how messages are " "treated by the email server." msgstr "" # ddef586377974cd2bbe1d6e1cfa47592 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:319 msgid "**Mark the message as read on delete**" msgstr "" # b8dc71385be8494c85e79e83ed81082d #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:319 msgid "" "With this option enabled, unread messages are also flagged as read when " "deleting them right away." msgstr "" # e7eb0b4c439f4aa3a96a065999633491 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:323 msgid "**Flag the message for deletion instead of delete**" msgstr "" # 30aec72d34f44c1bb35069df0d3941d4 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:322 msgid "" "Email messages can be flagged as deleted first before they're finally " "removed from a folder. That also allows to \"undelete\" them later on. In " "order to finally delete them, use the *Compact* command from the :ref:`mail-" "folders` operations menu." msgstr "" # 23be87b95cdd4ea5872256463d6e5811 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:326 msgid "**Do not show deleted messages**" msgstr "" # 3ccfca314b2b4d6fb06a8239e0dfcd63 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:326 msgid "This option suppresses messages flagged as deleted from being listed." msgstr "" # e0590f9a45a54d5c9967c985bea4d4a8 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:330 msgid "**If moving messages to Trash fails, delete them**" msgstr "" # 7603c320580f416188e67143f7320308 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:329 msgid "" "Moving to Trash can fail if the Trash folder isn't selected or over quota. " "With this option enabled, messages are deleted from the current folder when " "you attempt to move them to Trash." msgstr "" # e7e3a4573fd24805b0c5ad72f99eca1c #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:334 msgid "**Directly delete messages in Junk**" msgstr "" # b6f57b6d50664680a78b2c59bfd22e77 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:333 msgid "" "Messages in the *Junk* folder are also move to the *Trash* first when " "deleting them. Skip that step by enabling this option." msgstr "" # ea898539432e4d428e180a69c606b875 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:337 msgid "**Clear Trash on logout**" msgstr "" # b95f6060d89a43699794f4e245e5bfde #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:337 msgid "" "As the option name says, this will empty the Trash folder when you :ref:" "`terminate the session `." msgstr "" # 3a2b8c4eccc54cb7bf3cd6401656fecc #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:340 msgid "**Compact Inbox on logout**" msgstr "" # 5ca9c431b0c64f8487a0a370d5cd8b37 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:340 msgid "" "This will remove all messages flagged for deletion from the Inbox when you :" "ref:`log-off `." msgstr "" diff --git a/locale/fr/LC_MESSAGES/webmail-user-guide/roundcubemail/settings/responses.po b/locale/fr/LC_MESSAGES/webmail-user-guide/roundcubemail/settings/responses.po index 50a0ebec..af1a1822 100644 --- a/locale/fr/LC_MESSAGES/webmail-user-guide/roundcubemail/settings/responses.po +++ b/locale/fr/LC_MESSAGES/webmail-user-guide/roundcubemail/settings/responses.po @@ -1,95 +1,94 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-25 16:34+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 1.3\n" # 57bfd23a01e948fc89db14d253a179bb # a844668810fc457c99497e7391f8fb8f #: ../../source/webmail-user-guide/roundcubemail/settings/responses.rst:93 #: ../../source/webmail-user-guide/roundcubemail/settings/responses.rst:88 msgid "Canned Responses" msgstr "" # 9b2f24d57e5740488298bff79a7a3795 #: ../../source/webmail-user-guide/roundcubemail/settings/responses.rst:95 msgid "" "This settings section lets you manage your personal boilerplates (aka " "\"canned responses\") which are handy when replying to messages with :ref:" "`prepared responses`." msgstr "" # f208a86f0baf4be1856b7df62c60966a #: ../../source/webmail-user-guide/roundcubemail/settings/responses.rst:100 msgid "Edit Reponses" msgstr "" # 08724a5338464fddaaad5f1ca5e69e63 #: ../../source/webmail-user-guide/roundcubemail/settings/responses.rst:102 msgid "" "The middle pane displays a list of saved responses. Select one to see its " "name and text in the form on the right. You can right away edit both and " "save the changes by clicking the *Save* button." msgstr "" # cc31a842b80d4177a687c71995d88bd9 #: ../../source/webmail-user-guide/roundcubemail/settings/responses.rst:106 msgid "" "If the fields are not editable and there's no *Save* button below, this is a " "global response defined by the system administrator which cannot be edited." msgstr "" # 064aee8e43c446718a96b1013f50c6e2 #: ../../source/webmail-user-guide/roundcubemail/settings/responses.rst:112 msgid "Create a New Response" msgstr "" # 4981dcdefd1b41bd97c7df1c08a70842 #: ../../source/webmail-user-guide/roundcubemail/settings/responses.rst:114 msgid "" "Click the + icon in the response list footer to create a new response. Give " "it a name, enter the response text and finish with clicking the *Save* " "button." msgstr "" # 023c7f684ce0410f97592a77827cc84d #: ../../source/webmail-user-guide/roundcubemail/settings/responses.rst:120 msgid "Delete a Reponse" msgstr "" # cc1a04f734bf49d982e8b9fd0b0086fb #: ../../source/webmail-user-guide/roundcubemail/settings/responses.rst:122 msgid "" "The *Delete* button also located in the response list footer will delete the " "currently selected item after displaying a confirmation dialog." msgstr "" # 1aa16bd9df7d4a4c97c35068ea8f5060 #: ../../source/webmail-user-guide/roundcubemail/settings/responses.rst:125 msgid "" "The button may be grayed out for global responses managed by the system " "administrator." msgstr "" # a844668810fc457c99497e7391f8fb8f #: ../../source/webmail-user-guide/roundcubemail/settings/responses.rst:88 msgid "Responses" msgstr "" # a844668810fc457c99497e7391f8fb8f #: ../../source/webmail-user-guide/roundcubemail/settings/responses.rst:88 msgid "Boilerplate" msgstr "" diff --git a/locale/zh_CN/LC_MESSAGES/about/guam/building.po b/locale/zh_CN/LC_MESSAGES/about/guam/building.po index 43ea00d1..1ef0d50c 100644 --- a/locale/zh_CN/LC_MESSAGES/about/guam/building.po +++ b/locale/zh_CN/LC_MESSAGES/about/guam/building.po @@ -1,54 +1,53 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/about/guam/building.rst:89 msgid "Building" msgstr "" #: ../../source/about/guam/building.rst:92 msgid "Build Requirements" msgstr "" #: ../../source/about/guam/building.rst:94 msgid "The following requirements need to be fulfilled to build Guam:" msgstr "" #: ../../source/about/guam/rpm-buildrequires.txt:15 msgid "erlang" msgstr "" #: ../../source/about/guam/rpm-buildrequires.txt:16 msgid "erlang-eimap >= 0.1.5" msgstr "" #: ../../source/about/guam/rpm-buildrequires.txt:17 msgid "erlang-goldrush" msgstr "" #: ../../source/about/guam/rpm-buildrequires.txt:18 msgid "erlang-lager >= 2.1.0" msgstr "" #: ../../source/about/guam/rpm-buildrequires.txt:19 msgid "erlang-rebar >= 2.5.1" msgstr "" #: ../../source/about/guam/building.rst:99 msgid "Build Instructions" msgstr "" diff --git a/locale/zh_CN/LC_MESSAGES/about/guam/configuration.po b/locale/zh_CN/LC_MESSAGES/about/guam/configuration.po index 0acf98b6..0bcf30e8 100644 --- a/locale/zh_CN/LC_MESSAGES/about/guam/configuration.po +++ b/locale/zh_CN/LC_MESSAGES/about/guam/configuration.po @@ -1,136 +1,135 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/about/guam/configuration.rst:89 msgid "Configuration" msgstr "" #: ../../source/about/guam/configuration.rst:91 msgid "" "The **Guam** configuration lives in :file:`rel/kolab_guam/releases/*/sys." "config` when running from source directly, and in :file:`/etc/guam/sys." "config` for installation from packages." msgstr "" #: ../../source/about/guam/configuration.rst:95 msgid "" "The configuration file consists of sections for each of the applications to " "configure, where it needs to be understood that **kolab_guam** is one such " "application, and **lager** for logging, and **sasl** for authentication, are " "two of the other sections." msgstr "" #: ../../source/about/guam/configuration.rst:100 msgid "" "This documentation only involves the **kolab_guam** section, and we refer " "you to the documentation upstream for the others." msgstr "" #: ../../source/about/guam/configuration.rst:103 msgid "" "Since **Guam** is a reverse IMAP proxy, it needs to be configured against an " "IMAP server (the backend \"imap_servers\"), and it needs to be configured to " "receive client connections (the \"listeners\")." msgstr "" #: ../../source/about/guam/configuration.rst:108 msgid "IMAP (backend) Server Configuration" msgstr "" #: ../../source/about/guam/configuration.rst:110 msgid "The default configuration for **imap_servers** looks as follows:" msgstr "" #: ../../source/about/guam/configuration.rst:134 msgid "" "On line *4* and line *11* each start the configuration for a new backend " "server, named *imap* and *imaps* respectively." msgstr "" #: ../../source/about/guam/configuration.rst:139 msgid "" "Strictly speaking, only one backend is required. The default configuration " "only uses two to show how multiple backends could be configured. One could " "configure completely different backends (say, 'kolabnow.com' and 'myhome." "dyndns.org' for example)." msgstr "" #: ../../source/about/guam/configuration.rst:144 msgid "" "The *imap* backend connects to host `127.0.0.1` on port `143` and is " "configured to use `STARTTLS`." msgstr "" #: ../../source/about/guam/configuration.rst:147 msgid "" "The *imaps* backend however connects to host `127.0.0.1` on port `993` and " "is configured to use implicit SSL/TLS." msgstr "" #: ../../source/about/guam/configuration.rst:151 msgid "Listener Configuration" msgstr "" #: ../../source/about/guam/configuration.rst:153 msgid "The following **listeners** are configured by default:" msgstr "" #: ../../source/about/guam/configuration.rst:196 msgid "" "Again, each listener is provided with an identity (*imap* and *imaps* " "respectively), listens on a different port (*9143* and *9993* respectively), " "with subtly different configuration;" msgstr "" #: ../../source/about/guam/configuration.rst:200 msgid "" "The *imap* listener on port *9143* is supposed to be used by clients that " "are configured to use `STARTTLS`," msgstr "" #: ../../source/about/guam/configuration.rst:203 msgid "" "The *imaps* listener on port *9993* is supposed to be used by clients that " "are configured to use implicit SSL/TLS (hence the `{ implicit_tls, true }` " "on line *22*." msgstr "" #: ../../source/about/guam/configuration.rst:207 msgid "" "The **imap_server** configuration for each of the listeners contains the " "name of the backend IMAP server configuration to use." msgstr "" #: ../../source/about/guam/configuration.rst:212 msgid "" "Note that a plaintext, STARTTLS and implicit SSL/TLS **listener** can, each " "of them separately, use a plaintext, STARTTLS and/or implicit SSL/TLS " "backend IMAP server (configured in the **imap_servers** section)." msgstr "" #: ../../source/about/guam/configuration.rst:217 msgid "Configuration in a Kolab Groupware Setup" msgstr "" #: ../../source/about/guam/configuration.rst:219 msgid "" "In a Kolab Groupware setup, **Guam** is configured with **listeners** on " "ports `143` and `993`, against an **imaps** IMAP server on `localhost` port " "`9993`." msgstr "" diff --git a/locale/zh_CN/LC_MESSAGES/about/guam/contributing.po b/locale/zh_CN/LC_MESSAGES/about/guam/contributing.po index 6aa29ac6..3d088f35 100644 --- a/locale/zh_CN/LC_MESSAGES/about/guam/contributing.po +++ b/locale/zh_CN/LC_MESSAGES/about/guam/contributing.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/about/guam/contributing.rst:89 msgid "Contributing" msgstr "" diff --git a/locale/zh_CN/LC_MESSAGES/about/guam/index.po b/locale/zh_CN/LC_MESSAGES/about/guam/index.po index 1d5bbe69..066d5dad 100644 --- a/locale/zh_CN/LC_MESSAGES/about/guam/index.po +++ b/locale/zh_CN/LC_MESSAGES/about/guam/index.po @@ -1,61 +1,60 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/about/guam/index.rst:92 msgid "Guam" msgstr "" #: ../../source/about/guam/index.rst:94 msgid "" "**Guam** is an intelligent reverse IMAP proxy that applies rulesets to " "commands, command results and payload, provided context." msgstr "" #: ../../source/about/guam/index.rst:97 msgid "" "Current features include filtering groupware folders from IMAP folder " "operations, such that IMAP clients that do not understand Kolab Groupware " "folders are not shown those folders." msgstr "" #: ../../source/about/guam/index.rst:101 msgid "" "Future features include Data-Loss Prevention (DLP) capabilities and Audit " "Trail integration." msgstr "" #: ../../source/about/guam/index.rst:104 msgid "**Guam** is a Kolab product hosted at `Phabricator`_:" msgstr "" #: ../../source/about/guam/index.rst:106 msgid "Project URL: https://git.kolab.org/tag/guam/" msgstr "" #: ../../source/about/guam/index.rst:108 msgid "Git URL (anonymous): https://git.kolab.org/diffusion/G/guam.git" msgstr "" #: ../../source/about/guam/index.rst:110 msgid "Git URL (authorized): ssh://git@git.kolab.org/diffusion/G/guam.git" msgstr "" #: ../../source/about/guam/index.rst:113 msgid "Further Information" msgstr "" diff --git a/locale/zh_CN/LC_MESSAGES/about/guam/installation.po b/locale/zh_CN/LC_MESSAGES/about/guam/installation.po index bb461808..b68530a8 100644 --- a/locale/zh_CN/LC_MESSAGES/about/guam/installation.po +++ b/locale/zh_CN/LC_MESSAGES/about/guam/installation.po @@ -1,102 +1,101 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/about/guam/installation.rst:89 msgid "Installation" msgstr "" #: ../../source/about/guam/rpm-requires.txt:31 msgid ":ref:`about-erlang-eimap` >= 0.1.2" msgstr "" #: ../../source/about/guam/rpm-requires.txt:32 msgid ":ref:`about-erlang-goldrush`" msgstr "" #: ../../source/about/guam/rpm-requires.txt:33 msgid ":ref:`about-erlang-lager` >= 2.1.0" msgstr "" #: ../../source/about/guam/rpm-requires.txt:34 msgid ":ref:`about-erlang` >= 17.4" msgstr "" #: ../../source/about/guam/rpm-requires.txt:35 msgid "bash" msgstr "" #: ../../source/about/guam/rpm-requires.txt:36 msgid "coreutils" msgstr "" #: ../../source/about/guam/rpm-requires.txt:37 msgid "glibc" msgstr "" #: ../../source/about/guam/rpm-requires.txt:38 msgid "libgcc" msgstr "" #: ../../source/about/guam/rpm-requires.txt:39 msgid "libstdc++" msgstr "" #: ../../source/about/guam/rpm-requires.txt:40 msgid "mesa-libGL" msgstr "" #: ../../source/about/guam/rpm-requires.txt:41 msgid "mesa-libGLU" msgstr "" #: ../../source/about/guam/rpm-requires.txt:42 msgid "ncurses-libs" msgstr "" #: ../../source/about/guam/rpm-requires.txt:43 msgid "openssl-libs" msgstr "" #: ../../source/about/guam/rpm-requires.txt:44 msgid "shadow-utils" msgstr "" #: ../../source/about/guam/rpm-requires.txt:45 msgid "systemd" msgstr "" #: ../../source/about/guam/rpm-requires.txt:46 msgid "systemd-libs" msgstr "" #: ../../source/about/guam/rpm-requires.txt:47 msgid "wxBase" msgstr "" #: ../../source/about/guam/rpm-requires.txt:48 msgid "wxGTK" msgstr "" #: ../../source/about/guam/rpm-requires.txt:49 msgid "wxGTK-gl" msgstr "" #: ../../source/about/guam/rpm-requires.txt:50 msgid "zlib" msgstr "" diff --git a/locale/zh_CN/LC_MESSAGES/about/guam/packaging.po b/locale/zh_CN/LC_MESSAGES/about/guam/packaging.po index a566f3dd..1f2096a8 100644 --- a/locale/zh_CN/LC_MESSAGES/about/guam/packaging.po +++ b/locale/zh_CN/LC_MESSAGES/about/guam/packaging.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/about/guam/packaging.rst:89 msgid "Packaging" msgstr "" diff --git a/locale/zh_CN/LC_MESSAGES/about/guam/troubleshooting.po b/locale/zh_CN/LC_MESSAGES/about/guam/troubleshooting.po index f3b0cc55..60a09c02 100644 --- a/locale/zh_CN/LC_MESSAGES/about/guam/troubleshooting.po +++ b/locale/zh_CN/LC_MESSAGES/about/guam/troubleshooting.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/about/guam/troubleshooting.rst:89 msgid "Troubleshooting" msgstr "" diff --git a/locale/zh_CN/LC_MESSAGES/about/guam/version-matrix.po b/locale/zh_CN/LC_MESSAGES/about/guam/version-matrix.po index 2e8a9945..16acccb3 100644 --- a/locale/zh_CN/LC_MESSAGES/about/guam/version-matrix.po +++ b/locale/zh_CN/LC_MESSAGES/about/guam/version-matrix.po @@ -1,100 +1,99 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/about/guam/version-matrix.rst:91 msgid "Version Matrix" msgstr "" #: ../../source/about/guam/version-matrix.rst msgid "Version Table for guam" msgstr "" #: ../../source/about/guam/version-matrix.rst:96 msgid "Kolab Version(s)" msgstr "" #: ../../source/about/guam/version-matrix.rst:96 msgid "Platform(s)" msgstr "" #: ../../source/about/guam/version-matrix.rst:96 msgid "Version" msgstr "" #: ../../source/about/guam/version-matrix.rst:98 msgid "Kolab:Winterfell" msgstr "" #: ../../source/about/guam/version-matrix.rst:98 #: ../../source/about/guam/version-matrix.rst:112 #: ../../source/about/guam/version-matrix.rst:116 msgid "CentOS_7" msgstr "" #: ../../source/about/guam/version-matrix.rst:98 #: ../../source/about/guam/version-matrix.rst:100 #: ../../source/about/guam/version-matrix.rst:102 #: ../../source/about/guam/version-matrix.rst:104 #: ../../source/about/guam/version-matrix.rst:106 #: ../../source/about/guam/version-matrix.rst:108 #: ../../source/about/guam/version-matrix.rst:110 msgid "0.8-7" msgstr "" #: ../../source/about/guam/version-matrix.rst:100 msgid "Debian_8.0" msgstr "" #: ../../source/about/guam/version-matrix.rst:102 msgid "Debian_9.0" msgstr "" #: ../../source/about/guam/version-matrix.rst:104 msgid "Fedora_23" msgstr "" #: ../../source/about/guam/version-matrix.rst:106 msgid "Ubuntu_14.04" msgstr "" #: ../../source/about/guam/version-matrix.rst:108 msgid "Ubuntu_16.04" msgstr "" #: ../../source/about/guam/version-matrix.rst:110 msgid "openSUSE_13.2" msgstr "" #: ../../source/about/guam/version-matrix.rst:112 msgid "Kolab:16" msgstr "" #: ../../source/about/guam/version-matrix.rst:112 #: ../../source/about/guam/version-matrix.rst:114 #: ../../source/about/guam/version-matrix.rst:116 msgid "0.7.2-2" msgstr "" #: ../../source/about/guam/version-matrix.rst:114 msgid "Kolab:14" msgstr "" #: ../../source/about/guam/version-matrix.rst:114 msgid "CentOS_6" msgstr "" diff --git a/locale/zh_CN/LC_MESSAGES/about/index.po b/locale/zh_CN/LC_MESSAGES/about/index.po index 676efa03..2befec65 100644 --- a/locale/zh_CN/LC_MESSAGES/about/index.po +++ b/locale/zh_CN/LC_MESSAGES/about/index.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/about/index.rst:92 msgid "Kolab Groupware Software Index" msgstr "" diff --git a/locale/zh_CN/LC_MESSAGES/administrator-guide/md5-sasl-mechs.po b/locale/zh_CN/LC_MESSAGES/administrator-guide/md5-sasl-mechs.po index ca34b6d2..3224af85 100644 --- a/locale/zh_CN/LC_MESSAGES/administrator-guide/md5-sasl-mechs.po +++ b/locale/zh_CN/LC_MESSAGES/administrator-guide/md5-sasl-mechs.po @@ -1,118 +1,117 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/administrator-guide/md5-sasl-mechs.rst:90 msgid "The CRAM-MD5 and DIGEST-MD5 SASL Authentication Mechanisms" msgstr "" #: ../../source/administrator-guide/md5-sasl-mechs.rst:92 msgid "" "These two credential exchange mechanisms depend on the tip of the iceberg " "being a shared secret, that both parties have available to them in " "plaintext, prior to the actual exchange of credentials." msgstr "" #: ../../source/administrator-guide/md5-sasl-mechs.rst:96 msgid "" "Starting at such tip, the mechanisms basically describe a methodology for " "the server and the client to each end up with an iceberg of the same " "dimensions, so that it can be compared, and matched." msgstr "" #: ../../source/administrator-guide/md5-sasl-mechs.rst:100 msgid "" "The principle of storing a shared secret at any one location -- let alone at " "multiple individual, stand-alone locations -- that also harbors the attack " "surface of a service is a virtual no-go. Storing the shared secret in " "plaintext is one type of offence, and storing the shared secret in a reverse-" "cryptable fashion is another type of offence." msgstr "" #: ../../source/administrator-guide/md5-sasl-mechs.rst:106 msgid "" "However, some networks may have, in the past, some long time ago, " "consciously or otherwise, decided that running a PKI was just slightly too " "inconvenient, and perhaps unprotected traffic would therefore need not " "exchange any user's credentials in humanly legible form. Enter secrecy for " "the wire, but obscurity for the client and the server both." msgstr "" #: ../../source/administrator-guide/md5-sasl-mechs.rst:114 msgid "" "It MUST be very clear by now, such CAN NOT sustain an environment with the " "continued support of Kolab." msgstr "" #: ../../source/administrator-guide/md5-sasl-mechs.rst:117 msgid "" "If it is not yet all that clear though, please feel free to contact your " "friendly consultant at Kolab Systems AG." msgstr "" #: ../../source/administrator-guide/md5-sasl-mechs.rst:120 msgid "" "To migrate such environments, one might enable CRAM-MD5 and/or DIGEST-MD5 " "authentication credential exchange mechanisms. The assumption is that either " "you use :file:`/etc/sasldb2` and have the means to synchronize password " "changes over however many systems, or that you already use a plugin allowing " "you to centralize the storage so it can be reached by multiple systems, over " "the network. Re-apply whichever logic to your Kolab servers, and you should " "be fine and live happily ever after -- you get rid of plain text copies of " "users' passwords on your servers." msgstr "" #: ../../source/administrator-guide/md5-sasl-mechs.rst:129 msgid "In :file:`/etc/imapd.conf`, ensure the following is set:" msgstr "" #: ../../source/administrator-guide/md5-sasl-mechs.rst:135 msgid "Add to :file:`/etc/imapd.conf`, if it doesn't already exist:" msgstr "" #: ../../source/administrator-guide/md5-sasl-mechs.rst:141 msgid "" "Ensure (albeit contrary to the aforementioned advice) you have the **cyrus-" "sasl-md5** package installed:" msgstr "" #: ../../source/administrator-guide/md5-sasl-mechs.rst:147 msgid "" "Entertain Postfix with a similar set of configuration items in :file:`/etc/" "sasl2/smtpd.conf`:" msgstr "" #: ../../source/administrator-guide/md5-sasl-mechs.rst:155 msgid "Restart services as you deem appropriate." msgstr "" #: ../../source/administrator-guide/md5-sasl-mechs.rst:157 msgid "Now you can test the functionality as follows:" msgstr "" #: ../../source/administrator-guide/md5-sasl-mechs.rst:163 msgid "Add this user with a different password, to the local sasldb:" msgstr "" #: ../../source/administrator-guide/md5-sasl-mechs.rst:169 msgid "And run again:" msgstr "" #: ../../source/administrator-guide/md5-sasl-mechs.rst:175 msgid "Also run:" msgstr "" diff --git a/locale/zh_CN/LC_MESSAGES/administrator-guide/sender-bcc-maps.po b/locale/zh_CN/LC_MESSAGES/administrator-guide/sender-bcc-maps.po index dfc21874..fd9ad65e 100644 --- a/locale/zh_CN/LC_MESSAGES/administrator-guide/sender-bcc-maps.po +++ b/locale/zh_CN/LC_MESSAGES/administrator-guide/sender-bcc-maps.po @@ -1,61 +1,60 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/administrator-guide/sender-bcc-maps.rst:90 msgid "Sender BCC Maps" msgstr "" #: ../../source/administrator-guide/sender-bcc-maps.rst:92 msgid "" "When a shared folder is used by a number of people, each of them " "individually sending new messages and responding to existing threads, it is " "important to be able to let the other people be aware of the contents of the " "entire thread." msgstr "" #: ../../source/administrator-guide/sender-bcc-maps.rst:96 msgid "" "Suppose John and Jane are both responsible for the shared mail folder " "`shared/info@example.org` -- the recipient for all `info@example.org` " "traffic." msgstr "" #: ../../source/administrator-guide/sender-bcc-maps.rst:99 msgid "" "Now suppose that John and Jane both have been delegated the authority to " "submit messages with an envelope sender address of `info@example.org`." msgstr "" #: ../../source/administrator-guide/sender-bcc-maps.rst:102 msgid "" "The following configuration will enable responses and new messages that John " "or Jane send, using the `info@example.org` identity they have been delegated " "authority for, to be stored as part of the ongoing conversation in `shared/" "info@example.org`." msgstr "" #: ../../source/administrator-guide/sender-bcc-maps.rst:107 msgid "" "Add a lookup table :file:`/etc/postfix/ldap/sender_bcc_maps_sharedfolders." "cf`:" msgstr "" #: ../../source/administrator-guide/sender-bcc-maps.rst:125 msgid "Configure **postfix** to use this lookup table:" msgstr "" diff --git a/locale/zh_CN/LC_MESSAGES/administrator-guide/smtp-content-filtering.po b/locale/zh_CN/LC_MESSAGES/administrator-guide/smtp-content-filtering.po index c49f078c..ed73269c 100644 --- a/locale/zh_CN/LC_MESSAGES/administrator-guide/smtp-content-filtering.po +++ b/locale/zh_CN/LC_MESSAGES/administrator-guide/smtp-content-filtering.po @@ -1,336 +1,335 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/administrator-guide/smtp-content-filtering.rst:91 msgid "Enabling SMTP Content Filters" msgstr "" #: ../../source/administrator-guide/smtp-content-filtering.rst:93 msgid "" ":ref:`and_mta_wallace` is a Kolab Groupware content-filter, adding " "functionality to the SMTP message pipeline like resource scheduling, " "enforcement of invitation policies, appending of footers and signatures, etc." msgstr "" #: ../../source/administrator-guide/smtp-content-filtering.rst:101 msgid "Invitation policies" msgstr "" #: ../../source/administrator-guide/smtp-content-filtering.rst:103 msgid "" "The :ref:`invitationpolicy module ` of " "Wallace processes incoming iTip invitations or replies which address a local " "user. Depending on the recipient's invitation policy settings or the global " "default, the iTip message is either automatically processed or forwarded to " "the user's inbox or calendar for manual confirmation." msgstr "" #: ../../source/administrator-guide/smtp-content-filtering.rst:108 msgid "" "To enable the resource scheduling module, add ``invitationpolicy`` to the " "list of active wallace modules in ``/etc/kolab/kolab.conf``:" msgstr "" #: ../../source/administrator-guide/smtp-content-filtering.rst:116 msgid "" "A user's invitation policy settings are stored in LDAP using the " "``kolabInvitationPolicy`` which can contain multiple values which are " "processed from top to bottom until one matches the situation. A global " "default can be defined in ``/etc/kolab/kolab.conf`` with" msgstr "" #: ../../source/administrator-guide/smtp-content-filtering.rst:127 msgid "The following values can be used to compose the invitation policy set:" msgstr "" #: ../../source/administrator-guide/smtp-content-filtering.rst:132 msgid "General invitation policy settings" msgstr "" #: ../../source/administrator-guide/smtp-content-filtering.rst:134 msgid "(apply to all iTip object types)" msgstr "" #: ../../source/administrator-guide/smtp-content-filtering.rst:136 msgid "``ALL_MANUAL``" msgstr "" #: ../../source/administrator-guide/smtp-content-filtering.rst:138 msgid "" "Forwards the message to the user's inbox for manual processing in the client." msgstr "" #: ../../source/administrator-guide/smtp-content-filtering.rst:140 msgid "``ALL_ACCEPT``" msgstr "" #: ../../source/administrator-guide/smtp-content-filtering.rst:142 msgid "" "Always accepts the event invitation or task assignment. This will reply to " "the organizer with ``PARTSTAT=ACCEPTED`` and store the event in the user's " "default calendar or tasklist respectively." msgstr "" #: ../../source/administrator-guide/smtp-content-filtering.rst:146 msgid "``ALL_REJECT``" msgstr "" #: ../../source/administrator-guide/smtp-content-filtering.rst:148 msgid "" "Always rejects the invitation or assignment. This will also store a copy of " "the rejected invitation in the user's default calendar for later reference." msgstr "" #: ../../source/administrator-guide/smtp-content-filtering.rst:151 msgid "``ALL_UPDATE``" msgstr "" #: ../../source/administrator-guide/smtp-content-filtering.rst:153 msgid "" "When receiving an iTip REPLY, this policy automatically updates the copy of " "the referring object in the user's personal folders with the updated " "participant status of the replying user. This also reacts on iTip CANCEL " "messages by updating the object's status to CANCELLED and the transparency " "to TRANSPARENT." msgstr "" #: ../../source/administrator-guide/smtp-content-filtering.rst:158 msgid "``ALL_UPDATE_AND_NOTIFY``" msgstr "" #: ../../source/administrator-guide/smtp-content-filtering.rst:160 msgid "" "Same as ``ACT_UPDATE`` but with an additional notification email being sent " "to the recipient reporting the updated participants status or object " "properties which have changed." msgstr "" #: ../../source/administrator-guide/smtp-content-filtering.rst:164 msgid "``ALL_SAVE_TO_FOLDER``" msgstr "" #: ../../source/administrator-guide/smtp-content-filtering.rst:166 msgid "" "No automatic accepting or rejecting is being done for iTip invitations here " "but the invitation is being saved in the user's default calendar or tasklist " "respectively and the iTip message is not forwarded to the user's email inbox." msgstr "" #: ../../source/administrator-guide/smtp-content-filtering.rst:170 msgid "``ALL_SAVE_AND_FORWARD``" msgstr "" #: ../../source/administrator-guide/smtp-content-filtering.rst:172 msgid "" "Same as ``ALL_SAVE_TO_FOLDER`` but forwarding the original iTip message to " "the user's email inbox for notification purposes." msgstr "" #: ../../source/administrator-guide/smtp-content-filtering.rst:175 msgid "``ALL_CANCEL_DELETE``" msgstr "" #: ../../source/administrator-guide/smtp-content-filtering.rst:177 msgid "" "When receiving an iTip CANCEL message, this policy removes the copy of the " "referring object from the user's personal folders." msgstr "" #: ../../source/administrator-guide/smtp-content-filtering.rst:180 msgid "``ALL_CANCEL_DELETE_AND_NOTIFY``" msgstr "" #: ../../source/administrator-guide/smtp-content-filtering.rst:182 msgid "" "Same as ``ALL_CANCEL_DELETE`` but with an additional notification email " "being sent to the recipient reporting removal of the referred object." msgstr "" #: ../../source/administrator-guide/smtp-content-filtering.rst:187 msgid "Event-specific policy settings" msgstr "" #: ../../source/administrator-guide/smtp-content-filtering.rst:189 msgid "``EVENT_ACCEPT``" msgstr "" #: ../../source/administrator-guide/smtp-content-filtering.rst:191 msgid "Same as ``ALL_ACCEPT`` but only applies for event invitations." msgstr "" #: ../../source/administrator-guide/smtp-content-filtering.rst:193 msgid "``EVENT_ACCEPT_IF_NO_CONFLICT``" msgstr "" #: ../../source/administrator-guide/smtp-content-filtering.rst:195 msgid "" "Same as ``EVENT_ACCEPT`` but only if the invitation doesn't conflict with an " "existing event in the user's calendar(s)." msgstr "" #: ../../source/administrator-guide/smtp-content-filtering.rst:198 msgid "``EVENT_TENTATIVE``" msgstr "" #: ../../source/administrator-guide/smtp-content-filtering.rst:200 msgid "Same as ``EVENT_ACCEPT`` but replying with ``PARTSTAT=TENTATIVE``." msgstr "" #: ../../source/administrator-guide/smtp-content-filtering.rst:202 msgid "``EVENT_TENTATIVE_IF_NO_CONFLICT``" msgstr "" #: ../../source/administrator-guide/smtp-content-filtering.rst:204 msgid "" "Same as ``EVENT_TENTATIVE_IF_NO_CONFLICT`` but replying with " "``PARTSTAT=TENTATIVE``." msgstr "" #: ../../source/administrator-guide/smtp-content-filtering.rst:206 msgid "``EVENT_REJECT``" msgstr "" #: ../../source/administrator-guide/smtp-content-filtering.rst:208 msgid "Same as ``ALL_REJECT`` but only applies for event invitations." msgstr "" #: ../../source/administrator-guide/smtp-content-filtering.rst:210 msgid "``EVENT_REJECT_IF_CONFLICT``" msgstr "" #: ../../source/administrator-guide/smtp-content-filtering.rst:212 msgid "" "Same as ``ACT_REJECT`` but only rejects invitations if they conflict with an " "existing event in the user's calendar(s)." msgstr "" #: ../../source/administrator-guide/smtp-content-filtering.rst:215 msgid "``EVENT_SAVE_TO_FOLDER``" msgstr "" #: ../../source/administrator-guide/smtp-content-filtering.rst:217 msgid "Same as ``ALL_SAVE_TO_FOLDER`` but only applies for event invitations." msgstr "" #: ../../source/administrator-guide/smtp-content-filtering.rst:219 msgid "``EVENT_SAVE_AND_FORWARD``" msgstr "" #: ../../source/administrator-guide/smtp-content-filtering.rst:221 msgid "" "Same as ``ALL_SAVE_AND_FORWARD`` but only applies for event invitations." msgstr "" #: ../../source/administrator-guide/smtp-content-filtering.rst:225 msgid "Task-specific policy settings" msgstr "" #: ../../source/administrator-guide/smtp-content-filtering.rst:227 msgid "" "Basically all values from the :ref:`admin_wallace-invitation-policy-global-" "values` but with the ``TASK_`` prefix instead of ``ALL_``." msgstr "" #: ../../source/administrator-guide/smtp-content-filtering.rst:232 msgid "Per sender invitation policies" msgstr "" #: ../../source/administrator-guide/smtp-content-filtering.rst:234 msgid "" "Each policy identifier can have a sender filter appended with ``:" "[sender@]domain.tld``. If present, the policy will only be applied if the " "sender of the iTip message matches the given domain or email address " "substring. Otherwise the entry will be ignored and the process continues " "with the next entry in the list." msgstr "" #: ../../source/administrator-guide/smtp-content-filtering.rst:242 msgid "Auto-updating all participant's calendars" msgstr "" #: ../../source/administrator-guide/smtp-content-filtering.rst:244 msgid "" "Along with the ``ALL_UPDATE`` policy, :ref:`Wallace ` can " "also update copies of the referenced event in all the participant's " "calendars. With the regular iTip workflow, an iTip REPLY will only inform " "the organizer about the participation status of an individual. Enabling the " "following config option in ``/etc/kolab/kolab.conf`` will instruct the " "server to automatically update the status in the personal calendars of each " "listed participant." msgstr "" #: ../../source/administrator-guide/smtp-content-filtering.rst:259 msgid "" "Auto-updating of all event copies is only executed if the event organizer " "receiving the iTip reply has activated the ``ALL_UPDATE`` invitation policy." msgstr "" #: ../../source/administrator-guide/smtp-content-filtering.rst:264 msgid "Resource scheduling" msgstr "" #: ../../source/administrator-guide/smtp-content-filtering.rst:266 msgid "" "The :ref:`resource scheduling ` module " "of Wallace can pick up incoming messages and identify iTip invitations which " "address a resource. The invited resource's calendar is then consulted and " "the invitation is either accepted or declined depending on the resource's " "availability for the requested time." msgstr "" #: ../../source/administrator-guide/smtp-content-filtering.rst:271 msgid "" "To enable the resource scheduling module, add ``resources`` to the list of " "active wallace modules in ``/etc/kolab/kolab.conf``:" msgstr "" #: ../../source/administrator-guide/smtp-content-filtering.rst:283 msgid "Footers and signatures" msgstr "" #: ../../source/administrator-guide/smtp-content-filtering.rst:285 msgid "" "Another Wallace module can append footers or signatures to outgoing " "messages. Enable this module by adding ``footer`` to the list of active " "wallace modules in ``/etc/kolab/kolab.conf``:" msgstr "" #: ../../source/administrator-guide/smtp-content-filtering.rst:295 msgid "The module requires the following additional config options:" msgstr "" #: ../../source/administrator-guide/smtp-content-filtering.rst:297 msgid "``footer_text``" msgstr "" #: ../../source/administrator-guide/smtp-content-filtering.rst:299 msgid "" "Absolute path to a text file holding the contents of the footer to be added " "to plain text messages." msgstr "" #: ../../source/administrator-guide/smtp-content-filtering.rst:302 msgid "``footer_html``" msgstr "" #: ../../source/administrator-guide/smtp-content-filtering.rst:304 msgid "" "Absolute path to a text file holding the HTML formatted contents of the " "footer to be added to outgoing HTML messages." msgstr "" diff --git a/locale/zh_CN/LC_MESSAGES/administrator-guide/troubleshooting.po b/locale/zh_CN/LC_MESSAGES/administrator-guide/troubleshooting.po index d7399ee2..c28cd160 100644 --- a/locale/zh_CN/LC_MESSAGES/administrator-guide/troubleshooting.po +++ b/locale/zh_CN/LC_MESSAGES/administrator-guide/troubleshooting.po @@ -1,164 +1,163 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/administrator-guide/troubleshooting.rst:89 msgid "Troubleshooting for HTTP-based services" msgstr "" #: ../../source/administrator-guide/troubleshooting.rst:91 msgid "" "A good first start to troubleshoot an issue with a HTTP-based service is to " "check your webserver's error log. For Apache this usually resides in :file:`/" "var/log/apache2/` or :file:`/var/log/httpd/`." msgstr "" #: ../../source/administrator-guide/troubleshooting.rst:94 msgid "" "Often, you will be able to find some useful information about your problem " "which enables you to fix it yourself. Doing an internet search for the error " "message is also a good idea. If you do not find anything about your problem, " "you might ask on the `Kolab users mailing list `_ about it. Please include the version number of the " "package that is causing the issue." msgstr "" #: ../../source/administrator-guide/troubleshooting.rst:100 msgid "" "If you are sure that you have found something that needs fixing from Kolab's " "developers, you can as `file an issue `_ in the public tracker after checking that it has not been reported " "already." msgstr "" #: ../../source/administrator-guide/troubleshooting.rst:107 msgid "Enable General Error Logging" msgstr "" #: ../../source/administrator-guide/troubleshooting.rst:109 msgid "" "Before you start to debug your problem, please make sure that you actually " "have error logging enabled." msgstr "" #: ../../source/administrator-guide/troubleshooting.rst:112 msgid "" "You would edit the file :file:`/etc/roundcubemail/config.inc.php` and verify " "that the debug level is set correctly." msgstr "" #: ../../source/administrator-guide/troubleshooting.rst:119 msgid "" "The :command:`tail -f` command can be helpful in identifying the right " "message during incoming requests. It displays changes to the log file on the " "screen as the log messages come in." msgstr "" #: ../../source/administrator-guide/troubleshooting.rst:123 msgid "Kolab Webclient" msgstr "" #: ../../source/administrator-guide/troubleshooting.rst:125 #: ../../source/administrator-guide/troubleshooting.rst:182 msgid "" "After :ref:`enabling general error logging `, " "you should already find some messages in your webserver's error log." msgstr "" #: ../../source/administrator-guide/troubleshooting.rst:128 msgid "" "Additionally, the following configuration options are available for specific " "debugging." msgstr "" #: ../../source/administrator-guide/troubleshooting.rst:149 msgid "" "It is also possible to debug the Kolab Webclient for individual users only " "by creating a :file:`/var/log/roundcubemail//` folder and setting " "the following configuration parameter." msgstr "" #: ../../source/administrator-guide/troubleshooting.rst:156 #: ../../source/administrator-guide/troubleshooting.rst:177 #: ../../source/administrator-guide/troubleshooting.rst:200 msgid "Please make sure that this location is writeable by your webserver." msgstr "" #: ../../source/administrator-guide/troubleshooting.rst:159 msgid "ActiveSync" msgstr "" #: ../../source/administrator-guide/troubleshooting.rst:161 msgid "" "For debugging ActiveSync issues, you would add the following to :file:`/etc/" "roundcubemail/config.inc.php`:" msgstr "" #: ../../source/administrator-guide/troubleshooting.rst:167 msgid "" "Useful messages should then appear in the :file:`/var/log/kolab-syncroton/" "console` file. If there is no such file, please make sure that your " "webserver actually has the rights to create this file." msgstr "" #: ../../source/administrator-guide/troubleshooting.rst:170 msgid "" "It is also possible to debug ActiveSync sessions of individual users only by " "creating a :file:`/var/log/syncroton//` folder and setting the " "following configuration parameter." msgstr "" #: ../../source/administrator-guide/troubleshooting.rst:180 msgid "iRony" msgstr "" #: ../../source/administrator-guide/troubleshooting.rst:185 msgid "" "Additionally, you can enable the debug console that shows the internal " "function calls triggered by HTTP requests." msgstr "" #: ../../source/administrator-guide/troubleshooting.rst:191 msgid "This will write debug log messages to :file:`/var/log/iRony/console`." msgstr "" #: ../../source/administrator-guide/troubleshooting.rst:193 msgid "" "It is also possible to debug DAV sessions of individual users only by " "creating a :file:`/var/log/iRony//` folder and setting the " "following configuration parameter." msgstr "" #: ../../source/administrator-guide/troubleshooting.rst:202 msgid "" "Sometimes it can be useful to track the full HTTP payload of DAV requests. " "In order to do this, add the following setting." msgstr "" #: ../../source/administrator-guide/troubleshooting.rst:209 msgid "" "In order to enable full HTTP payload logging for single users only, you can " "change the configuration as such:" msgstr "" #: ../../source/administrator-guide/troubleshooting.rst:216 msgid "" "Then create the file :file:`/var/log/iRony//httpraw` and make it " "writeable by the webserver user. The existence of this file will enable HTTP " "request/response logging for this user while it is disabled for all others." msgstr "" diff --git a/locale/zh_CN/LC_MESSAGES/architecture-and-design/bonnie-extra.po b/locale/zh_CN/LC_MESSAGES/architecture-and-design/bonnie-extra.po index 99730bcb..4216c2d5 100644 --- a/locale/zh_CN/LC_MESSAGES/architecture-and-design/bonnie-extra.po +++ b/locale/zh_CN/LC_MESSAGES/architecture-and-design/bonnie-extra.po @@ -1,1111 +1,1110 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/architecture-and-design/bonnie-extra.rst:90 msgid "Archival, Backup, Data-Loss Prevention and e-Discovery" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:92 msgid "" "Different challenges could potentially be resolved by implementing a single " "solution, providing each of the functional aspects in an integrated fashion." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:96 msgid "A brief overview of the functional components:" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:98 msgid "**Archival**" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:100 msgid "" "Archival is the retention of business records, in a fashion that allows them " "to be used as evidence." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:103 msgid "" "Many archival solutions only include actual communications that descend over " "an SMTP server that can keep the archival solution in the loop." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:107 msgid "**Backup**" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:109 msgid "" "Backup is the lesser part to the ability to restore, a frequently occuring, " "everyday event." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:112 msgid "" "It is often requested backup happens on a per-mailbox or even per-message " "level." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:115 msgid "**Data-Loss Prevention**" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:117 msgid "**e-Discovery**" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:119 msgid "" "Maintenance of a changelog on object entries that can change state (email " "read/deleted), or are volatile (changes to an appointment)." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:123 msgid "Functional Requirements" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:125 msgid "**Audit Trail**" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:127 msgid "**Item Changelog**" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:129 msgid "A per-item changelog, of whom changed what, to what item, and when." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:131 msgid "**Queue ID Chasing**" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:133 msgid "" "Chase so-called Queue IDs for messages being exchanged with the outside " "world, and internally between systems throughout the deployment." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:137 msgid "**Standard Component Integration**" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:139 msgid "" "The integration of standard components already in use for centralized " "logging, log analysis and storage allows Bonnie to be supplemental to a " "standard infrastructure with the thinnest footprint and the least overhead." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:145 msgid "Functional Design" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:148 msgid "Archictural Overview of Components" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:150 msgid "" "The following diagram outlines the functional components for an industry-" "standard infrastructure with common components used for log centralization, " "analysis and storage." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:170 msgid "" "Under these circumstances, the features offered by the centralized logging " "system include;" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:173 msgid "" "Prevention of the loss of valuable log messages should individual systems be " "lost or discarded," msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:176 msgid "" "Centralized availability of log messages, so iterating over systems to find " "out which one may have participated in an application's flow is no longer " "necessary," msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:180 msgid "" "Log analysis to allow system administrators to query for correlated log " "messages." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:209 msgid "Functional Components" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:211 msgid "**Broker**" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:213 msgid "" "A broker retrieves the notifications from the message bus or queue, and " "acknowledges having received the event notification." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:216 msgid "" "The event notification is put in to a persistent queue, awaiting workers to " "become ready for handling the event notification." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:219 msgid "**Collector**" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:221 msgid "" "The collector daemon is an optional component subscribing to requests for " "additional information that can only reliably be obtained from a Cyrus IMAP " "backend spool directory." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:225 msgid "**Dealer**" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:227 msgid "" "A dealer is a script executed once for each event notification, used to " "receive the initial event notification from Cyrus IMAP 2.5, and broadcast " "the event on to the message bus or queue." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:231 msgid "" "The dealer awaits confirmation of a broker having received the event " "notification." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:234 msgid "**Worker**" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:236 msgid "" "The worker is where the processing happens -- one can have as many workers " "as necessary, or as few as required." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:239 msgid "" "The worker announces its presence to the broker, which subsequently assigns " "jobs to the worker [#]_." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:242 msgid "" "The worker may require additional information to be obtained, such as the " "message payload [#]_." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:245 msgid "**System Log Centralization**" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:247 msgid "" "The centralization of system log files such as :file:`/var/log/maillog` aids " "in tracing the exchange of messages as they descend across infrastructure, " "and helps in associating, for example, a Login event to an IMAP frontend " "with the corresponding web server session [#]_." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:254 msgid "Operational Requirements" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:309 msgid "Broker -- Worker Interaction" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:311 msgid "When the broker starts up, it creates three listener sockets:" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:313 msgid "A client router," msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:315 msgid "used for incoming event notifications from IMAP servers." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:317 msgid "A worker router," msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:319 msgid "used to exchange job information with workers." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:321 msgid "A control router," msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:323 msgid "used to exchange worker and job state information." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:325 msgid "" "When the worker starts, it connects to both the control router and worker " "router." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:328 msgid "" "Using the controller channel, the worker let's the broker know it is ready " "to receive a job." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:344 msgid "The broker adds the worker to its list of workers." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:346 msgid "" "The broker will continue to receive occasional messages from the worker to " "allow it to determine whether or not it is still available." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:350 msgid "" "The broker, maintaining a queue of jobs to assign to workers, let's the " "worker know about a job -- again using the controller channel." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:366 msgid "" "The worker internally triggers the retrieval of the job using the worker " "channel." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:382 msgid "" "The worker is now in state BUSY and must respond within a set interval or " "the broker will set the job back in to PENDING state, and mark the worker as " "unavailable." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:389 msgid "Worker Design" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:391 msgid "" "The worker is built out of plugins, that subscribe to an event type, where " "event types available are listed in :ref:`and-bonnie-event-notification-" "types`." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:395 msgid "" "Each event type individually may require handling -- for example, a logout " "event is associated with the corresponding login event." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:398 msgid "The following components will be pluggable and configurable:" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:400 msgid "" "subscribing to a message bus or queue, as ``inputs``, initially including " "only ``zmq``." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:403 msgid "" "event handling, as ``handlers``, initially including only ``changelog``, " "``freebusy``, and one handler per event notification type." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:407 msgid "" "result output, as ``output``, initially including only ``elasticsearch``." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:410 msgid "" "storage for transactions pending, as ``storage``, initialy including only " "``elasticsearch``." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:413 msgid "" "Assuming an installation path of :file:`bonnie/worker/`, the following " "depicts its tree layout:" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:430 msgid "" "To take the changelog and freebusy handlers as an example, the following " "event notification types may need to be subscribed to." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:433 #: ../../source/architecture-and-design/bonnie-extra.rst:706 msgid ":ref:`and-bonnie-event-mailboxcreate`" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:435 msgid "A new mailbox that is an event folder may have been created." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:437 msgid "" "The initial event is handled by the base handler for the event notification " "type." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:440 msgid "" "Passing this event right through to the changelog handler would make it " "require obtaining the ``/shared/vendor/kolab/folder-type`` and/or ``/private/" "vendor/kolab/folder-type`` metadata value(s) in order to determine whether " "the folder indeed is an event folder." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:445 msgid "" "However, the setting of metadata is an event separate from the mailbox " "creation, and at the moment the handler receives the initial event " "notification, the metadata may not have been set yet." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:451 msgid "" "At the time of this writing, no separate event notification for setting " "folder-level METADATA exists." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:454 #: ../../source/architecture-and-design/bonnie-extra.rst:707 msgid ":ref:`and-bonnie-event-mailboxdelete`" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:456 msgid "A mailbox that was an event folder may have been deleted." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:458 #: ../../source/architecture-and-design/bonnie-extra.rst:708 msgid ":ref:`and-bonnie-event-mailboxrename`" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:460 msgid "A mailbox that was an event folder may have been renamed." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:462 #: ../../source/architecture-and-design/bonnie-extra.rst:711 msgid ":ref:`and-bonnie-event-messageappend`" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:464 msgid "" "Only applicable to event folders, this depicts a new or updated version of " "an existing event has been appended." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:467 #: ../../source/architecture-and-design/bonnie-extra.rst:712 msgid ":ref:`and-bonnie-event-messagecopy`" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:469 msgid "" "One or more events may have been copied from an event folder into another " "event folder." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:472 #: ../../source/architecture-and-design/bonnie-extra.rst:715 msgid ":ref:`and-bonnie-event-messagemove`" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:474 msgid "" "One or more events may have been moved from one event folder into another " "event folder." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:479 msgid "" "Plugins that are interested in the vendor/kolab/folder-type METADATA " "value(s) of a folder should register a hook into the various mailbox related " "event handlers, which can then be made responsible of retrieving the " "associated information and issuing a callback." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:501 msgid "Architectural Overview" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:503 msgid "" "The following diagram depicts an architectural overview of a Bonnie- based " "environment, with functional components split up in such matter, that they " "can be made redundant, high-available, and also balance load." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:507 msgid "The benefits of this environment are:" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:509 msgid "" "Least risk at congestion at any point messages pass through, with congestion " "potentially resulting loss of messages and therefore corruption of the audit " "trail," msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:513 msgid "" "Least risk of component failure and loss of data through component failure," msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:516 msgid "Near real-time processing of environment messages," msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:698 msgid "Event Notification Types" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:700 msgid "Event types available include, in alphabetical order:" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:702 msgid ":ref:`and-bonnie-event-flagsclear`" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:703 msgid ":ref:`and-bonnie-event-flagsset`" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:704 msgid ":ref:`and-bonnie-event-login`" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:705 msgid ":ref:`and-bonnie-event-logout`" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:709 msgid ":ref:`and-bonnie-event-mailboxsubscribe`" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:710 msgid ":ref:`and-bonnie-event-mailboxunsubscribe`" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:713 msgid ":ref:`and-bonnie-event-messageexpire`" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:714 msgid ":ref:`and-bonnie-event-messageexpunge`" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:716 msgid ":ref:`and-bonnie-event-messagenew`" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:717 msgid ":ref:`and-bonnie-event-messageread`" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:718 msgid ":ref:`and-bonnie-event-messagetrash`" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:719 msgid ":ref:`and-bonnie-event-quotaexceeded`" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:720 msgid ":ref:`and-bonnie-event-quotawithin`" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:721 msgid ":ref:`and-bonnie-event-quotachange`" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:726 msgid "FlagsClear" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:728 msgid "" "This event notification type indicates one or more messages have had its " "flags cleared." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:731 msgid "" "Flags having been cleared may include ``\\Seen``, but also ``\\Deleted``, " "and any custom other flag on an IMAP message." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:734 #: ../../source/architecture-and-design/bonnie-extra.rst:744 #: ../../source/architecture-and-design/bonnie-extra.rst:764 #: ../../source/architecture-and-design/bonnie-extra.rst:773 msgid "Subscribe to this notification for:" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:736 #: ../../source/architecture-and-design/bonnie-extra.rst:746 msgid "Backup/Restore" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:737 #: ../../source/architecture-and-design/bonnie-extra.rst:747 #: ../../source/architecture-and-design/bonnie-extra.rst:766 #: ../../source/architecture-and-design/bonnie-extra.rst:775 msgid "e-Discovery" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:742 msgid "FlagsSet" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:752 msgid "Login" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:754 msgid "Additional information to obtain for this event notification type:" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:756 msgid "The persistent unique attribute for the user object." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:757 msgid "Additional LDAP object attributes." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:759 msgid "Information storage:" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:761 msgid "" "This event needs to be stored until it can be associated with a :ref:`and-" "bonnie-event-logout` event notification type." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:771 msgid "Logout" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:780 msgid "MailboxCreate" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:782 msgid "Additional information to obtain" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:787 msgid "MailboxDelete" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:792 msgid "MailboxRename" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:797 msgid "MailboxSubscribe" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:802 msgid "MailboxUnsubscribe" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:807 msgid "MessageAppend" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:812 msgid "MessageCopy" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:817 msgid "MessageExpire" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:822 msgid "MessageExpunge" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:827 msgid "MessageMove" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:832 msgid "MessageNew" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:837 msgid "MessageRead" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:842 msgid "MessageTrash" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:847 msgid "QuotaExceeded" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:852 msgid "QuotaWithin" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:857 msgid "QuotaChange" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:860 msgid "An Integrated Solution" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:862 msgid "The following aspects of an environment need to be tracked;" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:864 msgid "" "Logs such as ``/var/log/maillog``, which contain the information about " "exchange of messages between internal and external systems and software " "(Postfix/LMTP -> Cyrus IMAP)." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:868 msgid "Cyrus IMAP 2.5 Events broadcasted." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:905 msgid "" "In this picture, IMAP (using Cyrus IMAP 2.5) issues so-called :term:`event " "notifications` to a message bus, that can be picked up by the appropriate " "subscribers." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:909 msgid "" "Note that the subscribers are different components to plug in and enable, or " "leave out -- not everyone has a need for Archival and e-Discovery " "capabilities." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:912 msgid "" "As such, a component plugged in could announce its presence, and start " "working backwards as well as start collecting the relevant subsets of data " "in a retro- active manner." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:938 msgid "" "To allow scaling, the intermediate medium is likely a message bus such as " "ActiveMQ, AMQP, ZeroMQ, etc." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:941 msgid "" "Between Cyrus IMAP 2.5 and the message bus must be a thin application that " "is capable of:" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:944 msgid "Retrieving the payload of the message(s) involved if necessary," msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:945 msgid "Submit the remainder to a message bus." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:947 msgid "This is because Cyrus IMAP 2.5:" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:949 msgid "" "at the time of this writing, does not support submitting the event " "notifications to a message bus directly [#]_," msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:952 msgid "" "the size of the message payload is likely to exceed the maximum size of an " "event notification datagram [#]_." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:955 msgid "" "Processing of inbound messages must happen real-time or near-time, but " "should also be post-processed:" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:958 msgid "" "e-Discovery requires post-processing to sufficiently associate the message " "in its context, and contains an audit trail." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:961 msgid "" "Archival and Backup require payload, and may also use post-processing to " "facilitate Restore." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:965 msgid "Event Notifications" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:967 msgid "The following events trigger notifications:" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1002 msgid "" "In addition, Kolab Groupware makes available the following event " "notifications:" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1012 msgid "This means the following event notifications are lacking:" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1014 msgid "METADATA change notification" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1016 msgid "" "It is possible to run Cyrus IMAP 2.5 notifications in a blocking fashion, " "allowing the (post-)processing operation(s) to complete in full before the " "IMAP session is allowed to continue / confirms the modification/mutation." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1021 msgid "Application Logic and Database Design Considerations" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1024 msgid "Database Technology" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1026 msgid "" "NoSQL storing key value pairs, trick is to store as many keys as is " "necessary to get to the related value." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1029 msgid "" "Relationships problematic. Possibly for data only, use ORM for relationships." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1032 msgid "Object Relationship Manager" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1034 msgid "User" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1036 msgid "" "An individual human being with physical presence (in the here and now, past " "and/or future)." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1039 msgid "Group" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1041 msgid "A group of individual User objects." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1043 msgid "Role" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1045 msgid "" "A role attached to one or more User objects, functionally the inverse of a " "Group." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1048 msgid "IMAP Folder" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1050 msgid "METADATA, including:" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1052 msgid "Unique ID (persistent)" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1053 msgid "Shared seen, important to Read/Unread status tracking," msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1056 msgid "ACL" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1057 msgid "Payload" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1060 msgid "Change Recording in ORM" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1062 msgid "" "Rather than recording the changes to objects explicitly, it is more " "effective to define the objects themselves as volatile objects, in such a " "way that updates to them imply a changelog record be created." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1066 msgid "" "In summary, it is better to reduce the processor's workload and code base " "from:" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1088 msgid "to:" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1110 msgid "The basis of this implementation is simple (in Python):" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1112 msgid "Declare a class for individual change records," msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1113 msgid "" "Declare a declarative class inherited by individual object table definitions," msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1115 msgid "" "Use the declarative class in addition to the declarative base class in the " "definition of the individual object table class," msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1117 msgid "Use ``__setattr__()`` to catch any changes to existing objects," msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1118 msgid "Process the current value of the object that is being changed, if any," msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1119 msgid "" "Record the object name, object id, current value (if any), and the value it " "is about to change to," msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1121 msgid "Insert the new changelog record in to the current transaction." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1196 msgid "Users are Volatile and Groups do not Exist" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1198 msgid "" "Usernames as issued by Cyrus IMAP 2.5 notifications are volatile, in that " "the same physical human being (jane.gi@example.org) could change email " "addresses for any of many unrelated causes (jane.doe@example.org)." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1202 msgid "It is therefore mandatory to:" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1204 msgid "resolve IMAP login usernames to canonified IMAP login usernames," msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1206 msgid "" "User ``jdoe2`` could in fact be the same physical human being as ``j." "doe2@example.org`` and ``jane.doe@example.org``." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1209 msgid "" "relate canonified IMAP login usernames to persistent user attribute values," msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1210 msgid "" "relate mail folder names, paths and URIs in personal namespaces to " "persistent user attribute values," msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1212 msgid "" "resolve IMAP ACE subject entries to their persistent attribute values, for " "both users and groups," msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1214 msgid "store membership information about groups at the time of an event," msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1215 msgid "store roles attached to users." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1217 msgid "" "This needs to happen in a timely fashion, for intermediate changes to the " "authoritative, canonical user and group information database, in the period " "of time between the event notification and the collection of information, " "could invalidate the permanent record." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1254 msgid "Queries and Information Distribution" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1257 msgid "ZeroMQ" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1281 msgid "Client <-> Broker <-> Worker Message Exchange" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1283 msgid "" "Modelled after an article about tracking worker status at http://rfc.zeromq." "org/spec:14" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1315 msgid "**Client - Broker Concerns**" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1317 msgid "" "The client is queuing without a high-water mark and without a local swap " "defined. It is only after the broker is available this queue is flushed. " "This could introduce a loss of notifications." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1321 msgid "" "The client is not awaiting confirmation in the sense that it will replay the " "submission if needed, such as after the client has been restarted. This too " "could introduce a loss of notifications." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1325 msgid "" "The client is certainly not awaiting confirmation from any worker that the " "notification had been submitted to for handling." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1328 msgid "" "The client is a sub-process of the cyrus-imapd service, and should this " "service be restarted, is not handling such signals to preserve state." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1331 msgid "**Broker Concerns**" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1333 msgid "The broker is keeping the job queue in memory." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1418 msgid "Footnotes" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1421 msgid "" "The worker shall be a multi-threaded daemon (using multiprocessing.Pool), " "that is a pluggable application." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1426 msgid ":ref:`and-bonnie-worker-design`" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1427 msgid ":ref:`and-bonnie-broker-worker-interaction`" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1431 msgid "" "The worker shall determine based on functional features enabled, and " "existing data, whether or not it requires a copy of the original message " "payload." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1437 msgid "" "It is assumed we'll be working with RSyslog, Logstash and Elastic Search." msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1442 msgid "" "http://git.cyrusimap.org/cyrus-imapd/tree/notifyd?" "id=8bdaeae3f891ba2a748ba91a4c324ee11346e292" msgstr "" #: ../../source/architecture-and-design/bonnie-extra.rst:1446 msgid "" "Needs further investigation, for the actual maximum size of a datagram may " "have ceased to be hard-coded. Yet, to submit a large message through the " "notification daemon while the notification target is eligible to pick up the " "message contents from the filesystem seems like duplication." msgstr "" diff --git a/locale/zh_CN/LC_MESSAGES/articles/calendaring-in-large-environments-with-discretionary-access-control/index.po b/locale/zh_CN/LC_MESSAGES/articles/calendaring-in-large-environments-with-discretionary-access-control/index.po index 4fd01b8f..4593eb6d 100644 --- a/locale/zh_CN/LC_MESSAGES/articles/calendaring-in-large-environments-with-discretionary-access-control/index.po +++ b/locale/zh_CN/LC_MESSAGES/articles/calendaring-in-large-environments-with-discretionary-access-control/index.po @@ -1,838 +1,837 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:90 msgid "Calendaring in (Large) Environments with Discretionary Access Control" msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:92 msgid "" "In larger environments with possibly tens of thousands of users, exercising " "control over who has access to what calendar is a policy challenge, " "especially considering the fact that Kolab Groupware's access control is " "discretionary." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:97 msgid "" "It is not uncommon for new consumers of Kolab Groupware to need to adapt the " "Kolab Groupware solution to behave in a fashion that increases the user " "acceptance, for these consumers may have previously worked with another " "calendaring solution, and its users may have gotten used to how said " "calendaring solution behaves." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:103 msgid "To illustrate, a previous calendaring solution may have;" msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:105 msgid "offered only one (flat) calendar per user," msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:107 msgid "" "based on :term:`mandatory access control`, or lack of any actual access " "control, allowed all users read- and/or write-access to all other user's " "calendars," msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:111 msgid "" "This builds a scenario in which users may have gotten acquainted with a " "certain specific workflow, including;" msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:114 msgid "" "Meetings are not scheduled based on sending invitations around, let alone " "whether such invitations required a response [#]_," msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:117 msgid "" "All details of all events in all calendars are visible to all users [#]_," msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:120 msgid "" "A single copy of the event details exist, that is updated by other users, " "not on the basis of iTip responses, but on the basis of writing back a new " "version of the event to the calendar in which the event already existed [#]_," msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:125 msgid "" "Availability information of other users is available based on the actual " "contents of a calendar -- with all details -- and not based on actual " "availability information (aka. Free/Busy) [#]_," msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:129 msgid "" "It may have been the user interface application implementing the aspects of;" msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:132 msgid "" "A comprehensible view of an individual user's calendaring through filtering " "and/or selecting subsets of the available scheduling information," msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:136 msgid "" "Filtering a user's view on items for display purposes, in a flawed attempt " "to implement access control, including the suppression of details of certain " "events, or the suppression of certain other people, in a flawed attempt to " "implement a form of invitation policy control." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:142 msgid "" "Maintaining -- as much as possible -- the desired workflow of the users, in " "order to increase the user acceptance, using Kolab Groupware while it " "maintains :term:`discretionary access control` [#]_ builds the following " "challenges to overcome;" msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:147 msgid "" "The owner of a calendar can remove entries from the access control list, " "revoking access to that calendar to certain or all other users [#]_." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:151 msgid "" "Users can create new calendars that do not have the policy applied, and not " "apply the access rights the organization's policy prescribes." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:155 msgid "" "Events that have a level of confidentiallity or that are private could be " "disclosed the details of unintentionally [#]_." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:158 msgid "" "Should users have gotten used to be able to write to one another's " "calendar(s), a level of automation using invitation policies in Kolab " "Groupware may unintentionally save new events with a level of " "confidentiality or that are private, in a calendar that is shared." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:163 msgid "These challenges can be addressed as follows:" msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:165 msgid "" "Implement an invitation policy framework that allows for the automation of " "iTip message exchange processing, in full or in part." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:168 msgid "" "Allow rules used in the automated processing to control to which user's " "calendar a processed event should be saved," msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:171 msgid "Make Kolab clients work based on the assumptions that;" msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:173 msgid "Each user may have access to all other user's calendars [#]_," msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:175 msgid "" "Each user likely does not have access to any other user's calendars, let " "alone all other user's calendars [#]_ -- both applicable to an individual " "user's calendars and the collective of user's calendars." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:180 msgid "" "If the environment wants to offer its users the opportunity to quickly " "schedule meetings with other people, or simply check someone's availability, " "but maintain control over who maintains access to what information, the " "following is a suggested design for the resolution of this conundrum;" msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:186 msgid "" "With Kolab Groupware, in principle, no person other than the owner of a " "calendar has access to that calendar, unless the owner has explicitly " "delegated authority over that calendar, partly or in full -- shared " "calendars notwithstanding. Kolab Groupware uses a concept of multiple " "calendars to allow each calendar to have separate, different access control " "applied to them, such that a user could have the following calendars," msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:194 msgid "**Personal**" msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:196 msgid "" "A personal calendar, which may hold events such as Thursday evening's soccer " "practice and the Tuesday-morning dropping off of kids at school (and hence " "be at work a little later?)." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:200 msgid "" "A human being might feel inclined to schedule these events in the groupware " "environment provided by their employer, but will then likely also feel " "inclined to not share the details with anyone else." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:204 msgid "" "Therefore, such calendar would, typically, not be shared with anyone else." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:207 msgid "**Work**" msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:209 msgid "" "One or more work calendars, which may hold your typical meetings and other " "work-related agenda items." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:212 msgid "" "Such calendars are typically shared only with (some (direct)) colleagues, " "but some of them may not be shared at all (such as one of manager's " "calendars that holds appointments with details to be kept confidential)." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:217 msgid "" "While the division of calendars across multiple folders may not seem like a " "feature to be used all that extensively, to some people, please note that " "each individual calendar can separately be enabled or disabled alarms and/or " "mobile synchronization for. A user might block out his or her day off " "(Friday) in an extra work calendar, but opt not to synchronize this calendar " "to his or her mobile phone." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:224 msgid "" "Such calendars with specific, special intentions tend to also *not* be " "shared (although you could, there's little relevant information in them for " "other people to subscribe to)." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:228 msgid "" "It is therefore understood that any particular user of the groupware " "environment does **not** likely have direct (read-)access to all calendars " "bearing potentially relevant information of the subjects for whom scheduling " "information and/or availability is to be displayed." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:234 msgid "Scheduling a New Event" msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:236 msgid "" "When a user *Jane* wants to schedule a meeting with a user *John*, one of " "two action paths can be used;" msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:239 msgid "" "*Jane* opens the scheduling dialog, adds *John* as an attendee and " "subsequently assesses *John*'s availability using Free/Busy information." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:243 msgid "" "*Jane* searches for *John*'s scheduling information, displays the scheduling " "information as part of her own calendar view, and finds a time slot where " "both parties are available." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:247 msgid "" "It is understood that the first methodology is much more scalable, and much " "more accurate -- because Free/Busy information is the most complete set of " "information concerning a person's availability." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:251 msgid "" "When not one, but fifteen people need to be invited, the scheduling dialog " "allows *Jane* to not have to choose a time slot first. This is illustrated " "in `Figure #1`_ and also `Figure #2`_." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:261 msgid "" "**Figure #1**: *View of the initial scheduling dialog with many attendees*" msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:270 msgid "" "**Figure #2**: *View of availability information to find slots available*" msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:274 msgid "Quickly Checking Availability" msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:276 msgid "" "Under certain circumstances, a user may be inclined to (attempt to) open a " "user's calendar(s) as opposed to scheduling a new meeting with attendees." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:280 msgid "" "Making use of the search box, contacts can be searched and their agenda " "displayed quickly and efficiently." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:283 msgid "" "After all, not all use-cases of opening up somebody else's calendar have to " "do with actually scheduling a new event -- such as answering the question, " "\"Is *Herta* in the office on Thursday morning?\"." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:287 msgid "" "Referring back to the nature of :term:`discretionary access control`, and " "the variety of use-cases to use multiple calendar folders and sometimes not " "share any let alone all of them, quickly opening somebody's calendar must " "give the user the most complete view in two senses;" msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:293 msgid "" "Availability information as the most complete view on somebody's time " "allocation," msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:296 msgid "" "Any calendar the user does have (read-)access to for any details of the " "events as supplemental information." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:299 msgid "" "In the following example, *Yvonne* has wanted to display *Herta*'s calendar." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:308 msgid "**Figure #3**: *Quickly open another person's Calendar*" msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:310 msgid "" "As shown in `Figure #3`_, where in this case the user does not have access " "to any of the *Herta*'s calendars, the selection of a contact's entry found " "does not currently result in the availability information for said contact " "to be displayed as part of the current view, while availability information " "is in fact available (`Figure #4`_)." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:316 msgid "" "To view the availability inforation dialog, an icon representing an eyeball " "is located near the right-hand side of the list item in the calendars list, " "but shown only when the mouse hovers over the list item." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:320 msgid "" "The icons tooltip says *\"View only this calendar\"*, which does not " "accurately represent what it actually does -- both not in the current " "implementation nor in the target implementation." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:330 msgid "**Figure #4**: *Actual availability of another person*" msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:332 msgid "" "In this scenario, *Yvonne* will initially be lead to believe that *Herta*'s " "calendar is empty for the week, which users will usually be able to conclude " "themselves is factually incorrect, but unless the dialog displaying " "availability information for *Herta* is opened, no information is made " "available. The information being one extra step away will deter users." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:339 msgid "" "While the availability information can only be viewed on a contact-by- " "contact basis (ie. one at a time), this does not allow *Yvonne* to schedule " "an event by looking at a combined calendar view of multiple contacts' " "availability information. The now iterative process of viewing people's " "availability one by one, rmembering what timeslots were available for " "individual people, endlessly clicking to open and close availability " "information views, will deter users." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:347 msgid "" "Should *Yvonne* have had access to one or more of *Herta*'s calendars " "however, the information that is currently displayed is still incomplete " "(see `Figure #5`_) but since some events are displayed, it is **less** " "likely to lead the user to determine the information is incomplete, and is " "therefore even more misleading. As such, this implementation works counter-" "intuitive, and will deter users." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:360 msgid "" "**Figure #5**: *Misleading, incomplete information display when selecting " "contact with user having access to calendar(s)*" msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:363 msgid "" "Note that in this scenario, *Herta* initially appears to have nothing " "scheduled for Thursday-morning, and *Yvonne* will not feel inclined to open " "up the special view that uses the more authoritative availability " "information, being mislead to believe the displayed contents are the events " "in *Herta*'s agenda." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:369 msgid "" "At this point, *Yvonne* may feel ready to respond to the question about " "*Herta* being in the office on Thursday-morning -- perhaps falsely so." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:372 msgid "" "*Yvonne* will have to realize that the information is likely incomplete, " "separately open the availability information view for *Herta*." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:375 msgid "" "This will suffice for the original question about *Herta* being in the " "office on Thursday-morning, but will not suffice when attempting to " "determine who's available on what day and at what time." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:379 msgid "" "Here too, while the availability information can only be viewed on a contact-" "by-contact basis (ie. one at a time), this does not allow *Yvonne* to " "schedule an event by looking at a combined calendar view of multiple " "contacts' availability information. In this scenario, some timeslots that " "are \"blocked\" in the availability information correspond with events that " "*Yvonne* can view the details for, since she has access to some of *Herta*'s " "calendars." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:387 msgid "" "`Figure #6`_ shows *Herta* is in fact not available on Thursday-morning, and " "further illustrates that both workflows depicted in `Figure #3`_ and `Figure " "#5`_ contain incomplete information, not allowing the user to find a free " "timeslot among multiple contact's all that easily." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:399 msgid "" "**Figure #6**: *Cluttered Calendar view despite not also including " "availability information*" msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:402 msgid "" "When ultimately the actual scheduling dialog is now opened [#]_, which " "*Yvonne* might do on the premises that *Herta* is available on Thursday-" "morning, *Yvonne* will only discover too late, that the availability " "information is fundamentally different from the contents of calendars " "displayed (`Figure #7`_, `Figure #8`_)." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:408 msgid "" "*Yvonne* will conclude the original view on *Herta*'s calendar contained " "false or incomplete information but have no idea why, and feel it is a " "software bug. A call to the helpdesk or a general feeling of dissatisfaction " "with the groupware solution may be the result, and even after *Yvonne* has " "been explained the intricacies of the particular behaviour she is " "experiencing, there may be a ever lingering question of *\"But, why?\"*." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:416 msgid "" "It has been argued that the integration of a contact's availability " "information in to the calendar view already available is likely to clutter " "the interface, but it must be acknowledged that similar clutter already " "occurs when only calendar contents are displayed (`Figure #7`_)." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:421 msgid "" "See `Figure #3`_ for the initial results should *Yvonne* not have access to " "any of *Herta*'s calendars, and `Figure #5`_ for the initial results should " "*Yvonne* have access to one of two of *Herta*'s calendars." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:425 msgid "" "`Figure #5`_ will lead *Yvonne* to believe that *Herta* is available on " "Thursday-morning, only to discover that *Herta* is not when creating a new " "event for the timeslot (`Figure #8`_, `Figure #9`_)." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:435 msgid "**Figure #7**: *Discover the attendee is busy after all (1)*" msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:443 msgid "**Figure #8**: *Discover the attendee is busy after all (2)*" msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:451 msgid "" "**Figure #9**: *Cluttered Calendar view despite not also including " "availability information*" msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:458 msgid "The Quick Display Feature" msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:460 msgid "" "The *Quick Display Feature* is a feature that addresses scalability issues " "in the user interface, when large sets of calendars and/or availability " "information are available to an individual user." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:464 msgid "" "The former modus operandi for Kolab Groupware was based on the following " "aspects [with functionality projected on to the current web interface design " "and layout];" msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:468 msgid "" "In version 2.3 of the Kolab Groupware solution, if the user had access to a " "calendar, this calendar would be listed in the lower left-hand list of " "calendars." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:472 msgid "" "This proved problematic when (icw. :term:`discretionary access control`) " "users started to give ``anyone`` read-access [#]_, and the calendar would " "solely therefore be included in the list of available calendars, with no " "possibility for the (consuming) user to remove the calendar in question from " "said list." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:479 msgid "" "As of Kolab 3.0, a global setting controlled whether or not views on " "groupware content in the web client should use access rights or subscription " "status of folders to include in lists [#]_." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:483 msgid "" "That is to say, with this setting enabled, if the user had access to a " "calendar folder, this folder must first be subscribed and would then be " "displayed in the lower left-hand list of calendars." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:487 msgid "" "This proved to be problematic because users with access to many calendars " "have had to navigate to the folder management settings interface, subscribe " "a calendar folder, go back to the calendar view, and display the calendar's " "contents. The inverse series of actions removed the calendar from the list." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:493 msgid "" "In addition, the desktop client also maintained its list of calendars to " "synchronize (for off-line availability) based on the server-side " "subscriptions to folders. When a user unsubscribed a folder in the web " "client (in attempt to remove it from the list of calendars in the lower left-" "hand corner, which may have become cluttered), the calendar would therefore " "dissappear from the list of calendars in the desktop client." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:501 msgid "" "In all versions of Kolab prior to 3.3, each calendar in the lower left-hand " "list of calendars would have a checkbox, controlling whether or not the " "contents of said calendar are displayed as part of the current view." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:506 msgid "" "This naturally scales only for a limited number of calendars included in " "said list, but still only includes calendars the user actually has access to." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:510 msgid "" "In addition, these implementations were subject to the problem outlined in " "[8]_, where no user could establish whether or not the set of information " "displayed was a complete set or a subset." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:514 msgid "" "The *Quick Display Feature* therefore implements the following logic to " "facilitate a user's workflow in large-scale environments;" msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:517 msgid "" "Only display calendars in the list that are subscribed IMAP folders, " "effectively establishing a list of persistent \"favorites\"," msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:520 msgid "For managers, these could be the calendars of subordinates," msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:522 msgid "For colleagues, these could be the calendars of close colleagues," msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:525 msgid "and those that have been selected during previous searches." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:527 msgid "" "Introduce a search dialog that searches the address book for contact entries " "[#]_," msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:530 msgid "Allow the display of availability information for these contacts [#]_," msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:533 msgid "" "When a contact entry is selected for inclusion in to the current display, " "where applicable [#]_, determine whether access to any IMAP folders " "containing scheduling information exists, and if so;" msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:537 msgid "" "Display the event details for those timeslots in the availability " "information of the contact that match timeslots for events found, " "substituting the UI element that blocked the timeslot on the basis of " "availability information," msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:542 msgid "" "If not, however, the Free/Busy information for the contact entry should be " "displayed." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:545 msgid "" "Subscribe the virtual folder temporarily -- for the duration of the session, " "or until the virtual folder is explicitly removed," msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:548 msgid "" "Allow the user to execute subsequent searches for additional contacts, so " "that an aggregate view can be created composed of the availability " "information of multiple users, perhaps (incidentally) also with some event " "details (for those timeslots that have a corresponding event in any folder " "the user has access to)." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:554 msgid "" "Where contacts correspond with IMAP folders available for subscription, " "allow the contact entry to be expanded in to its individual components;" msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:558 msgid "Availability information for the contact," msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:560 msgid "Each calendar folder in a hierarchy." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:562 msgid "" "so that individual folders can be subscribed separately from the contact's " "entry," msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:565 msgid "" "Where a user's calendars a user has access to have been selected (ie. the " "IMAP folders have been subscribed), continue to display the person selection " "entry not solely as a shortcut to enable display for all nested calendar " "folders, but also display complete information based on availability " "information." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:572 msgid "Footnotes" msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:575 msgid "Also called an RSVP -- Répondez S'il Vous Plaît." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:579 msgid "" "This would include events that are classified as private or confidential, " "while admittedly it may have been the user interface retrieving a (fully " "detailed copy of) the data choosing to suppress certain details -- leading " "users to believe mistakenly, the details are not visible to them." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:587 msgid "" "Writing back to one authoritative copy of the event directly implies that " "all event's attendees are aware of eachother's participant status." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:593 msgid "" "Availability information or Free/Busy is a published state of availability, " "that is stripped of all details of events that are not the timeslots of said " "event." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:597 msgid "" "Here too it may have been the user interface retrieving all details of all " "events but suppressing details, essentially faking an implementation of Free/" "Busy." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:603 msgid "" "A certain set of settings can result in mandatory access control, by " "revoking certain rights on all IMAP folders, but the user would not be able " "to create any new folders." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:609 msgid "" "The right to control a folder's ACL is the (a)dmin right, which also implies " "the right to control one's own access. While the ``a`` right can be revoked " "on calendar folders, other rights control whether the user is allowed to " "create new folders -- which inherit the rights of the parent folder. Should " "the ``a`` right be revoked on a calendar folder, a user will create a new " "calendar folder outside of the existing (tree of) calendar folder(s), and/or " "delete and recreate, and/or relocate the calendar folder in question. See :" "ref:`admin_imap-access-rights-reference` for a full list of rights available " "in IMAP to-date." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:622 msgid "" "Users may be better acquainted with the semantics of having access to " "eachother's calendars, and/or an organization's policies may be in the " "interest of transparency." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:628 msgid "" "Since each user may have access to any or all of other user's calendars " "[8]_, in larger organizations this may lead a user to have access to tens of " "thousands of calendars. This presents a scalability problem in the user " "interface that is addressed with a :ref:`and-calendaring-quick-display` " "interface." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:636 msgid "" "Using Kolab Groupware, the only credentials used to view content are the " "individual user's credentials. As such, the user may have access to a number " "of calendars, but will never be able to determine whether or not those are " "**all** calendars. The user is therefore unable to determine whether the set " "of information pulled from the calendars the user does have access to is a " "complete set of information." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:646 msgid "" "Note that both the button *\"New event\"* as well as clicking on an empty " "space in the calendar opens up this dialog. It is very common for users, " "however, to use the latter method, and poke directly at an open timeslot." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:653 msgid "" "It is possible to not allow individual users to make use of the ``anyone`` " "access control subject identifier, but this does not address the underlying " "UI scalability issue -- under the eventuality clause, eventually someone " "will have access to too many folders." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:660 msgid "" "This setting is :ref:`admin_roundcube-settings-" "plugin_libkolab_kolab_use_subscriptions`." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:664 msgid "" "The dialog is specifically geared towards searching for contacts, as opposed " "to IMAP folders the user has access to, for the complete set of items " "retrievable includes the Free/Busy status of any contact -- both internally, " "as well as externally should the address book entry have the ``FBURL`` " "property set." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:670 msgid "" "Searching for address book entries addresses both [8]_ as well as the need " "for users to schedule appointment with other parties." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:675 msgid "" "The availability information may in fact be available external to the " "organization, and supplement a contact's information using the ``FBURL`` " "property in vCard/xCard." msgstr "" #: ../../source/articles/calendaring-in-large-environments-with-discretionary-access-control/index.rst:681 msgid "" "Users in the same authorization realm -- when the groupware environment is " "homogeneous." msgstr "" diff --git a/locale/zh_CN/LC_MESSAGES/articles/standard-multi-domain-and-hosted/index.po b/locale/zh_CN/LC_MESSAGES/articles/standard-multi-domain-and-hosted/index.po index 4bda787d..81746d7d 100644 --- a/locale/zh_CN/LC_MESSAGES/articles/standard-multi-domain-and-hosted/index.po +++ b/locale/zh_CN/LC_MESSAGES/articles/standard-multi-domain-and-hosted/index.po @@ -1,136 +1,135 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/articles/standard-multi-domain-and-hosted/index.rst:92 msgid "Standard, Multi-Domain and Hosted Kolab" msgstr "" #: ../../source/articles/standard-multi-domain-and-hosted/index.rst:94 msgid "" "Kolab Groupware is a flexible collaboration suite and in addition to its " "standard deployment, also supports both *multi-domain* and *hosted* " "deployments." msgstr "" #: ../../source/articles/standard-multi-domain-and-hosted/index.rst:98 msgid "" "The difference between a standard Kolab Groupware environment, a multi-" "domain, and a hosted deployments is as follows:" msgstr "" #: ../../source/articles/standard-multi-domain-and-hosted/index.rst:101 msgid "**Standard**" msgstr "" #: ../../source/articles/standard-multi-domain-and-hosted/index.rst:103 msgid "" "A standard deployment of Kolab Groupware is designed to serve a single " "organization's collaboration needs." msgstr "" #: ../../source/articles/standard-multi-domain-and-hosted/index.rst:106 msgid "" "This includes features such as Shared Folders and Resource Management, " "Invitation Policies and Delegation, and Recipient Policies and Distribution " "Groups." msgstr "" #: ../../source/articles/standard-multi-domain-and-hosted/index.rst:110 msgid "" "A *standard* Kolab Groupware deployment also supports :term:`alias domain " "name spaces`, meaning that a setup for a domain name space of ``example." "org`` can let its users have additional recipient email addresses in an " "alias domain name space of ``beispiel.de``, ``voorbeeld.nl`` and/or " "``exemple.ch``." msgstr "" #: ../../source/articles/standard-multi-domain-and-hosted/index.rst:116 msgid "**Multi-Domain**" msgstr "" #: ../../source/articles/standard-multi-domain-and-hosted/index.rst:118 msgid "" "A multi-domain deployment of Kolab Groupware is designed to serve multiple " "organizations' collaboration needs based on a single deployment of Kolab " "Groupware." msgstr "" #: ../../source/articles/standard-multi-domain-and-hosted/index.rst:122 msgid "" "This is to say that an organization such as **Business, Inc.** with a " "primary domain name space of ``business.co.uk`` can use the same " "infrastructure as an organization **Competitor, Ltd.** with a primary domain " "name space of ``competitor.de``." msgstr "" #: ../../source/articles/standard-multi-domain-and-hosted/index.rst:127 msgid "" "Each of these organizations may, aside from their primary domain name space, " "hold one or more alias domain name spaces (rendering the primary domain name " "space a :term:`parent domain name space`)." msgstr "" #: ../../source/articles/standard-multi-domain-and-hosted/index.rst:131 msgid "" "While the two organizations use the same deployment and the same " "infrastructure, information of neither organization may become available to " "the other organization -- accidentally nor otherwise." msgstr "" #: ../../source/articles/standard-multi-domain-and-hosted/index.rst:135 msgid "" "**Multi-domain** deployments are designed specifically such that there is a " "clear boundary between the spaces in which the users of each organization " "collaborate." msgstr "" #: ../../source/articles/standard-multi-domain-and-hosted/index.rst:139 msgid "" "However, not all of the most recent features added to Kolab Groupware are " "immediately also available to multi-domain environments. Resource Management " "for example is one of such recent features. This is why a default setup is " "not already configured to be or become a multi-domain setup, and the HOWTO " "for multi-domain is community-contributed." msgstr "" #: ../../source/articles/standard-multi-domain-and-hosted/index.rst:146 msgid "**Hosted Kolab**" msgstr "" #: ../../source/articles/standard-multi-domain-and-hosted/index.rst:148 msgid "" "A hosted Kolab Groupware deployment is very similar to a *multi-domain* " "deployment, but allows users (customers) to register accounts and domains " "themselves, and adds revenue to the deployment by invoicing the customers." msgstr "" #: ../../source/articles/standard-multi-domain-and-hosted/index.rst:153 msgid "" "Allowing customers to create accounts brings with it a set of additional " "requirements, such as new users confirming either one of the identifying " "pieces of information (a phone number, an email address or even just a " "physical address), which in your jurisdiction you may or may not be required " "to request." msgstr "" #: ../../source/articles/standard-multi-domain-and-hosted/index.rst:159 msgid "" "Furthermore, for customers that register a domain name space, you'll need to " "be able to confirm the customer's ownership of that domain name space." msgstr "" diff --git a/locale/zh_CN/LC_MESSAGES/articles/what-goes-in-to-a-document-root-and-what-does-not-belong-there/example-drupal-configuration.po b/locale/zh_CN/LC_MESSAGES/articles/what-goes-in-to-a-document-root-and-what-does-not-belong-there/example-drupal-configuration.po index 6e151b41..09827921 100644 --- a/locale/zh_CN/LC_MESSAGES/articles/what-goes-in-to-a-document-root-and-what-does-not-belong-there/example-drupal-configuration.po +++ b/locale/zh_CN/LC_MESSAGES/articles/what-goes-in-to-a-document-root-and-what-does-not-belong-there/example-drupal-configuration.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/articles/what-goes-in-to-a-document-root-and-what-does-not-belong-there/example-drupal-configuration.rst:91 msgid "Example Drupal Configuration" msgstr "" diff --git a/locale/zh_CN/LC_MESSAGES/articles/what-goes-in-to-a-document-root-and-what-does-not-belong-there/index.po b/locale/zh_CN/LC_MESSAGES/articles/what-goes-in-to-a-document-root-and-what-does-not-belong-there/index.po index 3ad30e74..17b967e0 100644 --- a/locale/zh_CN/LC_MESSAGES/articles/what-goes-in-to-a-document-root-and-what-does-not-belong-there/index.po +++ b/locale/zh_CN/LC_MESSAGES/articles/what-goes-in-to-a-document-root-and-what-does-not-belong-there/index.po @@ -1,258 +1,257 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/articles/what-goes-in-to-a-document-root-and-what-does-not-belong-there/index.rst:92 msgid "What Goes in to a Document Root and What Does Not Belong There?" msgstr "" #: ../../source/articles/what-goes-in-to-a-document-root-and-what-does-not-belong-there/index.rst:94 msgid "" "Security is a big issue and in this article, we explain how to prevent " "accidental disclosure of program code and system settings for web " "applications." msgstr "" #: ../../source/articles/what-goes-in-to-a-document-root-and-what-does-not-belong-there/index.rst:98 msgid "" "A document root is normally the directory hierarchy that is published on the " "web. This is to say, that everything in the document root is published, and " "is therefore considered to be public -- unless of course it is locked down " "by other means, such as password protection." msgstr "" #: ../../source/articles/what-goes-in-to-a-document-root-and-what-does-not-belong-there/index.rst:103 msgid "" "Imagine for example a public website ``www.example.org``, running Drupal." msgstr "" #: ../../source/articles/what-goes-in-to-a-document-root-and-what-does-not-belong-there/index.rst:106 msgid "" "Drupal is one of many web applications that comes in a tarball you extract " "the contents of, and you typically dump those contents inside the directory " "hierarchy of a document root. As such, Drupal is a good **example** to get " "started with, examining what exactly is put in to the document root (and " "would therefore be considered \"published\"), what information is in these " "files, who has access to them, why this could be considered bad, how to " "protect the deployment of such an application, and how to develop web " "applications in such a way that the level of protection on a server-side " "configuration level may not need to be as complex." msgstr "" #: ../../source/articles/what-goes-in-to-a-document-root-and-what-does-not-belong-there/index.rst:118 msgid "Document Root Content Review (for a Drupal Site)" msgstr "" #: ../../source/articles/what-goes-in-to-a-document-root-and-what-does-not-belong-there/index.rst:120 msgid "" "Imagine, if you will, the document root is :file:`/var/www/html/`, and you " "have put Drupal in :file:`/var/www/html/drupal-$x.$y/`." msgstr "" #: ../../source/articles/what-goes-in-to-a-document-root-and-what-does-not-belong-there/index.rst:125 msgid "" "We assume a default configuration of one's webserver, with Apache's *httpd* " "version series *2.4*, that comes with certain defaults such as " "``AllowOverride None``, preventing any ``.htaccess`` file from modifying " "access levels and other settings." msgstr "" #: ../../source/articles/what-goes-in-to-a-document-root-and-what-does-not-belong-there/index.rst:130 msgid "What you intend to publish may be limited to:" msgstr "" #: ../../source/articles/what-goes-in-to-a-document-root-and-what-does-not-belong-there/index.rst:132 msgid ":file:`drupal-$x.$y/favicon.ico`" msgstr "" #: ../../source/articles/what-goes-in-to-a-document-root-and-what-does-not-belong-there/index.rst:133 msgid ":file:`drupal-$x.$y/index.php`" msgstr "" #: ../../source/articles/what-goes-in-to-a-document-root-and-what-does-not-belong-there/index.rst:134 msgid ":file:`drupal-$x.$y/misc/*.css`" msgstr "" #: ../../source/articles/what-goes-in-to-a-document-root-and-what-does-not-belong-there/index.rst:135 msgid ":file:`drupal-$x.$y/misc/*.gif`" msgstr "" #: ../../source/articles/what-goes-in-to-a-document-root-and-what-does-not-belong-there/index.rst:136 msgid ":file:`drupal-$x.$y/misc/*.ico`" msgstr "" #: ../../source/articles/what-goes-in-to-a-document-root-and-what-does-not-belong-there/index.rst:137 msgid ":file:`drupal-$x.$y/misc/*.js`" msgstr "" #: ../../source/articles/what-goes-in-to-a-document-root-and-what-does-not-belong-there/index.rst:138 msgid ":file:`drupal-$x.$y/misc/*.png`" msgstr "" #: ../../source/articles/what-goes-in-to-a-document-root-and-what-does-not-belong-there/index.rst:139 msgid ":file:`drupal-$x.$y/misc/farbtastic/`" msgstr "" #: ../../source/articles/what-goes-in-to-a-document-root-and-what-does-not-belong-there/index.rst:140 msgid ":file:`drupal-$x.$y/misc/ui/`" msgstr "" #: ../../source/articles/what-goes-in-to-a-document-root-and-what-does-not-belong-there/index.rst:141 msgid ":file:`drupal-$x.$y/modules/` (assets only)" msgstr "" #: ../../source/articles/what-goes-in-to-a-document-root-and-what-does-not-belong-there/index.rst:142 msgid ":file:`drupal-$x.$y/xmlrpc.php`" msgstr "" #: ../../source/articles/what-goes-in-to-a-document-root-and-what-does-not-belong-there/index.rst:143 msgid ":file:`drupal-$x.$y/themes/garland/*.css`" msgstr "" #: ../../source/articles/what-goes-in-to-a-document-root-and-what-does-not-belong-there/index.rst:144 msgid ":file:`drupal-$x.$y/themes/garland/color/*.css`" msgstr "" #: ../../source/articles/what-goes-in-to-a-document-root-and-what-does-not-belong-there/index.rst:145 msgid ":file:`drupal-$x.$y/themes/garland/color/*.png`" msgstr "" #: ../../source/articles/what-goes-in-to-a-document-root-and-what-does-not-belong-there/index.rst:146 msgid ":file:`drupal-$x.$y/sites/all/modules/` (assets only)" msgstr "" #: ../../source/articles/what-goes-in-to-a-document-root-and-what-does-not-belong-there/index.rst:147 msgid ":file:`drupal-$x.$y/sites/default/files/`" msgstr "" #: ../../source/articles/what-goes-in-to-a-document-root-and-what-does-not-belong-there/index.rst:148 msgid ":file:`drupal-$x.$y/sites/default/modules/` (assets only)" msgstr "" #: ../../source/articles/what-goes-in-to-a-document-root-and-what-does-not-belong-there/index.rst:150 msgid "" "But what is actually considered \"published\" -- since it is in the document " "root, includes (among others), the following files:" msgstr "" #: ../../source/articles/what-goes-in-to-a-document-root-and-what-does-not-belong-there/index.rst:153 msgid "**drupal-$x.$y/modules/\\*/\\*.info**" msgstr "" #: ../../source/articles/what-goes-in-to-a-document-root-and-what-does-not-belong-there/index.rst:155 msgid "" "Part of the Drupal core modules, these files contain the exact version " "number of Drupal modules, usually the same version number as the Drupal core." msgstr "" #: ../../source/articles/what-goes-in-to-a-document-root-and-what-does-not-belong-there/index.rst:159 msgid "" "Should an attack vector exist against a particular Drupal version, which is " "not an uncommon occurence, then disclosing the version number aids attackers " "in narrowing their attempts to include only the ones the attacker considers " "valid." msgstr "" #: ../../source/articles/what-goes-in-to-a-document-root-and-what-does-not-belong-there/index.rst:164 msgid "**drupal-$x.$y/modules/\\*/\\*.inc**," msgstr "" #: ../../source/articles/what-goes-in-to-a-document-root-and-what-does-not-belong-there/index.rst:166 msgid "**drupal-$x.$y/modules/\\*/\\*.module**" msgstr "" #: ../../source/articles/what-goes-in-to-a-document-root-and-what-does-not-belong-there/index.rst:168 msgid "" "Contain the program logic of a module, and would be served in plain- text " "unless access is specifically prevented." msgstr "" #: ../../source/articles/what-goes-in-to-a-document-root-and-what-does-not-belong-there/index.rst:171 msgid "Example: www.example.org/modules/openid/openid.info" msgstr "" #: ../../source/articles/what-goes-in-to-a-document-root-and-what-does-not-belong-there/index.rst:187 msgid "" "In addition to the aforementioned files that are usually part of stock " "versions of Drupal core, modules and themes, most of which are likely " "publicly available elsewhere (not on your site), you may also load custom " "modules and themes, and/or patch certain aspects of the stock versions to " "make something work for your deployment. You will have even less desire to " "unintentionally publish this custom code." msgstr "" #: ../../source/articles/what-goes-in-to-a-document-root-and-what-does-not-belong-there/index.rst:194 msgid "" "Furthermore, at a lower risk of disclosure but with a greater risk of " "compromising the site if not the server, Drupal by default retains the " "site's settings inside the document root -- at :file:`/var/www/html/drupal-" "$x.$y/sites/default/settings.php` in our example." msgstr "" #: ../../source/articles/what-goes-in-to-a-document-root-and-what-does-not-belong-there/index.rst:200 msgid "" "This ``.php`` file is normally handled by the PHP module loaded in to the " "webserver, but if it is not -- through genuine misconfiguration of the web " "server software -- your database address, name and access credentials would " "be out in the open. Even if the database is not publicly accessible, the " "site administrator may have been configured with the same passphrase, and " "the settings disclose the database technology used -- such that the use of " "SQLite could be exploited in a DoS attack." msgstr "" #: ../../source/articles/what-goes-in-to-a-document-root-and-what-does-not-belong-there/index.rst:210 msgid "How to Protect a Document Root?" msgstr "" #: ../../source/articles/what-goes-in-to-a-document-root-and-what-does-not-belong-there/index.rst:212 msgid "" "Under the working assumption that everything in a document root is " "published, and with Apache's httpd 2.4 defaults including ``AllowOverride " "None``, your means of protection are limited to server-side configuration, " "most commonly limited to privileged system accounts (such as the ``root`` " "user)." msgstr "" #: ../../source/articles/what-goes-in-to-a-document-root-and-what-does-not-belong-there/index.rst:220 msgid "" "Some web hosting technologies allow you to specify and tweak certain aspects " "of the web server configuration through an ``Include`` or an " "``IncludeOptional`` statement that includes configuration from a location " "where you can write, and/or negate a default of ``AllowOverride None`` by " "specifying which aspects may be configured in a ``.htaccess`` file." msgstr "" #: ../../source/articles/what-goes-in-to-a-document-root-and-what-does-not-belong-there/index.rst:227 msgid "" "A common approach to preventing access to a set of files of which the exact " "name, path or location is unknown, or under circumstances where such list of " "files is dynamic, is to block everything by default and create a whilelist " "for content that is to be published, rather than block access to each known " "file individually." msgstr "" #: ../../source/articles/what-goes-in-to-a-document-root-and-what-does-not-belong-there/index.rst:233 msgid "" "An example whitelist configuration for a Drupal installation could look as " "follows in the :ref:`article-what-goes-in-to-a-document-root-and-what-does-" "not-belong-there-example-drupal-configuration`." msgstr "" #: ../../source/articles/what-goes-in-to-a-document-root-and-what-does-not-belong-there/index.rst:238 msgid "Kolab Groupware Software Components and DocumentRoots" msgstr "" diff --git a/locale/zh_CN/LC_MESSAGES/authors.po b/locale/zh_CN/LC_MESSAGES/authors.po index fad78ae5..29777d32 100644 --- a/locale/zh_CN/LC_MESSAGES/authors.po +++ b/locale/zh_CN/LC_MESSAGES/authors.po @@ -1,30 +1,29 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/authors.rst:90 msgid "Authors" msgstr "" #: ../../source/authors.rst:95 msgid "**Jeroen van Meeuwen**, Systems Architect, Kolab Systems" msgstr "" #: ../../source/authors.rst:97 msgid "About me." msgstr "" diff --git a/locale/zh_CN/LC_MESSAGES/client-configuration/index.po b/locale/zh_CN/LC_MESSAGES/client-configuration/index.po index f0ed5468..9c642262 100644 --- a/locale/zh_CN/LC_MESSAGES/client-configuration/index.po +++ b/locale/zh_CN/LC_MESSAGES/client-configuration/index.po @@ -1,29 +1,28 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/client-configuration/index.rst:93 msgid "Client Configuration" msgstr "" #: ../../source/client-configuration/index.rst:95 msgid "" "The following instructions will show you how to configure client " "applications to directly connect to |service_name|. Please choose your " "operating system and client application:" msgstr "" diff --git a/locale/zh_CN/LC_MESSAGES/configuration-guide/index.po b/locale/zh_CN/LC_MESSAGES/configuration-guide/index.po index d9ba179a..38edb69c 100644 --- a/locale/zh_CN/LC_MESSAGES/configuration-guide/index.po +++ b/locale/zh_CN/LC_MESSAGES/configuration-guide/index.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/configuration-guide/index.rst:90 msgid "Configuration Guide" msgstr "" diff --git a/locale/zh_CN/LC_MESSAGES/contributor-guide/bug-reporting-casual.po b/locale/zh_CN/LC_MESSAGES/contributor-guide/bug-reporting-casual.po index 4e828907..b647aa2e 100644 --- a/locale/zh_CN/LC_MESSAGES/contributor-guide/bug-reporting-casual.po +++ b/locale/zh_CN/LC_MESSAGES/contributor-guide/bug-reporting-casual.po @@ -1,75 +1,74 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/contributor-guide/bug-reporting-casual.rst:90 msgid "Reporting Bugs Against Kolab" msgstr "" #: ../../source/contributor-guide/bug-reporting-casual.rst:92 msgid "" "For the version of Kolab you are running, it is assumed that the issue you " "are running in to exists in both your version, and the next version of Kolab " "(i.e. the development version)." msgstr "" #: ../../source/contributor-guide/bug-reporting-casual.rst:96 msgid "" "At the time of this writing, this can be |K16| (stable) or |winterfell| " "(development)." msgstr "" #: ../../source/contributor-guide/bug-reporting-casual.rst:99 msgid "" "Therefore, `report a bug`_ against Kolab in `Phabricator`_. You'll describe " "what it is you did, what the expected results are, what results you got, and " "how those results do not meet your expectations." msgstr "" #: ../../source/contributor-guide/bug-reporting-casual.rst:103 msgid "" "It is assumed all bugs are issues in the development of Kolab, for two main " "reasons:" msgstr "" #: ../../source/contributor-guide/bug-reporting-casual.rst:106 msgid "" "Development teams need to ensure the next version of the software is tested " "for the issue you find." msgstr "" #: ../../source/contributor-guide/bug-reporting-casual.rst:109 msgid "" "The bug zappers are able to assist you with troubleshooting, suggesting work-" "arounds, configuration, and providing the necessary information." msgstr "" #: ../../source/contributor-guide/bug-reporting-casual.rst:112 msgid "" "They are also aware of the software projects involved, such that a single " "bug may include up to as many as 6 individual software projects." msgstr "" #: ../../source/contributor-guide/bug-reporting-casual.rst:117 msgid ":ref:`contributor-guide-structured-contributions-reporting-bugs`" msgstr "" #: ../../source/contributor-guide/bug-reporting-casual.rst:119 msgid "" "Return to other :ref:`contributor-guide-casual-contributions` you could make." msgstr "" diff --git a/locale/zh_CN/LC_MESSAGES/contributor-guide/bug-reporting-structured.po b/locale/zh_CN/LC_MESSAGES/contributor-guide/bug-reporting-structured.po index bafe7b34..63e6d8a4 100644 --- a/locale/zh_CN/LC_MESSAGES/contributor-guide/bug-reporting-structured.po +++ b/locale/zh_CN/LC_MESSAGES/contributor-guide/bug-reporting-structured.po @@ -1,319 +1,318 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/contributor-guide/bug-reporting-structured.rst:92 msgid "Reporting Bugs Against (Long-Term) Supported Kolab Versions" msgstr "" #: ../../source/contributor-guide/bug-reporting-structured.rst:94 msgid "" "Long-term support versions of Kolab maintain larger sets of different " "versions of software, and it becomes important to ensure that the fix for an " "issue in `foo-1.0` does not require a properly entitled customer to upgrade " "to a later version of Kolab, or even a later version of `foo`." msgstr "" #: ../../source/contributor-guide/bug-reporting-structured.rst:99 msgid "" "The stability requirements imply that support be able to track issues with " "specific versions of the software, targets these issues to be resolved in " "certain newer versions of the software, and trusts the resolution of the " "issue to be verifiable against multiple versions of the software collection." msgstr "" #: ../../source/contributor-guide/bug-reporting-structured.rst:105 #: ../../source/contributor-guide/bug-reporting-structured.rst:202 msgid "Example" msgstr "" #: ../../source/contributor-guide/bug-reporting-structured.rst:107 msgid "" "The following table depicts the versions of the |roundcubemail| package, and " "the |roundcubemail-plugins-kolab| package, as distributed for each product " "stream." msgstr "" #: ../../source/contributor-guide/bug-reporting-structured.rst msgid "Version table for Roundcubemail and Kolab Plugins" msgstr "" #: ../../source/contributor-guide/bug-reporting-structured.rst:114 msgid "|roundcubemail|" msgstr "" #: ../../source/contributor-guide/bug-reporting-structured.rst:114 msgid "|roundcubemail-plugins-kolab|" msgstr "" #: ../../source/contributor-guide/bug-reporting-structured.rst:116 msgid "|KE13|" msgstr "" #: ../../source/contributor-guide/bug-reporting-structured.rst:116 msgid "`1.0.4`" msgstr "" #: ../../source/contributor-guide/bug-reporting-structured.rst:116 msgid "`3.1.16`" msgstr "" #: ../../source/contributor-guide/bug-reporting-structured.rst:118 msgid "|KE14|" msgstr "" #: ../../source/contributor-guide/bug-reporting-structured.rst:118 msgid "`1.1.4`" msgstr "" #: ../../source/contributor-guide/bug-reporting-structured.rst:118 msgid "`3.2.11`" msgstr "" #: ../../source/contributor-guide/bug-reporting-structured.rst:120 msgid "|K16|" msgstr "" #: ../../source/contributor-guide/bug-reporting-structured.rst:120 #: ../../source/contributor-guide/bug-reporting-structured.rst:122 msgid "`1.2`" msgstr "" #: ../../source/contributor-guide/bug-reporting-structured.rst:120 #: ../../source/contributor-guide/bug-reporting-structured.rst:122 msgid "`3.3`" msgstr "" #: ../../source/contributor-guide/bug-reporting-structured.rst:122 msgid "|Winterfell|" msgstr "" #: ../../source/contributor-guide/bug-reporting-structured.rst:125 msgid "Stability requirements for |KE13| demand the following:" msgstr "" #: ../../source/contributor-guide/bug-reporting-structured.rst:127 msgid "" "The version of |roundcubemail| shipped to the product stream is one of the " "**1.0 series** of upstream releases," msgstr "" #: ../../source/contributor-guide/bug-reporting-structured.rst:130 msgid "Upstream maintains a **stable** 1.0 series for |roundcubemail|," msgstr "" #: ../../source/contributor-guide/bug-reporting-structured.rst:132 msgid "" "The version of |roundcubemail-plugins-kolab| shipped to the product stream " "is one of the **3.1 series** of upstream releases," msgstr "" #: ../../source/contributor-guide/bug-reporting-structured.rst:135 msgid "" "Upstream maintains a **stable** 3.1 series for |roundcubemail-plugins-kolab|," msgstr "" #: ../../source/contributor-guide/bug-reporting-structured.rst:138 msgid "" "Future versions of |roundcubemail| in the 1.0 series remain backward " "compatibility for consumers of its API (such as |roundcubemail-plugins-" "kolab|)," msgstr "" #: ../../source/contributor-guide/bug-reporting-structured.rst:142 msgid "" "Added functionality in |roundcubemail-plugins-kolab|, if any, does not " "require any changes in |roundcubemail| that would break other compatibility," msgstr "" #: ../../source/contributor-guide/bug-reporting-structured.rst:146 msgid "The aforementioned conditions all last for up to 5 years," msgstr "" #: ../../source/contributor-guide/bug-reporting-structured.rst:148 msgid "For a large number of target platforms." msgstr "" #: ../../source/contributor-guide/bug-reporting-structured.rst:150 msgid "" "The same conditions apply to |KE14| and |K16| -- with different version " "series, different timelines and sometimes different stacks." msgstr "" #: ../../source/contributor-guide/bug-reporting-structured.rst:153 msgid "" "Further down the dependency stack, this includes maintenance for " "**libkolabxml**, **libkolab** and **libcalendaring**." msgstr "" #: ../../source/contributor-guide/bug-reporting-structured.rst:156 msgid "" "In the future, this will extend up to 6 product streams that will need to be " "maintained." msgstr "" #: ../../source/contributor-guide/bug-reporting-structured.rst:159 msgid "" "It is therefore important that an issue logged against a version 1.0.1, with " "the current version in the 1.0 series perhaps being 1.0.10, needs to go " "through the following stages:" msgstr "" #: ../../source/contributor-guide/bug-reporting-structured.rst:163 msgid "" "Is the issue reproducible in the unstable development version of the " "software suite?" msgstr "" #: ../../source/contributor-guide/bug-reporting-structured.rst:166 msgid "If it is, it is a development issue; `report a bug`_ in Phabricator." msgstr "" #: ../../source/contributor-guide/bug-reporting-structured.rst:168 msgid "" "Developer teams become responsible for testing the resolution of the issue " "first, and fixing the issue second (see :ref:`contributor-guide-test-driven-" "development`)." msgstr "" #: ../../source/contributor-guide/bug-reporting-structured.rst:172 msgid "" "For each of the product streams in between current development and the " "original issue report, create a ticket in `bugzilla`_." msgstr "" #: ../../source/contributor-guide/bug-reporting-structured.rst:177 msgid "Something about backporting with the verification included." msgstr "" #: ../../source/contributor-guide/bug-reporting-structured.rst:179 msgid "If it is not, in what product stream can the issue still be reproduced?" msgstr "" #: ../../source/contributor-guide/bug-reporting-structured.rst:181 msgid "" "This process can be a very costly lather-rinse-repeat exercise, and " "therefore needs to be covered ahead of time, through :ref:`contributor-guide-" "test-driven-development`." msgstr "" #: ../../source/contributor-guide/bug-reporting-structured.rst:185 msgid "Create a `bugzilla`_ ticket for the appropriate" msgstr "" #: ../../source/contributor-guide/bug-reporting-structured.rst:189 msgid "Something about constructive troubleshooting efforts" msgstr "" #: ../../source/contributor-guide/bug-reporting-structured.rst:191 msgid "" "Using the input of 1) and outcome of 1a) or 1b), describe the range of " "targets;" msgstr "" #: ../../source/contributor-guide/bug-reporting-structured.rst:194 msgid "branch 1.2 for |K16|: yes or no?" msgstr "" #: ../../source/contributor-guide/bug-reporting-structured.rst:195 msgid "branch 1.1 for |KE14|: yes or no?" msgstr "" #: ../../source/contributor-guide/bug-reporting-structured.rst:196 msgid "etc." msgstr "" #: ../../source/contributor-guide/bug-reporting-structured.rst:198 msgid "" "Each becomes a separate `bugzilla`_ ticket, each of them depending on the " "resolution of the more recent product stream('s software version)." msgstr "" #: ../../source/contributor-guide/bug-reporting-structured.rst:204 msgid "Let's assume \"yay\" fails on all versions of Roundcube." msgstr "" #: ../../source/contributor-guide/bug-reporting-structured.rst:206 msgid "Issue:" msgstr "" #: ../../source/contributor-guide/bug-reporting-structured.rst:208 msgid "*Yay fails on Roundcube 1.0.1 on* |santiago|" msgstr "" #: ../../source/contributor-guide/bug-reporting-structured.rst:210 msgid "" "This is an original ticket. The intended milestone for the resolution is " "`1.0-next`." msgstr "" #: ../../source/contributor-guide/bug-reporting-structured.rst:213 msgid "Support:" msgstr "" #: ../../source/contributor-guide/bug-reporting-structured.rst:215 msgid "*Does yay fail in* |Winterfell| *on* |maipo| *?*" msgstr "" #: ../../source/contributor-guide/bug-reporting-structured.rst:217 msgid "" "Yes, this is a new development issue; `Report a bug`_. Add a project tag " "for :orange:`Winterfell`" msgstr "" #: ../../source/contributor-guide/bug-reporting-structured.rst:220 msgid "*Does yay fail in* |K16| *on* |maipo| *?*" msgstr "" #: ../../source/contributor-guide/bug-reporting-structured.rst:222 msgid "Yes, and |K16| is on the same software version series as |Winterfell|;" msgstr "" #: ../../source/contributor-guide/bug-reporting-structured.rst:224 msgid "" "It is thus a new development issue; `Report a bug`_ and have it blocked by " "the bug created in 2.1)." msgstr "" #: ../../source/contributor-guide/bug-reporting-structured.rst:227 msgid "Associate the |K16| release target with the bug." msgstr "" #: ../../source/contributor-guide/bug-reporting-structured.rst:229 msgid "" "Also create a `bugzilla`_ ticket. The milestone here is `1.2-next`. Refer to " "the task created in Phabricator." msgstr "" #: ../../source/contributor-guide/bug-reporting-structured.rst:232 msgid "*Does yay fail in* |KE14| *on* |santiago| *?*" msgstr "" #: ../../source/contributor-guide/bug-reporting-structured.rst:234 msgid "" "Yes, create a `bugzilla`_ ticket and block it with the ticket created in " "2.2). The milestone here is `1.1-next`." msgstr "" #: ../../source/contributor-guide/bug-reporting-structured.rst:237 msgid "*Does yay fail in* |KE13| *on* |santiago| *using version 1.0.4?*" msgstr "" #: ../../source/contributor-guide/bug-reporting-structured.rst:239 msgid "Yes, block the original ticket in 1) with the ticket from 2.3)." msgstr "" diff --git a/locale/zh_CN/LC_MESSAGES/contributor-guide/continuous-integration.po b/locale/zh_CN/LC_MESSAGES/contributor-guide/continuous-integration.po index ca8df081..657b4ad6 100644 --- a/locale/zh_CN/LC_MESSAGES/contributor-guide/continuous-integration.po +++ b/locale/zh_CN/LC_MESSAGES/contributor-guide/continuous-integration.po @@ -1,31 +1,30 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/contributor-guide/continuous-integration.rst:90 msgid "(Ab)using Continuous Integration" msgstr "" #: ../../source/contributor-guide/continuous-integration.rst:92 msgid "This page still needs to be authored, see :task:`1117`." msgstr "" #: ../../source/contributor-guide/continuous-integration.rst:94 msgid "" "Return to other :ref:`contributor-guide-casual-contributions` you could make." msgstr "" diff --git a/locale/zh_CN/LC_MESSAGES/contributor-guide/docker-containers.po b/locale/zh_CN/LC_MESSAGES/contributor-guide/docker-containers.po index 300c6ec3..05c4167a 100644 --- a/locale/zh_CN/LC_MESSAGES/contributor-guide/docker-containers.po +++ b/locale/zh_CN/LC_MESSAGES/contributor-guide/docker-containers.po @@ -1,31 +1,30 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/contributor-guide/docker-containers.rst:90 msgid "Run Kolab Using Docker Containers" msgstr "" #: ../../source/contributor-guide/docker-containers.rst:92 msgid "This page still needs to be authored, see :task:`1116`." msgstr "" #: ../../source/contributor-guide/docker-containers.rst:94 msgid "" "Return to other :ref:`contributor-guide-casual-contributions` you could make." msgstr "" diff --git a/locale/zh_CN/LC_MESSAGES/contributor-guide/documentation/index.po b/locale/zh_CN/LC_MESSAGES/contributor-guide/documentation/index.po index c71c6aa7..a0d3dda0 100644 --- a/locale/zh_CN/LC_MESSAGES/contributor-guide/documentation/index.po +++ b/locale/zh_CN/LC_MESSAGES/contributor-guide/documentation/index.po @@ -1,87 +1,86 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/contributor-guide/documentation/index.rst:92 msgid "Contributing to the Documentation" msgstr "" #: ../../source/contributor-guide/documentation/index.rst:94 msgid "" "This documentation can easily be contributed to by cloning the following git " "repository." msgstr "" #: ../../source/contributor-guide/documentation/index.rst:97 msgid "https://git.kolab.org/diffusion/D/docs.git" msgstr "" #: ../../source/contributor-guide/documentation/index.rst:101 msgid "" "The documentation is only as good as your willingness to contribute to it." msgstr "" #: ../../source/contributor-guide/documentation/index.rst:104 msgid "Other documentation included here:" msgstr "" #: ../../source/contributor-guide/documentation/index.rst:113 msgid "Building the Documentation" msgstr "" #: ../../source/contributor-guide/documentation/index.rst:115 msgid "" "Most of our more regular contributors clone the repository to their local " "workstation, and then build the documentation before pushing back changes to " "their fork of kolab-docs. To build the documentation, you need to have " "`Sphinx`_ installed. You can also find some hints, tips and tricks on their " "website, with regards to the `reStructuredText`_ format the documentation is " "written in." msgstr "" #: ../../source/contributor-guide/documentation/index.rst:122 msgid "Naturally, first clone the git repository." msgstr "" #: ../../source/contributor-guide/documentation/index.rst:128 msgid "Navigate in to the fresh clone:" msgstr "" #: ../../source/contributor-guide/documentation/index.rst:134 msgid "To build the documentation, issue the following command:" msgstr "" #: ../../source/contributor-guide/documentation/index.rst:140 msgid "Make some changes, and build and view the result:" msgstr "" #: ../../source/contributor-guide/documentation/index.rst:147 msgid "" "When you are satisfied, commit the results and submit a `Differential`_:" msgstr "" #: ../../source/contributor-guide/documentation/index.rst:154 msgid "" "Push your changes back into our Phabricator instance. Timotheus wrote `a " "good tutorial on how to do that `_." msgstr "" #: ../../source/contributor-guide/documentation/index.rst:157 msgid "Enjoy and thanks for contributing to Kolab!" msgstr "" diff --git a/locale/zh_CN/LC_MESSAGES/contributor-guide/documentation/todolist.po b/locale/zh_CN/LC_MESSAGES/contributor-guide/documentation/todolist.po index 0f552309..b3904830 100644 --- a/locale/zh_CN/LC_MESSAGES/contributor-guide/documentation/todolist.po +++ b/locale/zh_CN/LC_MESSAGES/contributor-guide/documentation/todolist.po @@ -1,33 +1,32 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/contributor-guide/documentation/todolist.rst:89 msgid "Possible Contributions" msgstr "" #: ../../source/contributor-guide/documentation/todolist.rst:91 msgid "" "The following list is a collection of all the places where a todo item was " "included, because there is more work to do. Please consider picking one of " "those up helping to complete the documentation." msgstr "" #: ../../source/contributor-guide/documentation/todolist.rst:96 msgid "That's left to do:" msgstr "" diff --git a/locale/zh_CN/LC_MESSAGES/contributor-guide/documentation/writing-documentation.po b/locale/zh_CN/LC_MESSAGES/contributor-guide/documentation/writing-documentation.po index d27010f6..02d92ecd 100644 --- a/locale/zh_CN/LC_MESSAGES/contributor-guide/documentation/writing-documentation.po +++ b/locale/zh_CN/LC_MESSAGES/contributor-guide/documentation/writing-documentation.po @@ -1,83 +1,82 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/contributor-guide/documentation/writing-documentation.rst:92 msgid "Writing Documentation" msgstr "" #: ../../source/contributor-guide/documentation/writing-documentation.rst:94 msgid "" "The Kolab community has a reference implementation of its releases, which " "can best be described as a **next-next-finish** installation [#]_ of a " "**single node** [#]_ running **Enterprise Linux 7** [#]_." msgstr "" #: ../../source/contributor-guide/documentation/writing-documentation.rst:98 msgid "" "For writing documentation, this means that all documented commands and file " "paths mentioned need to match that specific implementation [#]_ of Kolab " "installed on Enterprise Linux 7, and that every HOWTO needs to start at the " "aforementioned *null* situation." msgstr "" #: ../../source/contributor-guide/documentation/writing-documentation.rst:103 msgid "" "This sounds harsh, and it probably is, but here's how you can work with it:" msgstr "" #: ../../source/contributor-guide/documentation/writing-documentation.rst:106 msgid "" "When you create a HOWTO for something on Debian, your HOWTO should probably " "be titled: *HOWTO: Achieve Greatness (on Debian Wheezy)*." msgstr "" #: ../../source/contributor-guide/documentation/writing-documentation.rst:109 msgid "" "When you do write a generic HOWTO, you can re-iterate the commands issued " "for different distributions::" msgstr "" #: ../../source/contributor-guide/documentation/writing-documentation.rst:125 msgid "Footnotes" msgstr "" #: ../../source/contributor-guide/documentation/writing-documentation.rst:128 msgid "" "This means to confirm the default settings (other than perhaps the " "passwords) during :ref:`installation-guide-setup-kolab`, including but not " "limited to the characters used in the passwords chosen -- while we have " "learned of issues when using passwords with special characters, which relate " "to third party application defaults." msgstr "" #: ../../source/contributor-guide/documentation/writing-documentation.rst:136 msgid "" "A single node is a single operating system instance; physical, virtual, " "docked or contained." msgstr "" #: ../../source/contributor-guide/documentation/writing-documentation.rst:141 msgid "" "In the family of Enterprise Linux 7 distributions that we provide packages " "for are Red Hat Enterprise Linux and CentOS." msgstr "" #: ../../source/contributor-guide/documentation/writing-documentation.rst:146 msgid "The specific implementation is a single-node deployment topology." msgstr "" diff --git a/locale/zh_CN/LC_MESSAGES/contributor-guide/feature-requests/index.po b/locale/zh_CN/LC_MESSAGES/contributor-guide/feature-requests/index.po index d4bb0b61..d64a18fd 100644 --- a/locale/zh_CN/LC_MESSAGES/contributor-guide/feature-requests/index.po +++ b/locale/zh_CN/LC_MESSAGES/contributor-guide/feature-requests/index.po @@ -1,373 +1,372 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/contributor-guide/feature-requests/index.rst:92 msgid "Feature Requests" msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:95 msgid "The Definition of a Feature Request" msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:97 msgid "" "A feature request is a description of a problem space for which we may seek " "the resolution to be provided within, or with the help of, Kolab." msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:100 msgid "" "Such a problem space is articulated in and by itself, and allows for " "understanding to be formed and interpretation to be fine-tuned over the " "course of a process with multiple parties contributing." msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:106 msgid "" "Using **problem spaces** re-inforces the importance of the human experience " "for the final product enhancement." msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:109 msgid "A bad example of a feature request would be:" msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:111 msgid "*Make the button background red.*" msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:113 msgid "" "This example neither addresses the actual problem, nor the potential value " "of a resolution." msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:116 msgid "A better example would be:" msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:118 msgid "*The contrast between the button background and page is too low.*" msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:120 msgid "" "Any target use-case or workflow described must be considered only as a " "context establishing a higher level of comprehension in elaboration, about " "the dimensions of the problem space. Per the existing example:" msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:124 msgid "" "*Color vision deficiencies do not allow some people to distinguish the " "button from the background.*" msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:127 msgid "" "This would allow us to clarify whether a high-contrast UI is needed, or a " "slight adjustment suffices. We would also get to cover other angles." msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:130 msgid "" "Feature requests without a sufficiently accurate or encompassing description " "of the problem space to address will not be accepted." msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:134 msgid "Where Do Feature Requests Go?" msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:136 msgid "" "Feature requests can be entered in to the Kolab development platform using " "`this form `_." msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:139 msgid "It's submitted to the backlog of the :red:`Architecture & Design` team." msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:141 msgid "" "The `Architecture & Design`_ team evaluates the enhancement requests, " "requests additional feedback if needed, and assigns the priority should the " "request be promoted." msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:145 msgid "" "The responsibility of this team is to ensure that, in the inception phase, " "and before the elaboration phase;" msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:148 msgid "we have an accurate and full problem space description, and" msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:150 msgid "we understand the scope and dimensions of the problem space, and" msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:152 msgid "we can successfully determine where the problem should be resolved, and" msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:154 msgid "" "we can determine the resolution to this problem space makes sense for the " "product that is Kolab, or" msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:157 msgid "" "we can determine that the problem space is better addressed by existing, " "external tooling, and find a means for that external tooling to be " "integrated with Kolab, or" msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:161 msgid "" "we can determine that addressing the problem space does not enhance the " "Kolab product, and" msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:164 msgid "an estimate value of resolving the problem space can be established." msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:166 msgid "" "This leads to a common understanding of scope of delivery, the definition of " "done, and the way to verify the results." msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:169 msgid "**Backlog**" msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:171 msgid "" "All feature enhancement requests put forth. Mostly with wishlist priority." msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:173 msgid "**Inception**" msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:175 msgid "Would this change the world? How would this change the world?" msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:177 msgid "**Elaboration**" msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:179 msgid "How do we change the world?" msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:181 msgid "**Construction**" msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:183 msgid "The hardhats get to putting the brick and mortar in place." msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:185 msgid "**Transition**" msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:190 msgid "Inception Phase" msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:192 msgid "" "During the inception phase, the case for the feature is evaluated by the " "Product Owner(-ship). The scope and interactions are discussed and a high-" "level decision is made about the design. Use cases and described and it is " "discussed how the feature is relating to the general vision of the product." msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:197 msgid "" "The case can include success criteria, risk assessment, Business context, " "and an estimate of resources needed." msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:200 msgid "Decisions are documented in the Phabricator task." msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:202 msgid "The outcome of the inception phase is:" msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:204 msgid "An initial use-case" msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:206 msgid "An initial case for the feature." msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:208 msgid "An initial understanding of the requirements" msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:210 msgid "" "The feature may be cancelled or considerably re-thought during this phase." msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:213 msgid "Elaboration Phase" msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:215 msgid "" "The purpose of the elaboration phase is to analyze the problem domain, " "establish a sound architectural foundation, and eliminate the highest risk " "elements." msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:219 msgid "" "To accomplish these objectives, an understanding of the whole system needs " "to be achieved. The Product Owner is working with Architects, developers and " "other stakeholders to describe the feature in details, and perhaps build an " "executable architecture prototype in one or more iterations, depending on " "the scope, size, risk, and novelty of the feature. The result could address " "the critical use cases identified in the inception phase, which typically " "expose the major technical risks." msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:227 msgid "" "While an evolutionary prototype of a production-quality component is always " "the goal, this does not exclude the development of one or more throwaway " "prototypes to mitigate specific risks such as design/requirements trade-" "offs, component feasibility study, or demonstrations to customers and end-" "users." msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:232 msgid "The outcome of the elaboration phase is:" msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:234 msgid "" "All use cases and actors have been identified, and most use-case details " "have been defined." msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:237 msgid "" "A set of subtasks in phabricator which reflects a full overview of " "requirements and the Architecture." msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:240 msgid "(Possibly) An executable architectural prototype." msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:242 msgid "" "A revision of the original task in phabricator that reflects the revised " "envision of the feature." msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:245 msgid "A skeleton development plan for the progress of the feature." msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:247 msgid "Possibly the first iteration of documentation." msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:250 msgid "Construction Phase" msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:252 msgid "" "During the construction phase, all components are developed and integrated " "into the feature, and the feature is thoroughly tested together with all " "other features that has been touched in the same realm." msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:256 msgid "" "The construction phase is, in one sense, the manufacturing process. The work " "on the feature is pushed through one or more sprints, and the outcome of the " "is a product ready to packaged and delivered. At minimum, it consists of:" msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:260 msgid "The software product integrated on the appropriate platforms." msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:262 msgid "The user manual (docs.kolab.org)." msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:264 msgid "A description of the current release (..to become errata)." msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:267 msgid "Transition Phase" msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:269 msgid "" "The purpose of the transition phase is to package the software, and " "transition it to the user community." msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:272 msgid "" "Once the feature has been packaged (most possibly together with other " "features in a bigger package), tested, and delivered to the end users, " "issues usually arise that require you to develop new releases, correct some " "problems, or finish subfeatures (subtasks) that were postponed." msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:277 msgid "The Transition phase results in:" msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:279 msgid "" "A (set of) package(s) ready for end user consumption available on the Kolab " "Systems mirror." msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:282 msgid "" "An update to the documentation about the feature containing upgrade or " "install guide for the feature." msgstr "" #: ../../source/contributor-guide/feature-requests/index.rst:285 msgid "Updated errata delivered together with the package." msgstr "" diff --git a/locale/zh_CN/LC_MESSAGES/contributor-guide/getting-started.po b/locale/zh_CN/LC_MESSAGES/contributor-guide/getting-started.po index 7dc82577..ff2a2b5a 100644 --- a/locale/zh_CN/LC_MESSAGES/contributor-guide/getting-started.po +++ b/locale/zh_CN/LC_MESSAGES/contributor-guide/getting-started.po @@ -1,207 +1,206 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/contributor-guide/getting-started.rst:92 msgid "Getting Started with Phabricator" msgstr "" #: ../../source/contributor-guide/getting-started.rst:94 msgid "Navigate to https://git.kolab.org. We recommend you use a browser." msgstr "" #: ../../source/contributor-guide/getting-started.rst:96 msgid "" "Determine whether you are a Kolab Systems employee, and act accordingly;" msgstr "" #: ../../source/contributor-guide/getting-started.rst:98 msgid "" "If you are a Kolab Systems employee, use your corporate credentials to login " "using LDAP." msgstr "" #: ../../source/contributor-guide/getting-started.rst:101 msgid "" "If you are not a Kolab Systems employee, create yourself an account if you " "have not already done so. You can use any of the forms except for the one " "that requests LDAP credentials." msgstr "" #: ../../source/contributor-guide/getting-started.rst:105 msgid "" "`Set your date-time notation format `_." msgstr "" #: ../../source/contributor-guide/getting-started.rst:107 msgid "Set your profile picture." msgstr "" #: ../../source/contributor-guide/getting-started.rst:109 msgid "" "`Upload an SSH public key `_." msgstr "" #: ../../source/contributor-guide/getting-started.rst:111 msgid "" "`Set your text-area font to fixed width `_." msgstr "" #: ../../source/contributor-guide/getting-started.rst:113 msgid "" "`Configure email notifications `_, especially the ones for actions you place yourself." msgstr "" #: ../../source/contributor-guide/getting-started.rst:116 msgid ":ref:`contributor-guide-setup-tools`." msgstr "" #: ../../source/contributor-guide/getting-started.rst:118 msgid "Hook up **arcanist** to your Phabricator account:" msgstr "" #: ../../source/contributor-guide/getting-started.rst:125 msgid "Projects" msgstr "" #: ../../source/contributor-guide/getting-started.rst:127 msgid "" "Software development projects use a communication icon (envelope) in :blue:" "`blue`." msgstr "" #: ../../source/contributor-guide/getting-started.rst:130 msgid "" "Each software development project is provided a workboard, such they could, " "at their option, visualize a roadmap." msgstr "" #: ../../source/contributor-guide/getting-started.rst:135 msgid "The use of sub-projects and milestones in Phabricator is under review." msgstr "" #: ../../source/contributor-guide/getting-started.rst:138 msgid "Teams" msgstr "" #: ../../source/contributor-guide/getting-started.rst:140 msgid "" "Teams include groups of people that work on software development projects, " "or form the :red:`Architecture & Design` team, :red:`Release Managers`, etc." msgstr "" #: ../../source/contributor-guide/getting-started.rst:143 msgid "" "Membership of these teams usually provides you with commit access to a GIT " "repository, and is used to authorize differentials in :ref:`contributor-" "guide-peer-review`." msgstr "" #: ../../source/contributor-guide/getting-started.rst:147 msgid "" "Software developer teams are used to authorize commit access, and use a " "group icon in :red:`red`." msgstr "" #: ../../source/contributor-guide/getting-started.rst:150 msgid "You need to request membership from one of the existing members." msgstr "" #: ../../source/contributor-guide/getting-started.rst:152 msgid "" "You only need membership in order to push to the GIT repositories directly." msgstr "" #: ../../source/contributor-guide/getting-started.rst:155 msgid "Sprints" msgstr "" #: ../../source/contributor-guide/getting-started.rst:157 msgid "" "Sprints are time-boxed team efforts with the duration of exactly one week -- " "running from Monday morning to Friday afternoon." msgstr "" #: ../../source/contributor-guide/getting-started.rst:160 msgid "" "In Phabricator, sprints are projects named using the year and week number, " "such as :green:`Sprint 201610`." msgstr "" #: ../../source/contributor-guide/getting-started.rst:163 msgid "" "On Monday mornings, at 10:00 in the morning (Europe/Zurich timezone), a " "sprint planning meeting is held, with all participants in the sprint " "attending. The goal is to reiterate the priority of tasks for the sprint, " "raise doubts where there are any, but also assign tasks and give them story " "points." msgstr "" #: ../../source/contributor-guide/getting-started.rst:168 msgid "" "We use a sprint-specific backlog for the sprint planning, since the global " "product backlog is just much too large to discuss." msgstr "" #: ../../source/contributor-guide/getting-started.rst:171 msgid "" "That said, all users of Phabricator are encouraged to propose tasks to " "include in the next sprint, as well as go ahead and seed the information for " "the tickets they know are going to be assigned to them, and provide feedback " "on others." msgstr "" #: ../../source/contributor-guide/getting-started.rst:175 msgid "" "At or near the end of the sprint, a meeting is held that shows off " "functional software, also called a retrospective. To allow us to show " "functional software a merge window is used between Thursday afternoon (at " "about 15:00 to 17:00 in the Europe/Zurich timezone) all the way through " "Friday up to the retrospective." msgstr "" #: ../../source/contributor-guide/getting-started.rst:180 msgid "" "At this point, all tickets in Review can be moved to Done, which happens on " "the premises the differential associated with the ticket is accepted, " "merged, pushed, tested (continuous integration) and delivered (packaging)." msgstr "" #: ../../source/contributor-guide/getting-started.rst:185 msgid "Release Targets" msgstr "" #: ../../source/contributor-guide/getting-started.rst:187 msgid "" "Release targets are irrelevant for developers. The only release target that " "is relevant for developers is |Winterfell|." msgstr "" #: ../../source/contributor-guide/getting-started.rst:191 msgid "Distributions" msgstr "" #: ../../source/contributor-guide/getting-started.rst:193 msgid "" "Distributions (target platforms) are irrelevant for developers. The only " "target platform relevant to developers is the reference platform |maipo| " "(Enterprise Linux 7)." msgstr "" diff --git a/locale/zh_CN/LC_MESSAGES/contributor-guide/git-flow-workflow.po b/locale/zh_CN/LC_MESSAGES/contributor-guide/git-flow-workflow.po index ae775bf6..627f9053 100644 --- a/locale/zh_CN/LC_MESSAGES/contributor-guide/git-flow-workflow.po +++ b/locale/zh_CN/LC_MESSAGES/contributor-guide/git-flow-workflow.po @@ -1,19 +1,18 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" diff --git a/locale/zh_CN/LC_MESSAGES/contributor-guide/index.po b/locale/zh_CN/LC_MESSAGES/contributor-guide/index.po index adab5dff..828bec9c 100644 --- a/locale/zh_CN/LC_MESSAGES/contributor-guide/index.po +++ b/locale/zh_CN/LC_MESSAGES/contributor-guide/index.po @@ -1,62 +1,61 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/contributor-guide/index.rst:92 msgid "Contributor Guide" msgstr "" #: ../../source/contributor-guide/index.rst:94 msgid "" "Kolab Groupware development largely follows an iterative and incremental " "agile software development metholodogy also known as `Scrum`_." msgstr "" #: ../../source/contributor-guide/index.rst:97 msgid "" "In summary, the development process is divided into stages, with different " "teams participating in getting tasks to the next stage of the process." msgstr "" #: ../../source/contributor-guide/index.rst:100 msgid "" "Kolab Groupware is a collaboration suite consisting of many components, each " "of them separate software development projects, some of them dependent on " "third-party software development projects, and some of them separate " "altogether." msgstr "" #: ../../source/contributor-guide/index.rst:108 msgid "Casual Contributions" msgstr "" #: ../../source/contributor-guide/index.rst:110 msgid "" "The following guides are intended for casual contributors and contributions, " "such as a one-time 5-line patch for that one itch to scratch." msgstr "" #: ../../source/contributor-guide/index.rst:126 msgid "Structured Contributions" msgstr "" #: ../../source/contributor-guide/index.rst:128 msgid "" "The following guides set you up for regular, structured contributions to " "Kolab, such as continued development and participation in sprints." msgstr "" diff --git a/locale/zh_CN/LC_MESSAGES/contributor-guide/packaging.po b/locale/zh_CN/LC_MESSAGES/contributor-guide/packaging.po index 0de24778..2a98eeb9 100644 --- a/locale/zh_CN/LC_MESSAGES/contributor-guide/packaging.po +++ b/locale/zh_CN/LC_MESSAGES/contributor-guide/packaging.po @@ -1,31 +1,30 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/contributor-guide/packaging.rst:90 msgid "Packaging and Continuous Delivery" msgstr "" #: ../../source/contributor-guide/packaging.rst:92 msgid "This page still needs to be authored, see :task:`1118`." msgstr "" #: ../../source/contributor-guide/packaging.rst:94 msgid "" "Return to other :ref:`contributor-guide-casual-contributions` you could make." msgstr "" diff --git a/locale/zh_CN/LC_MESSAGES/contributor-guide/packaging/casual.po b/locale/zh_CN/LC_MESSAGES/contributor-guide/packaging/casual.po index 7384b916..c952ac62 100644 --- a/locale/zh_CN/LC_MESSAGES/contributor-guide/packaging/casual.po +++ b/locale/zh_CN/LC_MESSAGES/contributor-guide/packaging/casual.po @@ -1,31 +1,30 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/contributor-guide/packaging/casual.rst:90 msgid "Fixing Packaging Issues" msgstr "" #: ../../source/contributor-guide/packaging/casual.rst:92 msgid "This page still needs to be authored, see :task:`1114`." msgstr "" #: ../../source/contributor-guide/packaging/casual.rst:94 msgid "" "Return to other :ref:`contributor-guide-casual-contributions` you could make." msgstr "" diff --git a/locale/zh_CN/LC_MESSAGES/contributor-guide/peer-review.po b/locale/zh_CN/LC_MESSAGES/contributor-guide/peer-review.po index dcdb5296..3af7ae8d 100644 --- a/locale/zh_CN/LC_MESSAGES/contributor-guide/peer-review.po +++ b/locale/zh_CN/LC_MESSAGES/contributor-guide/peer-review.po @@ -1,280 +1,279 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/contributor-guide/peer-review.rst:92 msgid "Peer Review" msgstr "" #: ../../source/contributor-guide/peer-review.rst:94 msgid "" "Peer review is a process in which code changes are submitted to a staging " "environment, so that fellow developers have the opportunity to review the " "work before the code changes are submitted back to the source code " "management repository." msgstr "" #: ../../source/contributor-guide/peer-review.rst:99 msgid "" "Peer view is assisted by `Differential`_. To use `Differential`_ " "effectively, you must install **arcanist** and set it up." msgstr "" #: ../../source/contributor-guide/peer-review.rst:104 msgid ":ref:`contributor-guide-setup-your-development-environment`" msgstr "" #: ../../source/contributor-guide/peer-review.rst:106 msgid "" "For structured contributions, and for sprint participants, the use of " "`Differential`_ is obligatory, and further facilitates the process of :ref:" "`contributor-guide-test-driven-development`." msgstr "" #: ../../source/contributor-guide/peer-review.rst:110 msgid "" "Post-poning destabilizing changes stabilizes the day-to-day use of |" "Winterfell|, and allows multiple changesets to land at once (enabling a " "single feature to span multiple software projects)." msgstr "" #: ../../source/contributor-guide/peer-review.rst:115 msgid "The Process" msgstr "" #: ../../source/contributor-guide/peer-review.rst:117 msgid "" "A task in a sprint should consist of a bite-size chunk of development work." msgstr "" #: ../../source/contributor-guide/peer-review.rst:119 msgid "" "When you start work on the task, you write the tests first (and those tests " "would fail, because they have not been backed by code changes)." msgstr "" #: ../../source/contributor-guide/peer-review.rst:122 msgid "" "You submit your differential at the earliest opportunity, however incomplete " "your coverage may be at that point. This ensures peers can participate in " "feedback cycles early, and shows progress being made as it is made." msgstr "" #: ../../source/contributor-guide/peer-review.rst:127 msgid "Creating a Differential for Review" msgstr "" #: ../../source/contributor-guide/peer-review.rst:129 msgid "" "Your development takes place against the **master** branch, unless you find " "yourself running in circles, interrupted by a support request." msgstr "" #: ../../source/contributor-guide/peer-review.rst:132 msgid "" "Thus, make sure you have **master** checked out, and for the sake of " "preventing superfluous merge and rebase exercises, ensure it's in sync with " "upstream:" msgstr "" #: ../../source/contributor-guide/peer-review.rst:141 msgid "" "Provided a ticket, such as :task:`1037`, you should branch off the GIT " "repository;" msgstr "" #: ../../source/contributor-guide/peer-review.rst:149 msgid "" "This will allow you to keep your changes out of a tracking working copy, and " "allows you to switch back over to other work without stacking the changes on " "top of one another." msgstr "" #: ../../source/contributor-guide/peer-review.rst:153 msgid "" "Make your changes, and commit them in however many commits you think is " "reasonable." msgstr "" #: ../../source/contributor-guide/peer-review.rst:156 msgid "Then, create the `Differential`_:" msgstr "" #: ../../source/contributor-guide/peer-review.rst:171 msgid "" "You will now be requested to provide some information about your proposed " "changes." msgstr "" #: ../../source/contributor-guide/peer-review.rst:174 msgid "" "The first line of the differential submission is the title for the " "differential." msgstr "" #: ../../source/contributor-guide/peer-review.rst:177 msgid "" "The template offers a ``Summary:`` line, and you are to make that line " "include the phrase ``Resolves T1037``. This causes the differential to be " "associated with the ticket, and will cause the ticket to change status to " "resolved when the differential is accepted, merged and pushed back." msgstr "" #: ../../source/contributor-guide/peer-review.rst:182 msgid "" "Use the remainder of the space under ``Summary: Resolves T1037`` to spout " "any thoughts or comments." msgstr "" #: ../../source/contributor-guide/peer-review.rst:185 msgid "" "In ``Test Plan:``, you list the steps needed to verify the work. This could " "be:" msgstr "" #: ../../source/contributor-guide/peer-review.rst:193 msgid "" "In ``Reviewers:``, you list the development team associated with the project " "(such as :red:`PyKolab Developers` or :red:`Documentation Authors`). You are " "to use hashtags here, so they would be ``#pykolab_developers`` or " "``#documentation_authors``. **arcanist** will validate the entries and " "prompt you if they do not exist." msgstr "" #: ../../source/contributor-guide/peer-review.rst:199 msgid "" "In ``Subscribers:``, you may either not list anyone, or list the username(s) " "of people you wish to be notified when the differential changes. Here too, " "**arcanist** validates the input." msgstr "" #: ../../source/contributor-guide/peer-review.rst:218 msgid "Review Process" msgstr "" #: ../../source/contributor-guide/peer-review.rst:220 msgid "" "A reviewer must ensure code changes are verifiable, and validate unit, " "functional and integration tests for the code changes before accepting the " "differential." msgstr "" #: ../../source/contributor-guide/peer-review.rst:224 msgid "" "A reviewer will want these tests to be automated, or ends up spending a lot " "of time and effort on verifying the changes made." msgstr "" #: ../../source/contributor-guide/peer-review.rst:229 msgid "" "Exceptions to this rule should only be made in extreme cases, and require " "even more pairs of eyeballs." msgstr "" #: ../../source/contributor-guide/peer-review.rst:232 msgid "" "A reviewer must also verify there is a ticket associated with the " "differential, and that the ticket associated with the differential will be " "closed automatically, should the differential be accepted and merged." msgstr "" #: ../../source/contributor-guide/peer-review.rst:236 msgid "" "Accepting the differential does not mean the code changes are automatically " "merged, however. Acceptance of a differential outside of the merge window is " "therefore allowed." msgstr "" #: ../../source/contributor-guide/peer-review.rst:240 msgid "" "Your changes need to be reviewed by at least one other person, who is a " "software development project member." msgstr "" #: ../../source/contributor-guide/peer-review.rst:243 msgid "" "In :ref:`contributor-guide-test-driven-development`, the submission of the " "differential associated with your review process aides in the staging of the " "code changes." msgstr "" #: ../../source/contributor-guide/peer-review.rst:247 msgid "" "The changes submitted should be reviewed on Thursday afternoons at the " "latest, at which point of the :red:`Release Managers` team can pick them up " "and merge the proposed changes with all the applicable branches." msgstr "" #: ../../source/contributor-guide/peer-review.rst:251 msgid "" "The combined code changes and test should make the lives of :red:`Release " "Managers` a lot easier -- the functionality of the backported changes should " "be available for automated verification." msgstr "" #: ../../source/contributor-guide/peer-review.rst:256 msgid "Landing a Differential Revision" msgstr "" #: ../../source/contributor-guide/peer-review.rst:260 msgid "This documentation applies to :red:`Release Managers` only." msgstr "" #: ../../source/contributor-guide/peer-review.rst:262 msgid "Take the review column of the `current sprint`_." msgstr "" #: ../../source/contributor-guide/peer-review.rst:264 msgid "Examine the tickets and their associated differentials." msgstr "" #: ../../source/contributor-guide/peer-review.rst:266 msgid "" "Move the tickets and differentials that have code changes depending on code " "changes to other projects that have not yet made it on to the next sprint, " "however, attempt to not negatively impact the team's velocity in doing so;" msgstr "" #: ../../source/contributor-guide/peer-review.rst:270 msgid "" "You could close the current ticket in review and move it to the Done column, " "and create a ticket for the next sprint associated with your own team, at " "about 1-2 story points." msgstr "" #: ../../source/contributor-guide/peer-review.rst:274 msgid "" "Merge the code changes in order of the differential numbers, in a best " "effort to merge stacked changes as easily as possible. Those that fail to be " "applied need to be merged manually, or otherwise reassigned to the developer " "in question for the next sprint (the task is rebase). Again, do not impact " "the team's velocity too much, and consider splitting the original " "development effort with the rebase/merge attempt." msgstr "" #: ../../source/contributor-guide/peer-review.rst:281 msgid "Congratulate each developer on a job well done." msgstr "" #: ../../source/contributor-guide/peer-review.rst:283 msgid "Ensure merged code is available in |Winterfell|." msgstr "" #: ../../source/contributor-guide/peer-review.rst:285 msgid "Congratulate yourself on a job well done." msgstr "" diff --git a/locale/zh_CN/LC_MESSAGES/contributor-guide/scrum.po b/locale/zh_CN/LC_MESSAGES/contributor-guide/scrum.po index bd549fd3..4aa4ba56 100644 --- a/locale/zh_CN/LC_MESSAGES/contributor-guide/scrum.po +++ b/locale/zh_CN/LC_MESSAGES/contributor-guide/scrum.po @@ -1,32 +1,31 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/contributor-guide/scrum.rst:90 msgid "SCRUM" msgstr "" #: ../../source/contributor-guide/scrum.rst:92 msgid "" "Our agile development process resolves around sprints; time-boxed team " "efforts." msgstr "" #: ../../source/contributor-guide/scrum.rst:94 msgid "The following documentation aides in facilitating that process." msgstr "" diff --git a/locale/zh_CN/LC_MESSAGES/contributor-guide/scrum/during-the-sprint.po b/locale/zh_CN/LC_MESSAGES/contributor-guide/scrum/during-the-sprint.po index 4565dad5..eb6c4b74 100644 --- a/locale/zh_CN/LC_MESSAGES/contributor-guide/scrum/during-the-sprint.po +++ b/locale/zh_CN/LC_MESSAGES/contributor-guide/scrum/during-the-sprint.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/contributor-guide/scrum/during-the-sprint.rst:90 msgid "During the Sprint" msgstr "" diff --git a/locale/zh_CN/LC_MESSAGES/contributor-guide/scrum/end-of-sprint-checklist.po b/locale/zh_CN/LC_MESSAGES/contributor-guide/scrum/end-of-sprint-checklist.po index a12fcc81..b3f1ab4b 100644 --- a/locale/zh_CN/LC_MESSAGES/contributor-guide/scrum/end-of-sprint-checklist.po +++ b/locale/zh_CN/LC_MESSAGES/contributor-guide/scrum/end-of-sprint-checklist.po @@ -1,97 +1,96 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/contributor-guide/scrum/end-of-sprint-checklist.rst:90 msgid "End of Sprint Checklist" msgstr "" #: ../../source/contributor-guide/scrum/end-of-sprint-checklist.rst:92 msgid "At or near the end of a sprint:" msgstr "" #: ../../source/contributor-guide/scrum/end-of-sprint-checklist.rst:94 msgid "" "The `current sprint`_ must be archived after Friday, 17:00 Europe/Zurich." msgstr "" #: ../../source/contributor-guide/scrum/end-of-sprint-checklist.rst:96 msgid "" "The `current sprint`_ must have its additional ``sprint_current`` hashtag " "removed." msgstr "" #: ../../source/contributor-guide/scrum/end-of-sprint-checklist.rst:99 msgid "" "Tickets that remain open in the `current sprint`_ must be moved forward on " "to the `next sprint`_." msgstr "" #: ../../source/contributor-guide/scrum/end-of-sprint-checklist.rst:104 msgid "" "The column for these tickets in the `current sprint`_ should be reflected in " "the `next sprint`_, which requires manual intervention." msgstr "" #: ../../source/contributor-guide/scrum/end-of-sprint-checklist.rst:107 msgid "" "Click the downward facing arrow on each of the relevant columns, and choose " "*Batch Edit Tasks...*." msgstr "" #: ../../source/contributor-guide/scrum/end-of-sprint-checklist.rst:110 msgid "Associate the project tag for the next sprint." msgstr "" #: ../../source/contributor-guide/scrum/end-of-sprint-checklist.rst:112 msgid "The `next sprint`_ becomes the current sprint, and thus:" msgstr "" #: ../../source/contributor-guide/scrum/end-of-sprint-checklist.rst:114 msgid "Remove the additional hashtag ``sprint_next``," msgstr "" #: ../../source/contributor-guide/scrum/end-of-sprint-checklist.rst:116 msgid "Add the additional hashtag ``sprint_current``." msgstr "" #: ../../source/contributor-guide/scrum/end-of-sprint-checklist.rst:118 msgid "The sprint after the next sprint needs to be created;" msgstr "" #: ../../source/contributor-guide/scrum/end-of-sprint-checklist.rst:120 msgid "" "The sprint runs from a Monday 09:00 AM to the following Friday 05:00 PM." msgstr "" #: ../../source/contributor-guide/scrum/end-of-sprint-checklist.rst:123 msgid "" "Ensure the dates selected for the Monday and the Friday are those for the " "week number of the sprint (as opposed to the defaults)." msgstr "" #: ../../source/contributor-guide/scrum/end-of-sprint-checklist.rst:126 msgid "Use an additional hashtag of ``sprint_next``." msgstr "" #: ../../source/contributor-guide/scrum/end-of-sprint-checklist.rst:128 msgid "" "Verify the (now) `current sprint`_ (but actually next week's) actually has " "sufficient tickets in its backlog, because idling is for jet engines with " "reverse thrusters deployed while in flight." msgstr "" diff --git a/locale/zh_CN/LC_MESSAGES/contributor-guide/scrum/sprints.po b/locale/zh_CN/LC_MESSAGES/contributor-guide/scrum/sprints.po index 710adfed..5943dfa0 100644 --- a/locale/zh_CN/LC_MESSAGES/contributor-guide/scrum/sprints.po +++ b/locale/zh_CN/LC_MESSAGES/contributor-guide/scrum/sprints.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/contributor-guide/scrum/sprints.rst:90 msgid "Sprints" msgstr "" diff --git a/locale/zh_CN/LC_MESSAGES/contributor-guide/scrum/start-of-sprint-checklist.po b/locale/zh_CN/LC_MESSAGES/contributor-guide/scrum/start-of-sprint-checklist.po index 8b5f0117..b72d9405 100644 --- a/locale/zh_CN/LC_MESSAGES/contributor-guide/scrum/start-of-sprint-checklist.po +++ b/locale/zh_CN/LC_MESSAGES/contributor-guide/scrum/start-of-sprint-checklist.po @@ -1,34 +1,33 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/contributor-guide/scrum/start-of-sprint-checklist.rst:90 msgid "Start of Sprint Checklist" msgstr "" #: ../../source/contributor-guide/scrum/start-of-sprint-checklist.rst:92 msgid "Contributors assign story points to the tickets in the backlog." msgstr "" #: ../../source/contributor-guide/scrum/start-of-sprint-checklist.rst:94 msgid "Product owners prioritize tickets." msgstr "" #: ../../source/contributor-guide/scrum/start-of-sprint-checklist.rst:96 msgid "A sprint planning meeting provides the opportunity to talk things over." msgstr "" diff --git a/locale/zh_CN/LC_MESSAGES/contributor-guide/setup-development-environment.po b/locale/zh_CN/LC_MESSAGES/contributor-guide/setup-development-environment.po index 484aaa0f..fefa9366 100644 --- a/locale/zh_CN/LC_MESSAGES/contributor-guide/setup-development-environment.po +++ b/locale/zh_CN/LC_MESSAGES/contributor-guide/setup-development-environment.po @@ -1,182 +1,181 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/contributor-guide/setup-development-environment.rst:92 msgid "Setup Your Development Environment" msgstr "" #: ../../source/contributor-guide/setup-development-environment.rst:94 msgid "" "This guide sets you up a development workstation to contribute to Kolab " "Groupware development on `Phabricator`_." msgstr "" #: ../../source/contributor-guide/setup-development-environment.rst:97 msgid ":ref:`contributor-guide-setup-tools`" msgstr "" #: ../../source/contributor-guide/setup-development-environment.rst:102 msgid "Install the Tools" msgstr "" #: ../../source/contributor-guide/setup-development-environment.rst:104 msgid "Ensure you have our Tools repository configured." msgstr "" #: ../../source/contributor-guide/setup-development-environment.rst:110 msgid "For **Fedora 23**:" msgstr "" #: ../../source/contributor-guide/setup-development-environment.rst:116 msgid "For **Fedora 22**:" msgstr "" #: ../../source/contributor-guide/setup-development-environment.rst:122 #: ../../source/contributor-guide/setup-development-environment.rst:142 msgid "For **Red Hat Enterprise Linux 7**:" msgstr "" #: ../../source/contributor-guide/setup-development-environment.rst:128 msgid "Import the GPG public key the packages are signed with:" msgstr "" #: ../../source/contributor-guide/setup-development-environment.rst:134 msgid "Install **arcanist**:" msgstr "" #: ../../source/contributor-guide/setup-development-environment.rst:136 msgid "For **Fedora 22** and **Fedora 23**:" msgstr "" #: ../../source/contributor-guide/setup-development-environment.rst:148 msgid "Hook up arcanist to Phabricator:" msgstr "" #: ../../source/contributor-guide/setup-development-environment.rst:155 msgid "And follow the instructions." msgstr "" #: ../../source/contributor-guide/setup-development-environment.rst:160 msgid "Recommended Configuration" msgstr "" #: ../../source/contributor-guide/setup-development-environment.rst:162 msgid "**SSH Configuration**" msgstr "" #: ../../source/contributor-guide/setup-development-environment.rst:164 msgid "" "Configure SSH to use the correct username and SSH identity when you use " "``git.kolab.org``:" msgstr "" #: ../../source/contributor-guide/setup-development-environment.rst:174 msgid "**BASH Completion**" msgstr "" #: ../../source/contributor-guide/setup-development-environment.rst:176 msgid "Say something about bash completion and how great it is." msgstr "" #: ../../source/contributor-guide/setup-development-environment.rst:178 msgid "**GIT Prompt**" msgstr "" #: ../../source/contributor-guide/setup-development-environment.rst:180 msgid "Say something about the git prompt." msgstr "" #: ../../source/contributor-guide/setup-development-environment.rst:182 msgid "**GIT Configuration**" msgstr "" #: ../../source/contributor-guide/setup-development-environment.rst:184 msgid "For each repository separately, or otherwise globally:" msgstr "" #: ../../source/contributor-guide/setup-development-environment.rst:193 msgid "**~/.bashrc**" msgstr "" #: ../../source/contributor-guide/setup-development-environment.rst:195 msgid "A recommended snippet for `~/.bashrc` to assist you visually:" msgstr "" #: ../../source/contributor-guide/setup-development-environment.rst:221 msgid "" "This makes your shell navigating in to a GIT repository appear as follows:" msgstr "" #: ../../source/contributor-guide/setup-development-environment.rst:223 msgid ":command:`cd` in to a GIT repository:" msgstr "" #: ../../source/contributor-guide/setup-development-environment.rst:230 msgid "This means a clean working copy." msgstr "" #: ../../source/contributor-guide/setup-development-environment.rst:232 msgid "Create an untracked file:" msgstr "" #: ../../source/contributor-guide/setup-development-environment.rst:239 msgid "THe `%` means untracked files exist in the directory hierarchy." msgstr "" #: ../../source/contributor-guide/setup-development-environment.rst:241 msgid "Add the untracked file:" msgstr "" #: ../../source/contributor-guide/setup-development-environment.rst:248 msgid "" "The `+` means tracked, uncommitted files exist in the directory hierarchy." msgstr "" #: ../../source/contributor-guide/setup-development-environment.rst:250 msgid "Change a file:" msgstr "" #: ../../source/contributor-guide/setup-development-environment.rst:257 msgid "" "The `*` means uncommitted changes to tracked files exist. The `+` still " "indicates a tracked file is not yet committed." msgstr "" #: ../../source/contributor-guide/setup-development-environment.rst:260 msgid "" "Checkout another branch. In this example, it is specifically made dirty to " "show off:" msgstr "" #: ../../source/contributor-guide/setup-development-environment.rst:273 msgid "" "This means we have 4 commits to our local working copy not yet in the remote " "tracked, and 65 commits in the remote tracked not yet in our local working " "copy." msgstr "" #: ../../source/contributor-guide/setup-development-environment.rst:277 msgid "Attempt to rebase on top of the tracked remote:" msgstr "" #: ../../source/contributor-guide/setup-development-environment.rst:288 msgid "" "You'll notice the `+` again stands for the tracked, not yet committed file :" "file:`something`." msgstr "" diff --git a/locale/zh_CN/LC_MESSAGES/contributor-guide/test-driven-development.po b/locale/zh_CN/LC_MESSAGES/contributor-guide/test-driven-development.po index cda97d5f..94fcb861 100644 --- a/locale/zh_CN/LC_MESSAGES/contributor-guide/test-driven-development.po +++ b/locale/zh_CN/LC_MESSAGES/contributor-guide/test-driven-development.po @@ -1,48 +1,47 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/contributor-guide/test-driven-development.rst:92 msgid "Test-Driven Development" msgstr "" #: ../../source/contributor-guide/test-driven-development.rst:94 msgid "" "Test-driven development is a process in the :ref:`contributor-guide-phases-" "construction`." msgstr "" #: ../../source/contributor-guide/test-driven-development.rst:97 msgid "" "The process of development driven by testing can be transcribed as follows:" msgstr "" #: ../../source/contributor-guide/test-driven-development.rst:99 msgid "" "You get handed a set of clear requirements -- mostly in the form of user " "stories you can verify, and documentation on the design -- architecture and " "mockups." msgstr "" #: ../../source/contributor-guide/test-driven-development.rst:103 msgid "You write the tests that verify those requirements are implemented." msgstr "" #: ../../source/contributor-guide/test-driven-development.rst:105 msgid "You write the code that makes the tests succeed." msgstr "" diff --git a/locale/zh_CN/LC_MESSAGES/contributor-guide/testing.po b/locale/zh_CN/LC_MESSAGES/contributor-guide/testing.po index bb312989..071cd33a 100644 --- a/locale/zh_CN/LC_MESSAGES/contributor-guide/testing.po +++ b/locale/zh_CN/LC_MESSAGES/contributor-guide/testing.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/contributor-guide/testing.rst:90 msgid "Testing Kolab" msgstr "" diff --git a/locale/zh_CN/LC_MESSAGES/contributor-guide/translations.po b/locale/zh_CN/LC_MESSAGES/contributor-guide/translations.po index db2a4e60..f8383c79 100644 --- a/locale/zh_CN/LC_MESSAGES/contributor-guide/translations.po +++ b/locale/zh_CN/LC_MESSAGES/contributor-guide/translations.po @@ -1,31 +1,30 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/contributor-guide/translations.rst:90 msgid "Translation: Localization and Internationalization" msgstr "" #: ../../source/contributor-guide/translations.rst:92 msgid "This page still needs to be authored, see :task:`1113`." msgstr "" #: ../../source/contributor-guide/translations.rst:94 msgid "" "Return to other :ref:`contributor-guide-casual-contributions` you could make." msgstr "" diff --git a/locale/zh_CN/LC_MESSAGES/desktop-clients/index.po b/locale/zh_CN/LC_MESSAGES/desktop-clients/index.po index 41bcfc54..1cb9149f 100644 --- a/locale/zh_CN/LC_MESSAGES/desktop-clients/index.po +++ b/locale/zh_CN/LC_MESSAGES/desktop-clients/index.po @@ -1,54 +1,53 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/desktop-clients/index.rst:90 msgid "Desktop Clients" msgstr "" #: ../../source/desktop-clients/index.rst:93 msgid "Kontact (aka. KDE PIM)" msgstr "" #: ../../source/desktop-clients/index.rst:95 msgid "**Kontact:4.13**" msgstr "" #: ../../source/desktop-clients/index.rst msgid "Todo" msgstr "" #: ../../source/desktop-clients/index.rst:99 msgid "Include git repository locations and branches." msgstr "" #: ../../source/desktop-clients/index.rst:100 msgid "Include build order." msgstr "" #: ../../source/desktop-clients/index.rst:101 msgid "Include a kdesrc-build configuration file." msgstr "" #: ../../source/desktop-clients/index.rst:103 msgid "**Kontact:4.13:Development**" msgstr "" #: ../../source/desktop-clients/index.rst:105 msgid "**Kontact:Development**" msgstr "" diff --git a/locale/zh_CN/LC_MESSAGES/developer-guide/documentation/todolist.po b/locale/zh_CN/LC_MESSAGES/developer-guide/documentation/todolist.po index 0eaa9647..b06093ad 100644 --- a/locale/zh_CN/LC_MESSAGES/developer-guide/documentation/todolist.po +++ b/locale/zh_CN/LC_MESSAGES/developer-guide/documentation/todolist.po @@ -1,33 +1,32 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/developer-guide/documentation/todolist.rst:89 msgid "Possible Contributions" msgstr "" #: ../../source/developer-guide/documentation/todolist.rst:91 msgid "" "The following list is a collection of all the places where a todo item was " "included, because there is more work to do. Please consider picking one of " "those up helping to complete the documentation." msgstr "" #: ../../source/developer-guide/documentation/todolist.rst:96 msgid "That's left to do:" msgstr "" diff --git a/locale/zh_CN/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/packages/arcanist.po b/locale/zh_CN/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/packages/arcanist.po index aa6bc334..63678799 100644 --- a/locale/zh_CN/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/packages/arcanist.po +++ b/locale/zh_CN/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/packages/arcanist.po @@ -1,32 +1,31 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/arcanist.rst:88 msgid "" "The **arcanist** package is a utility to operate against the `Phabricator`_ " "development platform that Kolab Groupware uses." msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/arcanist.rst:93 msgid ":ref:`developer-guide-process`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/arcanist.rst:94 msgid ":ref:`developer-guide-using-arcanist`" msgstr "" diff --git a/locale/zh_CN/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/packages/cunit.po b/locale/zh_CN/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/packages/cunit.po index d38b1aad..fae8be8e 100644 --- a/locale/zh_CN/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/packages/cunit.po +++ b/locale/zh_CN/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/packages/cunit.po @@ -1,24 +1,23 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/cunit.rst:88 msgid "" "The **cunit** package is a build dependency of the :ref:`package-cyrus-" "imapd` package's unit tests." msgstr "" diff --git a/locale/zh_CN/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/packages/gyp.po b/locale/zh_CN/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/packages/gyp.po index 827a957a..090aa5e7 100644 --- a/locale/zh_CN/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/packages/gyp.po +++ b/locale/zh_CN/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/packages/gyp.po @@ -1,26 +1,25 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/gyp.rst:88 msgid "" "The **gyp** package is provided because it is a build-dependency for the :" "ref:`package-nodejs` package, which in turn is required for building :ref:" "`package-nodejs-less`, which in turn is required to build the :ref:`package-" "roundcubemail-skin-chameleon` package." msgstr "" diff --git a/locale/zh_CN/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/packages/kolab-autoconf.po b/locale/zh_CN/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/packages/kolab-autoconf.po index 7b591f6f..62af3b99 100644 --- a/locale/zh_CN/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/packages/kolab-autoconf.po +++ b/locale/zh_CN/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/packages/kolab-autoconf.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/kolab-autoconf.rst:88 msgid "**kolab-autoconf** replaces :ref:`package-kolab-autodiscover`." msgstr "" diff --git a/locale/zh_CN/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/packages/kolab-autodiscover.po b/locale/zh_CN/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/packages/kolab-autodiscover.po index c8dbfd66..4791c9b3 100644 --- a/locale/zh_CN/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/packages/kolab-autodiscover.po +++ b/locale/zh_CN/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/packages/kolab-autodiscover.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/kolab-autodiscover.rst:88 msgid "**kolab-autodiscover** is replaced by :ref:`package-kolab-autoconf`." msgstr "" diff --git a/locale/zh_CN/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/packages/libphutil.po b/locale/zh_CN/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/packages/libphutil.po index 7b351431..9e806501 100644 --- a/locale/zh_CN/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/packages/libphutil.po +++ b/locale/zh_CN/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/packages/libphutil.po @@ -1,24 +1,23 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/libphutil.rst:88 msgid "" "The **libphutil** package is a run-time dependency of the :ref:`package-" "arcanist` package." msgstr "" diff --git a/locale/zh_CN/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/packages/roundcubemail-plugin-threading_as_default.po b/locale/zh_CN/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/packages/roundcubemail-plugin-threading_as_default.po index 0fb3def2..a13b4a0f 100644 --- a/locale/zh_CN/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/packages/roundcubemail-plugin-threading_as_default.po +++ b/locale/zh_CN/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/packages/roundcubemail-plugin-threading_as_default.po @@ -1,24 +1,23 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/roundcubemail-plugin-threading_as_default.rst:88 msgid "" "The **roundcubemail-plugin-threading_as_default** package has been obsoleted " "by :ref:`package-roundcubemail` >= 1.0." msgstr "" diff --git a/locale/zh_CN/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/packages/roundcubemail.po b/locale/zh_CN/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/packages/roundcubemail.po index 6f1f8c96..79a30520 100644 --- a/locale/zh_CN/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/packages/roundcubemail.po +++ b/locale/zh_CN/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/packages/roundcubemail.po @@ -1,253 +1,252 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/roundcubemail.rst:88 msgid "" "The |roundcubemail| package contains the upstream web-application used for " "the webmail interface in Kolab Groupware." msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/roundcubemail.rst:91 msgid "" "It's packaging is rather complex, with one tarball resulting in some 100 sub-" "packages." msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/roundcubemail.rst:94 msgid "" "The generic package |roundcubemail| is a so-called meta-package, that " "depends on a set of sub-packages. As such, a :command:`yum install " "roundcubemail` results in a fully function, minimal installation of " "Roundcube (with only the core, few required plugins, and one skin)." msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/roundcubemail.rst:100 msgid "" "Among the Roundcube sources are three generic categories of source code that " "are packaged separately -- the core, the plugins and the skins." msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/roundcubemail.rst:103 msgid "" "The core program and each plugin may contain static files (assets) for the " "core program or the plugin to function, that are independent of the skin " "being used, but may also contain static files (assets) that are specific to " "a particular skin being used." msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/roundcubemail.rst:108 msgid "" "Program code, skins and assets are all packaged separately, so that a " "particular server system can be made to serve only static contents." msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/roundcubemail.rst:113 msgid "" ":ref:`article-what-goes-in-to-a-documentroot-and-what-does-not-belong-there`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/roundcubemail.rst:115 msgid "**Core Roundcube Library and Program**" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/roundcubemail.rst:117 msgid "" "The core Roundcube library contains generic program code shared between " "applications such as :ref:`package-chwala`, :ref:`package-irony`, :ref:" "`package-kolab-freebusy` and :ref:`package-kolab-syncroton`." msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/roundcubemail.rst:122 msgid "" "In packaging, the core Roundcube library is deployed to :file:`/usr/share/" "roundcubemail/program/lib/Roundcube/`, and configured using :file:`/etc/" "roundcubemail/config.inc.php` and :file:`/etc/roundcubemail/defaults.inc." "php`." msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/roundcubemail.rst:127 msgid "" "The core Roundcube program wraps up the core library, required plugins and " "the available skins in to the full webmail interface." msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/roundcubemail.rst:130 msgid "" "The core is packaged as **roundcubemail-core**, providing a virtual " "capability of *roundcubemail(core) = %{version}-%{release}* that other " "packages depend on." msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/roundcubemail.rst:134 msgid "" "This package also depends on the plugins that are required, and at least one " "skin (referred to by the virtual provides *roundcubemail(skin)*)." msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/roundcubemail.rst:138 msgid "**Required Plugins**" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/roundcubemail.rst:140 msgid "Required plugins are packaged separately, and include:" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/roundcubemail.rst:142 msgid "``filesystem_attachments``" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/roundcubemail.rst:143 msgid "``jqueryui``" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/roundcubemail.rst:145 msgid "**Additional Plugins**" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/roundcubemail.rst:147 msgid "``acl``" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/roundcubemail.rst:148 msgid "``additional_message_headers``" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/roundcubemail.rst:149 msgid "``archive``" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/roundcubemail.rst:150 msgid "``attachment_reminder``" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/roundcubemail.rst:151 msgid "``autologon``" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/roundcubemail.rst:152 msgid "``database_attachments``" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/roundcubemail.rst:153 msgid "``debug_logger``" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/roundcubemail.rst:154 msgid "``emoticons``" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/roundcubemail.rst:155 msgid "``enigma``" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/roundcubemail.rst:156 msgid "``example_addressbook``" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/roundcubemail.rst:157 msgid "``help``" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/roundcubemail.rst:158 msgid "``hide_blockquote``" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/roundcubemail.rst:159 msgid "``http_authentication``" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/roundcubemail.rst:160 msgid "``identity_select``" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/roundcubemail.rst:161 msgid "``legacy_browser``" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/roundcubemail.rst:162 msgid "``managesieve``" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/roundcubemail.rst:163 msgid "``markasjunk``" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/roundcubemail.rst:164 msgid "``new_user_dialog``" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/roundcubemail.rst:165 msgid "``new_user_identity``" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/roundcubemail.rst:166 msgid "``newmail_notifier``" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/roundcubemail.rst:167 msgid "``password``" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/roundcubemail.rst:168 msgid "``redundant_attachments``" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/roundcubemail.rst:169 msgid "``show_additional_headers``" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/roundcubemail.rst:170 msgid "``squirrelmail_usercopy``" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/roundcubemail.rst:171 msgid "``subscriptions_option``" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/roundcubemail.rst:172 msgid "``userinfo``" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/roundcubemail.rst:173 msgid "``vcard_attachments``" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/roundcubemail.rst:174 msgid "``virtuser_file``" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/roundcubemail.rst:175 msgid "``virtuser_query``" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/roundcubemail.rst:176 msgid "``zipdownload``" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/roundcubemail.rst:178 msgid "**Skins**" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/roundcubemail.rst:180 msgid "``classic``" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/roundcubemail.rst:181 msgid "``larry``" msgstr "" diff --git a/locale/zh_CN/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/packages/systemd.po b/locale/zh_CN/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/packages/systemd.po index cce946cb..9a1a3949 100644 --- a/locale/zh_CN/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/packages/systemd.po +++ b/locale/zh_CN/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/packages/systemd.po @@ -1,25 +1,24 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/systemd.rst:88 msgid "" "The **systemd** package is solely included to allow build roots to be " "created in *tmpfs*. It is not published and as such the builds in the OBS " "are not included on your system." msgstr "" diff --git a/locale/zh_CN/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/packages/v8.po b/locale/zh_CN/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/packages/v8.po index 48b2d5be..b7f2da41 100644 --- a/locale/zh_CN/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/packages/v8.po +++ b/locale/zh_CN/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/packages/v8.po @@ -1,26 +1,25 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/developer-guide/packaging/obs-for-kolab/packages/v8.rst:88 msgid "" "The **v8** package is provided because it is a build-dependency for the :ref:" "`package-nodejs` package, which in turn is required for building :ref:" "`package-nodejs-less`, which in turn is required to build the :ref:`package-" "roundcubemail-skin-chameleon` package." msgstr "" diff --git a/locale/zh_CN/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.po b/locale/zh_CN/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.po index 415b2da0..c4ba8762 100644 --- a/locale/zh_CN/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.po +++ b/locale/zh_CN/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.po @@ -1,294 +1,293 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:91 msgid "Kolab:14:Fasttrack" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:94 msgid "Version Matrices per Target Platform" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:96 msgid ":ref:`product-kolab-14-fasttrack-centos_6`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:97 msgid ":ref:`product-kolab-14-fasttrack-centos_7`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:98 msgid ":ref:`product-kolab-14-fasttrack-debian_7.0`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:99 msgid ":ref:`product-kolab-14-fasttrack-ucs_4.0`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:100 msgid ":ref:`product-kolab-14-fasttrack-ubuntu_14.04`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:101 msgid ":ref:`product-kolab-14-fasttrack-opensuse_12.3`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:102 msgid ":ref:`product-kolab-14-fasttrack-opensuse_13.1`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:107 msgid "CentOS_6" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst msgid "Version Matrix for CentOS_6" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:112 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:161 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:174 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:187 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:200 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:213 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:226 msgid "Package Name(s)" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:112 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:161 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:174 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:187 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:200 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:213 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:226 msgid "Version" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:114 msgid ":ref:`package-apr`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:114 msgid "1.5.1-4" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:116 msgid ":ref:`package-apr-util`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:116 msgid "1.5.3-4" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:118 msgid ":ref:`package-httpd`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:118 msgid "2.4.10-25" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:120 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:163 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:176 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:189 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:202 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:215 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:228 msgid ":ref:`package-kolab-freebusy`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:120 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:163 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:176 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:189 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:202 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:215 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:228 msgid "1.0.8-3" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:122 msgid ":ref:`package-libcalendaring`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:122 msgid "4.9.1-3" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:124 msgid ":ref:`package-libkolab`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:124 msgid "0.6.0-8" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:126 msgid ":ref:`package-libkolabxml`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:126 msgid "1.1.0-5" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:128 msgid ":ref:`package-openssl`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:128 msgid "1.0.1e-26" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:130 msgid ":ref:`package-php`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:130 msgid "5.4.37-24" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:132 msgid ":ref:`package-php-pecl-apc`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:132 msgid "3.1.15-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:134 msgid ":ref:`package-php-pecl-apcu`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:134 msgid "4.0.7-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:136 msgid ":ref:`package-php-pecl-memcache`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:136 msgid "3.0.8-8" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:138 msgid ":ref:`package-php-pecl-xdebug`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:138 msgid "2.3.2-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:140 msgid ":ref:`package-php-sabre-dav`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:140 msgid "2.1.3-3" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:142 msgid ":ref:`package-php-sabre-event`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:142 msgid "1.0.1-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:144 msgid ":ref:`package-php-sabre-http`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:144 msgid "2.0.4-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:146 msgid ":ref:`package-php-sabre-vobject`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:146 msgid "3.2.4-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:148 msgid ":ref:`package-swig`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:148 msgid "2.0.11-8.2" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:150 msgid ":ref:`package-xsd`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:150 msgid "3.3.0.1-24.2" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:156 msgid "CentOS_7" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst msgid "Version Matrix for CentOS_7" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:169 msgid "Debian_7.0" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst msgid "Version Matrix for Debian_7.0" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:182 msgid "UCS_4.0" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst msgid "Version Matrix for UCS_4.0" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:195 msgid "Ubuntu_14.04" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst msgid "Version Matrix for Ubuntu_14.04" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:208 msgid "openSUSE_12.3" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst msgid "Version Matrix for openSUSE_12.3" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst:221 msgid "openSUSE_13.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-14-fasttrack.rst msgid "Version Matrix for openSUSE_13.1" msgstr "" diff --git a/locale/zh_CN/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/product/kolab-16-enterprise.po b/locale/zh_CN/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/product/kolab-16-enterprise.po index 80844317..83426cb3 100644 --- a/locale/zh_CN/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/product/kolab-16-enterprise.po +++ b/locale/zh_CN/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/product/kolab-16-enterprise.po @@ -1,134 +1,133 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16-enterprise.rst:91 msgid "Kolab:16:Enterprise" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16-enterprise.rst:94 msgid "Version Matrices per Target Platform" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16-enterprise.rst:96 msgid ":ref:`product-kolab-16-enterprise-centos_7`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16-enterprise.rst:101 msgid "CentOS_7" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16-enterprise.rst msgid "Version Matrix for CentOS_7" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16-enterprise.rst:106 msgid "Package Name(s)" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16-enterprise.rst:106 msgid "Version" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16-enterprise.rst:108 msgid ":ref:`package-apr`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16-enterprise.rst:108 msgid "1.5.2-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16-enterprise.rst:110 msgid ":ref:`package-apr-util`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16-enterprise.rst:110 msgid "1.5.4-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16-enterprise.rst:112 msgid ":ref:`package-haproxy`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16-enterprise.rst:112 msgid "1.5.15-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16-enterprise.rst:114 msgid ":ref:`package-httpd`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16-enterprise.rst:114 msgid "2.4.18-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16-enterprise.rst:116 msgid ":ref:`package-mod_nss`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16-enterprise.rst:116 msgid "1.0.11-4" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16-enterprise.rst:118 msgid ":ref:`package-mod_security`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16-enterprise.rst:118 msgid "2.7.5-2" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16-enterprise.rst:120 msgid ":ref:`package-mod_wsgi`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16-enterprise.rst:120 msgid "3.4-10" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16-enterprise.rst:122 msgid ":ref:`package-php`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16-enterprise.rst:122 msgid "5.4.44-5" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16-enterprise.rst:124 msgid ":ref:`package-roundcubemail`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16-enterprise.rst:124 msgid "1.2-5" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16-enterprise.rst:126 msgid ":ref:`package-roundcubemail-skin-enterprise`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16-enterprise.rst:126 msgid "0.3.4-3" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16-enterprise.rst:128 msgid ":ref:`package-roundcubemail-skin-now`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16-enterprise.rst:128 msgid "0.3.3-2" msgstr "" diff --git a/locale/zh_CN/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/product/kolab-16.po b/locale/zh_CN/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/product/kolab-16.po index df999369..68505091 100644 --- a/locale/zh_CN/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/product/kolab-16.po +++ b/locale/zh_CN/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/product/kolab-16.po @@ -1,447 +1,446 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:91 msgid "Kolab:16" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:94 msgid "Version Matrices per Target Platform" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:96 msgid ":ref:`product-kolab-16-centos_7`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:101 msgid "CentOS_7" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst msgid "Version Matrix for CentOS_7" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:106 msgid "Package Name(s)" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:106 msgid "Version" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:108 msgid ":ref:`package-chwala`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:108 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:142 msgid "0.4-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:110 msgid ":ref:`package-composer`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:110 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:190 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:192 msgid "1.0.0-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:112 msgid ":ref:`package-cyrus-imapd`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:112 msgid "2.5.7-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:114 msgid ":ref:`package-erlang`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:114 msgid "17.4-2" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:116 msgid ":ref:`package-erlang-eimap`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:116 msgid "0.1.5-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:118 msgid ":ref:`package-erlang-erlydtl`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:118 msgid "0.7.0-5" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:120 msgid ":ref:`package-erlang-getopt`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:120 msgid "0.8.2-2" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:122 msgid ":ref:`package-erlang-gettext`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:122 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:126 msgid "2.1.0-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:124 msgid ":ref:`package-erlang-goldrush`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:124 msgid "0.1.6-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:126 msgid ":ref:`package-erlang-lager`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:128 msgid ":ref:`package-erlang-lfe`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:128 msgid "0.9.2-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:130 msgid ":ref:`package-erlang-mustache`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:130 msgid "0.1.0-8" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:132 msgid ":ref:`package-erlang-neotoma`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:132 msgid "1.7.2-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:134 msgid ":ref:`package-erlang-protobuffs`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:134 msgid "0.8.0-5" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:136 msgid ":ref:`package-erlang-rebar`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:136 msgid "2.5.1-10" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:138 msgid ":ref:`package-erlang-rpm-macros`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:138 msgid "0.1.4-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:140 msgid ":ref:`package-guam`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:140 msgid "0.7.1-3" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:142 msgid ":ref:`package-irony`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:144 msgid ":ref:`package-kolab`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:144 msgid "16.0.1-3" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:146 msgid ":ref:`package-kolab-autoconf`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:146 msgid "1-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:148 msgid ":ref:`package-kolab-freebusy`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:148 msgid "1.1-2" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:150 msgid ":ref:`package-kolab-release`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:150 msgid "16.7-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:152 msgid ":ref:`package-kolab-schema`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:152 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:208 msgid "3.3-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:154 msgid ":ref:`package-kolab-syncroton`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:154 msgid "2.3.2-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:156 msgid ":ref:`package-kolab-utils`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:156 msgid "3.1-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:158 msgid ":ref:`package-kolab-webadmin`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:158 msgid "3.2.11-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:160 msgid ":ref:`package-libcalendaring`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:160 msgid "4.9.2-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:162 msgid ":ref:`package-libkolab`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:162 msgid "2.0-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:164 msgid ":ref:`package-libkolabxml`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:164 msgid "1.2-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:166 msgid ":ref:`package-manticore`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:166 msgid "0.1.1-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:168 msgid ":ref:`package-mozldap`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:168 msgid "6.0.5-11" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:170 msgid ":ref:`package-nodejs`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:170 msgid "0.12.8-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:172 msgid ":ref:`package-phantomjs`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:172 msgid "2.0.0-2" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:174 msgid ":ref:`package-php-christianriesen-base32`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:174 msgid "1.2.1-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:176 msgid ":ref:`package-php-endroid-qrcode`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:176 msgid "1.5.4-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:178 msgid ":ref:`package-php-enygma-yubikey`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:178 msgid "3.2-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:180 msgid ":ref:`package-php-pear-net-ldap3`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:180 msgid "1.0.4-2" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:182 msgid ":ref:`package-php-sabre-dav`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:182 msgid "2.1.6-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:184 msgid ":ref:`package-php-sabre-event`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:184 msgid "1.0.1-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:186 msgid ":ref:`package-php-sabre-http`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:186 msgid "2.0.4-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:188 msgid ":ref:`package-php-sabre-vobject`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:188 msgid "3.4.5-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:190 msgid ":ref:`package-php-seld-cli-prompt`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:192 msgid ":ref:`package-php-seld-phar-utils`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:194 msgid ":ref:`package-php-spomky-labs-otphp`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:194 msgid "4.0.2-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:196 msgid ":ref:`package-pykolab`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:196 msgid "0.8.0-4" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:198 msgid ":ref:`package-python-icalendar`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:198 msgid "3.8.2-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:200 msgid ":ref:`package-python-selenium`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:200 msgid "2.45.0-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:202 msgid ":ref:`package-python-sievelib`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:202 msgid "0.5.2-2" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:204 msgid ":ref:`package-roundcubemail`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:204 msgid "1.2-3" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:206 msgid ":ref:`package-roundcubemail-plugin-contextmenu`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:206 msgid "2.1.1-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:208 msgid ":ref:`package-roundcubemail-plugins-kolab`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:210 msgid ":ref:`package-roundcubemail-skin-chameleon`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-16.rst:210 msgid "0.3.7-1" msgstr "" diff --git a/locale/zh_CN/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.po b/locale/zh_CN/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.po index 0f3bdb67..73287999 100644 --- a/locale/zh_CN/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.po +++ b/locale/zh_CN/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.po @@ -1,421 +1,420 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:91 msgid "Kolab:3.4:Updates" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:94 msgid "Version Matrices per Target Platform" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:96 msgid ":ref:`product-kolab-3.4-updates-centos_6`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:97 msgid ":ref:`product-kolab-3.4-updates-centos_7`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:98 msgid ":ref:`product-kolab-3.4-updates-debian_7.0`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:99 msgid ":ref:`product-kolab-3.4-updates-debian_8.0`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:100 msgid ":ref:`product-kolab-3.4-updates-fedora_21`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:101 msgid ":ref:`product-kolab-3.4-updates-ubuntu_12.04`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:102 msgid ":ref:`product-kolab-3.4-updates-ubuntu_14.04`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:103 msgid ":ref:`product-kolab-3.4-updates-opensuse_12.3`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:104 msgid ":ref:`product-kolab-3.4-updates-opensuse_13.1`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:109 msgid "CentOS_6" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst msgid "Version Matrix for CentOS_6" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:114 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:145 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:174 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:209 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:238 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:267 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:298 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:329 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:362 msgid "Package Name(s)" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:114 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:145 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:174 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:209 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:238 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:267 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:298 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:329 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:362 msgid "Version" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:116 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:147 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:180 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:211 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:240 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:271 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:302 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:333 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:366 msgid ":ref:`package-kolab`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:116 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:147 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:180 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:211 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:240 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:271 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:302 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:333 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:366 msgid "3.1.9-3.4" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:118 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:149 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:182 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:213 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:242 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:273 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:304 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:335 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:368 msgid ":ref:`package-kolab-utils`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:118 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:149 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:242 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:335 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:368 msgid "3.1-14.3" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:120 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:151 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:184 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:215 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:244 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:275 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:306 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:337 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:370 msgid ":ref:`package-kolab-webadmin`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:120 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:151 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:184 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:215 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:244 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:275 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:306 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:337 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:370 msgid "3.2.6-4.5" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:122 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:153 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:186 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:217 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:246 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:277 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:308 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:339 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:372 msgid ":ref:`package-libcalendaring`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:122 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:153 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:186 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:217 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:246 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:277 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:308 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:339 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:372 msgid "4.9.1-4" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:124 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:155 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:188 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:219 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:248 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:279 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:310 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:341 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:374 msgid ":ref:`package-libkolab`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:124 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:155 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:188 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:219 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:248 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:279 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:310 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:341 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:374 msgid "0.6.0-3" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:126 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:190 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:343 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:376 msgid ":ref:`package-php-pear-mail-mime`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:126 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:190 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:343 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:376 msgid "1.8.7-21.3" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:128 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:157 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:192 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:221 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:250 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:281 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:312 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:345 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:378 msgid ":ref:`package-pykolab`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:128 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:157 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:192 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:221 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:250 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:281 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:312 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:345 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:378 msgid "0.7.10-4" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:130 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:159 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:194 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:223 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:252 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:283 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:314 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:347 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:380 msgid ":ref:`package-roundcubemail`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:130 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:159 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:252 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:347 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:380 msgid "1.1.2-4.8" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:132 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:161 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:196 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:225 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:254 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:285 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:316 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:349 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:382 msgid ":ref:`package-roundcubemail-plugin-contextmenu`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:132 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:161 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:196 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:225 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:254 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:285 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:316 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:349 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:382 msgid "2.1.1-5.3" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:134 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:163 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:198 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:227 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:256 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:287 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:318 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:351 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:384 msgid ":ref:`package-roundcubemail-plugins-kolab`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:134 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:163 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:256 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:351 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:384 msgid "3.2.7-10" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:140 msgid "CentOS_7" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst msgid "Version Matrix for CentOS_7" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:169 msgid "Debian_7.0" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst msgid "Version Matrix for Debian_7.0" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:176 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:331 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:364 msgid ":ref:`package-389-ds-base`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:176 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:331 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:364 msgid "1.2.11.30-6.3" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:178 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:269 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:300 msgid ":ref:`package-httpd`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:178 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:269 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:300 msgid "2.2.22-13.5" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:182 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:213 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:273 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:304 msgid "3.1~dev20140624-14.3" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:194 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:223 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:283 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:314 msgid "1:1.1.2-4.8" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:198 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:227 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:287 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:318 msgid "1:3.2.7-10" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:204 msgid "Debian_8.0" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst msgid "Version Matrix for Debian_8.0" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:233 msgid "Fedora_21" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst msgid "Version Matrix for Fedora_21" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:262 msgid "Ubuntu_12.04" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst msgid "Version Matrix for Ubuntu_12.04" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:293 msgid "Ubuntu_14.04" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst msgid "Version Matrix for Ubuntu_14.04" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:324 msgid "openSUSE_12.3" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst msgid "Version Matrix for openSUSE_12.3" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst:357 msgid "openSUSE_13.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4-updates.rst msgid "Version Matrix for openSUSE_13.1" msgstr "" diff --git a/locale/zh_CN/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.po b/locale/zh_CN/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.po index 2a85ed5d..b160f18d 100644 --- a/locale/zh_CN/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.po +++ b/locale/zh_CN/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.po @@ -1,1363 +1,1362 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:91 msgid "Kolab:3.4" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:94 msgid "Version Matrices per Target Platform" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:96 msgid ":ref:`product-kolab-3.4-centos_6`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:97 msgid ":ref:`product-kolab-3.4-centos_7`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:98 msgid ":ref:`product-kolab-3.4-debian_7.0`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:99 msgid ":ref:`product-kolab-3.4-debian_8.0`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:100 msgid ":ref:`product-kolab-3.4-fedora_21`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:101 msgid ":ref:`product-kolab-3.4-ucs_4.0`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:102 msgid ":ref:`product-kolab-3.4-ubuntu_12.04`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:103 msgid ":ref:`product-kolab-3.4-ubuntu_14.04`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:104 msgid ":ref:`product-kolab-3.4-opensuse_12.3`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:105 msgid ":ref:`product-kolab-3.4-opensuse_13.1`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:110 msgid "CentOS_6" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst msgid "Version Matrix for CentOS_6" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:115 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:214 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:285 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:384 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:443 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:500 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:565 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:642 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:705 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:824 msgid "Package Name(s)" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:115 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:214 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:285 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:384 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:443 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:500 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:565 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:642 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:705 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:824 msgid "Version" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:117 msgid ":ref:`package-bonnie`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:117 msgid "0.3.2-2.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:119 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:216 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:299 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:386 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:445 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:502 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:567 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:644 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:719 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:838 msgid ":ref:`package-chwala`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:119 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:216 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:299 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:386 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:445 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:502 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:567 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:644 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:719 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:838 msgid "0.3.0-8.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:121 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:218 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:301 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:388 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:447 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:504 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:569 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:646 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:723 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:842 msgid ":ref:`package-cyrus-imapd`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:121 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:218 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:447 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:723 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:842 msgid "2.5-108.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:123 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:220 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:307 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:392 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:449 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:508 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:573 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:650 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:725 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:844 msgid ":ref:`package-irony`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:123 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:220 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:307 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:392 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:449 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:508 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:573 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:650 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:725 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:844 msgid "0.3.0-3.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:125 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:311 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:575 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:729 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:848 msgid ":ref:`package-jansson`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:125 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:311 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:575 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:729 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:848 msgid "2.4-20.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:127 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:222 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:313 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:394 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:451 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:510 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:577 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:652 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:733 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:852 msgid ":ref:`package-kolab`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:127 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:222 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:313 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:394 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:451 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:510 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:577 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:652 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:733 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:852 msgid "3.1.9-3.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:129 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:224 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:453 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:735 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:854 msgid ":ref:`package-kolab-autodiscover`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:129 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:224 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:453 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:735 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:854 msgid "0.1-4.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:131 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:226 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:315 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:396 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:455 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:512 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:579 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:654 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:737 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:856 msgid ":ref:`package-kolab-freebusy`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:131 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:226 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:315 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:396 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:455 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:512 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:579 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:654 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:737 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:856 msgid "1.0.7-2.2" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:133 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:228 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:317 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:398 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:457 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:514 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:581 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:656 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:739 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:858 msgid ":ref:`package-kolab-schema`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:133 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:228 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:317 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:398 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:457 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:514 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:581 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:656 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:739 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:858 msgid "3.2-2.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:135 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:230 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:319 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:400 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:459 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:516 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:583 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:658 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:741 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:860 msgid ":ref:`package-kolab-syncroton`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:135 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:230 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:319 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:400 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:459 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:516 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:583 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:658 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:741 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:860 msgid "2.3.1-4.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:137 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:232 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:321 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:402 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:461 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:518 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:585 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:660 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:743 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:862 msgid ":ref:`package-kolab-utils`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:137 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:232 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:461 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:743 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:862 msgid "3.1-14.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:139 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:234 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:323 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:404 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:587 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:662 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:745 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:864 msgid ":ref:`package-kolab-webadmin`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:139 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:234 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:323 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:404 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:587 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:662 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:745 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:864 msgid "3.2.6-4.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:141 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:236 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:327 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:406 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:463 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:520 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:589 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:664 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:749 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:868 msgid ":ref:`package-libcalendaring`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:141 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:236 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:327 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:406 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:463 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:520 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:589 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:664 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:749 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:868 msgid "4.9.1-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:143 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:238 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:329 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:408 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:465 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:522 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:591 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:666 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:751 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:870 msgid ":ref:`package-libkolab`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:143 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:238 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:329 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:408 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:465 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:522 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:591 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:666 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:751 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:870 msgid "0.6.0-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:145 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:240 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:331 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:410 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:467 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:524 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:593 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:668 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:753 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:872 msgid ":ref:`package-libkolabxml`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:145 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:240 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:331 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:410 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:467 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:524 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:593 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:668 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:753 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:872 msgid "1.1.git.1422810799-29.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:147 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:242 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:335 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:412 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:597 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:670 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:757 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:874 msgid ":ref:`package-mozldap`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:147 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:242 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:335 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:412 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:597 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:670 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:757 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:874 msgid "6.0.5-37.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:149 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:343 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:599 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:761 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:878 msgid ":ref:`package-php-smarty`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:149 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:343 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:599 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:761 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:878 msgid "3.1.13-14.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:151 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:345 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:530 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:601 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:769 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:886 msgid ":ref:`package-php-pear-http-request2`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:151 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:345 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:530 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:601 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:769 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:886 msgid "2.2.1-4.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:153 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:532 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:775 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:892 msgid ":ref:`package-php-pear-mail-mime`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:153 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:532 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:775 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:892 msgid "1.8.7-21.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:155 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:246 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:469 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:779 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:896 msgid ":ref:`package-php-pear-net-ldap2`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:155 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:246 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:469 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:779 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:896 msgid "2.0.12-20.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:157 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:248 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:347 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:416 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:471 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:534 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:603 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:674 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:781 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:898 msgid ":ref:`package-php-pear-net-ldap3`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:157 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:248 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:347 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:416 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:471 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:534 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:603 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:674 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:781 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:898 msgid "1.0.2-2.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:159 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:605 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:789 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:906 msgid ":ref:`package-php-pear-net-url2`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:159 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:605 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:789 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:906 msgid "2.1.1-2.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:161 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:250 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:349 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:418 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:473 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:536 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:607 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:676 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:791 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:908 msgid ":ref:`package-pykolab`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:161 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:250 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:349 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:418 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:473 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:536 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:607 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:676 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:791 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:908 msgid "0.7.10-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:163 msgid ":ref:`package-python-elasticsearch`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:163 msgid "1.0.0-8.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:165 msgid ":ref:`package-python-flask-babel`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:165 msgid "0.9-5.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:167 msgid ":ref:`package-python-flask-bootstrap`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:167 msgid "3.2.0.2-3.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:169 msgid ":ref:`package-python-flask-httpauth`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:169 msgid "2.3.0-2.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:171 msgid ":ref:`package-python-flask-script`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:171 msgid "2.0.5-4.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:173 msgid ":ref:`package-python-flask-sqlalchemy`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:173 msgid "1.0-7.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:175 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:254 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:351 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:538 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:609 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:678 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:795 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:910 msgid ":ref:`package-python-icalendar`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:175 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:254 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:351 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:538 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:609 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:678 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:795 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:910 msgid "3.8.2-7.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:177 msgid ":ref:`package-python-jinja2`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:177 msgid "2.7.3-2.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:179 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:611 msgid ":ref:`package-python-ldap`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:179 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:611 msgid "2.4.6-20.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:181 msgid ":ref:`package-python-pyasn1`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:181 msgid "0.1.2-18.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:183 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:256 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:355 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:420 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:475 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:542 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:615 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:680 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:797 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:912 msgid ":ref:`package-python-sievelib`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:183 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:256 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:355 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:420 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:475 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:542 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:615 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:680 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:797 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:912 msgid "0.5.2-13.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:185 msgid ":ref:`package-python-sqlalchemy`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:185 msgid "0.8.0-2.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:187 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:258 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:357 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:422 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:477 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:544 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:617 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:682 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:799 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:914 msgid ":ref:`package-roundcubemail`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:187 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:258 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:477 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:799 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:914 msgid "1.1.0-4.4" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:189 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:260 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:479 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:801 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:916 msgid ":ref:`package-roundcubemail-plugin-composeaddressbook`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:189 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:260 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:479 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:801 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:916 msgid "5.0-24.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:191 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:262 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:359 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:424 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:481 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:546 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:619 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:684 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:803 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:918 msgid ":ref:`package-roundcubemail-plugin-contextmenu`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:191 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:262 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:481 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:803 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:918 msgid "2.1-5.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:193 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:264 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:361 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:426 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:483 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:548 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:621 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:686 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:805 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:920 msgid ":ref:`package-roundcubemail-plugin-converse`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:193 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:264 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:483 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:805 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:920 msgid "0.0-13.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:195 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:266 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:363 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:428 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:485 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:550 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:623 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:688 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:807 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:922 msgid ":ref:`package-roundcubemail-plugin-dblog`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:195 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:266 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:363 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:428 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:485 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:550 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:623 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:688 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:807 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:922 msgid "2.0-21.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:197 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:268 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:365 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:430 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:487 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:552 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:625 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:690 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:809 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:924 msgid ":ref:`package-roundcubemail-plugins-kolab`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:197 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:268 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:487 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:809 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:924 msgid "3.2.7-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:199 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:270 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:367 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:432 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:489 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:554 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:627 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:692 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:811 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:926 msgid ":ref:`package-roundcubemail-skin-chameleon`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:199 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:270 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:367 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:432 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:489 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:554 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:627 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:692 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:811 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:926 msgid "0.3.5-2" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:201 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:272 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:371 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:631 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:813 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:928 msgid ":ref:`package-swig`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:201 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:272 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:371 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:631 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:813 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:928 msgid "2.0.11-10.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:203 msgid ":ref:`package-thrift`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:203 msgid "0.9.1-22.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:209 msgid "CentOS_7" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst msgid "Version Matrix for CentOS_7" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:244 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:763 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:880 msgid ":ref:`package-php-zendframework`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:244 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:763 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:880 msgid "1.12.5-11.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:252 msgid ":ref:`package-python-cssmin`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:252 msgid "0.2.0-10.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:274 msgid ":ref:`package-xsd`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:274 msgid "3.3.0.1-26.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:280 msgid "Debian_7.0" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst msgid "Version Matrix for Debian_7.0" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:287 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:707 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:826 msgid ":ref:`package-389-admin`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:287 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:707 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:826 msgid "1.1.31-20.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:289 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:709 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:828 msgid ":ref:`package-389-admin-console`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:289 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:709 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:828 msgid "1.1.8-16.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:291 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:713 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:832 msgid ":ref:`package-389-console`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:291 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:713 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:832 msgid "1.1.7-17.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:293 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:715 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:834 msgid ":ref:`package-389-ds-base`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:293 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:715 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:834 msgid "1.2.11.30-6.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:295 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:717 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:836 msgid ":ref:`package-389-ds-console`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:295 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:717 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:836 msgid "1.2.7-6.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:297 msgid ":ref:`package-389-dsgw`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:297 msgid "1.1.9-10.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:301 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:388 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:504 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:569 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:646 msgid "2.5~dev2015021301-108.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:303 msgid ":ref:`package-gyp`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:303 msgid "0.1~svn1729-2.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:305 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:390 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:506 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:571 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:648 msgid ":ref:`package-httpd`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:305 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:390 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:506 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:571 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:648 msgid "2.2.22-13.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:309 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:727 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:846 msgid ":ref:`package-idm-console-framework`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:309 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:727 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:846 msgid "1.1.7-16.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:321 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:402 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:518 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:585 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:660 msgid "3.1~dev20140624-14.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:325 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:747 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:866 msgid ":ref:`package-ldapjdk`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:325 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:747 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:866 msgid "4.18-17.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:333 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:595 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:755 msgid ":ref:`package-mod_nss`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:333 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:595 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:755 msgid "1.0.8-30.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:337 msgid ":ref:`package-nodejs`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:337 msgid "0.10.29~dfsg-2.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:339 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:414 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:526 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:672 msgid ":ref:`package-nodejs-less`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:339 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:414 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:526 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:672 msgid "1.7.0-4.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:341 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:759 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:876 msgid ":ref:`package-perl-mozilla-ldap`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:341 msgid "1.5.3+nmu1-17.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:353 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:540 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:613 msgid ":ref:`package-python-pyasn1-modules`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:353 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:540 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:613 msgid "0.0.4-13.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:357 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:422 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:544 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:617 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:682 msgid "1:1.1.0-4.4" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:359 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:424 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:546 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:619 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:684 msgid "2.1~dev20140906-5.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:361 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:426 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:548 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:621 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:686 msgid "0.1~dev20140214-13.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:365 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:430 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:552 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:625 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:690 msgid "1:3.2.7-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:369 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:629 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:694 msgid ":ref:`package-svrcore`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:369 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:629 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:694 msgid "1:4.0.4-16.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:373 msgid ":ref:`package-v8`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:373 msgid "3.14.5.8-2.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:379 msgid "Debian_8.0" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst msgid "Version Matrix for Debian_8.0" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:438 msgid "Fedora_21" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst msgid "Version Matrix for Fedora_21" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:495 msgid "UCS_4.0" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst msgid "Version Matrix for UCS_4.0" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:528 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:765 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:882 msgid ":ref:`package-php-pear-auth-sasl`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:528 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:765 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:882 msgid "1.0.6-19.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:560 msgid "Ubuntu_12.04" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst msgid "Version Matrix for Ubuntu_12.04" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:637 msgid "Ubuntu_14.04" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst msgid "Version Matrix for Ubuntu_14.04" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:700 msgid "openSUSE_12.3" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst msgid "Version Matrix for openSUSE_12.3" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:711 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:830 msgid ":ref:`package-389-adminutil`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:711 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:830 msgid "1.1.20-6.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:721 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:840 msgid ":ref:`package-cunit`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:721 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:840 msgid "2.1.3-5.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:731 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:850 msgid ":ref:`package-jss`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:731 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:850 msgid "4.3.2-19.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:759 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:876 msgid "1.5.3-17.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:767 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:884 msgid ":ref:`package-php-pear-db`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:767 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:884 msgid "1.7.14-17.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:771 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:888 msgid ":ref:`package-php-pear-mdb2`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:771 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:888 msgid "2.5.0b5-19.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:773 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:890 msgid ":ref:`package-php-pear-mdb2-driver-mysqli`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:773 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:890 msgid "1.5.0b4-17.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:777 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:894 msgid ":ref:`package-php-pear-mail-mimedecode`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:777 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:894 msgid "1.5.5-18.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:783 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:900 msgid ":ref:`package-php-pear-net-smtp`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:783 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:900 msgid "1.6.1-17.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:785 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:902 msgid ":ref:`package-php-pear-net-sieve`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:785 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:902 msgid "1.3.2-17.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:787 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:904 msgid ":ref:`package-php-pear-net-socket`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:787 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:904 msgid "1.0.10-18.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:793 msgid ":ref:`package-python-augeas`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:793 msgid "0.4.1-8.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst:819 msgid "openSUSE_13.1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-3.4.rst msgid "Version Matrix for openSUSE_13.1" msgstr "" diff --git a/locale/zh_CN/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.po b/locale/zh_CN/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.po index 7da66eec..4ae32776 100644 --- a/locale/zh_CN/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.po +++ b/locale/zh_CN/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.po @@ -1,1684 +1,1683 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:91 msgid "Kolab:Winterfell" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:94 msgid "Version Matrices per Target Platform" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:96 msgid ":ref:`product-kolab-winterfell-centos_7`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:97 msgid ":ref:`product-kolab-winterfell-debian_8.0`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:98 msgid ":ref:`product-kolab-winterfell-fedora_23`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:99 msgid ":ref:`product-kolab-winterfell-ubuntu_14.04`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:100 msgid ":ref:`product-kolab-winterfell-ubuntu_16.04`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:101 msgid ":ref:`product-kolab-winterfell-opensuse_13.2`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:106 msgid "CentOS_7" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst msgid "Version Matrix for CentOS_7" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:111 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:398 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:461 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:646 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:711 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:768 msgid "Package Name(s)" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:111 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:398 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:461 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:646 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:711 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:768 msgid "Version" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:113 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:463 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:770 msgid ":ref:`package-arcanist`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:113 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:463 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:770 msgid "20151230.gitb3e68c9-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:115 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:465 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:772 msgid ":ref:`package-bonnie`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:115 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:465 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:772 msgid "0.3.2-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:117 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:467 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:774 msgid ":ref:`package-bonnie-flask`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:117 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:467 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:774 msgid "0.3-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:119 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:400 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:469 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:648 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:713 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:776 msgid ":ref:`package-chwala`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:119 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:259 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:469 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:565 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:776 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:788 msgid "0.4-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:121 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:402 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:650 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:778 msgid ":ref:`package-composer`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:121 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:317 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:319 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:335 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:402 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:434 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:650 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:680 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:743 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:778 msgid "1.0.0-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:123 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:471 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:780 msgid ":ref:`package-copenhagen`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:123 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:471 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:780 msgid "0.0.2-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:125 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:404 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:473 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:652 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:715 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:782 msgid ":ref:`package-cyrus-imapd`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:125 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:404 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:473 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:652 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:715 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:782 msgid "2.5.7-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:127 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:475 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:784 msgid ":ref:`package-egara`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:127 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:149 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:475 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:489 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:784 msgid "0.2-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:129 msgid ":ref:`package-erlang`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:129 msgid "17.4-2" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:131 msgid ":ref:`package-erlang-basho_stats`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:131 msgid "1.0.3-5" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:133 msgid ":ref:`package-erlang-bear`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:133 msgid "0.1.3-5" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:135 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:477 msgid ":ref:`package-erlang-bitcask`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:135 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:219 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:239 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:241 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:477 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:535 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:553 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:555 msgid "2.0.1-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:137 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:479 msgid ":ref:`package-erlang-canola`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:137 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:205 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:479 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:523 msgid "2.0.0-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:139 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:481 msgid ":ref:`package-erlang-clique`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:139 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:481 msgid "0.3.0-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:141 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:483 msgid ":ref:`package-erlang-cluster_info`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:141 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:483 msgid "2.0.2-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:143 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:485 msgid ":ref:`package-erlang-cuttlefish`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:143 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:187 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:485 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:515 msgid "2.0.3-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:145 msgid ":ref:`package-erlang-ebloom`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:145 msgid "2.0.0-3" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:147 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:487 msgid ":ref:`package-erlang-edown`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:147 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:487 msgid "0.7-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:149 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:489 msgid ":ref:`package-erlang-eimap`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:151 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:491 msgid ":ref:`package-erlang-eleveldb`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:151 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:491 msgid "2.1.2-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:153 msgid ":ref:`package-erlang-eper`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:153 msgid "0.78-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:155 msgid ":ref:`package-erlang-erlydtl`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:155 msgid "0.7.0-5" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:157 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:493 msgid ":ref:`package-erlang-eunit_formatters`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:157 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:493 msgid "0.1.2-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:159 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:495 msgid ":ref:`package-erlang-exometer_core`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:159 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:495 msgid "1.4-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:161 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:497 msgid ":ref:`package-erlang-folsom`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:161 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:497 msgid "0.8.2-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:163 msgid ":ref:`package-erlang-getopt`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:163 msgid "0.8.2-2" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:165 msgid ":ref:`package-erlang-gettext`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:165 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:185 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:225 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:227 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:231 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:233 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:255 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:357 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:513 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:541 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:543 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:545 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:547 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:561 msgid "2.1.0-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:167 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:499 msgid ":ref:`package-erlang-goldrush`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:167 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:499 msgid "0.1.6-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:169 msgid ":ref:`package-erlang-gtknode`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:169 msgid "0.32-9" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:171 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:501 msgid ":ref:`package-erlang-hamcrest`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:171 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:501 msgid "0.1.0-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:173 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:503 msgid ":ref:`package-erlang-ibrowse`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:173 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:321 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:503 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:609 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:856 msgid "4.0.2-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:175 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:505 msgid ":ref:`package-erlang-inert`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:175 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:209 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:331 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:505 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:527 msgid "0.6.1-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:177 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:507 msgid ":ref:`package-erlang-iso8601`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:177 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:507 msgid "1.2-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:179 msgid ":ref:`package-erlang-js`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:179 msgid "1.3.0-2" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:181 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:509 msgid ":ref:`package-erlang-jsx`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:181 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:509 msgid "2.4.0-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:183 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:511 msgid ":ref:`package-erlang-kvc`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:183 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:511 msgid "1.5.0-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:185 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:513 msgid ":ref:`package-erlang-lager`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:187 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:515 msgid ":ref:`package-erlang-lager_syslog`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:189 msgid ":ref:`package-erlang-lfe`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:189 msgid "0.9.2-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:191 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:517 msgid ":ref:`package-erlang-meck`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:191 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:517 msgid "0.8.2-7" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:193 msgid ":ref:`package-erlang-merge_index`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:193 msgid "1.3.0-5" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:195 msgid ":ref:`package-erlang-mochiweb`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:195 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:203 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:521 msgid "2.9.2-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:197 msgid ":ref:`package-erlang-mustache`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:197 msgid "0.1.0-8" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:199 msgid ":ref:`package-erlang-neotoma`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:199 msgid "1.7.2-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:201 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:519 msgid ":ref:`package-erlang-node_package`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:201 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:519 msgid "2.0.3-2" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:203 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:521 msgid ":ref:`package-erlang-parse_trans`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:205 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:523 msgid ":ref:`package-erlang-pbkdf2`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:207 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:525 msgid ":ref:`package-erlang-poolboy`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:207 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:525 msgid "1.4.2-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:209 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:527 msgid ":ref:`package-erlang-procket`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:211 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:529 msgid ":ref:`package-erlang-proper`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:211 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:265 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:529 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:571 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:796 msgid "1.1-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:213 msgid ":ref:`package-erlang-protobuffs`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:213 msgid "0.8.0-5" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:215 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:531 msgid ":ref:`package-erlang-rebar`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:215 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:531 msgid "2.5.1-5" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:217 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:533 msgid ":ref:`package-erlang-riak_api`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:217 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:221 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:235 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:237 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:379 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:442 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:533 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:537 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:549 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:551 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:627 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:690 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:749 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:846 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:868 msgid "2.1.1-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:219 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:535 msgid ":ref:`package-erlang-riak_auth_mods`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:221 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:537 msgid ":ref:`package-erlang-riak_control`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:223 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:539 msgid ":ref:`package-erlang-riak_core`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:223 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:539 msgid "2.1.1-4" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:225 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:541 msgid ":ref:`package-erlang-riak_dt`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:227 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:543 msgid ":ref:`package-erlang-riak_ensemble`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:229 msgid ":ref:`package-erlang-riak_err`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:229 msgid "1.0.1-8" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:231 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:545 msgid ":ref:`package-erlang-riak_kv`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:233 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:547 msgid ":ref:`package-erlang-riak_pipe`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:235 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:549 msgid ":ref:`package-erlang-riak_search`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:237 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:551 msgid ":ref:`package-erlang-riak_sysmon`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:239 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:553 msgid ":ref:`package-erlang-riakc`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:241 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:555 msgid ":ref:`package-erlang-riaknostic`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:243 msgid ":ref:`package-erlang-rpm-macros`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:243 msgid "0.1.4-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:245 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:557 msgid ":ref:`package-erlang-setup`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:245 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:557 msgid "1.5-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:247 msgid ":ref:`package-erlang-sext`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:247 msgid "1.1-5" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:249 msgid ":ref:`package-erlang-sidejob`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:249 msgid "0.2.0-5" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:251 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:559 msgid ":ref:`package-erlang-syslog`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:251 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:559 msgid "1.0.3-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:253 msgid ":ref:`package-erlang-webmachine`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:253 msgid "1.10.8-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:255 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:561 msgid ":ref:`package-erlang-yokozuna`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:257 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:563 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:786 msgid ":ref:`package-guam`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:257 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:563 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:786 msgid "0.8-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:259 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:406 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:565 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:654 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:717 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:788 msgid ":ref:`package-irony`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:261 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:408 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:567 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:656 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:719 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:792 msgid ":ref:`package-kolab`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:261 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:408 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:567 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:656 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:719 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:792 msgid "16.0.1-4" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:263 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:569 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:794 msgid ":ref:`package-kolab-autoconf`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:263 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:569 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:794 msgid "1-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:265 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:410 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:571 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:658 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:721 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:796 msgid ":ref:`package-kolab-freebusy`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:267 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:412 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:573 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:660 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:723 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:798 msgid ":ref:`package-kolab-schema`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:267 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:385 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:412 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:573 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:633 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:660 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:723 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:798 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:874 msgid "3.3-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:269 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:414 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:575 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:662 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:725 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:800 msgid ":ref:`package-kolab-syncroton`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:269 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:414 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:575 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:662 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:725 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:800 msgid "2.3.2-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:271 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:416 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:577 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:664 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:727 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:802 msgid ":ref:`package-kolab-utils`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:271 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:577 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:802 msgid "3.1-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:273 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:418 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:579 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:666 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:729 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:804 msgid ":ref:`package-kolab-webadmin`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:273 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:579 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:804 msgid "3.2.11-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:275 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:581 msgid ":ref:`package-leveldb`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:275 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:581 msgid "2.0.7-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:277 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:420 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:583 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:668 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:731 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:806 msgid ":ref:`package-libcalendaring`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:277 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:583 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:806 msgid "4.9.2-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:279 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:422 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:585 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:670 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:733 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:808 msgid ":ref:`package-libkolab`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:279 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:383 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:446 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:585 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:631 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:694 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:753 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:808 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:872 msgid "2.0-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:281 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:424 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:587 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:672 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:735 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:810 msgid ":ref:`package-libkolabxml`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:281 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:375 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:587 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:623 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:810 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:864 msgid "1.2-3" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:283 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:589 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:812 msgid ":ref:`package-libphutil`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:283 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:589 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:812 msgid "20151230.git14765d3-2" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:285 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:591 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:814 msgid ":ref:`package-manticore`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:285 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:591 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:814 msgid "0.1.1-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:287 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:426 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:674 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:737 msgid ":ref:`package-mozldap`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:287 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:426 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:674 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:737 msgid "6.0.5-11" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:289 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:428 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:593 msgid ":ref:`package-nodejs`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:289 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:428 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:593 msgid "0.12.8-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:291 msgid ":ref:`package-obs-worker`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:291 msgid "2.5.6-2" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:293 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:595 msgid ":ref:`package-phantomjs`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:293 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:595 msgid "2.0.0-2" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:295 msgid ":ref:`package-php-jsonschema`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:295 msgid "1.4.1-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:297 msgid ":ref:`package-php-zendframework`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:297 msgid "1.12.5-2" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:299 msgid ":ref:`package-php-christianriesen-base32`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:299 msgid "1.2.1-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:301 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:597 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:818 msgid ":ref:`package-php-endroid-qrcode`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:301 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:597 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:818 msgid "1.5.4-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:303 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:599 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:820 msgid ":ref:`package-php-enygma-yubikey`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:303 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:599 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:820 msgid "3.2-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:305 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:836 msgid ":ref:`package-php-pear-net-ldap2`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:305 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:836 msgid "2.0.12-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:307 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:432 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:601 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:678 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:741 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:838 msgid ":ref:`package-php-pear-net-ldap3`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:307 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:432 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:601 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:678 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:741 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:838 msgid "1.0.4-2" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:309 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:603 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:848 msgid ":ref:`package-php-sabre-dav`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:309 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:603 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:848 msgid "2.1.6-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:311 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:850 msgid ":ref:`package-php-sabre-event`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:311 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:850 msgid "1.0.1-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:313 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:605 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:852 msgid ":ref:`package-php-sabre-http`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:313 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:605 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:852 msgid "2.0.4-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:315 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:607 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:854 msgid ":ref:`package-php-sabre-vobject`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:315 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:607 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:854 msgid "3.4.5-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:317 msgid ":ref:`package-php-seld-cli-prompt`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:319 msgid ":ref:`package-php-seld-phar-utils`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:321 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:609 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:856 msgid ":ref:`package-php-spomky-labs-otphp`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:323 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:611 msgid ":ref:`package-protobuf`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:323 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:611 msgid "2.6.1-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:325 msgid ":ref:`package-pyopenssl`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:325 msgid "0.14-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:327 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:436 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:613 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:682 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:745 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:858 msgid ":ref:`package-pykolab`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:327 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:436 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:613 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:682 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:745 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:858 msgid "0.8.0-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:329 msgid ":ref:`package-python-cryptography`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:329 msgid "0.6.1-2" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:331 msgid ":ref:`package-python-cryptography-vectors`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:333 msgid ":ref:`package-python-cssmin`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:333 msgid "0.2.0-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:335 msgid ":ref:`package-python-elasticsearch`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:337 msgid ":ref:`package-python-flask`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:337 msgid "0.10.1-5" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:339 msgid ":ref:`package-python-flask-bootstrap`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:339 msgid "3.2.0.2-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:341 msgid ":ref:`package-python-flask-httpauth`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:341 msgid "2.3.0-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:343 msgid ":ref:`package-python-flask-login`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:343 msgid "0.2.11-3" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:345 msgid ":ref:`package-python-flask-script`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:345 msgid "2.0.5-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:347 msgid ":ref:`package-python-gflags`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:347 msgid "2.0-2" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:349 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:615 msgid ":ref:`package-python-google-apputils`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:349 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:615 msgid "0.4.1-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:351 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:684 msgid ":ref:`package-python-icalendar`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:351 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:684 msgid "3.8.2-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:353 msgid ":ref:`package-python-itsdangerous`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:353 msgid "0.24-3" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:355 msgid ":ref:`package-python-pycparser`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:355 msgid "2.10-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:357 msgid ":ref:`package-python-riak`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:359 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:860 msgid ":ref:`package-python-selenium`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:359 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:860 msgid "2.45.0-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:361 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:617 msgid ":ref:`package-python-setuptools`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:361 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:617 msgid "19.1.1-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:363 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:438 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:686 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:862 msgid ":ref:`package-python-sievelib`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:363 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:438 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:686 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:862 msgid "0.5.2-2" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:365 msgid ":ref:`package-python-six`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:365 msgid "1.9.0-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:367 msgid ":ref:`package-python-werkzeug`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:367 msgid "0.9.6-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:369 msgid ":ref:`package-pytz`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:369 msgid "2015.7-2" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:371 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:619 msgid ":ref:`package-riak`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:371 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:619 msgid "2.1.3-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:373 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:621 msgid ":ref:`package-riak_pb`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:373 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:621 msgid "2.1.0.2-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:375 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:440 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:623 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:688 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:747 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:864 msgid ":ref:`package-roundcubemail`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:377 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:625 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:866 msgid ":ref:`package-roundcubemail-plugin-composeaddressbook`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:377 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:625 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:866 msgid "5.0-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:379 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:442 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:627 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:690 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:749 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:868 msgid ":ref:`package-roundcubemail-plugin-contextmenu`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:381 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:444 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:629 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:692 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:751 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:870 msgid ":ref:`package-roundcubemail-plugin-converse`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:381 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:629 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:870 msgid "0.0-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:383 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:446 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:631 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:694 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:753 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:872 msgid ":ref:`package-roundcubemail-plugin-dblog`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:385 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:448 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:633 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:696 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:755 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:874 msgid ":ref:`package-roundcubemail-plugins-kolab`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:387 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:450 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:635 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:698 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:757 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:876 msgid ":ref:`package-roundcubemail-skin-chameleon`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:387 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:450 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:635 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:698 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:757 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:876 msgid "0.3.7-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:393 msgid "Debian_8.0" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst msgid "Version Matrix for Debian_8.0" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:400 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:648 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:713 msgid "0.4~dev20160122-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:406 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:654 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:717 msgid "0.4~dev20150721-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:410 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:658 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:721 msgid "1.1~dev20150706-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:416 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:664 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:727 msgid "3.1~dev20140624-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:418 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:666 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:729 msgid "3.2.11~dev20151020-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:420 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:668 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:731 msgid "4.9.2~dev20150623-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:422 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:670 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:733 msgid "2.0~dev20151230-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:424 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:672 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:735 msgid "1.2~dev20151230-3" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:430 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:676 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:739 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:816 msgid ":ref:`package-nodejs-less`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:430 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:676 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:739 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:816 msgid "1.7.5-2" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:434 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:680 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:743 msgid ":ref:`package-php-pecl-krb5`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:440 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:688 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:747 msgid "1:1.2~dev20160119-3" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:444 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:692 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:751 msgid "0.1~dev20140214-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:448 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:696 #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:755 msgid "1:3.3~dev20160111-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:456 msgid "Fedora_23" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst msgid "Version Matrix for Fedora_23" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:641 msgid "Ubuntu_14.04" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst msgid "Version Matrix for Ubuntu_14.04" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:700 msgid ":ref:`package-svrcore`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:700 msgid "1:4.0.4-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:706 msgid "Ubuntu_16.04" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst msgid "Version Matrix for Ubuntu_16.04" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:763 msgid "openSUSE_13.2" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst msgid "Version Matrix for openSUSE_13.2" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:790 msgid ":ref:`package-jansson`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:790 msgid "2.4-2" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:822 msgid ":ref:`package-php-pear-auth-sasl`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:822 msgid "1.0.6-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:824 msgid ":ref:`package-php-pear-db`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:824 msgid "1.7.14-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:826 msgid ":ref:`package-php-pear-http-request2`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:826 msgid "2.2.1-2" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:828 msgid ":ref:`package-php-pear-mdb2`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:828 msgid "2.5.0b5-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:830 msgid ":ref:`package-php-pear-mdb2-driver-mysqli`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:830 msgid "1.5.0b4-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:832 msgid ":ref:`package-php-pear-mail-mime`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:832 msgid "1.8.7-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:834 msgid ":ref:`package-php-pear-mail-mimedecode`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:834 msgid "1.5.5-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:840 msgid ":ref:`package-php-pear-net-smtp`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:840 msgid "1.6.1-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:842 msgid ":ref:`package-php-pear-net-sieve`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:842 msgid "1.3.2-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:844 msgid ":ref:`package-php-pear-net-socket`" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:844 msgid "1.0.10-1" msgstr "" #: ../../source/developer-guide/packaging/obs-for-kolab/product/kolab-winterfell.rst:846 msgid ":ref:`package-php-pear-net-url2`" msgstr "" diff --git a/locale/zh_CN/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/products.po b/locale/zh_CN/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/products.po index ac5f3032..87415e06 100644 --- a/locale/zh_CN/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/products.po +++ b/locale/zh_CN/LC_MESSAGES/developer-guide/packaging/obs-for-kolab/products.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/developer-guide/packaging/obs-for-kolab/products.rst:90 msgid "Products" msgstr "" diff --git a/locale/zh_CN/LC_MESSAGES/developer-guide/troubleshooting-101.po b/locale/zh_CN/LC_MESSAGES/developer-guide/troubleshooting-101.po index d213660a..8d5a3563 100644 --- a/locale/zh_CN/LC_MESSAGES/developer-guide/troubleshooting-101.po +++ b/locale/zh_CN/LC_MESSAGES/developer-guide/troubleshooting-101.po @@ -1,185 +1,184 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/developer-guide/troubleshooting-101.rst:90 msgid "Troubleshooting 101" msgstr "" #: ../../source/developer-guide/troubleshooting-101.rst:92 msgid "This is a generic troubleshooting guide for Kolab Groupware." msgstr "" #: ../../source/developer-guide/troubleshooting-101.rst:94 msgid "" "The first step in troubleshooting is to attempt to get to a most complete " "description of the symptoms. See also the :ref:`troubleshooting-101-example-" "case-no-calendars`." msgstr "" #: ../../source/developer-guide/troubleshooting-101.rst:98 msgid "" "The second step is to attempt to assess where a certain set of symptoms of " "an issue **might** be caused. Note that the list of components needs to be " "*inclusive*, rather than exclusive, so that you include all possible suspect " "components however unlikely you think they are the cause." msgstr "" #: ../../source/developer-guide/troubleshooting-101.rst:104 msgid "" "Next, from the list of all components involved, you build an ordered list of " "suspects more likely to cause the problem, vs. those that are less likely, " "taking in to account that some of the suspects may be really easy to " "eliminate than others, that may be extremely difficult to eliminate." msgstr "" #: ../../source/developer-guide/troubleshooting-101.rst:113 msgid "Example Case: \"No calendars in Roundcube\"" msgstr "" #: ../../source/developer-guide/troubleshooting-101.rst:115 msgid "" "While the symptoms might describe no calendars are available in Roundcube, " "this may just be the initial thought of a user, and therefore not " "necessarily amount to the full set of symptoms." msgstr "" #: ../../source/developer-guide/troubleshooting-101.rst:119 msgid "First is to establish which components are involved:" msgstr "" #: ../../source/developer-guide/troubleshooting-101.rst:121 msgid "The client browser," msgstr "" #: ../../source/developer-guide/troubleshooting-101.rst:122 #: ../../source/developer-guide/troubleshooting-101.rst:136 msgid "The Roundcube webclient," msgstr "" #: ../../source/developer-guide/troubleshooting-101.rst:123 #: ../../source/developer-guide/troubleshooting-101.rst:149 msgid "Cyrus IMAP," msgstr "" #: ../../source/developer-guide/troubleshooting-101.rst:124 #: ../../source/developer-guide/troubleshooting-101.rst:156 msgid "The Kolab SASL Authentication daemon," msgstr "" #: ../../source/developer-guide/troubleshooting-101.rst:125 #: ../../source/developer-guide/troubleshooting-101.rst:157 msgid "LDAP" msgstr "" #: ../../source/developer-guide/troubleshooting-101.rst:127 msgid "" "When zooming in on each of those, we get to a more inclusive list of " "suspects:" msgstr "" #: ../../source/developer-guide/troubleshooting-101.rst:130 msgid "The client browser;" msgstr "" #: ../../source/developer-guide/troubleshooting-101.rst:132 msgid "" "However an unlikely suspect, naturally using ``lynx`` won't work. You will " "want to completely eliminate this suspect first, because it is (by far) the " "easiest." msgstr "" #: ../../source/developer-guide/troubleshooting-101.rst:138 msgid "" "Its handling of configuration settings, such as using ``LSUB`` or ``LIST``, " "but also the list of plugins," msgstr "" #: ../../source/developer-guide/troubleshooting-101.rst:141 msgid "Its IMAP caches in memcached, APC or the SQL database," msgstr "" #: ../../source/developer-guide/troubleshooting-101.rst:143 msgid "" "Its compatibility with the server-side implementation of ANNOTATEMORE and/or " "METADATA," msgstr "" #: ../../source/developer-guide/troubleshooting-101.rst:146 msgid "Its parsing of the results of ANNOTATEMORE and/or METADATA commands," msgstr "" #: ../../source/developer-guide/troubleshooting-101.rst:151 msgid "" "Its compatibility with the client-side implementation of ANNOTATEMORE and/or " "METADATA," msgstr "" #: ../../source/developer-guide/troubleshooting-101.rst:154 msgid "The functional implementation of ANNOTATEMORE and/or METADATA," msgstr "" #: ../../source/developer-guide/troubleshooting-101.rst:161 msgid "Debugging Cyrus IMAP" msgstr "" #: ../../source/developer-guide/troubleshooting-101.rst:163 msgid "" "In :file:`/etc/cyrus.conf`, to each of the programs listed in the *START* " "and *SERVICE* sections, add the ``-D`` flag:" msgstr "" #: ../../source/developer-guide/troubleshooting-101.rst:172 msgid "becomes:" msgstr "" #: ../../source/developer-guide/troubleshooting-101.rst:180 msgid "In :file:`/etc/imapd.conf`, add the following settings:" msgstr "" #: ../../source/developer-guide/troubleshooting-101.rst:188 msgid "Install the ``-debuginfo`` package needed:" msgstr "" #: ../../source/developer-guide/troubleshooting-101.rst:194 msgid "Restart the Cyrus IMAP service:" msgstr "" #: ../../source/developer-guide/troubleshooting-101.rst:201 msgid "Debugging ``ctl_mboxlist {-m,-d}``" msgstr "" #: ../../source/developer-guide/troubleshooting-101.rst:203 msgid "Run:" msgstr "" #: ../../source/developer-guide/troubleshooting-101.rst:209 msgid "Start the program with either the ``-d`` or the ``-m`` parameter:" msgstr "" #: ../../source/developer-guide/troubleshooting-101.rst:215 msgid "GDB will insert a temporary breakpoint in the programs main() function." msgstr "" #: ../../source/developer-guide/troubleshooting-101.rst:218 msgid "Continue the program:" msgstr "" #: ../../source/developer-guide/troubleshooting-101.rst:229 msgid "Should the program have failed, get a backtrace:" msgstr "" diff --git a/locale/zh_CN/LC_MESSAGES/howtos/dnssec.po b/locale/zh_CN/LC_MESSAGES/howtos/dnssec.po index a8ef35da..a75d502a 100644 --- a/locale/zh_CN/LC_MESSAGES/howtos/dnssec.po +++ b/locale/zh_CN/LC_MESSAGES/howtos/dnssec.po @@ -1,80 +1,79 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/howtos/dnssec.rst:90 msgid "HOWTO: Implement DNSSEC" msgstr "" #: ../../source/howtos/dnssec.rst:92 msgid "" "This HOWTO outlines the implementation of DNSSEC, for both inbound and " "outbound queries." msgstr "" #: ../../source/howtos/dnssec.rst:96 msgid "About DNSSEC" msgstr "" #: ../../source/howtos/dnssec.rst:98 msgid "" "DNSSEC (*Domain Name System Security Extensions*) provides a means to sign " "DNS *Resource Records* (RRs), in turn providing DNS clients to verify the " "authenticity of the results to their queries." msgstr "" #: ../../source/howtos/dnssec.rst:102 msgid "" "The keys with which the records are signed can be published via either of " "the following two ways;" msgstr "" #: ../../source/howtos/dnssec.rst:105 msgid "The TLD owner publishes the key for your domain," msgstr "" #: ../../source/howtos/dnssec.rst:107 msgid "The ISC DLV look-aside repository." msgstr "" #: ../../source/howtos/dnssec.rst:110 msgid "Hidden Master Topology" msgstr "" #: ../../source/howtos/dnssec.rst:112 msgid "" "A so-called *hidden master* is a Start of Authority (*SOA*) name server, " "that is not available for querying -- as such, it is not mentioned in the " "list of name server records (NS RRs) for a zone." msgstr "" #: ../../source/howtos/dnssec.rst:116 msgid "" "Imagine your domain name is ``example.org``, and you wish to implement a " "hidden master topology." msgstr "" #: ../../source/howtos/dnssec.rst:138 msgid "" "Your zones would list ``ns.example.org`` as the start of authority, and ``ns." "example.org`` would not resolve to any IP address." msgstr "" #: ../../source/howtos/dnssec.rst:142 msgid "Generating the KSK and ZSK Keys" msgstr "" diff --git a/locale/zh_CN/LC_MESSAGES/howtos/freeipa-integration.po b/locale/zh_CN/LC_MESSAGES/howtos/freeipa-integration.po index a585f1e3..63c83be8 100644 --- a/locale/zh_CN/LC_MESSAGES/howtos/freeipa-integration.po +++ b/locale/zh_CN/LC_MESSAGES/howtos/freeipa-integration.po @@ -1,74 +1,73 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/howtos/freeipa-integration.rst:90 msgid "HOWTO: Kolab and FreeIPA Integration" msgstr "" #: ../../source/howtos/freeipa-integration.rst:92 msgid "" "This HOWTO assumes a clean Enterprise Linux 6 system, and results in a quick " "demonstration Kolab Groupware integrated with FreeIPA." msgstr "" #: ../../source/howtos/freeipa-integration.rst:95 msgid "First, install the related packages in addition to Kolab itself:" msgstr "" #: ../../source/howtos/freeipa-integration.rst:101 msgid "Second, run the **ipa-server-install** installation script:" msgstr "" #: ../../source/howtos/freeipa-integration.rst:107 msgid "Change the following settings in :file:`/etc/kolab/kolab.conf`:" msgstr "" #: ../../source/howtos/freeipa-integration.rst:167 msgid "Run :command:`setup-kolab imap`:" msgstr "" #: ../../source/howtos/freeipa-integration.rst:173 msgid "Change the following settings in :file:`/etc/imapd.conf`:" msgstr "" #: ../../source/howtos/freeipa-integration.rst:182 msgid ":command:`ipa service-add imap/kolab.example.org`" msgstr "" #: ../../source/howtos/freeipa-integration.rst:184 msgid "" ":command:`ipa-getkeytab -s kolab.example.org -p imap/kolab.example.org -k /" "etc/cyrus.keytab`" msgstr "" #: ../../source/howtos/freeipa-integration.rst:185 msgid ":command:`chown cyrus:mail /etc/cyrus.keytab`" msgstr "" #: ../../source/howtos/freeipa-integration.rst:186 msgid ":command:`chmod 600 /etc/cyrus.keytab`" msgstr "" #: ../../source/howtos/freeipa-integration.rst:192 msgid ":command:`service cyrus-imapd restart`" msgstr "" #: ../../source/howtos/freeipa-integration.rst:194 msgid "Result:" msgstr "" diff --git a/locale/zh_CN/LC_MESSAGES/howtos/kerberos-authentication.po b/locale/zh_CN/LC_MESSAGES/howtos/kerberos-authentication.po index 7ce21b44..a40c3745 100644 --- a/locale/zh_CN/LC_MESSAGES/howtos/kerberos-authentication.po +++ b/locale/zh_CN/LC_MESSAGES/howtos/kerberos-authentication.po @@ -1,114 +1,113 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/howtos/kerberos-authentication.rst:90 msgid "HOWTO: Enable Kerberos Authentication" msgstr "" #: ../../source/howtos/kerberos-authentication.rst:92 msgid "" "This HOWTO assumes a clean Enterprise Linux 6 system, and demonstrates the " "use of Kerberos authentication using the GSSAPI SASL mechanism." msgstr "" #: ../../source/howtos/kerberos-authentication.rst:95 msgid "First, install the related packages in addition to Kolab itself:" msgstr "" #: ../../source/howtos/kerberos-authentication.rst:101 msgid "Next, copy the LDAP schema extensions for Kerberos:" msgstr "" #: ../../source/howtos/kerberos-authentication.rst:108 msgid "Run **setup-kolab**:" msgstr "" #: ../../source/howtos/kerberos-authentication.rst msgid "Todo" msgstr "" #: ../../source/howtos/kerberos-authentication.rst:116 msgid "Document any LDAP ACL changes:" msgstr "" #: ../../source/howtos/kerberos-authentication.rst:118 msgid "" "olcAccess: to attrs=userPassword,shadowLastChange,krbPrincipalKey by dn=" "\"cn=admin,dc=example,dc=com\" write by anonymous auth by self write by * " "none" msgstr "" #: ../../source/howtos/kerberos-authentication.rst:119 msgid "olcAccess: to dn.base=\"\" by * read" msgstr "" #: ../../source/howtos/kerberos-authentication.rst:120 msgid "olcAccess: to * by dn=\"cn=admin,dc=example,dc=com\" write by * read" msgstr "" #: ../../source/howtos/kerberos-authentication.rst:123 msgid "" "[root@kolab ~]# imtest -t \"\" -u john.doe@example.org -a root/admin@EXAMPLE." "ORG -m GSSAPI kolab.example.org S: * OK [CAPABILITY IMAP4rev1 LITERAL+ ID " "ENABLE STARTTLS LOGINDISABLED AUTH=GSSAPI SASL-IR] kolab.example.org Cyrus " "IMAP git2.5+0-Kolab-2.5-17.el6.kolab_3.3 server ready C: S01 STARTTLS S: S01 " "OK Begin TLS negotiation now verify error:num=18:self signed certificate TLS " "connection established: TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits) " "C: C01 CAPABILITY S: * CAPABILITY IMAP4rev1 LITERAL+ ID ENABLE ACL " "RIGHTS=kxten QUOTA MAILBOX-REFERRALS NAMESPACE UIDPLUS NO_ATOMIC_RENAME " "UNSELECT CHILDREN MULTIAPPEND BINARY CATENATE CONDSTORE ESEARCH SEARCH=FUZZY " "SORT SORT=MODSEQ SORT=DISPLAY SORT=UID THREAD=ORDEREDSUBJECT " "THREAD=REFERENCES ANNOTATEMORE ANNOTATE-EXPERIMENT-1 METADATA LIST-EXTENDED " "LIST-STATUS LIST-MYRIGHTS WITHIN QRESYNC SCAN XLIST XMOVE MOVE SPECIAL-USE " "CREATE-SPECIAL-USE DIGEST=SHA1 URLAUTH URLAUTH=BINARY X-NETSCAPE AUTH=GSSAPI " "SASL-IR COMPRESS=DEFLATE X-QUOTA=STORAGE X-QUOTA=MESSAGE X-QUOTA=X-" "ANNOTATION-STORAGE X-QUOTA=X-NUM-FOLDERS IDLE S: C01 OK Completed C: A01 " "AUTHENTICATE GSSAPI " "YIICdgYJKoZIhvcSAQICAQBuggJlMIICYaADAgEFoQMCAQ6iBwMFACAAAACjggFzYYIBbzCCAWugAwIBBaENGwtFWEFNUExFLk9SR6IkMCKgAwIBA6EbMBkbBGltYXAbEWtvbGFiLmV4YW1wbGUub3Jno4IBLTCCASmgAwIBEqEDAgECooIBGwSCARd4hQ98+V8Bs9wgE" "+nFKPhqzIqjV0cqJu2wqIc1x+ZcOgJ" "+TWHBNu8sCdoQywQ1780RfTJYgLrPPdSYTU8qPk2AmGSh2iD5K4e9seUcV2DcuoJAjpvDyNlIppxoM3EM9Zsmn6Fkwer" "+SyoyTIjIdgL9thY+f6L40MOWUQGFf+EY3BdTFZT+WLegGJfsuQAeT/" "zUKmFbv5RhONnkkAU278o1zOqXycsymBeiySxFKoAGh/jV1l1JxRvPy2PcHyq1/" "xgV3nIZ6q4fbml2NvCMVHyHpHK7I26SnRFVmMzuT8ddyd71C2SEVyBetgpsI1vBUunMQFMw7wYg8zx1GYBf2eUO5k" "+C9GzNV4IqO3TVBcjRj+/HNd/" "HS3ukgdQwgdGgAwIBEqKByQSBxvVU76NXjSGuJXgmnGSfWM1lO200FR6ng/bqDqw4/" "Dv8BYfS4nOYOGfaVWp/pbNpB1IxIPnZHfbKj9flup8kGxvnIfSb/Ol" "+TwtfIovhMpBJHjrGZwYueIMlG4bl1Ad1HO5VG3htQY8+zR" "+6U1VC7McfqBhgBMbUcwIxTV6uZOtatwRVc5oq/" "msY5jlzFSL3XATc9O9amozUj2HSa2U17acTArXOEPmsj9O8PmHBErPeDtfFqjwCs8yPpVmw3jk2c9CMp82RFw== " "S: + YIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvmnX2bR4/" "IBLmm2FWhkbR" "+YRbJdmuDe/4147C4vjjaERpp7kzLCwFi7ZFgxbI5JXf0R9MoH8rEXIRgQ96i4TcSNAo7Cr" "+VhQVDCEv47V3w7gzowBMk1WawU7CdKPQVyku+kNY828Kf1ipZa+2hZGD C: S: + BQQF/" "wAMAAAAAAAAFlLHWgEAEACAMIX5eddMqeR/W2U= C: BQQE/wAMAAAAAAAAMf" "+nMAEABABqb2huLmRvZUBleGFtcGxlLm9yZ6HXgARievZjLB1/2Q== S: A01 OK [CAPABILITY " "IMAP4rev1 LITERAL+ ID ENABLE ACL RIGHTS=kxten QUOTA MAILBOX-REFERRALS " "NAMESPACE UIDPLUS NO_ATOMIC_RENAME UNSELECT CHILDREN MULTIAPPEND BINARY " "CATENATE CONDSTORE ESEARCH SEARCH=FUZZY SORT SORT=MODSEQ SORT=DISPLAY " "SORT=UID THREAD=ORDEREDSUBJECT THREAD=REFERENCES ANNOTATEMORE ANNOTATE-" "EXPERIMENT-1 METADATA LIST-EXTENDED LIST-STATUS LIST-MYRIGHTS WITHIN QRESYNC " "SCAN XLIST XMOVE MOVE SPECIAL-USE CREATE-SPECIAL-USE DIGEST=SHA1 URLAUTH " "URLAUTH=BINARY X-NETSCAPE LOGINDISABLED COMPRESS=DEFLATE X-QUOTA=STORAGE X-" "QUOTA=MESSAGE X-QUOTA=X-ANNOTATION-STORAGE X-QUOTA=X-NUM-FOLDERS IDLE] " "Success (tls protection) SESSIONID= " "Authenticated. Security strength factor: 256 . LIST \"\" \"*\" * LIST " "(\\Noinferiors \\HasNoChildren) \"/\" INBOX . OK Completed (0.000 secs 2 " "calls) C: Q01 LOGOUT * BYE LOGOUT received Q01 OK Completed Connection " "closed." msgstr "" diff --git a/locale/zh_CN/LC_MESSAGES/howtos/logstash-and-elasticsearch.po b/locale/zh_CN/LC_MESSAGES/howtos/logstash-and-elasticsearch.po index 27c18259..b85275a2 100644 --- a/locale/zh_CN/LC_MESSAGES/howtos/logstash-and-elasticsearch.po +++ b/locale/zh_CN/LC_MESSAGES/howtos/logstash-and-elasticsearch.po @@ -1,54 +1,53 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/howtos/logstash-and-elasticsearch.rst:91 msgid "Logstash & Elasticsearch" msgstr "" #: ../../source/howtos/logstash-and-elasticsearch.rst:93 msgid "" "It is expensive to, in distributed deployment topologies, analyze logs since " "they too are distributed." msgstr "" #: ../../source/howtos/logstash-and-elasticsearch.rst:96 msgid "" "Even in an environment where session persistence is used (i.e. one user's " "request has a greater likelihood to end up on the same application server, " "as the previous or next request from that same user), collecting logs from " "across distributed systems is essential -- one user may have multiple " "devices, and may simply therefore be hitting multiple application servers." msgstr "" #: ../../source/howtos/logstash-and-elasticsearch.rst:103 msgid "" "Furthermore, self-referring applications (such as the ``kolab_files`` plugin " "referring back to ``webmail.example.org/chwala``) can cause a single user to " "hit any or all application servers." msgstr "" #: ../../source/howtos/logstash-and-elasticsearch.rst:109 msgid "Goals" msgstr "" #: ../../source/howtos/logstash-and-elasticsearch.rst:111 msgid "" "Provide a light-weight means to forward the logs from the local application " "server for central analysis." msgstr "" diff --git a/locale/zh_CN/LC_MESSAGES/howtos/use-seafile-with-chwala.po b/locale/zh_CN/LC_MESSAGES/howtos/use-seafile-with-chwala.po index 4d2a2e84..7b3d04e0 100644 --- a/locale/zh_CN/LC_MESSAGES/howtos/use-seafile-with-chwala.po +++ b/locale/zh_CN/LC_MESSAGES/howtos/use-seafile-with-chwala.po @@ -1,153 +1,152 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/howtos/use-seafile-with-chwala.rst:91 msgid "HOWTO: Use Seafile with Chwala" msgstr "" #: ../../source/howtos/use-seafile-with-chwala.rst:93 msgid "" "`Seafile `_ is GPL v3-licensed software designed to host " "files privately and securely on the Web, in a similar fashion as some " "popular proprietary solutions. As of Kolab version 3.4, Chwala (the file " "storage component of Kolab) can use Seafile as a backend to store files." msgstr "" #: ../../source/howtos/use-seafile-with-chwala.rst:95 msgid "" "This document outlines the steps needed to interface Chwala with Seafile." msgstr "" #: ../../source/howtos/use-seafile-with-chwala.rst:98 msgid "Prequisites" msgstr "" #: ../../source/howtos/use-seafile-with-chwala.rst:100 msgid "Kolab Groupware, version 3.4 or later" msgstr "" #: ../../source/howtos/use-seafile-with-chwala.rst:101 msgid "" "Seafile version 4 or later, running on a top level domain (``files.example." "com`` in this guide)" msgstr "" #: ../../source/howtos/use-seafile-with-chwala.rst:103 msgid "" "In case the services reside on different hosts, the Seafile instance needs " "to be accessible via port 80/443 from the host running Kolab." msgstr "" #: ../../source/howtos/use-seafile-with-chwala.rst:107 msgid "Configuring Seafile to interface with LDAP" msgstr "" #: ../../source/howtos/use-seafile-with-chwala.rst:109 msgid "" "As a first step, Seafile needs to be able to authenticate against Kolab's " "LDAP database. Locate the ``ccnet.conf`` file in the ``ccnet`` subdirectory " "of your Seafile root installation (for example, ``/home/seafile/ccnet/ccnet." "conf``), and add the following lines at the bottom:" msgstr "" #: ../../source/howtos/use-seafile-with-chwala.rst:123 msgid "" "Restart Seafile by issuing ``/path/to/seafile/seafile-server-latest/seafile." "sh restart``." msgstr "" #: ../../source/howtos/use-seafile-with-chwala.rst:126 msgid "Configuring Roundcube to access Seafile" msgstr "" #: ../../source/howtos/use-seafile-with-chwala.rst:128 msgid "" "Once Seafile can authenticate against LDAP, integration can be configured " "with two different methods:" msgstr "" #: ../../source/howtos/use-seafile-with-chwala.rst:130 msgid "Using Seafile as the sole storage mechanism;" msgstr "" #: ../../source/howtos/use-seafile-with-chwala.rst:131 msgid "Using Seafile as an add-on to the existing storage." msgstr "" #: ../../source/howtos/use-seafile-with-chwala.rst:133 msgid "" "The first method has the advantage of being set by default for all users, " "but it depends on the Seafile instance being always accessible. The second " "still relies on Kolab core components and is easier to set up, but requires " "users to manually add their Seafile storage." msgstr "" #: ../../source/howtos/use-seafile-with-chwala.rst:135 msgid "" "In *both* cases, you will have to make **at least one login** to the Seafile " "instance for the integration to work." msgstr "" #: ../../source/howtos/use-seafile-with-chwala.rst:138 msgid "Using Seafile as an exclusive storage mechanism" msgstr "" #: ../../source/howtos/use-seafile-with-chwala.rst:140 msgid "" "Edit ``/etc/roundcubemail/config.inc.php`` and add the following lines, " "adjusting them to match your setup:" msgstr "" #: ../../source/howtos/use-seafile-with-chwala.rst:153 msgid "" "The next time you will try to access files in Roundcube, Kolab will attempt " "to authenticate with Seafile with the same username / password combination " "as your account and use Seafile as storage. In case of errors, change " "``fileapi_seafile_debug`` to ``true`` and inspect Roundcube logs." msgstr "" #: ../../source/howtos/use-seafile-with-chwala.rst:157 msgid "Using Seafile as an add-on to the existing Kolab storage" msgstr "" #: ../../source/howtos/use-seafile-with-chwala.rst:159 msgid "" "Edit ``/etc/roundcubemail/config.inc.php`` as above, adding these lines:" msgstr "" #: ../../source/howtos/use-seafile-with-chwala.rst:173 msgid "" "An additional step is required to access Seafile, that is, Chwala needs to " "be made aware of the additional storage. Access your Roundcube webmail and " "go to the Files component. Click on the gearbox icon and select *Add " "additional storage*. Fill in all the necessary details and click on OK. A " "new ``Seafile`` folder will be made available, pointing at your Seafile " "library." msgstr "" #: ../../source/howtos/use-seafile-with-chwala.rst:176 msgid "Debugging" msgstr "" #: ../../source/howtos/use-seafile-with-chwala.rst:178 msgid "" "In case of errors, set ``$config['fileapi_seafile_debug']`` to ``true`` and " "information on the Chwala-Seafile interactions will be recorded in ``/var/" "log/chwala/``." msgstr "" diff --git a/locale/zh_CN/LC_MESSAGES/installation-guide/centos-7.po b/locale/zh_CN/LC_MESSAGES/installation-guide/centos-7.po index 86a374c7..90116ba6 100644 --- a/locale/zh_CN/LC_MESSAGES/installation-guide/centos-7.po +++ b/locale/zh_CN/LC_MESSAGES/installation-guide/centos-7.po @@ -1,62 +1,61 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/installation-guide/centos-7.rst:92 msgid "Installation of Kolab 16 on CentOS 7" msgstr "" #: ../../source/installation-guide/centos-7.rst:94 msgid "" "The installation of Kolab Groupware on CentOS installs a number of " "additional packages, from the :term:`EPEL` software repository." msgstr "" #: ../../source/installation-guide/centos-7.rst:99 msgid "Installation Procedure" msgstr "" #: ../../source/installation-guide/centos-7.rst:101 msgid "Install the :term:`EPEL` repository:" msgstr "" #: ../../source/installation-guide/centos-7.rst:107 msgid "Install the Kolab Groupware repository configuration:" msgstr "" #: ../../source/installation-guide/centos-7.rst:114 msgid "Import the GPG key used to sign the packages:" msgstr "" #: ../../source/installation-guide/centos-7.rst:120 msgid "Install the **yum-plugin-priorities** package:" msgstr "" #: ../../source/installation-guide/centos-7.rst:126 msgid "" "Make sure that the packages from the Kolab repositories have a higher " "priority than eg. the :term:`EPEL` packages:" msgstr "" #: ../../source/installation-guide/centos-7.rst:132 msgid "Install Kolab Groupware:" msgstr "" #: ../../source/installation-guide/centos-7.rst:138 msgid "Continue to :ref:`installation-guide-setup-kolab`." msgstr "" diff --git a/locale/zh_CN/LC_MESSAGES/installation-guide/index.po b/locale/zh_CN/LC_MESSAGES/installation-guide/index.po index 277cecd3..ad317b65 100644 --- a/locale/zh_CN/LC_MESSAGES/installation-guide/index.po +++ b/locale/zh_CN/LC_MESSAGES/installation-guide/index.po @@ -1,112 +1,111 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2013, Jeroen van Meeuwen # This file is distributed under the same license as the Kolab Groupware # package. # # Translators: msgid "" msgstr "" "Project-Id-Version: Kolab Documentation\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: 2014-11-28 00:46+0000\n" "Last-Translator: Torsten Grote \n" "Language-Team: Chinese (China) (http://www.transifex.com/projects/p/kolab-" "documentation/language/zh_CN/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/installation-guide/index.rst:92 msgid "Installation Guide" msgstr "安装向导" #: ../../source/installation-guide/index.rst:95 msgid "Before you install Kolab Groupware" msgstr "在安装Kolab Groupware之前" #: ../../source/installation-guide/index.rst:104 msgid "Current Release" msgstr "" #: ../../source/installation-guide/index.rst:106 msgid "The most recent version of Kolab is |ReleaseCurrent|." msgstr "" #: ../../source/installation-guide/index.rst:108 msgid "" "This is a preview release appropriate for pilot projects, testing, and " "development. It is not recommended for production deployments at this time. " "You can help |K16| reach production readiness by using |ReleaseCurrent|, " "keeping it up to date, and `reporting issues <../contributor-guide/bug-" "reporting-casual.html>`_ you may encounter." msgstr "" #: ../../source/installation-guide/index.rst:113 msgid "" "The current recommended version for production deployment is |" "ReleaseProduction|." msgstr "" #: ../../source/installation-guide/index.rst:115 msgid "" "The release of Kolab 16.1 will occur in Q2 of 2016, at which point Kolab 16 " "will be upgraded to \"gold\" status and become the recommended release for " "production installations. Subscription-based support from `Kolab Systems " "AG`_ will also be available for Kolab 16.1." msgstr "" #: ../../source/installation-guide/index.rst:119 msgid "" "For subscription-based support of Kolab installations, please visit `Kolab " "Enterprise `_, which offers services for all " "sizes of business, government, NGO, and educational organizations. You can " "read about the advantages of Kolab subscription here: :ref:`advantages-of-" "subscription`" msgstr "" #: ../../source/installation-guide/index.rst:125 -#, fuzzy msgid "Installing the Kolab Groupware Solution" msgstr "安装Kolab.org Groupware解决方案" #: ../../source/installation-guide/index.rst:127 msgid "" "Install the latest version of the Kolab Groupware solution for one of the " "following platforms:" msgstr "" #: ../../source/installation-guide/index.rst:136 msgid "" "If your personal favorite is not listed, please read the \"`Support Your " "Distribution, or else ... `_\" blog article, and follow the instructions." msgstr "" #: ../../source/installation-guide/index.rst:141 msgid "Bleeding Edge" msgstr "" #: ../../source/installation-guide/index.rst:148 msgid "Older versions of Kolab Groupware" msgstr "" #: ../../source/installation-guide/index.rst:156 msgid "Installing the Kolab Desktop Client" msgstr "" #: ../../source/installation-guide/index.rst:158 msgid "" "The Kolab Desktop Client is maintained by community volunteers in their " "spare time." msgstr "" #: ../../source/installation-guide/index.rst:161 msgid "" "It has a fast release cycle and is in steady movement. If things do not work " "as expected, please consider contributing." msgstr "" #~ msgid "Configuring Kolab Groupware:" #~ msgstr "配置Kolab Groupware:" diff --git a/locale/zh_CN/LC_MESSAGES/installation-guide/kolab-13/centos-6-enterprise-13.po b/locale/zh_CN/LC_MESSAGES/installation-guide/kolab-13/centos-6-enterprise-13.po index 8eb6cf12..376d71e6 100644 --- a/locale/zh_CN/LC_MESSAGES/installation-guide/kolab-13/centos-6-enterprise-13.po +++ b/locale/zh_CN/LC_MESSAGES/installation-guide/kolab-13/centos-6-enterprise-13.po @@ -1,96 +1,95 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/installation-guide/kolab-13/centos-6-enterprise-13.rst:92 msgid "Installation of Kolab Enterprise 13 on CentOS 6" msgstr "" #: ../../source/installation-guide/kolab-13/centos-6-enterprise-13.rst:94 msgid "" "The installation of Kolab Groupware on CentOS installs a number of " "additional packages, from the :term:`EPEL` software repository, and the " "repositories for the Kolab Enterprise edition, provided by `Kolab Systems " "AG`_." msgstr "" #: ../../source/installation-guide/kolab-13/centos-6-enterprise-13.rst:100 msgid "Installation Procedure" msgstr "" #: ../../source/installation-guide/kolab-13/centos-6-enterprise-13.rst:102 msgid "" "Copy the client SSL certificate and key you have obtained from `Kolab " "Systems AG`_ as per the instructions listed on [#]_, summarized here for " "your convenience:" msgstr "" #: ../../source/installation-guide/kolab-13/centos-6-enterprise-13.rst:106 msgid "Remove the passphrase from the SSL certificate key:" msgstr "" #: ../../source/installation-guide/kolab-13/centos-6-enterprise-13.rst:113 msgid "" "Concatenate the certificate file and the new key file without passphrase:" msgstr "" #: ../../source/installation-guide/kolab-13/centos-6-enterprise-13.rst:121 msgid "" "Place the file :file:`mirror.kolabsys.com.ca.cert` in :file:`/etc/pki/tls/" "certs/`." msgstr "" #: ../../source/installation-guide/kolab-13/centos-6-enterprise-13.rst:124 msgid "" "Place the file :file:`mirror.kolabsys.client.pem` in :file:`/etc/pki/tls/" "private/`, and correct the permissions:" msgstr "" #: ../../source/installation-guide/kolab-13/centos-6-enterprise-13.rst:132 msgid "Install the :term:`EPEL` repository:" msgstr "" #: ../../source/installation-guide/kolab-13/centos-6-enterprise-13.rst:138 msgid "Import this signature in to the RPM database:" msgstr "" #: ../../source/installation-guide/kolab-13/centos-6-enterprise-13.rst:144 msgid "Install the Kolab Enterprise repository configuration package:" msgstr "" #: ../../source/installation-guide/kolab-13/centos-6-enterprise-13.rst:150 msgid "Install Kolab Enterprise:" msgstr "" #: ../../source/installation-guide/kolab-13/centos-6-enterprise-13.rst:156 msgid "Do not forget to also execute :command:`yum update`." msgstr "" #: ../../source/installation-guide/kolab-13/centos-6-enterprise-13.rst:158 msgid "Continue to :ref:`installation-guide-setup-kolab`." msgstr "" #: ../../source/installation-guide/kolab-13/centos-6-enterprise-13.rst:161 msgid "Footnotes" msgstr "" #: ../../source/installation-guide/kolab-13/centos-6-enterprise-13.rst:164 msgid "" "https://support.kolabsys.com/Obtaining," "_Renewing_and_Using_a_Client_SSL_Certificate#Using_a_Customer_or_Partner_Client_SSL_Certificate" msgstr "" diff --git a/locale/zh_CN/LC_MESSAGES/installation-guide/kolab-13/index.po b/locale/zh_CN/LC_MESSAGES/installation-guide/kolab-13/index.po index ca96c5f5..bd609400 100644 --- a/locale/zh_CN/LC_MESSAGES/installation-guide/kolab-13/index.po +++ b/locale/zh_CN/LC_MESSAGES/installation-guide/kolab-13/index.po @@ -1,26 +1,25 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/installation-guide/kolab-13/index.rst:92 msgid "Installation Instructions for Kolab Enterprise 13" msgstr "" #: ../../source/installation-guide/kolab-13/index.rst:96 msgid "Kolab 13 is outdated and the latest release is Kolab 16." msgstr "" diff --git a/locale/zh_CN/LC_MESSAGES/installation-guide/kolab-13/rhel-6-enterprise-13.po b/locale/zh_CN/LC_MESSAGES/installation-guide/kolab-13/rhel-6-enterprise-13.po index dca3d9ee..bef23c1b 100644 --- a/locale/zh_CN/LC_MESSAGES/installation-guide/kolab-13/rhel-6-enterprise-13.po +++ b/locale/zh_CN/LC_MESSAGES/installation-guide/kolab-13/rhel-6-enterprise-13.po @@ -1,96 +1,95 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/installation-guide/kolab-13/rhel-6-enterprise-13.rst:92 msgid "Installation of Kolab Enterprise 13 on Red Hat Enterprise Linux 6" msgstr "" #: ../../source/installation-guide/kolab-13/rhel-6-enterprise-13.rst:94 msgid "" "The installation of Kolab Groupware on Red Hat Enterprise Linux installs a " "number of additional packages, from the :term:`EPEL` software repository, " "and the repositories for the Kolab Enterprise edition, provided by `Kolab " "Systems AG`_." msgstr "" #: ../../source/installation-guide/kolab-13/rhel-6-enterprise-13.rst:100 msgid "Installation Procedure" msgstr "" #: ../../source/installation-guide/kolab-13/rhel-6-enterprise-13.rst:102 msgid "" "Copy the client SSL certificate and key you have obtained from `Kolab " "Systems AG`_ as per the instructions listed on [#]_, summarized here for " "your convenience:" msgstr "" #: ../../source/installation-guide/kolab-13/rhel-6-enterprise-13.rst:106 msgid "Remove the passphrase from the SSL certificate key:" msgstr "" #: ../../source/installation-guide/kolab-13/rhel-6-enterprise-13.rst:113 msgid "" "Concatenate the certificate file and the new key file without passphrase:" msgstr "" #: ../../source/installation-guide/kolab-13/rhel-6-enterprise-13.rst:121 msgid "" "Place the file :file:`mirror.kolabsys.com.ca.cert` in :file:`/etc/pki/tls/" "certs/`." msgstr "" #: ../../source/installation-guide/kolab-13/rhel-6-enterprise-13.rst:124 msgid "" "Place the file :file:`mirror.kolabsys.client.pem` in :file:`/etc/pki/tls/" "private/`, and correct the permissions:" msgstr "" #: ../../source/installation-guide/kolab-13/rhel-6-enterprise-13.rst:132 msgid "Install the :term:`EPEL` repository:" msgstr "" #: ../../source/installation-guide/kolab-13/rhel-6-enterprise-13.rst:138 msgid "Obtain a copy of the GPG signature used to sign packages:" msgstr "" #: ../../source/installation-guide/kolab-13/rhel-6-enterprise-13.rst:144 msgid "Install the Kolab Enterprise repository configuration package:" msgstr "" #: ../../source/installation-guide/kolab-13/rhel-6-enterprise-13.rst:150 msgid "Install Kolab Enterprise:" msgstr "" #: ../../source/installation-guide/kolab-13/rhel-6-enterprise-13.rst:156 msgid "Do not forget to also execute :command:`yum update`." msgstr "" #: ../../source/installation-guide/kolab-13/rhel-6-enterprise-13.rst:158 msgid "Continue to :ref:`installation-guide-setup-kolab`." msgstr "" #: ../../source/installation-guide/kolab-13/rhel-6-enterprise-13.rst:161 msgid "Footnotes" msgstr "" #: ../../source/installation-guide/kolab-13/rhel-6-enterprise-13.rst:164 msgid "" "https://support.kolabsys.com/Obtaining," "_Renewing_and_Using_a_Client_SSL_Certificate#Using_a_Customer_or_Partner_Client_SSL_Certificate" msgstr "" diff --git a/locale/zh_CN/LC_MESSAGES/installation-guide/kolab-13/ucs-3-enterprise-13.po b/locale/zh_CN/LC_MESSAGES/installation-guide/kolab-13/ucs-3-enterprise-13.po index 3598ecd0..ee460d4d 100644 --- a/locale/zh_CN/LC_MESSAGES/installation-guide/kolab-13/ucs-3-enterprise-13.po +++ b/locale/zh_CN/LC_MESSAGES/installation-guide/kolab-13/ucs-3-enterprise-13.po @@ -1,86 +1,85 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/installation-guide/kolab-13/ucs-3-enterprise-13.rst:92 msgid "Installation of Kolab Enterprise 13 on Univention Corporate Server 3" msgstr "" #: ../../source/installation-guide/kolab-13/ucs-3-enterprise-13.rst:96 msgid "" "There are **multiple versions** of Kolab for UCS. Make sure you choose the " "correct version for your requirements." msgstr "" #: ../../source/installation-guide/kolab-13/ucs-3-enterprise-13.rst:100 msgid "App Center Edition" msgstr "" #: ../../source/installation-guide/kolab-13/ucs-3-enterprise-13.rst:102 msgid "" "An evaluation version of Kolab is available in the Univention App Center. " "This edition does *not* provide you with bugfix, security or enhancement " "updates." msgstr "" #: ../../source/installation-guide/kolab-13/ucs-3-enterprise-13.rst:107 msgid "Kolab Enterprise 13" msgstr "" #: ../../source/installation-guide/kolab-13/ucs-3-enterprise-13.rst:109 msgid "" "To install the Enterprise edition under Kolab Systems support, execute the " "following process:" msgstr "" #: ../../source/installation-guide/kolab-13/ucs-3-enterprise-13.rst:112 msgid "" "Configure your UCS system to obtain the repository configuration packages:" msgstr "" #: ../../source/installation-guide/kolab-13/ucs-3-enterprise-13.rst:124 msgid "" "Install the client certificate you have obtained from Kolab Systems in the " "following location:" msgstr "" #: ../../source/installation-guide/kolab-13/ucs-3-enterprise-13.rst:131 msgid "" "If you do not have an SSL client certificate from Kolab Systems, contact " "sales@kolabsys.com." msgstr "" #: ../../source/installation-guide/kolab-13/ucs-3-enterprise-13.rst:134 msgid "Install the repository configuration package:" msgstr "" #: ../../source/installation-guide/kolab-13/ucs-3-enterprise-13.rst:140 msgid "" "When the installation complains the package cannot be verified, type [y] and " "[Enter] to continue:" msgstr "" #: ../../source/installation-guide/kolab-13/ucs-3-enterprise-13.rst:149 msgid "Install kolab:" msgstr "" #: ../../source/installation-guide/kolab-13/ucs-3-enterprise-13.rst:157 msgid "" "The Kolab Groupware packages for Univention Corporate Server are configured " "automatically. There is no need to run any setup." msgstr "" diff --git a/locale/zh_CN/LC_MESSAGES/installation-guide/kolab-14/centos-6-enterprise-14.po b/locale/zh_CN/LC_MESSAGES/installation-guide/kolab-14/centos-6-enterprise-14.po index 18782334..88fd854b 100644 --- a/locale/zh_CN/LC_MESSAGES/installation-guide/kolab-14/centos-6-enterprise-14.po +++ b/locale/zh_CN/LC_MESSAGES/installation-guide/kolab-14/centos-6-enterprise-14.po @@ -1,96 +1,95 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/installation-guide/kolab-14/centos-6-enterprise-14.rst:92 msgid "Installation of Kolab Enterprise 14 on CentOS 6" msgstr "" #: ../../source/installation-guide/kolab-14/centos-6-enterprise-14.rst:94 msgid "" "The installation of Kolab Groupware on CentOS installs a number of " "additional packages, from the :term:`EPEL` software repository, and the " "repositories for the Kolab Enterprise edition, provided by `Kolab Systems " "AG`_." msgstr "" #: ../../source/installation-guide/kolab-14/centos-6-enterprise-14.rst:100 msgid "Installation Procedure" msgstr "" #: ../../source/installation-guide/kolab-14/centos-6-enterprise-14.rst:102 msgid "" "Copy the client SSL certificate and key you have obtained from `Kolab " "Systems AG`_ as per the instructions listed on [1]_, summarized here for " "your convenience:" msgstr "" #: ../../source/installation-guide/kolab-14/centos-6-enterprise-14.rst:106 msgid "Remove the passphrase from the SSL certificate key:" msgstr "" #: ../../source/installation-guide/kolab-14/centos-6-enterprise-14.rst:113 msgid "" "Concatenate the certificate file and the new key file without passphrase:" msgstr "" #: ../../source/installation-guide/kolab-14/centos-6-enterprise-14.rst:121 msgid "" "Place the file :file:`mirror.kolabsys.com.ca.cert` in :file:`/etc/pki/tls/" "certs/`." msgstr "" #: ../../source/installation-guide/kolab-14/centos-6-enterprise-14.rst:124 msgid "" "Place the file :file:`mirror.kolabsys.client.pem` in :file:`/etc/pki/tls/" "private/`, and correct the permissions:" msgstr "" #: ../../source/installation-guide/kolab-14/centos-6-enterprise-14.rst:132 msgid "Install the :term:`EPEL` repository:" msgstr "" #: ../../source/installation-guide/kolab-14/centos-6-enterprise-14.rst:138 msgid "Import this signature in to the RPM database:" msgstr "" #: ../../source/installation-guide/kolab-14/centos-6-enterprise-14.rst:144 msgid "Install the Kolab Enterprise repository configuration package:" msgstr "" #: ../../source/installation-guide/kolab-14/centos-6-enterprise-14.rst:150 msgid "Install Kolab Enterprise:" msgstr "" #: ../../source/installation-guide/kolab-14/centos-6-enterprise-14.rst:156 msgid "Do not forget to also execute :command:`yum update`." msgstr "" #: ../../source/installation-guide/kolab-14/centos-6-enterprise-14.rst:158 msgid "Continue to :ref:`installation-guide-setup-kolab`." msgstr "" #: ../../source/installation-guide/kolab-14/centos-6-enterprise-14.rst:161 msgid "Footnotes" msgstr "" #: ../../source/installation-guide/kolab-14/centos-6-enterprise-14.rst:164 msgid "" "https://support.kolabsys.com/Obtaining," "_Renewing_and_Using_a_Client_SSL_Certificate#Using_a_Customer_or_Partner_Client_SSL_Certificate" msgstr "" diff --git a/locale/zh_CN/LC_MESSAGES/installation-guide/kolab-14/centos-7-enterprise-14.po b/locale/zh_CN/LC_MESSAGES/installation-guide/kolab-14/centos-7-enterprise-14.po index c3ef1b45..cc7ae0ad 100644 --- a/locale/zh_CN/LC_MESSAGES/installation-guide/kolab-14/centos-7-enterprise-14.po +++ b/locale/zh_CN/LC_MESSAGES/installation-guide/kolab-14/centos-7-enterprise-14.po @@ -1,96 +1,95 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/installation-guide/kolab-14/centos-7-enterprise-14.rst:92 msgid "Installation of Kolab Enterprise 14 on CentOS 7" msgstr "" #: ../../source/installation-guide/kolab-14/centos-7-enterprise-14.rst:94 msgid "" "The installation of Kolab Groupware on CentOS installs a number of " "additional packages, from the :term:`EPEL` software repository, and the " "repositories for the Kolab Enterprise edition, provided by `Kolab Systems " "AG`_." msgstr "" #: ../../source/installation-guide/kolab-14/centos-7-enterprise-14.rst:100 msgid "Installation Procedure" msgstr "" #: ../../source/installation-guide/kolab-14/centos-7-enterprise-14.rst:102 msgid "" "Copy the client SSL certificate and key you have obtained from `Kolab " "Systems AG`_ as per the instructions listed on [#]_, summarized here for " "your convenience:" msgstr "" #: ../../source/installation-guide/kolab-14/centos-7-enterprise-14.rst:106 msgid "Remove the passphrase from the SSL certificate key:" msgstr "" #: ../../source/installation-guide/kolab-14/centos-7-enterprise-14.rst:113 msgid "" "Concatenate the certificate file and the new key file without passphrase:" msgstr "" #: ../../source/installation-guide/kolab-14/centos-7-enterprise-14.rst:121 msgid "" "Place the file :file:`mirror.kolabsys.com.ca.cert` in :file:`/etc/pki/tls/" "certs/`." msgstr "" #: ../../source/installation-guide/kolab-14/centos-7-enterprise-14.rst:124 msgid "" "Place the file :file:`mirror.kolabsys.client.pem` in :file:`/etc/pki/tls/" "private/`, and correct the permissions:" msgstr "" #: ../../source/installation-guide/kolab-14/centos-7-enterprise-14.rst:132 msgid "Install the :term:`EPEL` repository:" msgstr "" #: ../../source/installation-guide/kolab-14/centos-7-enterprise-14.rst:138 msgid "Import this signature in to the RPM database:" msgstr "" #: ../../source/installation-guide/kolab-14/centos-7-enterprise-14.rst:144 msgid "Install the Kolab Enterprise repository configuration package:" msgstr "" #: ../../source/installation-guide/kolab-14/centos-7-enterprise-14.rst:150 msgid "Install Kolab Enterprise:" msgstr "" #: ../../source/installation-guide/kolab-14/centos-7-enterprise-14.rst:156 msgid "Do not forget to also execute :command:`yum update`." msgstr "" #: ../../source/installation-guide/kolab-14/centos-7-enterprise-14.rst:158 msgid "Continue to :ref:`installation-guide-setup-kolab`." msgstr "" #: ../../source/installation-guide/kolab-14/centos-7-enterprise-14.rst:161 msgid "Footnotes" msgstr "" #: ../../source/installation-guide/kolab-14/centos-7-enterprise-14.rst:164 msgid "" "https://support.kolabsys.com/Obtaining," "_Renewing_and_Using_a_Client_SSL_Certificate#Using_a_Customer_or_Partner_Client_SSL_Certificate" msgstr "" diff --git a/locale/zh_CN/LC_MESSAGES/installation-guide/kolab-14/debian-7-enterprise-14.po b/locale/zh_CN/LC_MESSAGES/installation-guide/kolab-14/debian-7-enterprise-14.po index cadef1a1..205f11b1 100644 --- a/locale/zh_CN/LC_MESSAGES/installation-guide/kolab-14/debian-7-enterprise-14.po +++ b/locale/zh_CN/LC_MESSAGES/installation-guide/kolab-14/debian-7-enterprise-14.po @@ -1,91 +1,90 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/installation-guide/kolab-14/debian-7-enterprise-14.rst:92 msgid "Installation of Kolab Enterprise 14 on Debian 7 (Wheezy)" msgstr "" #: ../../source/installation-guide/kolab-14/debian-7-enterprise-14.rst:94 msgid "Install the **apt-transport-https** package:" msgstr "" #: ../../source/installation-guide/kolab-14/debian-7-enterprise-14.rst:100 msgid "Add the following two lines to ``/etc/apt/sources.list.d/kolab.list``:" msgstr "" #: ../../source/installation-guide/kolab-14/debian-7-enterprise-14.rst:107 msgid "" "To ensure the Kolab packages have priority over the Debian packages, such as " "must be the case for PHP as well as Cyrus IMAP, please make sure the APT " "preferences pin the mirror.kolabsys.com origin as a preferred source." msgstr "" #: ../../source/installation-guide/kolab-14/debian-7-enterprise-14.rst:111 msgid "Put the following in ``/etc/apt/preferences.d/kolab``:" msgstr "" #: ../../source/installation-guide/kolab-14/debian-7-enterprise-14.rst:119 msgid "Install the client certificate and certificate authority files:" msgstr "" #: ../../source/installation-guide/kolab-14/debian-7-enterprise-14.rst:121 msgid "Remove the passphrase from the SSL certificate key:" msgstr "" #: ../../source/installation-guide/kolab-14/debian-7-enterprise-14.rst:128 msgid "" "Concatenate the certificate file and the new key file without passphrase:" msgstr "" #: ../../source/installation-guide/kolab-14/debian-7-enterprise-14.rst:136 msgid "" "Place the file :file:`mirror.kolabsys.client.pem` in :file:`/etc/apt/certs/`." msgstr "" #: ../../source/installation-guide/kolab-14/debian-7-enterprise-14.rst:139 msgid "Download the kolabenterprice mirror certificate:" msgstr "" #: ../../source/installation-guide/kolab-14/debian-7-enterprise-14.rst:146 msgid "Correct the permissions on the private key:" msgstr "" #: ../../source/installation-guide/kolab-14/debian-7-enterprise-14.rst:153 msgid "" "Configure **APT** to use the certificates installed in step 4 by creating a " "file ``/etc/apt/apt.conf.d/71kolab`` with the following contents:" msgstr "" #: ../../source/installation-guide/kolab-14/debian-7-enterprise-14.rst:172 msgid "Update the repository metadata:" msgstr "" #: ../../source/installation-guide/kolab-14/debian-7-enterprise-14.rst:178 msgid "Start the installation of the base package as follows:" msgstr "" #: ../../source/installation-guide/kolab-14/debian-7-enterprise-14.rst:184 msgid "" "When asked to confirm you want to install the package and its dependencies, " "press Enter." msgstr "" #: ../../source/installation-guide/kolab-14/debian-7-enterprise-14.rst:186 msgid "Continue to :ref:`installation-guide-setup-kolab`." msgstr "" diff --git a/locale/zh_CN/LC_MESSAGES/installation-guide/kolab-14/debian-8-enterprise-14.po b/locale/zh_CN/LC_MESSAGES/installation-guide/kolab-14/debian-8-enterprise-14.po index 13c6b4eb..482f2ade 100644 --- a/locale/zh_CN/LC_MESSAGES/installation-guide/kolab-14/debian-8-enterprise-14.po +++ b/locale/zh_CN/LC_MESSAGES/installation-guide/kolab-14/debian-8-enterprise-14.po @@ -1,91 +1,90 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/installation-guide/kolab-14/debian-8-enterprise-14.rst:92 msgid "Installation of Kolab Enterprise 14 on Debian 8 (jessie)" msgstr "" #: ../../source/installation-guide/kolab-14/debian-8-enterprise-14.rst:94 msgid "Install the **apt-transport-https** package:" msgstr "" #: ../../source/installation-guide/kolab-14/debian-8-enterprise-14.rst:100 msgid "Add the following two lines to ``/etc/apt/sources.list.d/kolab.list``:" msgstr "" #: ../../source/installation-guide/kolab-14/debian-8-enterprise-14.rst:107 msgid "" "To ensure the Kolab packages have priority over the Debian packages, such as " "must be the case for PHP as well as Cyrus IMAP, please make sure the APT " "preferences pin the mirror.kolabsys.com origin as a preferred source." msgstr "" #: ../../source/installation-guide/kolab-14/debian-8-enterprise-14.rst:111 msgid "Put the following in ``/etc/apt/preferences.d/kolab``:" msgstr "" #: ../../source/installation-guide/kolab-14/debian-8-enterprise-14.rst:119 msgid "Install the client certificate and certificate authority files:" msgstr "" #: ../../source/installation-guide/kolab-14/debian-8-enterprise-14.rst:121 msgid "Remove the passphrase from the SSL certificate key:" msgstr "" #: ../../source/installation-guide/kolab-14/debian-8-enterprise-14.rst:128 msgid "" "Concatenate the certificate file and the new key file without passphrase:" msgstr "" #: ../../source/installation-guide/kolab-14/debian-8-enterprise-14.rst:136 msgid "" "Place the file :file:`mirror.kolabsys.client.pem` in :file:`/etc/apt/certs/`." msgstr "" #: ../../source/installation-guide/kolab-14/debian-8-enterprise-14.rst:139 msgid "Download the kolabenterprice mirror certificate:" msgstr "" #: ../../source/installation-guide/kolab-14/debian-8-enterprise-14.rst:146 msgid "Correct the permissions on the private key:" msgstr "" #: ../../source/installation-guide/kolab-14/debian-8-enterprise-14.rst:153 msgid "" "Configure **APT** to use the certificates installed in step 4 by creating a " "file ``/etc/apt/apt.conf.d/81kolab`` with the following contents:" msgstr "" #: ../../source/installation-guide/kolab-14/debian-8-enterprise-14.rst:172 msgid "Update the repository metadata:" msgstr "" #: ../../source/installation-guide/kolab-14/debian-8-enterprise-14.rst:178 msgid "Start the installation of the base package as follows:" msgstr "" #: ../../source/installation-guide/kolab-14/debian-8-enterprise-14.rst:184 msgid "" "When asked to confirm you want to install the package and its dependencies, " "press Enter." msgstr "" #: ../../source/installation-guide/kolab-14/debian-8-enterprise-14.rst:186 msgid "Continue to :ref:`installation-guide-setup-kolab`." msgstr "" diff --git a/locale/zh_CN/LC_MESSAGES/installation-guide/kolab-14/index.po b/locale/zh_CN/LC_MESSAGES/installation-guide/kolab-14/index.po index b5629a7a..83e2f03f 100644 --- a/locale/zh_CN/LC_MESSAGES/installation-guide/kolab-14/index.po +++ b/locale/zh_CN/LC_MESSAGES/installation-guide/kolab-14/index.po @@ -1,26 +1,25 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/installation-guide/kolab-14/index.rst:92 msgid "Installation Instructions for Kolab Enterprise 14" msgstr "" #: ../../source/installation-guide/kolab-14/index.rst:96 msgid "Kolab 14 is outdated and the latest release is Kolab 16." msgstr "" diff --git a/locale/zh_CN/LC_MESSAGES/installation-guide/kolab-14/rhel-6-enterprise-14.po b/locale/zh_CN/LC_MESSAGES/installation-guide/kolab-14/rhel-6-enterprise-14.po index 6f81be23..08e6f046 100644 --- a/locale/zh_CN/LC_MESSAGES/installation-guide/kolab-14/rhel-6-enterprise-14.po +++ b/locale/zh_CN/LC_MESSAGES/installation-guide/kolab-14/rhel-6-enterprise-14.po @@ -1,96 +1,95 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/installation-guide/kolab-14/rhel-6-enterprise-14.rst:92 msgid "Installation of Kolab Enterprise 14 on Red Hat Enterprise Linux 6" msgstr "" #: ../../source/installation-guide/kolab-14/rhel-6-enterprise-14.rst:94 msgid "" "The installation of Kolab Groupware on Red Hat Enterprise Linux installs a " "number of additional packages, from the :term:`EPEL` software repository, " "and the repositories for the Kolab Enterprise edition, provided by `Kolab " "Systems AG`_." msgstr "" #: ../../source/installation-guide/kolab-14/rhel-6-enterprise-14.rst:100 msgid "Installation Procedure" msgstr "" #: ../../source/installation-guide/kolab-14/rhel-6-enterprise-14.rst:102 msgid "" "Copy the client SSL certificate and key you have obtained from `Kolab " "Systems AG`_ as per the instructions listed on [1]_, summarized here for " "your convenience:" msgstr "" #: ../../source/installation-guide/kolab-14/rhel-6-enterprise-14.rst:106 msgid "Remove the passphrase from the SSL certificate key:" msgstr "" #: ../../source/installation-guide/kolab-14/rhel-6-enterprise-14.rst:113 msgid "" "Concatenate the certificate file and the new key file without passphrase:" msgstr "" #: ../../source/installation-guide/kolab-14/rhel-6-enterprise-14.rst:121 msgid "" "Place the file :file:`mirror.kolabsys.com.ca.cert` in :file:`/etc/pki/tls/" "certs/`." msgstr "" #: ../../source/installation-guide/kolab-14/rhel-6-enterprise-14.rst:124 msgid "" "Place the file :file:`mirror.kolabsys.client.pem` in :file:`/etc/pki/tls/" "private/`, and correct the permissions:" msgstr "" #: ../../source/installation-guide/kolab-14/rhel-6-enterprise-14.rst:132 msgid "Install the :term:`EPEL` repository" msgstr "" #: ../../source/installation-guide/kolab-14/rhel-6-enterprise-14.rst:138 msgid "Import this signature in to the RPM database:" msgstr "" #: ../../source/installation-guide/kolab-14/rhel-6-enterprise-14.rst:144 msgid "Install the Kolab Enterprise repository configuration package:" msgstr "" #: ../../source/installation-guide/kolab-14/rhel-6-enterprise-14.rst:150 msgid "Install Kolab Enterprise:" msgstr "" #: ../../source/installation-guide/kolab-14/rhel-6-enterprise-14.rst:156 msgid "Do not forget to also execute :command:`yum update`." msgstr "" #: ../../source/installation-guide/kolab-14/rhel-6-enterprise-14.rst:158 msgid "Continue to :ref:`installation-guide-setup-kolab`." msgstr "" #: ../../source/installation-guide/kolab-14/rhel-6-enterprise-14.rst:161 msgid "Footnotes" msgstr "" #: ../../source/installation-guide/kolab-14/rhel-6-enterprise-14.rst:164 msgid "" "https://support.kolabsys.com/Obtaining," "_Renewing_and_Using_a_Client_SSL_Certificate#Using_a_Customer_or_Partner_Client_SSL_Certificate." msgstr "" diff --git a/locale/zh_CN/LC_MESSAGES/installation-guide/kolab-14/rhel-7-enterprise-14.po b/locale/zh_CN/LC_MESSAGES/installation-guide/kolab-14/rhel-7-enterprise-14.po index 9d31b802..5afe4e40 100644 --- a/locale/zh_CN/LC_MESSAGES/installation-guide/kolab-14/rhel-7-enterprise-14.po +++ b/locale/zh_CN/LC_MESSAGES/installation-guide/kolab-14/rhel-7-enterprise-14.po @@ -1,96 +1,95 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/installation-guide/kolab-14/rhel-7-enterprise-14.rst:92 msgid "Installation of Kolab Enterprise 14 on Red Hat Enterprise Linux 7" msgstr "" #: ../../source/installation-guide/kolab-14/rhel-7-enterprise-14.rst:94 msgid "" "The installation of Kolab Groupware on Red Hat Enterprise Linux installs a " "number of additional packages, from the :term:`EPEL` software repository, " "and the repositories for the Kolab Enterprise edition, provided by `Kolab " "Systems AG`_." msgstr "" #: ../../source/installation-guide/kolab-14/rhel-7-enterprise-14.rst:100 msgid "Installation Procedure" msgstr "" #: ../../source/installation-guide/kolab-14/rhel-7-enterprise-14.rst:102 msgid "" "Copy the client SSL certificate and key you have obtained from `Kolab " "Systems AG`_ as per the instructions listed on [#]_, summarized here for " "your convenience:" msgstr "" #: ../../source/installation-guide/kolab-14/rhel-7-enterprise-14.rst:106 msgid "Remove the passphrase from the SSL certificate key:" msgstr "" #: ../../source/installation-guide/kolab-14/rhel-7-enterprise-14.rst:113 msgid "" "Concatenate the certificate file and the new key file without passphrase:" msgstr "" #: ../../source/installation-guide/kolab-14/rhel-7-enterprise-14.rst:121 msgid "" "Place the file :file:`mirror.kolabsys.com.ca.cert` in :file:`/etc/pki/tls/" "certs/`." msgstr "" #: ../../source/installation-guide/kolab-14/rhel-7-enterprise-14.rst:124 msgid "" "Place the file :file:`mirror.kolabsys.client.pem` in :file:`/etc/pki/tls/" "private/`, and correct the permissions:" msgstr "" #: ../../source/installation-guide/kolab-14/rhel-7-enterprise-14.rst:132 msgid "Install the :term:`EPEL` repository\"" msgstr "" #: ../../source/installation-guide/kolab-14/rhel-7-enterprise-14.rst:138 msgid "Import this signature in to the RPM database:" msgstr "" #: ../../source/installation-guide/kolab-14/rhel-7-enterprise-14.rst:144 msgid "Install the Kolab Enterprise repository configuration package:" msgstr "" #: ../../source/installation-guide/kolab-14/rhel-7-enterprise-14.rst:150 msgid "Install Kolab Enterprise:" msgstr "" #: ../../source/installation-guide/kolab-14/rhel-7-enterprise-14.rst:156 msgid "Do not forget to also execute :command:`yum update`." msgstr "" #: ../../source/installation-guide/kolab-14/rhel-7-enterprise-14.rst:158 msgid "Continue to :ref:`installation-guide-setup-kolab`." msgstr "" #: ../../source/installation-guide/kolab-14/rhel-7-enterprise-14.rst:161 msgid "Footnotes" msgstr "" #: ../../source/installation-guide/kolab-14/rhel-7-enterprise-14.rst:164 msgid "" "https://support.kolabsys.com/Obtaining," "_Renewing_and_Using_a_Client_SSL_Certificate#Using_a_Customer_or_Partner_Client_SSL_Certificate." msgstr "" diff --git a/locale/zh_CN/LC_MESSAGES/installation-guide/kolab-14/ucs-4-enterprise-14.po b/locale/zh_CN/LC_MESSAGES/installation-guide/kolab-14/ucs-4-enterprise-14.po index 81f2b13a..6c9124bb 100644 --- a/locale/zh_CN/LC_MESSAGES/installation-guide/kolab-14/ucs-4-enterprise-14.po +++ b/locale/zh_CN/LC_MESSAGES/installation-guide/kolab-14/ucs-4-enterprise-14.po @@ -1,86 +1,85 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/installation-guide/kolab-14/ucs-4-enterprise-14.rst:92 msgid "Installation of Kolab Enterprise 14 on Univention Corporate Server 4" msgstr "" #: ../../source/installation-guide/kolab-14/ucs-4-enterprise-14.rst:96 msgid "" "There are **multiple versions** of Kolab for UCS. Make sure you choose the " "correct version for your requirements." msgstr "" #: ../../source/installation-guide/kolab-14/ucs-4-enterprise-14.rst:100 msgid "App Center Edition" msgstr "" #: ../../source/installation-guide/kolab-14/ucs-4-enterprise-14.rst:102 msgid "" "An evaluation version of Kolab is available in the Univention App Center. " "This edition does *not* provide you with bugfix, security or enhancement " "updates." msgstr "" #: ../../source/installation-guide/kolab-14/ucs-4-enterprise-14.rst:107 msgid "Kolab Enterprise 14" msgstr "" #: ../../source/installation-guide/kolab-14/ucs-4-enterprise-14.rst:109 msgid "" "To install the Enterprise edition under Kolab Systems support, execute the " "following process:" msgstr "" #: ../../source/installation-guide/kolab-14/ucs-4-enterprise-14.rst:112 msgid "" "Configure your UCS system to obtain the repository configuration packages:" msgstr "" #: ../../source/installation-guide/kolab-14/ucs-4-enterprise-14.rst:124 msgid "" "Install the client certificate you have obtained from Kolab Systems in the " "following location:" msgstr "" #: ../../source/installation-guide/kolab-14/ucs-4-enterprise-14.rst:131 msgid "" "If you do not have an SSL client certificate from Kolab Systems, contact " "sales@kolabsys.com." msgstr "" #: ../../source/installation-guide/kolab-14/ucs-4-enterprise-14.rst:134 msgid "Install the repository configuration package:" msgstr "" #: ../../source/installation-guide/kolab-14/ucs-4-enterprise-14.rst:140 msgid "" "When the installation complains the package cannot be verified, type [y] and " "[Enter] to continue:" msgstr "" #: ../../source/installation-guide/kolab-14/ucs-4-enterprise-14.rst:149 msgid "Install kolab:" msgstr "" #: ../../source/installation-guide/kolab-14/ucs-4-enterprise-14.rst:157 msgid "" "The Kolab Groupware packages for Univention Corporate Server are configured " "automatically. There is no need to run any setup." msgstr "" diff --git a/locale/zh_CN/LC_MESSAGES/installation-guide/kolab-3.3/centos-community.po b/locale/zh_CN/LC_MESSAGES/installation-guide/kolab-3.3/centos-community.po index e4ccd461..8bc999eb 100644 --- a/locale/zh_CN/LC_MESSAGES/installation-guide/kolab-3.3/centos-community.po +++ b/locale/zh_CN/LC_MESSAGES/installation-guide/kolab-3.3/centos-community.po @@ -1,42 +1,41 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/installation-guide/kolab-3.3/centos-community.rst:90 msgid "Installation on CentOS" msgstr "" #: ../../source/installation-guide/kolab-3.3/centos-community.rst:92 msgid "Install the :term:`EPEL`_ repository:" msgstr "" #: ../../source/installation-guide/kolab-3.3/centos-community.rst:98 msgid "Install the Kolab Groupware repository configuration:" msgstr "" #: ../../source/installation-guide/kolab-3.3/centos-community.rst:106 msgid "Import the GPG key used to sign the packages:" msgstr "" #: ../../source/installation-guide/kolab-3.3/centos-community.rst:112 msgid "4. 4. Install Kolab Groupware:" msgstr "" #: ../../source/installation-guide/kolab-3.3/centos-community.rst:119 msgid "Continue to :ref:`installation-guide-setup-kolab`." msgstr "" diff --git a/locale/zh_CN/LC_MESSAGES/installation-guide/kolab-3.3/debian.po b/locale/zh_CN/LC_MESSAGES/installation-guide/kolab-3.3/debian.po index 7388728c..3bff17e1 100644 --- a/locale/zh_CN/LC_MESSAGES/installation-guide/kolab-3.3/debian.po +++ b/locale/zh_CN/LC_MESSAGES/installation-guide/kolab-3.3/debian.po @@ -1,83 +1,82 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/installation-guide/kolab-3.3/debian.rst:90 msgid "Installation on Debian" msgstr "" #: ../../source/installation-guide/kolab-3.3/debian.rst:93 msgid "Debian Wheezy" msgstr "" #: ../../source/installation-guide/kolab-3.3/debian.rst:95 msgid "Add the following two lines to ``/etc/apt/sources.list.d/kolab.list``:" msgstr "" #: ../../source/installation-guide/kolab-3.3/debian.rst:97 msgid "For Debian Wheezy:" msgstr "" #: ../../source/installation-guide/kolab-3.3/debian.rst:104 msgid "For Debian Jessie:" msgstr "" #: ../../source/installation-guide/kolab-3.3/debian.rst:108 msgid "" "The packages for Debian Jessie are in an experimental stage, as is Jessie " "itself, and the packages are provided solely on popular demand." msgstr "" #: ../../source/installation-guide/kolab-3.3/debian.rst:117 msgid "Import the GPG key used to sign the packages:" msgstr "" #: ../../source/installation-guide/kolab-3.3/debian.rst:127 msgid "" "The key's fingerprint is: ``79D8 6A05 FDE6 C9FB 4E43 A6C5 830C 2BCF 446D " "5A45``" msgstr "" #: ../../source/installation-guide/kolab-3.3/debian.rst:133 msgid "" "To ensure the Kolab packages have priority over the Debian packages, such as " "must be the case for PHP as well as Cyrus IMAP, please make sure the APT " "preferences pin the obs.kolabsys.com origin as a preferred source." msgstr "" #: ../../source/installation-guide/kolab-3.3/debian.rst:137 msgid "Put the following in ``/etc/apt/preferences.d/kolab``:" msgstr "" #: ../../source/installation-guide/kolab-3.3/debian.rst:145 msgid "Update the repository metadata:" msgstr "" #: ../../source/installation-guide/kolab-3.3/debian.rst:151 msgid "Start the installation of the base package as follows:" msgstr "" #: ../../source/installation-guide/kolab-3.3/debian.rst:157 msgid "" "When asked to confirm you want to install the package and its dependencies, " "press Enter." msgstr "" #: ../../source/installation-guide/kolab-3.3/debian.rst:159 msgid "Continue to :ref:`installation-guide-setup-kolab`." msgstr "" diff --git a/locale/zh_CN/LC_MESSAGES/installation-guide/kolab-3.3/fedora.po b/locale/zh_CN/LC_MESSAGES/installation-guide/kolab-3.3/fedora.po index e70fa7f5..4b541783 100644 --- a/locale/zh_CN/LC_MESSAGES/installation-guide/kolab-3.3/fedora.po +++ b/locale/zh_CN/LC_MESSAGES/installation-guide/kolab-3.3/fedora.po @@ -1,48 +1,47 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/installation-guide/kolab-3.3/fedora.rst:90 msgid "Installation on Fedora" msgstr "" #: ../../source/installation-guide/kolab-3.3/fedora.rst:92 msgid "Install the Kolab Groupware repository configuration:" msgstr "" #: ../../source/installation-guide/kolab-3.3/fedora.rst:94 msgid "For Fedora 20 (Heisenburg):" msgstr "" #: ../../source/installation-guide/kolab-3.3/fedora.rst:102 msgid "Import the GPG key used to sign the packages:" msgstr "" #: ../../source/installation-guide/kolab-3.3/fedora.rst:112 msgid "" "The key's fingerprint is: ``79D8 6A05 FDE6 C9FB 4E43 A6C5 830C 2BCF 446D " "5A45``" msgstr "" #: ../../source/installation-guide/kolab-3.3/fedora.rst:119 msgid "Install Kolab Groupware:" msgstr "" #: ../../source/installation-guide/kolab-3.3/fedora.rst:125 msgid "Continue to :ref:`installation-guide-setup-kolab`." msgstr "" diff --git a/locale/zh_CN/LC_MESSAGES/installation-guide/kolab-3.3/index.po b/locale/zh_CN/LC_MESSAGES/installation-guide/kolab-3.3/index.po index 38956d22..3cf30432 100644 --- a/locale/zh_CN/LC_MESSAGES/installation-guide/kolab-3.3/index.po +++ b/locale/zh_CN/LC_MESSAGES/installation-guide/kolab-3.3/index.po @@ -1,26 +1,25 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/installation-guide/kolab-3.3/index.rst:89 msgid "Installation Instructions for Kolab 3.3" msgstr "" #: ../../source/installation-guide/kolab-3.3/index.rst:93 msgid "Kolab 3.3 is outdated and the latest release is Kolab 3.4." msgstr "" diff --git a/locale/zh_CN/LC_MESSAGES/installation-guide/kolab-3.3/opensuse.po b/locale/zh_CN/LC_MESSAGES/installation-guide/kolab-3.3/opensuse.po index beddd37d..936e214e 100644 --- a/locale/zh_CN/LC_MESSAGES/installation-guide/kolab-3.3/opensuse.po +++ b/locale/zh_CN/LC_MESSAGES/installation-guide/kolab-3.3/opensuse.po @@ -1,52 +1,51 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/installation-guide/kolab-3.3/opensuse.rst:90 msgid "Installation on openSUSE" msgstr "" #: ../../source/installation-guide/kolab-3.3/opensuse.rst:92 msgid "Install the Kolab Groupware repositories:" msgstr "" #: ../../source/installation-guide/kolab-3.3/opensuse.rst:94 msgid "For openSUSE 13.1:" msgstr "" #: ../../source/installation-guide/kolab-3.3/opensuse.rst:101 msgid "For openSUSE 12.3:" msgstr "" #: ../../source/installation-guide/kolab-3.3/opensuse.rst:108 msgid "Import the GPG key used to sign the packages:" msgstr "" #: ../../source/installation-guide/kolab-3.3/opensuse.rst:118 msgid "" "The key's fingerprint is: ``79D8 6A05 FDE6 C9FB 4E43 A6C5 830C 2BCF 446D " "5A45``" msgstr "" #: ../../source/installation-guide/kolab-3.3/opensuse.rst:125 msgid "Install Kolab Groupware:" msgstr "" #: ../../source/installation-guide/kolab-3.3/opensuse.rst:131 msgid "Continue to :ref:`installation-guide-setup-kolab`." msgstr "" diff --git a/locale/zh_CN/LC_MESSAGES/installation-guide/kolab-3.3/rhel-community.po b/locale/zh_CN/LC_MESSAGES/installation-guide/kolab-3.3/rhel-community.po index b5b17518..70cbcbf1 100644 --- a/locale/zh_CN/LC_MESSAGES/installation-guide/kolab-3.3/rhel-community.po +++ b/locale/zh_CN/LC_MESSAGES/installation-guide/kolab-3.3/rhel-community.po @@ -1,66 +1,65 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/installation-guide/kolab-3.3/rhel-community.rst:90 msgid "Installation on Red Hat Enterprise Linux" msgstr "" #: ../../source/installation-guide/kolab-3.3/rhel-community.rst:92 msgid "" "Install the `EPEL repository `_ " "configuration using the RPM package linked to from:" msgstr "" #: ../../source/installation-guide/kolab-3.3/rhel-community.rst:95 msgid "`EPEL for CentOS 7`_" msgstr "" #: ../../source/installation-guide/kolab-3.3/rhel-community.rst:97 msgid "`EPEL for CentOS 6`_" msgstr "" #: ../../source/installation-guide/kolab-3.3/rhel-community.rst:103 msgid "Install the Kolab Groupware repository configuration:" msgstr "" #: ../../source/installation-guide/kolab-3.3/rhel-community.rst:105 msgid "For CentOS 7:" msgstr "" #: ../../source/installation-guide/kolab-3.3/rhel-community.rst:113 msgid "For CentOS 6:" msgstr "" #: ../../source/installation-guide/kolab-3.3/rhel-community.rst:121 msgid "Import the GPG key used to sign the packages:" msgstr "" #: ../../source/installation-guide/kolab-3.3/rhel-community.rst:131 msgid "" "The key's fingerprint is: ``79D8 6A05 FDE6 C9FB 4E43 A6C5 830C 2BCF 446D " "5A45``" msgstr "" #: ../../source/installation-guide/kolab-3.3/rhel-community.rst:138 msgid "Install Kolab Groupware:" msgstr "" #: ../../source/installation-guide/kolab-3.3/rhel-community.rst:144 msgid "Continue to :ref:`installation-guide-setup-kolab`." msgstr "" diff --git a/locale/zh_CN/LC_MESSAGES/installation-guide/kolab-3.3/suse.po b/locale/zh_CN/LC_MESSAGES/installation-guide/kolab-3.3/suse.po index 645c7503..8304601e 100644 --- a/locale/zh_CN/LC_MESSAGES/installation-guide/kolab-3.3/suse.po +++ b/locale/zh_CN/LC_MESSAGES/installation-guide/kolab-3.3/suse.po @@ -1,35 +1,34 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/installation-guide/kolab-3.3/suse.rst:90 msgid "Installation on SUSE Linux Enterprise Server" msgstr "" #: ../../source/installation-guide/kolab-3.3/suse.rst msgid "Todo" msgstr "" #: ../../source/installation-guide/kolab-3.3/suse.rst:94 msgid "" "The installation chapter for SUSE Linux Enterprise Server should be written." msgstr "" #: ../../source/installation-guide/kolab-3.3/suse.rst:96 msgid "Continue to :ref:`installation-guide-setup-kolab`." msgstr "" diff --git a/locale/zh_CN/LC_MESSAGES/installation-guide/kolab-3.3/ubuntu.po b/locale/zh_CN/LC_MESSAGES/installation-guide/kolab-3.3/ubuntu.po index 65bbce4a..bb4e17c7 100644 --- a/locale/zh_CN/LC_MESSAGES/installation-guide/kolab-3.3/ubuntu.po +++ b/locale/zh_CN/LC_MESSAGES/installation-guide/kolab-3.3/ubuntu.po @@ -1,77 +1,76 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/installation-guide/kolab-3.3/ubuntu.rst:90 msgid "Installation on Ubuntu" msgstr "" #: ../../source/installation-guide/kolab-3.3/ubuntu.rst:92 msgid "Add the following two lines to ``/etc/apt/sources.list.d/kolab.list``:" msgstr "" #: ../../source/installation-guide/kolab-3.3/ubuntu.rst:94 msgid "For Ubuntu 12.04:" msgstr "" #: ../../source/installation-guide/kolab-3.3/ubuntu.rst:101 msgid "For Ubuntu 13.10:" msgstr "" #: ../../source/installation-guide/kolab-3.3/ubuntu.rst:108 msgid "For Ubuntu 14.04:" msgstr "" #: ../../source/installation-guide/kolab-3.3/ubuntu.rst:115 msgid "Import the GPG key used to sign the packages:" msgstr "" #: ../../source/installation-guide/kolab-3.3/ubuntu.rst:125 msgid "" "The key's fingerprint is: ``79D8 6A05 FDE6 C9FB 4E43 A6C5 830C 2BCF 446D " "5A45``" msgstr "" #: ../../source/installation-guide/kolab-3.3/ubuntu.rst:131 msgid "" "To ensure the Kolab packages have priority over the Ubuntu packages, such as " "must be the case for PHP as well as Cyrus IMAP, please make sure the APT " "preferences pin the obs.kolabsys.com origin as a preferred source." msgstr "" #: ../../source/installation-guide/kolab-3.3/ubuntu.rst:135 msgid "Put the following in ``/etc/apt/preferences.d/kolab``:" msgstr "" #: ../../source/installation-guide/kolab-3.3/ubuntu.rst:143 msgid "Update the repository metadata:" msgstr "" #: ../../source/installation-guide/kolab-3.3/ubuntu.rst:149 msgid "Start the installation of the base package as follows:" msgstr "" #: ../../source/installation-guide/kolab-3.3/ubuntu.rst:155 msgid "" "When asked to confirm you want to install the package and its dependencies, " "press Enter." msgstr "" #: ../../source/installation-guide/kolab-3.3/ubuntu.rst:157 msgid "Continue to :ref:`installation-guide-setup-kolab`." msgstr "" diff --git a/locale/zh_CN/LC_MESSAGES/installation-guide/kolab-3.4/centos-7-community-3.4.po b/locale/zh_CN/LC_MESSAGES/installation-guide/kolab-3.4/centos-7-community-3.4.po index fdfab17b..9a77c55f 100644 --- a/locale/zh_CN/LC_MESSAGES/installation-guide/kolab-3.4/centos-7-community-3.4.po +++ b/locale/zh_CN/LC_MESSAGES/installation-guide/kolab-3.4/centos-7-community-3.4.po @@ -1,52 +1,51 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/installation-guide/kolab-3.4/centos-7-community-3.4.rst:92 msgid "Installation of Kolab 3.4 on CentOS 7" msgstr "" #: ../../source/installation-guide/kolab-3.4/centos-7-community-3.4.rst:94 msgid "Install the :term:`EPEL` repository:" msgstr "" #: ../../source/installation-guide/kolab-3.4/centos-7-community-3.4.rst:100 msgid "Install the Kolab Groupware repository configuration:" msgstr "" #: ../../source/installation-guide/kolab-3.4/centos-7-community-3.4.rst:108 msgid "Install the **yum-plugin-priorities** package:" msgstr "" #: ../../source/installation-guide/kolab-3.4/centos-7-community-3.4.rst:114 msgid "" "Make sure that the packages from the Kolab repositories have a higher " "priority than eg. the Epel packages:" msgstr "" #: ../../source/installation-guide/kolab-3.4/centos-7-community-3.4.rst:120 msgid "Import the GPG key used to sign the packages:" msgstr "" #: ../../source/installation-guide/kolab-3.4/centos-7-community-3.4.rst:126 msgid "Install Kolab Groupware:" msgstr "" #: ../../source/installation-guide/kolab-3.4/centos-7-community-3.4.rst:132 msgid "Continue to :ref:`installation-guide-setup-kolab`." msgstr "" diff --git a/locale/zh_CN/LC_MESSAGES/installation-guide/kolab-3.4/debian-7-community-3.4.po b/locale/zh_CN/LC_MESSAGES/installation-guide/kolab-3.4/debian-7-community-3.4.po index f297a2f6..87a3f334 100644 --- a/locale/zh_CN/LC_MESSAGES/installation-guide/kolab-3.4/debian-7-community-3.4.po +++ b/locale/zh_CN/LC_MESSAGES/installation-guide/kolab-3.4/debian-7-community-3.4.po @@ -1,65 +1,64 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/installation-guide/kolab-3.4/debian-7-community-3.4.rst:92 msgid "Installation of Kolab 3.4 on Debian 7" msgstr "" #: ../../source/installation-guide/kolab-3.4/debian-7-community-3.4.rst:94 msgid "Add the following two lines to ``/etc/apt/sources.list.d/kolab.list``:" msgstr "" #: ../../source/installation-guide/kolab-3.4/debian-7-community-3.4.rst:101 msgid "Import the GPG key used to sign the packages:" msgstr "" #: ../../source/installation-guide/kolab-3.4/debian-7-community-3.4.rst:111 msgid "" "The key's fingerprint is: ``79D8 6A05 FDE6 C9FB 4E43 A6C5 830C 2BCF 446D " "5A45``" msgstr "" #: ../../source/installation-guide/kolab-3.4/debian-7-community-3.4.rst:117 msgid "" "To ensure the Kolab packages have priority over the Debian packages, such as " "must be the case for PHP as well as Cyrus IMAP, please make sure the APT " "preferences pin the obs.kolabsys.com origin as a preferred source." msgstr "" #: ../../source/installation-guide/kolab-3.4/debian-7-community-3.4.rst:121 msgid "Put the following in ``/etc/apt/preferences.d/kolab``:" msgstr "" #: ../../source/installation-guide/kolab-3.4/debian-7-community-3.4.rst:129 msgid "Update the repository metadata:" msgstr "" #: ../../source/installation-guide/kolab-3.4/debian-7-community-3.4.rst:135 msgid "Start the installation of the base package as follows:" msgstr "" #: ../../source/installation-guide/kolab-3.4/debian-7-community-3.4.rst:141 msgid "" "When asked to confirm you want to install the package and its dependencies, " "press Enter." msgstr "" #: ../../source/installation-guide/kolab-3.4/debian-7-community-3.4.rst:143 msgid "Continue to :ref:`installation-guide-setup-kolab`." msgstr "" diff --git a/locale/zh_CN/LC_MESSAGES/installation-guide/kolab-3.4/debian-8-community-3.4.po b/locale/zh_CN/LC_MESSAGES/installation-guide/kolab-3.4/debian-8-community-3.4.po index 780cd9e0..8050f825 100644 --- a/locale/zh_CN/LC_MESSAGES/installation-guide/kolab-3.4/debian-8-community-3.4.po +++ b/locale/zh_CN/LC_MESSAGES/installation-guide/kolab-3.4/debian-8-community-3.4.po @@ -1,65 +1,64 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/installation-guide/kolab-3.4/debian-8-community-3.4.rst:92 msgid "Installation of Kolab 3.4 on Debian 8" msgstr "" #: ../../source/installation-guide/kolab-3.4/debian-8-community-3.4.rst:94 msgid "Add the following two lines to ``/etc/apt/sources.list.d/kolab.list``:" msgstr "" #: ../../source/installation-guide/kolab-3.4/debian-8-community-3.4.rst:101 msgid "Import the GPG key used to sign the packages:" msgstr "" #: ../../source/installation-guide/kolab-3.4/debian-8-community-3.4.rst:111 msgid "" "The key's fingerprint is: ``79D8 6A05 FDE6 C9FB 4E43 A6C5 830C 2BCF 446D " "5A45``" msgstr "" #: ../../source/installation-guide/kolab-3.4/debian-8-community-3.4.rst:117 msgid "" "To ensure the Kolab packages have priority over the Debian packages, such as " "must be the case for PHP as well as Cyrus IMAP, please make sure the APT " "preferences pin the obs.kolabsys.com origin as a preferred source." msgstr "" #: ../../source/installation-guide/kolab-3.4/debian-8-community-3.4.rst:121 msgid "Put the following in ``/etc/apt/preferences.d/kolab``:" msgstr "" #: ../../source/installation-guide/kolab-3.4/debian-8-community-3.4.rst:129 msgid "Update the repository metadata:" msgstr "" #: ../../source/installation-guide/kolab-3.4/debian-8-community-3.4.rst:135 msgid "Start the installation of the base package as follows:" msgstr "" #: ../../source/installation-guide/kolab-3.4/debian-8-community-3.4.rst:141 msgid "" "When asked to confirm you want to install the package and its dependencies, " "press Enter." msgstr "" #: ../../source/installation-guide/kolab-3.4/debian-8-community-3.4.rst:143 msgid "Continue to :ref:`installation-guide-setup-kolab`." msgstr "" diff --git a/locale/zh_CN/LC_MESSAGES/installation-guide/kolab-3.4/index.po b/locale/zh_CN/LC_MESSAGES/installation-guide/kolab-3.4/index.po index a05a5ce2..09c2e36a 100644 --- a/locale/zh_CN/LC_MESSAGES/installation-guide/kolab-3.4/index.po +++ b/locale/zh_CN/LC_MESSAGES/installation-guide/kolab-3.4/index.po @@ -1,26 +1,25 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/installation-guide/kolab-3.4/index.rst:90 msgid "Installation Instructions for Kolab 3.4" msgstr "" #: ../../source/installation-guide/kolab-3.4/index.rst:94 msgid "Kolab 3.4 is outdated and the latest release is Kolab 16." msgstr "" diff --git a/locale/zh_CN/LC_MESSAGES/installation-guide/kolab-3.4/rhel-7-community-3.4.po b/locale/zh_CN/LC_MESSAGES/installation-guide/kolab-3.4/rhel-7-community-3.4.po index 078be08d..7e8e82c6 100644 --- a/locale/zh_CN/LC_MESSAGES/installation-guide/kolab-3.4/rhel-7-community-3.4.po +++ b/locale/zh_CN/LC_MESSAGES/installation-guide/kolab-3.4/rhel-7-community-3.4.po @@ -1,52 +1,51 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/installation-guide/kolab-3.4/rhel-7-community-3.4.rst:92 msgid "Installation of Kolab 3.4 on Red Hat Enterprise Linux 7" msgstr "" #: ../../source/installation-guide/kolab-3.4/rhel-7-community-3.4.rst:94 msgid "Install the :term:`EPEL`_ repository:" msgstr "" #: ../../source/installation-guide/kolab-3.4/rhel-7-community-3.4.rst:100 msgid "Install the Kolab Groupware repository configuration:" msgstr "" #: ../../source/installation-guide/kolab-3.4/rhel-7-community-3.4.rst:108 msgid "Import the GPG key used to sign the packages:" msgstr "" #: ../../source/installation-guide/kolab-3.4/rhel-7-community-3.4.rst:114 msgid "" "Make sure that the packages from the Kolab repositories have a higher " "priority than eg. the Epel packages:" msgstr "" #: ../../source/installation-guide/kolab-3.4/rhel-7-community-3.4.rst:120 msgid "Install the **yum-plugin-priorities** package:" msgstr "" #: ../../source/installation-guide/kolab-3.4/rhel-7-community-3.4.rst:126 msgid "Install Kolab Groupware:" msgstr "" #: ../../source/installation-guide/kolab-3.4/rhel-7-community-3.4.rst:132 msgid "Continue to :ref:`installation-guide-setup-kolab`." msgstr "" diff --git a/locale/zh_CN/LC_MESSAGES/installation-guide/kolab-3.4/ucs-4-community-3.4.po b/locale/zh_CN/LC_MESSAGES/installation-guide/kolab-3.4/ucs-4-community-3.4.po index 42d75f00..a3ff2129 100644 --- a/locale/zh_CN/LC_MESSAGES/installation-guide/kolab-3.4/ucs-4-community-3.4.po +++ b/locale/zh_CN/LC_MESSAGES/installation-guide/kolab-3.4/ucs-4-community-3.4.po @@ -1,87 +1,86 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/installation-guide/kolab-3.4/ucs-4-community-3.4.rst:92 msgid "Installation of Kolab 3.4 on Univention Corporate Server 4" msgstr "" #: ../../source/installation-guide/kolab-3.4/ucs-4-community-3.4.rst:94 msgid "" "Kolab Groupware is available in the App Center included with Univention " "Corporate Server. The edition in the Univention Corporate Server App Center " "is the recommended edition of Kolab Groupware unless you have a support " "contract with `Kolab Systems`_ -- in which case you will want to install the " "enterprise edition as documented in :ref:`installation-ucs-enterprise`." msgstr "" #: ../../source/installation-guide/kolab-3.4/ucs-4-community-3.4.rst:103 msgid "" "There are **multiple versions** of Kolab for UCS. Make sure you choose the " "correct version for your requirements." msgstr "" #: ../../source/installation-guide/kolab-3.4/ucs-4-community-3.4.rst:107 msgid "Kolab Groupware from the OBS" msgstr "" #: ../../source/installation-guide/kolab-3.4/ucs-4-community-3.4.rst:111 msgid "" "This is a community version of Kolab Groupware, and it is not recommended " "you run this version in production. Instead, for production systems, use " "Kolab Enterprise from Kolab Systems." msgstr "" #: ../../source/installation-guide/kolab-3.4/ucs-4-community-3.4.rst:115 msgid "Add the following two lines to ``/etc/apt/sources.list.d/kolab.list``:" msgstr "" #: ../../source/installation-guide/kolab-3.4/ucs-4-community-3.4.rst:122 msgid "Import the GPG key used to sign the packages:" msgstr "" #: ../../source/installation-guide/kolab-3.4/ucs-4-community-3.4.rst:132 msgid "" "The key's fingerprint is: ``79D8 6A05 FDE6 C9FB 4E43 A6C5 830C 2BCF 446D " "5A45``" msgstr "" #: ../../source/installation-guide/kolab-3.4/ucs-4-community-3.4.rst:138 msgid "" "To ensure the Kolab packages have priority over the Debian packages, such as " "must be the case for PHP as well as Cyrus IMAP, please make sure the APT " "preferences pin the obs.kolabsys.com origin as a preferred source." msgstr "" #: ../../source/installation-guide/kolab-3.4/ucs-4-community-3.4.rst:142 msgid "Put the following in ``/etc/apt/preferences.d/kolab``:" msgstr "" #: ../../source/installation-guide/kolab-3.4/ucs-4-community-3.4.rst:150 msgid "Enable the unmaintained UCS software repositories:" msgstr "" #: ../../source/installation-guide/kolab-3.4/ucs-4-community-3.4.rst:156 msgid "Update the repository metadata and install Kolab:" msgstr "" #: ../../source/installation-guide/kolab-3.4/ucs-4-community-3.4.rst:164 msgid "" "The Kolab Groupware packages for Univention Corporate Server are configured " "automatically. There is no need to run any setup." msgstr "" diff --git a/locale/zh_CN/LC_MESSAGES/installation-guide/kontact-centos.po b/locale/zh_CN/LC_MESSAGES/installation-guide/kontact-centos.po index a119973f..d71f2a16 100644 --- a/locale/zh_CN/LC_MESSAGES/installation-guide/kontact-centos.po +++ b/locale/zh_CN/LC_MESSAGES/installation-guide/kontact-centos.po @@ -1,52 +1,51 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/installation-guide/kontact-centos.rst:90 msgid "Installation on CentOS" msgstr "" #: ../../source/installation-guide/kontact-centos.rst:92 msgid "Activate the EPEL repository:" msgstr "" #: ../../source/installation-guide/kontact-centos.rst:98 msgid "Install the Kontact repository configuration:" msgstr "" #: ../../source/installation-guide/kontact-centos.rst:100 msgid "For CentOS 7:" msgstr "" #: ../../source/installation-guide/kontact-centos.rst:107 msgid "" "Make sure that the Kolab Kontact repositories get a higher priority, eg. we " "need kdepimlibs to be installed from Kolab rather than from CentOS:" msgstr "" #: ../../source/installation-guide/kontact-centos.rst:117 msgid "Import the GPG key used to sign the packages:" msgstr "" #: ../../source/installation-guide/kontact-centos.rst:123 msgid "Install the Kolab Desktop Client" msgstr "" #: ../../source/installation-guide/kontact-centos.rst:129 msgid "Continue to :ref:`_settings-clientconfig-kontact`." msgstr "" diff --git a/locale/zh_CN/LC_MESSAGES/installation-guide/kontact-fedora.po b/locale/zh_CN/LC_MESSAGES/installation-guide/kontact-fedora.po index f83cc66f..b8058c98 100644 --- a/locale/zh_CN/LC_MESSAGES/installation-guide/kontact-fedora.po +++ b/locale/zh_CN/LC_MESSAGES/installation-guide/kontact-fedora.po @@ -1,52 +1,51 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/installation-guide/kontact-fedora.rst:90 msgid "Installation on Fedora" msgstr "" #: ../../source/installation-guide/kontact-fedora.rst:92 msgid "Install the Kontact repository configuration:" msgstr "" #: ../../source/installation-guide/kontact-fedora.rst:94 msgid "For Fedora 23 (Twenty Three):" msgstr "" #: ../../source/installation-guide/kontact-fedora.rst:101 msgid "For Fedora 22 (Twenty Two):" msgstr "" #: ../../source/installation-guide/kontact-fedora.rst:108 msgid "" "Make sure that the Kolab Kontact repositories get a higher priority, eg. we " "need kdepimlibs to be installed from Kolab rather than from Fedora:" msgstr "" #: ../../source/installation-guide/kontact-fedora.rst:118 msgid "Import the GPG key used to sign the packages:" msgstr "" #: ../../source/installation-guide/kontact-fedora.rst:124 msgid "Install the Kolab Desktop Client" msgstr "" #: ../../source/installation-guide/kontact-fedora.rst:130 msgid "Continue to :ref:`_settings-clientconfig-kontact`." msgstr "" diff --git a/locale/zh_CN/LC_MESSAGES/installation-guide/kontact-ubuntu.po b/locale/zh_CN/LC_MESSAGES/installation-guide/kontact-ubuntu.po index 6af46f05..9fcf3563 100644 --- a/locale/zh_CN/LC_MESSAGES/installation-guide/kontact-ubuntu.po +++ b/locale/zh_CN/LC_MESSAGES/installation-guide/kontact-ubuntu.po @@ -1,50 +1,49 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/installation-guide/kontact-ubuntu.rst:92 msgid "Installation on Ubuntu 14.04" msgstr "" #: ../../source/installation-guide/kontact-ubuntu.rst:94 msgid "Add the following line to ``/etc/apt/sources.list.d/kolab.list``:" msgstr "" #: ../../source/installation-guide/kontact-ubuntu.rst:100 msgid "Download the release key:" msgstr "" #: ../../source/installation-guide/kontact-ubuntu.rst:106 msgid "Add key to valid keys:" msgstr "" #: ../../source/installation-guide/kontact-ubuntu.rst:112 msgid "Update the sources:" msgstr "" #: ../../source/installation-guide/kontact-ubuntu.rst:118 msgid "Install kolab-desktop-client:" msgstr "" #: ../../source/installation-guide/kontact-ubuntu.rst:124 msgid "Start the Kolab Desktop Client:" msgstr "" #: ../../source/installation-guide/kontact-ubuntu.rst:130 msgid "Continue to :ref:`_settings-clientconfig-kontact`." msgstr "" diff --git a/locale/zh_CN/LC_MESSAGES/installation-guide/kontact-windows.po b/locale/zh_CN/LC_MESSAGES/installation-guide/kontact-windows.po index 8c77b34a..8e20fae6 100644 --- a/locale/zh_CN/LC_MESSAGES/installation-guide/kontact-windows.po +++ b/locale/zh_CN/LC_MESSAGES/installation-guide/kontact-windows.po @@ -1,106 +1,105 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/installation-guide/kontact-windows.rst:90 msgid "Installation on Windows" msgstr "" #: ../../source/installation-guide/kontact-windows.rst:92 msgid "The Windows version of Kontact is depending on the two tools:" msgstr "" #: ../../source/installation-guide/kontact-windows.rst:94 msgid "`MSVC2013 Redistributable x86`_" msgstr "" #: ../../source/installation-guide/kontact-windows.rst:95 msgid "`GPG4Win 2.2.0 Vanilla`_" msgstr "" #: ../../source/installation-guide/kontact-windows.rst:97 msgid "" "The installer is interactively offering to install these two dependencies " "(point 8. and 9.)." msgstr "" #: ../../source/installation-guide/kontact-windows.rst:100 msgid "Installation" msgstr "" #: ../../source/installation-guide/kontact-windows.rst:102 msgid "Download the latest installer_." msgstr "" #: ../../source/installation-guide/kontact-windows.rst:104 msgid "" "Navigate to the file in the file browser. Double click the file, or Right " "click and select \"Run\"." msgstr "" #: ../../source/installation-guide/kontact-windows.rst:106 msgid "" "Virus protection might not recognize the file as legitimate. Reply: \"Run " "the file anyway\"." msgstr "" #: ../../source/installation-guide/kontact-windows.rst:108 msgid "" "Flash screen: \" Welcome to the installation of Kontact E14\". Click \"Next" "\"." msgstr "" #: ../../source/installation-guide/kontact-windows.rst:111 msgid "Language selection dialogue" msgstr "" #: ../../source/installation-guide/kontact-windows.rst:114 msgid "Install location selection dialogue" msgstr "" #: ../../source/installation-guide/kontact-windows.rst:117 msgid "Install options dialogue" msgstr "" #: ../../source/installation-guide/kontact-windows.rst:120 msgid "Let the installer install GPG4WIN." msgstr "" #: ../../source/installation-guide/kontact-windows.rst:123 msgid "Let the installer install Visual Studio Redistributable 2013." msgstr "" #: ../../source/installation-guide/kontact-windows.rst:126 msgid "Installation progress bar" msgstr "" #: ../../source/installation-guide/kontact-windows.rst:129 msgid "" "When the Completion Screen is showing up, the installation is finished. " "Click \"Finish\"." msgstr "" #: ../../source/installation-guide/kontact-windows.rst:132 msgid "" "With the first start of the tool, the account setup wizard is starting to " "guide the user through the setup of the first account." msgstr "" #: ../../source/installation-guide/kontact-windows.rst:135 msgid "Proceed to \"First\"." msgstr "" diff --git a/locale/zh_CN/LC_MESSAGES/installation-guide/preparing-the-system.po b/locale/zh_CN/LC_MESSAGES/installation-guide/preparing-the-system.po index 929c1715..d46f4d39 100644 --- a/locale/zh_CN/LC_MESSAGES/installation-guide/preparing-the-system.po +++ b/locale/zh_CN/LC_MESSAGES/installation-guide/preparing-the-system.po @@ -1,401 +1,400 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2013, Jeroen van Meeuwen # This file is distributed under the same license as the Kolab Groupware # package. # # Translators: msgid "" msgstr "" "Project-Id-Version: Kolab Documentation\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: 2014-11-28 00:46+0000\n" "Last-Translator: Torsten Grote \n" "Language-Team: Chinese (China) (http://www.transifex.com/projects/p/kolab-" "documentation/language/zh_CN/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/installation-guide/preparing-the-system.rst:92 msgid "Preparing the System" msgstr "系统准备" #: ../../source/installation-guide/preparing-the-system.rst:97 msgid "Partitioning" msgstr "分区" #: ../../source/installation-guide/preparing-the-system.rst:99 #, python-format msgid "" "When installing the Kolab server, we recommend using LVM when partitioning " "the system. The following directories could benefit from being on separate " "logical volumes, leaving about 10% of raw disk space in the volume group " "unallocated:" msgstr "" #: ../../source/installation-guide/preparing-the-system.rst:104 msgid ":file:`/var/lib/dirsrv/`" msgstr "" #: ../../source/installation-guide/preparing-the-system.rst:105 msgid ":file:`/var/lib/mysql/`" msgstr "" #: ../../source/installation-guide/preparing-the-system.rst:106 msgid ":file:`/var/lib/imap/`" msgstr "" #: ../../source/installation-guide/preparing-the-system.rst:107 msgid ":file:`/var/spool/imap/`" msgstr "" #: ../../source/installation-guide/preparing-the-system.rst:111 msgid "" "Partition and/or divide into logical volumes, configure the mount points and " "mount the filesystems prior to the installation of packages, as packages may " "deploy files into these directories." msgstr "" #: ../../source/installation-guide/preparing-the-system.rst:115 msgid "" "Should you decide to partition only after the packages have already been " "installed, or after the deployment has already been used, first mount the " "filesystems somewhere else and synchronize the contents from the original " "directories over to the new filesystem hierarchy. Please note services " "should be stopped before doing so, or only corrupt data will be transfered. " "Remove the original contents of the filesystem after having synchronized, " "then mount the filesystems under their target mount points." msgstr "" #: ../../source/installation-guide/preparing-the-system.rst:124 msgid "" "For large or multi-domain installations, we suggest moving :file:`/var/lib/" "imap/` and :file:`/var/spool/imap/` to :file:`/srv/imap/[$domain/]config/` " "and :file:`/srv/imap/[$domain/]default/` respectively." msgstr "" #: ../../source/installation-guide/preparing-the-system.rst:129 msgid "" "In allowing :file:`/srv/imap/` to be one separate partition, backup using " "LVM snapshots is easier. Note that ``$domain`` in the aforementioned path is " "optional, and should only be used when multiple, but separate, isolated IMAP " "servers are to be started." msgstr "" #: ../../source/installation-guide/preparing-the-system.rst:136 msgid "" "When partitions are mounted under the aforementioned directories, they do " "not necessarily have the correct filesystem permissions any longer. The " "following is a list of default permissions." msgstr "" #: ../../source/installation-guide/preparing-the-system.rst:150 msgid "SELinux" msgstr "" #: ../../source/installation-guide/preparing-the-system.rst:152 msgid "" "Not all components of Kolab Groupware are currently completely compatible " "with running under SELinux enforcing the targeted policy." msgstr "" #: ../../source/installation-guide/preparing-the-system.rst:155 msgid "" "Please consider configuring SELinux to be permissive. Please let us know " "what AVC denials occur so we can work on fixing the issue." msgstr "" #: ../../source/installation-guide/preparing-the-system.rst:160 msgid "" "The Kolab Web Administration Panel and Cyrus IMAP against the Kolab SASL " "authentication daemon currently require SELinux **NOT** enforcing the " "targeted policy." msgstr "" #: ../../source/installation-guide/preparing-the-system.rst:164 msgid "" "To view the current mode SELinux operates in, execute the following command:" msgstr "" #: ../../source/installation-guide/preparing-the-system.rst:171 msgid "" "To temporarily disable SELinux's enforcement of the targeted policy (without " "rebooting the system), issue the following command:" msgstr "" #: ../../source/installation-guide/preparing-the-system.rst:178 msgid "" "To disable SELinux's enforcement of the targeted policy in a manner " "persistent across system restarts, edit :file:`/etc/selinux/config` and set " "SELINUX to permissive rather than enforcing. Doing so also changes the " "``Mode from config file:`` line in the output of :command:`sestatus`." msgstr "" #: ../../source/installation-guide/preparing-the-system.rst:186 msgid "System Firewall" msgstr "" #: ../../source/installation-guide/preparing-the-system.rst:188 msgid "" "Kolab Groupware deliberately does not touch any firewall settings, perhaps " "wrongly assuming you know best. Before you continue, you should verify your " "firewall allows the standard ports used with Kolab Groupware. These ports " "include:" msgstr "" #: ../../source/installation-guide/preparing-the-system.rst:194 msgid "Port" msgstr "端口" #: ../../source/installation-guide/preparing-the-system.rst:194 msgid "Protocol" msgstr "协议" #: ../../source/installation-guide/preparing-the-system.rst:194 msgid "Description" msgstr "描述" #: ../../source/installation-guide/preparing-the-system.rst:196 msgid "25" msgstr "" #: ../../source/installation-guide/preparing-the-system.rst:196 #: ../../source/installation-guide/preparing-the-system.rst:198 #: ../../source/installation-guide/preparing-the-system.rst:200 #: ../../source/installation-guide/preparing-the-system.rst:202 #: ../../source/installation-guide/preparing-the-system.rst:204 #: ../../source/installation-guide/preparing-the-system.rst:206 #: ../../source/installation-guide/preparing-the-system.rst:208 #: ../../source/installation-guide/preparing-the-system.rst:210 #: ../../source/installation-guide/preparing-the-system.rst:212 #: ../../source/installation-guide/preparing-the-system.rst:214 #: ../../source/installation-guide/preparing-the-system.rst:216 #: ../../source/installation-guide/preparing-the-system.rst:218 #: ../../source/installation-guide/preparing-the-system.rst:220 msgid "tcp" msgstr "" #: ../../source/installation-guide/preparing-the-system.rst:196 msgid "Used to receive emails." msgstr "用于接收邮件。" #: ../../source/installation-guide/preparing-the-system.rst:198 msgid "80" msgstr "" #: ../../source/installation-guide/preparing-the-system.rst:198 msgid "Used for web interfaces." msgstr "用于web界面。" #: ../../source/installation-guide/preparing-the-system.rst:200 msgid "110" msgstr "" #: ../../source/installation-guide/preparing-the-system.rst:200 msgid "Used for POP." msgstr "用于POP。" #: ../../source/installation-guide/preparing-the-system.rst:202 msgid "143" msgstr "" #: ../../source/installation-guide/preparing-the-system.rst:202 msgid "Used for IMAP." msgstr "用于IMAP。" #: ../../source/installation-guide/preparing-the-system.rst:204 msgid "389" msgstr "" #: ../../source/installation-guide/preparing-the-system.rst:204 msgid "Used for LDAP directory services." msgstr "用于LDAP目录服务。" #: ../../source/installation-guide/preparing-the-system.rst:206 msgid "443" msgstr "" #: ../../source/installation-guide/preparing-the-system.rst:206 msgid "Used for secure web interfaces." msgstr "用于安全的Web界面。" #: ../../source/installation-guide/preparing-the-system.rst:208 msgid "465" msgstr "465" #: ../../source/installation-guide/preparing-the-system.rst:208 msgid "Used for secure mail transmission." msgstr "用于安全的邮件传输。" #: ../../source/installation-guide/preparing-the-system.rst:210 msgid "587" msgstr "587" #: ../../source/installation-guide/preparing-the-system.rst:210 msgid "Used for secure mail submission." msgstr "用于安全的邮件发送。" #: ../../source/installation-guide/preparing-the-system.rst:212 msgid "636" msgstr "636" #: ../../source/installation-guide/preparing-the-system.rst:212 msgid "Used for secure LDAP directory services." msgstr "用于安全的LDAP目录服务。" #: ../../source/installation-guide/preparing-the-system.rst:214 msgid "993" msgstr "993" #: ../../source/installation-guide/preparing-the-system.rst:214 msgid "Used for secure IMAP." msgstr "用于安全的IMAP。" #: ../../source/installation-guide/preparing-the-system.rst:216 msgid "995" msgstr "995" #: ../../source/installation-guide/preparing-the-system.rst:216 msgid "Used for secure POP." msgstr "用于安全的POP。" #: ../../source/installation-guide/preparing-the-system.rst:218 msgid "4190" msgstr "" #: ../../source/installation-guide/preparing-the-system.rst:218 msgid "Used for Managesieve." msgstr "" #: ../../source/installation-guide/preparing-the-system.rst:220 msgid "8080" msgstr "" #: ../../source/installation-guide/preparing-the-system.rst:220 -#, fuzzy msgid "Used for Manticore." msgstr "用于安全的POP。" #: ../../source/installation-guide/preparing-the-system.rst:224 msgid "CentOS / RHEL 6" msgstr "" #: ../../source/installation-guide/preparing-the-system.rst:226 msgid "" "Summarizing these changes into /etc/sysconfig/iptables, working off of an " "original, default installation of Enterprise Linux 6, this file would look " "as follows:" msgstr "" #: ../../source/installation-guide/preparing-the-system.rst:259 msgid "After changing /etc/sysconfig/iptables, execute a service restart:" msgstr "" #: ../../source/installation-guide/preparing-the-system.rst:266 msgid "CentOS / RHEL 7" msgstr "" #: ../../source/installation-guide/preparing-the-system.rst:268 msgid "" "CentOS / RHEL 6 is using the ``firewalld`` to manage the kernel firewall. " "You've to make use of the ``firewall-cmd`` command to add new rules to open " "the required ports." msgstr "" #: ../../source/installation-guide/preparing-the-system.rst:272 msgid "" "This script will open the required ports/services and make this changes " "permanent and reboot-save." msgstr "" #: ../../source/installation-guide/preparing-the-system.rst:288 msgid "System Users" msgstr "" #: ../../source/installation-guide/preparing-the-system.rst:290 msgid "" "No user or group with IDs 412, 413 or 414 may exist on the system prior to " "the installation of Kolab." msgstr "" #: ../../source/installation-guide/preparing-the-system.rst:293 msgid "" "No user or group with the names kolab, kolab-n or kolab-r may exist on the " "system prior to the installation of Kolab." msgstr "" #: ../../source/installation-guide/preparing-the-system.rst:299 msgid "The System Hostname and FQDN" msgstr "系统的主机名和完整域名" #: ../../source/installation-guide/preparing-the-system.rst:301 msgid "" "The setup procedure of Kolab Groupware also requires that the Fully " "Qualified Domain Name (FQDN) for the system resolves back to the system. If " "the FQDN does not resolve back to the system itself, the Kolab Groupware " "server components will refer to the system by the configured or detected " "FQDN, but will fail to communicate with one another." msgstr "" #: ../../source/installation-guide/preparing-the-system.rst:309 msgid "" "Please see `Why Your System Should Have a Proper FQDN`_ for more information." msgstr "" #: ../../source/installation-guide/preparing-the-system.rst:312 msgid "" "Should the FQDN of the system (found with hostname -f) be, for example, " "``kolab.example.org``, then ``kolab.example.org`` should resolve to the IP " "address configured on one of the network interfaces not the loopback " "interface, and the IP address configured on said network interface should " "have a reverse DNS entry resulting in at least ``kolab.example.org``." msgstr "" #: ../../source/installation-guide/preparing-the-system.rst:320 msgid "Example Network and DNS Configuration" msgstr "网络和DNS设置示例" #: ../../source/installation-guide/preparing-the-system.rst:322 msgid "" "The following lists an example network and DNS configuration for a Kolab " "Groupware server." msgstr "下面列出了针对Kolab Groupware服务所需的网络和DNS设置的一个示例" #: ../../source/installation-guide/preparing-the-system.rst:343 msgid "The following depicts what services like LDAP and others will be using:" msgstr "" #: ../../source/installation-guide/preparing-the-system.rst:350 msgid "" "If you want to quickly fix your system's FQDN resolving back to your server, " "an entry in :file:`/etc/hosts` suffices for the time being:" msgstr "" #: ../../source/installation-guide/preparing-the-system.rst:358 msgid "LXC Containers" msgstr "" #: ../../source/installation-guide/preparing-the-system.rst:360 msgid "" "LXC containers (\"chroots on steroids\") need ``/dev/shm/`` mounted read/" "write for user accounts." msgstr "" #: ../../source/installation-guide/preparing-the-system.rst:363 msgid "The permissions on /dev/shm/ need to be as follows:" msgstr "" #: ../../source/installation-guide/preparing-the-system.rst:370 msgid "" "To make sure the permissions are correct even after a reboot, make sure ``/" "etc/fstab`` contains a line similar to the following:" msgstr "" #: ../../source/installation-guide/preparing-the-system.rst:377 msgid "" "Note that alongside ``/dev/shm`` problems, resolving hostnames (especially " "``localhost`` to ``127.0.0.1``, or inversely, ``127.0.0.1`` to " "``localhost``) have also been reported." msgstr "" diff --git a/locale/zh_CN/LC_MESSAGES/installation-guide/rhel-7.po b/locale/zh_CN/LC_MESSAGES/installation-guide/rhel-7.po index 12f8b081..a00db490 100644 --- a/locale/zh_CN/LC_MESSAGES/installation-guide/rhel-7.po +++ b/locale/zh_CN/LC_MESSAGES/installation-guide/rhel-7.po @@ -1,62 +1,61 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/installation-guide/rhel-7.rst:92 msgid "Installation of Kolab 16 on Red Hat Enterprise Linux 7" msgstr "" #: ../../source/installation-guide/rhel-7.rst:94 msgid "" "The installation of Kolab Groupware on Red Hat Enterprise Linux installs a " "number of additional packages, from the :term:`EPEL` software repository." msgstr "" #: ../../source/installation-guide/rhel-7.rst:99 msgid "Installation Procedure" msgstr "" #: ../../source/installation-guide/rhel-7.rst:101 msgid "Install the :term:`EPEL` repository:" msgstr "" #: ../../source/installation-guide/rhel-7.rst:107 msgid "Install the Kolab Groupware repository configuration:" msgstr "" #: ../../source/installation-guide/rhel-7.rst:114 msgid "Import the GPG key used to sign the packages:" msgstr "" #: ../../source/installation-guide/rhel-7.rst:120 msgid "Install the **yum-plugin-priorities** package:" msgstr "" #: ../../source/installation-guide/rhel-7.rst:126 msgid "" "Make sure that the packages from the Kolab repositories have a higher " "priority than eg. the :term:`EPEL` packages:" msgstr "" #: ../../source/installation-guide/rhel-7.rst:132 msgid "Install Kolab Groupware:" msgstr "" #: ../../source/installation-guide/rhel-7.rst:138 msgid "Continue to :ref:`installation-guide-setup-kolab`." msgstr "" diff --git a/locale/zh_CN/LC_MESSAGES/installation-guide/winterfell/centos-7.po b/locale/zh_CN/LC_MESSAGES/installation-guide/winterfell/centos-7.po index 02754fa8..4b08bcf6 100644 --- a/locale/zh_CN/LC_MESSAGES/installation-guide/winterfell/centos-7.po +++ b/locale/zh_CN/LC_MESSAGES/installation-guide/winterfell/centos-7.po @@ -1,58 +1,57 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/installation-guide/winterfell/centos-7.rst:92 msgid "Installation of Kolab Winterfell on CentOS 7" msgstr "" #: ../../source/installation-guide/winterfell/centos-7.rst:96 msgid "" "Kolab Winterfell eats babies, for breakfast. There is potential data-loss " "included." msgstr "" #: ../../source/installation-guide/winterfell/centos-7.rst:98 msgid "Install the :term:`EPEL` repository:" msgstr "" #: ../../source/installation-guide/winterfell/centos-7.rst:104 msgid "Install the Kolab Groupware repository configuration:" msgstr "" #: ../../source/installation-guide/winterfell/centos-7.rst:111 msgid "Import the GPG key used to sign the packages:" msgstr "" #: ../../source/installation-guide/winterfell/centos-7.rst:117 msgid "Install the **yum-plugin-priorities** package:" msgstr "" #: ../../source/installation-guide/winterfell/centos-7.rst:123 msgid "" "Make sure that the packages from the Kolab repositories have a higher " "priority than eg. the Epel packages:" msgstr "" #: ../../source/installation-guide/winterfell/centos-7.rst:129 msgid "Install Kolab Groupware:" msgstr "" #: ../../source/installation-guide/winterfell/centos-7.rst:135 msgid "Continue to :ref:`installation-guide-setup-kolab`." msgstr "" diff --git a/locale/zh_CN/LC_MESSAGES/installation-guide/winterfell/debian-8.po b/locale/zh_CN/LC_MESSAGES/installation-guide/winterfell/debian-8.po index 7d5b3112..528c7164 100644 --- a/locale/zh_CN/LC_MESSAGES/installation-guide/winterfell/debian-8.po +++ b/locale/zh_CN/LC_MESSAGES/installation-guide/winterfell/debian-8.po @@ -1,59 +1,58 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/installation-guide/winterfell/debian-8.rst:92 msgid "Installation of Kolab Winterfell on Debian 8" msgstr "" #: ../../source/installation-guide/winterfell/debian-8.rst:96 msgid "" "Kolab Winterfell eats babies, for breakfast. There is potential data-loss " "included." msgstr "" #: ../../source/installation-guide/winterfell/debian-8.rst:98 msgid "Add the following two lines to ``/etc/apt/sources.list.d/kolab.list``:" msgstr "" #: ../../source/installation-guide/winterfell/debian-8.rst:105 msgid "Import the GPG key used to sign the packages:" msgstr "" #: ../../source/installation-guide/winterfell/debian-8.rst:111 msgid "" "To ensure the Kolab packages have priority over the Debian packages, such as " "must be the case for PHP as well as Cyrus IMAP, please make sure the APT " "preferences pin the obs.kolabsys.com origin as a preferred source." msgstr "" #: ../../source/installation-guide/winterfell/debian-8.rst:115 msgid "Put the following in ``/etc/apt/preferences.d/kolab``:" msgstr "" #: ../../source/installation-guide/winterfell/debian-8.rst:123 msgid "Update the repository metadata:" msgstr "" #: ../../source/installation-guide/winterfell/debian-8.rst:129 msgid "Start the installation of the base package as follows:" msgstr "" #: ../../source/installation-guide/winterfell/debian-8.rst:135 msgid "Continue to :ref:`installation-guide-setup-kolab`." msgstr "" diff --git a/locale/zh_CN/LC_MESSAGES/installation-guide/winterfell/fedora-23.po b/locale/zh_CN/LC_MESSAGES/installation-guide/winterfell/fedora-23.po index 63fd00ad..6700559a 100644 --- a/locale/zh_CN/LC_MESSAGES/installation-guide/winterfell/fedora-23.po +++ b/locale/zh_CN/LC_MESSAGES/installation-guide/winterfell/fedora-23.po @@ -1,50 +1,49 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/installation-guide/winterfell/fedora-23.rst:92 msgid "Installation of Kolab Winterfell on Fedora 23" msgstr "" #: ../../source/installation-guide/winterfell/fedora-23.rst:96 msgid "" "Kolab Winterfell eats babies, for breakfast. There is potential data-loss " "included." msgstr "" #: ../../source/installation-guide/winterfell/fedora-23.rst:98 msgid "Install the Kolab Groupware repository configuration:" msgstr "" #: ../../source/installation-guide/winterfell/fedora-23.rst:105 msgid "Import the GPG key used to sign the packages:" msgstr "" #: ../../source/installation-guide/winterfell/fedora-23.rst:111 msgid "" "Make sure that the packages from the Kolab repositories have a higher " "priority than the stock repositories:" msgstr "" #: ../../source/installation-guide/winterfell/fedora-23.rst:117 msgid "Install Kolab Groupware:" msgstr "" #: ../../source/installation-guide/winterfell/fedora-23.rst:123 msgid "Continue to :ref:`installation-guide-setup-kolab`." msgstr "" diff --git a/locale/zh_CN/LC_MESSAGES/installation-guide/winterfell/index.po b/locale/zh_CN/LC_MESSAGES/installation-guide/winterfell/index.po index 24e0a4ec..23d94c6d 100644 --- a/locale/zh_CN/LC_MESSAGES/installation-guide/winterfell/index.po +++ b/locale/zh_CN/LC_MESSAGES/installation-guide/winterfell/index.po @@ -1,50 +1,49 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/installation-guide/winterfell/index.rst:92 msgid "Installing Kolab Winterfell" msgstr "" #: ../../source/installation-guide/winterfell/index.rst:94 msgid "" "A word of caution is justified. Please, pretty please, puppy-face and all " "that included:" msgstr "" #: ../../source/installation-guide/winterfell/index.rst:97 msgid "**Kolab Winterfell eats babies, for breakfast.**" msgstr "" #: ../../source/installation-guide/winterfell/index.rst:99 msgid "" "We expect consumers of Winterfell to be experienced contributors, or #YOLO " "believers." msgstr "" #: ../../source/installation-guide/winterfell/index.rst:101 msgid "" "To clarify, this means that while Winterfell is tested through continuous " "integration before updates land in the repositories, there is **NO** " "guarantee on current CI dealing with technical debt appropriately, nor a " "functional upgrade path having been provided." msgstr "" #: ../../source/installation-guide/winterfell/index.rst:106 msgid "You've been warned." msgstr "" diff --git a/locale/zh_CN/LC_MESSAGES/installation-guide/winterfell/rhel-7.po b/locale/zh_CN/LC_MESSAGES/installation-guide/winterfell/rhel-7.po index f2a7a74b..e47c2a60 100644 --- a/locale/zh_CN/LC_MESSAGES/installation-guide/winterfell/rhel-7.po +++ b/locale/zh_CN/LC_MESSAGES/installation-guide/winterfell/rhel-7.po @@ -1,58 +1,57 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/installation-guide/winterfell/rhel-7.rst:92 msgid "Installation of Kolab Winterfell on Red Hat Enterprise Linux 7" msgstr "" #: ../../source/installation-guide/winterfell/rhel-7.rst:96 msgid "" "Kolab Winterfell eats babies, for breakfast. There is potential data-loss " "included." msgstr "" #: ../../source/installation-guide/winterfell/rhel-7.rst:98 msgid "Install the :term:`EPEL` repository:" msgstr "" #: ../../source/installation-guide/winterfell/rhel-7.rst:104 msgid "Install the Kolab Groupware repository configuration:" msgstr "" #: ../../source/installation-guide/winterfell/rhel-7.rst:111 msgid "Import the GPG key used to sign the packages:" msgstr "" #: ../../source/installation-guide/winterfell/rhel-7.rst:117 msgid "Install the **yum-plugin-priorities** package:" msgstr "" #: ../../source/installation-guide/winterfell/rhel-7.rst:123 msgid "" "Make sure that the packages from the Kolab repositories have a higher " "priority than eg. the :term:`EPEL` packages:" msgstr "" #: ../../source/installation-guide/winterfell/rhel-7.rst:129 msgid "Install Kolab Groupware:" msgstr "" #: ../../source/installation-guide/winterfell/rhel-7.rst:135 msgid "Continue to :ref:`installation-guide-setup-kolab`." msgstr "" diff --git a/locale/zh_CN/LC_MESSAGES/installation-guide/winterfell/ubuntu-14.04.po b/locale/zh_CN/LC_MESSAGES/installation-guide/winterfell/ubuntu-14.04.po index c726b779..4e24f9bc 100644 --- a/locale/zh_CN/LC_MESSAGES/installation-guide/winterfell/ubuntu-14.04.po +++ b/locale/zh_CN/LC_MESSAGES/installation-guide/winterfell/ubuntu-14.04.po @@ -1,59 +1,58 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/installation-guide/winterfell/ubuntu-14.04.rst:92 msgid "Installation of Kolab Winterfell on Ubuntu 14.04" msgstr "" #: ../../source/installation-guide/winterfell/ubuntu-14.04.rst:96 msgid "" "Kolab Winterfell eats babies, for breakfast. There is potential data-loss " "included." msgstr "" #: ../../source/installation-guide/winterfell/ubuntu-14.04.rst:98 msgid "Add the following two lines to ``/etc/apt/sources.list.d/kolab.list``:" msgstr "" #: ../../source/installation-guide/winterfell/ubuntu-14.04.rst:105 msgid "Import the GPG key used to sign the packages:" msgstr "" #: ../../source/installation-guide/winterfell/ubuntu-14.04.rst:111 msgid "" "To ensure the Kolab packages have priority over the Ubuntu packages, such as " "must be the case for PHP as well as Cyrus IMAP, please make sure the APT " "preferences pin the obs.kolabsys.com origin as a preferred source." msgstr "" #: ../../source/installation-guide/winterfell/ubuntu-14.04.rst:115 msgid "Put the following in ``/etc/apt/preferences.d/kolab``:" msgstr "" #: ../../source/installation-guide/winterfell/ubuntu-14.04.rst:123 msgid "Update the repository metadata:" msgstr "" #: ../../source/installation-guide/winterfell/ubuntu-14.04.rst:129 msgid "Start the installation of the base package as follows:" msgstr "" #: ../../source/installation-guide/winterfell/ubuntu-14.04.rst:135 msgid "Continue to :ref:`installation-guide-setup-kolab`." msgstr "" diff --git a/locale/zh_CN/LC_MESSAGES/installation-guide/winterfell/ubuntu-16.04.po b/locale/zh_CN/LC_MESSAGES/installation-guide/winterfell/ubuntu-16.04.po index 91273d51..24521bf3 100644 --- a/locale/zh_CN/LC_MESSAGES/installation-guide/winterfell/ubuntu-16.04.po +++ b/locale/zh_CN/LC_MESSAGES/installation-guide/winterfell/ubuntu-16.04.po @@ -1,59 +1,58 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/installation-guide/winterfell/ubuntu-16.04.rst:92 msgid "Installation of Kolab Winterfell on Ubuntu 16.04" msgstr "" #: ../../source/installation-guide/winterfell/ubuntu-16.04.rst:96 msgid "" "Kolab Winterfell eats babies, for breakfast. There is potential data-loss " "included." msgstr "" #: ../../source/installation-guide/winterfell/ubuntu-16.04.rst:98 msgid "Add the following two lines to ``/etc/apt/sources.list.d/kolab.list``:" msgstr "" #: ../../source/installation-guide/winterfell/ubuntu-16.04.rst:105 msgid "Import the GPG key used to sign the packages:" msgstr "" #: ../../source/installation-guide/winterfell/ubuntu-16.04.rst:111 msgid "" "To ensure the Kolab packages have priority over the Ubuntu packages, such as " "must be the case for PHP as well as Cyrus IMAP, please make sure the APT " "preferences pin the obs.kolabsys.com origin as a preferred source." msgstr "" #: ../../source/installation-guide/winterfell/ubuntu-16.04.rst:115 msgid "Put the following in ``/etc/apt/preferences.d/kolab``:" msgstr "" #: ../../source/installation-guide/winterfell/ubuntu-16.04.rst:123 msgid "Update the repository metadata:" msgstr "" #: ../../source/installation-guide/winterfell/ubuntu-16.04.rst:129 msgid "Start the installation of the base package as follows:" msgstr "" #: ../../source/installation-guide/winterfell/ubuntu-16.04.rst:135 msgid "Continue to :ref:`installation-guide-setup-kolab`." msgstr "" diff --git a/locale/zh_CN/LC_MESSAGES/introduction/advantages-of-subscription.po b/locale/zh_CN/LC_MESSAGES/introduction/advantages-of-subscription.po index b32b2f00..e882f264 100644 --- a/locale/zh_CN/LC_MESSAGES/introduction/advantages-of-subscription.po +++ b/locale/zh_CN/LC_MESSAGES/introduction/advantages-of-subscription.po @@ -1,151 +1,150 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/introduction/advantages-of-subscription.rst:92 msgid "The Advantages of Having A Kolab Subscription" msgstr "" #: ../../source/introduction/advantages-of-subscription.rst:94 msgid "" "Subscription-based support is available for Kolab from `Kolab Systems AG`_. " "Kolab Systems is the primary developer and maintainer of Kolab, and provides " "enterprise-level design, deployment, development, and support for Kolab " "installations to public and private organizations of all sizes. " "Subscriptions are offered on a per-seat basis, and provide subscribers with " "distinct advantages." msgstr "" #: ../../source/introduction/advantages-of-subscription.rst:100 msgid "The Benefits of Having a Kolab Subscription" msgstr "" #: ../../source/introduction/advantages-of-subscription.rst:102 msgid "" "Subscriptions are an excellent way to support the ongoing development of " "Kolab, as proceeds go directly into infrastructure Kolab development relies " "on as well as the employment of the core Kolab technical team." msgstr "" #: ../../source/introduction/advantages-of-subscription.rst:106 msgid "" "But the most compelling aspect of subscriptions are the exclusive benefits " "that come with them. These advantages reliably lower the cost of ownership " "and increase overall reliability for the customer, including:" msgstr "" #: ../../source/introduction/advantages-of-subscription.rst:109 msgid "Access to rolling security and bugfix updates" msgstr "" #: ../../source/introduction/advantages-of-subscription.rst:111 msgid "" "Non-subscribers will need to update their Kolab installations annually to " "get the last year's worth of fixes and improvements. Subscribers, on the " "other hand, benefit immediately from fixes as they become available between " "releases. Along with releases, all updates are cryptographically signed with " "Kolab System's private GPG key allowing verification of the binaries." msgstr "" #: ../../source/introduction/advantages-of-subscription.rst:116 msgid "Five years of extended support for each release" msgstr "" #: ../../source/introduction/advantages-of-subscription.rst:118 msgid "" "This is vitally important for production deployments, as significant changes " "may occur from one annual release to the next. Performing “update the world” " "upgrades to production systems every year can be a significant task and " "induce risk, both of which incur costs. Subscribers, on the other hand, can " "upgrade when it fits their interests best, secure in the knowledge that the " "version of Kolab they are currently running will be supported for years to " "come in that configuration." msgstr "" #: ../../source/introduction/advantages-of-subscription.rst:124 msgid "" "And of course, all released packages are kept in perpetuity, which grants " "additional management flexibility, such as being able to downgrade specific " "components via the package manager if needed." msgstr "" #: ../../source/introduction/advantages-of-subscription.rst:127 msgid "Professional support from Kolab Systems" msgstr "" #: ../../source/introduction/advantages-of-subscription.rst:129 msgid "" "If problems are encountered during setup, deployment, migration or " "production usage, you can access the expertise of Kolab Systems' technical " "support team through your subscription privileges, such as access to our " "internal ticketing system. Subscribers also receive greater priority in the " "community support forums and other communication channels Kolab Systems " "maintains." msgstr "" #: ../../source/introduction/advantages-of-subscription.rst:135 msgid "Professional services" msgstr "" #: ../../source/introduction/advantages-of-subscription.rst:137 msgid "" "Kolab Systems' “Tiger Team” of specialists may be retained by those with " "active Kolab subscriptions. Services which are available on a per-project " "basis include deployment planning and management, infrastructure integration " "(e.g. with existing directory services, including Active Directory), custom " "development, and white-labeling. For deployments with special requirements " "or that need to scale reliably, this expertise in high-availability, load-" "balancing, cluster/cloud deployment, and integration is invaluable." msgstr "" #: ../../source/introduction/advantages-of-subscription.rst:143 msgid "" "Subscribers also have greater influence over where Kolab Systems focuses " "development resources for upcoming releases in general." msgstr "" #: ../../source/introduction/advantages-of-subscription.rst:146 msgid "Access to optimized system packages" msgstr "" #: ../../source/introduction/advantages-of-subscription.rst:148 msgid "" "By default, Kolab uses the stock packages for PHP, Apache HTTPD, MariaDB, " "openSSL and others that come with the base operating system. Kolab Systems " "engineers have made many improvements to the configuration and builds of " "these packages that are available exclusively to subscribers." msgstr "" #: ../../source/introduction/advantages-of-subscription.rst:152 msgid "" "These optimizations ensure, for instance, that Roundcube scales well and " "that encryption is set up in the most secure way possible for Kolab's needs. " "Every production environment benefits from this tuning and fitness work, and " "is only available to Kolab subscribers." msgstr "" #: ../../source/introduction/advantages-of-subscription.rst:157 msgid "Have Questions or Comments?" msgstr "" #: ../../source/introduction/advantages-of-subscription.rst:159 msgid "" "We welcome feedback from our users, customers and partners. If you have any " "questions, concerns or comments about the information in this briefing, " "please do not hesitate to contact us by email at info@kolabsystems.com." msgstr "" diff --git a/locale/zh_CN/LC_MESSAGES/introduction/do-it-yourself-or-kolab.po b/locale/zh_CN/LC_MESSAGES/introduction/do-it-yourself-or-kolab.po index cff10cde..1b8a3f85 100644 --- a/locale/zh_CN/LC_MESSAGES/introduction/do-it-yourself-or-kolab.po +++ b/locale/zh_CN/LC_MESSAGES/introduction/do-it-yourself-or-kolab.po @@ -1,158 +1,157 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/introduction/do-it-yourself-or-kolab.rst:92 msgid "Do It Yourself, or Kolab?" msgstr "" #: ../../source/introduction/do-it-yourself-or-kolab.rst:96 msgid "" "While we put an emphasis on the benefits of using Kolab Groupware rather " "than you DIY groupware server, please do not feel discouraged to pursue a " "DIY groupware server on your own -- we believe that once you have, you may " "appreciate Kolab Groupware more, rather than less." msgstr "" #: ../../source/introduction/do-it-yourself-or-kolab.rst:102 msgid "" "Should you choose to DIY a groupware server, you would typically start with " "choosing a series of components that are available to you that could be made " "to provide you with the set of features you desire. A suggested set of such " "components might include:" msgstr "" #: ../../source/introduction/do-it-yourself-or-kolab.rst:107 msgid "A Mail Transfer Agent (MTA) such as **Postfix**," msgstr "" #: ../../source/introduction/do-it-yourself-or-kolab.rst:109 msgid "An IMAP server such as **Cyrus IMAP**," msgstr "" #: ../../source/introduction/do-it-yourself-or-kolab.rst:111 msgid "A web client such as **Roundcube**," msgstr "" #: ../../source/introduction/do-it-yourself-or-kolab.rst:113 msgid "An LDAP server such as **389 Directory Server**." msgstr "" #: ../../source/introduction/do-it-yourself-or-kolab.rst:115 msgid "" "You would be able to hook up Postfix to Cyrus IMAP, hook up Postfix to LDAP " "for recipient email address verification and authentication, hook up Cyrus " "IMAP to LDAP for authentication and authorization, and hook up the web " "client to Postfix, Cyrus IMAP and LDAP, providing you with a basic " "infrastructure to exchange emails." msgstr "" #: ../../source/introduction/do-it-yourself-or-kolab.rst:121 msgid "" "Even just the initial setup can appear quite daunting -- something as " "seemingly straight-forward as SMTP turns out to become quite complex when " "you keep security and integrity in mind, but you want to enable your users " "to send using an envelope sender address that is not their authorization ID " "(i.e. their login username)." msgstr "" #: ../../source/introduction/do-it-yourself-or-kolab.rst:127 msgid "" "Additional configuration could be applied to provide the web client with a " "Global Address Book for auto-completion and distribution groups, and " "probably also a few other features of the software. However it could not be " "set up to include additional user identities, alias sender email addresses, " "delegation nor managed shared folders." msgstr "" #: ../../source/introduction/do-it-yourself-or-kolab.rst:133 msgid "" "This may leave some items to be desired, but perhaps not all of them are " "equally important to you personally;" msgstr "" #: ../../source/introduction/do-it-yourself-or-kolab.rst:136 msgid "In the category of **automation**:" msgstr "" #: ../../source/introduction/do-it-yourself-or-kolab.rst:138 msgid "" "The initial setup may lead you to read many, very many HOWTOs and more (or " "less) detailed documentation spread across the web, to see what components " "to use/prefer/choose for the set of functionality you desire, and how to " "configure the individual components in such a way they function together." msgstr "" #: ../../source/introduction/do-it-yourself-or-kolab.rst:144 msgid "" "After you create a user in LDAP, you may still need to create a mailbox." msgstr "" #: ../../source/introduction/do-it-yourself-or-kolab.rst:147 msgid "" "When you change a user's name or email address, those changes may still need " "to be reflected elsewhere, such as access control lists on IMAP folders, the " "user's INBOX path, the user's web client profile name, etc." msgstr "" #: ../../source/introduction/do-it-yourself-or-kolab.rst:152 msgid "" "You may have to update your configuration each time you add a new domain." msgstr "" #: ../../source/introduction/do-it-yourself-or-kolab.rst:155 msgid "" "When you're done, you may still only have a mail server and not a groupware " "server." msgstr "" #: ../../source/introduction/do-it-yourself-or-kolab.rst:158 msgid "" "As such, a DIY groupware server might benefit from a little **glue** to tie " "together the various components -- Kolab Groupware is that glue." msgstr "" #: ../../source/introduction/do-it-yourself-or-kolab.rst:161 msgid "In the category of **features**:" msgstr "" #: ../../source/introduction/do-it-yourself-or-kolab.rst:163 msgid "" "You may wish to be able to provide calendaring, address books, task lists, " "and other such nifty groupware features to your users," msgstr "" #: ../../source/introduction/do-it-yourself-or-kolab.rst:166 msgid "" "You may then also wish to be able to provide this content to various desktop " "clients, that may speak IMAP, CardDAV and/or CalDAV," msgstr "" #: ../../source/introduction/do-it-yourself-or-kolab.rst:170 msgid "" "You may desire mobile device synchronization, such as your phone, phablet or " "tablet." msgstr "" #: ../../source/introduction/do-it-yourself-or-kolab.rst:173 msgid "" "As such, to wrangle a full-featured groupware server yourself could become " "cumbersome. An enjoyable learning experience perhaps, but cumbersome " "nonetheless. Kolab Groupware provides these features, among many others, out " "of the box." msgstr "" diff --git a/locale/zh_CN/LC_MESSAGES/introduction/index.po b/locale/zh_CN/LC_MESSAGES/introduction/index.po index 4391cbdd..07b6a621 100644 --- a/locale/zh_CN/LC_MESSAGES/introduction/index.po +++ b/locale/zh_CN/LC_MESSAGES/introduction/index.po @@ -1,38 +1,37 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/introduction/index.rst:92 msgid "Introduction to Kolab Groupware" msgstr "" #: ../../source/introduction/index.rst:94 msgid "Welcome to Kolab Groupware!" msgstr "" #: ../../source/introduction/index.rst:96 msgid "" "The community appreciates your interest in Kolab, since the Kolab community " "in turn has an interest in you -- but not in a stalker-like way of course." msgstr "" #: ../../source/introduction/index.rst:100 msgid "" "I expect you are reading this article to learn about Kolab Groupware, so " "please dive right in." msgstr "" diff --git a/locale/zh_CN/LC_MESSAGES/introduction/what-is-kolab-groupware.po b/locale/zh_CN/LC_MESSAGES/introduction/what-is-kolab-groupware.po index 8402be8c..a459dfb2 100644 --- a/locale/zh_CN/LC_MESSAGES/introduction/what-is-kolab-groupware.po +++ b/locale/zh_CN/LC_MESSAGES/introduction/what-is-kolab-groupware.po @@ -1,68 +1,67 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/introduction/what-is-kolab-groupware.rst:90 msgid "What is Kolab Groupware?" msgstr "" #: ../../source/introduction/what-is-kolab-groupware.rst:92 msgid "" "Kolab Groupware is a secure, scalable, reliable, flexible, full-featured " "collaboration suite." msgstr "" #: ../../source/introduction/what-is-kolab-groupware.rst:95 msgid "" "Kolab is entirely **Free and Open Source Software** (a.k.a. FOSS), and uses " "**Open Standards**. We'll get to why this is important to us, and hope that " "it is important to you thereafter." msgstr "" #: ../../source/introduction/what-is-kolab-groupware.rst:99 msgid "" "The Kolab Groupware community has been around for well over a decade, and is " "a vibrant mixture of people from all breeds of life -- including technical, " "artistic, political, medical, legal, logistical, military and what-have-you." msgstr "" #: ../../source/introduction/what-is-kolab-groupware.rst:104 msgid "" "Kolab Groupware is the glue between the various pieces of software you would " "choose to Do-It-Yourself (*DIY*) your own mail server, and adds to that " "collaboration capabilities, mobile phone synchronization, native integration " "in to desktop operating system platforms such as Mac OS X, Linux and Windows " "-- in a ready-to-go, integrated offering with a uniquely uniform look and " "feel." msgstr "" #: ../../source/introduction/what-is-kolab-groupware.rst:111 msgid "" "This is built from the ground up with **security**, **privacy** and **user " "control** in mind, reusing the best of Free Software where already " "available. As such, Kolab Groupware is unique in that it is both secure and " "completely Free Software. Our community motto is therefore to *\"Do it right " "or not at all\"*." msgstr "" #: ../../source/introduction/what-is-kolab-groupware.rst:117 msgid "" "Please feel free to continue with :ref:`introduction-do-it-yourself-or-" "kolab`, dive right in to it with the :ref:`installation-guide`, or go back " "to the :ref:`introduction`." msgstr "" diff --git a/locale/zh_CN/LC_MESSAGES/introduction/what-is-the-recommended-distribution.po b/locale/zh_CN/LC_MESSAGES/introduction/what-is-the-recommended-distribution.po index 0f1d48dd..7709e88c 100644 --- a/locale/zh_CN/LC_MESSAGES/introduction/what-is-the-recommended-distribution.po +++ b/locale/zh_CN/LC_MESSAGES/introduction/what-is-the-recommended-distribution.po @@ -1,184 +1,183 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/introduction/what-is-the-recommended-distribution.rst:90 msgid "What is the Recommended Distribution?" msgstr "" #: ../../source/introduction/what-is-the-recommended-distribution.rst:92 msgid "" "When people first come around looking for Kolab, and they get in touch, we " "often receive questions along the lines of;" msgstr "" #: ../../source/introduction/what-is-the-recommended-distribution.rst:95 msgid "*What distribution can you recommend for Kolab?*" msgstr "" #: ../../source/introduction/what-is-the-recommended-distribution.rst:97 msgid "Our answer is always a sound;" msgstr "" #: ../../source/introduction/what-is-the-recommended-distribution.rst:99 msgid "*Enterprise Linux 7.*" msgstr "" #: ../../source/introduction/what-is-the-recommended-distribution.rst:101 msgid "In our book, this means CentOS or Red Hat Enterprise Linux." msgstr "" #: ../../source/introduction/what-is-the-recommended-distribution.rst:103 msgid "" "This may sound like a very narrow recommendation, and Kolab has been, " "currently is, will soon, and will continue to be available to wide variety " "of future versions of many more (GNU/)Linux distributions." msgstr "" #: ../../source/introduction/what-is-the-recommended-distribution.rst:108 msgid "Why it is the Recommended Distribution" msgstr "" #: ../../source/introduction/what-is-the-recommended-distribution.rst:110 msgid "" "There are several reasons for an upstream project like Kolab to choose a " "reference implementation -- these are, to a larger or a lesser extent;" msgstr "" #: ../../source/introduction/what-is-the-recommended-distribution.rst:113 msgid "" "It functions as the minimum bar for the product to work on, before " "development is considered principally feature-complete [#]_," msgstr "" #: ../../source/introduction/what-is-the-recommended-distribution.rst:116 msgid "" "It allows continued focus on the existing facilities of the chosen reference " "implementation, allowing for quick repetition of tasks such as deployment " "(for development, quality assurance, etc.)," msgstr "" #: ../../source/introduction/what-is-the-recommended-distribution.rst:120 msgid "" "A reference implementation increases contributors' familiarity with the " "platform, which includes the versions of Python, PHP, MySQL, GCC, cmake, Qt, " "Postfix, Cyrus IMAP, OpenSSL, 389 Directory Server, httpd, and the many " "other languages, build requirements and components included with a Kolab " "Groupware deployment and its development," msgstr "" #: ../../source/introduction/what-is-the-recommended-distribution.rst:127 msgid "" "A common default implementation allows contributors to ultimately work " "(together) yet a little quicker, since all of them are looking at very much " "the same thing, at the same file paths, with the same default configuration, " "and all of them have gathered experience over time, and all of them can help " "one another," msgstr "" #: ../../source/introduction/what-is-the-recommended-distribution.rst:133 msgid "" "Packaging and release management can focus on achieving one thing first, " "before scarse time is spent on all things at the same time," msgstr "" #: ../../source/introduction/what-is-the-recommended-distribution.rst:136 msgid "" "Documentation can be unified around a single primary platform, with all " "others becoming exceptions to the rule. This includes but is not limited to;" msgstr "" #: ../../source/introduction/what-is-the-recommended-distribution.rst:140 msgid "names of software packages," msgstr "" #: ../../source/introduction/what-is-the-recommended-distribution.rst:141 msgid "paths to configuration files," msgstr "" #: ../../source/introduction/what-is-the-recommended-distribution.rst:142 msgid "payload locations such as an IMAP spool or MariaDB database." msgstr "" #: ../../source/introduction/what-is-the-recommended-distribution.rst:144 msgid "" "That said, this is naturally subject to lacking automated deployment and " "quality assurance -- which could then be extended and repeated on other " "platforms, or continuous integration with functional testing, but still a " "build error on a platform that is not the reference implementation could be " "considered a *bug* rather than a *release blocker*." msgstr "" #: ../../source/introduction/what-is-the-recommended-distribution.rst:150 msgid "As to why Enterprise Linux specifically is the distribution of choice;" msgstr "" #: ../../source/introduction/what-is-the-recommended-distribution.rst:152 msgid "" "The majority of Kolab Systems employees is, and has been for a long time, " "intimately familiar with the Fedora Project in participatory fashion, and at " "leadership levels." msgstr "" #: ../../source/introduction/what-is-the-recommended-distribution.rst:156 msgid "" "The majority of system engineers employed by Kolab Systems is RHCE certified." msgstr "" #: ../../source/introduction/what-is-the-recommended-distribution.rst:159 msgid "The support cycle for the distribution is a predictable decade." msgstr "" #: ../../source/introduction/what-is-the-recommended-distribution.rst:161 msgid "" "With running Fedora on our workstations, we become intimately familiar with " "the next generation of Enterprise Linux even before its vendor, Red Hat, " "Inc., is aware of the scope of delivery of their next generation of " "Enterprise Linux." msgstr "" #: ../../source/introduction/what-is-the-recommended-distribution.rst:166 msgid "" "There's both a freely accessible version of it (CentOS), and a proper " "version under support (Red Hat Enterprise Linux). Both the community at " "large, businesses and individuals included, as well as organizations meaning " "serious business have a choice without the two distributions causing head-" "ache." msgstr "" #: ../../source/introduction/what-is-the-recommended-distribution.rst:172 msgid "The platform has a very predictable life-cycle." msgstr "" #: ../../source/introduction/what-is-the-recommended-distribution.rst:174 msgid "The subscription model does not lock you in with a particular version." msgstr "" #: ../../source/introduction/what-is-the-recommended-distribution.rst:177 msgid "The platform has a very predictable release cycle." msgstr "" #: ../../source/introduction/what-is-the-recommended-distribution.rst:180 msgid "Footnotes" msgstr "" #: ../../source/introduction/what-is-the-recommended-distribution.rst:183 msgid "" "For a development cycle to be *feature-complete* is not to say the product " "is *bug-free* or *portable*." msgstr "" diff --git a/locale/zh_CN/LC_MESSAGES/kolab-enterprise-13.po b/locale/zh_CN/LC_MESSAGES/kolab-enterprise-13.po index dd5c7096..9405065f 100644 --- a/locale/zh_CN/LC_MESSAGES/kolab-enterprise-13.po +++ b/locale/zh_CN/LC_MESSAGES/kolab-enterprise-13.po @@ -1,191 +1,190 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/kolab-enterprise-13.rst:90 msgid "Kolab Enterprise 13" msgstr "" #: ../../source/kolab-enterprise-13.rst:92 msgid "Kolab Groupware core features:" msgstr "" #: ../../source/kolab-enterprise-13.rst:94 msgid "**Open Standards**" msgstr "" #: ../../source/kolab-enterprise-13.rst:96 msgid "" "Standards documented in open Requests For Comments (RFCs) are used to store " "your data, allowing you to easily update, upgrade or walk away with your " "personal data intact." msgstr "" #: ../../source/kolab-enterprise-13.rst:100 msgid "**Kolab SMTP Access Policy**" msgstr "" #: ../../source/kolab-enterprise-13.rst:102 msgid "" "Protecting the integrity of your communications, providing delegation " "features (\"send on behalf of\") and optionally apply sender/recipient " "policies." msgstr "" #: ../../source/kolab-enterprise-13.rst:106 msgid "**Recipient Policy**" msgstr "" #: ../../source/kolab-enterprise-13.rst:108 msgid "" "For the effortless, consistent application of naming conventions, including " "seemless transliteration of locale-specific characters to representative " "ASCII equivalents (*Möller* in German becomes *Moeller* in ASCII)." msgstr "" #: ../../source/kolab-enterprise-13.rst:112 msgid "**Web Administration Panel** (WAP)" msgstr "" #: ../../source/kolab-enterprise-13.rst:114 msgid "**Administration Panel API**" msgstr "" #: ../../source/kolab-enterprise-13.rst:116 msgid "**Free/Busy**" msgstr "" #: ../../source/kolab-enterprise-13.rst:118 msgid "Calendar" msgstr "" #: ../../source/kolab-enterprise-13.rst:119 msgid "Task List" msgstr "" #: ../../source/kolab-enterprise-13.rst:120 msgid "Address Book" msgstr "" #: ../../source/kolab-enterprise-13.rst:122 msgid "**Global Address Book**" msgstr "" #: ../../source/kolab-enterprise-13.rst:124 msgid "" "Enhanced LDAP interfaces and Kolab Systems expertise allow Global Address " "Books from LDAP to scale up to millions of entries without loss of " "performance in browsing, navigating and searching entries, and auto-" "completion of addresses continues to perform well (< 2ms response times for " "fuzzy 3-character searches over 4 attributes for 1 million entries)." msgstr "" #: ../../source/kolab-enterprise-13.rst:130 msgid "Folding groups / nested groups / advanced group navigation" msgstr "" #: ../../source/kolab-enterprise-13.rst:132 msgid "**The World's Most Popular Webmail Client**" msgstr "" #: ../../source/kolab-enterprise-13.rst:134 msgid "" "The world's most popular webmail client, Roundcube, has hundreds of " "thousands installations around the globe, serving millions of users." msgstr "" #: ../../source/kolab-enterprise-13.rst:137 msgid "**CalDAV and CardDAV**" msgstr "" #: ../../source/kolab-enterprise-13.rst:139 msgid "" "Access your personal data via CalDAV and CardDAV, for integration with " "native Mac OS X and iOS applications, client applications including GNOME " "Evolution and Thunderbird (with the Lightning extension), and Microsoft " "Outlook." msgstr "" #: ../../source/kolab-enterprise-13.rst:144 msgid "**File Cloud**" msgstr "" #: ../../source/kolab-enterprise-13.rst:146 msgid "" "Glorified WebDAV done right, with modular application Chwala seemlessly " "integrating Kolab Groupware security and scalability in to the web client" msgstr "" #: ../../source/kolab-enterprise-13.rst:149 msgid "**Multi-domain Support**" msgstr "" #: ../../source/kolab-enterprise-13.rst:151 msgid "Without manual intervention." msgstr "" #: ../../source/kolab-enterprise-13.rst:155 msgid "Features exclusive to the Enterprise Edition:" msgstr "" #: ../../source/kolab-enterprise-13.rst:157 msgid "" "Perfect Forward Secrecy (PFS), through httpd 2.4+ and openssl 1.0.1e " "(rebuilt with Elliptic Curve encryption enabled, which may otherwise not be " "exported from the U.S.)." msgstr "" #: ../../source/kolab-enterprise-13.rst:160 msgid "Hosted Kolab Customer Control Panel (HKCCP)" msgstr "" #: ../../source/kolab-enterprise-13.rst:161 msgid "DRBD" msgstr "" #: ../../source/kolab-enterprise-13.rst:162 msgid "GlusterFS" msgstr "" #: ../../source/kolab-enterprise-13.rst:163 msgid "NGINX" msgstr "" #: ../../source/kolab-enterprise-13.rst:165 msgid "Additional Optional Features:" msgstr "" #: ../../source/kolab-enterprise-13.rst:167 msgid "MySQL 5.5 (for improved InnoDB performance) (?)" msgstr "" #: ../../source/kolab-enterprise-13.rst:168 msgid "Postgres (?)" msgstr "" #: ../../source/kolab-enterprise-13.rst:170 msgid "debuginfo packages for development" msgstr "" #: ../../source/kolab-enterprise-13.rst:171 msgid "multilib package repositories" msgstr "" #: ../../source/kolab-enterprise-13.rst:172 msgid "every package released remains available (rollback)" msgstr "" diff --git a/locale/zh_CN/LC_MESSAGES/kolab-enterprise-14.po b/locale/zh_CN/LC_MESSAGES/kolab-enterprise-14.po index de6eb5e0..c0db21ee 100644 --- a/locale/zh_CN/LC_MESSAGES/kolab-enterprise-14.po +++ b/locale/zh_CN/LC_MESSAGES/kolab-enterprise-14.po @@ -1,191 +1,190 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/kolab-enterprise-14.rst:90 msgid "Kolab Enterprise 14" msgstr "" #: ../../source/kolab-enterprise-14.rst:92 msgid "Kolab Groupware core features:" msgstr "" #: ../../source/kolab-enterprise-14.rst:94 msgid "**Open Standards**" msgstr "" #: ../../source/kolab-enterprise-14.rst:96 msgid "" "Standards documented in open Requests For Comments (RFCs) are used to store " "your data, allowing you to easily update, upgrade or walk away with your " "personal data intact." msgstr "" #: ../../source/kolab-enterprise-14.rst:100 msgid "**Kolab SMTP Access Policy**" msgstr "" #: ../../source/kolab-enterprise-14.rst:102 msgid "" "Protecting the integrity of your communications, providing delegation " "features (\"send on behalf of\") and optionally apply sender/recipient " "policies." msgstr "" #: ../../source/kolab-enterprise-14.rst:106 msgid "**Recipient Policy**" msgstr "" #: ../../source/kolab-enterprise-14.rst:108 msgid "" "For the effortless, consistent application of naming conventions, including " "seemless transliteration of locale-specific characters to representative " "ASCII equivalents (*Möller* in German becomes *Moeller* in ASCII)." msgstr "" #: ../../source/kolab-enterprise-14.rst:112 msgid "**Web Administration Panel** (WAP)" msgstr "" #: ../../source/kolab-enterprise-14.rst:114 msgid "**Administration Panel API**" msgstr "" #: ../../source/kolab-enterprise-14.rst:116 msgid "**Free/Busy**" msgstr "" #: ../../source/kolab-enterprise-14.rst:118 msgid "Calendar" msgstr "" #: ../../source/kolab-enterprise-14.rst:119 msgid "Task List" msgstr "" #: ../../source/kolab-enterprise-14.rst:120 msgid "Address Book" msgstr "" #: ../../source/kolab-enterprise-14.rst:122 msgid "**Global Address Book**" msgstr "" #: ../../source/kolab-enterprise-14.rst:124 msgid "" "Enhanced LDAP interfaces and Kolab Systems expertise allow Global Address " "Books from LDAP to scale up to millions of entries without loss of " "performance in browsing, navigating and searching entries, and auto-" "completion of addresses continues to perform well (< 2ms response times for " "fuzzy 3-character searches over 4 attributes for 1 million entries)." msgstr "" #: ../../source/kolab-enterprise-14.rst:130 msgid "Folding groups / nested groups / advanced group navigation" msgstr "" #: ../../source/kolab-enterprise-14.rst:132 msgid "**The World's Most Popular Webmail Client**" msgstr "" #: ../../source/kolab-enterprise-14.rst:134 msgid "" "The world's most popular webmail client, Roundcube, has hundreds of " "thousands installations around the globe, serving millions of users." msgstr "" #: ../../source/kolab-enterprise-14.rst:137 msgid "**CalDAV and CardDAV**" msgstr "" #: ../../source/kolab-enterprise-14.rst:139 msgid "" "Access your personal data via CalDAV and CardDAV, for integration with " "native Mac OS X and iOS applications, client applications including GNOME " "Evolution and Thunderbird (with the Lightning extension), and Microsoft " "Outlook." msgstr "" #: ../../source/kolab-enterprise-14.rst:144 msgid "**File Cloud**" msgstr "" #: ../../source/kolab-enterprise-14.rst:146 msgid "" "Glorified WebDAV done right, with modular application Chwala seemlessly " "integrating Kolab Groupware security and scalability in to the web client" msgstr "" #: ../../source/kolab-enterprise-14.rst:149 msgid "**Multi-domain Support**" msgstr "" #: ../../source/kolab-enterprise-14.rst:151 msgid "Without manual intervention." msgstr "" #: ../../source/kolab-enterprise-14.rst:155 msgid "Features exclusive to the Enterprise Edition:" msgstr "" #: ../../source/kolab-enterprise-14.rst:157 msgid "" "Perfect Forward Secrecy (PFS), through httpd 2.4+ and openssl 1.0.1e " "(rebuilt with Elliptic Curve encryption enabled, which may otherwise not be " "exported from the U.S.)." msgstr "" #: ../../source/kolab-enterprise-14.rst:160 msgid "Hosted Kolab Customer Control Panel (HKCCP)" msgstr "" #: ../../source/kolab-enterprise-14.rst:161 msgid "DRBD" msgstr "" #: ../../source/kolab-enterprise-14.rst:162 msgid "GlusterFS" msgstr "" #: ../../source/kolab-enterprise-14.rst:163 msgid "NGINX" msgstr "" #: ../../source/kolab-enterprise-14.rst:165 msgid "Additional Optional Features:" msgstr "" #: ../../source/kolab-enterprise-14.rst:167 msgid "MySQL 5.5 (for improved InnoDB performance) (?)" msgstr "" #: ../../source/kolab-enterprise-14.rst:168 msgid "Postgres (?)" msgstr "" #: ../../source/kolab-enterprise-14.rst:170 msgid "debuginfo packages for development" msgstr "" #: ../../source/kolab-enterprise-14.rst:171 msgid "multilib package repositories" msgstr "" #: ../../source/kolab-enterprise-14.rst:172 msgid "every package released remains available (rollback)" msgstr "" diff --git a/locale/zh_CN/LC_MESSAGES/puppet/howto/scale-puppet-environments.po b/locale/zh_CN/LC_MESSAGES/puppet/howto/scale-puppet-environments.po index 3a833592..1dcaa05d 100644 --- a/locale/zh_CN/LC_MESSAGES/puppet/howto/scale-puppet-environments.po +++ b/locale/zh_CN/LC_MESSAGES/puppet/howto/scale-puppet-environments.po @@ -1,174 +1,173 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/puppet/howto/scale-puppet-environments.rst:90 msgid "Scale Puppet Environments" msgstr "" #: ../../source/puppet/howto/scale-puppet-environments.rst:92 msgid "In this HOWTO:" msgstr "" #: ../../source/puppet/howto/scale-puppet-environments.rst:94 msgid "Using Puppet with Git and GlusterFS" msgstr "" #: ../../source/puppet/howto/scale-puppet-environments.rst:95 #: ../../source/puppet/howto/scale-puppet-environments.rst:101 msgid "Load-balancing Puppet Masters" msgstr "" #: ../../source/puppet/howto/scale-puppet-environments.rst:96 msgid "Cascading Puppet Masters" msgstr "" #: ../../source/puppet/howto/scale-puppet-environments.rst:97 msgid "Separating the Dashboard UI interface" msgstr "" #: ../../source/puppet/howto/scale-puppet-environments.rst:98 msgid "Separating the Reporting" msgstr "" #: ../../source/puppet/howto/scale-puppet-environments.rst:103 msgid "" "Initially, one Puppet master may suffice for environment, though the Puppet " "master may become very busy serving:" msgstr "" #: ../../source/puppet/howto/scale-puppet-environments.rst:106 msgid "The Puppet master catalog server," msgstr "" #: ../../source/puppet/howto/scale-puppet-environments.rst:107 msgid "The Puppet certificate authority," msgstr "" #: ../../source/puppet/howto/scale-puppet-environments.rst:108 msgid "Git repositories (two per domain, one per module)," msgstr "" #: ../../source/puppet/howto/scale-puppet-environments.rst:109 msgid "The Puppet reporting URL (puppet-dashboard)," msgstr "" #: ../../source/puppet/howto/scale-puppet-environments.rst:110 msgid "The Puppet database (puppetdb)," msgstr "" #: ../../source/puppet/howto/scale-puppet-environments.rst:111 msgid "MySQL for the Puppet dashboard," msgstr "" #: ../../source/puppet/howto/scale-puppet-environments.rst:112 msgid "The Puppet dashboard user interface (dynamic pages)," msgstr "" #: ../../source/puppet/howto/scale-puppet-environments.rst:113 msgid "The Puppet dashboard user interface (static contents)" msgstr "" #: ../../source/puppet/howto/scale-puppet-environments.rst:116 msgid "Double the Puppet Masters" msgstr "" #: ../../source/puppet/howto/scale-puppet-environments.rst:118 msgid "" "In a simplified overview, the connection model between the components that " "make up a Puppet environment, looks as follows:" msgstr "" #: ../../source/puppet/howto/scale-puppet-environments.rst:145 msgid "" "A simple extension to this environment is to supply multiple Puppet masters." msgstr "" #: ../../source/puppet/howto/scale-puppet-environments.rst:148 msgid "A pre-requisite becomes to either;" msgstr "" #: ../../source/puppet/howto/scale-puppet-environments.rst:150 msgid "Split the Puppet certificate authority," msgstr "" #: ../../source/puppet/howto/scale-puppet-environments.rst:152 msgid "Share (at least) :file:`/var/lib/puppet/ssl/` between Puppet masters." msgstr "" #: ../../source/puppet/howto/scale-puppet-environments.rst:155 msgid "" "Note, however, it is recommended to not only share :file:`/var/lib/puppet/" "ssl/`, but other directories as well. One example is :file:`/var/lib/puppet/" "environments/`, which is were your environments are served from, and another " "example is :file:`/var/lib/puppet/files/`, the location of your private and/" "or sensitive files." msgstr "" #: ../../source/puppet/howto/scale-puppet-environments.rst:162 msgid "" "Not sharing :file:`/var/lib/puppet/ssl/` requires you to separate the Puppet " "certificate authority, for otherwise certificates will fail to validate and " "agents have a semi-random chance of hitting the certificate authority that " "does trust the agent's client certificate." msgstr "" #: ../../source/puppet/howto/scale-puppet-environments.rst:167 msgid "" "Failing to share the additional directories -- in addition to :file:`/var/" "lib/puppet/ssl/` -- creates a scenario in which an agent hitting one Puppet " "master then another receives two different catalogs (and depending on your " "environment settings may apply changes effectively going back and forth " "between two versions of its desired state)." msgstr "" #: ../../source/puppet/howto/scale-puppet-environments.rst:174 msgid "" "It is perfectly possible to balance traffic between multiple Puppet masters " "without using proper load-balancing techniques; A ``puppet`` IN A DNS RR " "could hold the IP addresses of the extra Puppet masters in addition to the " "original one." msgstr "" #: ../../source/puppet/howto/scale-puppet-environments.rst:181 msgid "" "Note however such environment does not introduce high-availability through " "load-balancing." msgstr "" #: ../../source/puppet/howto/scale-puppet-environments.rst:184 msgid "" "If a Puppet master becomes unavailable, agents will still be attempting to " "connect to it." msgstr "" #: ../../source/puppet/howto/scale-puppet-environments.rst:194 msgid "The environment would look as follows (new components in green):" msgstr "" #: ../../source/puppet/howto/scale-puppet-environments.rst:235 msgid "" "For true scalability, each component needs be separated from each other " "component, scale up (or down) by itself, and remain available." msgstr "" #: ../../source/puppet/howto/scale-puppet-environments.rst:238 msgid "" "Further, it is recommended to back up the Puppet DB with PostgreSQL for " "larger environments (>= 100 nodes)." msgstr "" diff --git a/locale/zh_CN/LC_MESSAGES/puppet/module/basics.po b/locale/zh_CN/LC_MESSAGES/puppet/module/basics.po index d8ff218c..257d88a6 100644 --- a/locale/zh_CN/LC_MESSAGES/puppet/module/basics.po +++ b/locale/zh_CN/LC_MESSAGES/puppet/module/basics.po @@ -1,32 +1,31 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/puppet/module/basics.rst:88 msgid ":tocdepth:2" msgstr "" #: ../../source/puppet/module/basics.rst:94 msgid "Puppet Module Basics" msgstr "" #: ../../source/puppet/module/basics.rst:96 msgid "" "The Puppet modules provided by `Kolab Systems AG`_ form a coherent unit of " "modules" msgstr "" diff --git a/locale/zh_CN/LC_MESSAGES/puppet/workstations.po b/locale/zh_CN/LC_MESSAGES/puppet/workstations.po index dd807ce6..33d67598 100644 --- a/locale/zh_CN/LC_MESSAGES/puppet/workstations.po +++ b/locale/zh_CN/LC_MESSAGES/puppet/workstations.po @@ -1,38 +1,37 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/puppet/workstations.rst:90 msgid "Puppet for Workstations" msgstr "" #: ../../source/puppet/workstations.rst:93 msgid "Setting the Desktop Manager" msgstr "" #: ../../source/puppet/workstations.rst:96 msgid "Removing the Userlist from the GDM Login Screen" msgstr "" #: ../../source/puppet/workstations.rst:99 msgid "Disallowing Fingerprint Authentication in GDM" msgstr "" #: ../../source/puppet/workstations.rst:102 msgid "Enforcing a Desktop Locks after x Minutes of Inactivity" msgstr "" diff --git a/locale/zh_CN/LC_MESSAGES/reference-implementation-architecture/index.po b/locale/zh_CN/LC_MESSAGES/reference-implementation-architecture/index.po index 132b1cc0..d8912125 100644 --- a/locale/zh_CN/LC_MESSAGES/reference-implementation-architecture/index.po +++ b/locale/zh_CN/LC_MESSAGES/reference-implementation-architecture/index.po @@ -1,460 +1,459 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/reference-implementation-architecture/index.rst:90 msgid "Reference Implementation Architecture" msgstr "" #: ../../source/reference-implementation-architecture/index.rst:92 msgid "" "This is the reference implementation architecture documentation for Kolab " "Groupware." msgstr "" #: ../../source/reference-implementation-architecture/index.rst:95 msgid "" "It consists of a certain network topology on top of a completely virtualized " "environment, with an opportunity to create a :term:`Policy Enforcement " "Point` between all separate functional components." msgstr "" #: ../../source/reference-implementation-architecture/index.rst:101 msgid "Environment Outline" msgstr "" #: ../../source/reference-implementation-architecture/index.rst:103 msgid "" "At least two KVM hypervisors running Red Hat Enterprise Linux 6 or above," msgstr "" #: ../../source/reference-implementation-architecture/index.rst:106 msgid "**libvirt** for management," msgstr "" #: ../../source/reference-implementation-architecture/index.rst:107 msgid "**openvswitch** for networking," msgstr "" #: ../../source/reference-implementation-architecture/index.rst:109 msgid "Shared storage for the hypervisors," msgstr "" #: ../../source/reference-implementation-architecture/index.rst:111 msgid "To facilitate live migration," msgstr "" #: ../../source/reference-implementation-architecture/index.rst:112 msgid "Clustered LVM volume groups," msgstr "" #: ../../source/reference-implementation-architecture/index.rst:113 msgid "SAN locking," msgstr "" #: ../../source/reference-implementation-architecture/index.rst:115 msgid "Redundant, high-availability firewalls with three ethernet interfaces," msgstr "" #: ../../source/reference-implementation-architecture/index.rst:118 msgid "Exclusive use of private IP space for the internal networks," msgstr "" #: ../../source/reference-implementation-architecture/index.rst:120 msgid "Port-Address-Translation (PAT)," msgstr "" #: ../../source/reference-implementation-architecture/index.rst:122 msgid "System provisioning with Cobbler," msgstr "" #: ../../source/reference-implementation-architecture/index.rst:124 msgid "Configuration Management with Puppet," msgstr "" #: ../../source/reference-implementation-architecture/index.rst:126 msgid "Monitoring with Nagios," msgstr "" #: ../../source/reference-implementation-architecture/index.rst:128 msgid "Trending with Munin," msgstr "" #: ../../source/reference-implementation-architecture/index.rst:130 msgid "Centralized logging with RSyslog, Logstash, Redis and ElasticSearch," msgstr "" #: ../../source/reference-implementation-architecture/index.rst:132 msgid "Split Horizing DNS," msgstr "" #: ../../source/reference-implementation-architecture/index.rst:135 msgid "Split Horizon DNS" msgstr "" #: ../../source/reference-implementation-architecture/index.rst:137 msgid "" "Externally, or from the Internet, your services will be located at (at " "least) one IP address (each)." msgstr "" #: ../../source/reference-implementation-architecture/index.rst:140 msgid "Let's suppose you have the following DNS addresses:" msgstr "" #: ../../source/reference-implementation-architecture/index.rst:142 msgid "activesync" msgstr "" #: ../../source/reference-implementation-architecture/index.rst:143 msgid "admin" msgstr "" #: ../../source/reference-implementation-architecture/index.rst:144 msgid "autodiscover" msgstr "" #: ../../source/reference-implementation-architecture/index.rst:145 msgid "caldav" msgstr "" #: ../../source/reference-implementation-architecture/index.rst:146 msgid "carddav" msgstr "" #: ../../source/reference-implementation-architecture/index.rst:147 msgid "cockpit" msgstr "" #: ../../source/reference-implementation-architecture/index.rst:149 msgid "files" msgstr "" #: ../../source/reference-implementation-architecture/index.rst:150 msgid "freebusy" msgstr "" #: ../../source/reference-implementation-architecture/index.rst:151 msgid "imap" msgstr "" #: ../../source/reference-implementation-architecture/index.rst:152 msgid "smtp" msgstr "" #: ../../source/reference-implementation-architecture/index.rst:153 msgid "webdav" msgstr "" #: ../../source/reference-implementation-architecture/index.rst:154 msgid "webmail" msgstr "" #: ../../source/reference-implementation-architecture/index.rst:155 msgid "www" msgstr "" #: ../../source/reference-implementation-architecture/index.rst:157 msgid "every one of those may simply resolve to:" msgstr "" #: ../../source/reference-implementation-architecture/index.rst:159 msgid "A single IP address, for example ``98.98.98.98``." msgstr "" #: ../../source/reference-implementation-architecture/index.rst:161 msgid "" "A set of IP addresses (in a single IP address range), for example " "``98.98.98.96``, ``98.98.98.97``, ``98.98.98.98``, etc." msgstr "" #: ../../source/reference-implementation-architecture/index.rst:164 msgid "" "This would make a single client (semi-)randomly hit either of the one " "inbound IP address. When using an **iptables** firewall with PAT toward a " "range of IP addresses, using multiple inbound addresses randomizes the " "access patterns of the client -- while normally the PAT forwarding of a " "single client IP session is :term:`sticky`." msgstr "" #: ../../source/reference-implementation-architecture/index.rst:170 msgid "" "A distincively different set of IP addresses -- IP addresses in different " "address ranges." msgstr "" #: ../../source/reference-implementation-architecture/index.rst:173 msgid "This tends to be the case with geographically distributed environments." msgstr "" #: ../../source/reference-implementation-architecture/index.rst:176 msgid "" "However, all IP addresses are *routable*; Consider a single web server with " "the Roundcube web client installed; This webserver addresses IMAP, LDAP, " "SQL, SMTP and other web applications." msgstr "" #: ../../source/reference-implementation-architecture/index.rst:180 msgid "" "Should you not use a Split Horizon DNS topology, then either (all) the " "internal connections are routed through the external gateway, or you " "disclose the internal IP space to the general public." msgstr "" #: ../../source/reference-implementation-architecture/index.rst:184 msgid "" "A few other considerations in favor of using a split horizon DNS topology " "are, that the internal use of services can be directed and balanced " "differently, that the update policies per *view* can be different, and that " "the environment can work on the principle of disclosing the least amount of " "information to individual systems." msgstr "" #: ../../source/reference-implementation-architecture/index.rst:190 msgid "" "For example, when the application running on ``webmail.example.org`` " "connects to ``imap.example.org``, the IP address(es) that ``imap.example." "org`` resolves to -- and thus the systems that the application connects to " "-- can be a different (set of) IP address(es) from what the web application " "on ``activesync.example.org`` connects to." msgstr "" #: ../../source/reference-implementation-architecture/index.rst:196 msgid "Two major perspectives:" msgstr "" #: ../../source/reference-implementation-architecture/index.rst:198 msgid "Internal," msgstr "" #: ../../source/reference-implementation-architecture/index.rst:199 msgid "Internet (authoritative)." msgstr "" #: ../../source/reference-implementation-architecture/index.rst:201 msgid "DNSSEC for Internet \"Hidden master\" topology for both," msgstr "" #: ../../source/reference-implementation-architecture/index.rst:204 msgid "Multi-view for Internal." msgstr "" #: ../../source/reference-implementation-architecture/index.rst:206 msgid "Internal view for Internet nameservers." msgstr "" #: ../../source/reference-implementation-architecture/index.rst:209 msgid "Centralized Logging" msgstr "" #: ../../source/reference-implementation-architecture/index.rst:211 msgid "" "A separate channel is created for each log type. It is critically important " "to allow the environment to scale. Some mere 30 completely idle nodes are " "generally expected to easily generate over a million log entries per day." msgstr "" #: ../../source/reference-implementation-architecture/index.rst:216 msgid "Brief overview / checklist:" msgstr "" #: ../../source/reference-implementation-architecture/index.rst:218 msgid "" "Eliminate the need for **logrotate** by adjusting the :manpage:`rsyslog." "conf(5)` configuration." msgstr "" #: ../../source/reference-implementation-architecture/index.rst:221 msgid "" "Forward logs to a central (set of) server(s) using UDP, and use one or more " "load-balanced and highly available listener addresses to prevent losses." msgstr "" #: ../../source/reference-implementation-architecture/index.rst:227 msgid "UDP output in logstash itself is extremely unreliable." msgstr "" #: ../../source/reference-implementation-architecture/index.rst:231 msgid "TCP output in logstash itself is extremely unreliable." msgstr "" #: ../../source/reference-implementation-architecture/index.rst:233 msgid "To-Do" msgstr "" #: ../../source/reference-implementation-architecture/index.rst:235 msgid "" "Find a write-only medium to transfer httpd logfiles from the individual web " "server to a central (buffer) location." msgstr "" #: ../../source/reference-implementation-architecture/index.rst:259 msgid "Configuration for **rsyslog**" msgstr "" #: ../../source/reference-implementation-architecture/index.rst:261 msgid "We are using **rsyslog** on each individual computing node to;" msgstr "" #: ../../source/reference-implementation-architecture/index.rst:263 msgid "catch the log entries issued locally," msgstr "" #: ../../source/reference-implementation-architecture/index.rst:264 msgid "write the entries out to the local filesystem," msgstr "" #: ../../source/reference-implementation-architecture/index.rst:265 msgid "forward the entries to a central Logstash server." msgstr "" #: ../../source/reference-implementation-architecture/index.rst:267 msgid "" "Make sure the rsyslog compability level is *5*, by adjusting :file:`/etc/" "sysconfig/rsyslog`:" msgstr "" #: ../../source/reference-implementation-architecture/index.rst:274 msgid "" "Make sure both the file and forward format are consistent across all " "systems, by adjusting :file:`/etc/rsyslog.conf`:" msgstr "" #: ../../source/reference-implementation-architecture/index.rst:282 msgid "" "Make sure log files are \"rotated\" automatically, by setting the following " "filename templates -- this only replaces the defaults for default facilities " "and severities to end up in dated files:" msgstr "" #: ../../source/reference-implementation-architecture/index.rst:303 msgid "Forward to a logstash server using UDP [#]_, [#]_:" msgstr "" #: ../../source/reference-implementation-architecture/index.rst:309 msgid "" "Eliminate **logrotate** from rotating the system log files by removing the " "contents of :file:`/etc/logrotate.d/syslog`. Do NOT remove this file, for it " "will be written out again by a subsequent update to the **rsyslog** package." msgstr "" #: ../../source/reference-implementation-architecture/index.rst:315 msgid "Configuration for **httpd**" msgstr "" #: ../../source/reference-implementation-architecture/index.rst:317 msgid "" "The Apache **httpd** webserver is configured to use **rotatelogs** to log to " "\"daily\" logfiles. This;" msgstr "" #: ../../source/reference-implementation-architecture/index.rst:320 msgid "prevents **lograte** from needing to be used," msgstr "" #: ../../source/reference-implementation-architecture/index.rst:321 msgid "" "therefore prevents **httpd** from being restarted/reloaded needlessly, when :" "file:`/etc/logrotate.d/httpd` is emptied out [#]_," msgstr "" #: ../../source/reference-implementation-architecture/index.rst:323 msgid "prevents open file descriptors from lingering, and" msgstr "" #: ../../source/reference-implementation-architecture/index.rst:324 msgid "" "ensures the log entries end up in log files with the correct datestamp [#]_." msgstr "" #: ../../source/reference-implementation-architecture/index.rst:327 msgid "For the global :manpage:`httpd.conf(5)` configuration file:" msgstr "" #: ../../source/reference-implementation-architecture/index.rst:334 msgid "For the non-SSL virtualhost [#]_:" msgstr "" #: ../../source/reference-implementation-architecture/index.rst:341 msgid "For the SSL virtualhost:" msgstr "" #: ../../source/reference-implementation-architecture/index.rst:350 msgid "Configuration for **logstash**" msgstr "" #: ../../source/reference-implementation-architecture/index.rst:353 msgid "Notes on Using Multiple Redis Input with Batch Counts" msgstr "" #: ../../source/reference-implementation-architecture/index.rst:357 msgid "" "A single batch_count can saturate the number of filter workers configured." msgstr "" #: ../../source/reference-implementation-architecture/index.rst:360 msgid "Parser Configuration" msgstr "" #: ../../source/reference-implementation-architecture/index.rst:879 msgid "Environment Diagram" msgstr "" #: ../../source/reference-implementation-architecture/index.rst:916 msgid "Footnotes" msgstr "" #: ../../source/reference-implementation-architecture/index.rst:919 msgid "" "Use UDP to ensure one packet consists of one message, and avoid the " "uncontrollable TCP buffer. Use load-balancing and high-availability " "techniques to ensure one or more nodes are on the receiving end of messages." msgstr "" #: ../../source/reference-implementation-architecture/index.rst:926 msgid "" "Even though rsyslog may have an output module for Redis, the node forwarding " "its logs should not be allowed to read from the output channel." msgstr "" #: ../../source/reference-implementation-architecture/index.rst:932 msgid "" "You must not remove :file:`/etc/logrotate.d/httpd`, for it will be written " "out upon updating the **httpd** package." msgstr "" #: ../../source/reference-implementation-architecture/index.rst:935 msgid "" "This file is marked as a configuration file, with a parameter of \"noreplace" "\", meaning that an empty :file:`/etc/logrotate.d/httpd` file will not be " "overwritten, and instead a new file :file:`/etc/logrotate.d/httpd.rpmnew` " "will be created." msgstr "" #: ../../source/reference-implementation-architecture/index.rst:942 msgid "" "The **logrotate** job never runs at midnight precisely, and it is generally " "recommended to not run logrotate across all of the environment's computing " "nodes at the same time -- but instead use a randomized pattern." msgstr "" #: ../../source/reference-implementation-architecture/index.rst:949 msgid "" "Non-SSL virtual hosts are expected to redirect all traffic to the SSL " "virtual hosts." msgstr "" diff --git a/locale/zh_CN/LC_MESSAGES/upgrade-guide/index.po b/locale/zh_CN/LC_MESSAGES/upgrade-guide/index.po index f7fa7c7e..693809f9 100644 --- a/locale/zh_CN/LC_MESSAGES/upgrade-guide/index.po +++ b/locale/zh_CN/LC_MESSAGES/upgrade-guide/index.po @@ -1,39 +1,38 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/upgrade-guide/index.rst:90 msgid "Upgrade Guide" msgstr "" #: ../../source/upgrade-guide/index.rst:92 msgid "" "The following upgrade guides are contributed to by community volunteers." msgstr "" #: ../../source/upgrade-guide/index.rst:95 msgid "" "They certainly offer you some guidance, but do not provide you with " "guarantees." msgstr "" #: ../../source/upgrade-guide/index.rst:98 msgid "" "Do not just execute commands unless you know what you are doing, or where to " "find someone who does." msgstr "" diff --git a/locale/zh_CN/LC_MESSAGES/upgrade-guide/kolab-16.po b/locale/zh_CN/LC_MESSAGES/upgrade-guide/kolab-16.po index 6b40cb18..27fd3c7a 100644 --- a/locale/zh_CN/LC_MESSAGES/upgrade-guide/kolab-16.po +++ b/locale/zh_CN/LC_MESSAGES/upgrade-guide/kolab-16.po @@ -1,123 +1,122 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/upgrade-guide/kolab-16.rst:90 msgid "Upgrade Notes from Kolab 3.4 to 16" msgstr "" #: ../../source/upgrade-guide/kolab-16.rst:92 msgid "" "The purpose of this document is, to describe the procedure of upgrading a " "Kolab Goupware installation from a default installed Kolab 3.4 (last " "\"community verison\") to Kolab 16." msgstr "" #: ../../source/upgrade-guide/kolab-16.rst:96 msgid "Upgrade Procedure" msgstr "" #: ../../source/upgrade-guide/kolab-16.rst:98 msgid "Install the Kolab Groupware repository configuration:" msgstr "" #: ../../source/upgrade-guide/kolab-16.rst:105 msgid "Remove the existing Kolab 3.4 repositories:" msgstr "" #: ../../source/upgrade-guide/kolab-16.rst:112 msgid "" "Make sure that the packages from the Kolab repositories have a higher " "priority than eg. the :term:`EPEL` packages:" msgstr "" #: ../../source/upgrade-guide/kolab-16.rst:119 msgid "Replace php-mysql with php-mysqlnd:" msgstr "" #: ../../source/upgrade-guide/kolab-16.rst:130 msgid "Update all:" msgstr "" #: ../../source/upgrade-guide/kolab-16.rst:137 msgid "During the cleanup, you might see the message:" msgstr "" #: ../../source/upgrade-guide/kolab-16.rst:147 msgid "" "This is a warning, and the Cyrus-imapd package will be updated. This can be " "checked after the update with the command:" msgstr "" #: ../../source/upgrade-guide/kolab-16.rst:156 msgid "Updating the Configuration" msgstr "" #: ../../source/upgrade-guide/kolab-16.rst:158 msgid "" "After upgrading the packages to Kolab 16 repository, the configuration needs " "to be updated." msgstr "" #: ../../source/upgrade-guide/kolab-16.rst:160 msgid "Configure the new module \"Guam\":" msgstr "" #: ../../source/upgrade-guide/kolab-16.rst:166 msgid "Configure the new module \"Manticore\":" msgstr "" #: ../../source/upgrade-guide/kolab-16.rst:174 msgid "" "If the Kolab 3.4 installation was a standard installation with no changes to " "the defaults, then the following 2 commands can be run at no risk (The " "correct password for the current roundcube database user is still needed for " "verification)." msgstr "" #: ../../source/upgrade-guide/kolab-16.rst:176 msgid "" "However, if changes were made to the defaults, the original configuration " "should be copied off for later compare with the newly written configuration." msgstr "" #: ../../source/upgrade-guide/kolab-16.rst:178 msgid "Update the roundcube configuration:" msgstr "" #: ../../source/upgrade-guide/kolab-16.rst:182 msgid "" "As setup-kolab is unable to write to the already existing mysql database, an " "error message will show:" msgstr "" #: ../../source/upgrade-guide/kolab-16.rst:189 msgid "" "The new and updated config file will however be written and restart the " "appropriate services." msgstr "" #: ../../source/upgrade-guide/kolab-16.rst:191 msgid "" "The correct password for the current roundcube database user is still needed " "for verification." msgstr "" #: ../../source/upgrade-guide/kolab-16.rst:199 msgid "Update the imap configuration:" msgstr "" diff --git a/locale/zh_CN/LC_MESSAGES/upgrade-guide/kolab-2.3.po b/locale/zh_CN/LC_MESSAGES/upgrade-guide/kolab-2.3.po index f733a62f..7b0f7ab1 100644 --- a/locale/zh_CN/LC_MESSAGES/upgrade-guide/kolab-2.3.po +++ b/locale/zh_CN/LC_MESSAGES/upgrade-guide/kolab-2.3.po @@ -1,304 +1,303 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/upgrade-guide/kolab-2.3.rst:90 msgid "Upgrading from Kolab 2.3" msgstr "" #: ../../source/upgrade-guide/kolab-2.3.rst:92 msgid "" "As Kolab Groupware used to be distributed as an OpenPKG stack, with " "different locations for files, the upgrade of a Kolab 2 server to a Kolab 3 " "server is a largely manual process." msgstr "" #: ../../source/upgrade-guide/kolab-2.3.rst:96 msgid "" "The Kolab 3 server used here has been set up for the same domain name space " "as the Kolab 2 server. No users have been created on the Kolab 3 server. " "kolab2.example.org refers to the Kolab 2 server, kolab3.example.org refers " "to the Kolab 3 server." msgstr "" #: ../../source/upgrade-guide/kolab-2.3.rst:99 msgid "Preparations" msgstr "" #: ../../source/upgrade-guide/kolab-2.3.rst:100 msgid "During the migration, the Kolab 2 server cannot be allowed to;" msgstr "" #: ../../source/upgrade-guide/kolab-2.3.rst:102 msgid "Receive new email." msgstr "" #: ../../source/upgrade-guide/kolab-2.3.rst:103 msgid "Let users post/submit new data." msgstr "" #: ../../source/upgrade-guide/kolab-2.3.rst:105 msgid "" "The easiest way to prevent any of this happening is to shut down all Kolab " "Groupware related services on kolab2.example.org:" msgstr "" #: ../../source/upgrade-guide/kolab-2.3.rst:111 msgid "Create a backup of the data from kolab2.example.org." msgstr "" #: ../../source/upgrade-guide/kolab-2.3.rst:112 msgid "Shut down the Cyrus IMAP service on kolab3.example.org:" msgstr "" #: ../../source/upgrade-guide/kolab-2.3.rst:118 msgid "Shut down the Kolab daemon on kolab3.example.org:" msgstr "" #: ../../source/upgrade-guide/kolab-2.3.rst:124 msgid "" "Update the settings related to the recipient policy in /etc/kolab/kolab." "conf. The following settings are important:" msgstr "" #: ../../source/upgrade-guide/kolab-2.3.rst:126 msgid "The primary_mail setting in the [$domain] section." msgstr "" #: ../../source/upgrade-guide/kolab-2.3.rst:127 msgid "" "The policy MUST[2] either match the former convention used, if any, or not " "be enabled at all. See Example 1.1, “Example Migration of example.org” for " "an example and some more gotchas." msgstr "" #: ../../source/upgrade-guide/kolab-2.3.rst:131 msgid "" "In case the recipient policy is not to be applied, consider updating the " "user_types as per the instructions in Section 5.1, “Editing user_types”. The " "secondary_mail setting in the [$domain] section." msgstr "" #: ../../source/upgrade-guide/kolab-2.3.rst:134 msgid "" "This part of the policy does not apply should the primary_mail setting " "already have been disabled." msgstr "" #: ../../source/upgrade-guide/kolab-2.3.rst:137 msgid "Example Migration of example.org" msgstr "" #: ../../source/upgrade-guide/kolab-2.3.rst:138 msgid "" "Our first example has had a running Kolab 2.3 on OpenPKG server, with a " "general email address convention of \"surname\"@example.org." msgstr "" #: ../../source/upgrade-guide/kolab-2.3.rst:140 msgid "" "By default, a Kolab 3.0 Groupware server will apply a recipient policy for " "the mail attribute value of \"givenname\".\"surname\"@example.org. The " "recipient policy must therefore be adjusted." msgstr "" #: ../../source/upgrade-guide/kolab-2.3.rst:142 msgid "" "In the [example.org] section in /etc/kolab/kolab.conf, the primary_mail " "setting must be adjusted to match the \"surname\"@example.org convention:" msgstr "" #: ../../source/upgrade-guide/kolab-2.3.rst:151 msgid "" "Now, users that are created will get a mail attribute value of \"surname" "\"@example.org assigned." msgstr "" #: ../../source/upgrade-guide/kolab-2.3.rst:153 msgid "" "First adding user John Doe will give him a mail attribute value of " "doe@example.org, but should you have a Jane Doe as well, she would get " "doe2@example.org. It is therefore important to add users in order." msgstr "" #: ../../source/upgrade-guide/kolab-2.3.rst:156 msgid "Migration of LDAP" msgstr "" #: ../../source/upgrade-guide/kolab-2.3.rst:158 msgid "This section has not been authored yet." msgstr "" #: ../../source/upgrade-guide/kolab-2.3.rst:161 msgid "Migration and Upgrade of Data" msgstr "" #: ../../source/upgrade-guide/kolab-2.3.rst:164 msgid "Migrate the Data Through Copying" msgstr "" #: ../../source/upgrade-guide/kolab-2.3.rst:166 msgid "Login to kolab3.example.org to execute the steps in this procedure." msgstr "" #: ../../source/upgrade-guide/kolab-2.3.rst:168 msgid "" "Copy mailboxes.db and annotations.db. These files are located in /kolab/var/" "imapd/ on your Kolab 2 server." msgstr "" #: ../../source/upgrade-guide/kolab-2.3.rst:179 msgid "" "If cyrus can't start with these files with a message like the following, you " "need to convert the files instead of copying." msgstr "" #: ../../source/upgrade-guide/kolab-2.3.rst:188 msgid "" "Use the following commands to convert the files from Berkeley DB to skiplist:" msgstr "" #: ../../source/upgrade-guide/kolab-2.3.rst:195 msgid "After the conversion, copy the files to the new kolab3 server:" msgstr "" #: ../../source/upgrade-guide/kolab-2.3.rst:204 msgid "Migrate the mail spool:" msgstr "" #: ../../source/upgrade-guide/kolab-2.3.rst:213 msgid "Migrate the seen and subscription databases:" msgstr "" #: ../../source/upgrade-guide/kolab-2.3.rst:226 msgid "Ensure the filesystem permissions are correct:" msgstr "" #: ../../source/upgrade-guide/kolab-2.3.rst:232 msgid "" "Ensure only the cyrus user can read and write, and the mail group can read " "the contents of either directory tree:" msgstr "" #: ../../source/upgrade-guide/kolab-2.3.rst:242 msgid "" "If your find doesn't have the -print0 option or your xargs command doesn't " "know -0, you can use the much slower commands below:" msgstr "" #: ../../source/upgrade-guide/kolab-2.3.rst:249 msgid "" "As the seen databases are particularly hard for Cyrus IMAP 2.4 to upgrade " "real-time, convert the seen databases with, for example:" msgstr "" #: ../../source/upgrade-guide/kolab-2.3.rst:263 msgid "Stop the Kolab daemon:" msgstr "" #: ../../source/upgrade-guide/kolab-2.3.rst:269 msgid "Start the Cyrus IMAP service on kolab3.example.org:" msgstr "" #: ../../source/upgrade-guide/kolab-2.3.rst:276 msgid "" "Users should not yet be allowed to interact with the system at this point. " "We suggest closing access to the system through the firewall." msgstr "" #: ../../source/upgrade-guide/kolab-2.3.rst:278 msgid "Prepare some environment variables" msgstr "" #: ../../source/upgrade-guide/kolab-2.3.rst:280 msgid "" "We need the cyrus-admin user and associated password for the following " "steps, so we put them in environment variables:" msgstr "" #: ../../source/upgrade-guide/kolab-2.3.rst:289 msgid "Upgrade the Format" msgstr "" #: ../../source/upgrade-guide/kolab-2.3.rst:291 msgid "" "Use the Cyrus IMAP administrator account to select all mailboxes, to make " "sure the format upgrade is not taking place while the user is attempting to " "login / select a mailbox." msgstr "" #: ../../source/upgrade-guide/kolab-2.3.rst:293 msgid "" "Average sized mailboxes (those restricted with a reasonable quota such as " "2GB) can take about 2 minutes to upgrade. A single folder can upgrade as " "fast as 5 seconds. Mailboxes that contain a lot of messages (such as a " "shared lists folder that also functions as an archive) can take up to 2-4 " "minutes to upgrade (approximately 40.000 messages)." msgstr "" #: ../../source/upgrade-guide/kolab-2.3.rst:297 msgid "" "Optionally, if errors are expected enable full so-called telemetry logging " "so that issues can be backtracked. On the IMAP server, issue the following " "commands:" msgstr "" #: ../../source/upgrade-guide/kolab-2.3.rst:315 msgid "or, alternatively;" msgstr "" #: ../../source/upgrade-guide/kolab-2.3.rst:347 msgid "" "On your console display, you will see some errors stating NO Permission " "Denied. These errors you can ignore. You'll see messages such as the " "following appear in ``/var/log/maillog``:" msgstr "" #: ../../source/upgrade-guide/kolab-2.3.rst:355 msgid "" "The annotations database may not have been upgraded correctly, causing some " "annotations to miss the first 4 characters of their value. The easiest way " "to fix the issue, that is known to work, is to get the annotation values as " "they were on the old (Kolab 2) IMAP server, and set them on the new (Kolab " "3) IMAP server." msgstr "" #: ../../source/upgrade-guide/kolab-2.3.rst:402 msgid "Fix'em:" msgstr "" #: ../../source/upgrade-guide/kolab-2.3.rst:451 msgid "" "Upgrade all messages from Kolab Format version 2 to Kolab Format version 3 " "using kolab-formatupgrade. This command is run in two parts. The first will " "upgrade all mailbox contents in the personal namespace:" msgstr "" #: ../../source/upgrade-guide/kolab-2.3.rst:467 msgid "" "The second part upgrades the contents of shared folders. Shared folders have " "no designated owners, and we can therefore not login as a designated user to " "upgrade the format." msgstr "" #: ../../source/upgrade-guide/kolab-2.3.rst:469 msgid "" "As the user cyrus-admin normally does not have the necessary privileges to " "insert new messages into mail folders, so we're going to have to give out " "the rights first. We'll delete them again afterwards." msgstr "" diff --git a/locale/zh_CN/LC_MESSAGES/upgrade-guide/kolab-3.1.po b/locale/zh_CN/LC_MESSAGES/upgrade-guide/kolab-3.1.po index f64c519d..09996977 100644 --- a/locale/zh_CN/LC_MESSAGES/upgrade-guide/kolab-3.1.po +++ b/locale/zh_CN/LC_MESSAGES/upgrade-guide/kolab-3.1.po @@ -1,289 +1,288 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/upgrade-guide/kolab-3.1.rst:90 msgid "Upgrading from Kolab 3.0" msgstr "" #: ../../source/upgrade-guide/kolab-3.1.rst:92 msgid "" "This chapter contains the upgrade notes for moving forward from Kolab 3.0 to " "Kolab 3.1." msgstr "" #: ../../source/upgrade-guide/kolab-3.1.rst:96 msgid "ChangeLog" msgstr "" #: ../../source/upgrade-guide/kolab-3.1.rst:98 msgid "" "Kolab 3.1 compared to Kolab 3.0 ships the following additional components:" msgstr "" #: ../../source/upgrade-guide/kolab-3.1.rst:100 msgid "**iRony**" msgstr "" #: ../../source/upgrade-guide/kolab-3.1.rst:102 msgid "" "A DAV access provider for groupware, including WebDAV with help of the " "**chwala** API, and CardDAV and CalDAV." msgstr "" #: ../../source/upgrade-guide/kolab-3.1.rst:105 msgid "**chwala**" msgstr "" #: ../../source/upgrade-guide/kolab-3.1.rst:107 msgid "" "A properly designed and integrated file storage management layer, primarily " "for integration into other web applications through it's self-reliant UI " "component builder functions (JavaScript) obtaining information from its own " "API." msgstr "" #: ../../source/upgrade-guide/kolab-3.1.rst:112 msgid "``kolab_files`` for |roundcubemail-plugins-kolab|" msgstr "" #: ../../source/upgrade-guide/kolab-3.1.rst:114 msgid "" "One implementation of the integration of **chwala** into the Roundcube web " "client." msgstr "" #: ../../source/upgrade-guide/kolab-3.1.rst:117 msgid "Further software updates address the following issues:" msgstr "" #: ../../source/upgrade-guide/kolab-3.1.rst:119 msgid "" "The Kolab Web Administration Panel has been enhanced to address duplicate " "surname issues, which in Kolab 3.0 would generate duplicate ``uid`` " "attributes." msgstr "" #: ../../source/upgrade-guide/kolab-3.1.rst:123 msgid "" "The way the ``uid`` is composed can now be configured with the introduction " "of a ``policy_uid`` setting in the ``[kolab_wap]`` section of :manpage:" "`kolab.conf(5)`." msgstr "" #: ../../source/upgrade-guide/kolab-3.1.rst:127 msgid "" "The **postfix** MTA is now configured to strip the ``Received from:`` " "headers that could otherwise disclose a user's geographical location." msgstr "" #: ../../source/upgrade-guide/kolab-3.1.rst:130 msgid "" "The **postfix** MTA is now configured to reject inbound email traffic that " "already has headers set to indicate a spam message." msgstr "" #: ../../source/upgrade-guide/kolab-3.1.rst:133 msgid "" "The **postfix** MTA is now configured to strip additional ``Received from: " "localhost [127.0.0.1] headers`` from emails that pass through Amavis." msgstr "" #: ../../source/upgrade-guide/kolab-3.1.rst:136 msgid "" "A new annotation ``/vendor/kolab/displayname`` was introduced to provide a " "compatibility layer with CardDAV and CalDAV access layers, neither of which " "understand IMAP folder hierarchy." msgstr "" #: ../../source/upgrade-guide/kolab-3.1.rst:140 msgid "" "A new annotation ``/vendor/kolab/uniqueid`` was introducted to provide a " "compatibility layer with CardDAV and CalDAV access layers, neither of which " "would have otherwise allowed an IMAP folder to be renamed or relocated in " "the IMAP folder hierarchy." msgstr "" #: ../../source/upgrade-guide/kolab-3.1.rst:147 msgid "" "This annotation is only used if ``/vendor/cmu/cyrus-imapd/uniqueid`` is not " "available. This Cyrus IMAP annotation became available in Cyrus IMAP 2.5." msgstr "" #: ../../source/upgrade-guide/kolab-3.1.rst:151 #, python-format msgid "" "The ``kolab_auth`` plugin for Roundcube was enhanced to allow the use of a " "placeholder ``%dc`` to be substituted by the root dn for a supplied domain " "name." msgstr "" #: ../../source/upgrade-guide/kolab-3.1.rst:155 msgid "" "This enhances the Hosted Kolab Groupware deployment capabilities " "significantly." msgstr "" #: ../../source/upgrade-guide/kolab-3.1.rst:158 msgid "" "The **kolab-webadmin** software was enhanced to allow input of *KB*, *MB* " "and *GB* input for ``mailQuota``." msgstr "" #: ../../source/upgrade-guide/kolab-3.1.rst:161 msgid "" "The **kolab-webadmin** software was enhanced to allow *Shared Folders* to be " "created through the web administration panel." msgstr "" #: ../../source/upgrade-guide/kolab-3.1.rst:164 msgid "" "The **kolab-webadmin** software was enhanced to allow the configuration of " "*Dynamic Mail-enabled Distribution Groups*." msgstr "" #: ../../source/upgrade-guide/kolab-3.1.rst:168 msgid "Updates to Cyrus IMAP" msgstr "" #: ../../source/upgrade-guide/kolab-3.1.rst:170 msgid "" "Updates to the Cyrus IMAP configuration can be applied automatically, by " "executing:" msgstr "" #: ../../source/upgrade-guide/kolab-3.1.rst:179 msgid "" "Executing the aforementioned command assumes you had not made any changes " "to :manpage:`cyrus.conf(5)` nor :manpage:`imapd.conf(5)`." msgstr "" #: ../../source/upgrade-guide/kolab-3.1.rst:182 msgid "" "If you had, either read the sections for :ref:`admin_upgrade-3.0_cyrus.conf` " "and :ref:`admin_upgrade-3.0_imapd.conf` or re-apply the changes you need " "after executing the aforementioned setup command." msgstr "" #: ../../source/upgrade-guide/kolab-3.1.rst:190 msgid ":manpage:`cyrus.conf(5)` (at :file:`/etc/cyrus.conf`)" msgstr "" #: ../../source/upgrade-guide/kolab-3.1.rst:193 msgid "Underscores in START, SERVICES and EVENTS Item Names" msgstr "" #: ../../source/upgrade-guide/kolab-3.1.rst:195 msgid "" "The version of Cyrus IMAP shipped with Kolab 3.1 is incompatible with the " "use of underscore ('_') characters in the names for the START, SERVICES and " "EVENTS items." msgstr "" #: ../../source/upgrade-guide/kolab-3.1.rst:199 msgid "The EVENTS section in **cyrus.conf(5)** may have looked as follows:" msgstr "" #: ../../source/upgrade-guide/kolab-3.1.rst:225 msgid "This will need to become:" msgstr "" #: ../../source/upgrade-guide/kolab-3.1.rst:252 msgid "The Use of Squatter" msgstr "" #: ../../source/upgrade-guide/kolab-3.1.rst:254 msgid "" "Squatter is used to periodically create full-text indexes for messages in " "mailboxes." msgstr "" #: ../../source/upgrade-guide/kolab-3.1.rst:257 msgid "" "At the time of this writing, however, headers that are relevant for Kolab " "Groupware data searches are not included in such indexes." msgstr "" #: ../../source/upgrade-guide/kolab-3.1.rst:260 msgid "" "To circumvent this problem, remove running squatter from the EVENTS section " "in :file:`/etc/cyrus.conf`." msgstr "" #: ../../source/upgrade-guide/kolab-3.1.rst:263 msgid "" "To prevent existing squatter indexes from getting in the way, remove all " "files named **cyrus.squat** from your IMAP spools:" msgstr "" #: ../../source/upgrade-guide/kolab-3.1.rst:275 msgid ":manpage:`imapd.conf(5)` (at :file:`/etc/imapd.conf`)" msgstr "" #: ../../source/upgrade-guide/kolab-3.1.rst:277 msgid "" "A few additional settings are needed for Cyrus IMAP to feature message " "traffic directly into shared folders." msgstr "" #: ../../source/upgrade-guide/kolab-3.1.rst:280 msgid "" "If not already set, add the following setting to :file:`/etc/imapd.conf`:" msgstr "" #: ../../source/upgrade-guide/kolab-3.1.rst:287 msgid "New Features in Cyrus IMAP" msgstr "" #: ../../source/upgrade-guide/kolab-3.1.rst:289 msgid "" "Event notifications. See the architecture and design document on Bonnie." msgstr "" #: ../../source/upgrade-guide/kolab-3.1.rst:290 msgid "Multi-master replication" msgstr "" #: ../../source/upgrade-guide/kolab-3.1.rst:293 msgid "Removing old and Adding new Plugins for Roundcube" msgstr "" #: ../../source/upgrade-guide/kolab-3.1.rst:295 msgid "The following plugins are no longer included:" msgstr "" #: ../../source/upgrade-guide/kolab-3.1.rst:297 msgid "``kolab_core``" msgstr "" #: ../../source/upgrade-guide/kolab-3.1.rst msgid "Todo" msgstr "" #: ../../source/upgrade-guide/kolab-3.1.rst:301 #: ../../source/upgrade-guide/kolab-3.1.rst:309 msgid "Is this list complete?" msgstr "" #: ../../source/upgrade-guide/kolab-3.1.rst:303 msgid "The following plugins are new:" msgstr "" #: ../../source/upgrade-guide/kolab-3.1.rst:305 msgid "``kolab_files``" msgstr "" diff --git a/locale/zh_CN/LC_MESSAGES/upgrade-guide/kolab-3.3.po b/locale/zh_CN/LC_MESSAGES/upgrade-guide/kolab-3.3.po index ad22487d..e547fb55 100644 --- a/locale/zh_CN/LC_MESSAGES/upgrade-guide/kolab-3.3.po +++ b/locale/zh_CN/LC_MESSAGES/upgrade-guide/kolab-3.3.po @@ -1,497 +1,496 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/upgrade-guide/kolab-3.3.rst:90 msgid "Upgrade Notes from Kolab 3.1 to 3.3" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:92 msgid "" "This chapter contains some upgrade notes for moving forward from Kolab 3.1 " "to Kolab 3.3. You can use this guide aswell for upgrading from Kolab 3.2 to " "3.3. The differences aren't that many." msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:97 msgid "ChangeLog" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:99 msgid "" "While Kolab 3.2 mostly included backend and groundlaying changes for " "upcoming realases due to switching to Cyrus IMAPd 2.5, Kolab 3.3 now ships " "with couple new and updated frontend and admin modules." msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:103 msgid "" "Kolab 3.3 compared to Kolab 3.1 ships the following additional components:" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:105 msgid "**Birthday Calender**" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:107 msgid "This feature was already incuded in Kolab Groupware 3.2" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:109 msgid "**New roundcube release**" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:111 msgid "" "The folder structure has changed. Roundcube has moved their public web " "content into a *public_html/* folder. While it tries to be backwards " "compatible, you might want to check your virtual host configuration if " "you've actually modified it." msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:116 msgid "**E-Mail Tagging**" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:118 msgid "The roundcube plugin *kolab_tags* supports taggging of e-mails" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:120 msgid "**Notes**" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:122 msgid "" "The roundcube plugin *kolab_notes* supports writing and sharing notes. Via " "syncroton these notes can be managed via the active sync protocol as well." msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:126 msgid "You can also create shared notesfolders for groups." msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:128 msgid "**Resource Management**" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:130 msgid "" "While managing resources was already included in the Kolab Webadmin GUI, the " "roundcube frontend was missing a component to search, check and book " "resources. This part makes use of freebusy informations to actually show the " "availabilities." msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:135 msgid "**Freebusy**" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:137 msgid "" "The freebusy web daemon now supports caching of freebusy informations and " "resources. You might want to update/replace your configuation to support " "resources, etc." msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:141 msgid "**Wallace**" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:143 msgid "" "The wallace daemon now includes modules for checking iTip invitations and " "resource booking requests. Wallace is now enabled by default in new Kolab " "3.3 installations. If you want to make use of it, you must integrate it in " "the postfix mail flow." msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:148 msgid "**IMAP ACL editor (kolab-webadmin)**" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:150 msgid "" "You can now create share folders within the kolab-webadmin and manage and " "enforce initial access control lists for those folders." msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:153 msgid "**Organizatioal Unit Editor (kolab-webadmin)**" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:155 msgid "" "Those installations that make use of bigger LDAP Directories or manage " "corporation addressbooks within LDAP can now make use of the OU Editor " "instead of relying on external LDAP Editors. The ou management includes an " "ACL Editor for LDAP targets." msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:163 msgid "Updating the system" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:165 msgid "" "These update procecures are just an example. They don't differ too much from " "a basic installation." msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:170 msgid "CentOS 6" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:172 #: ../../source/upgrade-guide/kolab-3.3.rst:191 msgid "Update the repo to the new location" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:181 msgid "run the upgrade process" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:189 msgid "Debian 7" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:198 msgid "Import the new Release Keys" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:205 msgid "" "If you've don't have set a correct apt-pinning, please check the " "Installation Guide." msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:207 msgid "Update and Upgrade the system" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:216 msgid "" "You'll get ask if you want to replace your configuration files! DON'T " "overwrite them! You'll lose your configuration and credentials and end up " "with a broken frontend." msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:221 msgid "Update your configuration files" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:223 msgid "" "If you want to check want configuration files have changed, the best way is " "to compare the previous and current version in the GIT repository." msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:226 msgid "" "You can find most of the configuration file that have changed when you " "compare the templates of pykolab/setup-kolab." msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:229 msgid "" "http://cgit.kolab.org/pykolab/diff/share/templates/?" "id=pykolab-0.7.1&id2=pykolab-0.6.10" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:232 msgid "/etc/kolab/kolab.conf" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:234 #: ../../source/upgrade-guide/kolab-3.3.rst:273 #: ../../source/upgrade-guide/kolab-3.3.rst:302 #: ../../source/upgrade-guide/kolab-3.3.rst:332 #: ../../source/upgrade-guide/kolab-3.3.rst:360 #: ../../source/upgrade-guide/kolab-3.3.rst:403 msgid "You can see the configuration differences here:" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:236 msgid "" "http://cgit.kolab.org/pykolab/diff/conf/kolab.conf?" "id=pykolab-0.7.1&id2=pykolab-0.6.10" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:238 msgid "" "These are the values that have been updated. Please change them in your " "configuration depending on your installation and needs" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:259 msgid "" "If you're planning to make use of wallace please make sure wallace is " "enabled to start using :command:`chkconfig` on RHEL/Centos or :file:`/etc/" "default/wallace` on debian." msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:262 msgid "Restart the services" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:271 msgid "/etc/kolab-freebusy/config.ini" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:275 msgid "" "http://git.kolab.org/kolab-freebusy/diff/config/config.ini.sample?id=kolab-" "freebusy-1.0.5&id2=kolab-freebusy-1.0.3" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:277 msgid "" "Instead of editing the configuration by hand it's easier to just recreate " "the configuration using the setup-kolab tool." msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:280 #: ../../source/upgrade-guide/kolab-3.3.rst:368 msgid "For Redhat/CentOS" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:286 #: ../../source/upgrade-guide/kolab-3.3.rst:374 msgid "For Debian" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:292 msgid "Recreatae the configuation:" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:300 msgid "/etc/roundcubemail/config.inc.php" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:304 msgid "" "http://cgit.kolab.org/pykolab/diff/share/templates/roundcubemail/config.inc." "php.tpl?id=pykolab-0.7.1&id2=pykolab-0.6.10 http://cgit.kolab.org/pykolab/" "commit/?id=57a48ed5e5fed38b4bbbb088fc9425a4b407c0b0" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:307 msgid "Change the plugin load order the follwing way:" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:309 msgid "move *kolab_auth* to the top position" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:310 msgid "move *kolab_config* after *kolab_addressbook*" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:311 msgid "add *kolab_notes* after *kolab_folders*" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:312 msgid "add *kolab_tags* after *kolab_notes*" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:314 msgid "add 2 more $config entries" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:323 msgid "" "Keep in mind that some of those configuration changes are requiring an " "updated apache configuration. Roundcube 1.1 introduced a seperate " "public_html/ folder to seperate webroot and application files. Keep this in " "mind i you've customized your webserver configuration." msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:330 msgid "/etc/roundcubemail/password.inc.php" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:334 msgid "" "http://cgit.kolab.org/pykolab/diff/share/templates/roundcubemail/password." "inc.php.tpl?id=pykolab-0.7.1&id2=pykolab-0.6.10" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:336 msgid "Change the password driver from **ldap** to **ldap_simple**." msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:344 msgid "/etc/roundcubemail/kolab_files.inc.php" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:346 msgid "You can see the configuration change here:" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:348 msgid "" "http://cgit.kolab.org/pykolab/commit/?" "id=172545ebeba5c73cbb502fcae859b27df7aafed2" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:350 msgid "Update the kolab_files_url to /chwala/ to be protocol independent." msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:358 msgid "/etc/iRony/dav.inc.php" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:362 msgid "" "http://cgit.kolab.org/iRony/diff/config/dav.inc.php.sample?" "id=54802da29dd4e77ca8c716f6c24c1aabef3a3c1f&id2=iRony-0.2.4" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:364 msgid "" "The iRony configuration doesn't have anything special configurations. You " "might want to consider just to take the new default config file or change it " "based on the differences between the previous version." msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:382 msgid "/etc/postfix/ldap/virtual_alias_maps_sharedfolders.cf" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:384 msgid "" "To fix the handling of resource invitations you've to adjust your existing " "virtual alias maps, otherwise you end up with non-delivery-reports." msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:387 msgid "Please update your filter with this new default configuration:" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:393 #: ../../source/upgrade-guide/kolab-3.3.rst:420 msgid "Restart the postfix daemon" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:401 msgid "/etc/postfix/master.cf" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:405 msgid "" "http://cgit.kolab.org/pykolab/diff/share/templates/master.cf.tpl?" "id=pykolab-0.7.1&id2=pykolab-0.6.10" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:407 msgid "" "This will put wallace as the next content-filter after the mail has been " "returned from amavis to postfix. If you're don't want to make use of iTip " "processing or resource management you can skip this section." msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:426 msgid "The mail flow will be the following:" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:428 msgid "postfix receives mail (running on port :25 and port :587)" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:429 msgid "postfix sends mail to amavisd (running on port 127.0.0.1:10024)" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:430 msgid "amavisd checks mail" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:431 msgid "amavisd sends mail to postfix (running on port 127.0.0.1:10025)" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:432 msgid "postfix sends mail to wallace (running on port 127.0.0.1:10026)" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:433 msgid "wallace checks the message for itip, resources, etc" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:434 msgid "wallace sens mail to postfix (running on port 127.0.0.1:10026)" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:435 msgid "postfix will start delivering the mail (external or internal)" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:439 msgid "mysql database: kolab" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:441 msgid "" "A couple new features are relying new tables (organizational units). The " "shared folder have been extended to make use of the **acl** editor." msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:444 msgid "You can find the full sql file here:" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:446 msgid "" "web: http://cgit.kolab.org/webadmin/tree/doc/kolab_wap.sql?id=kolab-" "webadmin-3.2.1" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:447 msgid "locally: :file:`/usr/share/doc/kolab-webadmin/kolab_wap.sql`" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:449 msgid "" "The kolab-webadmin package doesn't provide auto updates or upgrade files for " "your database. Here's a summary of what has been changed." msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:452 msgid "" "If you've made changes on the shared folder types you might want to change " "the types manually in the settings section of kolab-webadmin." msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:455 msgid "Open the mysql cli:" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:461 msgid "" "and apply the followin changes: The tables will be deleted and recreated. " "Don't forget: if you've made changes to shared folder types, please update " "them manually!" msgstr "" #: ../../source/upgrade-guide/kolab-3.3.rst:524 msgid "" "After the database update has been applied. Logout from the kolab-webadmin " "interface and login back in to load the new changes." msgstr "" diff --git a/locale/zh_CN/LC_MESSAGES/upgrade-guide/kolab-3.4.po b/locale/zh_CN/LC_MESSAGES/upgrade-guide/kolab-3.4.po index e29dbf4c..d4738331 100644 --- a/locale/zh_CN/LC_MESSAGES/upgrade-guide/kolab-3.4.po +++ b/locale/zh_CN/LC_MESSAGES/upgrade-guide/kolab-3.4.po @@ -1,474 +1,473 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/upgrade-guide/kolab-3.4.rst:90 msgid "Upgrade Notes from Kolab 3.3 to 3.4" msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:93 msgid "ChangeLog" msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:95 msgid "**New skin for Roundcube: Chameleon**" msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:97 msgid "" "**Chameleon** is the new default skin for Kolab Groupware and replaces the " "default **larry** skin." msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:100 msgid "**Freebusy now supports resource collections**" msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:102 msgid "" "If you have a resource collection of multiple resources freebusy can now " "provide an aggregated view on the data from all its members" msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:105 msgid "**CSRF is now enabled by default for Debian**" msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:107 msgid "" "In the previous release the CSRF patch was only enabled within the RPM " "packages. With Kolab 3.4 this security patch has been applied to the Debian " "packages as well. So make sure your webserver configuration needs to be " "adjusted in case you modified it." msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:112 msgid "**Kolab Webadmin provides a 'Default' Type**" msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:114 msgid "" "You no longer have to switch from 'Contact' to 'Kolab User' when creating a " "new user." msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:117 msgid "**Lots Of Bugfixes**" msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:120 msgid "Updating the system" msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:122 msgid "" "These update procecures are just an example. They don't differ too much from " "a basic installation." msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:127 msgid "CentOS 6" msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:129 #: ../../source/upgrade-guide/kolab-3.4.rst:148 msgid "Update the repo to the new location" msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:138 msgid "run the upgrade process" msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:146 msgid "Debian 7" msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:155 msgid "" "If you've don't have set a correct apt-pinning or release keys, please check " "the Installation Guide." msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:157 msgid "Update and Upgrade the system" msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:166 msgid "" "You'll get ask if you want to replace your configuration files! DON'T " "overwrite them! You'll lose your configuration and credentials and end up " "with a broken frontend." msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:171 msgid "Update your configuration files" msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:173 msgid "" "If you want to check want configuration files have changed, the best way is " "to compare the previous and current version in the GIT repository." msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:177 msgid "/etc/imapd.conf" msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:179 msgid "" "With the most recent upstream cyrus-imapd version a few config parameters " "have changed." msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:182 msgid "" "http://cgit.kolab.org/pykolab/diff/share/templates/imapd.conf.tpl?" "id=pykolab-0.7.6&id2=pykolab-0.7.1" msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:184 msgid "The following parameters have been renamed:" msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:192 msgid "" "If you don't use server or client certificate validation feel free to remove " "the ``tls_ca_file`` parameter and/or consult the cyrus-imapd 2.5 " "documentation for clarification." msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:196 msgid "" "Additionally we can enable 2 more sieve_extensions (date + index) and remove " "the flushseenstate option." msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:206 msgid "/etc/postfix/ldap/virtual_alias_maps_sharedfolders.cf" msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:210 msgid "" "This fix applies to other sharedfolders.cf configuration files as well (in a " "multidomain environment)" msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:213 msgid "" "Change the result_format to be enclosed by quotes otherwise you can't " "deliver mail messages to shared mailboxes that contains spaces in the " "mailbox name." msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:220 msgid "**Background**" msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:222 msgid "" "There's a mailbox that's called ``The A Team`` with a delivery address of " "``team@example.org``. The resulting IMAP Folder would/should be ``shared/The " "A Team@example.org``." msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:225 msgid "" "If you now send an email to ``team@example.org`` it will get remapped to ``" "\"shared+shared/The A Team@example.org\"@example.org``. Without the quotes " "you get 3 non-delivery-reports because whitespace would be considered a " "delimiter." msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:231 msgid "/etc/kolab/kolab.conf" msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:233 #: ../../source/upgrade-guide/kolab-3.4.rst:267 #: ../../source/upgrade-guide/kolab-3.4.rst:298 #: ../../source/upgrade-guide/kolab-3.4.rst:338 #: ../../source/upgrade-guide/kolab-3.4.rst:364 msgid "You can see the configuration differences here:" msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:235 msgid "" "http://cgit.kolab.org/pykolab/diff/conf/kolab.conf?" "id=pykolab-0.7.6&id2=pykolab-0.7.1" msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:237 msgid "" "We only have one new option for wallace, which can be ignored if you don't " "use wallace for resource management. Restart wallace and kolab-server after " "upgrading all python modules should be done anyway." msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:247 msgid "Don't forget to restart the wallace service" msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:249 msgid "**On Debian**" msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:256 msgid "**On CentOS**" msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:265 msgid "/etc/kolab-freebusy/config.ini" msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:269 msgid "" "http://git.kolab.org/kolab-freebusy/diff/config/config.ini.sample?id=kolab-" "freebusy-1.0.6&id2=kolab-freebusy-1.0.5" msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:271 msgid "" "Instead of editing the configuration by hand it's easier to just recreate " "the configuration using the setup-kolab tool. The :command:`setup-kolab " "freebusy` command has been fixed to generate a working default configuration " "right of the box." msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:276 #: ../../source/upgrade-guide/kolab-3.4.rst:372 msgid "For Redhat/CentOS" msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:282 #: ../../source/upgrade-guide/kolab-3.4.rst:378 msgid "For Debian" msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:288 msgid "Recreate the configuation:" msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:296 msgid "/etc/roundcubemail/config.inc.php" msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:300 msgid "" "http://cgit.kolab.org/pykolab/diff/share/templates/roundcubemail/config.inc." "php.tpl?id=pykolab-0.7.6&id2=pykolab-0.7.1" msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:302 msgid "" "The 'threading_as_default' no longer exists and therfore don't need to be " "loaded. So you can safely remove it." msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:313 msgid "add or update the following $config entries" msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:321 msgid "" "With Kolab Groupware having now it's own skin you can savely remove the " "skin_logo configuration." msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:330 msgid "" "Keep in mind that the CSRF patch has now been applied to the Debian packages " "as well. Make sure to update your webserver configuration and rewrite rules. " "Otherwise consider disabling **use_secure_urls**." msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:336 msgid "/etc/roundcubemail/managesieve.inc.php" msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:340 msgid "" "http://cgit.kolab.org/pykolab/diff/share/templates/roundcubemail/managesieve." "inc.php.tpl?id=HEAD&id2=pykolab-0.7.1" msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:342 msgid "Turn of debugging and add 2 additional entries:" msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:352 msgid "/etc/roundcubemail/libkolab.inc.php" msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:354 msgid "You can savely switch to a relative url for freebusy." msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:362 msgid "/etc/iRony/dav.inc.php" msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:366 msgid "" "http://cgit.kolab.org/iRony/diff/config/dav.inc.php.sample?" "id=iRony-0.3.0&id2=iRony-0.2.8" msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:368 msgid "" "If you use the global addressbook <> CardDAV gateway you might want to take " "a look on the changes, otherwise you can just take the default configuration." msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:386 msgid "Webserver" msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:388 msgid "" "Check for new versions of the apache configuration files (in case you " "modified) them." msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:391 msgid "**For Centos / RHEL**" msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:397 msgid "**For Debian / Ubuntu**" msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:404 msgid "" "If you're running a different webserver configuration (like nginx) please " "check the howto or the configuration files for any changes and apply them to " "your setup accordingly." msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:410 msgid "Database" msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:413 msgid "mysql database: kolab" msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:415 msgid "The admin database got a few minor updates:" msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:417 msgid "You can find the full sql file here:" msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:419 msgid "" "web: http://cgit.kolab.org/webadmin/tree/doc/kolab_wap.sql?id=kolab-" "webadmin-3.2.6" msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:420 msgid "locally: :file:`/usr/share/doc/kolab-webadmin/kolab_wap.sql`" msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:422 msgid "" "The kolab-webadmin package doesn't provide auto updates or upgrade files for " "your database. Here's a summary of what has been changed." msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:425 msgid "" "If you've made changes on the shared folder types you might want to change " "the types manually in the settings section of kolab-webadmin." msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:428 msgid "Open the mysql cli or your favorite database administration frontend." msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:434 msgid "" "and apply the followin changes: The tables will be deleted and recreated. " "Don't forget: if you've made changes to shared folder types, please update " "them manually!" msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:440 msgid "" "Don't forget to make **backups** of your database before applying the " "changes!" msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:443 msgid "Fix the name field length." msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:454 msgid "" "The old kolab was still in the latin1 format. We should unify everything " "into the utf-8 format." msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:466 msgid "" "A new field got introduced to mark the default type (for example 'Kolab " "User')." msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:479 msgid "" "After the database update has been applied. Logout from the kolab-webadmin " "interface and login back in to load the new changes." msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:483 msgid "mysql database: roundcube" msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:485 msgid "" "The libkolab plugin had some changes. These changes are effecting the " "``kolab_cache*`` tables. SQL upgrades are usually run during the package " "installation." msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:489 msgid "" "Please verify that we the tables have been upgraded to the lastest version." msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:502 msgid "" "The initial Kolab 3.4 |roundcubemail-plugins-kolab| rpm packages had this " "upgrade database procedure missing." msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:505 msgid "" "Under some circumstances it can be possible that his upgrade couldn't be " "applied as expected. If you experience probems with your mysql database " "check if the database was updated correctly and apply the pathces using the " "following command and verify the result:" msgstr "" #: ../../source/upgrade-guide/kolab-3.4.rst:521 msgid "" "If you still have problems or the sql upgrade didn't went through as " "expected. It is save to recreate the libkolab tables (kolab_folders, " "kolab_cache_*) as they're only used to cache items from the imap storage." msgstr "" diff --git a/locale/zh_CN/LC_MESSAGES/upgrade-guide/kolab-3.5.po b/locale/zh_CN/LC_MESSAGES/upgrade-guide/kolab-3.5.po index 524df323..84e56bd9 100644 --- a/locale/zh_CN/LC_MESSAGES/upgrade-guide/kolab-3.5.po +++ b/locale/zh_CN/LC_MESSAGES/upgrade-guide/kolab-3.5.po @@ -1,194 +1,193 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/upgrade-guide/kolab-3.5.rst:90 msgid "Upgrade Notes from Kolab 3.4 to 3.5" msgstr "" #: ../../source/upgrade-guide/kolab-3.5.rst:93 msgid "This is work in progress! Kolab 3.5 has not been released yet..." msgstr "" #: ../../source/upgrade-guide/kolab-3.5.rst:96 msgid "ChangeLog" msgstr "" #: ../../source/upgrade-guide/kolab-3.5.rst:98 msgid "**empty**" msgstr "" #: ../../source/upgrade-guide/kolab-3.5.rst:100 msgid "**Lots Of Bugfixes**" msgstr "" #: ../../source/upgrade-guide/kolab-3.5.rst:103 msgid "Updating the system" msgstr "" #: ../../source/upgrade-guide/kolab-3.5.rst:105 msgid "" "These update procecures are just an example. They don't differ too much from " "a basic installation." msgstr "" #: ../../source/upgrade-guide/kolab-3.5.rst:110 msgid "CentOS 6" msgstr "" #: ../../source/upgrade-guide/kolab-3.5.rst:112 #: ../../source/upgrade-guide/kolab-3.5.rst:131 msgid "Update the repo to the new location" msgstr "" #: ../../source/upgrade-guide/kolab-3.5.rst:121 msgid "run the upgrade process" msgstr "" #: ../../source/upgrade-guide/kolab-3.5.rst:129 msgid "Debian 7" msgstr "" #: ../../source/upgrade-guide/kolab-3.5.rst:138 msgid "" "If you've don't have set a correct apt-pinning or release keys, please check " "the Installation Guide." msgstr "" #: ../../source/upgrade-guide/kolab-3.5.rst:140 msgid "Update and Upgrade the system" msgstr "" #: ../../source/upgrade-guide/kolab-3.5.rst:149 msgid "" "You'll get ask if you want to replace your configuration files! DON'T " "overwrite them! You'll lose your configuration and credentials and end up " "with a broken frontend." msgstr "" #: ../../source/upgrade-guide/kolab-3.5.rst:154 msgid "Database" msgstr "" #: ../../source/upgrade-guide/kolab-3.5.rst:157 msgid "mysql database: kolab" msgstr "" #: ../../source/upgrade-guide/kolab-3.5.rst:159 msgid "The admin database got a few minor updates:" msgstr "" #: ../../source/upgrade-guide/kolab-3.5.rst:161 msgid "You can find the full sql file here:" msgstr "" #: ../../source/upgrade-guide/kolab-3.5.rst:163 msgid "" "XXX FIXME #. web: http://git.kolab.org/kolab-wap/tree/doc/kolab_wap.sql?" "id=kolab-webadmin-3.2.6 #. locally: :file:`/usr/share/doc/kolab-webadmin/" "kolab_wap.sql`" msgstr "" #: ../../source/upgrade-guide/kolab-3.5.rst:169 msgid "" "Don't forget to make **backups** of your database before applying the " "changes!" msgstr "" #: ../../source/upgrade-guide/kolab-3.5.rst:173 msgid "" "The kolab-webadmin package doesn't provide auto updates or upgrade files for " "your database. Here's a summary of what has been changed." msgstr "" #: ../../source/upgrade-guide/kolab-3.5.rst:176 msgid "" "Field for mail.alias is not a list for Mail-enabled POSIX user in kolab-" "webadmin (#2219) https://issues.kolab.org/show_bug.cgi?id=2219 http://cgit." "kolab.org/webadmin/commit/?id=47653cb71fc68c083ef2cc95a97790f64f0b590e " "http://cgit.kolab.org/webadmin/commit/?" "id=250f5938c1bd0cf021d01125e01eebe7e212ed0c http://cgit.kolab.org/webadmin/" "commit/?id=d8dc3e2f241d66fb36126416c44f8303df36ba41" msgstr "" #: ../../source/upgrade-guide/kolab-3.5.rst:183 msgid "" "Warn when two Users have the same secondary mail address (#2983) https://" "issues.kolab.org/show_bug.cgi?id=2983 http://cgit.kolab.org/webadmin/commit/?" "id=e484198c037a919a42d9c5a52dec107def982d27" msgstr "" #: ../../source/upgrade-guide/kolab-3.5.rst:187 msgid "" "If you've made changes on the user types you might want to change the types " "manually in the settings section of kolab-webadmin (see below for details). " "Otherwise you can refresh the user_types table:" msgstr "" #: ../../source/upgrade-guide/kolab-3.5.rst:191 msgid "You can find the sample php script here:" msgstr "" #: ../../source/upgrade-guide/kolab-3.5.rst:193 msgid "" "XXX FIXME #. web: http://git.kolab.org/kolab-wap/tree/doc/kolab_wap.sql?" "id=kolab-webadmin-3.2.6 #. locally: :file:`/usr/share/doc/kolab-webadmin/" "sample-insert-user_types.php.gz`" msgstr "" #: ../../source/upgrade-guide/kolab-3.5.rst:204 msgid "Manually changing the user_types in the kolab-webadmin interface" msgstr "" #: ../../source/upgrade-guide/kolab-3.5.rst:206 msgid "" "Log on to the kolab-webadmin interface using \"cn=Directory Manager\". " "Select \"Settings\" (Einstellungen) and select object type \"User" "\" (Benutzer). You need to apply the following changes to each of \"Kolab " "User\" and \"Mail enabled POSIX User\"." msgstr "" #: ../../source/upgrade-guide/kolab-3.5.rst:211 msgid "" "Switch to the tab \"attributes\", search the line \"alias\" and click the " "pencil symbol to edit. Apply the following changes:" msgstr "" #: ../../source/upgrade-guide/kolab-3.5.rst:214 msgid "field_type select \"list\"" msgstr "" #: ../../source/upgrade-guide/kolab-3.5.rst:215 msgid "validate select \"extended\"" msgstr "" #: ../../source/upgrade-guide/kolab-3.5.rst:216 msgid "tick \"optional\"" msgstr "" #: ../../source/upgrade-guide/kolab-3.5.rst:218 msgid "" "To save your changes press \"save\", scroll to the bottom of the page, and " "press \"send\"." msgstr "" #: ../../source/upgrade-guide/kolab-3.5.rst:221 msgid "" "After the database update has been applied. Logout from the kolab-webadmin " "interface and login back in to load the new changes." msgstr "" diff --git a/locale/zh_CN/LC_MESSAGES/upgrade-guide/kolab-enterprise-14.po b/locale/zh_CN/LC_MESSAGES/upgrade-guide/kolab-enterprise-14.po index c6af7c2d..1d348d55 100644 --- a/locale/zh_CN/LC_MESSAGES/upgrade-guide/kolab-enterprise-14.po +++ b/locale/zh_CN/LC_MESSAGES/upgrade-guide/kolab-enterprise-14.po @@ -1,426 +1,425 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-07 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:90 msgid "Upgrade Guide from Kolab Enterprise 13 to 14" msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:92 msgid "" "This document guides you through the process of upgrading Kolab Enterprise " "13 to Kolab Enterprise 14. We recommend to try this upgrade on a test system " "before upgrading your production installation to ensure that everything will " "work smoothly with your specific setup." msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:97 msgid "ChangeLog" msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:99 msgid "" "Kolab Enterprise 14 compared to Kolab Enterprise 14 ships the following " "additional components:" msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:101 msgid "**Birthday Calender**" msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:103 msgid "" "Users may opt to show the birthdays of their contacts in the Kolab Web " "Application." msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:105 msgid "**Web Application Paths**" msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:107 msgid "" "The folder structure has changed. The web application has moved its public " "web content into a *public_html/* folder. While it tries to be backwards " "compatible, you might want to check your virtual host configuration to match " "the new paths." msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:111 msgid "**E-Mail Tagging**" msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:113 msgid "The roundcube plugin *kolab_tags* supports tanging of e-mails" msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:115 msgid "**Notes**" msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:117 msgid "" "The roundcube plugin *kolab_notes* supports writing and sharing notes. Via " "syncroton these notes can be synchronised via the ActiveSync protocol." msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:120 msgid "You can also create shared Notes folders for groups." msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:122 msgid "**Resource Management**" msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:124 msgid "" "While managing resources was already included in the Kolab Webadmin GUI, the " "roundcube received a new component to search, check and book resources. This " "part makes use of freebusy information to actually show the available " "resources." msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:129 msgid "**Freebusy**" msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:131 msgid "" "The freebusy web daemon now supports caching of freebusy informations and " "resources. You might want to update/replace your configuration to support " "resources, etc." msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:135 msgid "**Wallace**" msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:137 msgid "" "The wallace daemon now includes modules for checking iTip invitations and " "resource booking requests automatically. Wallace is now enabled by default " "in new installations. If you want to make use of it, you must integrate it " "in the postfix mail flow." msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:142 msgid "**IMAP ACL editor (kolab-webadmin)**" msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:144 msgid "" "You can now create share folders within the kolab-webadmin and manage and " "enforce initial access control lists for those folders." msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:147 msgid "**Organizatioal Unit Editor (kolab-webadmin)**" msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:149 msgid "" "Those installations that make use of bigger LDAP Directories or manage " "corporate address books within LDAP can now make use of the OU Editor " "instead of relying on external LDAP Editors. The ou management includes an " "ACL Editor for LDAP targets." msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:155 msgid "Updating Kolab Enterprise" msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:157 msgid "" "These procedures are meant as an example to show you how an upgrade could " "work. They don't differ too much from a basic installation." msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:161 msgid "RHEL 6 & CentOS 6" msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:163 msgid "Update the Kolab Enterprise repository to the new location:" msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:172 msgid "Run the upgrade process:" msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:180 msgid "Updating Configuration Files" msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:183 msgid "/etc/kolab/kolab.conf" msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:185 msgid "" "These values have been updated. Please change them in your configuration " "depending on your installation and needs:" msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:205 msgid "" "If you're planning to make use of wallace please make sure wallace is " "enabled to start using :command:`chkconfig` on RHEL/Centos." msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:208 msgid "Restart the services" msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:216 msgid "/etc/kolab-freebusy/config.ini" msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:218 msgid "" "Instead of editing the configuration by hand, it can be easier to just " "recreate the configuration using the setup-kolab tool if you have not a " "specific configuration." msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:221 #: ../../source/upgrade-guide/kolab-enterprise-14.rst:296 msgid "For Redhat/CentOS" msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:227 msgid "Recreatae the configuation:" msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:234 msgid "/etc/roundcubemail/config.inc.php" msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:236 msgid "Change the plugin load order the following way:" msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:238 msgid "move *kolab_auth* to the top position" msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:239 msgid "move *kolab_config* after *kolab_addressbook*" msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:240 msgid "add *kolab_notes* after *kolab_folders*" msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:241 msgid "add *kolab_tags* after *kolab_notes*" msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:243 msgid "" "If you want to make use of the new secure URLs feature, add 2 more $config " "entries" msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:250 msgid "" "And adjust the asset path to where your webserver makes the assets available." msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:254 msgid "" "Keep in mind that some of those configuration changes are requiring an " "updated apache configuration. Kolab Enterprise 14 introduced a seperate " "public_html/ folder to seperate webroot and application files. Keep this in " "mind if you've customized your webserver configuration and adjust it " "accordingly. Please pay special attention to the rewrite rules in place." msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:262 msgid "/etc/roundcubemail/password.inc.php" msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:264 msgid "Change the password driver from **ldap** to **ldap_simple**." msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:272 msgid "/etc/roundcubemail/kolab_files.inc.php" msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:274 msgid "Update the kolab_files_url to /chwala/ to be protocol independent." msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:281 msgid "/etc/roundcubemail/managesieve.inc.php" msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:283 msgid "" "If you want to include the dedicated vacation settings, please add this " "setting:" msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:290 msgid "/etc/iRony/dav.inc.php" msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:292 msgid "" "The iRony configuration doesn't have anything special configurations. You " "might want to consider just to take the new default config file or change it " "based on the differences between the previous version." msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:304 msgid "" "You can now expose the global address list via CalDAV by defining " "$config['kolabdav_ldap_directory'] for your installation. The URL for users " "to access this address book is https:///iRony/addressbooks/" "/ldap-directory while specifics depend on your web server " "configuration." msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:311 msgid "/etc/postfix/ldap/virtual_alias_maps_sharedfolders.cf" msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:313 msgid "" "To fix the handling of resource invitations you've to adjust your existing " "virtual alias maps, otherwise you end up with non-delivery-reports." msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:316 msgid "Please update your filter with this new default configuration:" msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:322 #: ../../source/upgrade-guide/kolab-enterprise-14.rst:345 msgid "Restart the postfix daemon" msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:329 msgid "/etc/postfix/master.cf" msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:331 msgid "" "Here, you can optionally enable wallace if you want it to handle resource " "booking and invitations automatically. This will put wallace as the next " "content-filter after the mail has been returned from amavis to postfix. If " "you're don't want to make use of iTip processing or resource management you " "can skip this section." msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:351 msgid "The mail flow will be the following:" msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:353 msgid "postfix receives mail (running on port :25 and port :587)" msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:354 msgid "postfix sends mail to amavisd (running on port 127.0.0.1:10024)" msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:355 msgid "amavisd checks mail" msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:356 msgid "amavisd sends mail to postfix (running on port 127.0.0.1:10025)" msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:357 msgid "postfix sends mail to wallace (running on port 127.0.0.1:10026)" msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:358 msgid "wallace checks the message for itip, resources, etc" msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:359 msgid "wallace sens mail to postfix (running on port 127.0.0.1:10026)" msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:360 msgid "postfix will start delivering the mail (external or internal)" msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:364 msgid "mysql database: kolab" msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:366 msgid "" "A couple new features are relying new tables (organizational units). The " "shared folder have been extended to make use of the **acl** editor." msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:369 msgid "You can find the full sql file here:" msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:371 msgid "" "web: https://git.kolab.org/diffusion/WAP/browse/master/doc/kolab_wap.sql;" "kolab-webadmin-3.2.1" msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:372 msgid "locally: :file:`/usr/share/doc/kolab-webadmin/kolab_wap.sql`" msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:374 msgid "" "To not mess with your existing configuration, the kolab-webadmin package " "doesn't provide auto updates or upgrade files for your database. Here's a " "summary of what has been changed." msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:378 msgid "" "If you've made changes on the shared folder types you might want to change " "the types manually in the settings section of kolab-webadmin." msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:381 msgid "Open the mysql cli:" msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:387 msgid "" "and apply the following changes: The tables will be deleted and recreated. " "Don't forget: if you've made changes to shared folder types, please update " "them manually!" msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:450 msgid "" "After the database update has been applied. Logout from the kolab-webadmin " "interface and login back in to load the new changes." msgstr "" #: ../../source/upgrade-guide/kolab-enterprise-14.rst:453 msgid "" "Congratulations, your Kolab Enterprise 13 installation should now be " "upgraded sucessfully. If you encounter any problems during the upgrade, " "please `file a support ticket `__." msgstr "" diff --git a/locale/zh_CN/LC_MESSAGES/webmail-user-guide/index.po b/locale/zh_CN/LC_MESSAGES/webmail-user-guide/index.po index f5cd8bd5..3a36dae7 100644 --- a/locale/zh_CN/LC_MESSAGES/webmail-user-guide/index.po +++ b/locale/zh_CN/LC_MESSAGES/webmail-user-guide/index.po @@ -1,23 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-25 16:34+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 1.3\n" # d11cf110156441448b9ffb05c8ed4d9a #: ../../source/webmail-user-guide/index.rst:90 msgid "Webmail User Guide" msgstr "" diff --git a/locale/zh_CN/LC_MESSAGES/webmail-user-guide/roundcubemail/_plugins/calendar/importexport.po b/locale/zh_CN/LC_MESSAGES/webmail-user-guide/roundcubemail/_plugins/calendar/importexport.po index 40625b95..36b2cae9 100644 --- a/locale/zh_CN/LC_MESSAGES/webmail-user-guide/roundcubemail/_plugins/calendar/importexport.po +++ b/locale/zh_CN/LC_MESSAGES/webmail-user-guide/roundcubemail/_plugins/calendar/importexport.po @@ -1,128 +1,127 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-25 16:34+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 1.3\n" # 5850c24c554d421d86c286616ec52fe6 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/importexport.rst:93 msgid "Import/Export" msgstr "" # b4026f3fd7fb423fabeb81fff5e26ec6 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/importexport.rst:95 msgid "" "Event data is usually exchanged using the standard |iCal|_ format which is " "supported for import and export." msgstr "" # be1d2cc5b7044010acb7b92d0ea35a5e #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/importexport.rst:100 msgid "Importing Events" msgstr "" # 96ff970245294947938295ec98c3325c #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/importexport.rst:102 msgid "This is how to add events from an |iCal|_ (.ics) file:" msgstr "" # 5ab24817d54b4730a5b7131005a641cb #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/importexport.rst:104 msgid "Click the *Import* toolbar button in the calendar view." msgstr "" # c8e360e7c7c4440ca124cccd060347a9 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/importexport.rst:105 msgid "Then select the file to import from your computer's hard drive." msgstr "" # ef06c671e9314fa8ae97e771a5d1ecc6 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/importexport.rst:106 msgid "Select the calendar to import the events to." msgstr "" # 7c0985b6beda4a4f85eb7300aeeb3194 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/importexport.rst:107 msgid "Select the threshold for old events to be imported." msgstr "" # 520ca442dd7a413fb6cc97a5eedd6416 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/importexport.rst:108 msgid "Click *Import* and wait for the upload to finish." msgstr "" # 3c23c4b23bbe4921ab0244bbe3928468 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/importexport.rst:110 msgid "" "The calendar view will be refreshed to display the newly imported events. " "Verify that the according calendar is active if you don't see them." msgstr "" # 0855317482cc4ed2b964b9d83ac252b6 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/importexport.rst:118 msgid "Exporting Events" msgstr "" # b612a279b4d9459ba15cf119de683c20 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/importexport.rst:120 msgid "" "Events from your calendars can be exported and downloaded in the |iCal|_ " "format." msgstr "" # dd161c5791ff49e3af163fb197a903c8 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/importexport.rst:122 msgid "Click the *Export* toolbar button in the calendar view." msgstr "" # acb8c818a990439a8acdde7eae07c86d #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/importexport.rst:123 msgid "Select the calendar where events should be exported from." msgstr "" # 7ffd2d3bbe804dcc977b71472eaed967 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/importexport.rst:124 msgid "" "With the *Events from* selector you choose the time constraints for " "exporting." msgstr "" # 4f3669adbf664ae1b75aaede5723374a #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/importexport.rst:125 msgid "Click the *Export* button to start the export." msgstr "" # b3ea4819300347d899b4eb7694487e7e #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/importexport.rst:126 msgid "" "Choose where to save the exported .ics file if prompted, otherwise check the " "\"Downloads\" folder on your computer." msgstr "" # 78b6e9e05ffd4334aa363ebc8245c326 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/importexport.rst:88 msgid "Import" msgstr "" # 78b6e9e05ffd4334aa363ebc8245c326 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/importexport.rst:88 msgid "iCal" msgstr "" # 910e83d9833d4e6e9be62afddeb33964 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/importexport.rst:114 msgid "Export" msgstr "" diff --git a/locale/zh_CN/LC_MESSAGES/webmail-user-guide/roundcubemail/_plugins/calendar/index.po b/locale/zh_CN/LC_MESSAGES/webmail-user-guide/roundcubemail/_plugins/calendar/index.po index 0d968ef0..99c983e2 100644 --- a/locale/zh_CN/LC_MESSAGES/webmail-user-guide/roundcubemail/_plugins/calendar/index.po +++ b/locale/zh_CN/LC_MESSAGES/webmail-user-guide/roundcubemail/_plugins/calendar/index.po @@ -1,32 +1,31 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-25 16:34+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 1.3\n" # f6e1e32391b844ca954a9c9bda6f9aea # 5115c28533ec4dd19e4380b33f2bb718 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/index.rst:93 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/index.rst:88 msgid "Calendar" msgstr "" # 1f0a85d3f48b45a695267a441c50d5e9 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/index.rst:95 msgid "" "The *Calendar* gives you access to your personal and shared calendar and " "scheduling functions." msgstr "" diff --git a/locale/zh_CN/LC_MESSAGES/webmail-user-guide/roundcubemail/_plugins/calendar/invitations.po b/locale/zh_CN/LC_MESSAGES/webmail-user-guide/roundcubemail/_plugins/calendar/invitations.po index 4cd11656..653095df 100644 --- a/locale/zh_CN/LC_MESSAGES/webmail-user-guide/roundcubemail/_plugins/calendar/invitations.po +++ b/locale/zh_CN/LC_MESSAGES/webmail-user-guide/roundcubemail/_plugins/calendar/invitations.po @@ -1,126 +1,125 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-25 16:34+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 1.3\n" # 33bc42a913784f5b91966e0a1e4f50ca #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/invitations.rst:92 msgid "Handle Event Invitations" msgstr "" # 9d33d643051546b7a90f77566fea6d46 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/invitations.rst:94 msgid "" "In chapter :ref:`calendar-event-participants` we have learned how to invite " "other people to an event. This will send out invitation emails to all the " "participants with the event data attached. That allows one to directly " "accept or decline an event invitation." msgstr "" # f1c8a23ad7a34d5b85472b1d4a766863 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/invitations.rst:101 msgid "Receive Event Invitations" msgstr "" # e35c42aa1ec046f880f2e2a05f246c50 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/invitations.rst:103 msgid "" "When the webmail system opens an invitation email with event data attached, " "it'll display a yellow box in the preview pane or the email view:" msgstr "" # a76bcf5745034009acc75888d2c650a5 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/invitations.rst:109 msgid "Accept/Decline Invitations" msgstr "" # 39045d622e8c44808b5a317af95b6bfb #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/invitations.rst:111 msgid "" "Right in the box shown above, you can accept or decline the invitation by " "clicking the according button. This will send an automated response to the " "event organizer informing her about your decision and letting her update " "your participant status in her calendar." msgstr "" # f15153d74e0844a6b13e0af45b0c7fa4 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/invitations.rst:115 msgid "" "In case you accept, by either clicking *Accept* or *Maybe*, this will also " "copy the event into your personal calendar. The selector right next to the " "buttons lets you choose the right one." msgstr "" # 0b9ca9f8380743608a77d579b92e86dd #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/invitations.rst:119 msgid "" "The copy in your calendar now knows about the invitation and its original " "sender. If you now delete it from your calendar, you'll be asked whether " "this should send a declination message to the person who organizes the event." msgstr "" # 3b9a9e80ed8240acbaebeef04e90396a #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/invitations.rst:123 msgid "" "After acceping or declining, the email message containing the invitation can " "be deleted." msgstr "" # 7939d05f5b49476eab3c3c69d4716b0b #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/invitations.rst:127 msgid "Process Invitation Replies" msgstr "" # a115f9a2e4414725a41f1b418310005a #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/invitations.rst:129 msgid "" "As an organizer who has invited others to an event, you'll receive responses " "to the automatically sent invitations when the attendees either accept or " "decline them." msgstr "" # 8e726897158a422c80b963805ab374ff #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/invitations.rst:132 msgid "" "Such messages are also identified by the webmail system and again a yellow " "box appears in the message view:" msgstr "" # b2fee4a1f03f489c87eb1194cfad81df #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/invitations.rst:137 msgid "" "By clicking the *Update the participant's status* button, the original event " "in your calendar will be updated with the RSVP status from the person who " "responded here." msgstr "" # 7de9bd3265664222894db671df833a96 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/invitations.rst:140 msgid "" "When you now look at the event details in the calendar view, the status " "icons next to each participant now displays the new status." msgstr "" # 062b57796fac4f599ddff0d87411bddb #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/invitations.rst:88 msgid "Invitation" msgstr "" # 062b57796fac4f599ddff0d87411bddb #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/invitations.rst:88 msgid "RSVP" msgstr "" diff --git a/locale/zh_CN/LC_MESSAGES/webmail-user-guide/roundcubemail/_plugins/calendar/manage.po b/locale/zh_CN/LC_MESSAGES/webmail-user-guide/roundcubemail/_plugins/calendar/manage.po index a8930a58..d6bda9d6 100644 --- a/locale/zh_CN/LC_MESSAGES/webmail-user-guide/roundcubemail/_plugins/calendar/manage.po +++ b/locale/zh_CN/LC_MESSAGES/webmail-user-guide/roundcubemail/_plugins/calendar/manage.po @@ -1,454 +1,453 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-25 16:34+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 1.3\n" # 40d757b7398b48ba97cdba76e9307b29 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:91 msgid "Manage Your Schedule" msgstr "" # 4a8716d802224b0fb95030aa82e07d91 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:93 msgid "" "All functions to maintain your events are accessible from the main calendar " "view." msgstr "" # b59485678ac3427b81192a59641053e5 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:97 msgid "Add Events to a Calendar" msgstr "" # 5da255c95eed417db2575690425b50d7 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:102 msgid "**Via toolbar**" msgstr "" # 3e0c6e64f3e14a5fbe16e8063d953ac0 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:100 msgid "" "Click the *New event* button in the toolbar to get an empty dialog where you " "enter the :ref:`event properties ` such as summary, " "date/time, reminders, etc. Click *Save* to finally add it to the selected " "calendar." msgstr "" # cfb1c850129c4bc59c2c6a13df95b247 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:111 msgid "**At a specific date/time**" msgstr "" # 8bbf335034bd43c689b9288307b0515f #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:105 msgid "" "Navigate the calendar view to the date you want to add an event for. Then " "mark the range of time (or dates in month view) with the mouse by pressing " "the button at the time the event should start and releasing it again at time " "it finishes. This will open the :ref:`event dialog ` " "with the selected date/time range already filled in." msgstr "" # c94a63d373864ffdb1efd89f41993082 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:110 msgid "" "In order to create new all-day events, double-click the desired day in the " "calendar view." msgstr "" # e70d1d9431544672b9625b0976b0a2f3 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:117 msgid "Edit and Reschedule Events" msgstr "" # a51bfda0bf5343bb965fff329859cba4 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:120 msgid "The Event Dialog" msgstr "" # d8b325c02d2043578b501568264d0535 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:122 msgid "" "When clicking an event in the calendar view, a dialog showing its details is " "displayed. Clicking the *Edit* button in that dialog opens the form to edit " "all properties of the selected event." msgstr "" # 59edf5949b304208b021683c68bc133e #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:125 msgid "" "The edit form is divided into different section which can be switched using " "the tabs on top of the dialog:" msgstr "" # 9ab08f9b10df453ca93d72947bbd6391 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:128 msgid "**Summary**" msgstr "" # af6ef4233972449aabe845d16a60b1fd #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:130 msgid "" "This general section has text fields and selectors for various properties of " "an event. Here's a description of all the possible values:" msgstr "" # 8017ca7448ca430b99374a704ca7f93e #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:133 msgid "" "``Summary``: The title of the event. This is what you will see in the " "calendar view." msgstr "" # 53960bd900894ffb99736b18bf0e313a #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:134 msgid "``Location``: Where the event will be taking place." msgstr "" # e190d64a809f40deb90ad555c7809733 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:135 msgid "``Description``: Any text that describes the event." msgstr "" # 3e56da7901f641059c46b5d47bbbcfa4 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:136 msgid "``URL``: A link to more information about this event." msgstr "" # 055562982bd24f5c9cba9db63c6e4378 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:137 msgid "``Start``: Date and time when the event starts." msgstr "" # 1f18af22184049c9bdeb47a0d905c005 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:138 msgid "``End``: Date and time when the event starts." msgstr "" # aea9e3b5463b4c6ab7de3f86cee44e90 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:139 msgid "``all-day``: Check this if the event has no start/end time." msgstr "" # 6eb34b2bc73b4e4e95191b86ab361c70 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:140 msgid "" "``Reminder``: Will pop up with a notification at a the specified time before " "the event. It is possible to select 'Message' (default) or 'Sound'. When " "Sound is selected, a sound will be played at the selected time. This setting " "requires the host to be able to play sounds." msgstr "" # d29a6ca3cfeb426b932fb6c5523b52a6 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:141 msgid "" "``Calendar``: The calendar the event is saved in. Change it to move an event " "from one calendar to another." msgstr "" # f5ed600dd9a84c929bd081844c4e138d #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:142 msgid "" "``Category``: The type of event. Categories can also be used for :ref:" "`coloring `." msgstr "" # 215b7d6b00cf45deb219a0fe403245b2 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:143 msgid "" "``Show me as``: The representation in your free/busy scheduling calendar " "visible to others." msgstr "" # ca4361d8d1d145439d47aae221cc8097 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:144 msgid "``Priority``: The priority value of the event." msgstr "" # 8965b6ecda0140b598b933dd1d14e5c1 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:145 msgid "" "``Privacy``: Flag an event as \"private\" or \"confidential\" when sharing " "your calendar with others." msgstr "" # df8b08b100e849f7833aa1b461b3ae3c #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:147 msgid "**Recurrence**" msgstr "" # ba30e787842c4c10849331c006e996c3 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:149 msgid "" "For periodically recurring event series, this tabs has the settings how an " "event is repeated over time." msgstr "" # 2dadbc09301e498d9ffad52c61e684a0 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:152 msgid "``Repeat``: Start with selecting a repetition interval (e.g. monthly)" msgstr "" # dcbb522cb0804c2faa008f8e17a81cc7 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:153 msgid "" "``Every``: How often the frequency will be relevant. For example, for an " "event that takes place every other week choose Weekly and then 2. If you " "choose a frequency of weekly or monthly you can select which days of the " "week or month the event will occur." msgstr "" # 40fc73d0902c44ceab2c583405579df9 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:155 msgid "" "``Until``: Determines the duration of the repetition. The recurrence can " "either run forever, for a number it times or until a specific date." msgstr "" # 156025e89229470f9e5640cb2b22daf6 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:157 msgid "**Participants**" msgstr "" # 9d3fb1eea96349b1b9aff203df6d61f6 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:159 msgid "" "An important part of managing your schedule is to invite others to events " "and track their RSVP. In this part of the edit dialog you can manage the " "participants of an event. Read more about this further down in the :ref:" "`calendar-event-participants` section." msgstr "" # 176100aaf1434e239f02ba6dcb175026 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:163 msgid "**Resources**" msgstr "" # 363a462657f74b78a491a06fa393082a #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:165 msgid "" "As with participants, it is possible to manage the provided resources needed " "for the planned event. The tab is showing a list of the resources reserved " "for the current event." msgstr "" # c7f281bce0d74c22bc1f74dbc6e55b56 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:167 msgid "" "``Book Resource``: If the name of the resource is known, it can be typed " "into the textfield, and will be booked when the Book Resource button is " "pushed." msgstr "" # fc24cecec8264e14864cee25920a8a9d #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:168 msgid "" "``Find Resource``: If the name of the resource is not known, the Find " "Resource button is an option. It will open a new popup window showing a list " "of available resources, The FreeBusy information for these, and the Book " "Resource button." msgstr "" # fa5e3d714b3a4f548bd4063b471eb6f6 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:170 msgid "**Attachments**" msgstr "" # 97464c8a79914a1389ce2e7310067dfb #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:172 msgid "" "Sometimes a description text isn't enough to collect information for a " "specific event. Switch to this tab to attach files to the current event or " "to remove them again. Adding files works pretty much the same as :ref:" "`attaching them to email messages `: first select " "a file from your local disk and click *Upload* in order to attach it." msgstr "" # 5187fa75ca394a1c956fa3fcc6daed41 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:177 msgid "" "Don't forget to finally save the changes by clicking *Save* in the event " "edit dialog. Even switching back and forth the tabs will not yet save the " "data." msgstr "" # 6b23bd80041240c1a560309d5ed19fae #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:184 msgid "Moving and Resizing with the Mouse" msgstr "" # 40609560be83476daef09b6f8e7c578e #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:190 msgid "" "If an existing event shall be rescheduled to another time or date, you'll " "find it handy to do that directly in the calendar view without opening the " "edit form. Simply grab the event block with the mouse and move it to the new " "date or time. Release the mouse button to complete." msgstr "" # b796de0e6bb7416da129d3e2ec32e1bc #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:194 msgid "" "In *Month* and *Day* view, the event blocks have a small handle at the " "bottom. Drag this with the mouse in order to resize the event meaning to " "adjust its duration." msgstr "" # 088494a5d8f54631a492d2ce1266882a #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:202 msgid "Get Notifications" msgstr "" # fc589bb834024e28b0886a236ad03937 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:208 msgid "" "While logged in to the webmail, event reminders will be displayed with pop-" "up boxes at the specified time before the event starts. You can specify if " "you want to see alarms for every calendar individually. Enable or disable " "reminders in :ref:`Calendar Settings ` from the :" "ref:`calendar-lists`." msgstr "" # 2e098192b5f24abf85e6e3151d7b58df #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:213 msgid "Dismiss or Snooze Reminders" msgstr "" # 6c75929d75aa40e0987166c875442f3a #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:215 msgid "" "When a reminder box pops up, you can either dismiss the notification for all " "events or each one individually. When dismissed, no further reminders will " "be displayed. Choose a time from the *Snooze* menu to get another reminder " "after the selected time." msgstr "" # c7292d1c48b7405c8d02afb84260e10e #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:224 msgid "Inviting Other People" msgstr "" # 75db9b8fec6541a5b6c0111bf98c5c41 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:226 msgid "" "If you need to set up a meeting, and keep track of who's attending and who " "is not, the calendar can do this as well as you to automatically send " "invitations and read their responses." msgstr "" # bba6f99596a444aeba5fd672fca4cb0c #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:229 msgid "" "When creating a new event, switch to the *Participants* tab. You're already " "listed as the organizer of the event." msgstr "" # df3c0caddf4543c49315a070544cf235 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:233 msgid "" "Enter the name or email address of the person to invite. Contacts from the " "address book are suggested as you type. In order to send invitations, make " "sure the entered contact has an email address. Type it in the form ``Person " "Name ``." msgstr "" # bc5fa70acfcb44b0b7288c30411a22cf #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:236 msgid "Click *Add participant* to add the person to the list." msgstr "" # 4b2affba370242f0953a420618ae8fb7 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:237 msgid "Select a *Role* (e.g. required or optional) for this person." msgstr "" # 869c2f787e244c6489e94ddf2869ab46 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:238 msgid "Repeat 1-3 for further participants." msgstr "" # f7227d361c864fe7bc79582289eb0b6d #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:239 msgid "" "Check the *Send invitations* box if the application should send out " "invitation emails." msgstr "" # c8617f951dc64323991ed8f9ca3bcab5 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:241 msgid "" "Invitations will be sent out when you click *Save* and the event is created." msgstr "" # e418b726e8bb4fd4a5873d9c924c76a2 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:261 msgid "Receive Event Invitations" msgstr "" # 6193243963914c04ac562387aa02a063 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:263 msgid "" "How to process incoming event invitations is described in chapter :ref:" "`calendar-invitations`." msgstr "" # 68c4cc6d681344be8553695734ef09b0 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:113 msgid "Recurring events" msgstr "" # 68c4cc6d681344be8553695734ef09b0 # 1996ddceab5849a29501b60541af7c31 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:113 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:220 msgid "Participants" msgstr "" # fa51eebe036d44f1b2b77ca13b101969 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:181 msgid "Move" msgstr "" # fa51eebe036d44f1b2b77ca13b101969 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:181 msgid "Drag & Drop" msgstr "" # c8b2cd2afa6e4dd697ea698a31f5e435 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:198 msgid "Notifications" msgstr "" # c8b2cd2afa6e4dd697ea698a31f5e435 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:198 msgid "Reminders" msgstr "" # c8b2cd2afa6e4dd697ea698a31f5e435 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:198 msgid "Alarms" msgstr "" # 1996ddceab5849a29501b60541af7c31 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:220 msgid "Invite" msgstr "" # 1996ddceab5849a29501b60541af7c31 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/manage.rst:220 msgid "Attendees" msgstr "" diff --git a/locale/zh_CN/LC_MESSAGES/webmail-user-guide/roundcubemail/_plugins/calendar/overview.po b/locale/zh_CN/LC_MESSAGES/webmail-user-guide/roundcubemail/_plugins/calendar/overview.po index 60be81bc..6574dbc6 100644 --- a/locale/zh_CN/LC_MESSAGES/webmail-user-guide/roundcubemail/_plugins/calendar/overview.po +++ b/locale/zh_CN/LC_MESSAGES/webmail-user-guide/roundcubemail/_plugins/calendar/overview.po @@ -1,341 +1,340 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-25 16:34+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 1.3\n" # 95e27dddd5fd4cfa867a638e1f7f8730 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/overview.rst:90 msgid "Overview" msgstr "" # 6a7fb2b87c6e4aaa8f53b5788fc58696 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/overview.rst:92 msgid "" "The screen of the calendar module presents the following parts: the :ref:" "`Calendar View ` itself, a small :ref:`Calendar Widget " "` the :ref:`calendar-lists` as well as the usual " "toolbar and search box." msgstr "" # d5d5173ba721474eb6f3cd2a6263e414 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/overview.rst:101 msgid "Calendar View" msgstr "" # d488f40dbf4246f191469be929b152a9 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/overview.rst:103 msgid "" "The central part of the screen displays the schedule with events from the " "active calendars matching the current date range. The active date range is " "displayed above the calendar in the toolbar area and can be moved forward or " "backward in time using the arrow buttons right next to the title." msgstr "" # 2965b3f50b02401f981604128ffc5f5a #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/overview.rst:111 msgid "Change Views" msgstr "" # d7db6e1ff16a46bdaf789d5d6a2a5ae0 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/overview.rst:113 msgid "" "You can view your calendar events in Day, Week, Month or Agenda view. Toggle " "the view mode using the toolbar buttons above the calendar view." msgstr "" # 4f1d22d4007c42e38a4c8621e1db2bad #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/overview.rst:118 msgid "**Day**" msgstr "" # c203bd03675243f4a1d874c3b3f15c6d #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/overview.rst:117 msgid "" "All events of a single day appear at the time the begin and spawn a box " "until their end time. The time scale is displayed in the left side of the " "view. All-day events appear at the top." msgstr "" # 947fcdd606d2459492ada20d8c1c224e #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/overview.rst:121 msgid "**Week**" msgstr "" # 4d105d42e882438d9c20222377ca85c6 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/overview.rst:121 msgid "" "Similar to the day view but lists all days of the week horizontally. All-day " "events again appear at the top." msgstr "" # 3484868a0ee54389a4c716730f9e7631 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/overview.rst:126 msgid "**Month**" msgstr "" # c8876c4a31e84e0e9d2ee35c169c4de3 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/overview.rst:124 msgid "" "Shows all events of the selected month at a time. Each event only appears as " "a single line and if there are more events in a day than can be listed, a " "number at the bottom of the day field indicates that. Click that link to " "open a zoomed view of that single day." msgstr "" # 124cd88ad1f44caeb7c74ee3843e5cbc #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/overview.rst:131 msgid "**Agenda**" msgstr "" # 43205c39cd344166bdb38a102ddc3edf #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/overview.rst:129 msgid "" "The agenda view shows a list of events for the selected range in a " "chronological order and divided by headers denoting either days, weeks or " "months. Both the number of the days considered for the listing as well as " "the mode how to divide list can be adjusted with the controls at the bottom " "of the agenda view." msgstr "" # 979cd755a2b34ed3870894ac7c281b6e #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/overview.rst:135 msgid "" "For all the views, the small calendar on the left highlights the currently " "listed days." msgstr "" # 685cd0f6fe8c43e180167929b89771ed #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/overview.rst:138 msgid "Go to a specific Date" msgstr "" # a76fbb5edce04fac89a1a38ea437a577 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/overview.rst:140 msgid "" "Use the mini calendar widget on the left to jump to a specific date. Simply " "click a date and the date range of the current view moves to include the " "selected day. The left/right arrows in the mini calendar's header quickly " "cycle through the months. Use the drop-down menus hidden under the month and " "year display in the widget header to directly jump to another month or year." msgstr "" # fb7f8d41ff7b41af9de9f13e7ad16d7a #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/overview.rst:144 msgid "" "A shortcut to switch the calendar view back to today or the current week " "provides the *Today* button located in the toolbar." msgstr "" # e3e46cbd006a403596953881dec33e08 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/overview.rst:148 msgid "Show Event Details" msgstr "" # ca8b1279cf07456b8104046aad286459 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/overview.rst:150 msgid "" "Click an event box in the calendar view to open a dialog displaying all " "details of the event." msgstr "" # 6b2ac3440bc54a319280bf9622f67140 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/overview.rst:154 msgid "Searching Events" msgstr "" # 03a17a64f12f46f49c8be20422c55c80 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/overview.rst:156 msgid "" "The search box above the calendar view lets you quickly get a list of events " "matching the entered keyword in either the title, location, description or " "attendees. Enter the search term into the box and press on your " "keyboard to start the search. The calendar view will switch to *Agenda* mode " "in order to display a list of matches. Of course you can switch the view " "again to display the search results differently." msgstr "" # f80aab7e4664405c8093a2247ea7b2b9 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/overview.rst:161 msgid "" "Events are searched within a certain date reange only which is displayed " "above the calendar view. Use the mini calendar widget or the arrow toolbar " "buttons and the range selector below the agenda view to adjust the time " "frame to search in." msgstr "" # c5070acb3e964d25914349d6be146038 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/overview.rst:165 msgid "" "For searching as well as for normal views, only events from active calendars " "are displayed. Use the checkboxes in the :ref:`calendar-lists` to add or " "hide events from different calendars." msgstr "" # 35cc3238f9dd4d46ab75edfeb2f17ca7 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/overview.rst:168 msgid "" "Reset the search by clicking the *Reset search* icon on the right border of " "the search box. This will also switch the calendar view to whatever mode you " "had before the search." msgstr "" # e69a2fc838f14ab9a720c83e89d1b56b #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/overview.rst:177 msgid "Calendars List" msgstr "" # d47f49d30ede4bfc9fa1ede43ec8d490 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/overview.rst:179 msgid "" "Events can be organized in different calendars which are all displayed in " "the lower left list. Use the checkboxes in that list to show or hide events " "from the specific calendars in the main view." msgstr "" # d5d72cee8f8640ef821890b9e933b66e #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/overview.rst:190 msgid "Colorized Events" msgstr "" # eb3d1231be3b4b31a43e481807638bf4 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/overview.rst:192 msgid "" "In order to better distinguish the events from various calendars in the " "calendar view, calendars have a color assigned which is used to colorize the " "events on the screen. Check the :ref:`settings-calendar` for more advanced " "options how to colorize events in the calendar view." msgstr "" # 3d6abe9990f748eabc060cf83e7ec702 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/overview.rst:196 msgid "" "You can create any number of calendars to store all your events and name " "them individually." msgstr "" # f467c4dfcbf14e94b6d4f550f936d15d #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/overview.rst:200 msgid "Create a New Calendar" msgstr "" # 5857765ae4a34d13877337af5ece0bbc #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/overview.rst:202 msgid "Click the + icon in the calendars list footer." msgstr "" # 76e2debe23044b668e2cd0fcbfac1588 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/overview.rst:203 msgid "In the dialog, give the new calendar a unique name and assign a color." msgstr "" # 9f7e490e70a74d399425a60f09114b6d #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/overview.rst:204 msgid "Click *Save* to create it." msgstr "" # dc7470bd091f4c35a7c712f60b8f1383 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/overview.rst:206 msgid "The calendar view will reload and list the new calendar on the left." msgstr "" # 49b3d87d0b444dbf94fef27d460eaf3c #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/overview.rst:211 msgid "Edit Calendar Names and Settings" msgstr "" # d3108b00ea964895a70b3f1dab89edac # ecaa3c9fd2504155a64d15ab38d6f677 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/overview.rst:213 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/overview.rst:221 msgid "Select the calendar to edit by clicking it in the list." msgstr "" # 8880548a51b943d583b59473378fb55e #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/overview.rst:214 msgid "" "Click the gear icon in the calendars list footer and select *Edit* from the " "options menu." msgstr "" # cba1a7816fc34a9792c59f999b1193e0 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/overview.rst:215 msgid "Adjust name, color or reminders settings in the edit dialog." msgstr "" # b5bbaa80360b4694b0db4d401a2e60db #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/overview.rst:216 msgid "Click *Save* to finally update the calendar." msgstr "" # f71f7f0750a946a784ed41fa5ebeda88 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/overview.rst:219 msgid "Remove entire Calendars" msgstr "" # 233adf31c78c46ea9fa1b9b21c731de9 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/overview.rst:222 msgid "" "Click the gear icon in the calendars list footer and select *Remove* from " "the options menu." msgstr "" # 40e64910c2b44dca87b29360bcf633fa #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/overview.rst:223 msgid "" "After a confirmation dialog, the selected calendar with all its events will " "be deleted. Caution: This action cannot be undone!" msgstr "" # bd03c95bb49d414e8fb8072fb0b08350 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/overview.rst:227 msgid "Special Calendars" msgstr "" # 4ae75c6fb1814c6dbda530224ca4c707 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/overview.rst:229 msgid "" "A number of special calendars are prepared a default: * ``Birthdays``: This " "calendar is listing birthdays of contacts as selected in the :ref:`settings-" "calendar`. * ``Pending Invitations``: All pending invitations are listed in " "this calendar. * ``Declined Invitations``: When invitations are declined, " "the events are listed in this calendar." msgstr "" # ee179bcc1376481abed959aca595a2fc #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/overview.rst:97 msgid "Month View" msgstr "" # ee179bcc1376481abed959aca595a2fc #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/overview.rst:97 msgid "Week View" msgstr "" # ee179bcc1376481abed959aca595a2fc #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/overview.rst:97 msgid "Day View" msgstr "" # ee179bcc1376481abed959aca595a2fc #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/overview.rst:97 msgid "Agenda" msgstr "" # 199b349db8d8459993ee544a19d78c0b #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/overview.rst:173 msgid "Calendars" msgstr "" diff --git a/locale/zh_CN/LC_MESSAGES/webmail-user-guide/roundcubemail/_plugins/calendar/printing.po b/locale/zh_CN/LC_MESSAGES/webmail-user-guide/roundcubemail/_plugins/calendar/printing.po index 3c0bd524..39ef56fb 100644 --- a/locale/zh_CN/LC_MESSAGES/webmail-user-guide/roundcubemail/_plugins/calendar/printing.po +++ b/locale/zh_CN/LC_MESSAGES/webmail-user-guide/roundcubemail/_plugins/calendar/printing.po @@ -1,66 +1,65 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-25 16:34+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 1.3\n" # 17a04cef696849f8a6faa0722ed1e410 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/printing.rst:93 msgid "Printing" msgstr "" # af7fd649c3d749728c74ca7710bba94e #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/printing.rst:95 msgid "" "The calendar(s) currently shown in the main view can be printed to the " "default printer:" msgstr "" # 59d3539b695e4c5f9c683ef8466768d7 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/printing.rst:97 msgid "Select the desired calendar view." msgstr "" # b59b1020ddec40ffb4b2406619b195a1 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/printing.rst:98 msgid "Push the *Printer* icon in the toolbar." msgstr "" # 2f905386431b48e28b6e27df0948be92 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/printing.rst:99 msgid "A new print preview page will open." msgstr "" # c5435d9fc393480aa36842f8aab28e5e #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/printing.rst:100 msgid "" "Push the *Print* button in the top left corner of the print preview page." msgstr "" # abfbb571e4854941aba1902d4ce89f7e #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/printing.rst:105 msgid "Calendar toolbar" msgstr "" # 1f229ae9516041f1bdd0ef56a633bbe8 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/printing.rst:111 msgid "Print view page" msgstr "" # 1c6d1db4948742f58dd6b563afd39052 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/printing.rst:88 msgid "Print" msgstr "" diff --git a/locale/zh_CN/LC_MESSAGES/webmail-user-guide/roundcubemail/_plugins/calendar/settings.po b/locale/zh_CN/LC_MESSAGES/webmail-user-guide/roundcubemail/_plugins/calendar/settings.po index eda8a0ad..16e63871 100644 --- a/locale/zh_CN/LC_MESSAGES/webmail-user-guide/roundcubemail/_plugins/calendar/settings.po +++ b/locale/zh_CN/LC_MESSAGES/webmail-user-guide/roundcubemail/_plugins/calendar/settings.po @@ -1,197 +1,196 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-25 16:34+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 1.3\n" # 0c311486e6054f819ced064f09e2e62e #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/settings.rst:92 msgid "Calendar Preferences" msgstr "" # 28768db0108f45d1ae58ec13cca164f9 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/settings.rst:94 msgid "" "The settings for the calendar module are listed in *Settings > Preferences* " "and are grouped by the following sections:" msgstr "" # 38386e92e1c54c4580abd1c76d7aefcf #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/settings.rst:98 msgid "Main Options" msgstr "" # eb84f77b1ee04b52a4ca241aeed180c5 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/settings.rst:101 msgid "**Default view**" msgstr "" # 02ee194f1c5647978ed03850475164ea #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/settings.rst:101 msgid "" "Lets you select the :ref:`calendar-view` which is visible by default when " "opening the calendar." msgstr "" # 44bc7fb186ba4e70805c8c328446832e #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/settings.rst:105 msgid "**Time slots per hour**" msgstr "" # 51e28fb5515444378e0d067769993150 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/settings.rst:104 msgid "" "How one hour in day and week view is divided vertically. If for example set " "to 2, you will see events displayed in 30 minute blocks." msgstr "" # 371118125b3f4df29ed2661f2d78dc68 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/settings.rst:108 msgid "**First weekday**" msgstr "" # 192fd72f62da4deebc631a84dea118bb #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/settings.rst:108 msgid "Which weekday to begin the week view with." msgstr "" # 9e581f66e7ec4948bae8de2450813323 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/settings.rst:112 msgid "**First hour to show**" msgstr "" # 73f14508441b4e90b0dc67244da6d507 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/settings.rst:111 msgid "" "When opening the day or week view, the listing of events starts at this " "time. Of course all hours of a day are visible by scrolling further up." msgstr "" # b7e881422a95483fb71c391ace5676a8 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/settings.rst:124 msgid "**Event coloring**" msgstr "" # cb8180e01ece4c98ba9f951c37b7829d #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/settings.rst:121 msgid "" "The coloring of the title of an event block (\"outline\") as well as the " "background color of the box (\"content\") in day and week views is " "influenced by the color of the calendar an event belongs to and/or the color " "of the category it is assigned to. This setting lets you control which " "source for coloring to use or if you even want a combined coloring that " "reflects both, the assignment of calendars and categories." msgstr "" # 476f242f14de488aaae7e9b671c6441c #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/settings.rst:127 msgid "**Default reminder setting**" msgstr "" # f38fe3caaaf1433a9ccf3dba6bc3a0f7 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/settings.rst:127 msgid "" "When creating new events, they'll have this type of reminder set by default." msgstr "" # 5f3afd9f101443d8b5931ec08bb01114 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/settings.rst:130 msgid "**Default reminder time**" msgstr "" # 17d2dcc61049429da2dca0d919ebcc23 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/settings.rst:130 msgid "When enabling reminders in a new event, use this preset as default." msgstr "" # 851eccb260224d78908937da820fb78d #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/settings.rst:135 msgid "**Create new events in**" msgstr "" # 36bf794b8c8f4baa8fafeb2207e9d015 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/settings.rst:133 msgid "" "This is the default selection for saving new events. Used in both the " "calendar view and when accepting event invitations." msgstr "" # b08b0878f5f94d1da8f77ae4f38b67b5 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/settings.rst:138 msgid "Categories" msgstr "" # d8e0dc1c03214956a96285f29b503261 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/settings.rst:140 msgid "" "This block allows the management of categories used in your calendar and " "assign colors to them. Use the color picker to change the color by clicking " "on the square color box in the categories list." msgstr "" # a8c90868afd243fa955ae1dd3c8c77ba #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/settings.rst:143 msgid "" "To add a new category, enter its unique name into the text box below the " "listing and then click the *Add category** button to add it. Note that you " "still need to click the *Save* button at the bottom of the preferences panel " "in order to finally register the new categories." msgstr "" # bf5959b050c64c6a80c08e4c3bb6364a #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/settings.rst:149 msgid "Birthdays Calendar" msgstr "" # 836825001b314e2b81369fa56fa9cd5d #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/settings.rst:151 msgid "" "The calendar view and also display birthdays from contacts saved in your " "address book. This block controls how this is done." msgstr "" # 1b68219ff3674c6da7849775f3775e71 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/settings.rst:155 msgid "**Display birthdays calendar**" msgstr "" # 9ede2d5838754896865ea8588b75e7e9 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/settings.rst:155 msgid "Enable the birthdays calendar feature with this checkbox." msgstr "" # cb4cb71319224aa2aea688dbd20a85d5 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/settings.rst:158 msgid "**From these address books**" msgstr "" # 2eb0b220665547e4978ec72e12efcb42 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/settings.rst:158 msgid "" "Choose from which address books you'd like to see birthdays in your calendar." msgstr "" # 42dafaf575ca43e0bb3f18c22fdc3a74 #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/settings.rst:161 msgid "**Show reminders**" msgstr "" # e498e124da304a05ae4747359240c1fd #: ../../source/webmail-user-guide/roundcubemail/_plugins/calendar/settings.rst:161 msgid "" "This option controls whether and when to display reminder notifications for " "upcoming birthdays." msgstr "" diff --git a/locale/zh_CN/LC_MESSAGES/webmail-user-guide/roundcubemail/_plugins/calendar/sharing.po b/locale/zh_CN/LC_MESSAGES/webmail-user-guide/roundcubemail/_plugins/calendar/sharing.po index ce4f8b14..407ca3cc 100644 --- a/locale/zh_CN/LC_MESSAGES/webmail-user-guide/roundcubemail/_plugins/calendar/sharing.po +++ b/locale/zh_CN/LC_MESSAGES/webmail-user-guide/roundcubemail/_plugins/calendar/sharing.po @@ -1,19 +1,18 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-25 16:34+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 1.3\n" diff --git a/locale/zh_CN/LC_MESSAGES/webmail-user-guide/roundcubemail/_plugins/kolab_addressbook/addressbook.po b/locale/zh_CN/LC_MESSAGES/webmail-user-guide/roundcubemail/_plugins/kolab_addressbook/addressbook.po index 90fb892d..eae82552 100644 --- a/locale/zh_CN/LC_MESSAGES/webmail-user-guide/roundcubemail/_plugins/kolab_addressbook/addressbook.po +++ b/locale/zh_CN/LC_MESSAGES/webmail-user-guide/roundcubemail/_plugins/kolab_addressbook/addressbook.po @@ -1,94 +1,93 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-25 16:34+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 1.3\n" # da008e8b83ee483c98ffbcbec576908f #: ../../source/webmail-user-guide/roundcubemail/_plugins/kolab_addressbook/addressbook.rst:93 msgid "Sharing Address Books" msgstr "" # 4bbfecbdfc6f4ec6bd9c848ecedf21d3 #: ../../source/webmail-user-guide/roundcubemail/_plugins/kolab_addressbook/addressbook.rst:95 msgid "" "Just like calendars or regular email folders, personal address books can " "also be shared with other users in your workgroup." msgstr "" # e8bb3c39de5546af9ce442c9893383c0 #: ../../source/webmail-user-guide/roundcubemail/_plugins/kolab_addressbook/addressbook.rst:100 msgid "Share Contacts with others" msgstr "" # f086c5c93a7340fc8f904f76398ab511 #: ../../source/webmail-user-guide/roundcubemail/_plugins/kolab_addressbook/addressbook.rst:106 msgid "" "Settings for sharing is controlled through the address book properties " "accessible through the *More actions* menu behind the gear icon the footer " "in the :ref:`addressbook-groups` list." msgstr "" # 313544f20e66433190ea8325f34b2163 #: ../../source/webmail-user-guide/roundcubemail/_plugins/kolab_addressbook/addressbook.rst:109 msgid "Select the address book you want to share." msgstr "" # 831fa264e1fc4d549ab8c7590f512d7c #: ../../source/webmail-user-guide/roundcubemail/_plugins/kolab_addressbook/addressbook.rst:110 msgid "Choose *Edit address book* from the actions menu." msgstr "" # b03553ac864449ebb25f3892e0fe4466 #: ../../source/webmail-user-guide/roundcubemail/_plugins/kolab_addressbook/addressbook.rst:111 msgid "Switch to the *Sharing* tab in the properties form on the right." msgstr "" # cdf37702aa364f3a92f9d36186712ddf #: ../../source/webmail-user-guide/roundcubemail/_plugins/kolab_addressbook/addressbook.rst:113 msgid "" "The table displays who already has permission to see and modify the selected " "address book. Here you can manage permissions the same way as :ref:`Sharing " "a Folder `." msgstr "" # 259cc066aab34c92b74532451c976fef #: ../../source/webmail-user-guide/roundcubemail/_plugins/kolab_addressbook/addressbook.rst:118 msgid "Subscribe to Shared Address Books" msgstr "" # 7af0ed4bab254e0b8d8c67d8b3a9fcdd #: ../../source/webmail-user-guide/roundcubemail/_plugins/kolab_addressbook/addressbook.rst:120 msgid "" "Address books shared by others are not showing up right away in the " "directories list of the web client. Switch to :ref:`Settings > Folders " "` to see all resources you can access. There's a shortcut " "to this: click *Manage folders* in the actions menu behind the gear icon " "located the footer of the directory list." msgstr "" # 6c111a008c074143853ebc2c51fb5f4b #: ../../source/webmail-user-guide/roundcubemail/_plugins/kolab_addressbook/addressbook.rst:125 msgid "" "In order to make a shared address book appear in the address book view, " "locate it in the folder manager and check the *Subscribed* mark in the list. " "Only subscribed directories are visible in the address book view." msgstr "" # 44daba1cee484786a6bdd05757814219 #: ../../source/webmail-user-guide/roundcubemail/_plugins/kolab_addressbook/addressbook.rst:88 msgid "Sharing" msgstr "" diff --git a/locale/zh_CN/LC_MESSAGES/webmail-user-guide/roundcubemail/_plugins/kolab_delegation/settings.po b/locale/zh_CN/LC_MESSAGES/webmail-user-guide/roundcubemail/_plugins/kolab_delegation/settings.po index 11189356..86c3578d 100644 --- a/locale/zh_CN/LC_MESSAGES/webmail-user-guide/roundcubemail/_plugins/kolab_delegation/settings.po +++ b/locale/zh_CN/LC_MESSAGES/webmail-user-guide/roundcubemail/_plugins/kolab_delegation/settings.po @@ -1,69 +1,68 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-25 16:34+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 1.3\n" # 863fee71f9d447589cbccad82ca93ee6 #: ../../source/webmail-user-guide/roundcubemail/_plugins/kolab_delegation/settings.rst:92 msgid "Delegation" msgstr "" # f88214d572644c509a57c74da0ea969b #: ../../source/webmail-user-guide/roundcubemail/_plugins/kolab_delegation/settings.rst:94 msgid "" "This is the place where you can give another person (in your organization) a " "responsibility for your mailboxes, calendars or task lists. Delegated person " "will have access to selected folders (write or read-only) and will have " "possibility to act in your behalf, e.g. reply to email, create events/tasks, " "handle invitations." msgstr "" # 5128e5710b584b04be12b693602a37d4 #: ../../source/webmail-user-guide/roundcubemail/_plugins/kolab_delegation/settings.rst:99 msgid "" "To add a new user delegation use \"Add delegate\" button, type user name in " "the form on the right (wait for auto-completion and select the user from the " "list) and select folders to share." msgstr "" # 0d2abc6fc7a04133b766e1b6fbbb5df2 #: ../../source/webmail-user-guide/roundcubemail/_plugins/kolab_delegation/settings.rst:102 msgid "" "You can modify access rights at any time, remember to use *Save* button." msgstr "" # aab441d0a42745a89c85dac52748b961 #: ../../source/webmail-user-guide/roundcubemail/_plugins/kolab_delegation/settings.rst:104 msgid "" "When removing delegation you'll be asked if you want to remove also access " "rights to folders that previously were given access to. So, you can remove " "delegation but keep folder permissions for this person." msgstr "" # c3ab2202babf4d5bb5b5c05ed48a2d86 #: ../../source/webmail-user-guide/roundcubemail/_plugins/kolab_delegation/settings.rst:109 msgid "You can always change folder permissions in *Settings > Folders*." msgstr "" # a0aaf79c6e564b64b868a8198e95f295 #: ../../source/webmail-user-guide/roundcubemail/_plugins/kolab_delegation/settings.rst:112 msgid "" "The delegation feature to fully work requires from the delegated user to re-" "login. In this process new identities will be created on delegated user " "account. They will be removed when the delegator removes the delegation " "(depending on server configuration)." msgstr "" diff --git a/locale/zh_CN/LC_MESSAGES/webmail-user-guide/roundcubemail/_plugins/kolab_tags/mail.po b/locale/zh_CN/LC_MESSAGES/webmail-user-guide/roundcubemail/_plugins/kolab_tags/mail.po index 6543a4e8..f3816baa 100644 --- a/locale/zh_CN/LC_MESSAGES/webmail-user-guide/roundcubemail/_plugins/kolab_tags/mail.po +++ b/locale/zh_CN/LC_MESSAGES/webmail-user-guide/roundcubemail/_plugins/kolab_tags/mail.po @@ -1,102 +1,101 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-25 16:34+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 1.3\n" # 408b63d550a649b990f006979304afc6 # e93720f48e1449058050ce22e281d04b #: ../../source/webmail-user-guide/roundcubemail/_plugins/kolab_tags/mail.rst:93 #: ../../source/webmail-user-guide/roundcubemail/_plugins/kolab_tags/mail.rst:88 msgid "Tags" msgstr "" # 6e19ac5750c743ffb1559d00b914c6cc #: ../../source/webmail-user-guide/roundcubemail/_plugins/kolab_tags/mail.rst:95 msgid "" "Like folders, tags is a way to separate and organize Emails. Tags are " "showing up as a colored reference in the subject line of the referenced " "Emails." msgstr "" # 71df554ad82f4967a9353124b4a4efc3 #: ../../source/webmail-user-guide/roundcubemail/_plugins/kolab_tags/mail.rst:99 msgid "" "Tags can be reused across the Kolab components - Email, Calendar, Notes, " "Files and Tasks." msgstr "" # e5d0ce6e0199418b86343d45a2f8c665 #: ../../source/webmail-user-guide/roundcubemail/_plugins/kolab_tags/mail.rst:103 msgid "" "When a tag is associated with a number of Emails, these Emails can be listed " "by clicking the tag in the tag-cloud. It is possible to select more than one " "tag using CTRL key. This way one can display messages associated with all " "selected tags." msgstr "" # 926d4ca7c32e4f848141e5bdb522b211 #: ../../source/webmail-user-guide/roundcubemail/_plugins/kolab_tags/mail.rst:106 msgid "" "The tag-cloud can be found under the :ref:`folder list ` in " "the Email view. It is showing all available tags." msgstr "" # 4cba38224ad34fb3b5e57b2fd11e4f22 #: ../../source/webmail-user-guide/roundcubemail/_plugins/kolab_tags/mail.rst:112 msgid "Creating a tag" msgstr "" # 2dc33917ce0b4ba8a3818f03b7db4476 #: ../../source/webmail-user-guide/roundcubemail/_plugins/kolab_tags/mail.rst:114 msgid "" "Tags can be created, either from the manage menu (see above) or from the " "dropdown menu in the mail view. Rightclick on an Email in the list, and " "select \"Mark -> Tag as...\"." msgstr "" # d69bc0943dd04a168cfe699bef8b4491 #: ../../source/webmail-user-guide/roundcubemail/_plugins/kolab_tags/mail.rst:120 msgid "Managing tags" msgstr "" # 0c736085d57b4f8895cc81e6d4321ceb #: ../../source/webmail-user-guide/roundcubemail/_plugins/kolab_tags/mail.rst:122 msgid "" "Tags can be managed through the menu in the tag-cloud. The menu is opened by " "clicking the wheel in the buttom of the tag-cloud. Here you can add/remove " "tags or modify their name and color." msgstr "" # 47a033711efe4b568c4a298c0fd7dcea #: ../../source/webmail-user-guide/roundcubemail/_plugins/kolab_tags/mail.rst:125 msgid "" "Tags are associated to Email messages via the drop-down menu in the Email " "list." msgstr "" # 38168bf8d6c140f695d49309a7a6c0af #: ../../source/webmail-user-guide/roundcubemail/_plugins/kolab_tags/mail.rst:129 msgid "Deleting tags" msgstr "" # abf57885685b4d8eae3b3493703ca65e #: ../../source/webmail-user-guide/roundcubemail/_plugins/kolab_tags/mail.rst:131 msgid "" "A tag which is no longer needed can be removed via the tag-cloud menu. This " "will remove the tag from the cloud and the references to the associated " "Emails. The Emails will however remain." msgstr "" diff --git a/locale/zh_CN/LC_MESSAGES/webmail-user-guide/roundcubemail/_plugins/managesieve/settings-filters.po b/locale/zh_CN/LC_MESSAGES/webmail-user-guide/roundcubemail/_plugins/managesieve/settings-filters.po index d22b4c15..b4a46f3d 100644 --- a/locale/zh_CN/LC_MESSAGES/webmail-user-guide/roundcubemail/_plugins/managesieve/settings-filters.po +++ b/locale/zh_CN/LC_MESSAGES/webmail-user-guide/roundcubemail/_plugins/managesieve/settings-filters.po @@ -1,144 +1,143 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-25 16:34+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 1.3\n" # e30c1544674948c890e1be0f748ca889 # 75f2482ae883468e8e1a76b3a96418c3 #: ../../source/webmail-user-guide/roundcubemail/_plugins/managesieve/settings-filters.rst:93 #: ../../source/webmail-user-guide/roundcubemail/_plugins/managesieve/settings-filters.rst:88 msgid "Filters" msgstr "" # 1b863869579341b5b309eec007602a0b #: ../../source/webmail-user-guide/roundcubemail/_plugins/managesieve/settings-filters.rst:95 msgid "" "Incoming mail is automatically processed by the server and handled/organized " "according to defined criteria. For example you can tell the server to move " "the message to specified folder, redirect it to another account, send a " "reply, discard, delete, etc." msgstr "" # a0ed455a753e46b98aef4b6d5f5a3725 #: ../../source/webmail-user-guide/roundcubemail/_plugins/managesieve/settings-filters.rst:99 msgid "" "Filtering is based on `Sieve `_ " "language, which means that under the hood all filters are stored as a Sieve " "script on the server. This interface allows you to define rules in easy way " "without the need to know the language." msgstr "" # dc432fa8a2a74a529be2853fe9e277df #: ../../source/webmail-user-guide/roundcubemail/_plugins/managesieve/settings-filters.rst:103 msgid "" "Each filter definition has a name and set of rules and actions. Usually the " "number of definitions is unlimited and they can be grouped into sets " "(scripts) for convenience." msgstr "" # 37d224e299c64e5bb8fd5c5dc6391191 #: ../../source/webmail-user-guide/roundcubemail/_plugins/managesieve/settings-filters.rst:109 msgid "Filter sets" msgstr "" # 4441f889647542ae958c3a6f0af78187 #: ../../source/webmail-user-guide/roundcubemail/_plugins/managesieve/settings-filters.rst:111 msgid "" "Filter definitions can be grouped into sets. These can be activated or " "disactivated. Depending on server configuration there can be none, one or " "more active sets at the same time. They need to have a unique name." msgstr "" # fc104f43105c46d1b7a6887db3f51a02 #: ../../source/webmail-user-guide/roundcubemail/_plugins/managesieve/settings-filters.rst:115 msgid "" "New sets can be created as empty or as a copy of an existing set. It is also " "possible to import them from a text file containing Sieve script. Sets in " "form of a script can be also downloaded e.g. for backup or migration " "purposes." msgstr "" # 2d5d6cc72369417a90c42917cd72a496 #: ../../source/webmail-user-guide/roundcubemail/_plugins/managesieve/settings-filters.rst:121 msgid "Filter definition" msgstr "" # d85175e8397244f7abf7f97d766156fd #: ../../source/webmail-user-guide/roundcubemail/_plugins/managesieve/settings-filters.rst:123 msgid "" "Every filter can be active or inactive, which is convenient if you want to " "disable some actions temporarily." msgstr "" # 9b75db663d894c2fb25bb118020d3a33 #: ../../source/webmail-user-guide/roundcubemail/_plugins/managesieve/settings-filters.rst:126 msgid "" "Because filters are executed in specified order (from top to bottom as you " "see them on the list) you can use drag-and-drop technique to rearange " "filters on the list." msgstr "" # e2d650be016f480dac9b74e8eee31dea #: ../../source/webmail-user-guide/roundcubemail/_plugins/managesieve/settings-filters.rst:129 msgid "" "Every filter definition contains at least one rule and one action. Depending " "on server capabilities a rule can be based e.g. on message headers, body, " "date or size." msgstr "" # 8cd60a56453646259ee3766711497907 #: ../../source/webmail-user-guide/roundcubemail/_plugins/managesieve/settings-filters.rst:132 msgid "" "A set of actions also depends on server capabilities. Most servers support:" msgstr "" # 605731b9be384cf69f7e9fa90eb7ab35 #: ../../source/webmail-user-guide/roundcubemail/_plugins/managesieve/settings-filters.rst:134 msgid "moving/copying messages to specified folder" msgstr "" # 20338ca617db4768858bf48d47615f91 #: ../../source/webmail-user-guide/roundcubemail/_plugins/managesieve/settings-filters.rst:135 msgid "redirecting/copying messages to another account" msgstr "" # f4535425021249f2ba2aa8ddb255cfee #: ../../source/webmail-user-guide/roundcubemail/_plugins/managesieve/settings-filters.rst:136 msgid "discarding messages with specified error message" msgstr "" # 36490aab86214964ba73b7f60fe7af92 #: ../../source/webmail-user-guide/roundcubemail/_plugins/managesieve/settings-filters.rst:137 msgid "replying (vacation)" msgstr "" # 43ce65f464d0464ab9d2bee597129c10 #: ../../source/webmail-user-guide/roundcubemail/_plugins/managesieve/settings-filters.rst:138 msgid "deleting (ignoring) messages" msgstr "" # 78b64cfaf3cd485bb126e953a664ba89 #: ../../source/webmail-user-guide/roundcubemail/_plugins/managesieve/settings-filters.rst:139 msgid "setting flags (e.g. marking as Read)" msgstr "" # 5d7666f45e6942f3bda5d282027d2d52 #: ../../source/webmail-user-guide/roundcubemail/_plugins/managesieve/settings-filters.rst:141 msgid "" "Note: Some actions stop filtering process, some do not. Use *Stop evaluating " "rules* and *Keep message in Inbox* actions to have more control on this." msgstr "" diff --git a/locale/zh_CN/LC_MESSAGES/webmail-user-guide/roundcubemail/_plugins/managesieve/settings-vacation.po b/locale/zh_CN/LC_MESSAGES/webmail-user-guide/roundcubemail/_plugins/managesieve/settings-vacation.po index b9c38065..fc445c9b 100644 --- a/locale/zh_CN/LC_MESSAGES/webmail-user-guide/roundcubemail/_plugins/managesieve/settings-vacation.po +++ b/locale/zh_CN/LC_MESSAGES/webmail-user-guide/roundcubemail/_plugins/managesieve/settings-vacation.po @@ -1,161 +1,160 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-25 16:34+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 1.3\n" # 2aeda702192d4380b966b8213cc2d1f6 # 6640b3649fc14085bb03489bdbbc9a52 #: ../../source/webmail-user-guide/roundcubemail/_plugins/managesieve/settings-vacation.rst:93 #: ../../source/webmail-user-guide/roundcubemail/_plugins/managesieve/settings-vacation.rst:88 msgid "Vacation" msgstr "" # 50526b8acdf5470893103f26c6e2d9d5 #: ../../source/webmail-user-guide/roundcubemail/_plugins/managesieve/settings-vacation.rst:95 msgid "" "The vacation autoresponder's purpose is to provide correspondents with " "notification that the user is away for an extended period of time and that " "they should not expect quick responses." msgstr "" # 4ee01ce8182241cc8dd30059d7bc4106 #: ../../source/webmail-user-guide/roundcubemail/_plugins/managesieve/settings-vacation.rst:99 msgid "" "**Vacation** is used to respond to an incoming message with another message." msgstr "" # adcbe837dc4f46c5a9b27b0d21dffddc #: ../../source/webmail-user-guide/roundcubemail/_plugins/managesieve/settings-vacation.rst:101 msgid "" "This interface is part of :ref:`settings-managesieve-filters` functionality " "and provides a simple way to manage vacation responses." msgstr "" # 53074f9c81734348838b1ce1fe043c4b #: ../../source/webmail-user-guide/roundcubemail/_plugins/managesieve/settings-vacation.rst:106 msgid "Vacation message" msgstr "" # ff59e3fa6edd474a9d1407b561ae86ba #: ../../source/webmail-user-guide/roundcubemail/_plugins/managesieve/settings-vacation.rst:108 msgid "" "To enable the autoresponder you have to set at least the response body and " "change the status to *On*." msgstr "" # 7e06dbbea4f24667bb3c1a262845eebf #: ../../source/webmail-user-guide/roundcubemail/_plugins/managesieve/settings-vacation.rst:113 msgid "**Subject**" msgstr "" # 8bab27dde869490f85d38b8044bd1d4a #: ../../source/webmail-user-guide/roundcubemail/_plugins/managesieve/settings-vacation.rst:112 msgid "" "Response subject is optional. By default the reply subject will be set to " "*Auto: *" msgstr "" # f168971b7910419787b06918c9137e6b #: ../../source/webmail-user-guide/roundcubemail/_plugins/managesieve/settings-vacation.rst:117 msgid "**Body**" msgstr "" # 224531b79a9e4ba59e782c5b3a7c72fe #: ../../source/webmail-user-guide/roundcubemail/_plugins/managesieve/settings-vacation.rst:116 msgid "" "Response body. Here you put the reason of your absence or any other text " "that will be send to sender." msgstr "" # ee48c0037a8f43d1b2b44be7b66433ce #: ../../source/webmail-user-guide/roundcubemail/_plugins/managesieve/settings-vacation.rst:120 msgid "**Vacation start/end**" msgstr "" # a80d8a739639405f81a6d9d3bf4cadff #: ../../source/webmail-user-guide/roundcubemail/_plugins/managesieve/settings-vacation.rst:120 msgid "These fields define when the vacation rule is active and are optional." msgstr "" # 6568b40cc1fd4a78a7555249e4beb5b3 #: ../../source/webmail-user-guide/roundcubemail/_plugins/managesieve/settings-vacation.rst:125 msgid "**Status**" msgstr "" # 1e38573832f3437a89a6c006b7f32a24 #: ../../source/webmail-user-guide/roundcubemail/_plugins/managesieve/settings-vacation.rst:123 msgid "" "This field activates the rule. If you always use the same response body it " "is convenient to disable the vacation rule when it's not needed and enable " "again another time." msgstr "" # a6899a8d32df4ca6acce0edab3bf0271 #: ../../source/webmail-user-guide/roundcubemail/_plugins/managesieve/settings-vacation.rst:128 msgid "Advanced settings" msgstr "" # d8a4b816783b43818e35986bbcd087f6 #: ../../source/webmail-user-guide/roundcubemail/_plugins/managesieve/settings-vacation.rst:131 msgid "**Reply sender address**" msgstr "" # dca5c5cde1e243cdb2ee842b011b644a #: ../../source/webmail-user-guide/roundcubemail/_plugins/managesieve/settings-vacation.rst:131 msgid "" "This is an email address that will be used as sender of the vacation reply." msgstr "" # df530afd9e5e4293a20eea217aee659a #: ../../source/webmail-user-guide/roundcubemail/_plugins/managesieve/settings-vacation.rst:136 msgid "**My email addresses**" msgstr "" # 64592cf6f4374e32922051f8d8cefbc9 #: ../../source/webmail-user-guide/roundcubemail/_plugins/managesieve/settings-vacation.rst:134 msgid "" "Normally the vacation response is send if recipient address of the incoming " "message is one of your addresses known to the server. Here you can add more " "addresses." msgstr "" # 209eb22e32fb414b93fce8ee38bcfdb5 #: ../../source/webmail-user-guide/roundcubemail/_plugins/managesieve/settings-vacation.rst:141 msgid "**Reply interval**" msgstr "" # 5278a163a483498aa07cf33ce63a0427 #: ../../source/webmail-user-guide/roundcubemail/_plugins/managesieve/settings-vacation.rst:139 msgid "" "This parameter defines how often the reply to the same sender is generated. " "When you receive a lot of messages from the same sender in short time, " "usually you don't want to reply to all of them. By default reply is send " "once a day." msgstr "" # 37c9d2bbb62c47b8ad5033b1a2e89585 #: ../../source/webmail-user-guide/roundcubemail/_plugins/managesieve/settings-vacation.rst:144 msgid "**Incoming message action**" msgstr "" # 9f87580996014e9eb5bbbb1666adca9e #: ../../source/webmail-user-guide/roundcubemail/_plugins/managesieve/settings-vacation.rst:144 msgid "" "This field defines an action taken on the incoming message. You can discard " "or keep it or redirect/copy to another account (so it can be handled by " "another person)." msgstr "" diff --git a/locale/zh_CN/LC_MESSAGES/webmail-user-guide/roundcubemail/_plugins/tasklist/index.po b/locale/zh_CN/LC_MESSAGES/webmail-user-guide/roundcubemail/_plugins/tasklist/index.po index 6389698f..c106b23c 100644 --- a/locale/zh_CN/LC_MESSAGES/webmail-user-guide/roundcubemail/_plugins/tasklist/index.po +++ b/locale/zh_CN/LC_MESSAGES/webmail-user-guide/roundcubemail/_plugins/tasklist/index.po @@ -1,32 +1,31 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-25 16:34+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 1.3\n" # b692767a79fb42cea520876ce1866389 # 50f6a61e98ba4f7d9dee3809d6593c35 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/index.rst:93 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/index.rst:88 msgid "Tasks" msgstr "" # eae75f5fd7e448ab93b324147e4f3add #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/index.rst:95 msgid "" "The *Tasks* module helps you organize your daily jobs and ToDo's and will " "alert you about upcoming deadlines." msgstr "" diff --git a/locale/zh_CN/LC_MESSAGES/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.po b/locale/zh_CN/LC_MESSAGES/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.po index 17305da0..7ff385c2 100644 --- a/locale/zh_CN/LC_MESSAGES/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.po +++ b/locale/zh_CN/LC_MESSAGES/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.po @@ -1,485 +1,484 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-25 16:34+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 1.3\n" # 68f32f65f6d64bdfb66129384c5ef45a #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:91 msgid "Managing Tasks" msgstr "" # 12fdb09e35124ec1addd4f53b3db0598 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:93 msgid "" "All the described functions to manage your tasks are accessible from the " "main task view." msgstr "" # 69fdab8ae1d3458fa9225b4e2ac4f7b5 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:97 msgid "Create new Tasks" msgstr "" # c075f3617ece40d4a1fbd93ca610cb43 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:103 msgid "**The New Task Dialog**" msgstr "" # dac99279bb6248ffb312c90d30596bb4 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:100 msgid "" "Click the *New task* button in the toolbar to get an empty dialog where you " "enter the tasks properties like title, description, start/due dates and " "reminder settings." msgstr "" # 8bbec55cb7ca4ce8b8631ad10322bbf7 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:103 msgid "Click *Save* to finally add it to the selected task list." msgstr "" # b4f78ef99bef401caf9c2632cd977224 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:112 msgid "**Quick Entry**" msgstr "" # d583bac58d5740488e055e3e6f93e390 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:106 msgid "" "The text box in the centre of the toolbar area lets you add new tasks very " "fast by simply entering a title and then press on the keyboard. " "Tasks will be created in the currently selected list." msgstr "" # 712459f95c70482285d69b55a783591b #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:110 msgid "" "Begin the quick entry with a date or time description like \"Tomorrow\" or " "\"Monday at 16:00\" to directly assign a due date to the task." msgstr "" # 5451f8acdaee4d458ace33bb8173a444 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:117 msgid "Edit Tasks" msgstr "" # 8445cad7a7c84cb78fb4ffe4217dd53f #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:120 msgid "The Edit Dialog" msgstr "" # 0aa8b646843d4a6ab9456f2a9ccfc83d #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:122 msgid "" "When clicking a task item in list a dialog showing its details is displayed. " "Clicking the Edit button in that dialog opens the form to edit all " "properties of the selected task." msgstr "" # 7640173169a54319935a6a931bc85d24 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:125 msgid "" "The edit form is divided into different section which can be switched using " "the tabs on top of the dialog:" msgstr "" # 360b84b4bef346298d8198bfc702cafc #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:127 msgid "**Summary**" msgstr "" # 7fa4ec8ceef2440d9f08c07b55edd042 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:129 msgid "" "This general section has text fields and selectors for various properties. " "Here’s a description of all the possible values:" msgstr "" # 3988bf6991ba4967914bb5434c356174 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:131 msgid "" "``Title``: The title of the task. This is what you will see in the list." msgstr "" # de7bad139e664cd494583720a31e832a #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:132 msgid "" "``Description``: Any text that describes the task. Links and email addresses " "will be become clickable." msgstr "" # 470d8d5cb51c4c60a387b27ad4a7f078 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:133 msgid "" "``Tags``: A list of tags assigned to this task. Add one by typing to the " "text box and hit ." msgstr "" # b3a833bcee734958bc88331e55860293 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:134 msgid "``Start``: The date/time, the task is supposed to be worked on." msgstr "" # 0cb09754dba54c7ea5fb144ce945240e #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:135 msgid "" "``Due``: The date/time this job is due. Define a time when setting a " "reminder for this task." msgstr "" # 79e6098cf1824380b22b9ff86b2d091e #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:136 msgid "" "``Reminder``: Will pop up with a notification at a the specified time before " "the task is due. It is possible to select 'Message' (default) or 'Sound'. " "When 'Sound' is selected, a sound will be played at the selected time. This " "setting requires the host to be able to play sounds." msgstr "" # 14381b96cd874174987e3cc12d462be8 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:137 msgid "" "``Complete``: The completeness state of a task in percent. Use the slider or " "enter a number." msgstr "" # cff9a5fe77a645599aa77556041bcda4 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:138 msgid "" "``Tasklist``: The list the task is saved in. Change it to move an event from " "one list to another." msgstr "" # 5b3cf60b751943108b80014606b57de1 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:146 msgid "" "For periodically recurring task series, this tab has the settings how a task " "is repeated over time." msgstr "" # b4d03e657db942bbb189df73df852c43 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:149 msgid "``Repeat``: Start with selecting a repetition interval (e.g. monthly)" msgstr "" # 829de74de82e49e48a788f99915b88f2 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:150 msgid "" "``Every``: How often the frequency will be relevant. For example, for a task " "that takes place every other week choose Weekly and then 2." msgstr "" # a679738553f141f793fe5415293c8cb9 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:151 msgid "" "If you choose a frequency of weekly or monthly you can select which days of " "the week or month the task will occur. * ``Until``: Determines the duration " "of the repetition. The recurrence can either run forever, for a number of " "times or until a specific date." msgstr "" # 52666ff793a6402a9de9865a82e3a59f #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:154 msgid "**Assignments**" msgstr "" # 5bac77a5c1e0494ea504374ceffb7a79 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:156 msgid "" "One, or a list of, users can be assigned to the task. The list is managed in " "this tab." msgstr "" # 8a8b6baa13a24a65819189535eacdec2 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:158 msgid "" "``Organizer``: The user organizing (creating) the task. This is set to the " "default identity of the logged in user, but a diferent identity for this " "user can be selected." msgstr "" # 37ab8d09a47f4ca8b1a6013bef23d2e2 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:159 msgid "" "``Add Assignee``: Type three letters of the username, and the search box " "will show a dropdown list of relevant users. Then clieck the 'Add Assignee' " "button." msgstr "" # 66e9d5822f554313bd5a4ec6b6be619b #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:160 msgid "" "``Invitation/notification comment``: When a user is assigned to a task, an " "email notificatino is sent out. This field is giving the opportunity to add " "extra test to this mail notification." msgstr "" # 0138dfabd5404160b25072645c32557e #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:162 msgid "**Attachments**" msgstr "" # f1348134ff894b2393c5362b574e149d #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:164 msgid "" "Sometimes a description text isn't enough to collect information for a " "specific task. Switch to this tab to attach files to the current task or to " "remove them again. Adding files works pretty much the same as :ref:" "`attaching them to email messages `: first select " "a file from your local disk and click *Upload* in order to attach it." msgstr "" # a70370f238c44031afcee9e1cfdcb671 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:169 msgid "" "Don't forget to finally save the changes by clicking *Save* in the task edit " "dialog. Switching back and forth between the tabs will not yet save the data." msgstr "" # 72670d361aee45498f9620e3d47adc41 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:176 msgid "Assign Tags" msgstr "" # 0b7279e1906541d2bd78f25dc293e529 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:178 msgid "" "Tags help you organize your tasks in the list view. Open the :ref:`Edit " "Dialog ` and enter tags into the according text box:" msgstr "" # 38fcf583348043929c83d0e5ef70e816 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:183 msgid "" "Append a tag by hitting and continue typing to add more. While " "typing, a suggestion of already used tags will be shown. Use the arrow keys " "on the keyboard to select one and press to select." msgstr "" # cb380f2bc24b442d941489ec6f215cde #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:186 msgid "Remove tags with a click on the *Remove* icon." msgstr "" # 19627c90510a4616b6be142d8f710ec4 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:188 msgid "**Drag & Drop Tags**" msgstr "" # 3e017b4b3b3b4311bff58b8beccf68b3 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:190 msgid "" "Existing tags listed in the tags box on the left can also be assigned to " "tasks directly in the list view by simply dragging the tag from the box and " "drop it on a task bar." msgstr "" # 0a19641347b84829a199bd702ddc187e #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:197 msgid "Set Due Dates" msgstr "" # 1859df5d43da404ca96a5a8037979a9d #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:199 msgid "" "Assign due dates to your tasks to not miss your deadlines and to enable " "reminder notifications for them. The due dates with time can be entered in " "the :ref:`Edit Dialog `. When entering the input field, " "a small calendar widget will help you to quickly select a date." msgstr "" # c2906ccb99254e48929a41079279c2fb #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:203 msgid "" "Due dates can also be entered or changed directly in the list view without " "going to the edit dialog. Click the due date or the \"no date\" area on the " "right end of a task bar and select a date from the calendar widget. The " "change will be saved immediately." msgstr "" # baed275f421d4a2082307c58f826105d #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:211 msgid "Mark Tasks as Complete" msgstr "" # b108a5543a714eabbbf948676a0ebba8 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:213 msgid "" "In the :ref:`tasklist-edit-task` section we learned how to set a percentage " "value for a task's completeness. Until a task isn't fully completed, the " "percentage is displayed as a think horizontal line in the list view." msgstr "" # 785ffa64f2cd44b9a0376de30083e1ea #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:217 msgid "" "In order to mark a task as complete, simply click the checkbox in the list " "view. The task is now grayed out and moved to the bottom of the list. After " "some time or when refreshing the list, completed tasks will be removed from " "the view. You can still find them with the *Complete* quick filter. Uncheck " "the box to bring it back to the normal list." msgstr "" # 3716f125d14845868178782de9e13da3 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:224 msgid "Organize Tasks in Groups" msgstr "" # 4724ee57bb624fe5a0ea27a72d700ce0 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:226 msgid "" "For bigger jobs or entire projects, tasks can be divided into subtasks and " "organized hierarchically to visualize dependencies." msgstr "" # a2b3dcbc36974271b2619684441176b3 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:230 msgid "Create a Subtask" msgstr "" # 5b35d8f0ee01416f8d4d7b100af44f6b # b29c0e2c4618463a96acbb5637d2d7f7 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:236 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:276 msgid "" "Open the options menu of a task from the arrow icon on the far right of the " "task bar." msgstr "" # e71a68a7596147d0a2588bc63ff30fc6 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:237 msgid "Select *Add subtask*" msgstr "" # d6e2ab7776464277b763c3b1177be805 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:238 msgid "" "Enter the subtask properties in the :ref:`Edit Dialog `" msgstr "" # 1e6c11ef932543f698b63eb97aba6f59 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:239 msgid "Press *Save* to insert it" msgstr "" # f43fd7e698e64e37b872bb56d9d96a65 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:245 msgid "Re-organize Groups" msgstr "" # d2d1aa6e2b654785b6c62f2ac0156ae2 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:247 msgid "" "The hierarchical nesting of tasks and subtasks can be changed at any time. " "Simple grab a task with the mouse and drop onto another one to make it a " "subtask. This works for entire subtrees equally well. While dragging, a " "possible drop target is highlighted when moving over it." msgstr "" # 66faa3e6d43b496dacf82b26facf717a #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:251 msgid "" "Drop a task onto the small bar on top of the tasks list to make it a main " "task again." msgstr "" # ba9c3fb26c3047b9ab702b5295ed4531 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:253 msgid "" "If you organize your tasks in different lists, dropping a task onto a task " "list in the box on the left moves it (and all child tasks) to that " "particular list." msgstr "" # fb42507821a743579366c21b522d9cbb #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:261 msgid "Get Notifications" msgstr "" # 5564ac89f8dd4f15886c00a74ffc8d84 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:263 msgid "" "While logged in to the webmail, reminders about soon-to-be due tasks will be " "displayed with pop-up boxes at the specified time before the task is due. " "You can specify if you want to see reminders for every task list " "individually. Enable or disable reminders in :ref:`Task List Settings " "` from the :ref:`tasklist-lists`." msgstr "" # d40c2168ca764998bdad8f7a3a8943ad #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:267 msgid "" "Read how to :ref:`Dismiss or Snooze Reminders ` in " "the calendar section." msgstr "" # f45c35c923bb42f7b72141f075adfa02 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:271 msgid "Delete Tasks" msgstr "" # 15802e7d2018473a9f65cc4b55fb6e66 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:273 msgid "" "Usually finished tasks are marked as complete. But there are still " "situations where you might want to actually delete a task." msgstr "" # 46865aeb6bba4d9a96969450d33c61e1 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:277 msgid "Select *Delete*." msgstr "" # d0984e5b1e9c49f593f043de82bc73c8 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:278 msgid "Click *Delete* again in the confirmation dialog." msgstr "" # 68278525ab1f4e83beef4f52beac1bbd #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:173 msgid "Tags" msgstr "" # 10c941290eda44729f6e720f8ca33ab8 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:194 msgid "Due Date" msgstr "" # 7c660fdae3fe46e683d93a08a91d72e2 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:208 msgid "Complete" msgstr "" # c0e7fb3d78b349adac0a8792e2d6b64a #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:242 msgid "Move" msgstr "" # c0e7fb3d78b349adac0a8792e2d6b64a #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:242 msgid "Drag & Drop" msgstr "" # fb526366338f4dff86d2398f1b9d4080 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:257 msgid "Notifications" msgstr "" # fb526366338f4dff86d2398f1b9d4080 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/manage.rst:257 msgid "Reminders" msgstr "" diff --git a/locale/zh_CN/LC_MESSAGES/webmail-user-guide/roundcubemail/_plugins/tasklist/overview.po b/locale/zh_CN/LC_MESSAGES/webmail-user-guide/roundcubemail/_plugins/tasklist/overview.po index 33ceaf52..1c4a4e8e 100644 --- a/locale/zh_CN/LC_MESSAGES/webmail-user-guide/roundcubemail/_plugins/tasklist/overview.po +++ b/locale/zh_CN/LC_MESSAGES/webmail-user-guide/roundcubemail/_plugins/tasklist/overview.po @@ -1,243 +1,242 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-25 16:34+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 1.3\n" # 52f9931670694bf49a0d7a7d2c77837f #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/overview.rst:90 msgid "Overview" msgstr "" # aca5ea2d8d59425693a0827ec0aab24d #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/overview.rst:92 msgid "" "The content area of the tasks screen is divided into three areas: the :ref:" "`Tasks ` itself, the :ref:`Tags ` and the :" "ref:`Tasklist Selector `." msgstr "" # 2b55c090045e4390ac613bdf4bd8d611 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/overview.rst:100 msgid "The Tasks List" msgstr "" # a8384cac1bd546f6a583f76669c33f6b #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/overview.rst:102 msgid "" "The main content are lists the task items that match the current selection " "of active lists, filters and tags. The listed tasks are sorted by due date " "(ascending) and completed ones move to the bottom." msgstr "" # 104abd3c3d174055ae39d2add0ccd4b8 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/overview.rst:109 msgid "" "Tasks can be organized hierarchically and the list appears like a tree " "structure. A small arrow icon on the left side of a task bar indicates " "subordinated tasks and expands or collapses the tree upon click." msgstr "" # 9cc584e0667246da92bfe6a221e32102 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/overview.rst:113 msgid "" "Some basic editing like flagging, assigning a due date as well as completing " "tasks can directly be done in the list by clicking the checkbox, the flag " "icon or the date selector." msgstr "" # 3340770357f24c9c9a400c071c1853f4 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/overview.rst:116 msgid "" "A single click anywhere else on a task bar displays all details in a dialog " "box. Hit on the keyboard or click the close icon to hide it again." msgstr "" # c232b23663c14fabb18bc47a6c4d61aa #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/overview.rst:119 msgid "Double-clicks open the clicked task item for full detail editing." msgstr "" # bde3aaef26c0452e9f9986eec1fc1896 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/overview.rst:123 msgid "Control the List" msgstr "" # 0625188cecee466095e8cda0c3aba5d4 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/overview.rst:126 msgid "Quick Filters" msgstr "" # cbbc8dd7fccf4b5785dd2dc38897b49d #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/overview.rst:128 msgid "" "The selection your tasks displayed on the screen can be refined in various " "ways. Use the quick filters above the list to reduce the listed tasks " "according to their status or due date." msgstr "" # e6f27ff7b2f44d21ae40d3d8993f395e #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/overview.rst:134 msgid "Tags" msgstr "" # 86343d552dbd4bb689d5db314eef57aa #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/overview.rst:136 msgid "" "The tags list on the left is another way to display a selection of tasks. " "Click a tag to only display tasks with this tag assigned. Click it again to " "show all. Hold down the key on the the keyboard to select mutliple " "tags and further reduce the selection." msgstr "" # aff21a36361b4798aca855a0387bbf7f # 7452920e37084d938aaa5719a59b5809 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/overview.rst:141 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/overview.rst:167 msgid "Task Lists" msgstr "" # 3e61425423984dbabbf2aa3e0cde0030 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/overview.rst:143 msgid "" "The checkboxes in the :ref:`tasklist-lists` box control whether tasks from " "the according list are currently displayed. Use the *Quick View* icon |" "quickview| in the list to quickly reduce the view to tasks from a single " "list. This can also be used when the according list isn't activated. Click " "it again to turn off quick view mode and return to regular display of active " "lists." msgstr "" # 48d60613b4e84402bcbffc1159e0c8c5 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/overview.rst:152 msgid "Searching Tasks" msgstr "" # ea49b53596e44fc2a9c232dc495cc2b3 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/overview.rst:154 msgid "" "The search box above the calendar view lets you quickly get a list of events " "matching the entered keyword in either the title or the description text. " "Enter the search term into the box and press on your keyboard to " "start the search." msgstr "" # dd6ece37d24e494ca40eb53c28d821bc #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/overview.rst:157 msgid "" "After searching, you can still use the filters and tags as explained above " "to hide some results." msgstr "" # 6ed0575e345e47f08a3ab9ea004a318a #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/overview.rst:159 msgid "" "Reset the search by clicking the *Reset search* icon on the right border of " "the search box." msgstr "" # cc782baed1e8451fa8db145a0053cec3 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/overview.rst:169 msgid "" "Organize your tasks in various lists. All of your personal task lists as " "well as those shared by others are listed in the box in the lower left area " "of the screen." msgstr "" # fd0bfe0fc6d14f64ad58c926f4394867 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/overview.rst:172 msgid "" "You can create any number of lists to store and manage all your tasks and " "name them individually." msgstr "" # c5edf35a95774afbb115d2e1f30f0302 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/overview.rst:176 msgid "Create a Task List" msgstr "" # 9279309d4fa246deab8bed65a6011e8e #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/overview.rst:178 msgid "Click the + icon in the tasklists box footer." msgstr "" # 2f9df2ca76204231818909a70ccddf8e #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/overview.rst:179 msgid "In the dialog, give the new list a unique name." msgstr "" # ac6d3271d6d9429fbf25f19efd85e28e #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/overview.rst:180 msgid "Click *Save* to create it." msgstr "" # 5c70b91f3b714db59e41519f0ffb4679 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/overview.rst:185 msgid "Edit List Names and Settings" msgstr "" # e5c9c2551ea64a23b61ea0199699036f # eaa82398908b4a978c1f099bd1f7ee67 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/overview.rst:187 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/overview.rst:195 msgid "Select the task list to edit by clicking the name in the box." msgstr "" # 716237bf50b2497b92ba930fe4146b56 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/overview.rst:188 msgid "" "Click the gear icon in the box footer and select *Edit* from the options " "menu." msgstr "" # cf34843af00d4ce2a276da976183a00d #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/overview.rst:189 msgid "Adjust name or reminders settings in the edit dialog." msgstr "" # f46dfabd7c6c45f6a44573edc3d9bbc5 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/overview.rst:190 msgid "Click *Save* to finally update the list." msgstr "" # 519eda61774041f2bba76227519c932f #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/overview.rst:193 msgid "Remove entire Task Lists" msgstr "" # 040ee90731f14ce6939f6cf413f98c6a #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/overview.rst:196 msgid "" "Click the gear icon in the box footer and select *Remove* from the options " "menu." msgstr "" # 78efeec787c84d5bbddf0c3433b1f39b #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/overview.rst:197 msgid "" "After a confirmation dialog, the selected list with all its tasks will be " "deleted. Caution: This action cannot be undone!" msgstr "" # 0cc3426962c64506ba8b3e2f21cd31d6 #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/overview.rst:96 msgid "Tasks" msgstr "" # 2f5404a2b3c94416880ba3f925007d5c #: ../../source/webmail-user-guide/roundcubemail/_plugins/tasklist/overview.rst:163 msgid "Tasklist" msgstr "" diff --git a/locale/zh_CN/LC_MESSAGES/webmail-user-guide/roundcubemail/addressbook/addressbookview.po b/locale/zh_CN/LC_MESSAGES/webmail-user-guide/roundcubemail/addressbook/addressbookview.po index 37f90e5c..7a0ed7d8 100644 --- a/locale/zh_CN/LC_MESSAGES/webmail-user-guide/roundcubemail/addressbook/addressbookview.po +++ b/locale/zh_CN/LC_MESSAGES/webmail-user-guide/roundcubemail/addressbook/addressbookview.po @@ -1,360 +1,359 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-25 16:34+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 1.3\n" # 566939a49ef94aeea72412df2da6325a #: ../../source/webmail-user-guide/roundcubemail/addressbook/addressbookview.rst:88 msgid "" "The content area of the address book screen is divided into three areas: :" "ref:`addressbook-groups`, :ref:`addressbook-contacts-list` and the :ref:" "`addressbook-contact-details`." msgstr "" # 70c8e14c3e8d4bbdbf3c6615608cf80d #: ../../source/webmail-user-guide/roundcubemail/addressbook/addressbookview.rst:96 msgid "Directories and Groups" msgstr "" # 4ec8ac21c2dd4108bcb848af8fbf589a #: ../../source/webmail-user-guide/roundcubemail/addressbook/addressbookview.rst:98 msgid "" "The leftmost pane displays a list of address directories and contact groups " "within each of the directories. Depending on your server configuration and " "installed plugins you might see multiple directories but there's at least " "one directory which contains your personal contacts." msgstr "" # 39512802953f4e928bf71dd339205190 #: ../../source/webmail-user-guide/roundcubemail/addressbook/addressbookview.rst:102 msgid "" "Contact groups are handy to organize your contacts. They can also be " "selected when composing an email message and will enter all members as a " "recipient. Groups will also appear in the :ref:`auto-completion ` list when you start typing in the recipient field. A " "contact can be assigned to multiple groups." msgstr "" # a7c749a8591f4e11b13def0b6c1eccb9 #: ../../source/webmail-user-guide/roundcubemail/addressbook/addressbookview.rst:106 msgid "" "Click a directory or a group in the list to show the contained contacts in " "the list on the right. The currently selected directory or group is " "highlighted in the list." msgstr "" # 0c8b181c22c84ecea23045adf74d7dbc #: ../../source/webmail-user-guide/roundcubemail/addressbook/addressbookview.rst:111 msgid "Create a Contact Group" msgstr "" # b5f2d61b16b14fe287bf6987a1763499 #: ../../source/webmail-user-guide/roundcubemail/addressbook/addressbookview.rst:113 msgid "" "In order to create a new contact group, first select the directory you want " "the group being created in. Then use the + icon on the groups list footer to " "get you an input field for the group name. Enter a unique name for the new " "group and hit to finally create it." msgstr "" # 07c6cb04da2f491491d8170cd09f8b30 #: ../../source/webmail-user-guide/roundcubemail/addressbook/addressbookview.rst:117 msgid "" "The creation action can be aborted by pressing the key while entering " "the group name." msgstr "" # fae29ab69af64cb28d490e48c72c3518 #: ../../source/webmail-user-guide/roundcubemail/addressbook/addressbookview.rst:123 msgid "Assigning Contacts to Groups" msgstr "" # 90535e697de2415084c9ec20a2d3417e #: ../../source/webmail-user-guide/roundcubemail/addressbook/addressbookview.rst:125 msgid "" "Contacts can be assigned to groups by dragging & dropping them with the " "mouse. Select one or multiple contacts in the list and drop them onto the " "desired group. It's a simple as that." msgstr "" # dbdd8afb3aa042a09013b00e34ce1627 #: ../../source/webmail-user-guide/roundcubemail/addressbook/addressbookview.rst:130 msgid "Remove Contacts from a Group" msgstr "" # b069b8b9a2a54d6ba3d8d52a26eec3df #: ../../source/webmail-user-guide/roundcubemail/addressbook/addressbookview.rst:132 msgid "List mode:" msgstr "" # ef5ac3debaac47b5a583eea30b7063c7 #: ../../source/webmail-user-guide/roundcubemail/addressbook/addressbookview.rst:134 msgid "Select the group in the list on the left" msgstr "" # 964cd60b4f234bf28850bfface67ecb4 #: ../../source/webmail-user-guide/roundcubemail/addressbook/addressbookview.rst:135 msgid "Select one or mutliple contacts to be removed from that group" msgstr "" # e819c69218a142b9a22cc01f9c8e2732 #: ../../source/webmail-user-guide/roundcubemail/addressbook/addressbookview.rst:136 msgid "" "Click the *Remove selected contacts from group* button in the contact list " "footer" msgstr "" # 71e722b13dd14af69b65cce359209f4f #: ../../source/webmail-user-guide/roundcubemail/addressbook/addressbookview.rst:138 msgid "Single mode:" msgstr "" # 5e4663074c554c4c9020ee0b416e8d88 #: ../../source/webmail-user-guide/roundcubemail/addressbook/addressbookview.rst:140 msgid "Select a contact in the contacts list" msgstr "" # 0e3dd968d7e045a5ae46383f9ca7980a #: ../../source/webmail-user-guide/roundcubemail/addressbook/addressbookview.rst:141 msgid "" "Switch to the *Groups* tab in the :ref:`addressbook-contact-details` area on " "the right" msgstr "" # 8bc59f45405d4a4f8bf3dcb33b10f111 #: ../../source/webmail-user-guide/roundcubemail/addressbook/addressbookview.rst:142 msgid "Uncheck the Group(s) you want it to remove from" msgstr "" # 22f6d07cc71e4cedad72c8729747c212 #: ../../source/webmail-user-guide/roundcubemail/addressbook/addressbookview.rst:146 msgid "More actions" msgstr "" # cf74a24c05bb421095123949c5760ec1 #: ../../source/webmail-user-guide/roundcubemail/addressbook/addressbookview.rst:148 msgid "" "Also in the footer of the groups list, the gear icon shows a menu with " "actions related to the selected directory or group." msgstr "" # 7fe23cab6ab94cc5bee1b85f28a94f4c #: ../../source/webmail-user-guide/roundcubemail/addressbook/addressbookview.rst:151 msgid "**Rename Group**" msgstr "" # 21561a925aaa4d11b3e9880d3a392f01 #: ../../source/webmail-user-guide/roundcubemail/addressbook/addressbookview.rst:151 msgid "" "Only enabled when a contact group is selected in the list above, this will " "let you enter a new name for that group." msgstr "" # d4ac72bdfbb94cde80c8fd9e06fc7648 #: ../../source/webmail-user-guide/roundcubemail/addressbook/addressbookview.rst:154 msgid "**Delete group**" msgstr "" # 5e24b8393a9b49a7b128d504de53472a #: ../../source/webmail-user-guide/roundcubemail/addressbook/addressbookview.rst:154 msgid "" "Deletes the group selected in the list above. Note that the contacts " "assigned to that group will NOT be deleted." msgstr "" # 5e4c1414142a42668703fc70f966346f #: ../../source/webmail-user-guide/roundcubemail/addressbook/addressbookview.rst:157 msgid "**Save search**" msgstr "" # 571dd469e0484fcc82b2f52e54b100ef #: ../../source/webmail-user-guide/roundcubemail/addressbook/addressbookview.rst:157 msgid "" "If you executed an :ref:`address book search ` " "before, this option will let you save it as a filter for later use." msgstr "" # 8119efec674947fb97cc92ab1b5e2cf2 #: ../../source/webmail-user-guide/roundcubemail/addressbook/addressbookview.rst:161 msgid "**Delete search**" msgstr "" # 8bdcab85603a409e9dcb06c2b29e9109 #: ../../source/webmail-user-guide/roundcubemail/addressbook/addressbookview.rst:160 msgid "" "Only available when a saved search is selected in the list above, this will " "delete that search filter." msgstr "" # 73be8cf0c7cd4e80a557cc540708b611 #: ../../source/webmail-user-guide/roundcubemail/addressbook/addressbookview.rst:167 msgid "Contacts List" msgstr "" # 0baaf6b7d09f48abbb25d420ab8a7f46 #: ../../source/webmail-user-guide/roundcubemail/addressbook/addressbookview.rst:169 msgid "" "The contacts of the selected address directory or group are presented in " "this list with their names. The total number of contacts in the particular " "directory or group is stated right below the list as well as the set that is " "currently displayed. Use the arrow buttons in the list header to navigate " "through the pages." msgstr "" # f5a5c3a33be348c69edfc32bf6952852 #: ../../source/webmail-user-guide/roundcubemail/addressbook/addressbookview.rst:173 msgid "" "you can change the way and order the contacts are listed here in the :ref:" "`Address Book ` section of the user preferences." msgstr "" # c98515e8db944659948adcee56b067bd #: ../../source/webmail-user-guide/roundcubemail/addressbook/addressbookview.rst:179 msgid "Contact List Actions" msgstr "" # c286f9c73ffa4a49a150aaedff96500d #: ../../source/webmail-user-guide/roundcubemail/addressbook/addressbookview.rst:181 msgid "" "The footer of the contacts list provides buttons that operate on the list or " "the current selection of contacts relatively:" msgstr "" # 8eb2e42431ab4055aa04a84d56d0311f #: ../../source/webmail-user-guide/roundcubemail/addressbook/addressbookview.rst:184 msgid "**Create new contact (+)**" msgstr "" # 767152fa4b534f29a14bc6a918e3db28 #: ../../source/webmail-user-guide/roundcubemail/addressbook/addressbookview.rst:184 msgid "" "Opens the form to :ref:`add a new contact ` to the " "selected directory." msgstr "" # 8c0d2cbc87d54f3b89065b1730117480 #: ../../source/webmail-user-guide/roundcubemail/addressbook/addressbookview.rst:187 msgid "**Delete selected contacts**" msgstr "" # 2b33f429e84747aba56e298cf6af3c9b #: ../../source/webmail-user-guide/roundcubemail/addressbook/addressbookview.rst:187 msgid "Deletes the contacts selected in the list above permanently." msgstr "" # 956526b9b65d4ca5b1b6a8d0d4823663 #: ../../source/webmail-user-guide/roundcubemail/addressbook/addressbookview.rst:191 msgid "**Remove selected contacts from group**" msgstr "" # f7874cfd24d24ada9f4759afb8f9a1f3 #: ../../source/webmail-user-guide/roundcubemail/addressbook/addressbookview.rst:190 msgid "Removes the selected contacts from the currently selected group." msgstr "" # 80e9ad66f94d44f78a4c6c487fb862d3 #: ../../source/webmail-user-guide/roundcubemail/addressbook/addressbookview.rst:194 msgid "Send Email to Selected Contacts" msgstr "" # 59c30f3ab87d414aac99db5b6a6870f3 #: ../../source/webmail-user-guide/roundcubemail/addressbook/addressbookview.rst:196 msgid "" "The address book is not only to manage your contacts but you can also search " "and select contacts you want to write a new email message to. The *Compose* " "icon on the toolbar above is activated as soon as you selected at least one " "contact or a contact group. Click it to open the compose screen with the " "selected contacts filled in as recipients." msgstr "" # 5b3eb5cf6dce48fa98b960109d9fad51 #: ../../source/webmail-user-guide/roundcubemail/addressbook/addressbookview.rst:200 msgid "" "To start writing an email to a single contact, you can also click the email " "address in the :ref:`addressbook-contact-details` area on the right." msgstr "" # 8989164d273343a3b72e7e7f674d076d #: ../../source/webmail-user-guide/roundcubemail/addressbook/addressbookview.rst:205 msgid "Copying Contacts" msgstr "" # 53b3a2613d36445c83d02240359ea81a #: ../../source/webmail-user-guide/roundcubemail/addressbook/addressbookview.rst:207 msgid "" "Contacts can be copied from one directory to another in a similar way as " "assigning them to groups. Simply drag one or multiple selected contacts with " "the mouse and drop them onto the target directory. Please note that some " "properties might be saved into other fields or not be copied at all if the " "address directories have different schemas." msgstr "" # e085387e1ee34b769b3cfc606f60bf0d #: ../../source/webmail-user-guide/roundcubemail/addressbook/addressbookview.rst:216 msgid "Contact Details" msgstr "" # 6015939680fe44e692318d3a4c2f6b60 #: ../../source/webmail-user-guide/roundcubemail/addressbook/addressbookview.rst:218 msgid "" "The full details of a contact are displayed in the rightmost box of the " "address book screen. Select a single contact in the list in order to see the " "details here. Contact properties are structured with tabs and boxes grouping " "similar properties like phone numbers, postal or email addresses." msgstr "" # 63d3582473a3438db16895b0e34b487a #: ../../source/webmail-user-guide/roundcubemail/addressbook/addressbookview.rst:222 msgid "" "The groups tab allows direct assignment or removal for the contact to/from " "contacts groups." msgstr "" # c39bdd0c2bf54287945f6bd08e43e96c #: ../../source/webmail-user-guide/roundcubemail/addressbook/addressbookview.rst:92 msgid "Groups" msgstr "" # c39bdd0c2bf54287945f6bd08e43e96c #: ../../source/webmail-user-guide/roundcubemail/addressbook/addressbookview.rst:92 msgid "Direcotries" msgstr "" # 011c705cdf2c45148ecdb6926741f68b #: ../../source/webmail-user-guide/roundcubemail/addressbook/addressbookview.rst:120 msgid "Assign Groups" msgstr "" # 011c705cdf2c45148ecdb6926741f68b #: ../../source/webmail-user-guide/roundcubemail/addressbook/addressbookview.rst:120 msgid "Drag & Drop" msgstr "" # 9ca0c1a0ef944f3cb40f6e912d441019 #: ../../source/webmail-user-guide/roundcubemail/addressbook/addressbookview.rst:163 msgid "Contacts" msgstr "" # 2129a1f191434f90adee647a4ef6d563 #: ../../source/webmail-user-guide/roundcubemail/addressbook/addressbookview.rst:176 msgid "Delete Contact" msgstr "" # cd892d2afb65414d806875e8449ae017 #: ../../source/webmail-user-guide/roundcubemail/addressbook/addressbookview.rst:212 msgid "Preview" msgstr "" diff --git a/locale/zh_CN/LC_MESSAGES/webmail-user-guide/roundcubemail/addressbook/editing.po b/locale/zh_CN/LC_MESSAGES/webmail-user-guide/roundcubemail/addressbook/editing.po index a4856d99..27d372fc 100644 --- a/locale/zh_CN/LC_MESSAGES/webmail-user-guide/roundcubemail/addressbook/editing.po +++ b/locale/zh_CN/LC_MESSAGES/webmail-user-guide/roundcubemail/addressbook/editing.po @@ -1,148 +1,147 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-25 16:34+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 1.3\n" # b7bcd25a9154401c9a79d74837a899e9 #: ../../source/webmail-user-guide/roundcubemail/addressbook/editing.rst:93 msgid "Creating and Editing Contacts" msgstr "" # 431f5bb7eea84b9abd1fee99c6d1d4d9 #: ../../source/webmail-user-guide/roundcubemail/addressbook/editing.rst:95 msgid "" "Select a contact from the contacts list and then press the *Edit contact* " "button in the contact properties area on the right to start editing it." msgstr "" # 1ee602fc74bf478986f7fa390f0fabc9 #: ../../source/webmail-user-guide/roundcubemail/addressbook/editing.rst:98 msgid "" "In the upper part of the contact edit area are the name and organization " "fields as well as the contact picture to be uploaded." msgstr "" # 1ed3656881e7475c80d98471c68da21c #: ../../source/webmail-user-guide/roundcubemail/addressbook/editing.rst:101 msgid "" "The lower part shows the same groups of contact properties as the :ref:" "`addressbook-contact-details` structured with tabs and boxes." msgstr "" # f96df51972664579b3e452c20df9b5dc #: ../../source/webmail-user-guide/roundcubemail/addressbook/editing.rst:104 msgid "" "Some properties have a type selector drop-down where you can select what " "type of email address (e.g. home or work) this is. Remove a contact property " "by either clearing the input field(s) or by clicking the *Delete* icon right " "next to it." msgstr "" # 6a6992af8b4f48b496357a666928e114 #: ../../source/webmail-user-guide/roundcubemail/addressbook/editing.rst:108 msgid "" "When done with editing, save your changes by clicking the *Save* button " "below the form. Abort editing and discard your changes with the *Cancel* " "button." msgstr "" # 4fafe04be5f6455aba8c4be4d7cf06af #: ../../source/webmail-user-guide/roundcubemail/addressbook/editing.rst:113 msgid "Add more contact properties" msgstr "" # 64dd3aa1afd64b878ec4b19160541988 #: ../../source/webmail-user-guide/roundcubemail/addressbook/editing.rst:115 msgid "" "To add another property field, select one from the *Add field...* drop-down " "menu located below the form. The similar drop-down below the name fields in " "the header lets you add more name-related fields." msgstr "" # cd4c5acf66ed46f880a4063d1214e0a6 #: ../../source/webmail-user-guide/roundcubemail/addressbook/editing.rst:118 msgid "" "depending on what directory the contact belongs so, the list of properties " "you can add to a contact can differ." msgstr "" # 5678185442c741ae9e6eceb304a0f3ed #: ../../source/webmail-user-guide/roundcubemail/addressbook/editing.rst:125 msgid "Upload a Contact Photo" msgstr "" # bf58f8c017ec41be97173121109172d2 #: ../../source/webmail-user-guide/roundcubemail/addressbook/editing.rst:127 msgid "" "Contacts have have a picture assigned which is also displayed in the email " "task of the application if the sender of the message is saved with a picture " "in one of your address books." msgstr "" # b360790175cc4407ba7664fc1894eb15 #: ../../source/webmail-user-guide/roundcubemail/addressbook/editing.rst:130 msgid "" "To add or replace a contact picture, click the *Add* (or *Replace* if the " "contact already has a picture) button right below the picture placeholder in " "the edit form. Then select an image on your computer using the file picker " "dialog that appears. Once selected, the picture will be uploaded and shown " "immediately as a preview. Note that the new picture will be stored with the " "contact only after you saved the contact." msgstr "" # ab8aced10c904a73bf79a5f838ce2f2a #: ../../source/webmail-user-guide/roundcubemail/addressbook/editing.rst:135 msgid "" "In order to remove the currently assigned picture from a contact, use the " "*Delete* button right below the picture and save the contact to apply the " "changes." msgstr "" # 946da893b1a545a8877fd7eb7fe54277 #: ../../source/webmail-user-guide/roundcubemail/addressbook/editing.rst:142 msgid "Create a New Contact" msgstr "" # 01c78e9fe5db4ab5b222aa46b1490cc6 #: ../../source/webmail-user-guide/roundcubemail/addressbook/editing.rst:144 msgid "" "A new contact can be added to the currently selected address directly by " "clicking the *Create new contact* button (+) in the footer of the :ref:" "`addressbook-contacts-list`. The form to add names and properties is the " "same as for editing. Finally create the new contact by clicking the *Save* " "button below the form." msgstr "" # c7d9bfdb6bc74e4fbdc62731c8c9de0a #: ../../source/webmail-user-guide/roundcubemail/addressbook/editing.rst:88 msgid "Create Contact" msgstr "" # c7d9bfdb6bc74e4fbdc62731c8c9de0a #: ../../source/webmail-user-guide/roundcubemail/addressbook/editing.rst:88 msgid "Edit Contact" msgstr "" # d39204b6e96642da88e2f57fed24b26f #: ../../source/webmail-user-guide/roundcubemail/addressbook/editing.rst:122 msgid "Photo" msgstr "" # d39204b6e96642da88e2f57fed24b26f #: ../../source/webmail-user-guide/roundcubemail/addressbook/editing.rst:122 msgid "Picture" msgstr "" diff --git a/locale/zh_CN/LC_MESSAGES/webmail-user-guide/roundcubemail/addressbook/importexport.po b/locale/zh_CN/LC_MESSAGES/webmail-user-guide/roundcubemail/addressbook/importexport.po index 074dd7de..cb19fabd 100644 --- a/locale/zh_CN/LC_MESSAGES/webmail-user-guide/roundcubemail/addressbook/importexport.po +++ b/locale/zh_CN/LC_MESSAGES/webmail-user-guide/roundcubemail/addressbook/importexport.po @@ -1,141 +1,140 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-25 16:34+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 1.3\n" # a98cf2e62b7144e8b3fc0cade622a907 #: ../../source/webmail-user-guide/roundcubemail/addressbook/importexport.rst:93 msgid "Import/Export" msgstr "" # 00e4b62c5f894ba7aedd71f004a709f5 #: ../../source/webmail-user-guide/roundcubemail/addressbook/importexport.rst:96 msgid "Importing Contacts" msgstr "" # 1c263305c8564539aef62a02ebac23ab #: ../../source/webmail-user-guide/roundcubemail/addressbook/importexport.rst:98 msgid "" "Contacts can be imported into the Roundcube address books from `vCard " "`_ and `CSV `_ files." msgstr "" # aebb930e06be496dbd04aaf059898396 #: ../../source/webmail-user-guide/roundcubemail/addressbook/importexport.rst:101 msgid "" "Click the *Import* button from the top toolbar in the address book view to " "open the import wizard." msgstr "" # 06dc05fcc10440ac9db310485d09df4f #: ../../source/webmail-user-guide/roundcubemail/addressbook/importexport.rst:102 msgid "" "Then select the file to import from your computer's hard drive. Make sure " "it's either .vcf or .csv file." msgstr "" # cb3cf18c326e4b0492e30b11d3d09661 #: ../../source/webmail-user-guide/roundcubemail/addressbook/importexport.rst:103 msgid "" "Select which address book the contacts should be imported to. The checkbox " "let's you delete all contacts from the selected address book before " "importing. Be careful with this, the deletion cannot be undone!" msgstr "" # 32900793b3df4496ae288e39cf8eb08c #: ../../source/webmail-user-guide/roundcubemail/addressbook/importexport.rst:106 msgid "Click the *Import* button to start the importing process." msgstr "" # dbc648e016b747b6b6a30e2137a571c7 #: ../../source/webmail-user-guide/roundcubemail/addressbook/importexport.rst:108 msgid "" "The next screen will display the results of the import process. Click *Done* " "to get back to the address book view and see the imported contacts." msgstr "" # b4ad1261e9694ab4a2c57232ea70f575 #: ../../source/webmail-user-guide/roundcubemail/addressbook/importexport.rst:116 msgid "Exporting Contacts" msgstr "" # 528564643ef94afe9a1a304fc2b36c10 #: ../../source/webmail-user-guide/roundcubemail/addressbook/importexport.rst:118 msgid "" "Contacts from Roundcube address books are exported in the `vCard `_ format only." msgstr "" # 5e6536989d32413cbb0dd85242e10b91 #: ../../source/webmail-user-guide/roundcubemail/addressbook/importexport.rst:120 msgid "Select the address book or group you want to export." msgstr "" # b9d972a12d4a4bdb96d306abd9f87f76 #: ../../source/webmail-user-guide/roundcubemail/addressbook/importexport.rst:121 msgid "Click the *Export* button in the top toolbar." msgstr "" # 947efaa1ce26453d95b677b760d73072 #: ../../source/webmail-user-guide/roundcubemail/addressbook/importexport.rst:122 msgid "" "Choose where to save the exported .vcf file if prompted, otherwise check the " "\"Downloads\" folder on your computer for a file named \"roundcube_contacts." "vcf\"." msgstr "" # 3347b8c05a2f4400ad7457c01a4cf97f #: ../../source/webmail-user-guide/roundcubemail/addressbook/importexport.rst:125 msgid "The *Export* toolbar button offers the following two options:" msgstr "" # c735358061064c8881febc645dad6c8c #: ../../source/webmail-user-guide/roundcubemail/addressbook/importexport.rst:128 msgid "**Export all**" msgstr "" # 9189a13d86af4f6aa28ef27456073969 #: ../../source/webmail-user-guide/roundcubemail/addressbook/importexport.rst:128 msgid "" "That's the default action of the button and will pack all contacts currently " "listed into the vcard file." msgstr "" # 6ad24cecd62942f7ba10d135ea8e8ffc #: ../../source/webmail-user-guide/roundcubemail/addressbook/importexport.rst:133 msgid "**Export selected**" msgstr "" # be49dbbde06c4687aac3214285f0191b #: ../../source/webmail-user-guide/roundcubemail/addressbook/importexport.rst:131 msgid "" "If there's one or more contacts selected in the list (do this by holding " "down the *Shift* or *Ctrl* keys of your keyboard while clicking individual " "contacts), this option will generate a .vcf file with only the selected " "contacts." msgstr "" # c6586c4b34424a169ff5c38f77a46381 #: ../../source/webmail-user-guide/roundcubemail/addressbook/importexport.rst:88 msgid "Import" msgstr "" # 6fd32c75bef449329d4087d63e5fc0bf #: ../../source/webmail-user-guide/roundcubemail/addressbook/importexport.rst:112 msgid "Export" msgstr "" diff --git a/locale/zh_CN/LC_MESSAGES/webmail-user-guide/roundcubemail/addressbook/index.po b/locale/zh_CN/LC_MESSAGES/webmail-user-guide/roundcubemail/addressbook/index.po index 0bf1574c..7d0af48c 100644 --- a/locale/zh_CN/LC_MESSAGES/webmail-user-guide/roundcubemail/addressbook/index.po +++ b/locale/zh_CN/LC_MESSAGES/webmail-user-guide/roundcubemail/addressbook/index.po @@ -1,37 +1,36 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-25 16:34+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 1.3\n" # d3ddf0073f4041d6b08a3b872216fef6 # b6080c0b105747d5b9110dd024e50f22 #: ../../source/webmail-user-guide/roundcubemail/addressbook/index.rst:93 #: ../../source/webmail-user-guide/roundcubemail/addressbook/index.rst:88 msgid "Address Book" msgstr "" # 8074022b2f404657851dd21fa18cd2af #: ../../source/webmail-user-guide/roundcubemail/addressbook/index.rst:95 msgid "" "The *Address Book* task provides access to contact data saved in your " "personal or shared address books and a rich interface to manage them." msgstr "" # b6080c0b105747d5b9110dd024e50f22 #: ../../source/webmail-user-guide/roundcubemail/addressbook/index.rst:88 msgid "Addresses" msgstr "" diff --git a/locale/zh_CN/LC_MESSAGES/webmail-user-guide/roundcubemail/addressbook/searching.po b/locale/zh_CN/LC_MESSAGES/webmail-user-guide/roundcubemail/addressbook/searching.po index 4b082756..e5e1d13e 100644 --- a/locale/zh_CN/LC_MESSAGES/webmail-user-guide/roundcubemail/addressbook/searching.po +++ b/locale/zh_CN/LC_MESSAGES/webmail-user-guide/roundcubemail/addressbook/searching.po @@ -1,175 +1,174 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-25 16:34+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 1.3\n" # e5fd3a71edb24c8d872974018ca9af8a #: ../../source/webmail-user-guide/roundcubemail/addressbook/searching.rst:93 msgid "Searching Contacts" msgstr "" # 80d49a694dad4cc1a1ef7d7fe4c8ad54 #: ../../source/webmail-user-guide/roundcubemail/addressbook/searching.rst:95 msgid "" "For searching contacts enter name or email address into the search box above " "the in the toolbar area and press on your keyboard to start the " "search. Search results will be displayed in the contact list in the middle. " "The number of contacts mathing your query is displayed in the footer area of " "the contact list and in case the results span multiple pages, use the arrow " "button in the list header to brwose through them." msgstr "" # bde7bcfd66b74b27af0c09755d3e2a93 #: ../../source/webmail-user-guide/roundcubemail/addressbook/searching.rst:100 msgid "" "Reset the search by clicking the *Reset search* icon on the right border of " "the search box." msgstr "" # 04ab5a12b17f40d4b628aaad71957e95 #: ../../source/webmail-user-guide/roundcubemail/addressbook/searching.rst:102 msgid "" "Searching covers all directories and the results are mixed together from all " "sources. Which directory a particular contact belongs to is displayed at the " "top of the contact properties box, right above the contact's picture and " "name." msgstr "" # 8d3112a8897843e590494107ebe54a10 #: ../../source/webmail-user-guide/roundcubemail/addressbook/searching.rst:108 msgid "Choose what properties to search" msgstr "" # 38418fb5a6af424596a31bb8754e3c12 #: ../../source/webmail-user-guide/roundcubemail/addressbook/searching.rst:114 msgid "" "Open the search options menu by clicking the search icon on the left side " "within the search box. You can select which properties of a contact should " "be searched for the entered term. Check *All fields* to search them all." msgstr "" # 1aa812203eb149b1a852e4a99a17fe60 #: ../../source/webmail-user-guide/roundcubemail/addressbook/searching.rst:123 msgid "Advanced Search Form" msgstr "" # 6af8f0f0c6904fb79510c3c25ecf8dbc #: ../../source/webmail-user-guide/roundcubemail/addressbook/searching.rst:125 msgid "" "While the simple search box in the toolbar area just searches for the " "entered words across all contact properties, the advanced search function " "allows a more specifc query on the address book." msgstr "" # 11c3abd6bcf94064922385e795191ba0 #: ../../source/webmail-user-guide/roundcubemail/addressbook/searching.rst:128 msgid "" "Click the *Advanced* toolbar button and the search form appears in the " "contact area on the right. Here you can enter search parameters for the " "individual contact fields. For example you can search for all contacts named " "\"Paul\" (First Name) who are living in \"New York\" (Address)." msgstr "" # 427d28d6f656474ab279a89c9c480e3c #: ../../source/webmail-user-guide/roundcubemail/addressbook/searching.rst:132 msgid "" "Start the search by pressing the *Search* button below the form. The contact " "list in the middle will show all contacts matching **all** the criterias " "entered. If none is listed, the :ref:`Status Display ` will " "display an according message." msgstr "" # 6c02445224df4800a718d60658651d75 #: ../../source/webmail-user-guide/roundcubemail/addressbook/searching.rst:141 msgid "Saved Searches" msgstr "" # faf7d4aedf60463ca26a5057ace65cc1 #: ../../source/webmail-user-guide/roundcubemail/addressbook/searching.rst:143 msgid "" "When having access to huge address directories, searching is probably the " "preferred way to navigate through them. Beside organizing contacts in " "groups, you can also create filters aka \"saved searches\". Such a filter " "remembers the parameters used when searching for contacts and executes that " "search again when recalled." msgstr "" # aa29e09413914b49aafeeb9960619bde #: ../../source/webmail-user-guide/roundcubemail/addressbook/searching.rst:149 msgid "Create a Saved Search" msgstr "" # d204367b26184f3bb4da53dc82245f0e #: ../../source/webmail-user-guide/roundcubemail/addressbook/searching.rst:151 msgid "" "Search the address book either by using the simple search box or the " "advanced search function." msgstr "" # fef17e877fc24348a06b216b805c8d64 #: ../../source/webmail-user-guide/roundcubemail/addressbook/searching.rst:152 msgid "" "Select *Save search* from the options menu of the :ref:`Groups ` list on the left." msgstr "" # 57bebaab3ad1433ab2a504a80d5c4007 #: ../../source/webmail-user-guide/roundcubemail/addressbook/searching.rst:153 msgid "" "Give that saved search a name and press on your keyboard to save it. " "This will add an item to the :ref:`Groups ` list on the " "left." msgstr "" # 1ec47a8893194a3db948c86d06179136 #: ../../source/webmail-user-guide/roundcubemail/addressbook/searching.rst:155 msgid "" "Click it to execute the search again and to see the results in the contact " "list." msgstr "" # 8f36ebb172b64ce982134b07d837417d #: ../../source/webmail-user-guide/roundcubemail/addressbook/searching.rst:158 msgid "Delete a Saved Search" msgstr "" # 0e10f0bf12ff4af783e081623a5e5ece #: ../../source/webmail-user-guide/roundcubemail/addressbook/searching.rst:160 msgid "Select a saved search query in the leftmost pane." msgstr "" # d17530e458a74577856cf2eb29be9f9d #: ../../source/webmail-user-guide/roundcubemail/addressbook/searching.rst:161 msgid "" "Open the options menu in the list footer and then click *Delete search* to " "remove it. This won't delete any contacts but only the saved filter." msgstr "" # 9b042d794aa54201ace9ba8e7116e6ac #: ../../source/webmail-user-guide/roundcubemail/addressbook/searching.rst:88 msgid "Search" msgstr "" # be572b0f8c9b403ebb553a4adcdbae33 #: ../../source/webmail-user-guide/roundcubemail/addressbook/searching.rst:120 msgid "Advanced Search" msgstr "" # 477938ac8ded4a6081378d4fbca94d2a #: ../../source/webmail-user-guide/roundcubemail/addressbook/searching.rst:138 msgid "Saved Search" msgstr "" diff --git a/locale/zh_CN/LC_MESSAGES/webmail-user-guide/roundcubemail/index.po b/locale/zh_CN/LC_MESSAGES/webmail-user-guide/roundcubemail/index.po index bd11a883..fb80ff75 100644 --- a/locale/zh_CN/LC_MESSAGES/webmail-user-guide/roundcubemail/index.po +++ b/locale/zh_CN/LC_MESSAGES/webmail-user-guide/roundcubemail/index.po @@ -1,43 +1,42 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-25 16:34+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 1.3\n" # 6d6a5159d73543ab9f8c06f2d1ce732b #: ../../source/webmail-user-guide/roundcubemail/index.rst:93 msgid "Roundcube Webmail User Guide for Version |version|" msgstr "" # 81a04901d12e456aae4afb5fc3bef1d6 #: ../../source/webmail-user-guide/roundcubemail/index.rst:98 msgid "Table Of Contents" msgstr "" # c697bfe70e4e4db88da02232c4ed6535 #: ../../source/webmail-user-guide/roundcubemail/index.rst:113 msgid "Indices and Tables" msgstr "" # 2cfc08c24de649239e1677fc40ce55ea #: ../../source/webmail-user-guide/roundcubemail/index.rst:115 msgid ":ref:`genindex`" msgstr "" # 38ca2c2becd24c3285f5a670a856d8eb #: ../../source/webmail-user-guide/roundcubemail/index.rst:116 msgid ":ref:`search`" msgstr "" diff --git a/locale/zh_CN/LC_MESSAGES/webmail-user-guide/roundcubemail/login.po b/locale/zh_CN/LC_MESSAGES/webmail-user-guide/roundcubemail/login.po index 92e3c946..37943fe2 100644 --- a/locale/zh_CN/LC_MESSAGES/webmail-user-guide/roundcubemail/login.po +++ b/locale/zh_CN/LC_MESSAGES/webmail-user-guide/roundcubemail/login.po @@ -1,33 +1,32 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-25 16:34+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 1.3\n" # 796e499842344389927758604bcf1c90 #: ../../source/webmail-user-guide/roundcubemail/login.rst:92 msgid "Login to the Webmail" msgstr "" # 8796e4f73ec441c383ebdab0ba8aba90 #: ../../source/webmail-user-guide/roundcubemail/login.rst:94 msgid "" "Open the URL given to you by the system administrator in your web browser. " "The site shows the Login screen, which is used to authenticate a user. Type " "in your email account username (usually your email address) and password " "into the according fields. Hit the *Login* button or press on your " "keyboard to authenticate." msgstr "" diff --git a/locale/zh_CN/LC_MESSAGES/webmail-user-guide/roundcubemail/mail/compose.po b/locale/zh_CN/LC_MESSAGES/webmail-user-guide/roundcubemail/mail/compose.po index 4ee99603..32bc0b78 100644 --- a/locale/zh_CN/LC_MESSAGES/webmail-user-guide/roundcubemail/mail/compose.po +++ b/locale/zh_CN/LC_MESSAGES/webmail-user-guide/roundcubemail/mail/compose.po @@ -1,485 +1,484 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-25 16:34+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 1.3\n" # 4e8f0bb8b84c4b04a46565c81fb9600b #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:93 msgid "Sending Email Messages" msgstr "" # 1dcf6160115c468aa144736519269477 #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:97 msgid "Composing a New Message" msgstr "" # 78e202b3c2fe4a84a490e8a2d8caf1ad #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:99 msgid "" "Click on the *Compose* toolbar icon opens the message compose screen. " "Depending on your settings it opens in the current browser tab or in a new " "window." msgstr "" # b39c3b31cca94ca1a8a7b5b8e101eb8d #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:102 msgid "" "Enter at least one recipient address or select them from the address book, " "type in a subject and the message text and click the *Send* button in the " "toolbar when you're ready to send the message." msgstr "" # 4bdf8abaebb74d53a0d63dc179b5c299 #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:106 msgid "" "Save it as *Draft* (toolbar icon) if the message is not yet complete and " "you'd like to finish and send it at a later time. The email will be stored " "in the *Drafts* folder and can be double-clicked there in order to resume " "composition." msgstr "" # 08172f171e8e49b0b026115386ec788b #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:110 msgid "" "While composing a message, copies are periodically saved to the drafts " "folder to avoid unintentional loss. In case the session terminates " "unexpectedly or your computer or browser crashes, you'll find a copy of the " "message on the *Drafts* folder. You can configure the automatic saving " "interval in the :ref:`User Preferences `." msgstr "" # 7a457f106fe24ad0b13be0d819abee20 #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:119 msgid "Reply to a Message" msgstr "" # 0a2b27fb28614450a72591a31f2bc104 #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:121 msgid "" "If you want to respond on a received message, click the *Reply* or the " "*Reply all* button in the toolbar or the equivalent buttons in the :ref:" "`Preview Pane `. This will also open the compose screen " "but with a quote of the message you're replying to and with the recipient(s) " "pre-filled." msgstr "" # f16619e79e274f559e69e4adf0591829 #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:125 msgid "" "While *Reply* will copy the sender address into *To* field, *Reply all* will " "add all recipients of the original message to the *To* and *Cc* fields." msgstr "" # 5d7afaeaf6d1435892aa6d9af2313f92 #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:132 msgid "Forwarding Messages" msgstr "" # 76d80cb05e814b199eba23eb43076a65 #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:134 msgid "" "Messages can also be forwarded to somebody by clicking the *Forward* button " "in the toolbar. The compose screen will contain the message text and all " "attachments already added. You can still add more attachments or remove some " "you don't want to forward." msgstr "" # a47f72d6fb9a493e85bd3e5cfaa8e949 #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:138 msgid "The *Forward* toolbar button offers the following options:" msgstr "" # 77720a0abd44465ba4a4d9bf4d84d85a #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:143 msgid "**Forward inline**" msgstr "" # 9df060ed6cae4ca29e86b5821e9db853 #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:141 msgid "" "In this (default) mode, the content of the original message is copied to the " "message text editor and can be altered or deleted. Also attachments of the " "original message are copied to the new message and can be removed " "individually. Attention: this mode can truncate or re-format HTML formatted " "messages." msgstr "" # a0fb30debf2845fcba073e8bf77409ca #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:148 msgid "**Forward as attachment**" msgstr "" # 0d64e778c02d48e89138ce56fcdbba5a #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:146 msgid "" "With this option, the original message is copied as attachment to the " "forwarding message. This will preserve the message with all its formatting " "and attachments and doesn't allow you to alter anything." msgstr "" # ce22aa9d146a4a26868ba865cef139dc #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:154 msgid "Selecting Recipients from Address Books" msgstr "" # 46836472f3734a8c8fc0984d6cdf3bcd #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:156 msgid "" "The recipients of the composed message can be freely entered into the *To* " "or *Cc* fields in the header section of the compose screen. Separate " "multiple addresses with a coma (,). Make sure you enter full and valid email " "addresses." msgstr "" # 616626cee6f64d80a6c27d8c04ac7086 #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:162 msgid "Address Book Autocompletion" msgstr "" # 35e145104fca4451b067f8105790ad93 #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:164 msgid "" "While typing a recipient address, the app continuously searched your address " "book and suggests matching entries right below the input field. Use the " "cursor keys (up/down) on the keyboard to select one and then hit or " " to copy the highlighted address into the recipient field." msgstr "" # 92b5e169ecf845ebafae0beda5909bfd #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:168 msgid "Using the Address Book Widget" msgstr "" # 8f30a9f5fb0e40de89a85cad15d40f20 #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:170 msgid "" "If you prefer to select recipients from a list of contacts, use the address " "book widget on the left side to look them up. First, select the address book " "to browse on the upper part of the widget and see the contacts listed below. " "Only a limited number of contacts is displayed at a time so use the arrow " "buttons in the widget header to jump to the next page of contacts." msgstr "" # ae65e718389f47e5be0d51d9954945f9 #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:174 msgid "" "Select one or more contacts in the list and then click either one of the " "buttons below (*To+*, *Cc+*, *Bcc+*) in order to copy the selected contacts " "to the according recipient field. Double-click a contact in the list to have " "it added to the *To* field immediately." msgstr "" # 55c6c02a18d642eca0b4265a8857058c #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:182 msgid "Adding Attachments" msgstr "" # ad62a0d89ba04a1c97be028aa586e533 #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:184 msgid "" "In order to attach files to the message, click the *Attach* button in the " "toolbar and then select the file on your computer using the file picker " "dialog that opens. Attachments to be sent with the message are listed on the " "right and can be removed again by clicking the *Delete* icon of the " "according file." msgstr "" # 5faa1db5f84a4bb5bd54ca701269dcf1 #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:192 msgid "" "If your browser supports HTML5, you'll see the file-drop icon at the bottom " "of the attachment list. That means you can drag a file from your computer's " "file explorer with the mouse onto that icon in order to attach it to the " "message." msgstr "" # 805a62797ad74b02a26a1c4fd050db18 #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:200 msgid "Composing Formatted (HTML) Messages" msgstr "" # 1fa1408f309a4a66aed800300b11c51a #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:202 msgid "" "Depending on your settings, the compose screen shows a simple text field to " "enter the message or a rich text editor with a toolbar that enables text " "formatting, bullet lists, image embedding and more." msgstr "" # 44640092288a427aa2a361de94b50474 #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:205 msgid "" "You can toggle the composition mode between plain and rich text (HTML) with " "the *Editor Type* selector which is hidden in the sending options bar. " "Expand the :ref:`Sending Options ` by clicking the " "down-arrow on the left border of the message headers block." msgstr "" # 224286d3f7b14015b00b3bd608be83d6 #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:212 msgid "Embedding Images" msgstr "" # dea2cd54403e4756addef973aeb11887 #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:214 msgid "" "When in HTML editor mode, you can embed images right into the message text. " "And here's how to do that:" msgstr "" # 7eb742caeea94904ac5dc8e26c712d9a #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:216 msgid "" "Add the image as :ref:`attachment ` to the message." msgstr "" # fd36844c48fb4081aa14836243094ddf #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:217 msgid "Click the *Insert/Edit Image* icon in the editor's toolbar" msgstr "" # 504251d1eaf343e7b915b834f8760986 #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:218 msgid "Select the image from the *Image List* drop-down menu in the dialog" msgstr "" # d36a200aeae04cf99ce49e07c607471c #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:219 msgid "Hit the *Insert* button" msgstr "" # 13e5b150a7bb40bcbb19cc293bd44c29 #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:220 msgid "Resize the image in the text area if necessary" msgstr "" # 247c01e16a414af582aa68803983a28a #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:227 msgid "Using Prepared Responses" msgstr "" # 0afffc411de94a75ba6f7bbf5be3d511 #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:229 msgid "" "Saved responses can be handy when repeatedly writing emails with the same " "text, e.g. when answering support requests or sending invitations with " "always the same introduction." msgstr "" # 6029ddb1fccf4fb7b3514e1cf739b18c #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:232 msgid "" "The *Responses* button in the compose screen toolbar holds your personal set " "of \"canned responses\" which can be inserted into the message body by a " "single click. Note: these are only text snippets that can be inserted " "anywhere and **not message templates** with subject, text or attachments." msgstr "" # 8f2a06ccc0ec42dc8d86fdc5282e23e1 #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:237 msgid "Insert a Response" msgstr "" # ba6ab69053764c57bc944fabbd1743ba #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:239 msgid "" "Clicking the *Responses* button opens a menu that lists all the saved " "boilerplate texts by name. Simply click on one and the saved text will be " "inserted into the message at the position of the cursor, exactly where you " "stopped typing. If you selected some part of the message text with the mouse " "before, the saved response text will replace the selection." msgstr "" # 28a86b2c08e84236a6ee00e510af6e7b #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:245 msgid "Save a new Response" msgstr "" # 74a943fb116643a893ab39add524d2f8 #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:247 msgid "" "When typing the same text for the second time already you might want to " "store it for future email writing. In order to save a new response, first " "select the section of the message text that should be saved with the mouse " "and click *Create new response* from the menu behind the *Responses* button. " "This will open a dialog where you can review the text before saving. Give " "the new response a snappy name and click *Save*. It's now added to the list " "of snippets to be inserted." msgstr "" # 6e2862c708334f75bc3cee9d8c763229 #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:255 msgid "Edit Responses" msgstr "" # 4a76a53032c84ad4a78ab6a3ce260846 #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:257 msgid "" "Switch to the :ref:`Settings section ` where you can " "manage all the saved responses." msgstr "" # f1d8eed2fe574d82bfc651bbf7249186 #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:265 msgid "Other Message Sending Options" msgstr "" # bbc761d729fa4e91b7d95b0f80b1a5c3 #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:271 msgid "" "The message sending options are hidden by default and first need to be " "expanded by clicking the down-arrow on the left border of the message " "headers block." msgstr "" # ef2a2a77726b42e38e9d6635ccea58bb #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:274 msgid "" "There you can switch the editor type to :ref:`compose html messages ` and adjust other settings concerning the message delivery." msgstr "" # 2991e251ad744f21ba9e15ced0a0f28a #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:278 msgid "**Priority**" msgstr "" # 64ecc8ec8bbc4ae3835e7e230c3e06ab #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:278 msgid "" "The priority flag of the message to be send. This will be displayed in the " "recipient's mailbox." msgstr "" # 46054524102f4989b5c9bc6f91a37ebf #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:282 msgid "**Return receipt**" msgstr "" # e6ea592a53cb49fe942de6ed9db4f0f6 #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:281 msgid "" "Request the recipient to return a receipt confirmation when opening the " "message. This will be sent by the recipient's email program if she confirms " "it." msgstr "" # 92aaa2331d7a45768f4cb2a9e7f7357a #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:286 msgid "**Delivery status notification**" msgstr "" # 6ccf11ac3daf431ebc4ae6ba1e97d50d #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:285 msgid "" "Request a notification message when the message is delivered. This will be " "send by the email server upon message delivery. Please note that this " "doesn't confirm that the actual recipient has received the message." msgstr "" # bf58b7cce5404ed9bea29bcd8f11889c #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:289 msgid "**Save sent message in**" msgstr "" # d574892d7caa45998f917cb76d3997ba #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:289 msgid "" "Select the folder where to save a copy of the message after sending it. This " "defaults to the *Sent* folder and can be changed here. Select *don't save* " "to just send the message without saving a copy." msgstr "" # e1dc81e98b884c16bf480b1753825d23 #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:88 msgid "Compose Email" msgstr "" # cfa64cd87a274d36a796f92b7997682e #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:115 msgid "Reply" msgstr "" # 905c6764cf684e1fa13466ecff39d358 #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:128 msgid "Forward" msgstr "" # 533d9c3cdf604a89959a7dade5ec1f98 #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:150 msgid "Recipients" msgstr "" # 533d9c3cdf604a89959a7dade5ec1f98 #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:150 msgid "CC" msgstr "" # 533d9c3cdf604a89959a7dade5ec1f98 #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:150 msgid "Bcc" msgstr "" # a77a414e0ce9406d9449a490a56480f4 #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:159 msgid "Autocomplete" msgstr "" # 18479220a0f3413a8cdad40f30e5ae33 #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:178 msgid "Attachments" msgstr "" # dc3fed45406a4952aad48f1529fe3b62 #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:196 msgid "HTML" msgstr "" # dc3fed45406a4952aad48f1529fe3b62 #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:196 msgid "Formatted" msgstr "" # 17aedd7a14f2420f8df46b4fb9b1a26b #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:209 msgid "Images" msgstr "" # 598fbc2d0ab14c149e6190528e51e910 #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:223 msgid "Responses" msgstr "" # 598fbc2d0ab14c149e6190528e51e910 #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:223 msgid "Boilerplate" msgstr "" # 967e8417730544a1900bb370b3982826 #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:261 msgid "Priority" msgstr "" # 967e8417730544a1900bb370b3982826 #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:261 msgid "Receipt" msgstr "" # 967e8417730544a1900bb370b3982826 #: ../../source/webmail-user-guide/roundcubemail/mail/compose.rst:261 msgid "DSN" msgstr "" diff --git a/locale/zh_CN/LC_MESSAGES/webmail-user-guide/roundcubemail/mail/importexport.po b/locale/zh_CN/LC_MESSAGES/webmail-user-guide/roundcubemail/mail/importexport.po index 740d2fc1..c394faa6 100644 --- a/locale/zh_CN/LC_MESSAGES/webmail-user-guide/roundcubemail/mail/importexport.po +++ b/locale/zh_CN/LC_MESSAGES/webmail-user-guide/roundcubemail/mail/importexport.po @@ -1,105 +1,104 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-25 16:34+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 1.3\n" # 495b3a80a5ce4d4c9b8500206408b198 #: ../../source/webmail-user-guide/roundcubemail/mail/importexport.rst:93 msgid "Import/Export" msgstr "" # 3fc5a4821d2647b39c15d0b0f628c2d7 #: ../../source/webmail-user-guide/roundcubemail/mail/importexport.rst:95 msgid "" "The common exchange formats for email are `MIME `_ (.eml) and `Mbox `_ (.mbox) " "which are both supported for import." msgstr "" # d05987e592ba44d9b9b667e0a62e499e #: ../../source/webmail-user-guide/roundcubemail/mail/importexport.rst:100 msgid "Importing Email Messages" msgstr "" # 22cb165f904c4f58845fde453a4846e1 #: ../../source/webmail-user-guide/roundcubemail/mail/importexport.rst:102 msgid "" "One or multiple files with either MIME or Mbox data can be uploaded to add " "email messages to the currently selected folder:" msgstr "" # 43dd023d830640938f83cc91cef6fb0d #: ../../source/webmail-user-guide/roundcubemail/mail/importexport.rst:105 msgid "Click the folder where the imported messages should be added." msgstr "" # 02f19006f350411c91d63983f617d02e #: ../../source/webmail-user-guide/roundcubemail/mail/importexport.rst:106 msgid "" "Select *Import messages* from the Folder actions menu behind the gear icon " "in the folders list footer." msgstr "" # dc2ce842058a4fa2a8a3ac6d489ef42a #: ../../source/webmail-user-guide/roundcubemail/mail/importexport.rst:107 msgid "" "Select the file to import from your computer’s hard drive. You can select " "multiple files in the file picker dialog by holding down the Shift or Ctrl " "keys while selecting a file." msgstr "" # 5a7d79c6dc73485485de2a5b522efbdf #: ../../source/webmail-user-guide/roundcubemail/mail/importexport.rst:109 msgid "Press *Upload* to start the import process." msgstr "" # 5be53c7c4ef54c6eb0c52c0d5b6ddc7f #: ../../source/webmail-user-guide/roundcubemail/mail/importexport.rst:116 msgid "Exporting Email Messages" msgstr "" # 492a8c50773648aea7c836377d17c746 #: ../../source/webmail-user-guide/roundcubemail/mail/importexport.rst:118 msgid "" "Messages from your inbox or any other folder can be downloaded to your " "computer for archiving or backup. When exporting, messages will be saved as " "single .eml files." msgstr "" # e4bca424b6ea4dbea5c3f5fcca9b463d #: ../../source/webmail-user-guide/roundcubemail/mail/importexport.rst:122 msgid "Download a Single Message" msgstr "" # 0ad4b4f345514ba9b1b6d07bba0e6a0d #: ../../source/webmail-user-guide/roundcubemail/mail/importexport.rst:124 msgid "" "To download an email message, first select a message in the :ref:`mail-" "messages-list` and then choose *Download (.eml)* from the *More* menu in the " "toolbar. Choose where to save the exported .eml file if prompted, otherwise " "find the file in the \"Downloads\" folder on your computer." msgstr "" # 4e289e457d7249fd8aa6e079e94884ff #: ../../source/webmail-user-guide/roundcubemail/mail/importexport.rst:88 msgid "Import" msgstr "" # dd0739134f77404caf59666edd598c2e #: ../../source/webmail-user-guide/roundcubemail/mail/importexport.rst:112 msgid "Export" msgstr "" diff --git a/locale/zh_CN/LC_MESSAGES/webmail-user-guide/roundcubemail/mail/index.po b/locale/zh_CN/LC_MESSAGES/webmail-user-guide/roundcubemail/mail/index.po index d7d1003c..5f4aa2a9 100644 --- a/locale/zh_CN/LC_MESSAGES/webmail-user-guide/roundcubemail/mail/index.po +++ b/locale/zh_CN/LC_MESSAGES/webmail-user-guide/roundcubemail/mail/index.po @@ -1,37 +1,36 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-25 16:34+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 1.3\n" # 1fa7e76e875d4d16adec057b2253fe23 # 946cb28289aa420995e4754440bea98a #: ../../source/webmail-user-guide/roundcubemail/mail/index.rst:93 #: ../../source/webmail-user-guide/roundcubemail/mail/index.rst:88 msgid "Email" msgstr "" # 628cf0b8e74b42f4a1dddb53342b58a2 #: ../../source/webmail-user-guide/roundcubemail/mail/index.rst:95 msgid "" "The *Email* task provides all functions to read, write and organize email " "messages." msgstr "" # 946cb28289aa420995e4754440bea98a #: ../../source/webmail-user-guide/roundcubemail/mail/index.rst:88 msgid "Mail" msgstr "" diff --git a/locale/zh_CN/LC_MESSAGES/webmail-user-guide/roundcubemail/mail/mailview.po b/locale/zh_CN/LC_MESSAGES/webmail-user-guide/roundcubemail/mail/mailview.po index cadec17e..cbc0841d 100644 --- a/locale/zh_CN/LC_MESSAGES/webmail-user-guide/roundcubemail/mail/mailview.po +++ b/locale/zh_CN/LC_MESSAGES/webmail-user-guide/roundcubemail/mail/mailview.po @@ -1,402 +1,401 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-25 16:34+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 1.3\n" # ff8af9906975447a8ea85893db060b88 #: ../../source/webmail-user-guide/roundcubemail/mail/mailview.rst:88 msgid "" "The content area of the screen shows three areas: :ref:`mail-folders`, :ref:" "`mail-messages-list` and the :ref:`Preview Pane ` which " "can be toggled." msgstr "" # c41a9517562e4507a01d6f73aeb0b045 #: ../../source/webmail-user-guide/roundcubemail/mail/mailview.rst:96 msgid "Messages List" msgstr "" # 3929b57bf8a84791bf369bb969690169 #: ../../source/webmail-user-guide/roundcubemail/mail/mailview.rst:98 msgid "" "This part of the screen is displaying the list of all messages in the " "currently selected folder. The number of messages displayed in the list and " "the total number of messages in that folder is stated right below the list. " "According to your settings, this list only displays a limited number of " "messages at a time. Use the allow buttons below the list to browse through " "the multiple \"pages\"." msgstr "" # 94f56720edf346d682c54991edf1b2a1 #: ../../source/webmail-user-guide/roundcubemail/mail/mailview.rst:103 msgid "" "The application periodically checks for new messages and will update the " "display if new emails arrived. You can force this check manually by clicking " "the *Refresh* button in the email view toolbar." msgstr "" # cbef0b2e46e243abb2a1cb3fd6674a68 #: ../../source/webmail-user-guide/roundcubemail/mail/mailview.rst:110 msgid "Open a Message for Reading" msgstr "" # 3c8081c1bc624d71be07a6278bc4bf2d #: ../../source/webmail-user-guide/roundcubemail/mail/mailview.rst:111 msgid "" "If the :ref:`Preview Pane ` is visible, a single click on " "a message will display it in the preview right below the list. In order to " "open a message in full view or a new window (depending on your settings), " "double-click it with the mouse. Another way to open a message in a new " "browser tab or window is to right-click on the subject and then choose " "\"Open Link in New Tab/Window\" from the browser's context menu." msgstr "" # f86955a9a94343f4921819c3635ae963 #: ../../source/webmail-user-guide/roundcubemail/mail/mailview.rst:116 msgid "" "Selecting a message in the list will also activate toolbar buttons that " "offer further actions related to the selected message, such as replying, " "forwarding or deleting it." msgstr "" # 4c9053f6e05b466cba56d4962bbfba82 #: ../../source/webmail-user-guide/roundcubemail/mail/mailview.rst:122 msgid "Mark Messages as Read or Flagged" msgstr "" # cf34175524df4096a121e059aa65e0bb #: ../../source/webmail-user-guide/roundcubemail/mail/mailview.rst:123 msgid "" "When opening an unread message for reading it'll automatically be marked as " "*read*. This can also be done directly in the list by clicking the unread " "star in front of the subject. Click it again to mark the message as *unread*." msgstr "" # 892842ef28ed42bca55796ca8fd11ce7 #: ../../source/webmail-user-guide/roundcubemail/mail/mailview.rst:126 msgid "" "If the flag column is visible (see :ref:`mail-list-columns`) you can flag/" "unflag a message by clicking on the flag column of the message row. " "Furthermore there's the *Mark* menu in the toolbar that allows you to flag " "all selected messages with one click." msgstr "" # 38099baa801b453aa60095da9db76cf5 #: ../../source/webmail-user-guide/roundcubemail/mail/mailview.rst:132 msgid "Change messages list sorting" msgstr "" # a8c055823dcd4ae987958f327ff6654b #: ../../source/webmail-user-guide/roundcubemail/mail/mailview.rst:133 msgid "" "The sorting order of the messages can be changed by clicking the column in " "the list header which you'd like the messages being sorted by. Click it once " "more to reverse the order. The column used for sorting is highlighted in the " "list header." msgstr "" # 289abcad61ac45ecb62d89176bbc8f1c #: ../../source/webmail-user-guide/roundcubemail/mail/mailview.rst:140 msgid "Threaded message listing" msgstr "" # 920977d6a56e4479b2def38a0bb38b26 #: ../../source/webmail-user-guide/roundcubemail/mail/mailview.rst:141 msgid "" "Instead of sorting messages by their date or subject, conversations spawning " "multiple messages can be grouped together as \"Threads\". Use the switch " "buttons on the left in the message list footer to toggle between *List* or " "*Threads* view. When in thread mode, groups of messages can be collapsed or " "expanded using the arrow icons in the leftmost column of the message list." msgstr "" # 9dbf8c6ee9e24d30a0d11f0787dee60c #: ../../source/webmail-user-guide/roundcubemail/mail/mailview.rst:152 msgid "Change message list columns" msgstr "" # 082de9e8d7364b4db07afeb3642db216 #: ../../source/webmail-user-guide/roundcubemail/mail/mailview.rst:153 msgid "" "The columns displayed in the list can be adjusted by clicking the *List " "Options* icon in the leftmost column of the message list header. This opens " "a dialog where you can select which columns to display and how to sort " "messages. Click *Save* to apply the changes and to close the dialog." msgstr "" # 082a6e69b3f24e238c4b7d609ae40aef #: ../../source/webmail-user-guide/roundcubemail/mail/mailview.rst:157 msgid "" "The \"From/To\" column is a magic column that displays the sender of the " "message *or* the recipient when you switch to the Sent or Drafts folder." msgstr "" # 41d59e61d2624f30b3f706924ae687a2 #: ../../source/webmail-user-guide/roundcubemail/mail/mailview.rst:160 msgid "" "The position of the columns in list can also be adjusted by dragging the " "header of a specific column with the mouse and dropping it at where you'd " "like it to appear." msgstr "" # 4ea1685a805346e4a2afd461755c0436 #: ../../source/webmail-user-guide/roundcubemail/mail/mailview.rst:167 msgid "Selecting Multiple Messages" msgstr "" # 691a829eb1474c989a1d7d1503e4e5cb #: ../../source/webmail-user-guide/roundcubemail/mail/mailview.rst:168 msgid "" "With a single click on a row in the messages list, the according message is " "selected and highlighted. By pressing either the Shift or Ctrl keys on your " "keyboard while clicking on a message, you can select multiple messages or " "unselect them." msgstr "" # 6f54f481db644ecabbcd659a9d8a9cc7 #: ../../source/webmail-user-guide/roundcubemail/mail/mailview.rst:171 msgid "" "There are also selection helpers hidden in the *Select* drop-down menu " "located in the message footer. The menu allows you to select all unread or " "flagged messages at once or to invert or reset the current selection." msgstr "" # ee36699db7a04b1dab526628cf0fff59 #: ../../source/webmail-user-guide/roundcubemail/mail/mailview.rst:179 msgid "Mailbox folders" msgstr "" # 10a254fae38e44f4b2af8e7c3dcca2fc #: ../../source/webmail-user-guide/roundcubemail/mail/mailview.rst:180 msgid "" "On the left side you see a hierarchical list of all folders in your mailbox. " "Folders can be used to file email messages by topic, sender or whatever you " "choose for organization." msgstr "" # 6ad06475af7f46349e1a75ce8f265637 #: ../../source/webmail-user-guide/roundcubemail/mail/mailview.rst:184 msgid "" "Incoming messages usually appear in the Inbox folder which is the first item " "in the folder list. There are some special folders which are used by the " "system to store sent (*Sent*) or deleted (*Trash*) messages and where not-" "yet-sent message drafts (*Drafts*) are saved. These system folders are " "indicated with special icons." msgstr "" # 3596de7f5ab547dcaa8e224869b1a322 #: ../../source/webmail-user-guide/roundcubemail/mail/mailview.rst:188 msgid "" "The number of unread messages in each folder is displayed at the right " "border of the folder list." msgstr "" # 2d38817553d34e65956579c404e8bd0d #: ../../source/webmail-user-guide/roundcubemail/mail/mailview.rst:190 msgid "" "Click a folder in the list to show the contained messages in the message " "list on the right. The currently selected folder is highlighted in the list." msgstr "" # 2cc7dae36c2d47e7a442a87fd84fb7d4 #: ../../source/webmail-user-guide/roundcubemail/mail/mailview.rst:193 msgid "" "Folders with hidden subfolders are indicated with a small [+] icon which can " "be clocked to expand or collapse the folder tree." msgstr "" # ca03145e0e5d41abac8e670a802a04f3 #: ../../source/webmail-user-guide/roundcubemail/mail/mailview.rst:199 msgid "Folder operations" msgstr "" # 171877f9a43641798bfa1993eb6cd6e8 #: ../../source/webmail-user-guide/roundcubemail/mail/mailview.rst:200 msgid "" "In the footer of the folder list, the *Folder actions* icon shows a list of " "folder-related actions when clicked. Most of the actions in the menu affect " "the currently selected folder." msgstr "" # 751911df7acd4d7d954d03d13910b77a #: ../../source/webmail-user-guide/roundcubemail/mail/mailview.rst:204 msgid "**Compact**" msgstr "" # 8918807f77994b7da1c5830630e541d1 #: ../../source/webmail-user-guide/roundcubemail/mail/mailview.rst:204 msgid "" "This action will compress the folder size by finally deleting messages that " "have been marked for deletion." msgstr "" # 319a2149b39946339fc1428c65298120 #: ../../source/webmail-user-guide/roundcubemail/mail/mailview.rst:208 msgid "**Empty**" msgstr "" # 866c843dd3ee4862bf2d69351ee6fd87 #: ../../source/webmail-user-guide/roundcubemail/mail/mailview.rst:207 msgid "" "This will delete all messages in the selected folder permanently. Be very " "careful with this operation as it cannot be undone. For security reasons, " "this action is only available for the Trash and Junk folders." msgstr "" # 6fcb2be2a315481c8ee9b2ac74502603 #: ../../source/webmail-user-guide/roundcubemail/mail/mailview.rst:213 msgid "**Manage folders**" msgstr "" # 8448216f875442beb5be3d42873aa261 #: ../../source/webmail-user-guide/roundcubemail/mail/mailview.rst:211 msgid "" "This menu item will take you the :ref:`settings section ` " "when you can manage the mailbox folders. This is where you can create, " "delete, rename or re-organize your email folders." msgstr "" # a64954d0f8844652ab25b012387fc5e9 #: ../../source/webmail-user-guide/roundcubemail/mail/mailview.rst:218 msgid "Quota display" msgstr "" # 082bcbcaa79148a2971b15c4da97a2d7 #: ../../source/webmail-user-guide/roundcubemail/mail/mailview.rst:220 msgid "" "If your mailbox is limited by a maximum size, the quota display located in " "the footer of the folder list indicates the current usage of the available " "disk space. Move the mouse pointer over the percentage display to see the " "real numbers of your quota usage." msgstr "" # e2fce93bed264fc8a363fc031e735010 #: ../../source/webmail-user-guide/roundcubemail/mail/mailview.rst:230 msgid "Preview Pane" msgstr "" # cfc22ef0865a4287ae2b627e4795f581 #: ../../source/webmail-user-guide/roundcubemail/mail/mailview.rst:231 msgid "" "If enabled, the preview pane below the message list displays the currently " "selected message right in the main email view. In order to open it, click " "the toggle icon |previewtoggle| in the message list footer. Clicking the " "same icon again will hide the preview pane." msgstr "" # 612dbbea194946ec94de81b8c603efb9 #: ../../source/webmail-user-guide/roundcubemail/mail/mailview.rst:238 msgid "Shortcut Functions" msgstr "" # e0bb8c090f0a40d399647bc12781341a #: ../../source/webmail-user-guide/roundcubemail/mail/mailview.rst:239 msgid "" "In the upper right corner of the preview pane are buttons for often used " "actions like reply or forward the message." msgstr "" # 5f43d77cae9b43848788583b94730418 #: ../../source/webmail-user-guide/roundcubemail/mail/mailview.rst:241 msgid "" "The rightmost icon |button-extwin| will open the message in a new window to " "have a full-size view on the entire message." msgstr "" # d9f858a04f944fd68c7b7a7d042d2632 #: ../../source/webmail-user-guide/roundcubemail/mail/mailview.rst:247 msgid "Expanding the Message Headers" msgstr "" # 5fee9e52698f4a538d3c22150fb9a4ec #: ../../source/webmail-user-guide/roundcubemail/mail/mailview.rst:253 msgid "" "The preview pane is meant to give you a quick view of the message. Thus only " "important message fields such as sender and date are displayed right away. " "The header part of the preview can be expanded with click on the down-arrow " "at the left of the header." msgstr "" # ea725ddfdc3143ec889956095ed6dcca #: ../../source/webmail-user-guide/roundcubemail/mail/mailview.rst:92 msgid "Messages" msgstr "" # ea725ddfdc3143ec889956095ed6dcca #: ../../source/webmail-user-guide/roundcubemail/mail/mailview.rst:92 msgid "List" msgstr "" # 7736b92b54c741bda8cc42810ee42c2a #: ../../source/webmail-user-guide/roundcubemail/mail/mailview.rst:107 msgid "Read" msgstr "" # 2a77998ca254473a9908fd742ae7e08c #: ../../source/webmail-user-guide/roundcubemail/mail/mailview.rst:119 msgid "Unread" msgstr "" # 2a77998ca254473a9908fd742ae7e08c #: ../../source/webmail-user-guide/roundcubemail/mail/mailview.rst:119 msgid "Flag" msgstr "" # 5ee4e8e703844488b45d2d33a45578af #: ../../source/webmail-user-guide/roundcubemail/mail/mailview.rst:129 msgid "Sort" msgstr "" # c4d0d847ee21404c8a6a62e24c59a205 #: ../../source/webmail-user-guide/roundcubemail/mail/mailview.rst:136 msgid "Threads" msgstr "" # 6a7ac6768fe744a0a7db8e3be6d035d6 #: ../../source/webmail-user-guide/roundcubemail/mail/mailview.rst:148 msgid "Columns" msgstr "" # 10b09f47ef464394a89b9a9efcafb1c5 #: ../../source/webmail-user-guide/roundcubemail/mail/mailview.rst:163 msgid "Select" msgstr "" # b206b1a22095497d8d848a2ae24e6945 #: ../../source/webmail-user-guide/roundcubemail/mail/mailview.rst:175 msgid "Folders" msgstr "" # 58f310ff9e6146dfaedf5c2db673b388 #: ../../source/webmail-user-guide/roundcubemail/mail/mailview.rst:196 msgid "Compact" msgstr "" # 58f310ff9e6146dfaedf5c2db673b388 #: ../../source/webmail-user-guide/roundcubemail/mail/mailview.rst:196 msgid "Empty" msgstr "" # a091d3c202cd4cf1a98131675ae12218 #: ../../source/webmail-user-guide/roundcubemail/mail/mailview.rst:215 msgid "Quota" msgstr "" # 24827e5e52d3455e84742c7794ace08e #: ../../source/webmail-user-guide/roundcubemail/mail/mailview.rst:226 msgid "Preview" msgstr "" diff --git a/locale/zh_CN/LC_MESSAGES/webmail-user-guide/roundcubemail/mail/organization.po b/locale/zh_CN/LC_MESSAGES/webmail-user-guide/roundcubemail/mail/organization.po index 825858bf..2f819cc8 100644 --- a/locale/zh_CN/LC_MESSAGES/webmail-user-guide/roundcubemail/mail/organization.po +++ b/locale/zh_CN/LC_MESSAGES/webmail-user-guide/roundcubemail/mail/organization.po @@ -1,202 +1,201 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-25 16:34+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 1.3\n" # 39eb537420fc4dd8a78574b73cff8cb9 #: ../../source/webmail-user-guide/roundcubemail/mail/organization.rst:93 msgid "Organizing your Email Messages" msgstr "" # 71175aa7034a4cfaad1055b919a20a24 #: ../../source/webmail-user-guide/roundcubemail/mail/organization.rst:95 msgid "" "The :ref:`folder list ` in the email view lists all folder " "that can be used to sort emails into for temporary or final storage. You " "manage the folders in the :ref:`settings section ` and " "freely choose the hierarchy of the folder tree." msgstr "" # 5ec62a21b64a4f2eab596995664b3cd9 #: ../../source/webmail-user-guide/roundcubemail/mail/organization.rst:103 msgid "Special System Folders" msgstr "" # 7b8c748c98a24f5e855828d440597349 #: ../../source/webmail-user-guide/roundcubemail/mail/organization.rst:105 msgid "" "Some of the folders have a special meaning and are used by the system to " "place messages in. These special folders are indicated with an individual " "icon in the list and usually cannot be deleted or renamed." msgstr "" # 81ecaddcec8b4660881990b3531364b2 #: ../../source/webmail-user-guide/roundcubemail/mail/organization.rst:109 msgid "**Inbox**" msgstr "" # 92ab973e6c1946b997d717ee69450561 #: ../../source/webmail-user-guide/roundcubemail/mail/organization.rst:109 msgid "This is where new messages arrive." msgstr "" # 2e3a955dc9274045927463b488547c23 #: ../../source/webmail-user-guide/roundcubemail/mail/organization.rst:113 msgid "**Drafts**" msgstr "" # d039ffe8c06a4ad5a84f52d4a0cc5e19 #: ../../source/webmail-user-guide/roundcubemail/mail/organization.rst:112 msgid "" "When :ref:`composing messages ` you can save them temporarily " "as draft. Such messages are stored in this folder an can be picked up for " "editing here." msgstr "" # 631b3874fb694648ae8aa930557e9316 #: ../../source/webmail-user-guide/roundcubemail/mail/organization.rst:117 msgid "**Sent**" msgstr "" # 045170a2484b42ff91051f5616482969 #: ../../source/webmail-user-guide/roundcubemail/mail/organization.rst:116 msgid "" "Unless configured otherwise, a copy of each message you compose and send to " "others will be saved to this folder." msgstr "" # c22ddfc501d449388aae2dc384e76efa #: ../../source/webmail-user-guide/roundcubemail/mail/organization.rst:122 msgid "**Trash**" msgstr "" # 2ad12e69ac724c31a93b030ee43ddafc #: ../../source/webmail-user-guide/roundcubemail/mail/organization.rst:120 msgid "" "When you delete a message it is moved to this folder and not deleted " "immediately. Depending on the email server's settings, trashed messages will " "automatically be removed from this folder after a certain time. You can also " "empty the trash folder manually with the *Empty* command from the :ref:" "`Folder actions menu `." msgstr "" # a32e1eae00f34f4e964925902f37ee15 #: ../../source/webmail-user-guide/roundcubemail/mail/organization.rst:124 msgid "" "The assignment of special folders can be changed in :ref:`Preferences > " "Special Folders `." msgstr "" # 6129f215915048b2b39c322ea897b562 #: ../../source/webmail-user-guide/roundcubemail/mail/organization.rst:131 msgid "How to Move Messages to Folders" msgstr "" # aa0b5c303aa142fa807ba58963d844cc #: ../../source/webmail-user-guide/roundcubemail/mail/organization.rst:133 msgid "" "Filing messages to specific folders is as simple as dragging a message from " "the list with the mouse and dropping it on the folder you want it moved to. " "That also works with :ref:`multiple messages selected `." msgstr "" # a09ae2ad9cce4cb9971e9ff4561f13a6 #: ../../source/webmail-user-guide/roundcubemail/mail/organization.rst:136 msgid "" "If the target folder is a subfolder and not currently visible, just hold the " "mouse over the parent folder while dragging and it'll expand automatically " "after two seconds. Move the mouse (while dragging) over the folder list " "footer to let it scroll until the target folder moves into sight." msgstr "" # 24a2224a87a8437aa113deac6df0dc53 #: ../../source/webmail-user-guide/roundcubemail/mail/organization.rst:141 msgid "Copy instead of moving" msgstr "" # a704df243acc4ad3b93da72428985807 #: ../../source/webmail-user-guide/roundcubemail/mail/organization.rst:143 msgid "" "There's also the possibility to copy a message into another folder instead " "of moving it there. Holding down the Shift key on the keyboard while " "dropping one or multiple messages on the destination folder will open a menu " "where you can choose to either *Move* or *Copy* them." msgstr "" # 20e846599375494ca2c577acf6450ecd #: ../../source/webmail-user-guide/roundcubemail/mail/organization.rst:148 msgid "Moving from the Message View Screen" msgstr "" # 47d2991f82ba4b2c9e770fa890cb48e7 #: ../../source/webmail-user-guide/roundcubemail/mail/organization.rst:150 msgid "" "When reading a message in the full message view screen, you'll find a drop-" "down menu labelled *Move to...* in the toolbar on top. Select a folder from " "that menu and the message will be moved there. The message view screen will " "then load the next message in the list of the current folder." msgstr "" # 7558d5cc34544998bda7b87545c4214d #: ../../source/webmail-user-guide/roundcubemail/mail/organization.rst:176 msgid "Delete Messages" msgstr "" # f4de34eca8dc414980fd87694cf555b4 #: ../../source/webmail-user-guide/roundcubemail/mail/organization.rst:178 msgid "" "The selected message(s) can be deleted from the current folder by clicking " "the *Delete* icon in the toolbar or by hitting the (or Backspace on " "Mac) key on your keybaord. This will by default move the message to the " "Trash folder and not delete it right away unless you do this for messages in " "the Trash folder. In order to immediately delete the message in first place, " "hold down the Shift key on your keyboard while clicking the *Delete* button " "or when pressing ." msgstr "" # 00387079f4ab448a86c4886b03f4b84f #: ../../source/webmail-user-guide/roundcubemail/mail/organization.rst:184 msgid "" "There's a preference in :ref:`Settings > Preferences > Server Settings " "` where the default behavior of message deletion can " "be changed." msgstr "" # 15bc8eb14c9446239416737998093b90 #: ../../source/webmail-user-guide/roundcubemail/mail/organization.rst:88 msgid "Folders" msgstr "" # 1ffcb238aaa04d2a907ac09ccdce6f27 #: ../../source/webmail-user-guide/roundcubemail/mail/organization.rst:127 msgid "Move" msgstr "" # 1ffcb238aaa04d2a907ac09ccdce6f27 #: ../../source/webmail-user-guide/roundcubemail/mail/organization.rst:127 msgid "Copy" msgstr "" # 1ffcb238aaa04d2a907ac09ccdce6f27 #: ../../source/webmail-user-guide/roundcubemail/mail/organization.rst:127 msgid "Drag & Drop" msgstr "" # 94fac04f896e4e05a405b685f9432b2d #: ../../source/webmail-user-guide/roundcubemail/mail/organization.rst:173 msgid "Delete Message" msgstr "" diff --git a/locale/zh_CN/LC_MESSAGES/webmail-user-guide/roundcubemail/mail/reading.po b/locale/zh_CN/LC_MESSAGES/webmail-user-guide/roundcubemail/mail/reading.po index 85e578dd..963c0bdf 100644 --- a/locale/zh_CN/LC_MESSAGES/webmail-user-guide/roundcubemail/mail/reading.po +++ b/locale/zh_CN/LC_MESSAGES/webmail-user-guide/roundcubemail/mail/reading.po @@ -1,172 +1,171 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-25 16:34+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 1.3\n" # ae2e1caf41084c708b54a9f7d63133b0 #: ../../source/webmail-user-guide/roundcubemail/mail/reading.rst:93 msgid "Viewing Emails and Attachments" msgstr "" # d7108f45f9d64761b4cb76bfe50a2ad8 #: ../../source/webmail-user-guide/roundcubemail/mail/reading.rst:95 msgid "" "Double-clicking a message in the list opens it in full size or in a new " "window, depending on your :ref:`message display preferences `." msgstr "" # a67dd110ba664e2c858135b333803f91 #: ../../source/webmail-user-guide/roundcubemail/mail/reading.rst:98 msgid "" "The header block now shows all message headers including a photo of the " "sender if one is found in your address book." msgstr "" # d976d0c2062d4b26ad213cb8dc526dee #: ../../source/webmail-user-guide/roundcubemail/mail/reading.rst:103 msgid "Open in a New Window" msgstr "" # 1114350f497046d9bf480c1c857cf1b3 #: ../../source/webmail-user-guide/roundcubemail/mail/reading.rst:105 msgid "" "While looking at a message in the preview pane, it can be opened in a new " "window by pressing the |button-extwin| button." msgstr "" # f306b8b46316429a8d0548431e101ba8 #: ../../source/webmail-user-guide/roundcubemail/mail/reading.rst:110 msgid "" "When opening a message in full-size view, the toolbar above shows buttons " "for possible actions to choose for this message." msgstr "" # 220c5a8dcb3e4fb0a354fcfe40d6da58 #: ../../source/webmail-user-guide/roundcubemail/mail/reading.rst:115 msgid "Move to Another Folder" msgstr "" # eff6b5a95232413a9b373983c8bc2312 #: ../../source/webmail-user-guide/roundcubemail/mail/reading.rst:117 msgid "" "Use the drop-down list on the top right of the toolbar to move the current " "message to another folder. When a folder is selected from that list, the " "message is moved there right away and the window will display the next " "message in the list." msgstr "" # 4609ea13ee66499c88035c059fcef632 #: ../../source/webmail-user-guide/roundcubemail/mail/reading.rst:123 msgid "Jump to the Next or Previous Message" msgstr "" # 4c85bd69794145648cca1fbf4e8515c0 #: ../../source/webmail-user-guide/roundcubemail/mail/reading.rst:125 msgid "" "Use the arrow buttons on the right side of the headers box to jump to the " "next or previous message on the folder. If there's no next or previous " "message, the buttons will be disabled." msgstr "" # d2a182d33eb444c29ca1c6cabebf3f53 #: ../../source/webmail-user-guide/roundcubemail/mail/reading.rst:130 msgid "Add Contacts to your Address Book" msgstr "" # 7770a308775a44098b9d8db995cd770e #: ../../source/webmail-user-guide/roundcubemail/mail/reading.rst:132 msgid "" "Every email address referenced in the current message, either as sender or " "recipient, can be saved to the address book with a single click on the *Add " "contact* |icon-addcontact| icon right next to it. Of course it won't be " "saved twice if a contact with that email address already exists in the " "address book." msgstr "" # 50f0db29ee404cefbc58073b9f81c30d #: ../../source/webmail-user-guide/roundcubemail/mail/reading.rst:143 msgid "View or Download Attachments" msgstr "" # 17e9fd59758440b6b9e6800e332b43ba #: ../../source/webmail-user-guide/roundcubemail/mail/reading.rst:145 msgid "" "If the opened message has any files attached, these are listed on the right, " "next to the message text. Click on the file name to open or download it. If " "the file can be displayed directly in the web browser, a preview window will " "be opened showing the attachment. This will happen for images, text files " "and PDFs if your browser indicates being able to display them." msgstr "" # eb5d15d5795e405ea510bd3025bad6b8 #: ../../source/webmail-user-guide/roundcubemail/mail/reading.rst:150 msgid "" "Otherwise clicking the file name will initiate the download process and a " "dialog will most likely appear, asking you where to save the file. If that " "doesn't happen, check the default \"Downloads\" folder on your computer for " "the attachment file." msgstr "" # 69f8f121a5d04b048e4810f19f295069 #: ../../source/webmail-user-guide/roundcubemail/mail/reading.rst:155 msgid "Forcing Attachment Download" msgstr "" # ee66d2b2f44748aa96913c477bdfa6ff #: ../../source/webmail-user-guide/roundcubemail/mail/reading.rst:157 msgid "" "For files being opened in the browser directly, you can force download by " "either clicking on the *Download* link in the preview window or by right-" "clicking the attachment file name in the message view and then choosing " "\"Save Link As...\" from the browser's context menu." msgstr "" # c17349f38d724f9b869879d1d4d62cb1 #: ../../source/webmail-user-guide/roundcubemail/mail/reading.rst:162 msgid "Image Previews" msgstr "" # 0f863eaf3e714aea8a85d35295d20d6e #: ../../source/webmail-user-guide/roundcubemail/mail/reading.rst:164 msgid "" "If enabled in the :ref:`Preferences ` images " "attached to the message are listed as previews (aka \"thumbnails\") right " "below the message text. Each image has links right next to it which let you " "either open the image in full size (*Show*) or *Download* it to your " "computer's hard drive." msgstr "" # bd19744bdbe641a7a1f25c08f7ce3791 #: ../../source/webmail-user-guide/roundcubemail/mail/reading.rst:88 msgid "Read" msgstr "" # 1c6c44a42dd345f1861919c30c23b0ef #: ../../source/webmail-user-guide/roundcubemail/mail/reading.rst:139 msgid "Attachments" msgstr "" # 1c6c44a42dd345f1861919c30c23b0ef #: ../../source/webmail-user-guide/roundcubemail/mail/reading.rst:139 msgid "Download" msgstr "" # 1c6c44a42dd345f1861919c30c23b0ef #: ../../source/webmail-user-guide/roundcubemail/mail/reading.rst:139 msgid "Preview" msgstr "" diff --git a/locale/zh_CN/LC_MESSAGES/webmail-user-guide/roundcubemail/mail/searching.po b/locale/zh_CN/LC_MESSAGES/webmail-user-guide/roundcubemail/mail/searching.po index dc84dd52..5fcf564f 100644 --- a/locale/zh_CN/LC_MESSAGES/webmail-user-guide/roundcubemail/mail/searching.po +++ b/locale/zh_CN/LC_MESSAGES/webmail-user-guide/roundcubemail/mail/searching.po @@ -1,144 +1,143 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-25 16:34+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 1.3\n" # 00bcab2980a34fdaa5b16e18b37aedd9 #: ../../source/webmail-user-guide/roundcubemail/mail/searching.rst:93 msgid "Searching Email Messages" msgstr "" # e181777c9420496b8fabe314aa40abf0 #: ../../source/webmail-user-guide/roundcubemail/mail/searching.rst:95 msgid "" "For searching email messages, first select the folder you want to search in " "the :ref:`mail-folders` list on the left. Then enter the search term into " "the search box above the message list and press on your keyboard to " "start the search. Search results will be displayed in the message list." msgstr "" # aacf6c2d02c641978b339db49ad9221a #: ../../source/webmail-user-guide/roundcubemail/mail/searching.rst:99 msgid "" "Reset the search by clicking the *Reset search* icon on the right border of " "the search box. Switching to another folder will also reset the search and " "clear the search box." msgstr "" # 45041ffef9fa4e3f8b3c46071f4a40fb #: ../../source/webmail-user-guide/roundcubemail/mail/searching.rst:104 msgid "Choose what parts to search" msgstr "" # df55cc4c424a4a35a5e5599b37370894 #: ../../source/webmail-user-guide/roundcubemail/mail/searching.rst:110 msgid "" "Open the search options menu by clicking the search icon left in the search " "box. You can select which parts of the message should be searched for the " "entered term. Check *Entire message* to search them all." msgstr "" # af1fc902333e41a5a4394eb8e4010bbe #: ../../source/webmail-user-guide/roundcubemail/mail/searching.rst:114 msgid "" "You can also type specific search criteria directly into the box, such as " "\"from:Scott\" or \"subject:Conference.\" Supported criteria keywords are:" msgstr "" # f8fb5198bd46478d82d8082c0d1bcb46 #: ../../source/webmail-user-guide/roundcubemail/mail/searching.rst:117 msgid "from:" msgstr "" # deed2c5d341f4f4a8273f7635e501b35 #: ../../source/webmail-user-guide/roundcubemail/mail/searching.rst:118 msgid "to:" msgstr "" # b16fb985e0974dbc99fc701fef35741b #: ../../source/webmail-user-guide/roundcubemail/mail/searching.rst:119 msgid "cc:" msgstr "" # a6811e6c46f0496faf6fd160dcacca63 #: ../../source/webmail-user-guide/roundcubemail/mail/searching.rst:120 msgid "bcc:" msgstr "" # 3419e65316cb4f70a25cecc062b13312 #: ../../source/webmail-user-guide/roundcubemail/mail/searching.rst:121 msgid "subject:" msgstr "" # ff02fd6cae38400d9612a6e373fec8e7 #: ../../source/webmail-user-guide/roundcubemail/mail/searching.rst:122 msgid "body:" msgstr "" # d403f6521cb14c6183403d9ad99762c0 #: ../../source/webmail-user-guide/roundcubemail/mail/searching.rst:129 msgid "Choose where to search" msgstr "" # 3003298f8e714b1887c1c322a7bb20ba #: ../../source/webmail-user-guide/roundcubemail/mail/searching.rst:131 msgid "" "Also located in the search options menu, the \"Scope\" selector controls " "whether messages are searched in the currently selected folders, including " "subfolders or accross all folders. If a search query is already active, " "changing the scope in this menu will immediately execute the search again " "and update the results in the message list." msgstr "" # d4890f66251a490b9032494877da06f9 #: ../../source/webmail-user-guide/roundcubemail/mail/searching.rst:140 msgid "Message List Filters" msgstr "" # b4d746fb3ac945bda96bd2e44390529f #: ../../source/webmail-user-guide/roundcubemail/mail/searching.rst:142 msgid "" "The drop-down menu next to the search box offers some predefined filters to " "quickly reduceg the messages listed to their status or priority." msgstr "" # 5fc22408bffa42bcb7f4d3a7c753f0c3 #: ../../source/webmail-user-guide/roundcubemail/mail/searching.rst:145 msgid "" "The filter rules selected here are applied in addition to the search term " "entered in the search box. For example you can choose to only list " "unanswered messages from Paul by selecting the filter *Unanswered* and enter " "\"from:Paul\" in the search box." msgstr "" # 31ce558619a44686b4445e2f4bb1097a #: ../../source/webmail-user-guide/roundcubemail/mail/searching.rst:151 msgid "" "The message filters also depend on the :ref:`\"Scope\" ` " "selected in the search options menu. Change the scope if you want to expand " "the active filter to list matching messages from all folders." msgstr "" # 81b21f559761427794d190fce93a52b7 #: ../../source/webmail-user-guide/roundcubemail/mail/searching.rst:88 msgid "Search" msgstr "" # da434329fd4841f48c5ed5f1df845e79 #: ../../source/webmail-user-guide/roundcubemail/mail/searching.rst:137 msgid "Filter" msgstr "" diff --git a/locale/zh_CN/LC_MESSAGES/webmail-user-guide/roundcubemail/overview.po b/locale/zh_CN/LC_MESSAGES/webmail-user-guide/roundcubemail/overview.po index 342bbda4..fab94f05 100644 --- a/locale/zh_CN/LC_MESSAGES/webmail-user-guide/roundcubemail/overview.po +++ b/locale/zh_CN/LC_MESSAGES/webmail-user-guide/roundcubemail/overview.po @@ -1,187 +1,186 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-25 16:34+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 1.3\n" # bf34665ad95548fe819a754df469ef6b #: ../../source/webmail-user-guide/roundcubemail/overview.rst:92 msgid "Getting Started" msgstr "" # 23fc24d0cfde4d249fd372fc5831d3a5 #: ../../source/webmail-user-guide/roundcubemail/overview.rst:97 msgid "General Overview of the User Interface" msgstr "" # 2c3c81f46d864a61a8c96939de6a5c88 #: ../../source/webmail-user-guide/roundcubemail/overview.rst:99 msgid "" "Once authenticated, the screen of Roundcube webmail is divided into " "functional parts which are explained here:" msgstr "" # b600309438e5462aaeb8f2f37772bcda #: ../../source/webmail-user-guide/roundcubemail/overview.rst:107 msgid "(1) Application Tasks" msgstr "" # da7d656e4e094719adb1b80e9c270747 #: ../../source/webmail-user-guide/roundcubemail/overview.rst:108 msgid "" "The webmail application provides different main tasks such as Email, Address " "Book, Settings, etc. Use this list to switch from one task to another. That " "will reload the screen with a specific view for the selected task. Instead " "of switching back and forth, task screens can be opened in individual " "browser windows or tabs. Right-click on a task icon in the list and then " "choose \"Open Link in New Tab/Window\" from the browser's context menu to do " "so." msgstr "" # d13252076ac3487e9f4f6713af9a7c8e #: ../../source/webmail-user-guide/roundcubemail/overview.rst:114 msgid "" "Beside the main tasks, the button to terminate the current session " "(*Logout*) is also located here." msgstr "" # cb85c65e5d8a45c19e8a8a38983a1737 #: ../../source/webmail-user-guide/roundcubemail/overview.rst:121 msgid "(2) Status Display" msgstr "" # d93f98999d1f45849cc04fd387111124 #: ../../source/webmail-user-guide/roundcubemail/overview.rst:122 msgid "" "This area of the screen is dedicated to display status notifications (e.g. " "confirmations, warnings, errors) about the success or failure of the " "operations you just executed in the application. While the app is working or " "loading data, a notification is displayed here as well." msgstr "" # a95ddd3ae19d48d38bf31e063131c8b3 #: ../../source/webmail-user-guide/roundcubemail/overview.rst:130 msgid "(3) Toolbar" msgstr "" # f9d9b13f1c174d729f9e1bb681bccd2b #: ../../source/webmail-user-guide/roundcubemail/overview.rst:131 msgid "" "The main toolbar is always located above the content area and allow you to " "perform different actions, depending on what is being shown or selected in " "the content part of the window. If buttons are grayed out, the according " "action is not available for the current selection. If a toolbar icon shows a " "small arrow on its right side, clicking that arrow will present you " "variations of the action to be executed." msgstr "" # 7ca4ec8c7c524e1f845b50e9fa323458 #: ../../source/webmail-user-guide/roundcubemail/overview.rst:136 msgid "" "Additional actions can be found by clicking the *More* button (if available)." msgstr "" # 29533e4b840046bb87c3a087dae1bd4f #: ../../source/webmail-user-guide/roundcubemail/overview.rst:142 msgid "(4) List Operations" msgstr "" # cfb5b4788df54d29be464800d03c0e42 #: ../../source/webmail-user-guide/roundcubemail/overview.rst:143 msgid "" "The icons in the footer area of a list provide actions that influence the " "list above or the currently selected element of the list respectively. The " "gear icon usually opens a menu with additional actions." msgstr "" # f5e9cd397e4b427c820a1d64eb2313d1 #: ../../source/webmail-user-guide/roundcubemail/overview.rst:150 msgid "(5) Search Box" msgstr "" # 59036a50428b49d1a4a7e1f441c225b2 #: ../../source/webmail-user-guide/roundcubemail/overview.rst:151 msgid "" "If the currently selected task allows searching for data (e.g. for email " "messages or contacts), a search box is located in the upper right corner " "above the main content area. Enter a search term and press on the " "keyboard to start searching. To reset the search, click the clear icon on " "the right border of the search box." msgstr "" # ff81289c149b4fd3999a2826185fede2 #: ../../source/webmail-user-guide/roundcubemail/overview.rst:155 msgid "" "There might be search options hidden in a drop-down menu that open when " "clicking the search icon left in the search box." msgstr "" # 1b8f5f61cf6848bb85cfc5ef9a501dac #: ../../source/webmail-user-guide/roundcubemail/overview.rst:159 msgid "Resizing content boxes" msgstr "" # a9120b051ee546718b1ecfe3fc8ff4bd #: ../../source/webmail-user-guide/roundcubemail/overview.rst:160 msgid "" "Some boxes filling the main content area of the screen can be resized. Find " "the resize handle |splitter| between two boxes and drag it with the mouse." msgstr "" # a4303c5182194d86b8adebfb65b6c2de #: ../../source/webmail-user-guide/roundcubemail/overview.rst:170 msgid "Terminating the Session" msgstr "" # 44d4af5d7e4f4c13ab05b4c6595d44a3 #: ../../source/webmail-user-guide/roundcubemail/overview.rst:171 msgid "" "Once your work is done on the webmail application, it's important that you " "properly terminate the current session by clicking the *Logout* icon in (1). " "This will make sure that no other person accessing your computer can read or " "delete your emails or send them on your behalf. Simply closing the browser " "window is not enough to log-out!" msgstr "" # 0289772fa35a4c9d823d1ecec54abe96 #: ../../source/webmail-user-guide/roundcubemail/overview.rst:104 msgid "Tasks" msgstr "" # b7c43a991c2143488de29b542b821dd5 #: ../../source/webmail-user-guide/roundcubemail/overview.rst:117 msgid "Status" msgstr "" # b42db9fd7393429a87af93c0fc9cb7ae #: ../../source/webmail-user-guide/roundcubemail/overview.rst:127 msgid "Toolbar" msgstr "" # 9c067549110143a8b3468f35fec06936 #: ../../source/webmail-user-guide/roundcubemail/overview.rst:139 msgid "List" msgstr "" # b305e457cfc64d869d67d97335b26b37 #: ../../source/webmail-user-guide/roundcubemail/overview.rst:147 msgid "Search" msgstr "" # 281fd20fde574eda9d70a55e7761501c #: ../../source/webmail-user-guide/roundcubemail/overview.rst:167 msgid "Logout" msgstr "" diff --git a/locale/zh_CN/LC_MESSAGES/webmail-user-guide/roundcubemail/settings/folders.po b/locale/zh_CN/LC_MESSAGES/webmail-user-guide/roundcubemail/settings/folders.po index 167735fe..6d2e0cef 100644 --- a/locale/zh_CN/LC_MESSAGES/webmail-user-guide/roundcubemail/settings/folders.po +++ b/locale/zh_CN/LC_MESSAGES/webmail-user-guide/roundcubemail/settings/folders.po @@ -1,201 +1,200 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-25 16:34+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 1.3\n" # 9f32579bfd5d47eea07b32243d9716e0 #: ../../source/webmail-user-guide/roundcubemail/settings/folders.rst:93 msgid "Managing Folders" msgstr "" # 533b0ff64fb9407db9ec0e5e345e4181 #: ../../source/webmail-user-guide/roundcubemail/settings/folders.rst:95 msgid "" "This section of the settings task allows you to manage the tree of mailbox " "folders." msgstr "" # 45ed88ecbafa47bbbb6796f979c06c1d #: ../../source/webmail-user-guide/roundcubemail/settings/folders.rst:97 msgid "" "The hierarchical folder tree is displayed in the middle list widget where " "you can select a single folder by clicking it. Folder information and some " "settings then appear in the right properties pane." msgstr "" # 0df4363adf3b432bb87130e9902eec51 #: ../../source/webmail-user-guide/roundcubemail/settings/folders.rst:100 msgid "" "There might be folders which are grayed out and which cannot be edited nor " "deleted or renamed. Such folders are \"virtual\" folders which are only " "there for structuring but which cannot contain any messages." msgstr "" # e5c52c3a3de044a0b2417959d1e675a8 #: ../../source/webmail-user-guide/roundcubemail/settings/folders.rst:103 msgid "" "Some :ref:`Special System Folders ` cannot be renamed or " "unsubscribed because they have special purposes and are used by system " "processes." msgstr "" # 71248c8846ae496497ce702d5b653baa #: ../../source/webmail-user-guide/roundcubemail/settings/folders.rst:111 msgid "Subscribe to Folders" msgstr "" # 075e82434ba347acbc3964f0d2ad1891 #: ../../source/webmail-user-guide/roundcubemail/settings/folders.rst:113 msgid "" "In the folder list, the right column indicates whether a folder is " "subscribed and by clicking the checkbox, the subscription for that folder " "can be changed." msgstr "" # 7c26abe6ba8c44d0aedb4589e42fa8d3 #: ../../source/webmail-user-guide/roundcubemail/settings/folders.rst:116 msgid "" "Subscribed folders appear in the :ref:`email view ` whereas " "unsubscribed ones are hidden and only visible here." msgstr "" # a828ea92484e423ba77130e57d6aa468 #: ../../source/webmail-user-guide/roundcubemail/settings/folders.rst:124 msgid "Create a new Folder" msgstr "" # 07d6fd9a0ab64c8196b254383ab34d0b #: ../../source/webmail-user-guide/roundcubemail/settings/folders.rst:126 msgid "Click the *Create new Folder* icon (+) in the list footer" msgstr "" # 5c818aee9a8b4dc3b4f780f600498a37 #: ../../source/webmail-user-guide/roundcubemail/settings/folders.rst:127 msgid "Enter a name for the new folder in the properties form on the right" msgstr "" # b9f2e99f72ac4a18bc323c2e8002989d #: ../../source/webmail-user-guide/roundcubemail/settings/folders.rst:128 msgid "Select a parent folder or --- to create the folder on top level" msgstr "" # 7b9090bcfe4a4695afb6b781a564ecaf #: ../../source/webmail-user-guide/roundcubemail/settings/folders.rst:129 msgid "Click the *Save* button below the form to finally create it" msgstr "" # bbfe4608f05f47c995eba442c3b517fa #: ../../source/webmail-user-guide/roundcubemail/settings/folders.rst:132 msgid "" "The *Parent folder* field is already pre-selected whith the folder currently " "selected in the folder list on the left." msgstr "" # 03745af403df4d0186154f2190c56a98 #: ../../source/webmail-user-guide/roundcubemail/settings/folders.rst:137 msgid "Manage the Folder Hierarchy" msgstr "" # ac5a06bf2b2045fcac439a3cf67a7d10 #: ../../source/webmail-user-guide/roundcubemail/settings/folders.rst:139 msgid "" "Folders can be nested to build a hierarchical structure to store your " "emails. Even an existing folder can be made a subfolder of another one or " "moved to the top level." msgstr "" # 3c4466f1af03490eb8b291c7290f8915 #: ../../source/webmail-user-guide/roundcubemail/settings/folders.rst:142 msgid "" "To move a folder simply drag & drop it with the mouse from the list onto the " "desired parent folder." msgstr "" # 2ba74cd7963a49c4aed8c0087bd55d1f #: ../../source/webmail-user-guide/roundcubemail/settings/folders.rst:144 msgid "" "Alternatively the parent folder can be selected in the property form in the " "right and by hitting *Save* the currently selected folder is moved to its " "new parent." msgstr "" # d9ab9204b6f04a5e85a922a86cfd8eaa #: ../../source/webmail-user-guide/roundcubemail/settings/folders.rst:151 msgid "Delete Folders" msgstr "" # 7bbc045555834ca7b31ebe6051dc2d33 #: ../../source/webmail-user-guide/roundcubemail/settings/folders.rst:153 msgid "Select a folder in the list" msgstr "" # 478e9d6a49f6486e84ba784c5c085c30 #: ../../source/webmail-user-guide/roundcubemail/settings/folders.rst:154 msgid "Open the *Folder Actions* menu in the list footer and click *Delete*" msgstr "" # 2d54b8da2e1048da8cb94a629a67d780 #: ../../source/webmail-user-guide/roundcubemail/settings/folders.rst:155 msgid "Confirm the deletion" msgstr "" # e657d80a13d64a38ac28b49e2da1ba95 #: ../../source/webmail-user-guide/roundcubemail/settings/folders.rst:200 msgid "Search for Folders" msgstr "" # 28b23506aa3546cfba616c69367336b2 #: ../../source/webmail-user-guide/roundcubemail/settings/folders.rst:202 msgid "" "If the list of folders happens to be very long, a search box can be unfolded " "from the magnifier glass icon in the header of the folder list. The folder " "tree is reduced to matching folders as you type in the search box." msgstr "" # 3ba20b87184946a9b44dcf957be1ed96 #: ../../source/webmail-user-guide/roundcubemail/settings/folders.rst:205 msgid "" "Right above the search box, a drop-down menu provides ways to reduce the " "folder list to common scopes (aka \"namespaces\") like \"Personal\", \"Shared" "\" or \"Other users\". The selection may vary with the capabilities of your " "email server." msgstr "" # 007461293afd450a9a093d7e2ba93360 #: ../../source/webmail-user-guide/roundcubemail/settings/folders.rst:88 msgid "Folders" msgstr "" # f3d867f299a8454092317ae9b958017a #: ../../source/webmail-user-guide/roundcubemail/settings/folders.rst:107 msgid "Subscribe" msgstr "" # f3d867f299a8454092317ae9b958017a #: ../../source/webmail-user-guide/roundcubemail/settings/folders.rst:107 msgid "Subscription" msgstr "" # 4f97d90670674329a048ae6e997d9d0a #: ../../source/webmail-user-guide/roundcubemail/settings/folders.rst:120 msgid "Create Folder" msgstr "" # 5d31d46f7a474662b1f5e04f2eda3b45 #: ../../source/webmail-user-guide/roundcubemail/settings/folders.rst:148 msgid "Delete Folder" msgstr "" diff --git a/locale/zh_CN/LC_MESSAGES/webmail-user-guide/roundcubemail/settings/identities.po b/locale/zh_CN/LC_MESSAGES/webmail-user-guide/roundcubemail/settings/identities.po index 9e89d25f..e5b2499b 100644 --- a/locale/zh_CN/LC_MESSAGES/webmail-user-guide/roundcubemail/settings/identities.po +++ b/locale/zh_CN/LC_MESSAGES/webmail-user-guide/roundcubemail/settings/identities.po @@ -1,230 +1,229 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-25 16:34+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 1.3\n" # 6659a16112fb462984ecc30e0142e5c9 #: ../../source/webmail-user-guide/roundcubemail/settings/identities.rst:93 msgid "Sender Identities" msgstr "" # 12b45ebea59c4520ad83ac164188e5f3 #: ../../source/webmail-user-guide/roundcubemail/settings/identities.rst:95 msgid "" "The settings here control the name(s) and email address(es) stated as sender " "when you send out email messages. Depending on the server configuration, you " "can define multiple sender identities or only adjust the name and other " "control fields." msgstr "" # e609dbed68ef40d2afa3e40b7339d328 #: ../../source/webmail-user-guide/roundcubemail/settings/identities.rst:101 msgid "Settings" msgstr "" # 3c677c790f454637bfc633d3e43000ff #: ../../source/webmail-user-guide/roundcubemail/settings/identities.rst:103 msgid "" "This first block contains general properties for the selected sender " "identity:" msgstr "" # 43197cfbea3541139821e0cad717d9c0 #: ../../source/webmail-user-guide/roundcubemail/settings/identities.rst:106 msgid "**Display name**" msgstr "" # 0a9061cebc3d44aeaf2aa614bf53a8a4 #: ../../source/webmail-user-guide/roundcubemail/settings/identities.rst:106 msgid "" "The full name displayed in the recipient's email program upon receiving your " "message" msgstr "" # 319c7eb95db14f3289a85fea4dca6ec1 #: ../../source/webmail-user-guide/roundcubemail/settings/identities.rst:111 msgid "**Email**" msgstr "" # 6441b12d2d3b426cb4dc20a506b82949 #: ../../source/webmail-user-guide/roundcubemail/settings/identities.rst:109 msgid "" "The email address stated as sender of email messages you send with this " "identity. Please enter a valid email address that is handled by your " "Roundcube email account. Otherwise message sending might fail because of an " "invalid sender address." msgstr "" # dcc6fa8673894e83868b9dbfb883f708 #: ../../source/webmail-user-guide/roundcubemail/settings/identities.rst:113 msgid "" "The Email field might not be visible or editable. This is no malfunction but " "a restriction set by the server administrator to prevent users from sending " "email with faked sender addresses." msgstr "" # 4a873849f114439da5c15313cf5fa93a #: ../../source/webmail-user-guide/roundcubemail/settings/identities.rst:119 msgid "**Organization**" msgstr "" # 83cfc48ad36148c6bda749d036c03c57 #: ../../source/webmail-user-guide/roundcubemail/settings/identities.rst:118 msgid "" "Some email programs display the organization field when receiving messages " "from you with this filled out." msgstr "" # f3d727d3544d4af78d4c656212254fe7 #: ../../source/webmail-user-guide/roundcubemail/settings/identities.rst:123 msgid "**Reply-to**" msgstr "" # 367341aa696d4b0ab035c31c1d8df694 #: ../../source/webmail-user-guide/roundcubemail/settings/identities.rst:122 msgid "" "Enter an email address that differs from the identity's email address here " "in order to force recipients to send answers to that address instead of the " "sender email address." msgstr "" # aa09b397d6b84b8ab849cc9af74729ca #: ../../source/webmail-user-guide/roundcubemail/settings/identities.rst:127 msgid "**Bcc**" msgstr "" # 52f1d6b2e66545be9abc9aaf9e622382 #: ../../source/webmail-user-guide/roundcubemail/settings/identities.rst:126 msgid "" "Specify an email address here that will receive blind copies of every " "message you send with this identity." msgstr "" # 5a6fcfeda0aa4e9e91da8f3b4898c6cd #: ../../source/webmail-user-guide/roundcubemail/settings/identities.rst:132 msgid "**Set default**" msgstr "" # be5b2259426d4c92af2ef837791b9ea4 #: ../../source/webmail-user-guide/roundcubemail/settings/identities.rst:130 msgid "" "Check this box to make the current identity the default selection when " "writing new messages. You can still chose another sender identity while " "composing a message, though." msgstr "" # c77aea0e7aa64173ba1febd2a180270d # 171c9a4234d0418198f347a4685b4b7d #: ../../source/webmail-user-guide/roundcubemail/settings/identities.rst:137 #: ../../source/webmail-user-guide/roundcubemail/settings/identities.rst:134 msgid "Signature" msgstr "" # ffe78d734cb94ff4810876fc6ddaf109 #: ../../source/webmail-user-guide/roundcubemail/settings/identities.rst:139 msgid "" "Every sender identity can have its own signature text which will be appended " "to the message text when you start writing a new email message. Visit :ref:" "`Settings > Preferences > Composing Messages ` to " "configure when and how signatures are inserted." msgstr "" # b5057fae99a941669dbbffd963790c38 #: ../../source/webmail-user-guide/roundcubemail/settings/identities.rst:144 msgid "**Signature**" msgstr "" # 01bec36992744d02a1fde8f5394ab318 #: ../../source/webmail-user-guide/roundcubemail/settings/identities.rst:144 msgid "Enter the signature text here." msgstr "" # 998f7c36ebb748ceb21696a56fc94825 #: ../../source/webmail-user-guide/roundcubemail/settings/identities.rst:148 msgid "**HTML signature**" msgstr "" # 0e8716f21cc54b1d9cc4d4fad72870ac #: ../../source/webmail-user-guide/roundcubemail/settings/identities.rst:147 msgid "" "Check this option if you mainly send formatted (HTML) messages and to enable " "formatting of your signature. The text box above will then show a toolbar to " "adjust formatting." msgstr "" # 2e46fc04ed2e40119fa885c4d1864229 #: ../../source/webmail-user-guide/roundcubemail/settings/identities.rst:153 msgid "Adding Images to a Signature" msgstr "" # a208455830da472eb3eaab00b2318fd7 #: ../../source/webmail-user-guide/roundcubemail/settings/identities.rst:155 msgid "" "HTML formatted signatures also allow to embed images which are sent with " "outgoing messages. To add an image to your signature, first check the *HTML " "signature* box. Then find an image file on your computer and drag & drop it " "into the signature box. The image can be moved around or resized within the " "editor box using the mouse." msgstr "" # 0f2240905a854f83b3d3601d4f79fa83 #: ../../source/webmail-user-guide/roundcubemail/settings/identities.rst:162 msgid "" "Instead of dragging an image file into the editor, you can also paste an " "image from your clipboard after copying it from another application or " "browser window." msgstr "" # c1b81b4ca2624d04a1a7009e4942ede6 #: ../../source/webmail-user-guide/roundcubemail/settings/identities.rst:165 msgid "" "Open the image in an image viewer or browser window, then press *Ctrl+C* to " "copy it, click into the signature text box at the position where you want " "the image to appear and press *Ctrl+V* to insert it from the clipboard." msgstr "" # ef0e2924d9f141ff8d24e5a93d291cce #: ../../source/webmail-user-guide/roundcubemail/settings/identities.rst:171 msgid "Managing Multiple Sender Identities" msgstr "" # bc21dca572094bd0b8ecbcca709419df #: ../../source/webmail-user-guide/roundcubemail/settings/identities.rst:173 msgid "" "Unless restricted by the server administrator, the identity list has control " "buttons for adding and deleting sender identities. If present, click the + " "icon in the identity list footer to create a new identity. Fill out the form " "and click *Save* to create it. The new identity is now added to the list and " "can be edited or deleted from there." msgstr "" # adcf418a929d41248102f8c6ce255788 #: ../../source/webmail-user-guide/roundcubemail/settings/identities.rst:178 msgid "" "The *Delete* button also located in the identities list footer will delete " "the currently selected identity after displaying a confirmation dialog." msgstr "" # 166d41443d6c4c789296421c42667de8 #: ../../source/webmail-user-guide/roundcubemail/settings/identities.rst:88 msgid "Identities" msgstr "" # 166d41443d6c4c789296421c42667de8 #: ../../source/webmail-user-guide/roundcubemail/settings/identities.rst:88 msgid "Sender Identity" msgstr "" diff --git a/locale/zh_CN/LC_MESSAGES/webmail-user-guide/roundcubemail/settings/index.po b/locale/zh_CN/LC_MESSAGES/webmail-user-guide/roundcubemail/settings/index.po index 9998e856..18232125 100644 --- a/locale/zh_CN/LC_MESSAGES/webmail-user-guide/roundcubemail/settings/index.po +++ b/locale/zh_CN/LC_MESSAGES/webmail-user-guide/roundcubemail/settings/index.po @@ -1,33 +1,32 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-25 16:34+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 1.3\n" # 2595c54d4c21425bb468a8b56c20c2e5 # a85ff2226690456fb709565c8c2065f9 #: ../../source/webmail-user-guide/roundcubemail/settings/index.rst:93 #: ../../source/webmail-user-guide/roundcubemail/settings/index.rst:88 msgid "Settings" msgstr "" # 86500629bef2438ab207756afff174e0 #: ../../source/webmail-user-guide/roundcubemail/settings/index.rst:95 msgid "" "The behavior as well as the look-and feel of the application can be adjusted " "in various ways. The *Settings* task holds all the switches and panels to " "configure your personal webmail." msgstr "" diff --git a/locale/zh_CN/LC_MESSAGES/webmail-user-guide/roundcubemail/settings/preferences.po b/locale/zh_CN/LC_MESSAGES/webmail-user-guide/roundcubemail/settings/preferences.po index 94a8faed..02d74711 100644 --- a/locale/zh_CN/LC_MESSAGES/webmail-user-guide/roundcubemail/settings/preferences.po +++ b/locale/zh_CN/LC_MESSAGES/webmail-user-guide/roundcubemail/settings/preferences.po @@ -1,693 +1,692 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-25 16:34+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 1.3\n" # 412f856aea794190a16e0e1a5b2b569c # c11414a4554443bd9285c4542b469753 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:93 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:88 msgid "Preferences" msgstr "" # 7f3c80ca6f9d408b8236bf4df4235579 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:95 msgid "" "The user preferences let you adjust various options and settings that " "control the behavior and the UI of the webmail application. The numerous " "settings are grouped by the following sections:" msgstr "" # d964eb252b6043eaab00bdcce42c02b6 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:98 msgid "" "After changing preferences, don't forget to save them by clicking the *Save* " "button below the settings form." msgstr "" # 2b7b45e49e92425383d8ad5a96fe79f3 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:104 msgid "User Interface" msgstr "" # 6930ea652bc0493fbdc44f9002a4382c #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:108 msgid "**Language**" msgstr "" # 716747d7e7b64aac96515c6513e51147 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:107 msgid "" "The webmail is available in numerous languages. Switch it here if you like. " "When accessing the application, the language is automatically chosen from " "your computer's operating system language." msgstr "" # bbab501e3dfe4921994550058623dd6a #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:112 msgid "**Time zone**" msgstr "" # 3a3a7987a02c4aa5b97260609a923f6c #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:111 msgid "" "Dates displayed anywhere (e.g. when a message is sent) will be automatically " "translated into your local time zone. Set this to *Auto* to let the system " "use your computer's time zone settings or select a specific time zone from " "the list." msgstr "" # 0276222aba8c419d964bdb1e22a54fcd #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:115 msgid "**Time format**" msgstr "" # c802b4c556b3470a9dcd6d8b7bf56797 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:115 msgid "Select how time (hours, minutes) are displayed." msgstr "" # d53ea144401f4ef1a0317c94a0c381b3 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:118 msgid "**Date format**" msgstr "" # ff2c9f6cd098470c9041d7e44586cd42 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:118 msgid "Select the format how dates should be displayed." msgstr "" # 37507bbb55084b9b8ca045d34e293a07 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:121 msgid "**Pretty dates**" msgstr "" # b9c26e4860ea4546b67a94be31d8fc98 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:121 msgid "" "With this option checked, dates close to today will be translated into " "relative terms like \"Today\", \"Yesterday\", etc." msgstr "" # d913f7d3de494ffaa89e663806541adb #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:124 msgid "**Refresh**" msgstr "" # 73239a7942ed4917b8fa71a61f9e9c94 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:124 msgid "" "Set the interval you want the system to check for updates (e.g. for new " "messages arrived)" msgstr "" # 56078a8bcdb24424be37747d7a1d5290 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:127 msgid "**Interface Skin**" msgstr "" # 0248c1315a714e5aa44b9b5d05e04587 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:127 msgid "" "Choose the visual appearance of the user interface from a selection of " "themes." msgstr "" # 3837d2aedf6f497a8e36a6f78b60b5e9 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:133 msgid "**Handle popups as standard windows**" msgstr "" # d610a359d50f4609a1f6f4993c8e6cac #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:130 msgid "" "When Roundcube opens messages or the compose form in a new window, this can " "either be a detached window with a smaller size and without toolbar buttons " "or, with this option activated, be a regular browser window or even just " "anther tab in your current window. If enabled, all windows opened by the " "webmail application obey the settings of your browser." msgstr "" # 109a634ead314bbcaa210d74107fad35 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:137 msgid "**Register protocol handler**" msgstr "" # b5cdb006231b4c288f9cca4b23c614a2 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:136 msgid "" "You can register this webmail app to be opened when ever you click an email " "link somewhere on the web." msgstr "" # 565054f62af54bacb7d3d01ef09b1d7f #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:142 msgid "Mailbox View" msgstr "" # 466526c1187a4ef68562f8fdc9a1dd6b #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:145 msgid "**Show preview pane**" msgstr "" # 25d4a920ee22456fafa88b3daa6ebedf #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:145 msgid "This shows or hides the :ref:`mail-preview-pane` in the mail view." msgstr "" # 56d2603559fb426d89baa10b15017d81 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:148 msgid "**Mark previewed messages read**" msgstr "" # 3d8de447187a491cafc78a85454fbbdd #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:148 msgid "" "Select the delay to mark new messages as \"read\" when opening them in the " "preview pane." msgstr "" # 8c88346455b04f07b8467f1adc2a32a9 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:151 msgid "**Request for receipts**" msgstr "" # 5f62b1d4d56e45f6bdc1c1a13954cdc7 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:151 msgid "" "This option controls the behavior when you open a message for which the " "sender requested a read receipt." msgstr "" # 24b175a382cb4e17b742c98163bb459c #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:155 msgid "**Expand message threads**" msgstr "" # da2d5ce0ed134f6d8c149b3bb4c39a16 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:154 msgid "" "When listing messages in :ref:`threads `, this option " "controls how conversation groups are expanded in the list." msgstr "" # 5364498f63e441fe8774d92eed78cc25 # 8b102f9b2ae84edaa16078e8048995b3 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:159 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:278 msgid "**Rows per page**" msgstr "" # be4e9ef618f9465baf5a977b209e4737 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:158 msgid "" "The messages list displays this number of messages at a time (aka a \"page" "\"). Increasing this number may result in longer loading times when opening " "a mailbox folder." msgstr "" # 8d2bd34027d14dcb9456023267b2ff5f #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:164 msgid "**Check all folders for new messages**" msgstr "" # 16c885bae3a8437c8f3646d53765c630 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:162 msgid "" "By default, only the Inbox is checked for new messages periodically. If you " "have server-side filters installed that will move incoming messages to other " "folders, you should check this option." msgstr "" # 5c852c3f182f422f80722f4f42d5f40c #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:169 msgid "Displaying Messages" msgstr "" # f3dde120408f46659a6d543efb6b6426 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:173 msgid "**Open message in a new window**" msgstr "" # 53d98ed9102b48fb9a973ff8fcd50a03 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:172 msgid "" "With this option checked, double-clicking a message in the email view will " "open it in a new window instead of the current browser window/tab." msgstr "" # 469d4326755a44aa93783d37448f2855 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:177 msgid "**Display HTML**" msgstr "" # fd3f76aff95f439eb33e04ac69d21d63 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:176 msgid "" "Check this option to display formatted messages as the sender intended it. " "When disabled, formatted emails will be converted to plain text." msgstr "" # ca208d4ae9fa41fa923bda4b12c16668 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:182 msgid "**Display remote inline images**" msgstr "" # a2112dac683e42268188a753d5e2f59f #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:180 msgid "" "Formatted (HTML) messages can contain references to images which have to be " "loaded from a remote server. This can harm your privacy and reveal to the " "sender that you opened the message. This technique is often used by spammers " "to verify that your email address works and you may receive more spam." msgstr "" # e598fa19170042be9312c36241cae2bb #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:185 msgid "**Display attached images below the message**" msgstr "" # ded5cd961f2e4f809fc1f26ce53eea6d #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:185 msgid "" "Enable this option if you want image attachments to be displayed below the " "message text." msgstr "" # d7503e01d7b84ea3986647b93ead31f1 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:189 msgid "**After message delete/move display the next message**" msgstr "" # 777c9dedcc954f938f877bb0c7d44bd7 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:188 msgid "" "Controls whether the screen should jump to the next message in the list when " "opening an email message (not in the preview pane) and then move or delete " "it." msgstr "" # 18cf07f3be07496eb11550f523cff348 # 645ddf71c03d4677bda062c0fba3770c #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:192 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:252 msgid "Advanced options" msgstr "" # e7182011504242369c3163948f143415 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:199 msgid "**Default Character Set**" msgstr "" # 90a0652638e842a2acd19cf5d8231b1c #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:195 msgid "" "Some email systems do not specify the character set when sending messages. " "In such rare cases the receiver (your webmail application) has to make an " "assumption how to display the special characters (e.g. éäç) and therefore " "uses this setting. Select the character set/language the majority of your " "email correspondents use." msgstr "" # 054df28578a14d36aa28ba79124cd8f3 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:204 msgid "Composing Messages" msgstr "" # fa3d765a7c884b9e831037b6b2f6e9dc #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:208 msgid "**Compose in a new window**" msgstr "" # 9e8d74b2bc86469d9d4b36980ed6e1e6 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:207 msgid "" "With this option checked, the message compose form will open in a new window " "instead of the current browser window/tab." msgstr "" # d54c793b61dd40f28c42b4e12a98222b #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:213 msgid "**Compose HTML messages**" msgstr "" # a88802d55fc34993aef46c45746aaedf #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:211 msgid "" "Check this option to enable the rich text (HTML) editor when composing a new " "message. This is only the default setting for HTML message composing. It can " "be :ref:`toggled ` at any time while composing." msgstr "" # 027917eb9f0b418cab632014cd102f22 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:217 msgid "**Automatically save draft**" msgstr "" # c875c590264c4c7f8aab1cabb92d9905 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:216 msgid "" "While you write a new message, a copy will be saved to the Drafts folder " "ever few minutes. Select the interval or disable the automatic saving here." msgstr "" # 4a9fa826066e4769bc04097893f38204 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:220 msgid "**Always request a return receipt**" msgstr "" # 3ab524853a7e41b8b7a074b9102a1680 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:220 msgid "" "Activate the \"Return receipt\" :ref:`sending option ` " "by default for new messages." msgstr "" # 39298baaabff49d3b0672d72e92f9e45 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:223 msgid "**Always request a delivery status notification**" msgstr "" # 2101e48cd21944ee8e1b5faaf03a975e #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:223 msgid "" "Activate the \"Delivery status notification\" :ref:`sending option ` by default for new messages." msgstr "" # d06c0bb6b1c4497c8cb3a58083140e85 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:226 msgid "**Place replies in the folder of the message being replied to**" msgstr "" # 1e55eb9e9e3441869dbf0c68f0424740 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:226 msgid "" "Choose the current folder for saving the reply message to instead of saving " "it to the \"Sent\" folder." msgstr "" # 4579af67f72f402c94887e12ed96a56b #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:229 msgid "**When replying**" msgstr "" # 1e60ab8147b34a03abeed4126dd47407 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:229 msgid "" "This option controls whether and where to place the quoted original text " "when replying to a message." msgstr "" # 717e93ac34584354b4f23b31a20104b6 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:233 msgid "**Messages forwarding**" msgstr "" # de382ea20c0c4228b39dc0901607c6cd #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:232 msgid "" "Controls the :ref:`mode ` how messages are forwarded " "by default when clicking the *Forward* button without choosing a forward " "mode." msgstr "" # 48fd5370970a45449e7fbba05ddf3c26 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:236 msgid "**Default font of HTML message**" msgstr "" # 14bb64d921d34f42b4eb31929146bdd6 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:236 msgid "" "When writing a formatted (HTML) message, this font face and size is used for " "the default text formatting." msgstr "" # 89b68e2fc4114ac18e639eb5344d6c79 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:239 msgid "**Default action of the \"Reply all\" button**" msgstr "" # a69f659c3bf340f680b70e6be2c64b1e #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:239 msgid "" "When replying to messages coming from mailing lists, this setting controls " "how to reply to them." msgstr "" # 45be2778610847f98b0576f3a263c090 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:242 msgid "**Automatically add signature**" msgstr "" # 3c517c4d4101463280c47673316832b9 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:242 msgid "" "Select in which cases the signature text from your sender identity is added " "to a new message." msgstr "" # 2c4bd3b3d14749c5aa281cc69952849b #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:246 msgid "**When replying remove original signature**" msgstr "" # fb58466e44214dc68a4fe18aa9b125c2 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:245 msgid "" "As the name suggests, this setting removes detected signatures from the " "original message when citing it in the reply." msgstr "" # 13808651cee440479f8f2e04e88adb9b #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:249 msgid "**Spellcheck Options**" msgstr "" # c86ba32cfa2947c5bfc921e7a49db610 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:249 msgid "These checkboxes control the behavior of the spell checker function." msgstr "" # d7d1ced8d7b84635b7ec54af69bde587 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:256 msgid "**Attachment names**" msgstr "" # d0820c83d3584d2da56ba1552cc2f140 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:255 msgid "" "Sometimes receivers of your email messages have difficulties to correctly " "see the names of attached files. Adjust this setting in case you get " "complaints about garbled attachment names." msgstr "" # 5349a5d7a4e34effa0e65cb911233d6f #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:261 msgid "**Use MIME encoding for 8-bit characters**" msgstr "" # a686f3675e12479a8ecf3d05c7acf03f #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:259 msgid "" "This enables sending message texts the \"safe\" way but slightly increases " "the amount of data to be sent. Activate this option in case people cannot " "properly read message you send out." msgstr "" # bd350fb26b414f52b4800e9e49676af9 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:266 msgid "Address Book" msgstr "" # 13bb4f7718ab4d8d8272bed8bccddbb0 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:269 msgid "**Default address book**" msgstr "" # 3bb831b24e1f44aa911920bd25e2ee97 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:269 msgid "" "Select the default address book where new contacts are saved to when adding " "them from the mail view." msgstr "" # 73e5bf30bfed41dc969f451784a38412 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:272 msgid "**List contacts as**" msgstr "" # bef9085a30424aa5869e4d0d3fc6e4e7 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:272 msgid "Choose how names are displayed in the contact list." msgstr "" # bdd0d6fc3f2d4b70a8fc447b8d916e8f #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:275 msgid "**Sorting column**" msgstr "" # 5a12b0a54ba04d9099ff4f03cc10f636 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:275 msgid "Select the contact attribute used for sorting the contacts in the list." msgstr "" # 9f4efefbea1d47dda72d97d2fde283b0 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:278 msgid "" "The number of contacts displayed at a time (aka a \"page\") in the contact " "list." msgstr "" # 62707b715692417b8eb423ac38f82511 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:284 msgid "**Skip alternative email addresses in autocompletion**" msgstr "" # 52b44782701c4aaab9849112379da7c3 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:281 msgid "" "With this option checked, every contact will only appear once in the " "autocompletion list that appears when you start typing in the recipient " "field. The first email address of the selected contact will then be " "inserted. If disabled, all email addresses of a matching contact are " "displayed for selection." msgstr "" # 063f72706f40462d948cf16d36045bf7 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:289 msgid "Special Folders" msgstr "" # 4e2d08bb5fe84fc0892f1fc8e5f79a74 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:291 msgid "" "Some folders have :ref:`special purposes ` " "and are used by system processes to store messages. This form allows you to " "choose which folders are used to store *Drafts*, *Sent* or deleted messages " "(*Trash*)." msgstr "" # 126d804574c8493d8b40f3d5c6c1b4dc #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:296 msgid "**Show real names for special folders**" msgstr "" # 354a6e75f59042899f53a8b39a51fee6 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:295 msgid "" "With this setting enabled, the original names of the assigned special " "folders are displayed in the folder list instead of localized names." msgstr "" # cdf0f9b0a9354d42977928f1c504039b #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:314 msgid "Server Settings" msgstr "" # 3dcfc9bf1adc44e090b749d9d76b93fb #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:316 msgid "" "This section provides more advanced settings that control how messages are " "treated by the email server." msgstr "" # ddef586377974cd2bbe1d6e1cfa47592 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:319 msgid "**Mark the message as read on delete**" msgstr "" # b8dc71385be8494c85e79e83ed81082d #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:319 msgid "" "With this option enabled, unread messages are also flagged as read when " "deleting them right away." msgstr "" # e7eb0b4c439f4aa3a96a065999633491 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:323 msgid "**Flag the message for deletion instead of delete**" msgstr "" # 30aec72d34f44c1bb35069df0d3941d4 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:322 msgid "" "Email messages can be flagged as deleted first before they're finally " "removed from a folder. That also allows to \"undelete\" them later on. In " "order to finally delete them, use the *Compact* command from the :ref:`mail-" "folders` operations menu." msgstr "" # 23be87b95cdd4ea5872256463d6e5811 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:326 msgid "**Do not show deleted messages**" msgstr "" # 3ccfca314b2b4d6fb06a8239e0dfcd63 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:326 msgid "This option suppresses messages flagged as deleted from being listed." msgstr "" # e0590f9a45a54d5c9967c985bea4d4a8 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:330 msgid "**If moving messages to Trash fails, delete them**" msgstr "" # 7603c320580f416188e67143f7320308 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:329 msgid "" "Moving to Trash can fail if the Trash folder isn't selected or over quota. " "With this option enabled, messages are deleted from the current folder when " "you attempt to move them to Trash." msgstr "" # e7e3a4573fd24805b0c5ad72f99eca1c #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:334 msgid "**Directly delete messages in Junk**" msgstr "" # b6f57b6d50664680a78b2c59bfd22e77 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:333 msgid "" "Messages in the *Junk* folder are also move to the *Trash* first when " "deleting them. Skip that step by enabling this option." msgstr "" # ea898539432e4d428e180a69c606b875 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:337 msgid "**Clear Trash on logout**" msgstr "" # b95f6060d89a43699794f4e245e5bfde #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:337 msgid "" "As the option name says, this will empty the Trash folder when you :ref:" "`terminate the session `." msgstr "" # 3a2b8c4eccc54cb7bf3cd6401656fecc #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:340 msgid "**Compact Inbox on logout**" msgstr "" # 5ca9c431b0c64f8487a0a370d5cd8b37 #: ../../source/webmail-user-guide/roundcubemail/settings/preferences.rst:340 msgid "" "This will remove all messages flagged for deletion from the Inbox when you :" "ref:`log-off `." msgstr "" diff --git a/locale/zh_CN/LC_MESSAGES/webmail-user-guide/roundcubemail/settings/responses.po b/locale/zh_CN/LC_MESSAGES/webmail-user-guide/roundcubemail/settings/responses.po index 50a0ebec..af1a1822 100644 --- a/locale/zh_CN/LC_MESSAGES/webmail-user-guide/roundcubemail/settings/responses.po +++ b/locale/zh_CN/LC_MESSAGES/webmail-user-guide/roundcubemail/settings/responses.po @@ -1,95 +1,94 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2010-2016, Kolab Systems AG # This file is distributed under the same license as the Kolab package. # FIRST AUTHOR , 2016. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Kolab 16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-25 16:34+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 1.3\n" # 57bfd23a01e948fc89db14d253a179bb # a844668810fc457c99497e7391f8fb8f #: ../../source/webmail-user-guide/roundcubemail/settings/responses.rst:93 #: ../../source/webmail-user-guide/roundcubemail/settings/responses.rst:88 msgid "Canned Responses" msgstr "" # 9b2f24d57e5740488298bff79a7a3795 #: ../../source/webmail-user-guide/roundcubemail/settings/responses.rst:95 msgid "" "This settings section lets you manage your personal boilerplates (aka " "\"canned responses\") which are handy when replying to messages with :ref:" "`prepared responses`." msgstr "" # f208a86f0baf4be1856b7df62c60966a #: ../../source/webmail-user-guide/roundcubemail/settings/responses.rst:100 msgid "Edit Reponses" msgstr "" # 08724a5338464fddaaad5f1ca5e69e63 #: ../../source/webmail-user-guide/roundcubemail/settings/responses.rst:102 msgid "" "The middle pane displays a list of saved responses. Select one to see its " "name and text in the form on the right. You can right away edit both and " "save the changes by clicking the *Save* button." msgstr "" # cc31a842b80d4177a687c71995d88bd9 #: ../../source/webmail-user-guide/roundcubemail/settings/responses.rst:106 msgid "" "If the fields are not editable and there's no *Save* button below, this is a " "global response defined by the system administrator which cannot be edited." msgstr "" # 064aee8e43c446718a96b1013f50c6e2 #: ../../source/webmail-user-guide/roundcubemail/settings/responses.rst:112 msgid "Create a New Response" msgstr "" # 4981dcdefd1b41bd97c7df1c08a70842 #: ../../source/webmail-user-guide/roundcubemail/settings/responses.rst:114 msgid "" "Click the + icon in the response list footer to create a new response. Give " "it a name, enter the response text and finish with clicking the *Save* " "button." msgstr "" # 023c7f684ce0410f97592a77827cc84d #: ../../source/webmail-user-guide/roundcubemail/settings/responses.rst:120 msgid "Delete a Reponse" msgstr "" # cc1a04f734bf49d982e8b9fd0b0086fb #: ../../source/webmail-user-guide/roundcubemail/settings/responses.rst:122 msgid "" "The *Delete* button also located in the response list footer will delete the " "currently selected item after displaying a confirmation dialog." msgstr "" # 1aa16bd9df7d4a4c97c35068ea8f5060 #: ../../source/webmail-user-guide/roundcubemail/settings/responses.rst:125 msgid "" "The button may be grayed out for global responses managed by the system " "administrator." msgstr "" # a844668810fc457c99497e7391f8fb8f #: ../../source/webmail-user-guide/roundcubemail/settings/responses.rst:88 msgid "Responses" msgstr "" # a844668810fc457c99497e7391f8fb8f #: ../../source/webmail-user-guide/roundcubemail/settings/responses.rst:88 msgid "Boilerplate" msgstr ""